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 "dap",
  585 "env_logger 0.11.7",
  586 "fs",
  587 "futures 0.3.31",
  588 "gpui",
  589 "gpui_tokio",
  590 "itertools 0.14.0",
  591 "language",
  592 "language_model",
  593 "language_models",
  594 "node_runtime",
  595 "project",
  596 "prompt_store",
  597 "regex",
  598 "release_channel",
  599 "reqwest_client",
  600 "serde",
  601 "serde_json",
  602 "serde_json_lenient",
  603 "settings",
  604 "smol",
  605 "util",
  606]
  607
  608[[package]]
  609name = "assistant_settings"
  610version = "0.1.0"
  611dependencies = [
  612 "anthropic",
  613 "anyhow",
  614 "deepseek",
  615 "feature_flags",
  616 "fs",
  617 "gpui",
  618 "indexmap",
  619 "language_model",
  620 "lmstudio",
  621 "log",
  622 "ollama",
  623 "open_ai",
  624 "paths",
  625 "schemars",
  626 "serde",
  627 "serde_json_lenient",
  628 "settings",
  629]
  630
  631[[package]]
  632name = "assistant_slash_command"
  633version = "0.1.0"
  634dependencies = [
  635 "anyhow",
  636 "async-trait",
  637 "collections",
  638 "derive_more",
  639 "extension",
  640 "futures 0.3.31",
  641 "gpui",
  642 "language",
  643 "language_model",
  644 "parking_lot",
  645 "pretty_assertions",
  646 "serde",
  647 "serde_json",
  648 "ui",
  649 "workspace",
  650]
  651
  652[[package]]
  653name = "assistant_slash_commands"
  654version = "0.1.0"
  655dependencies = [
  656 "anyhow",
  657 "assistant_slash_command",
  658 "cargo_toml",
  659 "chrono",
  660 "collections",
  661 "context_server",
  662 "editor",
  663 "env_logger 0.11.7",
  664 "feature_flags",
  665 "fs",
  666 "futures 0.3.31",
  667 "fuzzy",
  668 "globset",
  669 "gpui",
  670 "html_to_markdown",
  671 "http_client",
  672 "indexed_docs",
  673 "language",
  674 "language_model",
  675 "pretty_assertions",
  676 "project",
  677 "prompt_store",
  678 "rope",
  679 "schemars",
  680 "semantic_index",
  681 "serde",
  682 "serde_json",
  683 "settings",
  684 "smol",
  685 "terminal_view",
  686 "text",
  687 "toml 0.8.20",
  688 "ui",
  689 "util",
  690 "workspace",
  691 "worktree",
  692]
  693
  694[[package]]
  695name = "assistant_tool"
  696version = "0.1.0"
  697dependencies = [
  698 "anyhow",
  699 "clock",
  700 "collections",
  701 "derive_more",
  702 "gpui",
  703 "icons",
  704 "language",
  705 "language_model",
  706 "parking_lot",
  707 "project",
  708 "serde",
  709 "serde_json",
  710]
  711
  712[[package]]
  713name = "assistant_tools"
  714version = "0.1.0"
  715dependencies = [
  716 "anyhow",
  717 "assistant_tool",
  718 "chrono",
  719 "collections",
  720 "feature_flags",
  721 "futures 0.3.31",
  722 "gpui",
  723 "html_to_markdown",
  724 "http_client",
  725 "itertools 0.14.0",
  726 "language",
  727 "language_model",
  728 "open",
  729 "project",
  730 "rand 0.8.5",
  731 "release_channel",
  732 "schemars",
  733 "serde",
  734 "serde_json",
  735 "settings",
  736 "theme",
  737 "ui",
  738 "unindent",
  739 "util",
  740 "workspace",
  741 "worktree",
  742]
  743
  744[[package]]
  745name = "async-attributes"
  746version = "1.1.2"
  747source = "registry+https://github.com/rust-lang/crates.io-index"
  748checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  749dependencies = [
  750 "quote",
  751 "syn 1.0.109",
  752]
  753
  754[[package]]
  755name = "async-broadcast"
  756version = "0.7.2"
  757source = "registry+https://github.com/rust-lang/crates.io-index"
  758checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  759dependencies = [
  760 "event-listener 5.3.1",
  761 "event-listener-strategy",
  762 "futures-core",
  763 "pin-project-lite",
  764]
  765
  766[[package]]
  767name = "async-channel"
  768version = "1.9.0"
  769source = "registry+https://github.com/rust-lang/crates.io-index"
  770checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  771dependencies = [
  772 "concurrent-queue",
  773 "event-listener 2.5.3",
  774 "futures-core",
  775]
  776
  777[[package]]
  778name = "async-channel"
  779version = "2.3.1"
  780source = "registry+https://github.com/rust-lang/crates.io-index"
  781checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
  782dependencies = [
  783 "concurrent-queue",
  784 "event-listener-strategy",
  785 "futures-core",
  786 "pin-project-lite",
  787]
  788
  789[[package]]
  790name = "async-compat"
  791version = "0.2.4"
  792source = "registry+https://github.com/rust-lang/crates.io-index"
  793checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
  794dependencies = [
  795 "futures-core",
  796 "futures-io",
  797 "once_cell",
  798 "pin-project-lite",
  799 "tokio",
  800]
  801
  802[[package]]
  803name = "async-compression"
  804version = "0.4.22"
  805source = "registry+https://github.com/rust-lang/crates.io-index"
  806checksum = "59a194f9d963d8099596278594b3107448656ba73831c9d8c783e613ce86da64"
  807dependencies = [
  808 "deflate64",
  809 "flate2",
  810 "futures-core",
  811 "futures-io",
  812 "memchr",
  813 "pin-project-lite",
  814]
  815
  816[[package]]
  817name = "async-dispatcher"
  818version = "0.1.2"
  819source = "registry+https://github.com/rust-lang/crates.io-index"
  820checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  821dependencies = [
  822 "async-task",
  823 "futures-lite 1.13.0",
  824]
  825
  826[[package]]
  827name = "async-executor"
  828version = "1.13.1"
  829source = "registry+https://github.com/rust-lang/crates.io-index"
  830checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
  831dependencies = [
  832 "async-task",
  833 "concurrent-queue",
  834 "fastrand 2.3.0",
  835 "futures-lite 2.6.0",
  836 "slab",
  837]
  838
  839[[package]]
  840name = "async-fs"
  841version = "2.1.2"
  842source = "registry+https://github.com/rust-lang/crates.io-index"
  843checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
  844dependencies = [
  845 "async-lock",
  846 "blocking",
  847 "futures-lite 2.6.0",
  848]
  849
  850[[package]]
  851name = "async-global-executor"
  852version = "2.4.1"
  853source = "registry+https://github.com/rust-lang/crates.io-index"
  854checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  855dependencies = [
  856 "async-channel 2.3.1",
  857 "async-executor",
  858 "async-io",
  859 "async-lock",
  860 "blocking",
  861 "futures-lite 2.6.0",
  862 "once_cell",
  863]
  864
  865[[package]]
  866name = "async-io"
  867version = "2.4.0"
  868source = "registry+https://github.com/rust-lang/crates.io-index"
  869checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
  870dependencies = [
  871 "async-lock",
  872 "cfg-if",
  873 "concurrent-queue",
  874 "futures-io",
  875 "futures-lite 2.6.0",
  876 "parking",
  877 "polling",
  878 "rustix",
  879 "slab",
  880 "tracing",
  881 "windows-sys 0.59.0",
  882]
  883
  884[[package]]
  885name = "async-lock"
  886version = "3.4.0"
  887source = "registry+https://github.com/rust-lang/crates.io-index"
  888checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
  889dependencies = [
  890 "event-listener 5.3.1",
  891 "event-listener-strategy",
  892 "pin-project-lite",
  893]
  894
  895[[package]]
  896name = "async-native-tls"
  897version = "0.5.0"
  898source = "registry+https://github.com/rust-lang/crates.io-index"
  899checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
  900dependencies = [
  901 "futures-util",
  902 "native-tls",
  903 "thiserror 1.0.69",
  904 "url",
  905]
  906
  907[[package]]
  908name = "async-net"
  909version = "2.0.0"
  910source = "registry+https://github.com/rust-lang/crates.io-index"
  911checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  912dependencies = [
  913 "async-io",
  914 "blocking",
  915 "futures-lite 2.6.0",
  916]
  917
  918[[package]]
  919name = "async-pipe"
  920version = "0.1.3"
  921source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  922dependencies = [
  923 "futures 0.3.31",
  924 "log",
  925]
  926
  927[[package]]
  928name = "async-process"
  929version = "2.3.0"
  930source = "registry+https://github.com/rust-lang/crates.io-index"
  931checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
  932dependencies = [
  933 "async-channel 2.3.1",
  934 "async-io",
  935 "async-lock",
  936 "async-signal",
  937 "async-task",
  938 "blocking",
  939 "cfg-if",
  940 "event-listener 5.3.1",
  941 "futures-lite 2.6.0",
  942 "rustix",
  943 "tracing",
  944]
  945
  946[[package]]
  947name = "async-recursion"
  948version = "0.3.2"
  949source = "registry+https://github.com/rust-lang/crates.io-index"
  950checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
  951dependencies = [
  952 "proc-macro2",
  953 "quote",
  954 "syn 1.0.109",
  955]
  956
  957[[package]]
  958name = "async-recursion"
  959version = "1.1.1"
  960source = "registry+https://github.com/rust-lang/crates.io-index"
  961checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
  962dependencies = [
  963 "proc-macro2",
  964 "quote",
  965 "syn 2.0.100",
  966]
  967
  968[[package]]
  969name = "async-signal"
  970version = "0.2.10"
  971source = "registry+https://github.com/rust-lang/crates.io-index"
  972checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
  973dependencies = [
  974 "async-io",
  975 "async-lock",
  976 "atomic-waker",
  977 "cfg-if",
  978 "futures-core",
  979 "futures-io",
  980 "rustix",
  981 "signal-hook-registry",
  982 "slab",
  983 "windows-sys 0.59.0",
  984]
  985
  986[[package]]
  987name = "async-std"
  988version = "1.13.1"
  989source = "registry+https://github.com/rust-lang/crates.io-index"
  990checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24"
  991dependencies = [
  992 "async-attributes",
  993 "async-channel 1.9.0",
  994 "async-global-executor",
  995 "async-io",
  996 "async-lock",
  997 "async-process",
  998 "crossbeam-utils",
  999 "futures-channel",
 1000 "futures-core",
 1001 "futures-io",
 1002 "futures-lite 2.6.0",
 1003 "gloo-timers",
 1004 "kv-log-macro",
 1005 "log",
 1006 "memchr",
 1007 "once_cell",
 1008 "pin-project-lite",
 1009 "pin-utils",
 1010 "slab",
 1011 "wasm-bindgen-futures",
 1012]
 1013
 1014[[package]]
 1015name = "async-stream"
 1016version = "0.3.6"
 1017source = "registry+https://github.com/rust-lang/crates.io-index"
 1018checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1019dependencies = [
 1020 "async-stream-impl",
 1021 "futures-core",
 1022 "pin-project-lite",
 1023]
 1024
 1025[[package]]
 1026name = "async-stream-impl"
 1027version = "0.3.6"
 1028source = "registry+https://github.com/rust-lang/crates.io-index"
 1029checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1030dependencies = [
 1031 "proc-macro2",
 1032 "quote",
 1033 "syn 2.0.100",
 1034]
 1035
 1036[[package]]
 1037name = "async-stripe"
 1038version = "0.40.0"
 1039source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
 1040dependencies = [
 1041 "chrono",
 1042 "futures-util",
 1043 "http-types",
 1044 "hyper 0.14.32",
 1045 "hyper-rustls 0.24.2",
 1046 "serde",
 1047 "serde_json",
 1048 "serde_path_to_error",
 1049 "serde_qs 0.10.1",
 1050 "smart-default",
 1051 "smol_str 0.1.24",
 1052 "thiserror 1.0.69",
 1053 "tokio",
 1054]
 1055
 1056[[package]]
 1057name = "async-tar"
 1058version = "0.5.0"
 1059source = "registry+https://github.com/rust-lang/crates.io-index"
 1060checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
 1061dependencies = [
 1062 "async-std",
 1063 "filetime",
 1064 "libc",
 1065 "pin-project",
 1066 "redox_syscall 0.2.16",
 1067 "xattr",
 1068]
 1069
 1070[[package]]
 1071name = "async-task"
 1072version = "4.7.1"
 1073source = "registry+https://github.com/rust-lang/crates.io-index"
 1074checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
 1075
 1076[[package]]
 1077name = "async-tls"
 1078version = "0.13.0"
 1079source = "git+https://github.com/zed-industries/async-tls?rev=1e759a4b5e370f87dc15e40756ac4f8815b61d9d#1e759a4b5e370f87dc15e40756ac4f8815b61d9d"
 1080dependencies = [
 1081 "futures-core",
 1082 "futures-io",
 1083 "rustls 0.23.25",
 1084 "rustls-pemfile 2.2.0",
 1085 "webpki-roots",
 1086]
 1087
 1088[[package]]
 1089name = "async-trait"
 1090version = "0.1.88"
 1091source = "registry+https://github.com/rust-lang/crates.io-index"
 1092checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
 1093dependencies = [
 1094 "proc-macro2",
 1095 "quote",
 1096 "syn 2.0.100",
 1097]
 1098
 1099[[package]]
 1100name = "async-tungstenite"
 1101version = "0.28.2"
 1102source = "registry+https://github.com/rust-lang/crates.io-index"
 1103checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99"
 1104dependencies = [
 1105 "async-std",
 1106 "async-tls",
 1107 "atomic-waker",
 1108 "futures-core",
 1109 "futures-io",
 1110 "futures-task",
 1111 "futures-util",
 1112 "log",
 1113 "pin-project-lite",
 1114 "tungstenite 0.24.0",
 1115]
 1116
 1117[[package]]
 1118name = "async-watch"
 1119version = "0.3.1"
 1120source = "registry+https://github.com/rust-lang/crates.io-index"
 1121checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
 1122dependencies = [
 1123 "event-listener 2.5.3",
 1124]
 1125
 1126[[package]]
 1127name = "async_zip"
 1128version = "0.0.17"
 1129source = "registry+https://github.com/rust-lang/crates.io-index"
 1130checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
 1131dependencies = [
 1132 "async-compression",
 1133 "crc32fast",
 1134 "futures-lite 2.6.0",
 1135 "pin-project",
 1136 "thiserror 1.0.69",
 1137]
 1138
 1139[[package]]
 1140name = "asynchronous-codec"
 1141version = "0.7.0"
 1142source = "registry+https://github.com/rust-lang/crates.io-index"
 1143checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1144dependencies = [
 1145 "bytes 1.10.1",
 1146 "futures-sink",
 1147 "futures-util",
 1148 "memchr",
 1149 "pin-project-lite",
 1150]
 1151
 1152[[package]]
 1153name = "atoi"
 1154version = "2.0.0"
 1155source = "registry+https://github.com/rust-lang/crates.io-index"
 1156checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1157dependencies = [
 1158 "num-traits",
 1159]
 1160
 1161[[package]]
 1162name = "atomic"
 1163version = "0.5.3"
 1164source = "registry+https://github.com/rust-lang/crates.io-index"
 1165checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1166
 1167[[package]]
 1168name = "atomic-waker"
 1169version = "1.1.2"
 1170source = "registry+https://github.com/rust-lang/crates.io-index"
 1171checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1172
 1173[[package]]
 1174name = "audio"
 1175version = "0.1.0"
 1176dependencies = [
 1177 "anyhow",
 1178 "collections",
 1179 "derive_more",
 1180 "gpui",
 1181 "parking_lot",
 1182 "rodio",
 1183 "util",
 1184]
 1185
 1186[[package]]
 1187name = "auto_update"
 1188version = "0.1.0"
 1189dependencies = [
 1190 "anyhow",
 1191 "client",
 1192 "db",
 1193 "gpui",
 1194 "http_client",
 1195 "log",
 1196 "paths",
 1197 "release_channel",
 1198 "schemars",
 1199 "serde",
 1200 "serde_json",
 1201 "settings",
 1202 "smol",
 1203 "tempfile",
 1204 "which 6.0.3",
 1205 "workspace",
 1206]
 1207
 1208[[package]]
 1209name = "auto_update_ui"
 1210version = "0.1.0"
 1211dependencies = [
 1212 "anyhow",
 1213 "auto_update",
 1214 "client",
 1215 "editor",
 1216 "gpui",
 1217 "http_client",
 1218 "markdown_preview",
 1219 "release_channel",
 1220 "serde",
 1221 "serde_json",
 1222 "smol",
 1223 "util",
 1224 "workspace",
 1225]
 1226
 1227[[package]]
 1228name = "autocfg"
 1229version = "1.4.0"
 1230source = "registry+https://github.com/rust-lang/crates.io-index"
 1231checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
 1232
 1233[[package]]
 1234name = "av1-grain"
 1235version = "0.2.3"
 1236source = "registry+https://github.com/rust-lang/crates.io-index"
 1237checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
 1238dependencies = [
 1239 "anyhow",
 1240 "arrayvec",
 1241 "log",
 1242 "nom",
 1243 "num-rational",
 1244 "v_frame",
 1245]
 1246
 1247[[package]]
 1248name = "avif-serialize"
 1249version = "0.8.2"
 1250source = "registry+https://github.com/rust-lang/crates.io-index"
 1251checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
 1252dependencies = [
 1253 "arrayvec",
 1254]
 1255
 1256[[package]]
 1257name = "aws-config"
 1258version = "1.5.16"
 1259source = "registry+https://github.com/rust-lang/crates.io-index"
 1260checksum = "50236e4d60fe8458de90a71c0922c761e41755adf091b1b03de1cef537179915"
 1261dependencies = [
 1262 "aws-credential-types",
 1263 "aws-runtime",
 1264 "aws-sdk-sso",
 1265 "aws-sdk-ssooidc",
 1266 "aws-sdk-sts",
 1267 "aws-smithy-async",
 1268 "aws-smithy-http",
 1269 "aws-smithy-json",
 1270 "aws-smithy-runtime",
 1271 "aws-smithy-runtime-api",
 1272 "aws-smithy-types",
 1273 "aws-types",
 1274 "bytes 1.10.1",
 1275 "fastrand 2.3.0",
 1276 "hex",
 1277 "http 0.2.12",
 1278 "ring",
 1279 "time",
 1280 "tokio",
 1281 "tracing",
 1282 "url",
 1283 "zeroize",
 1284]
 1285
 1286[[package]]
 1287name = "aws-credential-types"
 1288version = "1.2.1"
 1289source = "registry+https://github.com/rust-lang/crates.io-index"
 1290checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
 1291dependencies = [
 1292 "aws-smithy-async",
 1293 "aws-smithy-runtime-api",
 1294 "aws-smithy-types",
 1295 "zeroize",
 1296]
 1297
 1298[[package]]
 1299name = "aws-lc-rs"
 1300version = "1.12.6"
 1301source = "registry+https://github.com/rust-lang/crates.io-index"
 1302checksum = "dabb68eb3a7aa08b46fddfd59a3d55c978243557a90ab804769f7e20e67d2b01"
 1303dependencies = [
 1304 "aws-lc-sys",
 1305 "zeroize",
 1306]
 1307
 1308[[package]]
 1309name = "aws-lc-sys"
 1310version = "0.27.0"
 1311source = "registry+https://github.com/rust-lang/crates.io-index"
 1312checksum = "6bbe221bbf523b625a4dd8585c7f38166e31167ec2ca98051dbcb4c3b6e825d2"
 1313dependencies = [
 1314 "bindgen 0.69.5",
 1315 "cc",
 1316 "cmake",
 1317 "dunce",
 1318 "fs_extra",
 1319]
 1320
 1321[[package]]
 1322name = "aws-runtime"
 1323version = "1.5.5"
 1324source = "registry+https://github.com/rust-lang/crates.io-index"
 1325checksum = "76dd04d39cc12844c0994f2c9c5a6f5184c22e9188ec1ff723de41910a21dcad"
 1326dependencies = [
 1327 "aws-credential-types",
 1328 "aws-sigv4",
 1329 "aws-smithy-async",
 1330 "aws-smithy-eventstream",
 1331 "aws-smithy-http",
 1332 "aws-smithy-runtime",
 1333 "aws-smithy-runtime-api",
 1334 "aws-smithy-types",
 1335 "aws-types",
 1336 "bytes 1.10.1",
 1337 "fastrand 2.3.0",
 1338 "http 0.2.12",
 1339 "http-body 0.4.6",
 1340 "once_cell",
 1341 "percent-encoding",
 1342 "pin-project-lite",
 1343 "tracing",
 1344 "uuid",
 1345]
 1346
 1347[[package]]
 1348name = "aws-sdk-bedrockruntime"
 1349version = "1.74.0"
 1350source = "registry+https://github.com/rust-lang/crates.io-index"
 1351checksum = "6938541d1948a543bca23303fec4cff9c36bf0e63b8fa3ae1b337bcb9d5b81af"
 1352dependencies = [
 1353 "aws-credential-types",
 1354 "aws-runtime",
 1355 "aws-smithy-async",
 1356 "aws-smithy-eventstream",
 1357 "aws-smithy-http",
 1358 "aws-smithy-json",
 1359 "aws-smithy-runtime",
 1360 "aws-smithy-runtime-api",
 1361 "aws-smithy-types",
 1362 "aws-types",
 1363 "bytes 1.10.1",
 1364 "fastrand 2.3.0",
 1365 "http 0.2.12",
 1366 "once_cell",
 1367 "regex-lite",
 1368 "tracing",
 1369]
 1370
 1371[[package]]
 1372name = "aws-sdk-kinesis"
 1373version = "1.61.0"
 1374source = "registry+https://github.com/rust-lang/crates.io-index"
 1375checksum = "89f2163d8704e8fdcd51ec6c2e0441c418471e422ee9690451b17a1c46344e1a"
 1376dependencies = [
 1377 "aws-credential-types",
 1378 "aws-runtime",
 1379 "aws-smithy-async",
 1380 "aws-smithy-http",
 1381 "aws-smithy-json",
 1382 "aws-smithy-runtime",
 1383 "aws-smithy-runtime-api",
 1384 "aws-smithy-types",
 1385 "aws-types",
 1386 "bytes 1.10.1",
 1387 "http 0.2.12",
 1388 "once_cell",
 1389 "regex-lite",
 1390 "tracing",
 1391]
 1392
 1393[[package]]
 1394name = "aws-sdk-s3"
 1395version = "1.76.0"
 1396source = "registry+https://github.com/rust-lang/crates.io-index"
 1397checksum = "66e83401ad7287ad15244d557e35502c2a94105ca5b41d656c391f1a4fc04ca2"
 1398dependencies = [
 1399 "aws-credential-types",
 1400 "aws-runtime",
 1401 "aws-sigv4",
 1402 "aws-smithy-async",
 1403 "aws-smithy-checksums",
 1404 "aws-smithy-eventstream",
 1405 "aws-smithy-http",
 1406 "aws-smithy-json",
 1407 "aws-smithy-runtime",
 1408 "aws-smithy-runtime-api",
 1409 "aws-smithy-types",
 1410 "aws-smithy-xml",
 1411 "aws-types",
 1412 "bytes 1.10.1",
 1413 "fastrand 2.3.0",
 1414 "hex",
 1415 "hmac",
 1416 "http 0.2.12",
 1417 "http-body 0.4.6",
 1418 "lru",
 1419 "once_cell",
 1420 "percent-encoding",
 1421 "regex-lite",
 1422 "sha2",
 1423 "tracing",
 1424 "url",
 1425]
 1426
 1427[[package]]
 1428name = "aws-sdk-sso"
 1429version = "1.58.0"
 1430source = "registry+https://github.com/rust-lang/crates.io-index"
 1431checksum = "16ff718c9ee45cc1ebd4774a0e086bb80a6ab752b4902edf1c9f56b86ee1f770"
 1432dependencies = [
 1433 "aws-credential-types",
 1434 "aws-runtime",
 1435 "aws-smithy-async",
 1436 "aws-smithy-http",
 1437 "aws-smithy-json",
 1438 "aws-smithy-runtime",
 1439 "aws-smithy-runtime-api",
 1440 "aws-smithy-types",
 1441 "aws-types",
 1442 "bytes 1.10.1",
 1443 "http 0.2.12",
 1444 "once_cell",
 1445 "regex-lite",
 1446 "tracing",
 1447]
 1448
 1449[[package]]
 1450name = "aws-sdk-ssooidc"
 1451version = "1.59.0"
 1452source = "registry+https://github.com/rust-lang/crates.io-index"
 1453checksum = "5183e088715cc135d8d396fdd3bc02f018f0da4c511f53cb8d795b6a31c55809"
 1454dependencies = [
 1455 "aws-credential-types",
 1456 "aws-runtime",
 1457 "aws-smithy-async",
 1458 "aws-smithy-http",
 1459 "aws-smithy-json",
 1460 "aws-smithy-runtime",
 1461 "aws-smithy-runtime-api",
 1462 "aws-smithy-types",
 1463 "aws-types",
 1464 "bytes 1.10.1",
 1465 "http 0.2.12",
 1466 "once_cell",
 1467 "regex-lite",
 1468 "tracing",
 1469]
 1470
 1471[[package]]
 1472name = "aws-sdk-sts"
 1473version = "1.59.0"
 1474source = "registry+https://github.com/rust-lang/crates.io-index"
 1475checksum = "c9f944ef032717596639cea4a2118a3a457268ef51bbb5fde9637e54c465da00"
 1476dependencies = [
 1477 "aws-credential-types",
 1478 "aws-runtime",
 1479 "aws-smithy-async",
 1480 "aws-smithy-http",
 1481 "aws-smithy-json",
 1482 "aws-smithy-query",
 1483 "aws-smithy-runtime",
 1484 "aws-smithy-runtime-api",
 1485 "aws-smithy-types",
 1486 "aws-smithy-xml",
 1487 "aws-types",
 1488 "http 0.2.12",
 1489 "once_cell",
 1490 "regex-lite",
 1491 "tracing",
 1492]
 1493
 1494[[package]]
 1495name = "aws-sigv4"
 1496version = "1.2.9"
 1497source = "registry+https://github.com/rust-lang/crates.io-index"
 1498checksum = "9bfe75fad52793ce6dec0dc3d4b1f388f038b5eb866c8d4d7f3a8e21b5ea5051"
 1499dependencies = [
 1500 "aws-credential-types",
 1501 "aws-smithy-eventstream",
 1502 "aws-smithy-http",
 1503 "aws-smithy-runtime-api",
 1504 "aws-smithy-types",
 1505 "bytes 1.10.1",
 1506 "crypto-bigint 0.5.5",
 1507 "form_urlencoded",
 1508 "hex",
 1509 "hmac",
 1510 "http 0.2.12",
 1511 "http 1.2.0",
 1512 "once_cell",
 1513 "p256",
 1514 "percent-encoding",
 1515 "ring",
 1516 "sha2",
 1517 "subtle",
 1518 "time",
 1519 "tracing",
 1520 "zeroize",
 1521]
 1522
 1523[[package]]
 1524name = "aws-smithy-async"
 1525version = "1.2.4"
 1526source = "registry+https://github.com/rust-lang/crates.io-index"
 1527checksum = "fa59d1327d8b5053c54bf2eaae63bf629ba9e904434d0835a28ed3c0ed0a614e"
 1528dependencies = [
 1529 "futures-util",
 1530 "pin-project-lite",
 1531 "tokio",
 1532]
 1533
 1534[[package]]
 1535name = "aws-smithy-checksums"
 1536version = "0.62.0"
 1537source = "registry+https://github.com/rust-lang/crates.io-index"
 1538checksum = "f2f45a1c384d7a393026bc5f5c177105aa9fa68e4749653b985707ac27d77295"
 1539dependencies = [
 1540 "aws-smithy-http",
 1541 "aws-smithy-types",
 1542 "bytes 1.10.1",
 1543 "crc32c",
 1544 "crc32fast",
 1545 "crc64fast-nvme",
 1546 "hex",
 1547 "http 0.2.12",
 1548 "http-body 0.4.6",
 1549 "md-5",
 1550 "pin-project-lite",
 1551 "sha1",
 1552 "sha2",
 1553 "tracing",
 1554]
 1555
 1556[[package]]
 1557name = "aws-smithy-eventstream"
 1558version = "0.60.6"
 1559source = "registry+https://github.com/rust-lang/crates.io-index"
 1560checksum = "8b18559a41e0c909b77625adf2b8c50de480a8041e5e4a3f5f7d177db70abc5a"
 1561dependencies = [
 1562 "aws-smithy-types",
 1563 "bytes 1.10.1",
 1564 "crc32fast",
 1565]
 1566
 1567[[package]]
 1568name = "aws-smithy-http"
 1569version = "0.60.12"
 1570source = "registry+https://github.com/rust-lang/crates.io-index"
 1571checksum = "7809c27ad8da6a6a68c454e651d4962479e81472aa19ae99e59f9aba1f9713cc"
 1572dependencies = [
 1573 "aws-smithy-eventstream",
 1574 "aws-smithy-runtime-api",
 1575 "aws-smithy-types",
 1576 "bytes 1.10.1",
 1577 "bytes-utils",
 1578 "futures-core",
 1579 "http 0.2.12",
 1580 "http-body 0.4.6",
 1581 "once_cell",
 1582 "percent-encoding",
 1583 "pin-project-lite",
 1584 "pin-utils",
 1585 "tracing",
 1586]
 1587
 1588[[package]]
 1589name = "aws-smithy-json"
 1590version = "0.61.2"
 1591source = "registry+https://github.com/rust-lang/crates.io-index"
 1592checksum = "623a51127f24c30776c8b374295f2df78d92517386f77ba30773f15a30ce1422"
 1593dependencies = [
 1594 "aws-smithy-types",
 1595]
 1596
 1597[[package]]
 1598name = "aws-smithy-query"
 1599version = "0.60.7"
 1600source = "registry+https://github.com/rust-lang/crates.io-index"
 1601checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
 1602dependencies = [
 1603 "aws-smithy-types",
 1604 "urlencoding",
 1605]
 1606
 1607[[package]]
 1608name = "aws-smithy-runtime"
 1609version = "1.7.8"
 1610source = "registry+https://github.com/rust-lang/crates.io-index"
 1611checksum = "d526a12d9ed61fadefda24abe2e682892ba288c2018bcb38b1b4c111d13f6d92"
 1612dependencies = [
 1613 "aws-smithy-async",
 1614 "aws-smithy-http",
 1615 "aws-smithy-runtime-api",
 1616 "aws-smithy-types",
 1617 "bytes 1.10.1",
 1618 "fastrand 2.3.0",
 1619 "h2 0.3.26",
 1620 "http 0.2.12",
 1621 "http-body 0.4.6",
 1622 "http-body 1.0.1",
 1623 "httparse",
 1624 "hyper 0.14.32",
 1625 "hyper-rustls 0.24.2",
 1626 "once_cell",
 1627 "pin-project-lite",
 1628 "pin-utils",
 1629 "rustls 0.21.12",
 1630 "tokio",
 1631 "tracing",
 1632]
 1633
 1634[[package]]
 1635name = "aws-smithy-runtime-api"
 1636version = "1.7.3"
 1637source = "registry+https://github.com/rust-lang/crates.io-index"
 1638checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
 1639dependencies = [
 1640 "aws-smithy-async",
 1641 "aws-smithy-types",
 1642 "bytes 1.10.1",
 1643 "http 0.2.12",
 1644 "http 1.2.0",
 1645 "pin-project-lite",
 1646 "tokio",
 1647 "tracing",
 1648 "zeroize",
 1649]
 1650
 1651[[package]]
 1652name = "aws-smithy-types"
 1653version = "1.2.13"
 1654source = "registry+https://github.com/rust-lang/crates.io-index"
 1655checksum = "c7b8a53819e42f10d0821f56da995e1470b199686a1809168db6ca485665f042"
 1656dependencies = [
 1657 "base64-simd",
 1658 "bytes 1.10.1",
 1659 "bytes-utils",
 1660 "futures-core",
 1661 "http 0.2.12",
 1662 "http 1.2.0",
 1663 "http-body 0.4.6",
 1664 "http-body 1.0.1",
 1665 "http-body-util",
 1666 "itoa",
 1667 "num-integer",
 1668 "pin-project-lite",
 1669 "pin-utils",
 1670 "ryu",
 1671 "serde",
 1672 "time",
 1673 "tokio",
 1674 "tokio-util",
 1675]
 1676
 1677[[package]]
 1678name = "aws-smithy-xml"
 1679version = "0.60.9"
 1680source = "registry+https://github.com/rust-lang/crates.io-index"
 1681checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
 1682dependencies = [
 1683 "xmlparser",
 1684]
 1685
 1686[[package]]
 1687name = "aws-types"
 1688version = "1.3.5"
 1689source = "registry+https://github.com/rust-lang/crates.io-index"
 1690checksum = "dfbd0a668309ec1f66c0f6bda4840dd6d4796ae26d699ebc266d7cc95c6d040f"
 1691dependencies = [
 1692 "aws-credential-types",
 1693 "aws-smithy-async",
 1694 "aws-smithy-runtime-api",
 1695 "aws-smithy-types",
 1696 "rustc_version",
 1697 "tracing",
 1698]
 1699
 1700[[package]]
 1701name = "aws_http_client"
 1702version = "0.1.0"
 1703dependencies = [
 1704 "aws-smithy-runtime-api",
 1705 "aws-smithy-types",
 1706 "futures 0.3.31",
 1707 "http_client",
 1708 "tokio",
 1709]
 1710
 1711[[package]]
 1712name = "axum"
 1713version = "0.6.20"
 1714source = "registry+https://github.com/rust-lang/crates.io-index"
 1715checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1716dependencies = [
 1717 "async-trait",
 1718 "axum-core",
 1719 "base64 0.21.7",
 1720 "bitflags 1.3.2",
 1721 "bytes 1.10.1",
 1722 "futures-util",
 1723 "headers",
 1724 "http 0.2.12",
 1725 "http-body 0.4.6",
 1726 "hyper 0.14.32",
 1727 "itoa",
 1728 "matchit",
 1729 "memchr",
 1730 "mime",
 1731 "percent-encoding",
 1732 "pin-project-lite",
 1733 "rustversion",
 1734 "serde",
 1735 "serde_json",
 1736 "serde_path_to_error",
 1737 "serde_urlencoded",
 1738 "sha1",
 1739 "sync_wrapper 0.1.2",
 1740 "tokio",
 1741 "tokio-tungstenite 0.20.1",
 1742 "tower",
 1743 "tower-layer",
 1744 "tower-service",
 1745]
 1746
 1747[[package]]
 1748name = "axum-core"
 1749version = "0.3.4"
 1750source = "registry+https://github.com/rust-lang/crates.io-index"
 1751checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1752dependencies = [
 1753 "async-trait",
 1754 "bytes 1.10.1",
 1755 "futures-util",
 1756 "http 0.2.12",
 1757 "http-body 0.4.6",
 1758 "mime",
 1759 "rustversion",
 1760 "tower-layer",
 1761 "tower-service",
 1762]
 1763
 1764[[package]]
 1765name = "axum-extra"
 1766version = "0.4.2"
 1767source = "registry+https://github.com/rust-lang/crates.io-index"
 1768checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
 1769dependencies = [
 1770 "axum",
 1771 "bytes 1.10.1",
 1772 "futures-util",
 1773 "http 0.2.12",
 1774 "mime",
 1775 "pin-project-lite",
 1776 "serde",
 1777 "serde_json",
 1778 "tokio",
 1779 "tower",
 1780 "tower-http 0.3.5",
 1781 "tower-layer",
 1782 "tower-service",
 1783]
 1784
 1785[[package]]
 1786name = "backtrace"
 1787version = "0.3.74"
 1788source = "registry+https://github.com/rust-lang/crates.io-index"
 1789checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
 1790dependencies = [
 1791 "addr2line",
 1792 "cfg-if",
 1793 "libc",
 1794 "miniz_oxide",
 1795 "object",
 1796 "rustc-demangle",
 1797 "windows-targets 0.52.6",
 1798]
 1799
 1800[[package]]
 1801name = "base16ct"
 1802version = "0.1.1"
 1803source = "registry+https://github.com/rust-lang/crates.io-index"
 1804checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1805
 1806[[package]]
 1807name = "base64"
 1808version = "0.13.1"
 1809source = "registry+https://github.com/rust-lang/crates.io-index"
 1810checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
 1811
 1812[[package]]
 1813name = "base64"
 1814version = "0.21.7"
 1815source = "registry+https://github.com/rust-lang/crates.io-index"
 1816checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1817
 1818[[package]]
 1819name = "base64"
 1820version = "0.22.1"
 1821source = "registry+https://github.com/rust-lang/crates.io-index"
 1822checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1823
 1824[[package]]
 1825name = "base64-simd"
 1826version = "0.8.0"
 1827source = "registry+https://github.com/rust-lang/crates.io-index"
 1828checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1829dependencies = [
 1830 "outref",
 1831 "vsimd",
 1832]
 1833
 1834[[package]]
 1835name = "base64ct"
 1836version = "1.6.0"
 1837source = "registry+https://github.com/rust-lang/crates.io-index"
 1838checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
 1839
 1840[[package]]
 1841name = "bedrock"
 1842version = "0.1.0"
 1843dependencies = [
 1844 "anyhow",
 1845 "aws-sdk-bedrockruntime",
 1846 "aws-smithy-types",
 1847 "futures 0.3.31",
 1848 "schemars",
 1849 "serde",
 1850 "serde_json",
 1851 "strum",
 1852 "thiserror 2.0.12",
 1853 "tokio",
 1854]
 1855
 1856[[package]]
 1857name = "bigdecimal"
 1858version = "0.4.7"
 1859source = "registry+https://github.com/rust-lang/crates.io-index"
 1860checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
 1861dependencies = [
 1862 "autocfg",
 1863 "libm",
 1864 "num-bigint",
 1865 "num-integer",
 1866 "num-traits",
 1867 "serde",
 1868]
 1869
 1870[[package]]
 1871name = "bincode"
 1872version = "1.3.3"
 1873source = "registry+https://github.com/rust-lang/crates.io-index"
 1874checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1875dependencies = [
 1876 "serde",
 1877]
 1878
 1879[[package]]
 1880name = "bindgen"
 1881version = "0.69.5"
 1882source = "registry+https://github.com/rust-lang/crates.io-index"
 1883checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
 1884dependencies = [
 1885 "bitflags 2.9.0",
 1886 "cexpr",
 1887 "clang-sys",
 1888 "itertools 0.10.5",
 1889 "lazy_static",
 1890 "lazycell",
 1891 "log",
 1892 "prettyplease",
 1893 "proc-macro2",
 1894 "quote",
 1895 "regex",
 1896 "rustc-hash 1.1.0",
 1897 "shlex",
 1898 "syn 2.0.100",
 1899 "which 4.4.2",
 1900]
 1901
 1902[[package]]
 1903name = "bindgen"
 1904version = "0.70.1"
 1905source = "registry+https://github.com/rust-lang/crates.io-index"
 1906checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
 1907dependencies = [
 1908 "bitflags 2.9.0",
 1909 "cexpr",
 1910 "clang-sys",
 1911 "itertools 0.10.5",
 1912 "log",
 1913 "prettyplease",
 1914 "proc-macro2",
 1915 "quote",
 1916 "regex",
 1917 "rustc-hash 1.1.0",
 1918 "shlex",
 1919 "syn 2.0.100",
 1920]
 1921
 1922[[package]]
 1923name = "bit-set"
 1924version = "0.5.3"
 1925source = "registry+https://github.com/rust-lang/crates.io-index"
 1926checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
 1927dependencies = [
 1928 "bit-vec 0.6.3",
 1929]
 1930
 1931[[package]]
 1932name = "bit-set"
 1933version = "0.8.0"
 1934source = "registry+https://github.com/rust-lang/crates.io-index"
 1935checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1936dependencies = [
 1937 "bit-vec 0.8.0",
 1938]
 1939
 1940[[package]]
 1941name = "bit-vec"
 1942version = "0.6.3"
 1943source = "registry+https://github.com/rust-lang/crates.io-index"
 1944checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
 1945
 1946[[package]]
 1947name = "bit-vec"
 1948version = "0.8.0"
 1949source = "registry+https://github.com/rust-lang/crates.io-index"
 1950checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 1951
 1952[[package]]
 1953name = "bit_field"
 1954version = "0.10.2"
 1955source = "registry+https://github.com/rust-lang/crates.io-index"
 1956checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
 1957
 1958[[package]]
 1959name = "bitflags"
 1960version = "1.3.2"
 1961source = "registry+https://github.com/rust-lang/crates.io-index"
 1962checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 1963
 1964[[package]]
 1965name = "bitflags"
 1966version = "2.9.0"
 1967source = "registry+https://github.com/rust-lang/crates.io-index"
 1968checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
 1969dependencies = [
 1970 "serde",
 1971]
 1972
 1973[[package]]
 1974name = "bitstream-io"
 1975version = "2.6.0"
 1976source = "registry+https://github.com/rust-lang/crates.io-index"
 1977checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 1978
 1979[[package]]
 1980name = "bitvec"
 1981version = "1.0.1"
 1982source = "registry+https://github.com/rust-lang/crates.io-index"
 1983checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 1984dependencies = [
 1985 "funty",
 1986 "radium",
 1987 "tap",
 1988 "wyz",
 1989]
 1990
 1991[[package]]
 1992name = "blade-graphics"
 1993version = "0.6.0"
 1994source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 1995dependencies = [
 1996 "ash",
 1997 "ash-window",
 1998 "bitflags 2.9.0",
 1999 "bytemuck",
 2000 "codespan-reporting",
 2001 "glow",
 2002 "gpu-alloc",
 2003 "gpu-alloc-ash",
 2004 "hidden-trait",
 2005 "js-sys",
 2006 "khronos-egl",
 2007 "libloading",
 2008 "log",
 2009 "mint",
 2010 "naga",
 2011 "objc2",
 2012 "objc2-app-kit",
 2013 "objc2-foundation",
 2014 "objc2-metal",
 2015 "objc2-quartz-core",
 2016 "objc2-ui-kit",
 2017 "raw-window-handle",
 2018 "slab",
 2019 "wasm-bindgen",
 2020 "web-sys",
 2021]
 2022
 2023[[package]]
 2024name = "blade-macros"
 2025version = "0.3.0"
 2026source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 2027dependencies = [
 2028 "proc-macro2",
 2029 "quote",
 2030 "syn 2.0.100",
 2031]
 2032
 2033[[package]]
 2034name = "blade-util"
 2035version = "0.2.0"
 2036source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 2037dependencies = [
 2038 "blade-graphics",
 2039 "bytemuck",
 2040 "log",
 2041 "profiling",
 2042]
 2043
 2044[[package]]
 2045name = "blake3"
 2046version = "1.7.0"
 2047source = "registry+https://github.com/rust-lang/crates.io-index"
 2048checksum = "b17679a8d69b6d7fd9cd9801a536cec9fa5e5970b69f9d4747f70b39b031f5e7"
 2049dependencies = [
 2050 "arrayref",
 2051 "arrayvec",
 2052 "cc",
 2053 "cfg-if",
 2054 "constant_time_eq 0.3.1",
 2055]
 2056
 2057[[package]]
 2058name = "block"
 2059version = "0.1.6"
 2060source = "registry+https://github.com/rust-lang/crates.io-index"
 2061checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2062
 2063[[package]]
 2064name = "block-buffer"
 2065version = "0.10.4"
 2066source = "registry+https://github.com/rust-lang/crates.io-index"
 2067checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2068dependencies = [
 2069 "generic-array",
 2070]
 2071
 2072[[package]]
 2073name = "block-padding"
 2074version = "0.3.3"
 2075source = "registry+https://github.com/rust-lang/crates.io-index"
 2076checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2077dependencies = [
 2078 "generic-array",
 2079]
 2080
 2081[[package]]
 2082name = "block2"
 2083version = "0.5.1"
 2084source = "registry+https://github.com/rust-lang/crates.io-index"
 2085checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
 2086dependencies = [
 2087 "objc2",
 2088]
 2089
 2090[[package]]
 2091name = "blocking"
 2092version = "1.6.1"
 2093source = "registry+https://github.com/rust-lang/crates.io-index"
 2094checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
 2095dependencies = [
 2096 "async-channel 2.3.1",
 2097 "async-task",
 2098 "futures-io",
 2099 "futures-lite 2.6.0",
 2100 "piper",
 2101]
 2102
 2103[[package]]
 2104name = "borsh"
 2105version = "1.5.3"
 2106source = "registry+https://github.com/rust-lang/crates.io-index"
 2107checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
 2108dependencies = [
 2109 "borsh-derive",
 2110 "cfg_aliases 0.2.1",
 2111]
 2112
 2113[[package]]
 2114name = "borsh-derive"
 2115version = "1.5.3"
 2116source = "registry+https://github.com/rust-lang/crates.io-index"
 2117checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
 2118dependencies = [
 2119 "once_cell",
 2120 "proc-macro-crate",
 2121 "proc-macro2",
 2122 "quote",
 2123 "syn 2.0.100",
 2124]
 2125
 2126[[package]]
 2127name = "breadcrumbs"
 2128version = "0.1.0"
 2129dependencies = [
 2130 "editor",
 2131 "gpui",
 2132 "itertools 0.14.0",
 2133 "theme",
 2134 "ui",
 2135 "workspace",
 2136 "zed_actions",
 2137]
 2138
 2139[[package]]
 2140name = "bstr"
 2141version = "1.11.1"
 2142source = "registry+https://github.com/rust-lang/crates.io-index"
 2143checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
 2144dependencies = [
 2145 "memchr",
 2146 "regex-automata 0.4.9",
 2147 "serde",
 2148]
 2149
 2150[[package]]
 2151name = "buffer_diff"
 2152version = "0.1.0"
 2153dependencies = [
 2154 "anyhow",
 2155 "clock",
 2156 "ctor",
 2157 "env_logger 0.11.7",
 2158 "futures 0.3.31",
 2159 "git2",
 2160 "gpui",
 2161 "language",
 2162 "log",
 2163 "pretty_assertions",
 2164 "rand 0.8.5",
 2165 "rope",
 2166 "serde_json",
 2167 "sum_tree",
 2168 "text",
 2169 "unindent",
 2170 "util",
 2171]
 2172
 2173[[package]]
 2174name = "built"
 2175version = "0.7.5"
 2176source = "registry+https://github.com/rust-lang/crates.io-index"
 2177checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
 2178
 2179[[package]]
 2180name = "bumpalo"
 2181version = "3.16.0"
 2182source = "registry+https://github.com/rust-lang/crates.io-index"
 2183checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
 2184dependencies = [
 2185 "allocator-api2",
 2186]
 2187
 2188[[package]]
 2189name = "by_address"
 2190version = "1.2.1"
 2191source = "registry+https://github.com/rust-lang/crates.io-index"
 2192checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2193
 2194[[package]]
 2195name = "bytecheck"
 2196version = "0.6.12"
 2197source = "registry+https://github.com/rust-lang/crates.io-index"
 2198checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2199dependencies = [
 2200 "bytecheck_derive",
 2201 "ptr_meta",
 2202 "simdutf8",
 2203]
 2204
 2205[[package]]
 2206name = "bytecheck_derive"
 2207version = "0.6.12"
 2208source = "registry+https://github.com/rust-lang/crates.io-index"
 2209checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2210dependencies = [
 2211 "proc-macro2",
 2212 "quote",
 2213 "syn 1.0.109",
 2214]
 2215
 2216[[package]]
 2217name = "bytemuck"
 2218version = "1.21.0"
 2219source = "registry+https://github.com/rust-lang/crates.io-index"
 2220checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
 2221dependencies = [
 2222 "bytemuck_derive",
 2223]
 2224
 2225[[package]]
 2226name = "bytemuck_derive"
 2227version = "1.8.0"
 2228source = "registry+https://github.com/rust-lang/crates.io-index"
 2229checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
 2230dependencies = [
 2231 "proc-macro2",
 2232 "quote",
 2233 "syn 2.0.100",
 2234]
 2235
 2236[[package]]
 2237name = "byteorder"
 2238version = "1.5.0"
 2239source = "registry+https://github.com/rust-lang/crates.io-index"
 2240checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2241
 2242[[package]]
 2243name = "byteorder-lite"
 2244version = "0.1.0"
 2245source = "registry+https://github.com/rust-lang/crates.io-index"
 2246checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2247
 2248[[package]]
 2249name = "bytes"
 2250version = "0.4.12"
 2251source = "registry+https://github.com/rust-lang/crates.io-index"
 2252checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2253dependencies = [
 2254 "byteorder",
 2255 "iovec",
 2256]
 2257
 2258[[package]]
 2259name = "bytes"
 2260version = "1.10.1"
 2261source = "registry+https://github.com/rust-lang/crates.io-index"
 2262checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
 2263
 2264[[package]]
 2265name = "bytes-utils"
 2266version = "0.1.4"
 2267source = "registry+https://github.com/rust-lang/crates.io-index"
 2268checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2269dependencies = [
 2270 "bytes 1.10.1",
 2271 "either",
 2272]
 2273
 2274[[package]]
 2275name = "bzip2"
 2276version = "0.4.4"
 2277source = "registry+https://github.com/rust-lang/crates.io-index"
 2278checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2279dependencies = [
 2280 "bzip2-sys",
 2281 "libc",
 2282]
 2283
 2284[[package]]
 2285name = "bzip2-sys"
 2286version = "0.1.11+1.0.8"
 2287source = "registry+https://github.com/rust-lang/crates.io-index"
 2288checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
 2289dependencies = [
 2290 "cc",
 2291 "libc",
 2292 "pkg-config",
 2293]
 2294
 2295[[package]]
 2296name = "call"
 2297version = "0.1.0"
 2298dependencies = [
 2299 "anyhow",
 2300 "audio",
 2301 "client",
 2302 "collections",
 2303 "fs",
 2304 "futures 0.3.31",
 2305 "gpui",
 2306 "http_client",
 2307 "language",
 2308 "livekit_client",
 2309 "livekit_client_macos",
 2310 "log",
 2311 "postage",
 2312 "project",
 2313 "schemars",
 2314 "serde",
 2315 "serde_derive",
 2316 "settings",
 2317 "telemetry",
 2318 "util",
 2319]
 2320
 2321[[package]]
 2322name = "calloop"
 2323version = "0.13.0"
 2324source = "registry+https://github.com/rust-lang/crates.io-index"
 2325checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
 2326dependencies = [
 2327 "bitflags 2.9.0",
 2328 "log",
 2329 "polling",
 2330 "rustix",
 2331 "slab",
 2332 "thiserror 1.0.69",
 2333]
 2334
 2335[[package]]
 2336name = "calloop-wayland-source"
 2337version = "0.3.0"
 2338source = "registry+https://github.com/rust-lang/crates.io-index"
 2339checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
 2340dependencies = [
 2341 "calloop",
 2342 "rustix",
 2343 "wayland-backend",
 2344 "wayland-client",
 2345]
 2346
 2347[[package]]
 2348name = "camino"
 2349version = "1.1.9"
 2350source = "registry+https://github.com/rust-lang/crates.io-index"
 2351checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
 2352dependencies = [
 2353 "serde",
 2354]
 2355
 2356[[package]]
 2357name = "cap-fs-ext"
 2358version = "3.4.2"
 2359source = "registry+https://github.com/rust-lang/crates.io-index"
 2360checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
 2361dependencies = [
 2362 "cap-primitives",
 2363 "cap-std",
 2364 "io-lifetimes",
 2365 "windows-sys 0.59.0",
 2366]
 2367
 2368[[package]]
 2369name = "cap-net-ext"
 2370version = "3.4.2"
 2371source = "registry+https://github.com/rust-lang/crates.io-index"
 2372checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
 2373dependencies = [
 2374 "cap-primitives",
 2375 "cap-std",
 2376 "rustix",
 2377 "smallvec",
 2378]
 2379
 2380[[package]]
 2381name = "cap-primitives"
 2382version = "3.4.2"
 2383source = "registry+https://github.com/rust-lang/crates.io-index"
 2384checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
 2385dependencies = [
 2386 "ambient-authority",
 2387 "fs-set-times",
 2388 "io-extras",
 2389 "io-lifetimes",
 2390 "ipnet",
 2391 "maybe-owned",
 2392 "rustix",
 2393 "windows-sys 0.59.0",
 2394 "winx",
 2395]
 2396
 2397[[package]]
 2398name = "cap-rand"
 2399version = "3.4.2"
 2400source = "registry+https://github.com/rust-lang/crates.io-index"
 2401checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
 2402dependencies = [
 2403 "ambient-authority",
 2404 "rand 0.8.5",
 2405]
 2406
 2407[[package]]
 2408name = "cap-std"
 2409version = "3.4.2"
 2410source = "registry+https://github.com/rust-lang/crates.io-index"
 2411checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
 2412dependencies = [
 2413 "cap-primitives",
 2414 "io-extras",
 2415 "io-lifetimes",
 2416 "rustix",
 2417]
 2418
 2419[[package]]
 2420name = "cap-time-ext"
 2421version = "3.4.2"
 2422source = "registry+https://github.com/rust-lang/crates.io-index"
 2423checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
 2424dependencies = [
 2425 "ambient-authority",
 2426 "cap-primitives",
 2427 "iana-time-zone",
 2428 "once_cell",
 2429 "rustix",
 2430 "winx",
 2431]
 2432
 2433[[package]]
 2434name = "cargo-platform"
 2435version = "0.1.9"
 2436source = "registry+https://github.com/rust-lang/crates.io-index"
 2437checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2438dependencies = [
 2439 "serde",
 2440]
 2441
 2442[[package]]
 2443name = "cargo_metadata"
 2444version = "0.19.2"
 2445source = "registry+https://github.com/rust-lang/crates.io-index"
 2446checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2447dependencies = [
 2448 "camino",
 2449 "cargo-platform",
 2450 "semver",
 2451 "serde",
 2452 "serde_json",
 2453 "thiserror 2.0.12",
 2454]
 2455
 2456[[package]]
 2457name = "cargo_toml"
 2458version = "0.21.0"
 2459source = "registry+https://github.com/rust-lang/crates.io-index"
 2460checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2461dependencies = [
 2462 "serde",
 2463 "toml 0.8.20",
 2464]
 2465
 2466[[package]]
 2467name = "cast"
 2468version = "0.3.0"
 2469source = "registry+https://github.com/rust-lang/crates.io-index"
 2470checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2471
 2472[[package]]
 2473name = "cbc"
 2474version = "0.1.2"
 2475source = "registry+https://github.com/rust-lang/crates.io-index"
 2476checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2477dependencies = [
 2478 "cipher",
 2479]
 2480
 2481[[package]]
 2482name = "cbindgen"
 2483version = "0.27.0"
 2484source = "registry+https://github.com/rust-lang/crates.io-index"
 2485checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
 2486dependencies = [
 2487 "clap",
 2488 "heck 0.4.1",
 2489 "indexmap",
 2490 "log",
 2491 "proc-macro2",
 2492 "quote",
 2493 "serde",
 2494 "serde_json",
 2495 "syn 2.0.100",
 2496 "tempfile",
 2497 "toml 0.8.20",
 2498]
 2499
 2500[[package]]
 2501name = "cbindgen"
 2502version = "0.28.0"
 2503source = "registry+https://github.com/rust-lang/crates.io-index"
 2504checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2505dependencies = [
 2506 "heck 0.4.1",
 2507 "indexmap",
 2508 "log",
 2509 "proc-macro2",
 2510 "quote",
 2511 "serde",
 2512 "serde_json",
 2513 "syn 2.0.100",
 2514 "tempfile",
 2515 "toml 0.8.20",
 2516]
 2517
 2518[[package]]
 2519name = "cc"
 2520version = "1.2.12"
 2521source = "registry+https://github.com/rust-lang/crates.io-index"
 2522checksum = "755717a7de9ec452bf7f3f1a3099085deabd7f2962b861dae91ecd7a365903d2"
 2523dependencies = [
 2524 "jobserver",
 2525 "libc",
 2526 "shlex",
 2527]
 2528
 2529[[package]]
 2530name = "cesu8"
 2531version = "1.1.0"
 2532source = "registry+https://github.com/rust-lang/crates.io-index"
 2533checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2534
 2535[[package]]
 2536name = "cexpr"
 2537version = "0.6.0"
 2538source = "registry+https://github.com/rust-lang/crates.io-index"
 2539checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2540dependencies = [
 2541 "nom",
 2542]
 2543
 2544[[package]]
 2545name = "cfg-expr"
 2546version = "0.15.8"
 2547source = "registry+https://github.com/rust-lang/crates.io-index"
 2548checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2549dependencies = [
 2550 "smallvec",
 2551 "target-lexicon 0.12.16",
 2552]
 2553
 2554[[package]]
 2555name = "cfg-if"
 2556version = "1.0.0"
 2557source = "registry+https://github.com/rust-lang/crates.io-index"
 2558checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 2559
 2560[[package]]
 2561name = "cfg_aliases"
 2562version = "0.1.1"
 2563source = "registry+https://github.com/rust-lang/crates.io-index"
 2564checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2565
 2566[[package]]
 2567name = "cfg_aliases"
 2568version = "0.2.1"
 2569source = "registry+https://github.com/rust-lang/crates.io-index"
 2570checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2571
 2572[[package]]
 2573name = "channel"
 2574version = "0.1.0"
 2575dependencies = [
 2576 "anyhow",
 2577 "client",
 2578 "clock",
 2579 "collections",
 2580 "futures 0.3.31",
 2581 "gpui",
 2582 "http_client",
 2583 "language",
 2584 "log",
 2585 "rand 0.8.5",
 2586 "release_channel",
 2587 "rpc",
 2588 "settings",
 2589 "sum_tree",
 2590 "text",
 2591 "time",
 2592 "util",
 2593]
 2594
 2595[[package]]
 2596name = "chrono"
 2597version = "0.4.40"
 2598source = "registry+https://github.com/rust-lang/crates.io-index"
 2599checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
 2600dependencies = [
 2601 "android-tzdata",
 2602 "iana-time-zone",
 2603 "js-sys",
 2604 "num-traits",
 2605 "serde",
 2606 "wasm-bindgen",
 2607 "windows-link",
 2608]
 2609
 2610[[package]]
 2611name = "chunked_transfer"
 2612version = "1.5.0"
 2613source = "registry+https://github.com/rust-lang/crates.io-index"
 2614checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2615
 2616[[package]]
 2617name = "ciborium"
 2618version = "0.2.2"
 2619source = "registry+https://github.com/rust-lang/crates.io-index"
 2620checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2621dependencies = [
 2622 "ciborium-io",
 2623 "ciborium-ll",
 2624 "serde",
 2625]
 2626
 2627[[package]]
 2628name = "ciborium-io"
 2629version = "0.2.2"
 2630source = "registry+https://github.com/rust-lang/crates.io-index"
 2631checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2632
 2633[[package]]
 2634name = "ciborium-ll"
 2635version = "0.2.2"
 2636source = "registry+https://github.com/rust-lang/crates.io-index"
 2637checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2638dependencies = [
 2639 "ciborium-io",
 2640 "half",
 2641]
 2642
 2643[[package]]
 2644name = "cipher"
 2645version = "0.4.4"
 2646source = "registry+https://github.com/rust-lang/crates.io-index"
 2647checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2648dependencies = [
 2649 "crypto-common",
 2650 "inout",
 2651 "zeroize",
 2652]
 2653
 2654[[package]]
 2655name = "circular-buffer"
 2656version = "1.0.0"
 2657source = "registry+https://github.com/rust-lang/crates.io-index"
 2658checksum = "4dacb91f972298e70fc507a2ffcaf1545807f1a36da586fb846646030adc542f"
 2659
 2660[[package]]
 2661name = "clang-sys"
 2662version = "1.8.1"
 2663source = "registry+https://github.com/rust-lang/crates.io-index"
 2664checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2665dependencies = [
 2666 "glob",
 2667 "libc",
 2668 "libloading",
 2669]
 2670
 2671[[package]]
 2672name = "clap"
 2673version = "4.5.34"
 2674source = "registry+https://github.com/rust-lang/crates.io-index"
 2675checksum = "e958897981290da2a852763fe9cdb89cd36977a5d729023127095fa94d95e2ff"
 2676dependencies = [
 2677 "clap_builder",
 2678 "clap_derive",
 2679]
 2680
 2681[[package]]
 2682name = "clap_builder"
 2683version = "4.5.34"
 2684source = "registry+https://github.com/rust-lang/crates.io-index"
 2685checksum = "83b0f35019843db2160b5bb19ae09b4e6411ac33fc6a712003c33e03090e2489"
 2686dependencies = [
 2687 "anstream",
 2688 "anstyle",
 2689 "clap_lex",
 2690 "strsim",
 2691 "terminal_size",
 2692]
 2693
 2694[[package]]
 2695name = "clap_complete"
 2696version = "4.5.38"
 2697source = "registry+https://github.com/rust-lang/crates.io-index"
 2698checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
 2699dependencies = [
 2700 "clap",
 2701]
 2702
 2703[[package]]
 2704name = "clap_derive"
 2705version = "4.5.32"
 2706source = "registry+https://github.com/rust-lang/crates.io-index"
 2707checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
 2708dependencies = [
 2709 "heck 0.5.0",
 2710 "proc-macro2",
 2711 "quote",
 2712 "syn 2.0.100",
 2713]
 2714
 2715[[package]]
 2716name = "clap_lex"
 2717version = "0.7.4"
 2718source = "registry+https://github.com/rust-lang/crates.io-index"
 2719checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
 2720
 2721[[package]]
 2722name = "cli"
 2723version = "0.1.0"
 2724dependencies = [
 2725 "anyhow",
 2726 "clap",
 2727 "collections",
 2728 "core-foundation 0.9.4",
 2729 "core-services",
 2730 "exec",
 2731 "fork",
 2732 "ipc-channel",
 2733 "parking_lot",
 2734 "paths",
 2735 "plist",
 2736 "release_channel",
 2737 "serde",
 2738 "tempfile",
 2739 "util",
 2740 "windows 0.61.1",
 2741]
 2742
 2743[[package]]
 2744name = "client"
 2745version = "0.1.0"
 2746dependencies = [
 2747 "anyhow",
 2748 "async-native-tls",
 2749 "async-recursion 0.3.2",
 2750 "async-tungstenite",
 2751 "chrono",
 2752 "clock",
 2753 "cocoa 0.26.0",
 2754 "collections",
 2755 "credentials_provider",
 2756 "feature_flags",
 2757 "futures 0.3.31",
 2758 "gpui",
 2759 "http_client",
 2760 "http_client_tls",
 2761 "log",
 2762 "parking_lot",
 2763 "paths",
 2764 "postage",
 2765 "rand 0.8.5",
 2766 "release_channel",
 2767 "rpc",
 2768 "schemars",
 2769 "serde",
 2770 "serde_json",
 2771 "settings",
 2772 "sha2",
 2773 "smol",
 2774 "telemetry",
 2775 "telemetry_events",
 2776 "text",
 2777 "thiserror 2.0.12",
 2778 "time",
 2779 "tiny_http",
 2780 "tokio-socks",
 2781 "url",
 2782 "util",
 2783 "windows 0.61.1",
 2784 "worktree",
 2785]
 2786
 2787[[package]]
 2788name = "clock"
 2789version = "0.1.0"
 2790dependencies = [
 2791 "parking_lot",
 2792 "serde",
 2793 "smallvec",
 2794]
 2795
 2796[[package]]
 2797name = "cmake"
 2798version = "0.1.53"
 2799source = "registry+https://github.com/rust-lang/crates.io-index"
 2800checksum = "e24a03c8b52922d68a1589ad61032f2c1aa5a8158d2aa0d93c6e9534944bbad6"
 2801dependencies = [
 2802 "cc",
 2803]
 2804
 2805[[package]]
 2806name = "cobs"
 2807version = "0.2.3"
 2808source = "registry+https://github.com/rust-lang/crates.io-index"
 2809checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
 2810
 2811[[package]]
 2812name = "cocoa"
 2813version = "0.25.0"
 2814source = "registry+https://github.com/rust-lang/crates.io-index"
 2815checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 2816dependencies = [
 2817 "bitflags 1.3.2",
 2818 "block",
 2819 "cocoa-foundation 0.1.2",
 2820 "core-foundation 0.9.4",
 2821 "core-graphics 0.23.2",
 2822 "foreign-types 0.5.0",
 2823 "libc",
 2824 "objc",
 2825]
 2826
 2827[[package]]
 2828name = "cocoa"
 2829version = "0.26.0"
 2830source = "registry+https://github.com/rust-lang/crates.io-index"
 2831checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 2832dependencies = [
 2833 "bitflags 2.9.0",
 2834 "block",
 2835 "cocoa-foundation 0.2.0",
 2836 "core-foundation 0.10.0",
 2837 "core-graphics 0.24.0",
 2838 "foreign-types 0.5.0",
 2839 "libc",
 2840 "objc",
 2841]
 2842
 2843[[package]]
 2844name = "cocoa-foundation"
 2845version = "0.1.2"
 2846source = "registry+https://github.com/rust-lang/crates.io-index"
 2847checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 2848dependencies = [
 2849 "bitflags 1.3.2",
 2850 "block",
 2851 "core-foundation 0.9.4",
 2852 "core-graphics-types 0.1.3",
 2853 "libc",
 2854 "objc",
 2855]
 2856
 2857[[package]]
 2858name = "cocoa-foundation"
 2859version = "0.2.0"
 2860source = "registry+https://github.com/rust-lang/crates.io-index"
 2861checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 2862dependencies = [
 2863 "bitflags 2.9.0",
 2864 "block",
 2865 "core-foundation 0.10.0",
 2866 "core-graphics-types 0.2.0",
 2867 "libc",
 2868 "objc",
 2869]
 2870
 2871[[package]]
 2872name = "codespan-reporting"
 2873version = "0.11.1"
 2874source = "registry+https://github.com/rust-lang/crates.io-index"
 2875checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
 2876dependencies = [
 2877 "termcolor",
 2878 "unicode-width",
 2879]
 2880
 2881[[package]]
 2882name = "collab"
 2883version = "0.44.0"
 2884dependencies = [
 2885 "anthropic",
 2886 "anyhow",
 2887 "assistant",
 2888 "assistant_context_editor",
 2889 "assistant_slash_command",
 2890 "assistant_tool",
 2891 "async-stripe",
 2892 "async-trait",
 2893 "async-tungstenite",
 2894 "audio",
 2895 "aws-config",
 2896 "aws-sdk-kinesis",
 2897 "aws-sdk-s3",
 2898 "axum",
 2899 "axum-extra",
 2900 "base64 0.22.1",
 2901 "buffer_diff",
 2902 "call",
 2903 "channel",
 2904 "chrono",
 2905 "client",
 2906 "clock",
 2907 "collab_ui",
 2908 "collections",
 2909 "command_palette_hooks",
 2910 "context_server",
 2911 "ctor",
 2912 "dap",
 2913 "dashmap 6.1.0",
 2914 "debugger_ui",
 2915 "derive_more",
 2916 "editor",
 2917 "env_logger 0.11.7",
 2918 "envy",
 2919 "extension",
 2920 "file_finder",
 2921 "fs",
 2922 "futures 0.3.31",
 2923 "git",
 2924 "git_hosting_providers",
 2925 "git_ui",
 2926 "google_ai",
 2927 "gpui",
 2928 "hex",
 2929 "http_client",
 2930 "hyper 0.14.32",
 2931 "indoc",
 2932 "jsonwebtoken",
 2933 "language",
 2934 "language_model",
 2935 "livekit_api",
 2936 "livekit_client",
 2937 "livekit_client_macos",
 2938 "log",
 2939 "lsp",
 2940 "menu",
 2941 "multi_buffer",
 2942 "nanoid",
 2943 "node_runtime",
 2944 "notifications",
 2945 "open_ai",
 2946 "parking_lot",
 2947 "pretty_assertions",
 2948 "project",
 2949 "prometheus",
 2950 "prompt_store",
 2951 "prost 0.9.0",
 2952 "rand 0.8.5",
 2953 "recent_projects",
 2954 "release_channel",
 2955 "remote",
 2956 "remote_server",
 2957 "reqwest 0.11.27",
 2958 "reqwest_client",
 2959 "rpc",
 2960 "rustc-demangle",
 2961 "scrypt",
 2962 "sea-orm",
 2963 "semantic_version",
 2964 "semver",
 2965 "serde",
 2966 "serde_derive",
 2967 "serde_json",
 2968 "session",
 2969 "settings",
 2970 "sha2",
 2971 "sqlx",
 2972 "strum",
 2973 "subtle",
 2974 "supermaven_api",
 2975 "telemetry_events",
 2976 "text",
 2977 "theme",
 2978 "thiserror 2.0.12",
 2979 "time",
 2980 "tokio",
 2981 "toml 0.8.20",
 2982 "tower",
 2983 "tower-http 0.4.4",
 2984 "tracing",
 2985 "tracing-subscriber",
 2986 "unindent",
 2987 "util",
 2988 "uuid",
 2989 "workspace",
 2990 "worktree",
 2991]
 2992
 2993[[package]]
 2994name = "collab_ui"
 2995version = "0.1.0"
 2996dependencies = [
 2997 "anyhow",
 2998 "call",
 2999 "channel",
 3000 "chrono",
 3001 "client",
 3002 "collections",
 3003 "db",
 3004 "editor",
 3005 "emojis",
 3006 "futures 0.3.31",
 3007 "fuzzy",
 3008 "gpui",
 3009 "http_client",
 3010 "language",
 3011 "menu",
 3012 "notifications",
 3013 "picker",
 3014 "pretty_assertions",
 3015 "project",
 3016 "release_channel",
 3017 "rich_text",
 3018 "rpc",
 3019 "schemars",
 3020 "serde",
 3021 "serde_derive",
 3022 "serde_json",
 3023 "settings",
 3024 "smallvec",
 3025 "story",
 3026 "telemetry",
 3027 "theme",
 3028 "time",
 3029 "time_format",
 3030 "title_bar",
 3031 "tree-sitter-md",
 3032 "ui",
 3033 "util",
 3034 "workspace",
 3035]
 3036
 3037[[package]]
 3038name = "collections"
 3039version = "0.1.0"
 3040dependencies = [
 3041 "indexmap",
 3042 "rustc-hash 2.1.1",
 3043]
 3044
 3045[[package]]
 3046name = "color_quant"
 3047version = "1.1.0"
 3048source = "registry+https://github.com/rust-lang/crates.io-index"
 3049checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3050
 3051[[package]]
 3052name = "colorchoice"
 3053version = "1.0.3"
 3054source = "registry+https://github.com/rust-lang/crates.io-index"
 3055checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
 3056
 3057[[package]]
 3058name = "combine"
 3059version = "4.6.7"
 3060source = "registry+https://github.com/rust-lang/crates.io-index"
 3061checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3062dependencies = [
 3063 "bytes 1.10.1",
 3064 "memchr",
 3065]
 3066
 3067[[package]]
 3068name = "command_palette"
 3069version = "0.1.0"
 3070dependencies = [
 3071 "client",
 3072 "collections",
 3073 "command_palette_hooks",
 3074 "ctor",
 3075 "editor",
 3076 "env_logger 0.11.7",
 3077 "fuzzy",
 3078 "go_to_line",
 3079 "gpui",
 3080 "language",
 3081 "menu",
 3082 "picker",
 3083 "postage",
 3084 "project",
 3085 "serde",
 3086 "serde_json",
 3087 "settings",
 3088 "telemetry",
 3089 "theme",
 3090 "ui",
 3091 "util",
 3092 "workspace",
 3093 "zed_actions",
 3094]
 3095
 3096[[package]]
 3097name = "command_palette_hooks"
 3098version = "0.1.0"
 3099dependencies = [
 3100 "collections",
 3101 "derive_more",
 3102 "gpui",
 3103]
 3104
 3105[[package]]
 3106name = "component"
 3107version = "0.1.0"
 3108dependencies = [
 3109 "collections",
 3110 "gpui",
 3111 "linkme",
 3112 "parking_lot",
 3113 "theme",
 3114]
 3115
 3116[[package]]
 3117name = "component_preview"
 3118version = "0.1.0"
 3119dependencies = [
 3120 "client",
 3121 "collections",
 3122 "component",
 3123 "gpui",
 3124 "languages",
 3125 "notifications",
 3126 "project",
 3127 "ui",
 3128 "workspace",
 3129]
 3130
 3131[[package]]
 3132name = "concurrent-queue"
 3133version = "2.5.0"
 3134source = "registry+https://github.com/rust-lang/crates.io-index"
 3135checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3136dependencies = [
 3137 "crossbeam-utils",
 3138]
 3139
 3140[[package]]
 3141name = "console"
 3142version = "0.15.8"
 3143source = "registry+https://github.com/rust-lang/crates.io-index"
 3144checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
 3145dependencies = [
 3146 "encode_unicode",
 3147 "lazy_static",
 3148 "libc",
 3149 "unicode-width",
 3150 "windows-sys 0.52.0",
 3151]
 3152
 3153[[package]]
 3154name = "const-oid"
 3155version = "0.9.6"
 3156source = "registry+https://github.com/rust-lang/crates.io-index"
 3157checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3158
 3159[[package]]
 3160name = "const-random"
 3161version = "0.1.18"
 3162source = "registry+https://github.com/rust-lang/crates.io-index"
 3163checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3164dependencies = [
 3165 "const-random-macro",
 3166]
 3167
 3168[[package]]
 3169name = "const-random-macro"
 3170version = "0.1.16"
 3171source = "registry+https://github.com/rust-lang/crates.io-index"
 3172checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3173dependencies = [
 3174 "getrandom 0.2.15",
 3175 "once_cell",
 3176 "tiny-keccak",
 3177]
 3178
 3179[[package]]
 3180name = "constant_time_eq"
 3181version = "0.1.5"
 3182source = "registry+https://github.com/rust-lang/crates.io-index"
 3183checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3184
 3185[[package]]
 3186name = "constant_time_eq"
 3187version = "0.3.1"
 3188source = "registry+https://github.com/rust-lang/crates.io-index"
 3189checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
 3190
 3191[[package]]
 3192name = "context_server"
 3193version = "0.1.0"
 3194dependencies = [
 3195 "anyhow",
 3196 "assistant_tool",
 3197 "async-trait",
 3198 "collections",
 3199 "command_palette_hooks",
 3200 "context_server_settings",
 3201 "extension",
 3202 "futures 0.3.31",
 3203 "gpui",
 3204 "icons",
 3205 "language_model",
 3206 "log",
 3207 "parking_lot",
 3208 "postage",
 3209 "project",
 3210 "serde",
 3211 "serde_json",
 3212 "settings",
 3213 "smol",
 3214 "url",
 3215 "util",
 3216]
 3217
 3218[[package]]
 3219name = "context_server_settings"
 3220version = "0.1.0"
 3221dependencies = [
 3222 "anyhow",
 3223 "collections",
 3224 "gpui",
 3225 "schemars",
 3226 "serde",
 3227 "serde_json",
 3228 "settings",
 3229]
 3230
 3231[[package]]
 3232name = "convert_case"
 3233version = "0.4.0"
 3234source = "registry+https://github.com/rust-lang/crates.io-index"
 3235checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
 3236
 3237[[package]]
 3238name = "convert_case"
 3239version = "0.8.0"
 3240source = "registry+https://github.com/rust-lang/crates.io-index"
 3241checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3242dependencies = [
 3243 "unicode-segmentation",
 3244]
 3245
 3246[[package]]
 3247name = "copilot"
 3248version = "0.1.0"
 3249dependencies = [
 3250 "anyhow",
 3251 "async-std",
 3252 "chrono",
 3253 "client",
 3254 "clock",
 3255 "collections",
 3256 "command_palette_hooks",
 3257 "ctor",
 3258 "editor",
 3259 "env_logger 0.11.7",
 3260 "fs",
 3261 "futures 0.3.31",
 3262 "gpui",
 3263 "http_client",
 3264 "indoc",
 3265 "inline_completion",
 3266 "language",
 3267 "log",
 3268 "lsp",
 3269 "menu",
 3270 "node_runtime",
 3271 "parking_lot",
 3272 "paths",
 3273 "project",
 3274 "rpc",
 3275 "schemars",
 3276 "serde",
 3277 "serde_json",
 3278 "settings",
 3279 "strum",
 3280 "task",
 3281 "theme",
 3282 "ui",
 3283 "util",
 3284 "workspace",
 3285]
 3286
 3287[[package]]
 3288name = "core-foundation"
 3289version = "0.9.4"
 3290source = "registry+https://github.com/rust-lang/crates.io-index"
 3291checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3292dependencies = [
 3293 "core-foundation-sys",
 3294 "libc",
 3295]
 3296
 3297[[package]]
 3298name = "core-foundation"
 3299version = "0.10.0"
 3300source = "registry+https://github.com/rust-lang/crates.io-index"
 3301checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3302dependencies = [
 3303 "core-foundation-sys",
 3304 "libc",
 3305]
 3306
 3307[[package]]
 3308name = "core-foundation-sys"
 3309version = "0.8.7"
 3310source = "registry+https://github.com/rust-lang/crates.io-index"
 3311checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3312
 3313[[package]]
 3314name = "core-graphics"
 3315version = "0.23.2"
 3316source = "registry+https://github.com/rust-lang/crates.io-index"
 3317checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3318dependencies = [
 3319 "bitflags 1.3.2",
 3320 "core-foundation 0.9.4",
 3321 "core-graphics-types 0.1.3",
 3322 "foreign-types 0.5.0",
 3323 "libc",
 3324]
 3325
 3326[[package]]
 3327name = "core-graphics"
 3328version = "0.24.0"
 3329source = "registry+https://github.com/rust-lang/crates.io-index"
 3330checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3331dependencies = [
 3332 "bitflags 2.9.0",
 3333 "core-foundation 0.10.0",
 3334 "core-graphics-types 0.2.0",
 3335 "foreign-types 0.5.0",
 3336 "libc",
 3337]
 3338
 3339[[package]]
 3340name = "core-graphics-types"
 3341version = "0.1.3"
 3342source = "registry+https://github.com/rust-lang/crates.io-index"
 3343checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3344dependencies = [
 3345 "bitflags 1.3.2",
 3346 "core-foundation 0.9.4",
 3347 "libc",
 3348]
 3349
 3350[[package]]
 3351name = "core-graphics-types"
 3352version = "0.2.0"
 3353source = "registry+https://github.com/rust-lang/crates.io-index"
 3354checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3355dependencies = [
 3356 "bitflags 2.9.0",
 3357 "core-foundation 0.10.0",
 3358 "libc",
 3359]
 3360
 3361[[package]]
 3362name = "core-services"
 3363version = "0.2.1"
 3364source = "registry+https://github.com/rust-lang/crates.io-index"
 3365checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3366dependencies = [
 3367 "core-foundation 0.9.4",
 3368]
 3369
 3370[[package]]
 3371name = "core-text"
 3372version = "20.1.0"
 3373source = "registry+https://github.com/rust-lang/crates.io-index"
 3374checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
 3375dependencies = [
 3376 "core-foundation 0.9.4",
 3377 "core-graphics 0.23.2",
 3378 "foreign-types 0.5.0",
 3379 "libc",
 3380]
 3381
 3382[[package]]
 3383name = "core_maths"
 3384version = "0.1.1"
 3385source = "registry+https://github.com/rust-lang/crates.io-index"
 3386checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3387dependencies = [
 3388 "libm",
 3389]
 3390
 3391[[package]]
 3392name = "coreaudio-rs"
 3393version = "0.11.3"
 3394source = "registry+https://github.com/rust-lang/crates.io-index"
 3395checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
 3396dependencies = [
 3397 "bitflags 1.3.2",
 3398 "core-foundation-sys",
 3399 "coreaudio-sys",
 3400]
 3401
 3402[[package]]
 3403name = "coreaudio-rs"
 3404version = "0.12.1"
 3405source = "registry+https://github.com/rust-lang/crates.io-index"
 3406checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3407dependencies = [
 3408 "bitflags 1.3.2",
 3409 "core-foundation-sys",
 3410 "coreaudio-sys",
 3411]
 3412
 3413[[package]]
 3414name = "coreaudio-sys"
 3415version = "0.2.16"
 3416source = "registry+https://github.com/rust-lang/crates.io-index"
 3417checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
 3418dependencies = [
 3419 "bindgen 0.70.1",
 3420]
 3421
 3422[[package]]
 3423name = "cosmic-text"
 3424version = "0.13.2"
 3425source = "registry+https://github.com/rust-lang/crates.io-index"
 3426checksum = "e418dd4f5128c3e93eab12246391c54a20c496811131f85754dc8152ee207892"
 3427dependencies = [
 3428 "bitflags 2.9.0",
 3429 "fontdb 0.16.2",
 3430 "log",
 3431 "rangemap",
 3432 "rustc-hash 1.1.0",
 3433 "rustybuzz 0.14.1",
 3434 "self_cell",
 3435 "smol_str 0.2.2",
 3436 "swash",
 3437 "sys-locale",
 3438 "ttf-parser 0.21.1",
 3439 "unicode-bidi",
 3440 "unicode-linebreak",
 3441 "unicode-script",
 3442 "unicode-segmentation",
 3443]
 3444
 3445[[package]]
 3446name = "cpal"
 3447version = "0.15.3"
 3448source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
 3449dependencies = [
 3450 "alsa",
 3451 "core-foundation-sys",
 3452 "coreaudio-rs 0.11.3",
 3453 "dasp_sample",
 3454 "jni",
 3455 "js-sys",
 3456 "libc",
 3457 "mach2",
 3458 "ndk",
 3459 "ndk-context",
 3460 "oboe",
 3461 "wasm-bindgen",
 3462 "wasm-bindgen-futures",
 3463 "web-sys",
 3464 "windows 0.54.0",
 3465]
 3466
 3467[[package]]
 3468name = "cpp_demangle"
 3469version = "0.4.4"
 3470source = "registry+https://github.com/rust-lang/crates.io-index"
 3471checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
 3472dependencies = [
 3473 "cfg-if",
 3474]
 3475
 3476[[package]]
 3477name = "cpufeatures"
 3478version = "0.2.16"
 3479source = "registry+https://github.com/rust-lang/crates.io-index"
 3480checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
 3481dependencies = [
 3482 "libc",
 3483]
 3484
 3485[[package]]
 3486name = "cranelift-bforest"
 3487version = "0.116.1"
 3488source = "registry+https://github.com/rust-lang/crates.io-index"
 3489checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
 3490dependencies = [
 3491 "cranelift-entity",
 3492]
 3493
 3494[[package]]
 3495name = "cranelift-bitset"
 3496version = "0.116.1"
 3497source = "registry+https://github.com/rust-lang/crates.io-index"
 3498checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
 3499dependencies = [
 3500 "serde",
 3501 "serde_derive",
 3502]
 3503
 3504[[package]]
 3505name = "cranelift-codegen"
 3506version = "0.116.1"
 3507source = "registry+https://github.com/rust-lang/crates.io-index"
 3508checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
 3509dependencies = [
 3510 "bumpalo",
 3511 "cranelift-bforest",
 3512 "cranelift-bitset",
 3513 "cranelift-codegen-meta",
 3514 "cranelift-codegen-shared",
 3515 "cranelift-control",
 3516 "cranelift-entity",
 3517 "cranelift-isle",
 3518 "gimli",
 3519 "hashbrown 0.14.5",
 3520 "log",
 3521 "regalloc2",
 3522 "rustc-hash 2.1.1",
 3523 "serde",
 3524 "smallvec",
 3525 "target-lexicon 0.13.2",
 3526]
 3527
 3528[[package]]
 3529name = "cranelift-codegen-meta"
 3530version = "0.116.1"
 3531source = "registry+https://github.com/rust-lang/crates.io-index"
 3532checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
 3533dependencies = [
 3534 "cranelift-codegen-shared",
 3535]
 3536
 3537[[package]]
 3538name = "cranelift-codegen-shared"
 3539version = "0.116.1"
 3540source = "registry+https://github.com/rust-lang/crates.io-index"
 3541checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
 3542
 3543[[package]]
 3544name = "cranelift-control"
 3545version = "0.116.1"
 3546source = "registry+https://github.com/rust-lang/crates.io-index"
 3547checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
 3548dependencies = [
 3549 "arbitrary",
 3550]
 3551
 3552[[package]]
 3553name = "cranelift-entity"
 3554version = "0.116.1"
 3555source = "registry+https://github.com/rust-lang/crates.io-index"
 3556checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
 3557dependencies = [
 3558 "cranelift-bitset",
 3559 "serde",
 3560 "serde_derive",
 3561]
 3562
 3563[[package]]
 3564name = "cranelift-frontend"
 3565version = "0.116.1"
 3566source = "registry+https://github.com/rust-lang/crates.io-index"
 3567checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
 3568dependencies = [
 3569 "cranelift-codegen",
 3570 "log",
 3571 "smallvec",
 3572 "target-lexicon 0.13.2",
 3573]
 3574
 3575[[package]]
 3576name = "cranelift-isle"
 3577version = "0.116.1"
 3578source = "registry+https://github.com/rust-lang/crates.io-index"
 3579checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
 3580
 3581[[package]]
 3582name = "cranelift-native"
 3583version = "0.116.1"
 3584source = "registry+https://github.com/rust-lang/crates.io-index"
 3585checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
 3586dependencies = [
 3587 "cranelift-codegen",
 3588 "libc",
 3589 "target-lexicon 0.13.2",
 3590]
 3591
 3592[[package]]
 3593name = "crc"
 3594version = "3.2.1"
 3595source = "registry+https://github.com/rust-lang/crates.io-index"
 3596checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
 3597dependencies = [
 3598 "crc-catalog",
 3599]
 3600
 3601[[package]]
 3602name = "crc-catalog"
 3603version = "2.4.0"
 3604source = "registry+https://github.com/rust-lang/crates.io-index"
 3605checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 3606
 3607[[package]]
 3608name = "crc32c"
 3609version = "0.6.8"
 3610source = "registry+https://github.com/rust-lang/crates.io-index"
 3611checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
 3612dependencies = [
 3613 "rustc_version",
 3614]
 3615
 3616[[package]]
 3617name = "crc32fast"
 3618version = "1.4.2"
 3619source = "registry+https://github.com/rust-lang/crates.io-index"
 3620checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
 3621dependencies = [
 3622 "cfg-if",
 3623]
 3624
 3625[[package]]
 3626name = "crc64fast-nvme"
 3627version = "1.1.1"
 3628source = "registry+https://github.com/rust-lang/crates.io-index"
 3629checksum = "d5e2ee08013e3f228d6d2394116c4549a6df77708442c62d887d83f68ef2ee37"
 3630dependencies = [
 3631 "cbindgen 0.27.0",
 3632 "crc",
 3633]
 3634
 3635[[package]]
 3636name = "credentials_provider"
 3637version = "0.1.0"
 3638dependencies = [
 3639 "anyhow",
 3640 "futures 0.3.31",
 3641 "gpui",
 3642 "paths",
 3643 "release_channel",
 3644 "serde",
 3645 "serde_json",
 3646]
 3647
 3648[[package]]
 3649name = "criterion"
 3650version = "0.5.1"
 3651source = "registry+https://github.com/rust-lang/crates.io-index"
 3652checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 3653dependencies = [
 3654 "anes",
 3655 "cast",
 3656 "ciborium",
 3657 "clap",
 3658 "criterion-plot",
 3659 "is-terminal",
 3660 "itertools 0.10.5",
 3661 "num-traits",
 3662 "once_cell",
 3663 "oorandom",
 3664 "plotters",
 3665 "rayon",
 3666 "regex",
 3667 "serde",
 3668 "serde_derive",
 3669 "serde_json",
 3670 "tinytemplate",
 3671 "walkdir",
 3672]
 3673
 3674[[package]]
 3675name = "criterion-plot"
 3676version = "0.5.0"
 3677source = "registry+https://github.com/rust-lang/crates.io-index"
 3678checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 3679dependencies = [
 3680 "cast",
 3681 "itertools 0.10.5",
 3682]
 3683
 3684[[package]]
 3685name = "crossbeam-channel"
 3686version = "0.5.13"
 3687source = "registry+https://github.com/rust-lang/crates.io-index"
 3688checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
 3689dependencies = [
 3690 "crossbeam-utils",
 3691]
 3692
 3693[[package]]
 3694name = "crossbeam-deque"
 3695version = "0.8.5"
 3696source = "registry+https://github.com/rust-lang/crates.io-index"
 3697checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
 3698dependencies = [
 3699 "crossbeam-epoch",
 3700 "crossbeam-utils",
 3701]
 3702
 3703[[package]]
 3704name = "crossbeam-epoch"
 3705version = "0.9.18"
 3706source = "registry+https://github.com/rust-lang/crates.io-index"
 3707checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 3708dependencies = [
 3709 "crossbeam-utils",
 3710]
 3711
 3712[[package]]
 3713name = "crossbeam-queue"
 3714version = "0.3.11"
 3715source = "registry+https://github.com/rust-lang/crates.io-index"
 3716checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
 3717dependencies = [
 3718 "crossbeam-utils",
 3719]
 3720
 3721[[package]]
 3722name = "crossbeam-utils"
 3723version = "0.8.20"
 3724source = "registry+https://github.com/rust-lang/crates.io-index"
 3725checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
 3726
 3727[[package]]
 3728name = "crunchy"
 3729version = "0.2.2"
 3730source = "registry+https://github.com/rust-lang/crates.io-index"
 3731checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
 3732
 3733[[package]]
 3734name = "crypto-bigint"
 3735version = "0.4.9"
 3736source = "registry+https://github.com/rust-lang/crates.io-index"
 3737checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 3738dependencies = [
 3739 "generic-array",
 3740 "rand_core 0.6.4",
 3741 "subtle",
 3742 "zeroize",
 3743]
 3744
 3745[[package]]
 3746name = "crypto-bigint"
 3747version = "0.5.5"
 3748source = "registry+https://github.com/rust-lang/crates.io-index"
 3749checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 3750dependencies = [
 3751 "rand_core 0.6.4",
 3752 "subtle",
 3753]
 3754
 3755[[package]]
 3756name = "crypto-common"
 3757version = "0.1.6"
 3758source = "registry+https://github.com/rust-lang/crates.io-index"
 3759checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 3760dependencies = [
 3761 "generic-array",
 3762 "rand_core 0.6.4",
 3763 "typenum",
 3764]
 3765
 3766[[package]]
 3767name = "ctor"
 3768version = "0.4.1"
 3769source = "registry+https://github.com/rust-lang/crates.io-index"
 3770checksum = "07e9666f4a9a948d4f1dff0c08a4512b0f7c86414b23960104c243c10d79f4c3"
 3771dependencies = [
 3772 "ctor-proc-macro",
 3773 "dtor",
 3774]
 3775
 3776[[package]]
 3777name = "ctor-proc-macro"
 3778version = "0.0.5"
 3779source = "registry+https://github.com/rust-lang/crates.io-index"
 3780checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
 3781
 3782[[package]]
 3783name = "ctrlc"
 3784version = "3.4.5"
 3785source = "registry+https://github.com/rust-lang/crates.io-index"
 3786checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
 3787dependencies = [
 3788 "nix",
 3789 "windows-sys 0.59.0",
 3790]
 3791
 3792[[package]]
 3793name = "cursor-icon"
 3794version = "1.1.0"
 3795source = "registry+https://github.com/rust-lang/crates.io-index"
 3796checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
 3797
 3798[[package]]
 3799name = "cxx"
 3800version = "1.0.134"
 3801source = "registry+https://github.com/rust-lang/crates.io-index"
 3802checksum = "a5a32d755fe20281b46118ee4b507233311fb7a48a0cfd42f554b93640521a2f"
 3803dependencies = [
 3804 "cc",
 3805 "cxxbridge-cmd",
 3806 "cxxbridge-flags",
 3807 "cxxbridge-macro",
 3808 "foldhash",
 3809 "link-cplusplus",
 3810]
 3811
 3812[[package]]
 3813name = "cxx-build"
 3814version = "1.0.134"
 3815source = "registry+https://github.com/rust-lang/crates.io-index"
 3816checksum = "11645536ada5d1c8804312cbffc9ab950f2216154de431de930da47ca6955199"
 3817dependencies = [
 3818 "cc",
 3819 "codespan-reporting",
 3820 "proc-macro2",
 3821 "quote",
 3822 "scratch",
 3823 "syn 2.0.100",
 3824]
 3825
 3826[[package]]
 3827name = "cxxbridge-cmd"
 3828version = "1.0.134"
 3829source = "registry+https://github.com/rust-lang/crates.io-index"
 3830checksum = "ebcc9c78e3c7289665aab921a2b394eaffe8bdb369aa18d81ffc0f534fd49385"
 3831dependencies = [
 3832 "clap",
 3833 "codespan-reporting",
 3834 "proc-macro2",
 3835 "quote",
 3836 "syn 2.0.100",
 3837]
 3838
 3839[[package]]
 3840name = "cxxbridge-flags"
 3841version = "1.0.134"
 3842source = "registry+https://github.com/rust-lang/crates.io-index"
 3843checksum = "3a22a87bd9e78d7204d793261470a4c9d585154fddd251828d8aefbb5f74c3bf"
 3844
 3845[[package]]
 3846name = "cxxbridge-macro"
 3847version = "1.0.134"
 3848source = "registry+https://github.com/rust-lang/crates.io-index"
 3849checksum = "1dfdb020ff8787c5daf6e0dca743005cc8782868faeadfbabb8824ede5cb1c72"
 3850dependencies = [
 3851 "proc-macro2",
 3852 "quote",
 3853 "rustversion",
 3854 "syn 2.0.100",
 3855]
 3856
 3857[[package]]
 3858name = "dap"
 3859version = "0.1.0"
 3860dependencies = [
 3861 "anyhow",
 3862 "async-compression",
 3863 "async-pipe",
 3864 "async-tar",
 3865 "async-trait",
 3866 "client",
 3867 "collections",
 3868 "dap-types",
 3869 "env_logger 0.11.7",
 3870 "fs",
 3871 "futures 0.3.31",
 3872 "gpui",
 3873 "http_client",
 3874 "language",
 3875 "log",
 3876 "node_runtime",
 3877 "parking_lot",
 3878 "paths",
 3879 "regex",
 3880 "schemars",
 3881 "serde",
 3882 "serde_json",
 3883 "settings",
 3884 "smallvec",
 3885 "smol",
 3886 "task",
 3887 "util",
 3888]
 3889
 3890[[package]]
 3891name = "dap-types"
 3892version = "0.0.1"
 3893source = "git+https://github.com/zed-industries/dap-types?rev=bfd4af0#bfd4af084bbaa5f344e6925370d7642e41d0b5b8"
 3894dependencies = [
 3895 "schemars",
 3896 "serde",
 3897 "serde_json",
 3898]
 3899
 3900[[package]]
 3901name = "dap_adapters"
 3902version = "0.1.0"
 3903dependencies = [
 3904 "anyhow",
 3905 "async-trait",
 3906 "dap",
 3907 "gpui",
 3908 "language",
 3909 "paths",
 3910 "regex",
 3911 "serde",
 3912 "serde_json",
 3913 "task",
 3914 "util",
 3915]
 3916
 3917[[package]]
 3918name = "dashmap"
 3919version = "5.5.3"
 3920source = "registry+https://github.com/rust-lang/crates.io-index"
 3921checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
 3922dependencies = [
 3923 "cfg-if",
 3924 "hashbrown 0.14.5",
 3925 "lock_api",
 3926 "once_cell",
 3927 "parking_lot_core",
 3928]
 3929
 3930[[package]]
 3931name = "dashmap"
 3932version = "6.1.0"
 3933source = "registry+https://github.com/rust-lang/crates.io-index"
 3934checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 3935dependencies = [
 3936 "cfg-if",
 3937 "crossbeam-utils",
 3938 "hashbrown 0.14.5",
 3939 "lock_api",
 3940 "once_cell",
 3941 "parking_lot_core",
 3942]
 3943
 3944[[package]]
 3945name = "dasp_sample"
 3946version = "0.11.0"
 3947source = "registry+https://github.com/rust-lang/crates.io-index"
 3948checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 3949
 3950[[package]]
 3951name = "data-encoding"
 3952version = "2.6.0"
 3953source = "registry+https://github.com/rust-lang/crates.io-index"
 3954checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
 3955
 3956[[package]]
 3957name = "data-url"
 3958version = "0.3.1"
 3959source = "registry+https://github.com/rust-lang/crates.io-index"
 3960checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
 3961
 3962[[package]]
 3963name = "db"
 3964version = "0.1.0"
 3965dependencies = [
 3966 "anyhow",
 3967 "gpui",
 3968 "indoc",
 3969 "log",
 3970 "paths",
 3971 "release_channel",
 3972 "smol",
 3973 "sqlez",
 3974 "sqlez_macros",
 3975 "tempfile",
 3976 "util",
 3977]
 3978
 3979[[package]]
 3980name = "dbus"
 3981version = "0.9.7"
 3982source = "registry+https://github.com/rust-lang/crates.io-index"
 3983checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
 3984dependencies = [
 3985 "libc",
 3986 "libdbus-sys",
 3987 "winapi",
 3988]
 3989
 3990[[package]]
 3991name = "debugger_tools"
 3992version = "0.1.0"
 3993dependencies = [
 3994 "anyhow",
 3995 "dap",
 3996 "editor",
 3997 "futures 0.3.31",
 3998 "gpui",
 3999 "project",
 4000 "serde_json",
 4001 "settings",
 4002 "smol",
 4003 "util",
 4004 "workspace",
 4005]
 4006
 4007[[package]]
 4008name = "debugger_ui"
 4009version = "0.1.0"
 4010dependencies = [
 4011 "anyhow",
 4012 "client",
 4013 "collections",
 4014 "command_palette_hooks",
 4015 "dap",
 4016 "editor",
 4017 "env_logger 0.11.7",
 4018 "feature_flags",
 4019 "futures 0.3.31",
 4020 "fuzzy",
 4021 "gpui",
 4022 "language",
 4023 "log",
 4024 "menu",
 4025 "picker",
 4026 "pretty_assertions",
 4027 "project",
 4028 "rpc",
 4029 "serde",
 4030 "serde_json",
 4031 "settings",
 4032 "sysinfo",
 4033 "task",
 4034 "terminal_view",
 4035 "theme",
 4036 "ui",
 4037 "unindent",
 4038 "util",
 4039 "workspace",
 4040]
 4041
 4042[[package]]
 4043name = "deepseek"
 4044version = "0.1.0"
 4045dependencies = [
 4046 "anyhow",
 4047 "futures 0.3.31",
 4048 "http_client",
 4049 "schemars",
 4050 "serde",
 4051 "serde_json",
 4052]
 4053
 4054[[package]]
 4055name = "deflate64"
 4056version = "0.1.9"
 4057source = "registry+https://github.com/rust-lang/crates.io-index"
 4058checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
 4059
 4060[[package]]
 4061name = "der"
 4062version = "0.6.1"
 4063source = "registry+https://github.com/rust-lang/crates.io-index"
 4064checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4065dependencies = [
 4066 "const-oid",
 4067 "zeroize",
 4068]
 4069
 4070[[package]]
 4071name = "der"
 4072version = "0.7.9"
 4073source = "registry+https://github.com/rust-lang/crates.io-index"
 4074checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
 4075dependencies = [
 4076 "const-oid",
 4077 "pem-rfc7468",
 4078 "zeroize",
 4079]
 4080
 4081[[package]]
 4082name = "deranged"
 4083version = "0.4.0"
 4084source = "registry+https://github.com/rust-lang/crates.io-index"
 4085checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
 4086dependencies = [
 4087 "powerfmt",
 4088 "serde",
 4089]
 4090
 4091[[package]]
 4092name = "derive_more"
 4093version = "0.99.19"
 4094source = "registry+https://github.com/rust-lang/crates.io-index"
 4095checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
 4096dependencies = [
 4097 "convert_case 0.4.0",
 4098 "proc-macro2",
 4099 "quote",
 4100 "rustc_version",
 4101 "syn 2.0.100",
 4102]
 4103
 4104[[package]]
 4105name = "derive_refineable"
 4106version = "0.1.0"
 4107dependencies = [
 4108 "proc-macro2",
 4109 "quote",
 4110 "syn 1.0.109",
 4111]
 4112
 4113[[package]]
 4114name = "diagnostics"
 4115version = "0.1.0"
 4116dependencies = [
 4117 "anyhow",
 4118 "client",
 4119 "collections",
 4120 "ctor",
 4121 "editor",
 4122 "env_logger 0.11.7",
 4123 "gpui",
 4124 "language",
 4125 "log",
 4126 "lsp",
 4127 "pretty_assertions",
 4128 "project",
 4129 "rand 0.8.5",
 4130 "serde",
 4131 "serde_json",
 4132 "settings",
 4133 "theme",
 4134 "ui",
 4135 "unindent",
 4136 "util",
 4137 "workspace",
 4138]
 4139
 4140[[package]]
 4141name = "dialoguer"
 4142version = "0.11.0"
 4143source = "registry+https://github.com/rust-lang/crates.io-index"
 4144checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4145dependencies = [
 4146 "console",
 4147 "fuzzy-matcher",
 4148 "shell-words",
 4149 "tempfile",
 4150 "thiserror 1.0.69",
 4151 "zeroize",
 4152]
 4153
 4154[[package]]
 4155name = "diff"
 4156version = "0.1.13"
 4157source = "registry+https://github.com/rust-lang/crates.io-index"
 4158checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4159
 4160[[package]]
 4161name = "digest"
 4162version = "0.10.7"
 4163source = "registry+https://github.com/rust-lang/crates.io-index"
 4164checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4165dependencies = [
 4166 "block-buffer",
 4167 "const-oid",
 4168 "crypto-common",
 4169 "subtle",
 4170]
 4171
 4172[[package]]
 4173name = "dirs"
 4174version = "4.0.0"
 4175source = "registry+https://github.com/rust-lang/crates.io-index"
 4176checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4177dependencies = [
 4178 "dirs-sys 0.3.7",
 4179]
 4180
 4181[[package]]
 4182name = "dirs"
 4183version = "5.0.1"
 4184source = "registry+https://github.com/rust-lang/crates.io-index"
 4185checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4186dependencies = [
 4187 "dirs-sys 0.4.1",
 4188]
 4189
 4190[[package]]
 4191name = "dirs-sys"
 4192version = "0.3.7"
 4193source = "registry+https://github.com/rust-lang/crates.io-index"
 4194checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4195dependencies = [
 4196 "libc",
 4197 "redox_users",
 4198 "winapi",
 4199]
 4200
 4201[[package]]
 4202name = "dirs-sys"
 4203version = "0.4.1"
 4204source = "registry+https://github.com/rust-lang/crates.io-index"
 4205checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4206dependencies = [
 4207 "libc",
 4208 "option-ext",
 4209 "redox_users",
 4210 "windows-sys 0.48.0",
 4211]
 4212
 4213[[package]]
 4214name = "displaydoc"
 4215version = "0.2.5"
 4216source = "registry+https://github.com/rust-lang/crates.io-index"
 4217checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4218dependencies = [
 4219 "proc-macro2",
 4220 "quote",
 4221 "syn 2.0.100",
 4222]
 4223
 4224[[package]]
 4225name = "dlib"
 4226version = "0.5.2"
 4227source = "registry+https://github.com/rust-lang/crates.io-index"
 4228checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4229dependencies = [
 4230 "libloading",
 4231]
 4232
 4233[[package]]
 4234name = "docs_preprocessor"
 4235version = "0.1.0"
 4236dependencies = [
 4237 "anyhow",
 4238 "clap",
 4239 "mdbook",
 4240 "regex",
 4241 "serde",
 4242 "serde_json",
 4243 "settings",
 4244 "util",
 4245]
 4246
 4247[[package]]
 4248name = "dotenvy"
 4249version = "0.15.7"
 4250source = "registry+https://github.com/rust-lang/crates.io-index"
 4251checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 4252
 4253[[package]]
 4254name = "downcast-rs"
 4255version = "1.2.1"
 4256source = "registry+https://github.com/rust-lang/crates.io-index"
 4257checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 4258
 4259[[package]]
 4260name = "doxygen-rs"
 4261version = "0.4.2"
 4262source = "registry+https://github.com/rust-lang/crates.io-index"
 4263checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 4264dependencies = [
 4265 "phf",
 4266]
 4267
 4268[[package]]
 4269name = "dtor"
 4270version = "0.0.5"
 4271source = "registry+https://github.com/rust-lang/crates.io-index"
 4272checksum = "222ef136a1c687d4aa0395c175f2c4586e379924c352fd02f7870cf7de783c23"
 4273dependencies = [
 4274 "dtor-proc-macro",
 4275]
 4276
 4277[[package]]
 4278name = "dtor-proc-macro"
 4279version = "0.0.5"
 4280source = "registry+https://github.com/rust-lang/crates.io-index"
 4281checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 4282
 4283[[package]]
 4284name = "dunce"
 4285version = "1.0.5"
 4286source = "registry+https://github.com/rust-lang/crates.io-index"
 4287checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 4288
 4289[[package]]
 4290name = "dwrote"
 4291version = "0.11.2"
 4292source = "registry+https://github.com/rust-lang/crates.io-index"
 4293checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
 4294dependencies = [
 4295 "lazy_static",
 4296 "libc",
 4297 "winapi",
 4298 "wio",
 4299]
 4300
 4301[[package]]
 4302name = "dyn-clone"
 4303version = "1.0.17"
 4304source = "registry+https://github.com/rust-lang/crates.io-index"
 4305checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
 4306
 4307[[package]]
 4308name = "ec4rs"
 4309version = "1.1.1"
 4310source = "registry+https://github.com/rust-lang/crates.io-index"
 4311checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
 4312
 4313[[package]]
 4314name = "ecdsa"
 4315version = "0.14.8"
 4316source = "registry+https://github.com/rust-lang/crates.io-index"
 4317checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 4318dependencies = [
 4319 "der 0.6.1",
 4320 "elliptic-curve",
 4321 "rfc6979",
 4322 "signature 1.6.4",
 4323]
 4324
 4325[[package]]
 4326name = "editor"
 4327version = "0.1.0"
 4328dependencies = [
 4329 "aho-corasick",
 4330 "anyhow",
 4331 "assets",
 4332 "buffer_diff",
 4333 "chrono",
 4334 "client",
 4335 "clock",
 4336 "collections",
 4337 "convert_case 0.8.0",
 4338 "ctor",
 4339 "db",
 4340 "emojis",
 4341 "env_logger 0.11.7",
 4342 "feature_flags",
 4343 "file_icons",
 4344 "fs",
 4345 "futures 0.3.31",
 4346 "fuzzy",
 4347 "git",
 4348 "gpui",
 4349 "http_client",
 4350 "indoc",
 4351 "inline_completion",
 4352 "itertools 0.14.0",
 4353 "language",
 4354 "languages",
 4355 "linkify",
 4356 "log",
 4357 "lsp",
 4358 "markdown",
 4359 "menu",
 4360 "multi_buffer",
 4361 "ordered-float 2.10.1",
 4362 "parking_lot",
 4363 "pretty_assertions",
 4364 "project",
 4365 "rand 0.8.5",
 4366 "release_channel",
 4367 "rpc",
 4368 "schemars",
 4369 "serde",
 4370 "serde_json",
 4371 "settings",
 4372 "smallvec",
 4373 "smol",
 4374 "snippet",
 4375 "sum_tree",
 4376 "task",
 4377 "telemetry",
 4378 "tempfile",
 4379 "text",
 4380 "theme",
 4381 "time",
 4382 "time_format",
 4383 "tree-sitter-html",
 4384 "tree-sitter-rust",
 4385 "tree-sitter-typescript",
 4386 "ui",
 4387 "unicode-script",
 4388 "unicode-segmentation",
 4389 "unindent",
 4390 "url",
 4391 "util",
 4392 "uuid",
 4393 "workspace",
 4394 "zed_actions",
 4395]
 4396
 4397[[package]]
 4398name = "either"
 4399version = "1.13.0"
 4400source = "registry+https://github.com/rust-lang/crates.io-index"
 4401checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
 4402dependencies = [
 4403 "serde",
 4404]
 4405
 4406[[package]]
 4407name = "elasticlunr-rs"
 4408version = "3.0.2"
 4409source = "registry+https://github.com/rust-lang/crates.io-index"
 4410checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 4411dependencies = [
 4412 "regex",
 4413 "serde",
 4414 "serde_derive",
 4415 "serde_json",
 4416]
 4417
 4418[[package]]
 4419name = "elliptic-curve"
 4420version = "0.12.3"
 4421source = "registry+https://github.com/rust-lang/crates.io-index"
 4422checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 4423dependencies = [
 4424 "base16ct",
 4425 "crypto-bigint 0.4.9",
 4426 "der 0.6.1",
 4427 "digest",
 4428 "ff",
 4429 "generic-array",
 4430 "group",
 4431 "pkcs8 0.9.0",
 4432 "rand_core 0.6.4",
 4433 "sec1",
 4434 "subtle",
 4435 "zeroize",
 4436]
 4437
 4438[[package]]
 4439name = "embed-resource"
 4440version = "3.0.2"
 4441source = "registry+https://github.com/rust-lang/crates.io-index"
 4442checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
 4443dependencies = [
 4444 "cc",
 4445 "memchr",
 4446 "rustc_version",
 4447 "toml 0.8.20",
 4448 "vswhom",
 4449 "winreg 0.52.0",
 4450]
 4451
 4452[[package]]
 4453name = "embedded-io"
 4454version = "0.4.0"
 4455source = "registry+https://github.com/rust-lang/crates.io-index"
 4456checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 4457
 4458[[package]]
 4459name = "embedded-io"
 4460version = "0.6.1"
 4461source = "registry+https://github.com/rust-lang/crates.io-index"
 4462checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 4463
 4464[[package]]
 4465name = "emojis"
 4466version = "0.6.4"
 4467source = "registry+https://github.com/rust-lang/crates.io-index"
 4468checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 4469dependencies = [
 4470 "phf",
 4471]
 4472
 4473[[package]]
 4474name = "encode_unicode"
 4475version = "0.3.6"
 4476source = "registry+https://github.com/rust-lang/crates.io-index"
 4477checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
 4478
 4479[[package]]
 4480name = "encoding_rs"
 4481version = "0.8.35"
 4482source = "registry+https://github.com/rust-lang/crates.io-index"
 4483checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 4484dependencies = [
 4485 "cfg-if",
 4486]
 4487
 4488[[package]]
 4489name = "endi"
 4490version = "1.1.0"
 4491source = "registry+https://github.com/rust-lang/crates.io-index"
 4492checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 4493
 4494[[package]]
 4495name = "enumflags2"
 4496version = "0.7.10"
 4497source = "registry+https://github.com/rust-lang/crates.io-index"
 4498checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
 4499dependencies = [
 4500 "enumflags2_derive",
 4501 "serde",
 4502]
 4503
 4504[[package]]
 4505name = "enumflags2_derive"
 4506version = "0.7.10"
 4507source = "registry+https://github.com/rust-lang/crates.io-index"
 4508checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
 4509dependencies = [
 4510 "proc-macro2",
 4511 "quote",
 4512 "syn 2.0.100",
 4513]
 4514
 4515[[package]]
 4516name = "env_filter"
 4517version = "0.1.2"
 4518source = "registry+https://github.com/rust-lang/crates.io-index"
 4519checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
 4520dependencies = [
 4521 "log",
 4522 "regex",
 4523]
 4524
 4525[[package]]
 4526name = "env_logger"
 4527version = "0.10.2"
 4528source = "registry+https://github.com/rust-lang/crates.io-index"
 4529checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 4530dependencies = [
 4531 "humantime",
 4532 "is-terminal",
 4533 "log",
 4534 "regex",
 4535 "termcolor",
 4536]
 4537
 4538[[package]]
 4539name = "env_logger"
 4540version = "0.11.7"
 4541source = "registry+https://github.com/rust-lang/crates.io-index"
 4542checksum = "c3716d7a920fb4fac5d84e9d4bce8ceb321e9414b4409da61b07b75c1e3d0697"
 4543dependencies = [
 4544 "anstream",
 4545 "anstyle",
 4546 "env_filter",
 4547 "jiff",
 4548 "log",
 4549]
 4550
 4551[[package]]
 4552name = "envy"
 4553version = "0.4.2"
 4554source = "registry+https://github.com/rust-lang/crates.io-index"
 4555checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 4556dependencies = [
 4557 "serde",
 4558]
 4559
 4560[[package]]
 4561name = "equivalent"
 4562version = "1.0.1"
 4563source = "registry+https://github.com/rust-lang/crates.io-index"
 4564checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
 4565
 4566[[package]]
 4567name = "erased-serde"
 4568version = "0.4.5"
 4569source = "registry+https://github.com/rust-lang/crates.io-index"
 4570checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
 4571dependencies = [
 4572 "serde",
 4573 "typeid",
 4574]
 4575
 4576[[package]]
 4577name = "errno"
 4578version = "0.2.8"
 4579source = "registry+https://github.com/rust-lang/crates.io-index"
 4580checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 4581dependencies = [
 4582 "errno-dragonfly",
 4583 "libc",
 4584 "winapi",
 4585]
 4586
 4587[[package]]
 4588name = "errno"
 4589version = "0.3.10"
 4590source = "registry+https://github.com/rust-lang/crates.io-index"
 4591checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
 4592dependencies = [
 4593 "libc",
 4594 "windows-sys 0.59.0",
 4595]
 4596
 4597[[package]]
 4598name = "errno-dragonfly"
 4599version = "0.1.2"
 4600source = "registry+https://github.com/rust-lang/crates.io-index"
 4601checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 4602dependencies = [
 4603 "cc",
 4604 "libc",
 4605]
 4606
 4607[[package]]
 4608name = "etagere"
 4609version = "0.2.15"
 4610source = "registry+https://github.com/rust-lang/crates.io-index"
 4611checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 4612dependencies = [
 4613 "euclid",
 4614 "svg_fmt",
 4615]
 4616
 4617[[package]]
 4618name = "etcetera"
 4619version = "0.8.0"
 4620source = "registry+https://github.com/rust-lang/crates.io-index"
 4621checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 4622dependencies = [
 4623 "cfg-if",
 4624 "home",
 4625 "windows-sys 0.48.0",
 4626]
 4627
 4628[[package]]
 4629name = "euclid"
 4630version = "0.22.11"
 4631source = "registry+https://github.com/rust-lang/crates.io-index"
 4632checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 4633dependencies = [
 4634 "num-traits",
 4635]
 4636
 4637[[package]]
 4638name = "evals"
 4639version = "0.1.0"
 4640dependencies = [
 4641 "anyhow",
 4642 "clap",
 4643 "client",
 4644 "clock",
 4645 "collections",
 4646 "dap",
 4647 "env_logger 0.11.7",
 4648 "feature_flags",
 4649 "fs",
 4650 "gpui",
 4651 "http_client",
 4652 "language",
 4653 "languages",
 4654 "node_runtime",
 4655 "open_ai",
 4656 "project",
 4657 "reqwest_client",
 4658 "semantic_index",
 4659 "serde",
 4660 "serde_json",
 4661 "settings",
 4662 "smol",
 4663 "util",
 4664]
 4665
 4666[[package]]
 4667name = "event-listener"
 4668version = "2.5.3"
 4669source = "registry+https://github.com/rust-lang/crates.io-index"
 4670checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 4671
 4672[[package]]
 4673name = "event-listener"
 4674version = "5.3.1"
 4675source = "registry+https://github.com/rust-lang/crates.io-index"
 4676checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
 4677dependencies = [
 4678 "concurrent-queue",
 4679 "parking",
 4680 "pin-project-lite",
 4681]
 4682
 4683[[package]]
 4684name = "event-listener-strategy"
 4685version = "0.5.3"
 4686source = "registry+https://github.com/rust-lang/crates.io-index"
 4687checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
 4688dependencies = [
 4689 "event-listener 5.3.1",
 4690 "pin-project-lite",
 4691]
 4692
 4693[[package]]
 4694name = "exec"
 4695version = "0.3.1"
 4696source = "registry+https://github.com/rust-lang/crates.io-index"
 4697checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 4698dependencies = [
 4699 "errno 0.2.8",
 4700 "libc",
 4701]
 4702
 4703[[package]]
 4704name = "exr"
 4705version = "1.73.0"
 4706source = "registry+https://github.com/rust-lang/crates.io-index"
 4707checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 4708dependencies = [
 4709 "bit_field",
 4710 "half",
 4711 "lebe",
 4712 "miniz_oxide",
 4713 "rayon-core",
 4714 "smallvec",
 4715 "zune-inflate",
 4716]
 4717
 4718[[package]]
 4719name = "extension"
 4720version = "0.1.0"
 4721dependencies = [
 4722 "anyhow",
 4723 "async-compression",
 4724 "async-tar",
 4725 "async-trait",
 4726 "collections",
 4727 "convert_case 0.8.0",
 4728 "fs",
 4729 "futures 0.3.31",
 4730 "gpui",
 4731 "http_client",
 4732 "language",
 4733 "log",
 4734 "lsp",
 4735 "parking_lot",
 4736 "semantic_version",
 4737 "serde",
 4738 "serde_json",
 4739 "toml 0.8.20",
 4740 "util",
 4741 "wasm-encoder 0.221.3",
 4742 "wasmparser 0.221.3",
 4743 "wit-component 0.221.3",
 4744]
 4745
 4746[[package]]
 4747name = "extension_cli"
 4748version = "0.1.0"
 4749dependencies = [
 4750 "anyhow",
 4751 "clap",
 4752 "env_logger 0.11.7",
 4753 "extension",
 4754 "fs",
 4755 "gpui",
 4756 "language",
 4757 "log",
 4758 "reqwest_client",
 4759 "rpc",
 4760 "serde",
 4761 "serde_json",
 4762 "theme",
 4763 "tokio",
 4764 "toml 0.8.20",
 4765 "tree-sitter",
 4766 "wasmtime",
 4767]
 4768
 4769[[package]]
 4770name = "extension_host"
 4771version = "0.1.0"
 4772dependencies = [
 4773 "anyhow",
 4774 "async-compression",
 4775 "async-tar",
 4776 "async-trait",
 4777 "client",
 4778 "collections",
 4779 "context_server_settings",
 4780 "ctor",
 4781 "env_logger 0.11.7",
 4782 "extension",
 4783 "fs",
 4784 "futures 0.3.31",
 4785 "gpui",
 4786 "http_client",
 4787 "language",
 4788 "language_extension",
 4789 "log",
 4790 "lsp",
 4791 "node_runtime",
 4792 "parking_lot",
 4793 "paths",
 4794 "project",
 4795 "release_channel",
 4796 "remote",
 4797 "reqwest_client",
 4798 "schemars",
 4799 "semantic_version",
 4800 "serde",
 4801 "serde_json",
 4802 "serde_json_lenient",
 4803 "settings",
 4804 "task",
 4805 "telemetry",
 4806 "tempfile",
 4807 "theme",
 4808 "theme_extension",
 4809 "toml 0.8.20",
 4810 "url",
 4811 "util",
 4812 "wasmparser 0.221.3",
 4813 "wasmtime",
 4814 "wasmtime-wasi",
 4815]
 4816
 4817[[package]]
 4818name = "extensions_ui"
 4819version = "0.1.0"
 4820dependencies = [
 4821 "anyhow",
 4822 "client",
 4823 "collections",
 4824 "db",
 4825 "editor",
 4826 "extension_host",
 4827 "fs",
 4828 "fuzzy",
 4829 "gpui",
 4830 "language",
 4831 "num-format",
 4832 "picker",
 4833 "project",
 4834 "release_channel",
 4835 "semantic_version",
 4836 "serde",
 4837 "settings",
 4838 "smallvec",
 4839 "strum",
 4840 "telemetry",
 4841 "theme",
 4842 "ui",
 4843 "util",
 4844 "vim_mode_setting",
 4845 "workspace",
 4846 "zed_actions",
 4847]
 4848
 4849[[package]]
 4850name = "fallible-iterator"
 4851version = "0.3.0"
 4852source = "registry+https://github.com/rust-lang/crates.io-index"
 4853checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 4854
 4855[[package]]
 4856name = "fancy-regex"
 4857version = "0.13.0"
 4858source = "registry+https://github.com/rust-lang/crates.io-index"
 4859checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
 4860dependencies = [
 4861 "bit-set 0.5.3",
 4862 "regex-automata 0.4.9",
 4863 "regex-syntax 0.8.5",
 4864]
 4865
 4866[[package]]
 4867name = "fancy-regex"
 4868version = "0.14.0"
 4869source = "registry+https://github.com/rust-lang/crates.io-index"
 4870checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
 4871dependencies = [
 4872 "bit-set 0.8.0",
 4873 "regex-automata 0.4.9",
 4874 "regex-syntax 0.8.5",
 4875]
 4876
 4877[[package]]
 4878name = "fast-srgb8"
 4879version = "1.0.0"
 4880source = "registry+https://github.com/rust-lang/crates.io-index"
 4881checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 4882
 4883[[package]]
 4884name = "fastrand"
 4885version = "1.9.0"
 4886source = "registry+https://github.com/rust-lang/crates.io-index"
 4887checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 4888dependencies = [
 4889 "instant",
 4890]
 4891
 4892[[package]]
 4893name = "fastrand"
 4894version = "2.3.0"
 4895source = "registry+https://github.com/rust-lang/crates.io-index"
 4896checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 4897
 4898[[package]]
 4899name = "fd-lock"
 4900version = "4.0.2"
 4901source = "registry+https://github.com/rust-lang/crates.io-index"
 4902checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
 4903dependencies = [
 4904 "cfg-if",
 4905 "rustix",
 4906 "windows-sys 0.52.0",
 4907]
 4908
 4909[[package]]
 4910name = "fdeflate"
 4911version = "0.3.7"
 4912source = "registry+https://github.com/rust-lang/crates.io-index"
 4913checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 4914dependencies = [
 4915 "simd-adler32",
 4916]
 4917
 4918[[package]]
 4919name = "feature_flags"
 4920version = "0.1.0"
 4921dependencies = [
 4922 "futures 0.3.31",
 4923 "gpui",
 4924 "smol",
 4925]
 4926
 4927[[package]]
 4928name = "feedback"
 4929version = "0.1.0"
 4930dependencies = [
 4931 "client",
 4932 "editor",
 4933 "gpui",
 4934 "human_bytes",
 4935 "menu",
 4936 "release_channel",
 4937 "serde",
 4938 "sysinfo",
 4939 "ui",
 4940 "urlencoding",
 4941 "util",
 4942 "workspace",
 4943 "zed_actions",
 4944]
 4945
 4946[[package]]
 4947name = "ff"
 4948version = "0.12.1"
 4949source = "registry+https://github.com/rust-lang/crates.io-index"
 4950checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 4951dependencies = [
 4952 "rand_core 0.6.4",
 4953 "subtle",
 4954]
 4955
 4956[[package]]
 4957name = "file_finder"
 4958version = "0.1.0"
 4959dependencies = [
 4960 "anyhow",
 4961 "collections",
 4962 "ctor",
 4963 "editor",
 4964 "env_logger 0.11.7",
 4965 "file_icons",
 4966 "futures 0.3.31",
 4967 "fuzzy",
 4968 "gpui",
 4969 "language",
 4970 "menu",
 4971 "picker",
 4972 "project",
 4973 "schemars",
 4974 "serde",
 4975 "serde_derive",
 4976 "serde_json",
 4977 "settings",
 4978 "text",
 4979 "theme",
 4980 "ui",
 4981 "util",
 4982 "workspace",
 4983]
 4984
 4985[[package]]
 4986name = "file_icons"
 4987version = "0.1.0"
 4988dependencies = [
 4989 "gpui",
 4990 "serde",
 4991 "settings",
 4992 "theme",
 4993 "util",
 4994]
 4995
 4996[[package]]
 4997name = "filedescriptor"
 4998version = "0.8.3"
 4999source = "registry+https://github.com/rust-lang/crates.io-index"
 5000checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 5001dependencies = [
 5002 "libc",
 5003 "thiserror 1.0.69",
 5004 "winapi",
 5005]
 5006
 5007[[package]]
 5008name = "filetime"
 5009version = "0.2.25"
 5010source = "registry+https://github.com/rust-lang/crates.io-index"
 5011checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
 5012dependencies = [
 5013 "cfg-if",
 5014 "libc",
 5015 "libredox",
 5016 "windows-sys 0.59.0",
 5017]
 5018
 5019[[package]]
 5020name = "fixedbitset"
 5021version = "0.4.2"
 5022source = "registry+https://github.com/rust-lang/crates.io-index"
 5023checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 5024
 5025[[package]]
 5026name = "flate2"
 5027version = "1.0.35"
 5028source = "registry+https://github.com/rust-lang/crates.io-index"
 5029checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
 5030dependencies = [
 5031 "crc32fast",
 5032 "miniz_oxide",
 5033]
 5034
 5035[[package]]
 5036name = "float-cmp"
 5037version = "0.9.0"
 5038source = "registry+https://github.com/rust-lang/crates.io-index"
 5039checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 5040
 5041[[package]]
 5042name = "float-ord"
 5043version = "0.3.2"
 5044source = "registry+https://github.com/rust-lang/crates.io-index"
 5045checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 5046
 5047[[package]]
 5048name = "float_next_after"
 5049version = "1.0.0"
 5050source = "registry+https://github.com/rust-lang/crates.io-index"
 5051checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 5052
 5053[[package]]
 5054name = "flume"
 5055version = "0.11.1"
 5056source = "registry+https://github.com/rust-lang/crates.io-index"
 5057checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 5058dependencies = [
 5059 "futures-core",
 5060 "futures-sink",
 5061 "nanorand",
 5062 "spin",
 5063]
 5064
 5065[[package]]
 5066name = "fnv"
 5067version = "1.0.7"
 5068source = "registry+https://github.com/rust-lang/crates.io-index"
 5069checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 5070
 5071[[package]]
 5072name = "foldhash"
 5073version = "0.1.3"
 5074source = "registry+https://github.com/rust-lang/crates.io-index"
 5075checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
 5076
 5077[[package]]
 5078name = "font-kit"
 5079version = "0.14.1"
 5080source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
 5081dependencies = [
 5082 "bitflags 2.9.0",
 5083 "byteorder",
 5084 "core-foundation 0.9.4",
 5085 "core-graphics 0.23.2",
 5086 "core-text",
 5087 "dirs 5.0.1",
 5088 "dwrote",
 5089 "float-ord",
 5090 "freetype-sys",
 5091 "lazy_static",
 5092 "libc",
 5093 "log",
 5094 "pathfinder_geometry",
 5095 "pathfinder_simd",
 5096 "walkdir",
 5097 "winapi",
 5098 "yeslogic-fontconfig-sys",
 5099]
 5100
 5101[[package]]
 5102name = "font-types"
 5103version = "0.8.3"
 5104source = "registry+https://github.com/rust-lang/crates.io-index"
 5105checksum = "d868ec188a98bb014c606072edd47e52e7ab7297db943b0b28503121e1d037bd"
 5106dependencies = [
 5107 "bytemuck",
 5108]
 5109
 5110[[package]]
 5111name = "fontconfig-parser"
 5112version = "0.5.7"
 5113source = "registry+https://github.com/rust-lang/crates.io-index"
 5114checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
 5115dependencies = [
 5116 "roxmltree",
 5117]
 5118
 5119[[package]]
 5120name = "fontdb"
 5121version = "0.16.2"
 5122source = "registry+https://github.com/rust-lang/crates.io-index"
 5123checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 5124dependencies = [
 5125 "fontconfig-parser",
 5126 "log",
 5127 "memmap2",
 5128 "slotmap",
 5129 "tinyvec",
 5130 "ttf-parser 0.20.0",
 5131]
 5132
 5133[[package]]
 5134name = "fontdb"
 5135version = "0.23.0"
 5136source = "registry+https://github.com/rust-lang/crates.io-index"
 5137checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 5138dependencies = [
 5139 "fontconfig-parser",
 5140 "log",
 5141 "memmap2",
 5142 "slotmap",
 5143 "tinyvec",
 5144 "ttf-parser 0.25.1",
 5145]
 5146
 5147[[package]]
 5148name = "foreign-types"
 5149version = "0.3.2"
 5150source = "registry+https://github.com/rust-lang/crates.io-index"
 5151checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 5152dependencies = [
 5153 "foreign-types-shared 0.1.1",
 5154]
 5155
 5156[[package]]
 5157name = "foreign-types"
 5158version = "0.5.0"
 5159source = "registry+https://github.com/rust-lang/crates.io-index"
 5160checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 5161dependencies = [
 5162 "foreign-types-macros",
 5163 "foreign-types-shared 0.3.1",
 5164]
 5165
 5166[[package]]
 5167name = "foreign-types-macros"
 5168version = "0.2.3"
 5169source = "registry+https://github.com/rust-lang/crates.io-index"
 5170checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 5171dependencies = [
 5172 "proc-macro2",
 5173 "quote",
 5174 "syn 2.0.100",
 5175]
 5176
 5177[[package]]
 5178name = "foreign-types-shared"
 5179version = "0.1.1"
 5180source = "registry+https://github.com/rust-lang/crates.io-index"
 5181checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 5182
 5183[[package]]
 5184name = "foreign-types-shared"
 5185version = "0.3.1"
 5186source = "registry+https://github.com/rust-lang/crates.io-index"
 5187checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 5188
 5189[[package]]
 5190name = "fork"
 5191version = "0.2.0"
 5192source = "registry+https://github.com/rust-lang/crates.io-index"
 5193checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
 5194dependencies = [
 5195 "libc",
 5196]
 5197
 5198[[package]]
 5199name = "form_urlencoded"
 5200version = "1.2.1"
 5201source = "registry+https://github.com/rust-lang/crates.io-index"
 5202checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
 5203dependencies = [
 5204 "percent-encoding",
 5205]
 5206
 5207[[package]]
 5208name = "freetype-sys"
 5209version = "0.20.1"
 5210source = "registry+https://github.com/rust-lang/crates.io-index"
 5211checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 5212dependencies = [
 5213 "cc",
 5214 "libc",
 5215 "pkg-config",
 5216]
 5217
 5218[[package]]
 5219name = "fs"
 5220version = "0.1.0"
 5221dependencies = [
 5222 "anyhow",
 5223 "ashpd",
 5224 "async-tar",
 5225 "async-trait",
 5226 "cocoa 0.26.0",
 5227 "collections",
 5228 "fsevent",
 5229 "futures 0.3.31",
 5230 "git",
 5231 "gpui",
 5232 "ignore",
 5233 "libc",
 5234 "log",
 5235 "notify 8.0.0 (git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96)",
 5236 "objc",
 5237 "parking_lot",
 5238 "paths",
 5239 "proto",
 5240 "rope",
 5241 "serde",
 5242 "serde_json",
 5243 "smol",
 5244 "tempfile",
 5245 "text",
 5246 "time",
 5247 "util",
 5248 "windows 0.61.1",
 5249]
 5250
 5251[[package]]
 5252name = "fs-set-times"
 5253version = "0.20.2"
 5254source = "registry+https://github.com/rust-lang/crates.io-index"
 5255checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
 5256dependencies = [
 5257 "io-lifetimes",
 5258 "rustix",
 5259 "windows-sys 0.59.0",
 5260]
 5261
 5262[[package]]
 5263name = "fs2"
 5264version = "0.4.3"
 5265source = "registry+https://github.com/rust-lang/crates.io-index"
 5266checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 5267dependencies = [
 5268 "libc",
 5269 "winapi",
 5270]
 5271
 5272[[package]]
 5273name = "fs_extra"
 5274version = "1.3.0"
 5275source = "registry+https://github.com/rust-lang/crates.io-index"
 5276checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 5277
 5278[[package]]
 5279name = "fsevent"
 5280version = "0.1.0"
 5281dependencies = [
 5282 "bitflags 2.9.0",
 5283 "core-foundation 0.9.4",
 5284 "fsevent-sys 3.1.0",
 5285 "parking_lot",
 5286 "tempfile",
 5287]
 5288
 5289[[package]]
 5290name = "fsevent-sys"
 5291version = "3.1.0"
 5292source = "registry+https://github.com/rust-lang/crates.io-index"
 5293checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
 5294dependencies = [
 5295 "libc",
 5296]
 5297
 5298[[package]]
 5299name = "fsevent-sys"
 5300version = "4.1.0"
 5301source = "registry+https://github.com/rust-lang/crates.io-index"
 5302checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 5303dependencies = [
 5304 "libc",
 5305]
 5306
 5307[[package]]
 5308name = "funty"
 5309version = "2.0.0"
 5310source = "registry+https://github.com/rust-lang/crates.io-index"
 5311checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 5312
 5313[[package]]
 5314name = "futf"
 5315version = "0.1.5"
 5316source = "registry+https://github.com/rust-lang/crates.io-index"
 5317checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 5318dependencies = [
 5319 "mac",
 5320 "new_debug_unreachable",
 5321]
 5322
 5323[[package]]
 5324name = "futures"
 5325version = "0.1.31"
 5326source = "registry+https://github.com/rust-lang/crates.io-index"
 5327checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 5328
 5329[[package]]
 5330name = "futures"
 5331version = "0.3.31"
 5332source = "registry+https://github.com/rust-lang/crates.io-index"
 5333checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 5334dependencies = [
 5335 "futures-channel",
 5336 "futures-core",
 5337 "futures-executor",
 5338 "futures-io",
 5339 "futures-sink",
 5340 "futures-task",
 5341 "futures-util",
 5342]
 5343
 5344[[package]]
 5345name = "futures-batch"
 5346version = "0.6.1"
 5347source = "registry+https://github.com/rust-lang/crates.io-index"
 5348checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
 5349dependencies = [
 5350 "futures 0.3.31",
 5351 "futures-timer",
 5352 "pin-utils",
 5353]
 5354
 5355[[package]]
 5356name = "futures-channel"
 5357version = "0.3.31"
 5358source = "registry+https://github.com/rust-lang/crates.io-index"
 5359checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 5360dependencies = [
 5361 "futures-core",
 5362 "futures-sink",
 5363]
 5364
 5365[[package]]
 5366name = "futures-core"
 5367version = "0.3.31"
 5368source = "registry+https://github.com/rust-lang/crates.io-index"
 5369checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 5370
 5371[[package]]
 5372name = "futures-executor"
 5373version = "0.3.31"
 5374source = "registry+https://github.com/rust-lang/crates.io-index"
 5375checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 5376dependencies = [
 5377 "futures-core",
 5378 "futures-task",
 5379 "futures-util",
 5380]
 5381
 5382[[package]]
 5383name = "futures-intrusive"
 5384version = "0.5.0"
 5385source = "registry+https://github.com/rust-lang/crates.io-index"
 5386checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 5387dependencies = [
 5388 "futures-core",
 5389 "lock_api",
 5390 "parking_lot",
 5391]
 5392
 5393[[package]]
 5394name = "futures-io"
 5395version = "0.3.31"
 5396source = "registry+https://github.com/rust-lang/crates.io-index"
 5397checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 5398
 5399[[package]]
 5400name = "futures-lite"
 5401version = "1.13.0"
 5402source = "registry+https://github.com/rust-lang/crates.io-index"
 5403checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 5404dependencies = [
 5405 "fastrand 1.9.0",
 5406 "futures-core",
 5407 "futures-io",
 5408 "memchr",
 5409 "parking",
 5410 "pin-project-lite",
 5411 "waker-fn",
 5412]
 5413
 5414[[package]]
 5415name = "futures-lite"
 5416version = "2.6.0"
 5417source = "registry+https://github.com/rust-lang/crates.io-index"
 5418checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
 5419dependencies = [
 5420 "fastrand 2.3.0",
 5421 "futures-core",
 5422 "futures-io",
 5423 "parking",
 5424 "pin-project-lite",
 5425]
 5426
 5427[[package]]
 5428name = "futures-macro"
 5429version = "0.3.31"
 5430source = "registry+https://github.com/rust-lang/crates.io-index"
 5431checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 5432dependencies = [
 5433 "proc-macro2",
 5434 "quote",
 5435 "syn 2.0.100",
 5436]
 5437
 5438[[package]]
 5439name = "futures-sink"
 5440version = "0.3.31"
 5441source = "registry+https://github.com/rust-lang/crates.io-index"
 5442checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 5443
 5444[[package]]
 5445name = "futures-task"
 5446version = "0.3.31"
 5447source = "registry+https://github.com/rust-lang/crates.io-index"
 5448checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 5449
 5450[[package]]
 5451name = "futures-timer"
 5452version = "3.0.3"
 5453source = "registry+https://github.com/rust-lang/crates.io-index"
 5454checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
 5455
 5456[[package]]
 5457name = "futures-util"
 5458version = "0.3.31"
 5459source = "registry+https://github.com/rust-lang/crates.io-index"
 5460checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 5461dependencies = [
 5462 "futures 0.1.31",
 5463 "futures-channel",
 5464 "futures-core",
 5465 "futures-io",
 5466 "futures-macro",
 5467 "futures-sink",
 5468 "futures-task",
 5469 "memchr",
 5470 "pin-project-lite",
 5471 "pin-utils",
 5472 "slab",
 5473 "tokio-io",
 5474]
 5475
 5476[[package]]
 5477name = "fuzzy"
 5478version = "0.1.0"
 5479dependencies = [
 5480 "gpui",
 5481 "log",
 5482 "util",
 5483]
 5484
 5485[[package]]
 5486name = "fuzzy-matcher"
 5487version = "0.3.7"
 5488source = "registry+https://github.com/rust-lang/crates.io-index"
 5489checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 5490dependencies = [
 5491 "thread_local",
 5492]
 5493
 5494[[package]]
 5495name = "generic-array"
 5496version = "0.14.7"
 5497source = "registry+https://github.com/rust-lang/crates.io-index"
 5498checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 5499dependencies = [
 5500 "typenum",
 5501 "version_check",
 5502]
 5503
 5504[[package]]
 5505name = "gethostname"
 5506version = "0.4.3"
 5507source = "registry+https://github.com/rust-lang/crates.io-index"
 5508checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
 5509dependencies = [
 5510 "libc",
 5511 "windows-targets 0.48.5",
 5512]
 5513
 5514[[package]]
 5515name = "getrandom"
 5516version = "0.1.16"
 5517source = "registry+https://github.com/rust-lang/crates.io-index"
 5518checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
 5519dependencies = [
 5520 "cfg-if",
 5521 "libc",
 5522 "wasi 0.9.0+wasi-snapshot-preview1",
 5523]
 5524
 5525[[package]]
 5526name = "getrandom"
 5527version = "0.2.15"
 5528source = "registry+https://github.com/rust-lang/crates.io-index"
 5529checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
 5530dependencies = [
 5531 "cfg-if",
 5532 "js-sys",
 5533 "libc",
 5534 "wasi 0.11.0+wasi-snapshot-preview1",
 5535 "wasm-bindgen",
 5536]
 5537
 5538[[package]]
 5539name = "getrandom"
 5540version = "0.3.1"
 5541source = "registry+https://github.com/rust-lang/crates.io-index"
 5542checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
 5543dependencies = [
 5544 "cfg-if",
 5545 "libc",
 5546 "wasi 0.13.3+wasi-0.2.2",
 5547 "windows-targets 0.52.6",
 5548]
 5549
 5550[[package]]
 5551name = "gif"
 5552version = "0.13.1"
 5553source = "registry+https://github.com/rust-lang/crates.io-index"
 5554checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
 5555dependencies = [
 5556 "color_quant",
 5557 "weezl",
 5558]
 5559
 5560[[package]]
 5561name = "gimli"
 5562version = "0.31.1"
 5563source = "registry+https://github.com/rust-lang/crates.io-index"
 5564checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
 5565dependencies = [
 5566 "fallible-iterator",
 5567 "indexmap",
 5568 "stable_deref_trait",
 5569]
 5570
 5571[[package]]
 5572name = "git"
 5573version = "0.1.0"
 5574dependencies = [
 5575 "anyhow",
 5576 "askpass",
 5577 "async-trait",
 5578 "collections",
 5579 "derive_more",
 5580 "futures 0.3.31",
 5581 "git2",
 5582 "gpui",
 5583 "http_client",
 5584 "log",
 5585 "parking_lot",
 5586 "pretty_assertions",
 5587 "regex",
 5588 "rope",
 5589 "schemars",
 5590 "serde",
 5591 "serde_json",
 5592 "smol",
 5593 "sum_tree",
 5594 "tempfile",
 5595 "text",
 5596 "thiserror 2.0.12",
 5597 "time",
 5598 "unindent",
 5599 "url",
 5600 "util",
 5601 "uuid",
 5602]
 5603
 5604[[package]]
 5605name = "git2"
 5606version = "0.20.1"
 5607source = "registry+https://github.com/rust-lang/crates.io-index"
 5608checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
 5609dependencies = [
 5610 "bitflags 2.9.0",
 5611 "libc",
 5612 "libgit2-sys",
 5613 "log",
 5614 "url",
 5615]
 5616
 5617[[package]]
 5618name = "git_hosting_providers"
 5619version = "0.1.0"
 5620dependencies = [
 5621 "anyhow",
 5622 "async-trait",
 5623 "futures 0.3.31",
 5624 "git",
 5625 "gpui",
 5626 "http_client",
 5627 "indoc",
 5628 "pretty_assertions",
 5629 "regex",
 5630 "schemars",
 5631 "serde",
 5632 "serde_json",
 5633 "settings",
 5634 "url",
 5635 "util",
 5636]
 5637
 5638[[package]]
 5639name = "git_ui"
 5640version = "0.1.0"
 5641dependencies = [
 5642 "anyhow",
 5643 "askpass",
 5644 "assistant_settings",
 5645 "buffer_diff",
 5646 "collections",
 5647 "command_palette_hooks",
 5648 "component",
 5649 "ctor",
 5650 "db",
 5651 "editor",
 5652 "env_logger 0.11.7",
 5653 "futures 0.3.31",
 5654 "fuzzy",
 5655 "git",
 5656 "gpui",
 5657 "itertools 0.14.0",
 5658 "language",
 5659 "language_model",
 5660 "linkify",
 5661 "linkme",
 5662 "log",
 5663 "menu",
 5664 "multi_buffer",
 5665 "notifications",
 5666 "panel",
 5667 "picker",
 5668 "postage",
 5669 "pretty_assertions",
 5670 "project",
 5671 "schemars",
 5672 "serde",
 5673 "serde_derive",
 5674 "serde_json",
 5675 "settings",
 5676 "strum",
 5677 "telemetry",
 5678 "theme",
 5679 "time",
 5680 "time_format",
 5681 "ui",
 5682 "unindent",
 5683 "util",
 5684 "windows 0.61.1",
 5685 "workspace",
 5686 "zed_actions",
 5687]
 5688
 5689[[package]]
 5690name = "glob"
 5691version = "0.3.1"
 5692source = "registry+https://github.com/rust-lang/crates.io-index"
 5693checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
 5694
 5695[[package]]
 5696name = "globset"
 5697version = "0.4.16"
 5698source = "registry+https://github.com/rust-lang/crates.io-index"
 5699checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
 5700dependencies = [
 5701 "aho-corasick",
 5702 "bstr",
 5703 "log",
 5704 "regex-automata 0.4.9",
 5705 "regex-syntax 0.8.5",
 5706]
 5707
 5708[[package]]
 5709name = "gloo-timers"
 5710version = "0.3.0"
 5711source = "registry+https://github.com/rust-lang/crates.io-index"
 5712checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 5713dependencies = [
 5714 "futures-channel",
 5715 "futures-core",
 5716 "js-sys",
 5717 "wasm-bindgen",
 5718]
 5719
 5720[[package]]
 5721name = "glow"
 5722version = "0.14.2"
 5723source = "registry+https://github.com/rust-lang/crates.io-index"
 5724checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
 5725dependencies = [
 5726 "js-sys",
 5727 "slotmap",
 5728 "wasm-bindgen",
 5729 "web-sys",
 5730]
 5731
 5732[[package]]
 5733name = "go_to_line"
 5734version = "0.1.0"
 5735dependencies = [
 5736 "anyhow",
 5737 "editor",
 5738 "gpui",
 5739 "indoc",
 5740 "language",
 5741 "menu",
 5742 "project",
 5743 "rope",
 5744 "schemars",
 5745 "serde",
 5746 "serde_json",
 5747 "settings",
 5748 "text",
 5749 "theme",
 5750 "tree-sitter-rust",
 5751 "tree-sitter-typescript",
 5752 "ui",
 5753 "util",
 5754 "workspace",
 5755]
 5756
 5757[[package]]
 5758name = "google_ai"
 5759version = "0.1.0"
 5760dependencies = [
 5761 "anyhow",
 5762 "futures 0.3.31",
 5763 "http_client",
 5764 "schemars",
 5765 "serde",
 5766 "serde_json",
 5767 "strum",
 5768]
 5769
 5770[[package]]
 5771name = "gpu-alloc"
 5772version = "0.6.0"
 5773source = "registry+https://github.com/rust-lang/crates.io-index"
 5774checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
 5775dependencies = [
 5776 "bitflags 2.9.0",
 5777 "gpu-alloc-types",
 5778]
 5779
 5780[[package]]
 5781name = "gpu-alloc-ash"
 5782version = "0.7.0"
 5783source = "registry+https://github.com/rust-lang/crates.io-index"
 5784checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
 5785dependencies = [
 5786 "ash",
 5787 "gpu-alloc-types",
 5788 "tinyvec",
 5789]
 5790
 5791[[package]]
 5792name = "gpu-alloc-types"
 5793version = "0.3.0"
 5794source = "registry+https://github.com/rust-lang/crates.io-index"
 5795checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
 5796dependencies = [
 5797 "bitflags 2.9.0",
 5798]
 5799
 5800[[package]]
 5801name = "gpui"
 5802version = "0.1.0"
 5803dependencies = [
 5804 "anyhow",
 5805 "as-raw-xcb-connection",
 5806 "ashpd",
 5807 "async-task",
 5808 "backtrace",
 5809 "bindgen 0.70.1",
 5810 "blade-graphics",
 5811 "blade-macros",
 5812 "blade-util",
 5813 "block",
 5814 "bytemuck",
 5815 "calloop",
 5816 "calloop-wayland-source",
 5817 "cbindgen 0.28.0",
 5818 "cocoa 0.26.0",
 5819 "collections",
 5820 "core-foundation 0.9.4",
 5821 "core-foundation-sys",
 5822 "core-graphics 0.23.2",
 5823 "core-text",
 5824 "cosmic-text",
 5825 "ctor",
 5826 "derive_more",
 5827 "embed-resource",
 5828 "env_logger 0.11.7",
 5829 "etagere",
 5830 "filedescriptor",
 5831 "flume",
 5832 "font-kit",
 5833 "foreign-types 0.5.0",
 5834 "futures 0.3.31",
 5835 "gpui_macros",
 5836 "http_client",
 5837 "image",
 5838 "inventory",
 5839 "itertools 0.14.0",
 5840 "log",
 5841 "lyon",
 5842 "media",
 5843 "metal",
 5844 "naga",
 5845 "num_cpus",
 5846 "objc",
 5847 "objc2",
 5848 "objc2-metal",
 5849 "oo7",
 5850 "open",
 5851 "parking",
 5852 "parking_lot",
 5853 "pathfinder_geometry",
 5854 "postage",
 5855 "profiling",
 5856 "rand 0.8.5",
 5857 "raw-window-handle",
 5858 "refineable",
 5859 "reqwest_client",
 5860 "resvg",
 5861 "schemars",
 5862 "seahash",
 5863 "semantic_version",
 5864 "serde",
 5865 "serde_derive",
 5866 "serde_json",
 5867 "slotmap",
 5868 "smallvec",
 5869 "smol",
 5870 "strum",
 5871 "sum_tree",
 5872 "taffy",
 5873 "thiserror 2.0.12",
 5874 "unicode-segmentation",
 5875 "usvg",
 5876 "util",
 5877 "uuid",
 5878 "waker-fn",
 5879 "wayland-backend",
 5880 "wayland-client",
 5881 "wayland-cursor",
 5882 "wayland-protocols",
 5883 "wayland-protocols-plasma",
 5884 "windows 0.61.1",
 5885 "windows-core 0.61.0",
 5886 "windows-numerics",
 5887 "x11-clipboard",
 5888 "x11rb",
 5889 "xim",
 5890 "xkbcommon",
 5891]
 5892
 5893[[package]]
 5894name = "gpui_macros"
 5895version = "0.1.0"
 5896dependencies = [
 5897 "gpui",
 5898 "proc-macro2",
 5899 "quote",
 5900 "syn 1.0.109",
 5901]
 5902
 5903[[package]]
 5904name = "gpui_tokio"
 5905version = "0.1.0"
 5906dependencies = [
 5907 "gpui",
 5908 "tokio",
 5909 "util",
 5910]
 5911
 5912[[package]]
 5913name = "grid"
 5914version = "0.13.0"
 5915source = "registry+https://github.com/rust-lang/crates.io-index"
 5916checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
 5917
 5918[[package]]
 5919name = "group"
 5920version = "0.12.1"
 5921source = "registry+https://github.com/rust-lang/crates.io-index"
 5922checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 5923dependencies = [
 5924 "ff",
 5925 "rand_core 0.6.4",
 5926 "subtle",
 5927]
 5928
 5929[[package]]
 5930name = "h2"
 5931version = "0.3.26"
 5932source = "registry+https://github.com/rust-lang/crates.io-index"
 5933checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
 5934dependencies = [
 5935 "bytes 1.10.1",
 5936 "fnv",
 5937 "futures-core",
 5938 "futures-sink",
 5939 "futures-util",
 5940 "http 0.2.12",
 5941 "indexmap",
 5942 "slab",
 5943 "tokio",
 5944 "tokio-util",
 5945 "tracing",
 5946]
 5947
 5948[[package]]
 5949name = "h2"
 5950version = "0.4.7"
 5951source = "registry+https://github.com/rust-lang/crates.io-index"
 5952checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
 5953dependencies = [
 5954 "atomic-waker",
 5955 "bytes 1.10.1",
 5956 "fnv",
 5957 "futures-core",
 5958 "futures-sink",
 5959 "http 1.2.0",
 5960 "indexmap",
 5961 "slab",
 5962 "tokio",
 5963 "tokio-util",
 5964 "tracing",
 5965]
 5966
 5967[[package]]
 5968name = "half"
 5969version = "2.4.1"
 5970source = "registry+https://github.com/rust-lang/crates.io-index"
 5971checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
 5972dependencies = [
 5973 "cfg-if",
 5974 "crunchy",
 5975]
 5976
 5977[[package]]
 5978name = "handlebars"
 5979version = "4.5.0"
 5980source = "registry+https://github.com/rust-lang/crates.io-index"
 5981checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 5982dependencies = [
 5983 "log",
 5984 "pest",
 5985 "pest_derive",
 5986 "serde",
 5987 "serde_json",
 5988 "thiserror 1.0.69",
 5989]
 5990
 5991[[package]]
 5992name = "handlebars"
 5993version = "6.2.0"
 5994source = "registry+https://github.com/rust-lang/crates.io-index"
 5995checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
 5996dependencies = [
 5997 "log",
 5998 "num-order",
 5999 "pest",
 6000 "pest_derive",
 6001 "serde",
 6002 "serde_json",
 6003 "thiserror 1.0.69",
 6004]
 6005
 6006[[package]]
 6007name = "hashbrown"
 6008version = "0.12.3"
 6009source = "registry+https://github.com/rust-lang/crates.io-index"
 6010checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 6011dependencies = [
 6012 "ahash 0.7.8",
 6013]
 6014
 6015[[package]]
 6016name = "hashbrown"
 6017version = "0.14.5"
 6018source = "registry+https://github.com/rust-lang/crates.io-index"
 6019checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 6020dependencies = [
 6021 "ahash 0.8.11",
 6022 "allocator-api2",
 6023]
 6024
 6025[[package]]
 6026name = "hashbrown"
 6027version = "0.15.2"
 6028source = "registry+https://github.com/rust-lang/crates.io-index"
 6029checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
 6030dependencies = [
 6031 "allocator-api2",
 6032 "equivalent",
 6033 "foldhash",
 6034 "serde",
 6035]
 6036
 6037[[package]]
 6038name = "hashlink"
 6039version = "0.8.4"
 6040source = "registry+https://github.com/rust-lang/crates.io-index"
 6041checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 6042dependencies = [
 6043 "hashbrown 0.14.5",
 6044]
 6045
 6046[[package]]
 6047name = "hashlink"
 6048version = "0.10.0"
 6049source = "registry+https://github.com/rust-lang/crates.io-index"
 6050checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 6051dependencies = [
 6052 "hashbrown 0.15.2",
 6053]
 6054
 6055[[package]]
 6056name = "headers"
 6057version = "0.3.9"
 6058source = "registry+https://github.com/rust-lang/crates.io-index"
 6059checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 6060dependencies = [
 6061 "base64 0.21.7",
 6062 "bytes 1.10.1",
 6063 "headers-core",
 6064 "http 0.2.12",
 6065 "httpdate",
 6066 "mime",
 6067 "sha1",
 6068]
 6069
 6070[[package]]
 6071name = "headers-core"
 6072version = "0.2.0"
 6073source = "registry+https://github.com/rust-lang/crates.io-index"
 6074checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 6075dependencies = [
 6076 "http 0.2.12",
 6077]
 6078
 6079[[package]]
 6080name = "heck"
 6081version = "0.3.3"
 6082source = "registry+https://github.com/rust-lang/crates.io-index"
 6083checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 6084dependencies = [
 6085 "unicode-segmentation",
 6086]
 6087
 6088[[package]]
 6089name = "heck"
 6090version = "0.4.1"
 6091source = "registry+https://github.com/rust-lang/crates.io-index"
 6092checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 6093dependencies = [
 6094 "unicode-segmentation",
 6095]
 6096
 6097[[package]]
 6098name = "heck"
 6099version = "0.5.0"
 6100source = "registry+https://github.com/rust-lang/crates.io-index"
 6101checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 6102
 6103[[package]]
 6104name = "heed"
 6105version = "0.21.0"
 6106source = "registry+https://github.com/rust-lang/crates.io-index"
 6107checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 6108dependencies = [
 6109 "bitflags 2.9.0",
 6110 "byteorder",
 6111 "heed-traits",
 6112 "heed-types",
 6113 "libc",
 6114 "lmdb-master-sys",
 6115 "once_cell",
 6116 "page_size",
 6117 "serde",
 6118 "synchronoise",
 6119 "url",
 6120]
 6121
 6122[[package]]
 6123name = "heed-traits"
 6124version = "0.20.0"
 6125source = "registry+https://github.com/rust-lang/crates.io-index"
 6126checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 6127
 6128[[package]]
 6129name = "heed-types"
 6130version = "0.21.0"
 6131source = "registry+https://github.com/rust-lang/crates.io-index"
 6132checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 6133dependencies = [
 6134 "bincode",
 6135 "byteorder",
 6136 "heed-traits",
 6137 "serde",
 6138 "serde_json",
 6139]
 6140
 6141[[package]]
 6142name = "hermit-abi"
 6143version = "0.3.9"
 6144source = "registry+https://github.com/rust-lang/crates.io-index"
 6145checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
 6146
 6147[[package]]
 6148name = "hermit-abi"
 6149version = "0.4.0"
 6150source = "registry+https://github.com/rust-lang/crates.io-index"
 6151checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
 6152
 6153[[package]]
 6154name = "hex"
 6155version = "0.4.3"
 6156source = "registry+https://github.com/rust-lang/crates.io-index"
 6157checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 6158
 6159[[package]]
 6160name = "hexf-parse"
 6161version = "0.2.1"
 6162source = "registry+https://github.com/rust-lang/crates.io-index"
 6163checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 6164
 6165[[package]]
 6166name = "hidden-trait"
 6167version = "0.1.2"
 6168source = "registry+https://github.com/rust-lang/crates.io-index"
 6169checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
 6170dependencies = [
 6171 "proc-macro2",
 6172 "quote",
 6173 "syn 1.0.109",
 6174]
 6175
 6176[[package]]
 6177name = "hkdf"
 6178version = "0.12.4"
 6179source = "registry+https://github.com/rust-lang/crates.io-index"
 6180checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 6181dependencies = [
 6182 "hmac",
 6183]
 6184
 6185[[package]]
 6186name = "hmac"
 6187version = "0.12.1"
 6188source = "registry+https://github.com/rust-lang/crates.io-index"
 6189checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 6190dependencies = [
 6191 "digest",
 6192]
 6193
 6194[[package]]
 6195name = "home"
 6196version = "0.5.9"
 6197source = "registry+https://github.com/rust-lang/crates.io-index"
 6198checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
 6199dependencies = [
 6200 "windows-sys 0.52.0",
 6201]
 6202
 6203[[package]]
 6204name = "hound"
 6205version = "3.5.1"
 6206source = "registry+https://github.com/rust-lang/crates.io-index"
 6207checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 6208
 6209[[package]]
 6210name = "html5ever"
 6211version = "0.27.0"
 6212source = "registry+https://github.com/rust-lang/crates.io-index"
 6213checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 6214dependencies = [
 6215 "log",
 6216 "mac",
 6217 "markup5ever",
 6218 "proc-macro2",
 6219 "quote",
 6220 "syn 2.0.100",
 6221]
 6222
 6223[[package]]
 6224name = "html_to_markdown"
 6225version = "0.1.0"
 6226dependencies = [
 6227 "anyhow",
 6228 "html5ever",
 6229 "indoc",
 6230 "markup5ever_rcdom",
 6231 "pretty_assertions",
 6232 "regex",
 6233]
 6234
 6235[[package]]
 6236name = "http"
 6237version = "0.2.12"
 6238source = "registry+https://github.com/rust-lang/crates.io-index"
 6239checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 6240dependencies = [
 6241 "bytes 1.10.1",
 6242 "fnv",
 6243 "itoa",
 6244]
 6245
 6246[[package]]
 6247name = "http"
 6248version = "1.2.0"
 6249source = "registry+https://github.com/rust-lang/crates.io-index"
 6250checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
 6251dependencies = [
 6252 "bytes 1.10.1",
 6253 "fnv",
 6254 "itoa",
 6255]
 6256
 6257[[package]]
 6258name = "http-body"
 6259version = "0.4.6"
 6260source = "registry+https://github.com/rust-lang/crates.io-index"
 6261checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 6262dependencies = [
 6263 "bytes 1.10.1",
 6264 "http 0.2.12",
 6265 "pin-project-lite",
 6266]
 6267
 6268[[package]]
 6269name = "http-body"
 6270version = "1.0.1"
 6271source = "registry+https://github.com/rust-lang/crates.io-index"
 6272checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 6273dependencies = [
 6274 "bytes 1.10.1",
 6275 "http 1.2.0",
 6276]
 6277
 6278[[package]]
 6279name = "http-body-util"
 6280version = "0.1.2"
 6281source = "registry+https://github.com/rust-lang/crates.io-index"
 6282checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
 6283dependencies = [
 6284 "bytes 1.10.1",
 6285 "futures-util",
 6286 "http 1.2.0",
 6287 "http-body 1.0.1",
 6288 "pin-project-lite",
 6289]
 6290
 6291[[package]]
 6292name = "http-range-header"
 6293version = "0.3.1"
 6294source = "registry+https://github.com/rust-lang/crates.io-index"
 6295checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 6296
 6297[[package]]
 6298name = "http-types"
 6299version = "2.12.0"
 6300source = "registry+https://github.com/rust-lang/crates.io-index"
 6301checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
 6302dependencies = [
 6303 "anyhow",
 6304 "async-channel 1.9.0",
 6305 "base64 0.13.1",
 6306 "futures-lite 1.13.0",
 6307 "http 0.2.12",
 6308 "infer",
 6309 "pin-project-lite",
 6310 "rand 0.7.3",
 6311 "serde",
 6312 "serde_json",
 6313 "serde_qs 0.8.5",
 6314 "serde_urlencoded",
 6315 "url",
 6316]
 6317
 6318[[package]]
 6319name = "http_client"
 6320version = "0.1.0"
 6321dependencies = [
 6322 "anyhow",
 6323 "bytes 1.10.1",
 6324 "derive_more",
 6325 "futures 0.3.31",
 6326 "http 1.2.0",
 6327 "log",
 6328 "serde",
 6329 "serde_json",
 6330 "url",
 6331]
 6332
 6333[[package]]
 6334name = "http_client_tls"
 6335version = "0.1.0"
 6336dependencies = [
 6337 "rustls 0.23.25",
 6338 "rustls-platform-verifier",
 6339]
 6340
 6341[[package]]
 6342name = "httparse"
 6343version = "1.9.5"
 6344source = "registry+https://github.com/rust-lang/crates.io-index"
 6345checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
 6346
 6347[[package]]
 6348name = "httpdate"
 6349version = "1.0.3"
 6350source = "registry+https://github.com/rust-lang/crates.io-index"
 6351checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 6352
 6353[[package]]
 6354name = "human_bytes"
 6355version = "0.4.3"
 6356source = "registry+https://github.com/rust-lang/crates.io-index"
 6357checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 6358
 6359[[package]]
 6360name = "humantime"
 6361version = "2.1.0"
 6362source = "registry+https://github.com/rust-lang/crates.io-index"
 6363checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
 6364
 6365[[package]]
 6366name = "hyper"
 6367version = "0.14.32"
 6368source = "registry+https://github.com/rust-lang/crates.io-index"
 6369checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 6370dependencies = [
 6371 "bytes 1.10.1",
 6372 "futures-channel",
 6373 "futures-core",
 6374 "futures-util",
 6375 "h2 0.3.26",
 6376 "http 0.2.12",
 6377 "http-body 0.4.6",
 6378 "httparse",
 6379 "httpdate",
 6380 "itoa",
 6381 "pin-project-lite",
 6382 "socket2",
 6383 "tokio",
 6384 "tower-service",
 6385 "tracing",
 6386 "want",
 6387]
 6388
 6389[[package]]
 6390name = "hyper"
 6391version = "1.5.1"
 6392source = "registry+https://github.com/rust-lang/crates.io-index"
 6393checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
 6394dependencies = [
 6395 "bytes 1.10.1",
 6396 "futures-channel",
 6397 "futures-util",
 6398 "h2 0.4.7",
 6399 "http 1.2.0",
 6400 "http-body 1.0.1",
 6401 "httparse",
 6402 "itoa",
 6403 "pin-project-lite",
 6404 "smallvec",
 6405 "tokio",
 6406 "want",
 6407]
 6408
 6409[[package]]
 6410name = "hyper-rustls"
 6411version = "0.24.2"
 6412source = "registry+https://github.com/rust-lang/crates.io-index"
 6413checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 6414dependencies = [
 6415 "futures-util",
 6416 "http 0.2.12",
 6417 "hyper 0.14.32",
 6418 "log",
 6419 "rustls 0.21.12",
 6420 "rustls-native-certs 0.6.3",
 6421 "tokio",
 6422 "tokio-rustls 0.24.1",
 6423]
 6424
 6425[[package]]
 6426name = "hyper-rustls"
 6427version = "0.27.3"
 6428source = "registry+https://github.com/rust-lang/crates.io-index"
 6429checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
 6430dependencies = [
 6431 "futures-util",
 6432 "http 1.2.0",
 6433 "hyper 1.5.1",
 6434 "hyper-util",
 6435 "rustls 0.23.25",
 6436 "rustls-native-certs 0.8.1",
 6437 "rustls-pki-types",
 6438 "tokio",
 6439 "tokio-rustls 0.26.1",
 6440 "tower-service",
 6441]
 6442
 6443[[package]]
 6444name = "hyper-tls"
 6445version = "0.5.0"
 6446source = "registry+https://github.com/rust-lang/crates.io-index"
 6447checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 6448dependencies = [
 6449 "bytes 1.10.1",
 6450 "hyper 0.14.32",
 6451 "native-tls",
 6452 "tokio",
 6453 "tokio-native-tls",
 6454]
 6455
 6456[[package]]
 6457name = "hyper-util"
 6458version = "0.1.10"
 6459source = "registry+https://github.com/rust-lang/crates.io-index"
 6460checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
 6461dependencies = [
 6462 "bytes 1.10.1",
 6463 "futures-channel",
 6464 "futures-util",
 6465 "http 1.2.0",
 6466 "http-body 1.0.1",
 6467 "hyper 1.5.1",
 6468 "pin-project-lite",
 6469 "socket2",
 6470 "tokio",
 6471 "tower-service",
 6472 "tracing",
 6473]
 6474
 6475[[package]]
 6476name = "iana-time-zone"
 6477version = "0.1.61"
 6478source = "registry+https://github.com/rust-lang/crates.io-index"
 6479checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
 6480dependencies = [
 6481 "android_system_properties",
 6482 "core-foundation-sys",
 6483 "iana-time-zone-haiku",
 6484 "js-sys",
 6485 "wasm-bindgen",
 6486 "windows-core 0.52.0",
 6487]
 6488
 6489[[package]]
 6490name = "iana-time-zone-haiku"
 6491version = "0.1.2"
 6492source = "registry+https://github.com/rust-lang/crates.io-index"
 6493checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 6494dependencies = [
 6495 "cc",
 6496]
 6497
 6498[[package]]
 6499name = "icons"
 6500version = "0.1.0"
 6501dependencies = [
 6502 "serde",
 6503 "strum",
 6504]
 6505
 6506[[package]]
 6507name = "icu_collections"
 6508version = "1.5.0"
 6509source = "registry+https://github.com/rust-lang/crates.io-index"
 6510checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
 6511dependencies = [
 6512 "displaydoc",
 6513 "yoke",
 6514 "zerofrom",
 6515 "zerovec",
 6516]
 6517
 6518[[package]]
 6519name = "icu_locid"
 6520version = "1.5.0"
 6521source = "registry+https://github.com/rust-lang/crates.io-index"
 6522checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
 6523dependencies = [
 6524 "displaydoc",
 6525 "litemap",
 6526 "tinystr",
 6527 "writeable",
 6528 "zerovec",
 6529]
 6530
 6531[[package]]
 6532name = "icu_locid_transform"
 6533version = "1.5.0"
 6534source = "registry+https://github.com/rust-lang/crates.io-index"
 6535checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
 6536dependencies = [
 6537 "displaydoc",
 6538 "icu_locid",
 6539 "icu_locid_transform_data",
 6540 "icu_provider",
 6541 "tinystr",
 6542 "zerovec",
 6543]
 6544
 6545[[package]]
 6546name = "icu_locid_transform_data"
 6547version = "1.5.0"
 6548source = "registry+https://github.com/rust-lang/crates.io-index"
 6549checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
 6550
 6551[[package]]
 6552name = "icu_normalizer"
 6553version = "1.5.0"
 6554source = "registry+https://github.com/rust-lang/crates.io-index"
 6555checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
 6556dependencies = [
 6557 "displaydoc",
 6558 "icu_collections",
 6559 "icu_normalizer_data",
 6560 "icu_properties",
 6561 "icu_provider",
 6562 "smallvec",
 6563 "utf16_iter",
 6564 "utf8_iter",
 6565 "write16",
 6566 "zerovec",
 6567]
 6568
 6569[[package]]
 6570name = "icu_normalizer_data"
 6571version = "1.5.0"
 6572source = "registry+https://github.com/rust-lang/crates.io-index"
 6573checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
 6574
 6575[[package]]
 6576name = "icu_properties"
 6577version = "1.5.1"
 6578source = "registry+https://github.com/rust-lang/crates.io-index"
 6579checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
 6580dependencies = [
 6581 "displaydoc",
 6582 "icu_collections",
 6583 "icu_locid_transform",
 6584 "icu_properties_data",
 6585 "icu_provider",
 6586 "tinystr",
 6587 "zerovec",
 6588]
 6589
 6590[[package]]
 6591name = "icu_properties_data"
 6592version = "1.5.0"
 6593source = "registry+https://github.com/rust-lang/crates.io-index"
 6594checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
 6595
 6596[[package]]
 6597name = "icu_provider"
 6598version = "1.5.0"
 6599source = "registry+https://github.com/rust-lang/crates.io-index"
 6600checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
 6601dependencies = [
 6602 "displaydoc",
 6603 "icu_locid",
 6604 "icu_provider_macros",
 6605 "stable_deref_trait",
 6606 "tinystr",
 6607 "writeable",
 6608 "yoke",
 6609 "zerofrom",
 6610 "zerovec",
 6611]
 6612
 6613[[package]]
 6614name = "icu_provider_macros"
 6615version = "1.5.0"
 6616source = "registry+https://github.com/rust-lang/crates.io-index"
 6617checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
 6618dependencies = [
 6619 "proc-macro2",
 6620 "quote",
 6621 "syn 2.0.100",
 6622]
 6623
 6624[[package]]
 6625name = "id-arena"
 6626version = "2.2.1"
 6627source = "registry+https://github.com/rust-lang/crates.io-index"
 6628checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 6629
 6630[[package]]
 6631name = "idna"
 6632version = "1.0.3"
 6633source = "registry+https://github.com/rust-lang/crates.io-index"
 6634checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
 6635dependencies = [
 6636 "idna_adapter",
 6637 "smallvec",
 6638 "utf8_iter",
 6639]
 6640
 6641[[package]]
 6642name = "idna_adapter"
 6643version = "1.2.0"
 6644source = "registry+https://github.com/rust-lang/crates.io-index"
 6645checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
 6646dependencies = [
 6647 "icu_normalizer",
 6648 "icu_properties",
 6649]
 6650
 6651[[package]]
 6652name = "ignore"
 6653version = "0.4.23"
 6654source = "registry+https://github.com/rust-lang/crates.io-index"
 6655checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
 6656dependencies = [
 6657 "crossbeam-deque",
 6658 "globset",
 6659 "log",
 6660 "memchr",
 6661 "regex-automata 0.4.9",
 6662 "same-file",
 6663 "walkdir",
 6664 "winapi-util",
 6665]
 6666
 6667[[package]]
 6668name = "image"
 6669version = "0.25.6"
 6670source = "registry+https://github.com/rust-lang/crates.io-index"
 6671checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
 6672dependencies = [
 6673 "bytemuck",
 6674 "byteorder-lite",
 6675 "color_quant",
 6676 "exr",
 6677 "gif",
 6678 "image-webp",
 6679 "num-traits",
 6680 "png",
 6681 "qoi",
 6682 "ravif",
 6683 "rayon",
 6684 "rgb",
 6685 "tiff",
 6686 "zune-core",
 6687 "zune-jpeg",
 6688]
 6689
 6690[[package]]
 6691name = "image-webp"
 6692version = "0.2.0"
 6693source = "registry+https://github.com/rust-lang/crates.io-index"
 6694checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
 6695dependencies = [
 6696 "byteorder-lite",
 6697 "quick-error",
 6698]
 6699
 6700[[package]]
 6701name = "image_viewer"
 6702version = "0.1.0"
 6703dependencies = [
 6704 "anyhow",
 6705 "db",
 6706 "editor",
 6707 "file_icons",
 6708 "gpui",
 6709 "project",
 6710 "schemars",
 6711 "serde",
 6712 "settings",
 6713 "theme",
 6714 "ui",
 6715 "util",
 6716 "workspace",
 6717]
 6718
 6719[[package]]
 6720name = "imagesize"
 6721version = "0.13.0"
 6722source = "registry+https://github.com/rust-lang/crates.io-index"
 6723checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 6724
 6725[[package]]
 6726name = "imara-diff"
 6727version = "0.1.8"
 6728source = "registry+https://github.com/rust-lang/crates.io-index"
 6729checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 6730dependencies = [
 6731 "hashbrown 0.15.2",
 6732]
 6733
 6734[[package]]
 6735name = "imgref"
 6736version = "1.11.0"
 6737source = "registry+https://github.com/rust-lang/crates.io-index"
 6738checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
 6739
 6740[[package]]
 6741name = "indexed_docs"
 6742version = "0.1.0"
 6743dependencies = [
 6744 "anyhow",
 6745 "async-trait",
 6746 "cargo_metadata",
 6747 "collections",
 6748 "derive_more",
 6749 "extension",
 6750 "fs",
 6751 "futures 0.3.31",
 6752 "fuzzy",
 6753 "gpui",
 6754 "heed",
 6755 "html_to_markdown",
 6756 "http_client",
 6757 "indexmap",
 6758 "indoc",
 6759 "parking_lot",
 6760 "paths",
 6761 "pretty_assertions",
 6762 "serde",
 6763 "strum",
 6764 "util",
 6765]
 6766
 6767[[package]]
 6768name = "indexmap"
 6769version = "2.7.1"
 6770source = "registry+https://github.com/rust-lang/crates.io-index"
 6771checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
 6772dependencies = [
 6773 "equivalent",
 6774 "hashbrown 0.15.2",
 6775 "serde",
 6776]
 6777
 6778[[package]]
 6779name = "indoc"
 6780version = "2.0.6"
 6781source = "registry+https://github.com/rust-lang/crates.io-index"
 6782checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 6783
 6784[[package]]
 6785name = "infer"
 6786version = "0.2.3"
 6787source = "registry+https://github.com/rust-lang/crates.io-index"
 6788checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
 6789
 6790[[package]]
 6791name = "inherent"
 6792version = "1.0.11"
 6793source = "registry+https://github.com/rust-lang/crates.io-index"
 6794checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
 6795dependencies = [
 6796 "proc-macro2",
 6797 "quote",
 6798 "syn 2.0.100",
 6799]
 6800
 6801[[package]]
 6802name = "inline_completion"
 6803version = "0.1.0"
 6804dependencies = [
 6805 "gpui",
 6806 "language",
 6807 "project",
 6808]
 6809
 6810[[package]]
 6811name = "inline_completion_button"
 6812version = "0.1.0"
 6813dependencies = [
 6814 "anyhow",
 6815 "client",
 6816 "copilot",
 6817 "editor",
 6818 "feature_flags",
 6819 "fs",
 6820 "futures 0.3.31",
 6821 "gpui",
 6822 "indoc",
 6823 "inline_completion",
 6824 "language",
 6825 "lsp",
 6826 "paths",
 6827 "project",
 6828 "regex",
 6829 "serde_json",
 6830 "settings",
 6831 "supermaven",
 6832 "telemetry",
 6833 "theme",
 6834 "ui",
 6835 "workspace",
 6836 "zed_actions",
 6837 "zeta",
 6838]
 6839
 6840[[package]]
 6841name = "inotify"
 6842version = "0.11.0"
 6843source = "registry+https://github.com/rust-lang/crates.io-index"
 6844checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 6845dependencies = [
 6846 "bitflags 2.9.0",
 6847 "inotify-sys",
 6848 "libc",
 6849]
 6850
 6851[[package]]
 6852name = "inotify-sys"
 6853version = "0.1.5"
 6854source = "registry+https://github.com/rust-lang/crates.io-index"
 6855checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 6856dependencies = [
 6857 "libc",
 6858]
 6859
 6860[[package]]
 6861name = "inout"
 6862version = "0.1.3"
 6863source = "registry+https://github.com/rust-lang/crates.io-index"
 6864checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
 6865dependencies = [
 6866 "block-padding",
 6867 "generic-array",
 6868]
 6869
 6870[[package]]
 6871name = "install_cli"
 6872version = "0.1.0"
 6873dependencies = [
 6874 "anyhow",
 6875 "gpui",
 6876 "smol",
 6877 "util",
 6878]
 6879
 6880[[package]]
 6881name = "instant"
 6882version = "0.1.13"
 6883source = "registry+https://github.com/rust-lang/crates.io-index"
 6884checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 6885dependencies = [
 6886 "cfg-if",
 6887]
 6888
 6889[[package]]
 6890name = "interpolate_name"
 6891version = "0.2.4"
 6892source = "registry+https://github.com/rust-lang/crates.io-index"
 6893checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 6894dependencies = [
 6895 "proc-macro2",
 6896 "quote",
 6897 "syn 2.0.100",
 6898]
 6899
 6900[[package]]
 6901name = "inventory"
 6902version = "0.3.20"
 6903source = "registry+https://github.com/rust-lang/crates.io-index"
 6904checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
 6905dependencies = [
 6906 "rustversion",
 6907]
 6908
 6909[[package]]
 6910name = "io-extras"
 6911version = "0.18.4"
 6912source = "registry+https://github.com/rust-lang/crates.io-index"
 6913checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 6914dependencies = [
 6915 "io-lifetimes",
 6916 "windows-sys 0.59.0",
 6917]
 6918
 6919[[package]]
 6920name = "io-lifetimes"
 6921version = "2.0.4"
 6922source = "registry+https://github.com/rust-lang/crates.io-index"
 6923checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 6924
 6925[[package]]
 6926name = "iovec"
 6927version = "0.1.4"
 6928source = "registry+https://github.com/rust-lang/crates.io-index"
 6929checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 6930dependencies = [
 6931 "libc",
 6932]
 6933
 6934[[package]]
 6935name = "ipc-channel"
 6936version = "0.19.0"
 6937source = "registry+https://github.com/rust-lang/crates.io-index"
 6938checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 6939dependencies = [
 6940 "bincode",
 6941 "crossbeam-channel",
 6942 "fnv",
 6943 "lazy_static",
 6944 "libc",
 6945 "mio",
 6946 "rand 0.8.5",
 6947 "serde",
 6948 "tempfile",
 6949 "uuid",
 6950 "windows 0.58.0",
 6951]
 6952
 6953[[package]]
 6954name = "ipnet"
 6955version = "2.10.1"
 6956source = "registry+https://github.com/rust-lang/crates.io-index"
 6957checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
 6958
 6959[[package]]
 6960name = "is-docker"
 6961version = "0.2.0"
 6962source = "registry+https://github.com/rust-lang/crates.io-index"
 6963checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 6964dependencies = [
 6965 "once_cell",
 6966]
 6967
 6968[[package]]
 6969name = "is-terminal"
 6970version = "0.4.13"
 6971source = "registry+https://github.com/rust-lang/crates.io-index"
 6972checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
 6973dependencies = [
 6974 "hermit-abi 0.4.0",
 6975 "libc",
 6976 "windows-sys 0.52.0",
 6977]
 6978
 6979[[package]]
 6980name = "is-wsl"
 6981version = "0.4.0"
 6982source = "registry+https://github.com/rust-lang/crates.io-index"
 6983checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 6984dependencies = [
 6985 "is-docker",
 6986 "once_cell",
 6987]
 6988
 6989[[package]]
 6990name = "is_terminal_polyfill"
 6991version = "1.70.1"
 6992source = "registry+https://github.com/rust-lang/crates.io-index"
 6993checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 6994
 6995[[package]]
 6996name = "itertools"
 6997version = "0.10.5"
 6998source = "registry+https://github.com/rust-lang/crates.io-index"
 6999checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 7000dependencies = [
 7001 "either",
 7002]
 7003
 7004[[package]]
 7005name = "itertools"
 7006version = "0.11.0"
 7007source = "registry+https://github.com/rust-lang/crates.io-index"
 7008checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 7009dependencies = [
 7010 "either",
 7011]
 7012
 7013[[package]]
 7014name = "itertools"
 7015version = "0.12.1"
 7016source = "registry+https://github.com/rust-lang/crates.io-index"
 7017checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 7018dependencies = [
 7019 "either",
 7020]
 7021
 7022[[package]]
 7023name = "itertools"
 7024version = "0.14.0"
 7025source = "registry+https://github.com/rust-lang/crates.io-index"
 7026checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 7027dependencies = [
 7028 "either",
 7029]
 7030
 7031[[package]]
 7032name = "itoa"
 7033version = "1.0.14"
 7034source = "registry+https://github.com/rust-lang/crates.io-index"
 7035checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
 7036
 7037[[package]]
 7038name = "jiff"
 7039version = "0.2.4"
 7040source = "registry+https://github.com/rust-lang/crates.io-index"
 7041checksum = "d699bc6dfc879fb1bf9bdff0d4c56f0884fc6f0d0eb0fba397a6d00cd9a6b85e"
 7042dependencies = [
 7043 "jiff-static",
 7044 "log",
 7045 "portable-atomic",
 7046 "portable-atomic-util",
 7047 "serde",
 7048]
 7049
 7050[[package]]
 7051name = "jiff-static"
 7052version = "0.2.4"
 7053source = "registry+https://github.com/rust-lang/crates.io-index"
 7054checksum = "8d16e75759ee0aa64c57a56acbf43916987b20c77373cb7e808979e02b93c9f9"
 7055dependencies = [
 7056 "proc-macro2",
 7057 "quote",
 7058 "syn 2.0.100",
 7059]
 7060
 7061[[package]]
 7062name = "jni"
 7063version = "0.21.1"
 7064source = "registry+https://github.com/rust-lang/crates.io-index"
 7065checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 7066dependencies = [
 7067 "cesu8",
 7068 "cfg-if",
 7069 "combine",
 7070 "jni-sys",
 7071 "log",
 7072 "thiserror 1.0.69",
 7073 "walkdir",
 7074 "windows-sys 0.45.0",
 7075]
 7076
 7077[[package]]
 7078name = "jni-sys"
 7079version = "0.3.0"
 7080source = "registry+https://github.com/rust-lang/crates.io-index"
 7081checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 7082
 7083[[package]]
 7084name = "jobserver"
 7085version = "0.1.32"
 7086source = "registry+https://github.com/rust-lang/crates.io-index"
 7087checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
 7088dependencies = [
 7089 "libc",
 7090]
 7091
 7092[[package]]
 7093name = "journal"
 7094version = "0.1.0"
 7095dependencies = [
 7096 "anyhow",
 7097 "chrono",
 7098 "editor",
 7099 "gpui",
 7100 "log",
 7101 "schemars",
 7102 "serde",
 7103 "settings",
 7104 "shellexpand 2.1.2",
 7105 "workspace",
 7106]
 7107
 7108[[package]]
 7109name = "jpeg-decoder"
 7110version = "0.3.1"
 7111source = "registry+https://github.com/rust-lang/crates.io-index"
 7112checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
 7113
 7114[[package]]
 7115name = "js-sys"
 7116version = "0.3.76"
 7117source = "registry+https://github.com/rust-lang/crates.io-index"
 7118checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
 7119dependencies = [
 7120 "once_cell",
 7121 "wasm-bindgen",
 7122]
 7123
 7124[[package]]
 7125name = "jsonwebtoken"
 7126version = "9.3.1"
 7127source = "registry+https://github.com/rust-lang/crates.io-index"
 7128checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
 7129dependencies = [
 7130 "base64 0.22.1",
 7131 "js-sys",
 7132 "pem",
 7133 "ring",
 7134 "serde",
 7135 "serde_json",
 7136 "simple_asn1",
 7137]
 7138
 7139[[package]]
 7140name = "jupyter-protocol"
 7141version = "0.6.0"
 7142source = "registry+https://github.com/rust-lang/crates.io-index"
 7143checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
 7144dependencies = [
 7145 "anyhow",
 7146 "async-trait",
 7147 "bytes 1.10.1",
 7148 "chrono",
 7149 "futures 0.3.31",
 7150 "serde",
 7151 "serde_json",
 7152 "uuid",
 7153]
 7154
 7155[[package]]
 7156name = "jupyter-websocket-client"
 7157version = "0.9.0"
 7158source = "registry+https://github.com/rust-lang/crates.io-index"
 7159checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
 7160dependencies = [
 7161 "anyhow",
 7162 "async-trait",
 7163 "async-tungstenite",
 7164 "futures 0.3.31",
 7165 "jupyter-protocol",
 7166 "serde",
 7167 "serde_json",
 7168 "url",
 7169 "uuid",
 7170]
 7171
 7172[[package]]
 7173name = "khronos-egl"
 7174version = "6.0.0"
 7175source = "registry+https://github.com/rust-lang/crates.io-index"
 7176checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 7177dependencies = [
 7178 "libc",
 7179 "libloading",
 7180]
 7181
 7182[[package]]
 7183name = "kqueue"
 7184version = "1.0.8"
 7185source = "registry+https://github.com/rust-lang/crates.io-index"
 7186checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
 7187dependencies = [
 7188 "kqueue-sys",
 7189 "libc",
 7190]
 7191
 7192[[package]]
 7193name = "kqueue-sys"
 7194version = "1.0.4"
 7195source = "registry+https://github.com/rust-lang/crates.io-index"
 7196checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 7197dependencies = [
 7198 "bitflags 1.3.2",
 7199 "libc",
 7200]
 7201
 7202[[package]]
 7203name = "kurbo"
 7204version = "0.11.1"
 7205source = "registry+https://github.com/rust-lang/crates.io-index"
 7206checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
 7207dependencies = [
 7208 "arrayvec",
 7209 "smallvec",
 7210]
 7211
 7212[[package]]
 7213name = "kv-log-macro"
 7214version = "1.0.7"
 7215source = "registry+https://github.com/rust-lang/crates.io-index"
 7216checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 7217dependencies = [
 7218 "log",
 7219]
 7220
 7221[[package]]
 7222name = "language"
 7223version = "0.1.0"
 7224dependencies = [
 7225 "anyhow",
 7226 "async-trait",
 7227 "async-watch",
 7228 "clock",
 7229 "collections",
 7230 "ctor",
 7231 "ec4rs",
 7232 "env_logger 0.11.7",
 7233 "fs",
 7234 "futures 0.3.31",
 7235 "fuzzy",
 7236 "globset",
 7237 "gpui",
 7238 "http_client",
 7239 "imara-diff",
 7240 "indoc",
 7241 "itertools 0.14.0",
 7242 "log",
 7243 "lsp",
 7244 "parking_lot",
 7245 "postage",
 7246 "pretty_assertions",
 7247 "rand 0.8.5",
 7248 "regex",
 7249 "rpc",
 7250 "schemars",
 7251 "serde",
 7252 "serde_json",
 7253 "settings",
 7254 "smallvec",
 7255 "smol",
 7256 "streaming-iterator",
 7257 "strsim",
 7258 "sum_tree",
 7259 "task",
 7260 "text",
 7261 "theme",
 7262 "tree-sitter",
 7263 "tree-sitter-elixir",
 7264 "tree-sitter-embedded-template",
 7265 "tree-sitter-heex",
 7266 "tree-sitter-html",
 7267 "tree-sitter-json",
 7268 "tree-sitter-md",
 7269 "tree-sitter-ruby",
 7270 "tree-sitter-rust",
 7271 "tree-sitter-typescript",
 7272 "unicase",
 7273 "unindent",
 7274 "util",
 7275]
 7276
 7277[[package]]
 7278name = "language_extension"
 7279version = "0.1.0"
 7280dependencies = [
 7281 "anyhow",
 7282 "async-trait",
 7283 "collections",
 7284 "extension",
 7285 "fs",
 7286 "futures 0.3.31",
 7287 "gpui",
 7288 "language",
 7289 "lsp",
 7290 "serde",
 7291 "serde_json",
 7292 "util",
 7293]
 7294
 7295[[package]]
 7296name = "language_model"
 7297version = "0.1.0"
 7298dependencies = [
 7299 "anthropic",
 7300 "anyhow",
 7301 "base64 0.22.1",
 7302 "client",
 7303 "collections",
 7304 "futures 0.3.31",
 7305 "google_ai",
 7306 "gpui",
 7307 "http_client",
 7308 "icons",
 7309 "image",
 7310 "log",
 7311 "open_ai",
 7312 "parking_lot",
 7313 "proto",
 7314 "schemars",
 7315 "serde",
 7316 "serde_json",
 7317 "smol",
 7318 "strum",
 7319 "telemetry_events",
 7320 "thiserror 2.0.12",
 7321 "util",
 7322]
 7323
 7324[[package]]
 7325name = "language_model_selector"
 7326version = "0.1.0"
 7327dependencies = [
 7328 "feature_flags",
 7329 "gpui",
 7330 "language_model",
 7331 "log",
 7332 "picker",
 7333 "proto",
 7334 "ui",
 7335 "workspace",
 7336 "zed_actions",
 7337]
 7338
 7339[[package]]
 7340name = "language_models"
 7341version = "0.1.0"
 7342dependencies = [
 7343 "anthropic",
 7344 "anyhow",
 7345 "aws-config",
 7346 "aws-credential-types",
 7347 "aws_http_client",
 7348 "bedrock",
 7349 "client",
 7350 "collections",
 7351 "copilot",
 7352 "credentials_provider",
 7353 "deepseek",
 7354 "editor",
 7355 "feature_flags",
 7356 "fs",
 7357 "futures 0.3.31",
 7358 "google_ai",
 7359 "gpui",
 7360 "gpui_tokio",
 7361 "http_client",
 7362 "language_model",
 7363 "lmstudio",
 7364 "log",
 7365 "menu",
 7366 "mistral",
 7367 "ollama",
 7368 "open_ai",
 7369 "project",
 7370 "proto",
 7371 "schemars",
 7372 "serde",
 7373 "serde_json",
 7374 "settings",
 7375 "smol",
 7376 "strum",
 7377 "theme",
 7378 "tiktoken-rs",
 7379 "tokio",
 7380 "ui",
 7381 "util",
 7382]
 7383
 7384[[package]]
 7385name = "language_selector"
 7386version = "0.1.0"
 7387dependencies = [
 7388 "anyhow",
 7389 "editor",
 7390 "file_finder",
 7391 "file_icons",
 7392 "fuzzy",
 7393 "gpui",
 7394 "language",
 7395 "picker",
 7396 "project",
 7397 "settings",
 7398 "ui",
 7399 "util",
 7400 "workspace",
 7401]
 7402
 7403[[package]]
 7404name = "language_tools"
 7405version = "0.1.0"
 7406dependencies = [
 7407 "anyhow",
 7408 "client",
 7409 "collections",
 7410 "copilot",
 7411 "editor",
 7412 "env_logger 0.11.7",
 7413 "futures 0.3.31",
 7414 "gpui",
 7415 "itertools 0.14.0",
 7416 "language",
 7417 "lsp",
 7418 "project",
 7419 "release_channel",
 7420 "serde_json",
 7421 "settings",
 7422 "theme",
 7423 "tree-sitter",
 7424 "ui",
 7425 "util",
 7426 "workspace",
 7427 "zed_actions",
 7428]
 7429
 7430[[package]]
 7431name = "languages"
 7432version = "0.1.0"
 7433dependencies = [
 7434 "anyhow",
 7435 "async-compression",
 7436 "async-tar",
 7437 "async-trait",
 7438 "collections",
 7439 "futures 0.3.31",
 7440 "gpui",
 7441 "http_client",
 7442 "language",
 7443 "log",
 7444 "lsp",
 7445 "node_runtime",
 7446 "paths",
 7447 "pet",
 7448 "pet-conda",
 7449 "pet-core",
 7450 "pet-fs",
 7451 "pet-poetry",
 7452 "pet-reporter",
 7453 "pretty_assertions",
 7454 "project",
 7455 "regex",
 7456 "rope",
 7457 "rust-embed",
 7458 "serde",
 7459 "serde_json",
 7460 "settings",
 7461 "smol",
 7462 "snippet_provider",
 7463 "task",
 7464 "text",
 7465 "theme",
 7466 "toml 0.8.20",
 7467 "tree-sitter",
 7468 "tree-sitter-bash",
 7469 "tree-sitter-c",
 7470 "tree-sitter-cpp",
 7471 "tree-sitter-css",
 7472 "tree-sitter-diff",
 7473 "tree-sitter-gitcommit",
 7474 "tree-sitter-go",
 7475 "tree-sitter-gomod",
 7476 "tree-sitter-gowork",
 7477 "tree-sitter-jsdoc",
 7478 "tree-sitter-json",
 7479 "tree-sitter-md",
 7480 "tree-sitter-python",
 7481 "tree-sitter-regex",
 7482 "tree-sitter-rust",
 7483 "tree-sitter-typescript",
 7484 "tree-sitter-yaml",
 7485 "unindent",
 7486 "util",
 7487 "workspace",
 7488]
 7489
 7490[[package]]
 7491name = "lazy_static"
 7492version = "1.5.0"
 7493source = "registry+https://github.com/rust-lang/crates.io-index"
 7494checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 7495dependencies = [
 7496 "spin",
 7497]
 7498
 7499[[package]]
 7500name = "lazycell"
 7501version = "1.3.0"
 7502source = "registry+https://github.com/rust-lang/crates.io-index"
 7503checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 7504
 7505[[package]]
 7506name = "leb128"
 7507version = "0.2.5"
 7508source = "registry+https://github.com/rust-lang/crates.io-index"
 7509checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 7510
 7511[[package]]
 7512name = "lebe"
 7513version = "0.5.2"
 7514source = "registry+https://github.com/rust-lang/crates.io-index"
 7515checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
 7516
 7517[[package]]
 7518name = "libc"
 7519version = "0.2.171"
 7520source = "registry+https://github.com/rust-lang/crates.io-index"
 7521checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
 7522
 7523[[package]]
 7524name = "libdbus-sys"
 7525version = "0.2.5"
 7526source = "registry+https://github.com/rust-lang/crates.io-index"
 7527checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
 7528dependencies = [
 7529 "cc",
 7530 "pkg-config",
 7531]
 7532
 7533[[package]]
 7534name = "libfuzzer-sys"
 7535version = "0.4.8"
 7536source = "registry+https://github.com/rust-lang/crates.io-index"
 7537checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
 7538dependencies = [
 7539 "arbitrary",
 7540 "cc",
 7541]
 7542
 7543[[package]]
 7544name = "libgit2-sys"
 7545version = "0.18.1+1.9.0"
 7546source = "registry+https://github.com/rust-lang/crates.io-index"
 7547checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
 7548dependencies = [
 7549 "cc",
 7550 "libc",
 7551 "libz-sys",
 7552 "pkg-config",
 7553]
 7554
 7555[[package]]
 7556name = "libloading"
 7557version = "0.8.6"
 7558source = "registry+https://github.com/rust-lang/crates.io-index"
 7559checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
 7560dependencies = [
 7561 "cfg-if",
 7562 "windows-targets 0.48.5",
 7563]
 7564
 7565[[package]]
 7566name = "libm"
 7567version = "0.2.11"
 7568source = "registry+https://github.com/rust-lang/crates.io-index"
 7569checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
 7570
 7571[[package]]
 7572name = "libmimalloc-sys"
 7573version = "0.1.40"
 7574source = "registry+https://github.com/rust-lang/crates.io-index"
 7575checksum = "07d0e07885d6a754b9c7993f2625187ad694ee985d60f23355ff0e7077261502"
 7576dependencies = [
 7577 "cc",
 7578 "libc",
 7579]
 7580
 7581[[package]]
 7582name = "libredox"
 7583version = "0.1.3"
 7584source = "registry+https://github.com/rust-lang/crates.io-index"
 7585checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
 7586dependencies = [
 7587 "bitflags 2.9.0",
 7588 "libc",
 7589 "redox_syscall 0.5.8",
 7590]
 7591
 7592[[package]]
 7593name = "libsqlite3-sys"
 7594version = "0.30.1"
 7595source = "registry+https://github.com/rust-lang/crates.io-index"
 7596checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 7597dependencies = [
 7598 "cc",
 7599 "pkg-config",
 7600 "vcpkg",
 7601]
 7602
 7603[[package]]
 7604name = "libwebrtc"
 7605version = "0.3.7"
 7606source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7607dependencies = [
 7608 "cxx",
 7609 "jni",
 7610 "js-sys",
 7611 "lazy_static",
 7612 "livekit-protocol",
 7613 "livekit-runtime",
 7614 "log",
 7615 "parking_lot",
 7616 "serde",
 7617 "serde_json",
 7618 "thiserror 1.0.69",
 7619 "tokio",
 7620 "wasm-bindgen",
 7621 "wasm-bindgen-futures",
 7622 "web-sys",
 7623 "webrtc-sys",
 7624]
 7625
 7626[[package]]
 7627name = "libz-sys"
 7628version = "1.1.20"
 7629source = "registry+https://github.com/rust-lang/crates.io-index"
 7630checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
 7631dependencies = [
 7632 "cc",
 7633 "libc",
 7634 "pkg-config",
 7635 "vcpkg",
 7636]
 7637
 7638[[package]]
 7639name = "link-cplusplus"
 7640version = "1.0.9"
 7641source = "registry+https://github.com/rust-lang/crates.io-index"
 7642checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
 7643dependencies = [
 7644 "cc",
 7645]
 7646
 7647[[package]]
 7648name = "linkify"
 7649version = "0.10.0"
 7650source = "registry+https://github.com/rust-lang/crates.io-index"
 7651checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 7652dependencies = [
 7653 "memchr",
 7654]
 7655
 7656[[package]]
 7657name = "linkme"
 7658version = "0.3.32"
 7659source = "registry+https://github.com/rust-lang/crates.io-index"
 7660checksum = "22d227772b5999ddc0690e733f734f95ca05387e329c4084fe65678c51198ffe"
 7661dependencies = [
 7662 "linkme-impl",
 7663]
 7664
 7665[[package]]
 7666name = "linkme-impl"
 7667version = "0.3.32"
 7668source = "registry+https://github.com/rust-lang/crates.io-index"
 7669checksum = "71a98813fa0073a317ed6a8055dcd4722a49d9b862af828ee68449adb799b6be"
 7670dependencies = [
 7671 "proc-macro2",
 7672 "quote",
 7673 "syn 2.0.100",
 7674]
 7675
 7676[[package]]
 7677name = "linux-raw-sys"
 7678version = "0.4.14"
 7679source = "registry+https://github.com/rust-lang/crates.io-index"
 7680checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
 7681
 7682[[package]]
 7683name = "litemap"
 7684version = "0.7.4"
 7685source = "registry+https://github.com/rust-lang/crates.io-index"
 7686checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
 7687
 7688[[package]]
 7689name = "livekit"
 7690version = "0.7.0"
 7691source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7692dependencies = [
 7693 "chrono",
 7694 "futures-util",
 7695 "lazy_static",
 7696 "libwebrtc",
 7697 "livekit-api",
 7698 "livekit-protocol",
 7699 "livekit-runtime",
 7700 "log",
 7701 "parking_lot",
 7702 "prost 0.12.6",
 7703 "semver",
 7704 "serde",
 7705 "serde_json",
 7706 "thiserror 1.0.69",
 7707 "tokio",
 7708]
 7709
 7710[[package]]
 7711name = "livekit-api"
 7712version = "0.4.1"
 7713source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7714dependencies = [
 7715 "async-tungstenite",
 7716 "futures-util",
 7717 "http 0.2.12",
 7718 "jsonwebtoken",
 7719 "livekit-protocol",
 7720 "livekit-runtime",
 7721 "log",
 7722 "parking_lot",
 7723 "prost 0.12.6",
 7724 "reqwest 0.11.27",
 7725 "scopeguard",
 7726 "serde",
 7727 "serde_json",
 7728 "sha2",
 7729 "thiserror 1.0.69",
 7730 "tokio",
 7731 "tokio-tungstenite 0.20.1",
 7732 "url",
 7733]
 7734
 7735[[package]]
 7736name = "livekit-protocol"
 7737version = "0.3.6"
 7738source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7739dependencies = [
 7740 "futures-util",
 7741 "livekit-runtime",
 7742 "parking_lot",
 7743 "pbjson",
 7744 "pbjson-types",
 7745 "prost 0.12.6",
 7746 "prost-types 0.12.6",
 7747 "serde",
 7748 "thiserror 1.0.69",
 7749 "tokio",
 7750]
 7751
 7752[[package]]
 7753name = "livekit-runtime"
 7754version = "0.3.1"
 7755source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7756dependencies = [
 7757 "async-io",
 7758 "async-std",
 7759 "async-task",
 7760 "futures 0.3.31",
 7761]
 7762
 7763[[package]]
 7764name = "livekit_api"
 7765version = "0.1.0"
 7766dependencies = [
 7767 "anyhow",
 7768 "async-trait",
 7769 "jsonwebtoken",
 7770 "log",
 7771 "prost 0.9.0",
 7772 "prost-build 0.9.0",
 7773 "prost-types 0.9.0",
 7774 "reqwest 0.12.8",
 7775 "serde",
 7776]
 7777
 7778[[package]]
 7779name = "livekit_client"
 7780version = "0.1.0"
 7781dependencies = [
 7782 "anyhow",
 7783 "async-trait",
 7784 "collections",
 7785 "core-foundation 0.9.4",
 7786 "coreaudio-rs 0.12.1",
 7787 "cpal",
 7788 "futures 0.3.31",
 7789 "gpui",
 7790 "http 0.2.12",
 7791 "http_client",
 7792 "image",
 7793 "livekit",
 7794 "livekit_api",
 7795 "log",
 7796 "media",
 7797 "nanoid",
 7798 "parking_lot",
 7799 "postage",
 7800 "serde",
 7801 "serde_json",
 7802 "sha2",
 7803 "simplelog",
 7804 "smallvec",
 7805 "util",
 7806]
 7807
 7808[[package]]
 7809name = "livekit_client_macos"
 7810version = "0.1.0"
 7811dependencies = [
 7812 "anyhow",
 7813 "async-broadcast",
 7814 "async-trait",
 7815 "collections",
 7816 "core-foundation 0.9.4",
 7817 "futures 0.3.31",
 7818 "gpui",
 7819 "livekit_api",
 7820 "log",
 7821 "media",
 7822 "nanoid",
 7823 "parking_lot",
 7824 "postage",
 7825 "serde",
 7826 "serde_json",
 7827 "sha2",
 7828 "simplelog",
 7829]
 7830
 7831[[package]]
 7832name = "lmdb-master-sys"
 7833version = "0.2.4"
 7834source = "registry+https://github.com/rust-lang/crates.io-index"
 7835checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
 7836dependencies = [
 7837 "cc",
 7838 "doxygen-rs",
 7839 "libc",
 7840]
 7841
 7842[[package]]
 7843name = "lmstudio"
 7844version = "0.1.0"
 7845dependencies = [
 7846 "anyhow",
 7847 "futures 0.3.31",
 7848 "http_client",
 7849 "schemars",
 7850 "serde",
 7851 "serde_json",
 7852]
 7853
 7854[[package]]
 7855name = "lock_api"
 7856version = "0.4.12"
 7857source = "registry+https://github.com/rust-lang/crates.io-index"
 7858checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
 7859dependencies = [
 7860 "autocfg",
 7861 "scopeguard",
 7862]
 7863
 7864[[package]]
 7865name = "log"
 7866version = "0.4.27"
 7867source = "registry+https://github.com/rust-lang/crates.io-index"
 7868checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
 7869dependencies = [
 7870 "serde",
 7871 "value-bag",
 7872]
 7873
 7874[[package]]
 7875name = "loop9"
 7876version = "0.1.5"
 7877source = "registry+https://github.com/rust-lang/crates.io-index"
 7878checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
 7879dependencies = [
 7880 "imgref",
 7881]
 7882
 7883[[package]]
 7884name = "lru"
 7885version = "0.12.5"
 7886source = "registry+https://github.com/rust-lang/crates.io-index"
 7887checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
 7888dependencies = [
 7889 "hashbrown 0.15.2",
 7890]
 7891
 7892[[package]]
 7893name = "lsp"
 7894version = "0.1.0"
 7895dependencies = [
 7896 "anyhow",
 7897 "async-pipe",
 7898 "collections",
 7899 "ctor",
 7900 "env_logger 0.11.7",
 7901 "futures 0.3.31",
 7902 "gpui",
 7903 "log",
 7904 "lsp-types",
 7905 "parking_lot",
 7906 "postage",
 7907 "release_channel",
 7908 "schemars",
 7909 "serde",
 7910 "serde_json",
 7911 "smol",
 7912 "util",
 7913]
 7914
 7915[[package]]
 7916name = "lsp-types"
 7917version = "0.95.1"
 7918source = "git+https://github.com/zed-industries/lsp-types?rev=1fff0dd12e2071c5667327394cfec163d2a466ab#1fff0dd12e2071c5667327394cfec163d2a466ab"
 7919dependencies = [
 7920 "bitflags 1.3.2",
 7921 "serde",
 7922 "serde_json",
 7923 "serde_repr",
 7924 "url",
 7925]
 7926
 7927[[package]]
 7928name = "lyon"
 7929version = "1.0.1"
 7930source = "registry+https://github.com/rust-lang/crates.io-index"
 7931checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
 7932dependencies = [
 7933 "lyon_algorithms",
 7934 "lyon_extra",
 7935 "lyon_tessellation",
 7936]
 7937
 7938[[package]]
 7939name = "lyon_algorithms"
 7940version = "1.0.5"
 7941source = "registry+https://github.com/rust-lang/crates.io-index"
 7942checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
 7943dependencies = [
 7944 "lyon_path",
 7945 "num-traits",
 7946]
 7947
 7948[[package]]
 7949name = "lyon_extra"
 7950version = "1.0.3"
 7951source = "registry+https://github.com/rust-lang/crates.io-index"
 7952checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
 7953dependencies = [
 7954 "lyon_path",
 7955 "thiserror 1.0.69",
 7956]
 7957
 7958[[package]]
 7959name = "lyon_geom"
 7960version = "1.0.6"
 7961source = "registry+https://github.com/rust-lang/crates.io-index"
 7962checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
 7963dependencies = [
 7964 "arrayvec",
 7965 "euclid",
 7966 "num-traits",
 7967]
 7968
 7969[[package]]
 7970name = "lyon_path"
 7971version = "1.0.6"
 7972source = "registry+https://github.com/rust-lang/crates.io-index"
 7973checksum = "8e0b8aec2f58586f6eef237985b9a9b7cb3a3aff4417c575075cf95bf925252e"
 7974dependencies = [
 7975 "lyon_geom",
 7976 "num-traits",
 7977]
 7978
 7979[[package]]
 7980name = "lyon_tessellation"
 7981version = "1.0.15"
 7982source = "registry+https://github.com/rust-lang/crates.io-index"
 7983checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
 7984dependencies = [
 7985 "float_next_after",
 7986 "lyon_path",
 7987 "num-traits",
 7988]
 7989
 7990[[package]]
 7991name = "mac"
 7992version = "0.1.1"
 7993source = "registry+https://github.com/rust-lang/crates.io-index"
 7994checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
 7995
 7996[[package]]
 7997name = "mach2"
 7998version = "0.4.2"
 7999source = "registry+https://github.com/rust-lang/crates.io-index"
 8000checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
 8001dependencies = [
 8002 "libc",
 8003]
 8004
 8005[[package]]
 8006name = "malloc_buf"
 8007version = "0.0.6"
 8008source = "registry+https://github.com/rust-lang/crates.io-index"
 8009checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
 8010dependencies = [
 8011 "libc",
 8012]
 8013
 8014[[package]]
 8015name = "maplit"
 8016version = "1.0.2"
 8017source = "registry+https://github.com/rust-lang/crates.io-index"
 8018checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
 8019
 8020[[package]]
 8021name = "markdown"
 8022version = "0.1.0"
 8023dependencies = [
 8024 "anyhow",
 8025 "assets",
 8026 "env_logger 0.11.7",
 8027 "gpui",
 8028 "language",
 8029 "languages",
 8030 "linkify",
 8031 "log",
 8032 "node_runtime",
 8033 "pulldown-cmark 0.12.2",
 8034 "settings",
 8035 "theme",
 8036 "ui",
 8037 "util",
 8038]
 8039
 8040[[package]]
 8041name = "markdown_preview"
 8042version = "0.1.0"
 8043dependencies = [
 8044 "anyhow",
 8045 "async-recursion 1.1.1",
 8046 "collections",
 8047 "editor",
 8048 "gpui",
 8049 "language",
 8050 "linkify",
 8051 "log",
 8052 "pretty_assertions",
 8053 "pulldown-cmark 0.12.2",
 8054 "settings",
 8055 "theme",
 8056 "ui",
 8057 "util",
 8058 "workspace",
 8059]
 8060
 8061[[package]]
 8062name = "markup5ever"
 8063version = "0.12.1"
 8064source = "registry+https://github.com/rust-lang/crates.io-index"
 8065checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
 8066dependencies = [
 8067 "log",
 8068 "phf",
 8069 "phf_codegen",
 8070 "string_cache",
 8071 "string_cache_codegen",
 8072 "tendril",
 8073]
 8074
 8075[[package]]
 8076name = "markup5ever_rcdom"
 8077version = "0.3.0"
 8078source = "registry+https://github.com/rust-lang/crates.io-index"
 8079checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
 8080dependencies = [
 8081 "html5ever",
 8082 "markup5ever",
 8083 "tendril",
 8084 "xml5ever",
 8085]
 8086
 8087[[package]]
 8088name = "matchers"
 8089version = "0.1.0"
 8090source = "registry+https://github.com/rust-lang/crates.io-index"
 8091checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
 8092dependencies = [
 8093 "regex-automata 0.1.10",
 8094]
 8095
 8096[[package]]
 8097name = "matchit"
 8098version = "0.7.3"
 8099source = "registry+https://github.com/rust-lang/crates.io-index"
 8100checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
 8101
 8102[[package]]
 8103name = "maybe-owned"
 8104version = "0.3.4"
 8105source = "registry+https://github.com/rust-lang/crates.io-index"
 8106checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
 8107
 8108[[package]]
 8109name = "maybe-rayon"
 8110version = "0.1.1"
 8111source = "registry+https://github.com/rust-lang/crates.io-index"
 8112checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
 8113dependencies = [
 8114 "cfg-if",
 8115 "rayon",
 8116]
 8117
 8118[[package]]
 8119name = "md-5"
 8120version = "0.10.6"
 8121source = "registry+https://github.com/rust-lang/crates.io-index"
 8122checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
 8123dependencies = [
 8124 "cfg-if",
 8125 "digest",
 8126]
 8127
 8128[[package]]
 8129name = "mdbook"
 8130version = "0.4.47"
 8131source = "registry+https://github.com/rust-lang/crates.io-index"
 8132checksum = "7e1a8fe3a4a01f28dab245c474cb7b95ccb4d3d2f17a5419a3d949f474c45e84"
 8133dependencies = [
 8134 "ammonia",
 8135 "anyhow",
 8136 "chrono",
 8137 "clap",
 8138 "clap_complete",
 8139 "elasticlunr-rs",
 8140 "env_logger 0.11.7",
 8141 "futures-util",
 8142 "handlebars 6.2.0",
 8143 "hex",
 8144 "ignore",
 8145 "log",
 8146 "memchr",
 8147 "notify 8.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8148 "notify-debouncer-mini",
 8149 "once_cell",
 8150 "opener",
 8151 "pathdiff",
 8152 "pulldown-cmark 0.10.3",
 8153 "regex",
 8154 "serde",
 8155 "serde_json",
 8156 "sha2",
 8157 "shlex",
 8158 "tempfile",
 8159 "tokio",
 8160 "toml 0.5.11",
 8161 "topological-sort",
 8162 "walkdir",
 8163 "warp",
 8164]
 8165
 8166[[package]]
 8167name = "media"
 8168version = "0.1.0"
 8169dependencies = [
 8170 "anyhow",
 8171 "bindgen 0.70.1",
 8172 "core-foundation 0.9.4",
 8173 "ctor",
 8174 "foreign-types 0.5.0",
 8175 "metal",
 8176 "objc",
 8177]
 8178
 8179[[package]]
 8180name = "memchr"
 8181version = "2.7.4"
 8182source = "registry+https://github.com/rust-lang/crates.io-index"
 8183checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
 8184
 8185[[package]]
 8186name = "memfd"
 8187version = "0.6.4"
 8188source = "registry+https://github.com/rust-lang/crates.io-index"
 8189checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
 8190dependencies = [
 8191 "rustix",
 8192]
 8193
 8194[[package]]
 8195name = "memmap2"
 8196version = "0.9.5"
 8197source = "registry+https://github.com/rust-lang/crates.io-index"
 8198checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
 8199dependencies = [
 8200 "libc",
 8201]
 8202
 8203[[package]]
 8204name = "memoffset"
 8205version = "0.9.1"
 8206source = "registry+https://github.com/rust-lang/crates.io-index"
 8207checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
 8208dependencies = [
 8209 "autocfg",
 8210]
 8211
 8212[[package]]
 8213name = "menu"
 8214version = "0.1.0"
 8215dependencies = [
 8216 "gpui",
 8217 "serde",
 8218]
 8219
 8220[[package]]
 8221name = "metal"
 8222version = "0.31.0"
 8223source = "registry+https://github.com/rust-lang/crates.io-index"
 8224checksum = "f569fb946490b5743ad69813cb19629130ce9374034abe31614a36402d18f99e"
 8225dependencies = [
 8226 "bitflags 2.9.0",
 8227 "block",
 8228 "core-graphics-types 0.1.3",
 8229 "foreign-types 0.5.0",
 8230 "log",
 8231 "objc",
 8232 "paste",
 8233]
 8234
 8235[[package]]
 8236name = "migrator"
 8237version = "0.1.0"
 8238dependencies = [
 8239 "anyhow",
 8240 "collections",
 8241 "convert_case 0.8.0",
 8242 "log",
 8243 "pretty_assertions",
 8244 "streaming-iterator",
 8245 "tree-sitter",
 8246 "tree-sitter-json",
 8247]
 8248
 8249[[package]]
 8250name = "mimalloc"
 8251version = "0.1.44"
 8252source = "registry+https://github.com/rust-lang/crates.io-index"
 8253checksum = "99585191385958383e13f6b822e6b6d8d9cf928e7d286ceb092da92b43c87bc1"
 8254dependencies = [
 8255 "libmimalloc-sys",
 8256]
 8257
 8258[[package]]
 8259name = "mime"
 8260version = "0.3.17"
 8261source = "registry+https://github.com/rust-lang/crates.io-index"
 8262checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 8263
 8264[[package]]
 8265name = "mime_guess"
 8266version = "2.0.5"
 8267source = "registry+https://github.com/rust-lang/crates.io-index"
 8268checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
 8269dependencies = [
 8270 "mime",
 8271 "unicase",
 8272]
 8273
 8274[[package]]
 8275name = "minimal-lexical"
 8276version = "0.2.1"
 8277source = "registry+https://github.com/rust-lang/crates.io-index"
 8278checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 8279
 8280[[package]]
 8281name = "miniz_oxide"
 8282version = "0.8.0"
 8283source = "registry+https://github.com/rust-lang/crates.io-index"
 8284checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
 8285dependencies = [
 8286 "adler2",
 8287 "simd-adler32",
 8288]
 8289
 8290[[package]]
 8291name = "mint"
 8292version = "0.5.9"
 8293source = "registry+https://github.com/rust-lang/crates.io-index"
 8294checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
 8295
 8296[[package]]
 8297name = "mio"
 8298version = "1.0.3"
 8299source = "registry+https://github.com/rust-lang/crates.io-index"
 8300checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
 8301dependencies = [
 8302 "libc",
 8303 "log",
 8304 "wasi 0.11.0+wasi-snapshot-preview1",
 8305 "windows-sys 0.52.0",
 8306]
 8307
 8308[[package]]
 8309name = "miow"
 8310version = "0.6.0"
 8311source = "registry+https://github.com/rust-lang/crates.io-index"
 8312checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
 8313dependencies = [
 8314 "windows-sys 0.48.0",
 8315]
 8316
 8317[[package]]
 8318name = "mistral"
 8319version = "0.1.0"
 8320dependencies = [
 8321 "anyhow",
 8322 "futures 0.3.31",
 8323 "http_client",
 8324 "schemars",
 8325 "serde",
 8326 "serde_json",
 8327 "strum",
 8328]
 8329
 8330[[package]]
 8331name = "msvc_spectre_libs"
 8332version = "0.1.2"
 8333source = "registry+https://github.com/rust-lang/crates.io-index"
 8334checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
 8335dependencies = [
 8336 "cc",
 8337]
 8338
 8339[[package]]
 8340name = "multi_buffer"
 8341version = "0.1.0"
 8342dependencies = [
 8343 "anyhow",
 8344 "buffer_diff",
 8345 "clock",
 8346 "collections",
 8347 "ctor",
 8348 "env_logger 0.11.7",
 8349 "futures 0.3.31",
 8350 "gpui",
 8351 "indoc",
 8352 "itertools 0.14.0",
 8353 "language",
 8354 "log",
 8355 "parking_lot",
 8356 "pretty_assertions",
 8357 "project",
 8358 "rand 0.8.5",
 8359 "rope",
 8360 "serde",
 8361 "settings",
 8362 "smallvec",
 8363 "smol",
 8364 "sum_tree",
 8365 "text",
 8366 "theme",
 8367 "tree-sitter",
 8368 "util",
 8369]
 8370
 8371[[package]]
 8372name = "multimap"
 8373version = "0.8.3"
 8374source = "registry+https://github.com/rust-lang/crates.io-index"
 8375checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
 8376
 8377[[package]]
 8378name = "multimap"
 8379version = "0.10.0"
 8380source = "registry+https://github.com/rust-lang/crates.io-index"
 8381checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
 8382
 8383[[package]]
 8384name = "naga"
 8385version = "23.1.0"
 8386source = "registry+https://github.com/rust-lang/crates.io-index"
 8387checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
 8388dependencies = [
 8389 "arrayvec",
 8390 "bit-set 0.8.0",
 8391 "bitflags 2.9.0",
 8392 "cfg_aliases 0.1.1",
 8393 "codespan-reporting",
 8394 "hexf-parse",
 8395 "indexmap",
 8396 "log",
 8397 "rustc-hash 1.1.0",
 8398 "spirv",
 8399 "termcolor",
 8400 "thiserror 1.0.69",
 8401 "unicode-xid",
 8402]
 8403
 8404[[package]]
 8405name = "nanoid"
 8406version = "0.4.0"
 8407source = "registry+https://github.com/rust-lang/crates.io-index"
 8408checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
 8409dependencies = [
 8410 "rand 0.8.5",
 8411]
 8412
 8413[[package]]
 8414name = "nanorand"
 8415version = "0.7.0"
 8416source = "registry+https://github.com/rust-lang/crates.io-index"
 8417checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
 8418dependencies = [
 8419 "getrandom 0.2.15",
 8420]
 8421
 8422[[package]]
 8423name = "native-tls"
 8424version = "0.2.12"
 8425source = "registry+https://github.com/rust-lang/crates.io-index"
 8426checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
 8427dependencies = [
 8428 "libc",
 8429 "log",
 8430 "openssl",
 8431 "openssl-probe",
 8432 "openssl-sys",
 8433 "schannel",
 8434 "security-framework 2.11.1",
 8435 "security-framework-sys",
 8436 "tempfile",
 8437]
 8438
 8439[[package]]
 8440name = "nbformat"
 8441version = "0.10.0"
 8442source = "registry+https://github.com/rust-lang/crates.io-index"
 8443checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
 8444dependencies = [
 8445 "anyhow",
 8446 "chrono",
 8447 "jupyter-protocol",
 8448 "serde",
 8449 "serde_json",
 8450 "thiserror 1.0.69",
 8451 "uuid",
 8452]
 8453
 8454[[package]]
 8455name = "ndk"
 8456version = "0.8.0"
 8457source = "registry+https://github.com/rust-lang/crates.io-index"
 8458checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
 8459dependencies = [
 8460 "bitflags 2.9.0",
 8461 "jni-sys",
 8462 "log",
 8463 "ndk-sys",
 8464 "num_enum",
 8465 "thiserror 1.0.69",
 8466]
 8467
 8468[[package]]
 8469name = "ndk-context"
 8470version = "0.1.1"
 8471source = "registry+https://github.com/rust-lang/crates.io-index"
 8472checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
 8473
 8474[[package]]
 8475name = "ndk-sys"
 8476version = "0.5.0+25.2.9519653"
 8477source = "registry+https://github.com/rust-lang/crates.io-index"
 8478checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
 8479dependencies = [
 8480 "jni-sys",
 8481]
 8482
 8483[[package]]
 8484name = "new_debug_unreachable"
 8485version = "1.0.6"
 8486source = "registry+https://github.com/rust-lang/crates.io-index"
 8487checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
 8488
 8489[[package]]
 8490name = "nix"
 8491version = "0.29.0"
 8492source = "registry+https://github.com/rust-lang/crates.io-index"
 8493checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
 8494dependencies = [
 8495 "bitflags 2.9.0",
 8496 "cfg-if",
 8497 "cfg_aliases 0.2.1",
 8498 "libc",
 8499 "memoffset",
 8500]
 8501
 8502[[package]]
 8503name = "node_runtime"
 8504version = "0.1.0"
 8505dependencies = [
 8506 "anyhow",
 8507 "async-compression",
 8508 "async-std",
 8509 "async-tar",
 8510 "async-trait",
 8511 "async-watch",
 8512 "async_zip",
 8513 "futures 0.3.31",
 8514 "http_client",
 8515 "log",
 8516 "paths",
 8517 "semver",
 8518 "serde",
 8519 "serde_json",
 8520 "smol",
 8521 "tempfile",
 8522 "util",
 8523 "walkdir",
 8524 "which 6.0.3",
 8525]
 8526
 8527[[package]]
 8528name = "nom"
 8529version = "7.1.3"
 8530source = "registry+https://github.com/rust-lang/crates.io-index"
 8531checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
 8532dependencies = [
 8533 "memchr",
 8534 "minimal-lexical",
 8535]
 8536
 8537[[package]]
 8538name = "noop_proc_macro"
 8539version = "0.3.0"
 8540source = "registry+https://github.com/rust-lang/crates.io-index"
 8541checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
 8542
 8543[[package]]
 8544name = "normpath"
 8545version = "1.3.0"
 8546source = "registry+https://github.com/rust-lang/crates.io-index"
 8547checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
 8548dependencies = [
 8549 "windows-sys 0.59.0",
 8550]
 8551
 8552[[package]]
 8553name = "notifications"
 8554version = "0.1.0"
 8555dependencies = [
 8556 "anyhow",
 8557 "channel",
 8558 "client",
 8559 "collections",
 8560 "component",
 8561 "db",
 8562 "gpui",
 8563 "linkme",
 8564 "rpc",
 8565 "settings",
 8566 "sum_tree",
 8567 "time",
 8568 "ui",
 8569 "util",
 8570 "workspace",
 8571]
 8572
 8573[[package]]
 8574name = "notify"
 8575version = "8.0.0"
 8576source = "registry+https://github.com/rust-lang/crates.io-index"
 8577checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943"
 8578dependencies = [
 8579 "bitflags 2.9.0",
 8580 "filetime",
 8581 "fsevent-sys 4.1.0",
 8582 "inotify",
 8583 "kqueue",
 8584 "libc",
 8585 "log",
 8586 "mio",
 8587 "notify-types 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8588 "walkdir",
 8589 "windows-sys 0.59.0",
 8590]
 8591
 8592[[package]]
 8593name = "notify"
 8594version = "8.0.0"
 8595source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
 8596dependencies = [
 8597 "bitflags 2.9.0",
 8598 "filetime",
 8599 "fsevent-sys 4.1.0",
 8600 "inotify",
 8601 "kqueue",
 8602 "libc",
 8603 "log",
 8604 "mio",
 8605 "notify-types 2.0.0 (git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96)",
 8606 "walkdir",
 8607 "windows-sys 0.59.0",
 8608]
 8609
 8610[[package]]
 8611name = "notify-debouncer-mini"
 8612version = "0.6.0"
 8613source = "registry+https://github.com/rust-lang/crates.io-index"
 8614checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
 8615dependencies = [
 8616 "log",
 8617 "notify 8.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8618 "notify-types 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8619 "tempfile",
 8620]
 8621
 8622[[package]]
 8623name = "notify-types"
 8624version = "2.0.0"
 8625source = "registry+https://github.com/rust-lang/crates.io-index"
 8626checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
 8627
 8628[[package]]
 8629name = "notify-types"
 8630version = "2.0.0"
 8631source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
 8632
 8633[[package]]
 8634name = "ntapi"
 8635version = "0.4.1"
 8636source = "registry+https://github.com/rust-lang/crates.io-index"
 8637checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
 8638dependencies = [
 8639 "winapi",
 8640]
 8641
 8642[[package]]
 8643name = "nu-ansi-term"
 8644version = "0.46.0"
 8645source = "registry+https://github.com/rust-lang/crates.io-index"
 8646checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
 8647dependencies = [
 8648 "overload",
 8649 "winapi",
 8650]
 8651
 8652[[package]]
 8653name = "num"
 8654version = "0.4.3"
 8655source = "registry+https://github.com/rust-lang/crates.io-index"
 8656checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
 8657dependencies = [
 8658 "num-bigint",
 8659 "num-complex",
 8660 "num-integer",
 8661 "num-iter",
 8662 "num-rational",
 8663 "num-traits",
 8664]
 8665
 8666[[package]]
 8667name = "num-bigint"
 8668version = "0.4.6"
 8669source = "registry+https://github.com/rust-lang/crates.io-index"
 8670checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
 8671dependencies = [
 8672 "num-integer",
 8673 "num-traits",
 8674]
 8675
 8676[[package]]
 8677name = "num-bigint-dig"
 8678version = "0.8.4"
 8679source = "registry+https://github.com/rust-lang/crates.io-index"
 8680checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
 8681dependencies = [
 8682 "byteorder",
 8683 "lazy_static",
 8684 "libm",
 8685 "num-integer",
 8686 "num-iter",
 8687 "num-traits",
 8688 "rand 0.8.5",
 8689 "serde",
 8690 "smallvec",
 8691 "zeroize",
 8692]
 8693
 8694[[package]]
 8695name = "num-complex"
 8696version = "0.4.6"
 8697source = "registry+https://github.com/rust-lang/crates.io-index"
 8698checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
 8699dependencies = [
 8700 "num-traits",
 8701]
 8702
 8703[[package]]
 8704name = "num-conv"
 8705version = "0.1.0"
 8706source = "registry+https://github.com/rust-lang/crates.io-index"
 8707checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
 8708
 8709[[package]]
 8710name = "num-derive"
 8711version = "0.4.2"
 8712source = "registry+https://github.com/rust-lang/crates.io-index"
 8713checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
 8714dependencies = [
 8715 "proc-macro2",
 8716 "quote",
 8717 "syn 2.0.100",
 8718]
 8719
 8720[[package]]
 8721name = "num-format"
 8722version = "0.4.4"
 8723source = "registry+https://github.com/rust-lang/crates.io-index"
 8724checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
 8725dependencies = [
 8726 "arrayvec",
 8727 "itoa",
 8728]
 8729
 8730[[package]]
 8731name = "num-integer"
 8732version = "0.1.46"
 8733source = "registry+https://github.com/rust-lang/crates.io-index"
 8734checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
 8735dependencies = [
 8736 "num-traits",
 8737]
 8738
 8739[[package]]
 8740name = "num-iter"
 8741version = "0.1.45"
 8742source = "registry+https://github.com/rust-lang/crates.io-index"
 8743checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
 8744dependencies = [
 8745 "autocfg",
 8746 "num-integer",
 8747 "num-traits",
 8748]
 8749
 8750[[package]]
 8751name = "num-modular"
 8752version = "0.6.1"
 8753source = "registry+https://github.com/rust-lang/crates.io-index"
 8754checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
 8755
 8756[[package]]
 8757name = "num-order"
 8758version = "1.2.0"
 8759source = "registry+https://github.com/rust-lang/crates.io-index"
 8760checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
 8761dependencies = [
 8762 "num-modular",
 8763]
 8764
 8765[[package]]
 8766name = "num-rational"
 8767version = "0.4.2"
 8768source = "registry+https://github.com/rust-lang/crates.io-index"
 8769checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
 8770dependencies = [
 8771 "num-bigint",
 8772 "num-integer",
 8773 "num-traits",
 8774]
 8775
 8776[[package]]
 8777name = "num-traits"
 8778version = "0.2.19"
 8779source = "registry+https://github.com/rust-lang/crates.io-index"
 8780checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
 8781dependencies = [
 8782 "autocfg",
 8783 "libm",
 8784]
 8785
 8786[[package]]
 8787name = "num_cpus"
 8788version = "1.16.0"
 8789source = "registry+https://github.com/rust-lang/crates.io-index"
 8790checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
 8791dependencies = [
 8792 "hermit-abi 0.3.9",
 8793 "libc",
 8794]
 8795
 8796[[package]]
 8797name = "num_enum"
 8798version = "0.7.3"
 8799source = "registry+https://github.com/rust-lang/crates.io-index"
 8800checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
 8801dependencies = [
 8802 "num_enum_derive",
 8803]
 8804
 8805[[package]]
 8806name = "num_enum_derive"
 8807version = "0.7.3"
 8808source = "registry+https://github.com/rust-lang/crates.io-index"
 8809checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
 8810dependencies = [
 8811 "proc-macro-crate",
 8812 "proc-macro2",
 8813 "quote",
 8814 "syn 2.0.100",
 8815]
 8816
 8817[[package]]
 8818name = "num_threads"
 8819version = "0.1.7"
 8820source = "registry+https://github.com/rust-lang/crates.io-index"
 8821checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
 8822dependencies = [
 8823 "libc",
 8824]
 8825
 8826[[package]]
 8827name = "nvim-rs"
 8828version = "0.8.0-pre"
 8829source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
 8830dependencies = [
 8831 "async-trait",
 8832 "futures 0.3.31",
 8833 "log",
 8834 "parity-tokio-ipc",
 8835 "rmp",
 8836 "rmpv",
 8837 "tokio",
 8838 "tokio-util",
 8839 "winapi",
 8840]
 8841
 8842[[package]]
 8843name = "objc"
 8844version = "0.2.7"
 8845source = "registry+https://github.com/rust-lang/crates.io-index"
 8846checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
 8847dependencies = [
 8848 "malloc_buf",
 8849]
 8850
 8851[[package]]
 8852name = "objc-sys"
 8853version = "0.3.5"
 8854source = "registry+https://github.com/rust-lang/crates.io-index"
 8855checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
 8856
 8857[[package]]
 8858name = "objc2"
 8859version = "0.5.2"
 8860source = "registry+https://github.com/rust-lang/crates.io-index"
 8861checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
 8862dependencies = [
 8863 "objc-sys",
 8864 "objc2-encode",
 8865]
 8866
 8867[[package]]
 8868name = "objc2-app-kit"
 8869version = "0.2.2"
 8870source = "registry+https://github.com/rust-lang/crates.io-index"
 8871checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
 8872dependencies = [
 8873 "bitflags 2.9.0",
 8874 "block2",
 8875 "libc",
 8876 "objc2",
 8877 "objc2-core-data",
 8878 "objc2-core-image",
 8879 "objc2-foundation",
 8880 "objc2-quartz-core",
 8881]
 8882
 8883[[package]]
 8884name = "objc2-cloud-kit"
 8885version = "0.2.2"
 8886source = "registry+https://github.com/rust-lang/crates.io-index"
 8887checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
 8888dependencies = [
 8889 "bitflags 2.9.0",
 8890 "block2",
 8891 "objc2",
 8892 "objc2-core-location",
 8893 "objc2-foundation",
 8894]
 8895
 8896[[package]]
 8897name = "objc2-contacts"
 8898version = "0.2.2"
 8899source = "registry+https://github.com/rust-lang/crates.io-index"
 8900checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
 8901dependencies = [
 8902 "block2",
 8903 "objc2",
 8904 "objc2-foundation",
 8905]
 8906
 8907[[package]]
 8908name = "objc2-core-data"
 8909version = "0.2.2"
 8910source = "registry+https://github.com/rust-lang/crates.io-index"
 8911checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
 8912dependencies = [
 8913 "bitflags 2.9.0",
 8914 "block2",
 8915 "objc2",
 8916 "objc2-foundation",
 8917]
 8918
 8919[[package]]
 8920name = "objc2-core-image"
 8921version = "0.2.2"
 8922source = "registry+https://github.com/rust-lang/crates.io-index"
 8923checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
 8924dependencies = [
 8925 "block2",
 8926 "objc2",
 8927 "objc2-foundation",
 8928 "objc2-metal",
 8929]
 8930
 8931[[package]]
 8932name = "objc2-core-location"
 8933version = "0.2.2"
 8934source = "registry+https://github.com/rust-lang/crates.io-index"
 8935checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
 8936dependencies = [
 8937 "block2",
 8938 "objc2",
 8939 "objc2-contacts",
 8940 "objc2-foundation",
 8941]
 8942
 8943[[package]]
 8944name = "objc2-encode"
 8945version = "4.0.3"
 8946source = "registry+https://github.com/rust-lang/crates.io-index"
 8947checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
 8948
 8949[[package]]
 8950name = "objc2-foundation"
 8951version = "0.2.2"
 8952source = "registry+https://github.com/rust-lang/crates.io-index"
 8953checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
 8954dependencies = [
 8955 "bitflags 2.9.0",
 8956 "block2",
 8957 "libc",
 8958 "objc2",
 8959]
 8960
 8961[[package]]
 8962name = "objc2-link-presentation"
 8963version = "0.2.2"
 8964source = "registry+https://github.com/rust-lang/crates.io-index"
 8965checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
 8966dependencies = [
 8967 "block2",
 8968 "objc2",
 8969 "objc2-app-kit",
 8970 "objc2-foundation",
 8971]
 8972
 8973[[package]]
 8974name = "objc2-metal"
 8975version = "0.2.2"
 8976source = "registry+https://github.com/rust-lang/crates.io-index"
 8977checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
 8978dependencies = [
 8979 "bitflags 2.9.0",
 8980 "block2",
 8981 "objc2",
 8982 "objc2-foundation",
 8983]
 8984
 8985[[package]]
 8986name = "objc2-quartz-core"
 8987version = "0.2.2"
 8988source = "registry+https://github.com/rust-lang/crates.io-index"
 8989checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
 8990dependencies = [
 8991 "bitflags 2.9.0",
 8992 "block2",
 8993 "objc2",
 8994 "objc2-foundation",
 8995 "objc2-metal",
 8996]
 8997
 8998[[package]]
 8999name = "objc2-symbols"
 9000version = "0.2.2"
 9001source = "registry+https://github.com/rust-lang/crates.io-index"
 9002checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
 9003dependencies = [
 9004 "objc2",
 9005 "objc2-foundation",
 9006]
 9007
 9008[[package]]
 9009name = "objc2-ui-kit"
 9010version = "0.2.2"
 9011source = "registry+https://github.com/rust-lang/crates.io-index"
 9012checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
 9013dependencies = [
 9014 "bitflags 2.9.0",
 9015 "block2",
 9016 "objc2",
 9017 "objc2-cloud-kit",
 9018 "objc2-core-data",
 9019 "objc2-core-image",
 9020 "objc2-core-location",
 9021 "objc2-foundation",
 9022 "objc2-link-presentation",
 9023 "objc2-quartz-core",
 9024 "objc2-symbols",
 9025 "objc2-uniform-type-identifiers",
 9026 "objc2-user-notifications",
 9027]
 9028
 9029[[package]]
 9030name = "objc2-uniform-type-identifiers"
 9031version = "0.2.2"
 9032source = "registry+https://github.com/rust-lang/crates.io-index"
 9033checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
 9034dependencies = [
 9035 "block2",
 9036 "objc2",
 9037 "objc2-foundation",
 9038]
 9039
 9040[[package]]
 9041name = "objc2-user-notifications"
 9042version = "0.2.2"
 9043source = "registry+https://github.com/rust-lang/crates.io-index"
 9044checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
 9045dependencies = [
 9046 "bitflags 2.9.0",
 9047 "block2",
 9048 "objc2",
 9049 "objc2-core-location",
 9050 "objc2-foundation",
 9051]
 9052
 9053[[package]]
 9054name = "object"
 9055version = "0.36.5"
 9056source = "registry+https://github.com/rust-lang/crates.io-index"
 9057checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
 9058dependencies = [
 9059 "crc32fast",
 9060 "hashbrown 0.15.2",
 9061 "indexmap",
 9062 "memchr",
 9063]
 9064
 9065[[package]]
 9066name = "oboe"
 9067version = "0.6.1"
 9068source = "registry+https://github.com/rust-lang/crates.io-index"
 9069checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
 9070dependencies = [
 9071 "jni",
 9072 "ndk",
 9073 "ndk-context",
 9074 "num-derive",
 9075 "num-traits",
 9076 "oboe-sys",
 9077]
 9078
 9079[[package]]
 9080name = "oboe-sys"
 9081version = "0.6.1"
 9082source = "registry+https://github.com/rust-lang/crates.io-index"
 9083checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
 9084dependencies = [
 9085 "cc",
 9086]
 9087
 9088[[package]]
 9089name = "ollama"
 9090version = "0.1.0"
 9091dependencies = [
 9092 "anyhow",
 9093 "futures 0.3.31",
 9094 "http_client",
 9095 "schemars",
 9096 "serde",
 9097 "serde_json",
 9098]
 9099
 9100[[package]]
 9101name = "once_cell"
 9102version = "1.20.3"
 9103source = "registry+https://github.com/rust-lang/crates.io-index"
 9104checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
 9105
 9106[[package]]
 9107name = "oo7"
 9108version = "0.4.3"
 9109source = "registry+https://github.com/rust-lang/crates.io-index"
 9110checksum = "6cb23d3ec3527d65a83be1c1795cb883c52cfa57147d42acc797127df56fc489"
 9111dependencies = [
 9112 "aes",
 9113 "ashpd",
 9114 "async-fs",
 9115 "async-io",
 9116 "async-lock",
 9117 "blocking",
 9118 "cbc",
 9119 "cipher",
 9120 "digest",
 9121 "endi",
 9122 "futures-lite 2.6.0",
 9123 "futures-util",
 9124 "getrandom 0.3.1",
 9125 "hkdf",
 9126 "hmac",
 9127 "md-5",
 9128 "num",
 9129 "num-bigint-dig",
 9130 "pbkdf2 0.12.2",
 9131 "rand 0.9.0",
 9132 "serde",
 9133 "sha2",
 9134 "subtle",
 9135 "zbus",
 9136 "zbus_macros",
 9137 "zeroize",
 9138 "zvariant",
 9139]
 9140
 9141[[package]]
 9142name = "oorandom"
 9143version = "11.1.4"
 9144source = "registry+https://github.com/rust-lang/crates.io-index"
 9145checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
 9146
 9147[[package]]
 9148name = "open"
 9149version = "5.3.2"
 9150source = "registry+https://github.com/rust-lang/crates.io-index"
 9151checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
 9152dependencies = [
 9153 "is-wsl",
 9154 "libc",
 9155 "pathdiff",
 9156]
 9157
 9158[[package]]
 9159name = "open_ai"
 9160version = "0.1.0"
 9161dependencies = [
 9162 "anyhow",
 9163 "futures 0.3.31",
 9164 "http_client",
 9165 "schemars",
 9166 "serde",
 9167 "serde_json",
 9168 "strum",
 9169]
 9170
 9171[[package]]
 9172name = "opener"
 9173version = "0.7.2"
 9174source = "registry+https://github.com/rust-lang/crates.io-index"
 9175checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
 9176dependencies = [
 9177 "bstr",
 9178 "dbus",
 9179 "normpath",
 9180 "windows-sys 0.59.0",
 9181]
 9182
 9183[[package]]
 9184name = "openssl"
 9185version = "0.10.70"
 9186source = "registry+https://github.com/rust-lang/crates.io-index"
 9187checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6"
 9188dependencies = [
 9189 "bitflags 2.9.0",
 9190 "cfg-if",
 9191 "foreign-types 0.3.2",
 9192 "libc",
 9193 "once_cell",
 9194 "openssl-macros",
 9195 "openssl-sys",
 9196]
 9197
 9198[[package]]
 9199name = "openssl-macros"
 9200version = "0.1.1"
 9201source = "registry+https://github.com/rust-lang/crates.io-index"
 9202checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
 9203dependencies = [
 9204 "proc-macro2",
 9205 "quote",
 9206 "syn 2.0.100",
 9207]
 9208
 9209[[package]]
 9210name = "openssl-probe"
 9211version = "0.1.5"
 9212source = "registry+https://github.com/rust-lang/crates.io-index"
 9213checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
 9214
 9215[[package]]
 9216name = "openssl-src"
 9217version = "300.4.1+3.4.0"
 9218source = "registry+https://github.com/rust-lang/crates.io-index"
 9219checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
 9220dependencies = [
 9221 "cc",
 9222]
 9223
 9224[[package]]
 9225name = "openssl-sys"
 9226version = "0.9.105"
 9227source = "registry+https://github.com/rust-lang/crates.io-index"
 9228checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc"
 9229dependencies = [
 9230 "cc",
 9231 "libc",
 9232 "openssl-src",
 9233 "pkg-config",
 9234 "vcpkg",
 9235]
 9236
 9237[[package]]
 9238name = "option-ext"
 9239version = "0.2.0"
 9240source = "registry+https://github.com/rust-lang/crates.io-index"
 9241checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
 9242
 9243[[package]]
 9244name = "ordered-float"
 9245version = "2.10.1"
 9246source = "registry+https://github.com/rust-lang/crates.io-index"
 9247checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
 9248dependencies = [
 9249 "num-traits",
 9250]
 9251
 9252[[package]]
 9253name = "ordered-float"
 9254version = "3.9.2"
 9255source = "registry+https://github.com/rust-lang/crates.io-index"
 9256checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
 9257dependencies = [
 9258 "num-traits",
 9259]
 9260
 9261[[package]]
 9262name = "ordered-stream"
 9263version = "0.2.0"
 9264source = "registry+https://github.com/rust-lang/crates.io-index"
 9265checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
 9266dependencies = [
 9267 "futures-core",
 9268 "pin-project-lite",
 9269]
 9270
 9271[[package]]
 9272name = "ouroboros"
 9273version = "0.18.4"
 9274source = "registry+https://github.com/rust-lang/crates.io-index"
 9275checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
 9276dependencies = [
 9277 "aliasable",
 9278 "ouroboros_macro",
 9279 "static_assertions",
 9280]
 9281
 9282[[package]]
 9283name = "ouroboros_macro"
 9284version = "0.18.4"
 9285source = "registry+https://github.com/rust-lang/crates.io-index"
 9286checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
 9287dependencies = [
 9288 "heck 0.4.1",
 9289 "itertools 0.12.1",
 9290 "proc-macro2",
 9291 "proc-macro2-diagnostics",
 9292 "quote",
 9293 "syn 2.0.100",
 9294]
 9295
 9296[[package]]
 9297name = "outline"
 9298version = "0.1.0"
 9299dependencies = [
 9300 "editor",
 9301 "fuzzy",
 9302 "gpui",
 9303 "indoc",
 9304 "language",
 9305 "menu",
 9306 "ordered-float 2.10.1",
 9307 "picker",
 9308 "project",
 9309 "rope",
 9310 "serde_json",
 9311 "settings",
 9312 "smol",
 9313 "theme",
 9314 "tree-sitter-rust",
 9315 "tree-sitter-typescript",
 9316 "ui",
 9317 "util",
 9318 "workspace",
 9319 "zed_actions",
 9320]
 9321
 9322[[package]]
 9323name = "outline_panel"
 9324version = "0.1.0"
 9325dependencies = [
 9326 "anyhow",
 9327 "collections",
 9328 "db",
 9329 "editor",
 9330 "file_icons",
 9331 "fuzzy",
 9332 "gpui",
 9333 "itertools 0.14.0",
 9334 "language",
 9335 "log",
 9336 "menu",
 9337 "outline",
 9338 "pretty_assertions",
 9339 "project",
 9340 "schemars",
 9341 "search",
 9342 "serde",
 9343 "serde_json",
 9344 "settings",
 9345 "smallvec",
 9346 "smol",
 9347 "theme",
 9348 "ui",
 9349 "util",
 9350 "workspace",
 9351 "worktree",
 9352 "zed_actions",
 9353]
 9354
 9355[[package]]
 9356name = "outref"
 9357version = "0.5.1"
 9358source = "registry+https://github.com/rust-lang/crates.io-index"
 9359checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
 9360
 9361[[package]]
 9362name = "overload"
 9363version = "0.1.1"
 9364source = "registry+https://github.com/rust-lang/crates.io-index"
 9365checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
 9366
 9367[[package]]
 9368name = "p256"
 9369version = "0.11.1"
 9370source = "registry+https://github.com/rust-lang/crates.io-index"
 9371checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
 9372dependencies = [
 9373 "ecdsa",
 9374 "elliptic-curve",
 9375 "sha2",
 9376]
 9377
 9378[[package]]
 9379name = "page_size"
 9380version = "0.6.0"
 9381source = "registry+https://github.com/rust-lang/crates.io-index"
 9382checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
 9383dependencies = [
 9384 "libc",
 9385 "winapi",
 9386]
 9387
 9388[[package]]
 9389name = "palette"
 9390version = "0.7.6"
 9391source = "registry+https://github.com/rust-lang/crates.io-index"
 9392checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
 9393dependencies = [
 9394 "approx",
 9395 "fast-srgb8",
 9396 "palette_derive",
 9397]
 9398
 9399[[package]]
 9400name = "palette_derive"
 9401version = "0.7.6"
 9402source = "registry+https://github.com/rust-lang/crates.io-index"
 9403checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
 9404dependencies = [
 9405 "by_address",
 9406 "proc-macro2",
 9407 "quote",
 9408 "syn 2.0.100",
 9409]
 9410
 9411[[package]]
 9412name = "panel"
 9413version = "0.1.0"
 9414dependencies = [
 9415 "editor",
 9416 "gpui",
 9417 "settings",
 9418 "theme",
 9419 "ui",
 9420 "workspace",
 9421]
 9422
 9423[[package]]
 9424name = "parity-tokio-ipc"
 9425version = "0.9.0"
 9426source = "registry+https://github.com/rust-lang/crates.io-index"
 9427checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
 9428dependencies = [
 9429 "futures 0.3.31",
 9430 "libc",
 9431 "log",
 9432 "rand 0.7.3",
 9433 "tokio",
 9434 "winapi",
 9435]
 9436
 9437[[package]]
 9438name = "parking"
 9439version = "2.2.1"
 9440source = "registry+https://github.com/rust-lang/crates.io-index"
 9441checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
 9442
 9443[[package]]
 9444name = "parking_lot"
 9445version = "0.12.3"
 9446source = "registry+https://github.com/rust-lang/crates.io-index"
 9447checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
 9448dependencies = [
 9449 "lock_api",
 9450 "parking_lot_core",
 9451]
 9452
 9453[[package]]
 9454name = "parking_lot_core"
 9455version = "0.9.10"
 9456source = "registry+https://github.com/rust-lang/crates.io-index"
 9457checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
 9458dependencies = [
 9459 "cfg-if",
 9460 "libc",
 9461 "redox_syscall 0.5.8",
 9462 "smallvec",
 9463 "windows-targets 0.52.6",
 9464]
 9465
 9466[[package]]
 9467name = "password-hash"
 9468version = "0.4.2"
 9469source = "registry+https://github.com/rust-lang/crates.io-index"
 9470checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
 9471dependencies = [
 9472 "base64ct",
 9473 "rand_core 0.6.4",
 9474 "subtle",
 9475]
 9476
 9477[[package]]
 9478name = "password-hash"
 9479version = "0.5.0"
 9480source = "registry+https://github.com/rust-lang/crates.io-index"
 9481checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
 9482dependencies = [
 9483 "base64ct",
 9484 "rand_core 0.6.4",
 9485 "subtle",
 9486]
 9487
 9488[[package]]
 9489name = "paste"
 9490version = "1.0.15"
 9491source = "registry+https://github.com/rust-lang/crates.io-index"
 9492checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
 9493
 9494[[package]]
 9495name = "pathdiff"
 9496version = "0.2.3"
 9497source = "registry+https://github.com/rust-lang/crates.io-index"
 9498checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
 9499
 9500[[package]]
 9501name = "pathfinder_geometry"
 9502version = "0.5.1"
 9503source = "registry+https://github.com/rust-lang/crates.io-index"
 9504checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
 9505dependencies = [
 9506 "log",
 9507 "pathfinder_simd",
 9508]
 9509
 9510[[package]]
 9511name = "pathfinder_simd"
 9512version = "0.5.4"
 9513source = "registry+https://github.com/rust-lang/crates.io-index"
 9514checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
 9515dependencies = [
 9516 "rustc_version",
 9517]
 9518
 9519[[package]]
 9520name = "paths"
 9521version = "0.1.0"
 9522dependencies = [
 9523 "dirs 4.0.0",
 9524 "util",
 9525]
 9526
 9527[[package]]
 9528name = "pbjson"
 9529version = "0.6.0"
 9530source = "registry+https://github.com/rust-lang/crates.io-index"
 9531checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
 9532dependencies = [
 9533 "base64 0.21.7",
 9534 "serde",
 9535]
 9536
 9537[[package]]
 9538name = "pbjson-build"
 9539version = "0.6.2"
 9540source = "registry+https://github.com/rust-lang/crates.io-index"
 9541checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
 9542dependencies = [
 9543 "heck 0.4.1",
 9544 "itertools 0.11.0",
 9545 "prost 0.12.6",
 9546 "prost-types 0.12.6",
 9547]
 9548
 9549[[package]]
 9550name = "pbjson-types"
 9551version = "0.6.0"
 9552source = "registry+https://github.com/rust-lang/crates.io-index"
 9553checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
 9554dependencies = [
 9555 "bytes 1.10.1",
 9556 "chrono",
 9557 "pbjson",
 9558 "pbjson-build",
 9559 "prost 0.12.6",
 9560 "prost-build 0.12.6",
 9561 "serde",
 9562]
 9563
 9564[[package]]
 9565name = "pbkdf2"
 9566version = "0.11.0"
 9567source = "registry+https://github.com/rust-lang/crates.io-index"
 9568checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
 9569dependencies = [
 9570 "digest",
 9571 "hmac",
 9572 "password-hash 0.4.2",
 9573 "sha2",
 9574]
 9575
 9576[[package]]
 9577name = "pbkdf2"
 9578version = "0.12.2"
 9579source = "registry+https://github.com/rust-lang/crates.io-index"
 9580checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
 9581dependencies = [
 9582 "digest",
 9583 "hmac",
 9584]
 9585
 9586[[package]]
 9587name = "pem"
 9588version = "3.0.4"
 9589source = "registry+https://github.com/rust-lang/crates.io-index"
 9590checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
 9591dependencies = [
 9592 "base64 0.22.1",
 9593 "serde",
 9594]
 9595
 9596[[package]]
 9597name = "pem-rfc7468"
 9598version = "0.7.0"
 9599source = "registry+https://github.com/rust-lang/crates.io-index"
 9600checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
 9601dependencies = [
 9602 "base64ct",
 9603]
 9604
 9605[[package]]
 9606name = "percent-encoding"
 9607version = "2.3.1"
 9608source = "registry+https://github.com/rust-lang/crates.io-index"
 9609checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
 9610
 9611[[package]]
 9612name = "perplexity"
 9613version = "0.1.0"
 9614dependencies = [
 9615 "serde",
 9616 "zed_extension_api 0.4.0",
 9617]
 9618
 9619[[package]]
 9620name = "pest"
 9621version = "2.7.15"
 9622source = "registry+https://github.com/rust-lang/crates.io-index"
 9623checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
 9624dependencies = [
 9625 "memchr",
 9626 "thiserror 2.0.12",
 9627 "ucd-trie",
 9628]
 9629
 9630[[package]]
 9631name = "pest_derive"
 9632version = "2.7.15"
 9633source = "registry+https://github.com/rust-lang/crates.io-index"
 9634checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
 9635dependencies = [
 9636 "pest",
 9637 "pest_generator",
 9638]
 9639
 9640[[package]]
 9641name = "pest_generator"
 9642version = "2.7.15"
 9643source = "registry+https://github.com/rust-lang/crates.io-index"
 9644checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
 9645dependencies = [
 9646 "pest",
 9647 "pest_meta",
 9648 "proc-macro2",
 9649 "quote",
 9650 "syn 2.0.100",
 9651]
 9652
 9653[[package]]
 9654name = "pest_meta"
 9655version = "2.7.15"
 9656source = "registry+https://github.com/rust-lang/crates.io-index"
 9657checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
 9658dependencies = [
 9659 "once_cell",
 9660 "pest",
 9661 "sha2",
 9662]
 9663
 9664[[package]]
 9665name = "pet"
 9666version = "0.1.0"
 9667source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9668dependencies = [
 9669 "clap",
 9670 "env_logger 0.10.2",
 9671 "lazy_static",
 9672 "log",
 9673 "msvc_spectre_libs",
 9674 "pet-conda",
 9675 "pet-core",
 9676 "pet-env-var-path",
 9677 "pet-fs",
 9678 "pet-global-virtualenvs",
 9679 "pet-homebrew",
 9680 "pet-jsonrpc",
 9681 "pet-linux-global-python",
 9682 "pet-mac-commandlinetools",
 9683 "pet-mac-python-org",
 9684 "pet-mac-xcode",
 9685 "pet-pipenv",
 9686 "pet-pixi",
 9687 "pet-poetry",
 9688 "pet-pyenv",
 9689 "pet-python-utils",
 9690 "pet-reporter",
 9691 "pet-telemetry",
 9692 "pet-venv",
 9693 "pet-virtualenv",
 9694 "pet-virtualenvwrapper",
 9695 "pet-windows-registry",
 9696 "pet-windows-store",
 9697 "serde",
 9698 "serde_json",
 9699]
 9700
 9701[[package]]
 9702name = "pet-conda"
 9703version = "0.1.0"
 9704source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9705dependencies = [
 9706 "env_logger 0.10.2",
 9707 "lazy_static",
 9708 "log",
 9709 "msvc_spectre_libs",
 9710 "pet-core",
 9711 "pet-fs",
 9712 "pet-python-utils",
 9713 "pet-reporter",
 9714 "regex",
 9715 "serde",
 9716 "serde_json",
 9717 "yaml-rust2",
 9718]
 9719
 9720[[package]]
 9721name = "pet-core"
 9722version = "0.1.0"
 9723source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9724dependencies = [
 9725 "clap",
 9726 "lazy_static",
 9727 "log",
 9728 "msvc_spectre_libs",
 9729 "pet-fs",
 9730 "regex",
 9731 "serde",
 9732 "serde_json",
 9733]
 9734
 9735[[package]]
 9736name = "pet-env-var-path"
 9737version = "0.1.0"
 9738source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9739dependencies = [
 9740 "lazy_static",
 9741 "log",
 9742 "msvc_spectre_libs",
 9743 "pet-conda",
 9744 "pet-core",
 9745 "pet-fs",
 9746 "pet-python-utils",
 9747 "pet-virtualenv",
 9748 "regex",
 9749]
 9750
 9751[[package]]
 9752name = "pet-fs"
 9753version = "0.1.0"
 9754source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9755dependencies = [
 9756 "log",
 9757 "msvc_spectre_libs",
 9758]
 9759
 9760[[package]]
 9761name = "pet-global-virtualenvs"
 9762version = "0.1.0"
 9763source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9764dependencies = [
 9765 "log",
 9766 "msvc_spectre_libs",
 9767 "pet-conda",
 9768 "pet-core",
 9769 "pet-fs",
 9770 "pet-virtualenv",
 9771]
 9772
 9773[[package]]
 9774name = "pet-homebrew"
 9775version = "0.1.0"
 9776source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9777dependencies = [
 9778 "lazy_static",
 9779 "log",
 9780 "msvc_spectre_libs",
 9781 "pet-conda",
 9782 "pet-core",
 9783 "pet-fs",
 9784 "pet-python-utils",
 9785 "pet-virtualenv",
 9786 "regex",
 9787 "serde",
 9788 "serde_json",
 9789]
 9790
 9791[[package]]
 9792name = "pet-jsonrpc"
 9793version = "0.1.0"
 9794source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9795dependencies = [
 9796 "env_logger 0.10.2",
 9797 "log",
 9798 "msvc_spectre_libs",
 9799 "pet-core",
 9800 "serde",
 9801 "serde_json",
 9802]
 9803
 9804[[package]]
 9805name = "pet-linux-global-python"
 9806version = "0.1.0"
 9807source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9808dependencies = [
 9809 "log",
 9810 "msvc_spectre_libs",
 9811 "pet-core",
 9812 "pet-fs",
 9813 "pet-python-utils",
 9814 "pet-virtualenv",
 9815]
 9816
 9817[[package]]
 9818name = "pet-mac-commandlinetools"
 9819version = "0.1.0"
 9820source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9821dependencies = [
 9822 "log",
 9823 "msvc_spectre_libs",
 9824 "pet-core",
 9825 "pet-fs",
 9826 "pet-python-utils",
 9827 "pet-virtualenv",
 9828]
 9829
 9830[[package]]
 9831name = "pet-mac-python-org"
 9832version = "0.1.0"
 9833source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9834dependencies = [
 9835 "log",
 9836 "msvc_spectre_libs",
 9837 "pet-core",
 9838 "pet-fs",
 9839 "pet-python-utils",
 9840 "pet-virtualenv",
 9841]
 9842
 9843[[package]]
 9844name = "pet-mac-xcode"
 9845version = "0.1.0"
 9846source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9847dependencies = [
 9848 "log",
 9849 "msvc_spectre_libs",
 9850 "pet-core",
 9851 "pet-fs",
 9852 "pet-python-utils",
 9853 "pet-virtualenv",
 9854]
 9855
 9856[[package]]
 9857name = "pet-pipenv"
 9858version = "0.1.0"
 9859source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9860dependencies = [
 9861 "log",
 9862 "msvc_spectre_libs",
 9863 "pet-core",
 9864 "pet-fs",
 9865 "pet-python-utils",
 9866 "pet-virtualenv",
 9867]
 9868
 9869[[package]]
 9870name = "pet-pixi"
 9871version = "0.1.0"
 9872source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9873dependencies = [
 9874 "log",
 9875 "msvc_spectre_libs",
 9876 "pet-conda",
 9877 "pet-core",
 9878 "pet-python-utils",
 9879]
 9880
 9881[[package]]
 9882name = "pet-poetry"
 9883version = "0.1.0"
 9884source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9885dependencies = [
 9886 "base64 0.22.1",
 9887 "lazy_static",
 9888 "log",
 9889 "msvc_spectre_libs",
 9890 "pet-core",
 9891 "pet-fs",
 9892 "pet-python-utils",
 9893 "pet-reporter",
 9894 "pet-virtualenv",
 9895 "regex",
 9896 "serde",
 9897 "serde_json",
 9898 "sha2",
 9899 "toml 0.8.20",
 9900]
 9901
 9902[[package]]
 9903name = "pet-pyenv"
 9904version = "0.1.0"
 9905source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9906dependencies = [
 9907 "lazy_static",
 9908 "log",
 9909 "msvc_spectre_libs",
 9910 "pet-conda",
 9911 "pet-core",
 9912 "pet-fs",
 9913 "pet-python-utils",
 9914 "pet-reporter",
 9915 "regex",
 9916 "serde",
 9917 "serde_json",
 9918]
 9919
 9920[[package]]
 9921name = "pet-python-utils"
 9922version = "0.1.0"
 9923source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9924dependencies = [
 9925 "env_logger 0.10.2",
 9926 "lazy_static",
 9927 "log",
 9928 "msvc_spectre_libs",
 9929 "pet-core",
 9930 "pet-fs",
 9931 "regex",
 9932 "serde",
 9933 "serde_json",
 9934 "sha2",
 9935]
 9936
 9937[[package]]
 9938name = "pet-reporter"
 9939version = "0.1.0"
 9940source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9941dependencies = [
 9942 "env_logger 0.10.2",
 9943 "log",
 9944 "msvc_spectre_libs",
 9945 "pet-core",
 9946 "pet-jsonrpc",
 9947 "serde",
 9948 "serde_json",
 9949]
 9950
 9951[[package]]
 9952name = "pet-telemetry"
 9953version = "0.1.0"
 9954source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9955dependencies = [
 9956 "env_logger 0.10.2",
 9957 "lazy_static",
 9958 "log",
 9959 "msvc_spectre_libs",
 9960 "pet-core",
 9961 "pet-fs",
 9962 "pet-python-utils",
 9963 "regex",
 9964]
 9965
 9966[[package]]
 9967name = "pet-venv"
 9968version = "0.1.0"
 9969source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9970dependencies = [
 9971 "log",
 9972 "msvc_spectre_libs",
 9973 "pet-core",
 9974 "pet-python-utils",
 9975 "pet-virtualenv",
 9976]
 9977
 9978[[package]]
 9979name = "pet-virtualenv"
 9980version = "0.1.0"
 9981source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9982dependencies = [
 9983 "log",
 9984 "msvc_spectre_libs",
 9985 "pet-core",
 9986 "pet-fs",
 9987 "pet-python-utils",
 9988]
 9989
 9990[[package]]
 9991name = "pet-virtualenvwrapper"
 9992version = "0.1.0"
 9993source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9994dependencies = [
 9995 "log",
 9996 "msvc_spectre_libs",
 9997 "pet-core",
 9998 "pet-fs",
 9999 "pet-python-utils",
10000 "pet-virtualenv",
10001]
10002
10003[[package]]
10004name = "pet-windows-registry"
10005version = "0.1.0"
10006source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10007dependencies = [
10008 "lazy_static",
10009 "log",
10010 "msvc_spectre_libs",
10011 "pet-conda",
10012 "pet-core",
10013 "pet-fs",
10014 "pet-python-utils",
10015 "pet-virtualenv",
10016 "pet-windows-store",
10017 "regex",
10018 "winreg 0.52.0",
10019]
10020
10021[[package]]
10022name = "pet-windows-store"
10023version = "0.1.0"
10024source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10025dependencies = [
10026 "lazy_static",
10027 "log",
10028 "msvc_spectre_libs",
10029 "pet-core",
10030 "pet-fs",
10031 "pet-python-utils",
10032 "pet-virtualenv",
10033 "regex",
10034 "winreg 0.52.0",
10035]
10036
10037[[package]]
10038name = "petgraph"
10039version = "0.6.5"
10040source = "registry+https://github.com/rust-lang/crates.io-index"
10041checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
10042dependencies = [
10043 "fixedbitset",
10044 "indexmap",
10045]
10046
10047[[package]]
10048name = "pgvector"
10049version = "0.4.0"
10050source = "registry+https://github.com/rust-lang/crates.io-index"
10051checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
10052dependencies = [
10053 "serde",
10054]
10055
10056[[package]]
10057name = "phf"
10058version = "0.11.2"
10059source = "registry+https://github.com/rust-lang/crates.io-index"
10060checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
10061dependencies = [
10062 "phf_macros",
10063 "phf_shared 0.11.2",
10064]
10065
10066[[package]]
10067name = "phf_codegen"
10068version = "0.11.2"
10069source = "registry+https://github.com/rust-lang/crates.io-index"
10070checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
10071dependencies = [
10072 "phf_generator 0.11.2",
10073 "phf_shared 0.11.2",
10074]
10075
10076[[package]]
10077name = "phf_generator"
10078version = "0.10.0"
10079source = "registry+https://github.com/rust-lang/crates.io-index"
10080checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
10081dependencies = [
10082 "phf_shared 0.10.0",
10083 "rand 0.8.5",
10084]
10085
10086[[package]]
10087name = "phf_generator"
10088version = "0.11.2"
10089source = "registry+https://github.com/rust-lang/crates.io-index"
10090checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
10091dependencies = [
10092 "phf_shared 0.11.2",
10093 "rand 0.8.5",
10094]
10095
10096[[package]]
10097name = "phf_macros"
10098version = "0.11.2"
10099source = "registry+https://github.com/rust-lang/crates.io-index"
10100checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
10101dependencies = [
10102 "phf_generator 0.11.2",
10103 "phf_shared 0.11.2",
10104 "proc-macro2",
10105 "quote",
10106 "syn 2.0.100",
10107]
10108
10109[[package]]
10110name = "phf_shared"
10111version = "0.10.0"
10112source = "registry+https://github.com/rust-lang/crates.io-index"
10113checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
10114dependencies = [
10115 "siphasher 0.3.11",
10116]
10117
10118[[package]]
10119name = "phf_shared"
10120version = "0.11.2"
10121source = "registry+https://github.com/rust-lang/crates.io-index"
10122checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
10123dependencies = [
10124 "siphasher 0.3.11",
10125]
10126
10127[[package]]
10128name = "picker"
10129version = "0.1.0"
10130dependencies = [
10131 "anyhow",
10132 "ctor",
10133 "editor",
10134 "env_logger 0.11.7",
10135 "gpui",
10136 "menu",
10137 "schemars",
10138 "serde",
10139 "serde_json",
10140 "ui",
10141 "util",
10142 "workspace",
10143]
10144
10145[[package]]
10146name = "pico-args"
10147version = "0.5.0"
10148source = "registry+https://github.com/rust-lang/crates.io-index"
10149checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
10150
10151[[package]]
10152name = "pin-project"
10153version = "1.1.7"
10154source = "registry+https://github.com/rust-lang/crates.io-index"
10155checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
10156dependencies = [
10157 "pin-project-internal",
10158]
10159
10160[[package]]
10161name = "pin-project-internal"
10162version = "1.1.7"
10163source = "registry+https://github.com/rust-lang/crates.io-index"
10164checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
10165dependencies = [
10166 "proc-macro2",
10167 "quote",
10168 "syn 2.0.100",
10169]
10170
10171[[package]]
10172name = "pin-project-lite"
10173version = "0.2.16"
10174source = "registry+https://github.com/rust-lang/crates.io-index"
10175checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
10176
10177[[package]]
10178name = "pin-utils"
10179version = "0.1.0"
10180source = "registry+https://github.com/rust-lang/crates.io-index"
10181checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
10182
10183[[package]]
10184name = "piper"
10185version = "0.2.4"
10186source = "registry+https://github.com/rust-lang/crates.io-index"
10187checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
10188dependencies = [
10189 "atomic-waker",
10190 "fastrand 2.3.0",
10191 "futures-io",
10192]
10193
10194[[package]]
10195name = "pkcs1"
10196version = "0.7.5"
10197source = "registry+https://github.com/rust-lang/crates.io-index"
10198checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
10199dependencies = [
10200 "der 0.7.9",
10201 "pkcs8 0.10.2",
10202 "spki 0.7.3",
10203]
10204
10205[[package]]
10206name = "pkcs8"
10207version = "0.9.0"
10208source = "registry+https://github.com/rust-lang/crates.io-index"
10209checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
10210dependencies = [
10211 "der 0.6.1",
10212 "spki 0.6.0",
10213]
10214
10215[[package]]
10216name = "pkcs8"
10217version = "0.10.2"
10218source = "registry+https://github.com/rust-lang/crates.io-index"
10219checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
10220dependencies = [
10221 "der 0.7.9",
10222 "spki 0.7.3",
10223]
10224
10225[[package]]
10226name = "pkg-config"
10227version = "0.3.31"
10228source = "registry+https://github.com/rust-lang/crates.io-index"
10229checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
10230
10231[[package]]
10232name = "plist"
10233version = "1.7.1"
10234source = "registry+https://github.com/rust-lang/crates.io-index"
10235checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d"
10236dependencies = [
10237 "base64 0.22.1",
10238 "indexmap",
10239 "quick-xml 0.32.0",
10240 "serde",
10241 "time",
10242]
10243
10244[[package]]
10245name = "plotters"
10246version = "0.3.7"
10247source = "registry+https://github.com/rust-lang/crates.io-index"
10248checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
10249dependencies = [
10250 "num-traits",
10251 "plotters-backend",
10252 "plotters-svg",
10253 "wasm-bindgen",
10254 "web-sys",
10255]
10256
10257[[package]]
10258name = "plotters-backend"
10259version = "0.3.7"
10260source = "registry+https://github.com/rust-lang/crates.io-index"
10261checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
10262
10263[[package]]
10264name = "plotters-svg"
10265version = "0.3.7"
10266source = "registry+https://github.com/rust-lang/crates.io-index"
10267checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
10268dependencies = [
10269 "plotters-backend",
10270]
10271
10272[[package]]
10273name = "png"
10274version = "0.17.15"
10275source = "registry+https://github.com/rust-lang/crates.io-index"
10276checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
10277dependencies = [
10278 "bitflags 1.3.2",
10279 "crc32fast",
10280 "fdeflate",
10281 "flate2",
10282 "miniz_oxide",
10283]
10284
10285[[package]]
10286name = "polling"
10287version = "3.7.4"
10288source = "registry+https://github.com/rust-lang/crates.io-index"
10289checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
10290dependencies = [
10291 "cfg-if",
10292 "concurrent-queue",
10293 "hermit-abi 0.4.0",
10294 "pin-project-lite",
10295 "rustix",
10296 "tracing",
10297 "windows-sys 0.59.0",
10298]
10299
10300[[package]]
10301name = "pollster"
10302version = "0.2.5"
10303source = "registry+https://github.com/rust-lang/crates.io-index"
10304checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
10305
10306[[package]]
10307name = "portable-atomic"
10308version = "1.11.0"
10309source = "registry+https://github.com/rust-lang/crates.io-index"
10310checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
10311
10312[[package]]
10313name = "portable-atomic-util"
10314version = "0.2.4"
10315source = "registry+https://github.com/rust-lang/crates.io-index"
10316checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
10317dependencies = [
10318 "portable-atomic",
10319]
10320
10321[[package]]
10322name = "postage"
10323version = "0.5.0"
10324source = "registry+https://github.com/rust-lang/crates.io-index"
10325checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
10326dependencies = [
10327 "atomic",
10328 "crossbeam-queue",
10329 "futures 0.3.31",
10330 "log",
10331 "parking_lot",
10332 "pin-project",
10333 "pollster",
10334 "static_assertions",
10335 "thiserror 1.0.69",
10336]
10337
10338[[package]]
10339name = "postcard"
10340version = "1.1.1"
10341source = "registry+https://github.com/rust-lang/crates.io-index"
10342checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
10343dependencies = [
10344 "cobs",
10345 "embedded-io 0.4.0",
10346 "embedded-io 0.6.1",
10347 "serde",
10348]
10349
10350[[package]]
10351name = "powerfmt"
10352version = "0.2.0"
10353source = "registry+https://github.com/rust-lang/crates.io-index"
10354checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
10355
10356[[package]]
10357name = "ppv-lite86"
10358version = "0.2.20"
10359source = "registry+https://github.com/rust-lang/crates.io-index"
10360checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
10361dependencies = [
10362 "zerocopy 0.7.35",
10363]
10364
10365[[package]]
10366name = "precomputed-hash"
10367version = "0.1.1"
10368source = "registry+https://github.com/rust-lang/crates.io-index"
10369checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
10370
10371[[package]]
10372name = "prettier"
10373version = "0.1.0"
10374dependencies = [
10375 "anyhow",
10376 "collections",
10377 "fs",
10378 "gpui",
10379 "language",
10380 "log",
10381 "lsp",
10382 "node_runtime",
10383 "parking_lot",
10384 "paths",
10385 "serde",
10386 "serde_json",
10387 "util",
10388]
10389
10390[[package]]
10391name = "pretty_assertions"
10392version = "1.4.1"
10393source = "registry+https://github.com/rust-lang/crates.io-index"
10394checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
10395dependencies = [
10396 "diff",
10397 "yansi",
10398]
10399
10400[[package]]
10401name = "prettyplease"
10402version = "0.2.25"
10403source = "registry+https://github.com/rust-lang/crates.io-index"
10404checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
10405dependencies = [
10406 "proc-macro2",
10407 "syn 2.0.100",
10408]
10409
10410[[package]]
10411name = "proc-macro-crate"
10412version = "3.2.0"
10413source = "registry+https://github.com/rust-lang/crates.io-index"
10414checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
10415dependencies = [
10416 "toml_edit",
10417]
10418
10419[[package]]
10420name = "proc-macro-error-attr2"
10421version = "2.0.0"
10422source = "registry+https://github.com/rust-lang/crates.io-index"
10423checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
10424dependencies = [
10425 "proc-macro2",
10426 "quote",
10427]
10428
10429[[package]]
10430name = "proc-macro-error2"
10431version = "2.0.1"
10432source = "registry+https://github.com/rust-lang/crates.io-index"
10433checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
10434dependencies = [
10435 "proc-macro-error-attr2",
10436 "proc-macro2",
10437 "quote",
10438 "syn 2.0.100",
10439]
10440
10441[[package]]
10442name = "proc-macro2"
10443version = "1.0.94"
10444source = "registry+https://github.com/rust-lang/crates.io-index"
10445checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
10446dependencies = [
10447 "unicode-ident",
10448]
10449
10450[[package]]
10451name = "proc-macro2-diagnostics"
10452version = "0.10.1"
10453source = "registry+https://github.com/rust-lang/crates.io-index"
10454checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
10455dependencies = [
10456 "proc-macro2",
10457 "quote",
10458 "syn 2.0.100",
10459 "version_check",
10460 "yansi",
10461]
10462
10463[[package]]
10464name = "profiling"
10465version = "1.0.16"
10466source = "registry+https://github.com/rust-lang/crates.io-index"
10467checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
10468dependencies = [
10469 "profiling-procmacros",
10470]
10471
10472[[package]]
10473name = "profiling-procmacros"
10474version = "1.0.16"
10475source = "registry+https://github.com/rust-lang/crates.io-index"
10476checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
10477dependencies = [
10478 "quote",
10479 "syn 2.0.100",
10480]
10481
10482[[package]]
10483name = "project"
10484version = "0.1.0"
10485dependencies = [
10486 "aho-corasick",
10487 "anyhow",
10488 "askpass",
10489 "async-trait",
10490 "buffer_diff",
10491 "circular-buffer",
10492 "client",
10493 "clock",
10494 "collections",
10495 "dap",
10496 "dap_adapters",
10497 "env_logger 0.11.7",
10498 "extension",
10499 "fancy-regex 0.14.0",
10500 "fs",
10501 "futures 0.3.31",
10502 "fuzzy",
10503 "git",
10504 "git2",
10505 "globset",
10506 "gpui",
10507 "http_client",
10508 "image",
10509 "indexmap",
10510 "itertools 0.14.0",
10511 "language",
10512 "log",
10513 "lsp",
10514 "node_runtime",
10515 "parking_lot",
10516 "pathdiff",
10517 "paths",
10518 "postage",
10519 "prettier",
10520 "pretty_assertions",
10521 "rand 0.8.5",
10522 "regex",
10523 "release_channel",
10524 "remote",
10525 "rpc",
10526 "schemars",
10527 "serde",
10528 "serde_json",
10529 "settings",
10530 "sha2",
10531 "shellexpand 2.1.2",
10532 "shlex",
10533 "smol",
10534 "snippet",
10535 "snippet_provider",
10536 "sum_tree",
10537 "task",
10538 "tempfile",
10539 "terminal",
10540 "text",
10541 "toml 0.8.20",
10542 "unindent",
10543 "url",
10544 "util",
10545 "which 6.0.3",
10546 "worktree",
10547 "zlog",
10548]
10549
10550[[package]]
10551name = "project_panel"
10552version = "0.1.0"
10553dependencies = [
10554 "anyhow",
10555 "client",
10556 "collections",
10557 "command_palette_hooks",
10558 "db",
10559 "editor",
10560 "file_icons",
10561 "git",
10562 "gpui",
10563 "indexmap",
10564 "language",
10565 "menu",
10566 "pretty_assertions",
10567 "project",
10568 "schemars",
10569 "search",
10570 "serde",
10571 "serde_derive",
10572 "serde_json",
10573 "settings",
10574 "smallvec",
10575 "theme",
10576 "ui",
10577 "util",
10578 "workspace",
10579 "worktree",
10580 "zed_actions",
10581]
10582
10583[[package]]
10584name = "project_symbols"
10585version = "0.1.0"
10586dependencies = [
10587 "anyhow",
10588 "editor",
10589 "futures 0.3.31",
10590 "fuzzy",
10591 "gpui",
10592 "language",
10593 "lsp",
10594 "ordered-float 2.10.1",
10595 "picker",
10596 "project",
10597 "release_channel",
10598 "serde_json",
10599 "settings",
10600 "theme",
10601 "util",
10602 "workspace",
10603]
10604
10605[[package]]
10606name = "prometheus"
10607version = "0.13.4"
10608source = "registry+https://github.com/rust-lang/crates.io-index"
10609checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
10610dependencies = [
10611 "cfg-if",
10612 "fnv",
10613 "lazy_static",
10614 "memchr",
10615 "parking_lot",
10616 "protobuf",
10617 "thiserror 1.0.69",
10618]
10619
10620[[package]]
10621name = "prompt_library"
10622version = "0.1.0"
10623dependencies = [
10624 "anyhow",
10625 "collections",
10626 "editor",
10627 "gpui",
10628 "language",
10629 "language_model",
10630 "log",
10631 "menu",
10632 "picker",
10633 "prompt_store",
10634 "release_channel",
10635 "rope",
10636 "serde",
10637 "settings",
10638 "theme",
10639 "ui",
10640 "util",
10641 "workspace",
10642 "zed_actions",
10643]
10644
10645[[package]]
10646name = "prompt_store"
10647version = "0.1.0"
10648dependencies = [
10649 "anyhow",
10650 "assets",
10651 "chrono",
10652 "collections",
10653 "fs",
10654 "futures 0.3.31",
10655 "fuzzy",
10656 "gpui",
10657 "handlebars 4.5.0",
10658 "heed",
10659 "language",
10660 "log",
10661 "parking_lot",
10662 "paths",
10663 "rope",
10664 "serde",
10665 "text",
10666 "util",
10667 "uuid",
10668]
10669
10670[[package]]
10671name = "prost"
10672version = "0.9.0"
10673source = "registry+https://github.com/rust-lang/crates.io-index"
10674checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
10675dependencies = [
10676 "bytes 1.10.1",
10677 "prost-derive 0.9.0",
10678]
10679
10680[[package]]
10681name = "prost"
10682version = "0.12.6"
10683source = "registry+https://github.com/rust-lang/crates.io-index"
10684checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
10685dependencies = [
10686 "bytes 1.10.1",
10687 "prost-derive 0.12.6",
10688]
10689
10690[[package]]
10691name = "prost-build"
10692version = "0.9.0"
10693source = "registry+https://github.com/rust-lang/crates.io-index"
10694checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
10695dependencies = [
10696 "bytes 1.10.1",
10697 "heck 0.3.3",
10698 "itertools 0.10.5",
10699 "lazy_static",
10700 "log",
10701 "multimap 0.8.3",
10702 "petgraph",
10703 "prost 0.9.0",
10704 "prost-types 0.9.0",
10705 "regex",
10706 "tempfile",
10707 "which 4.4.2",
10708]
10709
10710[[package]]
10711name = "prost-build"
10712version = "0.12.6"
10713source = "registry+https://github.com/rust-lang/crates.io-index"
10714checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
10715dependencies = [
10716 "bytes 1.10.1",
10717 "heck 0.4.1",
10718 "itertools 0.10.5",
10719 "log",
10720 "multimap 0.10.0",
10721 "once_cell",
10722 "petgraph",
10723 "prettyplease",
10724 "prost 0.12.6",
10725 "prost-types 0.12.6",
10726 "regex",
10727 "syn 2.0.100",
10728 "tempfile",
10729]
10730
10731[[package]]
10732name = "prost-derive"
10733version = "0.9.0"
10734source = "registry+https://github.com/rust-lang/crates.io-index"
10735checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
10736dependencies = [
10737 "anyhow",
10738 "itertools 0.10.5",
10739 "proc-macro2",
10740 "quote",
10741 "syn 1.0.109",
10742]
10743
10744[[package]]
10745name = "prost-derive"
10746version = "0.12.6"
10747source = "registry+https://github.com/rust-lang/crates.io-index"
10748checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
10749dependencies = [
10750 "anyhow",
10751 "itertools 0.10.5",
10752 "proc-macro2",
10753 "quote",
10754 "syn 2.0.100",
10755]
10756
10757[[package]]
10758name = "prost-types"
10759version = "0.9.0"
10760source = "registry+https://github.com/rust-lang/crates.io-index"
10761checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
10762dependencies = [
10763 "bytes 1.10.1",
10764 "prost 0.9.0",
10765]
10766
10767[[package]]
10768name = "prost-types"
10769version = "0.12.6"
10770source = "registry+https://github.com/rust-lang/crates.io-index"
10771checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
10772dependencies = [
10773 "prost 0.12.6",
10774]
10775
10776[[package]]
10777name = "proto"
10778version = "0.1.0"
10779dependencies = [
10780 "anyhow",
10781 "collections",
10782 "prost 0.9.0",
10783 "prost-build 0.9.0",
10784 "serde",
10785]
10786
10787[[package]]
10788name = "protobuf"
10789version = "2.28.0"
10790source = "registry+https://github.com/rust-lang/crates.io-index"
10791checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10792
10793[[package]]
10794name = "psm"
10795version = "0.1.24"
10796source = "registry+https://github.com/rust-lang/crates.io-index"
10797checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10798dependencies = [
10799 "cc",
10800]
10801
10802[[package]]
10803name = "ptr_meta"
10804version = "0.1.4"
10805source = "registry+https://github.com/rust-lang/crates.io-index"
10806checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10807dependencies = [
10808 "ptr_meta_derive",
10809]
10810
10811[[package]]
10812name = "ptr_meta_derive"
10813version = "0.1.4"
10814source = "registry+https://github.com/rust-lang/crates.io-index"
10815checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10816dependencies = [
10817 "proc-macro2",
10818 "quote",
10819 "syn 1.0.109",
10820]
10821
10822[[package]]
10823name = "pulldown-cmark"
10824version = "0.10.3"
10825source = "registry+https://github.com/rust-lang/crates.io-index"
10826checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10827dependencies = [
10828 "bitflags 2.9.0",
10829 "memchr",
10830 "pulldown-cmark-escape",
10831 "unicase",
10832]
10833
10834[[package]]
10835name = "pulldown-cmark"
10836version = "0.12.2"
10837source = "registry+https://github.com/rust-lang/crates.io-index"
10838checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10839dependencies = [
10840 "bitflags 2.9.0",
10841 "memchr",
10842 "unicase",
10843]
10844
10845[[package]]
10846name = "pulldown-cmark-escape"
10847version = "0.10.1"
10848source = "registry+https://github.com/rust-lang/crates.io-index"
10849checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10850
10851[[package]]
10852name = "pulley-interpreter"
10853version = "29.0.1"
10854source = "registry+https://github.com/rust-lang/crates.io-index"
10855checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
10856dependencies = [
10857 "cranelift-bitset",
10858 "log",
10859 "sptr",
10860 "wasmtime-math",
10861]
10862
10863[[package]]
10864name = "qoi"
10865version = "0.4.1"
10866source = "registry+https://github.com/rust-lang/crates.io-index"
10867checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10868dependencies = [
10869 "bytemuck",
10870]
10871
10872[[package]]
10873name = "quick-error"
10874version = "2.0.1"
10875source = "registry+https://github.com/rust-lang/crates.io-index"
10876checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10877
10878[[package]]
10879name = "quick-xml"
10880version = "0.32.0"
10881source = "registry+https://github.com/rust-lang/crates.io-index"
10882checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10883dependencies = [
10884 "memchr",
10885]
10886
10887[[package]]
10888name = "quick-xml"
10889version = "0.37.2"
10890source = "registry+https://github.com/rust-lang/crates.io-index"
10891checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003"
10892dependencies = [
10893 "memchr",
10894]
10895
10896[[package]]
10897name = "quinn"
10898version = "0.11.6"
10899source = "registry+https://github.com/rust-lang/crates.io-index"
10900checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10901dependencies = [
10902 "bytes 1.10.1",
10903 "pin-project-lite",
10904 "quinn-proto",
10905 "quinn-udp",
10906 "rustc-hash 2.1.1",
10907 "rustls 0.23.25",
10908 "socket2",
10909 "thiserror 2.0.12",
10910 "tokio",
10911 "tracing",
10912]
10913
10914[[package]]
10915name = "quinn-proto"
10916version = "0.11.9"
10917source = "registry+https://github.com/rust-lang/crates.io-index"
10918checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10919dependencies = [
10920 "bytes 1.10.1",
10921 "getrandom 0.2.15",
10922 "rand 0.8.5",
10923 "ring",
10924 "rustc-hash 2.1.1",
10925 "rustls 0.23.25",
10926 "rustls-pki-types",
10927 "slab",
10928 "thiserror 2.0.12",
10929 "tinyvec",
10930 "tracing",
10931 "web-time",
10932]
10933
10934[[package]]
10935name = "quinn-udp"
10936version = "0.5.9"
10937source = "registry+https://github.com/rust-lang/crates.io-index"
10938checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904"
10939dependencies = [
10940 "cfg_aliases 0.2.1",
10941 "libc",
10942 "once_cell",
10943 "socket2",
10944 "tracing",
10945 "windows-sys 0.59.0",
10946]
10947
10948[[package]]
10949name = "quote"
10950version = "1.0.40"
10951source = "registry+https://github.com/rust-lang/crates.io-index"
10952checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
10953dependencies = [
10954 "proc-macro2",
10955]
10956
10957[[package]]
10958name = "radium"
10959version = "0.7.0"
10960source = "registry+https://github.com/rust-lang/crates.io-index"
10961checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
10962
10963[[package]]
10964name = "rand"
10965version = "0.7.3"
10966source = "registry+https://github.com/rust-lang/crates.io-index"
10967checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
10968dependencies = [
10969 "getrandom 0.1.16",
10970 "libc",
10971 "rand_chacha 0.2.2",
10972 "rand_core 0.5.1",
10973 "rand_hc",
10974]
10975
10976[[package]]
10977name = "rand"
10978version = "0.8.5"
10979source = "registry+https://github.com/rust-lang/crates.io-index"
10980checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
10981dependencies = [
10982 "libc",
10983 "rand_chacha 0.3.1",
10984 "rand_core 0.6.4",
10985]
10986
10987[[package]]
10988name = "rand"
10989version = "0.9.0"
10990source = "registry+https://github.com/rust-lang/crates.io-index"
10991checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
10992dependencies = [
10993 "rand_chacha 0.9.0",
10994 "rand_core 0.9.0",
10995 "zerocopy 0.8.18",
10996]
10997
10998[[package]]
10999name = "rand_chacha"
11000version = "0.2.2"
11001source = "registry+https://github.com/rust-lang/crates.io-index"
11002checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
11003dependencies = [
11004 "ppv-lite86",
11005 "rand_core 0.5.1",
11006]
11007
11008[[package]]
11009name = "rand_chacha"
11010version = "0.3.1"
11011source = "registry+https://github.com/rust-lang/crates.io-index"
11012checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
11013dependencies = [
11014 "ppv-lite86",
11015 "rand_core 0.6.4",
11016]
11017
11018[[package]]
11019name = "rand_chacha"
11020version = "0.9.0"
11021source = "registry+https://github.com/rust-lang/crates.io-index"
11022checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
11023dependencies = [
11024 "ppv-lite86",
11025 "rand_core 0.9.0",
11026]
11027
11028[[package]]
11029name = "rand_core"
11030version = "0.5.1"
11031source = "registry+https://github.com/rust-lang/crates.io-index"
11032checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
11033dependencies = [
11034 "getrandom 0.1.16",
11035]
11036
11037[[package]]
11038name = "rand_core"
11039version = "0.6.4"
11040source = "registry+https://github.com/rust-lang/crates.io-index"
11041checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
11042dependencies = [
11043 "getrandom 0.2.15",
11044]
11045
11046[[package]]
11047name = "rand_core"
11048version = "0.9.0"
11049source = "registry+https://github.com/rust-lang/crates.io-index"
11050checksum = "b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff"
11051dependencies = [
11052 "getrandom 0.3.1",
11053 "zerocopy 0.8.18",
11054]
11055
11056[[package]]
11057name = "rand_hc"
11058version = "0.2.0"
11059source = "registry+https://github.com/rust-lang/crates.io-index"
11060checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
11061dependencies = [
11062 "rand_core 0.5.1",
11063]
11064
11065[[package]]
11066name = "rangemap"
11067version = "1.5.1"
11068source = "registry+https://github.com/rust-lang/crates.io-index"
11069checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
11070
11071[[package]]
11072name = "rav1e"
11073version = "0.7.1"
11074source = "registry+https://github.com/rust-lang/crates.io-index"
11075checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
11076dependencies = [
11077 "arbitrary",
11078 "arg_enum_proc_macro",
11079 "arrayvec",
11080 "av1-grain",
11081 "bitstream-io",
11082 "built",
11083 "cfg-if",
11084 "interpolate_name",
11085 "itertools 0.12.1",
11086 "libc",
11087 "libfuzzer-sys",
11088 "log",
11089 "maybe-rayon",
11090 "new_debug_unreachable",
11091 "noop_proc_macro",
11092 "num-derive",
11093 "num-traits",
11094 "once_cell",
11095 "paste",
11096 "profiling",
11097 "rand 0.8.5",
11098 "rand_chacha 0.3.1",
11099 "simd_helpers",
11100 "system-deps",
11101 "thiserror 1.0.69",
11102 "v_frame",
11103 "wasm-bindgen",
11104]
11105
11106[[package]]
11107name = "ravif"
11108version = "0.11.11"
11109source = "registry+https://github.com/rust-lang/crates.io-index"
11110checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
11111dependencies = [
11112 "avif-serialize",
11113 "imgref",
11114 "loop9",
11115 "quick-error",
11116 "rav1e",
11117 "rayon",
11118 "rgb",
11119]
11120
11121[[package]]
11122name = "raw-window-handle"
11123version = "0.6.2"
11124source = "registry+https://github.com/rust-lang/crates.io-index"
11125checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
11126
11127[[package]]
11128name = "raw-window-metal"
11129version = "0.4.0"
11130source = "registry+https://github.com/rust-lang/crates.io-index"
11131checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
11132dependencies = [
11133 "cocoa 0.25.0",
11134 "core-graphics 0.23.2",
11135 "objc",
11136 "raw-window-handle",
11137]
11138
11139[[package]]
11140name = "rayon"
11141version = "1.10.0"
11142source = "registry+https://github.com/rust-lang/crates.io-index"
11143checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
11144dependencies = [
11145 "either",
11146 "rayon-core",
11147]
11148
11149[[package]]
11150name = "rayon-core"
11151version = "1.12.1"
11152source = "registry+https://github.com/rust-lang/crates.io-index"
11153checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
11154dependencies = [
11155 "crossbeam-deque",
11156 "crossbeam-utils",
11157]
11158
11159[[package]]
11160name = "read-fonts"
11161version = "0.25.3"
11162source = "registry+https://github.com/rust-lang/crates.io-index"
11163checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
11164dependencies = [
11165 "bytemuck",
11166 "font-types",
11167]
11168
11169[[package]]
11170name = "recent_projects"
11171version = "0.1.0"
11172dependencies = [
11173 "anyhow",
11174 "auto_update",
11175 "dap",
11176 "editor",
11177 "extension_host",
11178 "file_finder",
11179 "futures 0.3.31",
11180 "fuzzy",
11181 "gpui",
11182 "language",
11183 "log",
11184 "markdown",
11185 "menu",
11186 "ordered-float 2.10.1",
11187 "paths",
11188 "picker",
11189 "project",
11190 "release_channel",
11191 "remote",
11192 "schemars",
11193 "serde",
11194 "serde_json",
11195 "settings",
11196 "smol",
11197 "task",
11198 "telemetry",
11199 "theme",
11200 "ui",
11201 "util",
11202 "workspace",
11203 "zed_actions",
11204]
11205
11206[[package]]
11207name = "redox_syscall"
11208version = "0.2.16"
11209source = "registry+https://github.com/rust-lang/crates.io-index"
11210checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
11211dependencies = [
11212 "bitflags 1.3.2",
11213]
11214
11215[[package]]
11216name = "redox_syscall"
11217version = "0.5.8"
11218source = "registry+https://github.com/rust-lang/crates.io-index"
11219checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
11220dependencies = [
11221 "bitflags 2.9.0",
11222]
11223
11224[[package]]
11225name = "redox_users"
11226version = "0.4.6"
11227source = "registry+https://github.com/rust-lang/crates.io-index"
11228checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
11229dependencies = [
11230 "getrandom 0.2.15",
11231 "libredox",
11232 "thiserror 1.0.69",
11233]
11234
11235[[package]]
11236name = "refineable"
11237version = "0.1.0"
11238dependencies = [
11239 "derive_refineable",
11240]
11241
11242[[package]]
11243name = "regalloc2"
11244version = "0.11.1"
11245source = "registry+https://github.com/rust-lang/crates.io-index"
11246checksum = "145c1c267e14f20fb0f88aa76a1c5ffec42d592c1d28b3cd9148ae35916158d3"
11247dependencies = [
11248 "allocator-api2",
11249 "bumpalo",
11250 "hashbrown 0.15.2",
11251 "log",
11252 "rustc-hash 2.1.1",
11253 "smallvec",
11254]
11255
11256[[package]]
11257name = "regex"
11258version = "1.11.1"
11259source = "registry+https://github.com/rust-lang/crates.io-index"
11260checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
11261dependencies = [
11262 "aho-corasick",
11263 "memchr",
11264 "regex-automata 0.4.9",
11265 "regex-syntax 0.8.5",
11266]
11267
11268[[package]]
11269name = "regex-automata"
11270version = "0.1.10"
11271source = "registry+https://github.com/rust-lang/crates.io-index"
11272checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
11273dependencies = [
11274 "regex-syntax 0.6.29",
11275]
11276
11277[[package]]
11278name = "regex-automata"
11279version = "0.4.9"
11280source = "registry+https://github.com/rust-lang/crates.io-index"
11281checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
11282dependencies = [
11283 "aho-corasick",
11284 "memchr",
11285 "regex-syntax 0.8.5",
11286]
11287
11288[[package]]
11289name = "regex-lite"
11290version = "0.1.6"
11291source = "registry+https://github.com/rust-lang/crates.io-index"
11292checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
11293
11294[[package]]
11295name = "regex-syntax"
11296version = "0.6.29"
11297source = "registry+https://github.com/rust-lang/crates.io-index"
11298checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
11299
11300[[package]]
11301name = "regex-syntax"
11302version = "0.8.5"
11303source = "registry+https://github.com/rust-lang/crates.io-index"
11304checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
11305
11306[[package]]
11307name = "release_channel"
11308version = "0.1.0"
11309dependencies = [
11310 "gpui",
11311]
11312
11313[[package]]
11314name = "remote"
11315version = "0.1.0"
11316dependencies = [
11317 "anyhow",
11318 "askpass",
11319 "async-trait",
11320 "collections",
11321 "fs",
11322 "futures 0.3.31",
11323 "gpui",
11324 "itertools 0.14.0",
11325 "log",
11326 "parking_lot",
11327 "paths",
11328 "prost 0.9.0",
11329 "release_channel",
11330 "rpc",
11331 "schemars",
11332 "serde",
11333 "serde_json",
11334 "shlex",
11335 "smol",
11336 "tempfile",
11337 "thiserror 2.0.12",
11338 "urlencoding",
11339 "util",
11340]
11341
11342[[package]]
11343name = "remote_server"
11344version = "0.1.0"
11345dependencies = [
11346 "anyhow",
11347 "async-watch",
11348 "backtrace",
11349 "cargo_toml",
11350 "chrono",
11351 "clap",
11352 "client",
11353 "clock",
11354 "dap",
11355 "env_logger 0.11.7",
11356 "extension",
11357 "extension_host",
11358 "fork",
11359 "fs",
11360 "futures 0.3.31",
11361 "git",
11362 "git_hosting_providers",
11363 "gpui",
11364 "gpui_tokio",
11365 "http_client",
11366 "language",
11367 "language_extension",
11368 "languages",
11369 "libc",
11370 "log",
11371 "lsp",
11372 "node_runtime",
11373 "paths",
11374 "project",
11375 "proto",
11376 "release_channel",
11377 "remote",
11378 "reqwest_client",
11379 "rpc",
11380 "rust-embed",
11381 "serde",
11382 "serde_json",
11383 "settings",
11384 "shellexpand 2.1.2",
11385 "smol",
11386 "sysinfo",
11387 "telemetry_events",
11388 "toml 0.8.20",
11389 "unindent",
11390 "util",
11391 "worktree",
11392]
11393
11394[[package]]
11395name = "rend"
11396version = "0.4.2"
11397source = "registry+https://github.com/rust-lang/crates.io-index"
11398checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
11399dependencies = [
11400 "bytecheck",
11401]
11402
11403[[package]]
11404name = "repl"
11405version = "0.1.0"
11406dependencies = [
11407 "alacritty_terminal",
11408 "anyhow",
11409 "async-dispatcher",
11410 "async-tungstenite",
11411 "base64 0.22.1",
11412 "client",
11413 "collections",
11414 "command_palette_hooks",
11415 "editor",
11416 "env_logger 0.11.7",
11417 "feature_flags",
11418 "file_icons",
11419 "futures 0.3.31",
11420 "gpui",
11421 "http_client",
11422 "image",
11423 "indoc",
11424 "jupyter-protocol",
11425 "jupyter-websocket-client",
11426 "language",
11427 "languages",
11428 "log",
11429 "markdown_preview",
11430 "menu",
11431 "multi_buffer",
11432 "nbformat",
11433 "picker",
11434 "project",
11435 "runtimelib",
11436 "schemars",
11437 "serde",
11438 "serde_json",
11439 "settings",
11440 "smol",
11441 "telemetry",
11442 "terminal",
11443 "terminal_view",
11444 "theme",
11445 "tree-sitter-md",
11446 "tree-sitter-python",
11447 "tree-sitter-typescript",
11448 "ui",
11449 "util",
11450 "uuid",
11451 "workspace",
11452]
11453
11454[[package]]
11455name = "reqwest"
11456version = "0.11.27"
11457source = "registry+https://github.com/rust-lang/crates.io-index"
11458checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
11459dependencies = [
11460 "base64 0.21.7",
11461 "bytes 1.10.1",
11462 "encoding_rs",
11463 "futures-core",
11464 "futures-util",
11465 "h2 0.3.26",
11466 "http 0.2.12",
11467 "http-body 0.4.6",
11468 "hyper 0.14.32",
11469 "hyper-rustls 0.24.2",
11470 "hyper-tls",
11471 "ipnet",
11472 "js-sys",
11473 "log",
11474 "mime",
11475 "native-tls",
11476 "once_cell",
11477 "percent-encoding",
11478 "pin-project-lite",
11479 "rustls 0.21.12",
11480 "rustls-native-certs 0.6.3",
11481 "rustls-pemfile 1.0.4",
11482 "serde",
11483 "serde_json",
11484 "serde_urlencoded",
11485 "sync_wrapper 0.1.2",
11486 "system-configuration 0.5.1",
11487 "tokio",
11488 "tokio-native-tls",
11489 "tokio-rustls 0.24.1",
11490 "tower-service",
11491 "url",
11492 "wasm-bindgen",
11493 "wasm-bindgen-futures",
11494 "web-sys",
11495 "winreg 0.50.0",
11496]
11497
11498[[package]]
11499name = "reqwest"
11500version = "0.12.8"
11501source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
11502dependencies = [
11503 "base64 0.22.1",
11504 "bytes 1.10.1",
11505 "encoding_rs",
11506 "futures-core",
11507 "futures-util",
11508 "h2 0.4.7",
11509 "http 1.2.0",
11510 "http-body 1.0.1",
11511 "http-body-util",
11512 "hyper 1.5.1",
11513 "hyper-rustls 0.27.3",
11514 "hyper-util",
11515 "ipnet",
11516 "js-sys",
11517 "log",
11518 "mime",
11519 "once_cell",
11520 "percent-encoding",
11521 "pin-project-lite",
11522 "quinn",
11523 "rustls 0.23.25",
11524 "rustls-native-certs 0.8.1",
11525 "rustls-pemfile 2.2.0",
11526 "rustls-pki-types",
11527 "serde",
11528 "serde_json",
11529 "serde_urlencoded",
11530 "sync_wrapper 1.0.2",
11531 "system-configuration 0.6.1",
11532 "tokio",
11533 "tokio-rustls 0.26.1",
11534 "tokio-socks",
11535 "tokio-util",
11536 "tower-service",
11537 "url",
11538 "wasm-bindgen",
11539 "wasm-bindgen-futures",
11540 "wasm-streams",
11541 "web-sys",
11542 "windows-registry",
11543]
11544
11545[[package]]
11546name = "reqwest_client"
11547version = "0.1.0"
11548dependencies = [
11549 "anyhow",
11550 "bytes 1.10.1",
11551 "futures 0.3.31",
11552 "gpui",
11553 "http_client",
11554 "http_client_tls",
11555 "log",
11556 "regex",
11557 "reqwest 0.12.8",
11558 "serde",
11559 "smol",
11560 "tokio",
11561]
11562
11563[[package]]
11564name = "resvg"
11565version = "0.45.0"
11566source = "registry+https://github.com/rust-lang/crates.io-index"
11567checksum = "dd43d1c474e9dadf09a8fdf22d713ba668b499b5117b9b9079500224e26b5b29"
11568dependencies = [
11569 "log",
11570 "pico-args",
11571 "rgb",
11572 "svgtypes",
11573 "tiny-skia",
11574 "usvg",
11575]
11576
11577[[package]]
11578name = "rfc6979"
11579version = "0.3.1"
11580source = "registry+https://github.com/rust-lang/crates.io-index"
11581checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
11582dependencies = [
11583 "crypto-bigint 0.4.9",
11584 "hmac",
11585 "zeroize",
11586]
11587
11588[[package]]
11589name = "rgb"
11590version = "0.8.50"
11591source = "registry+https://github.com/rust-lang/crates.io-index"
11592checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
11593dependencies = [
11594 "bytemuck",
11595]
11596
11597[[package]]
11598name = "rich_text"
11599version = "0.1.0"
11600dependencies = [
11601 "futures 0.3.31",
11602 "gpui",
11603 "language",
11604 "linkify",
11605 "pulldown-cmark 0.12.2",
11606 "theme",
11607 "ui",
11608 "util",
11609]
11610
11611[[package]]
11612name = "ring"
11613version = "0.17.8"
11614source = "registry+https://github.com/rust-lang/crates.io-index"
11615checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
11616dependencies = [
11617 "cc",
11618 "cfg-if",
11619 "getrandom 0.2.15",
11620 "libc",
11621 "spin",
11622 "untrusted",
11623 "windows-sys 0.52.0",
11624]
11625
11626[[package]]
11627name = "rkyv"
11628version = "0.7.45"
11629source = "registry+https://github.com/rust-lang/crates.io-index"
11630checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
11631dependencies = [
11632 "bitvec",
11633 "bytecheck",
11634 "bytes 1.10.1",
11635 "hashbrown 0.12.3",
11636 "ptr_meta",
11637 "rend",
11638 "rkyv_derive",
11639 "seahash",
11640 "tinyvec",
11641 "uuid",
11642]
11643
11644[[package]]
11645name = "rkyv_derive"
11646version = "0.7.45"
11647source = "registry+https://github.com/rust-lang/crates.io-index"
11648checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
11649dependencies = [
11650 "proc-macro2",
11651 "quote",
11652 "syn 1.0.109",
11653]
11654
11655[[package]]
11656name = "rmp"
11657version = "0.8.14"
11658source = "registry+https://github.com/rust-lang/crates.io-index"
11659checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
11660dependencies = [
11661 "byteorder",
11662 "num-traits",
11663 "paste",
11664]
11665
11666[[package]]
11667name = "rmpv"
11668version = "1.3.0"
11669source = "registry+https://github.com/rust-lang/crates.io-index"
11670checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
11671dependencies = [
11672 "num-traits",
11673 "rmp",
11674]
11675
11676[[package]]
11677name = "rodio"
11678version = "0.20.1"
11679source = "registry+https://github.com/rust-lang/crates.io-index"
11680checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
11681dependencies = [
11682 "cpal",
11683 "hound",
11684]
11685
11686[[package]]
11687name = "rope"
11688version = "0.1.0"
11689dependencies = [
11690 "arrayvec",
11691 "criterion",
11692 "ctor",
11693 "env_logger 0.11.7",
11694 "gpui",
11695 "log",
11696 "rand 0.8.5",
11697 "rayon",
11698 "smallvec",
11699 "sum_tree",
11700 "unicode-segmentation",
11701 "util",
11702]
11703
11704[[package]]
11705name = "roxmltree"
11706version = "0.20.0"
11707source = "registry+https://github.com/rust-lang/crates.io-index"
11708checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
11709
11710[[package]]
11711name = "rpc"
11712version = "0.1.0"
11713dependencies = [
11714 "anyhow",
11715 "async-tungstenite",
11716 "base64 0.22.1",
11717 "chrono",
11718 "collections",
11719 "env_logger 0.11.7",
11720 "futures 0.3.31",
11721 "gpui",
11722 "parking_lot",
11723 "proto",
11724 "rand 0.8.5",
11725 "rsa",
11726 "serde",
11727 "serde_json",
11728 "sha2",
11729 "strum",
11730 "tracing",
11731 "util",
11732 "zstd",
11733]
11734
11735[[package]]
11736name = "rsa"
11737version = "0.9.8"
11738source = "registry+https://github.com/rust-lang/crates.io-index"
11739checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
11740dependencies = [
11741 "const-oid",
11742 "digest",
11743 "num-bigint-dig",
11744 "num-integer",
11745 "num-traits",
11746 "pkcs1",
11747 "pkcs8 0.10.2",
11748 "rand_core 0.6.4",
11749 "signature 2.2.0",
11750 "spki 0.7.3",
11751 "subtle",
11752 "zeroize",
11753]
11754
11755[[package]]
11756name = "runtimelib"
11757version = "0.25.0"
11758source = "registry+https://github.com/rust-lang/crates.io-index"
11759checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
11760dependencies = [
11761 "anyhow",
11762 "async-dispatcher",
11763 "async-std",
11764 "base64 0.22.1",
11765 "bytes 1.10.1",
11766 "chrono",
11767 "data-encoding",
11768 "dirs 5.0.1",
11769 "futures 0.3.31",
11770 "glob",
11771 "jupyter-protocol",
11772 "ring",
11773 "serde",
11774 "serde_json",
11775 "shellexpand 3.1.0",
11776 "smol",
11777 "uuid",
11778 "zeromq",
11779]
11780
11781[[package]]
11782name = "rust-embed"
11783version = "8.5.0"
11784source = "registry+https://github.com/rust-lang/crates.io-index"
11785checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
11786dependencies = [
11787 "rust-embed-impl",
11788 "rust-embed-utils",
11789 "walkdir",
11790]
11791
11792[[package]]
11793name = "rust-embed-impl"
11794version = "8.5.0"
11795source = "registry+https://github.com/rust-lang/crates.io-index"
11796checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
11797dependencies = [
11798 "proc-macro2",
11799 "quote",
11800 "rust-embed-utils",
11801 "syn 2.0.100",
11802 "walkdir",
11803]
11804
11805[[package]]
11806name = "rust-embed-utils"
11807version = "8.5.0"
11808source = "registry+https://github.com/rust-lang/crates.io-index"
11809checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
11810dependencies = [
11811 "globset",
11812 "sha2",
11813 "walkdir",
11814]
11815
11816[[package]]
11817name = "rust_decimal"
11818version = "1.36.0"
11819source = "registry+https://github.com/rust-lang/crates.io-index"
11820checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
11821dependencies = [
11822 "arrayvec",
11823 "borsh",
11824 "bytes 1.10.1",
11825 "num-traits",
11826 "rand 0.8.5",
11827 "rkyv",
11828 "serde",
11829 "serde_json",
11830]
11831
11832[[package]]
11833name = "rustc-demangle"
11834version = "0.1.24"
11835source = "registry+https://github.com/rust-lang/crates.io-index"
11836checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11837
11838[[package]]
11839name = "rustc-hash"
11840version = "1.1.0"
11841source = "registry+https://github.com/rust-lang/crates.io-index"
11842checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11843
11844[[package]]
11845name = "rustc-hash"
11846version = "2.1.1"
11847source = "registry+https://github.com/rust-lang/crates.io-index"
11848checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
11849
11850[[package]]
11851name = "rustc_version"
11852version = "0.4.1"
11853source = "registry+https://github.com/rust-lang/crates.io-index"
11854checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11855dependencies = [
11856 "semver",
11857]
11858
11859[[package]]
11860name = "rustix"
11861version = "0.38.42"
11862source = "registry+https://github.com/rust-lang/crates.io-index"
11863checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11864dependencies = [
11865 "bitflags 2.9.0",
11866 "errno 0.3.10",
11867 "itoa",
11868 "libc",
11869 "linux-raw-sys",
11870 "once_cell",
11871 "windows-sys 0.59.0",
11872]
11873
11874[[package]]
11875name = "rustix-openpty"
11876version = "0.1.1"
11877source = "registry+https://github.com/rust-lang/crates.io-index"
11878checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11879dependencies = [
11880 "errno 0.3.10",
11881 "libc",
11882 "rustix",
11883]
11884
11885[[package]]
11886name = "rustls"
11887version = "0.21.12"
11888source = "registry+https://github.com/rust-lang/crates.io-index"
11889checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11890dependencies = [
11891 "log",
11892 "ring",
11893 "rustls-webpki 0.101.7",
11894 "sct",
11895]
11896
11897[[package]]
11898name = "rustls"
11899version = "0.23.25"
11900source = "registry+https://github.com/rust-lang/crates.io-index"
11901checksum = "822ee9188ac4ec04a2f0531e55d035fb2de73f18b41a63c70c2712503b6fb13c"
11902dependencies = [
11903 "aws-lc-rs",
11904 "log",
11905 "once_cell",
11906 "ring",
11907 "rustls-pki-types",
11908 "rustls-webpki 0.103.0",
11909 "subtle",
11910 "zeroize",
11911]
11912
11913[[package]]
11914name = "rustls-native-certs"
11915version = "0.6.3"
11916source = "registry+https://github.com/rust-lang/crates.io-index"
11917checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11918dependencies = [
11919 "openssl-probe",
11920 "rustls-pemfile 1.0.4",
11921 "schannel",
11922 "security-framework 2.11.1",
11923]
11924
11925[[package]]
11926name = "rustls-native-certs"
11927version = "0.8.1"
11928source = "registry+https://github.com/rust-lang/crates.io-index"
11929checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11930dependencies = [
11931 "openssl-probe",
11932 "rustls-pki-types",
11933 "schannel",
11934 "security-framework 3.0.1",
11935]
11936
11937[[package]]
11938name = "rustls-pemfile"
11939version = "1.0.4"
11940source = "registry+https://github.com/rust-lang/crates.io-index"
11941checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11942dependencies = [
11943 "base64 0.21.7",
11944]
11945
11946[[package]]
11947name = "rustls-pemfile"
11948version = "2.2.0"
11949source = "registry+https://github.com/rust-lang/crates.io-index"
11950checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
11951dependencies = [
11952 "rustls-pki-types",
11953]
11954
11955[[package]]
11956name = "rustls-pki-types"
11957version = "1.11.0"
11958source = "registry+https://github.com/rust-lang/crates.io-index"
11959checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
11960dependencies = [
11961 "web-time",
11962]
11963
11964[[package]]
11965name = "rustls-platform-verifier"
11966version = "0.5.1"
11967source = "registry+https://github.com/rust-lang/crates.io-index"
11968checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
11969dependencies = [
11970 "core-foundation 0.10.0",
11971 "core-foundation-sys",
11972 "jni",
11973 "log",
11974 "once_cell",
11975 "rustls 0.23.25",
11976 "rustls-native-certs 0.8.1",
11977 "rustls-platform-verifier-android",
11978 "rustls-webpki 0.103.0",
11979 "security-framework 3.0.1",
11980 "security-framework-sys",
11981 "webpki-root-certs",
11982 "windows-sys 0.59.0",
11983]
11984
11985[[package]]
11986name = "rustls-platform-verifier-android"
11987version = "0.1.1"
11988source = "registry+https://github.com/rust-lang/crates.io-index"
11989checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
11990
11991[[package]]
11992name = "rustls-webpki"
11993version = "0.101.7"
11994source = "registry+https://github.com/rust-lang/crates.io-index"
11995checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
11996dependencies = [
11997 "ring",
11998 "untrusted",
11999]
12000
12001[[package]]
12002name = "rustls-webpki"
12003version = "0.103.0"
12004source = "registry+https://github.com/rust-lang/crates.io-index"
12005checksum = "0aa4eeac2588ffff23e9d7a7e9b3f971c5fb5b7ebc9452745e0c232c64f83b2f"
12006dependencies = [
12007 "aws-lc-rs",
12008 "ring",
12009 "rustls-pki-types",
12010 "untrusted",
12011]
12012
12013[[package]]
12014name = "rustversion"
12015version = "1.0.18"
12016source = "registry+https://github.com/rust-lang/crates.io-index"
12017checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
12018
12019[[package]]
12020name = "rustybuzz"
12021version = "0.14.1"
12022source = "registry+https://github.com/rust-lang/crates.io-index"
12023checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
12024dependencies = [
12025 "bitflags 2.9.0",
12026 "bytemuck",
12027 "libm",
12028 "smallvec",
12029 "ttf-parser 0.21.1",
12030 "unicode-bidi-mirroring 0.2.0",
12031 "unicode-ccc 0.2.0",
12032 "unicode-properties",
12033 "unicode-script",
12034]
12035
12036[[package]]
12037name = "rustybuzz"
12038version = "0.20.1"
12039source = "registry+https://github.com/rust-lang/crates.io-index"
12040checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
12041dependencies = [
12042 "bitflags 2.9.0",
12043 "bytemuck",
12044 "core_maths",
12045 "log",
12046 "smallvec",
12047 "ttf-parser 0.25.1",
12048 "unicode-bidi-mirroring 0.4.0",
12049 "unicode-ccc 0.4.0",
12050 "unicode-properties",
12051 "unicode-script",
12052]
12053
12054[[package]]
12055name = "ryu"
12056version = "1.0.18"
12057source = "registry+https://github.com/rust-lang/crates.io-index"
12058checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
12059
12060[[package]]
12061name = "salsa20"
12062version = "0.10.2"
12063source = "registry+https://github.com/rust-lang/crates.io-index"
12064checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
12065dependencies = [
12066 "cipher",
12067]
12068
12069[[package]]
12070name = "same-file"
12071version = "1.0.6"
12072source = "registry+https://github.com/rust-lang/crates.io-index"
12073checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
12074dependencies = [
12075 "winapi-util",
12076]
12077
12078[[package]]
12079name = "schannel"
12080version = "0.1.27"
12081source = "registry+https://github.com/rust-lang/crates.io-index"
12082checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
12083dependencies = [
12084 "windows-sys 0.59.0",
12085]
12086
12087[[package]]
12088name = "schema_generator"
12089version = "0.1.0"
12090dependencies = [
12091 "anyhow",
12092 "clap",
12093 "env_logger 0.11.7",
12094 "schemars",
12095 "serde",
12096 "serde_json",
12097 "theme",
12098]
12099
12100[[package]]
12101name = "schemars"
12102version = "0.8.22"
12103source = "registry+https://github.com/rust-lang/crates.io-index"
12104checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
12105dependencies = [
12106 "dyn-clone",
12107 "indexmap",
12108 "schemars_derive",
12109 "serde",
12110 "serde_json",
12111]
12112
12113[[package]]
12114name = "schemars_derive"
12115version = "0.8.22"
12116source = "registry+https://github.com/rust-lang/crates.io-index"
12117checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
12118dependencies = [
12119 "proc-macro2",
12120 "quote",
12121 "serde_derive_internals",
12122 "syn 2.0.100",
12123]
12124
12125[[package]]
12126name = "scoped-tls"
12127version = "1.0.1"
12128source = "registry+https://github.com/rust-lang/crates.io-index"
12129checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
12130
12131[[package]]
12132name = "scopeguard"
12133version = "1.2.0"
12134source = "registry+https://github.com/rust-lang/crates.io-index"
12135checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
12136
12137[[package]]
12138name = "scratch"
12139version = "1.0.7"
12140source = "registry+https://github.com/rust-lang/crates.io-index"
12141checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
12142
12143[[package]]
12144name = "scrypt"
12145version = "0.11.0"
12146source = "registry+https://github.com/rust-lang/crates.io-index"
12147checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
12148dependencies = [
12149 "password-hash 0.5.0",
12150 "pbkdf2 0.12.2",
12151 "salsa20",
12152 "sha2",
12153]
12154
12155[[package]]
12156name = "sct"
12157version = "0.7.1"
12158source = "registry+https://github.com/rust-lang/crates.io-index"
12159checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
12160dependencies = [
12161 "ring",
12162 "untrusted",
12163]
12164
12165[[package]]
12166name = "sea-bae"
12167version = "0.2.1"
12168source = "registry+https://github.com/rust-lang/crates.io-index"
12169checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
12170dependencies = [
12171 "heck 0.4.1",
12172 "proc-macro-error2",
12173 "proc-macro2",
12174 "quote",
12175 "syn 2.0.100",
12176]
12177
12178[[package]]
12179name = "sea-orm"
12180version = "1.1.7"
12181source = "registry+https://github.com/rust-lang/crates.io-index"
12182checksum = "3417812d38049e8ec3d588c03570f8c60de811d2453fb48e424045a1600ffd86"
12183dependencies = [
12184 "async-stream",
12185 "async-trait",
12186 "bigdecimal",
12187 "chrono",
12188 "futures-util",
12189 "log",
12190 "ouroboros",
12191 "pgvector",
12192 "rust_decimal",
12193 "sea-orm-macros",
12194 "sea-query",
12195 "sea-query-binder",
12196 "serde",
12197 "serde_json",
12198 "sqlx",
12199 "strum",
12200 "thiserror 1.0.69",
12201 "time",
12202 "tracing",
12203 "url",
12204 "uuid",
12205]
12206
12207[[package]]
12208name = "sea-orm-macros"
12209version = "1.1.7"
12210source = "registry+https://github.com/rust-lang/crates.io-index"
12211checksum = "d705ba84e1c74c8ac27784e4ac6f21584058c1dc0cadb9d39b43e109fcf8139c"
12212dependencies = [
12213 "heck 0.4.1",
12214 "proc-macro2",
12215 "quote",
12216 "sea-bae",
12217 "syn 2.0.100",
12218 "unicode-ident",
12219]
12220
12221[[package]]
12222name = "sea-query"
12223version = "0.32.1"
12224source = "registry+https://github.com/rust-lang/crates.io-index"
12225checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
12226dependencies = [
12227 "bigdecimal",
12228 "chrono",
12229 "inherent",
12230 "ordered-float 3.9.2",
12231 "rust_decimal",
12232 "serde_json",
12233 "time",
12234 "uuid",
12235]
12236
12237[[package]]
12238name = "sea-query-binder"
12239version = "0.7.0"
12240source = "registry+https://github.com/rust-lang/crates.io-index"
12241checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
12242dependencies = [
12243 "bigdecimal",
12244 "chrono",
12245 "rust_decimal",
12246 "sea-query",
12247 "serde_json",
12248 "sqlx",
12249 "time",
12250 "uuid",
12251]
12252
12253[[package]]
12254name = "seahash"
12255version = "4.1.0"
12256source = "registry+https://github.com/rust-lang/crates.io-index"
12257checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
12258
12259[[package]]
12260name = "search"
12261version = "0.1.0"
12262dependencies = [
12263 "any_vec",
12264 "anyhow",
12265 "bitflags 2.9.0",
12266 "client",
12267 "collections",
12268 "editor",
12269 "futures 0.3.31",
12270 "gpui",
12271 "language",
12272 "menu",
12273 "project",
12274 "schemars",
12275 "serde",
12276 "serde_json",
12277 "settings",
12278 "smol",
12279 "theme",
12280 "ui",
12281 "unindent",
12282 "util",
12283 "workspace",
12284 "zed_actions",
12285]
12286
12287[[package]]
12288name = "sec1"
12289version = "0.3.0"
12290source = "registry+https://github.com/rust-lang/crates.io-index"
12291checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
12292dependencies = [
12293 "base16ct",
12294 "der 0.6.1",
12295 "generic-array",
12296 "pkcs8 0.9.0",
12297 "subtle",
12298 "zeroize",
12299]
12300
12301[[package]]
12302name = "security-framework"
12303version = "2.11.1"
12304source = "registry+https://github.com/rust-lang/crates.io-index"
12305checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
12306dependencies = [
12307 "bitflags 2.9.0",
12308 "core-foundation 0.9.4",
12309 "core-foundation-sys",
12310 "libc",
12311 "security-framework-sys",
12312]
12313
12314[[package]]
12315name = "security-framework"
12316version = "3.0.1"
12317source = "registry+https://github.com/rust-lang/crates.io-index"
12318checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
12319dependencies = [
12320 "bitflags 2.9.0",
12321 "core-foundation 0.10.0",
12322 "core-foundation-sys",
12323 "libc",
12324 "security-framework-sys",
12325]
12326
12327[[package]]
12328name = "security-framework-sys"
12329version = "2.12.1"
12330source = "registry+https://github.com/rust-lang/crates.io-index"
12331checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
12332dependencies = [
12333 "core-foundation-sys",
12334 "libc",
12335]
12336
12337[[package]]
12338name = "self_cell"
12339version = "1.1.0"
12340source = "registry+https://github.com/rust-lang/crates.io-index"
12341checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
12342
12343[[package]]
12344name = "semantic_index"
12345version = "0.1.0"
12346dependencies = [
12347 "anyhow",
12348 "arrayvec",
12349 "blake3",
12350 "client",
12351 "clock",
12352 "collections",
12353 "env_logger 0.11.7",
12354 "feature_flags",
12355 "fs",
12356 "futures 0.3.31",
12357 "futures-batch",
12358 "gpui",
12359 "heed",
12360 "http_client",
12361 "language",
12362 "language_model",
12363 "languages",
12364 "log",
12365 "open_ai",
12366 "parking_lot",
12367 "project",
12368 "reqwest_client",
12369 "serde",
12370 "serde_json",
12371 "settings",
12372 "sha2",
12373 "smol",
12374 "streaming-iterator",
12375 "tempfile",
12376 "theme",
12377 "tree-sitter",
12378 "ui",
12379 "unindent",
12380 "util",
12381 "workspace",
12382 "worktree",
12383]
12384
12385[[package]]
12386name = "semantic_version"
12387version = "0.1.0"
12388dependencies = [
12389 "anyhow",
12390 "serde",
12391]
12392
12393[[package]]
12394name = "semver"
12395version = "1.0.26"
12396source = "registry+https://github.com/rust-lang/crates.io-index"
12397checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
12398dependencies = [
12399 "serde",
12400]
12401
12402[[package]]
12403name = "serde"
12404version = "1.0.219"
12405source = "registry+https://github.com/rust-lang/crates.io-index"
12406checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
12407dependencies = [
12408 "serde_derive",
12409]
12410
12411[[package]]
12412name = "serde_derive"
12413version = "1.0.219"
12414source = "registry+https://github.com/rust-lang/crates.io-index"
12415checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
12416dependencies = [
12417 "proc-macro2",
12418 "quote",
12419 "syn 2.0.100",
12420]
12421
12422[[package]]
12423name = "serde_derive_internals"
12424version = "0.29.1"
12425source = "registry+https://github.com/rust-lang/crates.io-index"
12426checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
12427dependencies = [
12428 "proc-macro2",
12429 "quote",
12430 "syn 2.0.100",
12431]
12432
12433[[package]]
12434name = "serde_fmt"
12435version = "1.0.3"
12436source = "registry+https://github.com/rust-lang/crates.io-index"
12437checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
12438dependencies = [
12439 "serde",
12440]
12441
12442[[package]]
12443name = "serde_json"
12444version = "1.0.140"
12445source = "registry+https://github.com/rust-lang/crates.io-index"
12446checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
12447dependencies = [
12448 "indexmap",
12449 "itoa",
12450 "memchr",
12451 "ryu",
12452 "serde",
12453]
12454
12455[[package]]
12456name = "serde_json_lenient"
12457version = "0.2.4"
12458source = "registry+https://github.com/rust-lang/crates.io-index"
12459checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
12460dependencies = [
12461 "indexmap",
12462 "itoa",
12463 "memchr",
12464 "ryu",
12465 "serde",
12466]
12467
12468[[package]]
12469name = "serde_path_to_error"
12470version = "0.1.16"
12471source = "registry+https://github.com/rust-lang/crates.io-index"
12472checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
12473dependencies = [
12474 "itoa",
12475 "serde",
12476]
12477
12478[[package]]
12479name = "serde_qs"
12480version = "0.8.5"
12481source = "registry+https://github.com/rust-lang/crates.io-index"
12482checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
12483dependencies = [
12484 "percent-encoding",
12485 "serde",
12486 "thiserror 1.0.69",
12487]
12488
12489[[package]]
12490name = "serde_qs"
12491version = "0.10.1"
12492source = "registry+https://github.com/rust-lang/crates.io-index"
12493checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
12494dependencies = [
12495 "percent-encoding",
12496 "serde",
12497 "thiserror 1.0.69",
12498]
12499
12500[[package]]
12501name = "serde_repr"
12502version = "0.1.20"
12503source = "registry+https://github.com/rust-lang/crates.io-index"
12504checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
12505dependencies = [
12506 "proc-macro2",
12507 "quote",
12508 "syn 2.0.100",
12509]
12510
12511[[package]]
12512name = "serde_spanned"
12513version = "0.6.8"
12514source = "registry+https://github.com/rust-lang/crates.io-index"
12515checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
12516dependencies = [
12517 "serde",
12518]
12519
12520[[package]]
12521name = "serde_urlencoded"
12522version = "0.7.1"
12523source = "registry+https://github.com/rust-lang/crates.io-index"
12524checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
12525dependencies = [
12526 "form_urlencoded",
12527 "itoa",
12528 "ryu",
12529 "serde",
12530]
12531
12532[[package]]
12533name = "session"
12534version = "0.1.0"
12535dependencies = [
12536 "db",
12537 "gpui",
12538 "serde_json",
12539 "util",
12540 "uuid",
12541]
12542
12543[[package]]
12544name = "settings"
12545version = "0.1.0"
12546dependencies = [
12547 "anyhow",
12548 "collections",
12549 "ec4rs",
12550 "fs",
12551 "futures 0.3.31",
12552 "gpui",
12553 "indoc",
12554 "inventory",
12555 "log",
12556 "paths",
12557 "pretty_assertions",
12558 "release_channel",
12559 "rust-embed",
12560 "schemars",
12561 "serde",
12562 "serde_derive",
12563 "serde_json",
12564 "serde_json_lenient",
12565 "smallvec",
12566 "streaming-iterator",
12567 "tree-sitter",
12568 "tree-sitter-json",
12569 "unindent",
12570 "util",
12571]
12572
12573[[package]]
12574name = "settings_ui"
12575version = "0.1.0"
12576dependencies = [
12577 "command_palette_hooks",
12578 "editor",
12579 "feature_flags",
12580 "gpui",
12581 "settings",
12582 "theme",
12583 "ui",
12584 "workspace",
12585]
12586
12587[[package]]
12588name = "sha1"
12589version = "0.10.6"
12590source = "registry+https://github.com/rust-lang/crates.io-index"
12591checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
12592dependencies = [
12593 "cfg-if",
12594 "cpufeatures",
12595 "digest",
12596]
12597
12598[[package]]
12599name = "sha1_smol"
12600version = "1.0.1"
12601source = "registry+https://github.com/rust-lang/crates.io-index"
12602checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
12603
12604[[package]]
12605name = "sha2"
12606version = "0.10.8"
12607source = "registry+https://github.com/rust-lang/crates.io-index"
12608checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
12609dependencies = [
12610 "cfg-if",
12611 "cpufeatures",
12612 "digest",
12613]
12614
12615[[package]]
12616name = "sharded-slab"
12617version = "0.1.7"
12618source = "registry+https://github.com/rust-lang/crates.io-index"
12619checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
12620dependencies = [
12621 "lazy_static",
12622]
12623
12624[[package]]
12625name = "shell-words"
12626version = "1.1.0"
12627source = "registry+https://github.com/rust-lang/crates.io-index"
12628checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
12629
12630[[package]]
12631name = "shellexpand"
12632version = "2.1.2"
12633source = "registry+https://github.com/rust-lang/crates.io-index"
12634checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
12635dependencies = [
12636 "dirs 4.0.0",
12637]
12638
12639[[package]]
12640name = "shellexpand"
12641version = "3.1.0"
12642source = "registry+https://github.com/rust-lang/crates.io-index"
12643checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
12644dependencies = [
12645 "dirs 5.0.1",
12646]
12647
12648[[package]]
12649name = "shlex"
12650version = "1.3.0"
12651source = "registry+https://github.com/rust-lang/crates.io-index"
12652checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
12653
12654[[package]]
12655name = "signal-hook"
12656version = "0.3.17"
12657source = "registry+https://github.com/rust-lang/crates.io-index"
12658checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
12659dependencies = [
12660 "libc",
12661 "signal-hook-registry",
12662]
12663
12664[[package]]
12665name = "signal-hook-registry"
12666version = "1.4.2"
12667source = "registry+https://github.com/rust-lang/crates.io-index"
12668checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
12669dependencies = [
12670 "libc",
12671]
12672
12673[[package]]
12674name = "signature"
12675version = "1.6.4"
12676source = "registry+https://github.com/rust-lang/crates.io-index"
12677checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
12678dependencies = [
12679 "digest",
12680 "rand_core 0.6.4",
12681]
12682
12683[[package]]
12684name = "signature"
12685version = "2.2.0"
12686source = "registry+https://github.com/rust-lang/crates.io-index"
12687checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
12688dependencies = [
12689 "digest",
12690 "rand_core 0.6.4",
12691]
12692
12693[[package]]
12694name = "simd-adler32"
12695version = "0.3.7"
12696source = "registry+https://github.com/rust-lang/crates.io-index"
12697checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
12698
12699[[package]]
12700name = "simd_helpers"
12701version = "0.1.0"
12702source = "registry+https://github.com/rust-lang/crates.io-index"
12703checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
12704dependencies = [
12705 "quote",
12706]
12707
12708[[package]]
12709name = "simdutf8"
12710version = "0.1.5"
12711source = "registry+https://github.com/rust-lang/crates.io-index"
12712checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
12713
12714[[package]]
12715name = "simple_asn1"
12716version = "0.6.2"
12717source = "registry+https://github.com/rust-lang/crates.io-index"
12718checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
12719dependencies = [
12720 "num-bigint",
12721 "num-traits",
12722 "thiserror 1.0.69",
12723 "time",
12724]
12725
12726[[package]]
12727name = "simplecss"
12728version = "0.2.1"
12729source = "registry+https://github.com/rust-lang/crates.io-index"
12730checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
12731dependencies = [
12732 "log",
12733]
12734
12735[[package]]
12736name = "simplelog"
12737version = "0.12.2"
12738source = "registry+https://github.com/rust-lang/crates.io-index"
12739checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
12740dependencies = [
12741 "log",
12742 "termcolor",
12743 "time",
12744]
12745
12746[[package]]
12747name = "siphasher"
12748version = "0.3.11"
12749source = "registry+https://github.com/rust-lang/crates.io-index"
12750checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
12751
12752[[package]]
12753name = "siphasher"
12754version = "1.0.1"
12755source = "registry+https://github.com/rust-lang/crates.io-index"
12756checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
12757
12758[[package]]
12759name = "skrifa"
12760version = "0.26.6"
12761source = "registry+https://github.com/rust-lang/crates.io-index"
12762checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
12763dependencies = [
12764 "bytemuck",
12765 "read-fonts",
12766]
12767
12768[[package]]
12769name = "slab"
12770version = "0.4.9"
12771source = "registry+https://github.com/rust-lang/crates.io-index"
12772checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
12773dependencies = [
12774 "autocfg",
12775]
12776
12777[[package]]
12778name = "slash_commands_example"
12779version = "0.1.0"
12780dependencies = [
12781 "zed_extension_api 0.1.0",
12782]
12783
12784[[package]]
12785name = "slotmap"
12786version = "1.0.7"
12787source = "registry+https://github.com/rust-lang/crates.io-index"
12788checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
12789dependencies = [
12790 "version_check",
12791]
12792
12793[[package]]
12794name = "smallvec"
12795version = "1.14.0"
12796source = "registry+https://github.com/rust-lang/crates.io-index"
12797checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
12798dependencies = [
12799 "serde",
12800]
12801
12802[[package]]
12803name = "smart-default"
12804version = "0.6.0"
12805source = "registry+https://github.com/rust-lang/crates.io-index"
12806checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
12807dependencies = [
12808 "proc-macro2",
12809 "quote",
12810 "syn 1.0.109",
12811]
12812
12813[[package]]
12814name = "smol"
12815version = "2.0.2"
12816source = "registry+https://github.com/rust-lang/crates.io-index"
12817checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
12818dependencies = [
12819 "async-channel 2.3.1",
12820 "async-executor",
12821 "async-fs",
12822 "async-io",
12823 "async-lock",
12824 "async-net",
12825 "async-process",
12826 "blocking",
12827 "futures-lite 2.6.0",
12828]
12829
12830[[package]]
12831name = "smol_str"
12832version = "0.1.24"
12833source = "registry+https://github.com/rust-lang/crates.io-index"
12834checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
12835dependencies = [
12836 "serde",
12837]
12838
12839[[package]]
12840name = "smol_str"
12841version = "0.2.2"
12842source = "registry+https://github.com/rust-lang/crates.io-index"
12843checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
12844
12845[[package]]
12846name = "snippet"
12847version = "0.1.0"
12848dependencies = [
12849 "anyhow",
12850 "smallvec",
12851]
12852
12853[[package]]
12854name = "snippet_provider"
12855version = "0.1.0"
12856dependencies = [
12857 "anyhow",
12858 "collections",
12859 "extension",
12860 "fs",
12861 "futures 0.3.31",
12862 "gpui",
12863 "parking_lot",
12864 "paths",
12865 "schemars",
12866 "serde",
12867 "serde_json_lenient",
12868 "snippet",
12869 "util",
12870]
12871
12872[[package]]
12873name = "snippets_ui"
12874version = "0.1.0"
12875dependencies = [
12876 "fuzzy",
12877 "gpui",
12878 "language",
12879 "paths",
12880 "picker",
12881 "ui",
12882 "util",
12883 "workspace",
12884]
12885
12886[[package]]
12887name = "socket2"
12888version = "0.5.8"
12889source = "registry+https://github.com/rust-lang/crates.io-index"
12890checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12891dependencies = [
12892 "libc",
12893 "windows-sys 0.52.0",
12894]
12895
12896[[package]]
12897name = "spdx"
12898version = "0.10.7"
12899source = "registry+https://github.com/rust-lang/crates.io-index"
12900checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12901dependencies = [
12902 "smallvec",
12903]
12904
12905[[package]]
12906name = "spin"
12907version = "0.9.8"
12908source = "registry+https://github.com/rust-lang/crates.io-index"
12909checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
12910dependencies = [
12911 "lock_api",
12912]
12913
12914[[package]]
12915name = "spirv"
12916version = "0.3.0+sdk-1.3.268.0"
12917source = "registry+https://github.com/rust-lang/crates.io-index"
12918checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
12919dependencies = [
12920 "bitflags 2.9.0",
12921]
12922
12923[[package]]
12924name = "spki"
12925version = "0.6.0"
12926source = "registry+https://github.com/rust-lang/crates.io-index"
12927checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
12928dependencies = [
12929 "base64ct",
12930 "der 0.6.1",
12931]
12932
12933[[package]]
12934name = "spki"
12935version = "0.7.3"
12936source = "registry+https://github.com/rust-lang/crates.io-index"
12937checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
12938dependencies = [
12939 "base64ct",
12940 "der 0.7.9",
12941]
12942
12943[[package]]
12944name = "sptr"
12945version = "0.3.2"
12946source = "registry+https://github.com/rust-lang/crates.io-index"
12947checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
12948
12949[[package]]
12950name = "sqlez"
12951version = "0.1.0"
12952dependencies = [
12953 "anyhow",
12954 "collections",
12955 "futures 0.3.31",
12956 "indoc",
12957 "libsqlite3-sys",
12958 "parking_lot",
12959 "smol",
12960 "sqlformat",
12961 "thread_local",
12962 "util",
12963 "uuid",
12964]
12965
12966[[package]]
12967name = "sqlez_macros"
12968version = "0.1.0"
12969dependencies = [
12970 "sqlez",
12971 "sqlformat",
12972 "syn 1.0.109",
12973]
12974
12975[[package]]
12976name = "sqlformat"
12977version = "0.2.6"
12978source = "registry+https://github.com/rust-lang/crates.io-index"
12979checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
12980dependencies = [
12981 "nom",
12982 "unicode_categories",
12983]
12984
12985[[package]]
12986name = "sqlx"
12987version = "0.8.3"
12988source = "registry+https://github.com/rust-lang/crates.io-index"
12989checksum = "4410e73b3c0d8442c5f99b425d7a435b5ee0ae4167b3196771dd3f7a01be745f"
12990dependencies = [
12991 "sqlx-core",
12992 "sqlx-macros",
12993 "sqlx-mysql",
12994 "sqlx-postgres",
12995 "sqlx-sqlite",
12996]
12997
12998[[package]]
12999name = "sqlx-core"
13000version = "0.8.3"
13001source = "registry+https://github.com/rust-lang/crates.io-index"
13002checksum = "6a007b6936676aa9ab40207cde35daab0a04b823be8ae004368c0793b96a61e0"
13003dependencies = [
13004 "bigdecimal",
13005 "bytes 1.10.1",
13006 "chrono",
13007 "crc",
13008 "crossbeam-queue",
13009 "either",
13010 "event-listener 5.3.1",
13011 "futures-core",
13012 "futures-intrusive",
13013 "futures-io",
13014 "futures-util",
13015 "hashbrown 0.15.2",
13016 "hashlink 0.10.0",
13017 "indexmap",
13018 "log",
13019 "memchr",
13020 "once_cell",
13021 "percent-encoding",
13022 "rust_decimal",
13023 "rustls 0.23.25",
13024 "rustls-pemfile 2.2.0",
13025 "serde",
13026 "serde_json",
13027 "sha2",
13028 "smallvec",
13029 "thiserror 2.0.12",
13030 "time",
13031 "tokio",
13032 "tokio-stream",
13033 "tracing",
13034 "url",
13035 "uuid",
13036 "webpki-roots",
13037]
13038
13039[[package]]
13040name = "sqlx-macros"
13041version = "0.8.3"
13042source = "registry+https://github.com/rust-lang/crates.io-index"
13043checksum = "3112e2ad78643fef903618d78cf0aec1cb3134b019730edb039b69eaf531f310"
13044dependencies = [
13045 "proc-macro2",
13046 "quote",
13047 "sqlx-core",
13048 "sqlx-macros-core",
13049 "syn 2.0.100",
13050]
13051
13052[[package]]
13053name = "sqlx-macros-core"
13054version = "0.8.3"
13055source = "registry+https://github.com/rust-lang/crates.io-index"
13056checksum = "4e9f90acc5ab146a99bf5061a7eb4976b573f560bc898ef3bf8435448dd5e7ad"
13057dependencies = [
13058 "dotenvy",
13059 "either",
13060 "heck 0.5.0",
13061 "hex",
13062 "once_cell",
13063 "proc-macro2",
13064 "quote",
13065 "serde",
13066 "serde_json",
13067 "sha2",
13068 "sqlx-core",
13069 "sqlx-mysql",
13070 "sqlx-postgres",
13071 "sqlx-sqlite",
13072 "syn 2.0.100",
13073 "tempfile",
13074 "tokio",
13075 "url",
13076]
13077
13078[[package]]
13079name = "sqlx-mysql"
13080version = "0.8.3"
13081source = "registry+https://github.com/rust-lang/crates.io-index"
13082checksum = "4560278f0e00ce64938540546f59f590d60beee33fffbd3b9cd47851e5fff233"
13083dependencies = [
13084 "atoi",
13085 "base64 0.22.1",
13086 "bigdecimal",
13087 "bitflags 2.9.0",
13088 "byteorder",
13089 "bytes 1.10.1",
13090 "chrono",
13091 "crc",
13092 "digest",
13093 "dotenvy",
13094 "either",
13095 "futures-channel",
13096 "futures-core",
13097 "futures-io",
13098 "futures-util",
13099 "generic-array",
13100 "hex",
13101 "hkdf",
13102 "hmac",
13103 "itoa",
13104 "log",
13105 "md-5",
13106 "memchr",
13107 "once_cell",
13108 "percent-encoding",
13109 "rand 0.8.5",
13110 "rsa",
13111 "rust_decimal",
13112 "serde",
13113 "sha1",
13114 "sha2",
13115 "smallvec",
13116 "sqlx-core",
13117 "stringprep",
13118 "thiserror 2.0.12",
13119 "time",
13120 "tracing",
13121 "uuid",
13122 "whoami",
13123]
13124
13125[[package]]
13126name = "sqlx-postgres"
13127version = "0.8.3"
13128source = "registry+https://github.com/rust-lang/crates.io-index"
13129checksum = "c5b98a57f363ed6764d5b3a12bfedf62f07aa16e1856a7ddc2a0bb190a959613"
13130dependencies = [
13131 "atoi",
13132 "base64 0.22.1",
13133 "bigdecimal",
13134 "bitflags 2.9.0",
13135 "byteorder",
13136 "chrono",
13137 "crc",
13138 "dotenvy",
13139 "etcetera",
13140 "futures-channel",
13141 "futures-core",
13142 "futures-util",
13143 "hex",
13144 "hkdf",
13145 "hmac",
13146 "home",
13147 "itoa",
13148 "log",
13149 "md-5",
13150 "memchr",
13151 "num-bigint",
13152 "once_cell",
13153 "rand 0.8.5",
13154 "rust_decimal",
13155 "serde",
13156 "serde_json",
13157 "sha2",
13158 "smallvec",
13159 "sqlx-core",
13160 "stringprep",
13161 "thiserror 2.0.12",
13162 "time",
13163 "tracing",
13164 "uuid",
13165 "whoami",
13166]
13167
13168[[package]]
13169name = "sqlx-sqlite"
13170version = "0.8.3"
13171source = "registry+https://github.com/rust-lang/crates.io-index"
13172checksum = "f85ca71d3a5b24e64e1d08dd8fe36c6c95c339a896cc33068148906784620540"
13173dependencies = [
13174 "atoi",
13175 "chrono",
13176 "flume",
13177 "futures-channel",
13178 "futures-core",
13179 "futures-executor",
13180 "futures-intrusive",
13181 "futures-util",
13182 "libsqlite3-sys",
13183 "log",
13184 "percent-encoding",
13185 "serde",
13186 "serde_urlencoded",
13187 "sqlx-core",
13188 "time",
13189 "tracing",
13190 "url",
13191 "uuid",
13192]
13193
13194[[package]]
13195name = "stable_deref_trait"
13196version = "1.2.0"
13197source = "registry+https://github.com/rust-lang/crates.io-index"
13198checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
13199
13200[[package]]
13201name = "static_assertions"
13202version = "1.1.0"
13203source = "registry+https://github.com/rust-lang/crates.io-index"
13204checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
13205
13206[[package]]
13207name = "story"
13208version = "0.1.0"
13209dependencies = [
13210 "gpui",
13211 "itertools 0.14.0",
13212 "smallvec",
13213]
13214
13215[[package]]
13216name = "storybook"
13217version = "0.1.0"
13218dependencies = [
13219 "anyhow",
13220 "clap",
13221 "collab_ui",
13222 "ctrlc",
13223 "dialoguer",
13224 "editor",
13225 "fuzzy",
13226 "gpui",
13227 "indoc",
13228 "language",
13229 "log",
13230 "menu",
13231 "picker",
13232 "project",
13233 "reqwest_client",
13234 "rust-embed",
13235 "settings",
13236 "simplelog",
13237 "story",
13238 "strum",
13239 "theme",
13240 "title_bar",
13241 "ui",
13242]
13243
13244[[package]]
13245name = "streaming-iterator"
13246version = "0.1.9"
13247source = "registry+https://github.com/rust-lang/crates.io-index"
13248checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
13249
13250[[package]]
13251name = "streaming_diff"
13252version = "0.1.0"
13253dependencies = [
13254 "ordered-float 2.10.1",
13255 "rand 0.8.5",
13256 "rope",
13257 "util",
13258]
13259
13260[[package]]
13261name = "strict-num"
13262version = "0.1.1"
13263source = "registry+https://github.com/rust-lang/crates.io-index"
13264checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
13265dependencies = [
13266 "float-cmp",
13267]
13268
13269[[package]]
13270name = "string_cache"
13271version = "0.8.7"
13272source = "registry+https://github.com/rust-lang/crates.io-index"
13273checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
13274dependencies = [
13275 "new_debug_unreachable",
13276 "once_cell",
13277 "parking_lot",
13278 "phf_shared 0.10.0",
13279 "precomputed-hash",
13280 "serde",
13281]
13282
13283[[package]]
13284name = "string_cache_codegen"
13285version = "0.5.2"
13286source = "registry+https://github.com/rust-lang/crates.io-index"
13287checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
13288dependencies = [
13289 "phf_generator 0.10.0",
13290 "phf_shared 0.10.0",
13291 "proc-macro2",
13292 "quote",
13293]
13294
13295[[package]]
13296name = "stringprep"
13297version = "0.1.5"
13298source = "registry+https://github.com/rust-lang/crates.io-index"
13299checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
13300dependencies = [
13301 "unicode-bidi",
13302 "unicode-normalization",
13303 "unicode-properties",
13304]
13305
13306[[package]]
13307name = "strsim"
13308version = "0.11.1"
13309source = "registry+https://github.com/rust-lang/crates.io-index"
13310checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
13311
13312[[package]]
13313name = "strum"
13314version = "0.26.3"
13315source = "registry+https://github.com/rust-lang/crates.io-index"
13316checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
13317dependencies = [
13318 "strum_macros",
13319]
13320
13321[[package]]
13322name = "strum_macros"
13323version = "0.26.4"
13324source = "registry+https://github.com/rust-lang/crates.io-index"
13325checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
13326dependencies = [
13327 "heck 0.5.0",
13328 "proc-macro2",
13329 "quote",
13330 "rustversion",
13331 "syn 2.0.100",
13332]
13333
13334[[package]]
13335name = "subtle"
13336version = "2.6.1"
13337source = "registry+https://github.com/rust-lang/crates.io-index"
13338checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
13339
13340[[package]]
13341name = "sum_tree"
13342version = "0.1.0"
13343dependencies = [
13344 "arrayvec",
13345 "ctor",
13346 "env_logger 0.11.7",
13347 "log",
13348 "rand 0.8.5",
13349 "rayon",
13350]
13351
13352[[package]]
13353name = "supermaven"
13354version = "0.1.0"
13355dependencies = [
13356 "anyhow",
13357 "client",
13358 "collections",
13359 "editor",
13360 "env_logger 0.11.7",
13361 "futures 0.3.31",
13362 "gpui",
13363 "http_client",
13364 "inline_completion",
13365 "language",
13366 "log",
13367 "postage",
13368 "project",
13369 "serde",
13370 "serde_json",
13371 "settings",
13372 "smol",
13373 "supermaven_api",
13374 "text",
13375 "theme",
13376 "ui",
13377 "unicode-segmentation",
13378 "util",
13379]
13380
13381[[package]]
13382name = "supermaven_api"
13383version = "0.1.0"
13384dependencies = [
13385 "anyhow",
13386 "futures 0.3.31",
13387 "http_client",
13388 "paths",
13389 "serde",
13390 "serde_json",
13391 "smol",
13392]
13393
13394[[package]]
13395name = "sval"
13396version = "2.13.2"
13397source = "registry+https://github.com/rust-lang/crates.io-index"
13398checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
13399
13400[[package]]
13401name = "sval_buffer"
13402version = "2.13.2"
13403source = "registry+https://github.com/rust-lang/crates.io-index"
13404checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
13405dependencies = [
13406 "sval",
13407 "sval_ref",
13408]
13409
13410[[package]]
13411name = "sval_dynamic"
13412version = "2.13.2"
13413source = "registry+https://github.com/rust-lang/crates.io-index"
13414checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
13415dependencies = [
13416 "sval",
13417]
13418
13419[[package]]
13420name = "sval_fmt"
13421version = "2.13.2"
13422source = "registry+https://github.com/rust-lang/crates.io-index"
13423checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
13424dependencies = [
13425 "itoa",
13426 "ryu",
13427 "sval",
13428]
13429
13430[[package]]
13431name = "sval_json"
13432version = "2.13.2"
13433source = "registry+https://github.com/rust-lang/crates.io-index"
13434checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
13435dependencies = [
13436 "itoa",
13437 "ryu",
13438 "sval",
13439]
13440
13441[[package]]
13442name = "sval_nested"
13443version = "2.13.2"
13444source = "registry+https://github.com/rust-lang/crates.io-index"
13445checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
13446dependencies = [
13447 "sval",
13448 "sval_buffer",
13449 "sval_ref",
13450]
13451
13452[[package]]
13453name = "sval_ref"
13454version = "2.13.2"
13455source = "registry+https://github.com/rust-lang/crates.io-index"
13456checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
13457dependencies = [
13458 "sval",
13459]
13460
13461[[package]]
13462name = "sval_serde"
13463version = "2.13.2"
13464source = "registry+https://github.com/rust-lang/crates.io-index"
13465checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
13466dependencies = [
13467 "serde",
13468 "sval",
13469 "sval_nested",
13470]
13471
13472[[package]]
13473name = "svg_fmt"
13474version = "0.4.4"
13475source = "registry+https://github.com/rust-lang/crates.io-index"
13476checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
13477
13478[[package]]
13479name = "svgtypes"
13480version = "0.15.3"
13481source = "registry+https://github.com/rust-lang/crates.io-index"
13482checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
13483dependencies = [
13484 "kurbo",
13485 "siphasher 1.0.1",
13486]
13487
13488[[package]]
13489name = "swash"
13490version = "0.2.1"
13491source = "registry+https://github.com/rust-lang/crates.io-index"
13492checksum = "13d5bbc2aa266907ed8ee977c9c9e16363cc2b001266104e13397b57f1d15f71"
13493dependencies = [
13494 "skrifa",
13495 "yazi",
13496 "zeno",
13497]
13498
13499[[package]]
13500name = "syn"
13501version = "1.0.109"
13502source = "registry+https://github.com/rust-lang/crates.io-index"
13503checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
13504dependencies = [
13505 "proc-macro2",
13506 "quote",
13507 "unicode-ident",
13508]
13509
13510[[package]]
13511name = "syn"
13512version = "2.0.100"
13513source = "registry+https://github.com/rust-lang/crates.io-index"
13514checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
13515dependencies = [
13516 "proc-macro2",
13517 "quote",
13518 "unicode-ident",
13519]
13520
13521[[package]]
13522name = "sync_wrapper"
13523version = "0.1.2"
13524source = "registry+https://github.com/rust-lang/crates.io-index"
13525checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
13526
13527[[package]]
13528name = "sync_wrapper"
13529version = "1.0.2"
13530source = "registry+https://github.com/rust-lang/crates.io-index"
13531checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
13532dependencies = [
13533 "futures-core",
13534]
13535
13536[[package]]
13537name = "synchronoise"
13538version = "1.0.1"
13539source = "registry+https://github.com/rust-lang/crates.io-index"
13540checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
13541dependencies = [
13542 "crossbeam-queue",
13543]
13544
13545[[package]]
13546name = "synstructure"
13547version = "0.13.1"
13548source = "registry+https://github.com/rust-lang/crates.io-index"
13549checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
13550dependencies = [
13551 "proc-macro2",
13552 "quote",
13553 "syn 2.0.100",
13554]
13555
13556[[package]]
13557name = "sys-locale"
13558version = "0.3.2"
13559source = "registry+https://github.com/rust-lang/crates.io-index"
13560checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
13561dependencies = [
13562 "libc",
13563]
13564
13565[[package]]
13566name = "sysinfo"
13567version = "0.31.4"
13568source = "registry+https://github.com/rust-lang/crates.io-index"
13569checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
13570dependencies = [
13571 "core-foundation-sys",
13572 "libc",
13573 "memchr",
13574 "ntapi",
13575 "rayon",
13576 "windows 0.57.0",
13577]
13578
13579[[package]]
13580name = "system-configuration"
13581version = "0.5.1"
13582source = "registry+https://github.com/rust-lang/crates.io-index"
13583checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
13584dependencies = [
13585 "bitflags 1.3.2",
13586 "core-foundation 0.9.4",
13587 "system-configuration-sys 0.5.0",
13588]
13589
13590[[package]]
13591name = "system-configuration"
13592version = "0.6.1"
13593source = "registry+https://github.com/rust-lang/crates.io-index"
13594checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
13595dependencies = [
13596 "bitflags 2.9.0",
13597 "core-foundation 0.9.4",
13598 "system-configuration-sys 0.6.0",
13599]
13600
13601[[package]]
13602name = "system-configuration-sys"
13603version = "0.5.0"
13604source = "registry+https://github.com/rust-lang/crates.io-index"
13605checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
13606dependencies = [
13607 "core-foundation-sys",
13608 "libc",
13609]
13610
13611[[package]]
13612name = "system-configuration-sys"
13613version = "0.6.0"
13614source = "registry+https://github.com/rust-lang/crates.io-index"
13615checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
13616dependencies = [
13617 "core-foundation-sys",
13618 "libc",
13619]
13620
13621[[package]]
13622name = "system-deps"
13623version = "6.2.2"
13624source = "registry+https://github.com/rust-lang/crates.io-index"
13625checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
13626dependencies = [
13627 "cfg-expr",
13628 "heck 0.5.0",
13629 "pkg-config",
13630 "toml 0.8.20",
13631 "version-compare",
13632]
13633
13634[[package]]
13635name = "system-interface"
13636version = "0.27.3"
13637source = "registry+https://github.com/rust-lang/crates.io-index"
13638checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
13639dependencies = [
13640 "bitflags 2.9.0",
13641 "cap-fs-ext",
13642 "cap-std",
13643 "fd-lock",
13644 "io-lifetimes",
13645 "rustix",
13646 "windows-sys 0.59.0",
13647 "winx",
13648]
13649
13650[[package]]
13651name = "tab_switcher"
13652version = "0.1.0"
13653dependencies = [
13654 "anyhow",
13655 "collections",
13656 "ctor",
13657 "editor",
13658 "env_logger 0.11.7",
13659 "gpui",
13660 "language",
13661 "menu",
13662 "picker",
13663 "project",
13664 "schemars",
13665 "serde",
13666 "serde_json",
13667 "settings",
13668 "theme",
13669 "ui",
13670 "util",
13671 "workspace",
13672]
13673
13674[[package]]
13675name = "taffy"
13676version = "0.4.4"
13677source = "registry+https://github.com/rust-lang/crates.io-index"
13678checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
13679dependencies = [
13680 "arrayvec",
13681 "grid",
13682 "num-traits",
13683 "serde",
13684 "slotmap",
13685]
13686
13687[[package]]
13688name = "take-until"
13689version = "0.2.0"
13690source = "registry+https://github.com/rust-lang/crates.io-index"
13691checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
13692
13693[[package]]
13694name = "tap"
13695version = "1.0.1"
13696source = "registry+https://github.com/rust-lang/crates.io-index"
13697checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
13698
13699[[package]]
13700name = "target-lexicon"
13701version = "0.12.16"
13702source = "registry+https://github.com/rust-lang/crates.io-index"
13703checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
13704
13705[[package]]
13706name = "target-lexicon"
13707version = "0.13.2"
13708source = "registry+https://github.com/rust-lang/crates.io-index"
13709checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
13710
13711[[package]]
13712name = "task"
13713version = "0.1.0"
13714dependencies = [
13715 "anyhow",
13716 "collections",
13717 "dap-types",
13718 "futures 0.3.31",
13719 "gpui",
13720 "hex",
13721 "parking_lot",
13722 "schemars",
13723 "serde",
13724 "serde_json",
13725 "serde_json_lenient",
13726 "sha2",
13727 "shellexpand 2.1.2",
13728 "util",
13729 "zed_actions",
13730]
13731
13732[[package]]
13733name = "tasks_ui"
13734version = "0.1.0"
13735dependencies = [
13736 "anyhow",
13737 "debugger_ui",
13738 "editor",
13739 "feature_flags",
13740 "file_icons",
13741 "fuzzy",
13742 "gpui",
13743 "language",
13744 "menu",
13745 "picker",
13746 "project",
13747 "schemars",
13748 "serde",
13749 "serde_json",
13750 "settings",
13751 "task",
13752 "tree-sitter-rust",
13753 "tree-sitter-typescript",
13754 "ui",
13755 "util",
13756 "workspace",
13757 "zed_actions",
13758]
13759
13760[[package]]
13761name = "telemetry"
13762version = "0.1.0"
13763dependencies = [
13764 "futures 0.3.31",
13765 "serde",
13766 "serde_json",
13767 "telemetry_events",
13768]
13769
13770[[package]]
13771name = "telemetry_events"
13772version = "0.1.0"
13773dependencies = [
13774 "semantic_version",
13775 "serde",
13776 "serde_json",
13777]
13778
13779[[package]]
13780name = "tempfile"
13781version = "3.17.1"
13782source = "registry+https://github.com/rust-lang/crates.io-index"
13783checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230"
13784dependencies = [
13785 "cfg-if",
13786 "fastrand 2.3.0",
13787 "getrandom 0.3.1",
13788 "once_cell",
13789 "rustix",
13790 "windows-sys 0.59.0",
13791]
13792
13793[[package]]
13794name = "tendril"
13795version = "0.4.3"
13796source = "registry+https://github.com/rust-lang/crates.io-index"
13797checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
13798dependencies = [
13799 "futf",
13800 "mac",
13801 "utf-8",
13802]
13803
13804[[package]]
13805name = "termcolor"
13806version = "1.4.1"
13807source = "registry+https://github.com/rust-lang/crates.io-index"
13808checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
13809dependencies = [
13810 "winapi-util",
13811]
13812
13813[[package]]
13814name = "terminal"
13815version = "0.1.0"
13816dependencies = [
13817 "alacritty_terminal",
13818 "anyhow",
13819 "collections",
13820 "dirs 4.0.0",
13821 "futures 0.3.31",
13822 "gpui",
13823 "libc",
13824 "rand 0.8.5",
13825 "regex",
13826 "release_channel",
13827 "schemars",
13828 "serde",
13829 "serde_derive",
13830 "settings",
13831 "smol",
13832 "sysinfo",
13833 "task",
13834 "theme",
13835 "thiserror 2.0.12",
13836 "util",
13837 "windows 0.61.1",
13838]
13839
13840[[package]]
13841name = "terminal_size"
13842version = "0.4.1"
13843source = "registry+https://github.com/rust-lang/crates.io-index"
13844checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
13845dependencies = [
13846 "rustix",
13847 "windows-sys 0.59.0",
13848]
13849
13850[[package]]
13851name = "terminal_view"
13852version = "0.1.0"
13853dependencies = [
13854 "anyhow",
13855 "async-recursion 1.1.1",
13856 "breadcrumbs",
13857 "client",
13858 "collections",
13859 "db",
13860 "dirs 4.0.0",
13861 "editor",
13862 "futures 0.3.31",
13863 "gpui",
13864 "itertools 0.14.0",
13865 "language",
13866 "log",
13867 "project",
13868 "rand 0.8.5",
13869 "schemars",
13870 "search",
13871 "serde",
13872 "serde_json",
13873 "settings",
13874 "shellexpand 2.1.2",
13875 "smol",
13876 "task",
13877 "terminal",
13878 "theme",
13879 "ui",
13880 "util",
13881 "workspace",
13882 "zed_actions",
13883]
13884
13885[[package]]
13886name = "text"
13887version = "0.1.0"
13888dependencies = [
13889 "anyhow",
13890 "clock",
13891 "collections",
13892 "ctor",
13893 "env_logger 0.11.7",
13894 "gpui",
13895 "http_client",
13896 "log",
13897 "parking_lot",
13898 "postage",
13899 "rand 0.8.5",
13900 "regex",
13901 "rope",
13902 "smallvec",
13903 "sum_tree",
13904 "util",
13905]
13906
13907[[package]]
13908name = "theme"
13909version = "0.1.0"
13910dependencies = [
13911 "anyhow",
13912 "collections",
13913 "derive_more",
13914 "fs",
13915 "futures 0.3.31",
13916 "gpui",
13917 "indexmap",
13918 "log",
13919 "palette",
13920 "parking_lot",
13921 "refineable",
13922 "schemars",
13923 "serde",
13924 "serde_derive",
13925 "serde_json",
13926 "serde_json_lenient",
13927 "serde_repr",
13928 "settings",
13929 "strum",
13930 "thiserror 2.0.12",
13931 "util",
13932 "uuid",
13933]
13934
13935[[package]]
13936name = "theme_extension"
13937version = "0.1.0"
13938dependencies = [
13939 "anyhow",
13940 "extension",
13941 "fs",
13942 "gpui",
13943 "theme",
13944]
13945
13946[[package]]
13947name = "theme_importer"
13948version = "0.1.0"
13949dependencies = [
13950 "anyhow",
13951 "clap",
13952 "gpui",
13953 "indexmap",
13954 "log",
13955 "palette",
13956 "rust-embed",
13957 "serde",
13958 "serde_json",
13959 "serde_json_lenient",
13960 "simplelog",
13961 "strum",
13962 "theme",
13963 "vscode_theme",
13964]
13965
13966[[package]]
13967name = "theme_selector"
13968version = "0.1.0"
13969dependencies = [
13970 "fs",
13971 "fuzzy",
13972 "gpui",
13973 "log",
13974 "picker",
13975 "serde",
13976 "settings",
13977 "telemetry",
13978 "theme",
13979 "ui",
13980 "util",
13981 "workspace",
13982 "zed_actions",
13983]
13984
13985[[package]]
13986name = "thiserror"
13987version = "1.0.69"
13988source = "registry+https://github.com/rust-lang/crates.io-index"
13989checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
13990dependencies = [
13991 "thiserror-impl 1.0.69",
13992]
13993
13994[[package]]
13995name = "thiserror"
13996version = "2.0.12"
13997source = "registry+https://github.com/rust-lang/crates.io-index"
13998checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
13999dependencies = [
14000 "thiserror-impl 2.0.12",
14001]
14002
14003[[package]]
14004name = "thiserror-impl"
14005version = "1.0.69"
14006source = "registry+https://github.com/rust-lang/crates.io-index"
14007checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
14008dependencies = [
14009 "proc-macro2",
14010 "quote",
14011 "syn 2.0.100",
14012]
14013
14014[[package]]
14015name = "thiserror-impl"
14016version = "2.0.12"
14017source = "registry+https://github.com/rust-lang/crates.io-index"
14018checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
14019dependencies = [
14020 "proc-macro2",
14021 "quote",
14022 "syn 2.0.100",
14023]
14024
14025[[package]]
14026name = "thread_local"
14027version = "1.1.8"
14028source = "registry+https://github.com/rust-lang/crates.io-index"
14029checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
14030dependencies = [
14031 "cfg-if",
14032 "once_cell",
14033]
14034
14035[[package]]
14036name = "tiff"
14037version = "0.9.1"
14038source = "registry+https://github.com/rust-lang/crates.io-index"
14039checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
14040dependencies = [
14041 "flate2",
14042 "jpeg-decoder",
14043 "weezl",
14044]
14045
14046[[package]]
14047name = "tiktoken-rs"
14048version = "0.6.0"
14049source = "registry+https://github.com/rust-lang/crates.io-index"
14050checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
14051dependencies = [
14052 "anyhow",
14053 "base64 0.21.7",
14054 "bstr",
14055 "fancy-regex 0.13.0",
14056 "lazy_static",
14057 "parking_lot",
14058 "regex",
14059 "rustc-hash 1.1.0",
14060]
14061
14062[[package]]
14063name = "time"
14064version = "0.3.41"
14065source = "registry+https://github.com/rust-lang/crates.io-index"
14066checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
14067dependencies = [
14068 "deranged",
14069 "itoa",
14070 "libc",
14071 "num-conv",
14072 "num_threads",
14073 "powerfmt",
14074 "serde",
14075 "time-core",
14076 "time-macros",
14077]
14078
14079[[package]]
14080name = "time-core"
14081version = "0.1.4"
14082source = "registry+https://github.com/rust-lang/crates.io-index"
14083checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
14084
14085[[package]]
14086name = "time-macros"
14087version = "0.2.22"
14088source = "registry+https://github.com/rust-lang/crates.io-index"
14089checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
14090dependencies = [
14091 "num-conv",
14092 "time-core",
14093]
14094
14095[[package]]
14096name = "time_format"
14097version = "0.1.0"
14098dependencies = [
14099 "core-foundation 0.9.4",
14100 "core-foundation-sys",
14101 "sys-locale",
14102 "time",
14103]
14104
14105[[package]]
14106name = "tiny-keccak"
14107version = "2.0.2"
14108source = "registry+https://github.com/rust-lang/crates.io-index"
14109checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
14110dependencies = [
14111 "crunchy",
14112]
14113
14114[[package]]
14115name = "tiny-skia"
14116version = "0.11.4"
14117source = "registry+https://github.com/rust-lang/crates.io-index"
14118checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
14119dependencies = [
14120 "arrayref",
14121 "arrayvec",
14122 "bytemuck",
14123 "cfg-if",
14124 "log",
14125 "png",
14126 "tiny-skia-path",
14127]
14128
14129[[package]]
14130name = "tiny-skia-path"
14131version = "0.11.4"
14132source = "registry+https://github.com/rust-lang/crates.io-index"
14133checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
14134dependencies = [
14135 "arrayref",
14136 "bytemuck",
14137 "strict-num",
14138]
14139
14140[[package]]
14141name = "tiny_http"
14142version = "0.8.2"
14143source = "registry+https://github.com/rust-lang/crates.io-index"
14144checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
14145dependencies = [
14146 "ascii",
14147 "chrono",
14148 "chunked_transfer",
14149 "log",
14150 "url",
14151]
14152
14153[[package]]
14154name = "tinystr"
14155version = "0.7.6"
14156source = "registry+https://github.com/rust-lang/crates.io-index"
14157checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
14158dependencies = [
14159 "displaydoc",
14160 "zerovec",
14161]
14162
14163[[package]]
14164name = "tinytemplate"
14165version = "1.2.1"
14166source = "registry+https://github.com/rust-lang/crates.io-index"
14167checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
14168dependencies = [
14169 "serde",
14170 "serde_json",
14171]
14172
14173[[package]]
14174name = "tinyvec"
14175version = "1.8.0"
14176source = "registry+https://github.com/rust-lang/crates.io-index"
14177checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
14178dependencies = [
14179 "tinyvec_macros",
14180]
14181
14182[[package]]
14183name = "tinyvec_macros"
14184version = "0.1.1"
14185source = "registry+https://github.com/rust-lang/crates.io-index"
14186checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
14187
14188[[package]]
14189name = "title_bar"
14190version = "0.1.0"
14191dependencies = [
14192 "auto_update",
14193 "call",
14194 "chrono",
14195 "client",
14196 "collections",
14197 "db",
14198 "feature_flags",
14199 "gpui",
14200 "http_client",
14201 "notifications",
14202 "pretty_assertions",
14203 "project",
14204 "remote",
14205 "rpc",
14206 "schemars",
14207 "serde",
14208 "settings",
14209 "smallvec",
14210 "story",
14211 "telemetry",
14212 "theme",
14213 "tree-sitter-md",
14214 "ui",
14215 "util",
14216 "windows 0.61.1",
14217 "workspace",
14218 "zed_actions",
14219]
14220
14221[[package]]
14222name = "tokio"
14223version = "1.43.0"
14224source = "registry+https://github.com/rust-lang/crates.io-index"
14225checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
14226dependencies = [
14227 "backtrace",
14228 "bytes 1.10.1",
14229 "libc",
14230 "mio",
14231 "parking_lot",
14232 "pin-project-lite",
14233 "signal-hook-registry",
14234 "socket2",
14235 "tokio-macros",
14236 "windows-sys 0.52.0",
14237]
14238
14239[[package]]
14240name = "tokio-io"
14241version = "0.1.13"
14242source = "registry+https://github.com/rust-lang/crates.io-index"
14243checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
14244dependencies = [
14245 "bytes 0.4.12",
14246 "futures 0.1.31",
14247 "log",
14248]
14249
14250[[package]]
14251name = "tokio-macros"
14252version = "2.5.0"
14253source = "registry+https://github.com/rust-lang/crates.io-index"
14254checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
14255dependencies = [
14256 "proc-macro2",
14257 "quote",
14258 "syn 2.0.100",
14259]
14260
14261[[package]]
14262name = "tokio-native-tls"
14263version = "0.3.1"
14264source = "registry+https://github.com/rust-lang/crates.io-index"
14265checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
14266dependencies = [
14267 "native-tls",
14268 "tokio",
14269]
14270
14271[[package]]
14272name = "tokio-rustls"
14273version = "0.24.1"
14274source = "registry+https://github.com/rust-lang/crates.io-index"
14275checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
14276dependencies = [
14277 "rustls 0.21.12",
14278 "tokio",
14279]
14280
14281[[package]]
14282name = "tokio-rustls"
14283version = "0.26.1"
14284source = "registry+https://github.com/rust-lang/crates.io-index"
14285checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
14286dependencies = [
14287 "rustls 0.23.25",
14288 "tokio",
14289]
14290
14291[[package]]
14292name = "tokio-socks"
14293version = "0.5.2"
14294source = "registry+https://github.com/rust-lang/crates.io-index"
14295checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
14296dependencies = [
14297 "either",
14298 "futures-io",
14299 "futures-util",
14300 "thiserror 1.0.69",
14301 "tokio",
14302]
14303
14304[[package]]
14305name = "tokio-stream"
14306version = "0.1.17"
14307source = "registry+https://github.com/rust-lang/crates.io-index"
14308checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
14309dependencies = [
14310 "futures-core",
14311 "pin-project-lite",
14312 "tokio",
14313]
14314
14315[[package]]
14316name = "tokio-tungstenite"
14317version = "0.20.1"
14318source = "registry+https://github.com/rust-lang/crates.io-index"
14319checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
14320dependencies = [
14321 "futures-util",
14322 "log",
14323 "rustls 0.21.12",
14324 "rustls-native-certs 0.6.3",
14325 "tokio",
14326 "tokio-rustls 0.24.1",
14327 "tungstenite 0.20.1",
14328]
14329
14330[[package]]
14331name = "tokio-tungstenite"
14332version = "0.21.0"
14333source = "registry+https://github.com/rust-lang/crates.io-index"
14334checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
14335dependencies = [
14336 "futures-util",
14337 "log",
14338 "tokio",
14339 "tungstenite 0.21.0",
14340]
14341
14342[[package]]
14343name = "tokio-util"
14344version = "0.7.13"
14345source = "registry+https://github.com/rust-lang/crates.io-index"
14346checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
14347dependencies = [
14348 "bytes 1.10.1",
14349 "futures-core",
14350 "futures-io",
14351 "futures-sink",
14352 "pin-project-lite",
14353 "tokio",
14354]
14355
14356[[package]]
14357name = "toml"
14358version = "0.5.11"
14359source = "registry+https://github.com/rust-lang/crates.io-index"
14360checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
14361dependencies = [
14362 "serde",
14363]
14364
14365[[package]]
14366name = "toml"
14367version = "0.8.20"
14368source = "registry+https://github.com/rust-lang/crates.io-index"
14369checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
14370dependencies = [
14371 "serde",
14372 "serde_spanned",
14373 "toml_datetime",
14374 "toml_edit",
14375]
14376
14377[[package]]
14378name = "toml_datetime"
14379version = "0.6.8"
14380source = "registry+https://github.com/rust-lang/crates.io-index"
14381checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
14382dependencies = [
14383 "serde",
14384]
14385
14386[[package]]
14387name = "toml_edit"
14388version = "0.22.23"
14389source = "registry+https://github.com/rust-lang/crates.io-index"
14390checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee"
14391dependencies = [
14392 "indexmap",
14393 "serde",
14394 "serde_spanned",
14395 "toml_datetime",
14396 "winnow 0.7.1",
14397]
14398
14399[[package]]
14400name = "toolchain_selector"
14401version = "0.1.0"
14402dependencies = [
14403 "editor",
14404 "fuzzy",
14405 "gpui",
14406 "language",
14407 "picker",
14408 "project",
14409 "ui",
14410 "util",
14411 "workspace",
14412]
14413
14414[[package]]
14415name = "topological-sort"
14416version = "0.2.2"
14417source = "registry+https://github.com/rust-lang/crates.io-index"
14418checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
14419
14420[[package]]
14421name = "tower"
14422version = "0.4.13"
14423source = "registry+https://github.com/rust-lang/crates.io-index"
14424checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
14425dependencies = [
14426 "futures-core",
14427 "futures-util",
14428 "pin-project",
14429 "pin-project-lite",
14430 "tokio",
14431 "tower-layer",
14432 "tower-service",
14433 "tracing",
14434]
14435
14436[[package]]
14437name = "tower-http"
14438version = "0.3.5"
14439source = "registry+https://github.com/rust-lang/crates.io-index"
14440checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
14441dependencies = [
14442 "bitflags 1.3.2",
14443 "bytes 1.10.1",
14444 "futures-core",
14445 "futures-util",
14446 "http 0.2.12",
14447 "http-body 0.4.6",
14448 "http-range-header",
14449 "pin-project-lite",
14450 "tower-layer",
14451 "tower-service",
14452]
14453
14454[[package]]
14455name = "tower-http"
14456version = "0.4.4"
14457source = "registry+https://github.com/rust-lang/crates.io-index"
14458checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
14459dependencies = [
14460 "bitflags 2.9.0",
14461 "bytes 1.10.1",
14462 "futures-core",
14463 "futures-util",
14464 "http 0.2.12",
14465 "http-body 0.4.6",
14466 "http-range-header",
14467 "pin-project-lite",
14468 "tower-layer",
14469 "tower-service",
14470 "tracing",
14471]
14472
14473[[package]]
14474name = "tower-layer"
14475version = "0.3.3"
14476source = "registry+https://github.com/rust-lang/crates.io-index"
14477checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
14478
14479[[package]]
14480name = "tower-service"
14481version = "0.3.3"
14482source = "registry+https://github.com/rust-lang/crates.io-index"
14483checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
14484
14485[[package]]
14486name = "tracing"
14487version = "0.1.41"
14488source = "registry+https://github.com/rust-lang/crates.io-index"
14489checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
14490dependencies = [
14491 "log",
14492 "pin-project-lite",
14493 "tracing-attributes",
14494 "tracing-core",
14495]
14496
14497[[package]]
14498name = "tracing-attributes"
14499version = "0.1.28"
14500source = "registry+https://github.com/rust-lang/crates.io-index"
14501checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
14502dependencies = [
14503 "proc-macro2",
14504 "quote",
14505 "syn 2.0.100",
14506]
14507
14508[[package]]
14509name = "tracing-core"
14510version = "0.1.33"
14511source = "registry+https://github.com/rust-lang/crates.io-index"
14512checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
14513dependencies = [
14514 "once_cell",
14515 "valuable",
14516]
14517
14518[[package]]
14519name = "tracing-log"
14520version = "0.2.0"
14521source = "registry+https://github.com/rust-lang/crates.io-index"
14522checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
14523dependencies = [
14524 "log",
14525 "once_cell",
14526 "tracing-core",
14527]
14528
14529[[package]]
14530name = "tracing-serde"
14531version = "0.2.0"
14532source = "registry+https://github.com/rust-lang/crates.io-index"
14533checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
14534dependencies = [
14535 "serde",
14536 "tracing-core",
14537]
14538
14539[[package]]
14540name = "tracing-subscriber"
14541version = "0.3.19"
14542source = "registry+https://github.com/rust-lang/crates.io-index"
14543checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
14544dependencies = [
14545 "matchers",
14546 "nu-ansi-term",
14547 "once_cell",
14548 "regex",
14549 "serde",
14550 "serde_json",
14551 "sharded-slab",
14552 "smallvec",
14553 "thread_local",
14554 "tracing",
14555 "tracing-core",
14556 "tracing-log",
14557 "tracing-serde",
14558]
14559
14560[[package]]
14561name = "trait-variant"
14562version = "0.1.2"
14563source = "registry+https://github.com/rust-lang/crates.io-index"
14564checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
14565dependencies = [
14566 "proc-macro2",
14567 "quote",
14568 "syn 2.0.100",
14569]
14570
14571[[package]]
14572name = "tree-sitter"
14573version = "0.25.3"
14574source = "registry+https://github.com/rust-lang/crates.io-index"
14575checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
14576dependencies = [
14577 "cc",
14578 "regex",
14579 "regex-syntax 0.8.5",
14580 "serde_json",
14581 "streaming-iterator",
14582 "tree-sitter-language",
14583 "wasmtime-c-api-impl",
14584]
14585
14586[[package]]
14587name = "tree-sitter-bash"
14588version = "0.23.3"
14589source = "registry+https://github.com/rust-lang/crates.io-index"
14590checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
14591dependencies = [
14592 "cc",
14593 "tree-sitter-language",
14594]
14595
14596[[package]]
14597name = "tree-sitter-c"
14598version = "0.23.4"
14599source = "registry+https://github.com/rust-lang/crates.io-index"
14600checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
14601dependencies = [
14602 "cc",
14603 "tree-sitter-language",
14604]
14605
14606[[package]]
14607name = "tree-sitter-cpp"
14608version = "0.23.4"
14609source = "registry+https://github.com/rust-lang/crates.io-index"
14610checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
14611dependencies = [
14612 "cc",
14613 "tree-sitter-language",
14614]
14615
14616[[package]]
14617name = "tree-sitter-css"
14618version = "0.23.2"
14619source = "registry+https://github.com/rust-lang/crates.io-index"
14620checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
14621dependencies = [
14622 "cc",
14623 "tree-sitter-language",
14624]
14625
14626[[package]]
14627name = "tree-sitter-diff"
14628version = "0.1.0"
14629source = "registry+https://github.com/rust-lang/crates.io-index"
14630checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
14631dependencies = [
14632 "cc",
14633 "tree-sitter-language",
14634]
14635
14636[[package]]
14637name = "tree-sitter-elixir"
14638version = "0.3.4"
14639source = "registry+https://github.com/rust-lang/crates.io-index"
14640checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
14641dependencies = [
14642 "cc",
14643 "tree-sitter-language",
14644]
14645
14646[[package]]
14647name = "tree-sitter-embedded-template"
14648version = "0.23.2"
14649source = "registry+https://github.com/rust-lang/crates.io-index"
14650checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
14651dependencies = [
14652 "cc",
14653 "tree-sitter-language",
14654]
14655
14656[[package]]
14657name = "tree-sitter-gitcommit"
14658version = "0.0.1"
14659source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
14660dependencies = [
14661 "cc",
14662 "tree-sitter-language",
14663]
14664
14665[[package]]
14666name = "tree-sitter-go"
14667version = "0.23.4"
14668source = "registry+https://github.com/rust-lang/crates.io-index"
14669checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
14670dependencies = [
14671 "cc",
14672 "tree-sitter-language",
14673]
14674
14675[[package]]
14676name = "tree-sitter-gomod"
14677version = "1.1.1"
14678source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
14679dependencies = [
14680 "cc",
14681 "tree-sitter-language",
14682]
14683
14684[[package]]
14685name = "tree-sitter-gowork"
14686version = "0.0.1"
14687source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
14688dependencies = [
14689 "cc",
14690 "tree-sitter-language",
14691]
14692
14693[[package]]
14694name = "tree-sitter-heex"
14695version = "0.0.1"
14696source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
14697dependencies = [
14698 "cc",
14699 "tree-sitter-language",
14700]
14701
14702[[package]]
14703name = "tree-sitter-html"
14704version = "0.23.2"
14705source = "registry+https://github.com/rust-lang/crates.io-index"
14706checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
14707dependencies = [
14708 "cc",
14709 "tree-sitter-language",
14710]
14711
14712[[package]]
14713name = "tree-sitter-jsdoc"
14714version = "0.23.2"
14715source = "registry+https://github.com/rust-lang/crates.io-index"
14716checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
14717dependencies = [
14718 "cc",
14719 "tree-sitter-language",
14720]
14721
14722[[package]]
14723name = "tree-sitter-json"
14724version = "0.24.8"
14725source = "registry+https://github.com/rust-lang/crates.io-index"
14726checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
14727dependencies = [
14728 "cc",
14729 "tree-sitter-language",
14730]
14731
14732[[package]]
14733name = "tree-sitter-language"
14734version = "0.1.3"
14735source = "registry+https://github.com/rust-lang/crates.io-index"
14736checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
14737
14738[[package]]
14739name = "tree-sitter-md"
14740version = "0.3.2"
14741source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
14742dependencies = [
14743 "cc",
14744 "tree-sitter-language",
14745]
14746
14747[[package]]
14748name = "tree-sitter-python"
14749version = "0.23.6"
14750source = "registry+https://github.com/rust-lang/crates.io-index"
14751checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
14752dependencies = [
14753 "cc",
14754 "tree-sitter-language",
14755]
14756
14757[[package]]
14758name = "tree-sitter-regex"
14759version = "0.24.3"
14760source = "registry+https://github.com/rust-lang/crates.io-index"
14761checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
14762dependencies = [
14763 "cc",
14764 "tree-sitter-language",
14765]
14766
14767[[package]]
14768name = "tree-sitter-ruby"
14769version = "0.23.1"
14770source = "registry+https://github.com/rust-lang/crates.io-index"
14771checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
14772dependencies = [
14773 "cc",
14774 "tree-sitter-language",
14775]
14776
14777[[package]]
14778name = "tree-sitter-rust"
14779version = "0.23.2"
14780source = "registry+https://github.com/rust-lang/crates.io-index"
14781checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
14782dependencies = [
14783 "cc",
14784 "tree-sitter-language",
14785]
14786
14787[[package]]
14788name = "tree-sitter-typescript"
14789version = "0.23.2"
14790source = "registry+https://github.com/rust-lang/crates.io-index"
14791checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
14792dependencies = [
14793 "cc",
14794 "tree-sitter-language",
14795]
14796
14797[[package]]
14798name = "tree-sitter-yaml"
14799version = "0.6.1"
14800source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
14801dependencies = [
14802 "cc",
14803 "tree-sitter-language",
14804]
14805
14806[[package]]
14807name = "try-lock"
14808version = "0.2.5"
14809source = "registry+https://github.com/rust-lang/crates.io-index"
14810checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
14811
14812[[package]]
14813name = "ttf-parser"
14814version = "0.20.0"
14815source = "registry+https://github.com/rust-lang/crates.io-index"
14816checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
14817
14818[[package]]
14819name = "ttf-parser"
14820version = "0.21.1"
14821source = "registry+https://github.com/rust-lang/crates.io-index"
14822checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
14823
14824[[package]]
14825name = "ttf-parser"
14826version = "0.25.1"
14827source = "registry+https://github.com/rust-lang/crates.io-index"
14828checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
14829dependencies = [
14830 "core_maths",
14831]
14832
14833[[package]]
14834name = "tungstenite"
14835version = "0.20.1"
14836source = "registry+https://github.com/rust-lang/crates.io-index"
14837checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
14838dependencies = [
14839 "byteorder",
14840 "bytes 1.10.1",
14841 "data-encoding",
14842 "http 0.2.12",
14843 "httparse",
14844 "log",
14845 "rand 0.8.5",
14846 "rustls 0.21.12",
14847 "sha1",
14848 "thiserror 1.0.69",
14849 "url",
14850 "utf-8",
14851]
14852
14853[[package]]
14854name = "tungstenite"
14855version = "0.21.0"
14856source = "registry+https://github.com/rust-lang/crates.io-index"
14857checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
14858dependencies = [
14859 "byteorder",
14860 "bytes 1.10.1",
14861 "data-encoding",
14862 "http 1.2.0",
14863 "httparse",
14864 "log",
14865 "rand 0.8.5",
14866 "sha1",
14867 "thiserror 1.0.69",
14868 "url",
14869 "utf-8",
14870]
14871
14872[[package]]
14873name = "tungstenite"
14874version = "0.24.0"
14875source = "registry+https://github.com/rust-lang/crates.io-index"
14876checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
14877dependencies = [
14878 "byteorder",
14879 "bytes 1.10.1",
14880 "data-encoding",
14881 "http 1.2.0",
14882 "httparse",
14883 "log",
14884 "rand 0.8.5",
14885 "sha1",
14886 "thiserror 1.0.69",
14887 "utf-8",
14888]
14889
14890[[package]]
14891name = "typeid"
14892version = "1.0.2"
14893source = "registry+https://github.com/rust-lang/crates.io-index"
14894checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
14895
14896[[package]]
14897name = "typenum"
14898version = "1.17.0"
14899source = "registry+https://github.com/rust-lang/crates.io-index"
14900checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
14901
14902[[package]]
14903name = "ucd-trie"
14904version = "0.1.7"
14905source = "registry+https://github.com/rust-lang/crates.io-index"
14906checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
14907
14908[[package]]
14909name = "uds_windows"
14910version = "1.1.0"
14911source = "registry+https://github.com/rust-lang/crates.io-index"
14912checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
14913dependencies = [
14914 "memoffset",
14915 "tempfile",
14916 "winapi",
14917]
14918
14919[[package]]
14920name = "ui"
14921version = "0.1.0"
14922dependencies = [
14923 "chrono",
14924 "component",
14925 "gpui",
14926 "icons",
14927 "itertools 0.14.0",
14928 "linkme",
14929 "menu",
14930 "serde",
14931 "settings",
14932 "smallvec",
14933 "story",
14934 "strum",
14935 "theme",
14936 "ui_macros",
14937 "util",
14938 "windows 0.61.1",
14939]
14940
14941[[package]]
14942name = "ui_input"
14943version = "0.1.0"
14944dependencies = [
14945 "editor",
14946 "gpui",
14947 "settings",
14948 "theme",
14949 "ui",
14950]
14951
14952[[package]]
14953name = "ui_macros"
14954version = "0.1.0"
14955dependencies = [
14956 "convert_case 0.8.0",
14957 "linkme",
14958 "proc-macro2",
14959 "quote",
14960 "syn 1.0.109",
14961]
14962
14963[[package]]
14964name = "ui_prompt"
14965version = "0.1.0"
14966dependencies = [
14967 "gpui",
14968 "markdown",
14969 "menu",
14970 "settings",
14971 "theme",
14972 "ui",
14973 "workspace",
14974]
14975
14976[[package]]
14977name = "unicase"
14978version = "2.8.1"
14979source = "registry+https://github.com/rust-lang/crates.io-index"
14980checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
14981
14982[[package]]
14983name = "unicode-bidi"
14984version = "0.3.17"
14985source = "registry+https://github.com/rust-lang/crates.io-index"
14986checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
14987
14988[[package]]
14989name = "unicode-bidi-mirroring"
14990version = "0.2.0"
14991source = "registry+https://github.com/rust-lang/crates.io-index"
14992checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
14993
14994[[package]]
14995name = "unicode-bidi-mirroring"
14996version = "0.4.0"
14997source = "registry+https://github.com/rust-lang/crates.io-index"
14998checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
14999
15000[[package]]
15001name = "unicode-ccc"
15002version = "0.2.0"
15003source = "registry+https://github.com/rust-lang/crates.io-index"
15004checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
15005
15006[[package]]
15007name = "unicode-ccc"
15008version = "0.4.0"
15009source = "registry+https://github.com/rust-lang/crates.io-index"
15010checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
15011
15012[[package]]
15013name = "unicode-ident"
15014version = "1.0.14"
15015source = "registry+https://github.com/rust-lang/crates.io-index"
15016checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
15017
15018[[package]]
15019name = "unicode-linebreak"
15020version = "0.1.5"
15021source = "registry+https://github.com/rust-lang/crates.io-index"
15022checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
15023
15024[[package]]
15025name = "unicode-normalization"
15026version = "0.1.24"
15027source = "registry+https://github.com/rust-lang/crates.io-index"
15028checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
15029dependencies = [
15030 "tinyvec",
15031]
15032
15033[[package]]
15034name = "unicode-properties"
15035version = "0.1.3"
15036source = "registry+https://github.com/rust-lang/crates.io-index"
15037checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
15038
15039[[package]]
15040name = "unicode-script"
15041version = "0.5.7"
15042source = "registry+https://github.com/rust-lang/crates.io-index"
15043checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
15044
15045[[package]]
15046name = "unicode-segmentation"
15047version = "1.12.0"
15048source = "registry+https://github.com/rust-lang/crates.io-index"
15049checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
15050
15051[[package]]
15052name = "unicode-vo"
15053version = "0.1.0"
15054source = "registry+https://github.com/rust-lang/crates.io-index"
15055checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
15056
15057[[package]]
15058name = "unicode-width"
15059version = "0.1.14"
15060source = "registry+https://github.com/rust-lang/crates.io-index"
15061checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
15062
15063[[package]]
15064name = "unicode-xid"
15065version = "0.2.6"
15066source = "registry+https://github.com/rust-lang/crates.io-index"
15067checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
15068
15069[[package]]
15070name = "unicode_categories"
15071version = "0.1.1"
15072source = "registry+https://github.com/rust-lang/crates.io-index"
15073checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
15074
15075[[package]]
15076name = "unindent"
15077version = "0.2.4"
15078source = "registry+https://github.com/rust-lang/crates.io-index"
15079checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
15080
15081[[package]]
15082name = "untrusted"
15083version = "0.9.0"
15084source = "registry+https://github.com/rust-lang/crates.io-index"
15085checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
15086
15087[[package]]
15088name = "url"
15089version = "2.5.4"
15090source = "registry+https://github.com/rust-lang/crates.io-index"
15091checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
15092dependencies = [
15093 "form_urlencoded",
15094 "idna",
15095 "percent-encoding",
15096 "serde",
15097]
15098
15099[[package]]
15100name = "urlencoding"
15101version = "2.1.3"
15102source = "registry+https://github.com/rust-lang/crates.io-index"
15103checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
15104
15105[[package]]
15106name = "usvg"
15107version = "0.45.0"
15108source = "registry+https://github.com/rust-lang/crates.io-index"
15109checksum = "2ac8e0e3e4696253dc06167990b3fe9a2668ab66270adf949a464db4088cb354"
15110dependencies = [
15111 "base64 0.22.1",
15112 "data-url",
15113 "flate2",
15114 "fontdb 0.23.0",
15115 "imagesize",
15116 "kurbo",
15117 "log",
15118 "pico-args",
15119 "roxmltree",
15120 "rustybuzz 0.20.1",
15121 "simplecss",
15122 "siphasher 1.0.1",
15123 "strict-num",
15124 "svgtypes",
15125 "tiny-skia-path",
15126 "unicode-bidi",
15127 "unicode-script",
15128 "unicode-vo",
15129 "xmlwriter",
15130]
15131
15132[[package]]
15133name = "utf-8"
15134version = "0.7.6"
15135source = "registry+https://github.com/rust-lang/crates.io-index"
15136checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
15137
15138[[package]]
15139name = "utf16_iter"
15140version = "1.0.5"
15141source = "registry+https://github.com/rust-lang/crates.io-index"
15142checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
15143
15144[[package]]
15145name = "utf8_iter"
15146version = "1.0.4"
15147source = "registry+https://github.com/rust-lang/crates.io-index"
15148checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
15149
15150[[package]]
15151name = "utf8parse"
15152version = "0.2.2"
15153source = "registry+https://github.com/rust-lang/crates.io-index"
15154checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
15155
15156[[package]]
15157name = "util"
15158version = "0.1.0"
15159dependencies = [
15160 "anyhow",
15161 "async-fs",
15162 "collections",
15163 "dirs 4.0.0",
15164 "dunce",
15165 "futures 0.3.31",
15166 "futures-lite 1.13.0",
15167 "git2",
15168 "globset",
15169 "itertools 0.14.0",
15170 "libc",
15171 "log",
15172 "rand 0.8.5",
15173 "regex",
15174 "rust-embed",
15175 "serde",
15176 "serde_json",
15177 "smol",
15178 "take-until",
15179 "tempfile",
15180 "tendril",
15181 "unicase",
15182 "util_macros",
15183]
15184
15185[[package]]
15186name = "util_macros"
15187version = "0.1.0"
15188dependencies = [
15189 "quote",
15190 "syn 1.0.109",
15191]
15192
15193[[package]]
15194name = "uuid"
15195version = "1.13.2"
15196source = "registry+https://github.com/rust-lang/crates.io-index"
15197checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6"
15198dependencies = [
15199 "getrandom 0.3.1",
15200 "serde",
15201 "sha1_smol",
15202]
15203
15204[[package]]
15205name = "v_frame"
15206version = "0.3.8"
15207source = "registry+https://github.com/rust-lang/crates.io-index"
15208checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
15209dependencies = [
15210 "aligned-vec",
15211 "num-traits",
15212 "wasm-bindgen",
15213]
15214
15215[[package]]
15216name = "valuable"
15217version = "0.1.0"
15218source = "registry+https://github.com/rust-lang/crates.io-index"
15219checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
15220
15221[[package]]
15222name = "value-bag"
15223version = "1.10.0"
15224source = "registry+https://github.com/rust-lang/crates.io-index"
15225checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
15226dependencies = [
15227 "value-bag-serde1",
15228 "value-bag-sval2",
15229]
15230
15231[[package]]
15232name = "value-bag-serde1"
15233version = "1.10.0"
15234source = "registry+https://github.com/rust-lang/crates.io-index"
15235checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
15236dependencies = [
15237 "erased-serde",
15238 "serde",
15239 "serde_fmt",
15240]
15241
15242[[package]]
15243name = "value-bag-sval2"
15244version = "1.10.0"
15245source = "registry+https://github.com/rust-lang/crates.io-index"
15246checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
15247dependencies = [
15248 "sval",
15249 "sval_buffer",
15250 "sval_dynamic",
15251 "sval_fmt",
15252 "sval_json",
15253 "sval_ref",
15254 "sval_serde",
15255]
15256
15257[[package]]
15258name = "vcpkg"
15259version = "0.2.15"
15260source = "registry+https://github.com/rust-lang/crates.io-index"
15261checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
15262
15263[[package]]
15264name = "version-compare"
15265version = "0.2.0"
15266source = "registry+https://github.com/rust-lang/crates.io-index"
15267checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
15268
15269[[package]]
15270name = "version_check"
15271version = "0.9.5"
15272source = "registry+https://github.com/rust-lang/crates.io-index"
15273checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
15274
15275[[package]]
15276name = "vim"
15277version = "0.1.0"
15278dependencies = [
15279 "anyhow",
15280 "assets",
15281 "async-compat",
15282 "async-trait",
15283 "collections",
15284 "command_palette",
15285 "command_palette_hooks",
15286 "db",
15287 "editor",
15288 "futures 0.3.31",
15289 "git_ui",
15290 "gpui",
15291 "indoc",
15292 "itertools 0.14.0",
15293 "language",
15294 "libc",
15295 "log",
15296 "lsp",
15297 "multi_buffer",
15298 "nvim-rs",
15299 "parking_lot",
15300 "picker",
15301 "project",
15302 "project_panel",
15303 "regex",
15304 "release_channel",
15305 "schemars",
15306 "search",
15307 "serde",
15308 "serde_derive",
15309 "serde_json",
15310 "settings",
15311 "task",
15312 "text",
15313 "theme",
15314 "tokio",
15315 "ui",
15316 "util",
15317 "vim_mode_setting",
15318 "workspace",
15319 "zed_actions",
15320]
15321
15322[[package]]
15323name = "vim_mode_setting"
15324version = "0.1.0"
15325dependencies = [
15326 "anyhow",
15327 "gpui",
15328 "settings",
15329]
15330
15331[[package]]
15332name = "vscode_theme"
15333version = "0.2.0"
15334source = "registry+https://github.com/rust-lang/crates.io-index"
15335checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
15336dependencies = [
15337 "serde",
15338]
15339
15340[[package]]
15341name = "vsimd"
15342version = "0.8.0"
15343source = "registry+https://github.com/rust-lang/crates.io-index"
15344checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
15345
15346[[package]]
15347name = "vswhom"
15348version = "0.1.0"
15349source = "registry+https://github.com/rust-lang/crates.io-index"
15350checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
15351dependencies = [
15352 "libc",
15353 "vswhom-sys",
15354]
15355
15356[[package]]
15357name = "vswhom-sys"
15358version = "0.1.2"
15359source = "registry+https://github.com/rust-lang/crates.io-index"
15360checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
15361dependencies = [
15362 "cc",
15363 "libc",
15364]
15365
15366[[package]]
15367name = "vte"
15368version = "0.15.0"
15369source = "registry+https://github.com/rust-lang/crates.io-index"
15370checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
15371dependencies = [
15372 "arrayvec",
15373 "bitflags 2.9.0",
15374 "cursor-icon",
15375 "log",
15376 "memchr",
15377 "serde",
15378]
15379
15380[[package]]
15381name = "waker-fn"
15382version = "1.2.0"
15383source = "registry+https://github.com/rust-lang/crates.io-index"
15384checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
15385
15386[[package]]
15387name = "walkdir"
15388version = "2.5.0"
15389source = "registry+https://github.com/rust-lang/crates.io-index"
15390checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
15391dependencies = [
15392 "same-file",
15393 "winapi-util",
15394]
15395
15396[[package]]
15397name = "want"
15398version = "0.3.1"
15399source = "registry+https://github.com/rust-lang/crates.io-index"
15400checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
15401dependencies = [
15402 "try-lock",
15403]
15404
15405[[package]]
15406name = "warp"
15407version = "0.3.7"
15408source = "registry+https://github.com/rust-lang/crates.io-index"
15409checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
15410dependencies = [
15411 "bytes 1.10.1",
15412 "futures-channel",
15413 "futures-util",
15414 "headers",
15415 "http 0.2.12",
15416 "hyper 0.14.32",
15417 "log",
15418 "mime",
15419 "mime_guess",
15420 "percent-encoding",
15421 "pin-project",
15422 "scoped-tls",
15423 "serde",
15424 "serde_json",
15425 "serde_urlencoded",
15426 "tokio",
15427 "tokio-tungstenite 0.21.0",
15428 "tokio-util",
15429 "tower-service",
15430 "tracing",
15431]
15432
15433[[package]]
15434name = "wasi"
15435version = "0.9.0+wasi-snapshot-preview1"
15436source = "registry+https://github.com/rust-lang/crates.io-index"
15437checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
15438
15439[[package]]
15440name = "wasi"
15441version = "0.11.0+wasi-snapshot-preview1"
15442source = "registry+https://github.com/rust-lang/crates.io-index"
15443checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
15444
15445[[package]]
15446name = "wasi"
15447version = "0.13.3+wasi-0.2.2"
15448source = "registry+https://github.com/rust-lang/crates.io-index"
15449checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
15450dependencies = [
15451 "wit-bindgen-rt 0.33.0",
15452]
15453
15454[[package]]
15455name = "wasite"
15456version = "0.1.0"
15457source = "registry+https://github.com/rust-lang/crates.io-index"
15458checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
15459
15460[[package]]
15461name = "wasm-bindgen"
15462version = "0.2.99"
15463source = "registry+https://github.com/rust-lang/crates.io-index"
15464checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
15465dependencies = [
15466 "cfg-if",
15467 "once_cell",
15468 "wasm-bindgen-macro",
15469]
15470
15471[[package]]
15472name = "wasm-bindgen-backend"
15473version = "0.2.99"
15474source = "registry+https://github.com/rust-lang/crates.io-index"
15475checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
15476dependencies = [
15477 "bumpalo",
15478 "log",
15479 "proc-macro2",
15480 "quote",
15481 "syn 2.0.100",
15482 "wasm-bindgen-shared",
15483]
15484
15485[[package]]
15486name = "wasm-bindgen-futures"
15487version = "0.4.49"
15488source = "registry+https://github.com/rust-lang/crates.io-index"
15489checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
15490dependencies = [
15491 "cfg-if",
15492 "js-sys",
15493 "once_cell",
15494 "wasm-bindgen",
15495 "web-sys",
15496]
15497
15498[[package]]
15499name = "wasm-bindgen-macro"
15500version = "0.2.99"
15501source = "registry+https://github.com/rust-lang/crates.io-index"
15502checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
15503dependencies = [
15504 "quote",
15505 "wasm-bindgen-macro-support",
15506]
15507
15508[[package]]
15509name = "wasm-bindgen-macro-support"
15510version = "0.2.99"
15511source = "registry+https://github.com/rust-lang/crates.io-index"
15512checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
15513dependencies = [
15514 "proc-macro2",
15515 "quote",
15516 "syn 2.0.100",
15517 "wasm-bindgen-backend",
15518 "wasm-bindgen-shared",
15519]
15520
15521[[package]]
15522name = "wasm-bindgen-shared"
15523version = "0.2.99"
15524source = "registry+https://github.com/rust-lang/crates.io-index"
15525checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
15526
15527[[package]]
15528name = "wasm-encoder"
15529version = "0.201.0"
15530source = "registry+https://github.com/rust-lang/crates.io-index"
15531checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
15532dependencies = [
15533 "leb128",
15534]
15535
15536[[package]]
15537name = "wasm-encoder"
15538version = "0.221.3"
15539source = "registry+https://github.com/rust-lang/crates.io-index"
15540checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
15541dependencies = [
15542 "leb128",
15543 "wasmparser 0.221.3",
15544]
15545
15546[[package]]
15547name = "wasm-metadata"
15548version = "0.201.0"
15549source = "registry+https://github.com/rust-lang/crates.io-index"
15550checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
15551dependencies = [
15552 "anyhow",
15553 "indexmap",
15554 "serde",
15555 "serde_derive",
15556 "serde_json",
15557 "spdx",
15558 "wasm-encoder 0.201.0",
15559 "wasmparser 0.201.0",
15560]
15561
15562[[package]]
15563name = "wasm-metadata"
15564version = "0.221.3"
15565source = "registry+https://github.com/rust-lang/crates.io-index"
15566checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
15567dependencies = [
15568 "anyhow",
15569 "indexmap",
15570 "serde",
15571 "serde_derive",
15572 "serde_json",
15573 "spdx",
15574 "wasm-encoder 0.221.3",
15575 "wasmparser 0.221.3",
15576]
15577
15578[[package]]
15579name = "wasm-streams"
15580version = "0.4.2"
15581source = "registry+https://github.com/rust-lang/crates.io-index"
15582checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
15583dependencies = [
15584 "futures-util",
15585 "js-sys",
15586 "wasm-bindgen",
15587 "wasm-bindgen-futures",
15588 "web-sys",
15589]
15590
15591[[package]]
15592name = "wasmparser"
15593version = "0.201.0"
15594source = "registry+https://github.com/rust-lang/crates.io-index"
15595checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
15596dependencies = [
15597 "bitflags 2.9.0",
15598 "indexmap",
15599 "semver",
15600]
15601
15602[[package]]
15603name = "wasmparser"
15604version = "0.221.3"
15605source = "registry+https://github.com/rust-lang/crates.io-index"
15606checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
15607dependencies = [
15608 "bitflags 2.9.0",
15609 "hashbrown 0.15.2",
15610 "indexmap",
15611 "semver",
15612 "serde",
15613]
15614
15615[[package]]
15616name = "wasmprinter"
15617version = "0.221.3"
15618source = "registry+https://github.com/rust-lang/crates.io-index"
15619checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
15620dependencies = [
15621 "anyhow",
15622 "termcolor",
15623 "wasmparser 0.221.3",
15624]
15625
15626[[package]]
15627name = "wasmtime"
15628version = "29.0.1"
15629source = "registry+https://github.com/rust-lang/crates.io-index"
15630checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
15631dependencies = [
15632 "anyhow",
15633 "async-trait",
15634 "bitflags 2.9.0",
15635 "bumpalo",
15636 "cc",
15637 "cfg-if",
15638 "encoding_rs",
15639 "hashbrown 0.14.5",
15640 "indexmap",
15641 "libc",
15642 "log",
15643 "mach2",
15644 "memfd",
15645 "object",
15646 "once_cell",
15647 "paste",
15648 "postcard",
15649 "psm",
15650 "pulley-interpreter",
15651 "rustix",
15652 "semver",
15653 "serde",
15654 "serde_derive",
15655 "smallvec",
15656 "sptr",
15657 "target-lexicon 0.13.2",
15658 "trait-variant",
15659 "wasmparser 0.221.3",
15660 "wasmtime-asm-macros",
15661 "wasmtime-component-macro",
15662 "wasmtime-component-util",
15663 "wasmtime-cranelift",
15664 "wasmtime-environ",
15665 "wasmtime-fiber",
15666 "wasmtime-jit-icache-coherence",
15667 "wasmtime-math",
15668 "wasmtime-slab",
15669 "wasmtime-versioned-export-macros",
15670 "wasmtime-winch",
15671 "windows-sys 0.59.0",
15672]
15673
15674[[package]]
15675name = "wasmtime-asm-macros"
15676version = "29.0.1"
15677source = "registry+https://github.com/rust-lang/crates.io-index"
15678checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
15679dependencies = [
15680 "cfg-if",
15681]
15682
15683[[package]]
15684name = "wasmtime-c-api-impl"
15685version = "29.0.1"
15686source = "registry+https://github.com/rust-lang/crates.io-index"
15687checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
15688dependencies = [
15689 "anyhow",
15690 "log",
15691 "tracing",
15692 "wasmtime",
15693 "wasmtime-c-api-macros",
15694]
15695
15696[[package]]
15697name = "wasmtime-c-api-macros"
15698version = "29.0.1"
15699source = "registry+https://github.com/rust-lang/crates.io-index"
15700checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
15701dependencies = [
15702 "proc-macro2",
15703 "quote",
15704]
15705
15706[[package]]
15707name = "wasmtime-component-macro"
15708version = "29.0.1"
15709source = "registry+https://github.com/rust-lang/crates.io-index"
15710checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
15711dependencies = [
15712 "anyhow",
15713 "proc-macro2",
15714 "quote",
15715 "syn 2.0.100",
15716 "wasmtime-component-util",
15717 "wasmtime-wit-bindgen",
15718 "wit-parser 0.221.3",
15719]
15720
15721[[package]]
15722name = "wasmtime-component-util"
15723version = "29.0.1"
15724source = "registry+https://github.com/rust-lang/crates.io-index"
15725checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
15726
15727[[package]]
15728name = "wasmtime-cranelift"
15729version = "29.0.1"
15730source = "registry+https://github.com/rust-lang/crates.io-index"
15731checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
15732dependencies = [
15733 "anyhow",
15734 "cfg-if",
15735 "cranelift-codegen",
15736 "cranelift-control",
15737 "cranelift-entity",
15738 "cranelift-frontend",
15739 "cranelift-native",
15740 "gimli",
15741 "itertools 0.12.1",
15742 "log",
15743 "object",
15744 "smallvec",
15745 "target-lexicon 0.13.2",
15746 "thiserror 1.0.69",
15747 "wasmparser 0.221.3",
15748 "wasmtime-environ",
15749 "wasmtime-versioned-export-macros",
15750]
15751
15752[[package]]
15753name = "wasmtime-environ"
15754version = "29.0.1"
15755source = "registry+https://github.com/rust-lang/crates.io-index"
15756checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
15757dependencies = [
15758 "anyhow",
15759 "cpp_demangle",
15760 "cranelift-bitset",
15761 "cranelift-entity",
15762 "gimli",
15763 "indexmap",
15764 "log",
15765 "object",
15766 "postcard",
15767 "rustc-demangle",
15768 "semver",
15769 "serde",
15770 "serde_derive",
15771 "smallvec",
15772 "target-lexicon 0.13.2",
15773 "wasm-encoder 0.221.3",
15774 "wasmparser 0.221.3",
15775 "wasmprinter",
15776 "wasmtime-component-util",
15777]
15778
15779[[package]]
15780name = "wasmtime-fiber"
15781version = "29.0.1"
15782source = "registry+https://github.com/rust-lang/crates.io-index"
15783checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
15784dependencies = [
15785 "anyhow",
15786 "cc",
15787 "cfg-if",
15788 "rustix",
15789 "wasmtime-asm-macros",
15790 "wasmtime-versioned-export-macros",
15791 "windows-sys 0.59.0",
15792]
15793
15794[[package]]
15795name = "wasmtime-jit-icache-coherence"
15796version = "29.0.1"
15797source = "registry+https://github.com/rust-lang/crates.io-index"
15798checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
15799dependencies = [
15800 "anyhow",
15801 "cfg-if",
15802 "libc",
15803 "windows-sys 0.59.0",
15804]
15805
15806[[package]]
15807name = "wasmtime-math"
15808version = "29.0.1"
15809source = "registry+https://github.com/rust-lang/crates.io-index"
15810checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
15811dependencies = [
15812 "libm",
15813]
15814
15815[[package]]
15816name = "wasmtime-slab"
15817version = "29.0.1"
15818source = "registry+https://github.com/rust-lang/crates.io-index"
15819checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
15820
15821[[package]]
15822name = "wasmtime-versioned-export-macros"
15823version = "29.0.1"
15824source = "registry+https://github.com/rust-lang/crates.io-index"
15825checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
15826dependencies = [
15827 "proc-macro2",
15828 "quote",
15829 "syn 2.0.100",
15830]
15831
15832[[package]]
15833name = "wasmtime-wasi"
15834version = "29.0.1"
15835source = "registry+https://github.com/rust-lang/crates.io-index"
15836checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
15837dependencies = [
15838 "anyhow",
15839 "async-trait",
15840 "bitflags 2.9.0",
15841 "bytes 1.10.1",
15842 "cap-fs-ext",
15843 "cap-net-ext",
15844 "cap-rand",
15845 "cap-std",
15846 "cap-time-ext",
15847 "fs-set-times",
15848 "futures 0.3.31",
15849 "io-extras",
15850 "io-lifetimes",
15851 "rustix",
15852 "system-interface",
15853 "thiserror 1.0.69",
15854 "tokio",
15855 "tracing",
15856 "trait-variant",
15857 "url",
15858 "wasmtime",
15859 "wiggle",
15860 "windows-sys 0.59.0",
15861]
15862
15863[[package]]
15864name = "wasmtime-winch"
15865version = "29.0.1"
15866source = "registry+https://github.com/rust-lang/crates.io-index"
15867checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
15868dependencies = [
15869 "anyhow",
15870 "cranelift-codegen",
15871 "gimli",
15872 "object",
15873 "target-lexicon 0.13.2",
15874 "wasmparser 0.221.3",
15875 "wasmtime-cranelift",
15876 "wasmtime-environ",
15877 "winch-codegen",
15878]
15879
15880[[package]]
15881name = "wasmtime-wit-bindgen"
15882version = "29.0.1"
15883source = "registry+https://github.com/rust-lang/crates.io-index"
15884checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
15885dependencies = [
15886 "anyhow",
15887 "heck 0.5.0",
15888 "indexmap",
15889 "wit-parser 0.221.3",
15890]
15891
15892[[package]]
15893name = "wast"
15894version = "35.0.2"
15895source = "registry+https://github.com/rust-lang/crates.io-index"
15896checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
15897dependencies = [
15898 "leb128",
15899]
15900
15901[[package]]
15902name = "wayland-backend"
15903version = "0.3.8"
15904source = "registry+https://github.com/rust-lang/crates.io-index"
15905checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
15906dependencies = [
15907 "cc",
15908 "downcast-rs",
15909 "rustix",
15910 "scoped-tls",
15911 "smallvec",
15912 "wayland-sys",
15913]
15914
15915[[package]]
15916name = "wayland-client"
15917version = "0.31.8"
15918source = "registry+https://github.com/rust-lang/crates.io-index"
15919checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
15920dependencies = [
15921 "bitflags 2.9.0",
15922 "rustix",
15923 "wayland-backend",
15924 "wayland-scanner",
15925]
15926
15927[[package]]
15928name = "wayland-cursor"
15929version = "0.31.8"
15930source = "registry+https://github.com/rust-lang/crates.io-index"
15931checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
15932dependencies = [
15933 "rustix",
15934 "wayland-client",
15935 "xcursor",
15936]
15937
15938[[package]]
15939name = "wayland-protocols"
15940version = "0.31.2"
15941source = "registry+https://github.com/rust-lang/crates.io-index"
15942checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
15943dependencies = [
15944 "bitflags 2.9.0",
15945 "wayland-backend",
15946 "wayland-client",
15947 "wayland-scanner",
15948]
15949
15950[[package]]
15951name = "wayland-protocols-plasma"
15952version = "0.2.0"
15953source = "registry+https://github.com/rust-lang/crates.io-index"
15954checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
15955dependencies = [
15956 "bitflags 2.9.0",
15957 "wayland-backend",
15958 "wayland-client",
15959 "wayland-protocols",
15960 "wayland-scanner",
15961]
15962
15963[[package]]
15964name = "wayland-scanner"
15965version = "0.31.6"
15966source = "registry+https://github.com/rust-lang/crates.io-index"
15967checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
15968dependencies = [
15969 "proc-macro2",
15970 "quick-xml 0.37.2",
15971 "quote",
15972]
15973
15974[[package]]
15975name = "wayland-sys"
15976version = "0.31.6"
15977source = "registry+https://github.com/rust-lang/crates.io-index"
15978checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
15979dependencies = [
15980 "dlib",
15981 "log",
15982 "once_cell",
15983 "pkg-config",
15984]
15985
15986[[package]]
15987name = "web-sys"
15988version = "0.3.76"
15989source = "registry+https://github.com/rust-lang/crates.io-index"
15990checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
15991dependencies = [
15992 "js-sys",
15993 "wasm-bindgen",
15994]
15995
15996[[package]]
15997name = "web-time"
15998version = "1.1.0"
15999source = "registry+https://github.com/rust-lang/crates.io-index"
16000checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
16001dependencies = [
16002 "js-sys",
16003 "wasm-bindgen",
16004]
16005
16006[[package]]
16007name = "webpki-root-certs"
16008version = "0.26.8"
16009source = "registry+https://github.com/rust-lang/crates.io-index"
16010checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
16011dependencies = [
16012 "rustls-pki-types",
16013]
16014
16015[[package]]
16016name = "webpki-roots"
16017version = "0.26.7"
16018source = "registry+https://github.com/rust-lang/crates.io-index"
16019checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
16020dependencies = [
16021 "rustls-pki-types",
16022]
16023
16024[[package]]
16025name = "webrtc-sys"
16026version = "0.3.5"
16027source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
16028dependencies = [
16029 "cc",
16030 "cxx",
16031 "cxx-build",
16032 "glob",
16033 "log",
16034 "webrtc-sys-build",
16035]
16036
16037[[package]]
16038name = "webrtc-sys-build"
16039version = "0.3.5"
16040source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
16041dependencies = [
16042 "fs2",
16043 "regex",
16044 "reqwest 0.11.27",
16045 "scratch",
16046 "semver",
16047 "zip",
16048]
16049
16050[[package]]
16051name = "weezl"
16052version = "0.1.8"
16053source = "registry+https://github.com/rust-lang/crates.io-index"
16054checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
16055
16056[[package]]
16057name = "welcome"
16058version = "0.1.0"
16059dependencies = [
16060 "anyhow",
16061 "client",
16062 "db",
16063 "editor",
16064 "fuzzy",
16065 "gpui",
16066 "install_cli",
16067 "language",
16068 "picker",
16069 "project",
16070 "schemars",
16071 "serde",
16072 "settings",
16073 "telemetry",
16074 "ui",
16075 "util",
16076 "vim_mode_setting",
16077 "workspace",
16078 "zed_actions",
16079]
16080
16081[[package]]
16082name = "which"
16083version = "4.4.2"
16084source = "registry+https://github.com/rust-lang/crates.io-index"
16085checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
16086dependencies = [
16087 "either",
16088 "home",
16089 "once_cell",
16090 "rustix",
16091]
16092
16093[[package]]
16094name = "which"
16095version = "6.0.3"
16096source = "registry+https://github.com/rust-lang/crates.io-index"
16097checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
16098dependencies = [
16099 "either",
16100 "home",
16101 "rustix",
16102 "winsafe",
16103]
16104
16105[[package]]
16106name = "whoami"
16107version = "1.5.2"
16108source = "registry+https://github.com/rust-lang/crates.io-index"
16109checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
16110dependencies = [
16111 "redox_syscall 0.5.8",
16112 "wasite",
16113]
16114
16115[[package]]
16116name = "wiggle"
16117version = "29.0.1"
16118source = "registry+https://github.com/rust-lang/crates.io-index"
16119checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
16120dependencies = [
16121 "anyhow",
16122 "async-trait",
16123 "bitflags 2.9.0",
16124 "thiserror 1.0.69",
16125 "tracing",
16126 "wasmtime",
16127 "wiggle-macro",
16128]
16129
16130[[package]]
16131name = "wiggle-generate"
16132version = "29.0.1"
16133source = "registry+https://github.com/rust-lang/crates.io-index"
16134checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
16135dependencies = [
16136 "anyhow",
16137 "heck 0.5.0",
16138 "proc-macro2",
16139 "quote",
16140 "shellexpand 2.1.2",
16141 "syn 2.0.100",
16142 "witx",
16143]
16144
16145[[package]]
16146name = "wiggle-macro"
16147version = "29.0.1"
16148source = "registry+https://github.com/rust-lang/crates.io-index"
16149checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
16150dependencies = [
16151 "proc-macro2",
16152 "quote",
16153 "syn 2.0.100",
16154 "wiggle-generate",
16155]
16156
16157[[package]]
16158name = "winapi"
16159version = "0.3.9"
16160source = "registry+https://github.com/rust-lang/crates.io-index"
16161checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
16162dependencies = [
16163 "winapi-i686-pc-windows-gnu",
16164 "winapi-x86_64-pc-windows-gnu",
16165]
16166
16167[[package]]
16168name = "winapi-i686-pc-windows-gnu"
16169version = "0.4.0"
16170source = "registry+https://github.com/rust-lang/crates.io-index"
16171checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
16172
16173[[package]]
16174name = "winapi-util"
16175version = "0.1.9"
16176source = "registry+https://github.com/rust-lang/crates.io-index"
16177checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
16178dependencies = [
16179 "windows-sys 0.48.0",
16180]
16181
16182[[package]]
16183name = "winapi-x86_64-pc-windows-gnu"
16184version = "0.4.0"
16185source = "registry+https://github.com/rust-lang/crates.io-index"
16186checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
16187
16188[[package]]
16189name = "winch-codegen"
16190version = "29.0.1"
16191source = "registry+https://github.com/rust-lang/crates.io-index"
16192checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
16193dependencies = [
16194 "anyhow",
16195 "cranelift-codegen",
16196 "gimli",
16197 "regalloc2",
16198 "smallvec",
16199 "target-lexicon 0.13.2",
16200 "thiserror 1.0.69",
16201 "wasmparser 0.221.3",
16202 "wasmtime-cranelift",
16203 "wasmtime-environ",
16204]
16205
16206[[package]]
16207name = "windows"
16208version = "0.54.0"
16209source = "registry+https://github.com/rust-lang/crates.io-index"
16210checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
16211dependencies = [
16212 "windows-core 0.54.0",
16213 "windows-targets 0.52.6",
16214]
16215
16216[[package]]
16217name = "windows"
16218version = "0.57.0"
16219source = "registry+https://github.com/rust-lang/crates.io-index"
16220checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
16221dependencies = [
16222 "windows-core 0.57.0",
16223 "windows-targets 0.52.6",
16224]
16225
16226[[package]]
16227name = "windows"
16228version = "0.58.0"
16229source = "registry+https://github.com/rust-lang/crates.io-index"
16230checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
16231dependencies = [
16232 "windows-core 0.58.0",
16233 "windows-targets 0.52.6",
16234]
16235
16236[[package]]
16237name = "windows"
16238version = "0.61.1"
16239source = "registry+https://github.com/rust-lang/crates.io-index"
16240checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
16241dependencies = [
16242 "windows-collections",
16243 "windows-core 0.61.0",
16244 "windows-future",
16245 "windows-link",
16246 "windows-numerics",
16247]
16248
16249[[package]]
16250name = "windows-collections"
16251version = "0.2.0"
16252source = "registry+https://github.com/rust-lang/crates.io-index"
16253checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
16254dependencies = [
16255 "windows-core 0.61.0",
16256]
16257
16258[[package]]
16259name = "windows-core"
16260version = "0.52.0"
16261source = "registry+https://github.com/rust-lang/crates.io-index"
16262checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
16263dependencies = [
16264 "windows-targets 0.52.6",
16265]
16266
16267[[package]]
16268name = "windows-core"
16269version = "0.54.0"
16270source = "registry+https://github.com/rust-lang/crates.io-index"
16271checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
16272dependencies = [
16273 "windows-result 0.1.2",
16274 "windows-targets 0.52.6",
16275]
16276
16277[[package]]
16278name = "windows-core"
16279version = "0.57.0"
16280source = "registry+https://github.com/rust-lang/crates.io-index"
16281checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
16282dependencies = [
16283 "windows-implement 0.57.0",
16284 "windows-interface 0.57.0",
16285 "windows-result 0.1.2",
16286 "windows-targets 0.52.6",
16287]
16288
16289[[package]]
16290name = "windows-core"
16291version = "0.58.0"
16292source = "registry+https://github.com/rust-lang/crates.io-index"
16293checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
16294dependencies = [
16295 "windows-implement 0.58.0",
16296 "windows-interface 0.58.0",
16297 "windows-result 0.2.0",
16298 "windows-strings 0.1.0",
16299 "windows-targets 0.52.6",
16300]
16301
16302[[package]]
16303name = "windows-core"
16304version = "0.61.0"
16305source = "registry+https://github.com/rust-lang/crates.io-index"
16306checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
16307dependencies = [
16308 "windows-implement 0.60.0",
16309 "windows-interface 0.59.1",
16310 "windows-link",
16311 "windows-result 0.3.2",
16312 "windows-strings 0.4.0",
16313]
16314
16315[[package]]
16316name = "windows-future"
16317version = "0.2.0"
16318source = "registry+https://github.com/rust-lang/crates.io-index"
16319checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
16320dependencies = [
16321 "windows-core 0.61.0",
16322 "windows-link",
16323]
16324
16325[[package]]
16326name = "windows-implement"
16327version = "0.57.0"
16328source = "registry+https://github.com/rust-lang/crates.io-index"
16329checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
16330dependencies = [
16331 "proc-macro2",
16332 "quote",
16333 "syn 2.0.100",
16334]
16335
16336[[package]]
16337name = "windows-implement"
16338version = "0.58.0"
16339source = "registry+https://github.com/rust-lang/crates.io-index"
16340checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
16341dependencies = [
16342 "proc-macro2",
16343 "quote",
16344 "syn 2.0.100",
16345]
16346
16347[[package]]
16348name = "windows-implement"
16349version = "0.60.0"
16350source = "registry+https://github.com/rust-lang/crates.io-index"
16351checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
16352dependencies = [
16353 "proc-macro2",
16354 "quote",
16355 "syn 2.0.100",
16356]
16357
16358[[package]]
16359name = "windows-interface"
16360version = "0.57.0"
16361source = "registry+https://github.com/rust-lang/crates.io-index"
16362checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
16363dependencies = [
16364 "proc-macro2",
16365 "quote",
16366 "syn 2.0.100",
16367]
16368
16369[[package]]
16370name = "windows-interface"
16371version = "0.58.0"
16372source = "registry+https://github.com/rust-lang/crates.io-index"
16373checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
16374dependencies = [
16375 "proc-macro2",
16376 "quote",
16377 "syn 2.0.100",
16378]
16379
16380[[package]]
16381name = "windows-interface"
16382version = "0.59.1"
16383source = "registry+https://github.com/rust-lang/crates.io-index"
16384checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
16385dependencies = [
16386 "proc-macro2",
16387 "quote",
16388 "syn 2.0.100",
16389]
16390
16391[[package]]
16392name = "windows-link"
16393version = "0.1.1"
16394source = "registry+https://github.com/rust-lang/crates.io-index"
16395checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
16396
16397[[package]]
16398name = "windows-numerics"
16399version = "0.2.0"
16400source = "registry+https://github.com/rust-lang/crates.io-index"
16401checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
16402dependencies = [
16403 "windows-core 0.61.0",
16404 "windows-link",
16405]
16406
16407[[package]]
16408name = "windows-registry"
16409version = "0.2.0"
16410source = "registry+https://github.com/rust-lang/crates.io-index"
16411checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
16412dependencies = [
16413 "windows-result 0.2.0",
16414 "windows-strings 0.1.0",
16415 "windows-targets 0.52.6",
16416]
16417
16418[[package]]
16419name = "windows-result"
16420version = "0.1.2"
16421source = "registry+https://github.com/rust-lang/crates.io-index"
16422checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
16423dependencies = [
16424 "windows-targets 0.52.6",
16425]
16426
16427[[package]]
16428name = "windows-result"
16429version = "0.2.0"
16430source = "registry+https://github.com/rust-lang/crates.io-index"
16431checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
16432dependencies = [
16433 "windows-targets 0.52.6",
16434]
16435
16436[[package]]
16437name = "windows-result"
16438version = "0.3.2"
16439source = "registry+https://github.com/rust-lang/crates.io-index"
16440checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
16441dependencies = [
16442 "windows-link",
16443]
16444
16445[[package]]
16446name = "windows-strings"
16447version = "0.1.0"
16448source = "registry+https://github.com/rust-lang/crates.io-index"
16449checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
16450dependencies = [
16451 "windows-result 0.2.0",
16452 "windows-targets 0.52.6",
16453]
16454
16455[[package]]
16456name = "windows-strings"
16457version = "0.4.0"
16458source = "registry+https://github.com/rust-lang/crates.io-index"
16459checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
16460dependencies = [
16461 "windows-link",
16462]
16463
16464[[package]]
16465name = "windows-sys"
16466version = "0.45.0"
16467source = "registry+https://github.com/rust-lang/crates.io-index"
16468checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
16469dependencies = [
16470 "windows-targets 0.42.2",
16471]
16472
16473[[package]]
16474name = "windows-sys"
16475version = "0.48.0"
16476source = "registry+https://github.com/rust-lang/crates.io-index"
16477checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
16478dependencies = [
16479 "windows-targets 0.48.5",
16480]
16481
16482[[package]]
16483name = "windows-sys"
16484version = "0.52.0"
16485source = "registry+https://github.com/rust-lang/crates.io-index"
16486checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
16487dependencies = [
16488 "windows-targets 0.52.6",
16489]
16490
16491[[package]]
16492name = "windows-sys"
16493version = "0.59.0"
16494source = "registry+https://github.com/rust-lang/crates.io-index"
16495checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
16496dependencies = [
16497 "windows-targets 0.52.6",
16498]
16499
16500[[package]]
16501name = "windows-targets"
16502version = "0.42.2"
16503source = "registry+https://github.com/rust-lang/crates.io-index"
16504checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
16505dependencies = [
16506 "windows_aarch64_gnullvm 0.42.2",
16507 "windows_aarch64_msvc 0.42.2",
16508 "windows_i686_gnu 0.42.2",
16509 "windows_i686_msvc 0.42.2",
16510 "windows_x86_64_gnu 0.42.2",
16511 "windows_x86_64_gnullvm 0.42.2",
16512 "windows_x86_64_msvc 0.42.2",
16513]
16514
16515[[package]]
16516name = "windows-targets"
16517version = "0.48.5"
16518source = "registry+https://github.com/rust-lang/crates.io-index"
16519checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
16520dependencies = [
16521 "windows_aarch64_gnullvm 0.48.5",
16522 "windows_aarch64_msvc 0.48.5",
16523 "windows_i686_gnu 0.48.5",
16524 "windows_i686_msvc 0.48.5",
16525 "windows_x86_64_gnu 0.48.5",
16526 "windows_x86_64_gnullvm 0.48.5",
16527 "windows_x86_64_msvc 0.48.5",
16528]
16529
16530[[package]]
16531name = "windows-targets"
16532version = "0.52.6"
16533source = "registry+https://github.com/rust-lang/crates.io-index"
16534checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
16535dependencies = [
16536 "windows_aarch64_gnullvm 0.52.6",
16537 "windows_aarch64_msvc 0.52.6",
16538 "windows_i686_gnu 0.52.6",
16539 "windows_i686_gnullvm",
16540 "windows_i686_msvc 0.52.6",
16541 "windows_x86_64_gnu 0.52.6",
16542 "windows_x86_64_gnullvm 0.52.6",
16543 "windows_x86_64_msvc 0.52.6",
16544]
16545
16546[[package]]
16547name = "windows_aarch64_gnullvm"
16548version = "0.42.2"
16549source = "registry+https://github.com/rust-lang/crates.io-index"
16550checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
16551
16552[[package]]
16553name = "windows_aarch64_gnullvm"
16554version = "0.48.5"
16555source = "registry+https://github.com/rust-lang/crates.io-index"
16556checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
16557
16558[[package]]
16559name = "windows_aarch64_gnullvm"
16560version = "0.52.6"
16561source = "registry+https://github.com/rust-lang/crates.io-index"
16562checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
16563
16564[[package]]
16565name = "windows_aarch64_msvc"
16566version = "0.42.2"
16567source = "registry+https://github.com/rust-lang/crates.io-index"
16568checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
16569
16570[[package]]
16571name = "windows_aarch64_msvc"
16572version = "0.48.5"
16573source = "registry+https://github.com/rust-lang/crates.io-index"
16574checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
16575
16576[[package]]
16577name = "windows_aarch64_msvc"
16578version = "0.52.6"
16579source = "registry+https://github.com/rust-lang/crates.io-index"
16580checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
16581
16582[[package]]
16583name = "windows_i686_gnu"
16584version = "0.42.2"
16585source = "registry+https://github.com/rust-lang/crates.io-index"
16586checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
16587
16588[[package]]
16589name = "windows_i686_gnu"
16590version = "0.48.5"
16591source = "registry+https://github.com/rust-lang/crates.io-index"
16592checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
16593
16594[[package]]
16595name = "windows_i686_gnu"
16596version = "0.52.6"
16597source = "registry+https://github.com/rust-lang/crates.io-index"
16598checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
16599
16600[[package]]
16601name = "windows_i686_gnullvm"
16602version = "0.52.6"
16603source = "registry+https://github.com/rust-lang/crates.io-index"
16604checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
16605
16606[[package]]
16607name = "windows_i686_msvc"
16608version = "0.42.2"
16609source = "registry+https://github.com/rust-lang/crates.io-index"
16610checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
16611
16612[[package]]
16613name = "windows_i686_msvc"
16614version = "0.48.5"
16615source = "registry+https://github.com/rust-lang/crates.io-index"
16616checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
16617
16618[[package]]
16619name = "windows_i686_msvc"
16620version = "0.52.6"
16621source = "registry+https://github.com/rust-lang/crates.io-index"
16622checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
16623
16624[[package]]
16625name = "windows_x86_64_gnu"
16626version = "0.42.2"
16627source = "registry+https://github.com/rust-lang/crates.io-index"
16628checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
16629
16630[[package]]
16631name = "windows_x86_64_gnu"
16632version = "0.48.5"
16633source = "registry+https://github.com/rust-lang/crates.io-index"
16634checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
16635
16636[[package]]
16637name = "windows_x86_64_gnu"
16638version = "0.52.6"
16639source = "registry+https://github.com/rust-lang/crates.io-index"
16640checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
16641
16642[[package]]
16643name = "windows_x86_64_gnullvm"
16644version = "0.42.2"
16645source = "registry+https://github.com/rust-lang/crates.io-index"
16646checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
16647
16648[[package]]
16649name = "windows_x86_64_gnullvm"
16650version = "0.48.5"
16651source = "registry+https://github.com/rust-lang/crates.io-index"
16652checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
16653
16654[[package]]
16655name = "windows_x86_64_gnullvm"
16656version = "0.52.6"
16657source = "registry+https://github.com/rust-lang/crates.io-index"
16658checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
16659
16660[[package]]
16661name = "windows_x86_64_msvc"
16662version = "0.42.2"
16663source = "registry+https://github.com/rust-lang/crates.io-index"
16664checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
16665
16666[[package]]
16667name = "windows_x86_64_msvc"
16668version = "0.48.5"
16669source = "registry+https://github.com/rust-lang/crates.io-index"
16670checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
16671
16672[[package]]
16673name = "windows_x86_64_msvc"
16674version = "0.52.6"
16675source = "registry+https://github.com/rust-lang/crates.io-index"
16676checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
16677
16678[[package]]
16679name = "winnow"
16680version = "0.6.20"
16681source = "registry+https://github.com/rust-lang/crates.io-index"
16682checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
16683dependencies = [
16684 "memchr",
16685]
16686
16687[[package]]
16688name = "winnow"
16689version = "0.7.1"
16690source = "registry+https://github.com/rust-lang/crates.io-index"
16691checksum = "86e376c75f4f43f44db463cf729e0d3acbf954d13e22c51e26e4c264b4ab545f"
16692dependencies = [
16693 "memchr",
16694]
16695
16696[[package]]
16697name = "winreg"
16698version = "0.50.0"
16699source = "registry+https://github.com/rust-lang/crates.io-index"
16700checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
16701dependencies = [
16702 "cfg-if",
16703 "windows-sys 0.48.0",
16704]
16705
16706[[package]]
16707name = "winreg"
16708version = "0.52.0"
16709source = "registry+https://github.com/rust-lang/crates.io-index"
16710checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
16711dependencies = [
16712 "cfg-if",
16713 "windows-sys 0.48.0",
16714]
16715
16716[[package]]
16717name = "winresource"
16718version = "0.1.20"
16719source = "registry+https://github.com/rust-lang/crates.io-index"
16720checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
16721dependencies = [
16722 "toml 0.8.20",
16723 "version_check",
16724]
16725
16726[[package]]
16727name = "winsafe"
16728version = "0.0.19"
16729source = "registry+https://github.com/rust-lang/crates.io-index"
16730checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
16731
16732[[package]]
16733name = "winx"
16734version = "0.36.4"
16735source = "registry+https://github.com/rust-lang/crates.io-index"
16736checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
16737dependencies = [
16738 "bitflags 2.9.0",
16739 "windows-sys 0.59.0",
16740]
16741
16742[[package]]
16743name = "wio"
16744version = "0.2.2"
16745source = "registry+https://github.com/rust-lang/crates.io-index"
16746checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
16747dependencies = [
16748 "winapi",
16749]
16750
16751[[package]]
16752name = "wit-bindgen"
16753version = "0.22.0"
16754source = "registry+https://github.com/rust-lang/crates.io-index"
16755checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
16756dependencies = [
16757 "bitflags 2.9.0",
16758 "wit-bindgen-rt 0.22.0",
16759 "wit-bindgen-rust-macro",
16760]
16761
16762[[package]]
16763name = "wit-bindgen-core"
16764version = "0.22.0"
16765source = "registry+https://github.com/rust-lang/crates.io-index"
16766checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
16767dependencies = [
16768 "anyhow",
16769 "wit-parser 0.201.0",
16770]
16771
16772[[package]]
16773name = "wit-bindgen-rt"
16774version = "0.22.0"
16775source = "registry+https://github.com/rust-lang/crates.io-index"
16776checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
16777
16778[[package]]
16779name = "wit-bindgen-rt"
16780version = "0.33.0"
16781source = "registry+https://github.com/rust-lang/crates.io-index"
16782checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
16783dependencies = [
16784 "bitflags 2.9.0",
16785]
16786
16787[[package]]
16788name = "wit-bindgen-rust"
16789version = "0.22.0"
16790source = "registry+https://github.com/rust-lang/crates.io-index"
16791checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
16792dependencies = [
16793 "anyhow",
16794 "heck 0.4.1",
16795 "indexmap",
16796 "wasm-metadata 0.201.0",
16797 "wit-bindgen-core",
16798 "wit-component 0.201.0",
16799]
16800
16801[[package]]
16802name = "wit-bindgen-rust-macro"
16803version = "0.22.0"
16804source = "registry+https://github.com/rust-lang/crates.io-index"
16805checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
16806dependencies = [
16807 "anyhow",
16808 "proc-macro2",
16809 "quote",
16810 "syn 2.0.100",
16811 "wit-bindgen-core",
16812 "wit-bindgen-rust",
16813]
16814
16815[[package]]
16816name = "wit-component"
16817version = "0.201.0"
16818source = "registry+https://github.com/rust-lang/crates.io-index"
16819checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
16820dependencies = [
16821 "anyhow",
16822 "bitflags 2.9.0",
16823 "indexmap",
16824 "log",
16825 "serde",
16826 "serde_derive",
16827 "serde_json",
16828 "wasm-encoder 0.201.0",
16829 "wasm-metadata 0.201.0",
16830 "wasmparser 0.201.0",
16831 "wit-parser 0.201.0",
16832]
16833
16834[[package]]
16835name = "wit-component"
16836version = "0.221.3"
16837source = "registry+https://github.com/rust-lang/crates.io-index"
16838checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
16839dependencies = [
16840 "anyhow",
16841 "bitflags 2.9.0",
16842 "indexmap",
16843 "log",
16844 "serde",
16845 "serde_derive",
16846 "serde_json",
16847 "wasm-encoder 0.221.3",
16848 "wasm-metadata 0.221.3",
16849 "wasmparser 0.221.3",
16850 "wit-parser 0.221.3",
16851]
16852
16853[[package]]
16854name = "wit-parser"
16855version = "0.201.0"
16856source = "registry+https://github.com/rust-lang/crates.io-index"
16857checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
16858dependencies = [
16859 "anyhow",
16860 "id-arena",
16861 "indexmap",
16862 "log",
16863 "semver",
16864 "serde",
16865 "serde_derive",
16866 "serde_json",
16867 "unicode-xid",
16868 "wasmparser 0.201.0",
16869]
16870
16871[[package]]
16872name = "wit-parser"
16873version = "0.221.3"
16874source = "registry+https://github.com/rust-lang/crates.io-index"
16875checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
16876dependencies = [
16877 "anyhow",
16878 "id-arena",
16879 "indexmap",
16880 "log",
16881 "semver",
16882 "serde",
16883 "serde_derive",
16884 "serde_json",
16885 "unicode-xid",
16886 "wasmparser 0.221.3",
16887]
16888
16889[[package]]
16890name = "witx"
16891version = "0.9.1"
16892source = "registry+https://github.com/rust-lang/crates.io-index"
16893checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
16894dependencies = [
16895 "anyhow",
16896 "log",
16897 "thiserror 1.0.69",
16898 "wast",
16899]
16900
16901[[package]]
16902name = "workspace"
16903version = "0.1.0"
16904dependencies = [
16905 "any_vec",
16906 "anyhow",
16907 "async-recursion 1.1.1",
16908 "bincode",
16909 "call",
16910 "client",
16911 "clock",
16912 "collections",
16913 "component",
16914 "dap",
16915 "db",
16916 "derive_more",
16917 "env_logger 0.11.7",
16918 "fs",
16919 "futures 0.3.31",
16920 "gpui",
16921 "http_client",
16922 "itertools 0.14.0",
16923 "language",
16924 "log",
16925 "node_runtime",
16926 "parking_lot",
16927 "postage",
16928 "project",
16929 "remote",
16930 "schemars",
16931 "serde",
16932 "serde_json",
16933 "session",
16934 "settings",
16935 "smallvec",
16936 "sqlez",
16937 "strum",
16938 "task",
16939 "telemetry",
16940 "tempfile",
16941 "theme",
16942 "ui",
16943 "util",
16944 "uuid",
16945 "zed_actions",
16946]
16947
16948[[package]]
16949name = "worktree"
16950version = "0.1.0"
16951dependencies = [
16952 "anyhow",
16953 "clock",
16954 "collections",
16955 "env_logger 0.11.7",
16956 "fs",
16957 "futures 0.3.31",
16958 "fuzzy",
16959 "git",
16960 "git2",
16961 "git_hosting_providers",
16962 "gpui",
16963 "http_client",
16964 "ignore",
16965 "language",
16966 "log",
16967 "parking_lot",
16968 "paths",
16969 "postage",
16970 "pretty_assertions",
16971 "rand 0.8.5",
16972 "rpc",
16973 "schemars",
16974 "serde",
16975 "serde_json",
16976 "settings",
16977 "smallvec",
16978 "smol",
16979 "sum_tree",
16980 "text",
16981 "util",
16982]
16983
16984[[package]]
16985name = "write16"
16986version = "1.0.0"
16987source = "registry+https://github.com/rust-lang/crates.io-index"
16988checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
16989
16990[[package]]
16991name = "writeable"
16992version = "0.5.5"
16993source = "registry+https://github.com/rust-lang/crates.io-index"
16994checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
16995
16996[[package]]
16997name = "wyz"
16998version = "0.5.1"
16999source = "registry+https://github.com/rust-lang/crates.io-index"
17000checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
17001dependencies = [
17002 "tap",
17003]
17004
17005[[package]]
17006name = "x11-clipboard"
17007version = "0.9.3"
17008source = "registry+https://github.com/rust-lang/crates.io-index"
17009checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
17010dependencies = [
17011 "libc",
17012 "x11rb",
17013]
17014
17015[[package]]
17016name = "x11rb"
17017version = "0.13.1"
17018source = "registry+https://github.com/rust-lang/crates.io-index"
17019checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
17020dependencies = [
17021 "as-raw-xcb-connection",
17022 "gethostname",
17023 "libc",
17024 "rustix",
17025 "x11rb-protocol",
17026]
17027
17028[[package]]
17029name = "x11rb-protocol"
17030version = "0.13.1"
17031source = "registry+https://github.com/rust-lang/crates.io-index"
17032checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
17033
17034[[package]]
17035name = "xattr"
17036version = "0.2.3"
17037source = "registry+https://github.com/rust-lang/crates.io-index"
17038checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
17039dependencies = [
17040 "libc",
17041]
17042
17043[[package]]
17044name = "xcursor"
17045version = "0.3.8"
17046source = "registry+https://github.com/rust-lang/crates.io-index"
17047checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
17048
17049[[package]]
17050name = "xdg-home"
17051version = "1.3.0"
17052source = "registry+https://github.com/rust-lang/crates.io-index"
17053checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
17054dependencies = [
17055 "libc",
17056 "windows-sys 0.59.0",
17057]
17058
17059[[package]]
17060name = "xim"
17061version = "0.4.0"
17062source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17063dependencies = [
17064 "ahash 0.8.11",
17065 "hashbrown 0.14.5",
17066 "log",
17067 "x11rb",
17068 "xim-ctext",
17069 "xim-parser",
17070]
17071
17072[[package]]
17073name = "xim-ctext"
17074version = "0.3.0"
17075source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17076dependencies = [
17077 "encoding_rs",
17078]
17079
17080[[package]]
17081name = "xim-parser"
17082version = "0.2.1"
17083source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17084dependencies = [
17085 "bitflags 2.9.0",
17086]
17087
17088[[package]]
17089name = "xkbcommon"
17090version = "0.8.0"
17091source = "registry+https://github.com/rust-lang/crates.io-index"
17092checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
17093dependencies = [
17094 "as-raw-xcb-connection",
17095 "libc",
17096 "memmap2",
17097 "xkeysym",
17098]
17099
17100[[package]]
17101name = "xkeysym"
17102version = "0.2.1"
17103source = "registry+https://github.com/rust-lang/crates.io-index"
17104checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
17105
17106[[package]]
17107name = "xml5ever"
17108version = "0.18.1"
17109source = "registry+https://github.com/rust-lang/crates.io-index"
17110checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
17111dependencies = [
17112 "log",
17113 "mac",
17114 "markup5ever",
17115]
17116
17117[[package]]
17118name = "xmlparser"
17119version = "0.13.6"
17120source = "registry+https://github.com/rust-lang/crates.io-index"
17121checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
17122
17123[[package]]
17124name = "xmlwriter"
17125version = "0.1.0"
17126source = "registry+https://github.com/rust-lang/crates.io-index"
17127checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
17128
17129[[package]]
17130name = "xtask"
17131version = "0.1.0"
17132dependencies = [
17133 "anyhow",
17134 "cargo_metadata",
17135 "cargo_toml",
17136 "clap",
17137]
17138
17139[[package]]
17140name = "yaml-rust2"
17141version = "0.8.1"
17142source = "registry+https://github.com/rust-lang/crates.io-index"
17143checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
17144dependencies = [
17145 "arraydeque",
17146 "encoding_rs",
17147 "hashlink 0.8.4",
17148]
17149
17150[[package]]
17151name = "yansi"
17152version = "1.0.1"
17153source = "registry+https://github.com/rust-lang/crates.io-index"
17154checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
17155
17156[[package]]
17157name = "yazi"
17158version = "0.2.1"
17159source = "registry+https://github.com/rust-lang/crates.io-index"
17160checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
17161
17162[[package]]
17163name = "yeslogic-fontconfig-sys"
17164version = "6.0.0"
17165source = "registry+https://github.com/rust-lang/crates.io-index"
17166checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
17167dependencies = [
17168 "dlib",
17169 "once_cell",
17170 "pkg-config",
17171]
17172
17173[[package]]
17174name = "yoke"
17175version = "0.7.5"
17176source = "registry+https://github.com/rust-lang/crates.io-index"
17177checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
17178dependencies = [
17179 "serde",
17180 "stable_deref_trait",
17181 "yoke-derive",
17182 "zerofrom",
17183]
17184
17185[[package]]
17186name = "yoke-derive"
17187version = "0.7.5"
17188source = "registry+https://github.com/rust-lang/crates.io-index"
17189checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
17190dependencies = [
17191 "proc-macro2",
17192 "quote",
17193 "syn 2.0.100",
17194 "synstructure",
17195]
17196
17197[[package]]
17198name = "zbus"
17199version = "5.5.0"
17200source = "registry+https://github.com/rust-lang/crates.io-index"
17201checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
17202dependencies = [
17203 "async-broadcast",
17204 "async-executor",
17205 "async-fs",
17206 "async-io",
17207 "async-lock",
17208 "async-process",
17209 "async-recursion 1.1.1",
17210 "async-task",
17211 "async-trait",
17212 "blocking",
17213 "enumflags2",
17214 "event-listener 5.3.1",
17215 "futures-core",
17216 "futures-lite 2.6.0",
17217 "hex",
17218 "nix",
17219 "ordered-stream",
17220 "serde",
17221 "serde_repr",
17222 "static_assertions",
17223 "tracing",
17224 "uds_windows",
17225 "windows-sys 0.59.0",
17226 "winnow 0.7.1",
17227 "xdg-home",
17228 "zbus_macros",
17229 "zbus_names",
17230 "zvariant",
17231]
17232
17233[[package]]
17234name = "zbus_macros"
17235version = "5.5.0"
17236source = "registry+https://github.com/rust-lang/crates.io-index"
17237checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
17238dependencies = [
17239 "proc-macro-crate",
17240 "proc-macro2",
17241 "quote",
17242 "syn 2.0.100",
17243 "zbus_names",
17244 "zvariant",
17245 "zvariant_utils",
17246]
17247
17248[[package]]
17249name = "zbus_names"
17250version = "4.1.0"
17251source = "registry+https://github.com/rust-lang/crates.io-index"
17252checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
17253dependencies = [
17254 "serde",
17255 "static_assertions",
17256 "winnow 0.6.20",
17257 "zvariant",
17258]
17259
17260[[package]]
17261name = "zed"
17262version = "0.181.0"
17263dependencies = [
17264 "activity_indicator",
17265 "anyhow",
17266 "ashpd",
17267 "assets",
17268 "assistant",
17269 "assistant2",
17270 "assistant_context_editor",
17271 "assistant_settings",
17272 "assistant_tools",
17273 "async-watch",
17274 "audio",
17275 "auto_update",
17276 "auto_update_ui",
17277 "backtrace",
17278 "breadcrumbs",
17279 "call",
17280 "channel",
17281 "chrono",
17282 "clap",
17283 "cli",
17284 "client",
17285 "collab_ui",
17286 "collections",
17287 "command_palette",
17288 "command_palette_hooks",
17289 "component_preview",
17290 "copilot",
17291 "dap",
17292 "dap_adapters",
17293 "db",
17294 "debugger_tools",
17295 "debugger_ui",
17296 "diagnostics",
17297 "editor",
17298 "env_logger 0.11.7",
17299 "extension",
17300 "extension_host",
17301 "extensions_ui",
17302 "feature_flags",
17303 "feedback",
17304 "file_finder",
17305 "fs",
17306 "futures 0.3.31",
17307 "git",
17308 "git_hosting_providers",
17309 "git_ui",
17310 "go_to_line",
17311 "gpui",
17312 "gpui_tokio",
17313 "http_client",
17314 "image_viewer",
17315 "inline_completion_button",
17316 "install_cli",
17317 "journal",
17318 "language",
17319 "language_extension",
17320 "language_model",
17321 "language_models",
17322 "language_selector",
17323 "language_tools",
17324 "languages",
17325 "libc",
17326 "log",
17327 "markdown_preview",
17328 "menu",
17329 "migrator",
17330 "mimalloc",
17331 "nix",
17332 "node_runtime",
17333 "notifications",
17334 "outline",
17335 "outline_panel",
17336 "parking_lot",
17337 "paths",
17338 "picker",
17339 "profiling",
17340 "project",
17341 "project_panel",
17342 "project_symbols",
17343 "prompt_store",
17344 "proto",
17345 "recent_projects",
17346 "release_channel",
17347 "remote",
17348 "repl",
17349 "reqwest_client",
17350 "rope",
17351 "search",
17352 "serde",
17353 "serde_json",
17354 "session",
17355 "settings",
17356 "settings_ui",
17357 "shellexpand 2.1.2",
17358 "simplelog",
17359 "smol",
17360 "snippet_provider",
17361 "snippets_ui",
17362 "supermaven",
17363 "sysinfo",
17364 "tab_switcher",
17365 "task",
17366 "tasks_ui",
17367 "telemetry",
17368 "telemetry_events",
17369 "terminal_view",
17370 "theme",
17371 "theme_extension",
17372 "theme_selector",
17373 "time",
17374 "title_bar",
17375 "toolchain_selector",
17376 "tree-sitter-md",
17377 "tree-sitter-rust",
17378 "ui",
17379 "ui_prompt",
17380 "url",
17381 "urlencoding",
17382 "util",
17383 "uuid",
17384 "vim",
17385 "vim_mode_setting",
17386 "welcome",
17387 "windows 0.61.1",
17388 "winresource",
17389 "workspace",
17390 "zed_actions",
17391 "zeta",
17392 "zlog_settings",
17393]
17394
17395[[package]]
17396name = "zed_actions"
17397version = "0.1.0"
17398dependencies = [
17399 "gpui",
17400 "schemars",
17401 "serde",
17402]
17403
17404[[package]]
17405name = "zed_emmet"
17406version = "0.0.3"
17407dependencies = [
17408 "zed_extension_api 0.1.0",
17409]
17410
17411[[package]]
17412name = "zed_extension_api"
17413version = "0.1.0"
17414source = "registry+https://github.com/rust-lang/crates.io-index"
17415checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
17416dependencies = [
17417 "serde",
17418 "serde_json",
17419 "wit-bindgen",
17420]
17421
17422[[package]]
17423name = "zed_extension_api"
17424version = "0.4.0"
17425dependencies = [
17426 "serde",
17427 "serde_json",
17428 "wit-bindgen",
17429]
17430
17431[[package]]
17432name = "zed_glsl"
17433version = "0.1.0"
17434dependencies = [
17435 "zed_extension_api 0.1.0",
17436]
17437
17438[[package]]
17439name = "zed_html"
17440version = "0.2.0"
17441dependencies = [
17442 "zed_extension_api 0.1.0",
17443]
17444
17445[[package]]
17446name = "zed_llm_client"
17447version = "0.4.1"
17448source = "registry+https://github.com/rust-lang/crates.io-index"
17449checksum = "1bf21350eced858d129840589158a8f6895c4fa4327ae56dd8c7d6a98495bed4"
17450dependencies = [
17451 "serde",
17452 "serde_json",
17453 "uuid",
17454]
17455
17456[[package]]
17457name = "zed_proto"
17458version = "0.2.1"
17459dependencies = [
17460 "zed_extension_api 0.1.0",
17461]
17462
17463[[package]]
17464name = "zed_ruff"
17465version = "0.1.0"
17466dependencies = [
17467 "zed_extension_api 0.1.0",
17468]
17469
17470[[package]]
17471name = "zed_snippets"
17472version = "0.0.5"
17473dependencies = [
17474 "serde_json",
17475 "zed_extension_api 0.1.0",
17476]
17477
17478[[package]]
17479name = "zed_test_extension"
17480version = "0.1.0"
17481dependencies = [
17482 "zed_extension_api 0.4.0",
17483]
17484
17485[[package]]
17486name = "zed_toml"
17487version = "0.1.3"
17488dependencies = [
17489 "zed_extension_api 0.1.0",
17490]
17491
17492[[package]]
17493name = "zeno"
17494version = "0.3.2"
17495source = "registry+https://github.com/rust-lang/crates.io-index"
17496checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
17497
17498[[package]]
17499name = "zerocopy"
17500version = "0.7.35"
17501source = "registry+https://github.com/rust-lang/crates.io-index"
17502checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
17503dependencies = [
17504 "byteorder",
17505 "zerocopy-derive 0.7.35",
17506]
17507
17508[[package]]
17509name = "zerocopy"
17510version = "0.8.18"
17511source = "registry+https://github.com/rust-lang/crates.io-index"
17512checksum = "79386d31a42a4996e3336b0919ddb90f81112af416270cff95b5f5af22b839c2"
17513dependencies = [
17514 "zerocopy-derive 0.8.18",
17515]
17516
17517[[package]]
17518name = "zerocopy-derive"
17519version = "0.7.35"
17520source = "registry+https://github.com/rust-lang/crates.io-index"
17521checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
17522dependencies = [
17523 "proc-macro2",
17524 "quote",
17525 "syn 2.0.100",
17526]
17527
17528[[package]]
17529name = "zerocopy-derive"
17530version = "0.8.18"
17531source = "registry+https://github.com/rust-lang/crates.io-index"
17532checksum = "76331675d372f91bf8d17e13afbd5fe639200b73d01f0fc748bb059f9cca2db7"
17533dependencies = [
17534 "proc-macro2",
17535 "quote",
17536 "syn 2.0.100",
17537]
17538
17539[[package]]
17540name = "zerofrom"
17541version = "0.1.5"
17542source = "registry+https://github.com/rust-lang/crates.io-index"
17543checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
17544dependencies = [
17545 "zerofrom-derive",
17546]
17547
17548[[package]]
17549name = "zerofrom-derive"
17550version = "0.1.5"
17551source = "registry+https://github.com/rust-lang/crates.io-index"
17552checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
17553dependencies = [
17554 "proc-macro2",
17555 "quote",
17556 "syn 2.0.100",
17557 "synstructure",
17558]
17559
17560[[package]]
17561name = "zeroize"
17562version = "1.8.1"
17563source = "registry+https://github.com/rust-lang/crates.io-index"
17564checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
17565dependencies = [
17566 "zeroize_derive",
17567]
17568
17569[[package]]
17570name = "zeroize_derive"
17571version = "1.4.2"
17572source = "registry+https://github.com/rust-lang/crates.io-index"
17573checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
17574dependencies = [
17575 "proc-macro2",
17576 "quote",
17577 "syn 2.0.100",
17578]
17579
17580[[package]]
17581name = "zeromq"
17582version = "0.5.0-pre"
17583source = "registry+https://github.com/rust-lang/crates.io-index"
17584checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
17585dependencies = [
17586 "async-dispatcher",
17587 "async-std",
17588 "async-trait",
17589 "asynchronous-codec",
17590 "bytes 1.10.1",
17591 "crossbeam-queue",
17592 "dashmap 5.5.3",
17593 "futures 0.3.31",
17594 "log",
17595 "num-traits",
17596 "once_cell",
17597 "parking_lot",
17598 "rand 0.8.5",
17599 "regex",
17600 "thiserror 1.0.69",
17601 "uuid",
17602]
17603
17604[[package]]
17605name = "zerovec"
17606version = "0.10.4"
17607source = "registry+https://github.com/rust-lang/crates.io-index"
17608checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
17609dependencies = [
17610 "yoke",
17611 "zerofrom",
17612 "zerovec-derive",
17613]
17614
17615[[package]]
17616name = "zerovec-derive"
17617version = "0.10.3"
17618source = "registry+https://github.com/rust-lang/crates.io-index"
17619checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
17620dependencies = [
17621 "proc-macro2",
17622 "quote",
17623 "syn 2.0.100",
17624]
17625
17626[[package]]
17627name = "zeta"
17628version = "0.1.0"
17629dependencies = [
17630 "anyhow",
17631 "arrayvec",
17632 "call",
17633 "client",
17634 "clock",
17635 "collections",
17636 "command_palette_hooks",
17637 "ctor",
17638 "db",
17639 "editor",
17640 "env_logger 0.11.7",
17641 "feature_flags",
17642 "fs",
17643 "futures 0.3.31",
17644 "gpui",
17645 "http_client",
17646 "indoc",
17647 "inline_completion",
17648 "language",
17649 "language_model",
17650 "log",
17651 "menu",
17652 "migrator",
17653 "paths",
17654 "postage",
17655 "project",
17656 "regex",
17657 "release_channel",
17658 "reqwest_client",
17659 "rpc",
17660 "serde",
17661 "serde_json",
17662 "settings",
17663 "telemetry",
17664 "telemetry_events",
17665 "theme",
17666 "thiserror 2.0.12",
17667 "tree-sitter-go",
17668 "tree-sitter-rust",
17669 "ui",
17670 "unindent",
17671 "util",
17672 "uuid",
17673 "workspace",
17674 "worktree",
17675 "zed_actions",
17676 "zed_llm_client",
17677]
17678
17679[[package]]
17680name = "zip"
17681version = "0.6.6"
17682source = "registry+https://github.com/rust-lang/crates.io-index"
17683checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
17684dependencies = [
17685 "aes",
17686 "byteorder",
17687 "bzip2",
17688 "constant_time_eq 0.1.5",
17689 "crc32fast",
17690 "crossbeam-utils",
17691 "flate2",
17692 "hmac",
17693 "pbkdf2 0.11.0",
17694 "sha1",
17695 "time",
17696 "zstd",
17697]
17698
17699[[package]]
17700name = "zlog"
17701version = "0.1.0"
17702dependencies = [
17703 "log",
17704]
17705
17706[[package]]
17707name = "zlog_settings"
17708version = "0.1.0"
17709dependencies = [
17710 "anyhow",
17711 "gpui",
17712 "schemars",
17713 "serde",
17714 "settings",
17715 "zlog",
17716]
17717
17718[[package]]
17719name = "zstd"
17720version = "0.11.2+zstd.1.5.2"
17721source = "registry+https://github.com/rust-lang/crates.io-index"
17722checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
17723dependencies = [
17724 "zstd-safe",
17725]
17726
17727[[package]]
17728name = "zstd-safe"
17729version = "5.0.2+zstd.1.5.2"
17730source = "registry+https://github.com/rust-lang/crates.io-index"
17731checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
17732dependencies = [
17733 "libc",
17734 "zstd-sys",
17735]
17736
17737[[package]]
17738name = "zstd-sys"
17739version = "2.0.13+zstd.1.5.6"
17740source = "registry+https://github.com/rust-lang/crates.io-index"
17741checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
17742dependencies = [
17743 "cc",
17744 "pkg-config",
17745]
17746
17747[[package]]
17748name = "zune-core"
17749version = "0.4.12"
17750source = "registry+https://github.com/rust-lang/crates.io-index"
17751checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
17752
17753[[package]]
17754name = "zune-inflate"
17755version = "0.2.54"
17756source = "registry+https://github.com/rust-lang/crates.io-index"
17757checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
17758dependencies = [
17759 "simd-adler32",
17760]
17761
17762[[package]]
17763name = "zune-jpeg"
17764version = "0.4.13"
17765source = "registry+https://github.com/rust-lang/crates.io-index"
17766checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
17767dependencies = [
17768 "zune-core",
17769]
17770
17771[[package]]
17772name = "zvariant"
17773version = "5.4.0"
17774source = "registry+https://github.com/rust-lang/crates.io-index"
17775checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
17776dependencies = [
17777 "endi",
17778 "enumflags2",
17779 "serde",
17780 "static_assertions",
17781 "url",
17782 "winnow 0.7.1",
17783 "zvariant_derive",
17784 "zvariant_utils",
17785]
17786
17787[[package]]
17788name = "zvariant_derive"
17789version = "5.4.0"
17790source = "registry+https://github.com/rust-lang/crates.io-index"
17791checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
17792dependencies = [
17793 "proc-macro-crate",
17794 "proc-macro2",
17795 "quote",
17796 "syn 2.0.100",
17797 "zvariant_utils",
17798]
17799
17800[[package]]
17801name = "zvariant_utils"
17802version = "3.2.0"
17803source = "registry+https://github.com/rust-lang/crates.io-index"
17804checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
17805dependencies = [
17806 "proc-macro2",
17807 "quote",
17808 "serde",
17809 "static_assertions",
17810 "syn 2.0.100",
17811 "winnow 0.7.1",
17812]