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 "paths",
  417 "pretty_assertions",
  418 "project",
  419 "prompt_library",
  420 "prompt_store",
  421 "proto",
  422 "rand 0.8.5",
  423 "rope",
  424 "schemars",
  425 "search",
  426 "semantic_index",
  427 "serde",
  428 "serde_json_lenient",
  429 "settings",
  430 "smol",
  431 "streaming_diff",
  432 "telemetry",
  433 "telemetry_events",
  434 "terminal",
  435 "terminal_view",
  436 "text",
  437 "theme",
  438 "tree-sitter-md",
  439 "ui",
  440 "unindent",
  441 "util",
  442 "workspace",
  443 "zed_actions",
  444]
  445
  446[[package]]
  447name = "assistant2"
  448version = "0.1.0"
  449dependencies = [
  450 "anyhow",
  451 "assistant_context_editor",
  452 "assistant_settings",
  453 "assistant_slash_command",
  454 "assistant_tool",
  455 "async-watch",
  456 "chrono",
  457 "client",
  458 "clock",
  459 "collections",
  460 "command_palette_hooks",
  461 "context_server",
  462 "convert_case 0.8.0",
  463 "db",
  464 "editor",
  465 "feature_flags",
  466 "file_icons",
  467 "fs",
  468 "futures 0.3.31",
  469 "fuzzy",
  470 "git",
  471 "git_ui",
  472 "gpui",
  473 "heed",
  474 "html_to_markdown",
  475 "http_client",
  476 "indexmap",
  477 "indoc",
  478 "itertools 0.14.0",
  479 "language",
  480 "language_model",
  481 "language_model_selector",
  482 "log",
  483 "lsp",
  484 "markdown",
  485 "menu",
  486 "multi_buffer",
  487 "parking_lot",
  488 "paths",
  489 "picker",
  490 "project",
  491 "prompt_library",
  492 "prompt_store",
  493 "proto",
  494 "rand 0.8.5",
  495 "release_channel",
  496 "rope",
  497 "serde",
  498 "serde_json",
  499 "settings",
  500 "smallvec",
  501 "smol",
  502 "streaming_diff",
  503 "telemetry",
  504 "telemetry_events",
  505 "terminal",
  506 "terminal_view",
  507 "text",
  508 "theme",
  509 "time",
  510 "time_format",
  511 "ui",
  512 "util",
  513 "uuid",
  514 "vim_mode_setting",
  515 "workspace",
  516 "zed_actions",
  517]
  518
  519[[package]]
  520name = "assistant_context_editor"
  521version = "0.1.0"
  522dependencies = [
  523 "anyhow",
  524 "assistant_settings",
  525 "assistant_slash_command",
  526 "assistant_slash_commands",
  527 "chrono",
  528 "client",
  529 "clock",
  530 "collections",
  531 "context_server",
  532 "editor",
  533 "fs",
  534 "futures 0.3.31",
  535 "fuzzy",
  536 "gpui",
  537 "indexed_docs",
  538 "language",
  539 "language_model",
  540 "language_model_selector",
  541 "languages",
  542 "log",
  543 "multi_buffer",
  544 "open_ai",
  545 "parking_lot",
  546 "paths",
  547 "picker",
  548 "pretty_assertions",
  549 "project",
  550 "prompt_store",
  551 "rand 0.8.5",
  552 "regex",
  553 "rope",
  554 "rpc",
  555 "serde",
  556 "serde_json",
  557 "settings",
  558 "smallvec",
  559 "smol",
  560 "strum",
  561 "telemetry_events",
  562 "text",
  563 "theme",
  564 "tree-sitter-md",
  565 "ui",
  566 "unindent",
  567 "util",
  568 "uuid",
  569 "workspace",
  570]
  571
  572[[package]]
  573name = "assistant_eval"
  574version = "0.1.0"
  575dependencies = [
  576 "anyhow",
  577 "assistant2",
  578 "assistant_tool",
  579 "assistant_tools",
  580 "clap",
  581 "client",
  582 "collections",
  583 "context_server",
  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 "language_model",
  674 "pretty_assertions",
  675 "project",
  676 "prompt_store",
  677 "rope",
  678 "schemars",
  679 "semantic_index",
  680 "serde",
  681 "serde_json",
  682 "settings",
  683 "smol",
  684 "terminal_view",
  685 "text",
  686 "toml 0.8.20",
  687 "ui",
  688 "util",
  689 "workspace",
  690 "worktree",
  691]
  692
  693[[package]]
  694name = "assistant_tool"
  695version = "0.1.0"
  696dependencies = [
  697 "anyhow",
  698 "clock",
  699 "collections",
  700 "derive_more",
  701 "gpui",
  702 "icons",
  703 "language",
  704 "language_model",
  705 "parking_lot",
  706 "project",
  707 "serde",
  708 "serde_json",
  709]
  710
  711[[package]]
  712name = "assistant_tools"
  713version = "0.1.0"
  714dependencies = [
  715 "anyhow",
  716 "assistant_tool",
  717 "chrono",
  718 "collections",
  719 "feature_flags",
  720 "futures 0.3.31",
  721 "gpui",
  722 "html_to_markdown",
  723 "http_client",
  724 "itertools 0.14.0",
  725 "language",
  726 "language_model",
  727 "open",
  728 "project",
  729 "rand 0.8.5",
  730 "release_channel",
  731 "schemars",
  732 "serde",
  733 "serde_json",
  734 "settings",
  735 "theme",
  736 "ui",
  737 "unindent",
  738 "util",
  739 "workspace",
  740 "worktree",
  741]
  742
  743[[package]]
  744name = "async-attributes"
  745version = "1.1.2"
  746source = "registry+https://github.com/rust-lang/crates.io-index"
  747checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  748dependencies = [
  749 "quote",
  750 "syn 1.0.109",
  751]
  752
  753[[package]]
  754name = "async-broadcast"
  755version = "0.7.2"
  756source = "registry+https://github.com/rust-lang/crates.io-index"
  757checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  758dependencies = [
  759 "event-listener 5.3.1",
  760 "event-listener-strategy",
  761 "futures-core",
  762 "pin-project-lite",
  763]
  764
  765[[package]]
  766name = "async-channel"
  767version = "1.9.0"
  768source = "registry+https://github.com/rust-lang/crates.io-index"
  769checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  770dependencies = [
  771 "concurrent-queue",
  772 "event-listener 2.5.3",
  773 "futures-core",
  774]
  775
  776[[package]]
  777name = "async-channel"
  778version = "2.3.1"
  779source = "registry+https://github.com/rust-lang/crates.io-index"
  780checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
  781dependencies = [
  782 "concurrent-queue",
  783 "event-listener-strategy",
  784 "futures-core",
  785 "pin-project-lite",
  786]
  787
  788[[package]]
  789name = "async-compat"
  790version = "0.2.4"
  791source = "registry+https://github.com/rust-lang/crates.io-index"
  792checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
  793dependencies = [
  794 "futures-core",
  795 "futures-io",
  796 "once_cell",
  797 "pin-project-lite",
  798 "tokio",
  799]
  800
  801[[package]]
  802name = "async-compression"
  803version = "0.4.22"
  804source = "registry+https://github.com/rust-lang/crates.io-index"
  805checksum = "59a194f9d963d8099596278594b3107448656ba73831c9d8c783e613ce86da64"
  806dependencies = [
  807 "deflate64",
  808 "flate2",
  809 "futures-core",
  810 "futures-io",
  811 "memchr",
  812 "pin-project-lite",
  813]
  814
  815[[package]]
  816name = "async-dispatcher"
  817version = "0.1.2"
  818source = "registry+https://github.com/rust-lang/crates.io-index"
  819checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  820dependencies = [
  821 "async-task",
  822 "futures-lite 1.13.0",
  823]
  824
  825[[package]]
  826name = "async-executor"
  827version = "1.13.1"
  828source = "registry+https://github.com/rust-lang/crates.io-index"
  829checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
  830dependencies = [
  831 "async-task",
  832 "concurrent-queue",
  833 "fastrand 2.3.0",
  834 "futures-lite 2.6.0",
  835 "slab",
  836]
  837
  838[[package]]
  839name = "async-fs"
  840version = "2.1.2"
  841source = "registry+https://github.com/rust-lang/crates.io-index"
  842checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
  843dependencies = [
  844 "async-lock",
  845 "blocking",
  846 "futures-lite 2.6.0",
  847]
  848
  849[[package]]
  850name = "async-global-executor"
  851version = "2.4.1"
  852source = "registry+https://github.com/rust-lang/crates.io-index"
  853checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  854dependencies = [
  855 "async-channel 2.3.1",
  856 "async-executor",
  857 "async-io",
  858 "async-lock",
  859 "blocking",
  860 "futures-lite 2.6.0",
  861 "once_cell",
  862]
  863
  864[[package]]
  865name = "async-io"
  866version = "2.4.0"
  867source = "registry+https://github.com/rust-lang/crates.io-index"
  868checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
  869dependencies = [
  870 "async-lock",
  871 "cfg-if",
  872 "concurrent-queue",
  873 "futures-io",
  874 "futures-lite 2.6.0",
  875 "parking",
  876 "polling",
  877 "rustix",
  878 "slab",
  879 "tracing",
  880 "windows-sys 0.59.0",
  881]
  882
  883[[package]]
  884name = "async-lock"
  885version = "3.4.0"
  886source = "registry+https://github.com/rust-lang/crates.io-index"
  887checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
  888dependencies = [
  889 "event-listener 5.3.1",
  890 "event-listener-strategy",
  891 "pin-project-lite",
  892]
  893
  894[[package]]
  895name = "async-native-tls"
  896version = "0.5.0"
  897source = "registry+https://github.com/rust-lang/crates.io-index"
  898checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
  899dependencies = [
  900 "futures-util",
  901 "native-tls",
  902 "thiserror 1.0.69",
  903 "url",
  904]
  905
  906[[package]]
  907name = "async-net"
  908version = "2.0.0"
  909source = "registry+https://github.com/rust-lang/crates.io-index"
  910checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  911dependencies = [
  912 "async-io",
  913 "blocking",
  914 "futures-lite 2.6.0",
  915]
  916
  917[[package]]
  918name = "async-pipe"
  919version = "0.1.3"
  920source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  921dependencies = [
  922 "futures 0.3.31",
  923 "log",
  924]
  925
  926[[package]]
  927name = "async-process"
  928version = "2.3.0"
  929source = "registry+https://github.com/rust-lang/crates.io-index"
  930checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
  931dependencies = [
  932 "async-channel 2.3.1",
  933 "async-io",
  934 "async-lock",
  935 "async-signal",
  936 "async-task",
  937 "blocking",
  938 "cfg-if",
  939 "event-listener 5.3.1",
  940 "futures-lite 2.6.0",
  941 "rustix",
  942 "tracing",
  943]
  944
  945[[package]]
  946name = "async-recursion"
  947version = "0.3.2"
  948source = "registry+https://github.com/rust-lang/crates.io-index"
  949checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
  950dependencies = [
  951 "proc-macro2",
  952 "quote",
  953 "syn 1.0.109",
  954]
  955
  956[[package]]
  957name = "async-recursion"
  958version = "1.1.1"
  959source = "registry+https://github.com/rust-lang/crates.io-index"
  960checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
  961dependencies = [
  962 "proc-macro2",
  963 "quote",
  964 "syn 2.0.100",
  965]
  966
  967[[package]]
  968name = "async-signal"
  969version = "0.2.10"
  970source = "registry+https://github.com/rust-lang/crates.io-index"
  971checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
  972dependencies = [
  973 "async-io",
  974 "async-lock",
  975 "atomic-waker",
  976 "cfg-if",
  977 "futures-core",
  978 "futures-io",
  979 "rustix",
  980 "signal-hook-registry",
  981 "slab",
  982 "windows-sys 0.59.0",
  983]
  984
  985[[package]]
  986name = "async-std"
  987version = "1.13.1"
  988source = "registry+https://github.com/rust-lang/crates.io-index"
  989checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24"
  990dependencies = [
  991 "async-attributes",
  992 "async-channel 1.9.0",
  993 "async-global-executor",
  994 "async-io",
  995 "async-lock",
  996 "async-process",
  997 "crossbeam-utils",
  998 "futures-channel",
  999 "futures-core",
 1000 "futures-io",
 1001 "futures-lite 2.6.0",
 1002 "gloo-timers",
 1003 "kv-log-macro",
 1004 "log",
 1005 "memchr",
 1006 "once_cell",
 1007 "pin-project-lite",
 1008 "pin-utils",
 1009 "slab",
 1010 "wasm-bindgen-futures",
 1011]
 1012
 1013[[package]]
 1014name = "async-stream"
 1015version = "0.3.6"
 1016source = "registry+https://github.com/rust-lang/crates.io-index"
 1017checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1018dependencies = [
 1019 "async-stream-impl",
 1020 "futures-core",
 1021 "pin-project-lite",
 1022]
 1023
 1024[[package]]
 1025name = "async-stream-impl"
 1026version = "0.3.6"
 1027source = "registry+https://github.com/rust-lang/crates.io-index"
 1028checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1029dependencies = [
 1030 "proc-macro2",
 1031 "quote",
 1032 "syn 2.0.100",
 1033]
 1034
 1035[[package]]
 1036name = "async-stripe"
 1037version = "0.40.0"
 1038source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
 1039dependencies = [
 1040 "chrono",
 1041 "futures-util",
 1042 "http-types",
 1043 "hyper 0.14.32",
 1044 "hyper-rustls 0.24.2",
 1045 "serde",
 1046 "serde_json",
 1047 "serde_path_to_error",
 1048 "serde_qs 0.10.1",
 1049 "smart-default",
 1050 "smol_str 0.1.24",
 1051 "thiserror 1.0.69",
 1052 "tokio",
 1053]
 1054
 1055[[package]]
 1056name = "async-tar"
 1057version = "0.5.0"
 1058source = "registry+https://github.com/rust-lang/crates.io-index"
 1059checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
 1060dependencies = [
 1061 "async-std",
 1062 "filetime",
 1063 "libc",
 1064 "pin-project",
 1065 "redox_syscall 0.2.16",
 1066 "xattr",
 1067]
 1068
 1069[[package]]
 1070name = "async-task"
 1071version = "4.7.1"
 1072source = "registry+https://github.com/rust-lang/crates.io-index"
 1073checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
 1074
 1075[[package]]
 1076name = "async-tls"
 1077version = "0.13.0"
 1078source = "git+https://github.com/zed-industries/async-tls?rev=1e759a4b5e370f87dc15e40756ac4f8815b61d9d#1e759a4b5e370f87dc15e40756ac4f8815b61d9d"
 1079dependencies = [
 1080 "futures-core",
 1081 "futures-io",
 1082 "rustls 0.23.25",
 1083 "rustls-pemfile 2.2.0",
 1084 "webpki-roots",
 1085]
 1086
 1087[[package]]
 1088name = "async-trait"
 1089version = "0.1.88"
 1090source = "registry+https://github.com/rust-lang/crates.io-index"
 1091checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
 1092dependencies = [
 1093 "proc-macro2",
 1094 "quote",
 1095 "syn 2.0.100",
 1096]
 1097
 1098[[package]]
 1099name = "async-tungstenite"
 1100version = "0.28.2"
 1101source = "registry+https://github.com/rust-lang/crates.io-index"
 1102checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99"
 1103dependencies = [
 1104 "async-std",
 1105 "async-tls",
 1106 "atomic-waker",
 1107 "futures-core",
 1108 "futures-io",
 1109 "futures-task",
 1110 "futures-util",
 1111 "log",
 1112 "pin-project-lite",
 1113 "tungstenite 0.24.0",
 1114]
 1115
 1116[[package]]
 1117name = "async-watch"
 1118version = "0.3.1"
 1119source = "registry+https://github.com/rust-lang/crates.io-index"
 1120checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
 1121dependencies = [
 1122 "event-listener 2.5.3",
 1123]
 1124
 1125[[package]]
 1126name = "async_zip"
 1127version = "0.0.17"
 1128source = "registry+https://github.com/rust-lang/crates.io-index"
 1129checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
 1130dependencies = [
 1131 "async-compression",
 1132 "crc32fast",
 1133 "futures-lite 2.6.0",
 1134 "pin-project",
 1135 "thiserror 1.0.69",
 1136]
 1137
 1138[[package]]
 1139name = "asynchronous-codec"
 1140version = "0.7.0"
 1141source = "registry+https://github.com/rust-lang/crates.io-index"
 1142checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1143dependencies = [
 1144 "bytes 1.10.1",
 1145 "futures-sink",
 1146 "futures-util",
 1147 "memchr",
 1148 "pin-project-lite",
 1149]
 1150
 1151[[package]]
 1152name = "atoi"
 1153version = "2.0.0"
 1154source = "registry+https://github.com/rust-lang/crates.io-index"
 1155checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1156dependencies = [
 1157 "num-traits",
 1158]
 1159
 1160[[package]]
 1161name = "atomic"
 1162version = "0.5.3"
 1163source = "registry+https://github.com/rust-lang/crates.io-index"
 1164checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1165
 1166[[package]]
 1167name = "atomic-waker"
 1168version = "1.1.2"
 1169source = "registry+https://github.com/rust-lang/crates.io-index"
 1170checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1171
 1172[[package]]
 1173name = "audio"
 1174version = "0.1.0"
 1175dependencies = [
 1176 "anyhow",
 1177 "collections",
 1178 "derive_more",
 1179 "gpui",
 1180 "parking_lot",
 1181 "rodio",
 1182 "util",
 1183]
 1184
 1185[[package]]
 1186name = "auto_update"
 1187version = "0.1.0"
 1188dependencies = [
 1189 "anyhow",
 1190 "client",
 1191 "db",
 1192 "gpui",
 1193 "http_client",
 1194 "log",
 1195 "paths",
 1196 "release_channel",
 1197 "schemars",
 1198 "serde",
 1199 "serde_json",
 1200 "settings",
 1201 "smol",
 1202 "tempfile",
 1203 "which 6.0.3",
 1204 "workspace",
 1205]
 1206
 1207[[package]]
 1208name = "auto_update_ui"
 1209version = "0.1.0"
 1210dependencies = [
 1211 "anyhow",
 1212 "auto_update",
 1213 "client",
 1214 "editor",
 1215 "gpui",
 1216 "http_client",
 1217 "markdown_preview",
 1218 "release_channel",
 1219 "serde",
 1220 "serde_json",
 1221 "smol",
 1222 "util",
 1223 "workspace",
 1224]
 1225
 1226[[package]]
 1227name = "autocfg"
 1228version = "1.4.0"
 1229source = "registry+https://github.com/rust-lang/crates.io-index"
 1230checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
 1231
 1232[[package]]
 1233name = "av1-grain"
 1234version = "0.2.3"
 1235source = "registry+https://github.com/rust-lang/crates.io-index"
 1236checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
 1237dependencies = [
 1238 "anyhow",
 1239 "arrayvec",
 1240 "log",
 1241 "nom",
 1242 "num-rational",
 1243 "v_frame",
 1244]
 1245
 1246[[package]]
 1247name = "avif-serialize"
 1248version = "0.8.2"
 1249source = "registry+https://github.com/rust-lang/crates.io-index"
 1250checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
 1251dependencies = [
 1252 "arrayvec",
 1253]
 1254
 1255[[package]]
 1256name = "aws-config"
 1257version = "1.5.16"
 1258source = "registry+https://github.com/rust-lang/crates.io-index"
 1259checksum = "50236e4d60fe8458de90a71c0922c761e41755adf091b1b03de1cef537179915"
 1260dependencies = [
 1261 "aws-credential-types",
 1262 "aws-runtime",
 1263 "aws-sdk-sso",
 1264 "aws-sdk-ssooidc",
 1265 "aws-sdk-sts",
 1266 "aws-smithy-async",
 1267 "aws-smithy-http",
 1268 "aws-smithy-json",
 1269 "aws-smithy-runtime",
 1270 "aws-smithy-runtime-api",
 1271 "aws-smithy-types",
 1272 "aws-types",
 1273 "bytes 1.10.1",
 1274 "fastrand 2.3.0",
 1275 "hex",
 1276 "http 0.2.12",
 1277 "ring",
 1278 "time",
 1279 "tokio",
 1280 "tracing",
 1281 "url",
 1282 "zeroize",
 1283]
 1284
 1285[[package]]
 1286name = "aws-credential-types"
 1287version = "1.2.1"
 1288source = "registry+https://github.com/rust-lang/crates.io-index"
 1289checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
 1290dependencies = [
 1291 "aws-smithy-async",
 1292 "aws-smithy-runtime-api",
 1293 "aws-smithy-types",
 1294 "zeroize",
 1295]
 1296
 1297[[package]]
 1298name = "aws-lc-rs"
 1299version = "1.12.6"
 1300source = "registry+https://github.com/rust-lang/crates.io-index"
 1301checksum = "dabb68eb3a7aa08b46fddfd59a3d55c978243557a90ab804769f7e20e67d2b01"
 1302dependencies = [
 1303 "aws-lc-sys",
 1304 "zeroize",
 1305]
 1306
 1307[[package]]
 1308name = "aws-lc-sys"
 1309version = "0.27.0"
 1310source = "registry+https://github.com/rust-lang/crates.io-index"
 1311checksum = "6bbe221bbf523b625a4dd8585c7f38166e31167ec2ca98051dbcb4c3b6e825d2"
 1312dependencies = [
 1313 "bindgen 0.69.5",
 1314 "cc",
 1315 "cmake",
 1316 "dunce",
 1317 "fs_extra",
 1318]
 1319
 1320[[package]]
 1321name = "aws-runtime"
 1322version = "1.5.5"
 1323source = "registry+https://github.com/rust-lang/crates.io-index"
 1324checksum = "76dd04d39cc12844c0994f2c9c5a6f5184c22e9188ec1ff723de41910a21dcad"
 1325dependencies = [
 1326 "aws-credential-types",
 1327 "aws-sigv4",
 1328 "aws-smithy-async",
 1329 "aws-smithy-eventstream",
 1330 "aws-smithy-http",
 1331 "aws-smithy-runtime",
 1332 "aws-smithy-runtime-api",
 1333 "aws-smithy-types",
 1334 "aws-types",
 1335 "bytes 1.10.1",
 1336 "fastrand 2.3.0",
 1337 "http 0.2.12",
 1338 "http-body 0.4.6",
 1339 "once_cell",
 1340 "percent-encoding",
 1341 "pin-project-lite",
 1342 "tracing",
 1343 "uuid",
 1344]
 1345
 1346[[package]]
 1347name = "aws-sdk-bedrockruntime"
 1348version = "1.74.0"
 1349source = "registry+https://github.com/rust-lang/crates.io-index"
 1350checksum = "6938541d1948a543bca23303fec4cff9c36bf0e63b8fa3ae1b337bcb9d5b81af"
 1351dependencies = [
 1352 "aws-credential-types",
 1353 "aws-runtime",
 1354 "aws-smithy-async",
 1355 "aws-smithy-eventstream",
 1356 "aws-smithy-http",
 1357 "aws-smithy-json",
 1358 "aws-smithy-runtime",
 1359 "aws-smithy-runtime-api",
 1360 "aws-smithy-types",
 1361 "aws-types",
 1362 "bytes 1.10.1",
 1363 "fastrand 2.3.0",
 1364 "http 0.2.12",
 1365 "once_cell",
 1366 "regex-lite",
 1367 "tracing",
 1368]
 1369
 1370[[package]]
 1371name = "aws-sdk-kinesis"
 1372version = "1.61.0"
 1373source = "registry+https://github.com/rust-lang/crates.io-index"
 1374checksum = "89f2163d8704e8fdcd51ec6c2e0441c418471e422ee9690451b17a1c46344e1a"
 1375dependencies = [
 1376 "aws-credential-types",
 1377 "aws-runtime",
 1378 "aws-smithy-async",
 1379 "aws-smithy-http",
 1380 "aws-smithy-json",
 1381 "aws-smithy-runtime",
 1382 "aws-smithy-runtime-api",
 1383 "aws-smithy-types",
 1384 "aws-types",
 1385 "bytes 1.10.1",
 1386 "http 0.2.12",
 1387 "once_cell",
 1388 "regex-lite",
 1389 "tracing",
 1390]
 1391
 1392[[package]]
 1393name = "aws-sdk-s3"
 1394version = "1.76.0"
 1395source = "registry+https://github.com/rust-lang/crates.io-index"
 1396checksum = "66e83401ad7287ad15244d557e35502c2a94105ca5b41d656c391f1a4fc04ca2"
 1397dependencies = [
 1398 "aws-credential-types",
 1399 "aws-runtime",
 1400 "aws-sigv4",
 1401 "aws-smithy-async",
 1402 "aws-smithy-checksums",
 1403 "aws-smithy-eventstream",
 1404 "aws-smithy-http",
 1405 "aws-smithy-json",
 1406 "aws-smithy-runtime",
 1407 "aws-smithy-runtime-api",
 1408 "aws-smithy-types",
 1409 "aws-smithy-xml",
 1410 "aws-types",
 1411 "bytes 1.10.1",
 1412 "fastrand 2.3.0",
 1413 "hex",
 1414 "hmac",
 1415 "http 0.2.12",
 1416 "http-body 0.4.6",
 1417 "lru",
 1418 "once_cell",
 1419 "percent-encoding",
 1420 "regex-lite",
 1421 "sha2",
 1422 "tracing",
 1423 "url",
 1424]
 1425
 1426[[package]]
 1427name = "aws-sdk-sso"
 1428version = "1.58.0"
 1429source = "registry+https://github.com/rust-lang/crates.io-index"
 1430checksum = "16ff718c9ee45cc1ebd4774a0e086bb80a6ab752b4902edf1c9f56b86ee1f770"
 1431dependencies = [
 1432 "aws-credential-types",
 1433 "aws-runtime",
 1434 "aws-smithy-async",
 1435 "aws-smithy-http",
 1436 "aws-smithy-json",
 1437 "aws-smithy-runtime",
 1438 "aws-smithy-runtime-api",
 1439 "aws-smithy-types",
 1440 "aws-types",
 1441 "bytes 1.10.1",
 1442 "http 0.2.12",
 1443 "once_cell",
 1444 "regex-lite",
 1445 "tracing",
 1446]
 1447
 1448[[package]]
 1449name = "aws-sdk-ssooidc"
 1450version = "1.59.0"
 1451source = "registry+https://github.com/rust-lang/crates.io-index"
 1452checksum = "5183e088715cc135d8d396fdd3bc02f018f0da4c511f53cb8d795b6a31c55809"
 1453dependencies = [
 1454 "aws-credential-types",
 1455 "aws-runtime",
 1456 "aws-smithy-async",
 1457 "aws-smithy-http",
 1458 "aws-smithy-json",
 1459 "aws-smithy-runtime",
 1460 "aws-smithy-runtime-api",
 1461 "aws-smithy-types",
 1462 "aws-types",
 1463 "bytes 1.10.1",
 1464 "http 0.2.12",
 1465 "once_cell",
 1466 "regex-lite",
 1467 "tracing",
 1468]
 1469
 1470[[package]]
 1471name = "aws-sdk-sts"
 1472version = "1.59.0"
 1473source = "registry+https://github.com/rust-lang/crates.io-index"
 1474checksum = "c9f944ef032717596639cea4a2118a3a457268ef51bbb5fde9637e54c465da00"
 1475dependencies = [
 1476 "aws-credential-types",
 1477 "aws-runtime",
 1478 "aws-smithy-async",
 1479 "aws-smithy-http",
 1480 "aws-smithy-json",
 1481 "aws-smithy-query",
 1482 "aws-smithy-runtime",
 1483 "aws-smithy-runtime-api",
 1484 "aws-smithy-types",
 1485 "aws-smithy-xml",
 1486 "aws-types",
 1487 "http 0.2.12",
 1488 "once_cell",
 1489 "regex-lite",
 1490 "tracing",
 1491]
 1492
 1493[[package]]
 1494name = "aws-sigv4"
 1495version = "1.2.9"
 1496source = "registry+https://github.com/rust-lang/crates.io-index"
 1497checksum = "9bfe75fad52793ce6dec0dc3d4b1f388f038b5eb866c8d4d7f3a8e21b5ea5051"
 1498dependencies = [
 1499 "aws-credential-types",
 1500 "aws-smithy-eventstream",
 1501 "aws-smithy-http",
 1502 "aws-smithy-runtime-api",
 1503 "aws-smithy-types",
 1504 "bytes 1.10.1",
 1505 "crypto-bigint 0.5.5",
 1506 "form_urlencoded",
 1507 "hex",
 1508 "hmac",
 1509 "http 0.2.12",
 1510 "http 1.2.0",
 1511 "once_cell",
 1512 "p256",
 1513 "percent-encoding",
 1514 "ring",
 1515 "sha2",
 1516 "subtle",
 1517 "time",
 1518 "tracing",
 1519 "zeroize",
 1520]
 1521
 1522[[package]]
 1523name = "aws-smithy-async"
 1524version = "1.2.4"
 1525source = "registry+https://github.com/rust-lang/crates.io-index"
 1526checksum = "fa59d1327d8b5053c54bf2eaae63bf629ba9e904434d0835a28ed3c0ed0a614e"
 1527dependencies = [
 1528 "futures-util",
 1529 "pin-project-lite",
 1530 "tokio",
 1531]
 1532
 1533[[package]]
 1534name = "aws-smithy-checksums"
 1535version = "0.62.0"
 1536source = "registry+https://github.com/rust-lang/crates.io-index"
 1537checksum = "f2f45a1c384d7a393026bc5f5c177105aa9fa68e4749653b985707ac27d77295"
 1538dependencies = [
 1539 "aws-smithy-http",
 1540 "aws-smithy-types",
 1541 "bytes 1.10.1",
 1542 "crc32c",
 1543 "crc32fast",
 1544 "crc64fast-nvme",
 1545 "hex",
 1546 "http 0.2.12",
 1547 "http-body 0.4.6",
 1548 "md-5",
 1549 "pin-project-lite",
 1550 "sha1",
 1551 "sha2",
 1552 "tracing",
 1553]
 1554
 1555[[package]]
 1556name = "aws-smithy-eventstream"
 1557version = "0.60.6"
 1558source = "registry+https://github.com/rust-lang/crates.io-index"
 1559checksum = "8b18559a41e0c909b77625adf2b8c50de480a8041e5e4a3f5f7d177db70abc5a"
 1560dependencies = [
 1561 "aws-smithy-types",
 1562 "bytes 1.10.1",
 1563 "crc32fast",
 1564]
 1565
 1566[[package]]
 1567name = "aws-smithy-http"
 1568version = "0.60.12"
 1569source = "registry+https://github.com/rust-lang/crates.io-index"
 1570checksum = "7809c27ad8da6a6a68c454e651d4962479e81472aa19ae99e59f9aba1f9713cc"
 1571dependencies = [
 1572 "aws-smithy-eventstream",
 1573 "aws-smithy-runtime-api",
 1574 "aws-smithy-types",
 1575 "bytes 1.10.1",
 1576 "bytes-utils",
 1577 "futures-core",
 1578 "http 0.2.12",
 1579 "http-body 0.4.6",
 1580 "once_cell",
 1581 "percent-encoding",
 1582 "pin-project-lite",
 1583 "pin-utils",
 1584 "tracing",
 1585]
 1586
 1587[[package]]
 1588name = "aws-smithy-json"
 1589version = "0.61.2"
 1590source = "registry+https://github.com/rust-lang/crates.io-index"
 1591checksum = "623a51127f24c30776c8b374295f2df78d92517386f77ba30773f15a30ce1422"
 1592dependencies = [
 1593 "aws-smithy-types",
 1594]
 1595
 1596[[package]]
 1597name = "aws-smithy-query"
 1598version = "0.60.7"
 1599source = "registry+https://github.com/rust-lang/crates.io-index"
 1600checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
 1601dependencies = [
 1602 "aws-smithy-types",
 1603 "urlencoding",
 1604]
 1605
 1606[[package]]
 1607name = "aws-smithy-runtime"
 1608version = "1.7.8"
 1609source = "registry+https://github.com/rust-lang/crates.io-index"
 1610checksum = "d526a12d9ed61fadefda24abe2e682892ba288c2018bcb38b1b4c111d13f6d92"
 1611dependencies = [
 1612 "aws-smithy-async",
 1613 "aws-smithy-http",
 1614 "aws-smithy-runtime-api",
 1615 "aws-smithy-types",
 1616 "bytes 1.10.1",
 1617 "fastrand 2.3.0",
 1618 "h2 0.3.26",
 1619 "http 0.2.12",
 1620 "http-body 0.4.6",
 1621 "http-body 1.0.1",
 1622 "httparse",
 1623 "hyper 0.14.32",
 1624 "hyper-rustls 0.24.2",
 1625 "once_cell",
 1626 "pin-project-lite",
 1627 "pin-utils",
 1628 "rustls 0.21.12",
 1629 "tokio",
 1630 "tracing",
 1631]
 1632
 1633[[package]]
 1634name = "aws-smithy-runtime-api"
 1635version = "1.7.3"
 1636source = "registry+https://github.com/rust-lang/crates.io-index"
 1637checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
 1638dependencies = [
 1639 "aws-smithy-async",
 1640 "aws-smithy-types",
 1641 "bytes 1.10.1",
 1642 "http 0.2.12",
 1643 "http 1.2.0",
 1644 "pin-project-lite",
 1645 "tokio",
 1646 "tracing",
 1647 "zeroize",
 1648]
 1649
 1650[[package]]
 1651name = "aws-smithy-types"
 1652version = "1.2.13"
 1653source = "registry+https://github.com/rust-lang/crates.io-index"
 1654checksum = "c7b8a53819e42f10d0821f56da995e1470b199686a1809168db6ca485665f042"
 1655dependencies = [
 1656 "base64-simd",
 1657 "bytes 1.10.1",
 1658 "bytes-utils",
 1659 "futures-core",
 1660 "http 0.2.12",
 1661 "http 1.2.0",
 1662 "http-body 0.4.6",
 1663 "http-body 1.0.1",
 1664 "http-body-util",
 1665 "itoa",
 1666 "num-integer",
 1667 "pin-project-lite",
 1668 "pin-utils",
 1669 "ryu",
 1670 "serde",
 1671 "time",
 1672 "tokio",
 1673 "tokio-util",
 1674]
 1675
 1676[[package]]
 1677name = "aws-smithy-xml"
 1678version = "0.60.9"
 1679source = "registry+https://github.com/rust-lang/crates.io-index"
 1680checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
 1681dependencies = [
 1682 "xmlparser",
 1683]
 1684
 1685[[package]]
 1686name = "aws-types"
 1687version = "1.3.5"
 1688source = "registry+https://github.com/rust-lang/crates.io-index"
 1689checksum = "dfbd0a668309ec1f66c0f6bda4840dd6d4796ae26d699ebc266d7cc95c6d040f"
 1690dependencies = [
 1691 "aws-credential-types",
 1692 "aws-smithy-async",
 1693 "aws-smithy-runtime-api",
 1694 "aws-smithy-types",
 1695 "rustc_version",
 1696 "tracing",
 1697]
 1698
 1699[[package]]
 1700name = "aws_http_client"
 1701version = "0.1.0"
 1702dependencies = [
 1703 "aws-smithy-runtime-api",
 1704 "aws-smithy-types",
 1705 "futures 0.3.31",
 1706 "http_client",
 1707 "tokio",
 1708]
 1709
 1710[[package]]
 1711name = "axum"
 1712version = "0.6.20"
 1713source = "registry+https://github.com/rust-lang/crates.io-index"
 1714checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1715dependencies = [
 1716 "async-trait",
 1717 "axum-core",
 1718 "base64 0.21.7",
 1719 "bitflags 1.3.2",
 1720 "bytes 1.10.1",
 1721 "futures-util",
 1722 "headers",
 1723 "http 0.2.12",
 1724 "http-body 0.4.6",
 1725 "hyper 0.14.32",
 1726 "itoa",
 1727 "matchit",
 1728 "memchr",
 1729 "mime",
 1730 "percent-encoding",
 1731 "pin-project-lite",
 1732 "rustversion",
 1733 "serde",
 1734 "serde_json",
 1735 "serde_path_to_error",
 1736 "serde_urlencoded",
 1737 "sha1",
 1738 "sync_wrapper 0.1.2",
 1739 "tokio",
 1740 "tokio-tungstenite 0.20.1",
 1741 "tower",
 1742 "tower-layer",
 1743 "tower-service",
 1744]
 1745
 1746[[package]]
 1747name = "axum-core"
 1748version = "0.3.4"
 1749source = "registry+https://github.com/rust-lang/crates.io-index"
 1750checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1751dependencies = [
 1752 "async-trait",
 1753 "bytes 1.10.1",
 1754 "futures-util",
 1755 "http 0.2.12",
 1756 "http-body 0.4.6",
 1757 "mime",
 1758 "rustversion",
 1759 "tower-layer",
 1760 "tower-service",
 1761]
 1762
 1763[[package]]
 1764name = "axum-extra"
 1765version = "0.4.2"
 1766source = "registry+https://github.com/rust-lang/crates.io-index"
 1767checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
 1768dependencies = [
 1769 "axum",
 1770 "bytes 1.10.1",
 1771 "futures-util",
 1772 "http 0.2.12",
 1773 "mime",
 1774 "pin-project-lite",
 1775 "serde",
 1776 "serde_json",
 1777 "tokio",
 1778 "tower",
 1779 "tower-http 0.3.5",
 1780 "tower-layer",
 1781 "tower-service",
 1782]
 1783
 1784[[package]]
 1785name = "backtrace"
 1786version = "0.3.74"
 1787source = "registry+https://github.com/rust-lang/crates.io-index"
 1788checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
 1789dependencies = [
 1790 "addr2line",
 1791 "cfg-if",
 1792 "libc",
 1793 "miniz_oxide",
 1794 "object",
 1795 "rustc-demangle",
 1796 "windows-targets 0.52.6",
 1797]
 1798
 1799[[package]]
 1800name = "base16ct"
 1801version = "0.1.1"
 1802source = "registry+https://github.com/rust-lang/crates.io-index"
 1803checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1804
 1805[[package]]
 1806name = "base64"
 1807version = "0.13.1"
 1808source = "registry+https://github.com/rust-lang/crates.io-index"
 1809checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
 1810
 1811[[package]]
 1812name = "base64"
 1813version = "0.21.7"
 1814source = "registry+https://github.com/rust-lang/crates.io-index"
 1815checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1816
 1817[[package]]
 1818name = "base64"
 1819version = "0.22.1"
 1820source = "registry+https://github.com/rust-lang/crates.io-index"
 1821checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1822
 1823[[package]]
 1824name = "base64-simd"
 1825version = "0.8.0"
 1826source = "registry+https://github.com/rust-lang/crates.io-index"
 1827checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1828dependencies = [
 1829 "outref",
 1830 "vsimd",
 1831]
 1832
 1833[[package]]
 1834name = "base64ct"
 1835version = "1.6.0"
 1836source = "registry+https://github.com/rust-lang/crates.io-index"
 1837checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
 1838
 1839[[package]]
 1840name = "bedrock"
 1841version = "0.1.0"
 1842dependencies = [
 1843 "anyhow",
 1844 "aws-sdk-bedrockruntime",
 1845 "aws-smithy-types",
 1846 "futures 0.3.31",
 1847 "schemars",
 1848 "serde",
 1849 "serde_json",
 1850 "strum",
 1851 "thiserror 2.0.12",
 1852 "tokio",
 1853]
 1854
 1855[[package]]
 1856name = "bigdecimal"
 1857version = "0.4.7"
 1858source = "registry+https://github.com/rust-lang/crates.io-index"
 1859checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
 1860dependencies = [
 1861 "autocfg",
 1862 "libm",
 1863 "num-bigint",
 1864 "num-integer",
 1865 "num-traits",
 1866 "serde",
 1867]
 1868
 1869[[package]]
 1870name = "bincode"
 1871version = "1.3.3"
 1872source = "registry+https://github.com/rust-lang/crates.io-index"
 1873checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1874dependencies = [
 1875 "serde",
 1876]
 1877
 1878[[package]]
 1879name = "bindgen"
 1880version = "0.69.5"
 1881source = "registry+https://github.com/rust-lang/crates.io-index"
 1882checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
 1883dependencies = [
 1884 "bitflags 2.9.0",
 1885 "cexpr",
 1886 "clang-sys",
 1887 "itertools 0.10.5",
 1888 "lazy_static",
 1889 "lazycell",
 1890 "log",
 1891 "prettyplease",
 1892 "proc-macro2",
 1893 "quote",
 1894 "regex",
 1895 "rustc-hash 1.1.0",
 1896 "shlex",
 1897 "syn 2.0.100",
 1898 "which 4.4.2",
 1899]
 1900
 1901[[package]]
 1902name = "bindgen"
 1903version = "0.70.1"
 1904source = "registry+https://github.com/rust-lang/crates.io-index"
 1905checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
 1906dependencies = [
 1907 "bitflags 2.9.0",
 1908 "cexpr",
 1909 "clang-sys",
 1910 "itertools 0.10.5",
 1911 "log",
 1912 "prettyplease",
 1913 "proc-macro2",
 1914 "quote",
 1915 "regex",
 1916 "rustc-hash 1.1.0",
 1917 "shlex",
 1918 "syn 2.0.100",
 1919]
 1920
 1921[[package]]
 1922name = "bit-set"
 1923version = "0.5.3"
 1924source = "registry+https://github.com/rust-lang/crates.io-index"
 1925checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
 1926dependencies = [
 1927 "bit-vec 0.6.3",
 1928]
 1929
 1930[[package]]
 1931name = "bit-set"
 1932version = "0.8.0"
 1933source = "registry+https://github.com/rust-lang/crates.io-index"
 1934checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1935dependencies = [
 1936 "bit-vec 0.8.0",
 1937]
 1938
 1939[[package]]
 1940name = "bit-vec"
 1941version = "0.6.3"
 1942source = "registry+https://github.com/rust-lang/crates.io-index"
 1943checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
 1944
 1945[[package]]
 1946name = "bit-vec"
 1947version = "0.8.0"
 1948source = "registry+https://github.com/rust-lang/crates.io-index"
 1949checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 1950
 1951[[package]]
 1952name = "bit_field"
 1953version = "0.10.2"
 1954source = "registry+https://github.com/rust-lang/crates.io-index"
 1955checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
 1956
 1957[[package]]
 1958name = "bitflags"
 1959version = "1.3.2"
 1960source = "registry+https://github.com/rust-lang/crates.io-index"
 1961checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 1962
 1963[[package]]
 1964name = "bitflags"
 1965version = "2.9.0"
 1966source = "registry+https://github.com/rust-lang/crates.io-index"
 1967checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
 1968dependencies = [
 1969 "serde",
 1970]
 1971
 1972[[package]]
 1973name = "bitstream-io"
 1974version = "2.6.0"
 1975source = "registry+https://github.com/rust-lang/crates.io-index"
 1976checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 1977
 1978[[package]]
 1979name = "bitvec"
 1980version = "1.0.1"
 1981source = "registry+https://github.com/rust-lang/crates.io-index"
 1982checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 1983dependencies = [
 1984 "funty",
 1985 "radium",
 1986 "tap",
 1987 "wyz",
 1988]
 1989
 1990[[package]]
 1991name = "blade-graphics"
 1992version = "0.6.0"
 1993source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 1994dependencies = [
 1995 "ash",
 1996 "ash-window",
 1997 "bitflags 2.9.0",
 1998 "bytemuck",
 1999 "codespan-reporting",
 2000 "glow",
 2001 "gpu-alloc",
 2002 "gpu-alloc-ash",
 2003 "hidden-trait",
 2004 "js-sys",
 2005 "khronos-egl",
 2006 "libloading",
 2007 "log",
 2008 "mint",
 2009 "naga",
 2010 "objc2",
 2011 "objc2-app-kit",
 2012 "objc2-foundation",
 2013 "objc2-metal",
 2014 "objc2-quartz-core",
 2015 "objc2-ui-kit",
 2016 "raw-window-handle",
 2017 "slab",
 2018 "wasm-bindgen",
 2019 "web-sys",
 2020]
 2021
 2022[[package]]
 2023name = "blade-macros"
 2024version = "0.3.0"
 2025source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 2026dependencies = [
 2027 "proc-macro2",
 2028 "quote",
 2029 "syn 2.0.100",
 2030]
 2031
 2032[[package]]
 2033name = "blade-util"
 2034version = "0.2.0"
 2035source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 2036dependencies = [
 2037 "blade-graphics",
 2038 "bytemuck",
 2039 "log",
 2040 "profiling",
 2041]
 2042
 2043[[package]]
 2044name = "blake3"
 2045version = "1.7.0"
 2046source = "registry+https://github.com/rust-lang/crates.io-index"
 2047checksum = "b17679a8d69b6d7fd9cd9801a536cec9fa5e5970b69f9d4747f70b39b031f5e7"
 2048dependencies = [
 2049 "arrayref",
 2050 "arrayvec",
 2051 "cc",
 2052 "cfg-if",
 2053 "constant_time_eq 0.3.1",
 2054]
 2055
 2056[[package]]
 2057name = "block"
 2058version = "0.1.6"
 2059source = "registry+https://github.com/rust-lang/crates.io-index"
 2060checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2061
 2062[[package]]
 2063name = "block-buffer"
 2064version = "0.10.4"
 2065source = "registry+https://github.com/rust-lang/crates.io-index"
 2066checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2067dependencies = [
 2068 "generic-array",
 2069]
 2070
 2071[[package]]
 2072name = "block-padding"
 2073version = "0.3.3"
 2074source = "registry+https://github.com/rust-lang/crates.io-index"
 2075checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2076dependencies = [
 2077 "generic-array",
 2078]
 2079
 2080[[package]]
 2081name = "block2"
 2082version = "0.5.1"
 2083source = "registry+https://github.com/rust-lang/crates.io-index"
 2084checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
 2085dependencies = [
 2086 "objc2",
 2087]
 2088
 2089[[package]]
 2090name = "blocking"
 2091version = "1.6.1"
 2092source = "registry+https://github.com/rust-lang/crates.io-index"
 2093checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
 2094dependencies = [
 2095 "async-channel 2.3.1",
 2096 "async-task",
 2097 "futures-io",
 2098 "futures-lite 2.6.0",
 2099 "piper",
 2100]
 2101
 2102[[package]]
 2103name = "borsh"
 2104version = "1.5.3"
 2105source = "registry+https://github.com/rust-lang/crates.io-index"
 2106checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
 2107dependencies = [
 2108 "borsh-derive",
 2109 "cfg_aliases 0.2.1",
 2110]
 2111
 2112[[package]]
 2113name = "borsh-derive"
 2114version = "1.5.3"
 2115source = "registry+https://github.com/rust-lang/crates.io-index"
 2116checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
 2117dependencies = [
 2118 "once_cell",
 2119 "proc-macro-crate",
 2120 "proc-macro2",
 2121 "quote",
 2122 "syn 2.0.100",
 2123]
 2124
 2125[[package]]
 2126name = "breadcrumbs"
 2127version = "0.1.0"
 2128dependencies = [
 2129 "editor",
 2130 "gpui",
 2131 "itertools 0.14.0",
 2132 "theme",
 2133 "ui",
 2134 "workspace",
 2135 "zed_actions",
 2136]
 2137
 2138[[package]]
 2139name = "bstr"
 2140version = "1.11.1"
 2141source = "registry+https://github.com/rust-lang/crates.io-index"
 2142checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
 2143dependencies = [
 2144 "memchr",
 2145 "regex-automata 0.4.9",
 2146 "serde",
 2147]
 2148
 2149[[package]]
 2150name = "buffer_diff"
 2151version = "0.1.0"
 2152dependencies = [
 2153 "anyhow",
 2154 "clock",
 2155 "ctor",
 2156 "env_logger 0.11.7",
 2157 "futures 0.3.31",
 2158 "git2",
 2159 "gpui",
 2160 "language",
 2161 "log",
 2162 "pretty_assertions",
 2163 "rand 0.8.5",
 2164 "rope",
 2165 "serde_json",
 2166 "sum_tree",
 2167 "text",
 2168 "unindent",
 2169 "util",
 2170]
 2171
 2172[[package]]
 2173name = "built"
 2174version = "0.7.5"
 2175source = "registry+https://github.com/rust-lang/crates.io-index"
 2176checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
 2177
 2178[[package]]
 2179name = "bumpalo"
 2180version = "3.16.0"
 2181source = "registry+https://github.com/rust-lang/crates.io-index"
 2182checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
 2183dependencies = [
 2184 "allocator-api2",
 2185]
 2186
 2187[[package]]
 2188name = "by_address"
 2189version = "1.2.1"
 2190source = "registry+https://github.com/rust-lang/crates.io-index"
 2191checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2192
 2193[[package]]
 2194name = "bytecheck"
 2195version = "0.6.12"
 2196source = "registry+https://github.com/rust-lang/crates.io-index"
 2197checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2198dependencies = [
 2199 "bytecheck_derive",
 2200 "ptr_meta",
 2201 "simdutf8",
 2202]
 2203
 2204[[package]]
 2205name = "bytecheck_derive"
 2206version = "0.6.12"
 2207source = "registry+https://github.com/rust-lang/crates.io-index"
 2208checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2209dependencies = [
 2210 "proc-macro2",
 2211 "quote",
 2212 "syn 1.0.109",
 2213]
 2214
 2215[[package]]
 2216name = "bytemuck"
 2217version = "1.21.0"
 2218source = "registry+https://github.com/rust-lang/crates.io-index"
 2219checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
 2220dependencies = [
 2221 "bytemuck_derive",
 2222]
 2223
 2224[[package]]
 2225name = "bytemuck_derive"
 2226version = "1.8.0"
 2227source = "registry+https://github.com/rust-lang/crates.io-index"
 2228checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
 2229dependencies = [
 2230 "proc-macro2",
 2231 "quote",
 2232 "syn 2.0.100",
 2233]
 2234
 2235[[package]]
 2236name = "byteorder"
 2237version = "1.5.0"
 2238source = "registry+https://github.com/rust-lang/crates.io-index"
 2239checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2240
 2241[[package]]
 2242name = "byteorder-lite"
 2243version = "0.1.0"
 2244source = "registry+https://github.com/rust-lang/crates.io-index"
 2245checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2246
 2247[[package]]
 2248name = "bytes"
 2249version = "0.4.12"
 2250source = "registry+https://github.com/rust-lang/crates.io-index"
 2251checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2252dependencies = [
 2253 "byteorder",
 2254 "iovec",
 2255]
 2256
 2257[[package]]
 2258name = "bytes"
 2259version = "1.10.1"
 2260source = "registry+https://github.com/rust-lang/crates.io-index"
 2261checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
 2262
 2263[[package]]
 2264name = "bytes-utils"
 2265version = "0.1.4"
 2266source = "registry+https://github.com/rust-lang/crates.io-index"
 2267checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2268dependencies = [
 2269 "bytes 1.10.1",
 2270 "either",
 2271]
 2272
 2273[[package]]
 2274name = "bzip2"
 2275version = "0.4.4"
 2276source = "registry+https://github.com/rust-lang/crates.io-index"
 2277checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2278dependencies = [
 2279 "bzip2-sys",
 2280 "libc",
 2281]
 2282
 2283[[package]]
 2284name = "bzip2-sys"
 2285version = "0.1.11+1.0.8"
 2286source = "registry+https://github.com/rust-lang/crates.io-index"
 2287checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
 2288dependencies = [
 2289 "cc",
 2290 "libc",
 2291 "pkg-config",
 2292]
 2293
 2294[[package]]
 2295name = "call"
 2296version = "0.1.0"
 2297dependencies = [
 2298 "anyhow",
 2299 "audio",
 2300 "client",
 2301 "collections",
 2302 "fs",
 2303 "futures 0.3.31",
 2304 "gpui",
 2305 "http_client",
 2306 "language",
 2307 "livekit_client",
 2308 "livekit_client_macos",
 2309 "log",
 2310 "postage",
 2311 "project",
 2312 "schemars",
 2313 "serde",
 2314 "serde_derive",
 2315 "settings",
 2316 "telemetry",
 2317 "util",
 2318]
 2319
 2320[[package]]
 2321name = "calloop"
 2322version = "0.13.0"
 2323source = "registry+https://github.com/rust-lang/crates.io-index"
 2324checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
 2325dependencies = [
 2326 "bitflags 2.9.0",
 2327 "log",
 2328 "polling",
 2329 "rustix",
 2330 "slab",
 2331 "thiserror 1.0.69",
 2332]
 2333
 2334[[package]]
 2335name = "calloop-wayland-source"
 2336version = "0.3.0"
 2337source = "registry+https://github.com/rust-lang/crates.io-index"
 2338checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
 2339dependencies = [
 2340 "calloop",
 2341 "rustix",
 2342 "wayland-backend",
 2343 "wayland-client",
 2344]
 2345
 2346[[package]]
 2347name = "camino"
 2348version = "1.1.9"
 2349source = "registry+https://github.com/rust-lang/crates.io-index"
 2350checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
 2351dependencies = [
 2352 "serde",
 2353]
 2354
 2355[[package]]
 2356name = "cap-fs-ext"
 2357version = "3.4.2"
 2358source = "registry+https://github.com/rust-lang/crates.io-index"
 2359checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
 2360dependencies = [
 2361 "cap-primitives",
 2362 "cap-std",
 2363 "io-lifetimes",
 2364 "windows-sys 0.59.0",
 2365]
 2366
 2367[[package]]
 2368name = "cap-net-ext"
 2369version = "3.4.2"
 2370source = "registry+https://github.com/rust-lang/crates.io-index"
 2371checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
 2372dependencies = [
 2373 "cap-primitives",
 2374 "cap-std",
 2375 "rustix",
 2376 "smallvec",
 2377]
 2378
 2379[[package]]
 2380name = "cap-primitives"
 2381version = "3.4.2"
 2382source = "registry+https://github.com/rust-lang/crates.io-index"
 2383checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
 2384dependencies = [
 2385 "ambient-authority",
 2386 "fs-set-times",
 2387 "io-extras",
 2388 "io-lifetimes",
 2389 "ipnet",
 2390 "maybe-owned",
 2391 "rustix",
 2392 "windows-sys 0.59.0",
 2393 "winx",
 2394]
 2395
 2396[[package]]
 2397name = "cap-rand"
 2398version = "3.4.2"
 2399source = "registry+https://github.com/rust-lang/crates.io-index"
 2400checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
 2401dependencies = [
 2402 "ambient-authority",
 2403 "rand 0.8.5",
 2404]
 2405
 2406[[package]]
 2407name = "cap-std"
 2408version = "3.4.2"
 2409source = "registry+https://github.com/rust-lang/crates.io-index"
 2410checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
 2411dependencies = [
 2412 "cap-primitives",
 2413 "io-extras",
 2414 "io-lifetimes",
 2415 "rustix",
 2416]
 2417
 2418[[package]]
 2419name = "cap-time-ext"
 2420version = "3.4.2"
 2421source = "registry+https://github.com/rust-lang/crates.io-index"
 2422checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
 2423dependencies = [
 2424 "ambient-authority",
 2425 "cap-primitives",
 2426 "iana-time-zone",
 2427 "once_cell",
 2428 "rustix",
 2429 "winx",
 2430]
 2431
 2432[[package]]
 2433name = "cargo-platform"
 2434version = "0.1.9"
 2435source = "registry+https://github.com/rust-lang/crates.io-index"
 2436checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2437dependencies = [
 2438 "serde",
 2439]
 2440
 2441[[package]]
 2442name = "cargo_metadata"
 2443version = "0.19.2"
 2444source = "registry+https://github.com/rust-lang/crates.io-index"
 2445checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2446dependencies = [
 2447 "camino",
 2448 "cargo-platform",
 2449 "semver",
 2450 "serde",
 2451 "serde_json",
 2452 "thiserror 2.0.12",
 2453]
 2454
 2455[[package]]
 2456name = "cargo_toml"
 2457version = "0.21.0"
 2458source = "registry+https://github.com/rust-lang/crates.io-index"
 2459checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2460dependencies = [
 2461 "serde",
 2462 "toml 0.8.20",
 2463]
 2464
 2465[[package]]
 2466name = "cast"
 2467version = "0.3.0"
 2468source = "registry+https://github.com/rust-lang/crates.io-index"
 2469checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2470
 2471[[package]]
 2472name = "cbc"
 2473version = "0.1.2"
 2474source = "registry+https://github.com/rust-lang/crates.io-index"
 2475checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2476dependencies = [
 2477 "cipher",
 2478]
 2479
 2480[[package]]
 2481name = "cbindgen"
 2482version = "0.27.0"
 2483source = "registry+https://github.com/rust-lang/crates.io-index"
 2484checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
 2485dependencies = [
 2486 "clap",
 2487 "heck 0.4.1",
 2488 "indexmap",
 2489 "log",
 2490 "proc-macro2",
 2491 "quote",
 2492 "serde",
 2493 "serde_json",
 2494 "syn 2.0.100",
 2495 "tempfile",
 2496 "toml 0.8.20",
 2497]
 2498
 2499[[package]]
 2500name = "cbindgen"
 2501version = "0.28.0"
 2502source = "registry+https://github.com/rust-lang/crates.io-index"
 2503checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2504dependencies = [
 2505 "heck 0.4.1",
 2506 "indexmap",
 2507 "log",
 2508 "proc-macro2",
 2509 "quote",
 2510 "serde",
 2511 "serde_json",
 2512 "syn 2.0.100",
 2513 "tempfile",
 2514 "toml 0.8.20",
 2515]
 2516
 2517[[package]]
 2518name = "cc"
 2519version = "1.2.12"
 2520source = "registry+https://github.com/rust-lang/crates.io-index"
 2521checksum = "755717a7de9ec452bf7f3f1a3099085deabd7f2962b861dae91ecd7a365903d2"
 2522dependencies = [
 2523 "jobserver",
 2524 "libc",
 2525 "shlex",
 2526]
 2527
 2528[[package]]
 2529name = "cesu8"
 2530version = "1.1.0"
 2531source = "registry+https://github.com/rust-lang/crates.io-index"
 2532checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2533
 2534[[package]]
 2535name = "cexpr"
 2536version = "0.6.0"
 2537source = "registry+https://github.com/rust-lang/crates.io-index"
 2538checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2539dependencies = [
 2540 "nom",
 2541]
 2542
 2543[[package]]
 2544name = "cfg-expr"
 2545version = "0.15.8"
 2546source = "registry+https://github.com/rust-lang/crates.io-index"
 2547checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2548dependencies = [
 2549 "smallvec",
 2550 "target-lexicon 0.12.16",
 2551]
 2552
 2553[[package]]
 2554name = "cfg-if"
 2555version = "1.0.0"
 2556source = "registry+https://github.com/rust-lang/crates.io-index"
 2557checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 2558
 2559[[package]]
 2560name = "cfg_aliases"
 2561version = "0.1.1"
 2562source = "registry+https://github.com/rust-lang/crates.io-index"
 2563checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2564
 2565[[package]]
 2566name = "cfg_aliases"
 2567version = "0.2.1"
 2568source = "registry+https://github.com/rust-lang/crates.io-index"
 2569checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2570
 2571[[package]]
 2572name = "channel"
 2573version = "0.1.0"
 2574dependencies = [
 2575 "anyhow",
 2576 "client",
 2577 "clock",
 2578 "collections",
 2579 "futures 0.3.31",
 2580 "gpui",
 2581 "http_client",
 2582 "language",
 2583 "log",
 2584 "rand 0.8.5",
 2585 "release_channel",
 2586 "rpc",
 2587 "settings",
 2588 "sum_tree",
 2589 "text",
 2590 "time",
 2591 "util",
 2592]
 2593
 2594[[package]]
 2595name = "chrono"
 2596version = "0.4.40"
 2597source = "registry+https://github.com/rust-lang/crates.io-index"
 2598checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
 2599dependencies = [
 2600 "android-tzdata",
 2601 "iana-time-zone",
 2602 "js-sys",
 2603 "num-traits",
 2604 "serde",
 2605 "wasm-bindgen",
 2606 "windows-link",
 2607]
 2608
 2609[[package]]
 2610name = "chunked_transfer"
 2611version = "1.5.0"
 2612source = "registry+https://github.com/rust-lang/crates.io-index"
 2613checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2614
 2615[[package]]
 2616name = "ciborium"
 2617version = "0.2.2"
 2618source = "registry+https://github.com/rust-lang/crates.io-index"
 2619checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2620dependencies = [
 2621 "ciborium-io",
 2622 "ciborium-ll",
 2623 "serde",
 2624]
 2625
 2626[[package]]
 2627name = "ciborium-io"
 2628version = "0.2.2"
 2629source = "registry+https://github.com/rust-lang/crates.io-index"
 2630checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2631
 2632[[package]]
 2633name = "ciborium-ll"
 2634version = "0.2.2"
 2635source = "registry+https://github.com/rust-lang/crates.io-index"
 2636checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2637dependencies = [
 2638 "ciborium-io",
 2639 "half",
 2640]
 2641
 2642[[package]]
 2643name = "cipher"
 2644version = "0.4.4"
 2645source = "registry+https://github.com/rust-lang/crates.io-index"
 2646checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2647dependencies = [
 2648 "crypto-common",
 2649 "inout",
 2650 "zeroize",
 2651]
 2652
 2653[[package]]
 2654name = "circular-buffer"
 2655version = "1.0.0"
 2656source = "registry+https://github.com/rust-lang/crates.io-index"
 2657checksum = "4dacb91f972298e70fc507a2ffcaf1545807f1a36da586fb846646030adc542f"
 2658
 2659[[package]]
 2660name = "clang-sys"
 2661version = "1.8.1"
 2662source = "registry+https://github.com/rust-lang/crates.io-index"
 2663checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2664dependencies = [
 2665 "glob",
 2666 "libc",
 2667 "libloading",
 2668]
 2669
 2670[[package]]
 2671name = "clap"
 2672version = "4.5.34"
 2673source = "registry+https://github.com/rust-lang/crates.io-index"
 2674checksum = "e958897981290da2a852763fe9cdb89cd36977a5d729023127095fa94d95e2ff"
 2675dependencies = [
 2676 "clap_builder",
 2677 "clap_derive",
 2678]
 2679
 2680[[package]]
 2681name = "clap_builder"
 2682version = "4.5.34"
 2683source = "registry+https://github.com/rust-lang/crates.io-index"
 2684checksum = "83b0f35019843db2160b5bb19ae09b4e6411ac33fc6a712003c33e03090e2489"
 2685dependencies = [
 2686 "anstream",
 2687 "anstyle",
 2688 "clap_lex",
 2689 "strsim",
 2690 "terminal_size",
 2691]
 2692
 2693[[package]]
 2694name = "clap_complete"
 2695version = "4.5.38"
 2696source = "registry+https://github.com/rust-lang/crates.io-index"
 2697checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
 2698dependencies = [
 2699 "clap",
 2700]
 2701
 2702[[package]]
 2703name = "clap_derive"
 2704version = "4.5.32"
 2705source = "registry+https://github.com/rust-lang/crates.io-index"
 2706checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
 2707dependencies = [
 2708 "heck 0.5.0",
 2709 "proc-macro2",
 2710 "quote",
 2711 "syn 2.0.100",
 2712]
 2713
 2714[[package]]
 2715name = "clap_lex"
 2716version = "0.7.4"
 2717source = "registry+https://github.com/rust-lang/crates.io-index"
 2718checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
 2719
 2720[[package]]
 2721name = "cli"
 2722version = "0.1.0"
 2723dependencies = [
 2724 "anyhow",
 2725 "clap",
 2726 "collections",
 2727 "core-foundation 0.9.4",
 2728 "core-services",
 2729 "exec",
 2730 "fork",
 2731 "ipc-channel",
 2732 "parking_lot",
 2733 "paths",
 2734 "plist",
 2735 "release_channel",
 2736 "serde",
 2737 "tempfile",
 2738 "util",
 2739 "windows 0.61.1",
 2740]
 2741
 2742[[package]]
 2743name = "client"
 2744version = "0.1.0"
 2745dependencies = [
 2746 "anyhow",
 2747 "async-native-tls",
 2748 "async-recursion 0.3.2",
 2749 "async-tungstenite",
 2750 "chrono",
 2751 "clock",
 2752 "cocoa 0.26.0",
 2753 "collections",
 2754 "credentials_provider",
 2755 "feature_flags",
 2756 "futures 0.3.31",
 2757 "gpui",
 2758 "http_client",
 2759 "http_client_tls",
 2760 "log",
 2761 "parking_lot",
 2762 "paths",
 2763 "postage",
 2764 "rand 0.8.5",
 2765 "release_channel",
 2766 "rpc",
 2767 "schemars",
 2768 "serde",
 2769 "serde_json",
 2770 "settings",
 2771 "sha2",
 2772 "smol",
 2773 "telemetry",
 2774 "telemetry_events",
 2775 "text",
 2776 "thiserror 2.0.12",
 2777 "time",
 2778 "tiny_http",
 2779 "tokio-socks",
 2780 "url",
 2781 "util",
 2782 "windows 0.61.1",
 2783 "worktree",
 2784]
 2785
 2786[[package]]
 2787name = "clock"
 2788version = "0.1.0"
 2789dependencies = [
 2790 "parking_lot",
 2791 "serde",
 2792 "smallvec",
 2793]
 2794
 2795[[package]]
 2796name = "cmake"
 2797version = "0.1.53"
 2798source = "registry+https://github.com/rust-lang/crates.io-index"
 2799checksum = "e24a03c8b52922d68a1589ad61032f2c1aa5a8158d2aa0d93c6e9534944bbad6"
 2800dependencies = [
 2801 "cc",
 2802]
 2803
 2804[[package]]
 2805name = "cobs"
 2806version = "0.2.3"
 2807source = "registry+https://github.com/rust-lang/crates.io-index"
 2808checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
 2809
 2810[[package]]
 2811name = "cocoa"
 2812version = "0.25.0"
 2813source = "registry+https://github.com/rust-lang/crates.io-index"
 2814checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 2815dependencies = [
 2816 "bitflags 1.3.2",
 2817 "block",
 2818 "cocoa-foundation 0.1.2",
 2819 "core-foundation 0.9.4",
 2820 "core-graphics 0.23.2",
 2821 "foreign-types 0.5.0",
 2822 "libc",
 2823 "objc",
 2824]
 2825
 2826[[package]]
 2827name = "cocoa"
 2828version = "0.26.0"
 2829source = "registry+https://github.com/rust-lang/crates.io-index"
 2830checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 2831dependencies = [
 2832 "bitflags 2.9.0",
 2833 "block",
 2834 "cocoa-foundation 0.2.0",
 2835 "core-foundation 0.10.0",
 2836 "core-graphics 0.24.0",
 2837 "foreign-types 0.5.0",
 2838 "libc",
 2839 "objc",
 2840]
 2841
 2842[[package]]
 2843name = "cocoa-foundation"
 2844version = "0.1.2"
 2845source = "registry+https://github.com/rust-lang/crates.io-index"
 2846checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 2847dependencies = [
 2848 "bitflags 1.3.2",
 2849 "block",
 2850 "core-foundation 0.9.4",
 2851 "core-graphics-types 0.1.3",
 2852 "libc",
 2853 "objc",
 2854]
 2855
 2856[[package]]
 2857name = "cocoa-foundation"
 2858version = "0.2.0"
 2859source = "registry+https://github.com/rust-lang/crates.io-index"
 2860checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 2861dependencies = [
 2862 "bitflags 2.9.0",
 2863 "block",
 2864 "core-foundation 0.10.0",
 2865 "core-graphics-types 0.2.0",
 2866 "libc",
 2867 "objc",
 2868]
 2869
 2870[[package]]
 2871name = "codespan-reporting"
 2872version = "0.11.1"
 2873source = "registry+https://github.com/rust-lang/crates.io-index"
 2874checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
 2875dependencies = [
 2876 "termcolor",
 2877 "unicode-width",
 2878]
 2879
 2880[[package]]
 2881name = "collab"
 2882version = "0.44.0"
 2883dependencies = [
 2884 "anthropic",
 2885 "anyhow",
 2886 "assistant",
 2887 "assistant_context_editor",
 2888 "assistant_slash_command",
 2889 "assistant_tool",
 2890 "async-stripe",
 2891 "async-trait",
 2892 "async-tungstenite",
 2893 "audio",
 2894 "aws-config",
 2895 "aws-sdk-kinesis",
 2896 "aws-sdk-s3",
 2897 "axum",
 2898 "axum-extra",
 2899 "base64 0.22.1",
 2900 "buffer_diff",
 2901 "call",
 2902 "channel",
 2903 "chrono",
 2904 "client",
 2905 "clock",
 2906 "collab_ui",
 2907 "collections",
 2908 "command_palette_hooks",
 2909 "context_server",
 2910 "ctor",
 2911 "dap",
 2912 "dashmap 6.1.0",
 2913 "debugger_ui",
 2914 "derive_more",
 2915 "editor",
 2916 "env_logger 0.11.7",
 2917 "envy",
 2918 "extension",
 2919 "file_finder",
 2920 "fs",
 2921 "futures 0.3.31",
 2922 "git",
 2923 "git_hosting_providers",
 2924 "git_ui",
 2925 "google_ai",
 2926 "gpui",
 2927 "hex",
 2928 "http_client",
 2929 "hyper 0.14.32",
 2930 "indoc",
 2931 "jsonwebtoken",
 2932 "language",
 2933 "language_model",
 2934 "livekit_api",
 2935 "livekit_client",
 2936 "livekit_client_macos",
 2937 "log",
 2938 "lsp",
 2939 "menu",
 2940 "multi_buffer",
 2941 "nanoid",
 2942 "node_runtime",
 2943 "notifications",
 2944 "open_ai",
 2945 "parking_lot",
 2946 "pretty_assertions",
 2947 "project",
 2948 "prometheus",
 2949 "prompt_store",
 2950 "prost 0.9.0",
 2951 "rand 0.8.5",
 2952 "recent_projects",
 2953 "release_channel",
 2954 "remote",
 2955 "remote_server",
 2956 "reqwest 0.11.27",
 2957 "reqwest_client",
 2958 "rpc",
 2959 "rustc-demangle",
 2960 "scrypt",
 2961 "sea-orm",
 2962 "semantic_version",
 2963 "semver",
 2964 "serde",
 2965 "serde_derive",
 2966 "serde_json",
 2967 "session",
 2968 "settings",
 2969 "sha2",
 2970 "sqlx",
 2971 "strum",
 2972 "subtle",
 2973 "supermaven_api",
 2974 "telemetry_events",
 2975 "text",
 2976 "theme",
 2977 "thiserror 2.0.12",
 2978 "time",
 2979 "tokio",
 2980 "toml 0.8.20",
 2981 "tower",
 2982 "tower-http 0.4.4",
 2983 "tracing",
 2984 "tracing-subscriber",
 2985 "unindent",
 2986 "util",
 2987 "uuid",
 2988 "workspace",
 2989 "worktree",
 2990]
 2991
 2992[[package]]
 2993name = "collab_ui"
 2994version = "0.1.0"
 2995dependencies = [
 2996 "anyhow",
 2997 "call",
 2998 "channel",
 2999 "chrono",
 3000 "client",
 3001 "collections",
 3002 "db",
 3003 "editor",
 3004 "emojis",
 3005 "futures 0.3.31",
 3006 "fuzzy",
 3007 "gpui",
 3008 "http_client",
 3009 "language",
 3010 "menu",
 3011 "notifications",
 3012 "picker",
 3013 "pretty_assertions",
 3014 "project",
 3015 "release_channel",
 3016 "rich_text",
 3017 "rpc",
 3018 "schemars",
 3019 "serde",
 3020 "serde_derive",
 3021 "serde_json",
 3022 "settings",
 3023 "smallvec",
 3024 "story",
 3025 "telemetry",
 3026 "theme",
 3027 "time",
 3028 "time_format",
 3029 "title_bar",
 3030 "tree-sitter-md",
 3031 "ui",
 3032 "util",
 3033 "workspace",
 3034]
 3035
 3036[[package]]
 3037name = "collections"
 3038version = "0.1.0"
 3039dependencies = [
 3040 "indexmap",
 3041 "rustc-hash 2.1.1",
 3042]
 3043
 3044[[package]]
 3045name = "color_quant"
 3046version = "1.1.0"
 3047source = "registry+https://github.com/rust-lang/crates.io-index"
 3048checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3049
 3050[[package]]
 3051name = "colorchoice"
 3052version = "1.0.3"
 3053source = "registry+https://github.com/rust-lang/crates.io-index"
 3054checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
 3055
 3056[[package]]
 3057name = "combine"
 3058version = "4.6.7"
 3059source = "registry+https://github.com/rust-lang/crates.io-index"
 3060checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3061dependencies = [
 3062 "bytes 1.10.1",
 3063 "memchr",
 3064]
 3065
 3066[[package]]
 3067name = "command_palette"
 3068version = "0.1.0"
 3069dependencies = [
 3070 "client",
 3071 "collections",
 3072 "command_palette_hooks",
 3073 "ctor",
 3074 "editor",
 3075 "env_logger 0.11.7",
 3076 "fuzzy",
 3077 "go_to_line",
 3078 "gpui",
 3079 "language",
 3080 "menu",
 3081 "picker",
 3082 "postage",
 3083 "project",
 3084 "serde",
 3085 "serde_json",
 3086 "settings",
 3087 "telemetry",
 3088 "theme",
 3089 "ui",
 3090 "util",
 3091 "workspace",
 3092 "zed_actions",
 3093]
 3094
 3095[[package]]
 3096name = "command_palette_hooks"
 3097version = "0.1.0"
 3098dependencies = [
 3099 "collections",
 3100 "derive_more",
 3101 "gpui",
 3102]
 3103
 3104[[package]]
 3105name = "component"
 3106version = "0.1.0"
 3107dependencies = [
 3108 "collections",
 3109 "gpui",
 3110 "linkme",
 3111 "parking_lot",
 3112 "theme",
 3113]
 3114
 3115[[package]]
 3116name = "component_preview"
 3117version = "0.1.0"
 3118dependencies = [
 3119 "client",
 3120 "collections",
 3121 "component",
 3122 "gpui",
 3123 "languages",
 3124 "notifications",
 3125 "project",
 3126 "ui",
 3127 "workspace",
 3128]
 3129
 3130[[package]]
 3131name = "concurrent-queue"
 3132version = "2.5.0"
 3133source = "registry+https://github.com/rust-lang/crates.io-index"
 3134checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3135dependencies = [
 3136 "crossbeam-utils",
 3137]
 3138
 3139[[package]]
 3140name = "console"
 3141version = "0.15.8"
 3142source = "registry+https://github.com/rust-lang/crates.io-index"
 3143checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
 3144dependencies = [
 3145 "encode_unicode",
 3146 "lazy_static",
 3147 "libc",
 3148 "unicode-width",
 3149 "windows-sys 0.52.0",
 3150]
 3151
 3152[[package]]
 3153name = "const-oid"
 3154version = "0.9.6"
 3155source = "registry+https://github.com/rust-lang/crates.io-index"
 3156checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3157
 3158[[package]]
 3159name = "const-random"
 3160version = "0.1.18"
 3161source = "registry+https://github.com/rust-lang/crates.io-index"
 3162checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3163dependencies = [
 3164 "const-random-macro",
 3165]
 3166
 3167[[package]]
 3168name = "const-random-macro"
 3169version = "0.1.16"
 3170source = "registry+https://github.com/rust-lang/crates.io-index"
 3171checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3172dependencies = [
 3173 "getrandom 0.2.15",
 3174 "once_cell",
 3175 "tiny-keccak",
 3176]
 3177
 3178[[package]]
 3179name = "constant_time_eq"
 3180version = "0.1.5"
 3181source = "registry+https://github.com/rust-lang/crates.io-index"
 3182checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3183
 3184[[package]]
 3185name = "constant_time_eq"
 3186version = "0.3.1"
 3187source = "registry+https://github.com/rust-lang/crates.io-index"
 3188checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
 3189
 3190[[package]]
 3191name = "context_server"
 3192version = "0.1.0"
 3193dependencies = [
 3194 "anyhow",
 3195 "assistant_tool",
 3196 "async-trait",
 3197 "collections",
 3198 "command_palette_hooks",
 3199 "context_server_settings",
 3200 "extension",
 3201 "futures 0.3.31",
 3202 "gpui",
 3203 "icons",
 3204 "language_model",
 3205 "log",
 3206 "parking_lot",
 3207 "postage",
 3208 "project",
 3209 "serde",
 3210 "serde_json",
 3211 "settings",
 3212 "smol",
 3213 "url",
 3214 "util",
 3215]
 3216
 3217[[package]]
 3218name = "context_server_settings"
 3219version = "0.1.0"
 3220dependencies = [
 3221 "anyhow",
 3222 "collections",
 3223 "gpui",
 3224 "schemars",
 3225 "serde",
 3226 "serde_json",
 3227 "settings",
 3228]
 3229
 3230[[package]]
 3231name = "convert_case"
 3232version = "0.4.0"
 3233source = "registry+https://github.com/rust-lang/crates.io-index"
 3234checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
 3235
 3236[[package]]
 3237name = "convert_case"
 3238version = "0.8.0"
 3239source = "registry+https://github.com/rust-lang/crates.io-index"
 3240checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3241dependencies = [
 3242 "unicode-segmentation",
 3243]
 3244
 3245[[package]]
 3246name = "copilot"
 3247version = "0.1.0"
 3248dependencies = [
 3249 "anyhow",
 3250 "async-std",
 3251 "chrono",
 3252 "client",
 3253 "clock",
 3254 "collections",
 3255 "command_palette_hooks",
 3256 "ctor",
 3257 "editor",
 3258 "env_logger 0.11.7",
 3259 "fs",
 3260 "futures 0.3.31",
 3261 "gpui",
 3262 "http_client",
 3263 "indoc",
 3264 "inline_completion",
 3265 "language",
 3266 "log",
 3267 "lsp",
 3268 "menu",
 3269 "node_runtime",
 3270 "parking_lot",
 3271 "paths",
 3272 "project",
 3273 "rpc",
 3274 "schemars",
 3275 "serde",
 3276 "serde_json",
 3277 "settings",
 3278 "strum",
 3279 "task",
 3280 "theme",
 3281 "ui",
 3282 "util",
 3283 "workspace",
 3284]
 3285
 3286[[package]]
 3287name = "core-foundation"
 3288version = "0.9.4"
 3289source = "registry+https://github.com/rust-lang/crates.io-index"
 3290checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3291dependencies = [
 3292 "core-foundation-sys",
 3293 "libc",
 3294]
 3295
 3296[[package]]
 3297name = "core-foundation"
 3298version = "0.10.0"
 3299source = "registry+https://github.com/rust-lang/crates.io-index"
 3300checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3301dependencies = [
 3302 "core-foundation-sys",
 3303 "libc",
 3304]
 3305
 3306[[package]]
 3307name = "core-foundation-sys"
 3308version = "0.8.7"
 3309source = "registry+https://github.com/rust-lang/crates.io-index"
 3310checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3311
 3312[[package]]
 3313name = "core-graphics"
 3314version = "0.23.2"
 3315source = "registry+https://github.com/rust-lang/crates.io-index"
 3316checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3317dependencies = [
 3318 "bitflags 1.3.2",
 3319 "core-foundation 0.9.4",
 3320 "core-graphics-types 0.1.3",
 3321 "foreign-types 0.5.0",
 3322 "libc",
 3323]
 3324
 3325[[package]]
 3326name = "core-graphics"
 3327version = "0.24.0"
 3328source = "registry+https://github.com/rust-lang/crates.io-index"
 3329checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3330dependencies = [
 3331 "bitflags 2.9.0",
 3332 "core-foundation 0.10.0",
 3333 "core-graphics-types 0.2.0",
 3334 "foreign-types 0.5.0",
 3335 "libc",
 3336]
 3337
 3338[[package]]
 3339name = "core-graphics-types"
 3340version = "0.1.3"
 3341source = "registry+https://github.com/rust-lang/crates.io-index"
 3342checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3343dependencies = [
 3344 "bitflags 1.3.2",
 3345 "core-foundation 0.9.4",
 3346 "libc",
 3347]
 3348
 3349[[package]]
 3350name = "core-graphics-types"
 3351version = "0.2.0"
 3352source = "registry+https://github.com/rust-lang/crates.io-index"
 3353checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3354dependencies = [
 3355 "bitflags 2.9.0",
 3356 "core-foundation 0.10.0",
 3357 "libc",
 3358]
 3359
 3360[[package]]
 3361name = "core-services"
 3362version = "0.2.1"
 3363source = "registry+https://github.com/rust-lang/crates.io-index"
 3364checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3365dependencies = [
 3366 "core-foundation 0.9.4",
 3367]
 3368
 3369[[package]]
 3370name = "core-text"
 3371version = "20.1.0"
 3372source = "registry+https://github.com/rust-lang/crates.io-index"
 3373checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
 3374dependencies = [
 3375 "core-foundation 0.9.4",
 3376 "core-graphics 0.23.2",
 3377 "foreign-types 0.5.0",
 3378 "libc",
 3379]
 3380
 3381[[package]]
 3382name = "core_maths"
 3383version = "0.1.1"
 3384source = "registry+https://github.com/rust-lang/crates.io-index"
 3385checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3386dependencies = [
 3387 "libm",
 3388]
 3389
 3390[[package]]
 3391name = "coreaudio-rs"
 3392version = "0.11.3"
 3393source = "registry+https://github.com/rust-lang/crates.io-index"
 3394checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
 3395dependencies = [
 3396 "bitflags 1.3.2",
 3397 "core-foundation-sys",
 3398 "coreaudio-sys",
 3399]
 3400
 3401[[package]]
 3402name = "coreaudio-rs"
 3403version = "0.12.1"
 3404source = "registry+https://github.com/rust-lang/crates.io-index"
 3405checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3406dependencies = [
 3407 "bitflags 1.3.2",
 3408 "core-foundation-sys",
 3409 "coreaudio-sys",
 3410]
 3411
 3412[[package]]
 3413name = "coreaudio-sys"
 3414version = "0.2.16"
 3415source = "registry+https://github.com/rust-lang/crates.io-index"
 3416checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
 3417dependencies = [
 3418 "bindgen 0.70.1",
 3419]
 3420
 3421[[package]]
 3422name = "cosmic-text"
 3423version = "0.13.2"
 3424source = "registry+https://github.com/rust-lang/crates.io-index"
 3425checksum = "e418dd4f5128c3e93eab12246391c54a20c496811131f85754dc8152ee207892"
 3426dependencies = [
 3427 "bitflags 2.9.0",
 3428 "fontdb 0.16.2",
 3429 "log",
 3430 "rangemap",
 3431 "rustc-hash 1.1.0",
 3432 "rustybuzz 0.14.1",
 3433 "self_cell",
 3434 "smol_str 0.2.2",
 3435 "swash",
 3436 "sys-locale",
 3437 "ttf-parser 0.21.1",
 3438 "unicode-bidi",
 3439 "unicode-linebreak",
 3440 "unicode-script",
 3441 "unicode-segmentation",
 3442]
 3443
 3444[[package]]
 3445name = "cpal"
 3446version = "0.15.3"
 3447source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
 3448dependencies = [
 3449 "alsa",
 3450 "core-foundation-sys",
 3451 "coreaudio-rs 0.11.3",
 3452 "dasp_sample",
 3453 "jni",
 3454 "js-sys",
 3455 "libc",
 3456 "mach2",
 3457 "ndk",
 3458 "ndk-context",
 3459 "oboe",
 3460 "wasm-bindgen",
 3461 "wasm-bindgen-futures",
 3462 "web-sys",
 3463 "windows 0.54.0",
 3464]
 3465
 3466[[package]]
 3467name = "cpp_demangle"
 3468version = "0.4.4"
 3469source = "registry+https://github.com/rust-lang/crates.io-index"
 3470checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
 3471dependencies = [
 3472 "cfg-if",
 3473]
 3474
 3475[[package]]
 3476name = "cpufeatures"
 3477version = "0.2.16"
 3478source = "registry+https://github.com/rust-lang/crates.io-index"
 3479checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
 3480dependencies = [
 3481 "libc",
 3482]
 3483
 3484[[package]]
 3485name = "cranelift-bforest"
 3486version = "0.116.1"
 3487source = "registry+https://github.com/rust-lang/crates.io-index"
 3488checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
 3489dependencies = [
 3490 "cranelift-entity",
 3491]
 3492
 3493[[package]]
 3494name = "cranelift-bitset"
 3495version = "0.116.1"
 3496source = "registry+https://github.com/rust-lang/crates.io-index"
 3497checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
 3498dependencies = [
 3499 "serde",
 3500 "serde_derive",
 3501]
 3502
 3503[[package]]
 3504name = "cranelift-codegen"
 3505version = "0.116.1"
 3506source = "registry+https://github.com/rust-lang/crates.io-index"
 3507checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
 3508dependencies = [
 3509 "bumpalo",
 3510 "cranelift-bforest",
 3511 "cranelift-bitset",
 3512 "cranelift-codegen-meta",
 3513 "cranelift-codegen-shared",
 3514 "cranelift-control",
 3515 "cranelift-entity",
 3516 "cranelift-isle",
 3517 "gimli",
 3518 "hashbrown 0.14.5",
 3519 "log",
 3520 "regalloc2",
 3521 "rustc-hash 2.1.1",
 3522 "serde",
 3523 "smallvec",
 3524 "target-lexicon 0.13.2",
 3525]
 3526
 3527[[package]]
 3528name = "cranelift-codegen-meta"
 3529version = "0.116.1"
 3530source = "registry+https://github.com/rust-lang/crates.io-index"
 3531checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
 3532dependencies = [
 3533 "cranelift-codegen-shared",
 3534]
 3535
 3536[[package]]
 3537name = "cranelift-codegen-shared"
 3538version = "0.116.1"
 3539source = "registry+https://github.com/rust-lang/crates.io-index"
 3540checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
 3541
 3542[[package]]
 3543name = "cranelift-control"
 3544version = "0.116.1"
 3545source = "registry+https://github.com/rust-lang/crates.io-index"
 3546checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
 3547dependencies = [
 3548 "arbitrary",
 3549]
 3550
 3551[[package]]
 3552name = "cranelift-entity"
 3553version = "0.116.1"
 3554source = "registry+https://github.com/rust-lang/crates.io-index"
 3555checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
 3556dependencies = [
 3557 "cranelift-bitset",
 3558 "serde",
 3559 "serde_derive",
 3560]
 3561
 3562[[package]]
 3563name = "cranelift-frontend"
 3564version = "0.116.1"
 3565source = "registry+https://github.com/rust-lang/crates.io-index"
 3566checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
 3567dependencies = [
 3568 "cranelift-codegen",
 3569 "log",
 3570 "smallvec",
 3571 "target-lexicon 0.13.2",
 3572]
 3573
 3574[[package]]
 3575name = "cranelift-isle"
 3576version = "0.116.1"
 3577source = "registry+https://github.com/rust-lang/crates.io-index"
 3578checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
 3579
 3580[[package]]
 3581name = "cranelift-native"
 3582version = "0.116.1"
 3583source = "registry+https://github.com/rust-lang/crates.io-index"
 3584checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
 3585dependencies = [
 3586 "cranelift-codegen",
 3587 "libc",
 3588 "target-lexicon 0.13.2",
 3589]
 3590
 3591[[package]]
 3592name = "crc"
 3593version = "3.2.1"
 3594source = "registry+https://github.com/rust-lang/crates.io-index"
 3595checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
 3596dependencies = [
 3597 "crc-catalog",
 3598]
 3599
 3600[[package]]
 3601name = "crc-catalog"
 3602version = "2.4.0"
 3603source = "registry+https://github.com/rust-lang/crates.io-index"
 3604checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 3605
 3606[[package]]
 3607name = "crc32c"
 3608version = "0.6.8"
 3609source = "registry+https://github.com/rust-lang/crates.io-index"
 3610checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
 3611dependencies = [
 3612 "rustc_version",
 3613]
 3614
 3615[[package]]
 3616name = "crc32fast"
 3617version = "1.4.2"
 3618source = "registry+https://github.com/rust-lang/crates.io-index"
 3619checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
 3620dependencies = [
 3621 "cfg-if",
 3622]
 3623
 3624[[package]]
 3625name = "crc64fast-nvme"
 3626version = "1.1.1"
 3627source = "registry+https://github.com/rust-lang/crates.io-index"
 3628checksum = "d5e2ee08013e3f228d6d2394116c4549a6df77708442c62d887d83f68ef2ee37"
 3629dependencies = [
 3630 "cbindgen 0.27.0",
 3631 "crc",
 3632]
 3633
 3634[[package]]
 3635name = "credentials_provider"
 3636version = "0.1.0"
 3637dependencies = [
 3638 "anyhow",
 3639 "futures 0.3.31",
 3640 "gpui",
 3641 "paths",
 3642 "release_channel",
 3643 "serde",
 3644 "serde_json",
 3645]
 3646
 3647[[package]]
 3648name = "criterion"
 3649version = "0.5.1"
 3650source = "registry+https://github.com/rust-lang/crates.io-index"
 3651checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 3652dependencies = [
 3653 "anes",
 3654 "cast",
 3655 "ciborium",
 3656 "clap",
 3657 "criterion-plot",
 3658 "is-terminal",
 3659 "itertools 0.10.5",
 3660 "num-traits",
 3661 "once_cell",
 3662 "oorandom",
 3663 "plotters",
 3664 "rayon",
 3665 "regex",
 3666 "serde",
 3667 "serde_derive",
 3668 "serde_json",
 3669 "tinytemplate",
 3670 "walkdir",
 3671]
 3672
 3673[[package]]
 3674name = "criterion-plot"
 3675version = "0.5.0"
 3676source = "registry+https://github.com/rust-lang/crates.io-index"
 3677checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 3678dependencies = [
 3679 "cast",
 3680 "itertools 0.10.5",
 3681]
 3682
 3683[[package]]
 3684name = "crossbeam-channel"
 3685version = "0.5.13"
 3686source = "registry+https://github.com/rust-lang/crates.io-index"
 3687checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
 3688dependencies = [
 3689 "crossbeam-utils",
 3690]
 3691
 3692[[package]]
 3693name = "crossbeam-deque"
 3694version = "0.8.5"
 3695source = "registry+https://github.com/rust-lang/crates.io-index"
 3696checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
 3697dependencies = [
 3698 "crossbeam-epoch",
 3699 "crossbeam-utils",
 3700]
 3701
 3702[[package]]
 3703name = "crossbeam-epoch"
 3704version = "0.9.18"
 3705source = "registry+https://github.com/rust-lang/crates.io-index"
 3706checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 3707dependencies = [
 3708 "crossbeam-utils",
 3709]
 3710
 3711[[package]]
 3712name = "crossbeam-queue"
 3713version = "0.3.11"
 3714source = "registry+https://github.com/rust-lang/crates.io-index"
 3715checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
 3716dependencies = [
 3717 "crossbeam-utils",
 3718]
 3719
 3720[[package]]
 3721name = "crossbeam-utils"
 3722version = "0.8.20"
 3723source = "registry+https://github.com/rust-lang/crates.io-index"
 3724checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
 3725
 3726[[package]]
 3727name = "crunchy"
 3728version = "0.2.2"
 3729source = "registry+https://github.com/rust-lang/crates.io-index"
 3730checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
 3731
 3732[[package]]
 3733name = "crypto-bigint"
 3734version = "0.4.9"
 3735source = "registry+https://github.com/rust-lang/crates.io-index"
 3736checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 3737dependencies = [
 3738 "generic-array",
 3739 "rand_core 0.6.4",
 3740 "subtle",
 3741 "zeroize",
 3742]
 3743
 3744[[package]]
 3745name = "crypto-bigint"
 3746version = "0.5.5"
 3747source = "registry+https://github.com/rust-lang/crates.io-index"
 3748checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 3749dependencies = [
 3750 "rand_core 0.6.4",
 3751 "subtle",
 3752]
 3753
 3754[[package]]
 3755name = "crypto-common"
 3756version = "0.1.6"
 3757source = "registry+https://github.com/rust-lang/crates.io-index"
 3758checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 3759dependencies = [
 3760 "generic-array",
 3761 "rand_core 0.6.4",
 3762 "typenum",
 3763]
 3764
 3765[[package]]
 3766name = "ctor"
 3767version = "0.4.1"
 3768source = "registry+https://github.com/rust-lang/crates.io-index"
 3769checksum = "07e9666f4a9a948d4f1dff0c08a4512b0f7c86414b23960104c243c10d79f4c3"
 3770dependencies = [
 3771 "ctor-proc-macro",
 3772 "dtor",
 3773]
 3774
 3775[[package]]
 3776name = "ctor-proc-macro"
 3777version = "0.0.5"
 3778source = "registry+https://github.com/rust-lang/crates.io-index"
 3779checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
 3780
 3781[[package]]
 3782name = "ctrlc"
 3783version = "3.4.5"
 3784source = "registry+https://github.com/rust-lang/crates.io-index"
 3785checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
 3786dependencies = [
 3787 "nix",
 3788 "windows-sys 0.59.0",
 3789]
 3790
 3791[[package]]
 3792name = "cursor-icon"
 3793version = "1.1.0"
 3794source = "registry+https://github.com/rust-lang/crates.io-index"
 3795checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
 3796
 3797[[package]]
 3798name = "cxx"
 3799version = "1.0.134"
 3800source = "registry+https://github.com/rust-lang/crates.io-index"
 3801checksum = "a5a32d755fe20281b46118ee4b507233311fb7a48a0cfd42f554b93640521a2f"
 3802dependencies = [
 3803 "cc",
 3804 "cxxbridge-cmd",
 3805 "cxxbridge-flags",
 3806 "cxxbridge-macro",
 3807 "foldhash",
 3808 "link-cplusplus",
 3809]
 3810
 3811[[package]]
 3812name = "cxx-build"
 3813version = "1.0.134"
 3814source = "registry+https://github.com/rust-lang/crates.io-index"
 3815checksum = "11645536ada5d1c8804312cbffc9ab950f2216154de431de930da47ca6955199"
 3816dependencies = [
 3817 "cc",
 3818 "codespan-reporting",
 3819 "proc-macro2",
 3820 "quote",
 3821 "scratch",
 3822 "syn 2.0.100",
 3823]
 3824
 3825[[package]]
 3826name = "cxxbridge-cmd"
 3827version = "1.0.134"
 3828source = "registry+https://github.com/rust-lang/crates.io-index"
 3829checksum = "ebcc9c78e3c7289665aab921a2b394eaffe8bdb369aa18d81ffc0f534fd49385"
 3830dependencies = [
 3831 "clap",
 3832 "codespan-reporting",
 3833 "proc-macro2",
 3834 "quote",
 3835 "syn 2.0.100",
 3836]
 3837
 3838[[package]]
 3839name = "cxxbridge-flags"
 3840version = "1.0.134"
 3841source = "registry+https://github.com/rust-lang/crates.io-index"
 3842checksum = "3a22a87bd9e78d7204d793261470a4c9d585154fddd251828d8aefbb5f74c3bf"
 3843
 3844[[package]]
 3845name = "cxxbridge-macro"
 3846version = "1.0.134"
 3847source = "registry+https://github.com/rust-lang/crates.io-index"
 3848checksum = "1dfdb020ff8787c5daf6e0dca743005cc8782868faeadfbabb8824ede5cb1c72"
 3849dependencies = [
 3850 "proc-macro2",
 3851 "quote",
 3852 "rustversion",
 3853 "syn 2.0.100",
 3854]
 3855
 3856[[package]]
 3857name = "dap"
 3858version = "0.1.0"
 3859dependencies = [
 3860 "anyhow",
 3861 "async-compression",
 3862 "async-pipe",
 3863 "async-tar",
 3864 "async-trait",
 3865 "client",
 3866 "collections",
 3867 "dap-types",
 3868 "env_logger 0.11.7",
 3869 "fs",
 3870 "futures 0.3.31",
 3871 "gpui",
 3872 "http_client",
 3873 "language",
 3874 "log",
 3875 "node_runtime",
 3876 "parking_lot",
 3877 "paths",
 3878 "schemars",
 3879 "serde",
 3880 "serde_json",
 3881 "settings",
 3882 "smallvec",
 3883 "smol",
 3884 "task",
 3885 "util",
 3886]
 3887
 3888[[package]]
 3889name = "dap-types"
 3890version = "0.0.1"
 3891source = "git+https://github.com/zed-industries/dap-types?rev=bfd4af0#bfd4af084bbaa5f344e6925370d7642e41d0b5b8"
 3892dependencies = [
 3893 "schemars",
 3894 "serde",
 3895 "serde_json",
 3896]
 3897
 3898[[package]]
 3899name = "dap_adapters"
 3900version = "0.1.0"
 3901dependencies = [
 3902 "anyhow",
 3903 "async-trait",
 3904 "dap",
 3905 "gpui",
 3906 "language",
 3907 "paths",
 3908 "regex",
 3909 "serde",
 3910 "serde_json",
 3911 "sysinfo",
 3912 "task",
 3913 "util",
 3914]
 3915
 3916[[package]]
 3917name = "dashmap"
 3918version = "5.5.3"
 3919source = "registry+https://github.com/rust-lang/crates.io-index"
 3920checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
 3921dependencies = [
 3922 "cfg-if",
 3923 "hashbrown 0.14.5",
 3924 "lock_api",
 3925 "once_cell",
 3926 "parking_lot_core",
 3927]
 3928
 3929[[package]]
 3930name = "dashmap"
 3931version = "6.1.0"
 3932source = "registry+https://github.com/rust-lang/crates.io-index"
 3933checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 3934dependencies = [
 3935 "cfg-if",
 3936 "crossbeam-utils",
 3937 "hashbrown 0.14.5",
 3938 "lock_api",
 3939 "once_cell",
 3940 "parking_lot_core",
 3941]
 3942
 3943[[package]]
 3944name = "dasp_sample"
 3945version = "0.11.0"
 3946source = "registry+https://github.com/rust-lang/crates.io-index"
 3947checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 3948
 3949[[package]]
 3950name = "data-encoding"
 3951version = "2.6.0"
 3952source = "registry+https://github.com/rust-lang/crates.io-index"
 3953checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
 3954
 3955[[package]]
 3956name = "data-url"
 3957version = "0.3.1"
 3958source = "registry+https://github.com/rust-lang/crates.io-index"
 3959checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
 3960
 3961[[package]]
 3962name = "db"
 3963version = "0.1.0"
 3964dependencies = [
 3965 "anyhow",
 3966 "gpui",
 3967 "indoc",
 3968 "log",
 3969 "paths",
 3970 "release_channel",
 3971 "smol",
 3972 "sqlez",
 3973 "sqlez_macros",
 3974 "tempfile",
 3975 "util",
 3976]
 3977
 3978[[package]]
 3979name = "dbus"
 3980version = "0.9.7"
 3981source = "registry+https://github.com/rust-lang/crates.io-index"
 3982checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
 3983dependencies = [
 3984 "libc",
 3985 "libdbus-sys",
 3986 "winapi",
 3987]
 3988
 3989[[package]]
 3990name = "debugger_tools"
 3991version = "0.1.0"
 3992dependencies = [
 3993 "anyhow",
 3994 "dap",
 3995 "editor",
 3996 "futures 0.3.31",
 3997 "gpui",
 3998 "project",
 3999 "serde_json",
 4000 "settings",
 4001 "smol",
 4002 "util",
 4003 "workspace",
 4004]
 4005
 4006[[package]]
 4007name = "debugger_ui"
 4008version = "0.1.0"
 4009dependencies = [
 4010 "anyhow",
 4011 "client",
 4012 "collections",
 4013 "command_palette_hooks",
 4014 "dap",
 4015 "editor",
 4016 "env_logger 0.11.7",
 4017 "feature_flags",
 4018 "futures 0.3.31",
 4019 "fuzzy",
 4020 "gpui",
 4021 "language",
 4022 "log",
 4023 "menu",
 4024 "picker",
 4025 "pretty_assertions",
 4026 "project",
 4027 "rpc",
 4028 "serde",
 4029 "serde_json",
 4030 "settings",
 4031 "sysinfo",
 4032 "task",
 4033 "terminal_view",
 4034 "theme",
 4035 "ui",
 4036 "unindent",
 4037 "util",
 4038 "workspace",
 4039]
 4040
 4041[[package]]
 4042name = "deepseek"
 4043version = "0.1.0"
 4044dependencies = [
 4045 "anyhow",
 4046 "futures 0.3.31",
 4047 "http_client",
 4048 "schemars",
 4049 "serde",
 4050 "serde_json",
 4051]
 4052
 4053[[package]]
 4054name = "deflate64"
 4055version = "0.1.9"
 4056source = "registry+https://github.com/rust-lang/crates.io-index"
 4057checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
 4058
 4059[[package]]
 4060name = "der"
 4061version = "0.6.1"
 4062source = "registry+https://github.com/rust-lang/crates.io-index"
 4063checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4064dependencies = [
 4065 "const-oid",
 4066 "zeroize",
 4067]
 4068
 4069[[package]]
 4070name = "der"
 4071version = "0.7.9"
 4072source = "registry+https://github.com/rust-lang/crates.io-index"
 4073checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
 4074dependencies = [
 4075 "const-oid",
 4076 "pem-rfc7468",
 4077 "zeroize",
 4078]
 4079
 4080[[package]]
 4081name = "deranged"
 4082version = "0.4.0"
 4083source = "registry+https://github.com/rust-lang/crates.io-index"
 4084checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
 4085dependencies = [
 4086 "powerfmt",
 4087 "serde",
 4088]
 4089
 4090[[package]]
 4091name = "derive_more"
 4092version = "0.99.19"
 4093source = "registry+https://github.com/rust-lang/crates.io-index"
 4094checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
 4095dependencies = [
 4096 "convert_case 0.4.0",
 4097 "proc-macro2",
 4098 "quote",
 4099 "rustc_version",
 4100 "syn 2.0.100",
 4101]
 4102
 4103[[package]]
 4104name = "derive_refineable"
 4105version = "0.1.0"
 4106dependencies = [
 4107 "proc-macro2",
 4108 "quote",
 4109 "syn 1.0.109",
 4110]
 4111
 4112[[package]]
 4113name = "diagnostics"
 4114version = "0.1.0"
 4115dependencies = [
 4116 "anyhow",
 4117 "client",
 4118 "collections",
 4119 "ctor",
 4120 "editor",
 4121 "env_logger 0.11.7",
 4122 "gpui",
 4123 "language",
 4124 "log",
 4125 "lsp",
 4126 "pretty_assertions",
 4127 "project",
 4128 "rand 0.8.5",
 4129 "serde",
 4130 "serde_json",
 4131 "settings",
 4132 "theme",
 4133 "ui",
 4134 "unindent",
 4135 "util",
 4136 "workspace",
 4137]
 4138
 4139[[package]]
 4140name = "dialoguer"
 4141version = "0.11.0"
 4142source = "registry+https://github.com/rust-lang/crates.io-index"
 4143checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4144dependencies = [
 4145 "console",
 4146 "fuzzy-matcher",
 4147 "shell-words",
 4148 "tempfile",
 4149 "thiserror 1.0.69",
 4150 "zeroize",
 4151]
 4152
 4153[[package]]
 4154name = "diff"
 4155version = "0.1.13"
 4156source = "registry+https://github.com/rust-lang/crates.io-index"
 4157checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4158
 4159[[package]]
 4160name = "digest"
 4161version = "0.10.7"
 4162source = "registry+https://github.com/rust-lang/crates.io-index"
 4163checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4164dependencies = [
 4165 "block-buffer",
 4166 "const-oid",
 4167 "crypto-common",
 4168 "subtle",
 4169]
 4170
 4171[[package]]
 4172name = "dirs"
 4173version = "4.0.0"
 4174source = "registry+https://github.com/rust-lang/crates.io-index"
 4175checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4176dependencies = [
 4177 "dirs-sys 0.3.7",
 4178]
 4179
 4180[[package]]
 4181name = "dirs"
 4182version = "5.0.1"
 4183source = "registry+https://github.com/rust-lang/crates.io-index"
 4184checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4185dependencies = [
 4186 "dirs-sys 0.4.1",
 4187]
 4188
 4189[[package]]
 4190name = "dirs-sys"
 4191version = "0.3.7"
 4192source = "registry+https://github.com/rust-lang/crates.io-index"
 4193checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4194dependencies = [
 4195 "libc",
 4196 "redox_users",
 4197 "winapi",
 4198]
 4199
 4200[[package]]
 4201name = "dirs-sys"
 4202version = "0.4.1"
 4203source = "registry+https://github.com/rust-lang/crates.io-index"
 4204checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4205dependencies = [
 4206 "libc",
 4207 "option-ext",
 4208 "redox_users",
 4209 "windows-sys 0.48.0",
 4210]
 4211
 4212[[package]]
 4213name = "displaydoc"
 4214version = "0.2.5"
 4215source = "registry+https://github.com/rust-lang/crates.io-index"
 4216checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4217dependencies = [
 4218 "proc-macro2",
 4219 "quote",
 4220 "syn 2.0.100",
 4221]
 4222
 4223[[package]]
 4224name = "dlib"
 4225version = "0.5.2"
 4226source = "registry+https://github.com/rust-lang/crates.io-index"
 4227checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4228dependencies = [
 4229 "libloading",
 4230]
 4231
 4232[[package]]
 4233name = "docs_preprocessor"
 4234version = "0.1.0"
 4235dependencies = [
 4236 "anyhow",
 4237 "clap",
 4238 "mdbook",
 4239 "regex",
 4240 "serde",
 4241 "serde_json",
 4242 "settings",
 4243 "util",
 4244]
 4245
 4246[[package]]
 4247name = "dotenvy"
 4248version = "0.15.7"
 4249source = "registry+https://github.com/rust-lang/crates.io-index"
 4250checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 4251
 4252[[package]]
 4253name = "downcast-rs"
 4254version = "1.2.1"
 4255source = "registry+https://github.com/rust-lang/crates.io-index"
 4256checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 4257
 4258[[package]]
 4259name = "doxygen-rs"
 4260version = "0.4.2"
 4261source = "registry+https://github.com/rust-lang/crates.io-index"
 4262checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 4263dependencies = [
 4264 "phf",
 4265]
 4266
 4267[[package]]
 4268name = "dtor"
 4269version = "0.0.5"
 4270source = "registry+https://github.com/rust-lang/crates.io-index"
 4271checksum = "222ef136a1c687d4aa0395c175f2c4586e379924c352fd02f7870cf7de783c23"
 4272dependencies = [
 4273 "dtor-proc-macro",
 4274]
 4275
 4276[[package]]
 4277name = "dtor-proc-macro"
 4278version = "0.0.5"
 4279source = "registry+https://github.com/rust-lang/crates.io-index"
 4280checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 4281
 4282[[package]]
 4283name = "dunce"
 4284version = "1.0.5"
 4285source = "registry+https://github.com/rust-lang/crates.io-index"
 4286checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 4287
 4288[[package]]
 4289name = "dwrote"
 4290version = "0.11.2"
 4291source = "registry+https://github.com/rust-lang/crates.io-index"
 4292checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
 4293dependencies = [
 4294 "lazy_static",
 4295 "libc",
 4296 "winapi",
 4297 "wio",
 4298]
 4299
 4300[[package]]
 4301name = "dyn-clone"
 4302version = "1.0.17"
 4303source = "registry+https://github.com/rust-lang/crates.io-index"
 4304checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
 4305
 4306[[package]]
 4307name = "ec4rs"
 4308version = "1.1.1"
 4309source = "registry+https://github.com/rust-lang/crates.io-index"
 4310checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
 4311
 4312[[package]]
 4313name = "ecdsa"
 4314version = "0.14.8"
 4315source = "registry+https://github.com/rust-lang/crates.io-index"
 4316checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 4317dependencies = [
 4318 "der 0.6.1",
 4319 "elliptic-curve",
 4320 "rfc6979",
 4321 "signature 1.6.4",
 4322]
 4323
 4324[[package]]
 4325name = "editor"
 4326version = "0.1.0"
 4327dependencies = [
 4328 "aho-corasick",
 4329 "anyhow",
 4330 "assets",
 4331 "buffer_diff",
 4332 "chrono",
 4333 "client",
 4334 "clock",
 4335 "collections",
 4336 "convert_case 0.8.0",
 4337 "ctor",
 4338 "db",
 4339 "emojis",
 4340 "env_logger 0.11.7",
 4341 "feature_flags",
 4342 "file_icons",
 4343 "fs",
 4344 "futures 0.3.31",
 4345 "fuzzy",
 4346 "git",
 4347 "gpui",
 4348 "http_client",
 4349 "indoc",
 4350 "inline_completion",
 4351 "itertools 0.14.0",
 4352 "language",
 4353 "languages",
 4354 "linkify",
 4355 "log",
 4356 "lsp",
 4357 "markdown",
 4358 "menu",
 4359 "multi_buffer",
 4360 "ordered-float 2.10.1",
 4361 "parking_lot",
 4362 "pretty_assertions",
 4363 "project",
 4364 "rand 0.8.5",
 4365 "release_channel",
 4366 "rpc",
 4367 "schemars",
 4368 "serde",
 4369 "serde_json",
 4370 "settings",
 4371 "smallvec",
 4372 "smol",
 4373 "snippet",
 4374 "sum_tree",
 4375 "task",
 4376 "telemetry",
 4377 "tempfile",
 4378 "text",
 4379 "theme",
 4380 "time",
 4381 "time_format",
 4382 "tree-sitter-html",
 4383 "tree-sitter-rust",
 4384 "tree-sitter-typescript",
 4385 "ui",
 4386 "unicode-script",
 4387 "unicode-segmentation",
 4388 "unindent",
 4389 "url",
 4390 "util",
 4391 "uuid",
 4392 "workspace",
 4393 "zed_actions",
 4394]
 4395
 4396[[package]]
 4397name = "either"
 4398version = "1.13.0"
 4399source = "registry+https://github.com/rust-lang/crates.io-index"
 4400checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
 4401dependencies = [
 4402 "serde",
 4403]
 4404
 4405[[package]]
 4406name = "elasticlunr-rs"
 4407version = "3.0.2"
 4408source = "registry+https://github.com/rust-lang/crates.io-index"
 4409checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 4410dependencies = [
 4411 "regex",
 4412 "serde",
 4413 "serde_derive",
 4414 "serde_json",
 4415]
 4416
 4417[[package]]
 4418name = "elliptic-curve"
 4419version = "0.12.3"
 4420source = "registry+https://github.com/rust-lang/crates.io-index"
 4421checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 4422dependencies = [
 4423 "base16ct",
 4424 "crypto-bigint 0.4.9",
 4425 "der 0.6.1",
 4426 "digest",
 4427 "ff",
 4428 "generic-array",
 4429 "group",
 4430 "pkcs8 0.9.0",
 4431 "rand_core 0.6.4",
 4432 "sec1",
 4433 "subtle",
 4434 "zeroize",
 4435]
 4436
 4437[[package]]
 4438name = "embed-resource"
 4439version = "3.0.2"
 4440source = "registry+https://github.com/rust-lang/crates.io-index"
 4441checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
 4442dependencies = [
 4443 "cc",
 4444 "memchr",
 4445 "rustc_version",
 4446 "toml 0.8.20",
 4447 "vswhom",
 4448 "winreg 0.52.0",
 4449]
 4450
 4451[[package]]
 4452name = "embedded-io"
 4453version = "0.4.0"
 4454source = "registry+https://github.com/rust-lang/crates.io-index"
 4455checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 4456
 4457[[package]]
 4458name = "embedded-io"
 4459version = "0.6.1"
 4460source = "registry+https://github.com/rust-lang/crates.io-index"
 4461checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 4462
 4463[[package]]
 4464name = "emojis"
 4465version = "0.6.4"
 4466source = "registry+https://github.com/rust-lang/crates.io-index"
 4467checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 4468dependencies = [
 4469 "phf",
 4470]
 4471
 4472[[package]]
 4473name = "encode_unicode"
 4474version = "0.3.6"
 4475source = "registry+https://github.com/rust-lang/crates.io-index"
 4476checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
 4477
 4478[[package]]
 4479name = "encoding_rs"
 4480version = "0.8.35"
 4481source = "registry+https://github.com/rust-lang/crates.io-index"
 4482checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 4483dependencies = [
 4484 "cfg-if",
 4485]
 4486
 4487[[package]]
 4488name = "endi"
 4489version = "1.1.0"
 4490source = "registry+https://github.com/rust-lang/crates.io-index"
 4491checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 4492
 4493[[package]]
 4494name = "enumflags2"
 4495version = "0.7.10"
 4496source = "registry+https://github.com/rust-lang/crates.io-index"
 4497checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
 4498dependencies = [
 4499 "enumflags2_derive",
 4500 "serde",
 4501]
 4502
 4503[[package]]
 4504name = "enumflags2_derive"
 4505version = "0.7.10"
 4506source = "registry+https://github.com/rust-lang/crates.io-index"
 4507checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
 4508dependencies = [
 4509 "proc-macro2",
 4510 "quote",
 4511 "syn 2.0.100",
 4512]
 4513
 4514[[package]]
 4515name = "env_filter"
 4516version = "0.1.2"
 4517source = "registry+https://github.com/rust-lang/crates.io-index"
 4518checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
 4519dependencies = [
 4520 "log",
 4521 "regex",
 4522]
 4523
 4524[[package]]
 4525name = "env_logger"
 4526version = "0.10.2"
 4527source = "registry+https://github.com/rust-lang/crates.io-index"
 4528checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 4529dependencies = [
 4530 "humantime",
 4531 "is-terminal",
 4532 "log",
 4533 "regex",
 4534 "termcolor",
 4535]
 4536
 4537[[package]]
 4538name = "env_logger"
 4539version = "0.11.7"
 4540source = "registry+https://github.com/rust-lang/crates.io-index"
 4541checksum = "c3716d7a920fb4fac5d84e9d4bce8ceb321e9414b4409da61b07b75c1e3d0697"
 4542dependencies = [
 4543 "anstream",
 4544 "anstyle",
 4545 "env_filter",
 4546 "jiff",
 4547 "log",
 4548]
 4549
 4550[[package]]
 4551name = "envy"
 4552version = "0.4.2"
 4553source = "registry+https://github.com/rust-lang/crates.io-index"
 4554checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 4555dependencies = [
 4556 "serde",
 4557]
 4558
 4559[[package]]
 4560name = "equivalent"
 4561version = "1.0.1"
 4562source = "registry+https://github.com/rust-lang/crates.io-index"
 4563checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
 4564
 4565[[package]]
 4566name = "erased-serde"
 4567version = "0.4.5"
 4568source = "registry+https://github.com/rust-lang/crates.io-index"
 4569checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
 4570dependencies = [
 4571 "serde",
 4572 "typeid",
 4573]
 4574
 4575[[package]]
 4576name = "errno"
 4577version = "0.2.8"
 4578source = "registry+https://github.com/rust-lang/crates.io-index"
 4579checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 4580dependencies = [
 4581 "errno-dragonfly",
 4582 "libc",
 4583 "winapi",
 4584]
 4585
 4586[[package]]
 4587name = "errno"
 4588version = "0.3.10"
 4589source = "registry+https://github.com/rust-lang/crates.io-index"
 4590checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
 4591dependencies = [
 4592 "libc",
 4593 "windows-sys 0.59.0",
 4594]
 4595
 4596[[package]]
 4597name = "errno-dragonfly"
 4598version = "0.1.2"
 4599source = "registry+https://github.com/rust-lang/crates.io-index"
 4600checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 4601dependencies = [
 4602 "cc",
 4603 "libc",
 4604]
 4605
 4606[[package]]
 4607name = "etagere"
 4608version = "0.2.15"
 4609source = "registry+https://github.com/rust-lang/crates.io-index"
 4610checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 4611dependencies = [
 4612 "euclid",
 4613 "svg_fmt",
 4614]
 4615
 4616[[package]]
 4617name = "etcetera"
 4618version = "0.8.0"
 4619source = "registry+https://github.com/rust-lang/crates.io-index"
 4620checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 4621dependencies = [
 4622 "cfg-if",
 4623 "home",
 4624 "windows-sys 0.48.0",
 4625]
 4626
 4627[[package]]
 4628name = "euclid"
 4629version = "0.22.11"
 4630source = "registry+https://github.com/rust-lang/crates.io-index"
 4631checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 4632dependencies = [
 4633 "num-traits",
 4634]
 4635
 4636[[package]]
 4637name = "evals"
 4638version = "0.1.0"
 4639dependencies = [
 4640 "anyhow",
 4641 "clap",
 4642 "client",
 4643 "clock",
 4644 "collections",
 4645 "env_logger 0.11.7",
 4646 "feature_flags",
 4647 "fs",
 4648 "gpui",
 4649 "http_client",
 4650 "language",
 4651 "languages",
 4652 "node_runtime",
 4653 "open_ai",
 4654 "project",
 4655 "reqwest_client",
 4656 "semantic_index",
 4657 "serde",
 4658 "serde_json",
 4659 "settings",
 4660 "smol",
 4661 "util",
 4662]
 4663
 4664[[package]]
 4665name = "event-listener"
 4666version = "2.5.3"
 4667source = "registry+https://github.com/rust-lang/crates.io-index"
 4668checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 4669
 4670[[package]]
 4671name = "event-listener"
 4672version = "5.3.1"
 4673source = "registry+https://github.com/rust-lang/crates.io-index"
 4674checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
 4675dependencies = [
 4676 "concurrent-queue",
 4677 "parking",
 4678 "pin-project-lite",
 4679]
 4680
 4681[[package]]
 4682name = "event-listener-strategy"
 4683version = "0.5.3"
 4684source = "registry+https://github.com/rust-lang/crates.io-index"
 4685checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
 4686dependencies = [
 4687 "event-listener 5.3.1",
 4688 "pin-project-lite",
 4689]
 4690
 4691[[package]]
 4692name = "exec"
 4693version = "0.3.1"
 4694source = "registry+https://github.com/rust-lang/crates.io-index"
 4695checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 4696dependencies = [
 4697 "errno 0.2.8",
 4698 "libc",
 4699]
 4700
 4701[[package]]
 4702name = "exr"
 4703version = "1.73.0"
 4704source = "registry+https://github.com/rust-lang/crates.io-index"
 4705checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 4706dependencies = [
 4707 "bit_field",
 4708 "half",
 4709 "lebe",
 4710 "miniz_oxide",
 4711 "rayon-core",
 4712 "smallvec",
 4713 "zune-inflate",
 4714]
 4715
 4716[[package]]
 4717name = "extension"
 4718version = "0.1.0"
 4719dependencies = [
 4720 "anyhow",
 4721 "async-compression",
 4722 "async-tar",
 4723 "async-trait",
 4724 "collections",
 4725 "convert_case 0.8.0",
 4726 "fs",
 4727 "futures 0.3.31",
 4728 "gpui",
 4729 "http_client",
 4730 "language",
 4731 "log",
 4732 "lsp",
 4733 "parking_lot",
 4734 "semantic_version",
 4735 "serde",
 4736 "serde_json",
 4737 "toml 0.8.20",
 4738 "util",
 4739 "wasm-encoder 0.221.3",
 4740 "wasmparser 0.221.3",
 4741 "wit-component 0.221.3",
 4742]
 4743
 4744[[package]]
 4745name = "extension_cli"
 4746version = "0.1.0"
 4747dependencies = [
 4748 "anyhow",
 4749 "clap",
 4750 "env_logger 0.11.7",
 4751 "extension",
 4752 "fs",
 4753 "gpui",
 4754 "language",
 4755 "log",
 4756 "reqwest_client",
 4757 "rpc",
 4758 "serde",
 4759 "serde_json",
 4760 "theme",
 4761 "tokio",
 4762 "toml 0.8.20",
 4763 "tree-sitter",
 4764 "wasmtime",
 4765]
 4766
 4767[[package]]
 4768name = "extension_host"
 4769version = "0.1.0"
 4770dependencies = [
 4771 "anyhow",
 4772 "async-compression",
 4773 "async-tar",
 4774 "async-trait",
 4775 "client",
 4776 "collections",
 4777 "context_server_settings",
 4778 "ctor",
 4779 "env_logger 0.11.7",
 4780 "extension",
 4781 "fs",
 4782 "futures 0.3.31",
 4783 "gpui",
 4784 "http_client",
 4785 "language",
 4786 "language_extension",
 4787 "log",
 4788 "lsp",
 4789 "node_runtime",
 4790 "parking_lot",
 4791 "paths",
 4792 "project",
 4793 "release_channel",
 4794 "remote",
 4795 "reqwest_client",
 4796 "schemars",
 4797 "semantic_version",
 4798 "serde",
 4799 "serde_json",
 4800 "serde_json_lenient",
 4801 "settings",
 4802 "task",
 4803 "telemetry",
 4804 "tempfile",
 4805 "theme",
 4806 "theme_extension",
 4807 "toml 0.8.20",
 4808 "url",
 4809 "util",
 4810 "wasmparser 0.221.3",
 4811 "wasmtime",
 4812 "wasmtime-wasi",
 4813]
 4814
 4815[[package]]
 4816name = "extensions_ui"
 4817version = "0.1.0"
 4818dependencies = [
 4819 "anyhow",
 4820 "client",
 4821 "collections",
 4822 "db",
 4823 "editor",
 4824 "extension_host",
 4825 "fs",
 4826 "fuzzy",
 4827 "gpui",
 4828 "language",
 4829 "num-format",
 4830 "picker",
 4831 "project",
 4832 "release_channel",
 4833 "semantic_version",
 4834 "serde",
 4835 "settings",
 4836 "smallvec",
 4837 "strum",
 4838 "telemetry",
 4839 "theme",
 4840 "ui",
 4841 "util",
 4842 "vim_mode_setting",
 4843 "workspace",
 4844 "zed_actions",
 4845]
 4846
 4847[[package]]
 4848name = "fallible-iterator"
 4849version = "0.3.0"
 4850source = "registry+https://github.com/rust-lang/crates.io-index"
 4851checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 4852
 4853[[package]]
 4854name = "fancy-regex"
 4855version = "0.13.0"
 4856source = "registry+https://github.com/rust-lang/crates.io-index"
 4857checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
 4858dependencies = [
 4859 "bit-set 0.5.3",
 4860 "regex-automata 0.4.9",
 4861 "regex-syntax 0.8.5",
 4862]
 4863
 4864[[package]]
 4865name = "fancy-regex"
 4866version = "0.14.0"
 4867source = "registry+https://github.com/rust-lang/crates.io-index"
 4868checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
 4869dependencies = [
 4870 "bit-set 0.8.0",
 4871 "regex-automata 0.4.9",
 4872 "regex-syntax 0.8.5",
 4873]
 4874
 4875[[package]]
 4876name = "fast-srgb8"
 4877version = "1.0.0"
 4878source = "registry+https://github.com/rust-lang/crates.io-index"
 4879checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 4880
 4881[[package]]
 4882name = "fastrand"
 4883version = "1.9.0"
 4884source = "registry+https://github.com/rust-lang/crates.io-index"
 4885checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 4886dependencies = [
 4887 "instant",
 4888]
 4889
 4890[[package]]
 4891name = "fastrand"
 4892version = "2.3.0"
 4893source = "registry+https://github.com/rust-lang/crates.io-index"
 4894checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 4895
 4896[[package]]
 4897name = "fd-lock"
 4898version = "4.0.2"
 4899source = "registry+https://github.com/rust-lang/crates.io-index"
 4900checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
 4901dependencies = [
 4902 "cfg-if",
 4903 "rustix",
 4904 "windows-sys 0.52.0",
 4905]
 4906
 4907[[package]]
 4908name = "fdeflate"
 4909version = "0.3.7"
 4910source = "registry+https://github.com/rust-lang/crates.io-index"
 4911checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 4912dependencies = [
 4913 "simd-adler32",
 4914]
 4915
 4916[[package]]
 4917name = "feature_flags"
 4918version = "0.1.0"
 4919dependencies = [
 4920 "futures 0.3.31",
 4921 "gpui",
 4922 "smol",
 4923]
 4924
 4925[[package]]
 4926name = "feedback"
 4927version = "0.1.0"
 4928dependencies = [
 4929 "client",
 4930 "editor",
 4931 "gpui",
 4932 "human_bytes",
 4933 "menu",
 4934 "release_channel",
 4935 "serde",
 4936 "sysinfo",
 4937 "ui",
 4938 "urlencoding",
 4939 "util",
 4940 "workspace",
 4941 "zed_actions",
 4942]
 4943
 4944[[package]]
 4945name = "ff"
 4946version = "0.12.1"
 4947source = "registry+https://github.com/rust-lang/crates.io-index"
 4948checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 4949dependencies = [
 4950 "rand_core 0.6.4",
 4951 "subtle",
 4952]
 4953
 4954[[package]]
 4955name = "file_finder"
 4956version = "0.1.0"
 4957dependencies = [
 4958 "anyhow",
 4959 "collections",
 4960 "ctor",
 4961 "editor",
 4962 "env_logger 0.11.7",
 4963 "file_icons",
 4964 "futures 0.3.31",
 4965 "fuzzy",
 4966 "gpui",
 4967 "language",
 4968 "menu",
 4969 "picker",
 4970 "project",
 4971 "schemars",
 4972 "serde",
 4973 "serde_derive",
 4974 "serde_json",
 4975 "settings",
 4976 "text",
 4977 "theme",
 4978 "ui",
 4979 "util",
 4980 "workspace",
 4981]
 4982
 4983[[package]]
 4984name = "file_icons"
 4985version = "0.1.0"
 4986dependencies = [
 4987 "gpui",
 4988 "serde",
 4989 "settings",
 4990 "theme",
 4991 "util",
 4992]
 4993
 4994[[package]]
 4995name = "filedescriptor"
 4996version = "0.8.3"
 4997source = "registry+https://github.com/rust-lang/crates.io-index"
 4998checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 4999dependencies = [
 5000 "libc",
 5001 "thiserror 1.0.69",
 5002 "winapi",
 5003]
 5004
 5005[[package]]
 5006name = "filetime"
 5007version = "0.2.25"
 5008source = "registry+https://github.com/rust-lang/crates.io-index"
 5009checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
 5010dependencies = [
 5011 "cfg-if",
 5012 "libc",
 5013 "libredox",
 5014 "windows-sys 0.59.0",
 5015]
 5016
 5017[[package]]
 5018name = "fixedbitset"
 5019version = "0.4.2"
 5020source = "registry+https://github.com/rust-lang/crates.io-index"
 5021checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 5022
 5023[[package]]
 5024name = "flate2"
 5025version = "1.0.35"
 5026source = "registry+https://github.com/rust-lang/crates.io-index"
 5027checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
 5028dependencies = [
 5029 "crc32fast",
 5030 "miniz_oxide",
 5031]
 5032
 5033[[package]]
 5034name = "float-cmp"
 5035version = "0.9.0"
 5036source = "registry+https://github.com/rust-lang/crates.io-index"
 5037checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 5038
 5039[[package]]
 5040name = "float-ord"
 5041version = "0.3.2"
 5042source = "registry+https://github.com/rust-lang/crates.io-index"
 5043checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 5044
 5045[[package]]
 5046name = "float_next_after"
 5047version = "1.0.0"
 5048source = "registry+https://github.com/rust-lang/crates.io-index"
 5049checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 5050
 5051[[package]]
 5052name = "flume"
 5053version = "0.11.1"
 5054source = "registry+https://github.com/rust-lang/crates.io-index"
 5055checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 5056dependencies = [
 5057 "futures-core",
 5058 "futures-sink",
 5059 "nanorand",
 5060 "spin",
 5061]
 5062
 5063[[package]]
 5064name = "fnv"
 5065version = "1.0.7"
 5066source = "registry+https://github.com/rust-lang/crates.io-index"
 5067checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 5068
 5069[[package]]
 5070name = "foldhash"
 5071version = "0.1.3"
 5072source = "registry+https://github.com/rust-lang/crates.io-index"
 5073checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
 5074
 5075[[package]]
 5076name = "font-kit"
 5077version = "0.14.1"
 5078source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
 5079dependencies = [
 5080 "bitflags 2.9.0",
 5081 "byteorder",
 5082 "core-foundation 0.9.4",
 5083 "core-graphics 0.23.2",
 5084 "core-text",
 5085 "dirs 5.0.1",
 5086 "dwrote",
 5087 "float-ord",
 5088 "freetype-sys",
 5089 "lazy_static",
 5090 "libc",
 5091 "log",
 5092 "pathfinder_geometry",
 5093 "pathfinder_simd",
 5094 "walkdir",
 5095 "winapi",
 5096 "yeslogic-fontconfig-sys",
 5097]
 5098
 5099[[package]]
 5100name = "font-types"
 5101version = "0.8.3"
 5102source = "registry+https://github.com/rust-lang/crates.io-index"
 5103checksum = "d868ec188a98bb014c606072edd47e52e7ab7297db943b0b28503121e1d037bd"
 5104dependencies = [
 5105 "bytemuck",
 5106]
 5107
 5108[[package]]
 5109name = "fontconfig-parser"
 5110version = "0.5.7"
 5111source = "registry+https://github.com/rust-lang/crates.io-index"
 5112checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
 5113dependencies = [
 5114 "roxmltree",
 5115]
 5116
 5117[[package]]
 5118name = "fontdb"
 5119version = "0.16.2"
 5120source = "registry+https://github.com/rust-lang/crates.io-index"
 5121checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 5122dependencies = [
 5123 "fontconfig-parser",
 5124 "log",
 5125 "memmap2",
 5126 "slotmap",
 5127 "tinyvec",
 5128 "ttf-parser 0.20.0",
 5129]
 5130
 5131[[package]]
 5132name = "fontdb"
 5133version = "0.23.0"
 5134source = "registry+https://github.com/rust-lang/crates.io-index"
 5135checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 5136dependencies = [
 5137 "fontconfig-parser",
 5138 "log",
 5139 "memmap2",
 5140 "slotmap",
 5141 "tinyvec",
 5142 "ttf-parser 0.25.1",
 5143]
 5144
 5145[[package]]
 5146name = "foreign-types"
 5147version = "0.3.2"
 5148source = "registry+https://github.com/rust-lang/crates.io-index"
 5149checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 5150dependencies = [
 5151 "foreign-types-shared 0.1.1",
 5152]
 5153
 5154[[package]]
 5155name = "foreign-types"
 5156version = "0.5.0"
 5157source = "registry+https://github.com/rust-lang/crates.io-index"
 5158checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 5159dependencies = [
 5160 "foreign-types-macros",
 5161 "foreign-types-shared 0.3.1",
 5162]
 5163
 5164[[package]]
 5165name = "foreign-types-macros"
 5166version = "0.2.3"
 5167source = "registry+https://github.com/rust-lang/crates.io-index"
 5168checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 5169dependencies = [
 5170 "proc-macro2",
 5171 "quote",
 5172 "syn 2.0.100",
 5173]
 5174
 5175[[package]]
 5176name = "foreign-types-shared"
 5177version = "0.1.1"
 5178source = "registry+https://github.com/rust-lang/crates.io-index"
 5179checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 5180
 5181[[package]]
 5182name = "foreign-types-shared"
 5183version = "0.3.1"
 5184source = "registry+https://github.com/rust-lang/crates.io-index"
 5185checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 5186
 5187[[package]]
 5188name = "fork"
 5189version = "0.2.0"
 5190source = "registry+https://github.com/rust-lang/crates.io-index"
 5191checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
 5192dependencies = [
 5193 "libc",
 5194]
 5195
 5196[[package]]
 5197name = "form_urlencoded"
 5198version = "1.2.1"
 5199source = "registry+https://github.com/rust-lang/crates.io-index"
 5200checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
 5201dependencies = [
 5202 "percent-encoding",
 5203]
 5204
 5205[[package]]
 5206name = "freetype-sys"
 5207version = "0.20.1"
 5208source = "registry+https://github.com/rust-lang/crates.io-index"
 5209checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 5210dependencies = [
 5211 "cc",
 5212 "libc",
 5213 "pkg-config",
 5214]
 5215
 5216[[package]]
 5217name = "fs"
 5218version = "0.1.0"
 5219dependencies = [
 5220 "anyhow",
 5221 "ashpd",
 5222 "async-tar",
 5223 "async-trait",
 5224 "cocoa 0.26.0",
 5225 "collections",
 5226 "fsevent",
 5227 "futures 0.3.31",
 5228 "git",
 5229 "gpui",
 5230 "ignore",
 5231 "libc",
 5232 "log",
 5233 "notify 8.0.0 (git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96)",
 5234 "objc",
 5235 "parking_lot",
 5236 "paths",
 5237 "proto",
 5238 "rope",
 5239 "serde",
 5240 "serde_json",
 5241 "smol",
 5242 "tempfile",
 5243 "text",
 5244 "time",
 5245 "util",
 5246 "windows 0.61.1",
 5247]
 5248
 5249[[package]]
 5250name = "fs-set-times"
 5251version = "0.20.2"
 5252source = "registry+https://github.com/rust-lang/crates.io-index"
 5253checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
 5254dependencies = [
 5255 "io-lifetimes",
 5256 "rustix",
 5257 "windows-sys 0.59.0",
 5258]
 5259
 5260[[package]]
 5261name = "fs2"
 5262version = "0.4.3"
 5263source = "registry+https://github.com/rust-lang/crates.io-index"
 5264checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 5265dependencies = [
 5266 "libc",
 5267 "winapi",
 5268]
 5269
 5270[[package]]
 5271name = "fs_extra"
 5272version = "1.3.0"
 5273source = "registry+https://github.com/rust-lang/crates.io-index"
 5274checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 5275
 5276[[package]]
 5277name = "fsevent"
 5278version = "0.1.0"
 5279dependencies = [
 5280 "bitflags 2.9.0",
 5281 "core-foundation 0.9.4",
 5282 "fsevent-sys 3.1.0",
 5283 "parking_lot",
 5284 "tempfile",
 5285]
 5286
 5287[[package]]
 5288name = "fsevent-sys"
 5289version = "3.1.0"
 5290source = "registry+https://github.com/rust-lang/crates.io-index"
 5291checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
 5292dependencies = [
 5293 "libc",
 5294]
 5295
 5296[[package]]
 5297name = "fsevent-sys"
 5298version = "4.1.0"
 5299source = "registry+https://github.com/rust-lang/crates.io-index"
 5300checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 5301dependencies = [
 5302 "libc",
 5303]
 5304
 5305[[package]]
 5306name = "funty"
 5307version = "2.0.0"
 5308source = "registry+https://github.com/rust-lang/crates.io-index"
 5309checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 5310
 5311[[package]]
 5312name = "futf"
 5313version = "0.1.5"
 5314source = "registry+https://github.com/rust-lang/crates.io-index"
 5315checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 5316dependencies = [
 5317 "mac",
 5318 "new_debug_unreachable",
 5319]
 5320
 5321[[package]]
 5322name = "futures"
 5323version = "0.1.31"
 5324source = "registry+https://github.com/rust-lang/crates.io-index"
 5325checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 5326
 5327[[package]]
 5328name = "futures"
 5329version = "0.3.31"
 5330source = "registry+https://github.com/rust-lang/crates.io-index"
 5331checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 5332dependencies = [
 5333 "futures-channel",
 5334 "futures-core",
 5335 "futures-executor",
 5336 "futures-io",
 5337 "futures-sink",
 5338 "futures-task",
 5339 "futures-util",
 5340]
 5341
 5342[[package]]
 5343name = "futures-batch"
 5344version = "0.6.1"
 5345source = "registry+https://github.com/rust-lang/crates.io-index"
 5346checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
 5347dependencies = [
 5348 "futures 0.3.31",
 5349 "futures-timer",
 5350 "pin-utils",
 5351]
 5352
 5353[[package]]
 5354name = "futures-channel"
 5355version = "0.3.31"
 5356source = "registry+https://github.com/rust-lang/crates.io-index"
 5357checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 5358dependencies = [
 5359 "futures-core",
 5360 "futures-sink",
 5361]
 5362
 5363[[package]]
 5364name = "futures-core"
 5365version = "0.3.31"
 5366source = "registry+https://github.com/rust-lang/crates.io-index"
 5367checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 5368
 5369[[package]]
 5370name = "futures-executor"
 5371version = "0.3.31"
 5372source = "registry+https://github.com/rust-lang/crates.io-index"
 5373checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 5374dependencies = [
 5375 "futures-core",
 5376 "futures-task",
 5377 "futures-util",
 5378]
 5379
 5380[[package]]
 5381name = "futures-intrusive"
 5382version = "0.5.0"
 5383source = "registry+https://github.com/rust-lang/crates.io-index"
 5384checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 5385dependencies = [
 5386 "futures-core",
 5387 "lock_api",
 5388 "parking_lot",
 5389]
 5390
 5391[[package]]
 5392name = "futures-io"
 5393version = "0.3.31"
 5394source = "registry+https://github.com/rust-lang/crates.io-index"
 5395checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 5396
 5397[[package]]
 5398name = "futures-lite"
 5399version = "1.13.0"
 5400source = "registry+https://github.com/rust-lang/crates.io-index"
 5401checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 5402dependencies = [
 5403 "fastrand 1.9.0",
 5404 "futures-core",
 5405 "futures-io",
 5406 "memchr",
 5407 "parking",
 5408 "pin-project-lite",
 5409 "waker-fn",
 5410]
 5411
 5412[[package]]
 5413name = "futures-lite"
 5414version = "2.6.0"
 5415source = "registry+https://github.com/rust-lang/crates.io-index"
 5416checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
 5417dependencies = [
 5418 "fastrand 2.3.0",
 5419 "futures-core",
 5420 "futures-io",
 5421 "parking",
 5422 "pin-project-lite",
 5423]
 5424
 5425[[package]]
 5426name = "futures-macro"
 5427version = "0.3.31"
 5428source = "registry+https://github.com/rust-lang/crates.io-index"
 5429checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 5430dependencies = [
 5431 "proc-macro2",
 5432 "quote",
 5433 "syn 2.0.100",
 5434]
 5435
 5436[[package]]
 5437name = "futures-sink"
 5438version = "0.3.31"
 5439source = "registry+https://github.com/rust-lang/crates.io-index"
 5440checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 5441
 5442[[package]]
 5443name = "futures-task"
 5444version = "0.3.31"
 5445source = "registry+https://github.com/rust-lang/crates.io-index"
 5446checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 5447
 5448[[package]]
 5449name = "futures-timer"
 5450version = "3.0.3"
 5451source = "registry+https://github.com/rust-lang/crates.io-index"
 5452checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
 5453
 5454[[package]]
 5455name = "futures-util"
 5456version = "0.3.31"
 5457source = "registry+https://github.com/rust-lang/crates.io-index"
 5458checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 5459dependencies = [
 5460 "futures 0.1.31",
 5461 "futures-channel",
 5462 "futures-core",
 5463 "futures-io",
 5464 "futures-macro",
 5465 "futures-sink",
 5466 "futures-task",
 5467 "memchr",
 5468 "pin-project-lite",
 5469 "pin-utils",
 5470 "slab",
 5471 "tokio-io",
 5472]
 5473
 5474[[package]]
 5475name = "fuzzy"
 5476version = "0.1.0"
 5477dependencies = [
 5478 "gpui",
 5479 "log",
 5480 "util",
 5481]
 5482
 5483[[package]]
 5484name = "fuzzy-matcher"
 5485version = "0.3.7"
 5486source = "registry+https://github.com/rust-lang/crates.io-index"
 5487checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 5488dependencies = [
 5489 "thread_local",
 5490]
 5491
 5492[[package]]
 5493name = "generic-array"
 5494version = "0.14.7"
 5495source = "registry+https://github.com/rust-lang/crates.io-index"
 5496checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 5497dependencies = [
 5498 "typenum",
 5499 "version_check",
 5500]
 5501
 5502[[package]]
 5503name = "gethostname"
 5504version = "0.4.3"
 5505source = "registry+https://github.com/rust-lang/crates.io-index"
 5506checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
 5507dependencies = [
 5508 "libc",
 5509 "windows-targets 0.48.5",
 5510]
 5511
 5512[[package]]
 5513name = "getrandom"
 5514version = "0.1.16"
 5515source = "registry+https://github.com/rust-lang/crates.io-index"
 5516checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
 5517dependencies = [
 5518 "cfg-if",
 5519 "libc",
 5520 "wasi 0.9.0+wasi-snapshot-preview1",
 5521]
 5522
 5523[[package]]
 5524name = "getrandom"
 5525version = "0.2.15"
 5526source = "registry+https://github.com/rust-lang/crates.io-index"
 5527checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
 5528dependencies = [
 5529 "cfg-if",
 5530 "js-sys",
 5531 "libc",
 5532 "wasi 0.11.0+wasi-snapshot-preview1",
 5533 "wasm-bindgen",
 5534]
 5535
 5536[[package]]
 5537name = "getrandom"
 5538version = "0.3.1"
 5539source = "registry+https://github.com/rust-lang/crates.io-index"
 5540checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
 5541dependencies = [
 5542 "cfg-if",
 5543 "libc",
 5544 "wasi 0.13.3+wasi-0.2.2",
 5545 "windows-targets 0.52.6",
 5546]
 5547
 5548[[package]]
 5549name = "gif"
 5550version = "0.13.1"
 5551source = "registry+https://github.com/rust-lang/crates.io-index"
 5552checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
 5553dependencies = [
 5554 "color_quant",
 5555 "weezl",
 5556]
 5557
 5558[[package]]
 5559name = "gimli"
 5560version = "0.31.1"
 5561source = "registry+https://github.com/rust-lang/crates.io-index"
 5562checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
 5563dependencies = [
 5564 "fallible-iterator",
 5565 "indexmap",
 5566 "stable_deref_trait",
 5567]
 5568
 5569[[package]]
 5570name = "git"
 5571version = "0.1.0"
 5572dependencies = [
 5573 "anyhow",
 5574 "askpass",
 5575 "async-trait",
 5576 "collections",
 5577 "derive_more",
 5578 "futures 0.3.31",
 5579 "git2",
 5580 "gpui",
 5581 "http_client",
 5582 "log",
 5583 "parking_lot",
 5584 "pretty_assertions",
 5585 "regex",
 5586 "rope",
 5587 "schemars",
 5588 "serde",
 5589 "serde_json",
 5590 "smol",
 5591 "sum_tree",
 5592 "tempfile",
 5593 "text",
 5594 "thiserror 2.0.12",
 5595 "time",
 5596 "unindent",
 5597 "url",
 5598 "util",
 5599 "uuid",
 5600]
 5601
 5602[[package]]
 5603name = "git2"
 5604version = "0.20.1"
 5605source = "registry+https://github.com/rust-lang/crates.io-index"
 5606checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
 5607dependencies = [
 5608 "bitflags 2.9.0",
 5609 "libc",
 5610 "libgit2-sys",
 5611 "log",
 5612 "url",
 5613]
 5614
 5615[[package]]
 5616name = "git_hosting_providers"
 5617version = "0.1.0"
 5618dependencies = [
 5619 "anyhow",
 5620 "async-trait",
 5621 "futures 0.3.31",
 5622 "git",
 5623 "gpui",
 5624 "http_client",
 5625 "indoc",
 5626 "pretty_assertions",
 5627 "regex",
 5628 "schemars",
 5629 "serde",
 5630 "serde_json",
 5631 "settings",
 5632 "url",
 5633 "util",
 5634]
 5635
 5636[[package]]
 5637name = "git_ui"
 5638version = "0.1.0"
 5639dependencies = [
 5640 "anyhow",
 5641 "askpass",
 5642 "assistant_settings",
 5643 "buffer_diff",
 5644 "collections",
 5645 "command_palette_hooks",
 5646 "component",
 5647 "ctor",
 5648 "db",
 5649 "editor",
 5650 "env_logger 0.11.7",
 5651 "futures 0.3.31",
 5652 "fuzzy",
 5653 "git",
 5654 "gpui",
 5655 "itertools 0.14.0",
 5656 "language",
 5657 "language_model",
 5658 "linkify",
 5659 "linkme",
 5660 "log",
 5661 "menu",
 5662 "multi_buffer",
 5663 "notifications",
 5664 "panel",
 5665 "picker",
 5666 "postage",
 5667 "pretty_assertions",
 5668 "project",
 5669 "schemars",
 5670 "serde",
 5671 "serde_derive",
 5672 "serde_json",
 5673 "settings",
 5674 "strum",
 5675 "telemetry",
 5676 "theme",
 5677 "time",
 5678 "time_format",
 5679 "ui",
 5680 "unindent",
 5681 "util",
 5682 "windows 0.61.1",
 5683 "workspace",
 5684 "zed_actions",
 5685]
 5686
 5687[[package]]
 5688name = "glob"
 5689version = "0.3.1"
 5690source = "registry+https://github.com/rust-lang/crates.io-index"
 5691checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
 5692
 5693[[package]]
 5694name = "globset"
 5695version = "0.4.16"
 5696source = "registry+https://github.com/rust-lang/crates.io-index"
 5697checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
 5698dependencies = [
 5699 "aho-corasick",
 5700 "bstr",
 5701 "log",
 5702 "regex-automata 0.4.9",
 5703 "regex-syntax 0.8.5",
 5704]
 5705
 5706[[package]]
 5707name = "gloo-timers"
 5708version = "0.3.0"
 5709source = "registry+https://github.com/rust-lang/crates.io-index"
 5710checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 5711dependencies = [
 5712 "futures-channel",
 5713 "futures-core",
 5714 "js-sys",
 5715 "wasm-bindgen",
 5716]
 5717
 5718[[package]]
 5719name = "glow"
 5720version = "0.14.2"
 5721source = "registry+https://github.com/rust-lang/crates.io-index"
 5722checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
 5723dependencies = [
 5724 "js-sys",
 5725 "slotmap",
 5726 "wasm-bindgen",
 5727 "web-sys",
 5728]
 5729
 5730[[package]]
 5731name = "go_to_line"
 5732version = "0.1.0"
 5733dependencies = [
 5734 "anyhow",
 5735 "editor",
 5736 "gpui",
 5737 "indoc",
 5738 "language",
 5739 "menu",
 5740 "project",
 5741 "rope",
 5742 "schemars",
 5743 "serde",
 5744 "serde_json",
 5745 "settings",
 5746 "text",
 5747 "theme",
 5748 "tree-sitter-rust",
 5749 "tree-sitter-typescript",
 5750 "ui",
 5751 "util",
 5752 "workspace",
 5753]
 5754
 5755[[package]]
 5756name = "google_ai"
 5757version = "0.1.0"
 5758dependencies = [
 5759 "anyhow",
 5760 "futures 0.3.31",
 5761 "http_client",
 5762 "schemars",
 5763 "serde",
 5764 "serde_json",
 5765 "strum",
 5766]
 5767
 5768[[package]]
 5769name = "gpu-alloc"
 5770version = "0.6.0"
 5771source = "registry+https://github.com/rust-lang/crates.io-index"
 5772checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
 5773dependencies = [
 5774 "bitflags 2.9.0",
 5775 "gpu-alloc-types",
 5776]
 5777
 5778[[package]]
 5779name = "gpu-alloc-ash"
 5780version = "0.7.0"
 5781source = "registry+https://github.com/rust-lang/crates.io-index"
 5782checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
 5783dependencies = [
 5784 "ash",
 5785 "gpu-alloc-types",
 5786 "tinyvec",
 5787]
 5788
 5789[[package]]
 5790name = "gpu-alloc-types"
 5791version = "0.3.0"
 5792source = "registry+https://github.com/rust-lang/crates.io-index"
 5793checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
 5794dependencies = [
 5795 "bitflags 2.9.0",
 5796]
 5797
 5798[[package]]
 5799name = "gpui"
 5800version = "0.1.0"
 5801dependencies = [
 5802 "anyhow",
 5803 "as-raw-xcb-connection",
 5804 "ashpd",
 5805 "async-task",
 5806 "backtrace",
 5807 "bindgen 0.70.1",
 5808 "blade-graphics",
 5809 "blade-macros",
 5810 "blade-util",
 5811 "block",
 5812 "bytemuck",
 5813 "calloop",
 5814 "calloop-wayland-source",
 5815 "cbindgen 0.28.0",
 5816 "cocoa 0.26.0",
 5817 "collections",
 5818 "core-foundation 0.9.4",
 5819 "core-foundation-sys",
 5820 "core-graphics 0.23.2",
 5821 "core-text",
 5822 "cosmic-text",
 5823 "ctor",
 5824 "derive_more",
 5825 "embed-resource",
 5826 "env_logger 0.11.7",
 5827 "etagere",
 5828 "filedescriptor",
 5829 "flume",
 5830 "font-kit",
 5831 "foreign-types 0.5.0",
 5832 "futures 0.3.31",
 5833 "gpui_macros",
 5834 "http_client",
 5835 "image",
 5836 "inventory",
 5837 "itertools 0.14.0",
 5838 "log",
 5839 "lyon",
 5840 "media",
 5841 "metal",
 5842 "naga",
 5843 "num_cpus",
 5844 "objc",
 5845 "objc2",
 5846 "objc2-metal",
 5847 "oo7",
 5848 "open",
 5849 "parking",
 5850 "parking_lot",
 5851 "pathfinder_geometry",
 5852 "postage",
 5853 "profiling",
 5854 "rand 0.8.5",
 5855 "raw-window-handle",
 5856 "refineable",
 5857 "reqwest_client",
 5858 "resvg",
 5859 "schemars",
 5860 "seahash",
 5861 "semantic_version",
 5862 "serde",
 5863 "serde_derive",
 5864 "serde_json",
 5865 "slotmap",
 5866 "smallvec",
 5867 "smol",
 5868 "strum",
 5869 "sum_tree",
 5870 "taffy",
 5871 "thiserror 2.0.12",
 5872 "unicode-segmentation",
 5873 "usvg",
 5874 "util",
 5875 "uuid",
 5876 "waker-fn",
 5877 "wayland-backend",
 5878 "wayland-client",
 5879 "wayland-cursor",
 5880 "wayland-protocols",
 5881 "wayland-protocols-plasma",
 5882 "windows 0.61.1",
 5883 "windows-core 0.61.0",
 5884 "windows-numerics",
 5885 "x11-clipboard",
 5886 "x11rb",
 5887 "xim",
 5888 "xkbcommon",
 5889]
 5890
 5891[[package]]
 5892name = "gpui_macros"
 5893version = "0.1.0"
 5894dependencies = [
 5895 "gpui",
 5896 "proc-macro2",
 5897 "quote",
 5898 "syn 1.0.109",
 5899]
 5900
 5901[[package]]
 5902name = "gpui_tokio"
 5903version = "0.1.0"
 5904dependencies = [
 5905 "gpui",
 5906 "tokio",
 5907 "util",
 5908]
 5909
 5910[[package]]
 5911name = "grid"
 5912version = "0.13.0"
 5913source = "registry+https://github.com/rust-lang/crates.io-index"
 5914checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
 5915
 5916[[package]]
 5917name = "group"
 5918version = "0.12.1"
 5919source = "registry+https://github.com/rust-lang/crates.io-index"
 5920checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 5921dependencies = [
 5922 "ff",
 5923 "rand_core 0.6.4",
 5924 "subtle",
 5925]
 5926
 5927[[package]]
 5928name = "h2"
 5929version = "0.3.26"
 5930source = "registry+https://github.com/rust-lang/crates.io-index"
 5931checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
 5932dependencies = [
 5933 "bytes 1.10.1",
 5934 "fnv",
 5935 "futures-core",
 5936 "futures-sink",
 5937 "futures-util",
 5938 "http 0.2.12",
 5939 "indexmap",
 5940 "slab",
 5941 "tokio",
 5942 "tokio-util",
 5943 "tracing",
 5944]
 5945
 5946[[package]]
 5947name = "h2"
 5948version = "0.4.7"
 5949source = "registry+https://github.com/rust-lang/crates.io-index"
 5950checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
 5951dependencies = [
 5952 "atomic-waker",
 5953 "bytes 1.10.1",
 5954 "fnv",
 5955 "futures-core",
 5956 "futures-sink",
 5957 "http 1.2.0",
 5958 "indexmap",
 5959 "slab",
 5960 "tokio",
 5961 "tokio-util",
 5962 "tracing",
 5963]
 5964
 5965[[package]]
 5966name = "half"
 5967version = "2.4.1"
 5968source = "registry+https://github.com/rust-lang/crates.io-index"
 5969checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
 5970dependencies = [
 5971 "cfg-if",
 5972 "crunchy",
 5973]
 5974
 5975[[package]]
 5976name = "handlebars"
 5977version = "4.5.0"
 5978source = "registry+https://github.com/rust-lang/crates.io-index"
 5979checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 5980dependencies = [
 5981 "log",
 5982 "pest",
 5983 "pest_derive",
 5984 "serde",
 5985 "serde_json",
 5986 "thiserror 1.0.69",
 5987]
 5988
 5989[[package]]
 5990name = "handlebars"
 5991version = "6.2.0"
 5992source = "registry+https://github.com/rust-lang/crates.io-index"
 5993checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
 5994dependencies = [
 5995 "log",
 5996 "num-order",
 5997 "pest",
 5998 "pest_derive",
 5999 "serde",
 6000 "serde_json",
 6001 "thiserror 1.0.69",
 6002]
 6003
 6004[[package]]
 6005name = "hashbrown"
 6006version = "0.12.3"
 6007source = "registry+https://github.com/rust-lang/crates.io-index"
 6008checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 6009dependencies = [
 6010 "ahash 0.7.8",
 6011]
 6012
 6013[[package]]
 6014name = "hashbrown"
 6015version = "0.14.5"
 6016source = "registry+https://github.com/rust-lang/crates.io-index"
 6017checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 6018dependencies = [
 6019 "ahash 0.8.11",
 6020 "allocator-api2",
 6021]
 6022
 6023[[package]]
 6024name = "hashbrown"
 6025version = "0.15.2"
 6026source = "registry+https://github.com/rust-lang/crates.io-index"
 6027checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
 6028dependencies = [
 6029 "allocator-api2",
 6030 "equivalent",
 6031 "foldhash",
 6032 "serde",
 6033]
 6034
 6035[[package]]
 6036name = "hashlink"
 6037version = "0.8.4"
 6038source = "registry+https://github.com/rust-lang/crates.io-index"
 6039checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 6040dependencies = [
 6041 "hashbrown 0.14.5",
 6042]
 6043
 6044[[package]]
 6045name = "hashlink"
 6046version = "0.10.0"
 6047source = "registry+https://github.com/rust-lang/crates.io-index"
 6048checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 6049dependencies = [
 6050 "hashbrown 0.15.2",
 6051]
 6052
 6053[[package]]
 6054name = "headers"
 6055version = "0.3.9"
 6056source = "registry+https://github.com/rust-lang/crates.io-index"
 6057checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 6058dependencies = [
 6059 "base64 0.21.7",
 6060 "bytes 1.10.1",
 6061 "headers-core",
 6062 "http 0.2.12",
 6063 "httpdate",
 6064 "mime",
 6065 "sha1",
 6066]
 6067
 6068[[package]]
 6069name = "headers-core"
 6070version = "0.2.0"
 6071source = "registry+https://github.com/rust-lang/crates.io-index"
 6072checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 6073dependencies = [
 6074 "http 0.2.12",
 6075]
 6076
 6077[[package]]
 6078name = "heck"
 6079version = "0.3.3"
 6080source = "registry+https://github.com/rust-lang/crates.io-index"
 6081checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 6082dependencies = [
 6083 "unicode-segmentation",
 6084]
 6085
 6086[[package]]
 6087name = "heck"
 6088version = "0.4.1"
 6089source = "registry+https://github.com/rust-lang/crates.io-index"
 6090checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 6091dependencies = [
 6092 "unicode-segmentation",
 6093]
 6094
 6095[[package]]
 6096name = "heck"
 6097version = "0.5.0"
 6098source = "registry+https://github.com/rust-lang/crates.io-index"
 6099checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 6100
 6101[[package]]
 6102name = "heed"
 6103version = "0.21.0"
 6104source = "registry+https://github.com/rust-lang/crates.io-index"
 6105checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 6106dependencies = [
 6107 "bitflags 2.9.0",
 6108 "byteorder",
 6109 "heed-traits",
 6110 "heed-types",
 6111 "libc",
 6112 "lmdb-master-sys",
 6113 "once_cell",
 6114 "page_size",
 6115 "serde",
 6116 "synchronoise",
 6117 "url",
 6118]
 6119
 6120[[package]]
 6121name = "heed-traits"
 6122version = "0.20.0"
 6123source = "registry+https://github.com/rust-lang/crates.io-index"
 6124checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 6125
 6126[[package]]
 6127name = "heed-types"
 6128version = "0.21.0"
 6129source = "registry+https://github.com/rust-lang/crates.io-index"
 6130checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 6131dependencies = [
 6132 "bincode",
 6133 "byteorder",
 6134 "heed-traits",
 6135 "serde",
 6136 "serde_json",
 6137]
 6138
 6139[[package]]
 6140name = "hermit-abi"
 6141version = "0.3.9"
 6142source = "registry+https://github.com/rust-lang/crates.io-index"
 6143checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
 6144
 6145[[package]]
 6146name = "hermit-abi"
 6147version = "0.4.0"
 6148source = "registry+https://github.com/rust-lang/crates.io-index"
 6149checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
 6150
 6151[[package]]
 6152name = "hex"
 6153version = "0.4.3"
 6154source = "registry+https://github.com/rust-lang/crates.io-index"
 6155checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 6156
 6157[[package]]
 6158name = "hexf-parse"
 6159version = "0.2.1"
 6160source = "registry+https://github.com/rust-lang/crates.io-index"
 6161checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 6162
 6163[[package]]
 6164name = "hidden-trait"
 6165version = "0.1.2"
 6166source = "registry+https://github.com/rust-lang/crates.io-index"
 6167checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
 6168dependencies = [
 6169 "proc-macro2",
 6170 "quote",
 6171 "syn 1.0.109",
 6172]
 6173
 6174[[package]]
 6175name = "hkdf"
 6176version = "0.12.4"
 6177source = "registry+https://github.com/rust-lang/crates.io-index"
 6178checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 6179dependencies = [
 6180 "hmac",
 6181]
 6182
 6183[[package]]
 6184name = "hmac"
 6185version = "0.12.1"
 6186source = "registry+https://github.com/rust-lang/crates.io-index"
 6187checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 6188dependencies = [
 6189 "digest",
 6190]
 6191
 6192[[package]]
 6193name = "home"
 6194version = "0.5.9"
 6195source = "registry+https://github.com/rust-lang/crates.io-index"
 6196checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
 6197dependencies = [
 6198 "windows-sys 0.52.0",
 6199]
 6200
 6201[[package]]
 6202name = "hound"
 6203version = "3.5.1"
 6204source = "registry+https://github.com/rust-lang/crates.io-index"
 6205checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 6206
 6207[[package]]
 6208name = "html5ever"
 6209version = "0.27.0"
 6210source = "registry+https://github.com/rust-lang/crates.io-index"
 6211checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 6212dependencies = [
 6213 "log",
 6214 "mac",
 6215 "markup5ever",
 6216 "proc-macro2",
 6217 "quote",
 6218 "syn 2.0.100",
 6219]
 6220
 6221[[package]]
 6222name = "html_to_markdown"
 6223version = "0.1.0"
 6224dependencies = [
 6225 "anyhow",
 6226 "html5ever",
 6227 "indoc",
 6228 "markup5ever_rcdom",
 6229 "pretty_assertions",
 6230 "regex",
 6231]
 6232
 6233[[package]]
 6234name = "http"
 6235version = "0.2.12"
 6236source = "registry+https://github.com/rust-lang/crates.io-index"
 6237checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 6238dependencies = [
 6239 "bytes 1.10.1",
 6240 "fnv",
 6241 "itoa",
 6242]
 6243
 6244[[package]]
 6245name = "http"
 6246version = "1.2.0"
 6247source = "registry+https://github.com/rust-lang/crates.io-index"
 6248checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
 6249dependencies = [
 6250 "bytes 1.10.1",
 6251 "fnv",
 6252 "itoa",
 6253]
 6254
 6255[[package]]
 6256name = "http-body"
 6257version = "0.4.6"
 6258source = "registry+https://github.com/rust-lang/crates.io-index"
 6259checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 6260dependencies = [
 6261 "bytes 1.10.1",
 6262 "http 0.2.12",
 6263 "pin-project-lite",
 6264]
 6265
 6266[[package]]
 6267name = "http-body"
 6268version = "1.0.1"
 6269source = "registry+https://github.com/rust-lang/crates.io-index"
 6270checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 6271dependencies = [
 6272 "bytes 1.10.1",
 6273 "http 1.2.0",
 6274]
 6275
 6276[[package]]
 6277name = "http-body-util"
 6278version = "0.1.2"
 6279source = "registry+https://github.com/rust-lang/crates.io-index"
 6280checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
 6281dependencies = [
 6282 "bytes 1.10.1",
 6283 "futures-util",
 6284 "http 1.2.0",
 6285 "http-body 1.0.1",
 6286 "pin-project-lite",
 6287]
 6288
 6289[[package]]
 6290name = "http-range-header"
 6291version = "0.3.1"
 6292source = "registry+https://github.com/rust-lang/crates.io-index"
 6293checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 6294
 6295[[package]]
 6296name = "http-types"
 6297version = "2.12.0"
 6298source = "registry+https://github.com/rust-lang/crates.io-index"
 6299checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
 6300dependencies = [
 6301 "anyhow",
 6302 "async-channel 1.9.0",
 6303 "base64 0.13.1",
 6304 "futures-lite 1.13.0",
 6305 "http 0.2.12",
 6306 "infer",
 6307 "pin-project-lite",
 6308 "rand 0.7.3",
 6309 "serde",
 6310 "serde_json",
 6311 "serde_qs 0.8.5",
 6312 "serde_urlencoded",
 6313 "url",
 6314]
 6315
 6316[[package]]
 6317name = "http_client"
 6318version = "0.1.0"
 6319dependencies = [
 6320 "anyhow",
 6321 "bytes 1.10.1",
 6322 "derive_more",
 6323 "futures 0.3.31",
 6324 "http 1.2.0",
 6325 "log",
 6326 "serde",
 6327 "serde_json",
 6328 "url",
 6329]
 6330
 6331[[package]]
 6332name = "http_client_tls"
 6333version = "0.1.0"
 6334dependencies = [
 6335 "rustls 0.23.25",
 6336 "rustls-platform-verifier",
 6337]
 6338
 6339[[package]]
 6340name = "httparse"
 6341version = "1.9.5"
 6342source = "registry+https://github.com/rust-lang/crates.io-index"
 6343checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
 6344
 6345[[package]]
 6346name = "httpdate"
 6347version = "1.0.3"
 6348source = "registry+https://github.com/rust-lang/crates.io-index"
 6349checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 6350
 6351[[package]]
 6352name = "human_bytes"
 6353version = "0.4.3"
 6354source = "registry+https://github.com/rust-lang/crates.io-index"
 6355checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 6356
 6357[[package]]
 6358name = "humantime"
 6359version = "2.1.0"
 6360source = "registry+https://github.com/rust-lang/crates.io-index"
 6361checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
 6362
 6363[[package]]
 6364name = "hyper"
 6365version = "0.14.32"
 6366source = "registry+https://github.com/rust-lang/crates.io-index"
 6367checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 6368dependencies = [
 6369 "bytes 1.10.1",
 6370 "futures-channel",
 6371 "futures-core",
 6372 "futures-util",
 6373 "h2 0.3.26",
 6374 "http 0.2.12",
 6375 "http-body 0.4.6",
 6376 "httparse",
 6377 "httpdate",
 6378 "itoa",
 6379 "pin-project-lite",
 6380 "socket2",
 6381 "tokio",
 6382 "tower-service",
 6383 "tracing",
 6384 "want",
 6385]
 6386
 6387[[package]]
 6388name = "hyper"
 6389version = "1.5.1"
 6390source = "registry+https://github.com/rust-lang/crates.io-index"
 6391checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
 6392dependencies = [
 6393 "bytes 1.10.1",
 6394 "futures-channel",
 6395 "futures-util",
 6396 "h2 0.4.7",
 6397 "http 1.2.0",
 6398 "http-body 1.0.1",
 6399 "httparse",
 6400 "itoa",
 6401 "pin-project-lite",
 6402 "smallvec",
 6403 "tokio",
 6404 "want",
 6405]
 6406
 6407[[package]]
 6408name = "hyper-rustls"
 6409version = "0.24.2"
 6410source = "registry+https://github.com/rust-lang/crates.io-index"
 6411checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 6412dependencies = [
 6413 "futures-util",
 6414 "http 0.2.12",
 6415 "hyper 0.14.32",
 6416 "log",
 6417 "rustls 0.21.12",
 6418 "rustls-native-certs 0.6.3",
 6419 "tokio",
 6420 "tokio-rustls 0.24.1",
 6421]
 6422
 6423[[package]]
 6424name = "hyper-rustls"
 6425version = "0.27.3"
 6426source = "registry+https://github.com/rust-lang/crates.io-index"
 6427checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
 6428dependencies = [
 6429 "futures-util",
 6430 "http 1.2.0",
 6431 "hyper 1.5.1",
 6432 "hyper-util",
 6433 "rustls 0.23.25",
 6434 "rustls-native-certs 0.8.1",
 6435 "rustls-pki-types",
 6436 "tokio",
 6437 "tokio-rustls 0.26.1",
 6438 "tower-service",
 6439]
 6440
 6441[[package]]
 6442name = "hyper-tls"
 6443version = "0.5.0"
 6444source = "registry+https://github.com/rust-lang/crates.io-index"
 6445checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 6446dependencies = [
 6447 "bytes 1.10.1",
 6448 "hyper 0.14.32",
 6449 "native-tls",
 6450 "tokio",
 6451 "tokio-native-tls",
 6452]
 6453
 6454[[package]]
 6455name = "hyper-util"
 6456version = "0.1.10"
 6457source = "registry+https://github.com/rust-lang/crates.io-index"
 6458checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
 6459dependencies = [
 6460 "bytes 1.10.1",
 6461 "futures-channel",
 6462 "futures-util",
 6463 "http 1.2.0",
 6464 "http-body 1.0.1",
 6465 "hyper 1.5.1",
 6466 "pin-project-lite",
 6467 "socket2",
 6468 "tokio",
 6469 "tower-service",
 6470 "tracing",
 6471]
 6472
 6473[[package]]
 6474name = "iana-time-zone"
 6475version = "0.1.61"
 6476source = "registry+https://github.com/rust-lang/crates.io-index"
 6477checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
 6478dependencies = [
 6479 "android_system_properties",
 6480 "core-foundation-sys",
 6481 "iana-time-zone-haiku",
 6482 "js-sys",
 6483 "wasm-bindgen",
 6484 "windows-core 0.52.0",
 6485]
 6486
 6487[[package]]
 6488name = "iana-time-zone-haiku"
 6489version = "0.1.2"
 6490source = "registry+https://github.com/rust-lang/crates.io-index"
 6491checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 6492dependencies = [
 6493 "cc",
 6494]
 6495
 6496[[package]]
 6497name = "icons"
 6498version = "0.1.0"
 6499dependencies = [
 6500 "serde",
 6501 "strum",
 6502]
 6503
 6504[[package]]
 6505name = "icu_collections"
 6506version = "1.5.0"
 6507source = "registry+https://github.com/rust-lang/crates.io-index"
 6508checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
 6509dependencies = [
 6510 "displaydoc",
 6511 "yoke",
 6512 "zerofrom",
 6513 "zerovec",
 6514]
 6515
 6516[[package]]
 6517name = "icu_locid"
 6518version = "1.5.0"
 6519source = "registry+https://github.com/rust-lang/crates.io-index"
 6520checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
 6521dependencies = [
 6522 "displaydoc",
 6523 "litemap",
 6524 "tinystr",
 6525 "writeable",
 6526 "zerovec",
 6527]
 6528
 6529[[package]]
 6530name = "icu_locid_transform"
 6531version = "1.5.0"
 6532source = "registry+https://github.com/rust-lang/crates.io-index"
 6533checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
 6534dependencies = [
 6535 "displaydoc",
 6536 "icu_locid",
 6537 "icu_locid_transform_data",
 6538 "icu_provider",
 6539 "tinystr",
 6540 "zerovec",
 6541]
 6542
 6543[[package]]
 6544name = "icu_locid_transform_data"
 6545version = "1.5.0"
 6546source = "registry+https://github.com/rust-lang/crates.io-index"
 6547checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
 6548
 6549[[package]]
 6550name = "icu_normalizer"
 6551version = "1.5.0"
 6552source = "registry+https://github.com/rust-lang/crates.io-index"
 6553checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
 6554dependencies = [
 6555 "displaydoc",
 6556 "icu_collections",
 6557 "icu_normalizer_data",
 6558 "icu_properties",
 6559 "icu_provider",
 6560 "smallvec",
 6561 "utf16_iter",
 6562 "utf8_iter",
 6563 "write16",
 6564 "zerovec",
 6565]
 6566
 6567[[package]]
 6568name = "icu_normalizer_data"
 6569version = "1.5.0"
 6570source = "registry+https://github.com/rust-lang/crates.io-index"
 6571checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
 6572
 6573[[package]]
 6574name = "icu_properties"
 6575version = "1.5.1"
 6576source = "registry+https://github.com/rust-lang/crates.io-index"
 6577checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
 6578dependencies = [
 6579 "displaydoc",
 6580 "icu_collections",
 6581 "icu_locid_transform",
 6582 "icu_properties_data",
 6583 "icu_provider",
 6584 "tinystr",
 6585 "zerovec",
 6586]
 6587
 6588[[package]]
 6589name = "icu_properties_data"
 6590version = "1.5.0"
 6591source = "registry+https://github.com/rust-lang/crates.io-index"
 6592checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
 6593
 6594[[package]]
 6595name = "icu_provider"
 6596version = "1.5.0"
 6597source = "registry+https://github.com/rust-lang/crates.io-index"
 6598checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
 6599dependencies = [
 6600 "displaydoc",
 6601 "icu_locid",
 6602 "icu_provider_macros",
 6603 "stable_deref_trait",
 6604 "tinystr",
 6605 "writeable",
 6606 "yoke",
 6607 "zerofrom",
 6608 "zerovec",
 6609]
 6610
 6611[[package]]
 6612name = "icu_provider_macros"
 6613version = "1.5.0"
 6614source = "registry+https://github.com/rust-lang/crates.io-index"
 6615checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
 6616dependencies = [
 6617 "proc-macro2",
 6618 "quote",
 6619 "syn 2.0.100",
 6620]
 6621
 6622[[package]]
 6623name = "id-arena"
 6624version = "2.2.1"
 6625source = "registry+https://github.com/rust-lang/crates.io-index"
 6626checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 6627
 6628[[package]]
 6629name = "idna"
 6630version = "1.0.3"
 6631source = "registry+https://github.com/rust-lang/crates.io-index"
 6632checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
 6633dependencies = [
 6634 "idna_adapter",
 6635 "smallvec",
 6636 "utf8_iter",
 6637]
 6638
 6639[[package]]
 6640name = "idna_adapter"
 6641version = "1.2.0"
 6642source = "registry+https://github.com/rust-lang/crates.io-index"
 6643checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
 6644dependencies = [
 6645 "icu_normalizer",
 6646 "icu_properties",
 6647]
 6648
 6649[[package]]
 6650name = "ignore"
 6651version = "0.4.23"
 6652source = "registry+https://github.com/rust-lang/crates.io-index"
 6653checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
 6654dependencies = [
 6655 "crossbeam-deque",
 6656 "globset",
 6657 "log",
 6658 "memchr",
 6659 "regex-automata 0.4.9",
 6660 "same-file",
 6661 "walkdir",
 6662 "winapi-util",
 6663]
 6664
 6665[[package]]
 6666name = "image"
 6667version = "0.25.6"
 6668source = "registry+https://github.com/rust-lang/crates.io-index"
 6669checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
 6670dependencies = [
 6671 "bytemuck",
 6672 "byteorder-lite",
 6673 "color_quant",
 6674 "exr",
 6675 "gif",
 6676 "image-webp",
 6677 "num-traits",
 6678 "png",
 6679 "qoi",
 6680 "ravif",
 6681 "rayon",
 6682 "rgb",
 6683 "tiff",
 6684 "zune-core",
 6685 "zune-jpeg",
 6686]
 6687
 6688[[package]]
 6689name = "image-webp"
 6690version = "0.2.0"
 6691source = "registry+https://github.com/rust-lang/crates.io-index"
 6692checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
 6693dependencies = [
 6694 "byteorder-lite",
 6695 "quick-error",
 6696]
 6697
 6698[[package]]
 6699name = "image_viewer"
 6700version = "0.1.0"
 6701dependencies = [
 6702 "anyhow",
 6703 "db",
 6704 "editor",
 6705 "file_icons",
 6706 "gpui",
 6707 "project",
 6708 "schemars",
 6709 "serde",
 6710 "settings",
 6711 "theme",
 6712 "ui",
 6713 "util",
 6714 "workspace",
 6715]
 6716
 6717[[package]]
 6718name = "imagesize"
 6719version = "0.13.0"
 6720source = "registry+https://github.com/rust-lang/crates.io-index"
 6721checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 6722
 6723[[package]]
 6724name = "imara-diff"
 6725version = "0.1.8"
 6726source = "registry+https://github.com/rust-lang/crates.io-index"
 6727checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 6728dependencies = [
 6729 "hashbrown 0.15.2",
 6730]
 6731
 6732[[package]]
 6733name = "imgref"
 6734version = "1.11.0"
 6735source = "registry+https://github.com/rust-lang/crates.io-index"
 6736checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
 6737
 6738[[package]]
 6739name = "indexed_docs"
 6740version = "0.1.0"
 6741dependencies = [
 6742 "anyhow",
 6743 "async-trait",
 6744 "cargo_metadata",
 6745 "collections",
 6746 "derive_more",
 6747 "extension",
 6748 "fs",
 6749 "futures 0.3.31",
 6750 "fuzzy",
 6751 "gpui",
 6752 "heed",
 6753 "html_to_markdown",
 6754 "http_client",
 6755 "indexmap",
 6756 "indoc",
 6757 "parking_lot",
 6758 "paths",
 6759 "pretty_assertions",
 6760 "serde",
 6761 "strum",
 6762 "util",
 6763]
 6764
 6765[[package]]
 6766name = "indexmap"
 6767version = "2.7.1"
 6768source = "registry+https://github.com/rust-lang/crates.io-index"
 6769checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
 6770dependencies = [
 6771 "equivalent",
 6772 "hashbrown 0.15.2",
 6773 "serde",
 6774]
 6775
 6776[[package]]
 6777name = "indoc"
 6778version = "2.0.6"
 6779source = "registry+https://github.com/rust-lang/crates.io-index"
 6780checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 6781
 6782[[package]]
 6783name = "infer"
 6784version = "0.2.3"
 6785source = "registry+https://github.com/rust-lang/crates.io-index"
 6786checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
 6787
 6788[[package]]
 6789name = "inherent"
 6790version = "1.0.11"
 6791source = "registry+https://github.com/rust-lang/crates.io-index"
 6792checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
 6793dependencies = [
 6794 "proc-macro2",
 6795 "quote",
 6796 "syn 2.0.100",
 6797]
 6798
 6799[[package]]
 6800name = "inline_completion"
 6801version = "0.1.0"
 6802dependencies = [
 6803 "gpui",
 6804 "language",
 6805 "project",
 6806]
 6807
 6808[[package]]
 6809name = "inline_completion_button"
 6810version = "0.1.0"
 6811dependencies = [
 6812 "anyhow",
 6813 "client",
 6814 "copilot",
 6815 "editor",
 6816 "feature_flags",
 6817 "fs",
 6818 "futures 0.3.31",
 6819 "gpui",
 6820 "indoc",
 6821 "inline_completion",
 6822 "language",
 6823 "lsp",
 6824 "paths",
 6825 "project",
 6826 "regex",
 6827 "serde_json",
 6828 "settings",
 6829 "supermaven",
 6830 "telemetry",
 6831 "theme",
 6832 "ui",
 6833 "workspace",
 6834 "zed_actions",
 6835 "zeta",
 6836]
 6837
 6838[[package]]
 6839name = "inotify"
 6840version = "0.11.0"
 6841source = "registry+https://github.com/rust-lang/crates.io-index"
 6842checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 6843dependencies = [
 6844 "bitflags 2.9.0",
 6845 "inotify-sys",
 6846 "libc",
 6847]
 6848
 6849[[package]]
 6850name = "inotify-sys"
 6851version = "0.1.5"
 6852source = "registry+https://github.com/rust-lang/crates.io-index"
 6853checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 6854dependencies = [
 6855 "libc",
 6856]
 6857
 6858[[package]]
 6859name = "inout"
 6860version = "0.1.3"
 6861source = "registry+https://github.com/rust-lang/crates.io-index"
 6862checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
 6863dependencies = [
 6864 "block-padding",
 6865 "generic-array",
 6866]
 6867
 6868[[package]]
 6869name = "install_cli"
 6870version = "0.1.0"
 6871dependencies = [
 6872 "anyhow",
 6873 "gpui",
 6874 "smol",
 6875 "util",
 6876]
 6877
 6878[[package]]
 6879name = "instant"
 6880version = "0.1.13"
 6881source = "registry+https://github.com/rust-lang/crates.io-index"
 6882checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 6883dependencies = [
 6884 "cfg-if",
 6885]
 6886
 6887[[package]]
 6888name = "interpolate_name"
 6889version = "0.2.4"
 6890source = "registry+https://github.com/rust-lang/crates.io-index"
 6891checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 6892dependencies = [
 6893 "proc-macro2",
 6894 "quote",
 6895 "syn 2.0.100",
 6896]
 6897
 6898[[package]]
 6899name = "inventory"
 6900version = "0.3.20"
 6901source = "registry+https://github.com/rust-lang/crates.io-index"
 6902checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
 6903dependencies = [
 6904 "rustversion",
 6905]
 6906
 6907[[package]]
 6908name = "io-extras"
 6909version = "0.18.4"
 6910source = "registry+https://github.com/rust-lang/crates.io-index"
 6911checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 6912dependencies = [
 6913 "io-lifetimes",
 6914 "windows-sys 0.59.0",
 6915]
 6916
 6917[[package]]
 6918name = "io-lifetimes"
 6919version = "2.0.4"
 6920source = "registry+https://github.com/rust-lang/crates.io-index"
 6921checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 6922
 6923[[package]]
 6924name = "iovec"
 6925version = "0.1.4"
 6926source = "registry+https://github.com/rust-lang/crates.io-index"
 6927checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 6928dependencies = [
 6929 "libc",
 6930]
 6931
 6932[[package]]
 6933name = "ipc-channel"
 6934version = "0.19.0"
 6935source = "registry+https://github.com/rust-lang/crates.io-index"
 6936checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 6937dependencies = [
 6938 "bincode",
 6939 "crossbeam-channel",
 6940 "fnv",
 6941 "lazy_static",
 6942 "libc",
 6943 "mio",
 6944 "rand 0.8.5",
 6945 "serde",
 6946 "tempfile",
 6947 "uuid",
 6948 "windows 0.58.0",
 6949]
 6950
 6951[[package]]
 6952name = "ipnet"
 6953version = "2.10.1"
 6954source = "registry+https://github.com/rust-lang/crates.io-index"
 6955checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
 6956
 6957[[package]]
 6958name = "is-docker"
 6959version = "0.2.0"
 6960source = "registry+https://github.com/rust-lang/crates.io-index"
 6961checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 6962dependencies = [
 6963 "once_cell",
 6964]
 6965
 6966[[package]]
 6967name = "is-terminal"
 6968version = "0.4.13"
 6969source = "registry+https://github.com/rust-lang/crates.io-index"
 6970checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
 6971dependencies = [
 6972 "hermit-abi 0.4.0",
 6973 "libc",
 6974 "windows-sys 0.52.0",
 6975]
 6976
 6977[[package]]
 6978name = "is-wsl"
 6979version = "0.4.0"
 6980source = "registry+https://github.com/rust-lang/crates.io-index"
 6981checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 6982dependencies = [
 6983 "is-docker",
 6984 "once_cell",
 6985]
 6986
 6987[[package]]
 6988name = "is_terminal_polyfill"
 6989version = "1.70.1"
 6990source = "registry+https://github.com/rust-lang/crates.io-index"
 6991checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 6992
 6993[[package]]
 6994name = "itertools"
 6995version = "0.10.5"
 6996source = "registry+https://github.com/rust-lang/crates.io-index"
 6997checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 6998dependencies = [
 6999 "either",
 7000]
 7001
 7002[[package]]
 7003name = "itertools"
 7004version = "0.11.0"
 7005source = "registry+https://github.com/rust-lang/crates.io-index"
 7006checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 7007dependencies = [
 7008 "either",
 7009]
 7010
 7011[[package]]
 7012name = "itertools"
 7013version = "0.12.1"
 7014source = "registry+https://github.com/rust-lang/crates.io-index"
 7015checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 7016dependencies = [
 7017 "either",
 7018]
 7019
 7020[[package]]
 7021name = "itertools"
 7022version = "0.14.0"
 7023source = "registry+https://github.com/rust-lang/crates.io-index"
 7024checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 7025dependencies = [
 7026 "either",
 7027]
 7028
 7029[[package]]
 7030name = "itoa"
 7031version = "1.0.14"
 7032source = "registry+https://github.com/rust-lang/crates.io-index"
 7033checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
 7034
 7035[[package]]
 7036name = "jiff"
 7037version = "0.2.4"
 7038source = "registry+https://github.com/rust-lang/crates.io-index"
 7039checksum = "d699bc6dfc879fb1bf9bdff0d4c56f0884fc6f0d0eb0fba397a6d00cd9a6b85e"
 7040dependencies = [
 7041 "jiff-static",
 7042 "log",
 7043 "portable-atomic",
 7044 "portable-atomic-util",
 7045 "serde",
 7046]
 7047
 7048[[package]]
 7049name = "jiff-static"
 7050version = "0.2.4"
 7051source = "registry+https://github.com/rust-lang/crates.io-index"
 7052checksum = "8d16e75759ee0aa64c57a56acbf43916987b20c77373cb7e808979e02b93c9f9"
 7053dependencies = [
 7054 "proc-macro2",
 7055 "quote",
 7056 "syn 2.0.100",
 7057]
 7058
 7059[[package]]
 7060name = "jni"
 7061version = "0.21.1"
 7062source = "registry+https://github.com/rust-lang/crates.io-index"
 7063checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 7064dependencies = [
 7065 "cesu8",
 7066 "cfg-if",
 7067 "combine",
 7068 "jni-sys",
 7069 "log",
 7070 "thiserror 1.0.69",
 7071 "walkdir",
 7072 "windows-sys 0.45.0",
 7073]
 7074
 7075[[package]]
 7076name = "jni-sys"
 7077version = "0.3.0"
 7078source = "registry+https://github.com/rust-lang/crates.io-index"
 7079checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 7080
 7081[[package]]
 7082name = "jobserver"
 7083version = "0.1.32"
 7084source = "registry+https://github.com/rust-lang/crates.io-index"
 7085checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
 7086dependencies = [
 7087 "libc",
 7088]
 7089
 7090[[package]]
 7091name = "journal"
 7092version = "0.1.0"
 7093dependencies = [
 7094 "anyhow",
 7095 "chrono",
 7096 "editor",
 7097 "gpui",
 7098 "log",
 7099 "schemars",
 7100 "serde",
 7101 "settings",
 7102 "shellexpand 2.1.2",
 7103 "workspace",
 7104]
 7105
 7106[[package]]
 7107name = "jpeg-decoder"
 7108version = "0.3.1"
 7109source = "registry+https://github.com/rust-lang/crates.io-index"
 7110checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
 7111
 7112[[package]]
 7113name = "js-sys"
 7114version = "0.3.76"
 7115source = "registry+https://github.com/rust-lang/crates.io-index"
 7116checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
 7117dependencies = [
 7118 "once_cell",
 7119 "wasm-bindgen",
 7120]
 7121
 7122[[package]]
 7123name = "jsonwebtoken"
 7124version = "9.3.1"
 7125source = "registry+https://github.com/rust-lang/crates.io-index"
 7126checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
 7127dependencies = [
 7128 "base64 0.22.1",
 7129 "js-sys",
 7130 "pem",
 7131 "ring",
 7132 "serde",
 7133 "serde_json",
 7134 "simple_asn1",
 7135]
 7136
 7137[[package]]
 7138name = "jupyter-protocol"
 7139version = "0.6.0"
 7140source = "registry+https://github.com/rust-lang/crates.io-index"
 7141checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
 7142dependencies = [
 7143 "anyhow",
 7144 "async-trait",
 7145 "bytes 1.10.1",
 7146 "chrono",
 7147 "futures 0.3.31",
 7148 "serde",
 7149 "serde_json",
 7150 "uuid",
 7151]
 7152
 7153[[package]]
 7154name = "jupyter-websocket-client"
 7155version = "0.9.0"
 7156source = "registry+https://github.com/rust-lang/crates.io-index"
 7157checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
 7158dependencies = [
 7159 "anyhow",
 7160 "async-trait",
 7161 "async-tungstenite",
 7162 "futures 0.3.31",
 7163 "jupyter-protocol",
 7164 "serde",
 7165 "serde_json",
 7166 "url",
 7167 "uuid",
 7168]
 7169
 7170[[package]]
 7171name = "khronos-egl"
 7172version = "6.0.0"
 7173source = "registry+https://github.com/rust-lang/crates.io-index"
 7174checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 7175dependencies = [
 7176 "libc",
 7177 "libloading",
 7178]
 7179
 7180[[package]]
 7181name = "kqueue"
 7182version = "1.0.8"
 7183source = "registry+https://github.com/rust-lang/crates.io-index"
 7184checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
 7185dependencies = [
 7186 "kqueue-sys",
 7187 "libc",
 7188]
 7189
 7190[[package]]
 7191name = "kqueue-sys"
 7192version = "1.0.4"
 7193source = "registry+https://github.com/rust-lang/crates.io-index"
 7194checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 7195dependencies = [
 7196 "bitflags 1.3.2",
 7197 "libc",
 7198]
 7199
 7200[[package]]
 7201name = "kurbo"
 7202version = "0.11.1"
 7203source = "registry+https://github.com/rust-lang/crates.io-index"
 7204checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
 7205dependencies = [
 7206 "arrayvec",
 7207 "smallvec",
 7208]
 7209
 7210[[package]]
 7211name = "kv-log-macro"
 7212version = "1.0.7"
 7213source = "registry+https://github.com/rust-lang/crates.io-index"
 7214checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 7215dependencies = [
 7216 "log",
 7217]
 7218
 7219[[package]]
 7220name = "language"
 7221version = "0.1.0"
 7222dependencies = [
 7223 "anyhow",
 7224 "async-trait",
 7225 "async-watch",
 7226 "clock",
 7227 "collections",
 7228 "ctor",
 7229 "ec4rs",
 7230 "env_logger 0.11.7",
 7231 "fs",
 7232 "futures 0.3.31",
 7233 "fuzzy",
 7234 "globset",
 7235 "gpui",
 7236 "http_client",
 7237 "imara-diff",
 7238 "indoc",
 7239 "itertools 0.14.0",
 7240 "log",
 7241 "lsp",
 7242 "parking_lot",
 7243 "postage",
 7244 "pretty_assertions",
 7245 "rand 0.8.5",
 7246 "regex",
 7247 "rpc",
 7248 "schemars",
 7249 "serde",
 7250 "serde_json",
 7251 "settings",
 7252 "smallvec",
 7253 "smol",
 7254 "streaming-iterator",
 7255 "strsim",
 7256 "sum_tree",
 7257 "task",
 7258 "text",
 7259 "theme",
 7260 "tree-sitter",
 7261 "tree-sitter-elixir",
 7262 "tree-sitter-embedded-template",
 7263 "tree-sitter-heex",
 7264 "tree-sitter-html",
 7265 "tree-sitter-json",
 7266 "tree-sitter-md",
 7267 "tree-sitter-ruby",
 7268 "tree-sitter-rust",
 7269 "tree-sitter-typescript",
 7270 "unicase",
 7271 "unindent",
 7272 "util",
 7273]
 7274
 7275[[package]]
 7276name = "language_extension"
 7277version = "0.1.0"
 7278dependencies = [
 7279 "anyhow",
 7280 "async-trait",
 7281 "collections",
 7282 "extension",
 7283 "fs",
 7284 "futures 0.3.31",
 7285 "gpui",
 7286 "language",
 7287 "lsp",
 7288 "serde",
 7289 "serde_json",
 7290 "util",
 7291]
 7292
 7293[[package]]
 7294name = "language_model"
 7295version = "0.1.0"
 7296dependencies = [
 7297 "anthropic",
 7298 "anyhow",
 7299 "base64 0.22.1",
 7300 "client",
 7301 "collections",
 7302 "futures 0.3.31",
 7303 "google_ai",
 7304 "gpui",
 7305 "http_client",
 7306 "icons",
 7307 "image",
 7308 "log",
 7309 "open_ai",
 7310 "parking_lot",
 7311 "proto",
 7312 "schemars",
 7313 "serde",
 7314 "serde_json",
 7315 "smol",
 7316 "strum",
 7317 "telemetry_events",
 7318 "thiserror 2.0.12",
 7319 "util",
 7320]
 7321
 7322[[package]]
 7323name = "language_model_selector"
 7324version = "0.1.0"
 7325dependencies = [
 7326 "feature_flags",
 7327 "gpui",
 7328 "language_model",
 7329 "log",
 7330 "picker",
 7331 "proto",
 7332 "ui",
 7333 "workspace",
 7334 "zed_actions",
 7335]
 7336
 7337[[package]]
 7338name = "language_models"
 7339version = "0.1.0"
 7340dependencies = [
 7341 "anthropic",
 7342 "anyhow",
 7343 "aws-config",
 7344 "aws-credential-types",
 7345 "aws_http_client",
 7346 "bedrock",
 7347 "client",
 7348 "collections",
 7349 "copilot",
 7350 "credentials_provider",
 7351 "deepseek",
 7352 "editor",
 7353 "feature_flags",
 7354 "fs",
 7355 "futures 0.3.31",
 7356 "google_ai",
 7357 "gpui",
 7358 "gpui_tokio",
 7359 "http_client",
 7360 "language_model",
 7361 "lmstudio",
 7362 "log",
 7363 "menu",
 7364 "mistral",
 7365 "ollama",
 7366 "open_ai",
 7367 "project",
 7368 "proto",
 7369 "schemars",
 7370 "serde",
 7371 "serde_json",
 7372 "settings",
 7373 "smol",
 7374 "strum",
 7375 "theme",
 7376 "tiktoken-rs",
 7377 "tokio",
 7378 "ui",
 7379 "util",
 7380]
 7381
 7382[[package]]
 7383name = "language_selector"
 7384version = "0.1.0"
 7385dependencies = [
 7386 "anyhow",
 7387 "editor",
 7388 "file_finder",
 7389 "file_icons",
 7390 "fuzzy",
 7391 "gpui",
 7392 "language",
 7393 "picker",
 7394 "project",
 7395 "settings",
 7396 "ui",
 7397 "util",
 7398 "workspace",
 7399]
 7400
 7401[[package]]
 7402name = "language_tools"
 7403version = "0.1.0"
 7404dependencies = [
 7405 "anyhow",
 7406 "client",
 7407 "collections",
 7408 "copilot",
 7409 "editor",
 7410 "env_logger 0.11.7",
 7411 "futures 0.3.31",
 7412 "gpui",
 7413 "itertools 0.14.0",
 7414 "language",
 7415 "lsp",
 7416 "project",
 7417 "release_channel",
 7418 "serde_json",
 7419 "settings",
 7420 "theme",
 7421 "tree-sitter",
 7422 "ui",
 7423 "util",
 7424 "workspace",
 7425 "zed_actions",
 7426]
 7427
 7428[[package]]
 7429name = "languages"
 7430version = "0.1.0"
 7431dependencies = [
 7432 "anyhow",
 7433 "async-compression",
 7434 "async-tar",
 7435 "async-trait",
 7436 "collections",
 7437 "futures 0.3.31",
 7438 "gpui",
 7439 "http_client",
 7440 "language",
 7441 "log",
 7442 "lsp",
 7443 "node_runtime",
 7444 "paths",
 7445 "pet",
 7446 "pet-conda",
 7447 "pet-core",
 7448 "pet-fs",
 7449 "pet-poetry",
 7450 "pet-reporter",
 7451 "pretty_assertions",
 7452 "project",
 7453 "regex",
 7454 "rope",
 7455 "rust-embed",
 7456 "serde",
 7457 "serde_json",
 7458 "settings",
 7459 "smol",
 7460 "snippet_provider",
 7461 "task",
 7462 "text",
 7463 "theme",
 7464 "toml 0.8.20",
 7465 "tree-sitter",
 7466 "tree-sitter-bash",
 7467 "tree-sitter-c",
 7468 "tree-sitter-cpp",
 7469 "tree-sitter-css",
 7470 "tree-sitter-diff",
 7471 "tree-sitter-gitcommit",
 7472 "tree-sitter-go",
 7473 "tree-sitter-gomod",
 7474 "tree-sitter-gowork",
 7475 "tree-sitter-jsdoc",
 7476 "tree-sitter-json",
 7477 "tree-sitter-md",
 7478 "tree-sitter-python",
 7479 "tree-sitter-regex",
 7480 "tree-sitter-rust",
 7481 "tree-sitter-typescript",
 7482 "tree-sitter-yaml",
 7483 "unindent",
 7484 "util",
 7485 "workspace",
 7486]
 7487
 7488[[package]]
 7489name = "lazy_static"
 7490version = "1.5.0"
 7491source = "registry+https://github.com/rust-lang/crates.io-index"
 7492checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 7493dependencies = [
 7494 "spin",
 7495]
 7496
 7497[[package]]
 7498name = "lazycell"
 7499version = "1.3.0"
 7500source = "registry+https://github.com/rust-lang/crates.io-index"
 7501checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 7502
 7503[[package]]
 7504name = "leb128"
 7505version = "0.2.5"
 7506source = "registry+https://github.com/rust-lang/crates.io-index"
 7507checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 7508
 7509[[package]]
 7510name = "lebe"
 7511version = "0.5.2"
 7512source = "registry+https://github.com/rust-lang/crates.io-index"
 7513checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
 7514
 7515[[package]]
 7516name = "libc"
 7517version = "0.2.171"
 7518source = "registry+https://github.com/rust-lang/crates.io-index"
 7519checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
 7520
 7521[[package]]
 7522name = "libdbus-sys"
 7523version = "0.2.5"
 7524source = "registry+https://github.com/rust-lang/crates.io-index"
 7525checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
 7526dependencies = [
 7527 "cc",
 7528 "pkg-config",
 7529]
 7530
 7531[[package]]
 7532name = "libfuzzer-sys"
 7533version = "0.4.8"
 7534source = "registry+https://github.com/rust-lang/crates.io-index"
 7535checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
 7536dependencies = [
 7537 "arbitrary",
 7538 "cc",
 7539]
 7540
 7541[[package]]
 7542name = "libgit2-sys"
 7543version = "0.18.1+1.9.0"
 7544source = "registry+https://github.com/rust-lang/crates.io-index"
 7545checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
 7546dependencies = [
 7547 "cc",
 7548 "libc",
 7549 "libz-sys",
 7550 "pkg-config",
 7551]
 7552
 7553[[package]]
 7554name = "libloading"
 7555version = "0.8.6"
 7556source = "registry+https://github.com/rust-lang/crates.io-index"
 7557checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
 7558dependencies = [
 7559 "cfg-if",
 7560 "windows-targets 0.48.5",
 7561]
 7562
 7563[[package]]
 7564name = "libm"
 7565version = "0.2.11"
 7566source = "registry+https://github.com/rust-lang/crates.io-index"
 7567checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
 7568
 7569[[package]]
 7570name = "libmimalloc-sys"
 7571version = "0.1.40"
 7572source = "registry+https://github.com/rust-lang/crates.io-index"
 7573checksum = "07d0e07885d6a754b9c7993f2625187ad694ee985d60f23355ff0e7077261502"
 7574dependencies = [
 7575 "cc",
 7576 "libc",
 7577]
 7578
 7579[[package]]
 7580name = "libredox"
 7581version = "0.1.3"
 7582source = "registry+https://github.com/rust-lang/crates.io-index"
 7583checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
 7584dependencies = [
 7585 "bitflags 2.9.0",
 7586 "libc",
 7587 "redox_syscall 0.5.8",
 7588]
 7589
 7590[[package]]
 7591name = "libsqlite3-sys"
 7592version = "0.30.1"
 7593source = "registry+https://github.com/rust-lang/crates.io-index"
 7594checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 7595dependencies = [
 7596 "cc",
 7597 "pkg-config",
 7598 "vcpkg",
 7599]
 7600
 7601[[package]]
 7602name = "libwebrtc"
 7603version = "0.3.7"
 7604source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7605dependencies = [
 7606 "cxx",
 7607 "jni",
 7608 "js-sys",
 7609 "lazy_static",
 7610 "livekit-protocol",
 7611 "livekit-runtime",
 7612 "log",
 7613 "parking_lot",
 7614 "serde",
 7615 "serde_json",
 7616 "thiserror 1.0.69",
 7617 "tokio",
 7618 "wasm-bindgen",
 7619 "wasm-bindgen-futures",
 7620 "web-sys",
 7621 "webrtc-sys",
 7622]
 7623
 7624[[package]]
 7625name = "libz-sys"
 7626version = "1.1.20"
 7627source = "registry+https://github.com/rust-lang/crates.io-index"
 7628checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
 7629dependencies = [
 7630 "cc",
 7631 "libc",
 7632 "pkg-config",
 7633 "vcpkg",
 7634]
 7635
 7636[[package]]
 7637name = "link-cplusplus"
 7638version = "1.0.9"
 7639source = "registry+https://github.com/rust-lang/crates.io-index"
 7640checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
 7641dependencies = [
 7642 "cc",
 7643]
 7644
 7645[[package]]
 7646name = "linkify"
 7647version = "0.10.0"
 7648source = "registry+https://github.com/rust-lang/crates.io-index"
 7649checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 7650dependencies = [
 7651 "memchr",
 7652]
 7653
 7654[[package]]
 7655name = "linkme"
 7656version = "0.3.32"
 7657source = "registry+https://github.com/rust-lang/crates.io-index"
 7658checksum = "22d227772b5999ddc0690e733f734f95ca05387e329c4084fe65678c51198ffe"
 7659dependencies = [
 7660 "linkme-impl",
 7661]
 7662
 7663[[package]]
 7664name = "linkme-impl"
 7665version = "0.3.32"
 7666source = "registry+https://github.com/rust-lang/crates.io-index"
 7667checksum = "71a98813fa0073a317ed6a8055dcd4722a49d9b862af828ee68449adb799b6be"
 7668dependencies = [
 7669 "proc-macro2",
 7670 "quote",
 7671 "syn 2.0.100",
 7672]
 7673
 7674[[package]]
 7675name = "linux-raw-sys"
 7676version = "0.4.14"
 7677source = "registry+https://github.com/rust-lang/crates.io-index"
 7678checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
 7679
 7680[[package]]
 7681name = "litemap"
 7682version = "0.7.4"
 7683source = "registry+https://github.com/rust-lang/crates.io-index"
 7684checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
 7685
 7686[[package]]
 7687name = "livekit"
 7688version = "0.7.0"
 7689source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7690dependencies = [
 7691 "chrono",
 7692 "futures-util",
 7693 "lazy_static",
 7694 "libwebrtc",
 7695 "livekit-api",
 7696 "livekit-protocol",
 7697 "livekit-runtime",
 7698 "log",
 7699 "parking_lot",
 7700 "prost 0.12.6",
 7701 "semver",
 7702 "serde",
 7703 "serde_json",
 7704 "thiserror 1.0.69",
 7705 "tokio",
 7706]
 7707
 7708[[package]]
 7709name = "livekit-api"
 7710version = "0.4.1"
 7711source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7712dependencies = [
 7713 "async-tungstenite",
 7714 "futures-util",
 7715 "http 0.2.12",
 7716 "jsonwebtoken",
 7717 "livekit-protocol",
 7718 "livekit-runtime",
 7719 "log",
 7720 "parking_lot",
 7721 "prost 0.12.6",
 7722 "reqwest 0.11.27",
 7723 "scopeguard",
 7724 "serde",
 7725 "serde_json",
 7726 "sha2",
 7727 "thiserror 1.0.69",
 7728 "tokio",
 7729 "tokio-tungstenite 0.20.1",
 7730 "url",
 7731]
 7732
 7733[[package]]
 7734name = "livekit-protocol"
 7735version = "0.3.6"
 7736source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7737dependencies = [
 7738 "futures-util",
 7739 "livekit-runtime",
 7740 "parking_lot",
 7741 "pbjson",
 7742 "pbjson-types",
 7743 "prost 0.12.6",
 7744 "prost-types 0.12.6",
 7745 "serde",
 7746 "thiserror 1.0.69",
 7747 "tokio",
 7748]
 7749
 7750[[package]]
 7751name = "livekit-runtime"
 7752version = "0.3.1"
 7753source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7754dependencies = [
 7755 "async-io",
 7756 "async-std",
 7757 "async-task",
 7758 "futures 0.3.31",
 7759]
 7760
 7761[[package]]
 7762name = "livekit_api"
 7763version = "0.1.0"
 7764dependencies = [
 7765 "anyhow",
 7766 "async-trait",
 7767 "jsonwebtoken",
 7768 "log",
 7769 "prost 0.9.0",
 7770 "prost-build 0.9.0",
 7771 "prost-types 0.9.0",
 7772 "reqwest 0.12.8",
 7773 "serde",
 7774]
 7775
 7776[[package]]
 7777name = "livekit_client"
 7778version = "0.1.0"
 7779dependencies = [
 7780 "anyhow",
 7781 "async-trait",
 7782 "collections",
 7783 "core-foundation 0.9.4",
 7784 "coreaudio-rs 0.12.1",
 7785 "cpal",
 7786 "futures 0.3.31",
 7787 "gpui",
 7788 "http 0.2.12",
 7789 "http_client",
 7790 "image",
 7791 "livekit",
 7792 "livekit_api",
 7793 "log",
 7794 "media",
 7795 "nanoid",
 7796 "parking_lot",
 7797 "postage",
 7798 "serde",
 7799 "serde_json",
 7800 "sha2",
 7801 "simplelog",
 7802 "smallvec",
 7803 "util",
 7804]
 7805
 7806[[package]]
 7807name = "livekit_client_macos"
 7808version = "0.1.0"
 7809dependencies = [
 7810 "anyhow",
 7811 "async-broadcast",
 7812 "async-trait",
 7813 "collections",
 7814 "core-foundation 0.9.4",
 7815 "futures 0.3.31",
 7816 "gpui",
 7817 "livekit_api",
 7818 "log",
 7819 "media",
 7820 "nanoid",
 7821 "parking_lot",
 7822 "postage",
 7823 "serde",
 7824 "serde_json",
 7825 "sha2",
 7826 "simplelog",
 7827]
 7828
 7829[[package]]
 7830name = "lmdb-master-sys"
 7831version = "0.2.4"
 7832source = "registry+https://github.com/rust-lang/crates.io-index"
 7833checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
 7834dependencies = [
 7835 "cc",
 7836 "doxygen-rs",
 7837 "libc",
 7838]
 7839
 7840[[package]]
 7841name = "lmstudio"
 7842version = "0.1.0"
 7843dependencies = [
 7844 "anyhow",
 7845 "futures 0.3.31",
 7846 "http_client",
 7847 "schemars",
 7848 "serde",
 7849 "serde_json",
 7850]
 7851
 7852[[package]]
 7853name = "lock_api"
 7854version = "0.4.12"
 7855source = "registry+https://github.com/rust-lang/crates.io-index"
 7856checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
 7857dependencies = [
 7858 "autocfg",
 7859 "scopeguard",
 7860]
 7861
 7862[[package]]
 7863name = "log"
 7864version = "0.4.27"
 7865source = "registry+https://github.com/rust-lang/crates.io-index"
 7866checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
 7867dependencies = [
 7868 "serde",
 7869 "value-bag",
 7870]
 7871
 7872[[package]]
 7873name = "loop9"
 7874version = "0.1.5"
 7875source = "registry+https://github.com/rust-lang/crates.io-index"
 7876checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
 7877dependencies = [
 7878 "imgref",
 7879]
 7880
 7881[[package]]
 7882name = "lru"
 7883version = "0.12.5"
 7884source = "registry+https://github.com/rust-lang/crates.io-index"
 7885checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
 7886dependencies = [
 7887 "hashbrown 0.15.2",
 7888]
 7889
 7890[[package]]
 7891name = "lsp"
 7892version = "0.1.0"
 7893dependencies = [
 7894 "anyhow",
 7895 "async-pipe",
 7896 "collections",
 7897 "ctor",
 7898 "env_logger 0.11.7",
 7899 "futures 0.3.31",
 7900 "gpui",
 7901 "log",
 7902 "lsp-types",
 7903 "parking_lot",
 7904 "postage",
 7905 "release_channel",
 7906 "schemars",
 7907 "serde",
 7908 "serde_json",
 7909 "smol",
 7910 "util",
 7911]
 7912
 7913[[package]]
 7914name = "lsp-types"
 7915version = "0.95.1"
 7916source = "git+https://github.com/zed-industries/lsp-types?rev=1fff0dd12e2071c5667327394cfec163d2a466ab#1fff0dd12e2071c5667327394cfec163d2a466ab"
 7917dependencies = [
 7918 "bitflags 1.3.2",
 7919 "serde",
 7920 "serde_json",
 7921 "serde_repr",
 7922 "url",
 7923]
 7924
 7925[[package]]
 7926name = "lyon"
 7927version = "1.0.1"
 7928source = "registry+https://github.com/rust-lang/crates.io-index"
 7929checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
 7930dependencies = [
 7931 "lyon_algorithms",
 7932 "lyon_extra",
 7933 "lyon_tessellation",
 7934]
 7935
 7936[[package]]
 7937name = "lyon_algorithms"
 7938version = "1.0.5"
 7939source = "registry+https://github.com/rust-lang/crates.io-index"
 7940checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
 7941dependencies = [
 7942 "lyon_path",
 7943 "num-traits",
 7944]
 7945
 7946[[package]]
 7947name = "lyon_extra"
 7948version = "1.0.3"
 7949source = "registry+https://github.com/rust-lang/crates.io-index"
 7950checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
 7951dependencies = [
 7952 "lyon_path",
 7953 "thiserror 1.0.69",
 7954]
 7955
 7956[[package]]
 7957name = "lyon_geom"
 7958version = "1.0.6"
 7959source = "registry+https://github.com/rust-lang/crates.io-index"
 7960checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
 7961dependencies = [
 7962 "arrayvec",
 7963 "euclid",
 7964 "num-traits",
 7965]
 7966
 7967[[package]]
 7968name = "lyon_path"
 7969version = "1.0.6"
 7970source = "registry+https://github.com/rust-lang/crates.io-index"
 7971checksum = "8e0b8aec2f58586f6eef237985b9a9b7cb3a3aff4417c575075cf95bf925252e"
 7972dependencies = [
 7973 "lyon_geom",
 7974 "num-traits",
 7975]
 7976
 7977[[package]]
 7978name = "lyon_tessellation"
 7979version = "1.0.15"
 7980source = "registry+https://github.com/rust-lang/crates.io-index"
 7981checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
 7982dependencies = [
 7983 "float_next_after",
 7984 "lyon_path",
 7985 "num-traits",
 7986]
 7987
 7988[[package]]
 7989name = "mac"
 7990version = "0.1.1"
 7991source = "registry+https://github.com/rust-lang/crates.io-index"
 7992checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
 7993
 7994[[package]]
 7995name = "mach2"
 7996version = "0.4.2"
 7997source = "registry+https://github.com/rust-lang/crates.io-index"
 7998checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
 7999dependencies = [
 8000 "libc",
 8001]
 8002
 8003[[package]]
 8004name = "malloc_buf"
 8005version = "0.0.6"
 8006source = "registry+https://github.com/rust-lang/crates.io-index"
 8007checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
 8008dependencies = [
 8009 "libc",
 8010]
 8011
 8012[[package]]
 8013name = "maplit"
 8014version = "1.0.2"
 8015source = "registry+https://github.com/rust-lang/crates.io-index"
 8016checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
 8017
 8018[[package]]
 8019name = "markdown"
 8020version = "0.1.0"
 8021dependencies = [
 8022 "anyhow",
 8023 "assets",
 8024 "env_logger 0.11.7",
 8025 "gpui",
 8026 "language",
 8027 "languages",
 8028 "linkify",
 8029 "log",
 8030 "node_runtime",
 8031 "pulldown-cmark 0.12.2",
 8032 "settings",
 8033 "theme",
 8034 "ui",
 8035 "util",
 8036]
 8037
 8038[[package]]
 8039name = "markdown_preview"
 8040version = "0.1.0"
 8041dependencies = [
 8042 "anyhow",
 8043 "async-recursion 1.1.1",
 8044 "collections",
 8045 "editor",
 8046 "gpui",
 8047 "language",
 8048 "linkify",
 8049 "log",
 8050 "pretty_assertions",
 8051 "pulldown-cmark 0.12.2",
 8052 "settings",
 8053 "theme",
 8054 "ui",
 8055 "util",
 8056 "workspace",
 8057]
 8058
 8059[[package]]
 8060name = "markup5ever"
 8061version = "0.12.1"
 8062source = "registry+https://github.com/rust-lang/crates.io-index"
 8063checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
 8064dependencies = [
 8065 "log",
 8066 "phf",
 8067 "phf_codegen",
 8068 "string_cache",
 8069 "string_cache_codegen",
 8070 "tendril",
 8071]
 8072
 8073[[package]]
 8074name = "markup5ever_rcdom"
 8075version = "0.3.0"
 8076source = "registry+https://github.com/rust-lang/crates.io-index"
 8077checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
 8078dependencies = [
 8079 "html5ever",
 8080 "markup5ever",
 8081 "tendril",
 8082 "xml5ever",
 8083]
 8084
 8085[[package]]
 8086name = "matchers"
 8087version = "0.1.0"
 8088source = "registry+https://github.com/rust-lang/crates.io-index"
 8089checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
 8090dependencies = [
 8091 "regex-automata 0.1.10",
 8092]
 8093
 8094[[package]]
 8095name = "matchit"
 8096version = "0.7.3"
 8097source = "registry+https://github.com/rust-lang/crates.io-index"
 8098checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
 8099
 8100[[package]]
 8101name = "maybe-owned"
 8102version = "0.3.4"
 8103source = "registry+https://github.com/rust-lang/crates.io-index"
 8104checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
 8105
 8106[[package]]
 8107name = "maybe-rayon"
 8108version = "0.1.1"
 8109source = "registry+https://github.com/rust-lang/crates.io-index"
 8110checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
 8111dependencies = [
 8112 "cfg-if",
 8113 "rayon",
 8114]
 8115
 8116[[package]]
 8117name = "md-5"
 8118version = "0.10.6"
 8119source = "registry+https://github.com/rust-lang/crates.io-index"
 8120checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
 8121dependencies = [
 8122 "cfg-if",
 8123 "digest",
 8124]
 8125
 8126[[package]]
 8127name = "mdbook"
 8128version = "0.4.47"
 8129source = "registry+https://github.com/rust-lang/crates.io-index"
 8130checksum = "7e1a8fe3a4a01f28dab245c474cb7b95ccb4d3d2f17a5419a3d949f474c45e84"
 8131dependencies = [
 8132 "ammonia",
 8133 "anyhow",
 8134 "chrono",
 8135 "clap",
 8136 "clap_complete",
 8137 "elasticlunr-rs",
 8138 "env_logger 0.11.7",
 8139 "futures-util",
 8140 "handlebars 6.2.0",
 8141 "hex",
 8142 "ignore",
 8143 "log",
 8144 "memchr",
 8145 "notify 8.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8146 "notify-debouncer-mini",
 8147 "once_cell",
 8148 "opener",
 8149 "pathdiff",
 8150 "pulldown-cmark 0.10.3",
 8151 "regex",
 8152 "serde",
 8153 "serde_json",
 8154 "sha2",
 8155 "shlex",
 8156 "tempfile",
 8157 "tokio",
 8158 "toml 0.5.11",
 8159 "topological-sort",
 8160 "walkdir",
 8161 "warp",
 8162]
 8163
 8164[[package]]
 8165name = "media"
 8166version = "0.1.0"
 8167dependencies = [
 8168 "anyhow",
 8169 "bindgen 0.70.1",
 8170 "core-foundation 0.9.4",
 8171 "ctor",
 8172 "foreign-types 0.5.0",
 8173 "metal",
 8174 "objc",
 8175]
 8176
 8177[[package]]
 8178name = "memchr"
 8179version = "2.7.4"
 8180source = "registry+https://github.com/rust-lang/crates.io-index"
 8181checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
 8182
 8183[[package]]
 8184name = "memfd"
 8185version = "0.6.4"
 8186source = "registry+https://github.com/rust-lang/crates.io-index"
 8187checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
 8188dependencies = [
 8189 "rustix",
 8190]
 8191
 8192[[package]]
 8193name = "memmap2"
 8194version = "0.9.5"
 8195source = "registry+https://github.com/rust-lang/crates.io-index"
 8196checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
 8197dependencies = [
 8198 "libc",
 8199]
 8200
 8201[[package]]
 8202name = "memoffset"
 8203version = "0.9.1"
 8204source = "registry+https://github.com/rust-lang/crates.io-index"
 8205checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
 8206dependencies = [
 8207 "autocfg",
 8208]
 8209
 8210[[package]]
 8211name = "menu"
 8212version = "0.1.0"
 8213dependencies = [
 8214 "gpui",
 8215 "serde",
 8216]
 8217
 8218[[package]]
 8219name = "metal"
 8220version = "0.31.0"
 8221source = "registry+https://github.com/rust-lang/crates.io-index"
 8222checksum = "f569fb946490b5743ad69813cb19629130ce9374034abe31614a36402d18f99e"
 8223dependencies = [
 8224 "bitflags 2.9.0",
 8225 "block",
 8226 "core-graphics-types 0.1.3",
 8227 "foreign-types 0.5.0",
 8228 "log",
 8229 "objc",
 8230 "paste",
 8231]
 8232
 8233[[package]]
 8234name = "migrator"
 8235version = "0.1.0"
 8236dependencies = [
 8237 "anyhow",
 8238 "collections",
 8239 "convert_case 0.8.0",
 8240 "log",
 8241 "pretty_assertions",
 8242 "streaming-iterator",
 8243 "tree-sitter",
 8244 "tree-sitter-json",
 8245]
 8246
 8247[[package]]
 8248name = "mimalloc"
 8249version = "0.1.44"
 8250source = "registry+https://github.com/rust-lang/crates.io-index"
 8251checksum = "99585191385958383e13f6b822e6b6d8d9cf928e7d286ceb092da92b43c87bc1"
 8252dependencies = [
 8253 "libmimalloc-sys",
 8254]
 8255
 8256[[package]]
 8257name = "mime"
 8258version = "0.3.17"
 8259source = "registry+https://github.com/rust-lang/crates.io-index"
 8260checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 8261
 8262[[package]]
 8263name = "mime_guess"
 8264version = "2.0.5"
 8265source = "registry+https://github.com/rust-lang/crates.io-index"
 8266checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
 8267dependencies = [
 8268 "mime",
 8269 "unicase",
 8270]
 8271
 8272[[package]]
 8273name = "minimal-lexical"
 8274version = "0.2.1"
 8275source = "registry+https://github.com/rust-lang/crates.io-index"
 8276checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 8277
 8278[[package]]
 8279name = "miniz_oxide"
 8280version = "0.8.0"
 8281source = "registry+https://github.com/rust-lang/crates.io-index"
 8282checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
 8283dependencies = [
 8284 "adler2",
 8285 "simd-adler32",
 8286]
 8287
 8288[[package]]
 8289name = "mint"
 8290version = "0.5.9"
 8291source = "registry+https://github.com/rust-lang/crates.io-index"
 8292checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
 8293
 8294[[package]]
 8295name = "mio"
 8296version = "1.0.3"
 8297source = "registry+https://github.com/rust-lang/crates.io-index"
 8298checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
 8299dependencies = [
 8300 "libc",
 8301 "log",
 8302 "wasi 0.11.0+wasi-snapshot-preview1",
 8303 "windows-sys 0.52.0",
 8304]
 8305
 8306[[package]]
 8307name = "miow"
 8308version = "0.6.0"
 8309source = "registry+https://github.com/rust-lang/crates.io-index"
 8310checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
 8311dependencies = [
 8312 "windows-sys 0.48.0",
 8313]
 8314
 8315[[package]]
 8316name = "mistral"
 8317version = "0.1.0"
 8318dependencies = [
 8319 "anyhow",
 8320 "futures 0.3.31",
 8321 "http_client",
 8322 "schemars",
 8323 "serde",
 8324 "serde_json",
 8325 "strum",
 8326]
 8327
 8328[[package]]
 8329name = "msvc_spectre_libs"
 8330version = "0.1.2"
 8331source = "registry+https://github.com/rust-lang/crates.io-index"
 8332checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
 8333dependencies = [
 8334 "cc",
 8335]
 8336
 8337[[package]]
 8338name = "multi_buffer"
 8339version = "0.1.0"
 8340dependencies = [
 8341 "anyhow",
 8342 "buffer_diff",
 8343 "clock",
 8344 "collections",
 8345 "ctor",
 8346 "env_logger 0.11.7",
 8347 "futures 0.3.31",
 8348 "gpui",
 8349 "indoc",
 8350 "itertools 0.14.0",
 8351 "language",
 8352 "log",
 8353 "parking_lot",
 8354 "pretty_assertions",
 8355 "project",
 8356 "rand 0.8.5",
 8357 "rope",
 8358 "serde",
 8359 "settings",
 8360 "smallvec",
 8361 "smol",
 8362 "sum_tree",
 8363 "text",
 8364 "theme",
 8365 "tree-sitter",
 8366 "util",
 8367]
 8368
 8369[[package]]
 8370name = "multimap"
 8371version = "0.8.3"
 8372source = "registry+https://github.com/rust-lang/crates.io-index"
 8373checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
 8374
 8375[[package]]
 8376name = "multimap"
 8377version = "0.10.0"
 8378source = "registry+https://github.com/rust-lang/crates.io-index"
 8379checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
 8380
 8381[[package]]
 8382name = "naga"
 8383version = "23.1.0"
 8384source = "registry+https://github.com/rust-lang/crates.io-index"
 8385checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
 8386dependencies = [
 8387 "arrayvec",
 8388 "bit-set 0.8.0",
 8389 "bitflags 2.9.0",
 8390 "cfg_aliases 0.1.1",
 8391 "codespan-reporting",
 8392 "hexf-parse",
 8393 "indexmap",
 8394 "log",
 8395 "rustc-hash 1.1.0",
 8396 "spirv",
 8397 "termcolor",
 8398 "thiserror 1.0.69",
 8399 "unicode-xid",
 8400]
 8401
 8402[[package]]
 8403name = "nanoid"
 8404version = "0.4.0"
 8405source = "registry+https://github.com/rust-lang/crates.io-index"
 8406checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
 8407dependencies = [
 8408 "rand 0.8.5",
 8409]
 8410
 8411[[package]]
 8412name = "nanorand"
 8413version = "0.7.0"
 8414source = "registry+https://github.com/rust-lang/crates.io-index"
 8415checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
 8416dependencies = [
 8417 "getrandom 0.2.15",
 8418]
 8419
 8420[[package]]
 8421name = "native-tls"
 8422version = "0.2.12"
 8423source = "registry+https://github.com/rust-lang/crates.io-index"
 8424checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
 8425dependencies = [
 8426 "libc",
 8427 "log",
 8428 "openssl",
 8429 "openssl-probe",
 8430 "openssl-sys",
 8431 "schannel",
 8432 "security-framework 2.11.1",
 8433 "security-framework-sys",
 8434 "tempfile",
 8435]
 8436
 8437[[package]]
 8438name = "nbformat"
 8439version = "0.10.0"
 8440source = "registry+https://github.com/rust-lang/crates.io-index"
 8441checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
 8442dependencies = [
 8443 "anyhow",
 8444 "chrono",
 8445 "jupyter-protocol",
 8446 "serde",
 8447 "serde_json",
 8448 "thiserror 1.0.69",
 8449 "uuid",
 8450]
 8451
 8452[[package]]
 8453name = "ndk"
 8454version = "0.8.0"
 8455source = "registry+https://github.com/rust-lang/crates.io-index"
 8456checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
 8457dependencies = [
 8458 "bitflags 2.9.0",
 8459 "jni-sys",
 8460 "log",
 8461 "ndk-sys",
 8462 "num_enum",
 8463 "thiserror 1.0.69",
 8464]
 8465
 8466[[package]]
 8467name = "ndk-context"
 8468version = "0.1.1"
 8469source = "registry+https://github.com/rust-lang/crates.io-index"
 8470checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
 8471
 8472[[package]]
 8473name = "ndk-sys"
 8474version = "0.5.0+25.2.9519653"
 8475source = "registry+https://github.com/rust-lang/crates.io-index"
 8476checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
 8477dependencies = [
 8478 "jni-sys",
 8479]
 8480
 8481[[package]]
 8482name = "new_debug_unreachable"
 8483version = "1.0.6"
 8484source = "registry+https://github.com/rust-lang/crates.io-index"
 8485checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
 8486
 8487[[package]]
 8488name = "nix"
 8489version = "0.29.0"
 8490source = "registry+https://github.com/rust-lang/crates.io-index"
 8491checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
 8492dependencies = [
 8493 "bitflags 2.9.0",
 8494 "cfg-if",
 8495 "cfg_aliases 0.2.1",
 8496 "libc",
 8497 "memoffset",
 8498]
 8499
 8500[[package]]
 8501name = "node_runtime"
 8502version = "0.1.0"
 8503dependencies = [
 8504 "anyhow",
 8505 "async-compression",
 8506 "async-std",
 8507 "async-tar",
 8508 "async-trait",
 8509 "async-watch",
 8510 "async_zip",
 8511 "futures 0.3.31",
 8512 "http_client",
 8513 "log",
 8514 "paths",
 8515 "semver",
 8516 "serde",
 8517 "serde_json",
 8518 "smol",
 8519 "tempfile",
 8520 "util",
 8521 "walkdir",
 8522 "which 6.0.3",
 8523]
 8524
 8525[[package]]
 8526name = "nom"
 8527version = "7.1.3"
 8528source = "registry+https://github.com/rust-lang/crates.io-index"
 8529checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
 8530dependencies = [
 8531 "memchr",
 8532 "minimal-lexical",
 8533]
 8534
 8535[[package]]
 8536name = "noop_proc_macro"
 8537version = "0.3.0"
 8538source = "registry+https://github.com/rust-lang/crates.io-index"
 8539checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
 8540
 8541[[package]]
 8542name = "normpath"
 8543version = "1.3.0"
 8544source = "registry+https://github.com/rust-lang/crates.io-index"
 8545checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
 8546dependencies = [
 8547 "windows-sys 0.59.0",
 8548]
 8549
 8550[[package]]
 8551name = "notifications"
 8552version = "0.1.0"
 8553dependencies = [
 8554 "anyhow",
 8555 "channel",
 8556 "client",
 8557 "collections",
 8558 "component",
 8559 "db",
 8560 "gpui",
 8561 "linkme",
 8562 "rpc",
 8563 "settings",
 8564 "sum_tree",
 8565 "time",
 8566 "ui",
 8567 "util",
 8568 "workspace",
 8569]
 8570
 8571[[package]]
 8572name = "notify"
 8573version = "8.0.0"
 8574source = "registry+https://github.com/rust-lang/crates.io-index"
 8575checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943"
 8576dependencies = [
 8577 "bitflags 2.9.0",
 8578 "filetime",
 8579 "fsevent-sys 4.1.0",
 8580 "inotify",
 8581 "kqueue",
 8582 "libc",
 8583 "log",
 8584 "mio",
 8585 "notify-types 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8586 "walkdir",
 8587 "windows-sys 0.59.0",
 8588]
 8589
 8590[[package]]
 8591name = "notify"
 8592version = "8.0.0"
 8593source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
 8594dependencies = [
 8595 "bitflags 2.9.0",
 8596 "filetime",
 8597 "fsevent-sys 4.1.0",
 8598 "inotify",
 8599 "kqueue",
 8600 "libc",
 8601 "log",
 8602 "mio",
 8603 "notify-types 2.0.0 (git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96)",
 8604 "walkdir",
 8605 "windows-sys 0.59.0",
 8606]
 8607
 8608[[package]]
 8609name = "notify-debouncer-mini"
 8610version = "0.6.0"
 8611source = "registry+https://github.com/rust-lang/crates.io-index"
 8612checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
 8613dependencies = [
 8614 "log",
 8615 "notify 8.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8616 "notify-types 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8617 "tempfile",
 8618]
 8619
 8620[[package]]
 8621name = "notify-types"
 8622version = "2.0.0"
 8623source = "registry+https://github.com/rust-lang/crates.io-index"
 8624checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
 8625
 8626[[package]]
 8627name = "notify-types"
 8628version = "2.0.0"
 8629source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
 8630
 8631[[package]]
 8632name = "ntapi"
 8633version = "0.4.1"
 8634source = "registry+https://github.com/rust-lang/crates.io-index"
 8635checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
 8636dependencies = [
 8637 "winapi",
 8638]
 8639
 8640[[package]]
 8641name = "nu-ansi-term"
 8642version = "0.46.0"
 8643source = "registry+https://github.com/rust-lang/crates.io-index"
 8644checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
 8645dependencies = [
 8646 "overload",
 8647 "winapi",
 8648]
 8649
 8650[[package]]
 8651name = "num"
 8652version = "0.4.3"
 8653source = "registry+https://github.com/rust-lang/crates.io-index"
 8654checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
 8655dependencies = [
 8656 "num-bigint",
 8657 "num-complex",
 8658 "num-integer",
 8659 "num-iter",
 8660 "num-rational",
 8661 "num-traits",
 8662]
 8663
 8664[[package]]
 8665name = "num-bigint"
 8666version = "0.4.6"
 8667source = "registry+https://github.com/rust-lang/crates.io-index"
 8668checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
 8669dependencies = [
 8670 "num-integer",
 8671 "num-traits",
 8672]
 8673
 8674[[package]]
 8675name = "num-bigint-dig"
 8676version = "0.8.4"
 8677source = "registry+https://github.com/rust-lang/crates.io-index"
 8678checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
 8679dependencies = [
 8680 "byteorder",
 8681 "lazy_static",
 8682 "libm",
 8683 "num-integer",
 8684 "num-iter",
 8685 "num-traits",
 8686 "rand 0.8.5",
 8687 "serde",
 8688 "smallvec",
 8689 "zeroize",
 8690]
 8691
 8692[[package]]
 8693name = "num-complex"
 8694version = "0.4.6"
 8695source = "registry+https://github.com/rust-lang/crates.io-index"
 8696checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
 8697dependencies = [
 8698 "num-traits",
 8699]
 8700
 8701[[package]]
 8702name = "num-conv"
 8703version = "0.1.0"
 8704source = "registry+https://github.com/rust-lang/crates.io-index"
 8705checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
 8706
 8707[[package]]
 8708name = "num-derive"
 8709version = "0.4.2"
 8710source = "registry+https://github.com/rust-lang/crates.io-index"
 8711checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
 8712dependencies = [
 8713 "proc-macro2",
 8714 "quote",
 8715 "syn 2.0.100",
 8716]
 8717
 8718[[package]]
 8719name = "num-format"
 8720version = "0.4.4"
 8721source = "registry+https://github.com/rust-lang/crates.io-index"
 8722checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
 8723dependencies = [
 8724 "arrayvec",
 8725 "itoa",
 8726]
 8727
 8728[[package]]
 8729name = "num-integer"
 8730version = "0.1.46"
 8731source = "registry+https://github.com/rust-lang/crates.io-index"
 8732checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
 8733dependencies = [
 8734 "num-traits",
 8735]
 8736
 8737[[package]]
 8738name = "num-iter"
 8739version = "0.1.45"
 8740source = "registry+https://github.com/rust-lang/crates.io-index"
 8741checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
 8742dependencies = [
 8743 "autocfg",
 8744 "num-integer",
 8745 "num-traits",
 8746]
 8747
 8748[[package]]
 8749name = "num-modular"
 8750version = "0.6.1"
 8751source = "registry+https://github.com/rust-lang/crates.io-index"
 8752checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
 8753
 8754[[package]]
 8755name = "num-order"
 8756version = "1.2.0"
 8757source = "registry+https://github.com/rust-lang/crates.io-index"
 8758checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
 8759dependencies = [
 8760 "num-modular",
 8761]
 8762
 8763[[package]]
 8764name = "num-rational"
 8765version = "0.4.2"
 8766source = "registry+https://github.com/rust-lang/crates.io-index"
 8767checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
 8768dependencies = [
 8769 "num-bigint",
 8770 "num-integer",
 8771 "num-traits",
 8772]
 8773
 8774[[package]]
 8775name = "num-traits"
 8776version = "0.2.19"
 8777source = "registry+https://github.com/rust-lang/crates.io-index"
 8778checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
 8779dependencies = [
 8780 "autocfg",
 8781 "libm",
 8782]
 8783
 8784[[package]]
 8785name = "num_cpus"
 8786version = "1.16.0"
 8787source = "registry+https://github.com/rust-lang/crates.io-index"
 8788checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
 8789dependencies = [
 8790 "hermit-abi 0.3.9",
 8791 "libc",
 8792]
 8793
 8794[[package]]
 8795name = "num_enum"
 8796version = "0.7.3"
 8797source = "registry+https://github.com/rust-lang/crates.io-index"
 8798checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
 8799dependencies = [
 8800 "num_enum_derive",
 8801]
 8802
 8803[[package]]
 8804name = "num_enum_derive"
 8805version = "0.7.3"
 8806source = "registry+https://github.com/rust-lang/crates.io-index"
 8807checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
 8808dependencies = [
 8809 "proc-macro-crate",
 8810 "proc-macro2",
 8811 "quote",
 8812 "syn 2.0.100",
 8813]
 8814
 8815[[package]]
 8816name = "num_threads"
 8817version = "0.1.7"
 8818source = "registry+https://github.com/rust-lang/crates.io-index"
 8819checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
 8820dependencies = [
 8821 "libc",
 8822]
 8823
 8824[[package]]
 8825name = "nvim-rs"
 8826version = "0.8.0-pre"
 8827source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
 8828dependencies = [
 8829 "async-trait",
 8830 "futures 0.3.31",
 8831 "log",
 8832 "parity-tokio-ipc",
 8833 "rmp",
 8834 "rmpv",
 8835 "tokio",
 8836 "tokio-util",
 8837 "winapi",
 8838]
 8839
 8840[[package]]
 8841name = "objc"
 8842version = "0.2.7"
 8843source = "registry+https://github.com/rust-lang/crates.io-index"
 8844checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
 8845dependencies = [
 8846 "malloc_buf",
 8847]
 8848
 8849[[package]]
 8850name = "objc-sys"
 8851version = "0.3.5"
 8852source = "registry+https://github.com/rust-lang/crates.io-index"
 8853checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
 8854
 8855[[package]]
 8856name = "objc2"
 8857version = "0.5.2"
 8858source = "registry+https://github.com/rust-lang/crates.io-index"
 8859checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
 8860dependencies = [
 8861 "objc-sys",
 8862 "objc2-encode",
 8863]
 8864
 8865[[package]]
 8866name = "objc2-app-kit"
 8867version = "0.2.2"
 8868source = "registry+https://github.com/rust-lang/crates.io-index"
 8869checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
 8870dependencies = [
 8871 "bitflags 2.9.0",
 8872 "block2",
 8873 "libc",
 8874 "objc2",
 8875 "objc2-core-data",
 8876 "objc2-core-image",
 8877 "objc2-foundation",
 8878 "objc2-quartz-core",
 8879]
 8880
 8881[[package]]
 8882name = "objc2-cloud-kit"
 8883version = "0.2.2"
 8884source = "registry+https://github.com/rust-lang/crates.io-index"
 8885checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
 8886dependencies = [
 8887 "bitflags 2.9.0",
 8888 "block2",
 8889 "objc2",
 8890 "objc2-core-location",
 8891 "objc2-foundation",
 8892]
 8893
 8894[[package]]
 8895name = "objc2-contacts"
 8896version = "0.2.2"
 8897source = "registry+https://github.com/rust-lang/crates.io-index"
 8898checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
 8899dependencies = [
 8900 "block2",
 8901 "objc2",
 8902 "objc2-foundation",
 8903]
 8904
 8905[[package]]
 8906name = "objc2-core-data"
 8907version = "0.2.2"
 8908source = "registry+https://github.com/rust-lang/crates.io-index"
 8909checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
 8910dependencies = [
 8911 "bitflags 2.9.0",
 8912 "block2",
 8913 "objc2",
 8914 "objc2-foundation",
 8915]
 8916
 8917[[package]]
 8918name = "objc2-core-image"
 8919version = "0.2.2"
 8920source = "registry+https://github.com/rust-lang/crates.io-index"
 8921checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
 8922dependencies = [
 8923 "block2",
 8924 "objc2",
 8925 "objc2-foundation",
 8926 "objc2-metal",
 8927]
 8928
 8929[[package]]
 8930name = "objc2-core-location"
 8931version = "0.2.2"
 8932source = "registry+https://github.com/rust-lang/crates.io-index"
 8933checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
 8934dependencies = [
 8935 "block2",
 8936 "objc2",
 8937 "objc2-contacts",
 8938 "objc2-foundation",
 8939]
 8940
 8941[[package]]
 8942name = "objc2-encode"
 8943version = "4.0.3"
 8944source = "registry+https://github.com/rust-lang/crates.io-index"
 8945checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
 8946
 8947[[package]]
 8948name = "objc2-foundation"
 8949version = "0.2.2"
 8950source = "registry+https://github.com/rust-lang/crates.io-index"
 8951checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
 8952dependencies = [
 8953 "bitflags 2.9.0",
 8954 "block2",
 8955 "libc",
 8956 "objc2",
 8957]
 8958
 8959[[package]]
 8960name = "objc2-link-presentation"
 8961version = "0.2.2"
 8962source = "registry+https://github.com/rust-lang/crates.io-index"
 8963checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
 8964dependencies = [
 8965 "block2",
 8966 "objc2",
 8967 "objc2-app-kit",
 8968 "objc2-foundation",
 8969]
 8970
 8971[[package]]
 8972name = "objc2-metal"
 8973version = "0.2.2"
 8974source = "registry+https://github.com/rust-lang/crates.io-index"
 8975checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
 8976dependencies = [
 8977 "bitflags 2.9.0",
 8978 "block2",
 8979 "objc2",
 8980 "objc2-foundation",
 8981]
 8982
 8983[[package]]
 8984name = "objc2-quartz-core"
 8985version = "0.2.2"
 8986source = "registry+https://github.com/rust-lang/crates.io-index"
 8987checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
 8988dependencies = [
 8989 "bitflags 2.9.0",
 8990 "block2",
 8991 "objc2",
 8992 "objc2-foundation",
 8993 "objc2-metal",
 8994]
 8995
 8996[[package]]
 8997name = "objc2-symbols"
 8998version = "0.2.2"
 8999source = "registry+https://github.com/rust-lang/crates.io-index"
 9000checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
 9001dependencies = [
 9002 "objc2",
 9003 "objc2-foundation",
 9004]
 9005
 9006[[package]]
 9007name = "objc2-ui-kit"
 9008version = "0.2.2"
 9009source = "registry+https://github.com/rust-lang/crates.io-index"
 9010checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
 9011dependencies = [
 9012 "bitflags 2.9.0",
 9013 "block2",
 9014 "objc2",
 9015 "objc2-cloud-kit",
 9016 "objc2-core-data",
 9017 "objc2-core-image",
 9018 "objc2-core-location",
 9019 "objc2-foundation",
 9020 "objc2-link-presentation",
 9021 "objc2-quartz-core",
 9022 "objc2-symbols",
 9023 "objc2-uniform-type-identifiers",
 9024 "objc2-user-notifications",
 9025]
 9026
 9027[[package]]
 9028name = "objc2-uniform-type-identifiers"
 9029version = "0.2.2"
 9030source = "registry+https://github.com/rust-lang/crates.io-index"
 9031checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
 9032dependencies = [
 9033 "block2",
 9034 "objc2",
 9035 "objc2-foundation",
 9036]
 9037
 9038[[package]]
 9039name = "objc2-user-notifications"
 9040version = "0.2.2"
 9041source = "registry+https://github.com/rust-lang/crates.io-index"
 9042checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
 9043dependencies = [
 9044 "bitflags 2.9.0",
 9045 "block2",
 9046 "objc2",
 9047 "objc2-core-location",
 9048 "objc2-foundation",
 9049]
 9050
 9051[[package]]
 9052name = "object"
 9053version = "0.36.5"
 9054source = "registry+https://github.com/rust-lang/crates.io-index"
 9055checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
 9056dependencies = [
 9057 "crc32fast",
 9058 "hashbrown 0.15.2",
 9059 "indexmap",
 9060 "memchr",
 9061]
 9062
 9063[[package]]
 9064name = "oboe"
 9065version = "0.6.1"
 9066source = "registry+https://github.com/rust-lang/crates.io-index"
 9067checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
 9068dependencies = [
 9069 "jni",
 9070 "ndk",
 9071 "ndk-context",
 9072 "num-derive",
 9073 "num-traits",
 9074 "oboe-sys",
 9075]
 9076
 9077[[package]]
 9078name = "oboe-sys"
 9079version = "0.6.1"
 9080source = "registry+https://github.com/rust-lang/crates.io-index"
 9081checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
 9082dependencies = [
 9083 "cc",
 9084]
 9085
 9086[[package]]
 9087name = "ollama"
 9088version = "0.1.0"
 9089dependencies = [
 9090 "anyhow",
 9091 "futures 0.3.31",
 9092 "http_client",
 9093 "schemars",
 9094 "serde",
 9095 "serde_json",
 9096]
 9097
 9098[[package]]
 9099name = "once_cell"
 9100version = "1.20.3"
 9101source = "registry+https://github.com/rust-lang/crates.io-index"
 9102checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
 9103
 9104[[package]]
 9105name = "oo7"
 9106version = "0.4.3"
 9107source = "registry+https://github.com/rust-lang/crates.io-index"
 9108checksum = "6cb23d3ec3527d65a83be1c1795cb883c52cfa57147d42acc797127df56fc489"
 9109dependencies = [
 9110 "aes",
 9111 "ashpd",
 9112 "async-fs",
 9113 "async-io",
 9114 "async-lock",
 9115 "blocking",
 9116 "cbc",
 9117 "cipher",
 9118 "digest",
 9119 "endi",
 9120 "futures-lite 2.6.0",
 9121 "futures-util",
 9122 "getrandom 0.3.1",
 9123 "hkdf",
 9124 "hmac",
 9125 "md-5",
 9126 "num",
 9127 "num-bigint-dig",
 9128 "pbkdf2 0.12.2",
 9129 "rand 0.9.0",
 9130 "serde",
 9131 "sha2",
 9132 "subtle",
 9133 "zbus",
 9134 "zbus_macros",
 9135 "zeroize",
 9136 "zvariant",
 9137]
 9138
 9139[[package]]
 9140name = "oorandom"
 9141version = "11.1.4"
 9142source = "registry+https://github.com/rust-lang/crates.io-index"
 9143checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
 9144
 9145[[package]]
 9146name = "open"
 9147version = "5.3.2"
 9148source = "registry+https://github.com/rust-lang/crates.io-index"
 9149checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
 9150dependencies = [
 9151 "is-wsl",
 9152 "libc",
 9153 "pathdiff",
 9154]
 9155
 9156[[package]]
 9157name = "open_ai"
 9158version = "0.1.0"
 9159dependencies = [
 9160 "anyhow",
 9161 "futures 0.3.31",
 9162 "http_client",
 9163 "schemars",
 9164 "serde",
 9165 "serde_json",
 9166 "strum",
 9167]
 9168
 9169[[package]]
 9170name = "opener"
 9171version = "0.7.2"
 9172source = "registry+https://github.com/rust-lang/crates.io-index"
 9173checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
 9174dependencies = [
 9175 "bstr",
 9176 "dbus",
 9177 "normpath",
 9178 "windows-sys 0.59.0",
 9179]
 9180
 9181[[package]]
 9182name = "openssl"
 9183version = "0.10.70"
 9184source = "registry+https://github.com/rust-lang/crates.io-index"
 9185checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6"
 9186dependencies = [
 9187 "bitflags 2.9.0",
 9188 "cfg-if",
 9189 "foreign-types 0.3.2",
 9190 "libc",
 9191 "once_cell",
 9192 "openssl-macros",
 9193 "openssl-sys",
 9194]
 9195
 9196[[package]]
 9197name = "openssl-macros"
 9198version = "0.1.1"
 9199source = "registry+https://github.com/rust-lang/crates.io-index"
 9200checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
 9201dependencies = [
 9202 "proc-macro2",
 9203 "quote",
 9204 "syn 2.0.100",
 9205]
 9206
 9207[[package]]
 9208name = "openssl-probe"
 9209version = "0.1.5"
 9210source = "registry+https://github.com/rust-lang/crates.io-index"
 9211checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
 9212
 9213[[package]]
 9214name = "openssl-src"
 9215version = "300.4.1+3.4.0"
 9216source = "registry+https://github.com/rust-lang/crates.io-index"
 9217checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
 9218dependencies = [
 9219 "cc",
 9220]
 9221
 9222[[package]]
 9223name = "openssl-sys"
 9224version = "0.9.105"
 9225source = "registry+https://github.com/rust-lang/crates.io-index"
 9226checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc"
 9227dependencies = [
 9228 "cc",
 9229 "libc",
 9230 "openssl-src",
 9231 "pkg-config",
 9232 "vcpkg",
 9233]
 9234
 9235[[package]]
 9236name = "option-ext"
 9237version = "0.2.0"
 9238source = "registry+https://github.com/rust-lang/crates.io-index"
 9239checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
 9240
 9241[[package]]
 9242name = "ordered-float"
 9243version = "2.10.1"
 9244source = "registry+https://github.com/rust-lang/crates.io-index"
 9245checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
 9246dependencies = [
 9247 "num-traits",
 9248]
 9249
 9250[[package]]
 9251name = "ordered-float"
 9252version = "3.9.2"
 9253source = "registry+https://github.com/rust-lang/crates.io-index"
 9254checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
 9255dependencies = [
 9256 "num-traits",
 9257]
 9258
 9259[[package]]
 9260name = "ordered-stream"
 9261version = "0.2.0"
 9262source = "registry+https://github.com/rust-lang/crates.io-index"
 9263checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
 9264dependencies = [
 9265 "futures-core",
 9266 "pin-project-lite",
 9267]
 9268
 9269[[package]]
 9270name = "ouroboros"
 9271version = "0.18.4"
 9272source = "registry+https://github.com/rust-lang/crates.io-index"
 9273checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
 9274dependencies = [
 9275 "aliasable",
 9276 "ouroboros_macro",
 9277 "static_assertions",
 9278]
 9279
 9280[[package]]
 9281name = "ouroboros_macro"
 9282version = "0.18.4"
 9283source = "registry+https://github.com/rust-lang/crates.io-index"
 9284checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
 9285dependencies = [
 9286 "heck 0.4.1",
 9287 "itertools 0.12.1",
 9288 "proc-macro2",
 9289 "proc-macro2-diagnostics",
 9290 "quote",
 9291 "syn 2.0.100",
 9292]
 9293
 9294[[package]]
 9295name = "outline"
 9296version = "0.1.0"
 9297dependencies = [
 9298 "editor",
 9299 "fuzzy",
 9300 "gpui",
 9301 "indoc",
 9302 "language",
 9303 "menu",
 9304 "ordered-float 2.10.1",
 9305 "picker",
 9306 "project",
 9307 "rope",
 9308 "serde_json",
 9309 "settings",
 9310 "smol",
 9311 "theme",
 9312 "tree-sitter-rust",
 9313 "tree-sitter-typescript",
 9314 "ui",
 9315 "util",
 9316 "workspace",
 9317 "zed_actions",
 9318]
 9319
 9320[[package]]
 9321name = "outline_panel"
 9322version = "0.1.0"
 9323dependencies = [
 9324 "anyhow",
 9325 "collections",
 9326 "db",
 9327 "editor",
 9328 "file_icons",
 9329 "fuzzy",
 9330 "gpui",
 9331 "itertools 0.14.0",
 9332 "language",
 9333 "log",
 9334 "menu",
 9335 "outline",
 9336 "pretty_assertions",
 9337 "project",
 9338 "schemars",
 9339 "search",
 9340 "serde",
 9341 "serde_json",
 9342 "settings",
 9343 "smallvec",
 9344 "smol",
 9345 "theme",
 9346 "ui",
 9347 "util",
 9348 "workspace",
 9349 "worktree",
 9350 "zed_actions",
 9351]
 9352
 9353[[package]]
 9354name = "outref"
 9355version = "0.5.1"
 9356source = "registry+https://github.com/rust-lang/crates.io-index"
 9357checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
 9358
 9359[[package]]
 9360name = "overload"
 9361version = "0.1.1"
 9362source = "registry+https://github.com/rust-lang/crates.io-index"
 9363checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
 9364
 9365[[package]]
 9366name = "p256"
 9367version = "0.11.1"
 9368source = "registry+https://github.com/rust-lang/crates.io-index"
 9369checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
 9370dependencies = [
 9371 "ecdsa",
 9372 "elliptic-curve",
 9373 "sha2",
 9374]
 9375
 9376[[package]]
 9377name = "page_size"
 9378version = "0.6.0"
 9379source = "registry+https://github.com/rust-lang/crates.io-index"
 9380checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
 9381dependencies = [
 9382 "libc",
 9383 "winapi",
 9384]
 9385
 9386[[package]]
 9387name = "palette"
 9388version = "0.7.6"
 9389source = "registry+https://github.com/rust-lang/crates.io-index"
 9390checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
 9391dependencies = [
 9392 "approx",
 9393 "fast-srgb8",
 9394 "palette_derive",
 9395]
 9396
 9397[[package]]
 9398name = "palette_derive"
 9399version = "0.7.6"
 9400source = "registry+https://github.com/rust-lang/crates.io-index"
 9401checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
 9402dependencies = [
 9403 "by_address",
 9404 "proc-macro2",
 9405 "quote",
 9406 "syn 2.0.100",
 9407]
 9408
 9409[[package]]
 9410name = "panel"
 9411version = "0.1.0"
 9412dependencies = [
 9413 "editor",
 9414 "gpui",
 9415 "settings",
 9416 "theme",
 9417 "ui",
 9418 "workspace",
 9419]
 9420
 9421[[package]]
 9422name = "parity-tokio-ipc"
 9423version = "0.9.0"
 9424source = "registry+https://github.com/rust-lang/crates.io-index"
 9425checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
 9426dependencies = [
 9427 "futures 0.3.31",
 9428 "libc",
 9429 "log",
 9430 "rand 0.7.3",
 9431 "tokio",
 9432 "winapi",
 9433]
 9434
 9435[[package]]
 9436name = "parking"
 9437version = "2.2.1"
 9438source = "registry+https://github.com/rust-lang/crates.io-index"
 9439checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
 9440
 9441[[package]]
 9442name = "parking_lot"
 9443version = "0.12.3"
 9444source = "registry+https://github.com/rust-lang/crates.io-index"
 9445checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
 9446dependencies = [
 9447 "lock_api",
 9448 "parking_lot_core",
 9449]
 9450
 9451[[package]]
 9452name = "parking_lot_core"
 9453version = "0.9.10"
 9454source = "registry+https://github.com/rust-lang/crates.io-index"
 9455checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
 9456dependencies = [
 9457 "cfg-if",
 9458 "libc",
 9459 "redox_syscall 0.5.8",
 9460 "smallvec",
 9461 "windows-targets 0.52.6",
 9462]
 9463
 9464[[package]]
 9465name = "password-hash"
 9466version = "0.4.2"
 9467source = "registry+https://github.com/rust-lang/crates.io-index"
 9468checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
 9469dependencies = [
 9470 "base64ct",
 9471 "rand_core 0.6.4",
 9472 "subtle",
 9473]
 9474
 9475[[package]]
 9476name = "password-hash"
 9477version = "0.5.0"
 9478source = "registry+https://github.com/rust-lang/crates.io-index"
 9479checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
 9480dependencies = [
 9481 "base64ct",
 9482 "rand_core 0.6.4",
 9483 "subtle",
 9484]
 9485
 9486[[package]]
 9487name = "paste"
 9488version = "1.0.15"
 9489source = "registry+https://github.com/rust-lang/crates.io-index"
 9490checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
 9491
 9492[[package]]
 9493name = "pathdiff"
 9494version = "0.2.3"
 9495source = "registry+https://github.com/rust-lang/crates.io-index"
 9496checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
 9497
 9498[[package]]
 9499name = "pathfinder_geometry"
 9500version = "0.5.1"
 9501source = "registry+https://github.com/rust-lang/crates.io-index"
 9502checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
 9503dependencies = [
 9504 "log",
 9505 "pathfinder_simd",
 9506]
 9507
 9508[[package]]
 9509name = "pathfinder_simd"
 9510version = "0.5.4"
 9511source = "registry+https://github.com/rust-lang/crates.io-index"
 9512checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
 9513dependencies = [
 9514 "rustc_version",
 9515]
 9516
 9517[[package]]
 9518name = "paths"
 9519version = "0.1.0"
 9520dependencies = [
 9521 "dirs 4.0.0",
 9522 "util",
 9523]
 9524
 9525[[package]]
 9526name = "pbjson"
 9527version = "0.6.0"
 9528source = "registry+https://github.com/rust-lang/crates.io-index"
 9529checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
 9530dependencies = [
 9531 "base64 0.21.7",
 9532 "serde",
 9533]
 9534
 9535[[package]]
 9536name = "pbjson-build"
 9537version = "0.6.2"
 9538source = "registry+https://github.com/rust-lang/crates.io-index"
 9539checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
 9540dependencies = [
 9541 "heck 0.4.1",
 9542 "itertools 0.11.0",
 9543 "prost 0.12.6",
 9544 "prost-types 0.12.6",
 9545]
 9546
 9547[[package]]
 9548name = "pbjson-types"
 9549version = "0.6.0"
 9550source = "registry+https://github.com/rust-lang/crates.io-index"
 9551checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
 9552dependencies = [
 9553 "bytes 1.10.1",
 9554 "chrono",
 9555 "pbjson",
 9556 "pbjson-build",
 9557 "prost 0.12.6",
 9558 "prost-build 0.12.6",
 9559 "serde",
 9560]
 9561
 9562[[package]]
 9563name = "pbkdf2"
 9564version = "0.11.0"
 9565source = "registry+https://github.com/rust-lang/crates.io-index"
 9566checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
 9567dependencies = [
 9568 "digest",
 9569 "hmac",
 9570 "password-hash 0.4.2",
 9571 "sha2",
 9572]
 9573
 9574[[package]]
 9575name = "pbkdf2"
 9576version = "0.12.2"
 9577source = "registry+https://github.com/rust-lang/crates.io-index"
 9578checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
 9579dependencies = [
 9580 "digest",
 9581 "hmac",
 9582]
 9583
 9584[[package]]
 9585name = "pem"
 9586version = "3.0.4"
 9587source = "registry+https://github.com/rust-lang/crates.io-index"
 9588checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
 9589dependencies = [
 9590 "base64 0.22.1",
 9591 "serde",
 9592]
 9593
 9594[[package]]
 9595name = "pem-rfc7468"
 9596version = "0.7.0"
 9597source = "registry+https://github.com/rust-lang/crates.io-index"
 9598checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
 9599dependencies = [
 9600 "base64ct",
 9601]
 9602
 9603[[package]]
 9604name = "percent-encoding"
 9605version = "2.3.1"
 9606source = "registry+https://github.com/rust-lang/crates.io-index"
 9607checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
 9608
 9609[[package]]
 9610name = "perplexity"
 9611version = "0.1.0"
 9612dependencies = [
 9613 "serde",
 9614 "zed_extension_api 0.4.0",
 9615]
 9616
 9617[[package]]
 9618name = "pest"
 9619version = "2.7.15"
 9620source = "registry+https://github.com/rust-lang/crates.io-index"
 9621checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
 9622dependencies = [
 9623 "memchr",
 9624 "thiserror 2.0.12",
 9625 "ucd-trie",
 9626]
 9627
 9628[[package]]
 9629name = "pest_derive"
 9630version = "2.7.15"
 9631source = "registry+https://github.com/rust-lang/crates.io-index"
 9632checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
 9633dependencies = [
 9634 "pest",
 9635 "pest_generator",
 9636]
 9637
 9638[[package]]
 9639name = "pest_generator"
 9640version = "2.7.15"
 9641source = "registry+https://github.com/rust-lang/crates.io-index"
 9642checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
 9643dependencies = [
 9644 "pest",
 9645 "pest_meta",
 9646 "proc-macro2",
 9647 "quote",
 9648 "syn 2.0.100",
 9649]
 9650
 9651[[package]]
 9652name = "pest_meta"
 9653version = "2.7.15"
 9654source = "registry+https://github.com/rust-lang/crates.io-index"
 9655checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
 9656dependencies = [
 9657 "once_cell",
 9658 "pest",
 9659 "sha2",
 9660]
 9661
 9662[[package]]
 9663name = "pet"
 9664version = "0.1.0"
 9665source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9666dependencies = [
 9667 "clap",
 9668 "env_logger 0.10.2",
 9669 "lazy_static",
 9670 "log",
 9671 "msvc_spectre_libs",
 9672 "pet-conda",
 9673 "pet-core",
 9674 "pet-env-var-path",
 9675 "pet-fs",
 9676 "pet-global-virtualenvs",
 9677 "pet-homebrew",
 9678 "pet-jsonrpc",
 9679 "pet-linux-global-python",
 9680 "pet-mac-commandlinetools",
 9681 "pet-mac-python-org",
 9682 "pet-mac-xcode",
 9683 "pet-pipenv",
 9684 "pet-pixi",
 9685 "pet-poetry",
 9686 "pet-pyenv",
 9687 "pet-python-utils",
 9688 "pet-reporter",
 9689 "pet-telemetry",
 9690 "pet-venv",
 9691 "pet-virtualenv",
 9692 "pet-virtualenvwrapper",
 9693 "pet-windows-registry",
 9694 "pet-windows-store",
 9695 "serde",
 9696 "serde_json",
 9697]
 9698
 9699[[package]]
 9700name = "pet-conda"
 9701version = "0.1.0"
 9702source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9703dependencies = [
 9704 "env_logger 0.10.2",
 9705 "lazy_static",
 9706 "log",
 9707 "msvc_spectre_libs",
 9708 "pet-core",
 9709 "pet-fs",
 9710 "pet-python-utils",
 9711 "pet-reporter",
 9712 "regex",
 9713 "serde",
 9714 "serde_json",
 9715 "yaml-rust2",
 9716]
 9717
 9718[[package]]
 9719name = "pet-core"
 9720version = "0.1.0"
 9721source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9722dependencies = [
 9723 "clap",
 9724 "lazy_static",
 9725 "log",
 9726 "msvc_spectre_libs",
 9727 "pet-fs",
 9728 "regex",
 9729 "serde",
 9730 "serde_json",
 9731]
 9732
 9733[[package]]
 9734name = "pet-env-var-path"
 9735version = "0.1.0"
 9736source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9737dependencies = [
 9738 "lazy_static",
 9739 "log",
 9740 "msvc_spectre_libs",
 9741 "pet-conda",
 9742 "pet-core",
 9743 "pet-fs",
 9744 "pet-python-utils",
 9745 "pet-virtualenv",
 9746 "regex",
 9747]
 9748
 9749[[package]]
 9750name = "pet-fs"
 9751version = "0.1.0"
 9752source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9753dependencies = [
 9754 "log",
 9755 "msvc_spectre_libs",
 9756]
 9757
 9758[[package]]
 9759name = "pet-global-virtualenvs"
 9760version = "0.1.0"
 9761source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9762dependencies = [
 9763 "log",
 9764 "msvc_spectre_libs",
 9765 "pet-conda",
 9766 "pet-core",
 9767 "pet-fs",
 9768 "pet-virtualenv",
 9769]
 9770
 9771[[package]]
 9772name = "pet-homebrew"
 9773version = "0.1.0"
 9774source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9775dependencies = [
 9776 "lazy_static",
 9777 "log",
 9778 "msvc_spectre_libs",
 9779 "pet-conda",
 9780 "pet-core",
 9781 "pet-fs",
 9782 "pet-python-utils",
 9783 "pet-virtualenv",
 9784 "regex",
 9785 "serde",
 9786 "serde_json",
 9787]
 9788
 9789[[package]]
 9790name = "pet-jsonrpc"
 9791version = "0.1.0"
 9792source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9793dependencies = [
 9794 "env_logger 0.10.2",
 9795 "log",
 9796 "msvc_spectre_libs",
 9797 "pet-core",
 9798 "serde",
 9799 "serde_json",
 9800]
 9801
 9802[[package]]
 9803name = "pet-linux-global-python"
 9804version = "0.1.0"
 9805source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9806dependencies = [
 9807 "log",
 9808 "msvc_spectre_libs",
 9809 "pet-core",
 9810 "pet-fs",
 9811 "pet-python-utils",
 9812 "pet-virtualenv",
 9813]
 9814
 9815[[package]]
 9816name = "pet-mac-commandlinetools"
 9817version = "0.1.0"
 9818source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9819dependencies = [
 9820 "log",
 9821 "msvc_spectre_libs",
 9822 "pet-core",
 9823 "pet-fs",
 9824 "pet-python-utils",
 9825 "pet-virtualenv",
 9826]
 9827
 9828[[package]]
 9829name = "pet-mac-python-org"
 9830version = "0.1.0"
 9831source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9832dependencies = [
 9833 "log",
 9834 "msvc_spectre_libs",
 9835 "pet-core",
 9836 "pet-fs",
 9837 "pet-python-utils",
 9838 "pet-virtualenv",
 9839]
 9840
 9841[[package]]
 9842name = "pet-mac-xcode"
 9843version = "0.1.0"
 9844source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9845dependencies = [
 9846 "log",
 9847 "msvc_spectre_libs",
 9848 "pet-core",
 9849 "pet-fs",
 9850 "pet-python-utils",
 9851 "pet-virtualenv",
 9852]
 9853
 9854[[package]]
 9855name = "pet-pipenv"
 9856version = "0.1.0"
 9857source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9858dependencies = [
 9859 "log",
 9860 "msvc_spectre_libs",
 9861 "pet-core",
 9862 "pet-fs",
 9863 "pet-python-utils",
 9864 "pet-virtualenv",
 9865]
 9866
 9867[[package]]
 9868name = "pet-pixi"
 9869version = "0.1.0"
 9870source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9871dependencies = [
 9872 "log",
 9873 "msvc_spectre_libs",
 9874 "pet-conda",
 9875 "pet-core",
 9876 "pet-python-utils",
 9877]
 9878
 9879[[package]]
 9880name = "pet-poetry"
 9881version = "0.1.0"
 9882source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9883dependencies = [
 9884 "base64 0.22.1",
 9885 "lazy_static",
 9886 "log",
 9887 "msvc_spectre_libs",
 9888 "pet-core",
 9889 "pet-fs",
 9890 "pet-python-utils",
 9891 "pet-reporter",
 9892 "pet-virtualenv",
 9893 "regex",
 9894 "serde",
 9895 "serde_json",
 9896 "sha2",
 9897 "toml 0.8.20",
 9898]
 9899
 9900[[package]]
 9901name = "pet-pyenv"
 9902version = "0.1.0"
 9903source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9904dependencies = [
 9905 "lazy_static",
 9906 "log",
 9907 "msvc_spectre_libs",
 9908 "pet-conda",
 9909 "pet-core",
 9910 "pet-fs",
 9911 "pet-python-utils",
 9912 "pet-reporter",
 9913 "regex",
 9914 "serde",
 9915 "serde_json",
 9916]
 9917
 9918[[package]]
 9919name = "pet-python-utils"
 9920version = "0.1.0"
 9921source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9922dependencies = [
 9923 "env_logger 0.10.2",
 9924 "lazy_static",
 9925 "log",
 9926 "msvc_spectre_libs",
 9927 "pet-core",
 9928 "pet-fs",
 9929 "regex",
 9930 "serde",
 9931 "serde_json",
 9932 "sha2",
 9933]
 9934
 9935[[package]]
 9936name = "pet-reporter"
 9937version = "0.1.0"
 9938source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9939dependencies = [
 9940 "env_logger 0.10.2",
 9941 "log",
 9942 "msvc_spectre_libs",
 9943 "pet-core",
 9944 "pet-jsonrpc",
 9945 "serde",
 9946 "serde_json",
 9947]
 9948
 9949[[package]]
 9950name = "pet-telemetry"
 9951version = "0.1.0"
 9952source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9953dependencies = [
 9954 "env_logger 0.10.2",
 9955 "lazy_static",
 9956 "log",
 9957 "msvc_spectre_libs",
 9958 "pet-core",
 9959 "pet-fs",
 9960 "pet-python-utils",
 9961 "regex",
 9962]
 9963
 9964[[package]]
 9965name = "pet-venv"
 9966version = "0.1.0"
 9967source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9968dependencies = [
 9969 "log",
 9970 "msvc_spectre_libs",
 9971 "pet-core",
 9972 "pet-python-utils",
 9973 "pet-virtualenv",
 9974]
 9975
 9976[[package]]
 9977name = "pet-virtualenv"
 9978version = "0.1.0"
 9979source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9980dependencies = [
 9981 "log",
 9982 "msvc_spectre_libs",
 9983 "pet-core",
 9984 "pet-fs",
 9985 "pet-python-utils",
 9986]
 9987
 9988[[package]]
 9989name = "pet-virtualenvwrapper"
 9990version = "0.1.0"
 9991source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9992dependencies = [
 9993 "log",
 9994 "msvc_spectre_libs",
 9995 "pet-core",
 9996 "pet-fs",
 9997 "pet-python-utils",
 9998 "pet-virtualenv",
 9999]
10000
10001[[package]]
10002name = "pet-windows-registry"
10003version = "0.1.0"
10004source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10005dependencies = [
10006 "lazy_static",
10007 "log",
10008 "msvc_spectre_libs",
10009 "pet-conda",
10010 "pet-core",
10011 "pet-fs",
10012 "pet-python-utils",
10013 "pet-virtualenv",
10014 "pet-windows-store",
10015 "regex",
10016 "winreg 0.52.0",
10017]
10018
10019[[package]]
10020name = "pet-windows-store"
10021version = "0.1.0"
10022source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10023dependencies = [
10024 "lazy_static",
10025 "log",
10026 "msvc_spectre_libs",
10027 "pet-core",
10028 "pet-fs",
10029 "pet-python-utils",
10030 "pet-virtualenv",
10031 "regex",
10032 "winreg 0.52.0",
10033]
10034
10035[[package]]
10036name = "petgraph"
10037version = "0.6.5"
10038source = "registry+https://github.com/rust-lang/crates.io-index"
10039checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
10040dependencies = [
10041 "fixedbitset",
10042 "indexmap",
10043]
10044
10045[[package]]
10046name = "pgvector"
10047version = "0.4.0"
10048source = "registry+https://github.com/rust-lang/crates.io-index"
10049checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
10050dependencies = [
10051 "serde",
10052]
10053
10054[[package]]
10055name = "phf"
10056version = "0.11.2"
10057source = "registry+https://github.com/rust-lang/crates.io-index"
10058checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
10059dependencies = [
10060 "phf_macros",
10061 "phf_shared 0.11.2",
10062]
10063
10064[[package]]
10065name = "phf_codegen"
10066version = "0.11.2"
10067source = "registry+https://github.com/rust-lang/crates.io-index"
10068checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
10069dependencies = [
10070 "phf_generator 0.11.2",
10071 "phf_shared 0.11.2",
10072]
10073
10074[[package]]
10075name = "phf_generator"
10076version = "0.10.0"
10077source = "registry+https://github.com/rust-lang/crates.io-index"
10078checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
10079dependencies = [
10080 "phf_shared 0.10.0",
10081 "rand 0.8.5",
10082]
10083
10084[[package]]
10085name = "phf_generator"
10086version = "0.11.2"
10087source = "registry+https://github.com/rust-lang/crates.io-index"
10088checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
10089dependencies = [
10090 "phf_shared 0.11.2",
10091 "rand 0.8.5",
10092]
10093
10094[[package]]
10095name = "phf_macros"
10096version = "0.11.2"
10097source = "registry+https://github.com/rust-lang/crates.io-index"
10098checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
10099dependencies = [
10100 "phf_generator 0.11.2",
10101 "phf_shared 0.11.2",
10102 "proc-macro2",
10103 "quote",
10104 "syn 2.0.100",
10105]
10106
10107[[package]]
10108name = "phf_shared"
10109version = "0.10.0"
10110source = "registry+https://github.com/rust-lang/crates.io-index"
10111checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
10112dependencies = [
10113 "siphasher 0.3.11",
10114]
10115
10116[[package]]
10117name = "phf_shared"
10118version = "0.11.2"
10119source = "registry+https://github.com/rust-lang/crates.io-index"
10120checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
10121dependencies = [
10122 "siphasher 0.3.11",
10123]
10124
10125[[package]]
10126name = "picker"
10127version = "0.1.0"
10128dependencies = [
10129 "anyhow",
10130 "ctor",
10131 "editor",
10132 "env_logger 0.11.7",
10133 "gpui",
10134 "menu",
10135 "schemars",
10136 "serde",
10137 "serde_json",
10138 "ui",
10139 "util",
10140 "workspace",
10141]
10142
10143[[package]]
10144name = "pico-args"
10145version = "0.5.0"
10146source = "registry+https://github.com/rust-lang/crates.io-index"
10147checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
10148
10149[[package]]
10150name = "pin-project"
10151version = "1.1.7"
10152source = "registry+https://github.com/rust-lang/crates.io-index"
10153checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
10154dependencies = [
10155 "pin-project-internal",
10156]
10157
10158[[package]]
10159name = "pin-project-internal"
10160version = "1.1.7"
10161source = "registry+https://github.com/rust-lang/crates.io-index"
10162checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
10163dependencies = [
10164 "proc-macro2",
10165 "quote",
10166 "syn 2.0.100",
10167]
10168
10169[[package]]
10170name = "pin-project-lite"
10171version = "0.2.16"
10172source = "registry+https://github.com/rust-lang/crates.io-index"
10173checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
10174
10175[[package]]
10176name = "pin-utils"
10177version = "0.1.0"
10178source = "registry+https://github.com/rust-lang/crates.io-index"
10179checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
10180
10181[[package]]
10182name = "piper"
10183version = "0.2.4"
10184source = "registry+https://github.com/rust-lang/crates.io-index"
10185checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
10186dependencies = [
10187 "atomic-waker",
10188 "fastrand 2.3.0",
10189 "futures-io",
10190]
10191
10192[[package]]
10193name = "pkcs1"
10194version = "0.7.5"
10195source = "registry+https://github.com/rust-lang/crates.io-index"
10196checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
10197dependencies = [
10198 "der 0.7.9",
10199 "pkcs8 0.10.2",
10200 "spki 0.7.3",
10201]
10202
10203[[package]]
10204name = "pkcs8"
10205version = "0.9.0"
10206source = "registry+https://github.com/rust-lang/crates.io-index"
10207checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
10208dependencies = [
10209 "der 0.6.1",
10210 "spki 0.6.0",
10211]
10212
10213[[package]]
10214name = "pkcs8"
10215version = "0.10.2"
10216source = "registry+https://github.com/rust-lang/crates.io-index"
10217checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
10218dependencies = [
10219 "der 0.7.9",
10220 "spki 0.7.3",
10221]
10222
10223[[package]]
10224name = "pkg-config"
10225version = "0.3.31"
10226source = "registry+https://github.com/rust-lang/crates.io-index"
10227checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
10228
10229[[package]]
10230name = "plist"
10231version = "1.7.1"
10232source = "registry+https://github.com/rust-lang/crates.io-index"
10233checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d"
10234dependencies = [
10235 "base64 0.22.1",
10236 "indexmap",
10237 "quick-xml 0.32.0",
10238 "serde",
10239 "time",
10240]
10241
10242[[package]]
10243name = "plotters"
10244version = "0.3.7"
10245source = "registry+https://github.com/rust-lang/crates.io-index"
10246checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
10247dependencies = [
10248 "num-traits",
10249 "plotters-backend",
10250 "plotters-svg",
10251 "wasm-bindgen",
10252 "web-sys",
10253]
10254
10255[[package]]
10256name = "plotters-backend"
10257version = "0.3.7"
10258source = "registry+https://github.com/rust-lang/crates.io-index"
10259checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
10260
10261[[package]]
10262name = "plotters-svg"
10263version = "0.3.7"
10264source = "registry+https://github.com/rust-lang/crates.io-index"
10265checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
10266dependencies = [
10267 "plotters-backend",
10268]
10269
10270[[package]]
10271name = "png"
10272version = "0.17.15"
10273source = "registry+https://github.com/rust-lang/crates.io-index"
10274checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
10275dependencies = [
10276 "bitflags 1.3.2",
10277 "crc32fast",
10278 "fdeflate",
10279 "flate2",
10280 "miniz_oxide",
10281]
10282
10283[[package]]
10284name = "polling"
10285version = "3.7.4"
10286source = "registry+https://github.com/rust-lang/crates.io-index"
10287checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
10288dependencies = [
10289 "cfg-if",
10290 "concurrent-queue",
10291 "hermit-abi 0.4.0",
10292 "pin-project-lite",
10293 "rustix",
10294 "tracing",
10295 "windows-sys 0.59.0",
10296]
10297
10298[[package]]
10299name = "pollster"
10300version = "0.2.5"
10301source = "registry+https://github.com/rust-lang/crates.io-index"
10302checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
10303
10304[[package]]
10305name = "portable-atomic"
10306version = "1.11.0"
10307source = "registry+https://github.com/rust-lang/crates.io-index"
10308checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
10309
10310[[package]]
10311name = "portable-atomic-util"
10312version = "0.2.4"
10313source = "registry+https://github.com/rust-lang/crates.io-index"
10314checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
10315dependencies = [
10316 "portable-atomic",
10317]
10318
10319[[package]]
10320name = "postage"
10321version = "0.5.0"
10322source = "registry+https://github.com/rust-lang/crates.io-index"
10323checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
10324dependencies = [
10325 "atomic",
10326 "crossbeam-queue",
10327 "futures 0.3.31",
10328 "log",
10329 "parking_lot",
10330 "pin-project",
10331 "pollster",
10332 "static_assertions",
10333 "thiserror 1.0.69",
10334]
10335
10336[[package]]
10337name = "postcard"
10338version = "1.1.1"
10339source = "registry+https://github.com/rust-lang/crates.io-index"
10340checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
10341dependencies = [
10342 "cobs",
10343 "embedded-io 0.4.0",
10344 "embedded-io 0.6.1",
10345 "serde",
10346]
10347
10348[[package]]
10349name = "powerfmt"
10350version = "0.2.0"
10351source = "registry+https://github.com/rust-lang/crates.io-index"
10352checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
10353
10354[[package]]
10355name = "ppv-lite86"
10356version = "0.2.20"
10357source = "registry+https://github.com/rust-lang/crates.io-index"
10358checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
10359dependencies = [
10360 "zerocopy 0.7.35",
10361]
10362
10363[[package]]
10364name = "precomputed-hash"
10365version = "0.1.1"
10366source = "registry+https://github.com/rust-lang/crates.io-index"
10367checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
10368
10369[[package]]
10370name = "prettier"
10371version = "0.1.0"
10372dependencies = [
10373 "anyhow",
10374 "collections",
10375 "fs",
10376 "gpui",
10377 "language",
10378 "log",
10379 "lsp",
10380 "node_runtime",
10381 "parking_lot",
10382 "paths",
10383 "serde",
10384 "serde_json",
10385 "util",
10386]
10387
10388[[package]]
10389name = "pretty_assertions"
10390version = "1.4.1"
10391source = "registry+https://github.com/rust-lang/crates.io-index"
10392checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
10393dependencies = [
10394 "diff",
10395 "yansi",
10396]
10397
10398[[package]]
10399name = "prettyplease"
10400version = "0.2.25"
10401source = "registry+https://github.com/rust-lang/crates.io-index"
10402checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
10403dependencies = [
10404 "proc-macro2",
10405 "syn 2.0.100",
10406]
10407
10408[[package]]
10409name = "proc-macro-crate"
10410version = "3.2.0"
10411source = "registry+https://github.com/rust-lang/crates.io-index"
10412checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
10413dependencies = [
10414 "toml_edit",
10415]
10416
10417[[package]]
10418name = "proc-macro-error-attr2"
10419version = "2.0.0"
10420source = "registry+https://github.com/rust-lang/crates.io-index"
10421checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
10422dependencies = [
10423 "proc-macro2",
10424 "quote",
10425]
10426
10427[[package]]
10428name = "proc-macro-error2"
10429version = "2.0.1"
10430source = "registry+https://github.com/rust-lang/crates.io-index"
10431checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
10432dependencies = [
10433 "proc-macro-error-attr2",
10434 "proc-macro2",
10435 "quote",
10436 "syn 2.0.100",
10437]
10438
10439[[package]]
10440name = "proc-macro2"
10441version = "1.0.94"
10442source = "registry+https://github.com/rust-lang/crates.io-index"
10443checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
10444dependencies = [
10445 "unicode-ident",
10446]
10447
10448[[package]]
10449name = "proc-macro2-diagnostics"
10450version = "0.10.1"
10451source = "registry+https://github.com/rust-lang/crates.io-index"
10452checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
10453dependencies = [
10454 "proc-macro2",
10455 "quote",
10456 "syn 2.0.100",
10457 "version_check",
10458 "yansi",
10459]
10460
10461[[package]]
10462name = "profiling"
10463version = "1.0.16"
10464source = "registry+https://github.com/rust-lang/crates.io-index"
10465checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
10466dependencies = [
10467 "profiling-procmacros",
10468]
10469
10470[[package]]
10471name = "profiling-procmacros"
10472version = "1.0.16"
10473source = "registry+https://github.com/rust-lang/crates.io-index"
10474checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
10475dependencies = [
10476 "quote",
10477 "syn 2.0.100",
10478]
10479
10480[[package]]
10481name = "project"
10482version = "0.1.0"
10483dependencies = [
10484 "aho-corasick",
10485 "anyhow",
10486 "askpass",
10487 "async-trait",
10488 "buffer_diff",
10489 "circular-buffer",
10490 "client",
10491 "clock",
10492 "collections",
10493 "dap",
10494 "dap_adapters",
10495 "env_logger 0.11.7",
10496 "extension",
10497 "fancy-regex 0.14.0",
10498 "fs",
10499 "futures 0.3.31",
10500 "fuzzy",
10501 "git",
10502 "git2",
10503 "globset",
10504 "gpui",
10505 "http_client",
10506 "image",
10507 "indexmap",
10508 "itertools 0.14.0",
10509 "language",
10510 "log",
10511 "lsp",
10512 "node_runtime",
10513 "parking_lot",
10514 "pathdiff",
10515 "paths",
10516 "postage",
10517 "prettier",
10518 "pretty_assertions",
10519 "rand 0.8.5",
10520 "regex",
10521 "release_channel",
10522 "remote",
10523 "rpc",
10524 "schemars",
10525 "serde",
10526 "serde_json",
10527 "settings",
10528 "sha2",
10529 "shellexpand 2.1.2",
10530 "shlex",
10531 "smol",
10532 "snippet",
10533 "snippet_provider",
10534 "sum_tree",
10535 "task",
10536 "tempfile",
10537 "terminal",
10538 "text",
10539 "toml 0.8.20",
10540 "unindent",
10541 "url",
10542 "util",
10543 "which 6.0.3",
10544 "worktree",
10545 "zlog",
10546]
10547
10548[[package]]
10549name = "project_panel"
10550version = "0.1.0"
10551dependencies = [
10552 "anyhow",
10553 "client",
10554 "collections",
10555 "command_palette_hooks",
10556 "db",
10557 "editor",
10558 "file_icons",
10559 "git",
10560 "gpui",
10561 "indexmap",
10562 "language",
10563 "menu",
10564 "pretty_assertions",
10565 "project",
10566 "schemars",
10567 "search",
10568 "serde",
10569 "serde_derive",
10570 "serde_json",
10571 "settings",
10572 "smallvec",
10573 "theme",
10574 "ui",
10575 "util",
10576 "workspace",
10577 "worktree",
10578 "zed_actions",
10579]
10580
10581[[package]]
10582name = "project_symbols"
10583version = "0.1.0"
10584dependencies = [
10585 "anyhow",
10586 "editor",
10587 "futures 0.3.31",
10588 "fuzzy",
10589 "gpui",
10590 "language",
10591 "lsp",
10592 "ordered-float 2.10.1",
10593 "picker",
10594 "project",
10595 "release_channel",
10596 "serde_json",
10597 "settings",
10598 "theme",
10599 "util",
10600 "workspace",
10601]
10602
10603[[package]]
10604name = "prometheus"
10605version = "0.13.4"
10606source = "registry+https://github.com/rust-lang/crates.io-index"
10607checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
10608dependencies = [
10609 "cfg-if",
10610 "fnv",
10611 "lazy_static",
10612 "memchr",
10613 "parking_lot",
10614 "protobuf",
10615 "thiserror 1.0.69",
10616]
10617
10618[[package]]
10619name = "prompt_library"
10620version = "0.1.0"
10621dependencies = [
10622 "anyhow",
10623 "collections",
10624 "editor",
10625 "gpui",
10626 "language",
10627 "language_model",
10628 "log",
10629 "menu",
10630 "picker",
10631 "prompt_store",
10632 "release_channel",
10633 "rope",
10634 "serde",
10635 "settings",
10636 "theme",
10637 "ui",
10638 "util",
10639 "workspace",
10640 "zed_actions",
10641]
10642
10643[[package]]
10644name = "prompt_store"
10645version = "0.1.0"
10646dependencies = [
10647 "anyhow",
10648 "assets",
10649 "chrono",
10650 "collections",
10651 "fs",
10652 "futures 0.3.31",
10653 "fuzzy",
10654 "gpui",
10655 "handlebars 4.5.0",
10656 "heed",
10657 "language",
10658 "log",
10659 "parking_lot",
10660 "paths",
10661 "rope",
10662 "serde",
10663 "text",
10664 "util",
10665 "uuid",
10666]
10667
10668[[package]]
10669name = "prost"
10670version = "0.9.0"
10671source = "registry+https://github.com/rust-lang/crates.io-index"
10672checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
10673dependencies = [
10674 "bytes 1.10.1",
10675 "prost-derive 0.9.0",
10676]
10677
10678[[package]]
10679name = "prost"
10680version = "0.12.6"
10681source = "registry+https://github.com/rust-lang/crates.io-index"
10682checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
10683dependencies = [
10684 "bytes 1.10.1",
10685 "prost-derive 0.12.6",
10686]
10687
10688[[package]]
10689name = "prost-build"
10690version = "0.9.0"
10691source = "registry+https://github.com/rust-lang/crates.io-index"
10692checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
10693dependencies = [
10694 "bytes 1.10.1",
10695 "heck 0.3.3",
10696 "itertools 0.10.5",
10697 "lazy_static",
10698 "log",
10699 "multimap 0.8.3",
10700 "petgraph",
10701 "prost 0.9.0",
10702 "prost-types 0.9.0",
10703 "regex",
10704 "tempfile",
10705 "which 4.4.2",
10706]
10707
10708[[package]]
10709name = "prost-build"
10710version = "0.12.6"
10711source = "registry+https://github.com/rust-lang/crates.io-index"
10712checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
10713dependencies = [
10714 "bytes 1.10.1",
10715 "heck 0.4.1",
10716 "itertools 0.10.5",
10717 "log",
10718 "multimap 0.10.0",
10719 "once_cell",
10720 "petgraph",
10721 "prettyplease",
10722 "prost 0.12.6",
10723 "prost-types 0.12.6",
10724 "regex",
10725 "syn 2.0.100",
10726 "tempfile",
10727]
10728
10729[[package]]
10730name = "prost-derive"
10731version = "0.9.0"
10732source = "registry+https://github.com/rust-lang/crates.io-index"
10733checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
10734dependencies = [
10735 "anyhow",
10736 "itertools 0.10.5",
10737 "proc-macro2",
10738 "quote",
10739 "syn 1.0.109",
10740]
10741
10742[[package]]
10743name = "prost-derive"
10744version = "0.12.6"
10745source = "registry+https://github.com/rust-lang/crates.io-index"
10746checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
10747dependencies = [
10748 "anyhow",
10749 "itertools 0.10.5",
10750 "proc-macro2",
10751 "quote",
10752 "syn 2.0.100",
10753]
10754
10755[[package]]
10756name = "prost-types"
10757version = "0.9.0"
10758source = "registry+https://github.com/rust-lang/crates.io-index"
10759checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
10760dependencies = [
10761 "bytes 1.10.1",
10762 "prost 0.9.0",
10763]
10764
10765[[package]]
10766name = "prost-types"
10767version = "0.12.6"
10768source = "registry+https://github.com/rust-lang/crates.io-index"
10769checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
10770dependencies = [
10771 "prost 0.12.6",
10772]
10773
10774[[package]]
10775name = "proto"
10776version = "0.1.0"
10777dependencies = [
10778 "anyhow",
10779 "collections",
10780 "prost 0.9.0",
10781 "prost-build 0.9.0",
10782 "serde",
10783]
10784
10785[[package]]
10786name = "protobuf"
10787version = "2.28.0"
10788source = "registry+https://github.com/rust-lang/crates.io-index"
10789checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10790
10791[[package]]
10792name = "psm"
10793version = "0.1.24"
10794source = "registry+https://github.com/rust-lang/crates.io-index"
10795checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10796dependencies = [
10797 "cc",
10798]
10799
10800[[package]]
10801name = "ptr_meta"
10802version = "0.1.4"
10803source = "registry+https://github.com/rust-lang/crates.io-index"
10804checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10805dependencies = [
10806 "ptr_meta_derive",
10807]
10808
10809[[package]]
10810name = "ptr_meta_derive"
10811version = "0.1.4"
10812source = "registry+https://github.com/rust-lang/crates.io-index"
10813checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10814dependencies = [
10815 "proc-macro2",
10816 "quote",
10817 "syn 1.0.109",
10818]
10819
10820[[package]]
10821name = "pulldown-cmark"
10822version = "0.10.3"
10823source = "registry+https://github.com/rust-lang/crates.io-index"
10824checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10825dependencies = [
10826 "bitflags 2.9.0",
10827 "memchr",
10828 "pulldown-cmark-escape",
10829 "unicase",
10830]
10831
10832[[package]]
10833name = "pulldown-cmark"
10834version = "0.12.2"
10835source = "registry+https://github.com/rust-lang/crates.io-index"
10836checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10837dependencies = [
10838 "bitflags 2.9.0",
10839 "memchr",
10840 "unicase",
10841]
10842
10843[[package]]
10844name = "pulldown-cmark-escape"
10845version = "0.10.1"
10846source = "registry+https://github.com/rust-lang/crates.io-index"
10847checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10848
10849[[package]]
10850name = "pulley-interpreter"
10851version = "29.0.1"
10852source = "registry+https://github.com/rust-lang/crates.io-index"
10853checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
10854dependencies = [
10855 "cranelift-bitset",
10856 "log",
10857 "sptr",
10858 "wasmtime-math",
10859]
10860
10861[[package]]
10862name = "qoi"
10863version = "0.4.1"
10864source = "registry+https://github.com/rust-lang/crates.io-index"
10865checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10866dependencies = [
10867 "bytemuck",
10868]
10869
10870[[package]]
10871name = "quick-error"
10872version = "2.0.1"
10873source = "registry+https://github.com/rust-lang/crates.io-index"
10874checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10875
10876[[package]]
10877name = "quick-xml"
10878version = "0.32.0"
10879source = "registry+https://github.com/rust-lang/crates.io-index"
10880checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10881dependencies = [
10882 "memchr",
10883]
10884
10885[[package]]
10886name = "quick-xml"
10887version = "0.37.2"
10888source = "registry+https://github.com/rust-lang/crates.io-index"
10889checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003"
10890dependencies = [
10891 "memchr",
10892]
10893
10894[[package]]
10895name = "quinn"
10896version = "0.11.6"
10897source = "registry+https://github.com/rust-lang/crates.io-index"
10898checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10899dependencies = [
10900 "bytes 1.10.1",
10901 "pin-project-lite",
10902 "quinn-proto",
10903 "quinn-udp",
10904 "rustc-hash 2.1.1",
10905 "rustls 0.23.25",
10906 "socket2",
10907 "thiserror 2.0.12",
10908 "tokio",
10909 "tracing",
10910]
10911
10912[[package]]
10913name = "quinn-proto"
10914version = "0.11.9"
10915source = "registry+https://github.com/rust-lang/crates.io-index"
10916checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10917dependencies = [
10918 "bytes 1.10.1",
10919 "getrandom 0.2.15",
10920 "rand 0.8.5",
10921 "ring",
10922 "rustc-hash 2.1.1",
10923 "rustls 0.23.25",
10924 "rustls-pki-types",
10925 "slab",
10926 "thiserror 2.0.12",
10927 "tinyvec",
10928 "tracing",
10929 "web-time",
10930]
10931
10932[[package]]
10933name = "quinn-udp"
10934version = "0.5.9"
10935source = "registry+https://github.com/rust-lang/crates.io-index"
10936checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904"
10937dependencies = [
10938 "cfg_aliases 0.2.1",
10939 "libc",
10940 "once_cell",
10941 "socket2",
10942 "tracing",
10943 "windows-sys 0.59.0",
10944]
10945
10946[[package]]
10947name = "quote"
10948version = "1.0.40"
10949source = "registry+https://github.com/rust-lang/crates.io-index"
10950checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
10951dependencies = [
10952 "proc-macro2",
10953]
10954
10955[[package]]
10956name = "radium"
10957version = "0.7.0"
10958source = "registry+https://github.com/rust-lang/crates.io-index"
10959checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
10960
10961[[package]]
10962name = "rand"
10963version = "0.7.3"
10964source = "registry+https://github.com/rust-lang/crates.io-index"
10965checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
10966dependencies = [
10967 "getrandom 0.1.16",
10968 "libc",
10969 "rand_chacha 0.2.2",
10970 "rand_core 0.5.1",
10971 "rand_hc",
10972]
10973
10974[[package]]
10975name = "rand"
10976version = "0.8.5"
10977source = "registry+https://github.com/rust-lang/crates.io-index"
10978checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
10979dependencies = [
10980 "libc",
10981 "rand_chacha 0.3.1",
10982 "rand_core 0.6.4",
10983]
10984
10985[[package]]
10986name = "rand"
10987version = "0.9.0"
10988source = "registry+https://github.com/rust-lang/crates.io-index"
10989checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
10990dependencies = [
10991 "rand_chacha 0.9.0",
10992 "rand_core 0.9.0",
10993 "zerocopy 0.8.18",
10994]
10995
10996[[package]]
10997name = "rand_chacha"
10998version = "0.2.2"
10999source = "registry+https://github.com/rust-lang/crates.io-index"
11000checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
11001dependencies = [
11002 "ppv-lite86",
11003 "rand_core 0.5.1",
11004]
11005
11006[[package]]
11007name = "rand_chacha"
11008version = "0.3.1"
11009source = "registry+https://github.com/rust-lang/crates.io-index"
11010checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
11011dependencies = [
11012 "ppv-lite86",
11013 "rand_core 0.6.4",
11014]
11015
11016[[package]]
11017name = "rand_chacha"
11018version = "0.9.0"
11019source = "registry+https://github.com/rust-lang/crates.io-index"
11020checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
11021dependencies = [
11022 "ppv-lite86",
11023 "rand_core 0.9.0",
11024]
11025
11026[[package]]
11027name = "rand_core"
11028version = "0.5.1"
11029source = "registry+https://github.com/rust-lang/crates.io-index"
11030checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
11031dependencies = [
11032 "getrandom 0.1.16",
11033]
11034
11035[[package]]
11036name = "rand_core"
11037version = "0.6.4"
11038source = "registry+https://github.com/rust-lang/crates.io-index"
11039checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
11040dependencies = [
11041 "getrandom 0.2.15",
11042]
11043
11044[[package]]
11045name = "rand_core"
11046version = "0.9.0"
11047source = "registry+https://github.com/rust-lang/crates.io-index"
11048checksum = "b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff"
11049dependencies = [
11050 "getrandom 0.3.1",
11051 "zerocopy 0.8.18",
11052]
11053
11054[[package]]
11055name = "rand_hc"
11056version = "0.2.0"
11057source = "registry+https://github.com/rust-lang/crates.io-index"
11058checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
11059dependencies = [
11060 "rand_core 0.5.1",
11061]
11062
11063[[package]]
11064name = "rangemap"
11065version = "1.5.1"
11066source = "registry+https://github.com/rust-lang/crates.io-index"
11067checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
11068
11069[[package]]
11070name = "rav1e"
11071version = "0.7.1"
11072source = "registry+https://github.com/rust-lang/crates.io-index"
11073checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
11074dependencies = [
11075 "arbitrary",
11076 "arg_enum_proc_macro",
11077 "arrayvec",
11078 "av1-grain",
11079 "bitstream-io",
11080 "built",
11081 "cfg-if",
11082 "interpolate_name",
11083 "itertools 0.12.1",
11084 "libc",
11085 "libfuzzer-sys",
11086 "log",
11087 "maybe-rayon",
11088 "new_debug_unreachable",
11089 "noop_proc_macro",
11090 "num-derive",
11091 "num-traits",
11092 "once_cell",
11093 "paste",
11094 "profiling",
11095 "rand 0.8.5",
11096 "rand_chacha 0.3.1",
11097 "simd_helpers",
11098 "system-deps",
11099 "thiserror 1.0.69",
11100 "v_frame",
11101 "wasm-bindgen",
11102]
11103
11104[[package]]
11105name = "ravif"
11106version = "0.11.11"
11107source = "registry+https://github.com/rust-lang/crates.io-index"
11108checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
11109dependencies = [
11110 "avif-serialize",
11111 "imgref",
11112 "loop9",
11113 "quick-error",
11114 "rav1e",
11115 "rayon",
11116 "rgb",
11117]
11118
11119[[package]]
11120name = "raw-window-handle"
11121version = "0.6.2"
11122source = "registry+https://github.com/rust-lang/crates.io-index"
11123checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
11124
11125[[package]]
11126name = "raw-window-metal"
11127version = "0.4.0"
11128source = "registry+https://github.com/rust-lang/crates.io-index"
11129checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
11130dependencies = [
11131 "cocoa 0.25.0",
11132 "core-graphics 0.23.2",
11133 "objc",
11134 "raw-window-handle",
11135]
11136
11137[[package]]
11138name = "rayon"
11139version = "1.10.0"
11140source = "registry+https://github.com/rust-lang/crates.io-index"
11141checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
11142dependencies = [
11143 "either",
11144 "rayon-core",
11145]
11146
11147[[package]]
11148name = "rayon-core"
11149version = "1.12.1"
11150source = "registry+https://github.com/rust-lang/crates.io-index"
11151checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
11152dependencies = [
11153 "crossbeam-deque",
11154 "crossbeam-utils",
11155]
11156
11157[[package]]
11158name = "read-fonts"
11159version = "0.25.3"
11160source = "registry+https://github.com/rust-lang/crates.io-index"
11161checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
11162dependencies = [
11163 "bytemuck",
11164 "font-types",
11165]
11166
11167[[package]]
11168name = "recent_projects"
11169version = "0.1.0"
11170dependencies = [
11171 "anyhow",
11172 "auto_update",
11173 "dap",
11174 "editor",
11175 "extension_host",
11176 "file_finder",
11177 "futures 0.3.31",
11178 "fuzzy",
11179 "gpui",
11180 "language",
11181 "log",
11182 "markdown",
11183 "menu",
11184 "ordered-float 2.10.1",
11185 "paths",
11186 "picker",
11187 "project",
11188 "release_channel",
11189 "remote",
11190 "schemars",
11191 "serde",
11192 "serde_json",
11193 "settings",
11194 "smol",
11195 "task",
11196 "telemetry",
11197 "theme",
11198 "ui",
11199 "util",
11200 "workspace",
11201 "zed_actions",
11202]
11203
11204[[package]]
11205name = "redox_syscall"
11206version = "0.2.16"
11207source = "registry+https://github.com/rust-lang/crates.io-index"
11208checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
11209dependencies = [
11210 "bitflags 1.3.2",
11211]
11212
11213[[package]]
11214name = "redox_syscall"
11215version = "0.5.8"
11216source = "registry+https://github.com/rust-lang/crates.io-index"
11217checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
11218dependencies = [
11219 "bitflags 2.9.0",
11220]
11221
11222[[package]]
11223name = "redox_users"
11224version = "0.4.6"
11225source = "registry+https://github.com/rust-lang/crates.io-index"
11226checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
11227dependencies = [
11228 "getrandom 0.2.15",
11229 "libredox",
11230 "thiserror 1.0.69",
11231]
11232
11233[[package]]
11234name = "refineable"
11235version = "0.1.0"
11236dependencies = [
11237 "derive_refineable",
11238]
11239
11240[[package]]
11241name = "regalloc2"
11242version = "0.11.1"
11243source = "registry+https://github.com/rust-lang/crates.io-index"
11244checksum = "145c1c267e14f20fb0f88aa76a1c5ffec42d592c1d28b3cd9148ae35916158d3"
11245dependencies = [
11246 "allocator-api2",
11247 "bumpalo",
11248 "hashbrown 0.15.2",
11249 "log",
11250 "rustc-hash 2.1.1",
11251 "smallvec",
11252]
11253
11254[[package]]
11255name = "regex"
11256version = "1.11.1"
11257source = "registry+https://github.com/rust-lang/crates.io-index"
11258checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
11259dependencies = [
11260 "aho-corasick",
11261 "memchr",
11262 "regex-automata 0.4.9",
11263 "regex-syntax 0.8.5",
11264]
11265
11266[[package]]
11267name = "regex-automata"
11268version = "0.1.10"
11269source = "registry+https://github.com/rust-lang/crates.io-index"
11270checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
11271dependencies = [
11272 "regex-syntax 0.6.29",
11273]
11274
11275[[package]]
11276name = "regex-automata"
11277version = "0.4.9"
11278source = "registry+https://github.com/rust-lang/crates.io-index"
11279checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
11280dependencies = [
11281 "aho-corasick",
11282 "memchr",
11283 "regex-syntax 0.8.5",
11284]
11285
11286[[package]]
11287name = "regex-lite"
11288version = "0.1.6"
11289source = "registry+https://github.com/rust-lang/crates.io-index"
11290checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
11291
11292[[package]]
11293name = "regex-syntax"
11294version = "0.6.29"
11295source = "registry+https://github.com/rust-lang/crates.io-index"
11296checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
11297
11298[[package]]
11299name = "regex-syntax"
11300version = "0.8.5"
11301source = "registry+https://github.com/rust-lang/crates.io-index"
11302checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
11303
11304[[package]]
11305name = "release_channel"
11306version = "0.1.0"
11307dependencies = [
11308 "gpui",
11309]
11310
11311[[package]]
11312name = "remote"
11313version = "0.1.0"
11314dependencies = [
11315 "anyhow",
11316 "askpass",
11317 "async-trait",
11318 "collections",
11319 "fs",
11320 "futures 0.3.31",
11321 "gpui",
11322 "itertools 0.14.0",
11323 "log",
11324 "parking_lot",
11325 "paths",
11326 "prost 0.9.0",
11327 "release_channel",
11328 "rpc",
11329 "schemars",
11330 "serde",
11331 "serde_json",
11332 "shlex",
11333 "smol",
11334 "tempfile",
11335 "thiserror 2.0.12",
11336 "urlencoding",
11337 "util",
11338]
11339
11340[[package]]
11341name = "remote_server"
11342version = "0.1.0"
11343dependencies = [
11344 "anyhow",
11345 "async-watch",
11346 "backtrace",
11347 "cargo_toml",
11348 "chrono",
11349 "clap",
11350 "client",
11351 "clock",
11352 "env_logger 0.11.7",
11353 "extension",
11354 "extension_host",
11355 "fork",
11356 "fs",
11357 "futures 0.3.31",
11358 "git",
11359 "git_hosting_providers",
11360 "gpui",
11361 "gpui_tokio",
11362 "http_client",
11363 "language",
11364 "language_extension",
11365 "languages",
11366 "libc",
11367 "log",
11368 "lsp",
11369 "node_runtime",
11370 "paths",
11371 "project",
11372 "proto",
11373 "release_channel",
11374 "remote",
11375 "reqwest_client",
11376 "rpc",
11377 "rust-embed",
11378 "serde",
11379 "serde_json",
11380 "settings",
11381 "shellexpand 2.1.2",
11382 "smol",
11383 "sysinfo",
11384 "telemetry_events",
11385 "toml 0.8.20",
11386 "unindent",
11387 "util",
11388 "worktree",
11389]
11390
11391[[package]]
11392name = "rend"
11393version = "0.4.2"
11394source = "registry+https://github.com/rust-lang/crates.io-index"
11395checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
11396dependencies = [
11397 "bytecheck",
11398]
11399
11400[[package]]
11401name = "repl"
11402version = "0.1.0"
11403dependencies = [
11404 "alacritty_terminal",
11405 "anyhow",
11406 "async-dispatcher",
11407 "async-tungstenite",
11408 "base64 0.22.1",
11409 "client",
11410 "collections",
11411 "command_palette_hooks",
11412 "editor",
11413 "env_logger 0.11.7",
11414 "feature_flags",
11415 "file_icons",
11416 "futures 0.3.31",
11417 "gpui",
11418 "http_client",
11419 "image",
11420 "indoc",
11421 "jupyter-protocol",
11422 "jupyter-websocket-client",
11423 "language",
11424 "languages",
11425 "log",
11426 "markdown_preview",
11427 "menu",
11428 "multi_buffer",
11429 "nbformat",
11430 "picker",
11431 "project",
11432 "runtimelib",
11433 "schemars",
11434 "serde",
11435 "serde_json",
11436 "settings",
11437 "smol",
11438 "telemetry",
11439 "terminal",
11440 "terminal_view",
11441 "theme",
11442 "tree-sitter-md",
11443 "tree-sitter-python",
11444 "tree-sitter-typescript",
11445 "ui",
11446 "util",
11447 "uuid",
11448 "workspace",
11449]
11450
11451[[package]]
11452name = "reqwest"
11453version = "0.11.27"
11454source = "registry+https://github.com/rust-lang/crates.io-index"
11455checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
11456dependencies = [
11457 "base64 0.21.7",
11458 "bytes 1.10.1",
11459 "encoding_rs",
11460 "futures-core",
11461 "futures-util",
11462 "h2 0.3.26",
11463 "http 0.2.12",
11464 "http-body 0.4.6",
11465 "hyper 0.14.32",
11466 "hyper-rustls 0.24.2",
11467 "hyper-tls",
11468 "ipnet",
11469 "js-sys",
11470 "log",
11471 "mime",
11472 "native-tls",
11473 "once_cell",
11474 "percent-encoding",
11475 "pin-project-lite",
11476 "rustls 0.21.12",
11477 "rustls-native-certs 0.6.3",
11478 "rustls-pemfile 1.0.4",
11479 "serde",
11480 "serde_json",
11481 "serde_urlencoded",
11482 "sync_wrapper 0.1.2",
11483 "system-configuration 0.5.1",
11484 "tokio",
11485 "tokio-native-tls",
11486 "tokio-rustls 0.24.1",
11487 "tower-service",
11488 "url",
11489 "wasm-bindgen",
11490 "wasm-bindgen-futures",
11491 "web-sys",
11492 "winreg 0.50.0",
11493]
11494
11495[[package]]
11496name = "reqwest"
11497version = "0.12.8"
11498source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
11499dependencies = [
11500 "base64 0.22.1",
11501 "bytes 1.10.1",
11502 "encoding_rs",
11503 "futures-core",
11504 "futures-util",
11505 "h2 0.4.7",
11506 "http 1.2.0",
11507 "http-body 1.0.1",
11508 "http-body-util",
11509 "hyper 1.5.1",
11510 "hyper-rustls 0.27.3",
11511 "hyper-util",
11512 "ipnet",
11513 "js-sys",
11514 "log",
11515 "mime",
11516 "once_cell",
11517 "percent-encoding",
11518 "pin-project-lite",
11519 "quinn",
11520 "rustls 0.23.25",
11521 "rustls-native-certs 0.8.1",
11522 "rustls-pemfile 2.2.0",
11523 "rustls-pki-types",
11524 "serde",
11525 "serde_json",
11526 "serde_urlencoded",
11527 "sync_wrapper 1.0.2",
11528 "system-configuration 0.6.1",
11529 "tokio",
11530 "tokio-rustls 0.26.1",
11531 "tokio-socks",
11532 "tokio-util",
11533 "tower-service",
11534 "url",
11535 "wasm-bindgen",
11536 "wasm-bindgen-futures",
11537 "wasm-streams",
11538 "web-sys",
11539 "windows-registry",
11540]
11541
11542[[package]]
11543name = "reqwest_client"
11544version = "0.1.0"
11545dependencies = [
11546 "anyhow",
11547 "bytes 1.10.1",
11548 "futures 0.3.31",
11549 "gpui",
11550 "http_client",
11551 "http_client_tls",
11552 "log",
11553 "regex",
11554 "reqwest 0.12.8",
11555 "serde",
11556 "smol",
11557 "tokio",
11558]
11559
11560[[package]]
11561name = "resvg"
11562version = "0.45.0"
11563source = "registry+https://github.com/rust-lang/crates.io-index"
11564checksum = "dd43d1c474e9dadf09a8fdf22d713ba668b499b5117b9b9079500224e26b5b29"
11565dependencies = [
11566 "log",
11567 "pico-args",
11568 "rgb",
11569 "svgtypes",
11570 "tiny-skia",
11571 "usvg",
11572]
11573
11574[[package]]
11575name = "rfc6979"
11576version = "0.3.1"
11577source = "registry+https://github.com/rust-lang/crates.io-index"
11578checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
11579dependencies = [
11580 "crypto-bigint 0.4.9",
11581 "hmac",
11582 "zeroize",
11583]
11584
11585[[package]]
11586name = "rgb"
11587version = "0.8.50"
11588source = "registry+https://github.com/rust-lang/crates.io-index"
11589checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
11590dependencies = [
11591 "bytemuck",
11592]
11593
11594[[package]]
11595name = "rich_text"
11596version = "0.1.0"
11597dependencies = [
11598 "futures 0.3.31",
11599 "gpui",
11600 "language",
11601 "linkify",
11602 "pulldown-cmark 0.12.2",
11603 "theme",
11604 "ui",
11605 "util",
11606]
11607
11608[[package]]
11609name = "ring"
11610version = "0.17.8"
11611source = "registry+https://github.com/rust-lang/crates.io-index"
11612checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
11613dependencies = [
11614 "cc",
11615 "cfg-if",
11616 "getrandom 0.2.15",
11617 "libc",
11618 "spin",
11619 "untrusted",
11620 "windows-sys 0.52.0",
11621]
11622
11623[[package]]
11624name = "rkyv"
11625version = "0.7.45"
11626source = "registry+https://github.com/rust-lang/crates.io-index"
11627checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
11628dependencies = [
11629 "bitvec",
11630 "bytecheck",
11631 "bytes 1.10.1",
11632 "hashbrown 0.12.3",
11633 "ptr_meta",
11634 "rend",
11635 "rkyv_derive",
11636 "seahash",
11637 "tinyvec",
11638 "uuid",
11639]
11640
11641[[package]]
11642name = "rkyv_derive"
11643version = "0.7.45"
11644source = "registry+https://github.com/rust-lang/crates.io-index"
11645checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
11646dependencies = [
11647 "proc-macro2",
11648 "quote",
11649 "syn 1.0.109",
11650]
11651
11652[[package]]
11653name = "rmp"
11654version = "0.8.14"
11655source = "registry+https://github.com/rust-lang/crates.io-index"
11656checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
11657dependencies = [
11658 "byteorder",
11659 "num-traits",
11660 "paste",
11661]
11662
11663[[package]]
11664name = "rmpv"
11665version = "1.3.0"
11666source = "registry+https://github.com/rust-lang/crates.io-index"
11667checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
11668dependencies = [
11669 "num-traits",
11670 "rmp",
11671]
11672
11673[[package]]
11674name = "rodio"
11675version = "0.20.1"
11676source = "registry+https://github.com/rust-lang/crates.io-index"
11677checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
11678dependencies = [
11679 "cpal",
11680 "hound",
11681]
11682
11683[[package]]
11684name = "rope"
11685version = "0.1.0"
11686dependencies = [
11687 "arrayvec",
11688 "criterion",
11689 "ctor",
11690 "env_logger 0.11.7",
11691 "gpui",
11692 "log",
11693 "rand 0.8.5",
11694 "rayon",
11695 "smallvec",
11696 "sum_tree",
11697 "unicode-segmentation",
11698 "util",
11699]
11700
11701[[package]]
11702name = "roxmltree"
11703version = "0.20.0"
11704source = "registry+https://github.com/rust-lang/crates.io-index"
11705checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
11706
11707[[package]]
11708name = "rpc"
11709version = "0.1.0"
11710dependencies = [
11711 "anyhow",
11712 "async-tungstenite",
11713 "base64 0.22.1",
11714 "chrono",
11715 "collections",
11716 "env_logger 0.11.7",
11717 "futures 0.3.31",
11718 "gpui",
11719 "parking_lot",
11720 "proto",
11721 "rand 0.8.5",
11722 "rsa",
11723 "serde",
11724 "serde_json",
11725 "sha2",
11726 "strum",
11727 "tracing",
11728 "util",
11729 "zstd",
11730]
11731
11732[[package]]
11733name = "rsa"
11734version = "0.9.8"
11735source = "registry+https://github.com/rust-lang/crates.io-index"
11736checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
11737dependencies = [
11738 "const-oid",
11739 "digest",
11740 "num-bigint-dig",
11741 "num-integer",
11742 "num-traits",
11743 "pkcs1",
11744 "pkcs8 0.10.2",
11745 "rand_core 0.6.4",
11746 "signature 2.2.0",
11747 "spki 0.7.3",
11748 "subtle",
11749 "zeroize",
11750]
11751
11752[[package]]
11753name = "runtimelib"
11754version = "0.25.0"
11755source = "registry+https://github.com/rust-lang/crates.io-index"
11756checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
11757dependencies = [
11758 "anyhow",
11759 "async-dispatcher",
11760 "async-std",
11761 "base64 0.22.1",
11762 "bytes 1.10.1",
11763 "chrono",
11764 "data-encoding",
11765 "dirs 5.0.1",
11766 "futures 0.3.31",
11767 "glob",
11768 "jupyter-protocol",
11769 "ring",
11770 "serde",
11771 "serde_json",
11772 "shellexpand 3.1.0",
11773 "smol",
11774 "uuid",
11775 "zeromq",
11776]
11777
11778[[package]]
11779name = "rust-embed"
11780version = "8.5.0"
11781source = "registry+https://github.com/rust-lang/crates.io-index"
11782checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
11783dependencies = [
11784 "rust-embed-impl",
11785 "rust-embed-utils",
11786 "walkdir",
11787]
11788
11789[[package]]
11790name = "rust-embed-impl"
11791version = "8.5.0"
11792source = "registry+https://github.com/rust-lang/crates.io-index"
11793checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
11794dependencies = [
11795 "proc-macro2",
11796 "quote",
11797 "rust-embed-utils",
11798 "syn 2.0.100",
11799 "walkdir",
11800]
11801
11802[[package]]
11803name = "rust-embed-utils"
11804version = "8.5.0"
11805source = "registry+https://github.com/rust-lang/crates.io-index"
11806checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
11807dependencies = [
11808 "globset",
11809 "sha2",
11810 "walkdir",
11811]
11812
11813[[package]]
11814name = "rust_decimal"
11815version = "1.36.0"
11816source = "registry+https://github.com/rust-lang/crates.io-index"
11817checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
11818dependencies = [
11819 "arrayvec",
11820 "borsh",
11821 "bytes 1.10.1",
11822 "num-traits",
11823 "rand 0.8.5",
11824 "rkyv",
11825 "serde",
11826 "serde_json",
11827]
11828
11829[[package]]
11830name = "rustc-demangle"
11831version = "0.1.24"
11832source = "registry+https://github.com/rust-lang/crates.io-index"
11833checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11834
11835[[package]]
11836name = "rustc-hash"
11837version = "1.1.0"
11838source = "registry+https://github.com/rust-lang/crates.io-index"
11839checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11840
11841[[package]]
11842name = "rustc-hash"
11843version = "2.1.1"
11844source = "registry+https://github.com/rust-lang/crates.io-index"
11845checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
11846
11847[[package]]
11848name = "rustc_version"
11849version = "0.4.1"
11850source = "registry+https://github.com/rust-lang/crates.io-index"
11851checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11852dependencies = [
11853 "semver",
11854]
11855
11856[[package]]
11857name = "rustix"
11858version = "0.38.42"
11859source = "registry+https://github.com/rust-lang/crates.io-index"
11860checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11861dependencies = [
11862 "bitflags 2.9.0",
11863 "errno 0.3.10",
11864 "itoa",
11865 "libc",
11866 "linux-raw-sys",
11867 "once_cell",
11868 "windows-sys 0.59.0",
11869]
11870
11871[[package]]
11872name = "rustix-openpty"
11873version = "0.1.1"
11874source = "registry+https://github.com/rust-lang/crates.io-index"
11875checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11876dependencies = [
11877 "errno 0.3.10",
11878 "libc",
11879 "rustix",
11880]
11881
11882[[package]]
11883name = "rustls"
11884version = "0.21.12"
11885source = "registry+https://github.com/rust-lang/crates.io-index"
11886checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11887dependencies = [
11888 "log",
11889 "ring",
11890 "rustls-webpki 0.101.7",
11891 "sct",
11892]
11893
11894[[package]]
11895name = "rustls"
11896version = "0.23.25"
11897source = "registry+https://github.com/rust-lang/crates.io-index"
11898checksum = "822ee9188ac4ec04a2f0531e55d035fb2de73f18b41a63c70c2712503b6fb13c"
11899dependencies = [
11900 "aws-lc-rs",
11901 "log",
11902 "once_cell",
11903 "ring",
11904 "rustls-pki-types",
11905 "rustls-webpki 0.103.0",
11906 "subtle",
11907 "zeroize",
11908]
11909
11910[[package]]
11911name = "rustls-native-certs"
11912version = "0.6.3"
11913source = "registry+https://github.com/rust-lang/crates.io-index"
11914checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11915dependencies = [
11916 "openssl-probe",
11917 "rustls-pemfile 1.0.4",
11918 "schannel",
11919 "security-framework 2.11.1",
11920]
11921
11922[[package]]
11923name = "rustls-native-certs"
11924version = "0.8.1"
11925source = "registry+https://github.com/rust-lang/crates.io-index"
11926checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11927dependencies = [
11928 "openssl-probe",
11929 "rustls-pki-types",
11930 "schannel",
11931 "security-framework 3.0.1",
11932]
11933
11934[[package]]
11935name = "rustls-pemfile"
11936version = "1.0.4"
11937source = "registry+https://github.com/rust-lang/crates.io-index"
11938checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11939dependencies = [
11940 "base64 0.21.7",
11941]
11942
11943[[package]]
11944name = "rustls-pemfile"
11945version = "2.2.0"
11946source = "registry+https://github.com/rust-lang/crates.io-index"
11947checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
11948dependencies = [
11949 "rustls-pki-types",
11950]
11951
11952[[package]]
11953name = "rustls-pki-types"
11954version = "1.11.0"
11955source = "registry+https://github.com/rust-lang/crates.io-index"
11956checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
11957dependencies = [
11958 "web-time",
11959]
11960
11961[[package]]
11962name = "rustls-platform-verifier"
11963version = "0.5.1"
11964source = "registry+https://github.com/rust-lang/crates.io-index"
11965checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
11966dependencies = [
11967 "core-foundation 0.10.0",
11968 "core-foundation-sys",
11969 "jni",
11970 "log",
11971 "once_cell",
11972 "rustls 0.23.25",
11973 "rustls-native-certs 0.8.1",
11974 "rustls-platform-verifier-android",
11975 "rustls-webpki 0.103.0",
11976 "security-framework 3.0.1",
11977 "security-framework-sys",
11978 "webpki-root-certs",
11979 "windows-sys 0.59.0",
11980]
11981
11982[[package]]
11983name = "rustls-platform-verifier-android"
11984version = "0.1.1"
11985source = "registry+https://github.com/rust-lang/crates.io-index"
11986checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
11987
11988[[package]]
11989name = "rustls-webpki"
11990version = "0.101.7"
11991source = "registry+https://github.com/rust-lang/crates.io-index"
11992checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
11993dependencies = [
11994 "ring",
11995 "untrusted",
11996]
11997
11998[[package]]
11999name = "rustls-webpki"
12000version = "0.103.0"
12001source = "registry+https://github.com/rust-lang/crates.io-index"
12002checksum = "0aa4eeac2588ffff23e9d7a7e9b3f971c5fb5b7ebc9452745e0c232c64f83b2f"
12003dependencies = [
12004 "aws-lc-rs",
12005 "ring",
12006 "rustls-pki-types",
12007 "untrusted",
12008]
12009
12010[[package]]
12011name = "rustversion"
12012version = "1.0.18"
12013source = "registry+https://github.com/rust-lang/crates.io-index"
12014checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
12015
12016[[package]]
12017name = "rustybuzz"
12018version = "0.14.1"
12019source = "registry+https://github.com/rust-lang/crates.io-index"
12020checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
12021dependencies = [
12022 "bitflags 2.9.0",
12023 "bytemuck",
12024 "libm",
12025 "smallvec",
12026 "ttf-parser 0.21.1",
12027 "unicode-bidi-mirroring 0.2.0",
12028 "unicode-ccc 0.2.0",
12029 "unicode-properties",
12030 "unicode-script",
12031]
12032
12033[[package]]
12034name = "rustybuzz"
12035version = "0.20.1"
12036source = "registry+https://github.com/rust-lang/crates.io-index"
12037checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
12038dependencies = [
12039 "bitflags 2.9.0",
12040 "bytemuck",
12041 "core_maths",
12042 "log",
12043 "smallvec",
12044 "ttf-parser 0.25.1",
12045 "unicode-bidi-mirroring 0.4.0",
12046 "unicode-ccc 0.4.0",
12047 "unicode-properties",
12048 "unicode-script",
12049]
12050
12051[[package]]
12052name = "ryu"
12053version = "1.0.18"
12054source = "registry+https://github.com/rust-lang/crates.io-index"
12055checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
12056
12057[[package]]
12058name = "salsa20"
12059version = "0.10.2"
12060source = "registry+https://github.com/rust-lang/crates.io-index"
12061checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
12062dependencies = [
12063 "cipher",
12064]
12065
12066[[package]]
12067name = "same-file"
12068version = "1.0.6"
12069source = "registry+https://github.com/rust-lang/crates.io-index"
12070checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
12071dependencies = [
12072 "winapi-util",
12073]
12074
12075[[package]]
12076name = "schannel"
12077version = "0.1.27"
12078source = "registry+https://github.com/rust-lang/crates.io-index"
12079checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
12080dependencies = [
12081 "windows-sys 0.59.0",
12082]
12083
12084[[package]]
12085name = "schema_generator"
12086version = "0.1.0"
12087dependencies = [
12088 "anyhow",
12089 "clap",
12090 "env_logger 0.11.7",
12091 "schemars",
12092 "serde",
12093 "serde_json",
12094 "theme",
12095]
12096
12097[[package]]
12098name = "schemars"
12099version = "0.8.22"
12100source = "registry+https://github.com/rust-lang/crates.io-index"
12101checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
12102dependencies = [
12103 "dyn-clone",
12104 "indexmap",
12105 "schemars_derive",
12106 "serde",
12107 "serde_json",
12108]
12109
12110[[package]]
12111name = "schemars_derive"
12112version = "0.8.22"
12113source = "registry+https://github.com/rust-lang/crates.io-index"
12114checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
12115dependencies = [
12116 "proc-macro2",
12117 "quote",
12118 "serde_derive_internals",
12119 "syn 2.0.100",
12120]
12121
12122[[package]]
12123name = "scoped-tls"
12124version = "1.0.1"
12125source = "registry+https://github.com/rust-lang/crates.io-index"
12126checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
12127
12128[[package]]
12129name = "scopeguard"
12130version = "1.2.0"
12131source = "registry+https://github.com/rust-lang/crates.io-index"
12132checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
12133
12134[[package]]
12135name = "scratch"
12136version = "1.0.7"
12137source = "registry+https://github.com/rust-lang/crates.io-index"
12138checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
12139
12140[[package]]
12141name = "scrypt"
12142version = "0.11.0"
12143source = "registry+https://github.com/rust-lang/crates.io-index"
12144checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
12145dependencies = [
12146 "password-hash 0.5.0",
12147 "pbkdf2 0.12.2",
12148 "salsa20",
12149 "sha2",
12150]
12151
12152[[package]]
12153name = "sct"
12154version = "0.7.1"
12155source = "registry+https://github.com/rust-lang/crates.io-index"
12156checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
12157dependencies = [
12158 "ring",
12159 "untrusted",
12160]
12161
12162[[package]]
12163name = "sea-bae"
12164version = "0.2.1"
12165source = "registry+https://github.com/rust-lang/crates.io-index"
12166checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
12167dependencies = [
12168 "heck 0.4.1",
12169 "proc-macro-error2",
12170 "proc-macro2",
12171 "quote",
12172 "syn 2.0.100",
12173]
12174
12175[[package]]
12176name = "sea-orm"
12177version = "1.1.7"
12178source = "registry+https://github.com/rust-lang/crates.io-index"
12179checksum = "3417812d38049e8ec3d588c03570f8c60de811d2453fb48e424045a1600ffd86"
12180dependencies = [
12181 "async-stream",
12182 "async-trait",
12183 "bigdecimal",
12184 "chrono",
12185 "futures-util",
12186 "log",
12187 "ouroboros",
12188 "pgvector",
12189 "rust_decimal",
12190 "sea-orm-macros",
12191 "sea-query",
12192 "sea-query-binder",
12193 "serde",
12194 "serde_json",
12195 "sqlx",
12196 "strum",
12197 "thiserror 1.0.69",
12198 "time",
12199 "tracing",
12200 "url",
12201 "uuid",
12202]
12203
12204[[package]]
12205name = "sea-orm-macros"
12206version = "1.1.7"
12207source = "registry+https://github.com/rust-lang/crates.io-index"
12208checksum = "d705ba84e1c74c8ac27784e4ac6f21584058c1dc0cadb9d39b43e109fcf8139c"
12209dependencies = [
12210 "heck 0.4.1",
12211 "proc-macro2",
12212 "quote",
12213 "sea-bae",
12214 "syn 2.0.100",
12215 "unicode-ident",
12216]
12217
12218[[package]]
12219name = "sea-query"
12220version = "0.32.1"
12221source = "registry+https://github.com/rust-lang/crates.io-index"
12222checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
12223dependencies = [
12224 "bigdecimal",
12225 "chrono",
12226 "inherent",
12227 "ordered-float 3.9.2",
12228 "rust_decimal",
12229 "serde_json",
12230 "time",
12231 "uuid",
12232]
12233
12234[[package]]
12235name = "sea-query-binder"
12236version = "0.7.0"
12237source = "registry+https://github.com/rust-lang/crates.io-index"
12238checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
12239dependencies = [
12240 "bigdecimal",
12241 "chrono",
12242 "rust_decimal",
12243 "sea-query",
12244 "serde_json",
12245 "sqlx",
12246 "time",
12247 "uuid",
12248]
12249
12250[[package]]
12251name = "seahash"
12252version = "4.1.0"
12253source = "registry+https://github.com/rust-lang/crates.io-index"
12254checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
12255
12256[[package]]
12257name = "search"
12258version = "0.1.0"
12259dependencies = [
12260 "any_vec",
12261 "anyhow",
12262 "bitflags 2.9.0",
12263 "client",
12264 "collections",
12265 "editor",
12266 "futures 0.3.31",
12267 "gpui",
12268 "language",
12269 "menu",
12270 "project",
12271 "schemars",
12272 "serde",
12273 "serde_json",
12274 "settings",
12275 "smol",
12276 "theme",
12277 "ui",
12278 "unindent",
12279 "util",
12280 "workspace",
12281 "zed_actions",
12282]
12283
12284[[package]]
12285name = "sec1"
12286version = "0.3.0"
12287source = "registry+https://github.com/rust-lang/crates.io-index"
12288checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
12289dependencies = [
12290 "base16ct",
12291 "der 0.6.1",
12292 "generic-array",
12293 "pkcs8 0.9.0",
12294 "subtle",
12295 "zeroize",
12296]
12297
12298[[package]]
12299name = "security-framework"
12300version = "2.11.1"
12301source = "registry+https://github.com/rust-lang/crates.io-index"
12302checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
12303dependencies = [
12304 "bitflags 2.9.0",
12305 "core-foundation 0.9.4",
12306 "core-foundation-sys",
12307 "libc",
12308 "security-framework-sys",
12309]
12310
12311[[package]]
12312name = "security-framework"
12313version = "3.0.1"
12314source = "registry+https://github.com/rust-lang/crates.io-index"
12315checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
12316dependencies = [
12317 "bitflags 2.9.0",
12318 "core-foundation 0.10.0",
12319 "core-foundation-sys",
12320 "libc",
12321 "security-framework-sys",
12322]
12323
12324[[package]]
12325name = "security-framework-sys"
12326version = "2.12.1"
12327source = "registry+https://github.com/rust-lang/crates.io-index"
12328checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
12329dependencies = [
12330 "core-foundation-sys",
12331 "libc",
12332]
12333
12334[[package]]
12335name = "self_cell"
12336version = "1.1.0"
12337source = "registry+https://github.com/rust-lang/crates.io-index"
12338checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
12339
12340[[package]]
12341name = "semantic_index"
12342version = "0.1.0"
12343dependencies = [
12344 "anyhow",
12345 "arrayvec",
12346 "blake3",
12347 "client",
12348 "clock",
12349 "collections",
12350 "env_logger 0.11.7",
12351 "feature_flags",
12352 "fs",
12353 "futures 0.3.31",
12354 "futures-batch",
12355 "gpui",
12356 "heed",
12357 "http_client",
12358 "language",
12359 "language_model",
12360 "languages",
12361 "log",
12362 "open_ai",
12363 "parking_lot",
12364 "project",
12365 "reqwest_client",
12366 "serde",
12367 "serde_json",
12368 "settings",
12369 "sha2",
12370 "smol",
12371 "streaming-iterator",
12372 "tempfile",
12373 "theme",
12374 "tree-sitter",
12375 "ui",
12376 "unindent",
12377 "util",
12378 "workspace",
12379 "worktree",
12380]
12381
12382[[package]]
12383name = "semantic_version"
12384version = "0.1.0"
12385dependencies = [
12386 "anyhow",
12387 "serde",
12388]
12389
12390[[package]]
12391name = "semver"
12392version = "1.0.26"
12393source = "registry+https://github.com/rust-lang/crates.io-index"
12394checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
12395dependencies = [
12396 "serde",
12397]
12398
12399[[package]]
12400name = "serde"
12401version = "1.0.219"
12402source = "registry+https://github.com/rust-lang/crates.io-index"
12403checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
12404dependencies = [
12405 "serde_derive",
12406]
12407
12408[[package]]
12409name = "serde_derive"
12410version = "1.0.219"
12411source = "registry+https://github.com/rust-lang/crates.io-index"
12412checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
12413dependencies = [
12414 "proc-macro2",
12415 "quote",
12416 "syn 2.0.100",
12417]
12418
12419[[package]]
12420name = "serde_derive_internals"
12421version = "0.29.1"
12422source = "registry+https://github.com/rust-lang/crates.io-index"
12423checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
12424dependencies = [
12425 "proc-macro2",
12426 "quote",
12427 "syn 2.0.100",
12428]
12429
12430[[package]]
12431name = "serde_fmt"
12432version = "1.0.3"
12433source = "registry+https://github.com/rust-lang/crates.io-index"
12434checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
12435dependencies = [
12436 "serde",
12437]
12438
12439[[package]]
12440name = "serde_json"
12441version = "1.0.140"
12442source = "registry+https://github.com/rust-lang/crates.io-index"
12443checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
12444dependencies = [
12445 "indexmap",
12446 "itoa",
12447 "memchr",
12448 "ryu",
12449 "serde",
12450]
12451
12452[[package]]
12453name = "serde_json_lenient"
12454version = "0.2.4"
12455source = "registry+https://github.com/rust-lang/crates.io-index"
12456checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
12457dependencies = [
12458 "indexmap",
12459 "itoa",
12460 "memchr",
12461 "ryu",
12462 "serde",
12463]
12464
12465[[package]]
12466name = "serde_path_to_error"
12467version = "0.1.16"
12468source = "registry+https://github.com/rust-lang/crates.io-index"
12469checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
12470dependencies = [
12471 "itoa",
12472 "serde",
12473]
12474
12475[[package]]
12476name = "serde_qs"
12477version = "0.8.5"
12478source = "registry+https://github.com/rust-lang/crates.io-index"
12479checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
12480dependencies = [
12481 "percent-encoding",
12482 "serde",
12483 "thiserror 1.0.69",
12484]
12485
12486[[package]]
12487name = "serde_qs"
12488version = "0.10.1"
12489source = "registry+https://github.com/rust-lang/crates.io-index"
12490checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
12491dependencies = [
12492 "percent-encoding",
12493 "serde",
12494 "thiserror 1.0.69",
12495]
12496
12497[[package]]
12498name = "serde_repr"
12499version = "0.1.20"
12500source = "registry+https://github.com/rust-lang/crates.io-index"
12501checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
12502dependencies = [
12503 "proc-macro2",
12504 "quote",
12505 "syn 2.0.100",
12506]
12507
12508[[package]]
12509name = "serde_spanned"
12510version = "0.6.8"
12511source = "registry+https://github.com/rust-lang/crates.io-index"
12512checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
12513dependencies = [
12514 "serde",
12515]
12516
12517[[package]]
12518name = "serde_urlencoded"
12519version = "0.7.1"
12520source = "registry+https://github.com/rust-lang/crates.io-index"
12521checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
12522dependencies = [
12523 "form_urlencoded",
12524 "itoa",
12525 "ryu",
12526 "serde",
12527]
12528
12529[[package]]
12530name = "session"
12531version = "0.1.0"
12532dependencies = [
12533 "db",
12534 "gpui",
12535 "serde_json",
12536 "util",
12537 "uuid",
12538]
12539
12540[[package]]
12541name = "settings"
12542version = "0.1.0"
12543dependencies = [
12544 "anyhow",
12545 "collections",
12546 "ec4rs",
12547 "fs",
12548 "futures 0.3.31",
12549 "gpui",
12550 "indoc",
12551 "inventory",
12552 "log",
12553 "paths",
12554 "pretty_assertions",
12555 "release_channel",
12556 "rust-embed",
12557 "schemars",
12558 "serde",
12559 "serde_derive",
12560 "serde_json",
12561 "serde_json_lenient",
12562 "smallvec",
12563 "streaming-iterator",
12564 "tree-sitter",
12565 "tree-sitter-json",
12566 "unindent",
12567 "util",
12568]
12569
12570[[package]]
12571name = "settings_ui"
12572version = "0.1.0"
12573dependencies = [
12574 "command_palette_hooks",
12575 "editor",
12576 "feature_flags",
12577 "gpui",
12578 "settings",
12579 "theme",
12580 "ui",
12581 "workspace",
12582]
12583
12584[[package]]
12585name = "sha1"
12586version = "0.10.6"
12587source = "registry+https://github.com/rust-lang/crates.io-index"
12588checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
12589dependencies = [
12590 "cfg-if",
12591 "cpufeatures",
12592 "digest",
12593]
12594
12595[[package]]
12596name = "sha1_smol"
12597version = "1.0.1"
12598source = "registry+https://github.com/rust-lang/crates.io-index"
12599checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
12600
12601[[package]]
12602name = "sha2"
12603version = "0.10.8"
12604source = "registry+https://github.com/rust-lang/crates.io-index"
12605checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
12606dependencies = [
12607 "cfg-if",
12608 "cpufeatures",
12609 "digest",
12610]
12611
12612[[package]]
12613name = "sharded-slab"
12614version = "0.1.7"
12615source = "registry+https://github.com/rust-lang/crates.io-index"
12616checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
12617dependencies = [
12618 "lazy_static",
12619]
12620
12621[[package]]
12622name = "shell-words"
12623version = "1.1.0"
12624source = "registry+https://github.com/rust-lang/crates.io-index"
12625checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
12626
12627[[package]]
12628name = "shellexpand"
12629version = "2.1.2"
12630source = "registry+https://github.com/rust-lang/crates.io-index"
12631checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
12632dependencies = [
12633 "dirs 4.0.0",
12634]
12635
12636[[package]]
12637name = "shellexpand"
12638version = "3.1.0"
12639source = "registry+https://github.com/rust-lang/crates.io-index"
12640checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
12641dependencies = [
12642 "dirs 5.0.1",
12643]
12644
12645[[package]]
12646name = "shlex"
12647version = "1.3.0"
12648source = "registry+https://github.com/rust-lang/crates.io-index"
12649checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
12650
12651[[package]]
12652name = "signal-hook"
12653version = "0.3.17"
12654source = "registry+https://github.com/rust-lang/crates.io-index"
12655checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
12656dependencies = [
12657 "libc",
12658 "signal-hook-registry",
12659]
12660
12661[[package]]
12662name = "signal-hook-registry"
12663version = "1.4.2"
12664source = "registry+https://github.com/rust-lang/crates.io-index"
12665checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
12666dependencies = [
12667 "libc",
12668]
12669
12670[[package]]
12671name = "signature"
12672version = "1.6.4"
12673source = "registry+https://github.com/rust-lang/crates.io-index"
12674checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
12675dependencies = [
12676 "digest",
12677 "rand_core 0.6.4",
12678]
12679
12680[[package]]
12681name = "signature"
12682version = "2.2.0"
12683source = "registry+https://github.com/rust-lang/crates.io-index"
12684checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
12685dependencies = [
12686 "digest",
12687 "rand_core 0.6.4",
12688]
12689
12690[[package]]
12691name = "simd-adler32"
12692version = "0.3.7"
12693source = "registry+https://github.com/rust-lang/crates.io-index"
12694checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
12695
12696[[package]]
12697name = "simd_helpers"
12698version = "0.1.0"
12699source = "registry+https://github.com/rust-lang/crates.io-index"
12700checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
12701dependencies = [
12702 "quote",
12703]
12704
12705[[package]]
12706name = "simdutf8"
12707version = "0.1.5"
12708source = "registry+https://github.com/rust-lang/crates.io-index"
12709checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
12710
12711[[package]]
12712name = "simple_asn1"
12713version = "0.6.2"
12714source = "registry+https://github.com/rust-lang/crates.io-index"
12715checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
12716dependencies = [
12717 "num-bigint",
12718 "num-traits",
12719 "thiserror 1.0.69",
12720 "time",
12721]
12722
12723[[package]]
12724name = "simplecss"
12725version = "0.2.1"
12726source = "registry+https://github.com/rust-lang/crates.io-index"
12727checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
12728dependencies = [
12729 "log",
12730]
12731
12732[[package]]
12733name = "simplelog"
12734version = "0.12.2"
12735source = "registry+https://github.com/rust-lang/crates.io-index"
12736checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
12737dependencies = [
12738 "log",
12739 "termcolor",
12740 "time",
12741]
12742
12743[[package]]
12744name = "siphasher"
12745version = "0.3.11"
12746source = "registry+https://github.com/rust-lang/crates.io-index"
12747checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
12748
12749[[package]]
12750name = "siphasher"
12751version = "1.0.1"
12752source = "registry+https://github.com/rust-lang/crates.io-index"
12753checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
12754
12755[[package]]
12756name = "skrifa"
12757version = "0.26.6"
12758source = "registry+https://github.com/rust-lang/crates.io-index"
12759checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
12760dependencies = [
12761 "bytemuck",
12762 "read-fonts",
12763]
12764
12765[[package]]
12766name = "slab"
12767version = "0.4.9"
12768source = "registry+https://github.com/rust-lang/crates.io-index"
12769checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
12770dependencies = [
12771 "autocfg",
12772]
12773
12774[[package]]
12775name = "slash_commands_example"
12776version = "0.1.0"
12777dependencies = [
12778 "zed_extension_api 0.1.0",
12779]
12780
12781[[package]]
12782name = "slotmap"
12783version = "1.0.7"
12784source = "registry+https://github.com/rust-lang/crates.io-index"
12785checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
12786dependencies = [
12787 "version_check",
12788]
12789
12790[[package]]
12791name = "smallvec"
12792version = "1.14.0"
12793source = "registry+https://github.com/rust-lang/crates.io-index"
12794checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
12795dependencies = [
12796 "serde",
12797]
12798
12799[[package]]
12800name = "smart-default"
12801version = "0.6.0"
12802source = "registry+https://github.com/rust-lang/crates.io-index"
12803checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
12804dependencies = [
12805 "proc-macro2",
12806 "quote",
12807 "syn 1.0.109",
12808]
12809
12810[[package]]
12811name = "smol"
12812version = "2.0.2"
12813source = "registry+https://github.com/rust-lang/crates.io-index"
12814checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
12815dependencies = [
12816 "async-channel 2.3.1",
12817 "async-executor",
12818 "async-fs",
12819 "async-io",
12820 "async-lock",
12821 "async-net",
12822 "async-process",
12823 "blocking",
12824 "futures-lite 2.6.0",
12825]
12826
12827[[package]]
12828name = "smol_str"
12829version = "0.1.24"
12830source = "registry+https://github.com/rust-lang/crates.io-index"
12831checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
12832dependencies = [
12833 "serde",
12834]
12835
12836[[package]]
12837name = "smol_str"
12838version = "0.2.2"
12839source = "registry+https://github.com/rust-lang/crates.io-index"
12840checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
12841
12842[[package]]
12843name = "snippet"
12844version = "0.1.0"
12845dependencies = [
12846 "anyhow",
12847 "smallvec",
12848]
12849
12850[[package]]
12851name = "snippet_provider"
12852version = "0.1.0"
12853dependencies = [
12854 "anyhow",
12855 "collections",
12856 "extension",
12857 "fs",
12858 "futures 0.3.31",
12859 "gpui",
12860 "parking_lot",
12861 "paths",
12862 "schemars",
12863 "serde",
12864 "serde_json_lenient",
12865 "snippet",
12866 "util",
12867]
12868
12869[[package]]
12870name = "snippets_ui"
12871version = "0.1.0"
12872dependencies = [
12873 "fuzzy",
12874 "gpui",
12875 "language",
12876 "paths",
12877 "picker",
12878 "ui",
12879 "util",
12880 "workspace",
12881]
12882
12883[[package]]
12884name = "socket2"
12885version = "0.5.8"
12886source = "registry+https://github.com/rust-lang/crates.io-index"
12887checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12888dependencies = [
12889 "libc",
12890 "windows-sys 0.52.0",
12891]
12892
12893[[package]]
12894name = "spdx"
12895version = "0.10.7"
12896source = "registry+https://github.com/rust-lang/crates.io-index"
12897checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12898dependencies = [
12899 "smallvec",
12900]
12901
12902[[package]]
12903name = "spin"
12904version = "0.9.8"
12905source = "registry+https://github.com/rust-lang/crates.io-index"
12906checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
12907dependencies = [
12908 "lock_api",
12909]
12910
12911[[package]]
12912name = "spirv"
12913version = "0.3.0+sdk-1.3.268.0"
12914source = "registry+https://github.com/rust-lang/crates.io-index"
12915checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
12916dependencies = [
12917 "bitflags 2.9.0",
12918]
12919
12920[[package]]
12921name = "spki"
12922version = "0.6.0"
12923source = "registry+https://github.com/rust-lang/crates.io-index"
12924checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
12925dependencies = [
12926 "base64ct",
12927 "der 0.6.1",
12928]
12929
12930[[package]]
12931name = "spki"
12932version = "0.7.3"
12933source = "registry+https://github.com/rust-lang/crates.io-index"
12934checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
12935dependencies = [
12936 "base64ct",
12937 "der 0.7.9",
12938]
12939
12940[[package]]
12941name = "sptr"
12942version = "0.3.2"
12943source = "registry+https://github.com/rust-lang/crates.io-index"
12944checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
12945
12946[[package]]
12947name = "sqlez"
12948version = "0.1.0"
12949dependencies = [
12950 "anyhow",
12951 "collections",
12952 "futures 0.3.31",
12953 "indoc",
12954 "libsqlite3-sys",
12955 "parking_lot",
12956 "smol",
12957 "sqlformat",
12958 "thread_local",
12959 "util",
12960 "uuid",
12961]
12962
12963[[package]]
12964name = "sqlez_macros"
12965version = "0.1.0"
12966dependencies = [
12967 "sqlez",
12968 "sqlformat",
12969 "syn 1.0.109",
12970]
12971
12972[[package]]
12973name = "sqlformat"
12974version = "0.2.6"
12975source = "registry+https://github.com/rust-lang/crates.io-index"
12976checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
12977dependencies = [
12978 "nom",
12979 "unicode_categories",
12980]
12981
12982[[package]]
12983name = "sqlx"
12984version = "0.8.3"
12985source = "registry+https://github.com/rust-lang/crates.io-index"
12986checksum = "4410e73b3c0d8442c5f99b425d7a435b5ee0ae4167b3196771dd3f7a01be745f"
12987dependencies = [
12988 "sqlx-core",
12989 "sqlx-macros",
12990 "sqlx-mysql",
12991 "sqlx-postgres",
12992 "sqlx-sqlite",
12993]
12994
12995[[package]]
12996name = "sqlx-core"
12997version = "0.8.3"
12998source = "registry+https://github.com/rust-lang/crates.io-index"
12999checksum = "6a007b6936676aa9ab40207cde35daab0a04b823be8ae004368c0793b96a61e0"
13000dependencies = [
13001 "bigdecimal",
13002 "bytes 1.10.1",
13003 "chrono",
13004 "crc",
13005 "crossbeam-queue",
13006 "either",
13007 "event-listener 5.3.1",
13008 "futures-core",
13009 "futures-intrusive",
13010 "futures-io",
13011 "futures-util",
13012 "hashbrown 0.15.2",
13013 "hashlink 0.10.0",
13014 "indexmap",
13015 "log",
13016 "memchr",
13017 "once_cell",
13018 "percent-encoding",
13019 "rust_decimal",
13020 "rustls 0.23.25",
13021 "rustls-pemfile 2.2.0",
13022 "serde",
13023 "serde_json",
13024 "sha2",
13025 "smallvec",
13026 "thiserror 2.0.12",
13027 "time",
13028 "tokio",
13029 "tokio-stream",
13030 "tracing",
13031 "url",
13032 "uuid",
13033 "webpki-roots",
13034]
13035
13036[[package]]
13037name = "sqlx-macros"
13038version = "0.8.3"
13039source = "registry+https://github.com/rust-lang/crates.io-index"
13040checksum = "3112e2ad78643fef903618d78cf0aec1cb3134b019730edb039b69eaf531f310"
13041dependencies = [
13042 "proc-macro2",
13043 "quote",
13044 "sqlx-core",
13045 "sqlx-macros-core",
13046 "syn 2.0.100",
13047]
13048
13049[[package]]
13050name = "sqlx-macros-core"
13051version = "0.8.3"
13052source = "registry+https://github.com/rust-lang/crates.io-index"
13053checksum = "4e9f90acc5ab146a99bf5061a7eb4976b573f560bc898ef3bf8435448dd5e7ad"
13054dependencies = [
13055 "dotenvy",
13056 "either",
13057 "heck 0.5.0",
13058 "hex",
13059 "once_cell",
13060 "proc-macro2",
13061 "quote",
13062 "serde",
13063 "serde_json",
13064 "sha2",
13065 "sqlx-core",
13066 "sqlx-mysql",
13067 "sqlx-postgres",
13068 "sqlx-sqlite",
13069 "syn 2.0.100",
13070 "tempfile",
13071 "tokio",
13072 "url",
13073]
13074
13075[[package]]
13076name = "sqlx-mysql"
13077version = "0.8.3"
13078source = "registry+https://github.com/rust-lang/crates.io-index"
13079checksum = "4560278f0e00ce64938540546f59f590d60beee33fffbd3b9cd47851e5fff233"
13080dependencies = [
13081 "atoi",
13082 "base64 0.22.1",
13083 "bigdecimal",
13084 "bitflags 2.9.0",
13085 "byteorder",
13086 "bytes 1.10.1",
13087 "chrono",
13088 "crc",
13089 "digest",
13090 "dotenvy",
13091 "either",
13092 "futures-channel",
13093 "futures-core",
13094 "futures-io",
13095 "futures-util",
13096 "generic-array",
13097 "hex",
13098 "hkdf",
13099 "hmac",
13100 "itoa",
13101 "log",
13102 "md-5",
13103 "memchr",
13104 "once_cell",
13105 "percent-encoding",
13106 "rand 0.8.5",
13107 "rsa",
13108 "rust_decimal",
13109 "serde",
13110 "sha1",
13111 "sha2",
13112 "smallvec",
13113 "sqlx-core",
13114 "stringprep",
13115 "thiserror 2.0.12",
13116 "time",
13117 "tracing",
13118 "uuid",
13119 "whoami",
13120]
13121
13122[[package]]
13123name = "sqlx-postgres"
13124version = "0.8.3"
13125source = "registry+https://github.com/rust-lang/crates.io-index"
13126checksum = "c5b98a57f363ed6764d5b3a12bfedf62f07aa16e1856a7ddc2a0bb190a959613"
13127dependencies = [
13128 "atoi",
13129 "base64 0.22.1",
13130 "bigdecimal",
13131 "bitflags 2.9.0",
13132 "byteorder",
13133 "chrono",
13134 "crc",
13135 "dotenvy",
13136 "etcetera",
13137 "futures-channel",
13138 "futures-core",
13139 "futures-util",
13140 "hex",
13141 "hkdf",
13142 "hmac",
13143 "home",
13144 "itoa",
13145 "log",
13146 "md-5",
13147 "memchr",
13148 "num-bigint",
13149 "once_cell",
13150 "rand 0.8.5",
13151 "rust_decimal",
13152 "serde",
13153 "serde_json",
13154 "sha2",
13155 "smallvec",
13156 "sqlx-core",
13157 "stringprep",
13158 "thiserror 2.0.12",
13159 "time",
13160 "tracing",
13161 "uuid",
13162 "whoami",
13163]
13164
13165[[package]]
13166name = "sqlx-sqlite"
13167version = "0.8.3"
13168source = "registry+https://github.com/rust-lang/crates.io-index"
13169checksum = "f85ca71d3a5b24e64e1d08dd8fe36c6c95c339a896cc33068148906784620540"
13170dependencies = [
13171 "atoi",
13172 "chrono",
13173 "flume",
13174 "futures-channel",
13175 "futures-core",
13176 "futures-executor",
13177 "futures-intrusive",
13178 "futures-util",
13179 "libsqlite3-sys",
13180 "log",
13181 "percent-encoding",
13182 "serde",
13183 "serde_urlencoded",
13184 "sqlx-core",
13185 "time",
13186 "tracing",
13187 "url",
13188 "uuid",
13189]
13190
13191[[package]]
13192name = "stable_deref_trait"
13193version = "1.2.0"
13194source = "registry+https://github.com/rust-lang/crates.io-index"
13195checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
13196
13197[[package]]
13198name = "static_assertions"
13199version = "1.1.0"
13200source = "registry+https://github.com/rust-lang/crates.io-index"
13201checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
13202
13203[[package]]
13204name = "story"
13205version = "0.1.0"
13206dependencies = [
13207 "gpui",
13208 "itertools 0.14.0",
13209 "smallvec",
13210]
13211
13212[[package]]
13213name = "storybook"
13214version = "0.1.0"
13215dependencies = [
13216 "anyhow",
13217 "clap",
13218 "collab_ui",
13219 "ctrlc",
13220 "dialoguer",
13221 "editor",
13222 "fuzzy",
13223 "gpui",
13224 "indoc",
13225 "language",
13226 "log",
13227 "menu",
13228 "picker",
13229 "project",
13230 "reqwest_client",
13231 "rust-embed",
13232 "settings",
13233 "simplelog",
13234 "story",
13235 "strum",
13236 "theme",
13237 "title_bar",
13238 "ui",
13239]
13240
13241[[package]]
13242name = "streaming-iterator"
13243version = "0.1.9"
13244source = "registry+https://github.com/rust-lang/crates.io-index"
13245checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
13246
13247[[package]]
13248name = "streaming_diff"
13249version = "0.1.0"
13250dependencies = [
13251 "ordered-float 2.10.1",
13252 "rand 0.8.5",
13253 "rope",
13254 "util",
13255]
13256
13257[[package]]
13258name = "strict-num"
13259version = "0.1.1"
13260source = "registry+https://github.com/rust-lang/crates.io-index"
13261checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
13262dependencies = [
13263 "float-cmp",
13264]
13265
13266[[package]]
13267name = "string_cache"
13268version = "0.8.7"
13269source = "registry+https://github.com/rust-lang/crates.io-index"
13270checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
13271dependencies = [
13272 "new_debug_unreachable",
13273 "once_cell",
13274 "parking_lot",
13275 "phf_shared 0.10.0",
13276 "precomputed-hash",
13277 "serde",
13278]
13279
13280[[package]]
13281name = "string_cache_codegen"
13282version = "0.5.2"
13283source = "registry+https://github.com/rust-lang/crates.io-index"
13284checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
13285dependencies = [
13286 "phf_generator 0.10.0",
13287 "phf_shared 0.10.0",
13288 "proc-macro2",
13289 "quote",
13290]
13291
13292[[package]]
13293name = "stringprep"
13294version = "0.1.5"
13295source = "registry+https://github.com/rust-lang/crates.io-index"
13296checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
13297dependencies = [
13298 "unicode-bidi",
13299 "unicode-normalization",
13300 "unicode-properties",
13301]
13302
13303[[package]]
13304name = "strsim"
13305version = "0.11.1"
13306source = "registry+https://github.com/rust-lang/crates.io-index"
13307checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
13308
13309[[package]]
13310name = "strum"
13311version = "0.26.3"
13312source = "registry+https://github.com/rust-lang/crates.io-index"
13313checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
13314dependencies = [
13315 "strum_macros",
13316]
13317
13318[[package]]
13319name = "strum_macros"
13320version = "0.26.4"
13321source = "registry+https://github.com/rust-lang/crates.io-index"
13322checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
13323dependencies = [
13324 "heck 0.5.0",
13325 "proc-macro2",
13326 "quote",
13327 "rustversion",
13328 "syn 2.0.100",
13329]
13330
13331[[package]]
13332name = "subtle"
13333version = "2.6.1"
13334source = "registry+https://github.com/rust-lang/crates.io-index"
13335checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
13336
13337[[package]]
13338name = "sum_tree"
13339version = "0.1.0"
13340dependencies = [
13341 "arrayvec",
13342 "ctor",
13343 "env_logger 0.11.7",
13344 "log",
13345 "rand 0.8.5",
13346 "rayon",
13347]
13348
13349[[package]]
13350name = "supermaven"
13351version = "0.1.0"
13352dependencies = [
13353 "anyhow",
13354 "client",
13355 "collections",
13356 "editor",
13357 "env_logger 0.11.7",
13358 "futures 0.3.31",
13359 "gpui",
13360 "http_client",
13361 "inline_completion",
13362 "language",
13363 "log",
13364 "postage",
13365 "project",
13366 "serde",
13367 "serde_json",
13368 "settings",
13369 "smol",
13370 "supermaven_api",
13371 "text",
13372 "theme",
13373 "ui",
13374 "unicode-segmentation",
13375 "util",
13376]
13377
13378[[package]]
13379name = "supermaven_api"
13380version = "0.1.0"
13381dependencies = [
13382 "anyhow",
13383 "futures 0.3.31",
13384 "http_client",
13385 "paths",
13386 "serde",
13387 "serde_json",
13388 "smol",
13389]
13390
13391[[package]]
13392name = "sval"
13393version = "2.13.2"
13394source = "registry+https://github.com/rust-lang/crates.io-index"
13395checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
13396
13397[[package]]
13398name = "sval_buffer"
13399version = "2.13.2"
13400source = "registry+https://github.com/rust-lang/crates.io-index"
13401checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
13402dependencies = [
13403 "sval",
13404 "sval_ref",
13405]
13406
13407[[package]]
13408name = "sval_dynamic"
13409version = "2.13.2"
13410source = "registry+https://github.com/rust-lang/crates.io-index"
13411checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
13412dependencies = [
13413 "sval",
13414]
13415
13416[[package]]
13417name = "sval_fmt"
13418version = "2.13.2"
13419source = "registry+https://github.com/rust-lang/crates.io-index"
13420checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
13421dependencies = [
13422 "itoa",
13423 "ryu",
13424 "sval",
13425]
13426
13427[[package]]
13428name = "sval_json"
13429version = "2.13.2"
13430source = "registry+https://github.com/rust-lang/crates.io-index"
13431checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
13432dependencies = [
13433 "itoa",
13434 "ryu",
13435 "sval",
13436]
13437
13438[[package]]
13439name = "sval_nested"
13440version = "2.13.2"
13441source = "registry+https://github.com/rust-lang/crates.io-index"
13442checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
13443dependencies = [
13444 "sval",
13445 "sval_buffer",
13446 "sval_ref",
13447]
13448
13449[[package]]
13450name = "sval_ref"
13451version = "2.13.2"
13452source = "registry+https://github.com/rust-lang/crates.io-index"
13453checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
13454dependencies = [
13455 "sval",
13456]
13457
13458[[package]]
13459name = "sval_serde"
13460version = "2.13.2"
13461source = "registry+https://github.com/rust-lang/crates.io-index"
13462checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
13463dependencies = [
13464 "serde",
13465 "sval",
13466 "sval_nested",
13467]
13468
13469[[package]]
13470name = "svg_fmt"
13471version = "0.4.4"
13472source = "registry+https://github.com/rust-lang/crates.io-index"
13473checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
13474
13475[[package]]
13476name = "svgtypes"
13477version = "0.15.3"
13478source = "registry+https://github.com/rust-lang/crates.io-index"
13479checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
13480dependencies = [
13481 "kurbo",
13482 "siphasher 1.0.1",
13483]
13484
13485[[package]]
13486name = "swash"
13487version = "0.2.1"
13488source = "registry+https://github.com/rust-lang/crates.io-index"
13489checksum = "13d5bbc2aa266907ed8ee977c9c9e16363cc2b001266104e13397b57f1d15f71"
13490dependencies = [
13491 "skrifa",
13492 "yazi",
13493 "zeno",
13494]
13495
13496[[package]]
13497name = "syn"
13498version = "1.0.109"
13499source = "registry+https://github.com/rust-lang/crates.io-index"
13500checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
13501dependencies = [
13502 "proc-macro2",
13503 "quote",
13504 "unicode-ident",
13505]
13506
13507[[package]]
13508name = "syn"
13509version = "2.0.100"
13510source = "registry+https://github.com/rust-lang/crates.io-index"
13511checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
13512dependencies = [
13513 "proc-macro2",
13514 "quote",
13515 "unicode-ident",
13516]
13517
13518[[package]]
13519name = "sync_wrapper"
13520version = "0.1.2"
13521source = "registry+https://github.com/rust-lang/crates.io-index"
13522checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
13523
13524[[package]]
13525name = "sync_wrapper"
13526version = "1.0.2"
13527source = "registry+https://github.com/rust-lang/crates.io-index"
13528checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
13529dependencies = [
13530 "futures-core",
13531]
13532
13533[[package]]
13534name = "synchronoise"
13535version = "1.0.1"
13536source = "registry+https://github.com/rust-lang/crates.io-index"
13537checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
13538dependencies = [
13539 "crossbeam-queue",
13540]
13541
13542[[package]]
13543name = "synstructure"
13544version = "0.13.1"
13545source = "registry+https://github.com/rust-lang/crates.io-index"
13546checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
13547dependencies = [
13548 "proc-macro2",
13549 "quote",
13550 "syn 2.0.100",
13551]
13552
13553[[package]]
13554name = "sys-locale"
13555version = "0.3.2"
13556source = "registry+https://github.com/rust-lang/crates.io-index"
13557checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
13558dependencies = [
13559 "libc",
13560]
13561
13562[[package]]
13563name = "sysinfo"
13564version = "0.31.4"
13565source = "registry+https://github.com/rust-lang/crates.io-index"
13566checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
13567dependencies = [
13568 "core-foundation-sys",
13569 "libc",
13570 "memchr",
13571 "ntapi",
13572 "rayon",
13573 "windows 0.57.0",
13574]
13575
13576[[package]]
13577name = "system-configuration"
13578version = "0.5.1"
13579source = "registry+https://github.com/rust-lang/crates.io-index"
13580checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
13581dependencies = [
13582 "bitflags 1.3.2",
13583 "core-foundation 0.9.4",
13584 "system-configuration-sys 0.5.0",
13585]
13586
13587[[package]]
13588name = "system-configuration"
13589version = "0.6.1"
13590source = "registry+https://github.com/rust-lang/crates.io-index"
13591checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
13592dependencies = [
13593 "bitflags 2.9.0",
13594 "core-foundation 0.9.4",
13595 "system-configuration-sys 0.6.0",
13596]
13597
13598[[package]]
13599name = "system-configuration-sys"
13600version = "0.5.0"
13601source = "registry+https://github.com/rust-lang/crates.io-index"
13602checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
13603dependencies = [
13604 "core-foundation-sys",
13605 "libc",
13606]
13607
13608[[package]]
13609name = "system-configuration-sys"
13610version = "0.6.0"
13611source = "registry+https://github.com/rust-lang/crates.io-index"
13612checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
13613dependencies = [
13614 "core-foundation-sys",
13615 "libc",
13616]
13617
13618[[package]]
13619name = "system-deps"
13620version = "6.2.2"
13621source = "registry+https://github.com/rust-lang/crates.io-index"
13622checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
13623dependencies = [
13624 "cfg-expr",
13625 "heck 0.5.0",
13626 "pkg-config",
13627 "toml 0.8.20",
13628 "version-compare",
13629]
13630
13631[[package]]
13632name = "system-interface"
13633version = "0.27.3"
13634source = "registry+https://github.com/rust-lang/crates.io-index"
13635checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
13636dependencies = [
13637 "bitflags 2.9.0",
13638 "cap-fs-ext",
13639 "cap-std",
13640 "fd-lock",
13641 "io-lifetimes",
13642 "rustix",
13643 "windows-sys 0.59.0",
13644 "winx",
13645]
13646
13647[[package]]
13648name = "tab_switcher"
13649version = "0.1.0"
13650dependencies = [
13651 "anyhow",
13652 "collections",
13653 "ctor",
13654 "editor",
13655 "env_logger 0.11.7",
13656 "gpui",
13657 "language",
13658 "menu",
13659 "picker",
13660 "project",
13661 "schemars",
13662 "serde",
13663 "serde_json",
13664 "settings",
13665 "theme",
13666 "ui",
13667 "util",
13668 "workspace",
13669]
13670
13671[[package]]
13672name = "taffy"
13673version = "0.4.4"
13674source = "registry+https://github.com/rust-lang/crates.io-index"
13675checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
13676dependencies = [
13677 "arrayvec",
13678 "grid",
13679 "num-traits",
13680 "serde",
13681 "slotmap",
13682]
13683
13684[[package]]
13685name = "take-until"
13686version = "0.2.0"
13687source = "registry+https://github.com/rust-lang/crates.io-index"
13688checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
13689
13690[[package]]
13691name = "tap"
13692version = "1.0.1"
13693source = "registry+https://github.com/rust-lang/crates.io-index"
13694checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
13695
13696[[package]]
13697name = "target-lexicon"
13698version = "0.12.16"
13699source = "registry+https://github.com/rust-lang/crates.io-index"
13700checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
13701
13702[[package]]
13703name = "target-lexicon"
13704version = "0.13.2"
13705source = "registry+https://github.com/rust-lang/crates.io-index"
13706checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
13707
13708[[package]]
13709name = "task"
13710version = "0.1.0"
13711dependencies = [
13712 "anyhow",
13713 "collections",
13714 "dap-types",
13715 "futures 0.3.31",
13716 "gpui",
13717 "hex",
13718 "parking_lot",
13719 "schemars",
13720 "serde",
13721 "serde_json",
13722 "serde_json_lenient",
13723 "sha2",
13724 "shellexpand 2.1.2",
13725 "util",
13726 "zed_actions",
13727]
13728
13729[[package]]
13730name = "tasks_ui"
13731version = "0.1.0"
13732dependencies = [
13733 "anyhow",
13734 "debugger_ui",
13735 "editor",
13736 "feature_flags",
13737 "file_icons",
13738 "fuzzy",
13739 "gpui",
13740 "language",
13741 "menu",
13742 "picker",
13743 "project",
13744 "schemars",
13745 "serde",
13746 "serde_json",
13747 "settings",
13748 "task",
13749 "tree-sitter-rust",
13750 "tree-sitter-typescript",
13751 "ui",
13752 "util",
13753 "workspace",
13754 "zed_actions",
13755]
13756
13757[[package]]
13758name = "telemetry"
13759version = "0.1.0"
13760dependencies = [
13761 "futures 0.3.31",
13762 "serde",
13763 "serde_json",
13764 "telemetry_events",
13765]
13766
13767[[package]]
13768name = "telemetry_events"
13769version = "0.1.0"
13770dependencies = [
13771 "semantic_version",
13772 "serde",
13773 "serde_json",
13774]
13775
13776[[package]]
13777name = "tempfile"
13778version = "3.17.1"
13779source = "registry+https://github.com/rust-lang/crates.io-index"
13780checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230"
13781dependencies = [
13782 "cfg-if",
13783 "fastrand 2.3.0",
13784 "getrandom 0.3.1",
13785 "once_cell",
13786 "rustix",
13787 "windows-sys 0.59.0",
13788]
13789
13790[[package]]
13791name = "tendril"
13792version = "0.4.3"
13793source = "registry+https://github.com/rust-lang/crates.io-index"
13794checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
13795dependencies = [
13796 "futf",
13797 "mac",
13798 "utf-8",
13799]
13800
13801[[package]]
13802name = "termcolor"
13803version = "1.4.1"
13804source = "registry+https://github.com/rust-lang/crates.io-index"
13805checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
13806dependencies = [
13807 "winapi-util",
13808]
13809
13810[[package]]
13811name = "terminal"
13812version = "0.1.0"
13813dependencies = [
13814 "alacritty_terminal",
13815 "anyhow",
13816 "collections",
13817 "dirs 4.0.0",
13818 "futures 0.3.31",
13819 "gpui",
13820 "libc",
13821 "rand 0.8.5",
13822 "regex",
13823 "release_channel",
13824 "schemars",
13825 "serde",
13826 "serde_derive",
13827 "settings",
13828 "smol",
13829 "sysinfo",
13830 "task",
13831 "theme",
13832 "thiserror 2.0.12",
13833 "util",
13834 "windows 0.61.1",
13835]
13836
13837[[package]]
13838name = "terminal_size"
13839version = "0.4.1"
13840source = "registry+https://github.com/rust-lang/crates.io-index"
13841checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
13842dependencies = [
13843 "rustix",
13844 "windows-sys 0.59.0",
13845]
13846
13847[[package]]
13848name = "terminal_view"
13849version = "0.1.0"
13850dependencies = [
13851 "anyhow",
13852 "async-recursion 1.1.1",
13853 "breadcrumbs",
13854 "client",
13855 "collections",
13856 "db",
13857 "dirs 4.0.0",
13858 "editor",
13859 "futures 0.3.31",
13860 "gpui",
13861 "itertools 0.14.0",
13862 "language",
13863 "log",
13864 "project",
13865 "rand 0.8.5",
13866 "schemars",
13867 "search",
13868 "serde",
13869 "serde_json",
13870 "settings",
13871 "shellexpand 2.1.2",
13872 "smol",
13873 "task",
13874 "terminal",
13875 "theme",
13876 "ui",
13877 "util",
13878 "workspace",
13879 "zed_actions",
13880]
13881
13882[[package]]
13883name = "text"
13884version = "0.1.0"
13885dependencies = [
13886 "anyhow",
13887 "clock",
13888 "collections",
13889 "ctor",
13890 "env_logger 0.11.7",
13891 "gpui",
13892 "http_client",
13893 "log",
13894 "parking_lot",
13895 "postage",
13896 "rand 0.8.5",
13897 "regex",
13898 "rope",
13899 "smallvec",
13900 "sum_tree",
13901 "util",
13902]
13903
13904[[package]]
13905name = "theme"
13906version = "0.1.0"
13907dependencies = [
13908 "anyhow",
13909 "collections",
13910 "derive_more",
13911 "fs",
13912 "futures 0.3.31",
13913 "gpui",
13914 "indexmap",
13915 "log",
13916 "palette",
13917 "parking_lot",
13918 "refineable",
13919 "schemars",
13920 "serde",
13921 "serde_derive",
13922 "serde_json",
13923 "serde_json_lenient",
13924 "serde_repr",
13925 "settings",
13926 "strum",
13927 "thiserror 2.0.12",
13928 "util",
13929 "uuid",
13930]
13931
13932[[package]]
13933name = "theme_extension"
13934version = "0.1.0"
13935dependencies = [
13936 "anyhow",
13937 "extension",
13938 "fs",
13939 "gpui",
13940 "theme",
13941]
13942
13943[[package]]
13944name = "theme_importer"
13945version = "0.1.0"
13946dependencies = [
13947 "anyhow",
13948 "clap",
13949 "gpui",
13950 "indexmap",
13951 "log",
13952 "palette",
13953 "rust-embed",
13954 "serde",
13955 "serde_json",
13956 "serde_json_lenient",
13957 "simplelog",
13958 "strum",
13959 "theme",
13960 "vscode_theme",
13961]
13962
13963[[package]]
13964name = "theme_selector"
13965version = "0.1.0"
13966dependencies = [
13967 "fs",
13968 "fuzzy",
13969 "gpui",
13970 "log",
13971 "picker",
13972 "serde",
13973 "settings",
13974 "telemetry",
13975 "theme",
13976 "ui",
13977 "util",
13978 "workspace",
13979 "zed_actions",
13980]
13981
13982[[package]]
13983name = "thiserror"
13984version = "1.0.69"
13985source = "registry+https://github.com/rust-lang/crates.io-index"
13986checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
13987dependencies = [
13988 "thiserror-impl 1.0.69",
13989]
13990
13991[[package]]
13992name = "thiserror"
13993version = "2.0.12"
13994source = "registry+https://github.com/rust-lang/crates.io-index"
13995checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
13996dependencies = [
13997 "thiserror-impl 2.0.12",
13998]
13999
14000[[package]]
14001name = "thiserror-impl"
14002version = "1.0.69"
14003source = "registry+https://github.com/rust-lang/crates.io-index"
14004checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
14005dependencies = [
14006 "proc-macro2",
14007 "quote",
14008 "syn 2.0.100",
14009]
14010
14011[[package]]
14012name = "thiserror-impl"
14013version = "2.0.12"
14014source = "registry+https://github.com/rust-lang/crates.io-index"
14015checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
14016dependencies = [
14017 "proc-macro2",
14018 "quote",
14019 "syn 2.0.100",
14020]
14021
14022[[package]]
14023name = "thread_local"
14024version = "1.1.8"
14025source = "registry+https://github.com/rust-lang/crates.io-index"
14026checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
14027dependencies = [
14028 "cfg-if",
14029 "once_cell",
14030]
14031
14032[[package]]
14033name = "tiff"
14034version = "0.9.1"
14035source = "registry+https://github.com/rust-lang/crates.io-index"
14036checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
14037dependencies = [
14038 "flate2",
14039 "jpeg-decoder",
14040 "weezl",
14041]
14042
14043[[package]]
14044name = "tiktoken-rs"
14045version = "0.6.0"
14046source = "registry+https://github.com/rust-lang/crates.io-index"
14047checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
14048dependencies = [
14049 "anyhow",
14050 "base64 0.21.7",
14051 "bstr",
14052 "fancy-regex 0.13.0",
14053 "lazy_static",
14054 "parking_lot",
14055 "regex",
14056 "rustc-hash 1.1.0",
14057]
14058
14059[[package]]
14060name = "time"
14061version = "0.3.41"
14062source = "registry+https://github.com/rust-lang/crates.io-index"
14063checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
14064dependencies = [
14065 "deranged",
14066 "itoa",
14067 "libc",
14068 "num-conv",
14069 "num_threads",
14070 "powerfmt",
14071 "serde",
14072 "time-core",
14073 "time-macros",
14074]
14075
14076[[package]]
14077name = "time-core"
14078version = "0.1.4"
14079source = "registry+https://github.com/rust-lang/crates.io-index"
14080checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
14081
14082[[package]]
14083name = "time-macros"
14084version = "0.2.22"
14085source = "registry+https://github.com/rust-lang/crates.io-index"
14086checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
14087dependencies = [
14088 "num-conv",
14089 "time-core",
14090]
14091
14092[[package]]
14093name = "time_format"
14094version = "0.1.0"
14095dependencies = [
14096 "core-foundation 0.9.4",
14097 "core-foundation-sys",
14098 "sys-locale",
14099 "time",
14100]
14101
14102[[package]]
14103name = "tiny-keccak"
14104version = "2.0.2"
14105source = "registry+https://github.com/rust-lang/crates.io-index"
14106checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
14107dependencies = [
14108 "crunchy",
14109]
14110
14111[[package]]
14112name = "tiny-skia"
14113version = "0.11.4"
14114source = "registry+https://github.com/rust-lang/crates.io-index"
14115checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
14116dependencies = [
14117 "arrayref",
14118 "arrayvec",
14119 "bytemuck",
14120 "cfg-if",
14121 "log",
14122 "png",
14123 "tiny-skia-path",
14124]
14125
14126[[package]]
14127name = "tiny-skia-path"
14128version = "0.11.4"
14129source = "registry+https://github.com/rust-lang/crates.io-index"
14130checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
14131dependencies = [
14132 "arrayref",
14133 "bytemuck",
14134 "strict-num",
14135]
14136
14137[[package]]
14138name = "tiny_http"
14139version = "0.8.2"
14140source = "registry+https://github.com/rust-lang/crates.io-index"
14141checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
14142dependencies = [
14143 "ascii",
14144 "chrono",
14145 "chunked_transfer",
14146 "log",
14147 "url",
14148]
14149
14150[[package]]
14151name = "tinystr"
14152version = "0.7.6"
14153source = "registry+https://github.com/rust-lang/crates.io-index"
14154checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
14155dependencies = [
14156 "displaydoc",
14157 "zerovec",
14158]
14159
14160[[package]]
14161name = "tinytemplate"
14162version = "1.2.1"
14163source = "registry+https://github.com/rust-lang/crates.io-index"
14164checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
14165dependencies = [
14166 "serde",
14167 "serde_json",
14168]
14169
14170[[package]]
14171name = "tinyvec"
14172version = "1.8.0"
14173source = "registry+https://github.com/rust-lang/crates.io-index"
14174checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
14175dependencies = [
14176 "tinyvec_macros",
14177]
14178
14179[[package]]
14180name = "tinyvec_macros"
14181version = "0.1.1"
14182source = "registry+https://github.com/rust-lang/crates.io-index"
14183checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
14184
14185[[package]]
14186name = "title_bar"
14187version = "0.1.0"
14188dependencies = [
14189 "auto_update",
14190 "call",
14191 "chrono",
14192 "client",
14193 "collections",
14194 "db",
14195 "feature_flags",
14196 "gpui",
14197 "http_client",
14198 "notifications",
14199 "pretty_assertions",
14200 "project",
14201 "remote",
14202 "rpc",
14203 "schemars",
14204 "serde",
14205 "settings",
14206 "smallvec",
14207 "story",
14208 "telemetry",
14209 "theme",
14210 "tree-sitter-md",
14211 "ui",
14212 "util",
14213 "windows 0.61.1",
14214 "workspace",
14215 "zed_actions",
14216]
14217
14218[[package]]
14219name = "tokio"
14220version = "1.43.0"
14221source = "registry+https://github.com/rust-lang/crates.io-index"
14222checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
14223dependencies = [
14224 "backtrace",
14225 "bytes 1.10.1",
14226 "libc",
14227 "mio",
14228 "parking_lot",
14229 "pin-project-lite",
14230 "signal-hook-registry",
14231 "socket2",
14232 "tokio-macros",
14233 "windows-sys 0.52.0",
14234]
14235
14236[[package]]
14237name = "tokio-io"
14238version = "0.1.13"
14239source = "registry+https://github.com/rust-lang/crates.io-index"
14240checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
14241dependencies = [
14242 "bytes 0.4.12",
14243 "futures 0.1.31",
14244 "log",
14245]
14246
14247[[package]]
14248name = "tokio-macros"
14249version = "2.5.0"
14250source = "registry+https://github.com/rust-lang/crates.io-index"
14251checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
14252dependencies = [
14253 "proc-macro2",
14254 "quote",
14255 "syn 2.0.100",
14256]
14257
14258[[package]]
14259name = "tokio-native-tls"
14260version = "0.3.1"
14261source = "registry+https://github.com/rust-lang/crates.io-index"
14262checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
14263dependencies = [
14264 "native-tls",
14265 "tokio",
14266]
14267
14268[[package]]
14269name = "tokio-rustls"
14270version = "0.24.1"
14271source = "registry+https://github.com/rust-lang/crates.io-index"
14272checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
14273dependencies = [
14274 "rustls 0.21.12",
14275 "tokio",
14276]
14277
14278[[package]]
14279name = "tokio-rustls"
14280version = "0.26.1"
14281source = "registry+https://github.com/rust-lang/crates.io-index"
14282checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
14283dependencies = [
14284 "rustls 0.23.25",
14285 "tokio",
14286]
14287
14288[[package]]
14289name = "tokio-socks"
14290version = "0.5.2"
14291source = "registry+https://github.com/rust-lang/crates.io-index"
14292checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
14293dependencies = [
14294 "either",
14295 "futures-io",
14296 "futures-util",
14297 "thiserror 1.0.69",
14298 "tokio",
14299]
14300
14301[[package]]
14302name = "tokio-stream"
14303version = "0.1.17"
14304source = "registry+https://github.com/rust-lang/crates.io-index"
14305checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
14306dependencies = [
14307 "futures-core",
14308 "pin-project-lite",
14309 "tokio",
14310]
14311
14312[[package]]
14313name = "tokio-tungstenite"
14314version = "0.20.1"
14315source = "registry+https://github.com/rust-lang/crates.io-index"
14316checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
14317dependencies = [
14318 "futures-util",
14319 "log",
14320 "rustls 0.21.12",
14321 "rustls-native-certs 0.6.3",
14322 "tokio",
14323 "tokio-rustls 0.24.1",
14324 "tungstenite 0.20.1",
14325]
14326
14327[[package]]
14328name = "tokio-tungstenite"
14329version = "0.21.0"
14330source = "registry+https://github.com/rust-lang/crates.io-index"
14331checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
14332dependencies = [
14333 "futures-util",
14334 "log",
14335 "tokio",
14336 "tungstenite 0.21.0",
14337]
14338
14339[[package]]
14340name = "tokio-util"
14341version = "0.7.13"
14342source = "registry+https://github.com/rust-lang/crates.io-index"
14343checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
14344dependencies = [
14345 "bytes 1.10.1",
14346 "futures-core",
14347 "futures-io",
14348 "futures-sink",
14349 "pin-project-lite",
14350 "tokio",
14351]
14352
14353[[package]]
14354name = "toml"
14355version = "0.5.11"
14356source = "registry+https://github.com/rust-lang/crates.io-index"
14357checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
14358dependencies = [
14359 "serde",
14360]
14361
14362[[package]]
14363name = "toml"
14364version = "0.8.20"
14365source = "registry+https://github.com/rust-lang/crates.io-index"
14366checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
14367dependencies = [
14368 "serde",
14369 "serde_spanned",
14370 "toml_datetime",
14371 "toml_edit",
14372]
14373
14374[[package]]
14375name = "toml_datetime"
14376version = "0.6.8"
14377source = "registry+https://github.com/rust-lang/crates.io-index"
14378checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
14379dependencies = [
14380 "serde",
14381]
14382
14383[[package]]
14384name = "toml_edit"
14385version = "0.22.23"
14386source = "registry+https://github.com/rust-lang/crates.io-index"
14387checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee"
14388dependencies = [
14389 "indexmap",
14390 "serde",
14391 "serde_spanned",
14392 "toml_datetime",
14393 "winnow 0.7.1",
14394]
14395
14396[[package]]
14397name = "toolchain_selector"
14398version = "0.1.0"
14399dependencies = [
14400 "editor",
14401 "fuzzy",
14402 "gpui",
14403 "language",
14404 "picker",
14405 "project",
14406 "ui",
14407 "util",
14408 "workspace",
14409]
14410
14411[[package]]
14412name = "topological-sort"
14413version = "0.2.2"
14414source = "registry+https://github.com/rust-lang/crates.io-index"
14415checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
14416
14417[[package]]
14418name = "tower"
14419version = "0.4.13"
14420source = "registry+https://github.com/rust-lang/crates.io-index"
14421checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
14422dependencies = [
14423 "futures-core",
14424 "futures-util",
14425 "pin-project",
14426 "pin-project-lite",
14427 "tokio",
14428 "tower-layer",
14429 "tower-service",
14430 "tracing",
14431]
14432
14433[[package]]
14434name = "tower-http"
14435version = "0.3.5"
14436source = "registry+https://github.com/rust-lang/crates.io-index"
14437checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
14438dependencies = [
14439 "bitflags 1.3.2",
14440 "bytes 1.10.1",
14441 "futures-core",
14442 "futures-util",
14443 "http 0.2.12",
14444 "http-body 0.4.6",
14445 "http-range-header",
14446 "pin-project-lite",
14447 "tower-layer",
14448 "tower-service",
14449]
14450
14451[[package]]
14452name = "tower-http"
14453version = "0.4.4"
14454source = "registry+https://github.com/rust-lang/crates.io-index"
14455checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
14456dependencies = [
14457 "bitflags 2.9.0",
14458 "bytes 1.10.1",
14459 "futures-core",
14460 "futures-util",
14461 "http 0.2.12",
14462 "http-body 0.4.6",
14463 "http-range-header",
14464 "pin-project-lite",
14465 "tower-layer",
14466 "tower-service",
14467 "tracing",
14468]
14469
14470[[package]]
14471name = "tower-layer"
14472version = "0.3.3"
14473source = "registry+https://github.com/rust-lang/crates.io-index"
14474checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
14475
14476[[package]]
14477name = "tower-service"
14478version = "0.3.3"
14479source = "registry+https://github.com/rust-lang/crates.io-index"
14480checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
14481
14482[[package]]
14483name = "tracing"
14484version = "0.1.41"
14485source = "registry+https://github.com/rust-lang/crates.io-index"
14486checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
14487dependencies = [
14488 "log",
14489 "pin-project-lite",
14490 "tracing-attributes",
14491 "tracing-core",
14492]
14493
14494[[package]]
14495name = "tracing-attributes"
14496version = "0.1.28"
14497source = "registry+https://github.com/rust-lang/crates.io-index"
14498checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
14499dependencies = [
14500 "proc-macro2",
14501 "quote",
14502 "syn 2.0.100",
14503]
14504
14505[[package]]
14506name = "tracing-core"
14507version = "0.1.33"
14508source = "registry+https://github.com/rust-lang/crates.io-index"
14509checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
14510dependencies = [
14511 "once_cell",
14512 "valuable",
14513]
14514
14515[[package]]
14516name = "tracing-log"
14517version = "0.2.0"
14518source = "registry+https://github.com/rust-lang/crates.io-index"
14519checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
14520dependencies = [
14521 "log",
14522 "once_cell",
14523 "tracing-core",
14524]
14525
14526[[package]]
14527name = "tracing-serde"
14528version = "0.2.0"
14529source = "registry+https://github.com/rust-lang/crates.io-index"
14530checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
14531dependencies = [
14532 "serde",
14533 "tracing-core",
14534]
14535
14536[[package]]
14537name = "tracing-subscriber"
14538version = "0.3.19"
14539source = "registry+https://github.com/rust-lang/crates.io-index"
14540checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
14541dependencies = [
14542 "matchers",
14543 "nu-ansi-term",
14544 "once_cell",
14545 "regex",
14546 "serde",
14547 "serde_json",
14548 "sharded-slab",
14549 "smallvec",
14550 "thread_local",
14551 "tracing",
14552 "tracing-core",
14553 "tracing-log",
14554 "tracing-serde",
14555]
14556
14557[[package]]
14558name = "trait-variant"
14559version = "0.1.2"
14560source = "registry+https://github.com/rust-lang/crates.io-index"
14561checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
14562dependencies = [
14563 "proc-macro2",
14564 "quote",
14565 "syn 2.0.100",
14566]
14567
14568[[package]]
14569name = "tree-sitter"
14570version = "0.25.3"
14571source = "registry+https://github.com/rust-lang/crates.io-index"
14572checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
14573dependencies = [
14574 "cc",
14575 "regex",
14576 "regex-syntax 0.8.5",
14577 "serde_json",
14578 "streaming-iterator",
14579 "tree-sitter-language",
14580 "wasmtime-c-api-impl",
14581]
14582
14583[[package]]
14584name = "tree-sitter-bash"
14585version = "0.23.3"
14586source = "registry+https://github.com/rust-lang/crates.io-index"
14587checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
14588dependencies = [
14589 "cc",
14590 "tree-sitter-language",
14591]
14592
14593[[package]]
14594name = "tree-sitter-c"
14595version = "0.23.4"
14596source = "registry+https://github.com/rust-lang/crates.io-index"
14597checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
14598dependencies = [
14599 "cc",
14600 "tree-sitter-language",
14601]
14602
14603[[package]]
14604name = "tree-sitter-cpp"
14605version = "0.23.4"
14606source = "registry+https://github.com/rust-lang/crates.io-index"
14607checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
14608dependencies = [
14609 "cc",
14610 "tree-sitter-language",
14611]
14612
14613[[package]]
14614name = "tree-sitter-css"
14615version = "0.23.2"
14616source = "registry+https://github.com/rust-lang/crates.io-index"
14617checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
14618dependencies = [
14619 "cc",
14620 "tree-sitter-language",
14621]
14622
14623[[package]]
14624name = "tree-sitter-diff"
14625version = "0.1.0"
14626source = "registry+https://github.com/rust-lang/crates.io-index"
14627checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
14628dependencies = [
14629 "cc",
14630 "tree-sitter-language",
14631]
14632
14633[[package]]
14634name = "tree-sitter-elixir"
14635version = "0.3.4"
14636source = "registry+https://github.com/rust-lang/crates.io-index"
14637checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
14638dependencies = [
14639 "cc",
14640 "tree-sitter-language",
14641]
14642
14643[[package]]
14644name = "tree-sitter-embedded-template"
14645version = "0.23.2"
14646source = "registry+https://github.com/rust-lang/crates.io-index"
14647checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
14648dependencies = [
14649 "cc",
14650 "tree-sitter-language",
14651]
14652
14653[[package]]
14654name = "tree-sitter-gitcommit"
14655version = "0.0.1"
14656source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
14657dependencies = [
14658 "cc",
14659 "tree-sitter-language",
14660]
14661
14662[[package]]
14663name = "tree-sitter-go"
14664version = "0.23.4"
14665source = "registry+https://github.com/rust-lang/crates.io-index"
14666checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
14667dependencies = [
14668 "cc",
14669 "tree-sitter-language",
14670]
14671
14672[[package]]
14673name = "tree-sitter-gomod"
14674version = "1.1.1"
14675source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
14676dependencies = [
14677 "cc",
14678 "tree-sitter-language",
14679]
14680
14681[[package]]
14682name = "tree-sitter-gowork"
14683version = "0.0.1"
14684source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
14685dependencies = [
14686 "cc",
14687 "tree-sitter-language",
14688]
14689
14690[[package]]
14691name = "tree-sitter-heex"
14692version = "0.0.1"
14693source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
14694dependencies = [
14695 "cc",
14696 "tree-sitter-language",
14697]
14698
14699[[package]]
14700name = "tree-sitter-html"
14701version = "0.23.2"
14702source = "registry+https://github.com/rust-lang/crates.io-index"
14703checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
14704dependencies = [
14705 "cc",
14706 "tree-sitter-language",
14707]
14708
14709[[package]]
14710name = "tree-sitter-jsdoc"
14711version = "0.23.2"
14712source = "registry+https://github.com/rust-lang/crates.io-index"
14713checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
14714dependencies = [
14715 "cc",
14716 "tree-sitter-language",
14717]
14718
14719[[package]]
14720name = "tree-sitter-json"
14721version = "0.24.8"
14722source = "registry+https://github.com/rust-lang/crates.io-index"
14723checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
14724dependencies = [
14725 "cc",
14726 "tree-sitter-language",
14727]
14728
14729[[package]]
14730name = "tree-sitter-language"
14731version = "0.1.3"
14732source = "registry+https://github.com/rust-lang/crates.io-index"
14733checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
14734
14735[[package]]
14736name = "tree-sitter-md"
14737version = "0.3.2"
14738source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
14739dependencies = [
14740 "cc",
14741 "tree-sitter-language",
14742]
14743
14744[[package]]
14745name = "tree-sitter-python"
14746version = "0.23.6"
14747source = "registry+https://github.com/rust-lang/crates.io-index"
14748checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
14749dependencies = [
14750 "cc",
14751 "tree-sitter-language",
14752]
14753
14754[[package]]
14755name = "tree-sitter-regex"
14756version = "0.24.3"
14757source = "registry+https://github.com/rust-lang/crates.io-index"
14758checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
14759dependencies = [
14760 "cc",
14761 "tree-sitter-language",
14762]
14763
14764[[package]]
14765name = "tree-sitter-ruby"
14766version = "0.23.1"
14767source = "registry+https://github.com/rust-lang/crates.io-index"
14768checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
14769dependencies = [
14770 "cc",
14771 "tree-sitter-language",
14772]
14773
14774[[package]]
14775name = "tree-sitter-rust"
14776version = "0.23.2"
14777source = "registry+https://github.com/rust-lang/crates.io-index"
14778checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
14779dependencies = [
14780 "cc",
14781 "tree-sitter-language",
14782]
14783
14784[[package]]
14785name = "tree-sitter-typescript"
14786version = "0.23.2"
14787source = "registry+https://github.com/rust-lang/crates.io-index"
14788checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
14789dependencies = [
14790 "cc",
14791 "tree-sitter-language",
14792]
14793
14794[[package]]
14795name = "tree-sitter-yaml"
14796version = "0.6.1"
14797source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
14798dependencies = [
14799 "cc",
14800 "tree-sitter-language",
14801]
14802
14803[[package]]
14804name = "try-lock"
14805version = "0.2.5"
14806source = "registry+https://github.com/rust-lang/crates.io-index"
14807checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
14808
14809[[package]]
14810name = "ttf-parser"
14811version = "0.20.0"
14812source = "registry+https://github.com/rust-lang/crates.io-index"
14813checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
14814
14815[[package]]
14816name = "ttf-parser"
14817version = "0.21.1"
14818source = "registry+https://github.com/rust-lang/crates.io-index"
14819checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
14820
14821[[package]]
14822name = "ttf-parser"
14823version = "0.25.1"
14824source = "registry+https://github.com/rust-lang/crates.io-index"
14825checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
14826dependencies = [
14827 "core_maths",
14828]
14829
14830[[package]]
14831name = "tungstenite"
14832version = "0.20.1"
14833source = "registry+https://github.com/rust-lang/crates.io-index"
14834checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
14835dependencies = [
14836 "byteorder",
14837 "bytes 1.10.1",
14838 "data-encoding",
14839 "http 0.2.12",
14840 "httparse",
14841 "log",
14842 "rand 0.8.5",
14843 "rustls 0.21.12",
14844 "sha1",
14845 "thiserror 1.0.69",
14846 "url",
14847 "utf-8",
14848]
14849
14850[[package]]
14851name = "tungstenite"
14852version = "0.21.0"
14853source = "registry+https://github.com/rust-lang/crates.io-index"
14854checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
14855dependencies = [
14856 "byteorder",
14857 "bytes 1.10.1",
14858 "data-encoding",
14859 "http 1.2.0",
14860 "httparse",
14861 "log",
14862 "rand 0.8.5",
14863 "sha1",
14864 "thiserror 1.0.69",
14865 "url",
14866 "utf-8",
14867]
14868
14869[[package]]
14870name = "tungstenite"
14871version = "0.24.0"
14872source = "registry+https://github.com/rust-lang/crates.io-index"
14873checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
14874dependencies = [
14875 "byteorder",
14876 "bytes 1.10.1",
14877 "data-encoding",
14878 "http 1.2.0",
14879 "httparse",
14880 "log",
14881 "rand 0.8.5",
14882 "sha1",
14883 "thiserror 1.0.69",
14884 "utf-8",
14885]
14886
14887[[package]]
14888name = "typeid"
14889version = "1.0.2"
14890source = "registry+https://github.com/rust-lang/crates.io-index"
14891checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
14892
14893[[package]]
14894name = "typenum"
14895version = "1.17.0"
14896source = "registry+https://github.com/rust-lang/crates.io-index"
14897checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
14898
14899[[package]]
14900name = "ucd-trie"
14901version = "0.1.7"
14902source = "registry+https://github.com/rust-lang/crates.io-index"
14903checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
14904
14905[[package]]
14906name = "uds_windows"
14907version = "1.1.0"
14908source = "registry+https://github.com/rust-lang/crates.io-index"
14909checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
14910dependencies = [
14911 "memoffset",
14912 "tempfile",
14913 "winapi",
14914]
14915
14916[[package]]
14917name = "ui"
14918version = "0.1.0"
14919dependencies = [
14920 "chrono",
14921 "component",
14922 "gpui",
14923 "icons",
14924 "itertools 0.14.0",
14925 "linkme",
14926 "menu",
14927 "serde",
14928 "settings",
14929 "smallvec",
14930 "story",
14931 "strum",
14932 "theme",
14933 "ui_macros",
14934 "util",
14935 "windows 0.61.1",
14936]
14937
14938[[package]]
14939name = "ui_input"
14940version = "0.1.0"
14941dependencies = [
14942 "editor",
14943 "gpui",
14944 "settings",
14945 "theme",
14946 "ui",
14947]
14948
14949[[package]]
14950name = "ui_macros"
14951version = "0.1.0"
14952dependencies = [
14953 "convert_case 0.8.0",
14954 "linkme",
14955 "proc-macro2",
14956 "quote",
14957 "syn 1.0.109",
14958]
14959
14960[[package]]
14961name = "ui_prompt"
14962version = "0.1.0"
14963dependencies = [
14964 "gpui",
14965 "markdown",
14966 "menu",
14967 "settings",
14968 "theme",
14969 "ui",
14970 "workspace",
14971]
14972
14973[[package]]
14974name = "unicase"
14975version = "2.8.1"
14976source = "registry+https://github.com/rust-lang/crates.io-index"
14977checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
14978
14979[[package]]
14980name = "unicode-bidi"
14981version = "0.3.17"
14982source = "registry+https://github.com/rust-lang/crates.io-index"
14983checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
14984
14985[[package]]
14986name = "unicode-bidi-mirroring"
14987version = "0.2.0"
14988source = "registry+https://github.com/rust-lang/crates.io-index"
14989checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
14990
14991[[package]]
14992name = "unicode-bidi-mirroring"
14993version = "0.4.0"
14994source = "registry+https://github.com/rust-lang/crates.io-index"
14995checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
14996
14997[[package]]
14998name = "unicode-ccc"
14999version = "0.2.0"
15000source = "registry+https://github.com/rust-lang/crates.io-index"
15001checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
15002
15003[[package]]
15004name = "unicode-ccc"
15005version = "0.4.0"
15006source = "registry+https://github.com/rust-lang/crates.io-index"
15007checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
15008
15009[[package]]
15010name = "unicode-ident"
15011version = "1.0.14"
15012source = "registry+https://github.com/rust-lang/crates.io-index"
15013checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
15014
15015[[package]]
15016name = "unicode-linebreak"
15017version = "0.1.5"
15018source = "registry+https://github.com/rust-lang/crates.io-index"
15019checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
15020
15021[[package]]
15022name = "unicode-normalization"
15023version = "0.1.24"
15024source = "registry+https://github.com/rust-lang/crates.io-index"
15025checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
15026dependencies = [
15027 "tinyvec",
15028]
15029
15030[[package]]
15031name = "unicode-properties"
15032version = "0.1.3"
15033source = "registry+https://github.com/rust-lang/crates.io-index"
15034checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
15035
15036[[package]]
15037name = "unicode-script"
15038version = "0.5.7"
15039source = "registry+https://github.com/rust-lang/crates.io-index"
15040checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
15041
15042[[package]]
15043name = "unicode-segmentation"
15044version = "1.12.0"
15045source = "registry+https://github.com/rust-lang/crates.io-index"
15046checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
15047
15048[[package]]
15049name = "unicode-vo"
15050version = "0.1.0"
15051source = "registry+https://github.com/rust-lang/crates.io-index"
15052checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
15053
15054[[package]]
15055name = "unicode-width"
15056version = "0.1.14"
15057source = "registry+https://github.com/rust-lang/crates.io-index"
15058checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
15059
15060[[package]]
15061name = "unicode-xid"
15062version = "0.2.6"
15063source = "registry+https://github.com/rust-lang/crates.io-index"
15064checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
15065
15066[[package]]
15067name = "unicode_categories"
15068version = "0.1.1"
15069source = "registry+https://github.com/rust-lang/crates.io-index"
15070checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
15071
15072[[package]]
15073name = "unindent"
15074version = "0.2.4"
15075source = "registry+https://github.com/rust-lang/crates.io-index"
15076checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
15077
15078[[package]]
15079name = "untrusted"
15080version = "0.9.0"
15081source = "registry+https://github.com/rust-lang/crates.io-index"
15082checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
15083
15084[[package]]
15085name = "url"
15086version = "2.5.4"
15087source = "registry+https://github.com/rust-lang/crates.io-index"
15088checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
15089dependencies = [
15090 "form_urlencoded",
15091 "idna",
15092 "percent-encoding",
15093 "serde",
15094]
15095
15096[[package]]
15097name = "urlencoding"
15098version = "2.1.3"
15099source = "registry+https://github.com/rust-lang/crates.io-index"
15100checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
15101
15102[[package]]
15103name = "usvg"
15104version = "0.45.0"
15105source = "registry+https://github.com/rust-lang/crates.io-index"
15106checksum = "2ac8e0e3e4696253dc06167990b3fe9a2668ab66270adf949a464db4088cb354"
15107dependencies = [
15108 "base64 0.22.1",
15109 "data-url",
15110 "flate2",
15111 "fontdb 0.23.0",
15112 "imagesize",
15113 "kurbo",
15114 "log",
15115 "pico-args",
15116 "roxmltree",
15117 "rustybuzz 0.20.1",
15118 "simplecss",
15119 "siphasher 1.0.1",
15120 "strict-num",
15121 "svgtypes",
15122 "tiny-skia-path",
15123 "unicode-bidi",
15124 "unicode-script",
15125 "unicode-vo",
15126 "xmlwriter",
15127]
15128
15129[[package]]
15130name = "utf-8"
15131version = "0.7.6"
15132source = "registry+https://github.com/rust-lang/crates.io-index"
15133checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
15134
15135[[package]]
15136name = "utf16_iter"
15137version = "1.0.5"
15138source = "registry+https://github.com/rust-lang/crates.io-index"
15139checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
15140
15141[[package]]
15142name = "utf8_iter"
15143version = "1.0.4"
15144source = "registry+https://github.com/rust-lang/crates.io-index"
15145checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
15146
15147[[package]]
15148name = "utf8parse"
15149version = "0.2.2"
15150source = "registry+https://github.com/rust-lang/crates.io-index"
15151checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
15152
15153[[package]]
15154name = "util"
15155version = "0.1.0"
15156dependencies = [
15157 "anyhow",
15158 "async-fs",
15159 "collections",
15160 "dirs 4.0.0",
15161 "dunce",
15162 "futures 0.3.31",
15163 "futures-lite 1.13.0",
15164 "git2",
15165 "globset",
15166 "itertools 0.14.0",
15167 "libc",
15168 "log",
15169 "rand 0.8.5",
15170 "regex",
15171 "rust-embed",
15172 "serde",
15173 "serde_json",
15174 "smol",
15175 "take-until",
15176 "tempfile",
15177 "tendril",
15178 "unicase",
15179 "util_macros",
15180]
15181
15182[[package]]
15183name = "util_macros"
15184version = "0.1.0"
15185dependencies = [
15186 "quote",
15187 "syn 1.0.109",
15188]
15189
15190[[package]]
15191name = "uuid"
15192version = "1.13.2"
15193source = "registry+https://github.com/rust-lang/crates.io-index"
15194checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6"
15195dependencies = [
15196 "getrandom 0.3.1",
15197 "serde",
15198 "sha1_smol",
15199]
15200
15201[[package]]
15202name = "v_frame"
15203version = "0.3.8"
15204source = "registry+https://github.com/rust-lang/crates.io-index"
15205checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
15206dependencies = [
15207 "aligned-vec",
15208 "num-traits",
15209 "wasm-bindgen",
15210]
15211
15212[[package]]
15213name = "valuable"
15214version = "0.1.0"
15215source = "registry+https://github.com/rust-lang/crates.io-index"
15216checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
15217
15218[[package]]
15219name = "value-bag"
15220version = "1.10.0"
15221source = "registry+https://github.com/rust-lang/crates.io-index"
15222checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
15223dependencies = [
15224 "value-bag-serde1",
15225 "value-bag-sval2",
15226]
15227
15228[[package]]
15229name = "value-bag-serde1"
15230version = "1.10.0"
15231source = "registry+https://github.com/rust-lang/crates.io-index"
15232checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
15233dependencies = [
15234 "erased-serde",
15235 "serde",
15236 "serde_fmt",
15237]
15238
15239[[package]]
15240name = "value-bag-sval2"
15241version = "1.10.0"
15242source = "registry+https://github.com/rust-lang/crates.io-index"
15243checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
15244dependencies = [
15245 "sval",
15246 "sval_buffer",
15247 "sval_dynamic",
15248 "sval_fmt",
15249 "sval_json",
15250 "sval_ref",
15251 "sval_serde",
15252]
15253
15254[[package]]
15255name = "vcpkg"
15256version = "0.2.15"
15257source = "registry+https://github.com/rust-lang/crates.io-index"
15258checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
15259
15260[[package]]
15261name = "version-compare"
15262version = "0.2.0"
15263source = "registry+https://github.com/rust-lang/crates.io-index"
15264checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
15265
15266[[package]]
15267name = "version_check"
15268version = "0.9.5"
15269source = "registry+https://github.com/rust-lang/crates.io-index"
15270checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
15271
15272[[package]]
15273name = "vim"
15274version = "0.1.0"
15275dependencies = [
15276 "anyhow",
15277 "assets",
15278 "async-compat",
15279 "async-trait",
15280 "collections",
15281 "command_palette",
15282 "command_palette_hooks",
15283 "db",
15284 "editor",
15285 "futures 0.3.31",
15286 "git_ui",
15287 "gpui",
15288 "indoc",
15289 "itertools 0.14.0",
15290 "language",
15291 "libc",
15292 "log",
15293 "lsp",
15294 "multi_buffer",
15295 "nvim-rs",
15296 "parking_lot",
15297 "picker",
15298 "project",
15299 "project_panel",
15300 "regex",
15301 "release_channel",
15302 "schemars",
15303 "search",
15304 "serde",
15305 "serde_derive",
15306 "serde_json",
15307 "settings",
15308 "task",
15309 "text",
15310 "theme",
15311 "tokio",
15312 "ui",
15313 "util",
15314 "vim_mode_setting",
15315 "workspace",
15316 "zed_actions",
15317]
15318
15319[[package]]
15320name = "vim_mode_setting"
15321version = "0.1.0"
15322dependencies = [
15323 "anyhow",
15324 "gpui",
15325 "settings",
15326]
15327
15328[[package]]
15329name = "vscode_theme"
15330version = "0.2.0"
15331source = "registry+https://github.com/rust-lang/crates.io-index"
15332checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
15333dependencies = [
15334 "serde",
15335]
15336
15337[[package]]
15338name = "vsimd"
15339version = "0.8.0"
15340source = "registry+https://github.com/rust-lang/crates.io-index"
15341checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
15342
15343[[package]]
15344name = "vswhom"
15345version = "0.1.0"
15346source = "registry+https://github.com/rust-lang/crates.io-index"
15347checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
15348dependencies = [
15349 "libc",
15350 "vswhom-sys",
15351]
15352
15353[[package]]
15354name = "vswhom-sys"
15355version = "0.1.2"
15356source = "registry+https://github.com/rust-lang/crates.io-index"
15357checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
15358dependencies = [
15359 "cc",
15360 "libc",
15361]
15362
15363[[package]]
15364name = "vte"
15365version = "0.15.0"
15366source = "registry+https://github.com/rust-lang/crates.io-index"
15367checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
15368dependencies = [
15369 "arrayvec",
15370 "bitflags 2.9.0",
15371 "cursor-icon",
15372 "log",
15373 "memchr",
15374 "serde",
15375]
15376
15377[[package]]
15378name = "waker-fn"
15379version = "1.2.0"
15380source = "registry+https://github.com/rust-lang/crates.io-index"
15381checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
15382
15383[[package]]
15384name = "walkdir"
15385version = "2.5.0"
15386source = "registry+https://github.com/rust-lang/crates.io-index"
15387checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
15388dependencies = [
15389 "same-file",
15390 "winapi-util",
15391]
15392
15393[[package]]
15394name = "want"
15395version = "0.3.1"
15396source = "registry+https://github.com/rust-lang/crates.io-index"
15397checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
15398dependencies = [
15399 "try-lock",
15400]
15401
15402[[package]]
15403name = "warp"
15404version = "0.3.7"
15405source = "registry+https://github.com/rust-lang/crates.io-index"
15406checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
15407dependencies = [
15408 "bytes 1.10.1",
15409 "futures-channel",
15410 "futures-util",
15411 "headers",
15412 "http 0.2.12",
15413 "hyper 0.14.32",
15414 "log",
15415 "mime",
15416 "mime_guess",
15417 "percent-encoding",
15418 "pin-project",
15419 "scoped-tls",
15420 "serde",
15421 "serde_json",
15422 "serde_urlencoded",
15423 "tokio",
15424 "tokio-tungstenite 0.21.0",
15425 "tokio-util",
15426 "tower-service",
15427 "tracing",
15428]
15429
15430[[package]]
15431name = "wasi"
15432version = "0.9.0+wasi-snapshot-preview1"
15433source = "registry+https://github.com/rust-lang/crates.io-index"
15434checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
15435
15436[[package]]
15437name = "wasi"
15438version = "0.11.0+wasi-snapshot-preview1"
15439source = "registry+https://github.com/rust-lang/crates.io-index"
15440checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
15441
15442[[package]]
15443name = "wasi"
15444version = "0.13.3+wasi-0.2.2"
15445source = "registry+https://github.com/rust-lang/crates.io-index"
15446checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
15447dependencies = [
15448 "wit-bindgen-rt 0.33.0",
15449]
15450
15451[[package]]
15452name = "wasite"
15453version = "0.1.0"
15454source = "registry+https://github.com/rust-lang/crates.io-index"
15455checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
15456
15457[[package]]
15458name = "wasm-bindgen"
15459version = "0.2.99"
15460source = "registry+https://github.com/rust-lang/crates.io-index"
15461checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
15462dependencies = [
15463 "cfg-if",
15464 "once_cell",
15465 "wasm-bindgen-macro",
15466]
15467
15468[[package]]
15469name = "wasm-bindgen-backend"
15470version = "0.2.99"
15471source = "registry+https://github.com/rust-lang/crates.io-index"
15472checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
15473dependencies = [
15474 "bumpalo",
15475 "log",
15476 "proc-macro2",
15477 "quote",
15478 "syn 2.0.100",
15479 "wasm-bindgen-shared",
15480]
15481
15482[[package]]
15483name = "wasm-bindgen-futures"
15484version = "0.4.49"
15485source = "registry+https://github.com/rust-lang/crates.io-index"
15486checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
15487dependencies = [
15488 "cfg-if",
15489 "js-sys",
15490 "once_cell",
15491 "wasm-bindgen",
15492 "web-sys",
15493]
15494
15495[[package]]
15496name = "wasm-bindgen-macro"
15497version = "0.2.99"
15498source = "registry+https://github.com/rust-lang/crates.io-index"
15499checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
15500dependencies = [
15501 "quote",
15502 "wasm-bindgen-macro-support",
15503]
15504
15505[[package]]
15506name = "wasm-bindgen-macro-support"
15507version = "0.2.99"
15508source = "registry+https://github.com/rust-lang/crates.io-index"
15509checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
15510dependencies = [
15511 "proc-macro2",
15512 "quote",
15513 "syn 2.0.100",
15514 "wasm-bindgen-backend",
15515 "wasm-bindgen-shared",
15516]
15517
15518[[package]]
15519name = "wasm-bindgen-shared"
15520version = "0.2.99"
15521source = "registry+https://github.com/rust-lang/crates.io-index"
15522checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
15523
15524[[package]]
15525name = "wasm-encoder"
15526version = "0.201.0"
15527source = "registry+https://github.com/rust-lang/crates.io-index"
15528checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
15529dependencies = [
15530 "leb128",
15531]
15532
15533[[package]]
15534name = "wasm-encoder"
15535version = "0.221.3"
15536source = "registry+https://github.com/rust-lang/crates.io-index"
15537checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
15538dependencies = [
15539 "leb128",
15540 "wasmparser 0.221.3",
15541]
15542
15543[[package]]
15544name = "wasm-metadata"
15545version = "0.201.0"
15546source = "registry+https://github.com/rust-lang/crates.io-index"
15547checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
15548dependencies = [
15549 "anyhow",
15550 "indexmap",
15551 "serde",
15552 "serde_derive",
15553 "serde_json",
15554 "spdx",
15555 "wasm-encoder 0.201.0",
15556 "wasmparser 0.201.0",
15557]
15558
15559[[package]]
15560name = "wasm-metadata"
15561version = "0.221.3"
15562source = "registry+https://github.com/rust-lang/crates.io-index"
15563checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
15564dependencies = [
15565 "anyhow",
15566 "indexmap",
15567 "serde",
15568 "serde_derive",
15569 "serde_json",
15570 "spdx",
15571 "wasm-encoder 0.221.3",
15572 "wasmparser 0.221.3",
15573]
15574
15575[[package]]
15576name = "wasm-streams"
15577version = "0.4.2"
15578source = "registry+https://github.com/rust-lang/crates.io-index"
15579checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
15580dependencies = [
15581 "futures-util",
15582 "js-sys",
15583 "wasm-bindgen",
15584 "wasm-bindgen-futures",
15585 "web-sys",
15586]
15587
15588[[package]]
15589name = "wasmparser"
15590version = "0.201.0"
15591source = "registry+https://github.com/rust-lang/crates.io-index"
15592checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
15593dependencies = [
15594 "bitflags 2.9.0",
15595 "indexmap",
15596 "semver",
15597]
15598
15599[[package]]
15600name = "wasmparser"
15601version = "0.221.3"
15602source = "registry+https://github.com/rust-lang/crates.io-index"
15603checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
15604dependencies = [
15605 "bitflags 2.9.0",
15606 "hashbrown 0.15.2",
15607 "indexmap",
15608 "semver",
15609 "serde",
15610]
15611
15612[[package]]
15613name = "wasmprinter"
15614version = "0.221.3"
15615source = "registry+https://github.com/rust-lang/crates.io-index"
15616checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
15617dependencies = [
15618 "anyhow",
15619 "termcolor",
15620 "wasmparser 0.221.3",
15621]
15622
15623[[package]]
15624name = "wasmtime"
15625version = "29.0.1"
15626source = "registry+https://github.com/rust-lang/crates.io-index"
15627checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
15628dependencies = [
15629 "anyhow",
15630 "async-trait",
15631 "bitflags 2.9.0",
15632 "bumpalo",
15633 "cc",
15634 "cfg-if",
15635 "encoding_rs",
15636 "hashbrown 0.14.5",
15637 "indexmap",
15638 "libc",
15639 "log",
15640 "mach2",
15641 "memfd",
15642 "object",
15643 "once_cell",
15644 "paste",
15645 "postcard",
15646 "psm",
15647 "pulley-interpreter",
15648 "rustix",
15649 "semver",
15650 "serde",
15651 "serde_derive",
15652 "smallvec",
15653 "sptr",
15654 "target-lexicon 0.13.2",
15655 "trait-variant",
15656 "wasmparser 0.221.3",
15657 "wasmtime-asm-macros",
15658 "wasmtime-component-macro",
15659 "wasmtime-component-util",
15660 "wasmtime-cranelift",
15661 "wasmtime-environ",
15662 "wasmtime-fiber",
15663 "wasmtime-jit-icache-coherence",
15664 "wasmtime-math",
15665 "wasmtime-slab",
15666 "wasmtime-versioned-export-macros",
15667 "wasmtime-winch",
15668 "windows-sys 0.59.0",
15669]
15670
15671[[package]]
15672name = "wasmtime-asm-macros"
15673version = "29.0.1"
15674source = "registry+https://github.com/rust-lang/crates.io-index"
15675checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
15676dependencies = [
15677 "cfg-if",
15678]
15679
15680[[package]]
15681name = "wasmtime-c-api-impl"
15682version = "29.0.1"
15683source = "registry+https://github.com/rust-lang/crates.io-index"
15684checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
15685dependencies = [
15686 "anyhow",
15687 "log",
15688 "tracing",
15689 "wasmtime",
15690 "wasmtime-c-api-macros",
15691]
15692
15693[[package]]
15694name = "wasmtime-c-api-macros"
15695version = "29.0.1"
15696source = "registry+https://github.com/rust-lang/crates.io-index"
15697checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
15698dependencies = [
15699 "proc-macro2",
15700 "quote",
15701]
15702
15703[[package]]
15704name = "wasmtime-component-macro"
15705version = "29.0.1"
15706source = "registry+https://github.com/rust-lang/crates.io-index"
15707checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
15708dependencies = [
15709 "anyhow",
15710 "proc-macro2",
15711 "quote",
15712 "syn 2.0.100",
15713 "wasmtime-component-util",
15714 "wasmtime-wit-bindgen",
15715 "wit-parser 0.221.3",
15716]
15717
15718[[package]]
15719name = "wasmtime-component-util"
15720version = "29.0.1"
15721source = "registry+https://github.com/rust-lang/crates.io-index"
15722checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
15723
15724[[package]]
15725name = "wasmtime-cranelift"
15726version = "29.0.1"
15727source = "registry+https://github.com/rust-lang/crates.io-index"
15728checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
15729dependencies = [
15730 "anyhow",
15731 "cfg-if",
15732 "cranelift-codegen",
15733 "cranelift-control",
15734 "cranelift-entity",
15735 "cranelift-frontend",
15736 "cranelift-native",
15737 "gimli",
15738 "itertools 0.12.1",
15739 "log",
15740 "object",
15741 "smallvec",
15742 "target-lexicon 0.13.2",
15743 "thiserror 1.0.69",
15744 "wasmparser 0.221.3",
15745 "wasmtime-environ",
15746 "wasmtime-versioned-export-macros",
15747]
15748
15749[[package]]
15750name = "wasmtime-environ"
15751version = "29.0.1"
15752source = "registry+https://github.com/rust-lang/crates.io-index"
15753checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
15754dependencies = [
15755 "anyhow",
15756 "cpp_demangle",
15757 "cranelift-bitset",
15758 "cranelift-entity",
15759 "gimli",
15760 "indexmap",
15761 "log",
15762 "object",
15763 "postcard",
15764 "rustc-demangle",
15765 "semver",
15766 "serde",
15767 "serde_derive",
15768 "smallvec",
15769 "target-lexicon 0.13.2",
15770 "wasm-encoder 0.221.3",
15771 "wasmparser 0.221.3",
15772 "wasmprinter",
15773 "wasmtime-component-util",
15774]
15775
15776[[package]]
15777name = "wasmtime-fiber"
15778version = "29.0.1"
15779source = "registry+https://github.com/rust-lang/crates.io-index"
15780checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
15781dependencies = [
15782 "anyhow",
15783 "cc",
15784 "cfg-if",
15785 "rustix",
15786 "wasmtime-asm-macros",
15787 "wasmtime-versioned-export-macros",
15788 "windows-sys 0.59.0",
15789]
15790
15791[[package]]
15792name = "wasmtime-jit-icache-coherence"
15793version = "29.0.1"
15794source = "registry+https://github.com/rust-lang/crates.io-index"
15795checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
15796dependencies = [
15797 "anyhow",
15798 "cfg-if",
15799 "libc",
15800 "windows-sys 0.59.0",
15801]
15802
15803[[package]]
15804name = "wasmtime-math"
15805version = "29.0.1"
15806source = "registry+https://github.com/rust-lang/crates.io-index"
15807checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
15808dependencies = [
15809 "libm",
15810]
15811
15812[[package]]
15813name = "wasmtime-slab"
15814version = "29.0.1"
15815source = "registry+https://github.com/rust-lang/crates.io-index"
15816checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
15817
15818[[package]]
15819name = "wasmtime-versioned-export-macros"
15820version = "29.0.1"
15821source = "registry+https://github.com/rust-lang/crates.io-index"
15822checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
15823dependencies = [
15824 "proc-macro2",
15825 "quote",
15826 "syn 2.0.100",
15827]
15828
15829[[package]]
15830name = "wasmtime-wasi"
15831version = "29.0.1"
15832source = "registry+https://github.com/rust-lang/crates.io-index"
15833checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
15834dependencies = [
15835 "anyhow",
15836 "async-trait",
15837 "bitflags 2.9.0",
15838 "bytes 1.10.1",
15839 "cap-fs-ext",
15840 "cap-net-ext",
15841 "cap-rand",
15842 "cap-std",
15843 "cap-time-ext",
15844 "fs-set-times",
15845 "futures 0.3.31",
15846 "io-extras",
15847 "io-lifetimes",
15848 "rustix",
15849 "system-interface",
15850 "thiserror 1.0.69",
15851 "tokio",
15852 "tracing",
15853 "trait-variant",
15854 "url",
15855 "wasmtime",
15856 "wiggle",
15857 "windows-sys 0.59.0",
15858]
15859
15860[[package]]
15861name = "wasmtime-winch"
15862version = "29.0.1"
15863source = "registry+https://github.com/rust-lang/crates.io-index"
15864checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
15865dependencies = [
15866 "anyhow",
15867 "cranelift-codegen",
15868 "gimli",
15869 "object",
15870 "target-lexicon 0.13.2",
15871 "wasmparser 0.221.3",
15872 "wasmtime-cranelift",
15873 "wasmtime-environ",
15874 "winch-codegen",
15875]
15876
15877[[package]]
15878name = "wasmtime-wit-bindgen"
15879version = "29.0.1"
15880source = "registry+https://github.com/rust-lang/crates.io-index"
15881checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
15882dependencies = [
15883 "anyhow",
15884 "heck 0.5.0",
15885 "indexmap",
15886 "wit-parser 0.221.3",
15887]
15888
15889[[package]]
15890name = "wast"
15891version = "35.0.2"
15892source = "registry+https://github.com/rust-lang/crates.io-index"
15893checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
15894dependencies = [
15895 "leb128",
15896]
15897
15898[[package]]
15899name = "wayland-backend"
15900version = "0.3.8"
15901source = "registry+https://github.com/rust-lang/crates.io-index"
15902checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
15903dependencies = [
15904 "cc",
15905 "downcast-rs",
15906 "rustix",
15907 "scoped-tls",
15908 "smallvec",
15909 "wayland-sys",
15910]
15911
15912[[package]]
15913name = "wayland-client"
15914version = "0.31.8"
15915source = "registry+https://github.com/rust-lang/crates.io-index"
15916checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
15917dependencies = [
15918 "bitflags 2.9.0",
15919 "rustix",
15920 "wayland-backend",
15921 "wayland-scanner",
15922]
15923
15924[[package]]
15925name = "wayland-cursor"
15926version = "0.31.8"
15927source = "registry+https://github.com/rust-lang/crates.io-index"
15928checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
15929dependencies = [
15930 "rustix",
15931 "wayland-client",
15932 "xcursor",
15933]
15934
15935[[package]]
15936name = "wayland-protocols"
15937version = "0.31.2"
15938source = "registry+https://github.com/rust-lang/crates.io-index"
15939checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
15940dependencies = [
15941 "bitflags 2.9.0",
15942 "wayland-backend",
15943 "wayland-client",
15944 "wayland-scanner",
15945]
15946
15947[[package]]
15948name = "wayland-protocols-plasma"
15949version = "0.2.0"
15950source = "registry+https://github.com/rust-lang/crates.io-index"
15951checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
15952dependencies = [
15953 "bitflags 2.9.0",
15954 "wayland-backend",
15955 "wayland-client",
15956 "wayland-protocols",
15957 "wayland-scanner",
15958]
15959
15960[[package]]
15961name = "wayland-scanner"
15962version = "0.31.6"
15963source = "registry+https://github.com/rust-lang/crates.io-index"
15964checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
15965dependencies = [
15966 "proc-macro2",
15967 "quick-xml 0.37.2",
15968 "quote",
15969]
15970
15971[[package]]
15972name = "wayland-sys"
15973version = "0.31.6"
15974source = "registry+https://github.com/rust-lang/crates.io-index"
15975checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
15976dependencies = [
15977 "dlib",
15978 "log",
15979 "once_cell",
15980 "pkg-config",
15981]
15982
15983[[package]]
15984name = "web-sys"
15985version = "0.3.76"
15986source = "registry+https://github.com/rust-lang/crates.io-index"
15987checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
15988dependencies = [
15989 "js-sys",
15990 "wasm-bindgen",
15991]
15992
15993[[package]]
15994name = "web-time"
15995version = "1.1.0"
15996source = "registry+https://github.com/rust-lang/crates.io-index"
15997checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
15998dependencies = [
15999 "js-sys",
16000 "wasm-bindgen",
16001]
16002
16003[[package]]
16004name = "webpki-root-certs"
16005version = "0.26.8"
16006source = "registry+https://github.com/rust-lang/crates.io-index"
16007checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
16008dependencies = [
16009 "rustls-pki-types",
16010]
16011
16012[[package]]
16013name = "webpki-roots"
16014version = "0.26.7"
16015source = "registry+https://github.com/rust-lang/crates.io-index"
16016checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
16017dependencies = [
16018 "rustls-pki-types",
16019]
16020
16021[[package]]
16022name = "webrtc-sys"
16023version = "0.3.5"
16024source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
16025dependencies = [
16026 "cc",
16027 "cxx",
16028 "cxx-build",
16029 "glob",
16030 "log",
16031 "webrtc-sys-build",
16032]
16033
16034[[package]]
16035name = "webrtc-sys-build"
16036version = "0.3.5"
16037source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
16038dependencies = [
16039 "fs2",
16040 "regex",
16041 "reqwest 0.11.27",
16042 "scratch",
16043 "semver",
16044 "zip",
16045]
16046
16047[[package]]
16048name = "weezl"
16049version = "0.1.8"
16050source = "registry+https://github.com/rust-lang/crates.io-index"
16051checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
16052
16053[[package]]
16054name = "welcome"
16055version = "0.1.0"
16056dependencies = [
16057 "anyhow",
16058 "client",
16059 "db",
16060 "editor",
16061 "fuzzy",
16062 "gpui",
16063 "install_cli",
16064 "language",
16065 "picker",
16066 "project",
16067 "schemars",
16068 "serde",
16069 "settings",
16070 "telemetry",
16071 "ui",
16072 "util",
16073 "vim_mode_setting",
16074 "workspace",
16075 "zed_actions",
16076]
16077
16078[[package]]
16079name = "which"
16080version = "4.4.2"
16081source = "registry+https://github.com/rust-lang/crates.io-index"
16082checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
16083dependencies = [
16084 "either",
16085 "home",
16086 "once_cell",
16087 "rustix",
16088]
16089
16090[[package]]
16091name = "which"
16092version = "6.0.3"
16093source = "registry+https://github.com/rust-lang/crates.io-index"
16094checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
16095dependencies = [
16096 "either",
16097 "home",
16098 "rustix",
16099 "winsafe",
16100]
16101
16102[[package]]
16103name = "whoami"
16104version = "1.5.2"
16105source = "registry+https://github.com/rust-lang/crates.io-index"
16106checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
16107dependencies = [
16108 "redox_syscall 0.5.8",
16109 "wasite",
16110]
16111
16112[[package]]
16113name = "wiggle"
16114version = "29.0.1"
16115source = "registry+https://github.com/rust-lang/crates.io-index"
16116checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
16117dependencies = [
16118 "anyhow",
16119 "async-trait",
16120 "bitflags 2.9.0",
16121 "thiserror 1.0.69",
16122 "tracing",
16123 "wasmtime",
16124 "wiggle-macro",
16125]
16126
16127[[package]]
16128name = "wiggle-generate"
16129version = "29.0.1"
16130source = "registry+https://github.com/rust-lang/crates.io-index"
16131checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
16132dependencies = [
16133 "anyhow",
16134 "heck 0.5.0",
16135 "proc-macro2",
16136 "quote",
16137 "shellexpand 2.1.2",
16138 "syn 2.0.100",
16139 "witx",
16140]
16141
16142[[package]]
16143name = "wiggle-macro"
16144version = "29.0.1"
16145source = "registry+https://github.com/rust-lang/crates.io-index"
16146checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
16147dependencies = [
16148 "proc-macro2",
16149 "quote",
16150 "syn 2.0.100",
16151 "wiggle-generate",
16152]
16153
16154[[package]]
16155name = "winapi"
16156version = "0.3.9"
16157source = "registry+https://github.com/rust-lang/crates.io-index"
16158checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
16159dependencies = [
16160 "winapi-i686-pc-windows-gnu",
16161 "winapi-x86_64-pc-windows-gnu",
16162]
16163
16164[[package]]
16165name = "winapi-i686-pc-windows-gnu"
16166version = "0.4.0"
16167source = "registry+https://github.com/rust-lang/crates.io-index"
16168checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
16169
16170[[package]]
16171name = "winapi-util"
16172version = "0.1.9"
16173source = "registry+https://github.com/rust-lang/crates.io-index"
16174checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
16175dependencies = [
16176 "windows-sys 0.48.0",
16177]
16178
16179[[package]]
16180name = "winapi-x86_64-pc-windows-gnu"
16181version = "0.4.0"
16182source = "registry+https://github.com/rust-lang/crates.io-index"
16183checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
16184
16185[[package]]
16186name = "winch-codegen"
16187version = "29.0.1"
16188source = "registry+https://github.com/rust-lang/crates.io-index"
16189checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
16190dependencies = [
16191 "anyhow",
16192 "cranelift-codegen",
16193 "gimli",
16194 "regalloc2",
16195 "smallvec",
16196 "target-lexicon 0.13.2",
16197 "thiserror 1.0.69",
16198 "wasmparser 0.221.3",
16199 "wasmtime-cranelift",
16200 "wasmtime-environ",
16201]
16202
16203[[package]]
16204name = "windows"
16205version = "0.54.0"
16206source = "registry+https://github.com/rust-lang/crates.io-index"
16207checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
16208dependencies = [
16209 "windows-core 0.54.0",
16210 "windows-targets 0.52.6",
16211]
16212
16213[[package]]
16214name = "windows"
16215version = "0.57.0"
16216source = "registry+https://github.com/rust-lang/crates.io-index"
16217checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
16218dependencies = [
16219 "windows-core 0.57.0",
16220 "windows-targets 0.52.6",
16221]
16222
16223[[package]]
16224name = "windows"
16225version = "0.58.0"
16226source = "registry+https://github.com/rust-lang/crates.io-index"
16227checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
16228dependencies = [
16229 "windows-core 0.58.0",
16230 "windows-targets 0.52.6",
16231]
16232
16233[[package]]
16234name = "windows"
16235version = "0.61.1"
16236source = "registry+https://github.com/rust-lang/crates.io-index"
16237checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
16238dependencies = [
16239 "windows-collections",
16240 "windows-core 0.61.0",
16241 "windows-future",
16242 "windows-link",
16243 "windows-numerics",
16244]
16245
16246[[package]]
16247name = "windows-collections"
16248version = "0.2.0"
16249source = "registry+https://github.com/rust-lang/crates.io-index"
16250checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
16251dependencies = [
16252 "windows-core 0.61.0",
16253]
16254
16255[[package]]
16256name = "windows-core"
16257version = "0.52.0"
16258source = "registry+https://github.com/rust-lang/crates.io-index"
16259checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
16260dependencies = [
16261 "windows-targets 0.52.6",
16262]
16263
16264[[package]]
16265name = "windows-core"
16266version = "0.54.0"
16267source = "registry+https://github.com/rust-lang/crates.io-index"
16268checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
16269dependencies = [
16270 "windows-result 0.1.2",
16271 "windows-targets 0.52.6",
16272]
16273
16274[[package]]
16275name = "windows-core"
16276version = "0.57.0"
16277source = "registry+https://github.com/rust-lang/crates.io-index"
16278checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
16279dependencies = [
16280 "windows-implement 0.57.0",
16281 "windows-interface 0.57.0",
16282 "windows-result 0.1.2",
16283 "windows-targets 0.52.6",
16284]
16285
16286[[package]]
16287name = "windows-core"
16288version = "0.58.0"
16289source = "registry+https://github.com/rust-lang/crates.io-index"
16290checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
16291dependencies = [
16292 "windows-implement 0.58.0",
16293 "windows-interface 0.58.0",
16294 "windows-result 0.2.0",
16295 "windows-strings 0.1.0",
16296 "windows-targets 0.52.6",
16297]
16298
16299[[package]]
16300name = "windows-core"
16301version = "0.61.0"
16302source = "registry+https://github.com/rust-lang/crates.io-index"
16303checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
16304dependencies = [
16305 "windows-implement 0.60.0",
16306 "windows-interface 0.59.1",
16307 "windows-link",
16308 "windows-result 0.3.2",
16309 "windows-strings 0.4.0",
16310]
16311
16312[[package]]
16313name = "windows-future"
16314version = "0.2.0"
16315source = "registry+https://github.com/rust-lang/crates.io-index"
16316checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
16317dependencies = [
16318 "windows-core 0.61.0",
16319 "windows-link",
16320]
16321
16322[[package]]
16323name = "windows-implement"
16324version = "0.57.0"
16325source = "registry+https://github.com/rust-lang/crates.io-index"
16326checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
16327dependencies = [
16328 "proc-macro2",
16329 "quote",
16330 "syn 2.0.100",
16331]
16332
16333[[package]]
16334name = "windows-implement"
16335version = "0.58.0"
16336source = "registry+https://github.com/rust-lang/crates.io-index"
16337checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
16338dependencies = [
16339 "proc-macro2",
16340 "quote",
16341 "syn 2.0.100",
16342]
16343
16344[[package]]
16345name = "windows-implement"
16346version = "0.60.0"
16347source = "registry+https://github.com/rust-lang/crates.io-index"
16348checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
16349dependencies = [
16350 "proc-macro2",
16351 "quote",
16352 "syn 2.0.100",
16353]
16354
16355[[package]]
16356name = "windows-interface"
16357version = "0.57.0"
16358source = "registry+https://github.com/rust-lang/crates.io-index"
16359checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
16360dependencies = [
16361 "proc-macro2",
16362 "quote",
16363 "syn 2.0.100",
16364]
16365
16366[[package]]
16367name = "windows-interface"
16368version = "0.58.0"
16369source = "registry+https://github.com/rust-lang/crates.io-index"
16370checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
16371dependencies = [
16372 "proc-macro2",
16373 "quote",
16374 "syn 2.0.100",
16375]
16376
16377[[package]]
16378name = "windows-interface"
16379version = "0.59.1"
16380source = "registry+https://github.com/rust-lang/crates.io-index"
16381checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
16382dependencies = [
16383 "proc-macro2",
16384 "quote",
16385 "syn 2.0.100",
16386]
16387
16388[[package]]
16389name = "windows-link"
16390version = "0.1.1"
16391source = "registry+https://github.com/rust-lang/crates.io-index"
16392checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
16393
16394[[package]]
16395name = "windows-numerics"
16396version = "0.2.0"
16397source = "registry+https://github.com/rust-lang/crates.io-index"
16398checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
16399dependencies = [
16400 "windows-core 0.61.0",
16401 "windows-link",
16402]
16403
16404[[package]]
16405name = "windows-registry"
16406version = "0.2.0"
16407source = "registry+https://github.com/rust-lang/crates.io-index"
16408checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
16409dependencies = [
16410 "windows-result 0.2.0",
16411 "windows-strings 0.1.0",
16412 "windows-targets 0.52.6",
16413]
16414
16415[[package]]
16416name = "windows-result"
16417version = "0.1.2"
16418source = "registry+https://github.com/rust-lang/crates.io-index"
16419checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
16420dependencies = [
16421 "windows-targets 0.52.6",
16422]
16423
16424[[package]]
16425name = "windows-result"
16426version = "0.2.0"
16427source = "registry+https://github.com/rust-lang/crates.io-index"
16428checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
16429dependencies = [
16430 "windows-targets 0.52.6",
16431]
16432
16433[[package]]
16434name = "windows-result"
16435version = "0.3.2"
16436source = "registry+https://github.com/rust-lang/crates.io-index"
16437checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
16438dependencies = [
16439 "windows-link",
16440]
16441
16442[[package]]
16443name = "windows-strings"
16444version = "0.1.0"
16445source = "registry+https://github.com/rust-lang/crates.io-index"
16446checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
16447dependencies = [
16448 "windows-result 0.2.0",
16449 "windows-targets 0.52.6",
16450]
16451
16452[[package]]
16453name = "windows-strings"
16454version = "0.4.0"
16455source = "registry+https://github.com/rust-lang/crates.io-index"
16456checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
16457dependencies = [
16458 "windows-link",
16459]
16460
16461[[package]]
16462name = "windows-sys"
16463version = "0.45.0"
16464source = "registry+https://github.com/rust-lang/crates.io-index"
16465checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
16466dependencies = [
16467 "windows-targets 0.42.2",
16468]
16469
16470[[package]]
16471name = "windows-sys"
16472version = "0.48.0"
16473source = "registry+https://github.com/rust-lang/crates.io-index"
16474checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
16475dependencies = [
16476 "windows-targets 0.48.5",
16477]
16478
16479[[package]]
16480name = "windows-sys"
16481version = "0.52.0"
16482source = "registry+https://github.com/rust-lang/crates.io-index"
16483checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
16484dependencies = [
16485 "windows-targets 0.52.6",
16486]
16487
16488[[package]]
16489name = "windows-sys"
16490version = "0.59.0"
16491source = "registry+https://github.com/rust-lang/crates.io-index"
16492checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
16493dependencies = [
16494 "windows-targets 0.52.6",
16495]
16496
16497[[package]]
16498name = "windows-targets"
16499version = "0.42.2"
16500source = "registry+https://github.com/rust-lang/crates.io-index"
16501checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
16502dependencies = [
16503 "windows_aarch64_gnullvm 0.42.2",
16504 "windows_aarch64_msvc 0.42.2",
16505 "windows_i686_gnu 0.42.2",
16506 "windows_i686_msvc 0.42.2",
16507 "windows_x86_64_gnu 0.42.2",
16508 "windows_x86_64_gnullvm 0.42.2",
16509 "windows_x86_64_msvc 0.42.2",
16510]
16511
16512[[package]]
16513name = "windows-targets"
16514version = "0.48.5"
16515source = "registry+https://github.com/rust-lang/crates.io-index"
16516checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
16517dependencies = [
16518 "windows_aarch64_gnullvm 0.48.5",
16519 "windows_aarch64_msvc 0.48.5",
16520 "windows_i686_gnu 0.48.5",
16521 "windows_i686_msvc 0.48.5",
16522 "windows_x86_64_gnu 0.48.5",
16523 "windows_x86_64_gnullvm 0.48.5",
16524 "windows_x86_64_msvc 0.48.5",
16525]
16526
16527[[package]]
16528name = "windows-targets"
16529version = "0.52.6"
16530source = "registry+https://github.com/rust-lang/crates.io-index"
16531checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
16532dependencies = [
16533 "windows_aarch64_gnullvm 0.52.6",
16534 "windows_aarch64_msvc 0.52.6",
16535 "windows_i686_gnu 0.52.6",
16536 "windows_i686_gnullvm",
16537 "windows_i686_msvc 0.52.6",
16538 "windows_x86_64_gnu 0.52.6",
16539 "windows_x86_64_gnullvm 0.52.6",
16540 "windows_x86_64_msvc 0.52.6",
16541]
16542
16543[[package]]
16544name = "windows_aarch64_gnullvm"
16545version = "0.42.2"
16546source = "registry+https://github.com/rust-lang/crates.io-index"
16547checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
16548
16549[[package]]
16550name = "windows_aarch64_gnullvm"
16551version = "0.48.5"
16552source = "registry+https://github.com/rust-lang/crates.io-index"
16553checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
16554
16555[[package]]
16556name = "windows_aarch64_gnullvm"
16557version = "0.52.6"
16558source = "registry+https://github.com/rust-lang/crates.io-index"
16559checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
16560
16561[[package]]
16562name = "windows_aarch64_msvc"
16563version = "0.42.2"
16564source = "registry+https://github.com/rust-lang/crates.io-index"
16565checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
16566
16567[[package]]
16568name = "windows_aarch64_msvc"
16569version = "0.48.5"
16570source = "registry+https://github.com/rust-lang/crates.io-index"
16571checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
16572
16573[[package]]
16574name = "windows_aarch64_msvc"
16575version = "0.52.6"
16576source = "registry+https://github.com/rust-lang/crates.io-index"
16577checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
16578
16579[[package]]
16580name = "windows_i686_gnu"
16581version = "0.42.2"
16582source = "registry+https://github.com/rust-lang/crates.io-index"
16583checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
16584
16585[[package]]
16586name = "windows_i686_gnu"
16587version = "0.48.5"
16588source = "registry+https://github.com/rust-lang/crates.io-index"
16589checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
16590
16591[[package]]
16592name = "windows_i686_gnu"
16593version = "0.52.6"
16594source = "registry+https://github.com/rust-lang/crates.io-index"
16595checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
16596
16597[[package]]
16598name = "windows_i686_gnullvm"
16599version = "0.52.6"
16600source = "registry+https://github.com/rust-lang/crates.io-index"
16601checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
16602
16603[[package]]
16604name = "windows_i686_msvc"
16605version = "0.42.2"
16606source = "registry+https://github.com/rust-lang/crates.io-index"
16607checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
16608
16609[[package]]
16610name = "windows_i686_msvc"
16611version = "0.48.5"
16612source = "registry+https://github.com/rust-lang/crates.io-index"
16613checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
16614
16615[[package]]
16616name = "windows_i686_msvc"
16617version = "0.52.6"
16618source = "registry+https://github.com/rust-lang/crates.io-index"
16619checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
16620
16621[[package]]
16622name = "windows_x86_64_gnu"
16623version = "0.42.2"
16624source = "registry+https://github.com/rust-lang/crates.io-index"
16625checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
16626
16627[[package]]
16628name = "windows_x86_64_gnu"
16629version = "0.48.5"
16630source = "registry+https://github.com/rust-lang/crates.io-index"
16631checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
16632
16633[[package]]
16634name = "windows_x86_64_gnu"
16635version = "0.52.6"
16636source = "registry+https://github.com/rust-lang/crates.io-index"
16637checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
16638
16639[[package]]
16640name = "windows_x86_64_gnullvm"
16641version = "0.42.2"
16642source = "registry+https://github.com/rust-lang/crates.io-index"
16643checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
16644
16645[[package]]
16646name = "windows_x86_64_gnullvm"
16647version = "0.48.5"
16648source = "registry+https://github.com/rust-lang/crates.io-index"
16649checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
16650
16651[[package]]
16652name = "windows_x86_64_gnullvm"
16653version = "0.52.6"
16654source = "registry+https://github.com/rust-lang/crates.io-index"
16655checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
16656
16657[[package]]
16658name = "windows_x86_64_msvc"
16659version = "0.42.2"
16660source = "registry+https://github.com/rust-lang/crates.io-index"
16661checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
16662
16663[[package]]
16664name = "windows_x86_64_msvc"
16665version = "0.48.5"
16666source = "registry+https://github.com/rust-lang/crates.io-index"
16667checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
16668
16669[[package]]
16670name = "windows_x86_64_msvc"
16671version = "0.52.6"
16672source = "registry+https://github.com/rust-lang/crates.io-index"
16673checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
16674
16675[[package]]
16676name = "winnow"
16677version = "0.6.20"
16678source = "registry+https://github.com/rust-lang/crates.io-index"
16679checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
16680dependencies = [
16681 "memchr",
16682]
16683
16684[[package]]
16685name = "winnow"
16686version = "0.7.1"
16687source = "registry+https://github.com/rust-lang/crates.io-index"
16688checksum = "86e376c75f4f43f44db463cf729e0d3acbf954d13e22c51e26e4c264b4ab545f"
16689dependencies = [
16690 "memchr",
16691]
16692
16693[[package]]
16694name = "winreg"
16695version = "0.50.0"
16696source = "registry+https://github.com/rust-lang/crates.io-index"
16697checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
16698dependencies = [
16699 "cfg-if",
16700 "windows-sys 0.48.0",
16701]
16702
16703[[package]]
16704name = "winreg"
16705version = "0.52.0"
16706source = "registry+https://github.com/rust-lang/crates.io-index"
16707checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
16708dependencies = [
16709 "cfg-if",
16710 "windows-sys 0.48.0",
16711]
16712
16713[[package]]
16714name = "winresource"
16715version = "0.1.20"
16716source = "registry+https://github.com/rust-lang/crates.io-index"
16717checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
16718dependencies = [
16719 "toml 0.8.20",
16720 "version_check",
16721]
16722
16723[[package]]
16724name = "winsafe"
16725version = "0.0.19"
16726source = "registry+https://github.com/rust-lang/crates.io-index"
16727checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
16728
16729[[package]]
16730name = "winx"
16731version = "0.36.4"
16732source = "registry+https://github.com/rust-lang/crates.io-index"
16733checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
16734dependencies = [
16735 "bitflags 2.9.0",
16736 "windows-sys 0.59.0",
16737]
16738
16739[[package]]
16740name = "wio"
16741version = "0.2.2"
16742source = "registry+https://github.com/rust-lang/crates.io-index"
16743checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
16744dependencies = [
16745 "winapi",
16746]
16747
16748[[package]]
16749name = "wit-bindgen"
16750version = "0.22.0"
16751source = "registry+https://github.com/rust-lang/crates.io-index"
16752checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
16753dependencies = [
16754 "bitflags 2.9.0",
16755 "wit-bindgen-rt 0.22.0",
16756 "wit-bindgen-rust-macro",
16757]
16758
16759[[package]]
16760name = "wit-bindgen-core"
16761version = "0.22.0"
16762source = "registry+https://github.com/rust-lang/crates.io-index"
16763checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
16764dependencies = [
16765 "anyhow",
16766 "wit-parser 0.201.0",
16767]
16768
16769[[package]]
16770name = "wit-bindgen-rt"
16771version = "0.22.0"
16772source = "registry+https://github.com/rust-lang/crates.io-index"
16773checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
16774
16775[[package]]
16776name = "wit-bindgen-rt"
16777version = "0.33.0"
16778source = "registry+https://github.com/rust-lang/crates.io-index"
16779checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
16780dependencies = [
16781 "bitflags 2.9.0",
16782]
16783
16784[[package]]
16785name = "wit-bindgen-rust"
16786version = "0.22.0"
16787source = "registry+https://github.com/rust-lang/crates.io-index"
16788checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
16789dependencies = [
16790 "anyhow",
16791 "heck 0.4.1",
16792 "indexmap",
16793 "wasm-metadata 0.201.0",
16794 "wit-bindgen-core",
16795 "wit-component 0.201.0",
16796]
16797
16798[[package]]
16799name = "wit-bindgen-rust-macro"
16800version = "0.22.0"
16801source = "registry+https://github.com/rust-lang/crates.io-index"
16802checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
16803dependencies = [
16804 "anyhow",
16805 "proc-macro2",
16806 "quote",
16807 "syn 2.0.100",
16808 "wit-bindgen-core",
16809 "wit-bindgen-rust",
16810]
16811
16812[[package]]
16813name = "wit-component"
16814version = "0.201.0"
16815source = "registry+https://github.com/rust-lang/crates.io-index"
16816checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
16817dependencies = [
16818 "anyhow",
16819 "bitflags 2.9.0",
16820 "indexmap",
16821 "log",
16822 "serde",
16823 "serde_derive",
16824 "serde_json",
16825 "wasm-encoder 0.201.0",
16826 "wasm-metadata 0.201.0",
16827 "wasmparser 0.201.0",
16828 "wit-parser 0.201.0",
16829]
16830
16831[[package]]
16832name = "wit-component"
16833version = "0.221.3"
16834source = "registry+https://github.com/rust-lang/crates.io-index"
16835checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
16836dependencies = [
16837 "anyhow",
16838 "bitflags 2.9.0",
16839 "indexmap",
16840 "log",
16841 "serde",
16842 "serde_derive",
16843 "serde_json",
16844 "wasm-encoder 0.221.3",
16845 "wasm-metadata 0.221.3",
16846 "wasmparser 0.221.3",
16847 "wit-parser 0.221.3",
16848]
16849
16850[[package]]
16851name = "wit-parser"
16852version = "0.201.0"
16853source = "registry+https://github.com/rust-lang/crates.io-index"
16854checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
16855dependencies = [
16856 "anyhow",
16857 "id-arena",
16858 "indexmap",
16859 "log",
16860 "semver",
16861 "serde",
16862 "serde_derive",
16863 "serde_json",
16864 "unicode-xid",
16865 "wasmparser 0.201.0",
16866]
16867
16868[[package]]
16869name = "wit-parser"
16870version = "0.221.3"
16871source = "registry+https://github.com/rust-lang/crates.io-index"
16872checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
16873dependencies = [
16874 "anyhow",
16875 "id-arena",
16876 "indexmap",
16877 "log",
16878 "semver",
16879 "serde",
16880 "serde_derive",
16881 "serde_json",
16882 "unicode-xid",
16883 "wasmparser 0.221.3",
16884]
16885
16886[[package]]
16887name = "witx"
16888version = "0.9.1"
16889source = "registry+https://github.com/rust-lang/crates.io-index"
16890checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
16891dependencies = [
16892 "anyhow",
16893 "log",
16894 "thiserror 1.0.69",
16895 "wast",
16896]
16897
16898[[package]]
16899name = "workspace"
16900version = "0.1.0"
16901dependencies = [
16902 "any_vec",
16903 "anyhow",
16904 "async-recursion 1.1.1",
16905 "bincode",
16906 "call",
16907 "client",
16908 "clock",
16909 "collections",
16910 "component",
16911 "db",
16912 "derive_more",
16913 "env_logger 0.11.7",
16914 "fs",
16915 "futures 0.3.31",
16916 "gpui",
16917 "http_client",
16918 "itertools 0.14.0",
16919 "language",
16920 "log",
16921 "node_runtime",
16922 "parking_lot",
16923 "postage",
16924 "project",
16925 "remote",
16926 "schemars",
16927 "serde",
16928 "serde_json",
16929 "session",
16930 "settings",
16931 "smallvec",
16932 "sqlez",
16933 "strum",
16934 "task",
16935 "telemetry",
16936 "tempfile",
16937 "theme",
16938 "ui",
16939 "util",
16940 "uuid",
16941 "zed_actions",
16942]
16943
16944[[package]]
16945name = "worktree"
16946version = "0.1.0"
16947dependencies = [
16948 "anyhow",
16949 "clock",
16950 "collections",
16951 "env_logger 0.11.7",
16952 "fs",
16953 "futures 0.3.31",
16954 "fuzzy",
16955 "git",
16956 "git2",
16957 "git_hosting_providers",
16958 "gpui",
16959 "http_client",
16960 "ignore",
16961 "language",
16962 "log",
16963 "parking_lot",
16964 "paths",
16965 "postage",
16966 "pretty_assertions",
16967 "rand 0.8.5",
16968 "rpc",
16969 "schemars",
16970 "serde",
16971 "serde_json",
16972 "settings",
16973 "smallvec",
16974 "smol",
16975 "sum_tree",
16976 "text",
16977 "util",
16978]
16979
16980[[package]]
16981name = "write16"
16982version = "1.0.0"
16983source = "registry+https://github.com/rust-lang/crates.io-index"
16984checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
16985
16986[[package]]
16987name = "writeable"
16988version = "0.5.5"
16989source = "registry+https://github.com/rust-lang/crates.io-index"
16990checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
16991
16992[[package]]
16993name = "wyz"
16994version = "0.5.1"
16995source = "registry+https://github.com/rust-lang/crates.io-index"
16996checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
16997dependencies = [
16998 "tap",
16999]
17000
17001[[package]]
17002name = "x11-clipboard"
17003version = "0.9.3"
17004source = "registry+https://github.com/rust-lang/crates.io-index"
17005checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
17006dependencies = [
17007 "libc",
17008 "x11rb",
17009]
17010
17011[[package]]
17012name = "x11rb"
17013version = "0.13.1"
17014source = "registry+https://github.com/rust-lang/crates.io-index"
17015checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
17016dependencies = [
17017 "as-raw-xcb-connection",
17018 "gethostname",
17019 "libc",
17020 "rustix",
17021 "x11rb-protocol",
17022]
17023
17024[[package]]
17025name = "x11rb-protocol"
17026version = "0.13.1"
17027source = "registry+https://github.com/rust-lang/crates.io-index"
17028checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
17029
17030[[package]]
17031name = "xattr"
17032version = "0.2.3"
17033source = "registry+https://github.com/rust-lang/crates.io-index"
17034checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
17035dependencies = [
17036 "libc",
17037]
17038
17039[[package]]
17040name = "xcursor"
17041version = "0.3.8"
17042source = "registry+https://github.com/rust-lang/crates.io-index"
17043checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
17044
17045[[package]]
17046name = "xdg-home"
17047version = "1.3.0"
17048source = "registry+https://github.com/rust-lang/crates.io-index"
17049checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
17050dependencies = [
17051 "libc",
17052 "windows-sys 0.59.0",
17053]
17054
17055[[package]]
17056name = "xim"
17057version = "0.4.0"
17058source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17059dependencies = [
17060 "ahash 0.8.11",
17061 "hashbrown 0.14.5",
17062 "log",
17063 "x11rb",
17064 "xim-ctext",
17065 "xim-parser",
17066]
17067
17068[[package]]
17069name = "xim-ctext"
17070version = "0.3.0"
17071source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17072dependencies = [
17073 "encoding_rs",
17074]
17075
17076[[package]]
17077name = "xim-parser"
17078version = "0.2.1"
17079source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17080dependencies = [
17081 "bitflags 2.9.0",
17082]
17083
17084[[package]]
17085name = "xkbcommon"
17086version = "0.8.0"
17087source = "registry+https://github.com/rust-lang/crates.io-index"
17088checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
17089dependencies = [
17090 "as-raw-xcb-connection",
17091 "libc",
17092 "memmap2",
17093 "xkeysym",
17094]
17095
17096[[package]]
17097name = "xkeysym"
17098version = "0.2.1"
17099source = "registry+https://github.com/rust-lang/crates.io-index"
17100checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
17101
17102[[package]]
17103name = "xml5ever"
17104version = "0.18.1"
17105source = "registry+https://github.com/rust-lang/crates.io-index"
17106checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
17107dependencies = [
17108 "log",
17109 "mac",
17110 "markup5ever",
17111]
17112
17113[[package]]
17114name = "xmlparser"
17115version = "0.13.6"
17116source = "registry+https://github.com/rust-lang/crates.io-index"
17117checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
17118
17119[[package]]
17120name = "xmlwriter"
17121version = "0.1.0"
17122source = "registry+https://github.com/rust-lang/crates.io-index"
17123checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
17124
17125[[package]]
17126name = "xtask"
17127version = "0.1.0"
17128dependencies = [
17129 "anyhow",
17130 "cargo_metadata",
17131 "cargo_toml",
17132 "clap",
17133]
17134
17135[[package]]
17136name = "yaml-rust2"
17137version = "0.8.1"
17138source = "registry+https://github.com/rust-lang/crates.io-index"
17139checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
17140dependencies = [
17141 "arraydeque",
17142 "encoding_rs",
17143 "hashlink 0.8.4",
17144]
17145
17146[[package]]
17147name = "yansi"
17148version = "1.0.1"
17149source = "registry+https://github.com/rust-lang/crates.io-index"
17150checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
17151
17152[[package]]
17153name = "yazi"
17154version = "0.2.1"
17155source = "registry+https://github.com/rust-lang/crates.io-index"
17156checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
17157
17158[[package]]
17159name = "yeslogic-fontconfig-sys"
17160version = "6.0.0"
17161source = "registry+https://github.com/rust-lang/crates.io-index"
17162checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
17163dependencies = [
17164 "dlib",
17165 "once_cell",
17166 "pkg-config",
17167]
17168
17169[[package]]
17170name = "yoke"
17171version = "0.7.5"
17172source = "registry+https://github.com/rust-lang/crates.io-index"
17173checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
17174dependencies = [
17175 "serde",
17176 "stable_deref_trait",
17177 "yoke-derive",
17178 "zerofrom",
17179]
17180
17181[[package]]
17182name = "yoke-derive"
17183version = "0.7.5"
17184source = "registry+https://github.com/rust-lang/crates.io-index"
17185checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
17186dependencies = [
17187 "proc-macro2",
17188 "quote",
17189 "syn 2.0.100",
17190 "synstructure",
17191]
17192
17193[[package]]
17194name = "zbus"
17195version = "5.5.0"
17196source = "registry+https://github.com/rust-lang/crates.io-index"
17197checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
17198dependencies = [
17199 "async-broadcast",
17200 "async-executor",
17201 "async-fs",
17202 "async-io",
17203 "async-lock",
17204 "async-process",
17205 "async-recursion 1.1.1",
17206 "async-task",
17207 "async-trait",
17208 "blocking",
17209 "enumflags2",
17210 "event-listener 5.3.1",
17211 "futures-core",
17212 "futures-lite 2.6.0",
17213 "hex",
17214 "nix",
17215 "ordered-stream",
17216 "serde",
17217 "serde_repr",
17218 "static_assertions",
17219 "tracing",
17220 "uds_windows",
17221 "windows-sys 0.59.0",
17222 "winnow 0.7.1",
17223 "xdg-home",
17224 "zbus_macros",
17225 "zbus_names",
17226 "zvariant",
17227]
17228
17229[[package]]
17230name = "zbus_macros"
17231version = "5.5.0"
17232source = "registry+https://github.com/rust-lang/crates.io-index"
17233checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
17234dependencies = [
17235 "proc-macro-crate",
17236 "proc-macro2",
17237 "quote",
17238 "syn 2.0.100",
17239 "zbus_names",
17240 "zvariant",
17241 "zvariant_utils",
17242]
17243
17244[[package]]
17245name = "zbus_names"
17246version = "4.1.0"
17247source = "registry+https://github.com/rust-lang/crates.io-index"
17248checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
17249dependencies = [
17250 "serde",
17251 "static_assertions",
17252 "winnow 0.6.20",
17253 "zvariant",
17254]
17255
17256[[package]]
17257name = "zed"
17258version = "0.181.0"
17259dependencies = [
17260 "activity_indicator",
17261 "anyhow",
17262 "ashpd",
17263 "assets",
17264 "assistant",
17265 "assistant2",
17266 "assistant_context_editor",
17267 "assistant_settings",
17268 "assistant_tools",
17269 "async-watch",
17270 "audio",
17271 "auto_update",
17272 "auto_update_ui",
17273 "backtrace",
17274 "breadcrumbs",
17275 "call",
17276 "channel",
17277 "chrono",
17278 "clap",
17279 "cli",
17280 "client",
17281 "collab_ui",
17282 "collections",
17283 "command_palette",
17284 "command_palette_hooks",
17285 "component_preview",
17286 "copilot",
17287 "db",
17288 "debugger_tools",
17289 "debugger_ui",
17290 "diagnostics",
17291 "editor",
17292 "env_logger 0.11.7",
17293 "extension",
17294 "extension_host",
17295 "extensions_ui",
17296 "feature_flags",
17297 "feedback",
17298 "file_finder",
17299 "fs",
17300 "futures 0.3.31",
17301 "git",
17302 "git_hosting_providers",
17303 "git_ui",
17304 "go_to_line",
17305 "gpui",
17306 "gpui_tokio",
17307 "http_client",
17308 "image_viewer",
17309 "inline_completion_button",
17310 "install_cli",
17311 "journal",
17312 "language",
17313 "language_extension",
17314 "language_model",
17315 "language_models",
17316 "language_selector",
17317 "language_tools",
17318 "languages",
17319 "libc",
17320 "log",
17321 "markdown_preview",
17322 "menu",
17323 "migrator",
17324 "mimalloc",
17325 "nix",
17326 "node_runtime",
17327 "notifications",
17328 "outline",
17329 "outline_panel",
17330 "parking_lot",
17331 "paths",
17332 "picker",
17333 "profiling",
17334 "project",
17335 "project_panel",
17336 "project_symbols",
17337 "prompt_store",
17338 "proto",
17339 "recent_projects",
17340 "release_channel",
17341 "remote",
17342 "repl",
17343 "reqwest_client",
17344 "rope",
17345 "search",
17346 "serde",
17347 "serde_json",
17348 "session",
17349 "settings",
17350 "settings_ui",
17351 "shellexpand 2.1.2",
17352 "simplelog",
17353 "smol",
17354 "snippet_provider",
17355 "snippets_ui",
17356 "supermaven",
17357 "sysinfo",
17358 "tab_switcher",
17359 "task",
17360 "tasks_ui",
17361 "telemetry",
17362 "telemetry_events",
17363 "terminal_view",
17364 "theme",
17365 "theme_extension",
17366 "theme_selector",
17367 "time",
17368 "title_bar",
17369 "toolchain_selector",
17370 "tree-sitter-md",
17371 "tree-sitter-rust",
17372 "ui",
17373 "ui_prompt",
17374 "url",
17375 "urlencoding",
17376 "util",
17377 "uuid",
17378 "vim",
17379 "vim_mode_setting",
17380 "welcome",
17381 "windows 0.61.1",
17382 "winresource",
17383 "workspace",
17384 "zed_actions",
17385 "zeta",
17386 "zlog_settings",
17387]
17388
17389[[package]]
17390name = "zed_actions"
17391version = "0.1.0"
17392dependencies = [
17393 "gpui",
17394 "schemars",
17395 "serde",
17396]
17397
17398[[package]]
17399name = "zed_emmet"
17400version = "0.0.3"
17401dependencies = [
17402 "zed_extension_api 0.1.0",
17403]
17404
17405[[package]]
17406name = "zed_extension_api"
17407version = "0.1.0"
17408source = "registry+https://github.com/rust-lang/crates.io-index"
17409checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
17410dependencies = [
17411 "serde",
17412 "serde_json",
17413 "wit-bindgen",
17414]
17415
17416[[package]]
17417name = "zed_extension_api"
17418version = "0.4.0"
17419dependencies = [
17420 "serde",
17421 "serde_json",
17422 "wit-bindgen",
17423]
17424
17425[[package]]
17426name = "zed_glsl"
17427version = "0.1.0"
17428dependencies = [
17429 "zed_extension_api 0.1.0",
17430]
17431
17432[[package]]
17433name = "zed_html"
17434version = "0.2.0"
17435dependencies = [
17436 "zed_extension_api 0.1.0",
17437]
17438
17439[[package]]
17440name = "zed_llm_client"
17441version = "0.4.1"
17442source = "registry+https://github.com/rust-lang/crates.io-index"
17443checksum = "1bf21350eced858d129840589158a8f6895c4fa4327ae56dd8c7d6a98495bed4"
17444dependencies = [
17445 "serde",
17446 "serde_json",
17447 "uuid",
17448]
17449
17450[[package]]
17451name = "zed_proto"
17452version = "0.2.1"
17453dependencies = [
17454 "zed_extension_api 0.1.0",
17455]
17456
17457[[package]]
17458name = "zed_ruff"
17459version = "0.1.0"
17460dependencies = [
17461 "zed_extension_api 0.1.0",
17462]
17463
17464[[package]]
17465name = "zed_snippets"
17466version = "0.0.5"
17467dependencies = [
17468 "serde_json",
17469 "zed_extension_api 0.1.0",
17470]
17471
17472[[package]]
17473name = "zed_test_extension"
17474version = "0.1.0"
17475dependencies = [
17476 "zed_extension_api 0.4.0",
17477]
17478
17479[[package]]
17480name = "zed_toml"
17481version = "0.1.3"
17482dependencies = [
17483 "zed_extension_api 0.1.0",
17484]
17485
17486[[package]]
17487name = "zeno"
17488version = "0.3.2"
17489source = "registry+https://github.com/rust-lang/crates.io-index"
17490checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
17491
17492[[package]]
17493name = "zerocopy"
17494version = "0.7.35"
17495source = "registry+https://github.com/rust-lang/crates.io-index"
17496checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
17497dependencies = [
17498 "byteorder",
17499 "zerocopy-derive 0.7.35",
17500]
17501
17502[[package]]
17503name = "zerocopy"
17504version = "0.8.18"
17505source = "registry+https://github.com/rust-lang/crates.io-index"
17506checksum = "79386d31a42a4996e3336b0919ddb90f81112af416270cff95b5f5af22b839c2"
17507dependencies = [
17508 "zerocopy-derive 0.8.18",
17509]
17510
17511[[package]]
17512name = "zerocopy-derive"
17513version = "0.7.35"
17514source = "registry+https://github.com/rust-lang/crates.io-index"
17515checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
17516dependencies = [
17517 "proc-macro2",
17518 "quote",
17519 "syn 2.0.100",
17520]
17521
17522[[package]]
17523name = "zerocopy-derive"
17524version = "0.8.18"
17525source = "registry+https://github.com/rust-lang/crates.io-index"
17526checksum = "76331675d372f91bf8d17e13afbd5fe639200b73d01f0fc748bb059f9cca2db7"
17527dependencies = [
17528 "proc-macro2",
17529 "quote",
17530 "syn 2.0.100",
17531]
17532
17533[[package]]
17534name = "zerofrom"
17535version = "0.1.5"
17536source = "registry+https://github.com/rust-lang/crates.io-index"
17537checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
17538dependencies = [
17539 "zerofrom-derive",
17540]
17541
17542[[package]]
17543name = "zerofrom-derive"
17544version = "0.1.5"
17545source = "registry+https://github.com/rust-lang/crates.io-index"
17546checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
17547dependencies = [
17548 "proc-macro2",
17549 "quote",
17550 "syn 2.0.100",
17551 "synstructure",
17552]
17553
17554[[package]]
17555name = "zeroize"
17556version = "1.8.1"
17557source = "registry+https://github.com/rust-lang/crates.io-index"
17558checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
17559dependencies = [
17560 "zeroize_derive",
17561]
17562
17563[[package]]
17564name = "zeroize_derive"
17565version = "1.4.2"
17566source = "registry+https://github.com/rust-lang/crates.io-index"
17567checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
17568dependencies = [
17569 "proc-macro2",
17570 "quote",
17571 "syn 2.0.100",
17572]
17573
17574[[package]]
17575name = "zeromq"
17576version = "0.5.0-pre"
17577source = "registry+https://github.com/rust-lang/crates.io-index"
17578checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
17579dependencies = [
17580 "async-dispatcher",
17581 "async-std",
17582 "async-trait",
17583 "asynchronous-codec",
17584 "bytes 1.10.1",
17585 "crossbeam-queue",
17586 "dashmap 5.5.3",
17587 "futures 0.3.31",
17588 "log",
17589 "num-traits",
17590 "once_cell",
17591 "parking_lot",
17592 "rand 0.8.5",
17593 "regex",
17594 "thiserror 1.0.69",
17595 "uuid",
17596]
17597
17598[[package]]
17599name = "zerovec"
17600version = "0.10.4"
17601source = "registry+https://github.com/rust-lang/crates.io-index"
17602checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
17603dependencies = [
17604 "yoke",
17605 "zerofrom",
17606 "zerovec-derive",
17607]
17608
17609[[package]]
17610name = "zerovec-derive"
17611version = "0.10.3"
17612source = "registry+https://github.com/rust-lang/crates.io-index"
17613checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
17614dependencies = [
17615 "proc-macro2",
17616 "quote",
17617 "syn 2.0.100",
17618]
17619
17620[[package]]
17621name = "zeta"
17622version = "0.1.0"
17623dependencies = [
17624 "anyhow",
17625 "arrayvec",
17626 "call",
17627 "client",
17628 "clock",
17629 "collections",
17630 "command_palette_hooks",
17631 "ctor",
17632 "db",
17633 "editor",
17634 "env_logger 0.11.7",
17635 "feature_flags",
17636 "fs",
17637 "futures 0.3.31",
17638 "gpui",
17639 "http_client",
17640 "indoc",
17641 "inline_completion",
17642 "language",
17643 "language_model",
17644 "log",
17645 "menu",
17646 "migrator",
17647 "paths",
17648 "postage",
17649 "project",
17650 "regex",
17651 "release_channel",
17652 "reqwest_client",
17653 "rpc",
17654 "serde",
17655 "serde_json",
17656 "settings",
17657 "telemetry",
17658 "telemetry_events",
17659 "theme",
17660 "thiserror 2.0.12",
17661 "tree-sitter-go",
17662 "tree-sitter-rust",
17663 "ui",
17664 "unindent",
17665 "util",
17666 "uuid",
17667 "workspace",
17668 "worktree",
17669 "zed_actions",
17670 "zed_llm_client",
17671]
17672
17673[[package]]
17674name = "zip"
17675version = "0.6.6"
17676source = "registry+https://github.com/rust-lang/crates.io-index"
17677checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
17678dependencies = [
17679 "aes",
17680 "byteorder",
17681 "bzip2",
17682 "constant_time_eq 0.1.5",
17683 "crc32fast",
17684 "crossbeam-utils",
17685 "flate2",
17686 "hmac",
17687 "pbkdf2 0.11.0",
17688 "sha1",
17689 "time",
17690 "zstd",
17691]
17692
17693[[package]]
17694name = "zlog"
17695version = "0.1.0"
17696dependencies = [
17697 "log",
17698]
17699
17700[[package]]
17701name = "zlog_settings"
17702version = "0.1.0"
17703dependencies = [
17704 "anyhow",
17705 "gpui",
17706 "schemars",
17707 "serde",
17708 "settings",
17709 "zlog",
17710]
17711
17712[[package]]
17713name = "zstd"
17714version = "0.11.2+zstd.1.5.2"
17715source = "registry+https://github.com/rust-lang/crates.io-index"
17716checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
17717dependencies = [
17718 "zstd-safe",
17719]
17720
17721[[package]]
17722name = "zstd-safe"
17723version = "5.0.2+zstd.1.5.2"
17724source = "registry+https://github.com/rust-lang/crates.io-index"
17725checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
17726dependencies = [
17727 "libc",
17728 "zstd-sys",
17729]
17730
17731[[package]]
17732name = "zstd-sys"
17733version = "2.0.13+zstd.1.5.6"
17734source = "registry+https://github.com/rust-lang/crates.io-index"
17735checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
17736dependencies = [
17737 "cc",
17738 "pkg-config",
17739]
17740
17741[[package]]
17742name = "zune-core"
17743version = "0.4.12"
17744source = "registry+https://github.com/rust-lang/crates.io-index"
17745checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
17746
17747[[package]]
17748name = "zune-inflate"
17749version = "0.2.54"
17750source = "registry+https://github.com/rust-lang/crates.io-index"
17751checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
17752dependencies = [
17753 "simd-adler32",
17754]
17755
17756[[package]]
17757name = "zune-jpeg"
17758version = "0.4.13"
17759source = "registry+https://github.com/rust-lang/crates.io-index"
17760checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
17761dependencies = [
17762 "zune-core",
17763]
17764
17765[[package]]
17766name = "zvariant"
17767version = "5.4.0"
17768source = "registry+https://github.com/rust-lang/crates.io-index"
17769checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
17770dependencies = [
17771 "endi",
17772 "enumflags2",
17773 "serde",
17774 "static_assertions",
17775 "url",
17776 "winnow 0.7.1",
17777 "zvariant_derive",
17778 "zvariant_utils",
17779]
17780
17781[[package]]
17782name = "zvariant_derive"
17783version = "5.4.0"
17784source = "registry+https://github.com/rust-lang/crates.io-index"
17785checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
17786dependencies = [
17787 "proc-macro-crate",
17788 "proc-macro2",
17789 "quote",
17790 "syn 2.0.100",
17791 "zvariant_utils",
17792]
17793
17794[[package]]
17795name = "zvariant_utils"
17796version = "3.2.0"
17797source = "registry+https://github.com/rust-lang/crates.io-index"
17798checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
17799dependencies = [
17800 "proc-macro2",
17801 "quote",
17802 "serde",
17803 "static_assertions",
17804 "syn 2.0.100",
17805 "winnow 0.7.1",
17806]