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 "open",
  732 "project",
  733 "rand 0.8.5",
  734 "release_channel",
  735 "schemars",
  736 "serde",
  737 "serde_json",
  738 "settings",
  739 "theme",
  740 "ui",
  741 "unindent",
  742 "util",
  743 "workspace",
  744 "worktree",
  745]
  746
  747[[package]]
  748name = "async-attributes"
  749version = "1.1.2"
  750source = "registry+https://github.com/rust-lang/crates.io-index"
  751checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  752dependencies = [
  753 "quote",
  754 "syn 1.0.109",
  755]
  756
  757[[package]]
  758name = "async-broadcast"
  759version = "0.7.2"
  760source = "registry+https://github.com/rust-lang/crates.io-index"
  761checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  762dependencies = [
  763 "event-listener 5.3.1",
  764 "event-listener-strategy",
  765 "futures-core",
  766 "pin-project-lite",
  767]
  768
  769[[package]]
  770name = "async-channel"
  771version = "1.9.0"
  772source = "registry+https://github.com/rust-lang/crates.io-index"
  773checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  774dependencies = [
  775 "concurrent-queue",
  776 "event-listener 2.5.3",
  777 "futures-core",
  778]
  779
  780[[package]]
  781name = "async-channel"
  782version = "2.3.1"
  783source = "registry+https://github.com/rust-lang/crates.io-index"
  784checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
  785dependencies = [
  786 "concurrent-queue",
  787 "event-listener-strategy",
  788 "futures-core",
  789 "pin-project-lite",
  790]
  791
  792[[package]]
  793name = "async-compat"
  794version = "0.2.4"
  795source = "registry+https://github.com/rust-lang/crates.io-index"
  796checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
  797dependencies = [
  798 "futures-core",
  799 "futures-io",
  800 "once_cell",
  801 "pin-project-lite",
  802 "tokio",
  803]
  804
  805[[package]]
  806name = "async-compression"
  807version = "0.4.22"
  808source = "registry+https://github.com/rust-lang/crates.io-index"
  809checksum = "59a194f9d963d8099596278594b3107448656ba73831c9d8c783e613ce86da64"
  810dependencies = [
  811 "deflate64",
  812 "flate2",
  813 "futures-core",
  814 "futures-io",
  815 "memchr",
  816 "pin-project-lite",
  817]
  818
  819[[package]]
  820name = "async-dispatcher"
  821version = "0.1.2"
  822source = "registry+https://github.com/rust-lang/crates.io-index"
  823checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  824dependencies = [
  825 "async-task",
  826 "futures-lite 1.13.0",
  827]
  828
  829[[package]]
  830name = "async-executor"
  831version = "1.13.1"
  832source = "registry+https://github.com/rust-lang/crates.io-index"
  833checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
  834dependencies = [
  835 "async-task",
  836 "concurrent-queue",
  837 "fastrand 2.3.0",
  838 "futures-lite 2.6.0",
  839 "slab",
  840]
  841
  842[[package]]
  843name = "async-fs"
  844version = "2.1.2"
  845source = "registry+https://github.com/rust-lang/crates.io-index"
  846checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
  847dependencies = [
  848 "async-lock",
  849 "blocking",
  850 "futures-lite 2.6.0",
  851]
  852
  853[[package]]
  854name = "async-global-executor"
  855version = "2.4.1"
  856source = "registry+https://github.com/rust-lang/crates.io-index"
  857checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  858dependencies = [
  859 "async-channel 2.3.1",
  860 "async-executor",
  861 "async-io",
  862 "async-lock",
  863 "blocking",
  864 "futures-lite 2.6.0",
  865 "once_cell",
  866]
  867
  868[[package]]
  869name = "async-io"
  870version = "2.4.0"
  871source = "registry+https://github.com/rust-lang/crates.io-index"
  872checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
  873dependencies = [
  874 "async-lock",
  875 "cfg-if",
  876 "concurrent-queue",
  877 "futures-io",
  878 "futures-lite 2.6.0",
  879 "parking",
  880 "polling",
  881 "rustix",
  882 "slab",
  883 "tracing",
  884 "windows-sys 0.59.0",
  885]
  886
  887[[package]]
  888name = "async-lock"
  889version = "3.4.0"
  890source = "registry+https://github.com/rust-lang/crates.io-index"
  891checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
  892dependencies = [
  893 "event-listener 5.3.1",
  894 "event-listener-strategy",
  895 "pin-project-lite",
  896]
  897
  898[[package]]
  899name = "async-native-tls"
  900version = "0.5.0"
  901source = "registry+https://github.com/rust-lang/crates.io-index"
  902checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
  903dependencies = [
  904 "futures-util",
  905 "native-tls",
  906 "thiserror 1.0.69",
  907 "url",
  908]
  909
  910[[package]]
  911name = "async-net"
  912version = "2.0.0"
  913source = "registry+https://github.com/rust-lang/crates.io-index"
  914checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  915dependencies = [
  916 "async-io",
  917 "blocking",
  918 "futures-lite 2.6.0",
  919]
  920
  921[[package]]
  922name = "async-pipe"
  923version = "0.1.3"
  924source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  925dependencies = [
  926 "futures 0.3.31",
  927 "log",
  928]
  929
  930[[package]]
  931name = "async-process"
  932version = "2.3.0"
  933source = "registry+https://github.com/rust-lang/crates.io-index"
  934checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
  935dependencies = [
  936 "async-channel 2.3.1",
  937 "async-io",
  938 "async-lock",
  939 "async-signal",
  940 "async-task",
  941 "blocking",
  942 "cfg-if",
  943 "event-listener 5.3.1",
  944 "futures-lite 2.6.0",
  945 "rustix",
  946 "tracing",
  947]
  948
  949[[package]]
  950name = "async-recursion"
  951version = "0.3.2"
  952source = "registry+https://github.com/rust-lang/crates.io-index"
  953checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
  954dependencies = [
  955 "proc-macro2",
  956 "quote",
  957 "syn 1.0.109",
  958]
  959
  960[[package]]
  961name = "async-recursion"
  962version = "1.1.1"
  963source = "registry+https://github.com/rust-lang/crates.io-index"
  964checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
  965dependencies = [
  966 "proc-macro2",
  967 "quote",
  968 "syn 2.0.100",
  969]
  970
  971[[package]]
  972name = "async-signal"
  973version = "0.2.10"
  974source = "registry+https://github.com/rust-lang/crates.io-index"
  975checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
  976dependencies = [
  977 "async-io",
  978 "async-lock",
  979 "atomic-waker",
  980 "cfg-if",
  981 "futures-core",
  982 "futures-io",
  983 "rustix",
  984 "signal-hook-registry",
  985 "slab",
  986 "windows-sys 0.59.0",
  987]
  988
  989[[package]]
  990name = "async-std"
  991version = "1.13.1"
  992source = "registry+https://github.com/rust-lang/crates.io-index"
  993checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24"
  994dependencies = [
  995 "async-attributes",
  996 "async-channel 1.9.0",
  997 "async-global-executor",
  998 "async-io",
  999 "async-lock",
 1000 "async-process",
 1001 "crossbeam-utils",
 1002 "futures-channel",
 1003 "futures-core",
 1004 "futures-io",
 1005 "futures-lite 2.6.0",
 1006 "gloo-timers",
 1007 "kv-log-macro",
 1008 "log",
 1009 "memchr",
 1010 "once_cell",
 1011 "pin-project-lite",
 1012 "pin-utils",
 1013 "slab",
 1014 "wasm-bindgen-futures",
 1015]
 1016
 1017[[package]]
 1018name = "async-stream"
 1019version = "0.3.6"
 1020source = "registry+https://github.com/rust-lang/crates.io-index"
 1021checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1022dependencies = [
 1023 "async-stream-impl",
 1024 "futures-core",
 1025 "pin-project-lite",
 1026]
 1027
 1028[[package]]
 1029name = "async-stream-impl"
 1030version = "0.3.6"
 1031source = "registry+https://github.com/rust-lang/crates.io-index"
 1032checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1033dependencies = [
 1034 "proc-macro2",
 1035 "quote",
 1036 "syn 2.0.100",
 1037]
 1038
 1039[[package]]
 1040name = "async-stripe"
 1041version = "0.40.0"
 1042source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
 1043dependencies = [
 1044 "chrono",
 1045 "futures-util",
 1046 "http-types",
 1047 "hyper 0.14.32",
 1048 "hyper-rustls 0.24.2",
 1049 "serde",
 1050 "serde_json",
 1051 "serde_path_to_error",
 1052 "serde_qs 0.10.1",
 1053 "smart-default",
 1054 "smol_str 0.1.24",
 1055 "thiserror 1.0.69",
 1056 "tokio",
 1057]
 1058
 1059[[package]]
 1060name = "async-tar"
 1061version = "0.5.0"
 1062source = "registry+https://github.com/rust-lang/crates.io-index"
 1063checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
 1064dependencies = [
 1065 "async-std",
 1066 "filetime",
 1067 "libc",
 1068 "pin-project",
 1069 "redox_syscall 0.2.16",
 1070 "xattr",
 1071]
 1072
 1073[[package]]
 1074name = "async-task"
 1075version = "4.7.1"
 1076source = "registry+https://github.com/rust-lang/crates.io-index"
 1077checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
 1078
 1079[[package]]
 1080name = "async-tls"
 1081version = "0.13.0"
 1082source = "git+https://github.com/zed-industries/async-tls?rev=1e759a4b5e370f87dc15e40756ac4f8815b61d9d#1e759a4b5e370f87dc15e40756ac4f8815b61d9d"
 1083dependencies = [
 1084 "futures-core",
 1085 "futures-io",
 1086 "rustls 0.23.25",
 1087 "rustls-pemfile 2.2.0",
 1088 "webpki-roots",
 1089]
 1090
 1091[[package]]
 1092name = "async-trait"
 1093version = "0.1.88"
 1094source = "registry+https://github.com/rust-lang/crates.io-index"
 1095checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
 1096dependencies = [
 1097 "proc-macro2",
 1098 "quote",
 1099 "syn 2.0.100",
 1100]
 1101
 1102[[package]]
 1103name = "async-tungstenite"
 1104version = "0.28.2"
 1105source = "registry+https://github.com/rust-lang/crates.io-index"
 1106checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99"
 1107dependencies = [
 1108 "async-std",
 1109 "async-tls",
 1110 "atomic-waker",
 1111 "futures-core",
 1112 "futures-io",
 1113 "futures-task",
 1114 "futures-util",
 1115 "log",
 1116 "pin-project-lite",
 1117 "tungstenite 0.24.0",
 1118]
 1119
 1120[[package]]
 1121name = "async-watch"
 1122version = "0.3.1"
 1123source = "registry+https://github.com/rust-lang/crates.io-index"
 1124checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
 1125dependencies = [
 1126 "event-listener 2.5.3",
 1127]
 1128
 1129[[package]]
 1130name = "async_zip"
 1131version = "0.0.17"
 1132source = "registry+https://github.com/rust-lang/crates.io-index"
 1133checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
 1134dependencies = [
 1135 "async-compression",
 1136 "crc32fast",
 1137 "futures-lite 2.6.0",
 1138 "pin-project",
 1139 "thiserror 1.0.69",
 1140]
 1141
 1142[[package]]
 1143name = "asynchronous-codec"
 1144version = "0.7.0"
 1145source = "registry+https://github.com/rust-lang/crates.io-index"
 1146checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1147dependencies = [
 1148 "bytes 1.10.1",
 1149 "futures-sink",
 1150 "futures-util",
 1151 "memchr",
 1152 "pin-project-lite",
 1153]
 1154
 1155[[package]]
 1156name = "atoi"
 1157version = "2.0.0"
 1158source = "registry+https://github.com/rust-lang/crates.io-index"
 1159checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1160dependencies = [
 1161 "num-traits",
 1162]
 1163
 1164[[package]]
 1165name = "atomic"
 1166version = "0.5.3"
 1167source = "registry+https://github.com/rust-lang/crates.io-index"
 1168checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1169
 1170[[package]]
 1171name = "atomic-waker"
 1172version = "1.1.2"
 1173source = "registry+https://github.com/rust-lang/crates.io-index"
 1174checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1175
 1176[[package]]
 1177name = "audio"
 1178version = "0.1.0"
 1179dependencies = [
 1180 "anyhow",
 1181 "collections",
 1182 "derive_more",
 1183 "gpui",
 1184 "parking_lot",
 1185 "rodio",
 1186 "util",
 1187]
 1188
 1189[[package]]
 1190name = "auto_update"
 1191version = "0.1.0"
 1192dependencies = [
 1193 "anyhow",
 1194 "client",
 1195 "db",
 1196 "gpui",
 1197 "http_client",
 1198 "log",
 1199 "paths",
 1200 "release_channel",
 1201 "schemars",
 1202 "serde",
 1203 "serde_json",
 1204 "settings",
 1205 "smol",
 1206 "tempfile",
 1207 "which 6.0.3",
 1208 "workspace",
 1209]
 1210
 1211[[package]]
 1212name = "auto_update_ui"
 1213version = "0.1.0"
 1214dependencies = [
 1215 "anyhow",
 1216 "auto_update",
 1217 "client",
 1218 "editor",
 1219 "gpui",
 1220 "http_client",
 1221 "markdown_preview",
 1222 "release_channel",
 1223 "serde",
 1224 "serde_json",
 1225 "smol",
 1226 "util",
 1227 "workspace",
 1228]
 1229
 1230[[package]]
 1231name = "autocfg"
 1232version = "1.4.0"
 1233source = "registry+https://github.com/rust-lang/crates.io-index"
 1234checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
 1235
 1236[[package]]
 1237name = "av1-grain"
 1238version = "0.2.3"
 1239source = "registry+https://github.com/rust-lang/crates.io-index"
 1240checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
 1241dependencies = [
 1242 "anyhow",
 1243 "arrayvec",
 1244 "log",
 1245 "nom",
 1246 "num-rational",
 1247 "v_frame",
 1248]
 1249
 1250[[package]]
 1251name = "avif-serialize"
 1252version = "0.8.2"
 1253source = "registry+https://github.com/rust-lang/crates.io-index"
 1254checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
 1255dependencies = [
 1256 "arrayvec",
 1257]
 1258
 1259[[package]]
 1260name = "aws-config"
 1261version = "1.5.16"
 1262source = "registry+https://github.com/rust-lang/crates.io-index"
 1263checksum = "50236e4d60fe8458de90a71c0922c761e41755adf091b1b03de1cef537179915"
 1264dependencies = [
 1265 "aws-credential-types",
 1266 "aws-runtime",
 1267 "aws-sdk-sso",
 1268 "aws-sdk-ssooidc",
 1269 "aws-sdk-sts",
 1270 "aws-smithy-async",
 1271 "aws-smithy-http",
 1272 "aws-smithy-json",
 1273 "aws-smithy-runtime",
 1274 "aws-smithy-runtime-api",
 1275 "aws-smithy-types",
 1276 "aws-types",
 1277 "bytes 1.10.1",
 1278 "fastrand 2.3.0",
 1279 "hex",
 1280 "http 0.2.12",
 1281 "ring",
 1282 "time",
 1283 "tokio",
 1284 "tracing",
 1285 "url",
 1286 "zeroize",
 1287]
 1288
 1289[[package]]
 1290name = "aws-credential-types"
 1291version = "1.2.1"
 1292source = "registry+https://github.com/rust-lang/crates.io-index"
 1293checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
 1294dependencies = [
 1295 "aws-smithy-async",
 1296 "aws-smithy-runtime-api",
 1297 "aws-smithy-types",
 1298 "zeroize",
 1299]
 1300
 1301[[package]]
 1302name = "aws-lc-rs"
 1303version = "1.12.6"
 1304source = "registry+https://github.com/rust-lang/crates.io-index"
 1305checksum = "dabb68eb3a7aa08b46fddfd59a3d55c978243557a90ab804769f7e20e67d2b01"
 1306dependencies = [
 1307 "aws-lc-sys",
 1308 "zeroize",
 1309]
 1310
 1311[[package]]
 1312name = "aws-lc-sys"
 1313version = "0.27.0"
 1314source = "registry+https://github.com/rust-lang/crates.io-index"
 1315checksum = "6bbe221bbf523b625a4dd8585c7f38166e31167ec2ca98051dbcb4c3b6e825d2"
 1316dependencies = [
 1317 "bindgen 0.69.5",
 1318 "cc",
 1319 "cmake",
 1320 "dunce",
 1321 "fs_extra",
 1322]
 1323
 1324[[package]]
 1325name = "aws-runtime"
 1326version = "1.5.5"
 1327source = "registry+https://github.com/rust-lang/crates.io-index"
 1328checksum = "76dd04d39cc12844c0994f2c9c5a6f5184c22e9188ec1ff723de41910a21dcad"
 1329dependencies = [
 1330 "aws-credential-types",
 1331 "aws-sigv4",
 1332 "aws-smithy-async",
 1333 "aws-smithy-eventstream",
 1334 "aws-smithy-http",
 1335 "aws-smithy-runtime",
 1336 "aws-smithy-runtime-api",
 1337 "aws-smithy-types",
 1338 "aws-types",
 1339 "bytes 1.10.1",
 1340 "fastrand 2.3.0",
 1341 "http 0.2.12",
 1342 "http-body 0.4.6",
 1343 "once_cell",
 1344 "percent-encoding",
 1345 "pin-project-lite",
 1346 "tracing",
 1347 "uuid",
 1348]
 1349
 1350[[package]]
 1351name = "aws-sdk-bedrockruntime"
 1352version = "1.74.0"
 1353source = "registry+https://github.com/rust-lang/crates.io-index"
 1354checksum = "6938541d1948a543bca23303fec4cff9c36bf0e63b8fa3ae1b337bcb9d5b81af"
 1355dependencies = [
 1356 "aws-credential-types",
 1357 "aws-runtime",
 1358 "aws-smithy-async",
 1359 "aws-smithy-eventstream",
 1360 "aws-smithy-http",
 1361 "aws-smithy-json",
 1362 "aws-smithy-runtime",
 1363 "aws-smithy-runtime-api",
 1364 "aws-smithy-types",
 1365 "aws-types",
 1366 "bytes 1.10.1",
 1367 "fastrand 2.3.0",
 1368 "http 0.2.12",
 1369 "once_cell",
 1370 "regex-lite",
 1371 "tracing",
 1372]
 1373
 1374[[package]]
 1375name = "aws-sdk-kinesis"
 1376version = "1.61.0"
 1377source = "registry+https://github.com/rust-lang/crates.io-index"
 1378checksum = "89f2163d8704e8fdcd51ec6c2e0441c418471e422ee9690451b17a1c46344e1a"
 1379dependencies = [
 1380 "aws-credential-types",
 1381 "aws-runtime",
 1382 "aws-smithy-async",
 1383 "aws-smithy-http",
 1384 "aws-smithy-json",
 1385 "aws-smithy-runtime",
 1386 "aws-smithy-runtime-api",
 1387 "aws-smithy-types",
 1388 "aws-types",
 1389 "bytes 1.10.1",
 1390 "http 0.2.12",
 1391 "once_cell",
 1392 "regex-lite",
 1393 "tracing",
 1394]
 1395
 1396[[package]]
 1397name = "aws-sdk-s3"
 1398version = "1.76.0"
 1399source = "registry+https://github.com/rust-lang/crates.io-index"
 1400checksum = "66e83401ad7287ad15244d557e35502c2a94105ca5b41d656c391f1a4fc04ca2"
 1401dependencies = [
 1402 "aws-credential-types",
 1403 "aws-runtime",
 1404 "aws-sigv4",
 1405 "aws-smithy-async",
 1406 "aws-smithy-checksums",
 1407 "aws-smithy-eventstream",
 1408 "aws-smithy-http",
 1409 "aws-smithy-json",
 1410 "aws-smithy-runtime",
 1411 "aws-smithy-runtime-api",
 1412 "aws-smithy-types",
 1413 "aws-smithy-xml",
 1414 "aws-types",
 1415 "bytes 1.10.1",
 1416 "fastrand 2.3.0",
 1417 "hex",
 1418 "hmac",
 1419 "http 0.2.12",
 1420 "http-body 0.4.6",
 1421 "lru",
 1422 "once_cell",
 1423 "percent-encoding",
 1424 "regex-lite",
 1425 "sha2",
 1426 "tracing",
 1427 "url",
 1428]
 1429
 1430[[package]]
 1431name = "aws-sdk-sso"
 1432version = "1.58.0"
 1433source = "registry+https://github.com/rust-lang/crates.io-index"
 1434checksum = "16ff718c9ee45cc1ebd4774a0e086bb80a6ab752b4902edf1c9f56b86ee1f770"
 1435dependencies = [
 1436 "aws-credential-types",
 1437 "aws-runtime",
 1438 "aws-smithy-async",
 1439 "aws-smithy-http",
 1440 "aws-smithy-json",
 1441 "aws-smithy-runtime",
 1442 "aws-smithy-runtime-api",
 1443 "aws-smithy-types",
 1444 "aws-types",
 1445 "bytes 1.10.1",
 1446 "http 0.2.12",
 1447 "once_cell",
 1448 "regex-lite",
 1449 "tracing",
 1450]
 1451
 1452[[package]]
 1453name = "aws-sdk-ssooidc"
 1454version = "1.59.0"
 1455source = "registry+https://github.com/rust-lang/crates.io-index"
 1456checksum = "5183e088715cc135d8d396fdd3bc02f018f0da4c511f53cb8d795b6a31c55809"
 1457dependencies = [
 1458 "aws-credential-types",
 1459 "aws-runtime",
 1460 "aws-smithy-async",
 1461 "aws-smithy-http",
 1462 "aws-smithy-json",
 1463 "aws-smithy-runtime",
 1464 "aws-smithy-runtime-api",
 1465 "aws-smithy-types",
 1466 "aws-types",
 1467 "bytes 1.10.1",
 1468 "http 0.2.12",
 1469 "once_cell",
 1470 "regex-lite",
 1471 "tracing",
 1472]
 1473
 1474[[package]]
 1475name = "aws-sdk-sts"
 1476version = "1.59.0"
 1477source = "registry+https://github.com/rust-lang/crates.io-index"
 1478checksum = "c9f944ef032717596639cea4a2118a3a457268ef51bbb5fde9637e54c465da00"
 1479dependencies = [
 1480 "aws-credential-types",
 1481 "aws-runtime",
 1482 "aws-smithy-async",
 1483 "aws-smithy-http",
 1484 "aws-smithy-json",
 1485 "aws-smithy-query",
 1486 "aws-smithy-runtime",
 1487 "aws-smithy-runtime-api",
 1488 "aws-smithy-types",
 1489 "aws-smithy-xml",
 1490 "aws-types",
 1491 "http 0.2.12",
 1492 "once_cell",
 1493 "regex-lite",
 1494 "tracing",
 1495]
 1496
 1497[[package]]
 1498name = "aws-sigv4"
 1499version = "1.2.9"
 1500source = "registry+https://github.com/rust-lang/crates.io-index"
 1501checksum = "9bfe75fad52793ce6dec0dc3d4b1f388f038b5eb866c8d4d7f3a8e21b5ea5051"
 1502dependencies = [
 1503 "aws-credential-types",
 1504 "aws-smithy-eventstream",
 1505 "aws-smithy-http",
 1506 "aws-smithy-runtime-api",
 1507 "aws-smithy-types",
 1508 "bytes 1.10.1",
 1509 "crypto-bigint 0.5.5",
 1510 "form_urlencoded",
 1511 "hex",
 1512 "hmac",
 1513 "http 0.2.12",
 1514 "http 1.2.0",
 1515 "once_cell",
 1516 "p256",
 1517 "percent-encoding",
 1518 "ring",
 1519 "sha2",
 1520 "subtle",
 1521 "time",
 1522 "tracing",
 1523 "zeroize",
 1524]
 1525
 1526[[package]]
 1527name = "aws-smithy-async"
 1528version = "1.2.4"
 1529source = "registry+https://github.com/rust-lang/crates.io-index"
 1530checksum = "fa59d1327d8b5053c54bf2eaae63bf629ba9e904434d0835a28ed3c0ed0a614e"
 1531dependencies = [
 1532 "futures-util",
 1533 "pin-project-lite",
 1534 "tokio",
 1535]
 1536
 1537[[package]]
 1538name = "aws-smithy-checksums"
 1539version = "0.62.0"
 1540source = "registry+https://github.com/rust-lang/crates.io-index"
 1541checksum = "f2f45a1c384d7a393026bc5f5c177105aa9fa68e4749653b985707ac27d77295"
 1542dependencies = [
 1543 "aws-smithy-http",
 1544 "aws-smithy-types",
 1545 "bytes 1.10.1",
 1546 "crc32c",
 1547 "crc32fast",
 1548 "crc64fast-nvme",
 1549 "hex",
 1550 "http 0.2.12",
 1551 "http-body 0.4.6",
 1552 "md-5",
 1553 "pin-project-lite",
 1554 "sha1",
 1555 "sha2",
 1556 "tracing",
 1557]
 1558
 1559[[package]]
 1560name = "aws-smithy-eventstream"
 1561version = "0.60.6"
 1562source = "registry+https://github.com/rust-lang/crates.io-index"
 1563checksum = "8b18559a41e0c909b77625adf2b8c50de480a8041e5e4a3f5f7d177db70abc5a"
 1564dependencies = [
 1565 "aws-smithy-types",
 1566 "bytes 1.10.1",
 1567 "crc32fast",
 1568]
 1569
 1570[[package]]
 1571name = "aws-smithy-http"
 1572version = "0.60.12"
 1573source = "registry+https://github.com/rust-lang/crates.io-index"
 1574checksum = "7809c27ad8da6a6a68c454e651d4962479e81472aa19ae99e59f9aba1f9713cc"
 1575dependencies = [
 1576 "aws-smithy-eventstream",
 1577 "aws-smithy-runtime-api",
 1578 "aws-smithy-types",
 1579 "bytes 1.10.1",
 1580 "bytes-utils",
 1581 "futures-core",
 1582 "http 0.2.12",
 1583 "http-body 0.4.6",
 1584 "once_cell",
 1585 "percent-encoding",
 1586 "pin-project-lite",
 1587 "pin-utils",
 1588 "tracing",
 1589]
 1590
 1591[[package]]
 1592name = "aws-smithy-json"
 1593version = "0.61.2"
 1594source = "registry+https://github.com/rust-lang/crates.io-index"
 1595checksum = "623a51127f24c30776c8b374295f2df78d92517386f77ba30773f15a30ce1422"
 1596dependencies = [
 1597 "aws-smithy-types",
 1598]
 1599
 1600[[package]]
 1601name = "aws-smithy-query"
 1602version = "0.60.7"
 1603source = "registry+https://github.com/rust-lang/crates.io-index"
 1604checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
 1605dependencies = [
 1606 "aws-smithy-types",
 1607 "urlencoding",
 1608]
 1609
 1610[[package]]
 1611name = "aws-smithy-runtime"
 1612version = "1.7.8"
 1613source = "registry+https://github.com/rust-lang/crates.io-index"
 1614checksum = "d526a12d9ed61fadefda24abe2e682892ba288c2018bcb38b1b4c111d13f6d92"
 1615dependencies = [
 1616 "aws-smithy-async",
 1617 "aws-smithy-http",
 1618 "aws-smithy-runtime-api",
 1619 "aws-smithy-types",
 1620 "bytes 1.10.1",
 1621 "fastrand 2.3.0",
 1622 "h2 0.3.26",
 1623 "http 0.2.12",
 1624 "http-body 0.4.6",
 1625 "http-body 1.0.1",
 1626 "httparse",
 1627 "hyper 0.14.32",
 1628 "hyper-rustls 0.24.2",
 1629 "once_cell",
 1630 "pin-project-lite",
 1631 "pin-utils",
 1632 "rustls 0.21.12",
 1633 "tokio",
 1634 "tracing",
 1635]
 1636
 1637[[package]]
 1638name = "aws-smithy-runtime-api"
 1639version = "1.7.3"
 1640source = "registry+https://github.com/rust-lang/crates.io-index"
 1641checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
 1642dependencies = [
 1643 "aws-smithy-async",
 1644 "aws-smithy-types",
 1645 "bytes 1.10.1",
 1646 "http 0.2.12",
 1647 "http 1.2.0",
 1648 "pin-project-lite",
 1649 "tokio",
 1650 "tracing",
 1651 "zeroize",
 1652]
 1653
 1654[[package]]
 1655name = "aws-smithy-types"
 1656version = "1.2.13"
 1657source = "registry+https://github.com/rust-lang/crates.io-index"
 1658checksum = "c7b8a53819e42f10d0821f56da995e1470b199686a1809168db6ca485665f042"
 1659dependencies = [
 1660 "base64-simd",
 1661 "bytes 1.10.1",
 1662 "bytes-utils",
 1663 "futures-core",
 1664 "http 0.2.12",
 1665 "http 1.2.0",
 1666 "http-body 0.4.6",
 1667 "http-body 1.0.1",
 1668 "http-body-util",
 1669 "itoa",
 1670 "num-integer",
 1671 "pin-project-lite",
 1672 "pin-utils",
 1673 "ryu",
 1674 "serde",
 1675 "time",
 1676 "tokio",
 1677 "tokio-util",
 1678]
 1679
 1680[[package]]
 1681name = "aws-smithy-xml"
 1682version = "0.60.9"
 1683source = "registry+https://github.com/rust-lang/crates.io-index"
 1684checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
 1685dependencies = [
 1686 "xmlparser",
 1687]
 1688
 1689[[package]]
 1690name = "aws-types"
 1691version = "1.3.5"
 1692source = "registry+https://github.com/rust-lang/crates.io-index"
 1693checksum = "dfbd0a668309ec1f66c0f6bda4840dd6d4796ae26d699ebc266d7cc95c6d040f"
 1694dependencies = [
 1695 "aws-credential-types",
 1696 "aws-smithy-async",
 1697 "aws-smithy-runtime-api",
 1698 "aws-smithy-types",
 1699 "rustc_version",
 1700 "tracing",
 1701]
 1702
 1703[[package]]
 1704name = "aws_http_client"
 1705version = "0.1.0"
 1706dependencies = [
 1707 "aws-smithy-runtime-api",
 1708 "aws-smithy-types",
 1709 "futures 0.3.31",
 1710 "http_client",
 1711 "tokio",
 1712]
 1713
 1714[[package]]
 1715name = "axum"
 1716version = "0.6.20"
 1717source = "registry+https://github.com/rust-lang/crates.io-index"
 1718checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1719dependencies = [
 1720 "async-trait",
 1721 "axum-core",
 1722 "base64 0.21.7",
 1723 "bitflags 1.3.2",
 1724 "bytes 1.10.1",
 1725 "futures-util",
 1726 "headers",
 1727 "http 0.2.12",
 1728 "http-body 0.4.6",
 1729 "hyper 0.14.32",
 1730 "itoa",
 1731 "matchit",
 1732 "memchr",
 1733 "mime",
 1734 "percent-encoding",
 1735 "pin-project-lite",
 1736 "rustversion",
 1737 "serde",
 1738 "serde_json",
 1739 "serde_path_to_error",
 1740 "serde_urlencoded",
 1741 "sha1",
 1742 "sync_wrapper 0.1.2",
 1743 "tokio",
 1744 "tokio-tungstenite 0.20.1",
 1745 "tower",
 1746 "tower-layer",
 1747 "tower-service",
 1748]
 1749
 1750[[package]]
 1751name = "axum-core"
 1752version = "0.3.4"
 1753source = "registry+https://github.com/rust-lang/crates.io-index"
 1754checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1755dependencies = [
 1756 "async-trait",
 1757 "bytes 1.10.1",
 1758 "futures-util",
 1759 "http 0.2.12",
 1760 "http-body 0.4.6",
 1761 "mime",
 1762 "rustversion",
 1763 "tower-layer",
 1764 "tower-service",
 1765]
 1766
 1767[[package]]
 1768name = "axum-extra"
 1769version = "0.4.2"
 1770source = "registry+https://github.com/rust-lang/crates.io-index"
 1771checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
 1772dependencies = [
 1773 "axum",
 1774 "bytes 1.10.1",
 1775 "futures-util",
 1776 "http 0.2.12",
 1777 "mime",
 1778 "pin-project-lite",
 1779 "serde",
 1780 "serde_json",
 1781 "tokio",
 1782 "tower",
 1783 "tower-http 0.3.5",
 1784 "tower-layer",
 1785 "tower-service",
 1786]
 1787
 1788[[package]]
 1789name = "backtrace"
 1790version = "0.3.74"
 1791source = "registry+https://github.com/rust-lang/crates.io-index"
 1792checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
 1793dependencies = [
 1794 "addr2line",
 1795 "cfg-if",
 1796 "libc",
 1797 "miniz_oxide",
 1798 "object",
 1799 "rustc-demangle",
 1800 "windows-targets 0.52.6",
 1801]
 1802
 1803[[package]]
 1804name = "base16ct"
 1805version = "0.1.1"
 1806source = "registry+https://github.com/rust-lang/crates.io-index"
 1807checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1808
 1809[[package]]
 1810name = "base64"
 1811version = "0.13.1"
 1812source = "registry+https://github.com/rust-lang/crates.io-index"
 1813checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
 1814
 1815[[package]]
 1816name = "base64"
 1817version = "0.21.7"
 1818source = "registry+https://github.com/rust-lang/crates.io-index"
 1819checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1820
 1821[[package]]
 1822name = "base64"
 1823version = "0.22.1"
 1824source = "registry+https://github.com/rust-lang/crates.io-index"
 1825checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1826
 1827[[package]]
 1828name = "base64-simd"
 1829version = "0.8.0"
 1830source = "registry+https://github.com/rust-lang/crates.io-index"
 1831checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1832dependencies = [
 1833 "outref",
 1834 "vsimd",
 1835]
 1836
 1837[[package]]
 1838name = "base64ct"
 1839version = "1.6.0"
 1840source = "registry+https://github.com/rust-lang/crates.io-index"
 1841checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
 1842
 1843[[package]]
 1844name = "bedrock"
 1845version = "0.1.0"
 1846dependencies = [
 1847 "anyhow",
 1848 "aws-sdk-bedrockruntime",
 1849 "aws-smithy-types",
 1850 "futures 0.3.31",
 1851 "schemars",
 1852 "serde",
 1853 "serde_json",
 1854 "strum",
 1855 "thiserror 2.0.12",
 1856 "tokio",
 1857]
 1858
 1859[[package]]
 1860name = "bigdecimal"
 1861version = "0.4.7"
 1862source = "registry+https://github.com/rust-lang/crates.io-index"
 1863checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
 1864dependencies = [
 1865 "autocfg",
 1866 "libm",
 1867 "num-bigint",
 1868 "num-integer",
 1869 "num-traits",
 1870 "serde",
 1871]
 1872
 1873[[package]]
 1874name = "bincode"
 1875version = "1.3.3"
 1876source = "registry+https://github.com/rust-lang/crates.io-index"
 1877checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1878dependencies = [
 1879 "serde",
 1880]
 1881
 1882[[package]]
 1883name = "bindgen"
 1884version = "0.69.5"
 1885source = "registry+https://github.com/rust-lang/crates.io-index"
 1886checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
 1887dependencies = [
 1888 "bitflags 2.9.0",
 1889 "cexpr",
 1890 "clang-sys",
 1891 "itertools 0.12.1",
 1892 "lazy_static",
 1893 "lazycell",
 1894 "log",
 1895 "prettyplease",
 1896 "proc-macro2",
 1897 "quote",
 1898 "regex",
 1899 "rustc-hash 1.1.0",
 1900 "shlex",
 1901 "syn 2.0.100",
 1902 "which 4.4.2",
 1903]
 1904
 1905[[package]]
 1906name = "bindgen"
 1907version = "0.70.1"
 1908source = "registry+https://github.com/rust-lang/crates.io-index"
 1909checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
 1910dependencies = [
 1911 "bitflags 2.9.0",
 1912 "cexpr",
 1913 "clang-sys",
 1914 "itertools 0.12.1",
 1915 "log",
 1916 "prettyplease",
 1917 "proc-macro2",
 1918 "quote",
 1919 "regex",
 1920 "rustc-hash 1.1.0",
 1921 "shlex",
 1922 "syn 2.0.100",
 1923]
 1924
 1925[[package]]
 1926name = "bit-set"
 1927version = "0.5.3"
 1928source = "registry+https://github.com/rust-lang/crates.io-index"
 1929checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
 1930dependencies = [
 1931 "bit-vec 0.6.3",
 1932]
 1933
 1934[[package]]
 1935name = "bit-set"
 1936version = "0.8.0"
 1937source = "registry+https://github.com/rust-lang/crates.io-index"
 1938checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1939dependencies = [
 1940 "bit-vec 0.8.0",
 1941]
 1942
 1943[[package]]
 1944name = "bit-vec"
 1945version = "0.6.3"
 1946source = "registry+https://github.com/rust-lang/crates.io-index"
 1947checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
 1948
 1949[[package]]
 1950name = "bit-vec"
 1951version = "0.8.0"
 1952source = "registry+https://github.com/rust-lang/crates.io-index"
 1953checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 1954
 1955[[package]]
 1956name = "bit_field"
 1957version = "0.10.2"
 1958source = "registry+https://github.com/rust-lang/crates.io-index"
 1959checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
 1960
 1961[[package]]
 1962name = "bitflags"
 1963version = "1.3.2"
 1964source = "registry+https://github.com/rust-lang/crates.io-index"
 1965checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 1966
 1967[[package]]
 1968name = "bitflags"
 1969version = "2.9.0"
 1970source = "registry+https://github.com/rust-lang/crates.io-index"
 1971checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
 1972dependencies = [
 1973 "serde",
 1974]
 1975
 1976[[package]]
 1977name = "bitstream-io"
 1978version = "2.6.0"
 1979source = "registry+https://github.com/rust-lang/crates.io-index"
 1980checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 1981
 1982[[package]]
 1983name = "bitvec"
 1984version = "1.0.1"
 1985source = "registry+https://github.com/rust-lang/crates.io-index"
 1986checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 1987dependencies = [
 1988 "funty",
 1989 "radium",
 1990 "tap",
 1991 "wyz",
 1992]
 1993
 1994[[package]]
 1995name = "blade-graphics"
 1996version = "0.6.0"
 1997source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 1998dependencies = [
 1999 "ash",
 2000 "ash-window",
 2001 "bitflags 2.9.0",
 2002 "bytemuck",
 2003 "codespan-reporting",
 2004 "glow",
 2005 "gpu-alloc",
 2006 "gpu-alloc-ash",
 2007 "hidden-trait",
 2008 "js-sys",
 2009 "khronos-egl",
 2010 "libloading",
 2011 "log",
 2012 "mint",
 2013 "naga",
 2014 "objc2",
 2015 "objc2-app-kit",
 2016 "objc2-foundation",
 2017 "objc2-metal",
 2018 "objc2-quartz-core",
 2019 "objc2-ui-kit",
 2020 "raw-window-handle",
 2021 "slab",
 2022 "wasm-bindgen",
 2023 "web-sys",
 2024]
 2025
 2026[[package]]
 2027name = "blade-macros"
 2028version = "0.3.0"
 2029source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 2030dependencies = [
 2031 "proc-macro2",
 2032 "quote",
 2033 "syn 2.0.100",
 2034]
 2035
 2036[[package]]
 2037name = "blade-util"
 2038version = "0.2.0"
 2039source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 2040dependencies = [
 2041 "blade-graphics",
 2042 "bytemuck",
 2043 "log",
 2044 "profiling",
 2045]
 2046
 2047[[package]]
 2048name = "blake3"
 2049version = "1.7.0"
 2050source = "registry+https://github.com/rust-lang/crates.io-index"
 2051checksum = "b17679a8d69b6d7fd9cd9801a536cec9fa5e5970b69f9d4747f70b39b031f5e7"
 2052dependencies = [
 2053 "arrayref",
 2054 "arrayvec",
 2055 "cc",
 2056 "cfg-if",
 2057 "constant_time_eq 0.3.1",
 2058]
 2059
 2060[[package]]
 2061name = "block"
 2062version = "0.1.6"
 2063source = "registry+https://github.com/rust-lang/crates.io-index"
 2064checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2065
 2066[[package]]
 2067name = "block-buffer"
 2068version = "0.10.4"
 2069source = "registry+https://github.com/rust-lang/crates.io-index"
 2070checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2071dependencies = [
 2072 "generic-array",
 2073]
 2074
 2075[[package]]
 2076name = "block-padding"
 2077version = "0.3.3"
 2078source = "registry+https://github.com/rust-lang/crates.io-index"
 2079checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2080dependencies = [
 2081 "generic-array",
 2082]
 2083
 2084[[package]]
 2085name = "block2"
 2086version = "0.5.1"
 2087source = "registry+https://github.com/rust-lang/crates.io-index"
 2088checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
 2089dependencies = [
 2090 "objc2",
 2091]
 2092
 2093[[package]]
 2094name = "blocking"
 2095version = "1.6.1"
 2096source = "registry+https://github.com/rust-lang/crates.io-index"
 2097checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
 2098dependencies = [
 2099 "async-channel 2.3.1",
 2100 "async-task",
 2101 "futures-io",
 2102 "futures-lite 2.6.0",
 2103 "piper",
 2104]
 2105
 2106[[package]]
 2107name = "borsh"
 2108version = "1.5.3"
 2109source = "registry+https://github.com/rust-lang/crates.io-index"
 2110checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
 2111dependencies = [
 2112 "borsh-derive",
 2113 "cfg_aliases 0.2.1",
 2114]
 2115
 2116[[package]]
 2117name = "borsh-derive"
 2118version = "1.5.3"
 2119source = "registry+https://github.com/rust-lang/crates.io-index"
 2120checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
 2121dependencies = [
 2122 "once_cell",
 2123 "proc-macro-crate",
 2124 "proc-macro2",
 2125 "quote",
 2126 "syn 2.0.100",
 2127]
 2128
 2129[[package]]
 2130name = "breadcrumbs"
 2131version = "0.1.0"
 2132dependencies = [
 2133 "editor",
 2134 "gpui",
 2135 "itertools 0.14.0",
 2136 "theme",
 2137 "ui",
 2138 "workspace",
 2139 "zed_actions",
 2140]
 2141
 2142[[package]]
 2143name = "bstr"
 2144version = "1.11.1"
 2145source = "registry+https://github.com/rust-lang/crates.io-index"
 2146checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
 2147dependencies = [
 2148 "memchr",
 2149 "regex-automata 0.4.9",
 2150 "serde",
 2151]
 2152
 2153[[package]]
 2154name = "buffer_diff"
 2155version = "0.1.0"
 2156dependencies = [
 2157 "anyhow",
 2158 "clock",
 2159 "ctor",
 2160 "env_logger 0.11.7",
 2161 "futures 0.3.31",
 2162 "git2",
 2163 "gpui",
 2164 "language",
 2165 "log",
 2166 "pretty_assertions",
 2167 "rand 0.8.5",
 2168 "rope",
 2169 "serde_json",
 2170 "sum_tree",
 2171 "text",
 2172 "unindent",
 2173 "util",
 2174]
 2175
 2176[[package]]
 2177name = "built"
 2178version = "0.7.5"
 2179source = "registry+https://github.com/rust-lang/crates.io-index"
 2180checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
 2181
 2182[[package]]
 2183name = "bumpalo"
 2184version = "3.16.0"
 2185source = "registry+https://github.com/rust-lang/crates.io-index"
 2186checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
 2187dependencies = [
 2188 "allocator-api2",
 2189]
 2190
 2191[[package]]
 2192name = "by_address"
 2193version = "1.2.1"
 2194source = "registry+https://github.com/rust-lang/crates.io-index"
 2195checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2196
 2197[[package]]
 2198name = "bytecheck"
 2199version = "0.6.12"
 2200source = "registry+https://github.com/rust-lang/crates.io-index"
 2201checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2202dependencies = [
 2203 "bytecheck_derive",
 2204 "ptr_meta",
 2205 "simdutf8",
 2206]
 2207
 2208[[package]]
 2209name = "bytecheck_derive"
 2210version = "0.6.12"
 2211source = "registry+https://github.com/rust-lang/crates.io-index"
 2212checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2213dependencies = [
 2214 "proc-macro2",
 2215 "quote",
 2216 "syn 1.0.109",
 2217]
 2218
 2219[[package]]
 2220name = "bytemuck"
 2221version = "1.21.0"
 2222source = "registry+https://github.com/rust-lang/crates.io-index"
 2223checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
 2224dependencies = [
 2225 "bytemuck_derive",
 2226]
 2227
 2228[[package]]
 2229name = "bytemuck_derive"
 2230version = "1.8.0"
 2231source = "registry+https://github.com/rust-lang/crates.io-index"
 2232checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
 2233dependencies = [
 2234 "proc-macro2",
 2235 "quote",
 2236 "syn 2.0.100",
 2237]
 2238
 2239[[package]]
 2240name = "byteorder"
 2241version = "1.5.0"
 2242source = "registry+https://github.com/rust-lang/crates.io-index"
 2243checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2244
 2245[[package]]
 2246name = "byteorder-lite"
 2247version = "0.1.0"
 2248source = "registry+https://github.com/rust-lang/crates.io-index"
 2249checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2250
 2251[[package]]
 2252name = "bytes"
 2253version = "0.4.12"
 2254source = "registry+https://github.com/rust-lang/crates.io-index"
 2255checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2256dependencies = [
 2257 "byteorder",
 2258 "iovec",
 2259]
 2260
 2261[[package]]
 2262name = "bytes"
 2263version = "1.10.1"
 2264source = "registry+https://github.com/rust-lang/crates.io-index"
 2265checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
 2266
 2267[[package]]
 2268name = "bytes-utils"
 2269version = "0.1.4"
 2270source = "registry+https://github.com/rust-lang/crates.io-index"
 2271checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2272dependencies = [
 2273 "bytes 1.10.1",
 2274 "either",
 2275]
 2276
 2277[[package]]
 2278name = "bzip2"
 2279version = "0.4.4"
 2280source = "registry+https://github.com/rust-lang/crates.io-index"
 2281checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2282dependencies = [
 2283 "bzip2-sys",
 2284 "libc",
 2285]
 2286
 2287[[package]]
 2288name = "bzip2-sys"
 2289version = "0.1.11+1.0.8"
 2290source = "registry+https://github.com/rust-lang/crates.io-index"
 2291checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
 2292dependencies = [
 2293 "cc",
 2294 "libc",
 2295 "pkg-config",
 2296]
 2297
 2298[[package]]
 2299name = "call"
 2300version = "0.1.0"
 2301dependencies = [
 2302 "anyhow",
 2303 "audio",
 2304 "client",
 2305 "collections",
 2306 "fs",
 2307 "futures 0.3.31",
 2308 "gpui",
 2309 "gpui_tokio",
 2310 "http_client",
 2311 "language",
 2312 "livekit_client",
 2313 "log",
 2314 "postage",
 2315 "project",
 2316 "schemars",
 2317 "serde",
 2318 "serde_derive",
 2319 "settings",
 2320 "telemetry",
 2321 "util",
 2322]
 2323
 2324[[package]]
 2325name = "calloop"
 2326version = "0.13.0"
 2327source = "registry+https://github.com/rust-lang/crates.io-index"
 2328checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
 2329dependencies = [
 2330 "bitflags 2.9.0",
 2331 "log",
 2332 "polling",
 2333 "rustix",
 2334 "slab",
 2335 "thiserror 1.0.69",
 2336]
 2337
 2338[[package]]
 2339name = "calloop-wayland-source"
 2340version = "0.3.0"
 2341source = "registry+https://github.com/rust-lang/crates.io-index"
 2342checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
 2343dependencies = [
 2344 "calloop",
 2345 "rustix",
 2346 "wayland-backend",
 2347 "wayland-client",
 2348]
 2349
 2350[[package]]
 2351name = "camino"
 2352version = "1.1.9"
 2353source = "registry+https://github.com/rust-lang/crates.io-index"
 2354checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
 2355dependencies = [
 2356 "serde",
 2357]
 2358
 2359[[package]]
 2360name = "cap-fs-ext"
 2361version = "3.4.2"
 2362source = "registry+https://github.com/rust-lang/crates.io-index"
 2363checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
 2364dependencies = [
 2365 "cap-primitives",
 2366 "cap-std",
 2367 "io-lifetimes",
 2368 "windows-sys 0.59.0",
 2369]
 2370
 2371[[package]]
 2372name = "cap-net-ext"
 2373version = "3.4.2"
 2374source = "registry+https://github.com/rust-lang/crates.io-index"
 2375checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
 2376dependencies = [
 2377 "cap-primitives",
 2378 "cap-std",
 2379 "rustix",
 2380 "smallvec",
 2381]
 2382
 2383[[package]]
 2384name = "cap-primitives"
 2385version = "3.4.2"
 2386source = "registry+https://github.com/rust-lang/crates.io-index"
 2387checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
 2388dependencies = [
 2389 "ambient-authority",
 2390 "fs-set-times",
 2391 "io-extras",
 2392 "io-lifetimes",
 2393 "ipnet",
 2394 "maybe-owned",
 2395 "rustix",
 2396 "windows-sys 0.59.0",
 2397 "winx",
 2398]
 2399
 2400[[package]]
 2401name = "cap-rand"
 2402version = "3.4.2"
 2403source = "registry+https://github.com/rust-lang/crates.io-index"
 2404checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
 2405dependencies = [
 2406 "ambient-authority",
 2407 "rand 0.8.5",
 2408]
 2409
 2410[[package]]
 2411name = "cap-std"
 2412version = "3.4.2"
 2413source = "registry+https://github.com/rust-lang/crates.io-index"
 2414checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
 2415dependencies = [
 2416 "cap-primitives",
 2417 "io-extras",
 2418 "io-lifetimes",
 2419 "rustix",
 2420]
 2421
 2422[[package]]
 2423name = "cap-time-ext"
 2424version = "3.4.2"
 2425source = "registry+https://github.com/rust-lang/crates.io-index"
 2426checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
 2427dependencies = [
 2428 "ambient-authority",
 2429 "cap-primitives",
 2430 "iana-time-zone",
 2431 "once_cell",
 2432 "rustix",
 2433 "winx",
 2434]
 2435
 2436[[package]]
 2437name = "cargo-platform"
 2438version = "0.1.9"
 2439source = "registry+https://github.com/rust-lang/crates.io-index"
 2440checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2441dependencies = [
 2442 "serde",
 2443]
 2444
 2445[[package]]
 2446name = "cargo_metadata"
 2447version = "0.19.2"
 2448source = "registry+https://github.com/rust-lang/crates.io-index"
 2449checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2450dependencies = [
 2451 "camino",
 2452 "cargo-platform",
 2453 "semver",
 2454 "serde",
 2455 "serde_json",
 2456 "thiserror 2.0.12",
 2457]
 2458
 2459[[package]]
 2460name = "cargo_toml"
 2461version = "0.21.0"
 2462source = "registry+https://github.com/rust-lang/crates.io-index"
 2463checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2464dependencies = [
 2465 "serde",
 2466 "toml 0.8.20",
 2467]
 2468
 2469[[package]]
 2470name = "cast"
 2471version = "0.3.0"
 2472source = "registry+https://github.com/rust-lang/crates.io-index"
 2473checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2474
 2475[[package]]
 2476name = "cbc"
 2477version = "0.1.2"
 2478source = "registry+https://github.com/rust-lang/crates.io-index"
 2479checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2480dependencies = [
 2481 "cipher",
 2482]
 2483
 2484[[package]]
 2485name = "cbindgen"
 2486version = "0.27.0"
 2487source = "registry+https://github.com/rust-lang/crates.io-index"
 2488checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
 2489dependencies = [
 2490 "clap",
 2491 "heck 0.4.1",
 2492 "indexmap",
 2493 "log",
 2494 "proc-macro2",
 2495 "quote",
 2496 "serde",
 2497 "serde_json",
 2498 "syn 2.0.100",
 2499 "tempfile",
 2500 "toml 0.8.20",
 2501]
 2502
 2503[[package]]
 2504name = "cbindgen"
 2505version = "0.28.0"
 2506source = "registry+https://github.com/rust-lang/crates.io-index"
 2507checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2508dependencies = [
 2509 "heck 0.4.1",
 2510 "indexmap",
 2511 "log",
 2512 "proc-macro2",
 2513 "quote",
 2514 "serde",
 2515 "serde_json",
 2516 "syn 2.0.100",
 2517 "tempfile",
 2518 "toml 0.8.20",
 2519]
 2520
 2521[[package]]
 2522name = "cc"
 2523version = "1.2.12"
 2524source = "registry+https://github.com/rust-lang/crates.io-index"
 2525checksum = "755717a7de9ec452bf7f3f1a3099085deabd7f2962b861dae91ecd7a365903d2"
 2526dependencies = [
 2527 "jobserver",
 2528 "libc",
 2529 "shlex",
 2530]
 2531
 2532[[package]]
 2533name = "cesu8"
 2534version = "1.1.0"
 2535source = "registry+https://github.com/rust-lang/crates.io-index"
 2536checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2537
 2538[[package]]
 2539name = "cexpr"
 2540version = "0.6.0"
 2541source = "registry+https://github.com/rust-lang/crates.io-index"
 2542checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2543dependencies = [
 2544 "nom",
 2545]
 2546
 2547[[package]]
 2548name = "cfg-expr"
 2549version = "0.15.8"
 2550source = "registry+https://github.com/rust-lang/crates.io-index"
 2551checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2552dependencies = [
 2553 "smallvec",
 2554 "target-lexicon 0.12.16",
 2555]
 2556
 2557[[package]]
 2558name = "cfg-if"
 2559version = "1.0.0"
 2560source = "registry+https://github.com/rust-lang/crates.io-index"
 2561checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 2562
 2563[[package]]
 2564name = "cfg_aliases"
 2565version = "0.1.1"
 2566source = "registry+https://github.com/rust-lang/crates.io-index"
 2567checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2568
 2569[[package]]
 2570name = "cfg_aliases"
 2571version = "0.2.1"
 2572source = "registry+https://github.com/rust-lang/crates.io-index"
 2573checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2574
 2575[[package]]
 2576name = "cgl"
 2577version = "0.3.2"
 2578source = "registry+https://github.com/rust-lang/crates.io-index"
 2579checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2580dependencies = [
 2581 "libc",
 2582]
 2583
 2584[[package]]
 2585name = "channel"
 2586version = "0.1.0"
 2587dependencies = [
 2588 "anyhow",
 2589 "client",
 2590 "clock",
 2591 "collections",
 2592 "futures 0.3.31",
 2593 "gpui",
 2594 "http_client",
 2595 "language",
 2596 "log",
 2597 "rand 0.8.5",
 2598 "release_channel",
 2599 "rpc",
 2600 "settings",
 2601 "sum_tree",
 2602 "text",
 2603 "time",
 2604 "util",
 2605]
 2606
 2607[[package]]
 2608name = "chrono"
 2609version = "0.4.40"
 2610source = "registry+https://github.com/rust-lang/crates.io-index"
 2611checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
 2612dependencies = [
 2613 "android-tzdata",
 2614 "iana-time-zone",
 2615 "js-sys",
 2616 "num-traits",
 2617 "serde",
 2618 "wasm-bindgen",
 2619 "windows-link",
 2620]
 2621
 2622[[package]]
 2623name = "chunked_transfer"
 2624version = "1.5.0"
 2625source = "registry+https://github.com/rust-lang/crates.io-index"
 2626checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2627
 2628[[package]]
 2629name = "ciborium"
 2630version = "0.2.2"
 2631source = "registry+https://github.com/rust-lang/crates.io-index"
 2632checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2633dependencies = [
 2634 "ciborium-io",
 2635 "ciborium-ll",
 2636 "serde",
 2637]
 2638
 2639[[package]]
 2640name = "ciborium-io"
 2641version = "0.2.2"
 2642source = "registry+https://github.com/rust-lang/crates.io-index"
 2643checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2644
 2645[[package]]
 2646name = "ciborium-ll"
 2647version = "0.2.2"
 2648source = "registry+https://github.com/rust-lang/crates.io-index"
 2649checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2650dependencies = [
 2651 "ciborium-io",
 2652 "half",
 2653]
 2654
 2655[[package]]
 2656name = "cipher"
 2657version = "0.4.4"
 2658source = "registry+https://github.com/rust-lang/crates.io-index"
 2659checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2660dependencies = [
 2661 "crypto-common",
 2662 "inout",
 2663 "zeroize",
 2664]
 2665
 2666[[package]]
 2667name = "circular-buffer"
 2668version = "1.0.0"
 2669source = "registry+https://github.com/rust-lang/crates.io-index"
 2670checksum = "4dacb91f972298e70fc507a2ffcaf1545807f1a36da586fb846646030adc542f"
 2671
 2672[[package]]
 2673name = "clang-sys"
 2674version = "1.8.1"
 2675source = "registry+https://github.com/rust-lang/crates.io-index"
 2676checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2677dependencies = [
 2678 "glob",
 2679 "libc",
 2680 "libloading",
 2681]
 2682
 2683[[package]]
 2684name = "clap"
 2685version = "4.5.34"
 2686source = "registry+https://github.com/rust-lang/crates.io-index"
 2687checksum = "e958897981290da2a852763fe9cdb89cd36977a5d729023127095fa94d95e2ff"
 2688dependencies = [
 2689 "clap_builder",
 2690 "clap_derive",
 2691]
 2692
 2693[[package]]
 2694name = "clap_builder"
 2695version = "4.5.34"
 2696source = "registry+https://github.com/rust-lang/crates.io-index"
 2697checksum = "83b0f35019843db2160b5bb19ae09b4e6411ac33fc6a712003c33e03090e2489"
 2698dependencies = [
 2699 "anstream",
 2700 "anstyle",
 2701 "clap_lex",
 2702 "strsim",
 2703 "terminal_size",
 2704]
 2705
 2706[[package]]
 2707name = "clap_complete"
 2708version = "4.5.38"
 2709source = "registry+https://github.com/rust-lang/crates.io-index"
 2710checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
 2711dependencies = [
 2712 "clap",
 2713]
 2714
 2715[[package]]
 2716name = "clap_derive"
 2717version = "4.5.32"
 2718source = "registry+https://github.com/rust-lang/crates.io-index"
 2719checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
 2720dependencies = [
 2721 "heck 0.5.0",
 2722 "proc-macro2",
 2723 "quote",
 2724 "syn 2.0.100",
 2725]
 2726
 2727[[package]]
 2728name = "clap_lex"
 2729version = "0.7.4"
 2730source = "registry+https://github.com/rust-lang/crates.io-index"
 2731checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
 2732
 2733[[package]]
 2734name = "cli"
 2735version = "0.1.0"
 2736dependencies = [
 2737 "anyhow",
 2738 "clap",
 2739 "collections",
 2740 "core-foundation 0.10.0",
 2741 "core-services",
 2742 "exec",
 2743 "fork",
 2744 "ipc-channel",
 2745 "parking_lot",
 2746 "paths",
 2747 "plist",
 2748 "release_channel",
 2749 "serde",
 2750 "tempfile",
 2751 "util",
 2752 "windows 0.61.1",
 2753]
 2754
 2755[[package]]
 2756name = "client"
 2757version = "0.1.0"
 2758dependencies = [
 2759 "anyhow",
 2760 "async-native-tls",
 2761 "async-recursion 0.3.2",
 2762 "async-tungstenite",
 2763 "chrono",
 2764 "clock",
 2765 "cocoa 0.26.0",
 2766 "collections",
 2767 "credentials_provider",
 2768 "feature_flags",
 2769 "futures 0.3.31",
 2770 "gpui",
 2771 "http_client",
 2772 "http_client_tls",
 2773 "log",
 2774 "parking_lot",
 2775 "paths",
 2776 "postage",
 2777 "rand 0.8.5",
 2778 "release_channel",
 2779 "rpc",
 2780 "schemars",
 2781 "serde",
 2782 "serde_json",
 2783 "settings",
 2784 "sha2",
 2785 "smol",
 2786 "telemetry",
 2787 "telemetry_events",
 2788 "text",
 2789 "thiserror 2.0.12",
 2790 "time",
 2791 "tiny_http",
 2792 "tokio-socks",
 2793 "url",
 2794 "util",
 2795 "windows 0.61.1",
 2796 "worktree",
 2797]
 2798
 2799[[package]]
 2800name = "clock"
 2801version = "0.1.0"
 2802dependencies = [
 2803 "parking_lot",
 2804 "serde",
 2805 "smallvec",
 2806]
 2807
 2808[[package]]
 2809name = "cmake"
 2810version = "0.1.53"
 2811source = "registry+https://github.com/rust-lang/crates.io-index"
 2812checksum = "e24a03c8b52922d68a1589ad61032f2c1aa5a8158d2aa0d93c6e9534944bbad6"
 2813dependencies = [
 2814 "cc",
 2815]
 2816
 2817[[package]]
 2818name = "cobs"
 2819version = "0.2.3"
 2820source = "registry+https://github.com/rust-lang/crates.io-index"
 2821checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
 2822
 2823[[package]]
 2824name = "cocoa"
 2825version = "0.25.0"
 2826source = "registry+https://github.com/rust-lang/crates.io-index"
 2827checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 2828dependencies = [
 2829 "bitflags 1.3.2",
 2830 "block",
 2831 "cocoa-foundation 0.1.2",
 2832 "core-foundation 0.9.4",
 2833 "core-graphics 0.23.2",
 2834 "foreign-types 0.5.0",
 2835 "libc",
 2836 "objc",
 2837]
 2838
 2839[[package]]
 2840name = "cocoa"
 2841version = "0.26.0"
 2842source = "registry+https://github.com/rust-lang/crates.io-index"
 2843checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 2844dependencies = [
 2845 "bitflags 2.9.0",
 2846 "block",
 2847 "cocoa-foundation 0.2.0",
 2848 "core-foundation 0.10.0",
 2849 "core-graphics 0.24.0",
 2850 "foreign-types 0.5.0",
 2851 "libc",
 2852 "objc",
 2853]
 2854
 2855[[package]]
 2856name = "cocoa-foundation"
 2857version = "0.1.2"
 2858source = "registry+https://github.com/rust-lang/crates.io-index"
 2859checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 2860dependencies = [
 2861 "bitflags 1.3.2",
 2862 "block",
 2863 "core-foundation 0.9.4",
 2864 "core-graphics-types 0.1.3",
 2865 "libc",
 2866 "objc",
 2867]
 2868
 2869[[package]]
 2870name = "cocoa-foundation"
 2871version = "0.2.0"
 2872source = "registry+https://github.com/rust-lang/crates.io-index"
 2873checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 2874dependencies = [
 2875 "bitflags 2.9.0",
 2876 "block",
 2877 "core-foundation 0.10.0",
 2878 "core-graphics-types 0.2.0",
 2879 "libc",
 2880 "objc",
 2881]
 2882
 2883[[package]]
 2884name = "codespan-reporting"
 2885version = "0.11.1"
 2886source = "registry+https://github.com/rust-lang/crates.io-index"
 2887checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
 2888dependencies = [
 2889 "termcolor",
 2890 "unicode-width",
 2891]
 2892
 2893[[package]]
 2894name = "collab"
 2895version = "0.44.0"
 2896dependencies = [
 2897 "anthropic",
 2898 "anyhow",
 2899 "assistant",
 2900 "assistant_context_editor",
 2901 "assistant_slash_command",
 2902 "assistant_tool",
 2903 "async-stripe",
 2904 "async-trait",
 2905 "async-tungstenite",
 2906 "audio",
 2907 "aws-config",
 2908 "aws-sdk-kinesis",
 2909 "aws-sdk-s3",
 2910 "axum",
 2911 "axum-extra",
 2912 "base64 0.22.1",
 2913 "buffer_diff",
 2914 "call",
 2915 "channel",
 2916 "chrono",
 2917 "client",
 2918 "clock",
 2919 "collab_ui",
 2920 "collections",
 2921 "command_palette_hooks",
 2922 "context_server",
 2923 "ctor",
 2924 "dap",
 2925 "dashmap 6.1.0",
 2926 "debugger_ui",
 2927 "derive_more",
 2928 "editor",
 2929 "env_logger 0.11.7",
 2930 "envy",
 2931 "extension",
 2932 "file_finder",
 2933 "fs",
 2934 "futures 0.3.31",
 2935 "git",
 2936 "git_hosting_providers",
 2937 "git_ui",
 2938 "google_ai",
 2939 "gpui",
 2940 "gpui_tokio",
 2941 "hex",
 2942 "http_client",
 2943 "hyper 0.14.32",
 2944 "indoc",
 2945 "jsonwebtoken",
 2946 "language",
 2947 "language_model",
 2948 "livekit_api",
 2949 "livekit_client",
 2950 "log",
 2951 "lsp",
 2952 "menu",
 2953 "multi_buffer",
 2954 "nanoid",
 2955 "node_runtime",
 2956 "notifications",
 2957 "open_ai",
 2958 "parking_lot",
 2959 "pretty_assertions",
 2960 "project",
 2961 "prometheus",
 2962 "prompt_store",
 2963 "prost 0.9.0",
 2964 "rand 0.8.5",
 2965 "recent_projects",
 2966 "release_channel",
 2967 "remote",
 2968 "remote_server",
 2969 "reqwest 0.11.27",
 2970 "reqwest_client",
 2971 "rpc",
 2972 "rustc-demangle",
 2973 "scrypt",
 2974 "sea-orm",
 2975 "semantic_version",
 2976 "semver",
 2977 "serde",
 2978 "serde_derive",
 2979 "serde_json",
 2980 "session",
 2981 "settings",
 2982 "sha2",
 2983 "sqlx",
 2984 "strum",
 2985 "subtle",
 2986 "supermaven_api",
 2987 "telemetry_events",
 2988 "text",
 2989 "theme",
 2990 "thiserror 2.0.12",
 2991 "time",
 2992 "tokio",
 2993 "toml 0.8.20",
 2994 "tower",
 2995 "tower-http 0.4.4",
 2996 "tracing",
 2997 "tracing-subscriber",
 2998 "unindent",
 2999 "util",
 3000 "uuid",
 3001 "workspace",
 3002 "worktree",
 3003]
 3004
 3005[[package]]
 3006name = "collab_ui"
 3007version = "0.1.0"
 3008dependencies = [
 3009 "anyhow",
 3010 "call",
 3011 "channel",
 3012 "chrono",
 3013 "client",
 3014 "collections",
 3015 "db",
 3016 "editor",
 3017 "emojis",
 3018 "futures 0.3.31",
 3019 "fuzzy",
 3020 "gpui",
 3021 "http_client",
 3022 "language",
 3023 "menu",
 3024 "notifications",
 3025 "picker",
 3026 "pretty_assertions",
 3027 "project",
 3028 "release_channel",
 3029 "rich_text",
 3030 "rpc",
 3031 "schemars",
 3032 "serde",
 3033 "serde_derive",
 3034 "serde_json",
 3035 "settings",
 3036 "smallvec",
 3037 "story",
 3038 "telemetry",
 3039 "theme",
 3040 "time",
 3041 "time_format",
 3042 "title_bar",
 3043 "tree-sitter-md",
 3044 "ui",
 3045 "util",
 3046 "workspace",
 3047]
 3048
 3049[[package]]
 3050name = "collections"
 3051version = "0.1.0"
 3052dependencies = [
 3053 "indexmap",
 3054 "rustc-hash 2.1.1",
 3055]
 3056
 3057[[package]]
 3058name = "color_quant"
 3059version = "1.1.0"
 3060source = "registry+https://github.com/rust-lang/crates.io-index"
 3061checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3062
 3063[[package]]
 3064name = "colorchoice"
 3065version = "1.0.3"
 3066source = "registry+https://github.com/rust-lang/crates.io-index"
 3067checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
 3068
 3069[[package]]
 3070name = "combine"
 3071version = "4.6.7"
 3072source = "registry+https://github.com/rust-lang/crates.io-index"
 3073checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3074dependencies = [
 3075 "bytes 1.10.1",
 3076 "memchr",
 3077]
 3078
 3079[[package]]
 3080name = "command_palette"
 3081version = "0.1.0"
 3082dependencies = [
 3083 "client",
 3084 "collections",
 3085 "command_palette_hooks",
 3086 "ctor",
 3087 "editor",
 3088 "env_logger 0.11.7",
 3089 "fuzzy",
 3090 "go_to_line",
 3091 "gpui",
 3092 "language",
 3093 "menu",
 3094 "picker",
 3095 "postage",
 3096 "project",
 3097 "serde",
 3098 "serde_json",
 3099 "settings",
 3100 "telemetry",
 3101 "theme",
 3102 "ui",
 3103 "util",
 3104 "workspace",
 3105 "zed_actions",
 3106]
 3107
 3108[[package]]
 3109name = "command_palette_hooks"
 3110version = "0.1.0"
 3111dependencies = [
 3112 "collections",
 3113 "derive_more",
 3114 "gpui",
 3115]
 3116
 3117[[package]]
 3118name = "component"
 3119version = "0.1.0"
 3120dependencies = [
 3121 "collections",
 3122 "gpui",
 3123 "linkme",
 3124 "parking_lot",
 3125 "theme",
 3126]
 3127
 3128[[package]]
 3129name = "component_preview"
 3130version = "0.1.0"
 3131dependencies = [
 3132 "client",
 3133 "collections",
 3134 "component",
 3135 "gpui",
 3136 "languages",
 3137 "notifications",
 3138 "project",
 3139 "ui",
 3140 "workspace",
 3141]
 3142
 3143[[package]]
 3144name = "concurrent-queue"
 3145version = "2.5.0"
 3146source = "registry+https://github.com/rust-lang/crates.io-index"
 3147checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3148dependencies = [
 3149 "crossbeam-utils",
 3150]
 3151
 3152[[package]]
 3153name = "console"
 3154version = "0.15.8"
 3155source = "registry+https://github.com/rust-lang/crates.io-index"
 3156checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
 3157dependencies = [
 3158 "encode_unicode",
 3159 "lazy_static",
 3160 "libc",
 3161 "unicode-width",
 3162 "windows-sys 0.52.0",
 3163]
 3164
 3165[[package]]
 3166name = "const-oid"
 3167version = "0.9.6"
 3168source = "registry+https://github.com/rust-lang/crates.io-index"
 3169checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3170
 3171[[package]]
 3172name = "const-random"
 3173version = "0.1.18"
 3174source = "registry+https://github.com/rust-lang/crates.io-index"
 3175checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3176dependencies = [
 3177 "const-random-macro",
 3178]
 3179
 3180[[package]]
 3181name = "const-random-macro"
 3182version = "0.1.16"
 3183source = "registry+https://github.com/rust-lang/crates.io-index"
 3184checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3185dependencies = [
 3186 "getrandom 0.2.15",
 3187 "once_cell",
 3188 "tiny-keccak",
 3189]
 3190
 3191[[package]]
 3192name = "constant_time_eq"
 3193version = "0.1.5"
 3194source = "registry+https://github.com/rust-lang/crates.io-index"
 3195checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3196
 3197[[package]]
 3198name = "constant_time_eq"
 3199version = "0.3.1"
 3200source = "registry+https://github.com/rust-lang/crates.io-index"
 3201checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
 3202
 3203[[package]]
 3204name = "context_server"
 3205version = "0.1.0"
 3206dependencies = [
 3207 "anyhow",
 3208 "assistant_tool",
 3209 "async-trait",
 3210 "collections",
 3211 "command_palette_hooks",
 3212 "context_server_settings",
 3213 "extension",
 3214 "futures 0.3.31",
 3215 "gpui",
 3216 "icons",
 3217 "language_model",
 3218 "log",
 3219 "parking_lot",
 3220 "postage",
 3221 "project",
 3222 "serde",
 3223 "serde_json",
 3224 "settings",
 3225 "smol",
 3226 "url",
 3227 "util",
 3228]
 3229
 3230[[package]]
 3231name = "context_server_settings"
 3232version = "0.1.0"
 3233dependencies = [
 3234 "anyhow",
 3235 "collections",
 3236 "gpui",
 3237 "schemars",
 3238 "serde",
 3239 "serde_json",
 3240 "settings",
 3241]
 3242
 3243[[package]]
 3244name = "convert_case"
 3245version = "0.4.0"
 3246source = "registry+https://github.com/rust-lang/crates.io-index"
 3247checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
 3248
 3249[[package]]
 3250name = "convert_case"
 3251version = "0.8.0"
 3252source = "registry+https://github.com/rust-lang/crates.io-index"
 3253checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3254dependencies = [
 3255 "unicode-segmentation",
 3256]
 3257
 3258[[package]]
 3259name = "copilot"
 3260version = "0.1.0"
 3261dependencies = [
 3262 "anyhow",
 3263 "async-std",
 3264 "chrono",
 3265 "client",
 3266 "clock",
 3267 "collections",
 3268 "command_palette_hooks",
 3269 "ctor",
 3270 "editor",
 3271 "env_logger 0.11.7",
 3272 "fs",
 3273 "futures 0.3.31",
 3274 "gpui",
 3275 "http_client",
 3276 "indoc",
 3277 "inline_completion",
 3278 "language",
 3279 "log",
 3280 "lsp",
 3281 "menu",
 3282 "node_runtime",
 3283 "parking_lot",
 3284 "paths",
 3285 "project",
 3286 "rpc",
 3287 "schemars",
 3288 "serde",
 3289 "serde_json",
 3290 "settings",
 3291 "strum",
 3292 "task",
 3293 "theme",
 3294 "ui",
 3295 "util",
 3296 "workspace",
 3297]
 3298
 3299[[package]]
 3300name = "core-foundation"
 3301version = "0.9.4"
 3302source = "registry+https://github.com/rust-lang/crates.io-index"
 3303checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3304dependencies = [
 3305 "core-foundation-sys",
 3306 "libc",
 3307]
 3308
 3309[[package]]
 3310name = "core-foundation"
 3311version = "0.10.0"
 3312source = "registry+https://github.com/rust-lang/crates.io-index"
 3313checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3314dependencies = [
 3315 "core-foundation-sys",
 3316 "libc",
 3317]
 3318
 3319[[package]]
 3320name = "core-foundation-sys"
 3321version = "0.8.7"
 3322source = "registry+https://github.com/rust-lang/crates.io-index"
 3323checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3324
 3325[[package]]
 3326name = "core-graphics"
 3327version = "0.23.2"
 3328source = "registry+https://github.com/rust-lang/crates.io-index"
 3329checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3330dependencies = [
 3331 "bitflags 1.3.2",
 3332 "core-foundation 0.9.4",
 3333 "core-graphics-types 0.1.3",
 3334 "foreign-types 0.5.0",
 3335 "libc",
 3336]
 3337
 3338[[package]]
 3339name = "core-graphics"
 3340version = "0.24.0"
 3341source = "registry+https://github.com/rust-lang/crates.io-index"
 3342checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3343dependencies = [
 3344 "bitflags 2.9.0",
 3345 "core-foundation 0.10.0",
 3346 "core-graphics-types 0.2.0",
 3347 "foreign-types 0.5.0",
 3348 "libc",
 3349]
 3350
 3351[[package]]
 3352name = "core-graphics-types"
 3353version = "0.1.3"
 3354source = "registry+https://github.com/rust-lang/crates.io-index"
 3355checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3356dependencies = [
 3357 "bitflags 1.3.2",
 3358 "core-foundation 0.9.4",
 3359 "libc",
 3360]
 3361
 3362[[package]]
 3363name = "core-graphics-types"
 3364version = "0.2.0"
 3365source = "registry+https://github.com/rust-lang/crates.io-index"
 3366checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3367dependencies = [
 3368 "bitflags 2.9.0",
 3369 "core-foundation 0.10.0",
 3370 "libc",
 3371]
 3372
 3373[[package]]
 3374name = "core-graphics2"
 3375version = "0.4.1"
 3376source = "registry+https://github.com/rust-lang/crates.io-index"
 3377checksum = "7e4583956b9806b69f73fcb23aee05eb3620efc282972f08f6a6db7504f8334d"
 3378dependencies = [
 3379 "bitflags 2.9.0",
 3380 "block",
 3381 "cfg-if",
 3382 "core-foundation 0.10.0",
 3383 "libc",
 3384]
 3385
 3386[[package]]
 3387name = "core-services"
 3388version = "0.2.1"
 3389source = "registry+https://github.com/rust-lang/crates.io-index"
 3390checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3391dependencies = [
 3392 "core-foundation 0.9.4",
 3393]
 3394
 3395[[package]]
 3396name = "core-text"
 3397version = "21.0.0"
 3398source = "registry+https://github.com/rust-lang/crates.io-index"
 3399checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3400dependencies = [
 3401 "core-foundation 0.10.0",
 3402 "core-graphics 0.24.0",
 3403 "foreign-types 0.5.0",
 3404 "libc",
 3405]
 3406
 3407[[package]]
 3408name = "core-video"
 3409version = "0.4.3"
 3410source = "registry+https://github.com/rust-lang/crates.io-index"
 3411checksum = "d45e71d5be22206bed53c3c3cb99315fc4c3d31b8963808c6bc4538168c4f8ef"
 3412dependencies = [
 3413 "block",
 3414 "core-foundation 0.10.0",
 3415 "core-graphics2",
 3416 "io-surface",
 3417 "libc",
 3418 "metal",
 3419]
 3420
 3421[[package]]
 3422name = "core_maths"
 3423version = "0.1.1"
 3424source = "registry+https://github.com/rust-lang/crates.io-index"
 3425checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3426dependencies = [
 3427 "libm",
 3428]
 3429
 3430[[package]]
 3431name = "coreaudio-rs"
 3432version = "0.11.3"
 3433source = "registry+https://github.com/rust-lang/crates.io-index"
 3434checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
 3435dependencies = [
 3436 "bitflags 1.3.2",
 3437 "core-foundation-sys",
 3438 "coreaudio-sys",
 3439]
 3440
 3441[[package]]
 3442name = "coreaudio-rs"
 3443version = "0.12.1"
 3444source = "registry+https://github.com/rust-lang/crates.io-index"
 3445checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3446dependencies = [
 3447 "bitflags 1.3.2",
 3448 "core-foundation-sys",
 3449 "coreaudio-sys",
 3450]
 3451
 3452[[package]]
 3453name = "coreaudio-sys"
 3454version = "0.2.16"
 3455source = "registry+https://github.com/rust-lang/crates.io-index"
 3456checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
 3457dependencies = [
 3458 "bindgen 0.70.1",
 3459]
 3460
 3461[[package]]
 3462name = "cosmic-text"
 3463version = "0.13.2"
 3464source = "registry+https://github.com/rust-lang/crates.io-index"
 3465checksum = "e418dd4f5128c3e93eab12246391c54a20c496811131f85754dc8152ee207892"
 3466dependencies = [
 3467 "bitflags 2.9.0",
 3468 "fontdb 0.16.2",
 3469 "log",
 3470 "rangemap",
 3471 "rustc-hash 1.1.0",
 3472 "rustybuzz 0.14.1",
 3473 "self_cell",
 3474 "smol_str 0.2.2",
 3475 "swash",
 3476 "sys-locale",
 3477 "ttf-parser 0.21.1",
 3478 "unicode-bidi",
 3479 "unicode-linebreak",
 3480 "unicode-script",
 3481 "unicode-segmentation",
 3482]
 3483
 3484[[package]]
 3485name = "cpal"
 3486version = "0.15.3"
 3487source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
 3488dependencies = [
 3489 "alsa",
 3490 "core-foundation-sys",
 3491 "coreaudio-rs 0.11.3",
 3492 "dasp_sample",
 3493 "jni",
 3494 "js-sys",
 3495 "libc",
 3496 "mach2",
 3497 "ndk",
 3498 "ndk-context",
 3499 "oboe",
 3500 "wasm-bindgen",
 3501 "wasm-bindgen-futures",
 3502 "web-sys",
 3503 "windows 0.54.0",
 3504]
 3505
 3506[[package]]
 3507name = "cpp_demangle"
 3508version = "0.4.4"
 3509source = "registry+https://github.com/rust-lang/crates.io-index"
 3510checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
 3511dependencies = [
 3512 "cfg-if",
 3513]
 3514
 3515[[package]]
 3516name = "cpufeatures"
 3517version = "0.2.16"
 3518source = "registry+https://github.com/rust-lang/crates.io-index"
 3519checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
 3520dependencies = [
 3521 "libc",
 3522]
 3523
 3524[[package]]
 3525name = "cranelift-bforest"
 3526version = "0.116.1"
 3527source = "registry+https://github.com/rust-lang/crates.io-index"
 3528checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
 3529dependencies = [
 3530 "cranelift-entity",
 3531]
 3532
 3533[[package]]
 3534name = "cranelift-bitset"
 3535version = "0.116.1"
 3536source = "registry+https://github.com/rust-lang/crates.io-index"
 3537checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
 3538dependencies = [
 3539 "serde",
 3540 "serde_derive",
 3541]
 3542
 3543[[package]]
 3544name = "cranelift-codegen"
 3545version = "0.116.1"
 3546source = "registry+https://github.com/rust-lang/crates.io-index"
 3547checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
 3548dependencies = [
 3549 "bumpalo",
 3550 "cranelift-bforest",
 3551 "cranelift-bitset",
 3552 "cranelift-codegen-meta",
 3553 "cranelift-codegen-shared",
 3554 "cranelift-control",
 3555 "cranelift-entity",
 3556 "cranelift-isle",
 3557 "gimli",
 3558 "hashbrown 0.14.5",
 3559 "log",
 3560 "regalloc2",
 3561 "rustc-hash 2.1.1",
 3562 "serde",
 3563 "smallvec",
 3564 "target-lexicon 0.13.2",
 3565]
 3566
 3567[[package]]
 3568name = "cranelift-codegen-meta"
 3569version = "0.116.1"
 3570source = "registry+https://github.com/rust-lang/crates.io-index"
 3571checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
 3572dependencies = [
 3573 "cranelift-codegen-shared",
 3574]
 3575
 3576[[package]]
 3577name = "cranelift-codegen-shared"
 3578version = "0.116.1"
 3579source = "registry+https://github.com/rust-lang/crates.io-index"
 3580checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
 3581
 3582[[package]]
 3583name = "cranelift-control"
 3584version = "0.116.1"
 3585source = "registry+https://github.com/rust-lang/crates.io-index"
 3586checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
 3587dependencies = [
 3588 "arbitrary",
 3589]
 3590
 3591[[package]]
 3592name = "cranelift-entity"
 3593version = "0.116.1"
 3594source = "registry+https://github.com/rust-lang/crates.io-index"
 3595checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
 3596dependencies = [
 3597 "cranelift-bitset",
 3598 "serde",
 3599 "serde_derive",
 3600]
 3601
 3602[[package]]
 3603name = "cranelift-frontend"
 3604version = "0.116.1"
 3605source = "registry+https://github.com/rust-lang/crates.io-index"
 3606checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
 3607dependencies = [
 3608 "cranelift-codegen",
 3609 "log",
 3610 "smallvec",
 3611 "target-lexicon 0.13.2",
 3612]
 3613
 3614[[package]]
 3615name = "cranelift-isle"
 3616version = "0.116.1"
 3617source = "registry+https://github.com/rust-lang/crates.io-index"
 3618checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
 3619
 3620[[package]]
 3621name = "cranelift-native"
 3622version = "0.116.1"
 3623source = "registry+https://github.com/rust-lang/crates.io-index"
 3624checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
 3625dependencies = [
 3626 "cranelift-codegen",
 3627 "libc",
 3628 "target-lexicon 0.13.2",
 3629]
 3630
 3631[[package]]
 3632name = "crc"
 3633version = "3.2.1"
 3634source = "registry+https://github.com/rust-lang/crates.io-index"
 3635checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
 3636dependencies = [
 3637 "crc-catalog",
 3638]
 3639
 3640[[package]]
 3641name = "crc-catalog"
 3642version = "2.4.0"
 3643source = "registry+https://github.com/rust-lang/crates.io-index"
 3644checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 3645
 3646[[package]]
 3647name = "crc32c"
 3648version = "0.6.8"
 3649source = "registry+https://github.com/rust-lang/crates.io-index"
 3650checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
 3651dependencies = [
 3652 "rustc_version",
 3653]
 3654
 3655[[package]]
 3656name = "crc32fast"
 3657version = "1.4.2"
 3658source = "registry+https://github.com/rust-lang/crates.io-index"
 3659checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
 3660dependencies = [
 3661 "cfg-if",
 3662]
 3663
 3664[[package]]
 3665name = "crc64fast-nvme"
 3666version = "1.1.1"
 3667source = "registry+https://github.com/rust-lang/crates.io-index"
 3668checksum = "d5e2ee08013e3f228d6d2394116c4549a6df77708442c62d887d83f68ef2ee37"
 3669dependencies = [
 3670 "cbindgen 0.27.0",
 3671 "crc",
 3672]
 3673
 3674[[package]]
 3675name = "credentials_provider"
 3676version = "0.1.0"
 3677dependencies = [
 3678 "anyhow",
 3679 "futures 0.3.31",
 3680 "gpui",
 3681 "paths",
 3682 "release_channel",
 3683 "serde",
 3684 "serde_json",
 3685]
 3686
 3687[[package]]
 3688name = "criterion"
 3689version = "0.5.1"
 3690source = "registry+https://github.com/rust-lang/crates.io-index"
 3691checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 3692dependencies = [
 3693 "anes",
 3694 "cast",
 3695 "ciborium",
 3696 "clap",
 3697 "criterion-plot",
 3698 "is-terminal",
 3699 "itertools 0.10.5",
 3700 "num-traits",
 3701 "once_cell",
 3702 "oorandom",
 3703 "plotters",
 3704 "rayon",
 3705 "regex",
 3706 "serde",
 3707 "serde_derive",
 3708 "serde_json",
 3709 "tinytemplate",
 3710 "walkdir",
 3711]
 3712
 3713[[package]]
 3714name = "criterion-plot"
 3715version = "0.5.0"
 3716source = "registry+https://github.com/rust-lang/crates.io-index"
 3717checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 3718dependencies = [
 3719 "cast",
 3720 "itertools 0.10.5",
 3721]
 3722
 3723[[package]]
 3724name = "crossbeam-channel"
 3725version = "0.5.13"
 3726source = "registry+https://github.com/rust-lang/crates.io-index"
 3727checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
 3728dependencies = [
 3729 "crossbeam-utils",
 3730]
 3731
 3732[[package]]
 3733name = "crossbeam-deque"
 3734version = "0.8.5"
 3735source = "registry+https://github.com/rust-lang/crates.io-index"
 3736checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
 3737dependencies = [
 3738 "crossbeam-epoch",
 3739 "crossbeam-utils",
 3740]
 3741
 3742[[package]]
 3743name = "crossbeam-epoch"
 3744version = "0.9.18"
 3745source = "registry+https://github.com/rust-lang/crates.io-index"
 3746checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 3747dependencies = [
 3748 "crossbeam-utils",
 3749]
 3750
 3751[[package]]
 3752name = "crossbeam-queue"
 3753version = "0.3.11"
 3754source = "registry+https://github.com/rust-lang/crates.io-index"
 3755checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
 3756dependencies = [
 3757 "crossbeam-utils",
 3758]
 3759
 3760[[package]]
 3761name = "crossbeam-utils"
 3762version = "0.8.20"
 3763source = "registry+https://github.com/rust-lang/crates.io-index"
 3764checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
 3765
 3766[[package]]
 3767name = "crunchy"
 3768version = "0.2.2"
 3769source = "registry+https://github.com/rust-lang/crates.io-index"
 3770checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
 3771
 3772[[package]]
 3773name = "crypto-bigint"
 3774version = "0.4.9"
 3775source = "registry+https://github.com/rust-lang/crates.io-index"
 3776checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 3777dependencies = [
 3778 "generic-array",
 3779 "rand_core 0.6.4",
 3780 "subtle",
 3781 "zeroize",
 3782]
 3783
 3784[[package]]
 3785name = "crypto-bigint"
 3786version = "0.5.5"
 3787source = "registry+https://github.com/rust-lang/crates.io-index"
 3788checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 3789dependencies = [
 3790 "rand_core 0.6.4",
 3791 "subtle",
 3792]
 3793
 3794[[package]]
 3795name = "crypto-common"
 3796version = "0.1.6"
 3797source = "registry+https://github.com/rust-lang/crates.io-index"
 3798checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 3799dependencies = [
 3800 "generic-array",
 3801 "rand_core 0.6.4",
 3802 "typenum",
 3803]
 3804
 3805[[package]]
 3806name = "ctor"
 3807version = "0.4.1"
 3808source = "registry+https://github.com/rust-lang/crates.io-index"
 3809checksum = "07e9666f4a9a948d4f1dff0c08a4512b0f7c86414b23960104c243c10d79f4c3"
 3810dependencies = [
 3811 "ctor-proc-macro",
 3812 "dtor",
 3813]
 3814
 3815[[package]]
 3816name = "ctor-proc-macro"
 3817version = "0.0.5"
 3818source = "registry+https://github.com/rust-lang/crates.io-index"
 3819checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
 3820
 3821[[package]]
 3822name = "ctrlc"
 3823version = "3.4.5"
 3824source = "registry+https://github.com/rust-lang/crates.io-index"
 3825checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
 3826dependencies = [
 3827 "nix",
 3828 "windows-sys 0.59.0",
 3829]
 3830
 3831[[package]]
 3832name = "cursor-icon"
 3833version = "1.1.0"
 3834source = "registry+https://github.com/rust-lang/crates.io-index"
 3835checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
 3836
 3837[[package]]
 3838name = "cxx"
 3839version = "1.0.134"
 3840source = "registry+https://github.com/rust-lang/crates.io-index"
 3841checksum = "a5a32d755fe20281b46118ee4b507233311fb7a48a0cfd42f554b93640521a2f"
 3842dependencies = [
 3843 "cc",
 3844 "cxxbridge-cmd",
 3845 "cxxbridge-flags",
 3846 "cxxbridge-macro",
 3847 "foldhash",
 3848 "link-cplusplus",
 3849]
 3850
 3851[[package]]
 3852name = "cxx-build"
 3853version = "1.0.134"
 3854source = "registry+https://github.com/rust-lang/crates.io-index"
 3855checksum = "11645536ada5d1c8804312cbffc9ab950f2216154de431de930da47ca6955199"
 3856dependencies = [
 3857 "cc",
 3858 "codespan-reporting",
 3859 "proc-macro2",
 3860 "quote",
 3861 "scratch",
 3862 "syn 2.0.100",
 3863]
 3864
 3865[[package]]
 3866name = "cxxbridge-cmd"
 3867version = "1.0.134"
 3868source = "registry+https://github.com/rust-lang/crates.io-index"
 3869checksum = "ebcc9c78e3c7289665aab921a2b394eaffe8bdb369aa18d81ffc0f534fd49385"
 3870dependencies = [
 3871 "clap",
 3872 "codespan-reporting",
 3873 "proc-macro2",
 3874 "quote",
 3875 "syn 2.0.100",
 3876]
 3877
 3878[[package]]
 3879name = "cxxbridge-flags"
 3880version = "1.0.134"
 3881source = "registry+https://github.com/rust-lang/crates.io-index"
 3882checksum = "3a22a87bd9e78d7204d793261470a4c9d585154fddd251828d8aefbb5f74c3bf"
 3883
 3884[[package]]
 3885name = "cxxbridge-macro"
 3886version = "1.0.134"
 3887source = "registry+https://github.com/rust-lang/crates.io-index"
 3888checksum = "1dfdb020ff8787c5daf6e0dca743005cc8782868faeadfbabb8824ede5cb1c72"
 3889dependencies = [
 3890 "proc-macro2",
 3891 "quote",
 3892 "rustversion",
 3893 "syn 2.0.100",
 3894]
 3895
 3896[[package]]
 3897name = "dap"
 3898version = "0.1.0"
 3899dependencies = [
 3900 "anyhow",
 3901 "async-compression",
 3902 "async-pipe",
 3903 "async-tar",
 3904 "async-trait",
 3905 "client",
 3906 "collections",
 3907 "dap-types",
 3908 "env_logger 0.11.7",
 3909 "fs",
 3910 "futures 0.3.31",
 3911 "gpui",
 3912 "http_client",
 3913 "language",
 3914 "log",
 3915 "node_runtime",
 3916 "parking_lot",
 3917 "paths",
 3918 "regex",
 3919 "schemars",
 3920 "serde",
 3921 "serde_json",
 3922 "settings",
 3923 "smallvec",
 3924 "smol",
 3925 "task",
 3926 "util",
 3927]
 3928
 3929[[package]]
 3930name = "dap-types"
 3931version = "0.0.1"
 3932source = "git+https://github.com/zed-industries/dap-types?rev=bfd4af0#bfd4af084bbaa5f344e6925370d7642e41d0b5b8"
 3933dependencies = [
 3934 "schemars",
 3935 "serde",
 3936 "serde_json",
 3937]
 3938
 3939[[package]]
 3940name = "dap_adapters"
 3941version = "0.1.0"
 3942dependencies = [
 3943 "anyhow",
 3944 "async-trait",
 3945 "dap",
 3946 "gpui",
 3947 "language",
 3948 "paths",
 3949 "regex",
 3950 "serde",
 3951 "serde_json",
 3952 "task",
 3953 "util",
 3954]
 3955
 3956[[package]]
 3957name = "dashmap"
 3958version = "5.5.3"
 3959source = "registry+https://github.com/rust-lang/crates.io-index"
 3960checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
 3961dependencies = [
 3962 "cfg-if",
 3963 "hashbrown 0.14.5",
 3964 "lock_api",
 3965 "once_cell",
 3966 "parking_lot_core",
 3967]
 3968
 3969[[package]]
 3970name = "dashmap"
 3971version = "6.1.0"
 3972source = "registry+https://github.com/rust-lang/crates.io-index"
 3973checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 3974dependencies = [
 3975 "cfg-if",
 3976 "crossbeam-utils",
 3977 "hashbrown 0.14.5",
 3978 "lock_api",
 3979 "once_cell",
 3980 "parking_lot_core",
 3981]
 3982
 3983[[package]]
 3984name = "dasp_sample"
 3985version = "0.11.0"
 3986source = "registry+https://github.com/rust-lang/crates.io-index"
 3987checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 3988
 3989[[package]]
 3990name = "data-encoding"
 3991version = "2.6.0"
 3992source = "registry+https://github.com/rust-lang/crates.io-index"
 3993checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
 3994
 3995[[package]]
 3996name = "data-url"
 3997version = "0.3.1"
 3998source = "registry+https://github.com/rust-lang/crates.io-index"
 3999checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
 4000
 4001[[package]]
 4002name = "db"
 4003version = "0.1.0"
 4004dependencies = [
 4005 "anyhow",
 4006 "gpui",
 4007 "indoc",
 4008 "log",
 4009 "paths",
 4010 "release_channel",
 4011 "smol",
 4012 "sqlez",
 4013 "sqlez_macros",
 4014 "tempfile",
 4015 "util",
 4016]
 4017
 4018[[package]]
 4019name = "dbus"
 4020version = "0.9.7"
 4021source = "registry+https://github.com/rust-lang/crates.io-index"
 4022checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
 4023dependencies = [
 4024 "libc",
 4025 "libdbus-sys",
 4026 "winapi",
 4027]
 4028
 4029[[package]]
 4030name = "debugger_tools"
 4031version = "0.1.0"
 4032dependencies = [
 4033 "anyhow",
 4034 "dap",
 4035 "editor",
 4036 "futures 0.3.31",
 4037 "gpui",
 4038 "project",
 4039 "serde_json",
 4040 "settings",
 4041 "smol",
 4042 "util",
 4043 "workspace",
 4044]
 4045
 4046[[package]]
 4047name = "debugger_ui"
 4048version = "0.1.0"
 4049dependencies = [
 4050 "anyhow",
 4051 "client",
 4052 "collections",
 4053 "command_palette_hooks",
 4054 "dap",
 4055 "editor",
 4056 "env_logger 0.11.7",
 4057 "feature_flags",
 4058 "futures 0.3.31",
 4059 "fuzzy",
 4060 "gpui",
 4061 "language",
 4062 "log",
 4063 "menu",
 4064 "picker",
 4065 "pretty_assertions",
 4066 "project",
 4067 "rpc",
 4068 "serde",
 4069 "serde_json",
 4070 "settings",
 4071 "sysinfo",
 4072 "task",
 4073 "terminal_view",
 4074 "theme",
 4075 "ui",
 4076 "unindent",
 4077 "util",
 4078 "workspace",
 4079]
 4080
 4081[[package]]
 4082name = "deepseek"
 4083version = "0.1.0"
 4084dependencies = [
 4085 "anyhow",
 4086 "futures 0.3.31",
 4087 "http_client",
 4088 "schemars",
 4089 "serde",
 4090 "serde_json",
 4091]
 4092
 4093[[package]]
 4094name = "deflate64"
 4095version = "0.1.9"
 4096source = "registry+https://github.com/rust-lang/crates.io-index"
 4097checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
 4098
 4099[[package]]
 4100name = "der"
 4101version = "0.6.1"
 4102source = "registry+https://github.com/rust-lang/crates.io-index"
 4103checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4104dependencies = [
 4105 "const-oid",
 4106 "zeroize",
 4107]
 4108
 4109[[package]]
 4110name = "der"
 4111version = "0.7.9"
 4112source = "registry+https://github.com/rust-lang/crates.io-index"
 4113checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
 4114dependencies = [
 4115 "const-oid",
 4116 "pem-rfc7468",
 4117 "zeroize",
 4118]
 4119
 4120[[package]]
 4121name = "deranged"
 4122version = "0.4.0"
 4123source = "registry+https://github.com/rust-lang/crates.io-index"
 4124checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
 4125dependencies = [
 4126 "powerfmt",
 4127 "serde",
 4128]
 4129
 4130[[package]]
 4131name = "derive_more"
 4132version = "0.99.19"
 4133source = "registry+https://github.com/rust-lang/crates.io-index"
 4134checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
 4135dependencies = [
 4136 "convert_case 0.4.0",
 4137 "proc-macro2",
 4138 "quote",
 4139 "rustc_version",
 4140 "syn 2.0.100",
 4141]
 4142
 4143[[package]]
 4144name = "derive_refineable"
 4145version = "0.1.0"
 4146dependencies = [
 4147 "proc-macro2",
 4148 "quote",
 4149 "syn 1.0.109",
 4150]
 4151
 4152[[package]]
 4153name = "diagnostics"
 4154version = "0.1.0"
 4155dependencies = [
 4156 "anyhow",
 4157 "client",
 4158 "collections",
 4159 "ctor",
 4160 "editor",
 4161 "env_logger 0.11.7",
 4162 "gpui",
 4163 "language",
 4164 "log",
 4165 "lsp",
 4166 "pretty_assertions",
 4167 "project",
 4168 "rand 0.8.5",
 4169 "serde",
 4170 "serde_json",
 4171 "settings",
 4172 "theme",
 4173 "ui",
 4174 "unindent",
 4175 "util",
 4176 "workspace",
 4177]
 4178
 4179[[package]]
 4180name = "dialoguer"
 4181version = "0.11.0"
 4182source = "registry+https://github.com/rust-lang/crates.io-index"
 4183checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4184dependencies = [
 4185 "console",
 4186 "fuzzy-matcher",
 4187 "shell-words",
 4188 "tempfile",
 4189 "thiserror 1.0.69",
 4190 "zeroize",
 4191]
 4192
 4193[[package]]
 4194name = "diff"
 4195version = "0.1.13"
 4196source = "registry+https://github.com/rust-lang/crates.io-index"
 4197checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4198
 4199[[package]]
 4200name = "digest"
 4201version = "0.10.7"
 4202source = "registry+https://github.com/rust-lang/crates.io-index"
 4203checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4204dependencies = [
 4205 "block-buffer",
 4206 "const-oid",
 4207 "crypto-common",
 4208 "subtle",
 4209]
 4210
 4211[[package]]
 4212name = "dirs"
 4213version = "4.0.0"
 4214source = "registry+https://github.com/rust-lang/crates.io-index"
 4215checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4216dependencies = [
 4217 "dirs-sys 0.3.7",
 4218]
 4219
 4220[[package]]
 4221name = "dirs"
 4222version = "5.0.1"
 4223source = "registry+https://github.com/rust-lang/crates.io-index"
 4224checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4225dependencies = [
 4226 "dirs-sys 0.4.1",
 4227]
 4228
 4229[[package]]
 4230name = "dirs-sys"
 4231version = "0.3.7"
 4232source = "registry+https://github.com/rust-lang/crates.io-index"
 4233checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4234dependencies = [
 4235 "libc",
 4236 "redox_users",
 4237 "winapi",
 4238]
 4239
 4240[[package]]
 4241name = "dirs-sys"
 4242version = "0.4.1"
 4243source = "registry+https://github.com/rust-lang/crates.io-index"
 4244checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4245dependencies = [
 4246 "libc",
 4247 "option-ext",
 4248 "redox_users",
 4249 "windows-sys 0.48.0",
 4250]
 4251
 4252[[package]]
 4253name = "displaydoc"
 4254version = "0.2.5"
 4255source = "registry+https://github.com/rust-lang/crates.io-index"
 4256checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4257dependencies = [
 4258 "proc-macro2",
 4259 "quote",
 4260 "syn 2.0.100",
 4261]
 4262
 4263[[package]]
 4264name = "dlib"
 4265version = "0.5.2"
 4266source = "registry+https://github.com/rust-lang/crates.io-index"
 4267checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4268dependencies = [
 4269 "libloading",
 4270]
 4271
 4272[[package]]
 4273name = "docs_preprocessor"
 4274version = "0.1.0"
 4275dependencies = [
 4276 "anyhow",
 4277 "clap",
 4278 "mdbook",
 4279 "regex",
 4280 "serde",
 4281 "serde_json",
 4282 "settings",
 4283 "util",
 4284]
 4285
 4286[[package]]
 4287name = "dotenvy"
 4288version = "0.15.7"
 4289source = "registry+https://github.com/rust-lang/crates.io-index"
 4290checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 4291
 4292[[package]]
 4293name = "downcast-rs"
 4294version = "1.2.1"
 4295source = "registry+https://github.com/rust-lang/crates.io-index"
 4296checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 4297
 4298[[package]]
 4299name = "doxygen-rs"
 4300version = "0.4.2"
 4301source = "registry+https://github.com/rust-lang/crates.io-index"
 4302checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 4303dependencies = [
 4304 "phf",
 4305]
 4306
 4307[[package]]
 4308name = "dtor"
 4309version = "0.0.5"
 4310source = "registry+https://github.com/rust-lang/crates.io-index"
 4311checksum = "222ef136a1c687d4aa0395c175f2c4586e379924c352fd02f7870cf7de783c23"
 4312dependencies = [
 4313 "dtor-proc-macro",
 4314]
 4315
 4316[[package]]
 4317name = "dtor-proc-macro"
 4318version = "0.0.5"
 4319source = "registry+https://github.com/rust-lang/crates.io-index"
 4320checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 4321
 4322[[package]]
 4323name = "dunce"
 4324version = "1.0.5"
 4325source = "registry+https://github.com/rust-lang/crates.io-index"
 4326checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 4327
 4328[[package]]
 4329name = "dwrote"
 4330version = "0.11.2"
 4331source = "registry+https://github.com/rust-lang/crates.io-index"
 4332checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
 4333dependencies = [
 4334 "lazy_static",
 4335 "libc",
 4336 "winapi",
 4337 "wio",
 4338]
 4339
 4340[[package]]
 4341name = "dyn-clone"
 4342version = "1.0.17"
 4343source = "registry+https://github.com/rust-lang/crates.io-index"
 4344checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
 4345
 4346[[package]]
 4347name = "ec4rs"
 4348version = "1.1.1"
 4349source = "registry+https://github.com/rust-lang/crates.io-index"
 4350checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
 4351
 4352[[package]]
 4353name = "ecdsa"
 4354version = "0.14.8"
 4355source = "registry+https://github.com/rust-lang/crates.io-index"
 4356checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 4357dependencies = [
 4358 "der 0.6.1",
 4359 "elliptic-curve",
 4360 "rfc6979",
 4361 "signature 1.6.4",
 4362]
 4363
 4364[[package]]
 4365name = "editor"
 4366version = "0.1.0"
 4367dependencies = [
 4368 "aho-corasick",
 4369 "anyhow",
 4370 "assets",
 4371 "buffer_diff",
 4372 "chrono",
 4373 "client",
 4374 "clock",
 4375 "collections",
 4376 "convert_case 0.8.0",
 4377 "ctor",
 4378 "db",
 4379 "emojis",
 4380 "env_logger 0.11.7",
 4381 "feature_flags",
 4382 "file_icons",
 4383 "fs",
 4384 "futures 0.3.31",
 4385 "fuzzy",
 4386 "git",
 4387 "gpui",
 4388 "http_client",
 4389 "indoc",
 4390 "inline_completion",
 4391 "itertools 0.14.0",
 4392 "language",
 4393 "languages",
 4394 "linkify",
 4395 "log",
 4396 "lsp",
 4397 "markdown",
 4398 "menu",
 4399 "multi_buffer",
 4400 "ordered-float 2.10.1",
 4401 "parking_lot",
 4402 "pretty_assertions",
 4403 "project",
 4404 "rand 0.8.5",
 4405 "release_channel",
 4406 "rpc",
 4407 "schemars",
 4408 "serde",
 4409 "serde_json",
 4410 "settings",
 4411 "smallvec",
 4412 "smol",
 4413 "snippet",
 4414 "sum_tree",
 4415 "task",
 4416 "telemetry",
 4417 "tempfile",
 4418 "text",
 4419 "theme",
 4420 "time",
 4421 "time_format",
 4422 "tree-sitter-html",
 4423 "tree-sitter-rust",
 4424 "tree-sitter-typescript",
 4425 "ui",
 4426 "unicode-script",
 4427 "unicode-segmentation",
 4428 "unindent",
 4429 "url",
 4430 "util",
 4431 "uuid",
 4432 "workspace",
 4433 "zed_actions",
 4434]
 4435
 4436[[package]]
 4437name = "either"
 4438version = "1.13.0"
 4439source = "registry+https://github.com/rust-lang/crates.io-index"
 4440checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
 4441dependencies = [
 4442 "serde",
 4443]
 4444
 4445[[package]]
 4446name = "elasticlunr-rs"
 4447version = "3.0.2"
 4448source = "registry+https://github.com/rust-lang/crates.io-index"
 4449checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 4450dependencies = [
 4451 "regex",
 4452 "serde",
 4453 "serde_derive",
 4454 "serde_json",
 4455]
 4456
 4457[[package]]
 4458name = "elliptic-curve"
 4459version = "0.12.3"
 4460source = "registry+https://github.com/rust-lang/crates.io-index"
 4461checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 4462dependencies = [
 4463 "base16ct",
 4464 "crypto-bigint 0.4.9",
 4465 "der 0.6.1",
 4466 "digest",
 4467 "ff",
 4468 "generic-array",
 4469 "group",
 4470 "pkcs8 0.9.0",
 4471 "rand_core 0.6.4",
 4472 "sec1",
 4473 "subtle",
 4474 "zeroize",
 4475]
 4476
 4477[[package]]
 4478name = "embed-resource"
 4479version = "3.0.2"
 4480source = "registry+https://github.com/rust-lang/crates.io-index"
 4481checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
 4482dependencies = [
 4483 "cc",
 4484 "memchr",
 4485 "rustc_version",
 4486 "toml 0.8.20",
 4487 "vswhom",
 4488 "winreg 0.52.0",
 4489]
 4490
 4491[[package]]
 4492name = "embedded-io"
 4493version = "0.4.0"
 4494source = "registry+https://github.com/rust-lang/crates.io-index"
 4495checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 4496
 4497[[package]]
 4498name = "embedded-io"
 4499version = "0.6.1"
 4500source = "registry+https://github.com/rust-lang/crates.io-index"
 4501checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 4502
 4503[[package]]
 4504name = "emojis"
 4505version = "0.6.4"
 4506source = "registry+https://github.com/rust-lang/crates.io-index"
 4507checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 4508dependencies = [
 4509 "phf",
 4510]
 4511
 4512[[package]]
 4513name = "encode_unicode"
 4514version = "0.3.6"
 4515source = "registry+https://github.com/rust-lang/crates.io-index"
 4516checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
 4517
 4518[[package]]
 4519name = "encoding_rs"
 4520version = "0.8.35"
 4521source = "registry+https://github.com/rust-lang/crates.io-index"
 4522checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 4523dependencies = [
 4524 "cfg-if",
 4525]
 4526
 4527[[package]]
 4528name = "endi"
 4529version = "1.1.0"
 4530source = "registry+https://github.com/rust-lang/crates.io-index"
 4531checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 4532
 4533[[package]]
 4534name = "enumflags2"
 4535version = "0.7.10"
 4536source = "registry+https://github.com/rust-lang/crates.io-index"
 4537checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
 4538dependencies = [
 4539 "enumflags2_derive",
 4540 "serde",
 4541]
 4542
 4543[[package]]
 4544name = "enumflags2_derive"
 4545version = "0.7.10"
 4546source = "registry+https://github.com/rust-lang/crates.io-index"
 4547checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
 4548dependencies = [
 4549 "proc-macro2",
 4550 "quote",
 4551 "syn 2.0.100",
 4552]
 4553
 4554[[package]]
 4555name = "env_filter"
 4556version = "0.1.2"
 4557source = "registry+https://github.com/rust-lang/crates.io-index"
 4558checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
 4559dependencies = [
 4560 "log",
 4561 "regex",
 4562]
 4563
 4564[[package]]
 4565name = "env_logger"
 4566version = "0.10.2"
 4567source = "registry+https://github.com/rust-lang/crates.io-index"
 4568checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 4569dependencies = [
 4570 "humantime",
 4571 "is-terminal",
 4572 "log",
 4573 "regex",
 4574 "termcolor",
 4575]
 4576
 4577[[package]]
 4578name = "env_logger"
 4579version = "0.11.7"
 4580source = "registry+https://github.com/rust-lang/crates.io-index"
 4581checksum = "c3716d7a920fb4fac5d84e9d4bce8ceb321e9414b4409da61b07b75c1e3d0697"
 4582dependencies = [
 4583 "anstream",
 4584 "anstyle",
 4585 "env_filter",
 4586 "jiff",
 4587 "log",
 4588]
 4589
 4590[[package]]
 4591name = "envy"
 4592version = "0.4.2"
 4593source = "registry+https://github.com/rust-lang/crates.io-index"
 4594checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 4595dependencies = [
 4596 "serde",
 4597]
 4598
 4599[[package]]
 4600name = "equivalent"
 4601version = "1.0.1"
 4602source = "registry+https://github.com/rust-lang/crates.io-index"
 4603checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
 4604
 4605[[package]]
 4606name = "erased-serde"
 4607version = "0.4.5"
 4608source = "registry+https://github.com/rust-lang/crates.io-index"
 4609checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
 4610dependencies = [
 4611 "serde",
 4612 "typeid",
 4613]
 4614
 4615[[package]]
 4616name = "errno"
 4617version = "0.2.8"
 4618source = "registry+https://github.com/rust-lang/crates.io-index"
 4619checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 4620dependencies = [
 4621 "errno-dragonfly",
 4622 "libc",
 4623 "winapi",
 4624]
 4625
 4626[[package]]
 4627name = "errno"
 4628version = "0.3.10"
 4629source = "registry+https://github.com/rust-lang/crates.io-index"
 4630checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
 4631dependencies = [
 4632 "libc",
 4633 "windows-sys 0.59.0",
 4634]
 4635
 4636[[package]]
 4637name = "errno-dragonfly"
 4638version = "0.1.2"
 4639source = "registry+https://github.com/rust-lang/crates.io-index"
 4640checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 4641dependencies = [
 4642 "cc",
 4643 "libc",
 4644]
 4645
 4646[[package]]
 4647name = "etagere"
 4648version = "0.2.15"
 4649source = "registry+https://github.com/rust-lang/crates.io-index"
 4650checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 4651dependencies = [
 4652 "euclid",
 4653 "svg_fmt",
 4654]
 4655
 4656[[package]]
 4657name = "etcetera"
 4658version = "0.8.0"
 4659source = "registry+https://github.com/rust-lang/crates.io-index"
 4660checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 4661dependencies = [
 4662 "cfg-if",
 4663 "home",
 4664 "windows-sys 0.48.0",
 4665]
 4666
 4667[[package]]
 4668name = "euclid"
 4669version = "0.22.11"
 4670source = "registry+https://github.com/rust-lang/crates.io-index"
 4671checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 4672dependencies = [
 4673 "num-traits",
 4674]
 4675
 4676[[package]]
 4677name = "evals"
 4678version = "0.1.0"
 4679dependencies = [
 4680 "anyhow",
 4681 "clap",
 4682 "client",
 4683 "clock",
 4684 "collections",
 4685 "dap",
 4686 "env_logger 0.11.7",
 4687 "feature_flags",
 4688 "fs",
 4689 "gpui",
 4690 "http_client",
 4691 "language",
 4692 "languages",
 4693 "node_runtime",
 4694 "open_ai",
 4695 "project",
 4696 "reqwest_client",
 4697 "semantic_index",
 4698 "serde",
 4699 "serde_json",
 4700 "settings",
 4701 "smol",
 4702 "util",
 4703]
 4704
 4705[[package]]
 4706name = "event-listener"
 4707version = "2.5.3"
 4708source = "registry+https://github.com/rust-lang/crates.io-index"
 4709checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 4710
 4711[[package]]
 4712name = "event-listener"
 4713version = "5.3.1"
 4714source = "registry+https://github.com/rust-lang/crates.io-index"
 4715checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
 4716dependencies = [
 4717 "concurrent-queue",
 4718 "parking",
 4719 "pin-project-lite",
 4720]
 4721
 4722[[package]]
 4723name = "event-listener-strategy"
 4724version = "0.5.3"
 4725source = "registry+https://github.com/rust-lang/crates.io-index"
 4726checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
 4727dependencies = [
 4728 "event-listener 5.3.1",
 4729 "pin-project-lite",
 4730]
 4731
 4732[[package]]
 4733name = "exec"
 4734version = "0.3.1"
 4735source = "registry+https://github.com/rust-lang/crates.io-index"
 4736checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 4737dependencies = [
 4738 "errno 0.2.8",
 4739 "libc",
 4740]
 4741
 4742[[package]]
 4743name = "exr"
 4744version = "1.73.0"
 4745source = "registry+https://github.com/rust-lang/crates.io-index"
 4746checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 4747dependencies = [
 4748 "bit_field",
 4749 "half",
 4750 "lebe",
 4751 "miniz_oxide",
 4752 "rayon-core",
 4753 "smallvec",
 4754 "zune-inflate",
 4755]
 4756
 4757[[package]]
 4758name = "extension"
 4759version = "0.1.0"
 4760dependencies = [
 4761 "anyhow",
 4762 "async-compression",
 4763 "async-tar",
 4764 "async-trait",
 4765 "collections",
 4766 "convert_case 0.8.0",
 4767 "fs",
 4768 "futures 0.3.31",
 4769 "gpui",
 4770 "http_client",
 4771 "language",
 4772 "log",
 4773 "lsp",
 4774 "parking_lot",
 4775 "semantic_version",
 4776 "serde",
 4777 "serde_json",
 4778 "toml 0.8.20",
 4779 "util",
 4780 "wasm-encoder 0.221.3",
 4781 "wasmparser 0.221.3",
 4782 "wit-component 0.221.3",
 4783]
 4784
 4785[[package]]
 4786name = "extension_cli"
 4787version = "0.1.0"
 4788dependencies = [
 4789 "anyhow",
 4790 "clap",
 4791 "env_logger 0.11.7",
 4792 "extension",
 4793 "fs",
 4794 "gpui",
 4795 "language",
 4796 "log",
 4797 "reqwest_client",
 4798 "rpc",
 4799 "serde",
 4800 "serde_json",
 4801 "theme",
 4802 "tokio",
 4803 "toml 0.8.20",
 4804 "tree-sitter",
 4805 "wasmtime",
 4806]
 4807
 4808[[package]]
 4809name = "extension_host"
 4810version = "0.1.0"
 4811dependencies = [
 4812 "anyhow",
 4813 "async-compression",
 4814 "async-tar",
 4815 "async-trait",
 4816 "client",
 4817 "collections",
 4818 "context_server_settings",
 4819 "ctor",
 4820 "env_logger 0.11.7",
 4821 "extension",
 4822 "fs",
 4823 "futures 0.3.31",
 4824 "gpui",
 4825 "http_client",
 4826 "language",
 4827 "language_extension",
 4828 "log",
 4829 "lsp",
 4830 "node_runtime",
 4831 "parking_lot",
 4832 "paths",
 4833 "project",
 4834 "release_channel",
 4835 "remote",
 4836 "reqwest_client",
 4837 "schemars",
 4838 "semantic_version",
 4839 "serde",
 4840 "serde_json",
 4841 "serde_json_lenient",
 4842 "settings",
 4843 "task",
 4844 "telemetry",
 4845 "tempfile",
 4846 "theme",
 4847 "theme_extension",
 4848 "toml 0.8.20",
 4849 "url",
 4850 "util",
 4851 "wasmparser 0.221.3",
 4852 "wasmtime",
 4853 "wasmtime-wasi",
 4854]
 4855
 4856[[package]]
 4857name = "extensions_ui"
 4858version = "0.1.0"
 4859dependencies = [
 4860 "anyhow",
 4861 "client",
 4862 "collections",
 4863 "db",
 4864 "editor",
 4865 "extension_host",
 4866 "fs",
 4867 "fuzzy",
 4868 "gpui",
 4869 "language",
 4870 "num-format",
 4871 "picker",
 4872 "project",
 4873 "release_channel",
 4874 "semantic_version",
 4875 "serde",
 4876 "settings",
 4877 "smallvec",
 4878 "strum",
 4879 "telemetry",
 4880 "theme",
 4881 "ui",
 4882 "util",
 4883 "vim_mode_setting",
 4884 "workspace",
 4885 "zed_actions",
 4886]
 4887
 4888[[package]]
 4889name = "fallible-iterator"
 4890version = "0.3.0"
 4891source = "registry+https://github.com/rust-lang/crates.io-index"
 4892checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 4893
 4894[[package]]
 4895name = "fancy-regex"
 4896version = "0.13.0"
 4897source = "registry+https://github.com/rust-lang/crates.io-index"
 4898checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
 4899dependencies = [
 4900 "bit-set 0.5.3",
 4901 "regex-automata 0.4.9",
 4902 "regex-syntax 0.8.5",
 4903]
 4904
 4905[[package]]
 4906name = "fancy-regex"
 4907version = "0.14.0"
 4908source = "registry+https://github.com/rust-lang/crates.io-index"
 4909checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
 4910dependencies = [
 4911 "bit-set 0.8.0",
 4912 "regex-automata 0.4.9",
 4913 "regex-syntax 0.8.5",
 4914]
 4915
 4916[[package]]
 4917name = "fast-srgb8"
 4918version = "1.0.0"
 4919source = "registry+https://github.com/rust-lang/crates.io-index"
 4920checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 4921
 4922[[package]]
 4923name = "fastrand"
 4924version = "1.9.0"
 4925source = "registry+https://github.com/rust-lang/crates.io-index"
 4926checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 4927dependencies = [
 4928 "instant",
 4929]
 4930
 4931[[package]]
 4932name = "fastrand"
 4933version = "2.3.0"
 4934source = "registry+https://github.com/rust-lang/crates.io-index"
 4935checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 4936
 4937[[package]]
 4938name = "fd-lock"
 4939version = "4.0.2"
 4940source = "registry+https://github.com/rust-lang/crates.io-index"
 4941checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
 4942dependencies = [
 4943 "cfg-if",
 4944 "rustix",
 4945 "windows-sys 0.52.0",
 4946]
 4947
 4948[[package]]
 4949name = "fdeflate"
 4950version = "0.3.7"
 4951source = "registry+https://github.com/rust-lang/crates.io-index"
 4952checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 4953dependencies = [
 4954 "simd-adler32",
 4955]
 4956
 4957[[package]]
 4958name = "feature_flags"
 4959version = "0.1.0"
 4960dependencies = [
 4961 "futures 0.3.31",
 4962 "gpui",
 4963 "smol",
 4964]
 4965
 4966[[package]]
 4967name = "feedback"
 4968version = "0.1.0"
 4969dependencies = [
 4970 "client",
 4971 "editor",
 4972 "gpui",
 4973 "human_bytes",
 4974 "menu",
 4975 "release_channel",
 4976 "serde",
 4977 "sysinfo",
 4978 "ui",
 4979 "urlencoding",
 4980 "util",
 4981 "workspace",
 4982 "zed_actions",
 4983]
 4984
 4985[[package]]
 4986name = "ff"
 4987version = "0.12.1"
 4988source = "registry+https://github.com/rust-lang/crates.io-index"
 4989checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 4990dependencies = [
 4991 "rand_core 0.6.4",
 4992 "subtle",
 4993]
 4994
 4995[[package]]
 4996name = "file_finder"
 4997version = "0.1.0"
 4998dependencies = [
 4999 "anyhow",
 5000 "collections",
 5001 "ctor",
 5002 "editor",
 5003 "env_logger 0.11.7",
 5004 "file_icons",
 5005 "futures 0.3.31",
 5006 "fuzzy",
 5007 "gpui",
 5008 "language",
 5009 "menu",
 5010 "picker",
 5011 "project",
 5012 "schemars",
 5013 "serde",
 5014 "serde_derive",
 5015 "serde_json",
 5016 "settings",
 5017 "text",
 5018 "theme",
 5019 "ui",
 5020 "util",
 5021 "workspace",
 5022]
 5023
 5024[[package]]
 5025name = "file_icons"
 5026version = "0.1.0"
 5027dependencies = [
 5028 "gpui",
 5029 "serde",
 5030 "settings",
 5031 "theme",
 5032 "util",
 5033]
 5034
 5035[[package]]
 5036name = "filedescriptor"
 5037version = "0.8.3"
 5038source = "registry+https://github.com/rust-lang/crates.io-index"
 5039checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 5040dependencies = [
 5041 "libc",
 5042 "thiserror 1.0.69",
 5043 "winapi",
 5044]
 5045
 5046[[package]]
 5047name = "filetime"
 5048version = "0.2.25"
 5049source = "registry+https://github.com/rust-lang/crates.io-index"
 5050checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
 5051dependencies = [
 5052 "cfg-if",
 5053 "libc",
 5054 "libredox",
 5055 "windows-sys 0.59.0",
 5056]
 5057
 5058[[package]]
 5059name = "fixedbitset"
 5060version = "0.4.2"
 5061source = "registry+https://github.com/rust-lang/crates.io-index"
 5062checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 5063
 5064[[package]]
 5065name = "flate2"
 5066version = "1.0.35"
 5067source = "registry+https://github.com/rust-lang/crates.io-index"
 5068checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
 5069dependencies = [
 5070 "crc32fast",
 5071 "miniz_oxide",
 5072]
 5073
 5074[[package]]
 5075name = "float-cmp"
 5076version = "0.9.0"
 5077source = "registry+https://github.com/rust-lang/crates.io-index"
 5078checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 5079
 5080[[package]]
 5081name = "float-ord"
 5082version = "0.3.2"
 5083source = "registry+https://github.com/rust-lang/crates.io-index"
 5084checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 5085
 5086[[package]]
 5087name = "float_next_after"
 5088version = "1.0.0"
 5089source = "registry+https://github.com/rust-lang/crates.io-index"
 5090checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 5091
 5092[[package]]
 5093name = "flume"
 5094version = "0.11.1"
 5095source = "registry+https://github.com/rust-lang/crates.io-index"
 5096checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 5097dependencies = [
 5098 "futures-core",
 5099 "futures-sink",
 5100 "nanorand",
 5101 "spin",
 5102]
 5103
 5104[[package]]
 5105name = "fnv"
 5106version = "1.0.7"
 5107source = "registry+https://github.com/rust-lang/crates.io-index"
 5108checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 5109
 5110[[package]]
 5111name = "foldhash"
 5112version = "0.1.3"
 5113source = "registry+https://github.com/rust-lang/crates.io-index"
 5114checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
 5115
 5116[[package]]
 5117name = "font-kit"
 5118version = "0.14.1"
 5119source = "git+https://github.com/zed-industries/font-kit?rev=5474cfad4b719a72ec8ed2cb7327b2b01fd10568#5474cfad4b719a72ec8ed2cb7327b2b01fd10568"
 5120dependencies = [
 5121 "bitflags 2.9.0",
 5122 "byteorder",
 5123 "core-foundation 0.10.0",
 5124 "core-graphics 0.24.0",
 5125 "core-text",
 5126 "dirs 5.0.1",
 5127 "dwrote",
 5128 "float-ord",
 5129 "freetype-sys",
 5130 "lazy_static",
 5131 "libc",
 5132 "log",
 5133 "pathfinder_geometry",
 5134 "pathfinder_simd",
 5135 "walkdir",
 5136 "winapi",
 5137 "yeslogic-fontconfig-sys",
 5138]
 5139
 5140[[package]]
 5141name = "font-types"
 5142version = "0.8.3"
 5143source = "registry+https://github.com/rust-lang/crates.io-index"
 5144checksum = "d868ec188a98bb014c606072edd47e52e7ab7297db943b0b28503121e1d037bd"
 5145dependencies = [
 5146 "bytemuck",
 5147]
 5148
 5149[[package]]
 5150name = "fontconfig-parser"
 5151version = "0.5.7"
 5152source = "registry+https://github.com/rust-lang/crates.io-index"
 5153checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
 5154dependencies = [
 5155 "roxmltree",
 5156]
 5157
 5158[[package]]
 5159name = "fontdb"
 5160version = "0.16.2"
 5161source = "registry+https://github.com/rust-lang/crates.io-index"
 5162checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 5163dependencies = [
 5164 "fontconfig-parser",
 5165 "log",
 5166 "memmap2",
 5167 "slotmap",
 5168 "tinyvec",
 5169 "ttf-parser 0.20.0",
 5170]
 5171
 5172[[package]]
 5173name = "fontdb"
 5174version = "0.23.0"
 5175source = "registry+https://github.com/rust-lang/crates.io-index"
 5176checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 5177dependencies = [
 5178 "fontconfig-parser",
 5179 "log",
 5180 "memmap2",
 5181 "slotmap",
 5182 "tinyvec",
 5183 "ttf-parser 0.25.1",
 5184]
 5185
 5186[[package]]
 5187name = "foreign-types"
 5188version = "0.3.2"
 5189source = "registry+https://github.com/rust-lang/crates.io-index"
 5190checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 5191dependencies = [
 5192 "foreign-types-shared 0.1.1",
 5193]
 5194
 5195[[package]]
 5196name = "foreign-types"
 5197version = "0.5.0"
 5198source = "registry+https://github.com/rust-lang/crates.io-index"
 5199checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 5200dependencies = [
 5201 "foreign-types-macros",
 5202 "foreign-types-shared 0.3.1",
 5203]
 5204
 5205[[package]]
 5206name = "foreign-types-macros"
 5207version = "0.2.3"
 5208source = "registry+https://github.com/rust-lang/crates.io-index"
 5209checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 5210dependencies = [
 5211 "proc-macro2",
 5212 "quote",
 5213 "syn 2.0.100",
 5214]
 5215
 5216[[package]]
 5217name = "foreign-types-shared"
 5218version = "0.1.1"
 5219source = "registry+https://github.com/rust-lang/crates.io-index"
 5220checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 5221
 5222[[package]]
 5223name = "foreign-types-shared"
 5224version = "0.3.1"
 5225source = "registry+https://github.com/rust-lang/crates.io-index"
 5226checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 5227
 5228[[package]]
 5229name = "fork"
 5230version = "0.2.0"
 5231source = "registry+https://github.com/rust-lang/crates.io-index"
 5232checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
 5233dependencies = [
 5234 "libc",
 5235]
 5236
 5237[[package]]
 5238name = "form_urlencoded"
 5239version = "1.2.1"
 5240source = "registry+https://github.com/rust-lang/crates.io-index"
 5241checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
 5242dependencies = [
 5243 "percent-encoding",
 5244]
 5245
 5246[[package]]
 5247name = "freetype-sys"
 5248version = "0.20.1"
 5249source = "registry+https://github.com/rust-lang/crates.io-index"
 5250checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 5251dependencies = [
 5252 "cc",
 5253 "libc",
 5254 "pkg-config",
 5255]
 5256
 5257[[package]]
 5258name = "fs"
 5259version = "0.1.0"
 5260dependencies = [
 5261 "anyhow",
 5262 "ashpd",
 5263 "async-tar",
 5264 "async-trait",
 5265 "cocoa 0.26.0",
 5266 "collections",
 5267 "fsevent",
 5268 "futures 0.3.31",
 5269 "git",
 5270 "gpui",
 5271 "ignore",
 5272 "libc",
 5273 "log",
 5274 "notify 8.0.0 (git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96)",
 5275 "objc",
 5276 "parking_lot",
 5277 "paths",
 5278 "proto",
 5279 "rope",
 5280 "serde",
 5281 "serde_json",
 5282 "smol",
 5283 "tempfile",
 5284 "text",
 5285 "time",
 5286 "util",
 5287 "windows 0.61.1",
 5288]
 5289
 5290[[package]]
 5291name = "fs-set-times"
 5292version = "0.20.2"
 5293source = "registry+https://github.com/rust-lang/crates.io-index"
 5294checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
 5295dependencies = [
 5296 "io-lifetimes",
 5297 "rustix",
 5298 "windows-sys 0.59.0",
 5299]
 5300
 5301[[package]]
 5302name = "fs2"
 5303version = "0.4.3"
 5304source = "registry+https://github.com/rust-lang/crates.io-index"
 5305checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 5306dependencies = [
 5307 "libc",
 5308 "winapi",
 5309]
 5310
 5311[[package]]
 5312name = "fs_extra"
 5313version = "1.3.0"
 5314source = "registry+https://github.com/rust-lang/crates.io-index"
 5315checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 5316
 5317[[package]]
 5318name = "fsevent"
 5319version = "0.1.0"
 5320dependencies = [
 5321 "bitflags 2.9.0",
 5322 "core-foundation 0.10.0",
 5323 "fsevent-sys 3.1.0",
 5324 "parking_lot",
 5325 "tempfile",
 5326]
 5327
 5328[[package]]
 5329name = "fsevent-sys"
 5330version = "3.1.0"
 5331source = "registry+https://github.com/rust-lang/crates.io-index"
 5332checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
 5333dependencies = [
 5334 "libc",
 5335]
 5336
 5337[[package]]
 5338name = "fsevent-sys"
 5339version = "4.1.0"
 5340source = "registry+https://github.com/rust-lang/crates.io-index"
 5341checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 5342dependencies = [
 5343 "libc",
 5344]
 5345
 5346[[package]]
 5347name = "funty"
 5348version = "2.0.0"
 5349source = "registry+https://github.com/rust-lang/crates.io-index"
 5350checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 5351
 5352[[package]]
 5353name = "futf"
 5354version = "0.1.5"
 5355source = "registry+https://github.com/rust-lang/crates.io-index"
 5356checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 5357dependencies = [
 5358 "mac",
 5359 "new_debug_unreachable",
 5360]
 5361
 5362[[package]]
 5363name = "futures"
 5364version = "0.1.31"
 5365source = "registry+https://github.com/rust-lang/crates.io-index"
 5366checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 5367
 5368[[package]]
 5369name = "futures"
 5370version = "0.3.31"
 5371source = "registry+https://github.com/rust-lang/crates.io-index"
 5372checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 5373dependencies = [
 5374 "futures-channel",
 5375 "futures-core",
 5376 "futures-executor",
 5377 "futures-io",
 5378 "futures-sink",
 5379 "futures-task",
 5380 "futures-util",
 5381]
 5382
 5383[[package]]
 5384name = "futures-batch"
 5385version = "0.6.1"
 5386source = "registry+https://github.com/rust-lang/crates.io-index"
 5387checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
 5388dependencies = [
 5389 "futures 0.3.31",
 5390 "futures-timer",
 5391 "pin-utils",
 5392]
 5393
 5394[[package]]
 5395name = "futures-channel"
 5396version = "0.3.31"
 5397source = "registry+https://github.com/rust-lang/crates.io-index"
 5398checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 5399dependencies = [
 5400 "futures-core",
 5401 "futures-sink",
 5402]
 5403
 5404[[package]]
 5405name = "futures-core"
 5406version = "0.3.31"
 5407source = "registry+https://github.com/rust-lang/crates.io-index"
 5408checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 5409
 5410[[package]]
 5411name = "futures-executor"
 5412version = "0.3.31"
 5413source = "registry+https://github.com/rust-lang/crates.io-index"
 5414checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 5415dependencies = [
 5416 "futures-core",
 5417 "futures-task",
 5418 "futures-util",
 5419]
 5420
 5421[[package]]
 5422name = "futures-intrusive"
 5423version = "0.5.0"
 5424source = "registry+https://github.com/rust-lang/crates.io-index"
 5425checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 5426dependencies = [
 5427 "futures-core",
 5428 "lock_api",
 5429 "parking_lot",
 5430]
 5431
 5432[[package]]
 5433name = "futures-io"
 5434version = "0.3.31"
 5435source = "registry+https://github.com/rust-lang/crates.io-index"
 5436checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 5437
 5438[[package]]
 5439name = "futures-lite"
 5440version = "1.13.0"
 5441source = "registry+https://github.com/rust-lang/crates.io-index"
 5442checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 5443dependencies = [
 5444 "fastrand 1.9.0",
 5445 "futures-core",
 5446 "futures-io",
 5447 "memchr",
 5448 "parking",
 5449 "pin-project-lite",
 5450 "waker-fn",
 5451]
 5452
 5453[[package]]
 5454name = "futures-lite"
 5455version = "2.6.0"
 5456source = "registry+https://github.com/rust-lang/crates.io-index"
 5457checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
 5458dependencies = [
 5459 "fastrand 2.3.0",
 5460 "futures-core",
 5461 "futures-io",
 5462 "parking",
 5463 "pin-project-lite",
 5464]
 5465
 5466[[package]]
 5467name = "futures-macro"
 5468version = "0.3.31"
 5469source = "registry+https://github.com/rust-lang/crates.io-index"
 5470checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 5471dependencies = [
 5472 "proc-macro2",
 5473 "quote",
 5474 "syn 2.0.100",
 5475]
 5476
 5477[[package]]
 5478name = "futures-sink"
 5479version = "0.3.31"
 5480source = "registry+https://github.com/rust-lang/crates.io-index"
 5481checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 5482
 5483[[package]]
 5484name = "futures-task"
 5485version = "0.3.31"
 5486source = "registry+https://github.com/rust-lang/crates.io-index"
 5487checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 5488
 5489[[package]]
 5490name = "futures-timer"
 5491version = "3.0.3"
 5492source = "registry+https://github.com/rust-lang/crates.io-index"
 5493checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
 5494
 5495[[package]]
 5496name = "futures-util"
 5497version = "0.3.31"
 5498source = "registry+https://github.com/rust-lang/crates.io-index"
 5499checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 5500dependencies = [
 5501 "futures 0.1.31",
 5502 "futures-channel",
 5503 "futures-core",
 5504 "futures-io",
 5505 "futures-macro",
 5506 "futures-sink",
 5507 "futures-task",
 5508 "memchr",
 5509 "pin-project-lite",
 5510 "pin-utils",
 5511 "slab",
 5512 "tokio-io",
 5513]
 5514
 5515[[package]]
 5516name = "fuzzy"
 5517version = "0.1.0"
 5518dependencies = [
 5519 "gpui",
 5520 "log",
 5521 "util",
 5522]
 5523
 5524[[package]]
 5525name = "fuzzy-matcher"
 5526version = "0.3.7"
 5527source = "registry+https://github.com/rust-lang/crates.io-index"
 5528checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 5529dependencies = [
 5530 "thread_local",
 5531]
 5532
 5533[[package]]
 5534name = "generic-array"
 5535version = "0.14.7"
 5536source = "registry+https://github.com/rust-lang/crates.io-index"
 5537checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 5538dependencies = [
 5539 "typenum",
 5540 "version_check",
 5541]
 5542
 5543[[package]]
 5544name = "gethostname"
 5545version = "0.4.3"
 5546source = "registry+https://github.com/rust-lang/crates.io-index"
 5547checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
 5548dependencies = [
 5549 "libc",
 5550 "windows-targets 0.48.5",
 5551]
 5552
 5553[[package]]
 5554name = "getrandom"
 5555version = "0.1.16"
 5556source = "registry+https://github.com/rust-lang/crates.io-index"
 5557checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
 5558dependencies = [
 5559 "cfg-if",
 5560 "libc",
 5561 "wasi 0.9.0+wasi-snapshot-preview1",
 5562]
 5563
 5564[[package]]
 5565name = "getrandom"
 5566version = "0.2.15"
 5567source = "registry+https://github.com/rust-lang/crates.io-index"
 5568checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
 5569dependencies = [
 5570 "cfg-if",
 5571 "js-sys",
 5572 "libc",
 5573 "wasi 0.11.0+wasi-snapshot-preview1",
 5574 "wasm-bindgen",
 5575]
 5576
 5577[[package]]
 5578name = "getrandom"
 5579version = "0.3.1"
 5580source = "registry+https://github.com/rust-lang/crates.io-index"
 5581checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
 5582dependencies = [
 5583 "cfg-if",
 5584 "libc",
 5585 "wasi 0.13.3+wasi-0.2.2",
 5586 "windows-targets 0.52.6",
 5587]
 5588
 5589[[package]]
 5590name = "gif"
 5591version = "0.13.1"
 5592source = "registry+https://github.com/rust-lang/crates.io-index"
 5593checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
 5594dependencies = [
 5595 "color_quant",
 5596 "weezl",
 5597]
 5598
 5599[[package]]
 5600name = "gimli"
 5601version = "0.31.1"
 5602source = "registry+https://github.com/rust-lang/crates.io-index"
 5603checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
 5604dependencies = [
 5605 "fallible-iterator",
 5606 "indexmap",
 5607 "stable_deref_trait",
 5608]
 5609
 5610[[package]]
 5611name = "git"
 5612version = "0.1.0"
 5613dependencies = [
 5614 "anyhow",
 5615 "askpass",
 5616 "async-trait",
 5617 "collections",
 5618 "derive_more",
 5619 "futures 0.3.31",
 5620 "git2",
 5621 "gpui",
 5622 "http_client",
 5623 "log",
 5624 "parking_lot",
 5625 "pretty_assertions",
 5626 "regex",
 5627 "rope",
 5628 "schemars",
 5629 "serde",
 5630 "serde_json",
 5631 "smol",
 5632 "sum_tree",
 5633 "tempfile",
 5634 "text",
 5635 "thiserror 2.0.12",
 5636 "time",
 5637 "unindent",
 5638 "url",
 5639 "util",
 5640 "uuid",
 5641]
 5642
 5643[[package]]
 5644name = "git2"
 5645version = "0.20.1"
 5646source = "registry+https://github.com/rust-lang/crates.io-index"
 5647checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
 5648dependencies = [
 5649 "bitflags 2.9.0",
 5650 "libc",
 5651 "libgit2-sys",
 5652 "log",
 5653 "url",
 5654]
 5655
 5656[[package]]
 5657name = "git_hosting_providers"
 5658version = "0.1.0"
 5659dependencies = [
 5660 "anyhow",
 5661 "async-trait",
 5662 "futures 0.3.31",
 5663 "git",
 5664 "gpui",
 5665 "http_client",
 5666 "indoc",
 5667 "pretty_assertions",
 5668 "regex",
 5669 "schemars",
 5670 "serde",
 5671 "serde_json",
 5672 "settings",
 5673 "url",
 5674 "util",
 5675]
 5676
 5677[[package]]
 5678name = "git_ui"
 5679version = "0.1.0"
 5680dependencies = [
 5681 "anyhow",
 5682 "askpass",
 5683 "assistant_settings",
 5684 "buffer_diff",
 5685 "collections",
 5686 "command_palette_hooks",
 5687 "component",
 5688 "ctor",
 5689 "db",
 5690 "editor",
 5691 "env_logger 0.11.7",
 5692 "futures 0.3.31",
 5693 "fuzzy",
 5694 "git",
 5695 "gpui",
 5696 "itertools 0.14.0",
 5697 "language",
 5698 "language_model",
 5699 "linkify",
 5700 "linkme",
 5701 "log",
 5702 "menu",
 5703 "multi_buffer",
 5704 "notifications",
 5705 "panel",
 5706 "picker",
 5707 "postage",
 5708 "pretty_assertions",
 5709 "project",
 5710 "schemars",
 5711 "serde",
 5712 "serde_derive",
 5713 "serde_json",
 5714 "settings",
 5715 "strum",
 5716 "telemetry",
 5717 "theme",
 5718 "time",
 5719 "time_format",
 5720 "ui",
 5721 "unindent",
 5722 "util",
 5723 "windows 0.61.1",
 5724 "workspace",
 5725 "zed_actions",
 5726]
 5727
 5728[[package]]
 5729name = "glob"
 5730version = "0.3.1"
 5731source = "registry+https://github.com/rust-lang/crates.io-index"
 5732checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
 5733
 5734[[package]]
 5735name = "globset"
 5736version = "0.4.16"
 5737source = "registry+https://github.com/rust-lang/crates.io-index"
 5738checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
 5739dependencies = [
 5740 "aho-corasick",
 5741 "bstr",
 5742 "log",
 5743 "regex-automata 0.4.9",
 5744 "regex-syntax 0.8.5",
 5745]
 5746
 5747[[package]]
 5748name = "gloo-timers"
 5749version = "0.3.0"
 5750source = "registry+https://github.com/rust-lang/crates.io-index"
 5751checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 5752dependencies = [
 5753 "futures-channel",
 5754 "futures-core",
 5755 "js-sys",
 5756 "wasm-bindgen",
 5757]
 5758
 5759[[package]]
 5760name = "glow"
 5761version = "0.14.2"
 5762source = "registry+https://github.com/rust-lang/crates.io-index"
 5763checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
 5764dependencies = [
 5765 "js-sys",
 5766 "slotmap",
 5767 "wasm-bindgen",
 5768 "web-sys",
 5769]
 5770
 5771[[package]]
 5772name = "go_to_line"
 5773version = "0.1.0"
 5774dependencies = [
 5775 "anyhow",
 5776 "editor",
 5777 "gpui",
 5778 "indoc",
 5779 "language",
 5780 "menu",
 5781 "project",
 5782 "rope",
 5783 "schemars",
 5784 "serde",
 5785 "serde_json",
 5786 "settings",
 5787 "text",
 5788 "theme",
 5789 "tree-sitter-rust",
 5790 "tree-sitter-typescript",
 5791 "ui",
 5792 "util",
 5793 "workspace",
 5794]
 5795
 5796[[package]]
 5797name = "google_ai"
 5798version = "0.1.0"
 5799dependencies = [
 5800 "anyhow",
 5801 "futures 0.3.31",
 5802 "http_client",
 5803 "schemars",
 5804 "serde",
 5805 "serde_json",
 5806 "strum",
 5807]
 5808
 5809[[package]]
 5810name = "gpu-alloc"
 5811version = "0.6.0"
 5812source = "registry+https://github.com/rust-lang/crates.io-index"
 5813checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
 5814dependencies = [
 5815 "bitflags 2.9.0",
 5816 "gpu-alloc-types",
 5817]
 5818
 5819[[package]]
 5820name = "gpu-alloc-ash"
 5821version = "0.7.0"
 5822source = "registry+https://github.com/rust-lang/crates.io-index"
 5823checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
 5824dependencies = [
 5825 "ash",
 5826 "gpu-alloc-types",
 5827 "tinyvec",
 5828]
 5829
 5830[[package]]
 5831name = "gpu-alloc-types"
 5832version = "0.3.0"
 5833source = "registry+https://github.com/rust-lang/crates.io-index"
 5834checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
 5835dependencies = [
 5836 "bitflags 2.9.0",
 5837]
 5838
 5839[[package]]
 5840name = "gpui"
 5841version = "0.1.0"
 5842dependencies = [
 5843 "anyhow",
 5844 "as-raw-xcb-connection",
 5845 "ashpd",
 5846 "async-task",
 5847 "backtrace",
 5848 "bindgen 0.70.1",
 5849 "blade-graphics",
 5850 "blade-macros",
 5851 "blade-util",
 5852 "block",
 5853 "bytemuck",
 5854 "calloop",
 5855 "calloop-wayland-source",
 5856 "cbindgen 0.28.0",
 5857 "cocoa 0.26.0",
 5858 "collections",
 5859 "core-foundation 0.10.0",
 5860 "core-foundation-sys",
 5861 "core-graphics 0.24.0",
 5862 "core-text",
 5863 "core-video",
 5864 "cosmic-text",
 5865 "ctor",
 5866 "derive_more",
 5867 "embed-resource",
 5868 "env_logger 0.11.7",
 5869 "etagere",
 5870 "filedescriptor",
 5871 "flume",
 5872 "font-kit",
 5873 "foreign-types 0.5.0",
 5874 "futures 0.3.31",
 5875 "gpui_macros",
 5876 "http_client",
 5877 "image",
 5878 "inventory",
 5879 "itertools 0.14.0",
 5880 "log",
 5881 "lyon",
 5882 "media",
 5883 "metal",
 5884 "naga",
 5885 "num_cpus",
 5886 "objc",
 5887 "objc2",
 5888 "objc2-metal",
 5889 "oo7",
 5890 "open",
 5891 "parking",
 5892 "parking_lot",
 5893 "pathfinder_geometry",
 5894 "postage",
 5895 "profiling",
 5896 "rand 0.8.5",
 5897 "raw-window-handle",
 5898 "refineable",
 5899 "reqwest_client",
 5900 "resvg",
 5901 "schemars",
 5902 "seahash",
 5903 "semantic_version",
 5904 "serde",
 5905 "serde_derive",
 5906 "serde_json",
 5907 "slotmap",
 5908 "smallvec",
 5909 "smol",
 5910 "strum",
 5911 "sum_tree",
 5912 "taffy",
 5913 "thiserror 2.0.12",
 5914 "unicode-segmentation",
 5915 "usvg",
 5916 "util",
 5917 "uuid",
 5918 "waker-fn",
 5919 "wayland-backend",
 5920 "wayland-client",
 5921 "wayland-cursor",
 5922 "wayland-protocols",
 5923 "wayland-protocols-plasma",
 5924 "windows 0.61.1",
 5925 "windows-core 0.61.0",
 5926 "windows-numerics",
 5927 "x11-clipboard",
 5928 "x11rb",
 5929 "xim",
 5930 "xkbcommon",
 5931]
 5932
 5933[[package]]
 5934name = "gpui_macros"
 5935version = "0.1.0"
 5936dependencies = [
 5937 "gpui",
 5938 "proc-macro2",
 5939 "quote",
 5940 "syn 1.0.109",
 5941]
 5942
 5943[[package]]
 5944name = "gpui_tokio"
 5945version = "0.1.0"
 5946dependencies = [
 5947 "gpui",
 5948 "tokio",
 5949 "util",
 5950]
 5951
 5952[[package]]
 5953name = "grid"
 5954version = "0.13.0"
 5955source = "registry+https://github.com/rust-lang/crates.io-index"
 5956checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
 5957
 5958[[package]]
 5959name = "group"
 5960version = "0.12.1"
 5961source = "registry+https://github.com/rust-lang/crates.io-index"
 5962checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 5963dependencies = [
 5964 "ff",
 5965 "rand_core 0.6.4",
 5966 "subtle",
 5967]
 5968
 5969[[package]]
 5970name = "h2"
 5971version = "0.3.26"
 5972source = "registry+https://github.com/rust-lang/crates.io-index"
 5973checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
 5974dependencies = [
 5975 "bytes 1.10.1",
 5976 "fnv",
 5977 "futures-core",
 5978 "futures-sink",
 5979 "futures-util",
 5980 "http 0.2.12",
 5981 "indexmap",
 5982 "slab",
 5983 "tokio",
 5984 "tokio-util",
 5985 "tracing",
 5986]
 5987
 5988[[package]]
 5989name = "h2"
 5990version = "0.4.7"
 5991source = "registry+https://github.com/rust-lang/crates.io-index"
 5992checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
 5993dependencies = [
 5994 "atomic-waker",
 5995 "bytes 1.10.1",
 5996 "fnv",
 5997 "futures-core",
 5998 "futures-sink",
 5999 "http 1.2.0",
 6000 "indexmap",
 6001 "slab",
 6002 "tokio",
 6003 "tokio-util",
 6004 "tracing",
 6005]
 6006
 6007[[package]]
 6008name = "half"
 6009version = "2.4.1"
 6010source = "registry+https://github.com/rust-lang/crates.io-index"
 6011checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
 6012dependencies = [
 6013 "cfg-if",
 6014 "crunchy",
 6015]
 6016
 6017[[package]]
 6018name = "handlebars"
 6019version = "4.5.0"
 6020source = "registry+https://github.com/rust-lang/crates.io-index"
 6021checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 6022dependencies = [
 6023 "log",
 6024 "pest",
 6025 "pest_derive",
 6026 "serde",
 6027 "serde_json",
 6028 "thiserror 1.0.69",
 6029]
 6030
 6031[[package]]
 6032name = "handlebars"
 6033version = "6.2.0"
 6034source = "registry+https://github.com/rust-lang/crates.io-index"
 6035checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
 6036dependencies = [
 6037 "log",
 6038 "num-order",
 6039 "pest",
 6040 "pest_derive",
 6041 "serde",
 6042 "serde_json",
 6043 "thiserror 1.0.69",
 6044]
 6045
 6046[[package]]
 6047name = "hashbrown"
 6048version = "0.12.3"
 6049source = "registry+https://github.com/rust-lang/crates.io-index"
 6050checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 6051dependencies = [
 6052 "ahash 0.7.8",
 6053]
 6054
 6055[[package]]
 6056name = "hashbrown"
 6057version = "0.14.5"
 6058source = "registry+https://github.com/rust-lang/crates.io-index"
 6059checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 6060dependencies = [
 6061 "ahash 0.8.11",
 6062 "allocator-api2",
 6063]
 6064
 6065[[package]]
 6066name = "hashbrown"
 6067version = "0.15.2"
 6068source = "registry+https://github.com/rust-lang/crates.io-index"
 6069checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
 6070dependencies = [
 6071 "allocator-api2",
 6072 "equivalent",
 6073 "foldhash",
 6074 "serde",
 6075]
 6076
 6077[[package]]
 6078name = "hashlink"
 6079version = "0.8.4"
 6080source = "registry+https://github.com/rust-lang/crates.io-index"
 6081checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 6082dependencies = [
 6083 "hashbrown 0.14.5",
 6084]
 6085
 6086[[package]]
 6087name = "hashlink"
 6088version = "0.10.0"
 6089source = "registry+https://github.com/rust-lang/crates.io-index"
 6090checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 6091dependencies = [
 6092 "hashbrown 0.15.2",
 6093]
 6094
 6095[[package]]
 6096name = "headers"
 6097version = "0.3.9"
 6098source = "registry+https://github.com/rust-lang/crates.io-index"
 6099checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 6100dependencies = [
 6101 "base64 0.21.7",
 6102 "bytes 1.10.1",
 6103 "headers-core",
 6104 "http 0.2.12",
 6105 "httpdate",
 6106 "mime",
 6107 "sha1",
 6108]
 6109
 6110[[package]]
 6111name = "headers-core"
 6112version = "0.2.0"
 6113source = "registry+https://github.com/rust-lang/crates.io-index"
 6114checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 6115dependencies = [
 6116 "http 0.2.12",
 6117]
 6118
 6119[[package]]
 6120name = "heck"
 6121version = "0.3.3"
 6122source = "registry+https://github.com/rust-lang/crates.io-index"
 6123checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 6124dependencies = [
 6125 "unicode-segmentation",
 6126]
 6127
 6128[[package]]
 6129name = "heck"
 6130version = "0.4.1"
 6131source = "registry+https://github.com/rust-lang/crates.io-index"
 6132checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 6133dependencies = [
 6134 "unicode-segmentation",
 6135]
 6136
 6137[[package]]
 6138name = "heck"
 6139version = "0.5.0"
 6140source = "registry+https://github.com/rust-lang/crates.io-index"
 6141checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 6142
 6143[[package]]
 6144name = "heed"
 6145version = "0.21.0"
 6146source = "registry+https://github.com/rust-lang/crates.io-index"
 6147checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 6148dependencies = [
 6149 "bitflags 2.9.0",
 6150 "byteorder",
 6151 "heed-traits",
 6152 "heed-types",
 6153 "libc",
 6154 "lmdb-master-sys",
 6155 "once_cell",
 6156 "page_size",
 6157 "serde",
 6158 "synchronoise",
 6159 "url",
 6160]
 6161
 6162[[package]]
 6163name = "heed-traits"
 6164version = "0.20.0"
 6165source = "registry+https://github.com/rust-lang/crates.io-index"
 6166checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 6167
 6168[[package]]
 6169name = "heed-types"
 6170version = "0.21.0"
 6171source = "registry+https://github.com/rust-lang/crates.io-index"
 6172checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 6173dependencies = [
 6174 "bincode",
 6175 "byteorder",
 6176 "heed-traits",
 6177 "serde",
 6178 "serde_json",
 6179]
 6180
 6181[[package]]
 6182name = "hermit-abi"
 6183version = "0.3.9"
 6184source = "registry+https://github.com/rust-lang/crates.io-index"
 6185checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
 6186
 6187[[package]]
 6188name = "hermit-abi"
 6189version = "0.4.0"
 6190source = "registry+https://github.com/rust-lang/crates.io-index"
 6191checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
 6192
 6193[[package]]
 6194name = "hex"
 6195version = "0.4.3"
 6196source = "registry+https://github.com/rust-lang/crates.io-index"
 6197checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 6198
 6199[[package]]
 6200name = "hexf-parse"
 6201version = "0.2.1"
 6202source = "registry+https://github.com/rust-lang/crates.io-index"
 6203checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 6204
 6205[[package]]
 6206name = "hidden-trait"
 6207version = "0.1.2"
 6208source = "registry+https://github.com/rust-lang/crates.io-index"
 6209checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
 6210dependencies = [
 6211 "proc-macro2",
 6212 "quote",
 6213 "syn 1.0.109",
 6214]
 6215
 6216[[package]]
 6217name = "hkdf"
 6218version = "0.12.4"
 6219source = "registry+https://github.com/rust-lang/crates.io-index"
 6220checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 6221dependencies = [
 6222 "hmac",
 6223]
 6224
 6225[[package]]
 6226name = "hmac"
 6227version = "0.12.1"
 6228source = "registry+https://github.com/rust-lang/crates.io-index"
 6229checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 6230dependencies = [
 6231 "digest",
 6232]
 6233
 6234[[package]]
 6235name = "home"
 6236version = "0.5.9"
 6237source = "registry+https://github.com/rust-lang/crates.io-index"
 6238checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
 6239dependencies = [
 6240 "windows-sys 0.52.0",
 6241]
 6242
 6243[[package]]
 6244name = "hound"
 6245version = "3.5.1"
 6246source = "registry+https://github.com/rust-lang/crates.io-index"
 6247checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 6248
 6249[[package]]
 6250name = "html5ever"
 6251version = "0.27.0"
 6252source = "registry+https://github.com/rust-lang/crates.io-index"
 6253checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 6254dependencies = [
 6255 "log",
 6256 "mac",
 6257 "markup5ever",
 6258 "proc-macro2",
 6259 "quote",
 6260 "syn 2.0.100",
 6261]
 6262
 6263[[package]]
 6264name = "html_to_markdown"
 6265version = "0.1.0"
 6266dependencies = [
 6267 "anyhow",
 6268 "html5ever",
 6269 "indoc",
 6270 "markup5ever_rcdom",
 6271 "pretty_assertions",
 6272 "regex",
 6273]
 6274
 6275[[package]]
 6276name = "http"
 6277version = "0.2.12"
 6278source = "registry+https://github.com/rust-lang/crates.io-index"
 6279checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 6280dependencies = [
 6281 "bytes 1.10.1",
 6282 "fnv",
 6283 "itoa",
 6284]
 6285
 6286[[package]]
 6287name = "http"
 6288version = "1.2.0"
 6289source = "registry+https://github.com/rust-lang/crates.io-index"
 6290checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
 6291dependencies = [
 6292 "bytes 1.10.1",
 6293 "fnv",
 6294 "itoa",
 6295]
 6296
 6297[[package]]
 6298name = "http-body"
 6299version = "0.4.6"
 6300source = "registry+https://github.com/rust-lang/crates.io-index"
 6301checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 6302dependencies = [
 6303 "bytes 1.10.1",
 6304 "http 0.2.12",
 6305 "pin-project-lite",
 6306]
 6307
 6308[[package]]
 6309name = "http-body"
 6310version = "1.0.1"
 6311source = "registry+https://github.com/rust-lang/crates.io-index"
 6312checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 6313dependencies = [
 6314 "bytes 1.10.1",
 6315 "http 1.2.0",
 6316]
 6317
 6318[[package]]
 6319name = "http-body-util"
 6320version = "0.1.2"
 6321source = "registry+https://github.com/rust-lang/crates.io-index"
 6322checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
 6323dependencies = [
 6324 "bytes 1.10.1",
 6325 "futures-util",
 6326 "http 1.2.0",
 6327 "http-body 1.0.1",
 6328 "pin-project-lite",
 6329]
 6330
 6331[[package]]
 6332name = "http-range-header"
 6333version = "0.3.1"
 6334source = "registry+https://github.com/rust-lang/crates.io-index"
 6335checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 6336
 6337[[package]]
 6338name = "http-types"
 6339version = "2.12.0"
 6340source = "registry+https://github.com/rust-lang/crates.io-index"
 6341checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
 6342dependencies = [
 6343 "anyhow",
 6344 "async-channel 1.9.0",
 6345 "base64 0.13.1",
 6346 "futures-lite 1.13.0",
 6347 "http 0.2.12",
 6348 "infer",
 6349 "pin-project-lite",
 6350 "rand 0.7.3",
 6351 "serde",
 6352 "serde_json",
 6353 "serde_qs 0.8.5",
 6354 "serde_urlencoded",
 6355 "url",
 6356]
 6357
 6358[[package]]
 6359name = "http_client"
 6360version = "0.1.0"
 6361dependencies = [
 6362 "anyhow",
 6363 "bytes 1.10.1",
 6364 "derive_more",
 6365 "futures 0.3.31",
 6366 "http 1.2.0",
 6367 "log",
 6368 "serde",
 6369 "serde_json",
 6370 "url",
 6371]
 6372
 6373[[package]]
 6374name = "http_client_tls"
 6375version = "0.1.0"
 6376dependencies = [
 6377 "rustls 0.23.25",
 6378 "rustls-platform-verifier",
 6379]
 6380
 6381[[package]]
 6382name = "httparse"
 6383version = "1.9.5"
 6384source = "registry+https://github.com/rust-lang/crates.io-index"
 6385checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
 6386
 6387[[package]]
 6388name = "httpdate"
 6389version = "1.0.3"
 6390source = "registry+https://github.com/rust-lang/crates.io-index"
 6391checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 6392
 6393[[package]]
 6394name = "human_bytes"
 6395version = "0.4.3"
 6396source = "registry+https://github.com/rust-lang/crates.io-index"
 6397checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 6398
 6399[[package]]
 6400name = "humantime"
 6401version = "2.1.0"
 6402source = "registry+https://github.com/rust-lang/crates.io-index"
 6403checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
 6404
 6405[[package]]
 6406name = "hyper"
 6407version = "0.14.32"
 6408source = "registry+https://github.com/rust-lang/crates.io-index"
 6409checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 6410dependencies = [
 6411 "bytes 1.10.1",
 6412 "futures-channel",
 6413 "futures-core",
 6414 "futures-util",
 6415 "h2 0.3.26",
 6416 "http 0.2.12",
 6417 "http-body 0.4.6",
 6418 "httparse",
 6419 "httpdate",
 6420 "itoa",
 6421 "pin-project-lite",
 6422 "socket2",
 6423 "tokio",
 6424 "tower-service",
 6425 "tracing",
 6426 "want",
 6427]
 6428
 6429[[package]]
 6430name = "hyper"
 6431version = "1.5.1"
 6432source = "registry+https://github.com/rust-lang/crates.io-index"
 6433checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
 6434dependencies = [
 6435 "bytes 1.10.1",
 6436 "futures-channel",
 6437 "futures-util",
 6438 "h2 0.4.7",
 6439 "http 1.2.0",
 6440 "http-body 1.0.1",
 6441 "httparse",
 6442 "itoa",
 6443 "pin-project-lite",
 6444 "smallvec",
 6445 "tokio",
 6446 "want",
 6447]
 6448
 6449[[package]]
 6450name = "hyper-rustls"
 6451version = "0.24.2"
 6452source = "registry+https://github.com/rust-lang/crates.io-index"
 6453checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 6454dependencies = [
 6455 "futures-util",
 6456 "http 0.2.12",
 6457 "hyper 0.14.32",
 6458 "log",
 6459 "rustls 0.21.12",
 6460 "rustls-native-certs 0.6.3",
 6461 "tokio",
 6462 "tokio-rustls 0.24.1",
 6463]
 6464
 6465[[package]]
 6466name = "hyper-rustls"
 6467version = "0.27.3"
 6468source = "registry+https://github.com/rust-lang/crates.io-index"
 6469checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
 6470dependencies = [
 6471 "futures-util",
 6472 "http 1.2.0",
 6473 "hyper 1.5.1",
 6474 "hyper-util",
 6475 "rustls 0.23.25",
 6476 "rustls-native-certs 0.8.1",
 6477 "rustls-pki-types",
 6478 "tokio",
 6479 "tokio-rustls 0.26.1",
 6480 "tower-service",
 6481]
 6482
 6483[[package]]
 6484name = "hyper-tls"
 6485version = "0.5.0"
 6486source = "registry+https://github.com/rust-lang/crates.io-index"
 6487checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 6488dependencies = [
 6489 "bytes 1.10.1",
 6490 "hyper 0.14.32",
 6491 "native-tls",
 6492 "tokio",
 6493 "tokio-native-tls",
 6494]
 6495
 6496[[package]]
 6497name = "hyper-util"
 6498version = "0.1.10"
 6499source = "registry+https://github.com/rust-lang/crates.io-index"
 6500checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
 6501dependencies = [
 6502 "bytes 1.10.1",
 6503 "futures-channel",
 6504 "futures-util",
 6505 "http 1.2.0",
 6506 "http-body 1.0.1",
 6507 "hyper 1.5.1",
 6508 "pin-project-lite",
 6509 "socket2",
 6510 "tokio",
 6511 "tower-service",
 6512 "tracing",
 6513]
 6514
 6515[[package]]
 6516name = "iana-time-zone"
 6517version = "0.1.61"
 6518source = "registry+https://github.com/rust-lang/crates.io-index"
 6519checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
 6520dependencies = [
 6521 "android_system_properties",
 6522 "core-foundation-sys",
 6523 "iana-time-zone-haiku",
 6524 "js-sys",
 6525 "wasm-bindgen",
 6526 "windows-core 0.52.0",
 6527]
 6528
 6529[[package]]
 6530name = "iana-time-zone-haiku"
 6531version = "0.1.2"
 6532source = "registry+https://github.com/rust-lang/crates.io-index"
 6533checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 6534dependencies = [
 6535 "cc",
 6536]
 6537
 6538[[package]]
 6539name = "icons"
 6540version = "0.1.0"
 6541dependencies = [
 6542 "serde",
 6543 "strum",
 6544]
 6545
 6546[[package]]
 6547name = "icu_collections"
 6548version = "1.5.0"
 6549source = "registry+https://github.com/rust-lang/crates.io-index"
 6550checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
 6551dependencies = [
 6552 "displaydoc",
 6553 "yoke",
 6554 "zerofrom",
 6555 "zerovec",
 6556]
 6557
 6558[[package]]
 6559name = "icu_locid"
 6560version = "1.5.0"
 6561source = "registry+https://github.com/rust-lang/crates.io-index"
 6562checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
 6563dependencies = [
 6564 "displaydoc",
 6565 "litemap",
 6566 "tinystr",
 6567 "writeable",
 6568 "zerovec",
 6569]
 6570
 6571[[package]]
 6572name = "icu_locid_transform"
 6573version = "1.5.0"
 6574source = "registry+https://github.com/rust-lang/crates.io-index"
 6575checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
 6576dependencies = [
 6577 "displaydoc",
 6578 "icu_locid",
 6579 "icu_locid_transform_data",
 6580 "icu_provider",
 6581 "tinystr",
 6582 "zerovec",
 6583]
 6584
 6585[[package]]
 6586name = "icu_locid_transform_data"
 6587version = "1.5.0"
 6588source = "registry+https://github.com/rust-lang/crates.io-index"
 6589checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
 6590
 6591[[package]]
 6592name = "icu_normalizer"
 6593version = "1.5.0"
 6594source = "registry+https://github.com/rust-lang/crates.io-index"
 6595checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
 6596dependencies = [
 6597 "displaydoc",
 6598 "icu_collections",
 6599 "icu_normalizer_data",
 6600 "icu_properties",
 6601 "icu_provider",
 6602 "smallvec",
 6603 "utf16_iter",
 6604 "utf8_iter",
 6605 "write16",
 6606 "zerovec",
 6607]
 6608
 6609[[package]]
 6610name = "icu_normalizer_data"
 6611version = "1.5.0"
 6612source = "registry+https://github.com/rust-lang/crates.io-index"
 6613checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
 6614
 6615[[package]]
 6616name = "icu_properties"
 6617version = "1.5.1"
 6618source = "registry+https://github.com/rust-lang/crates.io-index"
 6619checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
 6620dependencies = [
 6621 "displaydoc",
 6622 "icu_collections",
 6623 "icu_locid_transform",
 6624 "icu_properties_data",
 6625 "icu_provider",
 6626 "tinystr",
 6627 "zerovec",
 6628]
 6629
 6630[[package]]
 6631name = "icu_properties_data"
 6632version = "1.5.0"
 6633source = "registry+https://github.com/rust-lang/crates.io-index"
 6634checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
 6635
 6636[[package]]
 6637name = "icu_provider"
 6638version = "1.5.0"
 6639source = "registry+https://github.com/rust-lang/crates.io-index"
 6640checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
 6641dependencies = [
 6642 "displaydoc",
 6643 "icu_locid",
 6644 "icu_provider_macros",
 6645 "stable_deref_trait",
 6646 "tinystr",
 6647 "writeable",
 6648 "yoke",
 6649 "zerofrom",
 6650 "zerovec",
 6651]
 6652
 6653[[package]]
 6654name = "icu_provider_macros"
 6655version = "1.5.0"
 6656source = "registry+https://github.com/rust-lang/crates.io-index"
 6657checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
 6658dependencies = [
 6659 "proc-macro2",
 6660 "quote",
 6661 "syn 2.0.100",
 6662]
 6663
 6664[[package]]
 6665name = "id-arena"
 6666version = "2.2.1"
 6667source = "registry+https://github.com/rust-lang/crates.io-index"
 6668checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 6669
 6670[[package]]
 6671name = "idna"
 6672version = "1.0.3"
 6673source = "registry+https://github.com/rust-lang/crates.io-index"
 6674checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
 6675dependencies = [
 6676 "idna_adapter",
 6677 "smallvec",
 6678 "utf8_iter",
 6679]
 6680
 6681[[package]]
 6682name = "idna_adapter"
 6683version = "1.2.0"
 6684source = "registry+https://github.com/rust-lang/crates.io-index"
 6685checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
 6686dependencies = [
 6687 "icu_normalizer",
 6688 "icu_properties",
 6689]
 6690
 6691[[package]]
 6692name = "ignore"
 6693version = "0.4.23"
 6694source = "registry+https://github.com/rust-lang/crates.io-index"
 6695checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
 6696dependencies = [
 6697 "crossbeam-deque",
 6698 "globset",
 6699 "log",
 6700 "memchr",
 6701 "regex-automata 0.4.9",
 6702 "same-file",
 6703 "walkdir",
 6704 "winapi-util",
 6705]
 6706
 6707[[package]]
 6708name = "image"
 6709version = "0.25.6"
 6710source = "registry+https://github.com/rust-lang/crates.io-index"
 6711checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
 6712dependencies = [
 6713 "bytemuck",
 6714 "byteorder-lite",
 6715 "color_quant",
 6716 "exr",
 6717 "gif",
 6718 "image-webp",
 6719 "num-traits",
 6720 "png",
 6721 "qoi",
 6722 "ravif",
 6723 "rayon",
 6724 "rgb",
 6725 "tiff",
 6726 "zune-core",
 6727 "zune-jpeg",
 6728]
 6729
 6730[[package]]
 6731name = "image-webp"
 6732version = "0.2.0"
 6733source = "registry+https://github.com/rust-lang/crates.io-index"
 6734checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
 6735dependencies = [
 6736 "byteorder-lite",
 6737 "quick-error",
 6738]
 6739
 6740[[package]]
 6741name = "image_viewer"
 6742version = "0.1.0"
 6743dependencies = [
 6744 "anyhow",
 6745 "db",
 6746 "editor",
 6747 "file_icons",
 6748 "gpui",
 6749 "project",
 6750 "schemars",
 6751 "serde",
 6752 "settings",
 6753 "theme",
 6754 "ui",
 6755 "util",
 6756 "workspace",
 6757]
 6758
 6759[[package]]
 6760name = "imagesize"
 6761version = "0.13.0"
 6762source = "registry+https://github.com/rust-lang/crates.io-index"
 6763checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 6764
 6765[[package]]
 6766name = "imara-diff"
 6767version = "0.1.8"
 6768source = "registry+https://github.com/rust-lang/crates.io-index"
 6769checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 6770dependencies = [
 6771 "hashbrown 0.15.2",
 6772]
 6773
 6774[[package]]
 6775name = "imgref"
 6776version = "1.11.0"
 6777source = "registry+https://github.com/rust-lang/crates.io-index"
 6778checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
 6779
 6780[[package]]
 6781name = "indexed_docs"
 6782version = "0.1.0"
 6783dependencies = [
 6784 "anyhow",
 6785 "async-trait",
 6786 "cargo_metadata",
 6787 "collections",
 6788 "derive_more",
 6789 "extension",
 6790 "fs",
 6791 "futures 0.3.31",
 6792 "fuzzy",
 6793 "gpui",
 6794 "heed",
 6795 "html_to_markdown",
 6796 "http_client",
 6797 "indexmap",
 6798 "indoc",
 6799 "parking_lot",
 6800 "paths",
 6801 "pretty_assertions",
 6802 "serde",
 6803 "strum",
 6804 "util",
 6805]
 6806
 6807[[package]]
 6808name = "indexmap"
 6809version = "2.7.1"
 6810source = "registry+https://github.com/rust-lang/crates.io-index"
 6811checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
 6812dependencies = [
 6813 "equivalent",
 6814 "hashbrown 0.15.2",
 6815 "serde",
 6816]
 6817
 6818[[package]]
 6819name = "indoc"
 6820version = "2.0.6"
 6821source = "registry+https://github.com/rust-lang/crates.io-index"
 6822checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 6823
 6824[[package]]
 6825name = "infer"
 6826version = "0.2.3"
 6827source = "registry+https://github.com/rust-lang/crates.io-index"
 6828checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
 6829
 6830[[package]]
 6831name = "inherent"
 6832version = "1.0.11"
 6833source = "registry+https://github.com/rust-lang/crates.io-index"
 6834checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
 6835dependencies = [
 6836 "proc-macro2",
 6837 "quote",
 6838 "syn 2.0.100",
 6839]
 6840
 6841[[package]]
 6842name = "inline_completion"
 6843version = "0.1.0"
 6844dependencies = [
 6845 "gpui",
 6846 "language",
 6847 "project",
 6848]
 6849
 6850[[package]]
 6851name = "inline_completion_button"
 6852version = "0.1.0"
 6853dependencies = [
 6854 "anyhow",
 6855 "client",
 6856 "copilot",
 6857 "editor",
 6858 "feature_flags",
 6859 "fs",
 6860 "futures 0.3.31",
 6861 "gpui",
 6862 "indoc",
 6863 "inline_completion",
 6864 "language",
 6865 "lsp",
 6866 "paths",
 6867 "project",
 6868 "regex",
 6869 "serde_json",
 6870 "settings",
 6871 "supermaven",
 6872 "telemetry",
 6873 "theme",
 6874 "ui",
 6875 "workspace",
 6876 "zed_actions",
 6877 "zeta",
 6878]
 6879
 6880[[package]]
 6881name = "inotify"
 6882version = "0.11.0"
 6883source = "registry+https://github.com/rust-lang/crates.io-index"
 6884checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 6885dependencies = [
 6886 "bitflags 2.9.0",
 6887 "inotify-sys",
 6888 "libc",
 6889]
 6890
 6891[[package]]
 6892name = "inotify-sys"
 6893version = "0.1.5"
 6894source = "registry+https://github.com/rust-lang/crates.io-index"
 6895checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 6896dependencies = [
 6897 "libc",
 6898]
 6899
 6900[[package]]
 6901name = "inout"
 6902version = "0.1.3"
 6903source = "registry+https://github.com/rust-lang/crates.io-index"
 6904checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
 6905dependencies = [
 6906 "block-padding",
 6907 "generic-array",
 6908]
 6909
 6910[[package]]
 6911name = "install_cli"
 6912version = "0.1.0"
 6913dependencies = [
 6914 "anyhow",
 6915 "gpui",
 6916 "smol",
 6917 "util",
 6918]
 6919
 6920[[package]]
 6921name = "instant"
 6922version = "0.1.13"
 6923source = "registry+https://github.com/rust-lang/crates.io-index"
 6924checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 6925dependencies = [
 6926 "cfg-if",
 6927]
 6928
 6929[[package]]
 6930name = "interpolate_name"
 6931version = "0.2.4"
 6932source = "registry+https://github.com/rust-lang/crates.io-index"
 6933checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 6934dependencies = [
 6935 "proc-macro2",
 6936 "quote",
 6937 "syn 2.0.100",
 6938]
 6939
 6940[[package]]
 6941name = "inventory"
 6942version = "0.3.20"
 6943source = "registry+https://github.com/rust-lang/crates.io-index"
 6944checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
 6945dependencies = [
 6946 "rustversion",
 6947]
 6948
 6949[[package]]
 6950name = "io-extras"
 6951version = "0.18.4"
 6952source = "registry+https://github.com/rust-lang/crates.io-index"
 6953checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 6954dependencies = [
 6955 "io-lifetimes",
 6956 "windows-sys 0.59.0",
 6957]
 6958
 6959[[package]]
 6960name = "io-lifetimes"
 6961version = "2.0.4"
 6962source = "registry+https://github.com/rust-lang/crates.io-index"
 6963checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 6964
 6965[[package]]
 6966name = "io-surface"
 6967version = "0.16.0"
 6968source = "registry+https://github.com/rust-lang/crates.io-index"
 6969checksum = "8283575d5f0b2e7447ec0840363879d71c0fa325d4c699d5b45208ea4a51f45e"
 6970dependencies = [
 6971 "cgl",
 6972 "core-foundation 0.10.0",
 6973 "core-foundation-sys",
 6974 "leaky-cow",
 6975 "libc",
 6976]
 6977
 6978[[package]]
 6979name = "iovec"
 6980version = "0.1.4"
 6981source = "registry+https://github.com/rust-lang/crates.io-index"
 6982checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 6983dependencies = [
 6984 "libc",
 6985]
 6986
 6987[[package]]
 6988name = "ipc-channel"
 6989version = "0.19.0"
 6990source = "registry+https://github.com/rust-lang/crates.io-index"
 6991checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 6992dependencies = [
 6993 "bincode",
 6994 "crossbeam-channel",
 6995 "fnv",
 6996 "lazy_static",
 6997 "libc",
 6998 "mio",
 6999 "rand 0.8.5",
 7000 "serde",
 7001 "tempfile",
 7002 "uuid",
 7003 "windows 0.58.0",
 7004]
 7005
 7006[[package]]
 7007name = "ipnet"
 7008version = "2.10.1"
 7009source = "registry+https://github.com/rust-lang/crates.io-index"
 7010checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
 7011
 7012[[package]]
 7013name = "is-docker"
 7014version = "0.2.0"
 7015source = "registry+https://github.com/rust-lang/crates.io-index"
 7016checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 7017dependencies = [
 7018 "once_cell",
 7019]
 7020
 7021[[package]]
 7022name = "is-terminal"
 7023version = "0.4.13"
 7024source = "registry+https://github.com/rust-lang/crates.io-index"
 7025checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
 7026dependencies = [
 7027 "hermit-abi 0.4.0",
 7028 "libc",
 7029 "windows-sys 0.52.0",
 7030]
 7031
 7032[[package]]
 7033name = "is-wsl"
 7034version = "0.4.0"
 7035source = "registry+https://github.com/rust-lang/crates.io-index"
 7036checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 7037dependencies = [
 7038 "is-docker",
 7039 "once_cell",
 7040]
 7041
 7042[[package]]
 7043name = "is_terminal_polyfill"
 7044version = "1.70.1"
 7045source = "registry+https://github.com/rust-lang/crates.io-index"
 7046checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 7047
 7048[[package]]
 7049name = "itertools"
 7050version = "0.10.5"
 7051source = "registry+https://github.com/rust-lang/crates.io-index"
 7052checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 7053dependencies = [
 7054 "either",
 7055]
 7056
 7057[[package]]
 7058name = "itertools"
 7059version = "0.11.0"
 7060source = "registry+https://github.com/rust-lang/crates.io-index"
 7061checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 7062dependencies = [
 7063 "either",
 7064]
 7065
 7066[[package]]
 7067name = "itertools"
 7068version = "0.12.1"
 7069source = "registry+https://github.com/rust-lang/crates.io-index"
 7070checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 7071dependencies = [
 7072 "either",
 7073]
 7074
 7075[[package]]
 7076name = "itertools"
 7077version = "0.14.0"
 7078source = "registry+https://github.com/rust-lang/crates.io-index"
 7079checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 7080dependencies = [
 7081 "either",
 7082]
 7083
 7084[[package]]
 7085name = "itoa"
 7086version = "1.0.14"
 7087source = "registry+https://github.com/rust-lang/crates.io-index"
 7088checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
 7089
 7090[[package]]
 7091name = "jiff"
 7092version = "0.2.4"
 7093source = "registry+https://github.com/rust-lang/crates.io-index"
 7094checksum = "d699bc6dfc879fb1bf9bdff0d4c56f0884fc6f0d0eb0fba397a6d00cd9a6b85e"
 7095dependencies = [
 7096 "jiff-static",
 7097 "log",
 7098 "portable-atomic",
 7099 "portable-atomic-util",
 7100 "serde",
 7101]
 7102
 7103[[package]]
 7104name = "jiff-static"
 7105version = "0.2.4"
 7106source = "registry+https://github.com/rust-lang/crates.io-index"
 7107checksum = "8d16e75759ee0aa64c57a56acbf43916987b20c77373cb7e808979e02b93c9f9"
 7108dependencies = [
 7109 "proc-macro2",
 7110 "quote",
 7111 "syn 2.0.100",
 7112]
 7113
 7114[[package]]
 7115name = "jni"
 7116version = "0.21.1"
 7117source = "registry+https://github.com/rust-lang/crates.io-index"
 7118checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 7119dependencies = [
 7120 "cesu8",
 7121 "cfg-if",
 7122 "combine",
 7123 "jni-sys",
 7124 "log",
 7125 "thiserror 1.0.69",
 7126 "walkdir",
 7127 "windows-sys 0.45.0",
 7128]
 7129
 7130[[package]]
 7131name = "jni-sys"
 7132version = "0.3.0"
 7133source = "registry+https://github.com/rust-lang/crates.io-index"
 7134checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 7135
 7136[[package]]
 7137name = "jobserver"
 7138version = "0.1.32"
 7139source = "registry+https://github.com/rust-lang/crates.io-index"
 7140checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
 7141dependencies = [
 7142 "libc",
 7143]
 7144
 7145[[package]]
 7146name = "journal"
 7147version = "0.1.0"
 7148dependencies = [
 7149 "anyhow",
 7150 "chrono",
 7151 "editor",
 7152 "gpui",
 7153 "log",
 7154 "schemars",
 7155 "serde",
 7156 "settings",
 7157 "shellexpand 2.1.2",
 7158 "workspace",
 7159]
 7160
 7161[[package]]
 7162name = "jpeg-decoder"
 7163version = "0.3.1"
 7164source = "registry+https://github.com/rust-lang/crates.io-index"
 7165checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
 7166
 7167[[package]]
 7168name = "js-sys"
 7169version = "0.3.76"
 7170source = "registry+https://github.com/rust-lang/crates.io-index"
 7171checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
 7172dependencies = [
 7173 "once_cell",
 7174 "wasm-bindgen",
 7175]
 7176
 7177[[package]]
 7178name = "jsonwebtoken"
 7179version = "9.3.1"
 7180source = "registry+https://github.com/rust-lang/crates.io-index"
 7181checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
 7182dependencies = [
 7183 "base64 0.22.1",
 7184 "js-sys",
 7185 "pem",
 7186 "ring",
 7187 "serde",
 7188 "serde_json",
 7189 "simple_asn1",
 7190]
 7191
 7192[[package]]
 7193name = "jupyter-protocol"
 7194version = "0.6.0"
 7195source = "registry+https://github.com/rust-lang/crates.io-index"
 7196checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
 7197dependencies = [
 7198 "anyhow",
 7199 "async-trait",
 7200 "bytes 1.10.1",
 7201 "chrono",
 7202 "futures 0.3.31",
 7203 "serde",
 7204 "serde_json",
 7205 "uuid",
 7206]
 7207
 7208[[package]]
 7209name = "jupyter-websocket-client"
 7210version = "0.9.0"
 7211source = "registry+https://github.com/rust-lang/crates.io-index"
 7212checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
 7213dependencies = [
 7214 "anyhow",
 7215 "async-trait",
 7216 "async-tungstenite",
 7217 "futures 0.3.31",
 7218 "jupyter-protocol",
 7219 "serde",
 7220 "serde_json",
 7221 "url",
 7222 "uuid",
 7223]
 7224
 7225[[package]]
 7226name = "khronos-egl"
 7227version = "6.0.0"
 7228source = "registry+https://github.com/rust-lang/crates.io-index"
 7229checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 7230dependencies = [
 7231 "libc",
 7232 "libloading",
 7233]
 7234
 7235[[package]]
 7236name = "kqueue"
 7237version = "1.0.8"
 7238source = "registry+https://github.com/rust-lang/crates.io-index"
 7239checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
 7240dependencies = [
 7241 "kqueue-sys",
 7242 "libc",
 7243]
 7244
 7245[[package]]
 7246name = "kqueue-sys"
 7247version = "1.0.4"
 7248source = "registry+https://github.com/rust-lang/crates.io-index"
 7249checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 7250dependencies = [
 7251 "bitflags 1.3.2",
 7252 "libc",
 7253]
 7254
 7255[[package]]
 7256name = "kurbo"
 7257version = "0.11.1"
 7258source = "registry+https://github.com/rust-lang/crates.io-index"
 7259checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
 7260dependencies = [
 7261 "arrayvec",
 7262 "smallvec",
 7263]
 7264
 7265[[package]]
 7266name = "kv-log-macro"
 7267version = "1.0.7"
 7268source = "registry+https://github.com/rust-lang/crates.io-index"
 7269checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 7270dependencies = [
 7271 "log",
 7272]
 7273
 7274[[package]]
 7275name = "language"
 7276version = "0.1.0"
 7277dependencies = [
 7278 "anyhow",
 7279 "async-trait",
 7280 "async-watch",
 7281 "clock",
 7282 "collections",
 7283 "ctor",
 7284 "ec4rs",
 7285 "env_logger 0.11.7",
 7286 "fs",
 7287 "futures 0.3.31",
 7288 "fuzzy",
 7289 "globset",
 7290 "gpui",
 7291 "http_client",
 7292 "imara-diff",
 7293 "indoc",
 7294 "itertools 0.14.0",
 7295 "log",
 7296 "lsp",
 7297 "parking_lot",
 7298 "postage",
 7299 "pretty_assertions",
 7300 "rand 0.8.5",
 7301 "regex",
 7302 "rpc",
 7303 "schemars",
 7304 "serde",
 7305 "serde_json",
 7306 "settings",
 7307 "smallvec",
 7308 "smol",
 7309 "streaming-iterator",
 7310 "strsim",
 7311 "sum_tree",
 7312 "task",
 7313 "text",
 7314 "theme",
 7315 "tree-sitter",
 7316 "tree-sitter-elixir",
 7317 "tree-sitter-embedded-template",
 7318 "tree-sitter-heex",
 7319 "tree-sitter-html",
 7320 "tree-sitter-json",
 7321 "tree-sitter-md",
 7322 "tree-sitter-ruby",
 7323 "tree-sitter-rust",
 7324 "tree-sitter-typescript",
 7325 "unicase",
 7326 "unindent",
 7327 "util",
 7328]
 7329
 7330[[package]]
 7331name = "language_extension"
 7332version = "0.1.0"
 7333dependencies = [
 7334 "anyhow",
 7335 "async-trait",
 7336 "collections",
 7337 "extension",
 7338 "fs",
 7339 "futures 0.3.31",
 7340 "gpui",
 7341 "language",
 7342 "lsp",
 7343 "serde",
 7344 "serde_json",
 7345 "util",
 7346]
 7347
 7348[[package]]
 7349name = "language_model"
 7350version = "0.1.0"
 7351dependencies = [
 7352 "anthropic",
 7353 "anyhow",
 7354 "base64 0.22.1",
 7355 "client",
 7356 "collections",
 7357 "futures 0.3.31",
 7358 "google_ai",
 7359 "gpui",
 7360 "http_client",
 7361 "icons",
 7362 "image",
 7363 "log",
 7364 "open_ai",
 7365 "parking_lot",
 7366 "proto",
 7367 "schemars",
 7368 "serde",
 7369 "serde_json",
 7370 "smol",
 7371 "strum",
 7372 "telemetry_events",
 7373 "thiserror 2.0.12",
 7374 "util",
 7375]
 7376
 7377[[package]]
 7378name = "language_model_selector"
 7379version = "0.1.0"
 7380dependencies = [
 7381 "feature_flags",
 7382 "gpui",
 7383 "language_model",
 7384 "log",
 7385 "picker",
 7386 "proto",
 7387 "ui",
 7388 "workspace",
 7389 "zed_actions",
 7390]
 7391
 7392[[package]]
 7393name = "language_models"
 7394version = "0.1.0"
 7395dependencies = [
 7396 "anthropic",
 7397 "anyhow",
 7398 "aws-config",
 7399 "aws-credential-types",
 7400 "aws_http_client",
 7401 "bedrock",
 7402 "client",
 7403 "collections",
 7404 "copilot",
 7405 "credentials_provider",
 7406 "deepseek",
 7407 "editor",
 7408 "feature_flags",
 7409 "fs",
 7410 "futures 0.3.31",
 7411 "google_ai",
 7412 "gpui",
 7413 "gpui_tokio",
 7414 "http_client",
 7415 "language_model",
 7416 "lmstudio",
 7417 "log",
 7418 "menu",
 7419 "mistral",
 7420 "ollama",
 7421 "open_ai",
 7422 "project",
 7423 "proto",
 7424 "schemars",
 7425 "serde",
 7426 "serde_json",
 7427 "settings",
 7428 "smol",
 7429 "strum",
 7430 "theme",
 7431 "tiktoken-rs",
 7432 "tokio",
 7433 "ui",
 7434 "util",
 7435]
 7436
 7437[[package]]
 7438name = "language_selector"
 7439version = "0.1.0"
 7440dependencies = [
 7441 "anyhow",
 7442 "editor",
 7443 "file_finder",
 7444 "file_icons",
 7445 "fuzzy",
 7446 "gpui",
 7447 "language",
 7448 "picker",
 7449 "project",
 7450 "settings",
 7451 "ui",
 7452 "util",
 7453 "workspace",
 7454]
 7455
 7456[[package]]
 7457name = "language_tools"
 7458version = "0.1.0"
 7459dependencies = [
 7460 "anyhow",
 7461 "client",
 7462 "collections",
 7463 "copilot",
 7464 "editor",
 7465 "env_logger 0.11.7",
 7466 "futures 0.3.31",
 7467 "gpui",
 7468 "itertools 0.14.0",
 7469 "language",
 7470 "lsp",
 7471 "project",
 7472 "release_channel",
 7473 "serde_json",
 7474 "settings",
 7475 "theme",
 7476 "tree-sitter",
 7477 "ui",
 7478 "util",
 7479 "workspace",
 7480 "zed_actions",
 7481]
 7482
 7483[[package]]
 7484name = "languages"
 7485version = "0.1.0"
 7486dependencies = [
 7487 "anyhow",
 7488 "async-compression",
 7489 "async-tar",
 7490 "async-trait",
 7491 "collections",
 7492 "futures 0.3.31",
 7493 "gpui",
 7494 "http_client",
 7495 "language",
 7496 "log",
 7497 "lsp",
 7498 "node_runtime",
 7499 "paths",
 7500 "pet",
 7501 "pet-conda",
 7502 "pet-core",
 7503 "pet-fs",
 7504 "pet-poetry",
 7505 "pet-reporter",
 7506 "pretty_assertions",
 7507 "project",
 7508 "regex",
 7509 "rope",
 7510 "rust-embed",
 7511 "serde",
 7512 "serde_json",
 7513 "settings",
 7514 "smol",
 7515 "snippet_provider",
 7516 "task",
 7517 "text",
 7518 "theme",
 7519 "toml 0.8.20",
 7520 "tree-sitter",
 7521 "tree-sitter-bash",
 7522 "tree-sitter-c",
 7523 "tree-sitter-cpp",
 7524 "tree-sitter-css",
 7525 "tree-sitter-diff",
 7526 "tree-sitter-gitcommit",
 7527 "tree-sitter-go",
 7528 "tree-sitter-gomod",
 7529 "tree-sitter-gowork",
 7530 "tree-sitter-jsdoc",
 7531 "tree-sitter-json",
 7532 "tree-sitter-md",
 7533 "tree-sitter-python",
 7534 "tree-sitter-regex",
 7535 "tree-sitter-rust",
 7536 "tree-sitter-typescript",
 7537 "tree-sitter-yaml",
 7538 "unindent",
 7539 "util",
 7540 "workspace",
 7541]
 7542
 7543[[package]]
 7544name = "lazy_static"
 7545version = "1.5.0"
 7546source = "registry+https://github.com/rust-lang/crates.io-index"
 7547checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 7548dependencies = [
 7549 "spin",
 7550]
 7551
 7552[[package]]
 7553name = "lazycell"
 7554version = "1.3.0"
 7555source = "registry+https://github.com/rust-lang/crates.io-index"
 7556checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 7557
 7558[[package]]
 7559name = "leak"
 7560version = "0.1.2"
 7561source = "registry+https://github.com/rust-lang/crates.io-index"
 7562checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 7563
 7564[[package]]
 7565name = "leaky-cow"
 7566version = "0.1.1"
 7567source = "registry+https://github.com/rust-lang/crates.io-index"
 7568checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 7569dependencies = [
 7570 "leak",
 7571]
 7572
 7573[[package]]
 7574name = "leb128"
 7575version = "0.2.5"
 7576source = "registry+https://github.com/rust-lang/crates.io-index"
 7577checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 7578
 7579[[package]]
 7580name = "lebe"
 7581version = "0.5.2"
 7582source = "registry+https://github.com/rust-lang/crates.io-index"
 7583checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
 7584
 7585[[package]]
 7586name = "libc"
 7587version = "0.2.171"
 7588source = "registry+https://github.com/rust-lang/crates.io-index"
 7589checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
 7590
 7591[[package]]
 7592name = "libdbus-sys"
 7593version = "0.2.5"
 7594source = "registry+https://github.com/rust-lang/crates.io-index"
 7595checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
 7596dependencies = [
 7597 "cc",
 7598 "pkg-config",
 7599]
 7600
 7601[[package]]
 7602name = "libfuzzer-sys"
 7603version = "0.4.8"
 7604source = "registry+https://github.com/rust-lang/crates.io-index"
 7605checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
 7606dependencies = [
 7607 "arbitrary",
 7608 "cc",
 7609]
 7610
 7611[[package]]
 7612name = "libgit2-sys"
 7613version = "0.18.1+1.9.0"
 7614source = "registry+https://github.com/rust-lang/crates.io-index"
 7615checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
 7616dependencies = [
 7617 "cc",
 7618 "libc",
 7619 "libz-sys",
 7620 "pkg-config",
 7621]
 7622
 7623[[package]]
 7624name = "libloading"
 7625version = "0.8.6"
 7626source = "registry+https://github.com/rust-lang/crates.io-index"
 7627checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
 7628dependencies = [
 7629 "cfg-if",
 7630 "windows-targets 0.52.6",
 7631]
 7632
 7633[[package]]
 7634name = "libm"
 7635version = "0.2.11"
 7636source = "registry+https://github.com/rust-lang/crates.io-index"
 7637checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
 7638
 7639[[package]]
 7640name = "libmimalloc-sys"
 7641version = "0.1.40"
 7642source = "registry+https://github.com/rust-lang/crates.io-index"
 7643checksum = "07d0e07885d6a754b9c7993f2625187ad694ee985d60f23355ff0e7077261502"
 7644dependencies = [
 7645 "cc",
 7646 "libc",
 7647]
 7648
 7649[[package]]
 7650name = "libredox"
 7651version = "0.1.3"
 7652source = "registry+https://github.com/rust-lang/crates.io-index"
 7653checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
 7654dependencies = [
 7655 "bitflags 2.9.0",
 7656 "libc",
 7657 "redox_syscall 0.5.8",
 7658]
 7659
 7660[[package]]
 7661name = "libsqlite3-sys"
 7662version = "0.30.1"
 7663source = "registry+https://github.com/rust-lang/crates.io-index"
 7664checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 7665dependencies = [
 7666 "cc",
 7667 "pkg-config",
 7668 "vcpkg",
 7669]
 7670
 7671[[package]]
 7672name = "libwebrtc"
 7673version = "0.3.10"
 7674source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
 7675dependencies = [
 7676 "cxx",
 7677 "jni",
 7678 "js-sys",
 7679 "lazy_static",
 7680 "livekit-protocol",
 7681 "livekit-runtime",
 7682 "log",
 7683 "parking_lot",
 7684 "serde",
 7685 "serde_json",
 7686 "thiserror 1.0.69",
 7687 "tokio",
 7688 "wasm-bindgen",
 7689 "wasm-bindgen-futures",
 7690 "web-sys",
 7691 "webrtc-sys",
 7692]
 7693
 7694[[package]]
 7695name = "libz-sys"
 7696version = "1.1.20"
 7697source = "registry+https://github.com/rust-lang/crates.io-index"
 7698checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
 7699dependencies = [
 7700 "cc",
 7701 "libc",
 7702 "pkg-config",
 7703 "vcpkg",
 7704]
 7705
 7706[[package]]
 7707name = "link-cplusplus"
 7708version = "1.0.9"
 7709source = "registry+https://github.com/rust-lang/crates.io-index"
 7710checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
 7711dependencies = [
 7712 "cc",
 7713]
 7714
 7715[[package]]
 7716name = "linkify"
 7717version = "0.10.0"
 7718source = "registry+https://github.com/rust-lang/crates.io-index"
 7719checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 7720dependencies = [
 7721 "memchr",
 7722]
 7723
 7724[[package]]
 7725name = "linkme"
 7726version = "0.3.32"
 7727source = "registry+https://github.com/rust-lang/crates.io-index"
 7728checksum = "22d227772b5999ddc0690e733f734f95ca05387e329c4084fe65678c51198ffe"
 7729dependencies = [
 7730 "linkme-impl",
 7731]
 7732
 7733[[package]]
 7734name = "linkme-impl"
 7735version = "0.3.32"
 7736source = "registry+https://github.com/rust-lang/crates.io-index"
 7737checksum = "71a98813fa0073a317ed6a8055dcd4722a49d9b862af828ee68449adb799b6be"
 7738dependencies = [
 7739 "proc-macro2",
 7740 "quote",
 7741 "syn 2.0.100",
 7742]
 7743
 7744[[package]]
 7745name = "linux-raw-sys"
 7746version = "0.4.14"
 7747source = "registry+https://github.com/rust-lang/crates.io-index"
 7748checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
 7749
 7750[[package]]
 7751name = "litemap"
 7752version = "0.7.4"
 7753source = "registry+https://github.com/rust-lang/crates.io-index"
 7754checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
 7755
 7756[[package]]
 7757name = "livekit"
 7758version = "0.7.8"
 7759source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
 7760dependencies = [
 7761 "chrono",
 7762 "futures-util",
 7763 "lazy_static",
 7764 "libloading",
 7765 "libwebrtc",
 7766 "livekit-api",
 7767 "livekit-protocol",
 7768 "livekit-runtime",
 7769 "log",
 7770 "parking_lot",
 7771 "prost 0.12.6",
 7772 "semver",
 7773 "serde",
 7774 "serde_json",
 7775 "thiserror 1.0.69",
 7776 "tokio",
 7777]
 7778
 7779[[package]]
 7780name = "livekit-api"
 7781version = "0.4.2"
 7782source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
 7783dependencies = [
 7784 "base64 0.21.7",
 7785 "futures-util",
 7786 "http 0.2.12",
 7787 "jsonwebtoken",
 7788 "livekit-protocol",
 7789 "livekit-runtime",
 7790 "log",
 7791 "parking_lot",
 7792 "pbjson-types",
 7793 "prost 0.12.6",
 7794 "rand 0.9.0",
 7795 "reqwest 0.11.27",
 7796 "scopeguard",
 7797 "serde",
 7798 "serde_json",
 7799 "sha2",
 7800 "thiserror 1.0.69",
 7801 "tokio",
 7802 "tokio-tungstenite 0.26.2",
 7803 "url",
 7804]
 7805
 7806[[package]]
 7807name = "livekit-protocol"
 7808version = "0.3.9"
 7809source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
 7810dependencies = [
 7811 "futures-util",
 7812 "livekit-runtime",
 7813 "parking_lot",
 7814 "pbjson",
 7815 "pbjson-types",
 7816 "prost 0.12.6",
 7817 "prost-types 0.12.6",
 7818 "serde",
 7819 "thiserror 1.0.69",
 7820 "tokio",
 7821]
 7822
 7823[[package]]
 7824name = "livekit-runtime"
 7825version = "0.4.0"
 7826source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
 7827dependencies = [
 7828 "tokio",
 7829 "tokio-stream",
 7830]
 7831
 7832[[package]]
 7833name = "livekit_api"
 7834version = "0.1.0"
 7835dependencies = [
 7836 "anyhow",
 7837 "async-trait",
 7838 "jsonwebtoken",
 7839 "log",
 7840 "prost 0.9.0",
 7841 "prost-build 0.9.0",
 7842 "prost-types 0.9.0",
 7843 "reqwest 0.12.8",
 7844 "serde",
 7845]
 7846
 7847[[package]]
 7848name = "livekit_client"
 7849version = "0.1.0"
 7850dependencies = [
 7851 "anyhow",
 7852 "async-trait",
 7853 "collections",
 7854 "core-foundation 0.10.0",
 7855 "core-video",
 7856 "coreaudio-rs 0.12.1",
 7857 "cpal",
 7858 "futures 0.3.31",
 7859 "gpui",
 7860 "gpui_tokio",
 7861 "http_client_tls",
 7862 "image",
 7863 "libwebrtc",
 7864 "livekit",
 7865 "livekit_api",
 7866 "log",
 7867 "nanoid",
 7868 "objc",
 7869 "parking_lot",
 7870 "postage",
 7871 "serde",
 7872 "serde_json",
 7873 "sha2",
 7874 "simplelog",
 7875 "smallvec",
 7876 "tokio-tungstenite 0.26.2",
 7877 "util",
 7878]
 7879
 7880[[package]]
 7881name = "lmdb-master-sys"
 7882version = "0.2.4"
 7883source = "registry+https://github.com/rust-lang/crates.io-index"
 7884checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
 7885dependencies = [
 7886 "cc",
 7887 "doxygen-rs",
 7888 "libc",
 7889]
 7890
 7891[[package]]
 7892name = "lmstudio"
 7893version = "0.1.0"
 7894dependencies = [
 7895 "anyhow",
 7896 "futures 0.3.31",
 7897 "http_client",
 7898 "schemars",
 7899 "serde",
 7900 "serde_json",
 7901]
 7902
 7903[[package]]
 7904name = "lock_api"
 7905version = "0.4.12"
 7906source = "registry+https://github.com/rust-lang/crates.io-index"
 7907checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
 7908dependencies = [
 7909 "autocfg",
 7910 "scopeguard",
 7911]
 7912
 7913[[package]]
 7914name = "log"
 7915version = "0.4.27"
 7916source = "registry+https://github.com/rust-lang/crates.io-index"
 7917checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
 7918dependencies = [
 7919 "serde",
 7920 "value-bag",
 7921]
 7922
 7923[[package]]
 7924name = "loop9"
 7925version = "0.1.5"
 7926source = "registry+https://github.com/rust-lang/crates.io-index"
 7927checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
 7928dependencies = [
 7929 "imgref",
 7930]
 7931
 7932[[package]]
 7933name = "lru"
 7934version = "0.12.5"
 7935source = "registry+https://github.com/rust-lang/crates.io-index"
 7936checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
 7937dependencies = [
 7938 "hashbrown 0.15.2",
 7939]
 7940
 7941[[package]]
 7942name = "lsp"
 7943version = "0.1.0"
 7944dependencies = [
 7945 "anyhow",
 7946 "async-pipe",
 7947 "collections",
 7948 "ctor",
 7949 "env_logger 0.11.7",
 7950 "futures 0.3.31",
 7951 "gpui",
 7952 "log",
 7953 "lsp-types",
 7954 "parking_lot",
 7955 "postage",
 7956 "release_channel",
 7957 "schemars",
 7958 "serde",
 7959 "serde_json",
 7960 "smol",
 7961 "util",
 7962]
 7963
 7964[[package]]
 7965name = "lsp-types"
 7966version = "0.95.1"
 7967source = "git+https://github.com/zed-industries/lsp-types?rev=1fff0dd12e2071c5667327394cfec163d2a466ab#1fff0dd12e2071c5667327394cfec163d2a466ab"
 7968dependencies = [
 7969 "bitflags 1.3.2",
 7970 "serde",
 7971 "serde_json",
 7972 "serde_repr",
 7973 "url",
 7974]
 7975
 7976[[package]]
 7977name = "lyon"
 7978version = "1.0.1"
 7979source = "registry+https://github.com/rust-lang/crates.io-index"
 7980checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
 7981dependencies = [
 7982 "lyon_algorithms",
 7983 "lyon_extra",
 7984 "lyon_tessellation",
 7985]
 7986
 7987[[package]]
 7988name = "lyon_algorithms"
 7989version = "1.0.5"
 7990source = "registry+https://github.com/rust-lang/crates.io-index"
 7991checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
 7992dependencies = [
 7993 "lyon_path",
 7994 "num-traits",
 7995]
 7996
 7997[[package]]
 7998name = "lyon_extra"
 7999version = "1.0.3"
 8000source = "registry+https://github.com/rust-lang/crates.io-index"
 8001checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
 8002dependencies = [
 8003 "lyon_path",
 8004 "thiserror 1.0.69",
 8005]
 8006
 8007[[package]]
 8008name = "lyon_geom"
 8009version = "1.0.6"
 8010source = "registry+https://github.com/rust-lang/crates.io-index"
 8011checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
 8012dependencies = [
 8013 "arrayvec",
 8014 "euclid",
 8015 "num-traits",
 8016]
 8017
 8018[[package]]
 8019name = "lyon_path"
 8020version = "1.0.6"
 8021source = "registry+https://github.com/rust-lang/crates.io-index"
 8022checksum = "8e0b8aec2f58586f6eef237985b9a9b7cb3a3aff4417c575075cf95bf925252e"
 8023dependencies = [
 8024 "lyon_geom",
 8025 "num-traits",
 8026]
 8027
 8028[[package]]
 8029name = "lyon_tessellation"
 8030version = "1.0.15"
 8031source = "registry+https://github.com/rust-lang/crates.io-index"
 8032checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
 8033dependencies = [
 8034 "float_next_after",
 8035 "lyon_path",
 8036 "num-traits",
 8037]
 8038
 8039[[package]]
 8040name = "mac"
 8041version = "0.1.1"
 8042source = "registry+https://github.com/rust-lang/crates.io-index"
 8043checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
 8044
 8045[[package]]
 8046name = "mach2"
 8047version = "0.4.2"
 8048source = "registry+https://github.com/rust-lang/crates.io-index"
 8049checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
 8050dependencies = [
 8051 "libc",
 8052]
 8053
 8054[[package]]
 8055name = "malloc_buf"
 8056version = "0.0.6"
 8057source = "registry+https://github.com/rust-lang/crates.io-index"
 8058checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
 8059dependencies = [
 8060 "libc",
 8061]
 8062
 8063[[package]]
 8064name = "maplit"
 8065version = "1.0.2"
 8066source = "registry+https://github.com/rust-lang/crates.io-index"
 8067checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
 8068
 8069[[package]]
 8070name = "markdown"
 8071version = "0.1.0"
 8072dependencies = [
 8073 "anyhow",
 8074 "assets",
 8075 "env_logger 0.11.7",
 8076 "gpui",
 8077 "language",
 8078 "languages",
 8079 "linkify",
 8080 "log",
 8081 "node_runtime",
 8082 "pulldown-cmark 0.12.2",
 8083 "settings",
 8084 "theme",
 8085 "ui",
 8086 "util",
 8087]
 8088
 8089[[package]]
 8090name = "markdown_preview"
 8091version = "0.1.0"
 8092dependencies = [
 8093 "anyhow",
 8094 "async-recursion 1.1.1",
 8095 "collections",
 8096 "editor",
 8097 "gpui",
 8098 "language",
 8099 "linkify",
 8100 "log",
 8101 "pretty_assertions",
 8102 "pulldown-cmark 0.12.2",
 8103 "settings",
 8104 "theme",
 8105 "ui",
 8106 "util",
 8107 "workspace",
 8108]
 8109
 8110[[package]]
 8111name = "markup5ever"
 8112version = "0.12.1"
 8113source = "registry+https://github.com/rust-lang/crates.io-index"
 8114checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
 8115dependencies = [
 8116 "log",
 8117 "phf",
 8118 "phf_codegen",
 8119 "string_cache",
 8120 "string_cache_codegen",
 8121 "tendril",
 8122]
 8123
 8124[[package]]
 8125name = "markup5ever_rcdom"
 8126version = "0.3.0"
 8127source = "registry+https://github.com/rust-lang/crates.io-index"
 8128checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
 8129dependencies = [
 8130 "html5ever",
 8131 "markup5ever",
 8132 "tendril",
 8133 "xml5ever",
 8134]
 8135
 8136[[package]]
 8137name = "matchers"
 8138version = "0.1.0"
 8139source = "registry+https://github.com/rust-lang/crates.io-index"
 8140checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
 8141dependencies = [
 8142 "regex-automata 0.1.10",
 8143]
 8144
 8145[[package]]
 8146name = "matchit"
 8147version = "0.7.3"
 8148source = "registry+https://github.com/rust-lang/crates.io-index"
 8149checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
 8150
 8151[[package]]
 8152name = "maybe-owned"
 8153version = "0.3.4"
 8154source = "registry+https://github.com/rust-lang/crates.io-index"
 8155checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
 8156
 8157[[package]]
 8158name = "maybe-rayon"
 8159version = "0.1.1"
 8160source = "registry+https://github.com/rust-lang/crates.io-index"
 8161checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
 8162dependencies = [
 8163 "cfg-if",
 8164 "rayon",
 8165]
 8166
 8167[[package]]
 8168name = "md-5"
 8169version = "0.10.6"
 8170source = "registry+https://github.com/rust-lang/crates.io-index"
 8171checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
 8172dependencies = [
 8173 "cfg-if",
 8174 "digest",
 8175]
 8176
 8177[[package]]
 8178name = "mdbook"
 8179version = "0.4.47"
 8180source = "registry+https://github.com/rust-lang/crates.io-index"
 8181checksum = "7e1a8fe3a4a01f28dab245c474cb7b95ccb4d3d2f17a5419a3d949f474c45e84"
 8182dependencies = [
 8183 "ammonia",
 8184 "anyhow",
 8185 "chrono",
 8186 "clap",
 8187 "clap_complete",
 8188 "elasticlunr-rs",
 8189 "env_logger 0.11.7",
 8190 "futures-util",
 8191 "handlebars 6.2.0",
 8192 "hex",
 8193 "ignore",
 8194 "log",
 8195 "memchr",
 8196 "notify 8.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8197 "notify-debouncer-mini",
 8198 "once_cell",
 8199 "opener",
 8200 "pathdiff",
 8201 "pulldown-cmark 0.10.3",
 8202 "regex",
 8203 "serde",
 8204 "serde_json",
 8205 "sha2",
 8206 "shlex",
 8207 "tempfile",
 8208 "tokio",
 8209 "toml 0.5.11",
 8210 "topological-sort",
 8211 "walkdir",
 8212 "warp",
 8213]
 8214
 8215[[package]]
 8216name = "media"
 8217version = "0.1.0"
 8218dependencies = [
 8219 "anyhow",
 8220 "bindgen 0.70.1",
 8221 "core-foundation 0.10.0",
 8222 "core-video",
 8223 "ctor",
 8224 "foreign-types 0.5.0",
 8225 "metal",
 8226 "objc",
 8227]
 8228
 8229[[package]]
 8230name = "memchr"
 8231version = "2.7.4"
 8232source = "registry+https://github.com/rust-lang/crates.io-index"
 8233checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
 8234
 8235[[package]]
 8236name = "memfd"
 8237version = "0.6.4"
 8238source = "registry+https://github.com/rust-lang/crates.io-index"
 8239checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
 8240dependencies = [
 8241 "rustix",
 8242]
 8243
 8244[[package]]
 8245name = "memmap2"
 8246version = "0.9.5"
 8247source = "registry+https://github.com/rust-lang/crates.io-index"
 8248checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
 8249dependencies = [
 8250 "libc",
 8251]
 8252
 8253[[package]]
 8254name = "memoffset"
 8255version = "0.9.1"
 8256source = "registry+https://github.com/rust-lang/crates.io-index"
 8257checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
 8258dependencies = [
 8259 "autocfg",
 8260]
 8261
 8262[[package]]
 8263name = "menu"
 8264version = "0.1.0"
 8265dependencies = [
 8266 "gpui",
 8267 "serde",
 8268]
 8269
 8270[[package]]
 8271name = "metal"
 8272version = "0.29.0"
 8273source = "registry+https://github.com/rust-lang/crates.io-index"
 8274checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
 8275dependencies = [
 8276 "bitflags 2.9.0",
 8277 "block",
 8278 "core-graphics-types 0.1.3",
 8279 "foreign-types 0.5.0",
 8280 "log",
 8281 "objc",
 8282 "paste",
 8283]
 8284
 8285[[package]]
 8286name = "migrator"
 8287version = "0.1.0"
 8288dependencies = [
 8289 "anyhow",
 8290 "collections",
 8291 "convert_case 0.8.0",
 8292 "log",
 8293 "pretty_assertions",
 8294 "streaming-iterator",
 8295 "tree-sitter",
 8296 "tree-sitter-json",
 8297]
 8298
 8299[[package]]
 8300name = "mimalloc"
 8301version = "0.1.44"
 8302source = "registry+https://github.com/rust-lang/crates.io-index"
 8303checksum = "99585191385958383e13f6b822e6b6d8d9cf928e7d286ceb092da92b43c87bc1"
 8304dependencies = [
 8305 "libmimalloc-sys",
 8306]
 8307
 8308[[package]]
 8309name = "mime"
 8310version = "0.3.17"
 8311source = "registry+https://github.com/rust-lang/crates.io-index"
 8312checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 8313
 8314[[package]]
 8315name = "mime_guess"
 8316version = "2.0.5"
 8317source = "registry+https://github.com/rust-lang/crates.io-index"
 8318checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
 8319dependencies = [
 8320 "mime",
 8321 "unicase",
 8322]
 8323
 8324[[package]]
 8325name = "minimal-lexical"
 8326version = "0.2.1"
 8327source = "registry+https://github.com/rust-lang/crates.io-index"
 8328checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 8329
 8330[[package]]
 8331name = "miniz_oxide"
 8332version = "0.8.0"
 8333source = "registry+https://github.com/rust-lang/crates.io-index"
 8334checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
 8335dependencies = [
 8336 "adler2",
 8337 "simd-adler32",
 8338]
 8339
 8340[[package]]
 8341name = "mint"
 8342version = "0.5.9"
 8343source = "registry+https://github.com/rust-lang/crates.io-index"
 8344checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
 8345
 8346[[package]]
 8347name = "mio"
 8348version = "1.0.3"
 8349source = "registry+https://github.com/rust-lang/crates.io-index"
 8350checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
 8351dependencies = [
 8352 "libc",
 8353 "log",
 8354 "wasi 0.11.0+wasi-snapshot-preview1",
 8355 "windows-sys 0.52.0",
 8356]
 8357
 8358[[package]]
 8359name = "miow"
 8360version = "0.6.0"
 8361source = "registry+https://github.com/rust-lang/crates.io-index"
 8362checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
 8363dependencies = [
 8364 "windows-sys 0.48.0",
 8365]
 8366
 8367[[package]]
 8368name = "mistral"
 8369version = "0.1.0"
 8370dependencies = [
 8371 "anyhow",
 8372 "futures 0.3.31",
 8373 "http_client",
 8374 "schemars",
 8375 "serde",
 8376 "serde_json",
 8377 "strum",
 8378]
 8379
 8380[[package]]
 8381name = "msvc_spectre_libs"
 8382version = "0.1.2"
 8383source = "registry+https://github.com/rust-lang/crates.io-index"
 8384checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
 8385dependencies = [
 8386 "cc",
 8387]
 8388
 8389[[package]]
 8390name = "multi_buffer"
 8391version = "0.1.0"
 8392dependencies = [
 8393 "anyhow",
 8394 "buffer_diff",
 8395 "clock",
 8396 "collections",
 8397 "ctor",
 8398 "env_logger 0.11.7",
 8399 "futures 0.3.31",
 8400 "gpui",
 8401 "indoc",
 8402 "itertools 0.14.0",
 8403 "language",
 8404 "log",
 8405 "parking_lot",
 8406 "pretty_assertions",
 8407 "project",
 8408 "rand 0.8.5",
 8409 "rope",
 8410 "serde",
 8411 "settings",
 8412 "smallvec",
 8413 "smol",
 8414 "sum_tree",
 8415 "text",
 8416 "theme",
 8417 "tree-sitter",
 8418 "util",
 8419]
 8420
 8421[[package]]
 8422name = "multimap"
 8423version = "0.8.3"
 8424source = "registry+https://github.com/rust-lang/crates.io-index"
 8425checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
 8426
 8427[[package]]
 8428name = "multimap"
 8429version = "0.10.0"
 8430source = "registry+https://github.com/rust-lang/crates.io-index"
 8431checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
 8432
 8433[[package]]
 8434name = "naga"
 8435version = "23.1.0"
 8436source = "registry+https://github.com/rust-lang/crates.io-index"
 8437checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
 8438dependencies = [
 8439 "arrayvec",
 8440 "bit-set 0.8.0",
 8441 "bitflags 2.9.0",
 8442 "cfg_aliases 0.1.1",
 8443 "codespan-reporting",
 8444 "hexf-parse",
 8445 "indexmap",
 8446 "log",
 8447 "rustc-hash 1.1.0",
 8448 "spirv",
 8449 "termcolor",
 8450 "thiserror 1.0.69",
 8451 "unicode-xid",
 8452]
 8453
 8454[[package]]
 8455name = "nanoid"
 8456version = "0.4.0"
 8457source = "registry+https://github.com/rust-lang/crates.io-index"
 8458checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
 8459dependencies = [
 8460 "rand 0.8.5",
 8461]
 8462
 8463[[package]]
 8464name = "nanorand"
 8465version = "0.7.0"
 8466source = "registry+https://github.com/rust-lang/crates.io-index"
 8467checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
 8468dependencies = [
 8469 "getrandom 0.2.15",
 8470]
 8471
 8472[[package]]
 8473name = "native-tls"
 8474version = "0.2.12"
 8475source = "registry+https://github.com/rust-lang/crates.io-index"
 8476checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
 8477dependencies = [
 8478 "libc",
 8479 "log",
 8480 "openssl",
 8481 "openssl-probe",
 8482 "openssl-sys",
 8483 "schannel",
 8484 "security-framework 2.11.1",
 8485 "security-framework-sys",
 8486 "tempfile",
 8487]
 8488
 8489[[package]]
 8490name = "nbformat"
 8491version = "0.10.0"
 8492source = "registry+https://github.com/rust-lang/crates.io-index"
 8493checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
 8494dependencies = [
 8495 "anyhow",
 8496 "chrono",
 8497 "jupyter-protocol",
 8498 "serde",
 8499 "serde_json",
 8500 "thiserror 1.0.69",
 8501 "uuid",
 8502]
 8503
 8504[[package]]
 8505name = "ndk"
 8506version = "0.8.0"
 8507source = "registry+https://github.com/rust-lang/crates.io-index"
 8508checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
 8509dependencies = [
 8510 "bitflags 2.9.0",
 8511 "jni-sys",
 8512 "log",
 8513 "ndk-sys",
 8514 "num_enum",
 8515 "thiserror 1.0.69",
 8516]
 8517
 8518[[package]]
 8519name = "ndk-context"
 8520version = "0.1.1"
 8521source = "registry+https://github.com/rust-lang/crates.io-index"
 8522checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
 8523
 8524[[package]]
 8525name = "ndk-sys"
 8526version = "0.5.0+25.2.9519653"
 8527source = "registry+https://github.com/rust-lang/crates.io-index"
 8528checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
 8529dependencies = [
 8530 "jni-sys",
 8531]
 8532
 8533[[package]]
 8534name = "new_debug_unreachable"
 8535version = "1.0.6"
 8536source = "registry+https://github.com/rust-lang/crates.io-index"
 8537checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
 8538
 8539[[package]]
 8540name = "nix"
 8541version = "0.29.0"
 8542source = "registry+https://github.com/rust-lang/crates.io-index"
 8543checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
 8544dependencies = [
 8545 "bitflags 2.9.0",
 8546 "cfg-if",
 8547 "cfg_aliases 0.2.1",
 8548 "libc",
 8549 "memoffset",
 8550]
 8551
 8552[[package]]
 8553name = "node_runtime"
 8554version = "0.1.0"
 8555dependencies = [
 8556 "anyhow",
 8557 "async-compression",
 8558 "async-std",
 8559 "async-tar",
 8560 "async-trait",
 8561 "async-watch",
 8562 "async_zip",
 8563 "futures 0.3.31",
 8564 "http_client",
 8565 "log",
 8566 "paths",
 8567 "semver",
 8568 "serde",
 8569 "serde_json",
 8570 "smol",
 8571 "tempfile",
 8572 "util",
 8573 "walkdir",
 8574 "which 6.0.3",
 8575]
 8576
 8577[[package]]
 8578name = "nom"
 8579version = "7.1.3"
 8580source = "registry+https://github.com/rust-lang/crates.io-index"
 8581checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
 8582dependencies = [
 8583 "memchr",
 8584 "minimal-lexical",
 8585]
 8586
 8587[[package]]
 8588name = "noop_proc_macro"
 8589version = "0.3.0"
 8590source = "registry+https://github.com/rust-lang/crates.io-index"
 8591checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
 8592
 8593[[package]]
 8594name = "normpath"
 8595version = "1.3.0"
 8596source = "registry+https://github.com/rust-lang/crates.io-index"
 8597checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
 8598dependencies = [
 8599 "windows-sys 0.59.0",
 8600]
 8601
 8602[[package]]
 8603name = "notifications"
 8604version = "0.1.0"
 8605dependencies = [
 8606 "anyhow",
 8607 "channel",
 8608 "client",
 8609 "collections",
 8610 "component",
 8611 "db",
 8612 "gpui",
 8613 "linkme",
 8614 "rpc",
 8615 "settings",
 8616 "sum_tree",
 8617 "time",
 8618 "ui",
 8619 "util",
 8620 "workspace",
 8621]
 8622
 8623[[package]]
 8624name = "notify"
 8625version = "8.0.0"
 8626source = "registry+https://github.com/rust-lang/crates.io-index"
 8627checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943"
 8628dependencies = [
 8629 "bitflags 2.9.0",
 8630 "filetime",
 8631 "fsevent-sys 4.1.0",
 8632 "inotify",
 8633 "kqueue",
 8634 "libc",
 8635 "log",
 8636 "mio",
 8637 "notify-types 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8638 "walkdir",
 8639 "windows-sys 0.59.0",
 8640]
 8641
 8642[[package]]
 8643name = "notify"
 8644version = "8.0.0"
 8645source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
 8646dependencies = [
 8647 "bitflags 2.9.0",
 8648 "filetime",
 8649 "fsevent-sys 4.1.0",
 8650 "inotify",
 8651 "kqueue",
 8652 "libc",
 8653 "log",
 8654 "mio",
 8655 "notify-types 2.0.0 (git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96)",
 8656 "walkdir",
 8657 "windows-sys 0.59.0",
 8658]
 8659
 8660[[package]]
 8661name = "notify-debouncer-mini"
 8662version = "0.6.0"
 8663source = "registry+https://github.com/rust-lang/crates.io-index"
 8664checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
 8665dependencies = [
 8666 "log",
 8667 "notify 8.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8668 "notify-types 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8669 "tempfile",
 8670]
 8671
 8672[[package]]
 8673name = "notify-types"
 8674version = "2.0.0"
 8675source = "registry+https://github.com/rust-lang/crates.io-index"
 8676checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
 8677
 8678[[package]]
 8679name = "notify-types"
 8680version = "2.0.0"
 8681source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
 8682
 8683[[package]]
 8684name = "ntapi"
 8685version = "0.4.1"
 8686source = "registry+https://github.com/rust-lang/crates.io-index"
 8687checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
 8688dependencies = [
 8689 "winapi",
 8690]
 8691
 8692[[package]]
 8693name = "nu-ansi-term"
 8694version = "0.46.0"
 8695source = "registry+https://github.com/rust-lang/crates.io-index"
 8696checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
 8697dependencies = [
 8698 "overload",
 8699 "winapi",
 8700]
 8701
 8702[[package]]
 8703name = "num"
 8704version = "0.4.3"
 8705source = "registry+https://github.com/rust-lang/crates.io-index"
 8706checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
 8707dependencies = [
 8708 "num-bigint",
 8709 "num-complex",
 8710 "num-integer",
 8711 "num-iter",
 8712 "num-rational",
 8713 "num-traits",
 8714]
 8715
 8716[[package]]
 8717name = "num-bigint"
 8718version = "0.4.6"
 8719source = "registry+https://github.com/rust-lang/crates.io-index"
 8720checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
 8721dependencies = [
 8722 "num-integer",
 8723 "num-traits",
 8724]
 8725
 8726[[package]]
 8727name = "num-bigint-dig"
 8728version = "0.8.4"
 8729source = "registry+https://github.com/rust-lang/crates.io-index"
 8730checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
 8731dependencies = [
 8732 "byteorder",
 8733 "lazy_static",
 8734 "libm",
 8735 "num-integer",
 8736 "num-iter",
 8737 "num-traits",
 8738 "rand 0.8.5",
 8739 "serde",
 8740 "smallvec",
 8741 "zeroize",
 8742]
 8743
 8744[[package]]
 8745name = "num-complex"
 8746version = "0.4.6"
 8747source = "registry+https://github.com/rust-lang/crates.io-index"
 8748checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
 8749dependencies = [
 8750 "num-traits",
 8751]
 8752
 8753[[package]]
 8754name = "num-conv"
 8755version = "0.1.0"
 8756source = "registry+https://github.com/rust-lang/crates.io-index"
 8757checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
 8758
 8759[[package]]
 8760name = "num-derive"
 8761version = "0.4.2"
 8762source = "registry+https://github.com/rust-lang/crates.io-index"
 8763checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
 8764dependencies = [
 8765 "proc-macro2",
 8766 "quote",
 8767 "syn 2.0.100",
 8768]
 8769
 8770[[package]]
 8771name = "num-format"
 8772version = "0.4.4"
 8773source = "registry+https://github.com/rust-lang/crates.io-index"
 8774checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
 8775dependencies = [
 8776 "arrayvec",
 8777 "itoa",
 8778]
 8779
 8780[[package]]
 8781name = "num-integer"
 8782version = "0.1.46"
 8783source = "registry+https://github.com/rust-lang/crates.io-index"
 8784checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
 8785dependencies = [
 8786 "num-traits",
 8787]
 8788
 8789[[package]]
 8790name = "num-iter"
 8791version = "0.1.45"
 8792source = "registry+https://github.com/rust-lang/crates.io-index"
 8793checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
 8794dependencies = [
 8795 "autocfg",
 8796 "num-integer",
 8797 "num-traits",
 8798]
 8799
 8800[[package]]
 8801name = "num-modular"
 8802version = "0.6.1"
 8803source = "registry+https://github.com/rust-lang/crates.io-index"
 8804checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
 8805
 8806[[package]]
 8807name = "num-order"
 8808version = "1.2.0"
 8809source = "registry+https://github.com/rust-lang/crates.io-index"
 8810checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
 8811dependencies = [
 8812 "num-modular",
 8813]
 8814
 8815[[package]]
 8816name = "num-rational"
 8817version = "0.4.2"
 8818source = "registry+https://github.com/rust-lang/crates.io-index"
 8819checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
 8820dependencies = [
 8821 "num-bigint",
 8822 "num-integer",
 8823 "num-traits",
 8824]
 8825
 8826[[package]]
 8827name = "num-traits"
 8828version = "0.2.19"
 8829source = "registry+https://github.com/rust-lang/crates.io-index"
 8830checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
 8831dependencies = [
 8832 "autocfg",
 8833 "libm",
 8834]
 8835
 8836[[package]]
 8837name = "num_cpus"
 8838version = "1.16.0"
 8839source = "registry+https://github.com/rust-lang/crates.io-index"
 8840checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
 8841dependencies = [
 8842 "hermit-abi 0.3.9",
 8843 "libc",
 8844]
 8845
 8846[[package]]
 8847name = "num_enum"
 8848version = "0.7.3"
 8849source = "registry+https://github.com/rust-lang/crates.io-index"
 8850checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
 8851dependencies = [
 8852 "num_enum_derive",
 8853]
 8854
 8855[[package]]
 8856name = "num_enum_derive"
 8857version = "0.7.3"
 8858source = "registry+https://github.com/rust-lang/crates.io-index"
 8859checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
 8860dependencies = [
 8861 "proc-macro-crate",
 8862 "proc-macro2",
 8863 "quote",
 8864 "syn 2.0.100",
 8865]
 8866
 8867[[package]]
 8868name = "num_threads"
 8869version = "0.1.7"
 8870source = "registry+https://github.com/rust-lang/crates.io-index"
 8871checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
 8872dependencies = [
 8873 "libc",
 8874]
 8875
 8876[[package]]
 8877name = "nvim-rs"
 8878version = "0.8.0-pre"
 8879source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
 8880dependencies = [
 8881 "async-trait",
 8882 "futures 0.3.31",
 8883 "log",
 8884 "parity-tokio-ipc",
 8885 "rmp",
 8886 "rmpv",
 8887 "tokio",
 8888 "tokio-util",
 8889 "winapi",
 8890]
 8891
 8892[[package]]
 8893name = "objc"
 8894version = "0.2.7"
 8895source = "registry+https://github.com/rust-lang/crates.io-index"
 8896checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
 8897dependencies = [
 8898 "malloc_buf",
 8899]
 8900
 8901[[package]]
 8902name = "objc-sys"
 8903version = "0.3.5"
 8904source = "registry+https://github.com/rust-lang/crates.io-index"
 8905checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
 8906
 8907[[package]]
 8908name = "objc2"
 8909version = "0.5.2"
 8910source = "registry+https://github.com/rust-lang/crates.io-index"
 8911checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
 8912dependencies = [
 8913 "objc-sys",
 8914 "objc2-encode",
 8915]
 8916
 8917[[package]]
 8918name = "objc2-app-kit"
 8919version = "0.2.2"
 8920source = "registry+https://github.com/rust-lang/crates.io-index"
 8921checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
 8922dependencies = [
 8923 "bitflags 2.9.0",
 8924 "block2",
 8925 "libc",
 8926 "objc2",
 8927 "objc2-core-data",
 8928 "objc2-core-image",
 8929 "objc2-foundation",
 8930 "objc2-quartz-core",
 8931]
 8932
 8933[[package]]
 8934name = "objc2-cloud-kit"
 8935version = "0.2.2"
 8936source = "registry+https://github.com/rust-lang/crates.io-index"
 8937checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
 8938dependencies = [
 8939 "bitflags 2.9.0",
 8940 "block2",
 8941 "objc2",
 8942 "objc2-core-location",
 8943 "objc2-foundation",
 8944]
 8945
 8946[[package]]
 8947name = "objc2-contacts"
 8948version = "0.2.2"
 8949source = "registry+https://github.com/rust-lang/crates.io-index"
 8950checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
 8951dependencies = [
 8952 "block2",
 8953 "objc2",
 8954 "objc2-foundation",
 8955]
 8956
 8957[[package]]
 8958name = "objc2-core-data"
 8959version = "0.2.2"
 8960source = "registry+https://github.com/rust-lang/crates.io-index"
 8961checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
 8962dependencies = [
 8963 "bitflags 2.9.0",
 8964 "block2",
 8965 "objc2",
 8966 "objc2-foundation",
 8967]
 8968
 8969[[package]]
 8970name = "objc2-core-image"
 8971version = "0.2.2"
 8972source = "registry+https://github.com/rust-lang/crates.io-index"
 8973checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
 8974dependencies = [
 8975 "block2",
 8976 "objc2",
 8977 "objc2-foundation",
 8978 "objc2-metal",
 8979]
 8980
 8981[[package]]
 8982name = "objc2-core-location"
 8983version = "0.2.2"
 8984source = "registry+https://github.com/rust-lang/crates.io-index"
 8985checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
 8986dependencies = [
 8987 "block2",
 8988 "objc2",
 8989 "objc2-contacts",
 8990 "objc2-foundation",
 8991]
 8992
 8993[[package]]
 8994name = "objc2-encode"
 8995version = "4.0.3"
 8996source = "registry+https://github.com/rust-lang/crates.io-index"
 8997checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
 8998
 8999[[package]]
 9000name = "objc2-foundation"
 9001version = "0.2.2"
 9002source = "registry+https://github.com/rust-lang/crates.io-index"
 9003checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
 9004dependencies = [
 9005 "bitflags 2.9.0",
 9006 "block2",
 9007 "libc",
 9008 "objc2",
 9009]
 9010
 9011[[package]]
 9012name = "objc2-link-presentation"
 9013version = "0.2.2"
 9014source = "registry+https://github.com/rust-lang/crates.io-index"
 9015checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
 9016dependencies = [
 9017 "block2",
 9018 "objc2",
 9019 "objc2-app-kit",
 9020 "objc2-foundation",
 9021]
 9022
 9023[[package]]
 9024name = "objc2-metal"
 9025version = "0.2.2"
 9026source = "registry+https://github.com/rust-lang/crates.io-index"
 9027checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
 9028dependencies = [
 9029 "bitflags 2.9.0",
 9030 "block2",
 9031 "objc2",
 9032 "objc2-foundation",
 9033]
 9034
 9035[[package]]
 9036name = "objc2-quartz-core"
 9037version = "0.2.2"
 9038source = "registry+https://github.com/rust-lang/crates.io-index"
 9039checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
 9040dependencies = [
 9041 "bitflags 2.9.0",
 9042 "block2",
 9043 "objc2",
 9044 "objc2-foundation",
 9045 "objc2-metal",
 9046]
 9047
 9048[[package]]
 9049name = "objc2-symbols"
 9050version = "0.2.2"
 9051source = "registry+https://github.com/rust-lang/crates.io-index"
 9052checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
 9053dependencies = [
 9054 "objc2",
 9055 "objc2-foundation",
 9056]
 9057
 9058[[package]]
 9059name = "objc2-ui-kit"
 9060version = "0.2.2"
 9061source = "registry+https://github.com/rust-lang/crates.io-index"
 9062checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
 9063dependencies = [
 9064 "bitflags 2.9.0",
 9065 "block2",
 9066 "objc2",
 9067 "objc2-cloud-kit",
 9068 "objc2-core-data",
 9069 "objc2-core-image",
 9070 "objc2-core-location",
 9071 "objc2-foundation",
 9072 "objc2-link-presentation",
 9073 "objc2-quartz-core",
 9074 "objc2-symbols",
 9075 "objc2-uniform-type-identifiers",
 9076 "objc2-user-notifications",
 9077]
 9078
 9079[[package]]
 9080name = "objc2-uniform-type-identifiers"
 9081version = "0.2.2"
 9082source = "registry+https://github.com/rust-lang/crates.io-index"
 9083checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
 9084dependencies = [
 9085 "block2",
 9086 "objc2",
 9087 "objc2-foundation",
 9088]
 9089
 9090[[package]]
 9091name = "objc2-user-notifications"
 9092version = "0.2.2"
 9093source = "registry+https://github.com/rust-lang/crates.io-index"
 9094checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
 9095dependencies = [
 9096 "bitflags 2.9.0",
 9097 "block2",
 9098 "objc2",
 9099 "objc2-core-location",
 9100 "objc2-foundation",
 9101]
 9102
 9103[[package]]
 9104name = "object"
 9105version = "0.36.5"
 9106source = "registry+https://github.com/rust-lang/crates.io-index"
 9107checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
 9108dependencies = [
 9109 "crc32fast",
 9110 "hashbrown 0.15.2",
 9111 "indexmap",
 9112 "memchr",
 9113]
 9114
 9115[[package]]
 9116name = "oboe"
 9117version = "0.6.1"
 9118source = "registry+https://github.com/rust-lang/crates.io-index"
 9119checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
 9120dependencies = [
 9121 "jni",
 9122 "ndk",
 9123 "ndk-context",
 9124 "num-derive",
 9125 "num-traits",
 9126 "oboe-sys",
 9127]
 9128
 9129[[package]]
 9130name = "oboe-sys"
 9131version = "0.6.1"
 9132source = "registry+https://github.com/rust-lang/crates.io-index"
 9133checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
 9134dependencies = [
 9135 "cc",
 9136]
 9137
 9138[[package]]
 9139name = "ollama"
 9140version = "0.1.0"
 9141dependencies = [
 9142 "anyhow",
 9143 "futures 0.3.31",
 9144 "http_client",
 9145 "schemars",
 9146 "serde",
 9147 "serde_json",
 9148]
 9149
 9150[[package]]
 9151name = "once_cell"
 9152version = "1.20.3"
 9153source = "registry+https://github.com/rust-lang/crates.io-index"
 9154checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
 9155
 9156[[package]]
 9157name = "oo7"
 9158version = "0.4.3"
 9159source = "registry+https://github.com/rust-lang/crates.io-index"
 9160checksum = "6cb23d3ec3527d65a83be1c1795cb883c52cfa57147d42acc797127df56fc489"
 9161dependencies = [
 9162 "aes",
 9163 "ashpd",
 9164 "async-fs",
 9165 "async-io",
 9166 "async-lock",
 9167 "blocking",
 9168 "cbc",
 9169 "cipher",
 9170 "digest",
 9171 "endi",
 9172 "futures-lite 2.6.0",
 9173 "futures-util",
 9174 "getrandom 0.3.1",
 9175 "hkdf",
 9176 "hmac",
 9177 "md-5",
 9178 "num",
 9179 "num-bigint-dig",
 9180 "pbkdf2 0.12.2",
 9181 "rand 0.9.0",
 9182 "serde",
 9183 "sha2",
 9184 "subtle",
 9185 "zbus",
 9186 "zbus_macros",
 9187 "zeroize",
 9188 "zvariant",
 9189]
 9190
 9191[[package]]
 9192name = "oorandom"
 9193version = "11.1.4"
 9194source = "registry+https://github.com/rust-lang/crates.io-index"
 9195checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
 9196
 9197[[package]]
 9198name = "open"
 9199version = "5.3.2"
 9200source = "registry+https://github.com/rust-lang/crates.io-index"
 9201checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
 9202dependencies = [
 9203 "is-wsl",
 9204 "libc",
 9205 "pathdiff",
 9206]
 9207
 9208[[package]]
 9209name = "open_ai"
 9210version = "0.1.0"
 9211dependencies = [
 9212 "anyhow",
 9213 "futures 0.3.31",
 9214 "http_client",
 9215 "schemars",
 9216 "serde",
 9217 "serde_json",
 9218 "strum",
 9219]
 9220
 9221[[package]]
 9222name = "opener"
 9223version = "0.7.2"
 9224source = "registry+https://github.com/rust-lang/crates.io-index"
 9225checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
 9226dependencies = [
 9227 "bstr",
 9228 "dbus",
 9229 "normpath",
 9230 "windows-sys 0.59.0",
 9231]
 9232
 9233[[package]]
 9234name = "openssl"
 9235version = "0.10.70"
 9236source = "registry+https://github.com/rust-lang/crates.io-index"
 9237checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6"
 9238dependencies = [
 9239 "bitflags 2.9.0",
 9240 "cfg-if",
 9241 "foreign-types 0.3.2",
 9242 "libc",
 9243 "once_cell",
 9244 "openssl-macros",
 9245 "openssl-sys",
 9246]
 9247
 9248[[package]]
 9249name = "openssl-macros"
 9250version = "0.1.1"
 9251source = "registry+https://github.com/rust-lang/crates.io-index"
 9252checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
 9253dependencies = [
 9254 "proc-macro2",
 9255 "quote",
 9256 "syn 2.0.100",
 9257]
 9258
 9259[[package]]
 9260name = "openssl-probe"
 9261version = "0.1.5"
 9262source = "registry+https://github.com/rust-lang/crates.io-index"
 9263checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
 9264
 9265[[package]]
 9266name = "openssl-src"
 9267version = "300.4.1+3.4.0"
 9268source = "registry+https://github.com/rust-lang/crates.io-index"
 9269checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
 9270dependencies = [
 9271 "cc",
 9272]
 9273
 9274[[package]]
 9275name = "openssl-sys"
 9276version = "0.9.105"
 9277source = "registry+https://github.com/rust-lang/crates.io-index"
 9278checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc"
 9279dependencies = [
 9280 "cc",
 9281 "libc",
 9282 "openssl-src",
 9283 "pkg-config",
 9284 "vcpkg",
 9285]
 9286
 9287[[package]]
 9288name = "option-ext"
 9289version = "0.2.0"
 9290source = "registry+https://github.com/rust-lang/crates.io-index"
 9291checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
 9292
 9293[[package]]
 9294name = "ordered-float"
 9295version = "2.10.1"
 9296source = "registry+https://github.com/rust-lang/crates.io-index"
 9297checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
 9298dependencies = [
 9299 "num-traits",
 9300]
 9301
 9302[[package]]
 9303name = "ordered-float"
 9304version = "3.9.2"
 9305source = "registry+https://github.com/rust-lang/crates.io-index"
 9306checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
 9307dependencies = [
 9308 "num-traits",
 9309]
 9310
 9311[[package]]
 9312name = "ordered-stream"
 9313version = "0.2.0"
 9314source = "registry+https://github.com/rust-lang/crates.io-index"
 9315checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
 9316dependencies = [
 9317 "futures-core",
 9318 "pin-project-lite",
 9319]
 9320
 9321[[package]]
 9322name = "ouroboros"
 9323version = "0.18.4"
 9324source = "registry+https://github.com/rust-lang/crates.io-index"
 9325checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
 9326dependencies = [
 9327 "aliasable",
 9328 "ouroboros_macro",
 9329 "static_assertions",
 9330]
 9331
 9332[[package]]
 9333name = "ouroboros_macro"
 9334version = "0.18.4"
 9335source = "registry+https://github.com/rust-lang/crates.io-index"
 9336checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
 9337dependencies = [
 9338 "heck 0.4.1",
 9339 "itertools 0.12.1",
 9340 "proc-macro2",
 9341 "proc-macro2-diagnostics",
 9342 "quote",
 9343 "syn 2.0.100",
 9344]
 9345
 9346[[package]]
 9347name = "outline"
 9348version = "0.1.0"
 9349dependencies = [
 9350 "editor",
 9351 "fuzzy",
 9352 "gpui",
 9353 "indoc",
 9354 "language",
 9355 "menu",
 9356 "ordered-float 2.10.1",
 9357 "picker",
 9358 "project",
 9359 "rope",
 9360 "serde_json",
 9361 "settings",
 9362 "smol",
 9363 "theme",
 9364 "tree-sitter-rust",
 9365 "tree-sitter-typescript",
 9366 "ui",
 9367 "util",
 9368 "workspace",
 9369 "zed_actions",
 9370]
 9371
 9372[[package]]
 9373name = "outline_panel"
 9374version = "0.1.0"
 9375dependencies = [
 9376 "anyhow",
 9377 "collections",
 9378 "db",
 9379 "editor",
 9380 "file_icons",
 9381 "fuzzy",
 9382 "gpui",
 9383 "itertools 0.14.0",
 9384 "language",
 9385 "log",
 9386 "menu",
 9387 "outline",
 9388 "pretty_assertions",
 9389 "project",
 9390 "schemars",
 9391 "search",
 9392 "serde",
 9393 "serde_json",
 9394 "settings",
 9395 "smallvec",
 9396 "smol",
 9397 "theme",
 9398 "ui",
 9399 "util",
 9400 "workspace",
 9401 "worktree",
 9402 "zed_actions",
 9403]
 9404
 9405[[package]]
 9406name = "outref"
 9407version = "0.5.1"
 9408source = "registry+https://github.com/rust-lang/crates.io-index"
 9409checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
 9410
 9411[[package]]
 9412name = "overload"
 9413version = "0.1.1"
 9414source = "registry+https://github.com/rust-lang/crates.io-index"
 9415checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
 9416
 9417[[package]]
 9418name = "p256"
 9419version = "0.11.1"
 9420source = "registry+https://github.com/rust-lang/crates.io-index"
 9421checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
 9422dependencies = [
 9423 "ecdsa",
 9424 "elliptic-curve",
 9425 "sha2",
 9426]
 9427
 9428[[package]]
 9429name = "page_size"
 9430version = "0.6.0"
 9431source = "registry+https://github.com/rust-lang/crates.io-index"
 9432checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
 9433dependencies = [
 9434 "libc",
 9435 "winapi",
 9436]
 9437
 9438[[package]]
 9439name = "palette"
 9440version = "0.7.6"
 9441source = "registry+https://github.com/rust-lang/crates.io-index"
 9442checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
 9443dependencies = [
 9444 "approx",
 9445 "fast-srgb8",
 9446 "palette_derive",
 9447]
 9448
 9449[[package]]
 9450name = "palette_derive"
 9451version = "0.7.6"
 9452source = "registry+https://github.com/rust-lang/crates.io-index"
 9453checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
 9454dependencies = [
 9455 "by_address",
 9456 "proc-macro2",
 9457 "quote",
 9458 "syn 2.0.100",
 9459]
 9460
 9461[[package]]
 9462name = "panel"
 9463version = "0.1.0"
 9464dependencies = [
 9465 "editor",
 9466 "gpui",
 9467 "settings",
 9468 "theme",
 9469 "ui",
 9470 "workspace",
 9471]
 9472
 9473[[package]]
 9474name = "parity-tokio-ipc"
 9475version = "0.9.0"
 9476source = "registry+https://github.com/rust-lang/crates.io-index"
 9477checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
 9478dependencies = [
 9479 "futures 0.3.31",
 9480 "libc",
 9481 "log",
 9482 "rand 0.7.3",
 9483 "tokio",
 9484 "winapi",
 9485]
 9486
 9487[[package]]
 9488name = "parking"
 9489version = "2.2.1"
 9490source = "registry+https://github.com/rust-lang/crates.io-index"
 9491checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
 9492
 9493[[package]]
 9494name = "parking_lot"
 9495version = "0.12.3"
 9496source = "registry+https://github.com/rust-lang/crates.io-index"
 9497checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
 9498dependencies = [
 9499 "lock_api",
 9500 "parking_lot_core",
 9501]
 9502
 9503[[package]]
 9504name = "parking_lot_core"
 9505version = "0.9.10"
 9506source = "registry+https://github.com/rust-lang/crates.io-index"
 9507checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
 9508dependencies = [
 9509 "cfg-if",
 9510 "libc",
 9511 "redox_syscall 0.5.8",
 9512 "smallvec",
 9513 "windows-targets 0.52.6",
 9514]
 9515
 9516[[package]]
 9517name = "password-hash"
 9518version = "0.4.2"
 9519source = "registry+https://github.com/rust-lang/crates.io-index"
 9520checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
 9521dependencies = [
 9522 "base64ct",
 9523 "rand_core 0.6.4",
 9524 "subtle",
 9525]
 9526
 9527[[package]]
 9528name = "password-hash"
 9529version = "0.5.0"
 9530source = "registry+https://github.com/rust-lang/crates.io-index"
 9531checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
 9532dependencies = [
 9533 "base64ct",
 9534 "rand_core 0.6.4",
 9535 "subtle",
 9536]
 9537
 9538[[package]]
 9539name = "paste"
 9540version = "1.0.15"
 9541source = "registry+https://github.com/rust-lang/crates.io-index"
 9542checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
 9543
 9544[[package]]
 9545name = "pathdiff"
 9546version = "0.2.3"
 9547source = "registry+https://github.com/rust-lang/crates.io-index"
 9548checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
 9549
 9550[[package]]
 9551name = "pathfinder_geometry"
 9552version = "0.5.1"
 9553source = "registry+https://github.com/rust-lang/crates.io-index"
 9554checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
 9555dependencies = [
 9556 "log",
 9557 "pathfinder_simd",
 9558]
 9559
 9560[[package]]
 9561name = "pathfinder_simd"
 9562version = "0.5.4"
 9563source = "registry+https://github.com/rust-lang/crates.io-index"
 9564checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
 9565dependencies = [
 9566 "rustc_version",
 9567]
 9568
 9569[[package]]
 9570name = "paths"
 9571version = "0.1.0"
 9572dependencies = [
 9573 "dirs 4.0.0",
 9574 "util",
 9575]
 9576
 9577[[package]]
 9578name = "pbjson"
 9579version = "0.6.0"
 9580source = "registry+https://github.com/rust-lang/crates.io-index"
 9581checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
 9582dependencies = [
 9583 "base64 0.21.7",
 9584 "serde",
 9585]
 9586
 9587[[package]]
 9588name = "pbjson-build"
 9589version = "0.6.2"
 9590source = "registry+https://github.com/rust-lang/crates.io-index"
 9591checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
 9592dependencies = [
 9593 "heck 0.4.1",
 9594 "itertools 0.11.0",
 9595 "prost 0.12.6",
 9596 "prost-types 0.12.6",
 9597]
 9598
 9599[[package]]
 9600name = "pbjson-types"
 9601version = "0.6.0"
 9602source = "registry+https://github.com/rust-lang/crates.io-index"
 9603checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
 9604dependencies = [
 9605 "bytes 1.10.1",
 9606 "chrono",
 9607 "pbjson",
 9608 "pbjson-build",
 9609 "prost 0.12.6",
 9610 "prost-build 0.12.6",
 9611 "serde",
 9612]
 9613
 9614[[package]]
 9615name = "pbkdf2"
 9616version = "0.11.0"
 9617source = "registry+https://github.com/rust-lang/crates.io-index"
 9618checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
 9619dependencies = [
 9620 "digest",
 9621 "hmac",
 9622 "password-hash 0.4.2",
 9623 "sha2",
 9624]
 9625
 9626[[package]]
 9627name = "pbkdf2"
 9628version = "0.12.2"
 9629source = "registry+https://github.com/rust-lang/crates.io-index"
 9630checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
 9631dependencies = [
 9632 "digest",
 9633 "hmac",
 9634]
 9635
 9636[[package]]
 9637name = "pem"
 9638version = "3.0.4"
 9639source = "registry+https://github.com/rust-lang/crates.io-index"
 9640checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
 9641dependencies = [
 9642 "base64 0.22.1",
 9643 "serde",
 9644]
 9645
 9646[[package]]
 9647name = "pem-rfc7468"
 9648version = "0.7.0"
 9649source = "registry+https://github.com/rust-lang/crates.io-index"
 9650checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
 9651dependencies = [
 9652 "base64ct",
 9653]
 9654
 9655[[package]]
 9656name = "percent-encoding"
 9657version = "2.3.1"
 9658source = "registry+https://github.com/rust-lang/crates.io-index"
 9659checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
 9660
 9661[[package]]
 9662name = "perplexity"
 9663version = "0.1.0"
 9664dependencies = [
 9665 "serde",
 9666 "zed_extension_api 0.4.0",
 9667]
 9668
 9669[[package]]
 9670name = "pest"
 9671version = "2.7.15"
 9672source = "registry+https://github.com/rust-lang/crates.io-index"
 9673checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
 9674dependencies = [
 9675 "memchr",
 9676 "thiserror 2.0.12",
 9677 "ucd-trie",
 9678]
 9679
 9680[[package]]
 9681name = "pest_derive"
 9682version = "2.7.15"
 9683source = "registry+https://github.com/rust-lang/crates.io-index"
 9684checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
 9685dependencies = [
 9686 "pest",
 9687 "pest_generator",
 9688]
 9689
 9690[[package]]
 9691name = "pest_generator"
 9692version = "2.7.15"
 9693source = "registry+https://github.com/rust-lang/crates.io-index"
 9694checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
 9695dependencies = [
 9696 "pest",
 9697 "pest_meta",
 9698 "proc-macro2",
 9699 "quote",
 9700 "syn 2.0.100",
 9701]
 9702
 9703[[package]]
 9704name = "pest_meta"
 9705version = "2.7.15"
 9706source = "registry+https://github.com/rust-lang/crates.io-index"
 9707checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
 9708dependencies = [
 9709 "once_cell",
 9710 "pest",
 9711 "sha2",
 9712]
 9713
 9714[[package]]
 9715name = "pet"
 9716version = "0.1.0"
 9717source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9718dependencies = [
 9719 "clap",
 9720 "env_logger 0.10.2",
 9721 "lazy_static",
 9722 "log",
 9723 "msvc_spectre_libs",
 9724 "pet-conda",
 9725 "pet-core",
 9726 "pet-env-var-path",
 9727 "pet-fs",
 9728 "pet-global-virtualenvs",
 9729 "pet-homebrew",
 9730 "pet-jsonrpc",
 9731 "pet-linux-global-python",
 9732 "pet-mac-commandlinetools",
 9733 "pet-mac-python-org",
 9734 "pet-mac-xcode",
 9735 "pet-pipenv",
 9736 "pet-pixi",
 9737 "pet-poetry",
 9738 "pet-pyenv",
 9739 "pet-python-utils",
 9740 "pet-reporter",
 9741 "pet-telemetry",
 9742 "pet-venv",
 9743 "pet-virtualenv",
 9744 "pet-virtualenvwrapper",
 9745 "pet-windows-registry",
 9746 "pet-windows-store",
 9747 "serde",
 9748 "serde_json",
 9749]
 9750
 9751[[package]]
 9752name = "pet-conda"
 9753version = "0.1.0"
 9754source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9755dependencies = [
 9756 "env_logger 0.10.2",
 9757 "lazy_static",
 9758 "log",
 9759 "msvc_spectre_libs",
 9760 "pet-core",
 9761 "pet-fs",
 9762 "pet-python-utils",
 9763 "pet-reporter",
 9764 "regex",
 9765 "serde",
 9766 "serde_json",
 9767 "yaml-rust2",
 9768]
 9769
 9770[[package]]
 9771name = "pet-core"
 9772version = "0.1.0"
 9773source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9774dependencies = [
 9775 "clap",
 9776 "lazy_static",
 9777 "log",
 9778 "msvc_spectre_libs",
 9779 "pet-fs",
 9780 "regex",
 9781 "serde",
 9782 "serde_json",
 9783]
 9784
 9785[[package]]
 9786name = "pet-env-var-path"
 9787version = "0.1.0"
 9788source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9789dependencies = [
 9790 "lazy_static",
 9791 "log",
 9792 "msvc_spectre_libs",
 9793 "pet-conda",
 9794 "pet-core",
 9795 "pet-fs",
 9796 "pet-python-utils",
 9797 "pet-virtualenv",
 9798 "regex",
 9799]
 9800
 9801[[package]]
 9802name = "pet-fs"
 9803version = "0.1.0"
 9804source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9805dependencies = [
 9806 "log",
 9807 "msvc_spectre_libs",
 9808]
 9809
 9810[[package]]
 9811name = "pet-global-virtualenvs"
 9812version = "0.1.0"
 9813source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9814dependencies = [
 9815 "log",
 9816 "msvc_spectre_libs",
 9817 "pet-conda",
 9818 "pet-core",
 9819 "pet-fs",
 9820 "pet-virtualenv",
 9821]
 9822
 9823[[package]]
 9824name = "pet-homebrew"
 9825version = "0.1.0"
 9826source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9827dependencies = [
 9828 "lazy_static",
 9829 "log",
 9830 "msvc_spectre_libs",
 9831 "pet-conda",
 9832 "pet-core",
 9833 "pet-fs",
 9834 "pet-python-utils",
 9835 "pet-virtualenv",
 9836 "regex",
 9837 "serde",
 9838 "serde_json",
 9839]
 9840
 9841[[package]]
 9842name = "pet-jsonrpc"
 9843version = "0.1.0"
 9844source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9845dependencies = [
 9846 "env_logger 0.10.2",
 9847 "log",
 9848 "msvc_spectre_libs",
 9849 "pet-core",
 9850 "serde",
 9851 "serde_json",
 9852]
 9853
 9854[[package]]
 9855name = "pet-linux-global-python"
 9856version = "0.1.0"
 9857source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9858dependencies = [
 9859 "log",
 9860 "msvc_spectre_libs",
 9861 "pet-core",
 9862 "pet-fs",
 9863 "pet-python-utils",
 9864 "pet-virtualenv",
 9865]
 9866
 9867[[package]]
 9868name = "pet-mac-commandlinetools"
 9869version = "0.1.0"
 9870source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9871dependencies = [
 9872 "log",
 9873 "msvc_spectre_libs",
 9874 "pet-core",
 9875 "pet-fs",
 9876 "pet-python-utils",
 9877 "pet-virtualenv",
 9878]
 9879
 9880[[package]]
 9881name = "pet-mac-python-org"
 9882version = "0.1.0"
 9883source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9884dependencies = [
 9885 "log",
 9886 "msvc_spectre_libs",
 9887 "pet-core",
 9888 "pet-fs",
 9889 "pet-python-utils",
 9890 "pet-virtualenv",
 9891]
 9892
 9893[[package]]
 9894name = "pet-mac-xcode"
 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-pipenv"
 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-pixi"
 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-conda",
 9927 "pet-core",
 9928 "pet-python-utils",
 9929]
 9930
 9931[[package]]
 9932name = "pet-poetry"
 9933version = "0.1.0"
 9934source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9935dependencies = [
 9936 "base64 0.22.1",
 9937 "lazy_static",
 9938 "log",
 9939 "msvc_spectre_libs",
 9940 "pet-core",
 9941 "pet-fs",
 9942 "pet-python-utils",
 9943 "pet-reporter",
 9944 "pet-virtualenv",
 9945 "regex",
 9946 "serde",
 9947 "serde_json",
 9948 "sha2",
 9949 "toml 0.8.20",
 9950]
 9951
 9952[[package]]
 9953name = "pet-pyenv"
 9954version = "0.1.0"
 9955source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9956dependencies = [
 9957 "lazy_static",
 9958 "log",
 9959 "msvc_spectre_libs",
 9960 "pet-conda",
 9961 "pet-core",
 9962 "pet-fs",
 9963 "pet-python-utils",
 9964 "pet-reporter",
 9965 "regex",
 9966 "serde",
 9967 "serde_json",
 9968]
 9969
 9970[[package]]
 9971name = "pet-python-utils"
 9972version = "0.1.0"
 9973source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9974dependencies = [
 9975 "env_logger 0.10.2",
 9976 "lazy_static",
 9977 "log",
 9978 "msvc_spectre_libs",
 9979 "pet-core",
 9980 "pet-fs",
 9981 "regex",
 9982 "serde",
 9983 "serde_json",
 9984 "sha2",
 9985]
 9986
 9987[[package]]
 9988name = "pet-reporter"
 9989version = "0.1.0"
 9990source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9991dependencies = [
 9992 "env_logger 0.10.2",
 9993 "log",
 9994 "msvc_spectre_libs",
 9995 "pet-core",
 9996 "pet-jsonrpc",
 9997 "serde",
 9998 "serde_json",
 9999]
10000
10001[[package]]
10002name = "pet-telemetry"
10003version = "0.1.0"
10004source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10005dependencies = [
10006 "env_logger 0.10.2",
10007 "lazy_static",
10008 "log",
10009 "msvc_spectre_libs",
10010 "pet-core",
10011 "pet-fs",
10012 "pet-python-utils",
10013 "regex",
10014]
10015
10016[[package]]
10017name = "pet-venv"
10018version = "0.1.0"
10019source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10020dependencies = [
10021 "log",
10022 "msvc_spectre_libs",
10023 "pet-core",
10024 "pet-python-utils",
10025 "pet-virtualenv",
10026]
10027
10028[[package]]
10029name = "pet-virtualenv"
10030version = "0.1.0"
10031source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10032dependencies = [
10033 "log",
10034 "msvc_spectre_libs",
10035 "pet-core",
10036 "pet-fs",
10037 "pet-python-utils",
10038]
10039
10040[[package]]
10041name = "pet-virtualenvwrapper"
10042version = "0.1.0"
10043source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10044dependencies = [
10045 "log",
10046 "msvc_spectre_libs",
10047 "pet-core",
10048 "pet-fs",
10049 "pet-python-utils",
10050 "pet-virtualenv",
10051]
10052
10053[[package]]
10054name = "pet-windows-registry"
10055version = "0.1.0"
10056source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10057dependencies = [
10058 "lazy_static",
10059 "log",
10060 "msvc_spectre_libs",
10061 "pet-conda",
10062 "pet-core",
10063 "pet-fs",
10064 "pet-python-utils",
10065 "pet-virtualenv",
10066 "pet-windows-store",
10067 "regex",
10068 "winreg 0.52.0",
10069]
10070
10071[[package]]
10072name = "pet-windows-store"
10073version = "0.1.0"
10074source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10075dependencies = [
10076 "lazy_static",
10077 "log",
10078 "msvc_spectre_libs",
10079 "pet-core",
10080 "pet-fs",
10081 "pet-python-utils",
10082 "pet-virtualenv",
10083 "regex",
10084 "winreg 0.52.0",
10085]
10086
10087[[package]]
10088name = "petgraph"
10089version = "0.6.5"
10090source = "registry+https://github.com/rust-lang/crates.io-index"
10091checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
10092dependencies = [
10093 "fixedbitset",
10094 "indexmap",
10095]
10096
10097[[package]]
10098name = "pgvector"
10099version = "0.4.0"
10100source = "registry+https://github.com/rust-lang/crates.io-index"
10101checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
10102dependencies = [
10103 "serde",
10104]
10105
10106[[package]]
10107name = "phf"
10108version = "0.11.2"
10109source = "registry+https://github.com/rust-lang/crates.io-index"
10110checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
10111dependencies = [
10112 "phf_macros",
10113 "phf_shared 0.11.2",
10114]
10115
10116[[package]]
10117name = "phf_codegen"
10118version = "0.11.2"
10119source = "registry+https://github.com/rust-lang/crates.io-index"
10120checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
10121dependencies = [
10122 "phf_generator 0.11.2",
10123 "phf_shared 0.11.2",
10124]
10125
10126[[package]]
10127name = "phf_generator"
10128version = "0.10.0"
10129source = "registry+https://github.com/rust-lang/crates.io-index"
10130checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
10131dependencies = [
10132 "phf_shared 0.10.0",
10133 "rand 0.8.5",
10134]
10135
10136[[package]]
10137name = "phf_generator"
10138version = "0.11.2"
10139source = "registry+https://github.com/rust-lang/crates.io-index"
10140checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
10141dependencies = [
10142 "phf_shared 0.11.2",
10143 "rand 0.8.5",
10144]
10145
10146[[package]]
10147name = "phf_macros"
10148version = "0.11.2"
10149source = "registry+https://github.com/rust-lang/crates.io-index"
10150checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
10151dependencies = [
10152 "phf_generator 0.11.2",
10153 "phf_shared 0.11.2",
10154 "proc-macro2",
10155 "quote",
10156 "syn 2.0.100",
10157]
10158
10159[[package]]
10160name = "phf_shared"
10161version = "0.10.0"
10162source = "registry+https://github.com/rust-lang/crates.io-index"
10163checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
10164dependencies = [
10165 "siphasher 0.3.11",
10166]
10167
10168[[package]]
10169name = "phf_shared"
10170version = "0.11.2"
10171source = "registry+https://github.com/rust-lang/crates.io-index"
10172checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
10173dependencies = [
10174 "siphasher 0.3.11",
10175]
10176
10177[[package]]
10178name = "picker"
10179version = "0.1.0"
10180dependencies = [
10181 "anyhow",
10182 "ctor",
10183 "editor",
10184 "env_logger 0.11.7",
10185 "gpui",
10186 "menu",
10187 "schemars",
10188 "serde",
10189 "serde_json",
10190 "ui",
10191 "util",
10192 "workspace",
10193]
10194
10195[[package]]
10196name = "pico-args"
10197version = "0.5.0"
10198source = "registry+https://github.com/rust-lang/crates.io-index"
10199checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
10200
10201[[package]]
10202name = "pin-project"
10203version = "1.1.7"
10204source = "registry+https://github.com/rust-lang/crates.io-index"
10205checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
10206dependencies = [
10207 "pin-project-internal",
10208]
10209
10210[[package]]
10211name = "pin-project-internal"
10212version = "1.1.7"
10213source = "registry+https://github.com/rust-lang/crates.io-index"
10214checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
10215dependencies = [
10216 "proc-macro2",
10217 "quote",
10218 "syn 2.0.100",
10219]
10220
10221[[package]]
10222name = "pin-project-lite"
10223version = "0.2.16"
10224source = "registry+https://github.com/rust-lang/crates.io-index"
10225checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
10226
10227[[package]]
10228name = "pin-utils"
10229version = "0.1.0"
10230source = "registry+https://github.com/rust-lang/crates.io-index"
10231checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
10232
10233[[package]]
10234name = "piper"
10235version = "0.2.4"
10236source = "registry+https://github.com/rust-lang/crates.io-index"
10237checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
10238dependencies = [
10239 "atomic-waker",
10240 "fastrand 2.3.0",
10241 "futures-io",
10242]
10243
10244[[package]]
10245name = "pkcs1"
10246version = "0.7.5"
10247source = "registry+https://github.com/rust-lang/crates.io-index"
10248checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
10249dependencies = [
10250 "der 0.7.9",
10251 "pkcs8 0.10.2",
10252 "spki 0.7.3",
10253]
10254
10255[[package]]
10256name = "pkcs8"
10257version = "0.9.0"
10258source = "registry+https://github.com/rust-lang/crates.io-index"
10259checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
10260dependencies = [
10261 "der 0.6.1",
10262 "spki 0.6.0",
10263]
10264
10265[[package]]
10266name = "pkcs8"
10267version = "0.10.2"
10268source = "registry+https://github.com/rust-lang/crates.io-index"
10269checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
10270dependencies = [
10271 "der 0.7.9",
10272 "spki 0.7.3",
10273]
10274
10275[[package]]
10276name = "pkg-config"
10277version = "0.3.31"
10278source = "registry+https://github.com/rust-lang/crates.io-index"
10279checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
10280
10281[[package]]
10282name = "plist"
10283version = "1.7.1"
10284source = "registry+https://github.com/rust-lang/crates.io-index"
10285checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d"
10286dependencies = [
10287 "base64 0.22.1",
10288 "indexmap",
10289 "quick-xml 0.32.0",
10290 "serde",
10291 "time",
10292]
10293
10294[[package]]
10295name = "plotters"
10296version = "0.3.7"
10297source = "registry+https://github.com/rust-lang/crates.io-index"
10298checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
10299dependencies = [
10300 "num-traits",
10301 "plotters-backend",
10302 "plotters-svg",
10303 "wasm-bindgen",
10304 "web-sys",
10305]
10306
10307[[package]]
10308name = "plotters-backend"
10309version = "0.3.7"
10310source = "registry+https://github.com/rust-lang/crates.io-index"
10311checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
10312
10313[[package]]
10314name = "plotters-svg"
10315version = "0.3.7"
10316source = "registry+https://github.com/rust-lang/crates.io-index"
10317checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
10318dependencies = [
10319 "plotters-backend",
10320]
10321
10322[[package]]
10323name = "png"
10324version = "0.17.15"
10325source = "registry+https://github.com/rust-lang/crates.io-index"
10326checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
10327dependencies = [
10328 "bitflags 1.3.2",
10329 "crc32fast",
10330 "fdeflate",
10331 "flate2",
10332 "miniz_oxide",
10333]
10334
10335[[package]]
10336name = "polling"
10337version = "3.7.4"
10338source = "registry+https://github.com/rust-lang/crates.io-index"
10339checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
10340dependencies = [
10341 "cfg-if",
10342 "concurrent-queue",
10343 "hermit-abi 0.4.0",
10344 "pin-project-lite",
10345 "rustix",
10346 "tracing",
10347 "windows-sys 0.59.0",
10348]
10349
10350[[package]]
10351name = "pollster"
10352version = "0.2.5"
10353source = "registry+https://github.com/rust-lang/crates.io-index"
10354checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
10355
10356[[package]]
10357name = "portable-atomic"
10358version = "1.11.0"
10359source = "registry+https://github.com/rust-lang/crates.io-index"
10360checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
10361
10362[[package]]
10363name = "portable-atomic-util"
10364version = "0.2.4"
10365source = "registry+https://github.com/rust-lang/crates.io-index"
10366checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
10367dependencies = [
10368 "portable-atomic",
10369]
10370
10371[[package]]
10372name = "postage"
10373version = "0.5.0"
10374source = "registry+https://github.com/rust-lang/crates.io-index"
10375checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
10376dependencies = [
10377 "atomic",
10378 "crossbeam-queue",
10379 "futures 0.3.31",
10380 "log",
10381 "parking_lot",
10382 "pin-project",
10383 "pollster",
10384 "static_assertions",
10385 "thiserror 1.0.69",
10386]
10387
10388[[package]]
10389name = "postcard"
10390version = "1.1.1"
10391source = "registry+https://github.com/rust-lang/crates.io-index"
10392checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
10393dependencies = [
10394 "cobs",
10395 "embedded-io 0.4.0",
10396 "embedded-io 0.6.1",
10397 "serde",
10398]
10399
10400[[package]]
10401name = "powerfmt"
10402version = "0.2.0"
10403source = "registry+https://github.com/rust-lang/crates.io-index"
10404checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
10405
10406[[package]]
10407name = "ppv-lite86"
10408version = "0.2.20"
10409source = "registry+https://github.com/rust-lang/crates.io-index"
10410checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
10411dependencies = [
10412 "zerocopy 0.7.35",
10413]
10414
10415[[package]]
10416name = "precomputed-hash"
10417version = "0.1.1"
10418source = "registry+https://github.com/rust-lang/crates.io-index"
10419checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
10420
10421[[package]]
10422name = "prettier"
10423version = "0.1.0"
10424dependencies = [
10425 "anyhow",
10426 "collections",
10427 "fs",
10428 "gpui",
10429 "language",
10430 "log",
10431 "lsp",
10432 "node_runtime",
10433 "parking_lot",
10434 "paths",
10435 "serde",
10436 "serde_json",
10437 "util",
10438]
10439
10440[[package]]
10441name = "pretty_assertions"
10442version = "1.4.1"
10443source = "registry+https://github.com/rust-lang/crates.io-index"
10444checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
10445dependencies = [
10446 "diff",
10447 "yansi",
10448]
10449
10450[[package]]
10451name = "prettyplease"
10452version = "0.2.25"
10453source = "registry+https://github.com/rust-lang/crates.io-index"
10454checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
10455dependencies = [
10456 "proc-macro2",
10457 "syn 2.0.100",
10458]
10459
10460[[package]]
10461name = "proc-macro-crate"
10462version = "3.2.0"
10463source = "registry+https://github.com/rust-lang/crates.io-index"
10464checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
10465dependencies = [
10466 "toml_edit",
10467]
10468
10469[[package]]
10470name = "proc-macro-error-attr2"
10471version = "2.0.0"
10472source = "registry+https://github.com/rust-lang/crates.io-index"
10473checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
10474dependencies = [
10475 "proc-macro2",
10476 "quote",
10477]
10478
10479[[package]]
10480name = "proc-macro-error2"
10481version = "2.0.1"
10482source = "registry+https://github.com/rust-lang/crates.io-index"
10483checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
10484dependencies = [
10485 "proc-macro-error-attr2",
10486 "proc-macro2",
10487 "quote",
10488 "syn 2.0.100",
10489]
10490
10491[[package]]
10492name = "proc-macro2"
10493version = "1.0.94"
10494source = "registry+https://github.com/rust-lang/crates.io-index"
10495checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
10496dependencies = [
10497 "unicode-ident",
10498]
10499
10500[[package]]
10501name = "proc-macro2-diagnostics"
10502version = "0.10.1"
10503source = "registry+https://github.com/rust-lang/crates.io-index"
10504checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
10505dependencies = [
10506 "proc-macro2",
10507 "quote",
10508 "syn 2.0.100",
10509 "version_check",
10510 "yansi",
10511]
10512
10513[[package]]
10514name = "profiling"
10515version = "1.0.16"
10516source = "registry+https://github.com/rust-lang/crates.io-index"
10517checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
10518dependencies = [
10519 "profiling-procmacros",
10520]
10521
10522[[package]]
10523name = "profiling-procmacros"
10524version = "1.0.16"
10525source = "registry+https://github.com/rust-lang/crates.io-index"
10526checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
10527dependencies = [
10528 "quote",
10529 "syn 2.0.100",
10530]
10531
10532[[package]]
10533name = "project"
10534version = "0.1.0"
10535dependencies = [
10536 "aho-corasick",
10537 "anyhow",
10538 "askpass",
10539 "async-trait",
10540 "buffer_diff",
10541 "circular-buffer",
10542 "client",
10543 "clock",
10544 "collections",
10545 "dap",
10546 "dap_adapters",
10547 "env_logger 0.11.7",
10548 "extension",
10549 "fancy-regex 0.14.0",
10550 "fs",
10551 "futures 0.3.31",
10552 "fuzzy",
10553 "git",
10554 "git2",
10555 "globset",
10556 "gpui",
10557 "http_client",
10558 "image",
10559 "indexmap",
10560 "itertools 0.14.0",
10561 "language",
10562 "log",
10563 "lsp",
10564 "node_runtime",
10565 "parking_lot",
10566 "pathdiff",
10567 "paths",
10568 "postage",
10569 "prettier",
10570 "pretty_assertions",
10571 "rand 0.8.5",
10572 "regex",
10573 "release_channel",
10574 "remote",
10575 "rpc",
10576 "schemars",
10577 "serde",
10578 "serde_json",
10579 "settings",
10580 "sha2",
10581 "shellexpand 2.1.2",
10582 "shlex",
10583 "smol",
10584 "snippet",
10585 "snippet_provider",
10586 "sum_tree",
10587 "task",
10588 "tempfile",
10589 "terminal",
10590 "text",
10591 "toml 0.8.20",
10592 "unindent",
10593 "url",
10594 "util",
10595 "which 6.0.3",
10596 "worktree",
10597 "zlog",
10598]
10599
10600[[package]]
10601name = "project_panel"
10602version = "0.1.0"
10603dependencies = [
10604 "anyhow",
10605 "client",
10606 "collections",
10607 "command_palette_hooks",
10608 "db",
10609 "editor",
10610 "file_icons",
10611 "git",
10612 "gpui",
10613 "indexmap",
10614 "language",
10615 "menu",
10616 "pretty_assertions",
10617 "project",
10618 "schemars",
10619 "search",
10620 "serde",
10621 "serde_derive",
10622 "serde_json",
10623 "settings",
10624 "smallvec",
10625 "theme",
10626 "ui",
10627 "util",
10628 "workspace",
10629 "worktree",
10630 "zed_actions",
10631]
10632
10633[[package]]
10634name = "project_symbols"
10635version = "0.1.0"
10636dependencies = [
10637 "anyhow",
10638 "editor",
10639 "futures 0.3.31",
10640 "fuzzy",
10641 "gpui",
10642 "language",
10643 "lsp",
10644 "ordered-float 2.10.1",
10645 "picker",
10646 "project",
10647 "release_channel",
10648 "serde_json",
10649 "settings",
10650 "theme",
10651 "util",
10652 "workspace",
10653]
10654
10655[[package]]
10656name = "prometheus"
10657version = "0.13.4"
10658source = "registry+https://github.com/rust-lang/crates.io-index"
10659checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
10660dependencies = [
10661 "cfg-if",
10662 "fnv",
10663 "lazy_static",
10664 "memchr",
10665 "parking_lot",
10666 "protobuf",
10667 "thiserror 1.0.69",
10668]
10669
10670[[package]]
10671name = "prompt_library"
10672version = "0.1.0"
10673dependencies = [
10674 "anyhow",
10675 "collections",
10676 "editor",
10677 "gpui",
10678 "language",
10679 "language_model",
10680 "log",
10681 "menu",
10682 "picker",
10683 "prompt_store",
10684 "release_channel",
10685 "rope",
10686 "serde",
10687 "settings",
10688 "theme",
10689 "ui",
10690 "util",
10691 "workspace",
10692 "zed_actions",
10693]
10694
10695[[package]]
10696name = "prompt_store"
10697version = "0.1.0"
10698dependencies = [
10699 "anyhow",
10700 "assets",
10701 "chrono",
10702 "collections",
10703 "fs",
10704 "futures 0.3.31",
10705 "fuzzy",
10706 "gpui",
10707 "handlebars 4.5.0",
10708 "heed",
10709 "language",
10710 "log",
10711 "parking_lot",
10712 "paths",
10713 "rope",
10714 "serde",
10715 "text",
10716 "util",
10717 "uuid",
10718]
10719
10720[[package]]
10721name = "prost"
10722version = "0.9.0"
10723source = "registry+https://github.com/rust-lang/crates.io-index"
10724checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
10725dependencies = [
10726 "bytes 1.10.1",
10727 "prost-derive 0.9.0",
10728]
10729
10730[[package]]
10731name = "prost"
10732version = "0.12.6"
10733source = "registry+https://github.com/rust-lang/crates.io-index"
10734checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
10735dependencies = [
10736 "bytes 1.10.1",
10737 "prost-derive 0.12.6",
10738]
10739
10740[[package]]
10741name = "prost-build"
10742version = "0.9.0"
10743source = "registry+https://github.com/rust-lang/crates.io-index"
10744checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
10745dependencies = [
10746 "bytes 1.10.1",
10747 "heck 0.3.3",
10748 "itertools 0.10.5",
10749 "lazy_static",
10750 "log",
10751 "multimap 0.8.3",
10752 "petgraph",
10753 "prost 0.9.0",
10754 "prost-types 0.9.0",
10755 "regex",
10756 "tempfile",
10757 "which 4.4.2",
10758]
10759
10760[[package]]
10761name = "prost-build"
10762version = "0.12.6"
10763source = "registry+https://github.com/rust-lang/crates.io-index"
10764checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
10765dependencies = [
10766 "bytes 1.10.1",
10767 "heck 0.5.0",
10768 "itertools 0.12.1",
10769 "log",
10770 "multimap 0.10.0",
10771 "once_cell",
10772 "petgraph",
10773 "prettyplease",
10774 "prost 0.12.6",
10775 "prost-types 0.12.6",
10776 "regex",
10777 "syn 2.0.100",
10778 "tempfile",
10779]
10780
10781[[package]]
10782name = "prost-derive"
10783version = "0.9.0"
10784source = "registry+https://github.com/rust-lang/crates.io-index"
10785checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
10786dependencies = [
10787 "anyhow",
10788 "itertools 0.10.5",
10789 "proc-macro2",
10790 "quote",
10791 "syn 1.0.109",
10792]
10793
10794[[package]]
10795name = "prost-derive"
10796version = "0.12.6"
10797source = "registry+https://github.com/rust-lang/crates.io-index"
10798checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
10799dependencies = [
10800 "anyhow",
10801 "itertools 0.12.1",
10802 "proc-macro2",
10803 "quote",
10804 "syn 2.0.100",
10805]
10806
10807[[package]]
10808name = "prost-types"
10809version = "0.9.0"
10810source = "registry+https://github.com/rust-lang/crates.io-index"
10811checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
10812dependencies = [
10813 "bytes 1.10.1",
10814 "prost 0.9.0",
10815]
10816
10817[[package]]
10818name = "prost-types"
10819version = "0.12.6"
10820source = "registry+https://github.com/rust-lang/crates.io-index"
10821checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
10822dependencies = [
10823 "prost 0.12.6",
10824]
10825
10826[[package]]
10827name = "proto"
10828version = "0.1.0"
10829dependencies = [
10830 "anyhow",
10831 "collections",
10832 "prost 0.9.0",
10833 "prost-build 0.9.0",
10834 "serde",
10835]
10836
10837[[package]]
10838name = "protobuf"
10839version = "2.28.0"
10840source = "registry+https://github.com/rust-lang/crates.io-index"
10841checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10842
10843[[package]]
10844name = "psm"
10845version = "0.1.24"
10846source = "registry+https://github.com/rust-lang/crates.io-index"
10847checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10848dependencies = [
10849 "cc",
10850]
10851
10852[[package]]
10853name = "ptr_meta"
10854version = "0.1.4"
10855source = "registry+https://github.com/rust-lang/crates.io-index"
10856checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10857dependencies = [
10858 "ptr_meta_derive",
10859]
10860
10861[[package]]
10862name = "ptr_meta_derive"
10863version = "0.1.4"
10864source = "registry+https://github.com/rust-lang/crates.io-index"
10865checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10866dependencies = [
10867 "proc-macro2",
10868 "quote",
10869 "syn 1.0.109",
10870]
10871
10872[[package]]
10873name = "pulldown-cmark"
10874version = "0.10.3"
10875source = "registry+https://github.com/rust-lang/crates.io-index"
10876checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10877dependencies = [
10878 "bitflags 2.9.0",
10879 "memchr",
10880 "pulldown-cmark-escape",
10881 "unicase",
10882]
10883
10884[[package]]
10885name = "pulldown-cmark"
10886version = "0.12.2"
10887source = "registry+https://github.com/rust-lang/crates.io-index"
10888checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10889dependencies = [
10890 "bitflags 2.9.0",
10891 "memchr",
10892 "unicase",
10893]
10894
10895[[package]]
10896name = "pulldown-cmark-escape"
10897version = "0.10.1"
10898source = "registry+https://github.com/rust-lang/crates.io-index"
10899checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10900
10901[[package]]
10902name = "pulley-interpreter"
10903version = "29.0.1"
10904source = "registry+https://github.com/rust-lang/crates.io-index"
10905checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
10906dependencies = [
10907 "cranelift-bitset",
10908 "log",
10909 "sptr",
10910 "wasmtime-math",
10911]
10912
10913[[package]]
10914name = "qoi"
10915version = "0.4.1"
10916source = "registry+https://github.com/rust-lang/crates.io-index"
10917checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10918dependencies = [
10919 "bytemuck",
10920]
10921
10922[[package]]
10923name = "quick-error"
10924version = "2.0.1"
10925source = "registry+https://github.com/rust-lang/crates.io-index"
10926checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10927
10928[[package]]
10929name = "quick-xml"
10930version = "0.32.0"
10931source = "registry+https://github.com/rust-lang/crates.io-index"
10932checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10933dependencies = [
10934 "memchr",
10935]
10936
10937[[package]]
10938name = "quick-xml"
10939version = "0.37.2"
10940source = "registry+https://github.com/rust-lang/crates.io-index"
10941checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003"
10942dependencies = [
10943 "memchr",
10944]
10945
10946[[package]]
10947name = "quinn"
10948version = "0.11.6"
10949source = "registry+https://github.com/rust-lang/crates.io-index"
10950checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10951dependencies = [
10952 "bytes 1.10.1",
10953 "pin-project-lite",
10954 "quinn-proto",
10955 "quinn-udp",
10956 "rustc-hash 2.1.1",
10957 "rustls 0.23.25",
10958 "socket2",
10959 "thiserror 2.0.12",
10960 "tokio",
10961 "tracing",
10962]
10963
10964[[package]]
10965name = "quinn-proto"
10966version = "0.11.9"
10967source = "registry+https://github.com/rust-lang/crates.io-index"
10968checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10969dependencies = [
10970 "bytes 1.10.1",
10971 "getrandom 0.2.15",
10972 "rand 0.8.5",
10973 "ring",
10974 "rustc-hash 2.1.1",
10975 "rustls 0.23.25",
10976 "rustls-pki-types",
10977 "slab",
10978 "thiserror 2.0.12",
10979 "tinyvec",
10980 "tracing",
10981 "web-time",
10982]
10983
10984[[package]]
10985name = "quinn-udp"
10986version = "0.5.9"
10987source = "registry+https://github.com/rust-lang/crates.io-index"
10988checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904"
10989dependencies = [
10990 "cfg_aliases 0.2.1",
10991 "libc",
10992 "once_cell",
10993 "socket2",
10994 "tracing",
10995 "windows-sys 0.59.0",
10996]
10997
10998[[package]]
10999name = "quote"
11000version = "1.0.40"
11001source = "registry+https://github.com/rust-lang/crates.io-index"
11002checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
11003dependencies = [
11004 "proc-macro2",
11005]
11006
11007[[package]]
11008name = "radium"
11009version = "0.7.0"
11010source = "registry+https://github.com/rust-lang/crates.io-index"
11011checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
11012
11013[[package]]
11014name = "rand"
11015version = "0.7.3"
11016source = "registry+https://github.com/rust-lang/crates.io-index"
11017checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
11018dependencies = [
11019 "getrandom 0.1.16",
11020 "libc",
11021 "rand_chacha 0.2.2",
11022 "rand_core 0.5.1",
11023 "rand_hc",
11024]
11025
11026[[package]]
11027name = "rand"
11028version = "0.8.5"
11029source = "registry+https://github.com/rust-lang/crates.io-index"
11030checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
11031dependencies = [
11032 "libc",
11033 "rand_chacha 0.3.1",
11034 "rand_core 0.6.4",
11035]
11036
11037[[package]]
11038name = "rand"
11039version = "0.9.0"
11040source = "registry+https://github.com/rust-lang/crates.io-index"
11041checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
11042dependencies = [
11043 "rand_chacha 0.9.0",
11044 "rand_core 0.9.0",
11045 "zerocopy 0.8.18",
11046]
11047
11048[[package]]
11049name = "rand_chacha"
11050version = "0.2.2"
11051source = "registry+https://github.com/rust-lang/crates.io-index"
11052checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
11053dependencies = [
11054 "ppv-lite86",
11055 "rand_core 0.5.1",
11056]
11057
11058[[package]]
11059name = "rand_chacha"
11060version = "0.3.1"
11061source = "registry+https://github.com/rust-lang/crates.io-index"
11062checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
11063dependencies = [
11064 "ppv-lite86",
11065 "rand_core 0.6.4",
11066]
11067
11068[[package]]
11069name = "rand_chacha"
11070version = "0.9.0"
11071source = "registry+https://github.com/rust-lang/crates.io-index"
11072checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
11073dependencies = [
11074 "ppv-lite86",
11075 "rand_core 0.9.0",
11076]
11077
11078[[package]]
11079name = "rand_core"
11080version = "0.5.1"
11081source = "registry+https://github.com/rust-lang/crates.io-index"
11082checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
11083dependencies = [
11084 "getrandom 0.1.16",
11085]
11086
11087[[package]]
11088name = "rand_core"
11089version = "0.6.4"
11090source = "registry+https://github.com/rust-lang/crates.io-index"
11091checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
11092dependencies = [
11093 "getrandom 0.2.15",
11094]
11095
11096[[package]]
11097name = "rand_core"
11098version = "0.9.0"
11099source = "registry+https://github.com/rust-lang/crates.io-index"
11100checksum = "b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff"
11101dependencies = [
11102 "getrandom 0.3.1",
11103 "zerocopy 0.8.18",
11104]
11105
11106[[package]]
11107name = "rand_hc"
11108version = "0.2.0"
11109source = "registry+https://github.com/rust-lang/crates.io-index"
11110checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
11111dependencies = [
11112 "rand_core 0.5.1",
11113]
11114
11115[[package]]
11116name = "rangemap"
11117version = "1.5.1"
11118source = "registry+https://github.com/rust-lang/crates.io-index"
11119checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
11120
11121[[package]]
11122name = "rav1e"
11123version = "0.7.1"
11124source = "registry+https://github.com/rust-lang/crates.io-index"
11125checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
11126dependencies = [
11127 "arbitrary",
11128 "arg_enum_proc_macro",
11129 "arrayvec",
11130 "av1-grain",
11131 "bitstream-io",
11132 "built",
11133 "cfg-if",
11134 "interpolate_name",
11135 "itertools 0.12.1",
11136 "libc",
11137 "libfuzzer-sys",
11138 "log",
11139 "maybe-rayon",
11140 "new_debug_unreachable",
11141 "noop_proc_macro",
11142 "num-derive",
11143 "num-traits",
11144 "once_cell",
11145 "paste",
11146 "profiling",
11147 "rand 0.8.5",
11148 "rand_chacha 0.3.1",
11149 "simd_helpers",
11150 "system-deps",
11151 "thiserror 1.0.69",
11152 "v_frame",
11153 "wasm-bindgen",
11154]
11155
11156[[package]]
11157name = "ravif"
11158version = "0.11.11"
11159source = "registry+https://github.com/rust-lang/crates.io-index"
11160checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
11161dependencies = [
11162 "avif-serialize",
11163 "imgref",
11164 "loop9",
11165 "quick-error",
11166 "rav1e",
11167 "rayon",
11168 "rgb",
11169]
11170
11171[[package]]
11172name = "raw-window-handle"
11173version = "0.6.2"
11174source = "registry+https://github.com/rust-lang/crates.io-index"
11175checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
11176
11177[[package]]
11178name = "raw-window-metal"
11179version = "0.4.0"
11180source = "registry+https://github.com/rust-lang/crates.io-index"
11181checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
11182dependencies = [
11183 "cocoa 0.25.0",
11184 "core-graphics 0.23.2",
11185 "objc",
11186 "raw-window-handle",
11187]
11188
11189[[package]]
11190name = "rayon"
11191version = "1.10.0"
11192source = "registry+https://github.com/rust-lang/crates.io-index"
11193checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
11194dependencies = [
11195 "either",
11196 "rayon-core",
11197]
11198
11199[[package]]
11200name = "rayon-core"
11201version = "1.12.1"
11202source = "registry+https://github.com/rust-lang/crates.io-index"
11203checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
11204dependencies = [
11205 "crossbeam-deque",
11206 "crossbeam-utils",
11207]
11208
11209[[package]]
11210name = "read-fonts"
11211version = "0.25.3"
11212source = "registry+https://github.com/rust-lang/crates.io-index"
11213checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
11214dependencies = [
11215 "bytemuck",
11216 "font-types",
11217]
11218
11219[[package]]
11220name = "recent_projects"
11221version = "0.1.0"
11222dependencies = [
11223 "anyhow",
11224 "auto_update",
11225 "dap",
11226 "editor",
11227 "extension_host",
11228 "file_finder",
11229 "futures 0.3.31",
11230 "fuzzy",
11231 "gpui",
11232 "language",
11233 "log",
11234 "markdown",
11235 "menu",
11236 "ordered-float 2.10.1",
11237 "paths",
11238 "picker",
11239 "project",
11240 "release_channel",
11241 "remote",
11242 "schemars",
11243 "serde",
11244 "serde_json",
11245 "settings",
11246 "smol",
11247 "task",
11248 "telemetry",
11249 "theme",
11250 "ui",
11251 "util",
11252 "workspace",
11253 "zed_actions",
11254]
11255
11256[[package]]
11257name = "redox_syscall"
11258version = "0.2.16"
11259source = "registry+https://github.com/rust-lang/crates.io-index"
11260checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
11261dependencies = [
11262 "bitflags 1.3.2",
11263]
11264
11265[[package]]
11266name = "redox_syscall"
11267version = "0.5.8"
11268source = "registry+https://github.com/rust-lang/crates.io-index"
11269checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
11270dependencies = [
11271 "bitflags 2.9.0",
11272]
11273
11274[[package]]
11275name = "redox_users"
11276version = "0.4.6"
11277source = "registry+https://github.com/rust-lang/crates.io-index"
11278checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
11279dependencies = [
11280 "getrandom 0.2.15",
11281 "libredox",
11282 "thiserror 1.0.69",
11283]
11284
11285[[package]]
11286name = "refineable"
11287version = "0.1.0"
11288dependencies = [
11289 "derive_refineable",
11290]
11291
11292[[package]]
11293name = "regalloc2"
11294version = "0.11.1"
11295source = "registry+https://github.com/rust-lang/crates.io-index"
11296checksum = "145c1c267e14f20fb0f88aa76a1c5ffec42d592c1d28b3cd9148ae35916158d3"
11297dependencies = [
11298 "allocator-api2",
11299 "bumpalo",
11300 "hashbrown 0.15.2",
11301 "log",
11302 "rustc-hash 2.1.1",
11303 "smallvec",
11304]
11305
11306[[package]]
11307name = "regex"
11308version = "1.11.1"
11309source = "registry+https://github.com/rust-lang/crates.io-index"
11310checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
11311dependencies = [
11312 "aho-corasick",
11313 "memchr",
11314 "regex-automata 0.4.9",
11315 "regex-syntax 0.8.5",
11316]
11317
11318[[package]]
11319name = "regex-automata"
11320version = "0.1.10"
11321source = "registry+https://github.com/rust-lang/crates.io-index"
11322checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
11323dependencies = [
11324 "regex-syntax 0.6.29",
11325]
11326
11327[[package]]
11328name = "regex-automata"
11329version = "0.4.9"
11330source = "registry+https://github.com/rust-lang/crates.io-index"
11331checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
11332dependencies = [
11333 "aho-corasick",
11334 "memchr",
11335 "regex-syntax 0.8.5",
11336]
11337
11338[[package]]
11339name = "regex-lite"
11340version = "0.1.6"
11341source = "registry+https://github.com/rust-lang/crates.io-index"
11342checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
11343
11344[[package]]
11345name = "regex-syntax"
11346version = "0.6.29"
11347source = "registry+https://github.com/rust-lang/crates.io-index"
11348checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
11349
11350[[package]]
11351name = "regex-syntax"
11352version = "0.8.5"
11353source = "registry+https://github.com/rust-lang/crates.io-index"
11354checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
11355
11356[[package]]
11357name = "release_channel"
11358version = "0.1.0"
11359dependencies = [
11360 "gpui",
11361]
11362
11363[[package]]
11364name = "remote"
11365version = "0.1.0"
11366dependencies = [
11367 "anyhow",
11368 "askpass",
11369 "async-trait",
11370 "collections",
11371 "fs",
11372 "futures 0.3.31",
11373 "gpui",
11374 "itertools 0.14.0",
11375 "log",
11376 "parking_lot",
11377 "paths",
11378 "prost 0.9.0",
11379 "release_channel",
11380 "rpc",
11381 "schemars",
11382 "serde",
11383 "serde_json",
11384 "shlex",
11385 "smol",
11386 "tempfile",
11387 "thiserror 2.0.12",
11388 "urlencoding",
11389 "util",
11390]
11391
11392[[package]]
11393name = "remote_server"
11394version = "0.1.0"
11395dependencies = [
11396 "anyhow",
11397 "async-watch",
11398 "backtrace",
11399 "cargo_toml",
11400 "chrono",
11401 "clap",
11402 "client",
11403 "clock",
11404 "dap",
11405 "env_logger 0.11.7",
11406 "extension",
11407 "extension_host",
11408 "fork",
11409 "fs",
11410 "futures 0.3.31",
11411 "git",
11412 "git_hosting_providers",
11413 "gpui",
11414 "gpui_tokio",
11415 "http_client",
11416 "language",
11417 "language_extension",
11418 "languages",
11419 "libc",
11420 "log",
11421 "lsp",
11422 "node_runtime",
11423 "paths",
11424 "project",
11425 "proto",
11426 "release_channel",
11427 "remote",
11428 "reqwest_client",
11429 "rpc",
11430 "rust-embed",
11431 "serde",
11432 "serde_json",
11433 "settings",
11434 "shellexpand 2.1.2",
11435 "smol",
11436 "sysinfo",
11437 "telemetry_events",
11438 "toml 0.8.20",
11439 "unindent",
11440 "util",
11441 "worktree",
11442]
11443
11444[[package]]
11445name = "rend"
11446version = "0.4.2"
11447source = "registry+https://github.com/rust-lang/crates.io-index"
11448checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
11449dependencies = [
11450 "bytecheck",
11451]
11452
11453[[package]]
11454name = "repl"
11455version = "0.1.0"
11456dependencies = [
11457 "alacritty_terminal",
11458 "anyhow",
11459 "async-dispatcher",
11460 "async-tungstenite",
11461 "base64 0.22.1",
11462 "client",
11463 "collections",
11464 "command_palette_hooks",
11465 "editor",
11466 "env_logger 0.11.7",
11467 "feature_flags",
11468 "file_icons",
11469 "futures 0.3.31",
11470 "gpui",
11471 "http_client",
11472 "image",
11473 "indoc",
11474 "jupyter-protocol",
11475 "jupyter-websocket-client",
11476 "language",
11477 "languages",
11478 "log",
11479 "markdown_preview",
11480 "menu",
11481 "multi_buffer",
11482 "nbformat",
11483 "picker",
11484 "project",
11485 "runtimelib",
11486 "schemars",
11487 "serde",
11488 "serde_json",
11489 "settings",
11490 "smol",
11491 "telemetry",
11492 "terminal",
11493 "terminal_view",
11494 "theme",
11495 "tree-sitter-md",
11496 "tree-sitter-python",
11497 "tree-sitter-typescript",
11498 "ui",
11499 "util",
11500 "uuid",
11501 "workspace",
11502]
11503
11504[[package]]
11505name = "reqwest"
11506version = "0.11.27"
11507source = "registry+https://github.com/rust-lang/crates.io-index"
11508checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
11509dependencies = [
11510 "base64 0.21.7",
11511 "bytes 1.10.1",
11512 "encoding_rs",
11513 "futures-core",
11514 "futures-util",
11515 "h2 0.3.26",
11516 "http 0.2.12",
11517 "http-body 0.4.6",
11518 "hyper 0.14.32",
11519 "hyper-rustls 0.24.2",
11520 "hyper-tls",
11521 "ipnet",
11522 "js-sys",
11523 "log",
11524 "mime",
11525 "native-tls",
11526 "once_cell",
11527 "percent-encoding",
11528 "pin-project-lite",
11529 "rustls 0.21.12",
11530 "rustls-native-certs 0.6.3",
11531 "rustls-pemfile 1.0.4",
11532 "serde",
11533 "serde_json",
11534 "serde_urlencoded",
11535 "sync_wrapper 0.1.2",
11536 "system-configuration 0.5.1",
11537 "tokio",
11538 "tokio-native-tls",
11539 "tokio-rustls 0.24.1",
11540 "tower-service",
11541 "url",
11542 "wasm-bindgen",
11543 "wasm-bindgen-futures",
11544 "web-sys",
11545 "winreg 0.50.0",
11546]
11547
11548[[package]]
11549name = "reqwest"
11550version = "0.12.8"
11551source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
11552dependencies = [
11553 "base64 0.22.1",
11554 "bytes 1.10.1",
11555 "encoding_rs",
11556 "futures-core",
11557 "futures-util",
11558 "h2 0.4.7",
11559 "http 1.2.0",
11560 "http-body 1.0.1",
11561 "http-body-util",
11562 "hyper 1.5.1",
11563 "hyper-rustls 0.27.3",
11564 "hyper-util",
11565 "ipnet",
11566 "js-sys",
11567 "log",
11568 "mime",
11569 "once_cell",
11570 "percent-encoding",
11571 "pin-project-lite",
11572 "quinn",
11573 "rustls 0.23.25",
11574 "rustls-native-certs 0.8.1",
11575 "rustls-pemfile 2.2.0",
11576 "rustls-pki-types",
11577 "serde",
11578 "serde_json",
11579 "serde_urlencoded",
11580 "sync_wrapper 1.0.2",
11581 "system-configuration 0.6.1",
11582 "tokio",
11583 "tokio-rustls 0.26.1",
11584 "tokio-socks",
11585 "tokio-util",
11586 "tower-service",
11587 "url",
11588 "wasm-bindgen",
11589 "wasm-bindgen-futures",
11590 "wasm-streams",
11591 "web-sys",
11592 "windows-registry",
11593]
11594
11595[[package]]
11596name = "reqwest_client"
11597version = "0.1.0"
11598dependencies = [
11599 "anyhow",
11600 "bytes 1.10.1",
11601 "futures 0.3.31",
11602 "gpui",
11603 "http_client",
11604 "http_client_tls",
11605 "log",
11606 "regex",
11607 "reqwest 0.12.8",
11608 "serde",
11609 "smol",
11610 "tokio",
11611]
11612
11613[[package]]
11614name = "resvg"
11615version = "0.45.0"
11616source = "registry+https://github.com/rust-lang/crates.io-index"
11617checksum = "dd43d1c474e9dadf09a8fdf22d713ba668b499b5117b9b9079500224e26b5b29"
11618dependencies = [
11619 "log",
11620 "pico-args",
11621 "rgb",
11622 "svgtypes",
11623 "tiny-skia",
11624 "usvg",
11625]
11626
11627[[package]]
11628name = "rfc6979"
11629version = "0.3.1"
11630source = "registry+https://github.com/rust-lang/crates.io-index"
11631checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
11632dependencies = [
11633 "crypto-bigint 0.4.9",
11634 "hmac",
11635 "zeroize",
11636]
11637
11638[[package]]
11639name = "rgb"
11640version = "0.8.50"
11641source = "registry+https://github.com/rust-lang/crates.io-index"
11642checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
11643dependencies = [
11644 "bytemuck",
11645]
11646
11647[[package]]
11648name = "rich_text"
11649version = "0.1.0"
11650dependencies = [
11651 "futures 0.3.31",
11652 "gpui",
11653 "language",
11654 "linkify",
11655 "pulldown-cmark 0.12.2",
11656 "theme",
11657 "ui",
11658 "util",
11659]
11660
11661[[package]]
11662name = "ring"
11663version = "0.17.8"
11664source = "registry+https://github.com/rust-lang/crates.io-index"
11665checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
11666dependencies = [
11667 "cc",
11668 "cfg-if",
11669 "getrandom 0.2.15",
11670 "libc",
11671 "spin",
11672 "untrusted",
11673 "windows-sys 0.52.0",
11674]
11675
11676[[package]]
11677name = "rkyv"
11678version = "0.7.45"
11679source = "registry+https://github.com/rust-lang/crates.io-index"
11680checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
11681dependencies = [
11682 "bitvec",
11683 "bytecheck",
11684 "bytes 1.10.1",
11685 "hashbrown 0.12.3",
11686 "ptr_meta",
11687 "rend",
11688 "rkyv_derive",
11689 "seahash",
11690 "tinyvec",
11691 "uuid",
11692]
11693
11694[[package]]
11695name = "rkyv_derive"
11696version = "0.7.45"
11697source = "registry+https://github.com/rust-lang/crates.io-index"
11698checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
11699dependencies = [
11700 "proc-macro2",
11701 "quote",
11702 "syn 1.0.109",
11703]
11704
11705[[package]]
11706name = "rmp"
11707version = "0.8.14"
11708source = "registry+https://github.com/rust-lang/crates.io-index"
11709checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
11710dependencies = [
11711 "byteorder",
11712 "num-traits",
11713 "paste",
11714]
11715
11716[[package]]
11717name = "rmpv"
11718version = "1.3.0"
11719source = "registry+https://github.com/rust-lang/crates.io-index"
11720checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
11721dependencies = [
11722 "num-traits",
11723 "rmp",
11724]
11725
11726[[package]]
11727name = "rodio"
11728version = "0.20.1"
11729source = "registry+https://github.com/rust-lang/crates.io-index"
11730checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
11731dependencies = [
11732 "cpal",
11733 "hound",
11734]
11735
11736[[package]]
11737name = "rope"
11738version = "0.1.0"
11739dependencies = [
11740 "arrayvec",
11741 "criterion",
11742 "ctor",
11743 "env_logger 0.11.7",
11744 "gpui",
11745 "log",
11746 "rand 0.8.5",
11747 "rayon",
11748 "smallvec",
11749 "sum_tree",
11750 "unicode-segmentation",
11751 "util",
11752]
11753
11754[[package]]
11755name = "roxmltree"
11756version = "0.20.0"
11757source = "registry+https://github.com/rust-lang/crates.io-index"
11758checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
11759
11760[[package]]
11761name = "rpc"
11762version = "0.1.0"
11763dependencies = [
11764 "anyhow",
11765 "async-tungstenite",
11766 "base64 0.22.1",
11767 "chrono",
11768 "collections",
11769 "env_logger 0.11.7",
11770 "futures 0.3.31",
11771 "gpui",
11772 "parking_lot",
11773 "proto",
11774 "rand 0.8.5",
11775 "rsa",
11776 "serde",
11777 "serde_json",
11778 "sha2",
11779 "strum",
11780 "tracing",
11781 "util",
11782 "zstd",
11783]
11784
11785[[package]]
11786name = "rsa"
11787version = "0.9.8"
11788source = "registry+https://github.com/rust-lang/crates.io-index"
11789checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
11790dependencies = [
11791 "const-oid",
11792 "digest",
11793 "num-bigint-dig",
11794 "num-integer",
11795 "num-traits",
11796 "pkcs1",
11797 "pkcs8 0.10.2",
11798 "rand_core 0.6.4",
11799 "signature 2.2.0",
11800 "spki 0.7.3",
11801 "subtle",
11802 "zeroize",
11803]
11804
11805[[package]]
11806name = "runtimelib"
11807version = "0.25.0"
11808source = "registry+https://github.com/rust-lang/crates.io-index"
11809checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
11810dependencies = [
11811 "anyhow",
11812 "async-dispatcher",
11813 "async-std",
11814 "base64 0.22.1",
11815 "bytes 1.10.1",
11816 "chrono",
11817 "data-encoding",
11818 "dirs 5.0.1",
11819 "futures 0.3.31",
11820 "glob",
11821 "jupyter-protocol",
11822 "ring",
11823 "serde",
11824 "serde_json",
11825 "shellexpand 3.1.0",
11826 "smol",
11827 "uuid",
11828 "zeromq",
11829]
11830
11831[[package]]
11832name = "rust-embed"
11833version = "8.5.0"
11834source = "registry+https://github.com/rust-lang/crates.io-index"
11835checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
11836dependencies = [
11837 "rust-embed-impl",
11838 "rust-embed-utils",
11839 "walkdir",
11840]
11841
11842[[package]]
11843name = "rust-embed-impl"
11844version = "8.5.0"
11845source = "registry+https://github.com/rust-lang/crates.io-index"
11846checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
11847dependencies = [
11848 "proc-macro2",
11849 "quote",
11850 "rust-embed-utils",
11851 "syn 2.0.100",
11852 "walkdir",
11853]
11854
11855[[package]]
11856name = "rust-embed-utils"
11857version = "8.5.0"
11858source = "registry+https://github.com/rust-lang/crates.io-index"
11859checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
11860dependencies = [
11861 "globset",
11862 "sha2",
11863 "walkdir",
11864]
11865
11866[[package]]
11867name = "rust_decimal"
11868version = "1.36.0"
11869source = "registry+https://github.com/rust-lang/crates.io-index"
11870checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
11871dependencies = [
11872 "arrayvec",
11873 "borsh",
11874 "bytes 1.10.1",
11875 "num-traits",
11876 "rand 0.8.5",
11877 "rkyv",
11878 "serde",
11879 "serde_json",
11880]
11881
11882[[package]]
11883name = "rustc-demangle"
11884version = "0.1.24"
11885source = "registry+https://github.com/rust-lang/crates.io-index"
11886checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11887
11888[[package]]
11889name = "rustc-hash"
11890version = "1.1.0"
11891source = "registry+https://github.com/rust-lang/crates.io-index"
11892checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11893
11894[[package]]
11895name = "rustc-hash"
11896version = "2.1.1"
11897source = "registry+https://github.com/rust-lang/crates.io-index"
11898checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
11899
11900[[package]]
11901name = "rustc_version"
11902version = "0.4.1"
11903source = "registry+https://github.com/rust-lang/crates.io-index"
11904checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11905dependencies = [
11906 "semver",
11907]
11908
11909[[package]]
11910name = "rustix"
11911version = "0.38.42"
11912source = "registry+https://github.com/rust-lang/crates.io-index"
11913checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11914dependencies = [
11915 "bitflags 2.9.0",
11916 "errno 0.3.10",
11917 "itoa",
11918 "libc",
11919 "linux-raw-sys",
11920 "once_cell",
11921 "windows-sys 0.59.0",
11922]
11923
11924[[package]]
11925name = "rustix-openpty"
11926version = "0.1.1"
11927source = "registry+https://github.com/rust-lang/crates.io-index"
11928checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11929dependencies = [
11930 "errno 0.3.10",
11931 "libc",
11932 "rustix",
11933]
11934
11935[[package]]
11936name = "rustls"
11937version = "0.21.12"
11938source = "registry+https://github.com/rust-lang/crates.io-index"
11939checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11940dependencies = [
11941 "log",
11942 "ring",
11943 "rustls-webpki 0.101.7",
11944 "sct",
11945]
11946
11947[[package]]
11948name = "rustls"
11949version = "0.23.25"
11950source = "registry+https://github.com/rust-lang/crates.io-index"
11951checksum = "822ee9188ac4ec04a2f0531e55d035fb2de73f18b41a63c70c2712503b6fb13c"
11952dependencies = [
11953 "aws-lc-rs",
11954 "log",
11955 "once_cell",
11956 "ring",
11957 "rustls-pki-types",
11958 "rustls-webpki 0.103.0",
11959 "subtle",
11960 "zeroize",
11961]
11962
11963[[package]]
11964name = "rustls-native-certs"
11965version = "0.6.3"
11966source = "registry+https://github.com/rust-lang/crates.io-index"
11967checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11968dependencies = [
11969 "openssl-probe",
11970 "rustls-pemfile 1.0.4",
11971 "schannel",
11972 "security-framework 2.11.1",
11973]
11974
11975[[package]]
11976name = "rustls-native-certs"
11977version = "0.8.1"
11978source = "registry+https://github.com/rust-lang/crates.io-index"
11979checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11980dependencies = [
11981 "openssl-probe",
11982 "rustls-pki-types",
11983 "schannel",
11984 "security-framework 3.0.1",
11985]
11986
11987[[package]]
11988name = "rustls-pemfile"
11989version = "1.0.4"
11990source = "registry+https://github.com/rust-lang/crates.io-index"
11991checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11992dependencies = [
11993 "base64 0.21.7",
11994]
11995
11996[[package]]
11997name = "rustls-pemfile"
11998version = "2.2.0"
11999source = "registry+https://github.com/rust-lang/crates.io-index"
12000checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
12001dependencies = [
12002 "rustls-pki-types",
12003]
12004
12005[[package]]
12006name = "rustls-pki-types"
12007version = "1.11.0"
12008source = "registry+https://github.com/rust-lang/crates.io-index"
12009checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
12010dependencies = [
12011 "web-time",
12012]
12013
12014[[package]]
12015name = "rustls-platform-verifier"
12016version = "0.5.1"
12017source = "registry+https://github.com/rust-lang/crates.io-index"
12018checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
12019dependencies = [
12020 "core-foundation 0.10.0",
12021 "core-foundation-sys",
12022 "jni",
12023 "log",
12024 "once_cell",
12025 "rustls 0.23.25",
12026 "rustls-native-certs 0.8.1",
12027 "rustls-platform-verifier-android",
12028 "rustls-webpki 0.103.0",
12029 "security-framework 3.0.1",
12030 "security-framework-sys",
12031 "webpki-root-certs",
12032 "windows-sys 0.59.0",
12033]
12034
12035[[package]]
12036name = "rustls-platform-verifier-android"
12037version = "0.1.1"
12038source = "registry+https://github.com/rust-lang/crates.io-index"
12039checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
12040
12041[[package]]
12042name = "rustls-webpki"
12043version = "0.101.7"
12044source = "registry+https://github.com/rust-lang/crates.io-index"
12045checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
12046dependencies = [
12047 "ring",
12048 "untrusted",
12049]
12050
12051[[package]]
12052name = "rustls-webpki"
12053version = "0.103.0"
12054source = "registry+https://github.com/rust-lang/crates.io-index"
12055checksum = "0aa4eeac2588ffff23e9d7a7e9b3f971c5fb5b7ebc9452745e0c232c64f83b2f"
12056dependencies = [
12057 "aws-lc-rs",
12058 "ring",
12059 "rustls-pki-types",
12060 "untrusted",
12061]
12062
12063[[package]]
12064name = "rustversion"
12065version = "1.0.18"
12066source = "registry+https://github.com/rust-lang/crates.io-index"
12067checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
12068
12069[[package]]
12070name = "rustybuzz"
12071version = "0.14.1"
12072source = "registry+https://github.com/rust-lang/crates.io-index"
12073checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
12074dependencies = [
12075 "bitflags 2.9.0",
12076 "bytemuck",
12077 "libm",
12078 "smallvec",
12079 "ttf-parser 0.21.1",
12080 "unicode-bidi-mirroring 0.2.0",
12081 "unicode-ccc 0.2.0",
12082 "unicode-properties",
12083 "unicode-script",
12084]
12085
12086[[package]]
12087name = "rustybuzz"
12088version = "0.20.1"
12089source = "registry+https://github.com/rust-lang/crates.io-index"
12090checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
12091dependencies = [
12092 "bitflags 2.9.0",
12093 "bytemuck",
12094 "core_maths",
12095 "log",
12096 "smallvec",
12097 "ttf-parser 0.25.1",
12098 "unicode-bidi-mirroring 0.4.0",
12099 "unicode-ccc 0.4.0",
12100 "unicode-properties",
12101 "unicode-script",
12102]
12103
12104[[package]]
12105name = "ryu"
12106version = "1.0.18"
12107source = "registry+https://github.com/rust-lang/crates.io-index"
12108checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
12109
12110[[package]]
12111name = "salsa20"
12112version = "0.10.2"
12113source = "registry+https://github.com/rust-lang/crates.io-index"
12114checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
12115dependencies = [
12116 "cipher",
12117]
12118
12119[[package]]
12120name = "same-file"
12121version = "1.0.6"
12122source = "registry+https://github.com/rust-lang/crates.io-index"
12123checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
12124dependencies = [
12125 "winapi-util",
12126]
12127
12128[[package]]
12129name = "schannel"
12130version = "0.1.27"
12131source = "registry+https://github.com/rust-lang/crates.io-index"
12132checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
12133dependencies = [
12134 "windows-sys 0.59.0",
12135]
12136
12137[[package]]
12138name = "schema_generator"
12139version = "0.1.0"
12140dependencies = [
12141 "anyhow",
12142 "clap",
12143 "env_logger 0.11.7",
12144 "schemars",
12145 "serde",
12146 "serde_json",
12147 "theme",
12148]
12149
12150[[package]]
12151name = "schemars"
12152version = "0.8.22"
12153source = "registry+https://github.com/rust-lang/crates.io-index"
12154checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
12155dependencies = [
12156 "dyn-clone",
12157 "indexmap",
12158 "schemars_derive",
12159 "serde",
12160 "serde_json",
12161]
12162
12163[[package]]
12164name = "schemars_derive"
12165version = "0.8.22"
12166source = "registry+https://github.com/rust-lang/crates.io-index"
12167checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
12168dependencies = [
12169 "proc-macro2",
12170 "quote",
12171 "serde_derive_internals",
12172 "syn 2.0.100",
12173]
12174
12175[[package]]
12176name = "scoped-tls"
12177version = "1.0.1"
12178source = "registry+https://github.com/rust-lang/crates.io-index"
12179checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
12180
12181[[package]]
12182name = "scopeguard"
12183version = "1.2.0"
12184source = "registry+https://github.com/rust-lang/crates.io-index"
12185checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
12186
12187[[package]]
12188name = "scratch"
12189version = "1.0.7"
12190source = "registry+https://github.com/rust-lang/crates.io-index"
12191checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
12192
12193[[package]]
12194name = "scrypt"
12195version = "0.11.0"
12196source = "registry+https://github.com/rust-lang/crates.io-index"
12197checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
12198dependencies = [
12199 "password-hash 0.5.0",
12200 "pbkdf2 0.12.2",
12201 "salsa20",
12202 "sha2",
12203]
12204
12205[[package]]
12206name = "sct"
12207version = "0.7.1"
12208source = "registry+https://github.com/rust-lang/crates.io-index"
12209checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
12210dependencies = [
12211 "ring",
12212 "untrusted",
12213]
12214
12215[[package]]
12216name = "sea-bae"
12217version = "0.2.1"
12218source = "registry+https://github.com/rust-lang/crates.io-index"
12219checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
12220dependencies = [
12221 "heck 0.4.1",
12222 "proc-macro-error2",
12223 "proc-macro2",
12224 "quote",
12225 "syn 2.0.100",
12226]
12227
12228[[package]]
12229name = "sea-orm"
12230version = "1.1.7"
12231source = "registry+https://github.com/rust-lang/crates.io-index"
12232checksum = "3417812d38049e8ec3d588c03570f8c60de811d2453fb48e424045a1600ffd86"
12233dependencies = [
12234 "async-stream",
12235 "async-trait",
12236 "bigdecimal",
12237 "chrono",
12238 "futures-util",
12239 "log",
12240 "ouroboros",
12241 "pgvector",
12242 "rust_decimal",
12243 "sea-orm-macros",
12244 "sea-query",
12245 "sea-query-binder",
12246 "serde",
12247 "serde_json",
12248 "sqlx",
12249 "strum",
12250 "thiserror 1.0.69",
12251 "time",
12252 "tracing",
12253 "url",
12254 "uuid",
12255]
12256
12257[[package]]
12258name = "sea-orm-macros"
12259version = "1.1.7"
12260source = "registry+https://github.com/rust-lang/crates.io-index"
12261checksum = "d705ba84e1c74c8ac27784e4ac6f21584058c1dc0cadb9d39b43e109fcf8139c"
12262dependencies = [
12263 "heck 0.4.1",
12264 "proc-macro2",
12265 "quote",
12266 "sea-bae",
12267 "syn 2.0.100",
12268 "unicode-ident",
12269]
12270
12271[[package]]
12272name = "sea-query"
12273version = "0.32.1"
12274source = "registry+https://github.com/rust-lang/crates.io-index"
12275checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
12276dependencies = [
12277 "bigdecimal",
12278 "chrono",
12279 "inherent",
12280 "ordered-float 3.9.2",
12281 "rust_decimal",
12282 "serde_json",
12283 "time",
12284 "uuid",
12285]
12286
12287[[package]]
12288name = "sea-query-binder"
12289version = "0.7.0"
12290source = "registry+https://github.com/rust-lang/crates.io-index"
12291checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
12292dependencies = [
12293 "bigdecimal",
12294 "chrono",
12295 "rust_decimal",
12296 "sea-query",
12297 "serde_json",
12298 "sqlx",
12299 "time",
12300 "uuid",
12301]
12302
12303[[package]]
12304name = "seahash"
12305version = "4.1.0"
12306source = "registry+https://github.com/rust-lang/crates.io-index"
12307checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
12308
12309[[package]]
12310name = "search"
12311version = "0.1.0"
12312dependencies = [
12313 "any_vec",
12314 "anyhow",
12315 "bitflags 2.9.0",
12316 "client",
12317 "collections",
12318 "editor",
12319 "futures 0.3.31",
12320 "gpui",
12321 "language",
12322 "menu",
12323 "project",
12324 "schemars",
12325 "serde",
12326 "serde_json",
12327 "settings",
12328 "smol",
12329 "theme",
12330 "ui",
12331 "unindent",
12332 "util",
12333 "workspace",
12334 "zed_actions",
12335]
12336
12337[[package]]
12338name = "sec1"
12339version = "0.3.0"
12340source = "registry+https://github.com/rust-lang/crates.io-index"
12341checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
12342dependencies = [
12343 "base16ct",
12344 "der 0.6.1",
12345 "generic-array",
12346 "pkcs8 0.9.0",
12347 "subtle",
12348 "zeroize",
12349]
12350
12351[[package]]
12352name = "security-framework"
12353version = "2.11.1"
12354source = "registry+https://github.com/rust-lang/crates.io-index"
12355checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
12356dependencies = [
12357 "bitflags 2.9.0",
12358 "core-foundation 0.9.4",
12359 "core-foundation-sys",
12360 "libc",
12361 "security-framework-sys",
12362]
12363
12364[[package]]
12365name = "security-framework"
12366version = "3.0.1"
12367source = "registry+https://github.com/rust-lang/crates.io-index"
12368checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
12369dependencies = [
12370 "bitflags 2.9.0",
12371 "core-foundation 0.10.0",
12372 "core-foundation-sys",
12373 "libc",
12374 "security-framework-sys",
12375]
12376
12377[[package]]
12378name = "security-framework-sys"
12379version = "2.12.1"
12380source = "registry+https://github.com/rust-lang/crates.io-index"
12381checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
12382dependencies = [
12383 "core-foundation-sys",
12384 "libc",
12385]
12386
12387[[package]]
12388name = "self_cell"
12389version = "1.1.0"
12390source = "registry+https://github.com/rust-lang/crates.io-index"
12391checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
12392
12393[[package]]
12394name = "semantic_index"
12395version = "0.1.0"
12396dependencies = [
12397 "anyhow",
12398 "arrayvec",
12399 "blake3",
12400 "client",
12401 "clock",
12402 "collections",
12403 "env_logger 0.11.7",
12404 "feature_flags",
12405 "fs",
12406 "futures 0.3.31",
12407 "futures-batch",
12408 "gpui",
12409 "heed",
12410 "http_client",
12411 "language",
12412 "language_model",
12413 "languages",
12414 "log",
12415 "open_ai",
12416 "parking_lot",
12417 "project",
12418 "reqwest_client",
12419 "serde",
12420 "serde_json",
12421 "settings",
12422 "sha2",
12423 "smol",
12424 "streaming-iterator",
12425 "tempfile",
12426 "theme",
12427 "tree-sitter",
12428 "ui",
12429 "unindent",
12430 "util",
12431 "workspace",
12432 "worktree",
12433]
12434
12435[[package]]
12436name = "semantic_version"
12437version = "0.1.0"
12438dependencies = [
12439 "anyhow",
12440 "serde",
12441]
12442
12443[[package]]
12444name = "semver"
12445version = "1.0.26"
12446source = "registry+https://github.com/rust-lang/crates.io-index"
12447checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
12448dependencies = [
12449 "serde",
12450]
12451
12452[[package]]
12453name = "serde"
12454version = "1.0.219"
12455source = "registry+https://github.com/rust-lang/crates.io-index"
12456checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
12457dependencies = [
12458 "serde_derive",
12459]
12460
12461[[package]]
12462name = "serde_derive"
12463version = "1.0.219"
12464source = "registry+https://github.com/rust-lang/crates.io-index"
12465checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
12466dependencies = [
12467 "proc-macro2",
12468 "quote",
12469 "syn 2.0.100",
12470]
12471
12472[[package]]
12473name = "serde_derive_internals"
12474version = "0.29.1"
12475source = "registry+https://github.com/rust-lang/crates.io-index"
12476checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
12477dependencies = [
12478 "proc-macro2",
12479 "quote",
12480 "syn 2.0.100",
12481]
12482
12483[[package]]
12484name = "serde_fmt"
12485version = "1.0.3"
12486source = "registry+https://github.com/rust-lang/crates.io-index"
12487checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
12488dependencies = [
12489 "serde",
12490]
12491
12492[[package]]
12493name = "serde_json"
12494version = "1.0.140"
12495source = "registry+https://github.com/rust-lang/crates.io-index"
12496checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
12497dependencies = [
12498 "indexmap",
12499 "itoa",
12500 "memchr",
12501 "ryu",
12502 "serde",
12503]
12504
12505[[package]]
12506name = "serde_json_lenient"
12507version = "0.2.4"
12508source = "registry+https://github.com/rust-lang/crates.io-index"
12509checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
12510dependencies = [
12511 "indexmap",
12512 "itoa",
12513 "memchr",
12514 "ryu",
12515 "serde",
12516]
12517
12518[[package]]
12519name = "serde_path_to_error"
12520version = "0.1.16"
12521source = "registry+https://github.com/rust-lang/crates.io-index"
12522checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
12523dependencies = [
12524 "itoa",
12525 "serde",
12526]
12527
12528[[package]]
12529name = "serde_qs"
12530version = "0.8.5"
12531source = "registry+https://github.com/rust-lang/crates.io-index"
12532checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
12533dependencies = [
12534 "percent-encoding",
12535 "serde",
12536 "thiserror 1.0.69",
12537]
12538
12539[[package]]
12540name = "serde_qs"
12541version = "0.10.1"
12542source = "registry+https://github.com/rust-lang/crates.io-index"
12543checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
12544dependencies = [
12545 "percent-encoding",
12546 "serde",
12547 "thiserror 1.0.69",
12548]
12549
12550[[package]]
12551name = "serde_repr"
12552version = "0.1.20"
12553source = "registry+https://github.com/rust-lang/crates.io-index"
12554checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
12555dependencies = [
12556 "proc-macro2",
12557 "quote",
12558 "syn 2.0.100",
12559]
12560
12561[[package]]
12562name = "serde_spanned"
12563version = "0.6.8"
12564source = "registry+https://github.com/rust-lang/crates.io-index"
12565checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
12566dependencies = [
12567 "serde",
12568]
12569
12570[[package]]
12571name = "serde_urlencoded"
12572version = "0.7.1"
12573source = "registry+https://github.com/rust-lang/crates.io-index"
12574checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
12575dependencies = [
12576 "form_urlencoded",
12577 "itoa",
12578 "ryu",
12579 "serde",
12580]
12581
12582[[package]]
12583name = "session"
12584version = "0.1.0"
12585dependencies = [
12586 "db",
12587 "gpui",
12588 "serde_json",
12589 "util",
12590 "uuid",
12591]
12592
12593[[package]]
12594name = "settings"
12595version = "0.1.0"
12596dependencies = [
12597 "anyhow",
12598 "collections",
12599 "ec4rs",
12600 "fs",
12601 "futures 0.3.31",
12602 "gpui",
12603 "indoc",
12604 "inventory",
12605 "log",
12606 "paths",
12607 "pretty_assertions",
12608 "release_channel",
12609 "rust-embed",
12610 "schemars",
12611 "serde",
12612 "serde_derive",
12613 "serde_json",
12614 "serde_json_lenient",
12615 "smallvec",
12616 "streaming-iterator",
12617 "tree-sitter",
12618 "tree-sitter-json",
12619 "unindent",
12620 "util",
12621]
12622
12623[[package]]
12624name = "settings_ui"
12625version = "0.1.0"
12626dependencies = [
12627 "command_palette_hooks",
12628 "editor",
12629 "feature_flags",
12630 "gpui",
12631 "settings",
12632 "theme",
12633 "ui",
12634 "workspace",
12635]
12636
12637[[package]]
12638name = "sha1"
12639version = "0.10.6"
12640source = "registry+https://github.com/rust-lang/crates.io-index"
12641checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
12642dependencies = [
12643 "cfg-if",
12644 "cpufeatures",
12645 "digest",
12646]
12647
12648[[package]]
12649name = "sha1_smol"
12650version = "1.0.1"
12651source = "registry+https://github.com/rust-lang/crates.io-index"
12652checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
12653
12654[[package]]
12655name = "sha2"
12656version = "0.10.8"
12657source = "registry+https://github.com/rust-lang/crates.io-index"
12658checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
12659dependencies = [
12660 "cfg-if",
12661 "cpufeatures",
12662 "digest",
12663]
12664
12665[[package]]
12666name = "sharded-slab"
12667version = "0.1.7"
12668source = "registry+https://github.com/rust-lang/crates.io-index"
12669checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
12670dependencies = [
12671 "lazy_static",
12672]
12673
12674[[package]]
12675name = "shell-words"
12676version = "1.1.0"
12677source = "registry+https://github.com/rust-lang/crates.io-index"
12678checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
12679
12680[[package]]
12681name = "shellexpand"
12682version = "2.1.2"
12683source = "registry+https://github.com/rust-lang/crates.io-index"
12684checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
12685dependencies = [
12686 "dirs 4.0.0",
12687]
12688
12689[[package]]
12690name = "shellexpand"
12691version = "3.1.0"
12692source = "registry+https://github.com/rust-lang/crates.io-index"
12693checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
12694dependencies = [
12695 "dirs 5.0.1",
12696]
12697
12698[[package]]
12699name = "shlex"
12700version = "1.3.0"
12701source = "registry+https://github.com/rust-lang/crates.io-index"
12702checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
12703
12704[[package]]
12705name = "signal-hook"
12706version = "0.3.17"
12707source = "registry+https://github.com/rust-lang/crates.io-index"
12708checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
12709dependencies = [
12710 "libc",
12711 "signal-hook-registry",
12712]
12713
12714[[package]]
12715name = "signal-hook-registry"
12716version = "1.4.2"
12717source = "registry+https://github.com/rust-lang/crates.io-index"
12718checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
12719dependencies = [
12720 "libc",
12721]
12722
12723[[package]]
12724name = "signature"
12725version = "1.6.4"
12726source = "registry+https://github.com/rust-lang/crates.io-index"
12727checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
12728dependencies = [
12729 "digest",
12730 "rand_core 0.6.4",
12731]
12732
12733[[package]]
12734name = "signature"
12735version = "2.2.0"
12736source = "registry+https://github.com/rust-lang/crates.io-index"
12737checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
12738dependencies = [
12739 "digest",
12740 "rand_core 0.6.4",
12741]
12742
12743[[package]]
12744name = "simd-adler32"
12745version = "0.3.7"
12746source = "registry+https://github.com/rust-lang/crates.io-index"
12747checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
12748
12749[[package]]
12750name = "simd_helpers"
12751version = "0.1.0"
12752source = "registry+https://github.com/rust-lang/crates.io-index"
12753checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
12754dependencies = [
12755 "quote",
12756]
12757
12758[[package]]
12759name = "simdutf8"
12760version = "0.1.5"
12761source = "registry+https://github.com/rust-lang/crates.io-index"
12762checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
12763
12764[[package]]
12765name = "simple_asn1"
12766version = "0.6.2"
12767source = "registry+https://github.com/rust-lang/crates.io-index"
12768checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
12769dependencies = [
12770 "num-bigint",
12771 "num-traits",
12772 "thiserror 1.0.69",
12773 "time",
12774]
12775
12776[[package]]
12777name = "simplecss"
12778version = "0.2.1"
12779source = "registry+https://github.com/rust-lang/crates.io-index"
12780checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
12781dependencies = [
12782 "log",
12783]
12784
12785[[package]]
12786name = "simplelog"
12787version = "0.12.2"
12788source = "registry+https://github.com/rust-lang/crates.io-index"
12789checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
12790dependencies = [
12791 "log",
12792 "termcolor",
12793 "time",
12794]
12795
12796[[package]]
12797name = "siphasher"
12798version = "0.3.11"
12799source = "registry+https://github.com/rust-lang/crates.io-index"
12800checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
12801
12802[[package]]
12803name = "siphasher"
12804version = "1.0.1"
12805source = "registry+https://github.com/rust-lang/crates.io-index"
12806checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
12807
12808[[package]]
12809name = "skrifa"
12810version = "0.26.6"
12811source = "registry+https://github.com/rust-lang/crates.io-index"
12812checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
12813dependencies = [
12814 "bytemuck",
12815 "read-fonts",
12816]
12817
12818[[package]]
12819name = "slab"
12820version = "0.4.9"
12821source = "registry+https://github.com/rust-lang/crates.io-index"
12822checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
12823dependencies = [
12824 "autocfg",
12825]
12826
12827[[package]]
12828name = "slash_commands_example"
12829version = "0.1.0"
12830dependencies = [
12831 "zed_extension_api 0.1.0",
12832]
12833
12834[[package]]
12835name = "slotmap"
12836version = "1.0.7"
12837source = "registry+https://github.com/rust-lang/crates.io-index"
12838checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
12839dependencies = [
12840 "version_check",
12841]
12842
12843[[package]]
12844name = "smallvec"
12845version = "1.14.0"
12846source = "registry+https://github.com/rust-lang/crates.io-index"
12847checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
12848dependencies = [
12849 "serde",
12850]
12851
12852[[package]]
12853name = "smart-default"
12854version = "0.6.0"
12855source = "registry+https://github.com/rust-lang/crates.io-index"
12856checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
12857dependencies = [
12858 "proc-macro2",
12859 "quote",
12860 "syn 1.0.109",
12861]
12862
12863[[package]]
12864name = "smol"
12865version = "2.0.2"
12866source = "registry+https://github.com/rust-lang/crates.io-index"
12867checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
12868dependencies = [
12869 "async-channel 2.3.1",
12870 "async-executor",
12871 "async-fs",
12872 "async-io",
12873 "async-lock",
12874 "async-net",
12875 "async-process",
12876 "blocking",
12877 "futures-lite 2.6.0",
12878]
12879
12880[[package]]
12881name = "smol_str"
12882version = "0.1.24"
12883source = "registry+https://github.com/rust-lang/crates.io-index"
12884checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
12885dependencies = [
12886 "serde",
12887]
12888
12889[[package]]
12890name = "smol_str"
12891version = "0.2.2"
12892source = "registry+https://github.com/rust-lang/crates.io-index"
12893checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
12894
12895[[package]]
12896name = "snippet"
12897version = "0.1.0"
12898dependencies = [
12899 "anyhow",
12900 "smallvec",
12901]
12902
12903[[package]]
12904name = "snippet_provider"
12905version = "0.1.0"
12906dependencies = [
12907 "anyhow",
12908 "collections",
12909 "extension",
12910 "fs",
12911 "futures 0.3.31",
12912 "gpui",
12913 "parking_lot",
12914 "paths",
12915 "schemars",
12916 "serde",
12917 "serde_json_lenient",
12918 "snippet",
12919 "util",
12920]
12921
12922[[package]]
12923name = "snippets_ui"
12924version = "0.1.0"
12925dependencies = [
12926 "fuzzy",
12927 "gpui",
12928 "language",
12929 "paths",
12930 "picker",
12931 "ui",
12932 "util",
12933 "workspace",
12934]
12935
12936[[package]]
12937name = "socket2"
12938version = "0.5.8"
12939source = "registry+https://github.com/rust-lang/crates.io-index"
12940checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12941dependencies = [
12942 "libc",
12943 "windows-sys 0.52.0",
12944]
12945
12946[[package]]
12947name = "spdx"
12948version = "0.10.7"
12949source = "registry+https://github.com/rust-lang/crates.io-index"
12950checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12951dependencies = [
12952 "smallvec",
12953]
12954
12955[[package]]
12956name = "spin"
12957version = "0.9.8"
12958source = "registry+https://github.com/rust-lang/crates.io-index"
12959checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
12960dependencies = [
12961 "lock_api",
12962]
12963
12964[[package]]
12965name = "spirv"
12966version = "0.3.0+sdk-1.3.268.0"
12967source = "registry+https://github.com/rust-lang/crates.io-index"
12968checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
12969dependencies = [
12970 "bitflags 2.9.0",
12971]
12972
12973[[package]]
12974name = "spki"
12975version = "0.6.0"
12976source = "registry+https://github.com/rust-lang/crates.io-index"
12977checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
12978dependencies = [
12979 "base64ct",
12980 "der 0.6.1",
12981]
12982
12983[[package]]
12984name = "spki"
12985version = "0.7.3"
12986source = "registry+https://github.com/rust-lang/crates.io-index"
12987checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
12988dependencies = [
12989 "base64ct",
12990 "der 0.7.9",
12991]
12992
12993[[package]]
12994name = "sptr"
12995version = "0.3.2"
12996source = "registry+https://github.com/rust-lang/crates.io-index"
12997checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
12998
12999[[package]]
13000name = "sqlez"
13001version = "0.1.0"
13002dependencies = [
13003 "anyhow",
13004 "collections",
13005 "futures 0.3.31",
13006 "indoc",
13007 "libsqlite3-sys",
13008 "parking_lot",
13009 "smol",
13010 "sqlformat",
13011 "thread_local",
13012 "util",
13013 "uuid",
13014]
13015
13016[[package]]
13017name = "sqlez_macros"
13018version = "0.1.0"
13019dependencies = [
13020 "sqlez",
13021 "sqlformat",
13022 "syn 1.0.109",
13023]
13024
13025[[package]]
13026name = "sqlformat"
13027version = "0.2.6"
13028source = "registry+https://github.com/rust-lang/crates.io-index"
13029checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
13030dependencies = [
13031 "nom",
13032 "unicode_categories",
13033]
13034
13035[[package]]
13036name = "sqlx"
13037version = "0.8.3"
13038source = "registry+https://github.com/rust-lang/crates.io-index"
13039checksum = "4410e73b3c0d8442c5f99b425d7a435b5ee0ae4167b3196771dd3f7a01be745f"
13040dependencies = [
13041 "sqlx-core",
13042 "sqlx-macros",
13043 "sqlx-mysql",
13044 "sqlx-postgres",
13045 "sqlx-sqlite",
13046]
13047
13048[[package]]
13049name = "sqlx-core"
13050version = "0.8.3"
13051source = "registry+https://github.com/rust-lang/crates.io-index"
13052checksum = "6a007b6936676aa9ab40207cde35daab0a04b823be8ae004368c0793b96a61e0"
13053dependencies = [
13054 "bigdecimal",
13055 "bytes 1.10.1",
13056 "chrono",
13057 "crc",
13058 "crossbeam-queue",
13059 "either",
13060 "event-listener 5.3.1",
13061 "futures-core",
13062 "futures-intrusive",
13063 "futures-io",
13064 "futures-util",
13065 "hashbrown 0.15.2",
13066 "hashlink 0.10.0",
13067 "indexmap",
13068 "log",
13069 "memchr",
13070 "once_cell",
13071 "percent-encoding",
13072 "rust_decimal",
13073 "rustls 0.23.25",
13074 "rustls-pemfile 2.2.0",
13075 "serde",
13076 "serde_json",
13077 "sha2",
13078 "smallvec",
13079 "thiserror 2.0.12",
13080 "time",
13081 "tokio",
13082 "tokio-stream",
13083 "tracing",
13084 "url",
13085 "uuid",
13086 "webpki-roots",
13087]
13088
13089[[package]]
13090name = "sqlx-macros"
13091version = "0.8.3"
13092source = "registry+https://github.com/rust-lang/crates.io-index"
13093checksum = "3112e2ad78643fef903618d78cf0aec1cb3134b019730edb039b69eaf531f310"
13094dependencies = [
13095 "proc-macro2",
13096 "quote",
13097 "sqlx-core",
13098 "sqlx-macros-core",
13099 "syn 2.0.100",
13100]
13101
13102[[package]]
13103name = "sqlx-macros-core"
13104version = "0.8.3"
13105source = "registry+https://github.com/rust-lang/crates.io-index"
13106checksum = "4e9f90acc5ab146a99bf5061a7eb4976b573f560bc898ef3bf8435448dd5e7ad"
13107dependencies = [
13108 "dotenvy",
13109 "either",
13110 "heck 0.5.0",
13111 "hex",
13112 "once_cell",
13113 "proc-macro2",
13114 "quote",
13115 "serde",
13116 "serde_json",
13117 "sha2",
13118 "sqlx-core",
13119 "sqlx-mysql",
13120 "sqlx-postgres",
13121 "sqlx-sqlite",
13122 "syn 2.0.100",
13123 "tempfile",
13124 "tokio",
13125 "url",
13126]
13127
13128[[package]]
13129name = "sqlx-mysql"
13130version = "0.8.3"
13131source = "registry+https://github.com/rust-lang/crates.io-index"
13132checksum = "4560278f0e00ce64938540546f59f590d60beee33fffbd3b9cd47851e5fff233"
13133dependencies = [
13134 "atoi",
13135 "base64 0.22.1",
13136 "bigdecimal",
13137 "bitflags 2.9.0",
13138 "byteorder",
13139 "bytes 1.10.1",
13140 "chrono",
13141 "crc",
13142 "digest",
13143 "dotenvy",
13144 "either",
13145 "futures-channel",
13146 "futures-core",
13147 "futures-io",
13148 "futures-util",
13149 "generic-array",
13150 "hex",
13151 "hkdf",
13152 "hmac",
13153 "itoa",
13154 "log",
13155 "md-5",
13156 "memchr",
13157 "once_cell",
13158 "percent-encoding",
13159 "rand 0.8.5",
13160 "rsa",
13161 "rust_decimal",
13162 "serde",
13163 "sha1",
13164 "sha2",
13165 "smallvec",
13166 "sqlx-core",
13167 "stringprep",
13168 "thiserror 2.0.12",
13169 "time",
13170 "tracing",
13171 "uuid",
13172 "whoami",
13173]
13174
13175[[package]]
13176name = "sqlx-postgres"
13177version = "0.8.3"
13178source = "registry+https://github.com/rust-lang/crates.io-index"
13179checksum = "c5b98a57f363ed6764d5b3a12bfedf62f07aa16e1856a7ddc2a0bb190a959613"
13180dependencies = [
13181 "atoi",
13182 "base64 0.22.1",
13183 "bigdecimal",
13184 "bitflags 2.9.0",
13185 "byteorder",
13186 "chrono",
13187 "crc",
13188 "dotenvy",
13189 "etcetera",
13190 "futures-channel",
13191 "futures-core",
13192 "futures-util",
13193 "hex",
13194 "hkdf",
13195 "hmac",
13196 "home",
13197 "itoa",
13198 "log",
13199 "md-5",
13200 "memchr",
13201 "num-bigint",
13202 "once_cell",
13203 "rand 0.8.5",
13204 "rust_decimal",
13205 "serde",
13206 "serde_json",
13207 "sha2",
13208 "smallvec",
13209 "sqlx-core",
13210 "stringprep",
13211 "thiserror 2.0.12",
13212 "time",
13213 "tracing",
13214 "uuid",
13215 "whoami",
13216]
13217
13218[[package]]
13219name = "sqlx-sqlite"
13220version = "0.8.3"
13221source = "registry+https://github.com/rust-lang/crates.io-index"
13222checksum = "f85ca71d3a5b24e64e1d08dd8fe36c6c95c339a896cc33068148906784620540"
13223dependencies = [
13224 "atoi",
13225 "chrono",
13226 "flume",
13227 "futures-channel",
13228 "futures-core",
13229 "futures-executor",
13230 "futures-intrusive",
13231 "futures-util",
13232 "libsqlite3-sys",
13233 "log",
13234 "percent-encoding",
13235 "serde",
13236 "serde_urlencoded",
13237 "sqlx-core",
13238 "time",
13239 "tracing",
13240 "url",
13241 "uuid",
13242]
13243
13244[[package]]
13245name = "stable_deref_trait"
13246version = "1.2.0"
13247source = "registry+https://github.com/rust-lang/crates.io-index"
13248checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
13249
13250[[package]]
13251name = "static_assertions"
13252version = "1.1.0"
13253source = "registry+https://github.com/rust-lang/crates.io-index"
13254checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
13255
13256[[package]]
13257name = "story"
13258version = "0.1.0"
13259dependencies = [
13260 "gpui",
13261 "itertools 0.14.0",
13262 "smallvec",
13263]
13264
13265[[package]]
13266name = "storybook"
13267version = "0.1.0"
13268dependencies = [
13269 "anyhow",
13270 "clap",
13271 "collab_ui",
13272 "ctrlc",
13273 "dialoguer",
13274 "editor",
13275 "fuzzy",
13276 "gpui",
13277 "indoc",
13278 "language",
13279 "log",
13280 "menu",
13281 "picker",
13282 "project",
13283 "reqwest_client",
13284 "rust-embed",
13285 "settings",
13286 "simplelog",
13287 "story",
13288 "strum",
13289 "theme",
13290 "title_bar",
13291 "ui",
13292 "workspace",
13293]
13294
13295[[package]]
13296name = "streaming-iterator"
13297version = "0.1.9"
13298source = "registry+https://github.com/rust-lang/crates.io-index"
13299checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
13300
13301[[package]]
13302name = "streaming_diff"
13303version = "0.1.0"
13304dependencies = [
13305 "ordered-float 2.10.1",
13306 "rand 0.8.5",
13307 "rope",
13308 "util",
13309]
13310
13311[[package]]
13312name = "strict-num"
13313version = "0.1.1"
13314source = "registry+https://github.com/rust-lang/crates.io-index"
13315checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
13316dependencies = [
13317 "float-cmp",
13318]
13319
13320[[package]]
13321name = "string_cache"
13322version = "0.8.7"
13323source = "registry+https://github.com/rust-lang/crates.io-index"
13324checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
13325dependencies = [
13326 "new_debug_unreachable",
13327 "once_cell",
13328 "parking_lot",
13329 "phf_shared 0.10.0",
13330 "precomputed-hash",
13331 "serde",
13332]
13333
13334[[package]]
13335name = "string_cache_codegen"
13336version = "0.5.2"
13337source = "registry+https://github.com/rust-lang/crates.io-index"
13338checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
13339dependencies = [
13340 "phf_generator 0.10.0",
13341 "phf_shared 0.10.0",
13342 "proc-macro2",
13343 "quote",
13344]
13345
13346[[package]]
13347name = "stringprep"
13348version = "0.1.5"
13349source = "registry+https://github.com/rust-lang/crates.io-index"
13350checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
13351dependencies = [
13352 "unicode-bidi",
13353 "unicode-normalization",
13354 "unicode-properties",
13355]
13356
13357[[package]]
13358name = "strsim"
13359version = "0.11.1"
13360source = "registry+https://github.com/rust-lang/crates.io-index"
13361checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
13362
13363[[package]]
13364name = "strum"
13365version = "0.26.3"
13366source = "registry+https://github.com/rust-lang/crates.io-index"
13367checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
13368dependencies = [
13369 "strum_macros",
13370]
13371
13372[[package]]
13373name = "strum_macros"
13374version = "0.26.4"
13375source = "registry+https://github.com/rust-lang/crates.io-index"
13376checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
13377dependencies = [
13378 "heck 0.5.0",
13379 "proc-macro2",
13380 "quote",
13381 "rustversion",
13382 "syn 2.0.100",
13383]
13384
13385[[package]]
13386name = "subtle"
13387version = "2.6.1"
13388source = "registry+https://github.com/rust-lang/crates.io-index"
13389checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
13390
13391[[package]]
13392name = "sum_tree"
13393version = "0.1.0"
13394dependencies = [
13395 "arrayvec",
13396 "ctor",
13397 "env_logger 0.11.7",
13398 "log",
13399 "rand 0.8.5",
13400 "rayon",
13401]
13402
13403[[package]]
13404name = "supermaven"
13405version = "0.1.0"
13406dependencies = [
13407 "anyhow",
13408 "client",
13409 "collections",
13410 "editor",
13411 "env_logger 0.11.7",
13412 "futures 0.3.31",
13413 "gpui",
13414 "http_client",
13415 "inline_completion",
13416 "language",
13417 "log",
13418 "postage",
13419 "project",
13420 "serde",
13421 "serde_json",
13422 "settings",
13423 "smol",
13424 "supermaven_api",
13425 "text",
13426 "theme",
13427 "ui",
13428 "unicode-segmentation",
13429 "util",
13430]
13431
13432[[package]]
13433name = "supermaven_api"
13434version = "0.1.0"
13435dependencies = [
13436 "anyhow",
13437 "futures 0.3.31",
13438 "http_client",
13439 "paths",
13440 "serde",
13441 "serde_json",
13442 "smol",
13443]
13444
13445[[package]]
13446name = "sval"
13447version = "2.13.2"
13448source = "registry+https://github.com/rust-lang/crates.io-index"
13449checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
13450
13451[[package]]
13452name = "sval_buffer"
13453version = "2.13.2"
13454source = "registry+https://github.com/rust-lang/crates.io-index"
13455checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
13456dependencies = [
13457 "sval",
13458 "sval_ref",
13459]
13460
13461[[package]]
13462name = "sval_dynamic"
13463version = "2.13.2"
13464source = "registry+https://github.com/rust-lang/crates.io-index"
13465checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
13466dependencies = [
13467 "sval",
13468]
13469
13470[[package]]
13471name = "sval_fmt"
13472version = "2.13.2"
13473source = "registry+https://github.com/rust-lang/crates.io-index"
13474checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
13475dependencies = [
13476 "itoa",
13477 "ryu",
13478 "sval",
13479]
13480
13481[[package]]
13482name = "sval_json"
13483version = "2.13.2"
13484source = "registry+https://github.com/rust-lang/crates.io-index"
13485checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
13486dependencies = [
13487 "itoa",
13488 "ryu",
13489 "sval",
13490]
13491
13492[[package]]
13493name = "sval_nested"
13494version = "2.13.2"
13495source = "registry+https://github.com/rust-lang/crates.io-index"
13496checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
13497dependencies = [
13498 "sval",
13499 "sval_buffer",
13500 "sval_ref",
13501]
13502
13503[[package]]
13504name = "sval_ref"
13505version = "2.13.2"
13506source = "registry+https://github.com/rust-lang/crates.io-index"
13507checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
13508dependencies = [
13509 "sval",
13510]
13511
13512[[package]]
13513name = "sval_serde"
13514version = "2.13.2"
13515source = "registry+https://github.com/rust-lang/crates.io-index"
13516checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
13517dependencies = [
13518 "serde",
13519 "sval",
13520 "sval_nested",
13521]
13522
13523[[package]]
13524name = "svg_fmt"
13525version = "0.4.4"
13526source = "registry+https://github.com/rust-lang/crates.io-index"
13527checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
13528
13529[[package]]
13530name = "svgtypes"
13531version = "0.15.3"
13532source = "registry+https://github.com/rust-lang/crates.io-index"
13533checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
13534dependencies = [
13535 "kurbo",
13536 "siphasher 1.0.1",
13537]
13538
13539[[package]]
13540name = "swash"
13541version = "0.2.1"
13542source = "registry+https://github.com/rust-lang/crates.io-index"
13543checksum = "13d5bbc2aa266907ed8ee977c9c9e16363cc2b001266104e13397b57f1d15f71"
13544dependencies = [
13545 "skrifa",
13546 "yazi",
13547 "zeno",
13548]
13549
13550[[package]]
13551name = "syn"
13552version = "1.0.109"
13553source = "registry+https://github.com/rust-lang/crates.io-index"
13554checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
13555dependencies = [
13556 "proc-macro2",
13557 "quote",
13558 "unicode-ident",
13559]
13560
13561[[package]]
13562name = "syn"
13563version = "2.0.100"
13564source = "registry+https://github.com/rust-lang/crates.io-index"
13565checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
13566dependencies = [
13567 "proc-macro2",
13568 "quote",
13569 "unicode-ident",
13570]
13571
13572[[package]]
13573name = "sync_wrapper"
13574version = "0.1.2"
13575source = "registry+https://github.com/rust-lang/crates.io-index"
13576checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
13577
13578[[package]]
13579name = "sync_wrapper"
13580version = "1.0.2"
13581source = "registry+https://github.com/rust-lang/crates.io-index"
13582checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
13583dependencies = [
13584 "futures-core",
13585]
13586
13587[[package]]
13588name = "synchronoise"
13589version = "1.0.1"
13590source = "registry+https://github.com/rust-lang/crates.io-index"
13591checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
13592dependencies = [
13593 "crossbeam-queue",
13594]
13595
13596[[package]]
13597name = "synstructure"
13598version = "0.13.1"
13599source = "registry+https://github.com/rust-lang/crates.io-index"
13600checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
13601dependencies = [
13602 "proc-macro2",
13603 "quote",
13604 "syn 2.0.100",
13605]
13606
13607[[package]]
13608name = "sys-locale"
13609version = "0.3.2"
13610source = "registry+https://github.com/rust-lang/crates.io-index"
13611checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
13612dependencies = [
13613 "libc",
13614]
13615
13616[[package]]
13617name = "sysinfo"
13618version = "0.31.4"
13619source = "registry+https://github.com/rust-lang/crates.io-index"
13620checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
13621dependencies = [
13622 "core-foundation-sys",
13623 "libc",
13624 "memchr",
13625 "ntapi",
13626 "rayon",
13627 "windows 0.57.0",
13628]
13629
13630[[package]]
13631name = "system-configuration"
13632version = "0.5.1"
13633source = "registry+https://github.com/rust-lang/crates.io-index"
13634checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
13635dependencies = [
13636 "bitflags 1.3.2",
13637 "core-foundation 0.9.4",
13638 "system-configuration-sys 0.5.0",
13639]
13640
13641[[package]]
13642name = "system-configuration"
13643version = "0.6.1"
13644source = "registry+https://github.com/rust-lang/crates.io-index"
13645checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
13646dependencies = [
13647 "bitflags 2.9.0",
13648 "core-foundation 0.9.4",
13649 "system-configuration-sys 0.6.0",
13650]
13651
13652[[package]]
13653name = "system-configuration-sys"
13654version = "0.5.0"
13655source = "registry+https://github.com/rust-lang/crates.io-index"
13656checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
13657dependencies = [
13658 "core-foundation-sys",
13659 "libc",
13660]
13661
13662[[package]]
13663name = "system-configuration-sys"
13664version = "0.6.0"
13665source = "registry+https://github.com/rust-lang/crates.io-index"
13666checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
13667dependencies = [
13668 "core-foundation-sys",
13669 "libc",
13670]
13671
13672[[package]]
13673name = "system-deps"
13674version = "6.2.2"
13675source = "registry+https://github.com/rust-lang/crates.io-index"
13676checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
13677dependencies = [
13678 "cfg-expr",
13679 "heck 0.5.0",
13680 "pkg-config",
13681 "toml 0.8.20",
13682 "version-compare",
13683]
13684
13685[[package]]
13686name = "system-interface"
13687version = "0.27.3"
13688source = "registry+https://github.com/rust-lang/crates.io-index"
13689checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
13690dependencies = [
13691 "bitflags 2.9.0",
13692 "cap-fs-ext",
13693 "cap-std",
13694 "fd-lock",
13695 "io-lifetimes",
13696 "rustix",
13697 "windows-sys 0.59.0",
13698 "winx",
13699]
13700
13701[[package]]
13702name = "tab_switcher"
13703version = "0.1.0"
13704dependencies = [
13705 "anyhow",
13706 "collections",
13707 "ctor",
13708 "editor",
13709 "env_logger 0.11.7",
13710 "gpui",
13711 "language",
13712 "menu",
13713 "picker",
13714 "project",
13715 "schemars",
13716 "serde",
13717 "serde_json",
13718 "settings",
13719 "theme",
13720 "ui",
13721 "util",
13722 "workspace",
13723]
13724
13725[[package]]
13726name = "taffy"
13727version = "0.4.4"
13728source = "registry+https://github.com/rust-lang/crates.io-index"
13729checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
13730dependencies = [
13731 "arrayvec",
13732 "grid",
13733 "num-traits",
13734 "serde",
13735 "slotmap",
13736]
13737
13738[[package]]
13739name = "take-until"
13740version = "0.2.0"
13741source = "registry+https://github.com/rust-lang/crates.io-index"
13742checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
13743
13744[[package]]
13745name = "tap"
13746version = "1.0.1"
13747source = "registry+https://github.com/rust-lang/crates.io-index"
13748checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
13749
13750[[package]]
13751name = "target-lexicon"
13752version = "0.12.16"
13753source = "registry+https://github.com/rust-lang/crates.io-index"
13754checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
13755
13756[[package]]
13757name = "target-lexicon"
13758version = "0.13.2"
13759source = "registry+https://github.com/rust-lang/crates.io-index"
13760checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
13761
13762[[package]]
13763name = "task"
13764version = "0.1.0"
13765dependencies = [
13766 "anyhow",
13767 "collections",
13768 "dap-types",
13769 "futures 0.3.31",
13770 "gpui",
13771 "hex",
13772 "parking_lot",
13773 "schemars",
13774 "serde",
13775 "serde_json",
13776 "serde_json_lenient",
13777 "sha2",
13778 "shellexpand 2.1.2",
13779 "util",
13780 "zed_actions",
13781]
13782
13783[[package]]
13784name = "tasks_ui"
13785version = "0.1.0"
13786dependencies = [
13787 "anyhow",
13788 "debugger_ui",
13789 "editor",
13790 "feature_flags",
13791 "file_icons",
13792 "fuzzy",
13793 "gpui",
13794 "language",
13795 "menu",
13796 "picker",
13797 "project",
13798 "serde",
13799 "serde_json",
13800 "task",
13801 "tree-sitter-rust",
13802 "tree-sitter-typescript",
13803 "ui",
13804 "util",
13805 "workspace",
13806 "zed_actions",
13807]
13808
13809[[package]]
13810name = "telemetry"
13811version = "0.1.0"
13812dependencies = [
13813 "futures 0.3.31",
13814 "serde",
13815 "serde_json",
13816 "telemetry_events",
13817]
13818
13819[[package]]
13820name = "telemetry_events"
13821version = "0.1.0"
13822dependencies = [
13823 "semantic_version",
13824 "serde",
13825 "serde_json",
13826]
13827
13828[[package]]
13829name = "tempfile"
13830version = "3.17.1"
13831source = "registry+https://github.com/rust-lang/crates.io-index"
13832checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230"
13833dependencies = [
13834 "cfg-if",
13835 "fastrand 2.3.0",
13836 "getrandom 0.3.1",
13837 "once_cell",
13838 "rustix",
13839 "windows-sys 0.59.0",
13840]
13841
13842[[package]]
13843name = "tendril"
13844version = "0.4.3"
13845source = "registry+https://github.com/rust-lang/crates.io-index"
13846checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
13847dependencies = [
13848 "futf",
13849 "mac",
13850 "utf-8",
13851]
13852
13853[[package]]
13854name = "termcolor"
13855version = "1.4.1"
13856source = "registry+https://github.com/rust-lang/crates.io-index"
13857checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
13858dependencies = [
13859 "winapi-util",
13860]
13861
13862[[package]]
13863name = "terminal"
13864version = "0.1.0"
13865dependencies = [
13866 "alacritty_terminal",
13867 "anyhow",
13868 "collections",
13869 "dirs 4.0.0",
13870 "futures 0.3.31",
13871 "gpui",
13872 "libc",
13873 "rand 0.8.5",
13874 "regex",
13875 "release_channel",
13876 "schemars",
13877 "serde",
13878 "serde_derive",
13879 "settings",
13880 "smol",
13881 "sysinfo",
13882 "task",
13883 "theme",
13884 "thiserror 2.0.12",
13885 "util",
13886 "windows 0.61.1",
13887]
13888
13889[[package]]
13890name = "terminal_size"
13891version = "0.4.1"
13892source = "registry+https://github.com/rust-lang/crates.io-index"
13893checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
13894dependencies = [
13895 "rustix",
13896 "windows-sys 0.59.0",
13897]
13898
13899[[package]]
13900name = "terminal_view"
13901version = "0.1.0"
13902dependencies = [
13903 "anyhow",
13904 "async-recursion 1.1.1",
13905 "breadcrumbs",
13906 "client",
13907 "collections",
13908 "db",
13909 "dirs 4.0.0",
13910 "editor",
13911 "futures 0.3.31",
13912 "gpui",
13913 "itertools 0.14.0",
13914 "language",
13915 "log",
13916 "project",
13917 "rand 0.8.5",
13918 "schemars",
13919 "search",
13920 "serde",
13921 "serde_json",
13922 "settings",
13923 "shellexpand 2.1.2",
13924 "smol",
13925 "task",
13926 "terminal",
13927 "theme",
13928 "ui",
13929 "util",
13930 "workspace",
13931 "zed_actions",
13932]
13933
13934[[package]]
13935name = "text"
13936version = "0.1.0"
13937dependencies = [
13938 "anyhow",
13939 "clock",
13940 "collections",
13941 "ctor",
13942 "env_logger 0.11.7",
13943 "gpui",
13944 "http_client",
13945 "log",
13946 "parking_lot",
13947 "postage",
13948 "rand 0.8.5",
13949 "regex",
13950 "rope",
13951 "smallvec",
13952 "sum_tree",
13953 "util",
13954]
13955
13956[[package]]
13957name = "theme"
13958version = "0.1.0"
13959dependencies = [
13960 "anyhow",
13961 "collections",
13962 "derive_more",
13963 "fs",
13964 "futures 0.3.31",
13965 "gpui",
13966 "indexmap",
13967 "log",
13968 "palette",
13969 "parking_lot",
13970 "refineable",
13971 "schemars",
13972 "serde",
13973 "serde_derive",
13974 "serde_json",
13975 "serde_json_lenient",
13976 "serde_repr",
13977 "settings",
13978 "strum",
13979 "thiserror 2.0.12",
13980 "util",
13981 "uuid",
13982]
13983
13984[[package]]
13985name = "theme_extension"
13986version = "0.1.0"
13987dependencies = [
13988 "anyhow",
13989 "extension",
13990 "fs",
13991 "gpui",
13992 "theme",
13993]
13994
13995[[package]]
13996name = "theme_importer"
13997version = "0.1.0"
13998dependencies = [
13999 "anyhow",
14000 "clap",
14001 "gpui",
14002 "indexmap",
14003 "log",
14004 "palette",
14005 "rust-embed",
14006 "serde",
14007 "serde_json",
14008 "serde_json_lenient",
14009 "simplelog",
14010 "strum",
14011 "theme",
14012 "vscode_theme",
14013]
14014
14015[[package]]
14016name = "theme_selector"
14017version = "0.1.0"
14018dependencies = [
14019 "fs",
14020 "fuzzy",
14021 "gpui",
14022 "log",
14023 "picker",
14024 "serde",
14025 "settings",
14026 "telemetry",
14027 "theme",
14028 "ui",
14029 "util",
14030 "workspace",
14031 "zed_actions",
14032]
14033
14034[[package]]
14035name = "thiserror"
14036version = "1.0.69"
14037source = "registry+https://github.com/rust-lang/crates.io-index"
14038checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
14039dependencies = [
14040 "thiserror-impl 1.0.69",
14041]
14042
14043[[package]]
14044name = "thiserror"
14045version = "2.0.12"
14046source = "registry+https://github.com/rust-lang/crates.io-index"
14047checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
14048dependencies = [
14049 "thiserror-impl 2.0.12",
14050]
14051
14052[[package]]
14053name = "thiserror-impl"
14054version = "1.0.69"
14055source = "registry+https://github.com/rust-lang/crates.io-index"
14056checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
14057dependencies = [
14058 "proc-macro2",
14059 "quote",
14060 "syn 2.0.100",
14061]
14062
14063[[package]]
14064name = "thiserror-impl"
14065version = "2.0.12"
14066source = "registry+https://github.com/rust-lang/crates.io-index"
14067checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
14068dependencies = [
14069 "proc-macro2",
14070 "quote",
14071 "syn 2.0.100",
14072]
14073
14074[[package]]
14075name = "thread_local"
14076version = "1.1.8"
14077source = "registry+https://github.com/rust-lang/crates.io-index"
14078checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
14079dependencies = [
14080 "cfg-if",
14081 "once_cell",
14082]
14083
14084[[package]]
14085name = "tiff"
14086version = "0.9.1"
14087source = "registry+https://github.com/rust-lang/crates.io-index"
14088checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
14089dependencies = [
14090 "flate2",
14091 "jpeg-decoder",
14092 "weezl",
14093]
14094
14095[[package]]
14096name = "tiktoken-rs"
14097version = "0.6.0"
14098source = "registry+https://github.com/rust-lang/crates.io-index"
14099checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
14100dependencies = [
14101 "anyhow",
14102 "base64 0.21.7",
14103 "bstr",
14104 "fancy-regex 0.13.0",
14105 "lazy_static",
14106 "parking_lot",
14107 "regex",
14108 "rustc-hash 1.1.0",
14109]
14110
14111[[package]]
14112name = "time"
14113version = "0.3.41"
14114source = "registry+https://github.com/rust-lang/crates.io-index"
14115checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
14116dependencies = [
14117 "deranged",
14118 "itoa",
14119 "libc",
14120 "num-conv",
14121 "num_threads",
14122 "powerfmt",
14123 "serde",
14124 "time-core",
14125 "time-macros",
14126]
14127
14128[[package]]
14129name = "time-core"
14130version = "0.1.4"
14131source = "registry+https://github.com/rust-lang/crates.io-index"
14132checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
14133
14134[[package]]
14135name = "time-macros"
14136version = "0.2.22"
14137source = "registry+https://github.com/rust-lang/crates.io-index"
14138checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
14139dependencies = [
14140 "num-conv",
14141 "time-core",
14142]
14143
14144[[package]]
14145name = "time_format"
14146version = "0.1.0"
14147dependencies = [
14148 "core-foundation 0.10.0",
14149 "core-foundation-sys",
14150 "sys-locale",
14151 "time",
14152]
14153
14154[[package]]
14155name = "tiny-keccak"
14156version = "2.0.2"
14157source = "registry+https://github.com/rust-lang/crates.io-index"
14158checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
14159dependencies = [
14160 "crunchy",
14161]
14162
14163[[package]]
14164name = "tiny-skia"
14165version = "0.11.4"
14166source = "registry+https://github.com/rust-lang/crates.io-index"
14167checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
14168dependencies = [
14169 "arrayref",
14170 "arrayvec",
14171 "bytemuck",
14172 "cfg-if",
14173 "log",
14174 "png",
14175 "tiny-skia-path",
14176]
14177
14178[[package]]
14179name = "tiny-skia-path"
14180version = "0.11.4"
14181source = "registry+https://github.com/rust-lang/crates.io-index"
14182checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
14183dependencies = [
14184 "arrayref",
14185 "bytemuck",
14186 "strict-num",
14187]
14188
14189[[package]]
14190name = "tiny_http"
14191version = "0.8.2"
14192source = "registry+https://github.com/rust-lang/crates.io-index"
14193checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
14194dependencies = [
14195 "ascii",
14196 "chrono",
14197 "chunked_transfer",
14198 "log",
14199 "url",
14200]
14201
14202[[package]]
14203name = "tinystr"
14204version = "0.7.6"
14205source = "registry+https://github.com/rust-lang/crates.io-index"
14206checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
14207dependencies = [
14208 "displaydoc",
14209 "zerovec",
14210]
14211
14212[[package]]
14213name = "tinytemplate"
14214version = "1.2.1"
14215source = "registry+https://github.com/rust-lang/crates.io-index"
14216checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
14217dependencies = [
14218 "serde",
14219 "serde_json",
14220]
14221
14222[[package]]
14223name = "tinyvec"
14224version = "1.8.0"
14225source = "registry+https://github.com/rust-lang/crates.io-index"
14226checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
14227dependencies = [
14228 "tinyvec_macros",
14229]
14230
14231[[package]]
14232name = "tinyvec_macros"
14233version = "0.1.1"
14234source = "registry+https://github.com/rust-lang/crates.io-index"
14235checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
14236
14237[[package]]
14238name = "title_bar"
14239version = "0.1.0"
14240dependencies = [
14241 "auto_update",
14242 "call",
14243 "chrono",
14244 "client",
14245 "collections",
14246 "db",
14247 "feature_flags",
14248 "gpui",
14249 "http_client",
14250 "notifications",
14251 "pretty_assertions",
14252 "project",
14253 "remote",
14254 "rpc",
14255 "schemars",
14256 "serde",
14257 "settings",
14258 "smallvec",
14259 "story",
14260 "telemetry",
14261 "theme",
14262 "tree-sitter-md",
14263 "ui",
14264 "util",
14265 "windows 0.61.1",
14266 "workspace",
14267 "zed_actions",
14268]
14269
14270[[package]]
14271name = "tokio"
14272version = "1.43.0"
14273source = "registry+https://github.com/rust-lang/crates.io-index"
14274checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
14275dependencies = [
14276 "backtrace",
14277 "bytes 1.10.1",
14278 "libc",
14279 "mio",
14280 "parking_lot",
14281 "pin-project-lite",
14282 "signal-hook-registry",
14283 "socket2",
14284 "tokio-macros",
14285 "windows-sys 0.52.0",
14286]
14287
14288[[package]]
14289name = "tokio-io"
14290version = "0.1.13"
14291source = "registry+https://github.com/rust-lang/crates.io-index"
14292checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
14293dependencies = [
14294 "bytes 0.4.12",
14295 "futures 0.1.31",
14296 "log",
14297]
14298
14299[[package]]
14300name = "tokio-macros"
14301version = "2.5.0"
14302source = "registry+https://github.com/rust-lang/crates.io-index"
14303checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
14304dependencies = [
14305 "proc-macro2",
14306 "quote",
14307 "syn 2.0.100",
14308]
14309
14310[[package]]
14311name = "tokio-native-tls"
14312version = "0.3.1"
14313source = "registry+https://github.com/rust-lang/crates.io-index"
14314checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
14315dependencies = [
14316 "native-tls",
14317 "tokio",
14318]
14319
14320[[package]]
14321name = "tokio-rustls"
14322version = "0.24.1"
14323source = "registry+https://github.com/rust-lang/crates.io-index"
14324checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
14325dependencies = [
14326 "rustls 0.21.12",
14327 "tokio",
14328]
14329
14330[[package]]
14331name = "tokio-rustls"
14332version = "0.26.1"
14333source = "registry+https://github.com/rust-lang/crates.io-index"
14334checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
14335dependencies = [
14336 "rustls 0.23.25",
14337 "tokio",
14338]
14339
14340[[package]]
14341name = "tokio-socks"
14342version = "0.5.2"
14343source = "registry+https://github.com/rust-lang/crates.io-index"
14344checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
14345dependencies = [
14346 "either",
14347 "futures-io",
14348 "futures-util",
14349 "thiserror 1.0.69",
14350 "tokio",
14351]
14352
14353[[package]]
14354name = "tokio-stream"
14355version = "0.1.17"
14356source = "registry+https://github.com/rust-lang/crates.io-index"
14357checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
14358dependencies = [
14359 "futures-core",
14360 "pin-project-lite",
14361 "tokio",
14362]
14363
14364[[package]]
14365name = "tokio-tungstenite"
14366version = "0.20.1"
14367source = "registry+https://github.com/rust-lang/crates.io-index"
14368checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
14369dependencies = [
14370 "futures-util",
14371 "log",
14372 "tokio",
14373 "tungstenite 0.20.1",
14374]
14375
14376[[package]]
14377name = "tokio-tungstenite"
14378version = "0.21.0"
14379source = "registry+https://github.com/rust-lang/crates.io-index"
14380checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
14381dependencies = [
14382 "futures-util",
14383 "log",
14384 "tokio",
14385 "tungstenite 0.21.0",
14386]
14387
14388[[package]]
14389name = "tokio-tungstenite"
14390version = "0.26.2"
14391source = "registry+https://github.com/rust-lang/crates.io-index"
14392checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
14393dependencies = [
14394 "futures-util",
14395 "log",
14396 "rustls 0.23.25",
14397 "rustls-pki-types",
14398 "tokio",
14399 "tokio-rustls 0.26.1",
14400 "tungstenite 0.26.2",
14401]
14402
14403[[package]]
14404name = "tokio-util"
14405version = "0.7.13"
14406source = "registry+https://github.com/rust-lang/crates.io-index"
14407checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
14408dependencies = [
14409 "bytes 1.10.1",
14410 "futures-core",
14411 "futures-io",
14412 "futures-sink",
14413 "pin-project-lite",
14414 "tokio",
14415]
14416
14417[[package]]
14418name = "toml"
14419version = "0.5.11"
14420source = "registry+https://github.com/rust-lang/crates.io-index"
14421checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
14422dependencies = [
14423 "serde",
14424]
14425
14426[[package]]
14427name = "toml"
14428version = "0.8.20"
14429source = "registry+https://github.com/rust-lang/crates.io-index"
14430checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
14431dependencies = [
14432 "serde",
14433 "serde_spanned",
14434 "toml_datetime",
14435 "toml_edit",
14436]
14437
14438[[package]]
14439name = "toml_datetime"
14440version = "0.6.8"
14441source = "registry+https://github.com/rust-lang/crates.io-index"
14442checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
14443dependencies = [
14444 "serde",
14445]
14446
14447[[package]]
14448name = "toml_edit"
14449version = "0.22.23"
14450source = "registry+https://github.com/rust-lang/crates.io-index"
14451checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee"
14452dependencies = [
14453 "indexmap",
14454 "serde",
14455 "serde_spanned",
14456 "toml_datetime",
14457 "winnow 0.7.1",
14458]
14459
14460[[package]]
14461name = "toolchain_selector"
14462version = "0.1.0"
14463dependencies = [
14464 "editor",
14465 "fuzzy",
14466 "gpui",
14467 "language",
14468 "picker",
14469 "project",
14470 "ui",
14471 "util",
14472 "workspace",
14473]
14474
14475[[package]]
14476name = "topological-sort"
14477version = "0.2.2"
14478source = "registry+https://github.com/rust-lang/crates.io-index"
14479checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
14480
14481[[package]]
14482name = "tower"
14483version = "0.4.13"
14484source = "registry+https://github.com/rust-lang/crates.io-index"
14485checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
14486dependencies = [
14487 "futures-core",
14488 "futures-util",
14489 "pin-project",
14490 "pin-project-lite",
14491 "tokio",
14492 "tower-layer",
14493 "tower-service",
14494 "tracing",
14495]
14496
14497[[package]]
14498name = "tower-http"
14499version = "0.3.5"
14500source = "registry+https://github.com/rust-lang/crates.io-index"
14501checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
14502dependencies = [
14503 "bitflags 1.3.2",
14504 "bytes 1.10.1",
14505 "futures-core",
14506 "futures-util",
14507 "http 0.2.12",
14508 "http-body 0.4.6",
14509 "http-range-header",
14510 "pin-project-lite",
14511 "tower-layer",
14512 "tower-service",
14513]
14514
14515[[package]]
14516name = "tower-http"
14517version = "0.4.4"
14518source = "registry+https://github.com/rust-lang/crates.io-index"
14519checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
14520dependencies = [
14521 "bitflags 2.9.0",
14522 "bytes 1.10.1",
14523 "futures-core",
14524 "futures-util",
14525 "http 0.2.12",
14526 "http-body 0.4.6",
14527 "http-range-header",
14528 "pin-project-lite",
14529 "tower-layer",
14530 "tower-service",
14531 "tracing",
14532]
14533
14534[[package]]
14535name = "tower-layer"
14536version = "0.3.3"
14537source = "registry+https://github.com/rust-lang/crates.io-index"
14538checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
14539
14540[[package]]
14541name = "tower-service"
14542version = "0.3.3"
14543source = "registry+https://github.com/rust-lang/crates.io-index"
14544checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
14545
14546[[package]]
14547name = "tracing"
14548version = "0.1.41"
14549source = "registry+https://github.com/rust-lang/crates.io-index"
14550checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
14551dependencies = [
14552 "log",
14553 "pin-project-lite",
14554 "tracing-attributes",
14555 "tracing-core",
14556]
14557
14558[[package]]
14559name = "tracing-attributes"
14560version = "0.1.28"
14561source = "registry+https://github.com/rust-lang/crates.io-index"
14562checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
14563dependencies = [
14564 "proc-macro2",
14565 "quote",
14566 "syn 2.0.100",
14567]
14568
14569[[package]]
14570name = "tracing-core"
14571version = "0.1.33"
14572source = "registry+https://github.com/rust-lang/crates.io-index"
14573checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
14574dependencies = [
14575 "once_cell",
14576 "valuable",
14577]
14578
14579[[package]]
14580name = "tracing-log"
14581version = "0.2.0"
14582source = "registry+https://github.com/rust-lang/crates.io-index"
14583checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
14584dependencies = [
14585 "log",
14586 "once_cell",
14587 "tracing-core",
14588]
14589
14590[[package]]
14591name = "tracing-serde"
14592version = "0.2.0"
14593source = "registry+https://github.com/rust-lang/crates.io-index"
14594checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
14595dependencies = [
14596 "serde",
14597 "tracing-core",
14598]
14599
14600[[package]]
14601name = "tracing-subscriber"
14602version = "0.3.19"
14603source = "registry+https://github.com/rust-lang/crates.io-index"
14604checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
14605dependencies = [
14606 "matchers",
14607 "nu-ansi-term",
14608 "once_cell",
14609 "regex",
14610 "serde",
14611 "serde_json",
14612 "sharded-slab",
14613 "smallvec",
14614 "thread_local",
14615 "tracing",
14616 "tracing-core",
14617 "tracing-log",
14618 "tracing-serde",
14619]
14620
14621[[package]]
14622name = "trait-variant"
14623version = "0.1.2"
14624source = "registry+https://github.com/rust-lang/crates.io-index"
14625checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
14626dependencies = [
14627 "proc-macro2",
14628 "quote",
14629 "syn 2.0.100",
14630]
14631
14632[[package]]
14633name = "tree-sitter"
14634version = "0.25.3"
14635source = "registry+https://github.com/rust-lang/crates.io-index"
14636checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
14637dependencies = [
14638 "cc",
14639 "regex",
14640 "regex-syntax 0.8.5",
14641 "serde_json",
14642 "streaming-iterator",
14643 "tree-sitter-language",
14644 "wasmtime-c-api-impl",
14645]
14646
14647[[package]]
14648name = "tree-sitter-bash"
14649version = "0.23.3"
14650source = "registry+https://github.com/rust-lang/crates.io-index"
14651checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
14652dependencies = [
14653 "cc",
14654 "tree-sitter-language",
14655]
14656
14657[[package]]
14658name = "tree-sitter-c"
14659version = "0.23.4"
14660source = "registry+https://github.com/rust-lang/crates.io-index"
14661checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
14662dependencies = [
14663 "cc",
14664 "tree-sitter-language",
14665]
14666
14667[[package]]
14668name = "tree-sitter-cpp"
14669version = "0.23.4"
14670source = "registry+https://github.com/rust-lang/crates.io-index"
14671checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
14672dependencies = [
14673 "cc",
14674 "tree-sitter-language",
14675]
14676
14677[[package]]
14678name = "tree-sitter-css"
14679version = "0.23.2"
14680source = "registry+https://github.com/rust-lang/crates.io-index"
14681checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
14682dependencies = [
14683 "cc",
14684 "tree-sitter-language",
14685]
14686
14687[[package]]
14688name = "tree-sitter-diff"
14689version = "0.1.0"
14690source = "registry+https://github.com/rust-lang/crates.io-index"
14691checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
14692dependencies = [
14693 "cc",
14694 "tree-sitter-language",
14695]
14696
14697[[package]]
14698name = "tree-sitter-elixir"
14699version = "0.3.4"
14700source = "registry+https://github.com/rust-lang/crates.io-index"
14701checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
14702dependencies = [
14703 "cc",
14704 "tree-sitter-language",
14705]
14706
14707[[package]]
14708name = "tree-sitter-embedded-template"
14709version = "0.23.2"
14710source = "registry+https://github.com/rust-lang/crates.io-index"
14711checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
14712dependencies = [
14713 "cc",
14714 "tree-sitter-language",
14715]
14716
14717[[package]]
14718name = "tree-sitter-gitcommit"
14719version = "0.0.1"
14720source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
14721dependencies = [
14722 "cc",
14723 "tree-sitter-language",
14724]
14725
14726[[package]]
14727name = "tree-sitter-go"
14728version = "0.23.4"
14729source = "registry+https://github.com/rust-lang/crates.io-index"
14730checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
14731dependencies = [
14732 "cc",
14733 "tree-sitter-language",
14734]
14735
14736[[package]]
14737name = "tree-sitter-gomod"
14738version = "1.1.1"
14739source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
14740dependencies = [
14741 "cc",
14742 "tree-sitter-language",
14743]
14744
14745[[package]]
14746name = "tree-sitter-gowork"
14747version = "0.0.1"
14748source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
14749dependencies = [
14750 "cc",
14751 "tree-sitter-language",
14752]
14753
14754[[package]]
14755name = "tree-sitter-heex"
14756version = "0.0.1"
14757source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
14758dependencies = [
14759 "cc",
14760 "tree-sitter-language",
14761]
14762
14763[[package]]
14764name = "tree-sitter-html"
14765version = "0.23.2"
14766source = "registry+https://github.com/rust-lang/crates.io-index"
14767checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
14768dependencies = [
14769 "cc",
14770 "tree-sitter-language",
14771]
14772
14773[[package]]
14774name = "tree-sitter-jsdoc"
14775version = "0.23.2"
14776source = "registry+https://github.com/rust-lang/crates.io-index"
14777checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
14778dependencies = [
14779 "cc",
14780 "tree-sitter-language",
14781]
14782
14783[[package]]
14784name = "tree-sitter-json"
14785version = "0.24.8"
14786source = "registry+https://github.com/rust-lang/crates.io-index"
14787checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
14788dependencies = [
14789 "cc",
14790 "tree-sitter-language",
14791]
14792
14793[[package]]
14794name = "tree-sitter-language"
14795version = "0.1.3"
14796source = "registry+https://github.com/rust-lang/crates.io-index"
14797checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
14798
14799[[package]]
14800name = "tree-sitter-md"
14801version = "0.3.2"
14802source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
14803dependencies = [
14804 "cc",
14805 "tree-sitter-language",
14806]
14807
14808[[package]]
14809name = "tree-sitter-python"
14810version = "0.23.6"
14811source = "registry+https://github.com/rust-lang/crates.io-index"
14812checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
14813dependencies = [
14814 "cc",
14815 "tree-sitter-language",
14816]
14817
14818[[package]]
14819name = "tree-sitter-regex"
14820version = "0.24.3"
14821source = "registry+https://github.com/rust-lang/crates.io-index"
14822checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
14823dependencies = [
14824 "cc",
14825 "tree-sitter-language",
14826]
14827
14828[[package]]
14829name = "tree-sitter-ruby"
14830version = "0.23.1"
14831source = "registry+https://github.com/rust-lang/crates.io-index"
14832checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
14833dependencies = [
14834 "cc",
14835 "tree-sitter-language",
14836]
14837
14838[[package]]
14839name = "tree-sitter-rust"
14840version = "0.23.2"
14841source = "registry+https://github.com/rust-lang/crates.io-index"
14842checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
14843dependencies = [
14844 "cc",
14845 "tree-sitter-language",
14846]
14847
14848[[package]]
14849name = "tree-sitter-typescript"
14850version = "0.23.2"
14851source = "registry+https://github.com/rust-lang/crates.io-index"
14852checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
14853dependencies = [
14854 "cc",
14855 "tree-sitter-language",
14856]
14857
14858[[package]]
14859name = "tree-sitter-yaml"
14860version = "0.6.1"
14861source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
14862dependencies = [
14863 "cc",
14864 "tree-sitter-language",
14865]
14866
14867[[package]]
14868name = "try-lock"
14869version = "0.2.5"
14870source = "registry+https://github.com/rust-lang/crates.io-index"
14871checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
14872
14873[[package]]
14874name = "ttf-parser"
14875version = "0.20.0"
14876source = "registry+https://github.com/rust-lang/crates.io-index"
14877checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
14878
14879[[package]]
14880name = "ttf-parser"
14881version = "0.21.1"
14882source = "registry+https://github.com/rust-lang/crates.io-index"
14883checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
14884
14885[[package]]
14886name = "ttf-parser"
14887version = "0.25.1"
14888source = "registry+https://github.com/rust-lang/crates.io-index"
14889checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
14890dependencies = [
14891 "core_maths",
14892]
14893
14894[[package]]
14895name = "tungstenite"
14896version = "0.20.1"
14897source = "registry+https://github.com/rust-lang/crates.io-index"
14898checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
14899dependencies = [
14900 "byteorder",
14901 "bytes 1.10.1",
14902 "data-encoding",
14903 "http 0.2.12",
14904 "httparse",
14905 "log",
14906 "rand 0.8.5",
14907 "sha1",
14908 "thiserror 1.0.69",
14909 "url",
14910 "utf-8",
14911]
14912
14913[[package]]
14914name = "tungstenite"
14915version = "0.21.0"
14916source = "registry+https://github.com/rust-lang/crates.io-index"
14917checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
14918dependencies = [
14919 "byteorder",
14920 "bytes 1.10.1",
14921 "data-encoding",
14922 "http 1.2.0",
14923 "httparse",
14924 "log",
14925 "rand 0.8.5",
14926 "sha1",
14927 "thiserror 1.0.69",
14928 "url",
14929 "utf-8",
14930]
14931
14932[[package]]
14933name = "tungstenite"
14934version = "0.24.0"
14935source = "registry+https://github.com/rust-lang/crates.io-index"
14936checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
14937dependencies = [
14938 "byteorder",
14939 "bytes 1.10.1",
14940 "data-encoding",
14941 "http 1.2.0",
14942 "httparse",
14943 "log",
14944 "rand 0.8.5",
14945 "sha1",
14946 "thiserror 1.0.69",
14947 "utf-8",
14948]
14949
14950[[package]]
14951name = "tungstenite"
14952version = "0.26.2"
14953source = "registry+https://github.com/rust-lang/crates.io-index"
14954checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
14955dependencies = [
14956 "bytes 1.10.1",
14957 "data-encoding",
14958 "http 1.2.0",
14959 "httparse",
14960 "log",
14961 "rand 0.9.0",
14962 "rustls 0.23.25",
14963 "rustls-pki-types",
14964 "sha1",
14965 "thiserror 2.0.12",
14966 "utf-8",
14967]
14968
14969[[package]]
14970name = "typeid"
14971version = "1.0.2"
14972source = "registry+https://github.com/rust-lang/crates.io-index"
14973checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
14974
14975[[package]]
14976name = "typenum"
14977version = "1.17.0"
14978source = "registry+https://github.com/rust-lang/crates.io-index"
14979checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
14980
14981[[package]]
14982name = "ucd-trie"
14983version = "0.1.7"
14984source = "registry+https://github.com/rust-lang/crates.io-index"
14985checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
14986
14987[[package]]
14988name = "uds_windows"
14989version = "1.1.0"
14990source = "registry+https://github.com/rust-lang/crates.io-index"
14991checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
14992dependencies = [
14993 "memoffset",
14994 "tempfile",
14995 "winapi",
14996]
14997
14998[[package]]
14999name = "ui"
15000version = "0.1.0"
15001dependencies = [
15002 "chrono",
15003 "component",
15004 "gpui",
15005 "icons",
15006 "itertools 0.14.0",
15007 "linkme",
15008 "menu",
15009 "serde",
15010 "settings",
15011 "smallvec",
15012 "story",
15013 "strum",
15014 "theme",
15015 "ui_macros",
15016 "util",
15017 "windows 0.61.1",
15018]
15019
15020[[package]]
15021name = "ui_input"
15022version = "0.1.0"
15023dependencies = [
15024 "editor",
15025 "gpui",
15026 "settings",
15027 "theme",
15028 "ui",
15029]
15030
15031[[package]]
15032name = "ui_macros"
15033version = "0.1.0"
15034dependencies = [
15035 "convert_case 0.8.0",
15036 "linkme",
15037 "proc-macro2",
15038 "quote",
15039 "syn 1.0.109",
15040]
15041
15042[[package]]
15043name = "ui_prompt"
15044version = "0.1.0"
15045dependencies = [
15046 "gpui",
15047 "markdown",
15048 "menu",
15049 "settings",
15050 "theme",
15051 "ui",
15052 "workspace",
15053]
15054
15055[[package]]
15056name = "unicase"
15057version = "2.8.1"
15058source = "registry+https://github.com/rust-lang/crates.io-index"
15059checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
15060
15061[[package]]
15062name = "unicode-bidi"
15063version = "0.3.17"
15064source = "registry+https://github.com/rust-lang/crates.io-index"
15065checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
15066
15067[[package]]
15068name = "unicode-bidi-mirroring"
15069version = "0.2.0"
15070source = "registry+https://github.com/rust-lang/crates.io-index"
15071checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
15072
15073[[package]]
15074name = "unicode-bidi-mirroring"
15075version = "0.4.0"
15076source = "registry+https://github.com/rust-lang/crates.io-index"
15077checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
15078
15079[[package]]
15080name = "unicode-ccc"
15081version = "0.2.0"
15082source = "registry+https://github.com/rust-lang/crates.io-index"
15083checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
15084
15085[[package]]
15086name = "unicode-ccc"
15087version = "0.4.0"
15088source = "registry+https://github.com/rust-lang/crates.io-index"
15089checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
15090
15091[[package]]
15092name = "unicode-ident"
15093version = "1.0.14"
15094source = "registry+https://github.com/rust-lang/crates.io-index"
15095checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
15096
15097[[package]]
15098name = "unicode-linebreak"
15099version = "0.1.5"
15100source = "registry+https://github.com/rust-lang/crates.io-index"
15101checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
15102
15103[[package]]
15104name = "unicode-normalization"
15105version = "0.1.24"
15106source = "registry+https://github.com/rust-lang/crates.io-index"
15107checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
15108dependencies = [
15109 "tinyvec",
15110]
15111
15112[[package]]
15113name = "unicode-properties"
15114version = "0.1.3"
15115source = "registry+https://github.com/rust-lang/crates.io-index"
15116checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
15117
15118[[package]]
15119name = "unicode-script"
15120version = "0.5.7"
15121source = "registry+https://github.com/rust-lang/crates.io-index"
15122checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
15123
15124[[package]]
15125name = "unicode-segmentation"
15126version = "1.12.0"
15127source = "registry+https://github.com/rust-lang/crates.io-index"
15128checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
15129
15130[[package]]
15131name = "unicode-vo"
15132version = "0.1.0"
15133source = "registry+https://github.com/rust-lang/crates.io-index"
15134checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
15135
15136[[package]]
15137name = "unicode-width"
15138version = "0.1.14"
15139source = "registry+https://github.com/rust-lang/crates.io-index"
15140checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
15141
15142[[package]]
15143name = "unicode-xid"
15144version = "0.2.6"
15145source = "registry+https://github.com/rust-lang/crates.io-index"
15146checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
15147
15148[[package]]
15149name = "unicode_categories"
15150version = "0.1.1"
15151source = "registry+https://github.com/rust-lang/crates.io-index"
15152checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
15153
15154[[package]]
15155name = "unindent"
15156version = "0.2.4"
15157source = "registry+https://github.com/rust-lang/crates.io-index"
15158checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
15159
15160[[package]]
15161name = "untrusted"
15162version = "0.9.0"
15163source = "registry+https://github.com/rust-lang/crates.io-index"
15164checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
15165
15166[[package]]
15167name = "url"
15168version = "2.5.4"
15169source = "registry+https://github.com/rust-lang/crates.io-index"
15170checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
15171dependencies = [
15172 "form_urlencoded",
15173 "idna",
15174 "percent-encoding",
15175 "serde",
15176]
15177
15178[[package]]
15179name = "urlencoding"
15180version = "2.1.3"
15181source = "registry+https://github.com/rust-lang/crates.io-index"
15182checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
15183
15184[[package]]
15185name = "usvg"
15186version = "0.45.0"
15187source = "registry+https://github.com/rust-lang/crates.io-index"
15188checksum = "2ac8e0e3e4696253dc06167990b3fe9a2668ab66270adf949a464db4088cb354"
15189dependencies = [
15190 "base64 0.22.1",
15191 "data-url",
15192 "flate2",
15193 "fontdb 0.23.0",
15194 "imagesize",
15195 "kurbo",
15196 "log",
15197 "pico-args",
15198 "roxmltree",
15199 "rustybuzz 0.20.1",
15200 "simplecss",
15201 "siphasher 1.0.1",
15202 "strict-num",
15203 "svgtypes",
15204 "tiny-skia-path",
15205 "unicode-bidi",
15206 "unicode-script",
15207 "unicode-vo",
15208 "xmlwriter",
15209]
15210
15211[[package]]
15212name = "utf-8"
15213version = "0.7.6"
15214source = "registry+https://github.com/rust-lang/crates.io-index"
15215checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
15216
15217[[package]]
15218name = "utf16_iter"
15219version = "1.0.5"
15220source = "registry+https://github.com/rust-lang/crates.io-index"
15221checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
15222
15223[[package]]
15224name = "utf8_iter"
15225version = "1.0.4"
15226source = "registry+https://github.com/rust-lang/crates.io-index"
15227checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
15228
15229[[package]]
15230name = "utf8parse"
15231version = "0.2.2"
15232source = "registry+https://github.com/rust-lang/crates.io-index"
15233checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
15234
15235[[package]]
15236name = "util"
15237version = "0.1.0"
15238dependencies = [
15239 "anyhow",
15240 "async-fs",
15241 "collections",
15242 "dirs 4.0.0",
15243 "dunce",
15244 "futures 0.3.31",
15245 "futures-lite 1.13.0",
15246 "git2",
15247 "globset",
15248 "itertools 0.14.0",
15249 "libc",
15250 "log",
15251 "rand 0.8.5",
15252 "regex",
15253 "rust-embed",
15254 "serde",
15255 "serde_json",
15256 "smol",
15257 "take-until",
15258 "tempfile",
15259 "tendril",
15260 "unicase",
15261 "util_macros",
15262]
15263
15264[[package]]
15265name = "util_macros"
15266version = "0.1.0"
15267dependencies = [
15268 "quote",
15269 "syn 1.0.109",
15270]
15271
15272[[package]]
15273name = "uuid"
15274version = "1.13.2"
15275source = "registry+https://github.com/rust-lang/crates.io-index"
15276checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6"
15277dependencies = [
15278 "getrandom 0.3.1",
15279 "serde",
15280 "sha1_smol",
15281]
15282
15283[[package]]
15284name = "v_frame"
15285version = "0.3.8"
15286source = "registry+https://github.com/rust-lang/crates.io-index"
15287checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
15288dependencies = [
15289 "aligned-vec",
15290 "num-traits",
15291 "wasm-bindgen",
15292]
15293
15294[[package]]
15295name = "valuable"
15296version = "0.1.0"
15297source = "registry+https://github.com/rust-lang/crates.io-index"
15298checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
15299
15300[[package]]
15301name = "value-bag"
15302version = "1.10.0"
15303source = "registry+https://github.com/rust-lang/crates.io-index"
15304checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
15305dependencies = [
15306 "value-bag-serde1",
15307 "value-bag-sval2",
15308]
15309
15310[[package]]
15311name = "value-bag-serde1"
15312version = "1.10.0"
15313source = "registry+https://github.com/rust-lang/crates.io-index"
15314checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
15315dependencies = [
15316 "erased-serde",
15317 "serde",
15318 "serde_fmt",
15319]
15320
15321[[package]]
15322name = "value-bag-sval2"
15323version = "1.10.0"
15324source = "registry+https://github.com/rust-lang/crates.io-index"
15325checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
15326dependencies = [
15327 "sval",
15328 "sval_buffer",
15329 "sval_dynamic",
15330 "sval_fmt",
15331 "sval_json",
15332 "sval_ref",
15333 "sval_serde",
15334]
15335
15336[[package]]
15337name = "vcpkg"
15338version = "0.2.15"
15339source = "registry+https://github.com/rust-lang/crates.io-index"
15340checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
15341
15342[[package]]
15343name = "version-compare"
15344version = "0.2.0"
15345source = "registry+https://github.com/rust-lang/crates.io-index"
15346checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
15347
15348[[package]]
15349name = "version_check"
15350version = "0.9.5"
15351source = "registry+https://github.com/rust-lang/crates.io-index"
15352checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
15353
15354[[package]]
15355name = "vim"
15356version = "0.1.0"
15357dependencies = [
15358 "anyhow",
15359 "assets",
15360 "async-compat",
15361 "async-trait",
15362 "collections",
15363 "command_palette",
15364 "command_palette_hooks",
15365 "db",
15366 "editor",
15367 "futures 0.3.31",
15368 "git_ui",
15369 "gpui",
15370 "indoc",
15371 "itertools 0.14.0",
15372 "language",
15373 "libc",
15374 "log",
15375 "lsp",
15376 "multi_buffer",
15377 "nvim-rs",
15378 "parking_lot",
15379 "picker",
15380 "project",
15381 "project_panel",
15382 "regex",
15383 "release_channel",
15384 "schemars",
15385 "search",
15386 "serde",
15387 "serde_derive",
15388 "serde_json",
15389 "settings",
15390 "task",
15391 "text",
15392 "theme",
15393 "tokio",
15394 "ui",
15395 "util",
15396 "vim_mode_setting",
15397 "workspace",
15398 "zed_actions",
15399]
15400
15401[[package]]
15402name = "vim_mode_setting"
15403version = "0.1.0"
15404dependencies = [
15405 "anyhow",
15406 "gpui",
15407 "settings",
15408]
15409
15410[[package]]
15411name = "vscode_theme"
15412version = "0.2.0"
15413source = "registry+https://github.com/rust-lang/crates.io-index"
15414checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
15415dependencies = [
15416 "serde",
15417]
15418
15419[[package]]
15420name = "vsimd"
15421version = "0.8.0"
15422source = "registry+https://github.com/rust-lang/crates.io-index"
15423checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
15424
15425[[package]]
15426name = "vswhom"
15427version = "0.1.0"
15428source = "registry+https://github.com/rust-lang/crates.io-index"
15429checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
15430dependencies = [
15431 "libc",
15432 "vswhom-sys",
15433]
15434
15435[[package]]
15436name = "vswhom-sys"
15437version = "0.1.2"
15438source = "registry+https://github.com/rust-lang/crates.io-index"
15439checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
15440dependencies = [
15441 "cc",
15442 "libc",
15443]
15444
15445[[package]]
15446name = "vte"
15447version = "0.15.0"
15448source = "registry+https://github.com/rust-lang/crates.io-index"
15449checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
15450dependencies = [
15451 "arrayvec",
15452 "bitflags 2.9.0",
15453 "cursor-icon",
15454 "log",
15455 "memchr",
15456 "serde",
15457]
15458
15459[[package]]
15460name = "waker-fn"
15461version = "1.2.0"
15462source = "registry+https://github.com/rust-lang/crates.io-index"
15463checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
15464
15465[[package]]
15466name = "walkdir"
15467version = "2.5.0"
15468source = "registry+https://github.com/rust-lang/crates.io-index"
15469checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
15470dependencies = [
15471 "same-file",
15472 "winapi-util",
15473]
15474
15475[[package]]
15476name = "want"
15477version = "0.3.1"
15478source = "registry+https://github.com/rust-lang/crates.io-index"
15479checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
15480dependencies = [
15481 "try-lock",
15482]
15483
15484[[package]]
15485name = "warp"
15486version = "0.3.7"
15487source = "registry+https://github.com/rust-lang/crates.io-index"
15488checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
15489dependencies = [
15490 "bytes 1.10.1",
15491 "futures-channel",
15492 "futures-util",
15493 "headers",
15494 "http 0.2.12",
15495 "hyper 0.14.32",
15496 "log",
15497 "mime",
15498 "mime_guess",
15499 "percent-encoding",
15500 "pin-project",
15501 "scoped-tls",
15502 "serde",
15503 "serde_json",
15504 "serde_urlencoded",
15505 "tokio",
15506 "tokio-tungstenite 0.21.0",
15507 "tokio-util",
15508 "tower-service",
15509 "tracing",
15510]
15511
15512[[package]]
15513name = "wasi"
15514version = "0.9.0+wasi-snapshot-preview1"
15515source = "registry+https://github.com/rust-lang/crates.io-index"
15516checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
15517
15518[[package]]
15519name = "wasi"
15520version = "0.11.0+wasi-snapshot-preview1"
15521source = "registry+https://github.com/rust-lang/crates.io-index"
15522checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
15523
15524[[package]]
15525name = "wasi"
15526version = "0.13.3+wasi-0.2.2"
15527source = "registry+https://github.com/rust-lang/crates.io-index"
15528checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
15529dependencies = [
15530 "wit-bindgen-rt 0.33.0",
15531]
15532
15533[[package]]
15534name = "wasite"
15535version = "0.1.0"
15536source = "registry+https://github.com/rust-lang/crates.io-index"
15537checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
15538
15539[[package]]
15540name = "wasm-bindgen"
15541version = "0.2.99"
15542source = "registry+https://github.com/rust-lang/crates.io-index"
15543checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
15544dependencies = [
15545 "cfg-if",
15546 "once_cell",
15547 "wasm-bindgen-macro",
15548]
15549
15550[[package]]
15551name = "wasm-bindgen-backend"
15552version = "0.2.99"
15553source = "registry+https://github.com/rust-lang/crates.io-index"
15554checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
15555dependencies = [
15556 "bumpalo",
15557 "log",
15558 "proc-macro2",
15559 "quote",
15560 "syn 2.0.100",
15561 "wasm-bindgen-shared",
15562]
15563
15564[[package]]
15565name = "wasm-bindgen-futures"
15566version = "0.4.49"
15567source = "registry+https://github.com/rust-lang/crates.io-index"
15568checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
15569dependencies = [
15570 "cfg-if",
15571 "js-sys",
15572 "once_cell",
15573 "wasm-bindgen",
15574 "web-sys",
15575]
15576
15577[[package]]
15578name = "wasm-bindgen-macro"
15579version = "0.2.99"
15580source = "registry+https://github.com/rust-lang/crates.io-index"
15581checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
15582dependencies = [
15583 "quote",
15584 "wasm-bindgen-macro-support",
15585]
15586
15587[[package]]
15588name = "wasm-bindgen-macro-support"
15589version = "0.2.99"
15590source = "registry+https://github.com/rust-lang/crates.io-index"
15591checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
15592dependencies = [
15593 "proc-macro2",
15594 "quote",
15595 "syn 2.0.100",
15596 "wasm-bindgen-backend",
15597 "wasm-bindgen-shared",
15598]
15599
15600[[package]]
15601name = "wasm-bindgen-shared"
15602version = "0.2.99"
15603source = "registry+https://github.com/rust-lang/crates.io-index"
15604checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
15605
15606[[package]]
15607name = "wasm-encoder"
15608version = "0.201.0"
15609source = "registry+https://github.com/rust-lang/crates.io-index"
15610checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
15611dependencies = [
15612 "leb128",
15613]
15614
15615[[package]]
15616name = "wasm-encoder"
15617version = "0.221.3"
15618source = "registry+https://github.com/rust-lang/crates.io-index"
15619checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
15620dependencies = [
15621 "leb128",
15622 "wasmparser 0.221.3",
15623]
15624
15625[[package]]
15626name = "wasm-metadata"
15627version = "0.201.0"
15628source = "registry+https://github.com/rust-lang/crates.io-index"
15629checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
15630dependencies = [
15631 "anyhow",
15632 "indexmap",
15633 "serde",
15634 "serde_derive",
15635 "serde_json",
15636 "spdx",
15637 "wasm-encoder 0.201.0",
15638 "wasmparser 0.201.0",
15639]
15640
15641[[package]]
15642name = "wasm-metadata"
15643version = "0.221.3"
15644source = "registry+https://github.com/rust-lang/crates.io-index"
15645checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
15646dependencies = [
15647 "anyhow",
15648 "indexmap",
15649 "serde",
15650 "serde_derive",
15651 "serde_json",
15652 "spdx",
15653 "wasm-encoder 0.221.3",
15654 "wasmparser 0.221.3",
15655]
15656
15657[[package]]
15658name = "wasm-streams"
15659version = "0.4.2"
15660source = "registry+https://github.com/rust-lang/crates.io-index"
15661checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
15662dependencies = [
15663 "futures-util",
15664 "js-sys",
15665 "wasm-bindgen",
15666 "wasm-bindgen-futures",
15667 "web-sys",
15668]
15669
15670[[package]]
15671name = "wasmparser"
15672version = "0.201.0"
15673source = "registry+https://github.com/rust-lang/crates.io-index"
15674checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
15675dependencies = [
15676 "bitflags 2.9.0",
15677 "indexmap",
15678 "semver",
15679]
15680
15681[[package]]
15682name = "wasmparser"
15683version = "0.221.3"
15684source = "registry+https://github.com/rust-lang/crates.io-index"
15685checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
15686dependencies = [
15687 "bitflags 2.9.0",
15688 "hashbrown 0.15.2",
15689 "indexmap",
15690 "semver",
15691 "serde",
15692]
15693
15694[[package]]
15695name = "wasmprinter"
15696version = "0.221.3"
15697source = "registry+https://github.com/rust-lang/crates.io-index"
15698checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
15699dependencies = [
15700 "anyhow",
15701 "termcolor",
15702 "wasmparser 0.221.3",
15703]
15704
15705[[package]]
15706name = "wasmtime"
15707version = "29.0.1"
15708source = "registry+https://github.com/rust-lang/crates.io-index"
15709checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
15710dependencies = [
15711 "anyhow",
15712 "async-trait",
15713 "bitflags 2.9.0",
15714 "bumpalo",
15715 "cc",
15716 "cfg-if",
15717 "encoding_rs",
15718 "hashbrown 0.14.5",
15719 "indexmap",
15720 "libc",
15721 "log",
15722 "mach2",
15723 "memfd",
15724 "object",
15725 "once_cell",
15726 "paste",
15727 "postcard",
15728 "psm",
15729 "pulley-interpreter",
15730 "rustix",
15731 "semver",
15732 "serde",
15733 "serde_derive",
15734 "smallvec",
15735 "sptr",
15736 "target-lexicon 0.13.2",
15737 "trait-variant",
15738 "wasmparser 0.221.3",
15739 "wasmtime-asm-macros",
15740 "wasmtime-component-macro",
15741 "wasmtime-component-util",
15742 "wasmtime-cranelift",
15743 "wasmtime-environ",
15744 "wasmtime-fiber",
15745 "wasmtime-jit-icache-coherence",
15746 "wasmtime-math",
15747 "wasmtime-slab",
15748 "wasmtime-versioned-export-macros",
15749 "wasmtime-winch",
15750 "windows-sys 0.59.0",
15751]
15752
15753[[package]]
15754name = "wasmtime-asm-macros"
15755version = "29.0.1"
15756source = "registry+https://github.com/rust-lang/crates.io-index"
15757checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
15758dependencies = [
15759 "cfg-if",
15760]
15761
15762[[package]]
15763name = "wasmtime-c-api-impl"
15764version = "29.0.1"
15765source = "registry+https://github.com/rust-lang/crates.io-index"
15766checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
15767dependencies = [
15768 "anyhow",
15769 "log",
15770 "tracing",
15771 "wasmtime",
15772 "wasmtime-c-api-macros",
15773]
15774
15775[[package]]
15776name = "wasmtime-c-api-macros"
15777version = "29.0.1"
15778source = "registry+https://github.com/rust-lang/crates.io-index"
15779checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
15780dependencies = [
15781 "proc-macro2",
15782 "quote",
15783]
15784
15785[[package]]
15786name = "wasmtime-component-macro"
15787version = "29.0.1"
15788source = "registry+https://github.com/rust-lang/crates.io-index"
15789checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
15790dependencies = [
15791 "anyhow",
15792 "proc-macro2",
15793 "quote",
15794 "syn 2.0.100",
15795 "wasmtime-component-util",
15796 "wasmtime-wit-bindgen",
15797 "wit-parser 0.221.3",
15798]
15799
15800[[package]]
15801name = "wasmtime-component-util"
15802version = "29.0.1"
15803source = "registry+https://github.com/rust-lang/crates.io-index"
15804checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
15805
15806[[package]]
15807name = "wasmtime-cranelift"
15808version = "29.0.1"
15809source = "registry+https://github.com/rust-lang/crates.io-index"
15810checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
15811dependencies = [
15812 "anyhow",
15813 "cfg-if",
15814 "cranelift-codegen",
15815 "cranelift-control",
15816 "cranelift-entity",
15817 "cranelift-frontend",
15818 "cranelift-native",
15819 "gimli",
15820 "itertools 0.12.1",
15821 "log",
15822 "object",
15823 "smallvec",
15824 "target-lexicon 0.13.2",
15825 "thiserror 1.0.69",
15826 "wasmparser 0.221.3",
15827 "wasmtime-environ",
15828 "wasmtime-versioned-export-macros",
15829]
15830
15831[[package]]
15832name = "wasmtime-environ"
15833version = "29.0.1"
15834source = "registry+https://github.com/rust-lang/crates.io-index"
15835checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
15836dependencies = [
15837 "anyhow",
15838 "cpp_demangle",
15839 "cranelift-bitset",
15840 "cranelift-entity",
15841 "gimli",
15842 "indexmap",
15843 "log",
15844 "object",
15845 "postcard",
15846 "rustc-demangle",
15847 "semver",
15848 "serde",
15849 "serde_derive",
15850 "smallvec",
15851 "target-lexicon 0.13.2",
15852 "wasm-encoder 0.221.3",
15853 "wasmparser 0.221.3",
15854 "wasmprinter",
15855 "wasmtime-component-util",
15856]
15857
15858[[package]]
15859name = "wasmtime-fiber"
15860version = "29.0.1"
15861source = "registry+https://github.com/rust-lang/crates.io-index"
15862checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
15863dependencies = [
15864 "anyhow",
15865 "cc",
15866 "cfg-if",
15867 "rustix",
15868 "wasmtime-asm-macros",
15869 "wasmtime-versioned-export-macros",
15870 "windows-sys 0.59.0",
15871]
15872
15873[[package]]
15874name = "wasmtime-jit-icache-coherence"
15875version = "29.0.1"
15876source = "registry+https://github.com/rust-lang/crates.io-index"
15877checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
15878dependencies = [
15879 "anyhow",
15880 "cfg-if",
15881 "libc",
15882 "windows-sys 0.59.0",
15883]
15884
15885[[package]]
15886name = "wasmtime-math"
15887version = "29.0.1"
15888source = "registry+https://github.com/rust-lang/crates.io-index"
15889checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
15890dependencies = [
15891 "libm",
15892]
15893
15894[[package]]
15895name = "wasmtime-slab"
15896version = "29.0.1"
15897source = "registry+https://github.com/rust-lang/crates.io-index"
15898checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
15899
15900[[package]]
15901name = "wasmtime-versioned-export-macros"
15902version = "29.0.1"
15903source = "registry+https://github.com/rust-lang/crates.io-index"
15904checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
15905dependencies = [
15906 "proc-macro2",
15907 "quote",
15908 "syn 2.0.100",
15909]
15910
15911[[package]]
15912name = "wasmtime-wasi"
15913version = "29.0.1"
15914source = "registry+https://github.com/rust-lang/crates.io-index"
15915checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
15916dependencies = [
15917 "anyhow",
15918 "async-trait",
15919 "bitflags 2.9.0",
15920 "bytes 1.10.1",
15921 "cap-fs-ext",
15922 "cap-net-ext",
15923 "cap-rand",
15924 "cap-std",
15925 "cap-time-ext",
15926 "fs-set-times",
15927 "futures 0.3.31",
15928 "io-extras",
15929 "io-lifetimes",
15930 "rustix",
15931 "system-interface",
15932 "thiserror 1.0.69",
15933 "tokio",
15934 "tracing",
15935 "trait-variant",
15936 "url",
15937 "wasmtime",
15938 "wiggle",
15939 "windows-sys 0.59.0",
15940]
15941
15942[[package]]
15943name = "wasmtime-winch"
15944version = "29.0.1"
15945source = "registry+https://github.com/rust-lang/crates.io-index"
15946checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
15947dependencies = [
15948 "anyhow",
15949 "cranelift-codegen",
15950 "gimli",
15951 "object",
15952 "target-lexicon 0.13.2",
15953 "wasmparser 0.221.3",
15954 "wasmtime-cranelift",
15955 "wasmtime-environ",
15956 "winch-codegen",
15957]
15958
15959[[package]]
15960name = "wasmtime-wit-bindgen"
15961version = "29.0.1"
15962source = "registry+https://github.com/rust-lang/crates.io-index"
15963checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
15964dependencies = [
15965 "anyhow",
15966 "heck 0.5.0",
15967 "indexmap",
15968 "wit-parser 0.221.3",
15969]
15970
15971[[package]]
15972name = "wast"
15973version = "35.0.2"
15974source = "registry+https://github.com/rust-lang/crates.io-index"
15975checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
15976dependencies = [
15977 "leb128",
15978]
15979
15980[[package]]
15981name = "wayland-backend"
15982version = "0.3.8"
15983source = "registry+https://github.com/rust-lang/crates.io-index"
15984checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
15985dependencies = [
15986 "cc",
15987 "downcast-rs",
15988 "rustix",
15989 "scoped-tls",
15990 "smallvec",
15991 "wayland-sys",
15992]
15993
15994[[package]]
15995name = "wayland-client"
15996version = "0.31.8"
15997source = "registry+https://github.com/rust-lang/crates.io-index"
15998checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
15999dependencies = [
16000 "bitflags 2.9.0",
16001 "rustix",
16002 "wayland-backend",
16003 "wayland-scanner",
16004]
16005
16006[[package]]
16007name = "wayland-cursor"
16008version = "0.31.8"
16009source = "registry+https://github.com/rust-lang/crates.io-index"
16010checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
16011dependencies = [
16012 "rustix",
16013 "wayland-client",
16014 "xcursor",
16015]
16016
16017[[package]]
16018name = "wayland-protocols"
16019version = "0.31.2"
16020source = "registry+https://github.com/rust-lang/crates.io-index"
16021checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
16022dependencies = [
16023 "bitflags 2.9.0",
16024 "wayland-backend",
16025 "wayland-client",
16026 "wayland-scanner",
16027]
16028
16029[[package]]
16030name = "wayland-protocols-plasma"
16031version = "0.2.0"
16032source = "registry+https://github.com/rust-lang/crates.io-index"
16033checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
16034dependencies = [
16035 "bitflags 2.9.0",
16036 "wayland-backend",
16037 "wayland-client",
16038 "wayland-protocols",
16039 "wayland-scanner",
16040]
16041
16042[[package]]
16043name = "wayland-scanner"
16044version = "0.31.6"
16045source = "registry+https://github.com/rust-lang/crates.io-index"
16046checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
16047dependencies = [
16048 "proc-macro2",
16049 "quick-xml 0.37.2",
16050 "quote",
16051]
16052
16053[[package]]
16054name = "wayland-sys"
16055version = "0.31.6"
16056source = "registry+https://github.com/rust-lang/crates.io-index"
16057checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
16058dependencies = [
16059 "dlib",
16060 "log",
16061 "once_cell",
16062 "pkg-config",
16063]
16064
16065[[package]]
16066name = "web-sys"
16067version = "0.3.76"
16068source = "registry+https://github.com/rust-lang/crates.io-index"
16069checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
16070dependencies = [
16071 "js-sys",
16072 "wasm-bindgen",
16073]
16074
16075[[package]]
16076name = "web-time"
16077version = "1.1.0"
16078source = "registry+https://github.com/rust-lang/crates.io-index"
16079checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
16080dependencies = [
16081 "js-sys",
16082 "wasm-bindgen",
16083]
16084
16085[[package]]
16086name = "webpki-root-certs"
16087version = "0.26.8"
16088source = "registry+https://github.com/rust-lang/crates.io-index"
16089checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
16090dependencies = [
16091 "rustls-pki-types",
16092]
16093
16094[[package]]
16095name = "webpki-roots"
16096version = "0.26.7"
16097source = "registry+https://github.com/rust-lang/crates.io-index"
16098checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
16099dependencies = [
16100 "rustls-pki-types",
16101]
16102
16103[[package]]
16104name = "webrtc-sys"
16105version = "0.3.7"
16106source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
16107dependencies = [
16108 "cc",
16109 "cxx",
16110 "cxx-build",
16111 "glob",
16112 "log",
16113 "webrtc-sys-build",
16114]
16115
16116[[package]]
16117name = "webrtc-sys-build"
16118version = "0.3.6"
16119source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
16120dependencies = [
16121 "fs2",
16122 "regex",
16123 "reqwest 0.11.27",
16124 "scratch",
16125 "semver",
16126 "zip",
16127]
16128
16129[[package]]
16130name = "weezl"
16131version = "0.1.8"
16132source = "registry+https://github.com/rust-lang/crates.io-index"
16133checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
16134
16135[[package]]
16136name = "welcome"
16137version = "0.1.0"
16138dependencies = [
16139 "anyhow",
16140 "client",
16141 "db",
16142 "editor",
16143 "fuzzy",
16144 "gpui",
16145 "install_cli",
16146 "language",
16147 "picker",
16148 "project",
16149 "schemars",
16150 "serde",
16151 "settings",
16152 "telemetry",
16153 "ui",
16154 "util",
16155 "vim_mode_setting",
16156 "workspace",
16157 "zed_actions",
16158]
16159
16160[[package]]
16161name = "which"
16162version = "4.4.2"
16163source = "registry+https://github.com/rust-lang/crates.io-index"
16164checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
16165dependencies = [
16166 "either",
16167 "home",
16168 "once_cell",
16169 "rustix",
16170]
16171
16172[[package]]
16173name = "which"
16174version = "6.0.3"
16175source = "registry+https://github.com/rust-lang/crates.io-index"
16176checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
16177dependencies = [
16178 "either",
16179 "home",
16180 "rustix",
16181 "winsafe",
16182]
16183
16184[[package]]
16185name = "whoami"
16186version = "1.5.2"
16187source = "registry+https://github.com/rust-lang/crates.io-index"
16188checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
16189dependencies = [
16190 "redox_syscall 0.5.8",
16191 "wasite",
16192]
16193
16194[[package]]
16195name = "wiggle"
16196version = "29.0.1"
16197source = "registry+https://github.com/rust-lang/crates.io-index"
16198checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
16199dependencies = [
16200 "anyhow",
16201 "async-trait",
16202 "bitflags 2.9.0",
16203 "thiserror 1.0.69",
16204 "tracing",
16205 "wasmtime",
16206 "wiggle-macro",
16207]
16208
16209[[package]]
16210name = "wiggle-generate"
16211version = "29.0.1"
16212source = "registry+https://github.com/rust-lang/crates.io-index"
16213checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
16214dependencies = [
16215 "anyhow",
16216 "heck 0.5.0",
16217 "proc-macro2",
16218 "quote",
16219 "shellexpand 2.1.2",
16220 "syn 2.0.100",
16221 "witx",
16222]
16223
16224[[package]]
16225name = "wiggle-macro"
16226version = "29.0.1"
16227source = "registry+https://github.com/rust-lang/crates.io-index"
16228checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
16229dependencies = [
16230 "proc-macro2",
16231 "quote",
16232 "syn 2.0.100",
16233 "wiggle-generate",
16234]
16235
16236[[package]]
16237name = "winapi"
16238version = "0.3.9"
16239source = "registry+https://github.com/rust-lang/crates.io-index"
16240checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
16241dependencies = [
16242 "winapi-i686-pc-windows-gnu",
16243 "winapi-x86_64-pc-windows-gnu",
16244]
16245
16246[[package]]
16247name = "winapi-i686-pc-windows-gnu"
16248version = "0.4.0"
16249source = "registry+https://github.com/rust-lang/crates.io-index"
16250checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
16251
16252[[package]]
16253name = "winapi-util"
16254version = "0.1.9"
16255source = "registry+https://github.com/rust-lang/crates.io-index"
16256checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
16257dependencies = [
16258 "windows-sys 0.59.0",
16259]
16260
16261[[package]]
16262name = "winapi-x86_64-pc-windows-gnu"
16263version = "0.4.0"
16264source = "registry+https://github.com/rust-lang/crates.io-index"
16265checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
16266
16267[[package]]
16268name = "winch-codegen"
16269version = "29.0.1"
16270source = "registry+https://github.com/rust-lang/crates.io-index"
16271checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
16272dependencies = [
16273 "anyhow",
16274 "cranelift-codegen",
16275 "gimli",
16276 "regalloc2",
16277 "smallvec",
16278 "target-lexicon 0.13.2",
16279 "thiserror 1.0.69",
16280 "wasmparser 0.221.3",
16281 "wasmtime-cranelift",
16282 "wasmtime-environ",
16283]
16284
16285[[package]]
16286name = "windows"
16287version = "0.54.0"
16288source = "registry+https://github.com/rust-lang/crates.io-index"
16289checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
16290dependencies = [
16291 "windows-core 0.54.0",
16292 "windows-targets 0.52.6",
16293]
16294
16295[[package]]
16296name = "windows"
16297version = "0.57.0"
16298source = "registry+https://github.com/rust-lang/crates.io-index"
16299checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
16300dependencies = [
16301 "windows-core 0.57.0",
16302 "windows-targets 0.52.6",
16303]
16304
16305[[package]]
16306name = "windows"
16307version = "0.58.0"
16308source = "registry+https://github.com/rust-lang/crates.io-index"
16309checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
16310dependencies = [
16311 "windows-core 0.58.0",
16312 "windows-targets 0.52.6",
16313]
16314
16315[[package]]
16316name = "windows"
16317version = "0.61.1"
16318source = "registry+https://github.com/rust-lang/crates.io-index"
16319checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
16320dependencies = [
16321 "windows-collections",
16322 "windows-core 0.61.0",
16323 "windows-future",
16324 "windows-link",
16325 "windows-numerics",
16326]
16327
16328[[package]]
16329name = "windows-collections"
16330version = "0.2.0"
16331source = "registry+https://github.com/rust-lang/crates.io-index"
16332checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
16333dependencies = [
16334 "windows-core 0.61.0",
16335]
16336
16337[[package]]
16338name = "windows-core"
16339version = "0.52.0"
16340source = "registry+https://github.com/rust-lang/crates.io-index"
16341checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
16342dependencies = [
16343 "windows-targets 0.52.6",
16344]
16345
16346[[package]]
16347name = "windows-core"
16348version = "0.54.0"
16349source = "registry+https://github.com/rust-lang/crates.io-index"
16350checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
16351dependencies = [
16352 "windows-result 0.1.2",
16353 "windows-targets 0.52.6",
16354]
16355
16356[[package]]
16357name = "windows-core"
16358version = "0.57.0"
16359source = "registry+https://github.com/rust-lang/crates.io-index"
16360checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
16361dependencies = [
16362 "windows-implement 0.57.0",
16363 "windows-interface 0.57.0",
16364 "windows-result 0.1.2",
16365 "windows-targets 0.52.6",
16366]
16367
16368[[package]]
16369name = "windows-core"
16370version = "0.58.0"
16371source = "registry+https://github.com/rust-lang/crates.io-index"
16372checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
16373dependencies = [
16374 "windows-implement 0.58.0",
16375 "windows-interface 0.58.0",
16376 "windows-result 0.2.0",
16377 "windows-strings 0.1.0",
16378 "windows-targets 0.52.6",
16379]
16380
16381[[package]]
16382name = "windows-core"
16383version = "0.61.0"
16384source = "registry+https://github.com/rust-lang/crates.io-index"
16385checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
16386dependencies = [
16387 "windows-implement 0.60.0",
16388 "windows-interface 0.59.1",
16389 "windows-link",
16390 "windows-result 0.3.2",
16391 "windows-strings 0.4.0",
16392]
16393
16394[[package]]
16395name = "windows-future"
16396version = "0.2.0"
16397source = "registry+https://github.com/rust-lang/crates.io-index"
16398checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
16399dependencies = [
16400 "windows-core 0.61.0",
16401 "windows-link",
16402]
16403
16404[[package]]
16405name = "windows-implement"
16406version = "0.57.0"
16407source = "registry+https://github.com/rust-lang/crates.io-index"
16408checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
16409dependencies = [
16410 "proc-macro2",
16411 "quote",
16412 "syn 2.0.100",
16413]
16414
16415[[package]]
16416name = "windows-implement"
16417version = "0.58.0"
16418source = "registry+https://github.com/rust-lang/crates.io-index"
16419checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
16420dependencies = [
16421 "proc-macro2",
16422 "quote",
16423 "syn 2.0.100",
16424]
16425
16426[[package]]
16427name = "windows-implement"
16428version = "0.60.0"
16429source = "registry+https://github.com/rust-lang/crates.io-index"
16430checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
16431dependencies = [
16432 "proc-macro2",
16433 "quote",
16434 "syn 2.0.100",
16435]
16436
16437[[package]]
16438name = "windows-interface"
16439version = "0.57.0"
16440source = "registry+https://github.com/rust-lang/crates.io-index"
16441checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
16442dependencies = [
16443 "proc-macro2",
16444 "quote",
16445 "syn 2.0.100",
16446]
16447
16448[[package]]
16449name = "windows-interface"
16450version = "0.58.0"
16451source = "registry+https://github.com/rust-lang/crates.io-index"
16452checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
16453dependencies = [
16454 "proc-macro2",
16455 "quote",
16456 "syn 2.0.100",
16457]
16458
16459[[package]]
16460name = "windows-interface"
16461version = "0.59.1"
16462source = "registry+https://github.com/rust-lang/crates.io-index"
16463checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
16464dependencies = [
16465 "proc-macro2",
16466 "quote",
16467 "syn 2.0.100",
16468]
16469
16470[[package]]
16471name = "windows-link"
16472version = "0.1.1"
16473source = "registry+https://github.com/rust-lang/crates.io-index"
16474checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
16475
16476[[package]]
16477name = "windows-numerics"
16478version = "0.2.0"
16479source = "registry+https://github.com/rust-lang/crates.io-index"
16480checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
16481dependencies = [
16482 "windows-core 0.61.0",
16483 "windows-link",
16484]
16485
16486[[package]]
16487name = "windows-registry"
16488version = "0.2.0"
16489source = "registry+https://github.com/rust-lang/crates.io-index"
16490checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
16491dependencies = [
16492 "windows-result 0.2.0",
16493 "windows-strings 0.1.0",
16494 "windows-targets 0.52.6",
16495]
16496
16497[[package]]
16498name = "windows-result"
16499version = "0.1.2"
16500source = "registry+https://github.com/rust-lang/crates.io-index"
16501checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
16502dependencies = [
16503 "windows-targets 0.52.6",
16504]
16505
16506[[package]]
16507name = "windows-result"
16508version = "0.2.0"
16509source = "registry+https://github.com/rust-lang/crates.io-index"
16510checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
16511dependencies = [
16512 "windows-targets 0.52.6",
16513]
16514
16515[[package]]
16516name = "windows-result"
16517version = "0.3.2"
16518source = "registry+https://github.com/rust-lang/crates.io-index"
16519checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
16520dependencies = [
16521 "windows-link",
16522]
16523
16524[[package]]
16525name = "windows-strings"
16526version = "0.1.0"
16527source = "registry+https://github.com/rust-lang/crates.io-index"
16528checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
16529dependencies = [
16530 "windows-result 0.2.0",
16531 "windows-targets 0.52.6",
16532]
16533
16534[[package]]
16535name = "windows-strings"
16536version = "0.4.0"
16537source = "registry+https://github.com/rust-lang/crates.io-index"
16538checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
16539dependencies = [
16540 "windows-link",
16541]
16542
16543[[package]]
16544name = "windows-sys"
16545version = "0.45.0"
16546source = "registry+https://github.com/rust-lang/crates.io-index"
16547checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
16548dependencies = [
16549 "windows-targets 0.42.2",
16550]
16551
16552[[package]]
16553name = "windows-sys"
16554version = "0.48.0"
16555source = "registry+https://github.com/rust-lang/crates.io-index"
16556checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
16557dependencies = [
16558 "windows-targets 0.48.5",
16559]
16560
16561[[package]]
16562name = "windows-sys"
16563version = "0.52.0"
16564source = "registry+https://github.com/rust-lang/crates.io-index"
16565checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
16566dependencies = [
16567 "windows-targets 0.52.6",
16568]
16569
16570[[package]]
16571name = "windows-sys"
16572version = "0.59.0"
16573source = "registry+https://github.com/rust-lang/crates.io-index"
16574checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
16575dependencies = [
16576 "windows-targets 0.52.6",
16577]
16578
16579[[package]]
16580name = "windows-targets"
16581version = "0.42.2"
16582source = "registry+https://github.com/rust-lang/crates.io-index"
16583checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
16584dependencies = [
16585 "windows_aarch64_gnullvm 0.42.2",
16586 "windows_aarch64_msvc 0.42.2",
16587 "windows_i686_gnu 0.42.2",
16588 "windows_i686_msvc 0.42.2",
16589 "windows_x86_64_gnu 0.42.2",
16590 "windows_x86_64_gnullvm 0.42.2",
16591 "windows_x86_64_msvc 0.42.2",
16592]
16593
16594[[package]]
16595name = "windows-targets"
16596version = "0.48.5"
16597source = "registry+https://github.com/rust-lang/crates.io-index"
16598checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
16599dependencies = [
16600 "windows_aarch64_gnullvm 0.48.5",
16601 "windows_aarch64_msvc 0.48.5",
16602 "windows_i686_gnu 0.48.5",
16603 "windows_i686_msvc 0.48.5",
16604 "windows_x86_64_gnu 0.48.5",
16605 "windows_x86_64_gnullvm 0.48.5",
16606 "windows_x86_64_msvc 0.48.5",
16607]
16608
16609[[package]]
16610name = "windows-targets"
16611version = "0.52.6"
16612source = "registry+https://github.com/rust-lang/crates.io-index"
16613checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
16614dependencies = [
16615 "windows_aarch64_gnullvm 0.52.6",
16616 "windows_aarch64_msvc 0.52.6",
16617 "windows_i686_gnu 0.52.6",
16618 "windows_i686_gnullvm",
16619 "windows_i686_msvc 0.52.6",
16620 "windows_x86_64_gnu 0.52.6",
16621 "windows_x86_64_gnullvm 0.52.6",
16622 "windows_x86_64_msvc 0.52.6",
16623]
16624
16625[[package]]
16626name = "windows_aarch64_gnullvm"
16627version = "0.42.2"
16628source = "registry+https://github.com/rust-lang/crates.io-index"
16629checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
16630
16631[[package]]
16632name = "windows_aarch64_gnullvm"
16633version = "0.48.5"
16634source = "registry+https://github.com/rust-lang/crates.io-index"
16635checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
16636
16637[[package]]
16638name = "windows_aarch64_gnullvm"
16639version = "0.52.6"
16640source = "registry+https://github.com/rust-lang/crates.io-index"
16641checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
16642
16643[[package]]
16644name = "windows_aarch64_msvc"
16645version = "0.42.2"
16646source = "registry+https://github.com/rust-lang/crates.io-index"
16647checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
16648
16649[[package]]
16650name = "windows_aarch64_msvc"
16651version = "0.48.5"
16652source = "registry+https://github.com/rust-lang/crates.io-index"
16653checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
16654
16655[[package]]
16656name = "windows_aarch64_msvc"
16657version = "0.52.6"
16658source = "registry+https://github.com/rust-lang/crates.io-index"
16659checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
16660
16661[[package]]
16662name = "windows_i686_gnu"
16663version = "0.42.2"
16664source = "registry+https://github.com/rust-lang/crates.io-index"
16665checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
16666
16667[[package]]
16668name = "windows_i686_gnu"
16669version = "0.48.5"
16670source = "registry+https://github.com/rust-lang/crates.io-index"
16671checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
16672
16673[[package]]
16674name = "windows_i686_gnu"
16675version = "0.52.6"
16676source = "registry+https://github.com/rust-lang/crates.io-index"
16677checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
16678
16679[[package]]
16680name = "windows_i686_gnullvm"
16681version = "0.52.6"
16682source = "registry+https://github.com/rust-lang/crates.io-index"
16683checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
16684
16685[[package]]
16686name = "windows_i686_msvc"
16687version = "0.42.2"
16688source = "registry+https://github.com/rust-lang/crates.io-index"
16689checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
16690
16691[[package]]
16692name = "windows_i686_msvc"
16693version = "0.48.5"
16694source = "registry+https://github.com/rust-lang/crates.io-index"
16695checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
16696
16697[[package]]
16698name = "windows_i686_msvc"
16699version = "0.52.6"
16700source = "registry+https://github.com/rust-lang/crates.io-index"
16701checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
16702
16703[[package]]
16704name = "windows_x86_64_gnu"
16705version = "0.42.2"
16706source = "registry+https://github.com/rust-lang/crates.io-index"
16707checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
16708
16709[[package]]
16710name = "windows_x86_64_gnu"
16711version = "0.48.5"
16712source = "registry+https://github.com/rust-lang/crates.io-index"
16713checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
16714
16715[[package]]
16716name = "windows_x86_64_gnu"
16717version = "0.52.6"
16718source = "registry+https://github.com/rust-lang/crates.io-index"
16719checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
16720
16721[[package]]
16722name = "windows_x86_64_gnullvm"
16723version = "0.42.2"
16724source = "registry+https://github.com/rust-lang/crates.io-index"
16725checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
16726
16727[[package]]
16728name = "windows_x86_64_gnullvm"
16729version = "0.48.5"
16730source = "registry+https://github.com/rust-lang/crates.io-index"
16731checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
16732
16733[[package]]
16734name = "windows_x86_64_gnullvm"
16735version = "0.52.6"
16736source = "registry+https://github.com/rust-lang/crates.io-index"
16737checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
16738
16739[[package]]
16740name = "windows_x86_64_msvc"
16741version = "0.42.2"
16742source = "registry+https://github.com/rust-lang/crates.io-index"
16743checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
16744
16745[[package]]
16746name = "windows_x86_64_msvc"
16747version = "0.48.5"
16748source = "registry+https://github.com/rust-lang/crates.io-index"
16749checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
16750
16751[[package]]
16752name = "windows_x86_64_msvc"
16753version = "0.52.6"
16754source = "registry+https://github.com/rust-lang/crates.io-index"
16755checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
16756
16757[[package]]
16758name = "winnow"
16759version = "0.6.20"
16760source = "registry+https://github.com/rust-lang/crates.io-index"
16761checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
16762dependencies = [
16763 "memchr",
16764]
16765
16766[[package]]
16767name = "winnow"
16768version = "0.7.1"
16769source = "registry+https://github.com/rust-lang/crates.io-index"
16770checksum = "86e376c75f4f43f44db463cf729e0d3acbf954d13e22c51e26e4c264b4ab545f"
16771dependencies = [
16772 "memchr",
16773]
16774
16775[[package]]
16776name = "winreg"
16777version = "0.50.0"
16778source = "registry+https://github.com/rust-lang/crates.io-index"
16779checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
16780dependencies = [
16781 "cfg-if",
16782 "windows-sys 0.48.0",
16783]
16784
16785[[package]]
16786name = "winreg"
16787version = "0.52.0"
16788source = "registry+https://github.com/rust-lang/crates.io-index"
16789checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
16790dependencies = [
16791 "cfg-if",
16792 "windows-sys 0.48.0",
16793]
16794
16795[[package]]
16796name = "winresource"
16797version = "0.1.20"
16798source = "registry+https://github.com/rust-lang/crates.io-index"
16799checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
16800dependencies = [
16801 "toml 0.8.20",
16802 "version_check",
16803]
16804
16805[[package]]
16806name = "winsafe"
16807version = "0.0.19"
16808source = "registry+https://github.com/rust-lang/crates.io-index"
16809checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
16810
16811[[package]]
16812name = "winx"
16813version = "0.36.4"
16814source = "registry+https://github.com/rust-lang/crates.io-index"
16815checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
16816dependencies = [
16817 "bitflags 2.9.0",
16818 "windows-sys 0.59.0",
16819]
16820
16821[[package]]
16822name = "wio"
16823version = "0.2.2"
16824source = "registry+https://github.com/rust-lang/crates.io-index"
16825checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
16826dependencies = [
16827 "winapi",
16828]
16829
16830[[package]]
16831name = "wit-bindgen"
16832version = "0.22.0"
16833source = "registry+https://github.com/rust-lang/crates.io-index"
16834checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
16835dependencies = [
16836 "bitflags 2.9.0",
16837 "wit-bindgen-rt 0.22.0",
16838 "wit-bindgen-rust-macro",
16839]
16840
16841[[package]]
16842name = "wit-bindgen-core"
16843version = "0.22.0"
16844source = "registry+https://github.com/rust-lang/crates.io-index"
16845checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
16846dependencies = [
16847 "anyhow",
16848 "wit-parser 0.201.0",
16849]
16850
16851[[package]]
16852name = "wit-bindgen-rt"
16853version = "0.22.0"
16854source = "registry+https://github.com/rust-lang/crates.io-index"
16855checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
16856
16857[[package]]
16858name = "wit-bindgen-rt"
16859version = "0.33.0"
16860source = "registry+https://github.com/rust-lang/crates.io-index"
16861checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
16862dependencies = [
16863 "bitflags 2.9.0",
16864]
16865
16866[[package]]
16867name = "wit-bindgen-rust"
16868version = "0.22.0"
16869source = "registry+https://github.com/rust-lang/crates.io-index"
16870checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
16871dependencies = [
16872 "anyhow",
16873 "heck 0.4.1",
16874 "indexmap",
16875 "wasm-metadata 0.201.0",
16876 "wit-bindgen-core",
16877 "wit-component 0.201.0",
16878]
16879
16880[[package]]
16881name = "wit-bindgen-rust-macro"
16882version = "0.22.0"
16883source = "registry+https://github.com/rust-lang/crates.io-index"
16884checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
16885dependencies = [
16886 "anyhow",
16887 "proc-macro2",
16888 "quote",
16889 "syn 2.0.100",
16890 "wit-bindgen-core",
16891 "wit-bindgen-rust",
16892]
16893
16894[[package]]
16895name = "wit-component"
16896version = "0.201.0"
16897source = "registry+https://github.com/rust-lang/crates.io-index"
16898checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
16899dependencies = [
16900 "anyhow",
16901 "bitflags 2.9.0",
16902 "indexmap",
16903 "log",
16904 "serde",
16905 "serde_derive",
16906 "serde_json",
16907 "wasm-encoder 0.201.0",
16908 "wasm-metadata 0.201.0",
16909 "wasmparser 0.201.0",
16910 "wit-parser 0.201.0",
16911]
16912
16913[[package]]
16914name = "wit-component"
16915version = "0.221.3"
16916source = "registry+https://github.com/rust-lang/crates.io-index"
16917checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
16918dependencies = [
16919 "anyhow",
16920 "bitflags 2.9.0",
16921 "indexmap",
16922 "log",
16923 "serde",
16924 "serde_derive",
16925 "serde_json",
16926 "wasm-encoder 0.221.3",
16927 "wasm-metadata 0.221.3",
16928 "wasmparser 0.221.3",
16929 "wit-parser 0.221.3",
16930]
16931
16932[[package]]
16933name = "wit-parser"
16934version = "0.201.0"
16935source = "registry+https://github.com/rust-lang/crates.io-index"
16936checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
16937dependencies = [
16938 "anyhow",
16939 "id-arena",
16940 "indexmap",
16941 "log",
16942 "semver",
16943 "serde",
16944 "serde_derive",
16945 "serde_json",
16946 "unicode-xid",
16947 "wasmparser 0.201.0",
16948]
16949
16950[[package]]
16951name = "wit-parser"
16952version = "0.221.3"
16953source = "registry+https://github.com/rust-lang/crates.io-index"
16954checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
16955dependencies = [
16956 "anyhow",
16957 "id-arena",
16958 "indexmap",
16959 "log",
16960 "semver",
16961 "serde",
16962 "serde_derive",
16963 "serde_json",
16964 "unicode-xid",
16965 "wasmparser 0.221.3",
16966]
16967
16968[[package]]
16969name = "witx"
16970version = "0.9.1"
16971source = "registry+https://github.com/rust-lang/crates.io-index"
16972checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
16973dependencies = [
16974 "anyhow",
16975 "log",
16976 "thiserror 1.0.69",
16977 "wast",
16978]
16979
16980[[package]]
16981name = "workspace"
16982version = "0.1.0"
16983dependencies = [
16984 "any_vec",
16985 "anyhow",
16986 "async-recursion 1.1.1",
16987 "bincode",
16988 "call",
16989 "client",
16990 "clock",
16991 "collections",
16992 "component",
16993 "dap",
16994 "db",
16995 "derive_more",
16996 "env_logger 0.11.7",
16997 "fs",
16998 "futures 0.3.31",
16999 "gpui",
17000 "http_client",
17001 "itertools 0.14.0",
17002 "language",
17003 "log",
17004 "node_runtime",
17005 "parking_lot",
17006 "postage",
17007 "project",
17008 "remote",
17009 "schemars",
17010 "serde",
17011 "serde_json",
17012 "session",
17013 "settings",
17014 "smallvec",
17015 "sqlez",
17016 "strum",
17017 "task",
17018 "telemetry",
17019 "tempfile",
17020 "theme",
17021 "ui",
17022 "util",
17023 "uuid",
17024 "zed_actions",
17025]
17026
17027[[package]]
17028name = "worktree"
17029version = "0.1.0"
17030dependencies = [
17031 "anyhow",
17032 "clock",
17033 "collections",
17034 "env_logger 0.11.7",
17035 "fs",
17036 "futures 0.3.31",
17037 "fuzzy",
17038 "git",
17039 "git2",
17040 "git_hosting_providers",
17041 "gpui",
17042 "http_client",
17043 "ignore",
17044 "language",
17045 "log",
17046 "parking_lot",
17047 "paths",
17048 "postage",
17049 "pretty_assertions",
17050 "rand 0.8.5",
17051 "rpc",
17052 "schemars",
17053 "serde",
17054 "serde_json",
17055 "settings",
17056 "smallvec",
17057 "smol",
17058 "sum_tree",
17059 "text",
17060 "util",
17061]
17062
17063[[package]]
17064name = "write16"
17065version = "1.0.0"
17066source = "registry+https://github.com/rust-lang/crates.io-index"
17067checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
17068
17069[[package]]
17070name = "writeable"
17071version = "0.5.5"
17072source = "registry+https://github.com/rust-lang/crates.io-index"
17073checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
17074
17075[[package]]
17076name = "wyz"
17077version = "0.5.1"
17078source = "registry+https://github.com/rust-lang/crates.io-index"
17079checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
17080dependencies = [
17081 "tap",
17082]
17083
17084[[package]]
17085name = "x11-clipboard"
17086version = "0.9.3"
17087source = "registry+https://github.com/rust-lang/crates.io-index"
17088checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
17089dependencies = [
17090 "libc",
17091 "x11rb",
17092]
17093
17094[[package]]
17095name = "x11rb"
17096version = "0.13.1"
17097source = "registry+https://github.com/rust-lang/crates.io-index"
17098checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
17099dependencies = [
17100 "as-raw-xcb-connection",
17101 "gethostname",
17102 "libc",
17103 "rustix",
17104 "x11rb-protocol",
17105]
17106
17107[[package]]
17108name = "x11rb-protocol"
17109version = "0.13.1"
17110source = "registry+https://github.com/rust-lang/crates.io-index"
17111checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
17112
17113[[package]]
17114name = "xattr"
17115version = "0.2.3"
17116source = "registry+https://github.com/rust-lang/crates.io-index"
17117checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
17118dependencies = [
17119 "libc",
17120]
17121
17122[[package]]
17123name = "xcursor"
17124version = "0.3.8"
17125source = "registry+https://github.com/rust-lang/crates.io-index"
17126checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
17127
17128[[package]]
17129name = "xdg-home"
17130version = "1.3.0"
17131source = "registry+https://github.com/rust-lang/crates.io-index"
17132checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
17133dependencies = [
17134 "libc",
17135 "windows-sys 0.59.0",
17136]
17137
17138[[package]]
17139name = "xim"
17140version = "0.4.0"
17141source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17142dependencies = [
17143 "ahash 0.8.11",
17144 "hashbrown 0.14.5",
17145 "log",
17146 "x11rb",
17147 "xim-ctext",
17148 "xim-parser",
17149]
17150
17151[[package]]
17152name = "xim-ctext"
17153version = "0.3.0"
17154source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17155dependencies = [
17156 "encoding_rs",
17157]
17158
17159[[package]]
17160name = "xim-parser"
17161version = "0.2.1"
17162source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17163dependencies = [
17164 "bitflags 2.9.0",
17165]
17166
17167[[package]]
17168name = "xkbcommon"
17169version = "0.8.0"
17170source = "registry+https://github.com/rust-lang/crates.io-index"
17171checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
17172dependencies = [
17173 "as-raw-xcb-connection",
17174 "libc",
17175 "memmap2",
17176 "xkeysym",
17177]
17178
17179[[package]]
17180name = "xkeysym"
17181version = "0.2.1"
17182source = "registry+https://github.com/rust-lang/crates.io-index"
17183checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
17184
17185[[package]]
17186name = "xml5ever"
17187version = "0.18.1"
17188source = "registry+https://github.com/rust-lang/crates.io-index"
17189checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
17190dependencies = [
17191 "log",
17192 "mac",
17193 "markup5ever",
17194]
17195
17196[[package]]
17197name = "xmlparser"
17198version = "0.13.6"
17199source = "registry+https://github.com/rust-lang/crates.io-index"
17200checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
17201
17202[[package]]
17203name = "xmlwriter"
17204version = "0.1.0"
17205source = "registry+https://github.com/rust-lang/crates.io-index"
17206checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
17207
17208[[package]]
17209name = "xtask"
17210version = "0.1.0"
17211dependencies = [
17212 "anyhow",
17213 "cargo_metadata",
17214 "cargo_toml",
17215 "clap",
17216]
17217
17218[[package]]
17219name = "yaml-rust2"
17220version = "0.8.1"
17221source = "registry+https://github.com/rust-lang/crates.io-index"
17222checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
17223dependencies = [
17224 "arraydeque",
17225 "encoding_rs",
17226 "hashlink 0.8.4",
17227]
17228
17229[[package]]
17230name = "yansi"
17231version = "1.0.1"
17232source = "registry+https://github.com/rust-lang/crates.io-index"
17233checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
17234
17235[[package]]
17236name = "yazi"
17237version = "0.2.1"
17238source = "registry+https://github.com/rust-lang/crates.io-index"
17239checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
17240
17241[[package]]
17242name = "yeslogic-fontconfig-sys"
17243version = "6.0.0"
17244source = "registry+https://github.com/rust-lang/crates.io-index"
17245checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
17246dependencies = [
17247 "dlib",
17248 "once_cell",
17249 "pkg-config",
17250]
17251
17252[[package]]
17253name = "yoke"
17254version = "0.7.5"
17255source = "registry+https://github.com/rust-lang/crates.io-index"
17256checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
17257dependencies = [
17258 "serde",
17259 "stable_deref_trait",
17260 "yoke-derive",
17261 "zerofrom",
17262]
17263
17264[[package]]
17265name = "yoke-derive"
17266version = "0.7.5"
17267source = "registry+https://github.com/rust-lang/crates.io-index"
17268checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
17269dependencies = [
17270 "proc-macro2",
17271 "quote",
17272 "syn 2.0.100",
17273 "synstructure",
17274]
17275
17276[[package]]
17277name = "zbus"
17278version = "5.5.0"
17279source = "registry+https://github.com/rust-lang/crates.io-index"
17280checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
17281dependencies = [
17282 "async-broadcast",
17283 "async-executor",
17284 "async-fs",
17285 "async-io",
17286 "async-lock",
17287 "async-process",
17288 "async-recursion 1.1.1",
17289 "async-task",
17290 "async-trait",
17291 "blocking",
17292 "enumflags2",
17293 "event-listener 5.3.1",
17294 "futures-core",
17295 "futures-lite 2.6.0",
17296 "hex",
17297 "nix",
17298 "ordered-stream",
17299 "serde",
17300 "serde_repr",
17301 "static_assertions",
17302 "tracing",
17303 "uds_windows",
17304 "windows-sys 0.59.0",
17305 "winnow 0.7.1",
17306 "xdg-home",
17307 "zbus_macros",
17308 "zbus_names",
17309 "zvariant",
17310]
17311
17312[[package]]
17313name = "zbus_macros"
17314version = "5.5.0"
17315source = "registry+https://github.com/rust-lang/crates.io-index"
17316checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
17317dependencies = [
17318 "proc-macro-crate",
17319 "proc-macro2",
17320 "quote",
17321 "syn 2.0.100",
17322 "zbus_names",
17323 "zvariant",
17324 "zvariant_utils",
17325]
17326
17327[[package]]
17328name = "zbus_names"
17329version = "4.1.0"
17330source = "registry+https://github.com/rust-lang/crates.io-index"
17331checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
17332dependencies = [
17333 "serde",
17334 "static_assertions",
17335 "winnow 0.6.20",
17336 "zvariant",
17337]
17338
17339[[package]]
17340name = "zed"
17341version = "0.181.0"
17342dependencies = [
17343 "activity_indicator",
17344 "anyhow",
17345 "ashpd",
17346 "assets",
17347 "assistant",
17348 "assistant2",
17349 "assistant_context_editor",
17350 "assistant_settings",
17351 "assistant_tools",
17352 "async-watch",
17353 "audio",
17354 "auto_update",
17355 "auto_update_ui",
17356 "backtrace",
17357 "breadcrumbs",
17358 "call",
17359 "channel",
17360 "chrono",
17361 "clap",
17362 "cli",
17363 "client",
17364 "collab_ui",
17365 "collections",
17366 "command_palette",
17367 "command_palette_hooks",
17368 "component_preview",
17369 "copilot",
17370 "dap",
17371 "dap_adapters",
17372 "db",
17373 "debugger_tools",
17374 "debugger_ui",
17375 "diagnostics",
17376 "editor",
17377 "env_logger 0.11.7",
17378 "extension",
17379 "extension_host",
17380 "extensions_ui",
17381 "feature_flags",
17382 "feedback",
17383 "file_finder",
17384 "fs",
17385 "futures 0.3.31",
17386 "git",
17387 "git_hosting_providers",
17388 "git_ui",
17389 "go_to_line",
17390 "gpui",
17391 "gpui_tokio",
17392 "http_client",
17393 "image_viewer",
17394 "inline_completion_button",
17395 "install_cli",
17396 "journal",
17397 "language",
17398 "language_extension",
17399 "language_model",
17400 "language_models",
17401 "language_selector",
17402 "language_tools",
17403 "languages",
17404 "libc",
17405 "log",
17406 "markdown_preview",
17407 "menu",
17408 "migrator",
17409 "mimalloc",
17410 "nix",
17411 "node_runtime",
17412 "notifications",
17413 "outline",
17414 "outline_panel",
17415 "parking_lot",
17416 "paths",
17417 "picker",
17418 "profiling",
17419 "project",
17420 "project_panel",
17421 "project_symbols",
17422 "prompt_store",
17423 "proto",
17424 "recent_projects",
17425 "release_channel",
17426 "remote",
17427 "repl",
17428 "reqwest_client",
17429 "rope",
17430 "search",
17431 "serde",
17432 "serde_json",
17433 "session",
17434 "settings",
17435 "settings_ui",
17436 "shellexpand 2.1.2",
17437 "simplelog",
17438 "smol",
17439 "snippet_provider",
17440 "snippets_ui",
17441 "supermaven",
17442 "sysinfo",
17443 "tab_switcher",
17444 "task",
17445 "tasks_ui",
17446 "telemetry",
17447 "telemetry_events",
17448 "terminal_view",
17449 "theme",
17450 "theme_extension",
17451 "theme_selector",
17452 "time",
17453 "title_bar",
17454 "toolchain_selector",
17455 "tree-sitter-md",
17456 "tree-sitter-rust",
17457 "ui",
17458 "ui_prompt",
17459 "url",
17460 "urlencoding",
17461 "util",
17462 "uuid",
17463 "vim",
17464 "vim_mode_setting",
17465 "welcome",
17466 "windows 0.61.1",
17467 "winresource",
17468 "workspace",
17469 "zed_actions",
17470 "zeta",
17471 "zlog_settings",
17472]
17473
17474[[package]]
17475name = "zed_actions"
17476version = "0.1.0"
17477dependencies = [
17478 "gpui",
17479 "schemars",
17480 "serde",
17481]
17482
17483[[package]]
17484name = "zed_emmet"
17485version = "0.0.3"
17486dependencies = [
17487 "zed_extension_api 0.1.0",
17488]
17489
17490[[package]]
17491name = "zed_extension_api"
17492version = "0.1.0"
17493source = "registry+https://github.com/rust-lang/crates.io-index"
17494checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
17495dependencies = [
17496 "serde",
17497 "serde_json",
17498 "wit-bindgen",
17499]
17500
17501[[package]]
17502name = "zed_extension_api"
17503version = "0.4.0"
17504dependencies = [
17505 "serde",
17506 "serde_json",
17507 "wit-bindgen",
17508]
17509
17510[[package]]
17511name = "zed_glsl"
17512version = "0.1.0"
17513dependencies = [
17514 "zed_extension_api 0.1.0",
17515]
17516
17517[[package]]
17518name = "zed_html"
17519version = "0.2.0"
17520dependencies = [
17521 "zed_extension_api 0.1.0",
17522]
17523
17524[[package]]
17525name = "zed_llm_client"
17526version = "0.4.1"
17527source = "registry+https://github.com/rust-lang/crates.io-index"
17528checksum = "1bf21350eced858d129840589158a8f6895c4fa4327ae56dd8c7d6a98495bed4"
17529dependencies = [
17530 "serde",
17531 "serde_json",
17532 "uuid",
17533]
17534
17535[[package]]
17536name = "zed_proto"
17537version = "0.2.1"
17538dependencies = [
17539 "zed_extension_api 0.1.0",
17540]
17541
17542[[package]]
17543name = "zed_ruff"
17544version = "0.1.0"
17545dependencies = [
17546 "zed_extension_api 0.1.0",
17547]
17548
17549[[package]]
17550name = "zed_snippets"
17551version = "0.0.5"
17552dependencies = [
17553 "serde_json",
17554 "zed_extension_api 0.1.0",
17555]
17556
17557[[package]]
17558name = "zed_test_extension"
17559version = "0.1.0"
17560dependencies = [
17561 "zed_extension_api 0.4.0",
17562]
17563
17564[[package]]
17565name = "zed_toml"
17566version = "0.1.3"
17567dependencies = [
17568 "zed_extension_api 0.1.0",
17569]
17570
17571[[package]]
17572name = "zeno"
17573version = "0.3.2"
17574source = "registry+https://github.com/rust-lang/crates.io-index"
17575checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
17576
17577[[package]]
17578name = "zerocopy"
17579version = "0.7.35"
17580source = "registry+https://github.com/rust-lang/crates.io-index"
17581checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
17582dependencies = [
17583 "byteorder",
17584 "zerocopy-derive 0.7.35",
17585]
17586
17587[[package]]
17588name = "zerocopy"
17589version = "0.8.18"
17590source = "registry+https://github.com/rust-lang/crates.io-index"
17591checksum = "79386d31a42a4996e3336b0919ddb90f81112af416270cff95b5f5af22b839c2"
17592dependencies = [
17593 "zerocopy-derive 0.8.18",
17594]
17595
17596[[package]]
17597name = "zerocopy-derive"
17598version = "0.7.35"
17599source = "registry+https://github.com/rust-lang/crates.io-index"
17600checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
17601dependencies = [
17602 "proc-macro2",
17603 "quote",
17604 "syn 2.0.100",
17605]
17606
17607[[package]]
17608name = "zerocopy-derive"
17609version = "0.8.18"
17610source = "registry+https://github.com/rust-lang/crates.io-index"
17611checksum = "76331675d372f91bf8d17e13afbd5fe639200b73d01f0fc748bb059f9cca2db7"
17612dependencies = [
17613 "proc-macro2",
17614 "quote",
17615 "syn 2.0.100",
17616]
17617
17618[[package]]
17619name = "zerofrom"
17620version = "0.1.5"
17621source = "registry+https://github.com/rust-lang/crates.io-index"
17622checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
17623dependencies = [
17624 "zerofrom-derive",
17625]
17626
17627[[package]]
17628name = "zerofrom-derive"
17629version = "0.1.5"
17630source = "registry+https://github.com/rust-lang/crates.io-index"
17631checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
17632dependencies = [
17633 "proc-macro2",
17634 "quote",
17635 "syn 2.0.100",
17636 "synstructure",
17637]
17638
17639[[package]]
17640name = "zeroize"
17641version = "1.8.1"
17642source = "registry+https://github.com/rust-lang/crates.io-index"
17643checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
17644dependencies = [
17645 "zeroize_derive",
17646]
17647
17648[[package]]
17649name = "zeroize_derive"
17650version = "1.4.2"
17651source = "registry+https://github.com/rust-lang/crates.io-index"
17652checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
17653dependencies = [
17654 "proc-macro2",
17655 "quote",
17656 "syn 2.0.100",
17657]
17658
17659[[package]]
17660name = "zeromq"
17661version = "0.5.0-pre"
17662source = "registry+https://github.com/rust-lang/crates.io-index"
17663checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
17664dependencies = [
17665 "async-dispatcher",
17666 "async-std",
17667 "async-trait",
17668 "asynchronous-codec",
17669 "bytes 1.10.1",
17670 "crossbeam-queue",
17671 "dashmap 5.5.3",
17672 "futures 0.3.31",
17673 "log",
17674 "num-traits",
17675 "once_cell",
17676 "parking_lot",
17677 "rand 0.8.5",
17678 "regex",
17679 "thiserror 1.0.69",
17680 "uuid",
17681]
17682
17683[[package]]
17684name = "zerovec"
17685version = "0.10.4"
17686source = "registry+https://github.com/rust-lang/crates.io-index"
17687checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
17688dependencies = [
17689 "yoke",
17690 "zerofrom",
17691 "zerovec-derive",
17692]
17693
17694[[package]]
17695name = "zerovec-derive"
17696version = "0.10.3"
17697source = "registry+https://github.com/rust-lang/crates.io-index"
17698checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
17699dependencies = [
17700 "proc-macro2",
17701 "quote",
17702 "syn 2.0.100",
17703]
17704
17705[[package]]
17706name = "zeta"
17707version = "0.1.0"
17708dependencies = [
17709 "anyhow",
17710 "arrayvec",
17711 "call",
17712 "client",
17713 "clock",
17714 "collections",
17715 "command_palette_hooks",
17716 "ctor",
17717 "db",
17718 "editor",
17719 "env_logger 0.11.7",
17720 "feature_flags",
17721 "fs",
17722 "futures 0.3.31",
17723 "gpui",
17724 "http_client",
17725 "indoc",
17726 "inline_completion",
17727 "language",
17728 "language_model",
17729 "log",
17730 "menu",
17731 "migrator",
17732 "paths",
17733 "postage",
17734 "project",
17735 "regex",
17736 "release_channel",
17737 "reqwest_client",
17738 "rpc",
17739 "serde",
17740 "serde_json",
17741 "settings",
17742 "telemetry",
17743 "telemetry_events",
17744 "theme",
17745 "thiserror 2.0.12",
17746 "tree-sitter-go",
17747 "tree-sitter-rust",
17748 "ui",
17749 "unindent",
17750 "util",
17751 "uuid",
17752 "workspace",
17753 "worktree",
17754 "zed_actions",
17755 "zed_llm_client",
17756]
17757
17758[[package]]
17759name = "zip"
17760version = "0.6.6"
17761source = "registry+https://github.com/rust-lang/crates.io-index"
17762checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
17763dependencies = [
17764 "aes",
17765 "byteorder",
17766 "bzip2",
17767 "constant_time_eq 0.1.5",
17768 "crc32fast",
17769 "crossbeam-utils",
17770 "flate2",
17771 "hmac",
17772 "pbkdf2 0.11.0",
17773 "sha1",
17774 "time",
17775 "zstd",
17776]
17777
17778[[package]]
17779name = "zlog"
17780version = "0.1.0"
17781dependencies = [
17782 "log",
17783]
17784
17785[[package]]
17786name = "zlog_settings"
17787version = "0.1.0"
17788dependencies = [
17789 "anyhow",
17790 "gpui",
17791 "schemars",
17792 "serde",
17793 "settings",
17794 "zlog",
17795]
17796
17797[[package]]
17798name = "zstd"
17799version = "0.11.2+zstd.1.5.2"
17800source = "registry+https://github.com/rust-lang/crates.io-index"
17801checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
17802dependencies = [
17803 "zstd-safe",
17804]
17805
17806[[package]]
17807name = "zstd-safe"
17808version = "5.0.2+zstd.1.5.2"
17809source = "registry+https://github.com/rust-lang/crates.io-index"
17810checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
17811dependencies = [
17812 "libc",
17813 "zstd-sys",
17814]
17815
17816[[package]]
17817name = "zstd-sys"
17818version = "2.0.13+zstd.1.5.6"
17819source = "registry+https://github.com/rust-lang/crates.io-index"
17820checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
17821dependencies = [
17822 "cc",
17823 "pkg-config",
17824]
17825
17826[[package]]
17827name = "zune-core"
17828version = "0.4.12"
17829source = "registry+https://github.com/rust-lang/crates.io-index"
17830checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
17831
17832[[package]]
17833name = "zune-inflate"
17834version = "0.2.54"
17835source = "registry+https://github.com/rust-lang/crates.io-index"
17836checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
17837dependencies = [
17838 "simd-adler32",
17839]
17840
17841[[package]]
17842name = "zune-jpeg"
17843version = "0.4.13"
17844source = "registry+https://github.com/rust-lang/crates.io-index"
17845checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
17846dependencies = [
17847 "zune-core",
17848]
17849
17850[[package]]
17851name = "zvariant"
17852version = "5.4.0"
17853source = "registry+https://github.com/rust-lang/crates.io-index"
17854checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
17855dependencies = [
17856 "endi",
17857 "enumflags2",
17858 "serde",
17859 "static_assertions",
17860 "url",
17861 "winnow 0.7.1",
17862 "zvariant_derive",
17863 "zvariant_utils",
17864]
17865
17866[[package]]
17867name = "zvariant_derive"
17868version = "5.4.0"
17869source = "registry+https://github.com/rust-lang/crates.io-index"
17870checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
17871dependencies = [
17872 "proc-macro-crate",
17873 "proc-macro2",
17874 "quote",
17875 "syn 2.0.100",
17876 "zvariant_utils",
17877]
17878
17879[[package]]
17880name = "zvariant_utils"
17881version = "3.2.0"
17882source = "registry+https://github.com/rust-lang/crates.io-index"
17883checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
17884dependencies = [
17885 "proc-macro2",
17886 "quote",
17887 "serde",
17888 "static_assertions",
17889 "syn 2.0.100",
17890 "winnow 0.7.1",
17891]