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.12.1",
 1885 "lazy_static",
 1886 "lazycell",
 1887 "log",
 1888 "prettyplease",
 1889 "proc-macro2",
 1890 "quote",
 1891 "regex",
 1892 "rustc-hash 1.1.0",
 1893 "shlex",
 1894 "syn 2.0.100",
 1895 "which 4.4.2",
 1896]
 1897
 1898[[package]]
 1899name = "bindgen"
 1900version = "0.70.1"
 1901source = "registry+https://github.com/rust-lang/crates.io-index"
 1902checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
 1903dependencies = [
 1904 "bitflags 2.9.0",
 1905 "cexpr",
 1906 "clang-sys",
 1907 "itertools 0.12.1",
 1908 "log",
 1909 "prettyplease",
 1910 "proc-macro2",
 1911 "quote",
 1912 "regex",
 1913 "rustc-hash 1.1.0",
 1914 "shlex",
 1915 "syn 2.0.100",
 1916]
 1917
 1918[[package]]
 1919name = "bit-set"
 1920version = "0.5.3"
 1921source = "registry+https://github.com/rust-lang/crates.io-index"
 1922checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
 1923dependencies = [
 1924 "bit-vec 0.6.3",
 1925]
 1926
 1927[[package]]
 1928name = "bit-set"
 1929version = "0.8.0"
 1930source = "registry+https://github.com/rust-lang/crates.io-index"
 1931checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1932dependencies = [
 1933 "bit-vec 0.8.0",
 1934]
 1935
 1936[[package]]
 1937name = "bit-vec"
 1938version = "0.6.3"
 1939source = "registry+https://github.com/rust-lang/crates.io-index"
 1940checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
 1941
 1942[[package]]
 1943name = "bit-vec"
 1944version = "0.8.0"
 1945source = "registry+https://github.com/rust-lang/crates.io-index"
 1946checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 1947
 1948[[package]]
 1949name = "bit_field"
 1950version = "0.10.2"
 1951source = "registry+https://github.com/rust-lang/crates.io-index"
 1952checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
 1953
 1954[[package]]
 1955name = "bitflags"
 1956version = "1.3.2"
 1957source = "registry+https://github.com/rust-lang/crates.io-index"
 1958checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 1959
 1960[[package]]
 1961name = "bitflags"
 1962version = "2.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 0.11.1",
 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.13+1.0.8"
 2283source = "registry+https://github.com/rust-lang/crates.io-index"
 2284checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
 2285dependencies = [
 2286 "cc",
 2287 "pkg-config",
 2288]
 2289
 2290[[package]]
 2291name = "call"
 2292version = "0.1.0"
 2293dependencies = [
 2294 "anyhow",
 2295 "audio",
 2296 "client",
 2297 "collections",
 2298 "fs",
 2299 "futures 0.3.31",
 2300 "gpui",
 2301 "gpui_tokio",
 2302 "http_client",
 2303 "language",
 2304 "livekit_client",
 2305 "log",
 2306 "postage",
 2307 "project",
 2308 "schemars",
 2309 "serde",
 2310 "serde_derive",
 2311 "settings",
 2312 "telemetry",
 2313 "util",
 2314]
 2315
 2316[[package]]
 2317name = "calloop"
 2318version = "0.13.0"
 2319source = "registry+https://github.com/rust-lang/crates.io-index"
 2320checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
 2321dependencies = [
 2322 "bitflags 2.9.0",
 2323 "log",
 2324 "polling",
 2325 "rustix",
 2326 "slab",
 2327 "thiserror 1.0.69",
 2328]
 2329
 2330[[package]]
 2331name = "calloop-wayland-source"
 2332version = "0.3.0"
 2333source = "registry+https://github.com/rust-lang/crates.io-index"
 2334checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
 2335dependencies = [
 2336 "calloop",
 2337 "rustix",
 2338 "wayland-backend",
 2339 "wayland-client",
 2340]
 2341
 2342[[package]]
 2343name = "camino"
 2344version = "1.1.9"
 2345source = "registry+https://github.com/rust-lang/crates.io-index"
 2346checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
 2347dependencies = [
 2348 "serde",
 2349]
 2350
 2351[[package]]
 2352name = "cap-fs-ext"
 2353version = "3.4.2"
 2354source = "registry+https://github.com/rust-lang/crates.io-index"
 2355checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
 2356dependencies = [
 2357 "cap-primitives",
 2358 "cap-std",
 2359 "io-lifetimes",
 2360 "windows-sys 0.59.0",
 2361]
 2362
 2363[[package]]
 2364name = "cap-net-ext"
 2365version = "3.4.2"
 2366source = "registry+https://github.com/rust-lang/crates.io-index"
 2367checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
 2368dependencies = [
 2369 "cap-primitives",
 2370 "cap-std",
 2371 "rustix",
 2372 "smallvec",
 2373]
 2374
 2375[[package]]
 2376name = "cap-primitives"
 2377version = "3.4.2"
 2378source = "registry+https://github.com/rust-lang/crates.io-index"
 2379checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
 2380dependencies = [
 2381 "ambient-authority",
 2382 "fs-set-times",
 2383 "io-extras",
 2384 "io-lifetimes",
 2385 "ipnet",
 2386 "maybe-owned",
 2387 "rustix",
 2388 "windows-sys 0.59.0",
 2389 "winx",
 2390]
 2391
 2392[[package]]
 2393name = "cap-rand"
 2394version = "3.4.2"
 2395source = "registry+https://github.com/rust-lang/crates.io-index"
 2396checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
 2397dependencies = [
 2398 "ambient-authority",
 2399 "rand 0.8.5",
 2400]
 2401
 2402[[package]]
 2403name = "cap-std"
 2404version = "3.4.2"
 2405source = "registry+https://github.com/rust-lang/crates.io-index"
 2406checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
 2407dependencies = [
 2408 "cap-primitives",
 2409 "io-extras",
 2410 "io-lifetimes",
 2411 "rustix",
 2412]
 2413
 2414[[package]]
 2415name = "cap-time-ext"
 2416version = "3.4.2"
 2417source = "registry+https://github.com/rust-lang/crates.io-index"
 2418checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
 2419dependencies = [
 2420 "ambient-authority",
 2421 "cap-primitives",
 2422 "iana-time-zone",
 2423 "once_cell",
 2424 "rustix",
 2425 "winx",
 2426]
 2427
 2428[[package]]
 2429name = "cargo-platform"
 2430version = "0.1.9"
 2431source = "registry+https://github.com/rust-lang/crates.io-index"
 2432checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2433dependencies = [
 2434 "serde",
 2435]
 2436
 2437[[package]]
 2438name = "cargo_metadata"
 2439version = "0.19.2"
 2440source = "git+https://github.com/zed-industries/cargo_metadata?rev=ce8171bad673923d61a77b6761d0dc4aff63398a#ce8171bad673923d61a77b6761d0dc4aff63398a"
 2441dependencies = [
 2442 "camino",
 2443 "cargo-platform",
 2444 "semver",
 2445 "serde",
 2446 "serde_json",
 2447 "thiserror 2.0.12",
 2448]
 2449
 2450[[package]]
 2451name = "cargo_toml"
 2452version = "0.21.0"
 2453source = "registry+https://github.com/rust-lang/crates.io-index"
 2454checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2455dependencies = [
 2456 "serde",
 2457 "toml 0.8.20",
 2458]
 2459
 2460[[package]]
 2461name = "cast"
 2462version = "0.3.0"
 2463source = "registry+https://github.com/rust-lang/crates.io-index"
 2464checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2465
 2466[[package]]
 2467name = "cbc"
 2468version = "0.1.2"
 2469source = "registry+https://github.com/rust-lang/crates.io-index"
 2470checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2471dependencies = [
 2472 "cipher",
 2473]
 2474
 2475[[package]]
 2476name = "cbindgen"
 2477version = "0.27.0"
 2478source = "registry+https://github.com/rust-lang/crates.io-index"
 2479checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
 2480dependencies = [
 2481 "clap",
 2482 "heck 0.4.1",
 2483 "indexmap",
 2484 "log",
 2485 "proc-macro2",
 2486 "quote",
 2487 "serde",
 2488 "serde_json",
 2489 "syn 2.0.100",
 2490 "tempfile",
 2491 "toml 0.8.20",
 2492]
 2493
 2494[[package]]
 2495name = "cbindgen"
 2496version = "0.28.0"
 2497source = "registry+https://github.com/rust-lang/crates.io-index"
 2498checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2499dependencies = [
 2500 "heck 0.4.1",
 2501 "indexmap",
 2502 "log",
 2503 "proc-macro2",
 2504 "quote",
 2505 "serde",
 2506 "serde_json",
 2507 "syn 2.0.100",
 2508 "tempfile",
 2509 "toml 0.8.20",
 2510]
 2511
 2512[[package]]
 2513name = "cc"
 2514version = "1.2.12"
 2515source = "registry+https://github.com/rust-lang/crates.io-index"
 2516checksum = "755717a7de9ec452bf7f3f1a3099085deabd7f2962b861dae91ecd7a365903d2"
 2517dependencies = [
 2518 "jobserver",
 2519 "libc",
 2520 "shlex",
 2521]
 2522
 2523[[package]]
 2524name = "cesu8"
 2525version = "1.1.0"
 2526source = "registry+https://github.com/rust-lang/crates.io-index"
 2527checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2528
 2529[[package]]
 2530name = "cexpr"
 2531version = "0.6.0"
 2532source = "registry+https://github.com/rust-lang/crates.io-index"
 2533checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2534dependencies = [
 2535 "nom",
 2536]
 2537
 2538[[package]]
 2539name = "cfg-expr"
 2540version = "0.15.8"
 2541source = "registry+https://github.com/rust-lang/crates.io-index"
 2542checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2543dependencies = [
 2544 "smallvec",
 2545 "target-lexicon 0.12.16",
 2546]
 2547
 2548[[package]]
 2549name = "cfg-if"
 2550version = "1.0.0"
 2551source = "registry+https://github.com/rust-lang/crates.io-index"
 2552checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 2553
 2554[[package]]
 2555name = "cfg_aliases"
 2556version = "0.1.1"
 2557source = "registry+https://github.com/rust-lang/crates.io-index"
 2558checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2559
 2560[[package]]
 2561name = "cfg_aliases"
 2562version = "0.2.1"
 2563source = "registry+https://github.com/rust-lang/crates.io-index"
 2564checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2565
 2566[[package]]
 2567name = "cgl"
 2568version = "0.3.2"
 2569source = "registry+https://github.com/rust-lang/crates.io-index"
 2570checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2571dependencies = [
 2572 "libc",
 2573]
 2574
 2575[[package]]
 2576name = "channel"
 2577version = "0.1.0"
 2578dependencies = [
 2579 "anyhow",
 2580 "client",
 2581 "clock",
 2582 "collections",
 2583 "futures 0.3.31",
 2584 "gpui",
 2585 "http_client",
 2586 "language",
 2587 "log",
 2588 "rand 0.8.5",
 2589 "release_channel",
 2590 "rpc",
 2591 "settings",
 2592 "sum_tree",
 2593 "text",
 2594 "time",
 2595 "util",
 2596]
 2597
 2598[[package]]
 2599name = "chrono"
 2600version = "0.4.40"
 2601source = "registry+https://github.com/rust-lang/crates.io-index"
 2602checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
 2603dependencies = [
 2604 "android-tzdata",
 2605 "iana-time-zone",
 2606 "js-sys",
 2607 "num-traits",
 2608 "serde",
 2609 "wasm-bindgen",
 2610 "windows-link",
 2611]
 2612
 2613[[package]]
 2614name = "chunked_transfer"
 2615version = "1.5.0"
 2616source = "registry+https://github.com/rust-lang/crates.io-index"
 2617checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2618
 2619[[package]]
 2620name = "ciborium"
 2621version = "0.2.2"
 2622source = "registry+https://github.com/rust-lang/crates.io-index"
 2623checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2624dependencies = [
 2625 "ciborium-io",
 2626 "ciborium-ll",
 2627 "serde",
 2628]
 2629
 2630[[package]]
 2631name = "ciborium-io"
 2632version = "0.2.2"
 2633source = "registry+https://github.com/rust-lang/crates.io-index"
 2634checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2635
 2636[[package]]
 2637name = "ciborium-ll"
 2638version = "0.2.2"
 2639source = "registry+https://github.com/rust-lang/crates.io-index"
 2640checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2641dependencies = [
 2642 "ciborium-io",
 2643 "half",
 2644]
 2645
 2646[[package]]
 2647name = "cipher"
 2648version = "0.4.4"
 2649source = "registry+https://github.com/rust-lang/crates.io-index"
 2650checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2651dependencies = [
 2652 "crypto-common",
 2653 "inout",
 2654 "zeroize",
 2655]
 2656
 2657[[package]]
 2658name = "circular-buffer"
 2659version = "1.0.0"
 2660source = "registry+https://github.com/rust-lang/crates.io-index"
 2661checksum = "4dacb91f972298e70fc507a2ffcaf1545807f1a36da586fb846646030adc542f"
 2662
 2663[[package]]
 2664name = "clang-sys"
 2665version = "1.8.1"
 2666source = "registry+https://github.com/rust-lang/crates.io-index"
 2667checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2668dependencies = [
 2669 "glob",
 2670 "libc",
 2671 "libloading",
 2672]
 2673
 2674[[package]]
 2675name = "clap"
 2676version = "4.5.34"
 2677source = "registry+https://github.com/rust-lang/crates.io-index"
 2678checksum = "e958897981290da2a852763fe9cdb89cd36977a5d729023127095fa94d95e2ff"
 2679dependencies = [
 2680 "clap_builder",
 2681 "clap_derive",
 2682]
 2683
 2684[[package]]
 2685name = "clap_builder"
 2686version = "4.5.34"
 2687source = "registry+https://github.com/rust-lang/crates.io-index"
 2688checksum = "83b0f35019843db2160b5bb19ae09b4e6411ac33fc6a712003c33e03090e2489"
 2689dependencies = [
 2690 "anstream",
 2691 "anstyle",
 2692 "clap_lex",
 2693 "strsim",
 2694 "terminal_size",
 2695]
 2696
 2697[[package]]
 2698name = "clap_complete"
 2699version = "4.5.38"
 2700source = "registry+https://github.com/rust-lang/crates.io-index"
 2701checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
 2702dependencies = [
 2703 "clap",
 2704]
 2705
 2706[[package]]
 2707name = "clap_derive"
 2708version = "4.5.32"
 2709source = "registry+https://github.com/rust-lang/crates.io-index"
 2710checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
 2711dependencies = [
 2712 "heck 0.5.0",
 2713 "proc-macro2",
 2714 "quote",
 2715 "syn 2.0.100",
 2716]
 2717
 2718[[package]]
 2719name = "clap_lex"
 2720version = "0.7.4"
 2721source = "registry+https://github.com/rust-lang/crates.io-index"
 2722checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
 2723
 2724[[package]]
 2725name = "cli"
 2726version = "0.1.0"
 2727dependencies = [
 2728 "anyhow",
 2729 "clap",
 2730 "collections",
 2731 "core-foundation 0.10.0",
 2732 "core-services",
 2733 "exec",
 2734 "fork",
 2735 "ipc-channel",
 2736 "parking_lot",
 2737 "paths",
 2738 "plist",
 2739 "release_channel",
 2740 "serde",
 2741 "tempfile",
 2742 "util",
 2743 "windows 0.61.1",
 2744]
 2745
 2746[[package]]
 2747name = "client"
 2748version = "0.1.0"
 2749dependencies = [
 2750 "anyhow",
 2751 "async-native-tls",
 2752 "async-recursion 0.3.2",
 2753 "async-tungstenite",
 2754 "chrono",
 2755 "clock",
 2756 "cocoa 0.26.0",
 2757 "collections",
 2758 "credentials_provider",
 2759 "feature_flags",
 2760 "futures 0.3.31",
 2761 "gpui",
 2762 "http_client",
 2763 "http_client_tls",
 2764 "log",
 2765 "parking_lot",
 2766 "paths",
 2767 "postage",
 2768 "rand 0.8.5",
 2769 "release_channel",
 2770 "rpc",
 2771 "schemars",
 2772 "serde",
 2773 "serde_json",
 2774 "settings",
 2775 "sha2",
 2776 "smol",
 2777 "telemetry",
 2778 "telemetry_events",
 2779 "text",
 2780 "thiserror 2.0.12",
 2781 "time",
 2782 "tiny_http",
 2783 "tokio-socks",
 2784 "url",
 2785 "util",
 2786 "windows 0.61.1",
 2787 "worktree",
 2788]
 2789
 2790[[package]]
 2791name = "clock"
 2792version = "0.1.0"
 2793dependencies = [
 2794 "parking_lot",
 2795 "serde",
 2796 "smallvec",
 2797]
 2798
 2799[[package]]
 2800name = "cmake"
 2801version = "0.1.53"
 2802source = "registry+https://github.com/rust-lang/crates.io-index"
 2803checksum = "e24a03c8b52922d68a1589ad61032f2c1aa5a8158d2aa0d93c6e9534944bbad6"
 2804dependencies = [
 2805 "cc",
 2806]
 2807
 2808[[package]]
 2809name = "cobs"
 2810version = "0.2.3"
 2811source = "registry+https://github.com/rust-lang/crates.io-index"
 2812checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
 2813
 2814[[package]]
 2815name = "cocoa"
 2816version = "0.25.0"
 2817source = "registry+https://github.com/rust-lang/crates.io-index"
 2818checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 2819dependencies = [
 2820 "bitflags 1.3.2",
 2821 "block",
 2822 "cocoa-foundation 0.1.2",
 2823 "core-foundation 0.9.4",
 2824 "core-graphics 0.23.2",
 2825 "foreign-types 0.5.0",
 2826 "libc",
 2827 "objc",
 2828]
 2829
 2830[[package]]
 2831name = "cocoa"
 2832version = "0.26.0"
 2833source = "registry+https://github.com/rust-lang/crates.io-index"
 2834checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 2835dependencies = [
 2836 "bitflags 2.9.0",
 2837 "block",
 2838 "cocoa-foundation 0.2.0",
 2839 "core-foundation 0.10.0",
 2840 "core-graphics 0.24.0",
 2841 "foreign-types 0.5.0",
 2842 "libc",
 2843 "objc",
 2844]
 2845
 2846[[package]]
 2847name = "cocoa-foundation"
 2848version = "0.1.2"
 2849source = "registry+https://github.com/rust-lang/crates.io-index"
 2850checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 2851dependencies = [
 2852 "bitflags 1.3.2",
 2853 "block",
 2854 "core-foundation 0.9.4",
 2855 "core-graphics-types 0.1.3",
 2856 "libc",
 2857 "objc",
 2858]
 2859
 2860[[package]]
 2861name = "cocoa-foundation"
 2862version = "0.2.0"
 2863source = "registry+https://github.com/rust-lang/crates.io-index"
 2864checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 2865dependencies = [
 2866 "bitflags 2.9.0",
 2867 "block",
 2868 "core-foundation 0.10.0",
 2869 "core-graphics-types 0.2.0",
 2870 "libc",
 2871 "objc",
 2872]
 2873
 2874[[package]]
 2875name = "codespan-reporting"
 2876version = "0.11.1"
 2877source = "registry+https://github.com/rust-lang/crates.io-index"
 2878checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
 2879dependencies = [
 2880 "termcolor",
 2881 "unicode-width",
 2882]
 2883
 2884[[package]]
 2885name = "codespan-reporting"
 2886version = "0.12.0"
 2887source = "registry+https://github.com/rust-lang/crates.io-index"
 2888checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81"
 2889dependencies = [
 2890 "serde",
 2891 "termcolor",
 2892 "unicode-width",
 2893]
 2894
 2895[[package]]
 2896name = "collab"
 2897version = "0.44.0"
 2898dependencies = [
 2899 "anthropic",
 2900 "anyhow",
 2901 "assistant",
 2902 "assistant_context_editor",
 2903 "assistant_slash_command",
 2904 "assistant_tool",
 2905 "async-stripe",
 2906 "async-trait",
 2907 "async-tungstenite",
 2908 "audio",
 2909 "aws-config",
 2910 "aws-sdk-kinesis",
 2911 "aws-sdk-s3",
 2912 "axum",
 2913 "axum-extra",
 2914 "base64 0.22.1",
 2915 "buffer_diff",
 2916 "call",
 2917 "channel",
 2918 "chrono",
 2919 "client",
 2920 "clock",
 2921 "collab_ui",
 2922 "collections",
 2923 "command_palette_hooks",
 2924 "context_server",
 2925 "ctor",
 2926 "dap",
 2927 "dashmap 6.1.0",
 2928 "debugger_ui",
 2929 "derive_more",
 2930 "editor",
 2931 "env_logger 0.11.7",
 2932 "envy",
 2933 "extension",
 2934 "file_finder",
 2935 "fs",
 2936 "futures 0.3.31",
 2937 "git",
 2938 "git_hosting_providers",
 2939 "git_ui",
 2940 "google_ai",
 2941 "gpui",
 2942 "gpui_tokio",
 2943 "hex",
 2944 "http_client",
 2945 "hyper 0.14.32",
 2946 "indoc",
 2947 "jsonwebtoken",
 2948 "language",
 2949 "language_model",
 2950 "livekit_api",
 2951 "livekit_client",
 2952 "log",
 2953 "lsp",
 2954 "menu",
 2955 "multi_buffer",
 2956 "nanoid",
 2957 "node_runtime",
 2958 "notifications",
 2959 "open_ai",
 2960 "parking_lot",
 2961 "pretty_assertions",
 2962 "project",
 2963 "prometheus",
 2964 "prompt_store",
 2965 "prost 0.9.0",
 2966 "rand 0.8.5",
 2967 "recent_projects",
 2968 "release_channel",
 2969 "remote",
 2970 "remote_server",
 2971 "reqwest 0.11.27",
 2972 "reqwest_client",
 2973 "rpc",
 2974 "rustc-demangle",
 2975 "scrypt",
 2976 "sea-orm",
 2977 "semantic_version",
 2978 "semver",
 2979 "serde",
 2980 "serde_derive",
 2981 "serde_json",
 2982 "session",
 2983 "settings",
 2984 "sha2",
 2985 "sqlx",
 2986 "strum",
 2987 "subtle",
 2988 "supermaven_api",
 2989 "telemetry_events",
 2990 "text",
 2991 "theme",
 2992 "thiserror 2.0.12",
 2993 "time",
 2994 "tokio",
 2995 "toml 0.8.20",
 2996 "tower",
 2997 "tower-http 0.4.4",
 2998 "tracing",
 2999 "tracing-subscriber",
 3000 "unindent",
 3001 "util",
 3002 "uuid",
 3003 "workspace",
 3004 "worktree",
 3005]
 3006
 3007[[package]]
 3008name = "collab_ui"
 3009version = "0.1.0"
 3010dependencies = [
 3011 "anyhow",
 3012 "call",
 3013 "channel",
 3014 "chrono",
 3015 "client",
 3016 "collections",
 3017 "db",
 3018 "editor",
 3019 "emojis",
 3020 "futures 0.3.31",
 3021 "fuzzy",
 3022 "gpui",
 3023 "http_client",
 3024 "language",
 3025 "menu",
 3026 "notifications",
 3027 "picker",
 3028 "pretty_assertions",
 3029 "project",
 3030 "release_channel",
 3031 "rich_text",
 3032 "rpc",
 3033 "schemars",
 3034 "serde",
 3035 "serde_derive",
 3036 "serde_json",
 3037 "settings",
 3038 "smallvec",
 3039 "story",
 3040 "telemetry",
 3041 "theme",
 3042 "time",
 3043 "time_format",
 3044 "title_bar",
 3045 "tree-sitter-md",
 3046 "ui",
 3047 "util",
 3048 "workspace",
 3049]
 3050
 3051[[package]]
 3052name = "collections"
 3053version = "0.1.0"
 3054dependencies = [
 3055 "indexmap",
 3056 "rustc-hash 2.1.1",
 3057]
 3058
 3059[[package]]
 3060name = "color_quant"
 3061version = "1.1.0"
 3062source = "registry+https://github.com/rust-lang/crates.io-index"
 3063checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3064
 3065[[package]]
 3066name = "colorchoice"
 3067version = "1.0.3"
 3068source = "registry+https://github.com/rust-lang/crates.io-index"
 3069checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
 3070
 3071[[package]]
 3072name = "combine"
 3073version = "4.6.7"
 3074source = "registry+https://github.com/rust-lang/crates.io-index"
 3075checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3076dependencies = [
 3077 "bytes 1.10.1",
 3078 "memchr",
 3079]
 3080
 3081[[package]]
 3082name = "command_palette"
 3083version = "0.1.0"
 3084dependencies = [
 3085 "client",
 3086 "collections",
 3087 "command_palette_hooks",
 3088 "ctor",
 3089 "editor",
 3090 "env_logger 0.11.7",
 3091 "fuzzy",
 3092 "go_to_line",
 3093 "gpui",
 3094 "language",
 3095 "menu",
 3096 "picker",
 3097 "postage",
 3098 "project",
 3099 "serde",
 3100 "serde_json",
 3101 "settings",
 3102 "telemetry",
 3103 "theme",
 3104 "ui",
 3105 "util",
 3106 "workspace",
 3107 "zed_actions",
 3108]
 3109
 3110[[package]]
 3111name = "command_palette_hooks"
 3112version = "0.1.0"
 3113dependencies = [
 3114 "collections",
 3115 "derive_more",
 3116 "gpui",
 3117]
 3118
 3119[[package]]
 3120name = "component"
 3121version = "0.1.0"
 3122dependencies = [
 3123 "collections",
 3124 "gpui",
 3125 "linkme",
 3126 "parking_lot",
 3127 "theme",
 3128]
 3129
 3130[[package]]
 3131name = "component_preview"
 3132version = "0.1.0"
 3133dependencies = [
 3134 "client",
 3135 "collections",
 3136 "component",
 3137 "gpui",
 3138 "languages",
 3139 "notifications",
 3140 "project",
 3141 "ui",
 3142 "workspace",
 3143]
 3144
 3145[[package]]
 3146name = "concurrent-queue"
 3147version = "2.5.0"
 3148source = "registry+https://github.com/rust-lang/crates.io-index"
 3149checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3150dependencies = [
 3151 "crossbeam-utils",
 3152]
 3153
 3154[[package]]
 3155name = "console"
 3156version = "0.15.8"
 3157source = "registry+https://github.com/rust-lang/crates.io-index"
 3158checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
 3159dependencies = [
 3160 "encode_unicode",
 3161 "lazy_static",
 3162 "libc",
 3163 "unicode-width",
 3164 "windows-sys 0.52.0",
 3165]
 3166
 3167[[package]]
 3168name = "const-oid"
 3169version = "0.9.6"
 3170source = "registry+https://github.com/rust-lang/crates.io-index"
 3171checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3172
 3173[[package]]
 3174name = "const-random"
 3175version = "0.1.18"
 3176source = "registry+https://github.com/rust-lang/crates.io-index"
 3177checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3178dependencies = [
 3179 "const-random-macro",
 3180]
 3181
 3182[[package]]
 3183name = "const-random-macro"
 3184version = "0.1.16"
 3185source = "registry+https://github.com/rust-lang/crates.io-index"
 3186checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3187dependencies = [
 3188 "getrandom 0.2.15",
 3189 "once_cell",
 3190 "tiny-keccak",
 3191]
 3192
 3193[[package]]
 3194name = "constant_time_eq"
 3195version = "0.1.5"
 3196source = "registry+https://github.com/rust-lang/crates.io-index"
 3197checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3198
 3199[[package]]
 3200name = "constant_time_eq"
 3201version = "0.3.1"
 3202source = "registry+https://github.com/rust-lang/crates.io-index"
 3203checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
 3204
 3205[[package]]
 3206name = "context_server"
 3207version = "0.1.0"
 3208dependencies = [
 3209 "anyhow",
 3210 "assistant_tool",
 3211 "async-trait",
 3212 "collections",
 3213 "command_palette_hooks",
 3214 "context_server_settings",
 3215 "extension",
 3216 "futures 0.3.31",
 3217 "gpui",
 3218 "icons",
 3219 "language_model",
 3220 "log",
 3221 "parking_lot",
 3222 "postage",
 3223 "project",
 3224 "serde",
 3225 "serde_json",
 3226 "settings",
 3227 "smol",
 3228 "url",
 3229 "util",
 3230]
 3231
 3232[[package]]
 3233name = "context_server_settings"
 3234version = "0.1.0"
 3235dependencies = [
 3236 "anyhow",
 3237 "collections",
 3238 "gpui",
 3239 "schemars",
 3240 "serde",
 3241 "serde_json",
 3242 "settings",
 3243]
 3244
 3245[[package]]
 3246name = "convert_case"
 3247version = "0.4.0"
 3248source = "registry+https://github.com/rust-lang/crates.io-index"
 3249checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
 3250
 3251[[package]]
 3252name = "convert_case"
 3253version = "0.8.0"
 3254source = "registry+https://github.com/rust-lang/crates.io-index"
 3255checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3256dependencies = [
 3257 "unicode-segmentation",
 3258]
 3259
 3260[[package]]
 3261name = "copilot"
 3262version = "0.1.0"
 3263dependencies = [
 3264 "anyhow",
 3265 "async-std",
 3266 "chrono",
 3267 "client",
 3268 "clock",
 3269 "collections",
 3270 "command_palette_hooks",
 3271 "ctor",
 3272 "editor",
 3273 "env_logger 0.11.7",
 3274 "fs",
 3275 "futures 0.3.31",
 3276 "gpui",
 3277 "http_client",
 3278 "indoc",
 3279 "inline_completion",
 3280 "language",
 3281 "log",
 3282 "lsp",
 3283 "menu",
 3284 "node_runtime",
 3285 "parking_lot",
 3286 "paths",
 3287 "project",
 3288 "rpc",
 3289 "schemars",
 3290 "serde",
 3291 "serde_json",
 3292 "settings",
 3293 "strum",
 3294 "task",
 3295 "theme",
 3296 "ui",
 3297 "util",
 3298 "workspace",
 3299]
 3300
 3301[[package]]
 3302name = "core-foundation"
 3303version = "0.9.4"
 3304source = "registry+https://github.com/rust-lang/crates.io-index"
 3305checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3306dependencies = [
 3307 "core-foundation-sys",
 3308 "libc",
 3309]
 3310
 3311[[package]]
 3312name = "core-foundation"
 3313version = "0.10.0"
 3314source = "registry+https://github.com/rust-lang/crates.io-index"
 3315checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3316dependencies = [
 3317 "core-foundation-sys",
 3318 "libc",
 3319]
 3320
 3321[[package]]
 3322name = "core-foundation-sys"
 3323version = "0.8.7"
 3324source = "registry+https://github.com/rust-lang/crates.io-index"
 3325checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3326
 3327[[package]]
 3328name = "core-graphics"
 3329version = "0.23.2"
 3330source = "registry+https://github.com/rust-lang/crates.io-index"
 3331checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3332dependencies = [
 3333 "bitflags 1.3.2",
 3334 "core-foundation 0.9.4",
 3335 "core-graphics-types 0.1.3",
 3336 "foreign-types 0.5.0",
 3337 "libc",
 3338]
 3339
 3340[[package]]
 3341name = "core-graphics"
 3342version = "0.24.0"
 3343source = "registry+https://github.com/rust-lang/crates.io-index"
 3344checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3345dependencies = [
 3346 "bitflags 2.9.0",
 3347 "core-foundation 0.10.0",
 3348 "core-graphics-types 0.2.0",
 3349 "foreign-types 0.5.0",
 3350 "libc",
 3351]
 3352
 3353[[package]]
 3354name = "core-graphics-types"
 3355version = "0.1.3"
 3356source = "registry+https://github.com/rust-lang/crates.io-index"
 3357checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3358dependencies = [
 3359 "bitflags 1.3.2",
 3360 "core-foundation 0.9.4",
 3361 "libc",
 3362]
 3363
 3364[[package]]
 3365name = "core-graphics-types"
 3366version = "0.2.0"
 3367source = "registry+https://github.com/rust-lang/crates.io-index"
 3368checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3369dependencies = [
 3370 "bitflags 2.9.0",
 3371 "core-foundation 0.10.0",
 3372 "libc",
 3373]
 3374
 3375[[package]]
 3376name = "core-graphics2"
 3377version = "0.4.1"
 3378source = "registry+https://github.com/rust-lang/crates.io-index"
 3379checksum = "7e4583956b9806b69f73fcb23aee05eb3620efc282972f08f6a6db7504f8334d"
 3380dependencies = [
 3381 "bitflags 2.9.0",
 3382 "block",
 3383 "cfg-if",
 3384 "core-foundation 0.10.0",
 3385 "libc",
 3386]
 3387
 3388[[package]]
 3389name = "core-services"
 3390version = "0.2.1"
 3391source = "registry+https://github.com/rust-lang/crates.io-index"
 3392checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3393dependencies = [
 3394 "core-foundation 0.9.4",
 3395]
 3396
 3397[[package]]
 3398name = "core-text"
 3399version = "21.0.0"
 3400source = "registry+https://github.com/rust-lang/crates.io-index"
 3401checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3402dependencies = [
 3403 "core-foundation 0.10.0",
 3404 "core-graphics 0.24.0",
 3405 "foreign-types 0.5.0",
 3406 "libc",
 3407]
 3408
 3409[[package]]
 3410name = "core-video"
 3411version = "0.4.3"
 3412source = "registry+https://github.com/rust-lang/crates.io-index"
 3413checksum = "d45e71d5be22206bed53c3c3cb99315fc4c3d31b8963808c6bc4538168c4f8ef"
 3414dependencies = [
 3415 "block",
 3416 "core-foundation 0.10.0",
 3417 "core-graphics2",
 3418 "io-surface",
 3419 "libc",
 3420 "metal",
 3421]
 3422
 3423[[package]]
 3424name = "core_maths"
 3425version = "0.1.1"
 3426source = "registry+https://github.com/rust-lang/crates.io-index"
 3427checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3428dependencies = [
 3429 "libm",
 3430]
 3431
 3432[[package]]
 3433name = "coreaudio-rs"
 3434version = "0.11.3"
 3435source = "registry+https://github.com/rust-lang/crates.io-index"
 3436checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
 3437dependencies = [
 3438 "bitflags 1.3.2",
 3439 "core-foundation-sys",
 3440 "coreaudio-sys",
 3441]
 3442
 3443[[package]]
 3444name = "coreaudio-rs"
 3445version = "0.12.1"
 3446source = "registry+https://github.com/rust-lang/crates.io-index"
 3447checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3448dependencies = [
 3449 "bitflags 1.3.2",
 3450 "core-foundation-sys",
 3451 "coreaudio-sys",
 3452]
 3453
 3454[[package]]
 3455name = "coreaudio-sys"
 3456version = "0.2.16"
 3457source = "registry+https://github.com/rust-lang/crates.io-index"
 3458checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
 3459dependencies = [
 3460 "bindgen 0.70.1",
 3461]
 3462
 3463[[package]]
 3464name = "cosmic-text"
 3465version = "0.13.2"
 3466source = "registry+https://github.com/rust-lang/crates.io-index"
 3467checksum = "e418dd4f5128c3e93eab12246391c54a20c496811131f85754dc8152ee207892"
 3468dependencies = [
 3469 "bitflags 2.9.0",
 3470 "fontdb 0.16.2",
 3471 "log",
 3472 "rangemap",
 3473 "rustc-hash 1.1.0",
 3474 "rustybuzz 0.14.1",
 3475 "self_cell",
 3476 "smol_str 0.2.2",
 3477 "swash",
 3478 "sys-locale",
 3479 "ttf-parser 0.21.1",
 3480 "unicode-bidi",
 3481 "unicode-linebreak",
 3482 "unicode-script",
 3483 "unicode-segmentation",
 3484]
 3485
 3486[[package]]
 3487name = "cpal"
 3488version = "0.15.3"
 3489source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
 3490dependencies = [
 3491 "alsa",
 3492 "core-foundation-sys",
 3493 "coreaudio-rs 0.11.3",
 3494 "dasp_sample",
 3495 "jni",
 3496 "js-sys",
 3497 "libc",
 3498 "mach2",
 3499 "ndk",
 3500 "ndk-context",
 3501 "oboe",
 3502 "wasm-bindgen",
 3503 "wasm-bindgen-futures",
 3504 "web-sys",
 3505 "windows 0.54.0",
 3506]
 3507
 3508[[package]]
 3509name = "cpp_demangle"
 3510version = "0.4.4"
 3511source = "registry+https://github.com/rust-lang/crates.io-index"
 3512checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
 3513dependencies = [
 3514 "cfg-if",
 3515]
 3516
 3517[[package]]
 3518name = "cpufeatures"
 3519version = "0.2.16"
 3520source = "registry+https://github.com/rust-lang/crates.io-index"
 3521checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
 3522dependencies = [
 3523 "libc",
 3524]
 3525
 3526[[package]]
 3527name = "cranelift-bforest"
 3528version = "0.116.1"
 3529source = "registry+https://github.com/rust-lang/crates.io-index"
 3530checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
 3531dependencies = [
 3532 "cranelift-entity",
 3533]
 3534
 3535[[package]]
 3536name = "cranelift-bitset"
 3537version = "0.116.1"
 3538source = "registry+https://github.com/rust-lang/crates.io-index"
 3539checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
 3540dependencies = [
 3541 "serde",
 3542 "serde_derive",
 3543]
 3544
 3545[[package]]
 3546name = "cranelift-codegen"
 3547version = "0.116.1"
 3548source = "registry+https://github.com/rust-lang/crates.io-index"
 3549checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
 3550dependencies = [
 3551 "bumpalo",
 3552 "cranelift-bforest",
 3553 "cranelift-bitset",
 3554 "cranelift-codegen-meta",
 3555 "cranelift-codegen-shared",
 3556 "cranelift-control",
 3557 "cranelift-entity",
 3558 "cranelift-isle",
 3559 "gimli",
 3560 "hashbrown 0.14.5",
 3561 "log",
 3562 "regalloc2",
 3563 "rustc-hash 2.1.1",
 3564 "serde",
 3565 "smallvec",
 3566 "target-lexicon 0.13.2",
 3567]
 3568
 3569[[package]]
 3570name = "cranelift-codegen-meta"
 3571version = "0.116.1"
 3572source = "registry+https://github.com/rust-lang/crates.io-index"
 3573checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
 3574dependencies = [
 3575 "cranelift-codegen-shared",
 3576]
 3577
 3578[[package]]
 3579name = "cranelift-codegen-shared"
 3580version = "0.116.1"
 3581source = "registry+https://github.com/rust-lang/crates.io-index"
 3582checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
 3583
 3584[[package]]
 3585name = "cranelift-control"
 3586version = "0.116.1"
 3587source = "registry+https://github.com/rust-lang/crates.io-index"
 3588checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
 3589dependencies = [
 3590 "arbitrary",
 3591]
 3592
 3593[[package]]
 3594name = "cranelift-entity"
 3595version = "0.116.1"
 3596source = "registry+https://github.com/rust-lang/crates.io-index"
 3597checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
 3598dependencies = [
 3599 "cranelift-bitset",
 3600 "serde",
 3601 "serde_derive",
 3602]
 3603
 3604[[package]]
 3605name = "cranelift-frontend"
 3606version = "0.116.1"
 3607source = "registry+https://github.com/rust-lang/crates.io-index"
 3608checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
 3609dependencies = [
 3610 "cranelift-codegen",
 3611 "log",
 3612 "smallvec",
 3613 "target-lexicon 0.13.2",
 3614]
 3615
 3616[[package]]
 3617name = "cranelift-isle"
 3618version = "0.116.1"
 3619source = "registry+https://github.com/rust-lang/crates.io-index"
 3620checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
 3621
 3622[[package]]
 3623name = "cranelift-native"
 3624version = "0.116.1"
 3625source = "registry+https://github.com/rust-lang/crates.io-index"
 3626checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
 3627dependencies = [
 3628 "cranelift-codegen",
 3629 "libc",
 3630 "target-lexicon 0.13.2",
 3631]
 3632
 3633[[package]]
 3634name = "crc"
 3635version = "3.2.1"
 3636source = "registry+https://github.com/rust-lang/crates.io-index"
 3637checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
 3638dependencies = [
 3639 "crc-catalog",
 3640]
 3641
 3642[[package]]
 3643name = "crc-catalog"
 3644version = "2.4.0"
 3645source = "registry+https://github.com/rust-lang/crates.io-index"
 3646checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 3647
 3648[[package]]
 3649name = "crc32c"
 3650version = "0.6.8"
 3651source = "registry+https://github.com/rust-lang/crates.io-index"
 3652checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
 3653dependencies = [
 3654 "rustc_version",
 3655]
 3656
 3657[[package]]
 3658name = "crc32fast"
 3659version = "1.4.2"
 3660source = "registry+https://github.com/rust-lang/crates.io-index"
 3661checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
 3662dependencies = [
 3663 "cfg-if",
 3664]
 3665
 3666[[package]]
 3667name = "crc64fast-nvme"
 3668version = "1.1.1"
 3669source = "registry+https://github.com/rust-lang/crates.io-index"
 3670checksum = "d5e2ee08013e3f228d6d2394116c4549a6df77708442c62d887d83f68ef2ee37"
 3671dependencies = [
 3672 "cbindgen 0.27.0",
 3673 "crc",
 3674]
 3675
 3676[[package]]
 3677name = "credentials_provider"
 3678version = "0.1.0"
 3679dependencies = [
 3680 "anyhow",
 3681 "futures 0.3.31",
 3682 "gpui",
 3683 "paths",
 3684 "release_channel",
 3685 "serde",
 3686 "serde_json",
 3687]
 3688
 3689[[package]]
 3690name = "criterion"
 3691version = "0.5.1"
 3692source = "registry+https://github.com/rust-lang/crates.io-index"
 3693checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 3694dependencies = [
 3695 "anes",
 3696 "cast",
 3697 "ciborium",
 3698 "clap",
 3699 "criterion-plot",
 3700 "is-terminal",
 3701 "itertools 0.10.5",
 3702 "num-traits",
 3703 "once_cell",
 3704 "oorandom",
 3705 "plotters",
 3706 "rayon",
 3707 "regex",
 3708 "serde",
 3709 "serde_derive",
 3710 "serde_json",
 3711 "tinytemplate",
 3712 "walkdir",
 3713]
 3714
 3715[[package]]
 3716name = "criterion-plot"
 3717version = "0.5.0"
 3718source = "registry+https://github.com/rust-lang/crates.io-index"
 3719checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 3720dependencies = [
 3721 "cast",
 3722 "itertools 0.10.5",
 3723]
 3724
 3725[[package]]
 3726name = "crossbeam-channel"
 3727version = "0.5.13"
 3728source = "registry+https://github.com/rust-lang/crates.io-index"
 3729checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
 3730dependencies = [
 3731 "crossbeam-utils",
 3732]
 3733
 3734[[package]]
 3735name = "crossbeam-deque"
 3736version = "0.8.5"
 3737source = "registry+https://github.com/rust-lang/crates.io-index"
 3738checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
 3739dependencies = [
 3740 "crossbeam-epoch",
 3741 "crossbeam-utils",
 3742]
 3743
 3744[[package]]
 3745name = "crossbeam-epoch"
 3746version = "0.9.18"
 3747source = "registry+https://github.com/rust-lang/crates.io-index"
 3748checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 3749dependencies = [
 3750 "crossbeam-utils",
 3751]
 3752
 3753[[package]]
 3754name = "crossbeam-queue"
 3755version = "0.3.11"
 3756source = "registry+https://github.com/rust-lang/crates.io-index"
 3757checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
 3758dependencies = [
 3759 "crossbeam-utils",
 3760]
 3761
 3762[[package]]
 3763name = "crossbeam-utils"
 3764version = "0.8.20"
 3765source = "registry+https://github.com/rust-lang/crates.io-index"
 3766checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
 3767
 3768[[package]]
 3769name = "crunchy"
 3770version = "0.2.2"
 3771source = "registry+https://github.com/rust-lang/crates.io-index"
 3772checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
 3773
 3774[[package]]
 3775name = "crypto-bigint"
 3776version = "0.4.9"
 3777source = "registry+https://github.com/rust-lang/crates.io-index"
 3778checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 3779dependencies = [
 3780 "generic-array",
 3781 "rand_core 0.6.4",
 3782 "subtle",
 3783 "zeroize",
 3784]
 3785
 3786[[package]]
 3787name = "crypto-bigint"
 3788version = "0.5.5"
 3789source = "registry+https://github.com/rust-lang/crates.io-index"
 3790checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 3791dependencies = [
 3792 "rand_core 0.6.4",
 3793 "subtle",
 3794]
 3795
 3796[[package]]
 3797name = "crypto-common"
 3798version = "0.1.6"
 3799source = "registry+https://github.com/rust-lang/crates.io-index"
 3800checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 3801dependencies = [
 3802 "generic-array",
 3803 "rand_core 0.6.4",
 3804 "typenum",
 3805]
 3806
 3807[[package]]
 3808name = "ctor"
 3809version = "0.4.1"
 3810source = "registry+https://github.com/rust-lang/crates.io-index"
 3811checksum = "07e9666f4a9a948d4f1dff0c08a4512b0f7c86414b23960104c243c10d79f4c3"
 3812dependencies = [
 3813 "ctor-proc-macro",
 3814 "dtor",
 3815]
 3816
 3817[[package]]
 3818name = "ctor-proc-macro"
 3819version = "0.0.5"
 3820source = "registry+https://github.com/rust-lang/crates.io-index"
 3821checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
 3822
 3823[[package]]
 3824name = "ctrlc"
 3825version = "3.4.5"
 3826source = "registry+https://github.com/rust-lang/crates.io-index"
 3827checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
 3828dependencies = [
 3829 "nix",
 3830 "windows-sys 0.59.0",
 3831]
 3832
 3833[[package]]
 3834name = "cursor-icon"
 3835version = "1.1.0"
 3836source = "registry+https://github.com/rust-lang/crates.io-index"
 3837checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
 3838
 3839[[package]]
 3840name = "cxx"
 3841version = "1.0.151"
 3842source = "registry+https://github.com/rust-lang/crates.io-index"
 3843checksum = "fdb3e596b379180315d2f934231e233a2fc745041f88231807774093d8de45f2"
 3844dependencies = [
 3845 "cc",
 3846 "cxxbridge-cmd",
 3847 "cxxbridge-flags",
 3848 "cxxbridge-macro",
 3849 "foldhash",
 3850 "link-cplusplus",
 3851]
 3852
 3853[[package]]
 3854name = "cxx-build"
 3855version = "1.0.151"
 3856source = "registry+https://github.com/rust-lang/crates.io-index"
 3857checksum = "3743fae7f47620cd34ec23bab819db9ee52da93166a058f87ab0ad99d777dc9b"
 3858dependencies = [
 3859 "cc",
 3860 "codespan-reporting 0.12.0",
 3861 "proc-macro2",
 3862 "quote",
 3863 "scratch",
 3864 "syn 2.0.100",
 3865]
 3866
 3867[[package]]
 3868name = "cxxbridge-cmd"
 3869version = "1.0.151"
 3870source = "registry+https://github.com/rust-lang/crates.io-index"
 3871checksum = "aaea0273c049b126a3918df88a1670c9c0168e0738df9370a988ff69070d4fff"
 3872dependencies = [
 3873 "clap",
 3874 "codespan-reporting 0.12.0",
 3875 "proc-macro2",
 3876 "quote",
 3877 "syn 2.0.100",
 3878]
 3879
 3880[[package]]
 3881name = "cxxbridge-flags"
 3882version = "1.0.151"
 3883source = "registry+https://github.com/rust-lang/crates.io-index"
 3884checksum = "020a9a3d6b792aab7f30f6e323893ad7f45052e572cde5d014c47fe67c89495f"
 3885
 3886[[package]]
 3887name = "cxxbridge-macro"
 3888version = "1.0.151"
 3889source = "registry+https://github.com/rust-lang/crates.io-index"
 3890checksum = "ee54cd01f94db0328c4c73036d38bd8c3bb88927e953d05ffefe743edbf4eb68"
 3891dependencies = [
 3892 "proc-macro2",
 3893 "quote",
 3894 "rustversion",
 3895 "syn 2.0.100",
 3896]
 3897
 3898[[package]]
 3899name = "dap"
 3900version = "0.1.0"
 3901dependencies = [
 3902 "anyhow",
 3903 "async-compression",
 3904 "async-pipe",
 3905 "async-tar",
 3906 "async-trait",
 3907 "client",
 3908 "collections",
 3909 "dap-types",
 3910 "env_logger 0.11.7",
 3911 "fs",
 3912 "futures 0.3.31",
 3913 "gpui",
 3914 "http_client",
 3915 "language",
 3916 "log",
 3917 "node_runtime",
 3918 "parking_lot",
 3919 "paths",
 3920 "regex",
 3921 "schemars",
 3922 "serde",
 3923 "serde_json",
 3924 "settings",
 3925 "smallvec",
 3926 "smol",
 3927 "task",
 3928 "util",
 3929]
 3930
 3931[[package]]
 3932name = "dap-types"
 3933version = "0.0.1"
 3934source = "git+https://github.com/zed-industries/dap-types?rev=bfd4af0#bfd4af084bbaa5f344e6925370d7642e41d0b5b8"
 3935dependencies = [
 3936 "schemars",
 3937 "serde",
 3938 "serde_json",
 3939]
 3940
 3941[[package]]
 3942name = "dap_adapters"
 3943version = "0.1.0"
 3944dependencies = [
 3945 "anyhow",
 3946 "async-trait",
 3947 "dap",
 3948 "gpui",
 3949 "language",
 3950 "paths",
 3951 "regex",
 3952 "serde",
 3953 "serde_json",
 3954 "task",
 3955 "util",
 3956]
 3957
 3958[[package]]
 3959name = "dashmap"
 3960version = "5.5.3"
 3961source = "registry+https://github.com/rust-lang/crates.io-index"
 3962checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
 3963dependencies = [
 3964 "cfg-if",
 3965 "hashbrown 0.14.5",
 3966 "lock_api",
 3967 "once_cell",
 3968 "parking_lot_core",
 3969]
 3970
 3971[[package]]
 3972name = "dashmap"
 3973version = "6.1.0"
 3974source = "registry+https://github.com/rust-lang/crates.io-index"
 3975checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 3976dependencies = [
 3977 "cfg-if",
 3978 "crossbeam-utils",
 3979 "hashbrown 0.14.5",
 3980 "lock_api",
 3981 "once_cell",
 3982 "parking_lot_core",
 3983]
 3984
 3985[[package]]
 3986name = "dasp_sample"
 3987version = "0.11.0"
 3988source = "registry+https://github.com/rust-lang/crates.io-index"
 3989checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 3990
 3991[[package]]
 3992name = "data-encoding"
 3993version = "2.6.0"
 3994source = "registry+https://github.com/rust-lang/crates.io-index"
 3995checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
 3996
 3997[[package]]
 3998name = "data-url"
 3999version = "0.3.1"
 4000source = "registry+https://github.com/rust-lang/crates.io-index"
 4001checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
 4002
 4003[[package]]
 4004name = "db"
 4005version = "0.1.0"
 4006dependencies = [
 4007 "anyhow",
 4008 "gpui",
 4009 "indoc",
 4010 "log",
 4011 "paths",
 4012 "release_channel",
 4013 "smol",
 4014 "sqlez",
 4015 "sqlez_macros",
 4016 "tempfile",
 4017 "util",
 4018]
 4019
 4020[[package]]
 4021name = "dbus"
 4022version = "0.9.7"
 4023source = "registry+https://github.com/rust-lang/crates.io-index"
 4024checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
 4025dependencies = [
 4026 "libc",
 4027 "libdbus-sys",
 4028 "winapi",
 4029]
 4030
 4031[[package]]
 4032name = "debugger_tools"
 4033version = "0.1.0"
 4034dependencies = [
 4035 "anyhow",
 4036 "dap",
 4037 "editor",
 4038 "futures 0.3.31",
 4039 "gpui",
 4040 "project",
 4041 "serde_json",
 4042 "settings",
 4043 "smol",
 4044 "util",
 4045 "workspace",
 4046]
 4047
 4048[[package]]
 4049name = "debugger_ui"
 4050version = "0.1.0"
 4051dependencies = [
 4052 "anyhow",
 4053 "client",
 4054 "collections",
 4055 "command_palette_hooks",
 4056 "dap",
 4057 "editor",
 4058 "env_logger 0.11.7",
 4059 "feature_flags",
 4060 "futures 0.3.31",
 4061 "fuzzy",
 4062 "gpui",
 4063 "language",
 4064 "log",
 4065 "menu",
 4066 "picker",
 4067 "pretty_assertions",
 4068 "project",
 4069 "rpc",
 4070 "serde",
 4071 "serde_json",
 4072 "settings",
 4073 "sysinfo",
 4074 "task",
 4075 "terminal_view",
 4076 "theme",
 4077 "ui",
 4078 "unindent",
 4079 "util",
 4080 "workspace",
 4081]
 4082
 4083[[package]]
 4084name = "deepseek"
 4085version = "0.1.0"
 4086dependencies = [
 4087 "anyhow",
 4088 "futures 0.3.31",
 4089 "http_client",
 4090 "schemars",
 4091 "serde",
 4092 "serde_json",
 4093]
 4094
 4095[[package]]
 4096name = "deflate64"
 4097version = "0.1.9"
 4098source = "registry+https://github.com/rust-lang/crates.io-index"
 4099checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
 4100
 4101[[package]]
 4102name = "der"
 4103version = "0.6.1"
 4104source = "registry+https://github.com/rust-lang/crates.io-index"
 4105checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4106dependencies = [
 4107 "const-oid",
 4108 "zeroize",
 4109]
 4110
 4111[[package]]
 4112name = "der"
 4113version = "0.7.9"
 4114source = "registry+https://github.com/rust-lang/crates.io-index"
 4115checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
 4116dependencies = [
 4117 "const-oid",
 4118 "pem-rfc7468",
 4119 "zeroize",
 4120]
 4121
 4122[[package]]
 4123name = "deranged"
 4124version = "0.4.0"
 4125source = "registry+https://github.com/rust-lang/crates.io-index"
 4126checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
 4127dependencies = [
 4128 "powerfmt",
 4129 "serde",
 4130]
 4131
 4132[[package]]
 4133name = "derive_more"
 4134version = "0.99.19"
 4135source = "registry+https://github.com/rust-lang/crates.io-index"
 4136checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
 4137dependencies = [
 4138 "convert_case 0.4.0",
 4139 "proc-macro2",
 4140 "quote",
 4141 "rustc_version",
 4142 "syn 2.0.100",
 4143]
 4144
 4145[[package]]
 4146name = "derive_refineable"
 4147version = "0.1.0"
 4148dependencies = [
 4149 "proc-macro2",
 4150 "quote",
 4151 "syn 1.0.109",
 4152]
 4153
 4154[[package]]
 4155name = "diagnostics"
 4156version = "0.1.0"
 4157dependencies = [
 4158 "anyhow",
 4159 "client",
 4160 "collections",
 4161 "ctor",
 4162 "editor",
 4163 "env_logger 0.11.7",
 4164 "gpui",
 4165 "language",
 4166 "log",
 4167 "lsp",
 4168 "pretty_assertions",
 4169 "project",
 4170 "rand 0.8.5",
 4171 "serde",
 4172 "serde_json",
 4173 "settings",
 4174 "theme",
 4175 "ui",
 4176 "unindent",
 4177 "util",
 4178 "workspace",
 4179]
 4180
 4181[[package]]
 4182name = "dialoguer"
 4183version = "0.11.0"
 4184source = "registry+https://github.com/rust-lang/crates.io-index"
 4185checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4186dependencies = [
 4187 "console",
 4188 "fuzzy-matcher",
 4189 "shell-words",
 4190 "tempfile",
 4191 "thiserror 1.0.69",
 4192 "zeroize",
 4193]
 4194
 4195[[package]]
 4196name = "diff"
 4197version = "0.1.13"
 4198source = "registry+https://github.com/rust-lang/crates.io-index"
 4199checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4200
 4201[[package]]
 4202name = "digest"
 4203version = "0.10.7"
 4204source = "registry+https://github.com/rust-lang/crates.io-index"
 4205checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4206dependencies = [
 4207 "block-buffer",
 4208 "const-oid",
 4209 "crypto-common",
 4210 "subtle",
 4211]
 4212
 4213[[package]]
 4214name = "dirs"
 4215version = "4.0.0"
 4216source = "registry+https://github.com/rust-lang/crates.io-index"
 4217checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4218dependencies = [
 4219 "dirs-sys 0.3.7",
 4220]
 4221
 4222[[package]]
 4223name = "dirs"
 4224version = "5.0.1"
 4225source = "registry+https://github.com/rust-lang/crates.io-index"
 4226checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4227dependencies = [
 4228 "dirs-sys 0.4.1",
 4229]
 4230
 4231[[package]]
 4232name = "dirs-sys"
 4233version = "0.3.7"
 4234source = "registry+https://github.com/rust-lang/crates.io-index"
 4235checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4236dependencies = [
 4237 "libc",
 4238 "redox_users",
 4239 "winapi",
 4240]
 4241
 4242[[package]]
 4243name = "dirs-sys"
 4244version = "0.4.1"
 4245source = "registry+https://github.com/rust-lang/crates.io-index"
 4246checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4247dependencies = [
 4248 "libc",
 4249 "option-ext",
 4250 "redox_users",
 4251 "windows-sys 0.48.0",
 4252]
 4253
 4254[[package]]
 4255name = "displaydoc"
 4256version = "0.2.5"
 4257source = "registry+https://github.com/rust-lang/crates.io-index"
 4258checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4259dependencies = [
 4260 "proc-macro2",
 4261 "quote",
 4262 "syn 2.0.100",
 4263]
 4264
 4265[[package]]
 4266name = "dlib"
 4267version = "0.5.2"
 4268source = "registry+https://github.com/rust-lang/crates.io-index"
 4269checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4270dependencies = [
 4271 "libloading",
 4272]
 4273
 4274[[package]]
 4275name = "docs_preprocessor"
 4276version = "0.1.0"
 4277dependencies = [
 4278 "anyhow",
 4279 "clap",
 4280 "mdbook",
 4281 "regex",
 4282 "serde",
 4283 "serde_json",
 4284 "settings",
 4285 "util",
 4286]
 4287
 4288[[package]]
 4289name = "dotenvy"
 4290version = "0.15.7"
 4291source = "registry+https://github.com/rust-lang/crates.io-index"
 4292checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 4293
 4294[[package]]
 4295name = "downcast-rs"
 4296version = "1.2.1"
 4297source = "registry+https://github.com/rust-lang/crates.io-index"
 4298checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 4299
 4300[[package]]
 4301name = "doxygen-rs"
 4302version = "0.4.2"
 4303source = "registry+https://github.com/rust-lang/crates.io-index"
 4304checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 4305dependencies = [
 4306 "phf",
 4307]
 4308
 4309[[package]]
 4310name = "dtor"
 4311version = "0.0.5"
 4312source = "registry+https://github.com/rust-lang/crates.io-index"
 4313checksum = "222ef136a1c687d4aa0395c175f2c4586e379924c352fd02f7870cf7de783c23"
 4314dependencies = [
 4315 "dtor-proc-macro",
 4316]
 4317
 4318[[package]]
 4319name = "dtor-proc-macro"
 4320version = "0.0.5"
 4321source = "registry+https://github.com/rust-lang/crates.io-index"
 4322checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 4323
 4324[[package]]
 4325name = "dunce"
 4326version = "1.0.5"
 4327source = "registry+https://github.com/rust-lang/crates.io-index"
 4328checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 4329
 4330[[package]]
 4331name = "dwrote"
 4332version = "0.11.2"
 4333source = "registry+https://github.com/rust-lang/crates.io-index"
 4334checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
 4335dependencies = [
 4336 "lazy_static",
 4337 "libc",
 4338 "winapi",
 4339 "wio",
 4340]
 4341
 4342[[package]]
 4343name = "dyn-clone"
 4344version = "1.0.17"
 4345source = "registry+https://github.com/rust-lang/crates.io-index"
 4346checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
 4347
 4348[[package]]
 4349name = "ec4rs"
 4350version = "1.1.1"
 4351source = "registry+https://github.com/rust-lang/crates.io-index"
 4352checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
 4353
 4354[[package]]
 4355name = "ecdsa"
 4356version = "0.14.8"
 4357source = "registry+https://github.com/rust-lang/crates.io-index"
 4358checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 4359dependencies = [
 4360 "der 0.6.1",
 4361 "elliptic-curve",
 4362 "rfc6979",
 4363 "signature 1.6.4",
 4364]
 4365
 4366[[package]]
 4367name = "editor"
 4368version = "0.1.0"
 4369dependencies = [
 4370 "aho-corasick",
 4371 "anyhow",
 4372 "assets",
 4373 "buffer_diff",
 4374 "chrono",
 4375 "client",
 4376 "clock",
 4377 "collections",
 4378 "convert_case 0.8.0",
 4379 "ctor",
 4380 "db",
 4381 "emojis",
 4382 "env_logger 0.11.7",
 4383 "feature_flags",
 4384 "file_icons",
 4385 "fs",
 4386 "futures 0.3.31",
 4387 "fuzzy",
 4388 "git",
 4389 "gpui",
 4390 "http_client",
 4391 "indoc",
 4392 "inline_completion",
 4393 "itertools 0.14.0",
 4394 "language",
 4395 "languages",
 4396 "linkify",
 4397 "log",
 4398 "lsp",
 4399 "markdown",
 4400 "menu",
 4401 "multi_buffer",
 4402 "ordered-float 2.10.1",
 4403 "parking_lot",
 4404 "pretty_assertions",
 4405 "project",
 4406 "rand 0.8.5",
 4407 "release_channel",
 4408 "rpc",
 4409 "schemars",
 4410 "serde",
 4411 "serde_json",
 4412 "settings",
 4413 "smallvec",
 4414 "smol",
 4415 "snippet",
 4416 "sum_tree",
 4417 "task",
 4418 "telemetry",
 4419 "tempfile",
 4420 "text",
 4421 "theme",
 4422 "time",
 4423 "time_format",
 4424 "tree-sitter-html",
 4425 "tree-sitter-rust",
 4426 "tree-sitter-typescript",
 4427 "ui",
 4428 "unicode-script",
 4429 "unicode-segmentation",
 4430 "unindent",
 4431 "url",
 4432 "util",
 4433 "uuid",
 4434 "workspace",
 4435 "zed_actions",
 4436]
 4437
 4438[[package]]
 4439name = "either"
 4440version = "1.13.0"
 4441source = "registry+https://github.com/rust-lang/crates.io-index"
 4442checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
 4443dependencies = [
 4444 "serde",
 4445]
 4446
 4447[[package]]
 4448name = "elasticlunr-rs"
 4449version = "3.0.2"
 4450source = "registry+https://github.com/rust-lang/crates.io-index"
 4451checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 4452dependencies = [
 4453 "regex",
 4454 "serde",
 4455 "serde_derive",
 4456 "serde_json",
 4457]
 4458
 4459[[package]]
 4460name = "elliptic-curve"
 4461version = "0.12.3"
 4462source = "registry+https://github.com/rust-lang/crates.io-index"
 4463checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 4464dependencies = [
 4465 "base16ct",
 4466 "crypto-bigint 0.4.9",
 4467 "der 0.6.1",
 4468 "digest",
 4469 "ff",
 4470 "generic-array",
 4471 "group",
 4472 "pkcs8 0.9.0",
 4473 "rand_core 0.6.4",
 4474 "sec1",
 4475 "subtle",
 4476 "zeroize",
 4477]
 4478
 4479[[package]]
 4480name = "embed-resource"
 4481version = "3.0.2"
 4482source = "registry+https://github.com/rust-lang/crates.io-index"
 4483checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
 4484dependencies = [
 4485 "cc",
 4486 "memchr",
 4487 "rustc_version",
 4488 "toml 0.8.20",
 4489 "vswhom",
 4490 "winreg 0.52.0",
 4491]
 4492
 4493[[package]]
 4494name = "embedded-io"
 4495version = "0.4.0"
 4496source = "registry+https://github.com/rust-lang/crates.io-index"
 4497checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 4498
 4499[[package]]
 4500name = "embedded-io"
 4501version = "0.6.1"
 4502source = "registry+https://github.com/rust-lang/crates.io-index"
 4503checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 4504
 4505[[package]]
 4506name = "emojis"
 4507version = "0.6.4"
 4508source = "registry+https://github.com/rust-lang/crates.io-index"
 4509checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 4510dependencies = [
 4511 "phf",
 4512]
 4513
 4514[[package]]
 4515name = "encode_unicode"
 4516version = "0.3.6"
 4517source = "registry+https://github.com/rust-lang/crates.io-index"
 4518checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
 4519
 4520[[package]]
 4521name = "encoding_rs"
 4522version = "0.8.35"
 4523source = "registry+https://github.com/rust-lang/crates.io-index"
 4524checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 4525dependencies = [
 4526 "cfg-if",
 4527]
 4528
 4529[[package]]
 4530name = "endi"
 4531version = "1.1.0"
 4532source = "registry+https://github.com/rust-lang/crates.io-index"
 4533checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 4534
 4535[[package]]
 4536name = "enumflags2"
 4537version = "0.7.10"
 4538source = "registry+https://github.com/rust-lang/crates.io-index"
 4539checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
 4540dependencies = [
 4541 "enumflags2_derive",
 4542 "serde",
 4543]
 4544
 4545[[package]]
 4546name = "enumflags2_derive"
 4547version = "0.7.10"
 4548source = "registry+https://github.com/rust-lang/crates.io-index"
 4549checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
 4550dependencies = [
 4551 "proc-macro2",
 4552 "quote",
 4553 "syn 2.0.100",
 4554]
 4555
 4556[[package]]
 4557name = "env_filter"
 4558version = "0.1.2"
 4559source = "registry+https://github.com/rust-lang/crates.io-index"
 4560checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
 4561dependencies = [
 4562 "log",
 4563 "regex",
 4564]
 4565
 4566[[package]]
 4567name = "env_logger"
 4568version = "0.10.2"
 4569source = "registry+https://github.com/rust-lang/crates.io-index"
 4570checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 4571dependencies = [
 4572 "humantime",
 4573 "is-terminal",
 4574 "log",
 4575 "regex",
 4576 "termcolor",
 4577]
 4578
 4579[[package]]
 4580name = "env_logger"
 4581version = "0.11.7"
 4582source = "registry+https://github.com/rust-lang/crates.io-index"
 4583checksum = "c3716d7a920fb4fac5d84e9d4bce8ceb321e9414b4409da61b07b75c1e3d0697"
 4584dependencies = [
 4585 "anstream",
 4586 "anstyle",
 4587 "env_filter",
 4588 "jiff",
 4589 "log",
 4590]
 4591
 4592[[package]]
 4593name = "envy"
 4594version = "0.4.2"
 4595source = "registry+https://github.com/rust-lang/crates.io-index"
 4596checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 4597dependencies = [
 4598 "serde",
 4599]
 4600
 4601[[package]]
 4602name = "equivalent"
 4603version = "1.0.1"
 4604source = "registry+https://github.com/rust-lang/crates.io-index"
 4605checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
 4606
 4607[[package]]
 4608name = "erased-serde"
 4609version = "0.4.5"
 4610source = "registry+https://github.com/rust-lang/crates.io-index"
 4611checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
 4612dependencies = [
 4613 "serde",
 4614 "typeid",
 4615]
 4616
 4617[[package]]
 4618name = "errno"
 4619version = "0.2.8"
 4620source = "registry+https://github.com/rust-lang/crates.io-index"
 4621checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 4622dependencies = [
 4623 "errno-dragonfly",
 4624 "libc",
 4625 "winapi",
 4626]
 4627
 4628[[package]]
 4629name = "errno"
 4630version = "0.3.10"
 4631source = "registry+https://github.com/rust-lang/crates.io-index"
 4632checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
 4633dependencies = [
 4634 "libc",
 4635 "windows-sys 0.59.0",
 4636]
 4637
 4638[[package]]
 4639name = "errno-dragonfly"
 4640version = "0.1.2"
 4641source = "registry+https://github.com/rust-lang/crates.io-index"
 4642checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 4643dependencies = [
 4644 "cc",
 4645 "libc",
 4646]
 4647
 4648[[package]]
 4649name = "etagere"
 4650version = "0.2.15"
 4651source = "registry+https://github.com/rust-lang/crates.io-index"
 4652checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 4653dependencies = [
 4654 "euclid",
 4655 "svg_fmt",
 4656]
 4657
 4658[[package]]
 4659name = "etcetera"
 4660version = "0.8.0"
 4661source = "registry+https://github.com/rust-lang/crates.io-index"
 4662checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 4663dependencies = [
 4664 "cfg-if",
 4665 "home",
 4666 "windows-sys 0.48.0",
 4667]
 4668
 4669[[package]]
 4670name = "euclid"
 4671version = "0.22.11"
 4672source = "registry+https://github.com/rust-lang/crates.io-index"
 4673checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 4674dependencies = [
 4675 "num-traits",
 4676]
 4677
 4678[[package]]
 4679name = "evals"
 4680version = "0.1.0"
 4681dependencies = [
 4682 "anyhow",
 4683 "clap",
 4684 "client",
 4685 "clock",
 4686 "collections",
 4687 "dap",
 4688 "env_logger 0.11.7",
 4689 "feature_flags",
 4690 "fs",
 4691 "gpui",
 4692 "http_client",
 4693 "language",
 4694 "languages",
 4695 "node_runtime",
 4696 "open_ai",
 4697 "project",
 4698 "reqwest_client",
 4699 "semantic_index",
 4700 "serde",
 4701 "serde_json",
 4702 "settings",
 4703 "smol",
 4704 "util",
 4705]
 4706
 4707[[package]]
 4708name = "event-listener"
 4709version = "2.5.3"
 4710source = "registry+https://github.com/rust-lang/crates.io-index"
 4711checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 4712
 4713[[package]]
 4714name = "event-listener"
 4715version = "5.3.1"
 4716source = "registry+https://github.com/rust-lang/crates.io-index"
 4717checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
 4718dependencies = [
 4719 "concurrent-queue",
 4720 "parking",
 4721 "pin-project-lite",
 4722]
 4723
 4724[[package]]
 4725name = "event-listener-strategy"
 4726version = "0.5.3"
 4727source = "registry+https://github.com/rust-lang/crates.io-index"
 4728checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
 4729dependencies = [
 4730 "event-listener 5.3.1",
 4731 "pin-project-lite",
 4732]
 4733
 4734[[package]]
 4735name = "exec"
 4736version = "0.3.1"
 4737source = "registry+https://github.com/rust-lang/crates.io-index"
 4738checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 4739dependencies = [
 4740 "errno 0.2.8",
 4741 "libc",
 4742]
 4743
 4744[[package]]
 4745name = "exr"
 4746version = "1.73.0"
 4747source = "registry+https://github.com/rust-lang/crates.io-index"
 4748checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 4749dependencies = [
 4750 "bit_field",
 4751 "half",
 4752 "lebe",
 4753 "miniz_oxide",
 4754 "rayon-core",
 4755 "smallvec",
 4756 "zune-inflate",
 4757]
 4758
 4759[[package]]
 4760name = "extension"
 4761version = "0.1.0"
 4762dependencies = [
 4763 "anyhow",
 4764 "async-compression",
 4765 "async-tar",
 4766 "async-trait",
 4767 "collections",
 4768 "convert_case 0.8.0",
 4769 "fs",
 4770 "futures 0.3.31",
 4771 "gpui",
 4772 "http_client",
 4773 "language",
 4774 "log",
 4775 "lsp",
 4776 "parking_lot",
 4777 "semantic_version",
 4778 "serde",
 4779 "serde_json",
 4780 "toml 0.8.20",
 4781 "util",
 4782 "wasm-encoder 0.221.3",
 4783 "wasmparser 0.221.3",
 4784 "wit-component 0.221.3",
 4785]
 4786
 4787[[package]]
 4788name = "extension_cli"
 4789version = "0.1.0"
 4790dependencies = [
 4791 "anyhow",
 4792 "clap",
 4793 "env_logger 0.11.7",
 4794 "extension",
 4795 "fs",
 4796 "gpui",
 4797 "language",
 4798 "log",
 4799 "reqwest_client",
 4800 "rpc",
 4801 "serde",
 4802 "serde_json",
 4803 "theme",
 4804 "tokio",
 4805 "toml 0.8.20",
 4806 "tree-sitter",
 4807 "wasmtime",
 4808]
 4809
 4810[[package]]
 4811name = "extension_host"
 4812version = "0.1.0"
 4813dependencies = [
 4814 "anyhow",
 4815 "async-compression",
 4816 "async-tar",
 4817 "async-trait",
 4818 "client",
 4819 "collections",
 4820 "context_server_settings",
 4821 "ctor",
 4822 "env_logger 0.11.7",
 4823 "extension",
 4824 "fs",
 4825 "futures 0.3.31",
 4826 "gpui",
 4827 "http_client",
 4828 "language",
 4829 "language_extension",
 4830 "log",
 4831 "lsp",
 4832 "node_runtime",
 4833 "parking_lot",
 4834 "paths",
 4835 "project",
 4836 "release_channel",
 4837 "remote",
 4838 "reqwest_client",
 4839 "schemars",
 4840 "semantic_version",
 4841 "serde",
 4842 "serde_json",
 4843 "serde_json_lenient",
 4844 "settings",
 4845 "task",
 4846 "telemetry",
 4847 "tempfile",
 4848 "theme",
 4849 "theme_extension",
 4850 "toml 0.8.20",
 4851 "url",
 4852 "util",
 4853 "wasmparser 0.221.3",
 4854 "wasmtime",
 4855 "wasmtime-wasi",
 4856]
 4857
 4858[[package]]
 4859name = "extensions_ui"
 4860version = "0.1.0"
 4861dependencies = [
 4862 "anyhow",
 4863 "client",
 4864 "collections",
 4865 "db",
 4866 "editor",
 4867 "extension_host",
 4868 "fs",
 4869 "fuzzy",
 4870 "gpui",
 4871 "language",
 4872 "num-format",
 4873 "picker",
 4874 "project",
 4875 "release_channel",
 4876 "semantic_version",
 4877 "serde",
 4878 "settings",
 4879 "smallvec",
 4880 "strum",
 4881 "telemetry",
 4882 "theme",
 4883 "ui",
 4884 "util",
 4885 "vim_mode_setting",
 4886 "workspace",
 4887 "zed_actions",
 4888]
 4889
 4890[[package]]
 4891name = "fallible-iterator"
 4892version = "0.3.0"
 4893source = "registry+https://github.com/rust-lang/crates.io-index"
 4894checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 4895
 4896[[package]]
 4897name = "fancy-regex"
 4898version = "0.13.0"
 4899source = "registry+https://github.com/rust-lang/crates.io-index"
 4900checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
 4901dependencies = [
 4902 "bit-set 0.5.3",
 4903 "regex-automata 0.4.9",
 4904 "regex-syntax 0.8.5",
 4905]
 4906
 4907[[package]]
 4908name = "fancy-regex"
 4909version = "0.14.0"
 4910source = "registry+https://github.com/rust-lang/crates.io-index"
 4911checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
 4912dependencies = [
 4913 "bit-set 0.8.0",
 4914 "regex-automata 0.4.9",
 4915 "regex-syntax 0.8.5",
 4916]
 4917
 4918[[package]]
 4919name = "fast-srgb8"
 4920version = "1.0.0"
 4921source = "registry+https://github.com/rust-lang/crates.io-index"
 4922checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 4923
 4924[[package]]
 4925name = "fastrand"
 4926version = "1.9.0"
 4927source = "registry+https://github.com/rust-lang/crates.io-index"
 4928checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 4929dependencies = [
 4930 "instant",
 4931]
 4932
 4933[[package]]
 4934name = "fastrand"
 4935version = "2.3.0"
 4936source = "registry+https://github.com/rust-lang/crates.io-index"
 4937checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 4938
 4939[[package]]
 4940name = "fd-lock"
 4941version = "4.0.2"
 4942source = "registry+https://github.com/rust-lang/crates.io-index"
 4943checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
 4944dependencies = [
 4945 "cfg-if",
 4946 "rustix",
 4947 "windows-sys 0.52.0",
 4948]
 4949
 4950[[package]]
 4951name = "fdeflate"
 4952version = "0.3.7"
 4953source = "registry+https://github.com/rust-lang/crates.io-index"
 4954checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 4955dependencies = [
 4956 "simd-adler32",
 4957]
 4958
 4959[[package]]
 4960name = "feature_flags"
 4961version = "0.1.0"
 4962dependencies = [
 4963 "futures 0.3.31",
 4964 "gpui",
 4965 "smol",
 4966]
 4967
 4968[[package]]
 4969name = "feedback"
 4970version = "0.1.0"
 4971dependencies = [
 4972 "client",
 4973 "editor",
 4974 "gpui",
 4975 "human_bytes",
 4976 "menu",
 4977 "release_channel",
 4978 "serde",
 4979 "sysinfo",
 4980 "ui",
 4981 "urlencoding",
 4982 "util",
 4983 "workspace",
 4984 "zed_actions",
 4985]
 4986
 4987[[package]]
 4988name = "ff"
 4989version = "0.12.1"
 4990source = "registry+https://github.com/rust-lang/crates.io-index"
 4991checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 4992dependencies = [
 4993 "rand_core 0.6.4",
 4994 "subtle",
 4995]
 4996
 4997[[package]]
 4998name = "file_finder"
 4999version = "0.1.0"
 5000dependencies = [
 5001 "anyhow",
 5002 "collections",
 5003 "ctor",
 5004 "editor",
 5005 "env_logger 0.11.7",
 5006 "file_icons",
 5007 "futures 0.3.31",
 5008 "fuzzy",
 5009 "gpui",
 5010 "language",
 5011 "menu",
 5012 "picker",
 5013 "project",
 5014 "schemars",
 5015 "serde",
 5016 "serde_derive",
 5017 "serde_json",
 5018 "settings",
 5019 "text",
 5020 "theme",
 5021 "ui",
 5022 "util",
 5023 "workspace",
 5024]
 5025
 5026[[package]]
 5027name = "file_icons"
 5028version = "0.1.0"
 5029dependencies = [
 5030 "gpui",
 5031 "serde",
 5032 "settings",
 5033 "theme",
 5034 "util",
 5035]
 5036
 5037[[package]]
 5038name = "filedescriptor"
 5039version = "0.8.3"
 5040source = "registry+https://github.com/rust-lang/crates.io-index"
 5041checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 5042dependencies = [
 5043 "libc",
 5044 "thiserror 1.0.69",
 5045 "winapi",
 5046]
 5047
 5048[[package]]
 5049name = "filetime"
 5050version = "0.2.25"
 5051source = "registry+https://github.com/rust-lang/crates.io-index"
 5052checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
 5053dependencies = [
 5054 "cfg-if",
 5055 "libc",
 5056 "libredox",
 5057 "windows-sys 0.59.0",
 5058]
 5059
 5060[[package]]
 5061name = "fixedbitset"
 5062version = "0.4.2"
 5063source = "registry+https://github.com/rust-lang/crates.io-index"
 5064checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 5065
 5066[[package]]
 5067name = "flate2"
 5068version = "1.0.35"
 5069source = "registry+https://github.com/rust-lang/crates.io-index"
 5070checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
 5071dependencies = [
 5072 "crc32fast",
 5073 "miniz_oxide",
 5074]
 5075
 5076[[package]]
 5077name = "float-cmp"
 5078version = "0.9.0"
 5079source = "registry+https://github.com/rust-lang/crates.io-index"
 5080checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 5081
 5082[[package]]
 5083name = "float-ord"
 5084version = "0.3.2"
 5085source = "registry+https://github.com/rust-lang/crates.io-index"
 5086checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 5087
 5088[[package]]
 5089name = "float_next_after"
 5090version = "1.0.0"
 5091source = "registry+https://github.com/rust-lang/crates.io-index"
 5092checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 5093
 5094[[package]]
 5095name = "flume"
 5096version = "0.11.1"
 5097source = "registry+https://github.com/rust-lang/crates.io-index"
 5098checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 5099dependencies = [
 5100 "futures-core",
 5101 "futures-sink",
 5102 "nanorand",
 5103 "spin",
 5104]
 5105
 5106[[package]]
 5107name = "fnv"
 5108version = "1.0.7"
 5109source = "registry+https://github.com/rust-lang/crates.io-index"
 5110checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 5111
 5112[[package]]
 5113name = "foldhash"
 5114version = "0.1.3"
 5115source = "registry+https://github.com/rust-lang/crates.io-index"
 5116checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
 5117
 5118[[package]]
 5119name = "font-kit"
 5120version = "0.14.1"
 5121source = "git+https://github.com/zed-industries/font-kit?rev=5474cfad4b719a72ec8ed2cb7327b2b01fd10568#5474cfad4b719a72ec8ed2cb7327b2b01fd10568"
 5122dependencies = [
 5123 "bitflags 2.9.0",
 5124 "byteorder",
 5125 "core-foundation 0.10.0",
 5126 "core-graphics 0.24.0",
 5127 "core-text",
 5128 "dirs 5.0.1",
 5129 "dwrote",
 5130 "float-ord",
 5131 "freetype-sys",
 5132 "lazy_static",
 5133 "libc",
 5134 "log",
 5135 "pathfinder_geometry",
 5136 "pathfinder_simd",
 5137 "walkdir",
 5138 "winapi",
 5139 "yeslogic-fontconfig-sys",
 5140]
 5141
 5142[[package]]
 5143name = "font-types"
 5144version = "0.8.3"
 5145source = "registry+https://github.com/rust-lang/crates.io-index"
 5146checksum = "d868ec188a98bb014c606072edd47e52e7ab7297db943b0b28503121e1d037bd"
 5147dependencies = [
 5148 "bytemuck",
 5149]
 5150
 5151[[package]]
 5152name = "fontconfig-parser"
 5153version = "0.5.7"
 5154source = "registry+https://github.com/rust-lang/crates.io-index"
 5155checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
 5156dependencies = [
 5157 "roxmltree",
 5158]
 5159
 5160[[package]]
 5161name = "fontdb"
 5162version = "0.16.2"
 5163source = "registry+https://github.com/rust-lang/crates.io-index"
 5164checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 5165dependencies = [
 5166 "fontconfig-parser",
 5167 "log",
 5168 "memmap2",
 5169 "slotmap",
 5170 "tinyvec",
 5171 "ttf-parser 0.20.0",
 5172]
 5173
 5174[[package]]
 5175name = "fontdb"
 5176version = "0.23.0"
 5177source = "registry+https://github.com/rust-lang/crates.io-index"
 5178checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 5179dependencies = [
 5180 "fontconfig-parser",
 5181 "log",
 5182 "memmap2",
 5183 "slotmap",
 5184 "tinyvec",
 5185 "ttf-parser 0.25.1",
 5186]
 5187
 5188[[package]]
 5189name = "foreign-types"
 5190version = "0.3.2"
 5191source = "registry+https://github.com/rust-lang/crates.io-index"
 5192checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 5193dependencies = [
 5194 "foreign-types-shared 0.1.1",
 5195]
 5196
 5197[[package]]
 5198name = "foreign-types"
 5199version = "0.5.0"
 5200source = "registry+https://github.com/rust-lang/crates.io-index"
 5201checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 5202dependencies = [
 5203 "foreign-types-macros",
 5204 "foreign-types-shared 0.3.1",
 5205]
 5206
 5207[[package]]
 5208name = "foreign-types-macros"
 5209version = "0.2.3"
 5210source = "registry+https://github.com/rust-lang/crates.io-index"
 5211checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 5212dependencies = [
 5213 "proc-macro2",
 5214 "quote",
 5215 "syn 2.0.100",
 5216]
 5217
 5218[[package]]
 5219name = "foreign-types-shared"
 5220version = "0.1.1"
 5221source = "registry+https://github.com/rust-lang/crates.io-index"
 5222checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 5223
 5224[[package]]
 5225name = "foreign-types-shared"
 5226version = "0.3.1"
 5227source = "registry+https://github.com/rust-lang/crates.io-index"
 5228checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 5229
 5230[[package]]
 5231name = "fork"
 5232version = "0.2.0"
 5233source = "registry+https://github.com/rust-lang/crates.io-index"
 5234checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
 5235dependencies = [
 5236 "libc",
 5237]
 5238
 5239[[package]]
 5240name = "form_urlencoded"
 5241version = "1.2.1"
 5242source = "registry+https://github.com/rust-lang/crates.io-index"
 5243checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
 5244dependencies = [
 5245 "percent-encoding",
 5246]
 5247
 5248[[package]]
 5249name = "freetype-sys"
 5250version = "0.20.1"
 5251source = "registry+https://github.com/rust-lang/crates.io-index"
 5252checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 5253dependencies = [
 5254 "cc",
 5255 "libc",
 5256 "pkg-config",
 5257]
 5258
 5259[[package]]
 5260name = "fs"
 5261version = "0.1.0"
 5262dependencies = [
 5263 "anyhow",
 5264 "ashpd",
 5265 "async-tar",
 5266 "async-trait",
 5267 "cocoa 0.26.0",
 5268 "collections",
 5269 "fsevent",
 5270 "futures 0.3.31",
 5271 "git",
 5272 "gpui",
 5273 "ignore",
 5274 "libc",
 5275 "log",
 5276 "notify 8.0.0 (git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96)",
 5277 "objc",
 5278 "parking_lot",
 5279 "paths",
 5280 "proto",
 5281 "rope",
 5282 "serde",
 5283 "serde_json",
 5284 "smol",
 5285 "tempfile",
 5286 "text",
 5287 "time",
 5288 "util",
 5289 "windows 0.61.1",
 5290]
 5291
 5292[[package]]
 5293name = "fs-set-times"
 5294version = "0.20.2"
 5295source = "registry+https://github.com/rust-lang/crates.io-index"
 5296checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
 5297dependencies = [
 5298 "io-lifetimes",
 5299 "rustix",
 5300 "windows-sys 0.59.0",
 5301]
 5302
 5303[[package]]
 5304name = "fs2"
 5305version = "0.4.3"
 5306source = "registry+https://github.com/rust-lang/crates.io-index"
 5307checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 5308dependencies = [
 5309 "libc",
 5310 "winapi",
 5311]
 5312
 5313[[package]]
 5314name = "fs_extra"
 5315version = "1.3.0"
 5316source = "registry+https://github.com/rust-lang/crates.io-index"
 5317checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 5318
 5319[[package]]
 5320name = "fsevent"
 5321version = "0.1.0"
 5322dependencies = [
 5323 "bitflags 2.9.0",
 5324 "core-foundation 0.10.0",
 5325 "fsevent-sys 3.1.0",
 5326 "parking_lot",
 5327 "tempfile",
 5328]
 5329
 5330[[package]]
 5331name = "fsevent-sys"
 5332version = "3.1.0"
 5333source = "registry+https://github.com/rust-lang/crates.io-index"
 5334checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
 5335dependencies = [
 5336 "libc",
 5337]
 5338
 5339[[package]]
 5340name = "fsevent-sys"
 5341version = "4.1.0"
 5342source = "registry+https://github.com/rust-lang/crates.io-index"
 5343checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 5344dependencies = [
 5345 "libc",
 5346]
 5347
 5348[[package]]
 5349name = "funty"
 5350version = "2.0.0"
 5351source = "registry+https://github.com/rust-lang/crates.io-index"
 5352checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 5353
 5354[[package]]
 5355name = "futf"
 5356version = "0.1.5"
 5357source = "registry+https://github.com/rust-lang/crates.io-index"
 5358checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 5359dependencies = [
 5360 "mac",
 5361 "new_debug_unreachable",
 5362]
 5363
 5364[[package]]
 5365name = "futures"
 5366version = "0.1.31"
 5367source = "registry+https://github.com/rust-lang/crates.io-index"
 5368checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 5369
 5370[[package]]
 5371name = "futures"
 5372version = "0.3.31"
 5373source = "registry+https://github.com/rust-lang/crates.io-index"
 5374checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 5375dependencies = [
 5376 "futures-channel",
 5377 "futures-core",
 5378 "futures-executor",
 5379 "futures-io",
 5380 "futures-sink",
 5381 "futures-task",
 5382 "futures-util",
 5383]
 5384
 5385[[package]]
 5386name = "futures-batch"
 5387version = "0.6.1"
 5388source = "registry+https://github.com/rust-lang/crates.io-index"
 5389checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
 5390dependencies = [
 5391 "futures 0.3.31",
 5392 "futures-timer",
 5393 "pin-utils",
 5394]
 5395
 5396[[package]]
 5397name = "futures-channel"
 5398version = "0.3.31"
 5399source = "registry+https://github.com/rust-lang/crates.io-index"
 5400checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 5401dependencies = [
 5402 "futures-core",
 5403 "futures-sink",
 5404]
 5405
 5406[[package]]
 5407name = "futures-core"
 5408version = "0.3.31"
 5409source = "registry+https://github.com/rust-lang/crates.io-index"
 5410checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 5411
 5412[[package]]
 5413name = "futures-executor"
 5414version = "0.3.31"
 5415source = "registry+https://github.com/rust-lang/crates.io-index"
 5416checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 5417dependencies = [
 5418 "futures-core",
 5419 "futures-task",
 5420 "futures-util",
 5421]
 5422
 5423[[package]]
 5424name = "futures-intrusive"
 5425version = "0.5.0"
 5426source = "registry+https://github.com/rust-lang/crates.io-index"
 5427checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 5428dependencies = [
 5429 "futures-core",
 5430 "lock_api",
 5431 "parking_lot",
 5432]
 5433
 5434[[package]]
 5435name = "futures-io"
 5436version = "0.3.31"
 5437source = "registry+https://github.com/rust-lang/crates.io-index"
 5438checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 5439
 5440[[package]]
 5441name = "futures-lite"
 5442version = "1.13.0"
 5443source = "registry+https://github.com/rust-lang/crates.io-index"
 5444checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 5445dependencies = [
 5446 "fastrand 1.9.0",
 5447 "futures-core",
 5448 "futures-io",
 5449 "memchr",
 5450 "parking",
 5451 "pin-project-lite",
 5452 "waker-fn",
 5453]
 5454
 5455[[package]]
 5456name = "futures-lite"
 5457version = "2.6.0"
 5458source = "registry+https://github.com/rust-lang/crates.io-index"
 5459checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
 5460dependencies = [
 5461 "fastrand 2.3.0",
 5462 "futures-core",
 5463 "futures-io",
 5464 "parking",
 5465 "pin-project-lite",
 5466]
 5467
 5468[[package]]
 5469name = "futures-macro"
 5470version = "0.3.31"
 5471source = "registry+https://github.com/rust-lang/crates.io-index"
 5472checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 5473dependencies = [
 5474 "proc-macro2",
 5475 "quote",
 5476 "syn 2.0.100",
 5477]
 5478
 5479[[package]]
 5480name = "futures-sink"
 5481version = "0.3.31"
 5482source = "registry+https://github.com/rust-lang/crates.io-index"
 5483checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 5484
 5485[[package]]
 5486name = "futures-task"
 5487version = "0.3.31"
 5488source = "registry+https://github.com/rust-lang/crates.io-index"
 5489checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 5490
 5491[[package]]
 5492name = "futures-timer"
 5493version = "3.0.3"
 5494source = "registry+https://github.com/rust-lang/crates.io-index"
 5495checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
 5496
 5497[[package]]
 5498name = "futures-util"
 5499version = "0.3.31"
 5500source = "registry+https://github.com/rust-lang/crates.io-index"
 5501checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 5502dependencies = [
 5503 "futures 0.1.31",
 5504 "futures-channel",
 5505 "futures-core",
 5506 "futures-io",
 5507 "futures-macro",
 5508 "futures-sink",
 5509 "futures-task",
 5510 "memchr",
 5511 "pin-project-lite",
 5512 "pin-utils",
 5513 "slab",
 5514 "tokio-io",
 5515]
 5516
 5517[[package]]
 5518name = "fuzzy"
 5519version = "0.1.0"
 5520dependencies = [
 5521 "gpui",
 5522 "log",
 5523 "util",
 5524]
 5525
 5526[[package]]
 5527name = "fuzzy-matcher"
 5528version = "0.3.7"
 5529source = "registry+https://github.com/rust-lang/crates.io-index"
 5530checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 5531dependencies = [
 5532 "thread_local",
 5533]
 5534
 5535[[package]]
 5536name = "generic-array"
 5537version = "0.14.7"
 5538source = "registry+https://github.com/rust-lang/crates.io-index"
 5539checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 5540dependencies = [
 5541 "typenum",
 5542 "version_check",
 5543]
 5544
 5545[[package]]
 5546name = "gethostname"
 5547version = "0.4.3"
 5548source = "registry+https://github.com/rust-lang/crates.io-index"
 5549checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
 5550dependencies = [
 5551 "libc",
 5552 "windows-targets 0.48.5",
 5553]
 5554
 5555[[package]]
 5556name = "getrandom"
 5557version = "0.1.16"
 5558source = "registry+https://github.com/rust-lang/crates.io-index"
 5559checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
 5560dependencies = [
 5561 "cfg-if",
 5562 "libc",
 5563 "wasi 0.9.0+wasi-snapshot-preview1",
 5564]
 5565
 5566[[package]]
 5567name = "getrandom"
 5568version = "0.2.15"
 5569source = "registry+https://github.com/rust-lang/crates.io-index"
 5570checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
 5571dependencies = [
 5572 "cfg-if",
 5573 "js-sys",
 5574 "libc",
 5575 "wasi 0.11.0+wasi-snapshot-preview1",
 5576 "wasm-bindgen",
 5577]
 5578
 5579[[package]]
 5580name = "getrandom"
 5581version = "0.3.1"
 5582source = "registry+https://github.com/rust-lang/crates.io-index"
 5583checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
 5584dependencies = [
 5585 "cfg-if",
 5586 "libc",
 5587 "wasi 0.13.3+wasi-0.2.2",
 5588 "windows-targets 0.52.6",
 5589]
 5590
 5591[[package]]
 5592name = "gif"
 5593version = "0.13.1"
 5594source = "registry+https://github.com/rust-lang/crates.io-index"
 5595checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
 5596dependencies = [
 5597 "color_quant",
 5598 "weezl",
 5599]
 5600
 5601[[package]]
 5602name = "gimli"
 5603version = "0.31.1"
 5604source = "registry+https://github.com/rust-lang/crates.io-index"
 5605checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
 5606dependencies = [
 5607 "fallible-iterator",
 5608 "indexmap",
 5609 "stable_deref_trait",
 5610]
 5611
 5612[[package]]
 5613name = "git"
 5614version = "0.1.0"
 5615dependencies = [
 5616 "anyhow",
 5617 "askpass",
 5618 "async-trait",
 5619 "collections",
 5620 "derive_more",
 5621 "futures 0.3.31",
 5622 "git2",
 5623 "gpui",
 5624 "http_client",
 5625 "log",
 5626 "parking_lot",
 5627 "pretty_assertions",
 5628 "regex",
 5629 "rope",
 5630 "schemars",
 5631 "serde",
 5632 "serde_json",
 5633 "smol",
 5634 "sum_tree",
 5635 "tempfile",
 5636 "text",
 5637 "thiserror 2.0.12",
 5638 "time",
 5639 "unindent",
 5640 "url",
 5641 "util",
 5642 "uuid",
 5643]
 5644
 5645[[package]]
 5646name = "git2"
 5647version = "0.20.1"
 5648source = "registry+https://github.com/rust-lang/crates.io-index"
 5649checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
 5650dependencies = [
 5651 "bitflags 2.9.0",
 5652 "libc",
 5653 "libgit2-sys",
 5654 "log",
 5655 "url",
 5656]
 5657
 5658[[package]]
 5659name = "git_hosting_providers"
 5660version = "0.1.0"
 5661dependencies = [
 5662 "anyhow",
 5663 "async-trait",
 5664 "futures 0.3.31",
 5665 "git",
 5666 "gpui",
 5667 "http_client",
 5668 "indoc",
 5669 "pretty_assertions",
 5670 "regex",
 5671 "schemars",
 5672 "serde",
 5673 "serde_json",
 5674 "settings",
 5675 "url",
 5676 "util",
 5677]
 5678
 5679[[package]]
 5680name = "git_ui"
 5681version = "0.1.0"
 5682dependencies = [
 5683 "anyhow",
 5684 "askpass",
 5685 "assistant_settings",
 5686 "buffer_diff",
 5687 "collections",
 5688 "command_palette_hooks",
 5689 "component",
 5690 "ctor",
 5691 "db",
 5692 "editor",
 5693 "env_logger 0.11.7",
 5694 "futures 0.3.31",
 5695 "fuzzy",
 5696 "git",
 5697 "gpui",
 5698 "itertools 0.14.0",
 5699 "language",
 5700 "language_model",
 5701 "linkify",
 5702 "linkme",
 5703 "log",
 5704 "menu",
 5705 "multi_buffer",
 5706 "notifications",
 5707 "panel",
 5708 "picker",
 5709 "postage",
 5710 "pretty_assertions",
 5711 "project",
 5712 "schemars",
 5713 "serde",
 5714 "serde_derive",
 5715 "serde_json",
 5716 "settings",
 5717 "strum",
 5718 "telemetry",
 5719 "theme",
 5720 "time",
 5721 "time_format",
 5722 "ui",
 5723 "unindent",
 5724 "util",
 5725 "windows 0.61.1",
 5726 "workspace",
 5727 "zed_actions",
 5728]
 5729
 5730[[package]]
 5731name = "glob"
 5732version = "0.3.1"
 5733source = "registry+https://github.com/rust-lang/crates.io-index"
 5734checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
 5735
 5736[[package]]
 5737name = "globset"
 5738version = "0.4.16"
 5739source = "registry+https://github.com/rust-lang/crates.io-index"
 5740checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
 5741dependencies = [
 5742 "aho-corasick",
 5743 "bstr",
 5744 "log",
 5745 "regex-automata 0.4.9",
 5746 "regex-syntax 0.8.5",
 5747]
 5748
 5749[[package]]
 5750name = "gloo-timers"
 5751version = "0.3.0"
 5752source = "registry+https://github.com/rust-lang/crates.io-index"
 5753checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 5754dependencies = [
 5755 "futures-channel",
 5756 "futures-core",
 5757 "js-sys",
 5758 "wasm-bindgen",
 5759]
 5760
 5761[[package]]
 5762name = "glow"
 5763version = "0.14.2"
 5764source = "registry+https://github.com/rust-lang/crates.io-index"
 5765checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
 5766dependencies = [
 5767 "js-sys",
 5768 "slotmap",
 5769 "wasm-bindgen",
 5770 "web-sys",
 5771]
 5772
 5773[[package]]
 5774name = "go_to_line"
 5775version = "0.1.0"
 5776dependencies = [
 5777 "anyhow",
 5778 "editor",
 5779 "gpui",
 5780 "indoc",
 5781 "language",
 5782 "menu",
 5783 "project",
 5784 "rope",
 5785 "schemars",
 5786 "serde",
 5787 "serde_json",
 5788 "settings",
 5789 "text",
 5790 "theme",
 5791 "tree-sitter-rust",
 5792 "tree-sitter-typescript",
 5793 "ui",
 5794 "util",
 5795 "workspace",
 5796]
 5797
 5798[[package]]
 5799name = "google_ai"
 5800version = "0.1.0"
 5801dependencies = [
 5802 "anyhow",
 5803 "futures 0.3.31",
 5804 "http_client",
 5805 "schemars",
 5806 "serde",
 5807 "serde_json",
 5808 "strum",
 5809]
 5810
 5811[[package]]
 5812name = "gpu-alloc"
 5813version = "0.6.0"
 5814source = "registry+https://github.com/rust-lang/crates.io-index"
 5815checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
 5816dependencies = [
 5817 "bitflags 2.9.0",
 5818 "gpu-alloc-types",
 5819]
 5820
 5821[[package]]
 5822name = "gpu-alloc-ash"
 5823version = "0.7.0"
 5824source = "registry+https://github.com/rust-lang/crates.io-index"
 5825checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
 5826dependencies = [
 5827 "ash",
 5828 "gpu-alloc-types",
 5829 "tinyvec",
 5830]
 5831
 5832[[package]]
 5833name = "gpu-alloc-types"
 5834version = "0.3.0"
 5835source = "registry+https://github.com/rust-lang/crates.io-index"
 5836checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
 5837dependencies = [
 5838 "bitflags 2.9.0",
 5839]
 5840
 5841[[package]]
 5842name = "gpui"
 5843version = "0.1.0"
 5844dependencies = [
 5845 "anyhow",
 5846 "as-raw-xcb-connection",
 5847 "ashpd",
 5848 "async-task",
 5849 "backtrace",
 5850 "bindgen 0.70.1",
 5851 "blade-graphics",
 5852 "blade-macros",
 5853 "blade-util",
 5854 "block",
 5855 "bytemuck",
 5856 "calloop",
 5857 "calloop-wayland-source",
 5858 "cbindgen 0.28.0",
 5859 "cocoa 0.26.0",
 5860 "collections",
 5861 "core-foundation 0.10.0",
 5862 "core-foundation-sys",
 5863 "core-graphics 0.24.0",
 5864 "core-text",
 5865 "core-video",
 5866 "cosmic-text",
 5867 "ctor",
 5868 "derive_more",
 5869 "embed-resource",
 5870 "env_logger 0.11.7",
 5871 "etagere",
 5872 "filedescriptor",
 5873 "flume",
 5874 "font-kit",
 5875 "foreign-types 0.5.0",
 5876 "futures 0.3.31",
 5877 "gpui_macros",
 5878 "http_client",
 5879 "image",
 5880 "inventory",
 5881 "itertools 0.14.0",
 5882 "log",
 5883 "lyon",
 5884 "media",
 5885 "metal",
 5886 "naga",
 5887 "num_cpus",
 5888 "objc",
 5889 "objc2",
 5890 "objc2-metal",
 5891 "oo7",
 5892 "open",
 5893 "parking",
 5894 "parking_lot",
 5895 "pathfinder_geometry",
 5896 "postage",
 5897 "profiling",
 5898 "rand 0.8.5",
 5899 "raw-window-handle",
 5900 "refineable",
 5901 "reqwest_client",
 5902 "resvg",
 5903 "schemars",
 5904 "seahash",
 5905 "semantic_version",
 5906 "serde",
 5907 "serde_derive",
 5908 "serde_json",
 5909 "slotmap",
 5910 "smallvec",
 5911 "smol",
 5912 "strum",
 5913 "sum_tree",
 5914 "taffy",
 5915 "thiserror 2.0.12",
 5916 "unicode-segmentation",
 5917 "usvg",
 5918 "util",
 5919 "uuid",
 5920 "waker-fn",
 5921 "wayland-backend",
 5922 "wayland-client",
 5923 "wayland-cursor",
 5924 "wayland-protocols",
 5925 "wayland-protocols-plasma",
 5926 "windows 0.61.1",
 5927 "windows-core 0.61.0",
 5928 "windows-numerics",
 5929 "x11-clipboard",
 5930 "x11rb",
 5931 "xim",
 5932 "xkbcommon",
 5933]
 5934
 5935[[package]]
 5936name = "gpui_macros"
 5937version = "0.1.0"
 5938dependencies = [
 5939 "gpui",
 5940 "proc-macro2",
 5941 "quote",
 5942 "syn 1.0.109",
 5943]
 5944
 5945[[package]]
 5946name = "gpui_tokio"
 5947version = "0.1.0"
 5948dependencies = [
 5949 "gpui",
 5950 "tokio",
 5951 "util",
 5952]
 5953
 5954[[package]]
 5955name = "grid"
 5956version = "0.13.0"
 5957source = "registry+https://github.com/rust-lang/crates.io-index"
 5958checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
 5959
 5960[[package]]
 5961name = "group"
 5962version = "0.12.1"
 5963source = "registry+https://github.com/rust-lang/crates.io-index"
 5964checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 5965dependencies = [
 5966 "ff",
 5967 "rand_core 0.6.4",
 5968 "subtle",
 5969]
 5970
 5971[[package]]
 5972name = "h2"
 5973version = "0.3.26"
 5974source = "registry+https://github.com/rust-lang/crates.io-index"
 5975checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
 5976dependencies = [
 5977 "bytes 1.10.1",
 5978 "fnv",
 5979 "futures-core",
 5980 "futures-sink",
 5981 "futures-util",
 5982 "http 0.2.12",
 5983 "indexmap",
 5984 "slab",
 5985 "tokio",
 5986 "tokio-util",
 5987 "tracing",
 5988]
 5989
 5990[[package]]
 5991name = "h2"
 5992version = "0.4.7"
 5993source = "registry+https://github.com/rust-lang/crates.io-index"
 5994checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
 5995dependencies = [
 5996 "atomic-waker",
 5997 "bytes 1.10.1",
 5998 "fnv",
 5999 "futures-core",
 6000 "futures-sink",
 6001 "http 1.2.0",
 6002 "indexmap",
 6003 "slab",
 6004 "tokio",
 6005 "tokio-util",
 6006 "tracing",
 6007]
 6008
 6009[[package]]
 6010name = "half"
 6011version = "2.4.1"
 6012source = "registry+https://github.com/rust-lang/crates.io-index"
 6013checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
 6014dependencies = [
 6015 "cfg-if",
 6016 "crunchy",
 6017]
 6018
 6019[[package]]
 6020name = "handlebars"
 6021version = "4.5.0"
 6022source = "registry+https://github.com/rust-lang/crates.io-index"
 6023checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 6024dependencies = [
 6025 "log",
 6026 "pest",
 6027 "pest_derive",
 6028 "serde",
 6029 "serde_json",
 6030 "thiserror 1.0.69",
 6031]
 6032
 6033[[package]]
 6034name = "handlebars"
 6035version = "6.2.0"
 6036source = "registry+https://github.com/rust-lang/crates.io-index"
 6037checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
 6038dependencies = [
 6039 "log",
 6040 "num-order",
 6041 "pest",
 6042 "pest_derive",
 6043 "serde",
 6044 "serde_json",
 6045 "thiserror 1.0.69",
 6046]
 6047
 6048[[package]]
 6049name = "hashbrown"
 6050version = "0.12.3"
 6051source = "registry+https://github.com/rust-lang/crates.io-index"
 6052checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 6053dependencies = [
 6054 "ahash 0.7.8",
 6055]
 6056
 6057[[package]]
 6058name = "hashbrown"
 6059version = "0.14.5"
 6060source = "registry+https://github.com/rust-lang/crates.io-index"
 6061checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 6062dependencies = [
 6063 "ahash 0.8.11",
 6064 "allocator-api2",
 6065]
 6066
 6067[[package]]
 6068name = "hashbrown"
 6069version = "0.15.2"
 6070source = "registry+https://github.com/rust-lang/crates.io-index"
 6071checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
 6072dependencies = [
 6073 "allocator-api2",
 6074 "equivalent",
 6075 "foldhash",
 6076 "serde",
 6077]
 6078
 6079[[package]]
 6080name = "hashlink"
 6081version = "0.8.4"
 6082source = "registry+https://github.com/rust-lang/crates.io-index"
 6083checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 6084dependencies = [
 6085 "hashbrown 0.14.5",
 6086]
 6087
 6088[[package]]
 6089name = "hashlink"
 6090version = "0.10.0"
 6091source = "registry+https://github.com/rust-lang/crates.io-index"
 6092checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 6093dependencies = [
 6094 "hashbrown 0.15.2",
 6095]
 6096
 6097[[package]]
 6098name = "headers"
 6099version = "0.3.9"
 6100source = "registry+https://github.com/rust-lang/crates.io-index"
 6101checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 6102dependencies = [
 6103 "base64 0.21.7",
 6104 "bytes 1.10.1",
 6105 "headers-core",
 6106 "http 0.2.12",
 6107 "httpdate",
 6108 "mime",
 6109 "sha1",
 6110]
 6111
 6112[[package]]
 6113name = "headers-core"
 6114version = "0.2.0"
 6115source = "registry+https://github.com/rust-lang/crates.io-index"
 6116checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 6117dependencies = [
 6118 "http 0.2.12",
 6119]
 6120
 6121[[package]]
 6122name = "heck"
 6123version = "0.3.3"
 6124source = "registry+https://github.com/rust-lang/crates.io-index"
 6125checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 6126dependencies = [
 6127 "unicode-segmentation",
 6128]
 6129
 6130[[package]]
 6131name = "heck"
 6132version = "0.4.1"
 6133source = "registry+https://github.com/rust-lang/crates.io-index"
 6134checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 6135dependencies = [
 6136 "unicode-segmentation",
 6137]
 6138
 6139[[package]]
 6140name = "heck"
 6141version = "0.5.0"
 6142source = "registry+https://github.com/rust-lang/crates.io-index"
 6143checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 6144
 6145[[package]]
 6146name = "heed"
 6147version = "0.21.0"
 6148source = "registry+https://github.com/rust-lang/crates.io-index"
 6149checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 6150dependencies = [
 6151 "bitflags 2.9.0",
 6152 "byteorder",
 6153 "heed-traits",
 6154 "heed-types",
 6155 "libc",
 6156 "lmdb-master-sys",
 6157 "once_cell",
 6158 "page_size",
 6159 "serde",
 6160 "synchronoise",
 6161 "url",
 6162]
 6163
 6164[[package]]
 6165name = "heed-traits"
 6166version = "0.20.0"
 6167source = "registry+https://github.com/rust-lang/crates.io-index"
 6168checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 6169
 6170[[package]]
 6171name = "heed-types"
 6172version = "0.21.0"
 6173source = "registry+https://github.com/rust-lang/crates.io-index"
 6174checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 6175dependencies = [
 6176 "bincode",
 6177 "byteorder",
 6178 "heed-traits",
 6179 "serde",
 6180 "serde_json",
 6181]
 6182
 6183[[package]]
 6184name = "hermit-abi"
 6185version = "0.3.9"
 6186source = "registry+https://github.com/rust-lang/crates.io-index"
 6187checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
 6188
 6189[[package]]
 6190name = "hermit-abi"
 6191version = "0.4.0"
 6192source = "registry+https://github.com/rust-lang/crates.io-index"
 6193checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
 6194
 6195[[package]]
 6196name = "hex"
 6197version = "0.4.3"
 6198source = "registry+https://github.com/rust-lang/crates.io-index"
 6199checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 6200
 6201[[package]]
 6202name = "hexf-parse"
 6203version = "0.2.1"
 6204source = "registry+https://github.com/rust-lang/crates.io-index"
 6205checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 6206
 6207[[package]]
 6208name = "hidden-trait"
 6209version = "0.1.2"
 6210source = "registry+https://github.com/rust-lang/crates.io-index"
 6211checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
 6212dependencies = [
 6213 "proc-macro2",
 6214 "quote",
 6215 "syn 1.0.109",
 6216]
 6217
 6218[[package]]
 6219name = "hkdf"
 6220version = "0.12.4"
 6221source = "registry+https://github.com/rust-lang/crates.io-index"
 6222checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 6223dependencies = [
 6224 "hmac",
 6225]
 6226
 6227[[package]]
 6228name = "hmac"
 6229version = "0.12.1"
 6230source = "registry+https://github.com/rust-lang/crates.io-index"
 6231checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 6232dependencies = [
 6233 "digest",
 6234]
 6235
 6236[[package]]
 6237name = "home"
 6238version = "0.5.9"
 6239source = "registry+https://github.com/rust-lang/crates.io-index"
 6240checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
 6241dependencies = [
 6242 "windows-sys 0.52.0",
 6243]
 6244
 6245[[package]]
 6246name = "hound"
 6247version = "3.5.1"
 6248source = "registry+https://github.com/rust-lang/crates.io-index"
 6249checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 6250
 6251[[package]]
 6252name = "html5ever"
 6253version = "0.27.0"
 6254source = "registry+https://github.com/rust-lang/crates.io-index"
 6255checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 6256dependencies = [
 6257 "log",
 6258 "mac",
 6259 "markup5ever",
 6260 "proc-macro2",
 6261 "quote",
 6262 "syn 2.0.100",
 6263]
 6264
 6265[[package]]
 6266name = "html_to_markdown"
 6267version = "0.1.0"
 6268dependencies = [
 6269 "anyhow",
 6270 "html5ever",
 6271 "indoc",
 6272 "markup5ever_rcdom",
 6273 "pretty_assertions",
 6274 "regex",
 6275]
 6276
 6277[[package]]
 6278name = "http"
 6279version = "0.2.12"
 6280source = "registry+https://github.com/rust-lang/crates.io-index"
 6281checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 6282dependencies = [
 6283 "bytes 1.10.1",
 6284 "fnv",
 6285 "itoa",
 6286]
 6287
 6288[[package]]
 6289name = "http"
 6290version = "1.2.0"
 6291source = "registry+https://github.com/rust-lang/crates.io-index"
 6292checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
 6293dependencies = [
 6294 "bytes 1.10.1",
 6295 "fnv",
 6296 "itoa",
 6297]
 6298
 6299[[package]]
 6300name = "http-body"
 6301version = "0.4.6"
 6302source = "registry+https://github.com/rust-lang/crates.io-index"
 6303checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 6304dependencies = [
 6305 "bytes 1.10.1",
 6306 "http 0.2.12",
 6307 "pin-project-lite",
 6308]
 6309
 6310[[package]]
 6311name = "http-body"
 6312version = "1.0.1"
 6313source = "registry+https://github.com/rust-lang/crates.io-index"
 6314checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 6315dependencies = [
 6316 "bytes 1.10.1",
 6317 "http 1.2.0",
 6318]
 6319
 6320[[package]]
 6321name = "http-body-util"
 6322version = "0.1.2"
 6323source = "registry+https://github.com/rust-lang/crates.io-index"
 6324checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
 6325dependencies = [
 6326 "bytes 1.10.1",
 6327 "futures-util",
 6328 "http 1.2.0",
 6329 "http-body 1.0.1",
 6330 "pin-project-lite",
 6331]
 6332
 6333[[package]]
 6334name = "http-range-header"
 6335version = "0.3.1"
 6336source = "registry+https://github.com/rust-lang/crates.io-index"
 6337checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 6338
 6339[[package]]
 6340name = "http-types"
 6341version = "2.12.0"
 6342source = "registry+https://github.com/rust-lang/crates.io-index"
 6343checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
 6344dependencies = [
 6345 "anyhow",
 6346 "async-channel 1.9.0",
 6347 "base64 0.13.1",
 6348 "futures-lite 1.13.0",
 6349 "http 0.2.12",
 6350 "infer",
 6351 "pin-project-lite",
 6352 "rand 0.7.3",
 6353 "serde",
 6354 "serde_json",
 6355 "serde_qs 0.8.5",
 6356 "serde_urlencoded",
 6357 "url",
 6358]
 6359
 6360[[package]]
 6361name = "http_client"
 6362version = "0.1.0"
 6363dependencies = [
 6364 "anyhow",
 6365 "bytes 1.10.1",
 6366 "derive_more",
 6367 "futures 0.3.31",
 6368 "http 1.2.0",
 6369 "log",
 6370 "serde",
 6371 "serde_json",
 6372 "url",
 6373]
 6374
 6375[[package]]
 6376name = "http_client_tls"
 6377version = "0.1.0"
 6378dependencies = [
 6379 "rustls 0.23.25",
 6380 "rustls-platform-verifier",
 6381]
 6382
 6383[[package]]
 6384name = "httparse"
 6385version = "1.9.5"
 6386source = "registry+https://github.com/rust-lang/crates.io-index"
 6387checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
 6388
 6389[[package]]
 6390name = "httpdate"
 6391version = "1.0.3"
 6392source = "registry+https://github.com/rust-lang/crates.io-index"
 6393checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 6394
 6395[[package]]
 6396name = "human_bytes"
 6397version = "0.4.3"
 6398source = "registry+https://github.com/rust-lang/crates.io-index"
 6399checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 6400
 6401[[package]]
 6402name = "humantime"
 6403version = "2.1.0"
 6404source = "registry+https://github.com/rust-lang/crates.io-index"
 6405checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
 6406
 6407[[package]]
 6408name = "hyper"
 6409version = "0.14.32"
 6410source = "registry+https://github.com/rust-lang/crates.io-index"
 6411checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 6412dependencies = [
 6413 "bytes 1.10.1",
 6414 "futures-channel",
 6415 "futures-core",
 6416 "futures-util",
 6417 "h2 0.3.26",
 6418 "http 0.2.12",
 6419 "http-body 0.4.6",
 6420 "httparse",
 6421 "httpdate",
 6422 "itoa",
 6423 "pin-project-lite",
 6424 "socket2",
 6425 "tokio",
 6426 "tower-service",
 6427 "tracing",
 6428 "want",
 6429]
 6430
 6431[[package]]
 6432name = "hyper"
 6433version = "1.5.1"
 6434source = "registry+https://github.com/rust-lang/crates.io-index"
 6435checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
 6436dependencies = [
 6437 "bytes 1.10.1",
 6438 "futures-channel",
 6439 "futures-util",
 6440 "h2 0.4.7",
 6441 "http 1.2.0",
 6442 "http-body 1.0.1",
 6443 "httparse",
 6444 "itoa",
 6445 "pin-project-lite",
 6446 "smallvec",
 6447 "tokio",
 6448 "want",
 6449]
 6450
 6451[[package]]
 6452name = "hyper-rustls"
 6453version = "0.24.2"
 6454source = "registry+https://github.com/rust-lang/crates.io-index"
 6455checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 6456dependencies = [
 6457 "futures-util",
 6458 "http 0.2.12",
 6459 "hyper 0.14.32",
 6460 "log",
 6461 "rustls 0.21.12",
 6462 "rustls-native-certs 0.6.3",
 6463 "tokio",
 6464 "tokio-rustls 0.24.1",
 6465]
 6466
 6467[[package]]
 6468name = "hyper-rustls"
 6469version = "0.27.3"
 6470source = "registry+https://github.com/rust-lang/crates.io-index"
 6471checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
 6472dependencies = [
 6473 "futures-util",
 6474 "http 1.2.0",
 6475 "hyper 1.5.1",
 6476 "hyper-util",
 6477 "rustls 0.23.25",
 6478 "rustls-native-certs 0.8.1",
 6479 "rustls-pki-types",
 6480 "tokio",
 6481 "tokio-rustls 0.26.1",
 6482 "tower-service",
 6483]
 6484
 6485[[package]]
 6486name = "hyper-tls"
 6487version = "0.5.0"
 6488source = "registry+https://github.com/rust-lang/crates.io-index"
 6489checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 6490dependencies = [
 6491 "bytes 1.10.1",
 6492 "hyper 0.14.32",
 6493 "native-tls",
 6494 "tokio",
 6495 "tokio-native-tls",
 6496]
 6497
 6498[[package]]
 6499name = "hyper-util"
 6500version = "0.1.10"
 6501source = "registry+https://github.com/rust-lang/crates.io-index"
 6502checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
 6503dependencies = [
 6504 "bytes 1.10.1",
 6505 "futures-channel",
 6506 "futures-util",
 6507 "http 1.2.0",
 6508 "http-body 1.0.1",
 6509 "hyper 1.5.1",
 6510 "pin-project-lite",
 6511 "socket2",
 6512 "tokio",
 6513 "tower-service",
 6514 "tracing",
 6515]
 6516
 6517[[package]]
 6518name = "iana-time-zone"
 6519version = "0.1.61"
 6520source = "registry+https://github.com/rust-lang/crates.io-index"
 6521checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
 6522dependencies = [
 6523 "android_system_properties",
 6524 "core-foundation-sys",
 6525 "iana-time-zone-haiku",
 6526 "js-sys",
 6527 "wasm-bindgen",
 6528 "windows-core 0.52.0",
 6529]
 6530
 6531[[package]]
 6532name = "iana-time-zone-haiku"
 6533version = "0.1.2"
 6534source = "registry+https://github.com/rust-lang/crates.io-index"
 6535checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 6536dependencies = [
 6537 "cc",
 6538]
 6539
 6540[[package]]
 6541name = "icons"
 6542version = "0.1.0"
 6543dependencies = [
 6544 "serde",
 6545 "strum",
 6546]
 6547
 6548[[package]]
 6549name = "icu_collections"
 6550version = "1.5.0"
 6551source = "registry+https://github.com/rust-lang/crates.io-index"
 6552checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
 6553dependencies = [
 6554 "displaydoc",
 6555 "yoke",
 6556 "zerofrom",
 6557 "zerovec",
 6558]
 6559
 6560[[package]]
 6561name = "icu_locid"
 6562version = "1.5.0"
 6563source = "registry+https://github.com/rust-lang/crates.io-index"
 6564checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
 6565dependencies = [
 6566 "displaydoc",
 6567 "litemap",
 6568 "tinystr",
 6569 "writeable",
 6570 "zerovec",
 6571]
 6572
 6573[[package]]
 6574name = "icu_locid_transform"
 6575version = "1.5.0"
 6576source = "registry+https://github.com/rust-lang/crates.io-index"
 6577checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
 6578dependencies = [
 6579 "displaydoc",
 6580 "icu_locid",
 6581 "icu_locid_transform_data",
 6582 "icu_provider",
 6583 "tinystr",
 6584 "zerovec",
 6585]
 6586
 6587[[package]]
 6588name = "icu_locid_transform_data"
 6589version = "1.5.0"
 6590source = "registry+https://github.com/rust-lang/crates.io-index"
 6591checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
 6592
 6593[[package]]
 6594name = "icu_normalizer"
 6595version = "1.5.0"
 6596source = "registry+https://github.com/rust-lang/crates.io-index"
 6597checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
 6598dependencies = [
 6599 "displaydoc",
 6600 "icu_collections",
 6601 "icu_normalizer_data",
 6602 "icu_properties",
 6603 "icu_provider",
 6604 "smallvec",
 6605 "utf16_iter",
 6606 "utf8_iter",
 6607 "write16",
 6608 "zerovec",
 6609]
 6610
 6611[[package]]
 6612name = "icu_normalizer_data"
 6613version = "1.5.0"
 6614source = "registry+https://github.com/rust-lang/crates.io-index"
 6615checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
 6616
 6617[[package]]
 6618name = "icu_properties"
 6619version = "1.5.1"
 6620source = "registry+https://github.com/rust-lang/crates.io-index"
 6621checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
 6622dependencies = [
 6623 "displaydoc",
 6624 "icu_collections",
 6625 "icu_locid_transform",
 6626 "icu_properties_data",
 6627 "icu_provider",
 6628 "tinystr",
 6629 "zerovec",
 6630]
 6631
 6632[[package]]
 6633name = "icu_properties_data"
 6634version = "1.5.0"
 6635source = "registry+https://github.com/rust-lang/crates.io-index"
 6636checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
 6637
 6638[[package]]
 6639name = "icu_provider"
 6640version = "1.5.0"
 6641source = "registry+https://github.com/rust-lang/crates.io-index"
 6642checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
 6643dependencies = [
 6644 "displaydoc",
 6645 "icu_locid",
 6646 "icu_provider_macros",
 6647 "stable_deref_trait",
 6648 "tinystr",
 6649 "writeable",
 6650 "yoke",
 6651 "zerofrom",
 6652 "zerovec",
 6653]
 6654
 6655[[package]]
 6656name = "icu_provider_macros"
 6657version = "1.5.0"
 6658source = "registry+https://github.com/rust-lang/crates.io-index"
 6659checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
 6660dependencies = [
 6661 "proc-macro2",
 6662 "quote",
 6663 "syn 2.0.100",
 6664]
 6665
 6666[[package]]
 6667name = "id-arena"
 6668version = "2.2.1"
 6669source = "registry+https://github.com/rust-lang/crates.io-index"
 6670checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 6671
 6672[[package]]
 6673name = "idna"
 6674version = "1.0.3"
 6675source = "registry+https://github.com/rust-lang/crates.io-index"
 6676checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
 6677dependencies = [
 6678 "idna_adapter",
 6679 "smallvec",
 6680 "utf8_iter",
 6681]
 6682
 6683[[package]]
 6684name = "idna_adapter"
 6685version = "1.2.0"
 6686source = "registry+https://github.com/rust-lang/crates.io-index"
 6687checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
 6688dependencies = [
 6689 "icu_normalizer",
 6690 "icu_properties",
 6691]
 6692
 6693[[package]]
 6694name = "ignore"
 6695version = "0.4.23"
 6696source = "registry+https://github.com/rust-lang/crates.io-index"
 6697checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
 6698dependencies = [
 6699 "crossbeam-deque",
 6700 "globset",
 6701 "log",
 6702 "memchr",
 6703 "regex-automata 0.4.9",
 6704 "same-file",
 6705 "walkdir",
 6706 "winapi-util",
 6707]
 6708
 6709[[package]]
 6710name = "image"
 6711version = "0.25.6"
 6712source = "registry+https://github.com/rust-lang/crates.io-index"
 6713checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
 6714dependencies = [
 6715 "bytemuck",
 6716 "byteorder-lite",
 6717 "color_quant",
 6718 "exr",
 6719 "gif",
 6720 "image-webp",
 6721 "num-traits",
 6722 "png",
 6723 "qoi",
 6724 "ravif",
 6725 "rayon",
 6726 "rgb",
 6727 "tiff",
 6728 "zune-core",
 6729 "zune-jpeg",
 6730]
 6731
 6732[[package]]
 6733name = "image-webp"
 6734version = "0.2.0"
 6735source = "registry+https://github.com/rust-lang/crates.io-index"
 6736checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
 6737dependencies = [
 6738 "byteorder-lite",
 6739 "quick-error",
 6740]
 6741
 6742[[package]]
 6743name = "image_viewer"
 6744version = "0.1.0"
 6745dependencies = [
 6746 "anyhow",
 6747 "db",
 6748 "editor",
 6749 "file_icons",
 6750 "gpui",
 6751 "project",
 6752 "schemars",
 6753 "serde",
 6754 "settings",
 6755 "theme",
 6756 "ui",
 6757 "util",
 6758 "workspace",
 6759]
 6760
 6761[[package]]
 6762name = "imagesize"
 6763version = "0.13.0"
 6764source = "registry+https://github.com/rust-lang/crates.io-index"
 6765checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 6766
 6767[[package]]
 6768name = "imara-diff"
 6769version = "0.1.8"
 6770source = "registry+https://github.com/rust-lang/crates.io-index"
 6771checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 6772dependencies = [
 6773 "hashbrown 0.15.2",
 6774]
 6775
 6776[[package]]
 6777name = "imgref"
 6778version = "1.11.0"
 6779source = "registry+https://github.com/rust-lang/crates.io-index"
 6780checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
 6781
 6782[[package]]
 6783name = "indexed_docs"
 6784version = "0.1.0"
 6785dependencies = [
 6786 "anyhow",
 6787 "async-trait",
 6788 "cargo_metadata",
 6789 "collections",
 6790 "derive_more",
 6791 "extension",
 6792 "fs",
 6793 "futures 0.3.31",
 6794 "fuzzy",
 6795 "gpui",
 6796 "heed",
 6797 "html_to_markdown",
 6798 "http_client",
 6799 "indexmap",
 6800 "indoc",
 6801 "parking_lot",
 6802 "paths",
 6803 "pretty_assertions",
 6804 "serde",
 6805 "strum",
 6806 "util",
 6807]
 6808
 6809[[package]]
 6810name = "indexmap"
 6811version = "2.7.1"
 6812source = "registry+https://github.com/rust-lang/crates.io-index"
 6813checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
 6814dependencies = [
 6815 "equivalent",
 6816 "hashbrown 0.15.2",
 6817 "serde",
 6818]
 6819
 6820[[package]]
 6821name = "indoc"
 6822version = "2.0.6"
 6823source = "registry+https://github.com/rust-lang/crates.io-index"
 6824checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 6825
 6826[[package]]
 6827name = "infer"
 6828version = "0.2.3"
 6829source = "registry+https://github.com/rust-lang/crates.io-index"
 6830checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
 6831
 6832[[package]]
 6833name = "inherent"
 6834version = "1.0.11"
 6835source = "registry+https://github.com/rust-lang/crates.io-index"
 6836checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
 6837dependencies = [
 6838 "proc-macro2",
 6839 "quote",
 6840 "syn 2.0.100",
 6841]
 6842
 6843[[package]]
 6844name = "inline_completion"
 6845version = "0.1.0"
 6846dependencies = [
 6847 "gpui",
 6848 "language",
 6849 "project",
 6850]
 6851
 6852[[package]]
 6853name = "inline_completion_button"
 6854version = "0.1.0"
 6855dependencies = [
 6856 "anyhow",
 6857 "client",
 6858 "copilot",
 6859 "editor",
 6860 "feature_flags",
 6861 "fs",
 6862 "futures 0.3.31",
 6863 "gpui",
 6864 "indoc",
 6865 "inline_completion",
 6866 "language",
 6867 "lsp",
 6868 "paths",
 6869 "project",
 6870 "regex",
 6871 "serde_json",
 6872 "settings",
 6873 "supermaven",
 6874 "telemetry",
 6875 "theme",
 6876 "ui",
 6877 "workspace",
 6878 "zed_actions",
 6879 "zeta",
 6880]
 6881
 6882[[package]]
 6883name = "inotify"
 6884version = "0.11.0"
 6885source = "registry+https://github.com/rust-lang/crates.io-index"
 6886checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 6887dependencies = [
 6888 "bitflags 2.9.0",
 6889 "inotify-sys",
 6890 "libc",
 6891]
 6892
 6893[[package]]
 6894name = "inotify-sys"
 6895version = "0.1.5"
 6896source = "registry+https://github.com/rust-lang/crates.io-index"
 6897checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 6898dependencies = [
 6899 "libc",
 6900]
 6901
 6902[[package]]
 6903name = "inout"
 6904version = "0.1.3"
 6905source = "registry+https://github.com/rust-lang/crates.io-index"
 6906checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
 6907dependencies = [
 6908 "block-padding",
 6909 "generic-array",
 6910]
 6911
 6912[[package]]
 6913name = "install_cli"
 6914version = "0.1.0"
 6915dependencies = [
 6916 "anyhow",
 6917 "gpui",
 6918 "smol",
 6919 "util",
 6920]
 6921
 6922[[package]]
 6923name = "instant"
 6924version = "0.1.13"
 6925source = "registry+https://github.com/rust-lang/crates.io-index"
 6926checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 6927dependencies = [
 6928 "cfg-if",
 6929]
 6930
 6931[[package]]
 6932name = "interpolate_name"
 6933version = "0.2.4"
 6934source = "registry+https://github.com/rust-lang/crates.io-index"
 6935checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 6936dependencies = [
 6937 "proc-macro2",
 6938 "quote",
 6939 "syn 2.0.100",
 6940]
 6941
 6942[[package]]
 6943name = "inventory"
 6944version = "0.3.20"
 6945source = "registry+https://github.com/rust-lang/crates.io-index"
 6946checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
 6947dependencies = [
 6948 "rustversion",
 6949]
 6950
 6951[[package]]
 6952name = "io-extras"
 6953version = "0.18.4"
 6954source = "registry+https://github.com/rust-lang/crates.io-index"
 6955checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 6956dependencies = [
 6957 "io-lifetimes",
 6958 "windows-sys 0.59.0",
 6959]
 6960
 6961[[package]]
 6962name = "io-lifetimes"
 6963version = "2.0.4"
 6964source = "registry+https://github.com/rust-lang/crates.io-index"
 6965checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 6966
 6967[[package]]
 6968name = "io-surface"
 6969version = "0.16.0"
 6970source = "registry+https://github.com/rust-lang/crates.io-index"
 6971checksum = "8283575d5f0b2e7447ec0840363879d71c0fa325d4c699d5b45208ea4a51f45e"
 6972dependencies = [
 6973 "cgl",
 6974 "core-foundation 0.10.0",
 6975 "core-foundation-sys",
 6976 "leaky-cow",
 6977 "libc",
 6978]
 6979
 6980[[package]]
 6981name = "iovec"
 6982version = "0.1.4"
 6983source = "registry+https://github.com/rust-lang/crates.io-index"
 6984checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 6985dependencies = [
 6986 "libc",
 6987]
 6988
 6989[[package]]
 6990name = "ipc-channel"
 6991version = "0.19.0"
 6992source = "registry+https://github.com/rust-lang/crates.io-index"
 6993checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 6994dependencies = [
 6995 "bincode",
 6996 "crossbeam-channel",
 6997 "fnv",
 6998 "lazy_static",
 6999 "libc",
 7000 "mio",
 7001 "rand 0.8.5",
 7002 "serde",
 7003 "tempfile",
 7004 "uuid",
 7005 "windows 0.58.0",
 7006]
 7007
 7008[[package]]
 7009name = "ipnet"
 7010version = "2.10.1"
 7011source = "registry+https://github.com/rust-lang/crates.io-index"
 7012checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
 7013
 7014[[package]]
 7015name = "is-docker"
 7016version = "0.2.0"
 7017source = "registry+https://github.com/rust-lang/crates.io-index"
 7018checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 7019dependencies = [
 7020 "once_cell",
 7021]
 7022
 7023[[package]]
 7024name = "is-terminal"
 7025version = "0.4.13"
 7026source = "registry+https://github.com/rust-lang/crates.io-index"
 7027checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
 7028dependencies = [
 7029 "hermit-abi 0.4.0",
 7030 "libc",
 7031 "windows-sys 0.52.0",
 7032]
 7033
 7034[[package]]
 7035name = "is-wsl"
 7036version = "0.4.0"
 7037source = "registry+https://github.com/rust-lang/crates.io-index"
 7038checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 7039dependencies = [
 7040 "is-docker",
 7041 "once_cell",
 7042]
 7043
 7044[[package]]
 7045name = "is_terminal_polyfill"
 7046version = "1.70.1"
 7047source = "registry+https://github.com/rust-lang/crates.io-index"
 7048checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 7049
 7050[[package]]
 7051name = "itertools"
 7052version = "0.10.5"
 7053source = "registry+https://github.com/rust-lang/crates.io-index"
 7054checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 7055dependencies = [
 7056 "either",
 7057]
 7058
 7059[[package]]
 7060name = "itertools"
 7061version = "0.11.0"
 7062source = "registry+https://github.com/rust-lang/crates.io-index"
 7063checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 7064dependencies = [
 7065 "either",
 7066]
 7067
 7068[[package]]
 7069name = "itertools"
 7070version = "0.12.1"
 7071source = "registry+https://github.com/rust-lang/crates.io-index"
 7072checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 7073dependencies = [
 7074 "either",
 7075]
 7076
 7077[[package]]
 7078name = "itertools"
 7079version = "0.14.0"
 7080source = "registry+https://github.com/rust-lang/crates.io-index"
 7081checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 7082dependencies = [
 7083 "either",
 7084]
 7085
 7086[[package]]
 7087name = "itoa"
 7088version = "1.0.14"
 7089source = "registry+https://github.com/rust-lang/crates.io-index"
 7090checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
 7091
 7092[[package]]
 7093name = "jiff"
 7094version = "0.2.4"
 7095source = "registry+https://github.com/rust-lang/crates.io-index"
 7096checksum = "d699bc6dfc879fb1bf9bdff0d4c56f0884fc6f0d0eb0fba397a6d00cd9a6b85e"
 7097dependencies = [
 7098 "jiff-static",
 7099 "log",
 7100 "portable-atomic",
 7101 "portable-atomic-util",
 7102 "serde",
 7103]
 7104
 7105[[package]]
 7106name = "jiff-static"
 7107version = "0.2.4"
 7108source = "registry+https://github.com/rust-lang/crates.io-index"
 7109checksum = "8d16e75759ee0aa64c57a56acbf43916987b20c77373cb7e808979e02b93c9f9"
 7110dependencies = [
 7111 "proc-macro2",
 7112 "quote",
 7113 "syn 2.0.100",
 7114]
 7115
 7116[[package]]
 7117name = "jni"
 7118version = "0.21.1"
 7119source = "registry+https://github.com/rust-lang/crates.io-index"
 7120checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 7121dependencies = [
 7122 "cesu8",
 7123 "cfg-if",
 7124 "combine",
 7125 "jni-sys",
 7126 "log",
 7127 "thiserror 1.0.69",
 7128 "walkdir",
 7129 "windows-sys 0.45.0",
 7130]
 7131
 7132[[package]]
 7133name = "jni-sys"
 7134version = "0.3.0"
 7135source = "registry+https://github.com/rust-lang/crates.io-index"
 7136checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 7137
 7138[[package]]
 7139name = "jobserver"
 7140version = "0.1.32"
 7141source = "registry+https://github.com/rust-lang/crates.io-index"
 7142checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
 7143dependencies = [
 7144 "libc",
 7145]
 7146
 7147[[package]]
 7148name = "journal"
 7149version = "0.1.0"
 7150dependencies = [
 7151 "anyhow",
 7152 "chrono",
 7153 "editor",
 7154 "gpui",
 7155 "log",
 7156 "schemars",
 7157 "serde",
 7158 "settings",
 7159 "shellexpand 2.1.2",
 7160 "workspace",
 7161]
 7162
 7163[[package]]
 7164name = "jpeg-decoder"
 7165version = "0.3.1"
 7166source = "registry+https://github.com/rust-lang/crates.io-index"
 7167checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
 7168
 7169[[package]]
 7170name = "js-sys"
 7171version = "0.3.76"
 7172source = "registry+https://github.com/rust-lang/crates.io-index"
 7173checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
 7174dependencies = [
 7175 "once_cell",
 7176 "wasm-bindgen",
 7177]
 7178
 7179[[package]]
 7180name = "jsonwebtoken"
 7181version = "9.3.1"
 7182source = "registry+https://github.com/rust-lang/crates.io-index"
 7183checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
 7184dependencies = [
 7185 "base64 0.22.1",
 7186 "js-sys",
 7187 "pem",
 7188 "ring",
 7189 "serde",
 7190 "serde_json",
 7191 "simple_asn1",
 7192]
 7193
 7194[[package]]
 7195name = "jupyter-protocol"
 7196version = "0.6.0"
 7197source = "registry+https://github.com/rust-lang/crates.io-index"
 7198checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
 7199dependencies = [
 7200 "anyhow",
 7201 "async-trait",
 7202 "bytes 1.10.1",
 7203 "chrono",
 7204 "futures 0.3.31",
 7205 "serde",
 7206 "serde_json",
 7207 "uuid",
 7208]
 7209
 7210[[package]]
 7211name = "jupyter-websocket-client"
 7212version = "0.9.0"
 7213source = "registry+https://github.com/rust-lang/crates.io-index"
 7214checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
 7215dependencies = [
 7216 "anyhow",
 7217 "async-trait",
 7218 "async-tungstenite",
 7219 "futures 0.3.31",
 7220 "jupyter-protocol",
 7221 "serde",
 7222 "serde_json",
 7223 "url",
 7224 "uuid",
 7225]
 7226
 7227[[package]]
 7228name = "khronos-egl"
 7229version = "6.0.0"
 7230source = "registry+https://github.com/rust-lang/crates.io-index"
 7231checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 7232dependencies = [
 7233 "libc",
 7234 "libloading",
 7235]
 7236
 7237[[package]]
 7238name = "kqueue"
 7239version = "1.0.8"
 7240source = "registry+https://github.com/rust-lang/crates.io-index"
 7241checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
 7242dependencies = [
 7243 "kqueue-sys",
 7244 "libc",
 7245]
 7246
 7247[[package]]
 7248name = "kqueue-sys"
 7249version = "1.0.4"
 7250source = "registry+https://github.com/rust-lang/crates.io-index"
 7251checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 7252dependencies = [
 7253 "bitflags 1.3.2",
 7254 "libc",
 7255]
 7256
 7257[[package]]
 7258name = "kurbo"
 7259version = "0.11.1"
 7260source = "registry+https://github.com/rust-lang/crates.io-index"
 7261checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
 7262dependencies = [
 7263 "arrayvec",
 7264 "smallvec",
 7265]
 7266
 7267[[package]]
 7268name = "kv-log-macro"
 7269version = "1.0.7"
 7270source = "registry+https://github.com/rust-lang/crates.io-index"
 7271checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 7272dependencies = [
 7273 "log",
 7274]
 7275
 7276[[package]]
 7277name = "language"
 7278version = "0.1.0"
 7279dependencies = [
 7280 "anyhow",
 7281 "async-trait",
 7282 "async-watch",
 7283 "clock",
 7284 "collections",
 7285 "ctor",
 7286 "ec4rs",
 7287 "env_logger 0.11.7",
 7288 "fs",
 7289 "futures 0.3.31",
 7290 "fuzzy",
 7291 "globset",
 7292 "gpui",
 7293 "http_client",
 7294 "imara-diff",
 7295 "indoc",
 7296 "itertools 0.14.0",
 7297 "log",
 7298 "lsp",
 7299 "parking_lot",
 7300 "postage",
 7301 "pretty_assertions",
 7302 "rand 0.8.5",
 7303 "regex",
 7304 "rpc",
 7305 "schemars",
 7306 "serde",
 7307 "serde_json",
 7308 "settings",
 7309 "smallvec",
 7310 "smol",
 7311 "streaming-iterator",
 7312 "strsim",
 7313 "sum_tree",
 7314 "task",
 7315 "text",
 7316 "theme",
 7317 "tree-sitter",
 7318 "tree-sitter-elixir",
 7319 "tree-sitter-embedded-template",
 7320 "tree-sitter-heex",
 7321 "tree-sitter-html",
 7322 "tree-sitter-json",
 7323 "tree-sitter-md",
 7324 "tree-sitter-ruby",
 7325 "tree-sitter-rust",
 7326 "tree-sitter-typescript",
 7327 "unicase",
 7328 "unindent",
 7329 "util",
 7330]
 7331
 7332[[package]]
 7333name = "language_extension"
 7334version = "0.1.0"
 7335dependencies = [
 7336 "anyhow",
 7337 "async-trait",
 7338 "collections",
 7339 "extension",
 7340 "fs",
 7341 "futures 0.3.31",
 7342 "gpui",
 7343 "language",
 7344 "lsp",
 7345 "serde",
 7346 "serde_json",
 7347 "util",
 7348]
 7349
 7350[[package]]
 7351name = "language_model"
 7352version = "0.1.0"
 7353dependencies = [
 7354 "anthropic",
 7355 "anyhow",
 7356 "base64 0.22.1",
 7357 "client",
 7358 "collections",
 7359 "futures 0.3.31",
 7360 "google_ai",
 7361 "gpui",
 7362 "http_client",
 7363 "icons",
 7364 "image",
 7365 "log",
 7366 "open_ai",
 7367 "parking_lot",
 7368 "proto",
 7369 "schemars",
 7370 "serde",
 7371 "serde_json",
 7372 "smol",
 7373 "strum",
 7374 "telemetry_events",
 7375 "thiserror 2.0.12",
 7376 "util",
 7377]
 7378
 7379[[package]]
 7380name = "language_model_selector"
 7381version = "0.1.0"
 7382dependencies = [
 7383 "feature_flags",
 7384 "gpui",
 7385 "language_model",
 7386 "log",
 7387 "picker",
 7388 "proto",
 7389 "ui",
 7390 "workspace",
 7391 "zed_actions",
 7392]
 7393
 7394[[package]]
 7395name = "language_models"
 7396version = "0.1.0"
 7397dependencies = [
 7398 "anthropic",
 7399 "anyhow",
 7400 "aws-config",
 7401 "aws-credential-types",
 7402 "aws_http_client",
 7403 "bedrock",
 7404 "client",
 7405 "collections",
 7406 "copilot",
 7407 "credentials_provider",
 7408 "deepseek",
 7409 "editor",
 7410 "feature_flags",
 7411 "fs",
 7412 "futures 0.3.31",
 7413 "google_ai",
 7414 "gpui",
 7415 "gpui_tokio",
 7416 "http_client",
 7417 "language_model",
 7418 "lmstudio",
 7419 "log",
 7420 "menu",
 7421 "mistral",
 7422 "ollama",
 7423 "open_ai",
 7424 "project",
 7425 "proto",
 7426 "schemars",
 7427 "serde",
 7428 "serde_json",
 7429 "settings",
 7430 "smol",
 7431 "strum",
 7432 "theme",
 7433 "tiktoken-rs",
 7434 "tokio",
 7435 "ui",
 7436 "util",
 7437]
 7438
 7439[[package]]
 7440name = "language_selector"
 7441version = "0.1.0"
 7442dependencies = [
 7443 "anyhow",
 7444 "editor",
 7445 "file_finder",
 7446 "file_icons",
 7447 "fuzzy",
 7448 "gpui",
 7449 "language",
 7450 "picker",
 7451 "project",
 7452 "settings",
 7453 "ui",
 7454 "util",
 7455 "workspace",
 7456]
 7457
 7458[[package]]
 7459name = "language_tools"
 7460version = "0.1.0"
 7461dependencies = [
 7462 "anyhow",
 7463 "client",
 7464 "collections",
 7465 "copilot",
 7466 "editor",
 7467 "env_logger 0.11.7",
 7468 "futures 0.3.31",
 7469 "gpui",
 7470 "itertools 0.14.0",
 7471 "language",
 7472 "lsp",
 7473 "project",
 7474 "release_channel",
 7475 "serde_json",
 7476 "settings",
 7477 "theme",
 7478 "tree-sitter",
 7479 "ui",
 7480 "util",
 7481 "workspace",
 7482 "zed_actions",
 7483]
 7484
 7485[[package]]
 7486name = "languages"
 7487version = "0.1.0"
 7488dependencies = [
 7489 "anyhow",
 7490 "async-compression",
 7491 "async-tar",
 7492 "async-trait",
 7493 "collections",
 7494 "futures 0.3.31",
 7495 "gpui",
 7496 "http_client",
 7497 "language",
 7498 "log",
 7499 "lsp",
 7500 "node_runtime",
 7501 "paths",
 7502 "pet",
 7503 "pet-conda",
 7504 "pet-core",
 7505 "pet-fs",
 7506 "pet-poetry",
 7507 "pet-reporter",
 7508 "pretty_assertions",
 7509 "project",
 7510 "regex",
 7511 "rope",
 7512 "rust-embed",
 7513 "serde",
 7514 "serde_json",
 7515 "settings",
 7516 "smol",
 7517 "snippet_provider",
 7518 "task",
 7519 "text",
 7520 "theme",
 7521 "toml 0.8.20",
 7522 "tree-sitter",
 7523 "tree-sitter-bash",
 7524 "tree-sitter-c",
 7525 "tree-sitter-cpp",
 7526 "tree-sitter-css",
 7527 "tree-sitter-diff",
 7528 "tree-sitter-gitcommit",
 7529 "tree-sitter-go",
 7530 "tree-sitter-gomod",
 7531 "tree-sitter-gowork",
 7532 "tree-sitter-jsdoc",
 7533 "tree-sitter-json",
 7534 "tree-sitter-md",
 7535 "tree-sitter-python",
 7536 "tree-sitter-regex",
 7537 "tree-sitter-rust",
 7538 "tree-sitter-typescript",
 7539 "tree-sitter-yaml",
 7540 "unindent",
 7541 "util",
 7542 "workspace",
 7543]
 7544
 7545[[package]]
 7546name = "lazy_static"
 7547version = "1.5.0"
 7548source = "registry+https://github.com/rust-lang/crates.io-index"
 7549checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 7550dependencies = [
 7551 "spin",
 7552]
 7553
 7554[[package]]
 7555name = "lazycell"
 7556version = "1.3.0"
 7557source = "registry+https://github.com/rust-lang/crates.io-index"
 7558checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 7559
 7560[[package]]
 7561name = "leak"
 7562version = "0.1.2"
 7563source = "registry+https://github.com/rust-lang/crates.io-index"
 7564checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 7565
 7566[[package]]
 7567name = "leaky-cow"
 7568version = "0.1.1"
 7569source = "registry+https://github.com/rust-lang/crates.io-index"
 7570checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 7571dependencies = [
 7572 "leak",
 7573]
 7574
 7575[[package]]
 7576name = "leb128"
 7577version = "0.2.5"
 7578source = "registry+https://github.com/rust-lang/crates.io-index"
 7579checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 7580
 7581[[package]]
 7582name = "lebe"
 7583version = "0.5.2"
 7584source = "registry+https://github.com/rust-lang/crates.io-index"
 7585checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
 7586
 7587[[package]]
 7588name = "libc"
 7589version = "0.2.171"
 7590source = "registry+https://github.com/rust-lang/crates.io-index"
 7591checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
 7592
 7593[[package]]
 7594name = "libdbus-sys"
 7595version = "0.2.5"
 7596source = "registry+https://github.com/rust-lang/crates.io-index"
 7597checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
 7598dependencies = [
 7599 "cc",
 7600 "pkg-config",
 7601]
 7602
 7603[[package]]
 7604name = "libfuzzer-sys"
 7605version = "0.4.8"
 7606source = "registry+https://github.com/rust-lang/crates.io-index"
 7607checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
 7608dependencies = [
 7609 "arbitrary",
 7610 "cc",
 7611]
 7612
 7613[[package]]
 7614name = "libgit2-sys"
 7615version = "0.18.1+1.9.0"
 7616source = "registry+https://github.com/rust-lang/crates.io-index"
 7617checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
 7618dependencies = [
 7619 "cc",
 7620 "libc",
 7621 "libz-sys",
 7622 "pkg-config",
 7623]
 7624
 7625[[package]]
 7626name = "libloading"
 7627version = "0.8.6"
 7628source = "registry+https://github.com/rust-lang/crates.io-index"
 7629checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
 7630dependencies = [
 7631 "cfg-if",
 7632 "windows-targets 0.48.5",
 7633]
 7634
 7635[[package]]
 7636name = "libm"
 7637version = "0.2.11"
 7638source = "registry+https://github.com/rust-lang/crates.io-index"
 7639checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
 7640
 7641[[package]]
 7642name = "libmimalloc-sys"
 7643version = "0.1.40"
 7644source = "registry+https://github.com/rust-lang/crates.io-index"
 7645checksum = "07d0e07885d6a754b9c7993f2625187ad694ee985d60f23355ff0e7077261502"
 7646dependencies = [
 7647 "cc",
 7648 "libc",
 7649]
 7650
 7651[[package]]
 7652name = "libredox"
 7653version = "0.1.3"
 7654source = "registry+https://github.com/rust-lang/crates.io-index"
 7655checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
 7656dependencies = [
 7657 "bitflags 2.9.0",
 7658 "libc",
 7659 "redox_syscall 0.5.8",
 7660]
 7661
 7662[[package]]
 7663name = "libsqlite3-sys"
 7664version = "0.30.1"
 7665source = "registry+https://github.com/rust-lang/crates.io-index"
 7666checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 7667dependencies = [
 7668 "cc",
 7669 "pkg-config",
 7670 "vcpkg",
 7671]
 7672
 7673[[package]]
 7674name = "libwebrtc"
 7675version = "0.3.10"
 7676source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
 7677dependencies = [
 7678 "cxx",
 7679 "jni",
 7680 "js-sys",
 7681 "lazy_static",
 7682 "livekit-protocol",
 7683 "livekit-runtime",
 7684 "log",
 7685 "parking_lot",
 7686 "serde",
 7687 "serde_json",
 7688 "thiserror 1.0.69",
 7689 "tokio",
 7690 "wasm-bindgen",
 7691 "wasm-bindgen-futures",
 7692 "web-sys",
 7693 "webrtc-sys",
 7694]
 7695
 7696[[package]]
 7697name = "libz-sys"
 7698version = "1.1.20"
 7699source = "registry+https://github.com/rust-lang/crates.io-index"
 7700checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
 7701dependencies = [
 7702 "cc",
 7703 "libc",
 7704 "pkg-config",
 7705 "vcpkg",
 7706]
 7707
 7708[[package]]
 7709name = "link-cplusplus"
 7710version = "1.0.10"
 7711source = "registry+https://github.com/rust-lang/crates.io-index"
 7712checksum = "4a6f6da007f968f9def0d65a05b187e2960183de70c160204ecfccf0ee330212"
 7713dependencies = [
 7714 "cc",
 7715]
 7716
 7717[[package]]
 7718name = "linkify"
 7719version = "0.10.0"
 7720source = "registry+https://github.com/rust-lang/crates.io-index"
 7721checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 7722dependencies = [
 7723 "memchr",
 7724]
 7725
 7726[[package]]
 7727name = "linkme"
 7728version = "0.3.32"
 7729source = "registry+https://github.com/rust-lang/crates.io-index"
 7730checksum = "22d227772b5999ddc0690e733f734f95ca05387e329c4084fe65678c51198ffe"
 7731dependencies = [
 7732 "linkme-impl",
 7733]
 7734
 7735[[package]]
 7736name = "linkme-impl"
 7737version = "0.3.32"
 7738source = "registry+https://github.com/rust-lang/crates.io-index"
 7739checksum = "71a98813fa0073a317ed6a8055dcd4722a49d9b862af828ee68449adb799b6be"
 7740dependencies = [
 7741 "proc-macro2",
 7742 "quote",
 7743 "syn 2.0.100",
 7744]
 7745
 7746[[package]]
 7747name = "linux-raw-sys"
 7748version = "0.4.14"
 7749source = "registry+https://github.com/rust-lang/crates.io-index"
 7750checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
 7751
 7752[[package]]
 7753name = "litemap"
 7754version = "0.7.4"
 7755source = "registry+https://github.com/rust-lang/crates.io-index"
 7756checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
 7757
 7758[[package]]
 7759name = "livekit"
 7760version = "0.7.8"
 7761source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
 7762dependencies = [
 7763 "chrono",
 7764 "futures-util",
 7765 "lazy_static",
 7766 "libloading",
 7767 "libwebrtc",
 7768 "livekit-api",
 7769 "livekit-protocol",
 7770 "livekit-runtime",
 7771 "log",
 7772 "parking_lot",
 7773 "prost 0.12.6",
 7774 "semver",
 7775 "serde",
 7776 "serde_json",
 7777 "thiserror 1.0.69",
 7778 "tokio",
 7779]
 7780
 7781[[package]]
 7782name = "livekit-api"
 7783version = "0.4.2"
 7784source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
 7785dependencies = [
 7786 "base64 0.21.7",
 7787 "futures-util",
 7788 "http 0.2.12",
 7789 "jsonwebtoken",
 7790 "livekit-protocol",
 7791 "livekit-runtime",
 7792 "log",
 7793 "parking_lot",
 7794 "pbjson-types",
 7795 "prost 0.12.6",
 7796 "rand 0.9.0",
 7797 "reqwest 0.11.27",
 7798 "scopeguard",
 7799 "serde",
 7800 "serde_json",
 7801 "sha2",
 7802 "thiserror 1.0.69",
 7803 "tokio",
 7804 "tokio-tungstenite 0.26.2",
 7805 "url",
 7806]
 7807
 7808[[package]]
 7809name = "livekit-protocol"
 7810version = "0.3.9"
 7811source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
 7812dependencies = [
 7813 "futures-util",
 7814 "livekit-runtime",
 7815 "parking_lot",
 7816 "pbjson",
 7817 "pbjson-types",
 7818 "prost 0.12.6",
 7819 "prost-types 0.12.6",
 7820 "serde",
 7821 "thiserror 1.0.69",
 7822 "tokio",
 7823]
 7824
 7825[[package]]
 7826name = "livekit-runtime"
 7827version = "0.4.0"
 7828source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
 7829dependencies = [
 7830 "tokio",
 7831 "tokio-stream",
 7832]
 7833
 7834[[package]]
 7835name = "livekit_api"
 7836version = "0.1.0"
 7837dependencies = [
 7838 "anyhow",
 7839 "async-trait",
 7840 "jsonwebtoken",
 7841 "log",
 7842 "prost 0.9.0",
 7843 "prost-build 0.9.0",
 7844 "prost-types 0.9.0",
 7845 "reqwest 0.12.8",
 7846 "serde",
 7847]
 7848
 7849[[package]]
 7850name = "livekit_client"
 7851version = "0.1.0"
 7852dependencies = [
 7853 "anyhow",
 7854 "async-trait",
 7855 "collections",
 7856 "core-foundation 0.10.0",
 7857 "core-video",
 7858 "coreaudio-rs 0.12.1",
 7859 "cpal",
 7860 "futures 0.3.31",
 7861 "gpui",
 7862 "gpui_tokio",
 7863 "http_client_tls",
 7864 "image",
 7865 "libwebrtc",
 7866 "livekit",
 7867 "livekit_api",
 7868 "log",
 7869 "nanoid",
 7870 "objc",
 7871 "parking_lot",
 7872 "postage",
 7873 "serde",
 7874 "serde_json",
 7875 "sha2",
 7876 "simplelog",
 7877 "smallvec",
 7878 "tokio-tungstenite 0.26.2",
 7879 "util",
 7880]
 7881
 7882[[package]]
 7883name = "lmdb-master-sys"
 7884version = "0.2.4"
 7885source = "registry+https://github.com/rust-lang/crates.io-index"
 7886checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
 7887dependencies = [
 7888 "cc",
 7889 "doxygen-rs",
 7890 "libc",
 7891]
 7892
 7893[[package]]
 7894name = "lmstudio"
 7895version = "0.1.0"
 7896dependencies = [
 7897 "anyhow",
 7898 "futures 0.3.31",
 7899 "http_client",
 7900 "schemars",
 7901 "serde",
 7902 "serde_json",
 7903]
 7904
 7905[[package]]
 7906name = "lock_api"
 7907version = "0.4.12"
 7908source = "registry+https://github.com/rust-lang/crates.io-index"
 7909checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
 7910dependencies = [
 7911 "autocfg",
 7912 "scopeguard",
 7913]
 7914
 7915[[package]]
 7916name = "log"
 7917version = "0.4.27"
 7918source = "registry+https://github.com/rust-lang/crates.io-index"
 7919checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
 7920dependencies = [
 7921 "serde",
 7922 "value-bag",
 7923]
 7924
 7925[[package]]
 7926name = "loop9"
 7927version = "0.1.5"
 7928source = "registry+https://github.com/rust-lang/crates.io-index"
 7929checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
 7930dependencies = [
 7931 "imgref",
 7932]
 7933
 7934[[package]]
 7935name = "lru"
 7936version = "0.12.5"
 7937source = "registry+https://github.com/rust-lang/crates.io-index"
 7938checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
 7939dependencies = [
 7940 "hashbrown 0.15.2",
 7941]
 7942
 7943[[package]]
 7944name = "lsp"
 7945version = "0.1.0"
 7946dependencies = [
 7947 "anyhow",
 7948 "async-pipe",
 7949 "collections",
 7950 "ctor",
 7951 "env_logger 0.11.7",
 7952 "futures 0.3.31",
 7953 "gpui",
 7954 "log",
 7955 "lsp-types",
 7956 "parking_lot",
 7957 "postage",
 7958 "release_channel",
 7959 "schemars",
 7960 "serde",
 7961 "serde_json",
 7962 "smol",
 7963 "util",
 7964]
 7965
 7966[[package]]
 7967name = "lsp-types"
 7968version = "0.95.1"
 7969source = "git+https://github.com/zed-industries/lsp-types?rev=1fff0dd12e2071c5667327394cfec163d2a466ab#1fff0dd12e2071c5667327394cfec163d2a466ab"
 7970dependencies = [
 7971 "bitflags 1.3.2",
 7972 "serde",
 7973 "serde_json",
 7974 "serde_repr",
 7975 "url",
 7976]
 7977
 7978[[package]]
 7979name = "lyon"
 7980version = "1.0.1"
 7981source = "registry+https://github.com/rust-lang/crates.io-index"
 7982checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
 7983dependencies = [
 7984 "lyon_algorithms",
 7985 "lyon_extra",
 7986 "lyon_tessellation",
 7987]
 7988
 7989[[package]]
 7990name = "lyon_algorithms"
 7991version = "1.0.5"
 7992source = "registry+https://github.com/rust-lang/crates.io-index"
 7993checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
 7994dependencies = [
 7995 "lyon_path",
 7996 "num-traits",
 7997]
 7998
 7999[[package]]
 8000name = "lyon_extra"
 8001version = "1.0.3"
 8002source = "registry+https://github.com/rust-lang/crates.io-index"
 8003checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
 8004dependencies = [
 8005 "lyon_path",
 8006 "thiserror 1.0.69",
 8007]
 8008
 8009[[package]]
 8010name = "lyon_geom"
 8011version = "1.0.6"
 8012source = "registry+https://github.com/rust-lang/crates.io-index"
 8013checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
 8014dependencies = [
 8015 "arrayvec",
 8016 "euclid",
 8017 "num-traits",
 8018]
 8019
 8020[[package]]
 8021name = "lyon_path"
 8022version = "1.0.6"
 8023source = "registry+https://github.com/rust-lang/crates.io-index"
 8024checksum = "8e0b8aec2f58586f6eef237985b9a9b7cb3a3aff4417c575075cf95bf925252e"
 8025dependencies = [
 8026 "lyon_geom",
 8027 "num-traits",
 8028]
 8029
 8030[[package]]
 8031name = "lyon_tessellation"
 8032version = "1.0.15"
 8033source = "registry+https://github.com/rust-lang/crates.io-index"
 8034checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
 8035dependencies = [
 8036 "float_next_after",
 8037 "lyon_path",
 8038 "num-traits",
 8039]
 8040
 8041[[package]]
 8042name = "mac"
 8043version = "0.1.1"
 8044source = "registry+https://github.com/rust-lang/crates.io-index"
 8045checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
 8046
 8047[[package]]
 8048name = "mach2"
 8049version = "0.4.2"
 8050source = "registry+https://github.com/rust-lang/crates.io-index"
 8051checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
 8052dependencies = [
 8053 "libc",
 8054]
 8055
 8056[[package]]
 8057name = "malloc_buf"
 8058version = "0.0.6"
 8059source = "registry+https://github.com/rust-lang/crates.io-index"
 8060checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
 8061dependencies = [
 8062 "libc",
 8063]
 8064
 8065[[package]]
 8066name = "maplit"
 8067version = "1.0.2"
 8068source = "registry+https://github.com/rust-lang/crates.io-index"
 8069checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
 8070
 8071[[package]]
 8072name = "markdown"
 8073version = "0.1.0"
 8074dependencies = [
 8075 "anyhow",
 8076 "assets",
 8077 "env_logger 0.11.7",
 8078 "gpui",
 8079 "language",
 8080 "languages",
 8081 "linkify",
 8082 "log",
 8083 "node_runtime",
 8084 "pulldown-cmark 0.12.2",
 8085 "settings",
 8086 "theme",
 8087 "ui",
 8088 "util",
 8089]
 8090
 8091[[package]]
 8092name = "markdown_preview"
 8093version = "0.1.0"
 8094dependencies = [
 8095 "anyhow",
 8096 "async-recursion 1.1.1",
 8097 "collections",
 8098 "editor",
 8099 "gpui",
 8100 "language",
 8101 "linkify",
 8102 "log",
 8103 "pretty_assertions",
 8104 "pulldown-cmark 0.12.2",
 8105 "settings",
 8106 "theme",
 8107 "ui",
 8108 "util",
 8109 "workspace",
 8110]
 8111
 8112[[package]]
 8113name = "markup5ever"
 8114version = "0.12.1"
 8115source = "registry+https://github.com/rust-lang/crates.io-index"
 8116checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
 8117dependencies = [
 8118 "log",
 8119 "phf",
 8120 "phf_codegen",
 8121 "string_cache",
 8122 "string_cache_codegen",
 8123 "tendril",
 8124]
 8125
 8126[[package]]
 8127name = "markup5ever_rcdom"
 8128version = "0.3.0"
 8129source = "registry+https://github.com/rust-lang/crates.io-index"
 8130checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
 8131dependencies = [
 8132 "html5ever",
 8133 "markup5ever",
 8134 "tendril",
 8135 "xml5ever",
 8136]
 8137
 8138[[package]]
 8139name = "matchers"
 8140version = "0.1.0"
 8141source = "registry+https://github.com/rust-lang/crates.io-index"
 8142checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
 8143dependencies = [
 8144 "regex-automata 0.1.10",
 8145]
 8146
 8147[[package]]
 8148name = "matchit"
 8149version = "0.7.3"
 8150source = "registry+https://github.com/rust-lang/crates.io-index"
 8151checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
 8152
 8153[[package]]
 8154name = "maybe-owned"
 8155version = "0.3.4"
 8156source = "registry+https://github.com/rust-lang/crates.io-index"
 8157checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
 8158
 8159[[package]]
 8160name = "maybe-rayon"
 8161version = "0.1.1"
 8162source = "registry+https://github.com/rust-lang/crates.io-index"
 8163checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
 8164dependencies = [
 8165 "cfg-if",
 8166 "rayon",
 8167]
 8168
 8169[[package]]
 8170name = "md-5"
 8171version = "0.10.6"
 8172source = "registry+https://github.com/rust-lang/crates.io-index"
 8173checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
 8174dependencies = [
 8175 "cfg-if",
 8176 "digest",
 8177]
 8178
 8179[[package]]
 8180name = "mdbook"
 8181version = "0.4.47"
 8182source = "registry+https://github.com/rust-lang/crates.io-index"
 8183checksum = "7e1a8fe3a4a01f28dab245c474cb7b95ccb4d3d2f17a5419a3d949f474c45e84"
 8184dependencies = [
 8185 "ammonia",
 8186 "anyhow",
 8187 "chrono",
 8188 "clap",
 8189 "clap_complete",
 8190 "elasticlunr-rs",
 8191 "env_logger 0.11.7",
 8192 "futures-util",
 8193 "handlebars 6.2.0",
 8194 "hex",
 8195 "ignore",
 8196 "log",
 8197 "memchr",
 8198 "notify 8.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8199 "notify-debouncer-mini",
 8200 "once_cell",
 8201 "opener",
 8202 "pathdiff",
 8203 "pulldown-cmark 0.10.3",
 8204 "regex",
 8205 "serde",
 8206 "serde_json",
 8207 "sha2",
 8208 "shlex",
 8209 "tempfile",
 8210 "tokio",
 8211 "toml 0.5.11",
 8212 "topological-sort",
 8213 "walkdir",
 8214 "warp",
 8215]
 8216
 8217[[package]]
 8218name = "media"
 8219version = "0.1.0"
 8220dependencies = [
 8221 "anyhow",
 8222 "bindgen 0.70.1",
 8223 "core-foundation 0.10.0",
 8224 "core-video",
 8225 "ctor",
 8226 "foreign-types 0.5.0",
 8227 "metal",
 8228 "objc",
 8229]
 8230
 8231[[package]]
 8232name = "memchr"
 8233version = "2.7.4"
 8234source = "registry+https://github.com/rust-lang/crates.io-index"
 8235checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
 8236
 8237[[package]]
 8238name = "memfd"
 8239version = "0.6.4"
 8240source = "registry+https://github.com/rust-lang/crates.io-index"
 8241checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
 8242dependencies = [
 8243 "rustix",
 8244]
 8245
 8246[[package]]
 8247name = "memmap2"
 8248version = "0.9.5"
 8249source = "registry+https://github.com/rust-lang/crates.io-index"
 8250checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
 8251dependencies = [
 8252 "libc",
 8253]
 8254
 8255[[package]]
 8256name = "memoffset"
 8257version = "0.9.1"
 8258source = "registry+https://github.com/rust-lang/crates.io-index"
 8259checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
 8260dependencies = [
 8261 "autocfg",
 8262]
 8263
 8264[[package]]
 8265name = "menu"
 8266version = "0.1.0"
 8267dependencies = [
 8268 "gpui",
 8269 "serde",
 8270]
 8271
 8272[[package]]
 8273name = "metal"
 8274version = "0.29.0"
 8275source = "registry+https://github.com/rust-lang/crates.io-index"
 8276checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
 8277dependencies = [
 8278 "bitflags 2.9.0",
 8279 "block",
 8280 "core-graphics-types 0.1.3",
 8281 "foreign-types 0.5.0",
 8282 "log",
 8283 "objc",
 8284 "paste",
 8285]
 8286
 8287[[package]]
 8288name = "migrator"
 8289version = "0.1.0"
 8290dependencies = [
 8291 "anyhow",
 8292 "collections",
 8293 "convert_case 0.8.0",
 8294 "log",
 8295 "pretty_assertions",
 8296 "streaming-iterator",
 8297 "tree-sitter",
 8298 "tree-sitter-json",
 8299]
 8300
 8301[[package]]
 8302name = "mimalloc"
 8303version = "0.1.44"
 8304source = "registry+https://github.com/rust-lang/crates.io-index"
 8305checksum = "99585191385958383e13f6b822e6b6d8d9cf928e7d286ceb092da92b43c87bc1"
 8306dependencies = [
 8307 "libmimalloc-sys",
 8308]
 8309
 8310[[package]]
 8311name = "mime"
 8312version = "0.3.17"
 8313source = "registry+https://github.com/rust-lang/crates.io-index"
 8314checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 8315
 8316[[package]]
 8317name = "mime_guess"
 8318version = "2.0.5"
 8319source = "registry+https://github.com/rust-lang/crates.io-index"
 8320checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
 8321dependencies = [
 8322 "mime",
 8323 "unicase",
 8324]
 8325
 8326[[package]]
 8327name = "minimal-lexical"
 8328version = "0.2.1"
 8329source = "registry+https://github.com/rust-lang/crates.io-index"
 8330checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 8331
 8332[[package]]
 8333name = "miniz_oxide"
 8334version = "0.8.0"
 8335source = "registry+https://github.com/rust-lang/crates.io-index"
 8336checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
 8337dependencies = [
 8338 "adler2",
 8339 "simd-adler32",
 8340]
 8341
 8342[[package]]
 8343name = "mint"
 8344version = "0.5.9"
 8345source = "registry+https://github.com/rust-lang/crates.io-index"
 8346checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
 8347
 8348[[package]]
 8349name = "mio"
 8350version = "1.0.3"
 8351source = "registry+https://github.com/rust-lang/crates.io-index"
 8352checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
 8353dependencies = [
 8354 "libc",
 8355 "log",
 8356 "wasi 0.11.0+wasi-snapshot-preview1",
 8357 "windows-sys 0.52.0",
 8358]
 8359
 8360[[package]]
 8361name = "miow"
 8362version = "0.6.0"
 8363source = "registry+https://github.com/rust-lang/crates.io-index"
 8364checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
 8365dependencies = [
 8366 "windows-sys 0.48.0",
 8367]
 8368
 8369[[package]]
 8370name = "mistral"
 8371version = "0.1.0"
 8372dependencies = [
 8373 "anyhow",
 8374 "futures 0.3.31",
 8375 "http_client",
 8376 "schemars",
 8377 "serde",
 8378 "serde_json",
 8379 "strum",
 8380]
 8381
 8382[[package]]
 8383name = "msvc_spectre_libs"
 8384version = "0.1.2"
 8385source = "registry+https://github.com/rust-lang/crates.io-index"
 8386checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
 8387dependencies = [
 8388 "cc",
 8389]
 8390
 8391[[package]]
 8392name = "multi_buffer"
 8393version = "0.1.0"
 8394dependencies = [
 8395 "anyhow",
 8396 "buffer_diff",
 8397 "clock",
 8398 "collections",
 8399 "ctor",
 8400 "env_logger 0.11.7",
 8401 "futures 0.3.31",
 8402 "gpui",
 8403 "indoc",
 8404 "itertools 0.14.0",
 8405 "language",
 8406 "log",
 8407 "parking_lot",
 8408 "pretty_assertions",
 8409 "project",
 8410 "rand 0.8.5",
 8411 "rope",
 8412 "serde",
 8413 "settings",
 8414 "smallvec",
 8415 "smol",
 8416 "sum_tree",
 8417 "text",
 8418 "theme",
 8419 "tree-sitter",
 8420 "util",
 8421]
 8422
 8423[[package]]
 8424name = "multimap"
 8425version = "0.8.3"
 8426source = "registry+https://github.com/rust-lang/crates.io-index"
 8427checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
 8428
 8429[[package]]
 8430name = "naga"
 8431version = "23.1.0"
 8432source = "registry+https://github.com/rust-lang/crates.io-index"
 8433checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
 8434dependencies = [
 8435 "arrayvec",
 8436 "bit-set 0.8.0",
 8437 "bitflags 2.9.0",
 8438 "cfg_aliases 0.1.1",
 8439 "codespan-reporting 0.11.1",
 8440 "hexf-parse",
 8441 "indexmap",
 8442 "log",
 8443 "rustc-hash 1.1.0",
 8444 "spirv",
 8445 "termcolor",
 8446 "thiserror 1.0.69",
 8447 "unicode-xid",
 8448]
 8449
 8450[[package]]
 8451name = "nanoid"
 8452version = "0.4.0"
 8453source = "registry+https://github.com/rust-lang/crates.io-index"
 8454checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
 8455dependencies = [
 8456 "rand 0.8.5",
 8457]
 8458
 8459[[package]]
 8460name = "nanorand"
 8461version = "0.7.0"
 8462source = "registry+https://github.com/rust-lang/crates.io-index"
 8463checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
 8464dependencies = [
 8465 "getrandom 0.2.15",
 8466]
 8467
 8468[[package]]
 8469name = "native-tls"
 8470version = "0.2.12"
 8471source = "registry+https://github.com/rust-lang/crates.io-index"
 8472checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
 8473dependencies = [
 8474 "libc",
 8475 "log",
 8476 "openssl",
 8477 "openssl-probe",
 8478 "openssl-sys",
 8479 "schannel",
 8480 "security-framework 2.11.1",
 8481 "security-framework-sys",
 8482 "tempfile",
 8483]
 8484
 8485[[package]]
 8486name = "nbformat"
 8487version = "0.10.0"
 8488source = "registry+https://github.com/rust-lang/crates.io-index"
 8489checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
 8490dependencies = [
 8491 "anyhow",
 8492 "chrono",
 8493 "jupyter-protocol",
 8494 "serde",
 8495 "serde_json",
 8496 "thiserror 1.0.69",
 8497 "uuid",
 8498]
 8499
 8500[[package]]
 8501name = "ndk"
 8502version = "0.8.0"
 8503source = "registry+https://github.com/rust-lang/crates.io-index"
 8504checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
 8505dependencies = [
 8506 "bitflags 2.9.0",
 8507 "jni-sys",
 8508 "log",
 8509 "ndk-sys",
 8510 "num_enum",
 8511 "thiserror 1.0.69",
 8512]
 8513
 8514[[package]]
 8515name = "ndk-context"
 8516version = "0.1.1"
 8517source = "registry+https://github.com/rust-lang/crates.io-index"
 8518checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
 8519
 8520[[package]]
 8521name = "ndk-sys"
 8522version = "0.5.0+25.2.9519653"
 8523source = "registry+https://github.com/rust-lang/crates.io-index"
 8524checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
 8525dependencies = [
 8526 "jni-sys",
 8527]
 8528
 8529[[package]]
 8530name = "new_debug_unreachable"
 8531version = "1.0.6"
 8532source = "registry+https://github.com/rust-lang/crates.io-index"
 8533checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
 8534
 8535[[package]]
 8536name = "nix"
 8537version = "0.29.0"
 8538source = "registry+https://github.com/rust-lang/crates.io-index"
 8539checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
 8540dependencies = [
 8541 "bitflags 2.9.0",
 8542 "cfg-if",
 8543 "cfg_aliases 0.2.1",
 8544 "libc",
 8545 "memoffset",
 8546]
 8547
 8548[[package]]
 8549name = "node_runtime"
 8550version = "0.1.0"
 8551dependencies = [
 8552 "anyhow",
 8553 "async-compression",
 8554 "async-std",
 8555 "async-tar",
 8556 "async-trait",
 8557 "async-watch",
 8558 "async_zip",
 8559 "futures 0.3.31",
 8560 "http_client",
 8561 "log",
 8562 "paths",
 8563 "semver",
 8564 "serde",
 8565 "serde_json",
 8566 "smol",
 8567 "tempfile",
 8568 "util",
 8569 "walkdir",
 8570 "which 6.0.3",
 8571]
 8572
 8573[[package]]
 8574name = "nom"
 8575version = "7.1.3"
 8576source = "registry+https://github.com/rust-lang/crates.io-index"
 8577checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
 8578dependencies = [
 8579 "memchr",
 8580 "minimal-lexical",
 8581]
 8582
 8583[[package]]
 8584name = "noop_proc_macro"
 8585version = "0.3.0"
 8586source = "registry+https://github.com/rust-lang/crates.io-index"
 8587checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
 8588
 8589[[package]]
 8590name = "normpath"
 8591version = "1.3.0"
 8592source = "registry+https://github.com/rust-lang/crates.io-index"
 8593checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
 8594dependencies = [
 8595 "windows-sys 0.59.0",
 8596]
 8597
 8598[[package]]
 8599name = "notifications"
 8600version = "0.1.0"
 8601dependencies = [
 8602 "anyhow",
 8603 "channel",
 8604 "client",
 8605 "collections",
 8606 "component",
 8607 "db",
 8608 "gpui",
 8609 "linkme",
 8610 "rpc",
 8611 "settings",
 8612 "sum_tree",
 8613 "time",
 8614 "ui",
 8615 "util",
 8616 "workspace",
 8617]
 8618
 8619[[package]]
 8620name = "notify"
 8621version = "8.0.0"
 8622source = "registry+https://github.com/rust-lang/crates.io-index"
 8623checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943"
 8624dependencies = [
 8625 "bitflags 2.9.0",
 8626 "filetime",
 8627 "fsevent-sys 4.1.0",
 8628 "inotify",
 8629 "kqueue",
 8630 "libc",
 8631 "log",
 8632 "mio",
 8633 "notify-types 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8634 "walkdir",
 8635 "windows-sys 0.59.0",
 8636]
 8637
 8638[[package]]
 8639name = "notify"
 8640version = "8.0.0"
 8641source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
 8642dependencies = [
 8643 "bitflags 2.9.0",
 8644 "filetime",
 8645 "fsevent-sys 4.1.0",
 8646 "inotify",
 8647 "kqueue",
 8648 "libc",
 8649 "log",
 8650 "mio",
 8651 "notify-types 2.0.0 (git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96)",
 8652 "walkdir",
 8653 "windows-sys 0.59.0",
 8654]
 8655
 8656[[package]]
 8657name = "notify-debouncer-mini"
 8658version = "0.6.0"
 8659source = "registry+https://github.com/rust-lang/crates.io-index"
 8660checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
 8661dependencies = [
 8662 "log",
 8663 "notify 8.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8664 "notify-types 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8665 "tempfile",
 8666]
 8667
 8668[[package]]
 8669name = "notify-types"
 8670version = "2.0.0"
 8671source = "registry+https://github.com/rust-lang/crates.io-index"
 8672checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
 8673
 8674[[package]]
 8675name = "notify-types"
 8676version = "2.0.0"
 8677source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
 8678
 8679[[package]]
 8680name = "ntapi"
 8681version = "0.4.1"
 8682source = "registry+https://github.com/rust-lang/crates.io-index"
 8683checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
 8684dependencies = [
 8685 "winapi",
 8686]
 8687
 8688[[package]]
 8689name = "nu-ansi-term"
 8690version = "0.46.0"
 8691source = "registry+https://github.com/rust-lang/crates.io-index"
 8692checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
 8693dependencies = [
 8694 "overload",
 8695 "winapi",
 8696]
 8697
 8698[[package]]
 8699name = "num"
 8700version = "0.4.3"
 8701source = "registry+https://github.com/rust-lang/crates.io-index"
 8702checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
 8703dependencies = [
 8704 "num-bigint",
 8705 "num-complex",
 8706 "num-integer",
 8707 "num-iter",
 8708 "num-rational",
 8709 "num-traits",
 8710]
 8711
 8712[[package]]
 8713name = "num-bigint"
 8714version = "0.4.6"
 8715source = "registry+https://github.com/rust-lang/crates.io-index"
 8716checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
 8717dependencies = [
 8718 "num-integer",
 8719 "num-traits",
 8720]
 8721
 8722[[package]]
 8723name = "num-bigint-dig"
 8724version = "0.8.4"
 8725source = "registry+https://github.com/rust-lang/crates.io-index"
 8726checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
 8727dependencies = [
 8728 "byteorder",
 8729 "lazy_static",
 8730 "libm",
 8731 "num-integer",
 8732 "num-iter",
 8733 "num-traits",
 8734 "rand 0.8.5",
 8735 "serde",
 8736 "smallvec",
 8737 "zeroize",
 8738]
 8739
 8740[[package]]
 8741name = "num-complex"
 8742version = "0.4.6"
 8743source = "registry+https://github.com/rust-lang/crates.io-index"
 8744checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
 8745dependencies = [
 8746 "num-traits",
 8747]
 8748
 8749[[package]]
 8750name = "num-conv"
 8751version = "0.1.0"
 8752source = "registry+https://github.com/rust-lang/crates.io-index"
 8753checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
 8754
 8755[[package]]
 8756name = "num-derive"
 8757version = "0.4.2"
 8758source = "registry+https://github.com/rust-lang/crates.io-index"
 8759checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
 8760dependencies = [
 8761 "proc-macro2",
 8762 "quote",
 8763 "syn 2.0.100",
 8764]
 8765
 8766[[package]]
 8767name = "num-format"
 8768version = "0.4.4"
 8769source = "registry+https://github.com/rust-lang/crates.io-index"
 8770checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
 8771dependencies = [
 8772 "arrayvec",
 8773 "itoa",
 8774]
 8775
 8776[[package]]
 8777name = "num-integer"
 8778version = "0.1.46"
 8779source = "registry+https://github.com/rust-lang/crates.io-index"
 8780checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
 8781dependencies = [
 8782 "num-traits",
 8783]
 8784
 8785[[package]]
 8786name = "num-iter"
 8787version = "0.1.45"
 8788source = "registry+https://github.com/rust-lang/crates.io-index"
 8789checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
 8790dependencies = [
 8791 "autocfg",
 8792 "num-integer",
 8793 "num-traits",
 8794]
 8795
 8796[[package]]
 8797name = "num-modular"
 8798version = "0.6.1"
 8799source = "registry+https://github.com/rust-lang/crates.io-index"
 8800checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
 8801
 8802[[package]]
 8803name = "num-order"
 8804version = "1.2.0"
 8805source = "registry+https://github.com/rust-lang/crates.io-index"
 8806checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
 8807dependencies = [
 8808 "num-modular",
 8809]
 8810
 8811[[package]]
 8812name = "num-rational"
 8813version = "0.4.2"
 8814source = "registry+https://github.com/rust-lang/crates.io-index"
 8815checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
 8816dependencies = [
 8817 "num-bigint",
 8818 "num-integer",
 8819 "num-traits",
 8820]
 8821
 8822[[package]]
 8823name = "num-traits"
 8824version = "0.2.19"
 8825source = "registry+https://github.com/rust-lang/crates.io-index"
 8826checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
 8827dependencies = [
 8828 "autocfg",
 8829 "libm",
 8830]
 8831
 8832[[package]]
 8833name = "num_cpus"
 8834version = "1.16.0"
 8835source = "registry+https://github.com/rust-lang/crates.io-index"
 8836checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
 8837dependencies = [
 8838 "hermit-abi 0.3.9",
 8839 "libc",
 8840]
 8841
 8842[[package]]
 8843name = "num_enum"
 8844version = "0.7.3"
 8845source = "registry+https://github.com/rust-lang/crates.io-index"
 8846checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
 8847dependencies = [
 8848 "num_enum_derive",
 8849]
 8850
 8851[[package]]
 8852name = "num_enum_derive"
 8853version = "0.7.3"
 8854source = "registry+https://github.com/rust-lang/crates.io-index"
 8855checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
 8856dependencies = [
 8857 "proc-macro-crate",
 8858 "proc-macro2",
 8859 "quote",
 8860 "syn 2.0.100",
 8861]
 8862
 8863[[package]]
 8864name = "num_threads"
 8865version = "0.1.7"
 8866source = "registry+https://github.com/rust-lang/crates.io-index"
 8867checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
 8868dependencies = [
 8869 "libc",
 8870]
 8871
 8872[[package]]
 8873name = "nvim-rs"
 8874version = "0.8.0-pre"
 8875source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
 8876dependencies = [
 8877 "async-trait",
 8878 "futures 0.3.31",
 8879 "log",
 8880 "parity-tokio-ipc",
 8881 "rmp",
 8882 "rmpv",
 8883 "tokio",
 8884 "tokio-util",
 8885 "winapi",
 8886]
 8887
 8888[[package]]
 8889name = "objc"
 8890version = "0.2.7"
 8891source = "registry+https://github.com/rust-lang/crates.io-index"
 8892checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
 8893dependencies = [
 8894 "malloc_buf",
 8895]
 8896
 8897[[package]]
 8898name = "objc-sys"
 8899version = "0.3.5"
 8900source = "registry+https://github.com/rust-lang/crates.io-index"
 8901checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
 8902
 8903[[package]]
 8904name = "objc2"
 8905version = "0.5.2"
 8906source = "registry+https://github.com/rust-lang/crates.io-index"
 8907checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
 8908dependencies = [
 8909 "objc-sys",
 8910 "objc2-encode",
 8911]
 8912
 8913[[package]]
 8914name = "objc2-app-kit"
 8915version = "0.2.2"
 8916source = "registry+https://github.com/rust-lang/crates.io-index"
 8917checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
 8918dependencies = [
 8919 "bitflags 2.9.0",
 8920 "block2",
 8921 "libc",
 8922 "objc2",
 8923 "objc2-core-data",
 8924 "objc2-core-image",
 8925 "objc2-foundation",
 8926 "objc2-quartz-core",
 8927]
 8928
 8929[[package]]
 8930name = "objc2-cloud-kit"
 8931version = "0.2.2"
 8932source = "registry+https://github.com/rust-lang/crates.io-index"
 8933checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
 8934dependencies = [
 8935 "bitflags 2.9.0",
 8936 "block2",
 8937 "objc2",
 8938 "objc2-core-location",
 8939 "objc2-foundation",
 8940]
 8941
 8942[[package]]
 8943name = "objc2-contacts"
 8944version = "0.2.2"
 8945source = "registry+https://github.com/rust-lang/crates.io-index"
 8946checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
 8947dependencies = [
 8948 "block2",
 8949 "objc2",
 8950 "objc2-foundation",
 8951]
 8952
 8953[[package]]
 8954name = "objc2-core-data"
 8955version = "0.2.2"
 8956source = "registry+https://github.com/rust-lang/crates.io-index"
 8957checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
 8958dependencies = [
 8959 "bitflags 2.9.0",
 8960 "block2",
 8961 "objc2",
 8962 "objc2-foundation",
 8963]
 8964
 8965[[package]]
 8966name = "objc2-core-image"
 8967version = "0.2.2"
 8968source = "registry+https://github.com/rust-lang/crates.io-index"
 8969checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
 8970dependencies = [
 8971 "block2",
 8972 "objc2",
 8973 "objc2-foundation",
 8974 "objc2-metal",
 8975]
 8976
 8977[[package]]
 8978name = "objc2-core-location"
 8979version = "0.2.2"
 8980source = "registry+https://github.com/rust-lang/crates.io-index"
 8981checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
 8982dependencies = [
 8983 "block2",
 8984 "objc2",
 8985 "objc2-contacts",
 8986 "objc2-foundation",
 8987]
 8988
 8989[[package]]
 8990name = "objc2-encode"
 8991version = "4.0.3"
 8992source = "registry+https://github.com/rust-lang/crates.io-index"
 8993checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
 8994
 8995[[package]]
 8996name = "objc2-foundation"
 8997version = "0.2.2"
 8998source = "registry+https://github.com/rust-lang/crates.io-index"
 8999checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
 9000dependencies = [
 9001 "bitflags 2.9.0",
 9002 "block2",
 9003 "libc",
 9004 "objc2",
 9005]
 9006
 9007[[package]]
 9008name = "objc2-link-presentation"
 9009version = "0.2.2"
 9010source = "registry+https://github.com/rust-lang/crates.io-index"
 9011checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
 9012dependencies = [
 9013 "block2",
 9014 "objc2",
 9015 "objc2-app-kit",
 9016 "objc2-foundation",
 9017]
 9018
 9019[[package]]
 9020name = "objc2-metal"
 9021version = "0.2.2"
 9022source = "registry+https://github.com/rust-lang/crates.io-index"
 9023checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
 9024dependencies = [
 9025 "bitflags 2.9.0",
 9026 "block2",
 9027 "objc2",
 9028 "objc2-foundation",
 9029]
 9030
 9031[[package]]
 9032name = "objc2-quartz-core"
 9033version = "0.2.2"
 9034source = "registry+https://github.com/rust-lang/crates.io-index"
 9035checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
 9036dependencies = [
 9037 "bitflags 2.9.0",
 9038 "block2",
 9039 "objc2",
 9040 "objc2-foundation",
 9041 "objc2-metal",
 9042]
 9043
 9044[[package]]
 9045name = "objc2-symbols"
 9046version = "0.2.2"
 9047source = "registry+https://github.com/rust-lang/crates.io-index"
 9048checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
 9049dependencies = [
 9050 "objc2",
 9051 "objc2-foundation",
 9052]
 9053
 9054[[package]]
 9055name = "objc2-ui-kit"
 9056version = "0.2.2"
 9057source = "registry+https://github.com/rust-lang/crates.io-index"
 9058checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
 9059dependencies = [
 9060 "bitflags 2.9.0",
 9061 "block2",
 9062 "objc2",
 9063 "objc2-cloud-kit",
 9064 "objc2-core-data",
 9065 "objc2-core-image",
 9066 "objc2-core-location",
 9067 "objc2-foundation",
 9068 "objc2-link-presentation",
 9069 "objc2-quartz-core",
 9070 "objc2-symbols",
 9071 "objc2-uniform-type-identifiers",
 9072 "objc2-user-notifications",
 9073]
 9074
 9075[[package]]
 9076name = "objc2-uniform-type-identifiers"
 9077version = "0.2.2"
 9078source = "registry+https://github.com/rust-lang/crates.io-index"
 9079checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
 9080dependencies = [
 9081 "block2",
 9082 "objc2",
 9083 "objc2-foundation",
 9084]
 9085
 9086[[package]]
 9087name = "objc2-user-notifications"
 9088version = "0.2.2"
 9089source = "registry+https://github.com/rust-lang/crates.io-index"
 9090checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
 9091dependencies = [
 9092 "bitflags 2.9.0",
 9093 "block2",
 9094 "objc2",
 9095 "objc2-core-location",
 9096 "objc2-foundation",
 9097]
 9098
 9099[[package]]
 9100name = "object"
 9101version = "0.36.5"
 9102source = "registry+https://github.com/rust-lang/crates.io-index"
 9103checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
 9104dependencies = [
 9105 "crc32fast",
 9106 "hashbrown 0.15.2",
 9107 "indexmap",
 9108 "memchr",
 9109]
 9110
 9111[[package]]
 9112name = "oboe"
 9113version = "0.6.1"
 9114source = "registry+https://github.com/rust-lang/crates.io-index"
 9115checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
 9116dependencies = [
 9117 "jni",
 9118 "ndk",
 9119 "ndk-context",
 9120 "num-derive",
 9121 "num-traits",
 9122 "oboe-sys",
 9123]
 9124
 9125[[package]]
 9126name = "oboe-sys"
 9127version = "0.6.1"
 9128source = "registry+https://github.com/rust-lang/crates.io-index"
 9129checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
 9130dependencies = [
 9131 "cc",
 9132]
 9133
 9134[[package]]
 9135name = "ollama"
 9136version = "0.1.0"
 9137dependencies = [
 9138 "anyhow",
 9139 "futures 0.3.31",
 9140 "http_client",
 9141 "schemars",
 9142 "serde",
 9143 "serde_json",
 9144]
 9145
 9146[[package]]
 9147name = "once_cell"
 9148version = "1.20.3"
 9149source = "registry+https://github.com/rust-lang/crates.io-index"
 9150checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
 9151
 9152[[package]]
 9153name = "oo7"
 9154version = "0.4.3"
 9155source = "registry+https://github.com/rust-lang/crates.io-index"
 9156checksum = "6cb23d3ec3527d65a83be1c1795cb883c52cfa57147d42acc797127df56fc489"
 9157dependencies = [
 9158 "aes",
 9159 "ashpd",
 9160 "async-fs",
 9161 "async-io",
 9162 "async-lock",
 9163 "blocking",
 9164 "cbc",
 9165 "cipher",
 9166 "digest",
 9167 "endi",
 9168 "futures-lite 2.6.0",
 9169 "futures-util",
 9170 "getrandom 0.3.1",
 9171 "hkdf",
 9172 "hmac",
 9173 "md-5",
 9174 "num",
 9175 "num-bigint-dig",
 9176 "pbkdf2 0.12.2",
 9177 "rand 0.9.0",
 9178 "serde",
 9179 "sha2",
 9180 "subtle",
 9181 "zbus",
 9182 "zbus_macros",
 9183 "zeroize",
 9184 "zvariant",
 9185]
 9186
 9187[[package]]
 9188name = "oorandom"
 9189version = "11.1.4"
 9190source = "registry+https://github.com/rust-lang/crates.io-index"
 9191checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
 9192
 9193[[package]]
 9194name = "open"
 9195version = "5.3.2"
 9196source = "registry+https://github.com/rust-lang/crates.io-index"
 9197checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
 9198dependencies = [
 9199 "is-wsl",
 9200 "libc",
 9201 "pathdiff",
 9202]
 9203
 9204[[package]]
 9205name = "open_ai"
 9206version = "0.1.0"
 9207dependencies = [
 9208 "anyhow",
 9209 "futures 0.3.31",
 9210 "http_client",
 9211 "schemars",
 9212 "serde",
 9213 "serde_json",
 9214 "strum",
 9215]
 9216
 9217[[package]]
 9218name = "opener"
 9219version = "0.7.2"
 9220source = "registry+https://github.com/rust-lang/crates.io-index"
 9221checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
 9222dependencies = [
 9223 "bstr",
 9224 "dbus",
 9225 "normpath",
 9226 "windows-sys 0.59.0",
 9227]
 9228
 9229[[package]]
 9230name = "openssl"
 9231version = "0.10.70"
 9232source = "registry+https://github.com/rust-lang/crates.io-index"
 9233checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6"
 9234dependencies = [
 9235 "bitflags 2.9.0",
 9236 "cfg-if",
 9237 "foreign-types 0.3.2",
 9238 "libc",
 9239 "once_cell",
 9240 "openssl-macros",
 9241 "openssl-sys",
 9242]
 9243
 9244[[package]]
 9245name = "openssl-macros"
 9246version = "0.1.1"
 9247source = "registry+https://github.com/rust-lang/crates.io-index"
 9248checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
 9249dependencies = [
 9250 "proc-macro2",
 9251 "quote",
 9252 "syn 2.0.100",
 9253]
 9254
 9255[[package]]
 9256name = "openssl-probe"
 9257version = "0.1.5"
 9258source = "registry+https://github.com/rust-lang/crates.io-index"
 9259checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
 9260
 9261[[package]]
 9262name = "openssl-src"
 9263version = "300.4.1+3.4.0"
 9264source = "registry+https://github.com/rust-lang/crates.io-index"
 9265checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
 9266dependencies = [
 9267 "cc",
 9268]
 9269
 9270[[package]]
 9271name = "openssl-sys"
 9272version = "0.9.105"
 9273source = "registry+https://github.com/rust-lang/crates.io-index"
 9274checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc"
 9275dependencies = [
 9276 "cc",
 9277 "libc",
 9278 "openssl-src",
 9279 "pkg-config",
 9280 "vcpkg",
 9281]
 9282
 9283[[package]]
 9284name = "option-ext"
 9285version = "0.2.0"
 9286source = "registry+https://github.com/rust-lang/crates.io-index"
 9287checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
 9288
 9289[[package]]
 9290name = "ordered-float"
 9291version = "2.10.1"
 9292source = "registry+https://github.com/rust-lang/crates.io-index"
 9293checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
 9294dependencies = [
 9295 "num-traits",
 9296]
 9297
 9298[[package]]
 9299name = "ordered-float"
 9300version = "3.9.2"
 9301source = "registry+https://github.com/rust-lang/crates.io-index"
 9302checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
 9303dependencies = [
 9304 "num-traits",
 9305]
 9306
 9307[[package]]
 9308name = "ordered-stream"
 9309version = "0.2.0"
 9310source = "registry+https://github.com/rust-lang/crates.io-index"
 9311checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
 9312dependencies = [
 9313 "futures-core",
 9314 "pin-project-lite",
 9315]
 9316
 9317[[package]]
 9318name = "ouroboros"
 9319version = "0.18.4"
 9320source = "registry+https://github.com/rust-lang/crates.io-index"
 9321checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
 9322dependencies = [
 9323 "aliasable",
 9324 "ouroboros_macro",
 9325 "static_assertions",
 9326]
 9327
 9328[[package]]
 9329name = "ouroboros_macro"
 9330version = "0.18.4"
 9331source = "registry+https://github.com/rust-lang/crates.io-index"
 9332checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
 9333dependencies = [
 9334 "heck 0.4.1",
 9335 "itertools 0.12.1",
 9336 "proc-macro2",
 9337 "proc-macro2-diagnostics",
 9338 "quote",
 9339 "syn 2.0.100",
 9340]
 9341
 9342[[package]]
 9343name = "outline"
 9344version = "0.1.0"
 9345dependencies = [
 9346 "editor",
 9347 "fuzzy",
 9348 "gpui",
 9349 "indoc",
 9350 "language",
 9351 "menu",
 9352 "ordered-float 2.10.1",
 9353 "picker",
 9354 "project",
 9355 "rope",
 9356 "serde_json",
 9357 "settings",
 9358 "smol",
 9359 "theme",
 9360 "tree-sitter-rust",
 9361 "tree-sitter-typescript",
 9362 "ui",
 9363 "util",
 9364 "workspace",
 9365 "zed_actions",
 9366]
 9367
 9368[[package]]
 9369name = "outline_panel"
 9370version = "0.1.0"
 9371dependencies = [
 9372 "anyhow",
 9373 "collections",
 9374 "db",
 9375 "editor",
 9376 "file_icons",
 9377 "fuzzy",
 9378 "gpui",
 9379 "itertools 0.14.0",
 9380 "language",
 9381 "log",
 9382 "menu",
 9383 "outline",
 9384 "pretty_assertions",
 9385 "project",
 9386 "schemars",
 9387 "search",
 9388 "serde",
 9389 "serde_json",
 9390 "settings",
 9391 "smallvec",
 9392 "smol",
 9393 "theme",
 9394 "ui",
 9395 "util",
 9396 "workspace",
 9397 "worktree",
 9398 "zed_actions",
 9399]
 9400
 9401[[package]]
 9402name = "outref"
 9403version = "0.5.1"
 9404source = "registry+https://github.com/rust-lang/crates.io-index"
 9405checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
 9406
 9407[[package]]
 9408name = "overload"
 9409version = "0.1.1"
 9410source = "registry+https://github.com/rust-lang/crates.io-index"
 9411checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
 9412
 9413[[package]]
 9414name = "p256"
 9415version = "0.11.1"
 9416source = "registry+https://github.com/rust-lang/crates.io-index"
 9417checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
 9418dependencies = [
 9419 "ecdsa",
 9420 "elliptic-curve",
 9421 "sha2",
 9422]
 9423
 9424[[package]]
 9425name = "page_size"
 9426version = "0.6.0"
 9427source = "registry+https://github.com/rust-lang/crates.io-index"
 9428checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
 9429dependencies = [
 9430 "libc",
 9431 "winapi",
 9432]
 9433
 9434[[package]]
 9435name = "palette"
 9436version = "0.7.6"
 9437source = "registry+https://github.com/rust-lang/crates.io-index"
 9438checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
 9439dependencies = [
 9440 "approx",
 9441 "fast-srgb8",
 9442 "palette_derive",
 9443]
 9444
 9445[[package]]
 9446name = "palette_derive"
 9447version = "0.7.6"
 9448source = "registry+https://github.com/rust-lang/crates.io-index"
 9449checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
 9450dependencies = [
 9451 "by_address",
 9452 "proc-macro2",
 9453 "quote",
 9454 "syn 2.0.100",
 9455]
 9456
 9457[[package]]
 9458name = "panel"
 9459version = "0.1.0"
 9460dependencies = [
 9461 "editor",
 9462 "gpui",
 9463 "settings",
 9464 "theme",
 9465 "ui",
 9466 "workspace",
 9467]
 9468
 9469[[package]]
 9470name = "parity-tokio-ipc"
 9471version = "0.9.0"
 9472source = "registry+https://github.com/rust-lang/crates.io-index"
 9473checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
 9474dependencies = [
 9475 "futures 0.3.31",
 9476 "libc",
 9477 "log",
 9478 "rand 0.7.3",
 9479 "tokio",
 9480 "winapi",
 9481]
 9482
 9483[[package]]
 9484name = "parking"
 9485version = "2.2.1"
 9486source = "registry+https://github.com/rust-lang/crates.io-index"
 9487checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
 9488
 9489[[package]]
 9490name = "parking_lot"
 9491version = "0.12.3"
 9492source = "registry+https://github.com/rust-lang/crates.io-index"
 9493checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
 9494dependencies = [
 9495 "lock_api",
 9496 "parking_lot_core",
 9497]
 9498
 9499[[package]]
 9500name = "parking_lot_core"
 9501version = "0.9.10"
 9502source = "registry+https://github.com/rust-lang/crates.io-index"
 9503checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
 9504dependencies = [
 9505 "cfg-if",
 9506 "libc",
 9507 "redox_syscall 0.5.8",
 9508 "smallvec",
 9509 "windows-targets 0.52.6",
 9510]
 9511
 9512[[package]]
 9513name = "password-hash"
 9514version = "0.4.2"
 9515source = "registry+https://github.com/rust-lang/crates.io-index"
 9516checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
 9517dependencies = [
 9518 "base64ct",
 9519 "rand_core 0.6.4",
 9520 "subtle",
 9521]
 9522
 9523[[package]]
 9524name = "password-hash"
 9525version = "0.5.0"
 9526source = "registry+https://github.com/rust-lang/crates.io-index"
 9527checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
 9528dependencies = [
 9529 "base64ct",
 9530 "rand_core 0.6.4",
 9531 "subtle",
 9532]
 9533
 9534[[package]]
 9535name = "paste"
 9536version = "1.0.15"
 9537source = "registry+https://github.com/rust-lang/crates.io-index"
 9538checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
 9539
 9540[[package]]
 9541name = "pathdiff"
 9542version = "0.2.3"
 9543source = "registry+https://github.com/rust-lang/crates.io-index"
 9544checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
 9545
 9546[[package]]
 9547name = "pathfinder_geometry"
 9548version = "0.5.1"
 9549source = "registry+https://github.com/rust-lang/crates.io-index"
 9550checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
 9551dependencies = [
 9552 "log",
 9553 "pathfinder_simd",
 9554]
 9555
 9556[[package]]
 9557name = "pathfinder_simd"
 9558version = "0.5.4"
 9559source = "registry+https://github.com/rust-lang/crates.io-index"
 9560checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
 9561dependencies = [
 9562 "rustc_version",
 9563]
 9564
 9565[[package]]
 9566name = "paths"
 9567version = "0.1.0"
 9568dependencies = [
 9569 "dirs 4.0.0",
 9570 "util",
 9571]
 9572
 9573[[package]]
 9574name = "pbjson"
 9575version = "0.6.0"
 9576source = "registry+https://github.com/rust-lang/crates.io-index"
 9577checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
 9578dependencies = [
 9579 "base64 0.21.7",
 9580 "serde",
 9581]
 9582
 9583[[package]]
 9584name = "pbjson-build"
 9585version = "0.6.2"
 9586source = "registry+https://github.com/rust-lang/crates.io-index"
 9587checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
 9588dependencies = [
 9589 "heck 0.4.1",
 9590 "itertools 0.11.0",
 9591 "prost 0.12.6",
 9592 "prost-types 0.12.6",
 9593]
 9594
 9595[[package]]
 9596name = "pbjson-types"
 9597version = "0.6.0"
 9598source = "registry+https://github.com/rust-lang/crates.io-index"
 9599checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
 9600dependencies = [
 9601 "bytes 1.10.1",
 9602 "chrono",
 9603 "pbjson",
 9604 "pbjson-build",
 9605 "prost 0.12.6",
 9606 "prost-build 0.12.6",
 9607 "serde",
 9608]
 9609
 9610[[package]]
 9611name = "pbkdf2"
 9612version = "0.11.0"
 9613source = "registry+https://github.com/rust-lang/crates.io-index"
 9614checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
 9615dependencies = [
 9616 "digest",
 9617 "hmac",
 9618 "password-hash 0.4.2",
 9619 "sha2",
 9620]
 9621
 9622[[package]]
 9623name = "pbkdf2"
 9624version = "0.12.2"
 9625source = "registry+https://github.com/rust-lang/crates.io-index"
 9626checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
 9627dependencies = [
 9628 "digest",
 9629 "hmac",
 9630]
 9631
 9632[[package]]
 9633name = "pem"
 9634version = "3.0.4"
 9635source = "registry+https://github.com/rust-lang/crates.io-index"
 9636checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
 9637dependencies = [
 9638 "base64 0.22.1",
 9639 "serde",
 9640]
 9641
 9642[[package]]
 9643name = "pem-rfc7468"
 9644version = "0.7.0"
 9645source = "registry+https://github.com/rust-lang/crates.io-index"
 9646checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
 9647dependencies = [
 9648 "base64ct",
 9649]
 9650
 9651[[package]]
 9652name = "percent-encoding"
 9653version = "2.3.1"
 9654source = "registry+https://github.com/rust-lang/crates.io-index"
 9655checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
 9656
 9657[[package]]
 9658name = "perplexity"
 9659version = "0.1.0"
 9660dependencies = [
 9661 "serde",
 9662 "zed_extension_api 0.4.0",
 9663]
 9664
 9665[[package]]
 9666name = "pest"
 9667version = "2.7.15"
 9668source = "registry+https://github.com/rust-lang/crates.io-index"
 9669checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
 9670dependencies = [
 9671 "memchr",
 9672 "thiserror 2.0.12",
 9673 "ucd-trie",
 9674]
 9675
 9676[[package]]
 9677name = "pest_derive"
 9678version = "2.7.15"
 9679source = "registry+https://github.com/rust-lang/crates.io-index"
 9680checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
 9681dependencies = [
 9682 "pest",
 9683 "pest_generator",
 9684]
 9685
 9686[[package]]
 9687name = "pest_generator"
 9688version = "2.7.15"
 9689source = "registry+https://github.com/rust-lang/crates.io-index"
 9690checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
 9691dependencies = [
 9692 "pest",
 9693 "pest_meta",
 9694 "proc-macro2",
 9695 "quote",
 9696 "syn 2.0.100",
 9697]
 9698
 9699[[package]]
 9700name = "pest_meta"
 9701version = "2.7.15"
 9702source = "registry+https://github.com/rust-lang/crates.io-index"
 9703checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
 9704dependencies = [
 9705 "once_cell",
 9706 "pest",
 9707 "sha2",
 9708]
 9709
 9710[[package]]
 9711name = "pet"
 9712version = "0.1.0"
 9713source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9714dependencies = [
 9715 "clap",
 9716 "env_logger 0.10.2",
 9717 "lazy_static",
 9718 "log",
 9719 "msvc_spectre_libs",
 9720 "pet-conda",
 9721 "pet-core",
 9722 "pet-env-var-path",
 9723 "pet-fs",
 9724 "pet-global-virtualenvs",
 9725 "pet-homebrew",
 9726 "pet-jsonrpc",
 9727 "pet-linux-global-python",
 9728 "pet-mac-commandlinetools",
 9729 "pet-mac-python-org",
 9730 "pet-mac-xcode",
 9731 "pet-pipenv",
 9732 "pet-pixi",
 9733 "pet-poetry",
 9734 "pet-pyenv",
 9735 "pet-python-utils",
 9736 "pet-reporter",
 9737 "pet-telemetry",
 9738 "pet-venv",
 9739 "pet-virtualenv",
 9740 "pet-virtualenvwrapper",
 9741 "pet-windows-registry",
 9742 "pet-windows-store",
 9743 "serde",
 9744 "serde_json",
 9745]
 9746
 9747[[package]]
 9748name = "pet-conda"
 9749version = "0.1.0"
 9750source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9751dependencies = [
 9752 "env_logger 0.10.2",
 9753 "lazy_static",
 9754 "log",
 9755 "msvc_spectre_libs",
 9756 "pet-core",
 9757 "pet-fs",
 9758 "pet-python-utils",
 9759 "pet-reporter",
 9760 "regex",
 9761 "serde",
 9762 "serde_json",
 9763 "yaml-rust2",
 9764]
 9765
 9766[[package]]
 9767name = "pet-core"
 9768version = "0.1.0"
 9769source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9770dependencies = [
 9771 "clap",
 9772 "lazy_static",
 9773 "log",
 9774 "msvc_spectre_libs",
 9775 "pet-fs",
 9776 "regex",
 9777 "serde",
 9778 "serde_json",
 9779]
 9780
 9781[[package]]
 9782name = "pet-env-var-path"
 9783version = "0.1.0"
 9784source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9785dependencies = [
 9786 "lazy_static",
 9787 "log",
 9788 "msvc_spectre_libs",
 9789 "pet-conda",
 9790 "pet-core",
 9791 "pet-fs",
 9792 "pet-python-utils",
 9793 "pet-virtualenv",
 9794 "regex",
 9795]
 9796
 9797[[package]]
 9798name = "pet-fs"
 9799version = "0.1.0"
 9800source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9801dependencies = [
 9802 "log",
 9803 "msvc_spectre_libs",
 9804]
 9805
 9806[[package]]
 9807name = "pet-global-virtualenvs"
 9808version = "0.1.0"
 9809source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9810dependencies = [
 9811 "log",
 9812 "msvc_spectre_libs",
 9813 "pet-conda",
 9814 "pet-core",
 9815 "pet-fs",
 9816 "pet-virtualenv",
 9817]
 9818
 9819[[package]]
 9820name = "pet-homebrew"
 9821version = "0.1.0"
 9822source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9823dependencies = [
 9824 "lazy_static",
 9825 "log",
 9826 "msvc_spectre_libs",
 9827 "pet-conda",
 9828 "pet-core",
 9829 "pet-fs",
 9830 "pet-python-utils",
 9831 "pet-virtualenv",
 9832 "regex",
 9833 "serde",
 9834 "serde_json",
 9835]
 9836
 9837[[package]]
 9838name = "pet-jsonrpc"
 9839version = "0.1.0"
 9840source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9841dependencies = [
 9842 "env_logger 0.10.2",
 9843 "log",
 9844 "msvc_spectre_libs",
 9845 "pet-core",
 9846 "serde",
 9847 "serde_json",
 9848]
 9849
 9850[[package]]
 9851name = "pet-linux-global-python"
 9852version = "0.1.0"
 9853source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9854dependencies = [
 9855 "log",
 9856 "msvc_spectre_libs",
 9857 "pet-core",
 9858 "pet-fs",
 9859 "pet-python-utils",
 9860 "pet-virtualenv",
 9861]
 9862
 9863[[package]]
 9864name = "pet-mac-commandlinetools"
 9865version = "0.1.0"
 9866source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9867dependencies = [
 9868 "log",
 9869 "msvc_spectre_libs",
 9870 "pet-core",
 9871 "pet-fs",
 9872 "pet-python-utils",
 9873 "pet-virtualenv",
 9874]
 9875
 9876[[package]]
 9877name = "pet-mac-python-org"
 9878version = "0.1.0"
 9879source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9880dependencies = [
 9881 "log",
 9882 "msvc_spectre_libs",
 9883 "pet-core",
 9884 "pet-fs",
 9885 "pet-python-utils",
 9886 "pet-virtualenv",
 9887]
 9888
 9889[[package]]
 9890name = "pet-mac-xcode"
 9891version = "0.1.0"
 9892source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9893dependencies = [
 9894 "log",
 9895 "msvc_spectre_libs",
 9896 "pet-core",
 9897 "pet-fs",
 9898 "pet-python-utils",
 9899 "pet-virtualenv",
 9900]
 9901
 9902[[package]]
 9903name = "pet-pipenv"
 9904version = "0.1.0"
 9905source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9906dependencies = [
 9907 "log",
 9908 "msvc_spectre_libs",
 9909 "pet-core",
 9910 "pet-fs",
 9911 "pet-python-utils",
 9912 "pet-virtualenv",
 9913]
 9914
 9915[[package]]
 9916name = "pet-pixi"
 9917version = "0.1.0"
 9918source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9919dependencies = [
 9920 "log",
 9921 "msvc_spectre_libs",
 9922 "pet-conda",
 9923 "pet-core",
 9924 "pet-python-utils",
 9925]
 9926
 9927[[package]]
 9928name = "pet-poetry"
 9929version = "0.1.0"
 9930source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9931dependencies = [
 9932 "base64 0.22.1",
 9933 "lazy_static",
 9934 "log",
 9935 "msvc_spectre_libs",
 9936 "pet-core",
 9937 "pet-fs",
 9938 "pet-python-utils",
 9939 "pet-reporter",
 9940 "pet-virtualenv",
 9941 "regex",
 9942 "serde",
 9943 "serde_json",
 9944 "sha2",
 9945 "toml 0.8.20",
 9946]
 9947
 9948[[package]]
 9949name = "pet-pyenv"
 9950version = "0.1.0"
 9951source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9952dependencies = [
 9953 "lazy_static",
 9954 "log",
 9955 "msvc_spectre_libs",
 9956 "pet-conda",
 9957 "pet-core",
 9958 "pet-fs",
 9959 "pet-python-utils",
 9960 "pet-reporter",
 9961 "regex",
 9962 "serde",
 9963 "serde_json",
 9964]
 9965
 9966[[package]]
 9967name = "pet-python-utils"
 9968version = "0.1.0"
 9969source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9970dependencies = [
 9971 "env_logger 0.10.2",
 9972 "lazy_static",
 9973 "log",
 9974 "msvc_spectre_libs",
 9975 "pet-core",
 9976 "pet-fs",
 9977 "regex",
 9978 "serde",
 9979 "serde_json",
 9980 "sha2",
 9981]
 9982
 9983[[package]]
 9984name = "pet-reporter"
 9985version = "0.1.0"
 9986source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9987dependencies = [
 9988 "env_logger 0.10.2",
 9989 "log",
 9990 "msvc_spectre_libs",
 9991 "pet-core",
 9992 "pet-jsonrpc",
 9993 "serde",
 9994 "serde_json",
 9995]
 9996
 9997[[package]]
 9998name = "pet-telemetry"
 9999version = "0.1.0"
10000source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10001dependencies = [
10002 "env_logger 0.10.2",
10003 "lazy_static",
10004 "log",
10005 "msvc_spectre_libs",
10006 "pet-core",
10007 "pet-fs",
10008 "pet-python-utils",
10009 "regex",
10010]
10011
10012[[package]]
10013name = "pet-venv"
10014version = "0.1.0"
10015source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10016dependencies = [
10017 "log",
10018 "msvc_spectre_libs",
10019 "pet-core",
10020 "pet-python-utils",
10021 "pet-virtualenv",
10022]
10023
10024[[package]]
10025name = "pet-virtualenv"
10026version = "0.1.0"
10027source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10028dependencies = [
10029 "log",
10030 "msvc_spectre_libs",
10031 "pet-core",
10032 "pet-fs",
10033 "pet-python-utils",
10034]
10035
10036[[package]]
10037name = "pet-virtualenvwrapper"
10038version = "0.1.0"
10039source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10040dependencies = [
10041 "log",
10042 "msvc_spectre_libs",
10043 "pet-core",
10044 "pet-fs",
10045 "pet-python-utils",
10046 "pet-virtualenv",
10047]
10048
10049[[package]]
10050name = "pet-windows-registry"
10051version = "0.1.0"
10052source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10053dependencies = [
10054 "lazy_static",
10055 "log",
10056 "msvc_spectre_libs",
10057 "pet-conda",
10058 "pet-core",
10059 "pet-fs",
10060 "pet-python-utils",
10061 "pet-virtualenv",
10062 "pet-windows-store",
10063 "regex",
10064 "winreg 0.52.0",
10065]
10066
10067[[package]]
10068name = "pet-windows-store"
10069version = "0.1.0"
10070source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10071dependencies = [
10072 "lazy_static",
10073 "log",
10074 "msvc_spectre_libs",
10075 "pet-core",
10076 "pet-fs",
10077 "pet-python-utils",
10078 "pet-virtualenv",
10079 "regex",
10080 "winreg 0.52.0",
10081]
10082
10083[[package]]
10084name = "petgraph"
10085version = "0.6.5"
10086source = "registry+https://github.com/rust-lang/crates.io-index"
10087checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
10088dependencies = [
10089 "fixedbitset",
10090 "indexmap",
10091]
10092
10093[[package]]
10094name = "pgvector"
10095version = "0.4.0"
10096source = "registry+https://github.com/rust-lang/crates.io-index"
10097checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
10098dependencies = [
10099 "serde",
10100]
10101
10102[[package]]
10103name = "phf"
10104version = "0.11.2"
10105source = "registry+https://github.com/rust-lang/crates.io-index"
10106checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
10107dependencies = [
10108 "phf_macros",
10109 "phf_shared 0.11.2",
10110]
10111
10112[[package]]
10113name = "phf_codegen"
10114version = "0.11.2"
10115source = "registry+https://github.com/rust-lang/crates.io-index"
10116checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
10117dependencies = [
10118 "phf_generator 0.11.2",
10119 "phf_shared 0.11.2",
10120]
10121
10122[[package]]
10123name = "phf_generator"
10124version = "0.10.0"
10125source = "registry+https://github.com/rust-lang/crates.io-index"
10126checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
10127dependencies = [
10128 "phf_shared 0.10.0",
10129 "rand 0.8.5",
10130]
10131
10132[[package]]
10133name = "phf_generator"
10134version = "0.11.2"
10135source = "registry+https://github.com/rust-lang/crates.io-index"
10136checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
10137dependencies = [
10138 "phf_shared 0.11.2",
10139 "rand 0.8.5",
10140]
10141
10142[[package]]
10143name = "phf_macros"
10144version = "0.11.2"
10145source = "registry+https://github.com/rust-lang/crates.io-index"
10146checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
10147dependencies = [
10148 "phf_generator 0.11.2",
10149 "phf_shared 0.11.2",
10150 "proc-macro2",
10151 "quote",
10152 "syn 2.0.100",
10153]
10154
10155[[package]]
10156name = "phf_shared"
10157version = "0.10.0"
10158source = "registry+https://github.com/rust-lang/crates.io-index"
10159checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
10160dependencies = [
10161 "siphasher 0.3.11",
10162]
10163
10164[[package]]
10165name = "phf_shared"
10166version = "0.11.2"
10167source = "registry+https://github.com/rust-lang/crates.io-index"
10168checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
10169dependencies = [
10170 "siphasher 0.3.11",
10171]
10172
10173[[package]]
10174name = "picker"
10175version = "0.1.0"
10176dependencies = [
10177 "anyhow",
10178 "ctor",
10179 "editor",
10180 "env_logger 0.11.7",
10181 "gpui",
10182 "menu",
10183 "schemars",
10184 "serde",
10185 "serde_json",
10186 "ui",
10187 "util",
10188 "workspace",
10189]
10190
10191[[package]]
10192name = "pico-args"
10193version = "0.5.0"
10194source = "registry+https://github.com/rust-lang/crates.io-index"
10195checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
10196
10197[[package]]
10198name = "pin-project"
10199version = "1.1.7"
10200source = "registry+https://github.com/rust-lang/crates.io-index"
10201checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
10202dependencies = [
10203 "pin-project-internal",
10204]
10205
10206[[package]]
10207name = "pin-project-internal"
10208version = "1.1.7"
10209source = "registry+https://github.com/rust-lang/crates.io-index"
10210checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
10211dependencies = [
10212 "proc-macro2",
10213 "quote",
10214 "syn 2.0.100",
10215]
10216
10217[[package]]
10218name = "pin-project-lite"
10219version = "0.2.16"
10220source = "registry+https://github.com/rust-lang/crates.io-index"
10221checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
10222
10223[[package]]
10224name = "pin-utils"
10225version = "0.1.0"
10226source = "registry+https://github.com/rust-lang/crates.io-index"
10227checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
10228
10229[[package]]
10230name = "piper"
10231version = "0.2.4"
10232source = "registry+https://github.com/rust-lang/crates.io-index"
10233checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
10234dependencies = [
10235 "atomic-waker",
10236 "fastrand 2.3.0",
10237 "futures-io",
10238]
10239
10240[[package]]
10241name = "pkcs1"
10242version = "0.7.5"
10243source = "registry+https://github.com/rust-lang/crates.io-index"
10244checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
10245dependencies = [
10246 "der 0.7.9",
10247 "pkcs8 0.10.2",
10248 "spki 0.7.3",
10249]
10250
10251[[package]]
10252name = "pkcs8"
10253version = "0.9.0"
10254source = "registry+https://github.com/rust-lang/crates.io-index"
10255checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
10256dependencies = [
10257 "der 0.6.1",
10258 "spki 0.6.0",
10259]
10260
10261[[package]]
10262name = "pkcs8"
10263version = "0.10.2"
10264source = "registry+https://github.com/rust-lang/crates.io-index"
10265checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
10266dependencies = [
10267 "der 0.7.9",
10268 "spki 0.7.3",
10269]
10270
10271[[package]]
10272name = "pkg-config"
10273version = "0.3.31"
10274source = "registry+https://github.com/rust-lang/crates.io-index"
10275checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
10276
10277[[package]]
10278name = "plist"
10279version = "1.7.1"
10280source = "registry+https://github.com/rust-lang/crates.io-index"
10281checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d"
10282dependencies = [
10283 "base64 0.22.1",
10284 "indexmap",
10285 "quick-xml 0.32.0",
10286 "serde",
10287 "time",
10288]
10289
10290[[package]]
10291name = "plotters"
10292version = "0.3.7"
10293source = "registry+https://github.com/rust-lang/crates.io-index"
10294checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
10295dependencies = [
10296 "num-traits",
10297 "plotters-backend",
10298 "plotters-svg",
10299 "wasm-bindgen",
10300 "web-sys",
10301]
10302
10303[[package]]
10304name = "plotters-backend"
10305version = "0.3.7"
10306source = "registry+https://github.com/rust-lang/crates.io-index"
10307checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
10308
10309[[package]]
10310name = "plotters-svg"
10311version = "0.3.7"
10312source = "registry+https://github.com/rust-lang/crates.io-index"
10313checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
10314dependencies = [
10315 "plotters-backend",
10316]
10317
10318[[package]]
10319name = "png"
10320version = "0.17.15"
10321source = "registry+https://github.com/rust-lang/crates.io-index"
10322checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
10323dependencies = [
10324 "bitflags 1.3.2",
10325 "crc32fast",
10326 "fdeflate",
10327 "flate2",
10328 "miniz_oxide",
10329]
10330
10331[[package]]
10332name = "polling"
10333version = "3.7.4"
10334source = "registry+https://github.com/rust-lang/crates.io-index"
10335checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
10336dependencies = [
10337 "cfg-if",
10338 "concurrent-queue",
10339 "hermit-abi 0.4.0",
10340 "pin-project-lite",
10341 "rustix",
10342 "tracing",
10343 "windows-sys 0.59.0",
10344]
10345
10346[[package]]
10347name = "pollster"
10348version = "0.2.5"
10349source = "registry+https://github.com/rust-lang/crates.io-index"
10350checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
10351
10352[[package]]
10353name = "portable-atomic"
10354version = "1.11.0"
10355source = "registry+https://github.com/rust-lang/crates.io-index"
10356checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
10357
10358[[package]]
10359name = "portable-atomic-util"
10360version = "0.2.4"
10361source = "registry+https://github.com/rust-lang/crates.io-index"
10362checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
10363dependencies = [
10364 "portable-atomic",
10365]
10366
10367[[package]]
10368name = "postage"
10369version = "0.5.0"
10370source = "registry+https://github.com/rust-lang/crates.io-index"
10371checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
10372dependencies = [
10373 "atomic",
10374 "crossbeam-queue",
10375 "futures 0.3.31",
10376 "log",
10377 "parking_lot",
10378 "pin-project",
10379 "pollster",
10380 "static_assertions",
10381 "thiserror 1.0.69",
10382]
10383
10384[[package]]
10385name = "postcard"
10386version = "1.1.1"
10387source = "registry+https://github.com/rust-lang/crates.io-index"
10388checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
10389dependencies = [
10390 "cobs",
10391 "embedded-io 0.4.0",
10392 "embedded-io 0.6.1",
10393 "serde",
10394]
10395
10396[[package]]
10397name = "powerfmt"
10398version = "0.2.0"
10399source = "registry+https://github.com/rust-lang/crates.io-index"
10400checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
10401
10402[[package]]
10403name = "ppv-lite86"
10404version = "0.2.20"
10405source = "registry+https://github.com/rust-lang/crates.io-index"
10406checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
10407dependencies = [
10408 "zerocopy 0.7.35",
10409]
10410
10411[[package]]
10412name = "precomputed-hash"
10413version = "0.1.1"
10414source = "registry+https://github.com/rust-lang/crates.io-index"
10415checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
10416
10417[[package]]
10418name = "prettier"
10419version = "0.1.0"
10420dependencies = [
10421 "anyhow",
10422 "collections",
10423 "fs",
10424 "gpui",
10425 "language",
10426 "log",
10427 "lsp",
10428 "node_runtime",
10429 "parking_lot",
10430 "paths",
10431 "serde",
10432 "serde_json",
10433 "util",
10434]
10435
10436[[package]]
10437name = "pretty_assertions"
10438version = "1.4.1"
10439source = "registry+https://github.com/rust-lang/crates.io-index"
10440checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
10441dependencies = [
10442 "diff",
10443 "yansi",
10444]
10445
10446[[package]]
10447name = "prettyplease"
10448version = "0.2.25"
10449source = "registry+https://github.com/rust-lang/crates.io-index"
10450checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
10451dependencies = [
10452 "proc-macro2",
10453 "syn 2.0.100",
10454]
10455
10456[[package]]
10457name = "proc-macro-crate"
10458version = "3.2.0"
10459source = "registry+https://github.com/rust-lang/crates.io-index"
10460checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
10461dependencies = [
10462 "toml_edit",
10463]
10464
10465[[package]]
10466name = "proc-macro-error-attr2"
10467version = "2.0.0"
10468source = "registry+https://github.com/rust-lang/crates.io-index"
10469checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
10470dependencies = [
10471 "proc-macro2",
10472 "quote",
10473]
10474
10475[[package]]
10476name = "proc-macro-error2"
10477version = "2.0.1"
10478source = "registry+https://github.com/rust-lang/crates.io-index"
10479checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
10480dependencies = [
10481 "proc-macro-error-attr2",
10482 "proc-macro2",
10483 "quote",
10484 "syn 2.0.100",
10485]
10486
10487[[package]]
10488name = "proc-macro2"
10489version = "1.0.94"
10490source = "registry+https://github.com/rust-lang/crates.io-index"
10491checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
10492dependencies = [
10493 "unicode-ident",
10494]
10495
10496[[package]]
10497name = "proc-macro2-diagnostics"
10498version = "0.10.1"
10499source = "registry+https://github.com/rust-lang/crates.io-index"
10500checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
10501dependencies = [
10502 "proc-macro2",
10503 "quote",
10504 "syn 2.0.100",
10505 "version_check",
10506 "yansi",
10507]
10508
10509[[package]]
10510name = "profiling"
10511version = "1.0.16"
10512source = "registry+https://github.com/rust-lang/crates.io-index"
10513checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
10514dependencies = [
10515 "profiling-procmacros",
10516]
10517
10518[[package]]
10519name = "profiling-procmacros"
10520version = "1.0.16"
10521source = "registry+https://github.com/rust-lang/crates.io-index"
10522checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
10523dependencies = [
10524 "quote",
10525 "syn 2.0.100",
10526]
10527
10528[[package]]
10529name = "project"
10530version = "0.1.0"
10531dependencies = [
10532 "aho-corasick",
10533 "anyhow",
10534 "askpass",
10535 "async-trait",
10536 "buffer_diff",
10537 "circular-buffer",
10538 "client",
10539 "clock",
10540 "collections",
10541 "dap",
10542 "dap_adapters",
10543 "env_logger 0.11.7",
10544 "extension",
10545 "fancy-regex 0.14.0",
10546 "fs",
10547 "futures 0.3.31",
10548 "fuzzy",
10549 "git",
10550 "git2",
10551 "globset",
10552 "gpui",
10553 "http_client",
10554 "image",
10555 "indexmap",
10556 "itertools 0.14.0",
10557 "language",
10558 "log",
10559 "lsp",
10560 "node_runtime",
10561 "parking_lot",
10562 "pathdiff",
10563 "paths",
10564 "postage",
10565 "prettier",
10566 "pretty_assertions",
10567 "rand 0.8.5",
10568 "regex",
10569 "release_channel",
10570 "remote",
10571 "rpc",
10572 "schemars",
10573 "serde",
10574 "serde_json",
10575 "settings",
10576 "sha2",
10577 "shellexpand 2.1.2",
10578 "shlex",
10579 "smol",
10580 "snippet",
10581 "snippet_provider",
10582 "sum_tree",
10583 "task",
10584 "tempfile",
10585 "terminal",
10586 "text",
10587 "toml 0.8.20",
10588 "unindent",
10589 "url",
10590 "util",
10591 "which 6.0.3",
10592 "worktree",
10593 "zlog",
10594]
10595
10596[[package]]
10597name = "project_panel"
10598version = "0.1.0"
10599dependencies = [
10600 "anyhow",
10601 "client",
10602 "collections",
10603 "command_palette_hooks",
10604 "db",
10605 "editor",
10606 "file_icons",
10607 "git",
10608 "gpui",
10609 "indexmap",
10610 "language",
10611 "menu",
10612 "pretty_assertions",
10613 "project",
10614 "schemars",
10615 "search",
10616 "serde",
10617 "serde_derive",
10618 "serde_json",
10619 "settings",
10620 "smallvec",
10621 "theme",
10622 "ui",
10623 "util",
10624 "workspace",
10625 "worktree",
10626 "zed_actions",
10627]
10628
10629[[package]]
10630name = "project_symbols"
10631version = "0.1.0"
10632dependencies = [
10633 "anyhow",
10634 "editor",
10635 "futures 0.3.31",
10636 "fuzzy",
10637 "gpui",
10638 "language",
10639 "lsp",
10640 "ordered-float 2.10.1",
10641 "picker",
10642 "project",
10643 "release_channel",
10644 "serde_json",
10645 "settings",
10646 "theme",
10647 "util",
10648 "workspace",
10649]
10650
10651[[package]]
10652name = "prometheus"
10653version = "0.13.4"
10654source = "registry+https://github.com/rust-lang/crates.io-index"
10655checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
10656dependencies = [
10657 "cfg-if",
10658 "fnv",
10659 "lazy_static",
10660 "memchr",
10661 "parking_lot",
10662 "protobuf",
10663 "thiserror 1.0.69",
10664]
10665
10666[[package]]
10667name = "prompt_library"
10668version = "0.1.0"
10669dependencies = [
10670 "anyhow",
10671 "collections",
10672 "editor",
10673 "gpui",
10674 "language",
10675 "language_model",
10676 "log",
10677 "menu",
10678 "picker",
10679 "prompt_store",
10680 "release_channel",
10681 "rope",
10682 "serde",
10683 "settings",
10684 "theme",
10685 "ui",
10686 "util",
10687 "workspace",
10688 "zed_actions",
10689]
10690
10691[[package]]
10692name = "prompt_store"
10693version = "0.1.0"
10694dependencies = [
10695 "anyhow",
10696 "assets",
10697 "chrono",
10698 "collections",
10699 "fs",
10700 "futures 0.3.31",
10701 "fuzzy",
10702 "gpui",
10703 "handlebars 4.5.0",
10704 "heed",
10705 "language",
10706 "log",
10707 "parking_lot",
10708 "paths",
10709 "rope",
10710 "serde",
10711 "text",
10712 "util",
10713 "uuid",
10714]
10715
10716[[package]]
10717name = "prost"
10718version = "0.9.0"
10719source = "registry+https://github.com/rust-lang/crates.io-index"
10720checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
10721dependencies = [
10722 "bytes 1.10.1",
10723 "prost-derive 0.9.0",
10724]
10725
10726[[package]]
10727name = "prost"
10728version = "0.12.6"
10729source = "registry+https://github.com/rust-lang/crates.io-index"
10730checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
10731dependencies = [
10732 "bytes 1.10.1",
10733 "prost-derive 0.12.6",
10734]
10735
10736[[package]]
10737name = "prost-build"
10738version = "0.9.0"
10739source = "registry+https://github.com/rust-lang/crates.io-index"
10740checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
10741dependencies = [
10742 "bytes 1.10.1",
10743 "heck 0.3.3",
10744 "itertools 0.10.5",
10745 "lazy_static",
10746 "log",
10747 "multimap",
10748 "petgraph",
10749 "prost 0.9.0",
10750 "prost-types 0.9.0",
10751 "regex",
10752 "tempfile",
10753 "which 4.4.2",
10754]
10755
10756[[package]]
10757name = "prost-build"
10758version = "0.12.6"
10759source = "registry+https://github.com/rust-lang/crates.io-index"
10760checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
10761dependencies = [
10762 "bytes 1.10.1",
10763 "heck 0.4.1",
10764 "itertools 0.10.5",
10765 "log",
10766 "multimap",
10767 "once_cell",
10768 "petgraph",
10769 "prettyplease",
10770 "prost 0.12.6",
10771 "prost-types 0.12.6",
10772 "regex",
10773 "syn 2.0.100",
10774 "tempfile",
10775]
10776
10777[[package]]
10778name = "prost-derive"
10779version = "0.9.0"
10780source = "registry+https://github.com/rust-lang/crates.io-index"
10781checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
10782dependencies = [
10783 "anyhow",
10784 "itertools 0.10.5",
10785 "proc-macro2",
10786 "quote",
10787 "syn 1.0.109",
10788]
10789
10790[[package]]
10791name = "prost-derive"
10792version = "0.12.6"
10793source = "registry+https://github.com/rust-lang/crates.io-index"
10794checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
10795dependencies = [
10796 "anyhow",
10797 "itertools 0.10.5",
10798 "proc-macro2",
10799 "quote",
10800 "syn 2.0.100",
10801]
10802
10803[[package]]
10804name = "prost-types"
10805version = "0.9.0"
10806source = "registry+https://github.com/rust-lang/crates.io-index"
10807checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
10808dependencies = [
10809 "bytes 1.10.1",
10810 "prost 0.9.0",
10811]
10812
10813[[package]]
10814name = "prost-types"
10815version = "0.12.6"
10816source = "registry+https://github.com/rust-lang/crates.io-index"
10817checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
10818dependencies = [
10819 "prost 0.12.6",
10820]
10821
10822[[package]]
10823name = "proto"
10824version = "0.1.0"
10825dependencies = [
10826 "anyhow",
10827 "collections",
10828 "prost 0.9.0",
10829 "prost-build 0.9.0",
10830 "serde",
10831]
10832
10833[[package]]
10834name = "protobuf"
10835version = "2.28.0"
10836source = "registry+https://github.com/rust-lang/crates.io-index"
10837checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10838
10839[[package]]
10840name = "psm"
10841version = "0.1.24"
10842source = "registry+https://github.com/rust-lang/crates.io-index"
10843checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10844dependencies = [
10845 "cc",
10846]
10847
10848[[package]]
10849name = "ptr_meta"
10850version = "0.1.4"
10851source = "registry+https://github.com/rust-lang/crates.io-index"
10852checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10853dependencies = [
10854 "ptr_meta_derive",
10855]
10856
10857[[package]]
10858name = "ptr_meta_derive"
10859version = "0.1.4"
10860source = "registry+https://github.com/rust-lang/crates.io-index"
10861checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10862dependencies = [
10863 "proc-macro2",
10864 "quote",
10865 "syn 1.0.109",
10866]
10867
10868[[package]]
10869name = "pulldown-cmark"
10870version = "0.10.3"
10871source = "registry+https://github.com/rust-lang/crates.io-index"
10872checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10873dependencies = [
10874 "bitflags 2.9.0",
10875 "memchr",
10876 "pulldown-cmark-escape",
10877 "unicase",
10878]
10879
10880[[package]]
10881name = "pulldown-cmark"
10882version = "0.12.2"
10883source = "registry+https://github.com/rust-lang/crates.io-index"
10884checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10885dependencies = [
10886 "bitflags 2.9.0",
10887 "memchr",
10888 "unicase",
10889]
10890
10891[[package]]
10892name = "pulldown-cmark-escape"
10893version = "0.10.1"
10894source = "registry+https://github.com/rust-lang/crates.io-index"
10895checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10896
10897[[package]]
10898name = "pulley-interpreter"
10899version = "29.0.1"
10900source = "registry+https://github.com/rust-lang/crates.io-index"
10901checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
10902dependencies = [
10903 "cranelift-bitset",
10904 "log",
10905 "sptr",
10906 "wasmtime-math",
10907]
10908
10909[[package]]
10910name = "qoi"
10911version = "0.4.1"
10912source = "registry+https://github.com/rust-lang/crates.io-index"
10913checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10914dependencies = [
10915 "bytemuck",
10916]
10917
10918[[package]]
10919name = "quick-error"
10920version = "2.0.1"
10921source = "registry+https://github.com/rust-lang/crates.io-index"
10922checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10923
10924[[package]]
10925name = "quick-xml"
10926version = "0.32.0"
10927source = "registry+https://github.com/rust-lang/crates.io-index"
10928checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10929dependencies = [
10930 "memchr",
10931]
10932
10933[[package]]
10934name = "quick-xml"
10935version = "0.37.2"
10936source = "registry+https://github.com/rust-lang/crates.io-index"
10937checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003"
10938dependencies = [
10939 "memchr",
10940]
10941
10942[[package]]
10943name = "quinn"
10944version = "0.11.6"
10945source = "registry+https://github.com/rust-lang/crates.io-index"
10946checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10947dependencies = [
10948 "bytes 1.10.1",
10949 "pin-project-lite",
10950 "quinn-proto",
10951 "quinn-udp",
10952 "rustc-hash 2.1.1",
10953 "rustls 0.23.25",
10954 "socket2",
10955 "thiserror 2.0.12",
10956 "tokio",
10957 "tracing",
10958]
10959
10960[[package]]
10961name = "quinn-proto"
10962version = "0.11.9"
10963source = "registry+https://github.com/rust-lang/crates.io-index"
10964checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10965dependencies = [
10966 "bytes 1.10.1",
10967 "getrandom 0.2.15",
10968 "rand 0.8.5",
10969 "ring",
10970 "rustc-hash 2.1.1",
10971 "rustls 0.23.25",
10972 "rustls-pki-types",
10973 "slab",
10974 "thiserror 2.0.12",
10975 "tinyvec",
10976 "tracing",
10977 "web-time",
10978]
10979
10980[[package]]
10981name = "quinn-udp"
10982version = "0.5.9"
10983source = "registry+https://github.com/rust-lang/crates.io-index"
10984checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904"
10985dependencies = [
10986 "cfg_aliases 0.2.1",
10987 "libc",
10988 "once_cell",
10989 "socket2",
10990 "tracing",
10991 "windows-sys 0.59.0",
10992]
10993
10994[[package]]
10995name = "quote"
10996version = "1.0.40"
10997source = "registry+https://github.com/rust-lang/crates.io-index"
10998checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
10999dependencies = [
11000 "proc-macro2",
11001]
11002
11003[[package]]
11004name = "radium"
11005version = "0.7.0"
11006source = "registry+https://github.com/rust-lang/crates.io-index"
11007checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
11008
11009[[package]]
11010name = "rand"
11011version = "0.7.3"
11012source = "registry+https://github.com/rust-lang/crates.io-index"
11013checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
11014dependencies = [
11015 "getrandom 0.1.16",
11016 "libc",
11017 "rand_chacha 0.2.2",
11018 "rand_core 0.5.1",
11019 "rand_hc",
11020]
11021
11022[[package]]
11023name = "rand"
11024version = "0.8.5"
11025source = "registry+https://github.com/rust-lang/crates.io-index"
11026checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
11027dependencies = [
11028 "libc",
11029 "rand_chacha 0.3.1",
11030 "rand_core 0.6.4",
11031]
11032
11033[[package]]
11034name = "rand"
11035version = "0.9.0"
11036source = "registry+https://github.com/rust-lang/crates.io-index"
11037checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
11038dependencies = [
11039 "rand_chacha 0.9.0",
11040 "rand_core 0.9.0",
11041 "zerocopy 0.8.18",
11042]
11043
11044[[package]]
11045name = "rand_chacha"
11046version = "0.2.2"
11047source = "registry+https://github.com/rust-lang/crates.io-index"
11048checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
11049dependencies = [
11050 "ppv-lite86",
11051 "rand_core 0.5.1",
11052]
11053
11054[[package]]
11055name = "rand_chacha"
11056version = "0.3.1"
11057source = "registry+https://github.com/rust-lang/crates.io-index"
11058checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
11059dependencies = [
11060 "ppv-lite86",
11061 "rand_core 0.6.4",
11062]
11063
11064[[package]]
11065name = "rand_chacha"
11066version = "0.9.0"
11067source = "registry+https://github.com/rust-lang/crates.io-index"
11068checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
11069dependencies = [
11070 "ppv-lite86",
11071 "rand_core 0.9.0",
11072]
11073
11074[[package]]
11075name = "rand_core"
11076version = "0.5.1"
11077source = "registry+https://github.com/rust-lang/crates.io-index"
11078checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
11079dependencies = [
11080 "getrandom 0.1.16",
11081]
11082
11083[[package]]
11084name = "rand_core"
11085version = "0.6.4"
11086source = "registry+https://github.com/rust-lang/crates.io-index"
11087checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
11088dependencies = [
11089 "getrandom 0.2.15",
11090]
11091
11092[[package]]
11093name = "rand_core"
11094version = "0.9.0"
11095source = "registry+https://github.com/rust-lang/crates.io-index"
11096checksum = "b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff"
11097dependencies = [
11098 "getrandom 0.3.1",
11099 "zerocopy 0.8.18",
11100]
11101
11102[[package]]
11103name = "rand_hc"
11104version = "0.2.0"
11105source = "registry+https://github.com/rust-lang/crates.io-index"
11106checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
11107dependencies = [
11108 "rand_core 0.5.1",
11109]
11110
11111[[package]]
11112name = "rangemap"
11113version = "1.5.1"
11114source = "registry+https://github.com/rust-lang/crates.io-index"
11115checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
11116
11117[[package]]
11118name = "rav1e"
11119version = "0.7.1"
11120source = "registry+https://github.com/rust-lang/crates.io-index"
11121checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
11122dependencies = [
11123 "arbitrary",
11124 "arg_enum_proc_macro",
11125 "arrayvec",
11126 "av1-grain",
11127 "bitstream-io",
11128 "built",
11129 "cfg-if",
11130 "interpolate_name",
11131 "itertools 0.12.1",
11132 "libc",
11133 "libfuzzer-sys",
11134 "log",
11135 "maybe-rayon",
11136 "new_debug_unreachable",
11137 "noop_proc_macro",
11138 "num-derive",
11139 "num-traits",
11140 "once_cell",
11141 "paste",
11142 "profiling",
11143 "rand 0.8.5",
11144 "rand_chacha 0.3.1",
11145 "simd_helpers",
11146 "system-deps",
11147 "thiserror 1.0.69",
11148 "v_frame",
11149 "wasm-bindgen",
11150]
11151
11152[[package]]
11153name = "ravif"
11154version = "0.11.11"
11155source = "registry+https://github.com/rust-lang/crates.io-index"
11156checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
11157dependencies = [
11158 "avif-serialize",
11159 "imgref",
11160 "loop9",
11161 "quick-error",
11162 "rav1e",
11163 "rayon",
11164 "rgb",
11165]
11166
11167[[package]]
11168name = "raw-window-handle"
11169version = "0.6.2"
11170source = "registry+https://github.com/rust-lang/crates.io-index"
11171checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
11172
11173[[package]]
11174name = "raw-window-metal"
11175version = "0.4.0"
11176source = "registry+https://github.com/rust-lang/crates.io-index"
11177checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
11178dependencies = [
11179 "cocoa 0.25.0",
11180 "core-graphics 0.23.2",
11181 "objc",
11182 "raw-window-handle",
11183]
11184
11185[[package]]
11186name = "rayon"
11187version = "1.10.0"
11188source = "registry+https://github.com/rust-lang/crates.io-index"
11189checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
11190dependencies = [
11191 "either",
11192 "rayon-core",
11193]
11194
11195[[package]]
11196name = "rayon-core"
11197version = "1.12.1"
11198source = "registry+https://github.com/rust-lang/crates.io-index"
11199checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
11200dependencies = [
11201 "crossbeam-deque",
11202 "crossbeam-utils",
11203]
11204
11205[[package]]
11206name = "read-fonts"
11207version = "0.25.3"
11208source = "registry+https://github.com/rust-lang/crates.io-index"
11209checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
11210dependencies = [
11211 "bytemuck",
11212 "font-types",
11213]
11214
11215[[package]]
11216name = "recent_projects"
11217version = "0.1.0"
11218dependencies = [
11219 "anyhow",
11220 "auto_update",
11221 "dap",
11222 "editor",
11223 "extension_host",
11224 "file_finder",
11225 "futures 0.3.31",
11226 "fuzzy",
11227 "gpui",
11228 "language",
11229 "log",
11230 "markdown",
11231 "menu",
11232 "ordered-float 2.10.1",
11233 "paths",
11234 "picker",
11235 "project",
11236 "release_channel",
11237 "remote",
11238 "schemars",
11239 "serde",
11240 "serde_json",
11241 "settings",
11242 "smol",
11243 "task",
11244 "telemetry",
11245 "theme",
11246 "ui",
11247 "util",
11248 "workspace",
11249 "zed_actions",
11250]
11251
11252[[package]]
11253name = "redox_syscall"
11254version = "0.2.16"
11255source = "registry+https://github.com/rust-lang/crates.io-index"
11256checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
11257dependencies = [
11258 "bitflags 1.3.2",
11259]
11260
11261[[package]]
11262name = "redox_syscall"
11263version = "0.5.8"
11264source = "registry+https://github.com/rust-lang/crates.io-index"
11265checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
11266dependencies = [
11267 "bitflags 2.9.0",
11268]
11269
11270[[package]]
11271name = "redox_users"
11272version = "0.4.6"
11273source = "registry+https://github.com/rust-lang/crates.io-index"
11274checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
11275dependencies = [
11276 "getrandom 0.2.15",
11277 "libredox",
11278 "thiserror 1.0.69",
11279]
11280
11281[[package]]
11282name = "refineable"
11283version = "0.1.0"
11284dependencies = [
11285 "derive_refineable",
11286]
11287
11288[[package]]
11289name = "regalloc2"
11290version = "0.11.1"
11291source = "registry+https://github.com/rust-lang/crates.io-index"
11292checksum = "145c1c267e14f20fb0f88aa76a1c5ffec42d592c1d28b3cd9148ae35916158d3"
11293dependencies = [
11294 "allocator-api2",
11295 "bumpalo",
11296 "hashbrown 0.15.2",
11297 "log",
11298 "rustc-hash 2.1.1",
11299 "smallvec",
11300]
11301
11302[[package]]
11303name = "regex"
11304version = "1.11.1"
11305source = "registry+https://github.com/rust-lang/crates.io-index"
11306checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
11307dependencies = [
11308 "aho-corasick",
11309 "memchr",
11310 "regex-automata 0.4.9",
11311 "regex-syntax 0.8.5",
11312]
11313
11314[[package]]
11315name = "regex-automata"
11316version = "0.1.10"
11317source = "registry+https://github.com/rust-lang/crates.io-index"
11318checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
11319dependencies = [
11320 "regex-syntax 0.6.29",
11321]
11322
11323[[package]]
11324name = "regex-automata"
11325version = "0.4.9"
11326source = "registry+https://github.com/rust-lang/crates.io-index"
11327checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
11328dependencies = [
11329 "aho-corasick",
11330 "memchr",
11331 "regex-syntax 0.8.5",
11332]
11333
11334[[package]]
11335name = "regex-lite"
11336version = "0.1.6"
11337source = "registry+https://github.com/rust-lang/crates.io-index"
11338checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
11339
11340[[package]]
11341name = "regex-syntax"
11342version = "0.6.29"
11343source = "registry+https://github.com/rust-lang/crates.io-index"
11344checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
11345
11346[[package]]
11347name = "regex-syntax"
11348version = "0.8.5"
11349source = "registry+https://github.com/rust-lang/crates.io-index"
11350checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
11351
11352[[package]]
11353name = "release_channel"
11354version = "0.1.0"
11355dependencies = [
11356 "gpui",
11357]
11358
11359[[package]]
11360name = "remote"
11361version = "0.1.0"
11362dependencies = [
11363 "anyhow",
11364 "askpass",
11365 "async-trait",
11366 "collections",
11367 "fs",
11368 "futures 0.3.31",
11369 "gpui",
11370 "itertools 0.14.0",
11371 "log",
11372 "parking_lot",
11373 "paths",
11374 "prost 0.9.0",
11375 "release_channel",
11376 "rpc",
11377 "schemars",
11378 "serde",
11379 "serde_json",
11380 "shlex",
11381 "smol",
11382 "tempfile",
11383 "thiserror 2.0.12",
11384 "urlencoding",
11385 "util",
11386]
11387
11388[[package]]
11389name = "remote_server"
11390version = "0.1.0"
11391dependencies = [
11392 "anyhow",
11393 "async-watch",
11394 "backtrace",
11395 "cargo_toml",
11396 "chrono",
11397 "clap",
11398 "client",
11399 "clock",
11400 "dap",
11401 "env_logger 0.11.7",
11402 "extension",
11403 "extension_host",
11404 "fork",
11405 "fs",
11406 "futures 0.3.31",
11407 "git",
11408 "git_hosting_providers",
11409 "gpui",
11410 "gpui_tokio",
11411 "http_client",
11412 "language",
11413 "language_extension",
11414 "languages",
11415 "libc",
11416 "log",
11417 "lsp",
11418 "node_runtime",
11419 "paths",
11420 "project",
11421 "proto",
11422 "release_channel",
11423 "remote",
11424 "reqwest_client",
11425 "rpc",
11426 "rust-embed",
11427 "serde",
11428 "serde_json",
11429 "settings",
11430 "shellexpand 2.1.2",
11431 "smol",
11432 "sysinfo",
11433 "telemetry_events",
11434 "toml 0.8.20",
11435 "unindent",
11436 "util",
11437 "worktree",
11438]
11439
11440[[package]]
11441name = "rend"
11442version = "0.4.2"
11443source = "registry+https://github.com/rust-lang/crates.io-index"
11444checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
11445dependencies = [
11446 "bytecheck",
11447]
11448
11449[[package]]
11450name = "repl"
11451version = "0.1.0"
11452dependencies = [
11453 "alacritty_terminal",
11454 "anyhow",
11455 "async-dispatcher",
11456 "async-tungstenite",
11457 "base64 0.22.1",
11458 "client",
11459 "collections",
11460 "command_palette_hooks",
11461 "editor",
11462 "env_logger 0.11.7",
11463 "feature_flags",
11464 "file_icons",
11465 "futures 0.3.31",
11466 "gpui",
11467 "http_client",
11468 "image",
11469 "indoc",
11470 "jupyter-protocol",
11471 "jupyter-websocket-client",
11472 "language",
11473 "languages",
11474 "log",
11475 "markdown_preview",
11476 "menu",
11477 "multi_buffer",
11478 "nbformat",
11479 "picker",
11480 "project",
11481 "runtimelib",
11482 "schemars",
11483 "serde",
11484 "serde_json",
11485 "settings",
11486 "smol",
11487 "telemetry",
11488 "terminal",
11489 "terminal_view",
11490 "theme",
11491 "tree-sitter-md",
11492 "tree-sitter-python",
11493 "tree-sitter-typescript",
11494 "ui",
11495 "util",
11496 "uuid",
11497 "workspace",
11498]
11499
11500[[package]]
11501name = "reqwest"
11502version = "0.11.27"
11503source = "registry+https://github.com/rust-lang/crates.io-index"
11504checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
11505dependencies = [
11506 "base64 0.21.7",
11507 "bytes 1.10.1",
11508 "encoding_rs",
11509 "futures-core",
11510 "futures-util",
11511 "h2 0.3.26",
11512 "http 0.2.12",
11513 "http-body 0.4.6",
11514 "hyper 0.14.32",
11515 "hyper-rustls 0.24.2",
11516 "hyper-tls",
11517 "ipnet",
11518 "js-sys",
11519 "log",
11520 "mime",
11521 "native-tls",
11522 "once_cell",
11523 "percent-encoding",
11524 "pin-project-lite",
11525 "rustls 0.21.12",
11526 "rustls-native-certs 0.6.3",
11527 "rustls-pemfile 1.0.4",
11528 "serde",
11529 "serde_json",
11530 "serde_urlencoded",
11531 "sync_wrapper 0.1.2",
11532 "system-configuration 0.5.1",
11533 "tokio",
11534 "tokio-native-tls",
11535 "tokio-rustls 0.24.1",
11536 "tower-service",
11537 "url",
11538 "wasm-bindgen",
11539 "wasm-bindgen-futures",
11540 "web-sys",
11541 "winreg 0.50.0",
11542]
11543
11544[[package]]
11545name = "reqwest"
11546version = "0.12.8"
11547source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
11548dependencies = [
11549 "base64 0.22.1",
11550 "bytes 1.10.1",
11551 "encoding_rs",
11552 "futures-core",
11553 "futures-util",
11554 "h2 0.4.7",
11555 "http 1.2.0",
11556 "http-body 1.0.1",
11557 "http-body-util",
11558 "hyper 1.5.1",
11559 "hyper-rustls 0.27.3",
11560 "hyper-util",
11561 "ipnet",
11562 "js-sys",
11563 "log",
11564 "mime",
11565 "once_cell",
11566 "percent-encoding",
11567 "pin-project-lite",
11568 "quinn",
11569 "rustls 0.23.25",
11570 "rustls-native-certs 0.8.1",
11571 "rustls-pemfile 2.2.0",
11572 "rustls-pki-types",
11573 "serde",
11574 "serde_json",
11575 "serde_urlencoded",
11576 "sync_wrapper 1.0.2",
11577 "system-configuration 0.6.1",
11578 "tokio",
11579 "tokio-rustls 0.26.1",
11580 "tokio-socks",
11581 "tokio-util",
11582 "tower-service",
11583 "url",
11584 "wasm-bindgen",
11585 "wasm-bindgen-futures",
11586 "wasm-streams",
11587 "web-sys",
11588 "windows-registry",
11589]
11590
11591[[package]]
11592name = "reqwest_client"
11593version = "0.1.0"
11594dependencies = [
11595 "anyhow",
11596 "bytes 1.10.1",
11597 "futures 0.3.31",
11598 "gpui",
11599 "http_client",
11600 "http_client_tls",
11601 "log",
11602 "regex",
11603 "reqwest 0.12.8",
11604 "serde",
11605 "smol",
11606 "tokio",
11607]
11608
11609[[package]]
11610name = "resvg"
11611version = "0.45.0"
11612source = "registry+https://github.com/rust-lang/crates.io-index"
11613checksum = "dd43d1c474e9dadf09a8fdf22d713ba668b499b5117b9b9079500224e26b5b29"
11614dependencies = [
11615 "log",
11616 "pico-args",
11617 "rgb",
11618 "svgtypes",
11619 "tiny-skia",
11620 "usvg",
11621]
11622
11623[[package]]
11624name = "rfc6979"
11625version = "0.3.1"
11626source = "registry+https://github.com/rust-lang/crates.io-index"
11627checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
11628dependencies = [
11629 "crypto-bigint 0.4.9",
11630 "hmac",
11631 "zeroize",
11632]
11633
11634[[package]]
11635name = "rgb"
11636version = "0.8.50"
11637source = "registry+https://github.com/rust-lang/crates.io-index"
11638checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
11639dependencies = [
11640 "bytemuck",
11641]
11642
11643[[package]]
11644name = "rich_text"
11645version = "0.1.0"
11646dependencies = [
11647 "futures 0.3.31",
11648 "gpui",
11649 "language",
11650 "linkify",
11651 "pulldown-cmark 0.12.2",
11652 "theme",
11653 "ui",
11654 "util",
11655]
11656
11657[[package]]
11658name = "ring"
11659version = "0.17.8"
11660source = "registry+https://github.com/rust-lang/crates.io-index"
11661checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
11662dependencies = [
11663 "cc",
11664 "cfg-if",
11665 "getrandom 0.2.15",
11666 "libc",
11667 "spin",
11668 "untrusted",
11669 "windows-sys 0.52.0",
11670]
11671
11672[[package]]
11673name = "rkyv"
11674version = "0.7.45"
11675source = "registry+https://github.com/rust-lang/crates.io-index"
11676checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
11677dependencies = [
11678 "bitvec",
11679 "bytecheck",
11680 "bytes 1.10.1",
11681 "hashbrown 0.12.3",
11682 "ptr_meta",
11683 "rend",
11684 "rkyv_derive",
11685 "seahash",
11686 "tinyvec",
11687 "uuid",
11688]
11689
11690[[package]]
11691name = "rkyv_derive"
11692version = "0.7.45"
11693source = "registry+https://github.com/rust-lang/crates.io-index"
11694checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
11695dependencies = [
11696 "proc-macro2",
11697 "quote",
11698 "syn 1.0.109",
11699]
11700
11701[[package]]
11702name = "rmp"
11703version = "0.8.14"
11704source = "registry+https://github.com/rust-lang/crates.io-index"
11705checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
11706dependencies = [
11707 "byteorder",
11708 "num-traits",
11709 "paste",
11710]
11711
11712[[package]]
11713name = "rmpv"
11714version = "1.3.0"
11715source = "registry+https://github.com/rust-lang/crates.io-index"
11716checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
11717dependencies = [
11718 "num-traits",
11719 "rmp",
11720]
11721
11722[[package]]
11723name = "rodio"
11724version = "0.20.1"
11725source = "registry+https://github.com/rust-lang/crates.io-index"
11726checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
11727dependencies = [
11728 "cpal",
11729 "hound",
11730]
11731
11732[[package]]
11733name = "rope"
11734version = "0.1.0"
11735dependencies = [
11736 "arrayvec",
11737 "criterion",
11738 "ctor",
11739 "env_logger 0.11.7",
11740 "gpui",
11741 "log",
11742 "rand 0.8.5",
11743 "rayon",
11744 "smallvec",
11745 "sum_tree",
11746 "unicode-segmentation",
11747 "util",
11748]
11749
11750[[package]]
11751name = "roxmltree"
11752version = "0.20.0"
11753source = "registry+https://github.com/rust-lang/crates.io-index"
11754checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
11755
11756[[package]]
11757name = "rpc"
11758version = "0.1.0"
11759dependencies = [
11760 "anyhow",
11761 "async-tungstenite",
11762 "base64 0.22.1",
11763 "chrono",
11764 "collections",
11765 "env_logger 0.11.7",
11766 "futures 0.3.31",
11767 "gpui",
11768 "parking_lot",
11769 "proto",
11770 "rand 0.8.5",
11771 "rsa",
11772 "serde",
11773 "serde_json",
11774 "sha2",
11775 "strum",
11776 "tracing",
11777 "util",
11778 "zstd",
11779]
11780
11781[[package]]
11782name = "rsa"
11783version = "0.9.8"
11784source = "registry+https://github.com/rust-lang/crates.io-index"
11785checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
11786dependencies = [
11787 "const-oid",
11788 "digest",
11789 "num-bigint-dig",
11790 "num-integer",
11791 "num-traits",
11792 "pkcs1",
11793 "pkcs8 0.10.2",
11794 "rand_core 0.6.4",
11795 "signature 2.2.0",
11796 "spki 0.7.3",
11797 "subtle",
11798 "zeroize",
11799]
11800
11801[[package]]
11802name = "runtimelib"
11803version = "0.25.0"
11804source = "registry+https://github.com/rust-lang/crates.io-index"
11805checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
11806dependencies = [
11807 "anyhow",
11808 "async-dispatcher",
11809 "async-std",
11810 "base64 0.22.1",
11811 "bytes 1.10.1",
11812 "chrono",
11813 "data-encoding",
11814 "dirs 5.0.1",
11815 "futures 0.3.31",
11816 "glob",
11817 "jupyter-protocol",
11818 "ring",
11819 "serde",
11820 "serde_json",
11821 "shellexpand 3.1.0",
11822 "smol",
11823 "uuid",
11824 "zeromq",
11825]
11826
11827[[package]]
11828name = "rust-embed"
11829version = "8.5.0"
11830source = "registry+https://github.com/rust-lang/crates.io-index"
11831checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
11832dependencies = [
11833 "rust-embed-impl",
11834 "rust-embed-utils",
11835 "walkdir",
11836]
11837
11838[[package]]
11839name = "rust-embed-impl"
11840version = "8.5.0"
11841source = "registry+https://github.com/rust-lang/crates.io-index"
11842checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
11843dependencies = [
11844 "proc-macro2",
11845 "quote",
11846 "rust-embed-utils",
11847 "syn 2.0.100",
11848 "walkdir",
11849]
11850
11851[[package]]
11852name = "rust-embed-utils"
11853version = "8.5.0"
11854source = "registry+https://github.com/rust-lang/crates.io-index"
11855checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
11856dependencies = [
11857 "globset",
11858 "sha2",
11859 "walkdir",
11860]
11861
11862[[package]]
11863name = "rust_decimal"
11864version = "1.36.0"
11865source = "registry+https://github.com/rust-lang/crates.io-index"
11866checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
11867dependencies = [
11868 "arrayvec",
11869 "borsh",
11870 "bytes 1.10.1",
11871 "num-traits",
11872 "rand 0.8.5",
11873 "rkyv",
11874 "serde",
11875 "serde_json",
11876]
11877
11878[[package]]
11879name = "rustc-demangle"
11880version = "0.1.24"
11881source = "registry+https://github.com/rust-lang/crates.io-index"
11882checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11883
11884[[package]]
11885name = "rustc-hash"
11886version = "1.1.0"
11887source = "registry+https://github.com/rust-lang/crates.io-index"
11888checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11889
11890[[package]]
11891name = "rustc-hash"
11892version = "2.1.1"
11893source = "registry+https://github.com/rust-lang/crates.io-index"
11894checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
11895
11896[[package]]
11897name = "rustc_version"
11898version = "0.4.1"
11899source = "registry+https://github.com/rust-lang/crates.io-index"
11900checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11901dependencies = [
11902 "semver",
11903]
11904
11905[[package]]
11906name = "rustix"
11907version = "0.38.42"
11908source = "registry+https://github.com/rust-lang/crates.io-index"
11909checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11910dependencies = [
11911 "bitflags 2.9.0",
11912 "errno 0.3.10",
11913 "itoa",
11914 "libc",
11915 "linux-raw-sys",
11916 "once_cell",
11917 "windows-sys 0.59.0",
11918]
11919
11920[[package]]
11921name = "rustix-openpty"
11922version = "0.1.1"
11923source = "registry+https://github.com/rust-lang/crates.io-index"
11924checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11925dependencies = [
11926 "errno 0.3.10",
11927 "libc",
11928 "rustix",
11929]
11930
11931[[package]]
11932name = "rustls"
11933version = "0.21.12"
11934source = "registry+https://github.com/rust-lang/crates.io-index"
11935checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11936dependencies = [
11937 "log",
11938 "ring",
11939 "rustls-webpki 0.101.7",
11940 "sct",
11941]
11942
11943[[package]]
11944name = "rustls"
11945version = "0.23.25"
11946source = "registry+https://github.com/rust-lang/crates.io-index"
11947checksum = "822ee9188ac4ec04a2f0531e55d035fb2de73f18b41a63c70c2712503b6fb13c"
11948dependencies = [
11949 "aws-lc-rs",
11950 "log",
11951 "once_cell",
11952 "ring",
11953 "rustls-pki-types",
11954 "rustls-webpki 0.103.0",
11955 "subtle",
11956 "zeroize",
11957]
11958
11959[[package]]
11960name = "rustls-native-certs"
11961version = "0.6.3"
11962source = "registry+https://github.com/rust-lang/crates.io-index"
11963checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11964dependencies = [
11965 "openssl-probe",
11966 "rustls-pemfile 1.0.4",
11967 "schannel",
11968 "security-framework 2.11.1",
11969]
11970
11971[[package]]
11972name = "rustls-native-certs"
11973version = "0.8.1"
11974source = "registry+https://github.com/rust-lang/crates.io-index"
11975checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11976dependencies = [
11977 "openssl-probe",
11978 "rustls-pki-types",
11979 "schannel",
11980 "security-framework 3.0.1",
11981]
11982
11983[[package]]
11984name = "rustls-pemfile"
11985version = "1.0.4"
11986source = "registry+https://github.com/rust-lang/crates.io-index"
11987checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11988dependencies = [
11989 "base64 0.21.7",
11990]
11991
11992[[package]]
11993name = "rustls-pemfile"
11994version = "2.2.0"
11995source = "registry+https://github.com/rust-lang/crates.io-index"
11996checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
11997dependencies = [
11998 "rustls-pki-types",
11999]
12000
12001[[package]]
12002name = "rustls-pki-types"
12003version = "1.11.0"
12004source = "registry+https://github.com/rust-lang/crates.io-index"
12005checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
12006dependencies = [
12007 "web-time",
12008]
12009
12010[[package]]
12011name = "rustls-platform-verifier"
12012version = "0.5.1"
12013source = "registry+https://github.com/rust-lang/crates.io-index"
12014checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
12015dependencies = [
12016 "core-foundation 0.10.0",
12017 "core-foundation-sys",
12018 "jni",
12019 "log",
12020 "once_cell",
12021 "rustls 0.23.25",
12022 "rustls-native-certs 0.8.1",
12023 "rustls-platform-verifier-android",
12024 "rustls-webpki 0.103.0",
12025 "security-framework 3.0.1",
12026 "security-framework-sys",
12027 "webpki-root-certs",
12028 "windows-sys 0.59.0",
12029]
12030
12031[[package]]
12032name = "rustls-platform-verifier-android"
12033version = "0.1.1"
12034source = "registry+https://github.com/rust-lang/crates.io-index"
12035checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
12036
12037[[package]]
12038name = "rustls-webpki"
12039version = "0.101.7"
12040source = "registry+https://github.com/rust-lang/crates.io-index"
12041checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
12042dependencies = [
12043 "ring",
12044 "untrusted",
12045]
12046
12047[[package]]
12048name = "rustls-webpki"
12049version = "0.103.0"
12050source = "registry+https://github.com/rust-lang/crates.io-index"
12051checksum = "0aa4eeac2588ffff23e9d7a7e9b3f971c5fb5b7ebc9452745e0c232c64f83b2f"
12052dependencies = [
12053 "aws-lc-rs",
12054 "ring",
12055 "rustls-pki-types",
12056 "untrusted",
12057]
12058
12059[[package]]
12060name = "rustversion"
12061version = "1.0.18"
12062source = "registry+https://github.com/rust-lang/crates.io-index"
12063checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
12064
12065[[package]]
12066name = "rustybuzz"
12067version = "0.14.1"
12068source = "registry+https://github.com/rust-lang/crates.io-index"
12069checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
12070dependencies = [
12071 "bitflags 2.9.0",
12072 "bytemuck",
12073 "libm",
12074 "smallvec",
12075 "ttf-parser 0.21.1",
12076 "unicode-bidi-mirroring 0.2.0",
12077 "unicode-ccc 0.2.0",
12078 "unicode-properties",
12079 "unicode-script",
12080]
12081
12082[[package]]
12083name = "rustybuzz"
12084version = "0.20.1"
12085source = "registry+https://github.com/rust-lang/crates.io-index"
12086checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
12087dependencies = [
12088 "bitflags 2.9.0",
12089 "bytemuck",
12090 "core_maths",
12091 "log",
12092 "smallvec",
12093 "ttf-parser 0.25.1",
12094 "unicode-bidi-mirroring 0.4.0",
12095 "unicode-ccc 0.4.0",
12096 "unicode-properties",
12097 "unicode-script",
12098]
12099
12100[[package]]
12101name = "ryu"
12102version = "1.0.18"
12103source = "registry+https://github.com/rust-lang/crates.io-index"
12104checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
12105
12106[[package]]
12107name = "salsa20"
12108version = "0.10.2"
12109source = "registry+https://github.com/rust-lang/crates.io-index"
12110checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
12111dependencies = [
12112 "cipher",
12113]
12114
12115[[package]]
12116name = "same-file"
12117version = "1.0.6"
12118source = "registry+https://github.com/rust-lang/crates.io-index"
12119checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
12120dependencies = [
12121 "winapi-util",
12122]
12123
12124[[package]]
12125name = "schannel"
12126version = "0.1.27"
12127source = "registry+https://github.com/rust-lang/crates.io-index"
12128checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
12129dependencies = [
12130 "windows-sys 0.59.0",
12131]
12132
12133[[package]]
12134name = "schema_generator"
12135version = "0.1.0"
12136dependencies = [
12137 "anyhow",
12138 "clap",
12139 "env_logger 0.11.7",
12140 "schemars",
12141 "serde",
12142 "serde_json",
12143 "theme",
12144]
12145
12146[[package]]
12147name = "schemars"
12148version = "0.8.22"
12149source = "registry+https://github.com/rust-lang/crates.io-index"
12150checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
12151dependencies = [
12152 "dyn-clone",
12153 "indexmap",
12154 "schemars_derive",
12155 "serde",
12156 "serde_json",
12157]
12158
12159[[package]]
12160name = "schemars_derive"
12161version = "0.8.22"
12162source = "registry+https://github.com/rust-lang/crates.io-index"
12163checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
12164dependencies = [
12165 "proc-macro2",
12166 "quote",
12167 "serde_derive_internals",
12168 "syn 2.0.100",
12169]
12170
12171[[package]]
12172name = "scoped-tls"
12173version = "1.0.1"
12174source = "registry+https://github.com/rust-lang/crates.io-index"
12175checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
12176
12177[[package]]
12178name = "scopeguard"
12179version = "1.2.0"
12180source = "registry+https://github.com/rust-lang/crates.io-index"
12181checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
12182
12183[[package]]
12184name = "scratch"
12185version = "1.0.8"
12186source = "registry+https://github.com/rust-lang/crates.io-index"
12187checksum = "9f6280af86e5f559536da57a45ebc84948833b3bee313a7dd25232e09c878a52"
12188
12189[[package]]
12190name = "scrypt"
12191version = "0.11.0"
12192source = "registry+https://github.com/rust-lang/crates.io-index"
12193checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
12194dependencies = [
12195 "password-hash 0.5.0",
12196 "pbkdf2 0.12.2",
12197 "salsa20",
12198 "sha2",
12199]
12200
12201[[package]]
12202name = "sct"
12203version = "0.7.1"
12204source = "registry+https://github.com/rust-lang/crates.io-index"
12205checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
12206dependencies = [
12207 "ring",
12208 "untrusted",
12209]
12210
12211[[package]]
12212name = "sea-bae"
12213version = "0.2.1"
12214source = "registry+https://github.com/rust-lang/crates.io-index"
12215checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
12216dependencies = [
12217 "heck 0.4.1",
12218 "proc-macro-error2",
12219 "proc-macro2",
12220 "quote",
12221 "syn 2.0.100",
12222]
12223
12224[[package]]
12225name = "sea-orm"
12226version = "1.1.7"
12227source = "registry+https://github.com/rust-lang/crates.io-index"
12228checksum = "3417812d38049e8ec3d588c03570f8c60de811d2453fb48e424045a1600ffd86"
12229dependencies = [
12230 "async-stream",
12231 "async-trait",
12232 "bigdecimal",
12233 "chrono",
12234 "futures-util",
12235 "log",
12236 "ouroboros",
12237 "pgvector",
12238 "rust_decimal",
12239 "sea-orm-macros",
12240 "sea-query",
12241 "sea-query-binder",
12242 "serde",
12243 "serde_json",
12244 "sqlx",
12245 "strum",
12246 "thiserror 1.0.69",
12247 "time",
12248 "tracing",
12249 "url",
12250 "uuid",
12251]
12252
12253[[package]]
12254name = "sea-orm-macros"
12255version = "1.1.7"
12256source = "registry+https://github.com/rust-lang/crates.io-index"
12257checksum = "d705ba84e1c74c8ac27784e4ac6f21584058c1dc0cadb9d39b43e109fcf8139c"
12258dependencies = [
12259 "heck 0.4.1",
12260 "proc-macro2",
12261 "quote",
12262 "sea-bae",
12263 "syn 2.0.100",
12264 "unicode-ident",
12265]
12266
12267[[package]]
12268name = "sea-query"
12269version = "0.32.1"
12270source = "registry+https://github.com/rust-lang/crates.io-index"
12271checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
12272dependencies = [
12273 "bigdecimal",
12274 "chrono",
12275 "inherent",
12276 "ordered-float 3.9.2",
12277 "rust_decimal",
12278 "serde_json",
12279 "time",
12280 "uuid",
12281]
12282
12283[[package]]
12284name = "sea-query-binder"
12285version = "0.7.0"
12286source = "registry+https://github.com/rust-lang/crates.io-index"
12287checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
12288dependencies = [
12289 "bigdecimal",
12290 "chrono",
12291 "rust_decimal",
12292 "sea-query",
12293 "serde_json",
12294 "sqlx",
12295 "time",
12296 "uuid",
12297]
12298
12299[[package]]
12300name = "seahash"
12301version = "4.1.0"
12302source = "registry+https://github.com/rust-lang/crates.io-index"
12303checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
12304
12305[[package]]
12306name = "search"
12307version = "0.1.0"
12308dependencies = [
12309 "any_vec",
12310 "anyhow",
12311 "bitflags 2.9.0",
12312 "client",
12313 "collections",
12314 "editor",
12315 "futures 0.3.31",
12316 "gpui",
12317 "language",
12318 "menu",
12319 "project",
12320 "schemars",
12321 "serde",
12322 "serde_json",
12323 "settings",
12324 "smol",
12325 "theme",
12326 "ui",
12327 "unindent",
12328 "util",
12329 "workspace",
12330 "zed_actions",
12331]
12332
12333[[package]]
12334name = "sec1"
12335version = "0.3.0"
12336source = "registry+https://github.com/rust-lang/crates.io-index"
12337checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
12338dependencies = [
12339 "base16ct",
12340 "der 0.6.1",
12341 "generic-array",
12342 "pkcs8 0.9.0",
12343 "subtle",
12344 "zeroize",
12345]
12346
12347[[package]]
12348name = "security-framework"
12349version = "2.11.1"
12350source = "registry+https://github.com/rust-lang/crates.io-index"
12351checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
12352dependencies = [
12353 "bitflags 2.9.0",
12354 "core-foundation 0.9.4",
12355 "core-foundation-sys",
12356 "libc",
12357 "security-framework-sys",
12358]
12359
12360[[package]]
12361name = "security-framework"
12362version = "3.0.1"
12363source = "registry+https://github.com/rust-lang/crates.io-index"
12364checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
12365dependencies = [
12366 "bitflags 2.9.0",
12367 "core-foundation 0.10.0",
12368 "core-foundation-sys",
12369 "libc",
12370 "security-framework-sys",
12371]
12372
12373[[package]]
12374name = "security-framework-sys"
12375version = "2.12.1"
12376source = "registry+https://github.com/rust-lang/crates.io-index"
12377checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
12378dependencies = [
12379 "core-foundation-sys",
12380 "libc",
12381]
12382
12383[[package]]
12384name = "self_cell"
12385version = "1.1.0"
12386source = "registry+https://github.com/rust-lang/crates.io-index"
12387checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
12388
12389[[package]]
12390name = "semantic_index"
12391version = "0.1.0"
12392dependencies = [
12393 "anyhow",
12394 "arrayvec",
12395 "blake3",
12396 "client",
12397 "clock",
12398 "collections",
12399 "env_logger 0.11.7",
12400 "feature_flags",
12401 "fs",
12402 "futures 0.3.31",
12403 "futures-batch",
12404 "gpui",
12405 "heed",
12406 "http_client",
12407 "language",
12408 "language_model",
12409 "languages",
12410 "log",
12411 "open_ai",
12412 "parking_lot",
12413 "project",
12414 "reqwest_client",
12415 "serde",
12416 "serde_json",
12417 "settings",
12418 "sha2",
12419 "smol",
12420 "streaming-iterator",
12421 "tempfile",
12422 "theme",
12423 "tree-sitter",
12424 "ui",
12425 "unindent",
12426 "util",
12427 "workspace",
12428 "worktree",
12429]
12430
12431[[package]]
12432name = "semantic_version"
12433version = "0.1.0"
12434dependencies = [
12435 "anyhow",
12436 "serde",
12437]
12438
12439[[package]]
12440name = "semver"
12441version = "1.0.26"
12442source = "registry+https://github.com/rust-lang/crates.io-index"
12443checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
12444dependencies = [
12445 "serde",
12446]
12447
12448[[package]]
12449name = "serde"
12450version = "1.0.219"
12451source = "registry+https://github.com/rust-lang/crates.io-index"
12452checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
12453dependencies = [
12454 "serde_derive",
12455]
12456
12457[[package]]
12458name = "serde_derive"
12459version = "1.0.219"
12460source = "registry+https://github.com/rust-lang/crates.io-index"
12461checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
12462dependencies = [
12463 "proc-macro2",
12464 "quote",
12465 "syn 2.0.100",
12466]
12467
12468[[package]]
12469name = "serde_derive_internals"
12470version = "0.29.1"
12471source = "registry+https://github.com/rust-lang/crates.io-index"
12472checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
12473dependencies = [
12474 "proc-macro2",
12475 "quote",
12476 "syn 2.0.100",
12477]
12478
12479[[package]]
12480name = "serde_fmt"
12481version = "1.0.3"
12482source = "registry+https://github.com/rust-lang/crates.io-index"
12483checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
12484dependencies = [
12485 "serde",
12486]
12487
12488[[package]]
12489name = "serde_json"
12490version = "1.0.140"
12491source = "registry+https://github.com/rust-lang/crates.io-index"
12492checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
12493dependencies = [
12494 "indexmap",
12495 "itoa",
12496 "memchr",
12497 "ryu",
12498 "serde",
12499]
12500
12501[[package]]
12502name = "serde_json_lenient"
12503version = "0.2.4"
12504source = "registry+https://github.com/rust-lang/crates.io-index"
12505checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
12506dependencies = [
12507 "indexmap",
12508 "itoa",
12509 "memchr",
12510 "ryu",
12511 "serde",
12512]
12513
12514[[package]]
12515name = "serde_path_to_error"
12516version = "0.1.16"
12517source = "registry+https://github.com/rust-lang/crates.io-index"
12518checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
12519dependencies = [
12520 "itoa",
12521 "serde",
12522]
12523
12524[[package]]
12525name = "serde_qs"
12526version = "0.8.5"
12527source = "registry+https://github.com/rust-lang/crates.io-index"
12528checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
12529dependencies = [
12530 "percent-encoding",
12531 "serde",
12532 "thiserror 1.0.69",
12533]
12534
12535[[package]]
12536name = "serde_qs"
12537version = "0.10.1"
12538source = "registry+https://github.com/rust-lang/crates.io-index"
12539checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
12540dependencies = [
12541 "percent-encoding",
12542 "serde",
12543 "thiserror 1.0.69",
12544]
12545
12546[[package]]
12547name = "serde_repr"
12548version = "0.1.20"
12549source = "registry+https://github.com/rust-lang/crates.io-index"
12550checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
12551dependencies = [
12552 "proc-macro2",
12553 "quote",
12554 "syn 2.0.100",
12555]
12556
12557[[package]]
12558name = "serde_spanned"
12559version = "0.6.8"
12560source = "registry+https://github.com/rust-lang/crates.io-index"
12561checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
12562dependencies = [
12563 "serde",
12564]
12565
12566[[package]]
12567name = "serde_urlencoded"
12568version = "0.7.1"
12569source = "registry+https://github.com/rust-lang/crates.io-index"
12570checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
12571dependencies = [
12572 "form_urlencoded",
12573 "itoa",
12574 "ryu",
12575 "serde",
12576]
12577
12578[[package]]
12579name = "session"
12580version = "0.1.0"
12581dependencies = [
12582 "db",
12583 "gpui",
12584 "serde_json",
12585 "util",
12586 "uuid",
12587]
12588
12589[[package]]
12590name = "settings"
12591version = "0.1.0"
12592dependencies = [
12593 "anyhow",
12594 "collections",
12595 "ec4rs",
12596 "fs",
12597 "futures 0.3.31",
12598 "gpui",
12599 "indoc",
12600 "inventory",
12601 "log",
12602 "paths",
12603 "pretty_assertions",
12604 "release_channel",
12605 "rust-embed",
12606 "schemars",
12607 "serde",
12608 "serde_derive",
12609 "serde_json",
12610 "serde_json_lenient",
12611 "smallvec",
12612 "streaming-iterator",
12613 "tree-sitter",
12614 "tree-sitter-json",
12615 "unindent",
12616 "util",
12617]
12618
12619[[package]]
12620name = "settings_ui"
12621version = "0.1.0"
12622dependencies = [
12623 "command_palette_hooks",
12624 "editor",
12625 "feature_flags",
12626 "gpui",
12627 "settings",
12628 "theme",
12629 "ui",
12630 "workspace",
12631]
12632
12633[[package]]
12634name = "sha1"
12635version = "0.10.6"
12636source = "registry+https://github.com/rust-lang/crates.io-index"
12637checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
12638dependencies = [
12639 "cfg-if",
12640 "cpufeatures",
12641 "digest",
12642]
12643
12644[[package]]
12645name = "sha1_smol"
12646version = "1.0.1"
12647source = "registry+https://github.com/rust-lang/crates.io-index"
12648checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
12649
12650[[package]]
12651name = "sha2"
12652version = "0.10.8"
12653source = "registry+https://github.com/rust-lang/crates.io-index"
12654checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
12655dependencies = [
12656 "cfg-if",
12657 "cpufeatures",
12658 "digest",
12659]
12660
12661[[package]]
12662name = "sharded-slab"
12663version = "0.1.7"
12664source = "registry+https://github.com/rust-lang/crates.io-index"
12665checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
12666dependencies = [
12667 "lazy_static",
12668]
12669
12670[[package]]
12671name = "shell-words"
12672version = "1.1.0"
12673source = "registry+https://github.com/rust-lang/crates.io-index"
12674checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
12675
12676[[package]]
12677name = "shellexpand"
12678version = "2.1.2"
12679source = "registry+https://github.com/rust-lang/crates.io-index"
12680checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
12681dependencies = [
12682 "dirs 4.0.0",
12683]
12684
12685[[package]]
12686name = "shellexpand"
12687version = "3.1.0"
12688source = "registry+https://github.com/rust-lang/crates.io-index"
12689checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
12690dependencies = [
12691 "dirs 5.0.1",
12692]
12693
12694[[package]]
12695name = "shlex"
12696version = "1.3.0"
12697source = "registry+https://github.com/rust-lang/crates.io-index"
12698checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
12699
12700[[package]]
12701name = "signal-hook"
12702version = "0.3.17"
12703source = "registry+https://github.com/rust-lang/crates.io-index"
12704checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
12705dependencies = [
12706 "libc",
12707 "signal-hook-registry",
12708]
12709
12710[[package]]
12711name = "signal-hook-registry"
12712version = "1.4.2"
12713source = "registry+https://github.com/rust-lang/crates.io-index"
12714checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
12715dependencies = [
12716 "libc",
12717]
12718
12719[[package]]
12720name = "signature"
12721version = "1.6.4"
12722source = "registry+https://github.com/rust-lang/crates.io-index"
12723checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
12724dependencies = [
12725 "digest",
12726 "rand_core 0.6.4",
12727]
12728
12729[[package]]
12730name = "signature"
12731version = "2.2.0"
12732source = "registry+https://github.com/rust-lang/crates.io-index"
12733checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
12734dependencies = [
12735 "digest",
12736 "rand_core 0.6.4",
12737]
12738
12739[[package]]
12740name = "simd-adler32"
12741version = "0.3.7"
12742source = "registry+https://github.com/rust-lang/crates.io-index"
12743checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
12744
12745[[package]]
12746name = "simd_helpers"
12747version = "0.1.0"
12748source = "registry+https://github.com/rust-lang/crates.io-index"
12749checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
12750dependencies = [
12751 "quote",
12752]
12753
12754[[package]]
12755name = "simdutf8"
12756version = "0.1.5"
12757source = "registry+https://github.com/rust-lang/crates.io-index"
12758checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
12759
12760[[package]]
12761name = "simple_asn1"
12762version = "0.6.2"
12763source = "registry+https://github.com/rust-lang/crates.io-index"
12764checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
12765dependencies = [
12766 "num-bigint",
12767 "num-traits",
12768 "thiserror 1.0.69",
12769 "time",
12770]
12771
12772[[package]]
12773name = "simplecss"
12774version = "0.2.1"
12775source = "registry+https://github.com/rust-lang/crates.io-index"
12776checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
12777dependencies = [
12778 "log",
12779]
12780
12781[[package]]
12782name = "simplelog"
12783version = "0.12.2"
12784source = "registry+https://github.com/rust-lang/crates.io-index"
12785checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
12786dependencies = [
12787 "log",
12788 "termcolor",
12789 "time",
12790]
12791
12792[[package]]
12793name = "siphasher"
12794version = "0.3.11"
12795source = "registry+https://github.com/rust-lang/crates.io-index"
12796checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
12797
12798[[package]]
12799name = "siphasher"
12800version = "1.0.1"
12801source = "registry+https://github.com/rust-lang/crates.io-index"
12802checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
12803
12804[[package]]
12805name = "skrifa"
12806version = "0.26.6"
12807source = "registry+https://github.com/rust-lang/crates.io-index"
12808checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
12809dependencies = [
12810 "bytemuck",
12811 "read-fonts",
12812]
12813
12814[[package]]
12815name = "slab"
12816version = "0.4.9"
12817source = "registry+https://github.com/rust-lang/crates.io-index"
12818checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
12819dependencies = [
12820 "autocfg",
12821]
12822
12823[[package]]
12824name = "slash_commands_example"
12825version = "0.1.0"
12826dependencies = [
12827 "zed_extension_api 0.1.0",
12828]
12829
12830[[package]]
12831name = "slotmap"
12832version = "1.0.7"
12833source = "registry+https://github.com/rust-lang/crates.io-index"
12834checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
12835dependencies = [
12836 "version_check",
12837]
12838
12839[[package]]
12840name = "smallvec"
12841version = "1.14.0"
12842source = "registry+https://github.com/rust-lang/crates.io-index"
12843checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
12844dependencies = [
12845 "serde",
12846]
12847
12848[[package]]
12849name = "smart-default"
12850version = "0.6.0"
12851source = "registry+https://github.com/rust-lang/crates.io-index"
12852checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
12853dependencies = [
12854 "proc-macro2",
12855 "quote",
12856 "syn 1.0.109",
12857]
12858
12859[[package]]
12860name = "smol"
12861version = "2.0.2"
12862source = "registry+https://github.com/rust-lang/crates.io-index"
12863checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
12864dependencies = [
12865 "async-channel 2.3.1",
12866 "async-executor",
12867 "async-fs",
12868 "async-io",
12869 "async-lock",
12870 "async-net",
12871 "async-process",
12872 "blocking",
12873 "futures-lite 2.6.0",
12874]
12875
12876[[package]]
12877name = "smol_str"
12878version = "0.1.24"
12879source = "registry+https://github.com/rust-lang/crates.io-index"
12880checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
12881dependencies = [
12882 "serde",
12883]
12884
12885[[package]]
12886name = "smol_str"
12887version = "0.2.2"
12888source = "registry+https://github.com/rust-lang/crates.io-index"
12889checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
12890
12891[[package]]
12892name = "snippet"
12893version = "0.1.0"
12894dependencies = [
12895 "anyhow",
12896 "smallvec",
12897]
12898
12899[[package]]
12900name = "snippet_provider"
12901version = "0.1.0"
12902dependencies = [
12903 "anyhow",
12904 "collections",
12905 "extension",
12906 "fs",
12907 "futures 0.3.31",
12908 "gpui",
12909 "parking_lot",
12910 "paths",
12911 "schemars",
12912 "serde",
12913 "serde_json_lenient",
12914 "snippet",
12915 "util",
12916]
12917
12918[[package]]
12919name = "snippets_ui"
12920version = "0.1.0"
12921dependencies = [
12922 "fuzzy",
12923 "gpui",
12924 "language",
12925 "paths",
12926 "picker",
12927 "ui",
12928 "util",
12929 "workspace",
12930]
12931
12932[[package]]
12933name = "socket2"
12934version = "0.5.8"
12935source = "registry+https://github.com/rust-lang/crates.io-index"
12936checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12937dependencies = [
12938 "libc",
12939 "windows-sys 0.52.0",
12940]
12941
12942[[package]]
12943name = "spdx"
12944version = "0.10.7"
12945source = "registry+https://github.com/rust-lang/crates.io-index"
12946checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12947dependencies = [
12948 "smallvec",
12949]
12950
12951[[package]]
12952name = "spin"
12953version = "0.9.8"
12954source = "registry+https://github.com/rust-lang/crates.io-index"
12955checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
12956dependencies = [
12957 "lock_api",
12958]
12959
12960[[package]]
12961name = "spirv"
12962version = "0.3.0+sdk-1.3.268.0"
12963source = "registry+https://github.com/rust-lang/crates.io-index"
12964checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
12965dependencies = [
12966 "bitflags 2.9.0",
12967]
12968
12969[[package]]
12970name = "spki"
12971version = "0.6.0"
12972source = "registry+https://github.com/rust-lang/crates.io-index"
12973checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
12974dependencies = [
12975 "base64ct",
12976 "der 0.6.1",
12977]
12978
12979[[package]]
12980name = "spki"
12981version = "0.7.3"
12982source = "registry+https://github.com/rust-lang/crates.io-index"
12983checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
12984dependencies = [
12985 "base64ct",
12986 "der 0.7.9",
12987]
12988
12989[[package]]
12990name = "sptr"
12991version = "0.3.2"
12992source = "registry+https://github.com/rust-lang/crates.io-index"
12993checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
12994
12995[[package]]
12996name = "sqlez"
12997version = "0.1.0"
12998dependencies = [
12999 "anyhow",
13000 "collections",
13001 "futures 0.3.31",
13002 "indoc",
13003 "libsqlite3-sys",
13004 "parking_lot",
13005 "smol",
13006 "sqlformat",
13007 "thread_local",
13008 "util",
13009 "uuid",
13010]
13011
13012[[package]]
13013name = "sqlez_macros"
13014version = "0.1.0"
13015dependencies = [
13016 "sqlez",
13017 "sqlformat",
13018 "syn 1.0.109",
13019]
13020
13021[[package]]
13022name = "sqlformat"
13023version = "0.2.6"
13024source = "registry+https://github.com/rust-lang/crates.io-index"
13025checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
13026dependencies = [
13027 "nom",
13028 "unicode_categories",
13029]
13030
13031[[package]]
13032name = "sqlx"
13033version = "0.8.3"
13034source = "registry+https://github.com/rust-lang/crates.io-index"
13035checksum = "4410e73b3c0d8442c5f99b425d7a435b5ee0ae4167b3196771dd3f7a01be745f"
13036dependencies = [
13037 "sqlx-core",
13038 "sqlx-macros",
13039 "sqlx-mysql",
13040 "sqlx-postgres",
13041 "sqlx-sqlite",
13042]
13043
13044[[package]]
13045name = "sqlx-core"
13046version = "0.8.3"
13047source = "registry+https://github.com/rust-lang/crates.io-index"
13048checksum = "6a007b6936676aa9ab40207cde35daab0a04b823be8ae004368c0793b96a61e0"
13049dependencies = [
13050 "bigdecimal",
13051 "bytes 1.10.1",
13052 "chrono",
13053 "crc",
13054 "crossbeam-queue",
13055 "either",
13056 "event-listener 5.3.1",
13057 "futures-core",
13058 "futures-intrusive",
13059 "futures-io",
13060 "futures-util",
13061 "hashbrown 0.15.2",
13062 "hashlink 0.10.0",
13063 "indexmap",
13064 "log",
13065 "memchr",
13066 "once_cell",
13067 "percent-encoding",
13068 "rust_decimal",
13069 "rustls 0.23.25",
13070 "rustls-pemfile 2.2.0",
13071 "serde",
13072 "serde_json",
13073 "sha2",
13074 "smallvec",
13075 "thiserror 2.0.12",
13076 "time",
13077 "tokio",
13078 "tokio-stream",
13079 "tracing",
13080 "url",
13081 "uuid",
13082 "webpki-roots",
13083]
13084
13085[[package]]
13086name = "sqlx-macros"
13087version = "0.8.3"
13088source = "registry+https://github.com/rust-lang/crates.io-index"
13089checksum = "3112e2ad78643fef903618d78cf0aec1cb3134b019730edb039b69eaf531f310"
13090dependencies = [
13091 "proc-macro2",
13092 "quote",
13093 "sqlx-core",
13094 "sqlx-macros-core",
13095 "syn 2.0.100",
13096]
13097
13098[[package]]
13099name = "sqlx-macros-core"
13100version = "0.8.3"
13101source = "registry+https://github.com/rust-lang/crates.io-index"
13102checksum = "4e9f90acc5ab146a99bf5061a7eb4976b573f560bc898ef3bf8435448dd5e7ad"
13103dependencies = [
13104 "dotenvy",
13105 "either",
13106 "heck 0.5.0",
13107 "hex",
13108 "once_cell",
13109 "proc-macro2",
13110 "quote",
13111 "serde",
13112 "serde_json",
13113 "sha2",
13114 "sqlx-core",
13115 "sqlx-mysql",
13116 "sqlx-postgres",
13117 "sqlx-sqlite",
13118 "syn 2.0.100",
13119 "tempfile",
13120 "tokio",
13121 "url",
13122]
13123
13124[[package]]
13125name = "sqlx-mysql"
13126version = "0.8.3"
13127source = "registry+https://github.com/rust-lang/crates.io-index"
13128checksum = "4560278f0e00ce64938540546f59f590d60beee33fffbd3b9cd47851e5fff233"
13129dependencies = [
13130 "atoi",
13131 "base64 0.22.1",
13132 "bigdecimal",
13133 "bitflags 2.9.0",
13134 "byteorder",
13135 "bytes 1.10.1",
13136 "chrono",
13137 "crc",
13138 "digest",
13139 "dotenvy",
13140 "either",
13141 "futures-channel",
13142 "futures-core",
13143 "futures-io",
13144 "futures-util",
13145 "generic-array",
13146 "hex",
13147 "hkdf",
13148 "hmac",
13149 "itoa",
13150 "log",
13151 "md-5",
13152 "memchr",
13153 "once_cell",
13154 "percent-encoding",
13155 "rand 0.8.5",
13156 "rsa",
13157 "rust_decimal",
13158 "serde",
13159 "sha1",
13160 "sha2",
13161 "smallvec",
13162 "sqlx-core",
13163 "stringprep",
13164 "thiserror 2.0.12",
13165 "time",
13166 "tracing",
13167 "uuid",
13168 "whoami",
13169]
13170
13171[[package]]
13172name = "sqlx-postgres"
13173version = "0.8.3"
13174source = "registry+https://github.com/rust-lang/crates.io-index"
13175checksum = "c5b98a57f363ed6764d5b3a12bfedf62f07aa16e1856a7ddc2a0bb190a959613"
13176dependencies = [
13177 "atoi",
13178 "base64 0.22.1",
13179 "bigdecimal",
13180 "bitflags 2.9.0",
13181 "byteorder",
13182 "chrono",
13183 "crc",
13184 "dotenvy",
13185 "etcetera",
13186 "futures-channel",
13187 "futures-core",
13188 "futures-util",
13189 "hex",
13190 "hkdf",
13191 "hmac",
13192 "home",
13193 "itoa",
13194 "log",
13195 "md-5",
13196 "memchr",
13197 "num-bigint",
13198 "once_cell",
13199 "rand 0.8.5",
13200 "rust_decimal",
13201 "serde",
13202 "serde_json",
13203 "sha2",
13204 "smallvec",
13205 "sqlx-core",
13206 "stringprep",
13207 "thiserror 2.0.12",
13208 "time",
13209 "tracing",
13210 "uuid",
13211 "whoami",
13212]
13213
13214[[package]]
13215name = "sqlx-sqlite"
13216version = "0.8.3"
13217source = "registry+https://github.com/rust-lang/crates.io-index"
13218checksum = "f85ca71d3a5b24e64e1d08dd8fe36c6c95c339a896cc33068148906784620540"
13219dependencies = [
13220 "atoi",
13221 "chrono",
13222 "flume",
13223 "futures-channel",
13224 "futures-core",
13225 "futures-executor",
13226 "futures-intrusive",
13227 "futures-util",
13228 "libsqlite3-sys",
13229 "log",
13230 "percent-encoding",
13231 "serde",
13232 "serde_urlencoded",
13233 "sqlx-core",
13234 "time",
13235 "tracing",
13236 "url",
13237 "uuid",
13238]
13239
13240[[package]]
13241name = "stable_deref_trait"
13242version = "1.2.0"
13243source = "registry+https://github.com/rust-lang/crates.io-index"
13244checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
13245
13246[[package]]
13247name = "static_assertions"
13248version = "1.1.0"
13249source = "registry+https://github.com/rust-lang/crates.io-index"
13250checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
13251
13252[[package]]
13253name = "story"
13254version = "0.1.0"
13255dependencies = [
13256 "gpui",
13257 "itertools 0.14.0",
13258 "smallvec",
13259]
13260
13261[[package]]
13262name = "storybook"
13263version = "0.1.0"
13264dependencies = [
13265 "anyhow",
13266 "clap",
13267 "collab_ui",
13268 "ctrlc",
13269 "dialoguer",
13270 "editor",
13271 "fuzzy",
13272 "gpui",
13273 "indoc",
13274 "language",
13275 "log",
13276 "menu",
13277 "picker",
13278 "project",
13279 "reqwest_client",
13280 "rust-embed",
13281 "settings",
13282 "simplelog",
13283 "story",
13284 "strum",
13285 "theme",
13286 "title_bar",
13287 "ui",
13288 "workspace",
13289]
13290
13291[[package]]
13292name = "streaming-iterator"
13293version = "0.1.9"
13294source = "registry+https://github.com/rust-lang/crates.io-index"
13295checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
13296
13297[[package]]
13298name = "streaming_diff"
13299version = "0.1.0"
13300dependencies = [
13301 "ordered-float 2.10.1",
13302 "rand 0.8.5",
13303 "rope",
13304 "util",
13305]
13306
13307[[package]]
13308name = "strict-num"
13309version = "0.1.1"
13310source = "registry+https://github.com/rust-lang/crates.io-index"
13311checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
13312dependencies = [
13313 "float-cmp",
13314]
13315
13316[[package]]
13317name = "string_cache"
13318version = "0.8.7"
13319source = "registry+https://github.com/rust-lang/crates.io-index"
13320checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
13321dependencies = [
13322 "new_debug_unreachable",
13323 "once_cell",
13324 "parking_lot",
13325 "phf_shared 0.10.0",
13326 "precomputed-hash",
13327 "serde",
13328]
13329
13330[[package]]
13331name = "string_cache_codegen"
13332version = "0.5.2"
13333source = "registry+https://github.com/rust-lang/crates.io-index"
13334checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
13335dependencies = [
13336 "phf_generator 0.10.0",
13337 "phf_shared 0.10.0",
13338 "proc-macro2",
13339 "quote",
13340]
13341
13342[[package]]
13343name = "stringprep"
13344version = "0.1.5"
13345source = "registry+https://github.com/rust-lang/crates.io-index"
13346checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
13347dependencies = [
13348 "unicode-bidi",
13349 "unicode-normalization",
13350 "unicode-properties",
13351]
13352
13353[[package]]
13354name = "strsim"
13355version = "0.11.1"
13356source = "registry+https://github.com/rust-lang/crates.io-index"
13357checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
13358
13359[[package]]
13360name = "strum"
13361version = "0.26.3"
13362source = "registry+https://github.com/rust-lang/crates.io-index"
13363checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
13364dependencies = [
13365 "strum_macros",
13366]
13367
13368[[package]]
13369name = "strum_macros"
13370version = "0.26.4"
13371source = "registry+https://github.com/rust-lang/crates.io-index"
13372checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
13373dependencies = [
13374 "heck 0.5.0",
13375 "proc-macro2",
13376 "quote",
13377 "rustversion",
13378 "syn 2.0.100",
13379]
13380
13381[[package]]
13382name = "subtle"
13383version = "2.6.1"
13384source = "registry+https://github.com/rust-lang/crates.io-index"
13385checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
13386
13387[[package]]
13388name = "sum_tree"
13389version = "0.1.0"
13390dependencies = [
13391 "arrayvec",
13392 "ctor",
13393 "env_logger 0.11.7",
13394 "log",
13395 "rand 0.8.5",
13396 "rayon",
13397]
13398
13399[[package]]
13400name = "supermaven"
13401version = "0.1.0"
13402dependencies = [
13403 "anyhow",
13404 "client",
13405 "collections",
13406 "editor",
13407 "env_logger 0.11.7",
13408 "futures 0.3.31",
13409 "gpui",
13410 "http_client",
13411 "inline_completion",
13412 "language",
13413 "log",
13414 "postage",
13415 "project",
13416 "serde",
13417 "serde_json",
13418 "settings",
13419 "smol",
13420 "supermaven_api",
13421 "text",
13422 "theme",
13423 "ui",
13424 "unicode-segmentation",
13425 "util",
13426]
13427
13428[[package]]
13429name = "supermaven_api"
13430version = "0.1.0"
13431dependencies = [
13432 "anyhow",
13433 "futures 0.3.31",
13434 "http_client",
13435 "paths",
13436 "serde",
13437 "serde_json",
13438 "smol",
13439]
13440
13441[[package]]
13442name = "sval"
13443version = "2.13.2"
13444source = "registry+https://github.com/rust-lang/crates.io-index"
13445checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
13446
13447[[package]]
13448name = "sval_buffer"
13449version = "2.13.2"
13450source = "registry+https://github.com/rust-lang/crates.io-index"
13451checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
13452dependencies = [
13453 "sval",
13454 "sval_ref",
13455]
13456
13457[[package]]
13458name = "sval_dynamic"
13459version = "2.13.2"
13460source = "registry+https://github.com/rust-lang/crates.io-index"
13461checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
13462dependencies = [
13463 "sval",
13464]
13465
13466[[package]]
13467name = "sval_fmt"
13468version = "2.13.2"
13469source = "registry+https://github.com/rust-lang/crates.io-index"
13470checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
13471dependencies = [
13472 "itoa",
13473 "ryu",
13474 "sval",
13475]
13476
13477[[package]]
13478name = "sval_json"
13479version = "2.13.2"
13480source = "registry+https://github.com/rust-lang/crates.io-index"
13481checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
13482dependencies = [
13483 "itoa",
13484 "ryu",
13485 "sval",
13486]
13487
13488[[package]]
13489name = "sval_nested"
13490version = "2.13.2"
13491source = "registry+https://github.com/rust-lang/crates.io-index"
13492checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
13493dependencies = [
13494 "sval",
13495 "sval_buffer",
13496 "sval_ref",
13497]
13498
13499[[package]]
13500name = "sval_ref"
13501version = "2.13.2"
13502source = "registry+https://github.com/rust-lang/crates.io-index"
13503checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
13504dependencies = [
13505 "sval",
13506]
13507
13508[[package]]
13509name = "sval_serde"
13510version = "2.13.2"
13511source = "registry+https://github.com/rust-lang/crates.io-index"
13512checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
13513dependencies = [
13514 "serde",
13515 "sval",
13516 "sval_nested",
13517]
13518
13519[[package]]
13520name = "svg_fmt"
13521version = "0.4.4"
13522source = "registry+https://github.com/rust-lang/crates.io-index"
13523checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
13524
13525[[package]]
13526name = "svgtypes"
13527version = "0.15.3"
13528source = "registry+https://github.com/rust-lang/crates.io-index"
13529checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
13530dependencies = [
13531 "kurbo",
13532 "siphasher 1.0.1",
13533]
13534
13535[[package]]
13536name = "swash"
13537version = "0.2.1"
13538source = "registry+https://github.com/rust-lang/crates.io-index"
13539checksum = "13d5bbc2aa266907ed8ee977c9c9e16363cc2b001266104e13397b57f1d15f71"
13540dependencies = [
13541 "skrifa",
13542 "yazi",
13543 "zeno",
13544]
13545
13546[[package]]
13547name = "syn"
13548version = "1.0.109"
13549source = "registry+https://github.com/rust-lang/crates.io-index"
13550checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
13551dependencies = [
13552 "proc-macro2",
13553 "quote",
13554 "unicode-ident",
13555]
13556
13557[[package]]
13558name = "syn"
13559version = "2.0.100"
13560source = "registry+https://github.com/rust-lang/crates.io-index"
13561checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
13562dependencies = [
13563 "proc-macro2",
13564 "quote",
13565 "unicode-ident",
13566]
13567
13568[[package]]
13569name = "sync_wrapper"
13570version = "0.1.2"
13571source = "registry+https://github.com/rust-lang/crates.io-index"
13572checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
13573
13574[[package]]
13575name = "sync_wrapper"
13576version = "1.0.2"
13577source = "registry+https://github.com/rust-lang/crates.io-index"
13578checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
13579dependencies = [
13580 "futures-core",
13581]
13582
13583[[package]]
13584name = "synchronoise"
13585version = "1.0.1"
13586source = "registry+https://github.com/rust-lang/crates.io-index"
13587checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
13588dependencies = [
13589 "crossbeam-queue",
13590]
13591
13592[[package]]
13593name = "synstructure"
13594version = "0.13.1"
13595source = "registry+https://github.com/rust-lang/crates.io-index"
13596checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
13597dependencies = [
13598 "proc-macro2",
13599 "quote",
13600 "syn 2.0.100",
13601]
13602
13603[[package]]
13604name = "sys-locale"
13605version = "0.3.2"
13606source = "registry+https://github.com/rust-lang/crates.io-index"
13607checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
13608dependencies = [
13609 "libc",
13610]
13611
13612[[package]]
13613name = "sysinfo"
13614version = "0.31.4"
13615source = "registry+https://github.com/rust-lang/crates.io-index"
13616checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
13617dependencies = [
13618 "core-foundation-sys",
13619 "libc",
13620 "memchr",
13621 "ntapi",
13622 "rayon",
13623 "windows 0.57.0",
13624]
13625
13626[[package]]
13627name = "system-configuration"
13628version = "0.5.1"
13629source = "registry+https://github.com/rust-lang/crates.io-index"
13630checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
13631dependencies = [
13632 "bitflags 1.3.2",
13633 "core-foundation 0.9.4",
13634 "system-configuration-sys 0.5.0",
13635]
13636
13637[[package]]
13638name = "system-configuration"
13639version = "0.6.1"
13640source = "registry+https://github.com/rust-lang/crates.io-index"
13641checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
13642dependencies = [
13643 "bitflags 2.9.0",
13644 "core-foundation 0.9.4",
13645 "system-configuration-sys 0.6.0",
13646]
13647
13648[[package]]
13649name = "system-configuration-sys"
13650version = "0.5.0"
13651source = "registry+https://github.com/rust-lang/crates.io-index"
13652checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
13653dependencies = [
13654 "core-foundation-sys",
13655 "libc",
13656]
13657
13658[[package]]
13659name = "system-configuration-sys"
13660version = "0.6.0"
13661source = "registry+https://github.com/rust-lang/crates.io-index"
13662checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
13663dependencies = [
13664 "core-foundation-sys",
13665 "libc",
13666]
13667
13668[[package]]
13669name = "system-deps"
13670version = "6.2.2"
13671source = "registry+https://github.com/rust-lang/crates.io-index"
13672checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
13673dependencies = [
13674 "cfg-expr",
13675 "heck 0.5.0",
13676 "pkg-config",
13677 "toml 0.8.20",
13678 "version-compare",
13679]
13680
13681[[package]]
13682name = "system-interface"
13683version = "0.27.3"
13684source = "registry+https://github.com/rust-lang/crates.io-index"
13685checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
13686dependencies = [
13687 "bitflags 2.9.0",
13688 "cap-fs-ext",
13689 "cap-std",
13690 "fd-lock",
13691 "io-lifetimes",
13692 "rustix",
13693 "windows-sys 0.59.0",
13694 "winx",
13695]
13696
13697[[package]]
13698name = "tab_switcher"
13699version = "0.1.0"
13700dependencies = [
13701 "anyhow",
13702 "collections",
13703 "ctor",
13704 "editor",
13705 "env_logger 0.11.7",
13706 "gpui",
13707 "language",
13708 "menu",
13709 "picker",
13710 "project",
13711 "schemars",
13712 "serde",
13713 "serde_json",
13714 "settings",
13715 "theme",
13716 "ui",
13717 "util",
13718 "workspace",
13719]
13720
13721[[package]]
13722name = "taffy"
13723version = "0.4.4"
13724source = "registry+https://github.com/rust-lang/crates.io-index"
13725checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
13726dependencies = [
13727 "arrayvec",
13728 "grid",
13729 "num-traits",
13730 "serde",
13731 "slotmap",
13732]
13733
13734[[package]]
13735name = "take-until"
13736version = "0.2.0"
13737source = "registry+https://github.com/rust-lang/crates.io-index"
13738checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
13739
13740[[package]]
13741name = "tap"
13742version = "1.0.1"
13743source = "registry+https://github.com/rust-lang/crates.io-index"
13744checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
13745
13746[[package]]
13747name = "target-lexicon"
13748version = "0.12.16"
13749source = "registry+https://github.com/rust-lang/crates.io-index"
13750checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
13751
13752[[package]]
13753name = "target-lexicon"
13754version = "0.13.2"
13755source = "registry+https://github.com/rust-lang/crates.io-index"
13756checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
13757
13758[[package]]
13759name = "task"
13760version = "0.1.0"
13761dependencies = [
13762 "anyhow",
13763 "collections",
13764 "dap-types",
13765 "futures 0.3.31",
13766 "gpui",
13767 "hex",
13768 "parking_lot",
13769 "schemars",
13770 "serde",
13771 "serde_json",
13772 "serde_json_lenient",
13773 "sha2",
13774 "shellexpand 2.1.2",
13775 "util",
13776 "zed_actions",
13777]
13778
13779[[package]]
13780name = "tasks_ui"
13781version = "0.1.0"
13782dependencies = [
13783 "anyhow",
13784 "debugger_ui",
13785 "editor",
13786 "feature_flags",
13787 "file_icons",
13788 "fuzzy",
13789 "gpui",
13790 "language",
13791 "menu",
13792 "picker",
13793 "project",
13794 "schemars",
13795 "serde",
13796 "serde_json",
13797 "settings",
13798 "task",
13799 "tree-sitter-rust",
13800 "tree-sitter-typescript",
13801 "ui",
13802 "util",
13803 "workspace",
13804 "zed_actions",
13805]
13806
13807[[package]]
13808name = "telemetry"
13809version = "0.1.0"
13810dependencies = [
13811 "futures 0.3.31",
13812 "serde",
13813 "serde_json",
13814 "telemetry_events",
13815]
13816
13817[[package]]
13818name = "telemetry_events"
13819version = "0.1.0"
13820dependencies = [
13821 "semantic_version",
13822 "serde",
13823 "serde_json",
13824]
13825
13826[[package]]
13827name = "tempfile"
13828version = "3.17.1"
13829source = "registry+https://github.com/rust-lang/crates.io-index"
13830checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230"
13831dependencies = [
13832 "cfg-if",
13833 "fastrand 2.3.0",
13834 "getrandom 0.3.1",
13835 "once_cell",
13836 "rustix",
13837 "windows-sys 0.59.0",
13838]
13839
13840[[package]]
13841name = "tendril"
13842version = "0.4.3"
13843source = "registry+https://github.com/rust-lang/crates.io-index"
13844checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
13845dependencies = [
13846 "futf",
13847 "mac",
13848 "utf-8",
13849]
13850
13851[[package]]
13852name = "termcolor"
13853version = "1.4.1"
13854source = "registry+https://github.com/rust-lang/crates.io-index"
13855checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
13856dependencies = [
13857 "winapi-util",
13858]
13859
13860[[package]]
13861name = "terminal"
13862version = "0.1.0"
13863dependencies = [
13864 "alacritty_terminal",
13865 "anyhow",
13866 "collections",
13867 "dirs 4.0.0",
13868 "futures 0.3.31",
13869 "gpui",
13870 "libc",
13871 "rand 0.8.5",
13872 "regex",
13873 "release_channel",
13874 "schemars",
13875 "serde",
13876 "serde_derive",
13877 "settings",
13878 "smol",
13879 "sysinfo",
13880 "task",
13881 "theme",
13882 "thiserror 2.0.12",
13883 "util",
13884 "windows 0.61.1",
13885]
13886
13887[[package]]
13888name = "terminal_size"
13889version = "0.4.1"
13890source = "registry+https://github.com/rust-lang/crates.io-index"
13891checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
13892dependencies = [
13893 "rustix",
13894 "windows-sys 0.59.0",
13895]
13896
13897[[package]]
13898name = "terminal_view"
13899version = "0.1.0"
13900dependencies = [
13901 "anyhow",
13902 "async-recursion 1.1.1",
13903 "breadcrumbs",
13904 "client",
13905 "collections",
13906 "db",
13907 "dirs 4.0.0",
13908 "editor",
13909 "futures 0.3.31",
13910 "gpui",
13911 "itertools 0.14.0",
13912 "language",
13913 "log",
13914 "project",
13915 "rand 0.8.5",
13916 "schemars",
13917 "search",
13918 "serde",
13919 "serde_json",
13920 "settings",
13921 "shellexpand 2.1.2",
13922 "smol",
13923 "task",
13924 "terminal",
13925 "theme",
13926 "ui",
13927 "util",
13928 "workspace",
13929 "zed_actions",
13930]
13931
13932[[package]]
13933name = "text"
13934version = "0.1.0"
13935dependencies = [
13936 "anyhow",
13937 "clock",
13938 "collections",
13939 "ctor",
13940 "env_logger 0.11.7",
13941 "gpui",
13942 "http_client",
13943 "log",
13944 "parking_lot",
13945 "postage",
13946 "rand 0.8.5",
13947 "regex",
13948 "rope",
13949 "smallvec",
13950 "sum_tree",
13951 "util",
13952]
13953
13954[[package]]
13955name = "theme"
13956version = "0.1.0"
13957dependencies = [
13958 "anyhow",
13959 "collections",
13960 "derive_more",
13961 "fs",
13962 "futures 0.3.31",
13963 "gpui",
13964 "indexmap",
13965 "log",
13966 "palette",
13967 "parking_lot",
13968 "refineable",
13969 "schemars",
13970 "serde",
13971 "serde_derive",
13972 "serde_json",
13973 "serde_json_lenient",
13974 "serde_repr",
13975 "settings",
13976 "strum",
13977 "thiserror 2.0.12",
13978 "util",
13979 "uuid",
13980]
13981
13982[[package]]
13983name = "theme_extension"
13984version = "0.1.0"
13985dependencies = [
13986 "anyhow",
13987 "extension",
13988 "fs",
13989 "gpui",
13990 "theme",
13991]
13992
13993[[package]]
13994name = "theme_importer"
13995version = "0.1.0"
13996dependencies = [
13997 "anyhow",
13998 "clap",
13999 "gpui",
14000 "indexmap",
14001 "log",
14002 "palette",
14003 "rust-embed",
14004 "serde",
14005 "serde_json",
14006 "serde_json_lenient",
14007 "simplelog",
14008 "strum",
14009 "theme",
14010 "vscode_theme",
14011]
14012
14013[[package]]
14014name = "theme_selector"
14015version = "0.1.0"
14016dependencies = [
14017 "fs",
14018 "fuzzy",
14019 "gpui",
14020 "log",
14021 "picker",
14022 "serde",
14023 "settings",
14024 "telemetry",
14025 "theme",
14026 "ui",
14027 "util",
14028 "workspace",
14029 "zed_actions",
14030]
14031
14032[[package]]
14033name = "thiserror"
14034version = "1.0.69"
14035source = "registry+https://github.com/rust-lang/crates.io-index"
14036checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
14037dependencies = [
14038 "thiserror-impl 1.0.69",
14039]
14040
14041[[package]]
14042name = "thiserror"
14043version = "2.0.12"
14044source = "registry+https://github.com/rust-lang/crates.io-index"
14045checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
14046dependencies = [
14047 "thiserror-impl 2.0.12",
14048]
14049
14050[[package]]
14051name = "thiserror-impl"
14052version = "1.0.69"
14053source = "registry+https://github.com/rust-lang/crates.io-index"
14054checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
14055dependencies = [
14056 "proc-macro2",
14057 "quote",
14058 "syn 2.0.100",
14059]
14060
14061[[package]]
14062name = "thiserror-impl"
14063version = "2.0.12"
14064source = "registry+https://github.com/rust-lang/crates.io-index"
14065checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
14066dependencies = [
14067 "proc-macro2",
14068 "quote",
14069 "syn 2.0.100",
14070]
14071
14072[[package]]
14073name = "thread_local"
14074version = "1.1.8"
14075source = "registry+https://github.com/rust-lang/crates.io-index"
14076checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
14077dependencies = [
14078 "cfg-if",
14079 "once_cell",
14080]
14081
14082[[package]]
14083name = "tiff"
14084version = "0.9.1"
14085source = "registry+https://github.com/rust-lang/crates.io-index"
14086checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
14087dependencies = [
14088 "flate2",
14089 "jpeg-decoder",
14090 "weezl",
14091]
14092
14093[[package]]
14094name = "tiktoken-rs"
14095version = "0.6.0"
14096source = "registry+https://github.com/rust-lang/crates.io-index"
14097checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
14098dependencies = [
14099 "anyhow",
14100 "base64 0.21.7",
14101 "bstr",
14102 "fancy-regex 0.13.0",
14103 "lazy_static",
14104 "parking_lot",
14105 "regex",
14106 "rustc-hash 1.1.0",
14107]
14108
14109[[package]]
14110name = "time"
14111version = "0.3.41"
14112source = "registry+https://github.com/rust-lang/crates.io-index"
14113checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
14114dependencies = [
14115 "deranged",
14116 "itoa",
14117 "libc",
14118 "num-conv",
14119 "num_threads",
14120 "powerfmt",
14121 "serde",
14122 "time-core",
14123 "time-macros",
14124]
14125
14126[[package]]
14127name = "time-core"
14128version = "0.1.4"
14129source = "registry+https://github.com/rust-lang/crates.io-index"
14130checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
14131
14132[[package]]
14133name = "time-macros"
14134version = "0.2.22"
14135source = "registry+https://github.com/rust-lang/crates.io-index"
14136checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
14137dependencies = [
14138 "num-conv",
14139 "time-core",
14140]
14141
14142[[package]]
14143name = "time_format"
14144version = "0.1.0"
14145dependencies = [
14146 "core-foundation 0.10.0",
14147 "core-foundation-sys",
14148 "sys-locale",
14149 "time",
14150]
14151
14152[[package]]
14153name = "tiny-keccak"
14154version = "2.0.2"
14155source = "registry+https://github.com/rust-lang/crates.io-index"
14156checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
14157dependencies = [
14158 "crunchy",
14159]
14160
14161[[package]]
14162name = "tiny-skia"
14163version = "0.11.4"
14164source = "registry+https://github.com/rust-lang/crates.io-index"
14165checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
14166dependencies = [
14167 "arrayref",
14168 "arrayvec",
14169 "bytemuck",
14170 "cfg-if",
14171 "log",
14172 "png",
14173 "tiny-skia-path",
14174]
14175
14176[[package]]
14177name = "tiny-skia-path"
14178version = "0.11.4"
14179source = "registry+https://github.com/rust-lang/crates.io-index"
14180checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
14181dependencies = [
14182 "arrayref",
14183 "bytemuck",
14184 "strict-num",
14185]
14186
14187[[package]]
14188name = "tiny_http"
14189version = "0.8.2"
14190source = "registry+https://github.com/rust-lang/crates.io-index"
14191checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
14192dependencies = [
14193 "ascii",
14194 "chrono",
14195 "chunked_transfer",
14196 "log",
14197 "url",
14198]
14199
14200[[package]]
14201name = "tinystr"
14202version = "0.7.6"
14203source = "registry+https://github.com/rust-lang/crates.io-index"
14204checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
14205dependencies = [
14206 "displaydoc",
14207 "zerovec",
14208]
14209
14210[[package]]
14211name = "tinytemplate"
14212version = "1.2.1"
14213source = "registry+https://github.com/rust-lang/crates.io-index"
14214checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
14215dependencies = [
14216 "serde",
14217 "serde_json",
14218]
14219
14220[[package]]
14221name = "tinyvec"
14222version = "1.8.0"
14223source = "registry+https://github.com/rust-lang/crates.io-index"
14224checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
14225dependencies = [
14226 "tinyvec_macros",
14227]
14228
14229[[package]]
14230name = "tinyvec_macros"
14231version = "0.1.1"
14232source = "registry+https://github.com/rust-lang/crates.io-index"
14233checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
14234
14235[[package]]
14236name = "title_bar"
14237version = "0.1.0"
14238dependencies = [
14239 "auto_update",
14240 "call",
14241 "chrono",
14242 "client",
14243 "collections",
14244 "db",
14245 "feature_flags",
14246 "gpui",
14247 "http_client",
14248 "notifications",
14249 "pretty_assertions",
14250 "project",
14251 "remote",
14252 "rpc",
14253 "schemars",
14254 "serde",
14255 "settings",
14256 "smallvec",
14257 "story",
14258 "telemetry",
14259 "theme",
14260 "tree-sitter-md",
14261 "ui",
14262 "util",
14263 "windows 0.61.1",
14264 "workspace",
14265 "zed_actions",
14266]
14267
14268[[package]]
14269name = "tokio"
14270version = "1.43.0"
14271source = "registry+https://github.com/rust-lang/crates.io-index"
14272checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
14273dependencies = [
14274 "backtrace",
14275 "bytes 1.10.1",
14276 "libc",
14277 "mio",
14278 "parking_lot",
14279 "pin-project-lite",
14280 "signal-hook-registry",
14281 "socket2",
14282 "tokio-macros",
14283 "windows-sys 0.52.0",
14284]
14285
14286[[package]]
14287name = "tokio-io"
14288version = "0.1.13"
14289source = "registry+https://github.com/rust-lang/crates.io-index"
14290checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
14291dependencies = [
14292 "bytes 0.4.12",
14293 "futures 0.1.31",
14294 "log",
14295]
14296
14297[[package]]
14298name = "tokio-macros"
14299version = "2.5.0"
14300source = "registry+https://github.com/rust-lang/crates.io-index"
14301checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
14302dependencies = [
14303 "proc-macro2",
14304 "quote",
14305 "syn 2.0.100",
14306]
14307
14308[[package]]
14309name = "tokio-native-tls"
14310version = "0.3.1"
14311source = "registry+https://github.com/rust-lang/crates.io-index"
14312checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
14313dependencies = [
14314 "native-tls",
14315 "tokio",
14316]
14317
14318[[package]]
14319name = "tokio-rustls"
14320version = "0.24.1"
14321source = "registry+https://github.com/rust-lang/crates.io-index"
14322checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
14323dependencies = [
14324 "rustls 0.21.12",
14325 "tokio",
14326]
14327
14328[[package]]
14329name = "tokio-rustls"
14330version = "0.26.1"
14331source = "registry+https://github.com/rust-lang/crates.io-index"
14332checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
14333dependencies = [
14334 "rustls 0.23.25",
14335 "tokio",
14336]
14337
14338[[package]]
14339name = "tokio-socks"
14340version = "0.5.2"
14341source = "registry+https://github.com/rust-lang/crates.io-index"
14342checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
14343dependencies = [
14344 "either",
14345 "futures-io",
14346 "futures-util",
14347 "thiserror 1.0.69",
14348 "tokio",
14349]
14350
14351[[package]]
14352name = "tokio-stream"
14353version = "0.1.17"
14354source = "registry+https://github.com/rust-lang/crates.io-index"
14355checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
14356dependencies = [
14357 "futures-core",
14358 "pin-project-lite",
14359 "tokio",
14360]
14361
14362[[package]]
14363name = "tokio-tungstenite"
14364version = "0.20.1"
14365source = "registry+https://github.com/rust-lang/crates.io-index"
14366checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
14367dependencies = [
14368 "futures-util",
14369 "log",
14370 "tokio",
14371 "tungstenite 0.20.1",
14372]
14373
14374[[package]]
14375name = "tokio-tungstenite"
14376version = "0.21.0"
14377source = "registry+https://github.com/rust-lang/crates.io-index"
14378checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
14379dependencies = [
14380 "futures-util",
14381 "log",
14382 "tokio",
14383 "tungstenite 0.21.0",
14384]
14385
14386[[package]]
14387name = "tokio-tungstenite"
14388version = "0.26.2"
14389source = "registry+https://github.com/rust-lang/crates.io-index"
14390checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
14391dependencies = [
14392 "futures-util",
14393 "log",
14394 "rustls 0.23.25",
14395 "rustls-pki-types",
14396 "tokio",
14397 "tokio-rustls 0.26.1",
14398 "tungstenite 0.26.2",
14399]
14400
14401[[package]]
14402name = "tokio-util"
14403version = "0.7.13"
14404source = "registry+https://github.com/rust-lang/crates.io-index"
14405checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
14406dependencies = [
14407 "bytes 1.10.1",
14408 "futures-core",
14409 "futures-io",
14410 "futures-sink",
14411 "pin-project-lite",
14412 "tokio",
14413]
14414
14415[[package]]
14416name = "toml"
14417version = "0.5.11"
14418source = "registry+https://github.com/rust-lang/crates.io-index"
14419checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
14420dependencies = [
14421 "serde",
14422]
14423
14424[[package]]
14425name = "toml"
14426version = "0.8.20"
14427source = "registry+https://github.com/rust-lang/crates.io-index"
14428checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
14429dependencies = [
14430 "serde",
14431 "serde_spanned",
14432 "toml_datetime",
14433 "toml_edit",
14434]
14435
14436[[package]]
14437name = "toml_datetime"
14438version = "0.6.8"
14439source = "registry+https://github.com/rust-lang/crates.io-index"
14440checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
14441dependencies = [
14442 "serde",
14443]
14444
14445[[package]]
14446name = "toml_edit"
14447version = "0.22.23"
14448source = "registry+https://github.com/rust-lang/crates.io-index"
14449checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee"
14450dependencies = [
14451 "indexmap",
14452 "serde",
14453 "serde_spanned",
14454 "toml_datetime",
14455 "winnow 0.7.1",
14456]
14457
14458[[package]]
14459name = "toolchain_selector"
14460version = "0.1.0"
14461dependencies = [
14462 "editor",
14463 "fuzzy",
14464 "gpui",
14465 "language",
14466 "picker",
14467 "project",
14468 "ui",
14469 "util",
14470 "workspace",
14471]
14472
14473[[package]]
14474name = "topological-sort"
14475version = "0.2.2"
14476source = "registry+https://github.com/rust-lang/crates.io-index"
14477checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
14478
14479[[package]]
14480name = "tower"
14481version = "0.4.13"
14482source = "registry+https://github.com/rust-lang/crates.io-index"
14483checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
14484dependencies = [
14485 "futures-core",
14486 "futures-util",
14487 "pin-project",
14488 "pin-project-lite",
14489 "tokio",
14490 "tower-layer",
14491 "tower-service",
14492 "tracing",
14493]
14494
14495[[package]]
14496name = "tower-http"
14497version = "0.3.5"
14498source = "registry+https://github.com/rust-lang/crates.io-index"
14499checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
14500dependencies = [
14501 "bitflags 1.3.2",
14502 "bytes 1.10.1",
14503 "futures-core",
14504 "futures-util",
14505 "http 0.2.12",
14506 "http-body 0.4.6",
14507 "http-range-header",
14508 "pin-project-lite",
14509 "tower-layer",
14510 "tower-service",
14511]
14512
14513[[package]]
14514name = "tower-http"
14515version = "0.4.4"
14516source = "registry+https://github.com/rust-lang/crates.io-index"
14517checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
14518dependencies = [
14519 "bitflags 2.9.0",
14520 "bytes 1.10.1",
14521 "futures-core",
14522 "futures-util",
14523 "http 0.2.12",
14524 "http-body 0.4.6",
14525 "http-range-header",
14526 "pin-project-lite",
14527 "tower-layer",
14528 "tower-service",
14529 "tracing",
14530]
14531
14532[[package]]
14533name = "tower-layer"
14534version = "0.3.3"
14535source = "registry+https://github.com/rust-lang/crates.io-index"
14536checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
14537
14538[[package]]
14539name = "tower-service"
14540version = "0.3.3"
14541source = "registry+https://github.com/rust-lang/crates.io-index"
14542checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
14543
14544[[package]]
14545name = "tracing"
14546version = "0.1.41"
14547source = "registry+https://github.com/rust-lang/crates.io-index"
14548checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
14549dependencies = [
14550 "log",
14551 "pin-project-lite",
14552 "tracing-attributes",
14553 "tracing-core",
14554]
14555
14556[[package]]
14557name = "tracing-attributes"
14558version = "0.1.28"
14559source = "registry+https://github.com/rust-lang/crates.io-index"
14560checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
14561dependencies = [
14562 "proc-macro2",
14563 "quote",
14564 "syn 2.0.100",
14565]
14566
14567[[package]]
14568name = "tracing-core"
14569version = "0.1.33"
14570source = "registry+https://github.com/rust-lang/crates.io-index"
14571checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
14572dependencies = [
14573 "once_cell",
14574 "valuable",
14575]
14576
14577[[package]]
14578name = "tracing-log"
14579version = "0.2.0"
14580source = "registry+https://github.com/rust-lang/crates.io-index"
14581checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
14582dependencies = [
14583 "log",
14584 "once_cell",
14585 "tracing-core",
14586]
14587
14588[[package]]
14589name = "tracing-serde"
14590version = "0.2.0"
14591source = "registry+https://github.com/rust-lang/crates.io-index"
14592checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
14593dependencies = [
14594 "serde",
14595 "tracing-core",
14596]
14597
14598[[package]]
14599name = "tracing-subscriber"
14600version = "0.3.19"
14601source = "registry+https://github.com/rust-lang/crates.io-index"
14602checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
14603dependencies = [
14604 "matchers",
14605 "nu-ansi-term",
14606 "once_cell",
14607 "regex",
14608 "serde",
14609 "serde_json",
14610 "sharded-slab",
14611 "smallvec",
14612 "thread_local",
14613 "tracing",
14614 "tracing-core",
14615 "tracing-log",
14616 "tracing-serde",
14617]
14618
14619[[package]]
14620name = "trait-variant"
14621version = "0.1.2"
14622source = "registry+https://github.com/rust-lang/crates.io-index"
14623checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
14624dependencies = [
14625 "proc-macro2",
14626 "quote",
14627 "syn 2.0.100",
14628]
14629
14630[[package]]
14631name = "tree-sitter"
14632version = "0.25.3"
14633source = "registry+https://github.com/rust-lang/crates.io-index"
14634checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
14635dependencies = [
14636 "cc",
14637 "regex",
14638 "regex-syntax 0.8.5",
14639 "serde_json",
14640 "streaming-iterator",
14641 "tree-sitter-language",
14642 "wasmtime-c-api-impl",
14643]
14644
14645[[package]]
14646name = "tree-sitter-bash"
14647version = "0.23.3"
14648source = "registry+https://github.com/rust-lang/crates.io-index"
14649checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
14650dependencies = [
14651 "cc",
14652 "tree-sitter-language",
14653]
14654
14655[[package]]
14656name = "tree-sitter-c"
14657version = "0.23.4"
14658source = "registry+https://github.com/rust-lang/crates.io-index"
14659checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
14660dependencies = [
14661 "cc",
14662 "tree-sitter-language",
14663]
14664
14665[[package]]
14666name = "tree-sitter-cpp"
14667version = "0.23.4"
14668source = "registry+https://github.com/rust-lang/crates.io-index"
14669checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
14670dependencies = [
14671 "cc",
14672 "tree-sitter-language",
14673]
14674
14675[[package]]
14676name = "tree-sitter-css"
14677version = "0.23.2"
14678source = "registry+https://github.com/rust-lang/crates.io-index"
14679checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
14680dependencies = [
14681 "cc",
14682 "tree-sitter-language",
14683]
14684
14685[[package]]
14686name = "tree-sitter-diff"
14687version = "0.1.0"
14688source = "registry+https://github.com/rust-lang/crates.io-index"
14689checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
14690dependencies = [
14691 "cc",
14692 "tree-sitter-language",
14693]
14694
14695[[package]]
14696name = "tree-sitter-elixir"
14697version = "0.3.4"
14698source = "registry+https://github.com/rust-lang/crates.io-index"
14699checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
14700dependencies = [
14701 "cc",
14702 "tree-sitter-language",
14703]
14704
14705[[package]]
14706name = "tree-sitter-embedded-template"
14707version = "0.23.2"
14708source = "registry+https://github.com/rust-lang/crates.io-index"
14709checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
14710dependencies = [
14711 "cc",
14712 "tree-sitter-language",
14713]
14714
14715[[package]]
14716name = "tree-sitter-gitcommit"
14717version = "0.0.1"
14718source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
14719dependencies = [
14720 "cc",
14721 "tree-sitter-language",
14722]
14723
14724[[package]]
14725name = "tree-sitter-go"
14726version = "0.23.4"
14727source = "registry+https://github.com/rust-lang/crates.io-index"
14728checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
14729dependencies = [
14730 "cc",
14731 "tree-sitter-language",
14732]
14733
14734[[package]]
14735name = "tree-sitter-gomod"
14736version = "1.1.1"
14737source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
14738dependencies = [
14739 "cc",
14740 "tree-sitter-language",
14741]
14742
14743[[package]]
14744name = "tree-sitter-gowork"
14745version = "0.0.1"
14746source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
14747dependencies = [
14748 "cc",
14749 "tree-sitter-language",
14750]
14751
14752[[package]]
14753name = "tree-sitter-heex"
14754version = "0.0.1"
14755source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
14756dependencies = [
14757 "cc",
14758 "tree-sitter-language",
14759]
14760
14761[[package]]
14762name = "tree-sitter-html"
14763version = "0.23.2"
14764source = "registry+https://github.com/rust-lang/crates.io-index"
14765checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
14766dependencies = [
14767 "cc",
14768 "tree-sitter-language",
14769]
14770
14771[[package]]
14772name = "tree-sitter-jsdoc"
14773version = "0.23.2"
14774source = "registry+https://github.com/rust-lang/crates.io-index"
14775checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
14776dependencies = [
14777 "cc",
14778 "tree-sitter-language",
14779]
14780
14781[[package]]
14782name = "tree-sitter-json"
14783version = "0.24.8"
14784source = "registry+https://github.com/rust-lang/crates.io-index"
14785checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
14786dependencies = [
14787 "cc",
14788 "tree-sitter-language",
14789]
14790
14791[[package]]
14792name = "tree-sitter-language"
14793version = "0.1.3"
14794source = "registry+https://github.com/rust-lang/crates.io-index"
14795checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
14796
14797[[package]]
14798name = "tree-sitter-md"
14799version = "0.3.2"
14800source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
14801dependencies = [
14802 "cc",
14803 "tree-sitter-language",
14804]
14805
14806[[package]]
14807name = "tree-sitter-python"
14808version = "0.23.6"
14809source = "registry+https://github.com/rust-lang/crates.io-index"
14810checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
14811dependencies = [
14812 "cc",
14813 "tree-sitter-language",
14814]
14815
14816[[package]]
14817name = "tree-sitter-regex"
14818version = "0.24.3"
14819source = "registry+https://github.com/rust-lang/crates.io-index"
14820checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
14821dependencies = [
14822 "cc",
14823 "tree-sitter-language",
14824]
14825
14826[[package]]
14827name = "tree-sitter-ruby"
14828version = "0.23.1"
14829source = "registry+https://github.com/rust-lang/crates.io-index"
14830checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
14831dependencies = [
14832 "cc",
14833 "tree-sitter-language",
14834]
14835
14836[[package]]
14837name = "tree-sitter-rust"
14838version = "0.23.2"
14839source = "registry+https://github.com/rust-lang/crates.io-index"
14840checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
14841dependencies = [
14842 "cc",
14843 "tree-sitter-language",
14844]
14845
14846[[package]]
14847name = "tree-sitter-typescript"
14848version = "0.23.2"
14849source = "registry+https://github.com/rust-lang/crates.io-index"
14850checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
14851dependencies = [
14852 "cc",
14853 "tree-sitter-language",
14854]
14855
14856[[package]]
14857name = "tree-sitter-yaml"
14858version = "0.6.1"
14859source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
14860dependencies = [
14861 "cc",
14862 "tree-sitter-language",
14863]
14864
14865[[package]]
14866name = "try-lock"
14867version = "0.2.5"
14868source = "registry+https://github.com/rust-lang/crates.io-index"
14869checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
14870
14871[[package]]
14872name = "ttf-parser"
14873version = "0.20.0"
14874source = "registry+https://github.com/rust-lang/crates.io-index"
14875checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
14876
14877[[package]]
14878name = "ttf-parser"
14879version = "0.21.1"
14880source = "registry+https://github.com/rust-lang/crates.io-index"
14881checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
14882
14883[[package]]
14884name = "ttf-parser"
14885version = "0.25.1"
14886source = "registry+https://github.com/rust-lang/crates.io-index"
14887checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
14888dependencies = [
14889 "core_maths",
14890]
14891
14892[[package]]
14893name = "tungstenite"
14894version = "0.20.1"
14895source = "registry+https://github.com/rust-lang/crates.io-index"
14896checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
14897dependencies = [
14898 "byteorder",
14899 "bytes 1.10.1",
14900 "data-encoding",
14901 "http 0.2.12",
14902 "httparse",
14903 "log",
14904 "rand 0.8.5",
14905 "sha1",
14906 "thiserror 1.0.69",
14907 "url",
14908 "utf-8",
14909]
14910
14911[[package]]
14912name = "tungstenite"
14913version = "0.21.0"
14914source = "registry+https://github.com/rust-lang/crates.io-index"
14915checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
14916dependencies = [
14917 "byteorder",
14918 "bytes 1.10.1",
14919 "data-encoding",
14920 "http 1.2.0",
14921 "httparse",
14922 "log",
14923 "rand 0.8.5",
14924 "sha1",
14925 "thiserror 1.0.69",
14926 "url",
14927 "utf-8",
14928]
14929
14930[[package]]
14931name = "tungstenite"
14932version = "0.24.0"
14933source = "registry+https://github.com/rust-lang/crates.io-index"
14934checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
14935dependencies = [
14936 "byteorder",
14937 "bytes 1.10.1",
14938 "data-encoding",
14939 "http 1.2.0",
14940 "httparse",
14941 "log",
14942 "rand 0.8.5",
14943 "sha1",
14944 "thiserror 1.0.69",
14945 "utf-8",
14946]
14947
14948[[package]]
14949name = "tungstenite"
14950version = "0.26.2"
14951source = "registry+https://github.com/rust-lang/crates.io-index"
14952checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
14953dependencies = [
14954 "bytes 1.10.1",
14955 "data-encoding",
14956 "http 1.2.0",
14957 "httparse",
14958 "log",
14959 "rand 0.9.0",
14960 "rustls 0.23.25",
14961 "rustls-pki-types",
14962 "sha1",
14963 "thiserror 2.0.12",
14964 "utf-8",
14965]
14966
14967[[package]]
14968name = "typeid"
14969version = "1.0.2"
14970source = "registry+https://github.com/rust-lang/crates.io-index"
14971checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
14972
14973[[package]]
14974name = "typenum"
14975version = "1.17.0"
14976source = "registry+https://github.com/rust-lang/crates.io-index"
14977checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
14978
14979[[package]]
14980name = "ucd-trie"
14981version = "0.1.7"
14982source = "registry+https://github.com/rust-lang/crates.io-index"
14983checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
14984
14985[[package]]
14986name = "uds_windows"
14987version = "1.1.0"
14988source = "registry+https://github.com/rust-lang/crates.io-index"
14989checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
14990dependencies = [
14991 "memoffset",
14992 "tempfile",
14993 "winapi",
14994]
14995
14996[[package]]
14997name = "ui"
14998version = "0.1.0"
14999dependencies = [
15000 "chrono",
15001 "component",
15002 "gpui",
15003 "icons",
15004 "itertools 0.14.0",
15005 "linkme",
15006 "menu",
15007 "serde",
15008 "settings",
15009 "smallvec",
15010 "story",
15011 "strum",
15012 "theme",
15013 "ui_macros",
15014 "util",
15015 "windows 0.61.1",
15016]
15017
15018[[package]]
15019name = "ui_input"
15020version = "0.1.0"
15021dependencies = [
15022 "editor",
15023 "gpui",
15024 "settings",
15025 "theme",
15026 "ui",
15027]
15028
15029[[package]]
15030name = "ui_macros"
15031version = "0.1.0"
15032dependencies = [
15033 "convert_case 0.8.0",
15034 "linkme",
15035 "proc-macro2",
15036 "quote",
15037 "syn 1.0.109",
15038]
15039
15040[[package]]
15041name = "ui_prompt"
15042version = "0.1.0"
15043dependencies = [
15044 "gpui",
15045 "markdown",
15046 "menu",
15047 "settings",
15048 "theme",
15049 "ui",
15050 "workspace",
15051]
15052
15053[[package]]
15054name = "unicase"
15055version = "2.8.1"
15056source = "registry+https://github.com/rust-lang/crates.io-index"
15057checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
15058
15059[[package]]
15060name = "unicode-bidi"
15061version = "0.3.17"
15062source = "registry+https://github.com/rust-lang/crates.io-index"
15063checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
15064
15065[[package]]
15066name = "unicode-bidi-mirroring"
15067version = "0.2.0"
15068source = "registry+https://github.com/rust-lang/crates.io-index"
15069checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
15070
15071[[package]]
15072name = "unicode-bidi-mirroring"
15073version = "0.4.0"
15074source = "registry+https://github.com/rust-lang/crates.io-index"
15075checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
15076
15077[[package]]
15078name = "unicode-ccc"
15079version = "0.2.0"
15080source = "registry+https://github.com/rust-lang/crates.io-index"
15081checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
15082
15083[[package]]
15084name = "unicode-ccc"
15085version = "0.4.0"
15086source = "registry+https://github.com/rust-lang/crates.io-index"
15087checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
15088
15089[[package]]
15090name = "unicode-ident"
15091version = "1.0.14"
15092source = "registry+https://github.com/rust-lang/crates.io-index"
15093checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
15094
15095[[package]]
15096name = "unicode-linebreak"
15097version = "0.1.5"
15098source = "registry+https://github.com/rust-lang/crates.io-index"
15099checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
15100
15101[[package]]
15102name = "unicode-normalization"
15103version = "0.1.24"
15104source = "registry+https://github.com/rust-lang/crates.io-index"
15105checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
15106dependencies = [
15107 "tinyvec",
15108]
15109
15110[[package]]
15111name = "unicode-properties"
15112version = "0.1.3"
15113source = "registry+https://github.com/rust-lang/crates.io-index"
15114checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
15115
15116[[package]]
15117name = "unicode-script"
15118version = "0.5.7"
15119source = "registry+https://github.com/rust-lang/crates.io-index"
15120checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
15121
15122[[package]]
15123name = "unicode-segmentation"
15124version = "1.12.0"
15125source = "registry+https://github.com/rust-lang/crates.io-index"
15126checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
15127
15128[[package]]
15129name = "unicode-vo"
15130version = "0.1.0"
15131source = "registry+https://github.com/rust-lang/crates.io-index"
15132checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
15133
15134[[package]]
15135name = "unicode-width"
15136version = "0.1.14"
15137source = "registry+https://github.com/rust-lang/crates.io-index"
15138checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
15139
15140[[package]]
15141name = "unicode-xid"
15142version = "0.2.6"
15143source = "registry+https://github.com/rust-lang/crates.io-index"
15144checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
15145
15146[[package]]
15147name = "unicode_categories"
15148version = "0.1.1"
15149source = "registry+https://github.com/rust-lang/crates.io-index"
15150checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
15151
15152[[package]]
15153name = "unindent"
15154version = "0.2.4"
15155source = "registry+https://github.com/rust-lang/crates.io-index"
15156checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
15157
15158[[package]]
15159name = "untrusted"
15160version = "0.9.0"
15161source = "registry+https://github.com/rust-lang/crates.io-index"
15162checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
15163
15164[[package]]
15165name = "url"
15166version = "2.5.4"
15167source = "registry+https://github.com/rust-lang/crates.io-index"
15168checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
15169dependencies = [
15170 "form_urlencoded",
15171 "idna",
15172 "percent-encoding",
15173 "serde",
15174]
15175
15176[[package]]
15177name = "urlencoding"
15178version = "2.1.3"
15179source = "registry+https://github.com/rust-lang/crates.io-index"
15180checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
15181
15182[[package]]
15183name = "usvg"
15184version = "0.45.0"
15185source = "registry+https://github.com/rust-lang/crates.io-index"
15186checksum = "2ac8e0e3e4696253dc06167990b3fe9a2668ab66270adf949a464db4088cb354"
15187dependencies = [
15188 "base64 0.22.1",
15189 "data-url",
15190 "flate2",
15191 "fontdb 0.23.0",
15192 "imagesize",
15193 "kurbo",
15194 "log",
15195 "pico-args",
15196 "roxmltree",
15197 "rustybuzz 0.20.1",
15198 "simplecss",
15199 "siphasher 1.0.1",
15200 "strict-num",
15201 "svgtypes",
15202 "tiny-skia-path",
15203 "unicode-bidi",
15204 "unicode-script",
15205 "unicode-vo",
15206 "xmlwriter",
15207]
15208
15209[[package]]
15210name = "utf-8"
15211version = "0.7.6"
15212source = "registry+https://github.com/rust-lang/crates.io-index"
15213checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
15214
15215[[package]]
15216name = "utf16_iter"
15217version = "1.0.5"
15218source = "registry+https://github.com/rust-lang/crates.io-index"
15219checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
15220
15221[[package]]
15222name = "utf8_iter"
15223version = "1.0.4"
15224source = "registry+https://github.com/rust-lang/crates.io-index"
15225checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
15226
15227[[package]]
15228name = "utf8parse"
15229version = "0.2.2"
15230source = "registry+https://github.com/rust-lang/crates.io-index"
15231checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
15232
15233[[package]]
15234name = "util"
15235version = "0.1.0"
15236dependencies = [
15237 "anyhow",
15238 "async-fs",
15239 "collections",
15240 "dirs 4.0.0",
15241 "dunce",
15242 "futures 0.3.31",
15243 "futures-lite 1.13.0",
15244 "git2",
15245 "globset",
15246 "itertools 0.14.0",
15247 "libc",
15248 "log",
15249 "rand 0.8.5",
15250 "regex",
15251 "rust-embed",
15252 "serde",
15253 "serde_json",
15254 "smol",
15255 "take-until",
15256 "tempfile",
15257 "tendril",
15258 "unicase",
15259 "util_macros",
15260]
15261
15262[[package]]
15263name = "util_macros"
15264version = "0.1.0"
15265dependencies = [
15266 "quote",
15267 "syn 1.0.109",
15268]
15269
15270[[package]]
15271name = "uuid"
15272version = "1.13.2"
15273source = "registry+https://github.com/rust-lang/crates.io-index"
15274checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6"
15275dependencies = [
15276 "getrandom 0.3.1",
15277 "serde",
15278 "sha1_smol",
15279]
15280
15281[[package]]
15282name = "v_frame"
15283version = "0.3.8"
15284source = "registry+https://github.com/rust-lang/crates.io-index"
15285checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
15286dependencies = [
15287 "aligned-vec",
15288 "num-traits",
15289 "wasm-bindgen",
15290]
15291
15292[[package]]
15293name = "valuable"
15294version = "0.1.0"
15295source = "registry+https://github.com/rust-lang/crates.io-index"
15296checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
15297
15298[[package]]
15299name = "value-bag"
15300version = "1.10.0"
15301source = "registry+https://github.com/rust-lang/crates.io-index"
15302checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
15303dependencies = [
15304 "value-bag-serde1",
15305 "value-bag-sval2",
15306]
15307
15308[[package]]
15309name = "value-bag-serde1"
15310version = "1.10.0"
15311source = "registry+https://github.com/rust-lang/crates.io-index"
15312checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
15313dependencies = [
15314 "erased-serde",
15315 "serde",
15316 "serde_fmt",
15317]
15318
15319[[package]]
15320name = "value-bag-sval2"
15321version = "1.10.0"
15322source = "registry+https://github.com/rust-lang/crates.io-index"
15323checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
15324dependencies = [
15325 "sval",
15326 "sval_buffer",
15327 "sval_dynamic",
15328 "sval_fmt",
15329 "sval_json",
15330 "sval_ref",
15331 "sval_serde",
15332]
15333
15334[[package]]
15335name = "vcpkg"
15336version = "0.2.15"
15337source = "registry+https://github.com/rust-lang/crates.io-index"
15338checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
15339
15340[[package]]
15341name = "version-compare"
15342version = "0.2.0"
15343source = "registry+https://github.com/rust-lang/crates.io-index"
15344checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
15345
15346[[package]]
15347name = "version_check"
15348version = "0.9.5"
15349source = "registry+https://github.com/rust-lang/crates.io-index"
15350checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
15351
15352[[package]]
15353name = "vim"
15354version = "0.1.0"
15355dependencies = [
15356 "anyhow",
15357 "assets",
15358 "async-compat",
15359 "async-trait",
15360 "collections",
15361 "command_palette",
15362 "command_palette_hooks",
15363 "db",
15364 "editor",
15365 "futures 0.3.31",
15366 "git_ui",
15367 "gpui",
15368 "indoc",
15369 "itertools 0.14.0",
15370 "language",
15371 "libc",
15372 "log",
15373 "lsp",
15374 "multi_buffer",
15375 "nvim-rs",
15376 "parking_lot",
15377 "picker",
15378 "project",
15379 "project_panel",
15380 "regex",
15381 "release_channel",
15382 "schemars",
15383 "search",
15384 "serde",
15385 "serde_derive",
15386 "serde_json",
15387 "settings",
15388 "task",
15389 "text",
15390 "theme",
15391 "tokio",
15392 "ui",
15393 "util",
15394 "vim_mode_setting",
15395 "workspace",
15396 "zed_actions",
15397]
15398
15399[[package]]
15400name = "vim_mode_setting"
15401version = "0.1.0"
15402dependencies = [
15403 "anyhow",
15404 "gpui",
15405 "settings",
15406]
15407
15408[[package]]
15409name = "vscode_theme"
15410version = "0.2.0"
15411source = "registry+https://github.com/rust-lang/crates.io-index"
15412checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
15413dependencies = [
15414 "serde",
15415]
15416
15417[[package]]
15418name = "vsimd"
15419version = "0.8.0"
15420source = "registry+https://github.com/rust-lang/crates.io-index"
15421checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
15422
15423[[package]]
15424name = "vswhom"
15425version = "0.1.0"
15426source = "registry+https://github.com/rust-lang/crates.io-index"
15427checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
15428dependencies = [
15429 "libc",
15430 "vswhom-sys",
15431]
15432
15433[[package]]
15434name = "vswhom-sys"
15435version = "0.1.2"
15436source = "registry+https://github.com/rust-lang/crates.io-index"
15437checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
15438dependencies = [
15439 "cc",
15440 "libc",
15441]
15442
15443[[package]]
15444name = "vte"
15445version = "0.15.0"
15446source = "registry+https://github.com/rust-lang/crates.io-index"
15447checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
15448dependencies = [
15449 "arrayvec",
15450 "bitflags 2.9.0",
15451 "cursor-icon",
15452 "log",
15453 "memchr",
15454 "serde",
15455]
15456
15457[[package]]
15458name = "waker-fn"
15459version = "1.2.0"
15460source = "registry+https://github.com/rust-lang/crates.io-index"
15461checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
15462
15463[[package]]
15464name = "walkdir"
15465version = "2.5.0"
15466source = "registry+https://github.com/rust-lang/crates.io-index"
15467checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
15468dependencies = [
15469 "same-file",
15470 "winapi-util",
15471]
15472
15473[[package]]
15474name = "want"
15475version = "0.3.1"
15476source = "registry+https://github.com/rust-lang/crates.io-index"
15477checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
15478dependencies = [
15479 "try-lock",
15480]
15481
15482[[package]]
15483name = "warp"
15484version = "0.3.7"
15485source = "registry+https://github.com/rust-lang/crates.io-index"
15486checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
15487dependencies = [
15488 "bytes 1.10.1",
15489 "futures-channel",
15490 "futures-util",
15491 "headers",
15492 "http 0.2.12",
15493 "hyper 0.14.32",
15494 "log",
15495 "mime",
15496 "mime_guess",
15497 "percent-encoding",
15498 "pin-project",
15499 "scoped-tls",
15500 "serde",
15501 "serde_json",
15502 "serde_urlencoded",
15503 "tokio",
15504 "tokio-tungstenite 0.21.0",
15505 "tokio-util",
15506 "tower-service",
15507 "tracing",
15508]
15509
15510[[package]]
15511name = "wasi"
15512version = "0.9.0+wasi-snapshot-preview1"
15513source = "registry+https://github.com/rust-lang/crates.io-index"
15514checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
15515
15516[[package]]
15517name = "wasi"
15518version = "0.11.0+wasi-snapshot-preview1"
15519source = "registry+https://github.com/rust-lang/crates.io-index"
15520checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
15521
15522[[package]]
15523name = "wasi"
15524version = "0.13.3+wasi-0.2.2"
15525source = "registry+https://github.com/rust-lang/crates.io-index"
15526checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
15527dependencies = [
15528 "wit-bindgen-rt 0.33.0",
15529]
15530
15531[[package]]
15532name = "wasite"
15533version = "0.1.0"
15534source = "registry+https://github.com/rust-lang/crates.io-index"
15535checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
15536
15537[[package]]
15538name = "wasm-bindgen"
15539version = "0.2.99"
15540source = "registry+https://github.com/rust-lang/crates.io-index"
15541checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
15542dependencies = [
15543 "cfg-if",
15544 "once_cell",
15545 "wasm-bindgen-macro",
15546]
15547
15548[[package]]
15549name = "wasm-bindgen-backend"
15550version = "0.2.99"
15551source = "registry+https://github.com/rust-lang/crates.io-index"
15552checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
15553dependencies = [
15554 "bumpalo",
15555 "log",
15556 "proc-macro2",
15557 "quote",
15558 "syn 2.0.100",
15559 "wasm-bindgen-shared",
15560]
15561
15562[[package]]
15563name = "wasm-bindgen-futures"
15564version = "0.4.49"
15565source = "registry+https://github.com/rust-lang/crates.io-index"
15566checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
15567dependencies = [
15568 "cfg-if",
15569 "js-sys",
15570 "once_cell",
15571 "wasm-bindgen",
15572 "web-sys",
15573]
15574
15575[[package]]
15576name = "wasm-bindgen-macro"
15577version = "0.2.99"
15578source = "registry+https://github.com/rust-lang/crates.io-index"
15579checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
15580dependencies = [
15581 "quote",
15582 "wasm-bindgen-macro-support",
15583]
15584
15585[[package]]
15586name = "wasm-bindgen-macro-support"
15587version = "0.2.99"
15588source = "registry+https://github.com/rust-lang/crates.io-index"
15589checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
15590dependencies = [
15591 "proc-macro2",
15592 "quote",
15593 "syn 2.0.100",
15594 "wasm-bindgen-backend",
15595 "wasm-bindgen-shared",
15596]
15597
15598[[package]]
15599name = "wasm-bindgen-shared"
15600version = "0.2.99"
15601source = "registry+https://github.com/rust-lang/crates.io-index"
15602checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
15603
15604[[package]]
15605name = "wasm-encoder"
15606version = "0.201.0"
15607source = "registry+https://github.com/rust-lang/crates.io-index"
15608checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
15609dependencies = [
15610 "leb128",
15611]
15612
15613[[package]]
15614name = "wasm-encoder"
15615version = "0.221.3"
15616source = "registry+https://github.com/rust-lang/crates.io-index"
15617checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
15618dependencies = [
15619 "leb128",
15620 "wasmparser 0.221.3",
15621]
15622
15623[[package]]
15624name = "wasm-metadata"
15625version = "0.201.0"
15626source = "registry+https://github.com/rust-lang/crates.io-index"
15627checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
15628dependencies = [
15629 "anyhow",
15630 "indexmap",
15631 "serde",
15632 "serde_derive",
15633 "serde_json",
15634 "spdx",
15635 "wasm-encoder 0.201.0",
15636 "wasmparser 0.201.0",
15637]
15638
15639[[package]]
15640name = "wasm-metadata"
15641version = "0.221.3"
15642source = "registry+https://github.com/rust-lang/crates.io-index"
15643checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
15644dependencies = [
15645 "anyhow",
15646 "indexmap",
15647 "serde",
15648 "serde_derive",
15649 "serde_json",
15650 "spdx",
15651 "wasm-encoder 0.221.3",
15652 "wasmparser 0.221.3",
15653]
15654
15655[[package]]
15656name = "wasm-streams"
15657version = "0.4.2"
15658source = "registry+https://github.com/rust-lang/crates.io-index"
15659checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
15660dependencies = [
15661 "futures-util",
15662 "js-sys",
15663 "wasm-bindgen",
15664 "wasm-bindgen-futures",
15665 "web-sys",
15666]
15667
15668[[package]]
15669name = "wasmparser"
15670version = "0.201.0"
15671source = "registry+https://github.com/rust-lang/crates.io-index"
15672checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
15673dependencies = [
15674 "bitflags 2.9.0",
15675 "indexmap",
15676 "semver",
15677]
15678
15679[[package]]
15680name = "wasmparser"
15681version = "0.221.3"
15682source = "registry+https://github.com/rust-lang/crates.io-index"
15683checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
15684dependencies = [
15685 "bitflags 2.9.0",
15686 "hashbrown 0.15.2",
15687 "indexmap",
15688 "semver",
15689 "serde",
15690]
15691
15692[[package]]
15693name = "wasmprinter"
15694version = "0.221.3"
15695source = "registry+https://github.com/rust-lang/crates.io-index"
15696checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
15697dependencies = [
15698 "anyhow",
15699 "termcolor",
15700 "wasmparser 0.221.3",
15701]
15702
15703[[package]]
15704name = "wasmtime"
15705version = "29.0.1"
15706source = "registry+https://github.com/rust-lang/crates.io-index"
15707checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
15708dependencies = [
15709 "anyhow",
15710 "async-trait",
15711 "bitflags 2.9.0",
15712 "bumpalo",
15713 "cc",
15714 "cfg-if",
15715 "encoding_rs",
15716 "hashbrown 0.14.5",
15717 "indexmap",
15718 "libc",
15719 "log",
15720 "mach2",
15721 "memfd",
15722 "object",
15723 "once_cell",
15724 "paste",
15725 "postcard",
15726 "psm",
15727 "pulley-interpreter",
15728 "rustix",
15729 "semver",
15730 "serde",
15731 "serde_derive",
15732 "smallvec",
15733 "sptr",
15734 "target-lexicon 0.13.2",
15735 "trait-variant",
15736 "wasmparser 0.221.3",
15737 "wasmtime-asm-macros",
15738 "wasmtime-component-macro",
15739 "wasmtime-component-util",
15740 "wasmtime-cranelift",
15741 "wasmtime-environ",
15742 "wasmtime-fiber",
15743 "wasmtime-jit-icache-coherence",
15744 "wasmtime-math",
15745 "wasmtime-slab",
15746 "wasmtime-versioned-export-macros",
15747 "wasmtime-winch",
15748 "windows-sys 0.59.0",
15749]
15750
15751[[package]]
15752name = "wasmtime-asm-macros"
15753version = "29.0.1"
15754source = "registry+https://github.com/rust-lang/crates.io-index"
15755checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
15756dependencies = [
15757 "cfg-if",
15758]
15759
15760[[package]]
15761name = "wasmtime-c-api-impl"
15762version = "29.0.1"
15763source = "registry+https://github.com/rust-lang/crates.io-index"
15764checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
15765dependencies = [
15766 "anyhow",
15767 "log",
15768 "tracing",
15769 "wasmtime",
15770 "wasmtime-c-api-macros",
15771]
15772
15773[[package]]
15774name = "wasmtime-c-api-macros"
15775version = "29.0.1"
15776source = "registry+https://github.com/rust-lang/crates.io-index"
15777checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
15778dependencies = [
15779 "proc-macro2",
15780 "quote",
15781]
15782
15783[[package]]
15784name = "wasmtime-component-macro"
15785version = "29.0.1"
15786source = "registry+https://github.com/rust-lang/crates.io-index"
15787checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
15788dependencies = [
15789 "anyhow",
15790 "proc-macro2",
15791 "quote",
15792 "syn 2.0.100",
15793 "wasmtime-component-util",
15794 "wasmtime-wit-bindgen",
15795 "wit-parser 0.221.3",
15796]
15797
15798[[package]]
15799name = "wasmtime-component-util"
15800version = "29.0.1"
15801source = "registry+https://github.com/rust-lang/crates.io-index"
15802checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
15803
15804[[package]]
15805name = "wasmtime-cranelift"
15806version = "29.0.1"
15807source = "registry+https://github.com/rust-lang/crates.io-index"
15808checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
15809dependencies = [
15810 "anyhow",
15811 "cfg-if",
15812 "cranelift-codegen",
15813 "cranelift-control",
15814 "cranelift-entity",
15815 "cranelift-frontend",
15816 "cranelift-native",
15817 "gimli",
15818 "itertools 0.12.1",
15819 "log",
15820 "object",
15821 "smallvec",
15822 "target-lexicon 0.13.2",
15823 "thiserror 1.0.69",
15824 "wasmparser 0.221.3",
15825 "wasmtime-environ",
15826 "wasmtime-versioned-export-macros",
15827]
15828
15829[[package]]
15830name = "wasmtime-environ"
15831version = "29.0.1"
15832source = "registry+https://github.com/rust-lang/crates.io-index"
15833checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
15834dependencies = [
15835 "anyhow",
15836 "cpp_demangle",
15837 "cranelift-bitset",
15838 "cranelift-entity",
15839 "gimli",
15840 "indexmap",
15841 "log",
15842 "object",
15843 "postcard",
15844 "rustc-demangle",
15845 "semver",
15846 "serde",
15847 "serde_derive",
15848 "smallvec",
15849 "target-lexicon 0.13.2",
15850 "wasm-encoder 0.221.3",
15851 "wasmparser 0.221.3",
15852 "wasmprinter",
15853 "wasmtime-component-util",
15854]
15855
15856[[package]]
15857name = "wasmtime-fiber"
15858version = "29.0.1"
15859source = "registry+https://github.com/rust-lang/crates.io-index"
15860checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
15861dependencies = [
15862 "anyhow",
15863 "cc",
15864 "cfg-if",
15865 "rustix",
15866 "wasmtime-asm-macros",
15867 "wasmtime-versioned-export-macros",
15868 "windows-sys 0.59.0",
15869]
15870
15871[[package]]
15872name = "wasmtime-jit-icache-coherence"
15873version = "29.0.1"
15874source = "registry+https://github.com/rust-lang/crates.io-index"
15875checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
15876dependencies = [
15877 "anyhow",
15878 "cfg-if",
15879 "libc",
15880 "windows-sys 0.59.0",
15881]
15882
15883[[package]]
15884name = "wasmtime-math"
15885version = "29.0.1"
15886source = "registry+https://github.com/rust-lang/crates.io-index"
15887checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
15888dependencies = [
15889 "libm",
15890]
15891
15892[[package]]
15893name = "wasmtime-slab"
15894version = "29.0.1"
15895source = "registry+https://github.com/rust-lang/crates.io-index"
15896checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
15897
15898[[package]]
15899name = "wasmtime-versioned-export-macros"
15900version = "29.0.1"
15901source = "registry+https://github.com/rust-lang/crates.io-index"
15902checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
15903dependencies = [
15904 "proc-macro2",
15905 "quote",
15906 "syn 2.0.100",
15907]
15908
15909[[package]]
15910name = "wasmtime-wasi"
15911version = "29.0.1"
15912source = "registry+https://github.com/rust-lang/crates.io-index"
15913checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
15914dependencies = [
15915 "anyhow",
15916 "async-trait",
15917 "bitflags 2.9.0",
15918 "bytes 1.10.1",
15919 "cap-fs-ext",
15920 "cap-net-ext",
15921 "cap-rand",
15922 "cap-std",
15923 "cap-time-ext",
15924 "fs-set-times",
15925 "futures 0.3.31",
15926 "io-extras",
15927 "io-lifetimes",
15928 "rustix",
15929 "system-interface",
15930 "thiserror 1.0.69",
15931 "tokio",
15932 "tracing",
15933 "trait-variant",
15934 "url",
15935 "wasmtime",
15936 "wiggle",
15937 "windows-sys 0.59.0",
15938]
15939
15940[[package]]
15941name = "wasmtime-winch"
15942version = "29.0.1"
15943source = "registry+https://github.com/rust-lang/crates.io-index"
15944checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
15945dependencies = [
15946 "anyhow",
15947 "cranelift-codegen",
15948 "gimli",
15949 "object",
15950 "target-lexicon 0.13.2",
15951 "wasmparser 0.221.3",
15952 "wasmtime-cranelift",
15953 "wasmtime-environ",
15954 "winch-codegen",
15955]
15956
15957[[package]]
15958name = "wasmtime-wit-bindgen"
15959version = "29.0.1"
15960source = "registry+https://github.com/rust-lang/crates.io-index"
15961checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
15962dependencies = [
15963 "anyhow",
15964 "heck 0.5.0",
15965 "indexmap",
15966 "wit-parser 0.221.3",
15967]
15968
15969[[package]]
15970name = "wast"
15971version = "35.0.2"
15972source = "registry+https://github.com/rust-lang/crates.io-index"
15973checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
15974dependencies = [
15975 "leb128",
15976]
15977
15978[[package]]
15979name = "wayland-backend"
15980version = "0.3.8"
15981source = "registry+https://github.com/rust-lang/crates.io-index"
15982checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
15983dependencies = [
15984 "cc",
15985 "downcast-rs",
15986 "rustix",
15987 "scoped-tls",
15988 "smallvec",
15989 "wayland-sys",
15990]
15991
15992[[package]]
15993name = "wayland-client"
15994version = "0.31.8"
15995source = "registry+https://github.com/rust-lang/crates.io-index"
15996checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
15997dependencies = [
15998 "bitflags 2.9.0",
15999 "rustix",
16000 "wayland-backend",
16001 "wayland-scanner",
16002]
16003
16004[[package]]
16005name = "wayland-cursor"
16006version = "0.31.8"
16007source = "registry+https://github.com/rust-lang/crates.io-index"
16008checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
16009dependencies = [
16010 "rustix",
16011 "wayland-client",
16012 "xcursor",
16013]
16014
16015[[package]]
16016name = "wayland-protocols"
16017version = "0.31.2"
16018source = "registry+https://github.com/rust-lang/crates.io-index"
16019checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
16020dependencies = [
16021 "bitflags 2.9.0",
16022 "wayland-backend",
16023 "wayland-client",
16024 "wayland-scanner",
16025]
16026
16027[[package]]
16028name = "wayland-protocols-plasma"
16029version = "0.2.0"
16030source = "registry+https://github.com/rust-lang/crates.io-index"
16031checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
16032dependencies = [
16033 "bitflags 2.9.0",
16034 "wayland-backend",
16035 "wayland-client",
16036 "wayland-protocols",
16037 "wayland-scanner",
16038]
16039
16040[[package]]
16041name = "wayland-scanner"
16042version = "0.31.6"
16043source = "registry+https://github.com/rust-lang/crates.io-index"
16044checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
16045dependencies = [
16046 "proc-macro2",
16047 "quick-xml 0.37.2",
16048 "quote",
16049]
16050
16051[[package]]
16052name = "wayland-sys"
16053version = "0.31.6"
16054source = "registry+https://github.com/rust-lang/crates.io-index"
16055checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
16056dependencies = [
16057 "dlib",
16058 "log",
16059 "once_cell",
16060 "pkg-config",
16061]
16062
16063[[package]]
16064name = "web-sys"
16065version = "0.3.76"
16066source = "registry+https://github.com/rust-lang/crates.io-index"
16067checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
16068dependencies = [
16069 "js-sys",
16070 "wasm-bindgen",
16071]
16072
16073[[package]]
16074name = "web-time"
16075version = "1.1.0"
16076source = "registry+https://github.com/rust-lang/crates.io-index"
16077checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
16078dependencies = [
16079 "js-sys",
16080 "wasm-bindgen",
16081]
16082
16083[[package]]
16084name = "webpki-root-certs"
16085version = "0.26.8"
16086source = "registry+https://github.com/rust-lang/crates.io-index"
16087checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
16088dependencies = [
16089 "rustls-pki-types",
16090]
16091
16092[[package]]
16093name = "webpki-roots"
16094version = "0.26.7"
16095source = "registry+https://github.com/rust-lang/crates.io-index"
16096checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
16097dependencies = [
16098 "rustls-pki-types",
16099]
16100
16101[[package]]
16102name = "webrtc-sys"
16103version = "0.3.7"
16104source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
16105dependencies = [
16106 "cc",
16107 "cxx",
16108 "cxx-build",
16109 "glob",
16110 "log",
16111 "webrtc-sys-build",
16112]
16113
16114[[package]]
16115name = "webrtc-sys-build"
16116version = "0.3.6"
16117source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
16118dependencies = [
16119 "fs2",
16120 "regex",
16121 "reqwest 0.11.27",
16122 "scratch",
16123 "semver",
16124 "zip",
16125]
16126
16127[[package]]
16128name = "weezl"
16129version = "0.1.8"
16130source = "registry+https://github.com/rust-lang/crates.io-index"
16131checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
16132
16133[[package]]
16134name = "welcome"
16135version = "0.1.0"
16136dependencies = [
16137 "anyhow",
16138 "client",
16139 "db",
16140 "editor",
16141 "fuzzy",
16142 "gpui",
16143 "install_cli",
16144 "language",
16145 "picker",
16146 "project",
16147 "schemars",
16148 "serde",
16149 "settings",
16150 "telemetry",
16151 "ui",
16152 "util",
16153 "vim_mode_setting",
16154 "workspace",
16155 "zed_actions",
16156]
16157
16158[[package]]
16159name = "which"
16160version = "4.4.2"
16161source = "registry+https://github.com/rust-lang/crates.io-index"
16162checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
16163dependencies = [
16164 "either",
16165 "home",
16166 "once_cell",
16167 "rustix",
16168]
16169
16170[[package]]
16171name = "which"
16172version = "6.0.3"
16173source = "registry+https://github.com/rust-lang/crates.io-index"
16174checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
16175dependencies = [
16176 "either",
16177 "home",
16178 "rustix",
16179 "winsafe",
16180]
16181
16182[[package]]
16183name = "whoami"
16184version = "1.5.2"
16185source = "registry+https://github.com/rust-lang/crates.io-index"
16186checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
16187dependencies = [
16188 "redox_syscall 0.5.8",
16189 "wasite",
16190]
16191
16192[[package]]
16193name = "wiggle"
16194version = "29.0.1"
16195source = "registry+https://github.com/rust-lang/crates.io-index"
16196checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
16197dependencies = [
16198 "anyhow",
16199 "async-trait",
16200 "bitflags 2.9.0",
16201 "thiserror 1.0.69",
16202 "tracing",
16203 "wasmtime",
16204 "wiggle-macro",
16205]
16206
16207[[package]]
16208name = "wiggle-generate"
16209version = "29.0.1"
16210source = "registry+https://github.com/rust-lang/crates.io-index"
16211checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
16212dependencies = [
16213 "anyhow",
16214 "heck 0.5.0",
16215 "proc-macro2",
16216 "quote",
16217 "shellexpand 2.1.2",
16218 "syn 2.0.100",
16219 "witx",
16220]
16221
16222[[package]]
16223name = "wiggle-macro"
16224version = "29.0.1"
16225source = "registry+https://github.com/rust-lang/crates.io-index"
16226checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
16227dependencies = [
16228 "proc-macro2",
16229 "quote",
16230 "syn 2.0.100",
16231 "wiggle-generate",
16232]
16233
16234[[package]]
16235name = "winapi"
16236version = "0.3.9"
16237source = "registry+https://github.com/rust-lang/crates.io-index"
16238checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
16239dependencies = [
16240 "winapi-i686-pc-windows-gnu",
16241 "winapi-x86_64-pc-windows-gnu",
16242]
16243
16244[[package]]
16245name = "winapi-i686-pc-windows-gnu"
16246version = "0.4.0"
16247source = "registry+https://github.com/rust-lang/crates.io-index"
16248checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
16249
16250[[package]]
16251name = "winapi-util"
16252version = "0.1.9"
16253source = "registry+https://github.com/rust-lang/crates.io-index"
16254checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
16255dependencies = [
16256 "windows-sys 0.48.0",
16257]
16258
16259[[package]]
16260name = "winapi-x86_64-pc-windows-gnu"
16261version = "0.4.0"
16262source = "registry+https://github.com/rust-lang/crates.io-index"
16263checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
16264
16265[[package]]
16266name = "winch-codegen"
16267version = "29.0.1"
16268source = "registry+https://github.com/rust-lang/crates.io-index"
16269checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
16270dependencies = [
16271 "anyhow",
16272 "cranelift-codegen",
16273 "gimli",
16274 "regalloc2",
16275 "smallvec",
16276 "target-lexicon 0.13.2",
16277 "thiserror 1.0.69",
16278 "wasmparser 0.221.3",
16279 "wasmtime-cranelift",
16280 "wasmtime-environ",
16281]
16282
16283[[package]]
16284name = "windows"
16285version = "0.54.0"
16286source = "registry+https://github.com/rust-lang/crates.io-index"
16287checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
16288dependencies = [
16289 "windows-core 0.54.0",
16290 "windows-targets 0.52.6",
16291]
16292
16293[[package]]
16294name = "windows"
16295version = "0.57.0"
16296source = "registry+https://github.com/rust-lang/crates.io-index"
16297checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
16298dependencies = [
16299 "windows-core 0.57.0",
16300 "windows-targets 0.52.6",
16301]
16302
16303[[package]]
16304name = "windows"
16305version = "0.58.0"
16306source = "registry+https://github.com/rust-lang/crates.io-index"
16307checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
16308dependencies = [
16309 "windows-core 0.58.0",
16310 "windows-targets 0.52.6",
16311]
16312
16313[[package]]
16314name = "windows"
16315version = "0.61.1"
16316source = "registry+https://github.com/rust-lang/crates.io-index"
16317checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
16318dependencies = [
16319 "windows-collections",
16320 "windows-core 0.61.0",
16321 "windows-future",
16322 "windows-link",
16323 "windows-numerics",
16324]
16325
16326[[package]]
16327name = "windows-collections"
16328version = "0.2.0"
16329source = "registry+https://github.com/rust-lang/crates.io-index"
16330checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
16331dependencies = [
16332 "windows-core 0.61.0",
16333]
16334
16335[[package]]
16336name = "windows-core"
16337version = "0.52.0"
16338source = "registry+https://github.com/rust-lang/crates.io-index"
16339checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
16340dependencies = [
16341 "windows-targets 0.52.6",
16342]
16343
16344[[package]]
16345name = "windows-core"
16346version = "0.54.0"
16347source = "registry+https://github.com/rust-lang/crates.io-index"
16348checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
16349dependencies = [
16350 "windows-result 0.1.2",
16351 "windows-targets 0.52.6",
16352]
16353
16354[[package]]
16355name = "windows-core"
16356version = "0.57.0"
16357source = "registry+https://github.com/rust-lang/crates.io-index"
16358checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
16359dependencies = [
16360 "windows-implement 0.57.0",
16361 "windows-interface 0.57.0",
16362 "windows-result 0.1.2",
16363 "windows-targets 0.52.6",
16364]
16365
16366[[package]]
16367name = "windows-core"
16368version = "0.58.0"
16369source = "registry+https://github.com/rust-lang/crates.io-index"
16370checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
16371dependencies = [
16372 "windows-implement 0.58.0",
16373 "windows-interface 0.58.0",
16374 "windows-result 0.2.0",
16375 "windows-strings 0.1.0",
16376 "windows-targets 0.52.6",
16377]
16378
16379[[package]]
16380name = "windows-core"
16381version = "0.61.0"
16382source = "registry+https://github.com/rust-lang/crates.io-index"
16383checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
16384dependencies = [
16385 "windows-implement 0.60.0",
16386 "windows-interface 0.59.1",
16387 "windows-link",
16388 "windows-result 0.3.2",
16389 "windows-strings 0.4.0",
16390]
16391
16392[[package]]
16393name = "windows-future"
16394version = "0.2.0"
16395source = "registry+https://github.com/rust-lang/crates.io-index"
16396checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
16397dependencies = [
16398 "windows-core 0.61.0",
16399 "windows-link",
16400]
16401
16402[[package]]
16403name = "windows-implement"
16404version = "0.57.0"
16405source = "registry+https://github.com/rust-lang/crates.io-index"
16406checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
16407dependencies = [
16408 "proc-macro2",
16409 "quote",
16410 "syn 2.0.100",
16411]
16412
16413[[package]]
16414name = "windows-implement"
16415version = "0.58.0"
16416source = "registry+https://github.com/rust-lang/crates.io-index"
16417checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
16418dependencies = [
16419 "proc-macro2",
16420 "quote",
16421 "syn 2.0.100",
16422]
16423
16424[[package]]
16425name = "windows-implement"
16426version = "0.60.0"
16427source = "registry+https://github.com/rust-lang/crates.io-index"
16428checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
16429dependencies = [
16430 "proc-macro2",
16431 "quote",
16432 "syn 2.0.100",
16433]
16434
16435[[package]]
16436name = "windows-interface"
16437version = "0.57.0"
16438source = "registry+https://github.com/rust-lang/crates.io-index"
16439checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
16440dependencies = [
16441 "proc-macro2",
16442 "quote",
16443 "syn 2.0.100",
16444]
16445
16446[[package]]
16447name = "windows-interface"
16448version = "0.58.0"
16449source = "registry+https://github.com/rust-lang/crates.io-index"
16450checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
16451dependencies = [
16452 "proc-macro2",
16453 "quote",
16454 "syn 2.0.100",
16455]
16456
16457[[package]]
16458name = "windows-interface"
16459version = "0.59.1"
16460source = "registry+https://github.com/rust-lang/crates.io-index"
16461checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
16462dependencies = [
16463 "proc-macro2",
16464 "quote",
16465 "syn 2.0.100",
16466]
16467
16468[[package]]
16469name = "windows-link"
16470version = "0.1.1"
16471source = "registry+https://github.com/rust-lang/crates.io-index"
16472checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
16473
16474[[package]]
16475name = "windows-numerics"
16476version = "0.2.0"
16477source = "registry+https://github.com/rust-lang/crates.io-index"
16478checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
16479dependencies = [
16480 "windows-core 0.61.0",
16481 "windows-link",
16482]
16483
16484[[package]]
16485name = "windows-registry"
16486version = "0.2.0"
16487source = "registry+https://github.com/rust-lang/crates.io-index"
16488checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
16489dependencies = [
16490 "windows-result 0.2.0",
16491 "windows-strings 0.1.0",
16492 "windows-targets 0.52.6",
16493]
16494
16495[[package]]
16496name = "windows-result"
16497version = "0.1.2"
16498source = "registry+https://github.com/rust-lang/crates.io-index"
16499checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
16500dependencies = [
16501 "windows-targets 0.52.6",
16502]
16503
16504[[package]]
16505name = "windows-result"
16506version = "0.2.0"
16507source = "registry+https://github.com/rust-lang/crates.io-index"
16508checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
16509dependencies = [
16510 "windows-targets 0.52.6",
16511]
16512
16513[[package]]
16514name = "windows-result"
16515version = "0.3.2"
16516source = "registry+https://github.com/rust-lang/crates.io-index"
16517checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
16518dependencies = [
16519 "windows-link",
16520]
16521
16522[[package]]
16523name = "windows-strings"
16524version = "0.1.0"
16525source = "registry+https://github.com/rust-lang/crates.io-index"
16526checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
16527dependencies = [
16528 "windows-result 0.2.0",
16529 "windows-targets 0.52.6",
16530]
16531
16532[[package]]
16533name = "windows-strings"
16534version = "0.4.0"
16535source = "registry+https://github.com/rust-lang/crates.io-index"
16536checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
16537dependencies = [
16538 "windows-link",
16539]
16540
16541[[package]]
16542name = "windows-sys"
16543version = "0.45.0"
16544source = "registry+https://github.com/rust-lang/crates.io-index"
16545checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
16546dependencies = [
16547 "windows-targets 0.42.2",
16548]
16549
16550[[package]]
16551name = "windows-sys"
16552version = "0.48.0"
16553source = "registry+https://github.com/rust-lang/crates.io-index"
16554checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
16555dependencies = [
16556 "windows-targets 0.48.5",
16557]
16558
16559[[package]]
16560name = "windows-sys"
16561version = "0.52.0"
16562source = "registry+https://github.com/rust-lang/crates.io-index"
16563checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
16564dependencies = [
16565 "windows-targets 0.52.6",
16566]
16567
16568[[package]]
16569name = "windows-sys"
16570version = "0.59.0"
16571source = "registry+https://github.com/rust-lang/crates.io-index"
16572checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
16573dependencies = [
16574 "windows-targets 0.52.6",
16575]
16576
16577[[package]]
16578name = "windows-targets"
16579version = "0.42.2"
16580source = "registry+https://github.com/rust-lang/crates.io-index"
16581checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
16582dependencies = [
16583 "windows_aarch64_gnullvm 0.42.2",
16584 "windows_aarch64_msvc 0.42.2",
16585 "windows_i686_gnu 0.42.2",
16586 "windows_i686_msvc 0.42.2",
16587 "windows_x86_64_gnu 0.42.2",
16588 "windows_x86_64_gnullvm 0.42.2",
16589 "windows_x86_64_msvc 0.42.2",
16590]
16591
16592[[package]]
16593name = "windows-targets"
16594version = "0.48.5"
16595source = "registry+https://github.com/rust-lang/crates.io-index"
16596checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
16597dependencies = [
16598 "windows_aarch64_gnullvm 0.48.5",
16599 "windows_aarch64_msvc 0.48.5",
16600 "windows_i686_gnu 0.48.5",
16601 "windows_i686_msvc 0.48.5",
16602 "windows_x86_64_gnu 0.48.5",
16603 "windows_x86_64_gnullvm 0.48.5",
16604 "windows_x86_64_msvc 0.48.5",
16605]
16606
16607[[package]]
16608name = "windows-targets"
16609version = "0.52.6"
16610source = "registry+https://github.com/rust-lang/crates.io-index"
16611checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
16612dependencies = [
16613 "windows_aarch64_gnullvm 0.52.6",
16614 "windows_aarch64_msvc 0.52.6",
16615 "windows_i686_gnu 0.52.6",
16616 "windows_i686_gnullvm",
16617 "windows_i686_msvc 0.52.6",
16618 "windows_x86_64_gnu 0.52.6",
16619 "windows_x86_64_gnullvm 0.52.6",
16620 "windows_x86_64_msvc 0.52.6",
16621]
16622
16623[[package]]
16624name = "windows_aarch64_gnullvm"
16625version = "0.42.2"
16626source = "registry+https://github.com/rust-lang/crates.io-index"
16627checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
16628
16629[[package]]
16630name = "windows_aarch64_gnullvm"
16631version = "0.48.5"
16632source = "registry+https://github.com/rust-lang/crates.io-index"
16633checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
16634
16635[[package]]
16636name = "windows_aarch64_gnullvm"
16637version = "0.52.6"
16638source = "registry+https://github.com/rust-lang/crates.io-index"
16639checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
16640
16641[[package]]
16642name = "windows_aarch64_msvc"
16643version = "0.42.2"
16644source = "registry+https://github.com/rust-lang/crates.io-index"
16645checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
16646
16647[[package]]
16648name = "windows_aarch64_msvc"
16649version = "0.48.5"
16650source = "registry+https://github.com/rust-lang/crates.io-index"
16651checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
16652
16653[[package]]
16654name = "windows_aarch64_msvc"
16655version = "0.52.6"
16656source = "registry+https://github.com/rust-lang/crates.io-index"
16657checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
16658
16659[[package]]
16660name = "windows_i686_gnu"
16661version = "0.42.2"
16662source = "registry+https://github.com/rust-lang/crates.io-index"
16663checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
16664
16665[[package]]
16666name = "windows_i686_gnu"
16667version = "0.48.5"
16668source = "registry+https://github.com/rust-lang/crates.io-index"
16669checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
16670
16671[[package]]
16672name = "windows_i686_gnu"
16673version = "0.52.6"
16674source = "registry+https://github.com/rust-lang/crates.io-index"
16675checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
16676
16677[[package]]
16678name = "windows_i686_gnullvm"
16679version = "0.52.6"
16680source = "registry+https://github.com/rust-lang/crates.io-index"
16681checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
16682
16683[[package]]
16684name = "windows_i686_msvc"
16685version = "0.42.2"
16686source = "registry+https://github.com/rust-lang/crates.io-index"
16687checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
16688
16689[[package]]
16690name = "windows_i686_msvc"
16691version = "0.48.5"
16692source = "registry+https://github.com/rust-lang/crates.io-index"
16693checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
16694
16695[[package]]
16696name = "windows_i686_msvc"
16697version = "0.52.6"
16698source = "registry+https://github.com/rust-lang/crates.io-index"
16699checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
16700
16701[[package]]
16702name = "windows_x86_64_gnu"
16703version = "0.42.2"
16704source = "registry+https://github.com/rust-lang/crates.io-index"
16705checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
16706
16707[[package]]
16708name = "windows_x86_64_gnu"
16709version = "0.48.5"
16710source = "registry+https://github.com/rust-lang/crates.io-index"
16711checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
16712
16713[[package]]
16714name = "windows_x86_64_gnu"
16715version = "0.52.6"
16716source = "registry+https://github.com/rust-lang/crates.io-index"
16717checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
16718
16719[[package]]
16720name = "windows_x86_64_gnullvm"
16721version = "0.42.2"
16722source = "registry+https://github.com/rust-lang/crates.io-index"
16723checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
16724
16725[[package]]
16726name = "windows_x86_64_gnullvm"
16727version = "0.48.5"
16728source = "registry+https://github.com/rust-lang/crates.io-index"
16729checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
16730
16731[[package]]
16732name = "windows_x86_64_gnullvm"
16733version = "0.52.6"
16734source = "registry+https://github.com/rust-lang/crates.io-index"
16735checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
16736
16737[[package]]
16738name = "windows_x86_64_msvc"
16739version = "0.42.2"
16740source = "registry+https://github.com/rust-lang/crates.io-index"
16741checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
16742
16743[[package]]
16744name = "windows_x86_64_msvc"
16745version = "0.48.5"
16746source = "registry+https://github.com/rust-lang/crates.io-index"
16747checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
16748
16749[[package]]
16750name = "windows_x86_64_msvc"
16751version = "0.52.6"
16752source = "registry+https://github.com/rust-lang/crates.io-index"
16753checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
16754
16755[[package]]
16756name = "winnow"
16757version = "0.6.20"
16758source = "registry+https://github.com/rust-lang/crates.io-index"
16759checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
16760dependencies = [
16761 "memchr",
16762]
16763
16764[[package]]
16765name = "winnow"
16766version = "0.7.1"
16767source = "registry+https://github.com/rust-lang/crates.io-index"
16768checksum = "86e376c75f4f43f44db463cf729e0d3acbf954d13e22c51e26e4c264b4ab545f"
16769dependencies = [
16770 "memchr",
16771]
16772
16773[[package]]
16774name = "winreg"
16775version = "0.50.0"
16776source = "registry+https://github.com/rust-lang/crates.io-index"
16777checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
16778dependencies = [
16779 "cfg-if",
16780 "windows-sys 0.48.0",
16781]
16782
16783[[package]]
16784name = "winreg"
16785version = "0.52.0"
16786source = "registry+https://github.com/rust-lang/crates.io-index"
16787checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
16788dependencies = [
16789 "cfg-if",
16790 "windows-sys 0.48.0",
16791]
16792
16793[[package]]
16794name = "winresource"
16795version = "0.1.20"
16796source = "registry+https://github.com/rust-lang/crates.io-index"
16797checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
16798dependencies = [
16799 "toml 0.8.20",
16800 "version_check",
16801]
16802
16803[[package]]
16804name = "winsafe"
16805version = "0.0.19"
16806source = "registry+https://github.com/rust-lang/crates.io-index"
16807checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
16808
16809[[package]]
16810name = "winx"
16811version = "0.36.4"
16812source = "registry+https://github.com/rust-lang/crates.io-index"
16813checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
16814dependencies = [
16815 "bitflags 2.9.0",
16816 "windows-sys 0.59.0",
16817]
16818
16819[[package]]
16820name = "wio"
16821version = "0.2.2"
16822source = "registry+https://github.com/rust-lang/crates.io-index"
16823checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
16824dependencies = [
16825 "winapi",
16826]
16827
16828[[package]]
16829name = "wit-bindgen"
16830version = "0.22.0"
16831source = "registry+https://github.com/rust-lang/crates.io-index"
16832checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
16833dependencies = [
16834 "bitflags 2.9.0",
16835 "wit-bindgen-rt 0.22.0",
16836 "wit-bindgen-rust-macro",
16837]
16838
16839[[package]]
16840name = "wit-bindgen-core"
16841version = "0.22.0"
16842source = "registry+https://github.com/rust-lang/crates.io-index"
16843checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
16844dependencies = [
16845 "anyhow",
16846 "wit-parser 0.201.0",
16847]
16848
16849[[package]]
16850name = "wit-bindgen-rt"
16851version = "0.22.0"
16852source = "registry+https://github.com/rust-lang/crates.io-index"
16853checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
16854
16855[[package]]
16856name = "wit-bindgen-rt"
16857version = "0.33.0"
16858source = "registry+https://github.com/rust-lang/crates.io-index"
16859checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
16860dependencies = [
16861 "bitflags 2.9.0",
16862]
16863
16864[[package]]
16865name = "wit-bindgen-rust"
16866version = "0.22.0"
16867source = "registry+https://github.com/rust-lang/crates.io-index"
16868checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
16869dependencies = [
16870 "anyhow",
16871 "heck 0.4.1",
16872 "indexmap",
16873 "wasm-metadata 0.201.0",
16874 "wit-bindgen-core",
16875 "wit-component 0.201.0",
16876]
16877
16878[[package]]
16879name = "wit-bindgen-rust-macro"
16880version = "0.22.0"
16881source = "registry+https://github.com/rust-lang/crates.io-index"
16882checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
16883dependencies = [
16884 "anyhow",
16885 "proc-macro2",
16886 "quote",
16887 "syn 2.0.100",
16888 "wit-bindgen-core",
16889 "wit-bindgen-rust",
16890]
16891
16892[[package]]
16893name = "wit-component"
16894version = "0.201.0"
16895source = "registry+https://github.com/rust-lang/crates.io-index"
16896checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
16897dependencies = [
16898 "anyhow",
16899 "bitflags 2.9.0",
16900 "indexmap",
16901 "log",
16902 "serde",
16903 "serde_derive",
16904 "serde_json",
16905 "wasm-encoder 0.201.0",
16906 "wasm-metadata 0.201.0",
16907 "wasmparser 0.201.0",
16908 "wit-parser 0.201.0",
16909]
16910
16911[[package]]
16912name = "wit-component"
16913version = "0.221.3"
16914source = "registry+https://github.com/rust-lang/crates.io-index"
16915checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
16916dependencies = [
16917 "anyhow",
16918 "bitflags 2.9.0",
16919 "indexmap",
16920 "log",
16921 "serde",
16922 "serde_derive",
16923 "serde_json",
16924 "wasm-encoder 0.221.3",
16925 "wasm-metadata 0.221.3",
16926 "wasmparser 0.221.3",
16927 "wit-parser 0.221.3",
16928]
16929
16930[[package]]
16931name = "wit-parser"
16932version = "0.201.0"
16933source = "registry+https://github.com/rust-lang/crates.io-index"
16934checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
16935dependencies = [
16936 "anyhow",
16937 "id-arena",
16938 "indexmap",
16939 "log",
16940 "semver",
16941 "serde",
16942 "serde_derive",
16943 "serde_json",
16944 "unicode-xid",
16945 "wasmparser 0.201.0",
16946]
16947
16948[[package]]
16949name = "wit-parser"
16950version = "0.221.3"
16951source = "registry+https://github.com/rust-lang/crates.io-index"
16952checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
16953dependencies = [
16954 "anyhow",
16955 "id-arena",
16956 "indexmap",
16957 "log",
16958 "semver",
16959 "serde",
16960 "serde_derive",
16961 "serde_json",
16962 "unicode-xid",
16963 "wasmparser 0.221.3",
16964]
16965
16966[[package]]
16967name = "witx"
16968version = "0.9.1"
16969source = "registry+https://github.com/rust-lang/crates.io-index"
16970checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
16971dependencies = [
16972 "anyhow",
16973 "log",
16974 "thiserror 1.0.69",
16975 "wast",
16976]
16977
16978[[package]]
16979name = "workspace"
16980version = "0.1.0"
16981dependencies = [
16982 "any_vec",
16983 "anyhow",
16984 "async-recursion 1.1.1",
16985 "bincode",
16986 "call",
16987 "client",
16988 "clock",
16989 "collections",
16990 "component",
16991 "dap",
16992 "db",
16993 "derive_more",
16994 "env_logger 0.11.7",
16995 "fs",
16996 "futures 0.3.31",
16997 "gpui",
16998 "http_client",
16999 "itertools 0.14.0",
17000 "language",
17001 "log",
17002 "node_runtime",
17003 "parking_lot",
17004 "postage",
17005 "project",
17006 "remote",
17007 "schemars",
17008 "serde",
17009 "serde_json",
17010 "session",
17011 "settings",
17012 "smallvec",
17013 "sqlez",
17014 "strum",
17015 "task",
17016 "telemetry",
17017 "tempfile",
17018 "theme",
17019 "ui",
17020 "util",
17021 "uuid",
17022 "zed_actions",
17023]
17024
17025[[package]]
17026name = "worktree"
17027version = "0.1.0"
17028dependencies = [
17029 "anyhow",
17030 "clock",
17031 "collections",
17032 "env_logger 0.11.7",
17033 "fs",
17034 "futures 0.3.31",
17035 "fuzzy",
17036 "git",
17037 "git2",
17038 "git_hosting_providers",
17039 "gpui",
17040 "http_client",
17041 "ignore",
17042 "language",
17043 "log",
17044 "parking_lot",
17045 "paths",
17046 "postage",
17047 "pretty_assertions",
17048 "rand 0.8.5",
17049 "rpc",
17050 "schemars",
17051 "serde",
17052 "serde_json",
17053 "settings",
17054 "smallvec",
17055 "smol",
17056 "sum_tree",
17057 "text",
17058 "util",
17059]
17060
17061[[package]]
17062name = "write16"
17063version = "1.0.0"
17064source = "registry+https://github.com/rust-lang/crates.io-index"
17065checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
17066
17067[[package]]
17068name = "writeable"
17069version = "0.5.5"
17070source = "registry+https://github.com/rust-lang/crates.io-index"
17071checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
17072
17073[[package]]
17074name = "wyz"
17075version = "0.5.1"
17076source = "registry+https://github.com/rust-lang/crates.io-index"
17077checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
17078dependencies = [
17079 "tap",
17080]
17081
17082[[package]]
17083name = "x11-clipboard"
17084version = "0.9.3"
17085source = "registry+https://github.com/rust-lang/crates.io-index"
17086checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
17087dependencies = [
17088 "libc",
17089 "x11rb",
17090]
17091
17092[[package]]
17093name = "x11rb"
17094version = "0.13.1"
17095source = "registry+https://github.com/rust-lang/crates.io-index"
17096checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
17097dependencies = [
17098 "as-raw-xcb-connection",
17099 "gethostname",
17100 "libc",
17101 "rustix",
17102 "x11rb-protocol",
17103]
17104
17105[[package]]
17106name = "x11rb-protocol"
17107version = "0.13.1"
17108source = "registry+https://github.com/rust-lang/crates.io-index"
17109checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
17110
17111[[package]]
17112name = "xattr"
17113version = "0.2.3"
17114source = "registry+https://github.com/rust-lang/crates.io-index"
17115checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
17116dependencies = [
17117 "libc",
17118]
17119
17120[[package]]
17121name = "xcursor"
17122version = "0.3.8"
17123source = "registry+https://github.com/rust-lang/crates.io-index"
17124checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
17125
17126[[package]]
17127name = "xdg-home"
17128version = "1.3.0"
17129source = "registry+https://github.com/rust-lang/crates.io-index"
17130checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
17131dependencies = [
17132 "libc",
17133 "windows-sys 0.59.0",
17134]
17135
17136[[package]]
17137name = "xim"
17138version = "0.4.0"
17139source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17140dependencies = [
17141 "ahash 0.8.11",
17142 "hashbrown 0.14.5",
17143 "log",
17144 "x11rb",
17145 "xim-ctext",
17146 "xim-parser",
17147]
17148
17149[[package]]
17150name = "xim-ctext"
17151version = "0.3.0"
17152source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17153dependencies = [
17154 "encoding_rs",
17155]
17156
17157[[package]]
17158name = "xim-parser"
17159version = "0.2.1"
17160source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17161dependencies = [
17162 "bitflags 2.9.0",
17163]
17164
17165[[package]]
17166name = "xkbcommon"
17167version = "0.8.0"
17168source = "registry+https://github.com/rust-lang/crates.io-index"
17169checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
17170dependencies = [
17171 "as-raw-xcb-connection",
17172 "libc",
17173 "memmap2",
17174 "xkeysym",
17175]
17176
17177[[package]]
17178name = "xkeysym"
17179version = "0.2.1"
17180source = "registry+https://github.com/rust-lang/crates.io-index"
17181checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
17182
17183[[package]]
17184name = "xml5ever"
17185version = "0.18.1"
17186source = "registry+https://github.com/rust-lang/crates.io-index"
17187checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
17188dependencies = [
17189 "log",
17190 "mac",
17191 "markup5ever",
17192]
17193
17194[[package]]
17195name = "xmlparser"
17196version = "0.13.6"
17197source = "registry+https://github.com/rust-lang/crates.io-index"
17198checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
17199
17200[[package]]
17201name = "xmlwriter"
17202version = "0.1.0"
17203source = "registry+https://github.com/rust-lang/crates.io-index"
17204checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
17205
17206[[package]]
17207name = "xtask"
17208version = "0.1.0"
17209dependencies = [
17210 "anyhow",
17211 "cargo_metadata",
17212 "cargo_toml",
17213 "clap",
17214]
17215
17216[[package]]
17217name = "yaml-rust2"
17218version = "0.8.1"
17219source = "registry+https://github.com/rust-lang/crates.io-index"
17220checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
17221dependencies = [
17222 "arraydeque",
17223 "encoding_rs",
17224 "hashlink 0.8.4",
17225]
17226
17227[[package]]
17228name = "yansi"
17229version = "1.0.1"
17230source = "registry+https://github.com/rust-lang/crates.io-index"
17231checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
17232
17233[[package]]
17234name = "yazi"
17235version = "0.2.1"
17236source = "registry+https://github.com/rust-lang/crates.io-index"
17237checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
17238
17239[[package]]
17240name = "yeslogic-fontconfig-sys"
17241version = "6.0.0"
17242source = "registry+https://github.com/rust-lang/crates.io-index"
17243checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
17244dependencies = [
17245 "dlib",
17246 "once_cell",
17247 "pkg-config",
17248]
17249
17250[[package]]
17251name = "yoke"
17252version = "0.7.5"
17253source = "registry+https://github.com/rust-lang/crates.io-index"
17254checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
17255dependencies = [
17256 "serde",
17257 "stable_deref_trait",
17258 "yoke-derive",
17259 "zerofrom",
17260]
17261
17262[[package]]
17263name = "yoke-derive"
17264version = "0.7.5"
17265source = "registry+https://github.com/rust-lang/crates.io-index"
17266checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
17267dependencies = [
17268 "proc-macro2",
17269 "quote",
17270 "syn 2.0.100",
17271 "synstructure",
17272]
17273
17274[[package]]
17275name = "zbus"
17276version = "5.5.0"
17277source = "registry+https://github.com/rust-lang/crates.io-index"
17278checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
17279dependencies = [
17280 "async-broadcast",
17281 "async-executor",
17282 "async-fs",
17283 "async-io",
17284 "async-lock",
17285 "async-process",
17286 "async-recursion 1.1.1",
17287 "async-task",
17288 "async-trait",
17289 "blocking",
17290 "enumflags2",
17291 "event-listener 5.3.1",
17292 "futures-core",
17293 "futures-lite 2.6.0",
17294 "hex",
17295 "nix",
17296 "ordered-stream",
17297 "serde",
17298 "serde_repr",
17299 "static_assertions",
17300 "tracing",
17301 "uds_windows",
17302 "windows-sys 0.59.0",
17303 "winnow 0.7.1",
17304 "xdg-home",
17305 "zbus_macros",
17306 "zbus_names",
17307 "zvariant",
17308]
17309
17310[[package]]
17311name = "zbus_macros"
17312version = "5.5.0"
17313source = "registry+https://github.com/rust-lang/crates.io-index"
17314checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
17315dependencies = [
17316 "proc-macro-crate",
17317 "proc-macro2",
17318 "quote",
17319 "syn 2.0.100",
17320 "zbus_names",
17321 "zvariant",
17322 "zvariant_utils",
17323]
17324
17325[[package]]
17326name = "zbus_names"
17327version = "4.1.0"
17328source = "registry+https://github.com/rust-lang/crates.io-index"
17329checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
17330dependencies = [
17331 "serde",
17332 "static_assertions",
17333 "winnow 0.6.20",
17334 "zvariant",
17335]
17336
17337[[package]]
17338name = "zed"
17339version = "0.181.0"
17340dependencies = [
17341 "activity_indicator",
17342 "anyhow",
17343 "ashpd",
17344 "assets",
17345 "assistant",
17346 "assistant2",
17347 "assistant_context_editor",
17348 "assistant_settings",
17349 "assistant_tools",
17350 "async-watch",
17351 "audio",
17352 "auto_update",
17353 "auto_update_ui",
17354 "backtrace",
17355 "breadcrumbs",
17356 "call",
17357 "channel",
17358 "chrono",
17359 "clap",
17360 "cli",
17361 "client",
17362 "collab_ui",
17363 "collections",
17364 "command_palette",
17365 "command_palette_hooks",
17366 "component_preview",
17367 "copilot",
17368 "dap",
17369 "dap_adapters",
17370 "db",
17371 "debugger_tools",
17372 "debugger_ui",
17373 "diagnostics",
17374 "editor",
17375 "env_logger 0.11.7",
17376 "extension",
17377 "extension_host",
17378 "extensions_ui",
17379 "feature_flags",
17380 "feedback",
17381 "file_finder",
17382 "fs",
17383 "futures 0.3.31",
17384 "git",
17385 "git_hosting_providers",
17386 "git_ui",
17387 "go_to_line",
17388 "gpui",
17389 "gpui_tokio",
17390 "http_client",
17391 "image_viewer",
17392 "inline_completion_button",
17393 "install_cli",
17394 "journal",
17395 "language",
17396 "language_extension",
17397 "language_model",
17398 "language_models",
17399 "language_selector",
17400 "language_tools",
17401 "languages",
17402 "libc",
17403 "log",
17404 "markdown_preview",
17405 "menu",
17406 "migrator",
17407 "mimalloc",
17408 "nix",
17409 "node_runtime",
17410 "notifications",
17411 "outline",
17412 "outline_panel",
17413 "parking_lot",
17414 "paths",
17415 "picker",
17416 "profiling",
17417 "project",
17418 "project_panel",
17419 "project_symbols",
17420 "prompt_store",
17421 "proto",
17422 "recent_projects",
17423 "release_channel",
17424 "remote",
17425 "repl",
17426 "reqwest_client",
17427 "rope",
17428 "search",
17429 "serde",
17430 "serde_json",
17431 "session",
17432 "settings",
17433 "settings_ui",
17434 "shellexpand 2.1.2",
17435 "simplelog",
17436 "smol",
17437 "snippet_provider",
17438 "snippets_ui",
17439 "supermaven",
17440 "sysinfo",
17441 "tab_switcher",
17442 "task",
17443 "tasks_ui",
17444 "telemetry",
17445 "telemetry_events",
17446 "terminal_view",
17447 "theme",
17448 "theme_extension",
17449 "theme_selector",
17450 "time",
17451 "title_bar",
17452 "toolchain_selector",
17453 "tree-sitter-md",
17454 "tree-sitter-rust",
17455 "ui",
17456 "ui_prompt",
17457 "url",
17458 "urlencoding",
17459 "util",
17460 "uuid",
17461 "vim",
17462 "vim_mode_setting",
17463 "welcome",
17464 "windows 0.61.1",
17465 "winresource",
17466 "workspace",
17467 "zed_actions",
17468 "zeta",
17469 "zlog_settings",
17470]
17471
17472[[package]]
17473name = "zed_actions"
17474version = "0.1.0"
17475dependencies = [
17476 "gpui",
17477 "schemars",
17478 "serde",
17479]
17480
17481[[package]]
17482name = "zed_emmet"
17483version = "0.0.3"
17484dependencies = [
17485 "zed_extension_api 0.1.0",
17486]
17487
17488[[package]]
17489name = "zed_extension_api"
17490version = "0.1.0"
17491source = "registry+https://github.com/rust-lang/crates.io-index"
17492checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
17493dependencies = [
17494 "serde",
17495 "serde_json",
17496 "wit-bindgen",
17497]
17498
17499[[package]]
17500name = "zed_extension_api"
17501version = "0.4.0"
17502dependencies = [
17503 "serde",
17504 "serde_json",
17505 "wit-bindgen",
17506]
17507
17508[[package]]
17509name = "zed_glsl"
17510version = "0.1.0"
17511dependencies = [
17512 "zed_extension_api 0.1.0",
17513]
17514
17515[[package]]
17516name = "zed_html"
17517version = "0.2.0"
17518dependencies = [
17519 "zed_extension_api 0.1.0",
17520]
17521
17522[[package]]
17523name = "zed_llm_client"
17524version = "0.4.1"
17525source = "registry+https://github.com/rust-lang/crates.io-index"
17526checksum = "1bf21350eced858d129840589158a8f6895c4fa4327ae56dd8c7d6a98495bed4"
17527dependencies = [
17528 "serde",
17529 "serde_json",
17530 "uuid",
17531]
17532
17533[[package]]
17534name = "zed_proto"
17535version = "0.2.1"
17536dependencies = [
17537 "zed_extension_api 0.1.0",
17538]
17539
17540[[package]]
17541name = "zed_ruff"
17542version = "0.1.0"
17543dependencies = [
17544 "zed_extension_api 0.1.0",
17545]
17546
17547[[package]]
17548name = "zed_snippets"
17549version = "0.0.5"
17550dependencies = [
17551 "serde_json",
17552 "zed_extension_api 0.1.0",
17553]
17554
17555[[package]]
17556name = "zed_test_extension"
17557version = "0.1.0"
17558dependencies = [
17559 "zed_extension_api 0.4.0",
17560]
17561
17562[[package]]
17563name = "zed_toml"
17564version = "0.1.3"
17565dependencies = [
17566 "zed_extension_api 0.1.0",
17567]
17568
17569[[package]]
17570name = "zeno"
17571version = "0.3.2"
17572source = "registry+https://github.com/rust-lang/crates.io-index"
17573checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
17574
17575[[package]]
17576name = "zerocopy"
17577version = "0.7.35"
17578source = "registry+https://github.com/rust-lang/crates.io-index"
17579checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
17580dependencies = [
17581 "byteorder",
17582 "zerocopy-derive 0.7.35",
17583]
17584
17585[[package]]
17586name = "zerocopy"
17587version = "0.8.18"
17588source = "registry+https://github.com/rust-lang/crates.io-index"
17589checksum = "79386d31a42a4996e3336b0919ddb90f81112af416270cff95b5f5af22b839c2"
17590dependencies = [
17591 "zerocopy-derive 0.8.18",
17592]
17593
17594[[package]]
17595name = "zerocopy-derive"
17596version = "0.7.35"
17597source = "registry+https://github.com/rust-lang/crates.io-index"
17598checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
17599dependencies = [
17600 "proc-macro2",
17601 "quote",
17602 "syn 2.0.100",
17603]
17604
17605[[package]]
17606name = "zerocopy-derive"
17607version = "0.8.18"
17608source = "registry+https://github.com/rust-lang/crates.io-index"
17609checksum = "76331675d372f91bf8d17e13afbd5fe639200b73d01f0fc748bb059f9cca2db7"
17610dependencies = [
17611 "proc-macro2",
17612 "quote",
17613 "syn 2.0.100",
17614]
17615
17616[[package]]
17617name = "zerofrom"
17618version = "0.1.5"
17619source = "registry+https://github.com/rust-lang/crates.io-index"
17620checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
17621dependencies = [
17622 "zerofrom-derive",
17623]
17624
17625[[package]]
17626name = "zerofrom-derive"
17627version = "0.1.5"
17628source = "registry+https://github.com/rust-lang/crates.io-index"
17629checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
17630dependencies = [
17631 "proc-macro2",
17632 "quote",
17633 "syn 2.0.100",
17634 "synstructure",
17635]
17636
17637[[package]]
17638name = "zeroize"
17639version = "1.8.1"
17640source = "registry+https://github.com/rust-lang/crates.io-index"
17641checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
17642dependencies = [
17643 "zeroize_derive",
17644]
17645
17646[[package]]
17647name = "zeroize_derive"
17648version = "1.4.2"
17649source = "registry+https://github.com/rust-lang/crates.io-index"
17650checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
17651dependencies = [
17652 "proc-macro2",
17653 "quote",
17654 "syn 2.0.100",
17655]
17656
17657[[package]]
17658name = "zeromq"
17659version = "0.5.0-pre"
17660source = "registry+https://github.com/rust-lang/crates.io-index"
17661checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
17662dependencies = [
17663 "async-dispatcher",
17664 "async-std",
17665 "async-trait",
17666 "asynchronous-codec",
17667 "bytes 1.10.1",
17668 "crossbeam-queue",
17669 "dashmap 5.5.3",
17670 "futures 0.3.31",
17671 "log",
17672 "num-traits",
17673 "once_cell",
17674 "parking_lot",
17675 "rand 0.8.5",
17676 "regex",
17677 "thiserror 1.0.69",
17678 "uuid",
17679]
17680
17681[[package]]
17682name = "zerovec"
17683version = "0.10.4"
17684source = "registry+https://github.com/rust-lang/crates.io-index"
17685checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
17686dependencies = [
17687 "yoke",
17688 "zerofrom",
17689 "zerovec-derive",
17690]
17691
17692[[package]]
17693name = "zerovec-derive"
17694version = "0.10.3"
17695source = "registry+https://github.com/rust-lang/crates.io-index"
17696checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
17697dependencies = [
17698 "proc-macro2",
17699 "quote",
17700 "syn 2.0.100",
17701]
17702
17703[[package]]
17704name = "zeta"
17705version = "0.1.0"
17706dependencies = [
17707 "anyhow",
17708 "arrayvec",
17709 "call",
17710 "client",
17711 "clock",
17712 "collections",
17713 "command_palette_hooks",
17714 "ctor",
17715 "db",
17716 "editor",
17717 "env_logger 0.11.7",
17718 "feature_flags",
17719 "fs",
17720 "futures 0.3.31",
17721 "gpui",
17722 "http_client",
17723 "indoc",
17724 "inline_completion",
17725 "language",
17726 "language_model",
17727 "log",
17728 "menu",
17729 "migrator",
17730 "paths",
17731 "postage",
17732 "project",
17733 "regex",
17734 "release_channel",
17735 "reqwest_client",
17736 "rpc",
17737 "serde",
17738 "serde_json",
17739 "settings",
17740 "telemetry",
17741 "telemetry_events",
17742 "theme",
17743 "thiserror 2.0.12",
17744 "tree-sitter-go",
17745 "tree-sitter-rust",
17746 "ui",
17747 "unindent",
17748 "util",
17749 "uuid",
17750 "workspace",
17751 "worktree",
17752 "zed_actions",
17753 "zed_llm_client",
17754]
17755
17756[[package]]
17757name = "zip"
17758version = "0.6.6"
17759source = "registry+https://github.com/rust-lang/crates.io-index"
17760checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
17761dependencies = [
17762 "aes",
17763 "byteorder",
17764 "bzip2",
17765 "constant_time_eq 0.1.5",
17766 "crc32fast",
17767 "crossbeam-utils",
17768 "flate2",
17769 "hmac",
17770 "pbkdf2 0.11.0",
17771 "sha1",
17772 "time",
17773 "zstd",
17774]
17775
17776[[package]]
17777name = "zlog"
17778version = "0.1.0"
17779dependencies = [
17780 "log",
17781]
17782
17783[[package]]
17784name = "zlog_settings"
17785version = "0.1.0"
17786dependencies = [
17787 "anyhow",
17788 "gpui",
17789 "schemars",
17790 "serde",
17791 "settings",
17792 "zlog",
17793]
17794
17795[[package]]
17796name = "zstd"
17797version = "0.11.2+zstd.1.5.2"
17798source = "registry+https://github.com/rust-lang/crates.io-index"
17799checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
17800dependencies = [
17801 "zstd-safe",
17802]
17803
17804[[package]]
17805name = "zstd-safe"
17806version = "5.0.2+zstd.1.5.2"
17807source = "registry+https://github.com/rust-lang/crates.io-index"
17808checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
17809dependencies = [
17810 "libc",
17811 "zstd-sys",
17812]
17813
17814[[package]]
17815name = "zstd-sys"
17816version = "2.0.13+zstd.1.5.6"
17817source = "registry+https://github.com/rust-lang/crates.io-index"
17818checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
17819dependencies = [
17820 "cc",
17821 "pkg-config",
17822]
17823
17824[[package]]
17825name = "zune-core"
17826version = "0.4.12"
17827source = "registry+https://github.com/rust-lang/crates.io-index"
17828checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
17829
17830[[package]]
17831name = "zune-inflate"
17832version = "0.2.54"
17833source = "registry+https://github.com/rust-lang/crates.io-index"
17834checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
17835dependencies = [
17836 "simd-adler32",
17837]
17838
17839[[package]]
17840name = "zune-jpeg"
17841version = "0.4.13"
17842source = "registry+https://github.com/rust-lang/crates.io-index"
17843checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
17844dependencies = [
17845 "zune-core",
17846]
17847
17848[[package]]
17849name = "zvariant"
17850version = "5.4.0"
17851source = "registry+https://github.com/rust-lang/crates.io-index"
17852checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
17853dependencies = [
17854 "endi",
17855 "enumflags2",
17856 "serde",
17857 "static_assertions",
17858 "url",
17859 "winnow 0.7.1",
17860 "zvariant_derive",
17861 "zvariant_utils",
17862]
17863
17864[[package]]
17865name = "zvariant_derive"
17866version = "5.4.0"
17867source = "registry+https://github.com/rust-lang/crates.io-index"
17868checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
17869dependencies = [
17870 "proc-macro-crate",
17871 "proc-macro2",
17872 "quote",
17873 "syn 2.0.100",
17874 "zvariant_utils",
17875]
17876
17877[[package]]
17878name = "zvariant_utils"
17879version = "3.2.0"
17880source = "registry+https://github.com/rust-lang/crates.io-index"
17881checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
17882dependencies = [
17883 "proc-macro2",
17884 "quote",
17885 "serde",
17886 "static_assertions",
17887 "syn 2.0.100",
17888 "winnow 0.7.1",
17889]