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.23",
 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.12.1",
 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.12.1",
 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.52.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.52.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.3.11"
 4079source = "registry+https://github.com/rust-lang/crates.io-index"
 4080checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
 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.52.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 "anyhow",
 4931 "bitflags 2.8.0",
 4932 "client",
 4933 "db",
 4934 "editor",
 4935 "futures 0.3.31",
 4936 "gpui",
 4937 "http_client",
 4938 "human_bytes",
 4939 "language",
 4940 "log",
 4941 "menu",
 4942 "project",
 4943 "regex",
 4944 "release_channel",
 4945 "serde",
 4946 "serde_derive",
 4947 "serde_json",
 4948 "smol",
 4949 "sysinfo",
 4950 "ui",
 4951 "urlencoding",
 4952 "util",
 4953 "workspace",
 4954 "zed_actions",
 4955]
 4956
 4957[[package]]
 4958name = "ff"
 4959version = "0.12.1"
 4960source = "registry+https://github.com/rust-lang/crates.io-index"
 4961checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 4962dependencies = [
 4963 "rand_core 0.6.4",
 4964 "subtle",
 4965]
 4966
 4967[[package]]
 4968name = "file_finder"
 4969version = "0.1.0"
 4970dependencies = [
 4971 "anyhow",
 4972 "collections",
 4973 "ctor",
 4974 "editor",
 4975 "env_logger 0.11.7",
 4976 "file_icons",
 4977 "futures 0.3.31",
 4978 "fuzzy",
 4979 "gpui",
 4980 "language",
 4981 "menu",
 4982 "picker",
 4983 "project",
 4984 "schemars",
 4985 "serde",
 4986 "serde_derive",
 4987 "serde_json",
 4988 "settings",
 4989 "text",
 4990 "theme",
 4991 "ui",
 4992 "util",
 4993 "workspace",
 4994]
 4995
 4996[[package]]
 4997name = "file_icons"
 4998version = "0.1.0"
 4999dependencies = [
 5000 "gpui",
 5001 "serde",
 5002 "settings",
 5003 "theme",
 5004 "util",
 5005]
 5006
 5007[[package]]
 5008name = "filedescriptor"
 5009version = "0.8.3"
 5010source = "registry+https://github.com/rust-lang/crates.io-index"
 5011checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 5012dependencies = [
 5013 "libc",
 5014 "thiserror 1.0.69",
 5015 "winapi",
 5016]
 5017
 5018[[package]]
 5019name = "filetime"
 5020version = "0.2.25"
 5021source = "registry+https://github.com/rust-lang/crates.io-index"
 5022checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
 5023dependencies = [
 5024 "cfg-if",
 5025 "libc",
 5026 "libredox",
 5027 "windows-sys 0.59.0",
 5028]
 5029
 5030[[package]]
 5031name = "fixedbitset"
 5032version = "0.4.2"
 5033source = "registry+https://github.com/rust-lang/crates.io-index"
 5034checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 5035
 5036[[package]]
 5037name = "flate2"
 5038version = "1.0.35"
 5039source = "registry+https://github.com/rust-lang/crates.io-index"
 5040checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
 5041dependencies = [
 5042 "crc32fast",
 5043 "miniz_oxide",
 5044]
 5045
 5046[[package]]
 5047name = "float-cmp"
 5048version = "0.9.0"
 5049source = "registry+https://github.com/rust-lang/crates.io-index"
 5050checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 5051
 5052[[package]]
 5053name = "float-ord"
 5054version = "0.3.2"
 5055source = "registry+https://github.com/rust-lang/crates.io-index"
 5056checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 5057
 5058[[package]]
 5059name = "float_next_after"
 5060version = "1.0.0"
 5061source = "registry+https://github.com/rust-lang/crates.io-index"
 5062checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 5063
 5064[[package]]
 5065name = "flume"
 5066version = "0.11.1"
 5067source = "registry+https://github.com/rust-lang/crates.io-index"
 5068checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 5069dependencies = [
 5070 "futures-core",
 5071 "futures-sink",
 5072 "nanorand",
 5073 "spin",
 5074]
 5075
 5076[[package]]
 5077name = "fnv"
 5078version = "1.0.7"
 5079source = "registry+https://github.com/rust-lang/crates.io-index"
 5080checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 5081
 5082[[package]]
 5083name = "foldhash"
 5084version = "0.1.3"
 5085source = "registry+https://github.com/rust-lang/crates.io-index"
 5086checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
 5087
 5088[[package]]
 5089name = "font-kit"
 5090version = "0.14.1"
 5091source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
 5092dependencies = [
 5093 "bitflags 2.8.0",
 5094 "byteorder",
 5095 "core-foundation 0.9.4",
 5096 "core-graphics 0.23.2",
 5097 "core-text",
 5098 "dirs 5.0.1",
 5099 "dwrote",
 5100 "float-ord",
 5101 "freetype-sys",
 5102 "lazy_static",
 5103 "libc",
 5104 "log",
 5105 "pathfinder_geometry",
 5106 "pathfinder_simd",
 5107 "walkdir",
 5108 "winapi",
 5109 "yeslogic-fontconfig-sys",
 5110]
 5111
 5112[[package]]
 5113name = "font-types"
 5114version = "0.7.3"
 5115source = "registry+https://github.com/rust-lang/crates.io-index"
 5116checksum = "b3971f9a5ca983419cdc386941ba3b9e1feba01a0ab888adf78739feb2798492"
 5117dependencies = [
 5118 "bytemuck",
 5119]
 5120
 5121[[package]]
 5122name = "fontconfig-parser"
 5123version = "0.5.7"
 5124source = "registry+https://github.com/rust-lang/crates.io-index"
 5125checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
 5126dependencies = [
 5127 "roxmltree",
 5128]
 5129
 5130[[package]]
 5131name = "fontdb"
 5132version = "0.18.0"
 5133source = "registry+https://github.com/rust-lang/crates.io-index"
 5134checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
 5135dependencies = [
 5136 "fontconfig-parser",
 5137 "log",
 5138 "memmap2",
 5139 "slotmap",
 5140 "tinyvec",
 5141 "ttf-parser 0.21.1",
 5142]
 5143
 5144[[package]]
 5145name = "fontdb"
 5146version = "0.23.0"
 5147source = "registry+https://github.com/rust-lang/crates.io-index"
 5148checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 5149dependencies = [
 5150 "fontconfig-parser",
 5151 "log",
 5152 "memmap2",
 5153 "slotmap",
 5154 "tinyvec",
 5155 "ttf-parser 0.25.1",
 5156]
 5157
 5158[[package]]
 5159name = "foreign-types"
 5160version = "0.3.2"
 5161source = "registry+https://github.com/rust-lang/crates.io-index"
 5162checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 5163dependencies = [
 5164 "foreign-types-shared 0.1.1",
 5165]
 5166
 5167[[package]]
 5168name = "foreign-types"
 5169version = "0.5.0"
 5170source = "registry+https://github.com/rust-lang/crates.io-index"
 5171checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 5172dependencies = [
 5173 "foreign-types-macros",
 5174 "foreign-types-shared 0.3.1",
 5175]
 5176
 5177[[package]]
 5178name = "foreign-types-macros"
 5179version = "0.2.3"
 5180source = "registry+https://github.com/rust-lang/crates.io-index"
 5181checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 5182dependencies = [
 5183 "proc-macro2",
 5184 "quote",
 5185 "syn 2.0.100",
 5186]
 5187
 5188[[package]]
 5189name = "foreign-types-shared"
 5190version = "0.1.1"
 5191source = "registry+https://github.com/rust-lang/crates.io-index"
 5192checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 5193
 5194[[package]]
 5195name = "foreign-types-shared"
 5196version = "0.3.1"
 5197source = "registry+https://github.com/rust-lang/crates.io-index"
 5198checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 5199
 5200[[package]]
 5201name = "fork"
 5202version = "0.2.0"
 5203source = "registry+https://github.com/rust-lang/crates.io-index"
 5204checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
 5205dependencies = [
 5206 "libc",
 5207]
 5208
 5209[[package]]
 5210name = "form_urlencoded"
 5211version = "1.2.1"
 5212source = "registry+https://github.com/rust-lang/crates.io-index"
 5213checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
 5214dependencies = [
 5215 "percent-encoding",
 5216]
 5217
 5218[[package]]
 5219name = "freetype-sys"
 5220version = "0.20.1"
 5221source = "registry+https://github.com/rust-lang/crates.io-index"
 5222checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 5223dependencies = [
 5224 "cc",
 5225 "libc",
 5226 "pkg-config",
 5227]
 5228
 5229[[package]]
 5230name = "fs"
 5231version = "0.1.0"
 5232dependencies = [
 5233 "anyhow",
 5234 "ashpd",
 5235 "async-tar",
 5236 "async-trait",
 5237 "cocoa 0.26.0",
 5238 "collections",
 5239 "fsevent",
 5240 "futures 0.3.31",
 5241 "git",
 5242 "gpui",
 5243 "ignore",
 5244 "libc",
 5245 "log",
 5246 "notify 6.1.1",
 5247 "objc",
 5248 "parking_lot",
 5249 "paths",
 5250 "proto",
 5251 "rope",
 5252 "serde",
 5253 "serde_json",
 5254 "smol",
 5255 "tempfile",
 5256 "text",
 5257 "time",
 5258 "util",
 5259 "windows 0.60.0",
 5260]
 5261
 5262[[package]]
 5263name = "fs-set-times"
 5264version = "0.20.2"
 5265source = "registry+https://github.com/rust-lang/crates.io-index"
 5266checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
 5267dependencies = [
 5268 "io-lifetimes",
 5269 "rustix",
 5270 "windows-sys 0.52.0",
 5271]
 5272
 5273[[package]]
 5274name = "fs2"
 5275version = "0.4.3"
 5276source = "registry+https://github.com/rust-lang/crates.io-index"
 5277checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 5278dependencies = [
 5279 "libc",
 5280 "winapi",
 5281]
 5282
 5283[[package]]
 5284name = "fs_extra"
 5285version = "1.3.0"
 5286source = "registry+https://github.com/rust-lang/crates.io-index"
 5287checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 5288
 5289[[package]]
 5290name = "fsevent"
 5291version = "0.1.0"
 5292dependencies = [
 5293 "bitflags 2.8.0",
 5294 "core-foundation 0.9.4",
 5295 "fsevent-sys 3.1.0",
 5296 "parking_lot",
 5297 "tempfile",
 5298]
 5299
 5300[[package]]
 5301name = "fsevent-sys"
 5302version = "3.1.0"
 5303source = "registry+https://github.com/rust-lang/crates.io-index"
 5304checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
 5305dependencies = [
 5306 "libc",
 5307]
 5308
 5309[[package]]
 5310name = "fsevent-sys"
 5311version = "4.1.0"
 5312source = "registry+https://github.com/rust-lang/crates.io-index"
 5313checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 5314dependencies = [
 5315 "libc",
 5316]
 5317
 5318[[package]]
 5319name = "funty"
 5320version = "2.0.0"
 5321source = "registry+https://github.com/rust-lang/crates.io-index"
 5322checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 5323
 5324[[package]]
 5325name = "futf"
 5326version = "0.1.5"
 5327source = "registry+https://github.com/rust-lang/crates.io-index"
 5328checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 5329dependencies = [
 5330 "mac",
 5331 "new_debug_unreachable",
 5332]
 5333
 5334[[package]]
 5335name = "futures"
 5336version = "0.1.31"
 5337source = "registry+https://github.com/rust-lang/crates.io-index"
 5338checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 5339
 5340[[package]]
 5341name = "futures"
 5342version = "0.3.31"
 5343source = "registry+https://github.com/rust-lang/crates.io-index"
 5344checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 5345dependencies = [
 5346 "futures-channel",
 5347 "futures-core",
 5348 "futures-executor",
 5349 "futures-io",
 5350 "futures-sink",
 5351 "futures-task",
 5352 "futures-util",
 5353]
 5354
 5355[[package]]
 5356name = "futures-batch"
 5357version = "0.6.1"
 5358source = "registry+https://github.com/rust-lang/crates.io-index"
 5359checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
 5360dependencies = [
 5361 "futures 0.3.31",
 5362 "futures-timer",
 5363 "pin-utils",
 5364]
 5365
 5366[[package]]
 5367name = "futures-channel"
 5368version = "0.3.31"
 5369source = "registry+https://github.com/rust-lang/crates.io-index"
 5370checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 5371dependencies = [
 5372 "futures-core",
 5373 "futures-sink",
 5374]
 5375
 5376[[package]]
 5377name = "futures-core"
 5378version = "0.3.31"
 5379source = "registry+https://github.com/rust-lang/crates.io-index"
 5380checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 5381
 5382[[package]]
 5383name = "futures-executor"
 5384version = "0.3.31"
 5385source = "registry+https://github.com/rust-lang/crates.io-index"
 5386checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 5387dependencies = [
 5388 "futures-core",
 5389 "futures-task",
 5390 "futures-util",
 5391]
 5392
 5393[[package]]
 5394name = "futures-intrusive"
 5395version = "0.5.0"
 5396source = "registry+https://github.com/rust-lang/crates.io-index"
 5397checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 5398dependencies = [
 5399 "futures-core",
 5400 "lock_api",
 5401 "parking_lot",
 5402]
 5403
 5404[[package]]
 5405name = "futures-io"
 5406version = "0.3.31"
 5407source = "registry+https://github.com/rust-lang/crates.io-index"
 5408checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 5409
 5410[[package]]
 5411name = "futures-lite"
 5412version = "1.13.0"
 5413source = "registry+https://github.com/rust-lang/crates.io-index"
 5414checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 5415dependencies = [
 5416 "fastrand 1.9.0",
 5417 "futures-core",
 5418 "futures-io",
 5419 "memchr",
 5420 "parking",
 5421 "pin-project-lite",
 5422 "waker-fn",
 5423]
 5424
 5425[[package]]
 5426name = "futures-lite"
 5427version = "2.6.0"
 5428source = "registry+https://github.com/rust-lang/crates.io-index"
 5429checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
 5430dependencies = [
 5431 "fastrand 2.3.0",
 5432 "futures-core",
 5433 "futures-io",
 5434 "parking",
 5435 "pin-project-lite",
 5436]
 5437
 5438[[package]]
 5439name = "futures-macro"
 5440version = "0.3.31"
 5441source = "registry+https://github.com/rust-lang/crates.io-index"
 5442checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 5443dependencies = [
 5444 "proc-macro2",
 5445 "quote",
 5446 "syn 2.0.100",
 5447]
 5448
 5449[[package]]
 5450name = "futures-sink"
 5451version = "0.3.31"
 5452source = "registry+https://github.com/rust-lang/crates.io-index"
 5453checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 5454
 5455[[package]]
 5456name = "futures-task"
 5457version = "0.3.31"
 5458source = "registry+https://github.com/rust-lang/crates.io-index"
 5459checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 5460
 5461[[package]]
 5462name = "futures-timer"
 5463version = "3.0.3"
 5464source = "registry+https://github.com/rust-lang/crates.io-index"
 5465checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
 5466
 5467[[package]]
 5468name = "futures-util"
 5469version = "0.3.31"
 5470source = "registry+https://github.com/rust-lang/crates.io-index"
 5471checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 5472dependencies = [
 5473 "futures 0.1.31",
 5474 "futures-channel",
 5475 "futures-core",
 5476 "futures-io",
 5477 "futures-macro",
 5478 "futures-sink",
 5479 "futures-task",
 5480 "memchr",
 5481 "pin-project-lite",
 5482 "pin-utils",
 5483 "slab",
 5484 "tokio-io",
 5485]
 5486
 5487[[package]]
 5488name = "fuzzy"
 5489version = "0.1.0"
 5490dependencies = [
 5491 "gpui",
 5492 "log",
 5493 "util",
 5494]
 5495
 5496[[package]]
 5497name = "fuzzy-matcher"
 5498version = "0.3.7"
 5499source = "registry+https://github.com/rust-lang/crates.io-index"
 5500checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 5501dependencies = [
 5502 "thread_local",
 5503]
 5504
 5505[[package]]
 5506name = "generic-array"
 5507version = "0.14.7"
 5508source = "registry+https://github.com/rust-lang/crates.io-index"
 5509checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 5510dependencies = [
 5511 "typenum",
 5512 "version_check",
 5513]
 5514
 5515[[package]]
 5516name = "gethostname"
 5517version = "0.4.3"
 5518source = "registry+https://github.com/rust-lang/crates.io-index"
 5519checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
 5520dependencies = [
 5521 "libc",
 5522 "windows-targets 0.48.5",
 5523]
 5524
 5525[[package]]
 5526name = "getrandom"
 5527version = "0.1.16"
 5528source = "registry+https://github.com/rust-lang/crates.io-index"
 5529checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
 5530dependencies = [
 5531 "cfg-if",
 5532 "libc",
 5533 "wasi 0.9.0+wasi-snapshot-preview1",
 5534]
 5535
 5536[[package]]
 5537name = "getrandom"
 5538version = "0.2.15"
 5539source = "registry+https://github.com/rust-lang/crates.io-index"
 5540checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
 5541dependencies = [
 5542 "cfg-if",
 5543 "js-sys",
 5544 "libc",
 5545 "wasi 0.11.0+wasi-snapshot-preview1",
 5546 "wasm-bindgen",
 5547]
 5548
 5549[[package]]
 5550name = "getrandom"
 5551version = "0.3.1"
 5552source = "registry+https://github.com/rust-lang/crates.io-index"
 5553checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
 5554dependencies = [
 5555 "cfg-if",
 5556 "libc",
 5557 "wasi 0.13.3+wasi-0.2.2",
 5558 "windows-targets 0.52.6",
 5559]
 5560
 5561[[package]]
 5562name = "gif"
 5563version = "0.13.1"
 5564source = "registry+https://github.com/rust-lang/crates.io-index"
 5565checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
 5566dependencies = [
 5567 "color_quant",
 5568 "weezl",
 5569]
 5570
 5571[[package]]
 5572name = "gimli"
 5573version = "0.31.1"
 5574source = "registry+https://github.com/rust-lang/crates.io-index"
 5575checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
 5576dependencies = [
 5577 "fallible-iterator",
 5578 "indexmap",
 5579 "stable_deref_trait",
 5580]
 5581
 5582[[package]]
 5583name = "git"
 5584version = "0.1.0"
 5585dependencies = [
 5586 "anyhow",
 5587 "askpass",
 5588 "async-trait",
 5589 "collections",
 5590 "derive_more",
 5591 "futures 0.3.31",
 5592 "git2",
 5593 "gpui",
 5594 "http_client",
 5595 "log",
 5596 "parking_lot",
 5597 "pretty_assertions",
 5598 "regex",
 5599 "rope",
 5600 "schemars",
 5601 "serde",
 5602 "serde_json",
 5603 "smol",
 5604 "sum_tree",
 5605 "tempfile",
 5606 "text",
 5607 "time",
 5608 "unindent",
 5609 "url",
 5610 "util",
 5611 "uuid",
 5612]
 5613
 5614[[package]]
 5615name = "git2"
 5616version = "0.20.1"
 5617source = "registry+https://github.com/rust-lang/crates.io-index"
 5618checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
 5619dependencies = [
 5620 "bitflags 2.8.0",
 5621 "libc",
 5622 "libgit2-sys",
 5623 "log",
 5624 "url",
 5625]
 5626
 5627[[package]]
 5628name = "git_hosting_providers"
 5629version = "0.1.0"
 5630dependencies = [
 5631 "anyhow",
 5632 "async-trait",
 5633 "futures 0.3.31",
 5634 "git",
 5635 "gpui",
 5636 "http_client",
 5637 "indoc",
 5638 "pretty_assertions",
 5639 "regex",
 5640 "schemars",
 5641 "serde",
 5642 "serde_json",
 5643 "settings",
 5644 "url",
 5645 "util",
 5646]
 5647
 5648[[package]]
 5649name = "git_ui"
 5650version = "0.1.0"
 5651dependencies = [
 5652 "anyhow",
 5653 "askpass",
 5654 "assistant_settings",
 5655 "buffer_diff",
 5656 "chrono",
 5657 "collections",
 5658 "command_palette_hooks",
 5659 "component",
 5660 "ctor",
 5661 "db",
 5662 "editor",
 5663 "env_logger 0.11.7",
 5664 "futures 0.3.31",
 5665 "fuzzy",
 5666 "git",
 5667 "gpui",
 5668 "itertools 0.14.0",
 5669 "language",
 5670 "language_model",
 5671 "linkify",
 5672 "linkme",
 5673 "log",
 5674 "menu",
 5675 "multi_buffer",
 5676 "notifications",
 5677 "panel",
 5678 "picker",
 5679 "postage",
 5680 "pretty_assertions",
 5681 "project",
 5682 "schemars",
 5683 "serde",
 5684 "serde_derive",
 5685 "serde_json",
 5686 "settings",
 5687 "strum",
 5688 "telemetry",
 5689 "theme",
 5690 "time",
 5691 "time_format",
 5692 "ui",
 5693 "unindent",
 5694 "util",
 5695 "windows 0.60.0",
 5696 "workspace",
 5697 "zed_actions",
 5698]
 5699
 5700[[package]]
 5701name = "glob"
 5702version = "0.3.1"
 5703source = "registry+https://github.com/rust-lang/crates.io-index"
 5704checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
 5705
 5706[[package]]
 5707name = "globset"
 5708version = "0.4.16"
 5709source = "registry+https://github.com/rust-lang/crates.io-index"
 5710checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
 5711dependencies = [
 5712 "aho-corasick",
 5713 "bstr",
 5714 "log",
 5715 "regex-automata 0.4.9",
 5716 "regex-syntax 0.8.5",
 5717]
 5718
 5719[[package]]
 5720name = "gloo-timers"
 5721version = "0.3.0"
 5722source = "registry+https://github.com/rust-lang/crates.io-index"
 5723checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 5724dependencies = [
 5725 "futures-channel",
 5726 "futures-core",
 5727 "js-sys",
 5728 "wasm-bindgen",
 5729]
 5730
 5731[[package]]
 5732name = "glow"
 5733version = "0.14.2"
 5734source = "registry+https://github.com/rust-lang/crates.io-index"
 5735checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
 5736dependencies = [
 5737 "js-sys",
 5738 "slotmap",
 5739 "wasm-bindgen",
 5740 "web-sys",
 5741]
 5742
 5743[[package]]
 5744name = "go_to_line"
 5745version = "0.1.0"
 5746dependencies = [
 5747 "anyhow",
 5748 "editor",
 5749 "gpui",
 5750 "indoc",
 5751 "language",
 5752 "menu",
 5753 "project",
 5754 "rope",
 5755 "schemars",
 5756 "serde",
 5757 "serde_json",
 5758 "settings",
 5759 "text",
 5760 "theme",
 5761 "tree-sitter-rust",
 5762 "tree-sitter-typescript",
 5763 "ui",
 5764 "util",
 5765 "workspace",
 5766]
 5767
 5768[[package]]
 5769name = "google_ai"
 5770version = "0.1.0"
 5771dependencies = [
 5772 "anyhow",
 5773 "futures 0.3.31",
 5774 "http_client",
 5775 "schemars",
 5776 "serde",
 5777 "serde_json",
 5778 "strum",
 5779]
 5780
 5781[[package]]
 5782name = "gpu-alloc"
 5783version = "0.6.0"
 5784source = "registry+https://github.com/rust-lang/crates.io-index"
 5785checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
 5786dependencies = [
 5787 "bitflags 2.8.0",
 5788 "gpu-alloc-types",
 5789]
 5790
 5791[[package]]
 5792name = "gpu-alloc-ash"
 5793version = "0.7.0"
 5794source = "registry+https://github.com/rust-lang/crates.io-index"
 5795checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
 5796dependencies = [
 5797 "ash",
 5798 "gpu-alloc-types",
 5799 "tinyvec",
 5800]
 5801
 5802[[package]]
 5803name = "gpu-alloc-types"
 5804version = "0.3.0"
 5805source = "registry+https://github.com/rust-lang/crates.io-index"
 5806checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
 5807dependencies = [
 5808 "bitflags 2.8.0",
 5809]
 5810
 5811[[package]]
 5812name = "gpui"
 5813version = "0.1.0"
 5814dependencies = [
 5815 "anyhow",
 5816 "as-raw-xcb-connection",
 5817 "ashpd",
 5818 "async-task",
 5819 "backtrace",
 5820 "bindgen 0.70.1",
 5821 "blade-graphics",
 5822 "blade-macros",
 5823 "blade-util",
 5824 "block",
 5825 "bytemuck",
 5826 "calloop",
 5827 "calloop-wayland-source",
 5828 "cbindgen 0.28.0",
 5829 "cocoa 0.26.0",
 5830 "collections",
 5831 "core-foundation 0.9.4",
 5832 "core-foundation-sys",
 5833 "core-graphics 0.23.2",
 5834 "core-text",
 5835 "cosmic-text",
 5836 "ctor",
 5837 "derive_more",
 5838 "embed-resource",
 5839 "env_logger 0.11.7",
 5840 "etagere",
 5841 "filedescriptor",
 5842 "flume",
 5843 "font-kit",
 5844 "foreign-types 0.5.0",
 5845 "futures 0.3.31",
 5846 "gpui_macros",
 5847 "http_client",
 5848 "image",
 5849 "inventory",
 5850 "itertools 0.14.0",
 5851 "log",
 5852 "lyon",
 5853 "media",
 5854 "metal",
 5855 "naga",
 5856 "num_cpus",
 5857 "objc",
 5858 "objc2",
 5859 "objc2-metal",
 5860 "oo7",
 5861 "open",
 5862 "parking",
 5863 "parking_lot",
 5864 "pathfinder_geometry",
 5865 "postage",
 5866 "profiling",
 5867 "rand 0.8.5",
 5868 "raw-window-handle",
 5869 "refineable",
 5870 "reqwest_client",
 5871 "resvg",
 5872 "schemars",
 5873 "seahash",
 5874 "semantic_version",
 5875 "serde",
 5876 "serde_derive",
 5877 "serde_json",
 5878 "slotmap",
 5879 "smallvec",
 5880 "smol",
 5881 "strum",
 5882 "sum_tree",
 5883 "taffy",
 5884 "thiserror 2.0.12",
 5885 "unicode-segmentation",
 5886 "usvg",
 5887 "util",
 5888 "uuid",
 5889 "waker-fn",
 5890 "wayland-backend",
 5891 "wayland-client",
 5892 "wayland-cursor",
 5893 "wayland-protocols",
 5894 "wayland-protocols-plasma",
 5895 "windows 0.60.0",
 5896 "windows-core 0.60.1",
 5897 "x11-clipboard",
 5898 "x11rb",
 5899 "xim",
 5900 "xkbcommon",
 5901]
 5902
 5903[[package]]
 5904name = "gpui_macros"
 5905version = "0.1.0"
 5906dependencies = [
 5907 "gpui",
 5908 "proc-macro2",
 5909 "quote",
 5910 "syn 1.0.109",
 5911]
 5912
 5913[[package]]
 5914name = "gpui_tokio"
 5915version = "0.1.0"
 5916dependencies = [
 5917 "gpui",
 5918 "tokio",
 5919 "util",
 5920]
 5921
 5922[[package]]
 5923name = "grid"
 5924version = "0.13.0"
 5925source = "registry+https://github.com/rust-lang/crates.io-index"
 5926checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
 5927
 5928[[package]]
 5929name = "group"
 5930version = "0.12.1"
 5931source = "registry+https://github.com/rust-lang/crates.io-index"
 5932checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 5933dependencies = [
 5934 "ff",
 5935 "rand_core 0.6.4",
 5936 "subtle",
 5937]
 5938
 5939[[package]]
 5940name = "h2"
 5941version = "0.3.26"
 5942source = "registry+https://github.com/rust-lang/crates.io-index"
 5943checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
 5944dependencies = [
 5945 "bytes 1.10.1",
 5946 "fnv",
 5947 "futures-core",
 5948 "futures-sink",
 5949 "futures-util",
 5950 "http 0.2.12",
 5951 "indexmap",
 5952 "slab",
 5953 "tokio",
 5954 "tokio-util",
 5955 "tracing",
 5956]
 5957
 5958[[package]]
 5959name = "h2"
 5960version = "0.4.7"
 5961source = "registry+https://github.com/rust-lang/crates.io-index"
 5962checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
 5963dependencies = [
 5964 "atomic-waker",
 5965 "bytes 1.10.1",
 5966 "fnv",
 5967 "futures-core",
 5968 "futures-sink",
 5969 "http 1.2.0",
 5970 "indexmap",
 5971 "slab",
 5972 "tokio",
 5973 "tokio-util",
 5974 "tracing",
 5975]
 5976
 5977[[package]]
 5978name = "half"
 5979version = "2.4.1"
 5980source = "registry+https://github.com/rust-lang/crates.io-index"
 5981checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
 5982dependencies = [
 5983 "cfg-if",
 5984 "crunchy",
 5985]
 5986
 5987[[package]]
 5988name = "handlebars"
 5989version = "4.5.0"
 5990source = "registry+https://github.com/rust-lang/crates.io-index"
 5991checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 5992dependencies = [
 5993 "log",
 5994 "pest",
 5995 "pest_derive",
 5996 "serde",
 5997 "serde_json",
 5998 "thiserror 1.0.69",
 5999]
 6000
 6001[[package]]
 6002name = "handlebars"
 6003version = "6.2.0"
 6004source = "registry+https://github.com/rust-lang/crates.io-index"
 6005checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
 6006dependencies = [
 6007 "log",
 6008 "num-order",
 6009 "pest",
 6010 "pest_derive",
 6011 "serde",
 6012 "serde_json",
 6013 "thiserror 1.0.69",
 6014]
 6015
 6016[[package]]
 6017name = "hashbrown"
 6018version = "0.12.3"
 6019source = "registry+https://github.com/rust-lang/crates.io-index"
 6020checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 6021dependencies = [
 6022 "ahash 0.7.8",
 6023]
 6024
 6025[[package]]
 6026name = "hashbrown"
 6027version = "0.14.5"
 6028source = "registry+https://github.com/rust-lang/crates.io-index"
 6029checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 6030dependencies = [
 6031 "ahash 0.8.11",
 6032 "allocator-api2",
 6033]
 6034
 6035[[package]]
 6036name = "hashbrown"
 6037version = "0.15.2"
 6038source = "registry+https://github.com/rust-lang/crates.io-index"
 6039checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
 6040dependencies = [
 6041 "allocator-api2",
 6042 "equivalent",
 6043 "foldhash",
 6044 "serde",
 6045]
 6046
 6047[[package]]
 6048name = "hashlink"
 6049version = "0.8.4"
 6050source = "registry+https://github.com/rust-lang/crates.io-index"
 6051checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 6052dependencies = [
 6053 "hashbrown 0.14.5",
 6054]
 6055
 6056[[package]]
 6057name = "hashlink"
 6058version = "0.10.0"
 6059source = "registry+https://github.com/rust-lang/crates.io-index"
 6060checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 6061dependencies = [
 6062 "hashbrown 0.15.2",
 6063]
 6064
 6065[[package]]
 6066name = "headers"
 6067version = "0.3.9"
 6068source = "registry+https://github.com/rust-lang/crates.io-index"
 6069checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 6070dependencies = [
 6071 "base64 0.21.7",
 6072 "bytes 1.10.1",
 6073 "headers-core",
 6074 "http 0.2.12",
 6075 "httpdate",
 6076 "mime",
 6077 "sha1",
 6078]
 6079
 6080[[package]]
 6081name = "headers-core"
 6082version = "0.2.0"
 6083source = "registry+https://github.com/rust-lang/crates.io-index"
 6084checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 6085dependencies = [
 6086 "http 0.2.12",
 6087]
 6088
 6089[[package]]
 6090name = "heck"
 6091version = "0.3.3"
 6092source = "registry+https://github.com/rust-lang/crates.io-index"
 6093checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 6094dependencies = [
 6095 "unicode-segmentation",
 6096]
 6097
 6098[[package]]
 6099name = "heck"
 6100version = "0.4.1"
 6101source = "registry+https://github.com/rust-lang/crates.io-index"
 6102checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 6103dependencies = [
 6104 "unicode-segmentation",
 6105]
 6106
 6107[[package]]
 6108name = "heck"
 6109version = "0.5.0"
 6110source = "registry+https://github.com/rust-lang/crates.io-index"
 6111checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 6112
 6113[[package]]
 6114name = "heed"
 6115version = "0.21.0"
 6116source = "registry+https://github.com/rust-lang/crates.io-index"
 6117checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 6118dependencies = [
 6119 "bitflags 2.8.0",
 6120 "byteorder",
 6121 "heed-traits",
 6122 "heed-types",
 6123 "libc",
 6124 "lmdb-master-sys",
 6125 "once_cell",
 6126 "page_size",
 6127 "serde",
 6128 "synchronoise",
 6129 "url",
 6130]
 6131
 6132[[package]]
 6133name = "heed-traits"
 6134version = "0.20.0"
 6135source = "registry+https://github.com/rust-lang/crates.io-index"
 6136checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 6137
 6138[[package]]
 6139name = "heed-types"
 6140version = "0.21.0"
 6141source = "registry+https://github.com/rust-lang/crates.io-index"
 6142checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 6143dependencies = [
 6144 "bincode",
 6145 "byteorder",
 6146 "heed-traits",
 6147 "serde",
 6148 "serde_json",
 6149]
 6150
 6151[[package]]
 6152name = "hermit-abi"
 6153version = "0.3.9"
 6154source = "registry+https://github.com/rust-lang/crates.io-index"
 6155checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
 6156
 6157[[package]]
 6158name = "hermit-abi"
 6159version = "0.4.0"
 6160source = "registry+https://github.com/rust-lang/crates.io-index"
 6161checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
 6162
 6163[[package]]
 6164name = "hex"
 6165version = "0.4.3"
 6166source = "registry+https://github.com/rust-lang/crates.io-index"
 6167checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 6168
 6169[[package]]
 6170name = "hexf-parse"
 6171version = "0.2.1"
 6172source = "registry+https://github.com/rust-lang/crates.io-index"
 6173checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 6174
 6175[[package]]
 6176name = "hidden-trait"
 6177version = "0.1.2"
 6178source = "registry+https://github.com/rust-lang/crates.io-index"
 6179checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
 6180dependencies = [
 6181 "proc-macro2",
 6182 "quote",
 6183 "syn 1.0.109",
 6184]
 6185
 6186[[package]]
 6187name = "hkdf"
 6188version = "0.12.4"
 6189source = "registry+https://github.com/rust-lang/crates.io-index"
 6190checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 6191dependencies = [
 6192 "hmac",
 6193]
 6194
 6195[[package]]
 6196name = "hmac"
 6197version = "0.12.1"
 6198source = "registry+https://github.com/rust-lang/crates.io-index"
 6199checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 6200dependencies = [
 6201 "digest",
 6202]
 6203
 6204[[package]]
 6205name = "home"
 6206version = "0.5.9"
 6207source = "registry+https://github.com/rust-lang/crates.io-index"
 6208checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
 6209dependencies = [
 6210 "windows-sys 0.52.0",
 6211]
 6212
 6213[[package]]
 6214name = "hound"
 6215version = "3.5.1"
 6216source = "registry+https://github.com/rust-lang/crates.io-index"
 6217checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 6218
 6219[[package]]
 6220name = "html5ever"
 6221version = "0.27.0"
 6222source = "registry+https://github.com/rust-lang/crates.io-index"
 6223checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 6224dependencies = [
 6225 "log",
 6226 "mac",
 6227 "markup5ever",
 6228 "proc-macro2",
 6229 "quote",
 6230 "syn 2.0.100",
 6231]
 6232
 6233[[package]]
 6234name = "html_to_markdown"
 6235version = "0.1.0"
 6236dependencies = [
 6237 "anyhow",
 6238 "html5ever",
 6239 "indoc",
 6240 "markup5ever_rcdom",
 6241 "pretty_assertions",
 6242 "regex",
 6243]
 6244
 6245[[package]]
 6246name = "http"
 6247version = "0.2.12"
 6248source = "registry+https://github.com/rust-lang/crates.io-index"
 6249checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 6250dependencies = [
 6251 "bytes 1.10.1",
 6252 "fnv",
 6253 "itoa",
 6254]
 6255
 6256[[package]]
 6257name = "http"
 6258version = "1.2.0"
 6259source = "registry+https://github.com/rust-lang/crates.io-index"
 6260checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
 6261dependencies = [
 6262 "bytes 1.10.1",
 6263 "fnv",
 6264 "itoa",
 6265]
 6266
 6267[[package]]
 6268name = "http-body"
 6269version = "0.4.6"
 6270source = "registry+https://github.com/rust-lang/crates.io-index"
 6271checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 6272dependencies = [
 6273 "bytes 1.10.1",
 6274 "http 0.2.12",
 6275 "pin-project-lite",
 6276]
 6277
 6278[[package]]
 6279name = "http-body"
 6280version = "1.0.1"
 6281source = "registry+https://github.com/rust-lang/crates.io-index"
 6282checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 6283dependencies = [
 6284 "bytes 1.10.1",
 6285 "http 1.2.0",
 6286]
 6287
 6288[[package]]
 6289name = "http-body-util"
 6290version = "0.1.2"
 6291source = "registry+https://github.com/rust-lang/crates.io-index"
 6292checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
 6293dependencies = [
 6294 "bytes 1.10.1",
 6295 "futures-util",
 6296 "http 1.2.0",
 6297 "http-body 1.0.1",
 6298 "pin-project-lite",
 6299]
 6300
 6301[[package]]
 6302name = "http-range-header"
 6303version = "0.3.1"
 6304source = "registry+https://github.com/rust-lang/crates.io-index"
 6305checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 6306
 6307[[package]]
 6308name = "http-types"
 6309version = "2.12.0"
 6310source = "registry+https://github.com/rust-lang/crates.io-index"
 6311checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
 6312dependencies = [
 6313 "anyhow",
 6314 "async-channel 1.9.0",
 6315 "base64 0.13.1",
 6316 "futures-lite 1.13.0",
 6317 "http 0.2.12",
 6318 "infer",
 6319 "pin-project-lite",
 6320 "rand 0.7.3",
 6321 "serde",
 6322 "serde_json",
 6323 "serde_qs 0.8.5",
 6324 "serde_urlencoded",
 6325 "url",
 6326]
 6327
 6328[[package]]
 6329name = "http_client"
 6330version = "0.1.0"
 6331dependencies = [
 6332 "anyhow",
 6333 "bytes 1.10.1",
 6334 "derive_more",
 6335 "futures 0.3.31",
 6336 "http 1.2.0",
 6337 "log",
 6338 "serde",
 6339 "serde_json",
 6340 "url",
 6341]
 6342
 6343[[package]]
 6344name = "http_client_tls"
 6345version = "0.1.0"
 6346dependencies = [
 6347 "rustls 0.23.23",
 6348 "rustls-platform-verifier",
 6349]
 6350
 6351[[package]]
 6352name = "httparse"
 6353version = "1.9.5"
 6354source = "registry+https://github.com/rust-lang/crates.io-index"
 6355checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
 6356
 6357[[package]]
 6358name = "httpdate"
 6359version = "1.0.3"
 6360source = "registry+https://github.com/rust-lang/crates.io-index"
 6361checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 6362
 6363[[package]]
 6364name = "human_bytes"
 6365version = "0.4.3"
 6366source = "registry+https://github.com/rust-lang/crates.io-index"
 6367checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 6368
 6369[[package]]
 6370name = "humantime"
 6371version = "2.1.0"
 6372source = "registry+https://github.com/rust-lang/crates.io-index"
 6373checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
 6374
 6375[[package]]
 6376name = "hyper"
 6377version = "0.14.32"
 6378source = "registry+https://github.com/rust-lang/crates.io-index"
 6379checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 6380dependencies = [
 6381 "bytes 1.10.1",
 6382 "futures-channel",
 6383 "futures-core",
 6384 "futures-util",
 6385 "h2 0.3.26",
 6386 "http 0.2.12",
 6387 "http-body 0.4.6",
 6388 "httparse",
 6389 "httpdate",
 6390 "itoa",
 6391 "pin-project-lite",
 6392 "socket2",
 6393 "tokio",
 6394 "tower-service",
 6395 "tracing",
 6396 "want",
 6397]
 6398
 6399[[package]]
 6400name = "hyper"
 6401version = "1.5.1"
 6402source = "registry+https://github.com/rust-lang/crates.io-index"
 6403checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
 6404dependencies = [
 6405 "bytes 1.10.1",
 6406 "futures-channel",
 6407 "futures-util",
 6408 "h2 0.4.7",
 6409 "http 1.2.0",
 6410 "http-body 1.0.1",
 6411 "httparse",
 6412 "itoa",
 6413 "pin-project-lite",
 6414 "smallvec",
 6415 "tokio",
 6416 "want",
 6417]
 6418
 6419[[package]]
 6420name = "hyper-rustls"
 6421version = "0.24.2"
 6422source = "registry+https://github.com/rust-lang/crates.io-index"
 6423checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 6424dependencies = [
 6425 "futures-util",
 6426 "http 0.2.12",
 6427 "hyper 0.14.32",
 6428 "log",
 6429 "rustls 0.21.12",
 6430 "rustls-native-certs 0.6.3",
 6431 "tokio",
 6432 "tokio-rustls 0.24.1",
 6433]
 6434
 6435[[package]]
 6436name = "hyper-rustls"
 6437version = "0.27.3"
 6438source = "registry+https://github.com/rust-lang/crates.io-index"
 6439checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
 6440dependencies = [
 6441 "futures-util",
 6442 "http 1.2.0",
 6443 "hyper 1.5.1",
 6444 "hyper-util",
 6445 "rustls 0.23.23",
 6446 "rustls-native-certs 0.8.1",
 6447 "rustls-pki-types",
 6448 "tokio",
 6449 "tokio-rustls 0.26.1",
 6450 "tower-service",
 6451]
 6452
 6453[[package]]
 6454name = "hyper-tls"
 6455version = "0.5.0"
 6456source = "registry+https://github.com/rust-lang/crates.io-index"
 6457checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 6458dependencies = [
 6459 "bytes 1.10.1",
 6460 "hyper 0.14.32",
 6461 "native-tls",
 6462 "tokio",
 6463 "tokio-native-tls",
 6464]
 6465
 6466[[package]]
 6467name = "hyper-util"
 6468version = "0.1.10"
 6469source = "registry+https://github.com/rust-lang/crates.io-index"
 6470checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
 6471dependencies = [
 6472 "bytes 1.10.1",
 6473 "futures-channel",
 6474 "futures-util",
 6475 "http 1.2.0",
 6476 "http-body 1.0.1",
 6477 "hyper 1.5.1",
 6478 "pin-project-lite",
 6479 "socket2",
 6480 "tokio",
 6481 "tower-service",
 6482 "tracing",
 6483]
 6484
 6485[[package]]
 6486name = "iana-time-zone"
 6487version = "0.1.61"
 6488source = "registry+https://github.com/rust-lang/crates.io-index"
 6489checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
 6490dependencies = [
 6491 "android_system_properties",
 6492 "core-foundation-sys",
 6493 "iana-time-zone-haiku",
 6494 "js-sys",
 6495 "wasm-bindgen",
 6496 "windows-core 0.52.0",
 6497]
 6498
 6499[[package]]
 6500name = "iana-time-zone-haiku"
 6501version = "0.1.2"
 6502source = "registry+https://github.com/rust-lang/crates.io-index"
 6503checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 6504dependencies = [
 6505 "cc",
 6506]
 6507
 6508[[package]]
 6509name = "icu_collections"
 6510version = "1.5.0"
 6511source = "registry+https://github.com/rust-lang/crates.io-index"
 6512checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
 6513dependencies = [
 6514 "displaydoc",
 6515 "yoke",
 6516 "zerofrom",
 6517 "zerovec",
 6518]
 6519
 6520[[package]]
 6521name = "icu_locid"
 6522version = "1.5.0"
 6523source = "registry+https://github.com/rust-lang/crates.io-index"
 6524checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
 6525dependencies = [
 6526 "displaydoc",
 6527 "litemap",
 6528 "tinystr",
 6529 "writeable",
 6530 "zerovec",
 6531]
 6532
 6533[[package]]
 6534name = "icu_locid_transform"
 6535version = "1.5.0"
 6536source = "registry+https://github.com/rust-lang/crates.io-index"
 6537checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
 6538dependencies = [
 6539 "displaydoc",
 6540 "icu_locid",
 6541 "icu_locid_transform_data",
 6542 "icu_provider",
 6543 "tinystr",
 6544 "zerovec",
 6545]
 6546
 6547[[package]]
 6548name = "icu_locid_transform_data"
 6549version = "1.5.0"
 6550source = "registry+https://github.com/rust-lang/crates.io-index"
 6551checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
 6552
 6553[[package]]
 6554name = "icu_normalizer"
 6555version = "1.5.0"
 6556source = "registry+https://github.com/rust-lang/crates.io-index"
 6557checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
 6558dependencies = [
 6559 "displaydoc",
 6560 "icu_collections",
 6561 "icu_normalizer_data",
 6562 "icu_properties",
 6563 "icu_provider",
 6564 "smallvec",
 6565 "utf16_iter",
 6566 "utf8_iter",
 6567 "write16",
 6568 "zerovec",
 6569]
 6570
 6571[[package]]
 6572name = "icu_normalizer_data"
 6573version = "1.5.0"
 6574source = "registry+https://github.com/rust-lang/crates.io-index"
 6575checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
 6576
 6577[[package]]
 6578name = "icu_properties"
 6579version = "1.5.1"
 6580source = "registry+https://github.com/rust-lang/crates.io-index"
 6581checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
 6582dependencies = [
 6583 "displaydoc",
 6584 "icu_collections",
 6585 "icu_locid_transform",
 6586 "icu_properties_data",
 6587 "icu_provider",
 6588 "tinystr",
 6589 "zerovec",
 6590]
 6591
 6592[[package]]
 6593name = "icu_properties_data"
 6594version = "1.5.0"
 6595source = "registry+https://github.com/rust-lang/crates.io-index"
 6596checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
 6597
 6598[[package]]
 6599name = "icu_provider"
 6600version = "1.5.0"
 6601source = "registry+https://github.com/rust-lang/crates.io-index"
 6602checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
 6603dependencies = [
 6604 "displaydoc",
 6605 "icu_locid",
 6606 "icu_provider_macros",
 6607 "stable_deref_trait",
 6608 "tinystr",
 6609 "writeable",
 6610 "yoke",
 6611 "zerofrom",
 6612 "zerovec",
 6613]
 6614
 6615[[package]]
 6616name = "icu_provider_macros"
 6617version = "1.5.0"
 6618source = "registry+https://github.com/rust-lang/crates.io-index"
 6619checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
 6620dependencies = [
 6621 "proc-macro2",
 6622 "quote",
 6623 "syn 2.0.100",
 6624]
 6625
 6626[[package]]
 6627name = "id-arena"
 6628version = "2.2.1"
 6629source = "registry+https://github.com/rust-lang/crates.io-index"
 6630checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 6631
 6632[[package]]
 6633name = "idna"
 6634version = "1.0.3"
 6635source = "registry+https://github.com/rust-lang/crates.io-index"
 6636checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
 6637dependencies = [
 6638 "idna_adapter",
 6639 "smallvec",
 6640 "utf8_iter",
 6641]
 6642
 6643[[package]]
 6644name = "idna_adapter"
 6645version = "1.2.0"
 6646source = "registry+https://github.com/rust-lang/crates.io-index"
 6647checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
 6648dependencies = [
 6649 "icu_normalizer",
 6650 "icu_properties",
 6651]
 6652
 6653[[package]]
 6654name = "ignore"
 6655version = "0.4.23"
 6656source = "registry+https://github.com/rust-lang/crates.io-index"
 6657checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
 6658dependencies = [
 6659 "crossbeam-deque",
 6660 "globset",
 6661 "log",
 6662 "memchr",
 6663 "regex-automata 0.4.9",
 6664 "same-file",
 6665 "walkdir",
 6666 "winapi-util",
 6667]
 6668
 6669[[package]]
 6670name = "image"
 6671version = "0.25.5"
 6672source = "registry+https://github.com/rust-lang/crates.io-index"
 6673checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
 6674dependencies = [
 6675 "bytemuck",
 6676 "byteorder-lite",
 6677 "color_quant",
 6678 "exr",
 6679 "gif",
 6680 "image-webp",
 6681 "num-traits",
 6682 "png",
 6683 "qoi",
 6684 "ravif",
 6685 "rayon",
 6686 "rgb",
 6687 "tiff",
 6688 "zune-core",
 6689 "zune-jpeg",
 6690]
 6691
 6692[[package]]
 6693name = "image-webp"
 6694version = "0.2.0"
 6695source = "registry+https://github.com/rust-lang/crates.io-index"
 6696checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
 6697dependencies = [
 6698 "byteorder-lite",
 6699 "quick-error",
 6700]
 6701
 6702[[package]]
 6703name = "image_viewer"
 6704version = "0.1.0"
 6705dependencies = [
 6706 "anyhow",
 6707 "db",
 6708 "editor",
 6709 "file_icons",
 6710 "gpui",
 6711 "project",
 6712 "schemars",
 6713 "serde",
 6714 "settings",
 6715 "theme",
 6716 "ui",
 6717 "util",
 6718 "workspace",
 6719]
 6720
 6721[[package]]
 6722name = "imagesize"
 6723version = "0.13.0"
 6724source = "registry+https://github.com/rust-lang/crates.io-index"
 6725checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 6726
 6727[[package]]
 6728name = "imara-diff"
 6729version = "0.1.8"
 6730source = "registry+https://github.com/rust-lang/crates.io-index"
 6731checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 6732dependencies = [
 6733 "hashbrown 0.15.2",
 6734]
 6735
 6736[[package]]
 6737name = "imgref"
 6738version = "1.11.0"
 6739source = "registry+https://github.com/rust-lang/crates.io-index"
 6740checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
 6741
 6742[[package]]
 6743name = "indexed_docs"
 6744version = "0.1.0"
 6745dependencies = [
 6746 "anyhow",
 6747 "async-trait",
 6748 "cargo_metadata",
 6749 "collections",
 6750 "derive_more",
 6751 "extension",
 6752 "fs",
 6753 "futures 0.3.31",
 6754 "fuzzy",
 6755 "gpui",
 6756 "heed",
 6757 "html_to_markdown",
 6758 "http_client",
 6759 "indexmap",
 6760 "indoc",
 6761 "parking_lot",
 6762 "paths",
 6763 "pretty_assertions",
 6764 "serde",
 6765 "strum",
 6766 "util",
 6767]
 6768
 6769[[package]]
 6770name = "indexmap"
 6771version = "2.7.1"
 6772source = "registry+https://github.com/rust-lang/crates.io-index"
 6773checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
 6774dependencies = [
 6775 "equivalent",
 6776 "hashbrown 0.15.2",
 6777 "serde",
 6778]
 6779
 6780[[package]]
 6781name = "indoc"
 6782version = "2.0.6"
 6783source = "registry+https://github.com/rust-lang/crates.io-index"
 6784checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 6785
 6786[[package]]
 6787name = "infer"
 6788version = "0.2.3"
 6789source = "registry+https://github.com/rust-lang/crates.io-index"
 6790checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
 6791
 6792[[package]]
 6793name = "inherent"
 6794version = "1.0.11"
 6795source = "registry+https://github.com/rust-lang/crates.io-index"
 6796checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
 6797dependencies = [
 6798 "proc-macro2",
 6799 "quote",
 6800 "syn 2.0.100",
 6801]
 6802
 6803[[package]]
 6804name = "inline_completion"
 6805version = "0.1.0"
 6806dependencies = [
 6807 "gpui",
 6808 "language",
 6809 "project",
 6810]
 6811
 6812[[package]]
 6813name = "inline_completion_button"
 6814version = "0.1.0"
 6815dependencies = [
 6816 "anyhow",
 6817 "client",
 6818 "copilot",
 6819 "editor",
 6820 "feature_flags",
 6821 "fs",
 6822 "futures 0.3.31",
 6823 "gpui",
 6824 "indoc",
 6825 "inline_completion",
 6826 "language",
 6827 "lsp",
 6828 "paths",
 6829 "project",
 6830 "regex",
 6831 "serde_json",
 6832 "settings",
 6833 "supermaven",
 6834 "telemetry",
 6835 "theme",
 6836 "ui",
 6837 "workspace",
 6838 "zed_actions",
 6839 "zeta",
 6840]
 6841
 6842[[package]]
 6843name = "inotify"
 6844version = "0.9.6"
 6845source = "registry+https://github.com/rust-lang/crates.io-index"
 6846checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 6847dependencies = [
 6848 "bitflags 1.3.2",
 6849 "inotify-sys",
 6850 "libc",
 6851]
 6852
 6853[[package]]
 6854name = "inotify"
 6855version = "0.11.0"
 6856source = "registry+https://github.com/rust-lang/crates.io-index"
 6857checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 6858dependencies = [
 6859 "bitflags 2.8.0",
 6860 "inotify-sys",
 6861 "libc",
 6862]
 6863
 6864[[package]]
 6865name = "inotify-sys"
 6866version = "0.1.5"
 6867source = "registry+https://github.com/rust-lang/crates.io-index"
 6868checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 6869dependencies = [
 6870 "libc",
 6871]
 6872
 6873[[package]]
 6874name = "inout"
 6875version = "0.1.3"
 6876source = "registry+https://github.com/rust-lang/crates.io-index"
 6877checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
 6878dependencies = [
 6879 "block-padding",
 6880 "generic-array",
 6881]
 6882
 6883[[package]]
 6884name = "install_cli"
 6885version = "0.1.0"
 6886dependencies = [
 6887 "anyhow",
 6888 "gpui",
 6889 "smol",
 6890 "util",
 6891]
 6892
 6893[[package]]
 6894name = "instant"
 6895version = "0.1.13"
 6896source = "registry+https://github.com/rust-lang/crates.io-index"
 6897checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 6898dependencies = [
 6899 "cfg-if",
 6900]
 6901
 6902[[package]]
 6903name = "interpolate_name"
 6904version = "0.2.4"
 6905source = "registry+https://github.com/rust-lang/crates.io-index"
 6906checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 6907dependencies = [
 6908 "proc-macro2",
 6909 "quote",
 6910 "syn 2.0.100",
 6911]
 6912
 6913[[package]]
 6914name = "inventory"
 6915version = "0.3.20"
 6916source = "registry+https://github.com/rust-lang/crates.io-index"
 6917checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
 6918dependencies = [
 6919 "rustversion",
 6920]
 6921
 6922[[package]]
 6923name = "io-extras"
 6924version = "0.18.4"
 6925source = "registry+https://github.com/rust-lang/crates.io-index"
 6926checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 6927dependencies = [
 6928 "io-lifetimes",
 6929 "windows-sys 0.52.0",
 6930]
 6931
 6932[[package]]
 6933name = "io-lifetimes"
 6934version = "2.0.4"
 6935source = "registry+https://github.com/rust-lang/crates.io-index"
 6936checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 6937
 6938[[package]]
 6939name = "iovec"
 6940version = "0.1.4"
 6941source = "registry+https://github.com/rust-lang/crates.io-index"
 6942checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 6943dependencies = [
 6944 "libc",
 6945]
 6946
 6947[[package]]
 6948name = "ipc-channel"
 6949version = "0.19.0"
 6950source = "registry+https://github.com/rust-lang/crates.io-index"
 6951checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 6952dependencies = [
 6953 "bincode",
 6954 "crossbeam-channel",
 6955 "fnv",
 6956 "lazy_static",
 6957 "libc",
 6958 "mio 1.0.3",
 6959 "rand 0.8.5",
 6960 "serde",
 6961 "tempfile",
 6962 "uuid",
 6963 "windows 0.58.0",
 6964]
 6965
 6966[[package]]
 6967name = "ipnet"
 6968version = "2.10.1"
 6969source = "registry+https://github.com/rust-lang/crates.io-index"
 6970checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
 6971
 6972[[package]]
 6973name = "is-docker"
 6974version = "0.2.0"
 6975source = "registry+https://github.com/rust-lang/crates.io-index"
 6976checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 6977dependencies = [
 6978 "once_cell",
 6979]
 6980
 6981[[package]]
 6982name = "is-terminal"
 6983version = "0.4.13"
 6984source = "registry+https://github.com/rust-lang/crates.io-index"
 6985checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
 6986dependencies = [
 6987 "hermit-abi 0.4.0",
 6988 "libc",
 6989 "windows-sys 0.52.0",
 6990]
 6991
 6992[[package]]
 6993name = "is-wsl"
 6994version = "0.4.0"
 6995source = "registry+https://github.com/rust-lang/crates.io-index"
 6996checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 6997dependencies = [
 6998 "is-docker",
 6999 "once_cell",
 7000]
 7001
 7002[[package]]
 7003name = "is_terminal_polyfill"
 7004version = "1.70.1"
 7005source = "registry+https://github.com/rust-lang/crates.io-index"
 7006checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 7007
 7008[[package]]
 7009name = "itertools"
 7010version = "0.10.5"
 7011source = "registry+https://github.com/rust-lang/crates.io-index"
 7012checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 7013dependencies = [
 7014 "either",
 7015]
 7016
 7017[[package]]
 7018name = "itertools"
 7019version = "0.11.0"
 7020source = "registry+https://github.com/rust-lang/crates.io-index"
 7021checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 7022dependencies = [
 7023 "either",
 7024]
 7025
 7026[[package]]
 7027name = "itertools"
 7028version = "0.12.1"
 7029source = "registry+https://github.com/rust-lang/crates.io-index"
 7030checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 7031dependencies = [
 7032 "either",
 7033]
 7034
 7035[[package]]
 7036name = "itertools"
 7037version = "0.14.0"
 7038source = "registry+https://github.com/rust-lang/crates.io-index"
 7039checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 7040dependencies = [
 7041 "either",
 7042]
 7043
 7044[[package]]
 7045name = "itoa"
 7046version = "1.0.14"
 7047source = "registry+https://github.com/rust-lang/crates.io-index"
 7048checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
 7049
 7050[[package]]
 7051name = "jiff"
 7052version = "0.2.4"
 7053source = "registry+https://github.com/rust-lang/crates.io-index"
 7054checksum = "d699bc6dfc879fb1bf9bdff0d4c56f0884fc6f0d0eb0fba397a6d00cd9a6b85e"
 7055dependencies = [
 7056 "jiff-static",
 7057 "log",
 7058 "portable-atomic",
 7059 "portable-atomic-util",
 7060 "serde",
 7061]
 7062
 7063[[package]]
 7064name = "jiff-static"
 7065version = "0.2.4"
 7066source = "registry+https://github.com/rust-lang/crates.io-index"
 7067checksum = "8d16e75759ee0aa64c57a56acbf43916987b20c77373cb7e808979e02b93c9f9"
 7068dependencies = [
 7069 "proc-macro2",
 7070 "quote",
 7071 "syn 2.0.100",
 7072]
 7073
 7074[[package]]
 7075name = "jni"
 7076version = "0.21.1"
 7077source = "registry+https://github.com/rust-lang/crates.io-index"
 7078checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 7079dependencies = [
 7080 "cesu8",
 7081 "cfg-if",
 7082 "combine",
 7083 "jni-sys",
 7084 "log",
 7085 "thiserror 1.0.69",
 7086 "walkdir",
 7087 "windows-sys 0.45.0",
 7088]
 7089
 7090[[package]]
 7091name = "jni-sys"
 7092version = "0.3.0"
 7093source = "registry+https://github.com/rust-lang/crates.io-index"
 7094checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 7095
 7096[[package]]
 7097name = "jobserver"
 7098version = "0.1.32"
 7099source = "registry+https://github.com/rust-lang/crates.io-index"
 7100checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
 7101dependencies = [
 7102 "libc",
 7103]
 7104
 7105[[package]]
 7106name = "journal"
 7107version = "0.1.0"
 7108dependencies = [
 7109 "anyhow",
 7110 "chrono",
 7111 "editor",
 7112 "gpui",
 7113 "log",
 7114 "schemars",
 7115 "serde",
 7116 "settings",
 7117 "shellexpand 2.1.2",
 7118 "workspace",
 7119]
 7120
 7121[[package]]
 7122name = "jpeg-decoder"
 7123version = "0.3.1"
 7124source = "registry+https://github.com/rust-lang/crates.io-index"
 7125checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
 7126
 7127[[package]]
 7128name = "js-sys"
 7129version = "0.3.76"
 7130source = "registry+https://github.com/rust-lang/crates.io-index"
 7131checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
 7132dependencies = [
 7133 "once_cell",
 7134 "wasm-bindgen",
 7135]
 7136
 7137[[package]]
 7138name = "jsonwebtoken"
 7139version = "9.3.1"
 7140source = "registry+https://github.com/rust-lang/crates.io-index"
 7141checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
 7142dependencies = [
 7143 "base64 0.22.1",
 7144 "js-sys",
 7145 "pem",
 7146 "ring",
 7147 "serde",
 7148 "serde_json",
 7149 "simple_asn1",
 7150]
 7151
 7152[[package]]
 7153name = "jupyter-protocol"
 7154version = "0.6.0"
 7155source = "registry+https://github.com/rust-lang/crates.io-index"
 7156checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
 7157dependencies = [
 7158 "anyhow",
 7159 "async-trait",
 7160 "bytes 1.10.1",
 7161 "chrono",
 7162 "futures 0.3.31",
 7163 "serde",
 7164 "serde_json",
 7165 "uuid",
 7166]
 7167
 7168[[package]]
 7169name = "jupyter-websocket-client"
 7170version = "0.9.0"
 7171source = "registry+https://github.com/rust-lang/crates.io-index"
 7172checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
 7173dependencies = [
 7174 "anyhow",
 7175 "async-trait",
 7176 "async-tungstenite",
 7177 "futures 0.3.31",
 7178 "jupyter-protocol",
 7179 "serde",
 7180 "serde_json",
 7181 "url",
 7182 "uuid",
 7183]
 7184
 7185[[package]]
 7186name = "khronos-egl"
 7187version = "6.0.0"
 7188source = "registry+https://github.com/rust-lang/crates.io-index"
 7189checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 7190dependencies = [
 7191 "libc",
 7192 "libloading",
 7193]
 7194
 7195[[package]]
 7196name = "kqueue"
 7197version = "1.0.8"
 7198source = "registry+https://github.com/rust-lang/crates.io-index"
 7199checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
 7200dependencies = [
 7201 "kqueue-sys",
 7202 "libc",
 7203]
 7204
 7205[[package]]
 7206name = "kqueue-sys"
 7207version = "1.0.4"
 7208source = "registry+https://github.com/rust-lang/crates.io-index"
 7209checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 7210dependencies = [
 7211 "bitflags 1.3.2",
 7212 "libc",
 7213]
 7214
 7215[[package]]
 7216name = "kurbo"
 7217version = "0.11.1"
 7218source = "registry+https://github.com/rust-lang/crates.io-index"
 7219checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
 7220dependencies = [
 7221 "arrayvec",
 7222 "smallvec",
 7223]
 7224
 7225[[package]]
 7226name = "kv-log-macro"
 7227version = "1.0.7"
 7228source = "registry+https://github.com/rust-lang/crates.io-index"
 7229checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 7230dependencies = [
 7231 "log",
 7232]
 7233
 7234[[package]]
 7235name = "language"
 7236version = "0.1.0"
 7237dependencies = [
 7238 "anyhow",
 7239 "async-trait",
 7240 "async-watch",
 7241 "clock",
 7242 "collections",
 7243 "ctor",
 7244 "ec4rs",
 7245 "env_logger 0.11.7",
 7246 "fs",
 7247 "futures 0.3.31",
 7248 "fuzzy",
 7249 "globset",
 7250 "gpui",
 7251 "http_client",
 7252 "imara-diff",
 7253 "indoc",
 7254 "itertools 0.14.0",
 7255 "log",
 7256 "lsp",
 7257 "parking_lot",
 7258 "postage",
 7259 "pretty_assertions",
 7260 "rand 0.8.5",
 7261 "regex",
 7262 "rpc",
 7263 "schemars",
 7264 "serde",
 7265 "serde_json",
 7266 "settings",
 7267 "smallvec",
 7268 "smol",
 7269 "streaming-iterator",
 7270 "strsim",
 7271 "sum_tree",
 7272 "task",
 7273 "text",
 7274 "theme",
 7275 "tree-sitter",
 7276 "tree-sitter-elixir",
 7277 "tree-sitter-embedded-template",
 7278 "tree-sitter-heex",
 7279 "tree-sitter-html",
 7280 "tree-sitter-json",
 7281 "tree-sitter-md",
 7282 "tree-sitter-ruby",
 7283 "tree-sitter-rust",
 7284 "tree-sitter-typescript",
 7285 "unicase",
 7286 "unindent",
 7287 "util",
 7288]
 7289
 7290[[package]]
 7291name = "language_extension"
 7292version = "0.1.0"
 7293dependencies = [
 7294 "anyhow",
 7295 "async-trait",
 7296 "collections",
 7297 "extension",
 7298 "fs",
 7299 "futures 0.3.31",
 7300 "gpui",
 7301 "language",
 7302 "lsp",
 7303 "serde",
 7304 "serde_json",
 7305 "util",
 7306]
 7307
 7308[[package]]
 7309name = "language_model"
 7310version = "0.1.0"
 7311dependencies = [
 7312 "anthropic",
 7313 "anyhow",
 7314 "base64 0.22.1",
 7315 "client",
 7316 "collections",
 7317 "futures 0.3.31",
 7318 "google_ai",
 7319 "gpui",
 7320 "http_client",
 7321 "image",
 7322 "log",
 7323 "open_ai",
 7324 "parking_lot",
 7325 "proto",
 7326 "schemars",
 7327 "serde",
 7328 "serde_json",
 7329 "smol",
 7330 "strum",
 7331 "telemetry_events",
 7332 "thiserror 2.0.12",
 7333 "ui",
 7334 "util",
 7335]
 7336
 7337[[package]]
 7338name = "language_model_selector"
 7339version = "0.1.0"
 7340dependencies = [
 7341 "feature_flags",
 7342 "gpui",
 7343 "language_model",
 7344 "log",
 7345 "picker",
 7346 "proto",
 7347 "ui",
 7348 "workspace",
 7349 "zed_actions",
 7350]
 7351
 7352[[package]]
 7353name = "language_models"
 7354version = "0.1.0"
 7355dependencies = [
 7356 "anthropic",
 7357 "anyhow",
 7358 "aws-config",
 7359 "aws-credential-types",
 7360 "aws_http_client",
 7361 "bedrock",
 7362 "client",
 7363 "collections",
 7364 "copilot",
 7365 "credentials_provider",
 7366 "deepseek",
 7367 "editor",
 7368 "feature_flags",
 7369 "fs",
 7370 "futures 0.3.31",
 7371 "google_ai",
 7372 "gpui",
 7373 "gpui_tokio",
 7374 "http_client",
 7375 "language_model",
 7376 "lmstudio",
 7377 "log",
 7378 "menu",
 7379 "mistral",
 7380 "ollama",
 7381 "open_ai",
 7382 "project",
 7383 "proto",
 7384 "schemars",
 7385 "serde",
 7386 "serde_json",
 7387 "settings",
 7388 "smol",
 7389 "strum",
 7390 "theme",
 7391 "tiktoken-rs",
 7392 "tokio",
 7393 "ui",
 7394 "util",
 7395]
 7396
 7397[[package]]
 7398name = "language_selector"
 7399version = "0.1.0"
 7400dependencies = [
 7401 "anyhow",
 7402 "editor",
 7403 "file_finder",
 7404 "file_icons",
 7405 "fuzzy",
 7406 "gpui",
 7407 "language",
 7408 "picker",
 7409 "project",
 7410 "settings",
 7411 "ui",
 7412 "util",
 7413 "workspace",
 7414]
 7415
 7416[[package]]
 7417name = "language_tools"
 7418version = "0.1.0"
 7419dependencies = [
 7420 "anyhow",
 7421 "client",
 7422 "collections",
 7423 "copilot",
 7424 "editor",
 7425 "env_logger 0.11.7",
 7426 "futures 0.3.31",
 7427 "gpui",
 7428 "itertools 0.14.0",
 7429 "language",
 7430 "lsp",
 7431 "project",
 7432 "release_channel",
 7433 "serde_json",
 7434 "settings",
 7435 "theme",
 7436 "tree-sitter",
 7437 "ui",
 7438 "util",
 7439 "workspace",
 7440 "zed_actions",
 7441]
 7442
 7443[[package]]
 7444name = "languages"
 7445version = "0.1.0"
 7446dependencies = [
 7447 "anyhow",
 7448 "async-compression",
 7449 "async-tar",
 7450 "async-trait",
 7451 "collections",
 7452 "futures 0.3.31",
 7453 "gpui",
 7454 "http_client",
 7455 "language",
 7456 "log",
 7457 "lsp",
 7458 "node_runtime",
 7459 "paths",
 7460 "pet",
 7461 "pet-conda",
 7462 "pet-core",
 7463 "pet-fs",
 7464 "pet-poetry",
 7465 "pet-reporter",
 7466 "pretty_assertions",
 7467 "project",
 7468 "regex",
 7469 "rope",
 7470 "rust-embed",
 7471 "serde",
 7472 "serde_json",
 7473 "settings",
 7474 "smol",
 7475 "snippet_provider",
 7476 "task",
 7477 "text",
 7478 "theme",
 7479 "toml 0.8.20",
 7480 "tree-sitter",
 7481 "tree-sitter-bash",
 7482 "tree-sitter-c",
 7483 "tree-sitter-cpp",
 7484 "tree-sitter-css",
 7485 "tree-sitter-diff",
 7486 "tree-sitter-gitcommit",
 7487 "tree-sitter-go",
 7488 "tree-sitter-gomod",
 7489 "tree-sitter-gowork",
 7490 "tree-sitter-jsdoc",
 7491 "tree-sitter-json",
 7492 "tree-sitter-md",
 7493 "tree-sitter-python",
 7494 "tree-sitter-regex",
 7495 "tree-sitter-rust",
 7496 "tree-sitter-typescript",
 7497 "tree-sitter-yaml",
 7498 "unindent",
 7499 "util",
 7500 "workspace",
 7501]
 7502
 7503[[package]]
 7504name = "lazy_static"
 7505version = "1.5.0"
 7506source = "registry+https://github.com/rust-lang/crates.io-index"
 7507checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 7508dependencies = [
 7509 "spin",
 7510]
 7511
 7512[[package]]
 7513name = "lazycell"
 7514version = "1.3.0"
 7515source = "registry+https://github.com/rust-lang/crates.io-index"
 7516checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 7517
 7518[[package]]
 7519name = "leb128"
 7520version = "0.2.5"
 7521source = "registry+https://github.com/rust-lang/crates.io-index"
 7522checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 7523
 7524[[package]]
 7525name = "lebe"
 7526version = "0.5.2"
 7527source = "registry+https://github.com/rust-lang/crates.io-index"
 7528checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
 7529
 7530[[package]]
 7531name = "libc"
 7532version = "0.2.171"
 7533source = "registry+https://github.com/rust-lang/crates.io-index"
 7534checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
 7535
 7536[[package]]
 7537name = "libdbus-sys"
 7538version = "0.2.5"
 7539source = "registry+https://github.com/rust-lang/crates.io-index"
 7540checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
 7541dependencies = [
 7542 "cc",
 7543 "pkg-config",
 7544]
 7545
 7546[[package]]
 7547name = "libfuzzer-sys"
 7548version = "0.4.8"
 7549source = "registry+https://github.com/rust-lang/crates.io-index"
 7550checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
 7551dependencies = [
 7552 "arbitrary",
 7553 "cc",
 7554]
 7555
 7556[[package]]
 7557name = "libgit2-sys"
 7558version = "0.18.1+1.9.0"
 7559source = "registry+https://github.com/rust-lang/crates.io-index"
 7560checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
 7561dependencies = [
 7562 "cc",
 7563 "libc",
 7564 "libz-sys",
 7565 "pkg-config",
 7566]
 7567
 7568[[package]]
 7569name = "libloading"
 7570version = "0.8.6"
 7571source = "registry+https://github.com/rust-lang/crates.io-index"
 7572checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
 7573dependencies = [
 7574 "cfg-if",
 7575 "windows-targets 0.48.5",
 7576]
 7577
 7578[[package]]
 7579name = "libm"
 7580version = "0.2.11"
 7581source = "registry+https://github.com/rust-lang/crates.io-index"
 7582checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
 7583
 7584[[package]]
 7585name = "libmimalloc-sys"
 7586version = "0.1.39"
 7587source = "registry+https://github.com/rust-lang/crates.io-index"
 7588checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
 7589dependencies = [
 7590 "cc",
 7591 "libc",
 7592]
 7593
 7594[[package]]
 7595name = "libredox"
 7596version = "0.1.3"
 7597source = "registry+https://github.com/rust-lang/crates.io-index"
 7598checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
 7599dependencies = [
 7600 "bitflags 2.8.0",
 7601 "libc",
 7602 "redox_syscall 0.5.8",
 7603]
 7604
 7605[[package]]
 7606name = "libsqlite3-sys"
 7607version = "0.30.1"
 7608source = "registry+https://github.com/rust-lang/crates.io-index"
 7609checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 7610dependencies = [
 7611 "cc",
 7612 "pkg-config",
 7613 "vcpkg",
 7614]
 7615
 7616[[package]]
 7617name = "libwebrtc"
 7618version = "0.3.7"
 7619source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7620dependencies = [
 7621 "cxx",
 7622 "jni",
 7623 "js-sys",
 7624 "lazy_static",
 7625 "livekit-protocol",
 7626 "livekit-runtime",
 7627 "log",
 7628 "parking_lot",
 7629 "serde",
 7630 "serde_json",
 7631 "thiserror 1.0.69",
 7632 "tokio",
 7633 "wasm-bindgen",
 7634 "wasm-bindgen-futures",
 7635 "web-sys",
 7636 "webrtc-sys",
 7637]
 7638
 7639[[package]]
 7640name = "libz-sys"
 7641version = "1.1.20"
 7642source = "registry+https://github.com/rust-lang/crates.io-index"
 7643checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
 7644dependencies = [
 7645 "cc",
 7646 "libc",
 7647 "pkg-config",
 7648 "vcpkg",
 7649]
 7650
 7651[[package]]
 7652name = "link-cplusplus"
 7653version = "1.0.9"
 7654source = "registry+https://github.com/rust-lang/crates.io-index"
 7655checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
 7656dependencies = [
 7657 "cc",
 7658]
 7659
 7660[[package]]
 7661name = "linkify"
 7662version = "0.10.0"
 7663source = "registry+https://github.com/rust-lang/crates.io-index"
 7664checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 7665dependencies = [
 7666 "memchr",
 7667]
 7668
 7669[[package]]
 7670name = "linkme"
 7671version = "0.3.32"
 7672source = "registry+https://github.com/rust-lang/crates.io-index"
 7673checksum = "22d227772b5999ddc0690e733f734f95ca05387e329c4084fe65678c51198ffe"
 7674dependencies = [
 7675 "linkme-impl",
 7676]
 7677
 7678[[package]]
 7679name = "linkme-impl"
 7680version = "0.3.32"
 7681source = "registry+https://github.com/rust-lang/crates.io-index"
 7682checksum = "71a98813fa0073a317ed6a8055dcd4722a49d9b862af828ee68449adb799b6be"
 7683dependencies = [
 7684 "proc-macro2",
 7685 "quote",
 7686 "syn 2.0.100",
 7687]
 7688
 7689[[package]]
 7690name = "linux-raw-sys"
 7691version = "0.4.14"
 7692source = "registry+https://github.com/rust-lang/crates.io-index"
 7693checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
 7694
 7695[[package]]
 7696name = "litemap"
 7697version = "0.7.4"
 7698source = "registry+https://github.com/rust-lang/crates.io-index"
 7699checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
 7700
 7701[[package]]
 7702name = "livekit"
 7703version = "0.7.0"
 7704source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7705dependencies = [
 7706 "chrono",
 7707 "futures-util",
 7708 "lazy_static",
 7709 "libwebrtc",
 7710 "livekit-api",
 7711 "livekit-protocol",
 7712 "livekit-runtime",
 7713 "log",
 7714 "parking_lot",
 7715 "prost 0.12.6",
 7716 "semver",
 7717 "serde",
 7718 "serde_json",
 7719 "thiserror 1.0.69",
 7720 "tokio",
 7721]
 7722
 7723[[package]]
 7724name = "livekit-api"
 7725version = "0.4.1"
 7726source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7727dependencies = [
 7728 "async-tungstenite",
 7729 "futures-util",
 7730 "http 0.2.12",
 7731 "jsonwebtoken",
 7732 "livekit-protocol",
 7733 "livekit-runtime",
 7734 "log",
 7735 "parking_lot",
 7736 "prost 0.12.6",
 7737 "reqwest 0.11.27",
 7738 "scopeguard",
 7739 "serde",
 7740 "serde_json",
 7741 "sha2",
 7742 "thiserror 1.0.69",
 7743 "tokio",
 7744 "tokio-tungstenite 0.20.1",
 7745 "url",
 7746]
 7747
 7748[[package]]
 7749name = "livekit-protocol"
 7750version = "0.3.6"
 7751source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7752dependencies = [
 7753 "futures-util",
 7754 "livekit-runtime",
 7755 "parking_lot",
 7756 "pbjson",
 7757 "pbjson-types",
 7758 "prost 0.12.6",
 7759 "prost-types 0.12.6",
 7760 "serde",
 7761 "thiserror 1.0.69",
 7762 "tokio",
 7763]
 7764
 7765[[package]]
 7766name = "livekit-runtime"
 7767version = "0.3.1"
 7768source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7769dependencies = [
 7770 "async-io",
 7771 "async-std",
 7772 "async-task",
 7773 "futures 0.3.31",
 7774]
 7775
 7776[[package]]
 7777name = "livekit_api"
 7778version = "0.1.0"
 7779dependencies = [
 7780 "anyhow",
 7781 "async-trait",
 7782 "jsonwebtoken",
 7783 "log",
 7784 "prost 0.9.0",
 7785 "prost-build 0.9.0",
 7786 "prost-types 0.9.0",
 7787 "reqwest 0.12.8",
 7788 "serde",
 7789]
 7790
 7791[[package]]
 7792name = "livekit_client"
 7793version = "0.1.0"
 7794dependencies = [
 7795 "anyhow",
 7796 "async-trait",
 7797 "collections",
 7798 "core-foundation 0.9.4",
 7799 "coreaudio-rs 0.12.1",
 7800 "cpal",
 7801 "futures 0.3.31",
 7802 "gpui",
 7803 "http 0.2.12",
 7804 "http_client",
 7805 "image",
 7806 "livekit",
 7807 "livekit_api",
 7808 "log",
 7809 "media",
 7810 "nanoid",
 7811 "parking_lot",
 7812 "postage",
 7813 "serde",
 7814 "serde_json",
 7815 "sha2",
 7816 "simplelog",
 7817 "smallvec",
 7818 "util",
 7819]
 7820
 7821[[package]]
 7822name = "livekit_client_macos"
 7823version = "0.1.0"
 7824dependencies = [
 7825 "anyhow",
 7826 "async-broadcast",
 7827 "async-trait",
 7828 "collections",
 7829 "core-foundation 0.9.4",
 7830 "futures 0.3.31",
 7831 "gpui",
 7832 "livekit_api",
 7833 "log",
 7834 "media",
 7835 "nanoid",
 7836 "parking_lot",
 7837 "postage",
 7838 "serde",
 7839 "serde_json",
 7840 "sha2",
 7841 "simplelog",
 7842]
 7843
 7844[[package]]
 7845name = "lmdb-master-sys"
 7846version = "0.2.4"
 7847source = "registry+https://github.com/rust-lang/crates.io-index"
 7848checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
 7849dependencies = [
 7850 "cc",
 7851 "doxygen-rs",
 7852 "libc",
 7853]
 7854
 7855[[package]]
 7856name = "lmstudio"
 7857version = "0.1.0"
 7858dependencies = [
 7859 "anyhow",
 7860 "futures 0.3.31",
 7861 "http_client",
 7862 "schemars",
 7863 "serde",
 7864 "serde_json",
 7865]
 7866
 7867[[package]]
 7868name = "lock_api"
 7869version = "0.4.12"
 7870source = "registry+https://github.com/rust-lang/crates.io-index"
 7871checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
 7872dependencies = [
 7873 "autocfg",
 7874 "scopeguard",
 7875]
 7876
 7877[[package]]
 7878name = "log"
 7879version = "0.4.26"
 7880source = "registry+https://github.com/rust-lang/crates.io-index"
 7881checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
 7882dependencies = [
 7883 "serde",
 7884 "value-bag",
 7885]
 7886
 7887[[package]]
 7888name = "loop9"
 7889version = "0.1.5"
 7890source = "registry+https://github.com/rust-lang/crates.io-index"
 7891checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
 7892dependencies = [
 7893 "imgref",
 7894]
 7895
 7896[[package]]
 7897name = "lru"
 7898version = "0.12.5"
 7899source = "registry+https://github.com/rust-lang/crates.io-index"
 7900checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
 7901dependencies = [
 7902 "hashbrown 0.15.2",
 7903]
 7904
 7905[[package]]
 7906name = "lsp"
 7907version = "0.1.0"
 7908dependencies = [
 7909 "anyhow",
 7910 "async-pipe",
 7911 "collections",
 7912 "ctor",
 7913 "env_logger 0.11.7",
 7914 "futures 0.3.31",
 7915 "gpui",
 7916 "log",
 7917 "lsp-types",
 7918 "parking_lot",
 7919 "postage",
 7920 "release_channel",
 7921 "schemars",
 7922 "serde",
 7923 "serde_json",
 7924 "smol",
 7925 "util",
 7926]
 7927
 7928[[package]]
 7929name = "lsp-types"
 7930version = "0.95.1"
 7931source = "git+https://github.com/zed-industries/lsp-types?rev=1fff0dd12e2071c5667327394cfec163d2a466ab#1fff0dd12e2071c5667327394cfec163d2a466ab"
 7932dependencies = [
 7933 "bitflags 1.3.2",
 7934 "serde",
 7935 "serde_json",
 7936 "serde_repr",
 7937 "url",
 7938]
 7939
 7940[[package]]
 7941name = "lua-src"
 7942version = "547.0.0"
 7943source = "registry+https://github.com/rust-lang/crates.io-index"
 7944checksum = "1edaf29e3517b49b8b746701e5648ccb5785cde1c119062cbabbc5d5cd115e42"
 7945dependencies = [
 7946 "cc",
 7947]
 7948
 7949[[package]]
 7950name = "luajit-src"
 7951version = "210.5.12+a4f56a4"
 7952source = "registry+https://github.com/rust-lang/crates.io-index"
 7953checksum = "b3a8e7962a5368d5f264d045a5a255e90f9aa3fc1941ae15a8d2940d42cac671"
 7954dependencies = [
 7955 "cc",
 7956 "which 7.0.2",
 7957]
 7958
 7959[[package]]
 7960name = "lyon"
 7961version = "1.0.1"
 7962source = "registry+https://github.com/rust-lang/crates.io-index"
 7963checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
 7964dependencies = [
 7965 "lyon_algorithms",
 7966 "lyon_extra",
 7967 "lyon_tessellation",
 7968]
 7969
 7970[[package]]
 7971name = "lyon_algorithms"
 7972version = "1.0.5"
 7973source = "registry+https://github.com/rust-lang/crates.io-index"
 7974checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
 7975dependencies = [
 7976 "lyon_path",
 7977 "num-traits",
 7978]
 7979
 7980[[package]]
 7981name = "lyon_extra"
 7982version = "1.0.3"
 7983source = "registry+https://github.com/rust-lang/crates.io-index"
 7984checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
 7985dependencies = [
 7986 "lyon_path",
 7987 "thiserror 1.0.69",
 7988]
 7989
 7990[[package]]
 7991name = "lyon_geom"
 7992version = "1.0.6"
 7993source = "registry+https://github.com/rust-lang/crates.io-index"
 7994checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
 7995dependencies = [
 7996 "arrayvec",
 7997 "euclid",
 7998 "num-traits",
 7999]
 8000
 8001[[package]]
 8002name = "lyon_path"
 8003version = "1.0.6"
 8004source = "registry+https://github.com/rust-lang/crates.io-index"
 8005checksum = "8e0b8aec2f58586f6eef237985b9a9b7cb3a3aff4417c575075cf95bf925252e"
 8006dependencies = [
 8007 "lyon_geom",
 8008 "num-traits",
 8009]
 8010
 8011[[package]]
 8012name = "lyon_tessellation"
 8013version = "1.0.15"
 8014source = "registry+https://github.com/rust-lang/crates.io-index"
 8015checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
 8016dependencies = [
 8017 "float_next_after",
 8018 "lyon_path",
 8019 "num-traits",
 8020]
 8021
 8022[[package]]
 8023name = "mac"
 8024version = "0.1.1"
 8025source = "registry+https://github.com/rust-lang/crates.io-index"
 8026checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
 8027
 8028[[package]]
 8029name = "mach2"
 8030version = "0.4.2"
 8031source = "registry+https://github.com/rust-lang/crates.io-index"
 8032checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
 8033dependencies = [
 8034 "libc",
 8035]
 8036
 8037[[package]]
 8038name = "malloc_buf"
 8039version = "0.0.6"
 8040source = "registry+https://github.com/rust-lang/crates.io-index"
 8041checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
 8042dependencies = [
 8043 "libc",
 8044]
 8045
 8046[[package]]
 8047name = "maplit"
 8048version = "1.0.2"
 8049source = "registry+https://github.com/rust-lang/crates.io-index"
 8050checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
 8051
 8052[[package]]
 8053name = "markdown"
 8054version = "0.1.0"
 8055dependencies = [
 8056 "anyhow",
 8057 "assets",
 8058 "env_logger 0.11.7",
 8059 "gpui",
 8060 "language",
 8061 "languages",
 8062 "linkify",
 8063 "log",
 8064 "node_runtime",
 8065 "pulldown-cmark 0.12.2",
 8066 "settings",
 8067 "theme",
 8068 "ui",
 8069 "util",
 8070]
 8071
 8072[[package]]
 8073name = "markdown_preview"
 8074version = "0.1.0"
 8075dependencies = [
 8076 "anyhow",
 8077 "async-recursion 1.1.1",
 8078 "collections",
 8079 "editor",
 8080 "gpui",
 8081 "language",
 8082 "linkify",
 8083 "log",
 8084 "pretty_assertions",
 8085 "pulldown-cmark 0.12.2",
 8086 "settings",
 8087 "theme",
 8088 "ui",
 8089 "util",
 8090 "workspace",
 8091]
 8092
 8093[[package]]
 8094name = "markup5ever"
 8095version = "0.12.1"
 8096source = "registry+https://github.com/rust-lang/crates.io-index"
 8097checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
 8098dependencies = [
 8099 "log",
 8100 "phf",
 8101 "phf_codegen",
 8102 "string_cache",
 8103 "string_cache_codegen",
 8104 "tendril",
 8105]
 8106
 8107[[package]]
 8108name = "markup5ever_rcdom"
 8109version = "0.3.0"
 8110source = "registry+https://github.com/rust-lang/crates.io-index"
 8111checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
 8112dependencies = [
 8113 "html5ever",
 8114 "markup5ever",
 8115 "tendril",
 8116 "xml5ever",
 8117]
 8118
 8119[[package]]
 8120name = "matchers"
 8121version = "0.1.0"
 8122source = "registry+https://github.com/rust-lang/crates.io-index"
 8123checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
 8124dependencies = [
 8125 "regex-automata 0.1.10",
 8126]
 8127
 8128[[package]]
 8129name = "matchit"
 8130version = "0.7.3"
 8131source = "registry+https://github.com/rust-lang/crates.io-index"
 8132checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
 8133
 8134[[package]]
 8135name = "maybe-owned"
 8136version = "0.3.4"
 8137source = "registry+https://github.com/rust-lang/crates.io-index"
 8138checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
 8139
 8140[[package]]
 8141name = "maybe-rayon"
 8142version = "0.1.1"
 8143source = "registry+https://github.com/rust-lang/crates.io-index"
 8144checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
 8145dependencies = [
 8146 "cfg-if",
 8147 "rayon",
 8148]
 8149
 8150[[package]]
 8151name = "md-5"
 8152version = "0.10.6"
 8153source = "registry+https://github.com/rust-lang/crates.io-index"
 8154checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
 8155dependencies = [
 8156 "cfg-if",
 8157 "digest",
 8158]
 8159
 8160[[package]]
 8161name = "mdbook"
 8162version = "0.4.47"
 8163source = "registry+https://github.com/rust-lang/crates.io-index"
 8164checksum = "7e1a8fe3a4a01f28dab245c474cb7b95ccb4d3d2f17a5419a3d949f474c45e84"
 8165dependencies = [
 8166 "ammonia",
 8167 "anyhow",
 8168 "chrono",
 8169 "clap",
 8170 "clap_complete",
 8171 "elasticlunr-rs",
 8172 "env_logger 0.11.7",
 8173 "futures-util",
 8174 "handlebars 6.2.0",
 8175 "hex",
 8176 "ignore",
 8177 "log",
 8178 "memchr",
 8179 "notify 8.0.0",
 8180 "notify-debouncer-mini",
 8181 "once_cell",
 8182 "opener",
 8183 "pathdiff",
 8184 "pulldown-cmark 0.10.3",
 8185 "regex",
 8186 "serde",
 8187 "serde_json",
 8188 "sha2",
 8189 "shlex",
 8190 "tempfile",
 8191 "tokio",
 8192 "toml 0.5.11",
 8193 "topological-sort",
 8194 "walkdir",
 8195 "warp",
 8196]
 8197
 8198[[package]]
 8199name = "media"
 8200version = "0.1.0"
 8201dependencies = [
 8202 "anyhow",
 8203 "bindgen 0.70.1",
 8204 "core-foundation 0.9.4",
 8205 "ctor",
 8206 "foreign-types 0.5.0",
 8207 "metal",
 8208 "objc",
 8209]
 8210
 8211[[package]]
 8212name = "memchr"
 8213version = "2.7.4"
 8214source = "registry+https://github.com/rust-lang/crates.io-index"
 8215checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
 8216
 8217[[package]]
 8218name = "memfd"
 8219version = "0.6.4"
 8220source = "registry+https://github.com/rust-lang/crates.io-index"
 8221checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
 8222dependencies = [
 8223 "rustix",
 8224]
 8225
 8226[[package]]
 8227name = "memmap2"
 8228version = "0.9.5"
 8229source = "registry+https://github.com/rust-lang/crates.io-index"
 8230checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
 8231dependencies = [
 8232 "libc",
 8233]
 8234
 8235[[package]]
 8236name = "memoffset"
 8237version = "0.9.1"
 8238source = "registry+https://github.com/rust-lang/crates.io-index"
 8239checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
 8240dependencies = [
 8241 "autocfg",
 8242]
 8243
 8244[[package]]
 8245name = "menu"
 8246version = "0.1.0"
 8247dependencies = [
 8248 "gpui",
 8249 "serde",
 8250]
 8251
 8252[[package]]
 8253name = "metal"
 8254version = "0.31.0"
 8255source = "registry+https://github.com/rust-lang/crates.io-index"
 8256checksum = "f569fb946490b5743ad69813cb19629130ce9374034abe31614a36402d18f99e"
 8257dependencies = [
 8258 "bitflags 2.8.0",
 8259 "block",
 8260 "core-graphics-types 0.1.3",
 8261 "foreign-types 0.5.0",
 8262 "log",
 8263 "objc",
 8264 "paste",
 8265]
 8266
 8267[[package]]
 8268name = "migrator"
 8269version = "0.1.0"
 8270dependencies = [
 8271 "anyhow",
 8272 "collections",
 8273 "convert_case 0.8.0",
 8274 "log",
 8275 "pretty_assertions",
 8276 "streaming-iterator",
 8277 "tree-sitter",
 8278 "tree-sitter-json",
 8279]
 8280
 8281[[package]]
 8282name = "mimalloc"
 8283version = "0.1.43"
 8284source = "registry+https://github.com/rust-lang/crates.io-index"
 8285checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
 8286dependencies = [
 8287 "libmimalloc-sys",
 8288]
 8289
 8290[[package]]
 8291name = "mime"
 8292version = "0.3.17"
 8293source = "registry+https://github.com/rust-lang/crates.io-index"
 8294checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 8295
 8296[[package]]
 8297name = "mime_guess"
 8298version = "2.0.5"
 8299source = "registry+https://github.com/rust-lang/crates.io-index"
 8300checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
 8301dependencies = [
 8302 "mime",
 8303 "unicase",
 8304]
 8305
 8306[[package]]
 8307name = "minimal-lexical"
 8308version = "0.2.1"
 8309source = "registry+https://github.com/rust-lang/crates.io-index"
 8310checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 8311
 8312[[package]]
 8313name = "miniz_oxide"
 8314version = "0.8.0"
 8315source = "registry+https://github.com/rust-lang/crates.io-index"
 8316checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
 8317dependencies = [
 8318 "adler2",
 8319 "simd-adler32",
 8320]
 8321
 8322[[package]]
 8323name = "mint"
 8324version = "0.5.9"
 8325source = "registry+https://github.com/rust-lang/crates.io-index"
 8326checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
 8327
 8328[[package]]
 8329name = "mio"
 8330version = "0.8.11"
 8331source = "registry+https://github.com/rust-lang/crates.io-index"
 8332checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
 8333dependencies = [
 8334 "libc",
 8335 "log",
 8336 "wasi 0.11.0+wasi-snapshot-preview1",
 8337 "windows-sys 0.48.0",
 8338]
 8339
 8340[[package]]
 8341name = "mio"
 8342version = "1.0.3"
 8343source = "registry+https://github.com/rust-lang/crates.io-index"
 8344checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
 8345dependencies = [
 8346 "libc",
 8347 "log",
 8348 "wasi 0.11.0+wasi-snapshot-preview1",
 8349 "windows-sys 0.52.0",
 8350]
 8351
 8352[[package]]
 8353name = "miow"
 8354version = "0.6.0"
 8355source = "registry+https://github.com/rust-lang/crates.io-index"
 8356checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
 8357dependencies = [
 8358 "windows-sys 0.48.0",
 8359]
 8360
 8361[[package]]
 8362name = "mistral"
 8363version = "0.1.0"
 8364dependencies = [
 8365 "anyhow",
 8366 "futures 0.3.31",
 8367 "http_client",
 8368 "schemars",
 8369 "serde",
 8370 "serde_json",
 8371 "strum",
 8372]
 8373
 8374[[package]]
 8375name = "mlua"
 8376version = "0.10.3"
 8377source = "registry+https://github.com/rust-lang/crates.io-index"
 8378checksum = "d3f763c1041eff92ffb5d7169968a327e1ed2ebfe425dac0ee5a35f29082534b"
 8379dependencies = [
 8380 "bstr",
 8381 "either",
 8382 "futures-util",
 8383 "mlua-sys",
 8384 "num-traits",
 8385 "parking_lot",
 8386 "rustc-hash 2.1.1",
 8387]
 8388
 8389[[package]]
 8390name = "mlua-sys"
 8391version = "0.6.7"
 8392source = "registry+https://github.com/rust-lang/crates.io-index"
 8393checksum = "1901c1a635a22fe9250ffcc4fcc937c16b47c2e9e71adba8784af8bca1f69594"
 8394dependencies = [
 8395 "cc",
 8396 "cfg-if",
 8397 "lua-src",
 8398 "luajit-src",
 8399 "pkg-config",
 8400]
 8401
 8402[[package]]
 8403name = "msvc_spectre_libs"
 8404version = "0.1.2"
 8405source = "registry+https://github.com/rust-lang/crates.io-index"
 8406checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
 8407dependencies = [
 8408 "cc",
 8409]
 8410
 8411[[package]]
 8412name = "multi_buffer"
 8413version = "0.1.0"
 8414dependencies = [
 8415 "anyhow",
 8416 "buffer_diff",
 8417 "clock",
 8418 "collections",
 8419 "ctor",
 8420 "env_logger 0.11.7",
 8421 "futures 0.3.31",
 8422 "gpui",
 8423 "indoc",
 8424 "itertools 0.14.0",
 8425 "language",
 8426 "log",
 8427 "parking_lot",
 8428 "pretty_assertions",
 8429 "project",
 8430 "rand 0.8.5",
 8431 "rope",
 8432 "serde",
 8433 "settings",
 8434 "smallvec",
 8435 "smol",
 8436 "sum_tree",
 8437 "text",
 8438 "theme",
 8439 "tree-sitter",
 8440 "util",
 8441]
 8442
 8443[[package]]
 8444name = "multimap"
 8445version = "0.8.3"
 8446source = "registry+https://github.com/rust-lang/crates.io-index"
 8447checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
 8448
 8449[[package]]
 8450name = "multimap"
 8451version = "0.10.0"
 8452source = "registry+https://github.com/rust-lang/crates.io-index"
 8453checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
 8454
 8455[[package]]
 8456name = "naga"
 8457version = "23.1.0"
 8458source = "registry+https://github.com/rust-lang/crates.io-index"
 8459checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
 8460dependencies = [
 8461 "arrayvec",
 8462 "bit-set 0.8.0",
 8463 "bitflags 2.8.0",
 8464 "cfg_aliases 0.1.1",
 8465 "codespan-reporting",
 8466 "hexf-parse",
 8467 "indexmap",
 8468 "log",
 8469 "rustc-hash 1.1.0",
 8470 "spirv",
 8471 "termcolor",
 8472 "thiserror 1.0.69",
 8473 "unicode-xid",
 8474]
 8475
 8476[[package]]
 8477name = "nanoid"
 8478version = "0.4.0"
 8479source = "registry+https://github.com/rust-lang/crates.io-index"
 8480checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
 8481dependencies = [
 8482 "rand 0.8.5",
 8483]
 8484
 8485[[package]]
 8486name = "nanorand"
 8487version = "0.7.0"
 8488source = "registry+https://github.com/rust-lang/crates.io-index"
 8489checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
 8490dependencies = [
 8491 "getrandom 0.2.15",
 8492]
 8493
 8494[[package]]
 8495name = "native-tls"
 8496version = "0.2.12"
 8497source = "registry+https://github.com/rust-lang/crates.io-index"
 8498checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
 8499dependencies = [
 8500 "libc",
 8501 "log",
 8502 "openssl",
 8503 "openssl-probe",
 8504 "openssl-sys",
 8505 "schannel",
 8506 "security-framework 2.11.1",
 8507 "security-framework-sys",
 8508 "tempfile",
 8509]
 8510
 8511[[package]]
 8512name = "nbformat"
 8513version = "0.10.0"
 8514source = "registry+https://github.com/rust-lang/crates.io-index"
 8515checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
 8516dependencies = [
 8517 "anyhow",
 8518 "chrono",
 8519 "jupyter-protocol",
 8520 "serde",
 8521 "serde_json",
 8522 "thiserror 1.0.69",
 8523 "uuid",
 8524]
 8525
 8526[[package]]
 8527name = "ndk"
 8528version = "0.8.0"
 8529source = "registry+https://github.com/rust-lang/crates.io-index"
 8530checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
 8531dependencies = [
 8532 "bitflags 2.8.0",
 8533 "jni-sys",
 8534 "log",
 8535 "ndk-sys",
 8536 "num_enum",
 8537 "thiserror 1.0.69",
 8538]
 8539
 8540[[package]]
 8541name = "ndk-context"
 8542version = "0.1.1"
 8543source = "registry+https://github.com/rust-lang/crates.io-index"
 8544checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
 8545
 8546[[package]]
 8547name = "ndk-sys"
 8548version = "0.5.0+25.2.9519653"
 8549source = "registry+https://github.com/rust-lang/crates.io-index"
 8550checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
 8551dependencies = [
 8552 "jni-sys",
 8553]
 8554
 8555[[package]]
 8556name = "new_debug_unreachable"
 8557version = "1.0.6"
 8558source = "registry+https://github.com/rust-lang/crates.io-index"
 8559checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
 8560
 8561[[package]]
 8562name = "nix"
 8563version = "0.29.0"
 8564source = "registry+https://github.com/rust-lang/crates.io-index"
 8565checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
 8566dependencies = [
 8567 "bitflags 2.8.0",
 8568 "cfg-if",
 8569 "cfg_aliases 0.2.1",
 8570 "libc",
 8571 "memoffset",
 8572]
 8573
 8574[[package]]
 8575name = "node_runtime"
 8576version = "0.1.0"
 8577dependencies = [
 8578 "anyhow",
 8579 "async-compression",
 8580 "async-std",
 8581 "async-tar",
 8582 "async-trait",
 8583 "async-watch",
 8584 "async_zip",
 8585 "futures 0.3.31",
 8586 "http_client",
 8587 "log",
 8588 "paths",
 8589 "semver",
 8590 "serde",
 8591 "serde_json",
 8592 "smol",
 8593 "tempfile",
 8594 "util",
 8595 "walkdir",
 8596 "which 6.0.3",
 8597]
 8598
 8599[[package]]
 8600name = "nom"
 8601version = "7.1.3"
 8602source = "registry+https://github.com/rust-lang/crates.io-index"
 8603checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
 8604dependencies = [
 8605 "memchr",
 8606 "minimal-lexical",
 8607]
 8608
 8609[[package]]
 8610name = "noop_proc_macro"
 8611version = "0.3.0"
 8612source = "registry+https://github.com/rust-lang/crates.io-index"
 8613checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
 8614
 8615[[package]]
 8616name = "normpath"
 8617version = "1.3.0"
 8618source = "registry+https://github.com/rust-lang/crates.io-index"
 8619checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
 8620dependencies = [
 8621 "windows-sys 0.59.0",
 8622]
 8623
 8624[[package]]
 8625name = "notifications"
 8626version = "0.1.0"
 8627dependencies = [
 8628 "anyhow",
 8629 "channel",
 8630 "client",
 8631 "collections",
 8632 "component",
 8633 "db",
 8634 "gpui",
 8635 "linkme",
 8636 "rpc",
 8637 "settings",
 8638 "sum_tree",
 8639 "time",
 8640 "ui",
 8641 "util",
 8642 "workspace",
 8643]
 8644
 8645[[package]]
 8646name = "notify"
 8647version = "6.1.1"
 8648source = "registry+https://github.com/rust-lang/crates.io-index"
 8649checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
 8650dependencies = [
 8651 "bitflags 2.8.0",
 8652 "crossbeam-channel",
 8653 "filetime",
 8654 "fsevent-sys 4.1.0",
 8655 "inotify 0.9.6",
 8656 "kqueue",
 8657 "libc",
 8658 "log",
 8659 "mio 0.8.11",
 8660 "walkdir",
 8661 "windows-sys 0.48.0",
 8662]
 8663
 8664[[package]]
 8665name = "notify"
 8666version = "8.0.0"
 8667source = "registry+https://github.com/rust-lang/crates.io-index"
 8668checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943"
 8669dependencies = [
 8670 "bitflags 2.8.0",
 8671 "filetime",
 8672 "fsevent-sys 4.1.0",
 8673 "inotify 0.11.0",
 8674 "kqueue",
 8675 "libc",
 8676 "log",
 8677 "mio 1.0.3",
 8678 "notify-types",
 8679 "walkdir",
 8680 "windows-sys 0.59.0",
 8681]
 8682
 8683[[package]]
 8684name = "notify-debouncer-mini"
 8685version = "0.6.0"
 8686source = "registry+https://github.com/rust-lang/crates.io-index"
 8687checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
 8688dependencies = [
 8689 "log",
 8690 "notify 8.0.0",
 8691 "notify-types",
 8692 "tempfile",
 8693]
 8694
 8695[[package]]
 8696name = "notify-types"
 8697version = "2.0.0"
 8698source = "registry+https://github.com/rust-lang/crates.io-index"
 8699checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
 8700
 8701[[package]]
 8702name = "ntapi"
 8703version = "0.4.1"
 8704source = "registry+https://github.com/rust-lang/crates.io-index"
 8705checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
 8706dependencies = [
 8707 "winapi",
 8708]
 8709
 8710[[package]]
 8711name = "nu-ansi-term"
 8712version = "0.46.0"
 8713source = "registry+https://github.com/rust-lang/crates.io-index"
 8714checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
 8715dependencies = [
 8716 "overload",
 8717 "winapi",
 8718]
 8719
 8720[[package]]
 8721name = "num"
 8722version = "0.4.3"
 8723source = "registry+https://github.com/rust-lang/crates.io-index"
 8724checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
 8725dependencies = [
 8726 "num-bigint",
 8727 "num-complex",
 8728 "num-integer",
 8729 "num-iter",
 8730 "num-rational",
 8731 "num-traits",
 8732]
 8733
 8734[[package]]
 8735name = "num-bigint"
 8736version = "0.4.6"
 8737source = "registry+https://github.com/rust-lang/crates.io-index"
 8738checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
 8739dependencies = [
 8740 "num-integer",
 8741 "num-traits",
 8742]
 8743
 8744[[package]]
 8745name = "num-bigint-dig"
 8746version = "0.8.4"
 8747source = "registry+https://github.com/rust-lang/crates.io-index"
 8748checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
 8749dependencies = [
 8750 "byteorder",
 8751 "lazy_static",
 8752 "libm",
 8753 "num-integer",
 8754 "num-iter",
 8755 "num-traits",
 8756 "rand 0.8.5",
 8757 "serde",
 8758 "smallvec",
 8759 "zeroize",
 8760]
 8761
 8762[[package]]
 8763name = "num-complex"
 8764version = "0.4.6"
 8765source = "registry+https://github.com/rust-lang/crates.io-index"
 8766checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
 8767dependencies = [
 8768 "num-traits",
 8769]
 8770
 8771[[package]]
 8772name = "num-conv"
 8773version = "0.1.0"
 8774source = "registry+https://github.com/rust-lang/crates.io-index"
 8775checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
 8776
 8777[[package]]
 8778name = "num-derive"
 8779version = "0.4.2"
 8780source = "registry+https://github.com/rust-lang/crates.io-index"
 8781checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
 8782dependencies = [
 8783 "proc-macro2",
 8784 "quote",
 8785 "syn 2.0.100",
 8786]
 8787
 8788[[package]]
 8789name = "num-format"
 8790version = "0.4.4"
 8791source = "registry+https://github.com/rust-lang/crates.io-index"
 8792checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
 8793dependencies = [
 8794 "arrayvec",
 8795 "itoa",
 8796]
 8797
 8798[[package]]
 8799name = "num-integer"
 8800version = "0.1.46"
 8801source = "registry+https://github.com/rust-lang/crates.io-index"
 8802checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
 8803dependencies = [
 8804 "num-traits",
 8805]
 8806
 8807[[package]]
 8808name = "num-iter"
 8809version = "0.1.45"
 8810source = "registry+https://github.com/rust-lang/crates.io-index"
 8811checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
 8812dependencies = [
 8813 "autocfg",
 8814 "num-integer",
 8815 "num-traits",
 8816]
 8817
 8818[[package]]
 8819name = "num-modular"
 8820version = "0.6.1"
 8821source = "registry+https://github.com/rust-lang/crates.io-index"
 8822checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
 8823
 8824[[package]]
 8825name = "num-order"
 8826version = "1.2.0"
 8827source = "registry+https://github.com/rust-lang/crates.io-index"
 8828checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
 8829dependencies = [
 8830 "num-modular",
 8831]
 8832
 8833[[package]]
 8834name = "num-rational"
 8835version = "0.4.2"
 8836source = "registry+https://github.com/rust-lang/crates.io-index"
 8837checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
 8838dependencies = [
 8839 "num-bigint",
 8840 "num-integer",
 8841 "num-traits",
 8842]
 8843
 8844[[package]]
 8845name = "num-traits"
 8846version = "0.2.19"
 8847source = "registry+https://github.com/rust-lang/crates.io-index"
 8848checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
 8849dependencies = [
 8850 "autocfg",
 8851 "libm",
 8852]
 8853
 8854[[package]]
 8855name = "num_cpus"
 8856version = "1.16.0"
 8857source = "registry+https://github.com/rust-lang/crates.io-index"
 8858checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
 8859dependencies = [
 8860 "hermit-abi 0.3.9",
 8861 "libc",
 8862]
 8863
 8864[[package]]
 8865name = "num_enum"
 8866version = "0.7.3"
 8867source = "registry+https://github.com/rust-lang/crates.io-index"
 8868checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
 8869dependencies = [
 8870 "num_enum_derive",
 8871]
 8872
 8873[[package]]
 8874name = "num_enum_derive"
 8875version = "0.7.3"
 8876source = "registry+https://github.com/rust-lang/crates.io-index"
 8877checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
 8878dependencies = [
 8879 "proc-macro-crate",
 8880 "proc-macro2",
 8881 "quote",
 8882 "syn 2.0.100",
 8883]
 8884
 8885[[package]]
 8886name = "num_threads"
 8887version = "0.1.7"
 8888source = "registry+https://github.com/rust-lang/crates.io-index"
 8889checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
 8890dependencies = [
 8891 "libc",
 8892]
 8893
 8894[[package]]
 8895name = "nvim-rs"
 8896version = "0.8.0-pre"
 8897source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
 8898dependencies = [
 8899 "async-trait",
 8900 "futures 0.3.31",
 8901 "log",
 8902 "parity-tokio-ipc",
 8903 "rmp",
 8904 "rmpv",
 8905 "tokio",
 8906 "tokio-util",
 8907 "winapi",
 8908]
 8909
 8910[[package]]
 8911name = "objc"
 8912version = "0.2.7"
 8913source = "registry+https://github.com/rust-lang/crates.io-index"
 8914checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
 8915dependencies = [
 8916 "malloc_buf",
 8917]
 8918
 8919[[package]]
 8920name = "objc-sys"
 8921version = "0.3.5"
 8922source = "registry+https://github.com/rust-lang/crates.io-index"
 8923checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
 8924
 8925[[package]]
 8926name = "objc2"
 8927version = "0.5.2"
 8928source = "registry+https://github.com/rust-lang/crates.io-index"
 8929checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
 8930dependencies = [
 8931 "objc-sys",
 8932 "objc2-encode",
 8933]
 8934
 8935[[package]]
 8936name = "objc2-app-kit"
 8937version = "0.2.2"
 8938source = "registry+https://github.com/rust-lang/crates.io-index"
 8939checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
 8940dependencies = [
 8941 "bitflags 2.8.0",
 8942 "block2",
 8943 "libc",
 8944 "objc2",
 8945 "objc2-core-data",
 8946 "objc2-core-image",
 8947 "objc2-foundation",
 8948 "objc2-quartz-core",
 8949]
 8950
 8951[[package]]
 8952name = "objc2-cloud-kit"
 8953version = "0.2.2"
 8954source = "registry+https://github.com/rust-lang/crates.io-index"
 8955checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
 8956dependencies = [
 8957 "bitflags 2.8.0",
 8958 "block2",
 8959 "objc2",
 8960 "objc2-core-location",
 8961 "objc2-foundation",
 8962]
 8963
 8964[[package]]
 8965name = "objc2-contacts"
 8966version = "0.2.2"
 8967source = "registry+https://github.com/rust-lang/crates.io-index"
 8968checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
 8969dependencies = [
 8970 "block2",
 8971 "objc2",
 8972 "objc2-foundation",
 8973]
 8974
 8975[[package]]
 8976name = "objc2-core-data"
 8977version = "0.2.2"
 8978source = "registry+https://github.com/rust-lang/crates.io-index"
 8979checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
 8980dependencies = [
 8981 "bitflags 2.8.0",
 8982 "block2",
 8983 "objc2",
 8984 "objc2-foundation",
 8985]
 8986
 8987[[package]]
 8988name = "objc2-core-image"
 8989version = "0.2.2"
 8990source = "registry+https://github.com/rust-lang/crates.io-index"
 8991checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
 8992dependencies = [
 8993 "block2",
 8994 "objc2",
 8995 "objc2-foundation",
 8996 "objc2-metal",
 8997]
 8998
 8999[[package]]
 9000name = "objc2-core-location"
 9001version = "0.2.2"
 9002source = "registry+https://github.com/rust-lang/crates.io-index"
 9003checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
 9004dependencies = [
 9005 "block2",
 9006 "objc2",
 9007 "objc2-contacts",
 9008 "objc2-foundation",
 9009]
 9010
 9011[[package]]
 9012name = "objc2-encode"
 9013version = "4.0.3"
 9014source = "registry+https://github.com/rust-lang/crates.io-index"
 9015checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
 9016
 9017[[package]]
 9018name = "objc2-foundation"
 9019version = "0.2.2"
 9020source = "registry+https://github.com/rust-lang/crates.io-index"
 9021checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
 9022dependencies = [
 9023 "bitflags 2.8.0",
 9024 "block2",
 9025 "libc",
 9026 "objc2",
 9027]
 9028
 9029[[package]]
 9030name = "objc2-link-presentation"
 9031version = "0.2.2"
 9032source = "registry+https://github.com/rust-lang/crates.io-index"
 9033checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
 9034dependencies = [
 9035 "block2",
 9036 "objc2",
 9037 "objc2-app-kit",
 9038 "objc2-foundation",
 9039]
 9040
 9041[[package]]
 9042name = "objc2-metal"
 9043version = "0.2.2"
 9044source = "registry+https://github.com/rust-lang/crates.io-index"
 9045checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
 9046dependencies = [
 9047 "bitflags 2.8.0",
 9048 "block2",
 9049 "objc2",
 9050 "objc2-foundation",
 9051]
 9052
 9053[[package]]
 9054name = "objc2-quartz-core"
 9055version = "0.2.2"
 9056source = "registry+https://github.com/rust-lang/crates.io-index"
 9057checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
 9058dependencies = [
 9059 "bitflags 2.8.0",
 9060 "block2",
 9061 "objc2",
 9062 "objc2-foundation",
 9063 "objc2-metal",
 9064]
 9065
 9066[[package]]
 9067name = "objc2-symbols"
 9068version = "0.2.2"
 9069source = "registry+https://github.com/rust-lang/crates.io-index"
 9070checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
 9071dependencies = [
 9072 "objc2",
 9073 "objc2-foundation",
 9074]
 9075
 9076[[package]]
 9077name = "objc2-ui-kit"
 9078version = "0.2.2"
 9079source = "registry+https://github.com/rust-lang/crates.io-index"
 9080checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
 9081dependencies = [
 9082 "bitflags 2.8.0",
 9083 "block2",
 9084 "objc2",
 9085 "objc2-cloud-kit",
 9086 "objc2-core-data",
 9087 "objc2-core-image",
 9088 "objc2-core-location",
 9089 "objc2-foundation",
 9090 "objc2-link-presentation",
 9091 "objc2-quartz-core",
 9092 "objc2-symbols",
 9093 "objc2-uniform-type-identifiers",
 9094 "objc2-user-notifications",
 9095]
 9096
 9097[[package]]
 9098name = "objc2-uniform-type-identifiers"
 9099version = "0.2.2"
 9100source = "registry+https://github.com/rust-lang/crates.io-index"
 9101checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
 9102dependencies = [
 9103 "block2",
 9104 "objc2",
 9105 "objc2-foundation",
 9106]
 9107
 9108[[package]]
 9109name = "objc2-user-notifications"
 9110version = "0.2.2"
 9111source = "registry+https://github.com/rust-lang/crates.io-index"
 9112checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
 9113dependencies = [
 9114 "bitflags 2.8.0",
 9115 "block2",
 9116 "objc2",
 9117 "objc2-core-location",
 9118 "objc2-foundation",
 9119]
 9120
 9121[[package]]
 9122name = "object"
 9123version = "0.36.5"
 9124source = "registry+https://github.com/rust-lang/crates.io-index"
 9125checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
 9126dependencies = [
 9127 "crc32fast",
 9128 "hashbrown 0.15.2",
 9129 "indexmap",
 9130 "memchr",
 9131]
 9132
 9133[[package]]
 9134name = "oboe"
 9135version = "0.6.1"
 9136source = "registry+https://github.com/rust-lang/crates.io-index"
 9137checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
 9138dependencies = [
 9139 "jni",
 9140 "ndk",
 9141 "ndk-context",
 9142 "num-derive",
 9143 "num-traits",
 9144 "oboe-sys",
 9145]
 9146
 9147[[package]]
 9148name = "oboe-sys"
 9149version = "0.6.1"
 9150source = "registry+https://github.com/rust-lang/crates.io-index"
 9151checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
 9152dependencies = [
 9153 "cc",
 9154]
 9155
 9156[[package]]
 9157name = "ollama"
 9158version = "0.1.0"
 9159dependencies = [
 9160 "anyhow",
 9161 "futures 0.3.31",
 9162 "http_client",
 9163 "schemars",
 9164 "serde",
 9165 "serde_json",
 9166]
 9167
 9168[[package]]
 9169name = "once_cell"
 9170version = "1.20.3"
 9171source = "registry+https://github.com/rust-lang/crates.io-index"
 9172checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
 9173
 9174[[package]]
 9175name = "oo7"
 9176version = "0.4.1"
 9177source = "registry+https://github.com/rust-lang/crates.io-index"
 9178checksum = "72c84df357c7049f98c8b157abe71ee751531166c14ba09366e08bc6ab1ea2c9"
 9179dependencies = [
 9180 "aes",
 9181 "ashpd",
 9182 "async-fs",
 9183 "async-io",
 9184 "async-lock",
 9185 "blocking",
 9186 "cbc",
 9187 "cipher",
 9188 "digest",
 9189 "endi",
 9190 "futures-lite 2.6.0",
 9191 "futures-util",
 9192 "getrandom 0.3.1",
 9193 "hkdf",
 9194 "hmac",
 9195 "md-5",
 9196 "num",
 9197 "num-bigint-dig",
 9198 "pbkdf2 0.12.2",
 9199 "rand 0.9.0",
 9200 "serde",
 9201 "sha2",
 9202 "subtle",
 9203 "zbus",
 9204 "zbus_macros",
 9205 "zeroize",
 9206 "zvariant",
 9207]
 9208
 9209[[package]]
 9210name = "oorandom"
 9211version = "11.1.4"
 9212source = "registry+https://github.com/rust-lang/crates.io-index"
 9213checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
 9214
 9215[[package]]
 9216name = "open"
 9217version = "5.3.2"
 9218source = "registry+https://github.com/rust-lang/crates.io-index"
 9219checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
 9220dependencies = [
 9221 "is-wsl",
 9222 "libc",
 9223 "pathdiff",
 9224]
 9225
 9226[[package]]
 9227name = "open_ai"
 9228version = "0.1.0"
 9229dependencies = [
 9230 "anyhow",
 9231 "futures 0.3.31",
 9232 "http_client",
 9233 "schemars",
 9234 "serde",
 9235 "serde_json",
 9236 "strum",
 9237]
 9238
 9239[[package]]
 9240name = "opener"
 9241version = "0.7.2"
 9242source = "registry+https://github.com/rust-lang/crates.io-index"
 9243checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
 9244dependencies = [
 9245 "bstr",
 9246 "dbus",
 9247 "normpath",
 9248 "windows-sys 0.59.0",
 9249]
 9250
 9251[[package]]
 9252name = "openssl"
 9253version = "0.10.70"
 9254source = "registry+https://github.com/rust-lang/crates.io-index"
 9255checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6"
 9256dependencies = [
 9257 "bitflags 2.8.0",
 9258 "cfg-if",
 9259 "foreign-types 0.3.2",
 9260 "libc",
 9261 "once_cell",
 9262 "openssl-macros",
 9263 "openssl-sys",
 9264]
 9265
 9266[[package]]
 9267name = "openssl-macros"
 9268version = "0.1.1"
 9269source = "registry+https://github.com/rust-lang/crates.io-index"
 9270checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
 9271dependencies = [
 9272 "proc-macro2",
 9273 "quote",
 9274 "syn 2.0.100",
 9275]
 9276
 9277[[package]]
 9278name = "openssl-probe"
 9279version = "0.1.5"
 9280source = "registry+https://github.com/rust-lang/crates.io-index"
 9281checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
 9282
 9283[[package]]
 9284name = "openssl-src"
 9285version = "300.4.1+3.4.0"
 9286source = "registry+https://github.com/rust-lang/crates.io-index"
 9287checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
 9288dependencies = [
 9289 "cc",
 9290]
 9291
 9292[[package]]
 9293name = "openssl-sys"
 9294version = "0.9.105"
 9295source = "registry+https://github.com/rust-lang/crates.io-index"
 9296checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc"
 9297dependencies = [
 9298 "cc",
 9299 "libc",
 9300 "openssl-src",
 9301 "pkg-config",
 9302 "vcpkg",
 9303]
 9304
 9305[[package]]
 9306name = "option-ext"
 9307version = "0.2.0"
 9308source = "registry+https://github.com/rust-lang/crates.io-index"
 9309checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
 9310
 9311[[package]]
 9312name = "ordered-float"
 9313version = "2.10.1"
 9314source = "registry+https://github.com/rust-lang/crates.io-index"
 9315checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
 9316dependencies = [
 9317 "num-traits",
 9318]
 9319
 9320[[package]]
 9321name = "ordered-float"
 9322version = "3.9.2"
 9323source = "registry+https://github.com/rust-lang/crates.io-index"
 9324checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
 9325dependencies = [
 9326 "num-traits",
 9327]
 9328
 9329[[package]]
 9330name = "ordered-stream"
 9331version = "0.2.0"
 9332source = "registry+https://github.com/rust-lang/crates.io-index"
 9333checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
 9334dependencies = [
 9335 "futures-core",
 9336 "pin-project-lite",
 9337]
 9338
 9339[[package]]
 9340name = "ouroboros"
 9341version = "0.18.4"
 9342source = "registry+https://github.com/rust-lang/crates.io-index"
 9343checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
 9344dependencies = [
 9345 "aliasable",
 9346 "ouroboros_macro",
 9347 "static_assertions",
 9348]
 9349
 9350[[package]]
 9351name = "ouroboros_macro"
 9352version = "0.18.4"
 9353source = "registry+https://github.com/rust-lang/crates.io-index"
 9354checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
 9355dependencies = [
 9356 "heck 0.4.1",
 9357 "itertools 0.12.1",
 9358 "proc-macro2",
 9359 "proc-macro2-diagnostics",
 9360 "quote",
 9361 "syn 2.0.100",
 9362]
 9363
 9364[[package]]
 9365name = "outline"
 9366version = "0.1.0"
 9367dependencies = [
 9368 "editor",
 9369 "fuzzy",
 9370 "gpui",
 9371 "indoc",
 9372 "language",
 9373 "menu",
 9374 "ordered-float 2.10.1",
 9375 "picker",
 9376 "project",
 9377 "rope",
 9378 "serde_json",
 9379 "settings",
 9380 "smol",
 9381 "theme",
 9382 "tree-sitter-rust",
 9383 "tree-sitter-typescript",
 9384 "ui",
 9385 "util",
 9386 "workspace",
 9387 "zed_actions",
 9388]
 9389
 9390[[package]]
 9391name = "outline_panel"
 9392version = "0.1.0"
 9393dependencies = [
 9394 "anyhow",
 9395 "collections",
 9396 "db",
 9397 "editor",
 9398 "file_icons",
 9399 "fuzzy",
 9400 "gpui",
 9401 "itertools 0.14.0",
 9402 "language",
 9403 "log",
 9404 "menu",
 9405 "outline",
 9406 "pretty_assertions",
 9407 "project",
 9408 "schemars",
 9409 "search",
 9410 "serde",
 9411 "serde_json",
 9412 "settings",
 9413 "smallvec",
 9414 "smol",
 9415 "theme",
 9416 "ui",
 9417 "util",
 9418 "workspace",
 9419 "worktree",
 9420 "zed_actions",
 9421]
 9422
 9423[[package]]
 9424name = "outref"
 9425version = "0.5.1"
 9426source = "registry+https://github.com/rust-lang/crates.io-index"
 9427checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
 9428
 9429[[package]]
 9430name = "overload"
 9431version = "0.1.1"
 9432source = "registry+https://github.com/rust-lang/crates.io-index"
 9433checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
 9434
 9435[[package]]
 9436name = "p256"
 9437version = "0.11.1"
 9438source = "registry+https://github.com/rust-lang/crates.io-index"
 9439checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
 9440dependencies = [
 9441 "ecdsa",
 9442 "elliptic-curve",
 9443 "sha2",
 9444]
 9445
 9446[[package]]
 9447name = "page_size"
 9448version = "0.6.0"
 9449source = "registry+https://github.com/rust-lang/crates.io-index"
 9450checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
 9451dependencies = [
 9452 "libc",
 9453 "winapi",
 9454]
 9455
 9456[[package]]
 9457name = "palette"
 9458version = "0.7.6"
 9459source = "registry+https://github.com/rust-lang/crates.io-index"
 9460checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
 9461dependencies = [
 9462 "approx",
 9463 "fast-srgb8",
 9464 "palette_derive",
 9465]
 9466
 9467[[package]]
 9468name = "palette_derive"
 9469version = "0.7.6"
 9470source = "registry+https://github.com/rust-lang/crates.io-index"
 9471checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
 9472dependencies = [
 9473 "by_address",
 9474 "proc-macro2",
 9475 "quote",
 9476 "syn 2.0.100",
 9477]
 9478
 9479[[package]]
 9480name = "panel"
 9481version = "0.1.0"
 9482dependencies = [
 9483 "editor",
 9484 "gpui",
 9485 "settings",
 9486 "theme",
 9487 "ui",
 9488 "workspace",
 9489]
 9490
 9491[[package]]
 9492name = "parity-tokio-ipc"
 9493version = "0.9.0"
 9494source = "registry+https://github.com/rust-lang/crates.io-index"
 9495checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
 9496dependencies = [
 9497 "futures 0.3.31",
 9498 "libc",
 9499 "log",
 9500 "rand 0.7.3",
 9501 "tokio",
 9502 "winapi",
 9503]
 9504
 9505[[package]]
 9506name = "parking"
 9507version = "2.2.1"
 9508source = "registry+https://github.com/rust-lang/crates.io-index"
 9509checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
 9510
 9511[[package]]
 9512name = "parking_lot"
 9513version = "0.12.3"
 9514source = "registry+https://github.com/rust-lang/crates.io-index"
 9515checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
 9516dependencies = [
 9517 "lock_api",
 9518 "parking_lot_core",
 9519]
 9520
 9521[[package]]
 9522name = "parking_lot_core"
 9523version = "0.9.10"
 9524source = "registry+https://github.com/rust-lang/crates.io-index"
 9525checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
 9526dependencies = [
 9527 "cfg-if",
 9528 "libc",
 9529 "redox_syscall 0.5.8",
 9530 "smallvec",
 9531 "windows-targets 0.52.6",
 9532]
 9533
 9534[[package]]
 9535name = "password-hash"
 9536version = "0.4.2"
 9537source = "registry+https://github.com/rust-lang/crates.io-index"
 9538checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
 9539dependencies = [
 9540 "base64ct",
 9541 "rand_core 0.6.4",
 9542 "subtle",
 9543]
 9544
 9545[[package]]
 9546name = "password-hash"
 9547version = "0.5.0"
 9548source = "registry+https://github.com/rust-lang/crates.io-index"
 9549checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
 9550dependencies = [
 9551 "base64ct",
 9552 "rand_core 0.6.4",
 9553 "subtle",
 9554]
 9555
 9556[[package]]
 9557name = "paste"
 9558version = "1.0.15"
 9559source = "registry+https://github.com/rust-lang/crates.io-index"
 9560checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
 9561
 9562[[package]]
 9563name = "pathdiff"
 9564version = "0.2.3"
 9565source = "registry+https://github.com/rust-lang/crates.io-index"
 9566checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
 9567
 9568[[package]]
 9569name = "pathfinder_geometry"
 9570version = "0.5.1"
 9571source = "registry+https://github.com/rust-lang/crates.io-index"
 9572checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
 9573dependencies = [
 9574 "log",
 9575 "pathfinder_simd",
 9576]
 9577
 9578[[package]]
 9579name = "pathfinder_simd"
 9580version = "0.5.4"
 9581source = "registry+https://github.com/rust-lang/crates.io-index"
 9582checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
 9583dependencies = [
 9584 "rustc_version",
 9585]
 9586
 9587[[package]]
 9588name = "paths"
 9589version = "0.1.0"
 9590dependencies = [
 9591 "dirs 4.0.0",
 9592 "util",
 9593]
 9594
 9595[[package]]
 9596name = "pbjson"
 9597version = "0.6.0"
 9598source = "registry+https://github.com/rust-lang/crates.io-index"
 9599checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
 9600dependencies = [
 9601 "base64 0.21.7",
 9602 "serde",
 9603]
 9604
 9605[[package]]
 9606name = "pbjson-build"
 9607version = "0.6.2"
 9608source = "registry+https://github.com/rust-lang/crates.io-index"
 9609checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
 9610dependencies = [
 9611 "heck 0.4.1",
 9612 "itertools 0.11.0",
 9613 "prost 0.12.6",
 9614 "prost-types 0.12.6",
 9615]
 9616
 9617[[package]]
 9618name = "pbjson-types"
 9619version = "0.6.0"
 9620source = "registry+https://github.com/rust-lang/crates.io-index"
 9621checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
 9622dependencies = [
 9623 "bytes 1.10.1",
 9624 "chrono",
 9625 "pbjson",
 9626 "pbjson-build",
 9627 "prost 0.12.6",
 9628 "prost-build 0.12.6",
 9629 "serde",
 9630]
 9631
 9632[[package]]
 9633name = "pbkdf2"
 9634version = "0.11.0"
 9635source = "registry+https://github.com/rust-lang/crates.io-index"
 9636checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
 9637dependencies = [
 9638 "digest",
 9639 "hmac",
 9640 "password-hash 0.4.2",
 9641 "sha2",
 9642]
 9643
 9644[[package]]
 9645name = "pbkdf2"
 9646version = "0.12.2"
 9647source = "registry+https://github.com/rust-lang/crates.io-index"
 9648checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
 9649dependencies = [
 9650 "digest",
 9651 "hmac",
 9652]
 9653
 9654[[package]]
 9655name = "pem"
 9656version = "3.0.4"
 9657source = "registry+https://github.com/rust-lang/crates.io-index"
 9658checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
 9659dependencies = [
 9660 "base64 0.22.1",
 9661 "serde",
 9662]
 9663
 9664[[package]]
 9665name = "pem-rfc7468"
 9666version = "0.7.0"
 9667source = "registry+https://github.com/rust-lang/crates.io-index"
 9668checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
 9669dependencies = [
 9670 "base64ct",
 9671]
 9672
 9673[[package]]
 9674name = "percent-encoding"
 9675version = "2.3.1"
 9676source = "registry+https://github.com/rust-lang/crates.io-index"
 9677checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
 9678
 9679[[package]]
 9680name = "perplexity"
 9681version = "0.1.0"
 9682dependencies = [
 9683 "serde",
 9684 "zed_extension_api 0.3.0",
 9685]
 9686
 9687[[package]]
 9688name = "pest"
 9689version = "2.7.15"
 9690source = "registry+https://github.com/rust-lang/crates.io-index"
 9691checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
 9692dependencies = [
 9693 "memchr",
 9694 "thiserror 2.0.12",
 9695 "ucd-trie",
 9696]
 9697
 9698[[package]]
 9699name = "pest_derive"
 9700version = "2.7.15"
 9701source = "registry+https://github.com/rust-lang/crates.io-index"
 9702checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
 9703dependencies = [
 9704 "pest",
 9705 "pest_generator",
 9706]
 9707
 9708[[package]]
 9709name = "pest_generator"
 9710version = "2.7.15"
 9711source = "registry+https://github.com/rust-lang/crates.io-index"
 9712checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
 9713dependencies = [
 9714 "pest",
 9715 "pest_meta",
 9716 "proc-macro2",
 9717 "quote",
 9718 "syn 2.0.100",
 9719]
 9720
 9721[[package]]
 9722name = "pest_meta"
 9723version = "2.7.15"
 9724source = "registry+https://github.com/rust-lang/crates.io-index"
 9725checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
 9726dependencies = [
 9727 "once_cell",
 9728 "pest",
 9729 "sha2",
 9730]
 9731
 9732[[package]]
 9733name = "pet"
 9734version = "0.1.0"
 9735source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9736dependencies = [
 9737 "clap",
 9738 "env_logger 0.10.2",
 9739 "lazy_static",
 9740 "log",
 9741 "msvc_spectre_libs",
 9742 "pet-conda",
 9743 "pet-core",
 9744 "pet-env-var-path",
 9745 "pet-fs",
 9746 "pet-global-virtualenvs",
 9747 "pet-homebrew",
 9748 "pet-jsonrpc",
 9749 "pet-linux-global-python",
 9750 "pet-mac-commandlinetools",
 9751 "pet-mac-python-org",
 9752 "pet-mac-xcode",
 9753 "pet-pipenv",
 9754 "pet-pixi",
 9755 "pet-poetry",
 9756 "pet-pyenv",
 9757 "pet-python-utils",
 9758 "pet-reporter",
 9759 "pet-telemetry",
 9760 "pet-venv",
 9761 "pet-virtualenv",
 9762 "pet-virtualenvwrapper",
 9763 "pet-windows-registry",
 9764 "pet-windows-store",
 9765 "serde",
 9766 "serde_json",
 9767]
 9768
 9769[[package]]
 9770name = "pet-conda"
 9771version = "0.1.0"
 9772source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9773dependencies = [
 9774 "env_logger 0.10.2",
 9775 "lazy_static",
 9776 "log",
 9777 "msvc_spectre_libs",
 9778 "pet-core",
 9779 "pet-fs",
 9780 "pet-python-utils",
 9781 "pet-reporter",
 9782 "regex",
 9783 "serde",
 9784 "serde_json",
 9785 "yaml-rust2",
 9786]
 9787
 9788[[package]]
 9789name = "pet-core"
 9790version = "0.1.0"
 9791source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9792dependencies = [
 9793 "clap",
 9794 "lazy_static",
 9795 "log",
 9796 "msvc_spectre_libs",
 9797 "pet-fs",
 9798 "regex",
 9799 "serde",
 9800 "serde_json",
 9801]
 9802
 9803[[package]]
 9804name = "pet-env-var-path"
 9805version = "0.1.0"
 9806source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9807dependencies = [
 9808 "lazy_static",
 9809 "log",
 9810 "msvc_spectre_libs",
 9811 "pet-conda",
 9812 "pet-core",
 9813 "pet-fs",
 9814 "pet-python-utils",
 9815 "pet-virtualenv",
 9816 "regex",
 9817]
 9818
 9819[[package]]
 9820name = "pet-fs"
 9821version = "0.1.0"
 9822source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9823dependencies = [
 9824 "log",
 9825 "msvc_spectre_libs",
 9826]
 9827
 9828[[package]]
 9829name = "pet-global-virtualenvs"
 9830version = "0.1.0"
 9831source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9832dependencies = [
 9833 "log",
 9834 "msvc_spectre_libs",
 9835 "pet-conda",
 9836 "pet-core",
 9837 "pet-fs",
 9838 "pet-virtualenv",
 9839]
 9840
 9841[[package]]
 9842name = "pet-homebrew"
 9843version = "0.1.0"
 9844source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9845dependencies = [
 9846 "lazy_static",
 9847 "log",
 9848 "msvc_spectre_libs",
 9849 "pet-conda",
 9850 "pet-core",
 9851 "pet-fs",
 9852 "pet-python-utils",
 9853 "pet-virtualenv",
 9854 "regex",
 9855 "serde",
 9856 "serde_json",
 9857]
 9858
 9859[[package]]
 9860name = "pet-jsonrpc"
 9861version = "0.1.0"
 9862source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9863dependencies = [
 9864 "env_logger 0.10.2",
 9865 "log",
 9866 "msvc_spectre_libs",
 9867 "pet-core",
 9868 "serde",
 9869 "serde_json",
 9870]
 9871
 9872[[package]]
 9873name = "pet-linux-global-python"
 9874version = "0.1.0"
 9875source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9876dependencies = [
 9877 "log",
 9878 "msvc_spectre_libs",
 9879 "pet-core",
 9880 "pet-fs",
 9881 "pet-python-utils",
 9882 "pet-virtualenv",
 9883]
 9884
 9885[[package]]
 9886name = "pet-mac-commandlinetools"
 9887version = "0.1.0"
 9888source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9889dependencies = [
 9890 "log",
 9891 "msvc_spectre_libs",
 9892 "pet-core",
 9893 "pet-fs",
 9894 "pet-python-utils",
 9895 "pet-virtualenv",
 9896]
 9897
 9898[[package]]
 9899name = "pet-mac-python-org"
 9900version = "0.1.0"
 9901source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9902dependencies = [
 9903 "log",
 9904 "msvc_spectre_libs",
 9905 "pet-core",
 9906 "pet-fs",
 9907 "pet-python-utils",
 9908 "pet-virtualenv",
 9909]
 9910
 9911[[package]]
 9912name = "pet-mac-xcode"
 9913version = "0.1.0"
 9914source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9915dependencies = [
 9916 "log",
 9917 "msvc_spectre_libs",
 9918 "pet-core",
 9919 "pet-fs",
 9920 "pet-python-utils",
 9921 "pet-virtualenv",
 9922]
 9923
 9924[[package]]
 9925name = "pet-pipenv"
 9926version = "0.1.0"
 9927source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9928dependencies = [
 9929 "log",
 9930 "msvc_spectre_libs",
 9931 "pet-core",
 9932 "pet-fs",
 9933 "pet-python-utils",
 9934 "pet-virtualenv",
 9935]
 9936
 9937[[package]]
 9938name = "pet-pixi"
 9939version = "0.1.0"
 9940source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9941dependencies = [
 9942 "log",
 9943 "msvc_spectre_libs",
 9944 "pet-conda",
 9945 "pet-core",
 9946 "pet-python-utils",
 9947]
 9948
 9949[[package]]
 9950name = "pet-poetry"
 9951version = "0.1.0"
 9952source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9953dependencies = [
 9954 "base64 0.22.1",
 9955 "lazy_static",
 9956 "log",
 9957 "msvc_spectre_libs",
 9958 "pet-core",
 9959 "pet-fs",
 9960 "pet-python-utils",
 9961 "pet-reporter",
 9962 "pet-virtualenv",
 9963 "regex",
 9964 "serde",
 9965 "serde_json",
 9966 "sha2",
 9967 "toml 0.8.20",
 9968]
 9969
 9970[[package]]
 9971name = "pet-pyenv"
 9972version = "0.1.0"
 9973source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9974dependencies = [
 9975 "lazy_static",
 9976 "log",
 9977 "msvc_spectre_libs",
 9978 "pet-conda",
 9979 "pet-core",
 9980 "pet-fs",
 9981 "pet-python-utils",
 9982 "pet-reporter",
 9983 "regex",
 9984 "serde",
 9985 "serde_json",
 9986]
 9987
 9988[[package]]
 9989name = "pet-python-utils"
 9990version = "0.1.0"
 9991source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9992dependencies = [
 9993 "env_logger 0.10.2",
 9994 "lazy_static",
 9995 "log",
 9996 "msvc_spectre_libs",
 9997 "pet-core",
 9998 "pet-fs",
 9999 "regex",
10000 "serde",
10001 "serde_json",
10002 "sha2",
10003]
10004
10005[[package]]
10006name = "pet-reporter"
10007version = "0.1.0"
10008source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10009dependencies = [
10010 "env_logger 0.10.2",
10011 "log",
10012 "msvc_spectre_libs",
10013 "pet-core",
10014 "pet-jsonrpc",
10015 "serde",
10016 "serde_json",
10017]
10018
10019[[package]]
10020name = "pet-telemetry"
10021version = "0.1.0"
10022source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10023dependencies = [
10024 "env_logger 0.10.2",
10025 "lazy_static",
10026 "log",
10027 "msvc_spectre_libs",
10028 "pet-core",
10029 "pet-fs",
10030 "pet-python-utils",
10031 "regex",
10032]
10033
10034[[package]]
10035name = "pet-venv"
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-python-utils",
10043 "pet-virtualenv",
10044]
10045
10046[[package]]
10047name = "pet-virtualenv"
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]
10057
10058[[package]]
10059name = "pet-virtualenvwrapper"
10060version = "0.1.0"
10061source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10062dependencies = [
10063 "log",
10064 "msvc_spectre_libs",
10065 "pet-core",
10066 "pet-fs",
10067 "pet-python-utils",
10068 "pet-virtualenv",
10069]
10070
10071[[package]]
10072name = "pet-windows-registry"
10073version = "0.1.0"
10074source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10075dependencies = [
10076 "lazy_static",
10077 "log",
10078 "msvc_spectre_libs",
10079 "pet-conda",
10080 "pet-core",
10081 "pet-fs",
10082 "pet-python-utils",
10083 "pet-virtualenv",
10084 "pet-windows-store",
10085 "regex",
10086 "winreg 0.52.0",
10087]
10088
10089[[package]]
10090name = "pet-windows-store"
10091version = "0.1.0"
10092source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10093dependencies = [
10094 "lazy_static",
10095 "log",
10096 "msvc_spectre_libs",
10097 "pet-core",
10098 "pet-fs",
10099 "pet-python-utils",
10100 "pet-virtualenv",
10101 "regex",
10102 "winreg 0.52.0",
10103]
10104
10105[[package]]
10106name = "petgraph"
10107version = "0.6.5"
10108source = "registry+https://github.com/rust-lang/crates.io-index"
10109checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
10110dependencies = [
10111 "fixedbitset",
10112 "indexmap",
10113]
10114
10115[[package]]
10116name = "phf"
10117version = "0.11.2"
10118source = "registry+https://github.com/rust-lang/crates.io-index"
10119checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
10120dependencies = [
10121 "phf_macros",
10122 "phf_shared 0.11.2",
10123]
10124
10125[[package]]
10126name = "phf_codegen"
10127version = "0.11.2"
10128source = "registry+https://github.com/rust-lang/crates.io-index"
10129checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
10130dependencies = [
10131 "phf_generator 0.11.2",
10132 "phf_shared 0.11.2",
10133]
10134
10135[[package]]
10136name = "phf_generator"
10137version = "0.10.0"
10138source = "registry+https://github.com/rust-lang/crates.io-index"
10139checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
10140dependencies = [
10141 "phf_shared 0.10.0",
10142 "rand 0.8.5",
10143]
10144
10145[[package]]
10146name = "phf_generator"
10147version = "0.11.2"
10148source = "registry+https://github.com/rust-lang/crates.io-index"
10149checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
10150dependencies = [
10151 "phf_shared 0.11.2",
10152 "rand 0.8.5",
10153]
10154
10155[[package]]
10156name = "phf_macros"
10157version = "0.11.2"
10158source = "registry+https://github.com/rust-lang/crates.io-index"
10159checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
10160dependencies = [
10161 "phf_generator 0.11.2",
10162 "phf_shared 0.11.2",
10163 "proc-macro2",
10164 "quote",
10165 "syn 2.0.100",
10166]
10167
10168[[package]]
10169name = "phf_shared"
10170version = "0.10.0"
10171source = "registry+https://github.com/rust-lang/crates.io-index"
10172checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
10173dependencies = [
10174 "siphasher 0.3.11",
10175]
10176
10177[[package]]
10178name = "phf_shared"
10179version = "0.11.2"
10180source = "registry+https://github.com/rust-lang/crates.io-index"
10181checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
10182dependencies = [
10183 "siphasher 0.3.11",
10184]
10185
10186[[package]]
10187name = "picker"
10188version = "0.1.0"
10189dependencies = [
10190 "anyhow",
10191 "ctor",
10192 "editor",
10193 "env_logger 0.11.7",
10194 "gpui",
10195 "menu",
10196 "schemars",
10197 "serde",
10198 "serde_json",
10199 "ui",
10200 "util",
10201 "workspace",
10202]
10203
10204[[package]]
10205name = "pico-args"
10206version = "0.5.0"
10207source = "registry+https://github.com/rust-lang/crates.io-index"
10208checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
10209
10210[[package]]
10211name = "pin-project"
10212version = "1.1.7"
10213source = "registry+https://github.com/rust-lang/crates.io-index"
10214checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
10215dependencies = [
10216 "pin-project-internal",
10217]
10218
10219[[package]]
10220name = "pin-project-internal"
10221version = "1.1.7"
10222source = "registry+https://github.com/rust-lang/crates.io-index"
10223checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
10224dependencies = [
10225 "proc-macro2",
10226 "quote",
10227 "syn 2.0.100",
10228]
10229
10230[[package]]
10231name = "pin-project-lite"
10232version = "0.2.16"
10233source = "registry+https://github.com/rust-lang/crates.io-index"
10234checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
10235
10236[[package]]
10237name = "pin-utils"
10238version = "0.1.0"
10239source = "registry+https://github.com/rust-lang/crates.io-index"
10240checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
10241
10242[[package]]
10243name = "piper"
10244version = "0.2.4"
10245source = "registry+https://github.com/rust-lang/crates.io-index"
10246checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
10247dependencies = [
10248 "atomic-waker",
10249 "fastrand 2.3.0",
10250 "futures-io",
10251]
10252
10253[[package]]
10254name = "pkcs1"
10255version = "0.7.5"
10256source = "registry+https://github.com/rust-lang/crates.io-index"
10257checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
10258dependencies = [
10259 "der 0.7.9",
10260 "pkcs8 0.10.2",
10261 "spki 0.7.3",
10262]
10263
10264[[package]]
10265name = "pkcs8"
10266version = "0.9.0"
10267source = "registry+https://github.com/rust-lang/crates.io-index"
10268checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
10269dependencies = [
10270 "der 0.6.1",
10271 "spki 0.6.0",
10272]
10273
10274[[package]]
10275name = "pkcs8"
10276version = "0.10.2"
10277source = "registry+https://github.com/rust-lang/crates.io-index"
10278checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
10279dependencies = [
10280 "der 0.7.9",
10281 "spki 0.7.3",
10282]
10283
10284[[package]]
10285name = "pkg-config"
10286version = "0.3.31"
10287source = "registry+https://github.com/rust-lang/crates.io-index"
10288checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
10289
10290[[package]]
10291name = "plist"
10292version = "1.7.0"
10293source = "registry+https://github.com/rust-lang/crates.io-index"
10294checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
10295dependencies = [
10296 "base64 0.22.1",
10297 "indexmap",
10298 "quick-xml 0.32.0",
10299 "serde",
10300 "time",
10301]
10302
10303[[package]]
10304name = "plotters"
10305version = "0.3.7"
10306source = "registry+https://github.com/rust-lang/crates.io-index"
10307checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
10308dependencies = [
10309 "num-traits",
10310 "plotters-backend",
10311 "plotters-svg",
10312 "wasm-bindgen",
10313 "web-sys",
10314]
10315
10316[[package]]
10317name = "plotters-backend"
10318version = "0.3.7"
10319source = "registry+https://github.com/rust-lang/crates.io-index"
10320checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
10321
10322[[package]]
10323name = "plotters-svg"
10324version = "0.3.7"
10325source = "registry+https://github.com/rust-lang/crates.io-index"
10326checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
10327dependencies = [
10328 "plotters-backend",
10329]
10330
10331[[package]]
10332name = "png"
10333version = "0.17.15"
10334source = "registry+https://github.com/rust-lang/crates.io-index"
10335checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
10336dependencies = [
10337 "bitflags 1.3.2",
10338 "crc32fast",
10339 "fdeflate",
10340 "flate2",
10341 "miniz_oxide",
10342]
10343
10344[[package]]
10345name = "polling"
10346version = "3.7.4"
10347source = "registry+https://github.com/rust-lang/crates.io-index"
10348checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
10349dependencies = [
10350 "cfg-if",
10351 "concurrent-queue",
10352 "hermit-abi 0.4.0",
10353 "pin-project-lite",
10354 "rustix",
10355 "tracing",
10356 "windows-sys 0.59.0",
10357]
10358
10359[[package]]
10360name = "pollster"
10361version = "0.2.5"
10362source = "registry+https://github.com/rust-lang/crates.io-index"
10363checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
10364
10365[[package]]
10366name = "portable-atomic"
10367version = "1.11.0"
10368source = "registry+https://github.com/rust-lang/crates.io-index"
10369checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
10370
10371[[package]]
10372name = "portable-atomic-util"
10373version = "0.2.4"
10374source = "registry+https://github.com/rust-lang/crates.io-index"
10375checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
10376dependencies = [
10377 "portable-atomic",
10378]
10379
10380[[package]]
10381name = "postage"
10382version = "0.5.0"
10383source = "registry+https://github.com/rust-lang/crates.io-index"
10384checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
10385dependencies = [
10386 "atomic",
10387 "crossbeam-queue",
10388 "futures 0.3.31",
10389 "log",
10390 "parking_lot",
10391 "pin-project",
10392 "pollster",
10393 "static_assertions",
10394 "thiserror 1.0.69",
10395]
10396
10397[[package]]
10398name = "postcard"
10399version = "1.1.1"
10400source = "registry+https://github.com/rust-lang/crates.io-index"
10401checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
10402dependencies = [
10403 "cobs",
10404 "embedded-io 0.4.0",
10405 "embedded-io 0.6.1",
10406 "serde",
10407]
10408
10409[[package]]
10410name = "powerfmt"
10411version = "0.2.0"
10412source = "registry+https://github.com/rust-lang/crates.io-index"
10413checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
10414
10415[[package]]
10416name = "ppv-lite86"
10417version = "0.2.20"
10418source = "registry+https://github.com/rust-lang/crates.io-index"
10419checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
10420dependencies = [
10421 "zerocopy 0.7.35",
10422]
10423
10424[[package]]
10425name = "precomputed-hash"
10426version = "0.1.1"
10427source = "registry+https://github.com/rust-lang/crates.io-index"
10428checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
10429
10430[[package]]
10431name = "prettier"
10432version = "0.1.0"
10433dependencies = [
10434 "anyhow",
10435 "collections",
10436 "fs",
10437 "gpui",
10438 "language",
10439 "log",
10440 "lsp",
10441 "node_runtime",
10442 "parking_lot",
10443 "paths",
10444 "serde",
10445 "serde_json",
10446 "util",
10447]
10448
10449[[package]]
10450name = "pretty_assertions"
10451version = "1.4.1"
10452source = "registry+https://github.com/rust-lang/crates.io-index"
10453checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
10454dependencies = [
10455 "diff",
10456 "yansi",
10457]
10458
10459[[package]]
10460name = "prettyplease"
10461version = "0.2.25"
10462source = "registry+https://github.com/rust-lang/crates.io-index"
10463checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
10464dependencies = [
10465 "proc-macro2",
10466 "syn 2.0.100",
10467]
10468
10469[[package]]
10470name = "proc-macro-crate"
10471version = "3.2.0"
10472source = "registry+https://github.com/rust-lang/crates.io-index"
10473checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
10474dependencies = [
10475 "toml_edit",
10476]
10477
10478[[package]]
10479name = "proc-macro-error-attr2"
10480version = "2.0.0"
10481source = "registry+https://github.com/rust-lang/crates.io-index"
10482checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
10483dependencies = [
10484 "proc-macro2",
10485 "quote",
10486]
10487
10488[[package]]
10489name = "proc-macro-error2"
10490version = "2.0.1"
10491source = "registry+https://github.com/rust-lang/crates.io-index"
10492checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
10493dependencies = [
10494 "proc-macro-error-attr2",
10495 "proc-macro2",
10496 "quote",
10497 "syn 2.0.100",
10498]
10499
10500[[package]]
10501name = "proc-macro2"
10502version = "1.0.94"
10503source = "registry+https://github.com/rust-lang/crates.io-index"
10504checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
10505dependencies = [
10506 "unicode-ident",
10507]
10508
10509[[package]]
10510name = "proc-macro2-diagnostics"
10511version = "0.10.1"
10512source = "registry+https://github.com/rust-lang/crates.io-index"
10513checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
10514dependencies = [
10515 "proc-macro2",
10516 "quote",
10517 "syn 2.0.100",
10518 "version_check",
10519 "yansi",
10520]
10521
10522[[package]]
10523name = "profiling"
10524version = "1.0.16"
10525source = "registry+https://github.com/rust-lang/crates.io-index"
10526checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
10527dependencies = [
10528 "profiling-procmacros",
10529]
10530
10531[[package]]
10532name = "profiling-procmacros"
10533version = "1.0.16"
10534source = "registry+https://github.com/rust-lang/crates.io-index"
10535checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
10536dependencies = [
10537 "quote",
10538 "syn 2.0.100",
10539]
10540
10541[[package]]
10542name = "project"
10543version = "0.1.0"
10544dependencies = [
10545 "aho-corasick",
10546 "anyhow",
10547 "askpass",
10548 "async-trait",
10549 "buffer_diff",
10550 "circular-buffer",
10551 "client",
10552 "clock",
10553 "collections",
10554 "dap",
10555 "dap_adapters",
10556 "env_logger 0.11.7",
10557 "extension",
10558 "fancy-regex 0.14.0",
10559 "fs",
10560 "futures 0.3.31",
10561 "fuzzy",
10562 "git",
10563 "git2",
10564 "globset",
10565 "gpui",
10566 "http_client",
10567 "image",
10568 "indexmap",
10569 "itertools 0.14.0",
10570 "language",
10571 "log",
10572 "lsp",
10573 "node_runtime",
10574 "parking_lot",
10575 "pathdiff",
10576 "paths",
10577 "postage",
10578 "prettier",
10579 "pretty_assertions",
10580 "rand 0.8.5",
10581 "regex",
10582 "release_channel",
10583 "remote",
10584 "rpc",
10585 "schemars",
10586 "serde",
10587 "serde_json",
10588 "settings",
10589 "sha2",
10590 "shellexpand 2.1.2",
10591 "shlex",
10592 "smol",
10593 "snippet",
10594 "snippet_provider",
10595 "task",
10596 "tempfile",
10597 "terminal",
10598 "text",
10599 "toml 0.8.20",
10600 "unindent",
10601 "url",
10602 "util",
10603 "which 6.0.3",
10604 "worktree",
10605]
10606
10607[[package]]
10608name = "project_panel"
10609version = "0.1.0"
10610dependencies = [
10611 "anyhow",
10612 "client",
10613 "collections",
10614 "command_palette_hooks",
10615 "db",
10616 "editor",
10617 "file_icons",
10618 "git",
10619 "gpui",
10620 "indexmap",
10621 "language",
10622 "menu",
10623 "pretty_assertions",
10624 "project",
10625 "schemars",
10626 "search",
10627 "serde",
10628 "serde_derive",
10629 "serde_json",
10630 "settings",
10631 "smallvec",
10632 "theme",
10633 "ui",
10634 "util",
10635 "workspace",
10636 "worktree",
10637 "zed_actions",
10638]
10639
10640[[package]]
10641name = "project_symbols"
10642version = "0.1.0"
10643dependencies = [
10644 "anyhow",
10645 "editor",
10646 "futures 0.3.31",
10647 "fuzzy",
10648 "gpui",
10649 "language",
10650 "lsp",
10651 "ordered-float 2.10.1",
10652 "picker",
10653 "project",
10654 "release_channel",
10655 "serde_json",
10656 "settings",
10657 "theme",
10658 "util",
10659 "workspace",
10660]
10661
10662[[package]]
10663name = "prometheus"
10664version = "0.13.4"
10665source = "registry+https://github.com/rust-lang/crates.io-index"
10666checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
10667dependencies = [
10668 "cfg-if",
10669 "fnv",
10670 "lazy_static",
10671 "memchr",
10672 "parking_lot",
10673 "protobuf",
10674 "thiserror 1.0.69",
10675]
10676
10677[[package]]
10678name = "prompt_library"
10679version = "0.1.0"
10680dependencies = [
10681 "anyhow",
10682 "collections",
10683 "editor",
10684 "gpui",
10685 "language",
10686 "language_model",
10687 "log",
10688 "menu",
10689 "picker",
10690 "prompt_store",
10691 "release_channel",
10692 "rope",
10693 "serde",
10694 "settings",
10695 "theme",
10696 "ui",
10697 "util",
10698 "workspace",
10699 "zed_actions",
10700]
10701
10702[[package]]
10703name = "prompt_store"
10704version = "0.1.0"
10705dependencies = [
10706 "anyhow",
10707 "assets",
10708 "chrono",
10709 "collections",
10710 "fs",
10711 "futures 0.3.31",
10712 "fuzzy",
10713 "gpui",
10714 "handlebars 4.5.0",
10715 "heed",
10716 "language",
10717 "log",
10718 "parking_lot",
10719 "paths",
10720 "rope",
10721 "serde",
10722 "text",
10723 "util",
10724 "uuid",
10725]
10726
10727[[package]]
10728name = "prost"
10729version = "0.9.0"
10730source = "registry+https://github.com/rust-lang/crates.io-index"
10731checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
10732dependencies = [
10733 "bytes 1.10.1",
10734 "prost-derive 0.9.0",
10735]
10736
10737[[package]]
10738name = "prost"
10739version = "0.12.6"
10740source = "registry+https://github.com/rust-lang/crates.io-index"
10741checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
10742dependencies = [
10743 "bytes 1.10.1",
10744 "prost-derive 0.12.6",
10745]
10746
10747[[package]]
10748name = "prost-build"
10749version = "0.9.0"
10750source = "registry+https://github.com/rust-lang/crates.io-index"
10751checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
10752dependencies = [
10753 "bytes 1.10.1",
10754 "heck 0.3.3",
10755 "itertools 0.10.5",
10756 "lazy_static",
10757 "log",
10758 "multimap 0.8.3",
10759 "petgraph",
10760 "prost 0.9.0",
10761 "prost-types 0.9.0",
10762 "regex",
10763 "tempfile",
10764 "which 4.4.2",
10765]
10766
10767[[package]]
10768name = "prost-build"
10769version = "0.12.6"
10770source = "registry+https://github.com/rust-lang/crates.io-index"
10771checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
10772dependencies = [
10773 "bytes 1.10.1",
10774 "heck 0.5.0",
10775 "itertools 0.12.1",
10776 "log",
10777 "multimap 0.10.0",
10778 "once_cell",
10779 "petgraph",
10780 "prettyplease",
10781 "prost 0.12.6",
10782 "prost-types 0.12.6",
10783 "regex",
10784 "syn 2.0.100",
10785 "tempfile",
10786]
10787
10788[[package]]
10789name = "prost-derive"
10790version = "0.9.0"
10791source = "registry+https://github.com/rust-lang/crates.io-index"
10792checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
10793dependencies = [
10794 "anyhow",
10795 "itertools 0.10.5",
10796 "proc-macro2",
10797 "quote",
10798 "syn 1.0.109",
10799]
10800
10801[[package]]
10802name = "prost-derive"
10803version = "0.12.6"
10804source = "registry+https://github.com/rust-lang/crates.io-index"
10805checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
10806dependencies = [
10807 "anyhow",
10808 "itertools 0.12.1",
10809 "proc-macro2",
10810 "quote",
10811 "syn 2.0.100",
10812]
10813
10814[[package]]
10815name = "prost-types"
10816version = "0.9.0"
10817source = "registry+https://github.com/rust-lang/crates.io-index"
10818checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
10819dependencies = [
10820 "bytes 1.10.1",
10821 "prost 0.9.0",
10822]
10823
10824[[package]]
10825name = "prost-types"
10826version = "0.12.6"
10827source = "registry+https://github.com/rust-lang/crates.io-index"
10828checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
10829dependencies = [
10830 "prost 0.12.6",
10831]
10832
10833[[package]]
10834name = "proto"
10835version = "0.1.0"
10836dependencies = [
10837 "anyhow",
10838 "collections",
10839 "prost 0.9.0",
10840 "prost-build 0.9.0",
10841 "serde",
10842]
10843
10844[[package]]
10845name = "protobuf"
10846version = "2.28.0"
10847source = "registry+https://github.com/rust-lang/crates.io-index"
10848checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10849
10850[[package]]
10851name = "psm"
10852version = "0.1.24"
10853source = "registry+https://github.com/rust-lang/crates.io-index"
10854checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10855dependencies = [
10856 "cc",
10857]
10858
10859[[package]]
10860name = "ptr_meta"
10861version = "0.1.4"
10862source = "registry+https://github.com/rust-lang/crates.io-index"
10863checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10864dependencies = [
10865 "ptr_meta_derive",
10866]
10867
10868[[package]]
10869name = "ptr_meta_derive"
10870version = "0.1.4"
10871source = "registry+https://github.com/rust-lang/crates.io-index"
10872checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10873dependencies = [
10874 "proc-macro2",
10875 "quote",
10876 "syn 1.0.109",
10877]
10878
10879[[package]]
10880name = "pulldown-cmark"
10881version = "0.10.3"
10882source = "registry+https://github.com/rust-lang/crates.io-index"
10883checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10884dependencies = [
10885 "bitflags 2.8.0",
10886 "memchr",
10887 "pulldown-cmark-escape",
10888 "unicase",
10889]
10890
10891[[package]]
10892name = "pulldown-cmark"
10893version = "0.12.2"
10894source = "registry+https://github.com/rust-lang/crates.io-index"
10895checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10896dependencies = [
10897 "bitflags 2.8.0",
10898 "memchr",
10899 "unicase",
10900]
10901
10902[[package]]
10903name = "pulldown-cmark-escape"
10904version = "0.10.1"
10905source = "registry+https://github.com/rust-lang/crates.io-index"
10906checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10907
10908[[package]]
10909name = "pulley-interpreter"
10910version = "29.0.1"
10911source = "registry+https://github.com/rust-lang/crates.io-index"
10912checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
10913dependencies = [
10914 "cranelift-bitset",
10915 "log",
10916 "sptr",
10917 "wasmtime-math",
10918]
10919
10920[[package]]
10921name = "qoi"
10922version = "0.4.1"
10923source = "registry+https://github.com/rust-lang/crates.io-index"
10924checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10925dependencies = [
10926 "bytemuck",
10927]
10928
10929[[package]]
10930name = "quick-error"
10931version = "2.0.1"
10932source = "registry+https://github.com/rust-lang/crates.io-index"
10933checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10934
10935[[package]]
10936name = "quick-xml"
10937version = "0.32.0"
10938source = "registry+https://github.com/rust-lang/crates.io-index"
10939checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10940dependencies = [
10941 "memchr",
10942]
10943
10944[[package]]
10945name = "quick-xml"
10946version = "0.37.2"
10947source = "registry+https://github.com/rust-lang/crates.io-index"
10948checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003"
10949dependencies = [
10950 "memchr",
10951]
10952
10953[[package]]
10954name = "quinn"
10955version = "0.11.6"
10956source = "registry+https://github.com/rust-lang/crates.io-index"
10957checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10958dependencies = [
10959 "bytes 1.10.1",
10960 "pin-project-lite",
10961 "quinn-proto",
10962 "quinn-udp",
10963 "rustc-hash 2.1.1",
10964 "rustls 0.23.23",
10965 "socket2",
10966 "thiserror 2.0.12",
10967 "tokio",
10968 "tracing",
10969]
10970
10971[[package]]
10972name = "quinn-proto"
10973version = "0.11.9"
10974source = "registry+https://github.com/rust-lang/crates.io-index"
10975checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10976dependencies = [
10977 "bytes 1.10.1",
10978 "getrandom 0.2.15",
10979 "rand 0.8.5",
10980 "ring",
10981 "rustc-hash 2.1.1",
10982 "rustls 0.23.23",
10983 "rustls-pki-types",
10984 "slab",
10985 "thiserror 2.0.12",
10986 "tinyvec",
10987 "tracing",
10988 "web-time",
10989]
10990
10991[[package]]
10992name = "quinn-udp"
10993version = "0.5.9"
10994source = "registry+https://github.com/rust-lang/crates.io-index"
10995checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904"
10996dependencies = [
10997 "cfg_aliases 0.2.1",
10998 "libc",
10999 "once_cell",
11000 "socket2",
11001 "tracing",
11002 "windows-sys 0.52.0",
11003]
11004
11005[[package]]
11006name = "quote"
11007version = "1.0.40"
11008source = "registry+https://github.com/rust-lang/crates.io-index"
11009checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
11010dependencies = [
11011 "proc-macro2",
11012]
11013
11014[[package]]
11015name = "radium"
11016version = "0.7.0"
11017source = "registry+https://github.com/rust-lang/crates.io-index"
11018checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
11019
11020[[package]]
11021name = "rand"
11022version = "0.7.3"
11023source = "registry+https://github.com/rust-lang/crates.io-index"
11024checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
11025dependencies = [
11026 "getrandom 0.1.16",
11027 "libc",
11028 "rand_chacha 0.2.2",
11029 "rand_core 0.5.1",
11030 "rand_hc",
11031]
11032
11033[[package]]
11034name = "rand"
11035version = "0.8.5"
11036source = "registry+https://github.com/rust-lang/crates.io-index"
11037checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
11038dependencies = [
11039 "libc",
11040 "rand_chacha 0.3.1",
11041 "rand_core 0.6.4",
11042]
11043
11044[[package]]
11045name = "rand"
11046version = "0.9.0"
11047source = "registry+https://github.com/rust-lang/crates.io-index"
11048checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
11049dependencies = [
11050 "rand_chacha 0.9.0",
11051 "rand_core 0.9.0",
11052 "zerocopy 0.8.18",
11053]
11054
11055[[package]]
11056name = "rand_chacha"
11057version = "0.2.2"
11058source = "registry+https://github.com/rust-lang/crates.io-index"
11059checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
11060dependencies = [
11061 "ppv-lite86",
11062 "rand_core 0.5.1",
11063]
11064
11065[[package]]
11066name = "rand_chacha"
11067version = "0.3.1"
11068source = "registry+https://github.com/rust-lang/crates.io-index"
11069checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
11070dependencies = [
11071 "ppv-lite86",
11072 "rand_core 0.6.4",
11073]
11074
11075[[package]]
11076name = "rand_chacha"
11077version = "0.9.0"
11078source = "registry+https://github.com/rust-lang/crates.io-index"
11079checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
11080dependencies = [
11081 "ppv-lite86",
11082 "rand_core 0.9.0",
11083]
11084
11085[[package]]
11086name = "rand_core"
11087version = "0.5.1"
11088source = "registry+https://github.com/rust-lang/crates.io-index"
11089checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
11090dependencies = [
11091 "getrandom 0.1.16",
11092]
11093
11094[[package]]
11095name = "rand_core"
11096version = "0.6.4"
11097source = "registry+https://github.com/rust-lang/crates.io-index"
11098checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
11099dependencies = [
11100 "getrandom 0.2.15",
11101]
11102
11103[[package]]
11104name = "rand_core"
11105version = "0.9.0"
11106source = "registry+https://github.com/rust-lang/crates.io-index"
11107checksum = "b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff"
11108dependencies = [
11109 "getrandom 0.3.1",
11110 "zerocopy 0.8.18",
11111]
11112
11113[[package]]
11114name = "rand_hc"
11115version = "0.2.0"
11116source = "registry+https://github.com/rust-lang/crates.io-index"
11117checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
11118dependencies = [
11119 "rand_core 0.5.1",
11120]
11121
11122[[package]]
11123name = "rangemap"
11124version = "1.5.1"
11125source = "registry+https://github.com/rust-lang/crates.io-index"
11126checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
11127
11128[[package]]
11129name = "rav1e"
11130version = "0.7.1"
11131source = "registry+https://github.com/rust-lang/crates.io-index"
11132checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
11133dependencies = [
11134 "arbitrary",
11135 "arg_enum_proc_macro",
11136 "arrayvec",
11137 "av1-grain",
11138 "bitstream-io",
11139 "built",
11140 "cfg-if",
11141 "interpolate_name",
11142 "itertools 0.12.1",
11143 "libc",
11144 "libfuzzer-sys",
11145 "log",
11146 "maybe-rayon",
11147 "new_debug_unreachable",
11148 "noop_proc_macro",
11149 "num-derive",
11150 "num-traits",
11151 "once_cell",
11152 "paste",
11153 "profiling",
11154 "rand 0.8.5",
11155 "rand_chacha 0.3.1",
11156 "simd_helpers",
11157 "system-deps",
11158 "thiserror 1.0.69",
11159 "v_frame",
11160 "wasm-bindgen",
11161]
11162
11163[[package]]
11164name = "ravif"
11165version = "0.11.11"
11166source = "registry+https://github.com/rust-lang/crates.io-index"
11167checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
11168dependencies = [
11169 "avif-serialize",
11170 "imgref",
11171 "loop9",
11172 "quick-error",
11173 "rav1e",
11174 "rayon",
11175 "rgb",
11176]
11177
11178[[package]]
11179name = "raw-window-handle"
11180version = "0.6.2"
11181source = "registry+https://github.com/rust-lang/crates.io-index"
11182checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
11183
11184[[package]]
11185name = "raw-window-metal"
11186version = "0.4.0"
11187source = "registry+https://github.com/rust-lang/crates.io-index"
11188checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
11189dependencies = [
11190 "cocoa 0.25.0",
11191 "core-graphics 0.23.2",
11192 "objc",
11193 "raw-window-handle",
11194]
11195
11196[[package]]
11197name = "rayon"
11198version = "1.10.0"
11199source = "registry+https://github.com/rust-lang/crates.io-index"
11200checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
11201dependencies = [
11202 "either",
11203 "rayon-core",
11204]
11205
11206[[package]]
11207name = "rayon-core"
11208version = "1.12.1"
11209source = "registry+https://github.com/rust-lang/crates.io-index"
11210checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
11211dependencies = [
11212 "crossbeam-deque",
11213 "crossbeam-utils",
11214]
11215
11216[[package]]
11217name = "read-fonts"
11218version = "0.22.5"
11219source = "registry+https://github.com/rust-lang/crates.io-index"
11220checksum = "4a04b892cb6f91951f144c33321843790c8574c825aafdb16d815fd7183b5229"
11221dependencies = [
11222 "bytemuck",
11223 "font-types",
11224]
11225
11226[[package]]
11227name = "recent_projects"
11228version = "0.1.0"
11229dependencies = [
11230 "anyhow",
11231 "auto_update",
11232 "dap",
11233 "editor",
11234 "extension_host",
11235 "file_finder",
11236 "futures 0.3.31",
11237 "fuzzy",
11238 "gpui",
11239 "language",
11240 "log",
11241 "markdown",
11242 "menu",
11243 "ordered-float 2.10.1",
11244 "paths",
11245 "picker",
11246 "project",
11247 "release_channel",
11248 "remote",
11249 "schemars",
11250 "serde",
11251 "serde_json",
11252 "settings",
11253 "smol",
11254 "task",
11255 "telemetry",
11256 "theme",
11257 "ui",
11258 "util",
11259 "workspace",
11260 "zed_actions",
11261]
11262
11263[[package]]
11264name = "redox_syscall"
11265version = "0.2.16"
11266source = "registry+https://github.com/rust-lang/crates.io-index"
11267checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
11268dependencies = [
11269 "bitflags 1.3.2",
11270]
11271
11272[[package]]
11273name = "redox_syscall"
11274version = "0.5.8"
11275source = "registry+https://github.com/rust-lang/crates.io-index"
11276checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
11277dependencies = [
11278 "bitflags 2.8.0",
11279]
11280
11281[[package]]
11282name = "redox_users"
11283version = "0.4.6"
11284source = "registry+https://github.com/rust-lang/crates.io-index"
11285checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
11286dependencies = [
11287 "getrandom 0.2.15",
11288 "libredox",
11289 "thiserror 1.0.69",
11290]
11291
11292[[package]]
11293name = "refineable"
11294version = "0.1.0"
11295dependencies = [
11296 "derive_refineable",
11297]
11298
11299[[package]]
11300name = "regalloc2"
11301version = "0.11.1"
11302source = "registry+https://github.com/rust-lang/crates.io-index"
11303checksum = "145c1c267e14f20fb0f88aa76a1c5ffec42d592c1d28b3cd9148ae35916158d3"
11304dependencies = [
11305 "allocator-api2",
11306 "bumpalo",
11307 "hashbrown 0.15.2",
11308 "log",
11309 "rustc-hash 2.1.1",
11310 "smallvec",
11311]
11312
11313[[package]]
11314name = "regex"
11315version = "1.11.1"
11316source = "registry+https://github.com/rust-lang/crates.io-index"
11317checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
11318dependencies = [
11319 "aho-corasick",
11320 "memchr",
11321 "regex-automata 0.4.9",
11322 "regex-syntax 0.8.5",
11323]
11324
11325[[package]]
11326name = "regex-automata"
11327version = "0.1.10"
11328source = "registry+https://github.com/rust-lang/crates.io-index"
11329checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
11330dependencies = [
11331 "regex-syntax 0.6.29",
11332]
11333
11334[[package]]
11335name = "regex-automata"
11336version = "0.4.9"
11337source = "registry+https://github.com/rust-lang/crates.io-index"
11338checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
11339dependencies = [
11340 "aho-corasick",
11341 "memchr",
11342 "regex-syntax 0.8.5",
11343]
11344
11345[[package]]
11346name = "regex-lite"
11347version = "0.1.6"
11348source = "registry+https://github.com/rust-lang/crates.io-index"
11349checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
11350
11351[[package]]
11352name = "regex-syntax"
11353version = "0.6.29"
11354source = "registry+https://github.com/rust-lang/crates.io-index"
11355checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
11356
11357[[package]]
11358name = "regex-syntax"
11359version = "0.8.5"
11360source = "registry+https://github.com/rust-lang/crates.io-index"
11361checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
11362
11363[[package]]
11364name = "release_channel"
11365version = "0.1.0"
11366dependencies = [
11367 "gpui",
11368]
11369
11370[[package]]
11371name = "remote"
11372version = "0.1.0"
11373dependencies = [
11374 "anyhow",
11375 "askpass",
11376 "async-trait",
11377 "collections",
11378 "fs",
11379 "futures 0.3.31",
11380 "gpui",
11381 "itertools 0.14.0",
11382 "log",
11383 "parking_lot",
11384 "paths",
11385 "prost 0.9.0",
11386 "release_channel",
11387 "rpc",
11388 "schemars",
11389 "serde",
11390 "serde_json",
11391 "shlex",
11392 "smol",
11393 "tempfile",
11394 "thiserror 2.0.12",
11395 "urlencoding",
11396 "util",
11397]
11398
11399[[package]]
11400name = "remote_server"
11401version = "0.1.0"
11402dependencies = [
11403 "anyhow",
11404 "async-watch",
11405 "backtrace",
11406 "cargo_toml",
11407 "chrono",
11408 "clap",
11409 "client",
11410 "clock",
11411 "env_logger 0.11.7",
11412 "extension",
11413 "extension_host",
11414 "fork",
11415 "fs",
11416 "futures 0.3.31",
11417 "git",
11418 "git_hosting_providers",
11419 "gpui",
11420 "gpui_tokio",
11421 "http_client",
11422 "language",
11423 "language_extension",
11424 "languages",
11425 "libc",
11426 "log",
11427 "lsp",
11428 "node_runtime",
11429 "paths",
11430 "project",
11431 "proto",
11432 "release_channel",
11433 "remote",
11434 "reqwest_client",
11435 "rpc",
11436 "rust-embed",
11437 "serde",
11438 "serde_json",
11439 "settings",
11440 "shellexpand 2.1.2",
11441 "smol",
11442 "sysinfo",
11443 "telemetry_events",
11444 "toml 0.8.20",
11445 "unindent",
11446 "util",
11447 "worktree",
11448]
11449
11450[[package]]
11451name = "rend"
11452version = "0.4.2"
11453source = "registry+https://github.com/rust-lang/crates.io-index"
11454checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
11455dependencies = [
11456 "bytecheck",
11457]
11458
11459[[package]]
11460name = "repl"
11461version = "0.1.0"
11462dependencies = [
11463 "alacritty_terminal",
11464 "anyhow",
11465 "async-dispatcher",
11466 "async-tungstenite",
11467 "base64 0.22.1",
11468 "client",
11469 "collections",
11470 "command_palette_hooks",
11471 "editor",
11472 "env_logger 0.11.7",
11473 "feature_flags",
11474 "file_icons",
11475 "futures 0.3.31",
11476 "gpui",
11477 "http_client",
11478 "image",
11479 "indoc",
11480 "jupyter-protocol",
11481 "jupyter-websocket-client",
11482 "language",
11483 "languages",
11484 "log",
11485 "markdown_preview",
11486 "menu",
11487 "multi_buffer",
11488 "nbformat",
11489 "picker",
11490 "project",
11491 "runtimelib",
11492 "schemars",
11493 "serde",
11494 "serde_json",
11495 "settings",
11496 "smol",
11497 "telemetry",
11498 "terminal",
11499 "terminal_view",
11500 "theme",
11501 "tree-sitter-md",
11502 "tree-sitter-python",
11503 "tree-sitter-typescript",
11504 "ui",
11505 "util",
11506 "uuid",
11507 "workspace",
11508]
11509
11510[[package]]
11511name = "reqwest"
11512version = "0.11.27"
11513source = "registry+https://github.com/rust-lang/crates.io-index"
11514checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
11515dependencies = [
11516 "base64 0.21.7",
11517 "bytes 1.10.1",
11518 "encoding_rs",
11519 "futures-core",
11520 "futures-util",
11521 "h2 0.3.26",
11522 "http 0.2.12",
11523 "http-body 0.4.6",
11524 "hyper 0.14.32",
11525 "hyper-rustls 0.24.2",
11526 "hyper-tls",
11527 "ipnet",
11528 "js-sys",
11529 "log",
11530 "mime",
11531 "native-tls",
11532 "once_cell",
11533 "percent-encoding",
11534 "pin-project-lite",
11535 "rustls 0.21.12",
11536 "rustls-native-certs 0.6.3",
11537 "rustls-pemfile 1.0.4",
11538 "serde",
11539 "serde_json",
11540 "serde_urlencoded",
11541 "sync_wrapper 0.1.2",
11542 "system-configuration 0.5.1",
11543 "tokio",
11544 "tokio-native-tls",
11545 "tokio-rustls 0.24.1",
11546 "tower-service",
11547 "url",
11548 "wasm-bindgen",
11549 "wasm-bindgen-futures",
11550 "web-sys",
11551 "winreg 0.50.0",
11552]
11553
11554[[package]]
11555name = "reqwest"
11556version = "0.12.8"
11557source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
11558dependencies = [
11559 "base64 0.22.1",
11560 "bytes 1.10.1",
11561 "encoding_rs",
11562 "futures-core",
11563 "futures-util",
11564 "h2 0.4.7",
11565 "http 1.2.0",
11566 "http-body 1.0.1",
11567 "http-body-util",
11568 "hyper 1.5.1",
11569 "hyper-rustls 0.27.3",
11570 "hyper-util",
11571 "ipnet",
11572 "js-sys",
11573 "log",
11574 "mime",
11575 "once_cell",
11576 "percent-encoding",
11577 "pin-project-lite",
11578 "quinn",
11579 "rustls 0.23.23",
11580 "rustls-native-certs 0.8.1",
11581 "rustls-pemfile 2.2.0",
11582 "rustls-pki-types",
11583 "serde",
11584 "serde_json",
11585 "serde_urlencoded",
11586 "sync_wrapper 1.0.2",
11587 "system-configuration 0.6.1",
11588 "tokio",
11589 "tokio-rustls 0.26.1",
11590 "tokio-socks",
11591 "tokio-util",
11592 "tower-service",
11593 "url",
11594 "wasm-bindgen",
11595 "wasm-bindgen-futures",
11596 "wasm-streams",
11597 "web-sys",
11598 "windows-registry",
11599]
11600
11601[[package]]
11602name = "reqwest_client"
11603version = "0.1.0"
11604dependencies = [
11605 "anyhow",
11606 "bytes 1.10.1",
11607 "futures 0.3.31",
11608 "gpui",
11609 "http_client",
11610 "http_client_tls",
11611 "log",
11612 "regex",
11613 "reqwest 0.12.8",
11614 "serde",
11615 "smol",
11616 "tokio",
11617]
11618
11619[[package]]
11620name = "resvg"
11621version = "0.45.0"
11622source = "registry+https://github.com/rust-lang/crates.io-index"
11623checksum = "dd43d1c474e9dadf09a8fdf22d713ba668b499b5117b9b9079500224e26b5b29"
11624dependencies = [
11625 "log",
11626 "pico-args",
11627 "rgb",
11628 "svgtypes",
11629 "tiny-skia",
11630 "usvg",
11631]
11632
11633[[package]]
11634name = "rfc6979"
11635version = "0.3.1"
11636source = "registry+https://github.com/rust-lang/crates.io-index"
11637checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
11638dependencies = [
11639 "crypto-bigint 0.4.9",
11640 "hmac",
11641 "zeroize",
11642]
11643
11644[[package]]
11645name = "rgb"
11646version = "0.8.50"
11647source = "registry+https://github.com/rust-lang/crates.io-index"
11648checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
11649dependencies = [
11650 "bytemuck",
11651]
11652
11653[[package]]
11654name = "rich_text"
11655version = "0.1.0"
11656dependencies = [
11657 "futures 0.3.31",
11658 "gpui",
11659 "language",
11660 "linkify",
11661 "pulldown-cmark 0.12.2",
11662 "theme",
11663 "ui",
11664 "util",
11665]
11666
11667[[package]]
11668name = "ring"
11669version = "0.17.8"
11670source = "registry+https://github.com/rust-lang/crates.io-index"
11671checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
11672dependencies = [
11673 "cc",
11674 "cfg-if",
11675 "getrandom 0.2.15",
11676 "libc",
11677 "spin",
11678 "untrusted",
11679 "windows-sys 0.52.0",
11680]
11681
11682[[package]]
11683name = "rkyv"
11684version = "0.7.45"
11685source = "registry+https://github.com/rust-lang/crates.io-index"
11686checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
11687dependencies = [
11688 "bitvec",
11689 "bytecheck",
11690 "bytes 1.10.1",
11691 "hashbrown 0.12.3",
11692 "ptr_meta",
11693 "rend",
11694 "rkyv_derive",
11695 "seahash",
11696 "tinyvec",
11697 "uuid",
11698]
11699
11700[[package]]
11701name = "rkyv_derive"
11702version = "0.7.45"
11703source = "registry+https://github.com/rust-lang/crates.io-index"
11704checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
11705dependencies = [
11706 "proc-macro2",
11707 "quote",
11708 "syn 1.0.109",
11709]
11710
11711[[package]]
11712name = "rmp"
11713version = "0.8.14"
11714source = "registry+https://github.com/rust-lang/crates.io-index"
11715checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
11716dependencies = [
11717 "byteorder",
11718 "num-traits",
11719 "paste",
11720]
11721
11722[[package]]
11723name = "rmpv"
11724version = "1.3.0"
11725source = "registry+https://github.com/rust-lang/crates.io-index"
11726checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
11727dependencies = [
11728 "num-traits",
11729 "rmp",
11730]
11731
11732[[package]]
11733name = "rodio"
11734version = "0.20.1"
11735source = "registry+https://github.com/rust-lang/crates.io-index"
11736checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
11737dependencies = [
11738 "cpal",
11739 "hound",
11740]
11741
11742[[package]]
11743name = "rope"
11744version = "0.1.0"
11745dependencies = [
11746 "arrayvec",
11747 "criterion",
11748 "ctor",
11749 "env_logger 0.11.7",
11750 "gpui",
11751 "log",
11752 "rand 0.8.5",
11753 "rayon",
11754 "smallvec",
11755 "sum_tree",
11756 "unicode-segmentation",
11757 "util",
11758]
11759
11760[[package]]
11761name = "roxmltree"
11762version = "0.20.0"
11763source = "registry+https://github.com/rust-lang/crates.io-index"
11764checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
11765
11766[[package]]
11767name = "rpc"
11768version = "0.1.0"
11769dependencies = [
11770 "anyhow",
11771 "async-tungstenite",
11772 "base64 0.22.1",
11773 "chrono",
11774 "collections",
11775 "env_logger 0.11.7",
11776 "futures 0.3.31",
11777 "gpui",
11778 "parking_lot",
11779 "proto",
11780 "rand 0.8.5",
11781 "rsa",
11782 "serde",
11783 "serde_json",
11784 "sha2",
11785 "strum",
11786 "tracing",
11787 "util",
11788 "zstd",
11789]
11790
11791[[package]]
11792name = "rsa"
11793version = "0.9.8"
11794source = "registry+https://github.com/rust-lang/crates.io-index"
11795checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
11796dependencies = [
11797 "const-oid",
11798 "digest",
11799 "num-bigint-dig",
11800 "num-integer",
11801 "num-traits",
11802 "pkcs1",
11803 "pkcs8 0.10.2",
11804 "rand_core 0.6.4",
11805 "signature 2.2.0",
11806 "spki 0.7.3",
11807 "subtle",
11808 "zeroize",
11809]
11810
11811[[package]]
11812name = "runtimelib"
11813version = "0.25.0"
11814source = "registry+https://github.com/rust-lang/crates.io-index"
11815checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
11816dependencies = [
11817 "anyhow",
11818 "async-dispatcher",
11819 "async-std",
11820 "base64 0.22.1",
11821 "bytes 1.10.1",
11822 "chrono",
11823 "data-encoding",
11824 "dirs 5.0.1",
11825 "futures 0.3.31",
11826 "glob",
11827 "jupyter-protocol",
11828 "ring",
11829 "serde",
11830 "serde_json",
11831 "shellexpand 3.1.0",
11832 "smol",
11833 "uuid",
11834 "zeromq",
11835]
11836
11837[[package]]
11838name = "rust-embed"
11839version = "8.5.0"
11840source = "registry+https://github.com/rust-lang/crates.io-index"
11841checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
11842dependencies = [
11843 "rust-embed-impl",
11844 "rust-embed-utils",
11845 "walkdir",
11846]
11847
11848[[package]]
11849name = "rust-embed-impl"
11850version = "8.5.0"
11851source = "registry+https://github.com/rust-lang/crates.io-index"
11852checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
11853dependencies = [
11854 "proc-macro2",
11855 "quote",
11856 "rust-embed-utils",
11857 "syn 2.0.100",
11858 "walkdir",
11859]
11860
11861[[package]]
11862name = "rust-embed-utils"
11863version = "8.5.0"
11864source = "registry+https://github.com/rust-lang/crates.io-index"
11865checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
11866dependencies = [
11867 "globset",
11868 "sha2",
11869 "walkdir",
11870]
11871
11872[[package]]
11873name = "rust_decimal"
11874version = "1.36.0"
11875source = "registry+https://github.com/rust-lang/crates.io-index"
11876checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
11877dependencies = [
11878 "arrayvec",
11879 "borsh",
11880 "bytes 1.10.1",
11881 "num-traits",
11882 "rand 0.8.5",
11883 "rkyv",
11884 "serde",
11885 "serde_json",
11886]
11887
11888[[package]]
11889name = "rustc-demangle"
11890version = "0.1.24"
11891source = "registry+https://github.com/rust-lang/crates.io-index"
11892checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11893
11894[[package]]
11895name = "rustc-hash"
11896version = "1.1.0"
11897source = "registry+https://github.com/rust-lang/crates.io-index"
11898checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11899
11900[[package]]
11901name = "rustc-hash"
11902version = "2.1.1"
11903source = "registry+https://github.com/rust-lang/crates.io-index"
11904checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
11905
11906[[package]]
11907name = "rustc_version"
11908version = "0.4.1"
11909source = "registry+https://github.com/rust-lang/crates.io-index"
11910checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11911dependencies = [
11912 "semver",
11913]
11914
11915[[package]]
11916name = "rustix"
11917version = "0.38.42"
11918source = "registry+https://github.com/rust-lang/crates.io-index"
11919checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11920dependencies = [
11921 "bitflags 2.8.0",
11922 "errno 0.3.10",
11923 "itoa",
11924 "libc",
11925 "linux-raw-sys",
11926 "once_cell",
11927 "windows-sys 0.52.0",
11928]
11929
11930[[package]]
11931name = "rustix-openpty"
11932version = "0.1.1"
11933source = "registry+https://github.com/rust-lang/crates.io-index"
11934checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11935dependencies = [
11936 "errno 0.3.10",
11937 "libc",
11938 "rustix",
11939]
11940
11941[[package]]
11942name = "rustls"
11943version = "0.21.12"
11944source = "registry+https://github.com/rust-lang/crates.io-index"
11945checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11946dependencies = [
11947 "log",
11948 "ring",
11949 "rustls-webpki 0.101.7",
11950 "sct",
11951]
11952
11953[[package]]
11954name = "rustls"
11955version = "0.23.23"
11956source = "registry+https://github.com/rust-lang/crates.io-index"
11957checksum = "47796c98c480fce5406ef69d1c76378375492c3b0a0de587be0c1d9feb12f395"
11958dependencies = [
11959 "aws-lc-rs",
11960 "log",
11961 "once_cell",
11962 "ring",
11963 "rustls-pki-types",
11964 "rustls-webpki 0.102.8",
11965 "subtle",
11966 "zeroize",
11967]
11968
11969[[package]]
11970name = "rustls-native-certs"
11971version = "0.6.3"
11972source = "registry+https://github.com/rust-lang/crates.io-index"
11973checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11974dependencies = [
11975 "openssl-probe",
11976 "rustls-pemfile 1.0.4",
11977 "schannel",
11978 "security-framework 2.11.1",
11979]
11980
11981[[package]]
11982name = "rustls-native-certs"
11983version = "0.8.1"
11984source = "registry+https://github.com/rust-lang/crates.io-index"
11985checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11986dependencies = [
11987 "openssl-probe",
11988 "rustls-pki-types",
11989 "schannel",
11990 "security-framework 3.0.1",
11991]
11992
11993[[package]]
11994name = "rustls-pemfile"
11995version = "1.0.4"
11996source = "registry+https://github.com/rust-lang/crates.io-index"
11997checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11998dependencies = [
11999 "base64 0.21.7",
12000]
12001
12002[[package]]
12003name = "rustls-pemfile"
12004version = "2.2.0"
12005source = "registry+https://github.com/rust-lang/crates.io-index"
12006checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
12007dependencies = [
12008 "rustls-pki-types",
12009]
12010
12011[[package]]
12012name = "rustls-pki-types"
12013version = "1.10.0"
12014source = "registry+https://github.com/rust-lang/crates.io-index"
12015checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
12016dependencies = [
12017 "web-time",
12018]
12019
12020[[package]]
12021name = "rustls-platform-verifier"
12022version = "0.5.0"
12023source = "registry+https://github.com/rust-lang/crates.io-index"
12024checksum = "e012c45844a1790332c9386ed4ca3a06def221092eda277e6f079728f8ea99da"
12025dependencies = [
12026 "core-foundation 0.10.0",
12027 "core-foundation-sys",
12028 "jni",
12029 "log",
12030 "once_cell",
12031 "rustls 0.23.23",
12032 "rustls-native-certs 0.8.1",
12033 "rustls-platform-verifier-android",
12034 "rustls-webpki 0.102.8",
12035 "security-framework 3.0.1",
12036 "security-framework-sys",
12037 "webpki-root-certs",
12038 "windows-sys 0.52.0",
12039]
12040
12041[[package]]
12042name = "rustls-platform-verifier-android"
12043version = "0.1.1"
12044source = "registry+https://github.com/rust-lang/crates.io-index"
12045checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
12046
12047[[package]]
12048name = "rustls-webpki"
12049version = "0.101.7"
12050source = "registry+https://github.com/rust-lang/crates.io-index"
12051checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
12052dependencies = [
12053 "ring",
12054 "untrusted",
12055]
12056
12057[[package]]
12058name = "rustls-webpki"
12059version = "0.102.8"
12060source = "registry+https://github.com/rust-lang/crates.io-index"
12061checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
12062dependencies = [
12063 "aws-lc-rs",
12064 "ring",
12065 "rustls-pki-types",
12066 "untrusted",
12067]
12068
12069[[package]]
12070name = "rustversion"
12071version = "1.0.18"
12072source = "registry+https://github.com/rust-lang/crates.io-index"
12073checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
12074
12075[[package]]
12076name = "rustybuzz"
12077version = "0.14.1"
12078source = "registry+https://github.com/rust-lang/crates.io-index"
12079checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
12080dependencies = [
12081 "bitflags 2.8.0",
12082 "bytemuck",
12083 "libm",
12084 "smallvec",
12085 "ttf-parser 0.21.1",
12086 "unicode-bidi-mirroring 0.2.0",
12087 "unicode-ccc 0.2.0",
12088 "unicode-properties",
12089 "unicode-script",
12090]
12091
12092[[package]]
12093name = "rustybuzz"
12094version = "0.20.1"
12095source = "registry+https://github.com/rust-lang/crates.io-index"
12096checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
12097dependencies = [
12098 "bitflags 2.8.0",
12099 "bytemuck",
12100 "core_maths",
12101 "log",
12102 "smallvec",
12103 "ttf-parser 0.25.1",
12104 "unicode-bidi-mirroring 0.4.0",
12105 "unicode-ccc 0.4.0",
12106 "unicode-properties",
12107 "unicode-script",
12108]
12109
12110[[package]]
12111name = "ryu"
12112version = "1.0.18"
12113source = "registry+https://github.com/rust-lang/crates.io-index"
12114checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
12115
12116[[package]]
12117name = "salsa20"
12118version = "0.10.2"
12119source = "registry+https://github.com/rust-lang/crates.io-index"
12120checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
12121dependencies = [
12122 "cipher",
12123]
12124
12125[[package]]
12126name = "same-file"
12127version = "1.0.6"
12128source = "registry+https://github.com/rust-lang/crates.io-index"
12129checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
12130dependencies = [
12131 "winapi-util",
12132]
12133
12134[[package]]
12135name = "schannel"
12136version = "0.1.27"
12137source = "registry+https://github.com/rust-lang/crates.io-index"
12138checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
12139dependencies = [
12140 "windows-sys 0.59.0",
12141]
12142
12143[[package]]
12144name = "schema_generator"
12145version = "0.1.0"
12146dependencies = [
12147 "anyhow",
12148 "clap",
12149 "env_logger 0.11.7",
12150 "schemars",
12151 "serde",
12152 "serde_json",
12153 "theme",
12154]
12155
12156[[package]]
12157name = "schemars"
12158version = "0.8.22"
12159source = "registry+https://github.com/rust-lang/crates.io-index"
12160checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
12161dependencies = [
12162 "dyn-clone",
12163 "indexmap",
12164 "schemars_derive",
12165 "serde",
12166 "serde_json",
12167]
12168
12169[[package]]
12170name = "schemars_derive"
12171version = "0.8.22"
12172source = "registry+https://github.com/rust-lang/crates.io-index"
12173checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
12174dependencies = [
12175 "proc-macro2",
12176 "quote",
12177 "serde_derive_internals",
12178 "syn 2.0.100",
12179]
12180
12181[[package]]
12182name = "scoped-tls"
12183version = "1.0.1"
12184source = "registry+https://github.com/rust-lang/crates.io-index"
12185checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
12186
12187[[package]]
12188name = "scopeguard"
12189version = "1.2.0"
12190source = "registry+https://github.com/rust-lang/crates.io-index"
12191checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
12192
12193[[package]]
12194name = "scratch"
12195version = "1.0.7"
12196source = "registry+https://github.com/rust-lang/crates.io-index"
12197checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
12198
12199[[package]]
12200name = "scripting_tool"
12201version = "0.1.0"
12202dependencies = [
12203 "anyhow",
12204 "buffer_diff",
12205 "clock",
12206 "collections",
12207 "futures 0.3.31",
12208 "gpui",
12209 "language",
12210 "log",
12211 "mlua",
12212 "parking_lot",
12213 "project",
12214 "rand 0.8.5",
12215 "regex",
12216 "schemars",
12217 "serde",
12218 "serde_json",
12219 "settings",
12220 "util",
12221]
12222
12223[[package]]
12224name = "scrypt"
12225version = "0.11.0"
12226source = "registry+https://github.com/rust-lang/crates.io-index"
12227checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
12228dependencies = [
12229 "password-hash 0.5.0",
12230 "pbkdf2 0.12.2",
12231 "salsa20",
12232 "sha2",
12233]
12234
12235[[package]]
12236name = "sct"
12237version = "0.7.1"
12238source = "registry+https://github.com/rust-lang/crates.io-index"
12239checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
12240dependencies = [
12241 "ring",
12242 "untrusted",
12243]
12244
12245[[package]]
12246name = "sea-bae"
12247version = "0.2.1"
12248source = "registry+https://github.com/rust-lang/crates.io-index"
12249checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
12250dependencies = [
12251 "heck 0.4.1",
12252 "proc-macro-error2",
12253 "proc-macro2",
12254 "quote",
12255 "syn 2.0.100",
12256]
12257
12258[[package]]
12259name = "sea-orm"
12260version = "1.1.5"
12261source = "registry+https://github.com/rust-lang/crates.io-index"
12262checksum = "00733e5418e8ae3758cdb988c3654174e716230cc53ee2cb884207cf86a23029"
12263dependencies = [
12264 "async-stream",
12265 "async-trait",
12266 "bigdecimal",
12267 "chrono",
12268 "futures 0.3.31",
12269 "log",
12270 "ouroboros",
12271 "rust_decimal",
12272 "sea-orm-macros",
12273 "sea-query",
12274 "sea-query-binder",
12275 "serde",
12276 "serde_json",
12277 "sqlx",
12278 "strum",
12279 "thiserror 1.0.69",
12280 "time",
12281 "tracing",
12282 "url",
12283 "uuid",
12284]
12285
12286[[package]]
12287name = "sea-orm-macros"
12288version = "1.1.5"
12289source = "registry+https://github.com/rust-lang/crates.io-index"
12290checksum = "a98408f82fb4875d41ef469a79944a7da29767c7b3e4028e22188a3dd613b10f"
12291dependencies = [
12292 "heck 0.4.1",
12293 "proc-macro2",
12294 "quote",
12295 "sea-bae",
12296 "syn 2.0.100",
12297 "unicode-ident",
12298]
12299
12300[[package]]
12301name = "sea-query"
12302version = "0.32.1"
12303source = "registry+https://github.com/rust-lang/crates.io-index"
12304checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
12305dependencies = [
12306 "bigdecimal",
12307 "chrono",
12308 "inherent",
12309 "ordered-float 3.9.2",
12310 "rust_decimal",
12311 "serde_json",
12312 "time",
12313 "uuid",
12314]
12315
12316[[package]]
12317name = "sea-query-binder"
12318version = "0.7.0"
12319source = "registry+https://github.com/rust-lang/crates.io-index"
12320checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
12321dependencies = [
12322 "bigdecimal",
12323 "chrono",
12324 "rust_decimal",
12325 "sea-query",
12326 "serde_json",
12327 "sqlx",
12328 "time",
12329 "uuid",
12330]
12331
12332[[package]]
12333name = "seahash"
12334version = "4.1.0"
12335source = "registry+https://github.com/rust-lang/crates.io-index"
12336checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
12337
12338[[package]]
12339name = "search"
12340version = "0.1.0"
12341dependencies = [
12342 "any_vec",
12343 "anyhow",
12344 "bitflags 2.8.0",
12345 "client",
12346 "collections",
12347 "editor",
12348 "futures 0.3.31",
12349 "gpui",
12350 "language",
12351 "menu",
12352 "project",
12353 "schemars",
12354 "serde",
12355 "serde_json",
12356 "settings",
12357 "smol",
12358 "theme",
12359 "ui",
12360 "unindent",
12361 "util",
12362 "workspace",
12363 "zed_actions",
12364]
12365
12366[[package]]
12367name = "sec1"
12368version = "0.3.0"
12369source = "registry+https://github.com/rust-lang/crates.io-index"
12370checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
12371dependencies = [
12372 "base16ct",
12373 "der 0.6.1",
12374 "generic-array",
12375 "pkcs8 0.9.0",
12376 "subtle",
12377 "zeroize",
12378]
12379
12380[[package]]
12381name = "security-framework"
12382version = "2.11.1"
12383source = "registry+https://github.com/rust-lang/crates.io-index"
12384checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
12385dependencies = [
12386 "bitflags 2.8.0",
12387 "core-foundation 0.9.4",
12388 "core-foundation-sys",
12389 "libc",
12390 "security-framework-sys",
12391]
12392
12393[[package]]
12394name = "security-framework"
12395version = "3.0.1"
12396source = "registry+https://github.com/rust-lang/crates.io-index"
12397checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
12398dependencies = [
12399 "bitflags 2.8.0",
12400 "core-foundation 0.10.0",
12401 "core-foundation-sys",
12402 "libc",
12403 "security-framework-sys",
12404]
12405
12406[[package]]
12407name = "security-framework-sys"
12408version = "2.12.1"
12409source = "registry+https://github.com/rust-lang/crates.io-index"
12410checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
12411dependencies = [
12412 "core-foundation-sys",
12413 "libc",
12414]
12415
12416[[package]]
12417name = "self_cell"
12418version = "1.1.0"
12419source = "registry+https://github.com/rust-lang/crates.io-index"
12420checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
12421
12422[[package]]
12423name = "semantic_index"
12424version = "0.1.0"
12425dependencies = [
12426 "anyhow",
12427 "arrayvec",
12428 "blake3",
12429 "client",
12430 "clock",
12431 "collections",
12432 "env_logger 0.11.7",
12433 "feature_flags",
12434 "fs",
12435 "futures 0.3.31",
12436 "futures-batch",
12437 "gpui",
12438 "heed",
12439 "http_client",
12440 "language",
12441 "language_model",
12442 "languages",
12443 "log",
12444 "open_ai",
12445 "parking_lot",
12446 "project",
12447 "reqwest_client",
12448 "serde",
12449 "serde_json",
12450 "settings",
12451 "sha2",
12452 "smol",
12453 "streaming-iterator",
12454 "tempfile",
12455 "theme",
12456 "tree-sitter",
12457 "ui",
12458 "unindent",
12459 "util",
12460 "workspace",
12461 "worktree",
12462]
12463
12464[[package]]
12465name = "semantic_version"
12466version = "0.1.0"
12467dependencies = [
12468 "anyhow",
12469 "serde",
12470]
12471
12472[[package]]
12473name = "semver"
12474version = "1.0.26"
12475source = "registry+https://github.com/rust-lang/crates.io-index"
12476checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
12477dependencies = [
12478 "serde",
12479]
12480
12481[[package]]
12482name = "serde"
12483version = "1.0.218"
12484source = "registry+https://github.com/rust-lang/crates.io-index"
12485checksum = "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60"
12486dependencies = [
12487 "serde_derive",
12488]
12489
12490[[package]]
12491name = "serde_derive"
12492version = "1.0.218"
12493source = "registry+https://github.com/rust-lang/crates.io-index"
12494checksum = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b"
12495dependencies = [
12496 "proc-macro2",
12497 "quote",
12498 "syn 2.0.100",
12499]
12500
12501[[package]]
12502name = "serde_derive_internals"
12503version = "0.29.1"
12504source = "registry+https://github.com/rust-lang/crates.io-index"
12505checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
12506dependencies = [
12507 "proc-macro2",
12508 "quote",
12509 "syn 2.0.100",
12510]
12511
12512[[package]]
12513name = "serde_fmt"
12514version = "1.0.3"
12515source = "registry+https://github.com/rust-lang/crates.io-index"
12516checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
12517dependencies = [
12518 "serde",
12519]
12520
12521[[package]]
12522name = "serde_json"
12523version = "1.0.140"
12524source = "registry+https://github.com/rust-lang/crates.io-index"
12525checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
12526dependencies = [
12527 "indexmap",
12528 "itoa",
12529 "memchr",
12530 "ryu",
12531 "serde",
12532]
12533
12534[[package]]
12535name = "serde_json_lenient"
12536version = "0.2.4"
12537source = "registry+https://github.com/rust-lang/crates.io-index"
12538checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
12539dependencies = [
12540 "indexmap",
12541 "itoa",
12542 "memchr",
12543 "ryu",
12544 "serde",
12545]
12546
12547[[package]]
12548name = "serde_path_to_error"
12549version = "0.1.16"
12550source = "registry+https://github.com/rust-lang/crates.io-index"
12551checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
12552dependencies = [
12553 "itoa",
12554 "serde",
12555]
12556
12557[[package]]
12558name = "serde_qs"
12559version = "0.8.5"
12560source = "registry+https://github.com/rust-lang/crates.io-index"
12561checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
12562dependencies = [
12563 "percent-encoding",
12564 "serde",
12565 "thiserror 1.0.69",
12566]
12567
12568[[package]]
12569name = "serde_qs"
12570version = "0.10.1"
12571source = "registry+https://github.com/rust-lang/crates.io-index"
12572checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
12573dependencies = [
12574 "percent-encoding",
12575 "serde",
12576 "thiserror 1.0.69",
12577]
12578
12579[[package]]
12580name = "serde_repr"
12581version = "0.1.20"
12582source = "registry+https://github.com/rust-lang/crates.io-index"
12583checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
12584dependencies = [
12585 "proc-macro2",
12586 "quote",
12587 "syn 2.0.100",
12588]
12589
12590[[package]]
12591name = "serde_spanned"
12592version = "0.6.8"
12593source = "registry+https://github.com/rust-lang/crates.io-index"
12594checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
12595dependencies = [
12596 "serde",
12597]
12598
12599[[package]]
12600name = "serde_urlencoded"
12601version = "0.7.1"
12602source = "registry+https://github.com/rust-lang/crates.io-index"
12603checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
12604dependencies = [
12605 "form_urlencoded",
12606 "itoa",
12607 "ryu",
12608 "serde",
12609]
12610
12611[[package]]
12612name = "session"
12613version = "0.1.0"
12614dependencies = [
12615 "db",
12616 "gpui",
12617 "serde_json",
12618 "util",
12619 "uuid",
12620]
12621
12622[[package]]
12623name = "settings"
12624version = "0.1.0"
12625dependencies = [
12626 "anyhow",
12627 "collections",
12628 "ec4rs",
12629 "fs",
12630 "futures 0.3.31",
12631 "gpui",
12632 "indoc",
12633 "inventory",
12634 "log",
12635 "paths",
12636 "pretty_assertions",
12637 "release_channel",
12638 "rust-embed",
12639 "schemars",
12640 "serde",
12641 "serde_derive",
12642 "serde_json",
12643 "serde_json_lenient",
12644 "smallvec",
12645 "streaming-iterator",
12646 "tree-sitter",
12647 "tree-sitter-json",
12648 "unindent",
12649 "util",
12650]
12651
12652[[package]]
12653name = "settings_ui"
12654version = "0.1.0"
12655dependencies = [
12656 "command_palette_hooks",
12657 "editor",
12658 "feature_flags",
12659 "gpui",
12660 "settings",
12661 "theme",
12662 "ui",
12663 "workspace",
12664]
12665
12666[[package]]
12667name = "sha1"
12668version = "0.10.6"
12669source = "registry+https://github.com/rust-lang/crates.io-index"
12670checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
12671dependencies = [
12672 "cfg-if",
12673 "cpufeatures",
12674 "digest",
12675]
12676
12677[[package]]
12678name = "sha1_smol"
12679version = "1.0.1"
12680source = "registry+https://github.com/rust-lang/crates.io-index"
12681checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
12682
12683[[package]]
12684name = "sha2"
12685version = "0.10.8"
12686source = "registry+https://github.com/rust-lang/crates.io-index"
12687checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
12688dependencies = [
12689 "cfg-if",
12690 "cpufeatures",
12691 "digest",
12692]
12693
12694[[package]]
12695name = "sharded-slab"
12696version = "0.1.7"
12697source = "registry+https://github.com/rust-lang/crates.io-index"
12698checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
12699dependencies = [
12700 "lazy_static",
12701]
12702
12703[[package]]
12704name = "shell-words"
12705version = "1.1.0"
12706source = "registry+https://github.com/rust-lang/crates.io-index"
12707checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
12708
12709[[package]]
12710name = "shellexpand"
12711version = "2.1.2"
12712source = "registry+https://github.com/rust-lang/crates.io-index"
12713checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
12714dependencies = [
12715 "dirs 4.0.0",
12716]
12717
12718[[package]]
12719name = "shellexpand"
12720version = "3.1.0"
12721source = "registry+https://github.com/rust-lang/crates.io-index"
12722checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
12723dependencies = [
12724 "dirs 5.0.1",
12725]
12726
12727[[package]]
12728name = "shlex"
12729version = "1.3.0"
12730source = "registry+https://github.com/rust-lang/crates.io-index"
12731checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
12732
12733[[package]]
12734name = "signal-hook"
12735version = "0.3.17"
12736source = "registry+https://github.com/rust-lang/crates.io-index"
12737checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
12738dependencies = [
12739 "libc",
12740 "signal-hook-registry",
12741]
12742
12743[[package]]
12744name = "signal-hook-registry"
12745version = "1.4.2"
12746source = "registry+https://github.com/rust-lang/crates.io-index"
12747checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
12748dependencies = [
12749 "libc",
12750]
12751
12752[[package]]
12753name = "signature"
12754version = "1.6.4"
12755source = "registry+https://github.com/rust-lang/crates.io-index"
12756checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
12757dependencies = [
12758 "digest",
12759 "rand_core 0.6.4",
12760]
12761
12762[[package]]
12763name = "signature"
12764version = "2.2.0"
12765source = "registry+https://github.com/rust-lang/crates.io-index"
12766checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
12767dependencies = [
12768 "digest",
12769 "rand_core 0.6.4",
12770]
12771
12772[[package]]
12773name = "simd-adler32"
12774version = "0.3.7"
12775source = "registry+https://github.com/rust-lang/crates.io-index"
12776checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
12777
12778[[package]]
12779name = "simd_helpers"
12780version = "0.1.0"
12781source = "registry+https://github.com/rust-lang/crates.io-index"
12782checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
12783dependencies = [
12784 "quote",
12785]
12786
12787[[package]]
12788name = "simdutf8"
12789version = "0.1.5"
12790source = "registry+https://github.com/rust-lang/crates.io-index"
12791checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
12792
12793[[package]]
12794name = "simple_asn1"
12795version = "0.6.2"
12796source = "registry+https://github.com/rust-lang/crates.io-index"
12797checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
12798dependencies = [
12799 "num-bigint",
12800 "num-traits",
12801 "thiserror 1.0.69",
12802 "time",
12803]
12804
12805[[package]]
12806name = "simplecss"
12807version = "0.2.1"
12808source = "registry+https://github.com/rust-lang/crates.io-index"
12809checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
12810dependencies = [
12811 "log",
12812]
12813
12814[[package]]
12815name = "simplelog"
12816version = "0.12.2"
12817source = "registry+https://github.com/rust-lang/crates.io-index"
12818checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
12819dependencies = [
12820 "log",
12821 "termcolor",
12822 "time",
12823]
12824
12825[[package]]
12826name = "siphasher"
12827version = "0.3.11"
12828source = "registry+https://github.com/rust-lang/crates.io-index"
12829checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
12830
12831[[package]]
12832name = "siphasher"
12833version = "1.0.1"
12834source = "registry+https://github.com/rust-lang/crates.io-index"
12835checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
12836
12837[[package]]
12838name = "skrifa"
12839version = "0.22.3"
12840source = "registry+https://github.com/rust-lang/crates.io-index"
12841checksum = "8e1c44ad1f6c5bdd4eefed8326711b7dbda9ea45dfd36068c427d332aa382cbe"
12842dependencies = [
12843 "bytemuck",
12844 "read-fonts",
12845]
12846
12847[[package]]
12848name = "slab"
12849version = "0.4.9"
12850source = "registry+https://github.com/rust-lang/crates.io-index"
12851checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
12852dependencies = [
12853 "autocfg",
12854]
12855
12856[[package]]
12857name = "slash_commands_example"
12858version = "0.1.0"
12859dependencies = [
12860 "zed_extension_api 0.1.0",
12861]
12862
12863[[package]]
12864name = "slotmap"
12865version = "1.0.7"
12866source = "registry+https://github.com/rust-lang/crates.io-index"
12867checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
12868dependencies = [
12869 "version_check",
12870]
12871
12872[[package]]
12873name = "smallvec"
12874version = "1.14.0"
12875source = "registry+https://github.com/rust-lang/crates.io-index"
12876checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
12877dependencies = [
12878 "serde",
12879]
12880
12881[[package]]
12882name = "smart-default"
12883version = "0.6.0"
12884source = "registry+https://github.com/rust-lang/crates.io-index"
12885checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
12886dependencies = [
12887 "proc-macro2",
12888 "quote",
12889 "syn 1.0.109",
12890]
12891
12892[[package]]
12893name = "smol"
12894version = "2.0.2"
12895source = "registry+https://github.com/rust-lang/crates.io-index"
12896checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
12897dependencies = [
12898 "async-channel 2.3.1",
12899 "async-executor",
12900 "async-fs",
12901 "async-io",
12902 "async-lock",
12903 "async-net",
12904 "async-process",
12905 "blocking",
12906 "futures-lite 2.6.0",
12907]
12908
12909[[package]]
12910name = "smol_str"
12911version = "0.1.24"
12912source = "registry+https://github.com/rust-lang/crates.io-index"
12913checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
12914dependencies = [
12915 "serde",
12916]
12917
12918[[package]]
12919name = "snippet"
12920version = "0.1.0"
12921dependencies = [
12922 "anyhow",
12923 "smallvec",
12924]
12925
12926[[package]]
12927name = "snippet_provider"
12928version = "0.1.0"
12929dependencies = [
12930 "anyhow",
12931 "collections",
12932 "extension",
12933 "fs",
12934 "futures 0.3.31",
12935 "gpui",
12936 "parking_lot",
12937 "paths",
12938 "schemars",
12939 "serde",
12940 "serde_json_lenient",
12941 "snippet",
12942 "util",
12943]
12944
12945[[package]]
12946name = "snippets_ui"
12947version = "0.1.0"
12948dependencies = [
12949 "fuzzy",
12950 "gpui",
12951 "language",
12952 "paths",
12953 "picker",
12954 "ui",
12955 "util",
12956 "workspace",
12957]
12958
12959[[package]]
12960name = "socket2"
12961version = "0.5.8"
12962source = "registry+https://github.com/rust-lang/crates.io-index"
12963checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12964dependencies = [
12965 "libc",
12966 "windows-sys 0.52.0",
12967]
12968
12969[[package]]
12970name = "spdx"
12971version = "0.10.7"
12972source = "registry+https://github.com/rust-lang/crates.io-index"
12973checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12974dependencies = [
12975 "smallvec",
12976]
12977
12978[[package]]
12979name = "spin"
12980version = "0.9.8"
12981source = "registry+https://github.com/rust-lang/crates.io-index"
12982checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
12983dependencies = [
12984 "lock_api",
12985]
12986
12987[[package]]
12988name = "spirv"
12989version = "0.3.0+sdk-1.3.268.0"
12990source = "registry+https://github.com/rust-lang/crates.io-index"
12991checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
12992dependencies = [
12993 "bitflags 2.8.0",
12994]
12995
12996[[package]]
12997name = "spki"
12998version = "0.6.0"
12999source = "registry+https://github.com/rust-lang/crates.io-index"
13000checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
13001dependencies = [
13002 "base64ct",
13003 "der 0.6.1",
13004]
13005
13006[[package]]
13007name = "spki"
13008version = "0.7.3"
13009source = "registry+https://github.com/rust-lang/crates.io-index"
13010checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
13011dependencies = [
13012 "base64ct",
13013 "der 0.7.9",
13014]
13015
13016[[package]]
13017name = "sptr"
13018version = "0.3.2"
13019source = "registry+https://github.com/rust-lang/crates.io-index"
13020checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
13021
13022[[package]]
13023name = "sqlez"
13024version = "0.1.0"
13025dependencies = [
13026 "anyhow",
13027 "collections",
13028 "futures 0.3.31",
13029 "indoc",
13030 "libsqlite3-sys",
13031 "parking_lot",
13032 "smol",
13033 "sqlformat",
13034 "thread_local",
13035 "util",
13036 "uuid",
13037]
13038
13039[[package]]
13040name = "sqlez_macros"
13041version = "0.1.0"
13042dependencies = [
13043 "sqlez",
13044 "sqlformat",
13045 "syn 1.0.109",
13046]
13047
13048[[package]]
13049name = "sqlformat"
13050version = "0.2.6"
13051source = "registry+https://github.com/rust-lang/crates.io-index"
13052checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
13053dependencies = [
13054 "nom",
13055 "unicode_categories",
13056]
13057
13058[[package]]
13059name = "sqlx"
13060version = "0.8.3"
13061source = "registry+https://github.com/rust-lang/crates.io-index"
13062checksum = "4410e73b3c0d8442c5f99b425d7a435b5ee0ae4167b3196771dd3f7a01be745f"
13063dependencies = [
13064 "sqlx-core",
13065 "sqlx-macros",
13066 "sqlx-mysql",
13067 "sqlx-postgres",
13068 "sqlx-sqlite",
13069]
13070
13071[[package]]
13072name = "sqlx-core"
13073version = "0.8.3"
13074source = "registry+https://github.com/rust-lang/crates.io-index"
13075checksum = "6a007b6936676aa9ab40207cde35daab0a04b823be8ae004368c0793b96a61e0"
13076dependencies = [
13077 "bigdecimal",
13078 "bytes 1.10.1",
13079 "chrono",
13080 "crc",
13081 "crossbeam-queue",
13082 "either",
13083 "event-listener 5.3.1",
13084 "futures-core",
13085 "futures-intrusive",
13086 "futures-io",
13087 "futures-util",
13088 "hashbrown 0.15.2",
13089 "hashlink 0.10.0",
13090 "indexmap",
13091 "log",
13092 "memchr",
13093 "once_cell",
13094 "percent-encoding",
13095 "rust_decimal",
13096 "rustls 0.23.23",
13097 "rustls-pemfile 2.2.0",
13098 "serde",
13099 "serde_json",
13100 "sha2",
13101 "smallvec",
13102 "thiserror 2.0.12",
13103 "time",
13104 "tokio",
13105 "tokio-stream",
13106 "tracing",
13107 "url",
13108 "uuid",
13109 "webpki-roots",
13110]
13111
13112[[package]]
13113name = "sqlx-macros"
13114version = "0.8.3"
13115source = "registry+https://github.com/rust-lang/crates.io-index"
13116checksum = "3112e2ad78643fef903618d78cf0aec1cb3134b019730edb039b69eaf531f310"
13117dependencies = [
13118 "proc-macro2",
13119 "quote",
13120 "sqlx-core",
13121 "sqlx-macros-core",
13122 "syn 2.0.100",
13123]
13124
13125[[package]]
13126name = "sqlx-macros-core"
13127version = "0.8.3"
13128source = "registry+https://github.com/rust-lang/crates.io-index"
13129checksum = "4e9f90acc5ab146a99bf5061a7eb4976b573f560bc898ef3bf8435448dd5e7ad"
13130dependencies = [
13131 "dotenvy",
13132 "either",
13133 "heck 0.5.0",
13134 "hex",
13135 "once_cell",
13136 "proc-macro2",
13137 "quote",
13138 "serde",
13139 "serde_json",
13140 "sha2",
13141 "sqlx-core",
13142 "sqlx-mysql",
13143 "sqlx-postgres",
13144 "sqlx-sqlite",
13145 "syn 2.0.100",
13146 "tempfile",
13147 "tokio",
13148 "url",
13149]
13150
13151[[package]]
13152name = "sqlx-mysql"
13153version = "0.8.3"
13154source = "registry+https://github.com/rust-lang/crates.io-index"
13155checksum = "4560278f0e00ce64938540546f59f590d60beee33fffbd3b9cd47851e5fff233"
13156dependencies = [
13157 "atoi",
13158 "base64 0.22.1",
13159 "bigdecimal",
13160 "bitflags 2.8.0",
13161 "byteorder",
13162 "bytes 1.10.1",
13163 "chrono",
13164 "crc",
13165 "digest",
13166 "dotenvy",
13167 "either",
13168 "futures-channel",
13169 "futures-core",
13170 "futures-io",
13171 "futures-util",
13172 "generic-array",
13173 "hex",
13174 "hkdf",
13175 "hmac",
13176 "itoa",
13177 "log",
13178 "md-5",
13179 "memchr",
13180 "once_cell",
13181 "percent-encoding",
13182 "rand 0.8.5",
13183 "rsa",
13184 "rust_decimal",
13185 "serde",
13186 "sha1",
13187 "sha2",
13188 "smallvec",
13189 "sqlx-core",
13190 "stringprep",
13191 "thiserror 2.0.12",
13192 "time",
13193 "tracing",
13194 "uuid",
13195 "whoami",
13196]
13197
13198[[package]]
13199name = "sqlx-postgres"
13200version = "0.8.3"
13201source = "registry+https://github.com/rust-lang/crates.io-index"
13202checksum = "c5b98a57f363ed6764d5b3a12bfedf62f07aa16e1856a7ddc2a0bb190a959613"
13203dependencies = [
13204 "atoi",
13205 "base64 0.22.1",
13206 "bigdecimal",
13207 "bitflags 2.8.0",
13208 "byteorder",
13209 "chrono",
13210 "crc",
13211 "dotenvy",
13212 "etcetera",
13213 "futures-channel",
13214 "futures-core",
13215 "futures-util",
13216 "hex",
13217 "hkdf",
13218 "hmac",
13219 "home",
13220 "itoa",
13221 "log",
13222 "md-5",
13223 "memchr",
13224 "num-bigint",
13225 "once_cell",
13226 "rand 0.8.5",
13227 "rust_decimal",
13228 "serde",
13229 "serde_json",
13230 "sha2",
13231 "smallvec",
13232 "sqlx-core",
13233 "stringprep",
13234 "thiserror 2.0.12",
13235 "time",
13236 "tracing",
13237 "uuid",
13238 "whoami",
13239]
13240
13241[[package]]
13242name = "sqlx-sqlite"
13243version = "0.8.3"
13244source = "registry+https://github.com/rust-lang/crates.io-index"
13245checksum = "f85ca71d3a5b24e64e1d08dd8fe36c6c95c339a896cc33068148906784620540"
13246dependencies = [
13247 "atoi",
13248 "chrono",
13249 "flume",
13250 "futures-channel",
13251 "futures-core",
13252 "futures-executor",
13253 "futures-intrusive",
13254 "futures-util",
13255 "libsqlite3-sys",
13256 "log",
13257 "percent-encoding",
13258 "serde",
13259 "serde_urlencoded",
13260 "sqlx-core",
13261 "time",
13262 "tracing",
13263 "url",
13264 "uuid",
13265]
13266
13267[[package]]
13268name = "stable_deref_trait"
13269version = "1.2.0"
13270source = "registry+https://github.com/rust-lang/crates.io-index"
13271checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
13272
13273[[package]]
13274name = "static_assertions"
13275version = "1.1.0"
13276source = "registry+https://github.com/rust-lang/crates.io-index"
13277checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
13278
13279[[package]]
13280name = "story"
13281version = "0.1.0"
13282dependencies = [
13283 "gpui",
13284 "itertools 0.14.0",
13285 "smallvec",
13286]
13287
13288[[package]]
13289name = "storybook"
13290version = "0.1.0"
13291dependencies = [
13292 "anyhow",
13293 "clap",
13294 "collab_ui",
13295 "ctrlc",
13296 "dialoguer",
13297 "editor",
13298 "fuzzy",
13299 "gpui",
13300 "indoc",
13301 "language",
13302 "log",
13303 "menu",
13304 "picker",
13305 "project",
13306 "reqwest_client",
13307 "rust-embed",
13308 "settings",
13309 "simplelog",
13310 "story",
13311 "strum",
13312 "theme",
13313 "title_bar",
13314 "ui",
13315]
13316
13317[[package]]
13318name = "streaming-iterator"
13319version = "0.1.9"
13320source = "registry+https://github.com/rust-lang/crates.io-index"
13321checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
13322
13323[[package]]
13324name = "streaming_diff"
13325version = "0.1.0"
13326dependencies = [
13327 "ordered-float 2.10.1",
13328 "rand 0.8.5",
13329 "rope",
13330 "util",
13331]
13332
13333[[package]]
13334name = "strict-num"
13335version = "0.1.1"
13336source = "registry+https://github.com/rust-lang/crates.io-index"
13337checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
13338dependencies = [
13339 "float-cmp",
13340]
13341
13342[[package]]
13343name = "string_cache"
13344version = "0.8.7"
13345source = "registry+https://github.com/rust-lang/crates.io-index"
13346checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
13347dependencies = [
13348 "new_debug_unreachable",
13349 "once_cell",
13350 "parking_lot",
13351 "phf_shared 0.10.0",
13352 "precomputed-hash",
13353 "serde",
13354]
13355
13356[[package]]
13357name = "string_cache_codegen"
13358version = "0.5.2"
13359source = "registry+https://github.com/rust-lang/crates.io-index"
13360checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
13361dependencies = [
13362 "phf_generator 0.10.0",
13363 "phf_shared 0.10.0",
13364 "proc-macro2",
13365 "quote",
13366]
13367
13368[[package]]
13369name = "stringprep"
13370version = "0.1.5"
13371source = "registry+https://github.com/rust-lang/crates.io-index"
13372checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
13373dependencies = [
13374 "unicode-bidi",
13375 "unicode-normalization",
13376 "unicode-properties",
13377]
13378
13379[[package]]
13380name = "strsim"
13381version = "0.11.1"
13382source = "registry+https://github.com/rust-lang/crates.io-index"
13383checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
13384
13385[[package]]
13386name = "strum"
13387version = "0.26.3"
13388source = "registry+https://github.com/rust-lang/crates.io-index"
13389checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
13390dependencies = [
13391 "strum_macros",
13392]
13393
13394[[package]]
13395name = "strum_macros"
13396version = "0.26.4"
13397source = "registry+https://github.com/rust-lang/crates.io-index"
13398checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
13399dependencies = [
13400 "heck 0.5.0",
13401 "proc-macro2",
13402 "quote",
13403 "rustversion",
13404 "syn 2.0.100",
13405]
13406
13407[[package]]
13408name = "subtle"
13409version = "2.6.1"
13410source = "registry+https://github.com/rust-lang/crates.io-index"
13411checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
13412
13413[[package]]
13414name = "sum_tree"
13415version = "0.1.0"
13416dependencies = [
13417 "arrayvec",
13418 "ctor",
13419 "env_logger 0.11.7",
13420 "log",
13421 "rand 0.8.5",
13422 "rayon",
13423]
13424
13425[[package]]
13426name = "supermaven"
13427version = "0.1.0"
13428dependencies = [
13429 "anyhow",
13430 "client",
13431 "collections",
13432 "editor",
13433 "env_logger 0.11.7",
13434 "futures 0.3.31",
13435 "gpui",
13436 "http_client",
13437 "inline_completion",
13438 "language",
13439 "log",
13440 "postage",
13441 "project",
13442 "serde",
13443 "serde_json",
13444 "settings",
13445 "smol",
13446 "supermaven_api",
13447 "text",
13448 "theme",
13449 "ui",
13450 "unicode-segmentation",
13451 "util",
13452]
13453
13454[[package]]
13455name = "supermaven_api"
13456version = "0.1.0"
13457dependencies = [
13458 "anyhow",
13459 "futures 0.3.31",
13460 "http_client",
13461 "paths",
13462 "serde",
13463 "serde_json",
13464 "smol",
13465]
13466
13467[[package]]
13468name = "sval"
13469version = "2.13.2"
13470source = "registry+https://github.com/rust-lang/crates.io-index"
13471checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
13472
13473[[package]]
13474name = "sval_buffer"
13475version = "2.13.2"
13476source = "registry+https://github.com/rust-lang/crates.io-index"
13477checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
13478dependencies = [
13479 "sval",
13480 "sval_ref",
13481]
13482
13483[[package]]
13484name = "sval_dynamic"
13485version = "2.13.2"
13486source = "registry+https://github.com/rust-lang/crates.io-index"
13487checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
13488dependencies = [
13489 "sval",
13490]
13491
13492[[package]]
13493name = "sval_fmt"
13494version = "2.13.2"
13495source = "registry+https://github.com/rust-lang/crates.io-index"
13496checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
13497dependencies = [
13498 "itoa",
13499 "ryu",
13500 "sval",
13501]
13502
13503[[package]]
13504name = "sval_json"
13505version = "2.13.2"
13506source = "registry+https://github.com/rust-lang/crates.io-index"
13507checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
13508dependencies = [
13509 "itoa",
13510 "ryu",
13511 "sval",
13512]
13513
13514[[package]]
13515name = "sval_nested"
13516version = "2.13.2"
13517source = "registry+https://github.com/rust-lang/crates.io-index"
13518checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
13519dependencies = [
13520 "sval",
13521 "sval_buffer",
13522 "sval_ref",
13523]
13524
13525[[package]]
13526name = "sval_ref"
13527version = "2.13.2"
13528source = "registry+https://github.com/rust-lang/crates.io-index"
13529checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
13530dependencies = [
13531 "sval",
13532]
13533
13534[[package]]
13535name = "sval_serde"
13536version = "2.13.2"
13537source = "registry+https://github.com/rust-lang/crates.io-index"
13538checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
13539dependencies = [
13540 "serde",
13541 "sval",
13542 "sval_nested",
13543]
13544
13545[[package]]
13546name = "svg_fmt"
13547version = "0.4.4"
13548source = "registry+https://github.com/rust-lang/crates.io-index"
13549checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
13550
13551[[package]]
13552name = "svgtypes"
13553version = "0.15.3"
13554source = "registry+https://github.com/rust-lang/crates.io-index"
13555checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
13556dependencies = [
13557 "kurbo",
13558 "siphasher 1.0.1",
13559]
13560
13561[[package]]
13562name = "swash"
13563version = "0.1.19"
13564source = "registry+https://github.com/rust-lang/crates.io-index"
13565checksum = "cbd59f3f359ddd2c95af4758c18270eddd9c730dde98598023cdabff472c2ca2"
13566dependencies = [
13567 "skrifa",
13568 "yazi",
13569 "zeno",
13570]
13571
13572[[package]]
13573name = "syn"
13574version = "1.0.109"
13575source = "registry+https://github.com/rust-lang/crates.io-index"
13576checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
13577dependencies = [
13578 "proc-macro2",
13579 "quote",
13580 "unicode-ident",
13581]
13582
13583[[package]]
13584name = "syn"
13585version = "2.0.100"
13586source = "registry+https://github.com/rust-lang/crates.io-index"
13587checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
13588dependencies = [
13589 "proc-macro2",
13590 "quote",
13591 "unicode-ident",
13592]
13593
13594[[package]]
13595name = "sync_wrapper"
13596version = "0.1.2"
13597source = "registry+https://github.com/rust-lang/crates.io-index"
13598checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
13599
13600[[package]]
13601name = "sync_wrapper"
13602version = "1.0.2"
13603source = "registry+https://github.com/rust-lang/crates.io-index"
13604checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
13605dependencies = [
13606 "futures-core",
13607]
13608
13609[[package]]
13610name = "synchronoise"
13611version = "1.0.1"
13612source = "registry+https://github.com/rust-lang/crates.io-index"
13613checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
13614dependencies = [
13615 "crossbeam-queue",
13616]
13617
13618[[package]]
13619name = "synstructure"
13620version = "0.13.1"
13621source = "registry+https://github.com/rust-lang/crates.io-index"
13622checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
13623dependencies = [
13624 "proc-macro2",
13625 "quote",
13626 "syn 2.0.100",
13627]
13628
13629[[package]]
13630name = "sys-locale"
13631version = "0.3.2"
13632source = "registry+https://github.com/rust-lang/crates.io-index"
13633checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
13634dependencies = [
13635 "libc",
13636]
13637
13638[[package]]
13639name = "sysinfo"
13640version = "0.31.4"
13641source = "registry+https://github.com/rust-lang/crates.io-index"
13642checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
13643dependencies = [
13644 "core-foundation-sys",
13645 "libc",
13646 "memchr",
13647 "ntapi",
13648 "rayon",
13649 "windows 0.57.0",
13650]
13651
13652[[package]]
13653name = "system-configuration"
13654version = "0.5.1"
13655source = "registry+https://github.com/rust-lang/crates.io-index"
13656checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
13657dependencies = [
13658 "bitflags 1.3.2",
13659 "core-foundation 0.9.4",
13660 "system-configuration-sys 0.5.0",
13661]
13662
13663[[package]]
13664name = "system-configuration"
13665version = "0.6.1"
13666source = "registry+https://github.com/rust-lang/crates.io-index"
13667checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
13668dependencies = [
13669 "bitflags 2.8.0",
13670 "core-foundation 0.9.4",
13671 "system-configuration-sys 0.6.0",
13672]
13673
13674[[package]]
13675name = "system-configuration-sys"
13676version = "0.5.0"
13677source = "registry+https://github.com/rust-lang/crates.io-index"
13678checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
13679dependencies = [
13680 "core-foundation-sys",
13681 "libc",
13682]
13683
13684[[package]]
13685name = "system-configuration-sys"
13686version = "0.6.0"
13687source = "registry+https://github.com/rust-lang/crates.io-index"
13688checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
13689dependencies = [
13690 "core-foundation-sys",
13691 "libc",
13692]
13693
13694[[package]]
13695name = "system-deps"
13696version = "6.2.2"
13697source = "registry+https://github.com/rust-lang/crates.io-index"
13698checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
13699dependencies = [
13700 "cfg-expr",
13701 "heck 0.5.0",
13702 "pkg-config",
13703 "toml 0.8.20",
13704 "version-compare",
13705]
13706
13707[[package]]
13708name = "system-interface"
13709version = "0.27.3"
13710source = "registry+https://github.com/rust-lang/crates.io-index"
13711checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
13712dependencies = [
13713 "bitflags 2.8.0",
13714 "cap-fs-ext",
13715 "cap-std",
13716 "fd-lock",
13717 "io-lifetimes",
13718 "rustix",
13719 "windows-sys 0.52.0",
13720 "winx",
13721]
13722
13723[[package]]
13724name = "tab_switcher"
13725version = "0.1.0"
13726dependencies = [
13727 "anyhow",
13728 "collections",
13729 "ctor",
13730 "editor",
13731 "env_logger 0.11.7",
13732 "gpui",
13733 "language",
13734 "menu",
13735 "picker",
13736 "project",
13737 "schemars",
13738 "serde",
13739 "serde_json",
13740 "settings",
13741 "theme",
13742 "ui",
13743 "util",
13744 "workspace",
13745]
13746
13747[[package]]
13748name = "taffy"
13749version = "0.4.4"
13750source = "registry+https://github.com/rust-lang/crates.io-index"
13751checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
13752dependencies = [
13753 "arrayvec",
13754 "grid",
13755 "num-traits",
13756 "serde",
13757 "slotmap",
13758]
13759
13760[[package]]
13761name = "take-until"
13762version = "0.2.0"
13763source = "registry+https://github.com/rust-lang/crates.io-index"
13764checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
13765
13766[[package]]
13767name = "tap"
13768version = "1.0.1"
13769source = "registry+https://github.com/rust-lang/crates.io-index"
13770checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
13771
13772[[package]]
13773name = "target-lexicon"
13774version = "0.12.16"
13775source = "registry+https://github.com/rust-lang/crates.io-index"
13776checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
13777
13778[[package]]
13779name = "target-lexicon"
13780version = "0.13.2"
13781source = "registry+https://github.com/rust-lang/crates.io-index"
13782checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
13783
13784[[package]]
13785name = "task"
13786version = "0.1.0"
13787dependencies = [
13788 "anyhow",
13789 "collections",
13790 "dap-types",
13791 "futures 0.3.31",
13792 "gpui",
13793 "hex",
13794 "parking_lot",
13795 "schemars",
13796 "serde",
13797 "serde_json",
13798 "serde_json_lenient",
13799 "sha2",
13800 "shellexpand 2.1.2",
13801 "util",
13802 "zed_actions",
13803]
13804
13805[[package]]
13806name = "tasks_ui"
13807version = "0.1.0"
13808dependencies = [
13809 "anyhow",
13810 "debugger_ui",
13811 "editor",
13812 "feature_flags",
13813 "file_icons",
13814 "fuzzy",
13815 "gpui",
13816 "language",
13817 "menu",
13818 "picker",
13819 "project",
13820 "schemars",
13821 "serde",
13822 "serde_json",
13823 "settings",
13824 "task",
13825 "tree-sitter-rust",
13826 "tree-sitter-typescript",
13827 "ui",
13828 "util",
13829 "workspace",
13830 "zed_actions",
13831]
13832
13833[[package]]
13834name = "telemetry"
13835version = "0.1.0"
13836dependencies = [
13837 "futures 0.3.31",
13838 "serde",
13839 "serde_json",
13840 "telemetry_events",
13841]
13842
13843[[package]]
13844name = "telemetry_events"
13845version = "0.1.0"
13846dependencies = [
13847 "semantic_version",
13848 "serde",
13849 "serde_json",
13850]
13851
13852[[package]]
13853name = "tempfile"
13854version = "3.17.1"
13855source = "registry+https://github.com/rust-lang/crates.io-index"
13856checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230"
13857dependencies = [
13858 "cfg-if",
13859 "fastrand 2.3.0",
13860 "getrandom 0.3.1",
13861 "once_cell",
13862 "rustix",
13863 "windows-sys 0.52.0",
13864]
13865
13866[[package]]
13867name = "tendril"
13868version = "0.4.3"
13869source = "registry+https://github.com/rust-lang/crates.io-index"
13870checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
13871dependencies = [
13872 "futf",
13873 "mac",
13874 "utf-8",
13875]
13876
13877[[package]]
13878name = "termcolor"
13879version = "1.4.1"
13880source = "registry+https://github.com/rust-lang/crates.io-index"
13881checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
13882dependencies = [
13883 "winapi-util",
13884]
13885
13886[[package]]
13887name = "terminal"
13888version = "0.1.0"
13889dependencies = [
13890 "alacritty_terminal",
13891 "anyhow",
13892 "collections",
13893 "dirs 4.0.0",
13894 "futures 0.3.31",
13895 "gpui",
13896 "libc",
13897 "rand 0.8.5",
13898 "regex",
13899 "release_channel",
13900 "schemars",
13901 "serde",
13902 "serde_derive",
13903 "settings",
13904 "smol",
13905 "sysinfo",
13906 "task",
13907 "theme",
13908 "thiserror 2.0.12",
13909 "util",
13910 "windows 0.60.0",
13911]
13912
13913[[package]]
13914name = "terminal_size"
13915version = "0.4.1"
13916source = "registry+https://github.com/rust-lang/crates.io-index"
13917checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
13918dependencies = [
13919 "rustix",
13920 "windows-sys 0.59.0",
13921]
13922
13923[[package]]
13924name = "terminal_view"
13925version = "0.1.0"
13926dependencies = [
13927 "anyhow",
13928 "async-recursion 1.1.1",
13929 "breadcrumbs",
13930 "client",
13931 "collections",
13932 "db",
13933 "dirs 4.0.0",
13934 "editor",
13935 "futures 0.3.31",
13936 "gpui",
13937 "itertools 0.14.0",
13938 "language",
13939 "log",
13940 "project",
13941 "rand 0.8.5",
13942 "schemars",
13943 "search",
13944 "serde",
13945 "serde_json",
13946 "settings",
13947 "shellexpand 2.1.2",
13948 "smol",
13949 "task",
13950 "terminal",
13951 "theme",
13952 "ui",
13953 "util",
13954 "workspace",
13955 "zed_actions",
13956]
13957
13958[[package]]
13959name = "text"
13960version = "0.1.0"
13961dependencies = [
13962 "anyhow",
13963 "clock",
13964 "collections",
13965 "ctor",
13966 "env_logger 0.11.7",
13967 "gpui",
13968 "http_client",
13969 "log",
13970 "parking_lot",
13971 "postage",
13972 "rand 0.8.5",
13973 "regex",
13974 "rope",
13975 "smallvec",
13976 "sum_tree",
13977 "util",
13978]
13979
13980[[package]]
13981name = "theme"
13982version = "0.1.0"
13983dependencies = [
13984 "anyhow",
13985 "collections",
13986 "derive_more",
13987 "fs",
13988 "futures 0.3.31",
13989 "gpui",
13990 "indexmap",
13991 "log",
13992 "palette",
13993 "parking_lot",
13994 "refineable",
13995 "schemars",
13996 "serde",
13997 "serde_derive",
13998 "serde_json",
13999 "serde_json_lenient",
14000 "serde_repr",
14001 "settings",
14002 "strum",
14003 "thiserror 2.0.12",
14004 "util",
14005 "uuid",
14006]
14007
14008[[package]]
14009name = "theme_extension"
14010version = "0.1.0"
14011dependencies = [
14012 "anyhow",
14013 "extension",
14014 "fs",
14015 "gpui",
14016 "theme",
14017]
14018
14019[[package]]
14020name = "theme_importer"
14021version = "0.1.0"
14022dependencies = [
14023 "anyhow",
14024 "clap",
14025 "gpui",
14026 "indexmap",
14027 "log",
14028 "palette",
14029 "rust-embed",
14030 "serde",
14031 "serde_json",
14032 "serde_json_lenient",
14033 "simplelog",
14034 "strum",
14035 "theme",
14036 "vscode_theme",
14037]
14038
14039[[package]]
14040name = "theme_selector"
14041version = "0.1.0"
14042dependencies = [
14043 "fs",
14044 "fuzzy",
14045 "gpui",
14046 "log",
14047 "picker",
14048 "serde",
14049 "settings",
14050 "telemetry",
14051 "theme",
14052 "ui",
14053 "util",
14054 "workspace",
14055 "zed_actions",
14056]
14057
14058[[package]]
14059name = "thiserror"
14060version = "1.0.69"
14061source = "registry+https://github.com/rust-lang/crates.io-index"
14062checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
14063dependencies = [
14064 "thiserror-impl 1.0.69",
14065]
14066
14067[[package]]
14068name = "thiserror"
14069version = "2.0.12"
14070source = "registry+https://github.com/rust-lang/crates.io-index"
14071checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
14072dependencies = [
14073 "thiserror-impl 2.0.12",
14074]
14075
14076[[package]]
14077name = "thiserror-impl"
14078version = "1.0.69"
14079source = "registry+https://github.com/rust-lang/crates.io-index"
14080checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
14081dependencies = [
14082 "proc-macro2",
14083 "quote",
14084 "syn 2.0.100",
14085]
14086
14087[[package]]
14088name = "thiserror-impl"
14089version = "2.0.12"
14090source = "registry+https://github.com/rust-lang/crates.io-index"
14091checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
14092dependencies = [
14093 "proc-macro2",
14094 "quote",
14095 "syn 2.0.100",
14096]
14097
14098[[package]]
14099name = "thread_local"
14100version = "1.1.8"
14101source = "registry+https://github.com/rust-lang/crates.io-index"
14102checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
14103dependencies = [
14104 "cfg-if",
14105 "once_cell",
14106]
14107
14108[[package]]
14109name = "tiff"
14110version = "0.9.1"
14111source = "registry+https://github.com/rust-lang/crates.io-index"
14112checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
14113dependencies = [
14114 "flate2",
14115 "jpeg-decoder",
14116 "weezl",
14117]
14118
14119[[package]]
14120name = "tiktoken-rs"
14121version = "0.6.0"
14122source = "registry+https://github.com/rust-lang/crates.io-index"
14123checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
14124dependencies = [
14125 "anyhow",
14126 "base64 0.21.7",
14127 "bstr",
14128 "fancy-regex 0.13.0",
14129 "lazy_static",
14130 "parking_lot",
14131 "regex",
14132 "rustc-hash 1.1.0",
14133]
14134
14135[[package]]
14136name = "time"
14137version = "0.3.37"
14138source = "registry+https://github.com/rust-lang/crates.io-index"
14139checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
14140dependencies = [
14141 "deranged",
14142 "itoa",
14143 "libc",
14144 "num-conv",
14145 "num_threads",
14146 "powerfmt",
14147 "serde",
14148 "time-core",
14149 "time-macros",
14150]
14151
14152[[package]]
14153name = "time-core"
14154version = "0.1.2"
14155source = "registry+https://github.com/rust-lang/crates.io-index"
14156checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
14157
14158[[package]]
14159name = "time-macros"
14160version = "0.2.19"
14161source = "registry+https://github.com/rust-lang/crates.io-index"
14162checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
14163dependencies = [
14164 "num-conv",
14165 "time-core",
14166]
14167
14168[[package]]
14169name = "time_format"
14170version = "0.1.0"
14171dependencies = [
14172 "core-foundation 0.9.4",
14173 "core-foundation-sys",
14174 "sys-locale",
14175 "time",
14176]
14177
14178[[package]]
14179name = "tiny-keccak"
14180version = "2.0.2"
14181source = "registry+https://github.com/rust-lang/crates.io-index"
14182checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
14183dependencies = [
14184 "crunchy",
14185]
14186
14187[[package]]
14188name = "tiny-skia"
14189version = "0.11.4"
14190source = "registry+https://github.com/rust-lang/crates.io-index"
14191checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
14192dependencies = [
14193 "arrayref",
14194 "arrayvec",
14195 "bytemuck",
14196 "cfg-if",
14197 "log",
14198 "png",
14199 "tiny-skia-path",
14200]
14201
14202[[package]]
14203name = "tiny-skia-path"
14204version = "0.11.4"
14205source = "registry+https://github.com/rust-lang/crates.io-index"
14206checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
14207dependencies = [
14208 "arrayref",
14209 "bytemuck",
14210 "strict-num",
14211]
14212
14213[[package]]
14214name = "tiny_http"
14215version = "0.8.2"
14216source = "registry+https://github.com/rust-lang/crates.io-index"
14217checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
14218dependencies = [
14219 "ascii",
14220 "chrono",
14221 "chunked_transfer",
14222 "log",
14223 "url",
14224]
14225
14226[[package]]
14227name = "tinystr"
14228version = "0.7.6"
14229source = "registry+https://github.com/rust-lang/crates.io-index"
14230checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
14231dependencies = [
14232 "displaydoc",
14233 "zerovec",
14234]
14235
14236[[package]]
14237name = "tinytemplate"
14238version = "1.2.1"
14239source = "registry+https://github.com/rust-lang/crates.io-index"
14240checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
14241dependencies = [
14242 "serde",
14243 "serde_json",
14244]
14245
14246[[package]]
14247name = "tinyvec"
14248version = "1.8.0"
14249source = "registry+https://github.com/rust-lang/crates.io-index"
14250checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
14251dependencies = [
14252 "tinyvec_macros",
14253]
14254
14255[[package]]
14256name = "tinyvec_macros"
14257version = "0.1.1"
14258source = "registry+https://github.com/rust-lang/crates.io-index"
14259checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
14260
14261[[package]]
14262name = "title_bar"
14263version = "0.1.0"
14264dependencies = [
14265 "auto_update",
14266 "call",
14267 "client",
14268 "collections",
14269 "feature_flags",
14270 "git_ui",
14271 "gpui",
14272 "http_client",
14273 "notifications",
14274 "pretty_assertions",
14275 "project",
14276 "remote",
14277 "rpc",
14278 "schemars",
14279 "serde",
14280 "settings",
14281 "smallvec",
14282 "story",
14283 "telemetry",
14284 "theme",
14285 "tree-sitter-md",
14286 "ui",
14287 "util",
14288 "windows 0.60.0",
14289 "workspace",
14290 "zed_actions",
14291 "zeta",
14292]
14293
14294[[package]]
14295name = "tokio"
14296version = "1.43.0"
14297source = "registry+https://github.com/rust-lang/crates.io-index"
14298checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
14299dependencies = [
14300 "backtrace",
14301 "bytes 1.10.1",
14302 "libc",
14303 "mio 1.0.3",
14304 "parking_lot",
14305 "pin-project-lite",
14306 "signal-hook-registry",
14307 "socket2",
14308 "tokio-macros",
14309 "windows-sys 0.52.0",
14310]
14311
14312[[package]]
14313name = "tokio-io"
14314version = "0.1.13"
14315source = "registry+https://github.com/rust-lang/crates.io-index"
14316checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
14317dependencies = [
14318 "bytes 0.4.12",
14319 "futures 0.1.31",
14320 "log",
14321]
14322
14323[[package]]
14324name = "tokio-macros"
14325version = "2.5.0"
14326source = "registry+https://github.com/rust-lang/crates.io-index"
14327checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
14328dependencies = [
14329 "proc-macro2",
14330 "quote",
14331 "syn 2.0.100",
14332]
14333
14334[[package]]
14335name = "tokio-native-tls"
14336version = "0.3.1"
14337source = "registry+https://github.com/rust-lang/crates.io-index"
14338checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
14339dependencies = [
14340 "native-tls",
14341 "tokio",
14342]
14343
14344[[package]]
14345name = "tokio-rustls"
14346version = "0.24.1"
14347source = "registry+https://github.com/rust-lang/crates.io-index"
14348checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
14349dependencies = [
14350 "rustls 0.21.12",
14351 "tokio",
14352]
14353
14354[[package]]
14355name = "tokio-rustls"
14356version = "0.26.1"
14357source = "registry+https://github.com/rust-lang/crates.io-index"
14358checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
14359dependencies = [
14360 "rustls 0.23.23",
14361 "tokio",
14362]
14363
14364[[package]]
14365name = "tokio-socks"
14366version = "0.5.2"
14367source = "registry+https://github.com/rust-lang/crates.io-index"
14368checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
14369dependencies = [
14370 "either",
14371 "futures-io",
14372 "futures-util",
14373 "thiserror 1.0.69",
14374 "tokio",
14375]
14376
14377[[package]]
14378name = "tokio-stream"
14379version = "0.1.17"
14380source = "registry+https://github.com/rust-lang/crates.io-index"
14381checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
14382dependencies = [
14383 "futures-core",
14384 "pin-project-lite",
14385 "tokio",
14386]
14387
14388[[package]]
14389name = "tokio-tungstenite"
14390version = "0.20.1"
14391source = "registry+https://github.com/rust-lang/crates.io-index"
14392checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
14393dependencies = [
14394 "futures-util",
14395 "log",
14396 "rustls 0.21.12",
14397 "rustls-native-certs 0.6.3",
14398 "tokio",
14399 "tokio-rustls 0.24.1",
14400 "tungstenite 0.20.1",
14401]
14402
14403[[package]]
14404name = "tokio-tungstenite"
14405version = "0.21.0"
14406source = "registry+https://github.com/rust-lang/crates.io-index"
14407checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
14408dependencies = [
14409 "futures-util",
14410 "log",
14411 "tokio",
14412 "tungstenite 0.21.0",
14413]
14414
14415[[package]]
14416name = "tokio-util"
14417version = "0.7.13"
14418source = "registry+https://github.com/rust-lang/crates.io-index"
14419checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
14420dependencies = [
14421 "bytes 1.10.1",
14422 "futures-core",
14423 "futures-io",
14424 "futures-sink",
14425 "pin-project-lite",
14426 "tokio",
14427]
14428
14429[[package]]
14430name = "toml"
14431version = "0.5.11"
14432source = "registry+https://github.com/rust-lang/crates.io-index"
14433checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
14434dependencies = [
14435 "serde",
14436]
14437
14438[[package]]
14439name = "toml"
14440version = "0.8.20"
14441source = "registry+https://github.com/rust-lang/crates.io-index"
14442checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
14443dependencies = [
14444 "serde",
14445 "serde_spanned",
14446 "toml_datetime",
14447 "toml_edit",
14448]
14449
14450[[package]]
14451name = "toml_datetime"
14452version = "0.6.8"
14453source = "registry+https://github.com/rust-lang/crates.io-index"
14454checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
14455dependencies = [
14456 "serde",
14457]
14458
14459[[package]]
14460name = "toml_edit"
14461version = "0.22.23"
14462source = "registry+https://github.com/rust-lang/crates.io-index"
14463checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee"
14464dependencies = [
14465 "indexmap",
14466 "serde",
14467 "serde_spanned",
14468 "toml_datetime",
14469 "winnow 0.7.1",
14470]
14471
14472[[package]]
14473name = "toolchain_selector"
14474version = "0.1.0"
14475dependencies = [
14476 "editor",
14477 "fuzzy",
14478 "gpui",
14479 "language",
14480 "picker",
14481 "project",
14482 "ui",
14483 "util",
14484 "workspace",
14485]
14486
14487[[package]]
14488name = "topological-sort"
14489version = "0.2.2"
14490source = "registry+https://github.com/rust-lang/crates.io-index"
14491checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
14492
14493[[package]]
14494name = "tower"
14495version = "0.4.13"
14496source = "registry+https://github.com/rust-lang/crates.io-index"
14497checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
14498dependencies = [
14499 "futures-core",
14500 "futures-util",
14501 "pin-project",
14502 "pin-project-lite",
14503 "tokio",
14504 "tower-layer",
14505 "tower-service",
14506 "tracing",
14507]
14508
14509[[package]]
14510name = "tower-http"
14511version = "0.3.5"
14512source = "registry+https://github.com/rust-lang/crates.io-index"
14513checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
14514dependencies = [
14515 "bitflags 1.3.2",
14516 "bytes 1.10.1",
14517 "futures-core",
14518 "futures-util",
14519 "http 0.2.12",
14520 "http-body 0.4.6",
14521 "http-range-header",
14522 "pin-project-lite",
14523 "tower-layer",
14524 "tower-service",
14525]
14526
14527[[package]]
14528name = "tower-http"
14529version = "0.4.4"
14530source = "registry+https://github.com/rust-lang/crates.io-index"
14531checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
14532dependencies = [
14533 "bitflags 2.8.0",
14534 "bytes 1.10.1",
14535 "futures-core",
14536 "futures-util",
14537 "http 0.2.12",
14538 "http-body 0.4.6",
14539 "http-range-header",
14540 "pin-project-lite",
14541 "tower-layer",
14542 "tower-service",
14543 "tracing",
14544]
14545
14546[[package]]
14547name = "tower-layer"
14548version = "0.3.3"
14549source = "registry+https://github.com/rust-lang/crates.io-index"
14550checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
14551
14552[[package]]
14553name = "tower-service"
14554version = "0.3.3"
14555source = "registry+https://github.com/rust-lang/crates.io-index"
14556checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
14557
14558[[package]]
14559name = "tracing"
14560version = "0.1.41"
14561source = "registry+https://github.com/rust-lang/crates.io-index"
14562checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
14563dependencies = [
14564 "log",
14565 "pin-project-lite",
14566 "tracing-attributes",
14567 "tracing-core",
14568]
14569
14570[[package]]
14571name = "tracing-attributes"
14572version = "0.1.28"
14573source = "registry+https://github.com/rust-lang/crates.io-index"
14574checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
14575dependencies = [
14576 "proc-macro2",
14577 "quote",
14578 "syn 2.0.100",
14579]
14580
14581[[package]]
14582name = "tracing-core"
14583version = "0.1.33"
14584source = "registry+https://github.com/rust-lang/crates.io-index"
14585checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
14586dependencies = [
14587 "once_cell",
14588 "valuable",
14589]
14590
14591[[package]]
14592name = "tracing-log"
14593version = "0.2.0"
14594source = "registry+https://github.com/rust-lang/crates.io-index"
14595checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
14596dependencies = [
14597 "log",
14598 "once_cell",
14599 "tracing-core",
14600]
14601
14602[[package]]
14603name = "tracing-serde"
14604version = "0.2.0"
14605source = "registry+https://github.com/rust-lang/crates.io-index"
14606checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
14607dependencies = [
14608 "serde",
14609 "tracing-core",
14610]
14611
14612[[package]]
14613name = "tracing-subscriber"
14614version = "0.3.19"
14615source = "registry+https://github.com/rust-lang/crates.io-index"
14616checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
14617dependencies = [
14618 "matchers",
14619 "nu-ansi-term",
14620 "once_cell",
14621 "regex",
14622 "serde",
14623 "serde_json",
14624 "sharded-slab",
14625 "smallvec",
14626 "thread_local",
14627 "tracing",
14628 "tracing-core",
14629 "tracing-log",
14630 "tracing-serde",
14631]
14632
14633[[package]]
14634name = "trait-variant"
14635version = "0.1.2"
14636source = "registry+https://github.com/rust-lang/crates.io-index"
14637checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
14638dependencies = [
14639 "proc-macro2",
14640 "quote",
14641 "syn 2.0.100",
14642]
14643
14644[[package]]
14645name = "tree-sitter"
14646version = "0.25.3"
14647source = "registry+https://github.com/rust-lang/crates.io-index"
14648checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
14649dependencies = [
14650 "cc",
14651 "regex",
14652 "regex-syntax 0.8.5",
14653 "serde_json",
14654 "streaming-iterator",
14655 "tree-sitter-language",
14656 "wasmtime-c-api-impl",
14657]
14658
14659[[package]]
14660name = "tree-sitter-bash"
14661version = "0.23.3"
14662source = "registry+https://github.com/rust-lang/crates.io-index"
14663checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
14664dependencies = [
14665 "cc",
14666 "tree-sitter-language",
14667]
14668
14669[[package]]
14670name = "tree-sitter-c"
14671version = "0.23.4"
14672source = "registry+https://github.com/rust-lang/crates.io-index"
14673checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
14674dependencies = [
14675 "cc",
14676 "tree-sitter-language",
14677]
14678
14679[[package]]
14680name = "tree-sitter-cpp"
14681version = "0.23.4"
14682source = "registry+https://github.com/rust-lang/crates.io-index"
14683checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
14684dependencies = [
14685 "cc",
14686 "tree-sitter-language",
14687]
14688
14689[[package]]
14690name = "tree-sitter-css"
14691version = "0.23.2"
14692source = "registry+https://github.com/rust-lang/crates.io-index"
14693checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
14694dependencies = [
14695 "cc",
14696 "tree-sitter-language",
14697]
14698
14699[[package]]
14700name = "tree-sitter-diff"
14701version = "0.1.0"
14702source = "registry+https://github.com/rust-lang/crates.io-index"
14703checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
14704dependencies = [
14705 "cc",
14706 "tree-sitter-language",
14707]
14708
14709[[package]]
14710name = "tree-sitter-elixir"
14711version = "0.3.4"
14712source = "registry+https://github.com/rust-lang/crates.io-index"
14713checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
14714dependencies = [
14715 "cc",
14716 "tree-sitter-language",
14717]
14718
14719[[package]]
14720name = "tree-sitter-embedded-template"
14721version = "0.23.2"
14722source = "registry+https://github.com/rust-lang/crates.io-index"
14723checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
14724dependencies = [
14725 "cc",
14726 "tree-sitter-language",
14727]
14728
14729[[package]]
14730name = "tree-sitter-gitcommit"
14731version = "0.0.1"
14732source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
14733dependencies = [
14734 "cc",
14735 "tree-sitter-language",
14736]
14737
14738[[package]]
14739name = "tree-sitter-go"
14740version = "0.23.4"
14741source = "registry+https://github.com/rust-lang/crates.io-index"
14742checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
14743dependencies = [
14744 "cc",
14745 "tree-sitter-language",
14746]
14747
14748[[package]]
14749name = "tree-sitter-gomod"
14750version = "1.1.1"
14751source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
14752dependencies = [
14753 "cc",
14754 "tree-sitter-language",
14755]
14756
14757[[package]]
14758name = "tree-sitter-gowork"
14759version = "0.0.1"
14760source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
14761dependencies = [
14762 "cc",
14763 "tree-sitter-language",
14764]
14765
14766[[package]]
14767name = "tree-sitter-heex"
14768version = "0.0.1"
14769source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
14770dependencies = [
14771 "cc",
14772 "tree-sitter-language",
14773]
14774
14775[[package]]
14776name = "tree-sitter-html"
14777version = "0.23.2"
14778source = "registry+https://github.com/rust-lang/crates.io-index"
14779checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
14780dependencies = [
14781 "cc",
14782 "tree-sitter-language",
14783]
14784
14785[[package]]
14786name = "tree-sitter-jsdoc"
14787version = "0.23.2"
14788source = "registry+https://github.com/rust-lang/crates.io-index"
14789checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
14790dependencies = [
14791 "cc",
14792 "tree-sitter-language",
14793]
14794
14795[[package]]
14796name = "tree-sitter-json"
14797version = "0.24.8"
14798source = "registry+https://github.com/rust-lang/crates.io-index"
14799checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
14800dependencies = [
14801 "cc",
14802 "tree-sitter-language",
14803]
14804
14805[[package]]
14806name = "tree-sitter-language"
14807version = "0.1.3"
14808source = "registry+https://github.com/rust-lang/crates.io-index"
14809checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
14810
14811[[package]]
14812name = "tree-sitter-md"
14813version = "0.3.2"
14814source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
14815dependencies = [
14816 "cc",
14817 "tree-sitter-language",
14818]
14819
14820[[package]]
14821name = "tree-sitter-python"
14822version = "0.23.6"
14823source = "registry+https://github.com/rust-lang/crates.io-index"
14824checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
14825dependencies = [
14826 "cc",
14827 "tree-sitter-language",
14828]
14829
14830[[package]]
14831name = "tree-sitter-regex"
14832version = "0.24.3"
14833source = "registry+https://github.com/rust-lang/crates.io-index"
14834checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
14835dependencies = [
14836 "cc",
14837 "tree-sitter-language",
14838]
14839
14840[[package]]
14841name = "tree-sitter-ruby"
14842version = "0.23.1"
14843source = "registry+https://github.com/rust-lang/crates.io-index"
14844checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
14845dependencies = [
14846 "cc",
14847 "tree-sitter-language",
14848]
14849
14850[[package]]
14851name = "tree-sitter-rust"
14852version = "0.23.2"
14853source = "registry+https://github.com/rust-lang/crates.io-index"
14854checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
14855dependencies = [
14856 "cc",
14857 "tree-sitter-language",
14858]
14859
14860[[package]]
14861name = "tree-sitter-typescript"
14862version = "0.23.2"
14863source = "registry+https://github.com/rust-lang/crates.io-index"
14864checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
14865dependencies = [
14866 "cc",
14867 "tree-sitter-language",
14868]
14869
14870[[package]]
14871name = "tree-sitter-yaml"
14872version = "0.6.1"
14873source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
14874dependencies = [
14875 "cc",
14876 "tree-sitter-language",
14877]
14878
14879[[package]]
14880name = "try-lock"
14881version = "0.2.5"
14882source = "registry+https://github.com/rust-lang/crates.io-index"
14883checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
14884
14885[[package]]
14886name = "ttf-parser"
14887version = "0.21.1"
14888source = "registry+https://github.com/rust-lang/crates.io-index"
14889checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
14890
14891[[package]]
14892name = "ttf-parser"
14893version = "0.25.1"
14894source = "registry+https://github.com/rust-lang/crates.io-index"
14895checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
14896dependencies = [
14897 "core_maths",
14898]
14899
14900[[package]]
14901name = "tungstenite"
14902version = "0.20.1"
14903source = "registry+https://github.com/rust-lang/crates.io-index"
14904checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
14905dependencies = [
14906 "byteorder",
14907 "bytes 1.10.1",
14908 "data-encoding",
14909 "http 0.2.12",
14910 "httparse",
14911 "log",
14912 "rand 0.8.5",
14913 "rustls 0.21.12",
14914 "sha1",
14915 "thiserror 1.0.69",
14916 "url",
14917 "utf-8",
14918]
14919
14920[[package]]
14921name = "tungstenite"
14922version = "0.21.0"
14923source = "registry+https://github.com/rust-lang/crates.io-index"
14924checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
14925dependencies = [
14926 "byteorder",
14927 "bytes 1.10.1",
14928 "data-encoding",
14929 "http 1.2.0",
14930 "httparse",
14931 "log",
14932 "rand 0.8.5",
14933 "sha1",
14934 "thiserror 1.0.69",
14935 "url",
14936 "utf-8",
14937]
14938
14939[[package]]
14940name = "tungstenite"
14941version = "0.24.0"
14942source = "registry+https://github.com/rust-lang/crates.io-index"
14943checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
14944dependencies = [
14945 "byteorder",
14946 "bytes 1.10.1",
14947 "data-encoding",
14948 "http 1.2.0",
14949 "httparse",
14950 "log",
14951 "rand 0.8.5",
14952 "sha1",
14953 "thiserror 1.0.69",
14954 "utf-8",
14955]
14956
14957[[package]]
14958name = "typeid"
14959version = "1.0.2"
14960source = "registry+https://github.com/rust-lang/crates.io-index"
14961checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
14962
14963[[package]]
14964name = "typenum"
14965version = "1.17.0"
14966source = "registry+https://github.com/rust-lang/crates.io-index"
14967checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
14968
14969[[package]]
14970name = "ucd-trie"
14971version = "0.1.7"
14972source = "registry+https://github.com/rust-lang/crates.io-index"
14973checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
14974
14975[[package]]
14976name = "uds_windows"
14977version = "1.1.0"
14978source = "registry+https://github.com/rust-lang/crates.io-index"
14979checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
14980dependencies = [
14981 "memoffset",
14982 "tempfile",
14983 "winapi",
14984]
14985
14986[[package]]
14987name = "ui"
14988version = "0.1.0"
14989dependencies = [
14990 "chrono",
14991 "component",
14992 "gpui",
14993 "itertools 0.14.0",
14994 "linkme",
14995 "menu",
14996 "serde",
14997 "settings",
14998 "smallvec",
14999 "story",
15000 "strum",
15001 "theme",
15002 "ui_macros",
15003 "util",
15004 "windows 0.60.0",
15005]
15006
15007[[package]]
15008name = "ui_input"
15009version = "0.1.0"
15010dependencies = [
15011 "editor",
15012 "gpui",
15013 "settings",
15014 "theme",
15015 "ui",
15016]
15017
15018[[package]]
15019name = "ui_macros"
15020version = "0.1.0"
15021dependencies = [
15022 "convert_case 0.8.0",
15023 "linkme",
15024 "proc-macro2",
15025 "quote",
15026 "syn 1.0.109",
15027]
15028
15029[[package]]
15030name = "ui_prompt"
15031version = "0.1.0"
15032dependencies = [
15033 "gpui",
15034 "markdown",
15035 "menu",
15036 "settings",
15037 "theme",
15038 "ui",
15039 "workspace",
15040]
15041
15042[[package]]
15043name = "unicase"
15044version = "2.8.1"
15045source = "registry+https://github.com/rust-lang/crates.io-index"
15046checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
15047
15048[[package]]
15049name = "unicode-bidi"
15050version = "0.3.17"
15051source = "registry+https://github.com/rust-lang/crates.io-index"
15052checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
15053
15054[[package]]
15055name = "unicode-bidi-mirroring"
15056version = "0.2.0"
15057source = "registry+https://github.com/rust-lang/crates.io-index"
15058checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
15059
15060[[package]]
15061name = "unicode-bidi-mirroring"
15062version = "0.4.0"
15063source = "registry+https://github.com/rust-lang/crates.io-index"
15064checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
15065
15066[[package]]
15067name = "unicode-ccc"
15068version = "0.2.0"
15069source = "registry+https://github.com/rust-lang/crates.io-index"
15070checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
15071
15072[[package]]
15073name = "unicode-ccc"
15074version = "0.4.0"
15075source = "registry+https://github.com/rust-lang/crates.io-index"
15076checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
15077
15078[[package]]
15079name = "unicode-ident"
15080version = "1.0.14"
15081source = "registry+https://github.com/rust-lang/crates.io-index"
15082checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
15083
15084[[package]]
15085name = "unicode-linebreak"
15086version = "0.1.5"
15087source = "registry+https://github.com/rust-lang/crates.io-index"
15088checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
15089
15090[[package]]
15091name = "unicode-normalization"
15092version = "0.1.24"
15093source = "registry+https://github.com/rust-lang/crates.io-index"
15094checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
15095dependencies = [
15096 "tinyvec",
15097]
15098
15099[[package]]
15100name = "unicode-properties"
15101version = "0.1.3"
15102source = "registry+https://github.com/rust-lang/crates.io-index"
15103checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
15104
15105[[package]]
15106name = "unicode-script"
15107version = "0.5.7"
15108source = "registry+https://github.com/rust-lang/crates.io-index"
15109checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
15110
15111[[package]]
15112name = "unicode-segmentation"
15113version = "1.12.0"
15114source = "registry+https://github.com/rust-lang/crates.io-index"
15115checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
15116
15117[[package]]
15118name = "unicode-vo"
15119version = "0.1.0"
15120source = "registry+https://github.com/rust-lang/crates.io-index"
15121checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
15122
15123[[package]]
15124name = "unicode-width"
15125version = "0.1.14"
15126source = "registry+https://github.com/rust-lang/crates.io-index"
15127checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
15128
15129[[package]]
15130name = "unicode-xid"
15131version = "0.2.6"
15132source = "registry+https://github.com/rust-lang/crates.io-index"
15133checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
15134
15135[[package]]
15136name = "unicode_categories"
15137version = "0.1.1"
15138source = "registry+https://github.com/rust-lang/crates.io-index"
15139checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
15140
15141[[package]]
15142name = "unindent"
15143version = "0.2.3"
15144source = "registry+https://github.com/rust-lang/crates.io-index"
15145checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce"
15146
15147[[package]]
15148name = "untrusted"
15149version = "0.9.0"
15150source = "registry+https://github.com/rust-lang/crates.io-index"
15151checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
15152
15153[[package]]
15154name = "url"
15155version = "2.5.4"
15156source = "registry+https://github.com/rust-lang/crates.io-index"
15157checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
15158dependencies = [
15159 "form_urlencoded",
15160 "idna",
15161 "percent-encoding",
15162 "serde",
15163]
15164
15165[[package]]
15166name = "urlencoding"
15167version = "2.1.3"
15168source = "registry+https://github.com/rust-lang/crates.io-index"
15169checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
15170
15171[[package]]
15172name = "usvg"
15173version = "0.45.0"
15174source = "registry+https://github.com/rust-lang/crates.io-index"
15175checksum = "2ac8e0e3e4696253dc06167990b3fe9a2668ab66270adf949a464db4088cb354"
15176dependencies = [
15177 "base64 0.22.1",
15178 "data-url",
15179 "flate2",
15180 "fontdb 0.23.0",
15181 "imagesize",
15182 "kurbo",
15183 "log",
15184 "pico-args",
15185 "roxmltree",
15186 "rustybuzz 0.20.1",
15187 "simplecss",
15188 "siphasher 1.0.1",
15189 "strict-num",
15190 "svgtypes",
15191 "tiny-skia-path",
15192 "unicode-bidi",
15193 "unicode-script",
15194 "unicode-vo",
15195 "xmlwriter",
15196]
15197
15198[[package]]
15199name = "utf-8"
15200version = "0.7.6"
15201source = "registry+https://github.com/rust-lang/crates.io-index"
15202checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
15203
15204[[package]]
15205name = "utf16_iter"
15206version = "1.0.5"
15207source = "registry+https://github.com/rust-lang/crates.io-index"
15208checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
15209
15210[[package]]
15211name = "utf8_iter"
15212version = "1.0.4"
15213source = "registry+https://github.com/rust-lang/crates.io-index"
15214checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
15215
15216[[package]]
15217name = "utf8parse"
15218version = "0.2.2"
15219source = "registry+https://github.com/rust-lang/crates.io-index"
15220checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
15221
15222[[package]]
15223name = "util"
15224version = "0.1.0"
15225dependencies = [
15226 "anyhow",
15227 "async-fs",
15228 "collections",
15229 "dirs 4.0.0",
15230 "dunce",
15231 "futures 0.3.31",
15232 "futures-lite 1.13.0",
15233 "git2",
15234 "globset",
15235 "itertools 0.14.0",
15236 "libc",
15237 "log",
15238 "rand 0.8.5",
15239 "regex",
15240 "rust-embed",
15241 "serde",
15242 "serde_json",
15243 "smol",
15244 "take-until",
15245 "tempfile",
15246 "tendril",
15247 "unicase",
15248 "util_macros",
15249]
15250
15251[[package]]
15252name = "util_macros"
15253version = "0.1.0"
15254dependencies = [
15255 "quote",
15256 "syn 1.0.109",
15257]
15258
15259[[package]]
15260name = "uuid"
15261version = "1.13.2"
15262source = "registry+https://github.com/rust-lang/crates.io-index"
15263checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6"
15264dependencies = [
15265 "getrandom 0.3.1",
15266 "serde",
15267 "sha1_smol",
15268]
15269
15270[[package]]
15271name = "v_frame"
15272version = "0.3.8"
15273source = "registry+https://github.com/rust-lang/crates.io-index"
15274checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
15275dependencies = [
15276 "aligned-vec",
15277 "num-traits",
15278 "wasm-bindgen",
15279]
15280
15281[[package]]
15282name = "valuable"
15283version = "0.1.0"
15284source = "registry+https://github.com/rust-lang/crates.io-index"
15285checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
15286
15287[[package]]
15288name = "value-bag"
15289version = "1.10.0"
15290source = "registry+https://github.com/rust-lang/crates.io-index"
15291checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
15292dependencies = [
15293 "value-bag-serde1",
15294 "value-bag-sval2",
15295]
15296
15297[[package]]
15298name = "value-bag-serde1"
15299version = "1.10.0"
15300source = "registry+https://github.com/rust-lang/crates.io-index"
15301checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
15302dependencies = [
15303 "erased-serde",
15304 "serde",
15305 "serde_fmt",
15306]
15307
15308[[package]]
15309name = "value-bag-sval2"
15310version = "1.10.0"
15311source = "registry+https://github.com/rust-lang/crates.io-index"
15312checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
15313dependencies = [
15314 "sval",
15315 "sval_buffer",
15316 "sval_dynamic",
15317 "sval_fmt",
15318 "sval_json",
15319 "sval_ref",
15320 "sval_serde",
15321]
15322
15323[[package]]
15324name = "vcpkg"
15325version = "0.2.15"
15326source = "registry+https://github.com/rust-lang/crates.io-index"
15327checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
15328
15329[[package]]
15330name = "version-compare"
15331version = "0.2.0"
15332source = "registry+https://github.com/rust-lang/crates.io-index"
15333checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
15334
15335[[package]]
15336name = "version_check"
15337version = "0.9.5"
15338source = "registry+https://github.com/rust-lang/crates.io-index"
15339checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
15340
15341[[package]]
15342name = "vim"
15343version = "0.1.0"
15344dependencies = [
15345 "anyhow",
15346 "assets",
15347 "async-compat",
15348 "async-trait",
15349 "collections",
15350 "command_palette",
15351 "command_palette_hooks",
15352 "db",
15353 "editor",
15354 "futures 0.3.31",
15355 "git_ui",
15356 "gpui",
15357 "indoc",
15358 "itertools 0.14.0",
15359 "language",
15360 "libc",
15361 "log",
15362 "lsp",
15363 "multi_buffer",
15364 "nvim-rs",
15365 "parking_lot",
15366 "picker",
15367 "project",
15368 "project_panel",
15369 "regex",
15370 "release_channel",
15371 "schemars",
15372 "search",
15373 "serde",
15374 "serde_derive",
15375 "serde_json",
15376 "settings",
15377 "task",
15378 "text",
15379 "theme",
15380 "tokio",
15381 "ui",
15382 "util",
15383 "vim_mode_setting",
15384 "workspace",
15385 "zed_actions",
15386]
15387
15388[[package]]
15389name = "vim_mode_setting"
15390version = "0.1.0"
15391dependencies = [
15392 "anyhow",
15393 "gpui",
15394 "settings",
15395]
15396
15397[[package]]
15398name = "vscode_theme"
15399version = "0.2.0"
15400source = "registry+https://github.com/rust-lang/crates.io-index"
15401checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
15402dependencies = [
15403 "serde",
15404]
15405
15406[[package]]
15407name = "vsimd"
15408version = "0.8.0"
15409source = "registry+https://github.com/rust-lang/crates.io-index"
15410checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
15411
15412[[package]]
15413name = "vswhom"
15414version = "0.1.0"
15415source = "registry+https://github.com/rust-lang/crates.io-index"
15416checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
15417dependencies = [
15418 "libc",
15419 "vswhom-sys",
15420]
15421
15422[[package]]
15423name = "vswhom-sys"
15424version = "0.1.2"
15425source = "registry+https://github.com/rust-lang/crates.io-index"
15426checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
15427dependencies = [
15428 "cc",
15429 "libc",
15430]
15431
15432[[package]]
15433name = "vte"
15434version = "0.15.0"
15435source = "registry+https://github.com/rust-lang/crates.io-index"
15436checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
15437dependencies = [
15438 "arrayvec",
15439 "bitflags 2.8.0",
15440 "cursor-icon",
15441 "log",
15442 "memchr",
15443 "serde",
15444]
15445
15446[[package]]
15447name = "waker-fn"
15448version = "1.2.0"
15449source = "registry+https://github.com/rust-lang/crates.io-index"
15450checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
15451
15452[[package]]
15453name = "walkdir"
15454version = "2.5.0"
15455source = "registry+https://github.com/rust-lang/crates.io-index"
15456checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
15457dependencies = [
15458 "same-file",
15459 "winapi-util",
15460]
15461
15462[[package]]
15463name = "want"
15464version = "0.3.1"
15465source = "registry+https://github.com/rust-lang/crates.io-index"
15466checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
15467dependencies = [
15468 "try-lock",
15469]
15470
15471[[package]]
15472name = "warp"
15473version = "0.3.7"
15474source = "registry+https://github.com/rust-lang/crates.io-index"
15475checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
15476dependencies = [
15477 "bytes 1.10.1",
15478 "futures-channel",
15479 "futures-util",
15480 "headers",
15481 "http 0.2.12",
15482 "hyper 0.14.32",
15483 "log",
15484 "mime",
15485 "mime_guess",
15486 "percent-encoding",
15487 "pin-project",
15488 "scoped-tls",
15489 "serde",
15490 "serde_json",
15491 "serde_urlencoded",
15492 "tokio",
15493 "tokio-tungstenite 0.21.0",
15494 "tokio-util",
15495 "tower-service",
15496 "tracing",
15497]
15498
15499[[package]]
15500name = "wasi"
15501version = "0.9.0+wasi-snapshot-preview1"
15502source = "registry+https://github.com/rust-lang/crates.io-index"
15503checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
15504
15505[[package]]
15506name = "wasi"
15507version = "0.11.0+wasi-snapshot-preview1"
15508source = "registry+https://github.com/rust-lang/crates.io-index"
15509checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
15510
15511[[package]]
15512name = "wasi"
15513version = "0.13.3+wasi-0.2.2"
15514source = "registry+https://github.com/rust-lang/crates.io-index"
15515checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
15516dependencies = [
15517 "wit-bindgen-rt 0.33.0",
15518]
15519
15520[[package]]
15521name = "wasite"
15522version = "0.1.0"
15523source = "registry+https://github.com/rust-lang/crates.io-index"
15524checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
15525
15526[[package]]
15527name = "wasm-bindgen"
15528version = "0.2.99"
15529source = "registry+https://github.com/rust-lang/crates.io-index"
15530checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
15531dependencies = [
15532 "cfg-if",
15533 "once_cell",
15534 "wasm-bindgen-macro",
15535]
15536
15537[[package]]
15538name = "wasm-bindgen-backend"
15539version = "0.2.99"
15540source = "registry+https://github.com/rust-lang/crates.io-index"
15541checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
15542dependencies = [
15543 "bumpalo",
15544 "log",
15545 "proc-macro2",
15546 "quote",
15547 "syn 2.0.100",
15548 "wasm-bindgen-shared",
15549]
15550
15551[[package]]
15552name = "wasm-bindgen-futures"
15553version = "0.4.49"
15554source = "registry+https://github.com/rust-lang/crates.io-index"
15555checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
15556dependencies = [
15557 "cfg-if",
15558 "js-sys",
15559 "once_cell",
15560 "wasm-bindgen",
15561 "web-sys",
15562]
15563
15564[[package]]
15565name = "wasm-bindgen-macro"
15566version = "0.2.99"
15567source = "registry+https://github.com/rust-lang/crates.io-index"
15568checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
15569dependencies = [
15570 "quote",
15571 "wasm-bindgen-macro-support",
15572]
15573
15574[[package]]
15575name = "wasm-bindgen-macro-support"
15576version = "0.2.99"
15577source = "registry+https://github.com/rust-lang/crates.io-index"
15578checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
15579dependencies = [
15580 "proc-macro2",
15581 "quote",
15582 "syn 2.0.100",
15583 "wasm-bindgen-backend",
15584 "wasm-bindgen-shared",
15585]
15586
15587[[package]]
15588name = "wasm-bindgen-shared"
15589version = "0.2.99"
15590source = "registry+https://github.com/rust-lang/crates.io-index"
15591checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
15592
15593[[package]]
15594name = "wasm-encoder"
15595version = "0.201.0"
15596source = "registry+https://github.com/rust-lang/crates.io-index"
15597checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
15598dependencies = [
15599 "leb128",
15600]
15601
15602[[package]]
15603name = "wasm-encoder"
15604version = "0.221.3"
15605source = "registry+https://github.com/rust-lang/crates.io-index"
15606checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
15607dependencies = [
15608 "leb128",
15609 "wasmparser 0.221.3",
15610]
15611
15612[[package]]
15613name = "wasm-metadata"
15614version = "0.201.0"
15615source = "registry+https://github.com/rust-lang/crates.io-index"
15616checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
15617dependencies = [
15618 "anyhow",
15619 "indexmap",
15620 "serde",
15621 "serde_derive",
15622 "serde_json",
15623 "spdx",
15624 "wasm-encoder 0.201.0",
15625 "wasmparser 0.201.0",
15626]
15627
15628[[package]]
15629name = "wasm-metadata"
15630version = "0.221.3"
15631source = "registry+https://github.com/rust-lang/crates.io-index"
15632checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
15633dependencies = [
15634 "anyhow",
15635 "indexmap",
15636 "serde",
15637 "serde_derive",
15638 "serde_json",
15639 "spdx",
15640 "wasm-encoder 0.221.3",
15641 "wasmparser 0.221.3",
15642]
15643
15644[[package]]
15645name = "wasm-streams"
15646version = "0.4.2"
15647source = "registry+https://github.com/rust-lang/crates.io-index"
15648checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
15649dependencies = [
15650 "futures-util",
15651 "js-sys",
15652 "wasm-bindgen",
15653 "wasm-bindgen-futures",
15654 "web-sys",
15655]
15656
15657[[package]]
15658name = "wasmparser"
15659version = "0.201.0"
15660source = "registry+https://github.com/rust-lang/crates.io-index"
15661checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
15662dependencies = [
15663 "bitflags 2.8.0",
15664 "indexmap",
15665 "semver",
15666]
15667
15668[[package]]
15669name = "wasmparser"
15670version = "0.221.3"
15671source = "registry+https://github.com/rust-lang/crates.io-index"
15672checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
15673dependencies = [
15674 "bitflags 2.8.0",
15675 "hashbrown 0.15.2",
15676 "indexmap",
15677 "semver",
15678 "serde",
15679]
15680
15681[[package]]
15682name = "wasmprinter"
15683version = "0.221.3"
15684source = "registry+https://github.com/rust-lang/crates.io-index"
15685checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
15686dependencies = [
15687 "anyhow",
15688 "termcolor",
15689 "wasmparser 0.221.3",
15690]
15691
15692[[package]]
15693name = "wasmtime"
15694version = "29.0.1"
15695source = "registry+https://github.com/rust-lang/crates.io-index"
15696checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
15697dependencies = [
15698 "anyhow",
15699 "async-trait",
15700 "bitflags 2.8.0",
15701 "bumpalo",
15702 "cc",
15703 "cfg-if",
15704 "encoding_rs",
15705 "hashbrown 0.14.5",
15706 "indexmap",
15707 "libc",
15708 "log",
15709 "mach2",
15710 "memfd",
15711 "object",
15712 "once_cell",
15713 "paste",
15714 "postcard",
15715 "psm",
15716 "pulley-interpreter",
15717 "rustix",
15718 "semver",
15719 "serde",
15720 "serde_derive",
15721 "smallvec",
15722 "sptr",
15723 "target-lexicon 0.13.2",
15724 "trait-variant",
15725 "wasmparser 0.221.3",
15726 "wasmtime-asm-macros",
15727 "wasmtime-component-macro",
15728 "wasmtime-component-util",
15729 "wasmtime-cranelift",
15730 "wasmtime-environ",
15731 "wasmtime-fiber",
15732 "wasmtime-jit-icache-coherence",
15733 "wasmtime-math",
15734 "wasmtime-slab",
15735 "wasmtime-versioned-export-macros",
15736 "wasmtime-winch",
15737 "windows-sys 0.59.0",
15738]
15739
15740[[package]]
15741name = "wasmtime-asm-macros"
15742version = "29.0.1"
15743source = "registry+https://github.com/rust-lang/crates.io-index"
15744checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
15745dependencies = [
15746 "cfg-if",
15747]
15748
15749[[package]]
15750name = "wasmtime-c-api-impl"
15751version = "29.0.1"
15752source = "registry+https://github.com/rust-lang/crates.io-index"
15753checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
15754dependencies = [
15755 "anyhow",
15756 "log",
15757 "tracing",
15758 "wasmtime",
15759 "wasmtime-c-api-macros",
15760]
15761
15762[[package]]
15763name = "wasmtime-c-api-macros"
15764version = "29.0.1"
15765source = "registry+https://github.com/rust-lang/crates.io-index"
15766checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
15767dependencies = [
15768 "proc-macro2",
15769 "quote",
15770]
15771
15772[[package]]
15773name = "wasmtime-component-macro"
15774version = "29.0.1"
15775source = "registry+https://github.com/rust-lang/crates.io-index"
15776checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
15777dependencies = [
15778 "anyhow",
15779 "proc-macro2",
15780 "quote",
15781 "syn 2.0.100",
15782 "wasmtime-component-util",
15783 "wasmtime-wit-bindgen",
15784 "wit-parser 0.221.3",
15785]
15786
15787[[package]]
15788name = "wasmtime-component-util"
15789version = "29.0.1"
15790source = "registry+https://github.com/rust-lang/crates.io-index"
15791checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
15792
15793[[package]]
15794name = "wasmtime-cranelift"
15795version = "29.0.1"
15796source = "registry+https://github.com/rust-lang/crates.io-index"
15797checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
15798dependencies = [
15799 "anyhow",
15800 "cfg-if",
15801 "cranelift-codegen",
15802 "cranelift-control",
15803 "cranelift-entity",
15804 "cranelift-frontend",
15805 "cranelift-native",
15806 "gimli",
15807 "itertools 0.12.1",
15808 "log",
15809 "object",
15810 "smallvec",
15811 "target-lexicon 0.13.2",
15812 "thiserror 1.0.69",
15813 "wasmparser 0.221.3",
15814 "wasmtime-environ",
15815 "wasmtime-versioned-export-macros",
15816]
15817
15818[[package]]
15819name = "wasmtime-environ"
15820version = "29.0.1"
15821source = "registry+https://github.com/rust-lang/crates.io-index"
15822checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
15823dependencies = [
15824 "anyhow",
15825 "cpp_demangle",
15826 "cranelift-bitset",
15827 "cranelift-entity",
15828 "gimli",
15829 "indexmap",
15830 "log",
15831 "object",
15832 "postcard",
15833 "rustc-demangle",
15834 "semver",
15835 "serde",
15836 "serde_derive",
15837 "smallvec",
15838 "target-lexicon 0.13.2",
15839 "wasm-encoder 0.221.3",
15840 "wasmparser 0.221.3",
15841 "wasmprinter",
15842 "wasmtime-component-util",
15843]
15844
15845[[package]]
15846name = "wasmtime-fiber"
15847version = "29.0.1"
15848source = "registry+https://github.com/rust-lang/crates.io-index"
15849checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
15850dependencies = [
15851 "anyhow",
15852 "cc",
15853 "cfg-if",
15854 "rustix",
15855 "wasmtime-asm-macros",
15856 "wasmtime-versioned-export-macros",
15857 "windows-sys 0.59.0",
15858]
15859
15860[[package]]
15861name = "wasmtime-jit-icache-coherence"
15862version = "29.0.1"
15863source = "registry+https://github.com/rust-lang/crates.io-index"
15864checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
15865dependencies = [
15866 "anyhow",
15867 "cfg-if",
15868 "libc",
15869 "windows-sys 0.59.0",
15870]
15871
15872[[package]]
15873name = "wasmtime-math"
15874version = "29.0.1"
15875source = "registry+https://github.com/rust-lang/crates.io-index"
15876checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
15877dependencies = [
15878 "libm",
15879]
15880
15881[[package]]
15882name = "wasmtime-slab"
15883version = "29.0.1"
15884source = "registry+https://github.com/rust-lang/crates.io-index"
15885checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
15886
15887[[package]]
15888name = "wasmtime-versioned-export-macros"
15889version = "29.0.1"
15890source = "registry+https://github.com/rust-lang/crates.io-index"
15891checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
15892dependencies = [
15893 "proc-macro2",
15894 "quote",
15895 "syn 2.0.100",
15896]
15897
15898[[package]]
15899name = "wasmtime-wasi"
15900version = "29.0.1"
15901source = "registry+https://github.com/rust-lang/crates.io-index"
15902checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
15903dependencies = [
15904 "anyhow",
15905 "async-trait",
15906 "bitflags 2.8.0",
15907 "bytes 1.10.1",
15908 "cap-fs-ext",
15909 "cap-net-ext",
15910 "cap-rand",
15911 "cap-std",
15912 "cap-time-ext",
15913 "fs-set-times",
15914 "futures 0.3.31",
15915 "io-extras",
15916 "io-lifetimes",
15917 "rustix",
15918 "system-interface",
15919 "thiserror 1.0.69",
15920 "tokio",
15921 "tracing",
15922 "trait-variant",
15923 "url",
15924 "wasmtime",
15925 "wiggle",
15926 "windows-sys 0.59.0",
15927]
15928
15929[[package]]
15930name = "wasmtime-winch"
15931version = "29.0.1"
15932source = "registry+https://github.com/rust-lang/crates.io-index"
15933checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
15934dependencies = [
15935 "anyhow",
15936 "cranelift-codegen",
15937 "gimli",
15938 "object",
15939 "target-lexicon 0.13.2",
15940 "wasmparser 0.221.3",
15941 "wasmtime-cranelift",
15942 "wasmtime-environ",
15943 "winch-codegen",
15944]
15945
15946[[package]]
15947name = "wasmtime-wit-bindgen"
15948version = "29.0.1"
15949source = "registry+https://github.com/rust-lang/crates.io-index"
15950checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
15951dependencies = [
15952 "anyhow",
15953 "heck 0.5.0",
15954 "indexmap",
15955 "wit-parser 0.221.3",
15956]
15957
15958[[package]]
15959name = "wast"
15960version = "35.0.2"
15961source = "registry+https://github.com/rust-lang/crates.io-index"
15962checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
15963dependencies = [
15964 "leb128",
15965]
15966
15967[[package]]
15968name = "wayland-backend"
15969version = "0.3.8"
15970source = "registry+https://github.com/rust-lang/crates.io-index"
15971checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
15972dependencies = [
15973 "cc",
15974 "downcast-rs",
15975 "rustix",
15976 "scoped-tls",
15977 "smallvec",
15978 "wayland-sys",
15979]
15980
15981[[package]]
15982name = "wayland-client"
15983version = "0.31.8"
15984source = "registry+https://github.com/rust-lang/crates.io-index"
15985checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
15986dependencies = [
15987 "bitflags 2.8.0",
15988 "rustix",
15989 "wayland-backend",
15990 "wayland-scanner",
15991]
15992
15993[[package]]
15994name = "wayland-cursor"
15995version = "0.31.8"
15996source = "registry+https://github.com/rust-lang/crates.io-index"
15997checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
15998dependencies = [
15999 "rustix",
16000 "wayland-client",
16001 "xcursor",
16002]
16003
16004[[package]]
16005name = "wayland-protocols"
16006version = "0.31.2"
16007source = "registry+https://github.com/rust-lang/crates.io-index"
16008checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
16009dependencies = [
16010 "bitflags 2.8.0",
16011 "wayland-backend",
16012 "wayland-client",
16013 "wayland-scanner",
16014]
16015
16016[[package]]
16017name = "wayland-protocols-plasma"
16018version = "0.2.0"
16019source = "registry+https://github.com/rust-lang/crates.io-index"
16020checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
16021dependencies = [
16022 "bitflags 2.8.0",
16023 "wayland-backend",
16024 "wayland-client",
16025 "wayland-protocols",
16026 "wayland-scanner",
16027]
16028
16029[[package]]
16030name = "wayland-scanner"
16031version = "0.31.6"
16032source = "registry+https://github.com/rust-lang/crates.io-index"
16033checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
16034dependencies = [
16035 "proc-macro2",
16036 "quick-xml 0.37.2",
16037 "quote",
16038]
16039
16040[[package]]
16041name = "wayland-sys"
16042version = "0.31.6"
16043source = "registry+https://github.com/rust-lang/crates.io-index"
16044checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
16045dependencies = [
16046 "dlib",
16047 "log",
16048 "once_cell",
16049 "pkg-config",
16050]
16051
16052[[package]]
16053name = "web-sys"
16054version = "0.3.76"
16055source = "registry+https://github.com/rust-lang/crates.io-index"
16056checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
16057dependencies = [
16058 "js-sys",
16059 "wasm-bindgen",
16060]
16061
16062[[package]]
16063name = "web-time"
16064version = "1.1.0"
16065source = "registry+https://github.com/rust-lang/crates.io-index"
16066checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
16067dependencies = [
16068 "js-sys",
16069 "wasm-bindgen",
16070]
16071
16072[[package]]
16073name = "webpki-root-certs"
16074version = "0.26.8"
16075source = "registry+https://github.com/rust-lang/crates.io-index"
16076checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
16077dependencies = [
16078 "rustls-pki-types",
16079]
16080
16081[[package]]
16082name = "webpki-roots"
16083version = "0.26.7"
16084source = "registry+https://github.com/rust-lang/crates.io-index"
16085checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
16086dependencies = [
16087 "rustls-pki-types",
16088]
16089
16090[[package]]
16091name = "webrtc-sys"
16092version = "0.3.5"
16093source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
16094dependencies = [
16095 "cc",
16096 "cxx",
16097 "cxx-build",
16098 "glob",
16099 "log",
16100 "webrtc-sys-build",
16101]
16102
16103[[package]]
16104name = "webrtc-sys-build"
16105version = "0.3.5"
16106source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
16107dependencies = [
16108 "fs2",
16109 "regex",
16110 "reqwest 0.11.27",
16111 "scratch",
16112 "semver",
16113 "zip",
16114]
16115
16116[[package]]
16117name = "weezl"
16118version = "0.1.8"
16119source = "registry+https://github.com/rust-lang/crates.io-index"
16120checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
16121
16122[[package]]
16123name = "welcome"
16124version = "0.1.0"
16125dependencies = [
16126 "anyhow",
16127 "client",
16128 "db",
16129 "editor",
16130 "fuzzy",
16131 "gpui",
16132 "install_cli",
16133 "language",
16134 "picker",
16135 "project",
16136 "schemars",
16137 "serde",
16138 "settings",
16139 "telemetry",
16140 "ui",
16141 "util",
16142 "vim_mode_setting",
16143 "workspace",
16144 "zed_actions",
16145]
16146
16147[[package]]
16148name = "which"
16149version = "4.4.2"
16150source = "registry+https://github.com/rust-lang/crates.io-index"
16151checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
16152dependencies = [
16153 "either",
16154 "home",
16155 "once_cell",
16156 "rustix",
16157]
16158
16159[[package]]
16160name = "which"
16161version = "6.0.3"
16162source = "registry+https://github.com/rust-lang/crates.io-index"
16163checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
16164dependencies = [
16165 "either",
16166 "home",
16167 "rustix",
16168 "winsafe",
16169]
16170
16171[[package]]
16172name = "which"
16173version = "7.0.2"
16174source = "registry+https://github.com/rust-lang/crates.io-index"
16175checksum = "2774c861e1f072b3aadc02f8ba886c26ad6321567ecc294c935434cad06f1283"
16176dependencies = [
16177 "either",
16178 "env_home",
16179 "rustix",
16180 "winsafe",
16181]
16182
16183[[package]]
16184name = "whoami"
16185version = "1.5.2"
16186source = "registry+https://github.com/rust-lang/crates.io-index"
16187checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
16188dependencies = [
16189 "redox_syscall 0.5.8",
16190 "wasite",
16191]
16192
16193[[package]]
16194name = "wiggle"
16195version = "29.0.1"
16196source = "registry+https://github.com/rust-lang/crates.io-index"
16197checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
16198dependencies = [
16199 "anyhow",
16200 "async-trait",
16201 "bitflags 2.8.0",
16202 "thiserror 1.0.69",
16203 "tracing",
16204 "wasmtime",
16205 "wiggle-macro",
16206]
16207
16208[[package]]
16209name = "wiggle-generate"
16210version = "29.0.1"
16211source = "registry+https://github.com/rust-lang/crates.io-index"
16212checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
16213dependencies = [
16214 "anyhow",
16215 "heck 0.5.0",
16216 "proc-macro2",
16217 "quote",
16218 "shellexpand 2.1.2",
16219 "syn 2.0.100",
16220 "witx",
16221]
16222
16223[[package]]
16224name = "wiggle-macro"
16225version = "29.0.1"
16226source = "registry+https://github.com/rust-lang/crates.io-index"
16227checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
16228dependencies = [
16229 "proc-macro2",
16230 "quote",
16231 "syn 2.0.100",
16232 "wiggle-generate",
16233]
16234
16235[[package]]
16236name = "winapi"
16237version = "0.3.9"
16238source = "registry+https://github.com/rust-lang/crates.io-index"
16239checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
16240dependencies = [
16241 "winapi-i686-pc-windows-gnu",
16242 "winapi-x86_64-pc-windows-gnu",
16243]
16244
16245[[package]]
16246name = "winapi-i686-pc-windows-gnu"
16247version = "0.4.0"
16248source = "registry+https://github.com/rust-lang/crates.io-index"
16249checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
16250
16251[[package]]
16252name = "winapi-util"
16253version = "0.1.9"
16254source = "registry+https://github.com/rust-lang/crates.io-index"
16255checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
16256dependencies = [
16257 "windows-sys 0.48.0",
16258]
16259
16260[[package]]
16261name = "winapi-x86_64-pc-windows-gnu"
16262version = "0.4.0"
16263source = "registry+https://github.com/rust-lang/crates.io-index"
16264checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
16265
16266[[package]]
16267name = "winch-codegen"
16268version = "29.0.1"
16269source = "registry+https://github.com/rust-lang/crates.io-index"
16270checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
16271dependencies = [
16272 "anyhow",
16273 "cranelift-codegen",
16274 "gimli",
16275 "regalloc2",
16276 "smallvec",
16277 "target-lexicon 0.13.2",
16278 "thiserror 1.0.69",
16279 "wasmparser 0.221.3",
16280 "wasmtime-cranelift",
16281 "wasmtime-environ",
16282]
16283
16284[[package]]
16285name = "windows"
16286version = "0.54.0"
16287source = "registry+https://github.com/rust-lang/crates.io-index"
16288checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
16289dependencies = [
16290 "windows-core 0.54.0",
16291 "windows-targets 0.52.6",
16292]
16293
16294[[package]]
16295name = "windows"
16296version = "0.57.0"
16297source = "registry+https://github.com/rust-lang/crates.io-index"
16298checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
16299dependencies = [
16300 "windows-core 0.57.0",
16301 "windows-targets 0.52.6",
16302]
16303
16304[[package]]
16305name = "windows"
16306version = "0.58.0"
16307source = "registry+https://github.com/rust-lang/crates.io-index"
16308checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
16309dependencies = [
16310 "windows-core 0.58.0",
16311 "windows-targets 0.52.6",
16312]
16313
16314[[package]]
16315name = "windows"
16316version = "0.60.0"
16317source = "registry+https://github.com/rust-lang/crates.io-index"
16318checksum = "ddf874e74c7a99773e62b1c671427abf01a425e77c3d3fb9fb1e4883ea934529"
16319dependencies = [
16320 "windows-collections",
16321 "windows-core 0.60.1",
16322 "windows-future",
16323 "windows-link",
16324 "windows-numerics",
16325]
16326
16327[[package]]
16328name = "windows-collections"
16329version = "0.1.1"
16330source = "registry+https://github.com/rust-lang/crates.io-index"
16331checksum = "5467f79cc1ba3f52ebb2ed41dbb459b8e7db636cc3429458d9a852e15bc24dec"
16332dependencies = [
16333 "windows-core 0.60.1",
16334]
16335
16336[[package]]
16337name = "windows-core"
16338version = "0.52.0"
16339source = "registry+https://github.com/rust-lang/crates.io-index"
16340checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
16341dependencies = [
16342 "windows-targets 0.52.6",
16343]
16344
16345[[package]]
16346name = "windows-core"
16347version = "0.54.0"
16348source = "registry+https://github.com/rust-lang/crates.io-index"
16349checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
16350dependencies = [
16351 "windows-result 0.1.2",
16352 "windows-targets 0.52.6",
16353]
16354
16355[[package]]
16356name = "windows-core"
16357version = "0.57.0"
16358source = "registry+https://github.com/rust-lang/crates.io-index"
16359checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
16360dependencies = [
16361 "windows-implement 0.57.0",
16362 "windows-interface 0.57.0",
16363 "windows-result 0.1.2",
16364 "windows-targets 0.52.6",
16365]
16366
16367[[package]]
16368name = "windows-core"
16369version = "0.58.0"
16370source = "registry+https://github.com/rust-lang/crates.io-index"
16371checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
16372dependencies = [
16373 "windows-implement 0.58.0",
16374 "windows-interface 0.58.0",
16375 "windows-result 0.2.0",
16376 "windows-strings 0.1.0",
16377 "windows-targets 0.52.6",
16378]
16379
16380[[package]]
16381name = "windows-core"
16382version = "0.60.1"
16383source = "registry+https://github.com/rust-lang/crates.io-index"
16384checksum = "ca21a92a9cae9bf4ccae5cf8368dce0837100ddf6e6d57936749e85f152f6247"
16385dependencies = [
16386 "windows-implement 0.59.0",
16387 "windows-interface 0.59.0",
16388 "windows-link",
16389 "windows-result 0.3.1",
16390 "windows-strings 0.3.1",
16391]
16392
16393[[package]]
16394name = "windows-future"
16395version = "0.1.1"
16396source = "registry+https://github.com/rust-lang/crates.io-index"
16397checksum = "a787db4595e7eb80239b74ce8babfb1363d8e343ab072f2ffe901400c03349f0"
16398dependencies = [
16399 "windows-core 0.60.1",
16400 "windows-link",
16401]
16402
16403[[package]]
16404name = "windows-implement"
16405version = "0.57.0"
16406source = "registry+https://github.com/rust-lang/crates.io-index"
16407checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
16408dependencies = [
16409 "proc-macro2",
16410 "quote",
16411 "syn 2.0.100",
16412]
16413
16414[[package]]
16415name = "windows-implement"
16416version = "0.58.0"
16417source = "registry+https://github.com/rust-lang/crates.io-index"
16418checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
16419dependencies = [
16420 "proc-macro2",
16421 "quote",
16422 "syn 2.0.100",
16423]
16424
16425[[package]]
16426name = "windows-implement"
16427version = "0.59.0"
16428source = "registry+https://github.com/rust-lang/crates.io-index"
16429checksum = "83577b051e2f49a058c308f17f273b570a6a758386fc291b5f6a934dd84e48c1"
16430dependencies = [
16431 "proc-macro2",
16432 "quote",
16433 "syn 2.0.100",
16434]
16435
16436[[package]]
16437name = "windows-interface"
16438version = "0.57.0"
16439source = "registry+https://github.com/rust-lang/crates.io-index"
16440checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
16441dependencies = [
16442 "proc-macro2",
16443 "quote",
16444 "syn 2.0.100",
16445]
16446
16447[[package]]
16448name = "windows-interface"
16449version = "0.58.0"
16450source = "registry+https://github.com/rust-lang/crates.io-index"
16451checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
16452dependencies = [
16453 "proc-macro2",
16454 "quote",
16455 "syn 2.0.100",
16456]
16457
16458[[package]]
16459name = "windows-interface"
16460version = "0.59.0"
16461source = "registry+https://github.com/rust-lang/crates.io-index"
16462checksum = "cb26fd936d991781ea39e87c3a27285081e3c0da5ca0fcbc02d368cc6f52ff01"
16463dependencies = [
16464 "proc-macro2",
16465 "quote",
16466 "syn 2.0.100",
16467]
16468
16469[[package]]
16470name = "windows-link"
16471version = "0.1.0"
16472source = "registry+https://github.com/rust-lang/crates.io-index"
16473checksum = "6dccfd733ce2b1753b03b6d3c65edf020262ea35e20ccdf3e288043e6dd620e3"
16474
16475[[package]]
16476name = "windows-numerics"
16477version = "0.1.1"
16478source = "registry+https://github.com/rust-lang/crates.io-index"
16479checksum = "005dea54e2f6499f2cee279b8f703b3cf3b5734a2d8d21867c8f44003182eeed"
16480dependencies = [
16481 "windows-core 0.60.1",
16482 "windows-link",
16483]
16484
16485[[package]]
16486name = "windows-registry"
16487version = "0.2.0"
16488source = "registry+https://github.com/rust-lang/crates.io-index"
16489checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
16490dependencies = [
16491 "windows-result 0.2.0",
16492 "windows-strings 0.1.0",
16493 "windows-targets 0.52.6",
16494]
16495
16496[[package]]
16497name = "windows-result"
16498version = "0.1.2"
16499source = "registry+https://github.com/rust-lang/crates.io-index"
16500checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
16501dependencies = [
16502 "windows-targets 0.52.6",
16503]
16504
16505[[package]]
16506name = "windows-result"
16507version = "0.2.0"
16508source = "registry+https://github.com/rust-lang/crates.io-index"
16509checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
16510dependencies = [
16511 "windows-targets 0.52.6",
16512]
16513
16514[[package]]
16515name = "windows-result"
16516version = "0.3.1"
16517source = "registry+https://github.com/rust-lang/crates.io-index"
16518checksum = "06374efe858fab7e4f881500e6e86ec8bc28f9462c47e5a9941a0142ad86b189"
16519dependencies = [
16520 "windows-link",
16521]
16522
16523[[package]]
16524name = "windows-strings"
16525version = "0.1.0"
16526source = "registry+https://github.com/rust-lang/crates.io-index"
16527checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
16528dependencies = [
16529 "windows-result 0.2.0",
16530 "windows-targets 0.52.6",
16531]
16532
16533[[package]]
16534name = "windows-strings"
16535version = "0.3.1"
16536source = "registry+https://github.com/rust-lang/crates.io-index"
16537checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
16538dependencies = [
16539 "windows-link",
16540]
16541
16542[[package]]
16543name = "windows-sys"
16544version = "0.45.0"
16545source = "registry+https://github.com/rust-lang/crates.io-index"
16546checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
16547dependencies = [
16548 "windows-targets 0.42.2",
16549]
16550
16551[[package]]
16552name = "windows-sys"
16553version = "0.48.0"
16554source = "registry+https://github.com/rust-lang/crates.io-index"
16555checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
16556dependencies = [
16557 "windows-targets 0.48.5",
16558]
16559
16560[[package]]
16561name = "windows-sys"
16562version = "0.52.0"
16563source = "registry+https://github.com/rust-lang/crates.io-index"
16564checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
16565dependencies = [
16566 "windows-targets 0.52.6",
16567]
16568
16569[[package]]
16570name = "windows-sys"
16571version = "0.59.0"
16572source = "registry+https://github.com/rust-lang/crates.io-index"
16573checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
16574dependencies = [
16575 "windows-targets 0.52.6",
16576]
16577
16578[[package]]
16579name = "windows-targets"
16580version = "0.42.2"
16581source = "registry+https://github.com/rust-lang/crates.io-index"
16582checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
16583dependencies = [
16584 "windows_aarch64_gnullvm 0.42.2",
16585 "windows_aarch64_msvc 0.42.2",
16586 "windows_i686_gnu 0.42.2",
16587 "windows_i686_msvc 0.42.2",
16588 "windows_x86_64_gnu 0.42.2",
16589 "windows_x86_64_gnullvm 0.42.2",
16590 "windows_x86_64_msvc 0.42.2",
16591]
16592
16593[[package]]
16594name = "windows-targets"
16595version = "0.48.5"
16596source = "registry+https://github.com/rust-lang/crates.io-index"
16597checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
16598dependencies = [
16599 "windows_aarch64_gnullvm 0.48.5",
16600 "windows_aarch64_msvc 0.48.5",
16601 "windows_i686_gnu 0.48.5",
16602 "windows_i686_msvc 0.48.5",
16603 "windows_x86_64_gnu 0.48.5",
16604 "windows_x86_64_gnullvm 0.48.5",
16605 "windows_x86_64_msvc 0.48.5",
16606]
16607
16608[[package]]
16609name = "windows-targets"
16610version = "0.52.6"
16611source = "registry+https://github.com/rust-lang/crates.io-index"
16612checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
16613dependencies = [
16614 "windows_aarch64_gnullvm 0.52.6",
16615 "windows_aarch64_msvc 0.52.6",
16616 "windows_i686_gnu 0.52.6",
16617 "windows_i686_gnullvm",
16618 "windows_i686_msvc 0.52.6",
16619 "windows_x86_64_gnu 0.52.6",
16620 "windows_x86_64_gnullvm 0.52.6",
16621 "windows_x86_64_msvc 0.52.6",
16622]
16623
16624[[package]]
16625name = "windows_aarch64_gnullvm"
16626version = "0.42.2"
16627source = "registry+https://github.com/rust-lang/crates.io-index"
16628checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
16629
16630[[package]]
16631name = "windows_aarch64_gnullvm"
16632version = "0.48.5"
16633source = "registry+https://github.com/rust-lang/crates.io-index"
16634checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
16635
16636[[package]]
16637name = "windows_aarch64_gnullvm"
16638version = "0.52.6"
16639source = "registry+https://github.com/rust-lang/crates.io-index"
16640checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
16641
16642[[package]]
16643name = "windows_aarch64_msvc"
16644version = "0.42.2"
16645source = "registry+https://github.com/rust-lang/crates.io-index"
16646checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
16647
16648[[package]]
16649name = "windows_aarch64_msvc"
16650version = "0.48.5"
16651source = "registry+https://github.com/rust-lang/crates.io-index"
16652checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
16653
16654[[package]]
16655name = "windows_aarch64_msvc"
16656version = "0.52.6"
16657source = "registry+https://github.com/rust-lang/crates.io-index"
16658checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
16659
16660[[package]]
16661name = "windows_i686_gnu"
16662version = "0.42.2"
16663source = "registry+https://github.com/rust-lang/crates.io-index"
16664checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
16665
16666[[package]]
16667name = "windows_i686_gnu"
16668version = "0.48.5"
16669source = "registry+https://github.com/rust-lang/crates.io-index"
16670checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
16671
16672[[package]]
16673name = "windows_i686_gnu"
16674version = "0.52.6"
16675source = "registry+https://github.com/rust-lang/crates.io-index"
16676checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
16677
16678[[package]]
16679name = "windows_i686_gnullvm"
16680version = "0.52.6"
16681source = "registry+https://github.com/rust-lang/crates.io-index"
16682checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
16683
16684[[package]]
16685name = "windows_i686_msvc"
16686version = "0.42.2"
16687source = "registry+https://github.com/rust-lang/crates.io-index"
16688checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
16689
16690[[package]]
16691name = "windows_i686_msvc"
16692version = "0.48.5"
16693source = "registry+https://github.com/rust-lang/crates.io-index"
16694checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
16695
16696[[package]]
16697name = "windows_i686_msvc"
16698version = "0.52.6"
16699source = "registry+https://github.com/rust-lang/crates.io-index"
16700checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
16701
16702[[package]]
16703name = "windows_x86_64_gnu"
16704version = "0.42.2"
16705source = "registry+https://github.com/rust-lang/crates.io-index"
16706checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
16707
16708[[package]]
16709name = "windows_x86_64_gnu"
16710version = "0.48.5"
16711source = "registry+https://github.com/rust-lang/crates.io-index"
16712checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
16713
16714[[package]]
16715name = "windows_x86_64_gnu"
16716version = "0.52.6"
16717source = "registry+https://github.com/rust-lang/crates.io-index"
16718checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
16719
16720[[package]]
16721name = "windows_x86_64_gnullvm"
16722version = "0.42.2"
16723source = "registry+https://github.com/rust-lang/crates.io-index"
16724checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
16725
16726[[package]]
16727name = "windows_x86_64_gnullvm"
16728version = "0.48.5"
16729source = "registry+https://github.com/rust-lang/crates.io-index"
16730checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
16731
16732[[package]]
16733name = "windows_x86_64_gnullvm"
16734version = "0.52.6"
16735source = "registry+https://github.com/rust-lang/crates.io-index"
16736checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
16737
16738[[package]]
16739name = "windows_x86_64_msvc"
16740version = "0.42.2"
16741source = "registry+https://github.com/rust-lang/crates.io-index"
16742checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
16743
16744[[package]]
16745name = "windows_x86_64_msvc"
16746version = "0.48.5"
16747source = "registry+https://github.com/rust-lang/crates.io-index"
16748checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
16749
16750[[package]]
16751name = "windows_x86_64_msvc"
16752version = "0.52.6"
16753source = "registry+https://github.com/rust-lang/crates.io-index"
16754checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
16755
16756[[package]]
16757name = "winnow"
16758version = "0.6.20"
16759source = "registry+https://github.com/rust-lang/crates.io-index"
16760checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
16761dependencies = [
16762 "memchr",
16763]
16764
16765[[package]]
16766name = "winnow"
16767version = "0.7.1"
16768source = "registry+https://github.com/rust-lang/crates.io-index"
16769checksum = "86e376c75f4f43f44db463cf729e0d3acbf954d13e22c51e26e4c264b4ab545f"
16770dependencies = [
16771 "memchr",
16772]
16773
16774[[package]]
16775name = "winreg"
16776version = "0.50.0"
16777source = "registry+https://github.com/rust-lang/crates.io-index"
16778checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
16779dependencies = [
16780 "cfg-if",
16781 "windows-sys 0.48.0",
16782]
16783
16784[[package]]
16785name = "winreg"
16786version = "0.52.0"
16787source = "registry+https://github.com/rust-lang/crates.io-index"
16788checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
16789dependencies = [
16790 "cfg-if",
16791 "windows-sys 0.48.0",
16792]
16793
16794[[package]]
16795name = "winresource"
16796version = "0.1.19"
16797source = "registry+https://github.com/rust-lang/crates.io-index"
16798checksum = "7276691b353ad4547af8c3268488d1311f4be791ffdc0c65b8cfa8f41eed693b"
16799dependencies = [
16800 "toml 0.8.20",
16801 "version_check",
16802]
16803
16804[[package]]
16805name = "winsafe"
16806version = "0.0.19"
16807source = "registry+https://github.com/rust-lang/crates.io-index"
16808checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
16809
16810[[package]]
16811name = "winx"
16812version = "0.36.4"
16813source = "registry+https://github.com/rust-lang/crates.io-index"
16814checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
16815dependencies = [
16816 "bitflags 2.8.0",
16817 "windows-sys 0.52.0",
16818]
16819
16820[[package]]
16821name = "wio"
16822version = "0.2.2"
16823source = "registry+https://github.com/rust-lang/crates.io-index"
16824checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
16825dependencies = [
16826 "winapi",
16827]
16828
16829[[package]]
16830name = "wit-bindgen"
16831version = "0.22.0"
16832source = "registry+https://github.com/rust-lang/crates.io-index"
16833checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
16834dependencies = [
16835 "bitflags 2.8.0",
16836 "wit-bindgen-rt 0.22.0",
16837 "wit-bindgen-rust-macro",
16838]
16839
16840[[package]]
16841name = "wit-bindgen-core"
16842version = "0.22.0"
16843source = "registry+https://github.com/rust-lang/crates.io-index"
16844checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
16845dependencies = [
16846 "anyhow",
16847 "wit-parser 0.201.0",
16848]
16849
16850[[package]]
16851name = "wit-bindgen-rt"
16852version = "0.22.0"
16853source = "registry+https://github.com/rust-lang/crates.io-index"
16854checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
16855
16856[[package]]
16857name = "wit-bindgen-rt"
16858version = "0.33.0"
16859source = "registry+https://github.com/rust-lang/crates.io-index"
16860checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
16861dependencies = [
16862 "bitflags 2.8.0",
16863]
16864
16865[[package]]
16866name = "wit-bindgen-rust"
16867version = "0.22.0"
16868source = "registry+https://github.com/rust-lang/crates.io-index"
16869checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
16870dependencies = [
16871 "anyhow",
16872 "heck 0.4.1",
16873 "indexmap",
16874 "wasm-metadata 0.201.0",
16875 "wit-bindgen-core",
16876 "wit-component 0.201.0",
16877]
16878
16879[[package]]
16880name = "wit-bindgen-rust-macro"
16881version = "0.22.0"
16882source = "registry+https://github.com/rust-lang/crates.io-index"
16883checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
16884dependencies = [
16885 "anyhow",
16886 "proc-macro2",
16887 "quote",
16888 "syn 2.0.100",
16889 "wit-bindgen-core",
16890 "wit-bindgen-rust",
16891]
16892
16893[[package]]
16894name = "wit-component"
16895version = "0.201.0"
16896source = "registry+https://github.com/rust-lang/crates.io-index"
16897checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
16898dependencies = [
16899 "anyhow",
16900 "bitflags 2.8.0",
16901 "indexmap",
16902 "log",
16903 "serde",
16904 "serde_derive",
16905 "serde_json",
16906 "wasm-encoder 0.201.0",
16907 "wasm-metadata 0.201.0",
16908 "wasmparser 0.201.0",
16909 "wit-parser 0.201.0",
16910]
16911
16912[[package]]
16913name = "wit-component"
16914version = "0.221.3"
16915source = "registry+https://github.com/rust-lang/crates.io-index"
16916checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
16917dependencies = [
16918 "anyhow",
16919 "bitflags 2.8.0",
16920 "indexmap",
16921 "log",
16922 "serde",
16923 "serde_derive",
16924 "serde_json",
16925 "wasm-encoder 0.221.3",
16926 "wasm-metadata 0.221.3",
16927 "wasmparser 0.221.3",
16928 "wit-parser 0.221.3",
16929]
16930
16931[[package]]
16932name = "wit-parser"
16933version = "0.201.0"
16934source = "registry+https://github.com/rust-lang/crates.io-index"
16935checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
16936dependencies = [
16937 "anyhow",
16938 "id-arena",
16939 "indexmap",
16940 "log",
16941 "semver",
16942 "serde",
16943 "serde_derive",
16944 "serde_json",
16945 "unicode-xid",
16946 "wasmparser 0.201.0",
16947]
16948
16949[[package]]
16950name = "wit-parser"
16951version = "0.221.3"
16952source = "registry+https://github.com/rust-lang/crates.io-index"
16953checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
16954dependencies = [
16955 "anyhow",
16956 "id-arena",
16957 "indexmap",
16958 "log",
16959 "semver",
16960 "serde",
16961 "serde_derive",
16962 "serde_json",
16963 "unicode-xid",
16964 "wasmparser 0.221.3",
16965]
16966
16967[[package]]
16968name = "witx"
16969version = "0.9.1"
16970source = "registry+https://github.com/rust-lang/crates.io-index"
16971checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
16972dependencies = [
16973 "anyhow",
16974 "log",
16975 "thiserror 1.0.69",
16976 "wast",
16977]
16978
16979[[package]]
16980name = "workspace"
16981version = "0.1.0"
16982dependencies = [
16983 "any_vec",
16984 "anyhow",
16985 "async-recursion 1.1.1",
16986 "bincode",
16987 "call",
16988 "client",
16989 "clock",
16990 "collections",
16991 "component",
16992 "db",
16993 "derive_more",
16994 "env_logger 0.11.7",
16995 "fs",
16996 "futures 0.3.31",
16997 "gpui",
16998 "http_client",
16999 "itertools 0.14.0",
17000 "language",
17001 "log",
17002 "node_runtime",
17003 "parking_lot",
17004 "postage",
17005 "project",
17006 "remote",
17007 "schemars",
17008 "serde",
17009 "serde_json",
17010 "session",
17011 "settings",
17012 "smallvec",
17013 "sqlez",
17014 "strum",
17015 "task",
17016 "telemetry",
17017 "tempfile",
17018 "theme",
17019 "ui",
17020 "util",
17021 "uuid",
17022 "zed_actions",
17023]
17024
17025[[package]]
17026name = "worktree"
17027version = "0.1.0"
17028dependencies = [
17029 "anyhow",
17030 "clock",
17031 "collections",
17032 "env_logger 0.11.7",
17033 "fs",
17034 "futures 0.3.31",
17035 "fuzzy",
17036 "git",
17037 "git2",
17038 "git_hosting_providers",
17039 "gpui",
17040 "http_client",
17041 "ignore",
17042 "language",
17043 "log",
17044 "parking_lot",
17045 "paths",
17046 "postage",
17047 "pretty_assertions",
17048 "rand 0.8.5",
17049 "rpc",
17050 "schemars",
17051 "serde",
17052 "serde_json",
17053 "settings",
17054 "smallvec",
17055 "smol",
17056 "sum_tree",
17057 "text",
17058 "util",
17059]
17060
17061[[package]]
17062name = "write16"
17063version = "1.0.0"
17064source = "registry+https://github.com/rust-lang/crates.io-index"
17065checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
17066
17067[[package]]
17068name = "writeable"
17069version = "0.5.5"
17070source = "registry+https://github.com/rust-lang/crates.io-index"
17071checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
17072
17073[[package]]
17074name = "wyz"
17075version = "0.5.1"
17076source = "registry+https://github.com/rust-lang/crates.io-index"
17077checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
17078dependencies = [
17079 "tap",
17080]
17081
17082[[package]]
17083name = "x11-clipboard"
17084version = "0.9.3"
17085source = "registry+https://github.com/rust-lang/crates.io-index"
17086checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
17087dependencies = [
17088 "libc",
17089 "x11rb",
17090]
17091
17092[[package]]
17093name = "x11rb"
17094version = "0.13.1"
17095source = "registry+https://github.com/rust-lang/crates.io-index"
17096checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
17097dependencies = [
17098 "as-raw-xcb-connection",
17099 "gethostname",
17100 "libc",
17101 "rustix",
17102 "x11rb-protocol",
17103]
17104
17105[[package]]
17106name = "x11rb-protocol"
17107version = "0.13.1"
17108source = "registry+https://github.com/rust-lang/crates.io-index"
17109checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
17110
17111[[package]]
17112name = "xattr"
17113version = "0.2.3"
17114source = "registry+https://github.com/rust-lang/crates.io-index"
17115checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
17116dependencies = [
17117 "libc",
17118]
17119
17120[[package]]
17121name = "xcursor"
17122version = "0.3.8"
17123source = "registry+https://github.com/rust-lang/crates.io-index"
17124checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
17125
17126[[package]]
17127name = "xdg-home"
17128version = "1.3.0"
17129source = "registry+https://github.com/rust-lang/crates.io-index"
17130checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
17131dependencies = [
17132 "libc",
17133 "windows-sys 0.59.0",
17134]
17135
17136[[package]]
17137name = "xim"
17138version = "0.4.0"
17139source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17140dependencies = [
17141 "ahash 0.8.11",
17142 "hashbrown 0.14.5",
17143 "log",
17144 "x11rb",
17145 "xim-ctext",
17146 "xim-parser",
17147]
17148
17149[[package]]
17150name = "xim-ctext"
17151version = "0.3.0"
17152source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17153dependencies = [
17154 "encoding_rs",
17155]
17156
17157[[package]]
17158name = "xim-parser"
17159version = "0.2.1"
17160source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17161dependencies = [
17162 "bitflags 2.8.0",
17163]
17164
17165[[package]]
17166name = "xkbcommon"
17167version = "0.7.0"
17168source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
17169dependencies = [
17170 "as-raw-xcb-connection",
17171 "libc",
17172 "memmap2",
17173 "xkeysym",
17174]
17175
17176[[package]]
17177name = "xkeysym"
17178version = "0.2.1"
17179source = "registry+https://github.com/rust-lang/crates.io-index"
17180checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
17181
17182[[package]]
17183name = "xml5ever"
17184version = "0.18.1"
17185source = "registry+https://github.com/rust-lang/crates.io-index"
17186checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
17187dependencies = [
17188 "log",
17189 "mac",
17190 "markup5ever",
17191]
17192
17193[[package]]
17194name = "xmlparser"
17195version = "0.13.6"
17196source = "registry+https://github.com/rust-lang/crates.io-index"
17197checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
17198
17199[[package]]
17200name = "xmlwriter"
17201version = "0.1.0"
17202source = "registry+https://github.com/rust-lang/crates.io-index"
17203checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
17204
17205[[package]]
17206name = "xtask"
17207version = "0.1.0"
17208dependencies = [
17209 "anyhow",
17210 "cargo_metadata",
17211 "cargo_toml",
17212 "clap",
17213]
17214
17215[[package]]
17216name = "yaml-rust2"
17217version = "0.8.1"
17218source = "registry+https://github.com/rust-lang/crates.io-index"
17219checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
17220dependencies = [
17221 "arraydeque",
17222 "encoding_rs",
17223 "hashlink 0.8.4",
17224]
17225
17226[[package]]
17227name = "yansi"
17228version = "1.0.1"
17229source = "registry+https://github.com/rust-lang/crates.io-index"
17230checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
17231
17232[[package]]
17233name = "yazi"
17234version = "0.1.6"
17235source = "registry+https://github.com/rust-lang/crates.io-index"
17236checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
17237
17238[[package]]
17239name = "yeslogic-fontconfig-sys"
17240version = "6.0.0"
17241source = "registry+https://github.com/rust-lang/crates.io-index"
17242checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
17243dependencies = [
17244 "dlib",
17245 "once_cell",
17246 "pkg-config",
17247]
17248
17249[[package]]
17250name = "yoke"
17251version = "0.7.5"
17252source = "registry+https://github.com/rust-lang/crates.io-index"
17253checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
17254dependencies = [
17255 "serde",
17256 "stable_deref_trait",
17257 "yoke-derive",
17258 "zerofrom",
17259]
17260
17261[[package]]
17262name = "yoke-derive"
17263version = "0.7.5"
17264source = "registry+https://github.com/rust-lang/crates.io-index"
17265checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
17266dependencies = [
17267 "proc-macro2",
17268 "quote",
17269 "syn 2.0.100",
17270 "synstructure",
17271]
17272
17273[[package]]
17274name = "zbus"
17275version = "5.5.0"
17276source = "registry+https://github.com/rust-lang/crates.io-index"
17277checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
17278dependencies = [
17279 "async-broadcast",
17280 "async-executor",
17281 "async-fs",
17282 "async-io",
17283 "async-lock",
17284 "async-process",
17285 "async-recursion 1.1.1",
17286 "async-task",
17287 "async-trait",
17288 "blocking",
17289 "enumflags2",
17290 "event-listener 5.3.1",
17291 "futures-core",
17292 "futures-lite 2.6.0",
17293 "hex",
17294 "nix",
17295 "ordered-stream",
17296 "serde",
17297 "serde_repr",
17298 "static_assertions",
17299 "tracing",
17300 "uds_windows",
17301 "windows-sys 0.59.0",
17302 "winnow 0.7.1",
17303 "xdg-home",
17304 "zbus_macros",
17305 "zbus_names",
17306 "zvariant",
17307]
17308
17309[[package]]
17310name = "zbus_macros"
17311version = "5.5.0"
17312source = "registry+https://github.com/rust-lang/crates.io-index"
17313checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
17314dependencies = [
17315 "proc-macro-crate",
17316 "proc-macro2",
17317 "quote",
17318 "syn 2.0.100",
17319 "zbus_names",
17320 "zvariant",
17321 "zvariant_utils",
17322]
17323
17324[[package]]
17325name = "zbus_names"
17326version = "4.1.0"
17327source = "registry+https://github.com/rust-lang/crates.io-index"
17328checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
17329dependencies = [
17330 "serde",
17331 "static_assertions",
17332 "winnow 0.6.20",
17333 "zvariant",
17334]
17335
17336[[package]]
17337name = "zed"
17338version = "0.180.0"
17339dependencies = [
17340 "activity_indicator",
17341 "anyhow",
17342 "ashpd",
17343 "assets",
17344 "assistant",
17345 "assistant2",
17346 "assistant_context_editor",
17347 "assistant_settings",
17348 "assistant_tools",
17349 "async-watch",
17350 "audio",
17351 "auto_update",
17352 "auto_update_ui",
17353 "backtrace",
17354 "breadcrumbs",
17355 "call",
17356 "channel",
17357 "chrono",
17358 "clap",
17359 "cli",
17360 "client",
17361 "collab_ui",
17362 "collections",
17363 "command_palette",
17364 "command_palette_hooks",
17365 "component_preview",
17366 "copilot",
17367 "db",
17368 "debugger_tools",
17369 "debugger_ui",
17370 "diagnostics",
17371 "editor",
17372 "env_logger 0.11.7",
17373 "extension",
17374 "extension_host",
17375 "extensions_ui",
17376 "feature_flags",
17377 "feedback",
17378 "file_finder",
17379 "fs",
17380 "futures 0.3.31",
17381 "git",
17382 "git_hosting_providers",
17383 "git_ui",
17384 "go_to_line",
17385 "gpui",
17386 "gpui_tokio",
17387 "http_client",
17388 "image_viewer",
17389 "inline_completion_button",
17390 "install_cli",
17391 "journal",
17392 "language",
17393 "language_extension",
17394 "language_model",
17395 "language_models",
17396 "language_selector",
17397 "language_tools",
17398 "languages",
17399 "libc",
17400 "log",
17401 "markdown_preview",
17402 "menu",
17403 "migrator",
17404 "mimalloc",
17405 "nix",
17406 "node_runtime",
17407 "notifications",
17408 "outline",
17409 "outline_panel",
17410 "parking_lot",
17411 "paths",
17412 "picker",
17413 "profiling",
17414 "project",
17415 "project_panel",
17416 "project_symbols",
17417 "prompt_store",
17418 "proto",
17419 "recent_projects",
17420 "release_channel",
17421 "remote",
17422 "repl",
17423 "reqwest_client",
17424 "rope",
17425 "search",
17426 "serde",
17427 "serde_json",
17428 "session",
17429 "settings",
17430 "settings_ui",
17431 "shellexpand 2.1.2",
17432 "simplelog",
17433 "smol",
17434 "snippet_provider",
17435 "snippets_ui",
17436 "supermaven",
17437 "sysinfo",
17438 "tab_switcher",
17439 "task",
17440 "tasks_ui",
17441 "telemetry",
17442 "telemetry_events",
17443 "terminal_view",
17444 "theme",
17445 "theme_extension",
17446 "theme_selector",
17447 "time",
17448 "toolchain_selector",
17449 "tree-sitter-md",
17450 "tree-sitter-rust",
17451 "ui",
17452 "ui_prompt",
17453 "url",
17454 "urlencoding",
17455 "util",
17456 "uuid",
17457 "vim",
17458 "vim_mode_setting",
17459 "welcome",
17460 "windows 0.60.0",
17461 "winresource",
17462 "workspace",
17463 "zed_actions",
17464 "zeta",
17465]
17466
17467[[package]]
17468name = "zed_actions"
17469version = "0.1.0"
17470dependencies = [
17471 "gpui",
17472 "schemars",
17473 "serde",
17474]
17475
17476[[package]]
17477name = "zed_emmet"
17478version = "0.0.3"
17479dependencies = [
17480 "zed_extension_api 0.1.0",
17481]
17482
17483[[package]]
17484name = "zed_extension_api"
17485version = "0.1.0"
17486source = "registry+https://github.com/rust-lang/crates.io-index"
17487checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
17488dependencies = [
17489 "serde",
17490 "serde_json",
17491 "wit-bindgen",
17492]
17493
17494[[package]]
17495name = "zed_extension_api"
17496version = "0.3.0"
17497dependencies = [
17498 "serde",
17499 "serde_json",
17500 "wit-bindgen",
17501]
17502
17503[[package]]
17504name = "zed_glsl"
17505version = "0.1.0"
17506dependencies = [
17507 "zed_extension_api 0.1.0",
17508]
17509
17510[[package]]
17511name = "zed_html"
17512version = "0.1.6"
17513dependencies = [
17514 "zed_extension_api 0.1.0",
17515]
17516
17517[[package]]
17518name = "zed_llm_client"
17519version = "0.4.1"
17520source = "registry+https://github.com/rust-lang/crates.io-index"
17521checksum = "1bf21350eced858d129840589158a8f6895c4fa4327ae56dd8c7d6a98495bed4"
17522dependencies = [
17523 "serde",
17524 "serde_json",
17525 "uuid",
17526]
17527
17528[[package]]
17529name = "zed_proto"
17530version = "0.2.1"
17531dependencies = [
17532 "zed_extension_api 0.1.0",
17533]
17534
17535[[package]]
17536name = "zed_ruff"
17537version = "0.1.0"
17538dependencies = [
17539 "zed_extension_api 0.1.0",
17540]
17541
17542[[package]]
17543name = "zed_snippets"
17544version = "0.0.5"
17545dependencies = [
17546 "serde_json",
17547 "zed_extension_api 0.1.0",
17548]
17549
17550[[package]]
17551name = "zed_test_extension"
17552version = "0.1.0"
17553dependencies = [
17554 "zed_extension_api 0.3.0",
17555]
17556
17557[[package]]
17558name = "zed_toml"
17559version = "0.1.3"
17560dependencies = [
17561 "zed_extension_api 0.1.0",
17562]
17563
17564[[package]]
17565name = "zeno"
17566version = "0.2.3"
17567source = "registry+https://github.com/rust-lang/crates.io-index"
17568checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
17569
17570[[package]]
17571name = "zerocopy"
17572version = "0.7.35"
17573source = "registry+https://github.com/rust-lang/crates.io-index"
17574checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
17575dependencies = [
17576 "byteorder",
17577 "zerocopy-derive 0.7.35",
17578]
17579
17580[[package]]
17581name = "zerocopy"
17582version = "0.8.18"
17583source = "registry+https://github.com/rust-lang/crates.io-index"
17584checksum = "79386d31a42a4996e3336b0919ddb90f81112af416270cff95b5f5af22b839c2"
17585dependencies = [
17586 "zerocopy-derive 0.8.18",
17587]
17588
17589[[package]]
17590name = "zerocopy-derive"
17591version = "0.7.35"
17592source = "registry+https://github.com/rust-lang/crates.io-index"
17593checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
17594dependencies = [
17595 "proc-macro2",
17596 "quote",
17597 "syn 2.0.100",
17598]
17599
17600[[package]]
17601name = "zerocopy-derive"
17602version = "0.8.18"
17603source = "registry+https://github.com/rust-lang/crates.io-index"
17604checksum = "76331675d372f91bf8d17e13afbd5fe639200b73d01f0fc748bb059f9cca2db7"
17605dependencies = [
17606 "proc-macro2",
17607 "quote",
17608 "syn 2.0.100",
17609]
17610
17611[[package]]
17612name = "zerofrom"
17613version = "0.1.5"
17614source = "registry+https://github.com/rust-lang/crates.io-index"
17615checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
17616dependencies = [
17617 "zerofrom-derive",
17618]
17619
17620[[package]]
17621name = "zerofrom-derive"
17622version = "0.1.5"
17623source = "registry+https://github.com/rust-lang/crates.io-index"
17624checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
17625dependencies = [
17626 "proc-macro2",
17627 "quote",
17628 "syn 2.0.100",
17629 "synstructure",
17630]
17631
17632[[package]]
17633name = "zeroize"
17634version = "1.8.1"
17635source = "registry+https://github.com/rust-lang/crates.io-index"
17636checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
17637dependencies = [
17638 "zeroize_derive",
17639]
17640
17641[[package]]
17642name = "zeroize_derive"
17643version = "1.4.2"
17644source = "registry+https://github.com/rust-lang/crates.io-index"
17645checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
17646dependencies = [
17647 "proc-macro2",
17648 "quote",
17649 "syn 2.0.100",
17650]
17651
17652[[package]]
17653name = "zeromq"
17654version = "0.5.0-pre"
17655source = "registry+https://github.com/rust-lang/crates.io-index"
17656checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
17657dependencies = [
17658 "async-dispatcher",
17659 "async-std",
17660 "async-trait",
17661 "asynchronous-codec",
17662 "bytes 1.10.1",
17663 "crossbeam-queue",
17664 "dashmap 5.5.3",
17665 "futures 0.3.31",
17666 "log",
17667 "num-traits",
17668 "once_cell",
17669 "parking_lot",
17670 "rand 0.8.5",
17671 "regex",
17672 "thiserror 1.0.69",
17673 "uuid",
17674]
17675
17676[[package]]
17677name = "zerovec"
17678version = "0.10.4"
17679source = "registry+https://github.com/rust-lang/crates.io-index"
17680checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
17681dependencies = [
17682 "yoke",
17683 "zerofrom",
17684 "zerovec-derive",
17685]
17686
17687[[package]]
17688name = "zerovec-derive"
17689version = "0.10.3"
17690source = "registry+https://github.com/rust-lang/crates.io-index"
17691checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
17692dependencies = [
17693 "proc-macro2",
17694 "quote",
17695 "syn 2.0.100",
17696]
17697
17698[[package]]
17699name = "zeta"
17700version = "0.1.0"
17701dependencies = [
17702 "anyhow",
17703 "arrayvec",
17704 "call",
17705 "chrono",
17706 "client",
17707 "clock",
17708 "collections",
17709 "command_palette_hooks",
17710 "ctor",
17711 "db",
17712 "editor",
17713 "env_logger 0.11.7",
17714 "feature_flags",
17715 "fs",
17716 "futures 0.3.31",
17717 "gpui",
17718 "http_client",
17719 "indoc",
17720 "inline_completion",
17721 "language",
17722 "language_model",
17723 "log",
17724 "menu",
17725 "migrator",
17726 "paths",
17727 "postage",
17728 "project",
17729 "regex",
17730 "release_channel",
17731 "reqwest_client",
17732 "rpc",
17733 "serde",
17734 "serde_json",
17735 "settings",
17736 "telemetry",
17737 "telemetry_events",
17738 "theme",
17739 "thiserror 2.0.12",
17740 "tree-sitter-go",
17741 "tree-sitter-rust",
17742 "ui",
17743 "unindent",
17744 "util",
17745 "uuid",
17746 "workspace",
17747 "worktree",
17748 "zed_actions",
17749 "zed_llm_client",
17750]
17751
17752[[package]]
17753name = "zip"
17754version = "0.6.6"
17755source = "registry+https://github.com/rust-lang/crates.io-index"
17756checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
17757dependencies = [
17758 "aes",
17759 "byteorder",
17760 "bzip2",
17761 "constant_time_eq 0.1.5",
17762 "crc32fast",
17763 "crossbeam-utils",
17764 "flate2",
17765 "hmac",
17766 "pbkdf2 0.11.0",
17767 "sha1",
17768 "time",
17769 "zstd",
17770]
17771
17772[[package]]
17773name = "zstd"
17774version = "0.11.2+zstd.1.5.2"
17775source = "registry+https://github.com/rust-lang/crates.io-index"
17776checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
17777dependencies = [
17778 "zstd-safe",
17779]
17780
17781[[package]]
17782name = "zstd-safe"
17783version = "5.0.2+zstd.1.5.2"
17784source = "registry+https://github.com/rust-lang/crates.io-index"
17785checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
17786dependencies = [
17787 "libc",
17788 "zstd-sys",
17789]
17790
17791[[package]]
17792name = "zstd-sys"
17793version = "2.0.13+zstd.1.5.6"
17794source = "registry+https://github.com/rust-lang/crates.io-index"
17795checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
17796dependencies = [
17797 "cc",
17798 "pkg-config",
17799]
17800
17801[[package]]
17802name = "zune-core"
17803version = "0.4.12"
17804source = "registry+https://github.com/rust-lang/crates.io-index"
17805checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
17806
17807[[package]]
17808name = "zune-inflate"
17809version = "0.2.54"
17810source = "registry+https://github.com/rust-lang/crates.io-index"
17811checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
17812dependencies = [
17813 "simd-adler32",
17814]
17815
17816[[package]]
17817name = "zune-jpeg"
17818version = "0.4.13"
17819source = "registry+https://github.com/rust-lang/crates.io-index"
17820checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
17821dependencies = [
17822 "zune-core",
17823]
17824
17825[[package]]
17826name = "zvariant"
17827version = "5.4.0"
17828source = "registry+https://github.com/rust-lang/crates.io-index"
17829checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
17830dependencies = [
17831 "endi",
17832 "enumflags2",
17833 "serde",
17834 "static_assertions",
17835 "url",
17836 "winnow 0.7.1",
17837 "zvariant_derive",
17838 "zvariant_utils",
17839]
17840
17841[[package]]
17842name = "zvariant_derive"
17843version = "5.4.0"
17844source = "registry+https://github.com/rust-lang/crates.io-index"
17845checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
17846dependencies = [
17847 "proc-macro-crate",
17848 "proc-macro2",
17849 "quote",
17850 "syn 2.0.100",
17851 "zvariant_utils",
17852]
17853
17854[[package]]
17855name = "zvariant_utils"
17856version = "3.2.0"
17857source = "registry+https://github.com/rust-lang/crates.io-index"
17858checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
17859dependencies = [
17860 "proc-macro2",
17861 "quote",
17862 "serde",
17863 "static_assertions",
17864 "syn 2.0.100",
17865 "winnow 0.7.1",
17866]