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 "smol",
  501 "streaming_diff",
  502 "telemetry",
  503 "telemetry_events",
  504 "terminal",
  505 "terminal_view",
  506 "text",
  507 "theme",
  508 "time",
  509 "time_format",
  510 "ui",
  511 "util",
  512 "uuid",
  513 "vim_mode_setting",
  514 "workspace",
  515 "zed_actions",
  516]
  517
  518[[package]]
  519name = "assistant_context_editor"
  520version = "0.1.0"
  521dependencies = [
  522 "anyhow",
  523 "assistant_settings",
  524 "assistant_slash_command",
  525 "assistant_slash_commands",
  526 "chrono",
  527 "client",
  528 "clock",
  529 "collections",
  530 "context_server",
  531 "editor",
  532 "fs",
  533 "futures 0.3.31",
  534 "fuzzy",
  535 "gpui",
  536 "indexed_docs",
  537 "language",
  538 "language_model",
  539 "language_model_selector",
  540 "languages",
  541 "log",
  542 "multi_buffer",
  543 "open_ai",
  544 "parking_lot",
  545 "paths",
  546 "picker",
  547 "pretty_assertions",
  548 "project",
  549 "prompt_store",
  550 "rand 0.8.5",
  551 "regex",
  552 "rope",
  553 "rpc",
  554 "serde",
  555 "serde_json",
  556 "settings",
  557 "smallvec",
  558 "smol",
  559 "strum",
  560 "telemetry_events",
  561 "text",
  562 "theme",
  563 "tree-sitter-md",
  564 "ui",
  565 "unindent",
  566 "util",
  567 "uuid",
  568 "workspace",
  569]
  570
  571[[package]]
  572name = "assistant_eval"
  573version = "0.1.0"
  574dependencies = [
  575 "anyhow",
  576 "assistant2",
  577 "assistant_tool",
  578 "assistant_tools",
  579 "clap",
  580 "client",
  581 "collections",
  582 "context_server",
  583 "dap",
  584 "env_logger 0.11.7",
  585 "fs",
  586 "futures 0.3.31",
  587 "gpui",
  588 "gpui_tokio",
  589 "itertools 0.14.0",
  590 "language",
  591 "language_model",
  592 "language_models",
  593 "node_runtime",
  594 "project",
  595 "prompt_store",
  596 "regex",
  597 "release_channel",
  598 "reqwest_client",
  599 "serde",
  600 "serde_json",
  601 "serde_json_lenient",
  602 "settings",
  603 "smol",
  604 "util",
  605]
  606
  607[[package]]
  608name = "assistant_settings"
  609version = "0.1.0"
  610dependencies = [
  611 "anthropic",
  612 "anyhow",
  613 "deepseek",
  614 "feature_flags",
  615 "fs",
  616 "gpui",
  617 "indexmap",
  618 "language_model",
  619 "lmstudio",
  620 "log",
  621 "ollama",
  622 "open_ai",
  623 "paths",
  624 "schemars",
  625 "serde",
  626 "serde_json_lenient",
  627 "settings",
  628]
  629
  630[[package]]
  631name = "assistant_slash_command"
  632version = "0.1.0"
  633dependencies = [
  634 "anyhow",
  635 "async-trait",
  636 "collections",
  637 "derive_more",
  638 "extension",
  639 "futures 0.3.31",
  640 "gpui",
  641 "language",
  642 "language_model",
  643 "parking_lot",
  644 "pretty_assertions",
  645 "serde",
  646 "serde_json",
  647 "ui",
  648 "workspace",
  649]
  650
  651[[package]]
  652name = "assistant_slash_commands"
  653version = "0.1.0"
  654dependencies = [
  655 "anyhow",
  656 "assistant_slash_command",
  657 "cargo_toml",
  658 "chrono",
  659 "collections",
  660 "context_server",
  661 "editor",
  662 "env_logger 0.11.7",
  663 "feature_flags",
  664 "fs",
  665 "futures 0.3.31",
  666 "fuzzy",
  667 "globset",
  668 "gpui",
  669 "html_to_markdown",
  670 "http_client",
  671 "indexed_docs",
  672 "language",
  673 "pretty_assertions",
  674 "project",
  675 "prompt_store",
  676 "rope",
  677 "serde",
  678 "serde_json",
  679 "settings",
  680 "smol",
  681 "terminal_view",
  682 "text",
  683 "toml 0.8.20",
  684 "ui",
  685 "util",
  686 "workspace",
  687 "worktree",
  688]
  689
  690[[package]]
  691name = "assistant_tool"
  692version = "0.1.0"
  693dependencies = [
  694 "anyhow",
  695 "async-watch",
  696 "buffer_diff",
  697 "clock",
  698 "collections",
  699 "derive_more",
  700 "gpui",
  701 "icons",
  702 "language",
  703 "language_model",
  704 "parking_lot",
  705 "project",
  706 "serde",
  707 "serde_json",
  708 "settings",
  709 "text",
  710 "util",
  711]
  712
  713[[package]]
  714name = "assistant_tools"
  715version = "0.1.0"
  716dependencies = [
  717 "anyhow",
  718 "assistant_tool",
  719 "chrono",
  720 "clock",
  721 "collections",
  722 "feature_flags",
  723 "futures 0.3.31",
  724 "gpui",
  725 "html_to_markdown",
  726 "http_client",
  727 "itertools 0.14.0",
  728 "language",
  729 "language_model",
  730 "open",
  731 "project",
  732 "rand 0.8.5",
  733 "release_channel",
  734 "schemars",
  735 "serde",
  736 "serde_json",
  737 "settings",
  738 "theme",
  739 "ui",
  740 "unindent",
  741 "util",
  742 "workspace",
  743 "worktree",
  744]
  745
  746[[package]]
  747name = "async-attributes"
  748version = "1.1.2"
  749source = "registry+https://github.com/rust-lang/crates.io-index"
  750checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  751dependencies = [
  752 "quote",
  753 "syn 1.0.109",
  754]
  755
  756[[package]]
  757name = "async-broadcast"
  758version = "0.7.2"
  759source = "registry+https://github.com/rust-lang/crates.io-index"
  760checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  761dependencies = [
  762 "event-listener 5.3.1",
  763 "event-listener-strategy",
  764 "futures-core",
  765 "pin-project-lite",
  766]
  767
  768[[package]]
  769name = "async-channel"
  770version = "1.9.0"
  771source = "registry+https://github.com/rust-lang/crates.io-index"
  772checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  773dependencies = [
  774 "concurrent-queue",
  775 "event-listener 2.5.3",
  776 "futures-core",
  777]
  778
  779[[package]]
  780name = "async-channel"
  781version = "2.3.1"
  782source = "registry+https://github.com/rust-lang/crates.io-index"
  783checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
  784dependencies = [
  785 "concurrent-queue",
  786 "event-listener-strategy",
  787 "futures-core",
  788 "pin-project-lite",
  789]
  790
  791[[package]]
  792name = "async-compat"
  793version = "0.2.4"
  794source = "registry+https://github.com/rust-lang/crates.io-index"
  795checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
  796dependencies = [
  797 "futures-core",
  798 "futures-io",
  799 "once_cell",
  800 "pin-project-lite",
  801 "tokio",
  802]
  803
  804[[package]]
  805name = "async-compression"
  806version = "0.4.22"
  807source = "registry+https://github.com/rust-lang/crates.io-index"
  808checksum = "59a194f9d963d8099596278594b3107448656ba73831c9d8c783e613ce86da64"
  809dependencies = [
  810 "deflate64",
  811 "flate2",
  812 "futures-core",
  813 "futures-io",
  814 "memchr",
  815 "pin-project-lite",
  816]
  817
  818[[package]]
  819name = "async-dispatcher"
  820version = "0.1.2"
  821source = "registry+https://github.com/rust-lang/crates.io-index"
  822checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  823dependencies = [
  824 "async-task",
  825 "futures-lite 1.13.0",
  826]
  827
  828[[package]]
  829name = "async-executor"
  830version = "1.13.1"
  831source = "registry+https://github.com/rust-lang/crates.io-index"
  832checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
  833dependencies = [
  834 "async-task",
  835 "concurrent-queue",
  836 "fastrand 2.3.0",
  837 "futures-lite 2.6.0",
  838 "slab",
  839]
  840
  841[[package]]
  842name = "async-fs"
  843version = "2.1.2"
  844source = "registry+https://github.com/rust-lang/crates.io-index"
  845checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
  846dependencies = [
  847 "async-lock",
  848 "blocking",
  849 "futures-lite 2.6.0",
  850]
  851
  852[[package]]
  853name = "async-global-executor"
  854version = "2.4.1"
  855source = "registry+https://github.com/rust-lang/crates.io-index"
  856checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  857dependencies = [
  858 "async-channel 2.3.1",
  859 "async-executor",
  860 "async-io",
  861 "async-lock",
  862 "blocking",
  863 "futures-lite 2.6.0",
  864 "once_cell",
  865]
  866
  867[[package]]
  868name = "async-io"
  869version = "2.4.0"
  870source = "registry+https://github.com/rust-lang/crates.io-index"
  871checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
  872dependencies = [
  873 "async-lock",
  874 "cfg-if",
  875 "concurrent-queue",
  876 "futures-io",
  877 "futures-lite 2.6.0",
  878 "parking",
  879 "polling",
  880 "rustix",
  881 "slab",
  882 "tracing",
  883 "windows-sys 0.59.0",
  884]
  885
  886[[package]]
  887name = "async-lock"
  888version = "3.4.0"
  889source = "registry+https://github.com/rust-lang/crates.io-index"
  890checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
  891dependencies = [
  892 "event-listener 5.3.1",
  893 "event-listener-strategy",
  894 "pin-project-lite",
  895]
  896
  897[[package]]
  898name = "async-native-tls"
  899version = "0.5.0"
  900source = "registry+https://github.com/rust-lang/crates.io-index"
  901checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
  902dependencies = [
  903 "futures-util",
  904 "native-tls",
  905 "thiserror 1.0.69",
  906 "url",
  907]
  908
  909[[package]]
  910name = "async-net"
  911version = "2.0.0"
  912source = "registry+https://github.com/rust-lang/crates.io-index"
  913checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  914dependencies = [
  915 "async-io",
  916 "blocking",
  917 "futures-lite 2.6.0",
  918]
  919
  920[[package]]
  921name = "async-pipe"
  922version = "0.1.3"
  923source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  924dependencies = [
  925 "futures 0.3.31",
  926 "log",
  927]
  928
  929[[package]]
  930name = "async-process"
  931version = "2.3.0"
  932source = "registry+https://github.com/rust-lang/crates.io-index"
  933checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
  934dependencies = [
  935 "async-channel 2.3.1",
  936 "async-io",
  937 "async-lock",
  938 "async-signal",
  939 "async-task",
  940 "blocking",
  941 "cfg-if",
  942 "event-listener 5.3.1",
  943 "futures-lite 2.6.0",
  944 "rustix",
  945 "tracing",
  946]
  947
  948[[package]]
  949name = "async-recursion"
  950version = "0.3.2"
  951source = "registry+https://github.com/rust-lang/crates.io-index"
  952checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
  953dependencies = [
  954 "proc-macro2",
  955 "quote",
  956 "syn 1.0.109",
  957]
  958
  959[[package]]
  960name = "async-recursion"
  961version = "1.1.1"
  962source = "registry+https://github.com/rust-lang/crates.io-index"
  963checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
  964dependencies = [
  965 "proc-macro2",
  966 "quote",
  967 "syn 2.0.100",
  968]
  969
  970[[package]]
  971name = "async-signal"
  972version = "0.2.10"
  973source = "registry+https://github.com/rust-lang/crates.io-index"
  974checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
  975dependencies = [
  976 "async-io",
  977 "async-lock",
  978 "atomic-waker",
  979 "cfg-if",
  980 "futures-core",
  981 "futures-io",
  982 "rustix",
  983 "signal-hook-registry",
  984 "slab",
  985 "windows-sys 0.59.0",
  986]
  987
  988[[package]]
  989name = "async-std"
  990version = "1.13.1"
  991source = "registry+https://github.com/rust-lang/crates.io-index"
  992checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24"
  993dependencies = [
  994 "async-attributes",
  995 "async-channel 1.9.0",
  996 "async-global-executor",
  997 "async-io",
  998 "async-lock",
  999 "async-process",
 1000 "crossbeam-utils",
 1001 "futures-channel",
 1002 "futures-core",
 1003 "futures-io",
 1004 "futures-lite 2.6.0",
 1005 "gloo-timers",
 1006 "kv-log-macro",
 1007 "log",
 1008 "memchr",
 1009 "once_cell",
 1010 "pin-project-lite",
 1011 "pin-utils",
 1012 "slab",
 1013 "wasm-bindgen-futures",
 1014]
 1015
 1016[[package]]
 1017name = "async-stream"
 1018version = "0.3.6"
 1019source = "registry+https://github.com/rust-lang/crates.io-index"
 1020checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1021dependencies = [
 1022 "async-stream-impl",
 1023 "futures-core",
 1024 "pin-project-lite",
 1025]
 1026
 1027[[package]]
 1028name = "async-stream-impl"
 1029version = "0.3.6"
 1030source = "registry+https://github.com/rust-lang/crates.io-index"
 1031checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1032dependencies = [
 1033 "proc-macro2",
 1034 "quote",
 1035 "syn 2.0.100",
 1036]
 1037
 1038[[package]]
 1039name = "async-stripe"
 1040version = "0.40.0"
 1041source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
 1042dependencies = [
 1043 "chrono",
 1044 "futures-util",
 1045 "http-types",
 1046 "hyper 0.14.32",
 1047 "hyper-rustls 0.24.2",
 1048 "serde",
 1049 "serde_json",
 1050 "serde_path_to_error",
 1051 "serde_qs 0.10.1",
 1052 "smart-default",
 1053 "smol_str 0.1.24",
 1054 "thiserror 1.0.69",
 1055 "tokio",
 1056]
 1057
 1058[[package]]
 1059name = "async-tar"
 1060version = "0.5.0"
 1061source = "registry+https://github.com/rust-lang/crates.io-index"
 1062checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
 1063dependencies = [
 1064 "async-std",
 1065 "filetime",
 1066 "libc",
 1067 "pin-project",
 1068 "redox_syscall 0.2.16",
 1069 "xattr",
 1070]
 1071
 1072[[package]]
 1073name = "async-task"
 1074version = "4.7.1"
 1075source = "registry+https://github.com/rust-lang/crates.io-index"
 1076checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
 1077
 1078[[package]]
 1079name = "async-tls"
 1080version = "0.13.0"
 1081source = "git+https://github.com/zed-industries/async-tls?rev=1e759a4b5e370f87dc15e40756ac4f8815b61d9d#1e759a4b5e370f87dc15e40756ac4f8815b61d9d"
 1082dependencies = [
 1083 "futures-core",
 1084 "futures-io",
 1085 "rustls 0.23.25",
 1086 "rustls-pemfile 2.2.0",
 1087 "webpki-roots",
 1088]
 1089
 1090[[package]]
 1091name = "async-trait"
 1092version = "0.1.88"
 1093source = "registry+https://github.com/rust-lang/crates.io-index"
 1094checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
 1095dependencies = [
 1096 "proc-macro2",
 1097 "quote",
 1098 "syn 2.0.100",
 1099]
 1100
 1101[[package]]
 1102name = "async-tungstenite"
 1103version = "0.28.2"
 1104source = "registry+https://github.com/rust-lang/crates.io-index"
 1105checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99"
 1106dependencies = [
 1107 "async-std",
 1108 "async-tls",
 1109 "atomic-waker",
 1110 "futures-core",
 1111 "futures-io",
 1112 "futures-task",
 1113 "futures-util",
 1114 "log",
 1115 "pin-project-lite",
 1116 "tungstenite 0.24.0",
 1117]
 1118
 1119[[package]]
 1120name = "async-watch"
 1121version = "0.3.1"
 1122source = "registry+https://github.com/rust-lang/crates.io-index"
 1123checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
 1124dependencies = [
 1125 "event-listener 2.5.3",
 1126]
 1127
 1128[[package]]
 1129name = "async_zip"
 1130version = "0.0.17"
 1131source = "registry+https://github.com/rust-lang/crates.io-index"
 1132checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
 1133dependencies = [
 1134 "async-compression",
 1135 "crc32fast",
 1136 "futures-lite 2.6.0",
 1137 "pin-project",
 1138 "thiserror 1.0.69",
 1139]
 1140
 1141[[package]]
 1142name = "asynchronous-codec"
 1143version = "0.7.0"
 1144source = "registry+https://github.com/rust-lang/crates.io-index"
 1145checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1146dependencies = [
 1147 "bytes 1.10.1",
 1148 "futures-sink",
 1149 "futures-util",
 1150 "memchr",
 1151 "pin-project-lite",
 1152]
 1153
 1154[[package]]
 1155name = "atoi"
 1156version = "2.0.0"
 1157source = "registry+https://github.com/rust-lang/crates.io-index"
 1158checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1159dependencies = [
 1160 "num-traits",
 1161]
 1162
 1163[[package]]
 1164name = "atomic"
 1165version = "0.5.3"
 1166source = "registry+https://github.com/rust-lang/crates.io-index"
 1167checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1168
 1169[[package]]
 1170name = "atomic-waker"
 1171version = "1.1.2"
 1172source = "registry+https://github.com/rust-lang/crates.io-index"
 1173checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1174
 1175[[package]]
 1176name = "audio"
 1177version = "0.1.0"
 1178dependencies = [
 1179 "anyhow",
 1180 "collections",
 1181 "derive_more",
 1182 "gpui",
 1183 "parking_lot",
 1184 "rodio",
 1185 "util",
 1186]
 1187
 1188[[package]]
 1189name = "auto_update"
 1190version = "0.1.0"
 1191dependencies = [
 1192 "anyhow",
 1193 "client",
 1194 "db",
 1195 "gpui",
 1196 "http_client",
 1197 "log",
 1198 "paths",
 1199 "release_channel",
 1200 "schemars",
 1201 "serde",
 1202 "serde_json",
 1203 "settings",
 1204 "smol",
 1205 "tempfile",
 1206 "which 6.0.3",
 1207 "workspace",
 1208]
 1209
 1210[[package]]
 1211name = "auto_update_ui"
 1212version = "0.1.0"
 1213dependencies = [
 1214 "anyhow",
 1215 "auto_update",
 1216 "client",
 1217 "editor",
 1218 "gpui",
 1219 "http_client",
 1220 "markdown_preview",
 1221 "release_channel",
 1222 "serde",
 1223 "serde_json",
 1224 "smol",
 1225 "util",
 1226 "workspace",
 1227]
 1228
 1229[[package]]
 1230name = "autocfg"
 1231version = "1.4.0"
 1232source = "registry+https://github.com/rust-lang/crates.io-index"
 1233checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
 1234
 1235[[package]]
 1236name = "av1-grain"
 1237version = "0.2.3"
 1238source = "registry+https://github.com/rust-lang/crates.io-index"
 1239checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
 1240dependencies = [
 1241 "anyhow",
 1242 "arrayvec",
 1243 "log",
 1244 "nom",
 1245 "num-rational",
 1246 "v_frame",
 1247]
 1248
 1249[[package]]
 1250name = "avif-serialize"
 1251version = "0.8.2"
 1252source = "registry+https://github.com/rust-lang/crates.io-index"
 1253checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
 1254dependencies = [
 1255 "arrayvec",
 1256]
 1257
 1258[[package]]
 1259name = "aws-config"
 1260version = "1.5.16"
 1261source = "registry+https://github.com/rust-lang/crates.io-index"
 1262checksum = "50236e4d60fe8458de90a71c0922c761e41755adf091b1b03de1cef537179915"
 1263dependencies = [
 1264 "aws-credential-types",
 1265 "aws-runtime",
 1266 "aws-sdk-sso",
 1267 "aws-sdk-ssooidc",
 1268 "aws-sdk-sts",
 1269 "aws-smithy-async",
 1270 "aws-smithy-http",
 1271 "aws-smithy-json",
 1272 "aws-smithy-runtime",
 1273 "aws-smithy-runtime-api",
 1274 "aws-smithy-types",
 1275 "aws-types",
 1276 "bytes 1.10.1",
 1277 "fastrand 2.3.0",
 1278 "hex",
 1279 "http 0.2.12",
 1280 "ring",
 1281 "time",
 1282 "tokio",
 1283 "tracing",
 1284 "url",
 1285 "zeroize",
 1286]
 1287
 1288[[package]]
 1289name = "aws-credential-types"
 1290version = "1.2.1"
 1291source = "registry+https://github.com/rust-lang/crates.io-index"
 1292checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
 1293dependencies = [
 1294 "aws-smithy-async",
 1295 "aws-smithy-runtime-api",
 1296 "aws-smithy-types",
 1297 "zeroize",
 1298]
 1299
 1300[[package]]
 1301name = "aws-lc-rs"
 1302version = "1.12.6"
 1303source = "registry+https://github.com/rust-lang/crates.io-index"
 1304checksum = "dabb68eb3a7aa08b46fddfd59a3d55c978243557a90ab804769f7e20e67d2b01"
 1305dependencies = [
 1306 "aws-lc-sys",
 1307 "zeroize",
 1308]
 1309
 1310[[package]]
 1311name = "aws-lc-sys"
 1312version = "0.27.0"
 1313source = "registry+https://github.com/rust-lang/crates.io-index"
 1314checksum = "6bbe221bbf523b625a4dd8585c7f38166e31167ec2ca98051dbcb4c3b6e825d2"
 1315dependencies = [
 1316 "bindgen 0.69.5",
 1317 "cc",
 1318 "cmake",
 1319 "dunce",
 1320 "fs_extra",
 1321]
 1322
 1323[[package]]
 1324name = "aws-runtime"
 1325version = "1.5.5"
 1326source = "registry+https://github.com/rust-lang/crates.io-index"
 1327checksum = "76dd04d39cc12844c0994f2c9c5a6f5184c22e9188ec1ff723de41910a21dcad"
 1328dependencies = [
 1329 "aws-credential-types",
 1330 "aws-sigv4",
 1331 "aws-smithy-async",
 1332 "aws-smithy-eventstream",
 1333 "aws-smithy-http",
 1334 "aws-smithy-runtime",
 1335 "aws-smithy-runtime-api",
 1336 "aws-smithy-types",
 1337 "aws-types",
 1338 "bytes 1.10.1",
 1339 "fastrand 2.3.0",
 1340 "http 0.2.12",
 1341 "http-body 0.4.6",
 1342 "once_cell",
 1343 "percent-encoding",
 1344 "pin-project-lite",
 1345 "tracing",
 1346 "uuid",
 1347]
 1348
 1349[[package]]
 1350name = "aws-sdk-bedrockruntime"
 1351version = "1.74.0"
 1352source = "registry+https://github.com/rust-lang/crates.io-index"
 1353checksum = "6938541d1948a543bca23303fec4cff9c36bf0e63b8fa3ae1b337bcb9d5b81af"
 1354dependencies = [
 1355 "aws-credential-types",
 1356 "aws-runtime",
 1357 "aws-smithy-async",
 1358 "aws-smithy-eventstream",
 1359 "aws-smithy-http",
 1360 "aws-smithy-json",
 1361 "aws-smithy-runtime",
 1362 "aws-smithy-runtime-api",
 1363 "aws-smithy-types",
 1364 "aws-types",
 1365 "bytes 1.10.1",
 1366 "fastrand 2.3.0",
 1367 "http 0.2.12",
 1368 "once_cell",
 1369 "regex-lite",
 1370 "tracing",
 1371]
 1372
 1373[[package]]
 1374name = "aws-sdk-kinesis"
 1375version = "1.61.0"
 1376source = "registry+https://github.com/rust-lang/crates.io-index"
 1377checksum = "89f2163d8704e8fdcd51ec6c2e0441c418471e422ee9690451b17a1c46344e1a"
 1378dependencies = [
 1379 "aws-credential-types",
 1380 "aws-runtime",
 1381 "aws-smithy-async",
 1382 "aws-smithy-http",
 1383 "aws-smithy-json",
 1384 "aws-smithy-runtime",
 1385 "aws-smithy-runtime-api",
 1386 "aws-smithy-types",
 1387 "aws-types",
 1388 "bytes 1.10.1",
 1389 "http 0.2.12",
 1390 "once_cell",
 1391 "regex-lite",
 1392 "tracing",
 1393]
 1394
 1395[[package]]
 1396name = "aws-sdk-s3"
 1397version = "1.76.0"
 1398source = "registry+https://github.com/rust-lang/crates.io-index"
 1399checksum = "66e83401ad7287ad15244d557e35502c2a94105ca5b41d656c391f1a4fc04ca2"
 1400dependencies = [
 1401 "aws-credential-types",
 1402 "aws-runtime",
 1403 "aws-sigv4",
 1404 "aws-smithy-async",
 1405 "aws-smithy-checksums",
 1406 "aws-smithy-eventstream",
 1407 "aws-smithy-http",
 1408 "aws-smithy-json",
 1409 "aws-smithy-runtime",
 1410 "aws-smithy-runtime-api",
 1411 "aws-smithy-types",
 1412 "aws-smithy-xml",
 1413 "aws-types",
 1414 "bytes 1.10.1",
 1415 "fastrand 2.3.0",
 1416 "hex",
 1417 "hmac",
 1418 "http 0.2.12",
 1419 "http-body 0.4.6",
 1420 "lru",
 1421 "once_cell",
 1422 "percent-encoding",
 1423 "regex-lite",
 1424 "sha2",
 1425 "tracing",
 1426 "url",
 1427]
 1428
 1429[[package]]
 1430name = "aws-sdk-sso"
 1431version = "1.58.0"
 1432source = "registry+https://github.com/rust-lang/crates.io-index"
 1433checksum = "16ff718c9ee45cc1ebd4774a0e086bb80a6ab752b4902edf1c9f56b86ee1f770"
 1434dependencies = [
 1435 "aws-credential-types",
 1436 "aws-runtime",
 1437 "aws-smithy-async",
 1438 "aws-smithy-http",
 1439 "aws-smithy-json",
 1440 "aws-smithy-runtime",
 1441 "aws-smithy-runtime-api",
 1442 "aws-smithy-types",
 1443 "aws-types",
 1444 "bytes 1.10.1",
 1445 "http 0.2.12",
 1446 "once_cell",
 1447 "regex-lite",
 1448 "tracing",
 1449]
 1450
 1451[[package]]
 1452name = "aws-sdk-ssooidc"
 1453version = "1.59.0"
 1454source = "registry+https://github.com/rust-lang/crates.io-index"
 1455checksum = "5183e088715cc135d8d396fdd3bc02f018f0da4c511f53cb8d795b6a31c55809"
 1456dependencies = [
 1457 "aws-credential-types",
 1458 "aws-runtime",
 1459 "aws-smithy-async",
 1460 "aws-smithy-http",
 1461 "aws-smithy-json",
 1462 "aws-smithy-runtime",
 1463 "aws-smithy-runtime-api",
 1464 "aws-smithy-types",
 1465 "aws-types",
 1466 "bytes 1.10.1",
 1467 "http 0.2.12",
 1468 "once_cell",
 1469 "regex-lite",
 1470 "tracing",
 1471]
 1472
 1473[[package]]
 1474name = "aws-sdk-sts"
 1475version = "1.59.0"
 1476source = "registry+https://github.com/rust-lang/crates.io-index"
 1477checksum = "c9f944ef032717596639cea4a2118a3a457268ef51bbb5fde9637e54c465da00"
 1478dependencies = [
 1479 "aws-credential-types",
 1480 "aws-runtime",
 1481 "aws-smithy-async",
 1482 "aws-smithy-http",
 1483 "aws-smithy-json",
 1484 "aws-smithy-query",
 1485 "aws-smithy-runtime",
 1486 "aws-smithy-runtime-api",
 1487 "aws-smithy-types",
 1488 "aws-smithy-xml",
 1489 "aws-types",
 1490 "http 0.2.12",
 1491 "once_cell",
 1492 "regex-lite",
 1493 "tracing",
 1494]
 1495
 1496[[package]]
 1497name = "aws-sigv4"
 1498version = "1.2.9"
 1499source = "registry+https://github.com/rust-lang/crates.io-index"
 1500checksum = "9bfe75fad52793ce6dec0dc3d4b1f388f038b5eb866c8d4d7f3a8e21b5ea5051"
 1501dependencies = [
 1502 "aws-credential-types",
 1503 "aws-smithy-eventstream",
 1504 "aws-smithy-http",
 1505 "aws-smithy-runtime-api",
 1506 "aws-smithy-types",
 1507 "bytes 1.10.1",
 1508 "crypto-bigint 0.5.5",
 1509 "form_urlencoded",
 1510 "hex",
 1511 "hmac",
 1512 "http 0.2.12",
 1513 "http 1.2.0",
 1514 "once_cell",
 1515 "p256",
 1516 "percent-encoding",
 1517 "ring",
 1518 "sha2",
 1519 "subtle",
 1520 "time",
 1521 "tracing",
 1522 "zeroize",
 1523]
 1524
 1525[[package]]
 1526name = "aws-smithy-async"
 1527version = "1.2.4"
 1528source = "registry+https://github.com/rust-lang/crates.io-index"
 1529checksum = "fa59d1327d8b5053c54bf2eaae63bf629ba9e904434d0835a28ed3c0ed0a614e"
 1530dependencies = [
 1531 "futures-util",
 1532 "pin-project-lite",
 1533 "tokio",
 1534]
 1535
 1536[[package]]
 1537name = "aws-smithy-checksums"
 1538version = "0.62.0"
 1539source = "registry+https://github.com/rust-lang/crates.io-index"
 1540checksum = "f2f45a1c384d7a393026bc5f5c177105aa9fa68e4749653b985707ac27d77295"
 1541dependencies = [
 1542 "aws-smithy-http",
 1543 "aws-smithy-types",
 1544 "bytes 1.10.1",
 1545 "crc32c",
 1546 "crc32fast",
 1547 "crc64fast-nvme",
 1548 "hex",
 1549 "http 0.2.12",
 1550 "http-body 0.4.6",
 1551 "md-5",
 1552 "pin-project-lite",
 1553 "sha1",
 1554 "sha2",
 1555 "tracing",
 1556]
 1557
 1558[[package]]
 1559name = "aws-smithy-eventstream"
 1560version = "0.60.6"
 1561source = "registry+https://github.com/rust-lang/crates.io-index"
 1562checksum = "8b18559a41e0c909b77625adf2b8c50de480a8041e5e4a3f5f7d177db70abc5a"
 1563dependencies = [
 1564 "aws-smithy-types",
 1565 "bytes 1.10.1",
 1566 "crc32fast",
 1567]
 1568
 1569[[package]]
 1570name = "aws-smithy-http"
 1571version = "0.60.12"
 1572source = "registry+https://github.com/rust-lang/crates.io-index"
 1573checksum = "7809c27ad8da6a6a68c454e651d4962479e81472aa19ae99e59f9aba1f9713cc"
 1574dependencies = [
 1575 "aws-smithy-eventstream",
 1576 "aws-smithy-runtime-api",
 1577 "aws-smithy-types",
 1578 "bytes 1.10.1",
 1579 "bytes-utils",
 1580 "futures-core",
 1581 "http 0.2.12",
 1582 "http-body 0.4.6",
 1583 "once_cell",
 1584 "percent-encoding",
 1585 "pin-project-lite",
 1586 "pin-utils",
 1587 "tracing",
 1588]
 1589
 1590[[package]]
 1591name = "aws-smithy-json"
 1592version = "0.61.2"
 1593source = "registry+https://github.com/rust-lang/crates.io-index"
 1594checksum = "623a51127f24c30776c8b374295f2df78d92517386f77ba30773f15a30ce1422"
 1595dependencies = [
 1596 "aws-smithy-types",
 1597]
 1598
 1599[[package]]
 1600name = "aws-smithy-query"
 1601version = "0.60.7"
 1602source = "registry+https://github.com/rust-lang/crates.io-index"
 1603checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
 1604dependencies = [
 1605 "aws-smithy-types",
 1606 "urlencoding",
 1607]
 1608
 1609[[package]]
 1610name = "aws-smithy-runtime"
 1611version = "1.7.8"
 1612source = "registry+https://github.com/rust-lang/crates.io-index"
 1613checksum = "d526a12d9ed61fadefda24abe2e682892ba288c2018bcb38b1b4c111d13f6d92"
 1614dependencies = [
 1615 "aws-smithy-async",
 1616 "aws-smithy-http",
 1617 "aws-smithy-runtime-api",
 1618 "aws-smithy-types",
 1619 "bytes 1.10.1",
 1620 "fastrand 2.3.0",
 1621 "h2 0.3.26",
 1622 "http 0.2.12",
 1623 "http-body 0.4.6",
 1624 "http-body 1.0.1",
 1625 "httparse",
 1626 "hyper 0.14.32",
 1627 "hyper-rustls 0.24.2",
 1628 "once_cell",
 1629 "pin-project-lite",
 1630 "pin-utils",
 1631 "rustls 0.21.12",
 1632 "tokio",
 1633 "tracing",
 1634]
 1635
 1636[[package]]
 1637name = "aws-smithy-runtime-api"
 1638version = "1.7.3"
 1639source = "registry+https://github.com/rust-lang/crates.io-index"
 1640checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
 1641dependencies = [
 1642 "aws-smithy-async",
 1643 "aws-smithy-types",
 1644 "bytes 1.10.1",
 1645 "http 0.2.12",
 1646 "http 1.2.0",
 1647 "pin-project-lite",
 1648 "tokio",
 1649 "tracing",
 1650 "zeroize",
 1651]
 1652
 1653[[package]]
 1654name = "aws-smithy-types"
 1655version = "1.2.13"
 1656source = "registry+https://github.com/rust-lang/crates.io-index"
 1657checksum = "c7b8a53819e42f10d0821f56da995e1470b199686a1809168db6ca485665f042"
 1658dependencies = [
 1659 "base64-simd",
 1660 "bytes 1.10.1",
 1661 "bytes-utils",
 1662 "futures-core",
 1663 "http 0.2.12",
 1664 "http 1.2.0",
 1665 "http-body 0.4.6",
 1666 "http-body 1.0.1",
 1667 "http-body-util",
 1668 "itoa",
 1669 "num-integer",
 1670 "pin-project-lite",
 1671 "pin-utils",
 1672 "ryu",
 1673 "serde",
 1674 "time",
 1675 "tokio",
 1676 "tokio-util",
 1677]
 1678
 1679[[package]]
 1680name = "aws-smithy-xml"
 1681version = "0.60.9"
 1682source = "registry+https://github.com/rust-lang/crates.io-index"
 1683checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
 1684dependencies = [
 1685 "xmlparser",
 1686]
 1687
 1688[[package]]
 1689name = "aws-types"
 1690version = "1.3.5"
 1691source = "registry+https://github.com/rust-lang/crates.io-index"
 1692checksum = "dfbd0a668309ec1f66c0f6bda4840dd6d4796ae26d699ebc266d7cc95c6d040f"
 1693dependencies = [
 1694 "aws-credential-types",
 1695 "aws-smithy-async",
 1696 "aws-smithy-runtime-api",
 1697 "aws-smithy-types",
 1698 "rustc_version",
 1699 "tracing",
 1700]
 1701
 1702[[package]]
 1703name = "aws_http_client"
 1704version = "0.1.0"
 1705dependencies = [
 1706 "aws-smithy-runtime-api",
 1707 "aws-smithy-types",
 1708 "futures 0.3.31",
 1709 "http_client",
 1710 "tokio",
 1711]
 1712
 1713[[package]]
 1714name = "axum"
 1715version = "0.6.20"
 1716source = "registry+https://github.com/rust-lang/crates.io-index"
 1717checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1718dependencies = [
 1719 "async-trait",
 1720 "axum-core",
 1721 "base64 0.21.7",
 1722 "bitflags 1.3.2",
 1723 "bytes 1.10.1",
 1724 "futures-util",
 1725 "headers",
 1726 "http 0.2.12",
 1727 "http-body 0.4.6",
 1728 "hyper 0.14.32",
 1729 "itoa",
 1730 "matchit",
 1731 "memchr",
 1732 "mime",
 1733 "percent-encoding",
 1734 "pin-project-lite",
 1735 "rustversion",
 1736 "serde",
 1737 "serde_json",
 1738 "serde_path_to_error",
 1739 "serde_urlencoded",
 1740 "sha1",
 1741 "sync_wrapper 0.1.2",
 1742 "tokio",
 1743 "tokio-tungstenite 0.20.1",
 1744 "tower",
 1745 "tower-layer",
 1746 "tower-service",
 1747]
 1748
 1749[[package]]
 1750name = "axum-core"
 1751version = "0.3.4"
 1752source = "registry+https://github.com/rust-lang/crates.io-index"
 1753checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1754dependencies = [
 1755 "async-trait",
 1756 "bytes 1.10.1",
 1757 "futures-util",
 1758 "http 0.2.12",
 1759 "http-body 0.4.6",
 1760 "mime",
 1761 "rustversion",
 1762 "tower-layer",
 1763 "tower-service",
 1764]
 1765
 1766[[package]]
 1767name = "axum-extra"
 1768version = "0.4.2"
 1769source = "registry+https://github.com/rust-lang/crates.io-index"
 1770checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
 1771dependencies = [
 1772 "axum",
 1773 "bytes 1.10.1",
 1774 "futures-util",
 1775 "http 0.2.12",
 1776 "mime",
 1777 "pin-project-lite",
 1778 "serde",
 1779 "serde_json",
 1780 "tokio",
 1781 "tower",
 1782 "tower-http 0.3.5",
 1783 "tower-layer",
 1784 "tower-service",
 1785]
 1786
 1787[[package]]
 1788name = "backtrace"
 1789version = "0.3.74"
 1790source = "registry+https://github.com/rust-lang/crates.io-index"
 1791checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
 1792dependencies = [
 1793 "addr2line",
 1794 "cfg-if",
 1795 "libc",
 1796 "miniz_oxide",
 1797 "object",
 1798 "rustc-demangle",
 1799 "windows-targets 0.52.6",
 1800]
 1801
 1802[[package]]
 1803name = "base16ct"
 1804version = "0.1.1"
 1805source = "registry+https://github.com/rust-lang/crates.io-index"
 1806checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1807
 1808[[package]]
 1809name = "base64"
 1810version = "0.13.1"
 1811source = "registry+https://github.com/rust-lang/crates.io-index"
 1812checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
 1813
 1814[[package]]
 1815name = "base64"
 1816version = "0.21.7"
 1817source = "registry+https://github.com/rust-lang/crates.io-index"
 1818checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1819
 1820[[package]]
 1821name = "base64"
 1822version = "0.22.1"
 1823source = "registry+https://github.com/rust-lang/crates.io-index"
 1824checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1825
 1826[[package]]
 1827name = "base64-simd"
 1828version = "0.8.0"
 1829source = "registry+https://github.com/rust-lang/crates.io-index"
 1830checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1831dependencies = [
 1832 "outref",
 1833 "vsimd",
 1834]
 1835
 1836[[package]]
 1837name = "base64ct"
 1838version = "1.6.0"
 1839source = "registry+https://github.com/rust-lang/crates.io-index"
 1840checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
 1841
 1842[[package]]
 1843name = "bedrock"
 1844version = "0.1.0"
 1845dependencies = [
 1846 "anyhow",
 1847 "aws-sdk-bedrockruntime",
 1848 "aws-smithy-types",
 1849 "futures 0.3.31",
 1850 "schemars",
 1851 "serde",
 1852 "serde_json",
 1853 "strum",
 1854 "thiserror 2.0.12",
 1855 "tokio",
 1856]
 1857
 1858[[package]]
 1859name = "bigdecimal"
 1860version = "0.4.7"
 1861source = "registry+https://github.com/rust-lang/crates.io-index"
 1862checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
 1863dependencies = [
 1864 "autocfg",
 1865 "libm",
 1866 "num-bigint",
 1867 "num-integer",
 1868 "num-traits",
 1869 "serde",
 1870]
 1871
 1872[[package]]
 1873name = "bincode"
 1874version = "1.3.3"
 1875source = "registry+https://github.com/rust-lang/crates.io-index"
 1876checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1877dependencies = [
 1878 "serde",
 1879]
 1880
 1881[[package]]
 1882name = "bindgen"
 1883version = "0.69.5"
 1884source = "registry+https://github.com/rust-lang/crates.io-index"
 1885checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
 1886dependencies = [
 1887 "bitflags 2.9.0",
 1888 "cexpr",
 1889 "clang-sys",
 1890 "itertools 0.12.1",
 1891 "lazy_static",
 1892 "lazycell",
 1893 "log",
 1894 "prettyplease",
 1895 "proc-macro2",
 1896 "quote",
 1897 "regex",
 1898 "rustc-hash 1.1.0",
 1899 "shlex",
 1900 "syn 2.0.100",
 1901 "which 4.4.2",
 1902]
 1903
 1904[[package]]
 1905name = "bindgen"
 1906version = "0.70.1"
 1907source = "registry+https://github.com/rust-lang/crates.io-index"
 1908checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
 1909dependencies = [
 1910 "bitflags 2.9.0",
 1911 "cexpr",
 1912 "clang-sys",
 1913 "itertools 0.12.1",
 1914 "log",
 1915 "prettyplease",
 1916 "proc-macro2",
 1917 "quote",
 1918 "regex",
 1919 "rustc-hash 1.1.0",
 1920 "shlex",
 1921 "syn 2.0.100",
 1922]
 1923
 1924[[package]]
 1925name = "bit-set"
 1926version = "0.5.3"
 1927source = "registry+https://github.com/rust-lang/crates.io-index"
 1928checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
 1929dependencies = [
 1930 "bit-vec 0.6.3",
 1931]
 1932
 1933[[package]]
 1934name = "bit-set"
 1935version = "0.8.0"
 1936source = "registry+https://github.com/rust-lang/crates.io-index"
 1937checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1938dependencies = [
 1939 "bit-vec 0.8.0",
 1940]
 1941
 1942[[package]]
 1943name = "bit-vec"
 1944version = "0.6.3"
 1945source = "registry+https://github.com/rust-lang/crates.io-index"
 1946checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
 1947
 1948[[package]]
 1949name = "bit-vec"
 1950version = "0.8.0"
 1951source = "registry+https://github.com/rust-lang/crates.io-index"
 1952checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 1953
 1954[[package]]
 1955name = "bit_field"
 1956version = "0.10.2"
 1957source = "registry+https://github.com/rust-lang/crates.io-index"
 1958checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
 1959
 1960[[package]]
 1961name = "bitflags"
 1962version = "1.3.2"
 1963source = "registry+https://github.com/rust-lang/crates.io-index"
 1964checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 1965
 1966[[package]]
 1967name = "bitflags"
 1968version = "2.9.0"
 1969source = "registry+https://github.com/rust-lang/crates.io-index"
 1970checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
 1971dependencies = [
 1972 "serde",
 1973]
 1974
 1975[[package]]
 1976name = "bitstream-io"
 1977version = "2.6.0"
 1978source = "registry+https://github.com/rust-lang/crates.io-index"
 1979checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 1980
 1981[[package]]
 1982name = "bitvec"
 1983version = "1.0.1"
 1984source = "registry+https://github.com/rust-lang/crates.io-index"
 1985checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 1986dependencies = [
 1987 "funty",
 1988 "radium",
 1989 "tap",
 1990 "wyz",
 1991]
 1992
 1993[[package]]
 1994name = "blade-graphics"
 1995version = "0.6.0"
 1996source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 1997dependencies = [
 1998 "ash",
 1999 "ash-window",
 2000 "bitflags 2.9.0",
 2001 "bytemuck",
 2002 "codespan-reporting",
 2003 "glow",
 2004 "gpu-alloc",
 2005 "gpu-alloc-ash",
 2006 "hidden-trait",
 2007 "js-sys",
 2008 "khronos-egl",
 2009 "libloading",
 2010 "log",
 2011 "mint",
 2012 "naga",
 2013 "objc2",
 2014 "objc2-app-kit",
 2015 "objc2-foundation",
 2016 "objc2-metal",
 2017 "objc2-quartz-core",
 2018 "objc2-ui-kit",
 2019 "raw-window-handle",
 2020 "slab",
 2021 "wasm-bindgen",
 2022 "web-sys",
 2023]
 2024
 2025[[package]]
 2026name = "blade-macros"
 2027version = "0.3.0"
 2028source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 2029dependencies = [
 2030 "proc-macro2",
 2031 "quote",
 2032 "syn 2.0.100",
 2033]
 2034
 2035[[package]]
 2036name = "blade-util"
 2037version = "0.2.0"
 2038source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 2039dependencies = [
 2040 "blade-graphics",
 2041 "bytemuck",
 2042 "log",
 2043 "profiling",
 2044]
 2045
 2046[[package]]
 2047name = "blake3"
 2048version = "1.7.0"
 2049source = "registry+https://github.com/rust-lang/crates.io-index"
 2050checksum = "b17679a8d69b6d7fd9cd9801a536cec9fa5e5970b69f9d4747f70b39b031f5e7"
 2051dependencies = [
 2052 "arrayref",
 2053 "arrayvec",
 2054 "cc",
 2055 "cfg-if",
 2056 "constant_time_eq 0.3.1",
 2057]
 2058
 2059[[package]]
 2060name = "block"
 2061version = "0.1.6"
 2062source = "registry+https://github.com/rust-lang/crates.io-index"
 2063checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2064
 2065[[package]]
 2066name = "block-buffer"
 2067version = "0.10.4"
 2068source = "registry+https://github.com/rust-lang/crates.io-index"
 2069checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2070dependencies = [
 2071 "generic-array",
 2072]
 2073
 2074[[package]]
 2075name = "block-padding"
 2076version = "0.3.3"
 2077source = "registry+https://github.com/rust-lang/crates.io-index"
 2078checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2079dependencies = [
 2080 "generic-array",
 2081]
 2082
 2083[[package]]
 2084name = "block2"
 2085version = "0.5.1"
 2086source = "registry+https://github.com/rust-lang/crates.io-index"
 2087checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
 2088dependencies = [
 2089 "objc2",
 2090]
 2091
 2092[[package]]
 2093name = "blocking"
 2094version = "1.6.1"
 2095source = "registry+https://github.com/rust-lang/crates.io-index"
 2096checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
 2097dependencies = [
 2098 "async-channel 2.3.1",
 2099 "async-task",
 2100 "futures-io",
 2101 "futures-lite 2.6.0",
 2102 "piper",
 2103]
 2104
 2105[[package]]
 2106name = "borsh"
 2107version = "1.5.3"
 2108source = "registry+https://github.com/rust-lang/crates.io-index"
 2109checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
 2110dependencies = [
 2111 "borsh-derive",
 2112 "cfg_aliases 0.2.1",
 2113]
 2114
 2115[[package]]
 2116name = "borsh-derive"
 2117version = "1.5.3"
 2118source = "registry+https://github.com/rust-lang/crates.io-index"
 2119checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
 2120dependencies = [
 2121 "once_cell",
 2122 "proc-macro-crate",
 2123 "proc-macro2",
 2124 "quote",
 2125 "syn 2.0.100",
 2126]
 2127
 2128[[package]]
 2129name = "breadcrumbs"
 2130version = "0.1.0"
 2131dependencies = [
 2132 "editor",
 2133 "gpui",
 2134 "itertools 0.14.0",
 2135 "theme",
 2136 "ui",
 2137 "workspace",
 2138 "zed_actions",
 2139]
 2140
 2141[[package]]
 2142name = "bstr"
 2143version = "1.11.1"
 2144source = "registry+https://github.com/rust-lang/crates.io-index"
 2145checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
 2146dependencies = [
 2147 "memchr",
 2148 "regex-automata 0.4.9",
 2149 "serde",
 2150]
 2151
 2152[[package]]
 2153name = "buffer_diff"
 2154version = "0.1.0"
 2155dependencies = [
 2156 "anyhow",
 2157 "clock",
 2158 "ctor",
 2159 "env_logger 0.11.7",
 2160 "futures 0.3.31",
 2161 "git2",
 2162 "gpui",
 2163 "language",
 2164 "log",
 2165 "pretty_assertions",
 2166 "rand 0.8.5",
 2167 "rope",
 2168 "serde_json",
 2169 "sum_tree",
 2170 "text",
 2171 "unindent",
 2172 "util",
 2173]
 2174
 2175[[package]]
 2176name = "built"
 2177version = "0.7.5"
 2178source = "registry+https://github.com/rust-lang/crates.io-index"
 2179checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
 2180
 2181[[package]]
 2182name = "bumpalo"
 2183version = "3.16.0"
 2184source = "registry+https://github.com/rust-lang/crates.io-index"
 2185checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
 2186dependencies = [
 2187 "allocator-api2",
 2188]
 2189
 2190[[package]]
 2191name = "by_address"
 2192version = "1.2.1"
 2193source = "registry+https://github.com/rust-lang/crates.io-index"
 2194checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2195
 2196[[package]]
 2197name = "bytecheck"
 2198version = "0.6.12"
 2199source = "registry+https://github.com/rust-lang/crates.io-index"
 2200checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2201dependencies = [
 2202 "bytecheck_derive",
 2203 "ptr_meta",
 2204 "simdutf8",
 2205]
 2206
 2207[[package]]
 2208name = "bytecheck_derive"
 2209version = "0.6.12"
 2210source = "registry+https://github.com/rust-lang/crates.io-index"
 2211checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2212dependencies = [
 2213 "proc-macro2",
 2214 "quote",
 2215 "syn 1.0.109",
 2216]
 2217
 2218[[package]]
 2219name = "bytemuck"
 2220version = "1.21.0"
 2221source = "registry+https://github.com/rust-lang/crates.io-index"
 2222checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
 2223dependencies = [
 2224 "bytemuck_derive",
 2225]
 2226
 2227[[package]]
 2228name = "bytemuck_derive"
 2229version = "1.8.0"
 2230source = "registry+https://github.com/rust-lang/crates.io-index"
 2231checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
 2232dependencies = [
 2233 "proc-macro2",
 2234 "quote",
 2235 "syn 2.0.100",
 2236]
 2237
 2238[[package]]
 2239name = "byteorder"
 2240version = "1.5.0"
 2241source = "registry+https://github.com/rust-lang/crates.io-index"
 2242checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2243
 2244[[package]]
 2245name = "byteorder-lite"
 2246version = "0.1.0"
 2247source = "registry+https://github.com/rust-lang/crates.io-index"
 2248checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2249
 2250[[package]]
 2251name = "bytes"
 2252version = "0.4.12"
 2253source = "registry+https://github.com/rust-lang/crates.io-index"
 2254checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2255dependencies = [
 2256 "byteorder",
 2257 "iovec",
 2258]
 2259
 2260[[package]]
 2261name = "bytes"
 2262version = "1.10.1"
 2263source = "registry+https://github.com/rust-lang/crates.io-index"
 2264checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
 2265
 2266[[package]]
 2267name = "bytes-utils"
 2268version = "0.1.4"
 2269source = "registry+https://github.com/rust-lang/crates.io-index"
 2270checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2271dependencies = [
 2272 "bytes 1.10.1",
 2273 "either",
 2274]
 2275
 2276[[package]]
 2277name = "bzip2"
 2278version = "0.4.4"
 2279source = "registry+https://github.com/rust-lang/crates.io-index"
 2280checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2281dependencies = [
 2282 "bzip2-sys",
 2283 "libc",
 2284]
 2285
 2286[[package]]
 2287name = "bzip2-sys"
 2288version = "0.1.11+1.0.8"
 2289source = "registry+https://github.com/rust-lang/crates.io-index"
 2290checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
 2291dependencies = [
 2292 "cc",
 2293 "libc",
 2294 "pkg-config",
 2295]
 2296
 2297[[package]]
 2298name = "call"
 2299version = "0.1.0"
 2300dependencies = [
 2301 "anyhow",
 2302 "audio",
 2303 "client",
 2304 "collections",
 2305 "fs",
 2306 "futures 0.3.31",
 2307 "gpui",
 2308 "gpui_tokio",
 2309 "http_client",
 2310 "language",
 2311 "livekit_client",
 2312 "log",
 2313 "postage",
 2314 "project",
 2315 "schemars",
 2316 "serde",
 2317 "serde_derive",
 2318 "settings",
 2319 "telemetry",
 2320 "util",
 2321]
 2322
 2323[[package]]
 2324name = "calloop"
 2325version = "0.13.0"
 2326source = "registry+https://github.com/rust-lang/crates.io-index"
 2327checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
 2328dependencies = [
 2329 "bitflags 2.9.0",
 2330 "log",
 2331 "polling",
 2332 "rustix",
 2333 "slab",
 2334 "thiserror 1.0.69",
 2335]
 2336
 2337[[package]]
 2338name = "calloop-wayland-source"
 2339version = "0.3.0"
 2340source = "registry+https://github.com/rust-lang/crates.io-index"
 2341checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
 2342dependencies = [
 2343 "calloop",
 2344 "rustix",
 2345 "wayland-backend",
 2346 "wayland-client",
 2347]
 2348
 2349[[package]]
 2350name = "camino"
 2351version = "1.1.9"
 2352source = "registry+https://github.com/rust-lang/crates.io-index"
 2353checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
 2354dependencies = [
 2355 "serde",
 2356]
 2357
 2358[[package]]
 2359name = "cap-fs-ext"
 2360version = "3.4.2"
 2361source = "registry+https://github.com/rust-lang/crates.io-index"
 2362checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
 2363dependencies = [
 2364 "cap-primitives",
 2365 "cap-std",
 2366 "io-lifetimes",
 2367 "windows-sys 0.59.0",
 2368]
 2369
 2370[[package]]
 2371name = "cap-net-ext"
 2372version = "3.4.2"
 2373source = "registry+https://github.com/rust-lang/crates.io-index"
 2374checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
 2375dependencies = [
 2376 "cap-primitives",
 2377 "cap-std",
 2378 "rustix",
 2379 "smallvec",
 2380]
 2381
 2382[[package]]
 2383name = "cap-primitives"
 2384version = "3.4.2"
 2385source = "registry+https://github.com/rust-lang/crates.io-index"
 2386checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
 2387dependencies = [
 2388 "ambient-authority",
 2389 "fs-set-times",
 2390 "io-extras",
 2391 "io-lifetimes",
 2392 "ipnet",
 2393 "maybe-owned",
 2394 "rustix",
 2395 "windows-sys 0.59.0",
 2396 "winx",
 2397]
 2398
 2399[[package]]
 2400name = "cap-rand"
 2401version = "3.4.2"
 2402source = "registry+https://github.com/rust-lang/crates.io-index"
 2403checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
 2404dependencies = [
 2405 "ambient-authority",
 2406 "rand 0.8.5",
 2407]
 2408
 2409[[package]]
 2410name = "cap-std"
 2411version = "3.4.2"
 2412source = "registry+https://github.com/rust-lang/crates.io-index"
 2413checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
 2414dependencies = [
 2415 "cap-primitives",
 2416 "io-extras",
 2417 "io-lifetimes",
 2418 "rustix",
 2419]
 2420
 2421[[package]]
 2422name = "cap-time-ext"
 2423version = "3.4.2"
 2424source = "registry+https://github.com/rust-lang/crates.io-index"
 2425checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
 2426dependencies = [
 2427 "ambient-authority",
 2428 "cap-primitives",
 2429 "iana-time-zone",
 2430 "once_cell",
 2431 "rustix",
 2432 "winx",
 2433]
 2434
 2435[[package]]
 2436name = "cargo-platform"
 2437version = "0.1.9"
 2438source = "registry+https://github.com/rust-lang/crates.io-index"
 2439checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2440dependencies = [
 2441 "serde",
 2442]
 2443
 2444[[package]]
 2445name = "cargo_metadata"
 2446version = "0.19.2"
 2447source = "registry+https://github.com/rust-lang/crates.io-index"
 2448checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2449dependencies = [
 2450 "camino",
 2451 "cargo-platform",
 2452 "semver",
 2453 "serde",
 2454 "serde_json",
 2455 "thiserror 2.0.12",
 2456]
 2457
 2458[[package]]
 2459name = "cargo_toml"
 2460version = "0.21.0"
 2461source = "registry+https://github.com/rust-lang/crates.io-index"
 2462checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2463dependencies = [
 2464 "serde",
 2465 "toml 0.8.20",
 2466]
 2467
 2468[[package]]
 2469name = "cast"
 2470version = "0.3.0"
 2471source = "registry+https://github.com/rust-lang/crates.io-index"
 2472checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2473
 2474[[package]]
 2475name = "cbc"
 2476version = "0.1.2"
 2477source = "registry+https://github.com/rust-lang/crates.io-index"
 2478checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2479dependencies = [
 2480 "cipher",
 2481]
 2482
 2483[[package]]
 2484name = "cbindgen"
 2485version = "0.27.0"
 2486source = "registry+https://github.com/rust-lang/crates.io-index"
 2487checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
 2488dependencies = [
 2489 "clap",
 2490 "heck 0.4.1",
 2491 "indexmap",
 2492 "log",
 2493 "proc-macro2",
 2494 "quote",
 2495 "serde",
 2496 "serde_json",
 2497 "syn 2.0.100",
 2498 "tempfile",
 2499 "toml 0.8.20",
 2500]
 2501
 2502[[package]]
 2503name = "cbindgen"
 2504version = "0.28.0"
 2505source = "registry+https://github.com/rust-lang/crates.io-index"
 2506checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2507dependencies = [
 2508 "heck 0.4.1",
 2509 "indexmap",
 2510 "log",
 2511 "proc-macro2",
 2512 "quote",
 2513 "serde",
 2514 "serde_json",
 2515 "syn 2.0.100",
 2516 "tempfile",
 2517 "toml 0.8.20",
 2518]
 2519
 2520[[package]]
 2521name = "cc"
 2522version = "1.2.12"
 2523source = "registry+https://github.com/rust-lang/crates.io-index"
 2524checksum = "755717a7de9ec452bf7f3f1a3099085deabd7f2962b861dae91ecd7a365903d2"
 2525dependencies = [
 2526 "jobserver",
 2527 "libc",
 2528 "shlex",
 2529]
 2530
 2531[[package]]
 2532name = "cesu8"
 2533version = "1.1.0"
 2534source = "registry+https://github.com/rust-lang/crates.io-index"
 2535checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2536
 2537[[package]]
 2538name = "cexpr"
 2539version = "0.6.0"
 2540source = "registry+https://github.com/rust-lang/crates.io-index"
 2541checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2542dependencies = [
 2543 "nom",
 2544]
 2545
 2546[[package]]
 2547name = "cfg-expr"
 2548version = "0.15.8"
 2549source = "registry+https://github.com/rust-lang/crates.io-index"
 2550checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2551dependencies = [
 2552 "smallvec",
 2553 "target-lexicon 0.12.16",
 2554]
 2555
 2556[[package]]
 2557name = "cfg-if"
 2558version = "1.0.0"
 2559source = "registry+https://github.com/rust-lang/crates.io-index"
 2560checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 2561
 2562[[package]]
 2563name = "cfg_aliases"
 2564version = "0.1.1"
 2565source = "registry+https://github.com/rust-lang/crates.io-index"
 2566checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2567
 2568[[package]]
 2569name = "cfg_aliases"
 2570version = "0.2.1"
 2571source = "registry+https://github.com/rust-lang/crates.io-index"
 2572checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2573
 2574[[package]]
 2575name = "cgl"
 2576version = "0.3.2"
 2577source = "registry+https://github.com/rust-lang/crates.io-index"
 2578checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2579dependencies = [
 2580 "libc",
 2581]
 2582
 2583[[package]]
 2584name = "channel"
 2585version = "0.1.0"
 2586dependencies = [
 2587 "anyhow",
 2588 "client",
 2589 "clock",
 2590 "collections",
 2591 "futures 0.3.31",
 2592 "gpui",
 2593 "http_client",
 2594 "language",
 2595 "log",
 2596 "rand 0.8.5",
 2597 "release_channel",
 2598 "rpc",
 2599 "settings",
 2600 "sum_tree",
 2601 "text",
 2602 "time",
 2603 "util",
 2604]
 2605
 2606[[package]]
 2607name = "chrono"
 2608version = "0.4.40"
 2609source = "registry+https://github.com/rust-lang/crates.io-index"
 2610checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
 2611dependencies = [
 2612 "android-tzdata",
 2613 "iana-time-zone",
 2614 "js-sys",
 2615 "num-traits",
 2616 "serde",
 2617 "wasm-bindgen",
 2618 "windows-link",
 2619]
 2620
 2621[[package]]
 2622name = "chunked_transfer"
 2623version = "1.5.0"
 2624source = "registry+https://github.com/rust-lang/crates.io-index"
 2625checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2626
 2627[[package]]
 2628name = "ciborium"
 2629version = "0.2.2"
 2630source = "registry+https://github.com/rust-lang/crates.io-index"
 2631checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2632dependencies = [
 2633 "ciborium-io",
 2634 "ciborium-ll",
 2635 "serde",
 2636]
 2637
 2638[[package]]
 2639name = "ciborium-io"
 2640version = "0.2.2"
 2641source = "registry+https://github.com/rust-lang/crates.io-index"
 2642checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2643
 2644[[package]]
 2645name = "ciborium-ll"
 2646version = "0.2.2"
 2647source = "registry+https://github.com/rust-lang/crates.io-index"
 2648checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2649dependencies = [
 2650 "ciborium-io",
 2651 "half",
 2652]
 2653
 2654[[package]]
 2655name = "cipher"
 2656version = "0.4.4"
 2657source = "registry+https://github.com/rust-lang/crates.io-index"
 2658checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2659dependencies = [
 2660 "crypto-common",
 2661 "inout",
 2662 "zeroize",
 2663]
 2664
 2665[[package]]
 2666name = "circular-buffer"
 2667version = "1.0.0"
 2668source = "registry+https://github.com/rust-lang/crates.io-index"
 2669checksum = "4dacb91f972298e70fc507a2ffcaf1545807f1a36da586fb846646030adc542f"
 2670
 2671[[package]]
 2672name = "clang-sys"
 2673version = "1.8.1"
 2674source = "registry+https://github.com/rust-lang/crates.io-index"
 2675checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2676dependencies = [
 2677 "glob",
 2678 "libc",
 2679 "libloading",
 2680]
 2681
 2682[[package]]
 2683name = "clap"
 2684version = "4.5.34"
 2685source = "registry+https://github.com/rust-lang/crates.io-index"
 2686checksum = "e958897981290da2a852763fe9cdb89cd36977a5d729023127095fa94d95e2ff"
 2687dependencies = [
 2688 "clap_builder",
 2689 "clap_derive",
 2690]
 2691
 2692[[package]]
 2693name = "clap_builder"
 2694version = "4.5.34"
 2695source = "registry+https://github.com/rust-lang/crates.io-index"
 2696checksum = "83b0f35019843db2160b5bb19ae09b4e6411ac33fc6a712003c33e03090e2489"
 2697dependencies = [
 2698 "anstream",
 2699 "anstyle",
 2700 "clap_lex",
 2701 "strsim",
 2702 "terminal_size",
 2703]
 2704
 2705[[package]]
 2706name = "clap_complete"
 2707version = "4.5.38"
 2708source = "registry+https://github.com/rust-lang/crates.io-index"
 2709checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
 2710dependencies = [
 2711 "clap",
 2712]
 2713
 2714[[package]]
 2715name = "clap_derive"
 2716version = "4.5.32"
 2717source = "registry+https://github.com/rust-lang/crates.io-index"
 2718checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
 2719dependencies = [
 2720 "heck 0.5.0",
 2721 "proc-macro2",
 2722 "quote",
 2723 "syn 2.0.100",
 2724]
 2725
 2726[[package]]
 2727name = "clap_lex"
 2728version = "0.7.4"
 2729source = "registry+https://github.com/rust-lang/crates.io-index"
 2730checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
 2731
 2732[[package]]
 2733name = "cli"
 2734version = "0.1.0"
 2735dependencies = [
 2736 "anyhow",
 2737 "clap",
 2738 "collections",
 2739 "core-foundation 0.10.0",
 2740 "core-services",
 2741 "exec",
 2742 "fork",
 2743 "ipc-channel",
 2744 "parking_lot",
 2745 "paths",
 2746 "plist",
 2747 "release_channel",
 2748 "serde",
 2749 "tempfile",
 2750 "util",
 2751 "windows 0.61.1",
 2752]
 2753
 2754[[package]]
 2755name = "client"
 2756version = "0.1.0"
 2757dependencies = [
 2758 "anyhow",
 2759 "async-native-tls",
 2760 "async-recursion 0.3.2",
 2761 "async-tungstenite",
 2762 "chrono",
 2763 "clock",
 2764 "cocoa 0.26.0",
 2765 "collections",
 2766 "credentials_provider",
 2767 "feature_flags",
 2768 "futures 0.3.31",
 2769 "gpui",
 2770 "http_client",
 2771 "http_client_tls",
 2772 "log",
 2773 "parking_lot",
 2774 "paths",
 2775 "postage",
 2776 "rand 0.8.5",
 2777 "release_channel",
 2778 "rpc",
 2779 "schemars",
 2780 "serde",
 2781 "serde_json",
 2782 "settings",
 2783 "sha2",
 2784 "smol",
 2785 "telemetry",
 2786 "telemetry_events",
 2787 "text",
 2788 "thiserror 2.0.12",
 2789 "time",
 2790 "tiny_http",
 2791 "tokio-socks",
 2792 "url",
 2793 "util",
 2794 "windows 0.61.1",
 2795 "worktree",
 2796]
 2797
 2798[[package]]
 2799name = "clock"
 2800version = "0.1.0"
 2801dependencies = [
 2802 "parking_lot",
 2803 "serde",
 2804 "smallvec",
 2805]
 2806
 2807[[package]]
 2808name = "cmake"
 2809version = "0.1.53"
 2810source = "registry+https://github.com/rust-lang/crates.io-index"
 2811checksum = "e24a03c8b52922d68a1589ad61032f2c1aa5a8158d2aa0d93c6e9534944bbad6"
 2812dependencies = [
 2813 "cc",
 2814]
 2815
 2816[[package]]
 2817name = "cobs"
 2818version = "0.2.3"
 2819source = "registry+https://github.com/rust-lang/crates.io-index"
 2820checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
 2821
 2822[[package]]
 2823name = "cocoa"
 2824version = "0.25.0"
 2825source = "registry+https://github.com/rust-lang/crates.io-index"
 2826checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 2827dependencies = [
 2828 "bitflags 1.3.2",
 2829 "block",
 2830 "cocoa-foundation 0.1.2",
 2831 "core-foundation 0.9.4",
 2832 "core-graphics 0.23.2",
 2833 "foreign-types 0.5.0",
 2834 "libc",
 2835 "objc",
 2836]
 2837
 2838[[package]]
 2839name = "cocoa"
 2840version = "0.26.0"
 2841source = "registry+https://github.com/rust-lang/crates.io-index"
 2842checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 2843dependencies = [
 2844 "bitflags 2.9.0",
 2845 "block",
 2846 "cocoa-foundation 0.2.0",
 2847 "core-foundation 0.10.0",
 2848 "core-graphics 0.24.0",
 2849 "foreign-types 0.5.0",
 2850 "libc",
 2851 "objc",
 2852]
 2853
 2854[[package]]
 2855name = "cocoa-foundation"
 2856version = "0.1.2"
 2857source = "registry+https://github.com/rust-lang/crates.io-index"
 2858checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 2859dependencies = [
 2860 "bitflags 1.3.2",
 2861 "block",
 2862 "core-foundation 0.9.4",
 2863 "core-graphics-types 0.1.3",
 2864 "libc",
 2865 "objc",
 2866]
 2867
 2868[[package]]
 2869name = "cocoa-foundation"
 2870version = "0.2.0"
 2871source = "registry+https://github.com/rust-lang/crates.io-index"
 2872checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 2873dependencies = [
 2874 "bitflags 2.9.0",
 2875 "block",
 2876 "core-foundation 0.10.0",
 2877 "core-graphics-types 0.2.0",
 2878 "libc",
 2879 "objc",
 2880]
 2881
 2882[[package]]
 2883name = "codespan-reporting"
 2884version = "0.11.1"
 2885source = "registry+https://github.com/rust-lang/crates.io-index"
 2886checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
 2887dependencies = [
 2888 "termcolor",
 2889 "unicode-width",
 2890]
 2891
 2892[[package]]
 2893name = "collab"
 2894version = "0.44.0"
 2895dependencies = [
 2896 "anthropic",
 2897 "anyhow",
 2898 "assistant",
 2899 "assistant_context_editor",
 2900 "assistant_slash_command",
 2901 "assistant_tool",
 2902 "async-stripe",
 2903 "async-trait",
 2904 "async-tungstenite",
 2905 "audio",
 2906 "aws-config",
 2907 "aws-sdk-kinesis",
 2908 "aws-sdk-s3",
 2909 "axum",
 2910 "axum-extra",
 2911 "base64 0.22.1",
 2912 "buffer_diff",
 2913 "call",
 2914 "channel",
 2915 "chrono",
 2916 "client",
 2917 "clock",
 2918 "collab_ui",
 2919 "collections",
 2920 "command_palette_hooks",
 2921 "context_server",
 2922 "ctor",
 2923 "dap",
 2924 "dashmap 6.1.0",
 2925 "debugger_ui",
 2926 "derive_more",
 2927 "editor",
 2928 "env_logger 0.11.7",
 2929 "envy",
 2930 "extension",
 2931 "file_finder",
 2932 "fs",
 2933 "futures 0.3.31",
 2934 "git",
 2935 "git_hosting_providers",
 2936 "git_ui",
 2937 "google_ai",
 2938 "gpui",
 2939 "gpui_tokio",
 2940 "hex",
 2941 "http_client",
 2942 "hyper 0.14.32",
 2943 "indoc",
 2944 "jsonwebtoken",
 2945 "language",
 2946 "language_model",
 2947 "livekit_api",
 2948 "livekit_client",
 2949 "log",
 2950 "lsp",
 2951 "menu",
 2952 "multi_buffer",
 2953 "nanoid",
 2954 "node_runtime",
 2955 "notifications",
 2956 "open_ai",
 2957 "parking_lot",
 2958 "pretty_assertions",
 2959 "project",
 2960 "prometheus",
 2961 "prompt_store",
 2962 "prost 0.9.0",
 2963 "rand 0.8.5",
 2964 "recent_projects",
 2965 "release_channel",
 2966 "remote",
 2967 "remote_server",
 2968 "reqwest 0.11.27",
 2969 "reqwest_client",
 2970 "rpc",
 2971 "rustc-demangle",
 2972 "scrypt",
 2973 "sea-orm",
 2974 "semantic_version",
 2975 "semver",
 2976 "serde",
 2977 "serde_derive",
 2978 "serde_json",
 2979 "session",
 2980 "settings",
 2981 "sha2",
 2982 "sqlx",
 2983 "strum",
 2984 "subtle",
 2985 "supermaven_api",
 2986 "telemetry_events",
 2987 "text",
 2988 "theme",
 2989 "thiserror 2.0.12",
 2990 "time",
 2991 "tokio",
 2992 "toml 0.8.20",
 2993 "tower",
 2994 "tower-http 0.4.4",
 2995 "tracing",
 2996 "tracing-subscriber",
 2997 "unindent",
 2998 "util",
 2999 "uuid",
 3000 "workspace",
 3001 "worktree",
 3002]
 3003
 3004[[package]]
 3005name = "collab_ui"
 3006version = "0.1.0"
 3007dependencies = [
 3008 "anyhow",
 3009 "call",
 3010 "channel",
 3011 "chrono",
 3012 "client",
 3013 "collections",
 3014 "db",
 3015 "editor",
 3016 "emojis",
 3017 "futures 0.3.31",
 3018 "fuzzy",
 3019 "gpui",
 3020 "http_client",
 3021 "language",
 3022 "menu",
 3023 "notifications",
 3024 "picker",
 3025 "pretty_assertions",
 3026 "project",
 3027 "release_channel",
 3028 "rich_text",
 3029 "rpc",
 3030 "schemars",
 3031 "serde",
 3032 "serde_derive",
 3033 "serde_json",
 3034 "settings",
 3035 "smallvec",
 3036 "story",
 3037 "telemetry",
 3038 "theme",
 3039 "time",
 3040 "time_format",
 3041 "title_bar",
 3042 "tree-sitter-md",
 3043 "ui",
 3044 "util",
 3045 "workspace",
 3046]
 3047
 3048[[package]]
 3049name = "collections"
 3050version = "0.1.0"
 3051dependencies = [
 3052 "indexmap",
 3053 "rustc-hash 2.1.1",
 3054]
 3055
 3056[[package]]
 3057name = "color_quant"
 3058version = "1.1.0"
 3059source = "registry+https://github.com/rust-lang/crates.io-index"
 3060checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3061
 3062[[package]]
 3063name = "colorchoice"
 3064version = "1.0.3"
 3065source = "registry+https://github.com/rust-lang/crates.io-index"
 3066checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
 3067
 3068[[package]]
 3069name = "combine"
 3070version = "4.6.7"
 3071source = "registry+https://github.com/rust-lang/crates.io-index"
 3072checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3073dependencies = [
 3074 "bytes 1.10.1",
 3075 "memchr",
 3076]
 3077
 3078[[package]]
 3079name = "command_palette"
 3080version = "0.1.0"
 3081dependencies = [
 3082 "client",
 3083 "collections",
 3084 "command_palette_hooks",
 3085 "ctor",
 3086 "editor",
 3087 "env_logger 0.11.7",
 3088 "fuzzy",
 3089 "go_to_line",
 3090 "gpui",
 3091 "language",
 3092 "menu",
 3093 "picker",
 3094 "postage",
 3095 "project",
 3096 "serde",
 3097 "serde_json",
 3098 "settings",
 3099 "telemetry",
 3100 "theme",
 3101 "ui",
 3102 "util",
 3103 "workspace",
 3104 "zed_actions",
 3105]
 3106
 3107[[package]]
 3108name = "command_palette_hooks"
 3109version = "0.1.0"
 3110dependencies = [
 3111 "collections",
 3112 "derive_more",
 3113 "gpui",
 3114]
 3115
 3116[[package]]
 3117name = "component"
 3118version = "0.1.0"
 3119dependencies = [
 3120 "collections",
 3121 "gpui",
 3122 "linkme",
 3123 "parking_lot",
 3124 "theme",
 3125]
 3126
 3127[[package]]
 3128name = "component_preview"
 3129version = "0.1.0"
 3130dependencies = [
 3131 "client",
 3132 "collections",
 3133 "component",
 3134 "gpui",
 3135 "languages",
 3136 "notifications",
 3137 "project",
 3138 "ui",
 3139 "workspace",
 3140]
 3141
 3142[[package]]
 3143name = "concurrent-queue"
 3144version = "2.5.0"
 3145source = "registry+https://github.com/rust-lang/crates.io-index"
 3146checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3147dependencies = [
 3148 "crossbeam-utils",
 3149]
 3150
 3151[[package]]
 3152name = "console"
 3153version = "0.15.8"
 3154source = "registry+https://github.com/rust-lang/crates.io-index"
 3155checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
 3156dependencies = [
 3157 "encode_unicode",
 3158 "lazy_static",
 3159 "libc",
 3160 "unicode-width",
 3161 "windows-sys 0.52.0",
 3162]
 3163
 3164[[package]]
 3165name = "const-oid"
 3166version = "0.9.6"
 3167source = "registry+https://github.com/rust-lang/crates.io-index"
 3168checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3169
 3170[[package]]
 3171name = "const-random"
 3172version = "0.1.18"
 3173source = "registry+https://github.com/rust-lang/crates.io-index"
 3174checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3175dependencies = [
 3176 "const-random-macro",
 3177]
 3178
 3179[[package]]
 3180name = "const-random-macro"
 3181version = "0.1.16"
 3182source = "registry+https://github.com/rust-lang/crates.io-index"
 3183checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3184dependencies = [
 3185 "getrandom 0.2.15",
 3186 "once_cell",
 3187 "tiny-keccak",
 3188]
 3189
 3190[[package]]
 3191name = "constant_time_eq"
 3192version = "0.1.5"
 3193source = "registry+https://github.com/rust-lang/crates.io-index"
 3194checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3195
 3196[[package]]
 3197name = "constant_time_eq"
 3198version = "0.3.1"
 3199source = "registry+https://github.com/rust-lang/crates.io-index"
 3200checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
 3201
 3202[[package]]
 3203name = "context_server"
 3204version = "0.1.0"
 3205dependencies = [
 3206 "anyhow",
 3207 "assistant_tool",
 3208 "async-trait",
 3209 "collections",
 3210 "command_palette_hooks",
 3211 "context_server_settings",
 3212 "extension",
 3213 "futures 0.3.31",
 3214 "gpui",
 3215 "icons",
 3216 "language_model",
 3217 "log",
 3218 "parking_lot",
 3219 "postage",
 3220 "project",
 3221 "serde",
 3222 "serde_json",
 3223 "settings",
 3224 "smol",
 3225 "url",
 3226 "util",
 3227]
 3228
 3229[[package]]
 3230name = "context_server_settings"
 3231version = "0.1.0"
 3232dependencies = [
 3233 "anyhow",
 3234 "collections",
 3235 "gpui",
 3236 "schemars",
 3237 "serde",
 3238 "serde_json",
 3239 "settings",
 3240]
 3241
 3242[[package]]
 3243name = "convert_case"
 3244version = "0.4.0"
 3245source = "registry+https://github.com/rust-lang/crates.io-index"
 3246checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
 3247
 3248[[package]]
 3249name = "convert_case"
 3250version = "0.8.0"
 3251source = "registry+https://github.com/rust-lang/crates.io-index"
 3252checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3253dependencies = [
 3254 "unicode-segmentation",
 3255]
 3256
 3257[[package]]
 3258name = "copilot"
 3259version = "0.1.0"
 3260dependencies = [
 3261 "anyhow",
 3262 "async-std",
 3263 "chrono",
 3264 "client",
 3265 "clock",
 3266 "collections",
 3267 "command_palette_hooks",
 3268 "ctor",
 3269 "editor",
 3270 "env_logger 0.11.7",
 3271 "fs",
 3272 "futures 0.3.31",
 3273 "gpui",
 3274 "http_client",
 3275 "indoc",
 3276 "inline_completion",
 3277 "language",
 3278 "log",
 3279 "lsp",
 3280 "menu",
 3281 "node_runtime",
 3282 "parking_lot",
 3283 "paths",
 3284 "project",
 3285 "rpc",
 3286 "schemars",
 3287 "serde",
 3288 "serde_json",
 3289 "settings",
 3290 "strum",
 3291 "task",
 3292 "theme",
 3293 "ui",
 3294 "util",
 3295 "workspace",
 3296]
 3297
 3298[[package]]
 3299name = "core-foundation"
 3300version = "0.9.4"
 3301source = "registry+https://github.com/rust-lang/crates.io-index"
 3302checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3303dependencies = [
 3304 "core-foundation-sys",
 3305 "libc",
 3306]
 3307
 3308[[package]]
 3309name = "core-foundation"
 3310version = "0.10.0"
 3311source = "registry+https://github.com/rust-lang/crates.io-index"
 3312checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3313dependencies = [
 3314 "core-foundation-sys",
 3315 "libc",
 3316]
 3317
 3318[[package]]
 3319name = "core-foundation-sys"
 3320version = "0.8.7"
 3321source = "registry+https://github.com/rust-lang/crates.io-index"
 3322checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3323
 3324[[package]]
 3325name = "core-graphics"
 3326version = "0.23.2"
 3327source = "registry+https://github.com/rust-lang/crates.io-index"
 3328checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3329dependencies = [
 3330 "bitflags 1.3.2",
 3331 "core-foundation 0.9.4",
 3332 "core-graphics-types 0.1.3",
 3333 "foreign-types 0.5.0",
 3334 "libc",
 3335]
 3336
 3337[[package]]
 3338name = "core-graphics"
 3339version = "0.24.0"
 3340source = "registry+https://github.com/rust-lang/crates.io-index"
 3341checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3342dependencies = [
 3343 "bitflags 2.9.0",
 3344 "core-foundation 0.10.0",
 3345 "core-graphics-types 0.2.0",
 3346 "foreign-types 0.5.0",
 3347 "libc",
 3348]
 3349
 3350[[package]]
 3351name = "core-graphics-types"
 3352version = "0.1.3"
 3353source = "registry+https://github.com/rust-lang/crates.io-index"
 3354checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3355dependencies = [
 3356 "bitflags 1.3.2",
 3357 "core-foundation 0.9.4",
 3358 "libc",
 3359]
 3360
 3361[[package]]
 3362name = "core-graphics-types"
 3363version = "0.2.0"
 3364source = "registry+https://github.com/rust-lang/crates.io-index"
 3365checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3366dependencies = [
 3367 "bitflags 2.9.0",
 3368 "core-foundation 0.10.0",
 3369 "libc",
 3370]
 3371
 3372[[package]]
 3373name = "core-graphics2"
 3374version = "0.4.1"
 3375source = "registry+https://github.com/rust-lang/crates.io-index"
 3376checksum = "7e4583956b9806b69f73fcb23aee05eb3620efc282972f08f6a6db7504f8334d"
 3377dependencies = [
 3378 "bitflags 2.9.0",
 3379 "block",
 3380 "cfg-if",
 3381 "core-foundation 0.10.0",
 3382 "libc",
 3383]
 3384
 3385[[package]]
 3386name = "core-services"
 3387version = "0.2.1"
 3388source = "registry+https://github.com/rust-lang/crates.io-index"
 3389checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3390dependencies = [
 3391 "core-foundation 0.9.4",
 3392]
 3393
 3394[[package]]
 3395name = "core-text"
 3396version = "21.0.0"
 3397source = "registry+https://github.com/rust-lang/crates.io-index"
 3398checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3399dependencies = [
 3400 "core-foundation 0.10.0",
 3401 "core-graphics 0.24.0",
 3402 "foreign-types 0.5.0",
 3403 "libc",
 3404]
 3405
 3406[[package]]
 3407name = "core-video"
 3408version = "0.4.3"
 3409source = "registry+https://github.com/rust-lang/crates.io-index"
 3410checksum = "d45e71d5be22206bed53c3c3cb99315fc4c3d31b8963808c6bc4538168c4f8ef"
 3411dependencies = [
 3412 "block",
 3413 "core-foundation 0.10.0",
 3414 "core-graphics2",
 3415 "io-surface",
 3416 "libc",
 3417 "metal",
 3418]
 3419
 3420[[package]]
 3421name = "core_maths"
 3422version = "0.1.1"
 3423source = "registry+https://github.com/rust-lang/crates.io-index"
 3424checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3425dependencies = [
 3426 "libm",
 3427]
 3428
 3429[[package]]
 3430name = "coreaudio-rs"
 3431version = "0.11.3"
 3432source = "registry+https://github.com/rust-lang/crates.io-index"
 3433checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
 3434dependencies = [
 3435 "bitflags 1.3.2",
 3436 "core-foundation-sys",
 3437 "coreaudio-sys",
 3438]
 3439
 3440[[package]]
 3441name = "coreaudio-rs"
 3442version = "0.12.1"
 3443source = "registry+https://github.com/rust-lang/crates.io-index"
 3444checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3445dependencies = [
 3446 "bitflags 1.3.2",
 3447 "core-foundation-sys",
 3448 "coreaudio-sys",
 3449]
 3450
 3451[[package]]
 3452name = "coreaudio-sys"
 3453version = "0.2.16"
 3454source = "registry+https://github.com/rust-lang/crates.io-index"
 3455checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
 3456dependencies = [
 3457 "bindgen 0.70.1",
 3458]
 3459
 3460[[package]]
 3461name = "cosmic-text"
 3462version = "0.13.2"
 3463source = "registry+https://github.com/rust-lang/crates.io-index"
 3464checksum = "e418dd4f5128c3e93eab12246391c54a20c496811131f85754dc8152ee207892"
 3465dependencies = [
 3466 "bitflags 2.9.0",
 3467 "fontdb 0.16.2",
 3468 "log",
 3469 "rangemap",
 3470 "rustc-hash 1.1.0",
 3471 "rustybuzz 0.14.1",
 3472 "self_cell",
 3473 "smol_str 0.2.2",
 3474 "swash",
 3475 "sys-locale",
 3476 "ttf-parser 0.21.1",
 3477 "unicode-bidi",
 3478 "unicode-linebreak",
 3479 "unicode-script",
 3480 "unicode-segmentation",
 3481]
 3482
 3483[[package]]
 3484name = "cpal"
 3485version = "0.15.3"
 3486source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
 3487dependencies = [
 3488 "alsa",
 3489 "core-foundation-sys",
 3490 "coreaudio-rs 0.11.3",
 3491 "dasp_sample",
 3492 "jni",
 3493 "js-sys",
 3494 "libc",
 3495 "mach2",
 3496 "ndk",
 3497 "ndk-context",
 3498 "oboe",
 3499 "wasm-bindgen",
 3500 "wasm-bindgen-futures",
 3501 "web-sys",
 3502 "windows 0.54.0",
 3503]
 3504
 3505[[package]]
 3506name = "cpp_demangle"
 3507version = "0.4.4"
 3508source = "registry+https://github.com/rust-lang/crates.io-index"
 3509checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
 3510dependencies = [
 3511 "cfg-if",
 3512]
 3513
 3514[[package]]
 3515name = "cpufeatures"
 3516version = "0.2.16"
 3517source = "registry+https://github.com/rust-lang/crates.io-index"
 3518checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
 3519dependencies = [
 3520 "libc",
 3521]
 3522
 3523[[package]]
 3524name = "cranelift-bforest"
 3525version = "0.116.1"
 3526source = "registry+https://github.com/rust-lang/crates.io-index"
 3527checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
 3528dependencies = [
 3529 "cranelift-entity",
 3530]
 3531
 3532[[package]]
 3533name = "cranelift-bitset"
 3534version = "0.116.1"
 3535source = "registry+https://github.com/rust-lang/crates.io-index"
 3536checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
 3537dependencies = [
 3538 "serde",
 3539 "serde_derive",
 3540]
 3541
 3542[[package]]
 3543name = "cranelift-codegen"
 3544version = "0.116.1"
 3545source = "registry+https://github.com/rust-lang/crates.io-index"
 3546checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
 3547dependencies = [
 3548 "bumpalo",
 3549 "cranelift-bforest",
 3550 "cranelift-bitset",
 3551 "cranelift-codegen-meta",
 3552 "cranelift-codegen-shared",
 3553 "cranelift-control",
 3554 "cranelift-entity",
 3555 "cranelift-isle",
 3556 "gimli",
 3557 "hashbrown 0.14.5",
 3558 "log",
 3559 "regalloc2",
 3560 "rustc-hash 2.1.1",
 3561 "serde",
 3562 "smallvec",
 3563 "target-lexicon 0.13.2",
 3564]
 3565
 3566[[package]]
 3567name = "cranelift-codegen-meta"
 3568version = "0.116.1"
 3569source = "registry+https://github.com/rust-lang/crates.io-index"
 3570checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
 3571dependencies = [
 3572 "cranelift-codegen-shared",
 3573]
 3574
 3575[[package]]
 3576name = "cranelift-codegen-shared"
 3577version = "0.116.1"
 3578source = "registry+https://github.com/rust-lang/crates.io-index"
 3579checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
 3580
 3581[[package]]
 3582name = "cranelift-control"
 3583version = "0.116.1"
 3584source = "registry+https://github.com/rust-lang/crates.io-index"
 3585checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
 3586dependencies = [
 3587 "arbitrary",
 3588]
 3589
 3590[[package]]
 3591name = "cranelift-entity"
 3592version = "0.116.1"
 3593source = "registry+https://github.com/rust-lang/crates.io-index"
 3594checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
 3595dependencies = [
 3596 "cranelift-bitset",
 3597 "serde",
 3598 "serde_derive",
 3599]
 3600
 3601[[package]]
 3602name = "cranelift-frontend"
 3603version = "0.116.1"
 3604source = "registry+https://github.com/rust-lang/crates.io-index"
 3605checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
 3606dependencies = [
 3607 "cranelift-codegen",
 3608 "log",
 3609 "smallvec",
 3610 "target-lexicon 0.13.2",
 3611]
 3612
 3613[[package]]
 3614name = "cranelift-isle"
 3615version = "0.116.1"
 3616source = "registry+https://github.com/rust-lang/crates.io-index"
 3617checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
 3618
 3619[[package]]
 3620name = "cranelift-native"
 3621version = "0.116.1"
 3622source = "registry+https://github.com/rust-lang/crates.io-index"
 3623checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
 3624dependencies = [
 3625 "cranelift-codegen",
 3626 "libc",
 3627 "target-lexicon 0.13.2",
 3628]
 3629
 3630[[package]]
 3631name = "crc"
 3632version = "3.2.1"
 3633source = "registry+https://github.com/rust-lang/crates.io-index"
 3634checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
 3635dependencies = [
 3636 "crc-catalog",
 3637]
 3638
 3639[[package]]
 3640name = "crc-catalog"
 3641version = "2.4.0"
 3642source = "registry+https://github.com/rust-lang/crates.io-index"
 3643checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 3644
 3645[[package]]
 3646name = "crc32c"
 3647version = "0.6.8"
 3648source = "registry+https://github.com/rust-lang/crates.io-index"
 3649checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
 3650dependencies = [
 3651 "rustc_version",
 3652]
 3653
 3654[[package]]
 3655name = "crc32fast"
 3656version = "1.4.2"
 3657source = "registry+https://github.com/rust-lang/crates.io-index"
 3658checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
 3659dependencies = [
 3660 "cfg-if",
 3661]
 3662
 3663[[package]]
 3664name = "crc64fast-nvme"
 3665version = "1.1.1"
 3666source = "registry+https://github.com/rust-lang/crates.io-index"
 3667checksum = "d5e2ee08013e3f228d6d2394116c4549a6df77708442c62d887d83f68ef2ee37"
 3668dependencies = [
 3669 "cbindgen 0.27.0",
 3670 "crc",
 3671]
 3672
 3673[[package]]
 3674name = "credentials_provider"
 3675version = "0.1.0"
 3676dependencies = [
 3677 "anyhow",
 3678 "futures 0.3.31",
 3679 "gpui",
 3680 "paths",
 3681 "release_channel",
 3682 "serde",
 3683 "serde_json",
 3684]
 3685
 3686[[package]]
 3687name = "criterion"
 3688version = "0.5.1"
 3689source = "registry+https://github.com/rust-lang/crates.io-index"
 3690checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 3691dependencies = [
 3692 "anes",
 3693 "cast",
 3694 "ciborium",
 3695 "clap",
 3696 "criterion-plot",
 3697 "is-terminal",
 3698 "itertools 0.10.5",
 3699 "num-traits",
 3700 "once_cell",
 3701 "oorandom",
 3702 "plotters",
 3703 "rayon",
 3704 "regex",
 3705 "serde",
 3706 "serde_derive",
 3707 "serde_json",
 3708 "tinytemplate",
 3709 "walkdir",
 3710]
 3711
 3712[[package]]
 3713name = "criterion-plot"
 3714version = "0.5.0"
 3715source = "registry+https://github.com/rust-lang/crates.io-index"
 3716checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 3717dependencies = [
 3718 "cast",
 3719 "itertools 0.10.5",
 3720]
 3721
 3722[[package]]
 3723name = "crossbeam-channel"
 3724version = "0.5.13"
 3725source = "registry+https://github.com/rust-lang/crates.io-index"
 3726checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
 3727dependencies = [
 3728 "crossbeam-utils",
 3729]
 3730
 3731[[package]]
 3732name = "crossbeam-deque"
 3733version = "0.8.5"
 3734source = "registry+https://github.com/rust-lang/crates.io-index"
 3735checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
 3736dependencies = [
 3737 "crossbeam-epoch",
 3738 "crossbeam-utils",
 3739]
 3740
 3741[[package]]
 3742name = "crossbeam-epoch"
 3743version = "0.9.18"
 3744source = "registry+https://github.com/rust-lang/crates.io-index"
 3745checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 3746dependencies = [
 3747 "crossbeam-utils",
 3748]
 3749
 3750[[package]]
 3751name = "crossbeam-queue"
 3752version = "0.3.11"
 3753source = "registry+https://github.com/rust-lang/crates.io-index"
 3754checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
 3755dependencies = [
 3756 "crossbeam-utils",
 3757]
 3758
 3759[[package]]
 3760name = "crossbeam-utils"
 3761version = "0.8.20"
 3762source = "registry+https://github.com/rust-lang/crates.io-index"
 3763checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
 3764
 3765[[package]]
 3766name = "crunchy"
 3767version = "0.2.2"
 3768source = "registry+https://github.com/rust-lang/crates.io-index"
 3769checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
 3770
 3771[[package]]
 3772name = "crypto-bigint"
 3773version = "0.4.9"
 3774source = "registry+https://github.com/rust-lang/crates.io-index"
 3775checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 3776dependencies = [
 3777 "generic-array",
 3778 "rand_core 0.6.4",
 3779 "subtle",
 3780 "zeroize",
 3781]
 3782
 3783[[package]]
 3784name = "crypto-bigint"
 3785version = "0.5.5"
 3786source = "registry+https://github.com/rust-lang/crates.io-index"
 3787checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 3788dependencies = [
 3789 "rand_core 0.6.4",
 3790 "subtle",
 3791]
 3792
 3793[[package]]
 3794name = "crypto-common"
 3795version = "0.1.6"
 3796source = "registry+https://github.com/rust-lang/crates.io-index"
 3797checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 3798dependencies = [
 3799 "generic-array",
 3800 "rand_core 0.6.4",
 3801 "typenum",
 3802]
 3803
 3804[[package]]
 3805name = "ctor"
 3806version = "0.4.1"
 3807source = "registry+https://github.com/rust-lang/crates.io-index"
 3808checksum = "07e9666f4a9a948d4f1dff0c08a4512b0f7c86414b23960104c243c10d79f4c3"
 3809dependencies = [
 3810 "ctor-proc-macro",
 3811 "dtor",
 3812]
 3813
 3814[[package]]
 3815name = "ctor-proc-macro"
 3816version = "0.0.5"
 3817source = "registry+https://github.com/rust-lang/crates.io-index"
 3818checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
 3819
 3820[[package]]
 3821name = "ctrlc"
 3822version = "3.4.5"
 3823source = "registry+https://github.com/rust-lang/crates.io-index"
 3824checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
 3825dependencies = [
 3826 "nix",
 3827 "windows-sys 0.59.0",
 3828]
 3829
 3830[[package]]
 3831name = "cursor-icon"
 3832version = "1.1.0"
 3833source = "registry+https://github.com/rust-lang/crates.io-index"
 3834checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
 3835
 3836[[package]]
 3837name = "cxx"
 3838version = "1.0.134"
 3839source = "registry+https://github.com/rust-lang/crates.io-index"
 3840checksum = "a5a32d755fe20281b46118ee4b507233311fb7a48a0cfd42f554b93640521a2f"
 3841dependencies = [
 3842 "cc",
 3843 "cxxbridge-cmd",
 3844 "cxxbridge-flags",
 3845 "cxxbridge-macro",
 3846 "foldhash",
 3847 "link-cplusplus",
 3848]
 3849
 3850[[package]]
 3851name = "cxx-build"
 3852version = "1.0.134"
 3853source = "registry+https://github.com/rust-lang/crates.io-index"
 3854checksum = "11645536ada5d1c8804312cbffc9ab950f2216154de431de930da47ca6955199"
 3855dependencies = [
 3856 "cc",
 3857 "codespan-reporting",
 3858 "proc-macro2",
 3859 "quote",
 3860 "scratch",
 3861 "syn 2.0.100",
 3862]
 3863
 3864[[package]]
 3865name = "cxxbridge-cmd"
 3866version = "1.0.134"
 3867source = "registry+https://github.com/rust-lang/crates.io-index"
 3868checksum = "ebcc9c78e3c7289665aab921a2b394eaffe8bdb369aa18d81ffc0f534fd49385"
 3869dependencies = [
 3870 "clap",
 3871 "codespan-reporting",
 3872 "proc-macro2",
 3873 "quote",
 3874 "syn 2.0.100",
 3875]
 3876
 3877[[package]]
 3878name = "cxxbridge-flags"
 3879version = "1.0.134"
 3880source = "registry+https://github.com/rust-lang/crates.io-index"
 3881checksum = "3a22a87bd9e78d7204d793261470a4c9d585154fddd251828d8aefbb5f74c3bf"
 3882
 3883[[package]]
 3884name = "cxxbridge-macro"
 3885version = "1.0.134"
 3886source = "registry+https://github.com/rust-lang/crates.io-index"
 3887checksum = "1dfdb020ff8787c5daf6e0dca743005cc8782868faeadfbabb8824ede5cb1c72"
 3888dependencies = [
 3889 "proc-macro2",
 3890 "quote",
 3891 "rustversion",
 3892 "syn 2.0.100",
 3893]
 3894
 3895[[package]]
 3896name = "dap"
 3897version = "0.1.0"
 3898dependencies = [
 3899 "anyhow",
 3900 "async-compression",
 3901 "async-pipe",
 3902 "async-tar",
 3903 "async-trait",
 3904 "client",
 3905 "collections",
 3906 "dap-types",
 3907 "env_logger 0.11.7",
 3908 "fs",
 3909 "futures 0.3.31",
 3910 "gpui",
 3911 "http_client",
 3912 "language",
 3913 "log",
 3914 "node_runtime",
 3915 "parking_lot",
 3916 "paths",
 3917 "regex",
 3918 "schemars",
 3919 "serde",
 3920 "serde_json",
 3921 "settings",
 3922 "smallvec",
 3923 "smol",
 3924 "task",
 3925 "util",
 3926]
 3927
 3928[[package]]
 3929name = "dap-types"
 3930version = "0.0.1"
 3931source = "git+https://github.com/zed-industries/dap-types?rev=bfd4af0#bfd4af084bbaa5f344e6925370d7642e41d0b5b8"
 3932dependencies = [
 3933 "schemars",
 3934 "serde",
 3935 "serde_json",
 3936]
 3937
 3938[[package]]
 3939name = "dap_adapters"
 3940version = "0.1.0"
 3941dependencies = [
 3942 "anyhow",
 3943 "async-trait",
 3944 "dap",
 3945 "gpui",
 3946 "language",
 3947 "paths",
 3948 "regex",
 3949 "serde",
 3950 "serde_json",
 3951 "task",
 3952 "util",
 3953]
 3954
 3955[[package]]
 3956name = "dashmap"
 3957version = "5.5.3"
 3958source = "registry+https://github.com/rust-lang/crates.io-index"
 3959checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
 3960dependencies = [
 3961 "cfg-if",
 3962 "hashbrown 0.14.5",
 3963 "lock_api",
 3964 "once_cell",
 3965 "parking_lot_core",
 3966]
 3967
 3968[[package]]
 3969name = "dashmap"
 3970version = "6.1.0"
 3971source = "registry+https://github.com/rust-lang/crates.io-index"
 3972checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 3973dependencies = [
 3974 "cfg-if",
 3975 "crossbeam-utils",
 3976 "hashbrown 0.14.5",
 3977 "lock_api",
 3978 "once_cell",
 3979 "parking_lot_core",
 3980]
 3981
 3982[[package]]
 3983name = "dasp_sample"
 3984version = "0.11.0"
 3985source = "registry+https://github.com/rust-lang/crates.io-index"
 3986checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 3987
 3988[[package]]
 3989name = "data-encoding"
 3990version = "2.6.0"
 3991source = "registry+https://github.com/rust-lang/crates.io-index"
 3992checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
 3993
 3994[[package]]
 3995name = "data-url"
 3996version = "0.3.1"
 3997source = "registry+https://github.com/rust-lang/crates.io-index"
 3998checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
 3999
 4000[[package]]
 4001name = "db"
 4002version = "0.1.0"
 4003dependencies = [
 4004 "anyhow",
 4005 "gpui",
 4006 "indoc",
 4007 "log",
 4008 "paths",
 4009 "release_channel",
 4010 "smol",
 4011 "sqlez",
 4012 "sqlez_macros",
 4013 "tempfile",
 4014 "util",
 4015]
 4016
 4017[[package]]
 4018name = "dbus"
 4019version = "0.9.7"
 4020source = "registry+https://github.com/rust-lang/crates.io-index"
 4021checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
 4022dependencies = [
 4023 "libc",
 4024 "libdbus-sys",
 4025 "winapi",
 4026]
 4027
 4028[[package]]
 4029name = "debugger_tools"
 4030version = "0.1.0"
 4031dependencies = [
 4032 "anyhow",
 4033 "dap",
 4034 "editor",
 4035 "futures 0.3.31",
 4036 "gpui",
 4037 "project",
 4038 "serde_json",
 4039 "settings",
 4040 "smol",
 4041 "util",
 4042 "workspace",
 4043]
 4044
 4045[[package]]
 4046name = "debugger_ui"
 4047version = "0.1.0"
 4048dependencies = [
 4049 "anyhow",
 4050 "client",
 4051 "collections",
 4052 "command_palette_hooks",
 4053 "dap",
 4054 "editor",
 4055 "env_logger 0.11.7",
 4056 "feature_flags",
 4057 "futures 0.3.31",
 4058 "fuzzy",
 4059 "gpui",
 4060 "language",
 4061 "log",
 4062 "menu",
 4063 "picker",
 4064 "pretty_assertions",
 4065 "project",
 4066 "rpc",
 4067 "serde",
 4068 "serde_json",
 4069 "settings",
 4070 "sysinfo",
 4071 "task",
 4072 "terminal_view",
 4073 "theme",
 4074 "ui",
 4075 "unindent",
 4076 "util",
 4077 "workspace",
 4078]
 4079
 4080[[package]]
 4081name = "deepseek"
 4082version = "0.1.0"
 4083dependencies = [
 4084 "anyhow",
 4085 "futures 0.3.31",
 4086 "http_client",
 4087 "schemars",
 4088 "serde",
 4089 "serde_json",
 4090]
 4091
 4092[[package]]
 4093name = "deflate64"
 4094version = "0.1.9"
 4095source = "registry+https://github.com/rust-lang/crates.io-index"
 4096checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
 4097
 4098[[package]]
 4099name = "der"
 4100version = "0.6.1"
 4101source = "registry+https://github.com/rust-lang/crates.io-index"
 4102checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4103dependencies = [
 4104 "const-oid",
 4105 "zeroize",
 4106]
 4107
 4108[[package]]
 4109name = "der"
 4110version = "0.7.9"
 4111source = "registry+https://github.com/rust-lang/crates.io-index"
 4112checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
 4113dependencies = [
 4114 "const-oid",
 4115 "pem-rfc7468",
 4116 "zeroize",
 4117]
 4118
 4119[[package]]
 4120name = "deranged"
 4121version = "0.4.0"
 4122source = "registry+https://github.com/rust-lang/crates.io-index"
 4123checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
 4124dependencies = [
 4125 "powerfmt",
 4126 "serde",
 4127]
 4128
 4129[[package]]
 4130name = "derive_more"
 4131version = "0.99.19"
 4132source = "registry+https://github.com/rust-lang/crates.io-index"
 4133checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
 4134dependencies = [
 4135 "convert_case 0.4.0",
 4136 "proc-macro2",
 4137 "quote",
 4138 "rustc_version",
 4139 "syn 2.0.100",
 4140]
 4141
 4142[[package]]
 4143name = "derive_refineable"
 4144version = "0.1.0"
 4145dependencies = [
 4146 "proc-macro2",
 4147 "quote",
 4148 "syn 1.0.109",
 4149]
 4150
 4151[[package]]
 4152name = "diagnostics"
 4153version = "0.1.0"
 4154dependencies = [
 4155 "anyhow",
 4156 "client",
 4157 "collections",
 4158 "ctor",
 4159 "editor",
 4160 "env_logger 0.11.7",
 4161 "gpui",
 4162 "language",
 4163 "log",
 4164 "lsp",
 4165 "pretty_assertions",
 4166 "project",
 4167 "rand 0.8.5",
 4168 "serde",
 4169 "serde_json",
 4170 "settings",
 4171 "theme",
 4172 "ui",
 4173 "unindent",
 4174 "util",
 4175 "workspace",
 4176]
 4177
 4178[[package]]
 4179name = "dialoguer"
 4180version = "0.11.0"
 4181source = "registry+https://github.com/rust-lang/crates.io-index"
 4182checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4183dependencies = [
 4184 "console",
 4185 "fuzzy-matcher",
 4186 "shell-words",
 4187 "tempfile",
 4188 "thiserror 1.0.69",
 4189 "zeroize",
 4190]
 4191
 4192[[package]]
 4193name = "diff"
 4194version = "0.1.13"
 4195source = "registry+https://github.com/rust-lang/crates.io-index"
 4196checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4197
 4198[[package]]
 4199name = "digest"
 4200version = "0.10.7"
 4201source = "registry+https://github.com/rust-lang/crates.io-index"
 4202checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4203dependencies = [
 4204 "block-buffer",
 4205 "const-oid",
 4206 "crypto-common",
 4207 "subtle",
 4208]
 4209
 4210[[package]]
 4211name = "dirs"
 4212version = "4.0.0"
 4213source = "registry+https://github.com/rust-lang/crates.io-index"
 4214checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4215dependencies = [
 4216 "dirs-sys 0.3.7",
 4217]
 4218
 4219[[package]]
 4220name = "dirs"
 4221version = "5.0.1"
 4222source = "registry+https://github.com/rust-lang/crates.io-index"
 4223checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4224dependencies = [
 4225 "dirs-sys 0.4.1",
 4226]
 4227
 4228[[package]]
 4229name = "dirs-sys"
 4230version = "0.3.7"
 4231source = "registry+https://github.com/rust-lang/crates.io-index"
 4232checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4233dependencies = [
 4234 "libc",
 4235 "redox_users",
 4236 "winapi",
 4237]
 4238
 4239[[package]]
 4240name = "dirs-sys"
 4241version = "0.4.1"
 4242source = "registry+https://github.com/rust-lang/crates.io-index"
 4243checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4244dependencies = [
 4245 "libc",
 4246 "option-ext",
 4247 "redox_users",
 4248 "windows-sys 0.48.0",
 4249]
 4250
 4251[[package]]
 4252name = "displaydoc"
 4253version = "0.2.5"
 4254source = "registry+https://github.com/rust-lang/crates.io-index"
 4255checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4256dependencies = [
 4257 "proc-macro2",
 4258 "quote",
 4259 "syn 2.0.100",
 4260]
 4261
 4262[[package]]
 4263name = "dlib"
 4264version = "0.5.2"
 4265source = "registry+https://github.com/rust-lang/crates.io-index"
 4266checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4267dependencies = [
 4268 "libloading",
 4269]
 4270
 4271[[package]]
 4272name = "docs_preprocessor"
 4273version = "0.1.0"
 4274dependencies = [
 4275 "anyhow",
 4276 "clap",
 4277 "mdbook",
 4278 "regex",
 4279 "serde",
 4280 "serde_json",
 4281 "settings",
 4282 "util",
 4283]
 4284
 4285[[package]]
 4286name = "dotenvy"
 4287version = "0.15.7"
 4288source = "registry+https://github.com/rust-lang/crates.io-index"
 4289checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 4290
 4291[[package]]
 4292name = "downcast-rs"
 4293version = "1.2.1"
 4294source = "registry+https://github.com/rust-lang/crates.io-index"
 4295checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 4296
 4297[[package]]
 4298name = "doxygen-rs"
 4299version = "0.4.2"
 4300source = "registry+https://github.com/rust-lang/crates.io-index"
 4301checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 4302dependencies = [
 4303 "phf",
 4304]
 4305
 4306[[package]]
 4307name = "dtor"
 4308version = "0.0.5"
 4309source = "registry+https://github.com/rust-lang/crates.io-index"
 4310checksum = "222ef136a1c687d4aa0395c175f2c4586e379924c352fd02f7870cf7de783c23"
 4311dependencies = [
 4312 "dtor-proc-macro",
 4313]
 4314
 4315[[package]]
 4316name = "dtor-proc-macro"
 4317version = "0.0.5"
 4318source = "registry+https://github.com/rust-lang/crates.io-index"
 4319checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 4320
 4321[[package]]
 4322name = "dunce"
 4323version = "1.0.5"
 4324source = "registry+https://github.com/rust-lang/crates.io-index"
 4325checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 4326
 4327[[package]]
 4328name = "dwrote"
 4329version = "0.11.2"
 4330source = "registry+https://github.com/rust-lang/crates.io-index"
 4331checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
 4332dependencies = [
 4333 "lazy_static",
 4334 "libc",
 4335 "winapi",
 4336 "wio",
 4337]
 4338
 4339[[package]]
 4340name = "dyn-clone"
 4341version = "1.0.17"
 4342source = "registry+https://github.com/rust-lang/crates.io-index"
 4343checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
 4344
 4345[[package]]
 4346name = "ec4rs"
 4347version = "1.1.1"
 4348source = "registry+https://github.com/rust-lang/crates.io-index"
 4349checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
 4350
 4351[[package]]
 4352name = "ecdsa"
 4353version = "0.14.8"
 4354source = "registry+https://github.com/rust-lang/crates.io-index"
 4355checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 4356dependencies = [
 4357 "der 0.6.1",
 4358 "elliptic-curve",
 4359 "rfc6979",
 4360 "signature 1.6.4",
 4361]
 4362
 4363[[package]]
 4364name = "editor"
 4365version = "0.1.0"
 4366dependencies = [
 4367 "aho-corasick",
 4368 "anyhow",
 4369 "assets",
 4370 "buffer_diff",
 4371 "chrono",
 4372 "client",
 4373 "clock",
 4374 "collections",
 4375 "convert_case 0.8.0",
 4376 "ctor",
 4377 "db",
 4378 "emojis",
 4379 "env_logger 0.11.7",
 4380 "feature_flags",
 4381 "file_icons",
 4382 "fs",
 4383 "futures 0.3.31",
 4384 "fuzzy",
 4385 "git",
 4386 "gpui",
 4387 "http_client",
 4388 "indoc",
 4389 "inline_completion",
 4390 "itertools 0.14.0",
 4391 "language",
 4392 "languages",
 4393 "linkify",
 4394 "log",
 4395 "lsp",
 4396 "markdown",
 4397 "menu",
 4398 "multi_buffer",
 4399 "ordered-float 2.10.1",
 4400 "parking_lot",
 4401 "pretty_assertions",
 4402 "project",
 4403 "rand 0.8.5",
 4404 "release_channel",
 4405 "rpc",
 4406 "schemars",
 4407 "serde",
 4408 "serde_json",
 4409 "settings",
 4410 "smallvec",
 4411 "smol",
 4412 "snippet",
 4413 "sum_tree",
 4414 "task",
 4415 "telemetry",
 4416 "tempfile",
 4417 "text",
 4418 "theme",
 4419 "time",
 4420 "time_format",
 4421 "tree-sitter-html",
 4422 "tree-sitter-rust",
 4423 "tree-sitter-typescript",
 4424 "ui",
 4425 "unicode-script",
 4426 "unicode-segmentation",
 4427 "unindent",
 4428 "url",
 4429 "util",
 4430 "uuid",
 4431 "workspace",
 4432 "zed_actions",
 4433]
 4434
 4435[[package]]
 4436name = "either"
 4437version = "1.13.0"
 4438source = "registry+https://github.com/rust-lang/crates.io-index"
 4439checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
 4440dependencies = [
 4441 "serde",
 4442]
 4443
 4444[[package]]
 4445name = "elasticlunr-rs"
 4446version = "3.0.2"
 4447source = "registry+https://github.com/rust-lang/crates.io-index"
 4448checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 4449dependencies = [
 4450 "regex",
 4451 "serde",
 4452 "serde_derive",
 4453 "serde_json",
 4454]
 4455
 4456[[package]]
 4457name = "elliptic-curve"
 4458version = "0.12.3"
 4459source = "registry+https://github.com/rust-lang/crates.io-index"
 4460checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 4461dependencies = [
 4462 "base16ct",
 4463 "crypto-bigint 0.4.9",
 4464 "der 0.6.1",
 4465 "digest",
 4466 "ff",
 4467 "generic-array",
 4468 "group",
 4469 "pkcs8 0.9.0",
 4470 "rand_core 0.6.4",
 4471 "sec1",
 4472 "subtle",
 4473 "zeroize",
 4474]
 4475
 4476[[package]]
 4477name = "embed-resource"
 4478version = "3.0.2"
 4479source = "registry+https://github.com/rust-lang/crates.io-index"
 4480checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
 4481dependencies = [
 4482 "cc",
 4483 "memchr",
 4484 "rustc_version",
 4485 "toml 0.8.20",
 4486 "vswhom",
 4487 "winreg 0.52.0",
 4488]
 4489
 4490[[package]]
 4491name = "embedded-io"
 4492version = "0.4.0"
 4493source = "registry+https://github.com/rust-lang/crates.io-index"
 4494checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 4495
 4496[[package]]
 4497name = "embedded-io"
 4498version = "0.6.1"
 4499source = "registry+https://github.com/rust-lang/crates.io-index"
 4500checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 4501
 4502[[package]]
 4503name = "emojis"
 4504version = "0.6.4"
 4505source = "registry+https://github.com/rust-lang/crates.io-index"
 4506checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 4507dependencies = [
 4508 "phf",
 4509]
 4510
 4511[[package]]
 4512name = "encode_unicode"
 4513version = "0.3.6"
 4514source = "registry+https://github.com/rust-lang/crates.io-index"
 4515checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
 4516
 4517[[package]]
 4518name = "encoding_rs"
 4519version = "0.8.35"
 4520source = "registry+https://github.com/rust-lang/crates.io-index"
 4521checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 4522dependencies = [
 4523 "cfg-if",
 4524]
 4525
 4526[[package]]
 4527name = "endi"
 4528version = "1.1.0"
 4529source = "registry+https://github.com/rust-lang/crates.io-index"
 4530checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 4531
 4532[[package]]
 4533name = "enumflags2"
 4534version = "0.7.10"
 4535source = "registry+https://github.com/rust-lang/crates.io-index"
 4536checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
 4537dependencies = [
 4538 "enumflags2_derive",
 4539 "serde",
 4540]
 4541
 4542[[package]]
 4543name = "enumflags2_derive"
 4544version = "0.7.10"
 4545source = "registry+https://github.com/rust-lang/crates.io-index"
 4546checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
 4547dependencies = [
 4548 "proc-macro2",
 4549 "quote",
 4550 "syn 2.0.100",
 4551]
 4552
 4553[[package]]
 4554name = "env_filter"
 4555version = "0.1.2"
 4556source = "registry+https://github.com/rust-lang/crates.io-index"
 4557checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
 4558dependencies = [
 4559 "log",
 4560 "regex",
 4561]
 4562
 4563[[package]]
 4564name = "env_logger"
 4565version = "0.10.2"
 4566source = "registry+https://github.com/rust-lang/crates.io-index"
 4567checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 4568dependencies = [
 4569 "humantime",
 4570 "is-terminal",
 4571 "log",
 4572 "regex",
 4573 "termcolor",
 4574]
 4575
 4576[[package]]
 4577name = "env_logger"
 4578version = "0.11.7"
 4579source = "registry+https://github.com/rust-lang/crates.io-index"
 4580checksum = "c3716d7a920fb4fac5d84e9d4bce8ceb321e9414b4409da61b07b75c1e3d0697"
 4581dependencies = [
 4582 "anstream",
 4583 "anstyle",
 4584 "env_filter",
 4585 "jiff",
 4586 "log",
 4587]
 4588
 4589[[package]]
 4590name = "envy"
 4591version = "0.4.2"
 4592source = "registry+https://github.com/rust-lang/crates.io-index"
 4593checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 4594dependencies = [
 4595 "serde",
 4596]
 4597
 4598[[package]]
 4599name = "equivalent"
 4600version = "1.0.1"
 4601source = "registry+https://github.com/rust-lang/crates.io-index"
 4602checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
 4603
 4604[[package]]
 4605name = "erased-serde"
 4606version = "0.4.5"
 4607source = "registry+https://github.com/rust-lang/crates.io-index"
 4608checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
 4609dependencies = [
 4610 "serde",
 4611 "typeid",
 4612]
 4613
 4614[[package]]
 4615name = "errno"
 4616version = "0.2.8"
 4617source = "registry+https://github.com/rust-lang/crates.io-index"
 4618checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 4619dependencies = [
 4620 "errno-dragonfly",
 4621 "libc",
 4622 "winapi",
 4623]
 4624
 4625[[package]]
 4626name = "errno"
 4627version = "0.3.10"
 4628source = "registry+https://github.com/rust-lang/crates.io-index"
 4629checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
 4630dependencies = [
 4631 "libc",
 4632 "windows-sys 0.59.0",
 4633]
 4634
 4635[[package]]
 4636name = "errno-dragonfly"
 4637version = "0.1.2"
 4638source = "registry+https://github.com/rust-lang/crates.io-index"
 4639checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 4640dependencies = [
 4641 "cc",
 4642 "libc",
 4643]
 4644
 4645[[package]]
 4646name = "etagere"
 4647version = "0.2.15"
 4648source = "registry+https://github.com/rust-lang/crates.io-index"
 4649checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 4650dependencies = [
 4651 "euclid",
 4652 "svg_fmt",
 4653]
 4654
 4655[[package]]
 4656name = "etcetera"
 4657version = "0.8.0"
 4658source = "registry+https://github.com/rust-lang/crates.io-index"
 4659checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 4660dependencies = [
 4661 "cfg-if",
 4662 "home",
 4663 "windows-sys 0.48.0",
 4664]
 4665
 4666[[package]]
 4667name = "euclid"
 4668version = "0.22.11"
 4669source = "registry+https://github.com/rust-lang/crates.io-index"
 4670checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 4671dependencies = [
 4672 "num-traits",
 4673]
 4674
 4675[[package]]
 4676name = "evals"
 4677version = "0.1.0"
 4678dependencies = [
 4679 "anyhow",
 4680 "clap",
 4681 "client",
 4682 "clock",
 4683 "collections",
 4684 "dap",
 4685 "env_logger 0.11.7",
 4686 "feature_flags",
 4687 "fs",
 4688 "gpui",
 4689 "http_client",
 4690 "language",
 4691 "languages",
 4692 "node_runtime",
 4693 "open_ai",
 4694 "project",
 4695 "reqwest_client",
 4696 "semantic_index",
 4697 "serde",
 4698 "serde_json",
 4699 "settings",
 4700 "smol",
 4701 "util",
 4702]
 4703
 4704[[package]]
 4705name = "event-listener"
 4706version = "2.5.3"
 4707source = "registry+https://github.com/rust-lang/crates.io-index"
 4708checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 4709
 4710[[package]]
 4711name = "event-listener"
 4712version = "5.3.1"
 4713source = "registry+https://github.com/rust-lang/crates.io-index"
 4714checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
 4715dependencies = [
 4716 "concurrent-queue",
 4717 "parking",
 4718 "pin-project-lite",
 4719]
 4720
 4721[[package]]
 4722name = "event-listener-strategy"
 4723version = "0.5.3"
 4724source = "registry+https://github.com/rust-lang/crates.io-index"
 4725checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
 4726dependencies = [
 4727 "event-listener 5.3.1",
 4728 "pin-project-lite",
 4729]
 4730
 4731[[package]]
 4732name = "exec"
 4733version = "0.3.1"
 4734source = "registry+https://github.com/rust-lang/crates.io-index"
 4735checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 4736dependencies = [
 4737 "errno 0.2.8",
 4738 "libc",
 4739]
 4740
 4741[[package]]
 4742name = "exr"
 4743version = "1.73.0"
 4744source = "registry+https://github.com/rust-lang/crates.io-index"
 4745checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 4746dependencies = [
 4747 "bit_field",
 4748 "half",
 4749 "lebe",
 4750 "miniz_oxide",
 4751 "rayon-core",
 4752 "smallvec",
 4753 "zune-inflate",
 4754]
 4755
 4756[[package]]
 4757name = "extension"
 4758version = "0.1.0"
 4759dependencies = [
 4760 "anyhow",
 4761 "async-compression",
 4762 "async-tar",
 4763 "async-trait",
 4764 "collections",
 4765 "convert_case 0.8.0",
 4766 "fs",
 4767 "futures 0.3.31",
 4768 "gpui",
 4769 "http_client",
 4770 "language",
 4771 "log",
 4772 "lsp",
 4773 "parking_lot",
 4774 "semantic_version",
 4775 "serde",
 4776 "serde_json",
 4777 "toml 0.8.20",
 4778 "util",
 4779 "wasm-encoder 0.221.3",
 4780 "wasmparser 0.221.3",
 4781 "wit-component 0.221.3",
 4782]
 4783
 4784[[package]]
 4785name = "extension_cli"
 4786version = "0.1.0"
 4787dependencies = [
 4788 "anyhow",
 4789 "clap",
 4790 "env_logger 0.11.7",
 4791 "extension",
 4792 "fs",
 4793 "gpui",
 4794 "language",
 4795 "log",
 4796 "reqwest_client",
 4797 "rpc",
 4798 "serde",
 4799 "serde_json",
 4800 "theme",
 4801 "tokio",
 4802 "toml 0.8.20",
 4803 "tree-sitter",
 4804 "wasmtime",
 4805]
 4806
 4807[[package]]
 4808name = "extension_host"
 4809version = "0.1.0"
 4810dependencies = [
 4811 "anyhow",
 4812 "async-compression",
 4813 "async-tar",
 4814 "async-trait",
 4815 "client",
 4816 "collections",
 4817 "context_server_settings",
 4818 "ctor",
 4819 "env_logger 0.11.7",
 4820 "extension",
 4821 "fs",
 4822 "futures 0.3.31",
 4823 "gpui",
 4824 "http_client",
 4825 "language",
 4826 "language_extension",
 4827 "log",
 4828 "lsp",
 4829 "node_runtime",
 4830 "parking_lot",
 4831 "paths",
 4832 "project",
 4833 "release_channel",
 4834 "remote",
 4835 "reqwest_client",
 4836 "schemars",
 4837 "semantic_version",
 4838 "serde",
 4839 "serde_json",
 4840 "serde_json_lenient",
 4841 "settings",
 4842 "task",
 4843 "telemetry",
 4844 "tempfile",
 4845 "theme",
 4846 "theme_extension",
 4847 "toml 0.8.20",
 4848 "url",
 4849 "util",
 4850 "wasmparser 0.221.3",
 4851 "wasmtime",
 4852 "wasmtime-wasi",
 4853]
 4854
 4855[[package]]
 4856name = "extensions_ui"
 4857version = "0.1.0"
 4858dependencies = [
 4859 "anyhow",
 4860 "client",
 4861 "collections",
 4862 "db",
 4863 "editor",
 4864 "extension_host",
 4865 "fs",
 4866 "fuzzy",
 4867 "gpui",
 4868 "language",
 4869 "num-format",
 4870 "picker",
 4871 "project",
 4872 "release_channel",
 4873 "semantic_version",
 4874 "serde",
 4875 "settings",
 4876 "smallvec",
 4877 "strum",
 4878 "telemetry",
 4879 "theme",
 4880 "ui",
 4881 "util",
 4882 "vim_mode_setting",
 4883 "workspace",
 4884 "zed_actions",
 4885]
 4886
 4887[[package]]
 4888name = "fallible-iterator"
 4889version = "0.3.0"
 4890source = "registry+https://github.com/rust-lang/crates.io-index"
 4891checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 4892
 4893[[package]]
 4894name = "fancy-regex"
 4895version = "0.13.0"
 4896source = "registry+https://github.com/rust-lang/crates.io-index"
 4897checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
 4898dependencies = [
 4899 "bit-set 0.5.3",
 4900 "regex-automata 0.4.9",
 4901 "regex-syntax 0.8.5",
 4902]
 4903
 4904[[package]]
 4905name = "fancy-regex"
 4906version = "0.14.0"
 4907source = "registry+https://github.com/rust-lang/crates.io-index"
 4908checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
 4909dependencies = [
 4910 "bit-set 0.8.0",
 4911 "regex-automata 0.4.9",
 4912 "regex-syntax 0.8.5",
 4913]
 4914
 4915[[package]]
 4916name = "fast-srgb8"
 4917version = "1.0.0"
 4918source = "registry+https://github.com/rust-lang/crates.io-index"
 4919checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 4920
 4921[[package]]
 4922name = "fastrand"
 4923version = "1.9.0"
 4924source = "registry+https://github.com/rust-lang/crates.io-index"
 4925checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 4926dependencies = [
 4927 "instant",
 4928]
 4929
 4930[[package]]
 4931name = "fastrand"
 4932version = "2.3.0"
 4933source = "registry+https://github.com/rust-lang/crates.io-index"
 4934checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 4935
 4936[[package]]
 4937name = "fd-lock"
 4938version = "4.0.2"
 4939source = "registry+https://github.com/rust-lang/crates.io-index"
 4940checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
 4941dependencies = [
 4942 "cfg-if",
 4943 "rustix",
 4944 "windows-sys 0.52.0",
 4945]
 4946
 4947[[package]]
 4948name = "fdeflate"
 4949version = "0.3.7"
 4950source = "registry+https://github.com/rust-lang/crates.io-index"
 4951checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 4952dependencies = [
 4953 "simd-adler32",
 4954]
 4955
 4956[[package]]
 4957name = "feature_flags"
 4958version = "0.1.0"
 4959dependencies = [
 4960 "futures 0.3.31",
 4961 "gpui",
 4962 "smol",
 4963]
 4964
 4965[[package]]
 4966name = "feedback"
 4967version = "0.1.0"
 4968dependencies = [
 4969 "client",
 4970 "editor",
 4971 "gpui",
 4972 "human_bytes",
 4973 "menu",
 4974 "release_channel",
 4975 "serde",
 4976 "sysinfo",
 4977 "ui",
 4978 "urlencoding",
 4979 "util",
 4980 "workspace",
 4981 "zed_actions",
 4982]
 4983
 4984[[package]]
 4985name = "ff"
 4986version = "0.12.1"
 4987source = "registry+https://github.com/rust-lang/crates.io-index"
 4988checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 4989dependencies = [
 4990 "rand_core 0.6.4",
 4991 "subtle",
 4992]
 4993
 4994[[package]]
 4995name = "file_finder"
 4996version = "0.1.0"
 4997dependencies = [
 4998 "anyhow",
 4999 "collections",
 5000 "ctor",
 5001 "editor",
 5002 "env_logger 0.11.7",
 5003 "file_icons",
 5004 "futures 0.3.31",
 5005 "fuzzy",
 5006 "gpui",
 5007 "language",
 5008 "menu",
 5009 "picker",
 5010 "project",
 5011 "schemars",
 5012 "serde",
 5013 "serde_derive",
 5014 "serde_json",
 5015 "settings",
 5016 "text",
 5017 "theme",
 5018 "ui",
 5019 "util",
 5020 "workspace",
 5021]
 5022
 5023[[package]]
 5024name = "file_icons"
 5025version = "0.1.0"
 5026dependencies = [
 5027 "gpui",
 5028 "serde",
 5029 "settings",
 5030 "theme",
 5031 "util",
 5032]
 5033
 5034[[package]]
 5035name = "filedescriptor"
 5036version = "0.8.3"
 5037source = "registry+https://github.com/rust-lang/crates.io-index"
 5038checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 5039dependencies = [
 5040 "libc",
 5041 "thiserror 1.0.69",
 5042 "winapi",
 5043]
 5044
 5045[[package]]
 5046name = "filetime"
 5047version = "0.2.25"
 5048source = "registry+https://github.com/rust-lang/crates.io-index"
 5049checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
 5050dependencies = [
 5051 "cfg-if",
 5052 "libc",
 5053 "libredox",
 5054 "windows-sys 0.59.0",
 5055]
 5056
 5057[[package]]
 5058name = "fixedbitset"
 5059version = "0.4.2"
 5060source = "registry+https://github.com/rust-lang/crates.io-index"
 5061checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 5062
 5063[[package]]
 5064name = "flate2"
 5065version = "1.0.35"
 5066source = "registry+https://github.com/rust-lang/crates.io-index"
 5067checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
 5068dependencies = [
 5069 "crc32fast",
 5070 "miniz_oxide",
 5071]
 5072
 5073[[package]]
 5074name = "float-cmp"
 5075version = "0.9.0"
 5076source = "registry+https://github.com/rust-lang/crates.io-index"
 5077checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 5078
 5079[[package]]
 5080name = "float-ord"
 5081version = "0.3.2"
 5082source = "registry+https://github.com/rust-lang/crates.io-index"
 5083checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 5084
 5085[[package]]
 5086name = "float_next_after"
 5087version = "1.0.0"
 5088source = "registry+https://github.com/rust-lang/crates.io-index"
 5089checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 5090
 5091[[package]]
 5092name = "flume"
 5093version = "0.11.1"
 5094source = "registry+https://github.com/rust-lang/crates.io-index"
 5095checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 5096dependencies = [
 5097 "futures-core",
 5098 "futures-sink",
 5099 "nanorand",
 5100 "spin",
 5101]
 5102
 5103[[package]]
 5104name = "fnv"
 5105version = "1.0.7"
 5106source = "registry+https://github.com/rust-lang/crates.io-index"
 5107checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 5108
 5109[[package]]
 5110name = "foldhash"
 5111version = "0.1.3"
 5112source = "registry+https://github.com/rust-lang/crates.io-index"
 5113checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
 5114
 5115[[package]]
 5116name = "font-kit"
 5117version = "0.14.1"
 5118source = "git+https://github.com/zed-industries/font-kit?rev=5474cfad4b719a72ec8ed2cb7327b2b01fd10568#5474cfad4b719a72ec8ed2cb7327b2b01fd10568"
 5119dependencies = [
 5120 "bitflags 2.9.0",
 5121 "byteorder",
 5122 "core-foundation 0.10.0",
 5123 "core-graphics 0.24.0",
 5124 "core-text",
 5125 "dirs 5.0.1",
 5126 "dwrote",
 5127 "float-ord",
 5128 "freetype-sys",
 5129 "lazy_static",
 5130 "libc",
 5131 "log",
 5132 "pathfinder_geometry",
 5133 "pathfinder_simd",
 5134 "walkdir",
 5135 "winapi",
 5136 "yeslogic-fontconfig-sys",
 5137]
 5138
 5139[[package]]
 5140name = "font-types"
 5141version = "0.8.3"
 5142source = "registry+https://github.com/rust-lang/crates.io-index"
 5143checksum = "d868ec188a98bb014c606072edd47e52e7ab7297db943b0b28503121e1d037bd"
 5144dependencies = [
 5145 "bytemuck",
 5146]
 5147
 5148[[package]]
 5149name = "fontconfig-parser"
 5150version = "0.5.7"
 5151source = "registry+https://github.com/rust-lang/crates.io-index"
 5152checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
 5153dependencies = [
 5154 "roxmltree",
 5155]
 5156
 5157[[package]]
 5158name = "fontdb"
 5159version = "0.16.2"
 5160source = "registry+https://github.com/rust-lang/crates.io-index"
 5161checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 5162dependencies = [
 5163 "fontconfig-parser",
 5164 "log",
 5165 "memmap2",
 5166 "slotmap",
 5167 "tinyvec",
 5168 "ttf-parser 0.20.0",
 5169]
 5170
 5171[[package]]
 5172name = "fontdb"
 5173version = "0.23.0"
 5174source = "registry+https://github.com/rust-lang/crates.io-index"
 5175checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 5176dependencies = [
 5177 "fontconfig-parser",
 5178 "log",
 5179 "memmap2",
 5180 "slotmap",
 5181 "tinyvec",
 5182 "ttf-parser 0.25.1",
 5183]
 5184
 5185[[package]]
 5186name = "foreign-types"
 5187version = "0.3.2"
 5188source = "registry+https://github.com/rust-lang/crates.io-index"
 5189checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 5190dependencies = [
 5191 "foreign-types-shared 0.1.1",
 5192]
 5193
 5194[[package]]
 5195name = "foreign-types"
 5196version = "0.5.0"
 5197source = "registry+https://github.com/rust-lang/crates.io-index"
 5198checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 5199dependencies = [
 5200 "foreign-types-macros",
 5201 "foreign-types-shared 0.3.1",
 5202]
 5203
 5204[[package]]
 5205name = "foreign-types-macros"
 5206version = "0.2.3"
 5207source = "registry+https://github.com/rust-lang/crates.io-index"
 5208checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 5209dependencies = [
 5210 "proc-macro2",
 5211 "quote",
 5212 "syn 2.0.100",
 5213]
 5214
 5215[[package]]
 5216name = "foreign-types-shared"
 5217version = "0.1.1"
 5218source = "registry+https://github.com/rust-lang/crates.io-index"
 5219checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 5220
 5221[[package]]
 5222name = "foreign-types-shared"
 5223version = "0.3.1"
 5224source = "registry+https://github.com/rust-lang/crates.io-index"
 5225checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 5226
 5227[[package]]
 5228name = "fork"
 5229version = "0.2.0"
 5230source = "registry+https://github.com/rust-lang/crates.io-index"
 5231checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
 5232dependencies = [
 5233 "libc",
 5234]
 5235
 5236[[package]]
 5237name = "form_urlencoded"
 5238version = "1.2.1"
 5239source = "registry+https://github.com/rust-lang/crates.io-index"
 5240checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
 5241dependencies = [
 5242 "percent-encoding",
 5243]
 5244
 5245[[package]]
 5246name = "freetype-sys"
 5247version = "0.20.1"
 5248source = "registry+https://github.com/rust-lang/crates.io-index"
 5249checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 5250dependencies = [
 5251 "cc",
 5252 "libc",
 5253 "pkg-config",
 5254]
 5255
 5256[[package]]
 5257name = "fs"
 5258version = "0.1.0"
 5259dependencies = [
 5260 "anyhow",
 5261 "ashpd",
 5262 "async-tar",
 5263 "async-trait",
 5264 "cocoa 0.26.0",
 5265 "collections",
 5266 "fsevent",
 5267 "futures 0.3.31",
 5268 "git",
 5269 "gpui",
 5270 "ignore",
 5271 "libc",
 5272 "log",
 5273 "notify 8.0.0 (git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96)",
 5274 "objc",
 5275 "parking_lot",
 5276 "paths",
 5277 "proto",
 5278 "rope",
 5279 "serde",
 5280 "serde_json",
 5281 "smol",
 5282 "tempfile",
 5283 "text",
 5284 "time",
 5285 "util",
 5286 "windows 0.61.1",
 5287]
 5288
 5289[[package]]
 5290name = "fs-set-times"
 5291version = "0.20.2"
 5292source = "registry+https://github.com/rust-lang/crates.io-index"
 5293checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
 5294dependencies = [
 5295 "io-lifetimes",
 5296 "rustix",
 5297 "windows-sys 0.59.0",
 5298]
 5299
 5300[[package]]
 5301name = "fs2"
 5302version = "0.4.3"
 5303source = "registry+https://github.com/rust-lang/crates.io-index"
 5304checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 5305dependencies = [
 5306 "libc",
 5307 "winapi",
 5308]
 5309
 5310[[package]]
 5311name = "fs_extra"
 5312version = "1.3.0"
 5313source = "registry+https://github.com/rust-lang/crates.io-index"
 5314checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 5315
 5316[[package]]
 5317name = "fsevent"
 5318version = "0.1.0"
 5319dependencies = [
 5320 "bitflags 2.9.0",
 5321 "core-foundation 0.10.0",
 5322 "fsevent-sys 3.1.0",
 5323 "parking_lot",
 5324 "tempfile",
 5325]
 5326
 5327[[package]]
 5328name = "fsevent-sys"
 5329version = "3.1.0"
 5330source = "registry+https://github.com/rust-lang/crates.io-index"
 5331checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
 5332dependencies = [
 5333 "libc",
 5334]
 5335
 5336[[package]]
 5337name = "fsevent-sys"
 5338version = "4.1.0"
 5339source = "registry+https://github.com/rust-lang/crates.io-index"
 5340checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 5341dependencies = [
 5342 "libc",
 5343]
 5344
 5345[[package]]
 5346name = "funty"
 5347version = "2.0.0"
 5348source = "registry+https://github.com/rust-lang/crates.io-index"
 5349checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 5350
 5351[[package]]
 5352name = "futf"
 5353version = "0.1.5"
 5354source = "registry+https://github.com/rust-lang/crates.io-index"
 5355checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 5356dependencies = [
 5357 "mac",
 5358 "new_debug_unreachable",
 5359]
 5360
 5361[[package]]
 5362name = "futures"
 5363version = "0.1.31"
 5364source = "registry+https://github.com/rust-lang/crates.io-index"
 5365checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 5366
 5367[[package]]
 5368name = "futures"
 5369version = "0.3.31"
 5370source = "registry+https://github.com/rust-lang/crates.io-index"
 5371checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 5372dependencies = [
 5373 "futures-channel",
 5374 "futures-core",
 5375 "futures-executor",
 5376 "futures-io",
 5377 "futures-sink",
 5378 "futures-task",
 5379 "futures-util",
 5380]
 5381
 5382[[package]]
 5383name = "futures-batch"
 5384version = "0.6.1"
 5385source = "registry+https://github.com/rust-lang/crates.io-index"
 5386checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
 5387dependencies = [
 5388 "futures 0.3.31",
 5389 "futures-timer",
 5390 "pin-utils",
 5391]
 5392
 5393[[package]]
 5394name = "futures-channel"
 5395version = "0.3.31"
 5396source = "registry+https://github.com/rust-lang/crates.io-index"
 5397checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 5398dependencies = [
 5399 "futures-core",
 5400 "futures-sink",
 5401]
 5402
 5403[[package]]
 5404name = "futures-core"
 5405version = "0.3.31"
 5406source = "registry+https://github.com/rust-lang/crates.io-index"
 5407checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 5408
 5409[[package]]
 5410name = "futures-executor"
 5411version = "0.3.31"
 5412source = "registry+https://github.com/rust-lang/crates.io-index"
 5413checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 5414dependencies = [
 5415 "futures-core",
 5416 "futures-task",
 5417 "futures-util",
 5418]
 5419
 5420[[package]]
 5421name = "futures-intrusive"
 5422version = "0.5.0"
 5423source = "registry+https://github.com/rust-lang/crates.io-index"
 5424checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 5425dependencies = [
 5426 "futures-core",
 5427 "lock_api",
 5428 "parking_lot",
 5429]
 5430
 5431[[package]]
 5432name = "futures-io"
 5433version = "0.3.31"
 5434source = "registry+https://github.com/rust-lang/crates.io-index"
 5435checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 5436
 5437[[package]]
 5438name = "futures-lite"
 5439version = "1.13.0"
 5440source = "registry+https://github.com/rust-lang/crates.io-index"
 5441checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 5442dependencies = [
 5443 "fastrand 1.9.0",
 5444 "futures-core",
 5445 "futures-io",
 5446 "memchr",
 5447 "parking",
 5448 "pin-project-lite",
 5449 "waker-fn",
 5450]
 5451
 5452[[package]]
 5453name = "futures-lite"
 5454version = "2.6.0"
 5455source = "registry+https://github.com/rust-lang/crates.io-index"
 5456checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
 5457dependencies = [
 5458 "fastrand 2.3.0",
 5459 "futures-core",
 5460 "futures-io",
 5461 "parking",
 5462 "pin-project-lite",
 5463]
 5464
 5465[[package]]
 5466name = "futures-macro"
 5467version = "0.3.31"
 5468source = "registry+https://github.com/rust-lang/crates.io-index"
 5469checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 5470dependencies = [
 5471 "proc-macro2",
 5472 "quote",
 5473 "syn 2.0.100",
 5474]
 5475
 5476[[package]]
 5477name = "futures-sink"
 5478version = "0.3.31"
 5479source = "registry+https://github.com/rust-lang/crates.io-index"
 5480checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 5481
 5482[[package]]
 5483name = "futures-task"
 5484version = "0.3.31"
 5485source = "registry+https://github.com/rust-lang/crates.io-index"
 5486checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 5487
 5488[[package]]
 5489name = "futures-timer"
 5490version = "3.0.3"
 5491source = "registry+https://github.com/rust-lang/crates.io-index"
 5492checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
 5493
 5494[[package]]
 5495name = "futures-util"
 5496version = "0.3.31"
 5497source = "registry+https://github.com/rust-lang/crates.io-index"
 5498checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 5499dependencies = [
 5500 "futures 0.1.31",
 5501 "futures-channel",
 5502 "futures-core",
 5503 "futures-io",
 5504 "futures-macro",
 5505 "futures-sink",
 5506 "futures-task",
 5507 "memchr",
 5508 "pin-project-lite",
 5509 "pin-utils",
 5510 "slab",
 5511 "tokio-io",
 5512]
 5513
 5514[[package]]
 5515name = "fuzzy"
 5516version = "0.1.0"
 5517dependencies = [
 5518 "gpui",
 5519 "log",
 5520 "util",
 5521]
 5522
 5523[[package]]
 5524name = "fuzzy-matcher"
 5525version = "0.3.7"
 5526source = "registry+https://github.com/rust-lang/crates.io-index"
 5527checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 5528dependencies = [
 5529 "thread_local",
 5530]
 5531
 5532[[package]]
 5533name = "generic-array"
 5534version = "0.14.7"
 5535source = "registry+https://github.com/rust-lang/crates.io-index"
 5536checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 5537dependencies = [
 5538 "typenum",
 5539 "version_check",
 5540]
 5541
 5542[[package]]
 5543name = "gethostname"
 5544version = "0.4.3"
 5545source = "registry+https://github.com/rust-lang/crates.io-index"
 5546checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
 5547dependencies = [
 5548 "libc",
 5549 "windows-targets 0.48.5",
 5550]
 5551
 5552[[package]]
 5553name = "getrandom"
 5554version = "0.1.16"
 5555source = "registry+https://github.com/rust-lang/crates.io-index"
 5556checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
 5557dependencies = [
 5558 "cfg-if",
 5559 "libc",
 5560 "wasi 0.9.0+wasi-snapshot-preview1",
 5561]
 5562
 5563[[package]]
 5564name = "getrandom"
 5565version = "0.2.15"
 5566source = "registry+https://github.com/rust-lang/crates.io-index"
 5567checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
 5568dependencies = [
 5569 "cfg-if",
 5570 "js-sys",
 5571 "libc",
 5572 "wasi 0.11.0+wasi-snapshot-preview1",
 5573 "wasm-bindgen",
 5574]
 5575
 5576[[package]]
 5577name = "getrandom"
 5578version = "0.3.1"
 5579source = "registry+https://github.com/rust-lang/crates.io-index"
 5580checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
 5581dependencies = [
 5582 "cfg-if",
 5583 "libc",
 5584 "wasi 0.13.3+wasi-0.2.2",
 5585 "windows-targets 0.52.6",
 5586]
 5587
 5588[[package]]
 5589name = "gif"
 5590version = "0.13.1"
 5591source = "registry+https://github.com/rust-lang/crates.io-index"
 5592checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
 5593dependencies = [
 5594 "color_quant",
 5595 "weezl",
 5596]
 5597
 5598[[package]]
 5599name = "gimli"
 5600version = "0.31.1"
 5601source = "registry+https://github.com/rust-lang/crates.io-index"
 5602checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
 5603dependencies = [
 5604 "fallible-iterator",
 5605 "indexmap",
 5606 "stable_deref_trait",
 5607]
 5608
 5609[[package]]
 5610name = "git"
 5611version = "0.1.0"
 5612dependencies = [
 5613 "anyhow",
 5614 "askpass",
 5615 "async-trait",
 5616 "collections",
 5617 "derive_more",
 5618 "futures 0.3.31",
 5619 "git2",
 5620 "gpui",
 5621 "http_client",
 5622 "log",
 5623 "parking_lot",
 5624 "pretty_assertions",
 5625 "regex",
 5626 "rope",
 5627 "schemars",
 5628 "serde",
 5629 "serde_json",
 5630 "smol",
 5631 "sum_tree",
 5632 "tempfile",
 5633 "text",
 5634 "thiserror 2.0.12",
 5635 "time",
 5636 "unindent",
 5637 "url",
 5638 "util",
 5639 "uuid",
 5640]
 5641
 5642[[package]]
 5643name = "git2"
 5644version = "0.20.1"
 5645source = "registry+https://github.com/rust-lang/crates.io-index"
 5646checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
 5647dependencies = [
 5648 "bitflags 2.9.0",
 5649 "libc",
 5650 "libgit2-sys",
 5651 "log",
 5652 "url",
 5653]
 5654
 5655[[package]]
 5656name = "git_hosting_providers"
 5657version = "0.1.0"
 5658dependencies = [
 5659 "anyhow",
 5660 "async-trait",
 5661 "futures 0.3.31",
 5662 "git",
 5663 "gpui",
 5664 "http_client",
 5665 "indoc",
 5666 "pretty_assertions",
 5667 "regex",
 5668 "schemars",
 5669 "serde",
 5670 "serde_json",
 5671 "settings",
 5672 "url",
 5673 "util",
 5674]
 5675
 5676[[package]]
 5677name = "git_ui"
 5678version = "0.1.0"
 5679dependencies = [
 5680 "anyhow",
 5681 "askpass",
 5682 "assistant_settings",
 5683 "buffer_diff",
 5684 "collections",
 5685 "command_palette_hooks",
 5686 "component",
 5687 "ctor",
 5688 "db",
 5689 "editor",
 5690 "env_logger 0.11.7",
 5691 "futures 0.3.31",
 5692 "fuzzy",
 5693 "git",
 5694 "gpui",
 5695 "itertools 0.14.0",
 5696 "language",
 5697 "language_model",
 5698 "linkify",
 5699 "linkme",
 5700 "log",
 5701 "menu",
 5702 "multi_buffer",
 5703 "notifications",
 5704 "panel",
 5705 "picker",
 5706 "postage",
 5707 "pretty_assertions",
 5708 "project",
 5709 "schemars",
 5710 "serde",
 5711 "serde_derive",
 5712 "serde_json",
 5713 "settings",
 5714 "strum",
 5715 "telemetry",
 5716 "theme",
 5717 "time",
 5718 "time_format",
 5719 "ui",
 5720 "unindent",
 5721 "util",
 5722 "windows 0.61.1",
 5723 "workspace",
 5724 "zed_actions",
 5725]
 5726
 5727[[package]]
 5728name = "glob"
 5729version = "0.3.1"
 5730source = "registry+https://github.com/rust-lang/crates.io-index"
 5731checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
 5732
 5733[[package]]
 5734name = "globset"
 5735version = "0.4.16"
 5736source = "registry+https://github.com/rust-lang/crates.io-index"
 5737checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
 5738dependencies = [
 5739 "aho-corasick",
 5740 "bstr",
 5741 "log",
 5742 "regex-automata 0.4.9",
 5743 "regex-syntax 0.8.5",
 5744]
 5745
 5746[[package]]
 5747name = "gloo-timers"
 5748version = "0.3.0"
 5749source = "registry+https://github.com/rust-lang/crates.io-index"
 5750checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 5751dependencies = [
 5752 "futures-channel",
 5753 "futures-core",
 5754 "js-sys",
 5755 "wasm-bindgen",
 5756]
 5757
 5758[[package]]
 5759name = "glow"
 5760version = "0.14.2"
 5761source = "registry+https://github.com/rust-lang/crates.io-index"
 5762checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
 5763dependencies = [
 5764 "js-sys",
 5765 "slotmap",
 5766 "wasm-bindgen",
 5767 "web-sys",
 5768]
 5769
 5770[[package]]
 5771name = "go_to_line"
 5772version = "0.1.0"
 5773dependencies = [
 5774 "anyhow",
 5775 "editor",
 5776 "gpui",
 5777 "indoc",
 5778 "language",
 5779 "menu",
 5780 "project",
 5781 "rope",
 5782 "schemars",
 5783 "serde",
 5784 "serde_json",
 5785 "settings",
 5786 "text",
 5787 "theme",
 5788 "tree-sitter-rust",
 5789 "tree-sitter-typescript",
 5790 "ui",
 5791 "util",
 5792 "workspace",
 5793]
 5794
 5795[[package]]
 5796name = "google_ai"
 5797version = "0.1.0"
 5798dependencies = [
 5799 "anyhow",
 5800 "futures 0.3.31",
 5801 "http_client",
 5802 "schemars",
 5803 "serde",
 5804 "serde_json",
 5805 "strum",
 5806]
 5807
 5808[[package]]
 5809name = "gpu-alloc"
 5810version = "0.6.0"
 5811source = "registry+https://github.com/rust-lang/crates.io-index"
 5812checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
 5813dependencies = [
 5814 "bitflags 2.9.0",
 5815 "gpu-alloc-types",
 5816]
 5817
 5818[[package]]
 5819name = "gpu-alloc-ash"
 5820version = "0.7.0"
 5821source = "registry+https://github.com/rust-lang/crates.io-index"
 5822checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
 5823dependencies = [
 5824 "ash",
 5825 "gpu-alloc-types",
 5826 "tinyvec",
 5827]
 5828
 5829[[package]]
 5830name = "gpu-alloc-types"
 5831version = "0.3.0"
 5832source = "registry+https://github.com/rust-lang/crates.io-index"
 5833checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
 5834dependencies = [
 5835 "bitflags 2.9.0",
 5836]
 5837
 5838[[package]]
 5839name = "gpui"
 5840version = "0.1.0"
 5841dependencies = [
 5842 "anyhow",
 5843 "as-raw-xcb-connection",
 5844 "ashpd",
 5845 "async-task",
 5846 "backtrace",
 5847 "bindgen 0.70.1",
 5848 "blade-graphics",
 5849 "blade-macros",
 5850 "blade-util",
 5851 "block",
 5852 "bytemuck",
 5853 "calloop",
 5854 "calloop-wayland-source",
 5855 "cbindgen 0.28.0",
 5856 "cocoa 0.26.0",
 5857 "collections",
 5858 "core-foundation 0.10.0",
 5859 "core-foundation-sys",
 5860 "core-graphics 0.24.0",
 5861 "core-text",
 5862 "core-video",
 5863 "cosmic-text",
 5864 "ctor",
 5865 "derive_more",
 5866 "embed-resource",
 5867 "env_logger 0.11.7",
 5868 "etagere",
 5869 "filedescriptor",
 5870 "flume",
 5871 "font-kit",
 5872 "foreign-types 0.5.0",
 5873 "futures 0.3.31",
 5874 "gpui_macros",
 5875 "http_client",
 5876 "image",
 5877 "inventory",
 5878 "itertools 0.14.0",
 5879 "log",
 5880 "lyon",
 5881 "media",
 5882 "metal",
 5883 "naga",
 5884 "num_cpus",
 5885 "objc",
 5886 "objc2",
 5887 "objc2-metal",
 5888 "oo7",
 5889 "open",
 5890 "parking",
 5891 "parking_lot",
 5892 "pathfinder_geometry",
 5893 "postage",
 5894 "profiling",
 5895 "rand 0.8.5",
 5896 "raw-window-handle",
 5897 "refineable",
 5898 "reqwest_client",
 5899 "resvg",
 5900 "schemars",
 5901 "seahash",
 5902 "semantic_version",
 5903 "serde",
 5904 "serde_derive",
 5905 "serde_json",
 5906 "slotmap",
 5907 "smallvec",
 5908 "smol",
 5909 "strum",
 5910 "sum_tree",
 5911 "taffy",
 5912 "thiserror 2.0.12",
 5913 "unicode-segmentation",
 5914 "usvg",
 5915 "util",
 5916 "uuid",
 5917 "waker-fn",
 5918 "wayland-backend",
 5919 "wayland-client",
 5920 "wayland-cursor",
 5921 "wayland-protocols",
 5922 "wayland-protocols-plasma",
 5923 "windows 0.61.1",
 5924 "windows-core 0.61.0",
 5925 "windows-numerics",
 5926 "x11-clipboard",
 5927 "x11rb",
 5928 "xim",
 5929 "xkbcommon",
 5930]
 5931
 5932[[package]]
 5933name = "gpui_macros"
 5934version = "0.1.0"
 5935dependencies = [
 5936 "gpui",
 5937 "proc-macro2",
 5938 "quote",
 5939 "syn 1.0.109",
 5940]
 5941
 5942[[package]]
 5943name = "gpui_tokio"
 5944version = "0.1.0"
 5945dependencies = [
 5946 "gpui",
 5947 "tokio",
 5948 "util",
 5949]
 5950
 5951[[package]]
 5952name = "grid"
 5953version = "0.13.0"
 5954source = "registry+https://github.com/rust-lang/crates.io-index"
 5955checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
 5956
 5957[[package]]
 5958name = "group"
 5959version = "0.12.1"
 5960source = "registry+https://github.com/rust-lang/crates.io-index"
 5961checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 5962dependencies = [
 5963 "ff",
 5964 "rand_core 0.6.4",
 5965 "subtle",
 5966]
 5967
 5968[[package]]
 5969name = "h2"
 5970version = "0.3.26"
 5971source = "registry+https://github.com/rust-lang/crates.io-index"
 5972checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
 5973dependencies = [
 5974 "bytes 1.10.1",
 5975 "fnv",
 5976 "futures-core",
 5977 "futures-sink",
 5978 "futures-util",
 5979 "http 0.2.12",
 5980 "indexmap",
 5981 "slab",
 5982 "tokio",
 5983 "tokio-util",
 5984 "tracing",
 5985]
 5986
 5987[[package]]
 5988name = "h2"
 5989version = "0.4.7"
 5990source = "registry+https://github.com/rust-lang/crates.io-index"
 5991checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
 5992dependencies = [
 5993 "atomic-waker",
 5994 "bytes 1.10.1",
 5995 "fnv",
 5996 "futures-core",
 5997 "futures-sink",
 5998 "http 1.2.0",
 5999 "indexmap",
 6000 "slab",
 6001 "tokio",
 6002 "tokio-util",
 6003 "tracing",
 6004]
 6005
 6006[[package]]
 6007name = "half"
 6008version = "2.4.1"
 6009source = "registry+https://github.com/rust-lang/crates.io-index"
 6010checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
 6011dependencies = [
 6012 "cfg-if",
 6013 "crunchy",
 6014]
 6015
 6016[[package]]
 6017name = "handlebars"
 6018version = "4.5.0"
 6019source = "registry+https://github.com/rust-lang/crates.io-index"
 6020checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 6021dependencies = [
 6022 "log",
 6023 "pest",
 6024 "pest_derive",
 6025 "serde",
 6026 "serde_json",
 6027 "thiserror 1.0.69",
 6028]
 6029
 6030[[package]]
 6031name = "handlebars"
 6032version = "6.2.0"
 6033source = "registry+https://github.com/rust-lang/crates.io-index"
 6034checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
 6035dependencies = [
 6036 "log",
 6037 "num-order",
 6038 "pest",
 6039 "pest_derive",
 6040 "serde",
 6041 "serde_json",
 6042 "thiserror 1.0.69",
 6043]
 6044
 6045[[package]]
 6046name = "hashbrown"
 6047version = "0.12.3"
 6048source = "registry+https://github.com/rust-lang/crates.io-index"
 6049checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 6050dependencies = [
 6051 "ahash 0.7.8",
 6052]
 6053
 6054[[package]]
 6055name = "hashbrown"
 6056version = "0.14.5"
 6057source = "registry+https://github.com/rust-lang/crates.io-index"
 6058checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 6059dependencies = [
 6060 "ahash 0.8.11",
 6061 "allocator-api2",
 6062]
 6063
 6064[[package]]
 6065name = "hashbrown"
 6066version = "0.15.2"
 6067source = "registry+https://github.com/rust-lang/crates.io-index"
 6068checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
 6069dependencies = [
 6070 "allocator-api2",
 6071 "equivalent",
 6072 "foldhash",
 6073 "serde",
 6074]
 6075
 6076[[package]]
 6077name = "hashlink"
 6078version = "0.8.4"
 6079source = "registry+https://github.com/rust-lang/crates.io-index"
 6080checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 6081dependencies = [
 6082 "hashbrown 0.14.5",
 6083]
 6084
 6085[[package]]
 6086name = "hashlink"
 6087version = "0.10.0"
 6088source = "registry+https://github.com/rust-lang/crates.io-index"
 6089checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 6090dependencies = [
 6091 "hashbrown 0.15.2",
 6092]
 6093
 6094[[package]]
 6095name = "headers"
 6096version = "0.3.9"
 6097source = "registry+https://github.com/rust-lang/crates.io-index"
 6098checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 6099dependencies = [
 6100 "base64 0.21.7",
 6101 "bytes 1.10.1",
 6102 "headers-core",
 6103 "http 0.2.12",
 6104 "httpdate",
 6105 "mime",
 6106 "sha1",
 6107]
 6108
 6109[[package]]
 6110name = "headers-core"
 6111version = "0.2.0"
 6112source = "registry+https://github.com/rust-lang/crates.io-index"
 6113checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 6114dependencies = [
 6115 "http 0.2.12",
 6116]
 6117
 6118[[package]]
 6119name = "heck"
 6120version = "0.3.3"
 6121source = "registry+https://github.com/rust-lang/crates.io-index"
 6122checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 6123dependencies = [
 6124 "unicode-segmentation",
 6125]
 6126
 6127[[package]]
 6128name = "heck"
 6129version = "0.4.1"
 6130source = "registry+https://github.com/rust-lang/crates.io-index"
 6131checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 6132dependencies = [
 6133 "unicode-segmentation",
 6134]
 6135
 6136[[package]]
 6137name = "heck"
 6138version = "0.5.0"
 6139source = "registry+https://github.com/rust-lang/crates.io-index"
 6140checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 6141
 6142[[package]]
 6143name = "heed"
 6144version = "0.21.0"
 6145source = "registry+https://github.com/rust-lang/crates.io-index"
 6146checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 6147dependencies = [
 6148 "bitflags 2.9.0",
 6149 "byteorder",
 6150 "heed-traits",
 6151 "heed-types",
 6152 "libc",
 6153 "lmdb-master-sys",
 6154 "once_cell",
 6155 "page_size",
 6156 "serde",
 6157 "synchronoise",
 6158 "url",
 6159]
 6160
 6161[[package]]
 6162name = "heed-traits"
 6163version = "0.20.0"
 6164source = "registry+https://github.com/rust-lang/crates.io-index"
 6165checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 6166
 6167[[package]]
 6168name = "heed-types"
 6169version = "0.21.0"
 6170source = "registry+https://github.com/rust-lang/crates.io-index"
 6171checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 6172dependencies = [
 6173 "bincode",
 6174 "byteorder",
 6175 "heed-traits",
 6176 "serde",
 6177 "serde_json",
 6178]
 6179
 6180[[package]]
 6181name = "hermit-abi"
 6182version = "0.3.9"
 6183source = "registry+https://github.com/rust-lang/crates.io-index"
 6184checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
 6185
 6186[[package]]
 6187name = "hermit-abi"
 6188version = "0.4.0"
 6189source = "registry+https://github.com/rust-lang/crates.io-index"
 6190checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
 6191
 6192[[package]]
 6193name = "hex"
 6194version = "0.4.3"
 6195source = "registry+https://github.com/rust-lang/crates.io-index"
 6196checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 6197
 6198[[package]]
 6199name = "hexf-parse"
 6200version = "0.2.1"
 6201source = "registry+https://github.com/rust-lang/crates.io-index"
 6202checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 6203
 6204[[package]]
 6205name = "hidden-trait"
 6206version = "0.1.2"
 6207source = "registry+https://github.com/rust-lang/crates.io-index"
 6208checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
 6209dependencies = [
 6210 "proc-macro2",
 6211 "quote",
 6212 "syn 1.0.109",
 6213]
 6214
 6215[[package]]
 6216name = "hkdf"
 6217version = "0.12.4"
 6218source = "registry+https://github.com/rust-lang/crates.io-index"
 6219checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 6220dependencies = [
 6221 "hmac",
 6222]
 6223
 6224[[package]]
 6225name = "hmac"
 6226version = "0.12.1"
 6227source = "registry+https://github.com/rust-lang/crates.io-index"
 6228checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 6229dependencies = [
 6230 "digest",
 6231]
 6232
 6233[[package]]
 6234name = "home"
 6235version = "0.5.9"
 6236source = "registry+https://github.com/rust-lang/crates.io-index"
 6237checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
 6238dependencies = [
 6239 "windows-sys 0.52.0",
 6240]
 6241
 6242[[package]]
 6243name = "hound"
 6244version = "3.5.1"
 6245source = "registry+https://github.com/rust-lang/crates.io-index"
 6246checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 6247
 6248[[package]]
 6249name = "html5ever"
 6250version = "0.27.0"
 6251source = "registry+https://github.com/rust-lang/crates.io-index"
 6252checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 6253dependencies = [
 6254 "log",
 6255 "mac",
 6256 "markup5ever",
 6257 "proc-macro2",
 6258 "quote",
 6259 "syn 2.0.100",
 6260]
 6261
 6262[[package]]
 6263name = "html_to_markdown"
 6264version = "0.1.0"
 6265dependencies = [
 6266 "anyhow",
 6267 "html5ever",
 6268 "indoc",
 6269 "markup5ever_rcdom",
 6270 "pretty_assertions",
 6271 "regex",
 6272]
 6273
 6274[[package]]
 6275name = "http"
 6276version = "0.2.12"
 6277source = "registry+https://github.com/rust-lang/crates.io-index"
 6278checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 6279dependencies = [
 6280 "bytes 1.10.1",
 6281 "fnv",
 6282 "itoa",
 6283]
 6284
 6285[[package]]
 6286name = "http"
 6287version = "1.2.0"
 6288source = "registry+https://github.com/rust-lang/crates.io-index"
 6289checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
 6290dependencies = [
 6291 "bytes 1.10.1",
 6292 "fnv",
 6293 "itoa",
 6294]
 6295
 6296[[package]]
 6297name = "http-body"
 6298version = "0.4.6"
 6299source = "registry+https://github.com/rust-lang/crates.io-index"
 6300checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 6301dependencies = [
 6302 "bytes 1.10.1",
 6303 "http 0.2.12",
 6304 "pin-project-lite",
 6305]
 6306
 6307[[package]]
 6308name = "http-body"
 6309version = "1.0.1"
 6310source = "registry+https://github.com/rust-lang/crates.io-index"
 6311checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 6312dependencies = [
 6313 "bytes 1.10.1",
 6314 "http 1.2.0",
 6315]
 6316
 6317[[package]]
 6318name = "http-body-util"
 6319version = "0.1.2"
 6320source = "registry+https://github.com/rust-lang/crates.io-index"
 6321checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
 6322dependencies = [
 6323 "bytes 1.10.1",
 6324 "futures-util",
 6325 "http 1.2.0",
 6326 "http-body 1.0.1",
 6327 "pin-project-lite",
 6328]
 6329
 6330[[package]]
 6331name = "http-range-header"
 6332version = "0.3.1"
 6333source = "registry+https://github.com/rust-lang/crates.io-index"
 6334checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 6335
 6336[[package]]
 6337name = "http-types"
 6338version = "2.12.0"
 6339source = "registry+https://github.com/rust-lang/crates.io-index"
 6340checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
 6341dependencies = [
 6342 "anyhow",
 6343 "async-channel 1.9.0",
 6344 "base64 0.13.1",
 6345 "futures-lite 1.13.0",
 6346 "http 0.2.12",
 6347 "infer",
 6348 "pin-project-lite",
 6349 "rand 0.7.3",
 6350 "serde",
 6351 "serde_json",
 6352 "serde_qs 0.8.5",
 6353 "serde_urlencoded",
 6354 "url",
 6355]
 6356
 6357[[package]]
 6358name = "http_client"
 6359version = "0.1.0"
 6360dependencies = [
 6361 "anyhow",
 6362 "bytes 1.10.1",
 6363 "derive_more",
 6364 "futures 0.3.31",
 6365 "http 1.2.0",
 6366 "log",
 6367 "serde",
 6368 "serde_json",
 6369 "url",
 6370]
 6371
 6372[[package]]
 6373name = "http_client_tls"
 6374version = "0.1.0"
 6375dependencies = [
 6376 "rustls 0.23.25",
 6377 "rustls-platform-verifier",
 6378]
 6379
 6380[[package]]
 6381name = "httparse"
 6382version = "1.9.5"
 6383source = "registry+https://github.com/rust-lang/crates.io-index"
 6384checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
 6385
 6386[[package]]
 6387name = "httpdate"
 6388version = "1.0.3"
 6389source = "registry+https://github.com/rust-lang/crates.io-index"
 6390checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 6391
 6392[[package]]
 6393name = "human_bytes"
 6394version = "0.4.3"
 6395source = "registry+https://github.com/rust-lang/crates.io-index"
 6396checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 6397
 6398[[package]]
 6399name = "humantime"
 6400version = "2.1.0"
 6401source = "registry+https://github.com/rust-lang/crates.io-index"
 6402checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
 6403
 6404[[package]]
 6405name = "hyper"
 6406version = "0.14.32"
 6407source = "registry+https://github.com/rust-lang/crates.io-index"
 6408checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 6409dependencies = [
 6410 "bytes 1.10.1",
 6411 "futures-channel",
 6412 "futures-core",
 6413 "futures-util",
 6414 "h2 0.3.26",
 6415 "http 0.2.12",
 6416 "http-body 0.4.6",
 6417 "httparse",
 6418 "httpdate",
 6419 "itoa",
 6420 "pin-project-lite",
 6421 "socket2",
 6422 "tokio",
 6423 "tower-service",
 6424 "tracing",
 6425 "want",
 6426]
 6427
 6428[[package]]
 6429name = "hyper"
 6430version = "1.5.1"
 6431source = "registry+https://github.com/rust-lang/crates.io-index"
 6432checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
 6433dependencies = [
 6434 "bytes 1.10.1",
 6435 "futures-channel",
 6436 "futures-util",
 6437 "h2 0.4.7",
 6438 "http 1.2.0",
 6439 "http-body 1.0.1",
 6440 "httparse",
 6441 "itoa",
 6442 "pin-project-lite",
 6443 "smallvec",
 6444 "tokio",
 6445 "want",
 6446]
 6447
 6448[[package]]
 6449name = "hyper-rustls"
 6450version = "0.24.2"
 6451source = "registry+https://github.com/rust-lang/crates.io-index"
 6452checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 6453dependencies = [
 6454 "futures-util",
 6455 "http 0.2.12",
 6456 "hyper 0.14.32",
 6457 "log",
 6458 "rustls 0.21.12",
 6459 "rustls-native-certs 0.6.3",
 6460 "tokio",
 6461 "tokio-rustls 0.24.1",
 6462]
 6463
 6464[[package]]
 6465name = "hyper-rustls"
 6466version = "0.27.3"
 6467source = "registry+https://github.com/rust-lang/crates.io-index"
 6468checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
 6469dependencies = [
 6470 "futures-util",
 6471 "http 1.2.0",
 6472 "hyper 1.5.1",
 6473 "hyper-util",
 6474 "rustls 0.23.25",
 6475 "rustls-native-certs 0.8.1",
 6476 "rustls-pki-types",
 6477 "tokio",
 6478 "tokio-rustls 0.26.1",
 6479 "tower-service",
 6480]
 6481
 6482[[package]]
 6483name = "hyper-tls"
 6484version = "0.5.0"
 6485source = "registry+https://github.com/rust-lang/crates.io-index"
 6486checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 6487dependencies = [
 6488 "bytes 1.10.1",
 6489 "hyper 0.14.32",
 6490 "native-tls",
 6491 "tokio",
 6492 "tokio-native-tls",
 6493]
 6494
 6495[[package]]
 6496name = "hyper-util"
 6497version = "0.1.10"
 6498source = "registry+https://github.com/rust-lang/crates.io-index"
 6499checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
 6500dependencies = [
 6501 "bytes 1.10.1",
 6502 "futures-channel",
 6503 "futures-util",
 6504 "http 1.2.0",
 6505 "http-body 1.0.1",
 6506 "hyper 1.5.1",
 6507 "pin-project-lite",
 6508 "socket2",
 6509 "tokio",
 6510 "tower-service",
 6511 "tracing",
 6512]
 6513
 6514[[package]]
 6515name = "iana-time-zone"
 6516version = "0.1.61"
 6517source = "registry+https://github.com/rust-lang/crates.io-index"
 6518checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
 6519dependencies = [
 6520 "android_system_properties",
 6521 "core-foundation-sys",
 6522 "iana-time-zone-haiku",
 6523 "js-sys",
 6524 "wasm-bindgen",
 6525 "windows-core 0.52.0",
 6526]
 6527
 6528[[package]]
 6529name = "iana-time-zone-haiku"
 6530version = "0.1.2"
 6531source = "registry+https://github.com/rust-lang/crates.io-index"
 6532checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 6533dependencies = [
 6534 "cc",
 6535]
 6536
 6537[[package]]
 6538name = "icons"
 6539version = "0.1.0"
 6540dependencies = [
 6541 "serde",
 6542 "strum",
 6543]
 6544
 6545[[package]]
 6546name = "icu_collections"
 6547version = "1.5.0"
 6548source = "registry+https://github.com/rust-lang/crates.io-index"
 6549checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
 6550dependencies = [
 6551 "displaydoc",
 6552 "yoke",
 6553 "zerofrom",
 6554 "zerovec",
 6555]
 6556
 6557[[package]]
 6558name = "icu_locid"
 6559version = "1.5.0"
 6560source = "registry+https://github.com/rust-lang/crates.io-index"
 6561checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
 6562dependencies = [
 6563 "displaydoc",
 6564 "litemap",
 6565 "tinystr",
 6566 "writeable",
 6567 "zerovec",
 6568]
 6569
 6570[[package]]
 6571name = "icu_locid_transform"
 6572version = "1.5.0"
 6573source = "registry+https://github.com/rust-lang/crates.io-index"
 6574checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
 6575dependencies = [
 6576 "displaydoc",
 6577 "icu_locid",
 6578 "icu_locid_transform_data",
 6579 "icu_provider",
 6580 "tinystr",
 6581 "zerovec",
 6582]
 6583
 6584[[package]]
 6585name = "icu_locid_transform_data"
 6586version = "1.5.0"
 6587source = "registry+https://github.com/rust-lang/crates.io-index"
 6588checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
 6589
 6590[[package]]
 6591name = "icu_normalizer"
 6592version = "1.5.0"
 6593source = "registry+https://github.com/rust-lang/crates.io-index"
 6594checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
 6595dependencies = [
 6596 "displaydoc",
 6597 "icu_collections",
 6598 "icu_normalizer_data",
 6599 "icu_properties",
 6600 "icu_provider",
 6601 "smallvec",
 6602 "utf16_iter",
 6603 "utf8_iter",
 6604 "write16",
 6605 "zerovec",
 6606]
 6607
 6608[[package]]
 6609name = "icu_normalizer_data"
 6610version = "1.5.0"
 6611source = "registry+https://github.com/rust-lang/crates.io-index"
 6612checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
 6613
 6614[[package]]
 6615name = "icu_properties"
 6616version = "1.5.1"
 6617source = "registry+https://github.com/rust-lang/crates.io-index"
 6618checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
 6619dependencies = [
 6620 "displaydoc",
 6621 "icu_collections",
 6622 "icu_locid_transform",
 6623 "icu_properties_data",
 6624 "icu_provider",
 6625 "tinystr",
 6626 "zerovec",
 6627]
 6628
 6629[[package]]
 6630name = "icu_properties_data"
 6631version = "1.5.0"
 6632source = "registry+https://github.com/rust-lang/crates.io-index"
 6633checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
 6634
 6635[[package]]
 6636name = "icu_provider"
 6637version = "1.5.0"
 6638source = "registry+https://github.com/rust-lang/crates.io-index"
 6639checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
 6640dependencies = [
 6641 "displaydoc",
 6642 "icu_locid",
 6643 "icu_provider_macros",
 6644 "stable_deref_trait",
 6645 "tinystr",
 6646 "writeable",
 6647 "yoke",
 6648 "zerofrom",
 6649 "zerovec",
 6650]
 6651
 6652[[package]]
 6653name = "icu_provider_macros"
 6654version = "1.5.0"
 6655source = "registry+https://github.com/rust-lang/crates.io-index"
 6656checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
 6657dependencies = [
 6658 "proc-macro2",
 6659 "quote",
 6660 "syn 2.0.100",
 6661]
 6662
 6663[[package]]
 6664name = "id-arena"
 6665version = "2.2.1"
 6666source = "registry+https://github.com/rust-lang/crates.io-index"
 6667checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 6668
 6669[[package]]
 6670name = "idna"
 6671version = "1.0.3"
 6672source = "registry+https://github.com/rust-lang/crates.io-index"
 6673checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
 6674dependencies = [
 6675 "idna_adapter",
 6676 "smallvec",
 6677 "utf8_iter",
 6678]
 6679
 6680[[package]]
 6681name = "idna_adapter"
 6682version = "1.2.0"
 6683source = "registry+https://github.com/rust-lang/crates.io-index"
 6684checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
 6685dependencies = [
 6686 "icu_normalizer",
 6687 "icu_properties",
 6688]
 6689
 6690[[package]]
 6691name = "ignore"
 6692version = "0.4.23"
 6693source = "registry+https://github.com/rust-lang/crates.io-index"
 6694checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
 6695dependencies = [
 6696 "crossbeam-deque",
 6697 "globset",
 6698 "log",
 6699 "memchr",
 6700 "regex-automata 0.4.9",
 6701 "same-file",
 6702 "walkdir",
 6703 "winapi-util",
 6704]
 6705
 6706[[package]]
 6707name = "image"
 6708version = "0.25.6"
 6709source = "registry+https://github.com/rust-lang/crates.io-index"
 6710checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
 6711dependencies = [
 6712 "bytemuck",
 6713 "byteorder-lite",
 6714 "color_quant",
 6715 "exr",
 6716 "gif",
 6717 "image-webp",
 6718 "num-traits",
 6719 "png",
 6720 "qoi",
 6721 "ravif",
 6722 "rayon",
 6723 "rgb",
 6724 "tiff",
 6725 "zune-core",
 6726 "zune-jpeg",
 6727]
 6728
 6729[[package]]
 6730name = "image-webp"
 6731version = "0.2.0"
 6732source = "registry+https://github.com/rust-lang/crates.io-index"
 6733checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
 6734dependencies = [
 6735 "byteorder-lite",
 6736 "quick-error",
 6737]
 6738
 6739[[package]]
 6740name = "image_viewer"
 6741version = "0.1.0"
 6742dependencies = [
 6743 "anyhow",
 6744 "db",
 6745 "editor",
 6746 "file_icons",
 6747 "gpui",
 6748 "project",
 6749 "schemars",
 6750 "serde",
 6751 "settings",
 6752 "theme",
 6753 "ui",
 6754 "util",
 6755 "workspace",
 6756]
 6757
 6758[[package]]
 6759name = "imagesize"
 6760version = "0.13.0"
 6761source = "registry+https://github.com/rust-lang/crates.io-index"
 6762checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 6763
 6764[[package]]
 6765name = "imara-diff"
 6766version = "0.1.8"
 6767source = "registry+https://github.com/rust-lang/crates.io-index"
 6768checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 6769dependencies = [
 6770 "hashbrown 0.15.2",
 6771]
 6772
 6773[[package]]
 6774name = "imgref"
 6775version = "1.11.0"
 6776source = "registry+https://github.com/rust-lang/crates.io-index"
 6777checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
 6778
 6779[[package]]
 6780name = "indexed_docs"
 6781version = "0.1.0"
 6782dependencies = [
 6783 "anyhow",
 6784 "async-trait",
 6785 "cargo_metadata",
 6786 "collections",
 6787 "derive_more",
 6788 "extension",
 6789 "fs",
 6790 "futures 0.3.31",
 6791 "fuzzy",
 6792 "gpui",
 6793 "heed",
 6794 "html_to_markdown",
 6795 "http_client",
 6796 "indexmap",
 6797 "indoc",
 6798 "parking_lot",
 6799 "paths",
 6800 "pretty_assertions",
 6801 "serde",
 6802 "strum",
 6803 "util",
 6804]
 6805
 6806[[package]]
 6807name = "indexmap"
 6808version = "2.7.1"
 6809source = "registry+https://github.com/rust-lang/crates.io-index"
 6810checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
 6811dependencies = [
 6812 "equivalent",
 6813 "hashbrown 0.15.2",
 6814 "serde",
 6815]
 6816
 6817[[package]]
 6818name = "indoc"
 6819version = "2.0.6"
 6820source = "registry+https://github.com/rust-lang/crates.io-index"
 6821checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 6822
 6823[[package]]
 6824name = "infer"
 6825version = "0.2.3"
 6826source = "registry+https://github.com/rust-lang/crates.io-index"
 6827checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
 6828
 6829[[package]]
 6830name = "inherent"
 6831version = "1.0.11"
 6832source = "registry+https://github.com/rust-lang/crates.io-index"
 6833checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
 6834dependencies = [
 6835 "proc-macro2",
 6836 "quote",
 6837 "syn 2.0.100",
 6838]
 6839
 6840[[package]]
 6841name = "inline_completion"
 6842version = "0.1.0"
 6843dependencies = [
 6844 "gpui",
 6845 "language",
 6846 "project",
 6847]
 6848
 6849[[package]]
 6850name = "inline_completion_button"
 6851version = "0.1.0"
 6852dependencies = [
 6853 "anyhow",
 6854 "client",
 6855 "copilot",
 6856 "editor",
 6857 "feature_flags",
 6858 "fs",
 6859 "futures 0.3.31",
 6860 "gpui",
 6861 "indoc",
 6862 "inline_completion",
 6863 "language",
 6864 "lsp",
 6865 "paths",
 6866 "project",
 6867 "regex",
 6868 "serde_json",
 6869 "settings",
 6870 "supermaven",
 6871 "telemetry",
 6872 "theme",
 6873 "ui",
 6874 "workspace",
 6875 "zed_actions",
 6876 "zeta",
 6877]
 6878
 6879[[package]]
 6880name = "inotify"
 6881version = "0.11.0"
 6882source = "registry+https://github.com/rust-lang/crates.io-index"
 6883checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 6884dependencies = [
 6885 "bitflags 2.9.0",
 6886 "inotify-sys",
 6887 "libc",
 6888]
 6889
 6890[[package]]
 6891name = "inotify-sys"
 6892version = "0.1.5"
 6893source = "registry+https://github.com/rust-lang/crates.io-index"
 6894checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 6895dependencies = [
 6896 "libc",
 6897]
 6898
 6899[[package]]
 6900name = "inout"
 6901version = "0.1.3"
 6902source = "registry+https://github.com/rust-lang/crates.io-index"
 6903checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
 6904dependencies = [
 6905 "block-padding",
 6906 "generic-array",
 6907]
 6908
 6909[[package]]
 6910name = "install_cli"
 6911version = "0.1.0"
 6912dependencies = [
 6913 "anyhow",
 6914 "gpui",
 6915 "smol",
 6916 "util",
 6917]
 6918
 6919[[package]]
 6920name = "instant"
 6921version = "0.1.13"
 6922source = "registry+https://github.com/rust-lang/crates.io-index"
 6923checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 6924dependencies = [
 6925 "cfg-if",
 6926]
 6927
 6928[[package]]
 6929name = "interpolate_name"
 6930version = "0.2.4"
 6931source = "registry+https://github.com/rust-lang/crates.io-index"
 6932checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 6933dependencies = [
 6934 "proc-macro2",
 6935 "quote",
 6936 "syn 2.0.100",
 6937]
 6938
 6939[[package]]
 6940name = "inventory"
 6941version = "0.3.20"
 6942source = "registry+https://github.com/rust-lang/crates.io-index"
 6943checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
 6944dependencies = [
 6945 "rustversion",
 6946]
 6947
 6948[[package]]
 6949name = "io-extras"
 6950version = "0.18.4"
 6951source = "registry+https://github.com/rust-lang/crates.io-index"
 6952checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 6953dependencies = [
 6954 "io-lifetimes",
 6955 "windows-sys 0.59.0",
 6956]
 6957
 6958[[package]]
 6959name = "io-lifetimes"
 6960version = "2.0.4"
 6961source = "registry+https://github.com/rust-lang/crates.io-index"
 6962checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 6963
 6964[[package]]
 6965name = "io-surface"
 6966version = "0.16.0"
 6967source = "registry+https://github.com/rust-lang/crates.io-index"
 6968checksum = "8283575d5f0b2e7447ec0840363879d71c0fa325d4c699d5b45208ea4a51f45e"
 6969dependencies = [
 6970 "cgl",
 6971 "core-foundation 0.10.0",
 6972 "core-foundation-sys",
 6973 "leaky-cow",
 6974 "libc",
 6975]
 6976
 6977[[package]]
 6978name = "iovec"
 6979version = "0.1.4"
 6980source = "registry+https://github.com/rust-lang/crates.io-index"
 6981checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 6982dependencies = [
 6983 "libc",
 6984]
 6985
 6986[[package]]
 6987name = "ipc-channel"
 6988version = "0.19.0"
 6989source = "registry+https://github.com/rust-lang/crates.io-index"
 6990checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 6991dependencies = [
 6992 "bincode",
 6993 "crossbeam-channel",
 6994 "fnv",
 6995 "lazy_static",
 6996 "libc",
 6997 "mio",
 6998 "rand 0.8.5",
 6999 "serde",
 7000 "tempfile",
 7001 "uuid",
 7002 "windows 0.58.0",
 7003]
 7004
 7005[[package]]
 7006name = "ipnet"
 7007version = "2.10.1"
 7008source = "registry+https://github.com/rust-lang/crates.io-index"
 7009checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
 7010
 7011[[package]]
 7012name = "is-docker"
 7013version = "0.2.0"
 7014source = "registry+https://github.com/rust-lang/crates.io-index"
 7015checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 7016dependencies = [
 7017 "once_cell",
 7018]
 7019
 7020[[package]]
 7021name = "is-terminal"
 7022version = "0.4.13"
 7023source = "registry+https://github.com/rust-lang/crates.io-index"
 7024checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
 7025dependencies = [
 7026 "hermit-abi 0.4.0",
 7027 "libc",
 7028 "windows-sys 0.52.0",
 7029]
 7030
 7031[[package]]
 7032name = "is-wsl"
 7033version = "0.4.0"
 7034source = "registry+https://github.com/rust-lang/crates.io-index"
 7035checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 7036dependencies = [
 7037 "is-docker",
 7038 "once_cell",
 7039]
 7040
 7041[[package]]
 7042name = "is_terminal_polyfill"
 7043version = "1.70.1"
 7044source = "registry+https://github.com/rust-lang/crates.io-index"
 7045checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 7046
 7047[[package]]
 7048name = "itertools"
 7049version = "0.10.5"
 7050source = "registry+https://github.com/rust-lang/crates.io-index"
 7051checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 7052dependencies = [
 7053 "either",
 7054]
 7055
 7056[[package]]
 7057name = "itertools"
 7058version = "0.11.0"
 7059source = "registry+https://github.com/rust-lang/crates.io-index"
 7060checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 7061dependencies = [
 7062 "either",
 7063]
 7064
 7065[[package]]
 7066name = "itertools"
 7067version = "0.12.1"
 7068source = "registry+https://github.com/rust-lang/crates.io-index"
 7069checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 7070dependencies = [
 7071 "either",
 7072]
 7073
 7074[[package]]
 7075name = "itertools"
 7076version = "0.14.0"
 7077source = "registry+https://github.com/rust-lang/crates.io-index"
 7078checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 7079dependencies = [
 7080 "either",
 7081]
 7082
 7083[[package]]
 7084name = "itoa"
 7085version = "1.0.14"
 7086source = "registry+https://github.com/rust-lang/crates.io-index"
 7087checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
 7088
 7089[[package]]
 7090name = "jiff"
 7091version = "0.2.4"
 7092source = "registry+https://github.com/rust-lang/crates.io-index"
 7093checksum = "d699bc6dfc879fb1bf9bdff0d4c56f0884fc6f0d0eb0fba397a6d00cd9a6b85e"
 7094dependencies = [
 7095 "jiff-static",
 7096 "log",
 7097 "portable-atomic",
 7098 "portable-atomic-util",
 7099 "serde",
 7100]
 7101
 7102[[package]]
 7103name = "jiff-static"
 7104version = "0.2.4"
 7105source = "registry+https://github.com/rust-lang/crates.io-index"
 7106checksum = "8d16e75759ee0aa64c57a56acbf43916987b20c77373cb7e808979e02b93c9f9"
 7107dependencies = [
 7108 "proc-macro2",
 7109 "quote",
 7110 "syn 2.0.100",
 7111]
 7112
 7113[[package]]
 7114name = "jni"
 7115version = "0.21.1"
 7116source = "registry+https://github.com/rust-lang/crates.io-index"
 7117checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 7118dependencies = [
 7119 "cesu8",
 7120 "cfg-if",
 7121 "combine",
 7122 "jni-sys",
 7123 "log",
 7124 "thiserror 1.0.69",
 7125 "walkdir",
 7126 "windows-sys 0.45.0",
 7127]
 7128
 7129[[package]]
 7130name = "jni-sys"
 7131version = "0.3.0"
 7132source = "registry+https://github.com/rust-lang/crates.io-index"
 7133checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 7134
 7135[[package]]
 7136name = "jobserver"
 7137version = "0.1.32"
 7138source = "registry+https://github.com/rust-lang/crates.io-index"
 7139checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
 7140dependencies = [
 7141 "libc",
 7142]
 7143
 7144[[package]]
 7145name = "journal"
 7146version = "0.1.0"
 7147dependencies = [
 7148 "anyhow",
 7149 "chrono",
 7150 "editor",
 7151 "gpui",
 7152 "log",
 7153 "schemars",
 7154 "serde",
 7155 "settings",
 7156 "shellexpand 2.1.2",
 7157 "workspace",
 7158]
 7159
 7160[[package]]
 7161name = "jpeg-decoder"
 7162version = "0.3.1"
 7163source = "registry+https://github.com/rust-lang/crates.io-index"
 7164checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
 7165
 7166[[package]]
 7167name = "js-sys"
 7168version = "0.3.76"
 7169source = "registry+https://github.com/rust-lang/crates.io-index"
 7170checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
 7171dependencies = [
 7172 "once_cell",
 7173 "wasm-bindgen",
 7174]
 7175
 7176[[package]]
 7177name = "jsonwebtoken"
 7178version = "9.3.1"
 7179source = "registry+https://github.com/rust-lang/crates.io-index"
 7180checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
 7181dependencies = [
 7182 "base64 0.22.1",
 7183 "js-sys",
 7184 "pem",
 7185 "ring",
 7186 "serde",
 7187 "serde_json",
 7188 "simple_asn1",
 7189]
 7190
 7191[[package]]
 7192name = "jupyter-protocol"
 7193version = "0.6.0"
 7194source = "registry+https://github.com/rust-lang/crates.io-index"
 7195checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
 7196dependencies = [
 7197 "anyhow",
 7198 "async-trait",
 7199 "bytes 1.10.1",
 7200 "chrono",
 7201 "futures 0.3.31",
 7202 "serde",
 7203 "serde_json",
 7204 "uuid",
 7205]
 7206
 7207[[package]]
 7208name = "jupyter-websocket-client"
 7209version = "0.9.0"
 7210source = "registry+https://github.com/rust-lang/crates.io-index"
 7211checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
 7212dependencies = [
 7213 "anyhow",
 7214 "async-trait",
 7215 "async-tungstenite",
 7216 "futures 0.3.31",
 7217 "jupyter-protocol",
 7218 "serde",
 7219 "serde_json",
 7220 "url",
 7221 "uuid",
 7222]
 7223
 7224[[package]]
 7225name = "khronos-egl"
 7226version = "6.0.0"
 7227source = "registry+https://github.com/rust-lang/crates.io-index"
 7228checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 7229dependencies = [
 7230 "libc",
 7231 "libloading",
 7232]
 7233
 7234[[package]]
 7235name = "kqueue"
 7236version = "1.0.8"
 7237source = "registry+https://github.com/rust-lang/crates.io-index"
 7238checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
 7239dependencies = [
 7240 "kqueue-sys",
 7241 "libc",
 7242]
 7243
 7244[[package]]
 7245name = "kqueue-sys"
 7246version = "1.0.4"
 7247source = "registry+https://github.com/rust-lang/crates.io-index"
 7248checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 7249dependencies = [
 7250 "bitflags 1.3.2",
 7251 "libc",
 7252]
 7253
 7254[[package]]
 7255name = "kurbo"
 7256version = "0.11.1"
 7257source = "registry+https://github.com/rust-lang/crates.io-index"
 7258checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
 7259dependencies = [
 7260 "arrayvec",
 7261 "smallvec",
 7262]
 7263
 7264[[package]]
 7265name = "kv-log-macro"
 7266version = "1.0.7"
 7267source = "registry+https://github.com/rust-lang/crates.io-index"
 7268checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 7269dependencies = [
 7270 "log",
 7271]
 7272
 7273[[package]]
 7274name = "language"
 7275version = "0.1.0"
 7276dependencies = [
 7277 "anyhow",
 7278 "async-trait",
 7279 "async-watch",
 7280 "clock",
 7281 "collections",
 7282 "ctor",
 7283 "ec4rs",
 7284 "env_logger 0.11.7",
 7285 "fs",
 7286 "futures 0.3.31",
 7287 "fuzzy",
 7288 "globset",
 7289 "gpui",
 7290 "http_client",
 7291 "imara-diff",
 7292 "indoc",
 7293 "itertools 0.14.0",
 7294 "log",
 7295 "lsp",
 7296 "parking_lot",
 7297 "postage",
 7298 "pretty_assertions",
 7299 "rand 0.8.5",
 7300 "regex",
 7301 "rpc",
 7302 "schemars",
 7303 "serde",
 7304 "serde_json",
 7305 "settings",
 7306 "smallvec",
 7307 "smol",
 7308 "streaming-iterator",
 7309 "strsim",
 7310 "sum_tree",
 7311 "task",
 7312 "text",
 7313 "theme",
 7314 "tree-sitter",
 7315 "tree-sitter-elixir",
 7316 "tree-sitter-embedded-template",
 7317 "tree-sitter-heex",
 7318 "tree-sitter-html",
 7319 "tree-sitter-json",
 7320 "tree-sitter-md",
 7321 "tree-sitter-ruby",
 7322 "tree-sitter-rust",
 7323 "tree-sitter-typescript",
 7324 "unicase",
 7325 "unindent",
 7326 "util",
 7327]
 7328
 7329[[package]]
 7330name = "language_extension"
 7331version = "0.1.0"
 7332dependencies = [
 7333 "anyhow",
 7334 "async-trait",
 7335 "collections",
 7336 "extension",
 7337 "fs",
 7338 "futures 0.3.31",
 7339 "gpui",
 7340 "language",
 7341 "lsp",
 7342 "serde",
 7343 "serde_json",
 7344 "util",
 7345]
 7346
 7347[[package]]
 7348name = "language_model"
 7349version = "0.1.0"
 7350dependencies = [
 7351 "anthropic",
 7352 "anyhow",
 7353 "base64 0.22.1",
 7354 "client",
 7355 "collections",
 7356 "futures 0.3.31",
 7357 "google_ai",
 7358 "gpui",
 7359 "http_client",
 7360 "icons",
 7361 "image",
 7362 "log",
 7363 "open_ai",
 7364 "parking_lot",
 7365 "proto",
 7366 "schemars",
 7367 "serde",
 7368 "serde_json",
 7369 "smol",
 7370 "strum",
 7371 "telemetry_events",
 7372 "thiserror 2.0.12",
 7373 "util",
 7374]
 7375
 7376[[package]]
 7377name = "language_model_selector"
 7378version = "0.1.0"
 7379dependencies = [
 7380 "feature_flags",
 7381 "gpui",
 7382 "language_model",
 7383 "log",
 7384 "picker",
 7385 "proto",
 7386 "ui",
 7387 "workspace",
 7388 "zed_actions",
 7389]
 7390
 7391[[package]]
 7392name = "language_models"
 7393version = "0.1.0"
 7394dependencies = [
 7395 "anthropic",
 7396 "anyhow",
 7397 "aws-config",
 7398 "aws-credential-types",
 7399 "aws_http_client",
 7400 "bedrock",
 7401 "client",
 7402 "collections",
 7403 "copilot",
 7404 "credentials_provider",
 7405 "deepseek",
 7406 "editor",
 7407 "feature_flags",
 7408 "fs",
 7409 "futures 0.3.31",
 7410 "google_ai",
 7411 "gpui",
 7412 "gpui_tokio",
 7413 "http_client",
 7414 "language_model",
 7415 "lmstudio",
 7416 "log",
 7417 "menu",
 7418 "mistral",
 7419 "ollama",
 7420 "open_ai",
 7421 "project",
 7422 "proto",
 7423 "schemars",
 7424 "serde",
 7425 "serde_json",
 7426 "settings",
 7427 "smol",
 7428 "strum",
 7429 "theme",
 7430 "tiktoken-rs",
 7431 "tokio",
 7432 "ui",
 7433 "util",
 7434]
 7435
 7436[[package]]
 7437name = "language_selector"
 7438version = "0.1.0"
 7439dependencies = [
 7440 "anyhow",
 7441 "editor",
 7442 "file_finder",
 7443 "file_icons",
 7444 "fuzzy",
 7445 "gpui",
 7446 "language",
 7447 "picker",
 7448 "project",
 7449 "settings",
 7450 "ui",
 7451 "util",
 7452 "workspace",
 7453]
 7454
 7455[[package]]
 7456name = "language_tools"
 7457version = "0.1.0"
 7458dependencies = [
 7459 "anyhow",
 7460 "client",
 7461 "collections",
 7462 "copilot",
 7463 "editor",
 7464 "env_logger 0.11.7",
 7465 "futures 0.3.31",
 7466 "gpui",
 7467 "itertools 0.14.0",
 7468 "language",
 7469 "lsp",
 7470 "project",
 7471 "release_channel",
 7472 "serde_json",
 7473 "settings",
 7474 "theme",
 7475 "tree-sitter",
 7476 "ui",
 7477 "util",
 7478 "workspace",
 7479 "zed_actions",
 7480]
 7481
 7482[[package]]
 7483name = "languages"
 7484version = "0.1.0"
 7485dependencies = [
 7486 "anyhow",
 7487 "async-compression",
 7488 "async-tar",
 7489 "async-trait",
 7490 "collections",
 7491 "futures 0.3.31",
 7492 "gpui",
 7493 "http_client",
 7494 "language",
 7495 "log",
 7496 "lsp",
 7497 "node_runtime",
 7498 "paths",
 7499 "pet",
 7500 "pet-conda",
 7501 "pet-core",
 7502 "pet-fs",
 7503 "pet-poetry",
 7504 "pet-reporter",
 7505 "pretty_assertions",
 7506 "project",
 7507 "regex",
 7508 "rope",
 7509 "rust-embed",
 7510 "serde",
 7511 "serde_json",
 7512 "settings",
 7513 "smol",
 7514 "snippet_provider",
 7515 "task",
 7516 "text",
 7517 "theme",
 7518 "toml 0.8.20",
 7519 "tree-sitter",
 7520 "tree-sitter-bash",
 7521 "tree-sitter-c",
 7522 "tree-sitter-cpp",
 7523 "tree-sitter-css",
 7524 "tree-sitter-diff",
 7525 "tree-sitter-gitcommit",
 7526 "tree-sitter-go",
 7527 "tree-sitter-gomod",
 7528 "tree-sitter-gowork",
 7529 "tree-sitter-jsdoc",
 7530 "tree-sitter-json",
 7531 "tree-sitter-md",
 7532 "tree-sitter-python",
 7533 "tree-sitter-regex",
 7534 "tree-sitter-rust",
 7535 "tree-sitter-typescript",
 7536 "tree-sitter-yaml",
 7537 "unindent",
 7538 "util",
 7539 "workspace",
 7540]
 7541
 7542[[package]]
 7543name = "lazy_static"
 7544version = "1.5.0"
 7545source = "registry+https://github.com/rust-lang/crates.io-index"
 7546checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 7547dependencies = [
 7548 "spin",
 7549]
 7550
 7551[[package]]
 7552name = "lazycell"
 7553version = "1.3.0"
 7554source = "registry+https://github.com/rust-lang/crates.io-index"
 7555checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 7556
 7557[[package]]
 7558name = "leak"
 7559version = "0.1.2"
 7560source = "registry+https://github.com/rust-lang/crates.io-index"
 7561checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 7562
 7563[[package]]
 7564name = "leaky-cow"
 7565version = "0.1.1"
 7566source = "registry+https://github.com/rust-lang/crates.io-index"
 7567checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 7568dependencies = [
 7569 "leak",
 7570]
 7571
 7572[[package]]
 7573name = "leb128"
 7574version = "0.2.5"
 7575source = "registry+https://github.com/rust-lang/crates.io-index"
 7576checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 7577
 7578[[package]]
 7579name = "lebe"
 7580version = "0.5.2"
 7581source = "registry+https://github.com/rust-lang/crates.io-index"
 7582checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
 7583
 7584[[package]]
 7585name = "libc"
 7586version = "0.2.171"
 7587source = "registry+https://github.com/rust-lang/crates.io-index"
 7588checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
 7589
 7590[[package]]
 7591name = "libdbus-sys"
 7592version = "0.2.5"
 7593source = "registry+https://github.com/rust-lang/crates.io-index"
 7594checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
 7595dependencies = [
 7596 "cc",
 7597 "pkg-config",
 7598]
 7599
 7600[[package]]
 7601name = "libfuzzer-sys"
 7602version = "0.4.8"
 7603source = "registry+https://github.com/rust-lang/crates.io-index"
 7604checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
 7605dependencies = [
 7606 "arbitrary",
 7607 "cc",
 7608]
 7609
 7610[[package]]
 7611name = "libgit2-sys"
 7612version = "0.18.1+1.9.0"
 7613source = "registry+https://github.com/rust-lang/crates.io-index"
 7614checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
 7615dependencies = [
 7616 "cc",
 7617 "libc",
 7618 "libz-sys",
 7619 "pkg-config",
 7620]
 7621
 7622[[package]]
 7623name = "libloading"
 7624version = "0.8.6"
 7625source = "registry+https://github.com/rust-lang/crates.io-index"
 7626checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
 7627dependencies = [
 7628 "cfg-if",
 7629 "windows-targets 0.52.6",
 7630]
 7631
 7632[[package]]
 7633name = "libm"
 7634version = "0.2.11"
 7635source = "registry+https://github.com/rust-lang/crates.io-index"
 7636checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
 7637
 7638[[package]]
 7639name = "libmimalloc-sys"
 7640version = "0.1.40"
 7641source = "registry+https://github.com/rust-lang/crates.io-index"
 7642checksum = "07d0e07885d6a754b9c7993f2625187ad694ee985d60f23355ff0e7077261502"
 7643dependencies = [
 7644 "cc",
 7645 "libc",
 7646]
 7647
 7648[[package]]
 7649name = "libredox"
 7650version = "0.1.3"
 7651source = "registry+https://github.com/rust-lang/crates.io-index"
 7652checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
 7653dependencies = [
 7654 "bitflags 2.9.0",
 7655 "libc",
 7656 "redox_syscall 0.5.8",
 7657]
 7658
 7659[[package]]
 7660name = "libsqlite3-sys"
 7661version = "0.30.1"
 7662source = "registry+https://github.com/rust-lang/crates.io-index"
 7663checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 7664dependencies = [
 7665 "cc",
 7666 "pkg-config",
 7667 "vcpkg",
 7668]
 7669
 7670[[package]]
 7671name = "libwebrtc"
 7672version = "0.3.10"
 7673source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
 7674dependencies = [
 7675 "cxx",
 7676 "jni",
 7677 "js-sys",
 7678 "lazy_static",
 7679 "livekit-protocol",
 7680 "livekit-runtime",
 7681 "log",
 7682 "parking_lot",
 7683 "serde",
 7684 "serde_json",
 7685 "thiserror 1.0.69",
 7686 "tokio",
 7687 "wasm-bindgen",
 7688 "wasm-bindgen-futures",
 7689 "web-sys",
 7690 "webrtc-sys",
 7691]
 7692
 7693[[package]]
 7694name = "libz-sys"
 7695version = "1.1.20"
 7696source = "registry+https://github.com/rust-lang/crates.io-index"
 7697checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
 7698dependencies = [
 7699 "cc",
 7700 "libc",
 7701 "pkg-config",
 7702 "vcpkg",
 7703]
 7704
 7705[[package]]
 7706name = "link-cplusplus"
 7707version = "1.0.9"
 7708source = "registry+https://github.com/rust-lang/crates.io-index"
 7709checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
 7710dependencies = [
 7711 "cc",
 7712]
 7713
 7714[[package]]
 7715name = "linkify"
 7716version = "0.10.0"
 7717source = "registry+https://github.com/rust-lang/crates.io-index"
 7718checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 7719dependencies = [
 7720 "memchr",
 7721]
 7722
 7723[[package]]
 7724name = "linkme"
 7725version = "0.3.32"
 7726source = "registry+https://github.com/rust-lang/crates.io-index"
 7727checksum = "22d227772b5999ddc0690e733f734f95ca05387e329c4084fe65678c51198ffe"
 7728dependencies = [
 7729 "linkme-impl",
 7730]
 7731
 7732[[package]]
 7733name = "linkme-impl"
 7734version = "0.3.32"
 7735source = "registry+https://github.com/rust-lang/crates.io-index"
 7736checksum = "71a98813fa0073a317ed6a8055dcd4722a49d9b862af828ee68449adb799b6be"
 7737dependencies = [
 7738 "proc-macro2",
 7739 "quote",
 7740 "syn 2.0.100",
 7741]
 7742
 7743[[package]]
 7744name = "linux-raw-sys"
 7745version = "0.4.14"
 7746source = "registry+https://github.com/rust-lang/crates.io-index"
 7747checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
 7748
 7749[[package]]
 7750name = "litemap"
 7751version = "0.7.4"
 7752source = "registry+https://github.com/rust-lang/crates.io-index"
 7753checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
 7754
 7755[[package]]
 7756name = "livekit"
 7757version = "0.7.8"
 7758source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
 7759dependencies = [
 7760 "chrono",
 7761 "futures-util",
 7762 "lazy_static",
 7763 "libloading",
 7764 "libwebrtc",
 7765 "livekit-api",
 7766 "livekit-protocol",
 7767 "livekit-runtime",
 7768 "log",
 7769 "parking_lot",
 7770 "prost 0.12.6",
 7771 "semver",
 7772 "serde",
 7773 "serde_json",
 7774 "thiserror 1.0.69",
 7775 "tokio",
 7776]
 7777
 7778[[package]]
 7779name = "livekit-api"
 7780version = "0.4.2"
 7781source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
 7782dependencies = [
 7783 "base64 0.21.7",
 7784 "futures-util",
 7785 "http 0.2.12",
 7786 "jsonwebtoken",
 7787 "livekit-protocol",
 7788 "livekit-runtime",
 7789 "log",
 7790 "parking_lot",
 7791 "pbjson-types",
 7792 "prost 0.12.6",
 7793 "rand 0.9.0",
 7794 "reqwest 0.11.27",
 7795 "scopeguard",
 7796 "serde",
 7797 "serde_json",
 7798 "sha2",
 7799 "thiserror 1.0.69",
 7800 "tokio",
 7801 "tokio-tungstenite 0.26.2",
 7802 "url",
 7803]
 7804
 7805[[package]]
 7806name = "livekit-protocol"
 7807version = "0.3.9"
 7808source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
 7809dependencies = [
 7810 "futures-util",
 7811 "livekit-runtime",
 7812 "parking_lot",
 7813 "pbjson",
 7814 "pbjson-types",
 7815 "prost 0.12.6",
 7816 "prost-types 0.12.6",
 7817 "serde",
 7818 "thiserror 1.0.69",
 7819 "tokio",
 7820]
 7821
 7822[[package]]
 7823name = "livekit-runtime"
 7824version = "0.4.0"
 7825source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
 7826dependencies = [
 7827 "tokio",
 7828 "tokio-stream",
 7829]
 7830
 7831[[package]]
 7832name = "livekit_api"
 7833version = "0.1.0"
 7834dependencies = [
 7835 "anyhow",
 7836 "async-trait",
 7837 "jsonwebtoken",
 7838 "log",
 7839 "prost 0.9.0",
 7840 "prost-build 0.9.0",
 7841 "prost-types 0.9.0",
 7842 "reqwest 0.12.8",
 7843 "serde",
 7844]
 7845
 7846[[package]]
 7847name = "livekit_client"
 7848version = "0.1.0"
 7849dependencies = [
 7850 "anyhow",
 7851 "async-trait",
 7852 "collections",
 7853 "core-foundation 0.10.0",
 7854 "core-video",
 7855 "coreaudio-rs 0.12.1",
 7856 "cpal",
 7857 "futures 0.3.31",
 7858 "gpui",
 7859 "gpui_tokio",
 7860 "http_client_tls",
 7861 "image",
 7862 "libwebrtc",
 7863 "livekit",
 7864 "livekit_api",
 7865 "log",
 7866 "nanoid",
 7867 "objc",
 7868 "parking_lot",
 7869 "postage",
 7870 "serde",
 7871 "serde_json",
 7872 "sha2",
 7873 "simplelog",
 7874 "smallvec",
 7875 "tokio-tungstenite 0.26.2",
 7876 "util",
 7877]
 7878
 7879[[package]]
 7880name = "lmdb-master-sys"
 7881version = "0.2.4"
 7882source = "registry+https://github.com/rust-lang/crates.io-index"
 7883checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
 7884dependencies = [
 7885 "cc",
 7886 "doxygen-rs",
 7887 "libc",
 7888]
 7889
 7890[[package]]
 7891name = "lmstudio"
 7892version = "0.1.0"
 7893dependencies = [
 7894 "anyhow",
 7895 "futures 0.3.31",
 7896 "http_client",
 7897 "schemars",
 7898 "serde",
 7899 "serde_json",
 7900]
 7901
 7902[[package]]
 7903name = "lock_api"
 7904version = "0.4.12"
 7905source = "registry+https://github.com/rust-lang/crates.io-index"
 7906checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
 7907dependencies = [
 7908 "autocfg",
 7909 "scopeguard",
 7910]
 7911
 7912[[package]]
 7913name = "log"
 7914version = "0.4.27"
 7915source = "registry+https://github.com/rust-lang/crates.io-index"
 7916checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
 7917dependencies = [
 7918 "serde",
 7919 "value-bag",
 7920]
 7921
 7922[[package]]
 7923name = "loop9"
 7924version = "0.1.5"
 7925source = "registry+https://github.com/rust-lang/crates.io-index"
 7926checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
 7927dependencies = [
 7928 "imgref",
 7929]
 7930
 7931[[package]]
 7932name = "lru"
 7933version = "0.12.5"
 7934source = "registry+https://github.com/rust-lang/crates.io-index"
 7935checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
 7936dependencies = [
 7937 "hashbrown 0.15.2",
 7938]
 7939
 7940[[package]]
 7941name = "lsp"
 7942version = "0.1.0"
 7943dependencies = [
 7944 "anyhow",
 7945 "async-pipe",
 7946 "collections",
 7947 "ctor",
 7948 "env_logger 0.11.7",
 7949 "futures 0.3.31",
 7950 "gpui",
 7951 "log",
 7952 "lsp-types",
 7953 "parking_lot",
 7954 "postage",
 7955 "release_channel",
 7956 "schemars",
 7957 "serde",
 7958 "serde_json",
 7959 "smol",
 7960 "util",
 7961]
 7962
 7963[[package]]
 7964name = "lsp-types"
 7965version = "0.95.1"
 7966source = "git+https://github.com/zed-industries/lsp-types?rev=1fff0dd12e2071c5667327394cfec163d2a466ab#1fff0dd12e2071c5667327394cfec163d2a466ab"
 7967dependencies = [
 7968 "bitflags 1.3.2",
 7969 "serde",
 7970 "serde_json",
 7971 "serde_repr",
 7972 "url",
 7973]
 7974
 7975[[package]]
 7976name = "lyon"
 7977version = "1.0.1"
 7978source = "registry+https://github.com/rust-lang/crates.io-index"
 7979checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
 7980dependencies = [
 7981 "lyon_algorithms",
 7982 "lyon_extra",
 7983 "lyon_tessellation",
 7984]
 7985
 7986[[package]]
 7987name = "lyon_algorithms"
 7988version = "1.0.5"
 7989source = "registry+https://github.com/rust-lang/crates.io-index"
 7990checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
 7991dependencies = [
 7992 "lyon_path",
 7993 "num-traits",
 7994]
 7995
 7996[[package]]
 7997name = "lyon_extra"
 7998version = "1.0.3"
 7999source = "registry+https://github.com/rust-lang/crates.io-index"
 8000checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
 8001dependencies = [
 8002 "lyon_path",
 8003 "thiserror 1.0.69",
 8004]
 8005
 8006[[package]]
 8007name = "lyon_geom"
 8008version = "1.0.6"
 8009source = "registry+https://github.com/rust-lang/crates.io-index"
 8010checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
 8011dependencies = [
 8012 "arrayvec",
 8013 "euclid",
 8014 "num-traits",
 8015]
 8016
 8017[[package]]
 8018name = "lyon_path"
 8019version = "1.0.6"
 8020source = "registry+https://github.com/rust-lang/crates.io-index"
 8021checksum = "8e0b8aec2f58586f6eef237985b9a9b7cb3a3aff4417c575075cf95bf925252e"
 8022dependencies = [
 8023 "lyon_geom",
 8024 "num-traits",
 8025]
 8026
 8027[[package]]
 8028name = "lyon_tessellation"
 8029version = "1.0.15"
 8030source = "registry+https://github.com/rust-lang/crates.io-index"
 8031checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
 8032dependencies = [
 8033 "float_next_after",
 8034 "lyon_path",
 8035 "num-traits",
 8036]
 8037
 8038[[package]]
 8039name = "mac"
 8040version = "0.1.1"
 8041source = "registry+https://github.com/rust-lang/crates.io-index"
 8042checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
 8043
 8044[[package]]
 8045name = "mach2"
 8046version = "0.4.2"
 8047source = "registry+https://github.com/rust-lang/crates.io-index"
 8048checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
 8049dependencies = [
 8050 "libc",
 8051]
 8052
 8053[[package]]
 8054name = "malloc_buf"
 8055version = "0.0.6"
 8056source = "registry+https://github.com/rust-lang/crates.io-index"
 8057checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
 8058dependencies = [
 8059 "libc",
 8060]
 8061
 8062[[package]]
 8063name = "maplit"
 8064version = "1.0.2"
 8065source = "registry+https://github.com/rust-lang/crates.io-index"
 8066checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
 8067
 8068[[package]]
 8069name = "markdown"
 8070version = "0.1.0"
 8071dependencies = [
 8072 "anyhow",
 8073 "assets",
 8074 "env_logger 0.11.7",
 8075 "gpui",
 8076 "language",
 8077 "languages",
 8078 "linkify",
 8079 "log",
 8080 "node_runtime",
 8081 "pulldown-cmark 0.12.2",
 8082 "settings",
 8083 "theme",
 8084 "ui",
 8085 "util",
 8086]
 8087
 8088[[package]]
 8089name = "markdown_preview"
 8090version = "0.1.0"
 8091dependencies = [
 8092 "anyhow",
 8093 "async-recursion 1.1.1",
 8094 "collections",
 8095 "editor",
 8096 "gpui",
 8097 "language",
 8098 "linkify",
 8099 "log",
 8100 "pretty_assertions",
 8101 "pulldown-cmark 0.12.2",
 8102 "settings",
 8103 "theme",
 8104 "ui",
 8105 "util",
 8106 "workspace",
 8107]
 8108
 8109[[package]]
 8110name = "markup5ever"
 8111version = "0.12.1"
 8112source = "registry+https://github.com/rust-lang/crates.io-index"
 8113checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
 8114dependencies = [
 8115 "log",
 8116 "phf",
 8117 "phf_codegen",
 8118 "string_cache",
 8119 "string_cache_codegen",
 8120 "tendril",
 8121]
 8122
 8123[[package]]
 8124name = "markup5ever_rcdom"
 8125version = "0.3.0"
 8126source = "registry+https://github.com/rust-lang/crates.io-index"
 8127checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
 8128dependencies = [
 8129 "html5ever",
 8130 "markup5ever",
 8131 "tendril",
 8132 "xml5ever",
 8133]
 8134
 8135[[package]]
 8136name = "matchers"
 8137version = "0.1.0"
 8138source = "registry+https://github.com/rust-lang/crates.io-index"
 8139checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
 8140dependencies = [
 8141 "regex-automata 0.1.10",
 8142]
 8143
 8144[[package]]
 8145name = "matchit"
 8146version = "0.7.3"
 8147source = "registry+https://github.com/rust-lang/crates.io-index"
 8148checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
 8149
 8150[[package]]
 8151name = "maybe-owned"
 8152version = "0.3.4"
 8153source = "registry+https://github.com/rust-lang/crates.io-index"
 8154checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
 8155
 8156[[package]]
 8157name = "maybe-rayon"
 8158version = "0.1.1"
 8159source = "registry+https://github.com/rust-lang/crates.io-index"
 8160checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
 8161dependencies = [
 8162 "cfg-if",
 8163 "rayon",
 8164]
 8165
 8166[[package]]
 8167name = "md-5"
 8168version = "0.10.6"
 8169source = "registry+https://github.com/rust-lang/crates.io-index"
 8170checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
 8171dependencies = [
 8172 "cfg-if",
 8173 "digest",
 8174]
 8175
 8176[[package]]
 8177name = "mdbook"
 8178version = "0.4.47"
 8179source = "registry+https://github.com/rust-lang/crates.io-index"
 8180checksum = "7e1a8fe3a4a01f28dab245c474cb7b95ccb4d3d2f17a5419a3d949f474c45e84"
 8181dependencies = [
 8182 "ammonia",
 8183 "anyhow",
 8184 "chrono",
 8185 "clap",
 8186 "clap_complete",
 8187 "elasticlunr-rs",
 8188 "env_logger 0.11.7",
 8189 "futures-util",
 8190 "handlebars 6.2.0",
 8191 "hex",
 8192 "ignore",
 8193 "log",
 8194 "memchr",
 8195 "notify 8.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8196 "notify-debouncer-mini",
 8197 "once_cell",
 8198 "opener",
 8199 "pathdiff",
 8200 "pulldown-cmark 0.10.3",
 8201 "regex",
 8202 "serde",
 8203 "serde_json",
 8204 "sha2",
 8205 "shlex",
 8206 "tempfile",
 8207 "tokio",
 8208 "toml 0.5.11",
 8209 "topological-sort",
 8210 "walkdir",
 8211 "warp",
 8212]
 8213
 8214[[package]]
 8215name = "media"
 8216version = "0.1.0"
 8217dependencies = [
 8218 "anyhow",
 8219 "bindgen 0.70.1",
 8220 "core-foundation 0.10.0",
 8221 "core-video",
 8222 "ctor",
 8223 "foreign-types 0.5.0",
 8224 "metal",
 8225 "objc",
 8226]
 8227
 8228[[package]]
 8229name = "memchr"
 8230version = "2.7.4"
 8231source = "registry+https://github.com/rust-lang/crates.io-index"
 8232checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
 8233
 8234[[package]]
 8235name = "memfd"
 8236version = "0.6.4"
 8237source = "registry+https://github.com/rust-lang/crates.io-index"
 8238checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
 8239dependencies = [
 8240 "rustix",
 8241]
 8242
 8243[[package]]
 8244name = "memmap2"
 8245version = "0.9.5"
 8246source = "registry+https://github.com/rust-lang/crates.io-index"
 8247checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
 8248dependencies = [
 8249 "libc",
 8250]
 8251
 8252[[package]]
 8253name = "memoffset"
 8254version = "0.9.1"
 8255source = "registry+https://github.com/rust-lang/crates.io-index"
 8256checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
 8257dependencies = [
 8258 "autocfg",
 8259]
 8260
 8261[[package]]
 8262name = "menu"
 8263version = "0.1.0"
 8264dependencies = [
 8265 "gpui",
 8266 "serde",
 8267]
 8268
 8269[[package]]
 8270name = "metal"
 8271version = "0.29.0"
 8272source = "registry+https://github.com/rust-lang/crates.io-index"
 8273checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
 8274dependencies = [
 8275 "bitflags 2.9.0",
 8276 "block",
 8277 "core-graphics-types 0.1.3",
 8278 "foreign-types 0.5.0",
 8279 "log",
 8280 "objc",
 8281 "paste",
 8282]
 8283
 8284[[package]]
 8285name = "migrator"
 8286version = "0.1.0"
 8287dependencies = [
 8288 "anyhow",
 8289 "collections",
 8290 "convert_case 0.8.0",
 8291 "log",
 8292 "pretty_assertions",
 8293 "streaming-iterator",
 8294 "tree-sitter",
 8295 "tree-sitter-json",
 8296]
 8297
 8298[[package]]
 8299name = "mimalloc"
 8300version = "0.1.44"
 8301source = "registry+https://github.com/rust-lang/crates.io-index"
 8302checksum = "99585191385958383e13f6b822e6b6d8d9cf928e7d286ceb092da92b43c87bc1"
 8303dependencies = [
 8304 "libmimalloc-sys",
 8305]
 8306
 8307[[package]]
 8308name = "mime"
 8309version = "0.3.17"
 8310source = "registry+https://github.com/rust-lang/crates.io-index"
 8311checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 8312
 8313[[package]]
 8314name = "mime_guess"
 8315version = "2.0.5"
 8316source = "registry+https://github.com/rust-lang/crates.io-index"
 8317checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
 8318dependencies = [
 8319 "mime",
 8320 "unicase",
 8321]
 8322
 8323[[package]]
 8324name = "minimal-lexical"
 8325version = "0.2.1"
 8326source = "registry+https://github.com/rust-lang/crates.io-index"
 8327checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 8328
 8329[[package]]
 8330name = "miniz_oxide"
 8331version = "0.8.0"
 8332source = "registry+https://github.com/rust-lang/crates.io-index"
 8333checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
 8334dependencies = [
 8335 "adler2",
 8336 "simd-adler32",
 8337]
 8338
 8339[[package]]
 8340name = "mint"
 8341version = "0.5.9"
 8342source = "registry+https://github.com/rust-lang/crates.io-index"
 8343checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
 8344
 8345[[package]]
 8346name = "mio"
 8347version = "1.0.3"
 8348source = "registry+https://github.com/rust-lang/crates.io-index"
 8349checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
 8350dependencies = [
 8351 "libc",
 8352 "log",
 8353 "wasi 0.11.0+wasi-snapshot-preview1",
 8354 "windows-sys 0.52.0",
 8355]
 8356
 8357[[package]]
 8358name = "miow"
 8359version = "0.6.0"
 8360source = "registry+https://github.com/rust-lang/crates.io-index"
 8361checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
 8362dependencies = [
 8363 "windows-sys 0.48.0",
 8364]
 8365
 8366[[package]]
 8367name = "mistral"
 8368version = "0.1.0"
 8369dependencies = [
 8370 "anyhow",
 8371 "futures 0.3.31",
 8372 "http_client",
 8373 "schemars",
 8374 "serde",
 8375 "serde_json",
 8376 "strum",
 8377]
 8378
 8379[[package]]
 8380name = "msvc_spectre_libs"
 8381version = "0.1.2"
 8382source = "registry+https://github.com/rust-lang/crates.io-index"
 8383checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
 8384dependencies = [
 8385 "cc",
 8386]
 8387
 8388[[package]]
 8389name = "multi_buffer"
 8390version = "0.1.0"
 8391dependencies = [
 8392 "anyhow",
 8393 "buffer_diff",
 8394 "clock",
 8395 "collections",
 8396 "ctor",
 8397 "env_logger 0.11.7",
 8398 "futures 0.3.31",
 8399 "gpui",
 8400 "indoc",
 8401 "itertools 0.14.0",
 8402 "language",
 8403 "log",
 8404 "parking_lot",
 8405 "pretty_assertions",
 8406 "project",
 8407 "rand 0.8.5",
 8408 "rope",
 8409 "serde",
 8410 "settings",
 8411 "smallvec",
 8412 "smol",
 8413 "sum_tree",
 8414 "text",
 8415 "theme",
 8416 "tree-sitter",
 8417 "util",
 8418]
 8419
 8420[[package]]
 8421name = "multimap"
 8422version = "0.8.3"
 8423source = "registry+https://github.com/rust-lang/crates.io-index"
 8424checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
 8425
 8426[[package]]
 8427name = "multimap"
 8428version = "0.10.0"
 8429source = "registry+https://github.com/rust-lang/crates.io-index"
 8430checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
 8431
 8432[[package]]
 8433name = "naga"
 8434version = "23.1.0"
 8435source = "registry+https://github.com/rust-lang/crates.io-index"
 8436checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
 8437dependencies = [
 8438 "arrayvec",
 8439 "bit-set 0.8.0",
 8440 "bitflags 2.9.0",
 8441 "cfg_aliases 0.1.1",
 8442 "codespan-reporting",
 8443 "hexf-parse",
 8444 "indexmap",
 8445 "log",
 8446 "rustc-hash 1.1.0",
 8447 "spirv",
 8448 "termcolor",
 8449 "thiserror 1.0.69",
 8450 "unicode-xid",
 8451]
 8452
 8453[[package]]
 8454name = "nanoid"
 8455version = "0.4.0"
 8456source = "registry+https://github.com/rust-lang/crates.io-index"
 8457checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
 8458dependencies = [
 8459 "rand 0.8.5",
 8460]
 8461
 8462[[package]]
 8463name = "nanorand"
 8464version = "0.7.0"
 8465source = "registry+https://github.com/rust-lang/crates.io-index"
 8466checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
 8467dependencies = [
 8468 "getrandom 0.2.15",
 8469]
 8470
 8471[[package]]
 8472name = "native-tls"
 8473version = "0.2.12"
 8474source = "registry+https://github.com/rust-lang/crates.io-index"
 8475checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
 8476dependencies = [
 8477 "libc",
 8478 "log",
 8479 "openssl",
 8480 "openssl-probe",
 8481 "openssl-sys",
 8482 "schannel",
 8483 "security-framework 2.11.1",
 8484 "security-framework-sys",
 8485 "tempfile",
 8486]
 8487
 8488[[package]]
 8489name = "nbformat"
 8490version = "0.10.0"
 8491source = "registry+https://github.com/rust-lang/crates.io-index"
 8492checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
 8493dependencies = [
 8494 "anyhow",
 8495 "chrono",
 8496 "jupyter-protocol",
 8497 "serde",
 8498 "serde_json",
 8499 "thiserror 1.0.69",
 8500 "uuid",
 8501]
 8502
 8503[[package]]
 8504name = "ndk"
 8505version = "0.8.0"
 8506source = "registry+https://github.com/rust-lang/crates.io-index"
 8507checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
 8508dependencies = [
 8509 "bitflags 2.9.0",
 8510 "jni-sys",
 8511 "log",
 8512 "ndk-sys",
 8513 "num_enum",
 8514 "thiserror 1.0.69",
 8515]
 8516
 8517[[package]]
 8518name = "ndk-context"
 8519version = "0.1.1"
 8520source = "registry+https://github.com/rust-lang/crates.io-index"
 8521checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
 8522
 8523[[package]]
 8524name = "ndk-sys"
 8525version = "0.5.0+25.2.9519653"
 8526source = "registry+https://github.com/rust-lang/crates.io-index"
 8527checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
 8528dependencies = [
 8529 "jni-sys",
 8530]
 8531
 8532[[package]]
 8533name = "new_debug_unreachable"
 8534version = "1.0.6"
 8535source = "registry+https://github.com/rust-lang/crates.io-index"
 8536checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
 8537
 8538[[package]]
 8539name = "nix"
 8540version = "0.29.0"
 8541source = "registry+https://github.com/rust-lang/crates.io-index"
 8542checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
 8543dependencies = [
 8544 "bitflags 2.9.0",
 8545 "cfg-if",
 8546 "cfg_aliases 0.2.1",
 8547 "libc",
 8548 "memoffset",
 8549]
 8550
 8551[[package]]
 8552name = "node_runtime"
 8553version = "0.1.0"
 8554dependencies = [
 8555 "anyhow",
 8556 "async-compression",
 8557 "async-std",
 8558 "async-tar",
 8559 "async-trait",
 8560 "async-watch",
 8561 "async_zip",
 8562 "futures 0.3.31",
 8563 "http_client",
 8564 "log",
 8565 "paths",
 8566 "semver",
 8567 "serde",
 8568 "serde_json",
 8569 "smol",
 8570 "tempfile",
 8571 "util",
 8572 "walkdir",
 8573 "which 6.0.3",
 8574]
 8575
 8576[[package]]
 8577name = "nom"
 8578version = "7.1.3"
 8579source = "registry+https://github.com/rust-lang/crates.io-index"
 8580checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
 8581dependencies = [
 8582 "memchr",
 8583 "minimal-lexical",
 8584]
 8585
 8586[[package]]
 8587name = "noop_proc_macro"
 8588version = "0.3.0"
 8589source = "registry+https://github.com/rust-lang/crates.io-index"
 8590checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
 8591
 8592[[package]]
 8593name = "normpath"
 8594version = "1.3.0"
 8595source = "registry+https://github.com/rust-lang/crates.io-index"
 8596checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
 8597dependencies = [
 8598 "windows-sys 0.59.0",
 8599]
 8600
 8601[[package]]
 8602name = "notifications"
 8603version = "0.1.0"
 8604dependencies = [
 8605 "anyhow",
 8606 "channel",
 8607 "client",
 8608 "collections",
 8609 "component",
 8610 "db",
 8611 "gpui",
 8612 "linkme",
 8613 "rpc",
 8614 "settings",
 8615 "sum_tree",
 8616 "time",
 8617 "ui",
 8618 "util",
 8619 "workspace",
 8620]
 8621
 8622[[package]]
 8623name = "notify"
 8624version = "8.0.0"
 8625source = "registry+https://github.com/rust-lang/crates.io-index"
 8626checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943"
 8627dependencies = [
 8628 "bitflags 2.9.0",
 8629 "filetime",
 8630 "fsevent-sys 4.1.0",
 8631 "inotify",
 8632 "kqueue",
 8633 "libc",
 8634 "log",
 8635 "mio",
 8636 "notify-types 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8637 "walkdir",
 8638 "windows-sys 0.59.0",
 8639]
 8640
 8641[[package]]
 8642name = "notify"
 8643version = "8.0.0"
 8644source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
 8645dependencies = [
 8646 "bitflags 2.9.0",
 8647 "filetime",
 8648 "fsevent-sys 4.1.0",
 8649 "inotify",
 8650 "kqueue",
 8651 "libc",
 8652 "log",
 8653 "mio",
 8654 "notify-types 2.0.0 (git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96)",
 8655 "walkdir",
 8656 "windows-sys 0.59.0",
 8657]
 8658
 8659[[package]]
 8660name = "notify-debouncer-mini"
 8661version = "0.6.0"
 8662source = "registry+https://github.com/rust-lang/crates.io-index"
 8663checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
 8664dependencies = [
 8665 "log",
 8666 "notify 8.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8667 "notify-types 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8668 "tempfile",
 8669]
 8670
 8671[[package]]
 8672name = "notify-types"
 8673version = "2.0.0"
 8674source = "registry+https://github.com/rust-lang/crates.io-index"
 8675checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
 8676
 8677[[package]]
 8678name = "notify-types"
 8679version = "2.0.0"
 8680source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
 8681
 8682[[package]]
 8683name = "ntapi"
 8684version = "0.4.1"
 8685source = "registry+https://github.com/rust-lang/crates.io-index"
 8686checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
 8687dependencies = [
 8688 "winapi",
 8689]
 8690
 8691[[package]]
 8692name = "nu-ansi-term"
 8693version = "0.46.0"
 8694source = "registry+https://github.com/rust-lang/crates.io-index"
 8695checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
 8696dependencies = [
 8697 "overload",
 8698 "winapi",
 8699]
 8700
 8701[[package]]
 8702name = "num"
 8703version = "0.4.3"
 8704source = "registry+https://github.com/rust-lang/crates.io-index"
 8705checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
 8706dependencies = [
 8707 "num-bigint",
 8708 "num-complex",
 8709 "num-integer",
 8710 "num-iter",
 8711 "num-rational",
 8712 "num-traits",
 8713]
 8714
 8715[[package]]
 8716name = "num-bigint"
 8717version = "0.4.6"
 8718source = "registry+https://github.com/rust-lang/crates.io-index"
 8719checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
 8720dependencies = [
 8721 "num-integer",
 8722 "num-traits",
 8723]
 8724
 8725[[package]]
 8726name = "num-bigint-dig"
 8727version = "0.8.4"
 8728source = "registry+https://github.com/rust-lang/crates.io-index"
 8729checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
 8730dependencies = [
 8731 "byteorder",
 8732 "lazy_static",
 8733 "libm",
 8734 "num-integer",
 8735 "num-iter",
 8736 "num-traits",
 8737 "rand 0.8.5",
 8738 "serde",
 8739 "smallvec",
 8740 "zeroize",
 8741]
 8742
 8743[[package]]
 8744name = "num-complex"
 8745version = "0.4.6"
 8746source = "registry+https://github.com/rust-lang/crates.io-index"
 8747checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
 8748dependencies = [
 8749 "num-traits",
 8750]
 8751
 8752[[package]]
 8753name = "num-conv"
 8754version = "0.1.0"
 8755source = "registry+https://github.com/rust-lang/crates.io-index"
 8756checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
 8757
 8758[[package]]
 8759name = "num-derive"
 8760version = "0.4.2"
 8761source = "registry+https://github.com/rust-lang/crates.io-index"
 8762checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
 8763dependencies = [
 8764 "proc-macro2",
 8765 "quote",
 8766 "syn 2.0.100",
 8767]
 8768
 8769[[package]]
 8770name = "num-format"
 8771version = "0.4.4"
 8772source = "registry+https://github.com/rust-lang/crates.io-index"
 8773checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
 8774dependencies = [
 8775 "arrayvec",
 8776 "itoa",
 8777]
 8778
 8779[[package]]
 8780name = "num-integer"
 8781version = "0.1.46"
 8782source = "registry+https://github.com/rust-lang/crates.io-index"
 8783checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
 8784dependencies = [
 8785 "num-traits",
 8786]
 8787
 8788[[package]]
 8789name = "num-iter"
 8790version = "0.1.45"
 8791source = "registry+https://github.com/rust-lang/crates.io-index"
 8792checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
 8793dependencies = [
 8794 "autocfg",
 8795 "num-integer",
 8796 "num-traits",
 8797]
 8798
 8799[[package]]
 8800name = "num-modular"
 8801version = "0.6.1"
 8802source = "registry+https://github.com/rust-lang/crates.io-index"
 8803checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
 8804
 8805[[package]]
 8806name = "num-order"
 8807version = "1.2.0"
 8808source = "registry+https://github.com/rust-lang/crates.io-index"
 8809checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
 8810dependencies = [
 8811 "num-modular",
 8812]
 8813
 8814[[package]]
 8815name = "num-rational"
 8816version = "0.4.2"
 8817source = "registry+https://github.com/rust-lang/crates.io-index"
 8818checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
 8819dependencies = [
 8820 "num-bigint",
 8821 "num-integer",
 8822 "num-traits",
 8823]
 8824
 8825[[package]]
 8826name = "num-traits"
 8827version = "0.2.19"
 8828source = "registry+https://github.com/rust-lang/crates.io-index"
 8829checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
 8830dependencies = [
 8831 "autocfg",
 8832 "libm",
 8833]
 8834
 8835[[package]]
 8836name = "num_cpus"
 8837version = "1.16.0"
 8838source = "registry+https://github.com/rust-lang/crates.io-index"
 8839checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
 8840dependencies = [
 8841 "hermit-abi 0.3.9",
 8842 "libc",
 8843]
 8844
 8845[[package]]
 8846name = "num_enum"
 8847version = "0.7.3"
 8848source = "registry+https://github.com/rust-lang/crates.io-index"
 8849checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
 8850dependencies = [
 8851 "num_enum_derive",
 8852]
 8853
 8854[[package]]
 8855name = "num_enum_derive"
 8856version = "0.7.3"
 8857source = "registry+https://github.com/rust-lang/crates.io-index"
 8858checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
 8859dependencies = [
 8860 "proc-macro-crate",
 8861 "proc-macro2",
 8862 "quote",
 8863 "syn 2.0.100",
 8864]
 8865
 8866[[package]]
 8867name = "num_threads"
 8868version = "0.1.7"
 8869source = "registry+https://github.com/rust-lang/crates.io-index"
 8870checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
 8871dependencies = [
 8872 "libc",
 8873]
 8874
 8875[[package]]
 8876name = "nvim-rs"
 8877version = "0.8.0-pre"
 8878source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
 8879dependencies = [
 8880 "async-trait",
 8881 "futures 0.3.31",
 8882 "log",
 8883 "parity-tokio-ipc",
 8884 "rmp",
 8885 "rmpv",
 8886 "tokio",
 8887 "tokio-util",
 8888 "winapi",
 8889]
 8890
 8891[[package]]
 8892name = "objc"
 8893version = "0.2.7"
 8894source = "registry+https://github.com/rust-lang/crates.io-index"
 8895checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
 8896dependencies = [
 8897 "malloc_buf",
 8898]
 8899
 8900[[package]]
 8901name = "objc-sys"
 8902version = "0.3.5"
 8903source = "registry+https://github.com/rust-lang/crates.io-index"
 8904checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
 8905
 8906[[package]]
 8907name = "objc2"
 8908version = "0.5.2"
 8909source = "registry+https://github.com/rust-lang/crates.io-index"
 8910checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
 8911dependencies = [
 8912 "objc-sys",
 8913 "objc2-encode",
 8914]
 8915
 8916[[package]]
 8917name = "objc2-app-kit"
 8918version = "0.2.2"
 8919source = "registry+https://github.com/rust-lang/crates.io-index"
 8920checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
 8921dependencies = [
 8922 "bitflags 2.9.0",
 8923 "block2",
 8924 "libc",
 8925 "objc2",
 8926 "objc2-core-data",
 8927 "objc2-core-image",
 8928 "objc2-foundation",
 8929 "objc2-quartz-core",
 8930]
 8931
 8932[[package]]
 8933name = "objc2-cloud-kit"
 8934version = "0.2.2"
 8935source = "registry+https://github.com/rust-lang/crates.io-index"
 8936checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
 8937dependencies = [
 8938 "bitflags 2.9.0",
 8939 "block2",
 8940 "objc2",
 8941 "objc2-core-location",
 8942 "objc2-foundation",
 8943]
 8944
 8945[[package]]
 8946name = "objc2-contacts"
 8947version = "0.2.2"
 8948source = "registry+https://github.com/rust-lang/crates.io-index"
 8949checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
 8950dependencies = [
 8951 "block2",
 8952 "objc2",
 8953 "objc2-foundation",
 8954]
 8955
 8956[[package]]
 8957name = "objc2-core-data"
 8958version = "0.2.2"
 8959source = "registry+https://github.com/rust-lang/crates.io-index"
 8960checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
 8961dependencies = [
 8962 "bitflags 2.9.0",
 8963 "block2",
 8964 "objc2",
 8965 "objc2-foundation",
 8966]
 8967
 8968[[package]]
 8969name = "objc2-core-image"
 8970version = "0.2.2"
 8971source = "registry+https://github.com/rust-lang/crates.io-index"
 8972checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
 8973dependencies = [
 8974 "block2",
 8975 "objc2",
 8976 "objc2-foundation",
 8977 "objc2-metal",
 8978]
 8979
 8980[[package]]
 8981name = "objc2-core-location"
 8982version = "0.2.2"
 8983source = "registry+https://github.com/rust-lang/crates.io-index"
 8984checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
 8985dependencies = [
 8986 "block2",
 8987 "objc2",
 8988 "objc2-contacts",
 8989 "objc2-foundation",
 8990]
 8991
 8992[[package]]
 8993name = "objc2-encode"
 8994version = "4.0.3"
 8995source = "registry+https://github.com/rust-lang/crates.io-index"
 8996checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
 8997
 8998[[package]]
 8999name = "objc2-foundation"
 9000version = "0.2.2"
 9001source = "registry+https://github.com/rust-lang/crates.io-index"
 9002checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
 9003dependencies = [
 9004 "bitflags 2.9.0",
 9005 "block2",
 9006 "libc",
 9007 "objc2",
 9008]
 9009
 9010[[package]]
 9011name = "objc2-link-presentation"
 9012version = "0.2.2"
 9013source = "registry+https://github.com/rust-lang/crates.io-index"
 9014checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
 9015dependencies = [
 9016 "block2",
 9017 "objc2",
 9018 "objc2-app-kit",
 9019 "objc2-foundation",
 9020]
 9021
 9022[[package]]
 9023name = "objc2-metal"
 9024version = "0.2.2"
 9025source = "registry+https://github.com/rust-lang/crates.io-index"
 9026checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
 9027dependencies = [
 9028 "bitflags 2.9.0",
 9029 "block2",
 9030 "objc2",
 9031 "objc2-foundation",
 9032]
 9033
 9034[[package]]
 9035name = "objc2-quartz-core"
 9036version = "0.2.2"
 9037source = "registry+https://github.com/rust-lang/crates.io-index"
 9038checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
 9039dependencies = [
 9040 "bitflags 2.9.0",
 9041 "block2",
 9042 "objc2",
 9043 "objc2-foundation",
 9044 "objc2-metal",
 9045]
 9046
 9047[[package]]
 9048name = "objc2-symbols"
 9049version = "0.2.2"
 9050source = "registry+https://github.com/rust-lang/crates.io-index"
 9051checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
 9052dependencies = [
 9053 "objc2",
 9054 "objc2-foundation",
 9055]
 9056
 9057[[package]]
 9058name = "objc2-ui-kit"
 9059version = "0.2.2"
 9060source = "registry+https://github.com/rust-lang/crates.io-index"
 9061checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
 9062dependencies = [
 9063 "bitflags 2.9.0",
 9064 "block2",
 9065 "objc2",
 9066 "objc2-cloud-kit",
 9067 "objc2-core-data",
 9068 "objc2-core-image",
 9069 "objc2-core-location",
 9070 "objc2-foundation",
 9071 "objc2-link-presentation",
 9072 "objc2-quartz-core",
 9073 "objc2-symbols",
 9074 "objc2-uniform-type-identifiers",
 9075 "objc2-user-notifications",
 9076]
 9077
 9078[[package]]
 9079name = "objc2-uniform-type-identifiers"
 9080version = "0.2.2"
 9081source = "registry+https://github.com/rust-lang/crates.io-index"
 9082checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
 9083dependencies = [
 9084 "block2",
 9085 "objc2",
 9086 "objc2-foundation",
 9087]
 9088
 9089[[package]]
 9090name = "objc2-user-notifications"
 9091version = "0.2.2"
 9092source = "registry+https://github.com/rust-lang/crates.io-index"
 9093checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
 9094dependencies = [
 9095 "bitflags 2.9.0",
 9096 "block2",
 9097 "objc2",
 9098 "objc2-core-location",
 9099 "objc2-foundation",
 9100]
 9101
 9102[[package]]
 9103name = "object"
 9104version = "0.36.5"
 9105source = "registry+https://github.com/rust-lang/crates.io-index"
 9106checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
 9107dependencies = [
 9108 "crc32fast",
 9109 "hashbrown 0.15.2",
 9110 "indexmap",
 9111 "memchr",
 9112]
 9113
 9114[[package]]
 9115name = "oboe"
 9116version = "0.6.1"
 9117source = "registry+https://github.com/rust-lang/crates.io-index"
 9118checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
 9119dependencies = [
 9120 "jni",
 9121 "ndk",
 9122 "ndk-context",
 9123 "num-derive",
 9124 "num-traits",
 9125 "oboe-sys",
 9126]
 9127
 9128[[package]]
 9129name = "oboe-sys"
 9130version = "0.6.1"
 9131source = "registry+https://github.com/rust-lang/crates.io-index"
 9132checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
 9133dependencies = [
 9134 "cc",
 9135]
 9136
 9137[[package]]
 9138name = "ollama"
 9139version = "0.1.0"
 9140dependencies = [
 9141 "anyhow",
 9142 "futures 0.3.31",
 9143 "http_client",
 9144 "schemars",
 9145 "serde",
 9146 "serde_json",
 9147]
 9148
 9149[[package]]
 9150name = "once_cell"
 9151version = "1.20.3"
 9152source = "registry+https://github.com/rust-lang/crates.io-index"
 9153checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
 9154
 9155[[package]]
 9156name = "oo7"
 9157version = "0.4.3"
 9158source = "registry+https://github.com/rust-lang/crates.io-index"
 9159checksum = "6cb23d3ec3527d65a83be1c1795cb883c52cfa57147d42acc797127df56fc489"
 9160dependencies = [
 9161 "aes",
 9162 "ashpd",
 9163 "async-fs",
 9164 "async-io",
 9165 "async-lock",
 9166 "blocking",
 9167 "cbc",
 9168 "cipher",
 9169 "digest",
 9170 "endi",
 9171 "futures-lite 2.6.0",
 9172 "futures-util",
 9173 "getrandom 0.3.1",
 9174 "hkdf",
 9175 "hmac",
 9176 "md-5",
 9177 "num",
 9178 "num-bigint-dig",
 9179 "pbkdf2 0.12.2",
 9180 "rand 0.9.0",
 9181 "serde",
 9182 "sha2",
 9183 "subtle",
 9184 "zbus",
 9185 "zbus_macros",
 9186 "zeroize",
 9187 "zvariant",
 9188]
 9189
 9190[[package]]
 9191name = "oorandom"
 9192version = "11.1.4"
 9193source = "registry+https://github.com/rust-lang/crates.io-index"
 9194checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
 9195
 9196[[package]]
 9197name = "open"
 9198version = "5.3.2"
 9199source = "registry+https://github.com/rust-lang/crates.io-index"
 9200checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
 9201dependencies = [
 9202 "is-wsl",
 9203 "libc",
 9204 "pathdiff",
 9205]
 9206
 9207[[package]]
 9208name = "open_ai"
 9209version = "0.1.0"
 9210dependencies = [
 9211 "anyhow",
 9212 "futures 0.3.31",
 9213 "http_client",
 9214 "schemars",
 9215 "serde",
 9216 "serde_json",
 9217 "strum",
 9218]
 9219
 9220[[package]]
 9221name = "opener"
 9222version = "0.7.2"
 9223source = "registry+https://github.com/rust-lang/crates.io-index"
 9224checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
 9225dependencies = [
 9226 "bstr",
 9227 "dbus",
 9228 "normpath",
 9229 "windows-sys 0.59.0",
 9230]
 9231
 9232[[package]]
 9233name = "openssl"
 9234version = "0.10.70"
 9235source = "registry+https://github.com/rust-lang/crates.io-index"
 9236checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6"
 9237dependencies = [
 9238 "bitflags 2.9.0",
 9239 "cfg-if",
 9240 "foreign-types 0.3.2",
 9241 "libc",
 9242 "once_cell",
 9243 "openssl-macros",
 9244 "openssl-sys",
 9245]
 9246
 9247[[package]]
 9248name = "openssl-macros"
 9249version = "0.1.1"
 9250source = "registry+https://github.com/rust-lang/crates.io-index"
 9251checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
 9252dependencies = [
 9253 "proc-macro2",
 9254 "quote",
 9255 "syn 2.0.100",
 9256]
 9257
 9258[[package]]
 9259name = "openssl-probe"
 9260version = "0.1.5"
 9261source = "registry+https://github.com/rust-lang/crates.io-index"
 9262checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
 9263
 9264[[package]]
 9265name = "openssl-src"
 9266version = "300.4.1+3.4.0"
 9267source = "registry+https://github.com/rust-lang/crates.io-index"
 9268checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
 9269dependencies = [
 9270 "cc",
 9271]
 9272
 9273[[package]]
 9274name = "openssl-sys"
 9275version = "0.9.105"
 9276source = "registry+https://github.com/rust-lang/crates.io-index"
 9277checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc"
 9278dependencies = [
 9279 "cc",
 9280 "libc",
 9281 "openssl-src",
 9282 "pkg-config",
 9283 "vcpkg",
 9284]
 9285
 9286[[package]]
 9287name = "option-ext"
 9288version = "0.2.0"
 9289source = "registry+https://github.com/rust-lang/crates.io-index"
 9290checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
 9291
 9292[[package]]
 9293name = "ordered-float"
 9294version = "2.10.1"
 9295source = "registry+https://github.com/rust-lang/crates.io-index"
 9296checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
 9297dependencies = [
 9298 "num-traits",
 9299]
 9300
 9301[[package]]
 9302name = "ordered-float"
 9303version = "3.9.2"
 9304source = "registry+https://github.com/rust-lang/crates.io-index"
 9305checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
 9306dependencies = [
 9307 "num-traits",
 9308]
 9309
 9310[[package]]
 9311name = "ordered-stream"
 9312version = "0.2.0"
 9313source = "registry+https://github.com/rust-lang/crates.io-index"
 9314checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
 9315dependencies = [
 9316 "futures-core",
 9317 "pin-project-lite",
 9318]
 9319
 9320[[package]]
 9321name = "ouroboros"
 9322version = "0.18.4"
 9323source = "registry+https://github.com/rust-lang/crates.io-index"
 9324checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
 9325dependencies = [
 9326 "aliasable",
 9327 "ouroboros_macro",
 9328 "static_assertions",
 9329]
 9330
 9331[[package]]
 9332name = "ouroboros_macro"
 9333version = "0.18.4"
 9334source = "registry+https://github.com/rust-lang/crates.io-index"
 9335checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
 9336dependencies = [
 9337 "heck 0.4.1",
 9338 "itertools 0.12.1",
 9339 "proc-macro2",
 9340 "proc-macro2-diagnostics",
 9341 "quote",
 9342 "syn 2.0.100",
 9343]
 9344
 9345[[package]]
 9346name = "outline"
 9347version = "0.1.0"
 9348dependencies = [
 9349 "editor",
 9350 "fuzzy",
 9351 "gpui",
 9352 "indoc",
 9353 "language",
 9354 "menu",
 9355 "ordered-float 2.10.1",
 9356 "picker",
 9357 "project",
 9358 "rope",
 9359 "serde_json",
 9360 "settings",
 9361 "smol",
 9362 "theme",
 9363 "tree-sitter-rust",
 9364 "tree-sitter-typescript",
 9365 "ui",
 9366 "util",
 9367 "workspace",
 9368 "zed_actions",
 9369]
 9370
 9371[[package]]
 9372name = "outline_panel"
 9373version = "0.1.0"
 9374dependencies = [
 9375 "anyhow",
 9376 "collections",
 9377 "db",
 9378 "editor",
 9379 "file_icons",
 9380 "fuzzy",
 9381 "gpui",
 9382 "itertools 0.14.0",
 9383 "language",
 9384 "log",
 9385 "menu",
 9386 "outline",
 9387 "pretty_assertions",
 9388 "project",
 9389 "schemars",
 9390 "search",
 9391 "serde",
 9392 "serde_json",
 9393 "settings",
 9394 "smallvec",
 9395 "smol",
 9396 "theme",
 9397 "ui",
 9398 "util",
 9399 "workspace",
 9400 "worktree",
 9401 "zed_actions",
 9402]
 9403
 9404[[package]]
 9405name = "outref"
 9406version = "0.5.1"
 9407source = "registry+https://github.com/rust-lang/crates.io-index"
 9408checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
 9409
 9410[[package]]
 9411name = "overload"
 9412version = "0.1.1"
 9413source = "registry+https://github.com/rust-lang/crates.io-index"
 9414checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
 9415
 9416[[package]]
 9417name = "p256"
 9418version = "0.11.1"
 9419source = "registry+https://github.com/rust-lang/crates.io-index"
 9420checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
 9421dependencies = [
 9422 "ecdsa",
 9423 "elliptic-curve",
 9424 "sha2",
 9425]
 9426
 9427[[package]]
 9428name = "page_size"
 9429version = "0.6.0"
 9430source = "registry+https://github.com/rust-lang/crates.io-index"
 9431checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
 9432dependencies = [
 9433 "libc",
 9434 "winapi",
 9435]
 9436
 9437[[package]]
 9438name = "palette"
 9439version = "0.7.6"
 9440source = "registry+https://github.com/rust-lang/crates.io-index"
 9441checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
 9442dependencies = [
 9443 "approx",
 9444 "fast-srgb8",
 9445 "palette_derive",
 9446]
 9447
 9448[[package]]
 9449name = "palette_derive"
 9450version = "0.7.6"
 9451source = "registry+https://github.com/rust-lang/crates.io-index"
 9452checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
 9453dependencies = [
 9454 "by_address",
 9455 "proc-macro2",
 9456 "quote",
 9457 "syn 2.0.100",
 9458]
 9459
 9460[[package]]
 9461name = "panel"
 9462version = "0.1.0"
 9463dependencies = [
 9464 "editor",
 9465 "gpui",
 9466 "settings",
 9467 "theme",
 9468 "ui",
 9469 "workspace",
 9470]
 9471
 9472[[package]]
 9473name = "parity-tokio-ipc"
 9474version = "0.9.0"
 9475source = "registry+https://github.com/rust-lang/crates.io-index"
 9476checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
 9477dependencies = [
 9478 "futures 0.3.31",
 9479 "libc",
 9480 "log",
 9481 "rand 0.7.3",
 9482 "tokio",
 9483 "winapi",
 9484]
 9485
 9486[[package]]
 9487name = "parking"
 9488version = "2.2.1"
 9489source = "registry+https://github.com/rust-lang/crates.io-index"
 9490checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
 9491
 9492[[package]]
 9493name = "parking_lot"
 9494version = "0.12.3"
 9495source = "registry+https://github.com/rust-lang/crates.io-index"
 9496checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
 9497dependencies = [
 9498 "lock_api",
 9499 "parking_lot_core",
 9500]
 9501
 9502[[package]]
 9503name = "parking_lot_core"
 9504version = "0.9.10"
 9505source = "registry+https://github.com/rust-lang/crates.io-index"
 9506checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
 9507dependencies = [
 9508 "cfg-if",
 9509 "libc",
 9510 "redox_syscall 0.5.8",
 9511 "smallvec",
 9512 "windows-targets 0.52.6",
 9513]
 9514
 9515[[package]]
 9516name = "password-hash"
 9517version = "0.4.2"
 9518source = "registry+https://github.com/rust-lang/crates.io-index"
 9519checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
 9520dependencies = [
 9521 "base64ct",
 9522 "rand_core 0.6.4",
 9523 "subtle",
 9524]
 9525
 9526[[package]]
 9527name = "password-hash"
 9528version = "0.5.0"
 9529source = "registry+https://github.com/rust-lang/crates.io-index"
 9530checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
 9531dependencies = [
 9532 "base64ct",
 9533 "rand_core 0.6.4",
 9534 "subtle",
 9535]
 9536
 9537[[package]]
 9538name = "paste"
 9539version = "1.0.15"
 9540source = "registry+https://github.com/rust-lang/crates.io-index"
 9541checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
 9542
 9543[[package]]
 9544name = "pathdiff"
 9545version = "0.2.3"
 9546source = "registry+https://github.com/rust-lang/crates.io-index"
 9547checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
 9548
 9549[[package]]
 9550name = "pathfinder_geometry"
 9551version = "0.5.1"
 9552source = "registry+https://github.com/rust-lang/crates.io-index"
 9553checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
 9554dependencies = [
 9555 "log",
 9556 "pathfinder_simd",
 9557]
 9558
 9559[[package]]
 9560name = "pathfinder_simd"
 9561version = "0.5.4"
 9562source = "registry+https://github.com/rust-lang/crates.io-index"
 9563checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
 9564dependencies = [
 9565 "rustc_version",
 9566]
 9567
 9568[[package]]
 9569name = "paths"
 9570version = "0.1.0"
 9571dependencies = [
 9572 "dirs 4.0.0",
 9573 "util",
 9574]
 9575
 9576[[package]]
 9577name = "pbjson"
 9578version = "0.6.0"
 9579source = "registry+https://github.com/rust-lang/crates.io-index"
 9580checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
 9581dependencies = [
 9582 "base64 0.21.7",
 9583 "serde",
 9584]
 9585
 9586[[package]]
 9587name = "pbjson-build"
 9588version = "0.6.2"
 9589source = "registry+https://github.com/rust-lang/crates.io-index"
 9590checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
 9591dependencies = [
 9592 "heck 0.4.1",
 9593 "itertools 0.11.0",
 9594 "prost 0.12.6",
 9595 "prost-types 0.12.6",
 9596]
 9597
 9598[[package]]
 9599name = "pbjson-types"
 9600version = "0.6.0"
 9601source = "registry+https://github.com/rust-lang/crates.io-index"
 9602checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
 9603dependencies = [
 9604 "bytes 1.10.1",
 9605 "chrono",
 9606 "pbjson",
 9607 "pbjson-build",
 9608 "prost 0.12.6",
 9609 "prost-build 0.12.6",
 9610 "serde",
 9611]
 9612
 9613[[package]]
 9614name = "pbkdf2"
 9615version = "0.11.0"
 9616source = "registry+https://github.com/rust-lang/crates.io-index"
 9617checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
 9618dependencies = [
 9619 "digest",
 9620 "hmac",
 9621 "password-hash 0.4.2",
 9622 "sha2",
 9623]
 9624
 9625[[package]]
 9626name = "pbkdf2"
 9627version = "0.12.2"
 9628source = "registry+https://github.com/rust-lang/crates.io-index"
 9629checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
 9630dependencies = [
 9631 "digest",
 9632 "hmac",
 9633]
 9634
 9635[[package]]
 9636name = "pem"
 9637version = "3.0.4"
 9638source = "registry+https://github.com/rust-lang/crates.io-index"
 9639checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
 9640dependencies = [
 9641 "base64 0.22.1",
 9642 "serde",
 9643]
 9644
 9645[[package]]
 9646name = "pem-rfc7468"
 9647version = "0.7.0"
 9648source = "registry+https://github.com/rust-lang/crates.io-index"
 9649checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
 9650dependencies = [
 9651 "base64ct",
 9652]
 9653
 9654[[package]]
 9655name = "percent-encoding"
 9656version = "2.3.1"
 9657source = "registry+https://github.com/rust-lang/crates.io-index"
 9658checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
 9659
 9660[[package]]
 9661name = "perplexity"
 9662version = "0.1.0"
 9663dependencies = [
 9664 "serde",
 9665 "zed_extension_api 0.4.0",
 9666]
 9667
 9668[[package]]
 9669name = "pest"
 9670version = "2.7.15"
 9671source = "registry+https://github.com/rust-lang/crates.io-index"
 9672checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
 9673dependencies = [
 9674 "memchr",
 9675 "thiserror 2.0.12",
 9676 "ucd-trie",
 9677]
 9678
 9679[[package]]
 9680name = "pest_derive"
 9681version = "2.7.15"
 9682source = "registry+https://github.com/rust-lang/crates.io-index"
 9683checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
 9684dependencies = [
 9685 "pest",
 9686 "pest_generator",
 9687]
 9688
 9689[[package]]
 9690name = "pest_generator"
 9691version = "2.7.15"
 9692source = "registry+https://github.com/rust-lang/crates.io-index"
 9693checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
 9694dependencies = [
 9695 "pest",
 9696 "pest_meta",
 9697 "proc-macro2",
 9698 "quote",
 9699 "syn 2.0.100",
 9700]
 9701
 9702[[package]]
 9703name = "pest_meta"
 9704version = "2.7.15"
 9705source = "registry+https://github.com/rust-lang/crates.io-index"
 9706checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
 9707dependencies = [
 9708 "once_cell",
 9709 "pest",
 9710 "sha2",
 9711]
 9712
 9713[[package]]
 9714name = "pet"
 9715version = "0.1.0"
 9716source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9717dependencies = [
 9718 "clap",
 9719 "env_logger 0.10.2",
 9720 "lazy_static",
 9721 "log",
 9722 "msvc_spectre_libs",
 9723 "pet-conda",
 9724 "pet-core",
 9725 "pet-env-var-path",
 9726 "pet-fs",
 9727 "pet-global-virtualenvs",
 9728 "pet-homebrew",
 9729 "pet-jsonrpc",
 9730 "pet-linux-global-python",
 9731 "pet-mac-commandlinetools",
 9732 "pet-mac-python-org",
 9733 "pet-mac-xcode",
 9734 "pet-pipenv",
 9735 "pet-pixi",
 9736 "pet-poetry",
 9737 "pet-pyenv",
 9738 "pet-python-utils",
 9739 "pet-reporter",
 9740 "pet-telemetry",
 9741 "pet-venv",
 9742 "pet-virtualenv",
 9743 "pet-virtualenvwrapper",
 9744 "pet-windows-registry",
 9745 "pet-windows-store",
 9746 "serde",
 9747 "serde_json",
 9748]
 9749
 9750[[package]]
 9751name = "pet-conda"
 9752version = "0.1.0"
 9753source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9754dependencies = [
 9755 "env_logger 0.10.2",
 9756 "lazy_static",
 9757 "log",
 9758 "msvc_spectre_libs",
 9759 "pet-core",
 9760 "pet-fs",
 9761 "pet-python-utils",
 9762 "pet-reporter",
 9763 "regex",
 9764 "serde",
 9765 "serde_json",
 9766 "yaml-rust2",
 9767]
 9768
 9769[[package]]
 9770name = "pet-core"
 9771version = "0.1.0"
 9772source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9773dependencies = [
 9774 "clap",
 9775 "lazy_static",
 9776 "log",
 9777 "msvc_spectre_libs",
 9778 "pet-fs",
 9779 "regex",
 9780 "serde",
 9781 "serde_json",
 9782]
 9783
 9784[[package]]
 9785name = "pet-env-var-path"
 9786version = "0.1.0"
 9787source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9788dependencies = [
 9789 "lazy_static",
 9790 "log",
 9791 "msvc_spectre_libs",
 9792 "pet-conda",
 9793 "pet-core",
 9794 "pet-fs",
 9795 "pet-python-utils",
 9796 "pet-virtualenv",
 9797 "regex",
 9798]
 9799
 9800[[package]]
 9801name = "pet-fs"
 9802version = "0.1.0"
 9803source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9804dependencies = [
 9805 "log",
 9806 "msvc_spectre_libs",
 9807]
 9808
 9809[[package]]
 9810name = "pet-global-virtualenvs"
 9811version = "0.1.0"
 9812source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9813dependencies = [
 9814 "log",
 9815 "msvc_spectre_libs",
 9816 "pet-conda",
 9817 "pet-core",
 9818 "pet-fs",
 9819 "pet-virtualenv",
 9820]
 9821
 9822[[package]]
 9823name = "pet-homebrew"
 9824version = "0.1.0"
 9825source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9826dependencies = [
 9827 "lazy_static",
 9828 "log",
 9829 "msvc_spectre_libs",
 9830 "pet-conda",
 9831 "pet-core",
 9832 "pet-fs",
 9833 "pet-python-utils",
 9834 "pet-virtualenv",
 9835 "regex",
 9836 "serde",
 9837 "serde_json",
 9838]
 9839
 9840[[package]]
 9841name = "pet-jsonrpc"
 9842version = "0.1.0"
 9843source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9844dependencies = [
 9845 "env_logger 0.10.2",
 9846 "log",
 9847 "msvc_spectre_libs",
 9848 "pet-core",
 9849 "serde",
 9850 "serde_json",
 9851]
 9852
 9853[[package]]
 9854name = "pet-linux-global-python"
 9855version = "0.1.0"
 9856source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9857dependencies = [
 9858 "log",
 9859 "msvc_spectre_libs",
 9860 "pet-core",
 9861 "pet-fs",
 9862 "pet-python-utils",
 9863 "pet-virtualenv",
 9864]
 9865
 9866[[package]]
 9867name = "pet-mac-commandlinetools"
 9868version = "0.1.0"
 9869source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9870dependencies = [
 9871 "log",
 9872 "msvc_spectre_libs",
 9873 "pet-core",
 9874 "pet-fs",
 9875 "pet-python-utils",
 9876 "pet-virtualenv",
 9877]
 9878
 9879[[package]]
 9880name = "pet-mac-python-org"
 9881version = "0.1.0"
 9882source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9883dependencies = [
 9884 "log",
 9885 "msvc_spectre_libs",
 9886 "pet-core",
 9887 "pet-fs",
 9888 "pet-python-utils",
 9889 "pet-virtualenv",
 9890]
 9891
 9892[[package]]
 9893name = "pet-mac-xcode"
 9894version = "0.1.0"
 9895source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9896dependencies = [
 9897 "log",
 9898 "msvc_spectre_libs",
 9899 "pet-core",
 9900 "pet-fs",
 9901 "pet-python-utils",
 9902 "pet-virtualenv",
 9903]
 9904
 9905[[package]]
 9906name = "pet-pipenv"
 9907version = "0.1.0"
 9908source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9909dependencies = [
 9910 "log",
 9911 "msvc_spectre_libs",
 9912 "pet-core",
 9913 "pet-fs",
 9914 "pet-python-utils",
 9915 "pet-virtualenv",
 9916]
 9917
 9918[[package]]
 9919name = "pet-pixi"
 9920version = "0.1.0"
 9921source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9922dependencies = [
 9923 "log",
 9924 "msvc_spectre_libs",
 9925 "pet-conda",
 9926 "pet-core",
 9927 "pet-python-utils",
 9928]
 9929
 9930[[package]]
 9931name = "pet-poetry"
 9932version = "0.1.0"
 9933source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9934dependencies = [
 9935 "base64 0.22.1",
 9936 "lazy_static",
 9937 "log",
 9938 "msvc_spectre_libs",
 9939 "pet-core",
 9940 "pet-fs",
 9941 "pet-python-utils",
 9942 "pet-reporter",
 9943 "pet-virtualenv",
 9944 "regex",
 9945 "serde",
 9946 "serde_json",
 9947 "sha2",
 9948 "toml 0.8.20",
 9949]
 9950
 9951[[package]]
 9952name = "pet-pyenv"
 9953version = "0.1.0"
 9954source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9955dependencies = [
 9956 "lazy_static",
 9957 "log",
 9958 "msvc_spectre_libs",
 9959 "pet-conda",
 9960 "pet-core",
 9961 "pet-fs",
 9962 "pet-python-utils",
 9963 "pet-reporter",
 9964 "regex",
 9965 "serde",
 9966 "serde_json",
 9967]
 9968
 9969[[package]]
 9970name = "pet-python-utils"
 9971version = "0.1.0"
 9972source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9973dependencies = [
 9974 "env_logger 0.10.2",
 9975 "lazy_static",
 9976 "log",
 9977 "msvc_spectre_libs",
 9978 "pet-core",
 9979 "pet-fs",
 9980 "regex",
 9981 "serde",
 9982 "serde_json",
 9983 "sha2",
 9984]
 9985
 9986[[package]]
 9987name = "pet-reporter"
 9988version = "0.1.0"
 9989source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9990dependencies = [
 9991 "env_logger 0.10.2",
 9992 "log",
 9993 "msvc_spectre_libs",
 9994 "pet-core",
 9995 "pet-jsonrpc",
 9996 "serde",
 9997 "serde_json",
 9998]
 9999
10000[[package]]
10001name = "pet-telemetry"
10002version = "0.1.0"
10003source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10004dependencies = [
10005 "env_logger 0.10.2",
10006 "lazy_static",
10007 "log",
10008 "msvc_spectre_libs",
10009 "pet-core",
10010 "pet-fs",
10011 "pet-python-utils",
10012 "regex",
10013]
10014
10015[[package]]
10016name = "pet-venv"
10017version = "0.1.0"
10018source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10019dependencies = [
10020 "log",
10021 "msvc_spectre_libs",
10022 "pet-core",
10023 "pet-python-utils",
10024 "pet-virtualenv",
10025]
10026
10027[[package]]
10028name = "pet-virtualenv"
10029version = "0.1.0"
10030source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10031dependencies = [
10032 "log",
10033 "msvc_spectre_libs",
10034 "pet-core",
10035 "pet-fs",
10036 "pet-python-utils",
10037]
10038
10039[[package]]
10040name = "pet-virtualenvwrapper"
10041version = "0.1.0"
10042source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10043dependencies = [
10044 "log",
10045 "msvc_spectre_libs",
10046 "pet-core",
10047 "pet-fs",
10048 "pet-python-utils",
10049 "pet-virtualenv",
10050]
10051
10052[[package]]
10053name = "pet-windows-registry"
10054version = "0.1.0"
10055source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10056dependencies = [
10057 "lazy_static",
10058 "log",
10059 "msvc_spectre_libs",
10060 "pet-conda",
10061 "pet-core",
10062 "pet-fs",
10063 "pet-python-utils",
10064 "pet-virtualenv",
10065 "pet-windows-store",
10066 "regex",
10067 "winreg 0.52.0",
10068]
10069
10070[[package]]
10071name = "pet-windows-store"
10072version = "0.1.0"
10073source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10074dependencies = [
10075 "lazy_static",
10076 "log",
10077 "msvc_spectre_libs",
10078 "pet-core",
10079 "pet-fs",
10080 "pet-python-utils",
10081 "pet-virtualenv",
10082 "regex",
10083 "winreg 0.52.0",
10084]
10085
10086[[package]]
10087name = "petgraph"
10088version = "0.6.5"
10089source = "registry+https://github.com/rust-lang/crates.io-index"
10090checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
10091dependencies = [
10092 "fixedbitset",
10093 "indexmap",
10094]
10095
10096[[package]]
10097name = "pgvector"
10098version = "0.4.0"
10099source = "registry+https://github.com/rust-lang/crates.io-index"
10100checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
10101dependencies = [
10102 "serde",
10103]
10104
10105[[package]]
10106name = "phf"
10107version = "0.11.2"
10108source = "registry+https://github.com/rust-lang/crates.io-index"
10109checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
10110dependencies = [
10111 "phf_macros",
10112 "phf_shared 0.11.2",
10113]
10114
10115[[package]]
10116name = "phf_codegen"
10117version = "0.11.2"
10118source = "registry+https://github.com/rust-lang/crates.io-index"
10119checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
10120dependencies = [
10121 "phf_generator 0.11.2",
10122 "phf_shared 0.11.2",
10123]
10124
10125[[package]]
10126name = "phf_generator"
10127version = "0.10.0"
10128source = "registry+https://github.com/rust-lang/crates.io-index"
10129checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
10130dependencies = [
10131 "phf_shared 0.10.0",
10132 "rand 0.8.5",
10133]
10134
10135[[package]]
10136name = "phf_generator"
10137version = "0.11.2"
10138source = "registry+https://github.com/rust-lang/crates.io-index"
10139checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
10140dependencies = [
10141 "phf_shared 0.11.2",
10142 "rand 0.8.5",
10143]
10144
10145[[package]]
10146name = "phf_macros"
10147version = "0.11.2"
10148source = "registry+https://github.com/rust-lang/crates.io-index"
10149checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
10150dependencies = [
10151 "phf_generator 0.11.2",
10152 "phf_shared 0.11.2",
10153 "proc-macro2",
10154 "quote",
10155 "syn 2.0.100",
10156]
10157
10158[[package]]
10159name = "phf_shared"
10160version = "0.10.0"
10161source = "registry+https://github.com/rust-lang/crates.io-index"
10162checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
10163dependencies = [
10164 "siphasher 0.3.11",
10165]
10166
10167[[package]]
10168name = "phf_shared"
10169version = "0.11.2"
10170source = "registry+https://github.com/rust-lang/crates.io-index"
10171checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
10172dependencies = [
10173 "siphasher 0.3.11",
10174]
10175
10176[[package]]
10177name = "picker"
10178version = "0.1.0"
10179dependencies = [
10180 "anyhow",
10181 "ctor",
10182 "editor",
10183 "env_logger 0.11.7",
10184 "gpui",
10185 "menu",
10186 "schemars",
10187 "serde",
10188 "serde_json",
10189 "ui",
10190 "util",
10191 "workspace",
10192]
10193
10194[[package]]
10195name = "pico-args"
10196version = "0.5.0"
10197source = "registry+https://github.com/rust-lang/crates.io-index"
10198checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
10199
10200[[package]]
10201name = "pin-project"
10202version = "1.1.7"
10203source = "registry+https://github.com/rust-lang/crates.io-index"
10204checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
10205dependencies = [
10206 "pin-project-internal",
10207]
10208
10209[[package]]
10210name = "pin-project-internal"
10211version = "1.1.7"
10212source = "registry+https://github.com/rust-lang/crates.io-index"
10213checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
10214dependencies = [
10215 "proc-macro2",
10216 "quote",
10217 "syn 2.0.100",
10218]
10219
10220[[package]]
10221name = "pin-project-lite"
10222version = "0.2.16"
10223source = "registry+https://github.com/rust-lang/crates.io-index"
10224checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
10225
10226[[package]]
10227name = "pin-utils"
10228version = "0.1.0"
10229source = "registry+https://github.com/rust-lang/crates.io-index"
10230checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
10231
10232[[package]]
10233name = "piper"
10234version = "0.2.4"
10235source = "registry+https://github.com/rust-lang/crates.io-index"
10236checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
10237dependencies = [
10238 "atomic-waker",
10239 "fastrand 2.3.0",
10240 "futures-io",
10241]
10242
10243[[package]]
10244name = "pkcs1"
10245version = "0.7.5"
10246source = "registry+https://github.com/rust-lang/crates.io-index"
10247checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
10248dependencies = [
10249 "der 0.7.9",
10250 "pkcs8 0.10.2",
10251 "spki 0.7.3",
10252]
10253
10254[[package]]
10255name = "pkcs8"
10256version = "0.9.0"
10257source = "registry+https://github.com/rust-lang/crates.io-index"
10258checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
10259dependencies = [
10260 "der 0.6.1",
10261 "spki 0.6.0",
10262]
10263
10264[[package]]
10265name = "pkcs8"
10266version = "0.10.2"
10267source = "registry+https://github.com/rust-lang/crates.io-index"
10268checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
10269dependencies = [
10270 "der 0.7.9",
10271 "spki 0.7.3",
10272]
10273
10274[[package]]
10275name = "pkg-config"
10276version = "0.3.31"
10277source = "registry+https://github.com/rust-lang/crates.io-index"
10278checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
10279
10280[[package]]
10281name = "plist"
10282version = "1.7.1"
10283source = "registry+https://github.com/rust-lang/crates.io-index"
10284checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d"
10285dependencies = [
10286 "base64 0.22.1",
10287 "indexmap",
10288 "quick-xml 0.32.0",
10289 "serde",
10290 "time",
10291]
10292
10293[[package]]
10294name = "plotters"
10295version = "0.3.7"
10296source = "registry+https://github.com/rust-lang/crates.io-index"
10297checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
10298dependencies = [
10299 "num-traits",
10300 "plotters-backend",
10301 "plotters-svg",
10302 "wasm-bindgen",
10303 "web-sys",
10304]
10305
10306[[package]]
10307name = "plotters-backend"
10308version = "0.3.7"
10309source = "registry+https://github.com/rust-lang/crates.io-index"
10310checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
10311
10312[[package]]
10313name = "plotters-svg"
10314version = "0.3.7"
10315source = "registry+https://github.com/rust-lang/crates.io-index"
10316checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
10317dependencies = [
10318 "plotters-backend",
10319]
10320
10321[[package]]
10322name = "png"
10323version = "0.17.15"
10324source = "registry+https://github.com/rust-lang/crates.io-index"
10325checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
10326dependencies = [
10327 "bitflags 1.3.2",
10328 "crc32fast",
10329 "fdeflate",
10330 "flate2",
10331 "miniz_oxide",
10332]
10333
10334[[package]]
10335name = "polling"
10336version = "3.7.4"
10337source = "registry+https://github.com/rust-lang/crates.io-index"
10338checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
10339dependencies = [
10340 "cfg-if",
10341 "concurrent-queue",
10342 "hermit-abi 0.4.0",
10343 "pin-project-lite",
10344 "rustix",
10345 "tracing",
10346 "windows-sys 0.59.0",
10347]
10348
10349[[package]]
10350name = "pollster"
10351version = "0.2.5"
10352source = "registry+https://github.com/rust-lang/crates.io-index"
10353checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
10354
10355[[package]]
10356name = "portable-atomic"
10357version = "1.11.0"
10358source = "registry+https://github.com/rust-lang/crates.io-index"
10359checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
10360
10361[[package]]
10362name = "portable-atomic-util"
10363version = "0.2.4"
10364source = "registry+https://github.com/rust-lang/crates.io-index"
10365checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
10366dependencies = [
10367 "portable-atomic",
10368]
10369
10370[[package]]
10371name = "postage"
10372version = "0.5.0"
10373source = "registry+https://github.com/rust-lang/crates.io-index"
10374checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
10375dependencies = [
10376 "atomic",
10377 "crossbeam-queue",
10378 "futures 0.3.31",
10379 "log",
10380 "parking_lot",
10381 "pin-project",
10382 "pollster",
10383 "static_assertions",
10384 "thiserror 1.0.69",
10385]
10386
10387[[package]]
10388name = "postcard"
10389version = "1.1.1"
10390source = "registry+https://github.com/rust-lang/crates.io-index"
10391checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
10392dependencies = [
10393 "cobs",
10394 "embedded-io 0.4.0",
10395 "embedded-io 0.6.1",
10396 "serde",
10397]
10398
10399[[package]]
10400name = "powerfmt"
10401version = "0.2.0"
10402source = "registry+https://github.com/rust-lang/crates.io-index"
10403checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
10404
10405[[package]]
10406name = "ppv-lite86"
10407version = "0.2.20"
10408source = "registry+https://github.com/rust-lang/crates.io-index"
10409checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
10410dependencies = [
10411 "zerocopy 0.7.35",
10412]
10413
10414[[package]]
10415name = "precomputed-hash"
10416version = "0.1.1"
10417source = "registry+https://github.com/rust-lang/crates.io-index"
10418checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
10419
10420[[package]]
10421name = "prettier"
10422version = "0.1.0"
10423dependencies = [
10424 "anyhow",
10425 "collections",
10426 "fs",
10427 "gpui",
10428 "language",
10429 "log",
10430 "lsp",
10431 "node_runtime",
10432 "parking_lot",
10433 "paths",
10434 "serde",
10435 "serde_json",
10436 "util",
10437]
10438
10439[[package]]
10440name = "pretty_assertions"
10441version = "1.4.1"
10442source = "registry+https://github.com/rust-lang/crates.io-index"
10443checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
10444dependencies = [
10445 "diff",
10446 "yansi",
10447]
10448
10449[[package]]
10450name = "prettyplease"
10451version = "0.2.25"
10452source = "registry+https://github.com/rust-lang/crates.io-index"
10453checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
10454dependencies = [
10455 "proc-macro2",
10456 "syn 2.0.100",
10457]
10458
10459[[package]]
10460name = "proc-macro-crate"
10461version = "3.2.0"
10462source = "registry+https://github.com/rust-lang/crates.io-index"
10463checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
10464dependencies = [
10465 "toml_edit",
10466]
10467
10468[[package]]
10469name = "proc-macro-error-attr2"
10470version = "2.0.0"
10471source = "registry+https://github.com/rust-lang/crates.io-index"
10472checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
10473dependencies = [
10474 "proc-macro2",
10475 "quote",
10476]
10477
10478[[package]]
10479name = "proc-macro-error2"
10480version = "2.0.1"
10481source = "registry+https://github.com/rust-lang/crates.io-index"
10482checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
10483dependencies = [
10484 "proc-macro-error-attr2",
10485 "proc-macro2",
10486 "quote",
10487 "syn 2.0.100",
10488]
10489
10490[[package]]
10491name = "proc-macro2"
10492version = "1.0.94"
10493source = "registry+https://github.com/rust-lang/crates.io-index"
10494checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
10495dependencies = [
10496 "unicode-ident",
10497]
10498
10499[[package]]
10500name = "proc-macro2-diagnostics"
10501version = "0.10.1"
10502source = "registry+https://github.com/rust-lang/crates.io-index"
10503checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
10504dependencies = [
10505 "proc-macro2",
10506 "quote",
10507 "syn 2.0.100",
10508 "version_check",
10509 "yansi",
10510]
10511
10512[[package]]
10513name = "profiling"
10514version = "1.0.16"
10515source = "registry+https://github.com/rust-lang/crates.io-index"
10516checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
10517dependencies = [
10518 "profiling-procmacros",
10519]
10520
10521[[package]]
10522name = "profiling-procmacros"
10523version = "1.0.16"
10524source = "registry+https://github.com/rust-lang/crates.io-index"
10525checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
10526dependencies = [
10527 "quote",
10528 "syn 2.0.100",
10529]
10530
10531[[package]]
10532name = "project"
10533version = "0.1.0"
10534dependencies = [
10535 "aho-corasick",
10536 "anyhow",
10537 "askpass",
10538 "async-trait",
10539 "buffer_diff",
10540 "circular-buffer",
10541 "client",
10542 "clock",
10543 "collections",
10544 "dap",
10545 "dap_adapters",
10546 "env_logger 0.11.7",
10547 "extension",
10548 "fancy-regex 0.14.0",
10549 "fs",
10550 "futures 0.3.31",
10551 "fuzzy",
10552 "git",
10553 "git2",
10554 "globset",
10555 "gpui",
10556 "http_client",
10557 "image",
10558 "indexmap",
10559 "itertools 0.14.0",
10560 "language",
10561 "log",
10562 "lsp",
10563 "node_runtime",
10564 "parking_lot",
10565 "pathdiff",
10566 "paths",
10567 "postage",
10568 "prettier",
10569 "pretty_assertions",
10570 "rand 0.8.5",
10571 "regex",
10572 "release_channel",
10573 "remote",
10574 "rpc",
10575 "schemars",
10576 "serde",
10577 "serde_json",
10578 "settings",
10579 "sha2",
10580 "shellexpand 2.1.2",
10581 "shlex",
10582 "smol",
10583 "snippet",
10584 "snippet_provider",
10585 "sum_tree",
10586 "task",
10587 "tempfile",
10588 "terminal",
10589 "text",
10590 "toml 0.8.20",
10591 "unindent",
10592 "url",
10593 "util",
10594 "which 6.0.3",
10595 "worktree",
10596 "zlog",
10597]
10598
10599[[package]]
10600name = "project_panel"
10601version = "0.1.0"
10602dependencies = [
10603 "anyhow",
10604 "client",
10605 "collections",
10606 "command_palette_hooks",
10607 "db",
10608 "editor",
10609 "file_icons",
10610 "git",
10611 "gpui",
10612 "indexmap",
10613 "language",
10614 "menu",
10615 "pretty_assertions",
10616 "project",
10617 "schemars",
10618 "search",
10619 "serde",
10620 "serde_derive",
10621 "serde_json",
10622 "settings",
10623 "smallvec",
10624 "theme",
10625 "ui",
10626 "util",
10627 "workspace",
10628 "worktree",
10629 "zed_actions",
10630]
10631
10632[[package]]
10633name = "project_symbols"
10634version = "0.1.0"
10635dependencies = [
10636 "anyhow",
10637 "editor",
10638 "futures 0.3.31",
10639 "fuzzy",
10640 "gpui",
10641 "language",
10642 "lsp",
10643 "ordered-float 2.10.1",
10644 "picker",
10645 "project",
10646 "release_channel",
10647 "serde_json",
10648 "settings",
10649 "theme",
10650 "util",
10651 "workspace",
10652]
10653
10654[[package]]
10655name = "prometheus"
10656version = "0.13.4"
10657source = "registry+https://github.com/rust-lang/crates.io-index"
10658checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
10659dependencies = [
10660 "cfg-if",
10661 "fnv",
10662 "lazy_static",
10663 "memchr",
10664 "parking_lot",
10665 "protobuf",
10666 "thiserror 1.0.69",
10667]
10668
10669[[package]]
10670name = "prompt_library"
10671version = "0.1.0"
10672dependencies = [
10673 "anyhow",
10674 "collections",
10675 "editor",
10676 "gpui",
10677 "language",
10678 "language_model",
10679 "log",
10680 "menu",
10681 "picker",
10682 "prompt_store",
10683 "release_channel",
10684 "rope",
10685 "serde",
10686 "settings",
10687 "theme",
10688 "ui",
10689 "util",
10690 "workspace",
10691 "zed_actions",
10692]
10693
10694[[package]]
10695name = "prompt_store"
10696version = "0.1.0"
10697dependencies = [
10698 "anyhow",
10699 "assets",
10700 "chrono",
10701 "collections",
10702 "fs",
10703 "futures 0.3.31",
10704 "fuzzy",
10705 "gpui",
10706 "handlebars 4.5.0",
10707 "heed",
10708 "language",
10709 "log",
10710 "parking_lot",
10711 "paths",
10712 "rope",
10713 "serde",
10714 "text",
10715 "util",
10716 "uuid",
10717]
10718
10719[[package]]
10720name = "prost"
10721version = "0.9.0"
10722source = "registry+https://github.com/rust-lang/crates.io-index"
10723checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
10724dependencies = [
10725 "bytes 1.10.1",
10726 "prost-derive 0.9.0",
10727]
10728
10729[[package]]
10730name = "prost"
10731version = "0.12.6"
10732source = "registry+https://github.com/rust-lang/crates.io-index"
10733checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
10734dependencies = [
10735 "bytes 1.10.1",
10736 "prost-derive 0.12.6",
10737]
10738
10739[[package]]
10740name = "prost-build"
10741version = "0.9.0"
10742source = "registry+https://github.com/rust-lang/crates.io-index"
10743checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
10744dependencies = [
10745 "bytes 1.10.1",
10746 "heck 0.3.3",
10747 "itertools 0.10.5",
10748 "lazy_static",
10749 "log",
10750 "multimap 0.8.3",
10751 "petgraph",
10752 "prost 0.9.0",
10753 "prost-types 0.9.0",
10754 "regex",
10755 "tempfile",
10756 "which 4.4.2",
10757]
10758
10759[[package]]
10760name = "prost-build"
10761version = "0.12.6"
10762source = "registry+https://github.com/rust-lang/crates.io-index"
10763checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
10764dependencies = [
10765 "bytes 1.10.1",
10766 "heck 0.5.0",
10767 "itertools 0.12.1",
10768 "log",
10769 "multimap 0.10.0",
10770 "once_cell",
10771 "petgraph",
10772 "prettyplease",
10773 "prost 0.12.6",
10774 "prost-types 0.12.6",
10775 "regex",
10776 "syn 2.0.100",
10777 "tempfile",
10778]
10779
10780[[package]]
10781name = "prost-derive"
10782version = "0.9.0"
10783source = "registry+https://github.com/rust-lang/crates.io-index"
10784checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
10785dependencies = [
10786 "anyhow",
10787 "itertools 0.10.5",
10788 "proc-macro2",
10789 "quote",
10790 "syn 1.0.109",
10791]
10792
10793[[package]]
10794name = "prost-derive"
10795version = "0.12.6"
10796source = "registry+https://github.com/rust-lang/crates.io-index"
10797checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
10798dependencies = [
10799 "anyhow",
10800 "itertools 0.12.1",
10801 "proc-macro2",
10802 "quote",
10803 "syn 2.0.100",
10804]
10805
10806[[package]]
10807name = "prost-types"
10808version = "0.9.0"
10809source = "registry+https://github.com/rust-lang/crates.io-index"
10810checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
10811dependencies = [
10812 "bytes 1.10.1",
10813 "prost 0.9.0",
10814]
10815
10816[[package]]
10817name = "prost-types"
10818version = "0.12.6"
10819source = "registry+https://github.com/rust-lang/crates.io-index"
10820checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
10821dependencies = [
10822 "prost 0.12.6",
10823]
10824
10825[[package]]
10826name = "proto"
10827version = "0.1.0"
10828dependencies = [
10829 "anyhow",
10830 "collections",
10831 "prost 0.9.0",
10832 "prost-build 0.9.0",
10833 "serde",
10834]
10835
10836[[package]]
10837name = "protobuf"
10838version = "2.28.0"
10839source = "registry+https://github.com/rust-lang/crates.io-index"
10840checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10841
10842[[package]]
10843name = "psm"
10844version = "0.1.24"
10845source = "registry+https://github.com/rust-lang/crates.io-index"
10846checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10847dependencies = [
10848 "cc",
10849]
10850
10851[[package]]
10852name = "ptr_meta"
10853version = "0.1.4"
10854source = "registry+https://github.com/rust-lang/crates.io-index"
10855checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10856dependencies = [
10857 "ptr_meta_derive",
10858]
10859
10860[[package]]
10861name = "ptr_meta_derive"
10862version = "0.1.4"
10863source = "registry+https://github.com/rust-lang/crates.io-index"
10864checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10865dependencies = [
10866 "proc-macro2",
10867 "quote",
10868 "syn 1.0.109",
10869]
10870
10871[[package]]
10872name = "pulldown-cmark"
10873version = "0.10.3"
10874source = "registry+https://github.com/rust-lang/crates.io-index"
10875checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10876dependencies = [
10877 "bitflags 2.9.0",
10878 "memchr",
10879 "pulldown-cmark-escape",
10880 "unicase",
10881]
10882
10883[[package]]
10884name = "pulldown-cmark"
10885version = "0.12.2"
10886source = "registry+https://github.com/rust-lang/crates.io-index"
10887checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10888dependencies = [
10889 "bitflags 2.9.0",
10890 "memchr",
10891 "unicase",
10892]
10893
10894[[package]]
10895name = "pulldown-cmark-escape"
10896version = "0.10.1"
10897source = "registry+https://github.com/rust-lang/crates.io-index"
10898checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10899
10900[[package]]
10901name = "pulley-interpreter"
10902version = "29.0.1"
10903source = "registry+https://github.com/rust-lang/crates.io-index"
10904checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
10905dependencies = [
10906 "cranelift-bitset",
10907 "log",
10908 "sptr",
10909 "wasmtime-math",
10910]
10911
10912[[package]]
10913name = "qoi"
10914version = "0.4.1"
10915source = "registry+https://github.com/rust-lang/crates.io-index"
10916checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10917dependencies = [
10918 "bytemuck",
10919]
10920
10921[[package]]
10922name = "quick-error"
10923version = "2.0.1"
10924source = "registry+https://github.com/rust-lang/crates.io-index"
10925checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10926
10927[[package]]
10928name = "quick-xml"
10929version = "0.32.0"
10930source = "registry+https://github.com/rust-lang/crates.io-index"
10931checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10932dependencies = [
10933 "memchr",
10934]
10935
10936[[package]]
10937name = "quick-xml"
10938version = "0.37.2"
10939source = "registry+https://github.com/rust-lang/crates.io-index"
10940checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003"
10941dependencies = [
10942 "memchr",
10943]
10944
10945[[package]]
10946name = "quinn"
10947version = "0.11.6"
10948source = "registry+https://github.com/rust-lang/crates.io-index"
10949checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10950dependencies = [
10951 "bytes 1.10.1",
10952 "pin-project-lite",
10953 "quinn-proto",
10954 "quinn-udp",
10955 "rustc-hash 2.1.1",
10956 "rustls 0.23.25",
10957 "socket2",
10958 "thiserror 2.0.12",
10959 "tokio",
10960 "tracing",
10961]
10962
10963[[package]]
10964name = "quinn-proto"
10965version = "0.11.9"
10966source = "registry+https://github.com/rust-lang/crates.io-index"
10967checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10968dependencies = [
10969 "bytes 1.10.1",
10970 "getrandom 0.2.15",
10971 "rand 0.8.5",
10972 "ring",
10973 "rustc-hash 2.1.1",
10974 "rustls 0.23.25",
10975 "rustls-pki-types",
10976 "slab",
10977 "thiserror 2.0.12",
10978 "tinyvec",
10979 "tracing",
10980 "web-time",
10981]
10982
10983[[package]]
10984name = "quinn-udp"
10985version = "0.5.9"
10986source = "registry+https://github.com/rust-lang/crates.io-index"
10987checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904"
10988dependencies = [
10989 "cfg_aliases 0.2.1",
10990 "libc",
10991 "once_cell",
10992 "socket2",
10993 "tracing",
10994 "windows-sys 0.59.0",
10995]
10996
10997[[package]]
10998name = "quote"
10999version = "1.0.40"
11000source = "registry+https://github.com/rust-lang/crates.io-index"
11001checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
11002dependencies = [
11003 "proc-macro2",
11004]
11005
11006[[package]]
11007name = "radium"
11008version = "0.7.0"
11009source = "registry+https://github.com/rust-lang/crates.io-index"
11010checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
11011
11012[[package]]
11013name = "rand"
11014version = "0.7.3"
11015source = "registry+https://github.com/rust-lang/crates.io-index"
11016checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
11017dependencies = [
11018 "getrandom 0.1.16",
11019 "libc",
11020 "rand_chacha 0.2.2",
11021 "rand_core 0.5.1",
11022 "rand_hc",
11023]
11024
11025[[package]]
11026name = "rand"
11027version = "0.8.5"
11028source = "registry+https://github.com/rust-lang/crates.io-index"
11029checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
11030dependencies = [
11031 "libc",
11032 "rand_chacha 0.3.1",
11033 "rand_core 0.6.4",
11034]
11035
11036[[package]]
11037name = "rand"
11038version = "0.9.0"
11039source = "registry+https://github.com/rust-lang/crates.io-index"
11040checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
11041dependencies = [
11042 "rand_chacha 0.9.0",
11043 "rand_core 0.9.0",
11044 "zerocopy 0.8.18",
11045]
11046
11047[[package]]
11048name = "rand_chacha"
11049version = "0.2.2"
11050source = "registry+https://github.com/rust-lang/crates.io-index"
11051checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
11052dependencies = [
11053 "ppv-lite86",
11054 "rand_core 0.5.1",
11055]
11056
11057[[package]]
11058name = "rand_chacha"
11059version = "0.3.1"
11060source = "registry+https://github.com/rust-lang/crates.io-index"
11061checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
11062dependencies = [
11063 "ppv-lite86",
11064 "rand_core 0.6.4",
11065]
11066
11067[[package]]
11068name = "rand_chacha"
11069version = "0.9.0"
11070source = "registry+https://github.com/rust-lang/crates.io-index"
11071checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
11072dependencies = [
11073 "ppv-lite86",
11074 "rand_core 0.9.0",
11075]
11076
11077[[package]]
11078name = "rand_core"
11079version = "0.5.1"
11080source = "registry+https://github.com/rust-lang/crates.io-index"
11081checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
11082dependencies = [
11083 "getrandom 0.1.16",
11084]
11085
11086[[package]]
11087name = "rand_core"
11088version = "0.6.4"
11089source = "registry+https://github.com/rust-lang/crates.io-index"
11090checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
11091dependencies = [
11092 "getrandom 0.2.15",
11093]
11094
11095[[package]]
11096name = "rand_core"
11097version = "0.9.0"
11098source = "registry+https://github.com/rust-lang/crates.io-index"
11099checksum = "b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff"
11100dependencies = [
11101 "getrandom 0.3.1",
11102 "zerocopy 0.8.18",
11103]
11104
11105[[package]]
11106name = "rand_hc"
11107version = "0.2.0"
11108source = "registry+https://github.com/rust-lang/crates.io-index"
11109checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
11110dependencies = [
11111 "rand_core 0.5.1",
11112]
11113
11114[[package]]
11115name = "rangemap"
11116version = "1.5.1"
11117source = "registry+https://github.com/rust-lang/crates.io-index"
11118checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
11119
11120[[package]]
11121name = "rav1e"
11122version = "0.7.1"
11123source = "registry+https://github.com/rust-lang/crates.io-index"
11124checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
11125dependencies = [
11126 "arbitrary",
11127 "arg_enum_proc_macro",
11128 "arrayvec",
11129 "av1-grain",
11130 "bitstream-io",
11131 "built",
11132 "cfg-if",
11133 "interpolate_name",
11134 "itertools 0.12.1",
11135 "libc",
11136 "libfuzzer-sys",
11137 "log",
11138 "maybe-rayon",
11139 "new_debug_unreachable",
11140 "noop_proc_macro",
11141 "num-derive",
11142 "num-traits",
11143 "once_cell",
11144 "paste",
11145 "profiling",
11146 "rand 0.8.5",
11147 "rand_chacha 0.3.1",
11148 "simd_helpers",
11149 "system-deps",
11150 "thiserror 1.0.69",
11151 "v_frame",
11152 "wasm-bindgen",
11153]
11154
11155[[package]]
11156name = "ravif"
11157version = "0.11.11"
11158source = "registry+https://github.com/rust-lang/crates.io-index"
11159checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
11160dependencies = [
11161 "avif-serialize",
11162 "imgref",
11163 "loop9",
11164 "quick-error",
11165 "rav1e",
11166 "rayon",
11167 "rgb",
11168]
11169
11170[[package]]
11171name = "raw-window-handle"
11172version = "0.6.2"
11173source = "registry+https://github.com/rust-lang/crates.io-index"
11174checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
11175
11176[[package]]
11177name = "raw-window-metal"
11178version = "0.4.0"
11179source = "registry+https://github.com/rust-lang/crates.io-index"
11180checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
11181dependencies = [
11182 "cocoa 0.25.0",
11183 "core-graphics 0.23.2",
11184 "objc",
11185 "raw-window-handle",
11186]
11187
11188[[package]]
11189name = "rayon"
11190version = "1.10.0"
11191source = "registry+https://github.com/rust-lang/crates.io-index"
11192checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
11193dependencies = [
11194 "either",
11195 "rayon-core",
11196]
11197
11198[[package]]
11199name = "rayon-core"
11200version = "1.12.1"
11201source = "registry+https://github.com/rust-lang/crates.io-index"
11202checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
11203dependencies = [
11204 "crossbeam-deque",
11205 "crossbeam-utils",
11206]
11207
11208[[package]]
11209name = "read-fonts"
11210version = "0.25.3"
11211source = "registry+https://github.com/rust-lang/crates.io-index"
11212checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
11213dependencies = [
11214 "bytemuck",
11215 "font-types",
11216]
11217
11218[[package]]
11219name = "recent_projects"
11220version = "0.1.0"
11221dependencies = [
11222 "anyhow",
11223 "auto_update",
11224 "dap",
11225 "editor",
11226 "extension_host",
11227 "file_finder",
11228 "futures 0.3.31",
11229 "fuzzy",
11230 "gpui",
11231 "language",
11232 "log",
11233 "markdown",
11234 "menu",
11235 "ordered-float 2.10.1",
11236 "paths",
11237 "picker",
11238 "project",
11239 "release_channel",
11240 "remote",
11241 "schemars",
11242 "serde",
11243 "serde_json",
11244 "settings",
11245 "smol",
11246 "task",
11247 "telemetry",
11248 "theme",
11249 "ui",
11250 "util",
11251 "workspace",
11252 "zed_actions",
11253]
11254
11255[[package]]
11256name = "redox_syscall"
11257version = "0.2.16"
11258source = "registry+https://github.com/rust-lang/crates.io-index"
11259checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
11260dependencies = [
11261 "bitflags 1.3.2",
11262]
11263
11264[[package]]
11265name = "redox_syscall"
11266version = "0.5.8"
11267source = "registry+https://github.com/rust-lang/crates.io-index"
11268checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
11269dependencies = [
11270 "bitflags 2.9.0",
11271]
11272
11273[[package]]
11274name = "redox_users"
11275version = "0.4.6"
11276source = "registry+https://github.com/rust-lang/crates.io-index"
11277checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
11278dependencies = [
11279 "getrandom 0.2.15",
11280 "libredox",
11281 "thiserror 1.0.69",
11282]
11283
11284[[package]]
11285name = "refineable"
11286version = "0.1.0"
11287dependencies = [
11288 "derive_refineable",
11289]
11290
11291[[package]]
11292name = "regalloc2"
11293version = "0.11.1"
11294source = "registry+https://github.com/rust-lang/crates.io-index"
11295checksum = "145c1c267e14f20fb0f88aa76a1c5ffec42d592c1d28b3cd9148ae35916158d3"
11296dependencies = [
11297 "allocator-api2",
11298 "bumpalo",
11299 "hashbrown 0.15.2",
11300 "log",
11301 "rustc-hash 2.1.1",
11302 "smallvec",
11303]
11304
11305[[package]]
11306name = "regex"
11307version = "1.11.1"
11308source = "registry+https://github.com/rust-lang/crates.io-index"
11309checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
11310dependencies = [
11311 "aho-corasick",
11312 "memchr",
11313 "regex-automata 0.4.9",
11314 "regex-syntax 0.8.5",
11315]
11316
11317[[package]]
11318name = "regex-automata"
11319version = "0.1.10"
11320source = "registry+https://github.com/rust-lang/crates.io-index"
11321checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
11322dependencies = [
11323 "regex-syntax 0.6.29",
11324]
11325
11326[[package]]
11327name = "regex-automata"
11328version = "0.4.9"
11329source = "registry+https://github.com/rust-lang/crates.io-index"
11330checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
11331dependencies = [
11332 "aho-corasick",
11333 "memchr",
11334 "regex-syntax 0.8.5",
11335]
11336
11337[[package]]
11338name = "regex-lite"
11339version = "0.1.6"
11340source = "registry+https://github.com/rust-lang/crates.io-index"
11341checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
11342
11343[[package]]
11344name = "regex-syntax"
11345version = "0.6.29"
11346source = "registry+https://github.com/rust-lang/crates.io-index"
11347checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
11348
11349[[package]]
11350name = "regex-syntax"
11351version = "0.8.5"
11352source = "registry+https://github.com/rust-lang/crates.io-index"
11353checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
11354
11355[[package]]
11356name = "release_channel"
11357version = "0.1.0"
11358dependencies = [
11359 "gpui",
11360]
11361
11362[[package]]
11363name = "remote"
11364version = "0.1.0"
11365dependencies = [
11366 "anyhow",
11367 "askpass",
11368 "async-trait",
11369 "collections",
11370 "fs",
11371 "futures 0.3.31",
11372 "gpui",
11373 "itertools 0.14.0",
11374 "log",
11375 "parking_lot",
11376 "paths",
11377 "prost 0.9.0",
11378 "release_channel",
11379 "rpc",
11380 "schemars",
11381 "serde",
11382 "serde_json",
11383 "shlex",
11384 "smol",
11385 "tempfile",
11386 "thiserror 2.0.12",
11387 "urlencoding",
11388 "util",
11389]
11390
11391[[package]]
11392name = "remote_server"
11393version = "0.1.0"
11394dependencies = [
11395 "anyhow",
11396 "async-watch",
11397 "backtrace",
11398 "cargo_toml",
11399 "chrono",
11400 "clap",
11401 "client",
11402 "clock",
11403 "dap",
11404 "env_logger 0.11.7",
11405 "extension",
11406 "extension_host",
11407 "fork",
11408 "fs",
11409 "futures 0.3.31",
11410 "git",
11411 "git_hosting_providers",
11412 "gpui",
11413 "gpui_tokio",
11414 "http_client",
11415 "language",
11416 "language_extension",
11417 "languages",
11418 "libc",
11419 "log",
11420 "lsp",
11421 "node_runtime",
11422 "paths",
11423 "project",
11424 "proto",
11425 "release_channel",
11426 "remote",
11427 "reqwest_client",
11428 "rpc",
11429 "rust-embed",
11430 "serde",
11431 "serde_json",
11432 "settings",
11433 "shellexpand 2.1.2",
11434 "smol",
11435 "sysinfo",
11436 "telemetry_events",
11437 "toml 0.8.20",
11438 "unindent",
11439 "util",
11440 "worktree",
11441]
11442
11443[[package]]
11444name = "rend"
11445version = "0.4.2"
11446source = "registry+https://github.com/rust-lang/crates.io-index"
11447checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
11448dependencies = [
11449 "bytecheck",
11450]
11451
11452[[package]]
11453name = "repl"
11454version = "0.1.0"
11455dependencies = [
11456 "alacritty_terminal",
11457 "anyhow",
11458 "async-dispatcher",
11459 "async-tungstenite",
11460 "base64 0.22.1",
11461 "client",
11462 "collections",
11463 "command_palette_hooks",
11464 "editor",
11465 "env_logger 0.11.7",
11466 "feature_flags",
11467 "file_icons",
11468 "futures 0.3.31",
11469 "gpui",
11470 "http_client",
11471 "image",
11472 "indoc",
11473 "jupyter-protocol",
11474 "jupyter-websocket-client",
11475 "language",
11476 "languages",
11477 "log",
11478 "markdown_preview",
11479 "menu",
11480 "multi_buffer",
11481 "nbformat",
11482 "picker",
11483 "project",
11484 "runtimelib",
11485 "schemars",
11486 "serde",
11487 "serde_json",
11488 "settings",
11489 "smol",
11490 "telemetry",
11491 "terminal",
11492 "terminal_view",
11493 "theme",
11494 "tree-sitter-md",
11495 "tree-sitter-python",
11496 "tree-sitter-typescript",
11497 "ui",
11498 "util",
11499 "uuid",
11500 "workspace",
11501]
11502
11503[[package]]
11504name = "reqwest"
11505version = "0.11.27"
11506source = "registry+https://github.com/rust-lang/crates.io-index"
11507checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
11508dependencies = [
11509 "base64 0.21.7",
11510 "bytes 1.10.1",
11511 "encoding_rs",
11512 "futures-core",
11513 "futures-util",
11514 "h2 0.3.26",
11515 "http 0.2.12",
11516 "http-body 0.4.6",
11517 "hyper 0.14.32",
11518 "hyper-rustls 0.24.2",
11519 "hyper-tls",
11520 "ipnet",
11521 "js-sys",
11522 "log",
11523 "mime",
11524 "native-tls",
11525 "once_cell",
11526 "percent-encoding",
11527 "pin-project-lite",
11528 "rustls 0.21.12",
11529 "rustls-native-certs 0.6.3",
11530 "rustls-pemfile 1.0.4",
11531 "serde",
11532 "serde_json",
11533 "serde_urlencoded",
11534 "sync_wrapper 0.1.2",
11535 "system-configuration 0.5.1",
11536 "tokio",
11537 "tokio-native-tls",
11538 "tokio-rustls 0.24.1",
11539 "tower-service",
11540 "url",
11541 "wasm-bindgen",
11542 "wasm-bindgen-futures",
11543 "web-sys",
11544 "winreg 0.50.0",
11545]
11546
11547[[package]]
11548name = "reqwest"
11549version = "0.12.8"
11550source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
11551dependencies = [
11552 "base64 0.22.1",
11553 "bytes 1.10.1",
11554 "encoding_rs",
11555 "futures-core",
11556 "futures-util",
11557 "h2 0.4.7",
11558 "http 1.2.0",
11559 "http-body 1.0.1",
11560 "http-body-util",
11561 "hyper 1.5.1",
11562 "hyper-rustls 0.27.3",
11563 "hyper-util",
11564 "ipnet",
11565 "js-sys",
11566 "log",
11567 "mime",
11568 "once_cell",
11569 "percent-encoding",
11570 "pin-project-lite",
11571 "quinn",
11572 "rustls 0.23.25",
11573 "rustls-native-certs 0.8.1",
11574 "rustls-pemfile 2.2.0",
11575 "rustls-pki-types",
11576 "serde",
11577 "serde_json",
11578 "serde_urlencoded",
11579 "sync_wrapper 1.0.2",
11580 "system-configuration 0.6.1",
11581 "tokio",
11582 "tokio-rustls 0.26.1",
11583 "tokio-socks",
11584 "tokio-util",
11585 "tower-service",
11586 "url",
11587 "wasm-bindgen",
11588 "wasm-bindgen-futures",
11589 "wasm-streams",
11590 "web-sys",
11591 "windows-registry",
11592]
11593
11594[[package]]
11595name = "reqwest_client"
11596version = "0.1.0"
11597dependencies = [
11598 "anyhow",
11599 "bytes 1.10.1",
11600 "futures 0.3.31",
11601 "gpui",
11602 "http_client",
11603 "http_client_tls",
11604 "log",
11605 "regex",
11606 "reqwest 0.12.8",
11607 "serde",
11608 "smol",
11609 "tokio",
11610]
11611
11612[[package]]
11613name = "resvg"
11614version = "0.45.0"
11615source = "registry+https://github.com/rust-lang/crates.io-index"
11616checksum = "dd43d1c474e9dadf09a8fdf22d713ba668b499b5117b9b9079500224e26b5b29"
11617dependencies = [
11618 "log",
11619 "pico-args",
11620 "rgb",
11621 "svgtypes",
11622 "tiny-skia",
11623 "usvg",
11624]
11625
11626[[package]]
11627name = "rfc6979"
11628version = "0.3.1"
11629source = "registry+https://github.com/rust-lang/crates.io-index"
11630checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
11631dependencies = [
11632 "crypto-bigint 0.4.9",
11633 "hmac",
11634 "zeroize",
11635]
11636
11637[[package]]
11638name = "rgb"
11639version = "0.8.50"
11640source = "registry+https://github.com/rust-lang/crates.io-index"
11641checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
11642dependencies = [
11643 "bytemuck",
11644]
11645
11646[[package]]
11647name = "rich_text"
11648version = "0.1.0"
11649dependencies = [
11650 "futures 0.3.31",
11651 "gpui",
11652 "language",
11653 "linkify",
11654 "pulldown-cmark 0.12.2",
11655 "theme",
11656 "ui",
11657 "util",
11658]
11659
11660[[package]]
11661name = "ring"
11662version = "0.17.8"
11663source = "registry+https://github.com/rust-lang/crates.io-index"
11664checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
11665dependencies = [
11666 "cc",
11667 "cfg-if",
11668 "getrandom 0.2.15",
11669 "libc",
11670 "spin",
11671 "untrusted",
11672 "windows-sys 0.52.0",
11673]
11674
11675[[package]]
11676name = "rkyv"
11677version = "0.7.45"
11678source = "registry+https://github.com/rust-lang/crates.io-index"
11679checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
11680dependencies = [
11681 "bitvec",
11682 "bytecheck",
11683 "bytes 1.10.1",
11684 "hashbrown 0.12.3",
11685 "ptr_meta",
11686 "rend",
11687 "rkyv_derive",
11688 "seahash",
11689 "tinyvec",
11690 "uuid",
11691]
11692
11693[[package]]
11694name = "rkyv_derive"
11695version = "0.7.45"
11696source = "registry+https://github.com/rust-lang/crates.io-index"
11697checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
11698dependencies = [
11699 "proc-macro2",
11700 "quote",
11701 "syn 1.0.109",
11702]
11703
11704[[package]]
11705name = "rmp"
11706version = "0.8.14"
11707source = "registry+https://github.com/rust-lang/crates.io-index"
11708checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
11709dependencies = [
11710 "byteorder",
11711 "num-traits",
11712 "paste",
11713]
11714
11715[[package]]
11716name = "rmpv"
11717version = "1.3.0"
11718source = "registry+https://github.com/rust-lang/crates.io-index"
11719checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
11720dependencies = [
11721 "num-traits",
11722 "rmp",
11723]
11724
11725[[package]]
11726name = "rodio"
11727version = "0.20.1"
11728source = "registry+https://github.com/rust-lang/crates.io-index"
11729checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
11730dependencies = [
11731 "cpal",
11732 "hound",
11733]
11734
11735[[package]]
11736name = "rope"
11737version = "0.1.0"
11738dependencies = [
11739 "arrayvec",
11740 "criterion",
11741 "ctor",
11742 "env_logger 0.11.7",
11743 "gpui",
11744 "log",
11745 "rand 0.8.5",
11746 "rayon",
11747 "smallvec",
11748 "sum_tree",
11749 "unicode-segmentation",
11750 "util",
11751]
11752
11753[[package]]
11754name = "roxmltree"
11755version = "0.20.0"
11756source = "registry+https://github.com/rust-lang/crates.io-index"
11757checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
11758
11759[[package]]
11760name = "rpc"
11761version = "0.1.0"
11762dependencies = [
11763 "anyhow",
11764 "async-tungstenite",
11765 "base64 0.22.1",
11766 "chrono",
11767 "collections",
11768 "env_logger 0.11.7",
11769 "futures 0.3.31",
11770 "gpui",
11771 "parking_lot",
11772 "proto",
11773 "rand 0.8.5",
11774 "rsa",
11775 "serde",
11776 "serde_json",
11777 "sha2",
11778 "strum",
11779 "tracing",
11780 "util",
11781 "zstd",
11782]
11783
11784[[package]]
11785name = "rsa"
11786version = "0.9.8"
11787source = "registry+https://github.com/rust-lang/crates.io-index"
11788checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
11789dependencies = [
11790 "const-oid",
11791 "digest",
11792 "num-bigint-dig",
11793 "num-integer",
11794 "num-traits",
11795 "pkcs1",
11796 "pkcs8 0.10.2",
11797 "rand_core 0.6.4",
11798 "signature 2.2.0",
11799 "spki 0.7.3",
11800 "subtle",
11801 "zeroize",
11802]
11803
11804[[package]]
11805name = "runtimelib"
11806version = "0.25.0"
11807source = "registry+https://github.com/rust-lang/crates.io-index"
11808checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
11809dependencies = [
11810 "anyhow",
11811 "async-dispatcher",
11812 "async-std",
11813 "base64 0.22.1",
11814 "bytes 1.10.1",
11815 "chrono",
11816 "data-encoding",
11817 "dirs 5.0.1",
11818 "futures 0.3.31",
11819 "glob",
11820 "jupyter-protocol",
11821 "ring",
11822 "serde",
11823 "serde_json",
11824 "shellexpand 3.1.0",
11825 "smol",
11826 "uuid",
11827 "zeromq",
11828]
11829
11830[[package]]
11831name = "rust-embed"
11832version = "8.5.0"
11833source = "registry+https://github.com/rust-lang/crates.io-index"
11834checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
11835dependencies = [
11836 "rust-embed-impl",
11837 "rust-embed-utils",
11838 "walkdir",
11839]
11840
11841[[package]]
11842name = "rust-embed-impl"
11843version = "8.5.0"
11844source = "registry+https://github.com/rust-lang/crates.io-index"
11845checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
11846dependencies = [
11847 "proc-macro2",
11848 "quote",
11849 "rust-embed-utils",
11850 "syn 2.0.100",
11851 "walkdir",
11852]
11853
11854[[package]]
11855name = "rust-embed-utils"
11856version = "8.5.0"
11857source = "registry+https://github.com/rust-lang/crates.io-index"
11858checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
11859dependencies = [
11860 "globset",
11861 "sha2",
11862 "walkdir",
11863]
11864
11865[[package]]
11866name = "rust_decimal"
11867version = "1.36.0"
11868source = "registry+https://github.com/rust-lang/crates.io-index"
11869checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
11870dependencies = [
11871 "arrayvec",
11872 "borsh",
11873 "bytes 1.10.1",
11874 "num-traits",
11875 "rand 0.8.5",
11876 "rkyv",
11877 "serde",
11878 "serde_json",
11879]
11880
11881[[package]]
11882name = "rustc-demangle"
11883version = "0.1.24"
11884source = "registry+https://github.com/rust-lang/crates.io-index"
11885checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11886
11887[[package]]
11888name = "rustc-hash"
11889version = "1.1.0"
11890source = "registry+https://github.com/rust-lang/crates.io-index"
11891checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11892
11893[[package]]
11894name = "rustc-hash"
11895version = "2.1.1"
11896source = "registry+https://github.com/rust-lang/crates.io-index"
11897checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
11898
11899[[package]]
11900name = "rustc_version"
11901version = "0.4.1"
11902source = "registry+https://github.com/rust-lang/crates.io-index"
11903checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11904dependencies = [
11905 "semver",
11906]
11907
11908[[package]]
11909name = "rustix"
11910version = "0.38.42"
11911source = "registry+https://github.com/rust-lang/crates.io-index"
11912checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11913dependencies = [
11914 "bitflags 2.9.0",
11915 "errno 0.3.10",
11916 "itoa",
11917 "libc",
11918 "linux-raw-sys",
11919 "once_cell",
11920 "windows-sys 0.59.0",
11921]
11922
11923[[package]]
11924name = "rustix-openpty"
11925version = "0.1.1"
11926source = "registry+https://github.com/rust-lang/crates.io-index"
11927checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11928dependencies = [
11929 "errno 0.3.10",
11930 "libc",
11931 "rustix",
11932]
11933
11934[[package]]
11935name = "rustls"
11936version = "0.21.12"
11937source = "registry+https://github.com/rust-lang/crates.io-index"
11938checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11939dependencies = [
11940 "log",
11941 "ring",
11942 "rustls-webpki 0.101.7",
11943 "sct",
11944]
11945
11946[[package]]
11947name = "rustls"
11948version = "0.23.25"
11949source = "registry+https://github.com/rust-lang/crates.io-index"
11950checksum = "822ee9188ac4ec04a2f0531e55d035fb2de73f18b41a63c70c2712503b6fb13c"
11951dependencies = [
11952 "aws-lc-rs",
11953 "log",
11954 "once_cell",
11955 "ring",
11956 "rustls-pki-types",
11957 "rustls-webpki 0.103.0",
11958 "subtle",
11959 "zeroize",
11960]
11961
11962[[package]]
11963name = "rustls-native-certs"
11964version = "0.6.3"
11965source = "registry+https://github.com/rust-lang/crates.io-index"
11966checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11967dependencies = [
11968 "openssl-probe",
11969 "rustls-pemfile 1.0.4",
11970 "schannel",
11971 "security-framework 2.11.1",
11972]
11973
11974[[package]]
11975name = "rustls-native-certs"
11976version = "0.8.1"
11977source = "registry+https://github.com/rust-lang/crates.io-index"
11978checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11979dependencies = [
11980 "openssl-probe",
11981 "rustls-pki-types",
11982 "schannel",
11983 "security-framework 3.0.1",
11984]
11985
11986[[package]]
11987name = "rustls-pemfile"
11988version = "1.0.4"
11989source = "registry+https://github.com/rust-lang/crates.io-index"
11990checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11991dependencies = [
11992 "base64 0.21.7",
11993]
11994
11995[[package]]
11996name = "rustls-pemfile"
11997version = "2.2.0"
11998source = "registry+https://github.com/rust-lang/crates.io-index"
11999checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
12000dependencies = [
12001 "rustls-pki-types",
12002]
12003
12004[[package]]
12005name = "rustls-pki-types"
12006version = "1.11.0"
12007source = "registry+https://github.com/rust-lang/crates.io-index"
12008checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
12009dependencies = [
12010 "web-time",
12011]
12012
12013[[package]]
12014name = "rustls-platform-verifier"
12015version = "0.5.1"
12016source = "registry+https://github.com/rust-lang/crates.io-index"
12017checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
12018dependencies = [
12019 "core-foundation 0.10.0",
12020 "core-foundation-sys",
12021 "jni",
12022 "log",
12023 "once_cell",
12024 "rustls 0.23.25",
12025 "rustls-native-certs 0.8.1",
12026 "rustls-platform-verifier-android",
12027 "rustls-webpki 0.103.0",
12028 "security-framework 3.0.1",
12029 "security-framework-sys",
12030 "webpki-root-certs",
12031 "windows-sys 0.59.0",
12032]
12033
12034[[package]]
12035name = "rustls-platform-verifier-android"
12036version = "0.1.1"
12037source = "registry+https://github.com/rust-lang/crates.io-index"
12038checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
12039
12040[[package]]
12041name = "rustls-webpki"
12042version = "0.101.7"
12043source = "registry+https://github.com/rust-lang/crates.io-index"
12044checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
12045dependencies = [
12046 "ring",
12047 "untrusted",
12048]
12049
12050[[package]]
12051name = "rustls-webpki"
12052version = "0.103.0"
12053source = "registry+https://github.com/rust-lang/crates.io-index"
12054checksum = "0aa4eeac2588ffff23e9d7a7e9b3f971c5fb5b7ebc9452745e0c232c64f83b2f"
12055dependencies = [
12056 "aws-lc-rs",
12057 "ring",
12058 "rustls-pki-types",
12059 "untrusted",
12060]
12061
12062[[package]]
12063name = "rustversion"
12064version = "1.0.18"
12065source = "registry+https://github.com/rust-lang/crates.io-index"
12066checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
12067
12068[[package]]
12069name = "rustybuzz"
12070version = "0.14.1"
12071source = "registry+https://github.com/rust-lang/crates.io-index"
12072checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
12073dependencies = [
12074 "bitflags 2.9.0",
12075 "bytemuck",
12076 "libm",
12077 "smallvec",
12078 "ttf-parser 0.21.1",
12079 "unicode-bidi-mirroring 0.2.0",
12080 "unicode-ccc 0.2.0",
12081 "unicode-properties",
12082 "unicode-script",
12083]
12084
12085[[package]]
12086name = "rustybuzz"
12087version = "0.20.1"
12088source = "registry+https://github.com/rust-lang/crates.io-index"
12089checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
12090dependencies = [
12091 "bitflags 2.9.0",
12092 "bytemuck",
12093 "core_maths",
12094 "log",
12095 "smallvec",
12096 "ttf-parser 0.25.1",
12097 "unicode-bidi-mirroring 0.4.0",
12098 "unicode-ccc 0.4.0",
12099 "unicode-properties",
12100 "unicode-script",
12101]
12102
12103[[package]]
12104name = "ryu"
12105version = "1.0.18"
12106source = "registry+https://github.com/rust-lang/crates.io-index"
12107checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
12108
12109[[package]]
12110name = "salsa20"
12111version = "0.10.2"
12112source = "registry+https://github.com/rust-lang/crates.io-index"
12113checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
12114dependencies = [
12115 "cipher",
12116]
12117
12118[[package]]
12119name = "same-file"
12120version = "1.0.6"
12121source = "registry+https://github.com/rust-lang/crates.io-index"
12122checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
12123dependencies = [
12124 "winapi-util",
12125]
12126
12127[[package]]
12128name = "schannel"
12129version = "0.1.27"
12130source = "registry+https://github.com/rust-lang/crates.io-index"
12131checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
12132dependencies = [
12133 "windows-sys 0.59.0",
12134]
12135
12136[[package]]
12137name = "schema_generator"
12138version = "0.1.0"
12139dependencies = [
12140 "anyhow",
12141 "clap",
12142 "env_logger 0.11.7",
12143 "schemars",
12144 "serde",
12145 "serde_json",
12146 "theme",
12147]
12148
12149[[package]]
12150name = "schemars"
12151version = "0.8.22"
12152source = "registry+https://github.com/rust-lang/crates.io-index"
12153checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
12154dependencies = [
12155 "dyn-clone",
12156 "indexmap",
12157 "schemars_derive",
12158 "serde",
12159 "serde_json",
12160]
12161
12162[[package]]
12163name = "schemars_derive"
12164version = "0.8.22"
12165source = "registry+https://github.com/rust-lang/crates.io-index"
12166checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
12167dependencies = [
12168 "proc-macro2",
12169 "quote",
12170 "serde_derive_internals",
12171 "syn 2.0.100",
12172]
12173
12174[[package]]
12175name = "scoped-tls"
12176version = "1.0.1"
12177source = "registry+https://github.com/rust-lang/crates.io-index"
12178checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
12179
12180[[package]]
12181name = "scopeguard"
12182version = "1.2.0"
12183source = "registry+https://github.com/rust-lang/crates.io-index"
12184checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
12185
12186[[package]]
12187name = "scratch"
12188version = "1.0.7"
12189source = "registry+https://github.com/rust-lang/crates.io-index"
12190checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
12191
12192[[package]]
12193name = "scrypt"
12194version = "0.11.0"
12195source = "registry+https://github.com/rust-lang/crates.io-index"
12196checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
12197dependencies = [
12198 "password-hash 0.5.0",
12199 "pbkdf2 0.12.2",
12200 "salsa20",
12201 "sha2",
12202]
12203
12204[[package]]
12205name = "sct"
12206version = "0.7.1"
12207source = "registry+https://github.com/rust-lang/crates.io-index"
12208checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
12209dependencies = [
12210 "ring",
12211 "untrusted",
12212]
12213
12214[[package]]
12215name = "sea-bae"
12216version = "0.2.1"
12217source = "registry+https://github.com/rust-lang/crates.io-index"
12218checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
12219dependencies = [
12220 "heck 0.4.1",
12221 "proc-macro-error2",
12222 "proc-macro2",
12223 "quote",
12224 "syn 2.0.100",
12225]
12226
12227[[package]]
12228name = "sea-orm"
12229version = "1.1.7"
12230source = "registry+https://github.com/rust-lang/crates.io-index"
12231checksum = "3417812d38049e8ec3d588c03570f8c60de811d2453fb48e424045a1600ffd86"
12232dependencies = [
12233 "async-stream",
12234 "async-trait",
12235 "bigdecimal",
12236 "chrono",
12237 "futures-util",
12238 "log",
12239 "ouroboros",
12240 "pgvector",
12241 "rust_decimal",
12242 "sea-orm-macros",
12243 "sea-query",
12244 "sea-query-binder",
12245 "serde",
12246 "serde_json",
12247 "sqlx",
12248 "strum",
12249 "thiserror 1.0.69",
12250 "time",
12251 "tracing",
12252 "url",
12253 "uuid",
12254]
12255
12256[[package]]
12257name = "sea-orm-macros"
12258version = "1.1.7"
12259source = "registry+https://github.com/rust-lang/crates.io-index"
12260checksum = "d705ba84e1c74c8ac27784e4ac6f21584058c1dc0cadb9d39b43e109fcf8139c"
12261dependencies = [
12262 "heck 0.4.1",
12263 "proc-macro2",
12264 "quote",
12265 "sea-bae",
12266 "syn 2.0.100",
12267 "unicode-ident",
12268]
12269
12270[[package]]
12271name = "sea-query"
12272version = "0.32.1"
12273source = "registry+https://github.com/rust-lang/crates.io-index"
12274checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
12275dependencies = [
12276 "bigdecimal",
12277 "chrono",
12278 "inherent",
12279 "ordered-float 3.9.2",
12280 "rust_decimal",
12281 "serde_json",
12282 "time",
12283 "uuid",
12284]
12285
12286[[package]]
12287name = "sea-query-binder"
12288version = "0.7.0"
12289source = "registry+https://github.com/rust-lang/crates.io-index"
12290checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
12291dependencies = [
12292 "bigdecimal",
12293 "chrono",
12294 "rust_decimal",
12295 "sea-query",
12296 "serde_json",
12297 "sqlx",
12298 "time",
12299 "uuid",
12300]
12301
12302[[package]]
12303name = "seahash"
12304version = "4.1.0"
12305source = "registry+https://github.com/rust-lang/crates.io-index"
12306checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
12307
12308[[package]]
12309name = "search"
12310version = "0.1.0"
12311dependencies = [
12312 "any_vec",
12313 "anyhow",
12314 "bitflags 2.9.0",
12315 "client",
12316 "collections",
12317 "editor",
12318 "futures 0.3.31",
12319 "gpui",
12320 "language",
12321 "menu",
12322 "project",
12323 "schemars",
12324 "serde",
12325 "serde_json",
12326 "settings",
12327 "smol",
12328 "theme",
12329 "ui",
12330 "unindent",
12331 "util",
12332 "workspace",
12333 "zed_actions",
12334]
12335
12336[[package]]
12337name = "sec1"
12338version = "0.3.0"
12339source = "registry+https://github.com/rust-lang/crates.io-index"
12340checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
12341dependencies = [
12342 "base16ct",
12343 "der 0.6.1",
12344 "generic-array",
12345 "pkcs8 0.9.0",
12346 "subtle",
12347 "zeroize",
12348]
12349
12350[[package]]
12351name = "security-framework"
12352version = "2.11.1"
12353source = "registry+https://github.com/rust-lang/crates.io-index"
12354checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
12355dependencies = [
12356 "bitflags 2.9.0",
12357 "core-foundation 0.9.4",
12358 "core-foundation-sys",
12359 "libc",
12360 "security-framework-sys",
12361]
12362
12363[[package]]
12364name = "security-framework"
12365version = "3.0.1"
12366source = "registry+https://github.com/rust-lang/crates.io-index"
12367checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
12368dependencies = [
12369 "bitflags 2.9.0",
12370 "core-foundation 0.10.0",
12371 "core-foundation-sys",
12372 "libc",
12373 "security-framework-sys",
12374]
12375
12376[[package]]
12377name = "security-framework-sys"
12378version = "2.12.1"
12379source = "registry+https://github.com/rust-lang/crates.io-index"
12380checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
12381dependencies = [
12382 "core-foundation-sys",
12383 "libc",
12384]
12385
12386[[package]]
12387name = "self_cell"
12388version = "1.1.0"
12389source = "registry+https://github.com/rust-lang/crates.io-index"
12390checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
12391
12392[[package]]
12393name = "semantic_index"
12394version = "0.1.0"
12395dependencies = [
12396 "anyhow",
12397 "arrayvec",
12398 "blake3",
12399 "client",
12400 "clock",
12401 "collections",
12402 "env_logger 0.11.7",
12403 "feature_flags",
12404 "fs",
12405 "futures 0.3.31",
12406 "futures-batch",
12407 "gpui",
12408 "heed",
12409 "http_client",
12410 "language",
12411 "language_model",
12412 "languages",
12413 "log",
12414 "open_ai",
12415 "parking_lot",
12416 "project",
12417 "reqwest_client",
12418 "serde",
12419 "serde_json",
12420 "settings",
12421 "sha2",
12422 "smol",
12423 "streaming-iterator",
12424 "tempfile",
12425 "theme",
12426 "tree-sitter",
12427 "ui",
12428 "unindent",
12429 "util",
12430 "workspace",
12431 "worktree",
12432]
12433
12434[[package]]
12435name = "semantic_version"
12436version = "0.1.0"
12437dependencies = [
12438 "anyhow",
12439 "serde",
12440]
12441
12442[[package]]
12443name = "semver"
12444version = "1.0.26"
12445source = "registry+https://github.com/rust-lang/crates.io-index"
12446checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
12447dependencies = [
12448 "serde",
12449]
12450
12451[[package]]
12452name = "serde"
12453version = "1.0.219"
12454source = "registry+https://github.com/rust-lang/crates.io-index"
12455checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
12456dependencies = [
12457 "serde_derive",
12458]
12459
12460[[package]]
12461name = "serde_derive"
12462version = "1.0.219"
12463source = "registry+https://github.com/rust-lang/crates.io-index"
12464checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
12465dependencies = [
12466 "proc-macro2",
12467 "quote",
12468 "syn 2.0.100",
12469]
12470
12471[[package]]
12472name = "serde_derive_internals"
12473version = "0.29.1"
12474source = "registry+https://github.com/rust-lang/crates.io-index"
12475checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
12476dependencies = [
12477 "proc-macro2",
12478 "quote",
12479 "syn 2.0.100",
12480]
12481
12482[[package]]
12483name = "serde_fmt"
12484version = "1.0.3"
12485source = "registry+https://github.com/rust-lang/crates.io-index"
12486checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
12487dependencies = [
12488 "serde",
12489]
12490
12491[[package]]
12492name = "serde_json"
12493version = "1.0.140"
12494source = "registry+https://github.com/rust-lang/crates.io-index"
12495checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
12496dependencies = [
12497 "indexmap",
12498 "itoa",
12499 "memchr",
12500 "ryu",
12501 "serde",
12502]
12503
12504[[package]]
12505name = "serde_json_lenient"
12506version = "0.2.4"
12507source = "registry+https://github.com/rust-lang/crates.io-index"
12508checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
12509dependencies = [
12510 "indexmap",
12511 "itoa",
12512 "memchr",
12513 "ryu",
12514 "serde",
12515]
12516
12517[[package]]
12518name = "serde_path_to_error"
12519version = "0.1.16"
12520source = "registry+https://github.com/rust-lang/crates.io-index"
12521checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
12522dependencies = [
12523 "itoa",
12524 "serde",
12525]
12526
12527[[package]]
12528name = "serde_qs"
12529version = "0.8.5"
12530source = "registry+https://github.com/rust-lang/crates.io-index"
12531checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
12532dependencies = [
12533 "percent-encoding",
12534 "serde",
12535 "thiserror 1.0.69",
12536]
12537
12538[[package]]
12539name = "serde_qs"
12540version = "0.10.1"
12541source = "registry+https://github.com/rust-lang/crates.io-index"
12542checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
12543dependencies = [
12544 "percent-encoding",
12545 "serde",
12546 "thiserror 1.0.69",
12547]
12548
12549[[package]]
12550name = "serde_repr"
12551version = "0.1.20"
12552source = "registry+https://github.com/rust-lang/crates.io-index"
12553checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
12554dependencies = [
12555 "proc-macro2",
12556 "quote",
12557 "syn 2.0.100",
12558]
12559
12560[[package]]
12561name = "serde_spanned"
12562version = "0.6.8"
12563source = "registry+https://github.com/rust-lang/crates.io-index"
12564checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
12565dependencies = [
12566 "serde",
12567]
12568
12569[[package]]
12570name = "serde_urlencoded"
12571version = "0.7.1"
12572source = "registry+https://github.com/rust-lang/crates.io-index"
12573checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
12574dependencies = [
12575 "form_urlencoded",
12576 "itoa",
12577 "ryu",
12578 "serde",
12579]
12580
12581[[package]]
12582name = "session"
12583version = "0.1.0"
12584dependencies = [
12585 "db",
12586 "gpui",
12587 "serde_json",
12588 "util",
12589 "uuid",
12590]
12591
12592[[package]]
12593name = "settings"
12594version = "0.1.0"
12595dependencies = [
12596 "anyhow",
12597 "collections",
12598 "ec4rs",
12599 "fs",
12600 "futures 0.3.31",
12601 "gpui",
12602 "indoc",
12603 "inventory",
12604 "log",
12605 "paths",
12606 "pretty_assertions",
12607 "release_channel",
12608 "rust-embed",
12609 "schemars",
12610 "serde",
12611 "serde_derive",
12612 "serde_json",
12613 "serde_json_lenient",
12614 "smallvec",
12615 "streaming-iterator",
12616 "tree-sitter",
12617 "tree-sitter-json",
12618 "unindent",
12619 "util",
12620]
12621
12622[[package]]
12623name = "settings_ui"
12624version = "0.1.0"
12625dependencies = [
12626 "command_palette_hooks",
12627 "editor",
12628 "feature_flags",
12629 "gpui",
12630 "settings",
12631 "theme",
12632 "ui",
12633 "workspace",
12634]
12635
12636[[package]]
12637name = "sha1"
12638version = "0.10.6"
12639source = "registry+https://github.com/rust-lang/crates.io-index"
12640checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
12641dependencies = [
12642 "cfg-if",
12643 "cpufeatures",
12644 "digest",
12645]
12646
12647[[package]]
12648name = "sha1_smol"
12649version = "1.0.1"
12650source = "registry+https://github.com/rust-lang/crates.io-index"
12651checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
12652
12653[[package]]
12654name = "sha2"
12655version = "0.10.8"
12656source = "registry+https://github.com/rust-lang/crates.io-index"
12657checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
12658dependencies = [
12659 "cfg-if",
12660 "cpufeatures",
12661 "digest",
12662]
12663
12664[[package]]
12665name = "sharded-slab"
12666version = "0.1.7"
12667source = "registry+https://github.com/rust-lang/crates.io-index"
12668checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
12669dependencies = [
12670 "lazy_static",
12671]
12672
12673[[package]]
12674name = "shell-words"
12675version = "1.1.0"
12676source = "registry+https://github.com/rust-lang/crates.io-index"
12677checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
12678
12679[[package]]
12680name = "shellexpand"
12681version = "2.1.2"
12682source = "registry+https://github.com/rust-lang/crates.io-index"
12683checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
12684dependencies = [
12685 "dirs 4.0.0",
12686]
12687
12688[[package]]
12689name = "shellexpand"
12690version = "3.1.0"
12691source = "registry+https://github.com/rust-lang/crates.io-index"
12692checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
12693dependencies = [
12694 "dirs 5.0.1",
12695]
12696
12697[[package]]
12698name = "shlex"
12699version = "1.3.0"
12700source = "registry+https://github.com/rust-lang/crates.io-index"
12701checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
12702
12703[[package]]
12704name = "signal-hook"
12705version = "0.3.17"
12706source = "registry+https://github.com/rust-lang/crates.io-index"
12707checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
12708dependencies = [
12709 "libc",
12710 "signal-hook-registry",
12711]
12712
12713[[package]]
12714name = "signal-hook-registry"
12715version = "1.4.2"
12716source = "registry+https://github.com/rust-lang/crates.io-index"
12717checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
12718dependencies = [
12719 "libc",
12720]
12721
12722[[package]]
12723name = "signature"
12724version = "1.6.4"
12725source = "registry+https://github.com/rust-lang/crates.io-index"
12726checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
12727dependencies = [
12728 "digest",
12729 "rand_core 0.6.4",
12730]
12731
12732[[package]]
12733name = "signature"
12734version = "2.2.0"
12735source = "registry+https://github.com/rust-lang/crates.io-index"
12736checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
12737dependencies = [
12738 "digest",
12739 "rand_core 0.6.4",
12740]
12741
12742[[package]]
12743name = "simd-adler32"
12744version = "0.3.7"
12745source = "registry+https://github.com/rust-lang/crates.io-index"
12746checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
12747
12748[[package]]
12749name = "simd_helpers"
12750version = "0.1.0"
12751source = "registry+https://github.com/rust-lang/crates.io-index"
12752checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
12753dependencies = [
12754 "quote",
12755]
12756
12757[[package]]
12758name = "simdutf8"
12759version = "0.1.5"
12760source = "registry+https://github.com/rust-lang/crates.io-index"
12761checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
12762
12763[[package]]
12764name = "simple_asn1"
12765version = "0.6.2"
12766source = "registry+https://github.com/rust-lang/crates.io-index"
12767checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
12768dependencies = [
12769 "num-bigint",
12770 "num-traits",
12771 "thiserror 1.0.69",
12772 "time",
12773]
12774
12775[[package]]
12776name = "simplecss"
12777version = "0.2.1"
12778source = "registry+https://github.com/rust-lang/crates.io-index"
12779checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
12780dependencies = [
12781 "log",
12782]
12783
12784[[package]]
12785name = "simplelog"
12786version = "0.12.2"
12787source = "registry+https://github.com/rust-lang/crates.io-index"
12788checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
12789dependencies = [
12790 "log",
12791 "termcolor",
12792 "time",
12793]
12794
12795[[package]]
12796name = "siphasher"
12797version = "0.3.11"
12798source = "registry+https://github.com/rust-lang/crates.io-index"
12799checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
12800
12801[[package]]
12802name = "siphasher"
12803version = "1.0.1"
12804source = "registry+https://github.com/rust-lang/crates.io-index"
12805checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
12806
12807[[package]]
12808name = "skrifa"
12809version = "0.26.6"
12810source = "registry+https://github.com/rust-lang/crates.io-index"
12811checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
12812dependencies = [
12813 "bytemuck",
12814 "read-fonts",
12815]
12816
12817[[package]]
12818name = "slab"
12819version = "0.4.9"
12820source = "registry+https://github.com/rust-lang/crates.io-index"
12821checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
12822dependencies = [
12823 "autocfg",
12824]
12825
12826[[package]]
12827name = "slash_commands_example"
12828version = "0.1.0"
12829dependencies = [
12830 "zed_extension_api 0.1.0",
12831]
12832
12833[[package]]
12834name = "slotmap"
12835version = "1.0.7"
12836source = "registry+https://github.com/rust-lang/crates.io-index"
12837checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
12838dependencies = [
12839 "version_check",
12840]
12841
12842[[package]]
12843name = "smallvec"
12844version = "1.14.0"
12845source = "registry+https://github.com/rust-lang/crates.io-index"
12846checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
12847dependencies = [
12848 "serde",
12849]
12850
12851[[package]]
12852name = "smart-default"
12853version = "0.6.0"
12854source = "registry+https://github.com/rust-lang/crates.io-index"
12855checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
12856dependencies = [
12857 "proc-macro2",
12858 "quote",
12859 "syn 1.0.109",
12860]
12861
12862[[package]]
12863name = "smol"
12864version = "2.0.2"
12865source = "registry+https://github.com/rust-lang/crates.io-index"
12866checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
12867dependencies = [
12868 "async-channel 2.3.1",
12869 "async-executor",
12870 "async-fs",
12871 "async-io",
12872 "async-lock",
12873 "async-net",
12874 "async-process",
12875 "blocking",
12876 "futures-lite 2.6.0",
12877]
12878
12879[[package]]
12880name = "smol_str"
12881version = "0.1.24"
12882source = "registry+https://github.com/rust-lang/crates.io-index"
12883checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
12884dependencies = [
12885 "serde",
12886]
12887
12888[[package]]
12889name = "smol_str"
12890version = "0.2.2"
12891source = "registry+https://github.com/rust-lang/crates.io-index"
12892checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
12893
12894[[package]]
12895name = "snippet"
12896version = "0.1.0"
12897dependencies = [
12898 "anyhow",
12899 "smallvec",
12900]
12901
12902[[package]]
12903name = "snippet_provider"
12904version = "0.1.0"
12905dependencies = [
12906 "anyhow",
12907 "collections",
12908 "extension",
12909 "fs",
12910 "futures 0.3.31",
12911 "gpui",
12912 "parking_lot",
12913 "paths",
12914 "schemars",
12915 "serde",
12916 "serde_json_lenient",
12917 "snippet",
12918 "util",
12919]
12920
12921[[package]]
12922name = "snippets_ui"
12923version = "0.1.0"
12924dependencies = [
12925 "fuzzy",
12926 "gpui",
12927 "language",
12928 "paths",
12929 "picker",
12930 "ui",
12931 "util",
12932 "workspace",
12933]
12934
12935[[package]]
12936name = "socket2"
12937version = "0.5.8"
12938source = "registry+https://github.com/rust-lang/crates.io-index"
12939checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12940dependencies = [
12941 "libc",
12942 "windows-sys 0.52.0",
12943]
12944
12945[[package]]
12946name = "spdx"
12947version = "0.10.7"
12948source = "registry+https://github.com/rust-lang/crates.io-index"
12949checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12950dependencies = [
12951 "smallvec",
12952]
12953
12954[[package]]
12955name = "spin"
12956version = "0.9.8"
12957source = "registry+https://github.com/rust-lang/crates.io-index"
12958checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
12959dependencies = [
12960 "lock_api",
12961]
12962
12963[[package]]
12964name = "spirv"
12965version = "0.3.0+sdk-1.3.268.0"
12966source = "registry+https://github.com/rust-lang/crates.io-index"
12967checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
12968dependencies = [
12969 "bitflags 2.9.0",
12970]
12971
12972[[package]]
12973name = "spki"
12974version = "0.6.0"
12975source = "registry+https://github.com/rust-lang/crates.io-index"
12976checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
12977dependencies = [
12978 "base64ct",
12979 "der 0.6.1",
12980]
12981
12982[[package]]
12983name = "spki"
12984version = "0.7.3"
12985source = "registry+https://github.com/rust-lang/crates.io-index"
12986checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
12987dependencies = [
12988 "base64ct",
12989 "der 0.7.9",
12990]
12991
12992[[package]]
12993name = "sptr"
12994version = "0.3.2"
12995source = "registry+https://github.com/rust-lang/crates.io-index"
12996checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
12997
12998[[package]]
12999name = "sqlez"
13000version = "0.1.0"
13001dependencies = [
13002 "anyhow",
13003 "collections",
13004 "futures 0.3.31",
13005 "indoc",
13006 "libsqlite3-sys",
13007 "parking_lot",
13008 "smol",
13009 "sqlformat",
13010 "thread_local",
13011 "util",
13012 "uuid",
13013]
13014
13015[[package]]
13016name = "sqlez_macros"
13017version = "0.1.0"
13018dependencies = [
13019 "sqlez",
13020 "sqlformat",
13021 "syn 1.0.109",
13022]
13023
13024[[package]]
13025name = "sqlformat"
13026version = "0.2.6"
13027source = "registry+https://github.com/rust-lang/crates.io-index"
13028checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
13029dependencies = [
13030 "nom",
13031 "unicode_categories",
13032]
13033
13034[[package]]
13035name = "sqlx"
13036version = "0.8.3"
13037source = "registry+https://github.com/rust-lang/crates.io-index"
13038checksum = "4410e73b3c0d8442c5f99b425d7a435b5ee0ae4167b3196771dd3f7a01be745f"
13039dependencies = [
13040 "sqlx-core",
13041 "sqlx-macros",
13042 "sqlx-mysql",
13043 "sqlx-postgres",
13044 "sqlx-sqlite",
13045]
13046
13047[[package]]
13048name = "sqlx-core"
13049version = "0.8.3"
13050source = "registry+https://github.com/rust-lang/crates.io-index"
13051checksum = "6a007b6936676aa9ab40207cde35daab0a04b823be8ae004368c0793b96a61e0"
13052dependencies = [
13053 "bigdecimal",
13054 "bytes 1.10.1",
13055 "chrono",
13056 "crc",
13057 "crossbeam-queue",
13058 "either",
13059 "event-listener 5.3.1",
13060 "futures-core",
13061 "futures-intrusive",
13062 "futures-io",
13063 "futures-util",
13064 "hashbrown 0.15.2",
13065 "hashlink 0.10.0",
13066 "indexmap",
13067 "log",
13068 "memchr",
13069 "once_cell",
13070 "percent-encoding",
13071 "rust_decimal",
13072 "rustls 0.23.25",
13073 "rustls-pemfile 2.2.0",
13074 "serde",
13075 "serde_json",
13076 "sha2",
13077 "smallvec",
13078 "thiserror 2.0.12",
13079 "time",
13080 "tokio",
13081 "tokio-stream",
13082 "tracing",
13083 "url",
13084 "uuid",
13085 "webpki-roots",
13086]
13087
13088[[package]]
13089name = "sqlx-macros"
13090version = "0.8.3"
13091source = "registry+https://github.com/rust-lang/crates.io-index"
13092checksum = "3112e2ad78643fef903618d78cf0aec1cb3134b019730edb039b69eaf531f310"
13093dependencies = [
13094 "proc-macro2",
13095 "quote",
13096 "sqlx-core",
13097 "sqlx-macros-core",
13098 "syn 2.0.100",
13099]
13100
13101[[package]]
13102name = "sqlx-macros-core"
13103version = "0.8.3"
13104source = "registry+https://github.com/rust-lang/crates.io-index"
13105checksum = "4e9f90acc5ab146a99bf5061a7eb4976b573f560bc898ef3bf8435448dd5e7ad"
13106dependencies = [
13107 "dotenvy",
13108 "either",
13109 "heck 0.5.0",
13110 "hex",
13111 "once_cell",
13112 "proc-macro2",
13113 "quote",
13114 "serde",
13115 "serde_json",
13116 "sha2",
13117 "sqlx-core",
13118 "sqlx-mysql",
13119 "sqlx-postgres",
13120 "sqlx-sqlite",
13121 "syn 2.0.100",
13122 "tempfile",
13123 "tokio",
13124 "url",
13125]
13126
13127[[package]]
13128name = "sqlx-mysql"
13129version = "0.8.3"
13130source = "registry+https://github.com/rust-lang/crates.io-index"
13131checksum = "4560278f0e00ce64938540546f59f590d60beee33fffbd3b9cd47851e5fff233"
13132dependencies = [
13133 "atoi",
13134 "base64 0.22.1",
13135 "bigdecimal",
13136 "bitflags 2.9.0",
13137 "byteorder",
13138 "bytes 1.10.1",
13139 "chrono",
13140 "crc",
13141 "digest",
13142 "dotenvy",
13143 "either",
13144 "futures-channel",
13145 "futures-core",
13146 "futures-io",
13147 "futures-util",
13148 "generic-array",
13149 "hex",
13150 "hkdf",
13151 "hmac",
13152 "itoa",
13153 "log",
13154 "md-5",
13155 "memchr",
13156 "once_cell",
13157 "percent-encoding",
13158 "rand 0.8.5",
13159 "rsa",
13160 "rust_decimal",
13161 "serde",
13162 "sha1",
13163 "sha2",
13164 "smallvec",
13165 "sqlx-core",
13166 "stringprep",
13167 "thiserror 2.0.12",
13168 "time",
13169 "tracing",
13170 "uuid",
13171 "whoami",
13172]
13173
13174[[package]]
13175name = "sqlx-postgres"
13176version = "0.8.3"
13177source = "registry+https://github.com/rust-lang/crates.io-index"
13178checksum = "c5b98a57f363ed6764d5b3a12bfedf62f07aa16e1856a7ddc2a0bb190a959613"
13179dependencies = [
13180 "atoi",
13181 "base64 0.22.1",
13182 "bigdecimal",
13183 "bitflags 2.9.0",
13184 "byteorder",
13185 "chrono",
13186 "crc",
13187 "dotenvy",
13188 "etcetera",
13189 "futures-channel",
13190 "futures-core",
13191 "futures-util",
13192 "hex",
13193 "hkdf",
13194 "hmac",
13195 "home",
13196 "itoa",
13197 "log",
13198 "md-5",
13199 "memchr",
13200 "num-bigint",
13201 "once_cell",
13202 "rand 0.8.5",
13203 "rust_decimal",
13204 "serde",
13205 "serde_json",
13206 "sha2",
13207 "smallvec",
13208 "sqlx-core",
13209 "stringprep",
13210 "thiserror 2.0.12",
13211 "time",
13212 "tracing",
13213 "uuid",
13214 "whoami",
13215]
13216
13217[[package]]
13218name = "sqlx-sqlite"
13219version = "0.8.3"
13220source = "registry+https://github.com/rust-lang/crates.io-index"
13221checksum = "f85ca71d3a5b24e64e1d08dd8fe36c6c95c339a896cc33068148906784620540"
13222dependencies = [
13223 "atoi",
13224 "chrono",
13225 "flume",
13226 "futures-channel",
13227 "futures-core",
13228 "futures-executor",
13229 "futures-intrusive",
13230 "futures-util",
13231 "libsqlite3-sys",
13232 "log",
13233 "percent-encoding",
13234 "serde",
13235 "serde_urlencoded",
13236 "sqlx-core",
13237 "time",
13238 "tracing",
13239 "url",
13240 "uuid",
13241]
13242
13243[[package]]
13244name = "stable_deref_trait"
13245version = "1.2.0"
13246source = "registry+https://github.com/rust-lang/crates.io-index"
13247checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
13248
13249[[package]]
13250name = "static_assertions"
13251version = "1.1.0"
13252source = "registry+https://github.com/rust-lang/crates.io-index"
13253checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
13254
13255[[package]]
13256name = "story"
13257version = "0.1.0"
13258dependencies = [
13259 "gpui",
13260 "itertools 0.14.0",
13261 "smallvec",
13262]
13263
13264[[package]]
13265name = "storybook"
13266version = "0.1.0"
13267dependencies = [
13268 "anyhow",
13269 "clap",
13270 "collab_ui",
13271 "ctrlc",
13272 "dialoguer",
13273 "editor",
13274 "fuzzy",
13275 "gpui",
13276 "indoc",
13277 "language",
13278 "log",
13279 "menu",
13280 "picker",
13281 "project",
13282 "reqwest_client",
13283 "rust-embed",
13284 "settings",
13285 "simplelog",
13286 "story",
13287 "strum",
13288 "theme",
13289 "title_bar",
13290 "ui",
13291 "workspace",
13292]
13293
13294[[package]]
13295name = "streaming-iterator"
13296version = "0.1.9"
13297source = "registry+https://github.com/rust-lang/crates.io-index"
13298checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
13299
13300[[package]]
13301name = "streaming_diff"
13302version = "0.1.0"
13303dependencies = [
13304 "ordered-float 2.10.1",
13305 "rand 0.8.5",
13306 "rope",
13307 "util",
13308]
13309
13310[[package]]
13311name = "strict-num"
13312version = "0.1.1"
13313source = "registry+https://github.com/rust-lang/crates.io-index"
13314checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
13315dependencies = [
13316 "float-cmp",
13317]
13318
13319[[package]]
13320name = "string_cache"
13321version = "0.8.7"
13322source = "registry+https://github.com/rust-lang/crates.io-index"
13323checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
13324dependencies = [
13325 "new_debug_unreachable",
13326 "once_cell",
13327 "parking_lot",
13328 "phf_shared 0.10.0",
13329 "precomputed-hash",
13330 "serde",
13331]
13332
13333[[package]]
13334name = "string_cache_codegen"
13335version = "0.5.2"
13336source = "registry+https://github.com/rust-lang/crates.io-index"
13337checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
13338dependencies = [
13339 "phf_generator 0.10.0",
13340 "phf_shared 0.10.0",
13341 "proc-macro2",
13342 "quote",
13343]
13344
13345[[package]]
13346name = "stringprep"
13347version = "0.1.5"
13348source = "registry+https://github.com/rust-lang/crates.io-index"
13349checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
13350dependencies = [
13351 "unicode-bidi",
13352 "unicode-normalization",
13353 "unicode-properties",
13354]
13355
13356[[package]]
13357name = "strsim"
13358version = "0.11.1"
13359source = "registry+https://github.com/rust-lang/crates.io-index"
13360checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
13361
13362[[package]]
13363name = "strum"
13364version = "0.26.3"
13365source = "registry+https://github.com/rust-lang/crates.io-index"
13366checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
13367dependencies = [
13368 "strum_macros",
13369]
13370
13371[[package]]
13372name = "strum_macros"
13373version = "0.26.4"
13374source = "registry+https://github.com/rust-lang/crates.io-index"
13375checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
13376dependencies = [
13377 "heck 0.5.0",
13378 "proc-macro2",
13379 "quote",
13380 "rustversion",
13381 "syn 2.0.100",
13382]
13383
13384[[package]]
13385name = "subtle"
13386version = "2.6.1"
13387source = "registry+https://github.com/rust-lang/crates.io-index"
13388checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
13389
13390[[package]]
13391name = "sum_tree"
13392version = "0.1.0"
13393dependencies = [
13394 "arrayvec",
13395 "ctor",
13396 "env_logger 0.11.7",
13397 "log",
13398 "rand 0.8.5",
13399 "rayon",
13400]
13401
13402[[package]]
13403name = "supermaven"
13404version = "0.1.0"
13405dependencies = [
13406 "anyhow",
13407 "client",
13408 "collections",
13409 "editor",
13410 "env_logger 0.11.7",
13411 "futures 0.3.31",
13412 "gpui",
13413 "http_client",
13414 "inline_completion",
13415 "language",
13416 "log",
13417 "postage",
13418 "project",
13419 "serde",
13420 "serde_json",
13421 "settings",
13422 "smol",
13423 "supermaven_api",
13424 "text",
13425 "theme",
13426 "ui",
13427 "unicode-segmentation",
13428 "util",
13429]
13430
13431[[package]]
13432name = "supermaven_api"
13433version = "0.1.0"
13434dependencies = [
13435 "anyhow",
13436 "futures 0.3.31",
13437 "http_client",
13438 "paths",
13439 "serde",
13440 "serde_json",
13441 "smol",
13442]
13443
13444[[package]]
13445name = "sval"
13446version = "2.13.2"
13447source = "registry+https://github.com/rust-lang/crates.io-index"
13448checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
13449
13450[[package]]
13451name = "sval_buffer"
13452version = "2.13.2"
13453source = "registry+https://github.com/rust-lang/crates.io-index"
13454checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
13455dependencies = [
13456 "sval",
13457 "sval_ref",
13458]
13459
13460[[package]]
13461name = "sval_dynamic"
13462version = "2.13.2"
13463source = "registry+https://github.com/rust-lang/crates.io-index"
13464checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
13465dependencies = [
13466 "sval",
13467]
13468
13469[[package]]
13470name = "sval_fmt"
13471version = "2.13.2"
13472source = "registry+https://github.com/rust-lang/crates.io-index"
13473checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
13474dependencies = [
13475 "itoa",
13476 "ryu",
13477 "sval",
13478]
13479
13480[[package]]
13481name = "sval_json"
13482version = "2.13.2"
13483source = "registry+https://github.com/rust-lang/crates.io-index"
13484checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
13485dependencies = [
13486 "itoa",
13487 "ryu",
13488 "sval",
13489]
13490
13491[[package]]
13492name = "sval_nested"
13493version = "2.13.2"
13494source = "registry+https://github.com/rust-lang/crates.io-index"
13495checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
13496dependencies = [
13497 "sval",
13498 "sval_buffer",
13499 "sval_ref",
13500]
13501
13502[[package]]
13503name = "sval_ref"
13504version = "2.13.2"
13505source = "registry+https://github.com/rust-lang/crates.io-index"
13506checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
13507dependencies = [
13508 "sval",
13509]
13510
13511[[package]]
13512name = "sval_serde"
13513version = "2.13.2"
13514source = "registry+https://github.com/rust-lang/crates.io-index"
13515checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
13516dependencies = [
13517 "serde",
13518 "sval",
13519 "sval_nested",
13520]
13521
13522[[package]]
13523name = "svg_fmt"
13524version = "0.4.4"
13525source = "registry+https://github.com/rust-lang/crates.io-index"
13526checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
13527
13528[[package]]
13529name = "svgtypes"
13530version = "0.15.3"
13531source = "registry+https://github.com/rust-lang/crates.io-index"
13532checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
13533dependencies = [
13534 "kurbo",
13535 "siphasher 1.0.1",
13536]
13537
13538[[package]]
13539name = "swash"
13540version = "0.2.1"
13541source = "registry+https://github.com/rust-lang/crates.io-index"
13542checksum = "13d5bbc2aa266907ed8ee977c9c9e16363cc2b001266104e13397b57f1d15f71"
13543dependencies = [
13544 "skrifa",
13545 "yazi",
13546 "zeno",
13547]
13548
13549[[package]]
13550name = "syn"
13551version = "1.0.109"
13552source = "registry+https://github.com/rust-lang/crates.io-index"
13553checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
13554dependencies = [
13555 "proc-macro2",
13556 "quote",
13557 "unicode-ident",
13558]
13559
13560[[package]]
13561name = "syn"
13562version = "2.0.100"
13563source = "registry+https://github.com/rust-lang/crates.io-index"
13564checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
13565dependencies = [
13566 "proc-macro2",
13567 "quote",
13568 "unicode-ident",
13569]
13570
13571[[package]]
13572name = "sync_wrapper"
13573version = "0.1.2"
13574source = "registry+https://github.com/rust-lang/crates.io-index"
13575checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
13576
13577[[package]]
13578name = "sync_wrapper"
13579version = "1.0.2"
13580source = "registry+https://github.com/rust-lang/crates.io-index"
13581checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
13582dependencies = [
13583 "futures-core",
13584]
13585
13586[[package]]
13587name = "synchronoise"
13588version = "1.0.1"
13589source = "registry+https://github.com/rust-lang/crates.io-index"
13590checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
13591dependencies = [
13592 "crossbeam-queue",
13593]
13594
13595[[package]]
13596name = "synstructure"
13597version = "0.13.1"
13598source = "registry+https://github.com/rust-lang/crates.io-index"
13599checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
13600dependencies = [
13601 "proc-macro2",
13602 "quote",
13603 "syn 2.0.100",
13604]
13605
13606[[package]]
13607name = "sys-locale"
13608version = "0.3.2"
13609source = "registry+https://github.com/rust-lang/crates.io-index"
13610checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
13611dependencies = [
13612 "libc",
13613]
13614
13615[[package]]
13616name = "sysinfo"
13617version = "0.31.4"
13618source = "registry+https://github.com/rust-lang/crates.io-index"
13619checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
13620dependencies = [
13621 "core-foundation-sys",
13622 "libc",
13623 "memchr",
13624 "ntapi",
13625 "rayon",
13626 "windows 0.57.0",
13627]
13628
13629[[package]]
13630name = "system-configuration"
13631version = "0.5.1"
13632source = "registry+https://github.com/rust-lang/crates.io-index"
13633checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
13634dependencies = [
13635 "bitflags 1.3.2",
13636 "core-foundation 0.9.4",
13637 "system-configuration-sys 0.5.0",
13638]
13639
13640[[package]]
13641name = "system-configuration"
13642version = "0.6.1"
13643source = "registry+https://github.com/rust-lang/crates.io-index"
13644checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
13645dependencies = [
13646 "bitflags 2.9.0",
13647 "core-foundation 0.9.4",
13648 "system-configuration-sys 0.6.0",
13649]
13650
13651[[package]]
13652name = "system-configuration-sys"
13653version = "0.5.0"
13654source = "registry+https://github.com/rust-lang/crates.io-index"
13655checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
13656dependencies = [
13657 "core-foundation-sys",
13658 "libc",
13659]
13660
13661[[package]]
13662name = "system-configuration-sys"
13663version = "0.6.0"
13664source = "registry+https://github.com/rust-lang/crates.io-index"
13665checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
13666dependencies = [
13667 "core-foundation-sys",
13668 "libc",
13669]
13670
13671[[package]]
13672name = "system-deps"
13673version = "6.2.2"
13674source = "registry+https://github.com/rust-lang/crates.io-index"
13675checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
13676dependencies = [
13677 "cfg-expr",
13678 "heck 0.5.0",
13679 "pkg-config",
13680 "toml 0.8.20",
13681 "version-compare",
13682]
13683
13684[[package]]
13685name = "system-interface"
13686version = "0.27.3"
13687source = "registry+https://github.com/rust-lang/crates.io-index"
13688checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
13689dependencies = [
13690 "bitflags 2.9.0",
13691 "cap-fs-ext",
13692 "cap-std",
13693 "fd-lock",
13694 "io-lifetimes",
13695 "rustix",
13696 "windows-sys 0.59.0",
13697 "winx",
13698]
13699
13700[[package]]
13701name = "tab_switcher"
13702version = "0.1.0"
13703dependencies = [
13704 "anyhow",
13705 "collections",
13706 "ctor",
13707 "editor",
13708 "env_logger 0.11.7",
13709 "gpui",
13710 "language",
13711 "menu",
13712 "picker",
13713 "project",
13714 "schemars",
13715 "serde",
13716 "serde_json",
13717 "settings",
13718 "theme",
13719 "ui",
13720 "util",
13721 "workspace",
13722]
13723
13724[[package]]
13725name = "taffy"
13726version = "0.4.4"
13727source = "registry+https://github.com/rust-lang/crates.io-index"
13728checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
13729dependencies = [
13730 "arrayvec",
13731 "grid",
13732 "num-traits",
13733 "serde",
13734 "slotmap",
13735]
13736
13737[[package]]
13738name = "take-until"
13739version = "0.2.0"
13740source = "registry+https://github.com/rust-lang/crates.io-index"
13741checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
13742
13743[[package]]
13744name = "tap"
13745version = "1.0.1"
13746source = "registry+https://github.com/rust-lang/crates.io-index"
13747checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
13748
13749[[package]]
13750name = "target-lexicon"
13751version = "0.12.16"
13752source = "registry+https://github.com/rust-lang/crates.io-index"
13753checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
13754
13755[[package]]
13756name = "target-lexicon"
13757version = "0.13.2"
13758source = "registry+https://github.com/rust-lang/crates.io-index"
13759checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
13760
13761[[package]]
13762name = "task"
13763version = "0.1.0"
13764dependencies = [
13765 "anyhow",
13766 "collections",
13767 "dap-types",
13768 "futures 0.3.31",
13769 "gpui",
13770 "hex",
13771 "parking_lot",
13772 "schemars",
13773 "serde",
13774 "serde_json",
13775 "serde_json_lenient",
13776 "sha2",
13777 "shellexpand 2.1.2",
13778 "util",
13779 "zed_actions",
13780]
13781
13782[[package]]
13783name = "tasks_ui"
13784version = "0.1.0"
13785dependencies = [
13786 "anyhow",
13787 "debugger_ui",
13788 "editor",
13789 "feature_flags",
13790 "file_icons",
13791 "fuzzy",
13792 "gpui",
13793 "language",
13794 "menu",
13795 "picker",
13796 "project",
13797 "serde",
13798 "serde_json",
13799 "task",
13800 "tree-sitter-rust",
13801 "tree-sitter-typescript",
13802 "ui",
13803 "util",
13804 "workspace",
13805 "zed_actions",
13806]
13807
13808[[package]]
13809name = "telemetry"
13810version = "0.1.0"
13811dependencies = [
13812 "futures 0.3.31",
13813 "serde",
13814 "serde_json",
13815 "telemetry_events",
13816]
13817
13818[[package]]
13819name = "telemetry_events"
13820version = "0.1.0"
13821dependencies = [
13822 "semantic_version",
13823 "serde",
13824 "serde_json",
13825]
13826
13827[[package]]
13828name = "tempfile"
13829version = "3.17.1"
13830source = "registry+https://github.com/rust-lang/crates.io-index"
13831checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230"
13832dependencies = [
13833 "cfg-if",
13834 "fastrand 2.3.0",
13835 "getrandom 0.3.1",
13836 "once_cell",
13837 "rustix",
13838 "windows-sys 0.59.0",
13839]
13840
13841[[package]]
13842name = "tendril"
13843version = "0.4.3"
13844source = "registry+https://github.com/rust-lang/crates.io-index"
13845checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
13846dependencies = [
13847 "futf",
13848 "mac",
13849 "utf-8",
13850]
13851
13852[[package]]
13853name = "termcolor"
13854version = "1.4.1"
13855source = "registry+https://github.com/rust-lang/crates.io-index"
13856checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
13857dependencies = [
13858 "winapi-util",
13859]
13860
13861[[package]]
13862name = "terminal"
13863version = "0.1.0"
13864dependencies = [
13865 "alacritty_terminal",
13866 "anyhow",
13867 "collections",
13868 "dirs 4.0.0",
13869 "futures 0.3.31",
13870 "gpui",
13871 "libc",
13872 "rand 0.8.5",
13873 "regex",
13874 "release_channel",
13875 "schemars",
13876 "serde",
13877 "serde_derive",
13878 "settings",
13879 "smol",
13880 "sysinfo",
13881 "task",
13882 "theme",
13883 "thiserror 2.0.12",
13884 "util",
13885 "windows 0.61.1",
13886]
13887
13888[[package]]
13889name = "terminal_size"
13890version = "0.4.1"
13891source = "registry+https://github.com/rust-lang/crates.io-index"
13892checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
13893dependencies = [
13894 "rustix",
13895 "windows-sys 0.59.0",
13896]
13897
13898[[package]]
13899name = "terminal_view"
13900version = "0.1.0"
13901dependencies = [
13902 "anyhow",
13903 "async-recursion 1.1.1",
13904 "breadcrumbs",
13905 "client",
13906 "collections",
13907 "db",
13908 "dirs 4.0.0",
13909 "editor",
13910 "futures 0.3.31",
13911 "gpui",
13912 "itertools 0.14.0",
13913 "language",
13914 "log",
13915 "project",
13916 "rand 0.8.5",
13917 "schemars",
13918 "search",
13919 "serde",
13920 "serde_json",
13921 "settings",
13922 "shellexpand 2.1.2",
13923 "smol",
13924 "task",
13925 "terminal",
13926 "theme",
13927 "ui",
13928 "util",
13929 "workspace",
13930 "zed_actions",
13931]
13932
13933[[package]]
13934name = "text"
13935version = "0.1.0"
13936dependencies = [
13937 "anyhow",
13938 "clock",
13939 "collections",
13940 "ctor",
13941 "env_logger 0.11.7",
13942 "gpui",
13943 "http_client",
13944 "log",
13945 "parking_lot",
13946 "postage",
13947 "rand 0.8.5",
13948 "regex",
13949 "rope",
13950 "smallvec",
13951 "sum_tree",
13952 "util",
13953]
13954
13955[[package]]
13956name = "theme"
13957version = "0.1.0"
13958dependencies = [
13959 "anyhow",
13960 "collections",
13961 "derive_more",
13962 "fs",
13963 "futures 0.3.31",
13964 "gpui",
13965 "indexmap",
13966 "log",
13967 "palette",
13968 "parking_lot",
13969 "refineable",
13970 "schemars",
13971 "serde",
13972 "serde_derive",
13973 "serde_json",
13974 "serde_json_lenient",
13975 "serde_repr",
13976 "settings",
13977 "strum",
13978 "thiserror 2.0.12",
13979 "util",
13980 "uuid",
13981]
13982
13983[[package]]
13984name = "theme_extension"
13985version = "0.1.0"
13986dependencies = [
13987 "anyhow",
13988 "extension",
13989 "fs",
13990 "gpui",
13991 "theme",
13992]
13993
13994[[package]]
13995name = "theme_importer"
13996version = "0.1.0"
13997dependencies = [
13998 "anyhow",
13999 "clap",
14000 "gpui",
14001 "indexmap",
14002 "log",
14003 "palette",
14004 "rust-embed",
14005 "serde",
14006 "serde_json",
14007 "serde_json_lenient",
14008 "simplelog",
14009 "strum",
14010 "theme",
14011 "vscode_theme",
14012]
14013
14014[[package]]
14015name = "theme_selector"
14016version = "0.1.0"
14017dependencies = [
14018 "fs",
14019 "fuzzy",
14020 "gpui",
14021 "log",
14022 "picker",
14023 "serde",
14024 "settings",
14025 "telemetry",
14026 "theme",
14027 "ui",
14028 "util",
14029 "workspace",
14030 "zed_actions",
14031]
14032
14033[[package]]
14034name = "thiserror"
14035version = "1.0.69"
14036source = "registry+https://github.com/rust-lang/crates.io-index"
14037checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
14038dependencies = [
14039 "thiserror-impl 1.0.69",
14040]
14041
14042[[package]]
14043name = "thiserror"
14044version = "2.0.12"
14045source = "registry+https://github.com/rust-lang/crates.io-index"
14046checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
14047dependencies = [
14048 "thiserror-impl 2.0.12",
14049]
14050
14051[[package]]
14052name = "thiserror-impl"
14053version = "1.0.69"
14054source = "registry+https://github.com/rust-lang/crates.io-index"
14055checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
14056dependencies = [
14057 "proc-macro2",
14058 "quote",
14059 "syn 2.0.100",
14060]
14061
14062[[package]]
14063name = "thiserror-impl"
14064version = "2.0.12"
14065source = "registry+https://github.com/rust-lang/crates.io-index"
14066checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
14067dependencies = [
14068 "proc-macro2",
14069 "quote",
14070 "syn 2.0.100",
14071]
14072
14073[[package]]
14074name = "thread_local"
14075version = "1.1.8"
14076source = "registry+https://github.com/rust-lang/crates.io-index"
14077checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
14078dependencies = [
14079 "cfg-if",
14080 "once_cell",
14081]
14082
14083[[package]]
14084name = "tiff"
14085version = "0.9.1"
14086source = "registry+https://github.com/rust-lang/crates.io-index"
14087checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
14088dependencies = [
14089 "flate2",
14090 "jpeg-decoder",
14091 "weezl",
14092]
14093
14094[[package]]
14095name = "tiktoken-rs"
14096version = "0.6.0"
14097source = "registry+https://github.com/rust-lang/crates.io-index"
14098checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
14099dependencies = [
14100 "anyhow",
14101 "base64 0.21.7",
14102 "bstr",
14103 "fancy-regex 0.13.0",
14104 "lazy_static",
14105 "parking_lot",
14106 "regex",
14107 "rustc-hash 1.1.0",
14108]
14109
14110[[package]]
14111name = "time"
14112version = "0.3.41"
14113source = "registry+https://github.com/rust-lang/crates.io-index"
14114checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
14115dependencies = [
14116 "deranged",
14117 "itoa",
14118 "libc",
14119 "num-conv",
14120 "num_threads",
14121 "powerfmt",
14122 "serde",
14123 "time-core",
14124 "time-macros",
14125]
14126
14127[[package]]
14128name = "time-core"
14129version = "0.1.4"
14130source = "registry+https://github.com/rust-lang/crates.io-index"
14131checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
14132
14133[[package]]
14134name = "time-macros"
14135version = "0.2.22"
14136source = "registry+https://github.com/rust-lang/crates.io-index"
14137checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
14138dependencies = [
14139 "num-conv",
14140 "time-core",
14141]
14142
14143[[package]]
14144name = "time_format"
14145version = "0.1.0"
14146dependencies = [
14147 "core-foundation 0.10.0",
14148 "core-foundation-sys",
14149 "sys-locale",
14150 "time",
14151]
14152
14153[[package]]
14154name = "tiny-keccak"
14155version = "2.0.2"
14156source = "registry+https://github.com/rust-lang/crates.io-index"
14157checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
14158dependencies = [
14159 "crunchy",
14160]
14161
14162[[package]]
14163name = "tiny-skia"
14164version = "0.11.4"
14165source = "registry+https://github.com/rust-lang/crates.io-index"
14166checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
14167dependencies = [
14168 "arrayref",
14169 "arrayvec",
14170 "bytemuck",
14171 "cfg-if",
14172 "log",
14173 "png",
14174 "tiny-skia-path",
14175]
14176
14177[[package]]
14178name = "tiny-skia-path"
14179version = "0.11.4"
14180source = "registry+https://github.com/rust-lang/crates.io-index"
14181checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
14182dependencies = [
14183 "arrayref",
14184 "bytemuck",
14185 "strict-num",
14186]
14187
14188[[package]]
14189name = "tiny_http"
14190version = "0.8.2"
14191source = "registry+https://github.com/rust-lang/crates.io-index"
14192checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
14193dependencies = [
14194 "ascii",
14195 "chrono",
14196 "chunked_transfer",
14197 "log",
14198 "url",
14199]
14200
14201[[package]]
14202name = "tinystr"
14203version = "0.7.6"
14204source = "registry+https://github.com/rust-lang/crates.io-index"
14205checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
14206dependencies = [
14207 "displaydoc",
14208 "zerovec",
14209]
14210
14211[[package]]
14212name = "tinytemplate"
14213version = "1.2.1"
14214source = "registry+https://github.com/rust-lang/crates.io-index"
14215checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
14216dependencies = [
14217 "serde",
14218 "serde_json",
14219]
14220
14221[[package]]
14222name = "tinyvec"
14223version = "1.8.0"
14224source = "registry+https://github.com/rust-lang/crates.io-index"
14225checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
14226dependencies = [
14227 "tinyvec_macros",
14228]
14229
14230[[package]]
14231name = "tinyvec_macros"
14232version = "0.1.1"
14233source = "registry+https://github.com/rust-lang/crates.io-index"
14234checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
14235
14236[[package]]
14237name = "title_bar"
14238version = "0.1.0"
14239dependencies = [
14240 "auto_update",
14241 "call",
14242 "chrono",
14243 "client",
14244 "collections",
14245 "db",
14246 "feature_flags",
14247 "gpui",
14248 "http_client",
14249 "notifications",
14250 "pretty_assertions",
14251 "project",
14252 "remote",
14253 "rpc",
14254 "schemars",
14255 "serde",
14256 "settings",
14257 "smallvec",
14258 "story",
14259 "telemetry",
14260 "theme",
14261 "tree-sitter-md",
14262 "ui",
14263 "util",
14264 "windows 0.61.1",
14265 "workspace",
14266 "zed_actions",
14267]
14268
14269[[package]]
14270name = "tokio"
14271version = "1.43.0"
14272source = "registry+https://github.com/rust-lang/crates.io-index"
14273checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
14274dependencies = [
14275 "backtrace",
14276 "bytes 1.10.1",
14277 "libc",
14278 "mio",
14279 "parking_lot",
14280 "pin-project-lite",
14281 "signal-hook-registry",
14282 "socket2",
14283 "tokio-macros",
14284 "windows-sys 0.52.0",
14285]
14286
14287[[package]]
14288name = "tokio-io"
14289version = "0.1.13"
14290source = "registry+https://github.com/rust-lang/crates.io-index"
14291checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
14292dependencies = [
14293 "bytes 0.4.12",
14294 "futures 0.1.31",
14295 "log",
14296]
14297
14298[[package]]
14299name = "tokio-macros"
14300version = "2.5.0"
14301source = "registry+https://github.com/rust-lang/crates.io-index"
14302checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
14303dependencies = [
14304 "proc-macro2",
14305 "quote",
14306 "syn 2.0.100",
14307]
14308
14309[[package]]
14310name = "tokio-native-tls"
14311version = "0.3.1"
14312source = "registry+https://github.com/rust-lang/crates.io-index"
14313checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
14314dependencies = [
14315 "native-tls",
14316 "tokio",
14317]
14318
14319[[package]]
14320name = "tokio-rustls"
14321version = "0.24.1"
14322source = "registry+https://github.com/rust-lang/crates.io-index"
14323checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
14324dependencies = [
14325 "rustls 0.21.12",
14326 "tokio",
14327]
14328
14329[[package]]
14330name = "tokio-rustls"
14331version = "0.26.1"
14332source = "registry+https://github.com/rust-lang/crates.io-index"
14333checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
14334dependencies = [
14335 "rustls 0.23.25",
14336 "tokio",
14337]
14338
14339[[package]]
14340name = "tokio-socks"
14341version = "0.5.2"
14342source = "registry+https://github.com/rust-lang/crates.io-index"
14343checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
14344dependencies = [
14345 "either",
14346 "futures-io",
14347 "futures-util",
14348 "thiserror 1.0.69",
14349 "tokio",
14350]
14351
14352[[package]]
14353name = "tokio-stream"
14354version = "0.1.17"
14355source = "registry+https://github.com/rust-lang/crates.io-index"
14356checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
14357dependencies = [
14358 "futures-core",
14359 "pin-project-lite",
14360 "tokio",
14361]
14362
14363[[package]]
14364name = "tokio-tungstenite"
14365version = "0.20.1"
14366source = "registry+https://github.com/rust-lang/crates.io-index"
14367checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
14368dependencies = [
14369 "futures-util",
14370 "log",
14371 "tokio",
14372 "tungstenite 0.20.1",
14373]
14374
14375[[package]]
14376name = "tokio-tungstenite"
14377version = "0.21.0"
14378source = "registry+https://github.com/rust-lang/crates.io-index"
14379checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
14380dependencies = [
14381 "futures-util",
14382 "log",
14383 "tokio",
14384 "tungstenite 0.21.0",
14385]
14386
14387[[package]]
14388name = "tokio-tungstenite"
14389version = "0.26.2"
14390source = "registry+https://github.com/rust-lang/crates.io-index"
14391checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
14392dependencies = [
14393 "futures-util",
14394 "log",
14395 "rustls 0.23.25",
14396 "rustls-pki-types",
14397 "tokio",
14398 "tokio-rustls 0.26.1",
14399 "tungstenite 0.26.2",
14400]
14401
14402[[package]]
14403name = "tokio-util"
14404version = "0.7.13"
14405source = "registry+https://github.com/rust-lang/crates.io-index"
14406checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
14407dependencies = [
14408 "bytes 1.10.1",
14409 "futures-core",
14410 "futures-io",
14411 "futures-sink",
14412 "pin-project-lite",
14413 "tokio",
14414]
14415
14416[[package]]
14417name = "toml"
14418version = "0.5.11"
14419source = "registry+https://github.com/rust-lang/crates.io-index"
14420checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
14421dependencies = [
14422 "serde",
14423]
14424
14425[[package]]
14426name = "toml"
14427version = "0.8.20"
14428source = "registry+https://github.com/rust-lang/crates.io-index"
14429checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
14430dependencies = [
14431 "serde",
14432 "serde_spanned",
14433 "toml_datetime",
14434 "toml_edit",
14435]
14436
14437[[package]]
14438name = "toml_datetime"
14439version = "0.6.8"
14440source = "registry+https://github.com/rust-lang/crates.io-index"
14441checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
14442dependencies = [
14443 "serde",
14444]
14445
14446[[package]]
14447name = "toml_edit"
14448version = "0.22.23"
14449source = "registry+https://github.com/rust-lang/crates.io-index"
14450checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee"
14451dependencies = [
14452 "indexmap",
14453 "serde",
14454 "serde_spanned",
14455 "toml_datetime",
14456 "winnow 0.7.1",
14457]
14458
14459[[package]]
14460name = "toolchain_selector"
14461version = "0.1.0"
14462dependencies = [
14463 "editor",
14464 "fuzzy",
14465 "gpui",
14466 "language",
14467 "picker",
14468 "project",
14469 "ui",
14470 "util",
14471 "workspace",
14472]
14473
14474[[package]]
14475name = "topological-sort"
14476version = "0.2.2"
14477source = "registry+https://github.com/rust-lang/crates.io-index"
14478checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
14479
14480[[package]]
14481name = "tower"
14482version = "0.4.13"
14483source = "registry+https://github.com/rust-lang/crates.io-index"
14484checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
14485dependencies = [
14486 "futures-core",
14487 "futures-util",
14488 "pin-project",
14489 "pin-project-lite",
14490 "tokio",
14491 "tower-layer",
14492 "tower-service",
14493 "tracing",
14494]
14495
14496[[package]]
14497name = "tower-http"
14498version = "0.3.5"
14499source = "registry+https://github.com/rust-lang/crates.io-index"
14500checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
14501dependencies = [
14502 "bitflags 1.3.2",
14503 "bytes 1.10.1",
14504 "futures-core",
14505 "futures-util",
14506 "http 0.2.12",
14507 "http-body 0.4.6",
14508 "http-range-header",
14509 "pin-project-lite",
14510 "tower-layer",
14511 "tower-service",
14512]
14513
14514[[package]]
14515name = "tower-http"
14516version = "0.4.4"
14517source = "registry+https://github.com/rust-lang/crates.io-index"
14518checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
14519dependencies = [
14520 "bitflags 2.9.0",
14521 "bytes 1.10.1",
14522 "futures-core",
14523 "futures-util",
14524 "http 0.2.12",
14525 "http-body 0.4.6",
14526 "http-range-header",
14527 "pin-project-lite",
14528 "tower-layer",
14529 "tower-service",
14530 "tracing",
14531]
14532
14533[[package]]
14534name = "tower-layer"
14535version = "0.3.3"
14536source = "registry+https://github.com/rust-lang/crates.io-index"
14537checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
14538
14539[[package]]
14540name = "tower-service"
14541version = "0.3.3"
14542source = "registry+https://github.com/rust-lang/crates.io-index"
14543checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
14544
14545[[package]]
14546name = "tracing"
14547version = "0.1.41"
14548source = "registry+https://github.com/rust-lang/crates.io-index"
14549checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
14550dependencies = [
14551 "log",
14552 "pin-project-lite",
14553 "tracing-attributes",
14554 "tracing-core",
14555]
14556
14557[[package]]
14558name = "tracing-attributes"
14559version = "0.1.28"
14560source = "registry+https://github.com/rust-lang/crates.io-index"
14561checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
14562dependencies = [
14563 "proc-macro2",
14564 "quote",
14565 "syn 2.0.100",
14566]
14567
14568[[package]]
14569name = "tracing-core"
14570version = "0.1.33"
14571source = "registry+https://github.com/rust-lang/crates.io-index"
14572checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
14573dependencies = [
14574 "once_cell",
14575 "valuable",
14576]
14577
14578[[package]]
14579name = "tracing-log"
14580version = "0.2.0"
14581source = "registry+https://github.com/rust-lang/crates.io-index"
14582checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
14583dependencies = [
14584 "log",
14585 "once_cell",
14586 "tracing-core",
14587]
14588
14589[[package]]
14590name = "tracing-serde"
14591version = "0.2.0"
14592source = "registry+https://github.com/rust-lang/crates.io-index"
14593checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
14594dependencies = [
14595 "serde",
14596 "tracing-core",
14597]
14598
14599[[package]]
14600name = "tracing-subscriber"
14601version = "0.3.19"
14602source = "registry+https://github.com/rust-lang/crates.io-index"
14603checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
14604dependencies = [
14605 "matchers",
14606 "nu-ansi-term",
14607 "once_cell",
14608 "regex",
14609 "serde",
14610 "serde_json",
14611 "sharded-slab",
14612 "smallvec",
14613 "thread_local",
14614 "tracing",
14615 "tracing-core",
14616 "tracing-log",
14617 "tracing-serde",
14618]
14619
14620[[package]]
14621name = "trait-variant"
14622version = "0.1.2"
14623source = "registry+https://github.com/rust-lang/crates.io-index"
14624checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
14625dependencies = [
14626 "proc-macro2",
14627 "quote",
14628 "syn 2.0.100",
14629]
14630
14631[[package]]
14632name = "tree-sitter"
14633version = "0.25.3"
14634source = "registry+https://github.com/rust-lang/crates.io-index"
14635checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
14636dependencies = [
14637 "cc",
14638 "regex",
14639 "regex-syntax 0.8.5",
14640 "serde_json",
14641 "streaming-iterator",
14642 "tree-sitter-language",
14643 "wasmtime-c-api-impl",
14644]
14645
14646[[package]]
14647name = "tree-sitter-bash"
14648version = "0.23.3"
14649source = "registry+https://github.com/rust-lang/crates.io-index"
14650checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
14651dependencies = [
14652 "cc",
14653 "tree-sitter-language",
14654]
14655
14656[[package]]
14657name = "tree-sitter-c"
14658version = "0.23.4"
14659source = "registry+https://github.com/rust-lang/crates.io-index"
14660checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
14661dependencies = [
14662 "cc",
14663 "tree-sitter-language",
14664]
14665
14666[[package]]
14667name = "tree-sitter-cpp"
14668version = "0.23.4"
14669source = "registry+https://github.com/rust-lang/crates.io-index"
14670checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
14671dependencies = [
14672 "cc",
14673 "tree-sitter-language",
14674]
14675
14676[[package]]
14677name = "tree-sitter-css"
14678version = "0.23.2"
14679source = "registry+https://github.com/rust-lang/crates.io-index"
14680checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
14681dependencies = [
14682 "cc",
14683 "tree-sitter-language",
14684]
14685
14686[[package]]
14687name = "tree-sitter-diff"
14688version = "0.1.0"
14689source = "registry+https://github.com/rust-lang/crates.io-index"
14690checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
14691dependencies = [
14692 "cc",
14693 "tree-sitter-language",
14694]
14695
14696[[package]]
14697name = "tree-sitter-elixir"
14698version = "0.3.4"
14699source = "registry+https://github.com/rust-lang/crates.io-index"
14700checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
14701dependencies = [
14702 "cc",
14703 "tree-sitter-language",
14704]
14705
14706[[package]]
14707name = "tree-sitter-embedded-template"
14708version = "0.23.2"
14709source = "registry+https://github.com/rust-lang/crates.io-index"
14710checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
14711dependencies = [
14712 "cc",
14713 "tree-sitter-language",
14714]
14715
14716[[package]]
14717name = "tree-sitter-gitcommit"
14718version = "0.0.1"
14719source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
14720dependencies = [
14721 "cc",
14722 "tree-sitter-language",
14723]
14724
14725[[package]]
14726name = "tree-sitter-go"
14727version = "0.23.4"
14728source = "registry+https://github.com/rust-lang/crates.io-index"
14729checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
14730dependencies = [
14731 "cc",
14732 "tree-sitter-language",
14733]
14734
14735[[package]]
14736name = "tree-sitter-gomod"
14737version = "1.1.1"
14738source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
14739dependencies = [
14740 "cc",
14741 "tree-sitter-language",
14742]
14743
14744[[package]]
14745name = "tree-sitter-gowork"
14746version = "0.0.1"
14747source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
14748dependencies = [
14749 "cc",
14750 "tree-sitter-language",
14751]
14752
14753[[package]]
14754name = "tree-sitter-heex"
14755version = "0.0.1"
14756source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
14757dependencies = [
14758 "cc",
14759 "tree-sitter-language",
14760]
14761
14762[[package]]
14763name = "tree-sitter-html"
14764version = "0.23.2"
14765source = "registry+https://github.com/rust-lang/crates.io-index"
14766checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
14767dependencies = [
14768 "cc",
14769 "tree-sitter-language",
14770]
14771
14772[[package]]
14773name = "tree-sitter-jsdoc"
14774version = "0.23.2"
14775source = "registry+https://github.com/rust-lang/crates.io-index"
14776checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
14777dependencies = [
14778 "cc",
14779 "tree-sitter-language",
14780]
14781
14782[[package]]
14783name = "tree-sitter-json"
14784version = "0.24.8"
14785source = "registry+https://github.com/rust-lang/crates.io-index"
14786checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
14787dependencies = [
14788 "cc",
14789 "tree-sitter-language",
14790]
14791
14792[[package]]
14793name = "tree-sitter-language"
14794version = "0.1.3"
14795source = "registry+https://github.com/rust-lang/crates.io-index"
14796checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
14797
14798[[package]]
14799name = "tree-sitter-md"
14800version = "0.3.2"
14801source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
14802dependencies = [
14803 "cc",
14804 "tree-sitter-language",
14805]
14806
14807[[package]]
14808name = "tree-sitter-python"
14809version = "0.23.6"
14810source = "registry+https://github.com/rust-lang/crates.io-index"
14811checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
14812dependencies = [
14813 "cc",
14814 "tree-sitter-language",
14815]
14816
14817[[package]]
14818name = "tree-sitter-regex"
14819version = "0.24.3"
14820source = "registry+https://github.com/rust-lang/crates.io-index"
14821checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
14822dependencies = [
14823 "cc",
14824 "tree-sitter-language",
14825]
14826
14827[[package]]
14828name = "tree-sitter-ruby"
14829version = "0.23.1"
14830source = "registry+https://github.com/rust-lang/crates.io-index"
14831checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
14832dependencies = [
14833 "cc",
14834 "tree-sitter-language",
14835]
14836
14837[[package]]
14838name = "tree-sitter-rust"
14839version = "0.23.2"
14840source = "registry+https://github.com/rust-lang/crates.io-index"
14841checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
14842dependencies = [
14843 "cc",
14844 "tree-sitter-language",
14845]
14846
14847[[package]]
14848name = "tree-sitter-typescript"
14849version = "0.23.2"
14850source = "registry+https://github.com/rust-lang/crates.io-index"
14851checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
14852dependencies = [
14853 "cc",
14854 "tree-sitter-language",
14855]
14856
14857[[package]]
14858name = "tree-sitter-yaml"
14859version = "0.6.1"
14860source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
14861dependencies = [
14862 "cc",
14863 "tree-sitter-language",
14864]
14865
14866[[package]]
14867name = "try-lock"
14868version = "0.2.5"
14869source = "registry+https://github.com/rust-lang/crates.io-index"
14870checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
14871
14872[[package]]
14873name = "ttf-parser"
14874version = "0.20.0"
14875source = "registry+https://github.com/rust-lang/crates.io-index"
14876checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
14877
14878[[package]]
14879name = "ttf-parser"
14880version = "0.21.1"
14881source = "registry+https://github.com/rust-lang/crates.io-index"
14882checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
14883
14884[[package]]
14885name = "ttf-parser"
14886version = "0.25.1"
14887source = "registry+https://github.com/rust-lang/crates.io-index"
14888checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
14889dependencies = [
14890 "core_maths",
14891]
14892
14893[[package]]
14894name = "tungstenite"
14895version = "0.20.1"
14896source = "registry+https://github.com/rust-lang/crates.io-index"
14897checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
14898dependencies = [
14899 "byteorder",
14900 "bytes 1.10.1",
14901 "data-encoding",
14902 "http 0.2.12",
14903 "httparse",
14904 "log",
14905 "rand 0.8.5",
14906 "sha1",
14907 "thiserror 1.0.69",
14908 "url",
14909 "utf-8",
14910]
14911
14912[[package]]
14913name = "tungstenite"
14914version = "0.21.0"
14915source = "registry+https://github.com/rust-lang/crates.io-index"
14916checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
14917dependencies = [
14918 "byteorder",
14919 "bytes 1.10.1",
14920 "data-encoding",
14921 "http 1.2.0",
14922 "httparse",
14923 "log",
14924 "rand 0.8.5",
14925 "sha1",
14926 "thiserror 1.0.69",
14927 "url",
14928 "utf-8",
14929]
14930
14931[[package]]
14932name = "tungstenite"
14933version = "0.24.0"
14934source = "registry+https://github.com/rust-lang/crates.io-index"
14935checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
14936dependencies = [
14937 "byteorder",
14938 "bytes 1.10.1",
14939 "data-encoding",
14940 "http 1.2.0",
14941 "httparse",
14942 "log",
14943 "rand 0.8.5",
14944 "sha1",
14945 "thiserror 1.0.69",
14946 "utf-8",
14947]
14948
14949[[package]]
14950name = "tungstenite"
14951version = "0.26.2"
14952source = "registry+https://github.com/rust-lang/crates.io-index"
14953checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
14954dependencies = [
14955 "bytes 1.10.1",
14956 "data-encoding",
14957 "http 1.2.0",
14958 "httparse",
14959 "log",
14960 "rand 0.9.0",
14961 "rustls 0.23.25",
14962 "rustls-pki-types",
14963 "sha1",
14964 "thiserror 2.0.12",
14965 "utf-8",
14966]
14967
14968[[package]]
14969name = "typeid"
14970version = "1.0.2"
14971source = "registry+https://github.com/rust-lang/crates.io-index"
14972checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
14973
14974[[package]]
14975name = "typenum"
14976version = "1.17.0"
14977source = "registry+https://github.com/rust-lang/crates.io-index"
14978checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
14979
14980[[package]]
14981name = "ucd-trie"
14982version = "0.1.7"
14983source = "registry+https://github.com/rust-lang/crates.io-index"
14984checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
14985
14986[[package]]
14987name = "uds_windows"
14988version = "1.1.0"
14989source = "registry+https://github.com/rust-lang/crates.io-index"
14990checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
14991dependencies = [
14992 "memoffset",
14993 "tempfile",
14994 "winapi",
14995]
14996
14997[[package]]
14998name = "ui"
14999version = "0.1.0"
15000dependencies = [
15001 "chrono",
15002 "component",
15003 "gpui",
15004 "icons",
15005 "itertools 0.14.0",
15006 "linkme",
15007 "menu",
15008 "serde",
15009 "settings",
15010 "smallvec",
15011 "story",
15012 "strum",
15013 "theme",
15014 "ui_macros",
15015 "util",
15016 "windows 0.61.1",
15017]
15018
15019[[package]]
15020name = "ui_input"
15021version = "0.1.0"
15022dependencies = [
15023 "editor",
15024 "gpui",
15025 "settings",
15026 "theme",
15027 "ui",
15028]
15029
15030[[package]]
15031name = "ui_macros"
15032version = "0.1.0"
15033dependencies = [
15034 "convert_case 0.8.0",
15035 "linkme",
15036 "proc-macro2",
15037 "quote",
15038 "syn 1.0.109",
15039]
15040
15041[[package]]
15042name = "ui_prompt"
15043version = "0.1.0"
15044dependencies = [
15045 "gpui",
15046 "markdown",
15047 "menu",
15048 "settings",
15049 "theme",
15050 "ui",
15051 "workspace",
15052]
15053
15054[[package]]
15055name = "unicase"
15056version = "2.8.1"
15057source = "registry+https://github.com/rust-lang/crates.io-index"
15058checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
15059
15060[[package]]
15061name = "unicode-bidi"
15062version = "0.3.17"
15063source = "registry+https://github.com/rust-lang/crates.io-index"
15064checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
15065
15066[[package]]
15067name = "unicode-bidi-mirroring"
15068version = "0.2.0"
15069source = "registry+https://github.com/rust-lang/crates.io-index"
15070checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
15071
15072[[package]]
15073name = "unicode-bidi-mirroring"
15074version = "0.4.0"
15075source = "registry+https://github.com/rust-lang/crates.io-index"
15076checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
15077
15078[[package]]
15079name = "unicode-ccc"
15080version = "0.2.0"
15081source = "registry+https://github.com/rust-lang/crates.io-index"
15082checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
15083
15084[[package]]
15085name = "unicode-ccc"
15086version = "0.4.0"
15087source = "registry+https://github.com/rust-lang/crates.io-index"
15088checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
15089
15090[[package]]
15091name = "unicode-ident"
15092version = "1.0.14"
15093source = "registry+https://github.com/rust-lang/crates.io-index"
15094checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
15095
15096[[package]]
15097name = "unicode-linebreak"
15098version = "0.1.5"
15099source = "registry+https://github.com/rust-lang/crates.io-index"
15100checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
15101
15102[[package]]
15103name = "unicode-normalization"
15104version = "0.1.24"
15105source = "registry+https://github.com/rust-lang/crates.io-index"
15106checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
15107dependencies = [
15108 "tinyvec",
15109]
15110
15111[[package]]
15112name = "unicode-properties"
15113version = "0.1.3"
15114source = "registry+https://github.com/rust-lang/crates.io-index"
15115checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
15116
15117[[package]]
15118name = "unicode-script"
15119version = "0.5.7"
15120source = "registry+https://github.com/rust-lang/crates.io-index"
15121checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
15122
15123[[package]]
15124name = "unicode-segmentation"
15125version = "1.12.0"
15126source = "registry+https://github.com/rust-lang/crates.io-index"
15127checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
15128
15129[[package]]
15130name = "unicode-vo"
15131version = "0.1.0"
15132source = "registry+https://github.com/rust-lang/crates.io-index"
15133checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
15134
15135[[package]]
15136name = "unicode-width"
15137version = "0.1.14"
15138source = "registry+https://github.com/rust-lang/crates.io-index"
15139checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
15140
15141[[package]]
15142name = "unicode-xid"
15143version = "0.2.6"
15144source = "registry+https://github.com/rust-lang/crates.io-index"
15145checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
15146
15147[[package]]
15148name = "unicode_categories"
15149version = "0.1.1"
15150source = "registry+https://github.com/rust-lang/crates.io-index"
15151checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
15152
15153[[package]]
15154name = "unindent"
15155version = "0.2.4"
15156source = "registry+https://github.com/rust-lang/crates.io-index"
15157checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
15158
15159[[package]]
15160name = "untrusted"
15161version = "0.9.0"
15162source = "registry+https://github.com/rust-lang/crates.io-index"
15163checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
15164
15165[[package]]
15166name = "url"
15167version = "2.5.4"
15168source = "registry+https://github.com/rust-lang/crates.io-index"
15169checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
15170dependencies = [
15171 "form_urlencoded",
15172 "idna",
15173 "percent-encoding",
15174 "serde",
15175]
15176
15177[[package]]
15178name = "urlencoding"
15179version = "2.1.3"
15180source = "registry+https://github.com/rust-lang/crates.io-index"
15181checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
15182
15183[[package]]
15184name = "usvg"
15185version = "0.45.0"
15186source = "registry+https://github.com/rust-lang/crates.io-index"
15187checksum = "2ac8e0e3e4696253dc06167990b3fe9a2668ab66270adf949a464db4088cb354"
15188dependencies = [
15189 "base64 0.22.1",
15190 "data-url",
15191 "flate2",
15192 "fontdb 0.23.0",
15193 "imagesize",
15194 "kurbo",
15195 "log",
15196 "pico-args",
15197 "roxmltree",
15198 "rustybuzz 0.20.1",
15199 "simplecss",
15200 "siphasher 1.0.1",
15201 "strict-num",
15202 "svgtypes",
15203 "tiny-skia-path",
15204 "unicode-bidi",
15205 "unicode-script",
15206 "unicode-vo",
15207 "xmlwriter",
15208]
15209
15210[[package]]
15211name = "utf-8"
15212version = "0.7.6"
15213source = "registry+https://github.com/rust-lang/crates.io-index"
15214checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
15215
15216[[package]]
15217name = "utf16_iter"
15218version = "1.0.5"
15219source = "registry+https://github.com/rust-lang/crates.io-index"
15220checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
15221
15222[[package]]
15223name = "utf8_iter"
15224version = "1.0.4"
15225source = "registry+https://github.com/rust-lang/crates.io-index"
15226checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
15227
15228[[package]]
15229name = "utf8parse"
15230version = "0.2.2"
15231source = "registry+https://github.com/rust-lang/crates.io-index"
15232checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
15233
15234[[package]]
15235name = "util"
15236version = "0.1.0"
15237dependencies = [
15238 "anyhow",
15239 "async-fs",
15240 "collections",
15241 "dirs 4.0.0",
15242 "dunce",
15243 "futures 0.3.31",
15244 "futures-lite 1.13.0",
15245 "git2",
15246 "globset",
15247 "itertools 0.14.0",
15248 "libc",
15249 "log",
15250 "rand 0.8.5",
15251 "regex",
15252 "rust-embed",
15253 "serde",
15254 "serde_json",
15255 "smol",
15256 "take-until",
15257 "tempfile",
15258 "tendril",
15259 "unicase",
15260 "util_macros",
15261]
15262
15263[[package]]
15264name = "util_macros"
15265version = "0.1.0"
15266dependencies = [
15267 "quote",
15268 "syn 1.0.109",
15269]
15270
15271[[package]]
15272name = "uuid"
15273version = "1.13.2"
15274source = "registry+https://github.com/rust-lang/crates.io-index"
15275checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6"
15276dependencies = [
15277 "getrandom 0.3.1",
15278 "serde",
15279 "sha1_smol",
15280]
15281
15282[[package]]
15283name = "v_frame"
15284version = "0.3.8"
15285source = "registry+https://github.com/rust-lang/crates.io-index"
15286checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
15287dependencies = [
15288 "aligned-vec",
15289 "num-traits",
15290 "wasm-bindgen",
15291]
15292
15293[[package]]
15294name = "valuable"
15295version = "0.1.0"
15296source = "registry+https://github.com/rust-lang/crates.io-index"
15297checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
15298
15299[[package]]
15300name = "value-bag"
15301version = "1.10.0"
15302source = "registry+https://github.com/rust-lang/crates.io-index"
15303checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
15304dependencies = [
15305 "value-bag-serde1",
15306 "value-bag-sval2",
15307]
15308
15309[[package]]
15310name = "value-bag-serde1"
15311version = "1.10.0"
15312source = "registry+https://github.com/rust-lang/crates.io-index"
15313checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
15314dependencies = [
15315 "erased-serde",
15316 "serde",
15317 "serde_fmt",
15318]
15319
15320[[package]]
15321name = "value-bag-sval2"
15322version = "1.10.0"
15323source = "registry+https://github.com/rust-lang/crates.io-index"
15324checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
15325dependencies = [
15326 "sval",
15327 "sval_buffer",
15328 "sval_dynamic",
15329 "sval_fmt",
15330 "sval_json",
15331 "sval_ref",
15332 "sval_serde",
15333]
15334
15335[[package]]
15336name = "vcpkg"
15337version = "0.2.15"
15338source = "registry+https://github.com/rust-lang/crates.io-index"
15339checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
15340
15341[[package]]
15342name = "version-compare"
15343version = "0.2.0"
15344source = "registry+https://github.com/rust-lang/crates.io-index"
15345checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
15346
15347[[package]]
15348name = "version_check"
15349version = "0.9.5"
15350source = "registry+https://github.com/rust-lang/crates.io-index"
15351checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
15352
15353[[package]]
15354name = "vim"
15355version = "0.1.0"
15356dependencies = [
15357 "anyhow",
15358 "assets",
15359 "async-compat",
15360 "async-trait",
15361 "collections",
15362 "command_palette",
15363 "command_palette_hooks",
15364 "db",
15365 "editor",
15366 "futures 0.3.31",
15367 "git_ui",
15368 "gpui",
15369 "indoc",
15370 "itertools 0.14.0",
15371 "language",
15372 "libc",
15373 "log",
15374 "lsp",
15375 "multi_buffer",
15376 "nvim-rs",
15377 "parking_lot",
15378 "picker",
15379 "project",
15380 "project_panel",
15381 "regex",
15382 "release_channel",
15383 "schemars",
15384 "search",
15385 "serde",
15386 "serde_derive",
15387 "serde_json",
15388 "settings",
15389 "task",
15390 "text",
15391 "theme",
15392 "tokio",
15393 "ui",
15394 "util",
15395 "vim_mode_setting",
15396 "workspace",
15397 "zed_actions",
15398]
15399
15400[[package]]
15401name = "vim_mode_setting"
15402version = "0.1.0"
15403dependencies = [
15404 "anyhow",
15405 "gpui",
15406 "settings",
15407]
15408
15409[[package]]
15410name = "vscode_theme"
15411version = "0.2.0"
15412source = "registry+https://github.com/rust-lang/crates.io-index"
15413checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
15414dependencies = [
15415 "serde",
15416]
15417
15418[[package]]
15419name = "vsimd"
15420version = "0.8.0"
15421source = "registry+https://github.com/rust-lang/crates.io-index"
15422checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
15423
15424[[package]]
15425name = "vswhom"
15426version = "0.1.0"
15427source = "registry+https://github.com/rust-lang/crates.io-index"
15428checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
15429dependencies = [
15430 "libc",
15431 "vswhom-sys",
15432]
15433
15434[[package]]
15435name = "vswhom-sys"
15436version = "0.1.2"
15437source = "registry+https://github.com/rust-lang/crates.io-index"
15438checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
15439dependencies = [
15440 "cc",
15441 "libc",
15442]
15443
15444[[package]]
15445name = "vte"
15446version = "0.15.0"
15447source = "registry+https://github.com/rust-lang/crates.io-index"
15448checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
15449dependencies = [
15450 "arrayvec",
15451 "bitflags 2.9.0",
15452 "cursor-icon",
15453 "log",
15454 "memchr",
15455 "serde",
15456]
15457
15458[[package]]
15459name = "waker-fn"
15460version = "1.2.0"
15461source = "registry+https://github.com/rust-lang/crates.io-index"
15462checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
15463
15464[[package]]
15465name = "walkdir"
15466version = "2.5.0"
15467source = "registry+https://github.com/rust-lang/crates.io-index"
15468checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
15469dependencies = [
15470 "same-file",
15471 "winapi-util",
15472]
15473
15474[[package]]
15475name = "want"
15476version = "0.3.1"
15477source = "registry+https://github.com/rust-lang/crates.io-index"
15478checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
15479dependencies = [
15480 "try-lock",
15481]
15482
15483[[package]]
15484name = "warp"
15485version = "0.3.7"
15486source = "registry+https://github.com/rust-lang/crates.io-index"
15487checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
15488dependencies = [
15489 "bytes 1.10.1",
15490 "futures-channel",
15491 "futures-util",
15492 "headers",
15493 "http 0.2.12",
15494 "hyper 0.14.32",
15495 "log",
15496 "mime",
15497 "mime_guess",
15498 "percent-encoding",
15499 "pin-project",
15500 "scoped-tls",
15501 "serde",
15502 "serde_json",
15503 "serde_urlencoded",
15504 "tokio",
15505 "tokio-tungstenite 0.21.0",
15506 "tokio-util",
15507 "tower-service",
15508 "tracing",
15509]
15510
15511[[package]]
15512name = "wasi"
15513version = "0.9.0+wasi-snapshot-preview1"
15514source = "registry+https://github.com/rust-lang/crates.io-index"
15515checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
15516
15517[[package]]
15518name = "wasi"
15519version = "0.11.0+wasi-snapshot-preview1"
15520source = "registry+https://github.com/rust-lang/crates.io-index"
15521checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
15522
15523[[package]]
15524name = "wasi"
15525version = "0.13.3+wasi-0.2.2"
15526source = "registry+https://github.com/rust-lang/crates.io-index"
15527checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
15528dependencies = [
15529 "wit-bindgen-rt 0.33.0",
15530]
15531
15532[[package]]
15533name = "wasite"
15534version = "0.1.0"
15535source = "registry+https://github.com/rust-lang/crates.io-index"
15536checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
15537
15538[[package]]
15539name = "wasm-bindgen"
15540version = "0.2.99"
15541source = "registry+https://github.com/rust-lang/crates.io-index"
15542checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
15543dependencies = [
15544 "cfg-if",
15545 "once_cell",
15546 "wasm-bindgen-macro",
15547]
15548
15549[[package]]
15550name = "wasm-bindgen-backend"
15551version = "0.2.99"
15552source = "registry+https://github.com/rust-lang/crates.io-index"
15553checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
15554dependencies = [
15555 "bumpalo",
15556 "log",
15557 "proc-macro2",
15558 "quote",
15559 "syn 2.0.100",
15560 "wasm-bindgen-shared",
15561]
15562
15563[[package]]
15564name = "wasm-bindgen-futures"
15565version = "0.4.49"
15566source = "registry+https://github.com/rust-lang/crates.io-index"
15567checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
15568dependencies = [
15569 "cfg-if",
15570 "js-sys",
15571 "once_cell",
15572 "wasm-bindgen",
15573 "web-sys",
15574]
15575
15576[[package]]
15577name = "wasm-bindgen-macro"
15578version = "0.2.99"
15579source = "registry+https://github.com/rust-lang/crates.io-index"
15580checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
15581dependencies = [
15582 "quote",
15583 "wasm-bindgen-macro-support",
15584]
15585
15586[[package]]
15587name = "wasm-bindgen-macro-support"
15588version = "0.2.99"
15589source = "registry+https://github.com/rust-lang/crates.io-index"
15590checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
15591dependencies = [
15592 "proc-macro2",
15593 "quote",
15594 "syn 2.0.100",
15595 "wasm-bindgen-backend",
15596 "wasm-bindgen-shared",
15597]
15598
15599[[package]]
15600name = "wasm-bindgen-shared"
15601version = "0.2.99"
15602source = "registry+https://github.com/rust-lang/crates.io-index"
15603checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
15604
15605[[package]]
15606name = "wasm-encoder"
15607version = "0.201.0"
15608source = "registry+https://github.com/rust-lang/crates.io-index"
15609checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
15610dependencies = [
15611 "leb128",
15612]
15613
15614[[package]]
15615name = "wasm-encoder"
15616version = "0.221.3"
15617source = "registry+https://github.com/rust-lang/crates.io-index"
15618checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
15619dependencies = [
15620 "leb128",
15621 "wasmparser 0.221.3",
15622]
15623
15624[[package]]
15625name = "wasm-metadata"
15626version = "0.201.0"
15627source = "registry+https://github.com/rust-lang/crates.io-index"
15628checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
15629dependencies = [
15630 "anyhow",
15631 "indexmap",
15632 "serde",
15633 "serde_derive",
15634 "serde_json",
15635 "spdx",
15636 "wasm-encoder 0.201.0",
15637 "wasmparser 0.201.0",
15638]
15639
15640[[package]]
15641name = "wasm-metadata"
15642version = "0.221.3"
15643source = "registry+https://github.com/rust-lang/crates.io-index"
15644checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
15645dependencies = [
15646 "anyhow",
15647 "indexmap",
15648 "serde",
15649 "serde_derive",
15650 "serde_json",
15651 "spdx",
15652 "wasm-encoder 0.221.3",
15653 "wasmparser 0.221.3",
15654]
15655
15656[[package]]
15657name = "wasm-streams"
15658version = "0.4.2"
15659source = "registry+https://github.com/rust-lang/crates.io-index"
15660checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
15661dependencies = [
15662 "futures-util",
15663 "js-sys",
15664 "wasm-bindgen",
15665 "wasm-bindgen-futures",
15666 "web-sys",
15667]
15668
15669[[package]]
15670name = "wasmparser"
15671version = "0.201.0"
15672source = "registry+https://github.com/rust-lang/crates.io-index"
15673checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
15674dependencies = [
15675 "bitflags 2.9.0",
15676 "indexmap",
15677 "semver",
15678]
15679
15680[[package]]
15681name = "wasmparser"
15682version = "0.221.3"
15683source = "registry+https://github.com/rust-lang/crates.io-index"
15684checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
15685dependencies = [
15686 "bitflags 2.9.0",
15687 "hashbrown 0.15.2",
15688 "indexmap",
15689 "semver",
15690 "serde",
15691]
15692
15693[[package]]
15694name = "wasmprinter"
15695version = "0.221.3"
15696source = "registry+https://github.com/rust-lang/crates.io-index"
15697checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
15698dependencies = [
15699 "anyhow",
15700 "termcolor",
15701 "wasmparser 0.221.3",
15702]
15703
15704[[package]]
15705name = "wasmtime"
15706version = "29.0.1"
15707source = "registry+https://github.com/rust-lang/crates.io-index"
15708checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
15709dependencies = [
15710 "anyhow",
15711 "async-trait",
15712 "bitflags 2.9.0",
15713 "bumpalo",
15714 "cc",
15715 "cfg-if",
15716 "encoding_rs",
15717 "hashbrown 0.14.5",
15718 "indexmap",
15719 "libc",
15720 "log",
15721 "mach2",
15722 "memfd",
15723 "object",
15724 "once_cell",
15725 "paste",
15726 "postcard",
15727 "psm",
15728 "pulley-interpreter",
15729 "rustix",
15730 "semver",
15731 "serde",
15732 "serde_derive",
15733 "smallvec",
15734 "sptr",
15735 "target-lexicon 0.13.2",
15736 "trait-variant",
15737 "wasmparser 0.221.3",
15738 "wasmtime-asm-macros",
15739 "wasmtime-component-macro",
15740 "wasmtime-component-util",
15741 "wasmtime-cranelift",
15742 "wasmtime-environ",
15743 "wasmtime-fiber",
15744 "wasmtime-jit-icache-coherence",
15745 "wasmtime-math",
15746 "wasmtime-slab",
15747 "wasmtime-versioned-export-macros",
15748 "wasmtime-winch",
15749 "windows-sys 0.59.0",
15750]
15751
15752[[package]]
15753name = "wasmtime-asm-macros"
15754version = "29.0.1"
15755source = "registry+https://github.com/rust-lang/crates.io-index"
15756checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
15757dependencies = [
15758 "cfg-if",
15759]
15760
15761[[package]]
15762name = "wasmtime-c-api-impl"
15763version = "29.0.1"
15764source = "registry+https://github.com/rust-lang/crates.io-index"
15765checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
15766dependencies = [
15767 "anyhow",
15768 "log",
15769 "tracing",
15770 "wasmtime",
15771 "wasmtime-c-api-macros",
15772]
15773
15774[[package]]
15775name = "wasmtime-c-api-macros"
15776version = "29.0.1"
15777source = "registry+https://github.com/rust-lang/crates.io-index"
15778checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
15779dependencies = [
15780 "proc-macro2",
15781 "quote",
15782]
15783
15784[[package]]
15785name = "wasmtime-component-macro"
15786version = "29.0.1"
15787source = "registry+https://github.com/rust-lang/crates.io-index"
15788checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
15789dependencies = [
15790 "anyhow",
15791 "proc-macro2",
15792 "quote",
15793 "syn 2.0.100",
15794 "wasmtime-component-util",
15795 "wasmtime-wit-bindgen",
15796 "wit-parser 0.221.3",
15797]
15798
15799[[package]]
15800name = "wasmtime-component-util"
15801version = "29.0.1"
15802source = "registry+https://github.com/rust-lang/crates.io-index"
15803checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
15804
15805[[package]]
15806name = "wasmtime-cranelift"
15807version = "29.0.1"
15808source = "registry+https://github.com/rust-lang/crates.io-index"
15809checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
15810dependencies = [
15811 "anyhow",
15812 "cfg-if",
15813 "cranelift-codegen",
15814 "cranelift-control",
15815 "cranelift-entity",
15816 "cranelift-frontend",
15817 "cranelift-native",
15818 "gimli",
15819 "itertools 0.12.1",
15820 "log",
15821 "object",
15822 "smallvec",
15823 "target-lexicon 0.13.2",
15824 "thiserror 1.0.69",
15825 "wasmparser 0.221.3",
15826 "wasmtime-environ",
15827 "wasmtime-versioned-export-macros",
15828]
15829
15830[[package]]
15831name = "wasmtime-environ"
15832version = "29.0.1"
15833source = "registry+https://github.com/rust-lang/crates.io-index"
15834checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
15835dependencies = [
15836 "anyhow",
15837 "cpp_demangle",
15838 "cranelift-bitset",
15839 "cranelift-entity",
15840 "gimli",
15841 "indexmap",
15842 "log",
15843 "object",
15844 "postcard",
15845 "rustc-demangle",
15846 "semver",
15847 "serde",
15848 "serde_derive",
15849 "smallvec",
15850 "target-lexicon 0.13.2",
15851 "wasm-encoder 0.221.3",
15852 "wasmparser 0.221.3",
15853 "wasmprinter",
15854 "wasmtime-component-util",
15855]
15856
15857[[package]]
15858name = "wasmtime-fiber"
15859version = "29.0.1"
15860source = "registry+https://github.com/rust-lang/crates.io-index"
15861checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
15862dependencies = [
15863 "anyhow",
15864 "cc",
15865 "cfg-if",
15866 "rustix",
15867 "wasmtime-asm-macros",
15868 "wasmtime-versioned-export-macros",
15869 "windows-sys 0.59.0",
15870]
15871
15872[[package]]
15873name = "wasmtime-jit-icache-coherence"
15874version = "29.0.1"
15875source = "registry+https://github.com/rust-lang/crates.io-index"
15876checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
15877dependencies = [
15878 "anyhow",
15879 "cfg-if",
15880 "libc",
15881 "windows-sys 0.59.0",
15882]
15883
15884[[package]]
15885name = "wasmtime-math"
15886version = "29.0.1"
15887source = "registry+https://github.com/rust-lang/crates.io-index"
15888checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
15889dependencies = [
15890 "libm",
15891]
15892
15893[[package]]
15894name = "wasmtime-slab"
15895version = "29.0.1"
15896source = "registry+https://github.com/rust-lang/crates.io-index"
15897checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
15898
15899[[package]]
15900name = "wasmtime-versioned-export-macros"
15901version = "29.0.1"
15902source = "registry+https://github.com/rust-lang/crates.io-index"
15903checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
15904dependencies = [
15905 "proc-macro2",
15906 "quote",
15907 "syn 2.0.100",
15908]
15909
15910[[package]]
15911name = "wasmtime-wasi"
15912version = "29.0.1"
15913source = "registry+https://github.com/rust-lang/crates.io-index"
15914checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
15915dependencies = [
15916 "anyhow",
15917 "async-trait",
15918 "bitflags 2.9.0",
15919 "bytes 1.10.1",
15920 "cap-fs-ext",
15921 "cap-net-ext",
15922 "cap-rand",
15923 "cap-std",
15924 "cap-time-ext",
15925 "fs-set-times",
15926 "futures 0.3.31",
15927 "io-extras",
15928 "io-lifetimes",
15929 "rustix",
15930 "system-interface",
15931 "thiserror 1.0.69",
15932 "tokio",
15933 "tracing",
15934 "trait-variant",
15935 "url",
15936 "wasmtime",
15937 "wiggle",
15938 "windows-sys 0.59.0",
15939]
15940
15941[[package]]
15942name = "wasmtime-winch"
15943version = "29.0.1"
15944source = "registry+https://github.com/rust-lang/crates.io-index"
15945checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
15946dependencies = [
15947 "anyhow",
15948 "cranelift-codegen",
15949 "gimli",
15950 "object",
15951 "target-lexicon 0.13.2",
15952 "wasmparser 0.221.3",
15953 "wasmtime-cranelift",
15954 "wasmtime-environ",
15955 "winch-codegen",
15956]
15957
15958[[package]]
15959name = "wasmtime-wit-bindgen"
15960version = "29.0.1"
15961source = "registry+https://github.com/rust-lang/crates.io-index"
15962checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
15963dependencies = [
15964 "anyhow",
15965 "heck 0.5.0",
15966 "indexmap",
15967 "wit-parser 0.221.3",
15968]
15969
15970[[package]]
15971name = "wast"
15972version = "35.0.2"
15973source = "registry+https://github.com/rust-lang/crates.io-index"
15974checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
15975dependencies = [
15976 "leb128",
15977]
15978
15979[[package]]
15980name = "wayland-backend"
15981version = "0.3.8"
15982source = "registry+https://github.com/rust-lang/crates.io-index"
15983checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
15984dependencies = [
15985 "cc",
15986 "downcast-rs",
15987 "rustix",
15988 "scoped-tls",
15989 "smallvec",
15990 "wayland-sys",
15991]
15992
15993[[package]]
15994name = "wayland-client"
15995version = "0.31.8"
15996source = "registry+https://github.com/rust-lang/crates.io-index"
15997checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
15998dependencies = [
15999 "bitflags 2.9.0",
16000 "rustix",
16001 "wayland-backend",
16002 "wayland-scanner",
16003]
16004
16005[[package]]
16006name = "wayland-cursor"
16007version = "0.31.8"
16008source = "registry+https://github.com/rust-lang/crates.io-index"
16009checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
16010dependencies = [
16011 "rustix",
16012 "wayland-client",
16013 "xcursor",
16014]
16015
16016[[package]]
16017name = "wayland-protocols"
16018version = "0.31.2"
16019source = "registry+https://github.com/rust-lang/crates.io-index"
16020checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
16021dependencies = [
16022 "bitflags 2.9.0",
16023 "wayland-backend",
16024 "wayland-client",
16025 "wayland-scanner",
16026]
16027
16028[[package]]
16029name = "wayland-protocols-plasma"
16030version = "0.2.0"
16031source = "registry+https://github.com/rust-lang/crates.io-index"
16032checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
16033dependencies = [
16034 "bitflags 2.9.0",
16035 "wayland-backend",
16036 "wayland-client",
16037 "wayland-protocols",
16038 "wayland-scanner",
16039]
16040
16041[[package]]
16042name = "wayland-scanner"
16043version = "0.31.6"
16044source = "registry+https://github.com/rust-lang/crates.io-index"
16045checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
16046dependencies = [
16047 "proc-macro2",
16048 "quick-xml 0.37.2",
16049 "quote",
16050]
16051
16052[[package]]
16053name = "wayland-sys"
16054version = "0.31.6"
16055source = "registry+https://github.com/rust-lang/crates.io-index"
16056checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
16057dependencies = [
16058 "dlib",
16059 "log",
16060 "once_cell",
16061 "pkg-config",
16062]
16063
16064[[package]]
16065name = "web-sys"
16066version = "0.3.76"
16067source = "registry+https://github.com/rust-lang/crates.io-index"
16068checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
16069dependencies = [
16070 "js-sys",
16071 "wasm-bindgen",
16072]
16073
16074[[package]]
16075name = "web-time"
16076version = "1.1.0"
16077source = "registry+https://github.com/rust-lang/crates.io-index"
16078checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
16079dependencies = [
16080 "js-sys",
16081 "wasm-bindgen",
16082]
16083
16084[[package]]
16085name = "webpki-root-certs"
16086version = "0.26.8"
16087source = "registry+https://github.com/rust-lang/crates.io-index"
16088checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
16089dependencies = [
16090 "rustls-pki-types",
16091]
16092
16093[[package]]
16094name = "webpki-roots"
16095version = "0.26.7"
16096source = "registry+https://github.com/rust-lang/crates.io-index"
16097checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
16098dependencies = [
16099 "rustls-pki-types",
16100]
16101
16102[[package]]
16103name = "webrtc-sys"
16104version = "0.3.7"
16105source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
16106dependencies = [
16107 "cc",
16108 "cxx",
16109 "cxx-build",
16110 "glob",
16111 "log",
16112 "webrtc-sys-build",
16113]
16114
16115[[package]]
16116name = "webrtc-sys-build"
16117version = "0.3.6"
16118source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
16119dependencies = [
16120 "fs2",
16121 "regex",
16122 "reqwest 0.11.27",
16123 "scratch",
16124 "semver",
16125 "zip",
16126]
16127
16128[[package]]
16129name = "weezl"
16130version = "0.1.8"
16131source = "registry+https://github.com/rust-lang/crates.io-index"
16132checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
16133
16134[[package]]
16135name = "welcome"
16136version = "0.1.0"
16137dependencies = [
16138 "anyhow",
16139 "client",
16140 "db",
16141 "editor",
16142 "fuzzy",
16143 "gpui",
16144 "install_cli",
16145 "language",
16146 "picker",
16147 "project",
16148 "schemars",
16149 "serde",
16150 "settings",
16151 "telemetry",
16152 "ui",
16153 "util",
16154 "vim_mode_setting",
16155 "workspace",
16156 "zed_actions",
16157]
16158
16159[[package]]
16160name = "which"
16161version = "4.4.2"
16162source = "registry+https://github.com/rust-lang/crates.io-index"
16163checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
16164dependencies = [
16165 "either",
16166 "home",
16167 "once_cell",
16168 "rustix",
16169]
16170
16171[[package]]
16172name = "which"
16173version = "6.0.3"
16174source = "registry+https://github.com/rust-lang/crates.io-index"
16175checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
16176dependencies = [
16177 "either",
16178 "home",
16179 "rustix",
16180 "winsafe",
16181]
16182
16183[[package]]
16184name = "whoami"
16185version = "1.5.2"
16186source = "registry+https://github.com/rust-lang/crates.io-index"
16187checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
16188dependencies = [
16189 "redox_syscall 0.5.8",
16190 "wasite",
16191]
16192
16193[[package]]
16194name = "wiggle"
16195version = "29.0.1"
16196source = "registry+https://github.com/rust-lang/crates.io-index"
16197checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
16198dependencies = [
16199 "anyhow",
16200 "async-trait",
16201 "bitflags 2.9.0",
16202 "thiserror 1.0.69",
16203 "tracing",
16204 "wasmtime",
16205 "wiggle-macro",
16206]
16207
16208[[package]]
16209name = "wiggle-generate"
16210version = "29.0.1"
16211source = "registry+https://github.com/rust-lang/crates.io-index"
16212checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
16213dependencies = [
16214 "anyhow",
16215 "heck 0.5.0",
16216 "proc-macro2",
16217 "quote",
16218 "shellexpand 2.1.2",
16219 "syn 2.0.100",
16220 "witx",
16221]
16222
16223[[package]]
16224name = "wiggle-macro"
16225version = "29.0.1"
16226source = "registry+https://github.com/rust-lang/crates.io-index"
16227checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
16228dependencies = [
16229 "proc-macro2",
16230 "quote",
16231 "syn 2.0.100",
16232 "wiggle-generate",
16233]
16234
16235[[package]]
16236name = "winapi"
16237version = "0.3.9"
16238source = "registry+https://github.com/rust-lang/crates.io-index"
16239checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
16240dependencies = [
16241 "winapi-i686-pc-windows-gnu",
16242 "winapi-x86_64-pc-windows-gnu",
16243]
16244
16245[[package]]
16246name = "winapi-i686-pc-windows-gnu"
16247version = "0.4.0"
16248source = "registry+https://github.com/rust-lang/crates.io-index"
16249checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
16250
16251[[package]]
16252name = "winapi-util"
16253version = "0.1.9"
16254source = "registry+https://github.com/rust-lang/crates.io-index"
16255checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
16256dependencies = [
16257 "windows-sys 0.59.0",
16258]
16259
16260[[package]]
16261name = "winapi-x86_64-pc-windows-gnu"
16262version = "0.4.0"
16263source = "registry+https://github.com/rust-lang/crates.io-index"
16264checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
16265
16266[[package]]
16267name = "winch-codegen"
16268version = "29.0.1"
16269source = "registry+https://github.com/rust-lang/crates.io-index"
16270checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
16271dependencies = [
16272 "anyhow",
16273 "cranelift-codegen",
16274 "gimli",
16275 "regalloc2",
16276 "smallvec",
16277 "target-lexicon 0.13.2",
16278 "thiserror 1.0.69",
16279 "wasmparser 0.221.3",
16280 "wasmtime-cranelift",
16281 "wasmtime-environ",
16282]
16283
16284[[package]]
16285name = "windows"
16286version = "0.54.0"
16287source = "registry+https://github.com/rust-lang/crates.io-index"
16288checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
16289dependencies = [
16290 "windows-core 0.54.0",
16291 "windows-targets 0.52.6",
16292]
16293
16294[[package]]
16295name = "windows"
16296version = "0.57.0"
16297source = "registry+https://github.com/rust-lang/crates.io-index"
16298checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
16299dependencies = [
16300 "windows-core 0.57.0",
16301 "windows-targets 0.52.6",
16302]
16303
16304[[package]]
16305name = "windows"
16306version = "0.58.0"
16307source = "registry+https://github.com/rust-lang/crates.io-index"
16308checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
16309dependencies = [
16310 "windows-core 0.58.0",
16311 "windows-targets 0.52.6",
16312]
16313
16314[[package]]
16315name = "windows"
16316version = "0.61.1"
16317source = "registry+https://github.com/rust-lang/crates.io-index"
16318checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
16319dependencies = [
16320 "windows-collections",
16321 "windows-core 0.61.0",
16322 "windows-future",
16323 "windows-link",
16324 "windows-numerics",
16325]
16326
16327[[package]]
16328name = "windows-collections"
16329version = "0.2.0"
16330source = "registry+https://github.com/rust-lang/crates.io-index"
16331checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
16332dependencies = [
16333 "windows-core 0.61.0",
16334]
16335
16336[[package]]
16337name = "windows-core"
16338version = "0.52.0"
16339source = "registry+https://github.com/rust-lang/crates.io-index"
16340checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
16341dependencies = [
16342 "windows-targets 0.52.6",
16343]
16344
16345[[package]]
16346name = "windows-core"
16347version = "0.54.0"
16348source = "registry+https://github.com/rust-lang/crates.io-index"
16349checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
16350dependencies = [
16351 "windows-result 0.1.2",
16352 "windows-targets 0.52.6",
16353]
16354
16355[[package]]
16356name = "windows-core"
16357version = "0.57.0"
16358source = "registry+https://github.com/rust-lang/crates.io-index"
16359checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
16360dependencies = [
16361 "windows-implement 0.57.0",
16362 "windows-interface 0.57.0",
16363 "windows-result 0.1.2",
16364 "windows-targets 0.52.6",
16365]
16366
16367[[package]]
16368name = "windows-core"
16369version = "0.58.0"
16370source = "registry+https://github.com/rust-lang/crates.io-index"
16371checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
16372dependencies = [
16373 "windows-implement 0.58.0",
16374 "windows-interface 0.58.0",
16375 "windows-result 0.2.0",
16376 "windows-strings 0.1.0",
16377 "windows-targets 0.52.6",
16378]
16379
16380[[package]]
16381name = "windows-core"
16382version = "0.61.0"
16383source = "registry+https://github.com/rust-lang/crates.io-index"
16384checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
16385dependencies = [
16386 "windows-implement 0.60.0",
16387 "windows-interface 0.59.1",
16388 "windows-link",
16389 "windows-result 0.3.2",
16390 "windows-strings 0.4.0",
16391]
16392
16393[[package]]
16394name = "windows-future"
16395version = "0.2.0"
16396source = "registry+https://github.com/rust-lang/crates.io-index"
16397checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
16398dependencies = [
16399 "windows-core 0.61.0",
16400 "windows-link",
16401]
16402
16403[[package]]
16404name = "windows-implement"
16405version = "0.57.0"
16406source = "registry+https://github.com/rust-lang/crates.io-index"
16407checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
16408dependencies = [
16409 "proc-macro2",
16410 "quote",
16411 "syn 2.0.100",
16412]
16413
16414[[package]]
16415name = "windows-implement"
16416version = "0.58.0"
16417source = "registry+https://github.com/rust-lang/crates.io-index"
16418checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
16419dependencies = [
16420 "proc-macro2",
16421 "quote",
16422 "syn 2.0.100",
16423]
16424
16425[[package]]
16426name = "windows-implement"
16427version = "0.60.0"
16428source = "registry+https://github.com/rust-lang/crates.io-index"
16429checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
16430dependencies = [
16431 "proc-macro2",
16432 "quote",
16433 "syn 2.0.100",
16434]
16435
16436[[package]]
16437name = "windows-interface"
16438version = "0.57.0"
16439source = "registry+https://github.com/rust-lang/crates.io-index"
16440checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
16441dependencies = [
16442 "proc-macro2",
16443 "quote",
16444 "syn 2.0.100",
16445]
16446
16447[[package]]
16448name = "windows-interface"
16449version = "0.58.0"
16450source = "registry+https://github.com/rust-lang/crates.io-index"
16451checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
16452dependencies = [
16453 "proc-macro2",
16454 "quote",
16455 "syn 2.0.100",
16456]
16457
16458[[package]]
16459name = "windows-interface"
16460version = "0.59.1"
16461source = "registry+https://github.com/rust-lang/crates.io-index"
16462checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
16463dependencies = [
16464 "proc-macro2",
16465 "quote",
16466 "syn 2.0.100",
16467]
16468
16469[[package]]
16470name = "windows-link"
16471version = "0.1.1"
16472source = "registry+https://github.com/rust-lang/crates.io-index"
16473checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
16474
16475[[package]]
16476name = "windows-numerics"
16477version = "0.2.0"
16478source = "registry+https://github.com/rust-lang/crates.io-index"
16479checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
16480dependencies = [
16481 "windows-core 0.61.0",
16482 "windows-link",
16483]
16484
16485[[package]]
16486name = "windows-registry"
16487version = "0.2.0"
16488source = "registry+https://github.com/rust-lang/crates.io-index"
16489checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
16490dependencies = [
16491 "windows-result 0.2.0",
16492 "windows-strings 0.1.0",
16493 "windows-targets 0.52.6",
16494]
16495
16496[[package]]
16497name = "windows-result"
16498version = "0.1.2"
16499source = "registry+https://github.com/rust-lang/crates.io-index"
16500checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
16501dependencies = [
16502 "windows-targets 0.52.6",
16503]
16504
16505[[package]]
16506name = "windows-result"
16507version = "0.2.0"
16508source = "registry+https://github.com/rust-lang/crates.io-index"
16509checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
16510dependencies = [
16511 "windows-targets 0.52.6",
16512]
16513
16514[[package]]
16515name = "windows-result"
16516version = "0.3.2"
16517source = "registry+https://github.com/rust-lang/crates.io-index"
16518checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
16519dependencies = [
16520 "windows-link",
16521]
16522
16523[[package]]
16524name = "windows-strings"
16525version = "0.1.0"
16526source = "registry+https://github.com/rust-lang/crates.io-index"
16527checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
16528dependencies = [
16529 "windows-result 0.2.0",
16530 "windows-targets 0.52.6",
16531]
16532
16533[[package]]
16534name = "windows-strings"
16535version = "0.4.0"
16536source = "registry+https://github.com/rust-lang/crates.io-index"
16537checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
16538dependencies = [
16539 "windows-link",
16540]
16541
16542[[package]]
16543name = "windows-sys"
16544version = "0.45.0"
16545source = "registry+https://github.com/rust-lang/crates.io-index"
16546checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
16547dependencies = [
16548 "windows-targets 0.42.2",
16549]
16550
16551[[package]]
16552name = "windows-sys"
16553version = "0.48.0"
16554source = "registry+https://github.com/rust-lang/crates.io-index"
16555checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
16556dependencies = [
16557 "windows-targets 0.48.5",
16558]
16559
16560[[package]]
16561name = "windows-sys"
16562version = "0.52.0"
16563source = "registry+https://github.com/rust-lang/crates.io-index"
16564checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
16565dependencies = [
16566 "windows-targets 0.52.6",
16567]
16568
16569[[package]]
16570name = "windows-sys"
16571version = "0.59.0"
16572source = "registry+https://github.com/rust-lang/crates.io-index"
16573checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
16574dependencies = [
16575 "windows-targets 0.52.6",
16576]
16577
16578[[package]]
16579name = "windows-targets"
16580version = "0.42.2"
16581source = "registry+https://github.com/rust-lang/crates.io-index"
16582checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
16583dependencies = [
16584 "windows_aarch64_gnullvm 0.42.2",
16585 "windows_aarch64_msvc 0.42.2",
16586 "windows_i686_gnu 0.42.2",
16587 "windows_i686_msvc 0.42.2",
16588 "windows_x86_64_gnu 0.42.2",
16589 "windows_x86_64_gnullvm 0.42.2",
16590 "windows_x86_64_msvc 0.42.2",
16591]
16592
16593[[package]]
16594name = "windows-targets"
16595version = "0.48.5"
16596source = "registry+https://github.com/rust-lang/crates.io-index"
16597checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
16598dependencies = [
16599 "windows_aarch64_gnullvm 0.48.5",
16600 "windows_aarch64_msvc 0.48.5",
16601 "windows_i686_gnu 0.48.5",
16602 "windows_i686_msvc 0.48.5",
16603 "windows_x86_64_gnu 0.48.5",
16604 "windows_x86_64_gnullvm 0.48.5",
16605 "windows_x86_64_msvc 0.48.5",
16606]
16607
16608[[package]]
16609name = "windows-targets"
16610version = "0.52.6"
16611source = "registry+https://github.com/rust-lang/crates.io-index"
16612checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
16613dependencies = [
16614 "windows_aarch64_gnullvm 0.52.6",
16615 "windows_aarch64_msvc 0.52.6",
16616 "windows_i686_gnu 0.52.6",
16617 "windows_i686_gnullvm",
16618 "windows_i686_msvc 0.52.6",
16619 "windows_x86_64_gnu 0.52.6",
16620 "windows_x86_64_gnullvm 0.52.6",
16621 "windows_x86_64_msvc 0.52.6",
16622]
16623
16624[[package]]
16625name = "windows_aarch64_gnullvm"
16626version = "0.42.2"
16627source = "registry+https://github.com/rust-lang/crates.io-index"
16628checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
16629
16630[[package]]
16631name = "windows_aarch64_gnullvm"
16632version = "0.48.5"
16633source = "registry+https://github.com/rust-lang/crates.io-index"
16634checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
16635
16636[[package]]
16637name = "windows_aarch64_gnullvm"
16638version = "0.52.6"
16639source = "registry+https://github.com/rust-lang/crates.io-index"
16640checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
16641
16642[[package]]
16643name = "windows_aarch64_msvc"
16644version = "0.42.2"
16645source = "registry+https://github.com/rust-lang/crates.io-index"
16646checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
16647
16648[[package]]
16649name = "windows_aarch64_msvc"
16650version = "0.48.5"
16651source = "registry+https://github.com/rust-lang/crates.io-index"
16652checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
16653
16654[[package]]
16655name = "windows_aarch64_msvc"
16656version = "0.52.6"
16657source = "registry+https://github.com/rust-lang/crates.io-index"
16658checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
16659
16660[[package]]
16661name = "windows_i686_gnu"
16662version = "0.42.2"
16663source = "registry+https://github.com/rust-lang/crates.io-index"
16664checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
16665
16666[[package]]
16667name = "windows_i686_gnu"
16668version = "0.48.5"
16669source = "registry+https://github.com/rust-lang/crates.io-index"
16670checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
16671
16672[[package]]
16673name = "windows_i686_gnu"
16674version = "0.52.6"
16675source = "registry+https://github.com/rust-lang/crates.io-index"
16676checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
16677
16678[[package]]
16679name = "windows_i686_gnullvm"
16680version = "0.52.6"
16681source = "registry+https://github.com/rust-lang/crates.io-index"
16682checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
16683
16684[[package]]
16685name = "windows_i686_msvc"
16686version = "0.42.2"
16687source = "registry+https://github.com/rust-lang/crates.io-index"
16688checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
16689
16690[[package]]
16691name = "windows_i686_msvc"
16692version = "0.48.5"
16693source = "registry+https://github.com/rust-lang/crates.io-index"
16694checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
16695
16696[[package]]
16697name = "windows_i686_msvc"
16698version = "0.52.6"
16699source = "registry+https://github.com/rust-lang/crates.io-index"
16700checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
16701
16702[[package]]
16703name = "windows_x86_64_gnu"
16704version = "0.42.2"
16705source = "registry+https://github.com/rust-lang/crates.io-index"
16706checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
16707
16708[[package]]
16709name = "windows_x86_64_gnu"
16710version = "0.48.5"
16711source = "registry+https://github.com/rust-lang/crates.io-index"
16712checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
16713
16714[[package]]
16715name = "windows_x86_64_gnu"
16716version = "0.52.6"
16717source = "registry+https://github.com/rust-lang/crates.io-index"
16718checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
16719
16720[[package]]
16721name = "windows_x86_64_gnullvm"
16722version = "0.42.2"
16723source = "registry+https://github.com/rust-lang/crates.io-index"
16724checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
16725
16726[[package]]
16727name = "windows_x86_64_gnullvm"
16728version = "0.48.5"
16729source = "registry+https://github.com/rust-lang/crates.io-index"
16730checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
16731
16732[[package]]
16733name = "windows_x86_64_gnullvm"
16734version = "0.52.6"
16735source = "registry+https://github.com/rust-lang/crates.io-index"
16736checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
16737
16738[[package]]
16739name = "windows_x86_64_msvc"
16740version = "0.42.2"
16741source = "registry+https://github.com/rust-lang/crates.io-index"
16742checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
16743
16744[[package]]
16745name = "windows_x86_64_msvc"
16746version = "0.48.5"
16747source = "registry+https://github.com/rust-lang/crates.io-index"
16748checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
16749
16750[[package]]
16751name = "windows_x86_64_msvc"
16752version = "0.52.6"
16753source = "registry+https://github.com/rust-lang/crates.io-index"
16754checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
16755
16756[[package]]
16757name = "winnow"
16758version = "0.6.20"
16759source = "registry+https://github.com/rust-lang/crates.io-index"
16760checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
16761dependencies = [
16762 "memchr",
16763]
16764
16765[[package]]
16766name = "winnow"
16767version = "0.7.1"
16768source = "registry+https://github.com/rust-lang/crates.io-index"
16769checksum = "86e376c75f4f43f44db463cf729e0d3acbf954d13e22c51e26e4c264b4ab545f"
16770dependencies = [
16771 "memchr",
16772]
16773
16774[[package]]
16775name = "winreg"
16776version = "0.50.0"
16777source = "registry+https://github.com/rust-lang/crates.io-index"
16778checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
16779dependencies = [
16780 "cfg-if",
16781 "windows-sys 0.48.0",
16782]
16783
16784[[package]]
16785name = "winreg"
16786version = "0.52.0"
16787source = "registry+https://github.com/rust-lang/crates.io-index"
16788checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
16789dependencies = [
16790 "cfg-if",
16791 "windows-sys 0.48.0",
16792]
16793
16794[[package]]
16795name = "winresource"
16796version = "0.1.20"
16797source = "registry+https://github.com/rust-lang/crates.io-index"
16798checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
16799dependencies = [
16800 "toml 0.8.20",
16801 "version_check",
16802]
16803
16804[[package]]
16805name = "winsafe"
16806version = "0.0.19"
16807source = "registry+https://github.com/rust-lang/crates.io-index"
16808checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
16809
16810[[package]]
16811name = "winx"
16812version = "0.36.4"
16813source = "registry+https://github.com/rust-lang/crates.io-index"
16814checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
16815dependencies = [
16816 "bitflags 2.9.0",
16817 "windows-sys 0.59.0",
16818]
16819
16820[[package]]
16821name = "wio"
16822version = "0.2.2"
16823source = "registry+https://github.com/rust-lang/crates.io-index"
16824checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
16825dependencies = [
16826 "winapi",
16827]
16828
16829[[package]]
16830name = "wit-bindgen"
16831version = "0.22.0"
16832source = "registry+https://github.com/rust-lang/crates.io-index"
16833checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
16834dependencies = [
16835 "bitflags 2.9.0",
16836 "wit-bindgen-rt 0.22.0",
16837 "wit-bindgen-rust-macro",
16838]
16839
16840[[package]]
16841name = "wit-bindgen-core"
16842version = "0.22.0"
16843source = "registry+https://github.com/rust-lang/crates.io-index"
16844checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
16845dependencies = [
16846 "anyhow",
16847 "wit-parser 0.201.0",
16848]
16849
16850[[package]]
16851name = "wit-bindgen-rt"
16852version = "0.22.0"
16853source = "registry+https://github.com/rust-lang/crates.io-index"
16854checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
16855
16856[[package]]
16857name = "wit-bindgen-rt"
16858version = "0.33.0"
16859source = "registry+https://github.com/rust-lang/crates.io-index"
16860checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
16861dependencies = [
16862 "bitflags 2.9.0",
16863]
16864
16865[[package]]
16866name = "wit-bindgen-rust"
16867version = "0.22.0"
16868source = "registry+https://github.com/rust-lang/crates.io-index"
16869checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
16870dependencies = [
16871 "anyhow",
16872 "heck 0.4.1",
16873 "indexmap",
16874 "wasm-metadata 0.201.0",
16875 "wit-bindgen-core",
16876 "wit-component 0.201.0",
16877]
16878
16879[[package]]
16880name = "wit-bindgen-rust-macro"
16881version = "0.22.0"
16882source = "registry+https://github.com/rust-lang/crates.io-index"
16883checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
16884dependencies = [
16885 "anyhow",
16886 "proc-macro2",
16887 "quote",
16888 "syn 2.0.100",
16889 "wit-bindgen-core",
16890 "wit-bindgen-rust",
16891]
16892
16893[[package]]
16894name = "wit-component"
16895version = "0.201.0"
16896source = "registry+https://github.com/rust-lang/crates.io-index"
16897checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
16898dependencies = [
16899 "anyhow",
16900 "bitflags 2.9.0",
16901 "indexmap",
16902 "log",
16903 "serde",
16904 "serde_derive",
16905 "serde_json",
16906 "wasm-encoder 0.201.0",
16907 "wasm-metadata 0.201.0",
16908 "wasmparser 0.201.0",
16909 "wit-parser 0.201.0",
16910]
16911
16912[[package]]
16913name = "wit-component"
16914version = "0.221.3"
16915source = "registry+https://github.com/rust-lang/crates.io-index"
16916checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
16917dependencies = [
16918 "anyhow",
16919 "bitflags 2.9.0",
16920 "indexmap",
16921 "log",
16922 "serde",
16923 "serde_derive",
16924 "serde_json",
16925 "wasm-encoder 0.221.3",
16926 "wasm-metadata 0.221.3",
16927 "wasmparser 0.221.3",
16928 "wit-parser 0.221.3",
16929]
16930
16931[[package]]
16932name = "wit-parser"
16933version = "0.201.0"
16934source = "registry+https://github.com/rust-lang/crates.io-index"
16935checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
16936dependencies = [
16937 "anyhow",
16938 "id-arena",
16939 "indexmap",
16940 "log",
16941 "semver",
16942 "serde",
16943 "serde_derive",
16944 "serde_json",
16945 "unicode-xid",
16946 "wasmparser 0.201.0",
16947]
16948
16949[[package]]
16950name = "wit-parser"
16951version = "0.221.3"
16952source = "registry+https://github.com/rust-lang/crates.io-index"
16953checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
16954dependencies = [
16955 "anyhow",
16956 "id-arena",
16957 "indexmap",
16958 "log",
16959 "semver",
16960 "serde",
16961 "serde_derive",
16962 "serde_json",
16963 "unicode-xid",
16964 "wasmparser 0.221.3",
16965]
16966
16967[[package]]
16968name = "witx"
16969version = "0.9.1"
16970source = "registry+https://github.com/rust-lang/crates.io-index"
16971checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
16972dependencies = [
16973 "anyhow",
16974 "log",
16975 "thiserror 1.0.69",
16976 "wast",
16977]
16978
16979[[package]]
16980name = "workspace"
16981version = "0.1.0"
16982dependencies = [
16983 "any_vec",
16984 "anyhow",
16985 "async-recursion 1.1.1",
16986 "bincode",
16987 "call",
16988 "client",
16989 "clock",
16990 "collections",
16991 "component",
16992 "dap",
16993 "db",
16994 "derive_more",
16995 "env_logger 0.11.7",
16996 "fs",
16997 "futures 0.3.31",
16998 "gpui",
16999 "http_client",
17000 "itertools 0.14.0",
17001 "language",
17002 "log",
17003 "node_runtime",
17004 "parking_lot",
17005 "postage",
17006 "project",
17007 "remote",
17008 "schemars",
17009 "serde",
17010 "serde_json",
17011 "session",
17012 "settings",
17013 "smallvec",
17014 "sqlez",
17015 "strum",
17016 "task",
17017 "telemetry",
17018 "tempfile",
17019 "theme",
17020 "ui",
17021 "util",
17022 "uuid",
17023 "zed_actions",
17024]
17025
17026[[package]]
17027name = "worktree"
17028version = "0.1.0"
17029dependencies = [
17030 "anyhow",
17031 "clock",
17032 "collections",
17033 "env_logger 0.11.7",
17034 "fs",
17035 "futures 0.3.31",
17036 "fuzzy",
17037 "git",
17038 "git2",
17039 "git_hosting_providers",
17040 "gpui",
17041 "http_client",
17042 "ignore",
17043 "language",
17044 "log",
17045 "parking_lot",
17046 "paths",
17047 "postage",
17048 "pretty_assertions",
17049 "rand 0.8.5",
17050 "rpc",
17051 "schemars",
17052 "serde",
17053 "serde_json",
17054 "settings",
17055 "smallvec",
17056 "smol",
17057 "sum_tree",
17058 "text",
17059 "util",
17060]
17061
17062[[package]]
17063name = "write16"
17064version = "1.0.0"
17065source = "registry+https://github.com/rust-lang/crates.io-index"
17066checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
17067
17068[[package]]
17069name = "writeable"
17070version = "0.5.5"
17071source = "registry+https://github.com/rust-lang/crates.io-index"
17072checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
17073
17074[[package]]
17075name = "wyz"
17076version = "0.5.1"
17077source = "registry+https://github.com/rust-lang/crates.io-index"
17078checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
17079dependencies = [
17080 "tap",
17081]
17082
17083[[package]]
17084name = "x11-clipboard"
17085version = "0.9.3"
17086source = "registry+https://github.com/rust-lang/crates.io-index"
17087checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
17088dependencies = [
17089 "libc",
17090 "x11rb",
17091]
17092
17093[[package]]
17094name = "x11rb"
17095version = "0.13.1"
17096source = "registry+https://github.com/rust-lang/crates.io-index"
17097checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
17098dependencies = [
17099 "as-raw-xcb-connection",
17100 "gethostname",
17101 "libc",
17102 "rustix",
17103 "x11rb-protocol",
17104]
17105
17106[[package]]
17107name = "x11rb-protocol"
17108version = "0.13.1"
17109source = "registry+https://github.com/rust-lang/crates.io-index"
17110checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
17111
17112[[package]]
17113name = "xattr"
17114version = "0.2.3"
17115source = "registry+https://github.com/rust-lang/crates.io-index"
17116checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
17117dependencies = [
17118 "libc",
17119]
17120
17121[[package]]
17122name = "xcursor"
17123version = "0.3.8"
17124source = "registry+https://github.com/rust-lang/crates.io-index"
17125checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
17126
17127[[package]]
17128name = "xdg-home"
17129version = "1.3.0"
17130source = "registry+https://github.com/rust-lang/crates.io-index"
17131checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
17132dependencies = [
17133 "libc",
17134 "windows-sys 0.59.0",
17135]
17136
17137[[package]]
17138name = "xim"
17139version = "0.4.0"
17140source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17141dependencies = [
17142 "ahash 0.8.11",
17143 "hashbrown 0.14.5",
17144 "log",
17145 "x11rb",
17146 "xim-ctext",
17147 "xim-parser",
17148]
17149
17150[[package]]
17151name = "xim-ctext"
17152version = "0.3.0"
17153source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17154dependencies = [
17155 "encoding_rs",
17156]
17157
17158[[package]]
17159name = "xim-parser"
17160version = "0.2.1"
17161source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17162dependencies = [
17163 "bitflags 2.9.0",
17164]
17165
17166[[package]]
17167name = "xkbcommon"
17168version = "0.8.0"
17169source = "registry+https://github.com/rust-lang/crates.io-index"
17170checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
17171dependencies = [
17172 "as-raw-xcb-connection",
17173 "libc",
17174 "memmap2",
17175 "xkeysym",
17176]
17177
17178[[package]]
17179name = "xkeysym"
17180version = "0.2.1"
17181source = "registry+https://github.com/rust-lang/crates.io-index"
17182checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
17183
17184[[package]]
17185name = "xml5ever"
17186version = "0.18.1"
17187source = "registry+https://github.com/rust-lang/crates.io-index"
17188checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
17189dependencies = [
17190 "log",
17191 "mac",
17192 "markup5ever",
17193]
17194
17195[[package]]
17196name = "xmlparser"
17197version = "0.13.6"
17198source = "registry+https://github.com/rust-lang/crates.io-index"
17199checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
17200
17201[[package]]
17202name = "xmlwriter"
17203version = "0.1.0"
17204source = "registry+https://github.com/rust-lang/crates.io-index"
17205checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
17206
17207[[package]]
17208name = "xtask"
17209version = "0.1.0"
17210dependencies = [
17211 "anyhow",
17212 "cargo_metadata",
17213 "cargo_toml",
17214 "clap",
17215]
17216
17217[[package]]
17218name = "yaml-rust2"
17219version = "0.8.1"
17220source = "registry+https://github.com/rust-lang/crates.io-index"
17221checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
17222dependencies = [
17223 "arraydeque",
17224 "encoding_rs",
17225 "hashlink 0.8.4",
17226]
17227
17228[[package]]
17229name = "yansi"
17230version = "1.0.1"
17231source = "registry+https://github.com/rust-lang/crates.io-index"
17232checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
17233
17234[[package]]
17235name = "yazi"
17236version = "0.2.1"
17237source = "registry+https://github.com/rust-lang/crates.io-index"
17238checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
17239
17240[[package]]
17241name = "yeslogic-fontconfig-sys"
17242version = "6.0.0"
17243source = "registry+https://github.com/rust-lang/crates.io-index"
17244checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
17245dependencies = [
17246 "dlib",
17247 "once_cell",
17248 "pkg-config",
17249]
17250
17251[[package]]
17252name = "yoke"
17253version = "0.7.5"
17254source = "registry+https://github.com/rust-lang/crates.io-index"
17255checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
17256dependencies = [
17257 "serde",
17258 "stable_deref_trait",
17259 "yoke-derive",
17260 "zerofrom",
17261]
17262
17263[[package]]
17264name = "yoke-derive"
17265version = "0.7.5"
17266source = "registry+https://github.com/rust-lang/crates.io-index"
17267checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
17268dependencies = [
17269 "proc-macro2",
17270 "quote",
17271 "syn 2.0.100",
17272 "synstructure",
17273]
17274
17275[[package]]
17276name = "zbus"
17277version = "5.5.0"
17278source = "registry+https://github.com/rust-lang/crates.io-index"
17279checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
17280dependencies = [
17281 "async-broadcast",
17282 "async-executor",
17283 "async-fs",
17284 "async-io",
17285 "async-lock",
17286 "async-process",
17287 "async-recursion 1.1.1",
17288 "async-task",
17289 "async-trait",
17290 "blocking",
17291 "enumflags2",
17292 "event-listener 5.3.1",
17293 "futures-core",
17294 "futures-lite 2.6.0",
17295 "hex",
17296 "nix",
17297 "ordered-stream",
17298 "serde",
17299 "serde_repr",
17300 "static_assertions",
17301 "tracing",
17302 "uds_windows",
17303 "windows-sys 0.59.0",
17304 "winnow 0.7.1",
17305 "xdg-home",
17306 "zbus_macros",
17307 "zbus_names",
17308 "zvariant",
17309]
17310
17311[[package]]
17312name = "zbus_macros"
17313version = "5.5.0"
17314source = "registry+https://github.com/rust-lang/crates.io-index"
17315checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
17316dependencies = [
17317 "proc-macro-crate",
17318 "proc-macro2",
17319 "quote",
17320 "syn 2.0.100",
17321 "zbus_names",
17322 "zvariant",
17323 "zvariant_utils",
17324]
17325
17326[[package]]
17327name = "zbus_names"
17328version = "4.1.0"
17329source = "registry+https://github.com/rust-lang/crates.io-index"
17330checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
17331dependencies = [
17332 "serde",
17333 "static_assertions",
17334 "winnow 0.6.20",
17335 "zvariant",
17336]
17337
17338[[package]]
17339name = "zed"
17340version = "0.181.0"
17341dependencies = [
17342 "activity_indicator",
17343 "anyhow",
17344 "ashpd",
17345 "assets",
17346 "assistant",
17347 "assistant2",
17348 "assistant_context_editor",
17349 "assistant_settings",
17350 "assistant_tools",
17351 "async-watch",
17352 "audio",
17353 "auto_update",
17354 "auto_update_ui",
17355 "backtrace",
17356 "breadcrumbs",
17357 "call",
17358 "channel",
17359 "chrono",
17360 "clap",
17361 "cli",
17362 "client",
17363 "collab_ui",
17364 "collections",
17365 "command_palette",
17366 "command_palette_hooks",
17367 "component_preview",
17368 "copilot",
17369 "dap",
17370 "dap_adapters",
17371 "db",
17372 "debugger_tools",
17373 "debugger_ui",
17374 "diagnostics",
17375 "editor",
17376 "env_logger 0.11.7",
17377 "extension",
17378 "extension_host",
17379 "extensions_ui",
17380 "feature_flags",
17381 "feedback",
17382 "file_finder",
17383 "fs",
17384 "futures 0.3.31",
17385 "git",
17386 "git_hosting_providers",
17387 "git_ui",
17388 "go_to_line",
17389 "gpui",
17390 "gpui_tokio",
17391 "http_client",
17392 "image_viewer",
17393 "inline_completion_button",
17394 "install_cli",
17395 "journal",
17396 "language",
17397 "language_extension",
17398 "language_model",
17399 "language_models",
17400 "language_selector",
17401 "language_tools",
17402 "languages",
17403 "libc",
17404 "log",
17405 "markdown_preview",
17406 "menu",
17407 "migrator",
17408 "mimalloc",
17409 "nix",
17410 "node_runtime",
17411 "notifications",
17412 "outline",
17413 "outline_panel",
17414 "parking_lot",
17415 "paths",
17416 "picker",
17417 "profiling",
17418 "project",
17419 "project_panel",
17420 "project_symbols",
17421 "prompt_store",
17422 "proto",
17423 "recent_projects",
17424 "release_channel",
17425 "remote",
17426 "repl",
17427 "reqwest_client",
17428 "rope",
17429 "search",
17430 "serde",
17431 "serde_json",
17432 "session",
17433 "settings",
17434 "settings_ui",
17435 "shellexpand 2.1.2",
17436 "simplelog",
17437 "smol",
17438 "snippet_provider",
17439 "snippets_ui",
17440 "supermaven",
17441 "sysinfo",
17442 "tab_switcher",
17443 "task",
17444 "tasks_ui",
17445 "telemetry",
17446 "telemetry_events",
17447 "terminal_view",
17448 "theme",
17449 "theme_extension",
17450 "theme_selector",
17451 "time",
17452 "title_bar",
17453 "toolchain_selector",
17454 "tree-sitter-md",
17455 "tree-sitter-rust",
17456 "ui",
17457 "ui_prompt",
17458 "url",
17459 "urlencoding",
17460 "util",
17461 "uuid",
17462 "vim",
17463 "vim_mode_setting",
17464 "welcome",
17465 "windows 0.61.1",
17466 "winresource",
17467 "workspace",
17468 "zed_actions",
17469 "zeta",
17470 "zlog_settings",
17471]
17472
17473[[package]]
17474name = "zed_actions"
17475version = "0.1.0"
17476dependencies = [
17477 "gpui",
17478 "schemars",
17479 "serde",
17480]
17481
17482[[package]]
17483name = "zed_emmet"
17484version = "0.0.3"
17485dependencies = [
17486 "zed_extension_api 0.1.0",
17487]
17488
17489[[package]]
17490name = "zed_extension_api"
17491version = "0.1.0"
17492source = "registry+https://github.com/rust-lang/crates.io-index"
17493checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
17494dependencies = [
17495 "serde",
17496 "serde_json",
17497 "wit-bindgen",
17498]
17499
17500[[package]]
17501name = "zed_extension_api"
17502version = "0.4.0"
17503dependencies = [
17504 "serde",
17505 "serde_json",
17506 "wit-bindgen",
17507]
17508
17509[[package]]
17510name = "zed_glsl"
17511version = "0.1.0"
17512dependencies = [
17513 "zed_extension_api 0.1.0",
17514]
17515
17516[[package]]
17517name = "zed_html"
17518version = "0.2.0"
17519dependencies = [
17520 "zed_extension_api 0.1.0",
17521]
17522
17523[[package]]
17524name = "zed_llm_client"
17525version = "0.4.1"
17526source = "registry+https://github.com/rust-lang/crates.io-index"
17527checksum = "1bf21350eced858d129840589158a8f6895c4fa4327ae56dd8c7d6a98495bed4"
17528dependencies = [
17529 "serde",
17530 "serde_json",
17531 "uuid",
17532]
17533
17534[[package]]
17535name = "zed_proto"
17536version = "0.2.1"
17537dependencies = [
17538 "zed_extension_api 0.1.0",
17539]
17540
17541[[package]]
17542name = "zed_ruff"
17543version = "0.1.0"
17544dependencies = [
17545 "zed_extension_api 0.1.0",
17546]
17547
17548[[package]]
17549name = "zed_snippets"
17550version = "0.0.5"
17551dependencies = [
17552 "serde_json",
17553 "zed_extension_api 0.1.0",
17554]
17555
17556[[package]]
17557name = "zed_test_extension"
17558version = "0.1.0"
17559dependencies = [
17560 "zed_extension_api 0.4.0",
17561]
17562
17563[[package]]
17564name = "zed_toml"
17565version = "0.1.3"
17566dependencies = [
17567 "zed_extension_api 0.1.0",
17568]
17569
17570[[package]]
17571name = "zeno"
17572version = "0.3.2"
17573source = "registry+https://github.com/rust-lang/crates.io-index"
17574checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
17575
17576[[package]]
17577name = "zerocopy"
17578version = "0.7.35"
17579source = "registry+https://github.com/rust-lang/crates.io-index"
17580checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
17581dependencies = [
17582 "byteorder",
17583 "zerocopy-derive 0.7.35",
17584]
17585
17586[[package]]
17587name = "zerocopy"
17588version = "0.8.18"
17589source = "registry+https://github.com/rust-lang/crates.io-index"
17590checksum = "79386d31a42a4996e3336b0919ddb90f81112af416270cff95b5f5af22b839c2"
17591dependencies = [
17592 "zerocopy-derive 0.8.18",
17593]
17594
17595[[package]]
17596name = "zerocopy-derive"
17597version = "0.7.35"
17598source = "registry+https://github.com/rust-lang/crates.io-index"
17599checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
17600dependencies = [
17601 "proc-macro2",
17602 "quote",
17603 "syn 2.0.100",
17604]
17605
17606[[package]]
17607name = "zerocopy-derive"
17608version = "0.8.18"
17609source = "registry+https://github.com/rust-lang/crates.io-index"
17610checksum = "76331675d372f91bf8d17e13afbd5fe639200b73d01f0fc748bb059f9cca2db7"
17611dependencies = [
17612 "proc-macro2",
17613 "quote",
17614 "syn 2.0.100",
17615]
17616
17617[[package]]
17618name = "zerofrom"
17619version = "0.1.5"
17620source = "registry+https://github.com/rust-lang/crates.io-index"
17621checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
17622dependencies = [
17623 "zerofrom-derive",
17624]
17625
17626[[package]]
17627name = "zerofrom-derive"
17628version = "0.1.5"
17629source = "registry+https://github.com/rust-lang/crates.io-index"
17630checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
17631dependencies = [
17632 "proc-macro2",
17633 "quote",
17634 "syn 2.0.100",
17635 "synstructure",
17636]
17637
17638[[package]]
17639name = "zeroize"
17640version = "1.8.1"
17641source = "registry+https://github.com/rust-lang/crates.io-index"
17642checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
17643dependencies = [
17644 "zeroize_derive",
17645]
17646
17647[[package]]
17648name = "zeroize_derive"
17649version = "1.4.2"
17650source = "registry+https://github.com/rust-lang/crates.io-index"
17651checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
17652dependencies = [
17653 "proc-macro2",
17654 "quote",
17655 "syn 2.0.100",
17656]
17657
17658[[package]]
17659name = "zeromq"
17660version = "0.5.0-pre"
17661source = "registry+https://github.com/rust-lang/crates.io-index"
17662checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
17663dependencies = [
17664 "async-dispatcher",
17665 "async-std",
17666 "async-trait",
17667 "asynchronous-codec",
17668 "bytes 1.10.1",
17669 "crossbeam-queue",
17670 "dashmap 5.5.3",
17671 "futures 0.3.31",
17672 "log",
17673 "num-traits",
17674 "once_cell",
17675 "parking_lot",
17676 "rand 0.8.5",
17677 "regex",
17678 "thiserror 1.0.69",
17679 "uuid",
17680]
17681
17682[[package]]
17683name = "zerovec"
17684version = "0.10.4"
17685source = "registry+https://github.com/rust-lang/crates.io-index"
17686checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
17687dependencies = [
17688 "yoke",
17689 "zerofrom",
17690 "zerovec-derive",
17691]
17692
17693[[package]]
17694name = "zerovec-derive"
17695version = "0.10.3"
17696source = "registry+https://github.com/rust-lang/crates.io-index"
17697checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
17698dependencies = [
17699 "proc-macro2",
17700 "quote",
17701 "syn 2.0.100",
17702]
17703
17704[[package]]
17705name = "zeta"
17706version = "0.1.0"
17707dependencies = [
17708 "anyhow",
17709 "arrayvec",
17710 "call",
17711 "client",
17712 "clock",
17713 "collections",
17714 "command_palette_hooks",
17715 "ctor",
17716 "db",
17717 "editor",
17718 "env_logger 0.11.7",
17719 "feature_flags",
17720 "fs",
17721 "futures 0.3.31",
17722 "gpui",
17723 "http_client",
17724 "indoc",
17725 "inline_completion",
17726 "language",
17727 "language_model",
17728 "log",
17729 "menu",
17730 "migrator",
17731 "paths",
17732 "postage",
17733 "project",
17734 "regex",
17735 "release_channel",
17736 "reqwest_client",
17737 "rpc",
17738 "serde",
17739 "serde_json",
17740 "settings",
17741 "telemetry",
17742 "telemetry_events",
17743 "theme",
17744 "thiserror 2.0.12",
17745 "tree-sitter-go",
17746 "tree-sitter-rust",
17747 "ui",
17748 "unindent",
17749 "util",
17750 "uuid",
17751 "workspace",
17752 "worktree",
17753 "zed_actions",
17754 "zed_llm_client",
17755]
17756
17757[[package]]
17758name = "zip"
17759version = "0.6.6"
17760source = "registry+https://github.com/rust-lang/crates.io-index"
17761checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
17762dependencies = [
17763 "aes",
17764 "byteorder",
17765 "bzip2",
17766 "constant_time_eq 0.1.5",
17767 "crc32fast",
17768 "crossbeam-utils",
17769 "flate2",
17770 "hmac",
17771 "pbkdf2 0.11.0",
17772 "sha1",
17773 "time",
17774 "zstd",
17775]
17776
17777[[package]]
17778name = "zlog"
17779version = "0.1.0"
17780dependencies = [
17781 "log",
17782]
17783
17784[[package]]
17785name = "zlog_settings"
17786version = "0.1.0"
17787dependencies = [
17788 "anyhow",
17789 "gpui",
17790 "schemars",
17791 "serde",
17792 "settings",
17793 "zlog",
17794]
17795
17796[[package]]
17797name = "zstd"
17798version = "0.11.2+zstd.1.5.2"
17799source = "registry+https://github.com/rust-lang/crates.io-index"
17800checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
17801dependencies = [
17802 "zstd-safe",
17803]
17804
17805[[package]]
17806name = "zstd-safe"
17807version = "5.0.2+zstd.1.5.2"
17808source = "registry+https://github.com/rust-lang/crates.io-index"
17809checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
17810dependencies = [
17811 "libc",
17812 "zstd-sys",
17813]
17814
17815[[package]]
17816name = "zstd-sys"
17817version = "2.0.13+zstd.1.5.6"
17818source = "registry+https://github.com/rust-lang/crates.io-index"
17819checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
17820dependencies = [
17821 "cc",
17822 "pkg-config",
17823]
17824
17825[[package]]
17826name = "zune-core"
17827version = "0.4.12"
17828source = "registry+https://github.com/rust-lang/crates.io-index"
17829checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
17830
17831[[package]]
17832name = "zune-inflate"
17833version = "0.2.54"
17834source = "registry+https://github.com/rust-lang/crates.io-index"
17835checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
17836dependencies = [
17837 "simd-adler32",
17838]
17839
17840[[package]]
17841name = "zune-jpeg"
17842version = "0.4.13"
17843source = "registry+https://github.com/rust-lang/crates.io-index"
17844checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
17845dependencies = [
17846 "zune-core",
17847]
17848
17849[[package]]
17850name = "zvariant"
17851version = "5.4.0"
17852source = "registry+https://github.com/rust-lang/crates.io-index"
17853checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
17854dependencies = [
17855 "endi",
17856 "enumflags2",
17857 "serde",
17858 "static_assertions",
17859 "url",
17860 "winnow 0.7.1",
17861 "zvariant_derive",
17862 "zvariant_utils",
17863]
17864
17865[[package]]
17866name = "zvariant_derive"
17867version = "5.4.0"
17868source = "registry+https://github.com/rust-lang/crates.io-index"
17869checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
17870dependencies = [
17871 "proc-macro-crate",
17872 "proc-macro2",
17873 "quote",
17874 "syn 2.0.100",
17875 "zvariant_utils",
17876]
17877
17878[[package]]
17879name = "zvariant_utils"
17880version = "3.2.0"
17881source = "registry+https://github.com/rust-lang/crates.io-index"
17882checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
17883dependencies = [
17884 "proc-macro2",
17885 "quote",
17886 "serde",
17887 "static_assertions",
17888 "syn 2.0.100",
17889 "winnow 0.7.1",
17890]