Cargo.lock

    1# This file is automatically @generated by Cargo.
    2# It is not intended for manual editing.
    3version = 4
    4
    5[[package]]
    6name = "activity_indicator"
    7version = "0.1.0"
    8dependencies = [
    9 "anyhow",
   10 "auto_update",
   11 "editor",
   12 "extension_host",
   13 "futures 0.3.31",
   14 "gpui",
   15 "language",
   16 "project",
   17 "smallvec",
   18 "ui",
   19 "util",
   20 "workspace",
   21]
   22
   23[[package]]
   24name = "addr2line"
   25version = "0.24.2"
   26source = "registry+https://github.com/rust-lang/crates.io-index"
   27checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
   28dependencies = [
   29 "gimli",
   30]
   31
   32[[package]]
   33name = "adler2"
   34version = "2.0.0"
   35source = "registry+https://github.com/rust-lang/crates.io-index"
   36checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
   37
   38[[package]]
   39name = "aes"
   40version = "0.8.4"
   41source = "registry+https://github.com/rust-lang/crates.io-index"
   42checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
   43dependencies = [
   44 "cfg-if",
   45 "cipher",
   46 "cpufeatures",
   47 "zeroize",
   48]
   49
   50[[package]]
   51name = "ahash"
   52version = "0.7.8"
   53source = "registry+https://github.com/rust-lang/crates.io-index"
   54checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
   55dependencies = [
   56 "getrandom 0.2.15",
   57 "once_cell",
   58 "version_check",
   59]
   60
   61[[package]]
   62name = "ahash"
   63version = "0.8.11"
   64source = "registry+https://github.com/rust-lang/crates.io-index"
   65checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
   66dependencies = [
   67 "cfg-if",
   68 "const-random",
   69 "once_cell",
   70 "version_check",
   71 "zerocopy 0.7.35",
   72]
   73
   74[[package]]
   75name = "aho-corasick"
   76version = "1.1.3"
   77source = "registry+https://github.com/rust-lang/crates.io-index"
   78checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
   79dependencies = [
   80 "memchr",
   81]
   82
   83[[package]]
   84name = "alacritty_terminal"
   85version = "0.25.1-dev"
   86source = "git+https://github.com/zed-industries/alacritty.git?branch=add-hush-login-flag#828457c9ff1f7ea0a0469337cc8a37ee3a1b0590"
   87dependencies = [
   88 "base64 0.22.1",
   89 "bitflags 2.9.0",
   90 "home",
   91 "libc",
   92 "log",
   93 "miow",
   94 "parking_lot",
   95 "piper",
   96 "polling",
   97 "regex-automata 0.4.9",
   98 "rustix-openpty",
   99 "serde",
  100 "signal-hook",
  101 "unicode-width",
  102 "vte",
  103 "windows-sys 0.59.0",
  104]
  105
  106[[package]]
  107name = "aliasable"
  108version = "0.1.3"
  109source = "registry+https://github.com/rust-lang/crates.io-index"
  110checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  111
  112[[package]]
  113name = "aligned-vec"
  114version = "0.5.0"
  115source = "registry+https://github.com/rust-lang/crates.io-index"
  116checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
  117
  118[[package]]
  119name = "allocator-api2"
  120version = "0.2.21"
  121source = "registry+https://github.com/rust-lang/crates.io-index"
  122checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  123
  124[[package]]
  125name = "alsa"
  126version = "0.9.1"
  127source = "registry+https://github.com/rust-lang/crates.io-index"
  128checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
  129dependencies = [
  130 "alsa-sys",
  131 "bitflags 2.9.0",
  132 "cfg-if",
  133 "libc",
  134]
  135
  136[[package]]
  137name = "alsa-sys"
  138version = "0.3.1"
  139source = "registry+https://github.com/rust-lang/crates.io-index"
  140checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  141dependencies = [
  142 "libc",
  143 "pkg-config",
  144]
  145
  146[[package]]
  147name = "ambient-authority"
  148version = "0.0.2"
  149source = "registry+https://github.com/rust-lang/crates.io-index"
  150checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  151
  152[[package]]
  153name = "ammonia"
  154version = "4.0.0"
  155source = "registry+https://github.com/rust-lang/crates.io-index"
  156checksum = "1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459"
  157dependencies = [
  158 "html5ever",
  159 "maplit",
  160 "once_cell",
  161 "tendril",
  162 "url",
  163]
  164
  165[[package]]
  166name = "android-tzdata"
  167version = "0.1.1"
  168source = "registry+https://github.com/rust-lang/crates.io-index"
  169checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
  170
  171[[package]]
  172name = "android_system_properties"
  173version = "0.1.5"
  174source = "registry+https://github.com/rust-lang/crates.io-index"
  175checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  176dependencies = [
  177 "libc",
  178]
  179
  180[[package]]
  181name = "anes"
  182version = "0.1.6"
  183source = "registry+https://github.com/rust-lang/crates.io-index"
  184checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  185
  186[[package]]
  187name = "anstream"
  188version = "0.6.18"
  189source = "registry+https://github.com/rust-lang/crates.io-index"
  190checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
  191dependencies = [
  192 "anstyle",
  193 "anstyle-parse",
  194 "anstyle-query",
  195 "anstyle-wincon",
  196 "colorchoice",
  197 "is_terminal_polyfill",
  198 "utf8parse",
  199]
  200
  201[[package]]
  202name = "anstyle"
  203version = "1.0.10"
  204source = "registry+https://github.com/rust-lang/crates.io-index"
  205checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
  206
  207[[package]]
  208name = "anstyle-parse"
  209version = "0.2.6"
  210source = "registry+https://github.com/rust-lang/crates.io-index"
  211checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
  212dependencies = [
  213 "utf8parse",
  214]
  215
  216[[package]]
  217name = "anstyle-query"
  218version = "1.1.2"
  219source = "registry+https://github.com/rust-lang/crates.io-index"
  220checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
  221dependencies = [
  222 "windows-sys 0.59.0",
  223]
  224
  225[[package]]
  226name = "anstyle-wincon"
  227version = "3.0.6"
  228source = "registry+https://github.com/rust-lang/crates.io-index"
  229checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
  230dependencies = [
  231 "anstyle",
  232 "windows-sys 0.59.0",
  233]
  234
  235[[package]]
  236name = "anthropic"
  237version = "0.1.0"
  238dependencies = [
  239 "anyhow",
  240 "chrono",
  241 "futures 0.3.31",
  242 "http_client",
  243 "schemars",
  244 "serde",
  245 "serde_json",
  246 "strum",
  247 "thiserror 2.0.12",
  248 "util",
  249]
  250
  251[[package]]
  252name = "any_vec"
  253version = "0.14.0"
  254source = "registry+https://github.com/rust-lang/crates.io-index"
  255checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  256
  257[[package]]
  258name = "anyhow"
  259version = "1.0.97"
  260source = "registry+https://github.com/rust-lang/crates.io-index"
  261checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f"
  262
  263[[package]]
  264name = "approx"
  265version = "0.5.1"
  266source = "registry+https://github.com/rust-lang/crates.io-index"
  267checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  268dependencies = [
  269 "num-traits",
  270]
  271
  272[[package]]
  273name = "arbitrary"
  274version = "1.4.1"
  275source = "registry+https://github.com/rust-lang/crates.io-index"
  276checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
  277
  278[[package]]
  279name = "arg_enum_proc_macro"
  280version = "0.3.4"
  281source = "registry+https://github.com/rust-lang/crates.io-index"
  282checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  283dependencies = [
  284 "proc-macro2",
  285 "quote",
  286 "syn 2.0.100",
  287]
  288
  289[[package]]
  290name = "arraydeque"
  291version = "0.5.1"
  292source = "registry+https://github.com/rust-lang/crates.io-index"
  293checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
  294
  295[[package]]
  296name = "arrayref"
  297version = "0.3.9"
  298source = "registry+https://github.com/rust-lang/crates.io-index"
  299checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
  300
  301[[package]]
  302name = "arrayvec"
  303version = "0.7.6"
  304source = "registry+https://github.com/rust-lang/crates.io-index"
  305checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
  306dependencies = [
  307 "serde",
  308]
  309
  310[[package]]
  311name = "as-raw-xcb-connection"
  312version = "1.0.1"
  313source = "registry+https://github.com/rust-lang/crates.io-index"
  314checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  315
  316[[package]]
  317name = "ascii"
  318version = "1.1.0"
  319source = "registry+https://github.com/rust-lang/crates.io-index"
  320checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  321
  322[[package]]
  323name = "ash"
  324version = "0.38.0+1.3.281"
  325source = "registry+https://github.com/rust-lang/crates.io-index"
  326checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  327dependencies = [
  328 "libloading",
  329]
  330
  331[[package]]
  332name = "ash-window"
  333version = "0.13.0"
  334source = "registry+https://github.com/rust-lang/crates.io-index"
  335checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
  336dependencies = [
  337 "ash",
  338 "raw-window-handle",
  339 "raw-window-metal",
  340]
  341
  342[[package]]
  343name = "ashpd"
  344version = "0.11.0"
  345source = "registry+https://github.com/rust-lang/crates.io-index"
  346checksum = "6cbdf310d77fd3aaee6ea2093db7011dc2d35d2eb3481e5607f1f8d942ed99df"
  347dependencies = [
  348 "async-fs",
  349 "async-net",
  350 "enumflags2",
  351 "futures-channel",
  352 "futures-util",
  353 "rand 0.9.0",
  354 "serde",
  355 "serde_repr",
  356 "url",
  357 "zbus",
  358]
  359
  360[[package]]
  361name = "askpass"
  362version = "0.1.0"
  363dependencies = [
  364 "anyhow",
  365 "futures 0.3.31",
  366 "gpui",
  367 "smol",
  368 "tempfile",
  369 "util",
  370 "which 6.0.3",
  371]
  372
  373[[package]]
  374name = "assets"
  375version = "0.1.0"
  376dependencies = [
  377 "anyhow",
  378 "gpui",
  379 "rust-embed",
  380]
  381
  382[[package]]
  383name = "assistant"
  384version = "0.1.0"
  385dependencies = [
  386 "anyhow",
  387 "assistant_context_editor",
  388 "assistant_settings",
  389 "assistant_slash_command",
  390 "assistant_slash_commands",
  391 "assistant_tool",
  392 "async-watch",
  393 "client",
  394 "collections",
  395 "command_palette_hooks",
  396 "context_server",
  397 "ctor",
  398 "db",
  399 "editor",
  400 "env_logger 0.11.7",
  401 "feature_flags",
  402 "fs",
  403 "futures 0.3.31",
  404 "gpui",
  405 "indexed_docs",
  406 "indoc",
  407 "language",
  408 "language_model",
  409 "language_model_selector",
  410 "languages",
  411 "log",
  412 "lsp",
  413 "menu",
  414 "multi_buffer",
  415 "parking_lot",
  416 "pretty_assertions",
  417 "project",
  418 "prompt_library",
  419 "prompt_store",
  420 "proto",
  421 "rand 0.8.5",
  422 "rope",
  423 "schemars",
  424 "search",
  425 "serde",
  426 "serde_json_lenient",
  427 "settings",
  428 "smol",
  429 "streaming_diff",
  430 "telemetry",
  431 "telemetry_events",
  432 "terminal",
  433 "terminal_view",
  434 "text",
  435 "theme",
  436 "tree-sitter-md",
  437 "ui",
  438 "unindent",
  439 "util",
  440 "workspace",
  441 "zed_actions",
  442]
  443
  444[[package]]
  445name = "assistant2"
  446version = "0.1.0"
  447dependencies = [
  448 "anyhow",
  449 "assistant_context_editor",
  450 "assistant_settings",
  451 "assistant_slash_command",
  452 "assistant_tool",
  453 "async-watch",
  454 "buffer_diff",
  455 "chrono",
  456 "client",
  457 "clock",
  458 "collections",
  459 "command_palette_hooks",
  460 "context_server",
  461 "convert_case 0.8.0",
  462 "db",
  463 "editor",
  464 "feature_flags",
  465 "file_icons",
  466 "fs",
  467 "futures 0.3.31",
  468 "fuzzy",
  469 "git",
  470 "gpui",
  471 "heed",
  472 "html_to_markdown",
  473 "http_client",
  474 "indexmap",
  475 "indoc",
  476 "itertools 0.14.0",
  477 "language",
  478 "language_model",
  479 "language_model_selector",
  480 "log",
  481 "lsp",
  482 "markdown",
  483 "menu",
  484 "multi_buffer",
  485 "ordered-float 2.10.1",
  486 "parking_lot",
  487 "paths",
  488 "picker",
  489 "project",
  490 "prompt_library",
  491 "prompt_store",
  492 "proto",
  493 "rand 0.8.5",
  494 "release_channel",
  495 "rope",
  496 "schemars",
  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 "pretty_assertions",
  675 "project",
  676 "prompt_store",
  677 "rope",
  678 "serde",
  679 "serde_json",
  680 "settings",
  681 "smol",
  682 "terminal_view",
  683 "text",
  684 "toml 0.8.20",
  685 "ui",
  686 "util",
  687 "workspace",
  688 "worktree",
  689]
  690
  691[[package]]
  692name = "assistant_tool"
  693version = "0.1.0"
  694dependencies = [
  695 "anyhow",
  696 "async-watch",
  697 "buffer_diff",
  698 "clock",
  699 "collections",
  700 "derive_more",
  701 "gpui",
  702 "icons",
  703 "language",
  704 "language_model",
  705 "parking_lot",
  706 "project",
  707 "serde",
  708 "serde_json",
  709 "settings",
  710 "text",
  711 "util",
  712]
  713
  714[[package]]
  715name = "assistant_tools"
  716version = "0.1.0"
  717dependencies = [
  718 "anyhow",
  719 "assistant_tool",
  720 "chrono",
  721 "clock",
  722 "collections",
  723 "feature_flags",
  724 "futures 0.3.31",
  725 "gpui",
  726 "html_to_markdown",
  727 "http_client",
  728 "itertools 0.14.0",
  729 "language",
  730 "language_model",
  731 "log",
  732 "lsp",
  733 "open",
  734 "project",
  735 "rand 0.8.5",
  736 "regex",
  737 "release_channel",
  738 "schemars",
  739 "serde",
  740 "serde_json",
  741 "settings",
  742 "theme",
  743 "ui",
  744 "unindent",
  745 "util",
  746 "workspace",
  747 "worktree",
  748]
  749
  750[[package]]
  751name = "async-attributes"
  752version = "1.1.2"
  753source = "registry+https://github.com/rust-lang/crates.io-index"
  754checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  755dependencies = [
  756 "quote",
  757 "syn 1.0.109",
  758]
  759
  760[[package]]
  761name = "async-broadcast"
  762version = "0.7.2"
  763source = "registry+https://github.com/rust-lang/crates.io-index"
  764checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  765dependencies = [
  766 "event-listener 5.3.1",
  767 "event-listener-strategy",
  768 "futures-core",
  769 "pin-project-lite",
  770]
  771
  772[[package]]
  773name = "async-channel"
  774version = "1.9.0"
  775source = "registry+https://github.com/rust-lang/crates.io-index"
  776checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  777dependencies = [
  778 "concurrent-queue",
  779 "event-listener 2.5.3",
  780 "futures-core",
  781]
  782
  783[[package]]
  784name = "async-channel"
  785version = "2.3.1"
  786source = "registry+https://github.com/rust-lang/crates.io-index"
  787checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
  788dependencies = [
  789 "concurrent-queue",
  790 "event-listener-strategy",
  791 "futures-core",
  792 "pin-project-lite",
  793]
  794
  795[[package]]
  796name = "async-compat"
  797version = "0.2.4"
  798source = "registry+https://github.com/rust-lang/crates.io-index"
  799checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
  800dependencies = [
  801 "futures-core",
  802 "futures-io",
  803 "once_cell",
  804 "pin-project-lite",
  805 "tokio",
  806]
  807
  808[[package]]
  809name = "async-compression"
  810version = "0.4.22"
  811source = "registry+https://github.com/rust-lang/crates.io-index"
  812checksum = "59a194f9d963d8099596278594b3107448656ba73831c9d8c783e613ce86da64"
  813dependencies = [
  814 "deflate64",
  815 "flate2",
  816 "futures-core",
  817 "futures-io",
  818 "memchr",
  819 "pin-project-lite",
  820]
  821
  822[[package]]
  823name = "async-dispatcher"
  824version = "0.1.2"
  825source = "registry+https://github.com/rust-lang/crates.io-index"
  826checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  827dependencies = [
  828 "async-task",
  829 "futures-lite 1.13.0",
  830]
  831
  832[[package]]
  833name = "async-executor"
  834version = "1.13.1"
  835source = "registry+https://github.com/rust-lang/crates.io-index"
  836checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
  837dependencies = [
  838 "async-task",
  839 "concurrent-queue",
  840 "fastrand 2.3.0",
  841 "futures-lite 2.6.0",
  842 "slab",
  843]
  844
  845[[package]]
  846name = "async-fs"
  847version = "2.1.2"
  848source = "registry+https://github.com/rust-lang/crates.io-index"
  849checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
  850dependencies = [
  851 "async-lock",
  852 "blocking",
  853 "futures-lite 2.6.0",
  854]
  855
  856[[package]]
  857name = "async-global-executor"
  858version = "2.4.1"
  859source = "registry+https://github.com/rust-lang/crates.io-index"
  860checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  861dependencies = [
  862 "async-channel 2.3.1",
  863 "async-executor",
  864 "async-io",
  865 "async-lock",
  866 "blocking",
  867 "futures-lite 2.6.0",
  868 "once_cell",
  869]
  870
  871[[package]]
  872name = "async-io"
  873version = "2.4.0"
  874source = "registry+https://github.com/rust-lang/crates.io-index"
  875checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
  876dependencies = [
  877 "async-lock",
  878 "cfg-if",
  879 "concurrent-queue",
  880 "futures-io",
  881 "futures-lite 2.6.0",
  882 "parking",
  883 "polling",
  884 "rustix",
  885 "slab",
  886 "tracing",
  887 "windows-sys 0.59.0",
  888]
  889
  890[[package]]
  891name = "async-lock"
  892version = "3.4.0"
  893source = "registry+https://github.com/rust-lang/crates.io-index"
  894checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
  895dependencies = [
  896 "event-listener 5.3.1",
  897 "event-listener-strategy",
  898 "pin-project-lite",
  899]
  900
  901[[package]]
  902name = "async-native-tls"
  903version = "0.5.0"
  904source = "registry+https://github.com/rust-lang/crates.io-index"
  905checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
  906dependencies = [
  907 "futures-util",
  908 "native-tls",
  909 "thiserror 1.0.69",
  910 "url",
  911]
  912
  913[[package]]
  914name = "async-net"
  915version = "2.0.0"
  916source = "registry+https://github.com/rust-lang/crates.io-index"
  917checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  918dependencies = [
  919 "async-io",
  920 "blocking",
  921 "futures-lite 2.6.0",
  922]
  923
  924[[package]]
  925name = "async-pipe"
  926version = "0.1.3"
  927source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  928dependencies = [
  929 "futures 0.3.31",
  930 "log",
  931]
  932
  933[[package]]
  934name = "async-process"
  935version = "2.3.0"
  936source = "registry+https://github.com/rust-lang/crates.io-index"
  937checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
  938dependencies = [
  939 "async-channel 2.3.1",
  940 "async-io",
  941 "async-lock",
  942 "async-signal",
  943 "async-task",
  944 "blocking",
  945 "cfg-if",
  946 "event-listener 5.3.1",
  947 "futures-lite 2.6.0",
  948 "rustix",
  949 "tracing",
  950]
  951
  952[[package]]
  953name = "async-recursion"
  954version = "0.3.2"
  955source = "registry+https://github.com/rust-lang/crates.io-index"
  956checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
  957dependencies = [
  958 "proc-macro2",
  959 "quote",
  960 "syn 1.0.109",
  961]
  962
  963[[package]]
  964name = "async-recursion"
  965version = "1.1.1"
  966source = "registry+https://github.com/rust-lang/crates.io-index"
  967checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
  968dependencies = [
  969 "proc-macro2",
  970 "quote",
  971 "syn 2.0.100",
  972]
  973
  974[[package]]
  975name = "async-signal"
  976version = "0.2.10"
  977source = "registry+https://github.com/rust-lang/crates.io-index"
  978checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
  979dependencies = [
  980 "async-io",
  981 "async-lock",
  982 "atomic-waker",
  983 "cfg-if",
  984 "futures-core",
  985 "futures-io",
  986 "rustix",
  987 "signal-hook-registry",
  988 "slab",
  989 "windows-sys 0.59.0",
  990]
  991
  992[[package]]
  993name = "async-std"
  994version = "1.13.1"
  995source = "registry+https://github.com/rust-lang/crates.io-index"
  996checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24"
  997dependencies = [
  998 "async-attributes",
  999 "async-channel 1.9.0",
 1000 "async-global-executor",
 1001 "async-io",
 1002 "async-lock",
 1003 "async-process",
 1004 "crossbeam-utils",
 1005 "futures-channel",
 1006 "futures-core",
 1007 "futures-io",
 1008 "futures-lite 2.6.0",
 1009 "gloo-timers",
 1010 "kv-log-macro",
 1011 "log",
 1012 "memchr",
 1013 "once_cell",
 1014 "pin-project-lite",
 1015 "pin-utils",
 1016 "slab",
 1017 "wasm-bindgen-futures",
 1018]
 1019
 1020[[package]]
 1021name = "async-stream"
 1022version = "0.3.6"
 1023source = "registry+https://github.com/rust-lang/crates.io-index"
 1024checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1025dependencies = [
 1026 "async-stream-impl",
 1027 "futures-core",
 1028 "pin-project-lite",
 1029]
 1030
 1031[[package]]
 1032name = "async-stream-impl"
 1033version = "0.3.6"
 1034source = "registry+https://github.com/rust-lang/crates.io-index"
 1035checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1036dependencies = [
 1037 "proc-macro2",
 1038 "quote",
 1039 "syn 2.0.100",
 1040]
 1041
 1042[[package]]
 1043name = "async-stripe"
 1044version = "0.40.0"
 1045source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
 1046dependencies = [
 1047 "chrono",
 1048 "futures-util",
 1049 "http-types",
 1050 "hyper 0.14.32",
 1051 "hyper-rustls 0.24.2",
 1052 "serde",
 1053 "serde_json",
 1054 "serde_path_to_error",
 1055 "serde_qs 0.10.1",
 1056 "smart-default",
 1057 "smol_str 0.1.24",
 1058 "thiserror 1.0.69",
 1059 "tokio",
 1060]
 1061
 1062[[package]]
 1063name = "async-tar"
 1064version = "0.5.0"
 1065source = "registry+https://github.com/rust-lang/crates.io-index"
 1066checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
 1067dependencies = [
 1068 "async-std",
 1069 "filetime",
 1070 "libc",
 1071 "pin-project",
 1072 "redox_syscall 0.2.16",
 1073 "xattr",
 1074]
 1075
 1076[[package]]
 1077name = "async-task"
 1078version = "4.7.1"
 1079source = "registry+https://github.com/rust-lang/crates.io-index"
 1080checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
 1081
 1082[[package]]
 1083name = "async-tls"
 1084version = "0.13.0"
 1085source = "git+https://github.com/zed-industries/async-tls?rev=1e759a4b5e370f87dc15e40756ac4f8815b61d9d#1e759a4b5e370f87dc15e40756ac4f8815b61d9d"
 1086dependencies = [
 1087 "futures-core",
 1088 "futures-io",
 1089 "rustls 0.23.25",
 1090 "rustls-pemfile 2.2.0",
 1091 "webpki-roots",
 1092]
 1093
 1094[[package]]
 1095name = "async-trait"
 1096version = "0.1.88"
 1097source = "registry+https://github.com/rust-lang/crates.io-index"
 1098checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
 1099dependencies = [
 1100 "proc-macro2",
 1101 "quote",
 1102 "syn 2.0.100",
 1103]
 1104
 1105[[package]]
 1106name = "async-tungstenite"
 1107version = "0.28.2"
 1108source = "registry+https://github.com/rust-lang/crates.io-index"
 1109checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99"
 1110dependencies = [
 1111 "async-std",
 1112 "async-tls",
 1113 "atomic-waker",
 1114 "futures-core",
 1115 "futures-io",
 1116 "futures-task",
 1117 "futures-util",
 1118 "log",
 1119 "pin-project-lite",
 1120 "tungstenite 0.24.0",
 1121]
 1122
 1123[[package]]
 1124name = "async-watch"
 1125version = "0.3.1"
 1126source = "registry+https://github.com/rust-lang/crates.io-index"
 1127checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
 1128dependencies = [
 1129 "event-listener 2.5.3",
 1130]
 1131
 1132[[package]]
 1133name = "async_zip"
 1134version = "0.0.17"
 1135source = "registry+https://github.com/rust-lang/crates.io-index"
 1136checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
 1137dependencies = [
 1138 "async-compression",
 1139 "crc32fast",
 1140 "futures-lite 2.6.0",
 1141 "pin-project",
 1142 "thiserror 1.0.69",
 1143]
 1144
 1145[[package]]
 1146name = "asynchronous-codec"
 1147version = "0.7.0"
 1148source = "registry+https://github.com/rust-lang/crates.io-index"
 1149checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1150dependencies = [
 1151 "bytes 1.10.1",
 1152 "futures-sink",
 1153 "futures-util",
 1154 "memchr",
 1155 "pin-project-lite",
 1156]
 1157
 1158[[package]]
 1159name = "atoi"
 1160version = "2.0.0"
 1161source = "registry+https://github.com/rust-lang/crates.io-index"
 1162checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1163dependencies = [
 1164 "num-traits",
 1165]
 1166
 1167[[package]]
 1168name = "atomic"
 1169version = "0.5.3"
 1170source = "registry+https://github.com/rust-lang/crates.io-index"
 1171checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1172
 1173[[package]]
 1174name = "atomic-waker"
 1175version = "1.1.2"
 1176source = "registry+https://github.com/rust-lang/crates.io-index"
 1177checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1178
 1179[[package]]
 1180name = "audio"
 1181version = "0.1.0"
 1182dependencies = [
 1183 "anyhow",
 1184 "collections",
 1185 "derive_more",
 1186 "gpui",
 1187 "parking_lot",
 1188 "rodio",
 1189 "util",
 1190]
 1191
 1192[[package]]
 1193name = "auditable-serde"
 1194version = "0.8.0"
 1195source = "registry+https://github.com/rust-lang/crates.io-index"
 1196checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
 1197dependencies = [
 1198 "semver",
 1199 "serde",
 1200 "serde_json",
 1201 "topological-sort",
 1202]
 1203
 1204[[package]]
 1205name = "auto_update"
 1206version = "0.1.0"
 1207dependencies = [
 1208 "anyhow",
 1209 "client",
 1210 "db",
 1211 "gpui",
 1212 "http_client",
 1213 "log",
 1214 "paths",
 1215 "release_channel",
 1216 "schemars",
 1217 "serde",
 1218 "serde_json",
 1219 "settings",
 1220 "smol",
 1221 "tempfile",
 1222 "which 6.0.3",
 1223 "workspace",
 1224]
 1225
 1226[[package]]
 1227name = "auto_update_ui"
 1228version = "0.1.0"
 1229dependencies = [
 1230 "anyhow",
 1231 "auto_update",
 1232 "client",
 1233 "editor",
 1234 "gpui",
 1235 "http_client",
 1236 "markdown_preview",
 1237 "release_channel",
 1238 "serde",
 1239 "serde_json",
 1240 "smol",
 1241 "util",
 1242 "workspace",
 1243]
 1244
 1245[[package]]
 1246name = "autocfg"
 1247version = "1.4.0"
 1248source = "registry+https://github.com/rust-lang/crates.io-index"
 1249checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
 1250
 1251[[package]]
 1252name = "av1-grain"
 1253version = "0.2.3"
 1254source = "registry+https://github.com/rust-lang/crates.io-index"
 1255checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
 1256dependencies = [
 1257 "anyhow",
 1258 "arrayvec",
 1259 "log",
 1260 "nom",
 1261 "num-rational",
 1262 "v_frame",
 1263]
 1264
 1265[[package]]
 1266name = "avif-serialize"
 1267version = "0.8.2"
 1268source = "registry+https://github.com/rust-lang/crates.io-index"
 1269checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
 1270dependencies = [
 1271 "arrayvec",
 1272]
 1273
 1274[[package]]
 1275name = "aws-config"
 1276version = "1.5.16"
 1277source = "registry+https://github.com/rust-lang/crates.io-index"
 1278checksum = "50236e4d60fe8458de90a71c0922c761e41755adf091b1b03de1cef537179915"
 1279dependencies = [
 1280 "aws-credential-types",
 1281 "aws-runtime",
 1282 "aws-sdk-sso",
 1283 "aws-sdk-ssooidc",
 1284 "aws-sdk-sts",
 1285 "aws-smithy-async",
 1286 "aws-smithy-http",
 1287 "aws-smithy-json",
 1288 "aws-smithy-runtime",
 1289 "aws-smithy-runtime-api",
 1290 "aws-smithy-types",
 1291 "aws-types",
 1292 "bytes 1.10.1",
 1293 "fastrand 2.3.0",
 1294 "hex",
 1295 "http 0.2.12",
 1296 "ring",
 1297 "time",
 1298 "tokio",
 1299 "tracing",
 1300 "url",
 1301 "zeroize",
 1302]
 1303
 1304[[package]]
 1305name = "aws-credential-types"
 1306version = "1.2.1"
 1307source = "registry+https://github.com/rust-lang/crates.io-index"
 1308checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
 1309dependencies = [
 1310 "aws-smithy-async",
 1311 "aws-smithy-runtime-api",
 1312 "aws-smithy-types",
 1313 "zeroize",
 1314]
 1315
 1316[[package]]
 1317name = "aws-lc-rs"
 1318version = "1.12.6"
 1319source = "registry+https://github.com/rust-lang/crates.io-index"
 1320checksum = "dabb68eb3a7aa08b46fddfd59a3d55c978243557a90ab804769f7e20e67d2b01"
 1321dependencies = [
 1322 "aws-lc-sys",
 1323 "zeroize",
 1324]
 1325
 1326[[package]]
 1327name = "aws-lc-sys"
 1328version = "0.27.0"
 1329source = "registry+https://github.com/rust-lang/crates.io-index"
 1330checksum = "6bbe221bbf523b625a4dd8585c7f38166e31167ec2ca98051dbcb4c3b6e825d2"
 1331dependencies = [
 1332 "bindgen 0.69.5",
 1333 "cc",
 1334 "cmake",
 1335 "dunce",
 1336 "fs_extra",
 1337]
 1338
 1339[[package]]
 1340name = "aws-runtime"
 1341version = "1.5.5"
 1342source = "registry+https://github.com/rust-lang/crates.io-index"
 1343checksum = "76dd04d39cc12844c0994f2c9c5a6f5184c22e9188ec1ff723de41910a21dcad"
 1344dependencies = [
 1345 "aws-credential-types",
 1346 "aws-sigv4",
 1347 "aws-smithy-async",
 1348 "aws-smithy-eventstream",
 1349 "aws-smithy-http",
 1350 "aws-smithy-runtime",
 1351 "aws-smithy-runtime-api",
 1352 "aws-smithy-types",
 1353 "aws-types",
 1354 "bytes 1.10.1",
 1355 "fastrand 2.3.0",
 1356 "http 0.2.12",
 1357 "http-body 0.4.6",
 1358 "once_cell",
 1359 "percent-encoding",
 1360 "pin-project-lite",
 1361 "tracing",
 1362 "uuid",
 1363]
 1364
 1365[[package]]
 1366name = "aws-sdk-bedrockruntime"
 1367version = "1.74.0"
 1368source = "registry+https://github.com/rust-lang/crates.io-index"
 1369checksum = "6938541d1948a543bca23303fec4cff9c36bf0e63b8fa3ae1b337bcb9d5b81af"
 1370dependencies = [
 1371 "aws-credential-types",
 1372 "aws-runtime",
 1373 "aws-smithy-async",
 1374 "aws-smithy-eventstream",
 1375 "aws-smithy-http",
 1376 "aws-smithy-json",
 1377 "aws-smithy-runtime",
 1378 "aws-smithy-runtime-api",
 1379 "aws-smithy-types",
 1380 "aws-types",
 1381 "bytes 1.10.1",
 1382 "fastrand 2.3.0",
 1383 "http 0.2.12",
 1384 "once_cell",
 1385 "regex-lite",
 1386 "tracing",
 1387]
 1388
 1389[[package]]
 1390name = "aws-sdk-kinesis"
 1391version = "1.61.0"
 1392source = "registry+https://github.com/rust-lang/crates.io-index"
 1393checksum = "89f2163d8704e8fdcd51ec6c2e0441c418471e422ee9690451b17a1c46344e1a"
 1394dependencies = [
 1395 "aws-credential-types",
 1396 "aws-runtime",
 1397 "aws-smithy-async",
 1398 "aws-smithy-http",
 1399 "aws-smithy-json",
 1400 "aws-smithy-runtime",
 1401 "aws-smithy-runtime-api",
 1402 "aws-smithy-types",
 1403 "aws-types",
 1404 "bytes 1.10.1",
 1405 "http 0.2.12",
 1406 "once_cell",
 1407 "regex-lite",
 1408 "tracing",
 1409]
 1410
 1411[[package]]
 1412name = "aws-sdk-s3"
 1413version = "1.76.0"
 1414source = "registry+https://github.com/rust-lang/crates.io-index"
 1415checksum = "66e83401ad7287ad15244d557e35502c2a94105ca5b41d656c391f1a4fc04ca2"
 1416dependencies = [
 1417 "aws-credential-types",
 1418 "aws-runtime",
 1419 "aws-sigv4",
 1420 "aws-smithy-async",
 1421 "aws-smithy-checksums",
 1422 "aws-smithy-eventstream",
 1423 "aws-smithy-http",
 1424 "aws-smithy-json",
 1425 "aws-smithy-runtime",
 1426 "aws-smithy-runtime-api",
 1427 "aws-smithy-types",
 1428 "aws-smithy-xml",
 1429 "aws-types",
 1430 "bytes 1.10.1",
 1431 "fastrand 2.3.0",
 1432 "hex",
 1433 "hmac",
 1434 "http 0.2.12",
 1435 "http-body 0.4.6",
 1436 "lru",
 1437 "once_cell",
 1438 "percent-encoding",
 1439 "regex-lite",
 1440 "sha2",
 1441 "tracing",
 1442 "url",
 1443]
 1444
 1445[[package]]
 1446name = "aws-sdk-sso"
 1447version = "1.58.0"
 1448source = "registry+https://github.com/rust-lang/crates.io-index"
 1449checksum = "16ff718c9ee45cc1ebd4774a0e086bb80a6ab752b4902edf1c9f56b86ee1f770"
 1450dependencies = [
 1451 "aws-credential-types",
 1452 "aws-runtime",
 1453 "aws-smithy-async",
 1454 "aws-smithy-http",
 1455 "aws-smithy-json",
 1456 "aws-smithy-runtime",
 1457 "aws-smithy-runtime-api",
 1458 "aws-smithy-types",
 1459 "aws-types",
 1460 "bytes 1.10.1",
 1461 "http 0.2.12",
 1462 "once_cell",
 1463 "regex-lite",
 1464 "tracing",
 1465]
 1466
 1467[[package]]
 1468name = "aws-sdk-ssooidc"
 1469version = "1.59.0"
 1470source = "registry+https://github.com/rust-lang/crates.io-index"
 1471checksum = "5183e088715cc135d8d396fdd3bc02f018f0da4c511f53cb8d795b6a31c55809"
 1472dependencies = [
 1473 "aws-credential-types",
 1474 "aws-runtime",
 1475 "aws-smithy-async",
 1476 "aws-smithy-http",
 1477 "aws-smithy-json",
 1478 "aws-smithy-runtime",
 1479 "aws-smithy-runtime-api",
 1480 "aws-smithy-types",
 1481 "aws-types",
 1482 "bytes 1.10.1",
 1483 "http 0.2.12",
 1484 "once_cell",
 1485 "regex-lite",
 1486 "tracing",
 1487]
 1488
 1489[[package]]
 1490name = "aws-sdk-sts"
 1491version = "1.59.0"
 1492source = "registry+https://github.com/rust-lang/crates.io-index"
 1493checksum = "c9f944ef032717596639cea4a2118a3a457268ef51bbb5fde9637e54c465da00"
 1494dependencies = [
 1495 "aws-credential-types",
 1496 "aws-runtime",
 1497 "aws-smithy-async",
 1498 "aws-smithy-http",
 1499 "aws-smithy-json",
 1500 "aws-smithy-query",
 1501 "aws-smithy-runtime",
 1502 "aws-smithy-runtime-api",
 1503 "aws-smithy-types",
 1504 "aws-smithy-xml",
 1505 "aws-types",
 1506 "http 0.2.12",
 1507 "once_cell",
 1508 "regex-lite",
 1509 "tracing",
 1510]
 1511
 1512[[package]]
 1513name = "aws-sigv4"
 1514version = "1.2.9"
 1515source = "registry+https://github.com/rust-lang/crates.io-index"
 1516checksum = "9bfe75fad52793ce6dec0dc3d4b1f388f038b5eb866c8d4d7f3a8e21b5ea5051"
 1517dependencies = [
 1518 "aws-credential-types",
 1519 "aws-smithy-eventstream",
 1520 "aws-smithy-http",
 1521 "aws-smithy-runtime-api",
 1522 "aws-smithy-types",
 1523 "bytes 1.10.1",
 1524 "crypto-bigint 0.5.5",
 1525 "form_urlencoded",
 1526 "hex",
 1527 "hmac",
 1528 "http 0.2.12",
 1529 "http 1.2.0",
 1530 "once_cell",
 1531 "p256",
 1532 "percent-encoding",
 1533 "ring",
 1534 "sha2",
 1535 "subtle",
 1536 "time",
 1537 "tracing",
 1538 "zeroize",
 1539]
 1540
 1541[[package]]
 1542name = "aws-smithy-async"
 1543version = "1.2.4"
 1544source = "registry+https://github.com/rust-lang/crates.io-index"
 1545checksum = "fa59d1327d8b5053c54bf2eaae63bf629ba9e904434d0835a28ed3c0ed0a614e"
 1546dependencies = [
 1547 "futures-util",
 1548 "pin-project-lite",
 1549 "tokio",
 1550]
 1551
 1552[[package]]
 1553name = "aws-smithy-checksums"
 1554version = "0.62.0"
 1555source = "registry+https://github.com/rust-lang/crates.io-index"
 1556checksum = "f2f45a1c384d7a393026bc5f5c177105aa9fa68e4749653b985707ac27d77295"
 1557dependencies = [
 1558 "aws-smithy-http",
 1559 "aws-smithy-types",
 1560 "bytes 1.10.1",
 1561 "crc32c",
 1562 "crc32fast",
 1563 "crc64fast-nvme",
 1564 "hex",
 1565 "http 0.2.12",
 1566 "http-body 0.4.6",
 1567 "md-5",
 1568 "pin-project-lite",
 1569 "sha1",
 1570 "sha2",
 1571 "tracing",
 1572]
 1573
 1574[[package]]
 1575name = "aws-smithy-eventstream"
 1576version = "0.60.6"
 1577source = "registry+https://github.com/rust-lang/crates.io-index"
 1578checksum = "8b18559a41e0c909b77625adf2b8c50de480a8041e5e4a3f5f7d177db70abc5a"
 1579dependencies = [
 1580 "aws-smithy-types",
 1581 "bytes 1.10.1",
 1582 "crc32fast",
 1583]
 1584
 1585[[package]]
 1586name = "aws-smithy-http"
 1587version = "0.60.12"
 1588source = "registry+https://github.com/rust-lang/crates.io-index"
 1589checksum = "7809c27ad8da6a6a68c454e651d4962479e81472aa19ae99e59f9aba1f9713cc"
 1590dependencies = [
 1591 "aws-smithy-eventstream",
 1592 "aws-smithy-runtime-api",
 1593 "aws-smithy-types",
 1594 "bytes 1.10.1",
 1595 "bytes-utils",
 1596 "futures-core",
 1597 "http 0.2.12",
 1598 "http-body 0.4.6",
 1599 "once_cell",
 1600 "percent-encoding",
 1601 "pin-project-lite",
 1602 "pin-utils",
 1603 "tracing",
 1604]
 1605
 1606[[package]]
 1607name = "aws-smithy-json"
 1608version = "0.61.2"
 1609source = "registry+https://github.com/rust-lang/crates.io-index"
 1610checksum = "623a51127f24c30776c8b374295f2df78d92517386f77ba30773f15a30ce1422"
 1611dependencies = [
 1612 "aws-smithy-types",
 1613]
 1614
 1615[[package]]
 1616name = "aws-smithy-query"
 1617version = "0.60.7"
 1618source = "registry+https://github.com/rust-lang/crates.io-index"
 1619checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
 1620dependencies = [
 1621 "aws-smithy-types",
 1622 "urlencoding",
 1623]
 1624
 1625[[package]]
 1626name = "aws-smithy-runtime"
 1627version = "1.7.8"
 1628source = "registry+https://github.com/rust-lang/crates.io-index"
 1629checksum = "d526a12d9ed61fadefda24abe2e682892ba288c2018bcb38b1b4c111d13f6d92"
 1630dependencies = [
 1631 "aws-smithy-async",
 1632 "aws-smithy-http",
 1633 "aws-smithy-runtime-api",
 1634 "aws-smithy-types",
 1635 "bytes 1.10.1",
 1636 "fastrand 2.3.0",
 1637 "h2 0.3.26",
 1638 "http 0.2.12",
 1639 "http-body 0.4.6",
 1640 "http-body 1.0.1",
 1641 "httparse",
 1642 "hyper 0.14.32",
 1643 "hyper-rustls 0.24.2",
 1644 "once_cell",
 1645 "pin-project-lite",
 1646 "pin-utils",
 1647 "rustls 0.21.12",
 1648 "tokio",
 1649 "tracing",
 1650]
 1651
 1652[[package]]
 1653name = "aws-smithy-runtime-api"
 1654version = "1.7.3"
 1655source = "registry+https://github.com/rust-lang/crates.io-index"
 1656checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
 1657dependencies = [
 1658 "aws-smithy-async",
 1659 "aws-smithy-types",
 1660 "bytes 1.10.1",
 1661 "http 0.2.12",
 1662 "http 1.2.0",
 1663 "pin-project-lite",
 1664 "tokio",
 1665 "tracing",
 1666 "zeroize",
 1667]
 1668
 1669[[package]]
 1670name = "aws-smithy-types"
 1671version = "1.2.13"
 1672source = "registry+https://github.com/rust-lang/crates.io-index"
 1673checksum = "c7b8a53819e42f10d0821f56da995e1470b199686a1809168db6ca485665f042"
 1674dependencies = [
 1675 "base64-simd",
 1676 "bytes 1.10.1",
 1677 "bytes-utils",
 1678 "futures-core",
 1679 "http 0.2.12",
 1680 "http 1.2.0",
 1681 "http-body 0.4.6",
 1682 "http-body 1.0.1",
 1683 "http-body-util",
 1684 "itoa",
 1685 "num-integer",
 1686 "pin-project-lite",
 1687 "pin-utils",
 1688 "ryu",
 1689 "serde",
 1690 "time",
 1691 "tokio",
 1692 "tokio-util",
 1693]
 1694
 1695[[package]]
 1696name = "aws-smithy-xml"
 1697version = "0.60.9"
 1698source = "registry+https://github.com/rust-lang/crates.io-index"
 1699checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
 1700dependencies = [
 1701 "xmlparser",
 1702]
 1703
 1704[[package]]
 1705name = "aws-types"
 1706version = "1.3.5"
 1707source = "registry+https://github.com/rust-lang/crates.io-index"
 1708checksum = "dfbd0a668309ec1f66c0f6bda4840dd6d4796ae26d699ebc266d7cc95c6d040f"
 1709dependencies = [
 1710 "aws-credential-types",
 1711 "aws-smithy-async",
 1712 "aws-smithy-runtime-api",
 1713 "aws-smithy-types",
 1714 "rustc_version",
 1715 "tracing",
 1716]
 1717
 1718[[package]]
 1719name = "aws_http_client"
 1720version = "0.1.0"
 1721dependencies = [
 1722 "aws-smithy-runtime-api",
 1723 "aws-smithy-types",
 1724 "futures 0.3.31",
 1725 "http_client",
 1726 "tokio",
 1727]
 1728
 1729[[package]]
 1730name = "axum"
 1731version = "0.6.20"
 1732source = "registry+https://github.com/rust-lang/crates.io-index"
 1733checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1734dependencies = [
 1735 "async-trait",
 1736 "axum-core",
 1737 "base64 0.21.7",
 1738 "bitflags 1.3.2",
 1739 "bytes 1.10.1",
 1740 "futures-util",
 1741 "headers",
 1742 "http 0.2.12",
 1743 "http-body 0.4.6",
 1744 "hyper 0.14.32",
 1745 "itoa",
 1746 "matchit",
 1747 "memchr",
 1748 "mime",
 1749 "percent-encoding",
 1750 "pin-project-lite",
 1751 "rustversion",
 1752 "serde",
 1753 "serde_json",
 1754 "serde_path_to_error",
 1755 "serde_urlencoded",
 1756 "sha1",
 1757 "sync_wrapper 0.1.2",
 1758 "tokio",
 1759 "tokio-tungstenite 0.20.1",
 1760 "tower",
 1761 "tower-layer",
 1762 "tower-service",
 1763]
 1764
 1765[[package]]
 1766name = "axum-core"
 1767version = "0.3.4"
 1768source = "registry+https://github.com/rust-lang/crates.io-index"
 1769checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1770dependencies = [
 1771 "async-trait",
 1772 "bytes 1.10.1",
 1773 "futures-util",
 1774 "http 0.2.12",
 1775 "http-body 0.4.6",
 1776 "mime",
 1777 "rustversion",
 1778 "tower-layer",
 1779 "tower-service",
 1780]
 1781
 1782[[package]]
 1783name = "axum-extra"
 1784version = "0.4.2"
 1785source = "registry+https://github.com/rust-lang/crates.io-index"
 1786checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
 1787dependencies = [
 1788 "axum",
 1789 "bytes 1.10.1",
 1790 "futures-util",
 1791 "http 0.2.12",
 1792 "mime",
 1793 "pin-project-lite",
 1794 "serde",
 1795 "serde_json",
 1796 "tokio",
 1797 "tower",
 1798 "tower-http 0.3.5",
 1799 "tower-layer",
 1800 "tower-service",
 1801]
 1802
 1803[[package]]
 1804name = "backtrace"
 1805version = "0.3.74"
 1806source = "registry+https://github.com/rust-lang/crates.io-index"
 1807checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
 1808dependencies = [
 1809 "addr2line",
 1810 "cfg-if",
 1811 "libc",
 1812 "miniz_oxide",
 1813 "object",
 1814 "rustc-demangle",
 1815 "windows-targets 0.52.6",
 1816]
 1817
 1818[[package]]
 1819name = "base16ct"
 1820version = "0.1.1"
 1821source = "registry+https://github.com/rust-lang/crates.io-index"
 1822checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1823
 1824[[package]]
 1825name = "base64"
 1826version = "0.13.1"
 1827source = "registry+https://github.com/rust-lang/crates.io-index"
 1828checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
 1829
 1830[[package]]
 1831name = "base64"
 1832version = "0.21.7"
 1833source = "registry+https://github.com/rust-lang/crates.io-index"
 1834checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1835
 1836[[package]]
 1837name = "base64"
 1838version = "0.22.1"
 1839source = "registry+https://github.com/rust-lang/crates.io-index"
 1840checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1841
 1842[[package]]
 1843name = "base64-simd"
 1844version = "0.8.0"
 1845source = "registry+https://github.com/rust-lang/crates.io-index"
 1846checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1847dependencies = [
 1848 "outref",
 1849 "vsimd",
 1850]
 1851
 1852[[package]]
 1853name = "base64ct"
 1854version = "1.6.0"
 1855source = "registry+https://github.com/rust-lang/crates.io-index"
 1856checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
 1857
 1858[[package]]
 1859name = "bedrock"
 1860version = "0.1.0"
 1861dependencies = [
 1862 "anyhow",
 1863 "aws-sdk-bedrockruntime",
 1864 "aws-smithy-types",
 1865 "futures 0.3.31",
 1866 "schemars",
 1867 "serde",
 1868 "serde_json",
 1869 "strum",
 1870 "thiserror 2.0.12",
 1871 "tokio",
 1872]
 1873
 1874[[package]]
 1875name = "bigdecimal"
 1876version = "0.4.7"
 1877source = "registry+https://github.com/rust-lang/crates.io-index"
 1878checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
 1879dependencies = [
 1880 "autocfg",
 1881 "libm",
 1882 "num-bigint",
 1883 "num-integer",
 1884 "num-traits",
 1885 "serde",
 1886]
 1887
 1888[[package]]
 1889name = "bincode"
 1890version = "1.3.3"
 1891source = "registry+https://github.com/rust-lang/crates.io-index"
 1892checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1893dependencies = [
 1894 "serde",
 1895]
 1896
 1897[[package]]
 1898name = "bindgen"
 1899version = "0.69.5"
 1900source = "registry+https://github.com/rust-lang/crates.io-index"
 1901checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
 1902dependencies = [
 1903 "bitflags 2.9.0",
 1904 "cexpr",
 1905 "clang-sys",
 1906 "itertools 0.12.1",
 1907 "lazy_static",
 1908 "lazycell",
 1909 "log",
 1910 "prettyplease",
 1911 "proc-macro2",
 1912 "quote",
 1913 "regex",
 1914 "rustc-hash 1.1.0",
 1915 "shlex",
 1916 "syn 2.0.100",
 1917 "which 4.4.2",
 1918]
 1919
 1920[[package]]
 1921name = "bindgen"
 1922version = "0.70.1"
 1923source = "registry+https://github.com/rust-lang/crates.io-index"
 1924checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
 1925dependencies = [
 1926 "bitflags 2.9.0",
 1927 "cexpr",
 1928 "clang-sys",
 1929 "itertools 0.12.1",
 1930 "proc-macro2",
 1931 "quote",
 1932 "regex",
 1933 "rustc-hash 1.1.0",
 1934 "shlex",
 1935 "syn 2.0.100",
 1936]
 1937
 1938[[package]]
 1939name = "bindgen"
 1940version = "0.71.1"
 1941source = "registry+https://github.com/rust-lang/crates.io-index"
 1942checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
 1943dependencies = [
 1944 "bitflags 2.9.0",
 1945 "cexpr",
 1946 "clang-sys",
 1947 "itertools 0.12.1",
 1948 "log",
 1949 "prettyplease",
 1950 "proc-macro2",
 1951 "quote",
 1952 "regex",
 1953 "rustc-hash 2.1.1",
 1954 "shlex",
 1955 "syn 2.0.100",
 1956]
 1957
 1958[[package]]
 1959name = "bit-set"
 1960version = "0.5.3"
 1961source = "registry+https://github.com/rust-lang/crates.io-index"
 1962checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
 1963dependencies = [
 1964 "bit-vec 0.6.3",
 1965]
 1966
 1967[[package]]
 1968name = "bit-set"
 1969version = "0.8.0"
 1970source = "registry+https://github.com/rust-lang/crates.io-index"
 1971checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1972dependencies = [
 1973 "bit-vec 0.8.0",
 1974]
 1975
 1976[[package]]
 1977name = "bit-vec"
 1978version = "0.6.3"
 1979source = "registry+https://github.com/rust-lang/crates.io-index"
 1980checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
 1981
 1982[[package]]
 1983name = "bit-vec"
 1984version = "0.8.0"
 1985source = "registry+https://github.com/rust-lang/crates.io-index"
 1986checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 1987
 1988[[package]]
 1989name = "bit_field"
 1990version = "0.10.2"
 1991source = "registry+https://github.com/rust-lang/crates.io-index"
 1992checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
 1993
 1994[[package]]
 1995name = "bitflags"
 1996version = "1.3.2"
 1997source = "registry+https://github.com/rust-lang/crates.io-index"
 1998checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 1999
 2000[[package]]
 2001name = "bitflags"
 2002version = "2.9.0"
 2003source = "registry+https://github.com/rust-lang/crates.io-index"
 2004checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
 2005dependencies = [
 2006 "serde",
 2007]
 2008
 2009[[package]]
 2010name = "bitstream-io"
 2011version = "2.6.0"
 2012source = "registry+https://github.com/rust-lang/crates.io-index"
 2013checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 2014
 2015[[package]]
 2016name = "bitvec"
 2017version = "1.0.1"
 2018source = "registry+https://github.com/rust-lang/crates.io-index"
 2019checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 2020dependencies = [
 2021 "funty",
 2022 "radium",
 2023 "tap",
 2024 "wyz",
 2025]
 2026
 2027[[package]]
 2028name = "blade-graphics"
 2029version = "0.6.0"
 2030source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 2031dependencies = [
 2032 "ash",
 2033 "ash-window",
 2034 "bitflags 2.9.0",
 2035 "bytemuck",
 2036 "codespan-reporting",
 2037 "glow",
 2038 "gpu-alloc",
 2039 "gpu-alloc-ash",
 2040 "hidden-trait",
 2041 "js-sys",
 2042 "khronos-egl",
 2043 "libloading",
 2044 "log",
 2045 "mint",
 2046 "naga",
 2047 "objc2",
 2048 "objc2-app-kit",
 2049 "objc2-foundation",
 2050 "objc2-metal",
 2051 "objc2-quartz-core",
 2052 "objc2-ui-kit",
 2053 "raw-window-handle",
 2054 "slab",
 2055 "wasm-bindgen",
 2056 "web-sys",
 2057]
 2058
 2059[[package]]
 2060name = "blade-macros"
 2061version = "0.3.0"
 2062source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 2063dependencies = [
 2064 "proc-macro2",
 2065 "quote",
 2066 "syn 2.0.100",
 2067]
 2068
 2069[[package]]
 2070name = "blade-util"
 2071version = "0.2.0"
 2072source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 2073dependencies = [
 2074 "blade-graphics",
 2075 "bytemuck",
 2076 "log",
 2077 "profiling",
 2078]
 2079
 2080[[package]]
 2081name = "blake3"
 2082version = "1.7.0"
 2083source = "registry+https://github.com/rust-lang/crates.io-index"
 2084checksum = "b17679a8d69b6d7fd9cd9801a536cec9fa5e5970b69f9d4747f70b39b031f5e7"
 2085dependencies = [
 2086 "arrayref",
 2087 "arrayvec",
 2088 "cc",
 2089 "cfg-if",
 2090 "constant_time_eq 0.3.1",
 2091]
 2092
 2093[[package]]
 2094name = "block"
 2095version = "0.1.6"
 2096source = "registry+https://github.com/rust-lang/crates.io-index"
 2097checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2098
 2099[[package]]
 2100name = "block-buffer"
 2101version = "0.10.4"
 2102source = "registry+https://github.com/rust-lang/crates.io-index"
 2103checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2104dependencies = [
 2105 "generic-array",
 2106]
 2107
 2108[[package]]
 2109name = "block-padding"
 2110version = "0.3.3"
 2111source = "registry+https://github.com/rust-lang/crates.io-index"
 2112checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2113dependencies = [
 2114 "generic-array",
 2115]
 2116
 2117[[package]]
 2118name = "block2"
 2119version = "0.5.1"
 2120source = "registry+https://github.com/rust-lang/crates.io-index"
 2121checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
 2122dependencies = [
 2123 "objc2",
 2124]
 2125
 2126[[package]]
 2127name = "blocking"
 2128version = "1.6.1"
 2129source = "registry+https://github.com/rust-lang/crates.io-index"
 2130checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
 2131dependencies = [
 2132 "async-channel 2.3.1",
 2133 "async-task",
 2134 "futures-io",
 2135 "futures-lite 2.6.0",
 2136 "piper",
 2137]
 2138
 2139[[package]]
 2140name = "borsh"
 2141version = "1.5.3"
 2142source = "registry+https://github.com/rust-lang/crates.io-index"
 2143checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
 2144dependencies = [
 2145 "borsh-derive",
 2146 "cfg_aliases 0.2.1",
 2147]
 2148
 2149[[package]]
 2150name = "borsh-derive"
 2151version = "1.5.3"
 2152source = "registry+https://github.com/rust-lang/crates.io-index"
 2153checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
 2154dependencies = [
 2155 "once_cell",
 2156 "proc-macro-crate",
 2157 "proc-macro2",
 2158 "quote",
 2159 "syn 2.0.100",
 2160]
 2161
 2162[[package]]
 2163name = "breadcrumbs"
 2164version = "0.1.0"
 2165dependencies = [
 2166 "editor",
 2167 "gpui",
 2168 "itertools 0.14.0",
 2169 "theme",
 2170 "ui",
 2171 "workspace",
 2172 "zed_actions",
 2173]
 2174
 2175[[package]]
 2176name = "bstr"
 2177version = "1.11.1"
 2178source = "registry+https://github.com/rust-lang/crates.io-index"
 2179checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
 2180dependencies = [
 2181 "memchr",
 2182 "regex-automata 0.4.9",
 2183 "serde",
 2184]
 2185
 2186[[package]]
 2187name = "buffer_diff"
 2188version = "0.1.0"
 2189dependencies = [
 2190 "anyhow",
 2191 "clock",
 2192 "ctor",
 2193 "env_logger 0.11.7",
 2194 "futures 0.3.31",
 2195 "git2",
 2196 "gpui",
 2197 "language",
 2198 "log",
 2199 "pretty_assertions",
 2200 "rand 0.8.5",
 2201 "rope",
 2202 "serde_json",
 2203 "sum_tree",
 2204 "text",
 2205 "unindent",
 2206 "util",
 2207]
 2208
 2209[[package]]
 2210name = "built"
 2211version = "0.7.5"
 2212source = "registry+https://github.com/rust-lang/crates.io-index"
 2213checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
 2214
 2215[[package]]
 2216name = "bumpalo"
 2217version = "3.16.0"
 2218source = "registry+https://github.com/rust-lang/crates.io-index"
 2219checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
 2220dependencies = [
 2221 "allocator-api2",
 2222]
 2223
 2224[[package]]
 2225name = "by_address"
 2226version = "1.2.1"
 2227source = "registry+https://github.com/rust-lang/crates.io-index"
 2228checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2229
 2230[[package]]
 2231name = "bytecheck"
 2232version = "0.6.12"
 2233source = "registry+https://github.com/rust-lang/crates.io-index"
 2234checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2235dependencies = [
 2236 "bytecheck_derive",
 2237 "ptr_meta",
 2238 "simdutf8",
 2239]
 2240
 2241[[package]]
 2242name = "bytecheck_derive"
 2243version = "0.6.12"
 2244source = "registry+https://github.com/rust-lang/crates.io-index"
 2245checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2246dependencies = [
 2247 "proc-macro2",
 2248 "quote",
 2249 "syn 1.0.109",
 2250]
 2251
 2252[[package]]
 2253name = "bytemuck"
 2254version = "1.21.0"
 2255source = "registry+https://github.com/rust-lang/crates.io-index"
 2256checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
 2257dependencies = [
 2258 "bytemuck_derive",
 2259]
 2260
 2261[[package]]
 2262name = "bytemuck_derive"
 2263version = "1.8.0"
 2264source = "registry+https://github.com/rust-lang/crates.io-index"
 2265checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
 2266dependencies = [
 2267 "proc-macro2",
 2268 "quote",
 2269 "syn 2.0.100",
 2270]
 2271
 2272[[package]]
 2273name = "byteorder"
 2274version = "1.5.0"
 2275source = "registry+https://github.com/rust-lang/crates.io-index"
 2276checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2277
 2278[[package]]
 2279name = "byteorder-lite"
 2280version = "0.1.0"
 2281source = "registry+https://github.com/rust-lang/crates.io-index"
 2282checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2283
 2284[[package]]
 2285name = "bytes"
 2286version = "0.4.12"
 2287source = "registry+https://github.com/rust-lang/crates.io-index"
 2288checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2289dependencies = [
 2290 "byteorder",
 2291 "iovec",
 2292]
 2293
 2294[[package]]
 2295name = "bytes"
 2296version = "1.10.1"
 2297source = "registry+https://github.com/rust-lang/crates.io-index"
 2298checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
 2299
 2300[[package]]
 2301name = "bytes-utils"
 2302version = "0.1.4"
 2303source = "registry+https://github.com/rust-lang/crates.io-index"
 2304checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2305dependencies = [
 2306 "bytes 1.10.1",
 2307 "either",
 2308]
 2309
 2310[[package]]
 2311name = "bzip2"
 2312version = "0.4.4"
 2313source = "registry+https://github.com/rust-lang/crates.io-index"
 2314checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2315dependencies = [
 2316 "bzip2-sys",
 2317 "libc",
 2318]
 2319
 2320[[package]]
 2321name = "bzip2-sys"
 2322version = "0.1.11+1.0.8"
 2323source = "registry+https://github.com/rust-lang/crates.io-index"
 2324checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
 2325dependencies = [
 2326 "cc",
 2327 "libc",
 2328 "pkg-config",
 2329]
 2330
 2331[[package]]
 2332name = "call"
 2333version = "0.1.0"
 2334dependencies = [
 2335 "anyhow",
 2336 "audio",
 2337 "client",
 2338 "collections",
 2339 "fs",
 2340 "futures 0.3.31",
 2341 "gpui",
 2342 "gpui_tokio",
 2343 "http_client",
 2344 "language",
 2345 "livekit_client",
 2346 "log",
 2347 "postage",
 2348 "project",
 2349 "schemars",
 2350 "serde",
 2351 "serde_derive",
 2352 "settings",
 2353 "telemetry",
 2354 "util",
 2355]
 2356
 2357[[package]]
 2358name = "calloop"
 2359version = "0.13.0"
 2360source = "registry+https://github.com/rust-lang/crates.io-index"
 2361checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
 2362dependencies = [
 2363 "bitflags 2.9.0",
 2364 "log",
 2365 "polling",
 2366 "rustix",
 2367 "slab",
 2368 "thiserror 1.0.69",
 2369]
 2370
 2371[[package]]
 2372name = "calloop-wayland-source"
 2373version = "0.3.0"
 2374source = "registry+https://github.com/rust-lang/crates.io-index"
 2375checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
 2376dependencies = [
 2377 "calloop",
 2378 "rustix",
 2379 "wayland-backend",
 2380 "wayland-client",
 2381]
 2382
 2383[[package]]
 2384name = "camino"
 2385version = "1.1.9"
 2386source = "registry+https://github.com/rust-lang/crates.io-index"
 2387checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
 2388dependencies = [
 2389 "serde",
 2390]
 2391
 2392[[package]]
 2393name = "cap-fs-ext"
 2394version = "3.4.2"
 2395source = "registry+https://github.com/rust-lang/crates.io-index"
 2396checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
 2397dependencies = [
 2398 "cap-primitives",
 2399 "cap-std",
 2400 "io-lifetimes",
 2401 "windows-sys 0.59.0",
 2402]
 2403
 2404[[package]]
 2405name = "cap-net-ext"
 2406version = "3.4.2"
 2407source = "registry+https://github.com/rust-lang/crates.io-index"
 2408checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
 2409dependencies = [
 2410 "cap-primitives",
 2411 "cap-std",
 2412 "rustix",
 2413 "smallvec",
 2414]
 2415
 2416[[package]]
 2417name = "cap-primitives"
 2418version = "3.4.2"
 2419source = "registry+https://github.com/rust-lang/crates.io-index"
 2420checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
 2421dependencies = [
 2422 "ambient-authority",
 2423 "fs-set-times",
 2424 "io-extras",
 2425 "io-lifetimes",
 2426 "ipnet",
 2427 "maybe-owned",
 2428 "rustix",
 2429 "windows-sys 0.59.0",
 2430 "winx",
 2431]
 2432
 2433[[package]]
 2434name = "cap-rand"
 2435version = "3.4.2"
 2436source = "registry+https://github.com/rust-lang/crates.io-index"
 2437checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
 2438dependencies = [
 2439 "ambient-authority",
 2440 "rand 0.8.5",
 2441]
 2442
 2443[[package]]
 2444name = "cap-std"
 2445version = "3.4.2"
 2446source = "registry+https://github.com/rust-lang/crates.io-index"
 2447checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
 2448dependencies = [
 2449 "cap-primitives",
 2450 "io-extras",
 2451 "io-lifetimes",
 2452 "rustix",
 2453]
 2454
 2455[[package]]
 2456name = "cap-time-ext"
 2457version = "3.4.2"
 2458source = "registry+https://github.com/rust-lang/crates.io-index"
 2459checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
 2460dependencies = [
 2461 "ambient-authority",
 2462 "cap-primitives",
 2463 "iana-time-zone",
 2464 "once_cell",
 2465 "rustix",
 2466 "winx",
 2467]
 2468
 2469[[package]]
 2470name = "cargo-platform"
 2471version = "0.1.9"
 2472source = "registry+https://github.com/rust-lang/crates.io-index"
 2473checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2474dependencies = [
 2475 "serde",
 2476]
 2477
 2478[[package]]
 2479name = "cargo_metadata"
 2480version = "0.19.2"
 2481source = "registry+https://github.com/rust-lang/crates.io-index"
 2482checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2483dependencies = [
 2484 "camino",
 2485 "cargo-platform",
 2486 "semver",
 2487 "serde",
 2488 "serde_json",
 2489 "thiserror 2.0.12",
 2490]
 2491
 2492[[package]]
 2493name = "cargo_toml"
 2494version = "0.21.0"
 2495source = "registry+https://github.com/rust-lang/crates.io-index"
 2496checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2497dependencies = [
 2498 "serde",
 2499 "toml 0.8.20",
 2500]
 2501
 2502[[package]]
 2503name = "cast"
 2504version = "0.3.0"
 2505source = "registry+https://github.com/rust-lang/crates.io-index"
 2506checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2507
 2508[[package]]
 2509name = "cbc"
 2510version = "0.1.2"
 2511source = "registry+https://github.com/rust-lang/crates.io-index"
 2512checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2513dependencies = [
 2514 "cipher",
 2515]
 2516
 2517[[package]]
 2518name = "cbindgen"
 2519version = "0.27.0"
 2520source = "registry+https://github.com/rust-lang/crates.io-index"
 2521checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
 2522dependencies = [
 2523 "clap",
 2524 "heck 0.4.1",
 2525 "indexmap",
 2526 "log",
 2527 "proc-macro2",
 2528 "quote",
 2529 "serde",
 2530 "serde_json",
 2531 "syn 2.0.100",
 2532 "tempfile",
 2533 "toml 0.8.20",
 2534]
 2535
 2536[[package]]
 2537name = "cbindgen"
 2538version = "0.28.0"
 2539source = "registry+https://github.com/rust-lang/crates.io-index"
 2540checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2541dependencies = [
 2542 "heck 0.4.1",
 2543 "indexmap",
 2544 "log",
 2545 "proc-macro2",
 2546 "quote",
 2547 "serde",
 2548 "serde_json",
 2549 "syn 2.0.100",
 2550 "tempfile",
 2551 "toml 0.8.20",
 2552]
 2553
 2554[[package]]
 2555name = "cc"
 2556version = "1.2.12"
 2557source = "registry+https://github.com/rust-lang/crates.io-index"
 2558checksum = "755717a7de9ec452bf7f3f1a3099085deabd7f2962b861dae91ecd7a365903d2"
 2559dependencies = [
 2560 "jobserver",
 2561 "libc",
 2562 "shlex",
 2563]
 2564
 2565[[package]]
 2566name = "cesu8"
 2567version = "1.1.0"
 2568source = "registry+https://github.com/rust-lang/crates.io-index"
 2569checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2570
 2571[[package]]
 2572name = "cexpr"
 2573version = "0.6.0"
 2574source = "registry+https://github.com/rust-lang/crates.io-index"
 2575checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2576dependencies = [
 2577 "nom",
 2578]
 2579
 2580[[package]]
 2581name = "cfg-expr"
 2582version = "0.15.8"
 2583source = "registry+https://github.com/rust-lang/crates.io-index"
 2584checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2585dependencies = [
 2586 "smallvec",
 2587 "target-lexicon 0.12.16",
 2588]
 2589
 2590[[package]]
 2591name = "cfg-if"
 2592version = "1.0.0"
 2593source = "registry+https://github.com/rust-lang/crates.io-index"
 2594checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 2595
 2596[[package]]
 2597name = "cfg_aliases"
 2598version = "0.1.1"
 2599source = "registry+https://github.com/rust-lang/crates.io-index"
 2600checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2601
 2602[[package]]
 2603name = "cfg_aliases"
 2604version = "0.2.1"
 2605source = "registry+https://github.com/rust-lang/crates.io-index"
 2606checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2607
 2608[[package]]
 2609name = "cgl"
 2610version = "0.3.2"
 2611source = "registry+https://github.com/rust-lang/crates.io-index"
 2612checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2613dependencies = [
 2614 "libc",
 2615]
 2616
 2617[[package]]
 2618name = "channel"
 2619version = "0.1.0"
 2620dependencies = [
 2621 "anyhow",
 2622 "client",
 2623 "clock",
 2624 "collections",
 2625 "futures 0.3.31",
 2626 "gpui",
 2627 "http_client",
 2628 "language",
 2629 "log",
 2630 "rand 0.8.5",
 2631 "release_channel",
 2632 "rpc",
 2633 "settings",
 2634 "sum_tree",
 2635 "text",
 2636 "time",
 2637 "util",
 2638]
 2639
 2640[[package]]
 2641name = "chrono"
 2642version = "0.4.40"
 2643source = "registry+https://github.com/rust-lang/crates.io-index"
 2644checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
 2645dependencies = [
 2646 "android-tzdata",
 2647 "iana-time-zone",
 2648 "js-sys",
 2649 "num-traits",
 2650 "serde",
 2651 "wasm-bindgen",
 2652 "windows-link",
 2653]
 2654
 2655[[package]]
 2656name = "chunked_transfer"
 2657version = "1.5.0"
 2658source = "registry+https://github.com/rust-lang/crates.io-index"
 2659checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2660
 2661[[package]]
 2662name = "ciborium"
 2663version = "0.2.2"
 2664source = "registry+https://github.com/rust-lang/crates.io-index"
 2665checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2666dependencies = [
 2667 "ciborium-io",
 2668 "ciborium-ll",
 2669 "serde",
 2670]
 2671
 2672[[package]]
 2673name = "ciborium-io"
 2674version = "0.2.2"
 2675source = "registry+https://github.com/rust-lang/crates.io-index"
 2676checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2677
 2678[[package]]
 2679name = "ciborium-ll"
 2680version = "0.2.2"
 2681source = "registry+https://github.com/rust-lang/crates.io-index"
 2682checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2683dependencies = [
 2684 "ciborium-io",
 2685 "half",
 2686]
 2687
 2688[[package]]
 2689name = "cipher"
 2690version = "0.4.4"
 2691source = "registry+https://github.com/rust-lang/crates.io-index"
 2692checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2693dependencies = [
 2694 "crypto-common",
 2695 "inout",
 2696 "zeroize",
 2697]
 2698
 2699[[package]]
 2700name = "circular-buffer"
 2701version = "1.0.0"
 2702source = "registry+https://github.com/rust-lang/crates.io-index"
 2703checksum = "4dacb91f972298e70fc507a2ffcaf1545807f1a36da586fb846646030adc542f"
 2704
 2705[[package]]
 2706name = "clang-sys"
 2707version = "1.8.1"
 2708source = "registry+https://github.com/rust-lang/crates.io-index"
 2709checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2710dependencies = [
 2711 "glob",
 2712 "libc",
 2713 "libloading",
 2714]
 2715
 2716[[package]]
 2717name = "clap"
 2718version = "4.5.34"
 2719source = "registry+https://github.com/rust-lang/crates.io-index"
 2720checksum = "e958897981290da2a852763fe9cdb89cd36977a5d729023127095fa94d95e2ff"
 2721dependencies = [
 2722 "clap_builder",
 2723 "clap_derive",
 2724]
 2725
 2726[[package]]
 2727name = "clap_builder"
 2728version = "4.5.34"
 2729source = "registry+https://github.com/rust-lang/crates.io-index"
 2730checksum = "83b0f35019843db2160b5bb19ae09b4e6411ac33fc6a712003c33e03090e2489"
 2731dependencies = [
 2732 "anstream",
 2733 "anstyle",
 2734 "clap_lex",
 2735 "strsim",
 2736 "terminal_size",
 2737]
 2738
 2739[[package]]
 2740name = "clap_complete"
 2741version = "4.5.38"
 2742source = "registry+https://github.com/rust-lang/crates.io-index"
 2743checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
 2744dependencies = [
 2745 "clap",
 2746]
 2747
 2748[[package]]
 2749name = "clap_derive"
 2750version = "4.5.32"
 2751source = "registry+https://github.com/rust-lang/crates.io-index"
 2752checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
 2753dependencies = [
 2754 "heck 0.5.0",
 2755 "proc-macro2",
 2756 "quote",
 2757 "syn 2.0.100",
 2758]
 2759
 2760[[package]]
 2761name = "clap_lex"
 2762version = "0.7.4"
 2763source = "registry+https://github.com/rust-lang/crates.io-index"
 2764checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
 2765
 2766[[package]]
 2767name = "cli"
 2768version = "0.1.0"
 2769dependencies = [
 2770 "anyhow",
 2771 "clap",
 2772 "collections",
 2773 "core-foundation 0.10.0",
 2774 "core-services",
 2775 "exec",
 2776 "fork",
 2777 "ipc-channel",
 2778 "parking_lot",
 2779 "paths",
 2780 "plist",
 2781 "release_channel",
 2782 "serde",
 2783 "tempfile",
 2784 "util",
 2785 "windows 0.61.1",
 2786]
 2787
 2788[[package]]
 2789name = "client"
 2790version = "0.1.0"
 2791dependencies = [
 2792 "anyhow",
 2793 "async-native-tls",
 2794 "async-recursion 0.3.2",
 2795 "async-tungstenite",
 2796 "chrono",
 2797 "clock",
 2798 "cocoa 0.26.0",
 2799 "collections",
 2800 "credentials_provider",
 2801 "feature_flags",
 2802 "futures 0.3.31",
 2803 "gpui",
 2804 "http_client",
 2805 "http_client_tls",
 2806 "log",
 2807 "parking_lot",
 2808 "paths",
 2809 "postage",
 2810 "rand 0.8.5",
 2811 "release_channel",
 2812 "rpc",
 2813 "schemars",
 2814 "serde",
 2815 "serde_json",
 2816 "settings",
 2817 "sha2",
 2818 "smol",
 2819 "telemetry",
 2820 "telemetry_events",
 2821 "text",
 2822 "thiserror 2.0.12",
 2823 "time",
 2824 "tiny_http",
 2825 "tokio-socks",
 2826 "url",
 2827 "util",
 2828 "windows 0.61.1",
 2829 "worktree",
 2830]
 2831
 2832[[package]]
 2833name = "clock"
 2834version = "0.1.0"
 2835dependencies = [
 2836 "parking_lot",
 2837 "serde",
 2838 "smallvec",
 2839]
 2840
 2841[[package]]
 2842name = "cmake"
 2843version = "0.1.53"
 2844source = "registry+https://github.com/rust-lang/crates.io-index"
 2845checksum = "e24a03c8b52922d68a1589ad61032f2c1aa5a8158d2aa0d93c6e9534944bbad6"
 2846dependencies = [
 2847 "cc",
 2848]
 2849
 2850[[package]]
 2851name = "cobs"
 2852version = "0.2.3"
 2853source = "registry+https://github.com/rust-lang/crates.io-index"
 2854checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
 2855
 2856[[package]]
 2857name = "cocoa"
 2858version = "0.25.0"
 2859source = "registry+https://github.com/rust-lang/crates.io-index"
 2860checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 2861dependencies = [
 2862 "bitflags 1.3.2",
 2863 "block",
 2864 "cocoa-foundation 0.1.2",
 2865 "core-foundation 0.9.4",
 2866 "core-graphics 0.23.2",
 2867 "foreign-types 0.5.0",
 2868 "libc",
 2869 "objc",
 2870]
 2871
 2872[[package]]
 2873name = "cocoa"
 2874version = "0.26.0"
 2875source = "registry+https://github.com/rust-lang/crates.io-index"
 2876checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 2877dependencies = [
 2878 "bitflags 2.9.0",
 2879 "block",
 2880 "cocoa-foundation 0.2.0",
 2881 "core-foundation 0.10.0",
 2882 "core-graphics 0.24.0",
 2883 "foreign-types 0.5.0",
 2884 "libc",
 2885 "objc",
 2886]
 2887
 2888[[package]]
 2889name = "cocoa-foundation"
 2890version = "0.1.2"
 2891source = "registry+https://github.com/rust-lang/crates.io-index"
 2892checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 2893dependencies = [
 2894 "bitflags 1.3.2",
 2895 "block",
 2896 "core-foundation 0.9.4",
 2897 "core-graphics-types 0.1.3",
 2898 "libc",
 2899 "objc",
 2900]
 2901
 2902[[package]]
 2903name = "cocoa-foundation"
 2904version = "0.2.0"
 2905source = "registry+https://github.com/rust-lang/crates.io-index"
 2906checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 2907dependencies = [
 2908 "bitflags 2.9.0",
 2909 "block",
 2910 "core-foundation 0.10.0",
 2911 "core-graphics-types 0.2.0",
 2912 "libc",
 2913 "objc",
 2914]
 2915
 2916[[package]]
 2917name = "codespan-reporting"
 2918version = "0.11.1"
 2919source = "registry+https://github.com/rust-lang/crates.io-index"
 2920checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
 2921dependencies = [
 2922 "termcolor",
 2923 "unicode-width",
 2924]
 2925
 2926[[package]]
 2927name = "collab"
 2928version = "0.44.0"
 2929dependencies = [
 2930 "anthropic",
 2931 "anyhow",
 2932 "assistant",
 2933 "assistant_context_editor",
 2934 "assistant_slash_command",
 2935 "assistant_tool",
 2936 "async-stripe",
 2937 "async-trait",
 2938 "async-tungstenite",
 2939 "audio",
 2940 "aws-config",
 2941 "aws-sdk-kinesis",
 2942 "aws-sdk-s3",
 2943 "axum",
 2944 "axum-extra",
 2945 "base64 0.22.1",
 2946 "buffer_diff",
 2947 "call",
 2948 "channel",
 2949 "chrono",
 2950 "client",
 2951 "clock",
 2952 "collab_ui",
 2953 "collections",
 2954 "command_palette_hooks",
 2955 "context_server",
 2956 "ctor",
 2957 "dap",
 2958 "dashmap 6.1.0",
 2959 "debugger_ui",
 2960 "derive_more",
 2961 "editor",
 2962 "env_logger 0.11.7",
 2963 "envy",
 2964 "extension",
 2965 "file_finder",
 2966 "fs",
 2967 "futures 0.3.31",
 2968 "git",
 2969 "git_hosting_providers",
 2970 "git_ui",
 2971 "google_ai",
 2972 "gpui",
 2973 "gpui_tokio",
 2974 "hex",
 2975 "http_client",
 2976 "hyper 0.14.32",
 2977 "indoc",
 2978 "jsonwebtoken",
 2979 "language",
 2980 "language_model",
 2981 "livekit_api",
 2982 "livekit_client",
 2983 "log",
 2984 "lsp",
 2985 "menu",
 2986 "multi_buffer",
 2987 "nanoid",
 2988 "node_runtime",
 2989 "notifications",
 2990 "open_ai",
 2991 "parking_lot",
 2992 "pretty_assertions",
 2993 "project",
 2994 "prometheus",
 2995 "prompt_store",
 2996 "prost 0.9.0",
 2997 "rand 0.8.5",
 2998 "recent_projects",
 2999 "release_channel",
 3000 "remote",
 3001 "remote_server",
 3002 "reqwest 0.11.27",
 3003 "reqwest_client",
 3004 "rpc",
 3005 "rustc-demangle",
 3006 "scrypt",
 3007 "sea-orm",
 3008 "semantic_version",
 3009 "semver",
 3010 "serde",
 3011 "serde_derive",
 3012 "serde_json",
 3013 "session",
 3014 "settings",
 3015 "sha2",
 3016 "sqlx",
 3017 "strum",
 3018 "subtle",
 3019 "supermaven_api",
 3020 "telemetry_events",
 3021 "text",
 3022 "theme",
 3023 "thiserror 2.0.12",
 3024 "time",
 3025 "tokio",
 3026 "toml 0.8.20",
 3027 "tower",
 3028 "tower-http 0.4.4",
 3029 "tracing",
 3030 "tracing-subscriber",
 3031 "unindent",
 3032 "util",
 3033 "uuid",
 3034 "workspace",
 3035 "worktree",
 3036]
 3037
 3038[[package]]
 3039name = "collab_ui"
 3040version = "0.1.0"
 3041dependencies = [
 3042 "anyhow",
 3043 "call",
 3044 "channel",
 3045 "chrono",
 3046 "client",
 3047 "collections",
 3048 "db",
 3049 "editor",
 3050 "emojis",
 3051 "futures 0.3.31",
 3052 "fuzzy",
 3053 "gpui",
 3054 "http_client",
 3055 "language",
 3056 "menu",
 3057 "notifications",
 3058 "picker",
 3059 "pretty_assertions",
 3060 "project",
 3061 "release_channel",
 3062 "rich_text",
 3063 "rpc",
 3064 "schemars",
 3065 "serde",
 3066 "serde_derive",
 3067 "serde_json",
 3068 "settings",
 3069 "smallvec",
 3070 "story",
 3071 "telemetry",
 3072 "theme",
 3073 "time",
 3074 "time_format",
 3075 "title_bar",
 3076 "tree-sitter-md",
 3077 "ui",
 3078 "util",
 3079 "workspace",
 3080]
 3081
 3082[[package]]
 3083name = "collections"
 3084version = "0.1.0"
 3085dependencies = [
 3086 "indexmap",
 3087 "rustc-hash 2.1.1",
 3088]
 3089
 3090[[package]]
 3091name = "color_quant"
 3092version = "1.1.0"
 3093source = "registry+https://github.com/rust-lang/crates.io-index"
 3094checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3095
 3096[[package]]
 3097name = "colorchoice"
 3098version = "1.0.3"
 3099source = "registry+https://github.com/rust-lang/crates.io-index"
 3100checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
 3101
 3102[[package]]
 3103name = "combine"
 3104version = "4.6.7"
 3105source = "registry+https://github.com/rust-lang/crates.io-index"
 3106checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3107dependencies = [
 3108 "bytes 1.10.1",
 3109 "memchr",
 3110]
 3111
 3112[[package]]
 3113name = "command_palette"
 3114version = "0.1.0"
 3115dependencies = [
 3116 "client",
 3117 "collections",
 3118 "command_palette_hooks",
 3119 "ctor",
 3120 "editor",
 3121 "env_logger 0.11.7",
 3122 "fuzzy",
 3123 "go_to_line",
 3124 "gpui",
 3125 "language",
 3126 "menu",
 3127 "picker",
 3128 "postage",
 3129 "project",
 3130 "serde",
 3131 "serde_json",
 3132 "settings",
 3133 "telemetry",
 3134 "theme",
 3135 "ui",
 3136 "util",
 3137 "workspace",
 3138 "zed_actions",
 3139]
 3140
 3141[[package]]
 3142name = "command_palette_hooks"
 3143version = "0.1.0"
 3144dependencies = [
 3145 "collections",
 3146 "derive_more",
 3147 "gpui",
 3148]
 3149
 3150[[package]]
 3151name = "component"
 3152version = "0.1.0"
 3153dependencies = [
 3154 "collections",
 3155 "gpui",
 3156 "linkme",
 3157 "parking_lot",
 3158 "theme",
 3159]
 3160
 3161[[package]]
 3162name = "component_preview"
 3163version = "0.1.0"
 3164dependencies = [
 3165 "client",
 3166 "collections",
 3167 "component",
 3168 "gpui",
 3169 "languages",
 3170 "notifications",
 3171 "project",
 3172 "ui",
 3173 "workspace",
 3174]
 3175
 3176[[package]]
 3177name = "concurrent-queue"
 3178version = "2.5.0"
 3179source = "registry+https://github.com/rust-lang/crates.io-index"
 3180checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3181dependencies = [
 3182 "crossbeam-utils",
 3183]
 3184
 3185[[package]]
 3186name = "console"
 3187version = "0.15.8"
 3188source = "registry+https://github.com/rust-lang/crates.io-index"
 3189checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
 3190dependencies = [
 3191 "encode_unicode",
 3192 "lazy_static",
 3193 "libc",
 3194 "unicode-width",
 3195 "windows-sys 0.52.0",
 3196]
 3197
 3198[[package]]
 3199name = "const-oid"
 3200version = "0.9.6"
 3201source = "registry+https://github.com/rust-lang/crates.io-index"
 3202checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3203
 3204[[package]]
 3205name = "const-random"
 3206version = "0.1.18"
 3207source = "registry+https://github.com/rust-lang/crates.io-index"
 3208checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3209dependencies = [
 3210 "const-random-macro",
 3211]
 3212
 3213[[package]]
 3214name = "const-random-macro"
 3215version = "0.1.16"
 3216source = "registry+https://github.com/rust-lang/crates.io-index"
 3217checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3218dependencies = [
 3219 "getrandom 0.2.15",
 3220 "once_cell",
 3221 "tiny-keccak",
 3222]
 3223
 3224[[package]]
 3225name = "constant_time_eq"
 3226version = "0.1.5"
 3227source = "registry+https://github.com/rust-lang/crates.io-index"
 3228checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3229
 3230[[package]]
 3231name = "constant_time_eq"
 3232version = "0.3.1"
 3233source = "registry+https://github.com/rust-lang/crates.io-index"
 3234checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
 3235
 3236[[package]]
 3237name = "context_server"
 3238version = "0.1.0"
 3239dependencies = [
 3240 "anyhow",
 3241 "assistant_tool",
 3242 "async-trait",
 3243 "collections",
 3244 "command_palette_hooks",
 3245 "context_server_settings",
 3246 "extension",
 3247 "futures 0.3.31",
 3248 "gpui",
 3249 "icons",
 3250 "language_model",
 3251 "log",
 3252 "parking_lot",
 3253 "postage",
 3254 "project",
 3255 "serde",
 3256 "serde_json",
 3257 "settings",
 3258 "smol",
 3259 "url",
 3260 "util",
 3261]
 3262
 3263[[package]]
 3264name = "context_server_settings"
 3265version = "0.1.0"
 3266dependencies = [
 3267 "anyhow",
 3268 "collections",
 3269 "gpui",
 3270 "schemars",
 3271 "serde",
 3272 "serde_json",
 3273 "settings",
 3274]
 3275
 3276[[package]]
 3277name = "convert_case"
 3278version = "0.4.0"
 3279source = "registry+https://github.com/rust-lang/crates.io-index"
 3280checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
 3281
 3282[[package]]
 3283name = "convert_case"
 3284version = "0.8.0"
 3285source = "registry+https://github.com/rust-lang/crates.io-index"
 3286checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3287dependencies = [
 3288 "unicode-segmentation",
 3289]
 3290
 3291[[package]]
 3292name = "copilot"
 3293version = "0.1.0"
 3294dependencies = [
 3295 "anyhow",
 3296 "async-std",
 3297 "chrono",
 3298 "client",
 3299 "clock",
 3300 "collections",
 3301 "command_palette_hooks",
 3302 "ctor",
 3303 "editor",
 3304 "env_logger 0.11.7",
 3305 "fs",
 3306 "futures 0.3.31",
 3307 "gpui",
 3308 "http_client",
 3309 "indoc",
 3310 "inline_completion",
 3311 "language",
 3312 "log",
 3313 "lsp",
 3314 "menu",
 3315 "node_runtime",
 3316 "parking_lot",
 3317 "paths",
 3318 "project",
 3319 "rpc",
 3320 "schemars",
 3321 "serde",
 3322 "serde_json",
 3323 "settings",
 3324 "strum",
 3325 "task",
 3326 "theme",
 3327 "ui",
 3328 "util",
 3329 "workspace",
 3330]
 3331
 3332[[package]]
 3333name = "core-foundation"
 3334version = "0.9.4"
 3335source = "registry+https://github.com/rust-lang/crates.io-index"
 3336checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3337dependencies = [
 3338 "core-foundation-sys",
 3339 "libc",
 3340]
 3341
 3342[[package]]
 3343name = "core-foundation"
 3344version = "0.10.0"
 3345source = "registry+https://github.com/rust-lang/crates.io-index"
 3346checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3347dependencies = [
 3348 "core-foundation-sys",
 3349 "libc",
 3350]
 3351
 3352[[package]]
 3353name = "core-foundation-sys"
 3354version = "0.8.7"
 3355source = "registry+https://github.com/rust-lang/crates.io-index"
 3356checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3357
 3358[[package]]
 3359name = "core-graphics"
 3360version = "0.23.2"
 3361source = "registry+https://github.com/rust-lang/crates.io-index"
 3362checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3363dependencies = [
 3364 "bitflags 1.3.2",
 3365 "core-foundation 0.9.4",
 3366 "core-graphics-types 0.1.3",
 3367 "foreign-types 0.5.0",
 3368 "libc",
 3369]
 3370
 3371[[package]]
 3372name = "core-graphics"
 3373version = "0.24.0"
 3374source = "registry+https://github.com/rust-lang/crates.io-index"
 3375checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3376dependencies = [
 3377 "bitflags 2.9.0",
 3378 "core-foundation 0.10.0",
 3379 "core-graphics-types 0.2.0",
 3380 "foreign-types 0.5.0",
 3381 "libc",
 3382]
 3383
 3384[[package]]
 3385name = "core-graphics-types"
 3386version = "0.1.3"
 3387source = "registry+https://github.com/rust-lang/crates.io-index"
 3388checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3389dependencies = [
 3390 "bitflags 1.3.2",
 3391 "core-foundation 0.9.4",
 3392 "libc",
 3393]
 3394
 3395[[package]]
 3396name = "core-graphics-types"
 3397version = "0.2.0"
 3398source = "registry+https://github.com/rust-lang/crates.io-index"
 3399checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3400dependencies = [
 3401 "bitflags 2.9.0",
 3402 "core-foundation 0.10.0",
 3403 "libc",
 3404]
 3405
 3406[[package]]
 3407name = "core-graphics2"
 3408version = "0.4.1"
 3409source = "registry+https://github.com/rust-lang/crates.io-index"
 3410checksum = "7e4583956b9806b69f73fcb23aee05eb3620efc282972f08f6a6db7504f8334d"
 3411dependencies = [
 3412 "bitflags 2.9.0",
 3413 "block",
 3414 "cfg-if",
 3415 "core-foundation 0.10.0",
 3416 "libc",
 3417]
 3418
 3419[[package]]
 3420name = "core-services"
 3421version = "0.2.1"
 3422source = "registry+https://github.com/rust-lang/crates.io-index"
 3423checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3424dependencies = [
 3425 "core-foundation 0.9.4",
 3426]
 3427
 3428[[package]]
 3429name = "core-text"
 3430version = "21.0.0"
 3431source = "registry+https://github.com/rust-lang/crates.io-index"
 3432checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3433dependencies = [
 3434 "core-foundation 0.10.0",
 3435 "core-graphics 0.24.0",
 3436 "foreign-types 0.5.0",
 3437 "libc",
 3438]
 3439
 3440[[package]]
 3441name = "core-video"
 3442version = "0.4.3"
 3443source = "registry+https://github.com/rust-lang/crates.io-index"
 3444checksum = "d45e71d5be22206bed53c3c3cb99315fc4c3d31b8963808c6bc4538168c4f8ef"
 3445dependencies = [
 3446 "block",
 3447 "core-foundation 0.10.0",
 3448 "core-graphics2",
 3449 "io-surface",
 3450 "libc",
 3451 "metal",
 3452]
 3453
 3454[[package]]
 3455name = "core_maths"
 3456version = "0.1.1"
 3457source = "registry+https://github.com/rust-lang/crates.io-index"
 3458checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3459dependencies = [
 3460 "libm",
 3461]
 3462
 3463[[package]]
 3464name = "coreaudio-rs"
 3465version = "0.11.3"
 3466source = "registry+https://github.com/rust-lang/crates.io-index"
 3467checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
 3468dependencies = [
 3469 "bitflags 1.3.2",
 3470 "core-foundation-sys",
 3471 "coreaudio-sys",
 3472]
 3473
 3474[[package]]
 3475name = "coreaudio-rs"
 3476version = "0.12.1"
 3477source = "registry+https://github.com/rust-lang/crates.io-index"
 3478checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3479dependencies = [
 3480 "bitflags 1.3.2",
 3481 "core-foundation-sys",
 3482 "coreaudio-sys",
 3483]
 3484
 3485[[package]]
 3486name = "coreaudio-sys"
 3487version = "0.2.16"
 3488source = "registry+https://github.com/rust-lang/crates.io-index"
 3489checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
 3490dependencies = [
 3491 "bindgen 0.70.1",
 3492]
 3493
 3494[[package]]
 3495name = "cosmic-text"
 3496version = "0.13.2"
 3497source = "registry+https://github.com/rust-lang/crates.io-index"
 3498checksum = "e418dd4f5128c3e93eab12246391c54a20c496811131f85754dc8152ee207892"
 3499dependencies = [
 3500 "bitflags 2.9.0",
 3501 "fontdb 0.16.2",
 3502 "log",
 3503 "rangemap",
 3504 "rustc-hash 1.1.0",
 3505 "rustybuzz 0.14.1",
 3506 "self_cell",
 3507 "smol_str 0.2.2",
 3508 "swash",
 3509 "sys-locale",
 3510 "ttf-parser 0.21.1",
 3511 "unicode-bidi",
 3512 "unicode-linebreak",
 3513 "unicode-script",
 3514 "unicode-segmentation",
 3515]
 3516
 3517[[package]]
 3518name = "cpal"
 3519version = "0.15.3"
 3520source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
 3521dependencies = [
 3522 "alsa",
 3523 "core-foundation-sys",
 3524 "coreaudio-rs 0.11.3",
 3525 "dasp_sample",
 3526 "jni",
 3527 "js-sys",
 3528 "libc",
 3529 "mach2",
 3530 "ndk",
 3531 "ndk-context",
 3532 "oboe",
 3533 "wasm-bindgen",
 3534 "wasm-bindgen-futures",
 3535 "web-sys",
 3536 "windows 0.54.0",
 3537]
 3538
 3539[[package]]
 3540name = "cpp_demangle"
 3541version = "0.4.4"
 3542source = "registry+https://github.com/rust-lang/crates.io-index"
 3543checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
 3544dependencies = [
 3545 "cfg-if",
 3546]
 3547
 3548[[package]]
 3549name = "cpufeatures"
 3550version = "0.2.16"
 3551source = "registry+https://github.com/rust-lang/crates.io-index"
 3552checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
 3553dependencies = [
 3554 "libc",
 3555]
 3556
 3557[[package]]
 3558name = "cranelift-bforest"
 3559version = "0.116.1"
 3560source = "registry+https://github.com/rust-lang/crates.io-index"
 3561checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
 3562dependencies = [
 3563 "cranelift-entity",
 3564]
 3565
 3566[[package]]
 3567name = "cranelift-bitset"
 3568version = "0.116.1"
 3569source = "registry+https://github.com/rust-lang/crates.io-index"
 3570checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
 3571dependencies = [
 3572 "serde",
 3573 "serde_derive",
 3574]
 3575
 3576[[package]]
 3577name = "cranelift-codegen"
 3578version = "0.116.1"
 3579source = "registry+https://github.com/rust-lang/crates.io-index"
 3580checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
 3581dependencies = [
 3582 "bumpalo",
 3583 "cranelift-bforest",
 3584 "cranelift-bitset",
 3585 "cranelift-codegen-meta",
 3586 "cranelift-codegen-shared",
 3587 "cranelift-control",
 3588 "cranelift-entity",
 3589 "cranelift-isle",
 3590 "gimli",
 3591 "hashbrown 0.14.5",
 3592 "log",
 3593 "regalloc2",
 3594 "rustc-hash 2.1.1",
 3595 "serde",
 3596 "smallvec",
 3597 "target-lexicon 0.13.2",
 3598]
 3599
 3600[[package]]
 3601name = "cranelift-codegen-meta"
 3602version = "0.116.1"
 3603source = "registry+https://github.com/rust-lang/crates.io-index"
 3604checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
 3605dependencies = [
 3606 "cranelift-codegen-shared",
 3607]
 3608
 3609[[package]]
 3610name = "cranelift-codegen-shared"
 3611version = "0.116.1"
 3612source = "registry+https://github.com/rust-lang/crates.io-index"
 3613checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
 3614
 3615[[package]]
 3616name = "cranelift-control"
 3617version = "0.116.1"
 3618source = "registry+https://github.com/rust-lang/crates.io-index"
 3619checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
 3620dependencies = [
 3621 "arbitrary",
 3622]
 3623
 3624[[package]]
 3625name = "cranelift-entity"
 3626version = "0.116.1"
 3627source = "registry+https://github.com/rust-lang/crates.io-index"
 3628checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
 3629dependencies = [
 3630 "cranelift-bitset",
 3631 "serde",
 3632 "serde_derive",
 3633]
 3634
 3635[[package]]
 3636name = "cranelift-frontend"
 3637version = "0.116.1"
 3638source = "registry+https://github.com/rust-lang/crates.io-index"
 3639checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
 3640dependencies = [
 3641 "cranelift-codegen",
 3642 "log",
 3643 "smallvec",
 3644 "target-lexicon 0.13.2",
 3645]
 3646
 3647[[package]]
 3648name = "cranelift-isle"
 3649version = "0.116.1"
 3650source = "registry+https://github.com/rust-lang/crates.io-index"
 3651checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
 3652
 3653[[package]]
 3654name = "cranelift-native"
 3655version = "0.116.1"
 3656source = "registry+https://github.com/rust-lang/crates.io-index"
 3657checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
 3658dependencies = [
 3659 "cranelift-codegen",
 3660 "libc",
 3661 "target-lexicon 0.13.2",
 3662]
 3663
 3664[[package]]
 3665name = "crc"
 3666version = "3.2.1"
 3667source = "registry+https://github.com/rust-lang/crates.io-index"
 3668checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
 3669dependencies = [
 3670 "crc-catalog",
 3671]
 3672
 3673[[package]]
 3674name = "crc-catalog"
 3675version = "2.4.0"
 3676source = "registry+https://github.com/rust-lang/crates.io-index"
 3677checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 3678
 3679[[package]]
 3680name = "crc32c"
 3681version = "0.6.8"
 3682source = "registry+https://github.com/rust-lang/crates.io-index"
 3683checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
 3684dependencies = [
 3685 "rustc_version",
 3686]
 3687
 3688[[package]]
 3689name = "crc32fast"
 3690version = "1.4.2"
 3691source = "registry+https://github.com/rust-lang/crates.io-index"
 3692checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
 3693dependencies = [
 3694 "cfg-if",
 3695]
 3696
 3697[[package]]
 3698name = "crc64fast-nvme"
 3699version = "1.1.1"
 3700source = "registry+https://github.com/rust-lang/crates.io-index"
 3701checksum = "d5e2ee08013e3f228d6d2394116c4549a6df77708442c62d887d83f68ef2ee37"
 3702dependencies = [
 3703 "cbindgen 0.27.0",
 3704 "crc",
 3705]
 3706
 3707[[package]]
 3708name = "credentials_provider"
 3709version = "0.1.0"
 3710dependencies = [
 3711 "anyhow",
 3712 "futures 0.3.31",
 3713 "gpui",
 3714 "paths",
 3715 "release_channel",
 3716 "serde",
 3717 "serde_json",
 3718]
 3719
 3720[[package]]
 3721name = "criterion"
 3722version = "0.5.1"
 3723source = "registry+https://github.com/rust-lang/crates.io-index"
 3724checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 3725dependencies = [
 3726 "anes",
 3727 "cast",
 3728 "ciborium",
 3729 "clap",
 3730 "criterion-plot",
 3731 "is-terminal",
 3732 "itertools 0.10.5",
 3733 "num-traits",
 3734 "once_cell",
 3735 "oorandom",
 3736 "plotters",
 3737 "rayon",
 3738 "regex",
 3739 "serde",
 3740 "serde_derive",
 3741 "serde_json",
 3742 "tinytemplate",
 3743 "walkdir",
 3744]
 3745
 3746[[package]]
 3747name = "criterion-plot"
 3748version = "0.5.0"
 3749source = "registry+https://github.com/rust-lang/crates.io-index"
 3750checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 3751dependencies = [
 3752 "cast",
 3753 "itertools 0.10.5",
 3754]
 3755
 3756[[package]]
 3757name = "crossbeam-channel"
 3758version = "0.5.13"
 3759source = "registry+https://github.com/rust-lang/crates.io-index"
 3760checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
 3761dependencies = [
 3762 "crossbeam-utils",
 3763]
 3764
 3765[[package]]
 3766name = "crossbeam-deque"
 3767version = "0.8.5"
 3768source = "registry+https://github.com/rust-lang/crates.io-index"
 3769checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
 3770dependencies = [
 3771 "crossbeam-epoch",
 3772 "crossbeam-utils",
 3773]
 3774
 3775[[package]]
 3776name = "crossbeam-epoch"
 3777version = "0.9.18"
 3778source = "registry+https://github.com/rust-lang/crates.io-index"
 3779checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 3780dependencies = [
 3781 "crossbeam-utils",
 3782]
 3783
 3784[[package]]
 3785name = "crossbeam-queue"
 3786version = "0.3.11"
 3787source = "registry+https://github.com/rust-lang/crates.io-index"
 3788checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
 3789dependencies = [
 3790 "crossbeam-utils",
 3791]
 3792
 3793[[package]]
 3794name = "crossbeam-utils"
 3795version = "0.8.20"
 3796source = "registry+https://github.com/rust-lang/crates.io-index"
 3797checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
 3798
 3799[[package]]
 3800name = "crunchy"
 3801version = "0.2.2"
 3802source = "registry+https://github.com/rust-lang/crates.io-index"
 3803checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
 3804
 3805[[package]]
 3806name = "crypto-bigint"
 3807version = "0.4.9"
 3808source = "registry+https://github.com/rust-lang/crates.io-index"
 3809checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 3810dependencies = [
 3811 "generic-array",
 3812 "rand_core 0.6.4",
 3813 "subtle",
 3814 "zeroize",
 3815]
 3816
 3817[[package]]
 3818name = "crypto-bigint"
 3819version = "0.5.5"
 3820source = "registry+https://github.com/rust-lang/crates.io-index"
 3821checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 3822dependencies = [
 3823 "rand_core 0.6.4",
 3824 "subtle",
 3825]
 3826
 3827[[package]]
 3828name = "crypto-common"
 3829version = "0.1.6"
 3830source = "registry+https://github.com/rust-lang/crates.io-index"
 3831checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 3832dependencies = [
 3833 "generic-array",
 3834 "rand_core 0.6.4",
 3835 "typenum",
 3836]
 3837
 3838[[package]]
 3839name = "ctor"
 3840version = "0.4.1"
 3841source = "registry+https://github.com/rust-lang/crates.io-index"
 3842checksum = "07e9666f4a9a948d4f1dff0c08a4512b0f7c86414b23960104c243c10d79f4c3"
 3843dependencies = [
 3844 "ctor-proc-macro",
 3845 "dtor",
 3846]
 3847
 3848[[package]]
 3849name = "ctor-proc-macro"
 3850version = "0.0.5"
 3851source = "registry+https://github.com/rust-lang/crates.io-index"
 3852checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
 3853
 3854[[package]]
 3855name = "ctrlc"
 3856version = "3.4.5"
 3857source = "registry+https://github.com/rust-lang/crates.io-index"
 3858checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
 3859dependencies = [
 3860 "nix",
 3861 "windows-sys 0.59.0",
 3862]
 3863
 3864[[package]]
 3865name = "cursor-icon"
 3866version = "1.1.0"
 3867source = "registry+https://github.com/rust-lang/crates.io-index"
 3868checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
 3869
 3870[[package]]
 3871name = "cxx"
 3872version = "1.0.134"
 3873source = "registry+https://github.com/rust-lang/crates.io-index"
 3874checksum = "a5a32d755fe20281b46118ee4b507233311fb7a48a0cfd42f554b93640521a2f"
 3875dependencies = [
 3876 "cc",
 3877 "cxxbridge-cmd",
 3878 "cxxbridge-flags",
 3879 "cxxbridge-macro",
 3880 "foldhash",
 3881 "link-cplusplus",
 3882]
 3883
 3884[[package]]
 3885name = "cxx-build"
 3886version = "1.0.134"
 3887source = "registry+https://github.com/rust-lang/crates.io-index"
 3888checksum = "11645536ada5d1c8804312cbffc9ab950f2216154de431de930da47ca6955199"
 3889dependencies = [
 3890 "cc",
 3891 "codespan-reporting",
 3892 "proc-macro2",
 3893 "quote",
 3894 "scratch",
 3895 "syn 2.0.100",
 3896]
 3897
 3898[[package]]
 3899name = "cxxbridge-cmd"
 3900version = "1.0.134"
 3901source = "registry+https://github.com/rust-lang/crates.io-index"
 3902checksum = "ebcc9c78e3c7289665aab921a2b394eaffe8bdb369aa18d81ffc0f534fd49385"
 3903dependencies = [
 3904 "clap",
 3905 "codespan-reporting",
 3906 "proc-macro2",
 3907 "quote",
 3908 "syn 2.0.100",
 3909]
 3910
 3911[[package]]
 3912name = "cxxbridge-flags"
 3913version = "1.0.134"
 3914source = "registry+https://github.com/rust-lang/crates.io-index"
 3915checksum = "3a22a87bd9e78d7204d793261470a4c9d585154fddd251828d8aefbb5f74c3bf"
 3916
 3917[[package]]
 3918name = "cxxbridge-macro"
 3919version = "1.0.134"
 3920source = "registry+https://github.com/rust-lang/crates.io-index"
 3921checksum = "1dfdb020ff8787c5daf6e0dca743005cc8782868faeadfbabb8824ede5cb1c72"
 3922dependencies = [
 3923 "proc-macro2",
 3924 "quote",
 3925 "rustversion",
 3926 "syn 2.0.100",
 3927]
 3928
 3929[[package]]
 3930name = "dap"
 3931version = "0.1.0"
 3932dependencies = [
 3933 "anyhow",
 3934 "async-compression",
 3935 "async-pipe",
 3936 "async-tar",
 3937 "async-trait",
 3938 "client",
 3939 "collections",
 3940 "dap-types",
 3941 "env_logger 0.11.7",
 3942 "fs",
 3943 "futures 0.3.31",
 3944 "gpui",
 3945 "http_client",
 3946 "language",
 3947 "log",
 3948 "node_runtime",
 3949 "parking_lot",
 3950 "paths",
 3951 "regex",
 3952 "schemars",
 3953 "serde",
 3954 "serde_json",
 3955 "settings",
 3956 "smallvec",
 3957 "smol",
 3958 "task",
 3959 "util",
 3960]
 3961
 3962[[package]]
 3963name = "dap-types"
 3964version = "0.0.1"
 3965source = "git+https://github.com/zed-industries/dap-types?rev=bfd4af0#bfd4af084bbaa5f344e6925370d7642e41d0b5b8"
 3966dependencies = [
 3967 "schemars",
 3968 "serde",
 3969 "serde_json",
 3970]
 3971
 3972[[package]]
 3973name = "dap_adapters"
 3974version = "0.1.0"
 3975dependencies = [
 3976 "anyhow",
 3977 "async-trait",
 3978 "dap",
 3979 "gpui",
 3980 "language",
 3981 "paths",
 3982 "regex",
 3983 "serde",
 3984 "serde_json",
 3985 "task",
 3986 "util",
 3987]
 3988
 3989[[package]]
 3990name = "dashmap"
 3991version = "5.5.3"
 3992source = "registry+https://github.com/rust-lang/crates.io-index"
 3993checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
 3994dependencies = [
 3995 "cfg-if",
 3996 "hashbrown 0.14.5",
 3997 "lock_api",
 3998 "once_cell",
 3999 "parking_lot_core",
 4000]
 4001
 4002[[package]]
 4003name = "dashmap"
 4004version = "6.1.0"
 4005source = "registry+https://github.com/rust-lang/crates.io-index"
 4006checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 4007dependencies = [
 4008 "cfg-if",
 4009 "crossbeam-utils",
 4010 "hashbrown 0.14.5",
 4011 "lock_api",
 4012 "once_cell",
 4013 "parking_lot_core",
 4014]
 4015
 4016[[package]]
 4017name = "dasp_sample"
 4018version = "0.11.0"
 4019source = "registry+https://github.com/rust-lang/crates.io-index"
 4020checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4021
 4022[[package]]
 4023name = "data-encoding"
 4024version = "2.6.0"
 4025source = "registry+https://github.com/rust-lang/crates.io-index"
 4026checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
 4027
 4028[[package]]
 4029name = "data-url"
 4030version = "0.3.1"
 4031source = "registry+https://github.com/rust-lang/crates.io-index"
 4032checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
 4033
 4034[[package]]
 4035name = "db"
 4036version = "0.1.0"
 4037dependencies = [
 4038 "anyhow",
 4039 "gpui",
 4040 "indoc",
 4041 "log",
 4042 "paths",
 4043 "release_channel",
 4044 "smol",
 4045 "sqlez",
 4046 "sqlez_macros",
 4047 "tempfile",
 4048 "util",
 4049]
 4050
 4051[[package]]
 4052name = "dbus"
 4053version = "0.9.7"
 4054source = "registry+https://github.com/rust-lang/crates.io-index"
 4055checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
 4056dependencies = [
 4057 "libc",
 4058 "libdbus-sys",
 4059 "winapi",
 4060]
 4061
 4062[[package]]
 4063name = "debugger_tools"
 4064version = "0.1.0"
 4065dependencies = [
 4066 "anyhow",
 4067 "dap",
 4068 "editor",
 4069 "futures 0.3.31",
 4070 "gpui",
 4071 "project",
 4072 "serde_json",
 4073 "settings",
 4074 "smol",
 4075 "util",
 4076 "workspace",
 4077]
 4078
 4079[[package]]
 4080name = "debugger_ui"
 4081version = "0.1.0"
 4082dependencies = [
 4083 "anyhow",
 4084 "client",
 4085 "collections",
 4086 "command_palette_hooks",
 4087 "dap",
 4088 "editor",
 4089 "env_logger 0.11.7",
 4090 "feature_flags",
 4091 "futures 0.3.31",
 4092 "fuzzy",
 4093 "gpui",
 4094 "language",
 4095 "log",
 4096 "menu",
 4097 "picker",
 4098 "pretty_assertions",
 4099 "project",
 4100 "rpc",
 4101 "serde",
 4102 "serde_json",
 4103 "settings",
 4104 "sysinfo",
 4105 "task",
 4106 "terminal_view",
 4107 "theme",
 4108 "ui",
 4109 "unindent",
 4110 "util",
 4111 "workspace",
 4112]
 4113
 4114[[package]]
 4115name = "deepseek"
 4116version = "0.1.0"
 4117dependencies = [
 4118 "anyhow",
 4119 "futures 0.3.31",
 4120 "http_client",
 4121 "schemars",
 4122 "serde",
 4123 "serde_json",
 4124]
 4125
 4126[[package]]
 4127name = "deflate64"
 4128version = "0.1.9"
 4129source = "registry+https://github.com/rust-lang/crates.io-index"
 4130checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
 4131
 4132[[package]]
 4133name = "der"
 4134version = "0.6.1"
 4135source = "registry+https://github.com/rust-lang/crates.io-index"
 4136checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4137dependencies = [
 4138 "const-oid",
 4139 "zeroize",
 4140]
 4141
 4142[[package]]
 4143name = "der"
 4144version = "0.7.9"
 4145source = "registry+https://github.com/rust-lang/crates.io-index"
 4146checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
 4147dependencies = [
 4148 "const-oid",
 4149 "pem-rfc7468",
 4150 "zeroize",
 4151]
 4152
 4153[[package]]
 4154name = "deranged"
 4155version = "0.4.0"
 4156source = "registry+https://github.com/rust-lang/crates.io-index"
 4157checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
 4158dependencies = [
 4159 "powerfmt",
 4160 "serde",
 4161]
 4162
 4163[[package]]
 4164name = "derive_more"
 4165version = "0.99.19"
 4166source = "registry+https://github.com/rust-lang/crates.io-index"
 4167checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
 4168dependencies = [
 4169 "convert_case 0.4.0",
 4170 "proc-macro2",
 4171 "quote",
 4172 "rustc_version",
 4173 "syn 2.0.100",
 4174]
 4175
 4176[[package]]
 4177name = "derive_refineable"
 4178version = "0.1.0"
 4179dependencies = [
 4180 "proc-macro2",
 4181 "quote",
 4182 "syn 1.0.109",
 4183]
 4184
 4185[[package]]
 4186name = "diagnostics"
 4187version = "0.1.0"
 4188dependencies = [
 4189 "anyhow",
 4190 "client",
 4191 "collections",
 4192 "ctor",
 4193 "editor",
 4194 "env_logger 0.11.7",
 4195 "gpui",
 4196 "language",
 4197 "log",
 4198 "lsp",
 4199 "pretty_assertions",
 4200 "project",
 4201 "rand 0.8.5",
 4202 "serde",
 4203 "serde_json",
 4204 "settings",
 4205 "theme",
 4206 "ui",
 4207 "unindent",
 4208 "util",
 4209 "workspace",
 4210]
 4211
 4212[[package]]
 4213name = "dialoguer"
 4214version = "0.11.0"
 4215source = "registry+https://github.com/rust-lang/crates.io-index"
 4216checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4217dependencies = [
 4218 "console",
 4219 "fuzzy-matcher",
 4220 "shell-words",
 4221 "tempfile",
 4222 "thiserror 1.0.69",
 4223 "zeroize",
 4224]
 4225
 4226[[package]]
 4227name = "diff"
 4228version = "0.1.13"
 4229source = "registry+https://github.com/rust-lang/crates.io-index"
 4230checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4231
 4232[[package]]
 4233name = "digest"
 4234version = "0.10.7"
 4235source = "registry+https://github.com/rust-lang/crates.io-index"
 4236checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4237dependencies = [
 4238 "block-buffer",
 4239 "const-oid",
 4240 "crypto-common",
 4241 "subtle",
 4242]
 4243
 4244[[package]]
 4245name = "dirs"
 4246version = "4.0.0"
 4247source = "registry+https://github.com/rust-lang/crates.io-index"
 4248checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4249dependencies = [
 4250 "dirs-sys 0.3.7",
 4251]
 4252
 4253[[package]]
 4254name = "dirs"
 4255version = "5.0.1"
 4256source = "registry+https://github.com/rust-lang/crates.io-index"
 4257checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4258dependencies = [
 4259 "dirs-sys 0.4.1",
 4260]
 4261
 4262[[package]]
 4263name = "dirs-sys"
 4264version = "0.3.7"
 4265source = "registry+https://github.com/rust-lang/crates.io-index"
 4266checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4267dependencies = [
 4268 "libc",
 4269 "redox_users",
 4270 "winapi",
 4271]
 4272
 4273[[package]]
 4274name = "dirs-sys"
 4275version = "0.4.1"
 4276source = "registry+https://github.com/rust-lang/crates.io-index"
 4277checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4278dependencies = [
 4279 "libc",
 4280 "option-ext",
 4281 "redox_users",
 4282 "windows-sys 0.48.0",
 4283]
 4284
 4285[[package]]
 4286name = "displaydoc"
 4287version = "0.2.5"
 4288source = "registry+https://github.com/rust-lang/crates.io-index"
 4289checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4290dependencies = [
 4291 "proc-macro2",
 4292 "quote",
 4293 "syn 2.0.100",
 4294]
 4295
 4296[[package]]
 4297name = "dlib"
 4298version = "0.5.2"
 4299source = "registry+https://github.com/rust-lang/crates.io-index"
 4300checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4301dependencies = [
 4302 "libloading",
 4303]
 4304
 4305[[package]]
 4306name = "docs_preprocessor"
 4307version = "0.1.0"
 4308dependencies = [
 4309 "anyhow",
 4310 "clap",
 4311 "mdbook",
 4312 "regex",
 4313 "serde",
 4314 "serde_json",
 4315 "settings",
 4316 "util",
 4317]
 4318
 4319[[package]]
 4320name = "dotenvy"
 4321version = "0.15.7"
 4322source = "registry+https://github.com/rust-lang/crates.io-index"
 4323checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 4324
 4325[[package]]
 4326name = "downcast-rs"
 4327version = "1.2.1"
 4328source = "registry+https://github.com/rust-lang/crates.io-index"
 4329checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 4330
 4331[[package]]
 4332name = "doxygen-rs"
 4333version = "0.4.2"
 4334source = "registry+https://github.com/rust-lang/crates.io-index"
 4335checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 4336dependencies = [
 4337 "phf",
 4338]
 4339
 4340[[package]]
 4341name = "dtor"
 4342version = "0.0.5"
 4343source = "registry+https://github.com/rust-lang/crates.io-index"
 4344checksum = "222ef136a1c687d4aa0395c175f2c4586e379924c352fd02f7870cf7de783c23"
 4345dependencies = [
 4346 "dtor-proc-macro",
 4347]
 4348
 4349[[package]]
 4350name = "dtor-proc-macro"
 4351version = "0.0.5"
 4352source = "registry+https://github.com/rust-lang/crates.io-index"
 4353checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 4354
 4355[[package]]
 4356name = "dunce"
 4357version = "1.0.5"
 4358source = "registry+https://github.com/rust-lang/crates.io-index"
 4359checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 4360
 4361[[package]]
 4362name = "dwrote"
 4363version = "0.11.2"
 4364source = "registry+https://github.com/rust-lang/crates.io-index"
 4365checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
 4366dependencies = [
 4367 "lazy_static",
 4368 "libc",
 4369 "winapi",
 4370 "wio",
 4371]
 4372
 4373[[package]]
 4374name = "dyn-clone"
 4375version = "1.0.17"
 4376source = "registry+https://github.com/rust-lang/crates.io-index"
 4377checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
 4378
 4379[[package]]
 4380name = "ec4rs"
 4381version = "1.1.1"
 4382source = "registry+https://github.com/rust-lang/crates.io-index"
 4383checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
 4384
 4385[[package]]
 4386name = "ecdsa"
 4387version = "0.14.8"
 4388source = "registry+https://github.com/rust-lang/crates.io-index"
 4389checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 4390dependencies = [
 4391 "der 0.6.1",
 4392 "elliptic-curve",
 4393 "rfc6979",
 4394 "signature 1.6.4",
 4395]
 4396
 4397[[package]]
 4398name = "editor"
 4399version = "0.1.0"
 4400dependencies = [
 4401 "aho-corasick",
 4402 "anyhow",
 4403 "assets",
 4404 "buffer_diff",
 4405 "client",
 4406 "clock",
 4407 "collections",
 4408 "convert_case 0.8.0",
 4409 "ctor",
 4410 "db",
 4411 "emojis",
 4412 "env_logger 0.11.7",
 4413 "feature_flags",
 4414 "file_icons",
 4415 "fs",
 4416 "futures 0.3.31",
 4417 "fuzzy",
 4418 "git",
 4419 "gpui",
 4420 "http_client",
 4421 "indoc",
 4422 "inline_completion",
 4423 "itertools 0.14.0",
 4424 "language",
 4425 "languages",
 4426 "linkify",
 4427 "log",
 4428 "lsp",
 4429 "markdown",
 4430 "menu",
 4431 "multi_buffer",
 4432 "ordered-float 2.10.1",
 4433 "parking_lot",
 4434 "pretty_assertions",
 4435 "project",
 4436 "rand 0.8.5",
 4437 "release_channel",
 4438 "rpc",
 4439 "schemars",
 4440 "serde",
 4441 "serde_json",
 4442 "settings",
 4443 "smallvec",
 4444 "smol",
 4445 "snippet",
 4446 "sum_tree",
 4447 "task",
 4448 "telemetry",
 4449 "tempfile",
 4450 "text",
 4451 "theme",
 4452 "time",
 4453 "tree-sitter-html",
 4454 "tree-sitter-rust",
 4455 "tree-sitter-typescript",
 4456 "ui",
 4457 "unicode-script",
 4458 "unicode-segmentation",
 4459 "unindent",
 4460 "url",
 4461 "util",
 4462 "uuid",
 4463 "workspace",
 4464 "zed_actions",
 4465]
 4466
 4467[[package]]
 4468name = "either"
 4469version = "1.13.0"
 4470source = "registry+https://github.com/rust-lang/crates.io-index"
 4471checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
 4472dependencies = [
 4473 "serde",
 4474]
 4475
 4476[[package]]
 4477name = "elasticlunr-rs"
 4478version = "3.0.2"
 4479source = "registry+https://github.com/rust-lang/crates.io-index"
 4480checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 4481dependencies = [
 4482 "regex",
 4483 "serde",
 4484 "serde_derive",
 4485 "serde_json",
 4486]
 4487
 4488[[package]]
 4489name = "elliptic-curve"
 4490version = "0.12.3"
 4491source = "registry+https://github.com/rust-lang/crates.io-index"
 4492checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 4493dependencies = [
 4494 "base16ct",
 4495 "crypto-bigint 0.4.9",
 4496 "der 0.6.1",
 4497 "digest",
 4498 "ff",
 4499 "generic-array",
 4500 "group",
 4501 "pkcs8 0.9.0",
 4502 "rand_core 0.6.4",
 4503 "sec1",
 4504 "subtle",
 4505 "zeroize",
 4506]
 4507
 4508[[package]]
 4509name = "embed-resource"
 4510version = "3.0.2"
 4511source = "registry+https://github.com/rust-lang/crates.io-index"
 4512checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
 4513dependencies = [
 4514 "cc",
 4515 "memchr",
 4516 "rustc_version",
 4517 "toml 0.8.20",
 4518 "vswhom",
 4519 "winreg 0.52.0",
 4520]
 4521
 4522[[package]]
 4523name = "embedded-io"
 4524version = "0.4.0"
 4525source = "registry+https://github.com/rust-lang/crates.io-index"
 4526checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 4527
 4528[[package]]
 4529name = "embedded-io"
 4530version = "0.6.1"
 4531source = "registry+https://github.com/rust-lang/crates.io-index"
 4532checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 4533
 4534[[package]]
 4535name = "emojis"
 4536version = "0.6.4"
 4537source = "registry+https://github.com/rust-lang/crates.io-index"
 4538checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 4539dependencies = [
 4540 "phf",
 4541]
 4542
 4543[[package]]
 4544name = "encode_unicode"
 4545version = "0.3.6"
 4546source = "registry+https://github.com/rust-lang/crates.io-index"
 4547checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
 4548
 4549[[package]]
 4550name = "encoding_rs"
 4551version = "0.8.35"
 4552source = "registry+https://github.com/rust-lang/crates.io-index"
 4553checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 4554dependencies = [
 4555 "cfg-if",
 4556]
 4557
 4558[[package]]
 4559name = "endi"
 4560version = "1.1.0"
 4561source = "registry+https://github.com/rust-lang/crates.io-index"
 4562checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 4563
 4564[[package]]
 4565name = "enumflags2"
 4566version = "0.7.10"
 4567source = "registry+https://github.com/rust-lang/crates.io-index"
 4568checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
 4569dependencies = [
 4570 "enumflags2_derive",
 4571 "serde",
 4572]
 4573
 4574[[package]]
 4575name = "enumflags2_derive"
 4576version = "0.7.10"
 4577source = "registry+https://github.com/rust-lang/crates.io-index"
 4578checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
 4579dependencies = [
 4580 "proc-macro2",
 4581 "quote",
 4582 "syn 2.0.100",
 4583]
 4584
 4585[[package]]
 4586name = "env_filter"
 4587version = "0.1.2"
 4588source = "registry+https://github.com/rust-lang/crates.io-index"
 4589checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
 4590dependencies = [
 4591 "log",
 4592 "regex",
 4593]
 4594
 4595[[package]]
 4596name = "env_logger"
 4597version = "0.10.2"
 4598source = "registry+https://github.com/rust-lang/crates.io-index"
 4599checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 4600dependencies = [
 4601 "humantime",
 4602 "is-terminal",
 4603 "log",
 4604 "regex",
 4605 "termcolor",
 4606]
 4607
 4608[[package]]
 4609name = "env_logger"
 4610version = "0.11.7"
 4611source = "registry+https://github.com/rust-lang/crates.io-index"
 4612checksum = "c3716d7a920fb4fac5d84e9d4bce8ceb321e9414b4409da61b07b75c1e3d0697"
 4613dependencies = [
 4614 "anstream",
 4615 "anstyle",
 4616 "env_filter",
 4617 "jiff",
 4618 "log",
 4619]
 4620
 4621[[package]]
 4622name = "envy"
 4623version = "0.4.2"
 4624source = "registry+https://github.com/rust-lang/crates.io-index"
 4625checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 4626dependencies = [
 4627 "serde",
 4628]
 4629
 4630[[package]]
 4631name = "equivalent"
 4632version = "1.0.1"
 4633source = "registry+https://github.com/rust-lang/crates.io-index"
 4634checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
 4635
 4636[[package]]
 4637name = "erased-serde"
 4638version = "0.4.5"
 4639source = "registry+https://github.com/rust-lang/crates.io-index"
 4640checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
 4641dependencies = [
 4642 "serde",
 4643 "typeid",
 4644]
 4645
 4646[[package]]
 4647name = "errno"
 4648version = "0.2.8"
 4649source = "registry+https://github.com/rust-lang/crates.io-index"
 4650checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 4651dependencies = [
 4652 "errno-dragonfly",
 4653 "libc",
 4654 "winapi",
 4655]
 4656
 4657[[package]]
 4658name = "errno"
 4659version = "0.3.10"
 4660source = "registry+https://github.com/rust-lang/crates.io-index"
 4661checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
 4662dependencies = [
 4663 "libc",
 4664 "windows-sys 0.59.0",
 4665]
 4666
 4667[[package]]
 4668name = "errno-dragonfly"
 4669version = "0.1.2"
 4670source = "registry+https://github.com/rust-lang/crates.io-index"
 4671checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 4672dependencies = [
 4673 "cc",
 4674 "libc",
 4675]
 4676
 4677[[package]]
 4678name = "etagere"
 4679version = "0.2.15"
 4680source = "registry+https://github.com/rust-lang/crates.io-index"
 4681checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 4682dependencies = [
 4683 "euclid",
 4684 "svg_fmt",
 4685]
 4686
 4687[[package]]
 4688name = "etcetera"
 4689version = "0.8.0"
 4690source = "registry+https://github.com/rust-lang/crates.io-index"
 4691checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 4692dependencies = [
 4693 "cfg-if",
 4694 "home",
 4695 "windows-sys 0.48.0",
 4696]
 4697
 4698[[package]]
 4699name = "euclid"
 4700version = "0.22.11"
 4701source = "registry+https://github.com/rust-lang/crates.io-index"
 4702checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 4703dependencies = [
 4704 "num-traits",
 4705]
 4706
 4707[[package]]
 4708name = "evals"
 4709version = "0.1.0"
 4710dependencies = [
 4711 "anyhow",
 4712 "clap",
 4713 "client",
 4714 "clock",
 4715 "collections",
 4716 "dap",
 4717 "env_logger 0.11.7",
 4718 "feature_flags",
 4719 "fs",
 4720 "gpui",
 4721 "http_client",
 4722 "language",
 4723 "languages",
 4724 "node_runtime",
 4725 "open_ai",
 4726 "project",
 4727 "reqwest_client",
 4728 "semantic_index",
 4729 "serde",
 4730 "serde_json",
 4731 "settings",
 4732 "smol",
 4733 "util",
 4734]
 4735
 4736[[package]]
 4737name = "event-listener"
 4738version = "2.5.3"
 4739source = "registry+https://github.com/rust-lang/crates.io-index"
 4740checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 4741
 4742[[package]]
 4743name = "event-listener"
 4744version = "5.3.1"
 4745source = "registry+https://github.com/rust-lang/crates.io-index"
 4746checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
 4747dependencies = [
 4748 "concurrent-queue",
 4749 "parking",
 4750 "pin-project-lite",
 4751]
 4752
 4753[[package]]
 4754name = "event-listener-strategy"
 4755version = "0.5.3"
 4756source = "registry+https://github.com/rust-lang/crates.io-index"
 4757checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
 4758dependencies = [
 4759 "event-listener 5.3.1",
 4760 "pin-project-lite",
 4761]
 4762
 4763[[package]]
 4764name = "exec"
 4765version = "0.3.1"
 4766source = "registry+https://github.com/rust-lang/crates.io-index"
 4767checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 4768dependencies = [
 4769 "errno 0.2.8",
 4770 "libc",
 4771]
 4772
 4773[[package]]
 4774name = "exr"
 4775version = "1.73.0"
 4776source = "registry+https://github.com/rust-lang/crates.io-index"
 4777checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 4778dependencies = [
 4779 "bit_field",
 4780 "half",
 4781 "lebe",
 4782 "miniz_oxide",
 4783 "rayon-core",
 4784 "smallvec",
 4785 "zune-inflate",
 4786]
 4787
 4788[[package]]
 4789name = "extension"
 4790version = "0.1.0"
 4791dependencies = [
 4792 "anyhow",
 4793 "async-compression",
 4794 "async-tar",
 4795 "async-trait",
 4796 "collections",
 4797 "convert_case 0.8.0",
 4798 "fs",
 4799 "futures 0.3.31",
 4800 "gpui",
 4801 "http_client",
 4802 "language",
 4803 "log",
 4804 "lsp",
 4805 "parking_lot",
 4806 "semantic_version",
 4807 "serde",
 4808 "serde_json",
 4809 "toml 0.8.20",
 4810 "util",
 4811 "wasm-encoder 0.221.3",
 4812 "wasmparser 0.221.3",
 4813 "wit-component 0.221.3",
 4814]
 4815
 4816[[package]]
 4817name = "extension_cli"
 4818version = "0.1.0"
 4819dependencies = [
 4820 "anyhow",
 4821 "clap",
 4822 "env_logger 0.11.7",
 4823 "extension",
 4824 "fs",
 4825 "gpui",
 4826 "language",
 4827 "log",
 4828 "reqwest_client",
 4829 "rpc",
 4830 "serde",
 4831 "serde_json",
 4832 "theme",
 4833 "tokio",
 4834 "toml 0.8.20",
 4835 "tree-sitter",
 4836 "wasmtime",
 4837]
 4838
 4839[[package]]
 4840name = "extension_host"
 4841version = "0.1.0"
 4842dependencies = [
 4843 "anyhow",
 4844 "async-compression",
 4845 "async-tar",
 4846 "async-trait",
 4847 "client",
 4848 "collections",
 4849 "context_server_settings",
 4850 "ctor",
 4851 "env_logger 0.11.7",
 4852 "extension",
 4853 "fs",
 4854 "futures 0.3.31",
 4855 "gpui",
 4856 "http_client",
 4857 "language",
 4858 "language_extension",
 4859 "log",
 4860 "lsp",
 4861 "node_runtime",
 4862 "parking_lot",
 4863 "paths",
 4864 "project",
 4865 "release_channel",
 4866 "remote",
 4867 "reqwest_client",
 4868 "schemars",
 4869 "semantic_version",
 4870 "serde",
 4871 "serde_json",
 4872 "serde_json_lenient",
 4873 "settings",
 4874 "task",
 4875 "telemetry",
 4876 "tempfile",
 4877 "theme",
 4878 "theme_extension",
 4879 "toml 0.8.20",
 4880 "url",
 4881 "util",
 4882 "wasmparser 0.221.3",
 4883 "wasmtime",
 4884 "wasmtime-wasi",
 4885]
 4886
 4887[[package]]
 4888name = "extensions_ui"
 4889version = "0.1.0"
 4890dependencies = [
 4891 "anyhow",
 4892 "client",
 4893 "collections",
 4894 "db",
 4895 "editor",
 4896 "extension_host",
 4897 "fs",
 4898 "fuzzy",
 4899 "gpui",
 4900 "language",
 4901 "num-format",
 4902 "picker",
 4903 "project",
 4904 "release_channel",
 4905 "semantic_version",
 4906 "serde",
 4907 "settings",
 4908 "smallvec",
 4909 "strum",
 4910 "telemetry",
 4911 "theme",
 4912 "ui",
 4913 "util",
 4914 "vim_mode_setting",
 4915 "workspace",
 4916 "zed_actions",
 4917]
 4918
 4919[[package]]
 4920name = "fallible-iterator"
 4921version = "0.3.0"
 4922source = "registry+https://github.com/rust-lang/crates.io-index"
 4923checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 4924
 4925[[package]]
 4926name = "fancy-regex"
 4927version = "0.13.0"
 4928source = "registry+https://github.com/rust-lang/crates.io-index"
 4929checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
 4930dependencies = [
 4931 "bit-set 0.5.3",
 4932 "regex-automata 0.4.9",
 4933 "regex-syntax 0.8.5",
 4934]
 4935
 4936[[package]]
 4937name = "fancy-regex"
 4938version = "0.14.0"
 4939source = "registry+https://github.com/rust-lang/crates.io-index"
 4940checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
 4941dependencies = [
 4942 "bit-set 0.8.0",
 4943 "regex-automata 0.4.9",
 4944 "regex-syntax 0.8.5",
 4945]
 4946
 4947[[package]]
 4948name = "fast-srgb8"
 4949version = "1.0.0"
 4950source = "registry+https://github.com/rust-lang/crates.io-index"
 4951checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 4952
 4953[[package]]
 4954name = "fastrand"
 4955version = "1.9.0"
 4956source = "registry+https://github.com/rust-lang/crates.io-index"
 4957checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 4958dependencies = [
 4959 "instant",
 4960]
 4961
 4962[[package]]
 4963name = "fastrand"
 4964version = "2.3.0"
 4965source = "registry+https://github.com/rust-lang/crates.io-index"
 4966checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 4967
 4968[[package]]
 4969name = "fd-lock"
 4970version = "4.0.2"
 4971source = "registry+https://github.com/rust-lang/crates.io-index"
 4972checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
 4973dependencies = [
 4974 "cfg-if",
 4975 "rustix",
 4976 "windows-sys 0.52.0",
 4977]
 4978
 4979[[package]]
 4980name = "fdeflate"
 4981version = "0.3.7"
 4982source = "registry+https://github.com/rust-lang/crates.io-index"
 4983checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 4984dependencies = [
 4985 "simd-adler32",
 4986]
 4987
 4988[[package]]
 4989name = "feature_flags"
 4990version = "0.1.0"
 4991dependencies = [
 4992 "futures 0.3.31",
 4993 "gpui",
 4994 "smol",
 4995]
 4996
 4997[[package]]
 4998name = "feedback"
 4999version = "0.1.0"
 5000dependencies = [
 5001 "client",
 5002 "editor",
 5003 "gpui",
 5004 "human_bytes",
 5005 "menu",
 5006 "release_channel",
 5007 "serde",
 5008 "sysinfo",
 5009 "ui",
 5010 "urlencoding",
 5011 "util",
 5012 "workspace",
 5013 "zed_actions",
 5014]
 5015
 5016[[package]]
 5017name = "ff"
 5018version = "0.12.1"
 5019source = "registry+https://github.com/rust-lang/crates.io-index"
 5020checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 5021dependencies = [
 5022 "rand_core 0.6.4",
 5023 "subtle",
 5024]
 5025
 5026[[package]]
 5027name = "file_finder"
 5028version = "0.1.0"
 5029dependencies = [
 5030 "anyhow",
 5031 "collections",
 5032 "ctor",
 5033 "editor",
 5034 "env_logger 0.11.7",
 5035 "file_icons",
 5036 "futures 0.3.31",
 5037 "fuzzy",
 5038 "gpui",
 5039 "language",
 5040 "menu",
 5041 "picker",
 5042 "project",
 5043 "schemars",
 5044 "serde",
 5045 "serde_derive",
 5046 "serde_json",
 5047 "settings",
 5048 "text",
 5049 "theme",
 5050 "ui",
 5051 "util",
 5052 "workspace",
 5053]
 5054
 5055[[package]]
 5056name = "file_icons"
 5057version = "0.1.0"
 5058dependencies = [
 5059 "gpui",
 5060 "serde",
 5061 "settings",
 5062 "theme",
 5063 "util",
 5064]
 5065
 5066[[package]]
 5067name = "filedescriptor"
 5068version = "0.8.3"
 5069source = "registry+https://github.com/rust-lang/crates.io-index"
 5070checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 5071dependencies = [
 5072 "libc",
 5073 "thiserror 1.0.69",
 5074 "winapi",
 5075]
 5076
 5077[[package]]
 5078name = "filetime"
 5079version = "0.2.25"
 5080source = "registry+https://github.com/rust-lang/crates.io-index"
 5081checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
 5082dependencies = [
 5083 "cfg-if",
 5084 "libc",
 5085 "libredox",
 5086 "windows-sys 0.59.0",
 5087]
 5088
 5089[[package]]
 5090name = "fixedbitset"
 5091version = "0.4.2"
 5092source = "registry+https://github.com/rust-lang/crates.io-index"
 5093checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 5094
 5095[[package]]
 5096name = "flate2"
 5097version = "1.1.0"
 5098source = "registry+https://github.com/rust-lang/crates.io-index"
 5099checksum = "11faaf5a5236997af9848be0bef4db95824b1d534ebc64d0f0c6cf3e67bd38dc"
 5100dependencies = [
 5101 "crc32fast",
 5102 "miniz_oxide",
 5103]
 5104
 5105[[package]]
 5106name = "float-cmp"
 5107version = "0.9.0"
 5108source = "registry+https://github.com/rust-lang/crates.io-index"
 5109checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 5110
 5111[[package]]
 5112name = "float-ord"
 5113version = "0.3.2"
 5114source = "registry+https://github.com/rust-lang/crates.io-index"
 5115checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 5116
 5117[[package]]
 5118name = "float_next_after"
 5119version = "1.0.0"
 5120source = "registry+https://github.com/rust-lang/crates.io-index"
 5121checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 5122
 5123[[package]]
 5124name = "flume"
 5125version = "0.11.1"
 5126source = "registry+https://github.com/rust-lang/crates.io-index"
 5127checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 5128dependencies = [
 5129 "futures-core",
 5130 "futures-sink",
 5131 "nanorand",
 5132 "spin",
 5133]
 5134
 5135[[package]]
 5136name = "fnv"
 5137version = "1.0.7"
 5138source = "registry+https://github.com/rust-lang/crates.io-index"
 5139checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 5140
 5141[[package]]
 5142name = "foldhash"
 5143version = "0.1.3"
 5144source = "registry+https://github.com/rust-lang/crates.io-index"
 5145checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
 5146
 5147[[package]]
 5148name = "font-kit"
 5149version = "0.14.1"
 5150source = "git+https://github.com/zed-industries/font-kit?rev=5474cfad4b719a72ec8ed2cb7327b2b01fd10568#5474cfad4b719a72ec8ed2cb7327b2b01fd10568"
 5151dependencies = [
 5152 "bitflags 2.9.0",
 5153 "byteorder",
 5154 "core-foundation 0.10.0",
 5155 "core-graphics 0.24.0",
 5156 "core-text",
 5157 "dirs 5.0.1",
 5158 "dwrote",
 5159 "float-ord",
 5160 "freetype-sys",
 5161 "lazy_static",
 5162 "libc",
 5163 "log",
 5164 "pathfinder_geometry",
 5165 "pathfinder_simd",
 5166 "walkdir",
 5167 "winapi",
 5168 "yeslogic-fontconfig-sys",
 5169]
 5170
 5171[[package]]
 5172name = "font-types"
 5173version = "0.8.3"
 5174source = "registry+https://github.com/rust-lang/crates.io-index"
 5175checksum = "d868ec188a98bb014c606072edd47e52e7ab7297db943b0b28503121e1d037bd"
 5176dependencies = [
 5177 "bytemuck",
 5178]
 5179
 5180[[package]]
 5181name = "fontconfig-parser"
 5182version = "0.5.7"
 5183source = "registry+https://github.com/rust-lang/crates.io-index"
 5184checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
 5185dependencies = [
 5186 "roxmltree",
 5187]
 5188
 5189[[package]]
 5190name = "fontdb"
 5191version = "0.16.2"
 5192source = "registry+https://github.com/rust-lang/crates.io-index"
 5193checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 5194dependencies = [
 5195 "fontconfig-parser",
 5196 "log",
 5197 "memmap2",
 5198 "slotmap",
 5199 "tinyvec",
 5200 "ttf-parser 0.20.0",
 5201]
 5202
 5203[[package]]
 5204name = "fontdb"
 5205version = "0.23.0"
 5206source = "registry+https://github.com/rust-lang/crates.io-index"
 5207checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 5208dependencies = [
 5209 "fontconfig-parser",
 5210 "log",
 5211 "memmap2",
 5212 "slotmap",
 5213 "tinyvec",
 5214 "ttf-parser 0.25.1",
 5215]
 5216
 5217[[package]]
 5218name = "foreign-types"
 5219version = "0.3.2"
 5220source = "registry+https://github.com/rust-lang/crates.io-index"
 5221checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 5222dependencies = [
 5223 "foreign-types-shared 0.1.1",
 5224]
 5225
 5226[[package]]
 5227name = "foreign-types"
 5228version = "0.5.0"
 5229source = "registry+https://github.com/rust-lang/crates.io-index"
 5230checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 5231dependencies = [
 5232 "foreign-types-macros",
 5233 "foreign-types-shared 0.3.1",
 5234]
 5235
 5236[[package]]
 5237name = "foreign-types-macros"
 5238version = "0.2.3"
 5239source = "registry+https://github.com/rust-lang/crates.io-index"
 5240checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 5241dependencies = [
 5242 "proc-macro2",
 5243 "quote",
 5244 "syn 2.0.100",
 5245]
 5246
 5247[[package]]
 5248name = "foreign-types-shared"
 5249version = "0.1.1"
 5250source = "registry+https://github.com/rust-lang/crates.io-index"
 5251checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 5252
 5253[[package]]
 5254name = "foreign-types-shared"
 5255version = "0.3.1"
 5256source = "registry+https://github.com/rust-lang/crates.io-index"
 5257checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 5258
 5259[[package]]
 5260name = "fork"
 5261version = "0.2.0"
 5262source = "registry+https://github.com/rust-lang/crates.io-index"
 5263checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
 5264dependencies = [
 5265 "libc",
 5266]
 5267
 5268[[package]]
 5269name = "form_urlencoded"
 5270version = "1.2.1"
 5271source = "registry+https://github.com/rust-lang/crates.io-index"
 5272checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
 5273dependencies = [
 5274 "percent-encoding",
 5275]
 5276
 5277[[package]]
 5278name = "freetype-sys"
 5279version = "0.20.1"
 5280source = "registry+https://github.com/rust-lang/crates.io-index"
 5281checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 5282dependencies = [
 5283 "cc",
 5284 "libc",
 5285 "pkg-config",
 5286]
 5287
 5288[[package]]
 5289name = "fs"
 5290version = "0.1.0"
 5291dependencies = [
 5292 "anyhow",
 5293 "ashpd",
 5294 "async-tar",
 5295 "async-trait",
 5296 "cocoa 0.26.0",
 5297 "collections",
 5298 "fsevent",
 5299 "futures 0.3.31",
 5300 "git",
 5301 "gpui",
 5302 "ignore",
 5303 "libc",
 5304 "log",
 5305 "notify 8.0.0 (git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96)",
 5306 "objc",
 5307 "parking_lot",
 5308 "paths",
 5309 "proto",
 5310 "rope",
 5311 "serde",
 5312 "serde_json",
 5313 "smol",
 5314 "tempfile",
 5315 "text",
 5316 "time",
 5317 "util",
 5318 "windows 0.61.1",
 5319]
 5320
 5321[[package]]
 5322name = "fs-set-times"
 5323version = "0.20.2"
 5324source = "registry+https://github.com/rust-lang/crates.io-index"
 5325checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
 5326dependencies = [
 5327 "io-lifetimes",
 5328 "rustix",
 5329 "windows-sys 0.59.0",
 5330]
 5331
 5332[[package]]
 5333name = "fs2"
 5334version = "0.4.3"
 5335source = "registry+https://github.com/rust-lang/crates.io-index"
 5336checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 5337dependencies = [
 5338 "libc",
 5339 "winapi",
 5340]
 5341
 5342[[package]]
 5343name = "fs_extra"
 5344version = "1.3.0"
 5345source = "registry+https://github.com/rust-lang/crates.io-index"
 5346checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 5347
 5348[[package]]
 5349name = "fsevent"
 5350version = "0.1.0"
 5351dependencies = [
 5352 "bitflags 2.9.0",
 5353 "core-foundation 0.10.0",
 5354 "fsevent-sys 3.1.0",
 5355 "parking_lot",
 5356 "tempfile",
 5357]
 5358
 5359[[package]]
 5360name = "fsevent-sys"
 5361version = "3.1.0"
 5362source = "registry+https://github.com/rust-lang/crates.io-index"
 5363checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
 5364dependencies = [
 5365 "libc",
 5366]
 5367
 5368[[package]]
 5369name = "fsevent-sys"
 5370version = "4.1.0"
 5371source = "registry+https://github.com/rust-lang/crates.io-index"
 5372checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 5373dependencies = [
 5374 "libc",
 5375]
 5376
 5377[[package]]
 5378name = "funty"
 5379version = "2.0.0"
 5380source = "registry+https://github.com/rust-lang/crates.io-index"
 5381checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 5382
 5383[[package]]
 5384name = "futf"
 5385version = "0.1.5"
 5386source = "registry+https://github.com/rust-lang/crates.io-index"
 5387checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 5388dependencies = [
 5389 "mac",
 5390 "new_debug_unreachable",
 5391]
 5392
 5393[[package]]
 5394name = "futures"
 5395version = "0.1.31"
 5396source = "registry+https://github.com/rust-lang/crates.io-index"
 5397checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 5398
 5399[[package]]
 5400name = "futures"
 5401version = "0.3.31"
 5402source = "registry+https://github.com/rust-lang/crates.io-index"
 5403checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 5404dependencies = [
 5405 "futures-channel",
 5406 "futures-core",
 5407 "futures-executor",
 5408 "futures-io",
 5409 "futures-sink",
 5410 "futures-task",
 5411 "futures-util",
 5412]
 5413
 5414[[package]]
 5415name = "futures-batch"
 5416version = "0.6.1"
 5417source = "registry+https://github.com/rust-lang/crates.io-index"
 5418checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
 5419dependencies = [
 5420 "futures 0.3.31",
 5421 "futures-timer",
 5422 "pin-utils",
 5423]
 5424
 5425[[package]]
 5426name = "futures-channel"
 5427version = "0.3.31"
 5428source = "registry+https://github.com/rust-lang/crates.io-index"
 5429checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 5430dependencies = [
 5431 "futures-core",
 5432 "futures-sink",
 5433]
 5434
 5435[[package]]
 5436name = "futures-core"
 5437version = "0.3.31"
 5438source = "registry+https://github.com/rust-lang/crates.io-index"
 5439checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 5440
 5441[[package]]
 5442name = "futures-executor"
 5443version = "0.3.31"
 5444source = "registry+https://github.com/rust-lang/crates.io-index"
 5445checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 5446dependencies = [
 5447 "futures-core",
 5448 "futures-task",
 5449 "futures-util",
 5450]
 5451
 5452[[package]]
 5453name = "futures-intrusive"
 5454version = "0.5.0"
 5455source = "registry+https://github.com/rust-lang/crates.io-index"
 5456checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 5457dependencies = [
 5458 "futures-core",
 5459 "lock_api",
 5460 "parking_lot",
 5461]
 5462
 5463[[package]]
 5464name = "futures-io"
 5465version = "0.3.31"
 5466source = "registry+https://github.com/rust-lang/crates.io-index"
 5467checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 5468
 5469[[package]]
 5470name = "futures-lite"
 5471version = "1.13.0"
 5472source = "registry+https://github.com/rust-lang/crates.io-index"
 5473checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 5474dependencies = [
 5475 "fastrand 1.9.0",
 5476 "futures-core",
 5477 "futures-io",
 5478 "memchr",
 5479 "parking",
 5480 "pin-project-lite",
 5481 "waker-fn",
 5482]
 5483
 5484[[package]]
 5485name = "futures-lite"
 5486version = "2.6.0"
 5487source = "registry+https://github.com/rust-lang/crates.io-index"
 5488checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
 5489dependencies = [
 5490 "fastrand 2.3.0",
 5491 "futures-core",
 5492 "futures-io",
 5493 "parking",
 5494 "pin-project-lite",
 5495]
 5496
 5497[[package]]
 5498name = "futures-macro"
 5499version = "0.3.31"
 5500source = "registry+https://github.com/rust-lang/crates.io-index"
 5501checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 5502dependencies = [
 5503 "proc-macro2",
 5504 "quote",
 5505 "syn 2.0.100",
 5506]
 5507
 5508[[package]]
 5509name = "futures-sink"
 5510version = "0.3.31"
 5511source = "registry+https://github.com/rust-lang/crates.io-index"
 5512checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 5513
 5514[[package]]
 5515name = "futures-task"
 5516version = "0.3.31"
 5517source = "registry+https://github.com/rust-lang/crates.io-index"
 5518checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 5519
 5520[[package]]
 5521name = "futures-timer"
 5522version = "3.0.3"
 5523source = "registry+https://github.com/rust-lang/crates.io-index"
 5524checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
 5525
 5526[[package]]
 5527name = "futures-util"
 5528version = "0.3.31"
 5529source = "registry+https://github.com/rust-lang/crates.io-index"
 5530checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 5531dependencies = [
 5532 "futures 0.1.31",
 5533 "futures-channel",
 5534 "futures-core",
 5535 "futures-io",
 5536 "futures-macro",
 5537 "futures-sink",
 5538 "futures-task",
 5539 "memchr",
 5540 "pin-project-lite",
 5541 "pin-utils",
 5542 "slab",
 5543 "tokio-io",
 5544]
 5545
 5546[[package]]
 5547name = "fuzzy"
 5548version = "0.1.0"
 5549dependencies = [
 5550 "gpui",
 5551 "log",
 5552 "util",
 5553]
 5554
 5555[[package]]
 5556name = "fuzzy-matcher"
 5557version = "0.3.7"
 5558source = "registry+https://github.com/rust-lang/crates.io-index"
 5559checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 5560dependencies = [
 5561 "thread_local",
 5562]
 5563
 5564[[package]]
 5565name = "generic-array"
 5566version = "0.14.7"
 5567source = "registry+https://github.com/rust-lang/crates.io-index"
 5568checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 5569dependencies = [
 5570 "typenum",
 5571 "version_check",
 5572]
 5573
 5574[[package]]
 5575name = "gethostname"
 5576version = "0.4.3"
 5577source = "registry+https://github.com/rust-lang/crates.io-index"
 5578checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
 5579dependencies = [
 5580 "libc",
 5581 "windows-targets 0.48.5",
 5582]
 5583
 5584[[package]]
 5585name = "getrandom"
 5586version = "0.1.16"
 5587source = "registry+https://github.com/rust-lang/crates.io-index"
 5588checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
 5589dependencies = [
 5590 "cfg-if",
 5591 "libc",
 5592 "wasi 0.9.0+wasi-snapshot-preview1",
 5593]
 5594
 5595[[package]]
 5596name = "getrandom"
 5597version = "0.2.15"
 5598source = "registry+https://github.com/rust-lang/crates.io-index"
 5599checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
 5600dependencies = [
 5601 "cfg-if",
 5602 "js-sys",
 5603 "libc",
 5604 "wasi 0.11.0+wasi-snapshot-preview1",
 5605 "wasm-bindgen",
 5606]
 5607
 5608[[package]]
 5609name = "getrandom"
 5610version = "0.3.1"
 5611source = "registry+https://github.com/rust-lang/crates.io-index"
 5612checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
 5613dependencies = [
 5614 "cfg-if",
 5615 "libc",
 5616 "wasi 0.13.3+wasi-0.2.2",
 5617 "windows-targets 0.52.6",
 5618]
 5619
 5620[[package]]
 5621name = "gif"
 5622version = "0.13.1"
 5623source = "registry+https://github.com/rust-lang/crates.io-index"
 5624checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
 5625dependencies = [
 5626 "color_quant",
 5627 "weezl",
 5628]
 5629
 5630[[package]]
 5631name = "gimli"
 5632version = "0.31.1"
 5633source = "registry+https://github.com/rust-lang/crates.io-index"
 5634checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
 5635dependencies = [
 5636 "fallible-iterator",
 5637 "indexmap",
 5638 "stable_deref_trait",
 5639]
 5640
 5641[[package]]
 5642name = "git"
 5643version = "0.1.0"
 5644dependencies = [
 5645 "anyhow",
 5646 "askpass",
 5647 "async-trait",
 5648 "collections",
 5649 "derive_more",
 5650 "futures 0.3.31",
 5651 "git2",
 5652 "gpui",
 5653 "http_client",
 5654 "log",
 5655 "parking_lot",
 5656 "pretty_assertions",
 5657 "regex",
 5658 "rope",
 5659 "schemars",
 5660 "serde",
 5661 "serde_json",
 5662 "smol",
 5663 "sum_tree",
 5664 "tempfile",
 5665 "text",
 5666 "thiserror 2.0.12",
 5667 "time",
 5668 "unindent",
 5669 "url",
 5670 "util",
 5671 "uuid",
 5672]
 5673
 5674[[package]]
 5675name = "git2"
 5676version = "0.20.1"
 5677source = "registry+https://github.com/rust-lang/crates.io-index"
 5678checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
 5679dependencies = [
 5680 "bitflags 2.9.0",
 5681 "libc",
 5682 "libgit2-sys",
 5683 "log",
 5684 "url",
 5685]
 5686
 5687[[package]]
 5688name = "git_hosting_providers"
 5689version = "0.1.0"
 5690dependencies = [
 5691 "anyhow",
 5692 "async-trait",
 5693 "futures 0.3.31",
 5694 "git",
 5695 "gpui",
 5696 "http_client",
 5697 "indoc",
 5698 "pretty_assertions",
 5699 "regex",
 5700 "schemars",
 5701 "serde",
 5702 "serde_json",
 5703 "settings",
 5704 "url",
 5705 "util",
 5706]
 5707
 5708[[package]]
 5709name = "git_ui"
 5710version = "0.1.0"
 5711dependencies = [
 5712 "anyhow",
 5713 "askpass",
 5714 "assistant_settings",
 5715 "buffer_diff",
 5716 "chrono",
 5717 "collections",
 5718 "command_palette_hooks",
 5719 "component",
 5720 "ctor",
 5721 "db",
 5722 "editor",
 5723 "env_logger 0.11.7",
 5724 "futures 0.3.31",
 5725 "fuzzy",
 5726 "git",
 5727 "gpui",
 5728 "itertools 0.14.0",
 5729 "language",
 5730 "language_model",
 5731 "linkify",
 5732 "linkme",
 5733 "log",
 5734 "markdown",
 5735 "menu",
 5736 "multi_buffer",
 5737 "notifications",
 5738 "panel",
 5739 "picker",
 5740 "postage",
 5741 "pretty_assertions",
 5742 "project",
 5743 "schemars",
 5744 "serde",
 5745 "serde_derive",
 5746 "serde_json",
 5747 "settings",
 5748 "strum",
 5749 "telemetry",
 5750 "theme",
 5751 "time",
 5752 "time_format",
 5753 "ui",
 5754 "unindent",
 5755 "util",
 5756 "windows 0.61.1",
 5757 "workspace",
 5758 "zed_actions",
 5759]
 5760
 5761[[package]]
 5762name = "glob"
 5763version = "0.3.1"
 5764source = "registry+https://github.com/rust-lang/crates.io-index"
 5765checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
 5766
 5767[[package]]
 5768name = "globset"
 5769version = "0.4.16"
 5770source = "registry+https://github.com/rust-lang/crates.io-index"
 5771checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
 5772dependencies = [
 5773 "aho-corasick",
 5774 "bstr",
 5775 "log",
 5776 "regex-automata 0.4.9",
 5777 "regex-syntax 0.8.5",
 5778]
 5779
 5780[[package]]
 5781name = "gloo-timers"
 5782version = "0.3.0"
 5783source = "registry+https://github.com/rust-lang/crates.io-index"
 5784checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 5785dependencies = [
 5786 "futures-channel",
 5787 "futures-core",
 5788 "js-sys",
 5789 "wasm-bindgen",
 5790]
 5791
 5792[[package]]
 5793name = "glow"
 5794version = "0.14.2"
 5795source = "registry+https://github.com/rust-lang/crates.io-index"
 5796checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
 5797dependencies = [
 5798 "js-sys",
 5799 "slotmap",
 5800 "wasm-bindgen",
 5801 "web-sys",
 5802]
 5803
 5804[[package]]
 5805name = "go_to_line"
 5806version = "0.1.0"
 5807dependencies = [
 5808 "anyhow",
 5809 "editor",
 5810 "gpui",
 5811 "indoc",
 5812 "language",
 5813 "menu",
 5814 "project",
 5815 "rope",
 5816 "schemars",
 5817 "serde",
 5818 "serde_json",
 5819 "settings",
 5820 "text",
 5821 "theme",
 5822 "tree-sitter-rust",
 5823 "tree-sitter-typescript",
 5824 "ui",
 5825 "util",
 5826 "workspace",
 5827]
 5828
 5829[[package]]
 5830name = "google_ai"
 5831version = "0.1.0"
 5832dependencies = [
 5833 "anyhow",
 5834 "futures 0.3.31",
 5835 "http_client",
 5836 "schemars",
 5837 "serde",
 5838 "serde_json",
 5839 "strum",
 5840]
 5841
 5842[[package]]
 5843name = "gpu-alloc"
 5844version = "0.6.0"
 5845source = "registry+https://github.com/rust-lang/crates.io-index"
 5846checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
 5847dependencies = [
 5848 "bitflags 2.9.0",
 5849 "gpu-alloc-types",
 5850]
 5851
 5852[[package]]
 5853name = "gpu-alloc-ash"
 5854version = "0.7.0"
 5855source = "registry+https://github.com/rust-lang/crates.io-index"
 5856checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
 5857dependencies = [
 5858 "ash",
 5859 "gpu-alloc-types",
 5860 "tinyvec",
 5861]
 5862
 5863[[package]]
 5864name = "gpu-alloc-types"
 5865version = "0.3.0"
 5866source = "registry+https://github.com/rust-lang/crates.io-index"
 5867checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
 5868dependencies = [
 5869 "bitflags 2.9.0",
 5870]
 5871
 5872[[package]]
 5873name = "gpui"
 5874version = "0.1.0"
 5875dependencies = [
 5876 "anyhow",
 5877 "as-raw-xcb-connection",
 5878 "ashpd",
 5879 "async-task",
 5880 "backtrace",
 5881 "bindgen 0.71.1",
 5882 "blade-graphics",
 5883 "blade-macros",
 5884 "blade-util",
 5885 "block",
 5886 "bytemuck",
 5887 "calloop",
 5888 "calloop-wayland-source",
 5889 "cbindgen 0.28.0",
 5890 "cocoa 0.26.0",
 5891 "collections",
 5892 "core-foundation 0.10.0",
 5893 "core-foundation-sys",
 5894 "core-graphics 0.24.0",
 5895 "core-text",
 5896 "core-video",
 5897 "cosmic-text",
 5898 "ctor",
 5899 "derive_more",
 5900 "embed-resource",
 5901 "env_logger 0.11.7",
 5902 "etagere",
 5903 "filedescriptor",
 5904 "flume",
 5905 "font-kit",
 5906 "foreign-types 0.5.0",
 5907 "futures 0.3.31",
 5908 "gpui_macros",
 5909 "http_client",
 5910 "image",
 5911 "inventory",
 5912 "itertools 0.14.0",
 5913 "log",
 5914 "lyon",
 5915 "media",
 5916 "metal",
 5917 "naga",
 5918 "num_cpus",
 5919 "objc",
 5920 "objc2",
 5921 "objc2-metal",
 5922 "oo7",
 5923 "open",
 5924 "parking",
 5925 "parking_lot",
 5926 "pathfinder_geometry",
 5927 "postage",
 5928 "profiling",
 5929 "rand 0.8.5",
 5930 "raw-window-handle",
 5931 "refineable",
 5932 "reqwest_client",
 5933 "resvg",
 5934 "schemars",
 5935 "seahash",
 5936 "semantic_version",
 5937 "serde",
 5938 "serde_derive",
 5939 "serde_json",
 5940 "slotmap",
 5941 "smallvec",
 5942 "smol",
 5943 "strum",
 5944 "sum_tree",
 5945 "taffy",
 5946 "thiserror 2.0.12",
 5947 "unicode-segmentation",
 5948 "usvg",
 5949 "util",
 5950 "uuid",
 5951 "waker-fn",
 5952 "wayland-backend",
 5953 "wayland-client",
 5954 "wayland-cursor",
 5955 "wayland-protocols",
 5956 "wayland-protocols-plasma",
 5957 "windows 0.61.1",
 5958 "windows-core 0.61.0",
 5959 "windows-numerics",
 5960 "x11-clipboard",
 5961 "x11rb",
 5962 "xim",
 5963 "xkbcommon",
 5964]
 5965
 5966[[package]]
 5967name = "gpui_macros"
 5968version = "0.1.0"
 5969dependencies = [
 5970 "gpui",
 5971 "proc-macro2",
 5972 "quote",
 5973 "syn 1.0.109",
 5974]
 5975
 5976[[package]]
 5977name = "gpui_tokio"
 5978version = "0.1.0"
 5979dependencies = [
 5980 "gpui",
 5981 "tokio",
 5982 "util",
 5983]
 5984
 5985[[package]]
 5986name = "grid"
 5987version = "0.13.0"
 5988source = "registry+https://github.com/rust-lang/crates.io-index"
 5989checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
 5990
 5991[[package]]
 5992name = "group"
 5993version = "0.12.1"
 5994source = "registry+https://github.com/rust-lang/crates.io-index"
 5995checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 5996dependencies = [
 5997 "ff",
 5998 "rand_core 0.6.4",
 5999 "subtle",
 6000]
 6001
 6002[[package]]
 6003name = "h2"
 6004version = "0.3.26"
 6005source = "registry+https://github.com/rust-lang/crates.io-index"
 6006checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
 6007dependencies = [
 6008 "bytes 1.10.1",
 6009 "fnv",
 6010 "futures-core",
 6011 "futures-sink",
 6012 "futures-util",
 6013 "http 0.2.12",
 6014 "indexmap",
 6015 "slab",
 6016 "tokio",
 6017 "tokio-util",
 6018 "tracing",
 6019]
 6020
 6021[[package]]
 6022name = "h2"
 6023version = "0.4.7"
 6024source = "registry+https://github.com/rust-lang/crates.io-index"
 6025checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
 6026dependencies = [
 6027 "atomic-waker",
 6028 "bytes 1.10.1",
 6029 "fnv",
 6030 "futures-core",
 6031 "futures-sink",
 6032 "http 1.2.0",
 6033 "indexmap",
 6034 "slab",
 6035 "tokio",
 6036 "tokio-util",
 6037 "tracing",
 6038]
 6039
 6040[[package]]
 6041name = "half"
 6042version = "2.4.1"
 6043source = "registry+https://github.com/rust-lang/crates.io-index"
 6044checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
 6045dependencies = [
 6046 "cfg-if",
 6047 "crunchy",
 6048]
 6049
 6050[[package]]
 6051name = "handlebars"
 6052version = "4.5.0"
 6053source = "registry+https://github.com/rust-lang/crates.io-index"
 6054checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 6055dependencies = [
 6056 "log",
 6057 "pest",
 6058 "pest_derive",
 6059 "serde",
 6060 "serde_json",
 6061 "thiserror 1.0.69",
 6062]
 6063
 6064[[package]]
 6065name = "handlebars"
 6066version = "6.2.0"
 6067source = "registry+https://github.com/rust-lang/crates.io-index"
 6068checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
 6069dependencies = [
 6070 "log",
 6071 "num-order",
 6072 "pest",
 6073 "pest_derive",
 6074 "serde",
 6075 "serde_json",
 6076 "thiserror 1.0.69",
 6077]
 6078
 6079[[package]]
 6080name = "hashbrown"
 6081version = "0.12.3"
 6082source = "registry+https://github.com/rust-lang/crates.io-index"
 6083checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 6084dependencies = [
 6085 "ahash 0.7.8",
 6086]
 6087
 6088[[package]]
 6089name = "hashbrown"
 6090version = "0.14.5"
 6091source = "registry+https://github.com/rust-lang/crates.io-index"
 6092checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 6093dependencies = [
 6094 "ahash 0.8.11",
 6095 "allocator-api2",
 6096]
 6097
 6098[[package]]
 6099name = "hashbrown"
 6100version = "0.15.2"
 6101source = "registry+https://github.com/rust-lang/crates.io-index"
 6102checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
 6103dependencies = [
 6104 "allocator-api2",
 6105 "equivalent",
 6106 "foldhash",
 6107 "serde",
 6108]
 6109
 6110[[package]]
 6111name = "hashlink"
 6112version = "0.8.4"
 6113source = "registry+https://github.com/rust-lang/crates.io-index"
 6114checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 6115dependencies = [
 6116 "hashbrown 0.14.5",
 6117]
 6118
 6119[[package]]
 6120name = "hashlink"
 6121version = "0.10.0"
 6122source = "registry+https://github.com/rust-lang/crates.io-index"
 6123checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 6124dependencies = [
 6125 "hashbrown 0.15.2",
 6126]
 6127
 6128[[package]]
 6129name = "headers"
 6130version = "0.3.9"
 6131source = "registry+https://github.com/rust-lang/crates.io-index"
 6132checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 6133dependencies = [
 6134 "base64 0.21.7",
 6135 "bytes 1.10.1",
 6136 "headers-core",
 6137 "http 0.2.12",
 6138 "httpdate",
 6139 "mime",
 6140 "sha1",
 6141]
 6142
 6143[[package]]
 6144name = "headers-core"
 6145version = "0.2.0"
 6146source = "registry+https://github.com/rust-lang/crates.io-index"
 6147checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 6148dependencies = [
 6149 "http 0.2.12",
 6150]
 6151
 6152[[package]]
 6153name = "heck"
 6154version = "0.3.3"
 6155source = "registry+https://github.com/rust-lang/crates.io-index"
 6156checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 6157dependencies = [
 6158 "unicode-segmentation",
 6159]
 6160
 6161[[package]]
 6162name = "heck"
 6163version = "0.4.1"
 6164source = "registry+https://github.com/rust-lang/crates.io-index"
 6165checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 6166dependencies = [
 6167 "unicode-segmentation",
 6168]
 6169
 6170[[package]]
 6171name = "heck"
 6172version = "0.5.0"
 6173source = "registry+https://github.com/rust-lang/crates.io-index"
 6174checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 6175
 6176[[package]]
 6177name = "heed"
 6178version = "0.21.0"
 6179source = "registry+https://github.com/rust-lang/crates.io-index"
 6180checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 6181dependencies = [
 6182 "bitflags 2.9.0",
 6183 "byteorder",
 6184 "heed-traits",
 6185 "heed-types",
 6186 "libc",
 6187 "lmdb-master-sys",
 6188 "once_cell",
 6189 "page_size",
 6190 "serde",
 6191 "synchronoise",
 6192 "url",
 6193]
 6194
 6195[[package]]
 6196name = "heed-traits"
 6197version = "0.20.0"
 6198source = "registry+https://github.com/rust-lang/crates.io-index"
 6199checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 6200
 6201[[package]]
 6202name = "heed-types"
 6203version = "0.21.0"
 6204source = "registry+https://github.com/rust-lang/crates.io-index"
 6205checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 6206dependencies = [
 6207 "bincode",
 6208 "byteorder",
 6209 "heed-traits",
 6210 "serde",
 6211 "serde_json",
 6212]
 6213
 6214[[package]]
 6215name = "hermit-abi"
 6216version = "0.3.9"
 6217source = "registry+https://github.com/rust-lang/crates.io-index"
 6218checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
 6219
 6220[[package]]
 6221name = "hermit-abi"
 6222version = "0.4.0"
 6223source = "registry+https://github.com/rust-lang/crates.io-index"
 6224checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
 6225
 6226[[package]]
 6227name = "hex"
 6228version = "0.4.3"
 6229source = "registry+https://github.com/rust-lang/crates.io-index"
 6230checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 6231
 6232[[package]]
 6233name = "hexf-parse"
 6234version = "0.2.1"
 6235source = "registry+https://github.com/rust-lang/crates.io-index"
 6236checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 6237
 6238[[package]]
 6239name = "hidden-trait"
 6240version = "0.1.2"
 6241source = "registry+https://github.com/rust-lang/crates.io-index"
 6242checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
 6243dependencies = [
 6244 "proc-macro2",
 6245 "quote",
 6246 "syn 1.0.109",
 6247]
 6248
 6249[[package]]
 6250name = "hkdf"
 6251version = "0.12.4"
 6252source = "registry+https://github.com/rust-lang/crates.io-index"
 6253checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 6254dependencies = [
 6255 "hmac",
 6256]
 6257
 6258[[package]]
 6259name = "hmac"
 6260version = "0.12.1"
 6261source = "registry+https://github.com/rust-lang/crates.io-index"
 6262checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 6263dependencies = [
 6264 "digest",
 6265]
 6266
 6267[[package]]
 6268name = "home"
 6269version = "0.5.9"
 6270source = "registry+https://github.com/rust-lang/crates.io-index"
 6271checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
 6272dependencies = [
 6273 "windows-sys 0.52.0",
 6274]
 6275
 6276[[package]]
 6277name = "hound"
 6278version = "3.5.1"
 6279source = "registry+https://github.com/rust-lang/crates.io-index"
 6280checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 6281
 6282[[package]]
 6283name = "html5ever"
 6284version = "0.27.0"
 6285source = "registry+https://github.com/rust-lang/crates.io-index"
 6286checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 6287dependencies = [
 6288 "log",
 6289 "mac",
 6290 "markup5ever",
 6291 "proc-macro2",
 6292 "quote",
 6293 "syn 2.0.100",
 6294]
 6295
 6296[[package]]
 6297name = "html_to_markdown"
 6298version = "0.1.0"
 6299dependencies = [
 6300 "anyhow",
 6301 "html5ever",
 6302 "indoc",
 6303 "markup5ever_rcdom",
 6304 "pretty_assertions",
 6305 "regex",
 6306]
 6307
 6308[[package]]
 6309name = "http"
 6310version = "0.2.12"
 6311source = "registry+https://github.com/rust-lang/crates.io-index"
 6312checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 6313dependencies = [
 6314 "bytes 1.10.1",
 6315 "fnv",
 6316 "itoa",
 6317]
 6318
 6319[[package]]
 6320name = "http"
 6321version = "1.2.0"
 6322source = "registry+https://github.com/rust-lang/crates.io-index"
 6323checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
 6324dependencies = [
 6325 "bytes 1.10.1",
 6326 "fnv",
 6327 "itoa",
 6328]
 6329
 6330[[package]]
 6331name = "http-body"
 6332version = "0.4.6"
 6333source = "registry+https://github.com/rust-lang/crates.io-index"
 6334checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 6335dependencies = [
 6336 "bytes 1.10.1",
 6337 "http 0.2.12",
 6338 "pin-project-lite",
 6339]
 6340
 6341[[package]]
 6342name = "http-body"
 6343version = "1.0.1"
 6344source = "registry+https://github.com/rust-lang/crates.io-index"
 6345checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 6346dependencies = [
 6347 "bytes 1.10.1",
 6348 "http 1.2.0",
 6349]
 6350
 6351[[package]]
 6352name = "http-body-util"
 6353version = "0.1.2"
 6354source = "registry+https://github.com/rust-lang/crates.io-index"
 6355checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
 6356dependencies = [
 6357 "bytes 1.10.1",
 6358 "futures-util",
 6359 "http 1.2.0",
 6360 "http-body 1.0.1",
 6361 "pin-project-lite",
 6362]
 6363
 6364[[package]]
 6365name = "http-range-header"
 6366version = "0.3.1"
 6367source = "registry+https://github.com/rust-lang/crates.io-index"
 6368checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 6369
 6370[[package]]
 6371name = "http-types"
 6372version = "2.12.0"
 6373source = "registry+https://github.com/rust-lang/crates.io-index"
 6374checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
 6375dependencies = [
 6376 "anyhow",
 6377 "async-channel 1.9.0",
 6378 "base64 0.13.1",
 6379 "futures-lite 1.13.0",
 6380 "http 0.2.12",
 6381 "infer",
 6382 "pin-project-lite",
 6383 "rand 0.7.3",
 6384 "serde",
 6385 "serde_json",
 6386 "serde_qs 0.8.5",
 6387 "serde_urlencoded",
 6388 "url",
 6389]
 6390
 6391[[package]]
 6392name = "http_client"
 6393version = "0.1.0"
 6394dependencies = [
 6395 "anyhow",
 6396 "bytes 1.10.1",
 6397 "derive_more",
 6398 "futures 0.3.31",
 6399 "http 1.2.0",
 6400 "log",
 6401 "serde",
 6402 "serde_json",
 6403 "url",
 6404]
 6405
 6406[[package]]
 6407name = "http_client_tls"
 6408version = "0.1.0"
 6409dependencies = [
 6410 "rustls 0.23.25",
 6411 "rustls-platform-verifier",
 6412]
 6413
 6414[[package]]
 6415name = "httparse"
 6416version = "1.9.5"
 6417source = "registry+https://github.com/rust-lang/crates.io-index"
 6418checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
 6419
 6420[[package]]
 6421name = "httpdate"
 6422version = "1.0.3"
 6423source = "registry+https://github.com/rust-lang/crates.io-index"
 6424checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 6425
 6426[[package]]
 6427name = "human_bytes"
 6428version = "0.4.3"
 6429source = "registry+https://github.com/rust-lang/crates.io-index"
 6430checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 6431
 6432[[package]]
 6433name = "humantime"
 6434version = "2.1.0"
 6435source = "registry+https://github.com/rust-lang/crates.io-index"
 6436checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
 6437
 6438[[package]]
 6439name = "hyper"
 6440version = "0.14.32"
 6441source = "registry+https://github.com/rust-lang/crates.io-index"
 6442checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 6443dependencies = [
 6444 "bytes 1.10.1",
 6445 "futures-channel",
 6446 "futures-core",
 6447 "futures-util",
 6448 "h2 0.3.26",
 6449 "http 0.2.12",
 6450 "http-body 0.4.6",
 6451 "httparse",
 6452 "httpdate",
 6453 "itoa",
 6454 "pin-project-lite",
 6455 "socket2",
 6456 "tokio",
 6457 "tower-service",
 6458 "tracing",
 6459 "want",
 6460]
 6461
 6462[[package]]
 6463name = "hyper"
 6464version = "1.5.1"
 6465source = "registry+https://github.com/rust-lang/crates.io-index"
 6466checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
 6467dependencies = [
 6468 "bytes 1.10.1",
 6469 "futures-channel",
 6470 "futures-util",
 6471 "h2 0.4.7",
 6472 "http 1.2.0",
 6473 "http-body 1.0.1",
 6474 "httparse",
 6475 "itoa",
 6476 "pin-project-lite",
 6477 "smallvec",
 6478 "tokio",
 6479 "want",
 6480]
 6481
 6482[[package]]
 6483name = "hyper-rustls"
 6484version = "0.24.2"
 6485source = "registry+https://github.com/rust-lang/crates.io-index"
 6486checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 6487dependencies = [
 6488 "futures-util",
 6489 "http 0.2.12",
 6490 "hyper 0.14.32",
 6491 "log",
 6492 "rustls 0.21.12",
 6493 "rustls-native-certs 0.6.3",
 6494 "tokio",
 6495 "tokio-rustls 0.24.1",
 6496]
 6497
 6498[[package]]
 6499name = "hyper-rustls"
 6500version = "0.27.3"
 6501source = "registry+https://github.com/rust-lang/crates.io-index"
 6502checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
 6503dependencies = [
 6504 "futures-util",
 6505 "http 1.2.0",
 6506 "hyper 1.5.1",
 6507 "hyper-util",
 6508 "rustls 0.23.25",
 6509 "rustls-native-certs 0.8.1",
 6510 "rustls-pki-types",
 6511 "tokio",
 6512 "tokio-rustls 0.26.1",
 6513 "tower-service",
 6514]
 6515
 6516[[package]]
 6517name = "hyper-tls"
 6518version = "0.5.0"
 6519source = "registry+https://github.com/rust-lang/crates.io-index"
 6520checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 6521dependencies = [
 6522 "bytes 1.10.1",
 6523 "hyper 0.14.32",
 6524 "native-tls",
 6525 "tokio",
 6526 "tokio-native-tls",
 6527]
 6528
 6529[[package]]
 6530name = "hyper-util"
 6531version = "0.1.10"
 6532source = "registry+https://github.com/rust-lang/crates.io-index"
 6533checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
 6534dependencies = [
 6535 "bytes 1.10.1",
 6536 "futures-channel",
 6537 "futures-util",
 6538 "http 1.2.0",
 6539 "http-body 1.0.1",
 6540 "hyper 1.5.1",
 6541 "pin-project-lite",
 6542 "socket2",
 6543 "tokio",
 6544 "tower-service",
 6545 "tracing",
 6546]
 6547
 6548[[package]]
 6549name = "iana-time-zone"
 6550version = "0.1.61"
 6551source = "registry+https://github.com/rust-lang/crates.io-index"
 6552checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
 6553dependencies = [
 6554 "android_system_properties",
 6555 "core-foundation-sys",
 6556 "iana-time-zone-haiku",
 6557 "js-sys",
 6558 "wasm-bindgen",
 6559 "windows-core 0.52.0",
 6560]
 6561
 6562[[package]]
 6563name = "iana-time-zone-haiku"
 6564version = "0.1.2"
 6565source = "registry+https://github.com/rust-lang/crates.io-index"
 6566checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 6567dependencies = [
 6568 "cc",
 6569]
 6570
 6571[[package]]
 6572name = "icons"
 6573version = "0.1.0"
 6574dependencies = [
 6575 "serde",
 6576 "strum",
 6577]
 6578
 6579[[package]]
 6580name = "icu_collections"
 6581version = "1.5.0"
 6582source = "registry+https://github.com/rust-lang/crates.io-index"
 6583checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
 6584dependencies = [
 6585 "displaydoc",
 6586 "yoke",
 6587 "zerofrom",
 6588 "zerovec",
 6589]
 6590
 6591[[package]]
 6592name = "icu_locid"
 6593version = "1.5.0"
 6594source = "registry+https://github.com/rust-lang/crates.io-index"
 6595checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
 6596dependencies = [
 6597 "displaydoc",
 6598 "litemap",
 6599 "tinystr",
 6600 "writeable",
 6601 "zerovec",
 6602]
 6603
 6604[[package]]
 6605name = "icu_locid_transform"
 6606version = "1.5.0"
 6607source = "registry+https://github.com/rust-lang/crates.io-index"
 6608checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
 6609dependencies = [
 6610 "displaydoc",
 6611 "icu_locid",
 6612 "icu_locid_transform_data",
 6613 "icu_provider",
 6614 "tinystr",
 6615 "zerovec",
 6616]
 6617
 6618[[package]]
 6619name = "icu_locid_transform_data"
 6620version = "1.5.0"
 6621source = "registry+https://github.com/rust-lang/crates.io-index"
 6622checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
 6623
 6624[[package]]
 6625name = "icu_normalizer"
 6626version = "1.5.0"
 6627source = "registry+https://github.com/rust-lang/crates.io-index"
 6628checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
 6629dependencies = [
 6630 "displaydoc",
 6631 "icu_collections",
 6632 "icu_normalizer_data",
 6633 "icu_properties",
 6634 "icu_provider",
 6635 "smallvec",
 6636 "utf16_iter",
 6637 "utf8_iter",
 6638 "write16",
 6639 "zerovec",
 6640]
 6641
 6642[[package]]
 6643name = "icu_normalizer_data"
 6644version = "1.5.0"
 6645source = "registry+https://github.com/rust-lang/crates.io-index"
 6646checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
 6647
 6648[[package]]
 6649name = "icu_properties"
 6650version = "1.5.1"
 6651source = "registry+https://github.com/rust-lang/crates.io-index"
 6652checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
 6653dependencies = [
 6654 "displaydoc",
 6655 "icu_collections",
 6656 "icu_locid_transform",
 6657 "icu_properties_data",
 6658 "icu_provider",
 6659 "tinystr",
 6660 "zerovec",
 6661]
 6662
 6663[[package]]
 6664name = "icu_properties_data"
 6665version = "1.5.0"
 6666source = "registry+https://github.com/rust-lang/crates.io-index"
 6667checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
 6668
 6669[[package]]
 6670name = "icu_provider"
 6671version = "1.5.0"
 6672source = "registry+https://github.com/rust-lang/crates.io-index"
 6673checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
 6674dependencies = [
 6675 "displaydoc",
 6676 "icu_locid",
 6677 "icu_provider_macros",
 6678 "stable_deref_trait",
 6679 "tinystr",
 6680 "writeable",
 6681 "yoke",
 6682 "zerofrom",
 6683 "zerovec",
 6684]
 6685
 6686[[package]]
 6687name = "icu_provider_macros"
 6688version = "1.5.0"
 6689source = "registry+https://github.com/rust-lang/crates.io-index"
 6690checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
 6691dependencies = [
 6692 "proc-macro2",
 6693 "quote",
 6694 "syn 2.0.100",
 6695]
 6696
 6697[[package]]
 6698name = "id-arena"
 6699version = "2.2.1"
 6700source = "registry+https://github.com/rust-lang/crates.io-index"
 6701checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 6702
 6703[[package]]
 6704name = "idna"
 6705version = "1.0.3"
 6706source = "registry+https://github.com/rust-lang/crates.io-index"
 6707checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
 6708dependencies = [
 6709 "idna_adapter",
 6710 "smallvec",
 6711 "utf8_iter",
 6712]
 6713
 6714[[package]]
 6715name = "idna_adapter"
 6716version = "1.2.0"
 6717source = "registry+https://github.com/rust-lang/crates.io-index"
 6718checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
 6719dependencies = [
 6720 "icu_normalizer",
 6721 "icu_properties",
 6722]
 6723
 6724[[package]]
 6725name = "ignore"
 6726version = "0.4.23"
 6727source = "registry+https://github.com/rust-lang/crates.io-index"
 6728checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
 6729dependencies = [
 6730 "crossbeam-deque",
 6731 "globset",
 6732 "log",
 6733 "memchr",
 6734 "regex-automata 0.4.9",
 6735 "same-file",
 6736 "walkdir",
 6737 "winapi-util",
 6738]
 6739
 6740[[package]]
 6741name = "image"
 6742version = "0.25.6"
 6743source = "registry+https://github.com/rust-lang/crates.io-index"
 6744checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
 6745dependencies = [
 6746 "bytemuck",
 6747 "byteorder-lite",
 6748 "color_quant",
 6749 "exr",
 6750 "gif",
 6751 "image-webp",
 6752 "num-traits",
 6753 "png",
 6754 "qoi",
 6755 "ravif",
 6756 "rayon",
 6757 "rgb",
 6758 "tiff",
 6759 "zune-core",
 6760 "zune-jpeg",
 6761]
 6762
 6763[[package]]
 6764name = "image-webp"
 6765version = "0.2.0"
 6766source = "registry+https://github.com/rust-lang/crates.io-index"
 6767checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
 6768dependencies = [
 6769 "byteorder-lite",
 6770 "quick-error",
 6771]
 6772
 6773[[package]]
 6774name = "image_viewer"
 6775version = "0.1.0"
 6776dependencies = [
 6777 "anyhow",
 6778 "db",
 6779 "editor",
 6780 "file_icons",
 6781 "gpui",
 6782 "project",
 6783 "schemars",
 6784 "serde",
 6785 "settings",
 6786 "theme",
 6787 "ui",
 6788 "util",
 6789 "workspace",
 6790]
 6791
 6792[[package]]
 6793name = "imagesize"
 6794version = "0.13.0"
 6795source = "registry+https://github.com/rust-lang/crates.io-index"
 6796checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 6797
 6798[[package]]
 6799name = "imara-diff"
 6800version = "0.1.8"
 6801source = "registry+https://github.com/rust-lang/crates.io-index"
 6802checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 6803dependencies = [
 6804 "hashbrown 0.15.2",
 6805]
 6806
 6807[[package]]
 6808name = "imgref"
 6809version = "1.11.0"
 6810source = "registry+https://github.com/rust-lang/crates.io-index"
 6811checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
 6812
 6813[[package]]
 6814name = "indexed_docs"
 6815version = "0.1.0"
 6816dependencies = [
 6817 "anyhow",
 6818 "async-trait",
 6819 "cargo_metadata",
 6820 "collections",
 6821 "derive_more",
 6822 "extension",
 6823 "fs",
 6824 "futures 0.3.31",
 6825 "fuzzy",
 6826 "gpui",
 6827 "heed",
 6828 "html_to_markdown",
 6829 "http_client",
 6830 "indexmap",
 6831 "indoc",
 6832 "parking_lot",
 6833 "paths",
 6834 "pretty_assertions",
 6835 "serde",
 6836 "strum",
 6837 "util",
 6838]
 6839
 6840[[package]]
 6841name = "indexmap"
 6842version = "2.7.1"
 6843source = "registry+https://github.com/rust-lang/crates.io-index"
 6844checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
 6845dependencies = [
 6846 "equivalent",
 6847 "hashbrown 0.15.2",
 6848 "serde",
 6849]
 6850
 6851[[package]]
 6852name = "indoc"
 6853version = "2.0.6"
 6854source = "registry+https://github.com/rust-lang/crates.io-index"
 6855checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 6856
 6857[[package]]
 6858name = "infer"
 6859version = "0.2.3"
 6860source = "registry+https://github.com/rust-lang/crates.io-index"
 6861checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
 6862
 6863[[package]]
 6864name = "inherent"
 6865version = "1.0.11"
 6866source = "registry+https://github.com/rust-lang/crates.io-index"
 6867checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
 6868dependencies = [
 6869 "proc-macro2",
 6870 "quote",
 6871 "syn 2.0.100",
 6872]
 6873
 6874[[package]]
 6875name = "inline_completion"
 6876version = "0.1.0"
 6877dependencies = [
 6878 "gpui",
 6879 "language",
 6880 "project",
 6881]
 6882
 6883[[package]]
 6884name = "inline_completion_button"
 6885version = "0.1.0"
 6886dependencies = [
 6887 "anyhow",
 6888 "client",
 6889 "copilot",
 6890 "editor",
 6891 "feature_flags",
 6892 "fs",
 6893 "futures 0.3.31",
 6894 "gpui",
 6895 "indoc",
 6896 "inline_completion",
 6897 "language",
 6898 "lsp",
 6899 "paths",
 6900 "project",
 6901 "regex",
 6902 "serde_json",
 6903 "settings",
 6904 "supermaven",
 6905 "telemetry",
 6906 "theme",
 6907 "ui",
 6908 "workspace",
 6909 "zed_actions",
 6910 "zeta",
 6911]
 6912
 6913[[package]]
 6914name = "inotify"
 6915version = "0.11.0"
 6916source = "registry+https://github.com/rust-lang/crates.io-index"
 6917checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 6918dependencies = [
 6919 "bitflags 2.9.0",
 6920 "inotify-sys",
 6921 "libc",
 6922]
 6923
 6924[[package]]
 6925name = "inotify-sys"
 6926version = "0.1.5"
 6927source = "registry+https://github.com/rust-lang/crates.io-index"
 6928checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 6929dependencies = [
 6930 "libc",
 6931]
 6932
 6933[[package]]
 6934name = "inout"
 6935version = "0.1.3"
 6936source = "registry+https://github.com/rust-lang/crates.io-index"
 6937checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
 6938dependencies = [
 6939 "block-padding",
 6940 "generic-array",
 6941]
 6942
 6943[[package]]
 6944name = "install_cli"
 6945version = "0.1.0"
 6946dependencies = [
 6947 "anyhow",
 6948 "gpui",
 6949 "smol",
 6950 "util",
 6951]
 6952
 6953[[package]]
 6954name = "instant"
 6955version = "0.1.13"
 6956source = "registry+https://github.com/rust-lang/crates.io-index"
 6957checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 6958dependencies = [
 6959 "cfg-if",
 6960]
 6961
 6962[[package]]
 6963name = "interpolate_name"
 6964version = "0.2.4"
 6965source = "registry+https://github.com/rust-lang/crates.io-index"
 6966checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 6967dependencies = [
 6968 "proc-macro2",
 6969 "quote",
 6970 "syn 2.0.100",
 6971]
 6972
 6973[[package]]
 6974name = "inventory"
 6975version = "0.3.20"
 6976source = "registry+https://github.com/rust-lang/crates.io-index"
 6977checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
 6978dependencies = [
 6979 "rustversion",
 6980]
 6981
 6982[[package]]
 6983name = "io-extras"
 6984version = "0.18.4"
 6985source = "registry+https://github.com/rust-lang/crates.io-index"
 6986checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 6987dependencies = [
 6988 "io-lifetimes",
 6989 "windows-sys 0.59.0",
 6990]
 6991
 6992[[package]]
 6993name = "io-lifetimes"
 6994version = "2.0.4"
 6995source = "registry+https://github.com/rust-lang/crates.io-index"
 6996checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 6997
 6998[[package]]
 6999name = "io-surface"
 7000version = "0.16.0"
 7001source = "registry+https://github.com/rust-lang/crates.io-index"
 7002checksum = "8283575d5f0b2e7447ec0840363879d71c0fa325d4c699d5b45208ea4a51f45e"
 7003dependencies = [
 7004 "cgl",
 7005 "core-foundation 0.10.0",
 7006 "core-foundation-sys",
 7007 "leaky-cow",
 7008 "libc",
 7009]
 7010
 7011[[package]]
 7012name = "iovec"
 7013version = "0.1.4"
 7014source = "registry+https://github.com/rust-lang/crates.io-index"
 7015checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 7016dependencies = [
 7017 "libc",
 7018]
 7019
 7020[[package]]
 7021name = "ipc-channel"
 7022version = "0.19.0"
 7023source = "registry+https://github.com/rust-lang/crates.io-index"
 7024checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 7025dependencies = [
 7026 "bincode",
 7027 "crossbeam-channel",
 7028 "fnv",
 7029 "lazy_static",
 7030 "libc",
 7031 "mio",
 7032 "rand 0.8.5",
 7033 "serde",
 7034 "tempfile",
 7035 "uuid",
 7036 "windows 0.58.0",
 7037]
 7038
 7039[[package]]
 7040name = "ipnet"
 7041version = "2.10.1"
 7042source = "registry+https://github.com/rust-lang/crates.io-index"
 7043checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
 7044
 7045[[package]]
 7046name = "is-docker"
 7047version = "0.2.0"
 7048source = "registry+https://github.com/rust-lang/crates.io-index"
 7049checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 7050dependencies = [
 7051 "once_cell",
 7052]
 7053
 7054[[package]]
 7055name = "is-terminal"
 7056version = "0.4.13"
 7057source = "registry+https://github.com/rust-lang/crates.io-index"
 7058checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
 7059dependencies = [
 7060 "hermit-abi 0.4.0",
 7061 "libc",
 7062 "windows-sys 0.52.0",
 7063]
 7064
 7065[[package]]
 7066name = "is-wsl"
 7067version = "0.4.0"
 7068source = "registry+https://github.com/rust-lang/crates.io-index"
 7069checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 7070dependencies = [
 7071 "is-docker",
 7072 "once_cell",
 7073]
 7074
 7075[[package]]
 7076name = "is_terminal_polyfill"
 7077version = "1.70.1"
 7078source = "registry+https://github.com/rust-lang/crates.io-index"
 7079checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 7080
 7081[[package]]
 7082name = "itertools"
 7083version = "0.10.5"
 7084source = "registry+https://github.com/rust-lang/crates.io-index"
 7085checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 7086dependencies = [
 7087 "either",
 7088]
 7089
 7090[[package]]
 7091name = "itertools"
 7092version = "0.11.0"
 7093source = "registry+https://github.com/rust-lang/crates.io-index"
 7094checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 7095dependencies = [
 7096 "either",
 7097]
 7098
 7099[[package]]
 7100name = "itertools"
 7101version = "0.12.1"
 7102source = "registry+https://github.com/rust-lang/crates.io-index"
 7103checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 7104dependencies = [
 7105 "either",
 7106]
 7107
 7108[[package]]
 7109name = "itertools"
 7110version = "0.14.0"
 7111source = "registry+https://github.com/rust-lang/crates.io-index"
 7112checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 7113dependencies = [
 7114 "either",
 7115]
 7116
 7117[[package]]
 7118name = "itoa"
 7119version = "1.0.14"
 7120source = "registry+https://github.com/rust-lang/crates.io-index"
 7121checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
 7122
 7123[[package]]
 7124name = "jiff"
 7125version = "0.2.4"
 7126source = "registry+https://github.com/rust-lang/crates.io-index"
 7127checksum = "d699bc6dfc879fb1bf9bdff0d4c56f0884fc6f0d0eb0fba397a6d00cd9a6b85e"
 7128dependencies = [
 7129 "jiff-static",
 7130 "log",
 7131 "portable-atomic",
 7132 "portable-atomic-util",
 7133 "serde",
 7134]
 7135
 7136[[package]]
 7137name = "jiff-static"
 7138version = "0.2.4"
 7139source = "registry+https://github.com/rust-lang/crates.io-index"
 7140checksum = "8d16e75759ee0aa64c57a56acbf43916987b20c77373cb7e808979e02b93c9f9"
 7141dependencies = [
 7142 "proc-macro2",
 7143 "quote",
 7144 "syn 2.0.100",
 7145]
 7146
 7147[[package]]
 7148name = "jni"
 7149version = "0.21.1"
 7150source = "registry+https://github.com/rust-lang/crates.io-index"
 7151checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 7152dependencies = [
 7153 "cesu8",
 7154 "cfg-if",
 7155 "combine",
 7156 "jni-sys",
 7157 "log",
 7158 "thiserror 1.0.69",
 7159 "walkdir",
 7160 "windows-sys 0.45.0",
 7161]
 7162
 7163[[package]]
 7164name = "jni-sys"
 7165version = "0.3.0"
 7166source = "registry+https://github.com/rust-lang/crates.io-index"
 7167checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 7168
 7169[[package]]
 7170name = "jobserver"
 7171version = "0.1.32"
 7172source = "registry+https://github.com/rust-lang/crates.io-index"
 7173checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
 7174dependencies = [
 7175 "libc",
 7176]
 7177
 7178[[package]]
 7179name = "journal"
 7180version = "0.1.0"
 7181dependencies = [
 7182 "anyhow",
 7183 "chrono",
 7184 "editor",
 7185 "gpui",
 7186 "log",
 7187 "schemars",
 7188 "serde",
 7189 "settings",
 7190 "shellexpand 2.1.2",
 7191 "workspace",
 7192]
 7193
 7194[[package]]
 7195name = "jpeg-decoder"
 7196version = "0.3.1"
 7197source = "registry+https://github.com/rust-lang/crates.io-index"
 7198checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
 7199
 7200[[package]]
 7201name = "js-sys"
 7202version = "0.3.76"
 7203source = "registry+https://github.com/rust-lang/crates.io-index"
 7204checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
 7205dependencies = [
 7206 "once_cell",
 7207 "wasm-bindgen",
 7208]
 7209
 7210[[package]]
 7211name = "jsonwebtoken"
 7212version = "9.3.1"
 7213source = "registry+https://github.com/rust-lang/crates.io-index"
 7214checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
 7215dependencies = [
 7216 "base64 0.22.1",
 7217 "js-sys",
 7218 "pem",
 7219 "ring",
 7220 "serde",
 7221 "serde_json",
 7222 "simple_asn1",
 7223]
 7224
 7225[[package]]
 7226name = "jupyter-protocol"
 7227version = "0.6.0"
 7228source = "registry+https://github.com/rust-lang/crates.io-index"
 7229checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
 7230dependencies = [
 7231 "anyhow",
 7232 "async-trait",
 7233 "bytes 1.10.1",
 7234 "chrono",
 7235 "futures 0.3.31",
 7236 "serde",
 7237 "serde_json",
 7238 "uuid",
 7239]
 7240
 7241[[package]]
 7242name = "jupyter-websocket-client"
 7243version = "0.9.0"
 7244source = "registry+https://github.com/rust-lang/crates.io-index"
 7245checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
 7246dependencies = [
 7247 "anyhow",
 7248 "async-trait",
 7249 "async-tungstenite",
 7250 "futures 0.3.31",
 7251 "jupyter-protocol",
 7252 "serde",
 7253 "serde_json",
 7254 "url",
 7255 "uuid",
 7256]
 7257
 7258[[package]]
 7259name = "khronos-egl"
 7260version = "6.0.0"
 7261source = "registry+https://github.com/rust-lang/crates.io-index"
 7262checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 7263dependencies = [
 7264 "libc",
 7265 "libloading",
 7266]
 7267
 7268[[package]]
 7269name = "kqueue"
 7270version = "1.0.8"
 7271source = "registry+https://github.com/rust-lang/crates.io-index"
 7272checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
 7273dependencies = [
 7274 "kqueue-sys",
 7275 "libc",
 7276]
 7277
 7278[[package]]
 7279name = "kqueue-sys"
 7280version = "1.0.4"
 7281source = "registry+https://github.com/rust-lang/crates.io-index"
 7282checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 7283dependencies = [
 7284 "bitflags 1.3.2",
 7285 "libc",
 7286]
 7287
 7288[[package]]
 7289name = "kurbo"
 7290version = "0.11.1"
 7291source = "registry+https://github.com/rust-lang/crates.io-index"
 7292checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
 7293dependencies = [
 7294 "arrayvec",
 7295 "smallvec",
 7296]
 7297
 7298[[package]]
 7299name = "kv-log-macro"
 7300version = "1.0.7"
 7301source = "registry+https://github.com/rust-lang/crates.io-index"
 7302checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 7303dependencies = [
 7304 "log",
 7305]
 7306
 7307[[package]]
 7308name = "language"
 7309version = "0.1.0"
 7310dependencies = [
 7311 "anyhow",
 7312 "async-trait",
 7313 "async-watch",
 7314 "clock",
 7315 "collections",
 7316 "ctor",
 7317 "ec4rs",
 7318 "env_logger 0.11.7",
 7319 "fs",
 7320 "futures 0.3.31",
 7321 "fuzzy",
 7322 "globset",
 7323 "gpui",
 7324 "http_client",
 7325 "imara-diff",
 7326 "indoc",
 7327 "itertools 0.14.0",
 7328 "log",
 7329 "lsp",
 7330 "parking_lot",
 7331 "postage",
 7332 "pretty_assertions",
 7333 "rand 0.8.5",
 7334 "regex",
 7335 "rpc",
 7336 "schemars",
 7337 "serde",
 7338 "serde_json",
 7339 "settings",
 7340 "smallvec",
 7341 "smol",
 7342 "streaming-iterator",
 7343 "strsim",
 7344 "sum_tree",
 7345 "task",
 7346 "text",
 7347 "theme",
 7348 "tree-sitter",
 7349 "tree-sitter-elixir",
 7350 "tree-sitter-embedded-template",
 7351 "tree-sitter-heex",
 7352 "tree-sitter-html",
 7353 "tree-sitter-json",
 7354 "tree-sitter-md",
 7355 "tree-sitter-ruby",
 7356 "tree-sitter-rust",
 7357 "tree-sitter-typescript",
 7358 "unicase",
 7359 "unindent",
 7360 "util",
 7361]
 7362
 7363[[package]]
 7364name = "language_extension"
 7365version = "0.1.0"
 7366dependencies = [
 7367 "anyhow",
 7368 "async-trait",
 7369 "collections",
 7370 "extension",
 7371 "fs",
 7372 "futures 0.3.31",
 7373 "gpui",
 7374 "language",
 7375 "lsp",
 7376 "serde",
 7377 "serde_json",
 7378 "util",
 7379]
 7380
 7381[[package]]
 7382name = "language_model"
 7383version = "0.1.0"
 7384dependencies = [
 7385 "anthropic",
 7386 "anyhow",
 7387 "base64 0.22.1",
 7388 "client",
 7389 "collections",
 7390 "futures 0.3.31",
 7391 "google_ai",
 7392 "gpui",
 7393 "http_client",
 7394 "icons",
 7395 "image",
 7396 "log",
 7397 "open_ai",
 7398 "parking_lot",
 7399 "proto",
 7400 "schemars",
 7401 "serde",
 7402 "serde_json",
 7403 "smol",
 7404 "strum",
 7405 "telemetry_events",
 7406 "thiserror 2.0.12",
 7407 "util",
 7408]
 7409
 7410[[package]]
 7411name = "language_model_selector"
 7412version = "0.1.0"
 7413dependencies = [
 7414 "feature_flags",
 7415 "gpui",
 7416 "language_model",
 7417 "log",
 7418 "picker",
 7419 "proto",
 7420 "ui",
 7421 "workspace",
 7422 "zed_actions",
 7423]
 7424
 7425[[package]]
 7426name = "language_models"
 7427version = "0.1.0"
 7428dependencies = [
 7429 "anthropic",
 7430 "anyhow",
 7431 "aws-config",
 7432 "aws-credential-types",
 7433 "aws_http_client",
 7434 "bedrock",
 7435 "client",
 7436 "collections",
 7437 "copilot",
 7438 "credentials_provider",
 7439 "deepseek",
 7440 "editor",
 7441 "feature_flags",
 7442 "fs",
 7443 "futures 0.3.31",
 7444 "google_ai",
 7445 "gpui",
 7446 "gpui_tokio",
 7447 "http_client",
 7448 "language_model",
 7449 "lmstudio",
 7450 "log",
 7451 "menu",
 7452 "mistral",
 7453 "ollama",
 7454 "open_ai",
 7455 "project",
 7456 "proto",
 7457 "schemars",
 7458 "serde",
 7459 "serde_json",
 7460 "settings",
 7461 "smol",
 7462 "strum",
 7463 "theme",
 7464 "tiktoken-rs",
 7465 "tokio",
 7466 "ui",
 7467 "util",
 7468]
 7469
 7470[[package]]
 7471name = "language_selector"
 7472version = "0.1.0"
 7473dependencies = [
 7474 "anyhow",
 7475 "editor",
 7476 "file_finder",
 7477 "file_icons",
 7478 "fuzzy",
 7479 "gpui",
 7480 "language",
 7481 "picker",
 7482 "project",
 7483 "settings",
 7484 "ui",
 7485 "util",
 7486 "workspace",
 7487]
 7488
 7489[[package]]
 7490name = "language_tools"
 7491version = "0.1.0"
 7492dependencies = [
 7493 "anyhow",
 7494 "client",
 7495 "collections",
 7496 "copilot",
 7497 "editor",
 7498 "env_logger 0.11.7",
 7499 "futures 0.3.31",
 7500 "gpui",
 7501 "itertools 0.14.0",
 7502 "language",
 7503 "lsp",
 7504 "project",
 7505 "release_channel",
 7506 "serde_json",
 7507 "settings",
 7508 "theme",
 7509 "tree-sitter",
 7510 "ui",
 7511 "util",
 7512 "workspace",
 7513 "zed_actions",
 7514]
 7515
 7516[[package]]
 7517name = "languages"
 7518version = "0.1.0"
 7519dependencies = [
 7520 "anyhow",
 7521 "async-compression",
 7522 "async-tar",
 7523 "async-trait",
 7524 "collections",
 7525 "futures 0.3.31",
 7526 "gpui",
 7527 "http_client",
 7528 "language",
 7529 "log",
 7530 "lsp",
 7531 "node_runtime",
 7532 "paths",
 7533 "pet",
 7534 "pet-conda",
 7535 "pet-core",
 7536 "pet-fs",
 7537 "pet-poetry",
 7538 "pet-reporter",
 7539 "pretty_assertions",
 7540 "project",
 7541 "regex",
 7542 "rope",
 7543 "rust-embed",
 7544 "serde",
 7545 "serde_json",
 7546 "settings",
 7547 "smol",
 7548 "snippet_provider",
 7549 "task",
 7550 "text",
 7551 "theme",
 7552 "toml 0.8.20",
 7553 "tree-sitter",
 7554 "tree-sitter-bash",
 7555 "tree-sitter-c",
 7556 "tree-sitter-cpp",
 7557 "tree-sitter-css",
 7558 "tree-sitter-diff",
 7559 "tree-sitter-gitcommit",
 7560 "tree-sitter-go",
 7561 "tree-sitter-gomod",
 7562 "tree-sitter-gowork",
 7563 "tree-sitter-jsdoc",
 7564 "tree-sitter-json",
 7565 "tree-sitter-md",
 7566 "tree-sitter-python",
 7567 "tree-sitter-regex",
 7568 "tree-sitter-rust",
 7569 "tree-sitter-typescript",
 7570 "tree-sitter-yaml",
 7571 "unindent",
 7572 "util",
 7573 "workspace",
 7574]
 7575
 7576[[package]]
 7577name = "lazy_static"
 7578version = "1.5.0"
 7579source = "registry+https://github.com/rust-lang/crates.io-index"
 7580checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 7581dependencies = [
 7582 "spin",
 7583]
 7584
 7585[[package]]
 7586name = "lazycell"
 7587version = "1.3.0"
 7588source = "registry+https://github.com/rust-lang/crates.io-index"
 7589checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 7590
 7591[[package]]
 7592name = "leak"
 7593version = "0.1.2"
 7594source = "registry+https://github.com/rust-lang/crates.io-index"
 7595checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 7596
 7597[[package]]
 7598name = "leaky-cow"
 7599version = "0.1.1"
 7600source = "registry+https://github.com/rust-lang/crates.io-index"
 7601checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 7602dependencies = [
 7603 "leak",
 7604]
 7605
 7606[[package]]
 7607name = "leb128"
 7608version = "0.2.5"
 7609source = "registry+https://github.com/rust-lang/crates.io-index"
 7610checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 7611
 7612[[package]]
 7613name = "leb128fmt"
 7614version = "0.1.0"
 7615source = "registry+https://github.com/rust-lang/crates.io-index"
 7616checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 7617
 7618[[package]]
 7619name = "lebe"
 7620version = "0.5.2"
 7621source = "registry+https://github.com/rust-lang/crates.io-index"
 7622checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
 7623
 7624[[package]]
 7625name = "libc"
 7626version = "0.2.171"
 7627source = "registry+https://github.com/rust-lang/crates.io-index"
 7628checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
 7629
 7630[[package]]
 7631name = "libdbus-sys"
 7632version = "0.2.5"
 7633source = "registry+https://github.com/rust-lang/crates.io-index"
 7634checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
 7635dependencies = [
 7636 "cc",
 7637 "pkg-config",
 7638]
 7639
 7640[[package]]
 7641name = "libfuzzer-sys"
 7642version = "0.4.8"
 7643source = "registry+https://github.com/rust-lang/crates.io-index"
 7644checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
 7645dependencies = [
 7646 "arbitrary",
 7647 "cc",
 7648]
 7649
 7650[[package]]
 7651name = "libgit2-sys"
 7652version = "0.18.1+1.9.0"
 7653source = "registry+https://github.com/rust-lang/crates.io-index"
 7654checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
 7655dependencies = [
 7656 "cc",
 7657 "libc",
 7658 "libz-sys",
 7659 "pkg-config",
 7660]
 7661
 7662[[package]]
 7663name = "libloading"
 7664version = "0.8.6"
 7665source = "registry+https://github.com/rust-lang/crates.io-index"
 7666checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
 7667dependencies = [
 7668 "cfg-if",
 7669 "windows-targets 0.52.6",
 7670]
 7671
 7672[[package]]
 7673name = "libm"
 7674version = "0.2.11"
 7675source = "registry+https://github.com/rust-lang/crates.io-index"
 7676checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
 7677
 7678[[package]]
 7679name = "libmimalloc-sys"
 7680version = "0.1.40"
 7681source = "registry+https://github.com/rust-lang/crates.io-index"
 7682checksum = "07d0e07885d6a754b9c7993f2625187ad694ee985d60f23355ff0e7077261502"
 7683dependencies = [
 7684 "cc",
 7685 "libc",
 7686]
 7687
 7688[[package]]
 7689name = "libredox"
 7690version = "0.1.3"
 7691source = "registry+https://github.com/rust-lang/crates.io-index"
 7692checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
 7693dependencies = [
 7694 "bitflags 2.9.0",
 7695 "libc",
 7696 "redox_syscall 0.5.8",
 7697]
 7698
 7699[[package]]
 7700name = "libsqlite3-sys"
 7701version = "0.30.1"
 7702source = "registry+https://github.com/rust-lang/crates.io-index"
 7703checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 7704dependencies = [
 7705 "cc",
 7706 "pkg-config",
 7707 "vcpkg",
 7708]
 7709
 7710[[package]]
 7711name = "libwebrtc"
 7712version = "0.3.10"
 7713source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
 7714dependencies = [
 7715 "cxx",
 7716 "jni",
 7717 "js-sys",
 7718 "lazy_static",
 7719 "livekit-protocol",
 7720 "livekit-runtime",
 7721 "log",
 7722 "parking_lot",
 7723 "serde",
 7724 "serde_json",
 7725 "thiserror 1.0.69",
 7726 "tokio",
 7727 "wasm-bindgen",
 7728 "wasm-bindgen-futures",
 7729 "web-sys",
 7730 "webrtc-sys",
 7731]
 7732
 7733[[package]]
 7734name = "libz-sys"
 7735version = "1.1.20"
 7736source = "registry+https://github.com/rust-lang/crates.io-index"
 7737checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
 7738dependencies = [
 7739 "cc",
 7740 "libc",
 7741 "pkg-config",
 7742 "vcpkg",
 7743]
 7744
 7745[[package]]
 7746name = "link-cplusplus"
 7747version = "1.0.9"
 7748source = "registry+https://github.com/rust-lang/crates.io-index"
 7749checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
 7750dependencies = [
 7751 "cc",
 7752]
 7753
 7754[[package]]
 7755name = "linkify"
 7756version = "0.10.0"
 7757source = "registry+https://github.com/rust-lang/crates.io-index"
 7758checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 7759dependencies = [
 7760 "memchr",
 7761]
 7762
 7763[[package]]
 7764name = "linkme"
 7765version = "0.3.32"
 7766source = "registry+https://github.com/rust-lang/crates.io-index"
 7767checksum = "22d227772b5999ddc0690e733f734f95ca05387e329c4084fe65678c51198ffe"
 7768dependencies = [
 7769 "linkme-impl",
 7770]
 7771
 7772[[package]]
 7773name = "linkme-impl"
 7774version = "0.3.32"
 7775source = "registry+https://github.com/rust-lang/crates.io-index"
 7776checksum = "71a98813fa0073a317ed6a8055dcd4722a49d9b862af828ee68449adb799b6be"
 7777dependencies = [
 7778 "proc-macro2",
 7779 "quote",
 7780 "syn 2.0.100",
 7781]
 7782
 7783[[package]]
 7784name = "linux-raw-sys"
 7785version = "0.4.14"
 7786source = "registry+https://github.com/rust-lang/crates.io-index"
 7787checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
 7788
 7789[[package]]
 7790name = "litemap"
 7791version = "0.7.4"
 7792source = "registry+https://github.com/rust-lang/crates.io-index"
 7793checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
 7794
 7795[[package]]
 7796name = "livekit"
 7797version = "0.7.8"
 7798source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
 7799dependencies = [
 7800 "chrono",
 7801 "futures-util",
 7802 "lazy_static",
 7803 "libloading",
 7804 "libwebrtc",
 7805 "livekit-api",
 7806 "livekit-protocol",
 7807 "livekit-runtime",
 7808 "log",
 7809 "parking_lot",
 7810 "prost 0.12.6",
 7811 "semver",
 7812 "serde",
 7813 "serde_json",
 7814 "thiserror 1.0.69",
 7815 "tokio",
 7816]
 7817
 7818[[package]]
 7819name = "livekit-api"
 7820version = "0.4.2"
 7821source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
 7822dependencies = [
 7823 "base64 0.21.7",
 7824 "futures-util",
 7825 "http 0.2.12",
 7826 "jsonwebtoken",
 7827 "livekit-protocol",
 7828 "livekit-runtime",
 7829 "log",
 7830 "parking_lot",
 7831 "pbjson-types",
 7832 "prost 0.12.6",
 7833 "rand 0.9.0",
 7834 "reqwest 0.11.27",
 7835 "scopeguard",
 7836 "serde",
 7837 "serde_json",
 7838 "sha2",
 7839 "thiserror 1.0.69",
 7840 "tokio",
 7841 "tokio-tungstenite 0.26.2",
 7842 "url",
 7843]
 7844
 7845[[package]]
 7846name = "livekit-protocol"
 7847version = "0.3.9"
 7848source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
 7849dependencies = [
 7850 "futures-util",
 7851 "livekit-runtime",
 7852 "parking_lot",
 7853 "pbjson",
 7854 "pbjson-types",
 7855 "prost 0.12.6",
 7856 "prost-types 0.12.6",
 7857 "serde",
 7858 "thiserror 1.0.69",
 7859 "tokio",
 7860]
 7861
 7862[[package]]
 7863name = "livekit-runtime"
 7864version = "0.4.0"
 7865source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
 7866dependencies = [
 7867 "tokio",
 7868 "tokio-stream",
 7869]
 7870
 7871[[package]]
 7872name = "livekit_api"
 7873version = "0.1.0"
 7874dependencies = [
 7875 "anyhow",
 7876 "async-trait",
 7877 "jsonwebtoken",
 7878 "log",
 7879 "prost 0.9.0",
 7880 "prost-build 0.9.0",
 7881 "prost-types 0.9.0",
 7882 "reqwest 0.12.8",
 7883 "serde",
 7884]
 7885
 7886[[package]]
 7887name = "livekit_client"
 7888version = "0.1.0"
 7889dependencies = [
 7890 "anyhow",
 7891 "async-trait",
 7892 "collections",
 7893 "core-foundation 0.10.0",
 7894 "core-video",
 7895 "coreaudio-rs 0.12.1",
 7896 "cpal",
 7897 "futures 0.3.31",
 7898 "gpui",
 7899 "gpui_tokio",
 7900 "http_client_tls",
 7901 "image",
 7902 "libwebrtc",
 7903 "livekit",
 7904 "livekit_api",
 7905 "log",
 7906 "nanoid",
 7907 "objc",
 7908 "parking_lot",
 7909 "postage",
 7910 "serde",
 7911 "serde_json",
 7912 "sha2",
 7913 "simplelog",
 7914 "smallvec",
 7915 "tokio-tungstenite 0.26.2",
 7916 "util",
 7917]
 7918
 7919[[package]]
 7920name = "lmdb-master-sys"
 7921version = "0.2.4"
 7922source = "registry+https://github.com/rust-lang/crates.io-index"
 7923checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
 7924dependencies = [
 7925 "cc",
 7926 "doxygen-rs",
 7927 "libc",
 7928]
 7929
 7930[[package]]
 7931name = "lmstudio"
 7932version = "0.1.0"
 7933dependencies = [
 7934 "anyhow",
 7935 "futures 0.3.31",
 7936 "http_client",
 7937 "schemars",
 7938 "serde",
 7939 "serde_json",
 7940]
 7941
 7942[[package]]
 7943name = "lock_api"
 7944version = "0.4.12"
 7945source = "registry+https://github.com/rust-lang/crates.io-index"
 7946checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
 7947dependencies = [
 7948 "autocfg",
 7949 "scopeguard",
 7950]
 7951
 7952[[package]]
 7953name = "log"
 7954version = "0.4.27"
 7955source = "registry+https://github.com/rust-lang/crates.io-index"
 7956checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
 7957dependencies = [
 7958 "serde",
 7959 "value-bag",
 7960]
 7961
 7962[[package]]
 7963name = "loop9"
 7964version = "0.1.5"
 7965source = "registry+https://github.com/rust-lang/crates.io-index"
 7966checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
 7967dependencies = [
 7968 "imgref",
 7969]
 7970
 7971[[package]]
 7972name = "lru"
 7973version = "0.12.5"
 7974source = "registry+https://github.com/rust-lang/crates.io-index"
 7975checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
 7976dependencies = [
 7977 "hashbrown 0.15.2",
 7978]
 7979
 7980[[package]]
 7981name = "lsp"
 7982version = "0.1.0"
 7983dependencies = [
 7984 "anyhow",
 7985 "async-pipe",
 7986 "collections",
 7987 "ctor",
 7988 "env_logger 0.11.7",
 7989 "futures 0.3.31",
 7990 "gpui",
 7991 "log",
 7992 "lsp-types",
 7993 "parking_lot",
 7994 "postage",
 7995 "release_channel",
 7996 "schemars",
 7997 "serde",
 7998 "serde_json",
 7999 "smol",
 8000 "util",
 8001]
 8002
 8003[[package]]
 8004name = "lsp-types"
 8005version = "0.95.1"
 8006source = "git+https://github.com/zed-industries/lsp-types?rev=1fff0dd12e2071c5667327394cfec163d2a466ab#1fff0dd12e2071c5667327394cfec163d2a466ab"
 8007dependencies = [
 8008 "bitflags 1.3.2",
 8009 "serde",
 8010 "serde_json",
 8011 "serde_repr",
 8012 "url",
 8013]
 8014
 8015[[package]]
 8016name = "lyon"
 8017version = "1.0.1"
 8018source = "registry+https://github.com/rust-lang/crates.io-index"
 8019checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
 8020dependencies = [
 8021 "lyon_algorithms",
 8022 "lyon_extra",
 8023 "lyon_tessellation",
 8024]
 8025
 8026[[package]]
 8027name = "lyon_algorithms"
 8028version = "1.0.5"
 8029source = "registry+https://github.com/rust-lang/crates.io-index"
 8030checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
 8031dependencies = [
 8032 "lyon_path",
 8033 "num-traits",
 8034]
 8035
 8036[[package]]
 8037name = "lyon_extra"
 8038version = "1.0.3"
 8039source = "registry+https://github.com/rust-lang/crates.io-index"
 8040checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
 8041dependencies = [
 8042 "lyon_path",
 8043 "thiserror 1.0.69",
 8044]
 8045
 8046[[package]]
 8047name = "lyon_geom"
 8048version = "1.0.6"
 8049source = "registry+https://github.com/rust-lang/crates.io-index"
 8050checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
 8051dependencies = [
 8052 "arrayvec",
 8053 "euclid",
 8054 "num-traits",
 8055]
 8056
 8057[[package]]
 8058name = "lyon_path"
 8059version = "1.0.6"
 8060source = "registry+https://github.com/rust-lang/crates.io-index"
 8061checksum = "8e0b8aec2f58586f6eef237985b9a9b7cb3a3aff4417c575075cf95bf925252e"
 8062dependencies = [
 8063 "lyon_geom",
 8064 "num-traits",
 8065]
 8066
 8067[[package]]
 8068name = "lyon_tessellation"
 8069version = "1.0.15"
 8070source = "registry+https://github.com/rust-lang/crates.io-index"
 8071checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
 8072dependencies = [
 8073 "float_next_after",
 8074 "lyon_path",
 8075 "num-traits",
 8076]
 8077
 8078[[package]]
 8079name = "mac"
 8080version = "0.1.1"
 8081source = "registry+https://github.com/rust-lang/crates.io-index"
 8082checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
 8083
 8084[[package]]
 8085name = "mach2"
 8086version = "0.4.2"
 8087source = "registry+https://github.com/rust-lang/crates.io-index"
 8088checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
 8089dependencies = [
 8090 "libc",
 8091]
 8092
 8093[[package]]
 8094name = "malloc_buf"
 8095version = "0.0.6"
 8096source = "registry+https://github.com/rust-lang/crates.io-index"
 8097checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
 8098dependencies = [
 8099 "libc",
 8100]
 8101
 8102[[package]]
 8103name = "maplit"
 8104version = "1.0.2"
 8105source = "registry+https://github.com/rust-lang/crates.io-index"
 8106checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
 8107
 8108[[package]]
 8109name = "markdown"
 8110version = "0.1.0"
 8111dependencies = [
 8112 "anyhow",
 8113 "assets",
 8114 "env_logger 0.11.7",
 8115 "gpui",
 8116 "language",
 8117 "languages",
 8118 "linkify",
 8119 "log",
 8120 "node_runtime",
 8121 "pulldown-cmark 0.12.2",
 8122 "settings",
 8123 "theme",
 8124 "ui",
 8125 "util",
 8126]
 8127
 8128[[package]]
 8129name = "markdown_preview"
 8130version = "0.1.0"
 8131dependencies = [
 8132 "anyhow",
 8133 "async-recursion 1.1.1",
 8134 "collections",
 8135 "editor",
 8136 "gpui",
 8137 "language",
 8138 "linkify",
 8139 "log",
 8140 "pretty_assertions",
 8141 "pulldown-cmark 0.12.2",
 8142 "settings",
 8143 "theme",
 8144 "ui",
 8145 "util",
 8146 "workspace",
 8147]
 8148
 8149[[package]]
 8150name = "markup5ever"
 8151version = "0.12.1"
 8152source = "registry+https://github.com/rust-lang/crates.io-index"
 8153checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
 8154dependencies = [
 8155 "log",
 8156 "phf",
 8157 "phf_codegen",
 8158 "string_cache",
 8159 "string_cache_codegen",
 8160 "tendril",
 8161]
 8162
 8163[[package]]
 8164name = "markup5ever_rcdom"
 8165version = "0.3.0"
 8166source = "registry+https://github.com/rust-lang/crates.io-index"
 8167checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
 8168dependencies = [
 8169 "html5ever",
 8170 "markup5ever",
 8171 "tendril",
 8172 "xml5ever",
 8173]
 8174
 8175[[package]]
 8176name = "matchers"
 8177version = "0.1.0"
 8178source = "registry+https://github.com/rust-lang/crates.io-index"
 8179checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
 8180dependencies = [
 8181 "regex-automata 0.1.10",
 8182]
 8183
 8184[[package]]
 8185name = "matchit"
 8186version = "0.7.3"
 8187source = "registry+https://github.com/rust-lang/crates.io-index"
 8188checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
 8189
 8190[[package]]
 8191name = "maybe-owned"
 8192version = "0.3.4"
 8193source = "registry+https://github.com/rust-lang/crates.io-index"
 8194checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
 8195
 8196[[package]]
 8197name = "maybe-rayon"
 8198version = "0.1.1"
 8199source = "registry+https://github.com/rust-lang/crates.io-index"
 8200checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
 8201dependencies = [
 8202 "cfg-if",
 8203 "rayon",
 8204]
 8205
 8206[[package]]
 8207name = "md-5"
 8208version = "0.10.6"
 8209source = "registry+https://github.com/rust-lang/crates.io-index"
 8210checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
 8211dependencies = [
 8212 "cfg-if",
 8213 "digest",
 8214]
 8215
 8216[[package]]
 8217name = "mdbook"
 8218version = "0.4.47"
 8219source = "registry+https://github.com/rust-lang/crates.io-index"
 8220checksum = "7e1a8fe3a4a01f28dab245c474cb7b95ccb4d3d2f17a5419a3d949f474c45e84"
 8221dependencies = [
 8222 "ammonia",
 8223 "anyhow",
 8224 "chrono",
 8225 "clap",
 8226 "clap_complete",
 8227 "elasticlunr-rs",
 8228 "env_logger 0.11.7",
 8229 "futures-util",
 8230 "handlebars 6.2.0",
 8231 "hex",
 8232 "ignore",
 8233 "log",
 8234 "memchr",
 8235 "notify 8.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8236 "notify-debouncer-mini",
 8237 "once_cell",
 8238 "opener",
 8239 "pathdiff",
 8240 "pulldown-cmark 0.10.3",
 8241 "regex",
 8242 "serde",
 8243 "serde_json",
 8244 "sha2",
 8245 "shlex",
 8246 "tempfile",
 8247 "tokio",
 8248 "toml 0.5.11",
 8249 "topological-sort",
 8250 "walkdir",
 8251 "warp",
 8252]
 8253
 8254[[package]]
 8255name = "media"
 8256version = "0.1.0"
 8257dependencies = [
 8258 "anyhow",
 8259 "bindgen 0.71.1",
 8260 "core-foundation 0.10.0",
 8261 "core-video",
 8262 "ctor",
 8263 "foreign-types 0.5.0",
 8264 "metal",
 8265 "objc",
 8266]
 8267
 8268[[package]]
 8269name = "memchr"
 8270version = "2.7.4"
 8271source = "registry+https://github.com/rust-lang/crates.io-index"
 8272checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
 8273
 8274[[package]]
 8275name = "memfd"
 8276version = "0.6.4"
 8277source = "registry+https://github.com/rust-lang/crates.io-index"
 8278checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
 8279dependencies = [
 8280 "rustix",
 8281]
 8282
 8283[[package]]
 8284name = "memmap2"
 8285version = "0.9.5"
 8286source = "registry+https://github.com/rust-lang/crates.io-index"
 8287checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
 8288dependencies = [
 8289 "libc",
 8290]
 8291
 8292[[package]]
 8293name = "memoffset"
 8294version = "0.9.1"
 8295source = "registry+https://github.com/rust-lang/crates.io-index"
 8296checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
 8297dependencies = [
 8298 "autocfg",
 8299]
 8300
 8301[[package]]
 8302name = "menu"
 8303version = "0.1.0"
 8304dependencies = [
 8305 "gpui",
 8306 "serde",
 8307]
 8308
 8309[[package]]
 8310name = "metal"
 8311version = "0.29.0"
 8312source = "registry+https://github.com/rust-lang/crates.io-index"
 8313checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
 8314dependencies = [
 8315 "bitflags 2.9.0",
 8316 "block",
 8317 "core-graphics-types 0.1.3",
 8318 "foreign-types 0.5.0",
 8319 "log",
 8320 "objc",
 8321 "paste",
 8322]
 8323
 8324[[package]]
 8325name = "migrator"
 8326version = "0.1.0"
 8327dependencies = [
 8328 "anyhow",
 8329 "collections",
 8330 "convert_case 0.8.0",
 8331 "log",
 8332 "pretty_assertions",
 8333 "streaming-iterator",
 8334 "tree-sitter",
 8335 "tree-sitter-json",
 8336]
 8337
 8338[[package]]
 8339name = "mimalloc"
 8340version = "0.1.44"
 8341source = "registry+https://github.com/rust-lang/crates.io-index"
 8342checksum = "99585191385958383e13f6b822e6b6d8d9cf928e7d286ceb092da92b43c87bc1"
 8343dependencies = [
 8344 "libmimalloc-sys",
 8345]
 8346
 8347[[package]]
 8348name = "mime"
 8349version = "0.3.17"
 8350source = "registry+https://github.com/rust-lang/crates.io-index"
 8351checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 8352
 8353[[package]]
 8354name = "mime_guess"
 8355version = "2.0.5"
 8356source = "registry+https://github.com/rust-lang/crates.io-index"
 8357checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
 8358dependencies = [
 8359 "mime",
 8360 "unicase",
 8361]
 8362
 8363[[package]]
 8364name = "minimal-lexical"
 8365version = "0.2.1"
 8366source = "registry+https://github.com/rust-lang/crates.io-index"
 8367checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 8368
 8369[[package]]
 8370name = "miniz_oxide"
 8371version = "0.8.5"
 8372source = "registry+https://github.com/rust-lang/crates.io-index"
 8373checksum = "8e3e04debbb59698c15bacbb6d93584a8c0ca9cc3213cb423d31f760d8843ce5"
 8374dependencies = [
 8375 "adler2",
 8376 "simd-adler32",
 8377]
 8378
 8379[[package]]
 8380name = "mint"
 8381version = "0.5.9"
 8382source = "registry+https://github.com/rust-lang/crates.io-index"
 8383checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
 8384
 8385[[package]]
 8386name = "mio"
 8387version = "1.0.3"
 8388source = "registry+https://github.com/rust-lang/crates.io-index"
 8389checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
 8390dependencies = [
 8391 "libc",
 8392 "log",
 8393 "wasi 0.11.0+wasi-snapshot-preview1",
 8394 "windows-sys 0.52.0",
 8395]
 8396
 8397[[package]]
 8398name = "miow"
 8399version = "0.6.0"
 8400source = "registry+https://github.com/rust-lang/crates.io-index"
 8401checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
 8402dependencies = [
 8403 "windows-sys 0.48.0",
 8404]
 8405
 8406[[package]]
 8407name = "mistral"
 8408version = "0.1.0"
 8409dependencies = [
 8410 "anyhow",
 8411 "futures 0.3.31",
 8412 "http_client",
 8413 "schemars",
 8414 "serde",
 8415 "serde_json",
 8416 "strum",
 8417]
 8418
 8419[[package]]
 8420name = "msvc_spectre_libs"
 8421version = "0.1.2"
 8422source = "registry+https://github.com/rust-lang/crates.io-index"
 8423checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
 8424dependencies = [
 8425 "cc",
 8426]
 8427
 8428[[package]]
 8429name = "multi_buffer"
 8430version = "0.1.0"
 8431dependencies = [
 8432 "anyhow",
 8433 "buffer_diff",
 8434 "clock",
 8435 "collections",
 8436 "ctor",
 8437 "env_logger 0.11.7",
 8438 "futures 0.3.31",
 8439 "gpui",
 8440 "indoc",
 8441 "itertools 0.14.0",
 8442 "language",
 8443 "log",
 8444 "parking_lot",
 8445 "pretty_assertions",
 8446 "project",
 8447 "rand 0.8.5",
 8448 "rope",
 8449 "serde",
 8450 "settings",
 8451 "smallvec",
 8452 "smol",
 8453 "sum_tree",
 8454 "text",
 8455 "theme",
 8456 "tree-sitter",
 8457 "util",
 8458]
 8459
 8460[[package]]
 8461name = "multimap"
 8462version = "0.8.3"
 8463source = "registry+https://github.com/rust-lang/crates.io-index"
 8464checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
 8465
 8466[[package]]
 8467name = "multimap"
 8468version = "0.10.0"
 8469source = "registry+https://github.com/rust-lang/crates.io-index"
 8470checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
 8471
 8472[[package]]
 8473name = "naga"
 8474version = "23.1.0"
 8475source = "registry+https://github.com/rust-lang/crates.io-index"
 8476checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
 8477dependencies = [
 8478 "arrayvec",
 8479 "bit-set 0.8.0",
 8480 "bitflags 2.9.0",
 8481 "cfg_aliases 0.1.1",
 8482 "codespan-reporting",
 8483 "hexf-parse",
 8484 "indexmap",
 8485 "log",
 8486 "rustc-hash 1.1.0",
 8487 "spirv",
 8488 "termcolor",
 8489 "thiserror 1.0.69",
 8490 "unicode-xid",
 8491]
 8492
 8493[[package]]
 8494name = "nanoid"
 8495version = "0.4.0"
 8496source = "registry+https://github.com/rust-lang/crates.io-index"
 8497checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
 8498dependencies = [
 8499 "rand 0.8.5",
 8500]
 8501
 8502[[package]]
 8503name = "nanorand"
 8504version = "0.7.0"
 8505source = "registry+https://github.com/rust-lang/crates.io-index"
 8506checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
 8507dependencies = [
 8508 "getrandom 0.2.15",
 8509]
 8510
 8511[[package]]
 8512name = "native-tls"
 8513version = "0.2.12"
 8514source = "registry+https://github.com/rust-lang/crates.io-index"
 8515checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
 8516dependencies = [
 8517 "libc",
 8518 "log",
 8519 "openssl",
 8520 "openssl-probe",
 8521 "openssl-sys",
 8522 "schannel",
 8523 "security-framework 2.11.1",
 8524 "security-framework-sys",
 8525 "tempfile",
 8526]
 8527
 8528[[package]]
 8529name = "nbformat"
 8530version = "0.10.0"
 8531source = "registry+https://github.com/rust-lang/crates.io-index"
 8532checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
 8533dependencies = [
 8534 "anyhow",
 8535 "chrono",
 8536 "jupyter-protocol",
 8537 "serde",
 8538 "serde_json",
 8539 "thiserror 1.0.69",
 8540 "uuid",
 8541]
 8542
 8543[[package]]
 8544name = "ndk"
 8545version = "0.8.0"
 8546source = "registry+https://github.com/rust-lang/crates.io-index"
 8547checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
 8548dependencies = [
 8549 "bitflags 2.9.0",
 8550 "jni-sys",
 8551 "log",
 8552 "ndk-sys",
 8553 "num_enum",
 8554 "thiserror 1.0.69",
 8555]
 8556
 8557[[package]]
 8558name = "ndk-context"
 8559version = "0.1.1"
 8560source = "registry+https://github.com/rust-lang/crates.io-index"
 8561checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
 8562
 8563[[package]]
 8564name = "ndk-sys"
 8565version = "0.5.0+25.2.9519653"
 8566source = "registry+https://github.com/rust-lang/crates.io-index"
 8567checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
 8568dependencies = [
 8569 "jni-sys",
 8570]
 8571
 8572[[package]]
 8573name = "new_debug_unreachable"
 8574version = "1.0.6"
 8575source = "registry+https://github.com/rust-lang/crates.io-index"
 8576checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
 8577
 8578[[package]]
 8579name = "nix"
 8580version = "0.29.0"
 8581source = "registry+https://github.com/rust-lang/crates.io-index"
 8582checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
 8583dependencies = [
 8584 "bitflags 2.9.0",
 8585 "cfg-if",
 8586 "cfg_aliases 0.2.1",
 8587 "libc",
 8588 "memoffset",
 8589]
 8590
 8591[[package]]
 8592name = "node_runtime"
 8593version = "0.1.0"
 8594dependencies = [
 8595 "anyhow",
 8596 "async-compression",
 8597 "async-std",
 8598 "async-tar",
 8599 "async-trait",
 8600 "async-watch",
 8601 "async_zip",
 8602 "futures 0.3.31",
 8603 "http_client",
 8604 "log",
 8605 "paths",
 8606 "semver",
 8607 "serde",
 8608 "serde_json",
 8609 "smol",
 8610 "tempfile",
 8611 "util",
 8612 "walkdir",
 8613 "which 6.0.3",
 8614]
 8615
 8616[[package]]
 8617name = "nom"
 8618version = "7.1.3"
 8619source = "registry+https://github.com/rust-lang/crates.io-index"
 8620checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
 8621dependencies = [
 8622 "memchr",
 8623 "minimal-lexical",
 8624]
 8625
 8626[[package]]
 8627name = "noop_proc_macro"
 8628version = "0.3.0"
 8629source = "registry+https://github.com/rust-lang/crates.io-index"
 8630checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
 8631
 8632[[package]]
 8633name = "normpath"
 8634version = "1.3.0"
 8635source = "registry+https://github.com/rust-lang/crates.io-index"
 8636checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
 8637dependencies = [
 8638 "windows-sys 0.59.0",
 8639]
 8640
 8641[[package]]
 8642name = "notifications"
 8643version = "0.1.0"
 8644dependencies = [
 8645 "anyhow",
 8646 "channel",
 8647 "client",
 8648 "collections",
 8649 "component",
 8650 "db",
 8651 "gpui",
 8652 "linkme",
 8653 "rpc",
 8654 "settings",
 8655 "sum_tree",
 8656 "time",
 8657 "ui",
 8658 "util",
 8659 "workspace",
 8660]
 8661
 8662[[package]]
 8663name = "notify"
 8664version = "8.0.0"
 8665source = "registry+https://github.com/rust-lang/crates.io-index"
 8666checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943"
 8667dependencies = [
 8668 "bitflags 2.9.0",
 8669 "filetime",
 8670 "fsevent-sys 4.1.0",
 8671 "inotify",
 8672 "kqueue",
 8673 "libc",
 8674 "log",
 8675 "mio",
 8676 "notify-types 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8677 "walkdir",
 8678 "windows-sys 0.59.0",
 8679]
 8680
 8681[[package]]
 8682name = "notify"
 8683version = "8.0.0"
 8684source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
 8685dependencies = [
 8686 "bitflags 2.9.0",
 8687 "filetime",
 8688 "fsevent-sys 4.1.0",
 8689 "inotify",
 8690 "kqueue",
 8691 "libc",
 8692 "log",
 8693 "mio",
 8694 "notify-types 2.0.0 (git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96)",
 8695 "walkdir",
 8696 "windows-sys 0.59.0",
 8697]
 8698
 8699[[package]]
 8700name = "notify-debouncer-mini"
 8701version = "0.6.0"
 8702source = "registry+https://github.com/rust-lang/crates.io-index"
 8703checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
 8704dependencies = [
 8705 "log",
 8706 "notify 8.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8707 "notify-types 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8708 "tempfile",
 8709]
 8710
 8711[[package]]
 8712name = "notify-types"
 8713version = "2.0.0"
 8714source = "registry+https://github.com/rust-lang/crates.io-index"
 8715checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
 8716
 8717[[package]]
 8718name = "notify-types"
 8719version = "2.0.0"
 8720source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
 8721
 8722[[package]]
 8723name = "ntapi"
 8724version = "0.4.1"
 8725source = "registry+https://github.com/rust-lang/crates.io-index"
 8726checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
 8727dependencies = [
 8728 "winapi",
 8729]
 8730
 8731[[package]]
 8732name = "nu-ansi-term"
 8733version = "0.46.0"
 8734source = "registry+https://github.com/rust-lang/crates.io-index"
 8735checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
 8736dependencies = [
 8737 "overload",
 8738 "winapi",
 8739]
 8740
 8741[[package]]
 8742name = "num"
 8743version = "0.4.3"
 8744source = "registry+https://github.com/rust-lang/crates.io-index"
 8745checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
 8746dependencies = [
 8747 "num-bigint",
 8748 "num-complex",
 8749 "num-integer",
 8750 "num-iter",
 8751 "num-rational",
 8752 "num-traits",
 8753]
 8754
 8755[[package]]
 8756name = "num-bigint"
 8757version = "0.4.6"
 8758source = "registry+https://github.com/rust-lang/crates.io-index"
 8759checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
 8760dependencies = [
 8761 "num-integer",
 8762 "num-traits",
 8763]
 8764
 8765[[package]]
 8766name = "num-bigint-dig"
 8767version = "0.8.4"
 8768source = "registry+https://github.com/rust-lang/crates.io-index"
 8769checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
 8770dependencies = [
 8771 "byteorder",
 8772 "lazy_static",
 8773 "libm",
 8774 "num-integer",
 8775 "num-iter",
 8776 "num-traits",
 8777 "rand 0.8.5",
 8778 "serde",
 8779 "smallvec",
 8780 "zeroize",
 8781]
 8782
 8783[[package]]
 8784name = "num-complex"
 8785version = "0.4.6"
 8786source = "registry+https://github.com/rust-lang/crates.io-index"
 8787checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
 8788dependencies = [
 8789 "num-traits",
 8790]
 8791
 8792[[package]]
 8793name = "num-conv"
 8794version = "0.1.0"
 8795source = "registry+https://github.com/rust-lang/crates.io-index"
 8796checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
 8797
 8798[[package]]
 8799name = "num-derive"
 8800version = "0.4.2"
 8801source = "registry+https://github.com/rust-lang/crates.io-index"
 8802checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
 8803dependencies = [
 8804 "proc-macro2",
 8805 "quote",
 8806 "syn 2.0.100",
 8807]
 8808
 8809[[package]]
 8810name = "num-format"
 8811version = "0.4.4"
 8812source = "registry+https://github.com/rust-lang/crates.io-index"
 8813checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
 8814dependencies = [
 8815 "arrayvec",
 8816 "itoa",
 8817]
 8818
 8819[[package]]
 8820name = "num-integer"
 8821version = "0.1.46"
 8822source = "registry+https://github.com/rust-lang/crates.io-index"
 8823checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
 8824dependencies = [
 8825 "num-traits",
 8826]
 8827
 8828[[package]]
 8829name = "num-iter"
 8830version = "0.1.45"
 8831source = "registry+https://github.com/rust-lang/crates.io-index"
 8832checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
 8833dependencies = [
 8834 "autocfg",
 8835 "num-integer",
 8836 "num-traits",
 8837]
 8838
 8839[[package]]
 8840name = "num-modular"
 8841version = "0.6.1"
 8842source = "registry+https://github.com/rust-lang/crates.io-index"
 8843checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
 8844
 8845[[package]]
 8846name = "num-order"
 8847version = "1.2.0"
 8848source = "registry+https://github.com/rust-lang/crates.io-index"
 8849checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
 8850dependencies = [
 8851 "num-modular",
 8852]
 8853
 8854[[package]]
 8855name = "num-rational"
 8856version = "0.4.2"
 8857source = "registry+https://github.com/rust-lang/crates.io-index"
 8858checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
 8859dependencies = [
 8860 "num-bigint",
 8861 "num-integer",
 8862 "num-traits",
 8863]
 8864
 8865[[package]]
 8866name = "num-traits"
 8867version = "0.2.19"
 8868source = "registry+https://github.com/rust-lang/crates.io-index"
 8869checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
 8870dependencies = [
 8871 "autocfg",
 8872 "libm",
 8873]
 8874
 8875[[package]]
 8876name = "num_cpus"
 8877version = "1.16.0"
 8878source = "registry+https://github.com/rust-lang/crates.io-index"
 8879checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
 8880dependencies = [
 8881 "hermit-abi 0.3.9",
 8882 "libc",
 8883]
 8884
 8885[[package]]
 8886name = "num_enum"
 8887version = "0.7.3"
 8888source = "registry+https://github.com/rust-lang/crates.io-index"
 8889checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
 8890dependencies = [
 8891 "num_enum_derive",
 8892]
 8893
 8894[[package]]
 8895name = "num_enum_derive"
 8896version = "0.7.3"
 8897source = "registry+https://github.com/rust-lang/crates.io-index"
 8898checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
 8899dependencies = [
 8900 "proc-macro-crate",
 8901 "proc-macro2",
 8902 "quote",
 8903 "syn 2.0.100",
 8904]
 8905
 8906[[package]]
 8907name = "num_threads"
 8908version = "0.1.7"
 8909source = "registry+https://github.com/rust-lang/crates.io-index"
 8910checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
 8911dependencies = [
 8912 "libc",
 8913]
 8914
 8915[[package]]
 8916name = "nvim-rs"
 8917version = "0.8.0-pre"
 8918source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
 8919dependencies = [
 8920 "async-trait",
 8921 "futures 0.3.31",
 8922 "log",
 8923 "parity-tokio-ipc",
 8924 "rmp",
 8925 "rmpv",
 8926 "tokio",
 8927 "tokio-util",
 8928 "winapi",
 8929]
 8930
 8931[[package]]
 8932name = "objc"
 8933version = "0.2.7"
 8934source = "registry+https://github.com/rust-lang/crates.io-index"
 8935checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
 8936dependencies = [
 8937 "malloc_buf",
 8938]
 8939
 8940[[package]]
 8941name = "objc-sys"
 8942version = "0.3.5"
 8943source = "registry+https://github.com/rust-lang/crates.io-index"
 8944checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
 8945
 8946[[package]]
 8947name = "objc2"
 8948version = "0.5.2"
 8949source = "registry+https://github.com/rust-lang/crates.io-index"
 8950checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
 8951dependencies = [
 8952 "objc-sys",
 8953 "objc2-encode",
 8954]
 8955
 8956[[package]]
 8957name = "objc2-app-kit"
 8958version = "0.2.2"
 8959source = "registry+https://github.com/rust-lang/crates.io-index"
 8960checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
 8961dependencies = [
 8962 "bitflags 2.9.0",
 8963 "block2",
 8964 "libc",
 8965 "objc2",
 8966 "objc2-core-data",
 8967 "objc2-core-image",
 8968 "objc2-foundation",
 8969 "objc2-quartz-core",
 8970]
 8971
 8972[[package]]
 8973name = "objc2-cloud-kit"
 8974version = "0.2.2"
 8975source = "registry+https://github.com/rust-lang/crates.io-index"
 8976checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
 8977dependencies = [
 8978 "bitflags 2.9.0",
 8979 "block2",
 8980 "objc2",
 8981 "objc2-core-location",
 8982 "objc2-foundation",
 8983]
 8984
 8985[[package]]
 8986name = "objc2-contacts"
 8987version = "0.2.2"
 8988source = "registry+https://github.com/rust-lang/crates.io-index"
 8989checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
 8990dependencies = [
 8991 "block2",
 8992 "objc2",
 8993 "objc2-foundation",
 8994]
 8995
 8996[[package]]
 8997name = "objc2-core-data"
 8998version = "0.2.2"
 8999source = "registry+https://github.com/rust-lang/crates.io-index"
 9000checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
 9001dependencies = [
 9002 "bitflags 2.9.0",
 9003 "block2",
 9004 "objc2",
 9005 "objc2-foundation",
 9006]
 9007
 9008[[package]]
 9009name = "objc2-core-image"
 9010version = "0.2.2"
 9011source = "registry+https://github.com/rust-lang/crates.io-index"
 9012checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
 9013dependencies = [
 9014 "block2",
 9015 "objc2",
 9016 "objc2-foundation",
 9017 "objc2-metal",
 9018]
 9019
 9020[[package]]
 9021name = "objc2-core-location"
 9022version = "0.2.2"
 9023source = "registry+https://github.com/rust-lang/crates.io-index"
 9024checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
 9025dependencies = [
 9026 "block2",
 9027 "objc2",
 9028 "objc2-contacts",
 9029 "objc2-foundation",
 9030]
 9031
 9032[[package]]
 9033name = "objc2-encode"
 9034version = "4.0.3"
 9035source = "registry+https://github.com/rust-lang/crates.io-index"
 9036checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
 9037
 9038[[package]]
 9039name = "objc2-foundation"
 9040version = "0.2.2"
 9041source = "registry+https://github.com/rust-lang/crates.io-index"
 9042checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
 9043dependencies = [
 9044 "bitflags 2.9.0",
 9045 "block2",
 9046 "libc",
 9047 "objc2",
 9048]
 9049
 9050[[package]]
 9051name = "objc2-link-presentation"
 9052version = "0.2.2"
 9053source = "registry+https://github.com/rust-lang/crates.io-index"
 9054checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
 9055dependencies = [
 9056 "block2",
 9057 "objc2",
 9058 "objc2-app-kit",
 9059 "objc2-foundation",
 9060]
 9061
 9062[[package]]
 9063name = "objc2-metal"
 9064version = "0.2.2"
 9065source = "registry+https://github.com/rust-lang/crates.io-index"
 9066checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
 9067dependencies = [
 9068 "bitflags 2.9.0",
 9069 "block2",
 9070 "objc2",
 9071 "objc2-foundation",
 9072]
 9073
 9074[[package]]
 9075name = "objc2-quartz-core"
 9076version = "0.2.2"
 9077source = "registry+https://github.com/rust-lang/crates.io-index"
 9078checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
 9079dependencies = [
 9080 "bitflags 2.9.0",
 9081 "block2",
 9082 "objc2",
 9083 "objc2-foundation",
 9084 "objc2-metal",
 9085]
 9086
 9087[[package]]
 9088name = "objc2-symbols"
 9089version = "0.2.2"
 9090source = "registry+https://github.com/rust-lang/crates.io-index"
 9091checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
 9092dependencies = [
 9093 "objc2",
 9094 "objc2-foundation",
 9095]
 9096
 9097[[package]]
 9098name = "objc2-ui-kit"
 9099version = "0.2.2"
 9100source = "registry+https://github.com/rust-lang/crates.io-index"
 9101checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
 9102dependencies = [
 9103 "bitflags 2.9.0",
 9104 "block2",
 9105 "objc2",
 9106 "objc2-cloud-kit",
 9107 "objc2-core-data",
 9108 "objc2-core-image",
 9109 "objc2-core-location",
 9110 "objc2-foundation",
 9111 "objc2-link-presentation",
 9112 "objc2-quartz-core",
 9113 "objc2-symbols",
 9114 "objc2-uniform-type-identifiers",
 9115 "objc2-user-notifications",
 9116]
 9117
 9118[[package]]
 9119name = "objc2-uniform-type-identifiers"
 9120version = "0.2.2"
 9121source = "registry+https://github.com/rust-lang/crates.io-index"
 9122checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
 9123dependencies = [
 9124 "block2",
 9125 "objc2",
 9126 "objc2-foundation",
 9127]
 9128
 9129[[package]]
 9130name = "objc2-user-notifications"
 9131version = "0.2.2"
 9132source = "registry+https://github.com/rust-lang/crates.io-index"
 9133checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
 9134dependencies = [
 9135 "bitflags 2.9.0",
 9136 "block2",
 9137 "objc2",
 9138 "objc2-core-location",
 9139 "objc2-foundation",
 9140]
 9141
 9142[[package]]
 9143name = "object"
 9144version = "0.36.5"
 9145source = "registry+https://github.com/rust-lang/crates.io-index"
 9146checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
 9147dependencies = [
 9148 "crc32fast",
 9149 "hashbrown 0.15.2",
 9150 "indexmap",
 9151 "memchr",
 9152]
 9153
 9154[[package]]
 9155name = "oboe"
 9156version = "0.6.1"
 9157source = "registry+https://github.com/rust-lang/crates.io-index"
 9158checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
 9159dependencies = [
 9160 "jni",
 9161 "ndk",
 9162 "ndk-context",
 9163 "num-derive",
 9164 "num-traits",
 9165 "oboe-sys",
 9166]
 9167
 9168[[package]]
 9169name = "oboe-sys"
 9170version = "0.6.1"
 9171source = "registry+https://github.com/rust-lang/crates.io-index"
 9172checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
 9173dependencies = [
 9174 "cc",
 9175]
 9176
 9177[[package]]
 9178name = "ollama"
 9179version = "0.1.0"
 9180dependencies = [
 9181 "anyhow",
 9182 "futures 0.3.31",
 9183 "http_client",
 9184 "schemars",
 9185 "serde",
 9186 "serde_json",
 9187]
 9188
 9189[[package]]
 9190name = "once_cell"
 9191version = "1.20.3"
 9192source = "registry+https://github.com/rust-lang/crates.io-index"
 9193checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
 9194
 9195[[package]]
 9196name = "oo7"
 9197version = "0.4.3"
 9198source = "registry+https://github.com/rust-lang/crates.io-index"
 9199checksum = "6cb23d3ec3527d65a83be1c1795cb883c52cfa57147d42acc797127df56fc489"
 9200dependencies = [
 9201 "aes",
 9202 "ashpd",
 9203 "async-fs",
 9204 "async-io",
 9205 "async-lock",
 9206 "blocking",
 9207 "cbc",
 9208 "cipher",
 9209 "digest",
 9210 "endi",
 9211 "futures-lite 2.6.0",
 9212 "futures-util",
 9213 "getrandom 0.3.1",
 9214 "hkdf",
 9215 "hmac",
 9216 "md-5",
 9217 "num",
 9218 "num-bigint-dig",
 9219 "pbkdf2 0.12.2",
 9220 "rand 0.9.0",
 9221 "serde",
 9222 "sha2",
 9223 "subtle",
 9224 "zbus",
 9225 "zbus_macros",
 9226 "zeroize",
 9227 "zvariant",
 9228]
 9229
 9230[[package]]
 9231name = "oorandom"
 9232version = "11.1.4"
 9233source = "registry+https://github.com/rust-lang/crates.io-index"
 9234checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
 9235
 9236[[package]]
 9237name = "open"
 9238version = "5.3.2"
 9239source = "registry+https://github.com/rust-lang/crates.io-index"
 9240checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
 9241dependencies = [
 9242 "is-wsl",
 9243 "libc",
 9244 "pathdiff",
 9245]
 9246
 9247[[package]]
 9248name = "open_ai"
 9249version = "0.1.0"
 9250dependencies = [
 9251 "anyhow",
 9252 "futures 0.3.31",
 9253 "http_client",
 9254 "schemars",
 9255 "serde",
 9256 "serde_json",
 9257 "strum",
 9258]
 9259
 9260[[package]]
 9261name = "opener"
 9262version = "0.7.2"
 9263source = "registry+https://github.com/rust-lang/crates.io-index"
 9264checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
 9265dependencies = [
 9266 "bstr",
 9267 "dbus",
 9268 "normpath",
 9269 "windows-sys 0.59.0",
 9270]
 9271
 9272[[package]]
 9273name = "openssl"
 9274version = "0.10.70"
 9275source = "registry+https://github.com/rust-lang/crates.io-index"
 9276checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6"
 9277dependencies = [
 9278 "bitflags 2.9.0",
 9279 "cfg-if",
 9280 "foreign-types 0.3.2",
 9281 "libc",
 9282 "once_cell",
 9283 "openssl-macros",
 9284 "openssl-sys",
 9285]
 9286
 9287[[package]]
 9288name = "openssl-macros"
 9289version = "0.1.1"
 9290source = "registry+https://github.com/rust-lang/crates.io-index"
 9291checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
 9292dependencies = [
 9293 "proc-macro2",
 9294 "quote",
 9295 "syn 2.0.100",
 9296]
 9297
 9298[[package]]
 9299name = "openssl-probe"
 9300version = "0.1.5"
 9301source = "registry+https://github.com/rust-lang/crates.io-index"
 9302checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
 9303
 9304[[package]]
 9305name = "openssl-src"
 9306version = "300.4.1+3.4.0"
 9307source = "registry+https://github.com/rust-lang/crates.io-index"
 9308checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
 9309dependencies = [
 9310 "cc",
 9311]
 9312
 9313[[package]]
 9314name = "openssl-sys"
 9315version = "0.9.105"
 9316source = "registry+https://github.com/rust-lang/crates.io-index"
 9317checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc"
 9318dependencies = [
 9319 "cc",
 9320 "libc",
 9321 "openssl-src",
 9322 "pkg-config",
 9323 "vcpkg",
 9324]
 9325
 9326[[package]]
 9327name = "option-ext"
 9328version = "0.2.0"
 9329source = "registry+https://github.com/rust-lang/crates.io-index"
 9330checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
 9331
 9332[[package]]
 9333name = "ordered-float"
 9334version = "2.10.1"
 9335source = "registry+https://github.com/rust-lang/crates.io-index"
 9336checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
 9337dependencies = [
 9338 "num-traits",
 9339]
 9340
 9341[[package]]
 9342name = "ordered-float"
 9343version = "3.9.2"
 9344source = "registry+https://github.com/rust-lang/crates.io-index"
 9345checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
 9346dependencies = [
 9347 "num-traits",
 9348]
 9349
 9350[[package]]
 9351name = "ordered-stream"
 9352version = "0.2.0"
 9353source = "registry+https://github.com/rust-lang/crates.io-index"
 9354checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
 9355dependencies = [
 9356 "futures-core",
 9357 "pin-project-lite",
 9358]
 9359
 9360[[package]]
 9361name = "ouroboros"
 9362version = "0.18.4"
 9363source = "registry+https://github.com/rust-lang/crates.io-index"
 9364checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
 9365dependencies = [
 9366 "aliasable",
 9367 "ouroboros_macro",
 9368 "static_assertions",
 9369]
 9370
 9371[[package]]
 9372name = "ouroboros_macro"
 9373version = "0.18.4"
 9374source = "registry+https://github.com/rust-lang/crates.io-index"
 9375checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
 9376dependencies = [
 9377 "heck 0.4.1",
 9378 "itertools 0.12.1",
 9379 "proc-macro2",
 9380 "proc-macro2-diagnostics",
 9381 "quote",
 9382 "syn 2.0.100",
 9383]
 9384
 9385[[package]]
 9386name = "outline"
 9387version = "0.1.0"
 9388dependencies = [
 9389 "editor",
 9390 "fuzzy",
 9391 "gpui",
 9392 "indoc",
 9393 "language",
 9394 "menu",
 9395 "ordered-float 2.10.1",
 9396 "picker",
 9397 "project",
 9398 "rope",
 9399 "serde_json",
 9400 "settings",
 9401 "smol",
 9402 "theme",
 9403 "tree-sitter-rust",
 9404 "tree-sitter-typescript",
 9405 "ui",
 9406 "util",
 9407 "workspace",
 9408 "zed_actions",
 9409]
 9410
 9411[[package]]
 9412name = "outline_panel"
 9413version = "0.1.0"
 9414dependencies = [
 9415 "anyhow",
 9416 "collections",
 9417 "db",
 9418 "editor",
 9419 "file_icons",
 9420 "fuzzy",
 9421 "gpui",
 9422 "itertools 0.14.0",
 9423 "language",
 9424 "log",
 9425 "menu",
 9426 "outline",
 9427 "pretty_assertions",
 9428 "project",
 9429 "schemars",
 9430 "search",
 9431 "serde",
 9432 "serde_json",
 9433 "settings",
 9434 "smallvec",
 9435 "smol",
 9436 "theme",
 9437 "ui",
 9438 "util",
 9439 "workspace",
 9440 "worktree",
 9441 "zed_actions",
 9442]
 9443
 9444[[package]]
 9445name = "outref"
 9446version = "0.5.1"
 9447source = "registry+https://github.com/rust-lang/crates.io-index"
 9448checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
 9449
 9450[[package]]
 9451name = "overload"
 9452version = "0.1.1"
 9453source = "registry+https://github.com/rust-lang/crates.io-index"
 9454checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
 9455
 9456[[package]]
 9457name = "p256"
 9458version = "0.11.1"
 9459source = "registry+https://github.com/rust-lang/crates.io-index"
 9460checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
 9461dependencies = [
 9462 "ecdsa",
 9463 "elliptic-curve",
 9464 "sha2",
 9465]
 9466
 9467[[package]]
 9468name = "page_size"
 9469version = "0.6.0"
 9470source = "registry+https://github.com/rust-lang/crates.io-index"
 9471checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
 9472dependencies = [
 9473 "libc",
 9474 "winapi",
 9475]
 9476
 9477[[package]]
 9478name = "palette"
 9479version = "0.7.6"
 9480source = "registry+https://github.com/rust-lang/crates.io-index"
 9481checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
 9482dependencies = [
 9483 "approx",
 9484 "fast-srgb8",
 9485 "palette_derive",
 9486]
 9487
 9488[[package]]
 9489name = "palette_derive"
 9490version = "0.7.6"
 9491source = "registry+https://github.com/rust-lang/crates.io-index"
 9492checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
 9493dependencies = [
 9494 "by_address",
 9495 "proc-macro2",
 9496 "quote",
 9497 "syn 2.0.100",
 9498]
 9499
 9500[[package]]
 9501name = "panel"
 9502version = "0.1.0"
 9503dependencies = [
 9504 "editor",
 9505 "gpui",
 9506 "settings",
 9507 "theme",
 9508 "ui",
 9509 "workspace",
 9510]
 9511
 9512[[package]]
 9513name = "parity-tokio-ipc"
 9514version = "0.9.0"
 9515source = "registry+https://github.com/rust-lang/crates.io-index"
 9516checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
 9517dependencies = [
 9518 "futures 0.3.31",
 9519 "libc",
 9520 "log",
 9521 "rand 0.7.3",
 9522 "tokio",
 9523 "winapi",
 9524]
 9525
 9526[[package]]
 9527name = "parking"
 9528version = "2.2.1"
 9529source = "registry+https://github.com/rust-lang/crates.io-index"
 9530checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
 9531
 9532[[package]]
 9533name = "parking_lot"
 9534version = "0.12.3"
 9535source = "registry+https://github.com/rust-lang/crates.io-index"
 9536checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
 9537dependencies = [
 9538 "lock_api",
 9539 "parking_lot_core",
 9540]
 9541
 9542[[package]]
 9543name = "parking_lot_core"
 9544version = "0.9.10"
 9545source = "registry+https://github.com/rust-lang/crates.io-index"
 9546checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
 9547dependencies = [
 9548 "cfg-if",
 9549 "libc",
 9550 "redox_syscall 0.5.8",
 9551 "smallvec",
 9552 "windows-targets 0.52.6",
 9553]
 9554
 9555[[package]]
 9556name = "password-hash"
 9557version = "0.4.2"
 9558source = "registry+https://github.com/rust-lang/crates.io-index"
 9559checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
 9560dependencies = [
 9561 "base64ct",
 9562 "rand_core 0.6.4",
 9563 "subtle",
 9564]
 9565
 9566[[package]]
 9567name = "password-hash"
 9568version = "0.5.0"
 9569source = "registry+https://github.com/rust-lang/crates.io-index"
 9570checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
 9571dependencies = [
 9572 "base64ct",
 9573 "rand_core 0.6.4",
 9574 "subtle",
 9575]
 9576
 9577[[package]]
 9578name = "paste"
 9579version = "1.0.15"
 9580source = "registry+https://github.com/rust-lang/crates.io-index"
 9581checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
 9582
 9583[[package]]
 9584name = "pathdiff"
 9585version = "0.2.3"
 9586source = "registry+https://github.com/rust-lang/crates.io-index"
 9587checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
 9588
 9589[[package]]
 9590name = "pathfinder_geometry"
 9591version = "0.5.1"
 9592source = "registry+https://github.com/rust-lang/crates.io-index"
 9593checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
 9594dependencies = [
 9595 "log",
 9596 "pathfinder_simd",
 9597]
 9598
 9599[[package]]
 9600name = "pathfinder_simd"
 9601version = "0.5.4"
 9602source = "registry+https://github.com/rust-lang/crates.io-index"
 9603checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
 9604dependencies = [
 9605 "rustc_version",
 9606]
 9607
 9608[[package]]
 9609name = "paths"
 9610version = "0.1.0"
 9611dependencies = [
 9612 "dirs 4.0.0",
 9613 "util",
 9614]
 9615
 9616[[package]]
 9617name = "pbjson"
 9618version = "0.6.0"
 9619source = "registry+https://github.com/rust-lang/crates.io-index"
 9620checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
 9621dependencies = [
 9622 "base64 0.21.7",
 9623 "serde",
 9624]
 9625
 9626[[package]]
 9627name = "pbjson-build"
 9628version = "0.6.2"
 9629source = "registry+https://github.com/rust-lang/crates.io-index"
 9630checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
 9631dependencies = [
 9632 "heck 0.4.1",
 9633 "itertools 0.11.0",
 9634 "prost 0.12.6",
 9635 "prost-types 0.12.6",
 9636]
 9637
 9638[[package]]
 9639name = "pbjson-types"
 9640version = "0.6.0"
 9641source = "registry+https://github.com/rust-lang/crates.io-index"
 9642checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
 9643dependencies = [
 9644 "bytes 1.10.1",
 9645 "chrono",
 9646 "pbjson",
 9647 "pbjson-build",
 9648 "prost 0.12.6",
 9649 "prost-build 0.12.6",
 9650 "serde",
 9651]
 9652
 9653[[package]]
 9654name = "pbkdf2"
 9655version = "0.11.0"
 9656source = "registry+https://github.com/rust-lang/crates.io-index"
 9657checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
 9658dependencies = [
 9659 "digest",
 9660 "hmac",
 9661 "password-hash 0.4.2",
 9662 "sha2",
 9663]
 9664
 9665[[package]]
 9666name = "pbkdf2"
 9667version = "0.12.2"
 9668source = "registry+https://github.com/rust-lang/crates.io-index"
 9669checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
 9670dependencies = [
 9671 "digest",
 9672 "hmac",
 9673]
 9674
 9675[[package]]
 9676name = "pem"
 9677version = "3.0.4"
 9678source = "registry+https://github.com/rust-lang/crates.io-index"
 9679checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
 9680dependencies = [
 9681 "base64 0.22.1",
 9682 "serde",
 9683]
 9684
 9685[[package]]
 9686name = "pem-rfc7468"
 9687version = "0.7.0"
 9688source = "registry+https://github.com/rust-lang/crates.io-index"
 9689checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
 9690dependencies = [
 9691 "base64ct",
 9692]
 9693
 9694[[package]]
 9695name = "percent-encoding"
 9696version = "2.3.1"
 9697source = "registry+https://github.com/rust-lang/crates.io-index"
 9698checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
 9699
 9700[[package]]
 9701name = "perplexity"
 9702version = "0.1.0"
 9703dependencies = [
 9704 "serde",
 9705 "zed_extension_api 0.4.0",
 9706]
 9707
 9708[[package]]
 9709name = "pest"
 9710version = "2.7.15"
 9711source = "registry+https://github.com/rust-lang/crates.io-index"
 9712checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
 9713dependencies = [
 9714 "memchr",
 9715 "thiserror 2.0.12",
 9716 "ucd-trie",
 9717]
 9718
 9719[[package]]
 9720name = "pest_derive"
 9721version = "2.7.15"
 9722source = "registry+https://github.com/rust-lang/crates.io-index"
 9723checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
 9724dependencies = [
 9725 "pest",
 9726 "pest_generator",
 9727]
 9728
 9729[[package]]
 9730name = "pest_generator"
 9731version = "2.7.15"
 9732source = "registry+https://github.com/rust-lang/crates.io-index"
 9733checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
 9734dependencies = [
 9735 "pest",
 9736 "pest_meta",
 9737 "proc-macro2",
 9738 "quote",
 9739 "syn 2.0.100",
 9740]
 9741
 9742[[package]]
 9743name = "pest_meta"
 9744version = "2.7.15"
 9745source = "registry+https://github.com/rust-lang/crates.io-index"
 9746checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
 9747dependencies = [
 9748 "once_cell",
 9749 "pest",
 9750 "sha2",
 9751]
 9752
 9753[[package]]
 9754name = "pet"
 9755version = "0.1.0"
 9756source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9757dependencies = [
 9758 "clap",
 9759 "env_logger 0.10.2",
 9760 "lazy_static",
 9761 "log",
 9762 "msvc_spectre_libs",
 9763 "pet-conda",
 9764 "pet-core",
 9765 "pet-env-var-path",
 9766 "pet-fs",
 9767 "pet-global-virtualenvs",
 9768 "pet-homebrew",
 9769 "pet-jsonrpc",
 9770 "pet-linux-global-python",
 9771 "pet-mac-commandlinetools",
 9772 "pet-mac-python-org",
 9773 "pet-mac-xcode",
 9774 "pet-pipenv",
 9775 "pet-pixi",
 9776 "pet-poetry",
 9777 "pet-pyenv",
 9778 "pet-python-utils",
 9779 "pet-reporter",
 9780 "pet-telemetry",
 9781 "pet-venv",
 9782 "pet-virtualenv",
 9783 "pet-virtualenvwrapper",
 9784 "pet-windows-registry",
 9785 "pet-windows-store",
 9786 "serde",
 9787 "serde_json",
 9788]
 9789
 9790[[package]]
 9791name = "pet-conda"
 9792version = "0.1.0"
 9793source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9794dependencies = [
 9795 "env_logger 0.10.2",
 9796 "lazy_static",
 9797 "log",
 9798 "msvc_spectre_libs",
 9799 "pet-core",
 9800 "pet-fs",
 9801 "pet-python-utils",
 9802 "pet-reporter",
 9803 "regex",
 9804 "serde",
 9805 "serde_json",
 9806 "yaml-rust2",
 9807]
 9808
 9809[[package]]
 9810name = "pet-core"
 9811version = "0.1.0"
 9812source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9813dependencies = [
 9814 "clap",
 9815 "lazy_static",
 9816 "log",
 9817 "msvc_spectre_libs",
 9818 "pet-fs",
 9819 "regex",
 9820 "serde",
 9821 "serde_json",
 9822]
 9823
 9824[[package]]
 9825name = "pet-env-var-path"
 9826version = "0.1.0"
 9827source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9828dependencies = [
 9829 "lazy_static",
 9830 "log",
 9831 "msvc_spectre_libs",
 9832 "pet-conda",
 9833 "pet-core",
 9834 "pet-fs",
 9835 "pet-python-utils",
 9836 "pet-virtualenv",
 9837 "regex",
 9838]
 9839
 9840[[package]]
 9841name = "pet-fs"
 9842version = "0.1.0"
 9843source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9844dependencies = [
 9845 "log",
 9846 "msvc_spectre_libs",
 9847]
 9848
 9849[[package]]
 9850name = "pet-global-virtualenvs"
 9851version = "0.1.0"
 9852source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9853dependencies = [
 9854 "log",
 9855 "msvc_spectre_libs",
 9856 "pet-conda",
 9857 "pet-core",
 9858 "pet-fs",
 9859 "pet-virtualenv",
 9860]
 9861
 9862[[package]]
 9863name = "pet-homebrew"
 9864version = "0.1.0"
 9865source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9866dependencies = [
 9867 "lazy_static",
 9868 "log",
 9869 "msvc_spectre_libs",
 9870 "pet-conda",
 9871 "pet-core",
 9872 "pet-fs",
 9873 "pet-python-utils",
 9874 "pet-virtualenv",
 9875 "regex",
 9876 "serde",
 9877 "serde_json",
 9878]
 9879
 9880[[package]]
 9881name = "pet-jsonrpc"
 9882version = "0.1.0"
 9883source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9884dependencies = [
 9885 "env_logger 0.10.2",
 9886 "log",
 9887 "msvc_spectre_libs",
 9888 "pet-core",
 9889 "serde",
 9890 "serde_json",
 9891]
 9892
 9893[[package]]
 9894name = "pet-linux-global-python"
 9895version = "0.1.0"
 9896source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9897dependencies = [
 9898 "log",
 9899 "msvc_spectre_libs",
 9900 "pet-core",
 9901 "pet-fs",
 9902 "pet-python-utils",
 9903 "pet-virtualenv",
 9904]
 9905
 9906[[package]]
 9907name = "pet-mac-commandlinetools"
 9908version = "0.1.0"
 9909source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9910dependencies = [
 9911 "log",
 9912 "msvc_spectre_libs",
 9913 "pet-core",
 9914 "pet-fs",
 9915 "pet-python-utils",
 9916 "pet-virtualenv",
 9917]
 9918
 9919[[package]]
 9920name = "pet-mac-python-org"
 9921version = "0.1.0"
 9922source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9923dependencies = [
 9924 "log",
 9925 "msvc_spectre_libs",
 9926 "pet-core",
 9927 "pet-fs",
 9928 "pet-python-utils",
 9929 "pet-virtualenv",
 9930]
 9931
 9932[[package]]
 9933name = "pet-mac-xcode"
 9934version = "0.1.0"
 9935source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9936dependencies = [
 9937 "log",
 9938 "msvc_spectre_libs",
 9939 "pet-core",
 9940 "pet-fs",
 9941 "pet-python-utils",
 9942 "pet-virtualenv",
 9943]
 9944
 9945[[package]]
 9946name = "pet-pipenv"
 9947version = "0.1.0"
 9948source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9949dependencies = [
 9950 "log",
 9951 "msvc_spectre_libs",
 9952 "pet-core",
 9953 "pet-fs",
 9954 "pet-python-utils",
 9955 "pet-virtualenv",
 9956]
 9957
 9958[[package]]
 9959name = "pet-pixi"
 9960version = "0.1.0"
 9961source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9962dependencies = [
 9963 "log",
 9964 "msvc_spectre_libs",
 9965 "pet-conda",
 9966 "pet-core",
 9967 "pet-python-utils",
 9968]
 9969
 9970[[package]]
 9971name = "pet-poetry"
 9972version = "0.1.0"
 9973source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9974dependencies = [
 9975 "base64 0.22.1",
 9976 "lazy_static",
 9977 "log",
 9978 "msvc_spectre_libs",
 9979 "pet-core",
 9980 "pet-fs",
 9981 "pet-python-utils",
 9982 "pet-reporter",
 9983 "pet-virtualenv",
 9984 "regex",
 9985 "serde",
 9986 "serde_json",
 9987 "sha2",
 9988 "toml 0.8.20",
 9989]
 9990
 9991[[package]]
 9992name = "pet-pyenv"
 9993version = "0.1.0"
 9994source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9995dependencies = [
 9996 "lazy_static",
 9997 "log",
 9998 "msvc_spectre_libs",
 9999 "pet-conda",
10000 "pet-core",
10001 "pet-fs",
10002 "pet-python-utils",
10003 "pet-reporter",
10004 "regex",
10005 "serde",
10006 "serde_json",
10007]
10008
10009[[package]]
10010name = "pet-python-utils"
10011version = "0.1.0"
10012source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10013dependencies = [
10014 "env_logger 0.10.2",
10015 "lazy_static",
10016 "log",
10017 "msvc_spectre_libs",
10018 "pet-core",
10019 "pet-fs",
10020 "regex",
10021 "serde",
10022 "serde_json",
10023 "sha2",
10024]
10025
10026[[package]]
10027name = "pet-reporter"
10028version = "0.1.0"
10029source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10030dependencies = [
10031 "env_logger 0.10.2",
10032 "log",
10033 "msvc_spectre_libs",
10034 "pet-core",
10035 "pet-jsonrpc",
10036 "serde",
10037 "serde_json",
10038]
10039
10040[[package]]
10041name = "pet-telemetry"
10042version = "0.1.0"
10043source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10044dependencies = [
10045 "env_logger 0.10.2",
10046 "lazy_static",
10047 "log",
10048 "msvc_spectre_libs",
10049 "pet-core",
10050 "pet-fs",
10051 "pet-python-utils",
10052 "regex",
10053]
10054
10055[[package]]
10056name = "pet-venv"
10057version = "0.1.0"
10058source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10059dependencies = [
10060 "log",
10061 "msvc_spectre_libs",
10062 "pet-core",
10063 "pet-python-utils",
10064 "pet-virtualenv",
10065]
10066
10067[[package]]
10068name = "pet-virtualenv"
10069version = "0.1.0"
10070source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10071dependencies = [
10072 "log",
10073 "msvc_spectre_libs",
10074 "pet-core",
10075 "pet-fs",
10076 "pet-python-utils",
10077]
10078
10079[[package]]
10080name = "pet-virtualenvwrapper"
10081version = "0.1.0"
10082source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10083dependencies = [
10084 "log",
10085 "msvc_spectre_libs",
10086 "pet-core",
10087 "pet-fs",
10088 "pet-python-utils",
10089 "pet-virtualenv",
10090]
10091
10092[[package]]
10093name = "pet-windows-registry"
10094version = "0.1.0"
10095source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10096dependencies = [
10097 "lazy_static",
10098 "log",
10099 "msvc_spectre_libs",
10100 "pet-conda",
10101 "pet-core",
10102 "pet-fs",
10103 "pet-python-utils",
10104 "pet-virtualenv",
10105 "pet-windows-store",
10106 "regex",
10107 "winreg 0.52.0",
10108]
10109
10110[[package]]
10111name = "pet-windows-store"
10112version = "0.1.0"
10113source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10114dependencies = [
10115 "lazy_static",
10116 "log",
10117 "msvc_spectre_libs",
10118 "pet-core",
10119 "pet-fs",
10120 "pet-python-utils",
10121 "pet-virtualenv",
10122 "regex",
10123 "winreg 0.52.0",
10124]
10125
10126[[package]]
10127name = "petgraph"
10128version = "0.6.5"
10129source = "registry+https://github.com/rust-lang/crates.io-index"
10130checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
10131dependencies = [
10132 "fixedbitset",
10133 "indexmap",
10134]
10135
10136[[package]]
10137name = "pgvector"
10138version = "0.4.0"
10139source = "registry+https://github.com/rust-lang/crates.io-index"
10140checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
10141dependencies = [
10142 "serde",
10143]
10144
10145[[package]]
10146name = "phf"
10147version = "0.11.2"
10148source = "registry+https://github.com/rust-lang/crates.io-index"
10149checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
10150dependencies = [
10151 "phf_macros",
10152 "phf_shared 0.11.2",
10153]
10154
10155[[package]]
10156name = "phf_codegen"
10157version = "0.11.2"
10158source = "registry+https://github.com/rust-lang/crates.io-index"
10159checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
10160dependencies = [
10161 "phf_generator 0.11.2",
10162 "phf_shared 0.11.2",
10163]
10164
10165[[package]]
10166name = "phf_generator"
10167version = "0.10.0"
10168source = "registry+https://github.com/rust-lang/crates.io-index"
10169checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
10170dependencies = [
10171 "phf_shared 0.10.0",
10172 "rand 0.8.5",
10173]
10174
10175[[package]]
10176name = "phf_generator"
10177version = "0.11.2"
10178source = "registry+https://github.com/rust-lang/crates.io-index"
10179checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
10180dependencies = [
10181 "phf_shared 0.11.2",
10182 "rand 0.8.5",
10183]
10184
10185[[package]]
10186name = "phf_macros"
10187version = "0.11.2"
10188source = "registry+https://github.com/rust-lang/crates.io-index"
10189checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
10190dependencies = [
10191 "phf_generator 0.11.2",
10192 "phf_shared 0.11.2",
10193 "proc-macro2",
10194 "quote",
10195 "syn 2.0.100",
10196]
10197
10198[[package]]
10199name = "phf_shared"
10200version = "0.10.0"
10201source = "registry+https://github.com/rust-lang/crates.io-index"
10202checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
10203dependencies = [
10204 "siphasher 0.3.11",
10205]
10206
10207[[package]]
10208name = "phf_shared"
10209version = "0.11.2"
10210source = "registry+https://github.com/rust-lang/crates.io-index"
10211checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
10212dependencies = [
10213 "siphasher 0.3.11",
10214]
10215
10216[[package]]
10217name = "picker"
10218version = "0.1.0"
10219dependencies = [
10220 "anyhow",
10221 "ctor",
10222 "editor",
10223 "env_logger 0.11.7",
10224 "gpui",
10225 "menu",
10226 "schemars",
10227 "serde",
10228 "serde_json",
10229 "ui",
10230 "util",
10231 "workspace",
10232]
10233
10234[[package]]
10235name = "pico-args"
10236version = "0.5.0"
10237source = "registry+https://github.com/rust-lang/crates.io-index"
10238checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
10239
10240[[package]]
10241name = "pin-project"
10242version = "1.1.7"
10243source = "registry+https://github.com/rust-lang/crates.io-index"
10244checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
10245dependencies = [
10246 "pin-project-internal",
10247]
10248
10249[[package]]
10250name = "pin-project-internal"
10251version = "1.1.7"
10252source = "registry+https://github.com/rust-lang/crates.io-index"
10253checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
10254dependencies = [
10255 "proc-macro2",
10256 "quote",
10257 "syn 2.0.100",
10258]
10259
10260[[package]]
10261name = "pin-project-lite"
10262version = "0.2.16"
10263source = "registry+https://github.com/rust-lang/crates.io-index"
10264checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
10265
10266[[package]]
10267name = "pin-utils"
10268version = "0.1.0"
10269source = "registry+https://github.com/rust-lang/crates.io-index"
10270checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
10271
10272[[package]]
10273name = "piper"
10274version = "0.2.4"
10275source = "registry+https://github.com/rust-lang/crates.io-index"
10276checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
10277dependencies = [
10278 "atomic-waker",
10279 "fastrand 2.3.0",
10280 "futures-io",
10281]
10282
10283[[package]]
10284name = "pkcs1"
10285version = "0.7.5"
10286source = "registry+https://github.com/rust-lang/crates.io-index"
10287checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
10288dependencies = [
10289 "der 0.7.9",
10290 "pkcs8 0.10.2",
10291 "spki 0.7.3",
10292]
10293
10294[[package]]
10295name = "pkcs8"
10296version = "0.9.0"
10297source = "registry+https://github.com/rust-lang/crates.io-index"
10298checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
10299dependencies = [
10300 "der 0.6.1",
10301 "spki 0.6.0",
10302]
10303
10304[[package]]
10305name = "pkcs8"
10306version = "0.10.2"
10307source = "registry+https://github.com/rust-lang/crates.io-index"
10308checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
10309dependencies = [
10310 "der 0.7.9",
10311 "spki 0.7.3",
10312]
10313
10314[[package]]
10315name = "pkg-config"
10316version = "0.3.31"
10317source = "registry+https://github.com/rust-lang/crates.io-index"
10318checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
10319
10320[[package]]
10321name = "plist"
10322version = "1.7.1"
10323source = "registry+https://github.com/rust-lang/crates.io-index"
10324checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d"
10325dependencies = [
10326 "base64 0.22.1",
10327 "indexmap",
10328 "quick-xml 0.32.0",
10329 "serde",
10330 "time",
10331]
10332
10333[[package]]
10334name = "plotters"
10335version = "0.3.7"
10336source = "registry+https://github.com/rust-lang/crates.io-index"
10337checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
10338dependencies = [
10339 "num-traits",
10340 "plotters-backend",
10341 "plotters-svg",
10342 "wasm-bindgen",
10343 "web-sys",
10344]
10345
10346[[package]]
10347name = "plotters-backend"
10348version = "0.3.7"
10349source = "registry+https://github.com/rust-lang/crates.io-index"
10350checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
10351
10352[[package]]
10353name = "plotters-svg"
10354version = "0.3.7"
10355source = "registry+https://github.com/rust-lang/crates.io-index"
10356checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
10357dependencies = [
10358 "plotters-backend",
10359]
10360
10361[[package]]
10362name = "png"
10363version = "0.17.15"
10364source = "registry+https://github.com/rust-lang/crates.io-index"
10365checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
10366dependencies = [
10367 "bitflags 1.3.2",
10368 "crc32fast",
10369 "fdeflate",
10370 "flate2",
10371 "miniz_oxide",
10372]
10373
10374[[package]]
10375name = "polling"
10376version = "3.7.4"
10377source = "registry+https://github.com/rust-lang/crates.io-index"
10378checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
10379dependencies = [
10380 "cfg-if",
10381 "concurrent-queue",
10382 "hermit-abi 0.4.0",
10383 "pin-project-lite",
10384 "rustix",
10385 "tracing",
10386 "windows-sys 0.59.0",
10387]
10388
10389[[package]]
10390name = "pollster"
10391version = "0.2.5"
10392source = "registry+https://github.com/rust-lang/crates.io-index"
10393checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
10394
10395[[package]]
10396name = "portable-atomic"
10397version = "1.11.0"
10398source = "registry+https://github.com/rust-lang/crates.io-index"
10399checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
10400
10401[[package]]
10402name = "portable-atomic-util"
10403version = "0.2.4"
10404source = "registry+https://github.com/rust-lang/crates.io-index"
10405checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
10406dependencies = [
10407 "portable-atomic",
10408]
10409
10410[[package]]
10411name = "postage"
10412version = "0.5.0"
10413source = "registry+https://github.com/rust-lang/crates.io-index"
10414checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
10415dependencies = [
10416 "atomic",
10417 "crossbeam-queue",
10418 "futures 0.3.31",
10419 "log",
10420 "parking_lot",
10421 "pin-project",
10422 "pollster",
10423 "static_assertions",
10424 "thiserror 1.0.69",
10425]
10426
10427[[package]]
10428name = "postcard"
10429version = "1.1.1"
10430source = "registry+https://github.com/rust-lang/crates.io-index"
10431checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
10432dependencies = [
10433 "cobs",
10434 "embedded-io 0.4.0",
10435 "embedded-io 0.6.1",
10436 "serde",
10437]
10438
10439[[package]]
10440name = "powerfmt"
10441version = "0.2.0"
10442source = "registry+https://github.com/rust-lang/crates.io-index"
10443checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
10444
10445[[package]]
10446name = "ppv-lite86"
10447version = "0.2.20"
10448source = "registry+https://github.com/rust-lang/crates.io-index"
10449checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
10450dependencies = [
10451 "zerocopy 0.7.35",
10452]
10453
10454[[package]]
10455name = "precomputed-hash"
10456version = "0.1.1"
10457source = "registry+https://github.com/rust-lang/crates.io-index"
10458checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
10459
10460[[package]]
10461name = "prettier"
10462version = "0.1.0"
10463dependencies = [
10464 "anyhow",
10465 "collections",
10466 "fs",
10467 "gpui",
10468 "language",
10469 "log",
10470 "lsp",
10471 "node_runtime",
10472 "parking_lot",
10473 "paths",
10474 "serde",
10475 "serde_json",
10476 "util",
10477]
10478
10479[[package]]
10480name = "pretty_assertions"
10481version = "1.4.1"
10482source = "registry+https://github.com/rust-lang/crates.io-index"
10483checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
10484dependencies = [
10485 "diff",
10486 "yansi",
10487]
10488
10489[[package]]
10490name = "prettyplease"
10491version = "0.2.25"
10492source = "registry+https://github.com/rust-lang/crates.io-index"
10493checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
10494dependencies = [
10495 "proc-macro2",
10496 "syn 2.0.100",
10497]
10498
10499[[package]]
10500name = "proc-macro-crate"
10501version = "3.2.0"
10502source = "registry+https://github.com/rust-lang/crates.io-index"
10503checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
10504dependencies = [
10505 "toml_edit",
10506]
10507
10508[[package]]
10509name = "proc-macro-error-attr2"
10510version = "2.0.0"
10511source = "registry+https://github.com/rust-lang/crates.io-index"
10512checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
10513dependencies = [
10514 "proc-macro2",
10515 "quote",
10516]
10517
10518[[package]]
10519name = "proc-macro-error2"
10520version = "2.0.1"
10521source = "registry+https://github.com/rust-lang/crates.io-index"
10522checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
10523dependencies = [
10524 "proc-macro-error-attr2",
10525 "proc-macro2",
10526 "quote",
10527 "syn 2.0.100",
10528]
10529
10530[[package]]
10531name = "proc-macro2"
10532version = "1.0.94"
10533source = "registry+https://github.com/rust-lang/crates.io-index"
10534checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
10535dependencies = [
10536 "unicode-ident",
10537]
10538
10539[[package]]
10540name = "proc-macro2-diagnostics"
10541version = "0.10.1"
10542source = "registry+https://github.com/rust-lang/crates.io-index"
10543checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
10544dependencies = [
10545 "proc-macro2",
10546 "quote",
10547 "syn 2.0.100",
10548 "version_check",
10549 "yansi",
10550]
10551
10552[[package]]
10553name = "profiling"
10554version = "1.0.16"
10555source = "registry+https://github.com/rust-lang/crates.io-index"
10556checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
10557dependencies = [
10558 "profiling-procmacros",
10559]
10560
10561[[package]]
10562name = "profiling-procmacros"
10563version = "1.0.16"
10564source = "registry+https://github.com/rust-lang/crates.io-index"
10565checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
10566dependencies = [
10567 "quote",
10568 "syn 2.0.100",
10569]
10570
10571[[package]]
10572name = "project"
10573version = "0.1.0"
10574dependencies = [
10575 "aho-corasick",
10576 "anyhow",
10577 "askpass",
10578 "async-trait",
10579 "buffer_diff",
10580 "circular-buffer",
10581 "client",
10582 "clock",
10583 "collections",
10584 "dap",
10585 "dap_adapters",
10586 "env_logger 0.11.7",
10587 "extension",
10588 "fancy-regex 0.14.0",
10589 "fs",
10590 "futures 0.3.31",
10591 "fuzzy",
10592 "git",
10593 "git2",
10594 "git_hosting_providers",
10595 "globset",
10596 "gpui",
10597 "http_client",
10598 "image",
10599 "indexmap",
10600 "itertools 0.14.0",
10601 "language",
10602 "log",
10603 "lsp",
10604 "node_runtime",
10605 "parking_lot",
10606 "pathdiff",
10607 "paths",
10608 "postage",
10609 "prettier",
10610 "pretty_assertions",
10611 "rand 0.8.5",
10612 "regex",
10613 "release_channel",
10614 "remote",
10615 "rpc",
10616 "schemars",
10617 "serde",
10618 "serde_json",
10619 "settings",
10620 "sha2",
10621 "shellexpand 2.1.2",
10622 "shlex",
10623 "smol",
10624 "snippet",
10625 "snippet_provider",
10626 "sum_tree",
10627 "task",
10628 "tempfile",
10629 "terminal",
10630 "text",
10631 "toml 0.8.20",
10632 "unindent",
10633 "url",
10634 "util",
10635 "which 6.0.3",
10636 "worktree",
10637 "zlog",
10638]
10639
10640[[package]]
10641name = "project_panel"
10642version = "0.1.0"
10643dependencies = [
10644 "anyhow",
10645 "client",
10646 "collections",
10647 "command_palette_hooks",
10648 "db",
10649 "editor",
10650 "file_icons",
10651 "git",
10652 "gpui",
10653 "indexmap",
10654 "language",
10655 "menu",
10656 "pretty_assertions",
10657 "project",
10658 "schemars",
10659 "search",
10660 "serde",
10661 "serde_derive",
10662 "serde_json",
10663 "settings",
10664 "smallvec",
10665 "theme",
10666 "ui",
10667 "util",
10668 "workspace",
10669 "worktree",
10670 "zed_actions",
10671]
10672
10673[[package]]
10674name = "project_symbols"
10675version = "0.1.0"
10676dependencies = [
10677 "anyhow",
10678 "editor",
10679 "futures 0.3.31",
10680 "fuzzy",
10681 "gpui",
10682 "language",
10683 "lsp",
10684 "ordered-float 2.10.1",
10685 "picker",
10686 "project",
10687 "release_channel",
10688 "serde_json",
10689 "settings",
10690 "theme",
10691 "util",
10692 "workspace",
10693]
10694
10695[[package]]
10696name = "prometheus"
10697version = "0.13.4"
10698source = "registry+https://github.com/rust-lang/crates.io-index"
10699checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
10700dependencies = [
10701 "cfg-if",
10702 "fnv",
10703 "lazy_static",
10704 "memchr",
10705 "parking_lot",
10706 "protobuf",
10707 "thiserror 1.0.69",
10708]
10709
10710[[package]]
10711name = "prompt_library"
10712version = "0.1.0"
10713dependencies = [
10714 "anyhow",
10715 "collections",
10716 "editor",
10717 "gpui",
10718 "language",
10719 "language_model",
10720 "log",
10721 "menu",
10722 "picker",
10723 "prompt_store",
10724 "release_channel",
10725 "rope",
10726 "serde",
10727 "settings",
10728 "theme",
10729 "ui",
10730 "util",
10731 "workspace",
10732 "zed_actions",
10733]
10734
10735[[package]]
10736name = "prompt_store"
10737version = "0.1.0"
10738dependencies = [
10739 "anyhow",
10740 "assets",
10741 "chrono",
10742 "collections",
10743 "fs",
10744 "futures 0.3.31",
10745 "fuzzy",
10746 "gpui",
10747 "handlebars 4.5.0",
10748 "heed",
10749 "language",
10750 "log",
10751 "parking_lot",
10752 "paths",
10753 "rope",
10754 "serde",
10755 "text",
10756 "util",
10757 "uuid",
10758]
10759
10760[[package]]
10761name = "prost"
10762version = "0.9.0"
10763source = "registry+https://github.com/rust-lang/crates.io-index"
10764checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
10765dependencies = [
10766 "bytes 1.10.1",
10767 "prost-derive 0.9.0",
10768]
10769
10770[[package]]
10771name = "prost"
10772version = "0.12.6"
10773source = "registry+https://github.com/rust-lang/crates.io-index"
10774checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
10775dependencies = [
10776 "bytes 1.10.1",
10777 "prost-derive 0.12.6",
10778]
10779
10780[[package]]
10781name = "prost-build"
10782version = "0.9.0"
10783source = "registry+https://github.com/rust-lang/crates.io-index"
10784checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
10785dependencies = [
10786 "bytes 1.10.1",
10787 "heck 0.3.3",
10788 "itertools 0.10.5",
10789 "lazy_static",
10790 "log",
10791 "multimap 0.8.3",
10792 "petgraph",
10793 "prost 0.9.0",
10794 "prost-types 0.9.0",
10795 "regex",
10796 "tempfile",
10797 "which 4.4.2",
10798]
10799
10800[[package]]
10801name = "prost-build"
10802version = "0.12.6"
10803source = "registry+https://github.com/rust-lang/crates.io-index"
10804checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
10805dependencies = [
10806 "bytes 1.10.1",
10807 "heck 0.5.0",
10808 "itertools 0.12.1",
10809 "log",
10810 "multimap 0.10.0",
10811 "once_cell",
10812 "petgraph",
10813 "prettyplease",
10814 "prost 0.12.6",
10815 "prost-types 0.12.6",
10816 "regex",
10817 "syn 2.0.100",
10818 "tempfile",
10819]
10820
10821[[package]]
10822name = "prost-derive"
10823version = "0.9.0"
10824source = "registry+https://github.com/rust-lang/crates.io-index"
10825checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
10826dependencies = [
10827 "anyhow",
10828 "itertools 0.10.5",
10829 "proc-macro2",
10830 "quote",
10831 "syn 1.0.109",
10832]
10833
10834[[package]]
10835name = "prost-derive"
10836version = "0.12.6"
10837source = "registry+https://github.com/rust-lang/crates.io-index"
10838checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
10839dependencies = [
10840 "anyhow",
10841 "itertools 0.12.1",
10842 "proc-macro2",
10843 "quote",
10844 "syn 2.0.100",
10845]
10846
10847[[package]]
10848name = "prost-types"
10849version = "0.9.0"
10850source = "registry+https://github.com/rust-lang/crates.io-index"
10851checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
10852dependencies = [
10853 "bytes 1.10.1",
10854 "prost 0.9.0",
10855]
10856
10857[[package]]
10858name = "prost-types"
10859version = "0.12.6"
10860source = "registry+https://github.com/rust-lang/crates.io-index"
10861checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
10862dependencies = [
10863 "prost 0.12.6",
10864]
10865
10866[[package]]
10867name = "proto"
10868version = "0.1.0"
10869dependencies = [
10870 "anyhow",
10871 "collections",
10872 "prost 0.9.0",
10873 "prost-build 0.9.0",
10874 "serde",
10875]
10876
10877[[package]]
10878name = "protobuf"
10879version = "2.28.0"
10880source = "registry+https://github.com/rust-lang/crates.io-index"
10881checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10882
10883[[package]]
10884name = "psm"
10885version = "0.1.24"
10886source = "registry+https://github.com/rust-lang/crates.io-index"
10887checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10888dependencies = [
10889 "cc",
10890]
10891
10892[[package]]
10893name = "ptr_meta"
10894version = "0.1.4"
10895source = "registry+https://github.com/rust-lang/crates.io-index"
10896checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10897dependencies = [
10898 "ptr_meta_derive",
10899]
10900
10901[[package]]
10902name = "ptr_meta_derive"
10903version = "0.1.4"
10904source = "registry+https://github.com/rust-lang/crates.io-index"
10905checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10906dependencies = [
10907 "proc-macro2",
10908 "quote",
10909 "syn 1.0.109",
10910]
10911
10912[[package]]
10913name = "pulldown-cmark"
10914version = "0.10.3"
10915source = "registry+https://github.com/rust-lang/crates.io-index"
10916checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10917dependencies = [
10918 "bitflags 2.9.0",
10919 "memchr",
10920 "pulldown-cmark-escape",
10921 "unicase",
10922]
10923
10924[[package]]
10925name = "pulldown-cmark"
10926version = "0.12.2"
10927source = "registry+https://github.com/rust-lang/crates.io-index"
10928checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10929dependencies = [
10930 "bitflags 2.9.0",
10931 "memchr",
10932 "unicase",
10933]
10934
10935[[package]]
10936name = "pulldown-cmark-escape"
10937version = "0.10.1"
10938source = "registry+https://github.com/rust-lang/crates.io-index"
10939checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10940
10941[[package]]
10942name = "pulley-interpreter"
10943version = "29.0.1"
10944source = "registry+https://github.com/rust-lang/crates.io-index"
10945checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
10946dependencies = [
10947 "cranelift-bitset",
10948 "log",
10949 "sptr",
10950 "wasmtime-math",
10951]
10952
10953[[package]]
10954name = "qoi"
10955version = "0.4.1"
10956source = "registry+https://github.com/rust-lang/crates.io-index"
10957checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10958dependencies = [
10959 "bytemuck",
10960]
10961
10962[[package]]
10963name = "quick-error"
10964version = "2.0.1"
10965source = "registry+https://github.com/rust-lang/crates.io-index"
10966checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10967
10968[[package]]
10969name = "quick-xml"
10970version = "0.32.0"
10971source = "registry+https://github.com/rust-lang/crates.io-index"
10972checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10973dependencies = [
10974 "memchr",
10975]
10976
10977[[package]]
10978name = "quick-xml"
10979version = "0.37.2"
10980source = "registry+https://github.com/rust-lang/crates.io-index"
10981checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003"
10982dependencies = [
10983 "memchr",
10984]
10985
10986[[package]]
10987name = "quinn"
10988version = "0.11.6"
10989source = "registry+https://github.com/rust-lang/crates.io-index"
10990checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10991dependencies = [
10992 "bytes 1.10.1",
10993 "pin-project-lite",
10994 "quinn-proto",
10995 "quinn-udp",
10996 "rustc-hash 2.1.1",
10997 "rustls 0.23.25",
10998 "socket2",
10999 "thiserror 2.0.12",
11000 "tokio",
11001 "tracing",
11002]
11003
11004[[package]]
11005name = "quinn-proto"
11006version = "0.11.9"
11007source = "registry+https://github.com/rust-lang/crates.io-index"
11008checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
11009dependencies = [
11010 "bytes 1.10.1",
11011 "getrandom 0.2.15",
11012 "rand 0.8.5",
11013 "ring",
11014 "rustc-hash 2.1.1",
11015 "rustls 0.23.25",
11016 "rustls-pki-types",
11017 "slab",
11018 "thiserror 2.0.12",
11019 "tinyvec",
11020 "tracing",
11021 "web-time",
11022]
11023
11024[[package]]
11025name = "quinn-udp"
11026version = "0.5.9"
11027source = "registry+https://github.com/rust-lang/crates.io-index"
11028checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904"
11029dependencies = [
11030 "cfg_aliases 0.2.1",
11031 "libc",
11032 "once_cell",
11033 "socket2",
11034 "tracing",
11035 "windows-sys 0.59.0",
11036]
11037
11038[[package]]
11039name = "quote"
11040version = "1.0.40"
11041source = "registry+https://github.com/rust-lang/crates.io-index"
11042checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
11043dependencies = [
11044 "proc-macro2",
11045]
11046
11047[[package]]
11048name = "radium"
11049version = "0.7.0"
11050source = "registry+https://github.com/rust-lang/crates.io-index"
11051checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
11052
11053[[package]]
11054name = "rand"
11055version = "0.7.3"
11056source = "registry+https://github.com/rust-lang/crates.io-index"
11057checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
11058dependencies = [
11059 "getrandom 0.1.16",
11060 "libc",
11061 "rand_chacha 0.2.2",
11062 "rand_core 0.5.1",
11063 "rand_hc",
11064]
11065
11066[[package]]
11067name = "rand"
11068version = "0.8.5"
11069source = "registry+https://github.com/rust-lang/crates.io-index"
11070checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
11071dependencies = [
11072 "libc",
11073 "rand_chacha 0.3.1",
11074 "rand_core 0.6.4",
11075]
11076
11077[[package]]
11078name = "rand"
11079version = "0.9.0"
11080source = "registry+https://github.com/rust-lang/crates.io-index"
11081checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
11082dependencies = [
11083 "rand_chacha 0.9.0",
11084 "rand_core 0.9.0",
11085 "zerocopy 0.8.18",
11086]
11087
11088[[package]]
11089name = "rand_chacha"
11090version = "0.2.2"
11091source = "registry+https://github.com/rust-lang/crates.io-index"
11092checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
11093dependencies = [
11094 "ppv-lite86",
11095 "rand_core 0.5.1",
11096]
11097
11098[[package]]
11099name = "rand_chacha"
11100version = "0.3.1"
11101source = "registry+https://github.com/rust-lang/crates.io-index"
11102checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
11103dependencies = [
11104 "ppv-lite86",
11105 "rand_core 0.6.4",
11106]
11107
11108[[package]]
11109name = "rand_chacha"
11110version = "0.9.0"
11111source = "registry+https://github.com/rust-lang/crates.io-index"
11112checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
11113dependencies = [
11114 "ppv-lite86",
11115 "rand_core 0.9.0",
11116]
11117
11118[[package]]
11119name = "rand_core"
11120version = "0.5.1"
11121source = "registry+https://github.com/rust-lang/crates.io-index"
11122checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
11123dependencies = [
11124 "getrandom 0.1.16",
11125]
11126
11127[[package]]
11128name = "rand_core"
11129version = "0.6.4"
11130source = "registry+https://github.com/rust-lang/crates.io-index"
11131checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
11132dependencies = [
11133 "getrandom 0.2.15",
11134]
11135
11136[[package]]
11137name = "rand_core"
11138version = "0.9.0"
11139source = "registry+https://github.com/rust-lang/crates.io-index"
11140checksum = "b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff"
11141dependencies = [
11142 "getrandom 0.3.1",
11143 "zerocopy 0.8.18",
11144]
11145
11146[[package]]
11147name = "rand_hc"
11148version = "0.2.0"
11149source = "registry+https://github.com/rust-lang/crates.io-index"
11150checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
11151dependencies = [
11152 "rand_core 0.5.1",
11153]
11154
11155[[package]]
11156name = "rangemap"
11157version = "1.5.1"
11158source = "registry+https://github.com/rust-lang/crates.io-index"
11159checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
11160
11161[[package]]
11162name = "rav1e"
11163version = "0.7.1"
11164source = "registry+https://github.com/rust-lang/crates.io-index"
11165checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
11166dependencies = [
11167 "arbitrary",
11168 "arg_enum_proc_macro",
11169 "arrayvec",
11170 "av1-grain",
11171 "bitstream-io",
11172 "built",
11173 "cfg-if",
11174 "interpolate_name",
11175 "itertools 0.12.1",
11176 "libc",
11177 "libfuzzer-sys",
11178 "log",
11179 "maybe-rayon",
11180 "new_debug_unreachable",
11181 "noop_proc_macro",
11182 "num-derive",
11183 "num-traits",
11184 "once_cell",
11185 "paste",
11186 "profiling",
11187 "rand 0.8.5",
11188 "rand_chacha 0.3.1",
11189 "simd_helpers",
11190 "system-deps",
11191 "thiserror 1.0.69",
11192 "v_frame",
11193 "wasm-bindgen",
11194]
11195
11196[[package]]
11197name = "ravif"
11198version = "0.11.11"
11199source = "registry+https://github.com/rust-lang/crates.io-index"
11200checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
11201dependencies = [
11202 "avif-serialize",
11203 "imgref",
11204 "loop9",
11205 "quick-error",
11206 "rav1e",
11207 "rayon",
11208 "rgb",
11209]
11210
11211[[package]]
11212name = "raw-window-handle"
11213version = "0.6.2"
11214source = "registry+https://github.com/rust-lang/crates.io-index"
11215checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
11216
11217[[package]]
11218name = "raw-window-metal"
11219version = "0.4.0"
11220source = "registry+https://github.com/rust-lang/crates.io-index"
11221checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
11222dependencies = [
11223 "cocoa 0.25.0",
11224 "core-graphics 0.23.2",
11225 "objc",
11226 "raw-window-handle",
11227]
11228
11229[[package]]
11230name = "rayon"
11231version = "1.10.0"
11232source = "registry+https://github.com/rust-lang/crates.io-index"
11233checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
11234dependencies = [
11235 "either",
11236 "rayon-core",
11237]
11238
11239[[package]]
11240name = "rayon-core"
11241version = "1.12.1"
11242source = "registry+https://github.com/rust-lang/crates.io-index"
11243checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
11244dependencies = [
11245 "crossbeam-deque",
11246 "crossbeam-utils",
11247]
11248
11249[[package]]
11250name = "read-fonts"
11251version = "0.25.3"
11252source = "registry+https://github.com/rust-lang/crates.io-index"
11253checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
11254dependencies = [
11255 "bytemuck",
11256 "font-types",
11257]
11258
11259[[package]]
11260name = "recent_projects"
11261version = "0.1.0"
11262dependencies = [
11263 "anyhow",
11264 "auto_update",
11265 "dap",
11266 "editor",
11267 "extension_host",
11268 "file_finder",
11269 "futures 0.3.31",
11270 "fuzzy",
11271 "gpui",
11272 "language",
11273 "log",
11274 "markdown",
11275 "menu",
11276 "ordered-float 2.10.1",
11277 "paths",
11278 "picker",
11279 "project",
11280 "release_channel",
11281 "remote",
11282 "schemars",
11283 "serde",
11284 "serde_json",
11285 "settings",
11286 "smol",
11287 "task",
11288 "telemetry",
11289 "theme",
11290 "ui",
11291 "util",
11292 "workspace",
11293 "zed_actions",
11294]
11295
11296[[package]]
11297name = "redox_syscall"
11298version = "0.2.16"
11299source = "registry+https://github.com/rust-lang/crates.io-index"
11300checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
11301dependencies = [
11302 "bitflags 1.3.2",
11303]
11304
11305[[package]]
11306name = "redox_syscall"
11307version = "0.5.8"
11308source = "registry+https://github.com/rust-lang/crates.io-index"
11309checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
11310dependencies = [
11311 "bitflags 2.9.0",
11312]
11313
11314[[package]]
11315name = "redox_users"
11316version = "0.4.6"
11317source = "registry+https://github.com/rust-lang/crates.io-index"
11318checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
11319dependencies = [
11320 "getrandom 0.2.15",
11321 "libredox",
11322 "thiserror 1.0.69",
11323]
11324
11325[[package]]
11326name = "refineable"
11327version = "0.1.0"
11328dependencies = [
11329 "derive_refineable",
11330]
11331
11332[[package]]
11333name = "regalloc2"
11334version = "0.11.1"
11335source = "registry+https://github.com/rust-lang/crates.io-index"
11336checksum = "145c1c267e14f20fb0f88aa76a1c5ffec42d592c1d28b3cd9148ae35916158d3"
11337dependencies = [
11338 "allocator-api2",
11339 "bumpalo",
11340 "hashbrown 0.15.2",
11341 "log",
11342 "rustc-hash 2.1.1",
11343 "smallvec",
11344]
11345
11346[[package]]
11347name = "regex"
11348version = "1.11.1"
11349source = "registry+https://github.com/rust-lang/crates.io-index"
11350checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
11351dependencies = [
11352 "aho-corasick",
11353 "memchr",
11354 "regex-automata 0.4.9",
11355 "regex-syntax 0.8.5",
11356]
11357
11358[[package]]
11359name = "regex-automata"
11360version = "0.1.10"
11361source = "registry+https://github.com/rust-lang/crates.io-index"
11362checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
11363dependencies = [
11364 "regex-syntax 0.6.29",
11365]
11366
11367[[package]]
11368name = "regex-automata"
11369version = "0.4.9"
11370source = "registry+https://github.com/rust-lang/crates.io-index"
11371checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
11372dependencies = [
11373 "aho-corasick",
11374 "memchr",
11375 "regex-syntax 0.8.5",
11376]
11377
11378[[package]]
11379name = "regex-lite"
11380version = "0.1.6"
11381source = "registry+https://github.com/rust-lang/crates.io-index"
11382checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
11383
11384[[package]]
11385name = "regex-syntax"
11386version = "0.6.29"
11387source = "registry+https://github.com/rust-lang/crates.io-index"
11388checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
11389
11390[[package]]
11391name = "regex-syntax"
11392version = "0.8.5"
11393source = "registry+https://github.com/rust-lang/crates.io-index"
11394checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
11395
11396[[package]]
11397name = "release_channel"
11398version = "0.1.0"
11399dependencies = [
11400 "gpui",
11401]
11402
11403[[package]]
11404name = "remote"
11405version = "0.1.0"
11406dependencies = [
11407 "anyhow",
11408 "askpass",
11409 "async-trait",
11410 "collections",
11411 "fs",
11412 "futures 0.3.31",
11413 "gpui",
11414 "itertools 0.14.0",
11415 "log",
11416 "parking_lot",
11417 "paths",
11418 "prost 0.9.0",
11419 "release_channel",
11420 "rpc",
11421 "schemars",
11422 "serde",
11423 "serde_json",
11424 "shlex",
11425 "smol",
11426 "tempfile",
11427 "thiserror 2.0.12",
11428 "urlencoding",
11429 "util",
11430]
11431
11432[[package]]
11433name = "remote_server"
11434version = "0.1.0"
11435dependencies = [
11436 "anyhow",
11437 "async-watch",
11438 "backtrace",
11439 "cargo_toml",
11440 "chrono",
11441 "clap",
11442 "client",
11443 "clock",
11444 "dap",
11445 "env_logger 0.11.7",
11446 "extension",
11447 "extension_host",
11448 "fork",
11449 "fs",
11450 "futures 0.3.31",
11451 "git",
11452 "git_hosting_providers",
11453 "gpui",
11454 "gpui_tokio",
11455 "http_client",
11456 "language",
11457 "language_extension",
11458 "languages",
11459 "libc",
11460 "log",
11461 "lsp",
11462 "node_runtime",
11463 "paths",
11464 "project",
11465 "proto",
11466 "release_channel",
11467 "remote",
11468 "reqwest_client",
11469 "rpc",
11470 "rust-embed",
11471 "serde",
11472 "serde_json",
11473 "settings",
11474 "shellexpand 2.1.2",
11475 "smol",
11476 "sysinfo",
11477 "telemetry_events",
11478 "toml 0.8.20",
11479 "unindent",
11480 "util",
11481 "worktree",
11482]
11483
11484[[package]]
11485name = "rend"
11486version = "0.4.2"
11487source = "registry+https://github.com/rust-lang/crates.io-index"
11488checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
11489dependencies = [
11490 "bytecheck",
11491]
11492
11493[[package]]
11494name = "repl"
11495version = "0.1.0"
11496dependencies = [
11497 "alacritty_terminal",
11498 "anyhow",
11499 "async-dispatcher",
11500 "async-tungstenite",
11501 "base64 0.22.1",
11502 "client",
11503 "collections",
11504 "command_palette_hooks",
11505 "editor",
11506 "env_logger 0.11.7",
11507 "feature_flags",
11508 "file_icons",
11509 "futures 0.3.31",
11510 "gpui",
11511 "http_client",
11512 "image",
11513 "indoc",
11514 "jupyter-protocol",
11515 "jupyter-websocket-client",
11516 "language",
11517 "languages",
11518 "log",
11519 "markdown_preview",
11520 "menu",
11521 "multi_buffer",
11522 "nbformat",
11523 "picker",
11524 "project",
11525 "runtimelib",
11526 "schemars",
11527 "serde",
11528 "serde_json",
11529 "settings",
11530 "smol",
11531 "telemetry",
11532 "terminal",
11533 "terminal_view",
11534 "theme",
11535 "tree-sitter-md",
11536 "tree-sitter-python",
11537 "tree-sitter-typescript",
11538 "ui",
11539 "util",
11540 "uuid",
11541 "workspace",
11542]
11543
11544[[package]]
11545name = "reqwest"
11546version = "0.11.27"
11547source = "registry+https://github.com/rust-lang/crates.io-index"
11548checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
11549dependencies = [
11550 "base64 0.21.7",
11551 "bytes 1.10.1",
11552 "encoding_rs",
11553 "futures-core",
11554 "futures-util",
11555 "h2 0.3.26",
11556 "http 0.2.12",
11557 "http-body 0.4.6",
11558 "hyper 0.14.32",
11559 "hyper-rustls 0.24.2",
11560 "hyper-tls",
11561 "ipnet",
11562 "js-sys",
11563 "log",
11564 "mime",
11565 "native-tls",
11566 "once_cell",
11567 "percent-encoding",
11568 "pin-project-lite",
11569 "rustls 0.21.12",
11570 "rustls-native-certs 0.6.3",
11571 "rustls-pemfile 1.0.4",
11572 "serde",
11573 "serde_json",
11574 "serde_urlencoded",
11575 "sync_wrapper 0.1.2",
11576 "system-configuration 0.5.1",
11577 "tokio",
11578 "tokio-native-tls",
11579 "tokio-rustls 0.24.1",
11580 "tower-service",
11581 "url",
11582 "wasm-bindgen",
11583 "wasm-bindgen-futures",
11584 "web-sys",
11585 "winreg 0.50.0",
11586]
11587
11588[[package]]
11589name = "reqwest"
11590version = "0.12.8"
11591source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
11592dependencies = [
11593 "base64 0.22.1",
11594 "bytes 1.10.1",
11595 "encoding_rs",
11596 "futures-core",
11597 "futures-util",
11598 "h2 0.4.7",
11599 "http 1.2.0",
11600 "http-body 1.0.1",
11601 "http-body-util",
11602 "hyper 1.5.1",
11603 "hyper-rustls 0.27.3",
11604 "hyper-util",
11605 "ipnet",
11606 "js-sys",
11607 "log",
11608 "mime",
11609 "once_cell",
11610 "percent-encoding",
11611 "pin-project-lite",
11612 "quinn",
11613 "rustls 0.23.25",
11614 "rustls-native-certs 0.8.1",
11615 "rustls-pemfile 2.2.0",
11616 "rustls-pki-types",
11617 "serde",
11618 "serde_json",
11619 "serde_urlencoded",
11620 "sync_wrapper 1.0.2",
11621 "system-configuration 0.6.1",
11622 "tokio",
11623 "tokio-rustls 0.26.1",
11624 "tokio-socks",
11625 "tokio-util",
11626 "tower-service",
11627 "url",
11628 "wasm-bindgen",
11629 "wasm-bindgen-futures",
11630 "wasm-streams",
11631 "web-sys",
11632 "windows-registry",
11633]
11634
11635[[package]]
11636name = "reqwest_client"
11637version = "0.1.0"
11638dependencies = [
11639 "anyhow",
11640 "bytes 1.10.1",
11641 "futures 0.3.31",
11642 "gpui",
11643 "http_client",
11644 "http_client_tls",
11645 "log",
11646 "regex",
11647 "reqwest 0.12.8",
11648 "serde",
11649 "smol",
11650 "tokio",
11651]
11652
11653[[package]]
11654name = "resvg"
11655version = "0.45.0"
11656source = "registry+https://github.com/rust-lang/crates.io-index"
11657checksum = "dd43d1c474e9dadf09a8fdf22d713ba668b499b5117b9b9079500224e26b5b29"
11658dependencies = [
11659 "log",
11660 "pico-args",
11661 "rgb",
11662 "svgtypes",
11663 "tiny-skia",
11664 "usvg",
11665]
11666
11667[[package]]
11668name = "rfc6979"
11669version = "0.3.1"
11670source = "registry+https://github.com/rust-lang/crates.io-index"
11671checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
11672dependencies = [
11673 "crypto-bigint 0.4.9",
11674 "hmac",
11675 "zeroize",
11676]
11677
11678[[package]]
11679name = "rgb"
11680version = "0.8.50"
11681source = "registry+https://github.com/rust-lang/crates.io-index"
11682checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
11683dependencies = [
11684 "bytemuck",
11685]
11686
11687[[package]]
11688name = "rich_text"
11689version = "0.1.0"
11690dependencies = [
11691 "futures 0.3.31",
11692 "gpui",
11693 "language",
11694 "linkify",
11695 "pulldown-cmark 0.12.2",
11696 "theme",
11697 "ui",
11698 "util",
11699]
11700
11701[[package]]
11702name = "ring"
11703version = "0.17.8"
11704source = "registry+https://github.com/rust-lang/crates.io-index"
11705checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
11706dependencies = [
11707 "cc",
11708 "cfg-if",
11709 "getrandom 0.2.15",
11710 "libc",
11711 "spin",
11712 "untrusted",
11713 "windows-sys 0.52.0",
11714]
11715
11716[[package]]
11717name = "rkyv"
11718version = "0.7.45"
11719source = "registry+https://github.com/rust-lang/crates.io-index"
11720checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
11721dependencies = [
11722 "bitvec",
11723 "bytecheck",
11724 "bytes 1.10.1",
11725 "hashbrown 0.12.3",
11726 "ptr_meta",
11727 "rend",
11728 "rkyv_derive",
11729 "seahash",
11730 "tinyvec",
11731 "uuid",
11732]
11733
11734[[package]]
11735name = "rkyv_derive"
11736version = "0.7.45"
11737source = "registry+https://github.com/rust-lang/crates.io-index"
11738checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
11739dependencies = [
11740 "proc-macro2",
11741 "quote",
11742 "syn 1.0.109",
11743]
11744
11745[[package]]
11746name = "rmp"
11747version = "0.8.14"
11748source = "registry+https://github.com/rust-lang/crates.io-index"
11749checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
11750dependencies = [
11751 "byteorder",
11752 "num-traits",
11753 "paste",
11754]
11755
11756[[package]]
11757name = "rmpv"
11758version = "1.3.0"
11759source = "registry+https://github.com/rust-lang/crates.io-index"
11760checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
11761dependencies = [
11762 "num-traits",
11763 "rmp",
11764]
11765
11766[[package]]
11767name = "rodio"
11768version = "0.20.1"
11769source = "registry+https://github.com/rust-lang/crates.io-index"
11770checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
11771dependencies = [
11772 "cpal",
11773 "hound",
11774]
11775
11776[[package]]
11777name = "rope"
11778version = "0.1.0"
11779dependencies = [
11780 "arrayvec",
11781 "criterion",
11782 "ctor",
11783 "env_logger 0.11.7",
11784 "gpui",
11785 "log",
11786 "rand 0.8.5",
11787 "rayon",
11788 "smallvec",
11789 "sum_tree",
11790 "unicode-segmentation",
11791 "util",
11792]
11793
11794[[package]]
11795name = "roxmltree"
11796version = "0.20.0"
11797source = "registry+https://github.com/rust-lang/crates.io-index"
11798checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
11799
11800[[package]]
11801name = "rpc"
11802version = "0.1.0"
11803dependencies = [
11804 "anyhow",
11805 "async-tungstenite",
11806 "base64 0.22.1",
11807 "chrono",
11808 "collections",
11809 "env_logger 0.11.7",
11810 "futures 0.3.31",
11811 "gpui",
11812 "parking_lot",
11813 "proto",
11814 "rand 0.8.5",
11815 "rsa",
11816 "serde",
11817 "serde_json",
11818 "sha2",
11819 "strum",
11820 "tracing",
11821 "util",
11822 "zstd",
11823]
11824
11825[[package]]
11826name = "rsa"
11827version = "0.9.8"
11828source = "registry+https://github.com/rust-lang/crates.io-index"
11829checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
11830dependencies = [
11831 "const-oid",
11832 "digest",
11833 "num-bigint-dig",
11834 "num-integer",
11835 "num-traits",
11836 "pkcs1",
11837 "pkcs8 0.10.2",
11838 "rand_core 0.6.4",
11839 "signature 2.2.0",
11840 "spki 0.7.3",
11841 "subtle",
11842 "zeroize",
11843]
11844
11845[[package]]
11846name = "runtimelib"
11847version = "0.25.0"
11848source = "registry+https://github.com/rust-lang/crates.io-index"
11849checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
11850dependencies = [
11851 "anyhow",
11852 "async-dispatcher",
11853 "async-std",
11854 "base64 0.22.1",
11855 "bytes 1.10.1",
11856 "chrono",
11857 "data-encoding",
11858 "dirs 5.0.1",
11859 "futures 0.3.31",
11860 "glob",
11861 "jupyter-protocol",
11862 "ring",
11863 "serde",
11864 "serde_json",
11865 "shellexpand 3.1.0",
11866 "smol",
11867 "uuid",
11868 "zeromq",
11869]
11870
11871[[package]]
11872name = "rust-embed"
11873version = "8.5.0"
11874source = "registry+https://github.com/rust-lang/crates.io-index"
11875checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
11876dependencies = [
11877 "rust-embed-impl",
11878 "rust-embed-utils",
11879 "walkdir",
11880]
11881
11882[[package]]
11883name = "rust-embed-impl"
11884version = "8.5.0"
11885source = "registry+https://github.com/rust-lang/crates.io-index"
11886checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
11887dependencies = [
11888 "proc-macro2",
11889 "quote",
11890 "rust-embed-utils",
11891 "syn 2.0.100",
11892 "walkdir",
11893]
11894
11895[[package]]
11896name = "rust-embed-utils"
11897version = "8.5.0"
11898source = "registry+https://github.com/rust-lang/crates.io-index"
11899checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
11900dependencies = [
11901 "globset",
11902 "sha2",
11903 "walkdir",
11904]
11905
11906[[package]]
11907name = "rust_decimal"
11908version = "1.36.0"
11909source = "registry+https://github.com/rust-lang/crates.io-index"
11910checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
11911dependencies = [
11912 "arrayvec",
11913 "borsh",
11914 "bytes 1.10.1",
11915 "num-traits",
11916 "rand 0.8.5",
11917 "rkyv",
11918 "serde",
11919 "serde_json",
11920]
11921
11922[[package]]
11923name = "rustc-demangle"
11924version = "0.1.24"
11925source = "registry+https://github.com/rust-lang/crates.io-index"
11926checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11927
11928[[package]]
11929name = "rustc-hash"
11930version = "1.1.0"
11931source = "registry+https://github.com/rust-lang/crates.io-index"
11932checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11933
11934[[package]]
11935name = "rustc-hash"
11936version = "2.1.1"
11937source = "registry+https://github.com/rust-lang/crates.io-index"
11938checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
11939
11940[[package]]
11941name = "rustc_version"
11942version = "0.4.1"
11943source = "registry+https://github.com/rust-lang/crates.io-index"
11944checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11945dependencies = [
11946 "semver",
11947]
11948
11949[[package]]
11950name = "rustix"
11951version = "0.38.42"
11952source = "registry+https://github.com/rust-lang/crates.io-index"
11953checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11954dependencies = [
11955 "bitflags 2.9.0",
11956 "errno 0.3.10",
11957 "itoa",
11958 "libc",
11959 "linux-raw-sys",
11960 "once_cell",
11961 "windows-sys 0.59.0",
11962]
11963
11964[[package]]
11965name = "rustix-openpty"
11966version = "0.1.1"
11967source = "registry+https://github.com/rust-lang/crates.io-index"
11968checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11969dependencies = [
11970 "errno 0.3.10",
11971 "libc",
11972 "rustix",
11973]
11974
11975[[package]]
11976name = "rustls"
11977version = "0.21.12"
11978source = "registry+https://github.com/rust-lang/crates.io-index"
11979checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11980dependencies = [
11981 "log",
11982 "ring",
11983 "rustls-webpki 0.101.7",
11984 "sct",
11985]
11986
11987[[package]]
11988name = "rustls"
11989version = "0.23.25"
11990source = "registry+https://github.com/rust-lang/crates.io-index"
11991checksum = "822ee9188ac4ec04a2f0531e55d035fb2de73f18b41a63c70c2712503b6fb13c"
11992dependencies = [
11993 "aws-lc-rs",
11994 "log",
11995 "once_cell",
11996 "ring",
11997 "rustls-pki-types",
11998 "rustls-webpki 0.103.0",
11999 "subtle",
12000 "zeroize",
12001]
12002
12003[[package]]
12004name = "rustls-native-certs"
12005version = "0.6.3"
12006source = "registry+https://github.com/rust-lang/crates.io-index"
12007checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
12008dependencies = [
12009 "openssl-probe",
12010 "rustls-pemfile 1.0.4",
12011 "schannel",
12012 "security-framework 2.11.1",
12013]
12014
12015[[package]]
12016name = "rustls-native-certs"
12017version = "0.8.1"
12018source = "registry+https://github.com/rust-lang/crates.io-index"
12019checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
12020dependencies = [
12021 "openssl-probe",
12022 "rustls-pki-types",
12023 "schannel",
12024 "security-framework 3.0.1",
12025]
12026
12027[[package]]
12028name = "rustls-pemfile"
12029version = "1.0.4"
12030source = "registry+https://github.com/rust-lang/crates.io-index"
12031checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
12032dependencies = [
12033 "base64 0.21.7",
12034]
12035
12036[[package]]
12037name = "rustls-pemfile"
12038version = "2.2.0"
12039source = "registry+https://github.com/rust-lang/crates.io-index"
12040checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
12041dependencies = [
12042 "rustls-pki-types",
12043]
12044
12045[[package]]
12046name = "rustls-pki-types"
12047version = "1.11.0"
12048source = "registry+https://github.com/rust-lang/crates.io-index"
12049checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
12050dependencies = [
12051 "web-time",
12052]
12053
12054[[package]]
12055name = "rustls-platform-verifier"
12056version = "0.5.1"
12057source = "registry+https://github.com/rust-lang/crates.io-index"
12058checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
12059dependencies = [
12060 "core-foundation 0.10.0",
12061 "core-foundation-sys",
12062 "jni",
12063 "log",
12064 "once_cell",
12065 "rustls 0.23.25",
12066 "rustls-native-certs 0.8.1",
12067 "rustls-platform-verifier-android",
12068 "rustls-webpki 0.103.0",
12069 "security-framework 3.0.1",
12070 "security-framework-sys",
12071 "webpki-root-certs",
12072 "windows-sys 0.59.0",
12073]
12074
12075[[package]]
12076name = "rustls-platform-verifier-android"
12077version = "0.1.1"
12078source = "registry+https://github.com/rust-lang/crates.io-index"
12079checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
12080
12081[[package]]
12082name = "rustls-webpki"
12083version = "0.101.7"
12084source = "registry+https://github.com/rust-lang/crates.io-index"
12085checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
12086dependencies = [
12087 "ring",
12088 "untrusted",
12089]
12090
12091[[package]]
12092name = "rustls-webpki"
12093version = "0.103.0"
12094source = "registry+https://github.com/rust-lang/crates.io-index"
12095checksum = "0aa4eeac2588ffff23e9d7a7e9b3f971c5fb5b7ebc9452745e0c232c64f83b2f"
12096dependencies = [
12097 "aws-lc-rs",
12098 "ring",
12099 "rustls-pki-types",
12100 "untrusted",
12101]
12102
12103[[package]]
12104name = "rustversion"
12105version = "1.0.18"
12106source = "registry+https://github.com/rust-lang/crates.io-index"
12107checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
12108
12109[[package]]
12110name = "rustybuzz"
12111version = "0.14.1"
12112source = "registry+https://github.com/rust-lang/crates.io-index"
12113checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
12114dependencies = [
12115 "bitflags 2.9.0",
12116 "bytemuck",
12117 "libm",
12118 "smallvec",
12119 "ttf-parser 0.21.1",
12120 "unicode-bidi-mirroring 0.2.0",
12121 "unicode-ccc 0.2.0",
12122 "unicode-properties",
12123 "unicode-script",
12124]
12125
12126[[package]]
12127name = "rustybuzz"
12128version = "0.20.1"
12129source = "registry+https://github.com/rust-lang/crates.io-index"
12130checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
12131dependencies = [
12132 "bitflags 2.9.0",
12133 "bytemuck",
12134 "core_maths",
12135 "log",
12136 "smallvec",
12137 "ttf-parser 0.25.1",
12138 "unicode-bidi-mirroring 0.4.0",
12139 "unicode-ccc 0.4.0",
12140 "unicode-properties",
12141 "unicode-script",
12142]
12143
12144[[package]]
12145name = "ryu"
12146version = "1.0.18"
12147source = "registry+https://github.com/rust-lang/crates.io-index"
12148checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
12149
12150[[package]]
12151name = "salsa20"
12152version = "0.10.2"
12153source = "registry+https://github.com/rust-lang/crates.io-index"
12154checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
12155dependencies = [
12156 "cipher",
12157]
12158
12159[[package]]
12160name = "same-file"
12161version = "1.0.6"
12162source = "registry+https://github.com/rust-lang/crates.io-index"
12163checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
12164dependencies = [
12165 "winapi-util",
12166]
12167
12168[[package]]
12169name = "schannel"
12170version = "0.1.27"
12171source = "registry+https://github.com/rust-lang/crates.io-index"
12172checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
12173dependencies = [
12174 "windows-sys 0.59.0",
12175]
12176
12177[[package]]
12178name = "schema_generator"
12179version = "0.1.0"
12180dependencies = [
12181 "anyhow",
12182 "clap",
12183 "env_logger 0.11.7",
12184 "schemars",
12185 "serde",
12186 "serde_json",
12187 "theme",
12188]
12189
12190[[package]]
12191name = "schemars"
12192version = "0.8.22"
12193source = "registry+https://github.com/rust-lang/crates.io-index"
12194checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
12195dependencies = [
12196 "dyn-clone",
12197 "indexmap",
12198 "schemars_derive",
12199 "serde",
12200 "serde_json",
12201]
12202
12203[[package]]
12204name = "schemars_derive"
12205version = "0.8.22"
12206source = "registry+https://github.com/rust-lang/crates.io-index"
12207checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
12208dependencies = [
12209 "proc-macro2",
12210 "quote",
12211 "serde_derive_internals",
12212 "syn 2.0.100",
12213]
12214
12215[[package]]
12216name = "scoped-tls"
12217version = "1.0.1"
12218source = "registry+https://github.com/rust-lang/crates.io-index"
12219checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
12220
12221[[package]]
12222name = "scopeguard"
12223version = "1.2.0"
12224source = "registry+https://github.com/rust-lang/crates.io-index"
12225checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
12226
12227[[package]]
12228name = "scratch"
12229version = "1.0.7"
12230source = "registry+https://github.com/rust-lang/crates.io-index"
12231checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
12232
12233[[package]]
12234name = "scrypt"
12235version = "0.11.0"
12236source = "registry+https://github.com/rust-lang/crates.io-index"
12237checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
12238dependencies = [
12239 "password-hash 0.5.0",
12240 "pbkdf2 0.12.2",
12241 "salsa20",
12242 "sha2",
12243]
12244
12245[[package]]
12246name = "sct"
12247version = "0.7.1"
12248source = "registry+https://github.com/rust-lang/crates.io-index"
12249checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
12250dependencies = [
12251 "ring",
12252 "untrusted",
12253]
12254
12255[[package]]
12256name = "sea-bae"
12257version = "0.2.1"
12258source = "registry+https://github.com/rust-lang/crates.io-index"
12259checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
12260dependencies = [
12261 "heck 0.4.1",
12262 "proc-macro-error2",
12263 "proc-macro2",
12264 "quote",
12265 "syn 2.0.100",
12266]
12267
12268[[package]]
12269name = "sea-orm"
12270version = "1.1.7"
12271source = "registry+https://github.com/rust-lang/crates.io-index"
12272checksum = "3417812d38049e8ec3d588c03570f8c60de811d2453fb48e424045a1600ffd86"
12273dependencies = [
12274 "async-stream",
12275 "async-trait",
12276 "bigdecimal",
12277 "chrono",
12278 "futures-util",
12279 "log",
12280 "ouroboros",
12281 "pgvector",
12282 "rust_decimal",
12283 "sea-orm-macros",
12284 "sea-query",
12285 "sea-query-binder",
12286 "serde",
12287 "serde_json",
12288 "sqlx",
12289 "strum",
12290 "thiserror 1.0.69",
12291 "time",
12292 "tracing",
12293 "url",
12294 "uuid",
12295]
12296
12297[[package]]
12298name = "sea-orm-macros"
12299version = "1.1.7"
12300source = "registry+https://github.com/rust-lang/crates.io-index"
12301checksum = "d705ba84e1c74c8ac27784e4ac6f21584058c1dc0cadb9d39b43e109fcf8139c"
12302dependencies = [
12303 "heck 0.4.1",
12304 "proc-macro2",
12305 "quote",
12306 "sea-bae",
12307 "syn 2.0.100",
12308 "unicode-ident",
12309]
12310
12311[[package]]
12312name = "sea-query"
12313version = "0.32.1"
12314source = "registry+https://github.com/rust-lang/crates.io-index"
12315checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
12316dependencies = [
12317 "bigdecimal",
12318 "chrono",
12319 "inherent",
12320 "ordered-float 3.9.2",
12321 "rust_decimal",
12322 "serde_json",
12323 "time",
12324 "uuid",
12325]
12326
12327[[package]]
12328name = "sea-query-binder"
12329version = "0.7.0"
12330source = "registry+https://github.com/rust-lang/crates.io-index"
12331checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
12332dependencies = [
12333 "bigdecimal",
12334 "chrono",
12335 "rust_decimal",
12336 "sea-query",
12337 "serde_json",
12338 "sqlx",
12339 "time",
12340 "uuid",
12341]
12342
12343[[package]]
12344name = "seahash"
12345version = "4.1.0"
12346source = "registry+https://github.com/rust-lang/crates.io-index"
12347checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
12348
12349[[package]]
12350name = "search"
12351version = "0.1.0"
12352dependencies = [
12353 "any_vec",
12354 "anyhow",
12355 "bitflags 2.9.0",
12356 "client",
12357 "collections",
12358 "editor",
12359 "futures 0.3.31",
12360 "gpui",
12361 "language",
12362 "menu",
12363 "project",
12364 "schemars",
12365 "serde",
12366 "serde_json",
12367 "settings",
12368 "smol",
12369 "theme",
12370 "ui",
12371 "unindent",
12372 "util",
12373 "workspace",
12374 "zed_actions",
12375]
12376
12377[[package]]
12378name = "sec1"
12379version = "0.3.0"
12380source = "registry+https://github.com/rust-lang/crates.io-index"
12381checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
12382dependencies = [
12383 "base16ct",
12384 "der 0.6.1",
12385 "generic-array",
12386 "pkcs8 0.9.0",
12387 "subtle",
12388 "zeroize",
12389]
12390
12391[[package]]
12392name = "security-framework"
12393version = "2.11.1"
12394source = "registry+https://github.com/rust-lang/crates.io-index"
12395checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
12396dependencies = [
12397 "bitflags 2.9.0",
12398 "core-foundation 0.9.4",
12399 "core-foundation-sys",
12400 "libc",
12401 "security-framework-sys",
12402]
12403
12404[[package]]
12405name = "security-framework"
12406version = "3.0.1"
12407source = "registry+https://github.com/rust-lang/crates.io-index"
12408checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
12409dependencies = [
12410 "bitflags 2.9.0",
12411 "core-foundation 0.10.0",
12412 "core-foundation-sys",
12413 "libc",
12414 "security-framework-sys",
12415]
12416
12417[[package]]
12418name = "security-framework-sys"
12419version = "2.12.1"
12420source = "registry+https://github.com/rust-lang/crates.io-index"
12421checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
12422dependencies = [
12423 "core-foundation-sys",
12424 "libc",
12425]
12426
12427[[package]]
12428name = "self_cell"
12429version = "1.1.0"
12430source = "registry+https://github.com/rust-lang/crates.io-index"
12431checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
12432
12433[[package]]
12434name = "semantic_index"
12435version = "0.1.0"
12436dependencies = [
12437 "anyhow",
12438 "arrayvec",
12439 "blake3",
12440 "client",
12441 "clock",
12442 "collections",
12443 "env_logger 0.11.7",
12444 "feature_flags",
12445 "fs",
12446 "futures 0.3.31",
12447 "futures-batch",
12448 "gpui",
12449 "heed",
12450 "http_client",
12451 "language",
12452 "language_model",
12453 "languages",
12454 "log",
12455 "open_ai",
12456 "parking_lot",
12457 "project",
12458 "reqwest_client",
12459 "serde",
12460 "serde_json",
12461 "settings",
12462 "sha2",
12463 "smol",
12464 "streaming-iterator",
12465 "tempfile",
12466 "theme",
12467 "tree-sitter",
12468 "ui",
12469 "unindent",
12470 "util",
12471 "workspace",
12472 "worktree",
12473]
12474
12475[[package]]
12476name = "semantic_version"
12477version = "0.1.0"
12478dependencies = [
12479 "anyhow",
12480 "serde",
12481]
12482
12483[[package]]
12484name = "semver"
12485version = "1.0.26"
12486source = "registry+https://github.com/rust-lang/crates.io-index"
12487checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
12488dependencies = [
12489 "serde",
12490]
12491
12492[[package]]
12493name = "serde"
12494version = "1.0.219"
12495source = "registry+https://github.com/rust-lang/crates.io-index"
12496checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
12497dependencies = [
12498 "serde_derive",
12499]
12500
12501[[package]]
12502name = "serde_derive"
12503version = "1.0.219"
12504source = "registry+https://github.com/rust-lang/crates.io-index"
12505checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
12506dependencies = [
12507 "proc-macro2",
12508 "quote",
12509 "syn 2.0.100",
12510]
12511
12512[[package]]
12513name = "serde_derive_internals"
12514version = "0.29.1"
12515source = "registry+https://github.com/rust-lang/crates.io-index"
12516checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
12517dependencies = [
12518 "proc-macro2",
12519 "quote",
12520 "syn 2.0.100",
12521]
12522
12523[[package]]
12524name = "serde_fmt"
12525version = "1.0.3"
12526source = "registry+https://github.com/rust-lang/crates.io-index"
12527checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
12528dependencies = [
12529 "serde",
12530]
12531
12532[[package]]
12533name = "serde_json"
12534version = "1.0.140"
12535source = "registry+https://github.com/rust-lang/crates.io-index"
12536checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
12537dependencies = [
12538 "indexmap",
12539 "itoa",
12540 "memchr",
12541 "ryu",
12542 "serde",
12543]
12544
12545[[package]]
12546name = "serde_json_lenient"
12547version = "0.2.4"
12548source = "registry+https://github.com/rust-lang/crates.io-index"
12549checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
12550dependencies = [
12551 "indexmap",
12552 "itoa",
12553 "memchr",
12554 "ryu",
12555 "serde",
12556]
12557
12558[[package]]
12559name = "serde_path_to_error"
12560version = "0.1.16"
12561source = "registry+https://github.com/rust-lang/crates.io-index"
12562checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
12563dependencies = [
12564 "itoa",
12565 "serde",
12566]
12567
12568[[package]]
12569name = "serde_qs"
12570version = "0.8.5"
12571source = "registry+https://github.com/rust-lang/crates.io-index"
12572checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
12573dependencies = [
12574 "percent-encoding",
12575 "serde",
12576 "thiserror 1.0.69",
12577]
12578
12579[[package]]
12580name = "serde_qs"
12581version = "0.10.1"
12582source = "registry+https://github.com/rust-lang/crates.io-index"
12583checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
12584dependencies = [
12585 "percent-encoding",
12586 "serde",
12587 "thiserror 1.0.69",
12588]
12589
12590[[package]]
12591name = "serde_repr"
12592version = "0.1.20"
12593source = "registry+https://github.com/rust-lang/crates.io-index"
12594checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
12595dependencies = [
12596 "proc-macro2",
12597 "quote",
12598 "syn 2.0.100",
12599]
12600
12601[[package]]
12602name = "serde_spanned"
12603version = "0.6.8"
12604source = "registry+https://github.com/rust-lang/crates.io-index"
12605checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
12606dependencies = [
12607 "serde",
12608]
12609
12610[[package]]
12611name = "serde_urlencoded"
12612version = "0.7.1"
12613source = "registry+https://github.com/rust-lang/crates.io-index"
12614checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
12615dependencies = [
12616 "form_urlencoded",
12617 "itoa",
12618 "ryu",
12619 "serde",
12620]
12621
12622[[package]]
12623name = "session"
12624version = "0.1.0"
12625dependencies = [
12626 "db",
12627 "gpui",
12628 "serde_json",
12629 "util",
12630 "uuid",
12631]
12632
12633[[package]]
12634name = "settings"
12635version = "0.1.0"
12636dependencies = [
12637 "anyhow",
12638 "collections",
12639 "ec4rs",
12640 "fs",
12641 "futures 0.3.31",
12642 "gpui",
12643 "indoc",
12644 "inventory",
12645 "log",
12646 "paths",
12647 "pretty_assertions",
12648 "release_channel",
12649 "rust-embed",
12650 "schemars",
12651 "serde",
12652 "serde_derive",
12653 "serde_json",
12654 "serde_json_lenient",
12655 "smallvec",
12656 "streaming-iterator",
12657 "tree-sitter",
12658 "tree-sitter-json",
12659 "unindent",
12660 "util",
12661]
12662
12663[[package]]
12664name = "settings_ui"
12665version = "0.1.0"
12666dependencies = [
12667 "command_palette_hooks",
12668 "editor",
12669 "feature_flags",
12670 "gpui",
12671 "settings",
12672 "theme",
12673 "ui",
12674 "workspace",
12675]
12676
12677[[package]]
12678name = "sha1"
12679version = "0.10.6"
12680source = "registry+https://github.com/rust-lang/crates.io-index"
12681checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
12682dependencies = [
12683 "cfg-if",
12684 "cpufeatures",
12685 "digest",
12686]
12687
12688[[package]]
12689name = "sha1_smol"
12690version = "1.0.1"
12691source = "registry+https://github.com/rust-lang/crates.io-index"
12692checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
12693
12694[[package]]
12695name = "sha2"
12696version = "0.10.8"
12697source = "registry+https://github.com/rust-lang/crates.io-index"
12698checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
12699dependencies = [
12700 "cfg-if",
12701 "cpufeatures",
12702 "digest",
12703]
12704
12705[[package]]
12706name = "sharded-slab"
12707version = "0.1.7"
12708source = "registry+https://github.com/rust-lang/crates.io-index"
12709checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
12710dependencies = [
12711 "lazy_static",
12712]
12713
12714[[package]]
12715name = "shell-words"
12716version = "1.1.0"
12717source = "registry+https://github.com/rust-lang/crates.io-index"
12718checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
12719
12720[[package]]
12721name = "shellexpand"
12722version = "2.1.2"
12723source = "registry+https://github.com/rust-lang/crates.io-index"
12724checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
12725dependencies = [
12726 "dirs 4.0.0",
12727]
12728
12729[[package]]
12730name = "shellexpand"
12731version = "3.1.0"
12732source = "registry+https://github.com/rust-lang/crates.io-index"
12733checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
12734dependencies = [
12735 "dirs 5.0.1",
12736]
12737
12738[[package]]
12739name = "shlex"
12740version = "1.3.0"
12741source = "registry+https://github.com/rust-lang/crates.io-index"
12742checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
12743
12744[[package]]
12745name = "signal-hook"
12746version = "0.3.17"
12747source = "registry+https://github.com/rust-lang/crates.io-index"
12748checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
12749dependencies = [
12750 "libc",
12751 "signal-hook-registry",
12752]
12753
12754[[package]]
12755name = "signal-hook-registry"
12756version = "1.4.2"
12757source = "registry+https://github.com/rust-lang/crates.io-index"
12758checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
12759dependencies = [
12760 "libc",
12761]
12762
12763[[package]]
12764name = "signature"
12765version = "1.6.4"
12766source = "registry+https://github.com/rust-lang/crates.io-index"
12767checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
12768dependencies = [
12769 "digest",
12770 "rand_core 0.6.4",
12771]
12772
12773[[package]]
12774name = "signature"
12775version = "2.2.0"
12776source = "registry+https://github.com/rust-lang/crates.io-index"
12777checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
12778dependencies = [
12779 "digest",
12780 "rand_core 0.6.4",
12781]
12782
12783[[package]]
12784name = "simd-adler32"
12785version = "0.3.7"
12786source = "registry+https://github.com/rust-lang/crates.io-index"
12787checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
12788
12789[[package]]
12790name = "simd_helpers"
12791version = "0.1.0"
12792source = "registry+https://github.com/rust-lang/crates.io-index"
12793checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
12794dependencies = [
12795 "quote",
12796]
12797
12798[[package]]
12799name = "simdutf8"
12800version = "0.1.5"
12801source = "registry+https://github.com/rust-lang/crates.io-index"
12802checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
12803
12804[[package]]
12805name = "simple_asn1"
12806version = "0.6.2"
12807source = "registry+https://github.com/rust-lang/crates.io-index"
12808checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
12809dependencies = [
12810 "num-bigint",
12811 "num-traits",
12812 "thiserror 1.0.69",
12813 "time",
12814]
12815
12816[[package]]
12817name = "simplecss"
12818version = "0.2.1"
12819source = "registry+https://github.com/rust-lang/crates.io-index"
12820checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
12821dependencies = [
12822 "log",
12823]
12824
12825[[package]]
12826name = "simplelog"
12827version = "0.12.2"
12828source = "registry+https://github.com/rust-lang/crates.io-index"
12829checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
12830dependencies = [
12831 "log",
12832 "termcolor",
12833 "time",
12834]
12835
12836[[package]]
12837name = "siphasher"
12838version = "0.3.11"
12839source = "registry+https://github.com/rust-lang/crates.io-index"
12840checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
12841
12842[[package]]
12843name = "siphasher"
12844version = "1.0.1"
12845source = "registry+https://github.com/rust-lang/crates.io-index"
12846checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
12847
12848[[package]]
12849name = "skrifa"
12850version = "0.26.6"
12851source = "registry+https://github.com/rust-lang/crates.io-index"
12852checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
12853dependencies = [
12854 "bytemuck",
12855 "read-fonts",
12856]
12857
12858[[package]]
12859name = "slab"
12860version = "0.4.9"
12861source = "registry+https://github.com/rust-lang/crates.io-index"
12862checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
12863dependencies = [
12864 "autocfg",
12865]
12866
12867[[package]]
12868name = "slash_commands_example"
12869version = "0.1.0"
12870dependencies = [
12871 "zed_extension_api 0.1.0",
12872]
12873
12874[[package]]
12875name = "slotmap"
12876version = "1.0.7"
12877source = "registry+https://github.com/rust-lang/crates.io-index"
12878checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
12879dependencies = [
12880 "version_check",
12881]
12882
12883[[package]]
12884name = "smallvec"
12885version = "1.14.0"
12886source = "registry+https://github.com/rust-lang/crates.io-index"
12887checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
12888dependencies = [
12889 "serde",
12890]
12891
12892[[package]]
12893name = "smart-default"
12894version = "0.6.0"
12895source = "registry+https://github.com/rust-lang/crates.io-index"
12896checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
12897dependencies = [
12898 "proc-macro2",
12899 "quote",
12900 "syn 1.0.109",
12901]
12902
12903[[package]]
12904name = "smol"
12905version = "2.0.2"
12906source = "registry+https://github.com/rust-lang/crates.io-index"
12907checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
12908dependencies = [
12909 "async-channel 2.3.1",
12910 "async-executor",
12911 "async-fs",
12912 "async-io",
12913 "async-lock",
12914 "async-net",
12915 "async-process",
12916 "blocking",
12917 "futures-lite 2.6.0",
12918]
12919
12920[[package]]
12921name = "smol_str"
12922version = "0.1.24"
12923source = "registry+https://github.com/rust-lang/crates.io-index"
12924checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
12925dependencies = [
12926 "serde",
12927]
12928
12929[[package]]
12930name = "smol_str"
12931version = "0.2.2"
12932source = "registry+https://github.com/rust-lang/crates.io-index"
12933checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
12934
12935[[package]]
12936name = "snippet"
12937version = "0.1.0"
12938dependencies = [
12939 "anyhow",
12940 "smallvec",
12941]
12942
12943[[package]]
12944name = "snippet_provider"
12945version = "0.1.0"
12946dependencies = [
12947 "anyhow",
12948 "collections",
12949 "extension",
12950 "fs",
12951 "futures 0.3.31",
12952 "gpui",
12953 "parking_lot",
12954 "paths",
12955 "schemars",
12956 "serde",
12957 "serde_json_lenient",
12958 "snippet",
12959 "util",
12960]
12961
12962[[package]]
12963name = "snippets_ui"
12964version = "0.1.0"
12965dependencies = [
12966 "fuzzy",
12967 "gpui",
12968 "language",
12969 "paths",
12970 "picker",
12971 "ui",
12972 "util",
12973 "workspace",
12974]
12975
12976[[package]]
12977name = "socket2"
12978version = "0.5.8"
12979source = "registry+https://github.com/rust-lang/crates.io-index"
12980checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12981dependencies = [
12982 "libc",
12983 "windows-sys 0.52.0",
12984]
12985
12986[[package]]
12987name = "spdx"
12988version = "0.10.7"
12989source = "registry+https://github.com/rust-lang/crates.io-index"
12990checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12991dependencies = [
12992 "smallvec",
12993]
12994
12995[[package]]
12996name = "spin"
12997version = "0.9.8"
12998source = "registry+https://github.com/rust-lang/crates.io-index"
12999checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
13000dependencies = [
13001 "lock_api",
13002]
13003
13004[[package]]
13005name = "spirv"
13006version = "0.3.0+sdk-1.3.268.0"
13007source = "registry+https://github.com/rust-lang/crates.io-index"
13008checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
13009dependencies = [
13010 "bitflags 2.9.0",
13011]
13012
13013[[package]]
13014name = "spki"
13015version = "0.6.0"
13016source = "registry+https://github.com/rust-lang/crates.io-index"
13017checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
13018dependencies = [
13019 "base64ct",
13020 "der 0.6.1",
13021]
13022
13023[[package]]
13024name = "spki"
13025version = "0.7.3"
13026source = "registry+https://github.com/rust-lang/crates.io-index"
13027checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
13028dependencies = [
13029 "base64ct",
13030 "der 0.7.9",
13031]
13032
13033[[package]]
13034name = "sptr"
13035version = "0.3.2"
13036source = "registry+https://github.com/rust-lang/crates.io-index"
13037checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
13038
13039[[package]]
13040name = "sqlez"
13041version = "0.1.0"
13042dependencies = [
13043 "anyhow",
13044 "collections",
13045 "futures 0.3.31",
13046 "indoc",
13047 "libsqlite3-sys",
13048 "parking_lot",
13049 "smol",
13050 "sqlformat",
13051 "thread_local",
13052 "util",
13053 "uuid",
13054]
13055
13056[[package]]
13057name = "sqlez_macros"
13058version = "0.1.0"
13059dependencies = [
13060 "sqlez",
13061 "sqlformat",
13062 "syn 1.0.109",
13063]
13064
13065[[package]]
13066name = "sqlformat"
13067version = "0.2.6"
13068source = "registry+https://github.com/rust-lang/crates.io-index"
13069checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
13070dependencies = [
13071 "nom",
13072 "unicode_categories",
13073]
13074
13075[[package]]
13076name = "sqlx"
13077version = "0.8.3"
13078source = "registry+https://github.com/rust-lang/crates.io-index"
13079checksum = "4410e73b3c0d8442c5f99b425d7a435b5ee0ae4167b3196771dd3f7a01be745f"
13080dependencies = [
13081 "sqlx-core",
13082 "sqlx-macros",
13083 "sqlx-mysql",
13084 "sqlx-postgres",
13085 "sqlx-sqlite",
13086]
13087
13088[[package]]
13089name = "sqlx-core"
13090version = "0.8.3"
13091source = "registry+https://github.com/rust-lang/crates.io-index"
13092checksum = "6a007b6936676aa9ab40207cde35daab0a04b823be8ae004368c0793b96a61e0"
13093dependencies = [
13094 "bigdecimal",
13095 "bytes 1.10.1",
13096 "chrono",
13097 "crc",
13098 "crossbeam-queue",
13099 "either",
13100 "event-listener 5.3.1",
13101 "futures-core",
13102 "futures-intrusive",
13103 "futures-io",
13104 "futures-util",
13105 "hashbrown 0.15.2",
13106 "hashlink 0.10.0",
13107 "indexmap",
13108 "log",
13109 "memchr",
13110 "once_cell",
13111 "percent-encoding",
13112 "rust_decimal",
13113 "rustls 0.23.25",
13114 "rustls-pemfile 2.2.0",
13115 "serde",
13116 "serde_json",
13117 "sha2",
13118 "smallvec",
13119 "thiserror 2.0.12",
13120 "time",
13121 "tokio",
13122 "tokio-stream",
13123 "tracing",
13124 "url",
13125 "uuid",
13126 "webpki-roots",
13127]
13128
13129[[package]]
13130name = "sqlx-macros"
13131version = "0.8.3"
13132source = "registry+https://github.com/rust-lang/crates.io-index"
13133checksum = "3112e2ad78643fef903618d78cf0aec1cb3134b019730edb039b69eaf531f310"
13134dependencies = [
13135 "proc-macro2",
13136 "quote",
13137 "sqlx-core",
13138 "sqlx-macros-core",
13139 "syn 2.0.100",
13140]
13141
13142[[package]]
13143name = "sqlx-macros-core"
13144version = "0.8.3"
13145source = "registry+https://github.com/rust-lang/crates.io-index"
13146checksum = "4e9f90acc5ab146a99bf5061a7eb4976b573f560bc898ef3bf8435448dd5e7ad"
13147dependencies = [
13148 "dotenvy",
13149 "either",
13150 "heck 0.5.0",
13151 "hex",
13152 "once_cell",
13153 "proc-macro2",
13154 "quote",
13155 "serde",
13156 "serde_json",
13157 "sha2",
13158 "sqlx-core",
13159 "sqlx-mysql",
13160 "sqlx-postgres",
13161 "sqlx-sqlite",
13162 "syn 2.0.100",
13163 "tempfile",
13164 "tokio",
13165 "url",
13166]
13167
13168[[package]]
13169name = "sqlx-mysql"
13170version = "0.8.3"
13171source = "registry+https://github.com/rust-lang/crates.io-index"
13172checksum = "4560278f0e00ce64938540546f59f590d60beee33fffbd3b9cd47851e5fff233"
13173dependencies = [
13174 "atoi",
13175 "base64 0.22.1",
13176 "bigdecimal",
13177 "bitflags 2.9.0",
13178 "byteorder",
13179 "bytes 1.10.1",
13180 "chrono",
13181 "crc",
13182 "digest",
13183 "dotenvy",
13184 "either",
13185 "futures-channel",
13186 "futures-core",
13187 "futures-io",
13188 "futures-util",
13189 "generic-array",
13190 "hex",
13191 "hkdf",
13192 "hmac",
13193 "itoa",
13194 "log",
13195 "md-5",
13196 "memchr",
13197 "once_cell",
13198 "percent-encoding",
13199 "rand 0.8.5",
13200 "rsa",
13201 "rust_decimal",
13202 "serde",
13203 "sha1",
13204 "sha2",
13205 "smallvec",
13206 "sqlx-core",
13207 "stringprep",
13208 "thiserror 2.0.12",
13209 "time",
13210 "tracing",
13211 "uuid",
13212 "whoami",
13213]
13214
13215[[package]]
13216name = "sqlx-postgres"
13217version = "0.8.3"
13218source = "registry+https://github.com/rust-lang/crates.io-index"
13219checksum = "c5b98a57f363ed6764d5b3a12bfedf62f07aa16e1856a7ddc2a0bb190a959613"
13220dependencies = [
13221 "atoi",
13222 "base64 0.22.1",
13223 "bigdecimal",
13224 "bitflags 2.9.0",
13225 "byteorder",
13226 "chrono",
13227 "crc",
13228 "dotenvy",
13229 "etcetera",
13230 "futures-channel",
13231 "futures-core",
13232 "futures-util",
13233 "hex",
13234 "hkdf",
13235 "hmac",
13236 "home",
13237 "itoa",
13238 "log",
13239 "md-5",
13240 "memchr",
13241 "num-bigint",
13242 "once_cell",
13243 "rand 0.8.5",
13244 "rust_decimal",
13245 "serde",
13246 "serde_json",
13247 "sha2",
13248 "smallvec",
13249 "sqlx-core",
13250 "stringprep",
13251 "thiserror 2.0.12",
13252 "time",
13253 "tracing",
13254 "uuid",
13255 "whoami",
13256]
13257
13258[[package]]
13259name = "sqlx-sqlite"
13260version = "0.8.3"
13261source = "registry+https://github.com/rust-lang/crates.io-index"
13262checksum = "f85ca71d3a5b24e64e1d08dd8fe36c6c95c339a896cc33068148906784620540"
13263dependencies = [
13264 "atoi",
13265 "chrono",
13266 "flume",
13267 "futures-channel",
13268 "futures-core",
13269 "futures-executor",
13270 "futures-intrusive",
13271 "futures-util",
13272 "libsqlite3-sys",
13273 "log",
13274 "percent-encoding",
13275 "serde",
13276 "serde_urlencoded",
13277 "sqlx-core",
13278 "time",
13279 "tracing",
13280 "url",
13281 "uuid",
13282]
13283
13284[[package]]
13285name = "stable_deref_trait"
13286version = "1.2.0"
13287source = "registry+https://github.com/rust-lang/crates.io-index"
13288checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
13289
13290[[package]]
13291name = "static_assertions"
13292version = "1.1.0"
13293source = "registry+https://github.com/rust-lang/crates.io-index"
13294checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
13295
13296[[package]]
13297name = "story"
13298version = "0.1.0"
13299dependencies = [
13300 "gpui",
13301 "itertools 0.14.0",
13302 "smallvec",
13303]
13304
13305[[package]]
13306name = "storybook"
13307version = "0.1.0"
13308dependencies = [
13309 "anyhow",
13310 "clap",
13311 "collab_ui",
13312 "ctrlc",
13313 "dialoguer",
13314 "editor",
13315 "fuzzy",
13316 "gpui",
13317 "indoc",
13318 "language",
13319 "log",
13320 "menu",
13321 "picker",
13322 "project",
13323 "reqwest_client",
13324 "rust-embed",
13325 "settings",
13326 "simplelog",
13327 "story",
13328 "strum",
13329 "theme",
13330 "title_bar",
13331 "ui",
13332 "workspace",
13333]
13334
13335[[package]]
13336name = "streaming-iterator"
13337version = "0.1.9"
13338source = "registry+https://github.com/rust-lang/crates.io-index"
13339checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
13340
13341[[package]]
13342name = "streaming_diff"
13343version = "0.1.0"
13344dependencies = [
13345 "ordered-float 2.10.1",
13346 "rand 0.8.5",
13347 "rope",
13348 "util",
13349]
13350
13351[[package]]
13352name = "strict-num"
13353version = "0.1.1"
13354source = "registry+https://github.com/rust-lang/crates.io-index"
13355checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
13356dependencies = [
13357 "float-cmp",
13358]
13359
13360[[package]]
13361name = "string_cache"
13362version = "0.8.7"
13363source = "registry+https://github.com/rust-lang/crates.io-index"
13364checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
13365dependencies = [
13366 "new_debug_unreachable",
13367 "once_cell",
13368 "parking_lot",
13369 "phf_shared 0.10.0",
13370 "precomputed-hash",
13371 "serde",
13372]
13373
13374[[package]]
13375name = "string_cache_codegen"
13376version = "0.5.2"
13377source = "registry+https://github.com/rust-lang/crates.io-index"
13378checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
13379dependencies = [
13380 "phf_generator 0.10.0",
13381 "phf_shared 0.10.0",
13382 "proc-macro2",
13383 "quote",
13384]
13385
13386[[package]]
13387name = "stringprep"
13388version = "0.1.5"
13389source = "registry+https://github.com/rust-lang/crates.io-index"
13390checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
13391dependencies = [
13392 "unicode-bidi",
13393 "unicode-normalization",
13394 "unicode-properties",
13395]
13396
13397[[package]]
13398name = "strsim"
13399version = "0.11.1"
13400source = "registry+https://github.com/rust-lang/crates.io-index"
13401checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
13402
13403[[package]]
13404name = "strum"
13405version = "0.26.3"
13406source = "registry+https://github.com/rust-lang/crates.io-index"
13407checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
13408dependencies = [
13409 "strum_macros",
13410]
13411
13412[[package]]
13413name = "strum_macros"
13414version = "0.26.4"
13415source = "registry+https://github.com/rust-lang/crates.io-index"
13416checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
13417dependencies = [
13418 "heck 0.5.0",
13419 "proc-macro2",
13420 "quote",
13421 "rustversion",
13422 "syn 2.0.100",
13423]
13424
13425[[package]]
13426name = "subtle"
13427version = "2.6.1"
13428source = "registry+https://github.com/rust-lang/crates.io-index"
13429checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
13430
13431[[package]]
13432name = "sum_tree"
13433version = "0.1.0"
13434dependencies = [
13435 "arrayvec",
13436 "ctor",
13437 "env_logger 0.11.7",
13438 "log",
13439 "rand 0.8.5",
13440 "rayon",
13441]
13442
13443[[package]]
13444name = "supermaven"
13445version = "0.1.0"
13446dependencies = [
13447 "anyhow",
13448 "client",
13449 "collections",
13450 "editor",
13451 "env_logger 0.11.7",
13452 "futures 0.3.31",
13453 "gpui",
13454 "http_client",
13455 "inline_completion",
13456 "language",
13457 "log",
13458 "postage",
13459 "project",
13460 "serde",
13461 "serde_json",
13462 "settings",
13463 "smol",
13464 "supermaven_api",
13465 "text",
13466 "theme",
13467 "ui",
13468 "unicode-segmentation",
13469 "util",
13470]
13471
13472[[package]]
13473name = "supermaven_api"
13474version = "0.1.0"
13475dependencies = [
13476 "anyhow",
13477 "futures 0.3.31",
13478 "http_client",
13479 "paths",
13480 "serde",
13481 "serde_json",
13482 "smol",
13483]
13484
13485[[package]]
13486name = "sval"
13487version = "2.13.2"
13488source = "registry+https://github.com/rust-lang/crates.io-index"
13489checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
13490
13491[[package]]
13492name = "sval_buffer"
13493version = "2.13.2"
13494source = "registry+https://github.com/rust-lang/crates.io-index"
13495checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
13496dependencies = [
13497 "sval",
13498 "sval_ref",
13499]
13500
13501[[package]]
13502name = "sval_dynamic"
13503version = "2.13.2"
13504source = "registry+https://github.com/rust-lang/crates.io-index"
13505checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
13506dependencies = [
13507 "sval",
13508]
13509
13510[[package]]
13511name = "sval_fmt"
13512version = "2.13.2"
13513source = "registry+https://github.com/rust-lang/crates.io-index"
13514checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
13515dependencies = [
13516 "itoa",
13517 "ryu",
13518 "sval",
13519]
13520
13521[[package]]
13522name = "sval_json"
13523version = "2.13.2"
13524source = "registry+https://github.com/rust-lang/crates.io-index"
13525checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
13526dependencies = [
13527 "itoa",
13528 "ryu",
13529 "sval",
13530]
13531
13532[[package]]
13533name = "sval_nested"
13534version = "2.13.2"
13535source = "registry+https://github.com/rust-lang/crates.io-index"
13536checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
13537dependencies = [
13538 "sval",
13539 "sval_buffer",
13540 "sval_ref",
13541]
13542
13543[[package]]
13544name = "sval_ref"
13545version = "2.13.2"
13546source = "registry+https://github.com/rust-lang/crates.io-index"
13547checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
13548dependencies = [
13549 "sval",
13550]
13551
13552[[package]]
13553name = "sval_serde"
13554version = "2.13.2"
13555source = "registry+https://github.com/rust-lang/crates.io-index"
13556checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
13557dependencies = [
13558 "serde",
13559 "sval",
13560 "sval_nested",
13561]
13562
13563[[package]]
13564name = "svg_fmt"
13565version = "0.4.4"
13566source = "registry+https://github.com/rust-lang/crates.io-index"
13567checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
13568
13569[[package]]
13570name = "svgtypes"
13571version = "0.15.3"
13572source = "registry+https://github.com/rust-lang/crates.io-index"
13573checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
13574dependencies = [
13575 "kurbo",
13576 "siphasher 1.0.1",
13577]
13578
13579[[package]]
13580name = "swash"
13581version = "0.2.1"
13582source = "registry+https://github.com/rust-lang/crates.io-index"
13583checksum = "13d5bbc2aa266907ed8ee977c9c9e16363cc2b001266104e13397b57f1d15f71"
13584dependencies = [
13585 "skrifa",
13586 "yazi",
13587 "zeno",
13588]
13589
13590[[package]]
13591name = "syn"
13592version = "1.0.109"
13593source = "registry+https://github.com/rust-lang/crates.io-index"
13594checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
13595dependencies = [
13596 "proc-macro2",
13597 "quote",
13598 "unicode-ident",
13599]
13600
13601[[package]]
13602name = "syn"
13603version = "2.0.100"
13604source = "registry+https://github.com/rust-lang/crates.io-index"
13605checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
13606dependencies = [
13607 "proc-macro2",
13608 "quote",
13609 "unicode-ident",
13610]
13611
13612[[package]]
13613name = "sync_wrapper"
13614version = "0.1.2"
13615source = "registry+https://github.com/rust-lang/crates.io-index"
13616checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
13617
13618[[package]]
13619name = "sync_wrapper"
13620version = "1.0.2"
13621source = "registry+https://github.com/rust-lang/crates.io-index"
13622checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
13623dependencies = [
13624 "futures-core",
13625]
13626
13627[[package]]
13628name = "synchronoise"
13629version = "1.0.1"
13630source = "registry+https://github.com/rust-lang/crates.io-index"
13631checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
13632dependencies = [
13633 "crossbeam-queue",
13634]
13635
13636[[package]]
13637name = "synstructure"
13638version = "0.13.1"
13639source = "registry+https://github.com/rust-lang/crates.io-index"
13640checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
13641dependencies = [
13642 "proc-macro2",
13643 "quote",
13644 "syn 2.0.100",
13645]
13646
13647[[package]]
13648name = "sys-locale"
13649version = "0.3.2"
13650source = "registry+https://github.com/rust-lang/crates.io-index"
13651checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
13652dependencies = [
13653 "libc",
13654]
13655
13656[[package]]
13657name = "sysinfo"
13658version = "0.31.4"
13659source = "registry+https://github.com/rust-lang/crates.io-index"
13660checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
13661dependencies = [
13662 "core-foundation-sys",
13663 "libc",
13664 "memchr",
13665 "ntapi",
13666 "rayon",
13667 "windows 0.57.0",
13668]
13669
13670[[package]]
13671name = "system-configuration"
13672version = "0.5.1"
13673source = "registry+https://github.com/rust-lang/crates.io-index"
13674checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
13675dependencies = [
13676 "bitflags 1.3.2",
13677 "core-foundation 0.9.4",
13678 "system-configuration-sys 0.5.0",
13679]
13680
13681[[package]]
13682name = "system-configuration"
13683version = "0.6.1"
13684source = "registry+https://github.com/rust-lang/crates.io-index"
13685checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
13686dependencies = [
13687 "bitflags 2.9.0",
13688 "core-foundation 0.9.4",
13689 "system-configuration-sys 0.6.0",
13690]
13691
13692[[package]]
13693name = "system-configuration-sys"
13694version = "0.5.0"
13695source = "registry+https://github.com/rust-lang/crates.io-index"
13696checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
13697dependencies = [
13698 "core-foundation-sys",
13699 "libc",
13700]
13701
13702[[package]]
13703name = "system-configuration-sys"
13704version = "0.6.0"
13705source = "registry+https://github.com/rust-lang/crates.io-index"
13706checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
13707dependencies = [
13708 "core-foundation-sys",
13709 "libc",
13710]
13711
13712[[package]]
13713name = "system-deps"
13714version = "6.2.2"
13715source = "registry+https://github.com/rust-lang/crates.io-index"
13716checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
13717dependencies = [
13718 "cfg-expr",
13719 "heck 0.5.0",
13720 "pkg-config",
13721 "toml 0.8.20",
13722 "version-compare",
13723]
13724
13725[[package]]
13726name = "system-interface"
13727version = "0.27.3"
13728source = "registry+https://github.com/rust-lang/crates.io-index"
13729checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
13730dependencies = [
13731 "bitflags 2.9.0",
13732 "cap-fs-ext",
13733 "cap-std",
13734 "fd-lock",
13735 "io-lifetimes",
13736 "rustix",
13737 "windows-sys 0.59.0",
13738 "winx",
13739]
13740
13741[[package]]
13742name = "tab_switcher"
13743version = "0.1.0"
13744dependencies = [
13745 "anyhow",
13746 "collections",
13747 "ctor",
13748 "editor",
13749 "env_logger 0.11.7",
13750 "gpui",
13751 "language",
13752 "menu",
13753 "picker",
13754 "project",
13755 "schemars",
13756 "serde",
13757 "serde_json",
13758 "settings",
13759 "theme",
13760 "ui",
13761 "util",
13762 "workspace",
13763]
13764
13765[[package]]
13766name = "taffy"
13767version = "0.4.4"
13768source = "registry+https://github.com/rust-lang/crates.io-index"
13769checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
13770dependencies = [
13771 "arrayvec",
13772 "grid",
13773 "num-traits",
13774 "serde",
13775 "slotmap",
13776]
13777
13778[[package]]
13779name = "take-until"
13780version = "0.2.0"
13781source = "registry+https://github.com/rust-lang/crates.io-index"
13782checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
13783
13784[[package]]
13785name = "tap"
13786version = "1.0.1"
13787source = "registry+https://github.com/rust-lang/crates.io-index"
13788checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
13789
13790[[package]]
13791name = "target-lexicon"
13792version = "0.12.16"
13793source = "registry+https://github.com/rust-lang/crates.io-index"
13794checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
13795
13796[[package]]
13797name = "target-lexicon"
13798version = "0.13.2"
13799source = "registry+https://github.com/rust-lang/crates.io-index"
13800checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
13801
13802[[package]]
13803name = "task"
13804version = "0.1.0"
13805dependencies = [
13806 "anyhow",
13807 "collections",
13808 "dap-types",
13809 "futures 0.3.31",
13810 "gpui",
13811 "hex",
13812 "parking_lot",
13813 "schemars",
13814 "serde",
13815 "serde_json",
13816 "serde_json_lenient",
13817 "sha2",
13818 "shellexpand 2.1.2",
13819 "util",
13820 "zed_actions",
13821]
13822
13823[[package]]
13824name = "tasks_ui"
13825version = "0.1.0"
13826dependencies = [
13827 "anyhow",
13828 "debugger_ui",
13829 "editor",
13830 "feature_flags",
13831 "file_icons",
13832 "fuzzy",
13833 "gpui",
13834 "language",
13835 "menu",
13836 "picker",
13837 "project",
13838 "serde",
13839 "serde_json",
13840 "task",
13841 "tree-sitter-rust",
13842 "tree-sitter-typescript",
13843 "ui",
13844 "util",
13845 "workspace",
13846 "zed_actions",
13847]
13848
13849[[package]]
13850name = "telemetry"
13851version = "0.1.0"
13852dependencies = [
13853 "futures 0.3.31",
13854 "serde",
13855 "serde_json",
13856 "telemetry_events",
13857]
13858
13859[[package]]
13860name = "telemetry_events"
13861version = "0.1.0"
13862dependencies = [
13863 "semantic_version",
13864 "serde",
13865 "serde_json",
13866]
13867
13868[[package]]
13869name = "tempfile"
13870version = "3.17.1"
13871source = "registry+https://github.com/rust-lang/crates.io-index"
13872checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230"
13873dependencies = [
13874 "cfg-if",
13875 "fastrand 2.3.0",
13876 "getrandom 0.3.1",
13877 "once_cell",
13878 "rustix",
13879 "windows-sys 0.59.0",
13880]
13881
13882[[package]]
13883name = "tendril"
13884version = "0.4.3"
13885source = "registry+https://github.com/rust-lang/crates.io-index"
13886checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
13887dependencies = [
13888 "futf",
13889 "mac",
13890 "utf-8",
13891]
13892
13893[[package]]
13894name = "termcolor"
13895version = "1.4.1"
13896source = "registry+https://github.com/rust-lang/crates.io-index"
13897checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
13898dependencies = [
13899 "winapi-util",
13900]
13901
13902[[package]]
13903name = "terminal"
13904version = "0.1.0"
13905dependencies = [
13906 "alacritty_terminal",
13907 "anyhow",
13908 "collections",
13909 "dirs 4.0.0",
13910 "futures 0.3.31",
13911 "gpui",
13912 "libc",
13913 "rand 0.8.5",
13914 "regex",
13915 "release_channel",
13916 "schemars",
13917 "serde",
13918 "serde_derive",
13919 "settings",
13920 "smol",
13921 "sysinfo",
13922 "task",
13923 "theme",
13924 "thiserror 2.0.12",
13925 "util",
13926 "windows 0.61.1",
13927]
13928
13929[[package]]
13930name = "terminal_size"
13931version = "0.4.1"
13932source = "registry+https://github.com/rust-lang/crates.io-index"
13933checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
13934dependencies = [
13935 "rustix",
13936 "windows-sys 0.59.0",
13937]
13938
13939[[package]]
13940name = "terminal_view"
13941version = "0.1.0"
13942dependencies = [
13943 "anyhow",
13944 "async-recursion 1.1.1",
13945 "breadcrumbs",
13946 "client",
13947 "collections",
13948 "db",
13949 "dirs 4.0.0",
13950 "editor",
13951 "futures 0.3.31",
13952 "gpui",
13953 "itertools 0.14.0",
13954 "language",
13955 "log",
13956 "project",
13957 "rand 0.8.5",
13958 "schemars",
13959 "search",
13960 "serde",
13961 "serde_json",
13962 "settings",
13963 "shellexpand 2.1.2",
13964 "smol",
13965 "task",
13966 "terminal",
13967 "theme",
13968 "ui",
13969 "util",
13970 "workspace",
13971 "zed_actions",
13972]
13973
13974[[package]]
13975name = "text"
13976version = "0.1.0"
13977dependencies = [
13978 "anyhow",
13979 "clock",
13980 "collections",
13981 "ctor",
13982 "env_logger 0.11.7",
13983 "gpui",
13984 "http_client",
13985 "log",
13986 "parking_lot",
13987 "postage",
13988 "rand 0.8.5",
13989 "regex",
13990 "rope",
13991 "smallvec",
13992 "sum_tree",
13993 "util",
13994]
13995
13996[[package]]
13997name = "theme"
13998version = "0.1.0"
13999dependencies = [
14000 "anyhow",
14001 "collections",
14002 "derive_more",
14003 "fs",
14004 "futures 0.3.31",
14005 "gpui",
14006 "indexmap",
14007 "log",
14008 "palette",
14009 "parking_lot",
14010 "refineable",
14011 "schemars",
14012 "serde",
14013 "serde_derive",
14014 "serde_json",
14015 "serde_json_lenient",
14016 "serde_repr",
14017 "settings",
14018 "strum",
14019 "thiserror 2.0.12",
14020 "util",
14021 "uuid",
14022]
14023
14024[[package]]
14025name = "theme_extension"
14026version = "0.1.0"
14027dependencies = [
14028 "anyhow",
14029 "extension",
14030 "fs",
14031 "gpui",
14032 "theme",
14033]
14034
14035[[package]]
14036name = "theme_importer"
14037version = "0.1.0"
14038dependencies = [
14039 "anyhow",
14040 "clap",
14041 "gpui",
14042 "indexmap",
14043 "log",
14044 "palette",
14045 "rust-embed",
14046 "serde",
14047 "serde_json",
14048 "serde_json_lenient",
14049 "simplelog",
14050 "strum",
14051 "theme",
14052 "vscode_theme",
14053]
14054
14055[[package]]
14056name = "theme_selector"
14057version = "0.1.0"
14058dependencies = [
14059 "fs",
14060 "fuzzy",
14061 "gpui",
14062 "log",
14063 "picker",
14064 "serde",
14065 "settings",
14066 "telemetry",
14067 "theme",
14068 "ui",
14069 "util",
14070 "workspace",
14071 "zed_actions",
14072]
14073
14074[[package]]
14075name = "thiserror"
14076version = "1.0.69"
14077source = "registry+https://github.com/rust-lang/crates.io-index"
14078checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
14079dependencies = [
14080 "thiserror-impl 1.0.69",
14081]
14082
14083[[package]]
14084name = "thiserror"
14085version = "2.0.12"
14086source = "registry+https://github.com/rust-lang/crates.io-index"
14087checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
14088dependencies = [
14089 "thiserror-impl 2.0.12",
14090]
14091
14092[[package]]
14093name = "thiserror-impl"
14094version = "1.0.69"
14095source = "registry+https://github.com/rust-lang/crates.io-index"
14096checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
14097dependencies = [
14098 "proc-macro2",
14099 "quote",
14100 "syn 2.0.100",
14101]
14102
14103[[package]]
14104name = "thiserror-impl"
14105version = "2.0.12"
14106source = "registry+https://github.com/rust-lang/crates.io-index"
14107checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
14108dependencies = [
14109 "proc-macro2",
14110 "quote",
14111 "syn 2.0.100",
14112]
14113
14114[[package]]
14115name = "thread_local"
14116version = "1.1.8"
14117source = "registry+https://github.com/rust-lang/crates.io-index"
14118checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
14119dependencies = [
14120 "cfg-if",
14121 "once_cell",
14122]
14123
14124[[package]]
14125name = "tiff"
14126version = "0.9.1"
14127source = "registry+https://github.com/rust-lang/crates.io-index"
14128checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
14129dependencies = [
14130 "flate2",
14131 "jpeg-decoder",
14132 "weezl",
14133]
14134
14135[[package]]
14136name = "tiktoken-rs"
14137version = "0.6.0"
14138source = "registry+https://github.com/rust-lang/crates.io-index"
14139checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
14140dependencies = [
14141 "anyhow",
14142 "base64 0.21.7",
14143 "bstr",
14144 "fancy-regex 0.13.0",
14145 "lazy_static",
14146 "parking_lot",
14147 "regex",
14148 "rustc-hash 1.1.0",
14149]
14150
14151[[package]]
14152name = "time"
14153version = "0.3.41"
14154source = "registry+https://github.com/rust-lang/crates.io-index"
14155checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
14156dependencies = [
14157 "deranged",
14158 "itoa",
14159 "libc",
14160 "num-conv",
14161 "num_threads",
14162 "powerfmt",
14163 "serde",
14164 "time-core",
14165 "time-macros",
14166]
14167
14168[[package]]
14169name = "time-core"
14170version = "0.1.4"
14171source = "registry+https://github.com/rust-lang/crates.io-index"
14172checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
14173
14174[[package]]
14175name = "time-macros"
14176version = "0.2.22"
14177source = "registry+https://github.com/rust-lang/crates.io-index"
14178checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
14179dependencies = [
14180 "num-conv",
14181 "time-core",
14182]
14183
14184[[package]]
14185name = "time_format"
14186version = "0.1.0"
14187dependencies = [
14188 "core-foundation 0.10.0",
14189 "core-foundation-sys",
14190 "sys-locale",
14191 "time",
14192]
14193
14194[[package]]
14195name = "tiny-keccak"
14196version = "2.0.2"
14197source = "registry+https://github.com/rust-lang/crates.io-index"
14198checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
14199dependencies = [
14200 "crunchy",
14201]
14202
14203[[package]]
14204name = "tiny-skia"
14205version = "0.11.4"
14206source = "registry+https://github.com/rust-lang/crates.io-index"
14207checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
14208dependencies = [
14209 "arrayref",
14210 "arrayvec",
14211 "bytemuck",
14212 "cfg-if",
14213 "log",
14214 "png",
14215 "tiny-skia-path",
14216]
14217
14218[[package]]
14219name = "tiny-skia-path"
14220version = "0.11.4"
14221source = "registry+https://github.com/rust-lang/crates.io-index"
14222checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
14223dependencies = [
14224 "arrayref",
14225 "bytemuck",
14226 "strict-num",
14227]
14228
14229[[package]]
14230name = "tiny_http"
14231version = "0.8.2"
14232source = "registry+https://github.com/rust-lang/crates.io-index"
14233checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
14234dependencies = [
14235 "ascii",
14236 "chrono",
14237 "chunked_transfer",
14238 "log",
14239 "url",
14240]
14241
14242[[package]]
14243name = "tinystr"
14244version = "0.7.6"
14245source = "registry+https://github.com/rust-lang/crates.io-index"
14246checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
14247dependencies = [
14248 "displaydoc",
14249 "zerovec",
14250]
14251
14252[[package]]
14253name = "tinytemplate"
14254version = "1.2.1"
14255source = "registry+https://github.com/rust-lang/crates.io-index"
14256checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
14257dependencies = [
14258 "serde",
14259 "serde_json",
14260]
14261
14262[[package]]
14263name = "tinyvec"
14264version = "1.8.0"
14265source = "registry+https://github.com/rust-lang/crates.io-index"
14266checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
14267dependencies = [
14268 "tinyvec_macros",
14269]
14270
14271[[package]]
14272name = "tinyvec_macros"
14273version = "0.1.1"
14274source = "registry+https://github.com/rust-lang/crates.io-index"
14275checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
14276
14277[[package]]
14278name = "title_bar"
14279version = "0.1.0"
14280dependencies = [
14281 "auto_update",
14282 "call",
14283 "chrono",
14284 "client",
14285 "collections",
14286 "db",
14287 "feature_flags",
14288 "gpui",
14289 "http_client",
14290 "notifications",
14291 "pretty_assertions",
14292 "project",
14293 "remote",
14294 "rpc",
14295 "schemars",
14296 "serde",
14297 "settings",
14298 "smallvec",
14299 "story",
14300 "telemetry",
14301 "theme",
14302 "tree-sitter-md",
14303 "ui",
14304 "util",
14305 "windows 0.61.1",
14306 "workspace",
14307 "zed_actions",
14308]
14309
14310[[package]]
14311name = "tokio"
14312version = "1.43.0"
14313source = "registry+https://github.com/rust-lang/crates.io-index"
14314checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
14315dependencies = [
14316 "backtrace",
14317 "bytes 1.10.1",
14318 "libc",
14319 "mio",
14320 "parking_lot",
14321 "pin-project-lite",
14322 "signal-hook-registry",
14323 "socket2",
14324 "tokio-macros",
14325 "windows-sys 0.52.0",
14326]
14327
14328[[package]]
14329name = "tokio-io"
14330version = "0.1.13"
14331source = "registry+https://github.com/rust-lang/crates.io-index"
14332checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
14333dependencies = [
14334 "bytes 0.4.12",
14335 "futures 0.1.31",
14336 "log",
14337]
14338
14339[[package]]
14340name = "tokio-macros"
14341version = "2.5.0"
14342source = "registry+https://github.com/rust-lang/crates.io-index"
14343checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
14344dependencies = [
14345 "proc-macro2",
14346 "quote",
14347 "syn 2.0.100",
14348]
14349
14350[[package]]
14351name = "tokio-native-tls"
14352version = "0.3.1"
14353source = "registry+https://github.com/rust-lang/crates.io-index"
14354checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
14355dependencies = [
14356 "native-tls",
14357 "tokio",
14358]
14359
14360[[package]]
14361name = "tokio-rustls"
14362version = "0.24.1"
14363source = "registry+https://github.com/rust-lang/crates.io-index"
14364checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
14365dependencies = [
14366 "rustls 0.21.12",
14367 "tokio",
14368]
14369
14370[[package]]
14371name = "tokio-rustls"
14372version = "0.26.1"
14373source = "registry+https://github.com/rust-lang/crates.io-index"
14374checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
14375dependencies = [
14376 "rustls 0.23.25",
14377 "tokio",
14378]
14379
14380[[package]]
14381name = "tokio-socks"
14382version = "0.5.2"
14383source = "registry+https://github.com/rust-lang/crates.io-index"
14384checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
14385dependencies = [
14386 "either",
14387 "futures-io",
14388 "futures-util",
14389 "thiserror 1.0.69",
14390 "tokio",
14391]
14392
14393[[package]]
14394name = "tokio-stream"
14395version = "0.1.17"
14396source = "registry+https://github.com/rust-lang/crates.io-index"
14397checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
14398dependencies = [
14399 "futures-core",
14400 "pin-project-lite",
14401 "tokio",
14402]
14403
14404[[package]]
14405name = "tokio-tungstenite"
14406version = "0.20.1"
14407source = "registry+https://github.com/rust-lang/crates.io-index"
14408checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
14409dependencies = [
14410 "futures-util",
14411 "log",
14412 "tokio",
14413 "tungstenite 0.20.1",
14414]
14415
14416[[package]]
14417name = "tokio-tungstenite"
14418version = "0.21.0"
14419source = "registry+https://github.com/rust-lang/crates.io-index"
14420checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
14421dependencies = [
14422 "futures-util",
14423 "log",
14424 "tokio",
14425 "tungstenite 0.21.0",
14426]
14427
14428[[package]]
14429name = "tokio-tungstenite"
14430version = "0.26.2"
14431source = "registry+https://github.com/rust-lang/crates.io-index"
14432checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
14433dependencies = [
14434 "futures-util",
14435 "log",
14436 "rustls 0.23.25",
14437 "rustls-pki-types",
14438 "tokio",
14439 "tokio-rustls 0.26.1",
14440 "tungstenite 0.26.2",
14441]
14442
14443[[package]]
14444name = "tokio-util"
14445version = "0.7.13"
14446source = "registry+https://github.com/rust-lang/crates.io-index"
14447checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
14448dependencies = [
14449 "bytes 1.10.1",
14450 "futures-core",
14451 "futures-io",
14452 "futures-sink",
14453 "pin-project-lite",
14454 "tokio",
14455]
14456
14457[[package]]
14458name = "toml"
14459version = "0.5.11"
14460source = "registry+https://github.com/rust-lang/crates.io-index"
14461checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
14462dependencies = [
14463 "serde",
14464]
14465
14466[[package]]
14467name = "toml"
14468version = "0.8.20"
14469source = "registry+https://github.com/rust-lang/crates.io-index"
14470checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
14471dependencies = [
14472 "serde",
14473 "serde_spanned",
14474 "toml_datetime",
14475 "toml_edit",
14476]
14477
14478[[package]]
14479name = "toml_datetime"
14480version = "0.6.8"
14481source = "registry+https://github.com/rust-lang/crates.io-index"
14482checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
14483dependencies = [
14484 "serde",
14485]
14486
14487[[package]]
14488name = "toml_edit"
14489version = "0.22.23"
14490source = "registry+https://github.com/rust-lang/crates.io-index"
14491checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee"
14492dependencies = [
14493 "indexmap",
14494 "serde",
14495 "serde_spanned",
14496 "toml_datetime",
14497 "winnow 0.7.1",
14498]
14499
14500[[package]]
14501name = "toolchain_selector"
14502version = "0.1.0"
14503dependencies = [
14504 "editor",
14505 "fuzzy",
14506 "gpui",
14507 "language",
14508 "picker",
14509 "project",
14510 "ui",
14511 "util",
14512 "workspace",
14513]
14514
14515[[package]]
14516name = "topological-sort"
14517version = "0.2.2"
14518source = "registry+https://github.com/rust-lang/crates.io-index"
14519checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
14520
14521[[package]]
14522name = "tower"
14523version = "0.4.13"
14524source = "registry+https://github.com/rust-lang/crates.io-index"
14525checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
14526dependencies = [
14527 "futures-core",
14528 "futures-util",
14529 "pin-project",
14530 "pin-project-lite",
14531 "tokio",
14532 "tower-layer",
14533 "tower-service",
14534 "tracing",
14535]
14536
14537[[package]]
14538name = "tower-http"
14539version = "0.3.5"
14540source = "registry+https://github.com/rust-lang/crates.io-index"
14541checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
14542dependencies = [
14543 "bitflags 1.3.2",
14544 "bytes 1.10.1",
14545 "futures-core",
14546 "futures-util",
14547 "http 0.2.12",
14548 "http-body 0.4.6",
14549 "http-range-header",
14550 "pin-project-lite",
14551 "tower-layer",
14552 "tower-service",
14553]
14554
14555[[package]]
14556name = "tower-http"
14557version = "0.4.4"
14558source = "registry+https://github.com/rust-lang/crates.io-index"
14559checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
14560dependencies = [
14561 "bitflags 2.9.0",
14562 "bytes 1.10.1",
14563 "futures-core",
14564 "futures-util",
14565 "http 0.2.12",
14566 "http-body 0.4.6",
14567 "http-range-header",
14568 "pin-project-lite",
14569 "tower-layer",
14570 "tower-service",
14571 "tracing",
14572]
14573
14574[[package]]
14575name = "tower-layer"
14576version = "0.3.3"
14577source = "registry+https://github.com/rust-lang/crates.io-index"
14578checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
14579
14580[[package]]
14581name = "tower-service"
14582version = "0.3.3"
14583source = "registry+https://github.com/rust-lang/crates.io-index"
14584checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
14585
14586[[package]]
14587name = "tracing"
14588version = "0.1.41"
14589source = "registry+https://github.com/rust-lang/crates.io-index"
14590checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
14591dependencies = [
14592 "log",
14593 "pin-project-lite",
14594 "tracing-attributes",
14595 "tracing-core",
14596]
14597
14598[[package]]
14599name = "tracing-attributes"
14600version = "0.1.28"
14601source = "registry+https://github.com/rust-lang/crates.io-index"
14602checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
14603dependencies = [
14604 "proc-macro2",
14605 "quote",
14606 "syn 2.0.100",
14607]
14608
14609[[package]]
14610name = "tracing-core"
14611version = "0.1.33"
14612source = "registry+https://github.com/rust-lang/crates.io-index"
14613checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
14614dependencies = [
14615 "once_cell",
14616 "valuable",
14617]
14618
14619[[package]]
14620name = "tracing-log"
14621version = "0.2.0"
14622source = "registry+https://github.com/rust-lang/crates.io-index"
14623checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
14624dependencies = [
14625 "log",
14626 "once_cell",
14627 "tracing-core",
14628]
14629
14630[[package]]
14631name = "tracing-serde"
14632version = "0.2.0"
14633source = "registry+https://github.com/rust-lang/crates.io-index"
14634checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
14635dependencies = [
14636 "serde",
14637 "tracing-core",
14638]
14639
14640[[package]]
14641name = "tracing-subscriber"
14642version = "0.3.19"
14643source = "registry+https://github.com/rust-lang/crates.io-index"
14644checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
14645dependencies = [
14646 "matchers",
14647 "nu-ansi-term",
14648 "once_cell",
14649 "regex",
14650 "serde",
14651 "serde_json",
14652 "sharded-slab",
14653 "smallvec",
14654 "thread_local",
14655 "tracing",
14656 "tracing-core",
14657 "tracing-log",
14658 "tracing-serde",
14659]
14660
14661[[package]]
14662name = "trait-variant"
14663version = "0.1.2"
14664source = "registry+https://github.com/rust-lang/crates.io-index"
14665checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
14666dependencies = [
14667 "proc-macro2",
14668 "quote",
14669 "syn 2.0.100",
14670]
14671
14672[[package]]
14673name = "tree-sitter"
14674version = "0.25.3"
14675source = "registry+https://github.com/rust-lang/crates.io-index"
14676checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
14677dependencies = [
14678 "cc",
14679 "regex",
14680 "regex-syntax 0.8.5",
14681 "serde_json",
14682 "streaming-iterator",
14683 "tree-sitter-language",
14684 "wasmtime-c-api-impl",
14685]
14686
14687[[package]]
14688name = "tree-sitter-bash"
14689version = "0.23.3"
14690source = "registry+https://github.com/rust-lang/crates.io-index"
14691checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
14692dependencies = [
14693 "cc",
14694 "tree-sitter-language",
14695]
14696
14697[[package]]
14698name = "tree-sitter-c"
14699version = "0.23.4"
14700source = "registry+https://github.com/rust-lang/crates.io-index"
14701checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
14702dependencies = [
14703 "cc",
14704 "tree-sitter-language",
14705]
14706
14707[[package]]
14708name = "tree-sitter-cpp"
14709version = "0.23.4"
14710source = "registry+https://github.com/rust-lang/crates.io-index"
14711checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
14712dependencies = [
14713 "cc",
14714 "tree-sitter-language",
14715]
14716
14717[[package]]
14718name = "tree-sitter-css"
14719version = "0.23.2"
14720source = "registry+https://github.com/rust-lang/crates.io-index"
14721checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
14722dependencies = [
14723 "cc",
14724 "tree-sitter-language",
14725]
14726
14727[[package]]
14728name = "tree-sitter-diff"
14729version = "0.1.0"
14730source = "registry+https://github.com/rust-lang/crates.io-index"
14731checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
14732dependencies = [
14733 "cc",
14734 "tree-sitter-language",
14735]
14736
14737[[package]]
14738name = "tree-sitter-elixir"
14739version = "0.3.4"
14740source = "registry+https://github.com/rust-lang/crates.io-index"
14741checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
14742dependencies = [
14743 "cc",
14744 "tree-sitter-language",
14745]
14746
14747[[package]]
14748name = "tree-sitter-embedded-template"
14749version = "0.23.2"
14750source = "registry+https://github.com/rust-lang/crates.io-index"
14751checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
14752dependencies = [
14753 "cc",
14754 "tree-sitter-language",
14755]
14756
14757[[package]]
14758name = "tree-sitter-gitcommit"
14759version = "0.0.1"
14760source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
14761dependencies = [
14762 "cc",
14763 "tree-sitter-language",
14764]
14765
14766[[package]]
14767name = "tree-sitter-go"
14768version = "0.23.4"
14769source = "registry+https://github.com/rust-lang/crates.io-index"
14770checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
14771dependencies = [
14772 "cc",
14773 "tree-sitter-language",
14774]
14775
14776[[package]]
14777name = "tree-sitter-gomod"
14778version = "1.1.1"
14779source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
14780dependencies = [
14781 "cc",
14782 "tree-sitter-language",
14783]
14784
14785[[package]]
14786name = "tree-sitter-gowork"
14787version = "0.0.1"
14788source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
14789dependencies = [
14790 "cc",
14791 "tree-sitter-language",
14792]
14793
14794[[package]]
14795name = "tree-sitter-heex"
14796version = "0.0.1"
14797source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
14798dependencies = [
14799 "cc",
14800 "tree-sitter-language",
14801]
14802
14803[[package]]
14804name = "tree-sitter-html"
14805version = "0.23.2"
14806source = "registry+https://github.com/rust-lang/crates.io-index"
14807checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
14808dependencies = [
14809 "cc",
14810 "tree-sitter-language",
14811]
14812
14813[[package]]
14814name = "tree-sitter-jsdoc"
14815version = "0.23.2"
14816source = "registry+https://github.com/rust-lang/crates.io-index"
14817checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
14818dependencies = [
14819 "cc",
14820 "tree-sitter-language",
14821]
14822
14823[[package]]
14824name = "tree-sitter-json"
14825version = "0.24.8"
14826source = "registry+https://github.com/rust-lang/crates.io-index"
14827checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
14828dependencies = [
14829 "cc",
14830 "tree-sitter-language",
14831]
14832
14833[[package]]
14834name = "tree-sitter-language"
14835version = "0.1.3"
14836source = "registry+https://github.com/rust-lang/crates.io-index"
14837checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
14838
14839[[package]]
14840name = "tree-sitter-md"
14841version = "0.3.2"
14842source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
14843dependencies = [
14844 "cc",
14845 "tree-sitter-language",
14846]
14847
14848[[package]]
14849name = "tree-sitter-python"
14850version = "0.23.6"
14851source = "registry+https://github.com/rust-lang/crates.io-index"
14852checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
14853dependencies = [
14854 "cc",
14855 "tree-sitter-language",
14856]
14857
14858[[package]]
14859name = "tree-sitter-regex"
14860version = "0.24.3"
14861source = "registry+https://github.com/rust-lang/crates.io-index"
14862checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
14863dependencies = [
14864 "cc",
14865 "tree-sitter-language",
14866]
14867
14868[[package]]
14869name = "tree-sitter-ruby"
14870version = "0.23.1"
14871source = "registry+https://github.com/rust-lang/crates.io-index"
14872checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
14873dependencies = [
14874 "cc",
14875 "tree-sitter-language",
14876]
14877
14878[[package]]
14879name = "tree-sitter-rust"
14880version = "0.23.2"
14881source = "registry+https://github.com/rust-lang/crates.io-index"
14882checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
14883dependencies = [
14884 "cc",
14885 "tree-sitter-language",
14886]
14887
14888[[package]]
14889name = "tree-sitter-typescript"
14890version = "0.23.2"
14891source = "registry+https://github.com/rust-lang/crates.io-index"
14892checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
14893dependencies = [
14894 "cc",
14895 "tree-sitter-language",
14896]
14897
14898[[package]]
14899name = "tree-sitter-yaml"
14900version = "0.6.1"
14901source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
14902dependencies = [
14903 "cc",
14904 "tree-sitter-language",
14905]
14906
14907[[package]]
14908name = "try-lock"
14909version = "0.2.5"
14910source = "registry+https://github.com/rust-lang/crates.io-index"
14911checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
14912
14913[[package]]
14914name = "ttf-parser"
14915version = "0.20.0"
14916source = "registry+https://github.com/rust-lang/crates.io-index"
14917checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
14918
14919[[package]]
14920name = "ttf-parser"
14921version = "0.21.1"
14922source = "registry+https://github.com/rust-lang/crates.io-index"
14923checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
14924
14925[[package]]
14926name = "ttf-parser"
14927version = "0.25.1"
14928source = "registry+https://github.com/rust-lang/crates.io-index"
14929checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
14930dependencies = [
14931 "core_maths",
14932]
14933
14934[[package]]
14935name = "tungstenite"
14936version = "0.20.1"
14937source = "registry+https://github.com/rust-lang/crates.io-index"
14938checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
14939dependencies = [
14940 "byteorder",
14941 "bytes 1.10.1",
14942 "data-encoding",
14943 "http 0.2.12",
14944 "httparse",
14945 "log",
14946 "rand 0.8.5",
14947 "sha1",
14948 "thiserror 1.0.69",
14949 "url",
14950 "utf-8",
14951]
14952
14953[[package]]
14954name = "tungstenite"
14955version = "0.21.0"
14956source = "registry+https://github.com/rust-lang/crates.io-index"
14957checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
14958dependencies = [
14959 "byteorder",
14960 "bytes 1.10.1",
14961 "data-encoding",
14962 "http 1.2.0",
14963 "httparse",
14964 "log",
14965 "rand 0.8.5",
14966 "sha1",
14967 "thiserror 1.0.69",
14968 "url",
14969 "utf-8",
14970]
14971
14972[[package]]
14973name = "tungstenite"
14974version = "0.24.0"
14975source = "registry+https://github.com/rust-lang/crates.io-index"
14976checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
14977dependencies = [
14978 "byteorder",
14979 "bytes 1.10.1",
14980 "data-encoding",
14981 "http 1.2.0",
14982 "httparse",
14983 "log",
14984 "rand 0.8.5",
14985 "sha1",
14986 "thiserror 1.0.69",
14987 "utf-8",
14988]
14989
14990[[package]]
14991name = "tungstenite"
14992version = "0.26.2"
14993source = "registry+https://github.com/rust-lang/crates.io-index"
14994checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
14995dependencies = [
14996 "bytes 1.10.1",
14997 "data-encoding",
14998 "http 1.2.0",
14999 "httparse",
15000 "log",
15001 "rand 0.9.0",
15002 "rustls 0.23.25",
15003 "rustls-pki-types",
15004 "sha1",
15005 "thiserror 2.0.12",
15006 "utf-8",
15007]
15008
15009[[package]]
15010name = "typeid"
15011version = "1.0.2"
15012source = "registry+https://github.com/rust-lang/crates.io-index"
15013checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
15014
15015[[package]]
15016name = "typenum"
15017version = "1.17.0"
15018source = "registry+https://github.com/rust-lang/crates.io-index"
15019checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
15020
15021[[package]]
15022name = "ucd-trie"
15023version = "0.1.7"
15024source = "registry+https://github.com/rust-lang/crates.io-index"
15025checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
15026
15027[[package]]
15028name = "uds_windows"
15029version = "1.1.0"
15030source = "registry+https://github.com/rust-lang/crates.io-index"
15031checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
15032dependencies = [
15033 "memoffset",
15034 "tempfile",
15035 "winapi",
15036]
15037
15038[[package]]
15039name = "ui"
15040version = "0.1.0"
15041dependencies = [
15042 "chrono",
15043 "component",
15044 "gpui",
15045 "icons",
15046 "itertools 0.14.0",
15047 "linkme",
15048 "menu",
15049 "serde",
15050 "settings",
15051 "smallvec",
15052 "story",
15053 "strum",
15054 "theme",
15055 "ui_macros",
15056 "util",
15057 "windows 0.61.1",
15058]
15059
15060[[package]]
15061name = "ui_input"
15062version = "0.1.0"
15063dependencies = [
15064 "editor",
15065 "gpui",
15066 "settings",
15067 "theme",
15068 "ui",
15069]
15070
15071[[package]]
15072name = "ui_macros"
15073version = "0.1.0"
15074dependencies = [
15075 "convert_case 0.8.0",
15076 "linkme",
15077 "proc-macro2",
15078 "quote",
15079 "syn 1.0.109",
15080]
15081
15082[[package]]
15083name = "ui_prompt"
15084version = "0.1.0"
15085dependencies = [
15086 "gpui",
15087 "markdown",
15088 "menu",
15089 "settings",
15090 "theme",
15091 "ui",
15092 "workspace",
15093]
15094
15095[[package]]
15096name = "unicase"
15097version = "2.8.1"
15098source = "registry+https://github.com/rust-lang/crates.io-index"
15099checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
15100
15101[[package]]
15102name = "unicode-bidi"
15103version = "0.3.17"
15104source = "registry+https://github.com/rust-lang/crates.io-index"
15105checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
15106
15107[[package]]
15108name = "unicode-bidi-mirroring"
15109version = "0.2.0"
15110source = "registry+https://github.com/rust-lang/crates.io-index"
15111checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
15112
15113[[package]]
15114name = "unicode-bidi-mirroring"
15115version = "0.4.0"
15116source = "registry+https://github.com/rust-lang/crates.io-index"
15117checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
15118
15119[[package]]
15120name = "unicode-ccc"
15121version = "0.2.0"
15122source = "registry+https://github.com/rust-lang/crates.io-index"
15123checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
15124
15125[[package]]
15126name = "unicode-ccc"
15127version = "0.4.0"
15128source = "registry+https://github.com/rust-lang/crates.io-index"
15129checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
15130
15131[[package]]
15132name = "unicode-ident"
15133version = "1.0.14"
15134source = "registry+https://github.com/rust-lang/crates.io-index"
15135checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
15136
15137[[package]]
15138name = "unicode-linebreak"
15139version = "0.1.5"
15140source = "registry+https://github.com/rust-lang/crates.io-index"
15141checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
15142
15143[[package]]
15144name = "unicode-normalization"
15145version = "0.1.24"
15146source = "registry+https://github.com/rust-lang/crates.io-index"
15147checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
15148dependencies = [
15149 "tinyvec",
15150]
15151
15152[[package]]
15153name = "unicode-properties"
15154version = "0.1.3"
15155source = "registry+https://github.com/rust-lang/crates.io-index"
15156checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
15157
15158[[package]]
15159name = "unicode-script"
15160version = "0.5.7"
15161source = "registry+https://github.com/rust-lang/crates.io-index"
15162checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
15163
15164[[package]]
15165name = "unicode-segmentation"
15166version = "1.12.0"
15167source = "registry+https://github.com/rust-lang/crates.io-index"
15168checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
15169
15170[[package]]
15171name = "unicode-vo"
15172version = "0.1.0"
15173source = "registry+https://github.com/rust-lang/crates.io-index"
15174checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
15175
15176[[package]]
15177name = "unicode-width"
15178version = "0.1.14"
15179source = "registry+https://github.com/rust-lang/crates.io-index"
15180checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
15181
15182[[package]]
15183name = "unicode-xid"
15184version = "0.2.6"
15185source = "registry+https://github.com/rust-lang/crates.io-index"
15186checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
15187
15188[[package]]
15189name = "unicode_categories"
15190version = "0.1.1"
15191source = "registry+https://github.com/rust-lang/crates.io-index"
15192checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
15193
15194[[package]]
15195name = "unindent"
15196version = "0.2.4"
15197source = "registry+https://github.com/rust-lang/crates.io-index"
15198checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
15199
15200[[package]]
15201name = "untrusted"
15202version = "0.9.0"
15203source = "registry+https://github.com/rust-lang/crates.io-index"
15204checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
15205
15206[[package]]
15207name = "url"
15208version = "2.5.4"
15209source = "registry+https://github.com/rust-lang/crates.io-index"
15210checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
15211dependencies = [
15212 "form_urlencoded",
15213 "idna",
15214 "percent-encoding",
15215 "serde",
15216]
15217
15218[[package]]
15219name = "urlencoding"
15220version = "2.1.3"
15221source = "registry+https://github.com/rust-lang/crates.io-index"
15222checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
15223
15224[[package]]
15225name = "usvg"
15226version = "0.45.0"
15227source = "registry+https://github.com/rust-lang/crates.io-index"
15228checksum = "2ac8e0e3e4696253dc06167990b3fe9a2668ab66270adf949a464db4088cb354"
15229dependencies = [
15230 "base64 0.22.1",
15231 "data-url",
15232 "flate2",
15233 "fontdb 0.23.0",
15234 "imagesize",
15235 "kurbo",
15236 "log",
15237 "pico-args",
15238 "roxmltree",
15239 "rustybuzz 0.20.1",
15240 "simplecss",
15241 "siphasher 1.0.1",
15242 "strict-num",
15243 "svgtypes",
15244 "tiny-skia-path",
15245 "unicode-bidi",
15246 "unicode-script",
15247 "unicode-vo",
15248 "xmlwriter",
15249]
15250
15251[[package]]
15252name = "utf-8"
15253version = "0.7.6"
15254source = "registry+https://github.com/rust-lang/crates.io-index"
15255checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
15256
15257[[package]]
15258name = "utf16_iter"
15259version = "1.0.5"
15260source = "registry+https://github.com/rust-lang/crates.io-index"
15261checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
15262
15263[[package]]
15264name = "utf8_iter"
15265version = "1.0.4"
15266source = "registry+https://github.com/rust-lang/crates.io-index"
15267checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
15268
15269[[package]]
15270name = "utf8parse"
15271version = "0.2.2"
15272source = "registry+https://github.com/rust-lang/crates.io-index"
15273checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
15274
15275[[package]]
15276name = "util"
15277version = "0.1.0"
15278dependencies = [
15279 "anyhow",
15280 "async-fs",
15281 "collections",
15282 "dirs 4.0.0",
15283 "dunce",
15284 "futures 0.3.31",
15285 "futures-lite 1.13.0",
15286 "git2",
15287 "globset",
15288 "itertools 0.14.0",
15289 "libc",
15290 "log",
15291 "rand 0.8.5",
15292 "regex",
15293 "rust-embed",
15294 "serde",
15295 "serde_json",
15296 "smol",
15297 "take-until",
15298 "tempfile",
15299 "tendril",
15300 "unicase",
15301 "util_macros",
15302]
15303
15304[[package]]
15305name = "util_macros"
15306version = "0.1.0"
15307dependencies = [
15308 "quote",
15309 "syn 1.0.109",
15310]
15311
15312[[package]]
15313name = "uuid"
15314version = "1.13.2"
15315source = "registry+https://github.com/rust-lang/crates.io-index"
15316checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6"
15317dependencies = [
15318 "getrandom 0.3.1",
15319 "serde",
15320 "sha1_smol",
15321]
15322
15323[[package]]
15324name = "v_frame"
15325version = "0.3.8"
15326source = "registry+https://github.com/rust-lang/crates.io-index"
15327checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
15328dependencies = [
15329 "aligned-vec",
15330 "num-traits",
15331 "wasm-bindgen",
15332]
15333
15334[[package]]
15335name = "valuable"
15336version = "0.1.0"
15337source = "registry+https://github.com/rust-lang/crates.io-index"
15338checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
15339
15340[[package]]
15341name = "value-bag"
15342version = "1.10.0"
15343source = "registry+https://github.com/rust-lang/crates.io-index"
15344checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
15345dependencies = [
15346 "value-bag-serde1",
15347 "value-bag-sval2",
15348]
15349
15350[[package]]
15351name = "value-bag-serde1"
15352version = "1.10.0"
15353source = "registry+https://github.com/rust-lang/crates.io-index"
15354checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
15355dependencies = [
15356 "erased-serde",
15357 "serde",
15358 "serde_fmt",
15359]
15360
15361[[package]]
15362name = "value-bag-sval2"
15363version = "1.10.0"
15364source = "registry+https://github.com/rust-lang/crates.io-index"
15365checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
15366dependencies = [
15367 "sval",
15368 "sval_buffer",
15369 "sval_dynamic",
15370 "sval_fmt",
15371 "sval_json",
15372 "sval_ref",
15373 "sval_serde",
15374]
15375
15376[[package]]
15377name = "vcpkg"
15378version = "0.2.15"
15379source = "registry+https://github.com/rust-lang/crates.io-index"
15380checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
15381
15382[[package]]
15383name = "version-compare"
15384version = "0.2.0"
15385source = "registry+https://github.com/rust-lang/crates.io-index"
15386checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
15387
15388[[package]]
15389name = "version_check"
15390version = "0.9.5"
15391source = "registry+https://github.com/rust-lang/crates.io-index"
15392checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
15393
15394[[package]]
15395name = "vim"
15396version = "0.1.0"
15397dependencies = [
15398 "anyhow",
15399 "assets",
15400 "async-compat",
15401 "async-trait",
15402 "collections",
15403 "command_palette",
15404 "command_palette_hooks",
15405 "db",
15406 "editor",
15407 "futures 0.3.31",
15408 "git_ui",
15409 "gpui",
15410 "indoc",
15411 "itertools 0.14.0",
15412 "language",
15413 "libc",
15414 "log",
15415 "lsp",
15416 "multi_buffer",
15417 "nvim-rs",
15418 "parking_lot",
15419 "picker",
15420 "project",
15421 "project_panel",
15422 "regex",
15423 "release_channel",
15424 "schemars",
15425 "search",
15426 "serde",
15427 "serde_derive",
15428 "serde_json",
15429 "settings",
15430 "task",
15431 "text",
15432 "theme",
15433 "tokio",
15434 "ui",
15435 "util",
15436 "vim_mode_setting",
15437 "workspace",
15438 "zed_actions",
15439]
15440
15441[[package]]
15442name = "vim_mode_setting"
15443version = "0.1.0"
15444dependencies = [
15445 "anyhow",
15446 "gpui",
15447 "settings",
15448]
15449
15450[[package]]
15451name = "vscode_theme"
15452version = "0.2.0"
15453source = "registry+https://github.com/rust-lang/crates.io-index"
15454checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
15455dependencies = [
15456 "serde",
15457]
15458
15459[[package]]
15460name = "vsimd"
15461version = "0.8.0"
15462source = "registry+https://github.com/rust-lang/crates.io-index"
15463checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
15464
15465[[package]]
15466name = "vswhom"
15467version = "0.1.0"
15468source = "registry+https://github.com/rust-lang/crates.io-index"
15469checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
15470dependencies = [
15471 "libc",
15472 "vswhom-sys",
15473]
15474
15475[[package]]
15476name = "vswhom-sys"
15477version = "0.1.2"
15478source = "registry+https://github.com/rust-lang/crates.io-index"
15479checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
15480dependencies = [
15481 "cc",
15482 "libc",
15483]
15484
15485[[package]]
15486name = "vte"
15487version = "0.15.0"
15488source = "registry+https://github.com/rust-lang/crates.io-index"
15489checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
15490dependencies = [
15491 "arrayvec",
15492 "bitflags 2.9.0",
15493 "cursor-icon",
15494 "log",
15495 "memchr",
15496 "serde",
15497]
15498
15499[[package]]
15500name = "waker-fn"
15501version = "1.2.0"
15502source = "registry+https://github.com/rust-lang/crates.io-index"
15503checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
15504
15505[[package]]
15506name = "walkdir"
15507version = "2.5.0"
15508source = "registry+https://github.com/rust-lang/crates.io-index"
15509checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
15510dependencies = [
15511 "same-file",
15512 "winapi-util",
15513]
15514
15515[[package]]
15516name = "want"
15517version = "0.3.1"
15518source = "registry+https://github.com/rust-lang/crates.io-index"
15519checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
15520dependencies = [
15521 "try-lock",
15522]
15523
15524[[package]]
15525name = "warp"
15526version = "0.3.7"
15527source = "registry+https://github.com/rust-lang/crates.io-index"
15528checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
15529dependencies = [
15530 "bytes 1.10.1",
15531 "futures-channel",
15532 "futures-util",
15533 "headers",
15534 "http 0.2.12",
15535 "hyper 0.14.32",
15536 "log",
15537 "mime",
15538 "mime_guess",
15539 "percent-encoding",
15540 "pin-project",
15541 "scoped-tls",
15542 "serde",
15543 "serde_json",
15544 "serde_urlencoded",
15545 "tokio",
15546 "tokio-tungstenite 0.21.0",
15547 "tokio-util",
15548 "tower-service",
15549 "tracing",
15550]
15551
15552[[package]]
15553name = "wasi"
15554version = "0.9.0+wasi-snapshot-preview1"
15555source = "registry+https://github.com/rust-lang/crates.io-index"
15556checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
15557
15558[[package]]
15559name = "wasi"
15560version = "0.11.0+wasi-snapshot-preview1"
15561source = "registry+https://github.com/rust-lang/crates.io-index"
15562checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
15563
15564[[package]]
15565name = "wasi"
15566version = "0.13.3+wasi-0.2.2"
15567source = "registry+https://github.com/rust-lang/crates.io-index"
15568checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
15569dependencies = [
15570 "wit-bindgen-rt 0.33.0",
15571]
15572
15573[[package]]
15574name = "wasite"
15575version = "0.1.0"
15576source = "registry+https://github.com/rust-lang/crates.io-index"
15577checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
15578
15579[[package]]
15580name = "wasm-bindgen"
15581version = "0.2.99"
15582source = "registry+https://github.com/rust-lang/crates.io-index"
15583checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
15584dependencies = [
15585 "cfg-if",
15586 "once_cell",
15587 "wasm-bindgen-macro",
15588]
15589
15590[[package]]
15591name = "wasm-bindgen-backend"
15592version = "0.2.99"
15593source = "registry+https://github.com/rust-lang/crates.io-index"
15594checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
15595dependencies = [
15596 "bumpalo",
15597 "log",
15598 "proc-macro2",
15599 "quote",
15600 "syn 2.0.100",
15601 "wasm-bindgen-shared",
15602]
15603
15604[[package]]
15605name = "wasm-bindgen-futures"
15606version = "0.4.49"
15607source = "registry+https://github.com/rust-lang/crates.io-index"
15608checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
15609dependencies = [
15610 "cfg-if",
15611 "js-sys",
15612 "once_cell",
15613 "wasm-bindgen",
15614 "web-sys",
15615]
15616
15617[[package]]
15618name = "wasm-bindgen-macro"
15619version = "0.2.99"
15620source = "registry+https://github.com/rust-lang/crates.io-index"
15621checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
15622dependencies = [
15623 "quote",
15624 "wasm-bindgen-macro-support",
15625]
15626
15627[[package]]
15628name = "wasm-bindgen-macro-support"
15629version = "0.2.99"
15630source = "registry+https://github.com/rust-lang/crates.io-index"
15631checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
15632dependencies = [
15633 "proc-macro2",
15634 "quote",
15635 "syn 2.0.100",
15636 "wasm-bindgen-backend",
15637 "wasm-bindgen-shared",
15638]
15639
15640[[package]]
15641name = "wasm-bindgen-shared"
15642version = "0.2.99"
15643source = "registry+https://github.com/rust-lang/crates.io-index"
15644checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
15645
15646[[package]]
15647name = "wasm-encoder"
15648version = "0.201.0"
15649source = "registry+https://github.com/rust-lang/crates.io-index"
15650checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
15651dependencies = [
15652 "leb128",
15653]
15654
15655[[package]]
15656name = "wasm-encoder"
15657version = "0.221.3"
15658source = "registry+https://github.com/rust-lang/crates.io-index"
15659checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
15660dependencies = [
15661 "leb128",
15662 "wasmparser 0.221.3",
15663]
15664
15665[[package]]
15666name = "wasm-encoder"
15667version = "0.227.1"
15668source = "registry+https://github.com/rust-lang/crates.io-index"
15669checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
15670dependencies = [
15671 "leb128fmt",
15672 "wasmparser 0.227.1",
15673]
15674
15675[[package]]
15676name = "wasm-metadata"
15677version = "0.201.0"
15678source = "registry+https://github.com/rust-lang/crates.io-index"
15679checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
15680dependencies = [
15681 "anyhow",
15682 "indexmap",
15683 "serde",
15684 "serde_derive",
15685 "serde_json",
15686 "spdx",
15687 "wasm-encoder 0.201.0",
15688 "wasmparser 0.201.0",
15689]
15690
15691[[package]]
15692name = "wasm-metadata"
15693version = "0.221.3"
15694source = "registry+https://github.com/rust-lang/crates.io-index"
15695checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
15696dependencies = [
15697 "anyhow",
15698 "indexmap",
15699 "serde",
15700 "serde_derive",
15701 "serde_json",
15702 "spdx",
15703 "wasm-encoder 0.221.3",
15704 "wasmparser 0.221.3",
15705]
15706
15707[[package]]
15708name = "wasm-metadata"
15709version = "0.227.1"
15710source = "registry+https://github.com/rust-lang/crates.io-index"
15711checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
15712dependencies = [
15713 "anyhow",
15714 "auditable-serde",
15715 "flate2",
15716 "indexmap",
15717 "serde",
15718 "serde_derive",
15719 "serde_json",
15720 "spdx",
15721 "url",
15722 "wasm-encoder 0.227.1",
15723 "wasmparser 0.227.1",
15724]
15725
15726[[package]]
15727name = "wasm-streams"
15728version = "0.4.2"
15729source = "registry+https://github.com/rust-lang/crates.io-index"
15730checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
15731dependencies = [
15732 "futures-util",
15733 "js-sys",
15734 "wasm-bindgen",
15735 "wasm-bindgen-futures",
15736 "web-sys",
15737]
15738
15739[[package]]
15740name = "wasmparser"
15741version = "0.201.0"
15742source = "registry+https://github.com/rust-lang/crates.io-index"
15743checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
15744dependencies = [
15745 "bitflags 2.9.0",
15746 "indexmap",
15747 "semver",
15748]
15749
15750[[package]]
15751name = "wasmparser"
15752version = "0.221.3"
15753source = "registry+https://github.com/rust-lang/crates.io-index"
15754checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
15755dependencies = [
15756 "bitflags 2.9.0",
15757 "hashbrown 0.15.2",
15758 "indexmap",
15759 "semver",
15760 "serde",
15761]
15762
15763[[package]]
15764name = "wasmparser"
15765version = "0.227.1"
15766source = "registry+https://github.com/rust-lang/crates.io-index"
15767checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
15768dependencies = [
15769 "bitflags 2.9.0",
15770 "hashbrown 0.15.2",
15771 "indexmap",
15772 "semver",
15773]
15774
15775[[package]]
15776name = "wasmprinter"
15777version = "0.221.3"
15778source = "registry+https://github.com/rust-lang/crates.io-index"
15779checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
15780dependencies = [
15781 "anyhow",
15782 "termcolor",
15783 "wasmparser 0.221.3",
15784]
15785
15786[[package]]
15787name = "wasmtime"
15788version = "29.0.1"
15789source = "registry+https://github.com/rust-lang/crates.io-index"
15790checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
15791dependencies = [
15792 "anyhow",
15793 "async-trait",
15794 "bitflags 2.9.0",
15795 "bumpalo",
15796 "cc",
15797 "cfg-if",
15798 "encoding_rs",
15799 "hashbrown 0.14.5",
15800 "indexmap",
15801 "libc",
15802 "log",
15803 "mach2",
15804 "memfd",
15805 "object",
15806 "once_cell",
15807 "paste",
15808 "postcard",
15809 "psm",
15810 "pulley-interpreter",
15811 "rustix",
15812 "semver",
15813 "serde",
15814 "serde_derive",
15815 "smallvec",
15816 "sptr",
15817 "target-lexicon 0.13.2",
15818 "trait-variant",
15819 "wasmparser 0.221.3",
15820 "wasmtime-asm-macros",
15821 "wasmtime-component-macro",
15822 "wasmtime-component-util",
15823 "wasmtime-cranelift",
15824 "wasmtime-environ",
15825 "wasmtime-fiber",
15826 "wasmtime-jit-icache-coherence",
15827 "wasmtime-math",
15828 "wasmtime-slab",
15829 "wasmtime-versioned-export-macros",
15830 "wasmtime-winch",
15831 "windows-sys 0.59.0",
15832]
15833
15834[[package]]
15835name = "wasmtime-asm-macros"
15836version = "29.0.1"
15837source = "registry+https://github.com/rust-lang/crates.io-index"
15838checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
15839dependencies = [
15840 "cfg-if",
15841]
15842
15843[[package]]
15844name = "wasmtime-c-api-impl"
15845version = "29.0.1"
15846source = "registry+https://github.com/rust-lang/crates.io-index"
15847checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
15848dependencies = [
15849 "anyhow",
15850 "log",
15851 "tracing",
15852 "wasmtime",
15853 "wasmtime-c-api-macros",
15854]
15855
15856[[package]]
15857name = "wasmtime-c-api-macros"
15858version = "29.0.1"
15859source = "registry+https://github.com/rust-lang/crates.io-index"
15860checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
15861dependencies = [
15862 "proc-macro2",
15863 "quote",
15864]
15865
15866[[package]]
15867name = "wasmtime-component-macro"
15868version = "29.0.1"
15869source = "registry+https://github.com/rust-lang/crates.io-index"
15870checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
15871dependencies = [
15872 "anyhow",
15873 "proc-macro2",
15874 "quote",
15875 "syn 2.0.100",
15876 "wasmtime-component-util",
15877 "wasmtime-wit-bindgen",
15878 "wit-parser 0.221.3",
15879]
15880
15881[[package]]
15882name = "wasmtime-component-util"
15883version = "29.0.1"
15884source = "registry+https://github.com/rust-lang/crates.io-index"
15885checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
15886
15887[[package]]
15888name = "wasmtime-cranelift"
15889version = "29.0.1"
15890source = "registry+https://github.com/rust-lang/crates.io-index"
15891checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
15892dependencies = [
15893 "anyhow",
15894 "cfg-if",
15895 "cranelift-codegen",
15896 "cranelift-control",
15897 "cranelift-entity",
15898 "cranelift-frontend",
15899 "cranelift-native",
15900 "gimli",
15901 "itertools 0.12.1",
15902 "log",
15903 "object",
15904 "smallvec",
15905 "target-lexicon 0.13.2",
15906 "thiserror 1.0.69",
15907 "wasmparser 0.221.3",
15908 "wasmtime-environ",
15909 "wasmtime-versioned-export-macros",
15910]
15911
15912[[package]]
15913name = "wasmtime-environ"
15914version = "29.0.1"
15915source = "registry+https://github.com/rust-lang/crates.io-index"
15916checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
15917dependencies = [
15918 "anyhow",
15919 "cpp_demangle",
15920 "cranelift-bitset",
15921 "cranelift-entity",
15922 "gimli",
15923 "indexmap",
15924 "log",
15925 "object",
15926 "postcard",
15927 "rustc-demangle",
15928 "semver",
15929 "serde",
15930 "serde_derive",
15931 "smallvec",
15932 "target-lexicon 0.13.2",
15933 "wasm-encoder 0.221.3",
15934 "wasmparser 0.221.3",
15935 "wasmprinter",
15936 "wasmtime-component-util",
15937]
15938
15939[[package]]
15940name = "wasmtime-fiber"
15941version = "29.0.1"
15942source = "registry+https://github.com/rust-lang/crates.io-index"
15943checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
15944dependencies = [
15945 "anyhow",
15946 "cc",
15947 "cfg-if",
15948 "rustix",
15949 "wasmtime-asm-macros",
15950 "wasmtime-versioned-export-macros",
15951 "windows-sys 0.59.0",
15952]
15953
15954[[package]]
15955name = "wasmtime-jit-icache-coherence"
15956version = "29.0.1"
15957source = "registry+https://github.com/rust-lang/crates.io-index"
15958checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
15959dependencies = [
15960 "anyhow",
15961 "cfg-if",
15962 "libc",
15963 "windows-sys 0.59.0",
15964]
15965
15966[[package]]
15967name = "wasmtime-math"
15968version = "29.0.1"
15969source = "registry+https://github.com/rust-lang/crates.io-index"
15970checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
15971dependencies = [
15972 "libm",
15973]
15974
15975[[package]]
15976name = "wasmtime-slab"
15977version = "29.0.1"
15978source = "registry+https://github.com/rust-lang/crates.io-index"
15979checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
15980
15981[[package]]
15982name = "wasmtime-versioned-export-macros"
15983version = "29.0.1"
15984source = "registry+https://github.com/rust-lang/crates.io-index"
15985checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
15986dependencies = [
15987 "proc-macro2",
15988 "quote",
15989 "syn 2.0.100",
15990]
15991
15992[[package]]
15993name = "wasmtime-wasi"
15994version = "29.0.1"
15995source = "registry+https://github.com/rust-lang/crates.io-index"
15996checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
15997dependencies = [
15998 "anyhow",
15999 "async-trait",
16000 "bitflags 2.9.0",
16001 "bytes 1.10.1",
16002 "cap-fs-ext",
16003 "cap-net-ext",
16004 "cap-rand",
16005 "cap-std",
16006 "cap-time-ext",
16007 "fs-set-times",
16008 "futures 0.3.31",
16009 "io-extras",
16010 "io-lifetimes",
16011 "rustix",
16012 "system-interface",
16013 "thiserror 1.0.69",
16014 "tokio",
16015 "tracing",
16016 "trait-variant",
16017 "url",
16018 "wasmtime",
16019 "wiggle",
16020 "windows-sys 0.59.0",
16021]
16022
16023[[package]]
16024name = "wasmtime-winch"
16025version = "29.0.1"
16026source = "registry+https://github.com/rust-lang/crates.io-index"
16027checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
16028dependencies = [
16029 "anyhow",
16030 "cranelift-codegen",
16031 "gimli",
16032 "object",
16033 "target-lexicon 0.13.2",
16034 "wasmparser 0.221.3",
16035 "wasmtime-cranelift",
16036 "wasmtime-environ",
16037 "winch-codegen",
16038]
16039
16040[[package]]
16041name = "wasmtime-wit-bindgen"
16042version = "29.0.1"
16043source = "registry+https://github.com/rust-lang/crates.io-index"
16044checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
16045dependencies = [
16046 "anyhow",
16047 "heck 0.5.0",
16048 "indexmap",
16049 "wit-parser 0.221.3",
16050]
16051
16052[[package]]
16053name = "wast"
16054version = "35.0.2"
16055source = "registry+https://github.com/rust-lang/crates.io-index"
16056checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
16057dependencies = [
16058 "leb128",
16059]
16060
16061[[package]]
16062name = "wayland-backend"
16063version = "0.3.8"
16064source = "registry+https://github.com/rust-lang/crates.io-index"
16065checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
16066dependencies = [
16067 "cc",
16068 "downcast-rs",
16069 "rustix",
16070 "scoped-tls",
16071 "smallvec",
16072 "wayland-sys",
16073]
16074
16075[[package]]
16076name = "wayland-client"
16077version = "0.31.8"
16078source = "registry+https://github.com/rust-lang/crates.io-index"
16079checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
16080dependencies = [
16081 "bitflags 2.9.0",
16082 "rustix",
16083 "wayland-backend",
16084 "wayland-scanner",
16085]
16086
16087[[package]]
16088name = "wayland-cursor"
16089version = "0.31.8"
16090source = "registry+https://github.com/rust-lang/crates.io-index"
16091checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
16092dependencies = [
16093 "rustix",
16094 "wayland-client",
16095 "xcursor",
16096]
16097
16098[[package]]
16099name = "wayland-protocols"
16100version = "0.31.2"
16101source = "registry+https://github.com/rust-lang/crates.io-index"
16102checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
16103dependencies = [
16104 "bitflags 2.9.0",
16105 "wayland-backend",
16106 "wayland-client",
16107 "wayland-scanner",
16108]
16109
16110[[package]]
16111name = "wayland-protocols-plasma"
16112version = "0.2.0"
16113source = "registry+https://github.com/rust-lang/crates.io-index"
16114checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
16115dependencies = [
16116 "bitflags 2.9.0",
16117 "wayland-backend",
16118 "wayland-client",
16119 "wayland-protocols",
16120 "wayland-scanner",
16121]
16122
16123[[package]]
16124name = "wayland-scanner"
16125version = "0.31.6"
16126source = "registry+https://github.com/rust-lang/crates.io-index"
16127checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
16128dependencies = [
16129 "proc-macro2",
16130 "quick-xml 0.37.2",
16131 "quote",
16132]
16133
16134[[package]]
16135name = "wayland-sys"
16136version = "0.31.6"
16137source = "registry+https://github.com/rust-lang/crates.io-index"
16138checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
16139dependencies = [
16140 "dlib",
16141 "log",
16142 "once_cell",
16143 "pkg-config",
16144]
16145
16146[[package]]
16147name = "web-sys"
16148version = "0.3.76"
16149source = "registry+https://github.com/rust-lang/crates.io-index"
16150checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
16151dependencies = [
16152 "js-sys",
16153 "wasm-bindgen",
16154]
16155
16156[[package]]
16157name = "web-time"
16158version = "1.1.0"
16159source = "registry+https://github.com/rust-lang/crates.io-index"
16160checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
16161dependencies = [
16162 "js-sys",
16163 "wasm-bindgen",
16164]
16165
16166[[package]]
16167name = "webpki-root-certs"
16168version = "0.26.8"
16169source = "registry+https://github.com/rust-lang/crates.io-index"
16170checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
16171dependencies = [
16172 "rustls-pki-types",
16173]
16174
16175[[package]]
16176name = "webpki-roots"
16177version = "0.26.7"
16178source = "registry+https://github.com/rust-lang/crates.io-index"
16179checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
16180dependencies = [
16181 "rustls-pki-types",
16182]
16183
16184[[package]]
16185name = "webrtc-sys"
16186version = "0.3.7"
16187source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
16188dependencies = [
16189 "cc",
16190 "cxx",
16191 "cxx-build",
16192 "glob",
16193 "log",
16194 "webrtc-sys-build",
16195]
16196
16197[[package]]
16198name = "webrtc-sys-build"
16199version = "0.3.6"
16200source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
16201dependencies = [
16202 "fs2",
16203 "regex",
16204 "reqwest 0.11.27",
16205 "scratch",
16206 "semver",
16207 "zip",
16208]
16209
16210[[package]]
16211name = "weezl"
16212version = "0.1.8"
16213source = "registry+https://github.com/rust-lang/crates.io-index"
16214checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
16215
16216[[package]]
16217name = "welcome"
16218version = "0.1.0"
16219dependencies = [
16220 "anyhow",
16221 "client",
16222 "db",
16223 "editor",
16224 "fuzzy",
16225 "gpui",
16226 "install_cli",
16227 "language",
16228 "picker",
16229 "project",
16230 "schemars",
16231 "serde",
16232 "settings",
16233 "telemetry",
16234 "ui",
16235 "util",
16236 "vim_mode_setting",
16237 "workspace",
16238 "zed_actions",
16239]
16240
16241[[package]]
16242name = "which"
16243version = "4.4.2"
16244source = "registry+https://github.com/rust-lang/crates.io-index"
16245checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
16246dependencies = [
16247 "either",
16248 "home",
16249 "once_cell",
16250 "rustix",
16251]
16252
16253[[package]]
16254name = "which"
16255version = "6.0.3"
16256source = "registry+https://github.com/rust-lang/crates.io-index"
16257checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
16258dependencies = [
16259 "either",
16260 "home",
16261 "rustix",
16262 "winsafe",
16263]
16264
16265[[package]]
16266name = "whoami"
16267version = "1.5.2"
16268source = "registry+https://github.com/rust-lang/crates.io-index"
16269checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
16270dependencies = [
16271 "redox_syscall 0.5.8",
16272 "wasite",
16273]
16274
16275[[package]]
16276name = "wiggle"
16277version = "29.0.1"
16278source = "registry+https://github.com/rust-lang/crates.io-index"
16279checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
16280dependencies = [
16281 "anyhow",
16282 "async-trait",
16283 "bitflags 2.9.0",
16284 "thiserror 1.0.69",
16285 "tracing",
16286 "wasmtime",
16287 "wiggle-macro",
16288]
16289
16290[[package]]
16291name = "wiggle-generate"
16292version = "29.0.1"
16293source = "registry+https://github.com/rust-lang/crates.io-index"
16294checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
16295dependencies = [
16296 "anyhow",
16297 "heck 0.5.0",
16298 "proc-macro2",
16299 "quote",
16300 "shellexpand 2.1.2",
16301 "syn 2.0.100",
16302 "witx",
16303]
16304
16305[[package]]
16306name = "wiggle-macro"
16307version = "29.0.1"
16308source = "registry+https://github.com/rust-lang/crates.io-index"
16309checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
16310dependencies = [
16311 "proc-macro2",
16312 "quote",
16313 "syn 2.0.100",
16314 "wiggle-generate",
16315]
16316
16317[[package]]
16318name = "winapi"
16319version = "0.3.9"
16320source = "registry+https://github.com/rust-lang/crates.io-index"
16321checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
16322dependencies = [
16323 "winapi-i686-pc-windows-gnu",
16324 "winapi-x86_64-pc-windows-gnu",
16325]
16326
16327[[package]]
16328name = "winapi-i686-pc-windows-gnu"
16329version = "0.4.0"
16330source = "registry+https://github.com/rust-lang/crates.io-index"
16331checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
16332
16333[[package]]
16334name = "winapi-util"
16335version = "0.1.9"
16336source = "registry+https://github.com/rust-lang/crates.io-index"
16337checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
16338dependencies = [
16339 "windows-sys 0.59.0",
16340]
16341
16342[[package]]
16343name = "winapi-x86_64-pc-windows-gnu"
16344version = "0.4.0"
16345source = "registry+https://github.com/rust-lang/crates.io-index"
16346checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
16347
16348[[package]]
16349name = "winch-codegen"
16350version = "29.0.1"
16351source = "registry+https://github.com/rust-lang/crates.io-index"
16352checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
16353dependencies = [
16354 "anyhow",
16355 "cranelift-codegen",
16356 "gimli",
16357 "regalloc2",
16358 "smallvec",
16359 "target-lexicon 0.13.2",
16360 "thiserror 1.0.69",
16361 "wasmparser 0.221.3",
16362 "wasmtime-cranelift",
16363 "wasmtime-environ",
16364]
16365
16366[[package]]
16367name = "windows"
16368version = "0.54.0"
16369source = "registry+https://github.com/rust-lang/crates.io-index"
16370checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
16371dependencies = [
16372 "windows-core 0.54.0",
16373 "windows-targets 0.52.6",
16374]
16375
16376[[package]]
16377name = "windows"
16378version = "0.57.0"
16379source = "registry+https://github.com/rust-lang/crates.io-index"
16380checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
16381dependencies = [
16382 "windows-core 0.57.0",
16383 "windows-targets 0.52.6",
16384]
16385
16386[[package]]
16387name = "windows"
16388version = "0.58.0"
16389source = "registry+https://github.com/rust-lang/crates.io-index"
16390checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
16391dependencies = [
16392 "windows-core 0.58.0",
16393 "windows-targets 0.52.6",
16394]
16395
16396[[package]]
16397name = "windows"
16398version = "0.61.1"
16399source = "registry+https://github.com/rust-lang/crates.io-index"
16400checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
16401dependencies = [
16402 "windows-collections",
16403 "windows-core 0.61.0",
16404 "windows-future",
16405 "windows-link",
16406 "windows-numerics",
16407]
16408
16409[[package]]
16410name = "windows-collections"
16411version = "0.2.0"
16412source = "registry+https://github.com/rust-lang/crates.io-index"
16413checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
16414dependencies = [
16415 "windows-core 0.61.0",
16416]
16417
16418[[package]]
16419name = "windows-core"
16420version = "0.52.0"
16421source = "registry+https://github.com/rust-lang/crates.io-index"
16422checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
16423dependencies = [
16424 "windows-targets 0.52.6",
16425]
16426
16427[[package]]
16428name = "windows-core"
16429version = "0.54.0"
16430source = "registry+https://github.com/rust-lang/crates.io-index"
16431checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
16432dependencies = [
16433 "windows-result 0.1.2",
16434 "windows-targets 0.52.6",
16435]
16436
16437[[package]]
16438name = "windows-core"
16439version = "0.57.0"
16440source = "registry+https://github.com/rust-lang/crates.io-index"
16441checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
16442dependencies = [
16443 "windows-implement 0.57.0",
16444 "windows-interface 0.57.0",
16445 "windows-result 0.1.2",
16446 "windows-targets 0.52.6",
16447]
16448
16449[[package]]
16450name = "windows-core"
16451version = "0.58.0"
16452source = "registry+https://github.com/rust-lang/crates.io-index"
16453checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
16454dependencies = [
16455 "windows-implement 0.58.0",
16456 "windows-interface 0.58.0",
16457 "windows-result 0.2.0",
16458 "windows-strings 0.1.0",
16459 "windows-targets 0.52.6",
16460]
16461
16462[[package]]
16463name = "windows-core"
16464version = "0.61.0"
16465source = "registry+https://github.com/rust-lang/crates.io-index"
16466checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
16467dependencies = [
16468 "windows-implement 0.60.0",
16469 "windows-interface 0.59.1",
16470 "windows-link",
16471 "windows-result 0.3.2",
16472 "windows-strings 0.4.0",
16473]
16474
16475[[package]]
16476name = "windows-future"
16477version = "0.2.0"
16478source = "registry+https://github.com/rust-lang/crates.io-index"
16479checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
16480dependencies = [
16481 "windows-core 0.61.0",
16482 "windows-link",
16483]
16484
16485[[package]]
16486name = "windows-implement"
16487version = "0.57.0"
16488source = "registry+https://github.com/rust-lang/crates.io-index"
16489checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
16490dependencies = [
16491 "proc-macro2",
16492 "quote",
16493 "syn 2.0.100",
16494]
16495
16496[[package]]
16497name = "windows-implement"
16498version = "0.58.0"
16499source = "registry+https://github.com/rust-lang/crates.io-index"
16500checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
16501dependencies = [
16502 "proc-macro2",
16503 "quote",
16504 "syn 2.0.100",
16505]
16506
16507[[package]]
16508name = "windows-implement"
16509version = "0.60.0"
16510source = "registry+https://github.com/rust-lang/crates.io-index"
16511checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
16512dependencies = [
16513 "proc-macro2",
16514 "quote",
16515 "syn 2.0.100",
16516]
16517
16518[[package]]
16519name = "windows-interface"
16520version = "0.57.0"
16521source = "registry+https://github.com/rust-lang/crates.io-index"
16522checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
16523dependencies = [
16524 "proc-macro2",
16525 "quote",
16526 "syn 2.0.100",
16527]
16528
16529[[package]]
16530name = "windows-interface"
16531version = "0.58.0"
16532source = "registry+https://github.com/rust-lang/crates.io-index"
16533checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
16534dependencies = [
16535 "proc-macro2",
16536 "quote",
16537 "syn 2.0.100",
16538]
16539
16540[[package]]
16541name = "windows-interface"
16542version = "0.59.1"
16543source = "registry+https://github.com/rust-lang/crates.io-index"
16544checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
16545dependencies = [
16546 "proc-macro2",
16547 "quote",
16548 "syn 2.0.100",
16549]
16550
16551[[package]]
16552name = "windows-link"
16553version = "0.1.1"
16554source = "registry+https://github.com/rust-lang/crates.io-index"
16555checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
16556
16557[[package]]
16558name = "windows-numerics"
16559version = "0.2.0"
16560source = "registry+https://github.com/rust-lang/crates.io-index"
16561checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
16562dependencies = [
16563 "windows-core 0.61.0",
16564 "windows-link",
16565]
16566
16567[[package]]
16568name = "windows-registry"
16569version = "0.2.0"
16570source = "registry+https://github.com/rust-lang/crates.io-index"
16571checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
16572dependencies = [
16573 "windows-result 0.2.0",
16574 "windows-strings 0.1.0",
16575 "windows-targets 0.52.6",
16576]
16577
16578[[package]]
16579name = "windows-result"
16580version = "0.1.2"
16581source = "registry+https://github.com/rust-lang/crates.io-index"
16582checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
16583dependencies = [
16584 "windows-targets 0.52.6",
16585]
16586
16587[[package]]
16588name = "windows-result"
16589version = "0.2.0"
16590source = "registry+https://github.com/rust-lang/crates.io-index"
16591checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
16592dependencies = [
16593 "windows-targets 0.52.6",
16594]
16595
16596[[package]]
16597name = "windows-result"
16598version = "0.3.2"
16599source = "registry+https://github.com/rust-lang/crates.io-index"
16600checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
16601dependencies = [
16602 "windows-link",
16603]
16604
16605[[package]]
16606name = "windows-strings"
16607version = "0.1.0"
16608source = "registry+https://github.com/rust-lang/crates.io-index"
16609checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
16610dependencies = [
16611 "windows-result 0.2.0",
16612 "windows-targets 0.52.6",
16613]
16614
16615[[package]]
16616name = "windows-strings"
16617version = "0.4.0"
16618source = "registry+https://github.com/rust-lang/crates.io-index"
16619checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
16620dependencies = [
16621 "windows-link",
16622]
16623
16624[[package]]
16625name = "windows-sys"
16626version = "0.45.0"
16627source = "registry+https://github.com/rust-lang/crates.io-index"
16628checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
16629dependencies = [
16630 "windows-targets 0.42.2",
16631]
16632
16633[[package]]
16634name = "windows-sys"
16635version = "0.48.0"
16636source = "registry+https://github.com/rust-lang/crates.io-index"
16637checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
16638dependencies = [
16639 "windows-targets 0.48.5",
16640]
16641
16642[[package]]
16643name = "windows-sys"
16644version = "0.52.0"
16645source = "registry+https://github.com/rust-lang/crates.io-index"
16646checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
16647dependencies = [
16648 "windows-targets 0.52.6",
16649]
16650
16651[[package]]
16652name = "windows-sys"
16653version = "0.59.0"
16654source = "registry+https://github.com/rust-lang/crates.io-index"
16655checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
16656dependencies = [
16657 "windows-targets 0.52.6",
16658]
16659
16660[[package]]
16661name = "windows-targets"
16662version = "0.42.2"
16663source = "registry+https://github.com/rust-lang/crates.io-index"
16664checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
16665dependencies = [
16666 "windows_aarch64_gnullvm 0.42.2",
16667 "windows_aarch64_msvc 0.42.2",
16668 "windows_i686_gnu 0.42.2",
16669 "windows_i686_msvc 0.42.2",
16670 "windows_x86_64_gnu 0.42.2",
16671 "windows_x86_64_gnullvm 0.42.2",
16672 "windows_x86_64_msvc 0.42.2",
16673]
16674
16675[[package]]
16676name = "windows-targets"
16677version = "0.48.5"
16678source = "registry+https://github.com/rust-lang/crates.io-index"
16679checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
16680dependencies = [
16681 "windows_aarch64_gnullvm 0.48.5",
16682 "windows_aarch64_msvc 0.48.5",
16683 "windows_i686_gnu 0.48.5",
16684 "windows_i686_msvc 0.48.5",
16685 "windows_x86_64_gnu 0.48.5",
16686 "windows_x86_64_gnullvm 0.48.5",
16687 "windows_x86_64_msvc 0.48.5",
16688]
16689
16690[[package]]
16691name = "windows-targets"
16692version = "0.52.6"
16693source = "registry+https://github.com/rust-lang/crates.io-index"
16694checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
16695dependencies = [
16696 "windows_aarch64_gnullvm 0.52.6",
16697 "windows_aarch64_msvc 0.52.6",
16698 "windows_i686_gnu 0.52.6",
16699 "windows_i686_gnullvm",
16700 "windows_i686_msvc 0.52.6",
16701 "windows_x86_64_gnu 0.52.6",
16702 "windows_x86_64_gnullvm 0.52.6",
16703 "windows_x86_64_msvc 0.52.6",
16704]
16705
16706[[package]]
16707name = "windows_aarch64_gnullvm"
16708version = "0.42.2"
16709source = "registry+https://github.com/rust-lang/crates.io-index"
16710checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
16711
16712[[package]]
16713name = "windows_aarch64_gnullvm"
16714version = "0.48.5"
16715source = "registry+https://github.com/rust-lang/crates.io-index"
16716checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
16717
16718[[package]]
16719name = "windows_aarch64_gnullvm"
16720version = "0.52.6"
16721source = "registry+https://github.com/rust-lang/crates.io-index"
16722checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
16723
16724[[package]]
16725name = "windows_aarch64_msvc"
16726version = "0.42.2"
16727source = "registry+https://github.com/rust-lang/crates.io-index"
16728checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
16729
16730[[package]]
16731name = "windows_aarch64_msvc"
16732version = "0.48.5"
16733source = "registry+https://github.com/rust-lang/crates.io-index"
16734checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
16735
16736[[package]]
16737name = "windows_aarch64_msvc"
16738version = "0.52.6"
16739source = "registry+https://github.com/rust-lang/crates.io-index"
16740checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
16741
16742[[package]]
16743name = "windows_i686_gnu"
16744version = "0.42.2"
16745source = "registry+https://github.com/rust-lang/crates.io-index"
16746checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
16747
16748[[package]]
16749name = "windows_i686_gnu"
16750version = "0.48.5"
16751source = "registry+https://github.com/rust-lang/crates.io-index"
16752checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
16753
16754[[package]]
16755name = "windows_i686_gnu"
16756version = "0.52.6"
16757source = "registry+https://github.com/rust-lang/crates.io-index"
16758checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
16759
16760[[package]]
16761name = "windows_i686_gnullvm"
16762version = "0.52.6"
16763source = "registry+https://github.com/rust-lang/crates.io-index"
16764checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
16765
16766[[package]]
16767name = "windows_i686_msvc"
16768version = "0.42.2"
16769source = "registry+https://github.com/rust-lang/crates.io-index"
16770checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
16771
16772[[package]]
16773name = "windows_i686_msvc"
16774version = "0.48.5"
16775source = "registry+https://github.com/rust-lang/crates.io-index"
16776checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
16777
16778[[package]]
16779name = "windows_i686_msvc"
16780version = "0.52.6"
16781source = "registry+https://github.com/rust-lang/crates.io-index"
16782checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
16783
16784[[package]]
16785name = "windows_x86_64_gnu"
16786version = "0.42.2"
16787source = "registry+https://github.com/rust-lang/crates.io-index"
16788checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
16789
16790[[package]]
16791name = "windows_x86_64_gnu"
16792version = "0.48.5"
16793source = "registry+https://github.com/rust-lang/crates.io-index"
16794checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
16795
16796[[package]]
16797name = "windows_x86_64_gnu"
16798version = "0.52.6"
16799source = "registry+https://github.com/rust-lang/crates.io-index"
16800checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
16801
16802[[package]]
16803name = "windows_x86_64_gnullvm"
16804version = "0.42.2"
16805source = "registry+https://github.com/rust-lang/crates.io-index"
16806checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
16807
16808[[package]]
16809name = "windows_x86_64_gnullvm"
16810version = "0.48.5"
16811source = "registry+https://github.com/rust-lang/crates.io-index"
16812checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
16813
16814[[package]]
16815name = "windows_x86_64_gnullvm"
16816version = "0.52.6"
16817source = "registry+https://github.com/rust-lang/crates.io-index"
16818checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
16819
16820[[package]]
16821name = "windows_x86_64_msvc"
16822version = "0.42.2"
16823source = "registry+https://github.com/rust-lang/crates.io-index"
16824checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
16825
16826[[package]]
16827name = "windows_x86_64_msvc"
16828version = "0.48.5"
16829source = "registry+https://github.com/rust-lang/crates.io-index"
16830checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
16831
16832[[package]]
16833name = "windows_x86_64_msvc"
16834version = "0.52.6"
16835source = "registry+https://github.com/rust-lang/crates.io-index"
16836checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
16837
16838[[package]]
16839name = "winnow"
16840version = "0.6.20"
16841source = "registry+https://github.com/rust-lang/crates.io-index"
16842checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
16843dependencies = [
16844 "memchr",
16845]
16846
16847[[package]]
16848name = "winnow"
16849version = "0.7.1"
16850source = "registry+https://github.com/rust-lang/crates.io-index"
16851checksum = "86e376c75f4f43f44db463cf729e0d3acbf954d13e22c51e26e4c264b4ab545f"
16852dependencies = [
16853 "memchr",
16854]
16855
16856[[package]]
16857name = "winreg"
16858version = "0.50.0"
16859source = "registry+https://github.com/rust-lang/crates.io-index"
16860checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
16861dependencies = [
16862 "cfg-if",
16863 "windows-sys 0.48.0",
16864]
16865
16866[[package]]
16867name = "winreg"
16868version = "0.52.0"
16869source = "registry+https://github.com/rust-lang/crates.io-index"
16870checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
16871dependencies = [
16872 "cfg-if",
16873 "windows-sys 0.48.0",
16874]
16875
16876[[package]]
16877name = "winresource"
16878version = "0.1.20"
16879source = "registry+https://github.com/rust-lang/crates.io-index"
16880checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
16881dependencies = [
16882 "toml 0.8.20",
16883 "version_check",
16884]
16885
16886[[package]]
16887name = "winsafe"
16888version = "0.0.19"
16889source = "registry+https://github.com/rust-lang/crates.io-index"
16890checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
16891
16892[[package]]
16893name = "winx"
16894version = "0.36.4"
16895source = "registry+https://github.com/rust-lang/crates.io-index"
16896checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
16897dependencies = [
16898 "bitflags 2.9.0",
16899 "windows-sys 0.59.0",
16900]
16901
16902[[package]]
16903name = "wio"
16904version = "0.2.2"
16905source = "registry+https://github.com/rust-lang/crates.io-index"
16906checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
16907dependencies = [
16908 "winapi",
16909]
16910
16911[[package]]
16912name = "wit-bindgen"
16913version = "0.22.0"
16914source = "registry+https://github.com/rust-lang/crates.io-index"
16915checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
16916dependencies = [
16917 "bitflags 2.9.0",
16918 "wit-bindgen-rt 0.22.0",
16919 "wit-bindgen-rust-macro 0.22.0",
16920]
16921
16922[[package]]
16923name = "wit-bindgen"
16924version = "0.41.0"
16925source = "registry+https://github.com/rust-lang/crates.io-index"
16926checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
16927dependencies = [
16928 "wit-bindgen-rt 0.41.0",
16929 "wit-bindgen-rust-macro 0.41.0",
16930]
16931
16932[[package]]
16933name = "wit-bindgen-core"
16934version = "0.22.0"
16935source = "registry+https://github.com/rust-lang/crates.io-index"
16936checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
16937dependencies = [
16938 "anyhow",
16939 "wit-parser 0.201.0",
16940]
16941
16942[[package]]
16943name = "wit-bindgen-core"
16944version = "0.41.0"
16945source = "registry+https://github.com/rust-lang/crates.io-index"
16946checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
16947dependencies = [
16948 "anyhow",
16949 "heck 0.5.0",
16950 "wit-parser 0.227.1",
16951]
16952
16953[[package]]
16954name = "wit-bindgen-rt"
16955version = "0.22.0"
16956source = "registry+https://github.com/rust-lang/crates.io-index"
16957checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
16958
16959[[package]]
16960name = "wit-bindgen-rt"
16961version = "0.33.0"
16962source = "registry+https://github.com/rust-lang/crates.io-index"
16963checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
16964dependencies = [
16965 "bitflags 2.9.0",
16966]
16967
16968[[package]]
16969name = "wit-bindgen-rt"
16970version = "0.41.0"
16971source = "registry+https://github.com/rust-lang/crates.io-index"
16972checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
16973dependencies = [
16974 "bitflags 2.9.0",
16975 "futures 0.3.31",
16976 "once_cell",
16977]
16978
16979[[package]]
16980name = "wit-bindgen-rust"
16981version = "0.22.0"
16982source = "registry+https://github.com/rust-lang/crates.io-index"
16983checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
16984dependencies = [
16985 "anyhow",
16986 "heck 0.4.1",
16987 "indexmap",
16988 "wasm-metadata 0.201.0",
16989 "wit-bindgen-core 0.22.0",
16990 "wit-component 0.201.0",
16991]
16992
16993[[package]]
16994name = "wit-bindgen-rust"
16995version = "0.41.0"
16996source = "registry+https://github.com/rust-lang/crates.io-index"
16997checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
16998dependencies = [
16999 "anyhow",
17000 "heck 0.5.0",
17001 "indexmap",
17002 "prettyplease",
17003 "syn 2.0.100",
17004 "wasm-metadata 0.227.1",
17005 "wit-bindgen-core 0.41.0",
17006 "wit-component 0.227.1",
17007]
17008
17009[[package]]
17010name = "wit-bindgen-rust-macro"
17011version = "0.22.0"
17012source = "registry+https://github.com/rust-lang/crates.io-index"
17013checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
17014dependencies = [
17015 "anyhow",
17016 "proc-macro2",
17017 "quote",
17018 "syn 2.0.100",
17019 "wit-bindgen-core 0.22.0",
17020 "wit-bindgen-rust 0.22.0",
17021]
17022
17023[[package]]
17024name = "wit-bindgen-rust-macro"
17025version = "0.41.0"
17026source = "registry+https://github.com/rust-lang/crates.io-index"
17027checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
17028dependencies = [
17029 "anyhow",
17030 "prettyplease",
17031 "proc-macro2",
17032 "quote",
17033 "syn 2.0.100",
17034 "wit-bindgen-core 0.41.0",
17035 "wit-bindgen-rust 0.41.0",
17036]
17037
17038[[package]]
17039name = "wit-component"
17040version = "0.201.0"
17041source = "registry+https://github.com/rust-lang/crates.io-index"
17042checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
17043dependencies = [
17044 "anyhow",
17045 "bitflags 2.9.0",
17046 "indexmap",
17047 "log",
17048 "serde",
17049 "serde_derive",
17050 "serde_json",
17051 "wasm-encoder 0.201.0",
17052 "wasm-metadata 0.201.0",
17053 "wasmparser 0.201.0",
17054 "wit-parser 0.201.0",
17055]
17056
17057[[package]]
17058name = "wit-component"
17059version = "0.221.3"
17060source = "registry+https://github.com/rust-lang/crates.io-index"
17061checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
17062dependencies = [
17063 "anyhow",
17064 "bitflags 2.9.0",
17065 "indexmap",
17066 "log",
17067 "serde",
17068 "serde_derive",
17069 "serde_json",
17070 "wasm-encoder 0.221.3",
17071 "wasm-metadata 0.221.3",
17072 "wasmparser 0.221.3",
17073 "wit-parser 0.221.3",
17074]
17075
17076[[package]]
17077name = "wit-component"
17078version = "0.227.1"
17079source = "registry+https://github.com/rust-lang/crates.io-index"
17080checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
17081dependencies = [
17082 "anyhow",
17083 "bitflags 2.9.0",
17084 "indexmap",
17085 "log",
17086 "serde",
17087 "serde_derive",
17088 "serde_json",
17089 "wasm-encoder 0.227.1",
17090 "wasm-metadata 0.227.1",
17091 "wasmparser 0.227.1",
17092 "wit-parser 0.227.1",
17093]
17094
17095[[package]]
17096name = "wit-parser"
17097version = "0.201.0"
17098source = "registry+https://github.com/rust-lang/crates.io-index"
17099checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
17100dependencies = [
17101 "anyhow",
17102 "id-arena",
17103 "indexmap",
17104 "log",
17105 "semver",
17106 "serde",
17107 "serde_derive",
17108 "serde_json",
17109 "unicode-xid",
17110 "wasmparser 0.201.0",
17111]
17112
17113[[package]]
17114name = "wit-parser"
17115version = "0.221.3"
17116source = "registry+https://github.com/rust-lang/crates.io-index"
17117checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
17118dependencies = [
17119 "anyhow",
17120 "id-arena",
17121 "indexmap",
17122 "log",
17123 "semver",
17124 "serde",
17125 "serde_derive",
17126 "serde_json",
17127 "unicode-xid",
17128 "wasmparser 0.221.3",
17129]
17130
17131[[package]]
17132name = "wit-parser"
17133version = "0.227.1"
17134source = "registry+https://github.com/rust-lang/crates.io-index"
17135checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
17136dependencies = [
17137 "anyhow",
17138 "id-arena",
17139 "indexmap",
17140 "log",
17141 "semver",
17142 "serde",
17143 "serde_derive",
17144 "serde_json",
17145 "unicode-xid",
17146 "wasmparser 0.227.1",
17147]
17148
17149[[package]]
17150name = "witx"
17151version = "0.9.1"
17152source = "registry+https://github.com/rust-lang/crates.io-index"
17153checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
17154dependencies = [
17155 "anyhow",
17156 "log",
17157 "thiserror 1.0.69",
17158 "wast",
17159]
17160
17161[[package]]
17162name = "workspace"
17163version = "0.1.0"
17164dependencies = [
17165 "any_vec",
17166 "anyhow",
17167 "async-recursion 1.1.1",
17168 "bincode",
17169 "call",
17170 "client",
17171 "clock",
17172 "collections",
17173 "component",
17174 "dap",
17175 "db",
17176 "derive_more",
17177 "env_logger 0.11.7",
17178 "fs",
17179 "futures 0.3.31",
17180 "gpui",
17181 "http_client",
17182 "itertools 0.14.0",
17183 "language",
17184 "log",
17185 "node_runtime",
17186 "parking_lot",
17187 "postage",
17188 "project",
17189 "remote",
17190 "schemars",
17191 "serde",
17192 "serde_json",
17193 "session",
17194 "settings",
17195 "smallvec",
17196 "sqlez",
17197 "strum",
17198 "task",
17199 "telemetry",
17200 "tempfile",
17201 "theme",
17202 "ui",
17203 "util",
17204 "uuid",
17205 "zed_actions",
17206]
17207
17208[[package]]
17209name = "worktree"
17210version = "0.1.0"
17211dependencies = [
17212 "anyhow",
17213 "clock",
17214 "collections",
17215 "env_logger 0.11.7",
17216 "fs",
17217 "futures 0.3.31",
17218 "fuzzy",
17219 "git",
17220 "git2",
17221 "gpui",
17222 "http_client",
17223 "ignore",
17224 "language",
17225 "log",
17226 "parking_lot",
17227 "paths",
17228 "postage",
17229 "pretty_assertions",
17230 "rand 0.8.5",
17231 "rpc",
17232 "schemars",
17233 "serde",
17234 "serde_json",
17235 "settings",
17236 "smallvec",
17237 "smol",
17238 "sum_tree",
17239 "text",
17240 "util",
17241]
17242
17243[[package]]
17244name = "write16"
17245version = "1.0.0"
17246source = "registry+https://github.com/rust-lang/crates.io-index"
17247checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
17248
17249[[package]]
17250name = "writeable"
17251version = "0.5.5"
17252source = "registry+https://github.com/rust-lang/crates.io-index"
17253checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
17254
17255[[package]]
17256name = "wyz"
17257version = "0.5.1"
17258source = "registry+https://github.com/rust-lang/crates.io-index"
17259checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
17260dependencies = [
17261 "tap",
17262]
17263
17264[[package]]
17265name = "x11-clipboard"
17266version = "0.9.3"
17267source = "registry+https://github.com/rust-lang/crates.io-index"
17268checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
17269dependencies = [
17270 "libc",
17271 "x11rb",
17272]
17273
17274[[package]]
17275name = "x11rb"
17276version = "0.13.1"
17277source = "registry+https://github.com/rust-lang/crates.io-index"
17278checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
17279dependencies = [
17280 "as-raw-xcb-connection",
17281 "gethostname",
17282 "libc",
17283 "rustix",
17284 "x11rb-protocol",
17285]
17286
17287[[package]]
17288name = "x11rb-protocol"
17289version = "0.13.1"
17290source = "registry+https://github.com/rust-lang/crates.io-index"
17291checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
17292
17293[[package]]
17294name = "xattr"
17295version = "0.2.3"
17296source = "registry+https://github.com/rust-lang/crates.io-index"
17297checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
17298dependencies = [
17299 "libc",
17300]
17301
17302[[package]]
17303name = "xcursor"
17304version = "0.3.8"
17305source = "registry+https://github.com/rust-lang/crates.io-index"
17306checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
17307
17308[[package]]
17309name = "xdg-home"
17310version = "1.3.0"
17311source = "registry+https://github.com/rust-lang/crates.io-index"
17312checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
17313dependencies = [
17314 "libc",
17315 "windows-sys 0.59.0",
17316]
17317
17318[[package]]
17319name = "xim"
17320version = "0.4.0"
17321source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17322dependencies = [
17323 "ahash 0.8.11",
17324 "hashbrown 0.14.5",
17325 "log",
17326 "x11rb",
17327 "xim-ctext",
17328 "xim-parser",
17329]
17330
17331[[package]]
17332name = "xim-ctext"
17333version = "0.3.0"
17334source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17335dependencies = [
17336 "encoding_rs",
17337]
17338
17339[[package]]
17340name = "xim-parser"
17341version = "0.2.1"
17342source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17343dependencies = [
17344 "bitflags 2.9.0",
17345]
17346
17347[[package]]
17348name = "xkbcommon"
17349version = "0.8.0"
17350source = "registry+https://github.com/rust-lang/crates.io-index"
17351checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
17352dependencies = [
17353 "as-raw-xcb-connection",
17354 "libc",
17355 "memmap2",
17356 "xkeysym",
17357]
17358
17359[[package]]
17360name = "xkeysym"
17361version = "0.2.1"
17362source = "registry+https://github.com/rust-lang/crates.io-index"
17363checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
17364
17365[[package]]
17366name = "xml5ever"
17367version = "0.18.1"
17368source = "registry+https://github.com/rust-lang/crates.io-index"
17369checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
17370dependencies = [
17371 "log",
17372 "mac",
17373 "markup5ever",
17374]
17375
17376[[package]]
17377name = "xmlparser"
17378version = "0.13.6"
17379source = "registry+https://github.com/rust-lang/crates.io-index"
17380checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
17381
17382[[package]]
17383name = "xmlwriter"
17384version = "0.1.0"
17385source = "registry+https://github.com/rust-lang/crates.io-index"
17386checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
17387
17388[[package]]
17389name = "xtask"
17390version = "0.1.0"
17391dependencies = [
17392 "anyhow",
17393 "cargo_metadata",
17394 "cargo_toml",
17395 "clap",
17396]
17397
17398[[package]]
17399name = "yaml-rust2"
17400version = "0.8.1"
17401source = "registry+https://github.com/rust-lang/crates.io-index"
17402checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
17403dependencies = [
17404 "arraydeque",
17405 "encoding_rs",
17406 "hashlink 0.8.4",
17407]
17408
17409[[package]]
17410name = "yansi"
17411version = "1.0.1"
17412source = "registry+https://github.com/rust-lang/crates.io-index"
17413checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
17414
17415[[package]]
17416name = "yazi"
17417version = "0.2.1"
17418source = "registry+https://github.com/rust-lang/crates.io-index"
17419checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
17420
17421[[package]]
17422name = "yeslogic-fontconfig-sys"
17423version = "6.0.0"
17424source = "registry+https://github.com/rust-lang/crates.io-index"
17425checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
17426dependencies = [
17427 "dlib",
17428 "once_cell",
17429 "pkg-config",
17430]
17431
17432[[package]]
17433name = "yoke"
17434version = "0.7.5"
17435source = "registry+https://github.com/rust-lang/crates.io-index"
17436checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
17437dependencies = [
17438 "serde",
17439 "stable_deref_trait",
17440 "yoke-derive",
17441 "zerofrom",
17442]
17443
17444[[package]]
17445name = "yoke-derive"
17446version = "0.7.5"
17447source = "registry+https://github.com/rust-lang/crates.io-index"
17448checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
17449dependencies = [
17450 "proc-macro2",
17451 "quote",
17452 "syn 2.0.100",
17453 "synstructure",
17454]
17455
17456[[package]]
17457name = "zbus"
17458version = "5.5.0"
17459source = "registry+https://github.com/rust-lang/crates.io-index"
17460checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
17461dependencies = [
17462 "async-broadcast",
17463 "async-executor",
17464 "async-fs",
17465 "async-io",
17466 "async-lock",
17467 "async-process",
17468 "async-recursion 1.1.1",
17469 "async-task",
17470 "async-trait",
17471 "blocking",
17472 "enumflags2",
17473 "event-listener 5.3.1",
17474 "futures-core",
17475 "futures-lite 2.6.0",
17476 "hex",
17477 "nix",
17478 "ordered-stream",
17479 "serde",
17480 "serde_repr",
17481 "static_assertions",
17482 "tracing",
17483 "uds_windows",
17484 "windows-sys 0.59.0",
17485 "winnow 0.7.1",
17486 "xdg-home",
17487 "zbus_macros",
17488 "zbus_names",
17489 "zvariant",
17490]
17491
17492[[package]]
17493name = "zbus_macros"
17494version = "5.5.0"
17495source = "registry+https://github.com/rust-lang/crates.io-index"
17496checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
17497dependencies = [
17498 "proc-macro-crate",
17499 "proc-macro2",
17500 "quote",
17501 "syn 2.0.100",
17502 "zbus_names",
17503 "zvariant",
17504 "zvariant_utils",
17505]
17506
17507[[package]]
17508name = "zbus_names"
17509version = "4.1.0"
17510source = "registry+https://github.com/rust-lang/crates.io-index"
17511checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
17512dependencies = [
17513 "serde",
17514 "static_assertions",
17515 "winnow 0.6.20",
17516 "zvariant",
17517]
17518
17519[[package]]
17520name = "zed"
17521version = "0.181.0"
17522dependencies = [
17523 "activity_indicator",
17524 "anyhow",
17525 "ashpd",
17526 "assets",
17527 "assistant",
17528 "assistant2",
17529 "assistant_context_editor",
17530 "assistant_settings",
17531 "assistant_tools",
17532 "async-watch",
17533 "audio",
17534 "auto_update",
17535 "auto_update_ui",
17536 "backtrace",
17537 "breadcrumbs",
17538 "call",
17539 "channel",
17540 "chrono",
17541 "clap",
17542 "cli",
17543 "client",
17544 "collab_ui",
17545 "collections",
17546 "command_palette",
17547 "command_palette_hooks",
17548 "component_preview",
17549 "copilot",
17550 "dap",
17551 "dap_adapters",
17552 "db",
17553 "debugger_tools",
17554 "debugger_ui",
17555 "diagnostics",
17556 "editor",
17557 "env_logger 0.11.7",
17558 "extension",
17559 "extension_host",
17560 "extensions_ui",
17561 "feature_flags",
17562 "feedback",
17563 "file_finder",
17564 "fs",
17565 "futures 0.3.31",
17566 "git",
17567 "git_hosting_providers",
17568 "git_ui",
17569 "go_to_line",
17570 "gpui",
17571 "gpui_tokio",
17572 "http_client",
17573 "image_viewer",
17574 "inline_completion_button",
17575 "install_cli",
17576 "journal",
17577 "language",
17578 "language_extension",
17579 "language_model",
17580 "language_models",
17581 "language_selector",
17582 "language_tools",
17583 "languages",
17584 "libc",
17585 "log",
17586 "markdown_preview",
17587 "menu",
17588 "migrator",
17589 "mimalloc",
17590 "nix",
17591 "node_runtime",
17592 "notifications",
17593 "outline",
17594 "outline_panel",
17595 "parking_lot",
17596 "paths",
17597 "picker",
17598 "profiling",
17599 "project",
17600 "project_panel",
17601 "project_symbols",
17602 "prompt_store",
17603 "proto",
17604 "recent_projects",
17605 "release_channel",
17606 "remote",
17607 "repl",
17608 "reqwest_client",
17609 "rope",
17610 "search",
17611 "serde",
17612 "serde_json",
17613 "session",
17614 "settings",
17615 "settings_ui",
17616 "shellexpand 2.1.2",
17617 "simplelog",
17618 "smol",
17619 "snippet_provider",
17620 "snippets_ui",
17621 "supermaven",
17622 "sysinfo",
17623 "tab_switcher",
17624 "task",
17625 "tasks_ui",
17626 "telemetry",
17627 "telemetry_events",
17628 "terminal_view",
17629 "theme",
17630 "theme_extension",
17631 "theme_selector",
17632 "time",
17633 "title_bar",
17634 "toolchain_selector",
17635 "tree-sitter-md",
17636 "tree-sitter-rust",
17637 "ui",
17638 "ui_prompt",
17639 "url",
17640 "urlencoding",
17641 "util",
17642 "uuid",
17643 "vim",
17644 "vim_mode_setting",
17645 "welcome",
17646 "windows 0.61.1",
17647 "winresource",
17648 "workspace",
17649 "zed_actions",
17650 "zeta",
17651 "zlog_settings",
17652]
17653
17654[[package]]
17655name = "zed_actions"
17656version = "0.1.0"
17657dependencies = [
17658 "gpui",
17659 "schemars",
17660 "serde",
17661]
17662
17663[[package]]
17664name = "zed_emmet"
17665version = "0.0.3"
17666dependencies = [
17667 "zed_extension_api 0.1.0",
17668]
17669
17670[[package]]
17671name = "zed_extension_api"
17672version = "0.1.0"
17673source = "registry+https://github.com/rust-lang/crates.io-index"
17674checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
17675dependencies = [
17676 "serde",
17677 "serde_json",
17678 "wit-bindgen 0.22.0",
17679]
17680
17681[[package]]
17682name = "zed_extension_api"
17683version = "0.4.0"
17684dependencies = [
17685 "serde",
17686 "serde_json",
17687 "wit-bindgen 0.41.0",
17688]
17689
17690[[package]]
17691name = "zed_glsl"
17692version = "0.1.0"
17693dependencies = [
17694 "zed_extension_api 0.1.0",
17695]
17696
17697[[package]]
17698name = "zed_html"
17699version = "0.2.0"
17700dependencies = [
17701 "zed_extension_api 0.1.0",
17702]
17703
17704[[package]]
17705name = "zed_llm_client"
17706version = "0.4.1"
17707source = "registry+https://github.com/rust-lang/crates.io-index"
17708checksum = "1bf21350eced858d129840589158a8f6895c4fa4327ae56dd8c7d6a98495bed4"
17709dependencies = [
17710 "serde",
17711 "serde_json",
17712 "uuid",
17713]
17714
17715[[package]]
17716name = "zed_proto"
17717version = "0.2.2"
17718dependencies = [
17719 "zed_extension_api 0.1.0",
17720]
17721
17722[[package]]
17723name = "zed_ruff"
17724version = "0.1.0"
17725dependencies = [
17726 "zed_extension_api 0.1.0",
17727]
17728
17729[[package]]
17730name = "zed_snippets"
17731version = "0.0.5"
17732dependencies = [
17733 "serde_json",
17734 "zed_extension_api 0.1.0",
17735]
17736
17737[[package]]
17738name = "zed_test_extension"
17739version = "0.1.0"
17740dependencies = [
17741 "zed_extension_api 0.4.0",
17742]
17743
17744[[package]]
17745name = "zed_toml"
17746version = "0.1.3"
17747dependencies = [
17748 "zed_extension_api 0.1.0",
17749]
17750
17751[[package]]
17752name = "zeno"
17753version = "0.3.2"
17754source = "registry+https://github.com/rust-lang/crates.io-index"
17755checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
17756
17757[[package]]
17758name = "zerocopy"
17759version = "0.7.35"
17760source = "registry+https://github.com/rust-lang/crates.io-index"
17761checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
17762dependencies = [
17763 "byteorder",
17764 "zerocopy-derive 0.7.35",
17765]
17766
17767[[package]]
17768name = "zerocopy"
17769version = "0.8.18"
17770source = "registry+https://github.com/rust-lang/crates.io-index"
17771checksum = "79386d31a42a4996e3336b0919ddb90f81112af416270cff95b5f5af22b839c2"
17772dependencies = [
17773 "zerocopy-derive 0.8.18",
17774]
17775
17776[[package]]
17777name = "zerocopy-derive"
17778version = "0.7.35"
17779source = "registry+https://github.com/rust-lang/crates.io-index"
17780checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
17781dependencies = [
17782 "proc-macro2",
17783 "quote",
17784 "syn 2.0.100",
17785]
17786
17787[[package]]
17788name = "zerocopy-derive"
17789version = "0.8.18"
17790source = "registry+https://github.com/rust-lang/crates.io-index"
17791checksum = "76331675d372f91bf8d17e13afbd5fe639200b73d01f0fc748bb059f9cca2db7"
17792dependencies = [
17793 "proc-macro2",
17794 "quote",
17795 "syn 2.0.100",
17796]
17797
17798[[package]]
17799name = "zerofrom"
17800version = "0.1.5"
17801source = "registry+https://github.com/rust-lang/crates.io-index"
17802checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
17803dependencies = [
17804 "zerofrom-derive",
17805]
17806
17807[[package]]
17808name = "zerofrom-derive"
17809version = "0.1.5"
17810source = "registry+https://github.com/rust-lang/crates.io-index"
17811checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
17812dependencies = [
17813 "proc-macro2",
17814 "quote",
17815 "syn 2.0.100",
17816 "synstructure",
17817]
17818
17819[[package]]
17820name = "zeroize"
17821version = "1.8.1"
17822source = "registry+https://github.com/rust-lang/crates.io-index"
17823checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
17824dependencies = [
17825 "zeroize_derive",
17826]
17827
17828[[package]]
17829name = "zeroize_derive"
17830version = "1.4.2"
17831source = "registry+https://github.com/rust-lang/crates.io-index"
17832checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
17833dependencies = [
17834 "proc-macro2",
17835 "quote",
17836 "syn 2.0.100",
17837]
17838
17839[[package]]
17840name = "zeromq"
17841version = "0.5.0-pre"
17842source = "registry+https://github.com/rust-lang/crates.io-index"
17843checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
17844dependencies = [
17845 "async-dispatcher",
17846 "async-std",
17847 "async-trait",
17848 "asynchronous-codec",
17849 "bytes 1.10.1",
17850 "crossbeam-queue",
17851 "dashmap 5.5.3",
17852 "futures 0.3.31",
17853 "log",
17854 "num-traits",
17855 "once_cell",
17856 "parking_lot",
17857 "rand 0.8.5",
17858 "regex",
17859 "thiserror 1.0.69",
17860 "uuid",
17861]
17862
17863[[package]]
17864name = "zerovec"
17865version = "0.10.4"
17866source = "registry+https://github.com/rust-lang/crates.io-index"
17867checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
17868dependencies = [
17869 "yoke",
17870 "zerofrom",
17871 "zerovec-derive",
17872]
17873
17874[[package]]
17875name = "zerovec-derive"
17876version = "0.10.3"
17877source = "registry+https://github.com/rust-lang/crates.io-index"
17878checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
17879dependencies = [
17880 "proc-macro2",
17881 "quote",
17882 "syn 2.0.100",
17883]
17884
17885[[package]]
17886name = "zeta"
17887version = "0.1.0"
17888dependencies = [
17889 "anyhow",
17890 "arrayvec",
17891 "call",
17892 "client",
17893 "clock",
17894 "collections",
17895 "command_palette_hooks",
17896 "ctor",
17897 "db",
17898 "editor",
17899 "env_logger 0.11.7",
17900 "feature_flags",
17901 "fs",
17902 "futures 0.3.31",
17903 "gpui",
17904 "http_client",
17905 "indoc",
17906 "inline_completion",
17907 "language",
17908 "language_model",
17909 "log",
17910 "menu",
17911 "migrator",
17912 "paths",
17913 "postage",
17914 "project",
17915 "regex",
17916 "release_channel",
17917 "reqwest_client",
17918 "rpc",
17919 "serde",
17920 "serde_json",
17921 "settings",
17922 "telemetry",
17923 "telemetry_events",
17924 "theme",
17925 "thiserror 2.0.12",
17926 "tree-sitter-go",
17927 "tree-sitter-rust",
17928 "ui",
17929 "unindent",
17930 "util",
17931 "uuid",
17932 "workspace",
17933 "worktree",
17934 "zed_actions",
17935 "zed_llm_client",
17936]
17937
17938[[package]]
17939name = "zip"
17940version = "0.6.6"
17941source = "registry+https://github.com/rust-lang/crates.io-index"
17942checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
17943dependencies = [
17944 "aes",
17945 "byteorder",
17946 "bzip2",
17947 "constant_time_eq 0.1.5",
17948 "crc32fast",
17949 "crossbeam-utils",
17950 "flate2",
17951 "hmac",
17952 "pbkdf2 0.11.0",
17953 "sha1",
17954 "time",
17955 "zstd",
17956]
17957
17958[[package]]
17959name = "zlog"
17960version = "0.1.0"
17961dependencies = [
17962 "log",
17963]
17964
17965[[package]]
17966name = "zlog_settings"
17967version = "0.1.0"
17968dependencies = [
17969 "anyhow",
17970 "gpui",
17971 "schemars",
17972 "serde",
17973 "settings",
17974 "zlog",
17975]
17976
17977[[package]]
17978name = "zstd"
17979version = "0.11.2+zstd.1.5.2"
17980source = "registry+https://github.com/rust-lang/crates.io-index"
17981checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
17982dependencies = [
17983 "zstd-safe",
17984]
17985
17986[[package]]
17987name = "zstd-safe"
17988version = "5.0.2+zstd.1.5.2"
17989source = "registry+https://github.com/rust-lang/crates.io-index"
17990checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
17991dependencies = [
17992 "libc",
17993 "zstd-sys",
17994]
17995
17996[[package]]
17997name = "zstd-sys"
17998version = "2.0.13+zstd.1.5.6"
17999source = "registry+https://github.com/rust-lang/crates.io-index"
18000checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
18001dependencies = [
18002 "cc",
18003 "pkg-config",
18004]
18005
18006[[package]]
18007name = "zune-core"
18008version = "0.4.12"
18009source = "registry+https://github.com/rust-lang/crates.io-index"
18010checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
18011
18012[[package]]
18013name = "zune-inflate"
18014version = "0.2.54"
18015source = "registry+https://github.com/rust-lang/crates.io-index"
18016checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
18017dependencies = [
18018 "simd-adler32",
18019]
18020
18021[[package]]
18022name = "zune-jpeg"
18023version = "0.4.13"
18024source = "registry+https://github.com/rust-lang/crates.io-index"
18025checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
18026dependencies = [
18027 "zune-core",
18028]
18029
18030[[package]]
18031name = "zvariant"
18032version = "5.4.0"
18033source = "registry+https://github.com/rust-lang/crates.io-index"
18034checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
18035dependencies = [
18036 "endi",
18037 "enumflags2",
18038 "serde",
18039 "static_assertions",
18040 "url",
18041 "winnow 0.7.1",
18042 "zvariant_derive",
18043 "zvariant_utils",
18044]
18045
18046[[package]]
18047name = "zvariant_derive"
18048version = "5.4.0"
18049source = "registry+https://github.com/rust-lang/crates.io-index"
18050checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
18051dependencies = [
18052 "proc-macro-crate",
18053 "proc-macro2",
18054 "quote",
18055 "syn 2.0.100",
18056 "zvariant_utils",
18057]
18058
18059[[package]]
18060name = "zvariant_utils"
18061version = "3.2.0"
18062source = "registry+https://github.com/rust-lang/crates.io-index"
18063checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
18064dependencies = [
18065 "proc-macro2",
18066 "quote",
18067 "serde",
18068 "static_assertions",
18069 "syn 2.0.100",
18070 "winnow 0.7.1",
18071]