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.8.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.8.0",
  132 "cfg-if",
  133 "libc",
  134]
  135
  136[[package]]
  137name = "alsa-sys"
  138version = "0.3.1"
  139source = "registry+https://github.com/rust-lang/crates.io-index"
  140checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  141dependencies = [
  142 "libc",
  143 "pkg-config",
  144]
  145
  146[[package]]
  147name = "ambient-authority"
  148version = "0.0.2"
  149source = "registry+https://github.com/rust-lang/crates.io-index"
  150checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  151
  152[[package]]
  153name = "ammonia"
  154version = "4.0.0"
  155source = "registry+https://github.com/rust-lang/crates.io-index"
  156checksum = "1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459"
  157dependencies = [
  158 "html5ever",
  159 "maplit",
  160 "once_cell",
  161 "tendril",
  162 "url",
  163]
  164
  165[[package]]
  166name = "android-tzdata"
  167version = "0.1.1"
  168source = "registry+https://github.com/rust-lang/crates.io-index"
  169checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
  170
  171[[package]]
  172name = "android_system_properties"
  173version = "0.1.5"
  174source = "registry+https://github.com/rust-lang/crates.io-index"
  175checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  176dependencies = [
  177 "libc",
  178]
  179
  180[[package]]
  181name = "anes"
  182version = "0.1.6"
  183source = "registry+https://github.com/rust-lang/crates.io-index"
  184checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  185
  186[[package]]
  187name = "anstream"
  188version = "0.6.18"
  189source = "registry+https://github.com/rust-lang/crates.io-index"
  190checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
  191dependencies = [
  192 "anstyle",
  193 "anstyle-parse",
  194 "anstyle-query",
  195 "anstyle-wincon",
  196 "colorchoice",
  197 "is_terminal_polyfill",
  198 "utf8parse",
  199]
  200
  201[[package]]
  202name = "anstyle"
  203version = "1.0.10"
  204source = "registry+https://github.com/rust-lang/crates.io-index"
  205checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
  206
  207[[package]]
  208name = "anstyle-parse"
  209version = "0.2.6"
  210source = "registry+https://github.com/rust-lang/crates.io-index"
  211checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
  212dependencies = [
  213 "utf8parse",
  214]
  215
  216[[package]]
  217name = "anstyle-query"
  218version = "1.1.2"
  219source = "registry+https://github.com/rust-lang/crates.io-index"
  220checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
  221dependencies = [
  222 "windows-sys 0.59.0",
  223]
  224
  225[[package]]
  226name = "anstyle-wincon"
  227version = "3.0.6"
  228source = "registry+https://github.com/rust-lang/crates.io-index"
  229checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
  230dependencies = [
  231 "anstyle",
  232 "windows-sys 0.59.0",
  233]
  234
  235[[package]]
  236name = "anthropic"
  237version = "0.1.0"
  238dependencies = [
  239 "anyhow",
  240 "chrono",
  241 "futures 0.3.31",
  242 "http_client",
  243 "schemars",
  244 "serde",
  245 "serde_json",
  246 "strum",
  247 "thiserror 2.0.12",
  248 "util",
  249]
  250
  251[[package]]
  252name = "any_vec"
  253version = "0.14.0"
  254source = "registry+https://github.com/rust-lang/crates.io-index"
  255checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  256
  257[[package]]
  258name = "anyhow"
  259version = "1.0.97"
  260source = "registry+https://github.com/rust-lang/crates.io-index"
  261checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f"
  262
  263[[package]]
  264name = "approx"
  265version = "0.5.1"
  266source = "registry+https://github.com/rust-lang/crates.io-index"
  267checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  268dependencies = [
  269 "num-traits",
  270]
  271
  272[[package]]
  273name = "arbitrary"
  274version = "1.4.1"
  275source = "registry+https://github.com/rust-lang/crates.io-index"
  276checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
  277
  278[[package]]
  279name = "arg_enum_proc_macro"
  280version = "0.3.4"
  281source = "registry+https://github.com/rust-lang/crates.io-index"
  282checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  283dependencies = [
  284 "proc-macro2",
  285 "quote",
  286 "syn 2.0.100",
  287]
  288
  289[[package]]
  290name = "arraydeque"
  291version = "0.5.1"
  292source = "registry+https://github.com/rust-lang/crates.io-index"
  293checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
  294
  295[[package]]
  296name = "arrayref"
  297version = "0.3.9"
  298source = "registry+https://github.com/rust-lang/crates.io-index"
  299checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
  300
  301[[package]]
  302name = "arrayvec"
  303version = "0.7.6"
  304source = "registry+https://github.com/rust-lang/crates.io-index"
  305checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
  306dependencies = [
  307 "serde",
  308]
  309
  310[[package]]
  311name = "as-raw-xcb-connection"
  312version = "1.0.1"
  313source = "registry+https://github.com/rust-lang/crates.io-index"
  314checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  315
  316[[package]]
  317name = "ascii"
  318version = "1.1.0"
  319source = "registry+https://github.com/rust-lang/crates.io-index"
  320checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  321
  322[[package]]
  323name = "ash"
  324version = "0.38.0+1.3.281"
  325source = "registry+https://github.com/rust-lang/crates.io-index"
  326checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  327dependencies = [
  328 "libloading",
  329]
  330
  331[[package]]
  332name = "ash-window"
  333version = "0.13.0"
  334source = "registry+https://github.com/rust-lang/crates.io-index"
  335checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
  336dependencies = [
  337 "ash",
  338 "raw-window-handle",
  339 "raw-window-metal",
  340]
  341
  342[[package]]
  343name = "ashpd"
  344version = "0.11.0"
  345source = "registry+https://github.com/rust-lang/crates.io-index"
  346checksum = "6cbdf310d77fd3aaee6ea2093db7011dc2d35d2eb3481e5607f1f8d942ed99df"
  347dependencies = [
  348 "async-fs",
  349 "async-net",
  350 "enumflags2",
  351 "futures-channel",
  352 "futures-util",
  353 "rand 0.9.0",
  354 "serde",
  355 "serde_repr",
  356 "url",
  357 "zbus",
  358]
  359
  360[[package]]
  361name = "askpass"
  362version = "0.1.0"
  363dependencies = [
  364 "anyhow",
  365 "futures 0.3.31",
  366 "gpui",
  367 "smol",
  368 "tempfile",
  369 "util",
  370 "which 6.0.3",
  371]
  372
  373[[package]]
  374name = "assets"
  375version = "0.1.0"
  376dependencies = [
  377 "anyhow",
  378 "gpui",
  379 "rust-embed",
  380]
  381
  382[[package]]
  383name = "assistant"
  384version = "0.1.0"
  385dependencies = [
  386 "anyhow",
  387 "assistant_context_editor",
  388 "assistant_settings",
  389 "assistant_slash_command",
  390 "assistant_slash_commands",
  391 "assistant_tool",
  392 "async-watch",
  393 "client",
  394 "collections",
  395 "command_palette_hooks",
  396 "context_server",
  397 "ctor",
  398 "db",
  399 "editor",
  400 "env_logger 0.11.7",
  401 "feature_flags",
  402 "fs",
  403 "futures 0.3.31",
  404 "gpui",
  405 "indexed_docs",
  406 "indoc",
  407 "language",
  408 "language_model",
  409 "language_model_selector",
  410 "languages",
  411 "log",
  412 "lsp",
  413 "menu",
  414 "multi_buffer",
  415 "parking_lot",
  416 "paths",
  417 "pretty_assertions",
  418 "project",
  419 "prompt_library",
  420 "prompt_store",
  421 "proto",
  422 "rand 0.8.5",
  423 "rope",
  424 "schemars",
  425 "search",
  426 "semantic_index",
  427 "serde",
  428 "serde_json_lenient",
  429 "settings",
  430 "smol",
  431 "streaming_diff",
  432 "telemetry",
  433 "telemetry_events",
  434 "terminal",
  435 "terminal_view",
  436 "text",
  437 "theme",
  438 "tree-sitter-md",
  439 "ui",
  440 "unindent",
  441 "util",
  442 "workspace",
  443 "zed_actions",
  444]
  445
  446[[package]]
  447name = "assistant2"
  448version = "0.1.0"
  449dependencies = [
  450 "anyhow",
  451 "assistant_context_editor",
  452 "assistant_settings",
  453 "assistant_slash_command",
  454 "assistant_tool",
  455 "async-watch",
  456 "chrono",
  457 "client",
  458 "clock",
  459 "collections",
  460 "command_palette_hooks",
  461 "context_server",
  462 "db",
  463 "editor",
  464 "feature_flags",
  465 "file_icons",
  466 "fs",
  467 "futures 0.3.31",
  468 "fuzzy",
  469 "git",
  470 "git_ui",
  471 "gpui",
  472 "heed",
  473 "html_to_markdown",
  474 "http_client",
  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 "parking_lot",
  486 "paths",
  487 "picker",
  488 "project",
  489 "prompt_library",
  490 "prompt_store",
  491 "proto",
  492 "rand 0.8.5",
  493 "rope",
  494 "scripting_tool",
  495 "serde",
  496 "serde_json",
  497 "settings",
  498 "smol",
  499 "streaming_diff",
  500 "telemetry",
  501 "telemetry_events",
  502 "terminal",
  503 "terminal_view",
  504 "text",
  505 "theme",
  506 "time",
  507 "time_format",
  508 "ui",
  509 "util",
  510 "uuid",
  511 "vim_mode_setting",
  512 "workspace",
  513 "zed_actions",
  514]
  515
  516[[package]]
  517name = "assistant_context_editor"
  518version = "0.1.0"
  519dependencies = [
  520 "anyhow",
  521 "assistant_settings",
  522 "assistant_slash_command",
  523 "assistant_slash_commands",
  524 "chrono",
  525 "client",
  526 "clock",
  527 "collections",
  528 "context_server",
  529 "editor",
  530 "fs",
  531 "futures 0.3.31",
  532 "fuzzy",
  533 "gpui",
  534 "indexed_docs",
  535 "language",
  536 "language_model",
  537 "language_model_selector",
  538 "languages",
  539 "log",
  540 "multi_buffer",
  541 "open_ai",
  542 "parking_lot",
  543 "paths",
  544 "picker",
  545 "pretty_assertions",
  546 "project",
  547 "prompt_store",
  548 "rand 0.8.5",
  549 "regex",
  550 "rope",
  551 "rpc",
  552 "serde",
  553 "serde_json",
  554 "settings",
  555 "smallvec",
  556 "smol",
  557 "strum",
  558 "telemetry_events",
  559 "text",
  560 "theme",
  561 "tree-sitter-md",
  562 "ui",
  563 "unindent",
  564 "util",
  565 "uuid",
  566 "workspace",
  567]
  568
  569[[package]]
  570name = "assistant_eval"
  571version = "0.1.0"
  572dependencies = [
  573 "anyhow",
  574 "assistant2",
  575 "assistant_tool",
  576 "assistant_tools",
  577 "clap",
  578 "client",
  579 "collections",
  580 "context_server",
  581 "env_logger 0.11.7",
  582 "fs",
  583 "futures 0.3.31",
  584 "gpui",
  585 "gpui_tokio",
  586 "itertools 0.14.0",
  587 "language",
  588 "language_model",
  589 "language_models",
  590 "node_runtime",
  591 "project",
  592 "prompt_store",
  593 "regex",
  594 "release_channel",
  595 "reqwest_client",
  596 "serde",
  597 "serde_json",
  598 "serde_json_lenient",
  599 "settings",
  600 "smol",
  601 "util",
  602]
  603
  604[[package]]
  605name = "assistant_settings"
  606version = "0.1.0"
  607dependencies = [
  608 "anthropic",
  609 "anyhow",
  610 "deepseek",
  611 "feature_flags",
  612 "fs",
  613 "gpui",
  614 "language_model",
  615 "lmstudio",
  616 "log",
  617 "ollama",
  618 "open_ai",
  619 "paths",
  620 "schemars",
  621 "serde",
  622 "serde_json_lenient",
  623 "settings",
  624]
  625
  626[[package]]
  627name = "assistant_slash_command"
  628version = "0.1.0"
  629dependencies = [
  630 "anyhow",
  631 "async-trait",
  632 "collections",
  633 "derive_more",
  634 "extension",
  635 "futures 0.3.31",
  636 "gpui",
  637 "language",
  638 "language_model",
  639 "parking_lot",
  640 "pretty_assertions",
  641 "serde",
  642 "serde_json",
  643 "ui",
  644 "workspace",
  645]
  646
  647[[package]]
  648name = "assistant_slash_commands"
  649version = "0.1.0"
  650dependencies = [
  651 "anyhow",
  652 "assistant_slash_command",
  653 "cargo_toml",
  654 "chrono",
  655 "collections",
  656 "context_server",
  657 "editor",
  658 "env_logger 0.11.7",
  659 "feature_flags",
  660 "fs",
  661 "futures 0.3.31",
  662 "fuzzy",
  663 "globset",
  664 "gpui",
  665 "html_to_markdown",
  666 "http_client",
  667 "indexed_docs",
  668 "language",
  669 "language_model",
  670 "log",
  671 "pretty_assertions",
  672 "project",
  673 "prompt_store",
  674 "rope",
  675 "schemars",
  676 "semantic_index",
  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 "clock",
  696 "collections",
  697 "derive_more",
  698 "gpui",
  699 "language",
  700 "language_model",
  701 "parking_lot",
  702 "project",
  703 "serde",
  704 "serde_json",
  705]
  706
  707[[package]]
  708name = "assistant_tools"
  709version = "0.1.0"
  710dependencies = [
  711 "anyhow",
  712 "assistant_tool",
  713 "chrono",
  714 "collections",
  715 "feature_flags",
  716 "futures 0.3.31",
  717 "gpui",
  718 "html_to_markdown",
  719 "http_client",
  720 "itertools 0.14.0",
  721 "language",
  722 "language_model",
  723 "project",
  724 "rand 0.8.5",
  725 "release_channel",
  726 "schemars",
  727 "serde",
  728 "serde_json",
  729 "settings",
  730 "theme",
  731 "ui",
  732 "unindent",
  733 "util",
  734 "workspace",
  735 "worktree",
  736]
  737
  738[[package]]
  739name = "async-attributes"
  740version = "1.1.2"
  741source = "registry+https://github.com/rust-lang/crates.io-index"
  742checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  743dependencies = [
  744 "quote",
  745 "syn 1.0.109",
  746]
  747
  748[[package]]
  749name = "async-broadcast"
  750version = "0.7.2"
  751source = "registry+https://github.com/rust-lang/crates.io-index"
  752checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  753dependencies = [
  754 "event-listener 5.3.1",
  755 "event-listener-strategy",
  756 "futures-core",
  757 "pin-project-lite",
  758]
  759
  760[[package]]
  761name = "async-channel"
  762version = "1.9.0"
  763source = "registry+https://github.com/rust-lang/crates.io-index"
  764checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  765dependencies = [
  766 "concurrent-queue",
  767 "event-listener 2.5.3",
  768 "futures-core",
  769]
  770
  771[[package]]
  772name = "async-channel"
  773version = "2.3.1"
  774source = "registry+https://github.com/rust-lang/crates.io-index"
  775checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
  776dependencies = [
  777 "concurrent-queue",
  778 "event-listener-strategy",
  779 "futures-core",
  780 "pin-project-lite",
  781]
  782
  783[[package]]
  784name = "async-compat"
  785version = "0.2.4"
  786source = "registry+https://github.com/rust-lang/crates.io-index"
  787checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
  788dependencies = [
  789 "futures-core",
  790 "futures-io",
  791 "once_cell",
  792 "pin-project-lite",
  793 "tokio",
  794]
  795
  796[[package]]
  797name = "async-compression"
  798version = "0.4.21"
  799source = "registry+https://github.com/rust-lang/crates.io-index"
  800checksum = "c0cf008e5e1a9e9e22a7d3c9a4992e21a350290069e36d8fb72304ed17e8f2d2"
  801dependencies = [
  802 "deflate64",
  803 "flate2",
  804 "futures-core",
  805 "futures-io",
  806 "memchr",
  807 "pin-project-lite",
  808]
  809
  810[[package]]
  811name = "async-dispatcher"
  812version = "0.1.2"
  813source = "registry+https://github.com/rust-lang/crates.io-index"
  814checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  815dependencies = [
  816 "async-task",
  817 "futures-lite 1.13.0",
  818]
  819
  820[[package]]
  821name = "async-executor"
  822version = "1.13.1"
  823source = "registry+https://github.com/rust-lang/crates.io-index"
  824checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
  825dependencies = [
  826 "async-task",
  827 "concurrent-queue",
  828 "fastrand 2.3.0",
  829 "futures-lite 2.6.0",
  830 "slab",
  831]
  832
  833[[package]]
  834name = "async-fs"
  835version = "2.1.2"
  836source = "registry+https://github.com/rust-lang/crates.io-index"
  837checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
  838dependencies = [
  839 "async-lock",
  840 "blocking",
  841 "futures-lite 2.6.0",
  842]
  843
  844[[package]]
  845name = "async-global-executor"
  846version = "2.4.1"
  847source = "registry+https://github.com/rust-lang/crates.io-index"
  848checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  849dependencies = [
  850 "async-channel 2.3.1",
  851 "async-executor",
  852 "async-io",
  853 "async-lock",
  854 "blocking",
  855 "futures-lite 2.6.0",
  856 "once_cell",
  857]
  858
  859[[package]]
  860name = "async-io"
  861version = "2.4.0"
  862source = "registry+https://github.com/rust-lang/crates.io-index"
  863checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
  864dependencies = [
  865 "async-lock",
  866 "cfg-if",
  867 "concurrent-queue",
  868 "futures-io",
  869 "futures-lite 2.6.0",
  870 "parking",
  871 "polling",
  872 "rustix",
  873 "slab",
  874 "tracing",
  875 "windows-sys 0.59.0",
  876]
  877
  878[[package]]
  879name = "async-lock"
  880version = "3.4.0"
  881source = "registry+https://github.com/rust-lang/crates.io-index"
  882checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
  883dependencies = [
  884 "event-listener 5.3.1",
  885 "event-listener-strategy",
  886 "pin-project-lite",
  887]
  888
  889[[package]]
  890name = "async-native-tls"
  891version = "0.5.0"
  892source = "registry+https://github.com/rust-lang/crates.io-index"
  893checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
  894dependencies = [
  895 "futures-util",
  896 "native-tls",
  897 "thiserror 1.0.69",
  898 "url",
  899]
  900
  901[[package]]
  902name = "async-net"
  903version = "2.0.0"
  904source = "registry+https://github.com/rust-lang/crates.io-index"
  905checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  906dependencies = [
  907 "async-io",
  908 "blocking",
  909 "futures-lite 2.6.0",
  910]
  911
  912[[package]]
  913name = "async-pipe"
  914version = "0.1.3"
  915source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  916dependencies = [
  917 "futures 0.3.31",
  918 "log",
  919]
  920
  921[[package]]
  922name = "async-process"
  923version = "2.3.0"
  924source = "registry+https://github.com/rust-lang/crates.io-index"
  925checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
  926dependencies = [
  927 "async-channel 2.3.1",
  928 "async-io",
  929 "async-lock",
  930 "async-signal",
  931 "async-task",
  932 "blocking",
  933 "cfg-if",
  934 "event-listener 5.3.1",
  935 "futures-lite 2.6.0",
  936 "rustix",
  937 "tracing",
  938]
  939
  940[[package]]
  941name = "async-recursion"
  942version = "0.3.2"
  943source = "registry+https://github.com/rust-lang/crates.io-index"
  944checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
  945dependencies = [
  946 "proc-macro2",
  947 "quote",
  948 "syn 1.0.109",
  949]
  950
  951[[package]]
  952name = "async-recursion"
  953version = "1.1.1"
  954source = "registry+https://github.com/rust-lang/crates.io-index"
  955checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
  956dependencies = [
  957 "proc-macro2",
  958 "quote",
  959 "syn 2.0.100",
  960]
  961
  962[[package]]
  963name = "async-signal"
  964version = "0.2.10"
  965source = "registry+https://github.com/rust-lang/crates.io-index"
  966checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
  967dependencies = [
  968 "async-io",
  969 "async-lock",
  970 "atomic-waker",
  971 "cfg-if",
  972 "futures-core",
  973 "futures-io",
  974 "rustix",
  975 "signal-hook-registry",
  976 "slab",
  977 "windows-sys 0.59.0",
  978]
  979
  980[[package]]
  981name = "async-std"
  982version = "1.13.1"
  983source = "registry+https://github.com/rust-lang/crates.io-index"
  984checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24"
  985dependencies = [
  986 "async-attributes",
  987 "async-channel 1.9.0",
  988 "async-global-executor",
  989 "async-io",
  990 "async-lock",
  991 "async-process",
  992 "crossbeam-utils",
  993 "futures-channel",
  994 "futures-core",
  995 "futures-io",
  996 "futures-lite 2.6.0",
  997 "gloo-timers",
  998 "kv-log-macro",
  999 "log",
 1000 "memchr",
 1001 "once_cell",
 1002 "pin-project-lite",
 1003 "pin-utils",
 1004 "slab",
 1005 "wasm-bindgen-futures",
 1006]
 1007
 1008[[package]]
 1009name = "async-stream"
 1010version = "0.3.6"
 1011source = "registry+https://github.com/rust-lang/crates.io-index"
 1012checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1013dependencies = [
 1014 "async-stream-impl",
 1015 "futures-core",
 1016 "pin-project-lite",
 1017]
 1018
 1019[[package]]
 1020name = "async-stream-impl"
 1021version = "0.3.6"
 1022source = "registry+https://github.com/rust-lang/crates.io-index"
 1023checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1024dependencies = [
 1025 "proc-macro2",
 1026 "quote",
 1027 "syn 2.0.100",
 1028]
 1029
 1030[[package]]
 1031name = "async-stripe"
 1032version = "0.40.0"
 1033source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
 1034dependencies = [
 1035 "chrono",
 1036 "futures-util",
 1037 "http-types",
 1038 "hyper 0.14.32",
 1039 "hyper-rustls 0.24.2",
 1040 "serde",
 1041 "serde_json",
 1042 "serde_path_to_error",
 1043 "serde_qs 0.10.1",
 1044 "smart-default",
 1045 "smol_str",
 1046 "thiserror 1.0.69",
 1047 "tokio",
 1048]
 1049
 1050[[package]]
 1051name = "async-tar"
 1052version = "0.5.0"
 1053source = "registry+https://github.com/rust-lang/crates.io-index"
 1054checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
 1055dependencies = [
 1056 "async-std",
 1057 "filetime",
 1058 "libc",
 1059 "pin-project",
 1060 "redox_syscall 0.2.16",
 1061 "xattr",
 1062]
 1063
 1064[[package]]
 1065name = "async-task"
 1066version = "4.7.1"
 1067source = "registry+https://github.com/rust-lang/crates.io-index"
 1068checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
 1069
 1070[[package]]
 1071name = "async-tls"
 1072version = "0.13.0"
 1073source = "git+https://github.com/zed-industries/async-tls?rev=1e759a4b5e370f87dc15e40756ac4f8815b61d9d#1e759a4b5e370f87dc15e40756ac4f8815b61d9d"
 1074dependencies = [
 1075 "futures-core",
 1076 "futures-io",
 1077 "rustls 0.23.25",
 1078 "rustls-pemfile 2.2.0",
 1079 "webpki-roots",
 1080]
 1081
 1082[[package]]
 1083name = "async-trait"
 1084version = "0.1.88"
 1085source = "registry+https://github.com/rust-lang/crates.io-index"
 1086checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
 1087dependencies = [
 1088 "proc-macro2",
 1089 "quote",
 1090 "syn 2.0.100",
 1091]
 1092
 1093[[package]]
 1094name = "async-tungstenite"
 1095version = "0.28.2"
 1096source = "registry+https://github.com/rust-lang/crates.io-index"
 1097checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99"
 1098dependencies = [
 1099 "async-std",
 1100 "async-tls",
 1101 "atomic-waker",
 1102 "futures-core",
 1103 "futures-io",
 1104 "futures-task",
 1105 "futures-util",
 1106 "log",
 1107 "pin-project-lite",
 1108 "tungstenite 0.24.0",
 1109]
 1110
 1111[[package]]
 1112name = "async-watch"
 1113version = "0.3.1"
 1114source = "registry+https://github.com/rust-lang/crates.io-index"
 1115checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
 1116dependencies = [
 1117 "event-listener 2.5.3",
 1118]
 1119
 1120[[package]]
 1121name = "async_zip"
 1122version = "0.0.17"
 1123source = "registry+https://github.com/rust-lang/crates.io-index"
 1124checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
 1125dependencies = [
 1126 "async-compression",
 1127 "crc32fast",
 1128 "futures-lite 2.6.0",
 1129 "pin-project",
 1130 "thiserror 1.0.69",
 1131]
 1132
 1133[[package]]
 1134name = "asynchronous-codec"
 1135version = "0.7.0"
 1136source = "registry+https://github.com/rust-lang/crates.io-index"
 1137checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1138dependencies = [
 1139 "bytes 1.10.1",
 1140 "futures-sink",
 1141 "futures-util",
 1142 "memchr",
 1143 "pin-project-lite",
 1144]
 1145
 1146[[package]]
 1147name = "atoi"
 1148version = "2.0.0"
 1149source = "registry+https://github.com/rust-lang/crates.io-index"
 1150checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1151dependencies = [
 1152 "num-traits",
 1153]
 1154
 1155[[package]]
 1156name = "atomic"
 1157version = "0.5.3"
 1158source = "registry+https://github.com/rust-lang/crates.io-index"
 1159checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1160
 1161[[package]]
 1162name = "atomic-waker"
 1163version = "1.1.2"
 1164source = "registry+https://github.com/rust-lang/crates.io-index"
 1165checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1166
 1167[[package]]
 1168name = "audio"
 1169version = "0.1.0"
 1170dependencies = [
 1171 "anyhow",
 1172 "collections",
 1173 "derive_more",
 1174 "gpui",
 1175 "parking_lot",
 1176 "rodio",
 1177 "util",
 1178]
 1179
 1180[[package]]
 1181name = "auto_update"
 1182version = "0.1.0"
 1183dependencies = [
 1184 "anyhow",
 1185 "client",
 1186 "db",
 1187 "gpui",
 1188 "http_client",
 1189 "log",
 1190 "paths",
 1191 "release_channel",
 1192 "schemars",
 1193 "serde",
 1194 "serde_json",
 1195 "settings",
 1196 "smol",
 1197 "tempfile",
 1198 "which 6.0.3",
 1199 "workspace",
 1200]
 1201
 1202[[package]]
 1203name = "auto_update_ui"
 1204version = "0.1.0"
 1205dependencies = [
 1206 "anyhow",
 1207 "auto_update",
 1208 "client",
 1209 "editor",
 1210 "gpui",
 1211 "http_client",
 1212 "markdown_preview",
 1213 "release_channel",
 1214 "serde",
 1215 "serde_json",
 1216 "smol",
 1217 "util",
 1218 "workspace",
 1219]
 1220
 1221[[package]]
 1222name = "autocfg"
 1223version = "1.4.0"
 1224source = "registry+https://github.com/rust-lang/crates.io-index"
 1225checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
 1226
 1227[[package]]
 1228name = "av1-grain"
 1229version = "0.2.3"
 1230source = "registry+https://github.com/rust-lang/crates.io-index"
 1231checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
 1232dependencies = [
 1233 "anyhow",
 1234 "arrayvec",
 1235 "log",
 1236 "nom",
 1237 "num-rational",
 1238 "v_frame",
 1239]
 1240
 1241[[package]]
 1242name = "avif-serialize"
 1243version = "0.8.2"
 1244source = "registry+https://github.com/rust-lang/crates.io-index"
 1245checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
 1246dependencies = [
 1247 "arrayvec",
 1248]
 1249
 1250[[package]]
 1251name = "aws-config"
 1252version = "1.5.16"
 1253source = "registry+https://github.com/rust-lang/crates.io-index"
 1254checksum = "50236e4d60fe8458de90a71c0922c761e41755adf091b1b03de1cef537179915"
 1255dependencies = [
 1256 "aws-credential-types",
 1257 "aws-runtime",
 1258 "aws-sdk-sso",
 1259 "aws-sdk-ssooidc",
 1260 "aws-sdk-sts",
 1261 "aws-smithy-async",
 1262 "aws-smithy-http",
 1263 "aws-smithy-json",
 1264 "aws-smithy-runtime",
 1265 "aws-smithy-runtime-api",
 1266 "aws-smithy-types",
 1267 "aws-types",
 1268 "bytes 1.10.1",
 1269 "fastrand 2.3.0",
 1270 "hex",
 1271 "http 0.2.12",
 1272 "ring",
 1273 "time",
 1274 "tokio",
 1275 "tracing",
 1276 "url",
 1277 "zeroize",
 1278]
 1279
 1280[[package]]
 1281name = "aws-credential-types"
 1282version = "1.2.1"
 1283source = "registry+https://github.com/rust-lang/crates.io-index"
 1284checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
 1285dependencies = [
 1286 "aws-smithy-async",
 1287 "aws-smithy-runtime-api",
 1288 "aws-smithy-types",
 1289 "zeroize",
 1290]
 1291
 1292[[package]]
 1293name = "aws-lc-rs"
 1294version = "1.12.6"
 1295source = "registry+https://github.com/rust-lang/crates.io-index"
 1296checksum = "dabb68eb3a7aa08b46fddfd59a3d55c978243557a90ab804769f7e20e67d2b01"
 1297dependencies = [
 1298 "aws-lc-sys",
 1299 "zeroize",
 1300]
 1301
 1302[[package]]
 1303name = "aws-lc-sys"
 1304version = "0.27.0"
 1305source = "registry+https://github.com/rust-lang/crates.io-index"
 1306checksum = "6bbe221bbf523b625a4dd8585c7f38166e31167ec2ca98051dbcb4c3b6e825d2"
 1307dependencies = [
 1308 "bindgen 0.69.5",
 1309 "cc",
 1310 "cmake",
 1311 "dunce",
 1312 "fs_extra",
 1313]
 1314
 1315[[package]]
 1316name = "aws-runtime"
 1317version = "1.5.5"
 1318source = "registry+https://github.com/rust-lang/crates.io-index"
 1319checksum = "76dd04d39cc12844c0994f2c9c5a6f5184c22e9188ec1ff723de41910a21dcad"
 1320dependencies = [
 1321 "aws-credential-types",
 1322 "aws-sigv4",
 1323 "aws-smithy-async",
 1324 "aws-smithy-eventstream",
 1325 "aws-smithy-http",
 1326 "aws-smithy-runtime",
 1327 "aws-smithy-runtime-api",
 1328 "aws-smithy-types",
 1329 "aws-types",
 1330 "bytes 1.10.1",
 1331 "fastrand 2.3.0",
 1332 "http 0.2.12",
 1333 "http-body 0.4.6",
 1334 "once_cell",
 1335 "percent-encoding",
 1336 "pin-project-lite",
 1337 "tracing",
 1338 "uuid",
 1339]
 1340
 1341[[package]]
 1342name = "aws-sdk-bedrockruntime"
 1343version = "1.74.0"
 1344source = "registry+https://github.com/rust-lang/crates.io-index"
 1345checksum = "6938541d1948a543bca23303fec4cff9c36bf0e63b8fa3ae1b337bcb9d5b81af"
 1346dependencies = [
 1347 "aws-credential-types",
 1348 "aws-runtime",
 1349 "aws-smithy-async",
 1350 "aws-smithy-eventstream",
 1351 "aws-smithy-http",
 1352 "aws-smithy-json",
 1353 "aws-smithy-runtime",
 1354 "aws-smithy-runtime-api",
 1355 "aws-smithy-types",
 1356 "aws-types",
 1357 "bytes 1.10.1",
 1358 "fastrand 2.3.0",
 1359 "http 0.2.12",
 1360 "once_cell",
 1361 "regex-lite",
 1362 "tracing",
 1363]
 1364
 1365[[package]]
 1366name = "aws-sdk-kinesis"
 1367version = "1.61.0"
 1368source = "registry+https://github.com/rust-lang/crates.io-index"
 1369checksum = "89f2163d8704e8fdcd51ec6c2e0441c418471e422ee9690451b17a1c46344e1a"
 1370dependencies = [
 1371 "aws-credential-types",
 1372 "aws-runtime",
 1373 "aws-smithy-async",
 1374 "aws-smithy-http",
 1375 "aws-smithy-json",
 1376 "aws-smithy-runtime",
 1377 "aws-smithy-runtime-api",
 1378 "aws-smithy-types",
 1379 "aws-types",
 1380 "bytes 1.10.1",
 1381 "http 0.2.12",
 1382 "once_cell",
 1383 "regex-lite",
 1384 "tracing",
 1385]
 1386
 1387[[package]]
 1388name = "aws-sdk-s3"
 1389version = "1.76.0"
 1390source = "registry+https://github.com/rust-lang/crates.io-index"
 1391checksum = "66e83401ad7287ad15244d557e35502c2a94105ca5b41d656c391f1a4fc04ca2"
 1392dependencies = [
 1393 "aws-credential-types",
 1394 "aws-runtime",
 1395 "aws-sigv4",
 1396 "aws-smithy-async",
 1397 "aws-smithy-checksums",
 1398 "aws-smithy-eventstream",
 1399 "aws-smithy-http",
 1400 "aws-smithy-json",
 1401 "aws-smithy-runtime",
 1402 "aws-smithy-runtime-api",
 1403 "aws-smithy-types",
 1404 "aws-smithy-xml",
 1405 "aws-types",
 1406 "bytes 1.10.1",
 1407 "fastrand 2.3.0",
 1408 "hex",
 1409 "hmac",
 1410 "http 0.2.12",
 1411 "http-body 0.4.6",
 1412 "lru",
 1413 "once_cell",
 1414 "percent-encoding",
 1415 "regex-lite",
 1416 "sha2",
 1417 "tracing",
 1418 "url",
 1419]
 1420
 1421[[package]]
 1422name = "aws-sdk-sso"
 1423version = "1.58.0"
 1424source = "registry+https://github.com/rust-lang/crates.io-index"
 1425checksum = "16ff718c9ee45cc1ebd4774a0e086bb80a6ab752b4902edf1c9f56b86ee1f770"
 1426dependencies = [
 1427 "aws-credential-types",
 1428 "aws-runtime",
 1429 "aws-smithy-async",
 1430 "aws-smithy-http",
 1431 "aws-smithy-json",
 1432 "aws-smithy-runtime",
 1433 "aws-smithy-runtime-api",
 1434 "aws-smithy-types",
 1435 "aws-types",
 1436 "bytes 1.10.1",
 1437 "http 0.2.12",
 1438 "once_cell",
 1439 "regex-lite",
 1440 "tracing",
 1441]
 1442
 1443[[package]]
 1444name = "aws-sdk-ssooidc"
 1445version = "1.59.0"
 1446source = "registry+https://github.com/rust-lang/crates.io-index"
 1447checksum = "5183e088715cc135d8d396fdd3bc02f018f0da4c511f53cb8d795b6a31c55809"
 1448dependencies = [
 1449 "aws-credential-types",
 1450 "aws-runtime",
 1451 "aws-smithy-async",
 1452 "aws-smithy-http",
 1453 "aws-smithy-json",
 1454 "aws-smithy-runtime",
 1455 "aws-smithy-runtime-api",
 1456 "aws-smithy-types",
 1457 "aws-types",
 1458 "bytes 1.10.1",
 1459 "http 0.2.12",
 1460 "once_cell",
 1461 "regex-lite",
 1462 "tracing",
 1463]
 1464
 1465[[package]]
 1466name = "aws-sdk-sts"
 1467version = "1.59.0"
 1468source = "registry+https://github.com/rust-lang/crates.io-index"
 1469checksum = "c9f944ef032717596639cea4a2118a3a457268ef51bbb5fde9637e54c465da00"
 1470dependencies = [
 1471 "aws-credential-types",
 1472 "aws-runtime",
 1473 "aws-smithy-async",
 1474 "aws-smithy-http",
 1475 "aws-smithy-json",
 1476 "aws-smithy-query",
 1477 "aws-smithy-runtime",
 1478 "aws-smithy-runtime-api",
 1479 "aws-smithy-types",
 1480 "aws-smithy-xml",
 1481 "aws-types",
 1482 "http 0.2.12",
 1483 "once_cell",
 1484 "regex-lite",
 1485 "tracing",
 1486]
 1487
 1488[[package]]
 1489name = "aws-sigv4"
 1490version = "1.2.9"
 1491source = "registry+https://github.com/rust-lang/crates.io-index"
 1492checksum = "9bfe75fad52793ce6dec0dc3d4b1f388f038b5eb866c8d4d7f3a8e21b5ea5051"
 1493dependencies = [
 1494 "aws-credential-types",
 1495 "aws-smithy-eventstream",
 1496 "aws-smithy-http",
 1497 "aws-smithy-runtime-api",
 1498 "aws-smithy-types",
 1499 "bytes 1.10.1",
 1500 "crypto-bigint 0.5.5",
 1501 "form_urlencoded",
 1502 "hex",
 1503 "hmac",
 1504 "http 0.2.12",
 1505 "http 1.2.0",
 1506 "once_cell",
 1507 "p256",
 1508 "percent-encoding",
 1509 "ring",
 1510 "sha2",
 1511 "subtle",
 1512 "time",
 1513 "tracing",
 1514 "zeroize",
 1515]
 1516
 1517[[package]]
 1518name = "aws-smithy-async"
 1519version = "1.2.4"
 1520source = "registry+https://github.com/rust-lang/crates.io-index"
 1521checksum = "fa59d1327d8b5053c54bf2eaae63bf629ba9e904434d0835a28ed3c0ed0a614e"
 1522dependencies = [
 1523 "futures-util",
 1524 "pin-project-lite",
 1525 "tokio",
 1526]
 1527
 1528[[package]]
 1529name = "aws-smithy-checksums"
 1530version = "0.62.0"
 1531source = "registry+https://github.com/rust-lang/crates.io-index"
 1532checksum = "f2f45a1c384d7a393026bc5f5c177105aa9fa68e4749653b985707ac27d77295"
 1533dependencies = [
 1534 "aws-smithy-http",
 1535 "aws-smithy-types",
 1536 "bytes 1.10.1",
 1537 "crc32c",
 1538 "crc32fast",
 1539 "crc64fast-nvme",
 1540 "hex",
 1541 "http 0.2.12",
 1542 "http-body 0.4.6",
 1543 "md-5",
 1544 "pin-project-lite",
 1545 "sha1",
 1546 "sha2",
 1547 "tracing",
 1548]
 1549
 1550[[package]]
 1551name = "aws-smithy-eventstream"
 1552version = "0.60.6"
 1553source = "registry+https://github.com/rust-lang/crates.io-index"
 1554checksum = "8b18559a41e0c909b77625adf2b8c50de480a8041e5e4a3f5f7d177db70abc5a"
 1555dependencies = [
 1556 "aws-smithy-types",
 1557 "bytes 1.10.1",
 1558 "crc32fast",
 1559]
 1560
 1561[[package]]
 1562name = "aws-smithy-http"
 1563version = "0.60.12"
 1564source = "registry+https://github.com/rust-lang/crates.io-index"
 1565checksum = "7809c27ad8da6a6a68c454e651d4962479e81472aa19ae99e59f9aba1f9713cc"
 1566dependencies = [
 1567 "aws-smithy-eventstream",
 1568 "aws-smithy-runtime-api",
 1569 "aws-smithy-types",
 1570 "bytes 1.10.1",
 1571 "bytes-utils",
 1572 "futures-core",
 1573 "http 0.2.12",
 1574 "http-body 0.4.6",
 1575 "once_cell",
 1576 "percent-encoding",
 1577 "pin-project-lite",
 1578 "pin-utils",
 1579 "tracing",
 1580]
 1581
 1582[[package]]
 1583name = "aws-smithy-json"
 1584version = "0.61.2"
 1585source = "registry+https://github.com/rust-lang/crates.io-index"
 1586checksum = "623a51127f24c30776c8b374295f2df78d92517386f77ba30773f15a30ce1422"
 1587dependencies = [
 1588 "aws-smithy-types",
 1589]
 1590
 1591[[package]]
 1592name = "aws-smithy-query"
 1593version = "0.60.7"
 1594source = "registry+https://github.com/rust-lang/crates.io-index"
 1595checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
 1596dependencies = [
 1597 "aws-smithy-types",
 1598 "urlencoding",
 1599]
 1600
 1601[[package]]
 1602name = "aws-smithy-runtime"
 1603version = "1.7.8"
 1604source = "registry+https://github.com/rust-lang/crates.io-index"
 1605checksum = "d526a12d9ed61fadefda24abe2e682892ba288c2018bcb38b1b4c111d13f6d92"
 1606dependencies = [
 1607 "aws-smithy-async",
 1608 "aws-smithy-http",
 1609 "aws-smithy-runtime-api",
 1610 "aws-smithy-types",
 1611 "bytes 1.10.1",
 1612 "fastrand 2.3.0",
 1613 "h2 0.3.26",
 1614 "http 0.2.12",
 1615 "http-body 0.4.6",
 1616 "http-body 1.0.1",
 1617 "httparse",
 1618 "hyper 0.14.32",
 1619 "hyper-rustls 0.24.2",
 1620 "once_cell",
 1621 "pin-project-lite",
 1622 "pin-utils",
 1623 "rustls 0.21.12",
 1624 "tokio",
 1625 "tracing",
 1626]
 1627
 1628[[package]]
 1629name = "aws-smithy-runtime-api"
 1630version = "1.7.3"
 1631source = "registry+https://github.com/rust-lang/crates.io-index"
 1632checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
 1633dependencies = [
 1634 "aws-smithy-async",
 1635 "aws-smithy-types",
 1636 "bytes 1.10.1",
 1637 "http 0.2.12",
 1638 "http 1.2.0",
 1639 "pin-project-lite",
 1640 "tokio",
 1641 "tracing",
 1642 "zeroize",
 1643]
 1644
 1645[[package]]
 1646name = "aws-smithy-types"
 1647version = "1.2.13"
 1648source = "registry+https://github.com/rust-lang/crates.io-index"
 1649checksum = "c7b8a53819e42f10d0821f56da995e1470b199686a1809168db6ca485665f042"
 1650dependencies = [
 1651 "base64-simd",
 1652 "bytes 1.10.1",
 1653 "bytes-utils",
 1654 "futures-core",
 1655 "http 0.2.12",
 1656 "http 1.2.0",
 1657 "http-body 0.4.6",
 1658 "http-body 1.0.1",
 1659 "http-body-util",
 1660 "itoa",
 1661 "num-integer",
 1662 "pin-project-lite",
 1663 "pin-utils",
 1664 "ryu",
 1665 "serde",
 1666 "time",
 1667 "tokio",
 1668 "tokio-util",
 1669]
 1670
 1671[[package]]
 1672name = "aws-smithy-xml"
 1673version = "0.60.9"
 1674source = "registry+https://github.com/rust-lang/crates.io-index"
 1675checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
 1676dependencies = [
 1677 "xmlparser",
 1678]
 1679
 1680[[package]]
 1681name = "aws-types"
 1682version = "1.3.5"
 1683source = "registry+https://github.com/rust-lang/crates.io-index"
 1684checksum = "dfbd0a668309ec1f66c0f6bda4840dd6d4796ae26d699ebc266d7cc95c6d040f"
 1685dependencies = [
 1686 "aws-credential-types",
 1687 "aws-smithy-async",
 1688 "aws-smithy-runtime-api",
 1689 "aws-smithy-types",
 1690 "rustc_version",
 1691 "tracing",
 1692]
 1693
 1694[[package]]
 1695name = "aws_http_client"
 1696version = "0.1.0"
 1697dependencies = [
 1698 "aws-smithy-runtime-api",
 1699 "aws-smithy-types",
 1700 "futures 0.3.31",
 1701 "http_client",
 1702 "tokio",
 1703]
 1704
 1705[[package]]
 1706name = "axum"
 1707version = "0.6.20"
 1708source = "registry+https://github.com/rust-lang/crates.io-index"
 1709checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1710dependencies = [
 1711 "async-trait",
 1712 "axum-core",
 1713 "base64 0.21.7",
 1714 "bitflags 1.3.2",
 1715 "bytes 1.10.1",
 1716 "futures-util",
 1717 "headers",
 1718 "http 0.2.12",
 1719 "http-body 0.4.6",
 1720 "hyper 0.14.32",
 1721 "itoa",
 1722 "matchit",
 1723 "memchr",
 1724 "mime",
 1725 "percent-encoding",
 1726 "pin-project-lite",
 1727 "rustversion",
 1728 "serde",
 1729 "serde_json",
 1730 "serde_path_to_error",
 1731 "serde_urlencoded",
 1732 "sha1",
 1733 "sync_wrapper 0.1.2",
 1734 "tokio",
 1735 "tokio-tungstenite 0.20.1",
 1736 "tower",
 1737 "tower-layer",
 1738 "tower-service",
 1739]
 1740
 1741[[package]]
 1742name = "axum-core"
 1743version = "0.3.4"
 1744source = "registry+https://github.com/rust-lang/crates.io-index"
 1745checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1746dependencies = [
 1747 "async-trait",
 1748 "bytes 1.10.1",
 1749 "futures-util",
 1750 "http 0.2.12",
 1751 "http-body 0.4.6",
 1752 "mime",
 1753 "rustversion",
 1754 "tower-layer",
 1755 "tower-service",
 1756]
 1757
 1758[[package]]
 1759name = "axum-extra"
 1760version = "0.4.2"
 1761source = "registry+https://github.com/rust-lang/crates.io-index"
 1762checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
 1763dependencies = [
 1764 "axum",
 1765 "bytes 1.10.1",
 1766 "futures-util",
 1767 "http 0.2.12",
 1768 "mime",
 1769 "pin-project-lite",
 1770 "serde",
 1771 "serde_json",
 1772 "tokio",
 1773 "tower",
 1774 "tower-http 0.3.5",
 1775 "tower-layer",
 1776 "tower-service",
 1777]
 1778
 1779[[package]]
 1780name = "backtrace"
 1781version = "0.3.74"
 1782source = "registry+https://github.com/rust-lang/crates.io-index"
 1783checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
 1784dependencies = [
 1785 "addr2line",
 1786 "cfg-if",
 1787 "libc",
 1788 "miniz_oxide",
 1789 "object",
 1790 "rustc-demangle",
 1791 "windows-targets 0.52.6",
 1792]
 1793
 1794[[package]]
 1795name = "base16ct"
 1796version = "0.1.1"
 1797source = "registry+https://github.com/rust-lang/crates.io-index"
 1798checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1799
 1800[[package]]
 1801name = "base64"
 1802version = "0.13.1"
 1803source = "registry+https://github.com/rust-lang/crates.io-index"
 1804checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
 1805
 1806[[package]]
 1807name = "base64"
 1808version = "0.21.7"
 1809source = "registry+https://github.com/rust-lang/crates.io-index"
 1810checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1811
 1812[[package]]
 1813name = "base64"
 1814version = "0.22.1"
 1815source = "registry+https://github.com/rust-lang/crates.io-index"
 1816checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1817
 1818[[package]]
 1819name = "base64-simd"
 1820version = "0.8.0"
 1821source = "registry+https://github.com/rust-lang/crates.io-index"
 1822checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1823dependencies = [
 1824 "outref",
 1825 "vsimd",
 1826]
 1827
 1828[[package]]
 1829name = "base64ct"
 1830version = "1.6.0"
 1831source = "registry+https://github.com/rust-lang/crates.io-index"
 1832checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
 1833
 1834[[package]]
 1835name = "bedrock"
 1836version = "0.1.0"
 1837dependencies = [
 1838 "anyhow",
 1839 "aws-sdk-bedrockruntime",
 1840 "aws-smithy-types",
 1841 "futures 0.3.31",
 1842 "schemars",
 1843 "serde",
 1844 "serde_json",
 1845 "strum",
 1846 "thiserror 2.0.12",
 1847 "tokio",
 1848]
 1849
 1850[[package]]
 1851name = "bigdecimal"
 1852version = "0.4.7"
 1853source = "registry+https://github.com/rust-lang/crates.io-index"
 1854checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
 1855dependencies = [
 1856 "autocfg",
 1857 "libm",
 1858 "num-bigint",
 1859 "num-integer",
 1860 "num-traits",
 1861 "serde",
 1862]
 1863
 1864[[package]]
 1865name = "bincode"
 1866version = "1.3.3"
 1867source = "registry+https://github.com/rust-lang/crates.io-index"
 1868checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1869dependencies = [
 1870 "serde",
 1871]
 1872
 1873[[package]]
 1874name = "bindgen"
 1875version = "0.69.5"
 1876source = "registry+https://github.com/rust-lang/crates.io-index"
 1877checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
 1878dependencies = [
 1879 "bitflags 2.8.0",
 1880 "cexpr",
 1881 "clang-sys",
 1882 "itertools 0.10.5",
 1883 "lazy_static",
 1884 "lazycell",
 1885 "log",
 1886 "prettyplease",
 1887 "proc-macro2",
 1888 "quote",
 1889 "regex",
 1890 "rustc-hash 1.1.0",
 1891 "shlex",
 1892 "syn 2.0.100",
 1893 "which 4.4.2",
 1894]
 1895
 1896[[package]]
 1897name = "bindgen"
 1898version = "0.70.1"
 1899source = "registry+https://github.com/rust-lang/crates.io-index"
 1900checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
 1901dependencies = [
 1902 "bitflags 2.8.0",
 1903 "cexpr",
 1904 "clang-sys",
 1905 "itertools 0.10.5",
 1906 "log",
 1907 "prettyplease",
 1908 "proc-macro2",
 1909 "quote",
 1910 "regex",
 1911 "rustc-hash 1.1.0",
 1912 "shlex",
 1913 "syn 2.0.100",
 1914]
 1915
 1916[[package]]
 1917name = "bit-set"
 1918version = "0.5.3"
 1919source = "registry+https://github.com/rust-lang/crates.io-index"
 1920checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
 1921dependencies = [
 1922 "bit-vec 0.6.3",
 1923]
 1924
 1925[[package]]
 1926name = "bit-set"
 1927version = "0.8.0"
 1928source = "registry+https://github.com/rust-lang/crates.io-index"
 1929checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1930dependencies = [
 1931 "bit-vec 0.8.0",
 1932]
 1933
 1934[[package]]
 1935name = "bit-vec"
 1936version = "0.6.3"
 1937source = "registry+https://github.com/rust-lang/crates.io-index"
 1938checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
 1939
 1940[[package]]
 1941name = "bit-vec"
 1942version = "0.8.0"
 1943source = "registry+https://github.com/rust-lang/crates.io-index"
 1944checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 1945
 1946[[package]]
 1947name = "bit_field"
 1948version = "0.10.2"
 1949source = "registry+https://github.com/rust-lang/crates.io-index"
 1950checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
 1951
 1952[[package]]
 1953name = "bitflags"
 1954version = "1.3.2"
 1955source = "registry+https://github.com/rust-lang/crates.io-index"
 1956checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 1957
 1958[[package]]
 1959name = "bitflags"
 1960version = "2.8.0"
 1961source = "registry+https://github.com/rust-lang/crates.io-index"
 1962checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
 1963dependencies = [
 1964 "serde",
 1965]
 1966
 1967[[package]]
 1968name = "bitstream-io"
 1969version = "2.6.0"
 1970source = "registry+https://github.com/rust-lang/crates.io-index"
 1971checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 1972
 1973[[package]]
 1974name = "bitvec"
 1975version = "1.0.1"
 1976source = "registry+https://github.com/rust-lang/crates.io-index"
 1977checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 1978dependencies = [
 1979 "funty",
 1980 "radium",
 1981 "tap",
 1982 "wyz",
 1983]
 1984
 1985[[package]]
 1986name = "blade-graphics"
 1987version = "0.6.0"
 1988source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 1989dependencies = [
 1990 "ash",
 1991 "ash-window",
 1992 "bitflags 2.8.0",
 1993 "bytemuck",
 1994 "codespan-reporting",
 1995 "glow",
 1996 "gpu-alloc",
 1997 "gpu-alloc-ash",
 1998 "hidden-trait",
 1999 "js-sys",
 2000 "khronos-egl",
 2001 "libloading",
 2002 "log",
 2003 "mint",
 2004 "naga",
 2005 "objc2",
 2006 "objc2-app-kit",
 2007 "objc2-foundation",
 2008 "objc2-metal",
 2009 "objc2-quartz-core",
 2010 "objc2-ui-kit",
 2011 "raw-window-handle",
 2012 "slab",
 2013 "wasm-bindgen",
 2014 "web-sys",
 2015]
 2016
 2017[[package]]
 2018name = "blade-macros"
 2019version = "0.3.0"
 2020source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 2021dependencies = [
 2022 "proc-macro2",
 2023 "quote",
 2024 "syn 2.0.100",
 2025]
 2026
 2027[[package]]
 2028name = "blade-util"
 2029version = "0.2.0"
 2030source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 2031dependencies = [
 2032 "blade-graphics",
 2033 "bytemuck",
 2034 "log",
 2035 "profiling",
 2036]
 2037
 2038[[package]]
 2039name = "blake3"
 2040version = "1.6.1"
 2041source = "registry+https://github.com/rust-lang/crates.io-index"
 2042checksum = "675f87afced0413c9bb02843499dbbd3882a237645883f71a2b59644a6d2f753"
 2043dependencies = [
 2044 "arrayref",
 2045 "arrayvec",
 2046 "cc",
 2047 "cfg-if",
 2048 "constant_time_eq 0.3.1",
 2049]
 2050
 2051[[package]]
 2052name = "block"
 2053version = "0.1.6"
 2054source = "registry+https://github.com/rust-lang/crates.io-index"
 2055checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2056
 2057[[package]]
 2058name = "block-buffer"
 2059version = "0.10.4"
 2060source = "registry+https://github.com/rust-lang/crates.io-index"
 2061checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2062dependencies = [
 2063 "generic-array",
 2064]
 2065
 2066[[package]]
 2067name = "block-padding"
 2068version = "0.3.3"
 2069source = "registry+https://github.com/rust-lang/crates.io-index"
 2070checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2071dependencies = [
 2072 "generic-array",
 2073]
 2074
 2075[[package]]
 2076name = "block2"
 2077version = "0.5.1"
 2078source = "registry+https://github.com/rust-lang/crates.io-index"
 2079checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
 2080dependencies = [
 2081 "objc2",
 2082]
 2083
 2084[[package]]
 2085name = "blocking"
 2086version = "1.6.1"
 2087source = "registry+https://github.com/rust-lang/crates.io-index"
 2088checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
 2089dependencies = [
 2090 "async-channel 2.3.1",
 2091 "async-task",
 2092 "futures-io",
 2093 "futures-lite 2.6.0",
 2094 "piper",
 2095]
 2096
 2097[[package]]
 2098name = "borsh"
 2099version = "1.5.3"
 2100source = "registry+https://github.com/rust-lang/crates.io-index"
 2101checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
 2102dependencies = [
 2103 "borsh-derive",
 2104 "cfg_aliases 0.2.1",
 2105]
 2106
 2107[[package]]
 2108name = "borsh-derive"
 2109version = "1.5.3"
 2110source = "registry+https://github.com/rust-lang/crates.io-index"
 2111checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
 2112dependencies = [
 2113 "once_cell",
 2114 "proc-macro-crate",
 2115 "proc-macro2",
 2116 "quote",
 2117 "syn 2.0.100",
 2118]
 2119
 2120[[package]]
 2121name = "breadcrumbs"
 2122version = "0.1.0"
 2123dependencies = [
 2124 "editor",
 2125 "gpui",
 2126 "itertools 0.14.0",
 2127 "theme",
 2128 "ui",
 2129 "workspace",
 2130 "zed_actions",
 2131]
 2132
 2133[[package]]
 2134name = "bstr"
 2135version = "1.11.1"
 2136source = "registry+https://github.com/rust-lang/crates.io-index"
 2137checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
 2138dependencies = [
 2139 "memchr",
 2140 "regex-automata 0.4.9",
 2141 "serde",
 2142]
 2143
 2144[[package]]
 2145name = "buffer_diff"
 2146version = "0.1.0"
 2147dependencies = [
 2148 "anyhow",
 2149 "clock",
 2150 "ctor",
 2151 "env_logger 0.11.7",
 2152 "futures 0.3.31",
 2153 "git2",
 2154 "gpui",
 2155 "language",
 2156 "log",
 2157 "pretty_assertions",
 2158 "rand 0.8.5",
 2159 "rope",
 2160 "serde_json",
 2161 "sum_tree",
 2162 "text",
 2163 "unindent",
 2164 "util",
 2165]
 2166
 2167[[package]]
 2168name = "built"
 2169version = "0.7.5"
 2170source = "registry+https://github.com/rust-lang/crates.io-index"
 2171checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
 2172
 2173[[package]]
 2174name = "bumpalo"
 2175version = "3.16.0"
 2176source = "registry+https://github.com/rust-lang/crates.io-index"
 2177checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
 2178dependencies = [
 2179 "allocator-api2",
 2180]
 2181
 2182[[package]]
 2183name = "by_address"
 2184version = "1.2.1"
 2185source = "registry+https://github.com/rust-lang/crates.io-index"
 2186checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2187
 2188[[package]]
 2189name = "bytecheck"
 2190version = "0.6.12"
 2191source = "registry+https://github.com/rust-lang/crates.io-index"
 2192checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2193dependencies = [
 2194 "bytecheck_derive",
 2195 "ptr_meta",
 2196 "simdutf8",
 2197]
 2198
 2199[[package]]
 2200name = "bytecheck_derive"
 2201version = "0.6.12"
 2202source = "registry+https://github.com/rust-lang/crates.io-index"
 2203checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2204dependencies = [
 2205 "proc-macro2",
 2206 "quote",
 2207 "syn 1.0.109",
 2208]
 2209
 2210[[package]]
 2211name = "bytemuck"
 2212version = "1.21.0"
 2213source = "registry+https://github.com/rust-lang/crates.io-index"
 2214checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
 2215dependencies = [
 2216 "bytemuck_derive",
 2217]
 2218
 2219[[package]]
 2220name = "bytemuck_derive"
 2221version = "1.8.0"
 2222source = "registry+https://github.com/rust-lang/crates.io-index"
 2223checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
 2224dependencies = [
 2225 "proc-macro2",
 2226 "quote",
 2227 "syn 2.0.100",
 2228]
 2229
 2230[[package]]
 2231name = "byteorder"
 2232version = "1.5.0"
 2233source = "registry+https://github.com/rust-lang/crates.io-index"
 2234checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2235
 2236[[package]]
 2237name = "byteorder-lite"
 2238version = "0.1.0"
 2239source = "registry+https://github.com/rust-lang/crates.io-index"
 2240checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2241
 2242[[package]]
 2243name = "bytes"
 2244version = "0.4.12"
 2245source = "registry+https://github.com/rust-lang/crates.io-index"
 2246checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2247dependencies = [
 2248 "byteorder",
 2249 "iovec",
 2250]
 2251
 2252[[package]]
 2253name = "bytes"
 2254version = "1.10.1"
 2255source = "registry+https://github.com/rust-lang/crates.io-index"
 2256checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
 2257
 2258[[package]]
 2259name = "bytes-utils"
 2260version = "0.1.4"
 2261source = "registry+https://github.com/rust-lang/crates.io-index"
 2262checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2263dependencies = [
 2264 "bytes 1.10.1",
 2265 "either",
 2266]
 2267
 2268[[package]]
 2269name = "bzip2"
 2270version = "0.4.4"
 2271source = "registry+https://github.com/rust-lang/crates.io-index"
 2272checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2273dependencies = [
 2274 "bzip2-sys",
 2275 "libc",
 2276]
 2277
 2278[[package]]
 2279name = "bzip2-sys"
 2280version = "0.1.11+1.0.8"
 2281source = "registry+https://github.com/rust-lang/crates.io-index"
 2282checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
 2283dependencies = [
 2284 "cc",
 2285 "libc",
 2286 "pkg-config",
 2287]
 2288
 2289[[package]]
 2290name = "call"
 2291version = "0.1.0"
 2292dependencies = [
 2293 "anyhow",
 2294 "audio",
 2295 "client",
 2296 "collections",
 2297 "fs",
 2298 "futures 0.3.31",
 2299 "gpui",
 2300 "http_client",
 2301 "language",
 2302 "livekit_client",
 2303 "livekit_client_macos",
 2304 "log",
 2305 "postage",
 2306 "project",
 2307 "schemars",
 2308 "serde",
 2309 "serde_derive",
 2310 "settings",
 2311 "telemetry",
 2312 "util",
 2313]
 2314
 2315[[package]]
 2316name = "calloop"
 2317version = "0.13.0"
 2318source = "registry+https://github.com/rust-lang/crates.io-index"
 2319checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
 2320dependencies = [
 2321 "bitflags 2.8.0",
 2322 "log",
 2323 "polling",
 2324 "rustix",
 2325 "slab",
 2326 "thiserror 1.0.69",
 2327]
 2328
 2329[[package]]
 2330name = "calloop-wayland-source"
 2331version = "0.3.0"
 2332source = "registry+https://github.com/rust-lang/crates.io-index"
 2333checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
 2334dependencies = [
 2335 "calloop",
 2336 "rustix",
 2337 "wayland-backend",
 2338 "wayland-client",
 2339]
 2340
 2341[[package]]
 2342name = "camino"
 2343version = "1.1.9"
 2344source = "registry+https://github.com/rust-lang/crates.io-index"
 2345checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
 2346dependencies = [
 2347 "serde",
 2348]
 2349
 2350[[package]]
 2351name = "cap-fs-ext"
 2352version = "3.4.2"
 2353source = "registry+https://github.com/rust-lang/crates.io-index"
 2354checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
 2355dependencies = [
 2356 "cap-primitives",
 2357 "cap-std",
 2358 "io-lifetimes",
 2359 "windows-sys 0.59.0",
 2360]
 2361
 2362[[package]]
 2363name = "cap-net-ext"
 2364version = "3.4.2"
 2365source = "registry+https://github.com/rust-lang/crates.io-index"
 2366checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
 2367dependencies = [
 2368 "cap-primitives",
 2369 "cap-std",
 2370 "rustix",
 2371 "smallvec",
 2372]
 2373
 2374[[package]]
 2375name = "cap-primitives"
 2376version = "3.4.2"
 2377source = "registry+https://github.com/rust-lang/crates.io-index"
 2378checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
 2379dependencies = [
 2380 "ambient-authority",
 2381 "fs-set-times",
 2382 "io-extras",
 2383 "io-lifetimes",
 2384 "ipnet",
 2385 "maybe-owned",
 2386 "rustix",
 2387 "windows-sys 0.59.0",
 2388 "winx",
 2389]
 2390
 2391[[package]]
 2392name = "cap-rand"
 2393version = "3.4.2"
 2394source = "registry+https://github.com/rust-lang/crates.io-index"
 2395checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
 2396dependencies = [
 2397 "ambient-authority",
 2398 "rand 0.8.5",
 2399]
 2400
 2401[[package]]
 2402name = "cap-std"
 2403version = "3.4.2"
 2404source = "registry+https://github.com/rust-lang/crates.io-index"
 2405checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
 2406dependencies = [
 2407 "cap-primitives",
 2408 "io-extras",
 2409 "io-lifetimes",
 2410 "rustix",
 2411]
 2412
 2413[[package]]
 2414name = "cap-time-ext"
 2415version = "3.4.2"
 2416source = "registry+https://github.com/rust-lang/crates.io-index"
 2417checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
 2418dependencies = [
 2419 "ambient-authority",
 2420 "cap-primitives",
 2421 "iana-time-zone",
 2422 "once_cell",
 2423 "rustix",
 2424 "winx",
 2425]
 2426
 2427[[package]]
 2428name = "cargo-platform"
 2429version = "0.1.9"
 2430source = "registry+https://github.com/rust-lang/crates.io-index"
 2431checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2432dependencies = [
 2433 "serde",
 2434]
 2435
 2436[[package]]
 2437name = "cargo_metadata"
 2438version = "0.19.2"
 2439source = "registry+https://github.com/rust-lang/crates.io-index"
 2440checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2441dependencies = [
 2442 "camino",
 2443 "cargo-platform",
 2444 "semver",
 2445 "serde",
 2446 "serde_json",
 2447 "thiserror 2.0.12",
 2448]
 2449
 2450[[package]]
 2451name = "cargo_toml"
 2452version = "0.21.0"
 2453source = "registry+https://github.com/rust-lang/crates.io-index"
 2454checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2455dependencies = [
 2456 "serde",
 2457 "toml 0.8.20",
 2458]
 2459
 2460[[package]]
 2461name = "cast"
 2462version = "0.3.0"
 2463source = "registry+https://github.com/rust-lang/crates.io-index"
 2464checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2465
 2466[[package]]
 2467name = "cbc"
 2468version = "0.1.2"
 2469source = "registry+https://github.com/rust-lang/crates.io-index"
 2470checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2471dependencies = [
 2472 "cipher",
 2473]
 2474
 2475[[package]]
 2476name = "cbindgen"
 2477version = "0.27.0"
 2478source = "registry+https://github.com/rust-lang/crates.io-index"
 2479checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
 2480dependencies = [
 2481 "clap",
 2482 "heck 0.4.1",
 2483 "indexmap",
 2484 "log",
 2485 "proc-macro2",
 2486 "quote",
 2487 "serde",
 2488 "serde_json",
 2489 "syn 2.0.100",
 2490 "tempfile",
 2491 "toml 0.8.20",
 2492]
 2493
 2494[[package]]
 2495name = "cbindgen"
 2496version = "0.28.0"
 2497source = "registry+https://github.com/rust-lang/crates.io-index"
 2498checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2499dependencies = [
 2500 "heck 0.4.1",
 2501 "indexmap",
 2502 "log",
 2503 "proc-macro2",
 2504 "quote",
 2505 "serde",
 2506 "serde_json",
 2507 "syn 2.0.100",
 2508 "tempfile",
 2509 "toml 0.8.20",
 2510]
 2511
 2512[[package]]
 2513name = "cc"
 2514version = "1.2.12"
 2515source = "registry+https://github.com/rust-lang/crates.io-index"
 2516checksum = "755717a7de9ec452bf7f3f1a3099085deabd7f2962b861dae91ecd7a365903d2"
 2517dependencies = [
 2518 "jobserver",
 2519 "libc",
 2520 "shlex",
 2521]
 2522
 2523[[package]]
 2524name = "cesu8"
 2525version = "1.1.0"
 2526source = "registry+https://github.com/rust-lang/crates.io-index"
 2527checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2528
 2529[[package]]
 2530name = "cexpr"
 2531version = "0.6.0"
 2532source = "registry+https://github.com/rust-lang/crates.io-index"
 2533checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2534dependencies = [
 2535 "nom",
 2536]
 2537
 2538[[package]]
 2539name = "cfg-expr"
 2540version = "0.15.8"
 2541source = "registry+https://github.com/rust-lang/crates.io-index"
 2542checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2543dependencies = [
 2544 "smallvec",
 2545 "target-lexicon 0.12.16",
 2546]
 2547
 2548[[package]]
 2549name = "cfg-if"
 2550version = "1.0.0"
 2551source = "registry+https://github.com/rust-lang/crates.io-index"
 2552checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 2553
 2554[[package]]
 2555name = "cfg_aliases"
 2556version = "0.1.1"
 2557source = "registry+https://github.com/rust-lang/crates.io-index"
 2558checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2559
 2560[[package]]
 2561name = "cfg_aliases"
 2562version = "0.2.1"
 2563source = "registry+https://github.com/rust-lang/crates.io-index"
 2564checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2565
 2566[[package]]
 2567name = "channel"
 2568version = "0.1.0"
 2569dependencies = [
 2570 "anyhow",
 2571 "client",
 2572 "clock",
 2573 "collections",
 2574 "futures 0.3.31",
 2575 "gpui",
 2576 "http_client",
 2577 "language",
 2578 "log",
 2579 "rand 0.8.5",
 2580 "release_channel",
 2581 "rpc",
 2582 "settings",
 2583 "sum_tree",
 2584 "text",
 2585 "time",
 2586 "util",
 2587]
 2588
 2589[[package]]
 2590name = "chrono"
 2591version = "0.4.40"
 2592source = "registry+https://github.com/rust-lang/crates.io-index"
 2593checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
 2594dependencies = [
 2595 "android-tzdata",
 2596 "iana-time-zone",
 2597 "js-sys",
 2598 "num-traits",
 2599 "serde",
 2600 "wasm-bindgen",
 2601 "windows-link",
 2602]
 2603
 2604[[package]]
 2605name = "chunked_transfer"
 2606version = "1.5.0"
 2607source = "registry+https://github.com/rust-lang/crates.io-index"
 2608checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2609
 2610[[package]]
 2611name = "ciborium"
 2612version = "0.2.2"
 2613source = "registry+https://github.com/rust-lang/crates.io-index"
 2614checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2615dependencies = [
 2616 "ciborium-io",
 2617 "ciborium-ll",
 2618 "serde",
 2619]
 2620
 2621[[package]]
 2622name = "ciborium-io"
 2623version = "0.2.2"
 2624source = "registry+https://github.com/rust-lang/crates.io-index"
 2625checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2626
 2627[[package]]
 2628name = "ciborium-ll"
 2629version = "0.2.2"
 2630source = "registry+https://github.com/rust-lang/crates.io-index"
 2631checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2632dependencies = [
 2633 "ciborium-io",
 2634 "half",
 2635]
 2636
 2637[[package]]
 2638name = "cipher"
 2639version = "0.4.4"
 2640source = "registry+https://github.com/rust-lang/crates.io-index"
 2641checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2642dependencies = [
 2643 "crypto-common",
 2644 "inout",
 2645 "zeroize",
 2646]
 2647
 2648[[package]]
 2649name = "circular-buffer"
 2650version = "1.0.0"
 2651source = "registry+https://github.com/rust-lang/crates.io-index"
 2652checksum = "4dacb91f972298e70fc507a2ffcaf1545807f1a36da586fb846646030adc542f"
 2653
 2654[[package]]
 2655name = "clang-sys"
 2656version = "1.8.1"
 2657source = "registry+https://github.com/rust-lang/crates.io-index"
 2658checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2659dependencies = [
 2660 "glob",
 2661 "libc",
 2662 "libloading",
 2663]
 2664
 2665[[package]]
 2666name = "clap"
 2667version = "4.5.32"
 2668source = "registry+https://github.com/rust-lang/crates.io-index"
 2669checksum = "6088f3ae8c3608d19260cd7445411865a485688711b78b5be70d78cd96136f83"
 2670dependencies = [
 2671 "clap_builder",
 2672 "clap_derive",
 2673]
 2674
 2675[[package]]
 2676name = "clap_builder"
 2677version = "4.5.32"
 2678source = "registry+https://github.com/rust-lang/crates.io-index"
 2679checksum = "22a7ef7f676155edfb82daa97f99441f3ebf4a58d5e32f295a56259f1b6facc8"
 2680dependencies = [
 2681 "anstream",
 2682 "anstyle",
 2683 "clap_lex",
 2684 "strsim",
 2685 "terminal_size",
 2686]
 2687
 2688[[package]]
 2689name = "clap_complete"
 2690version = "4.5.38"
 2691source = "registry+https://github.com/rust-lang/crates.io-index"
 2692checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
 2693dependencies = [
 2694 "clap",
 2695]
 2696
 2697[[package]]
 2698name = "clap_derive"
 2699version = "4.5.32"
 2700source = "registry+https://github.com/rust-lang/crates.io-index"
 2701checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
 2702dependencies = [
 2703 "heck 0.5.0",
 2704 "proc-macro2",
 2705 "quote",
 2706 "syn 2.0.100",
 2707]
 2708
 2709[[package]]
 2710name = "clap_lex"
 2711version = "0.7.4"
 2712source = "registry+https://github.com/rust-lang/crates.io-index"
 2713checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
 2714
 2715[[package]]
 2716name = "cli"
 2717version = "0.1.0"
 2718dependencies = [
 2719 "anyhow",
 2720 "clap",
 2721 "collections",
 2722 "core-foundation 0.9.4",
 2723 "core-services",
 2724 "exec",
 2725 "fork",
 2726 "ipc-channel",
 2727 "parking_lot",
 2728 "paths",
 2729 "plist",
 2730 "release_channel",
 2731 "serde",
 2732 "tempfile",
 2733 "util",
 2734 "windows 0.60.0",
 2735]
 2736
 2737[[package]]
 2738name = "client"
 2739version = "0.1.0"
 2740dependencies = [
 2741 "anyhow",
 2742 "async-native-tls",
 2743 "async-recursion 0.3.2",
 2744 "async-tungstenite",
 2745 "chrono",
 2746 "clock",
 2747 "cocoa 0.26.0",
 2748 "collections",
 2749 "credentials_provider",
 2750 "feature_flags",
 2751 "futures 0.3.31",
 2752 "gpui",
 2753 "http_client",
 2754 "http_client_tls",
 2755 "log",
 2756 "parking_lot",
 2757 "paths",
 2758 "postage",
 2759 "rand 0.8.5",
 2760 "release_channel",
 2761 "rpc",
 2762 "schemars",
 2763 "serde",
 2764 "serde_json",
 2765 "settings",
 2766 "sha2",
 2767 "smol",
 2768 "telemetry",
 2769 "telemetry_events",
 2770 "text",
 2771 "thiserror 2.0.12",
 2772 "time",
 2773 "tiny_http",
 2774 "tokio-socks",
 2775 "url",
 2776 "util",
 2777 "windows 0.60.0",
 2778 "worktree",
 2779]
 2780
 2781[[package]]
 2782name = "clock"
 2783version = "0.1.0"
 2784dependencies = [
 2785 "parking_lot",
 2786 "serde",
 2787 "smallvec",
 2788]
 2789
 2790[[package]]
 2791name = "cmake"
 2792version = "0.1.53"
 2793source = "registry+https://github.com/rust-lang/crates.io-index"
 2794checksum = "e24a03c8b52922d68a1589ad61032f2c1aa5a8158d2aa0d93c6e9534944bbad6"
 2795dependencies = [
 2796 "cc",
 2797]
 2798
 2799[[package]]
 2800name = "cobs"
 2801version = "0.2.3"
 2802source = "registry+https://github.com/rust-lang/crates.io-index"
 2803checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
 2804
 2805[[package]]
 2806name = "cocoa"
 2807version = "0.25.0"
 2808source = "registry+https://github.com/rust-lang/crates.io-index"
 2809checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 2810dependencies = [
 2811 "bitflags 1.3.2",
 2812 "block",
 2813 "cocoa-foundation 0.1.2",
 2814 "core-foundation 0.9.4",
 2815 "core-graphics 0.23.2",
 2816 "foreign-types 0.5.0",
 2817 "libc",
 2818 "objc",
 2819]
 2820
 2821[[package]]
 2822name = "cocoa"
 2823version = "0.26.0"
 2824source = "registry+https://github.com/rust-lang/crates.io-index"
 2825checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 2826dependencies = [
 2827 "bitflags 2.8.0",
 2828 "block",
 2829 "cocoa-foundation 0.2.0",
 2830 "core-foundation 0.10.0",
 2831 "core-graphics 0.24.0",
 2832 "foreign-types 0.5.0",
 2833 "libc",
 2834 "objc",
 2835]
 2836
 2837[[package]]
 2838name = "cocoa-foundation"
 2839version = "0.1.2"
 2840source = "registry+https://github.com/rust-lang/crates.io-index"
 2841checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 2842dependencies = [
 2843 "bitflags 1.3.2",
 2844 "block",
 2845 "core-foundation 0.9.4",
 2846 "core-graphics-types 0.1.3",
 2847 "libc",
 2848 "objc",
 2849]
 2850
 2851[[package]]
 2852name = "cocoa-foundation"
 2853version = "0.2.0"
 2854source = "registry+https://github.com/rust-lang/crates.io-index"
 2855checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 2856dependencies = [
 2857 "bitflags 2.8.0",
 2858 "block",
 2859 "core-foundation 0.10.0",
 2860 "core-graphics-types 0.2.0",
 2861 "libc",
 2862 "objc",
 2863]
 2864
 2865[[package]]
 2866name = "codespan-reporting"
 2867version = "0.11.1"
 2868source = "registry+https://github.com/rust-lang/crates.io-index"
 2869checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
 2870dependencies = [
 2871 "termcolor",
 2872 "unicode-width",
 2873]
 2874
 2875[[package]]
 2876name = "collab"
 2877version = "0.44.0"
 2878dependencies = [
 2879 "anthropic",
 2880 "anyhow",
 2881 "assistant",
 2882 "assistant_context_editor",
 2883 "assistant_slash_command",
 2884 "assistant_tool",
 2885 "async-stripe",
 2886 "async-trait",
 2887 "async-tungstenite",
 2888 "audio",
 2889 "aws-config",
 2890 "aws-sdk-kinesis",
 2891 "aws-sdk-s3",
 2892 "axum",
 2893 "axum-extra",
 2894 "base64 0.22.1",
 2895 "buffer_diff",
 2896 "call",
 2897 "channel",
 2898 "chrono",
 2899 "client",
 2900 "clock",
 2901 "collab_ui",
 2902 "collections",
 2903 "command_palette_hooks",
 2904 "context_server",
 2905 "ctor",
 2906 "dap",
 2907 "dashmap 6.1.0",
 2908 "debugger_ui",
 2909 "derive_more",
 2910 "editor",
 2911 "env_logger 0.11.7",
 2912 "envy",
 2913 "extension",
 2914 "file_finder",
 2915 "fs",
 2916 "futures 0.3.31",
 2917 "git",
 2918 "git_hosting_providers",
 2919 "git_ui",
 2920 "google_ai",
 2921 "gpui",
 2922 "hex",
 2923 "http_client",
 2924 "hyper 0.14.32",
 2925 "indoc",
 2926 "jsonwebtoken",
 2927 "language",
 2928 "language_model",
 2929 "livekit_api",
 2930 "livekit_client",
 2931 "livekit_client_macos",
 2932 "log",
 2933 "lsp",
 2934 "menu",
 2935 "multi_buffer",
 2936 "nanoid",
 2937 "node_runtime",
 2938 "notifications",
 2939 "open_ai",
 2940 "parking_lot",
 2941 "pretty_assertions",
 2942 "project",
 2943 "prometheus",
 2944 "prompt_store",
 2945 "prost 0.9.0",
 2946 "rand 0.8.5",
 2947 "recent_projects",
 2948 "release_channel",
 2949 "remote",
 2950 "remote_server",
 2951 "reqwest 0.11.27",
 2952 "reqwest_client",
 2953 "rpc",
 2954 "rustc-demangle",
 2955 "scrypt",
 2956 "sea-orm",
 2957 "semantic_version",
 2958 "semver",
 2959 "serde",
 2960 "serde_derive",
 2961 "serde_json",
 2962 "session",
 2963 "settings",
 2964 "sha2",
 2965 "sqlx",
 2966 "strum",
 2967 "subtle",
 2968 "supermaven_api",
 2969 "telemetry_events",
 2970 "text",
 2971 "theme",
 2972 "thiserror 2.0.12",
 2973 "time",
 2974 "tokio",
 2975 "toml 0.8.20",
 2976 "tower",
 2977 "tower-http 0.4.4",
 2978 "tracing",
 2979 "tracing-subscriber",
 2980 "unindent",
 2981 "util",
 2982 "uuid",
 2983 "workspace",
 2984 "worktree",
 2985]
 2986
 2987[[package]]
 2988name = "collab_ui"
 2989version = "0.1.0"
 2990dependencies = [
 2991 "anyhow",
 2992 "call",
 2993 "channel",
 2994 "chrono",
 2995 "client",
 2996 "collections",
 2997 "db",
 2998 "editor",
 2999 "emojis",
 3000 "futures 0.3.31",
 3001 "fuzzy",
 3002 "gpui",
 3003 "http_client",
 3004 "language",
 3005 "menu",
 3006 "notifications",
 3007 "picker",
 3008 "pretty_assertions",
 3009 "project",
 3010 "release_channel",
 3011 "rich_text",
 3012 "rpc",
 3013 "schemars",
 3014 "serde",
 3015 "serde_derive",
 3016 "serde_json",
 3017 "settings",
 3018 "smallvec",
 3019 "story",
 3020 "telemetry",
 3021 "theme",
 3022 "time",
 3023 "time_format",
 3024 "title_bar",
 3025 "tree-sitter-md",
 3026 "ui",
 3027 "util",
 3028 "workspace",
 3029]
 3030
 3031[[package]]
 3032name = "collections"
 3033version = "0.1.0"
 3034dependencies = [
 3035 "indexmap",
 3036 "rustc-hash 2.1.1",
 3037]
 3038
 3039[[package]]
 3040name = "color_quant"
 3041version = "1.1.0"
 3042source = "registry+https://github.com/rust-lang/crates.io-index"
 3043checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3044
 3045[[package]]
 3046name = "colorchoice"
 3047version = "1.0.3"
 3048source = "registry+https://github.com/rust-lang/crates.io-index"
 3049checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
 3050
 3051[[package]]
 3052name = "combine"
 3053version = "4.6.7"
 3054source = "registry+https://github.com/rust-lang/crates.io-index"
 3055checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3056dependencies = [
 3057 "bytes 1.10.1",
 3058 "memchr",
 3059]
 3060
 3061[[package]]
 3062name = "command_palette"
 3063version = "0.1.0"
 3064dependencies = [
 3065 "client",
 3066 "collections",
 3067 "command_palette_hooks",
 3068 "ctor",
 3069 "editor",
 3070 "env_logger 0.11.7",
 3071 "fuzzy",
 3072 "go_to_line",
 3073 "gpui",
 3074 "language",
 3075 "menu",
 3076 "picker",
 3077 "postage",
 3078 "project",
 3079 "serde",
 3080 "serde_json",
 3081 "settings",
 3082 "telemetry",
 3083 "theme",
 3084 "ui",
 3085 "util",
 3086 "workspace",
 3087 "zed_actions",
 3088]
 3089
 3090[[package]]
 3091name = "command_palette_hooks"
 3092version = "0.1.0"
 3093dependencies = [
 3094 "collections",
 3095 "derive_more",
 3096 "gpui",
 3097]
 3098
 3099[[package]]
 3100name = "component"
 3101version = "0.1.0"
 3102dependencies = [
 3103 "collections",
 3104 "gpui",
 3105 "linkme",
 3106 "parking_lot",
 3107 "theme",
 3108]
 3109
 3110[[package]]
 3111name = "component_preview"
 3112version = "0.1.0"
 3113dependencies = [
 3114 "client",
 3115 "collections",
 3116 "component",
 3117 "gpui",
 3118 "languages",
 3119 "notifications",
 3120 "project",
 3121 "ui",
 3122 "workspace",
 3123]
 3124
 3125[[package]]
 3126name = "concurrent-queue"
 3127version = "2.5.0"
 3128source = "registry+https://github.com/rust-lang/crates.io-index"
 3129checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3130dependencies = [
 3131 "crossbeam-utils",
 3132]
 3133
 3134[[package]]
 3135name = "console"
 3136version = "0.15.8"
 3137source = "registry+https://github.com/rust-lang/crates.io-index"
 3138checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
 3139dependencies = [
 3140 "encode_unicode",
 3141 "lazy_static",
 3142 "libc",
 3143 "unicode-width",
 3144 "windows-sys 0.52.0",
 3145]
 3146
 3147[[package]]
 3148name = "const-oid"
 3149version = "0.9.6"
 3150source = "registry+https://github.com/rust-lang/crates.io-index"
 3151checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3152
 3153[[package]]
 3154name = "const-random"
 3155version = "0.1.18"
 3156source = "registry+https://github.com/rust-lang/crates.io-index"
 3157checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3158dependencies = [
 3159 "const-random-macro",
 3160]
 3161
 3162[[package]]
 3163name = "const-random-macro"
 3164version = "0.1.16"
 3165source = "registry+https://github.com/rust-lang/crates.io-index"
 3166checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3167dependencies = [
 3168 "getrandom 0.2.15",
 3169 "once_cell",
 3170 "tiny-keccak",
 3171]
 3172
 3173[[package]]
 3174name = "constant_time_eq"
 3175version = "0.1.5"
 3176source = "registry+https://github.com/rust-lang/crates.io-index"
 3177checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3178
 3179[[package]]
 3180name = "constant_time_eq"
 3181version = "0.3.1"
 3182source = "registry+https://github.com/rust-lang/crates.io-index"
 3183checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
 3184
 3185[[package]]
 3186name = "context_server"
 3187version = "0.1.0"
 3188dependencies = [
 3189 "anyhow",
 3190 "assistant_tool",
 3191 "async-trait",
 3192 "collections",
 3193 "command_palette_hooks",
 3194 "context_server_settings",
 3195 "extension",
 3196 "futures 0.3.31",
 3197 "gpui",
 3198 "language_model",
 3199 "log",
 3200 "parking_lot",
 3201 "postage",
 3202 "project",
 3203 "serde",
 3204 "serde_json",
 3205 "settings",
 3206 "smol",
 3207 "url",
 3208 "util",
 3209]
 3210
 3211[[package]]
 3212name = "context_server_settings"
 3213version = "0.1.0"
 3214dependencies = [
 3215 "anyhow",
 3216 "collections",
 3217 "gpui",
 3218 "schemars",
 3219 "serde",
 3220 "serde_json",
 3221 "settings",
 3222]
 3223
 3224[[package]]
 3225name = "convert_case"
 3226version = "0.4.0"
 3227source = "registry+https://github.com/rust-lang/crates.io-index"
 3228checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
 3229
 3230[[package]]
 3231name = "convert_case"
 3232version = "0.8.0"
 3233source = "registry+https://github.com/rust-lang/crates.io-index"
 3234checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3235dependencies = [
 3236 "unicode-segmentation",
 3237]
 3238
 3239[[package]]
 3240name = "copilot"
 3241version = "0.1.0"
 3242dependencies = [
 3243 "anyhow",
 3244 "async-compression",
 3245 "async-std",
 3246 "async-tar",
 3247 "chrono",
 3248 "client",
 3249 "clock",
 3250 "collections",
 3251 "command_palette_hooks",
 3252 "ctor",
 3253 "editor",
 3254 "env_logger 0.11.7",
 3255 "fs",
 3256 "futures 0.3.31",
 3257 "gpui",
 3258 "http_client",
 3259 "indoc",
 3260 "inline_completion",
 3261 "language",
 3262 "log",
 3263 "lsp",
 3264 "menu",
 3265 "node_runtime",
 3266 "parking_lot",
 3267 "paths",
 3268 "project",
 3269 "rpc",
 3270 "schemars",
 3271 "serde",
 3272 "serde_json",
 3273 "settings",
 3274 "smol",
 3275 "strum",
 3276 "task",
 3277 "theme",
 3278 "ui",
 3279 "util",
 3280 "workspace",
 3281]
 3282
 3283[[package]]
 3284name = "core-foundation"
 3285version = "0.9.4"
 3286source = "registry+https://github.com/rust-lang/crates.io-index"
 3287checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3288dependencies = [
 3289 "core-foundation-sys",
 3290 "libc",
 3291]
 3292
 3293[[package]]
 3294name = "core-foundation"
 3295version = "0.10.0"
 3296source = "registry+https://github.com/rust-lang/crates.io-index"
 3297checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3298dependencies = [
 3299 "core-foundation-sys",
 3300 "libc",
 3301]
 3302
 3303[[package]]
 3304name = "core-foundation-sys"
 3305version = "0.8.7"
 3306source = "registry+https://github.com/rust-lang/crates.io-index"
 3307checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3308
 3309[[package]]
 3310name = "core-graphics"
 3311version = "0.23.2"
 3312source = "registry+https://github.com/rust-lang/crates.io-index"
 3313checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3314dependencies = [
 3315 "bitflags 1.3.2",
 3316 "core-foundation 0.9.4",
 3317 "core-graphics-types 0.1.3",
 3318 "foreign-types 0.5.0",
 3319 "libc",
 3320]
 3321
 3322[[package]]
 3323name = "core-graphics"
 3324version = "0.24.0"
 3325source = "registry+https://github.com/rust-lang/crates.io-index"
 3326checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3327dependencies = [
 3328 "bitflags 2.8.0",
 3329 "core-foundation 0.10.0",
 3330 "core-graphics-types 0.2.0",
 3331 "foreign-types 0.5.0",
 3332 "libc",
 3333]
 3334
 3335[[package]]
 3336name = "core-graphics-types"
 3337version = "0.1.3"
 3338source = "registry+https://github.com/rust-lang/crates.io-index"
 3339checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3340dependencies = [
 3341 "bitflags 1.3.2",
 3342 "core-foundation 0.9.4",
 3343 "libc",
 3344]
 3345
 3346[[package]]
 3347name = "core-graphics-types"
 3348version = "0.2.0"
 3349source = "registry+https://github.com/rust-lang/crates.io-index"
 3350checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3351dependencies = [
 3352 "bitflags 2.8.0",
 3353 "core-foundation 0.10.0",
 3354 "libc",
 3355]
 3356
 3357[[package]]
 3358name = "core-services"
 3359version = "0.2.1"
 3360source = "registry+https://github.com/rust-lang/crates.io-index"
 3361checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3362dependencies = [
 3363 "core-foundation 0.9.4",
 3364]
 3365
 3366[[package]]
 3367name = "core-text"
 3368version = "20.1.0"
 3369source = "registry+https://github.com/rust-lang/crates.io-index"
 3370checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
 3371dependencies = [
 3372 "core-foundation 0.9.4",
 3373 "core-graphics 0.23.2",
 3374 "foreign-types 0.5.0",
 3375 "libc",
 3376]
 3377
 3378[[package]]
 3379name = "core_maths"
 3380version = "0.1.1"
 3381source = "registry+https://github.com/rust-lang/crates.io-index"
 3382checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3383dependencies = [
 3384 "libm",
 3385]
 3386
 3387[[package]]
 3388name = "coreaudio-rs"
 3389version = "0.11.3"
 3390source = "registry+https://github.com/rust-lang/crates.io-index"
 3391checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
 3392dependencies = [
 3393 "bitflags 1.3.2",
 3394 "core-foundation-sys",
 3395 "coreaudio-sys",
 3396]
 3397
 3398[[package]]
 3399name = "coreaudio-rs"
 3400version = "0.12.1"
 3401source = "registry+https://github.com/rust-lang/crates.io-index"
 3402checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3403dependencies = [
 3404 "bitflags 1.3.2",
 3405 "core-foundation-sys",
 3406 "coreaudio-sys",
 3407]
 3408
 3409[[package]]
 3410name = "coreaudio-sys"
 3411version = "0.2.16"
 3412source = "registry+https://github.com/rust-lang/crates.io-index"
 3413checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
 3414dependencies = [
 3415 "bindgen 0.70.1",
 3416]
 3417
 3418[[package]]
 3419name = "cosmic-text"
 3420version = "0.11.2"
 3421source = "git+https://github.com/pop-os/cosmic-text?rev=542b20c#542b20ca4376a3b5de5fa629db1a4ace44e18e0c"
 3422dependencies = [
 3423 "bitflags 2.8.0",
 3424 "fontdb 0.18.0",
 3425 "log",
 3426 "rangemap",
 3427 "rayon",
 3428 "rustc-hash 1.1.0",
 3429 "rustybuzz 0.14.1",
 3430 "self_cell",
 3431 "swash",
 3432 "sys-locale",
 3433 "ttf-parser 0.21.1",
 3434 "unicode-bidi",
 3435 "unicode-linebreak",
 3436 "unicode-script",
 3437 "unicode-segmentation",
 3438]
 3439
 3440[[package]]
 3441name = "cpal"
 3442version = "0.15.3"
 3443source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
 3444dependencies = [
 3445 "alsa",
 3446 "core-foundation-sys",
 3447 "coreaudio-rs 0.11.3",
 3448 "dasp_sample",
 3449 "jni",
 3450 "js-sys",
 3451 "libc",
 3452 "mach2",
 3453 "ndk",
 3454 "ndk-context",
 3455 "oboe",
 3456 "wasm-bindgen",
 3457 "wasm-bindgen-futures",
 3458 "web-sys",
 3459 "windows 0.54.0",
 3460]
 3461
 3462[[package]]
 3463name = "cpp_demangle"
 3464version = "0.4.4"
 3465source = "registry+https://github.com/rust-lang/crates.io-index"
 3466checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
 3467dependencies = [
 3468 "cfg-if",
 3469]
 3470
 3471[[package]]
 3472name = "cpufeatures"
 3473version = "0.2.16"
 3474source = "registry+https://github.com/rust-lang/crates.io-index"
 3475checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
 3476dependencies = [
 3477 "libc",
 3478]
 3479
 3480[[package]]
 3481name = "cranelift-bforest"
 3482version = "0.116.1"
 3483source = "registry+https://github.com/rust-lang/crates.io-index"
 3484checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
 3485dependencies = [
 3486 "cranelift-entity",
 3487]
 3488
 3489[[package]]
 3490name = "cranelift-bitset"
 3491version = "0.116.1"
 3492source = "registry+https://github.com/rust-lang/crates.io-index"
 3493checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
 3494dependencies = [
 3495 "serde",
 3496 "serde_derive",
 3497]
 3498
 3499[[package]]
 3500name = "cranelift-codegen"
 3501version = "0.116.1"
 3502source = "registry+https://github.com/rust-lang/crates.io-index"
 3503checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
 3504dependencies = [
 3505 "bumpalo",
 3506 "cranelift-bforest",
 3507 "cranelift-bitset",
 3508 "cranelift-codegen-meta",
 3509 "cranelift-codegen-shared",
 3510 "cranelift-control",
 3511 "cranelift-entity",
 3512 "cranelift-isle",
 3513 "gimli",
 3514 "hashbrown 0.14.5",
 3515 "log",
 3516 "regalloc2",
 3517 "rustc-hash 2.1.1",
 3518 "serde",
 3519 "smallvec",
 3520 "target-lexicon 0.13.2",
 3521]
 3522
 3523[[package]]
 3524name = "cranelift-codegen-meta"
 3525version = "0.116.1"
 3526source = "registry+https://github.com/rust-lang/crates.io-index"
 3527checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
 3528dependencies = [
 3529 "cranelift-codegen-shared",
 3530]
 3531
 3532[[package]]
 3533name = "cranelift-codegen-shared"
 3534version = "0.116.1"
 3535source = "registry+https://github.com/rust-lang/crates.io-index"
 3536checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
 3537
 3538[[package]]
 3539name = "cranelift-control"
 3540version = "0.116.1"
 3541source = "registry+https://github.com/rust-lang/crates.io-index"
 3542checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
 3543dependencies = [
 3544 "arbitrary",
 3545]
 3546
 3547[[package]]
 3548name = "cranelift-entity"
 3549version = "0.116.1"
 3550source = "registry+https://github.com/rust-lang/crates.io-index"
 3551checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
 3552dependencies = [
 3553 "cranelift-bitset",
 3554 "serde",
 3555 "serde_derive",
 3556]
 3557
 3558[[package]]
 3559name = "cranelift-frontend"
 3560version = "0.116.1"
 3561source = "registry+https://github.com/rust-lang/crates.io-index"
 3562checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
 3563dependencies = [
 3564 "cranelift-codegen",
 3565 "log",
 3566 "smallvec",
 3567 "target-lexicon 0.13.2",
 3568]
 3569
 3570[[package]]
 3571name = "cranelift-isle"
 3572version = "0.116.1"
 3573source = "registry+https://github.com/rust-lang/crates.io-index"
 3574checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
 3575
 3576[[package]]
 3577name = "cranelift-native"
 3578version = "0.116.1"
 3579source = "registry+https://github.com/rust-lang/crates.io-index"
 3580checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
 3581dependencies = [
 3582 "cranelift-codegen",
 3583 "libc",
 3584 "target-lexicon 0.13.2",
 3585]
 3586
 3587[[package]]
 3588name = "crc"
 3589version = "3.2.1"
 3590source = "registry+https://github.com/rust-lang/crates.io-index"
 3591checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
 3592dependencies = [
 3593 "crc-catalog",
 3594]
 3595
 3596[[package]]
 3597name = "crc-catalog"
 3598version = "2.4.0"
 3599source = "registry+https://github.com/rust-lang/crates.io-index"
 3600checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 3601
 3602[[package]]
 3603name = "crc32c"
 3604version = "0.6.8"
 3605source = "registry+https://github.com/rust-lang/crates.io-index"
 3606checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
 3607dependencies = [
 3608 "rustc_version",
 3609]
 3610
 3611[[package]]
 3612name = "crc32fast"
 3613version = "1.4.2"
 3614source = "registry+https://github.com/rust-lang/crates.io-index"
 3615checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
 3616dependencies = [
 3617 "cfg-if",
 3618]
 3619
 3620[[package]]
 3621name = "crc64fast-nvme"
 3622version = "1.1.1"
 3623source = "registry+https://github.com/rust-lang/crates.io-index"
 3624checksum = "d5e2ee08013e3f228d6d2394116c4549a6df77708442c62d887d83f68ef2ee37"
 3625dependencies = [
 3626 "cbindgen 0.27.0",
 3627 "crc",
 3628]
 3629
 3630[[package]]
 3631name = "credentials_provider"
 3632version = "0.1.0"
 3633dependencies = [
 3634 "anyhow",
 3635 "futures 0.3.31",
 3636 "gpui",
 3637 "paths",
 3638 "release_channel",
 3639 "serde",
 3640 "serde_json",
 3641]
 3642
 3643[[package]]
 3644name = "criterion"
 3645version = "0.5.1"
 3646source = "registry+https://github.com/rust-lang/crates.io-index"
 3647checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 3648dependencies = [
 3649 "anes",
 3650 "cast",
 3651 "ciborium",
 3652 "clap",
 3653 "criterion-plot",
 3654 "is-terminal",
 3655 "itertools 0.10.5",
 3656 "num-traits",
 3657 "once_cell",
 3658 "oorandom",
 3659 "plotters",
 3660 "rayon",
 3661 "regex",
 3662 "serde",
 3663 "serde_derive",
 3664 "serde_json",
 3665 "tinytemplate",
 3666 "walkdir",
 3667]
 3668
 3669[[package]]
 3670name = "criterion-plot"
 3671version = "0.5.0"
 3672source = "registry+https://github.com/rust-lang/crates.io-index"
 3673checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 3674dependencies = [
 3675 "cast",
 3676 "itertools 0.10.5",
 3677]
 3678
 3679[[package]]
 3680name = "crossbeam-channel"
 3681version = "0.5.13"
 3682source = "registry+https://github.com/rust-lang/crates.io-index"
 3683checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
 3684dependencies = [
 3685 "crossbeam-utils",
 3686]
 3687
 3688[[package]]
 3689name = "crossbeam-deque"
 3690version = "0.8.5"
 3691source = "registry+https://github.com/rust-lang/crates.io-index"
 3692checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
 3693dependencies = [
 3694 "crossbeam-epoch",
 3695 "crossbeam-utils",
 3696]
 3697
 3698[[package]]
 3699name = "crossbeam-epoch"
 3700version = "0.9.18"
 3701source = "registry+https://github.com/rust-lang/crates.io-index"
 3702checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 3703dependencies = [
 3704 "crossbeam-utils",
 3705]
 3706
 3707[[package]]
 3708name = "crossbeam-queue"
 3709version = "0.3.11"
 3710source = "registry+https://github.com/rust-lang/crates.io-index"
 3711checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
 3712dependencies = [
 3713 "crossbeam-utils",
 3714]
 3715
 3716[[package]]
 3717name = "crossbeam-utils"
 3718version = "0.8.20"
 3719source = "registry+https://github.com/rust-lang/crates.io-index"
 3720checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
 3721
 3722[[package]]
 3723name = "crunchy"
 3724version = "0.2.2"
 3725source = "registry+https://github.com/rust-lang/crates.io-index"
 3726checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
 3727
 3728[[package]]
 3729name = "crypto-bigint"
 3730version = "0.4.9"
 3731source = "registry+https://github.com/rust-lang/crates.io-index"
 3732checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 3733dependencies = [
 3734 "generic-array",
 3735 "rand_core 0.6.4",
 3736 "subtle",
 3737 "zeroize",
 3738]
 3739
 3740[[package]]
 3741name = "crypto-bigint"
 3742version = "0.5.5"
 3743source = "registry+https://github.com/rust-lang/crates.io-index"
 3744checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 3745dependencies = [
 3746 "rand_core 0.6.4",
 3747 "subtle",
 3748]
 3749
 3750[[package]]
 3751name = "crypto-common"
 3752version = "0.1.6"
 3753source = "registry+https://github.com/rust-lang/crates.io-index"
 3754checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 3755dependencies = [
 3756 "generic-array",
 3757 "rand_core 0.6.4",
 3758 "typenum",
 3759]
 3760
 3761[[package]]
 3762name = "ctor"
 3763version = "0.4.1"
 3764source = "registry+https://github.com/rust-lang/crates.io-index"
 3765checksum = "07e9666f4a9a948d4f1dff0c08a4512b0f7c86414b23960104c243c10d79f4c3"
 3766dependencies = [
 3767 "ctor-proc-macro",
 3768 "dtor",
 3769]
 3770
 3771[[package]]
 3772name = "ctor-proc-macro"
 3773version = "0.0.5"
 3774source = "registry+https://github.com/rust-lang/crates.io-index"
 3775checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
 3776
 3777[[package]]
 3778name = "ctrlc"
 3779version = "3.4.5"
 3780source = "registry+https://github.com/rust-lang/crates.io-index"
 3781checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
 3782dependencies = [
 3783 "nix",
 3784 "windows-sys 0.59.0",
 3785]
 3786
 3787[[package]]
 3788name = "cursor-icon"
 3789version = "1.1.0"
 3790source = "registry+https://github.com/rust-lang/crates.io-index"
 3791checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
 3792
 3793[[package]]
 3794name = "cxx"
 3795version = "1.0.134"
 3796source = "registry+https://github.com/rust-lang/crates.io-index"
 3797checksum = "a5a32d755fe20281b46118ee4b507233311fb7a48a0cfd42f554b93640521a2f"
 3798dependencies = [
 3799 "cc",
 3800 "cxxbridge-cmd",
 3801 "cxxbridge-flags",
 3802 "cxxbridge-macro",
 3803 "foldhash",
 3804 "link-cplusplus",
 3805]
 3806
 3807[[package]]
 3808name = "cxx-build"
 3809version = "1.0.134"
 3810source = "registry+https://github.com/rust-lang/crates.io-index"
 3811checksum = "11645536ada5d1c8804312cbffc9ab950f2216154de431de930da47ca6955199"
 3812dependencies = [
 3813 "cc",
 3814 "codespan-reporting",
 3815 "proc-macro2",
 3816 "quote",
 3817 "scratch",
 3818 "syn 2.0.100",
 3819]
 3820
 3821[[package]]
 3822name = "cxxbridge-cmd"
 3823version = "1.0.134"
 3824source = "registry+https://github.com/rust-lang/crates.io-index"
 3825checksum = "ebcc9c78e3c7289665aab921a2b394eaffe8bdb369aa18d81ffc0f534fd49385"
 3826dependencies = [
 3827 "clap",
 3828 "codespan-reporting",
 3829 "proc-macro2",
 3830 "quote",
 3831 "syn 2.0.100",
 3832]
 3833
 3834[[package]]
 3835name = "cxxbridge-flags"
 3836version = "1.0.134"
 3837source = "registry+https://github.com/rust-lang/crates.io-index"
 3838checksum = "3a22a87bd9e78d7204d793261470a4c9d585154fddd251828d8aefbb5f74c3bf"
 3839
 3840[[package]]
 3841name = "cxxbridge-macro"
 3842version = "1.0.134"
 3843source = "registry+https://github.com/rust-lang/crates.io-index"
 3844checksum = "1dfdb020ff8787c5daf6e0dca743005cc8782868faeadfbabb8824ede5cb1c72"
 3845dependencies = [
 3846 "proc-macro2",
 3847 "quote",
 3848 "rustversion",
 3849 "syn 2.0.100",
 3850]
 3851
 3852[[package]]
 3853name = "dap"
 3854version = "0.1.0"
 3855dependencies = [
 3856 "anyhow",
 3857 "async-compression",
 3858 "async-pipe",
 3859 "async-tar",
 3860 "async-trait",
 3861 "client",
 3862 "collections",
 3863 "dap-types",
 3864 "env_logger 0.11.7",
 3865 "fs",
 3866 "futures 0.3.31",
 3867 "gpui",
 3868 "http_client",
 3869 "language",
 3870 "log",
 3871 "node_runtime",
 3872 "parking_lot",
 3873 "paths",
 3874 "schemars",
 3875 "serde",
 3876 "serde_json",
 3877 "settings",
 3878 "smallvec",
 3879 "smol",
 3880 "task",
 3881 "util",
 3882]
 3883
 3884[[package]]
 3885name = "dap-types"
 3886version = "0.0.1"
 3887source = "git+https://github.com/zed-industries/dap-types?rev=bfd4af0#bfd4af084bbaa5f344e6925370d7642e41d0b5b8"
 3888dependencies = [
 3889 "schemars",
 3890 "serde",
 3891 "serde_json",
 3892]
 3893
 3894[[package]]
 3895name = "dap_adapters"
 3896version = "0.1.0"
 3897dependencies = [
 3898 "anyhow",
 3899 "async-trait",
 3900 "dap",
 3901 "gpui",
 3902 "language",
 3903 "paths",
 3904 "regex",
 3905 "serde",
 3906 "serde_json",
 3907 "sysinfo",
 3908 "task",
 3909 "util",
 3910]
 3911
 3912[[package]]
 3913name = "dashmap"
 3914version = "5.5.3"
 3915source = "registry+https://github.com/rust-lang/crates.io-index"
 3916checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
 3917dependencies = [
 3918 "cfg-if",
 3919 "hashbrown 0.14.5",
 3920 "lock_api",
 3921 "once_cell",
 3922 "parking_lot_core",
 3923]
 3924
 3925[[package]]
 3926name = "dashmap"
 3927version = "6.1.0"
 3928source = "registry+https://github.com/rust-lang/crates.io-index"
 3929checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 3930dependencies = [
 3931 "cfg-if",
 3932 "crossbeam-utils",
 3933 "hashbrown 0.14.5",
 3934 "lock_api",
 3935 "once_cell",
 3936 "parking_lot_core",
 3937]
 3938
 3939[[package]]
 3940name = "dasp_sample"
 3941version = "0.11.0"
 3942source = "registry+https://github.com/rust-lang/crates.io-index"
 3943checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 3944
 3945[[package]]
 3946name = "data-encoding"
 3947version = "2.6.0"
 3948source = "registry+https://github.com/rust-lang/crates.io-index"
 3949checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
 3950
 3951[[package]]
 3952name = "data-url"
 3953version = "0.3.1"
 3954source = "registry+https://github.com/rust-lang/crates.io-index"
 3955checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
 3956
 3957[[package]]
 3958name = "db"
 3959version = "0.1.0"
 3960dependencies = [
 3961 "anyhow",
 3962 "gpui",
 3963 "indoc",
 3964 "log",
 3965 "paths",
 3966 "release_channel",
 3967 "smol",
 3968 "sqlez",
 3969 "sqlez_macros",
 3970 "tempfile",
 3971 "util",
 3972]
 3973
 3974[[package]]
 3975name = "dbus"
 3976version = "0.9.7"
 3977source = "registry+https://github.com/rust-lang/crates.io-index"
 3978checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
 3979dependencies = [
 3980 "libc",
 3981 "libdbus-sys",
 3982 "winapi",
 3983]
 3984
 3985[[package]]
 3986name = "debugger_tools"
 3987version = "0.1.0"
 3988dependencies = [
 3989 "anyhow",
 3990 "dap",
 3991 "editor",
 3992 "futures 0.3.31",
 3993 "gpui",
 3994 "project",
 3995 "serde_json",
 3996 "settings",
 3997 "smol",
 3998 "util",
 3999 "workspace",
 4000]
 4001
 4002[[package]]
 4003name = "debugger_ui"
 4004version = "0.1.0"
 4005dependencies = [
 4006 "anyhow",
 4007 "client",
 4008 "collections",
 4009 "command_palette_hooks",
 4010 "dap",
 4011 "editor",
 4012 "env_logger 0.11.7",
 4013 "feature_flags",
 4014 "futures 0.3.31",
 4015 "fuzzy",
 4016 "gpui",
 4017 "language",
 4018 "log",
 4019 "menu",
 4020 "picker",
 4021 "pretty_assertions",
 4022 "project",
 4023 "rpc",
 4024 "serde",
 4025 "serde_json",
 4026 "settings",
 4027 "sysinfo",
 4028 "task",
 4029 "terminal_view",
 4030 "theme",
 4031 "ui",
 4032 "unindent",
 4033 "util",
 4034 "workspace",
 4035]
 4036
 4037[[package]]
 4038name = "deepseek"
 4039version = "0.1.0"
 4040dependencies = [
 4041 "anyhow",
 4042 "futures 0.3.31",
 4043 "http_client",
 4044 "schemars",
 4045 "serde",
 4046 "serde_json",
 4047]
 4048
 4049[[package]]
 4050name = "deflate64"
 4051version = "0.1.9"
 4052source = "registry+https://github.com/rust-lang/crates.io-index"
 4053checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
 4054
 4055[[package]]
 4056name = "der"
 4057version = "0.6.1"
 4058source = "registry+https://github.com/rust-lang/crates.io-index"
 4059checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4060dependencies = [
 4061 "const-oid",
 4062 "zeroize",
 4063]
 4064
 4065[[package]]
 4066name = "der"
 4067version = "0.7.9"
 4068source = "registry+https://github.com/rust-lang/crates.io-index"
 4069checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
 4070dependencies = [
 4071 "const-oid",
 4072 "pem-rfc7468",
 4073 "zeroize",
 4074]
 4075
 4076[[package]]
 4077name = "deranged"
 4078version = "0.4.0"
 4079source = "registry+https://github.com/rust-lang/crates.io-index"
 4080checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
 4081dependencies = [
 4082 "powerfmt",
 4083 "serde",
 4084]
 4085
 4086[[package]]
 4087name = "derive_more"
 4088version = "0.99.19"
 4089source = "registry+https://github.com/rust-lang/crates.io-index"
 4090checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
 4091dependencies = [
 4092 "convert_case 0.4.0",
 4093 "proc-macro2",
 4094 "quote",
 4095 "rustc_version",
 4096 "syn 2.0.100",
 4097]
 4098
 4099[[package]]
 4100name = "derive_refineable"
 4101version = "0.1.0"
 4102dependencies = [
 4103 "proc-macro2",
 4104 "quote",
 4105 "syn 1.0.109",
 4106]
 4107
 4108[[package]]
 4109name = "diagnostics"
 4110version = "0.1.0"
 4111dependencies = [
 4112 "anyhow",
 4113 "client",
 4114 "collections",
 4115 "ctor",
 4116 "editor",
 4117 "env_logger 0.11.7",
 4118 "gpui",
 4119 "language",
 4120 "log",
 4121 "lsp",
 4122 "pretty_assertions",
 4123 "project",
 4124 "rand 0.8.5",
 4125 "serde",
 4126 "serde_json",
 4127 "settings",
 4128 "theme",
 4129 "ui",
 4130 "unindent",
 4131 "util",
 4132 "workspace",
 4133]
 4134
 4135[[package]]
 4136name = "dialoguer"
 4137version = "0.11.0"
 4138source = "registry+https://github.com/rust-lang/crates.io-index"
 4139checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4140dependencies = [
 4141 "console",
 4142 "fuzzy-matcher",
 4143 "shell-words",
 4144 "tempfile",
 4145 "thiserror 1.0.69",
 4146 "zeroize",
 4147]
 4148
 4149[[package]]
 4150name = "diff"
 4151version = "0.1.13"
 4152source = "registry+https://github.com/rust-lang/crates.io-index"
 4153checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4154
 4155[[package]]
 4156name = "digest"
 4157version = "0.10.7"
 4158source = "registry+https://github.com/rust-lang/crates.io-index"
 4159checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4160dependencies = [
 4161 "block-buffer",
 4162 "const-oid",
 4163 "crypto-common",
 4164 "subtle",
 4165]
 4166
 4167[[package]]
 4168name = "dirs"
 4169version = "4.0.0"
 4170source = "registry+https://github.com/rust-lang/crates.io-index"
 4171checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4172dependencies = [
 4173 "dirs-sys 0.3.7",
 4174]
 4175
 4176[[package]]
 4177name = "dirs"
 4178version = "5.0.1"
 4179source = "registry+https://github.com/rust-lang/crates.io-index"
 4180checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4181dependencies = [
 4182 "dirs-sys 0.4.1",
 4183]
 4184
 4185[[package]]
 4186name = "dirs-sys"
 4187version = "0.3.7"
 4188source = "registry+https://github.com/rust-lang/crates.io-index"
 4189checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4190dependencies = [
 4191 "libc",
 4192 "redox_users",
 4193 "winapi",
 4194]
 4195
 4196[[package]]
 4197name = "dirs-sys"
 4198version = "0.4.1"
 4199source = "registry+https://github.com/rust-lang/crates.io-index"
 4200checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4201dependencies = [
 4202 "libc",
 4203 "option-ext",
 4204 "redox_users",
 4205 "windows-sys 0.48.0",
 4206]
 4207
 4208[[package]]
 4209name = "displaydoc"
 4210version = "0.2.5"
 4211source = "registry+https://github.com/rust-lang/crates.io-index"
 4212checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4213dependencies = [
 4214 "proc-macro2",
 4215 "quote",
 4216 "syn 2.0.100",
 4217]
 4218
 4219[[package]]
 4220name = "dlib"
 4221version = "0.5.2"
 4222source = "registry+https://github.com/rust-lang/crates.io-index"
 4223checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4224dependencies = [
 4225 "libloading",
 4226]
 4227
 4228[[package]]
 4229name = "docs_preprocessor"
 4230version = "0.1.0"
 4231dependencies = [
 4232 "anyhow",
 4233 "clap",
 4234 "mdbook",
 4235 "regex",
 4236 "serde",
 4237 "serde_json",
 4238 "settings",
 4239 "util",
 4240]
 4241
 4242[[package]]
 4243name = "dotenvy"
 4244version = "0.15.7"
 4245source = "registry+https://github.com/rust-lang/crates.io-index"
 4246checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 4247
 4248[[package]]
 4249name = "downcast-rs"
 4250version = "1.2.1"
 4251source = "registry+https://github.com/rust-lang/crates.io-index"
 4252checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 4253
 4254[[package]]
 4255name = "doxygen-rs"
 4256version = "0.4.2"
 4257source = "registry+https://github.com/rust-lang/crates.io-index"
 4258checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 4259dependencies = [
 4260 "phf",
 4261]
 4262
 4263[[package]]
 4264name = "dtor"
 4265version = "0.0.5"
 4266source = "registry+https://github.com/rust-lang/crates.io-index"
 4267checksum = "222ef136a1c687d4aa0395c175f2c4586e379924c352fd02f7870cf7de783c23"
 4268dependencies = [
 4269 "dtor-proc-macro",
 4270]
 4271
 4272[[package]]
 4273name = "dtor-proc-macro"
 4274version = "0.0.5"
 4275source = "registry+https://github.com/rust-lang/crates.io-index"
 4276checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 4277
 4278[[package]]
 4279name = "dunce"
 4280version = "1.0.5"
 4281source = "registry+https://github.com/rust-lang/crates.io-index"
 4282checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 4283
 4284[[package]]
 4285name = "dwrote"
 4286version = "0.11.2"
 4287source = "registry+https://github.com/rust-lang/crates.io-index"
 4288checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
 4289dependencies = [
 4290 "lazy_static",
 4291 "libc",
 4292 "winapi",
 4293 "wio",
 4294]
 4295
 4296[[package]]
 4297name = "dyn-clone"
 4298version = "1.0.17"
 4299source = "registry+https://github.com/rust-lang/crates.io-index"
 4300checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
 4301
 4302[[package]]
 4303name = "ec4rs"
 4304version = "1.1.1"
 4305source = "registry+https://github.com/rust-lang/crates.io-index"
 4306checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
 4307
 4308[[package]]
 4309name = "ecdsa"
 4310version = "0.14.8"
 4311source = "registry+https://github.com/rust-lang/crates.io-index"
 4312checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 4313dependencies = [
 4314 "der 0.6.1",
 4315 "elliptic-curve",
 4316 "rfc6979",
 4317 "signature 1.6.4",
 4318]
 4319
 4320[[package]]
 4321name = "editor"
 4322version = "0.1.0"
 4323dependencies = [
 4324 "aho-corasick",
 4325 "anyhow",
 4326 "assets",
 4327 "buffer_diff",
 4328 "chrono",
 4329 "client",
 4330 "clock",
 4331 "collections",
 4332 "convert_case 0.8.0",
 4333 "ctor",
 4334 "db",
 4335 "emojis",
 4336 "env_logger 0.11.7",
 4337 "feature_flags",
 4338 "file_icons",
 4339 "fs",
 4340 "futures 0.3.31",
 4341 "fuzzy",
 4342 "git",
 4343 "gpui",
 4344 "http_client",
 4345 "indoc",
 4346 "inline_completion",
 4347 "itertools 0.14.0",
 4348 "language",
 4349 "languages",
 4350 "linkify",
 4351 "log",
 4352 "lsp",
 4353 "markdown",
 4354 "menu",
 4355 "multi_buffer",
 4356 "ordered-float 2.10.1",
 4357 "parking_lot",
 4358 "pretty_assertions",
 4359 "project",
 4360 "rand 0.8.5",
 4361 "release_channel",
 4362 "rpc",
 4363 "schemars",
 4364 "serde",
 4365 "serde_json",
 4366 "settings",
 4367 "smallvec",
 4368 "smol",
 4369 "snippet",
 4370 "sum_tree",
 4371 "task",
 4372 "telemetry",
 4373 "tempfile",
 4374 "text",
 4375 "theme",
 4376 "time",
 4377 "time_format",
 4378 "tree-sitter-html",
 4379 "tree-sitter-rust",
 4380 "tree-sitter-typescript",
 4381 "ui",
 4382 "unicode-script",
 4383 "unicode-segmentation",
 4384 "unindent",
 4385 "url",
 4386 "util",
 4387 "uuid",
 4388 "workspace",
 4389 "zed_actions",
 4390]
 4391
 4392[[package]]
 4393name = "either"
 4394version = "1.13.0"
 4395source = "registry+https://github.com/rust-lang/crates.io-index"
 4396checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
 4397dependencies = [
 4398 "serde",
 4399]
 4400
 4401[[package]]
 4402name = "elasticlunr-rs"
 4403version = "3.0.2"
 4404source = "registry+https://github.com/rust-lang/crates.io-index"
 4405checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 4406dependencies = [
 4407 "regex",
 4408 "serde",
 4409 "serde_derive",
 4410 "serde_json",
 4411]
 4412
 4413[[package]]
 4414name = "elliptic-curve"
 4415version = "0.12.3"
 4416source = "registry+https://github.com/rust-lang/crates.io-index"
 4417checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 4418dependencies = [
 4419 "base16ct",
 4420 "crypto-bigint 0.4.9",
 4421 "der 0.6.1",
 4422 "digest",
 4423 "ff",
 4424 "generic-array",
 4425 "group",
 4426 "pkcs8 0.9.0",
 4427 "rand_core 0.6.4",
 4428 "sec1",
 4429 "subtle",
 4430 "zeroize",
 4431]
 4432
 4433[[package]]
 4434name = "embed-resource"
 4435version = "3.0.2"
 4436source = "registry+https://github.com/rust-lang/crates.io-index"
 4437checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
 4438dependencies = [
 4439 "cc",
 4440 "memchr",
 4441 "rustc_version",
 4442 "toml 0.8.20",
 4443 "vswhom",
 4444 "winreg 0.52.0",
 4445]
 4446
 4447[[package]]
 4448name = "embedded-io"
 4449version = "0.4.0"
 4450source = "registry+https://github.com/rust-lang/crates.io-index"
 4451checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 4452
 4453[[package]]
 4454name = "embedded-io"
 4455version = "0.6.1"
 4456source = "registry+https://github.com/rust-lang/crates.io-index"
 4457checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 4458
 4459[[package]]
 4460name = "emojis"
 4461version = "0.6.4"
 4462source = "registry+https://github.com/rust-lang/crates.io-index"
 4463checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 4464dependencies = [
 4465 "phf",
 4466]
 4467
 4468[[package]]
 4469name = "encode_unicode"
 4470version = "0.3.6"
 4471source = "registry+https://github.com/rust-lang/crates.io-index"
 4472checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
 4473
 4474[[package]]
 4475name = "encoding_rs"
 4476version = "0.8.35"
 4477source = "registry+https://github.com/rust-lang/crates.io-index"
 4478checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 4479dependencies = [
 4480 "cfg-if",
 4481]
 4482
 4483[[package]]
 4484name = "endi"
 4485version = "1.1.0"
 4486source = "registry+https://github.com/rust-lang/crates.io-index"
 4487checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 4488
 4489[[package]]
 4490name = "enumflags2"
 4491version = "0.7.10"
 4492source = "registry+https://github.com/rust-lang/crates.io-index"
 4493checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
 4494dependencies = [
 4495 "enumflags2_derive",
 4496 "serde",
 4497]
 4498
 4499[[package]]
 4500name = "enumflags2_derive"
 4501version = "0.7.10"
 4502source = "registry+https://github.com/rust-lang/crates.io-index"
 4503checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
 4504dependencies = [
 4505 "proc-macro2",
 4506 "quote",
 4507 "syn 2.0.100",
 4508]
 4509
 4510[[package]]
 4511name = "env_filter"
 4512version = "0.1.2"
 4513source = "registry+https://github.com/rust-lang/crates.io-index"
 4514checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
 4515dependencies = [
 4516 "log",
 4517 "regex",
 4518]
 4519
 4520[[package]]
 4521name = "env_home"
 4522version = "0.1.0"
 4523source = "registry+https://github.com/rust-lang/crates.io-index"
 4524checksum = "c7f84e12ccf0a7ddc17a6c41c93326024c42920d7ee630d04950e6926645c0fe"
 4525
 4526[[package]]
 4527name = "env_logger"
 4528version = "0.10.2"
 4529source = "registry+https://github.com/rust-lang/crates.io-index"
 4530checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 4531dependencies = [
 4532 "humantime",
 4533 "is-terminal",
 4534 "log",
 4535 "regex",
 4536 "termcolor",
 4537]
 4538
 4539[[package]]
 4540name = "env_logger"
 4541version = "0.11.7"
 4542source = "registry+https://github.com/rust-lang/crates.io-index"
 4543checksum = "c3716d7a920fb4fac5d84e9d4bce8ceb321e9414b4409da61b07b75c1e3d0697"
 4544dependencies = [
 4545 "anstream",
 4546 "anstyle",
 4547 "env_filter",
 4548 "jiff",
 4549 "log",
 4550]
 4551
 4552[[package]]
 4553name = "envy"
 4554version = "0.4.2"
 4555source = "registry+https://github.com/rust-lang/crates.io-index"
 4556checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 4557dependencies = [
 4558 "serde",
 4559]
 4560
 4561[[package]]
 4562name = "equivalent"
 4563version = "1.0.1"
 4564source = "registry+https://github.com/rust-lang/crates.io-index"
 4565checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
 4566
 4567[[package]]
 4568name = "erased-serde"
 4569version = "0.4.5"
 4570source = "registry+https://github.com/rust-lang/crates.io-index"
 4571checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
 4572dependencies = [
 4573 "serde",
 4574 "typeid",
 4575]
 4576
 4577[[package]]
 4578name = "errno"
 4579version = "0.2.8"
 4580source = "registry+https://github.com/rust-lang/crates.io-index"
 4581checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 4582dependencies = [
 4583 "errno-dragonfly",
 4584 "libc",
 4585 "winapi",
 4586]
 4587
 4588[[package]]
 4589name = "errno"
 4590version = "0.3.10"
 4591source = "registry+https://github.com/rust-lang/crates.io-index"
 4592checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
 4593dependencies = [
 4594 "libc",
 4595 "windows-sys 0.59.0",
 4596]
 4597
 4598[[package]]
 4599name = "errno-dragonfly"
 4600version = "0.1.2"
 4601source = "registry+https://github.com/rust-lang/crates.io-index"
 4602checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 4603dependencies = [
 4604 "cc",
 4605 "libc",
 4606]
 4607
 4608[[package]]
 4609name = "etagere"
 4610version = "0.2.15"
 4611source = "registry+https://github.com/rust-lang/crates.io-index"
 4612checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 4613dependencies = [
 4614 "euclid",
 4615 "svg_fmt",
 4616]
 4617
 4618[[package]]
 4619name = "etcetera"
 4620version = "0.8.0"
 4621source = "registry+https://github.com/rust-lang/crates.io-index"
 4622checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 4623dependencies = [
 4624 "cfg-if",
 4625 "home",
 4626 "windows-sys 0.48.0",
 4627]
 4628
 4629[[package]]
 4630name = "euclid"
 4631version = "0.22.11"
 4632source = "registry+https://github.com/rust-lang/crates.io-index"
 4633checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 4634dependencies = [
 4635 "num-traits",
 4636]
 4637
 4638[[package]]
 4639name = "evals"
 4640version = "0.1.0"
 4641dependencies = [
 4642 "anyhow",
 4643 "clap",
 4644 "client",
 4645 "clock",
 4646 "collections",
 4647 "env_logger 0.11.7",
 4648 "feature_flags",
 4649 "fs",
 4650 "gpui",
 4651 "http_client",
 4652 "language",
 4653 "languages",
 4654 "node_runtime",
 4655 "open_ai",
 4656 "project",
 4657 "reqwest_client",
 4658 "semantic_index",
 4659 "serde",
 4660 "serde_json",
 4661 "settings",
 4662 "smol",
 4663 "util",
 4664]
 4665
 4666[[package]]
 4667name = "event-listener"
 4668version = "2.5.3"
 4669source = "registry+https://github.com/rust-lang/crates.io-index"
 4670checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 4671
 4672[[package]]
 4673name = "event-listener"
 4674version = "5.3.1"
 4675source = "registry+https://github.com/rust-lang/crates.io-index"
 4676checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
 4677dependencies = [
 4678 "concurrent-queue",
 4679 "parking",
 4680 "pin-project-lite",
 4681]
 4682
 4683[[package]]
 4684name = "event-listener-strategy"
 4685version = "0.5.3"
 4686source = "registry+https://github.com/rust-lang/crates.io-index"
 4687checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
 4688dependencies = [
 4689 "event-listener 5.3.1",
 4690 "pin-project-lite",
 4691]
 4692
 4693[[package]]
 4694name = "exec"
 4695version = "0.3.1"
 4696source = "registry+https://github.com/rust-lang/crates.io-index"
 4697checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 4698dependencies = [
 4699 "errno 0.2.8",
 4700 "libc",
 4701]
 4702
 4703[[package]]
 4704name = "exr"
 4705version = "1.73.0"
 4706source = "registry+https://github.com/rust-lang/crates.io-index"
 4707checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 4708dependencies = [
 4709 "bit_field",
 4710 "half",
 4711 "lebe",
 4712 "miniz_oxide",
 4713 "rayon-core",
 4714 "smallvec",
 4715 "zune-inflate",
 4716]
 4717
 4718[[package]]
 4719name = "extension"
 4720version = "0.1.0"
 4721dependencies = [
 4722 "anyhow",
 4723 "async-compression",
 4724 "async-tar",
 4725 "async-trait",
 4726 "collections",
 4727 "convert_case 0.8.0",
 4728 "fs",
 4729 "futures 0.3.31",
 4730 "gpui",
 4731 "http_client",
 4732 "language",
 4733 "log",
 4734 "lsp",
 4735 "parking_lot",
 4736 "semantic_version",
 4737 "serde",
 4738 "serde_json",
 4739 "toml 0.8.20",
 4740 "util",
 4741 "wasm-encoder 0.221.3",
 4742 "wasmparser 0.221.3",
 4743 "wit-component 0.221.3",
 4744]
 4745
 4746[[package]]
 4747name = "extension_cli"
 4748version = "0.1.0"
 4749dependencies = [
 4750 "anyhow",
 4751 "clap",
 4752 "env_logger 0.11.7",
 4753 "extension",
 4754 "fs",
 4755 "language",
 4756 "log",
 4757 "reqwest_client",
 4758 "rpc",
 4759 "serde",
 4760 "serde_json",
 4761 "theme",
 4762 "tokio",
 4763 "toml 0.8.20",
 4764 "tree-sitter",
 4765 "wasmtime",
 4766]
 4767
 4768[[package]]
 4769name = "extension_host"
 4770version = "0.1.0"
 4771dependencies = [
 4772 "anyhow",
 4773 "async-compression",
 4774 "async-tar",
 4775 "async-trait",
 4776 "client",
 4777 "collections",
 4778 "context_server_settings",
 4779 "ctor",
 4780 "env_logger 0.11.7",
 4781 "extension",
 4782 "fs",
 4783 "futures 0.3.31",
 4784 "gpui",
 4785 "http_client",
 4786 "language",
 4787 "language_extension",
 4788 "log",
 4789 "lsp",
 4790 "node_runtime",
 4791 "parking_lot",
 4792 "paths",
 4793 "project",
 4794 "release_channel",
 4795 "remote",
 4796 "reqwest_client",
 4797 "schemars",
 4798 "semantic_version",
 4799 "serde",
 4800 "serde_json",
 4801 "serde_json_lenient",
 4802 "settings",
 4803 "task",
 4804 "telemetry",
 4805 "tempfile",
 4806 "theme",
 4807 "theme_extension",
 4808 "toml 0.8.20",
 4809 "url",
 4810 "util",
 4811 "wasmparser 0.221.3",
 4812 "wasmtime",
 4813 "wasmtime-wasi",
 4814]
 4815
 4816[[package]]
 4817name = "extensions_ui"
 4818version = "0.1.0"
 4819dependencies = [
 4820 "anyhow",
 4821 "client",
 4822 "collections",
 4823 "db",
 4824 "editor",
 4825 "extension_host",
 4826 "fs",
 4827 "fuzzy",
 4828 "gpui",
 4829 "language",
 4830 "num-format",
 4831 "picker",
 4832 "project",
 4833 "release_channel",
 4834 "semantic_version",
 4835 "serde",
 4836 "settings",
 4837 "smallvec",
 4838 "strum",
 4839 "telemetry",
 4840 "theme",
 4841 "ui",
 4842 "util",
 4843 "vim_mode_setting",
 4844 "workspace",
 4845 "zed_actions",
 4846]
 4847
 4848[[package]]
 4849name = "fallible-iterator"
 4850version = "0.3.0"
 4851source = "registry+https://github.com/rust-lang/crates.io-index"
 4852checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 4853
 4854[[package]]
 4855name = "fancy-regex"
 4856version = "0.13.0"
 4857source = "registry+https://github.com/rust-lang/crates.io-index"
 4858checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
 4859dependencies = [
 4860 "bit-set 0.5.3",
 4861 "regex-automata 0.4.9",
 4862 "regex-syntax 0.8.5",
 4863]
 4864
 4865[[package]]
 4866name = "fancy-regex"
 4867version = "0.14.0"
 4868source = "registry+https://github.com/rust-lang/crates.io-index"
 4869checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
 4870dependencies = [
 4871 "bit-set 0.8.0",
 4872 "regex-automata 0.4.9",
 4873 "regex-syntax 0.8.5",
 4874]
 4875
 4876[[package]]
 4877name = "fast-srgb8"
 4878version = "1.0.0"
 4879source = "registry+https://github.com/rust-lang/crates.io-index"
 4880checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 4881
 4882[[package]]
 4883name = "fastrand"
 4884version = "1.9.0"
 4885source = "registry+https://github.com/rust-lang/crates.io-index"
 4886checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 4887dependencies = [
 4888 "instant",
 4889]
 4890
 4891[[package]]
 4892name = "fastrand"
 4893version = "2.3.0"
 4894source = "registry+https://github.com/rust-lang/crates.io-index"
 4895checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 4896
 4897[[package]]
 4898name = "fd-lock"
 4899version = "4.0.2"
 4900source = "registry+https://github.com/rust-lang/crates.io-index"
 4901checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
 4902dependencies = [
 4903 "cfg-if",
 4904 "rustix",
 4905 "windows-sys 0.52.0",
 4906]
 4907
 4908[[package]]
 4909name = "fdeflate"
 4910version = "0.3.7"
 4911source = "registry+https://github.com/rust-lang/crates.io-index"
 4912checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 4913dependencies = [
 4914 "simd-adler32",
 4915]
 4916
 4917[[package]]
 4918name = "feature_flags"
 4919version = "0.1.0"
 4920dependencies = [
 4921 "futures 0.3.31",
 4922 "gpui",
 4923 "smol",
 4924]
 4925
 4926[[package]]
 4927name = "feedback"
 4928version = "0.1.0"
 4929dependencies = [
 4930 "client",
 4931 "editor",
 4932 "gpui",
 4933 "human_bytes",
 4934 "menu",
 4935 "release_channel",
 4936 "serde",
 4937 "sysinfo",
 4938 "ui",
 4939 "urlencoding",
 4940 "util",
 4941 "workspace",
 4942 "zed_actions",
 4943]
 4944
 4945[[package]]
 4946name = "ff"
 4947version = "0.12.1"
 4948source = "registry+https://github.com/rust-lang/crates.io-index"
 4949checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 4950dependencies = [
 4951 "rand_core 0.6.4",
 4952 "subtle",
 4953]
 4954
 4955[[package]]
 4956name = "file_finder"
 4957version = "0.1.0"
 4958dependencies = [
 4959 "anyhow",
 4960 "collections",
 4961 "ctor",
 4962 "editor",
 4963 "env_logger 0.11.7",
 4964 "file_icons",
 4965 "futures 0.3.31",
 4966 "fuzzy",
 4967 "gpui",
 4968 "language",
 4969 "menu",
 4970 "picker",
 4971 "project",
 4972 "schemars",
 4973 "serde",
 4974 "serde_derive",
 4975 "serde_json",
 4976 "settings",
 4977 "text",
 4978 "theme",
 4979 "ui",
 4980 "util",
 4981 "workspace",
 4982]
 4983
 4984[[package]]
 4985name = "file_icons"
 4986version = "0.1.0"
 4987dependencies = [
 4988 "gpui",
 4989 "serde",
 4990 "settings",
 4991 "theme",
 4992 "util",
 4993]
 4994
 4995[[package]]
 4996name = "filedescriptor"
 4997version = "0.8.3"
 4998source = "registry+https://github.com/rust-lang/crates.io-index"
 4999checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 5000dependencies = [
 5001 "libc",
 5002 "thiserror 1.0.69",
 5003 "winapi",
 5004]
 5005
 5006[[package]]
 5007name = "filetime"
 5008version = "0.2.25"
 5009source = "registry+https://github.com/rust-lang/crates.io-index"
 5010checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
 5011dependencies = [
 5012 "cfg-if",
 5013 "libc",
 5014 "libredox",
 5015 "windows-sys 0.59.0",
 5016]
 5017
 5018[[package]]
 5019name = "fixedbitset"
 5020version = "0.4.2"
 5021source = "registry+https://github.com/rust-lang/crates.io-index"
 5022checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 5023
 5024[[package]]
 5025name = "flate2"
 5026version = "1.0.35"
 5027source = "registry+https://github.com/rust-lang/crates.io-index"
 5028checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
 5029dependencies = [
 5030 "crc32fast",
 5031 "miniz_oxide",
 5032]
 5033
 5034[[package]]
 5035name = "float-cmp"
 5036version = "0.9.0"
 5037source = "registry+https://github.com/rust-lang/crates.io-index"
 5038checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 5039
 5040[[package]]
 5041name = "float-ord"
 5042version = "0.3.2"
 5043source = "registry+https://github.com/rust-lang/crates.io-index"
 5044checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 5045
 5046[[package]]
 5047name = "float_next_after"
 5048version = "1.0.0"
 5049source = "registry+https://github.com/rust-lang/crates.io-index"
 5050checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 5051
 5052[[package]]
 5053name = "flume"
 5054version = "0.11.1"
 5055source = "registry+https://github.com/rust-lang/crates.io-index"
 5056checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 5057dependencies = [
 5058 "futures-core",
 5059 "futures-sink",
 5060 "nanorand",
 5061 "spin",
 5062]
 5063
 5064[[package]]
 5065name = "fnv"
 5066version = "1.0.7"
 5067source = "registry+https://github.com/rust-lang/crates.io-index"
 5068checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 5069
 5070[[package]]
 5071name = "foldhash"
 5072version = "0.1.3"
 5073source = "registry+https://github.com/rust-lang/crates.io-index"
 5074checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
 5075
 5076[[package]]
 5077name = "font-kit"
 5078version = "0.14.1"
 5079source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
 5080dependencies = [
 5081 "bitflags 2.8.0",
 5082 "byteorder",
 5083 "core-foundation 0.9.4",
 5084 "core-graphics 0.23.2",
 5085 "core-text",
 5086 "dirs 5.0.1",
 5087 "dwrote",
 5088 "float-ord",
 5089 "freetype-sys",
 5090 "lazy_static",
 5091 "libc",
 5092 "log",
 5093 "pathfinder_geometry",
 5094 "pathfinder_simd",
 5095 "walkdir",
 5096 "winapi",
 5097 "yeslogic-fontconfig-sys",
 5098]
 5099
 5100[[package]]
 5101name = "font-types"
 5102version = "0.7.3"
 5103source = "registry+https://github.com/rust-lang/crates.io-index"
 5104checksum = "b3971f9a5ca983419cdc386941ba3b9e1feba01a0ab888adf78739feb2798492"
 5105dependencies = [
 5106 "bytemuck",
 5107]
 5108
 5109[[package]]
 5110name = "fontconfig-parser"
 5111version = "0.5.7"
 5112source = "registry+https://github.com/rust-lang/crates.io-index"
 5113checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
 5114dependencies = [
 5115 "roxmltree",
 5116]
 5117
 5118[[package]]
 5119name = "fontdb"
 5120version = "0.18.0"
 5121source = "registry+https://github.com/rust-lang/crates.io-index"
 5122checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
 5123dependencies = [
 5124 "fontconfig-parser",
 5125 "log",
 5126 "memmap2",
 5127 "slotmap",
 5128 "tinyvec",
 5129 "ttf-parser 0.21.1",
 5130]
 5131
 5132[[package]]
 5133name = "fontdb"
 5134version = "0.23.0"
 5135source = "registry+https://github.com/rust-lang/crates.io-index"
 5136checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 5137dependencies = [
 5138 "fontconfig-parser",
 5139 "log",
 5140 "memmap2",
 5141 "slotmap",
 5142 "tinyvec",
 5143 "ttf-parser 0.25.1",
 5144]
 5145
 5146[[package]]
 5147name = "foreign-types"
 5148version = "0.3.2"
 5149source = "registry+https://github.com/rust-lang/crates.io-index"
 5150checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 5151dependencies = [
 5152 "foreign-types-shared 0.1.1",
 5153]
 5154
 5155[[package]]
 5156name = "foreign-types"
 5157version = "0.5.0"
 5158source = "registry+https://github.com/rust-lang/crates.io-index"
 5159checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 5160dependencies = [
 5161 "foreign-types-macros",
 5162 "foreign-types-shared 0.3.1",
 5163]
 5164
 5165[[package]]
 5166name = "foreign-types-macros"
 5167version = "0.2.3"
 5168source = "registry+https://github.com/rust-lang/crates.io-index"
 5169checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 5170dependencies = [
 5171 "proc-macro2",
 5172 "quote",
 5173 "syn 2.0.100",
 5174]
 5175
 5176[[package]]
 5177name = "foreign-types-shared"
 5178version = "0.1.1"
 5179source = "registry+https://github.com/rust-lang/crates.io-index"
 5180checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 5181
 5182[[package]]
 5183name = "foreign-types-shared"
 5184version = "0.3.1"
 5185source = "registry+https://github.com/rust-lang/crates.io-index"
 5186checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 5187
 5188[[package]]
 5189name = "fork"
 5190version = "0.2.0"
 5191source = "registry+https://github.com/rust-lang/crates.io-index"
 5192checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
 5193dependencies = [
 5194 "libc",
 5195]
 5196
 5197[[package]]
 5198name = "form_urlencoded"
 5199version = "1.2.1"
 5200source = "registry+https://github.com/rust-lang/crates.io-index"
 5201checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
 5202dependencies = [
 5203 "percent-encoding",
 5204]
 5205
 5206[[package]]
 5207name = "freetype-sys"
 5208version = "0.20.1"
 5209source = "registry+https://github.com/rust-lang/crates.io-index"
 5210checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 5211dependencies = [
 5212 "cc",
 5213 "libc",
 5214 "pkg-config",
 5215]
 5216
 5217[[package]]
 5218name = "fs"
 5219version = "0.1.0"
 5220dependencies = [
 5221 "anyhow",
 5222 "ashpd",
 5223 "async-tar",
 5224 "async-trait",
 5225 "cocoa 0.26.0",
 5226 "collections",
 5227 "fsevent",
 5228 "futures 0.3.31",
 5229 "git",
 5230 "gpui",
 5231 "ignore",
 5232 "libc",
 5233 "log",
 5234 "notify 6.1.1",
 5235 "objc",
 5236 "parking_lot",
 5237 "paths",
 5238 "proto",
 5239 "rope",
 5240 "serde",
 5241 "serde_json",
 5242 "smol",
 5243 "tempfile",
 5244 "text",
 5245 "time",
 5246 "util",
 5247 "windows 0.60.0",
 5248]
 5249
 5250[[package]]
 5251name = "fs-set-times"
 5252version = "0.20.2"
 5253source = "registry+https://github.com/rust-lang/crates.io-index"
 5254checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
 5255dependencies = [
 5256 "io-lifetimes",
 5257 "rustix",
 5258 "windows-sys 0.59.0",
 5259]
 5260
 5261[[package]]
 5262name = "fs2"
 5263version = "0.4.3"
 5264source = "registry+https://github.com/rust-lang/crates.io-index"
 5265checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 5266dependencies = [
 5267 "libc",
 5268 "winapi",
 5269]
 5270
 5271[[package]]
 5272name = "fs_extra"
 5273version = "1.3.0"
 5274source = "registry+https://github.com/rust-lang/crates.io-index"
 5275checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 5276
 5277[[package]]
 5278name = "fsevent"
 5279version = "0.1.0"
 5280dependencies = [
 5281 "bitflags 2.8.0",
 5282 "core-foundation 0.9.4",
 5283 "fsevent-sys 3.1.0",
 5284 "parking_lot",
 5285 "tempfile",
 5286]
 5287
 5288[[package]]
 5289name = "fsevent-sys"
 5290version = "3.1.0"
 5291source = "registry+https://github.com/rust-lang/crates.io-index"
 5292checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
 5293dependencies = [
 5294 "libc",
 5295]
 5296
 5297[[package]]
 5298name = "fsevent-sys"
 5299version = "4.1.0"
 5300source = "registry+https://github.com/rust-lang/crates.io-index"
 5301checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 5302dependencies = [
 5303 "libc",
 5304]
 5305
 5306[[package]]
 5307name = "funty"
 5308version = "2.0.0"
 5309source = "registry+https://github.com/rust-lang/crates.io-index"
 5310checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 5311
 5312[[package]]
 5313name = "futf"
 5314version = "0.1.5"
 5315source = "registry+https://github.com/rust-lang/crates.io-index"
 5316checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 5317dependencies = [
 5318 "mac",
 5319 "new_debug_unreachable",
 5320]
 5321
 5322[[package]]
 5323name = "futures"
 5324version = "0.1.31"
 5325source = "registry+https://github.com/rust-lang/crates.io-index"
 5326checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 5327
 5328[[package]]
 5329name = "futures"
 5330version = "0.3.31"
 5331source = "registry+https://github.com/rust-lang/crates.io-index"
 5332checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 5333dependencies = [
 5334 "futures-channel",
 5335 "futures-core",
 5336 "futures-executor",
 5337 "futures-io",
 5338 "futures-sink",
 5339 "futures-task",
 5340 "futures-util",
 5341]
 5342
 5343[[package]]
 5344name = "futures-batch"
 5345version = "0.6.1"
 5346source = "registry+https://github.com/rust-lang/crates.io-index"
 5347checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
 5348dependencies = [
 5349 "futures 0.3.31",
 5350 "futures-timer",
 5351 "pin-utils",
 5352]
 5353
 5354[[package]]
 5355name = "futures-channel"
 5356version = "0.3.31"
 5357source = "registry+https://github.com/rust-lang/crates.io-index"
 5358checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 5359dependencies = [
 5360 "futures-core",
 5361 "futures-sink",
 5362]
 5363
 5364[[package]]
 5365name = "futures-core"
 5366version = "0.3.31"
 5367source = "registry+https://github.com/rust-lang/crates.io-index"
 5368checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 5369
 5370[[package]]
 5371name = "futures-executor"
 5372version = "0.3.31"
 5373source = "registry+https://github.com/rust-lang/crates.io-index"
 5374checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 5375dependencies = [
 5376 "futures-core",
 5377 "futures-task",
 5378 "futures-util",
 5379]
 5380
 5381[[package]]
 5382name = "futures-intrusive"
 5383version = "0.5.0"
 5384source = "registry+https://github.com/rust-lang/crates.io-index"
 5385checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 5386dependencies = [
 5387 "futures-core",
 5388 "lock_api",
 5389 "parking_lot",
 5390]
 5391
 5392[[package]]
 5393name = "futures-io"
 5394version = "0.3.31"
 5395source = "registry+https://github.com/rust-lang/crates.io-index"
 5396checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 5397
 5398[[package]]
 5399name = "futures-lite"
 5400version = "1.13.0"
 5401source = "registry+https://github.com/rust-lang/crates.io-index"
 5402checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 5403dependencies = [
 5404 "fastrand 1.9.0",
 5405 "futures-core",
 5406 "futures-io",
 5407 "memchr",
 5408 "parking",
 5409 "pin-project-lite",
 5410 "waker-fn",
 5411]
 5412
 5413[[package]]
 5414name = "futures-lite"
 5415version = "2.6.0"
 5416source = "registry+https://github.com/rust-lang/crates.io-index"
 5417checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
 5418dependencies = [
 5419 "fastrand 2.3.0",
 5420 "futures-core",
 5421 "futures-io",
 5422 "parking",
 5423 "pin-project-lite",
 5424]
 5425
 5426[[package]]
 5427name = "futures-macro"
 5428version = "0.3.31"
 5429source = "registry+https://github.com/rust-lang/crates.io-index"
 5430checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 5431dependencies = [
 5432 "proc-macro2",
 5433 "quote",
 5434 "syn 2.0.100",
 5435]
 5436
 5437[[package]]
 5438name = "futures-sink"
 5439version = "0.3.31"
 5440source = "registry+https://github.com/rust-lang/crates.io-index"
 5441checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 5442
 5443[[package]]
 5444name = "futures-task"
 5445version = "0.3.31"
 5446source = "registry+https://github.com/rust-lang/crates.io-index"
 5447checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 5448
 5449[[package]]
 5450name = "futures-timer"
 5451version = "3.0.3"
 5452source = "registry+https://github.com/rust-lang/crates.io-index"
 5453checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
 5454
 5455[[package]]
 5456name = "futures-util"
 5457version = "0.3.31"
 5458source = "registry+https://github.com/rust-lang/crates.io-index"
 5459checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 5460dependencies = [
 5461 "futures 0.1.31",
 5462 "futures-channel",
 5463 "futures-core",
 5464 "futures-io",
 5465 "futures-macro",
 5466 "futures-sink",
 5467 "futures-task",
 5468 "memchr",
 5469 "pin-project-lite",
 5470 "pin-utils",
 5471 "slab",
 5472 "tokio-io",
 5473]
 5474
 5475[[package]]
 5476name = "fuzzy"
 5477version = "0.1.0"
 5478dependencies = [
 5479 "gpui",
 5480 "log",
 5481 "util",
 5482]
 5483
 5484[[package]]
 5485name = "fuzzy-matcher"
 5486version = "0.3.7"
 5487source = "registry+https://github.com/rust-lang/crates.io-index"
 5488checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 5489dependencies = [
 5490 "thread_local",
 5491]
 5492
 5493[[package]]
 5494name = "generic-array"
 5495version = "0.14.7"
 5496source = "registry+https://github.com/rust-lang/crates.io-index"
 5497checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 5498dependencies = [
 5499 "typenum",
 5500 "version_check",
 5501]
 5502
 5503[[package]]
 5504name = "gethostname"
 5505version = "0.4.3"
 5506source = "registry+https://github.com/rust-lang/crates.io-index"
 5507checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
 5508dependencies = [
 5509 "libc",
 5510 "windows-targets 0.48.5",
 5511]
 5512
 5513[[package]]
 5514name = "getrandom"
 5515version = "0.1.16"
 5516source = "registry+https://github.com/rust-lang/crates.io-index"
 5517checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
 5518dependencies = [
 5519 "cfg-if",
 5520 "libc",
 5521 "wasi 0.9.0+wasi-snapshot-preview1",
 5522]
 5523
 5524[[package]]
 5525name = "getrandom"
 5526version = "0.2.15"
 5527source = "registry+https://github.com/rust-lang/crates.io-index"
 5528checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
 5529dependencies = [
 5530 "cfg-if",
 5531 "js-sys",
 5532 "libc",
 5533 "wasi 0.11.0+wasi-snapshot-preview1",
 5534 "wasm-bindgen",
 5535]
 5536
 5537[[package]]
 5538name = "getrandom"
 5539version = "0.3.1"
 5540source = "registry+https://github.com/rust-lang/crates.io-index"
 5541checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
 5542dependencies = [
 5543 "cfg-if",
 5544 "libc",
 5545 "wasi 0.13.3+wasi-0.2.2",
 5546 "windows-targets 0.52.6",
 5547]
 5548
 5549[[package]]
 5550name = "gif"
 5551version = "0.13.1"
 5552source = "registry+https://github.com/rust-lang/crates.io-index"
 5553checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
 5554dependencies = [
 5555 "color_quant",
 5556 "weezl",
 5557]
 5558
 5559[[package]]
 5560name = "gimli"
 5561version = "0.31.1"
 5562source = "registry+https://github.com/rust-lang/crates.io-index"
 5563checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
 5564dependencies = [
 5565 "fallible-iterator",
 5566 "indexmap",
 5567 "stable_deref_trait",
 5568]
 5569
 5570[[package]]
 5571name = "git"
 5572version = "0.1.0"
 5573dependencies = [
 5574 "anyhow",
 5575 "askpass",
 5576 "async-trait",
 5577 "collections",
 5578 "derive_more",
 5579 "futures 0.3.31",
 5580 "git2",
 5581 "gpui",
 5582 "http_client",
 5583 "log",
 5584 "parking_lot",
 5585 "pretty_assertions",
 5586 "regex",
 5587 "rope",
 5588 "schemars",
 5589 "serde",
 5590 "serde_json",
 5591 "smol",
 5592 "sum_tree",
 5593 "tempfile",
 5594 "text",
 5595 "time",
 5596 "unindent",
 5597 "url",
 5598 "util",
 5599 "uuid",
 5600]
 5601
 5602[[package]]
 5603name = "git2"
 5604version = "0.20.1"
 5605source = "registry+https://github.com/rust-lang/crates.io-index"
 5606checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
 5607dependencies = [
 5608 "bitflags 2.8.0",
 5609 "libc",
 5610 "libgit2-sys",
 5611 "log",
 5612 "url",
 5613]
 5614
 5615[[package]]
 5616name = "git_hosting_providers"
 5617version = "0.1.0"
 5618dependencies = [
 5619 "anyhow",
 5620 "async-trait",
 5621 "futures 0.3.31",
 5622 "git",
 5623 "gpui",
 5624 "http_client",
 5625 "indoc",
 5626 "pretty_assertions",
 5627 "regex",
 5628 "schemars",
 5629 "serde",
 5630 "serde_json",
 5631 "settings",
 5632 "url",
 5633 "util",
 5634]
 5635
 5636[[package]]
 5637name = "git_ui"
 5638version = "0.1.0"
 5639dependencies = [
 5640 "anyhow",
 5641 "askpass",
 5642 "assistant_settings",
 5643 "buffer_diff",
 5644 "chrono",
 5645 "collections",
 5646 "command_palette_hooks",
 5647 "component",
 5648 "ctor",
 5649 "db",
 5650 "editor",
 5651 "env_logger 0.11.7",
 5652 "futures 0.3.31",
 5653 "fuzzy",
 5654 "git",
 5655 "gpui",
 5656 "itertools 0.14.0",
 5657 "language",
 5658 "language_model",
 5659 "linkify",
 5660 "linkme",
 5661 "log",
 5662 "menu",
 5663 "multi_buffer",
 5664 "notifications",
 5665 "panel",
 5666 "picker",
 5667 "postage",
 5668 "pretty_assertions",
 5669 "project",
 5670 "schemars",
 5671 "serde",
 5672 "serde_derive",
 5673 "serde_json",
 5674 "settings",
 5675 "strum",
 5676 "telemetry",
 5677 "theme",
 5678 "time",
 5679 "time_format",
 5680 "ui",
 5681 "unindent",
 5682 "util",
 5683 "windows 0.60.0",
 5684 "workspace",
 5685 "zed_actions",
 5686]
 5687
 5688[[package]]
 5689name = "glob"
 5690version = "0.3.1"
 5691source = "registry+https://github.com/rust-lang/crates.io-index"
 5692checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
 5693
 5694[[package]]
 5695name = "globset"
 5696version = "0.4.16"
 5697source = "registry+https://github.com/rust-lang/crates.io-index"
 5698checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
 5699dependencies = [
 5700 "aho-corasick",
 5701 "bstr",
 5702 "log",
 5703 "regex-automata 0.4.9",
 5704 "regex-syntax 0.8.5",
 5705]
 5706
 5707[[package]]
 5708name = "gloo-timers"
 5709version = "0.3.0"
 5710source = "registry+https://github.com/rust-lang/crates.io-index"
 5711checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 5712dependencies = [
 5713 "futures-channel",
 5714 "futures-core",
 5715 "js-sys",
 5716 "wasm-bindgen",
 5717]
 5718
 5719[[package]]
 5720name = "glow"
 5721version = "0.14.2"
 5722source = "registry+https://github.com/rust-lang/crates.io-index"
 5723checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
 5724dependencies = [
 5725 "js-sys",
 5726 "slotmap",
 5727 "wasm-bindgen",
 5728 "web-sys",
 5729]
 5730
 5731[[package]]
 5732name = "go_to_line"
 5733version = "0.1.0"
 5734dependencies = [
 5735 "anyhow",
 5736 "editor",
 5737 "gpui",
 5738 "indoc",
 5739 "language",
 5740 "menu",
 5741 "project",
 5742 "rope",
 5743 "schemars",
 5744 "serde",
 5745 "serde_json",
 5746 "settings",
 5747 "text",
 5748 "theme",
 5749 "tree-sitter-rust",
 5750 "tree-sitter-typescript",
 5751 "ui",
 5752 "util",
 5753 "workspace",
 5754]
 5755
 5756[[package]]
 5757name = "google_ai"
 5758version = "0.1.0"
 5759dependencies = [
 5760 "anyhow",
 5761 "futures 0.3.31",
 5762 "http_client",
 5763 "schemars",
 5764 "serde",
 5765 "serde_json",
 5766 "strum",
 5767]
 5768
 5769[[package]]
 5770name = "gpu-alloc"
 5771version = "0.6.0"
 5772source = "registry+https://github.com/rust-lang/crates.io-index"
 5773checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
 5774dependencies = [
 5775 "bitflags 2.8.0",
 5776 "gpu-alloc-types",
 5777]
 5778
 5779[[package]]
 5780name = "gpu-alloc-ash"
 5781version = "0.7.0"
 5782source = "registry+https://github.com/rust-lang/crates.io-index"
 5783checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
 5784dependencies = [
 5785 "ash",
 5786 "gpu-alloc-types",
 5787 "tinyvec",
 5788]
 5789
 5790[[package]]
 5791name = "gpu-alloc-types"
 5792version = "0.3.0"
 5793source = "registry+https://github.com/rust-lang/crates.io-index"
 5794checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
 5795dependencies = [
 5796 "bitflags 2.8.0",
 5797]
 5798
 5799[[package]]
 5800name = "gpui"
 5801version = "0.1.0"
 5802dependencies = [
 5803 "anyhow",
 5804 "as-raw-xcb-connection",
 5805 "ashpd",
 5806 "async-task",
 5807 "backtrace",
 5808 "bindgen 0.70.1",
 5809 "blade-graphics",
 5810 "blade-macros",
 5811 "blade-util",
 5812 "block",
 5813 "bytemuck",
 5814 "calloop",
 5815 "calloop-wayland-source",
 5816 "cbindgen 0.28.0",
 5817 "cocoa 0.26.0",
 5818 "collections",
 5819 "core-foundation 0.9.4",
 5820 "core-foundation-sys",
 5821 "core-graphics 0.23.2",
 5822 "core-text",
 5823 "cosmic-text",
 5824 "ctor",
 5825 "derive_more",
 5826 "embed-resource",
 5827 "env_logger 0.11.7",
 5828 "etagere",
 5829 "filedescriptor",
 5830 "flume",
 5831 "font-kit",
 5832 "foreign-types 0.5.0",
 5833 "futures 0.3.31",
 5834 "gpui_macros",
 5835 "http_client",
 5836 "image",
 5837 "inventory",
 5838 "itertools 0.14.0",
 5839 "log",
 5840 "lyon",
 5841 "media",
 5842 "metal",
 5843 "naga",
 5844 "num_cpus",
 5845 "objc",
 5846 "objc2",
 5847 "objc2-metal",
 5848 "oo7",
 5849 "open",
 5850 "parking",
 5851 "parking_lot",
 5852 "pathfinder_geometry",
 5853 "postage",
 5854 "profiling",
 5855 "rand 0.8.5",
 5856 "raw-window-handle",
 5857 "refineable",
 5858 "reqwest_client",
 5859 "resvg",
 5860 "schemars",
 5861 "seahash",
 5862 "semantic_version",
 5863 "serde",
 5864 "serde_derive",
 5865 "serde_json",
 5866 "slotmap",
 5867 "smallvec",
 5868 "smol",
 5869 "strum",
 5870 "sum_tree",
 5871 "taffy",
 5872 "thiserror 2.0.12",
 5873 "unicode-segmentation",
 5874 "usvg",
 5875 "util",
 5876 "uuid",
 5877 "waker-fn",
 5878 "wayland-backend",
 5879 "wayland-client",
 5880 "wayland-cursor",
 5881 "wayland-protocols",
 5882 "wayland-protocols-plasma",
 5883 "windows 0.60.0",
 5884 "windows-core 0.60.1",
 5885 "x11-clipboard",
 5886 "x11rb",
 5887 "xim",
 5888 "xkbcommon",
 5889]
 5890
 5891[[package]]
 5892name = "gpui_macros"
 5893version = "0.1.0"
 5894dependencies = [
 5895 "gpui",
 5896 "proc-macro2",
 5897 "quote",
 5898 "syn 1.0.109",
 5899]
 5900
 5901[[package]]
 5902name = "gpui_tokio"
 5903version = "0.1.0"
 5904dependencies = [
 5905 "gpui",
 5906 "tokio",
 5907 "util",
 5908]
 5909
 5910[[package]]
 5911name = "grid"
 5912version = "0.13.0"
 5913source = "registry+https://github.com/rust-lang/crates.io-index"
 5914checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
 5915
 5916[[package]]
 5917name = "group"
 5918version = "0.12.1"
 5919source = "registry+https://github.com/rust-lang/crates.io-index"
 5920checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 5921dependencies = [
 5922 "ff",
 5923 "rand_core 0.6.4",
 5924 "subtle",
 5925]
 5926
 5927[[package]]
 5928name = "h2"
 5929version = "0.3.26"
 5930source = "registry+https://github.com/rust-lang/crates.io-index"
 5931checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
 5932dependencies = [
 5933 "bytes 1.10.1",
 5934 "fnv",
 5935 "futures-core",
 5936 "futures-sink",
 5937 "futures-util",
 5938 "http 0.2.12",
 5939 "indexmap",
 5940 "slab",
 5941 "tokio",
 5942 "tokio-util",
 5943 "tracing",
 5944]
 5945
 5946[[package]]
 5947name = "h2"
 5948version = "0.4.7"
 5949source = "registry+https://github.com/rust-lang/crates.io-index"
 5950checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
 5951dependencies = [
 5952 "atomic-waker",
 5953 "bytes 1.10.1",
 5954 "fnv",
 5955 "futures-core",
 5956 "futures-sink",
 5957 "http 1.2.0",
 5958 "indexmap",
 5959 "slab",
 5960 "tokio",
 5961 "tokio-util",
 5962 "tracing",
 5963]
 5964
 5965[[package]]
 5966name = "half"
 5967version = "2.4.1"
 5968source = "registry+https://github.com/rust-lang/crates.io-index"
 5969checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
 5970dependencies = [
 5971 "cfg-if",
 5972 "crunchy",
 5973]
 5974
 5975[[package]]
 5976name = "handlebars"
 5977version = "4.5.0"
 5978source = "registry+https://github.com/rust-lang/crates.io-index"
 5979checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 5980dependencies = [
 5981 "log",
 5982 "pest",
 5983 "pest_derive",
 5984 "serde",
 5985 "serde_json",
 5986 "thiserror 1.0.69",
 5987]
 5988
 5989[[package]]
 5990name = "handlebars"
 5991version = "6.2.0"
 5992source = "registry+https://github.com/rust-lang/crates.io-index"
 5993checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
 5994dependencies = [
 5995 "log",
 5996 "num-order",
 5997 "pest",
 5998 "pest_derive",
 5999 "serde",
 6000 "serde_json",
 6001 "thiserror 1.0.69",
 6002]
 6003
 6004[[package]]
 6005name = "hashbrown"
 6006version = "0.12.3"
 6007source = "registry+https://github.com/rust-lang/crates.io-index"
 6008checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 6009dependencies = [
 6010 "ahash 0.7.8",
 6011]
 6012
 6013[[package]]
 6014name = "hashbrown"
 6015version = "0.14.5"
 6016source = "registry+https://github.com/rust-lang/crates.io-index"
 6017checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 6018dependencies = [
 6019 "ahash 0.8.11",
 6020 "allocator-api2",
 6021]
 6022
 6023[[package]]
 6024name = "hashbrown"
 6025version = "0.15.2"
 6026source = "registry+https://github.com/rust-lang/crates.io-index"
 6027checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
 6028dependencies = [
 6029 "allocator-api2",
 6030 "equivalent",
 6031 "foldhash",
 6032 "serde",
 6033]
 6034
 6035[[package]]
 6036name = "hashlink"
 6037version = "0.8.4"
 6038source = "registry+https://github.com/rust-lang/crates.io-index"
 6039checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 6040dependencies = [
 6041 "hashbrown 0.14.5",
 6042]
 6043
 6044[[package]]
 6045name = "hashlink"
 6046version = "0.10.0"
 6047source = "registry+https://github.com/rust-lang/crates.io-index"
 6048checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 6049dependencies = [
 6050 "hashbrown 0.15.2",
 6051]
 6052
 6053[[package]]
 6054name = "headers"
 6055version = "0.3.9"
 6056source = "registry+https://github.com/rust-lang/crates.io-index"
 6057checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 6058dependencies = [
 6059 "base64 0.21.7",
 6060 "bytes 1.10.1",
 6061 "headers-core",
 6062 "http 0.2.12",
 6063 "httpdate",
 6064 "mime",
 6065 "sha1",
 6066]
 6067
 6068[[package]]
 6069name = "headers-core"
 6070version = "0.2.0"
 6071source = "registry+https://github.com/rust-lang/crates.io-index"
 6072checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 6073dependencies = [
 6074 "http 0.2.12",
 6075]
 6076
 6077[[package]]
 6078name = "heck"
 6079version = "0.3.3"
 6080source = "registry+https://github.com/rust-lang/crates.io-index"
 6081checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 6082dependencies = [
 6083 "unicode-segmentation",
 6084]
 6085
 6086[[package]]
 6087name = "heck"
 6088version = "0.4.1"
 6089source = "registry+https://github.com/rust-lang/crates.io-index"
 6090checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 6091dependencies = [
 6092 "unicode-segmentation",
 6093]
 6094
 6095[[package]]
 6096name = "heck"
 6097version = "0.5.0"
 6098source = "registry+https://github.com/rust-lang/crates.io-index"
 6099checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 6100
 6101[[package]]
 6102name = "heed"
 6103version = "0.21.0"
 6104source = "registry+https://github.com/rust-lang/crates.io-index"
 6105checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 6106dependencies = [
 6107 "bitflags 2.8.0",
 6108 "byteorder",
 6109 "heed-traits",
 6110 "heed-types",
 6111 "libc",
 6112 "lmdb-master-sys",
 6113 "once_cell",
 6114 "page_size",
 6115 "serde",
 6116 "synchronoise",
 6117 "url",
 6118]
 6119
 6120[[package]]
 6121name = "heed-traits"
 6122version = "0.20.0"
 6123source = "registry+https://github.com/rust-lang/crates.io-index"
 6124checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 6125
 6126[[package]]
 6127name = "heed-types"
 6128version = "0.21.0"
 6129source = "registry+https://github.com/rust-lang/crates.io-index"
 6130checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 6131dependencies = [
 6132 "bincode",
 6133 "byteorder",
 6134 "heed-traits",
 6135 "serde",
 6136 "serde_json",
 6137]
 6138
 6139[[package]]
 6140name = "hermit-abi"
 6141version = "0.3.9"
 6142source = "registry+https://github.com/rust-lang/crates.io-index"
 6143checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
 6144
 6145[[package]]
 6146name = "hermit-abi"
 6147version = "0.4.0"
 6148source = "registry+https://github.com/rust-lang/crates.io-index"
 6149checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
 6150
 6151[[package]]
 6152name = "hex"
 6153version = "0.4.3"
 6154source = "registry+https://github.com/rust-lang/crates.io-index"
 6155checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 6156
 6157[[package]]
 6158name = "hexf-parse"
 6159version = "0.2.1"
 6160source = "registry+https://github.com/rust-lang/crates.io-index"
 6161checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 6162
 6163[[package]]
 6164name = "hidden-trait"
 6165version = "0.1.2"
 6166source = "registry+https://github.com/rust-lang/crates.io-index"
 6167checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
 6168dependencies = [
 6169 "proc-macro2",
 6170 "quote",
 6171 "syn 1.0.109",
 6172]
 6173
 6174[[package]]
 6175name = "hkdf"
 6176version = "0.12.4"
 6177source = "registry+https://github.com/rust-lang/crates.io-index"
 6178checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 6179dependencies = [
 6180 "hmac",
 6181]
 6182
 6183[[package]]
 6184name = "hmac"
 6185version = "0.12.1"
 6186source = "registry+https://github.com/rust-lang/crates.io-index"
 6187checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 6188dependencies = [
 6189 "digest",
 6190]
 6191
 6192[[package]]
 6193name = "home"
 6194version = "0.5.9"
 6195source = "registry+https://github.com/rust-lang/crates.io-index"
 6196checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
 6197dependencies = [
 6198 "windows-sys 0.52.0",
 6199]
 6200
 6201[[package]]
 6202name = "hound"
 6203version = "3.5.1"
 6204source = "registry+https://github.com/rust-lang/crates.io-index"
 6205checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 6206
 6207[[package]]
 6208name = "html5ever"
 6209version = "0.27.0"
 6210source = "registry+https://github.com/rust-lang/crates.io-index"
 6211checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 6212dependencies = [
 6213 "log",
 6214 "mac",
 6215 "markup5ever",
 6216 "proc-macro2",
 6217 "quote",
 6218 "syn 2.0.100",
 6219]
 6220
 6221[[package]]
 6222name = "html_to_markdown"
 6223version = "0.1.0"
 6224dependencies = [
 6225 "anyhow",
 6226 "html5ever",
 6227 "indoc",
 6228 "markup5ever_rcdom",
 6229 "pretty_assertions",
 6230 "regex",
 6231]
 6232
 6233[[package]]
 6234name = "http"
 6235version = "0.2.12"
 6236source = "registry+https://github.com/rust-lang/crates.io-index"
 6237checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 6238dependencies = [
 6239 "bytes 1.10.1",
 6240 "fnv",
 6241 "itoa",
 6242]
 6243
 6244[[package]]
 6245name = "http"
 6246version = "1.2.0"
 6247source = "registry+https://github.com/rust-lang/crates.io-index"
 6248checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
 6249dependencies = [
 6250 "bytes 1.10.1",
 6251 "fnv",
 6252 "itoa",
 6253]
 6254
 6255[[package]]
 6256name = "http-body"
 6257version = "0.4.6"
 6258source = "registry+https://github.com/rust-lang/crates.io-index"
 6259checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 6260dependencies = [
 6261 "bytes 1.10.1",
 6262 "http 0.2.12",
 6263 "pin-project-lite",
 6264]
 6265
 6266[[package]]
 6267name = "http-body"
 6268version = "1.0.1"
 6269source = "registry+https://github.com/rust-lang/crates.io-index"
 6270checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 6271dependencies = [
 6272 "bytes 1.10.1",
 6273 "http 1.2.0",
 6274]
 6275
 6276[[package]]
 6277name = "http-body-util"
 6278version = "0.1.2"
 6279source = "registry+https://github.com/rust-lang/crates.io-index"
 6280checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
 6281dependencies = [
 6282 "bytes 1.10.1",
 6283 "futures-util",
 6284 "http 1.2.0",
 6285 "http-body 1.0.1",
 6286 "pin-project-lite",
 6287]
 6288
 6289[[package]]
 6290name = "http-range-header"
 6291version = "0.3.1"
 6292source = "registry+https://github.com/rust-lang/crates.io-index"
 6293checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 6294
 6295[[package]]
 6296name = "http-types"
 6297version = "2.12.0"
 6298source = "registry+https://github.com/rust-lang/crates.io-index"
 6299checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
 6300dependencies = [
 6301 "anyhow",
 6302 "async-channel 1.9.0",
 6303 "base64 0.13.1",
 6304 "futures-lite 1.13.0",
 6305 "http 0.2.12",
 6306 "infer",
 6307 "pin-project-lite",
 6308 "rand 0.7.3",
 6309 "serde",
 6310 "serde_json",
 6311 "serde_qs 0.8.5",
 6312 "serde_urlencoded",
 6313 "url",
 6314]
 6315
 6316[[package]]
 6317name = "http_client"
 6318version = "0.1.0"
 6319dependencies = [
 6320 "anyhow",
 6321 "bytes 1.10.1",
 6322 "derive_more",
 6323 "futures 0.3.31",
 6324 "http 1.2.0",
 6325 "log",
 6326 "serde",
 6327 "serde_json",
 6328 "url",
 6329]
 6330
 6331[[package]]
 6332name = "http_client_tls"
 6333version = "0.1.0"
 6334dependencies = [
 6335 "rustls 0.23.25",
 6336 "rustls-platform-verifier",
 6337]
 6338
 6339[[package]]
 6340name = "httparse"
 6341version = "1.9.5"
 6342source = "registry+https://github.com/rust-lang/crates.io-index"
 6343checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
 6344
 6345[[package]]
 6346name = "httpdate"
 6347version = "1.0.3"
 6348source = "registry+https://github.com/rust-lang/crates.io-index"
 6349checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 6350
 6351[[package]]
 6352name = "human_bytes"
 6353version = "0.4.3"
 6354source = "registry+https://github.com/rust-lang/crates.io-index"
 6355checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 6356
 6357[[package]]
 6358name = "humantime"
 6359version = "2.1.0"
 6360source = "registry+https://github.com/rust-lang/crates.io-index"
 6361checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
 6362
 6363[[package]]
 6364name = "hyper"
 6365version = "0.14.32"
 6366source = "registry+https://github.com/rust-lang/crates.io-index"
 6367checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 6368dependencies = [
 6369 "bytes 1.10.1",
 6370 "futures-channel",
 6371 "futures-core",
 6372 "futures-util",
 6373 "h2 0.3.26",
 6374 "http 0.2.12",
 6375 "http-body 0.4.6",
 6376 "httparse",
 6377 "httpdate",
 6378 "itoa",
 6379 "pin-project-lite",
 6380 "socket2",
 6381 "tokio",
 6382 "tower-service",
 6383 "tracing",
 6384 "want",
 6385]
 6386
 6387[[package]]
 6388name = "hyper"
 6389version = "1.5.1"
 6390source = "registry+https://github.com/rust-lang/crates.io-index"
 6391checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
 6392dependencies = [
 6393 "bytes 1.10.1",
 6394 "futures-channel",
 6395 "futures-util",
 6396 "h2 0.4.7",
 6397 "http 1.2.0",
 6398 "http-body 1.0.1",
 6399 "httparse",
 6400 "itoa",
 6401 "pin-project-lite",
 6402 "smallvec",
 6403 "tokio",
 6404 "want",
 6405]
 6406
 6407[[package]]
 6408name = "hyper-rustls"
 6409version = "0.24.2"
 6410source = "registry+https://github.com/rust-lang/crates.io-index"
 6411checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 6412dependencies = [
 6413 "futures-util",
 6414 "http 0.2.12",
 6415 "hyper 0.14.32",
 6416 "log",
 6417 "rustls 0.21.12",
 6418 "rustls-native-certs 0.6.3",
 6419 "tokio",
 6420 "tokio-rustls 0.24.1",
 6421]
 6422
 6423[[package]]
 6424name = "hyper-rustls"
 6425version = "0.27.3"
 6426source = "registry+https://github.com/rust-lang/crates.io-index"
 6427checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
 6428dependencies = [
 6429 "futures-util",
 6430 "http 1.2.0",
 6431 "hyper 1.5.1",
 6432 "hyper-util",
 6433 "rustls 0.23.25",
 6434 "rustls-native-certs 0.8.1",
 6435 "rustls-pki-types",
 6436 "tokio",
 6437 "tokio-rustls 0.26.1",
 6438 "tower-service",
 6439]
 6440
 6441[[package]]
 6442name = "hyper-tls"
 6443version = "0.5.0"
 6444source = "registry+https://github.com/rust-lang/crates.io-index"
 6445checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 6446dependencies = [
 6447 "bytes 1.10.1",
 6448 "hyper 0.14.32",
 6449 "native-tls",
 6450 "tokio",
 6451 "tokio-native-tls",
 6452]
 6453
 6454[[package]]
 6455name = "hyper-util"
 6456version = "0.1.10"
 6457source = "registry+https://github.com/rust-lang/crates.io-index"
 6458checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
 6459dependencies = [
 6460 "bytes 1.10.1",
 6461 "futures-channel",
 6462 "futures-util",
 6463 "http 1.2.0",
 6464 "http-body 1.0.1",
 6465 "hyper 1.5.1",
 6466 "pin-project-lite",
 6467 "socket2",
 6468 "tokio",
 6469 "tower-service",
 6470 "tracing",
 6471]
 6472
 6473[[package]]
 6474name = "iana-time-zone"
 6475version = "0.1.61"
 6476source = "registry+https://github.com/rust-lang/crates.io-index"
 6477checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
 6478dependencies = [
 6479 "android_system_properties",
 6480 "core-foundation-sys",
 6481 "iana-time-zone-haiku",
 6482 "js-sys",
 6483 "wasm-bindgen",
 6484 "windows-core 0.52.0",
 6485]
 6486
 6487[[package]]
 6488name = "iana-time-zone-haiku"
 6489version = "0.1.2"
 6490source = "registry+https://github.com/rust-lang/crates.io-index"
 6491checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 6492dependencies = [
 6493 "cc",
 6494]
 6495
 6496[[package]]
 6497name = "icu_collections"
 6498version = "1.5.0"
 6499source = "registry+https://github.com/rust-lang/crates.io-index"
 6500checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
 6501dependencies = [
 6502 "displaydoc",
 6503 "yoke",
 6504 "zerofrom",
 6505 "zerovec",
 6506]
 6507
 6508[[package]]
 6509name = "icu_locid"
 6510version = "1.5.0"
 6511source = "registry+https://github.com/rust-lang/crates.io-index"
 6512checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
 6513dependencies = [
 6514 "displaydoc",
 6515 "litemap",
 6516 "tinystr",
 6517 "writeable",
 6518 "zerovec",
 6519]
 6520
 6521[[package]]
 6522name = "icu_locid_transform"
 6523version = "1.5.0"
 6524source = "registry+https://github.com/rust-lang/crates.io-index"
 6525checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
 6526dependencies = [
 6527 "displaydoc",
 6528 "icu_locid",
 6529 "icu_locid_transform_data",
 6530 "icu_provider",
 6531 "tinystr",
 6532 "zerovec",
 6533]
 6534
 6535[[package]]
 6536name = "icu_locid_transform_data"
 6537version = "1.5.0"
 6538source = "registry+https://github.com/rust-lang/crates.io-index"
 6539checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
 6540
 6541[[package]]
 6542name = "icu_normalizer"
 6543version = "1.5.0"
 6544source = "registry+https://github.com/rust-lang/crates.io-index"
 6545checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
 6546dependencies = [
 6547 "displaydoc",
 6548 "icu_collections",
 6549 "icu_normalizer_data",
 6550 "icu_properties",
 6551 "icu_provider",
 6552 "smallvec",
 6553 "utf16_iter",
 6554 "utf8_iter",
 6555 "write16",
 6556 "zerovec",
 6557]
 6558
 6559[[package]]
 6560name = "icu_normalizer_data"
 6561version = "1.5.0"
 6562source = "registry+https://github.com/rust-lang/crates.io-index"
 6563checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
 6564
 6565[[package]]
 6566name = "icu_properties"
 6567version = "1.5.1"
 6568source = "registry+https://github.com/rust-lang/crates.io-index"
 6569checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
 6570dependencies = [
 6571 "displaydoc",
 6572 "icu_collections",
 6573 "icu_locid_transform",
 6574 "icu_properties_data",
 6575 "icu_provider",
 6576 "tinystr",
 6577 "zerovec",
 6578]
 6579
 6580[[package]]
 6581name = "icu_properties_data"
 6582version = "1.5.0"
 6583source = "registry+https://github.com/rust-lang/crates.io-index"
 6584checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
 6585
 6586[[package]]
 6587name = "icu_provider"
 6588version = "1.5.0"
 6589source = "registry+https://github.com/rust-lang/crates.io-index"
 6590checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
 6591dependencies = [
 6592 "displaydoc",
 6593 "icu_locid",
 6594 "icu_provider_macros",
 6595 "stable_deref_trait",
 6596 "tinystr",
 6597 "writeable",
 6598 "yoke",
 6599 "zerofrom",
 6600 "zerovec",
 6601]
 6602
 6603[[package]]
 6604name = "icu_provider_macros"
 6605version = "1.5.0"
 6606source = "registry+https://github.com/rust-lang/crates.io-index"
 6607checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
 6608dependencies = [
 6609 "proc-macro2",
 6610 "quote",
 6611 "syn 2.0.100",
 6612]
 6613
 6614[[package]]
 6615name = "id-arena"
 6616version = "2.2.1"
 6617source = "registry+https://github.com/rust-lang/crates.io-index"
 6618checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 6619
 6620[[package]]
 6621name = "idna"
 6622version = "1.0.3"
 6623source = "registry+https://github.com/rust-lang/crates.io-index"
 6624checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
 6625dependencies = [
 6626 "idna_adapter",
 6627 "smallvec",
 6628 "utf8_iter",
 6629]
 6630
 6631[[package]]
 6632name = "idna_adapter"
 6633version = "1.2.0"
 6634source = "registry+https://github.com/rust-lang/crates.io-index"
 6635checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
 6636dependencies = [
 6637 "icu_normalizer",
 6638 "icu_properties",
 6639]
 6640
 6641[[package]]
 6642name = "ignore"
 6643version = "0.4.23"
 6644source = "registry+https://github.com/rust-lang/crates.io-index"
 6645checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
 6646dependencies = [
 6647 "crossbeam-deque",
 6648 "globset",
 6649 "log",
 6650 "memchr",
 6651 "regex-automata 0.4.9",
 6652 "same-file",
 6653 "walkdir",
 6654 "winapi-util",
 6655]
 6656
 6657[[package]]
 6658name = "image"
 6659version = "0.25.5"
 6660source = "registry+https://github.com/rust-lang/crates.io-index"
 6661checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
 6662dependencies = [
 6663 "bytemuck",
 6664 "byteorder-lite",
 6665 "color_quant",
 6666 "exr",
 6667 "gif",
 6668 "image-webp",
 6669 "num-traits",
 6670 "png",
 6671 "qoi",
 6672 "ravif",
 6673 "rayon",
 6674 "rgb",
 6675 "tiff",
 6676 "zune-core",
 6677 "zune-jpeg",
 6678]
 6679
 6680[[package]]
 6681name = "image-webp"
 6682version = "0.2.0"
 6683source = "registry+https://github.com/rust-lang/crates.io-index"
 6684checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
 6685dependencies = [
 6686 "byteorder-lite",
 6687 "quick-error",
 6688]
 6689
 6690[[package]]
 6691name = "image_viewer"
 6692version = "0.1.0"
 6693dependencies = [
 6694 "anyhow",
 6695 "db",
 6696 "editor",
 6697 "file_icons",
 6698 "gpui",
 6699 "project",
 6700 "schemars",
 6701 "serde",
 6702 "settings",
 6703 "theme",
 6704 "ui",
 6705 "util",
 6706 "workspace",
 6707]
 6708
 6709[[package]]
 6710name = "imagesize"
 6711version = "0.13.0"
 6712source = "registry+https://github.com/rust-lang/crates.io-index"
 6713checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 6714
 6715[[package]]
 6716name = "imara-diff"
 6717version = "0.1.8"
 6718source = "registry+https://github.com/rust-lang/crates.io-index"
 6719checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 6720dependencies = [
 6721 "hashbrown 0.15.2",
 6722]
 6723
 6724[[package]]
 6725name = "imgref"
 6726version = "1.11.0"
 6727source = "registry+https://github.com/rust-lang/crates.io-index"
 6728checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
 6729
 6730[[package]]
 6731name = "indexed_docs"
 6732version = "0.1.0"
 6733dependencies = [
 6734 "anyhow",
 6735 "async-trait",
 6736 "cargo_metadata",
 6737 "collections",
 6738 "derive_more",
 6739 "extension",
 6740 "fs",
 6741 "futures 0.3.31",
 6742 "fuzzy",
 6743 "gpui",
 6744 "heed",
 6745 "html_to_markdown",
 6746 "http_client",
 6747 "indexmap",
 6748 "indoc",
 6749 "parking_lot",
 6750 "paths",
 6751 "pretty_assertions",
 6752 "serde",
 6753 "strum",
 6754 "util",
 6755]
 6756
 6757[[package]]
 6758name = "indexmap"
 6759version = "2.7.1"
 6760source = "registry+https://github.com/rust-lang/crates.io-index"
 6761checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
 6762dependencies = [
 6763 "equivalent",
 6764 "hashbrown 0.15.2",
 6765 "serde",
 6766]
 6767
 6768[[package]]
 6769name = "indoc"
 6770version = "2.0.6"
 6771source = "registry+https://github.com/rust-lang/crates.io-index"
 6772checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 6773
 6774[[package]]
 6775name = "infer"
 6776version = "0.2.3"
 6777source = "registry+https://github.com/rust-lang/crates.io-index"
 6778checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
 6779
 6780[[package]]
 6781name = "inherent"
 6782version = "1.0.11"
 6783source = "registry+https://github.com/rust-lang/crates.io-index"
 6784checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
 6785dependencies = [
 6786 "proc-macro2",
 6787 "quote",
 6788 "syn 2.0.100",
 6789]
 6790
 6791[[package]]
 6792name = "inline_completion"
 6793version = "0.1.0"
 6794dependencies = [
 6795 "gpui",
 6796 "language",
 6797 "project",
 6798]
 6799
 6800[[package]]
 6801name = "inline_completion_button"
 6802version = "0.1.0"
 6803dependencies = [
 6804 "anyhow",
 6805 "client",
 6806 "copilot",
 6807 "editor",
 6808 "feature_flags",
 6809 "fs",
 6810 "futures 0.3.31",
 6811 "gpui",
 6812 "indoc",
 6813 "inline_completion",
 6814 "language",
 6815 "lsp",
 6816 "paths",
 6817 "project",
 6818 "regex",
 6819 "serde_json",
 6820 "settings",
 6821 "supermaven",
 6822 "telemetry",
 6823 "theme",
 6824 "ui",
 6825 "workspace",
 6826 "zed_actions",
 6827 "zeta",
 6828]
 6829
 6830[[package]]
 6831name = "inotify"
 6832version = "0.9.6"
 6833source = "registry+https://github.com/rust-lang/crates.io-index"
 6834checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 6835dependencies = [
 6836 "bitflags 1.3.2",
 6837 "inotify-sys",
 6838 "libc",
 6839]
 6840
 6841[[package]]
 6842name = "inotify"
 6843version = "0.11.0"
 6844source = "registry+https://github.com/rust-lang/crates.io-index"
 6845checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 6846dependencies = [
 6847 "bitflags 2.8.0",
 6848 "inotify-sys",
 6849 "libc",
 6850]
 6851
 6852[[package]]
 6853name = "inotify-sys"
 6854version = "0.1.5"
 6855source = "registry+https://github.com/rust-lang/crates.io-index"
 6856checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 6857dependencies = [
 6858 "libc",
 6859]
 6860
 6861[[package]]
 6862name = "inout"
 6863version = "0.1.3"
 6864source = "registry+https://github.com/rust-lang/crates.io-index"
 6865checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
 6866dependencies = [
 6867 "block-padding",
 6868 "generic-array",
 6869]
 6870
 6871[[package]]
 6872name = "install_cli"
 6873version = "0.1.0"
 6874dependencies = [
 6875 "anyhow",
 6876 "gpui",
 6877 "smol",
 6878 "util",
 6879]
 6880
 6881[[package]]
 6882name = "instant"
 6883version = "0.1.13"
 6884source = "registry+https://github.com/rust-lang/crates.io-index"
 6885checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 6886dependencies = [
 6887 "cfg-if",
 6888]
 6889
 6890[[package]]
 6891name = "interpolate_name"
 6892version = "0.2.4"
 6893source = "registry+https://github.com/rust-lang/crates.io-index"
 6894checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 6895dependencies = [
 6896 "proc-macro2",
 6897 "quote",
 6898 "syn 2.0.100",
 6899]
 6900
 6901[[package]]
 6902name = "inventory"
 6903version = "0.3.20"
 6904source = "registry+https://github.com/rust-lang/crates.io-index"
 6905checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
 6906dependencies = [
 6907 "rustversion",
 6908]
 6909
 6910[[package]]
 6911name = "io-extras"
 6912version = "0.18.4"
 6913source = "registry+https://github.com/rust-lang/crates.io-index"
 6914checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 6915dependencies = [
 6916 "io-lifetimes",
 6917 "windows-sys 0.59.0",
 6918]
 6919
 6920[[package]]
 6921name = "io-lifetimes"
 6922version = "2.0.4"
 6923source = "registry+https://github.com/rust-lang/crates.io-index"
 6924checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 6925
 6926[[package]]
 6927name = "iovec"
 6928version = "0.1.4"
 6929source = "registry+https://github.com/rust-lang/crates.io-index"
 6930checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 6931dependencies = [
 6932 "libc",
 6933]
 6934
 6935[[package]]
 6936name = "ipc-channel"
 6937version = "0.19.0"
 6938source = "registry+https://github.com/rust-lang/crates.io-index"
 6939checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 6940dependencies = [
 6941 "bincode",
 6942 "crossbeam-channel",
 6943 "fnv",
 6944 "lazy_static",
 6945 "libc",
 6946 "mio 1.0.3",
 6947 "rand 0.8.5",
 6948 "serde",
 6949 "tempfile",
 6950 "uuid",
 6951 "windows 0.58.0",
 6952]
 6953
 6954[[package]]
 6955name = "ipnet"
 6956version = "2.10.1"
 6957source = "registry+https://github.com/rust-lang/crates.io-index"
 6958checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
 6959
 6960[[package]]
 6961name = "is-docker"
 6962version = "0.2.0"
 6963source = "registry+https://github.com/rust-lang/crates.io-index"
 6964checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 6965dependencies = [
 6966 "once_cell",
 6967]
 6968
 6969[[package]]
 6970name = "is-terminal"
 6971version = "0.4.13"
 6972source = "registry+https://github.com/rust-lang/crates.io-index"
 6973checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
 6974dependencies = [
 6975 "hermit-abi 0.4.0",
 6976 "libc",
 6977 "windows-sys 0.52.0",
 6978]
 6979
 6980[[package]]
 6981name = "is-wsl"
 6982version = "0.4.0"
 6983source = "registry+https://github.com/rust-lang/crates.io-index"
 6984checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 6985dependencies = [
 6986 "is-docker",
 6987 "once_cell",
 6988]
 6989
 6990[[package]]
 6991name = "is_terminal_polyfill"
 6992version = "1.70.1"
 6993source = "registry+https://github.com/rust-lang/crates.io-index"
 6994checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 6995
 6996[[package]]
 6997name = "itertools"
 6998version = "0.10.5"
 6999source = "registry+https://github.com/rust-lang/crates.io-index"
 7000checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 7001dependencies = [
 7002 "either",
 7003]
 7004
 7005[[package]]
 7006name = "itertools"
 7007version = "0.11.0"
 7008source = "registry+https://github.com/rust-lang/crates.io-index"
 7009checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 7010dependencies = [
 7011 "either",
 7012]
 7013
 7014[[package]]
 7015name = "itertools"
 7016version = "0.12.1"
 7017source = "registry+https://github.com/rust-lang/crates.io-index"
 7018checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 7019dependencies = [
 7020 "either",
 7021]
 7022
 7023[[package]]
 7024name = "itertools"
 7025version = "0.14.0"
 7026source = "registry+https://github.com/rust-lang/crates.io-index"
 7027checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 7028dependencies = [
 7029 "either",
 7030]
 7031
 7032[[package]]
 7033name = "itoa"
 7034version = "1.0.14"
 7035source = "registry+https://github.com/rust-lang/crates.io-index"
 7036checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
 7037
 7038[[package]]
 7039name = "jiff"
 7040version = "0.2.4"
 7041source = "registry+https://github.com/rust-lang/crates.io-index"
 7042checksum = "d699bc6dfc879fb1bf9bdff0d4c56f0884fc6f0d0eb0fba397a6d00cd9a6b85e"
 7043dependencies = [
 7044 "jiff-static",
 7045 "log",
 7046 "portable-atomic",
 7047 "portable-atomic-util",
 7048 "serde",
 7049]
 7050
 7051[[package]]
 7052name = "jiff-static"
 7053version = "0.2.4"
 7054source = "registry+https://github.com/rust-lang/crates.io-index"
 7055checksum = "8d16e75759ee0aa64c57a56acbf43916987b20c77373cb7e808979e02b93c9f9"
 7056dependencies = [
 7057 "proc-macro2",
 7058 "quote",
 7059 "syn 2.0.100",
 7060]
 7061
 7062[[package]]
 7063name = "jni"
 7064version = "0.21.1"
 7065source = "registry+https://github.com/rust-lang/crates.io-index"
 7066checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 7067dependencies = [
 7068 "cesu8",
 7069 "cfg-if",
 7070 "combine",
 7071 "jni-sys",
 7072 "log",
 7073 "thiserror 1.0.69",
 7074 "walkdir",
 7075 "windows-sys 0.45.0",
 7076]
 7077
 7078[[package]]
 7079name = "jni-sys"
 7080version = "0.3.0"
 7081source = "registry+https://github.com/rust-lang/crates.io-index"
 7082checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 7083
 7084[[package]]
 7085name = "jobserver"
 7086version = "0.1.32"
 7087source = "registry+https://github.com/rust-lang/crates.io-index"
 7088checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
 7089dependencies = [
 7090 "libc",
 7091]
 7092
 7093[[package]]
 7094name = "journal"
 7095version = "0.1.0"
 7096dependencies = [
 7097 "anyhow",
 7098 "chrono",
 7099 "editor",
 7100 "gpui",
 7101 "log",
 7102 "schemars",
 7103 "serde",
 7104 "settings",
 7105 "shellexpand 2.1.2",
 7106 "workspace",
 7107]
 7108
 7109[[package]]
 7110name = "jpeg-decoder"
 7111version = "0.3.1"
 7112source = "registry+https://github.com/rust-lang/crates.io-index"
 7113checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
 7114
 7115[[package]]
 7116name = "js-sys"
 7117version = "0.3.76"
 7118source = "registry+https://github.com/rust-lang/crates.io-index"
 7119checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
 7120dependencies = [
 7121 "once_cell",
 7122 "wasm-bindgen",
 7123]
 7124
 7125[[package]]
 7126name = "jsonwebtoken"
 7127version = "9.3.1"
 7128source = "registry+https://github.com/rust-lang/crates.io-index"
 7129checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
 7130dependencies = [
 7131 "base64 0.22.1",
 7132 "js-sys",
 7133 "pem",
 7134 "ring",
 7135 "serde",
 7136 "serde_json",
 7137 "simple_asn1",
 7138]
 7139
 7140[[package]]
 7141name = "jupyter-protocol"
 7142version = "0.6.0"
 7143source = "registry+https://github.com/rust-lang/crates.io-index"
 7144checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
 7145dependencies = [
 7146 "anyhow",
 7147 "async-trait",
 7148 "bytes 1.10.1",
 7149 "chrono",
 7150 "futures 0.3.31",
 7151 "serde",
 7152 "serde_json",
 7153 "uuid",
 7154]
 7155
 7156[[package]]
 7157name = "jupyter-websocket-client"
 7158version = "0.9.0"
 7159source = "registry+https://github.com/rust-lang/crates.io-index"
 7160checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
 7161dependencies = [
 7162 "anyhow",
 7163 "async-trait",
 7164 "async-tungstenite",
 7165 "futures 0.3.31",
 7166 "jupyter-protocol",
 7167 "serde",
 7168 "serde_json",
 7169 "url",
 7170 "uuid",
 7171]
 7172
 7173[[package]]
 7174name = "khronos-egl"
 7175version = "6.0.0"
 7176source = "registry+https://github.com/rust-lang/crates.io-index"
 7177checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 7178dependencies = [
 7179 "libc",
 7180 "libloading",
 7181]
 7182
 7183[[package]]
 7184name = "kqueue"
 7185version = "1.0.8"
 7186source = "registry+https://github.com/rust-lang/crates.io-index"
 7187checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
 7188dependencies = [
 7189 "kqueue-sys",
 7190 "libc",
 7191]
 7192
 7193[[package]]
 7194name = "kqueue-sys"
 7195version = "1.0.4"
 7196source = "registry+https://github.com/rust-lang/crates.io-index"
 7197checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 7198dependencies = [
 7199 "bitflags 1.3.2",
 7200 "libc",
 7201]
 7202
 7203[[package]]
 7204name = "kurbo"
 7205version = "0.11.1"
 7206source = "registry+https://github.com/rust-lang/crates.io-index"
 7207checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
 7208dependencies = [
 7209 "arrayvec",
 7210 "smallvec",
 7211]
 7212
 7213[[package]]
 7214name = "kv-log-macro"
 7215version = "1.0.7"
 7216source = "registry+https://github.com/rust-lang/crates.io-index"
 7217checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 7218dependencies = [
 7219 "log",
 7220]
 7221
 7222[[package]]
 7223name = "language"
 7224version = "0.1.0"
 7225dependencies = [
 7226 "anyhow",
 7227 "async-trait",
 7228 "async-watch",
 7229 "clock",
 7230 "collections",
 7231 "ctor",
 7232 "ec4rs",
 7233 "env_logger 0.11.7",
 7234 "fs",
 7235 "futures 0.3.31",
 7236 "fuzzy",
 7237 "globset",
 7238 "gpui",
 7239 "http_client",
 7240 "imara-diff",
 7241 "indoc",
 7242 "itertools 0.14.0",
 7243 "log",
 7244 "lsp",
 7245 "parking_lot",
 7246 "postage",
 7247 "pretty_assertions",
 7248 "rand 0.8.5",
 7249 "regex",
 7250 "rpc",
 7251 "schemars",
 7252 "serde",
 7253 "serde_json",
 7254 "settings",
 7255 "smallvec",
 7256 "smol",
 7257 "streaming-iterator",
 7258 "strsim",
 7259 "sum_tree",
 7260 "task",
 7261 "text",
 7262 "theme",
 7263 "tree-sitter",
 7264 "tree-sitter-elixir",
 7265 "tree-sitter-embedded-template",
 7266 "tree-sitter-heex",
 7267 "tree-sitter-html",
 7268 "tree-sitter-json",
 7269 "tree-sitter-md",
 7270 "tree-sitter-ruby",
 7271 "tree-sitter-rust",
 7272 "tree-sitter-typescript",
 7273 "unicase",
 7274 "unindent",
 7275 "util",
 7276]
 7277
 7278[[package]]
 7279name = "language_extension"
 7280version = "0.1.0"
 7281dependencies = [
 7282 "anyhow",
 7283 "async-trait",
 7284 "collections",
 7285 "extension",
 7286 "fs",
 7287 "futures 0.3.31",
 7288 "gpui",
 7289 "language",
 7290 "lsp",
 7291 "serde",
 7292 "serde_json",
 7293 "util",
 7294]
 7295
 7296[[package]]
 7297name = "language_model"
 7298version = "0.1.0"
 7299dependencies = [
 7300 "anthropic",
 7301 "anyhow",
 7302 "base64 0.22.1",
 7303 "client",
 7304 "collections",
 7305 "futures 0.3.31",
 7306 "google_ai",
 7307 "gpui",
 7308 "http_client",
 7309 "image",
 7310 "log",
 7311 "open_ai",
 7312 "parking_lot",
 7313 "proto",
 7314 "schemars",
 7315 "serde",
 7316 "serde_json",
 7317 "smol",
 7318 "strum",
 7319 "telemetry_events",
 7320 "thiserror 2.0.12",
 7321 "ui",
 7322 "util",
 7323]
 7324
 7325[[package]]
 7326name = "language_model_selector"
 7327version = "0.1.0"
 7328dependencies = [
 7329 "feature_flags",
 7330 "gpui",
 7331 "language_model",
 7332 "log",
 7333 "picker",
 7334 "proto",
 7335 "ui",
 7336 "workspace",
 7337 "zed_actions",
 7338]
 7339
 7340[[package]]
 7341name = "language_models"
 7342version = "0.1.0"
 7343dependencies = [
 7344 "anthropic",
 7345 "anyhow",
 7346 "aws-config",
 7347 "aws-credential-types",
 7348 "aws_http_client",
 7349 "bedrock",
 7350 "client",
 7351 "collections",
 7352 "copilot",
 7353 "credentials_provider",
 7354 "deepseek",
 7355 "editor",
 7356 "feature_flags",
 7357 "fs",
 7358 "futures 0.3.31",
 7359 "google_ai",
 7360 "gpui",
 7361 "gpui_tokio",
 7362 "http_client",
 7363 "language_model",
 7364 "lmstudio",
 7365 "log",
 7366 "menu",
 7367 "mistral",
 7368 "ollama",
 7369 "open_ai",
 7370 "project",
 7371 "proto",
 7372 "schemars",
 7373 "serde",
 7374 "serde_json",
 7375 "settings",
 7376 "smol",
 7377 "strum",
 7378 "theme",
 7379 "tiktoken-rs",
 7380 "tokio",
 7381 "ui",
 7382 "util",
 7383]
 7384
 7385[[package]]
 7386name = "language_selector"
 7387version = "0.1.0"
 7388dependencies = [
 7389 "anyhow",
 7390 "editor",
 7391 "file_finder",
 7392 "file_icons",
 7393 "fuzzy",
 7394 "gpui",
 7395 "language",
 7396 "picker",
 7397 "project",
 7398 "settings",
 7399 "ui",
 7400 "util",
 7401 "workspace",
 7402]
 7403
 7404[[package]]
 7405name = "language_tools"
 7406version = "0.1.0"
 7407dependencies = [
 7408 "anyhow",
 7409 "client",
 7410 "collections",
 7411 "copilot",
 7412 "editor",
 7413 "env_logger 0.11.7",
 7414 "futures 0.3.31",
 7415 "gpui",
 7416 "itertools 0.14.0",
 7417 "language",
 7418 "lsp",
 7419 "project",
 7420 "release_channel",
 7421 "serde_json",
 7422 "settings",
 7423 "theme",
 7424 "tree-sitter",
 7425 "ui",
 7426 "util",
 7427 "workspace",
 7428 "zed_actions",
 7429]
 7430
 7431[[package]]
 7432name = "languages"
 7433version = "0.1.0"
 7434dependencies = [
 7435 "anyhow",
 7436 "async-compression",
 7437 "async-tar",
 7438 "async-trait",
 7439 "collections",
 7440 "futures 0.3.31",
 7441 "gpui",
 7442 "http_client",
 7443 "language",
 7444 "log",
 7445 "lsp",
 7446 "node_runtime",
 7447 "paths",
 7448 "pet",
 7449 "pet-conda",
 7450 "pet-core",
 7451 "pet-fs",
 7452 "pet-poetry",
 7453 "pet-reporter",
 7454 "pretty_assertions",
 7455 "project",
 7456 "regex",
 7457 "rope",
 7458 "rust-embed",
 7459 "serde",
 7460 "serde_json",
 7461 "settings",
 7462 "smol",
 7463 "snippet_provider",
 7464 "task",
 7465 "text",
 7466 "theme",
 7467 "toml 0.8.20",
 7468 "tree-sitter",
 7469 "tree-sitter-bash",
 7470 "tree-sitter-c",
 7471 "tree-sitter-cpp",
 7472 "tree-sitter-css",
 7473 "tree-sitter-diff",
 7474 "tree-sitter-gitcommit",
 7475 "tree-sitter-go",
 7476 "tree-sitter-gomod",
 7477 "tree-sitter-gowork",
 7478 "tree-sitter-jsdoc",
 7479 "tree-sitter-json",
 7480 "tree-sitter-md",
 7481 "tree-sitter-python",
 7482 "tree-sitter-regex",
 7483 "tree-sitter-rust",
 7484 "tree-sitter-typescript",
 7485 "tree-sitter-yaml",
 7486 "unindent",
 7487 "util",
 7488 "workspace",
 7489]
 7490
 7491[[package]]
 7492name = "lazy_static"
 7493version = "1.5.0"
 7494source = "registry+https://github.com/rust-lang/crates.io-index"
 7495checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 7496dependencies = [
 7497 "spin",
 7498]
 7499
 7500[[package]]
 7501name = "lazycell"
 7502version = "1.3.0"
 7503source = "registry+https://github.com/rust-lang/crates.io-index"
 7504checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 7505
 7506[[package]]
 7507name = "leb128"
 7508version = "0.2.5"
 7509source = "registry+https://github.com/rust-lang/crates.io-index"
 7510checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 7511
 7512[[package]]
 7513name = "lebe"
 7514version = "0.5.2"
 7515source = "registry+https://github.com/rust-lang/crates.io-index"
 7516checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
 7517
 7518[[package]]
 7519name = "libc"
 7520version = "0.2.171"
 7521source = "registry+https://github.com/rust-lang/crates.io-index"
 7522checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
 7523
 7524[[package]]
 7525name = "libdbus-sys"
 7526version = "0.2.5"
 7527source = "registry+https://github.com/rust-lang/crates.io-index"
 7528checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
 7529dependencies = [
 7530 "cc",
 7531 "pkg-config",
 7532]
 7533
 7534[[package]]
 7535name = "libfuzzer-sys"
 7536version = "0.4.8"
 7537source = "registry+https://github.com/rust-lang/crates.io-index"
 7538checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
 7539dependencies = [
 7540 "arbitrary",
 7541 "cc",
 7542]
 7543
 7544[[package]]
 7545name = "libgit2-sys"
 7546version = "0.18.1+1.9.0"
 7547source = "registry+https://github.com/rust-lang/crates.io-index"
 7548checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
 7549dependencies = [
 7550 "cc",
 7551 "libc",
 7552 "libz-sys",
 7553 "pkg-config",
 7554]
 7555
 7556[[package]]
 7557name = "libloading"
 7558version = "0.8.6"
 7559source = "registry+https://github.com/rust-lang/crates.io-index"
 7560checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
 7561dependencies = [
 7562 "cfg-if",
 7563 "windows-targets 0.52.6",
 7564]
 7565
 7566[[package]]
 7567name = "libm"
 7568version = "0.2.11"
 7569source = "registry+https://github.com/rust-lang/crates.io-index"
 7570checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
 7571
 7572[[package]]
 7573name = "libmimalloc-sys"
 7574version = "0.1.40"
 7575source = "registry+https://github.com/rust-lang/crates.io-index"
 7576checksum = "07d0e07885d6a754b9c7993f2625187ad694ee985d60f23355ff0e7077261502"
 7577dependencies = [
 7578 "cc",
 7579 "libc",
 7580]
 7581
 7582[[package]]
 7583name = "libredox"
 7584version = "0.1.3"
 7585source = "registry+https://github.com/rust-lang/crates.io-index"
 7586checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
 7587dependencies = [
 7588 "bitflags 2.8.0",
 7589 "libc",
 7590 "redox_syscall 0.5.8",
 7591]
 7592
 7593[[package]]
 7594name = "libsqlite3-sys"
 7595version = "0.30.1"
 7596source = "registry+https://github.com/rust-lang/crates.io-index"
 7597checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 7598dependencies = [
 7599 "cc",
 7600 "pkg-config",
 7601 "vcpkg",
 7602]
 7603
 7604[[package]]
 7605name = "libwebrtc"
 7606version = "0.3.7"
 7607source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7608dependencies = [
 7609 "cxx",
 7610 "jni",
 7611 "js-sys",
 7612 "lazy_static",
 7613 "livekit-protocol",
 7614 "livekit-runtime",
 7615 "log",
 7616 "parking_lot",
 7617 "serde",
 7618 "serde_json",
 7619 "thiserror 1.0.69",
 7620 "tokio",
 7621 "wasm-bindgen",
 7622 "wasm-bindgen-futures",
 7623 "web-sys",
 7624 "webrtc-sys",
 7625]
 7626
 7627[[package]]
 7628name = "libz-sys"
 7629version = "1.1.20"
 7630source = "registry+https://github.com/rust-lang/crates.io-index"
 7631checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
 7632dependencies = [
 7633 "cc",
 7634 "libc",
 7635 "pkg-config",
 7636 "vcpkg",
 7637]
 7638
 7639[[package]]
 7640name = "link-cplusplus"
 7641version = "1.0.9"
 7642source = "registry+https://github.com/rust-lang/crates.io-index"
 7643checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
 7644dependencies = [
 7645 "cc",
 7646]
 7647
 7648[[package]]
 7649name = "linkify"
 7650version = "0.10.0"
 7651source = "registry+https://github.com/rust-lang/crates.io-index"
 7652checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 7653dependencies = [
 7654 "memchr",
 7655]
 7656
 7657[[package]]
 7658name = "linkme"
 7659version = "0.3.32"
 7660source = "registry+https://github.com/rust-lang/crates.io-index"
 7661checksum = "22d227772b5999ddc0690e733f734f95ca05387e329c4084fe65678c51198ffe"
 7662dependencies = [
 7663 "linkme-impl",
 7664]
 7665
 7666[[package]]
 7667name = "linkme-impl"
 7668version = "0.3.32"
 7669source = "registry+https://github.com/rust-lang/crates.io-index"
 7670checksum = "71a98813fa0073a317ed6a8055dcd4722a49d9b862af828ee68449adb799b6be"
 7671dependencies = [
 7672 "proc-macro2",
 7673 "quote",
 7674 "syn 2.0.100",
 7675]
 7676
 7677[[package]]
 7678name = "linux-raw-sys"
 7679version = "0.4.14"
 7680source = "registry+https://github.com/rust-lang/crates.io-index"
 7681checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
 7682
 7683[[package]]
 7684name = "litemap"
 7685version = "0.7.4"
 7686source = "registry+https://github.com/rust-lang/crates.io-index"
 7687checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
 7688
 7689[[package]]
 7690name = "livekit"
 7691version = "0.7.0"
 7692source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7693dependencies = [
 7694 "chrono",
 7695 "futures-util",
 7696 "lazy_static",
 7697 "libwebrtc",
 7698 "livekit-api",
 7699 "livekit-protocol",
 7700 "livekit-runtime",
 7701 "log",
 7702 "parking_lot",
 7703 "prost 0.12.6",
 7704 "semver",
 7705 "serde",
 7706 "serde_json",
 7707 "thiserror 1.0.69",
 7708 "tokio",
 7709]
 7710
 7711[[package]]
 7712name = "livekit-api"
 7713version = "0.4.1"
 7714source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7715dependencies = [
 7716 "async-tungstenite",
 7717 "futures-util",
 7718 "http 0.2.12",
 7719 "jsonwebtoken",
 7720 "livekit-protocol",
 7721 "livekit-runtime",
 7722 "log",
 7723 "parking_lot",
 7724 "prost 0.12.6",
 7725 "reqwest 0.11.27",
 7726 "scopeguard",
 7727 "serde",
 7728 "serde_json",
 7729 "sha2",
 7730 "thiserror 1.0.69",
 7731 "tokio",
 7732 "tokio-tungstenite 0.20.1",
 7733 "url",
 7734]
 7735
 7736[[package]]
 7737name = "livekit-protocol"
 7738version = "0.3.6"
 7739source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7740dependencies = [
 7741 "futures-util",
 7742 "livekit-runtime",
 7743 "parking_lot",
 7744 "pbjson",
 7745 "pbjson-types",
 7746 "prost 0.12.6",
 7747 "prost-types 0.12.6",
 7748 "serde",
 7749 "thiserror 1.0.69",
 7750 "tokio",
 7751]
 7752
 7753[[package]]
 7754name = "livekit-runtime"
 7755version = "0.3.1"
 7756source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7757dependencies = [
 7758 "async-io",
 7759 "async-std",
 7760 "async-task",
 7761 "futures 0.3.31",
 7762]
 7763
 7764[[package]]
 7765name = "livekit_api"
 7766version = "0.1.0"
 7767dependencies = [
 7768 "anyhow",
 7769 "async-trait",
 7770 "jsonwebtoken",
 7771 "log",
 7772 "prost 0.9.0",
 7773 "prost-build 0.9.0",
 7774 "prost-types 0.9.0",
 7775 "reqwest 0.12.8",
 7776 "serde",
 7777]
 7778
 7779[[package]]
 7780name = "livekit_client"
 7781version = "0.1.0"
 7782dependencies = [
 7783 "anyhow",
 7784 "async-trait",
 7785 "collections",
 7786 "core-foundation 0.9.4",
 7787 "coreaudio-rs 0.12.1",
 7788 "cpal",
 7789 "futures 0.3.31",
 7790 "gpui",
 7791 "http 0.2.12",
 7792 "http_client",
 7793 "image",
 7794 "livekit",
 7795 "livekit_api",
 7796 "log",
 7797 "media",
 7798 "nanoid",
 7799 "parking_lot",
 7800 "postage",
 7801 "serde",
 7802 "serde_json",
 7803 "sha2",
 7804 "simplelog",
 7805 "smallvec",
 7806 "util",
 7807]
 7808
 7809[[package]]
 7810name = "livekit_client_macos"
 7811version = "0.1.0"
 7812dependencies = [
 7813 "anyhow",
 7814 "async-broadcast",
 7815 "async-trait",
 7816 "collections",
 7817 "core-foundation 0.9.4",
 7818 "futures 0.3.31",
 7819 "gpui",
 7820 "livekit_api",
 7821 "log",
 7822 "media",
 7823 "nanoid",
 7824 "parking_lot",
 7825 "postage",
 7826 "serde",
 7827 "serde_json",
 7828 "sha2",
 7829 "simplelog",
 7830]
 7831
 7832[[package]]
 7833name = "lmdb-master-sys"
 7834version = "0.2.4"
 7835source = "registry+https://github.com/rust-lang/crates.io-index"
 7836checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
 7837dependencies = [
 7838 "cc",
 7839 "doxygen-rs",
 7840 "libc",
 7841]
 7842
 7843[[package]]
 7844name = "lmstudio"
 7845version = "0.1.0"
 7846dependencies = [
 7847 "anyhow",
 7848 "futures 0.3.31",
 7849 "http_client",
 7850 "schemars",
 7851 "serde",
 7852 "serde_json",
 7853]
 7854
 7855[[package]]
 7856name = "lock_api"
 7857version = "0.4.12"
 7858source = "registry+https://github.com/rust-lang/crates.io-index"
 7859checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
 7860dependencies = [
 7861 "autocfg",
 7862 "scopeguard",
 7863]
 7864
 7865[[package]]
 7866name = "log"
 7867version = "0.4.26"
 7868source = "registry+https://github.com/rust-lang/crates.io-index"
 7869checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
 7870dependencies = [
 7871 "serde",
 7872 "value-bag",
 7873]
 7874
 7875[[package]]
 7876name = "loop9"
 7877version = "0.1.5"
 7878source = "registry+https://github.com/rust-lang/crates.io-index"
 7879checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
 7880dependencies = [
 7881 "imgref",
 7882]
 7883
 7884[[package]]
 7885name = "lru"
 7886version = "0.12.5"
 7887source = "registry+https://github.com/rust-lang/crates.io-index"
 7888checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
 7889dependencies = [
 7890 "hashbrown 0.15.2",
 7891]
 7892
 7893[[package]]
 7894name = "lsp"
 7895version = "0.1.0"
 7896dependencies = [
 7897 "anyhow",
 7898 "async-pipe",
 7899 "collections",
 7900 "ctor",
 7901 "env_logger 0.11.7",
 7902 "futures 0.3.31",
 7903 "gpui",
 7904 "log",
 7905 "lsp-types",
 7906 "parking_lot",
 7907 "postage",
 7908 "release_channel",
 7909 "schemars",
 7910 "serde",
 7911 "serde_json",
 7912 "smol",
 7913 "util",
 7914]
 7915
 7916[[package]]
 7917name = "lsp-types"
 7918version = "0.95.1"
 7919source = "git+https://github.com/zed-industries/lsp-types?rev=1fff0dd12e2071c5667327394cfec163d2a466ab#1fff0dd12e2071c5667327394cfec163d2a466ab"
 7920dependencies = [
 7921 "bitflags 1.3.2",
 7922 "serde",
 7923 "serde_json",
 7924 "serde_repr",
 7925 "url",
 7926]
 7927
 7928[[package]]
 7929name = "lua-src"
 7930version = "547.0.0"
 7931source = "registry+https://github.com/rust-lang/crates.io-index"
 7932checksum = "1edaf29e3517b49b8b746701e5648ccb5785cde1c119062cbabbc5d5cd115e42"
 7933dependencies = [
 7934 "cc",
 7935]
 7936
 7937[[package]]
 7938name = "luajit-src"
 7939version = "210.5.12+a4f56a4"
 7940source = "registry+https://github.com/rust-lang/crates.io-index"
 7941checksum = "b3a8e7962a5368d5f264d045a5a255e90f9aa3fc1941ae15a8d2940d42cac671"
 7942dependencies = [
 7943 "cc",
 7944 "which 7.0.2",
 7945]
 7946
 7947[[package]]
 7948name = "lyon"
 7949version = "1.0.1"
 7950source = "registry+https://github.com/rust-lang/crates.io-index"
 7951checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
 7952dependencies = [
 7953 "lyon_algorithms",
 7954 "lyon_extra",
 7955 "lyon_tessellation",
 7956]
 7957
 7958[[package]]
 7959name = "lyon_algorithms"
 7960version = "1.0.5"
 7961source = "registry+https://github.com/rust-lang/crates.io-index"
 7962checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
 7963dependencies = [
 7964 "lyon_path",
 7965 "num-traits",
 7966]
 7967
 7968[[package]]
 7969name = "lyon_extra"
 7970version = "1.0.3"
 7971source = "registry+https://github.com/rust-lang/crates.io-index"
 7972checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
 7973dependencies = [
 7974 "lyon_path",
 7975 "thiserror 1.0.69",
 7976]
 7977
 7978[[package]]
 7979name = "lyon_geom"
 7980version = "1.0.6"
 7981source = "registry+https://github.com/rust-lang/crates.io-index"
 7982checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
 7983dependencies = [
 7984 "arrayvec",
 7985 "euclid",
 7986 "num-traits",
 7987]
 7988
 7989[[package]]
 7990name = "lyon_path"
 7991version = "1.0.6"
 7992source = "registry+https://github.com/rust-lang/crates.io-index"
 7993checksum = "8e0b8aec2f58586f6eef237985b9a9b7cb3a3aff4417c575075cf95bf925252e"
 7994dependencies = [
 7995 "lyon_geom",
 7996 "num-traits",
 7997]
 7998
 7999[[package]]
 8000name = "lyon_tessellation"
 8001version = "1.0.15"
 8002source = "registry+https://github.com/rust-lang/crates.io-index"
 8003checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
 8004dependencies = [
 8005 "float_next_after",
 8006 "lyon_path",
 8007 "num-traits",
 8008]
 8009
 8010[[package]]
 8011name = "mac"
 8012version = "0.1.1"
 8013source = "registry+https://github.com/rust-lang/crates.io-index"
 8014checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
 8015
 8016[[package]]
 8017name = "mach2"
 8018version = "0.4.2"
 8019source = "registry+https://github.com/rust-lang/crates.io-index"
 8020checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
 8021dependencies = [
 8022 "libc",
 8023]
 8024
 8025[[package]]
 8026name = "malloc_buf"
 8027version = "0.0.6"
 8028source = "registry+https://github.com/rust-lang/crates.io-index"
 8029checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
 8030dependencies = [
 8031 "libc",
 8032]
 8033
 8034[[package]]
 8035name = "maplit"
 8036version = "1.0.2"
 8037source = "registry+https://github.com/rust-lang/crates.io-index"
 8038checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
 8039
 8040[[package]]
 8041name = "markdown"
 8042version = "0.1.0"
 8043dependencies = [
 8044 "anyhow",
 8045 "assets",
 8046 "env_logger 0.11.7",
 8047 "gpui",
 8048 "language",
 8049 "languages",
 8050 "linkify",
 8051 "log",
 8052 "node_runtime",
 8053 "pulldown-cmark 0.12.2",
 8054 "settings",
 8055 "theme",
 8056 "ui",
 8057 "util",
 8058]
 8059
 8060[[package]]
 8061name = "markdown_preview"
 8062version = "0.1.0"
 8063dependencies = [
 8064 "anyhow",
 8065 "async-recursion 1.1.1",
 8066 "collections",
 8067 "editor",
 8068 "gpui",
 8069 "language",
 8070 "linkify",
 8071 "log",
 8072 "pretty_assertions",
 8073 "pulldown-cmark 0.12.2",
 8074 "settings",
 8075 "theme",
 8076 "ui",
 8077 "util",
 8078 "workspace",
 8079]
 8080
 8081[[package]]
 8082name = "markup5ever"
 8083version = "0.12.1"
 8084source = "registry+https://github.com/rust-lang/crates.io-index"
 8085checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
 8086dependencies = [
 8087 "log",
 8088 "phf",
 8089 "phf_codegen",
 8090 "string_cache",
 8091 "string_cache_codegen",
 8092 "tendril",
 8093]
 8094
 8095[[package]]
 8096name = "markup5ever_rcdom"
 8097version = "0.3.0"
 8098source = "registry+https://github.com/rust-lang/crates.io-index"
 8099checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
 8100dependencies = [
 8101 "html5ever",
 8102 "markup5ever",
 8103 "tendril",
 8104 "xml5ever",
 8105]
 8106
 8107[[package]]
 8108name = "matchers"
 8109version = "0.1.0"
 8110source = "registry+https://github.com/rust-lang/crates.io-index"
 8111checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
 8112dependencies = [
 8113 "regex-automata 0.1.10",
 8114]
 8115
 8116[[package]]
 8117name = "matchit"
 8118version = "0.7.3"
 8119source = "registry+https://github.com/rust-lang/crates.io-index"
 8120checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
 8121
 8122[[package]]
 8123name = "maybe-owned"
 8124version = "0.3.4"
 8125source = "registry+https://github.com/rust-lang/crates.io-index"
 8126checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
 8127
 8128[[package]]
 8129name = "maybe-rayon"
 8130version = "0.1.1"
 8131source = "registry+https://github.com/rust-lang/crates.io-index"
 8132checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
 8133dependencies = [
 8134 "cfg-if",
 8135 "rayon",
 8136]
 8137
 8138[[package]]
 8139name = "md-5"
 8140version = "0.10.6"
 8141source = "registry+https://github.com/rust-lang/crates.io-index"
 8142checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
 8143dependencies = [
 8144 "cfg-if",
 8145 "digest",
 8146]
 8147
 8148[[package]]
 8149name = "mdbook"
 8150version = "0.4.47"
 8151source = "registry+https://github.com/rust-lang/crates.io-index"
 8152checksum = "7e1a8fe3a4a01f28dab245c474cb7b95ccb4d3d2f17a5419a3d949f474c45e84"
 8153dependencies = [
 8154 "ammonia",
 8155 "anyhow",
 8156 "chrono",
 8157 "clap",
 8158 "clap_complete",
 8159 "elasticlunr-rs",
 8160 "env_logger 0.11.7",
 8161 "futures-util",
 8162 "handlebars 6.2.0",
 8163 "hex",
 8164 "ignore",
 8165 "log",
 8166 "memchr",
 8167 "notify 8.0.0",
 8168 "notify-debouncer-mini",
 8169 "once_cell",
 8170 "opener",
 8171 "pathdiff",
 8172 "pulldown-cmark 0.10.3",
 8173 "regex",
 8174 "serde",
 8175 "serde_json",
 8176 "sha2",
 8177 "shlex",
 8178 "tempfile",
 8179 "tokio",
 8180 "toml 0.5.11",
 8181 "topological-sort",
 8182 "walkdir",
 8183 "warp",
 8184]
 8185
 8186[[package]]
 8187name = "media"
 8188version = "0.1.0"
 8189dependencies = [
 8190 "anyhow",
 8191 "bindgen 0.70.1",
 8192 "core-foundation 0.9.4",
 8193 "ctor",
 8194 "foreign-types 0.5.0",
 8195 "metal",
 8196 "objc",
 8197]
 8198
 8199[[package]]
 8200name = "memchr"
 8201version = "2.7.4"
 8202source = "registry+https://github.com/rust-lang/crates.io-index"
 8203checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
 8204
 8205[[package]]
 8206name = "memfd"
 8207version = "0.6.4"
 8208source = "registry+https://github.com/rust-lang/crates.io-index"
 8209checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
 8210dependencies = [
 8211 "rustix",
 8212]
 8213
 8214[[package]]
 8215name = "memmap2"
 8216version = "0.9.5"
 8217source = "registry+https://github.com/rust-lang/crates.io-index"
 8218checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
 8219dependencies = [
 8220 "libc",
 8221]
 8222
 8223[[package]]
 8224name = "memoffset"
 8225version = "0.9.1"
 8226source = "registry+https://github.com/rust-lang/crates.io-index"
 8227checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
 8228dependencies = [
 8229 "autocfg",
 8230]
 8231
 8232[[package]]
 8233name = "menu"
 8234version = "0.1.0"
 8235dependencies = [
 8236 "gpui",
 8237 "serde",
 8238]
 8239
 8240[[package]]
 8241name = "metal"
 8242version = "0.31.0"
 8243source = "registry+https://github.com/rust-lang/crates.io-index"
 8244checksum = "f569fb946490b5743ad69813cb19629130ce9374034abe31614a36402d18f99e"
 8245dependencies = [
 8246 "bitflags 2.8.0",
 8247 "block",
 8248 "core-graphics-types 0.1.3",
 8249 "foreign-types 0.5.0",
 8250 "log",
 8251 "objc",
 8252 "paste",
 8253]
 8254
 8255[[package]]
 8256name = "migrator"
 8257version = "0.1.0"
 8258dependencies = [
 8259 "anyhow",
 8260 "collections",
 8261 "convert_case 0.8.0",
 8262 "log",
 8263 "pretty_assertions",
 8264 "streaming-iterator",
 8265 "tree-sitter",
 8266 "tree-sitter-json",
 8267]
 8268
 8269[[package]]
 8270name = "mimalloc"
 8271version = "0.1.44"
 8272source = "registry+https://github.com/rust-lang/crates.io-index"
 8273checksum = "99585191385958383e13f6b822e6b6d8d9cf928e7d286ceb092da92b43c87bc1"
 8274dependencies = [
 8275 "libmimalloc-sys",
 8276]
 8277
 8278[[package]]
 8279name = "mime"
 8280version = "0.3.17"
 8281source = "registry+https://github.com/rust-lang/crates.io-index"
 8282checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 8283
 8284[[package]]
 8285name = "mime_guess"
 8286version = "2.0.5"
 8287source = "registry+https://github.com/rust-lang/crates.io-index"
 8288checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
 8289dependencies = [
 8290 "mime",
 8291 "unicase",
 8292]
 8293
 8294[[package]]
 8295name = "minimal-lexical"
 8296version = "0.2.1"
 8297source = "registry+https://github.com/rust-lang/crates.io-index"
 8298checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 8299
 8300[[package]]
 8301name = "miniz_oxide"
 8302version = "0.8.0"
 8303source = "registry+https://github.com/rust-lang/crates.io-index"
 8304checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
 8305dependencies = [
 8306 "adler2",
 8307 "simd-adler32",
 8308]
 8309
 8310[[package]]
 8311name = "mint"
 8312version = "0.5.9"
 8313source = "registry+https://github.com/rust-lang/crates.io-index"
 8314checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
 8315
 8316[[package]]
 8317name = "mio"
 8318version = "0.8.11"
 8319source = "registry+https://github.com/rust-lang/crates.io-index"
 8320checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
 8321dependencies = [
 8322 "libc",
 8323 "log",
 8324 "wasi 0.11.0+wasi-snapshot-preview1",
 8325 "windows-sys 0.48.0",
 8326]
 8327
 8328[[package]]
 8329name = "mio"
 8330version = "1.0.3"
 8331source = "registry+https://github.com/rust-lang/crates.io-index"
 8332checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
 8333dependencies = [
 8334 "libc",
 8335 "log",
 8336 "wasi 0.11.0+wasi-snapshot-preview1",
 8337 "windows-sys 0.52.0",
 8338]
 8339
 8340[[package]]
 8341name = "miow"
 8342version = "0.6.0"
 8343source = "registry+https://github.com/rust-lang/crates.io-index"
 8344checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
 8345dependencies = [
 8346 "windows-sys 0.48.0",
 8347]
 8348
 8349[[package]]
 8350name = "mistral"
 8351version = "0.1.0"
 8352dependencies = [
 8353 "anyhow",
 8354 "futures 0.3.31",
 8355 "http_client",
 8356 "schemars",
 8357 "serde",
 8358 "serde_json",
 8359 "strum",
 8360]
 8361
 8362[[package]]
 8363name = "mlua"
 8364version = "0.10.3"
 8365source = "registry+https://github.com/rust-lang/crates.io-index"
 8366checksum = "d3f763c1041eff92ffb5d7169968a327e1ed2ebfe425dac0ee5a35f29082534b"
 8367dependencies = [
 8368 "bstr",
 8369 "either",
 8370 "futures-util",
 8371 "mlua-sys",
 8372 "num-traits",
 8373 "parking_lot",
 8374 "rustc-hash 2.1.1",
 8375]
 8376
 8377[[package]]
 8378name = "mlua-sys"
 8379version = "0.6.7"
 8380source = "registry+https://github.com/rust-lang/crates.io-index"
 8381checksum = "1901c1a635a22fe9250ffcc4fcc937c16b47c2e9e71adba8784af8bca1f69594"
 8382dependencies = [
 8383 "cc",
 8384 "cfg-if",
 8385 "lua-src",
 8386 "luajit-src",
 8387 "pkg-config",
 8388]
 8389
 8390[[package]]
 8391name = "msvc_spectre_libs"
 8392version = "0.1.2"
 8393source = "registry+https://github.com/rust-lang/crates.io-index"
 8394checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
 8395dependencies = [
 8396 "cc",
 8397]
 8398
 8399[[package]]
 8400name = "multi_buffer"
 8401version = "0.1.0"
 8402dependencies = [
 8403 "anyhow",
 8404 "buffer_diff",
 8405 "clock",
 8406 "collections",
 8407 "ctor",
 8408 "env_logger 0.11.7",
 8409 "futures 0.3.31",
 8410 "gpui",
 8411 "indoc",
 8412 "itertools 0.14.0",
 8413 "language",
 8414 "log",
 8415 "parking_lot",
 8416 "pretty_assertions",
 8417 "project",
 8418 "rand 0.8.5",
 8419 "rope",
 8420 "serde",
 8421 "settings",
 8422 "smallvec",
 8423 "smol",
 8424 "sum_tree",
 8425 "text",
 8426 "theme",
 8427 "tree-sitter",
 8428 "util",
 8429]
 8430
 8431[[package]]
 8432name = "multimap"
 8433version = "0.8.3"
 8434source = "registry+https://github.com/rust-lang/crates.io-index"
 8435checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
 8436
 8437[[package]]
 8438name = "multimap"
 8439version = "0.10.0"
 8440source = "registry+https://github.com/rust-lang/crates.io-index"
 8441checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
 8442
 8443[[package]]
 8444name = "naga"
 8445version = "23.1.0"
 8446source = "registry+https://github.com/rust-lang/crates.io-index"
 8447checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
 8448dependencies = [
 8449 "arrayvec",
 8450 "bit-set 0.8.0",
 8451 "bitflags 2.8.0",
 8452 "cfg_aliases 0.1.1",
 8453 "codespan-reporting",
 8454 "hexf-parse",
 8455 "indexmap",
 8456 "log",
 8457 "rustc-hash 1.1.0",
 8458 "spirv",
 8459 "termcolor",
 8460 "thiserror 1.0.69",
 8461 "unicode-xid",
 8462]
 8463
 8464[[package]]
 8465name = "nanoid"
 8466version = "0.4.0"
 8467source = "registry+https://github.com/rust-lang/crates.io-index"
 8468checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
 8469dependencies = [
 8470 "rand 0.8.5",
 8471]
 8472
 8473[[package]]
 8474name = "nanorand"
 8475version = "0.7.0"
 8476source = "registry+https://github.com/rust-lang/crates.io-index"
 8477checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
 8478dependencies = [
 8479 "getrandom 0.2.15",
 8480]
 8481
 8482[[package]]
 8483name = "native-tls"
 8484version = "0.2.12"
 8485source = "registry+https://github.com/rust-lang/crates.io-index"
 8486checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
 8487dependencies = [
 8488 "libc",
 8489 "log",
 8490 "openssl",
 8491 "openssl-probe",
 8492 "openssl-sys",
 8493 "schannel",
 8494 "security-framework 2.11.1",
 8495 "security-framework-sys",
 8496 "tempfile",
 8497]
 8498
 8499[[package]]
 8500name = "nbformat"
 8501version = "0.10.0"
 8502source = "registry+https://github.com/rust-lang/crates.io-index"
 8503checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
 8504dependencies = [
 8505 "anyhow",
 8506 "chrono",
 8507 "jupyter-protocol",
 8508 "serde",
 8509 "serde_json",
 8510 "thiserror 1.0.69",
 8511 "uuid",
 8512]
 8513
 8514[[package]]
 8515name = "ndk"
 8516version = "0.8.0"
 8517source = "registry+https://github.com/rust-lang/crates.io-index"
 8518checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
 8519dependencies = [
 8520 "bitflags 2.8.0",
 8521 "jni-sys",
 8522 "log",
 8523 "ndk-sys",
 8524 "num_enum",
 8525 "thiserror 1.0.69",
 8526]
 8527
 8528[[package]]
 8529name = "ndk-context"
 8530version = "0.1.1"
 8531source = "registry+https://github.com/rust-lang/crates.io-index"
 8532checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
 8533
 8534[[package]]
 8535name = "ndk-sys"
 8536version = "0.5.0+25.2.9519653"
 8537source = "registry+https://github.com/rust-lang/crates.io-index"
 8538checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
 8539dependencies = [
 8540 "jni-sys",
 8541]
 8542
 8543[[package]]
 8544name = "new_debug_unreachable"
 8545version = "1.0.6"
 8546source = "registry+https://github.com/rust-lang/crates.io-index"
 8547checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
 8548
 8549[[package]]
 8550name = "nix"
 8551version = "0.29.0"
 8552source = "registry+https://github.com/rust-lang/crates.io-index"
 8553checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
 8554dependencies = [
 8555 "bitflags 2.8.0",
 8556 "cfg-if",
 8557 "cfg_aliases 0.2.1",
 8558 "libc",
 8559 "memoffset",
 8560]
 8561
 8562[[package]]
 8563name = "node_runtime"
 8564version = "0.1.0"
 8565dependencies = [
 8566 "anyhow",
 8567 "async-compression",
 8568 "async-std",
 8569 "async-tar",
 8570 "async-trait",
 8571 "async-watch",
 8572 "async_zip",
 8573 "futures 0.3.31",
 8574 "http_client",
 8575 "log",
 8576 "paths",
 8577 "semver",
 8578 "serde",
 8579 "serde_json",
 8580 "smol",
 8581 "tempfile",
 8582 "util",
 8583 "walkdir",
 8584 "which 6.0.3",
 8585]
 8586
 8587[[package]]
 8588name = "nom"
 8589version = "7.1.3"
 8590source = "registry+https://github.com/rust-lang/crates.io-index"
 8591checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
 8592dependencies = [
 8593 "memchr",
 8594 "minimal-lexical",
 8595]
 8596
 8597[[package]]
 8598name = "noop_proc_macro"
 8599version = "0.3.0"
 8600source = "registry+https://github.com/rust-lang/crates.io-index"
 8601checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
 8602
 8603[[package]]
 8604name = "normpath"
 8605version = "1.3.0"
 8606source = "registry+https://github.com/rust-lang/crates.io-index"
 8607checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
 8608dependencies = [
 8609 "windows-sys 0.59.0",
 8610]
 8611
 8612[[package]]
 8613name = "notifications"
 8614version = "0.1.0"
 8615dependencies = [
 8616 "anyhow",
 8617 "channel",
 8618 "client",
 8619 "collections",
 8620 "component",
 8621 "db",
 8622 "gpui",
 8623 "linkme",
 8624 "rpc",
 8625 "settings",
 8626 "sum_tree",
 8627 "time",
 8628 "ui",
 8629 "util",
 8630 "workspace",
 8631]
 8632
 8633[[package]]
 8634name = "notify"
 8635version = "6.1.1"
 8636source = "registry+https://github.com/rust-lang/crates.io-index"
 8637checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
 8638dependencies = [
 8639 "bitflags 2.8.0",
 8640 "crossbeam-channel",
 8641 "filetime",
 8642 "fsevent-sys 4.1.0",
 8643 "inotify 0.9.6",
 8644 "kqueue",
 8645 "libc",
 8646 "log",
 8647 "mio 0.8.11",
 8648 "walkdir",
 8649 "windows-sys 0.48.0",
 8650]
 8651
 8652[[package]]
 8653name = "notify"
 8654version = "8.0.0"
 8655source = "registry+https://github.com/rust-lang/crates.io-index"
 8656checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943"
 8657dependencies = [
 8658 "bitflags 2.8.0",
 8659 "filetime",
 8660 "fsevent-sys 4.1.0",
 8661 "inotify 0.11.0",
 8662 "kqueue",
 8663 "libc",
 8664 "log",
 8665 "mio 1.0.3",
 8666 "notify-types",
 8667 "walkdir",
 8668 "windows-sys 0.59.0",
 8669]
 8670
 8671[[package]]
 8672name = "notify-debouncer-mini"
 8673version = "0.6.0"
 8674source = "registry+https://github.com/rust-lang/crates.io-index"
 8675checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
 8676dependencies = [
 8677 "log",
 8678 "notify 8.0.0",
 8679 "notify-types",
 8680 "tempfile",
 8681]
 8682
 8683[[package]]
 8684name = "notify-types"
 8685version = "2.0.0"
 8686source = "registry+https://github.com/rust-lang/crates.io-index"
 8687checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
 8688
 8689[[package]]
 8690name = "ntapi"
 8691version = "0.4.1"
 8692source = "registry+https://github.com/rust-lang/crates.io-index"
 8693checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
 8694dependencies = [
 8695 "winapi",
 8696]
 8697
 8698[[package]]
 8699name = "nu-ansi-term"
 8700version = "0.46.0"
 8701source = "registry+https://github.com/rust-lang/crates.io-index"
 8702checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
 8703dependencies = [
 8704 "overload",
 8705 "winapi",
 8706]
 8707
 8708[[package]]
 8709name = "num"
 8710version = "0.4.3"
 8711source = "registry+https://github.com/rust-lang/crates.io-index"
 8712checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
 8713dependencies = [
 8714 "num-bigint",
 8715 "num-complex",
 8716 "num-integer",
 8717 "num-iter",
 8718 "num-rational",
 8719 "num-traits",
 8720]
 8721
 8722[[package]]
 8723name = "num-bigint"
 8724version = "0.4.6"
 8725source = "registry+https://github.com/rust-lang/crates.io-index"
 8726checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
 8727dependencies = [
 8728 "num-integer",
 8729 "num-traits",
 8730]
 8731
 8732[[package]]
 8733name = "num-bigint-dig"
 8734version = "0.8.4"
 8735source = "registry+https://github.com/rust-lang/crates.io-index"
 8736checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
 8737dependencies = [
 8738 "byteorder",
 8739 "lazy_static",
 8740 "libm",
 8741 "num-integer",
 8742 "num-iter",
 8743 "num-traits",
 8744 "rand 0.8.5",
 8745 "serde",
 8746 "smallvec",
 8747 "zeroize",
 8748]
 8749
 8750[[package]]
 8751name = "num-complex"
 8752version = "0.4.6"
 8753source = "registry+https://github.com/rust-lang/crates.io-index"
 8754checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
 8755dependencies = [
 8756 "num-traits",
 8757]
 8758
 8759[[package]]
 8760name = "num-conv"
 8761version = "0.1.0"
 8762source = "registry+https://github.com/rust-lang/crates.io-index"
 8763checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
 8764
 8765[[package]]
 8766name = "num-derive"
 8767version = "0.4.2"
 8768source = "registry+https://github.com/rust-lang/crates.io-index"
 8769checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
 8770dependencies = [
 8771 "proc-macro2",
 8772 "quote",
 8773 "syn 2.0.100",
 8774]
 8775
 8776[[package]]
 8777name = "num-format"
 8778version = "0.4.4"
 8779source = "registry+https://github.com/rust-lang/crates.io-index"
 8780checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
 8781dependencies = [
 8782 "arrayvec",
 8783 "itoa",
 8784]
 8785
 8786[[package]]
 8787name = "num-integer"
 8788version = "0.1.46"
 8789source = "registry+https://github.com/rust-lang/crates.io-index"
 8790checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
 8791dependencies = [
 8792 "num-traits",
 8793]
 8794
 8795[[package]]
 8796name = "num-iter"
 8797version = "0.1.45"
 8798source = "registry+https://github.com/rust-lang/crates.io-index"
 8799checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
 8800dependencies = [
 8801 "autocfg",
 8802 "num-integer",
 8803 "num-traits",
 8804]
 8805
 8806[[package]]
 8807name = "num-modular"
 8808version = "0.6.1"
 8809source = "registry+https://github.com/rust-lang/crates.io-index"
 8810checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
 8811
 8812[[package]]
 8813name = "num-order"
 8814version = "1.2.0"
 8815source = "registry+https://github.com/rust-lang/crates.io-index"
 8816checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
 8817dependencies = [
 8818 "num-modular",
 8819]
 8820
 8821[[package]]
 8822name = "num-rational"
 8823version = "0.4.2"
 8824source = "registry+https://github.com/rust-lang/crates.io-index"
 8825checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
 8826dependencies = [
 8827 "num-bigint",
 8828 "num-integer",
 8829 "num-traits",
 8830]
 8831
 8832[[package]]
 8833name = "num-traits"
 8834version = "0.2.19"
 8835source = "registry+https://github.com/rust-lang/crates.io-index"
 8836checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
 8837dependencies = [
 8838 "autocfg",
 8839 "libm",
 8840]
 8841
 8842[[package]]
 8843name = "num_cpus"
 8844version = "1.16.0"
 8845source = "registry+https://github.com/rust-lang/crates.io-index"
 8846checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
 8847dependencies = [
 8848 "hermit-abi 0.3.9",
 8849 "libc",
 8850]
 8851
 8852[[package]]
 8853name = "num_enum"
 8854version = "0.7.3"
 8855source = "registry+https://github.com/rust-lang/crates.io-index"
 8856checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
 8857dependencies = [
 8858 "num_enum_derive",
 8859]
 8860
 8861[[package]]
 8862name = "num_enum_derive"
 8863version = "0.7.3"
 8864source = "registry+https://github.com/rust-lang/crates.io-index"
 8865checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
 8866dependencies = [
 8867 "proc-macro-crate",
 8868 "proc-macro2",
 8869 "quote",
 8870 "syn 2.0.100",
 8871]
 8872
 8873[[package]]
 8874name = "num_threads"
 8875version = "0.1.7"
 8876source = "registry+https://github.com/rust-lang/crates.io-index"
 8877checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
 8878dependencies = [
 8879 "libc",
 8880]
 8881
 8882[[package]]
 8883name = "nvim-rs"
 8884version = "0.8.0-pre"
 8885source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
 8886dependencies = [
 8887 "async-trait",
 8888 "futures 0.3.31",
 8889 "log",
 8890 "parity-tokio-ipc",
 8891 "rmp",
 8892 "rmpv",
 8893 "tokio",
 8894 "tokio-util",
 8895 "winapi",
 8896]
 8897
 8898[[package]]
 8899name = "objc"
 8900version = "0.2.7"
 8901source = "registry+https://github.com/rust-lang/crates.io-index"
 8902checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
 8903dependencies = [
 8904 "malloc_buf",
 8905]
 8906
 8907[[package]]
 8908name = "objc-sys"
 8909version = "0.3.5"
 8910source = "registry+https://github.com/rust-lang/crates.io-index"
 8911checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
 8912
 8913[[package]]
 8914name = "objc2"
 8915version = "0.5.2"
 8916source = "registry+https://github.com/rust-lang/crates.io-index"
 8917checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
 8918dependencies = [
 8919 "objc-sys",
 8920 "objc2-encode",
 8921]
 8922
 8923[[package]]
 8924name = "objc2-app-kit"
 8925version = "0.2.2"
 8926source = "registry+https://github.com/rust-lang/crates.io-index"
 8927checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
 8928dependencies = [
 8929 "bitflags 2.8.0",
 8930 "block2",
 8931 "libc",
 8932 "objc2",
 8933 "objc2-core-data",
 8934 "objc2-core-image",
 8935 "objc2-foundation",
 8936 "objc2-quartz-core",
 8937]
 8938
 8939[[package]]
 8940name = "objc2-cloud-kit"
 8941version = "0.2.2"
 8942source = "registry+https://github.com/rust-lang/crates.io-index"
 8943checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
 8944dependencies = [
 8945 "bitflags 2.8.0",
 8946 "block2",
 8947 "objc2",
 8948 "objc2-core-location",
 8949 "objc2-foundation",
 8950]
 8951
 8952[[package]]
 8953name = "objc2-contacts"
 8954version = "0.2.2"
 8955source = "registry+https://github.com/rust-lang/crates.io-index"
 8956checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
 8957dependencies = [
 8958 "block2",
 8959 "objc2",
 8960 "objc2-foundation",
 8961]
 8962
 8963[[package]]
 8964name = "objc2-core-data"
 8965version = "0.2.2"
 8966source = "registry+https://github.com/rust-lang/crates.io-index"
 8967checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
 8968dependencies = [
 8969 "bitflags 2.8.0",
 8970 "block2",
 8971 "objc2",
 8972 "objc2-foundation",
 8973]
 8974
 8975[[package]]
 8976name = "objc2-core-image"
 8977version = "0.2.2"
 8978source = "registry+https://github.com/rust-lang/crates.io-index"
 8979checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
 8980dependencies = [
 8981 "block2",
 8982 "objc2",
 8983 "objc2-foundation",
 8984 "objc2-metal",
 8985]
 8986
 8987[[package]]
 8988name = "objc2-core-location"
 8989version = "0.2.2"
 8990source = "registry+https://github.com/rust-lang/crates.io-index"
 8991checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
 8992dependencies = [
 8993 "block2",
 8994 "objc2",
 8995 "objc2-contacts",
 8996 "objc2-foundation",
 8997]
 8998
 8999[[package]]
 9000name = "objc2-encode"
 9001version = "4.0.3"
 9002source = "registry+https://github.com/rust-lang/crates.io-index"
 9003checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
 9004
 9005[[package]]
 9006name = "objc2-foundation"
 9007version = "0.2.2"
 9008source = "registry+https://github.com/rust-lang/crates.io-index"
 9009checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
 9010dependencies = [
 9011 "bitflags 2.8.0",
 9012 "block2",
 9013 "libc",
 9014 "objc2",
 9015]
 9016
 9017[[package]]
 9018name = "objc2-link-presentation"
 9019version = "0.2.2"
 9020source = "registry+https://github.com/rust-lang/crates.io-index"
 9021checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
 9022dependencies = [
 9023 "block2",
 9024 "objc2",
 9025 "objc2-app-kit",
 9026 "objc2-foundation",
 9027]
 9028
 9029[[package]]
 9030name = "objc2-metal"
 9031version = "0.2.2"
 9032source = "registry+https://github.com/rust-lang/crates.io-index"
 9033checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
 9034dependencies = [
 9035 "bitflags 2.8.0",
 9036 "block2",
 9037 "objc2",
 9038 "objc2-foundation",
 9039]
 9040
 9041[[package]]
 9042name = "objc2-quartz-core"
 9043version = "0.2.2"
 9044source = "registry+https://github.com/rust-lang/crates.io-index"
 9045checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
 9046dependencies = [
 9047 "bitflags 2.8.0",
 9048 "block2",
 9049 "objc2",
 9050 "objc2-foundation",
 9051 "objc2-metal",
 9052]
 9053
 9054[[package]]
 9055name = "objc2-symbols"
 9056version = "0.2.2"
 9057source = "registry+https://github.com/rust-lang/crates.io-index"
 9058checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
 9059dependencies = [
 9060 "objc2",
 9061 "objc2-foundation",
 9062]
 9063
 9064[[package]]
 9065name = "objc2-ui-kit"
 9066version = "0.2.2"
 9067source = "registry+https://github.com/rust-lang/crates.io-index"
 9068checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
 9069dependencies = [
 9070 "bitflags 2.8.0",
 9071 "block2",
 9072 "objc2",
 9073 "objc2-cloud-kit",
 9074 "objc2-core-data",
 9075 "objc2-core-image",
 9076 "objc2-core-location",
 9077 "objc2-foundation",
 9078 "objc2-link-presentation",
 9079 "objc2-quartz-core",
 9080 "objc2-symbols",
 9081 "objc2-uniform-type-identifiers",
 9082 "objc2-user-notifications",
 9083]
 9084
 9085[[package]]
 9086name = "objc2-uniform-type-identifiers"
 9087version = "0.2.2"
 9088source = "registry+https://github.com/rust-lang/crates.io-index"
 9089checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
 9090dependencies = [
 9091 "block2",
 9092 "objc2",
 9093 "objc2-foundation",
 9094]
 9095
 9096[[package]]
 9097name = "objc2-user-notifications"
 9098version = "0.2.2"
 9099source = "registry+https://github.com/rust-lang/crates.io-index"
 9100checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
 9101dependencies = [
 9102 "bitflags 2.8.0",
 9103 "block2",
 9104 "objc2",
 9105 "objc2-core-location",
 9106 "objc2-foundation",
 9107]
 9108
 9109[[package]]
 9110name = "object"
 9111version = "0.36.5"
 9112source = "registry+https://github.com/rust-lang/crates.io-index"
 9113checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
 9114dependencies = [
 9115 "crc32fast",
 9116 "hashbrown 0.15.2",
 9117 "indexmap",
 9118 "memchr",
 9119]
 9120
 9121[[package]]
 9122name = "oboe"
 9123version = "0.6.1"
 9124source = "registry+https://github.com/rust-lang/crates.io-index"
 9125checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
 9126dependencies = [
 9127 "jni",
 9128 "ndk",
 9129 "ndk-context",
 9130 "num-derive",
 9131 "num-traits",
 9132 "oboe-sys",
 9133]
 9134
 9135[[package]]
 9136name = "oboe-sys"
 9137version = "0.6.1"
 9138source = "registry+https://github.com/rust-lang/crates.io-index"
 9139checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
 9140dependencies = [
 9141 "cc",
 9142]
 9143
 9144[[package]]
 9145name = "ollama"
 9146version = "0.1.0"
 9147dependencies = [
 9148 "anyhow",
 9149 "futures 0.3.31",
 9150 "http_client",
 9151 "schemars",
 9152 "serde",
 9153 "serde_json",
 9154]
 9155
 9156[[package]]
 9157name = "once_cell"
 9158version = "1.20.3"
 9159source = "registry+https://github.com/rust-lang/crates.io-index"
 9160checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
 9161
 9162[[package]]
 9163name = "oo7"
 9164version = "0.4.1"
 9165source = "registry+https://github.com/rust-lang/crates.io-index"
 9166checksum = "72c84df357c7049f98c8b157abe71ee751531166c14ba09366e08bc6ab1ea2c9"
 9167dependencies = [
 9168 "aes",
 9169 "ashpd",
 9170 "async-fs",
 9171 "async-io",
 9172 "async-lock",
 9173 "blocking",
 9174 "cbc",
 9175 "cipher",
 9176 "digest",
 9177 "endi",
 9178 "futures-lite 2.6.0",
 9179 "futures-util",
 9180 "getrandom 0.3.1",
 9181 "hkdf",
 9182 "hmac",
 9183 "md-5",
 9184 "num",
 9185 "num-bigint-dig",
 9186 "pbkdf2 0.12.2",
 9187 "rand 0.9.0",
 9188 "serde",
 9189 "sha2",
 9190 "subtle",
 9191 "zbus",
 9192 "zbus_macros",
 9193 "zeroize",
 9194 "zvariant",
 9195]
 9196
 9197[[package]]
 9198name = "oorandom"
 9199version = "11.1.4"
 9200source = "registry+https://github.com/rust-lang/crates.io-index"
 9201checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
 9202
 9203[[package]]
 9204name = "open"
 9205version = "5.3.2"
 9206source = "registry+https://github.com/rust-lang/crates.io-index"
 9207checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
 9208dependencies = [
 9209 "is-wsl",
 9210 "libc",
 9211 "pathdiff",
 9212]
 9213
 9214[[package]]
 9215name = "open_ai"
 9216version = "0.1.0"
 9217dependencies = [
 9218 "anyhow",
 9219 "futures 0.3.31",
 9220 "http_client",
 9221 "schemars",
 9222 "serde",
 9223 "serde_json",
 9224 "strum",
 9225]
 9226
 9227[[package]]
 9228name = "opener"
 9229version = "0.7.2"
 9230source = "registry+https://github.com/rust-lang/crates.io-index"
 9231checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
 9232dependencies = [
 9233 "bstr",
 9234 "dbus",
 9235 "normpath",
 9236 "windows-sys 0.59.0",
 9237]
 9238
 9239[[package]]
 9240name = "openssl"
 9241version = "0.10.70"
 9242source = "registry+https://github.com/rust-lang/crates.io-index"
 9243checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6"
 9244dependencies = [
 9245 "bitflags 2.8.0",
 9246 "cfg-if",
 9247 "foreign-types 0.3.2",
 9248 "libc",
 9249 "once_cell",
 9250 "openssl-macros",
 9251 "openssl-sys",
 9252]
 9253
 9254[[package]]
 9255name = "openssl-macros"
 9256version = "0.1.1"
 9257source = "registry+https://github.com/rust-lang/crates.io-index"
 9258checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
 9259dependencies = [
 9260 "proc-macro2",
 9261 "quote",
 9262 "syn 2.0.100",
 9263]
 9264
 9265[[package]]
 9266name = "openssl-probe"
 9267version = "0.1.5"
 9268source = "registry+https://github.com/rust-lang/crates.io-index"
 9269checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
 9270
 9271[[package]]
 9272name = "openssl-src"
 9273version = "300.4.1+3.4.0"
 9274source = "registry+https://github.com/rust-lang/crates.io-index"
 9275checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
 9276dependencies = [
 9277 "cc",
 9278]
 9279
 9280[[package]]
 9281name = "openssl-sys"
 9282version = "0.9.105"
 9283source = "registry+https://github.com/rust-lang/crates.io-index"
 9284checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc"
 9285dependencies = [
 9286 "cc",
 9287 "libc",
 9288 "openssl-src",
 9289 "pkg-config",
 9290 "vcpkg",
 9291]
 9292
 9293[[package]]
 9294name = "option-ext"
 9295version = "0.2.0"
 9296source = "registry+https://github.com/rust-lang/crates.io-index"
 9297checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
 9298
 9299[[package]]
 9300name = "ordered-float"
 9301version = "2.10.1"
 9302source = "registry+https://github.com/rust-lang/crates.io-index"
 9303checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
 9304dependencies = [
 9305 "num-traits",
 9306]
 9307
 9308[[package]]
 9309name = "ordered-float"
 9310version = "3.9.2"
 9311source = "registry+https://github.com/rust-lang/crates.io-index"
 9312checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
 9313dependencies = [
 9314 "num-traits",
 9315]
 9316
 9317[[package]]
 9318name = "ordered-stream"
 9319version = "0.2.0"
 9320source = "registry+https://github.com/rust-lang/crates.io-index"
 9321checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
 9322dependencies = [
 9323 "futures-core",
 9324 "pin-project-lite",
 9325]
 9326
 9327[[package]]
 9328name = "ouroboros"
 9329version = "0.18.4"
 9330source = "registry+https://github.com/rust-lang/crates.io-index"
 9331checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
 9332dependencies = [
 9333 "aliasable",
 9334 "ouroboros_macro",
 9335 "static_assertions",
 9336]
 9337
 9338[[package]]
 9339name = "ouroboros_macro"
 9340version = "0.18.4"
 9341source = "registry+https://github.com/rust-lang/crates.io-index"
 9342checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
 9343dependencies = [
 9344 "heck 0.4.1",
 9345 "itertools 0.12.1",
 9346 "proc-macro2",
 9347 "proc-macro2-diagnostics",
 9348 "quote",
 9349 "syn 2.0.100",
 9350]
 9351
 9352[[package]]
 9353name = "outline"
 9354version = "0.1.0"
 9355dependencies = [
 9356 "editor",
 9357 "fuzzy",
 9358 "gpui",
 9359 "indoc",
 9360 "language",
 9361 "menu",
 9362 "ordered-float 2.10.1",
 9363 "picker",
 9364 "project",
 9365 "rope",
 9366 "serde_json",
 9367 "settings",
 9368 "smol",
 9369 "theme",
 9370 "tree-sitter-rust",
 9371 "tree-sitter-typescript",
 9372 "ui",
 9373 "util",
 9374 "workspace",
 9375 "zed_actions",
 9376]
 9377
 9378[[package]]
 9379name = "outline_panel"
 9380version = "0.1.0"
 9381dependencies = [
 9382 "anyhow",
 9383 "collections",
 9384 "db",
 9385 "editor",
 9386 "file_icons",
 9387 "fuzzy",
 9388 "gpui",
 9389 "itertools 0.14.0",
 9390 "language",
 9391 "log",
 9392 "menu",
 9393 "outline",
 9394 "pretty_assertions",
 9395 "project",
 9396 "schemars",
 9397 "search",
 9398 "serde",
 9399 "serde_json",
 9400 "settings",
 9401 "smallvec",
 9402 "smol",
 9403 "theme",
 9404 "ui",
 9405 "util",
 9406 "workspace",
 9407 "worktree",
 9408 "zed_actions",
 9409]
 9410
 9411[[package]]
 9412name = "outref"
 9413version = "0.5.1"
 9414source = "registry+https://github.com/rust-lang/crates.io-index"
 9415checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
 9416
 9417[[package]]
 9418name = "overload"
 9419version = "0.1.1"
 9420source = "registry+https://github.com/rust-lang/crates.io-index"
 9421checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
 9422
 9423[[package]]
 9424name = "p256"
 9425version = "0.11.1"
 9426source = "registry+https://github.com/rust-lang/crates.io-index"
 9427checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
 9428dependencies = [
 9429 "ecdsa",
 9430 "elliptic-curve",
 9431 "sha2",
 9432]
 9433
 9434[[package]]
 9435name = "page_size"
 9436version = "0.6.0"
 9437source = "registry+https://github.com/rust-lang/crates.io-index"
 9438checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
 9439dependencies = [
 9440 "libc",
 9441 "winapi",
 9442]
 9443
 9444[[package]]
 9445name = "palette"
 9446version = "0.7.6"
 9447source = "registry+https://github.com/rust-lang/crates.io-index"
 9448checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
 9449dependencies = [
 9450 "approx",
 9451 "fast-srgb8",
 9452 "palette_derive",
 9453]
 9454
 9455[[package]]
 9456name = "palette_derive"
 9457version = "0.7.6"
 9458source = "registry+https://github.com/rust-lang/crates.io-index"
 9459checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
 9460dependencies = [
 9461 "by_address",
 9462 "proc-macro2",
 9463 "quote",
 9464 "syn 2.0.100",
 9465]
 9466
 9467[[package]]
 9468name = "panel"
 9469version = "0.1.0"
 9470dependencies = [
 9471 "editor",
 9472 "gpui",
 9473 "settings",
 9474 "theme",
 9475 "ui",
 9476 "workspace",
 9477]
 9478
 9479[[package]]
 9480name = "parity-tokio-ipc"
 9481version = "0.9.0"
 9482source = "registry+https://github.com/rust-lang/crates.io-index"
 9483checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
 9484dependencies = [
 9485 "futures 0.3.31",
 9486 "libc",
 9487 "log",
 9488 "rand 0.7.3",
 9489 "tokio",
 9490 "winapi",
 9491]
 9492
 9493[[package]]
 9494name = "parking"
 9495version = "2.2.1"
 9496source = "registry+https://github.com/rust-lang/crates.io-index"
 9497checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
 9498
 9499[[package]]
 9500name = "parking_lot"
 9501version = "0.12.3"
 9502source = "registry+https://github.com/rust-lang/crates.io-index"
 9503checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
 9504dependencies = [
 9505 "lock_api",
 9506 "parking_lot_core",
 9507]
 9508
 9509[[package]]
 9510name = "parking_lot_core"
 9511version = "0.9.10"
 9512source = "registry+https://github.com/rust-lang/crates.io-index"
 9513checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
 9514dependencies = [
 9515 "cfg-if",
 9516 "libc",
 9517 "redox_syscall 0.5.8",
 9518 "smallvec",
 9519 "windows-targets 0.52.6",
 9520]
 9521
 9522[[package]]
 9523name = "password-hash"
 9524version = "0.4.2"
 9525source = "registry+https://github.com/rust-lang/crates.io-index"
 9526checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
 9527dependencies = [
 9528 "base64ct",
 9529 "rand_core 0.6.4",
 9530 "subtle",
 9531]
 9532
 9533[[package]]
 9534name = "password-hash"
 9535version = "0.5.0"
 9536source = "registry+https://github.com/rust-lang/crates.io-index"
 9537checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
 9538dependencies = [
 9539 "base64ct",
 9540 "rand_core 0.6.4",
 9541 "subtle",
 9542]
 9543
 9544[[package]]
 9545name = "paste"
 9546version = "1.0.15"
 9547source = "registry+https://github.com/rust-lang/crates.io-index"
 9548checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
 9549
 9550[[package]]
 9551name = "pathdiff"
 9552version = "0.2.3"
 9553source = "registry+https://github.com/rust-lang/crates.io-index"
 9554checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
 9555
 9556[[package]]
 9557name = "pathfinder_geometry"
 9558version = "0.5.1"
 9559source = "registry+https://github.com/rust-lang/crates.io-index"
 9560checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
 9561dependencies = [
 9562 "log",
 9563 "pathfinder_simd",
 9564]
 9565
 9566[[package]]
 9567name = "pathfinder_simd"
 9568version = "0.5.4"
 9569source = "registry+https://github.com/rust-lang/crates.io-index"
 9570checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
 9571dependencies = [
 9572 "rustc_version",
 9573]
 9574
 9575[[package]]
 9576name = "paths"
 9577version = "0.1.0"
 9578dependencies = [
 9579 "dirs 4.0.0",
 9580 "util",
 9581]
 9582
 9583[[package]]
 9584name = "pbjson"
 9585version = "0.6.0"
 9586source = "registry+https://github.com/rust-lang/crates.io-index"
 9587checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
 9588dependencies = [
 9589 "base64 0.21.7",
 9590 "serde",
 9591]
 9592
 9593[[package]]
 9594name = "pbjson-build"
 9595version = "0.6.2"
 9596source = "registry+https://github.com/rust-lang/crates.io-index"
 9597checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
 9598dependencies = [
 9599 "heck 0.4.1",
 9600 "itertools 0.11.0",
 9601 "prost 0.12.6",
 9602 "prost-types 0.12.6",
 9603]
 9604
 9605[[package]]
 9606name = "pbjson-types"
 9607version = "0.6.0"
 9608source = "registry+https://github.com/rust-lang/crates.io-index"
 9609checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
 9610dependencies = [
 9611 "bytes 1.10.1",
 9612 "chrono",
 9613 "pbjson",
 9614 "pbjson-build",
 9615 "prost 0.12.6",
 9616 "prost-build 0.12.6",
 9617 "serde",
 9618]
 9619
 9620[[package]]
 9621name = "pbkdf2"
 9622version = "0.11.0"
 9623source = "registry+https://github.com/rust-lang/crates.io-index"
 9624checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
 9625dependencies = [
 9626 "digest",
 9627 "hmac",
 9628 "password-hash 0.4.2",
 9629 "sha2",
 9630]
 9631
 9632[[package]]
 9633name = "pbkdf2"
 9634version = "0.12.2"
 9635source = "registry+https://github.com/rust-lang/crates.io-index"
 9636checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
 9637dependencies = [
 9638 "digest",
 9639 "hmac",
 9640]
 9641
 9642[[package]]
 9643name = "pem"
 9644version = "3.0.4"
 9645source = "registry+https://github.com/rust-lang/crates.io-index"
 9646checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
 9647dependencies = [
 9648 "base64 0.22.1",
 9649 "serde",
 9650]
 9651
 9652[[package]]
 9653name = "pem-rfc7468"
 9654version = "0.7.0"
 9655source = "registry+https://github.com/rust-lang/crates.io-index"
 9656checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
 9657dependencies = [
 9658 "base64ct",
 9659]
 9660
 9661[[package]]
 9662name = "percent-encoding"
 9663version = "2.3.1"
 9664source = "registry+https://github.com/rust-lang/crates.io-index"
 9665checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
 9666
 9667[[package]]
 9668name = "perplexity"
 9669version = "0.1.0"
 9670dependencies = [
 9671 "serde",
 9672 "zed_extension_api 0.3.0",
 9673]
 9674
 9675[[package]]
 9676name = "pest"
 9677version = "2.7.15"
 9678source = "registry+https://github.com/rust-lang/crates.io-index"
 9679checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
 9680dependencies = [
 9681 "memchr",
 9682 "thiserror 2.0.12",
 9683 "ucd-trie",
 9684]
 9685
 9686[[package]]
 9687name = "pest_derive"
 9688version = "2.7.15"
 9689source = "registry+https://github.com/rust-lang/crates.io-index"
 9690checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
 9691dependencies = [
 9692 "pest",
 9693 "pest_generator",
 9694]
 9695
 9696[[package]]
 9697name = "pest_generator"
 9698version = "2.7.15"
 9699source = "registry+https://github.com/rust-lang/crates.io-index"
 9700checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
 9701dependencies = [
 9702 "pest",
 9703 "pest_meta",
 9704 "proc-macro2",
 9705 "quote",
 9706 "syn 2.0.100",
 9707]
 9708
 9709[[package]]
 9710name = "pest_meta"
 9711version = "2.7.15"
 9712source = "registry+https://github.com/rust-lang/crates.io-index"
 9713checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
 9714dependencies = [
 9715 "once_cell",
 9716 "pest",
 9717 "sha2",
 9718]
 9719
 9720[[package]]
 9721name = "pet"
 9722version = "0.1.0"
 9723source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9724dependencies = [
 9725 "clap",
 9726 "env_logger 0.10.2",
 9727 "lazy_static",
 9728 "log",
 9729 "msvc_spectre_libs",
 9730 "pet-conda",
 9731 "pet-core",
 9732 "pet-env-var-path",
 9733 "pet-fs",
 9734 "pet-global-virtualenvs",
 9735 "pet-homebrew",
 9736 "pet-jsonrpc",
 9737 "pet-linux-global-python",
 9738 "pet-mac-commandlinetools",
 9739 "pet-mac-python-org",
 9740 "pet-mac-xcode",
 9741 "pet-pipenv",
 9742 "pet-pixi",
 9743 "pet-poetry",
 9744 "pet-pyenv",
 9745 "pet-python-utils",
 9746 "pet-reporter",
 9747 "pet-telemetry",
 9748 "pet-venv",
 9749 "pet-virtualenv",
 9750 "pet-virtualenvwrapper",
 9751 "pet-windows-registry",
 9752 "pet-windows-store",
 9753 "serde",
 9754 "serde_json",
 9755]
 9756
 9757[[package]]
 9758name = "pet-conda"
 9759version = "0.1.0"
 9760source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9761dependencies = [
 9762 "env_logger 0.10.2",
 9763 "lazy_static",
 9764 "log",
 9765 "msvc_spectre_libs",
 9766 "pet-core",
 9767 "pet-fs",
 9768 "pet-python-utils",
 9769 "pet-reporter",
 9770 "regex",
 9771 "serde",
 9772 "serde_json",
 9773 "yaml-rust2",
 9774]
 9775
 9776[[package]]
 9777name = "pet-core"
 9778version = "0.1.0"
 9779source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9780dependencies = [
 9781 "clap",
 9782 "lazy_static",
 9783 "log",
 9784 "msvc_spectre_libs",
 9785 "pet-fs",
 9786 "regex",
 9787 "serde",
 9788 "serde_json",
 9789]
 9790
 9791[[package]]
 9792name = "pet-env-var-path"
 9793version = "0.1.0"
 9794source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9795dependencies = [
 9796 "lazy_static",
 9797 "log",
 9798 "msvc_spectre_libs",
 9799 "pet-conda",
 9800 "pet-core",
 9801 "pet-fs",
 9802 "pet-python-utils",
 9803 "pet-virtualenv",
 9804 "regex",
 9805]
 9806
 9807[[package]]
 9808name = "pet-fs"
 9809version = "0.1.0"
 9810source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9811dependencies = [
 9812 "log",
 9813 "msvc_spectre_libs",
 9814]
 9815
 9816[[package]]
 9817name = "pet-global-virtualenvs"
 9818version = "0.1.0"
 9819source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9820dependencies = [
 9821 "log",
 9822 "msvc_spectre_libs",
 9823 "pet-conda",
 9824 "pet-core",
 9825 "pet-fs",
 9826 "pet-virtualenv",
 9827]
 9828
 9829[[package]]
 9830name = "pet-homebrew"
 9831version = "0.1.0"
 9832source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9833dependencies = [
 9834 "lazy_static",
 9835 "log",
 9836 "msvc_spectre_libs",
 9837 "pet-conda",
 9838 "pet-core",
 9839 "pet-fs",
 9840 "pet-python-utils",
 9841 "pet-virtualenv",
 9842 "regex",
 9843 "serde",
 9844 "serde_json",
 9845]
 9846
 9847[[package]]
 9848name = "pet-jsonrpc"
 9849version = "0.1.0"
 9850source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9851dependencies = [
 9852 "env_logger 0.10.2",
 9853 "log",
 9854 "msvc_spectre_libs",
 9855 "pet-core",
 9856 "serde",
 9857 "serde_json",
 9858]
 9859
 9860[[package]]
 9861name = "pet-linux-global-python"
 9862version = "0.1.0"
 9863source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9864dependencies = [
 9865 "log",
 9866 "msvc_spectre_libs",
 9867 "pet-core",
 9868 "pet-fs",
 9869 "pet-python-utils",
 9870 "pet-virtualenv",
 9871]
 9872
 9873[[package]]
 9874name = "pet-mac-commandlinetools"
 9875version = "0.1.0"
 9876source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9877dependencies = [
 9878 "log",
 9879 "msvc_spectre_libs",
 9880 "pet-core",
 9881 "pet-fs",
 9882 "pet-python-utils",
 9883 "pet-virtualenv",
 9884]
 9885
 9886[[package]]
 9887name = "pet-mac-python-org"
 9888version = "0.1.0"
 9889source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9890dependencies = [
 9891 "log",
 9892 "msvc_spectre_libs",
 9893 "pet-core",
 9894 "pet-fs",
 9895 "pet-python-utils",
 9896 "pet-virtualenv",
 9897]
 9898
 9899[[package]]
 9900name = "pet-mac-xcode"
 9901version = "0.1.0"
 9902source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9903dependencies = [
 9904 "log",
 9905 "msvc_spectre_libs",
 9906 "pet-core",
 9907 "pet-fs",
 9908 "pet-python-utils",
 9909 "pet-virtualenv",
 9910]
 9911
 9912[[package]]
 9913name = "pet-pipenv"
 9914version = "0.1.0"
 9915source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9916dependencies = [
 9917 "log",
 9918 "msvc_spectre_libs",
 9919 "pet-core",
 9920 "pet-fs",
 9921 "pet-python-utils",
 9922 "pet-virtualenv",
 9923]
 9924
 9925[[package]]
 9926name = "pet-pixi"
 9927version = "0.1.0"
 9928source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9929dependencies = [
 9930 "log",
 9931 "msvc_spectre_libs",
 9932 "pet-conda",
 9933 "pet-core",
 9934 "pet-python-utils",
 9935]
 9936
 9937[[package]]
 9938name = "pet-poetry"
 9939version = "0.1.0"
 9940source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9941dependencies = [
 9942 "base64 0.22.1",
 9943 "lazy_static",
 9944 "log",
 9945 "msvc_spectre_libs",
 9946 "pet-core",
 9947 "pet-fs",
 9948 "pet-python-utils",
 9949 "pet-reporter",
 9950 "pet-virtualenv",
 9951 "regex",
 9952 "serde",
 9953 "serde_json",
 9954 "sha2",
 9955 "toml 0.8.20",
 9956]
 9957
 9958[[package]]
 9959name = "pet-pyenv"
 9960version = "0.1.0"
 9961source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9962dependencies = [
 9963 "lazy_static",
 9964 "log",
 9965 "msvc_spectre_libs",
 9966 "pet-conda",
 9967 "pet-core",
 9968 "pet-fs",
 9969 "pet-python-utils",
 9970 "pet-reporter",
 9971 "regex",
 9972 "serde",
 9973 "serde_json",
 9974]
 9975
 9976[[package]]
 9977name = "pet-python-utils"
 9978version = "0.1.0"
 9979source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9980dependencies = [
 9981 "env_logger 0.10.2",
 9982 "lazy_static",
 9983 "log",
 9984 "msvc_spectre_libs",
 9985 "pet-core",
 9986 "pet-fs",
 9987 "regex",
 9988 "serde",
 9989 "serde_json",
 9990 "sha2",
 9991]
 9992
 9993[[package]]
 9994name = "pet-reporter"
 9995version = "0.1.0"
 9996source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9997dependencies = [
 9998 "env_logger 0.10.2",
 9999 "log",
10000 "msvc_spectre_libs",
10001 "pet-core",
10002 "pet-jsonrpc",
10003 "serde",
10004 "serde_json",
10005]
10006
10007[[package]]
10008name = "pet-telemetry"
10009version = "0.1.0"
10010source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10011dependencies = [
10012 "env_logger 0.10.2",
10013 "lazy_static",
10014 "log",
10015 "msvc_spectre_libs",
10016 "pet-core",
10017 "pet-fs",
10018 "pet-python-utils",
10019 "regex",
10020]
10021
10022[[package]]
10023name = "pet-venv"
10024version = "0.1.0"
10025source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10026dependencies = [
10027 "log",
10028 "msvc_spectre_libs",
10029 "pet-core",
10030 "pet-python-utils",
10031 "pet-virtualenv",
10032]
10033
10034[[package]]
10035name = "pet-virtualenv"
10036version = "0.1.0"
10037source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10038dependencies = [
10039 "log",
10040 "msvc_spectre_libs",
10041 "pet-core",
10042 "pet-fs",
10043 "pet-python-utils",
10044]
10045
10046[[package]]
10047name = "pet-virtualenvwrapper"
10048version = "0.1.0"
10049source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10050dependencies = [
10051 "log",
10052 "msvc_spectre_libs",
10053 "pet-core",
10054 "pet-fs",
10055 "pet-python-utils",
10056 "pet-virtualenv",
10057]
10058
10059[[package]]
10060name = "pet-windows-registry"
10061version = "0.1.0"
10062source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10063dependencies = [
10064 "lazy_static",
10065 "log",
10066 "msvc_spectre_libs",
10067 "pet-conda",
10068 "pet-core",
10069 "pet-fs",
10070 "pet-python-utils",
10071 "pet-virtualenv",
10072 "pet-windows-store",
10073 "regex",
10074 "winreg 0.52.0",
10075]
10076
10077[[package]]
10078name = "pet-windows-store"
10079version = "0.1.0"
10080source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10081dependencies = [
10082 "lazy_static",
10083 "log",
10084 "msvc_spectre_libs",
10085 "pet-core",
10086 "pet-fs",
10087 "pet-python-utils",
10088 "pet-virtualenv",
10089 "regex",
10090 "winreg 0.52.0",
10091]
10092
10093[[package]]
10094name = "petgraph"
10095version = "0.6.5"
10096source = "registry+https://github.com/rust-lang/crates.io-index"
10097checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
10098dependencies = [
10099 "fixedbitset",
10100 "indexmap",
10101]
10102
10103[[package]]
10104name = "pgvector"
10105version = "0.4.0"
10106source = "registry+https://github.com/rust-lang/crates.io-index"
10107checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
10108dependencies = [
10109 "serde",
10110]
10111
10112[[package]]
10113name = "phf"
10114version = "0.11.2"
10115source = "registry+https://github.com/rust-lang/crates.io-index"
10116checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
10117dependencies = [
10118 "phf_macros",
10119 "phf_shared 0.11.2",
10120]
10121
10122[[package]]
10123name = "phf_codegen"
10124version = "0.11.2"
10125source = "registry+https://github.com/rust-lang/crates.io-index"
10126checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
10127dependencies = [
10128 "phf_generator 0.11.2",
10129 "phf_shared 0.11.2",
10130]
10131
10132[[package]]
10133name = "phf_generator"
10134version = "0.10.0"
10135source = "registry+https://github.com/rust-lang/crates.io-index"
10136checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
10137dependencies = [
10138 "phf_shared 0.10.0",
10139 "rand 0.8.5",
10140]
10141
10142[[package]]
10143name = "phf_generator"
10144version = "0.11.2"
10145source = "registry+https://github.com/rust-lang/crates.io-index"
10146checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
10147dependencies = [
10148 "phf_shared 0.11.2",
10149 "rand 0.8.5",
10150]
10151
10152[[package]]
10153name = "phf_macros"
10154version = "0.11.2"
10155source = "registry+https://github.com/rust-lang/crates.io-index"
10156checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
10157dependencies = [
10158 "phf_generator 0.11.2",
10159 "phf_shared 0.11.2",
10160 "proc-macro2",
10161 "quote",
10162 "syn 2.0.100",
10163]
10164
10165[[package]]
10166name = "phf_shared"
10167version = "0.10.0"
10168source = "registry+https://github.com/rust-lang/crates.io-index"
10169checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
10170dependencies = [
10171 "siphasher 0.3.11",
10172]
10173
10174[[package]]
10175name = "phf_shared"
10176version = "0.11.2"
10177source = "registry+https://github.com/rust-lang/crates.io-index"
10178checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
10179dependencies = [
10180 "siphasher 0.3.11",
10181]
10182
10183[[package]]
10184name = "picker"
10185version = "0.1.0"
10186dependencies = [
10187 "anyhow",
10188 "ctor",
10189 "editor",
10190 "env_logger 0.11.7",
10191 "gpui",
10192 "menu",
10193 "schemars",
10194 "serde",
10195 "serde_json",
10196 "ui",
10197 "util",
10198 "workspace",
10199]
10200
10201[[package]]
10202name = "pico-args"
10203version = "0.5.0"
10204source = "registry+https://github.com/rust-lang/crates.io-index"
10205checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
10206
10207[[package]]
10208name = "pin-project"
10209version = "1.1.7"
10210source = "registry+https://github.com/rust-lang/crates.io-index"
10211checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
10212dependencies = [
10213 "pin-project-internal",
10214]
10215
10216[[package]]
10217name = "pin-project-internal"
10218version = "1.1.7"
10219source = "registry+https://github.com/rust-lang/crates.io-index"
10220checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
10221dependencies = [
10222 "proc-macro2",
10223 "quote",
10224 "syn 2.0.100",
10225]
10226
10227[[package]]
10228name = "pin-project-lite"
10229version = "0.2.16"
10230source = "registry+https://github.com/rust-lang/crates.io-index"
10231checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
10232
10233[[package]]
10234name = "pin-utils"
10235version = "0.1.0"
10236source = "registry+https://github.com/rust-lang/crates.io-index"
10237checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
10238
10239[[package]]
10240name = "piper"
10241version = "0.2.4"
10242source = "registry+https://github.com/rust-lang/crates.io-index"
10243checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
10244dependencies = [
10245 "atomic-waker",
10246 "fastrand 2.3.0",
10247 "futures-io",
10248]
10249
10250[[package]]
10251name = "pkcs1"
10252version = "0.7.5"
10253source = "registry+https://github.com/rust-lang/crates.io-index"
10254checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
10255dependencies = [
10256 "der 0.7.9",
10257 "pkcs8 0.10.2",
10258 "spki 0.7.3",
10259]
10260
10261[[package]]
10262name = "pkcs8"
10263version = "0.9.0"
10264source = "registry+https://github.com/rust-lang/crates.io-index"
10265checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
10266dependencies = [
10267 "der 0.6.1",
10268 "spki 0.6.0",
10269]
10270
10271[[package]]
10272name = "pkcs8"
10273version = "0.10.2"
10274source = "registry+https://github.com/rust-lang/crates.io-index"
10275checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
10276dependencies = [
10277 "der 0.7.9",
10278 "spki 0.7.3",
10279]
10280
10281[[package]]
10282name = "pkg-config"
10283version = "0.3.31"
10284source = "registry+https://github.com/rust-lang/crates.io-index"
10285checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
10286
10287[[package]]
10288name = "plist"
10289version = "1.7.0"
10290source = "registry+https://github.com/rust-lang/crates.io-index"
10291checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
10292dependencies = [
10293 "base64 0.22.1",
10294 "indexmap",
10295 "quick-xml 0.32.0",
10296 "serde",
10297 "time",
10298]
10299
10300[[package]]
10301name = "plotters"
10302version = "0.3.7"
10303source = "registry+https://github.com/rust-lang/crates.io-index"
10304checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
10305dependencies = [
10306 "num-traits",
10307 "plotters-backend",
10308 "plotters-svg",
10309 "wasm-bindgen",
10310 "web-sys",
10311]
10312
10313[[package]]
10314name = "plotters-backend"
10315version = "0.3.7"
10316source = "registry+https://github.com/rust-lang/crates.io-index"
10317checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
10318
10319[[package]]
10320name = "plotters-svg"
10321version = "0.3.7"
10322source = "registry+https://github.com/rust-lang/crates.io-index"
10323checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
10324dependencies = [
10325 "plotters-backend",
10326]
10327
10328[[package]]
10329name = "png"
10330version = "0.17.15"
10331source = "registry+https://github.com/rust-lang/crates.io-index"
10332checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
10333dependencies = [
10334 "bitflags 1.3.2",
10335 "crc32fast",
10336 "fdeflate",
10337 "flate2",
10338 "miniz_oxide",
10339]
10340
10341[[package]]
10342name = "polling"
10343version = "3.7.4"
10344source = "registry+https://github.com/rust-lang/crates.io-index"
10345checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
10346dependencies = [
10347 "cfg-if",
10348 "concurrent-queue",
10349 "hermit-abi 0.4.0",
10350 "pin-project-lite",
10351 "rustix",
10352 "tracing",
10353 "windows-sys 0.59.0",
10354]
10355
10356[[package]]
10357name = "pollster"
10358version = "0.2.5"
10359source = "registry+https://github.com/rust-lang/crates.io-index"
10360checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
10361
10362[[package]]
10363name = "portable-atomic"
10364version = "1.11.0"
10365source = "registry+https://github.com/rust-lang/crates.io-index"
10366checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
10367
10368[[package]]
10369name = "portable-atomic-util"
10370version = "0.2.4"
10371source = "registry+https://github.com/rust-lang/crates.io-index"
10372checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
10373dependencies = [
10374 "portable-atomic",
10375]
10376
10377[[package]]
10378name = "postage"
10379version = "0.5.0"
10380source = "registry+https://github.com/rust-lang/crates.io-index"
10381checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
10382dependencies = [
10383 "atomic",
10384 "crossbeam-queue",
10385 "futures 0.3.31",
10386 "log",
10387 "parking_lot",
10388 "pin-project",
10389 "pollster",
10390 "static_assertions",
10391 "thiserror 1.0.69",
10392]
10393
10394[[package]]
10395name = "postcard"
10396version = "1.1.1"
10397source = "registry+https://github.com/rust-lang/crates.io-index"
10398checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
10399dependencies = [
10400 "cobs",
10401 "embedded-io 0.4.0",
10402 "embedded-io 0.6.1",
10403 "serde",
10404]
10405
10406[[package]]
10407name = "powerfmt"
10408version = "0.2.0"
10409source = "registry+https://github.com/rust-lang/crates.io-index"
10410checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
10411
10412[[package]]
10413name = "ppv-lite86"
10414version = "0.2.20"
10415source = "registry+https://github.com/rust-lang/crates.io-index"
10416checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
10417dependencies = [
10418 "zerocopy 0.7.35",
10419]
10420
10421[[package]]
10422name = "precomputed-hash"
10423version = "0.1.1"
10424source = "registry+https://github.com/rust-lang/crates.io-index"
10425checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
10426
10427[[package]]
10428name = "prettier"
10429version = "0.1.0"
10430dependencies = [
10431 "anyhow",
10432 "collections",
10433 "fs",
10434 "gpui",
10435 "language",
10436 "log",
10437 "lsp",
10438 "node_runtime",
10439 "parking_lot",
10440 "paths",
10441 "serde",
10442 "serde_json",
10443 "util",
10444]
10445
10446[[package]]
10447name = "pretty_assertions"
10448version = "1.4.1"
10449source = "registry+https://github.com/rust-lang/crates.io-index"
10450checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
10451dependencies = [
10452 "diff",
10453 "yansi",
10454]
10455
10456[[package]]
10457name = "prettyplease"
10458version = "0.2.25"
10459source = "registry+https://github.com/rust-lang/crates.io-index"
10460checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
10461dependencies = [
10462 "proc-macro2",
10463 "syn 2.0.100",
10464]
10465
10466[[package]]
10467name = "proc-macro-crate"
10468version = "3.2.0"
10469source = "registry+https://github.com/rust-lang/crates.io-index"
10470checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
10471dependencies = [
10472 "toml_edit",
10473]
10474
10475[[package]]
10476name = "proc-macro-error-attr2"
10477version = "2.0.0"
10478source = "registry+https://github.com/rust-lang/crates.io-index"
10479checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
10480dependencies = [
10481 "proc-macro2",
10482 "quote",
10483]
10484
10485[[package]]
10486name = "proc-macro-error2"
10487version = "2.0.1"
10488source = "registry+https://github.com/rust-lang/crates.io-index"
10489checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
10490dependencies = [
10491 "proc-macro-error-attr2",
10492 "proc-macro2",
10493 "quote",
10494 "syn 2.0.100",
10495]
10496
10497[[package]]
10498name = "proc-macro2"
10499version = "1.0.94"
10500source = "registry+https://github.com/rust-lang/crates.io-index"
10501checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
10502dependencies = [
10503 "unicode-ident",
10504]
10505
10506[[package]]
10507name = "proc-macro2-diagnostics"
10508version = "0.10.1"
10509source = "registry+https://github.com/rust-lang/crates.io-index"
10510checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
10511dependencies = [
10512 "proc-macro2",
10513 "quote",
10514 "syn 2.0.100",
10515 "version_check",
10516 "yansi",
10517]
10518
10519[[package]]
10520name = "profiling"
10521version = "1.0.16"
10522source = "registry+https://github.com/rust-lang/crates.io-index"
10523checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
10524dependencies = [
10525 "profiling-procmacros",
10526]
10527
10528[[package]]
10529name = "profiling-procmacros"
10530version = "1.0.16"
10531source = "registry+https://github.com/rust-lang/crates.io-index"
10532checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
10533dependencies = [
10534 "quote",
10535 "syn 2.0.100",
10536]
10537
10538[[package]]
10539name = "project"
10540version = "0.1.0"
10541dependencies = [
10542 "aho-corasick",
10543 "anyhow",
10544 "askpass",
10545 "async-trait",
10546 "buffer_diff",
10547 "circular-buffer",
10548 "client",
10549 "clock",
10550 "collections",
10551 "dap",
10552 "dap_adapters",
10553 "env_logger 0.11.7",
10554 "extension",
10555 "fancy-regex 0.14.0",
10556 "fs",
10557 "futures 0.3.31",
10558 "fuzzy",
10559 "git",
10560 "git2",
10561 "globset",
10562 "gpui",
10563 "http_client",
10564 "image",
10565 "indexmap",
10566 "itertools 0.14.0",
10567 "language",
10568 "log",
10569 "lsp",
10570 "node_runtime",
10571 "parking_lot",
10572 "pathdiff",
10573 "paths",
10574 "postage",
10575 "prettier",
10576 "pretty_assertions",
10577 "rand 0.8.5",
10578 "regex",
10579 "release_channel",
10580 "remote",
10581 "rpc",
10582 "schemars",
10583 "serde",
10584 "serde_json",
10585 "settings",
10586 "sha2",
10587 "shellexpand 2.1.2",
10588 "shlex",
10589 "smol",
10590 "snippet",
10591 "snippet_provider",
10592 "task",
10593 "tempfile",
10594 "terminal",
10595 "text",
10596 "toml 0.8.20",
10597 "unindent",
10598 "url",
10599 "util",
10600 "which 6.0.3",
10601 "worktree",
10602]
10603
10604[[package]]
10605name = "project_panel"
10606version = "0.1.0"
10607dependencies = [
10608 "anyhow",
10609 "client",
10610 "collections",
10611 "command_palette_hooks",
10612 "db",
10613 "editor",
10614 "file_icons",
10615 "git",
10616 "gpui",
10617 "indexmap",
10618 "language",
10619 "menu",
10620 "pretty_assertions",
10621 "project",
10622 "schemars",
10623 "search",
10624 "serde",
10625 "serde_derive",
10626 "serde_json",
10627 "settings",
10628 "smallvec",
10629 "theme",
10630 "ui",
10631 "util",
10632 "workspace",
10633 "worktree",
10634 "zed_actions",
10635]
10636
10637[[package]]
10638name = "project_symbols"
10639version = "0.1.0"
10640dependencies = [
10641 "anyhow",
10642 "editor",
10643 "futures 0.3.31",
10644 "fuzzy",
10645 "gpui",
10646 "language",
10647 "lsp",
10648 "ordered-float 2.10.1",
10649 "picker",
10650 "project",
10651 "release_channel",
10652 "serde_json",
10653 "settings",
10654 "theme",
10655 "util",
10656 "workspace",
10657]
10658
10659[[package]]
10660name = "prometheus"
10661version = "0.13.4"
10662source = "registry+https://github.com/rust-lang/crates.io-index"
10663checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
10664dependencies = [
10665 "cfg-if",
10666 "fnv",
10667 "lazy_static",
10668 "memchr",
10669 "parking_lot",
10670 "protobuf",
10671 "thiserror 1.0.69",
10672]
10673
10674[[package]]
10675name = "prompt_library"
10676version = "0.1.0"
10677dependencies = [
10678 "anyhow",
10679 "collections",
10680 "editor",
10681 "gpui",
10682 "language",
10683 "language_model",
10684 "log",
10685 "menu",
10686 "picker",
10687 "prompt_store",
10688 "release_channel",
10689 "rope",
10690 "serde",
10691 "settings",
10692 "theme",
10693 "ui",
10694 "util",
10695 "workspace",
10696 "zed_actions",
10697]
10698
10699[[package]]
10700name = "prompt_store"
10701version = "0.1.0"
10702dependencies = [
10703 "anyhow",
10704 "assets",
10705 "chrono",
10706 "collections",
10707 "fs",
10708 "futures 0.3.31",
10709 "fuzzy",
10710 "gpui",
10711 "handlebars 4.5.0",
10712 "heed",
10713 "language",
10714 "log",
10715 "parking_lot",
10716 "paths",
10717 "rope",
10718 "serde",
10719 "text",
10720 "util",
10721 "uuid",
10722]
10723
10724[[package]]
10725name = "prost"
10726version = "0.9.0"
10727source = "registry+https://github.com/rust-lang/crates.io-index"
10728checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
10729dependencies = [
10730 "bytes 1.10.1",
10731 "prost-derive 0.9.0",
10732]
10733
10734[[package]]
10735name = "prost"
10736version = "0.12.6"
10737source = "registry+https://github.com/rust-lang/crates.io-index"
10738checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
10739dependencies = [
10740 "bytes 1.10.1",
10741 "prost-derive 0.12.6",
10742]
10743
10744[[package]]
10745name = "prost-build"
10746version = "0.9.0"
10747source = "registry+https://github.com/rust-lang/crates.io-index"
10748checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
10749dependencies = [
10750 "bytes 1.10.1",
10751 "heck 0.3.3",
10752 "itertools 0.10.5",
10753 "lazy_static",
10754 "log",
10755 "multimap 0.8.3",
10756 "petgraph",
10757 "prost 0.9.0",
10758 "prost-types 0.9.0",
10759 "regex",
10760 "tempfile",
10761 "which 4.4.2",
10762]
10763
10764[[package]]
10765name = "prost-build"
10766version = "0.12.6"
10767source = "registry+https://github.com/rust-lang/crates.io-index"
10768checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
10769dependencies = [
10770 "bytes 1.10.1",
10771 "heck 0.5.0",
10772 "itertools 0.10.5",
10773 "log",
10774 "multimap 0.10.0",
10775 "once_cell",
10776 "petgraph",
10777 "prettyplease",
10778 "prost 0.12.6",
10779 "prost-types 0.12.6",
10780 "regex",
10781 "syn 2.0.100",
10782 "tempfile",
10783]
10784
10785[[package]]
10786name = "prost-derive"
10787version = "0.9.0"
10788source = "registry+https://github.com/rust-lang/crates.io-index"
10789checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
10790dependencies = [
10791 "anyhow",
10792 "itertools 0.10.5",
10793 "proc-macro2",
10794 "quote",
10795 "syn 1.0.109",
10796]
10797
10798[[package]]
10799name = "prost-derive"
10800version = "0.12.6"
10801source = "registry+https://github.com/rust-lang/crates.io-index"
10802checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
10803dependencies = [
10804 "anyhow",
10805 "itertools 0.10.5",
10806 "proc-macro2",
10807 "quote",
10808 "syn 2.0.100",
10809]
10810
10811[[package]]
10812name = "prost-types"
10813version = "0.9.0"
10814source = "registry+https://github.com/rust-lang/crates.io-index"
10815checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
10816dependencies = [
10817 "bytes 1.10.1",
10818 "prost 0.9.0",
10819]
10820
10821[[package]]
10822name = "prost-types"
10823version = "0.12.6"
10824source = "registry+https://github.com/rust-lang/crates.io-index"
10825checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
10826dependencies = [
10827 "prost 0.12.6",
10828]
10829
10830[[package]]
10831name = "proto"
10832version = "0.1.0"
10833dependencies = [
10834 "anyhow",
10835 "collections",
10836 "prost 0.9.0",
10837 "prost-build 0.9.0",
10838 "serde",
10839]
10840
10841[[package]]
10842name = "protobuf"
10843version = "2.28.0"
10844source = "registry+https://github.com/rust-lang/crates.io-index"
10845checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10846
10847[[package]]
10848name = "psm"
10849version = "0.1.24"
10850source = "registry+https://github.com/rust-lang/crates.io-index"
10851checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10852dependencies = [
10853 "cc",
10854]
10855
10856[[package]]
10857name = "ptr_meta"
10858version = "0.1.4"
10859source = "registry+https://github.com/rust-lang/crates.io-index"
10860checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10861dependencies = [
10862 "ptr_meta_derive",
10863]
10864
10865[[package]]
10866name = "ptr_meta_derive"
10867version = "0.1.4"
10868source = "registry+https://github.com/rust-lang/crates.io-index"
10869checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10870dependencies = [
10871 "proc-macro2",
10872 "quote",
10873 "syn 1.0.109",
10874]
10875
10876[[package]]
10877name = "pulldown-cmark"
10878version = "0.10.3"
10879source = "registry+https://github.com/rust-lang/crates.io-index"
10880checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10881dependencies = [
10882 "bitflags 2.8.0",
10883 "memchr",
10884 "pulldown-cmark-escape",
10885 "unicase",
10886]
10887
10888[[package]]
10889name = "pulldown-cmark"
10890version = "0.12.2"
10891source = "registry+https://github.com/rust-lang/crates.io-index"
10892checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10893dependencies = [
10894 "bitflags 2.8.0",
10895 "memchr",
10896 "unicase",
10897]
10898
10899[[package]]
10900name = "pulldown-cmark-escape"
10901version = "0.10.1"
10902source = "registry+https://github.com/rust-lang/crates.io-index"
10903checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10904
10905[[package]]
10906name = "pulley-interpreter"
10907version = "29.0.1"
10908source = "registry+https://github.com/rust-lang/crates.io-index"
10909checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
10910dependencies = [
10911 "cranelift-bitset",
10912 "log",
10913 "sptr",
10914 "wasmtime-math",
10915]
10916
10917[[package]]
10918name = "qoi"
10919version = "0.4.1"
10920source = "registry+https://github.com/rust-lang/crates.io-index"
10921checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10922dependencies = [
10923 "bytemuck",
10924]
10925
10926[[package]]
10927name = "quick-error"
10928version = "2.0.1"
10929source = "registry+https://github.com/rust-lang/crates.io-index"
10930checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10931
10932[[package]]
10933name = "quick-xml"
10934version = "0.32.0"
10935source = "registry+https://github.com/rust-lang/crates.io-index"
10936checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10937dependencies = [
10938 "memchr",
10939]
10940
10941[[package]]
10942name = "quick-xml"
10943version = "0.37.2"
10944source = "registry+https://github.com/rust-lang/crates.io-index"
10945checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003"
10946dependencies = [
10947 "memchr",
10948]
10949
10950[[package]]
10951name = "quinn"
10952version = "0.11.6"
10953source = "registry+https://github.com/rust-lang/crates.io-index"
10954checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10955dependencies = [
10956 "bytes 1.10.1",
10957 "pin-project-lite",
10958 "quinn-proto",
10959 "quinn-udp",
10960 "rustc-hash 2.1.1",
10961 "rustls 0.23.25",
10962 "socket2",
10963 "thiserror 2.0.12",
10964 "tokio",
10965 "tracing",
10966]
10967
10968[[package]]
10969name = "quinn-proto"
10970version = "0.11.9"
10971source = "registry+https://github.com/rust-lang/crates.io-index"
10972checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10973dependencies = [
10974 "bytes 1.10.1",
10975 "getrandom 0.2.15",
10976 "rand 0.8.5",
10977 "ring",
10978 "rustc-hash 2.1.1",
10979 "rustls 0.23.25",
10980 "rustls-pki-types",
10981 "slab",
10982 "thiserror 2.0.12",
10983 "tinyvec",
10984 "tracing",
10985 "web-time",
10986]
10987
10988[[package]]
10989name = "quinn-udp"
10990version = "0.5.9"
10991source = "registry+https://github.com/rust-lang/crates.io-index"
10992checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904"
10993dependencies = [
10994 "cfg_aliases 0.2.1",
10995 "libc",
10996 "once_cell",
10997 "socket2",
10998 "tracing",
10999 "windows-sys 0.59.0",
11000]
11001
11002[[package]]
11003name = "quote"
11004version = "1.0.40"
11005source = "registry+https://github.com/rust-lang/crates.io-index"
11006checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
11007dependencies = [
11008 "proc-macro2",
11009]
11010
11011[[package]]
11012name = "radium"
11013version = "0.7.0"
11014source = "registry+https://github.com/rust-lang/crates.io-index"
11015checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
11016
11017[[package]]
11018name = "rand"
11019version = "0.7.3"
11020source = "registry+https://github.com/rust-lang/crates.io-index"
11021checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
11022dependencies = [
11023 "getrandom 0.1.16",
11024 "libc",
11025 "rand_chacha 0.2.2",
11026 "rand_core 0.5.1",
11027 "rand_hc",
11028]
11029
11030[[package]]
11031name = "rand"
11032version = "0.8.5"
11033source = "registry+https://github.com/rust-lang/crates.io-index"
11034checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
11035dependencies = [
11036 "libc",
11037 "rand_chacha 0.3.1",
11038 "rand_core 0.6.4",
11039]
11040
11041[[package]]
11042name = "rand"
11043version = "0.9.0"
11044source = "registry+https://github.com/rust-lang/crates.io-index"
11045checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
11046dependencies = [
11047 "rand_chacha 0.9.0",
11048 "rand_core 0.9.0",
11049 "zerocopy 0.8.18",
11050]
11051
11052[[package]]
11053name = "rand_chacha"
11054version = "0.2.2"
11055source = "registry+https://github.com/rust-lang/crates.io-index"
11056checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
11057dependencies = [
11058 "ppv-lite86",
11059 "rand_core 0.5.1",
11060]
11061
11062[[package]]
11063name = "rand_chacha"
11064version = "0.3.1"
11065source = "registry+https://github.com/rust-lang/crates.io-index"
11066checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
11067dependencies = [
11068 "ppv-lite86",
11069 "rand_core 0.6.4",
11070]
11071
11072[[package]]
11073name = "rand_chacha"
11074version = "0.9.0"
11075source = "registry+https://github.com/rust-lang/crates.io-index"
11076checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
11077dependencies = [
11078 "ppv-lite86",
11079 "rand_core 0.9.0",
11080]
11081
11082[[package]]
11083name = "rand_core"
11084version = "0.5.1"
11085source = "registry+https://github.com/rust-lang/crates.io-index"
11086checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
11087dependencies = [
11088 "getrandom 0.1.16",
11089]
11090
11091[[package]]
11092name = "rand_core"
11093version = "0.6.4"
11094source = "registry+https://github.com/rust-lang/crates.io-index"
11095checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
11096dependencies = [
11097 "getrandom 0.2.15",
11098]
11099
11100[[package]]
11101name = "rand_core"
11102version = "0.9.0"
11103source = "registry+https://github.com/rust-lang/crates.io-index"
11104checksum = "b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff"
11105dependencies = [
11106 "getrandom 0.3.1",
11107 "zerocopy 0.8.18",
11108]
11109
11110[[package]]
11111name = "rand_hc"
11112version = "0.2.0"
11113source = "registry+https://github.com/rust-lang/crates.io-index"
11114checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
11115dependencies = [
11116 "rand_core 0.5.1",
11117]
11118
11119[[package]]
11120name = "rangemap"
11121version = "1.5.1"
11122source = "registry+https://github.com/rust-lang/crates.io-index"
11123checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
11124
11125[[package]]
11126name = "rav1e"
11127version = "0.7.1"
11128source = "registry+https://github.com/rust-lang/crates.io-index"
11129checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
11130dependencies = [
11131 "arbitrary",
11132 "arg_enum_proc_macro",
11133 "arrayvec",
11134 "av1-grain",
11135 "bitstream-io",
11136 "built",
11137 "cfg-if",
11138 "interpolate_name",
11139 "itertools 0.12.1",
11140 "libc",
11141 "libfuzzer-sys",
11142 "log",
11143 "maybe-rayon",
11144 "new_debug_unreachable",
11145 "noop_proc_macro",
11146 "num-derive",
11147 "num-traits",
11148 "once_cell",
11149 "paste",
11150 "profiling",
11151 "rand 0.8.5",
11152 "rand_chacha 0.3.1",
11153 "simd_helpers",
11154 "system-deps",
11155 "thiserror 1.0.69",
11156 "v_frame",
11157 "wasm-bindgen",
11158]
11159
11160[[package]]
11161name = "ravif"
11162version = "0.11.11"
11163source = "registry+https://github.com/rust-lang/crates.io-index"
11164checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
11165dependencies = [
11166 "avif-serialize",
11167 "imgref",
11168 "loop9",
11169 "quick-error",
11170 "rav1e",
11171 "rayon",
11172 "rgb",
11173]
11174
11175[[package]]
11176name = "raw-window-handle"
11177version = "0.6.2"
11178source = "registry+https://github.com/rust-lang/crates.io-index"
11179checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
11180
11181[[package]]
11182name = "raw-window-metal"
11183version = "0.4.0"
11184source = "registry+https://github.com/rust-lang/crates.io-index"
11185checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
11186dependencies = [
11187 "cocoa 0.25.0",
11188 "core-graphics 0.23.2",
11189 "objc",
11190 "raw-window-handle",
11191]
11192
11193[[package]]
11194name = "rayon"
11195version = "1.10.0"
11196source = "registry+https://github.com/rust-lang/crates.io-index"
11197checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
11198dependencies = [
11199 "either",
11200 "rayon-core",
11201]
11202
11203[[package]]
11204name = "rayon-core"
11205version = "1.12.1"
11206source = "registry+https://github.com/rust-lang/crates.io-index"
11207checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
11208dependencies = [
11209 "crossbeam-deque",
11210 "crossbeam-utils",
11211]
11212
11213[[package]]
11214name = "read-fonts"
11215version = "0.22.5"
11216source = "registry+https://github.com/rust-lang/crates.io-index"
11217checksum = "4a04b892cb6f91951f144c33321843790c8574c825aafdb16d815fd7183b5229"
11218dependencies = [
11219 "bytemuck",
11220 "font-types",
11221]
11222
11223[[package]]
11224name = "recent_projects"
11225version = "0.1.0"
11226dependencies = [
11227 "anyhow",
11228 "auto_update",
11229 "dap",
11230 "editor",
11231 "extension_host",
11232 "file_finder",
11233 "futures 0.3.31",
11234 "fuzzy",
11235 "gpui",
11236 "language",
11237 "log",
11238 "markdown",
11239 "menu",
11240 "ordered-float 2.10.1",
11241 "paths",
11242 "picker",
11243 "project",
11244 "release_channel",
11245 "remote",
11246 "schemars",
11247 "serde",
11248 "serde_json",
11249 "settings",
11250 "smol",
11251 "task",
11252 "telemetry",
11253 "theme",
11254 "ui",
11255 "util",
11256 "workspace",
11257 "zed_actions",
11258]
11259
11260[[package]]
11261name = "redox_syscall"
11262version = "0.2.16"
11263source = "registry+https://github.com/rust-lang/crates.io-index"
11264checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
11265dependencies = [
11266 "bitflags 1.3.2",
11267]
11268
11269[[package]]
11270name = "redox_syscall"
11271version = "0.5.8"
11272source = "registry+https://github.com/rust-lang/crates.io-index"
11273checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
11274dependencies = [
11275 "bitflags 2.8.0",
11276]
11277
11278[[package]]
11279name = "redox_users"
11280version = "0.4.6"
11281source = "registry+https://github.com/rust-lang/crates.io-index"
11282checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
11283dependencies = [
11284 "getrandom 0.2.15",
11285 "libredox",
11286 "thiserror 1.0.69",
11287]
11288
11289[[package]]
11290name = "refineable"
11291version = "0.1.0"
11292dependencies = [
11293 "derive_refineable",
11294]
11295
11296[[package]]
11297name = "regalloc2"
11298version = "0.11.1"
11299source = "registry+https://github.com/rust-lang/crates.io-index"
11300checksum = "145c1c267e14f20fb0f88aa76a1c5ffec42d592c1d28b3cd9148ae35916158d3"
11301dependencies = [
11302 "allocator-api2",
11303 "bumpalo",
11304 "hashbrown 0.15.2",
11305 "log",
11306 "rustc-hash 2.1.1",
11307 "smallvec",
11308]
11309
11310[[package]]
11311name = "regex"
11312version = "1.11.1"
11313source = "registry+https://github.com/rust-lang/crates.io-index"
11314checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
11315dependencies = [
11316 "aho-corasick",
11317 "memchr",
11318 "regex-automata 0.4.9",
11319 "regex-syntax 0.8.5",
11320]
11321
11322[[package]]
11323name = "regex-automata"
11324version = "0.1.10"
11325source = "registry+https://github.com/rust-lang/crates.io-index"
11326checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
11327dependencies = [
11328 "regex-syntax 0.6.29",
11329]
11330
11331[[package]]
11332name = "regex-automata"
11333version = "0.4.9"
11334source = "registry+https://github.com/rust-lang/crates.io-index"
11335checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
11336dependencies = [
11337 "aho-corasick",
11338 "memchr",
11339 "regex-syntax 0.8.5",
11340]
11341
11342[[package]]
11343name = "regex-lite"
11344version = "0.1.6"
11345source = "registry+https://github.com/rust-lang/crates.io-index"
11346checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
11347
11348[[package]]
11349name = "regex-syntax"
11350version = "0.6.29"
11351source = "registry+https://github.com/rust-lang/crates.io-index"
11352checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
11353
11354[[package]]
11355name = "regex-syntax"
11356version = "0.8.5"
11357source = "registry+https://github.com/rust-lang/crates.io-index"
11358checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
11359
11360[[package]]
11361name = "release_channel"
11362version = "0.1.0"
11363dependencies = [
11364 "gpui",
11365]
11366
11367[[package]]
11368name = "remote"
11369version = "0.1.0"
11370dependencies = [
11371 "anyhow",
11372 "askpass",
11373 "async-trait",
11374 "collections",
11375 "fs",
11376 "futures 0.3.31",
11377 "gpui",
11378 "itertools 0.14.0",
11379 "log",
11380 "parking_lot",
11381 "paths",
11382 "prost 0.9.0",
11383 "release_channel",
11384 "rpc",
11385 "schemars",
11386 "serde",
11387 "serde_json",
11388 "shlex",
11389 "smol",
11390 "tempfile",
11391 "thiserror 2.0.12",
11392 "urlencoding",
11393 "util",
11394]
11395
11396[[package]]
11397name = "remote_server"
11398version = "0.1.0"
11399dependencies = [
11400 "anyhow",
11401 "async-watch",
11402 "backtrace",
11403 "cargo_toml",
11404 "chrono",
11405 "clap",
11406 "client",
11407 "clock",
11408 "env_logger 0.11.7",
11409 "extension",
11410 "extension_host",
11411 "fork",
11412 "fs",
11413 "futures 0.3.31",
11414 "git",
11415 "git_hosting_providers",
11416 "gpui",
11417 "gpui_tokio",
11418 "http_client",
11419 "language",
11420 "language_extension",
11421 "languages",
11422 "libc",
11423 "log",
11424 "lsp",
11425 "node_runtime",
11426 "paths",
11427 "project",
11428 "proto",
11429 "release_channel",
11430 "remote",
11431 "reqwest_client",
11432 "rpc",
11433 "rust-embed",
11434 "serde",
11435 "serde_json",
11436 "settings",
11437 "shellexpand 2.1.2",
11438 "smol",
11439 "sysinfo",
11440 "telemetry_events",
11441 "toml 0.8.20",
11442 "unindent",
11443 "util",
11444 "worktree",
11445]
11446
11447[[package]]
11448name = "rend"
11449version = "0.4.2"
11450source = "registry+https://github.com/rust-lang/crates.io-index"
11451checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
11452dependencies = [
11453 "bytecheck",
11454]
11455
11456[[package]]
11457name = "repl"
11458version = "0.1.0"
11459dependencies = [
11460 "alacritty_terminal",
11461 "anyhow",
11462 "async-dispatcher",
11463 "async-tungstenite",
11464 "base64 0.22.1",
11465 "client",
11466 "collections",
11467 "command_palette_hooks",
11468 "editor",
11469 "env_logger 0.11.7",
11470 "feature_flags",
11471 "file_icons",
11472 "futures 0.3.31",
11473 "gpui",
11474 "http_client",
11475 "image",
11476 "indoc",
11477 "jupyter-protocol",
11478 "jupyter-websocket-client",
11479 "language",
11480 "languages",
11481 "log",
11482 "markdown_preview",
11483 "menu",
11484 "multi_buffer",
11485 "nbformat",
11486 "picker",
11487 "project",
11488 "runtimelib",
11489 "schemars",
11490 "serde",
11491 "serde_json",
11492 "settings",
11493 "smol",
11494 "telemetry",
11495 "terminal",
11496 "terminal_view",
11497 "theme",
11498 "tree-sitter-md",
11499 "tree-sitter-python",
11500 "tree-sitter-typescript",
11501 "ui",
11502 "util",
11503 "uuid",
11504 "workspace",
11505]
11506
11507[[package]]
11508name = "reqwest"
11509version = "0.11.27"
11510source = "registry+https://github.com/rust-lang/crates.io-index"
11511checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
11512dependencies = [
11513 "base64 0.21.7",
11514 "bytes 1.10.1",
11515 "encoding_rs",
11516 "futures-core",
11517 "futures-util",
11518 "h2 0.3.26",
11519 "http 0.2.12",
11520 "http-body 0.4.6",
11521 "hyper 0.14.32",
11522 "hyper-rustls 0.24.2",
11523 "hyper-tls",
11524 "ipnet",
11525 "js-sys",
11526 "log",
11527 "mime",
11528 "native-tls",
11529 "once_cell",
11530 "percent-encoding",
11531 "pin-project-lite",
11532 "rustls 0.21.12",
11533 "rustls-native-certs 0.6.3",
11534 "rustls-pemfile 1.0.4",
11535 "serde",
11536 "serde_json",
11537 "serde_urlencoded",
11538 "sync_wrapper 0.1.2",
11539 "system-configuration 0.5.1",
11540 "tokio",
11541 "tokio-native-tls",
11542 "tokio-rustls 0.24.1",
11543 "tower-service",
11544 "url",
11545 "wasm-bindgen",
11546 "wasm-bindgen-futures",
11547 "web-sys",
11548 "winreg 0.50.0",
11549]
11550
11551[[package]]
11552name = "reqwest"
11553version = "0.12.8"
11554source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
11555dependencies = [
11556 "base64 0.22.1",
11557 "bytes 1.10.1",
11558 "encoding_rs",
11559 "futures-core",
11560 "futures-util",
11561 "h2 0.4.7",
11562 "http 1.2.0",
11563 "http-body 1.0.1",
11564 "http-body-util",
11565 "hyper 1.5.1",
11566 "hyper-rustls 0.27.3",
11567 "hyper-util",
11568 "ipnet",
11569 "js-sys",
11570 "log",
11571 "mime",
11572 "once_cell",
11573 "percent-encoding",
11574 "pin-project-lite",
11575 "quinn",
11576 "rustls 0.23.25",
11577 "rustls-native-certs 0.8.1",
11578 "rustls-pemfile 2.2.0",
11579 "rustls-pki-types",
11580 "serde",
11581 "serde_json",
11582 "serde_urlencoded",
11583 "sync_wrapper 1.0.2",
11584 "system-configuration 0.6.1",
11585 "tokio",
11586 "tokio-rustls 0.26.1",
11587 "tokio-socks",
11588 "tokio-util",
11589 "tower-service",
11590 "url",
11591 "wasm-bindgen",
11592 "wasm-bindgen-futures",
11593 "wasm-streams",
11594 "web-sys",
11595 "windows-registry",
11596]
11597
11598[[package]]
11599name = "reqwest_client"
11600version = "0.1.0"
11601dependencies = [
11602 "anyhow",
11603 "bytes 1.10.1",
11604 "futures 0.3.31",
11605 "gpui",
11606 "http_client",
11607 "http_client_tls",
11608 "log",
11609 "regex",
11610 "reqwest 0.12.8",
11611 "serde",
11612 "smol",
11613 "tokio",
11614]
11615
11616[[package]]
11617name = "resvg"
11618version = "0.45.0"
11619source = "registry+https://github.com/rust-lang/crates.io-index"
11620checksum = "dd43d1c474e9dadf09a8fdf22d713ba668b499b5117b9b9079500224e26b5b29"
11621dependencies = [
11622 "log",
11623 "pico-args",
11624 "rgb",
11625 "svgtypes",
11626 "tiny-skia",
11627 "usvg",
11628]
11629
11630[[package]]
11631name = "rfc6979"
11632version = "0.3.1"
11633source = "registry+https://github.com/rust-lang/crates.io-index"
11634checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
11635dependencies = [
11636 "crypto-bigint 0.4.9",
11637 "hmac",
11638 "zeroize",
11639]
11640
11641[[package]]
11642name = "rgb"
11643version = "0.8.50"
11644source = "registry+https://github.com/rust-lang/crates.io-index"
11645checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
11646dependencies = [
11647 "bytemuck",
11648]
11649
11650[[package]]
11651name = "rich_text"
11652version = "0.1.0"
11653dependencies = [
11654 "futures 0.3.31",
11655 "gpui",
11656 "language",
11657 "linkify",
11658 "pulldown-cmark 0.12.2",
11659 "theme",
11660 "ui",
11661 "util",
11662]
11663
11664[[package]]
11665name = "ring"
11666version = "0.17.8"
11667source = "registry+https://github.com/rust-lang/crates.io-index"
11668checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
11669dependencies = [
11670 "cc",
11671 "cfg-if",
11672 "getrandom 0.2.15",
11673 "libc",
11674 "spin",
11675 "untrusted",
11676 "windows-sys 0.52.0",
11677]
11678
11679[[package]]
11680name = "rkyv"
11681version = "0.7.45"
11682source = "registry+https://github.com/rust-lang/crates.io-index"
11683checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
11684dependencies = [
11685 "bitvec",
11686 "bytecheck",
11687 "bytes 1.10.1",
11688 "hashbrown 0.12.3",
11689 "ptr_meta",
11690 "rend",
11691 "rkyv_derive",
11692 "seahash",
11693 "tinyvec",
11694 "uuid",
11695]
11696
11697[[package]]
11698name = "rkyv_derive"
11699version = "0.7.45"
11700source = "registry+https://github.com/rust-lang/crates.io-index"
11701checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
11702dependencies = [
11703 "proc-macro2",
11704 "quote",
11705 "syn 1.0.109",
11706]
11707
11708[[package]]
11709name = "rmp"
11710version = "0.8.14"
11711source = "registry+https://github.com/rust-lang/crates.io-index"
11712checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
11713dependencies = [
11714 "byteorder",
11715 "num-traits",
11716 "paste",
11717]
11718
11719[[package]]
11720name = "rmpv"
11721version = "1.3.0"
11722source = "registry+https://github.com/rust-lang/crates.io-index"
11723checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
11724dependencies = [
11725 "num-traits",
11726 "rmp",
11727]
11728
11729[[package]]
11730name = "rodio"
11731version = "0.20.1"
11732source = "registry+https://github.com/rust-lang/crates.io-index"
11733checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
11734dependencies = [
11735 "cpal",
11736 "hound",
11737]
11738
11739[[package]]
11740name = "rope"
11741version = "0.1.0"
11742dependencies = [
11743 "arrayvec",
11744 "criterion",
11745 "ctor",
11746 "env_logger 0.11.7",
11747 "gpui",
11748 "log",
11749 "rand 0.8.5",
11750 "rayon",
11751 "smallvec",
11752 "sum_tree",
11753 "unicode-segmentation",
11754 "util",
11755]
11756
11757[[package]]
11758name = "roxmltree"
11759version = "0.20.0"
11760source = "registry+https://github.com/rust-lang/crates.io-index"
11761checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
11762
11763[[package]]
11764name = "rpc"
11765version = "0.1.0"
11766dependencies = [
11767 "anyhow",
11768 "async-tungstenite",
11769 "base64 0.22.1",
11770 "chrono",
11771 "collections",
11772 "env_logger 0.11.7",
11773 "futures 0.3.31",
11774 "gpui",
11775 "parking_lot",
11776 "proto",
11777 "rand 0.8.5",
11778 "rsa",
11779 "serde",
11780 "serde_json",
11781 "sha2",
11782 "strum",
11783 "tracing",
11784 "util",
11785 "zstd",
11786]
11787
11788[[package]]
11789name = "rsa"
11790version = "0.9.8"
11791source = "registry+https://github.com/rust-lang/crates.io-index"
11792checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
11793dependencies = [
11794 "const-oid",
11795 "digest",
11796 "num-bigint-dig",
11797 "num-integer",
11798 "num-traits",
11799 "pkcs1",
11800 "pkcs8 0.10.2",
11801 "rand_core 0.6.4",
11802 "signature 2.2.0",
11803 "spki 0.7.3",
11804 "subtle",
11805 "zeroize",
11806]
11807
11808[[package]]
11809name = "runtimelib"
11810version = "0.25.0"
11811source = "registry+https://github.com/rust-lang/crates.io-index"
11812checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
11813dependencies = [
11814 "anyhow",
11815 "async-dispatcher",
11816 "async-std",
11817 "base64 0.22.1",
11818 "bytes 1.10.1",
11819 "chrono",
11820 "data-encoding",
11821 "dirs 5.0.1",
11822 "futures 0.3.31",
11823 "glob",
11824 "jupyter-protocol",
11825 "ring",
11826 "serde",
11827 "serde_json",
11828 "shellexpand 3.1.0",
11829 "smol",
11830 "uuid",
11831 "zeromq",
11832]
11833
11834[[package]]
11835name = "rust-embed"
11836version = "8.5.0"
11837source = "registry+https://github.com/rust-lang/crates.io-index"
11838checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
11839dependencies = [
11840 "rust-embed-impl",
11841 "rust-embed-utils",
11842 "walkdir",
11843]
11844
11845[[package]]
11846name = "rust-embed-impl"
11847version = "8.5.0"
11848source = "registry+https://github.com/rust-lang/crates.io-index"
11849checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
11850dependencies = [
11851 "proc-macro2",
11852 "quote",
11853 "rust-embed-utils",
11854 "syn 2.0.100",
11855 "walkdir",
11856]
11857
11858[[package]]
11859name = "rust-embed-utils"
11860version = "8.5.0"
11861source = "registry+https://github.com/rust-lang/crates.io-index"
11862checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
11863dependencies = [
11864 "globset",
11865 "sha2",
11866 "walkdir",
11867]
11868
11869[[package]]
11870name = "rust_decimal"
11871version = "1.36.0"
11872source = "registry+https://github.com/rust-lang/crates.io-index"
11873checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
11874dependencies = [
11875 "arrayvec",
11876 "borsh",
11877 "bytes 1.10.1",
11878 "num-traits",
11879 "rand 0.8.5",
11880 "rkyv",
11881 "serde",
11882 "serde_json",
11883]
11884
11885[[package]]
11886name = "rustc-demangle"
11887version = "0.1.24"
11888source = "registry+https://github.com/rust-lang/crates.io-index"
11889checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11890
11891[[package]]
11892name = "rustc-hash"
11893version = "1.1.0"
11894source = "registry+https://github.com/rust-lang/crates.io-index"
11895checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11896
11897[[package]]
11898name = "rustc-hash"
11899version = "2.1.1"
11900source = "registry+https://github.com/rust-lang/crates.io-index"
11901checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
11902
11903[[package]]
11904name = "rustc_version"
11905version = "0.4.1"
11906source = "registry+https://github.com/rust-lang/crates.io-index"
11907checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11908dependencies = [
11909 "semver",
11910]
11911
11912[[package]]
11913name = "rustix"
11914version = "0.38.42"
11915source = "registry+https://github.com/rust-lang/crates.io-index"
11916checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11917dependencies = [
11918 "bitflags 2.8.0",
11919 "errno 0.3.10",
11920 "itoa",
11921 "libc",
11922 "linux-raw-sys",
11923 "once_cell",
11924 "windows-sys 0.59.0",
11925]
11926
11927[[package]]
11928name = "rustix-openpty"
11929version = "0.1.1"
11930source = "registry+https://github.com/rust-lang/crates.io-index"
11931checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11932dependencies = [
11933 "errno 0.3.10",
11934 "libc",
11935 "rustix",
11936]
11937
11938[[package]]
11939name = "rustls"
11940version = "0.21.12"
11941source = "registry+https://github.com/rust-lang/crates.io-index"
11942checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11943dependencies = [
11944 "log",
11945 "ring",
11946 "rustls-webpki 0.101.7",
11947 "sct",
11948]
11949
11950[[package]]
11951name = "rustls"
11952version = "0.23.25"
11953source = "registry+https://github.com/rust-lang/crates.io-index"
11954checksum = "822ee9188ac4ec04a2f0531e55d035fb2de73f18b41a63c70c2712503b6fb13c"
11955dependencies = [
11956 "aws-lc-rs",
11957 "log",
11958 "once_cell",
11959 "ring",
11960 "rustls-pki-types",
11961 "rustls-webpki 0.103.0",
11962 "subtle",
11963 "zeroize",
11964]
11965
11966[[package]]
11967name = "rustls-native-certs"
11968version = "0.6.3"
11969source = "registry+https://github.com/rust-lang/crates.io-index"
11970checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11971dependencies = [
11972 "openssl-probe",
11973 "rustls-pemfile 1.0.4",
11974 "schannel",
11975 "security-framework 2.11.1",
11976]
11977
11978[[package]]
11979name = "rustls-native-certs"
11980version = "0.8.1"
11981source = "registry+https://github.com/rust-lang/crates.io-index"
11982checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11983dependencies = [
11984 "openssl-probe",
11985 "rustls-pki-types",
11986 "schannel",
11987 "security-framework 3.0.1",
11988]
11989
11990[[package]]
11991name = "rustls-pemfile"
11992version = "1.0.4"
11993source = "registry+https://github.com/rust-lang/crates.io-index"
11994checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11995dependencies = [
11996 "base64 0.21.7",
11997]
11998
11999[[package]]
12000name = "rustls-pemfile"
12001version = "2.2.0"
12002source = "registry+https://github.com/rust-lang/crates.io-index"
12003checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
12004dependencies = [
12005 "rustls-pki-types",
12006]
12007
12008[[package]]
12009name = "rustls-pki-types"
12010version = "1.11.0"
12011source = "registry+https://github.com/rust-lang/crates.io-index"
12012checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
12013dependencies = [
12014 "web-time",
12015]
12016
12017[[package]]
12018name = "rustls-platform-verifier"
12019version = "0.5.1"
12020source = "registry+https://github.com/rust-lang/crates.io-index"
12021checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
12022dependencies = [
12023 "core-foundation 0.10.0",
12024 "core-foundation-sys",
12025 "jni",
12026 "log",
12027 "once_cell",
12028 "rustls 0.23.25",
12029 "rustls-native-certs 0.8.1",
12030 "rustls-platform-verifier-android",
12031 "rustls-webpki 0.103.0",
12032 "security-framework 3.0.1",
12033 "security-framework-sys",
12034 "webpki-root-certs",
12035 "windows-sys 0.59.0",
12036]
12037
12038[[package]]
12039name = "rustls-platform-verifier-android"
12040version = "0.1.1"
12041source = "registry+https://github.com/rust-lang/crates.io-index"
12042checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
12043
12044[[package]]
12045name = "rustls-webpki"
12046version = "0.101.7"
12047source = "registry+https://github.com/rust-lang/crates.io-index"
12048checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
12049dependencies = [
12050 "ring",
12051 "untrusted",
12052]
12053
12054[[package]]
12055name = "rustls-webpki"
12056version = "0.103.0"
12057source = "registry+https://github.com/rust-lang/crates.io-index"
12058checksum = "0aa4eeac2588ffff23e9d7a7e9b3f971c5fb5b7ebc9452745e0c232c64f83b2f"
12059dependencies = [
12060 "aws-lc-rs",
12061 "ring",
12062 "rustls-pki-types",
12063 "untrusted",
12064]
12065
12066[[package]]
12067name = "rustversion"
12068version = "1.0.18"
12069source = "registry+https://github.com/rust-lang/crates.io-index"
12070checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
12071
12072[[package]]
12073name = "rustybuzz"
12074version = "0.14.1"
12075source = "registry+https://github.com/rust-lang/crates.io-index"
12076checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
12077dependencies = [
12078 "bitflags 2.8.0",
12079 "bytemuck",
12080 "libm",
12081 "smallvec",
12082 "ttf-parser 0.21.1",
12083 "unicode-bidi-mirroring 0.2.0",
12084 "unicode-ccc 0.2.0",
12085 "unicode-properties",
12086 "unicode-script",
12087]
12088
12089[[package]]
12090name = "rustybuzz"
12091version = "0.20.1"
12092source = "registry+https://github.com/rust-lang/crates.io-index"
12093checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
12094dependencies = [
12095 "bitflags 2.8.0",
12096 "bytemuck",
12097 "core_maths",
12098 "log",
12099 "smallvec",
12100 "ttf-parser 0.25.1",
12101 "unicode-bidi-mirroring 0.4.0",
12102 "unicode-ccc 0.4.0",
12103 "unicode-properties",
12104 "unicode-script",
12105]
12106
12107[[package]]
12108name = "ryu"
12109version = "1.0.18"
12110source = "registry+https://github.com/rust-lang/crates.io-index"
12111checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
12112
12113[[package]]
12114name = "salsa20"
12115version = "0.10.2"
12116source = "registry+https://github.com/rust-lang/crates.io-index"
12117checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
12118dependencies = [
12119 "cipher",
12120]
12121
12122[[package]]
12123name = "same-file"
12124version = "1.0.6"
12125source = "registry+https://github.com/rust-lang/crates.io-index"
12126checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
12127dependencies = [
12128 "winapi-util",
12129]
12130
12131[[package]]
12132name = "schannel"
12133version = "0.1.27"
12134source = "registry+https://github.com/rust-lang/crates.io-index"
12135checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
12136dependencies = [
12137 "windows-sys 0.59.0",
12138]
12139
12140[[package]]
12141name = "schema_generator"
12142version = "0.1.0"
12143dependencies = [
12144 "anyhow",
12145 "clap",
12146 "env_logger 0.11.7",
12147 "schemars",
12148 "serde",
12149 "serde_json",
12150 "theme",
12151]
12152
12153[[package]]
12154name = "schemars"
12155version = "0.8.22"
12156source = "registry+https://github.com/rust-lang/crates.io-index"
12157checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
12158dependencies = [
12159 "dyn-clone",
12160 "indexmap",
12161 "schemars_derive",
12162 "serde",
12163 "serde_json",
12164]
12165
12166[[package]]
12167name = "schemars_derive"
12168version = "0.8.22"
12169source = "registry+https://github.com/rust-lang/crates.io-index"
12170checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
12171dependencies = [
12172 "proc-macro2",
12173 "quote",
12174 "serde_derive_internals",
12175 "syn 2.0.100",
12176]
12177
12178[[package]]
12179name = "scoped-tls"
12180version = "1.0.1"
12181source = "registry+https://github.com/rust-lang/crates.io-index"
12182checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
12183
12184[[package]]
12185name = "scopeguard"
12186version = "1.2.0"
12187source = "registry+https://github.com/rust-lang/crates.io-index"
12188checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
12189
12190[[package]]
12191name = "scratch"
12192version = "1.0.7"
12193source = "registry+https://github.com/rust-lang/crates.io-index"
12194checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
12195
12196[[package]]
12197name = "scripting_tool"
12198version = "0.1.0"
12199dependencies = [
12200 "anyhow",
12201 "buffer_diff",
12202 "clock",
12203 "collections",
12204 "futures 0.3.31",
12205 "gpui",
12206 "language",
12207 "log",
12208 "mlua",
12209 "parking_lot",
12210 "project",
12211 "rand 0.8.5",
12212 "regex",
12213 "schemars",
12214 "serde",
12215 "serde_json",
12216 "settings",
12217 "util",
12218]
12219
12220[[package]]
12221name = "scrypt"
12222version = "0.11.0"
12223source = "registry+https://github.com/rust-lang/crates.io-index"
12224checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
12225dependencies = [
12226 "password-hash 0.5.0",
12227 "pbkdf2 0.12.2",
12228 "salsa20",
12229 "sha2",
12230]
12231
12232[[package]]
12233name = "sct"
12234version = "0.7.1"
12235source = "registry+https://github.com/rust-lang/crates.io-index"
12236checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
12237dependencies = [
12238 "ring",
12239 "untrusted",
12240]
12241
12242[[package]]
12243name = "sea-bae"
12244version = "0.2.1"
12245source = "registry+https://github.com/rust-lang/crates.io-index"
12246checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
12247dependencies = [
12248 "heck 0.4.1",
12249 "proc-macro-error2",
12250 "proc-macro2",
12251 "quote",
12252 "syn 2.0.100",
12253]
12254
12255[[package]]
12256name = "sea-orm"
12257version = "1.1.7"
12258source = "registry+https://github.com/rust-lang/crates.io-index"
12259checksum = "3417812d38049e8ec3d588c03570f8c60de811d2453fb48e424045a1600ffd86"
12260dependencies = [
12261 "async-stream",
12262 "async-trait",
12263 "bigdecimal",
12264 "chrono",
12265 "futures-util",
12266 "log",
12267 "ouroboros",
12268 "pgvector",
12269 "rust_decimal",
12270 "sea-orm-macros",
12271 "sea-query",
12272 "sea-query-binder",
12273 "serde",
12274 "serde_json",
12275 "sqlx",
12276 "strum",
12277 "thiserror 1.0.69",
12278 "time",
12279 "tracing",
12280 "url",
12281 "uuid",
12282]
12283
12284[[package]]
12285name = "sea-orm-macros"
12286version = "1.1.7"
12287source = "registry+https://github.com/rust-lang/crates.io-index"
12288checksum = "d705ba84e1c74c8ac27784e4ac6f21584058c1dc0cadb9d39b43e109fcf8139c"
12289dependencies = [
12290 "heck 0.4.1",
12291 "proc-macro2",
12292 "quote",
12293 "sea-bae",
12294 "syn 2.0.100",
12295 "unicode-ident",
12296]
12297
12298[[package]]
12299name = "sea-query"
12300version = "0.32.1"
12301source = "registry+https://github.com/rust-lang/crates.io-index"
12302checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
12303dependencies = [
12304 "bigdecimal",
12305 "chrono",
12306 "inherent",
12307 "ordered-float 3.9.2",
12308 "rust_decimal",
12309 "serde_json",
12310 "time",
12311 "uuid",
12312]
12313
12314[[package]]
12315name = "sea-query-binder"
12316version = "0.7.0"
12317source = "registry+https://github.com/rust-lang/crates.io-index"
12318checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
12319dependencies = [
12320 "bigdecimal",
12321 "chrono",
12322 "rust_decimal",
12323 "sea-query",
12324 "serde_json",
12325 "sqlx",
12326 "time",
12327 "uuid",
12328]
12329
12330[[package]]
12331name = "seahash"
12332version = "4.1.0"
12333source = "registry+https://github.com/rust-lang/crates.io-index"
12334checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
12335
12336[[package]]
12337name = "search"
12338version = "0.1.0"
12339dependencies = [
12340 "any_vec",
12341 "anyhow",
12342 "bitflags 2.8.0",
12343 "client",
12344 "collections",
12345 "editor",
12346 "futures 0.3.31",
12347 "gpui",
12348 "language",
12349 "menu",
12350 "project",
12351 "schemars",
12352 "serde",
12353 "serde_json",
12354 "settings",
12355 "smol",
12356 "theme",
12357 "ui",
12358 "unindent",
12359 "util",
12360 "workspace",
12361 "zed_actions",
12362]
12363
12364[[package]]
12365name = "sec1"
12366version = "0.3.0"
12367source = "registry+https://github.com/rust-lang/crates.io-index"
12368checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
12369dependencies = [
12370 "base16ct",
12371 "der 0.6.1",
12372 "generic-array",
12373 "pkcs8 0.9.0",
12374 "subtle",
12375 "zeroize",
12376]
12377
12378[[package]]
12379name = "security-framework"
12380version = "2.11.1"
12381source = "registry+https://github.com/rust-lang/crates.io-index"
12382checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
12383dependencies = [
12384 "bitflags 2.8.0",
12385 "core-foundation 0.9.4",
12386 "core-foundation-sys",
12387 "libc",
12388 "security-framework-sys",
12389]
12390
12391[[package]]
12392name = "security-framework"
12393version = "3.0.1"
12394source = "registry+https://github.com/rust-lang/crates.io-index"
12395checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
12396dependencies = [
12397 "bitflags 2.8.0",
12398 "core-foundation 0.10.0",
12399 "core-foundation-sys",
12400 "libc",
12401 "security-framework-sys",
12402]
12403
12404[[package]]
12405name = "security-framework-sys"
12406version = "2.12.1"
12407source = "registry+https://github.com/rust-lang/crates.io-index"
12408checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
12409dependencies = [
12410 "core-foundation-sys",
12411 "libc",
12412]
12413
12414[[package]]
12415name = "self_cell"
12416version = "1.1.0"
12417source = "registry+https://github.com/rust-lang/crates.io-index"
12418checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
12419
12420[[package]]
12421name = "semantic_index"
12422version = "0.1.0"
12423dependencies = [
12424 "anyhow",
12425 "arrayvec",
12426 "blake3",
12427 "client",
12428 "clock",
12429 "collections",
12430 "env_logger 0.11.7",
12431 "feature_flags",
12432 "fs",
12433 "futures 0.3.31",
12434 "futures-batch",
12435 "gpui",
12436 "heed",
12437 "http_client",
12438 "language",
12439 "language_model",
12440 "languages",
12441 "log",
12442 "open_ai",
12443 "parking_lot",
12444 "project",
12445 "reqwest_client",
12446 "serde",
12447 "serde_json",
12448 "settings",
12449 "sha2",
12450 "smol",
12451 "streaming-iterator",
12452 "tempfile",
12453 "theme",
12454 "tree-sitter",
12455 "ui",
12456 "unindent",
12457 "util",
12458 "workspace",
12459 "worktree",
12460]
12461
12462[[package]]
12463name = "semantic_version"
12464version = "0.1.0"
12465dependencies = [
12466 "anyhow",
12467 "serde",
12468]
12469
12470[[package]]
12471name = "semver"
12472version = "1.0.26"
12473source = "registry+https://github.com/rust-lang/crates.io-index"
12474checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
12475dependencies = [
12476 "serde",
12477]
12478
12479[[package]]
12480name = "serde"
12481version = "1.0.218"
12482source = "registry+https://github.com/rust-lang/crates.io-index"
12483checksum = "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60"
12484dependencies = [
12485 "serde_derive",
12486]
12487
12488[[package]]
12489name = "serde_derive"
12490version = "1.0.218"
12491source = "registry+https://github.com/rust-lang/crates.io-index"
12492checksum = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b"
12493dependencies = [
12494 "proc-macro2",
12495 "quote",
12496 "syn 2.0.100",
12497]
12498
12499[[package]]
12500name = "serde_derive_internals"
12501version = "0.29.1"
12502source = "registry+https://github.com/rust-lang/crates.io-index"
12503checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
12504dependencies = [
12505 "proc-macro2",
12506 "quote",
12507 "syn 2.0.100",
12508]
12509
12510[[package]]
12511name = "serde_fmt"
12512version = "1.0.3"
12513source = "registry+https://github.com/rust-lang/crates.io-index"
12514checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
12515dependencies = [
12516 "serde",
12517]
12518
12519[[package]]
12520name = "serde_json"
12521version = "1.0.140"
12522source = "registry+https://github.com/rust-lang/crates.io-index"
12523checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
12524dependencies = [
12525 "indexmap",
12526 "itoa",
12527 "memchr",
12528 "ryu",
12529 "serde",
12530]
12531
12532[[package]]
12533name = "serde_json_lenient"
12534version = "0.2.4"
12535source = "registry+https://github.com/rust-lang/crates.io-index"
12536checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
12537dependencies = [
12538 "indexmap",
12539 "itoa",
12540 "memchr",
12541 "ryu",
12542 "serde",
12543]
12544
12545[[package]]
12546name = "serde_path_to_error"
12547version = "0.1.16"
12548source = "registry+https://github.com/rust-lang/crates.io-index"
12549checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
12550dependencies = [
12551 "itoa",
12552 "serde",
12553]
12554
12555[[package]]
12556name = "serde_qs"
12557version = "0.8.5"
12558source = "registry+https://github.com/rust-lang/crates.io-index"
12559checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
12560dependencies = [
12561 "percent-encoding",
12562 "serde",
12563 "thiserror 1.0.69",
12564]
12565
12566[[package]]
12567name = "serde_qs"
12568version = "0.10.1"
12569source = "registry+https://github.com/rust-lang/crates.io-index"
12570checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
12571dependencies = [
12572 "percent-encoding",
12573 "serde",
12574 "thiserror 1.0.69",
12575]
12576
12577[[package]]
12578name = "serde_repr"
12579version = "0.1.20"
12580source = "registry+https://github.com/rust-lang/crates.io-index"
12581checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
12582dependencies = [
12583 "proc-macro2",
12584 "quote",
12585 "syn 2.0.100",
12586]
12587
12588[[package]]
12589name = "serde_spanned"
12590version = "0.6.8"
12591source = "registry+https://github.com/rust-lang/crates.io-index"
12592checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
12593dependencies = [
12594 "serde",
12595]
12596
12597[[package]]
12598name = "serde_urlencoded"
12599version = "0.7.1"
12600source = "registry+https://github.com/rust-lang/crates.io-index"
12601checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
12602dependencies = [
12603 "form_urlencoded",
12604 "itoa",
12605 "ryu",
12606 "serde",
12607]
12608
12609[[package]]
12610name = "session"
12611version = "0.1.0"
12612dependencies = [
12613 "db",
12614 "gpui",
12615 "serde_json",
12616 "util",
12617 "uuid",
12618]
12619
12620[[package]]
12621name = "settings"
12622version = "0.1.0"
12623dependencies = [
12624 "anyhow",
12625 "collections",
12626 "ec4rs",
12627 "fs",
12628 "futures 0.3.31",
12629 "gpui",
12630 "indoc",
12631 "inventory",
12632 "log",
12633 "paths",
12634 "pretty_assertions",
12635 "release_channel",
12636 "rust-embed",
12637 "schemars",
12638 "serde",
12639 "serde_derive",
12640 "serde_json",
12641 "serde_json_lenient",
12642 "smallvec",
12643 "streaming-iterator",
12644 "tree-sitter",
12645 "tree-sitter-json",
12646 "unindent",
12647 "util",
12648]
12649
12650[[package]]
12651name = "settings_ui"
12652version = "0.1.0"
12653dependencies = [
12654 "command_palette_hooks",
12655 "editor",
12656 "feature_flags",
12657 "gpui",
12658 "settings",
12659 "theme",
12660 "ui",
12661 "workspace",
12662]
12663
12664[[package]]
12665name = "sha1"
12666version = "0.10.6"
12667source = "registry+https://github.com/rust-lang/crates.io-index"
12668checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
12669dependencies = [
12670 "cfg-if",
12671 "cpufeatures",
12672 "digest",
12673]
12674
12675[[package]]
12676name = "sha1_smol"
12677version = "1.0.1"
12678source = "registry+https://github.com/rust-lang/crates.io-index"
12679checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
12680
12681[[package]]
12682name = "sha2"
12683version = "0.10.8"
12684source = "registry+https://github.com/rust-lang/crates.io-index"
12685checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
12686dependencies = [
12687 "cfg-if",
12688 "cpufeatures",
12689 "digest",
12690]
12691
12692[[package]]
12693name = "sharded-slab"
12694version = "0.1.7"
12695source = "registry+https://github.com/rust-lang/crates.io-index"
12696checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
12697dependencies = [
12698 "lazy_static",
12699]
12700
12701[[package]]
12702name = "shell-words"
12703version = "1.1.0"
12704source = "registry+https://github.com/rust-lang/crates.io-index"
12705checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
12706
12707[[package]]
12708name = "shellexpand"
12709version = "2.1.2"
12710source = "registry+https://github.com/rust-lang/crates.io-index"
12711checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
12712dependencies = [
12713 "dirs 4.0.0",
12714]
12715
12716[[package]]
12717name = "shellexpand"
12718version = "3.1.0"
12719source = "registry+https://github.com/rust-lang/crates.io-index"
12720checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
12721dependencies = [
12722 "dirs 5.0.1",
12723]
12724
12725[[package]]
12726name = "shlex"
12727version = "1.3.0"
12728source = "registry+https://github.com/rust-lang/crates.io-index"
12729checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
12730
12731[[package]]
12732name = "signal-hook"
12733version = "0.3.17"
12734source = "registry+https://github.com/rust-lang/crates.io-index"
12735checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
12736dependencies = [
12737 "libc",
12738 "signal-hook-registry",
12739]
12740
12741[[package]]
12742name = "signal-hook-registry"
12743version = "1.4.2"
12744source = "registry+https://github.com/rust-lang/crates.io-index"
12745checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
12746dependencies = [
12747 "libc",
12748]
12749
12750[[package]]
12751name = "signature"
12752version = "1.6.4"
12753source = "registry+https://github.com/rust-lang/crates.io-index"
12754checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
12755dependencies = [
12756 "digest",
12757 "rand_core 0.6.4",
12758]
12759
12760[[package]]
12761name = "signature"
12762version = "2.2.0"
12763source = "registry+https://github.com/rust-lang/crates.io-index"
12764checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
12765dependencies = [
12766 "digest",
12767 "rand_core 0.6.4",
12768]
12769
12770[[package]]
12771name = "simd-adler32"
12772version = "0.3.7"
12773source = "registry+https://github.com/rust-lang/crates.io-index"
12774checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
12775
12776[[package]]
12777name = "simd_helpers"
12778version = "0.1.0"
12779source = "registry+https://github.com/rust-lang/crates.io-index"
12780checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
12781dependencies = [
12782 "quote",
12783]
12784
12785[[package]]
12786name = "simdutf8"
12787version = "0.1.5"
12788source = "registry+https://github.com/rust-lang/crates.io-index"
12789checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
12790
12791[[package]]
12792name = "simple_asn1"
12793version = "0.6.2"
12794source = "registry+https://github.com/rust-lang/crates.io-index"
12795checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
12796dependencies = [
12797 "num-bigint",
12798 "num-traits",
12799 "thiserror 1.0.69",
12800 "time",
12801]
12802
12803[[package]]
12804name = "simplecss"
12805version = "0.2.1"
12806source = "registry+https://github.com/rust-lang/crates.io-index"
12807checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
12808dependencies = [
12809 "log",
12810]
12811
12812[[package]]
12813name = "simplelog"
12814version = "0.12.2"
12815source = "registry+https://github.com/rust-lang/crates.io-index"
12816checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
12817dependencies = [
12818 "log",
12819 "termcolor",
12820 "time",
12821]
12822
12823[[package]]
12824name = "siphasher"
12825version = "0.3.11"
12826source = "registry+https://github.com/rust-lang/crates.io-index"
12827checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
12828
12829[[package]]
12830name = "siphasher"
12831version = "1.0.1"
12832source = "registry+https://github.com/rust-lang/crates.io-index"
12833checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
12834
12835[[package]]
12836name = "skrifa"
12837version = "0.22.3"
12838source = "registry+https://github.com/rust-lang/crates.io-index"
12839checksum = "8e1c44ad1f6c5bdd4eefed8326711b7dbda9ea45dfd36068c427d332aa382cbe"
12840dependencies = [
12841 "bytemuck",
12842 "read-fonts",
12843]
12844
12845[[package]]
12846name = "slab"
12847version = "0.4.9"
12848source = "registry+https://github.com/rust-lang/crates.io-index"
12849checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
12850dependencies = [
12851 "autocfg",
12852]
12853
12854[[package]]
12855name = "slash_commands_example"
12856version = "0.1.0"
12857dependencies = [
12858 "zed_extension_api 0.1.0",
12859]
12860
12861[[package]]
12862name = "slotmap"
12863version = "1.0.7"
12864source = "registry+https://github.com/rust-lang/crates.io-index"
12865checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
12866dependencies = [
12867 "version_check",
12868]
12869
12870[[package]]
12871name = "smallvec"
12872version = "1.14.0"
12873source = "registry+https://github.com/rust-lang/crates.io-index"
12874checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
12875dependencies = [
12876 "serde",
12877]
12878
12879[[package]]
12880name = "smart-default"
12881version = "0.6.0"
12882source = "registry+https://github.com/rust-lang/crates.io-index"
12883checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
12884dependencies = [
12885 "proc-macro2",
12886 "quote",
12887 "syn 1.0.109",
12888]
12889
12890[[package]]
12891name = "smol"
12892version = "2.0.2"
12893source = "registry+https://github.com/rust-lang/crates.io-index"
12894checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
12895dependencies = [
12896 "async-channel 2.3.1",
12897 "async-executor",
12898 "async-fs",
12899 "async-io",
12900 "async-lock",
12901 "async-net",
12902 "async-process",
12903 "blocking",
12904 "futures-lite 2.6.0",
12905]
12906
12907[[package]]
12908name = "smol_str"
12909version = "0.1.24"
12910source = "registry+https://github.com/rust-lang/crates.io-index"
12911checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
12912dependencies = [
12913 "serde",
12914]
12915
12916[[package]]
12917name = "snippet"
12918version = "0.1.0"
12919dependencies = [
12920 "anyhow",
12921 "smallvec",
12922]
12923
12924[[package]]
12925name = "snippet_provider"
12926version = "0.1.0"
12927dependencies = [
12928 "anyhow",
12929 "collections",
12930 "extension",
12931 "fs",
12932 "futures 0.3.31",
12933 "gpui",
12934 "parking_lot",
12935 "paths",
12936 "schemars",
12937 "serde",
12938 "serde_json_lenient",
12939 "snippet",
12940 "util",
12941]
12942
12943[[package]]
12944name = "snippets_ui"
12945version = "0.1.0"
12946dependencies = [
12947 "fuzzy",
12948 "gpui",
12949 "language",
12950 "paths",
12951 "picker",
12952 "ui",
12953 "util",
12954 "workspace",
12955]
12956
12957[[package]]
12958name = "socket2"
12959version = "0.5.8"
12960source = "registry+https://github.com/rust-lang/crates.io-index"
12961checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12962dependencies = [
12963 "libc",
12964 "windows-sys 0.52.0",
12965]
12966
12967[[package]]
12968name = "spdx"
12969version = "0.10.7"
12970source = "registry+https://github.com/rust-lang/crates.io-index"
12971checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12972dependencies = [
12973 "smallvec",
12974]
12975
12976[[package]]
12977name = "spin"
12978version = "0.9.8"
12979source = "registry+https://github.com/rust-lang/crates.io-index"
12980checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
12981dependencies = [
12982 "lock_api",
12983]
12984
12985[[package]]
12986name = "spirv"
12987version = "0.3.0+sdk-1.3.268.0"
12988source = "registry+https://github.com/rust-lang/crates.io-index"
12989checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
12990dependencies = [
12991 "bitflags 2.8.0",
12992]
12993
12994[[package]]
12995name = "spki"
12996version = "0.6.0"
12997source = "registry+https://github.com/rust-lang/crates.io-index"
12998checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
12999dependencies = [
13000 "base64ct",
13001 "der 0.6.1",
13002]
13003
13004[[package]]
13005name = "spki"
13006version = "0.7.3"
13007source = "registry+https://github.com/rust-lang/crates.io-index"
13008checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
13009dependencies = [
13010 "base64ct",
13011 "der 0.7.9",
13012]
13013
13014[[package]]
13015name = "sptr"
13016version = "0.3.2"
13017source = "registry+https://github.com/rust-lang/crates.io-index"
13018checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
13019
13020[[package]]
13021name = "sqlez"
13022version = "0.1.0"
13023dependencies = [
13024 "anyhow",
13025 "collections",
13026 "futures 0.3.31",
13027 "indoc",
13028 "libsqlite3-sys",
13029 "parking_lot",
13030 "smol",
13031 "sqlformat",
13032 "thread_local",
13033 "util",
13034 "uuid",
13035]
13036
13037[[package]]
13038name = "sqlez_macros"
13039version = "0.1.0"
13040dependencies = [
13041 "sqlez",
13042 "sqlformat",
13043 "syn 1.0.109",
13044]
13045
13046[[package]]
13047name = "sqlformat"
13048version = "0.2.6"
13049source = "registry+https://github.com/rust-lang/crates.io-index"
13050checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
13051dependencies = [
13052 "nom",
13053 "unicode_categories",
13054]
13055
13056[[package]]
13057name = "sqlx"
13058version = "0.8.3"
13059source = "registry+https://github.com/rust-lang/crates.io-index"
13060checksum = "4410e73b3c0d8442c5f99b425d7a435b5ee0ae4167b3196771dd3f7a01be745f"
13061dependencies = [
13062 "sqlx-core",
13063 "sqlx-macros",
13064 "sqlx-mysql",
13065 "sqlx-postgres",
13066 "sqlx-sqlite",
13067]
13068
13069[[package]]
13070name = "sqlx-core"
13071version = "0.8.3"
13072source = "registry+https://github.com/rust-lang/crates.io-index"
13073checksum = "6a007b6936676aa9ab40207cde35daab0a04b823be8ae004368c0793b96a61e0"
13074dependencies = [
13075 "bigdecimal",
13076 "bytes 1.10.1",
13077 "chrono",
13078 "crc",
13079 "crossbeam-queue",
13080 "either",
13081 "event-listener 5.3.1",
13082 "futures-core",
13083 "futures-intrusive",
13084 "futures-io",
13085 "futures-util",
13086 "hashbrown 0.15.2",
13087 "hashlink 0.10.0",
13088 "indexmap",
13089 "log",
13090 "memchr",
13091 "once_cell",
13092 "percent-encoding",
13093 "rust_decimal",
13094 "rustls 0.23.25",
13095 "rustls-pemfile 2.2.0",
13096 "serde",
13097 "serde_json",
13098 "sha2",
13099 "smallvec",
13100 "thiserror 2.0.12",
13101 "time",
13102 "tokio",
13103 "tokio-stream",
13104 "tracing",
13105 "url",
13106 "uuid",
13107 "webpki-roots",
13108]
13109
13110[[package]]
13111name = "sqlx-macros"
13112version = "0.8.3"
13113source = "registry+https://github.com/rust-lang/crates.io-index"
13114checksum = "3112e2ad78643fef903618d78cf0aec1cb3134b019730edb039b69eaf531f310"
13115dependencies = [
13116 "proc-macro2",
13117 "quote",
13118 "sqlx-core",
13119 "sqlx-macros-core",
13120 "syn 2.0.100",
13121]
13122
13123[[package]]
13124name = "sqlx-macros-core"
13125version = "0.8.3"
13126source = "registry+https://github.com/rust-lang/crates.io-index"
13127checksum = "4e9f90acc5ab146a99bf5061a7eb4976b573f560bc898ef3bf8435448dd5e7ad"
13128dependencies = [
13129 "dotenvy",
13130 "either",
13131 "heck 0.5.0",
13132 "hex",
13133 "once_cell",
13134 "proc-macro2",
13135 "quote",
13136 "serde",
13137 "serde_json",
13138 "sha2",
13139 "sqlx-core",
13140 "sqlx-mysql",
13141 "sqlx-postgres",
13142 "sqlx-sqlite",
13143 "syn 2.0.100",
13144 "tempfile",
13145 "tokio",
13146 "url",
13147]
13148
13149[[package]]
13150name = "sqlx-mysql"
13151version = "0.8.3"
13152source = "registry+https://github.com/rust-lang/crates.io-index"
13153checksum = "4560278f0e00ce64938540546f59f590d60beee33fffbd3b9cd47851e5fff233"
13154dependencies = [
13155 "atoi",
13156 "base64 0.22.1",
13157 "bigdecimal",
13158 "bitflags 2.8.0",
13159 "byteorder",
13160 "bytes 1.10.1",
13161 "chrono",
13162 "crc",
13163 "digest",
13164 "dotenvy",
13165 "either",
13166 "futures-channel",
13167 "futures-core",
13168 "futures-io",
13169 "futures-util",
13170 "generic-array",
13171 "hex",
13172 "hkdf",
13173 "hmac",
13174 "itoa",
13175 "log",
13176 "md-5",
13177 "memchr",
13178 "once_cell",
13179 "percent-encoding",
13180 "rand 0.8.5",
13181 "rsa",
13182 "rust_decimal",
13183 "serde",
13184 "sha1",
13185 "sha2",
13186 "smallvec",
13187 "sqlx-core",
13188 "stringprep",
13189 "thiserror 2.0.12",
13190 "time",
13191 "tracing",
13192 "uuid",
13193 "whoami",
13194]
13195
13196[[package]]
13197name = "sqlx-postgres"
13198version = "0.8.3"
13199source = "registry+https://github.com/rust-lang/crates.io-index"
13200checksum = "c5b98a57f363ed6764d5b3a12bfedf62f07aa16e1856a7ddc2a0bb190a959613"
13201dependencies = [
13202 "atoi",
13203 "base64 0.22.1",
13204 "bigdecimal",
13205 "bitflags 2.8.0",
13206 "byteorder",
13207 "chrono",
13208 "crc",
13209 "dotenvy",
13210 "etcetera",
13211 "futures-channel",
13212 "futures-core",
13213 "futures-util",
13214 "hex",
13215 "hkdf",
13216 "hmac",
13217 "home",
13218 "itoa",
13219 "log",
13220 "md-5",
13221 "memchr",
13222 "num-bigint",
13223 "once_cell",
13224 "rand 0.8.5",
13225 "rust_decimal",
13226 "serde",
13227 "serde_json",
13228 "sha2",
13229 "smallvec",
13230 "sqlx-core",
13231 "stringprep",
13232 "thiserror 2.0.12",
13233 "time",
13234 "tracing",
13235 "uuid",
13236 "whoami",
13237]
13238
13239[[package]]
13240name = "sqlx-sqlite"
13241version = "0.8.3"
13242source = "registry+https://github.com/rust-lang/crates.io-index"
13243checksum = "f85ca71d3a5b24e64e1d08dd8fe36c6c95c339a896cc33068148906784620540"
13244dependencies = [
13245 "atoi",
13246 "chrono",
13247 "flume",
13248 "futures-channel",
13249 "futures-core",
13250 "futures-executor",
13251 "futures-intrusive",
13252 "futures-util",
13253 "libsqlite3-sys",
13254 "log",
13255 "percent-encoding",
13256 "serde",
13257 "serde_urlencoded",
13258 "sqlx-core",
13259 "time",
13260 "tracing",
13261 "url",
13262 "uuid",
13263]
13264
13265[[package]]
13266name = "stable_deref_trait"
13267version = "1.2.0"
13268source = "registry+https://github.com/rust-lang/crates.io-index"
13269checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
13270
13271[[package]]
13272name = "static_assertions"
13273version = "1.1.0"
13274source = "registry+https://github.com/rust-lang/crates.io-index"
13275checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
13276
13277[[package]]
13278name = "story"
13279version = "0.1.0"
13280dependencies = [
13281 "gpui",
13282 "itertools 0.14.0",
13283 "smallvec",
13284]
13285
13286[[package]]
13287name = "storybook"
13288version = "0.1.0"
13289dependencies = [
13290 "anyhow",
13291 "clap",
13292 "collab_ui",
13293 "ctrlc",
13294 "dialoguer",
13295 "editor",
13296 "fuzzy",
13297 "gpui",
13298 "indoc",
13299 "language",
13300 "log",
13301 "menu",
13302 "picker",
13303 "project",
13304 "reqwest_client",
13305 "rust-embed",
13306 "settings",
13307 "simplelog",
13308 "story",
13309 "strum",
13310 "theme",
13311 "title_bar",
13312 "ui",
13313]
13314
13315[[package]]
13316name = "streaming-iterator"
13317version = "0.1.9"
13318source = "registry+https://github.com/rust-lang/crates.io-index"
13319checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
13320
13321[[package]]
13322name = "streaming_diff"
13323version = "0.1.0"
13324dependencies = [
13325 "ordered-float 2.10.1",
13326 "rand 0.8.5",
13327 "rope",
13328 "util",
13329]
13330
13331[[package]]
13332name = "strict-num"
13333version = "0.1.1"
13334source = "registry+https://github.com/rust-lang/crates.io-index"
13335checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
13336dependencies = [
13337 "float-cmp",
13338]
13339
13340[[package]]
13341name = "string_cache"
13342version = "0.8.7"
13343source = "registry+https://github.com/rust-lang/crates.io-index"
13344checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
13345dependencies = [
13346 "new_debug_unreachable",
13347 "once_cell",
13348 "parking_lot",
13349 "phf_shared 0.10.0",
13350 "precomputed-hash",
13351 "serde",
13352]
13353
13354[[package]]
13355name = "string_cache_codegen"
13356version = "0.5.2"
13357source = "registry+https://github.com/rust-lang/crates.io-index"
13358checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
13359dependencies = [
13360 "phf_generator 0.10.0",
13361 "phf_shared 0.10.0",
13362 "proc-macro2",
13363 "quote",
13364]
13365
13366[[package]]
13367name = "stringprep"
13368version = "0.1.5"
13369source = "registry+https://github.com/rust-lang/crates.io-index"
13370checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
13371dependencies = [
13372 "unicode-bidi",
13373 "unicode-normalization",
13374 "unicode-properties",
13375]
13376
13377[[package]]
13378name = "strsim"
13379version = "0.11.1"
13380source = "registry+https://github.com/rust-lang/crates.io-index"
13381checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
13382
13383[[package]]
13384name = "strum"
13385version = "0.26.3"
13386source = "registry+https://github.com/rust-lang/crates.io-index"
13387checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
13388dependencies = [
13389 "strum_macros",
13390]
13391
13392[[package]]
13393name = "strum_macros"
13394version = "0.26.4"
13395source = "registry+https://github.com/rust-lang/crates.io-index"
13396checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
13397dependencies = [
13398 "heck 0.5.0",
13399 "proc-macro2",
13400 "quote",
13401 "rustversion",
13402 "syn 2.0.100",
13403]
13404
13405[[package]]
13406name = "subtle"
13407version = "2.6.1"
13408source = "registry+https://github.com/rust-lang/crates.io-index"
13409checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
13410
13411[[package]]
13412name = "sum_tree"
13413version = "0.1.0"
13414dependencies = [
13415 "arrayvec",
13416 "ctor",
13417 "env_logger 0.11.7",
13418 "log",
13419 "rand 0.8.5",
13420 "rayon",
13421]
13422
13423[[package]]
13424name = "supermaven"
13425version = "0.1.0"
13426dependencies = [
13427 "anyhow",
13428 "client",
13429 "collections",
13430 "editor",
13431 "env_logger 0.11.7",
13432 "futures 0.3.31",
13433 "gpui",
13434 "http_client",
13435 "inline_completion",
13436 "language",
13437 "log",
13438 "postage",
13439 "project",
13440 "serde",
13441 "serde_json",
13442 "settings",
13443 "smol",
13444 "supermaven_api",
13445 "text",
13446 "theme",
13447 "ui",
13448 "unicode-segmentation",
13449 "util",
13450]
13451
13452[[package]]
13453name = "supermaven_api"
13454version = "0.1.0"
13455dependencies = [
13456 "anyhow",
13457 "futures 0.3.31",
13458 "http_client",
13459 "paths",
13460 "serde",
13461 "serde_json",
13462 "smol",
13463]
13464
13465[[package]]
13466name = "sval"
13467version = "2.13.2"
13468source = "registry+https://github.com/rust-lang/crates.io-index"
13469checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
13470
13471[[package]]
13472name = "sval_buffer"
13473version = "2.13.2"
13474source = "registry+https://github.com/rust-lang/crates.io-index"
13475checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
13476dependencies = [
13477 "sval",
13478 "sval_ref",
13479]
13480
13481[[package]]
13482name = "sval_dynamic"
13483version = "2.13.2"
13484source = "registry+https://github.com/rust-lang/crates.io-index"
13485checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
13486dependencies = [
13487 "sval",
13488]
13489
13490[[package]]
13491name = "sval_fmt"
13492version = "2.13.2"
13493source = "registry+https://github.com/rust-lang/crates.io-index"
13494checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
13495dependencies = [
13496 "itoa",
13497 "ryu",
13498 "sval",
13499]
13500
13501[[package]]
13502name = "sval_json"
13503version = "2.13.2"
13504source = "registry+https://github.com/rust-lang/crates.io-index"
13505checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
13506dependencies = [
13507 "itoa",
13508 "ryu",
13509 "sval",
13510]
13511
13512[[package]]
13513name = "sval_nested"
13514version = "2.13.2"
13515source = "registry+https://github.com/rust-lang/crates.io-index"
13516checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
13517dependencies = [
13518 "sval",
13519 "sval_buffer",
13520 "sval_ref",
13521]
13522
13523[[package]]
13524name = "sval_ref"
13525version = "2.13.2"
13526source = "registry+https://github.com/rust-lang/crates.io-index"
13527checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
13528dependencies = [
13529 "sval",
13530]
13531
13532[[package]]
13533name = "sval_serde"
13534version = "2.13.2"
13535source = "registry+https://github.com/rust-lang/crates.io-index"
13536checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
13537dependencies = [
13538 "serde",
13539 "sval",
13540 "sval_nested",
13541]
13542
13543[[package]]
13544name = "svg_fmt"
13545version = "0.4.4"
13546source = "registry+https://github.com/rust-lang/crates.io-index"
13547checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
13548
13549[[package]]
13550name = "svgtypes"
13551version = "0.15.3"
13552source = "registry+https://github.com/rust-lang/crates.io-index"
13553checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
13554dependencies = [
13555 "kurbo",
13556 "siphasher 1.0.1",
13557]
13558
13559[[package]]
13560name = "swash"
13561version = "0.1.19"
13562source = "registry+https://github.com/rust-lang/crates.io-index"
13563checksum = "cbd59f3f359ddd2c95af4758c18270eddd9c730dde98598023cdabff472c2ca2"
13564dependencies = [
13565 "skrifa",
13566 "yazi",
13567 "zeno",
13568]
13569
13570[[package]]
13571name = "syn"
13572version = "1.0.109"
13573source = "registry+https://github.com/rust-lang/crates.io-index"
13574checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
13575dependencies = [
13576 "proc-macro2",
13577 "quote",
13578 "unicode-ident",
13579]
13580
13581[[package]]
13582name = "syn"
13583version = "2.0.100"
13584source = "registry+https://github.com/rust-lang/crates.io-index"
13585checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
13586dependencies = [
13587 "proc-macro2",
13588 "quote",
13589 "unicode-ident",
13590]
13591
13592[[package]]
13593name = "sync_wrapper"
13594version = "0.1.2"
13595source = "registry+https://github.com/rust-lang/crates.io-index"
13596checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
13597
13598[[package]]
13599name = "sync_wrapper"
13600version = "1.0.2"
13601source = "registry+https://github.com/rust-lang/crates.io-index"
13602checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
13603dependencies = [
13604 "futures-core",
13605]
13606
13607[[package]]
13608name = "synchronoise"
13609version = "1.0.1"
13610source = "registry+https://github.com/rust-lang/crates.io-index"
13611checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
13612dependencies = [
13613 "crossbeam-queue",
13614]
13615
13616[[package]]
13617name = "synstructure"
13618version = "0.13.1"
13619source = "registry+https://github.com/rust-lang/crates.io-index"
13620checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
13621dependencies = [
13622 "proc-macro2",
13623 "quote",
13624 "syn 2.0.100",
13625]
13626
13627[[package]]
13628name = "sys-locale"
13629version = "0.3.2"
13630source = "registry+https://github.com/rust-lang/crates.io-index"
13631checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
13632dependencies = [
13633 "libc",
13634]
13635
13636[[package]]
13637name = "sysinfo"
13638version = "0.31.4"
13639source = "registry+https://github.com/rust-lang/crates.io-index"
13640checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
13641dependencies = [
13642 "core-foundation-sys",
13643 "libc",
13644 "memchr",
13645 "ntapi",
13646 "rayon",
13647 "windows 0.57.0",
13648]
13649
13650[[package]]
13651name = "system-configuration"
13652version = "0.5.1"
13653source = "registry+https://github.com/rust-lang/crates.io-index"
13654checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
13655dependencies = [
13656 "bitflags 1.3.2",
13657 "core-foundation 0.9.4",
13658 "system-configuration-sys 0.5.0",
13659]
13660
13661[[package]]
13662name = "system-configuration"
13663version = "0.6.1"
13664source = "registry+https://github.com/rust-lang/crates.io-index"
13665checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
13666dependencies = [
13667 "bitflags 2.8.0",
13668 "core-foundation 0.9.4",
13669 "system-configuration-sys 0.6.0",
13670]
13671
13672[[package]]
13673name = "system-configuration-sys"
13674version = "0.5.0"
13675source = "registry+https://github.com/rust-lang/crates.io-index"
13676checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
13677dependencies = [
13678 "core-foundation-sys",
13679 "libc",
13680]
13681
13682[[package]]
13683name = "system-configuration-sys"
13684version = "0.6.0"
13685source = "registry+https://github.com/rust-lang/crates.io-index"
13686checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
13687dependencies = [
13688 "core-foundation-sys",
13689 "libc",
13690]
13691
13692[[package]]
13693name = "system-deps"
13694version = "6.2.2"
13695source = "registry+https://github.com/rust-lang/crates.io-index"
13696checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
13697dependencies = [
13698 "cfg-expr",
13699 "heck 0.5.0",
13700 "pkg-config",
13701 "toml 0.8.20",
13702 "version-compare",
13703]
13704
13705[[package]]
13706name = "system-interface"
13707version = "0.27.3"
13708source = "registry+https://github.com/rust-lang/crates.io-index"
13709checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
13710dependencies = [
13711 "bitflags 2.8.0",
13712 "cap-fs-ext",
13713 "cap-std",
13714 "fd-lock",
13715 "io-lifetimes",
13716 "rustix",
13717 "windows-sys 0.59.0",
13718 "winx",
13719]
13720
13721[[package]]
13722name = "tab_switcher"
13723version = "0.1.0"
13724dependencies = [
13725 "anyhow",
13726 "collections",
13727 "ctor",
13728 "editor",
13729 "env_logger 0.11.7",
13730 "gpui",
13731 "language",
13732 "menu",
13733 "picker",
13734 "project",
13735 "schemars",
13736 "serde",
13737 "serde_json",
13738 "settings",
13739 "theme",
13740 "ui",
13741 "util",
13742 "workspace",
13743]
13744
13745[[package]]
13746name = "taffy"
13747version = "0.4.4"
13748source = "registry+https://github.com/rust-lang/crates.io-index"
13749checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
13750dependencies = [
13751 "arrayvec",
13752 "grid",
13753 "num-traits",
13754 "serde",
13755 "slotmap",
13756]
13757
13758[[package]]
13759name = "take-until"
13760version = "0.2.0"
13761source = "registry+https://github.com/rust-lang/crates.io-index"
13762checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
13763
13764[[package]]
13765name = "tap"
13766version = "1.0.1"
13767source = "registry+https://github.com/rust-lang/crates.io-index"
13768checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
13769
13770[[package]]
13771name = "target-lexicon"
13772version = "0.12.16"
13773source = "registry+https://github.com/rust-lang/crates.io-index"
13774checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
13775
13776[[package]]
13777name = "target-lexicon"
13778version = "0.13.2"
13779source = "registry+https://github.com/rust-lang/crates.io-index"
13780checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
13781
13782[[package]]
13783name = "task"
13784version = "0.1.0"
13785dependencies = [
13786 "anyhow",
13787 "collections",
13788 "dap-types",
13789 "futures 0.3.31",
13790 "gpui",
13791 "hex",
13792 "parking_lot",
13793 "schemars",
13794 "serde",
13795 "serde_json",
13796 "serde_json_lenient",
13797 "sha2",
13798 "shellexpand 2.1.2",
13799 "util",
13800 "zed_actions",
13801]
13802
13803[[package]]
13804name = "tasks_ui"
13805version = "0.1.0"
13806dependencies = [
13807 "anyhow",
13808 "debugger_ui",
13809 "editor",
13810 "feature_flags",
13811 "file_icons",
13812 "fuzzy",
13813 "gpui",
13814 "language",
13815 "menu",
13816 "picker",
13817 "project",
13818 "schemars",
13819 "serde",
13820 "serde_json",
13821 "settings",
13822 "task",
13823 "tree-sitter-rust",
13824 "tree-sitter-typescript",
13825 "ui",
13826 "util",
13827 "workspace",
13828 "zed_actions",
13829]
13830
13831[[package]]
13832name = "telemetry"
13833version = "0.1.0"
13834dependencies = [
13835 "futures 0.3.31",
13836 "serde",
13837 "serde_json",
13838 "telemetry_events",
13839]
13840
13841[[package]]
13842name = "telemetry_events"
13843version = "0.1.0"
13844dependencies = [
13845 "semantic_version",
13846 "serde",
13847 "serde_json",
13848]
13849
13850[[package]]
13851name = "tempfile"
13852version = "3.17.1"
13853source = "registry+https://github.com/rust-lang/crates.io-index"
13854checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230"
13855dependencies = [
13856 "cfg-if",
13857 "fastrand 2.3.0",
13858 "getrandom 0.3.1",
13859 "once_cell",
13860 "rustix",
13861 "windows-sys 0.59.0",
13862]
13863
13864[[package]]
13865name = "tendril"
13866version = "0.4.3"
13867source = "registry+https://github.com/rust-lang/crates.io-index"
13868checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
13869dependencies = [
13870 "futf",
13871 "mac",
13872 "utf-8",
13873]
13874
13875[[package]]
13876name = "termcolor"
13877version = "1.4.1"
13878source = "registry+https://github.com/rust-lang/crates.io-index"
13879checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
13880dependencies = [
13881 "winapi-util",
13882]
13883
13884[[package]]
13885name = "terminal"
13886version = "0.1.0"
13887dependencies = [
13888 "alacritty_terminal",
13889 "anyhow",
13890 "collections",
13891 "dirs 4.0.0",
13892 "futures 0.3.31",
13893 "gpui",
13894 "libc",
13895 "rand 0.8.5",
13896 "regex",
13897 "release_channel",
13898 "schemars",
13899 "serde",
13900 "serde_derive",
13901 "settings",
13902 "smol",
13903 "sysinfo",
13904 "task",
13905 "theme",
13906 "thiserror 2.0.12",
13907 "util",
13908 "windows 0.60.0",
13909]
13910
13911[[package]]
13912name = "terminal_size"
13913version = "0.4.1"
13914source = "registry+https://github.com/rust-lang/crates.io-index"
13915checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
13916dependencies = [
13917 "rustix",
13918 "windows-sys 0.59.0",
13919]
13920
13921[[package]]
13922name = "terminal_view"
13923version = "0.1.0"
13924dependencies = [
13925 "anyhow",
13926 "async-recursion 1.1.1",
13927 "breadcrumbs",
13928 "client",
13929 "collections",
13930 "db",
13931 "dirs 4.0.0",
13932 "editor",
13933 "futures 0.3.31",
13934 "gpui",
13935 "itertools 0.14.0",
13936 "language",
13937 "log",
13938 "project",
13939 "rand 0.8.5",
13940 "schemars",
13941 "search",
13942 "serde",
13943 "serde_json",
13944 "settings",
13945 "shellexpand 2.1.2",
13946 "smol",
13947 "task",
13948 "terminal",
13949 "theme",
13950 "ui",
13951 "util",
13952 "workspace",
13953 "zed_actions",
13954]
13955
13956[[package]]
13957name = "text"
13958version = "0.1.0"
13959dependencies = [
13960 "anyhow",
13961 "clock",
13962 "collections",
13963 "ctor",
13964 "env_logger 0.11.7",
13965 "gpui",
13966 "http_client",
13967 "log",
13968 "parking_lot",
13969 "postage",
13970 "rand 0.8.5",
13971 "regex",
13972 "rope",
13973 "smallvec",
13974 "sum_tree",
13975 "util",
13976]
13977
13978[[package]]
13979name = "theme"
13980version = "0.1.0"
13981dependencies = [
13982 "anyhow",
13983 "collections",
13984 "derive_more",
13985 "fs",
13986 "futures 0.3.31",
13987 "gpui",
13988 "indexmap",
13989 "log",
13990 "palette",
13991 "parking_lot",
13992 "refineable",
13993 "schemars",
13994 "serde",
13995 "serde_derive",
13996 "serde_json",
13997 "serde_json_lenient",
13998 "serde_repr",
13999 "settings",
14000 "strum",
14001 "thiserror 2.0.12",
14002 "util",
14003 "uuid",
14004]
14005
14006[[package]]
14007name = "theme_extension"
14008version = "0.1.0"
14009dependencies = [
14010 "anyhow",
14011 "extension",
14012 "fs",
14013 "gpui",
14014 "theme",
14015]
14016
14017[[package]]
14018name = "theme_importer"
14019version = "0.1.0"
14020dependencies = [
14021 "anyhow",
14022 "clap",
14023 "gpui",
14024 "indexmap",
14025 "log",
14026 "palette",
14027 "rust-embed",
14028 "serde",
14029 "serde_json",
14030 "serde_json_lenient",
14031 "simplelog",
14032 "strum",
14033 "theme",
14034 "vscode_theme",
14035]
14036
14037[[package]]
14038name = "theme_selector"
14039version = "0.1.0"
14040dependencies = [
14041 "fs",
14042 "fuzzy",
14043 "gpui",
14044 "log",
14045 "picker",
14046 "serde",
14047 "settings",
14048 "telemetry",
14049 "theme",
14050 "ui",
14051 "util",
14052 "workspace",
14053 "zed_actions",
14054]
14055
14056[[package]]
14057name = "thiserror"
14058version = "1.0.69"
14059source = "registry+https://github.com/rust-lang/crates.io-index"
14060checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
14061dependencies = [
14062 "thiserror-impl 1.0.69",
14063]
14064
14065[[package]]
14066name = "thiserror"
14067version = "2.0.12"
14068source = "registry+https://github.com/rust-lang/crates.io-index"
14069checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
14070dependencies = [
14071 "thiserror-impl 2.0.12",
14072]
14073
14074[[package]]
14075name = "thiserror-impl"
14076version = "1.0.69"
14077source = "registry+https://github.com/rust-lang/crates.io-index"
14078checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
14079dependencies = [
14080 "proc-macro2",
14081 "quote",
14082 "syn 2.0.100",
14083]
14084
14085[[package]]
14086name = "thiserror-impl"
14087version = "2.0.12"
14088source = "registry+https://github.com/rust-lang/crates.io-index"
14089checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
14090dependencies = [
14091 "proc-macro2",
14092 "quote",
14093 "syn 2.0.100",
14094]
14095
14096[[package]]
14097name = "thread_local"
14098version = "1.1.8"
14099source = "registry+https://github.com/rust-lang/crates.io-index"
14100checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
14101dependencies = [
14102 "cfg-if",
14103 "once_cell",
14104]
14105
14106[[package]]
14107name = "tiff"
14108version = "0.9.1"
14109source = "registry+https://github.com/rust-lang/crates.io-index"
14110checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
14111dependencies = [
14112 "flate2",
14113 "jpeg-decoder",
14114 "weezl",
14115]
14116
14117[[package]]
14118name = "tiktoken-rs"
14119version = "0.6.0"
14120source = "registry+https://github.com/rust-lang/crates.io-index"
14121checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
14122dependencies = [
14123 "anyhow",
14124 "base64 0.21.7",
14125 "bstr",
14126 "fancy-regex 0.13.0",
14127 "lazy_static",
14128 "parking_lot",
14129 "regex",
14130 "rustc-hash 1.1.0",
14131]
14132
14133[[package]]
14134name = "time"
14135version = "0.3.40"
14136source = "registry+https://github.com/rust-lang/crates.io-index"
14137checksum = "9d9c75b47bdff86fa3334a3db91356b8d7d86a9b839dab7d0bdc5c3d3a077618"
14138dependencies = [
14139 "deranged",
14140 "itoa",
14141 "libc",
14142 "num-conv",
14143 "num_threads",
14144 "powerfmt",
14145 "serde",
14146 "time-core",
14147 "time-macros",
14148]
14149
14150[[package]]
14151name = "time-core"
14152version = "0.1.4"
14153source = "registry+https://github.com/rust-lang/crates.io-index"
14154checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
14155
14156[[package]]
14157name = "time-macros"
14158version = "0.2.21"
14159source = "registry+https://github.com/rust-lang/crates.io-index"
14160checksum = "29aa485584182073ed57fd5004aa09c371f021325014694e432313345865fd04"
14161dependencies = [
14162 "num-conv",
14163 "time-core",
14164]
14165
14166[[package]]
14167name = "time_format"
14168version = "0.1.0"
14169dependencies = [
14170 "core-foundation 0.9.4",
14171 "core-foundation-sys",
14172 "sys-locale",
14173 "time",
14174]
14175
14176[[package]]
14177name = "tiny-keccak"
14178version = "2.0.2"
14179source = "registry+https://github.com/rust-lang/crates.io-index"
14180checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
14181dependencies = [
14182 "crunchy",
14183]
14184
14185[[package]]
14186name = "tiny-skia"
14187version = "0.11.4"
14188source = "registry+https://github.com/rust-lang/crates.io-index"
14189checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
14190dependencies = [
14191 "arrayref",
14192 "arrayvec",
14193 "bytemuck",
14194 "cfg-if",
14195 "log",
14196 "png",
14197 "tiny-skia-path",
14198]
14199
14200[[package]]
14201name = "tiny-skia-path"
14202version = "0.11.4"
14203source = "registry+https://github.com/rust-lang/crates.io-index"
14204checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
14205dependencies = [
14206 "arrayref",
14207 "bytemuck",
14208 "strict-num",
14209]
14210
14211[[package]]
14212name = "tiny_http"
14213version = "0.8.2"
14214source = "registry+https://github.com/rust-lang/crates.io-index"
14215checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
14216dependencies = [
14217 "ascii",
14218 "chrono",
14219 "chunked_transfer",
14220 "log",
14221 "url",
14222]
14223
14224[[package]]
14225name = "tinystr"
14226version = "0.7.6"
14227source = "registry+https://github.com/rust-lang/crates.io-index"
14228checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
14229dependencies = [
14230 "displaydoc",
14231 "zerovec",
14232]
14233
14234[[package]]
14235name = "tinytemplate"
14236version = "1.2.1"
14237source = "registry+https://github.com/rust-lang/crates.io-index"
14238checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
14239dependencies = [
14240 "serde",
14241 "serde_json",
14242]
14243
14244[[package]]
14245name = "tinyvec"
14246version = "1.8.0"
14247source = "registry+https://github.com/rust-lang/crates.io-index"
14248checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
14249dependencies = [
14250 "tinyvec_macros",
14251]
14252
14253[[package]]
14254name = "tinyvec_macros"
14255version = "0.1.1"
14256source = "registry+https://github.com/rust-lang/crates.io-index"
14257checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
14258
14259[[package]]
14260name = "title_bar"
14261version = "0.1.0"
14262dependencies = [
14263 "auto_update",
14264 "call",
14265 "client",
14266 "collections",
14267 "feature_flags",
14268 "git_ui",
14269 "gpui",
14270 "http_client",
14271 "notifications",
14272 "pretty_assertions",
14273 "project",
14274 "remote",
14275 "rpc",
14276 "schemars",
14277 "serde",
14278 "settings",
14279 "smallvec",
14280 "story",
14281 "telemetry",
14282 "theme",
14283 "tree-sitter-md",
14284 "ui",
14285 "util",
14286 "windows 0.60.0",
14287 "workspace",
14288 "zed_actions",
14289 "zeta",
14290]
14291
14292[[package]]
14293name = "tokio"
14294version = "1.43.0"
14295source = "registry+https://github.com/rust-lang/crates.io-index"
14296checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
14297dependencies = [
14298 "backtrace",
14299 "bytes 1.10.1",
14300 "libc",
14301 "mio 1.0.3",
14302 "parking_lot",
14303 "pin-project-lite",
14304 "signal-hook-registry",
14305 "socket2",
14306 "tokio-macros",
14307 "windows-sys 0.52.0",
14308]
14309
14310[[package]]
14311name = "tokio-io"
14312version = "0.1.13"
14313source = "registry+https://github.com/rust-lang/crates.io-index"
14314checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
14315dependencies = [
14316 "bytes 0.4.12",
14317 "futures 0.1.31",
14318 "log",
14319]
14320
14321[[package]]
14322name = "tokio-macros"
14323version = "2.5.0"
14324source = "registry+https://github.com/rust-lang/crates.io-index"
14325checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
14326dependencies = [
14327 "proc-macro2",
14328 "quote",
14329 "syn 2.0.100",
14330]
14331
14332[[package]]
14333name = "tokio-native-tls"
14334version = "0.3.1"
14335source = "registry+https://github.com/rust-lang/crates.io-index"
14336checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
14337dependencies = [
14338 "native-tls",
14339 "tokio",
14340]
14341
14342[[package]]
14343name = "tokio-rustls"
14344version = "0.24.1"
14345source = "registry+https://github.com/rust-lang/crates.io-index"
14346checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
14347dependencies = [
14348 "rustls 0.21.12",
14349 "tokio",
14350]
14351
14352[[package]]
14353name = "tokio-rustls"
14354version = "0.26.1"
14355source = "registry+https://github.com/rust-lang/crates.io-index"
14356checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
14357dependencies = [
14358 "rustls 0.23.25",
14359 "tokio",
14360]
14361
14362[[package]]
14363name = "tokio-socks"
14364version = "0.5.2"
14365source = "registry+https://github.com/rust-lang/crates.io-index"
14366checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
14367dependencies = [
14368 "either",
14369 "futures-io",
14370 "futures-util",
14371 "thiserror 1.0.69",
14372 "tokio",
14373]
14374
14375[[package]]
14376name = "tokio-stream"
14377version = "0.1.17"
14378source = "registry+https://github.com/rust-lang/crates.io-index"
14379checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
14380dependencies = [
14381 "futures-core",
14382 "pin-project-lite",
14383 "tokio",
14384]
14385
14386[[package]]
14387name = "tokio-tungstenite"
14388version = "0.20.1"
14389source = "registry+https://github.com/rust-lang/crates.io-index"
14390checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
14391dependencies = [
14392 "futures-util",
14393 "log",
14394 "rustls 0.21.12",
14395 "rustls-native-certs 0.6.3",
14396 "tokio",
14397 "tokio-rustls 0.24.1",
14398 "tungstenite 0.20.1",
14399]
14400
14401[[package]]
14402name = "tokio-tungstenite"
14403version = "0.21.0"
14404source = "registry+https://github.com/rust-lang/crates.io-index"
14405checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
14406dependencies = [
14407 "futures-util",
14408 "log",
14409 "tokio",
14410 "tungstenite 0.21.0",
14411]
14412
14413[[package]]
14414name = "tokio-util"
14415version = "0.7.13"
14416source = "registry+https://github.com/rust-lang/crates.io-index"
14417checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
14418dependencies = [
14419 "bytes 1.10.1",
14420 "futures-core",
14421 "futures-io",
14422 "futures-sink",
14423 "pin-project-lite",
14424 "tokio",
14425]
14426
14427[[package]]
14428name = "toml"
14429version = "0.5.11"
14430source = "registry+https://github.com/rust-lang/crates.io-index"
14431checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
14432dependencies = [
14433 "serde",
14434]
14435
14436[[package]]
14437name = "toml"
14438version = "0.8.20"
14439source = "registry+https://github.com/rust-lang/crates.io-index"
14440checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
14441dependencies = [
14442 "serde",
14443 "serde_spanned",
14444 "toml_datetime",
14445 "toml_edit",
14446]
14447
14448[[package]]
14449name = "toml_datetime"
14450version = "0.6.8"
14451source = "registry+https://github.com/rust-lang/crates.io-index"
14452checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
14453dependencies = [
14454 "serde",
14455]
14456
14457[[package]]
14458name = "toml_edit"
14459version = "0.22.23"
14460source = "registry+https://github.com/rust-lang/crates.io-index"
14461checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee"
14462dependencies = [
14463 "indexmap",
14464 "serde",
14465 "serde_spanned",
14466 "toml_datetime",
14467 "winnow 0.7.1",
14468]
14469
14470[[package]]
14471name = "toolchain_selector"
14472version = "0.1.0"
14473dependencies = [
14474 "editor",
14475 "fuzzy",
14476 "gpui",
14477 "language",
14478 "picker",
14479 "project",
14480 "ui",
14481 "util",
14482 "workspace",
14483]
14484
14485[[package]]
14486name = "topological-sort"
14487version = "0.2.2"
14488source = "registry+https://github.com/rust-lang/crates.io-index"
14489checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
14490
14491[[package]]
14492name = "tower"
14493version = "0.4.13"
14494source = "registry+https://github.com/rust-lang/crates.io-index"
14495checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
14496dependencies = [
14497 "futures-core",
14498 "futures-util",
14499 "pin-project",
14500 "pin-project-lite",
14501 "tokio",
14502 "tower-layer",
14503 "tower-service",
14504 "tracing",
14505]
14506
14507[[package]]
14508name = "tower-http"
14509version = "0.3.5"
14510source = "registry+https://github.com/rust-lang/crates.io-index"
14511checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
14512dependencies = [
14513 "bitflags 1.3.2",
14514 "bytes 1.10.1",
14515 "futures-core",
14516 "futures-util",
14517 "http 0.2.12",
14518 "http-body 0.4.6",
14519 "http-range-header",
14520 "pin-project-lite",
14521 "tower-layer",
14522 "tower-service",
14523]
14524
14525[[package]]
14526name = "tower-http"
14527version = "0.4.4"
14528source = "registry+https://github.com/rust-lang/crates.io-index"
14529checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
14530dependencies = [
14531 "bitflags 2.8.0",
14532 "bytes 1.10.1",
14533 "futures-core",
14534 "futures-util",
14535 "http 0.2.12",
14536 "http-body 0.4.6",
14537 "http-range-header",
14538 "pin-project-lite",
14539 "tower-layer",
14540 "tower-service",
14541 "tracing",
14542]
14543
14544[[package]]
14545name = "tower-layer"
14546version = "0.3.3"
14547source = "registry+https://github.com/rust-lang/crates.io-index"
14548checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
14549
14550[[package]]
14551name = "tower-service"
14552version = "0.3.3"
14553source = "registry+https://github.com/rust-lang/crates.io-index"
14554checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
14555
14556[[package]]
14557name = "tracing"
14558version = "0.1.41"
14559source = "registry+https://github.com/rust-lang/crates.io-index"
14560checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
14561dependencies = [
14562 "log",
14563 "pin-project-lite",
14564 "tracing-attributes",
14565 "tracing-core",
14566]
14567
14568[[package]]
14569name = "tracing-attributes"
14570version = "0.1.28"
14571source = "registry+https://github.com/rust-lang/crates.io-index"
14572checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
14573dependencies = [
14574 "proc-macro2",
14575 "quote",
14576 "syn 2.0.100",
14577]
14578
14579[[package]]
14580name = "tracing-core"
14581version = "0.1.33"
14582source = "registry+https://github.com/rust-lang/crates.io-index"
14583checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
14584dependencies = [
14585 "once_cell",
14586 "valuable",
14587]
14588
14589[[package]]
14590name = "tracing-log"
14591version = "0.2.0"
14592source = "registry+https://github.com/rust-lang/crates.io-index"
14593checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
14594dependencies = [
14595 "log",
14596 "once_cell",
14597 "tracing-core",
14598]
14599
14600[[package]]
14601name = "tracing-serde"
14602version = "0.2.0"
14603source = "registry+https://github.com/rust-lang/crates.io-index"
14604checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
14605dependencies = [
14606 "serde",
14607 "tracing-core",
14608]
14609
14610[[package]]
14611name = "tracing-subscriber"
14612version = "0.3.19"
14613source = "registry+https://github.com/rust-lang/crates.io-index"
14614checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
14615dependencies = [
14616 "matchers",
14617 "nu-ansi-term",
14618 "once_cell",
14619 "regex",
14620 "serde",
14621 "serde_json",
14622 "sharded-slab",
14623 "smallvec",
14624 "thread_local",
14625 "tracing",
14626 "tracing-core",
14627 "tracing-log",
14628 "tracing-serde",
14629]
14630
14631[[package]]
14632name = "trait-variant"
14633version = "0.1.2"
14634source = "registry+https://github.com/rust-lang/crates.io-index"
14635checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
14636dependencies = [
14637 "proc-macro2",
14638 "quote",
14639 "syn 2.0.100",
14640]
14641
14642[[package]]
14643name = "tree-sitter"
14644version = "0.25.3"
14645source = "registry+https://github.com/rust-lang/crates.io-index"
14646checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
14647dependencies = [
14648 "cc",
14649 "regex",
14650 "regex-syntax 0.8.5",
14651 "serde_json",
14652 "streaming-iterator",
14653 "tree-sitter-language",
14654 "wasmtime-c-api-impl",
14655]
14656
14657[[package]]
14658name = "tree-sitter-bash"
14659version = "0.23.3"
14660source = "registry+https://github.com/rust-lang/crates.io-index"
14661checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
14662dependencies = [
14663 "cc",
14664 "tree-sitter-language",
14665]
14666
14667[[package]]
14668name = "tree-sitter-c"
14669version = "0.23.4"
14670source = "registry+https://github.com/rust-lang/crates.io-index"
14671checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
14672dependencies = [
14673 "cc",
14674 "tree-sitter-language",
14675]
14676
14677[[package]]
14678name = "tree-sitter-cpp"
14679version = "0.23.4"
14680source = "registry+https://github.com/rust-lang/crates.io-index"
14681checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
14682dependencies = [
14683 "cc",
14684 "tree-sitter-language",
14685]
14686
14687[[package]]
14688name = "tree-sitter-css"
14689version = "0.23.2"
14690source = "registry+https://github.com/rust-lang/crates.io-index"
14691checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
14692dependencies = [
14693 "cc",
14694 "tree-sitter-language",
14695]
14696
14697[[package]]
14698name = "tree-sitter-diff"
14699version = "0.1.0"
14700source = "registry+https://github.com/rust-lang/crates.io-index"
14701checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
14702dependencies = [
14703 "cc",
14704 "tree-sitter-language",
14705]
14706
14707[[package]]
14708name = "tree-sitter-elixir"
14709version = "0.3.4"
14710source = "registry+https://github.com/rust-lang/crates.io-index"
14711checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
14712dependencies = [
14713 "cc",
14714 "tree-sitter-language",
14715]
14716
14717[[package]]
14718name = "tree-sitter-embedded-template"
14719version = "0.23.2"
14720source = "registry+https://github.com/rust-lang/crates.io-index"
14721checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
14722dependencies = [
14723 "cc",
14724 "tree-sitter-language",
14725]
14726
14727[[package]]
14728name = "tree-sitter-gitcommit"
14729version = "0.0.1"
14730source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
14731dependencies = [
14732 "cc",
14733 "tree-sitter-language",
14734]
14735
14736[[package]]
14737name = "tree-sitter-go"
14738version = "0.23.4"
14739source = "registry+https://github.com/rust-lang/crates.io-index"
14740checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
14741dependencies = [
14742 "cc",
14743 "tree-sitter-language",
14744]
14745
14746[[package]]
14747name = "tree-sitter-gomod"
14748version = "1.1.1"
14749source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
14750dependencies = [
14751 "cc",
14752 "tree-sitter-language",
14753]
14754
14755[[package]]
14756name = "tree-sitter-gowork"
14757version = "0.0.1"
14758source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
14759dependencies = [
14760 "cc",
14761 "tree-sitter-language",
14762]
14763
14764[[package]]
14765name = "tree-sitter-heex"
14766version = "0.0.1"
14767source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
14768dependencies = [
14769 "cc",
14770 "tree-sitter-language",
14771]
14772
14773[[package]]
14774name = "tree-sitter-html"
14775version = "0.23.2"
14776source = "registry+https://github.com/rust-lang/crates.io-index"
14777checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
14778dependencies = [
14779 "cc",
14780 "tree-sitter-language",
14781]
14782
14783[[package]]
14784name = "tree-sitter-jsdoc"
14785version = "0.23.2"
14786source = "registry+https://github.com/rust-lang/crates.io-index"
14787checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
14788dependencies = [
14789 "cc",
14790 "tree-sitter-language",
14791]
14792
14793[[package]]
14794name = "tree-sitter-json"
14795version = "0.24.8"
14796source = "registry+https://github.com/rust-lang/crates.io-index"
14797checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
14798dependencies = [
14799 "cc",
14800 "tree-sitter-language",
14801]
14802
14803[[package]]
14804name = "tree-sitter-language"
14805version = "0.1.3"
14806source = "registry+https://github.com/rust-lang/crates.io-index"
14807checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
14808
14809[[package]]
14810name = "tree-sitter-md"
14811version = "0.3.2"
14812source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
14813dependencies = [
14814 "cc",
14815 "tree-sitter-language",
14816]
14817
14818[[package]]
14819name = "tree-sitter-python"
14820version = "0.23.6"
14821source = "registry+https://github.com/rust-lang/crates.io-index"
14822checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
14823dependencies = [
14824 "cc",
14825 "tree-sitter-language",
14826]
14827
14828[[package]]
14829name = "tree-sitter-regex"
14830version = "0.24.3"
14831source = "registry+https://github.com/rust-lang/crates.io-index"
14832checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
14833dependencies = [
14834 "cc",
14835 "tree-sitter-language",
14836]
14837
14838[[package]]
14839name = "tree-sitter-ruby"
14840version = "0.23.1"
14841source = "registry+https://github.com/rust-lang/crates.io-index"
14842checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
14843dependencies = [
14844 "cc",
14845 "tree-sitter-language",
14846]
14847
14848[[package]]
14849name = "tree-sitter-rust"
14850version = "0.23.2"
14851source = "registry+https://github.com/rust-lang/crates.io-index"
14852checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
14853dependencies = [
14854 "cc",
14855 "tree-sitter-language",
14856]
14857
14858[[package]]
14859name = "tree-sitter-typescript"
14860version = "0.23.2"
14861source = "registry+https://github.com/rust-lang/crates.io-index"
14862checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
14863dependencies = [
14864 "cc",
14865 "tree-sitter-language",
14866]
14867
14868[[package]]
14869name = "tree-sitter-yaml"
14870version = "0.6.1"
14871source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
14872dependencies = [
14873 "cc",
14874 "tree-sitter-language",
14875]
14876
14877[[package]]
14878name = "try-lock"
14879version = "0.2.5"
14880source = "registry+https://github.com/rust-lang/crates.io-index"
14881checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
14882
14883[[package]]
14884name = "ttf-parser"
14885version = "0.21.1"
14886source = "registry+https://github.com/rust-lang/crates.io-index"
14887checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
14888
14889[[package]]
14890name = "ttf-parser"
14891version = "0.25.1"
14892source = "registry+https://github.com/rust-lang/crates.io-index"
14893checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
14894dependencies = [
14895 "core_maths",
14896]
14897
14898[[package]]
14899name = "tungstenite"
14900version = "0.20.1"
14901source = "registry+https://github.com/rust-lang/crates.io-index"
14902checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
14903dependencies = [
14904 "byteorder",
14905 "bytes 1.10.1",
14906 "data-encoding",
14907 "http 0.2.12",
14908 "httparse",
14909 "log",
14910 "rand 0.8.5",
14911 "rustls 0.21.12",
14912 "sha1",
14913 "thiserror 1.0.69",
14914 "url",
14915 "utf-8",
14916]
14917
14918[[package]]
14919name = "tungstenite"
14920version = "0.21.0"
14921source = "registry+https://github.com/rust-lang/crates.io-index"
14922checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
14923dependencies = [
14924 "byteorder",
14925 "bytes 1.10.1",
14926 "data-encoding",
14927 "http 1.2.0",
14928 "httparse",
14929 "log",
14930 "rand 0.8.5",
14931 "sha1",
14932 "thiserror 1.0.69",
14933 "url",
14934 "utf-8",
14935]
14936
14937[[package]]
14938name = "tungstenite"
14939version = "0.24.0"
14940source = "registry+https://github.com/rust-lang/crates.io-index"
14941checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
14942dependencies = [
14943 "byteorder",
14944 "bytes 1.10.1",
14945 "data-encoding",
14946 "http 1.2.0",
14947 "httparse",
14948 "log",
14949 "rand 0.8.5",
14950 "sha1",
14951 "thiserror 1.0.69",
14952 "utf-8",
14953]
14954
14955[[package]]
14956name = "typeid"
14957version = "1.0.2"
14958source = "registry+https://github.com/rust-lang/crates.io-index"
14959checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
14960
14961[[package]]
14962name = "typenum"
14963version = "1.17.0"
14964source = "registry+https://github.com/rust-lang/crates.io-index"
14965checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
14966
14967[[package]]
14968name = "ucd-trie"
14969version = "0.1.7"
14970source = "registry+https://github.com/rust-lang/crates.io-index"
14971checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
14972
14973[[package]]
14974name = "uds_windows"
14975version = "1.1.0"
14976source = "registry+https://github.com/rust-lang/crates.io-index"
14977checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
14978dependencies = [
14979 "memoffset",
14980 "tempfile",
14981 "winapi",
14982]
14983
14984[[package]]
14985name = "ui"
14986version = "0.1.0"
14987dependencies = [
14988 "chrono",
14989 "component",
14990 "gpui",
14991 "itertools 0.14.0",
14992 "linkme",
14993 "menu",
14994 "serde",
14995 "settings",
14996 "smallvec",
14997 "story",
14998 "strum",
14999 "theme",
15000 "ui_macros",
15001 "util",
15002 "windows 0.60.0",
15003]
15004
15005[[package]]
15006name = "ui_input"
15007version = "0.1.0"
15008dependencies = [
15009 "editor",
15010 "gpui",
15011 "settings",
15012 "theme",
15013 "ui",
15014]
15015
15016[[package]]
15017name = "ui_macros"
15018version = "0.1.0"
15019dependencies = [
15020 "convert_case 0.8.0",
15021 "linkme",
15022 "proc-macro2",
15023 "quote",
15024 "syn 1.0.109",
15025]
15026
15027[[package]]
15028name = "ui_prompt"
15029version = "0.1.0"
15030dependencies = [
15031 "gpui",
15032 "markdown",
15033 "menu",
15034 "settings",
15035 "theme",
15036 "ui",
15037 "workspace",
15038]
15039
15040[[package]]
15041name = "unicase"
15042version = "2.8.1"
15043source = "registry+https://github.com/rust-lang/crates.io-index"
15044checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
15045
15046[[package]]
15047name = "unicode-bidi"
15048version = "0.3.17"
15049source = "registry+https://github.com/rust-lang/crates.io-index"
15050checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
15051
15052[[package]]
15053name = "unicode-bidi-mirroring"
15054version = "0.2.0"
15055source = "registry+https://github.com/rust-lang/crates.io-index"
15056checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
15057
15058[[package]]
15059name = "unicode-bidi-mirroring"
15060version = "0.4.0"
15061source = "registry+https://github.com/rust-lang/crates.io-index"
15062checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
15063
15064[[package]]
15065name = "unicode-ccc"
15066version = "0.2.0"
15067source = "registry+https://github.com/rust-lang/crates.io-index"
15068checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
15069
15070[[package]]
15071name = "unicode-ccc"
15072version = "0.4.0"
15073source = "registry+https://github.com/rust-lang/crates.io-index"
15074checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
15075
15076[[package]]
15077name = "unicode-ident"
15078version = "1.0.14"
15079source = "registry+https://github.com/rust-lang/crates.io-index"
15080checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
15081
15082[[package]]
15083name = "unicode-linebreak"
15084version = "0.1.5"
15085source = "registry+https://github.com/rust-lang/crates.io-index"
15086checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
15087
15088[[package]]
15089name = "unicode-normalization"
15090version = "0.1.24"
15091source = "registry+https://github.com/rust-lang/crates.io-index"
15092checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
15093dependencies = [
15094 "tinyvec",
15095]
15096
15097[[package]]
15098name = "unicode-properties"
15099version = "0.1.3"
15100source = "registry+https://github.com/rust-lang/crates.io-index"
15101checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
15102
15103[[package]]
15104name = "unicode-script"
15105version = "0.5.7"
15106source = "registry+https://github.com/rust-lang/crates.io-index"
15107checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
15108
15109[[package]]
15110name = "unicode-segmentation"
15111version = "1.12.0"
15112source = "registry+https://github.com/rust-lang/crates.io-index"
15113checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
15114
15115[[package]]
15116name = "unicode-vo"
15117version = "0.1.0"
15118source = "registry+https://github.com/rust-lang/crates.io-index"
15119checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
15120
15121[[package]]
15122name = "unicode-width"
15123version = "0.1.14"
15124source = "registry+https://github.com/rust-lang/crates.io-index"
15125checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
15126
15127[[package]]
15128name = "unicode-xid"
15129version = "0.2.6"
15130source = "registry+https://github.com/rust-lang/crates.io-index"
15131checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
15132
15133[[package]]
15134name = "unicode_categories"
15135version = "0.1.1"
15136source = "registry+https://github.com/rust-lang/crates.io-index"
15137checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
15138
15139[[package]]
15140name = "unindent"
15141version = "0.2.4"
15142source = "registry+https://github.com/rust-lang/crates.io-index"
15143checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
15144
15145[[package]]
15146name = "untrusted"
15147version = "0.9.0"
15148source = "registry+https://github.com/rust-lang/crates.io-index"
15149checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
15150
15151[[package]]
15152name = "url"
15153version = "2.5.4"
15154source = "registry+https://github.com/rust-lang/crates.io-index"
15155checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
15156dependencies = [
15157 "form_urlencoded",
15158 "idna",
15159 "percent-encoding",
15160 "serde",
15161]
15162
15163[[package]]
15164name = "urlencoding"
15165version = "2.1.3"
15166source = "registry+https://github.com/rust-lang/crates.io-index"
15167checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
15168
15169[[package]]
15170name = "usvg"
15171version = "0.45.0"
15172source = "registry+https://github.com/rust-lang/crates.io-index"
15173checksum = "2ac8e0e3e4696253dc06167990b3fe9a2668ab66270adf949a464db4088cb354"
15174dependencies = [
15175 "base64 0.22.1",
15176 "data-url",
15177 "flate2",
15178 "fontdb 0.23.0",
15179 "imagesize",
15180 "kurbo",
15181 "log",
15182 "pico-args",
15183 "roxmltree",
15184 "rustybuzz 0.20.1",
15185 "simplecss",
15186 "siphasher 1.0.1",
15187 "strict-num",
15188 "svgtypes",
15189 "tiny-skia-path",
15190 "unicode-bidi",
15191 "unicode-script",
15192 "unicode-vo",
15193 "xmlwriter",
15194]
15195
15196[[package]]
15197name = "utf-8"
15198version = "0.7.6"
15199source = "registry+https://github.com/rust-lang/crates.io-index"
15200checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
15201
15202[[package]]
15203name = "utf16_iter"
15204version = "1.0.5"
15205source = "registry+https://github.com/rust-lang/crates.io-index"
15206checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
15207
15208[[package]]
15209name = "utf8_iter"
15210version = "1.0.4"
15211source = "registry+https://github.com/rust-lang/crates.io-index"
15212checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
15213
15214[[package]]
15215name = "utf8parse"
15216version = "0.2.2"
15217source = "registry+https://github.com/rust-lang/crates.io-index"
15218checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
15219
15220[[package]]
15221name = "util"
15222version = "0.1.0"
15223dependencies = [
15224 "anyhow",
15225 "async-fs",
15226 "collections",
15227 "dirs 4.0.0",
15228 "dunce",
15229 "futures 0.3.31",
15230 "futures-lite 1.13.0",
15231 "git2",
15232 "globset",
15233 "itertools 0.14.0",
15234 "libc",
15235 "log",
15236 "rand 0.8.5",
15237 "regex",
15238 "rust-embed",
15239 "serde",
15240 "serde_json",
15241 "smol",
15242 "take-until",
15243 "tempfile",
15244 "tendril",
15245 "unicase",
15246 "util_macros",
15247]
15248
15249[[package]]
15250name = "util_macros"
15251version = "0.1.0"
15252dependencies = [
15253 "quote",
15254 "syn 1.0.109",
15255]
15256
15257[[package]]
15258name = "uuid"
15259version = "1.13.2"
15260source = "registry+https://github.com/rust-lang/crates.io-index"
15261checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6"
15262dependencies = [
15263 "getrandom 0.3.1",
15264 "serde",
15265 "sha1_smol",
15266]
15267
15268[[package]]
15269name = "v_frame"
15270version = "0.3.8"
15271source = "registry+https://github.com/rust-lang/crates.io-index"
15272checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
15273dependencies = [
15274 "aligned-vec",
15275 "num-traits",
15276 "wasm-bindgen",
15277]
15278
15279[[package]]
15280name = "valuable"
15281version = "0.1.0"
15282source = "registry+https://github.com/rust-lang/crates.io-index"
15283checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
15284
15285[[package]]
15286name = "value-bag"
15287version = "1.10.0"
15288source = "registry+https://github.com/rust-lang/crates.io-index"
15289checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
15290dependencies = [
15291 "value-bag-serde1",
15292 "value-bag-sval2",
15293]
15294
15295[[package]]
15296name = "value-bag-serde1"
15297version = "1.10.0"
15298source = "registry+https://github.com/rust-lang/crates.io-index"
15299checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
15300dependencies = [
15301 "erased-serde",
15302 "serde",
15303 "serde_fmt",
15304]
15305
15306[[package]]
15307name = "value-bag-sval2"
15308version = "1.10.0"
15309source = "registry+https://github.com/rust-lang/crates.io-index"
15310checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
15311dependencies = [
15312 "sval",
15313 "sval_buffer",
15314 "sval_dynamic",
15315 "sval_fmt",
15316 "sval_json",
15317 "sval_ref",
15318 "sval_serde",
15319]
15320
15321[[package]]
15322name = "vcpkg"
15323version = "0.2.15"
15324source = "registry+https://github.com/rust-lang/crates.io-index"
15325checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
15326
15327[[package]]
15328name = "version-compare"
15329version = "0.2.0"
15330source = "registry+https://github.com/rust-lang/crates.io-index"
15331checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
15332
15333[[package]]
15334name = "version_check"
15335version = "0.9.5"
15336source = "registry+https://github.com/rust-lang/crates.io-index"
15337checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
15338
15339[[package]]
15340name = "vim"
15341version = "0.1.0"
15342dependencies = [
15343 "anyhow",
15344 "assets",
15345 "async-compat",
15346 "async-trait",
15347 "collections",
15348 "command_palette",
15349 "command_palette_hooks",
15350 "db",
15351 "editor",
15352 "futures 0.3.31",
15353 "git_ui",
15354 "gpui",
15355 "indoc",
15356 "itertools 0.14.0",
15357 "language",
15358 "libc",
15359 "log",
15360 "lsp",
15361 "multi_buffer",
15362 "nvim-rs",
15363 "parking_lot",
15364 "picker",
15365 "project",
15366 "project_panel",
15367 "regex",
15368 "release_channel",
15369 "schemars",
15370 "search",
15371 "serde",
15372 "serde_derive",
15373 "serde_json",
15374 "settings",
15375 "task",
15376 "text",
15377 "theme",
15378 "tokio",
15379 "ui",
15380 "util",
15381 "vim_mode_setting",
15382 "workspace",
15383 "zed_actions",
15384]
15385
15386[[package]]
15387name = "vim_mode_setting"
15388version = "0.1.0"
15389dependencies = [
15390 "anyhow",
15391 "gpui",
15392 "settings",
15393]
15394
15395[[package]]
15396name = "vscode_theme"
15397version = "0.2.0"
15398source = "registry+https://github.com/rust-lang/crates.io-index"
15399checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
15400dependencies = [
15401 "serde",
15402]
15403
15404[[package]]
15405name = "vsimd"
15406version = "0.8.0"
15407source = "registry+https://github.com/rust-lang/crates.io-index"
15408checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
15409
15410[[package]]
15411name = "vswhom"
15412version = "0.1.0"
15413source = "registry+https://github.com/rust-lang/crates.io-index"
15414checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
15415dependencies = [
15416 "libc",
15417 "vswhom-sys",
15418]
15419
15420[[package]]
15421name = "vswhom-sys"
15422version = "0.1.2"
15423source = "registry+https://github.com/rust-lang/crates.io-index"
15424checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
15425dependencies = [
15426 "cc",
15427 "libc",
15428]
15429
15430[[package]]
15431name = "vte"
15432version = "0.15.0"
15433source = "registry+https://github.com/rust-lang/crates.io-index"
15434checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
15435dependencies = [
15436 "arrayvec",
15437 "bitflags 2.8.0",
15438 "cursor-icon",
15439 "log",
15440 "memchr",
15441 "serde",
15442]
15443
15444[[package]]
15445name = "waker-fn"
15446version = "1.2.0"
15447source = "registry+https://github.com/rust-lang/crates.io-index"
15448checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
15449
15450[[package]]
15451name = "walkdir"
15452version = "2.5.0"
15453source = "registry+https://github.com/rust-lang/crates.io-index"
15454checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
15455dependencies = [
15456 "same-file",
15457 "winapi-util",
15458]
15459
15460[[package]]
15461name = "want"
15462version = "0.3.1"
15463source = "registry+https://github.com/rust-lang/crates.io-index"
15464checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
15465dependencies = [
15466 "try-lock",
15467]
15468
15469[[package]]
15470name = "warp"
15471version = "0.3.7"
15472source = "registry+https://github.com/rust-lang/crates.io-index"
15473checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
15474dependencies = [
15475 "bytes 1.10.1",
15476 "futures-channel",
15477 "futures-util",
15478 "headers",
15479 "http 0.2.12",
15480 "hyper 0.14.32",
15481 "log",
15482 "mime",
15483 "mime_guess",
15484 "percent-encoding",
15485 "pin-project",
15486 "scoped-tls",
15487 "serde",
15488 "serde_json",
15489 "serde_urlencoded",
15490 "tokio",
15491 "tokio-tungstenite 0.21.0",
15492 "tokio-util",
15493 "tower-service",
15494 "tracing",
15495]
15496
15497[[package]]
15498name = "wasi"
15499version = "0.9.0+wasi-snapshot-preview1"
15500source = "registry+https://github.com/rust-lang/crates.io-index"
15501checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
15502
15503[[package]]
15504name = "wasi"
15505version = "0.11.0+wasi-snapshot-preview1"
15506source = "registry+https://github.com/rust-lang/crates.io-index"
15507checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
15508
15509[[package]]
15510name = "wasi"
15511version = "0.13.3+wasi-0.2.2"
15512source = "registry+https://github.com/rust-lang/crates.io-index"
15513checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
15514dependencies = [
15515 "wit-bindgen-rt 0.33.0",
15516]
15517
15518[[package]]
15519name = "wasite"
15520version = "0.1.0"
15521source = "registry+https://github.com/rust-lang/crates.io-index"
15522checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
15523
15524[[package]]
15525name = "wasm-bindgen"
15526version = "0.2.99"
15527source = "registry+https://github.com/rust-lang/crates.io-index"
15528checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
15529dependencies = [
15530 "cfg-if",
15531 "once_cell",
15532 "wasm-bindgen-macro",
15533]
15534
15535[[package]]
15536name = "wasm-bindgen-backend"
15537version = "0.2.99"
15538source = "registry+https://github.com/rust-lang/crates.io-index"
15539checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
15540dependencies = [
15541 "bumpalo",
15542 "log",
15543 "proc-macro2",
15544 "quote",
15545 "syn 2.0.100",
15546 "wasm-bindgen-shared",
15547]
15548
15549[[package]]
15550name = "wasm-bindgen-futures"
15551version = "0.4.49"
15552source = "registry+https://github.com/rust-lang/crates.io-index"
15553checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
15554dependencies = [
15555 "cfg-if",
15556 "js-sys",
15557 "once_cell",
15558 "wasm-bindgen",
15559 "web-sys",
15560]
15561
15562[[package]]
15563name = "wasm-bindgen-macro"
15564version = "0.2.99"
15565source = "registry+https://github.com/rust-lang/crates.io-index"
15566checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
15567dependencies = [
15568 "quote",
15569 "wasm-bindgen-macro-support",
15570]
15571
15572[[package]]
15573name = "wasm-bindgen-macro-support"
15574version = "0.2.99"
15575source = "registry+https://github.com/rust-lang/crates.io-index"
15576checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
15577dependencies = [
15578 "proc-macro2",
15579 "quote",
15580 "syn 2.0.100",
15581 "wasm-bindgen-backend",
15582 "wasm-bindgen-shared",
15583]
15584
15585[[package]]
15586name = "wasm-bindgen-shared"
15587version = "0.2.99"
15588source = "registry+https://github.com/rust-lang/crates.io-index"
15589checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
15590
15591[[package]]
15592name = "wasm-encoder"
15593version = "0.201.0"
15594source = "registry+https://github.com/rust-lang/crates.io-index"
15595checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
15596dependencies = [
15597 "leb128",
15598]
15599
15600[[package]]
15601name = "wasm-encoder"
15602version = "0.221.3"
15603source = "registry+https://github.com/rust-lang/crates.io-index"
15604checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
15605dependencies = [
15606 "leb128",
15607 "wasmparser 0.221.3",
15608]
15609
15610[[package]]
15611name = "wasm-metadata"
15612version = "0.201.0"
15613source = "registry+https://github.com/rust-lang/crates.io-index"
15614checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
15615dependencies = [
15616 "anyhow",
15617 "indexmap",
15618 "serde",
15619 "serde_derive",
15620 "serde_json",
15621 "spdx",
15622 "wasm-encoder 0.201.0",
15623 "wasmparser 0.201.0",
15624]
15625
15626[[package]]
15627name = "wasm-metadata"
15628version = "0.221.3"
15629source = "registry+https://github.com/rust-lang/crates.io-index"
15630checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
15631dependencies = [
15632 "anyhow",
15633 "indexmap",
15634 "serde",
15635 "serde_derive",
15636 "serde_json",
15637 "spdx",
15638 "wasm-encoder 0.221.3",
15639 "wasmparser 0.221.3",
15640]
15641
15642[[package]]
15643name = "wasm-streams"
15644version = "0.4.2"
15645source = "registry+https://github.com/rust-lang/crates.io-index"
15646checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
15647dependencies = [
15648 "futures-util",
15649 "js-sys",
15650 "wasm-bindgen",
15651 "wasm-bindgen-futures",
15652 "web-sys",
15653]
15654
15655[[package]]
15656name = "wasmparser"
15657version = "0.201.0"
15658source = "registry+https://github.com/rust-lang/crates.io-index"
15659checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
15660dependencies = [
15661 "bitflags 2.8.0",
15662 "indexmap",
15663 "semver",
15664]
15665
15666[[package]]
15667name = "wasmparser"
15668version = "0.221.3"
15669source = "registry+https://github.com/rust-lang/crates.io-index"
15670checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
15671dependencies = [
15672 "bitflags 2.8.0",
15673 "hashbrown 0.15.2",
15674 "indexmap",
15675 "semver",
15676 "serde",
15677]
15678
15679[[package]]
15680name = "wasmprinter"
15681version = "0.221.3"
15682source = "registry+https://github.com/rust-lang/crates.io-index"
15683checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
15684dependencies = [
15685 "anyhow",
15686 "termcolor",
15687 "wasmparser 0.221.3",
15688]
15689
15690[[package]]
15691name = "wasmtime"
15692version = "29.0.1"
15693source = "registry+https://github.com/rust-lang/crates.io-index"
15694checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
15695dependencies = [
15696 "anyhow",
15697 "async-trait",
15698 "bitflags 2.8.0",
15699 "bumpalo",
15700 "cc",
15701 "cfg-if",
15702 "encoding_rs",
15703 "hashbrown 0.14.5",
15704 "indexmap",
15705 "libc",
15706 "log",
15707 "mach2",
15708 "memfd",
15709 "object",
15710 "once_cell",
15711 "paste",
15712 "postcard",
15713 "psm",
15714 "pulley-interpreter",
15715 "rustix",
15716 "semver",
15717 "serde",
15718 "serde_derive",
15719 "smallvec",
15720 "sptr",
15721 "target-lexicon 0.13.2",
15722 "trait-variant",
15723 "wasmparser 0.221.3",
15724 "wasmtime-asm-macros",
15725 "wasmtime-component-macro",
15726 "wasmtime-component-util",
15727 "wasmtime-cranelift",
15728 "wasmtime-environ",
15729 "wasmtime-fiber",
15730 "wasmtime-jit-icache-coherence",
15731 "wasmtime-math",
15732 "wasmtime-slab",
15733 "wasmtime-versioned-export-macros",
15734 "wasmtime-winch",
15735 "windows-sys 0.59.0",
15736]
15737
15738[[package]]
15739name = "wasmtime-asm-macros"
15740version = "29.0.1"
15741source = "registry+https://github.com/rust-lang/crates.io-index"
15742checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
15743dependencies = [
15744 "cfg-if",
15745]
15746
15747[[package]]
15748name = "wasmtime-c-api-impl"
15749version = "29.0.1"
15750source = "registry+https://github.com/rust-lang/crates.io-index"
15751checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
15752dependencies = [
15753 "anyhow",
15754 "log",
15755 "tracing",
15756 "wasmtime",
15757 "wasmtime-c-api-macros",
15758]
15759
15760[[package]]
15761name = "wasmtime-c-api-macros"
15762version = "29.0.1"
15763source = "registry+https://github.com/rust-lang/crates.io-index"
15764checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
15765dependencies = [
15766 "proc-macro2",
15767 "quote",
15768]
15769
15770[[package]]
15771name = "wasmtime-component-macro"
15772version = "29.0.1"
15773source = "registry+https://github.com/rust-lang/crates.io-index"
15774checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
15775dependencies = [
15776 "anyhow",
15777 "proc-macro2",
15778 "quote",
15779 "syn 2.0.100",
15780 "wasmtime-component-util",
15781 "wasmtime-wit-bindgen",
15782 "wit-parser 0.221.3",
15783]
15784
15785[[package]]
15786name = "wasmtime-component-util"
15787version = "29.0.1"
15788source = "registry+https://github.com/rust-lang/crates.io-index"
15789checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
15790
15791[[package]]
15792name = "wasmtime-cranelift"
15793version = "29.0.1"
15794source = "registry+https://github.com/rust-lang/crates.io-index"
15795checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
15796dependencies = [
15797 "anyhow",
15798 "cfg-if",
15799 "cranelift-codegen",
15800 "cranelift-control",
15801 "cranelift-entity",
15802 "cranelift-frontend",
15803 "cranelift-native",
15804 "gimli",
15805 "itertools 0.12.1",
15806 "log",
15807 "object",
15808 "smallvec",
15809 "target-lexicon 0.13.2",
15810 "thiserror 1.0.69",
15811 "wasmparser 0.221.3",
15812 "wasmtime-environ",
15813 "wasmtime-versioned-export-macros",
15814]
15815
15816[[package]]
15817name = "wasmtime-environ"
15818version = "29.0.1"
15819source = "registry+https://github.com/rust-lang/crates.io-index"
15820checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
15821dependencies = [
15822 "anyhow",
15823 "cpp_demangle",
15824 "cranelift-bitset",
15825 "cranelift-entity",
15826 "gimli",
15827 "indexmap",
15828 "log",
15829 "object",
15830 "postcard",
15831 "rustc-demangle",
15832 "semver",
15833 "serde",
15834 "serde_derive",
15835 "smallvec",
15836 "target-lexicon 0.13.2",
15837 "wasm-encoder 0.221.3",
15838 "wasmparser 0.221.3",
15839 "wasmprinter",
15840 "wasmtime-component-util",
15841]
15842
15843[[package]]
15844name = "wasmtime-fiber"
15845version = "29.0.1"
15846source = "registry+https://github.com/rust-lang/crates.io-index"
15847checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
15848dependencies = [
15849 "anyhow",
15850 "cc",
15851 "cfg-if",
15852 "rustix",
15853 "wasmtime-asm-macros",
15854 "wasmtime-versioned-export-macros",
15855 "windows-sys 0.59.0",
15856]
15857
15858[[package]]
15859name = "wasmtime-jit-icache-coherence"
15860version = "29.0.1"
15861source = "registry+https://github.com/rust-lang/crates.io-index"
15862checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
15863dependencies = [
15864 "anyhow",
15865 "cfg-if",
15866 "libc",
15867 "windows-sys 0.59.0",
15868]
15869
15870[[package]]
15871name = "wasmtime-math"
15872version = "29.0.1"
15873source = "registry+https://github.com/rust-lang/crates.io-index"
15874checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
15875dependencies = [
15876 "libm",
15877]
15878
15879[[package]]
15880name = "wasmtime-slab"
15881version = "29.0.1"
15882source = "registry+https://github.com/rust-lang/crates.io-index"
15883checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
15884
15885[[package]]
15886name = "wasmtime-versioned-export-macros"
15887version = "29.0.1"
15888source = "registry+https://github.com/rust-lang/crates.io-index"
15889checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
15890dependencies = [
15891 "proc-macro2",
15892 "quote",
15893 "syn 2.0.100",
15894]
15895
15896[[package]]
15897name = "wasmtime-wasi"
15898version = "29.0.1"
15899source = "registry+https://github.com/rust-lang/crates.io-index"
15900checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
15901dependencies = [
15902 "anyhow",
15903 "async-trait",
15904 "bitflags 2.8.0",
15905 "bytes 1.10.1",
15906 "cap-fs-ext",
15907 "cap-net-ext",
15908 "cap-rand",
15909 "cap-std",
15910 "cap-time-ext",
15911 "fs-set-times",
15912 "futures 0.3.31",
15913 "io-extras",
15914 "io-lifetimes",
15915 "rustix",
15916 "system-interface",
15917 "thiserror 1.0.69",
15918 "tokio",
15919 "tracing",
15920 "trait-variant",
15921 "url",
15922 "wasmtime",
15923 "wiggle",
15924 "windows-sys 0.59.0",
15925]
15926
15927[[package]]
15928name = "wasmtime-winch"
15929version = "29.0.1"
15930source = "registry+https://github.com/rust-lang/crates.io-index"
15931checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
15932dependencies = [
15933 "anyhow",
15934 "cranelift-codegen",
15935 "gimli",
15936 "object",
15937 "target-lexicon 0.13.2",
15938 "wasmparser 0.221.3",
15939 "wasmtime-cranelift",
15940 "wasmtime-environ",
15941 "winch-codegen",
15942]
15943
15944[[package]]
15945name = "wasmtime-wit-bindgen"
15946version = "29.0.1"
15947source = "registry+https://github.com/rust-lang/crates.io-index"
15948checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
15949dependencies = [
15950 "anyhow",
15951 "heck 0.5.0",
15952 "indexmap",
15953 "wit-parser 0.221.3",
15954]
15955
15956[[package]]
15957name = "wast"
15958version = "35.0.2"
15959source = "registry+https://github.com/rust-lang/crates.io-index"
15960checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
15961dependencies = [
15962 "leb128",
15963]
15964
15965[[package]]
15966name = "wayland-backend"
15967version = "0.3.8"
15968source = "registry+https://github.com/rust-lang/crates.io-index"
15969checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
15970dependencies = [
15971 "cc",
15972 "downcast-rs",
15973 "rustix",
15974 "scoped-tls",
15975 "smallvec",
15976 "wayland-sys",
15977]
15978
15979[[package]]
15980name = "wayland-client"
15981version = "0.31.8"
15982source = "registry+https://github.com/rust-lang/crates.io-index"
15983checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
15984dependencies = [
15985 "bitflags 2.8.0",
15986 "rustix",
15987 "wayland-backend",
15988 "wayland-scanner",
15989]
15990
15991[[package]]
15992name = "wayland-cursor"
15993version = "0.31.8"
15994source = "registry+https://github.com/rust-lang/crates.io-index"
15995checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
15996dependencies = [
15997 "rustix",
15998 "wayland-client",
15999 "xcursor",
16000]
16001
16002[[package]]
16003name = "wayland-protocols"
16004version = "0.31.2"
16005source = "registry+https://github.com/rust-lang/crates.io-index"
16006checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
16007dependencies = [
16008 "bitflags 2.8.0",
16009 "wayland-backend",
16010 "wayland-client",
16011 "wayland-scanner",
16012]
16013
16014[[package]]
16015name = "wayland-protocols-plasma"
16016version = "0.2.0"
16017source = "registry+https://github.com/rust-lang/crates.io-index"
16018checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
16019dependencies = [
16020 "bitflags 2.8.0",
16021 "wayland-backend",
16022 "wayland-client",
16023 "wayland-protocols",
16024 "wayland-scanner",
16025]
16026
16027[[package]]
16028name = "wayland-scanner"
16029version = "0.31.6"
16030source = "registry+https://github.com/rust-lang/crates.io-index"
16031checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
16032dependencies = [
16033 "proc-macro2",
16034 "quick-xml 0.37.2",
16035 "quote",
16036]
16037
16038[[package]]
16039name = "wayland-sys"
16040version = "0.31.6"
16041source = "registry+https://github.com/rust-lang/crates.io-index"
16042checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
16043dependencies = [
16044 "dlib",
16045 "log",
16046 "once_cell",
16047 "pkg-config",
16048]
16049
16050[[package]]
16051name = "web-sys"
16052version = "0.3.76"
16053source = "registry+https://github.com/rust-lang/crates.io-index"
16054checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
16055dependencies = [
16056 "js-sys",
16057 "wasm-bindgen",
16058]
16059
16060[[package]]
16061name = "web-time"
16062version = "1.1.0"
16063source = "registry+https://github.com/rust-lang/crates.io-index"
16064checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
16065dependencies = [
16066 "js-sys",
16067 "wasm-bindgen",
16068]
16069
16070[[package]]
16071name = "webpki-root-certs"
16072version = "0.26.8"
16073source = "registry+https://github.com/rust-lang/crates.io-index"
16074checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
16075dependencies = [
16076 "rustls-pki-types",
16077]
16078
16079[[package]]
16080name = "webpki-roots"
16081version = "0.26.7"
16082source = "registry+https://github.com/rust-lang/crates.io-index"
16083checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
16084dependencies = [
16085 "rustls-pki-types",
16086]
16087
16088[[package]]
16089name = "webrtc-sys"
16090version = "0.3.5"
16091source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
16092dependencies = [
16093 "cc",
16094 "cxx",
16095 "cxx-build",
16096 "glob",
16097 "log",
16098 "webrtc-sys-build",
16099]
16100
16101[[package]]
16102name = "webrtc-sys-build"
16103version = "0.3.5"
16104source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
16105dependencies = [
16106 "fs2",
16107 "regex",
16108 "reqwest 0.11.27",
16109 "scratch",
16110 "semver",
16111 "zip",
16112]
16113
16114[[package]]
16115name = "weezl"
16116version = "0.1.8"
16117source = "registry+https://github.com/rust-lang/crates.io-index"
16118checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
16119
16120[[package]]
16121name = "welcome"
16122version = "0.1.0"
16123dependencies = [
16124 "anyhow",
16125 "client",
16126 "db",
16127 "editor",
16128 "fuzzy",
16129 "gpui",
16130 "install_cli",
16131 "language",
16132 "picker",
16133 "project",
16134 "schemars",
16135 "serde",
16136 "settings",
16137 "telemetry",
16138 "ui",
16139 "util",
16140 "vim_mode_setting",
16141 "workspace",
16142 "zed_actions",
16143]
16144
16145[[package]]
16146name = "which"
16147version = "4.4.2"
16148source = "registry+https://github.com/rust-lang/crates.io-index"
16149checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
16150dependencies = [
16151 "either",
16152 "home",
16153 "once_cell",
16154 "rustix",
16155]
16156
16157[[package]]
16158name = "which"
16159version = "6.0.3"
16160source = "registry+https://github.com/rust-lang/crates.io-index"
16161checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
16162dependencies = [
16163 "either",
16164 "home",
16165 "rustix",
16166 "winsafe",
16167]
16168
16169[[package]]
16170name = "which"
16171version = "7.0.2"
16172source = "registry+https://github.com/rust-lang/crates.io-index"
16173checksum = "2774c861e1f072b3aadc02f8ba886c26ad6321567ecc294c935434cad06f1283"
16174dependencies = [
16175 "either",
16176 "env_home",
16177 "rustix",
16178 "winsafe",
16179]
16180
16181[[package]]
16182name = "whoami"
16183version = "1.5.2"
16184source = "registry+https://github.com/rust-lang/crates.io-index"
16185checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
16186dependencies = [
16187 "redox_syscall 0.5.8",
16188 "wasite",
16189]
16190
16191[[package]]
16192name = "wiggle"
16193version = "29.0.1"
16194source = "registry+https://github.com/rust-lang/crates.io-index"
16195checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
16196dependencies = [
16197 "anyhow",
16198 "async-trait",
16199 "bitflags 2.8.0",
16200 "thiserror 1.0.69",
16201 "tracing",
16202 "wasmtime",
16203 "wiggle-macro",
16204]
16205
16206[[package]]
16207name = "wiggle-generate"
16208version = "29.0.1"
16209source = "registry+https://github.com/rust-lang/crates.io-index"
16210checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
16211dependencies = [
16212 "anyhow",
16213 "heck 0.5.0",
16214 "proc-macro2",
16215 "quote",
16216 "shellexpand 2.1.2",
16217 "syn 2.0.100",
16218 "witx",
16219]
16220
16221[[package]]
16222name = "wiggle-macro"
16223version = "29.0.1"
16224source = "registry+https://github.com/rust-lang/crates.io-index"
16225checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
16226dependencies = [
16227 "proc-macro2",
16228 "quote",
16229 "syn 2.0.100",
16230 "wiggle-generate",
16231]
16232
16233[[package]]
16234name = "winapi"
16235version = "0.3.9"
16236source = "registry+https://github.com/rust-lang/crates.io-index"
16237checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
16238dependencies = [
16239 "winapi-i686-pc-windows-gnu",
16240 "winapi-x86_64-pc-windows-gnu",
16241]
16242
16243[[package]]
16244name = "winapi-i686-pc-windows-gnu"
16245version = "0.4.0"
16246source = "registry+https://github.com/rust-lang/crates.io-index"
16247checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
16248
16249[[package]]
16250name = "winapi-util"
16251version = "0.1.9"
16252source = "registry+https://github.com/rust-lang/crates.io-index"
16253checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
16254dependencies = [
16255 "windows-sys 0.59.0",
16256]
16257
16258[[package]]
16259name = "winapi-x86_64-pc-windows-gnu"
16260version = "0.4.0"
16261source = "registry+https://github.com/rust-lang/crates.io-index"
16262checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
16263
16264[[package]]
16265name = "winch-codegen"
16266version = "29.0.1"
16267source = "registry+https://github.com/rust-lang/crates.io-index"
16268checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
16269dependencies = [
16270 "anyhow",
16271 "cranelift-codegen",
16272 "gimli",
16273 "regalloc2",
16274 "smallvec",
16275 "target-lexicon 0.13.2",
16276 "thiserror 1.0.69",
16277 "wasmparser 0.221.3",
16278 "wasmtime-cranelift",
16279 "wasmtime-environ",
16280]
16281
16282[[package]]
16283name = "windows"
16284version = "0.54.0"
16285source = "registry+https://github.com/rust-lang/crates.io-index"
16286checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
16287dependencies = [
16288 "windows-core 0.54.0",
16289 "windows-targets 0.52.6",
16290]
16291
16292[[package]]
16293name = "windows"
16294version = "0.57.0"
16295source = "registry+https://github.com/rust-lang/crates.io-index"
16296checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
16297dependencies = [
16298 "windows-core 0.57.0",
16299 "windows-targets 0.52.6",
16300]
16301
16302[[package]]
16303name = "windows"
16304version = "0.58.0"
16305source = "registry+https://github.com/rust-lang/crates.io-index"
16306checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
16307dependencies = [
16308 "windows-core 0.58.0",
16309 "windows-targets 0.52.6",
16310]
16311
16312[[package]]
16313name = "windows"
16314version = "0.60.0"
16315source = "registry+https://github.com/rust-lang/crates.io-index"
16316checksum = "ddf874e74c7a99773e62b1c671427abf01a425e77c3d3fb9fb1e4883ea934529"
16317dependencies = [
16318 "windows-collections",
16319 "windows-core 0.60.1",
16320 "windows-future",
16321 "windows-link",
16322 "windows-numerics",
16323]
16324
16325[[package]]
16326name = "windows-collections"
16327version = "0.1.1"
16328source = "registry+https://github.com/rust-lang/crates.io-index"
16329checksum = "5467f79cc1ba3f52ebb2ed41dbb459b8e7db636cc3429458d9a852e15bc24dec"
16330dependencies = [
16331 "windows-core 0.60.1",
16332]
16333
16334[[package]]
16335name = "windows-core"
16336version = "0.52.0"
16337source = "registry+https://github.com/rust-lang/crates.io-index"
16338checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
16339dependencies = [
16340 "windows-targets 0.52.6",
16341]
16342
16343[[package]]
16344name = "windows-core"
16345version = "0.54.0"
16346source = "registry+https://github.com/rust-lang/crates.io-index"
16347checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
16348dependencies = [
16349 "windows-result 0.1.2",
16350 "windows-targets 0.52.6",
16351]
16352
16353[[package]]
16354name = "windows-core"
16355version = "0.57.0"
16356source = "registry+https://github.com/rust-lang/crates.io-index"
16357checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
16358dependencies = [
16359 "windows-implement 0.57.0",
16360 "windows-interface 0.57.0",
16361 "windows-result 0.1.2",
16362 "windows-targets 0.52.6",
16363]
16364
16365[[package]]
16366name = "windows-core"
16367version = "0.58.0"
16368source = "registry+https://github.com/rust-lang/crates.io-index"
16369checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
16370dependencies = [
16371 "windows-implement 0.58.0",
16372 "windows-interface 0.58.0",
16373 "windows-result 0.2.0",
16374 "windows-strings 0.1.0",
16375 "windows-targets 0.52.6",
16376]
16377
16378[[package]]
16379name = "windows-core"
16380version = "0.60.1"
16381source = "registry+https://github.com/rust-lang/crates.io-index"
16382checksum = "ca21a92a9cae9bf4ccae5cf8368dce0837100ddf6e6d57936749e85f152f6247"
16383dependencies = [
16384 "windows-implement 0.59.0",
16385 "windows-interface 0.59.0",
16386 "windows-link",
16387 "windows-result 0.3.1",
16388 "windows-strings 0.3.1",
16389]
16390
16391[[package]]
16392name = "windows-future"
16393version = "0.1.1"
16394source = "registry+https://github.com/rust-lang/crates.io-index"
16395checksum = "a787db4595e7eb80239b74ce8babfb1363d8e343ab072f2ffe901400c03349f0"
16396dependencies = [
16397 "windows-core 0.60.1",
16398 "windows-link",
16399]
16400
16401[[package]]
16402name = "windows-implement"
16403version = "0.57.0"
16404source = "registry+https://github.com/rust-lang/crates.io-index"
16405checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
16406dependencies = [
16407 "proc-macro2",
16408 "quote",
16409 "syn 2.0.100",
16410]
16411
16412[[package]]
16413name = "windows-implement"
16414version = "0.58.0"
16415source = "registry+https://github.com/rust-lang/crates.io-index"
16416checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
16417dependencies = [
16418 "proc-macro2",
16419 "quote",
16420 "syn 2.0.100",
16421]
16422
16423[[package]]
16424name = "windows-implement"
16425version = "0.59.0"
16426source = "registry+https://github.com/rust-lang/crates.io-index"
16427checksum = "83577b051e2f49a058c308f17f273b570a6a758386fc291b5f6a934dd84e48c1"
16428dependencies = [
16429 "proc-macro2",
16430 "quote",
16431 "syn 2.0.100",
16432]
16433
16434[[package]]
16435name = "windows-interface"
16436version = "0.57.0"
16437source = "registry+https://github.com/rust-lang/crates.io-index"
16438checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
16439dependencies = [
16440 "proc-macro2",
16441 "quote",
16442 "syn 2.0.100",
16443]
16444
16445[[package]]
16446name = "windows-interface"
16447version = "0.58.0"
16448source = "registry+https://github.com/rust-lang/crates.io-index"
16449checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
16450dependencies = [
16451 "proc-macro2",
16452 "quote",
16453 "syn 2.0.100",
16454]
16455
16456[[package]]
16457name = "windows-interface"
16458version = "0.59.0"
16459source = "registry+https://github.com/rust-lang/crates.io-index"
16460checksum = "cb26fd936d991781ea39e87c3a27285081e3c0da5ca0fcbc02d368cc6f52ff01"
16461dependencies = [
16462 "proc-macro2",
16463 "quote",
16464 "syn 2.0.100",
16465]
16466
16467[[package]]
16468name = "windows-link"
16469version = "0.1.0"
16470source = "registry+https://github.com/rust-lang/crates.io-index"
16471checksum = "6dccfd733ce2b1753b03b6d3c65edf020262ea35e20ccdf3e288043e6dd620e3"
16472
16473[[package]]
16474name = "windows-numerics"
16475version = "0.1.1"
16476source = "registry+https://github.com/rust-lang/crates.io-index"
16477checksum = "005dea54e2f6499f2cee279b8f703b3cf3b5734a2d8d21867c8f44003182eeed"
16478dependencies = [
16479 "windows-core 0.60.1",
16480 "windows-link",
16481]
16482
16483[[package]]
16484name = "windows-registry"
16485version = "0.2.0"
16486source = "registry+https://github.com/rust-lang/crates.io-index"
16487checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
16488dependencies = [
16489 "windows-result 0.2.0",
16490 "windows-strings 0.1.0",
16491 "windows-targets 0.52.6",
16492]
16493
16494[[package]]
16495name = "windows-result"
16496version = "0.1.2"
16497source = "registry+https://github.com/rust-lang/crates.io-index"
16498checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
16499dependencies = [
16500 "windows-targets 0.52.6",
16501]
16502
16503[[package]]
16504name = "windows-result"
16505version = "0.2.0"
16506source = "registry+https://github.com/rust-lang/crates.io-index"
16507checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
16508dependencies = [
16509 "windows-targets 0.52.6",
16510]
16511
16512[[package]]
16513name = "windows-result"
16514version = "0.3.1"
16515source = "registry+https://github.com/rust-lang/crates.io-index"
16516checksum = "06374efe858fab7e4f881500e6e86ec8bc28f9462c47e5a9941a0142ad86b189"
16517dependencies = [
16518 "windows-link",
16519]
16520
16521[[package]]
16522name = "windows-strings"
16523version = "0.1.0"
16524source = "registry+https://github.com/rust-lang/crates.io-index"
16525checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
16526dependencies = [
16527 "windows-result 0.2.0",
16528 "windows-targets 0.52.6",
16529]
16530
16531[[package]]
16532name = "windows-strings"
16533version = "0.3.1"
16534source = "registry+https://github.com/rust-lang/crates.io-index"
16535checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
16536dependencies = [
16537 "windows-link",
16538]
16539
16540[[package]]
16541name = "windows-sys"
16542version = "0.45.0"
16543source = "registry+https://github.com/rust-lang/crates.io-index"
16544checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
16545dependencies = [
16546 "windows-targets 0.42.2",
16547]
16548
16549[[package]]
16550name = "windows-sys"
16551version = "0.48.0"
16552source = "registry+https://github.com/rust-lang/crates.io-index"
16553checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
16554dependencies = [
16555 "windows-targets 0.48.5",
16556]
16557
16558[[package]]
16559name = "windows-sys"
16560version = "0.52.0"
16561source = "registry+https://github.com/rust-lang/crates.io-index"
16562checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
16563dependencies = [
16564 "windows-targets 0.52.6",
16565]
16566
16567[[package]]
16568name = "windows-sys"
16569version = "0.59.0"
16570source = "registry+https://github.com/rust-lang/crates.io-index"
16571checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
16572dependencies = [
16573 "windows-targets 0.52.6",
16574]
16575
16576[[package]]
16577name = "windows-targets"
16578version = "0.42.2"
16579source = "registry+https://github.com/rust-lang/crates.io-index"
16580checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
16581dependencies = [
16582 "windows_aarch64_gnullvm 0.42.2",
16583 "windows_aarch64_msvc 0.42.2",
16584 "windows_i686_gnu 0.42.2",
16585 "windows_i686_msvc 0.42.2",
16586 "windows_x86_64_gnu 0.42.2",
16587 "windows_x86_64_gnullvm 0.42.2",
16588 "windows_x86_64_msvc 0.42.2",
16589]
16590
16591[[package]]
16592name = "windows-targets"
16593version = "0.48.5"
16594source = "registry+https://github.com/rust-lang/crates.io-index"
16595checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
16596dependencies = [
16597 "windows_aarch64_gnullvm 0.48.5",
16598 "windows_aarch64_msvc 0.48.5",
16599 "windows_i686_gnu 0.48.5",
16600 "windows_i686_msvc 0.48.5",
16601 "windows_x86_64_gnu 0.48.5",
16602 "windows_x86_64_gnullvm 0.48.5",
16603 "windows_x86_64_msvc 0.48.5",
16604]
16605
16606[[package]]
16607name = "windows-targets"
16608version = "0.52.6"
16609source = "registry+https://github.com/rust-lang/crates.io-index"
16610checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
16611dependencies = [
16612 "windows_aarch64_gnullvm 0.52.6",
16613 "windows_aarch64_msvc 0.52.6",
16614 "windows_i686_gnu 0.52.6",
16615 "windows_i686_gnullvm",
16616 "windows_i686_msvc 0.52.6",
16617 "windows_x86_64_gnu 0.52.6",
16618 "windows_x86_64_gnullvm 0.52.6",
16619 "windows_x86_64_msvc 0.52.6",
16620]
16621
16622[[package]]
16623name = "windows_aarch64_gnullvm"
16624version = "0.42.2"
16625source = "registry+https://github.com/rust-lang/crates.io-index"
16626checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
16627
16628[[package]]
16629name = "windows_aarch64_gnullvm"
16630version = "0.48.5"
16631source = "registry+https://github.com/rust-lang/crates.io-index"
16632checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
16633
16634[[package]]
16635name = "windows_aarch64_gnullvm"
16636version = "0.52.6"
16637source = "registry+https://github.com/rust-lang/crates.io-index"
16638checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
16639
16640[[package]]
16641name = "windows_aarch64_msvc"
16642version = "0.42.2"
16643source = "registry+https://github.com/rust-lang/crates.io-index"
16644checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
16645
16646[[package]]
16647name = "windows_aarch64_msvc"
16648version = "0.48.5"
16649source = "registry+https://github.com/rust-lang/crates.io-index"
16650checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
16651
16652[[package]]
16653name = "windows_aarch64_msvc"
16654version = "0.52.6"
16655source = "registry+https://github.com/rust-lang/crates.io-index"
16656checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
16657
16658[[package]]
16659name = "windows_i686_gnu"
16660version = "0.42.2"
16661source = "registry+https://github.com/rust-lang/crates.io-index"
16662checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
16663
16664[[package]]
16665name = "windows_i686_gnu"
16666version = "0.48.5"
16667source = "registry+https://github.com/rust-lang/crates.io-index"
16668checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
16669
16670[[package]]
16671name = "windows_i686_gnu"
16672version = "0.52.6"
16673source = "registry+https://github.com/rust-lang/crates.io-index"
16674checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
16675
16676[[package]]
16677name = "windows_i686_gnullvm"
16678version = "0.52.6"
16679source = "registry+https://github.com/rust-lang/crates.io-index"
16680checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
16681
16682[[package]]
16683name = "windows_i686_msvc"
16684version = "0.42.2"
16685source = "registry+https://github.com/rust-lang/crates.io-index"
16686checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
16687
16688[[package]]
16689name = "windows_i686_msvc"
16690version = "0.48.5"
16691source = "registry+https://github.com/rust-lang/crates.io-index"
16692checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
16693
16694[[package]]
16695name = "windows_i686_msvc"
16696version = "0.52.6"
16697source = "registry+https://github.com/rust-lang/crates.io-index"
16698checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
16699
16700[[package]]
16701name = "windows_x86_64_gnu"
16702version = "0.42.2"
16703source = "registry+https://github.com/rust-lang/crates.io-index"
16704checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
16705
16706[[package]]
16707name = "windows_x86_64_gnu"
16708version = "0.48.5"
16709source = "registry+https://github.com/rust-lang/crates.io-index"
16710checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
16711
16712[[package]]
16713name = "windows_x86_64_gnu"
16714version = "0.52.6"
16715source = "registry+https://github.com/rust-lang/crates.io-index"
16716checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
16717
16718[[package]]
16719name = "windows_x86_64_gnullvm"
16720version = "0.42.2"
16721source = "registry+https://github.com/rust-lang/crates.io-index"
16722checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
16723
16724[[package]]
16725name = "windows_x86_64_gnullvm"
16726version = "0.48.5"
16727source = "registry+https://github.com/rust-lang/crates.io-index"
16728checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
16729
16730[[package]]
16731name = "windows_x86_64_gnullvm"
16732version = "0.52.6"
16733source = "registry+https://github.com/rust-lang/crates.io-index"
16734checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
16735
16736[[package]]
16737name = "windows_x86_64_msvc"
16738version = "0.42.2"
16739source = "registry+https://github.com/rust-lang/crates.io-index"
16740checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
16741
16742[[package]]
16743name = "windows_x86_64_msvc"
16744version = "0.48.5"
16745source = "registry+https://github.com/rust-lang/crates.io-index"
16746checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
16747
16748[[package]]
16749name = "windows_x86_64_msvc"
16750version = "0.52.6"
16751source = "registry+https://github.com/rust-lang/crates.io-index"
16752checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
16753
16754[[package]]
16755name = "winnow"
16756version = "0.6.20"
16757source = "registry+https://github.com/rust-lang/crates.io-index"
16758checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
16759dependencies = [
16760 "memchr",
16761]
16762
16763[[package]]
16764name = "winnow"
16765version = "0.7.1"
16766source = "registry+https://github.com/rust-lang/crates.io-index"
16767checksum = "86e376c75f4f43f44db463cf729e0d3acbf954d13e22c51e26e4c264b4ab545f"
16768dependencies = [
16769 "memchr",
16770]
16771
16772[[package]]
16773name = "winreg"
16774version = "0.50.0"
16775source = "registry+https://github.com/rust-lang/crates.io-index"
16776checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
16777dependencies = [
16778 "cfg-if",
16779 "windows-sys 0.48.0",
16780]
16781
16782[[package]]
16783name = "winreg"
16784version = "0.52.0"
16785source = "registry+https://github.com/rust-lang/crates.io-index"
16786checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
16787dependencies = [
16788 "cfg-if",
16789 "windows-sys 0.48.0",
16790]
16791
16792[[package]]
16793name = "winresource"
16794version = "0.1.20"
16795source = "registry+https://github.com/rust-lang/crates.io-index"
16796checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
16797dependencies = [
16798 "toml 0.8.20",
16799 "version_check",
16800]
16801
16802[[package]]
16803name = "winsafe"
16804version = "0.0.19"
16805source = "registry+https://github.com/rust-lang/crates.io-index"
16806checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
16807
16808[[package]]
16809name = "winx"
16810version = "0.36.4"
16811source = "registry+https://github.com/rust-lang/crates.io-index"
16812checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
16813dependencies = [
16814 "bitflags 2.8.0",
16815 "windows-sys 0.59.0",
16816]
16817
16818[[package]]
16819name = "wio"
16820version = "0.2.2"
16821source = "registry+https://github.com/rust-lang/crates.io-index"
16822checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
16823dependencies = [
16824 "winapi",
16825]
16826
16827[[package]]
16828name = "wit-bindgen"
16829version = "0.22.0"
16830source = "registry+https://github.com/rust-lang/crates.io-index"
16831checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
16832dependencies = [
16833 "bitflags 2.8.0",
16834 "wit-bindgen-rt 0.22.0",
16835 "wit-bindgen-rust-macro",
16836]
16837
16838[[package]]
16839name = "wit-bindgen-core"
16840version = "0.22.0"
16841source = "registry+https://github.com/rust-lang/crates.io-index"
16842checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
16843dependencies = [
16844 "anyhow",
16845 "wit-parser 0.201.0",
16846]
16847
16848[[package]]
16849name = "wit-bindgen-rt"
16850version = "0.22.0"
16851source = "registry+https://github.com/rust-lang/crates.io-index"
16852checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
16853
16854[[package]]
16855name = "wit-bindgen-rt"
16856version = "0.33.0"
16857source = "registry+https://github.com/rust-lang/crates.io-index"
16858checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
16859dependencies = [
16860 "bitflags 2.8.0",
16861]
16862
16863[[package]]
16864name = "wit-bindgen-rust"
16865version = "0.22.0"
16866source = "registry+https://github.com/rust-lang/crates.io-index"
16867checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
16868dependencies = [
16869 "anyhow",
16870 "heck 0.4.1",
16871 "indexmap",
16872 "wasm-metadata 0.201.0",
16873 "wit-bindgen-core",
16874 "wit-component 0.201.0",
16875]
16876
16877[[package]]
16878name = "wit-bindgen-rust-macro"
16879version = "0.22.0"
16880source = "registry+https://github.com/rust-lang/crates.io-index"
16881checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
16882dependencies = [
16883 "anyhow",
16884 "proc-macro2",
16885 "quote",
16886 "syn 2.0.100",
16887 "wit-bindgen-core",
16888 "wit-bindgen-rust",
16889]
16890
16891[[package]]
16892name = "wit-component"
16893version = "0.201.0"
16894source = "registry+https://github.com/rust-lang/crates.io-index"
16895checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
16896dependencies = [
16897 "anyhow",
16898 "bitflags 2.8.0",
16899 "indexmap",
16900 "log",
16901 "serde",
16902 "serde_derive",
16903 "serde_json",
16904 "wasm-encoder 0.201.0",
16905 "wasm-metadata 0.201.0",
16906 "wasmparser 0.201.0",
16907 "wit-parser 0.201.0",
16908]
16909
16910[[package]]
16911name = "wit-component"
16912version = "0.221.3"
16913source = "registry+https://github.com/rust-lang/crates.io-index"
16914checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
16915dependencies = [
16916 "anyhow",
16917 "bitflags 2.8.0",
16918 "indexmap",
16919 "log",
16920 "serde",
16921 "serde_derive",
16922 "serde_json",
16923 "wasm-encoder 0.221.3",
16924 "wasm-metadata 0.221.3",
16925 "wasmparser 0.221.3",
16926 "wit-parser 0.221.3",
16927]
16928
16929[[package]]
16930name = "wit-parser"
16931version = "0.201.0"
16932source = "registry+https://github.com/rust-lang/crates.io-index"
16933checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
16934dependencies = [
16935 "anyhow",
16936 "id-arena",
16937 "indexmap",
16938 "log",
16939 "semver",
16940 "serde",
16941 "serde_derive",
16942 "serde_json",
16943 "unicode-xid",
16944 "wasmparser 0.201.0",
16945]
16946
16947[[package]]
16948name = "wit-parser"
16949version = "0.221.3"
16950source = "registry+https://github.com/rust-lang/crates.io-index"
16951checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
16952dependencies = [
16953 "anyhow",
16954 "id-arena",
16955 "indexmap",
16956 "log",
16957 "semver",
16958 "serde",
16959 "serde_derive",
16960 "serde_json",
16961 "unicode-xid",
16962 "wasmparser 0.221.3",
16963]
16964
16965[[package]]
16966name = "witx"
16967version = "0.9.1"
16968source = "registry+https://github.com/rust-lang/crates.io-index"
16969checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
16970dependencies = [
16971 "anyhow",
16972 "log",
16973 "thiserror 1.0.69",
16974 "wast",
16975]
16976
16977[[package]]
16978name = "workspace"
16979version = "0.1.0"
16980dependencies = [
16981 "any_vec",
16982 "anyhow",
16983 "async-recursion 1.1.1",
16984 "bincode",
16985 "call",
16986 "client",
16987 "clock",
16988 "collections",
16989 "component",
16990 "db",
16991 "derive_more",
16992 "env_logger 0.11.7",
16993 "fs",
16994 "futures 0.3.31",
16995 "gpui",
16996 "http_client",
16997 "itertools 0.14.0",
16998 "language",
16999 "log",
17000 "node_runtime",
17001 "parking_lot",
17002 "postage",
17003 "project",
17004 "remote",
17005 "schemars",
17006 "serde",
17007 "serde_json",
17008 "session",
17009 "settings",
17010 "smallvec",
17011 "sqlez",
17012 "strum",
17013 "task",
17014 "telemetry",
17015 "tempfile",
17016 "theme",
17017 "ui",
17018 "util",
17019 "uuid",
17020 "zed_actions",
17021]
17022
17023[[package]]
17024name = "worktree"
17025version = "0.1.0"
17026dependencies = [
17027 "anyhow",
17028 "clock",
17029 "collections",
17030 "env_logger 0.11.7",
17031 "fs",
17032 "futures 0.3.31",
17033 "fuzzy",
17034 "git",
17035 "git2",
17036 "git_hosting_providers",
17037 "gpui",
17038 "http_client",
17039 "ignore",
17040 "language",
17041 "log",
17042 "parking_lot",
17043 "paths",
17044 "postage",
17045 "pretty_assertions",
17046 "rand 0.8.5",
17047 "rpc",
17048 "schemars",
17049 "serde",
17050 "serde_json",
17051 "settings",
17052 "smallvec",
17053 "smol",
17054 "sum_tree",
17055 "text",
17056 "util",
17057]
17058
17059[[package]]
17060name = "write16"
17061version = "1.0.0"
17062source = "registry+https://github.com/rust-lang/crates.io-index"
17063checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
17064
17065[[package]]
17066name = "writeable"
17067version = "0.5.5"
17068source = "registry+https://github.com/rust-lang/crates.io-index"
17069checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
17070
17071[[package]]
17072name = "wyz"
17073version = "0.5.1"
17074source = "registry+https://github.com/rust-lang/crates.io-index"
17075checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
17076dependencies = [
17077 "tap",
17078]
17079
17080[[package]]
17081name = "x11-clipboard"
17082version = "0.9.3"
17083source = "registry+https://github.com/rust-lang/crates.io-index"
17084checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
17085dependencies = [
17086 "libc",
17087 "x11rb",
17088]
17089
17090[[package]]
17091name = "x11rb"
17092version = "0.13.1"
17093source = "registry+https://github.com/rust-lang/crates.io-index"
17094checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
17095dependencies = [
17096 "as-raw-xcb-connection",
17097 "gethostname",
17098 "libc",
17099 "rustix",
17100 "x11rb-protocol",
17101]
17102
17103[[package]]
17104name = "x11rb-protocol"
17105version = "0.13.1"
17106source = "registry+https://github.com/rust-lang/crates.io-index"
17107checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
17108
17109[[package]]
17110name = "xattr"
17111version = "0.2.3"
17112source = "registry+https://github.com/rust-lang/crates.io-index"
17113checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
17114dependencies = [
17115 "libc",
17116]
17117
17118[[package]]
17119name = "xcursor"
17120version = "0.3.8"
17121source = "registry+https://github.com/rust-lang/crates.io-index"
17122checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
17123
17124[[package]]
17125name = "xdg-home"
17126version = "1.3.0"
17127source = "registry+https://github.com/rust-lang/crates.io-index"
17128checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
17129dependencies = [
17130 "libc",
17131 "windows-sys 0.59.0",
17132]
17133
17134[[package]]
17135name = "xim"
17136version = "0.4.0"
17137source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17138dependencies = [
17139 "ahash 0.8.11",
17140 "hashbrown 0.14.5",
17141 "log",
17142 "x11rb",
17143 "xim-ctext",
17144 "xim-parser",
17145]
17146
17147[[package]]
17148name = "xim-ctext"
17149version = "0.3.0"
17150source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17151dependencies = [
17152 "encoding_rs",
17153]
17154
17155[[package]]
17156name = "xim-parser"
17157version = "0.2.1"
17158source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17159dependencies = [
17160 "bitflags 2.8.0",
17161]
17162
17163[[package]]
17164name = "xkbcommon"
17165version = "0.7.0"
17166source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
17167dependencies = [
17168 "as-raw-xcb-connection",
17169 "libc",
17170 "memmap2",
17171 "xkeysym",
17172]
17173
17174[[package]]
17175name = "xkeysym"
17176version = "0.2.1"
17177source = "registry+https://github.com/rust-lang/crates.io-index"
17178checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
17179
17180[[package]]
17181name = "xml5ever"
17182version = "0.18.1"
17183source = "registry+https://github.com/rust-lang/crates.io-index"
17184checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
17185dependencies = [
17186 "log",
17187 "mac",
17188 "markup5ever",
17189]
17190
17191[[package]]
17192name = "xmlparser"
17193version = "0.13.6"
17194source = "registry+https://github.com/rust-lang/crates.io-index"
17195checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
17196
17197[[package]]
17198name = "xmlwriter"
17199version = "0.1.0"
17200source = "registry+https://github.com/rust-lang/crates.io-index"
17201checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
17202
17203[[package]]
17204name = "xtask"
17205version = "0.1.0"
17206dependencies = [
17207 "anyhow",
17208 "cargo_metadata",
17209 "cargo_toml",
17210 "clap",
17211]
17212
17213[[package]]
17214name = "yaml-rust2"
17215version = "0.8.1"
17216source = "registry+https://github.com/rust-lang/crates.io-index"
17217checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
17218dependencies = [
17219 "arraydeque",
17220 "encoding_rs",
17221 "hashlink 0.8.4",
17222]
17223
17224[[package]]
17225name = "yansi"
17226version = "1.0.1"
17227source = "registry+https://github.com/rust-lang/crates.io-index"
17228checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
17229
17230[[package]]
17231name = "yazi"
17232version = "0.1.6"
17233source = "registry+https://github.com/rust-lang/crates.io-index"
17234checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
17235
17236[[package]]
17237name = "yeslogic-fontconfig-sys"
17238version = "6.0.0"
17239source = "registry+https://github.com/rust-lang/crates.io-index"
17240checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
17241dependencies = [
17242 "dlib",
17243 "once_cell",
17244 "pkg-config",
17245]
17246
17247[[package]]
17248name = "yoke"
17249version = "0.7.5"
17250source = "registry+https://github.com/rust-lang/crates.io-index"
17251checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
17252dependencies = [
17253 "serde",
17254 "stable_deref_trait",
17255 "yoke-derive",
17256 "zerofrom",
17257]
17258
17259[[package]]
17260name = "yoke-derive"
17261version = "0.7.5"
17262source = "registry+https://github.com/rust-lang/crates.io-index"
17263checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
17264dependencies = [
17265 "proc-macro2",
17266 "quote",
17267 "syn 2.0.100",
17268 "synstructure",
17269]
17270
17271[[package]]
17272name = "zbus"
17273version = "5.5.0"
17274source = "registry+https://github.com/rust-lang/crates.io-index"
17275checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
17276dependencies = [
17277 "async-broadcast",
17278 "async-executor",
17279 "async-fs",
17280 "async-io",
17281 "async-lock",
17282 "async-process",
17283 "async-recursion 1.1.1",
17284 "async-task",
17285 "async-trait",
17286 "blocking",
17287 "enumflags2",
17288 "event-listener 5.3.1",
17289 "futures-core",
17290 "futures-lite 2.6.0",
17291 "hex",
17292 "nix",
17293 "ordered-stream",
17294 "serde",
17295 "serde_repr",
17296 "static_assertions",
17297 "tracing",
17298 "uds_windows",
17299 "windows-sys 0.59.0",
17300 "winnow 0.7.1",
17301 "xdg-home",
17302 "zbus_macros",
17303 "zbus_names",
17304 "zvariant",
17305]
17306
17307[[package]]
17308name = "zbus_macros"
17309version = "5.5.0"
17310source = "registry+https://github.com/rust-lang/crates.io-index"
17311checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
17312dependencies = [
17313 "proc-macro-crate",
17314 "proc-macro2",
17315 "quote",
17316 "syn 2.0.100",
17317 "zbus_names",
17318 "zvariant",
17319 "zvariant_utils",
17320]
17321
17322[[package]]
17323name = "zbus_names"
17324version = "4.1.0"
17325source = "registry+https://github.com/rust-lang/crates.io-index"
17326checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
17327dependencies = [
17328 "serde",
17329 "static_assertions",
17330 "winnow 0.6.20",
17331 "zvariant",
17332]
17333
17334[[package]]
17335name = "zed"
17336version = "0.180.0"
17337dependencies = [
17338 "activity_indicator",
17339 "anyhow",
17340 "ashpd",
17341 "assets",
17342 "assistant",
17343 "assistant2",
17344 "assistant_context_editor",
17345 "assistant_settings",
17346 "assistant_tools",
17347 "async-watch",
17348 "audio",
17349 "auto_update",
17350 "auto_update_ui",
17351 "backtrace",
17352 "breadcrumbs",
17353 "call",
17354 "channel",
17355 "chrono",
17356 "clap",
17357 "cli",
17358 "client",
17359 "collab_ui",
17360 "collections",
17361 "command_palette",
17362 "command_palette_hooks",
17363 "component_preview",
17364 "copilot",
17365 "db",
17366 "debugger_tools",
17367 "debugger_ui",
17368 "diagnostics",
17369 "editor",
17370 "env_logger 0.11.7",
17371 "extension",
17372 "extension_host",
17373 "extensions_ui",
17374 "feature_flags",
17375 "feedback",
17376 "file_finder",
17377 "fs",
17378 "futures 0.3.31",
17379 "git",
17380 "git_hosting_providers",
17381 "git_ui",
17382 "go_to_line",
17383 "gpui",
17384 "gpui_tokio",
17385 "http_client",
17386 "image_viewer",
17387 "inline_completion_button",
17388 "install_cli",
17389 "journal",
17390 "language",
17391 "language_extension",
17392 "language_model",
17393 "language_models",
17394 "language_selector",
17395 "language_tools",
17396 "languages",
17397 "libc",
17398 "log",
17399 "markdown_preview",
17400 "menu",
17401 "migrator",
17402 "mimalloc",
17403 "nix",
17404 "node_runtime",
17405 "notifications",
17406 "outline",
17407 "outline_panel",
17408 "parking_lot",
17409 "paths",
17410 "picker",
17411 "profiling",
17412 "project",
17413 "project_panel",
17414 "project_symbols",
17415 "prompt_store",
17416 "proto",
17417 "recent_projects",
17418 "release_channel",
17419 "remote",
17420 "repl",
17421 "reqwest_client",
17422 "rope",
17423 "search",
17424 "serde",
17425 "serde_json",
17426 "session",
17427 "settings",
17428 "settings_ui",
17429 "shellexpand 2.1.2",
17430 "simplelog",
17431 "smol",
17432 "snippet_provider",
17433 "snippets_ui",
17434 "supermaven",
17435 "sysinfo",
17436 "tab_switcher",
17437 "task",
17438 "tasks_ui",
17439 "telemetry",
17440 "telemetry_events",
17441 "terminal_view",
17442 "theme",
17443 "theme_extension",
17444 "theme_selector",
17445 "time",
17446 "toolchain_selector",
17447 "tree-sitter-md",
17448 "tree-sitter-rust",
17449 "ui",
17450 "ui_prompt",
17451 "url",
17452 "urlencoding",
17453 "util",
17454 "uuid",
17455 "vim",
17456 "vim_mode_setting",
17457 "welcome",
17458 "windows 0.60.0",
17459 "winresource",
17460 "workspace",
17461 "zed_actions",
17462 "zeta",
17463]
17464
17465[[package]]
17466name = "zed_actions"
17467version = "0.1.0"
17468dependencies = [
17469 "gpui",
17470 "schemars",
17471 "serde",
17472]
17473
17474[[package]]
17475name = "zed_emmet"
17476version = "0.0.3"
17477dependencies = [
17478 "zed_extension_api 0.1.0",
17479]
17480
17481[[package]]
17482name = "zed_extension_api"
17483version = "0.1.0"
17484source = "registry+https://github.com/rust-lang/crates.io-index"
17485checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
17486dependencies = [
17487 "serde",
17488 "serde_json",
17489 "wit-bindgen",
17490]
17491
17492[[package]]
17493name = "zed_extension_api"
17494version = "0.3.0"
17495dependencies = [
17496 "serde",
17497 "serde_json",
17498 "wit-bindgen",
17499]
17500
17501[[package]]
17502name = "zed_glsl"
17503version = "0.1.0"
17504dependencies = [
17505 "zed_extension_api 0.1.0",
17506]
17507
17508[[package]]
17509name = "zed_html"
17510version = "0.1.6"
17511dependencies = [
17512 "zed_extension_api 0.1.0",
17513]
17514
17515[[package]]
17516name = "zed_llm_client"
17517version = "0.4.1"
17518source = "registry+https://github.com/rust-lang/crates.io-index"
17519checksum = "1bf21350eced858d129840589158a8f6895c4fa4327ae56dd8c7d6a98495bed4"
17520dependencies = [
17521 "serde",
17522 "serde_json",
17523 "uuid",
17524]
17525
17526[[package]]
17527name = "zed_proto"
17528version = "0.2.1"
17529dependencies = [
17530 "zed_extension_api 0.1.0",
17531]
17532
17533[[package]]
17534name = "zed_ruff"
17535version = "0.1.0"
17536dependencies = [
17537 "zed_extension_api 0.1.0",
17538]
17539
17540[[package]]
17541name = "zed_snippets"
17542version = "0.0.5"
17543dependencies = [
17544 "serde_json",
17545 "zed_extension_api 0.1.0",
17546]
17547
17548[[package]]
17549name = "zed_test_extension"
17550version = "0.1.0"
17551dependencies = [
17552 "zed_extension_api 0.3.0",
17553]
17554
17555[[package]]
17556name = "zed_toml"
17557version = "0.1.3"
17558dependencies = [
17559 "zed_extension_api 0.1.0",
17560]
17561
17562[[package]]
17563name = "zeno"
17564version = "0.2.3"
17565source = "registry+https://github.com/rust-lang/crates.io-index"
17566checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
17567
17568[[package]]
17569name = "zerocopy"
17570version = "0.7.35"
17571source = "registry+https://github.com/rust-lang/crates.io-index"
17572checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
17573dependencies = [
17574 "byteorder",
17575 "zerocopy-derive 0.7.35",
17576]
17577
17578[[package]]
17579name = "zerocopy"
17580version = "0.8.18"
17581source = "registry+https://github.com/rust-lang/crates.io-index"
17582checksum = "79386d31a42a4996e3336b0919ddb90f81112af416270cff95b5f5af22b839c2"
17583dependencies = [
17584 "zerocopy-derive 0.8.18",
17585]
17586
17587[[package]]
17588name = "zerocopy-derive"
17589version = "0.7.35"
17590source = "registry+https://github.com/rust-lang/crates.io-index"
17591checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
17592dependencies = [
17593 "proc-macro2",
17594 "quote",
17595 "syn 2.0.100",
17596]
17597
17598[[package]]
17599name = "zerocopy-derive"
17600version = "0.8.18"
17601source = "registry+https://github.com/rust-lang/crates.io-index"
17602checksum = "76331675d372f91bf8d17e13afbd5fe639200b73d01f0fc748bb059f9cca2db7"
17603dependencies = [
17604 "proc-macro2",
17605 "quote",
17606 "syn 2.0.100",
17607]
17608
17609[[package]]
17610name = "zerofrom"
17611version = "0.1.5"
17612source = "registry+https://github.com/rust-lang/crates.io-index"
17613checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
17614dependencies = [
17615 "zerofrom-derive",
17616]
17617
17618[[package]]
17619name = "zerofrom-derive"
17620version = "0.1.5"
17621source = "registry+https://github.com/rust-lang/crates.io-index"
17622checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
17623dependencies = [
17624 "proc-macro2",
17625 "quote",
17626 "syn 2.0.100",
17627 "synstructure",
17628]
17629
17630[[package]]
17631name = "zeroize"
17632version = "1.8.1"
17633source = "registry+https://github.com/rust-lang/crates.io-index"
17634checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
17635dependencies = [
17636 "zeroize_derive",
17637]
17638
17639[[package]]
17640name = "zeroize_derive"
17641version = "1.4.2"
17642source = "registry+https://github.com/rust-lang/crates.io-index"
17643checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
17644dependencies = [
17645 "proc-macro2",
17646 "quote",
17647 "syn 2.0.100",
17648]
17649
17650[[package]]
17651name = "zeromq"
17652version = "0.5.0-pre"
17653source = "registry+https://github.com/rust-lang/crates.io-index"
17654checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
17655dependencies = [
17656 "async-dispatcher",
17657 "async-std",
17658 "async-trait",
17659 "asynchronous-codec",
17660 "bytes 1.10.1",
17661 "crossbeam-queue",
17662 "dashmap 5.5.3",
17663 "futures 0.3.31",
17664 "log",
17665 "num-traits",
17666 "once_cell",
17667 "parking_lot",
17668 "rand 0.8.5",
17669 "regex",
17670 "thiserror 1.0.69",
17671 "uuid",
17672]
17673
17674[[package]]
17675name = "zerovec"
17676version = "0.10.4"
17677source = "registry+https://github.com/rust-lang/crates.io-index"
17678checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
17679dependencies = [
17680 "yoke",
17681 "zerofrom",
17682 "zerovec-derive",
17683]
17684
17685[[package]]
17686name = "zerovec-derive"
17687version = "0.10.3"
17688source = "registry+https://github.com/rust-lang/crates.io-index"
17689checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
17690dependencies = [
17691 "proc-macro2",
17692 "quote",
17693 "syn 2.0.100",
17694]
17695
17696[[package]]
17697name = "zeta"
17698version = "0.1.0"
17699dependencies = [
17700 "anyhow",
17701 "arrayvec",
17702 "call",
17703 "chrono",
17704 "client",
17705 "clock",
17706 "collections",
17707 "command_palette_hooks",
17708 "ctor",
17709 "db",
17710 "editor",
17711 "env_logger 0.11.7",
17712 "feature_flags",
17713 "fs",
17714 "futures 0.3.31",
17715 "gpui",
17716 "http_client",
17717 "indoc",
17718 "inline_completion",
17719 "language",
17720 "language_model",
17721 "log",
17722 "menu",
17723 "migrator",
17724 "paths",
17725 "postage",
17726 "project",
17727 "regex",
17728 "release_channel",
17729 "reqwest_client",
17730 "rpc",
17731 "serde",
17732 "serde_json",
17733 "settings",
17734 "telemetry",
17735 "telemetry_events",
17736 "theme",
17737 "thiserror 2.0.12",
17738 "tree-sitter-go",
17739 "tree-sitter-rust",
17740 "ui",
17741 "unindent",
17742 "util",
17743 "uuid",
17744 "workspace",
17745 "worktree",
17746 "zed_actions",
17747 "zed_llm_client",
17748]
17749
17750[[package]]
17751name = "zip"
17752version = "0.6.6"
17753source = "registry+https://github.com/rust-lang/crates.io-index"
17754checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
17755dependencies = [
17756 "aes",
17757 "byteorder",
17758 "bzip2",
17759 "constant_time_eq 0.1.5",
17760 "crc32fast",
17761 "crossbeam-utils",
17762 "flate2",
17763 "hmac",
17764 "pbkdf2 0.11.0",
17765 "sha1",
17766 "time",
17767 "zstd",
17768]
17769
17770[[package]]
17771name = "zstd"
17772version = "0.11.2+zstd.1.5.2"
17773source = "registry+https://github.com/rust-lang/crates.io-index"
17774checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
17775dependencies = [
17776 "zstd-safe",
17777]
17778
17779[[package]]
17780name = "zstd-safe"
17781version = "5.0.2+zstd.1.5.2"
17782source = "registry+https://github.com/rust-lang/crates.io-index"
17783checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
17784dependencies = [
17785 "libc",
17786 "zstd-sys",
17787]
17788
17789[[package]]
17790name = "zstd-sys"
17791version = "2.0.13+zstd.1.5.6"
17792source = "registry+https://github.com/rust-lang/crates.io-index"
17793checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
17794dependencies = [
17795 "cc",
17796 "pkg-config",
17797]
17798
17799[[package]]
17800name = "zune-core"
17801version = "0.4.12"
17802source = "registry+https://github.com/rust-lang/crates.io-index"
17803checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
17804
17805[[package]]
17806name = "zune-inflate"
17807version = "0.2.54"
17808source = "registry+https://github.com/rust-lang/crates.io-index"
17809checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
17810dependencies = [
17811 "simd-adler32",
17812]
17813
17814[[package]]
17815name = "zune-jpeg"
17816version = "0.4.13"
17817source = "registry+https://github.com/rust-lang/crates.io-index"
17818checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
17819dependencies = [
17820 "zune-core",
17821]
17822
17823[[package]]
17824name = "zvariant"
17825version = "5.4.0"
17826source = "registry+https://github.com/rust-lang/crates.io-index"
17827checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
17828dependencies = [
17829 "endi",
17830 "enumflags2",
17831 "serde",
17832 "static_assertions",
17833 "url",
17834 "winnow 0.7.1",
17835 "zvariant_derive",
17836 "zvariant_utils",
17837]
17838
17839[[package]]
17840name = "zvariant_derive"
17841version = "5.4.0"
17842source = "registry+https://github.com/rust-lang/crates.io-index"
17843checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
17844dependencies = [
17845 "proc-macro-crate",
17846 "proc-macro2",
17847 "quote",
17848 "syn 2.0.100",
17849 "zvariant_utils",
17850]
17851
17852[[package]]
17853name = "zvariant_utils"
17854version = "3.2.0"
17855source = "registry+https://github.com/rust-lang/crates.io-index"
17856checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
17857dependencies = [
17858 "proc-macro2",
17859 "quote",
17860 "serde",
17861 "static_assertions",
17862 "syn 2.0.100",
17863 "winnow 0.7.1",
17864]