Cargo.lock

    1# This file is automatically @generated by Cargo.
    2# It is not intended for manual editing.
    3version = 4
    4
    5[[package]]
    6name = "activity_indicator"
    7version = "0.1.0"
    8dependencies = [
    9 "anyhow",
   10 "auto_update",
   11 "editor",
   12 "extension_host",
   13 "futures 0.3.31",
   14 "gpui",
   15 "language",
   16 "project",
   17 "smallvec",
   18 "ui",
   19 "util",
   20 "workspace",
   21]
   22
   23[[package]]
   24name = "addr2line"
   25version = "0.24.2"
   26source = "registry+https://github.com/rust-lang/crates.io-index"
   27checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
   28dependencies = [
   29 "gimli",
   30]
   31
   32[[package]]
   33name = "adler2"
   34version = "2.0.0"
   35source = "registry+https://github.com/rust-lang/crates.io-index"
   36checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
   37
   38[[package]]
   39name = "aes"
   40version = "0.8.4"
   41source = "registry+https://github.com/rust-lang/crates.io-index"
   42checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
   43dependencies = [
   44 "cfg-if",
   45 "cipher",
   46 "cpufeatures",
   47 "zeroize",
   48]
   49
   50[[package]]
   51name = "ahash"
   52version = "0.7.8"
   53source = "registry+https://github.com/rust-lang/crates.io-index"
   54checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
   55dependencies = [
   56 "getrandom 0.2.15",
   57 "once_cell",
   58 "version_check",
   59]
   60
   61[[package]]
   62name = "ahash"
   63version = "0.8.11"
   64source = "registry+https://github.com/rust-lang/crates.io-index"
   65checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
   66dependencies = [
   67 "cfg-if",
   68 "const-random",
   69 "once_cell",
   70 "version_check",
   71 "zerocopy 0.7.35",
   72]
   73
   74[[package]]
   75name = "aho-corasick"
   76version = "1.1.3"
   77source = "registry+https://github.com/rust-lang/crates.io-index"
   78checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
   79dependencies = [
   80 "memchr",
   81]
   82
   83[[package]]
   84name = "alacritty_terminal"
   85version = "0.25.1-dev"
   86source = "git+https://github.com/zed-industries/alacritty.git?branch=add-hush-login-flag#828457c9ff1f7ea0a0469337cc8a37ee3a1b0590"
   87dependencies = [
   88 "base64 0.22.1",
   89 "bitflags 2.8.0",
   90 "home",
   91 "libc",
   92 "log",
   93 "miow",
   94 "parking_lot",
   95 "piper",
   96 "polling",
   97 "regex-automata 0.4.9",
   98 "rustix-openpty",
   99 "serde",
  100 "signal-hook",
  101 "unicode-width",
  102 "vte",
  103 "windows-sys 0.59.0",
  104]
  105
  106[[package]]
  107name = "aliasable"
  108version = "0.1.3"
  109source = "registry+https://github.com/rust-lang/crates.io-index"
  110checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  111
  112[[package]]
  113name = "aligned-vec"
  114version = "0.5.0"
  115source = "registry+https://github.com/rust-lang/crates.io-index"
  116checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
  117
  118[[package]]
  119name = "allocator-api2"
  120version = "0.2.21"
  121source = "registry+https://github.com/rust-lang/crates.io-index"
  122checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  123
  124[[package]]
  125name = "alsa"
  126version = "0.9.1"
  127source = "registry+https://github.com/rust-lang/crates.io-index"
  128checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
  129dependencies = [
  130 "alsa-sys",
  131 "bitflags 2.8.0",
  132 "cfg-if",
  133 "libc",
  134]
  135
  136[[package]]
  137name = "alsa-sys"
  138version = "0.3.1"
  139source = "registry+https://github.com/rust-lang/crates.io-index"
  140checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  141dependencies = [
  142 "libc",
  143 "pkg-config",
  144]
  145
  146[[package]]
  147name = "ambient-authority"
  148version = "0.0.2"
  149source = "registry+https://github.com/rust-lang/crates.io-index"
  150checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  151
  152[[package]]
  153name = "ammonia"
  154version = "4.0.0"
  155source = "registry+https://github.com/rust-lang/crates.io-index"
  156checksum = "1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459"
  157dependencies = [
  158 "html5ever",
  159 "maplit",
  160 "once_cell",
  161 "tendril",
  162 "url",
  163]
  164
  165[[package]]
  166name = "android-tzdata"
  167version = "0.1.1"
  168source = "registry+https://github.com/rust-lang/crates.io-index"
  169checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
  170
  171[[package]]
  172name = "android_system_properties"
  173version = "0.1.5"
  174source = "registry+https://github.com/rust-lang/crates.io-index"
  175checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  176dependencies = [
  177 "libc",
  178]
  179
  180[[package]]
  181name = "anes"
  182version = "0.1.6"
  183source = "registry+https://github.com/rust-lang/crates.io-index"
  184checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  185
  186[[package]]
  187name = "anstream"
  188version = "0.6.18"
  189source = "registry+https://github.com/rust-lang/crates.io-index"
  190checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
  191dependencies = [
  192 "anstyle",
  193 "anstyle-parse",
  194 "anstyle-query",
  195 "anstyle-wincon",
  196 "colorchoice",
  197 "is_terminal_polyfill",
  198 "utf8parse",
  199]
  200
  201[[package]]
  202name = "anstyle"
  203version = "1.0.10"
  204source = "registry+https://github.com/rust-lang/crates.io-index"
  205checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
  206
  207[[package]]
  208name = "anstyle-parse"
  209version = "0.2.6"
  210source = "registry+https://github.com/rust-lang/crates.io-index"
  211checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
  212dependencies = [
  213 "utf8parse",
  214]
  215
  216[[package]]
  217name = "anstyle-query"
  218version = "1.1.2"
  219source = "registry+https://github.com/rust-lang/crates.io-index"
  220checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
  221dependencies = [
  222 "windows-sys 0.59.0",
  223]
  224
  225[[package]]
  226name = "anstyle-wincon"
  227version = "3.0.6"
  228source = "registry+https://github.com/rust-lang/crates.io-index"
  229checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
  230dependencies = [
  231 "anstyle",
  232 "windows-sys 0.59.0",
  233]
  234
  235[[package]]
  236name = "anthropic"
  237version = "0.1.0"
  238dependencies = [
  239 "anyhow",
  240 "chrono",
  241 "futures 0.3.31",
  242 "http_client",
  243 "schemars",
  244 "serde",
  245 "serde_json",
  246 "strum",
  247 "thiserror 2.0.12",
  248 "util",
  249]
  250
  251[[package]]
  252name = "any_vec"
  253version = "0.14.0"
  254source = "registry+https://github.com/rust-lang/crates.io-index"
  255checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  256
  257[[package]]
  258name = "anyhow"
  259version = "1.0.97"
  260source = "registry+https://github.com/rust-lang/crates.io-index"
  261checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f"
  262
  263[[package]]
  264name = "approx"
  265version = "0.5.1"
  266source = "registry+https://github.com/rust-lang/crates.io-index"
  267checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  268dependencies = [
  269 "num-traits",
  270]
  271
  272[[package]]
  273name = "arbitrary"
  274version = "1.4.1"
  275source = "registry+https://github.com/rust-lang/crates.io-index"
  276checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
  277
  278[[package]]
  279name = "arg_enum_proc_macro"
  280version = "0.3.4"
  281source = "registry+https://github.com/rust-lang/crates.io-index"
  282checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  283dependencies = [
  284 "proc-macro2",
  285 "quote",
  286 "syn 2.0.100",
  287]
  288
  289[[package]]
  290name = "arraydeque"
  291version = "0.5.1"
  292source = "registry+https://github.com/rust-lang/crates.io-index"
  293checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
  294
  295[[package]]
  296name = "arrayref"
  297version = "0.3.9"
  298source = "registry+https://github.com/rust-lang/crates.io-index"
  299checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
  300
  301[[package]]
  302name = "arrayvec"
  303version = "0.7.6"
  304source = "registry+https://github.com/rust-lang/crates.io-index"
  305checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
  306dependencies = [
  307 "serde",
  308]
  309
  310[[package]]
  311name = "as-raw-xcb-connection"
  312version = "1.0.1"
  313source = "registry+https://github.com/rust-lang/crates.io-index"
  314checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  315
  316[[package]]
  317name = "ascii"
  318version = "1.1.0"
  319source = "registry+https://github.com/rust-lang/crates.io-index"
  320checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  321
  322[[package]]
  323name = "ash"
  324version = "0.38.0+1.3.281"
  325source = "registry+https://github.com/rust-lang/crates.io-index"
  326checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  327dependencies = [
  328 "libloading",
  329]
  330
  331[[package]]
  332name = "ash-window"
  333version = "0.13.0"
  334source = "registry+https://github.com/rust-lang/crates.io-index"
  335checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
  336dependencies = [
  337 "ash",
  338 "raw-window-handle",
  339 "raw-window-metal",
  340]
  341
  342[[package]]
  343name = "ashpd"
  344version = "0.11.0"
  345source = "registry+https://github.com/rust-lang/crates.io-index"
  346checksum = "6cbdf310d77fd3aaee6ea2093db7011dc2d35d2eb3481e5607f1f8d942ed99df"
  347dependencies = [
  348 "async-fs",
  349 "async-net",
  350 "enumflags2",
  351 "futures-channel",
  352 "futures-util",
  353 "rand 0.9.0",
  354 "serde",
  355 "serde_repr",
  356 "url",
  357 "zbus",
  358]
  359
  360[[package]]
  361name = "askpass"
  362version = "0.1.0"
  363dependencies = [
  364 "anyhow",
  365 "futures 0.3.31",
  366 "gpui",
  367 "smol",
  368 "tempfile",
  369 "util",
  370 "which 6.0.3",
  371]
  372
  373[[package]]
  374name = "assets"
  375version = "0.1.0"
  376dependencies = [
  377 "anyhow",
  378 "gpui",
  379 "rust-embed",
  380]
  381
  382[[package]]
  383name = "assistant"
  384version = "0.1.0"
  385dependencies = [
  386 "anyhow",
  387 "assistant_context_editor",
  388 "assistant_settings",
  389 "assistant_slash_command",
  390 "assistant_slash_commands",
  391 "assistant_tool",
  392 "async-watch",
  393 "client",
  394 "collections",
  395 "command_palette_hooks",
  396 "context_server",
  397 "ctor",
  398 "db",
  399 "editor",
  400 "env_logger 0.11.7",
  401 "feature_flags",
  402 "fs",
  403 "futures 0.3.31",
  404 "gpui",
  405 "indexed_docs",
  406 "indoc",
  407 "language",
  408 "language_model",
  409 "language_model_selector",
  410 "languages",
  411 "log",
  412 "lsp",
  413 "menu",
  414 "multi_buffer",
  415 "parking_lot",
  416 "paths",
  417 "pretty_assertions",
  418 "project",
  419 "prompt_library",
  420 "prompt_store",
  421 "proto",
  422 "rand 0.8.5",
  423 "rope",
  424 "schemars",
  425 "search",
  426 "semantic_index",
  427 "serde",
  428 "serde_json_lenient",
  429 "settings",
  430 "smol",
  431 "streaming_diff",
  432 "telemetry",
  433 "telemetry_events",
  434 "terminal",
  435 "terminal_view",
  436 "text",
  437 "theme",
  438 "tree-sitter-md",
  439 "ui",
  440 "unindent",
  441 "util",
  442 "workspace",
  443 "zed_actions",
  444]
  445
  446[[package]]
  447name = "assistant2"
  448version = "0.1.0"
  449dependencies = [
  450 "anyhow",
  451 "assistant_context_editor",
  452 "assistant_settings",
  453 "assistant_slash_command",
  454 "assistant_tool",
  455 "async-watch",
  456 "chrono",
  457 "client",
  458 "clock",
  459 "collections",
  460 "command_palette_hooks",
  461 "context_server",
  462 "db",
  463 "editor",
  464 "feature_flags",
  465 "file_icons",
  466 "fs",
  467 "futures 0.3.31",
  468 "fuzzy",
  469 "git",
  470 "git_ui",
  471 "gpui",
  472 "heed",
  473 "html_to_markdown",
  474 "http_client",
  475 "indoc",
  476 "itertools 0.14.0",
  477 "language",
  478 "language_model",
  479 "language_model_selector",
  480 "log",
  481 "lsp",
  482 "markdown",
  483 "menu",
  484 "multi_buffer",
  485 "parking_lot",
  486 "paths",
  487 "picker",
  488 "project",
  489 "prompt_library",
  490 "prompt_store",
  491 "proto",
  492 "rand 0.8.5",
  493 "rope",
  494 "scripting_tool",
  495 "serde",
  496 "serde_json",
  497 "settings",
  498 "smol",
  499 "streaming_diff",
  500 "telemetry",
  501 "telemetry_events",
  502 "terminal",
  503 "terminal_view",
  504 "text",
  505 "theme",
  506 "time",
  507 "time_format",
  508 "ui",
  509 "util",
  510 "uuid",
  511 "vim_mode_setting",
  512 "workspace",
  513 "zed_actions",
  514]
  515
  516[[package]]
  517name = "assistant_context_editor"
  518version = "0.1.0"
  519dependencies = [
  520 "anyhow",
  521 "assistant_settings",
  522 "assistant_slash_command",
  523 "assistant_slash_commands",
  524 "chrono",
  525 "client",
  526 "clock",
  527 "collections",
  528 "context_server",
  529 "editor",
  530 "fs",
  531 "futures 0.3.31",
  532 "fuzzy",
  533 "gpui",
  534 "indexed_docs",
  535 "language",
  536 "language_model",
  537 "language_model_selector",
  538 "languages",
  539 "log",
  540 "multi_buffer",
  541 "open_ai",
  542 "parking_lot",
  543 "paths",
  544 "picker",
  545 "pretty_assertions",
  546 "project",
  547 "prompt_store",
  548 "rand 0.8.5",
  549 "regex",
  550 "rope",
  551 "rpc",
  552 "serde",
  553 "serde_json",
  554 "settings",
  555 "smallvec",
  556 "smol",
  557 "strum",
  558 "telemetry_events",
  559 "text",
  560 "theme",
  561 "tree-sitter-md",
  562 "ui",
  563 "unindent",
  564 "util",
  565 "uuid",
  566 "workspace",
  567]
  568
  569[[package]]
  570name = "assistant_eval"
  571version = "0.1.0"
  572dependencies = [
  573 "anyhow",
  574 "assistant2",
  575 "assistant_tool",
  576 "assistant_tools",
  577 "clap",
  578 "client",
  579 "collections",
  580 "context_server",
  581 "env_logger 0.11.7",
  582 "fs",
  583 "futures 0.3.31",
  584 "gpui",
  585 "gpui_tokio",
  586 "itertools 0.14.0",
  587 "language",
  588 "language_model",
  589 "language_models",
  590 "node_runtime",
  591 "project",
  592 "prompt_store",
  593 "regex",
  594 "release_channel",
  595 "reqwest_client",
  596 "serde",
  597 "serde_json",
  598 "serde_json_lenient",
  599 "settings",
  600 "smol",
  601 "util",
  602]
  603
  604[[package]]
  605name = "assistant_settings"
  606version = "0.1.0"
  607dependencies = [
  608 "anthropic",
  609 "anyhow",
  610 "deepseek",
  611 "feature_flags",
  612 "fs",
  613 "gpui",
  614 "language_model",
  615 "lmstudio",
  616 "log",
  617 "ollama",
  618 "open_ai",
  619 "paths",
  620 "schemars",
  621 "serde",
  622 "serde_json_lenient",
  623 "settings",
  624]
  625
  626[[package]]
  627name = "assistant_slash_command"
  628version = "0.1.0"
  629dependencies = [
  630 "anyhow",
  631 "async-trait",
  632 "collections",
  633 "derive_more",
  634 "extension",
  635 "futures 0.3.31",
  636 "gpui",
  637 "language",
  638 "language_model",
  639 "parking_lot",
  640 "pretty_assertions",
  641 "serde",
  642 "serde_json",
  643 "ui",
  644 "workspace",
  645]
  646
  647[[package]]
  648name = "assistant_slash_commands"
  649version = "0.1.0"
  650dependencies = [
  651 "anyhow",
  652 "assistant_slash_command",
  653 "cargo_toml",
  654 "chrono",
  655 "collections",
  656 "context_server",
  657 "editor",
  658 "env_logger 0.11.7",
  659 "feature_flags",
  660 "fs",
  661 "futures 0.3.31",
  662 "fuzzy",
  663 "globset",
  664 "gpui",
  665 "html_to_markdown",
  666 "http_client",
  667 "indexed_docs",
  668 "language",
  669 "language_model",
  670 "log",
  671 "pretty_assertions",
  672 "project",
  673 "prompt_store",
  674 "rope",
  675 "schemars",
  676 "semantic_index",
  677 "serde",
  678 "serde_json",
  679 "settings",
  680 "smol",
  681 "terminal_view",
  682 "text",
  683 "toml 0.8.20",
  684 "ui",
  685 "util",
  686 "workspace",
  687 "worktree",
  688]
  689
  690[[package]]
  691name = "assistant_tool"
  692version = "0.1.0"
  693dependencies = [
  694 "anyhow",
  695 "clock",
  696 "collections",
  697 "derive_more",
  698 "gpui",
  699 "language",
  700 "language_model",
  701 "parking_lot",
  702 "project",
  703 "serde",
  704 "serde_json",
  705]
  706
  707[[package]]
  708name = "assistant_tools"
  709version = "0.1.0"
  710dependencies = [
  711 "anyhow",
  712 "assistant_tool",
  713 "chrono",
  714 "collections",
  715 "feature_flags",
  716 "futures 0.3.31",
  717 "gpui",
  718 "html_to_markdown",
  719 "http_client",
  720 "itertools 0.14.0",
  721 "language",
  722 "language_model",
  723 "project",
  724 "rand 0.8.5",
  725 "release_channel",
  726 "schemars",
  727 "serde",
  728 "serde_json",
  729 "settings",
  730 "theme",
  731 "ui",
  732 "unindent",
  733 "util",
  734 "workspace",
  735 "worktree",
  736]
  737
  738[[package]]
  739name = "async-attributes"
  740version = "1.1.2"
  741source = "registry+https://github.com/rust-lang/crates.io-index"
  742checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  743dependencies = [
  744 "quote",
  745 "syn 1.0.109",
  746]
  747
  748[[package]]
  749name = "async-broadcast"
  750version = "0.7.2"
  751source = "registry+https://github.com/rust-lang/crates.io-index"
  752checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  753dependencies = [
  754 "event-listener 5.3.1",
  755 "event-listener-strategy",
  756 "futures-core",
  757 "pin-project-lite",
  758]
  759
  760[[package]]
  761name = "async-channel"
  762version = "1.9.0"
  763source = "registry+https://github.com/rust-lang/crates.io-index"
  764checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  765dependencies = [
  766 "concurrent-queue",
  767 "event-listener 2.5.3",
  768 "futures-core",
  769]
  770
  771[[package]]
  772name = "async-channel"
  773version = "2.3.1"
  774source = "registry+https://github.com/rust-lang/crates.io-index"
  775checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
  776dependencies = [
  777 "concurrent-queue",
  778 "event-listener-strategy",
  779 "futures-core",
  780 "pin-project-lite",
  781]
  782
  783[[package]]
  784name = "async-compat"
  785version = "0.2.4"
  786source = "registry+https://github.com/rust-lang/crates.io-index"
  787checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
  788dependencies = [
  789 "futures-core",
  790 "futures-io",
  791 "once_cell",
  792 "pin-project-lite",
  793 "tokio",
  794]
  795
  796[[package]]
  797name = "async-compression"
  798version = "0.4.21"
  799source = "registry+https://github.com/rust-lang/crates.io-index"
  800checksum = "c0cf008e5e1a9e9e22a7d3c9a4992e21a350290069e36d8fb72304ed17e8f2d2"
  801dependencies = [
  802 "deflate64",
  803 "flate2",
  804 "futures-core",
  805 "futures-io",
  806 "memchr",
  807 "pin-project-lite",
  808]
  809
  810[[package]]
  811name = "async-dispatcher"
  812version = "0.1.2"
  813source = "registry+https://github.com/rust-lang/crates.io-index"
  814checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  815dependencies = [
  816 "async-task",
  817 "futures-lite 1.13.0",
  818]
  819
  820[[package]]
  821name = "async-executor"
  822version = "1.13.1"
  823source = "registry+https://github.com/rust-lang/crates.io-index"
  824checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
  825dependencies = [
  826 "async-task",
  827 "concurrent-queue",
  828 "fastrand 2.3.0",
  829 "futures-lite 2.6.0",
  830 "slab",
  831]
  832
  833[[package]]
  834name = "async-fs"
  835version = "2.1.2"
  836source = "registry+https://github.com/rust-lang/crates.io-index"
  837checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
  838dependencies = [
  839 "async-lock",
  840 "blocking",
  841 "futures-lite 2.6.0",
  842]
  843
  844[[package]]
  845name = "async-global-executor"
  846version = "2.4.1"
  847source = "registry+https://github.com/rust-lang/crates.io-index"
  848checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  849dependencies = [
  850 "async-channel 2.3.1",
  851 "async-executor",
  852 "async-io",
  853 "async-lock",
  854 "blocking",
  855 "futures-lite 2.6.0",
  856 "once_cell",
  857]
  858
  859[[package]]
  860name = "async-io"
  861version = "2.4.0"
  862source = "registry+https://github.com/rust-lang/crates.io-index"
  863checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
  864dependencies = [
  865 "async-lock",
  866 "cfg-if",
  867 "concurrent-queue",
  868 "futures-io",
  869 "futures-lite 2.6.0",
  870 "parking",
  871 "polling",
  872 "rustix",
  873 "slab",
  874 "tracing",
  875 "windows-sys 0.59.0",
  876]
  877
  878[[package]]
  879name = "async-lock"
  880version = "3.4.0"
  881source = "registry+https://github.com/rust-lang/crates.io-index"
  882checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
  883dependencies = [
  884 "event-listener 5.3.1",
  885 "event-listener-strategy",
  886 "pin-project-lite",
  887]
  888
  889[[package]]
  890name = "async-native-tls"
  891version = "0.5.0"
  892source = "registry+https://github.com/rust-lang/crates.io-index"
  893checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
  894dependencies = [
  895 "futures-util",
  896 "native-tls",
  897 "thiserror 1.0.69",
  898 "url",
  899]
  900
  901[[package]]
  902name = "async-net"
  903version = "2.0.0"
  904source = "registry+https://github.com/rust-lang/crates.io-index"
  905checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  906dependencies = [
  907 "async-io",
  908 "blocking",
  909 "futures-lite 2.6.0",
  910]
  911
  912[[package]]
  913name = "async-pipe"
  914version = "0.1.3"
  915source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  916dependencies = [
  917 "futures 0.3.31",
  918 "log",
  919]
  920
  921[[package]]
  922name = "async-process"
  923version = "2.3.0"
  924source = "registry+https://github.com/rust-lang/crates.io-index"
  925checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
  926dependencies = [
  927 "async-channel 2.3.1",
  928 "async-io",
  929 "async-lock",
  930 "async-signal",
  931 "async-task",
  932 "blocking",
  933 "cfg-if",
  934 "event-listener 5.3.1",
  935 "futures-lite 2.6.0",
  936 "rustix",
  937 "tracing",
  938]
  939
  940[[package]]
  941name = "async-recursion"
  942version = "0.3.2"
  943source = "registry+https://github.com/rust-lang/crates.io-index"
  944checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
  945dependencies = [
  946 "proc-macro2",
  947 "quote",
  948 "syn 1.0.109",
  949]
  950
  951[[package]]
  952name = "async-recursion"
  953version = "1.1.1"
  954source = "registry+https://github.com/rust-lang/crates.io-index"
  955checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
  956dependencies = [
  957 "proc-macro2",
  958 "quote",
  959 "syn 2.0.100",
  960]
  961
  962[[package]]
  963name = "async-signal"
  964version = "0.2.10"
  965source = "registry+https://github.com/rust-lang/crates.io-index"
  966checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
  967dependencies = [
  968 "async-io",
  969 "async-lock",
  970 "atomic-waker",
  971 "cfg-if",
  972 "futures-core",
  973 "futures-io",
  974 "rustix",
  975 "signal-hook-registry",
  976 "slab",
  977 "windows-sys 0.59.0",
  978]
  979
  980[[package]]
  981name = "async-std"
  982version = "1.13.1"
  983source = "registry+https://github.com/rust-lang/crates.io-index"
  984checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24"
  985dependencies = [
  986 "async-attributes",
  987 "async-channel 1.9.0",
  988 "async-global-executor",
  989 "async-io",
  990 "async-lock",
  991 "async-process",
  992 "crossbeam-utils",
  993 "futures-channel",
  994 "futures-core",
  995 "futures-io",
  996 "futures-lite 2.6.0",
  997 "gloo-timers",
  998 "kv-log-macro",
  999 "log",
 1000 "memchr",
 1001 "once_cell",
 1002 "pin-project-lite",
 1003 "pin-utils",
 1004 "slab",
 1005 "wasm-bindgen-futures",
 1006]
 1007
 1008[[package]]
 1009name = "async-stream"
 1010version = "0.3.6"
 1011source = "registry+https://github.com/rust-lang/crates.io-index"
 1012checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1013dependencies = [
 1014 "async-stream-impl",
 1015 "futures-core",
 1016 "pin-project-lite",
 1017]
 1018
 1019[[package]]
 1020name = "async-stream-impl"
 1021version = "0.3.6"
 1022source = "registry+https://github.com/rust-lang/crates.io-index"
 1023checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1024dependencies = [
 1025 "proc-macro2",
 1026 "quote",
 1027 "syn 2.0.100",
 1028]
 1029
 1030[[package]]
 1031name = "async-stripe"
 1032version = "0.40.0"
 1033source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
 1034dependencies = [
 1035 "chrono",
 1036 "futures-util",
 1037 "http-types",
 1038 "hyper 0.14.32",
 1039 "hyper-rustls 0.24.2",
 1040 "serde",
 1041 "serde_json",
 1042 "serde_path_to_error",
 1043 "serde_qs 0.10.1",
 1044 "smart-default",
 1045 "smol_str",
 1046 "thiserror 1.0.69",
 1047 "tokio",
 1048]
 1049
 1050[[package]]
 1051name = "async-tar"
 1052version = "0.5.0"
 1053source = "registry+https://github.com/rust-lang/crates.io-index"
 1054checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
 1055dependencies = [
 1056 "async-std",
 1057 "filetime",
 1058 "libc",
 1059 "pin-project",
 1060 "redox_syscall 0.2.16",
 1061 "xattr",
 1062]
 1063
 1064[[package]]
 1065name = "async-task"
 1066version = "4.7.1"
 1067source = "registry+https://github.com/rust-lang/crates.io-index"
 1068checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
 1069
 1070[[package]]
 1071name = "async-tls"
 1072version = "0.13.0"
 1073source = "git+https://github.com/zed-industries/async-tls?rev=1e759a4b5e370f87dc15e40756ac4f8815b61d9d#1e759a4b5e370f87dc15e40756ac4f8815b61d9d"
 1074dependencies = [
 1075 "futures-core",
 1076 "futures-io",
 1077 "rustls 0.23.25",
 1078 "rustls-pemfile 2.2.0",
 1079 "webpki-roots",
 1080]
 1081
 1082[[package]]
 1083name = "async-trait"
 1084version = "0.1.88"
 1085source = "registry+https://github.com/rust-lang/crates.io-index"
 1086checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
 1087dependencies = [
 1088 "proc-macro2",
 1089 "quote",
 1090 "syn 2.0.100",
 1091]
 1092
 1093[[package]]
 1094name = "async-tungstenite"
 1095version = "0.28.2"
 1096source = "registry+https://github.com/rust-lang/crates.io-index"
 1097checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99"
 1098dependencies = [
 1099 "async-std",
 1100 "async-tls",
 1101 "atomic-waker",
 1102 "futures-core",
 1103 "futures-io",
 1104 "futures-task",
 1105 "futures-util",
 1106 "log",
 1107 "pin-project-lite",
 1108 "tungstenite 0.24.0",
 1109]
 1110
 1111[[package]]
 1112name = "async-watch"
 1113version = "0.3.1"
 1114source = "registry+https://github.com/rust-lang/crates.io-index"
 1115checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
 1116dependencies = [
 1117 "event-listener 2.5.3",
 1118]
 1119
 1120[[package]]
 1121name = "async_zip"
 1122version = "0.0.17"
 1123source = "registry+https://github.com/rust-lang/crates.io-index"
 1124checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
 1125dependencies = [
 1126 "async-compression",
 1127 "crc32fast",
 1128 "futures-lite 2.6.0",
 1129 "pin-project",
 1130 "thiserror 1.0.69",
 1131]
 1132
 1133[[package]]
 1134name = "asynchronous-codec"
 1135version = "0.7.0"
 1136source = "registry+https://github.com/rust-lang/crates.io-index"
 1137checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1138dependencies = [
 1139 "bytes 1.10.1",
 1140 "futures-sink",
 1141 "futures-util",
 1142 "memchr",
 1143 "pin-project-lite",
 1144]
 1145
 1146[[package]]
 1147name = "atoi"
 1148version = "2.0.0"
 1149source = "registry+https://github.com/rust-lang/crates.io-index"
 1150checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1151dependencies = [
 1152 "num-traits",
 1153]
 1154
 1155[[package]]
 1156name = "atomic"
 1157version = "0.5.3"
 1158source = "registry+https://github.com/rust-lang/crates.io-index"
 1159checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1160
 1161[[package]]
 1162name = "atomic-waker"
 1163version = "1.1.2"
 1164source = "registry+https://github.com/rust-lang/crates.io-index"
 1165checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1166
 1167[[package]]
 1168name = "audio"
 1169version = "0.1.0"
 1170dependencies = [
 1171 "anyhow",
 1172 "collections",
 1173 "derive_more",
 1174 "gpui",
 1175 "parking_lot",
 1176 "rodio",
 1177 "util",
 1178]
 1179
 1180[[package]]
 1181name = "auto_update"
 1182version = "0.1.0"
 1183dependencies = [
 1184 "anyhow",
 1185 "client",
 1186 "db",
 1187 "gpui",
 1188 "http_client",
 1189 "log",
 1190 "paths",
 1191 "release_channel",
 1192 "schemars",
 1193 "serde",
 1194 "serde_json",
 1195 "settings",
 1196 "smol",
 1197 "tempfile",
 1198 "which 6.0.3",
 1199 "workspace",
 1200]
 1201
 1202[[package]]
 1203name = "auto_update_ui"
 1204version = "0.1.0"
 1205dependencies = [
 1206 "anyhow",
 1207 "auto_update",
 1208 "client",
 1209 "editor",
 1210 "gpui",
 1211 "http_client",
 1212 "markdown_preview",
 1213 "release_channel",
 1214 "serde",
 1215 "serde_json",
 1216 "smol",
 1217 "util",
 1218 "workspace",
 1219]
 1220
 1221[[package]]
 1222name = "autocfg"
 1223version = "1.4.0"
 1224source = "registry+https://github.com/rust-lang/crates.io-index"
 1225checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
 1226
 1227[[package]]
 1228name = "av1-grain"
 1229version = "0.2.3"
 1230source = "registry+https://github.com/rust-lang/crates.io-index"
 1231checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
 1232dependencies = [
 1233 "anyhow",
 1234 "arrayvec",
 1235 "log",
 1236 "nom",
 1237 "num-rational",
 1238 "v_frame",
 1239]
 1240
 1241[[package]]
 1242name = "avif-serialize"
 1243version = "0.8.2"
 1244source = "registry+https://github.com/rust-lang/crates.io-index"
 1245checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
 1246dependencies = [
 1247 "arrayvec",
 1248]
 1249
 1250[[package]]
 1251name = "aws-config"
 1252version = "1.5.16"
 1253source = "registry+https://github.com/rust-lang/crates.io-index"
 1254checksum = "50236e4d60fe8458de90a71c0922c761e41755adf091b1b03de1cef537179915"
 1255dependencies = [
 1256 "aws-credential-types",
 1257 "aws-runtime",
 1258 "aws-sdk-sso",
 1259 "aws-sdk-ssooidc",
 1260 "aws-sdk-sts",
 1261 "aws-smithy-async",
 1262 "aws-smithy-http",
 1263 "aws-smithy-json",
 1264 "aws-smithy-runtime",
 1265 "aws-smithy-runtime-api",
 1266 "aws-smithy-types",
 1267 "aws-types",
 1268 "bytes 1.10.1",
 1269 "fastrand 2.3.0",
 1270 "hex",
 1271 "http 0.2.12",
 1272 "ring",
 1273 "time",
 1274 "tokio",
 1275 "tracing",
 1276 "url",
 1277 "zeroize",
 1278]
 1279
 1280[[package]]
 1281name = "aws-credential-types"
 1282version = "1.2.1"
 1283source = "registry+https://github.com/rust-lang/crates.io-index"
 1284checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
 1285dependencies = [
 1286 "aws-smithy-async",
 1287 "aws-smithy-runtime-api",
 1288 "aws-smithy-types",
 1289 "zeroize",
 1290]
 1291
 1292[[package]]
 1293name = "aws-lc-rs"
 1294version = "1.12.6"
 1295source = "registry+https://github.com/rust-lang/crates.io-index"
 1296checksum = "dabb68eb3a7aa08b46fddfd59a3d55c978243557a90ab804769f7e20e67d2b01"
 1297dependencies = [
 1298 "aws-lc-sys",
 1299 "zeroize",
 1300]
 1301
 1302[[package]]
 1303name = "aws-lc-sys"
 1304version = "0.27.0"
 1305source = "registry+https://github.com/rust-lang/crates.io-index"
 1306checksum = "6bbe221bbf523b625a4dd8585c7f38166e31167ec2ca98051dbcb4c3b6e825d2"
 1307dependencies = [
 1308 "bindgen 0.69.5",
 1309 "cc",
 1310 "cmake",
 1311 "dunce",
 1312 "fs_extra",
 1313]
 1314
 1315[[package]]
 1316name = "aws-runtime"
 1317version = "1.5.5"
 1318source = "registry+https://github.com/rust-lang/crates.io-index"
 1319checksum = "76dd04d39cc12844c0994f2c9c5a6f5184c22e9188ec1ff723de41910a21dcad"
 1320dependencies = [
 1321 "aws-credential-types",
 1322 "aws-sigv4",
 1323 "aws-smithy-async",
 1324 "aws-smithy-eventstream",
 1325 "aws-smithy-http",
 1326 "aws-smithy-runtime",
 1327 "aws-smithy-runtime-api",
 1328 "aws-smithy-types",
 1329 "aws-types",
 1330 "bytes 1.10.1",
 1331 "fastrand 2.3.0",
 1332 "http 0.2.12",
 1333 "http-body 0.4.6",
 1334 "once_cell",
 1335 "percent-encoding",
 1336 "pin-project-lite",
 1337 "tracing",
 1338 "uuid",
 1339]
 1340
 1341[[package]]
 1342name = "aws-sdk-bedrockruntime"
 1343version = "1.74.0"
 1344source = "registry+https://github.com/rust-lang/crates.io-index"
 1345checksum = "6938541d1948a543bca23303fec4cff9c36bf0e63b8fa3ae1b337bcb9d5b81af"
 1346dependencies = [
 1347 "aws-credential-types",
 1348 "aws-runtime",
 1349 "aws-smithy-async",
 1350 "aws-smithy-eventstream",
 1351 "aws-smithy-http",
 1352 "aws-smithy-json",
 1353 "aws-smithy-runtime",
 1354 "aws-smithy-runtime-api",
 1355 "aws-smithy-types",
 1356 "aws-types",
 1357 "bytes 1.10.1",
 1358 "fastrand 2.3.0",
 1359 "http 0.2.12",
 1360 "once_cell",
 1361 "regex-lite",
 1362 "tracing",
 1363]
 1364
 1365[[package]]
 1366name = "aws-sdk-kinesis"
 1367version = "1.61.0"
 1368source = "registry+https://github.com/rust-lang/crates.io-index"
 1369checksum = "89f2163d8704e8fdcd51ec6c2e0441c418471e422ee9690451b17a1c46344e1a"
 1370dependencies = [
 1371 "aws-credential-types",
 1372 "aws-runtime",
 1373 "aws-smithy-async",
 1374 "aws-smithy-http",
 1375 "aws-smithy-json",
 1376 "aws-smithy-runtime",
 1377 "aws-smithy-runtime-api",
 1378 "aws-smithy-types",
 1379 "aws-types",
 1380 "bytes 1.10.1",
 1381 "http 0.2.12",
 1382 "once_cell",
 1383 "regex-lite",
 1384 "tracing",
 1385]
 1386
 1387[[package]]
 1388name = "aws-sdk-s3"
 1389version = "1.76.0"
 1390source = "registry+https://github.com/rust-lang/crates.io-index"
 1391checksum = "66e83401ad7287ad15244d557e35502c2a94105ca5b41d656c391f1a4fc04ca2"
 1392dependencies = [
 1393 "aws-credential-types",
 1394 "aws-runtime",
 1395 "aws-sigv4",
 1396 "aws-smithy-async",
 1397 "aws-smithy-checksums",
 1398 "aws-smithy-eventstream",
 1399 "aws-smithy-http",
 1400 "aws-smithy-json",
 1401 "aws-smithy-runtime",
 1402 "aws-smithy-runtime-api",
 1403 "aws-smithy-types",
 1404 "aws-smithy-xml",
 1405 "aws-types",
 1406 "bytes 1.10.1",
 1407 "fastrand 2.3.0",
 1408 "hex",
 1409 "hmac",
 1410 "http 0.2.12",
 1411 "http-body 0.4.6",
 1412 "lru",
 1413 "once_cell",
 1414 "percent-encoding",
 1415 "regex-lite",
 1416 "sha2",
 1417 "tracing",
 1418 "url",
 1419]
 1420
 1421[[package]]
 1422name = "aws-sdk-sso"
 1423version = "1.58.0"
 1424source = "registry+https://github.com/rust-lang/crates.io-index"
 1425checksum = "16ff718c9ee45cc1ebd4774a0e086bb80a6ab752b4902edf1c9f56b86ee1f770"
 1426dependencies = [
 1427 "aws-credential-types",
 1428 "aws-runtime",
 1429 "aws-smithy-async",
 1430 "aws-smithy-http",
 1431 "aws-smithy-json",
 1432 "aws-smithy-runtime",
 1433 "aws-smithy-runtime-api",
 1434 "aws-smithy-types",
 1435 "aws-types",
 1436 "bytes 1.10.1",
 1437 "http 0.2.12",
 1438 "once_cell",
 1439 "regex-lite",
 1440 "tracing",
 1441]
 1442
 1443[[package]]
 1444name = "aws-sdk-ssooidc"
 1445version = "1.59.0"
 1446source = "registry+https://github.com/rust-lang/crates.io-index"
 1447checksum = "5183e088715cc135d8d396fdd3bc02f018f0da4c511f53cb8d795b6a31c55809"
 1448dependencies = [
 1449 "aws-credential-types",
 1450 "aws-runtime",
 1451 "aws-smithy-async",
 1452 "aws-smithy-http",
 1453 "aws-smithy-json",
 1454 "aws-smithy-runtime",
 1455 "aws-smithy-runtime-api",
 1456 "aws-smithy-types",
 1457 "aws-types",
 1458 "bytes 1.10.1",
 1459 "http 0.2.12",
 1460 "once_cell",
 1461 "regex-lite",
 1462 "tracing",
 1463]
 1464
 1465[[package]]
 1466name = "aws-sdk-sts"
 1467version = "1.59.0"
 1468source = "registry+https://github.com/rust-lang/crates.io-index"
 1469checksum = "c9f944ef032717596639cea4a2118a3a457268ef51bbb5fde9637e54c465da00"
 1470dependencies = [
 1471 "aws-credential-types",
 1472 "aws-runtime",
 1473 "aws-smithy-async",
 1474 "aws-smithy-http",
 1475 "aws-smithy-json",
 1476 "aws-smithy-query",
 1477 "aws-smithy-runtime",
 1478 "aws-smithy-runtime-api",
 1479 "aws-smithy-types",
 1480 "aws-smithy-xml",
 1481 "aws-types",
 1482 "http 0.2.12",
 1483 "once_cell",
 1484 "regex-lite",
 1485 "tracing",
 1486]
 1487
 1488[[package]]
 1489name = "aws-sigv4"
 1490version = "1.2.9"
 1491source = "registry+https://github.com/rust-lang/crates.io-index"
 1492checksum = "9bfe75fad52793ce6dec0dc3d4b1f388f038b5eb866c8d4d7f3a8e21b5ea5051"
 1493dependencies = [
 1494 "aws-credential-types",
 1495 "aws-smithy-eventstream",
 1496 "aws-smithy-http",
 1497 "aws-smithy-runtime-api",
 1498 "aws-smithy-types",
 1499 "bytes 1.10.1",
 1500 "crypto-bigint 0.5.5",
 1501 "form_urlencoded",
 1502 "hex",
 1503 "hmac",
 1504 "http 0.2.12",
 1505 "http 1.2.0",
 1506 "once_cell",
 1507 "p256",
 1508 "percent-encoding",
 1509 "ring",
 1510 "sha2",
 1511 "subtle",
 1512 "time",
 1513 "tracing",
 1514 "zeroize",
 1515]
 1516
 1517[[package]]
 1518name = "aws-smithy-async"
 1519version = "1.2.4"
 1520source = "registry+https://github.com/rust-lang/crates.io-index"
 1521checksum = "fa59d1327d8b5053c54bf2eaae63bf629ba9e904434d0835a28ed3c0ed0a614e"
 1522dependencies = [
 1523 "futures-util",
 1524 "pin-project-lite",
 1525 "tokio",
 1526]
 1527
 1528[[package]]
 1529name = "aws-smithy-checksums"
 1530version = "0.62.0"
 1531source = "registry+https://github.com/rust-lang/crates.io-index"
 1532checksum = "f2f45a1c384d7a393026bc5f5c177105aa9fa68e4749653b985707ac27d77295"
 1533dependencies = [
 1534 "aws-smithy-http",
 1535 "aws-smithy-types",
 1536 "bytes 1.10.1",
 1537 "crc32c",
 1538 "crc32fast",
 1539 "crc64fast-nvme",
 1540 "hex",
 1541 "http 0.2.12",
 1542 "http-body 0.4.6",
 1543 "md-5",
 1544 "pin-project-lite",
 1545 "sha1",
 1546 "sha2",
 1547 "tracing",
 1548]
 1549
 1550[[package]]
 1551name = "aws-smithy-eventstream"
 1552version = "0.60.6"
 1553source = "registry+https://github.com/rust-lang/crates.io-index"
 1554checksum = "8b18559a41e0c909b77625adf2b8c50de480a8041e5e4a3f5f7d177db70abc5a"
 1555dependencies = [
 1556 "aws-smithy-types",
 1557 "bytes 1.10.1",
 1558 "crc32fast",
 1559]
 1560
 1561[[package]]
 1562name = "aws-smithy-http"
 1563version = "0.60.12"
 1564source = "registry+https://github.com/rust-lang/crates.io-index"
 1565checksum = "7809c27ad8da6a6a68c454e651d4962479e81472aa19ae99e59f9aba1f9713cc"
 1566dependencies = [
 1567 "aws-smithy-eventstream",
 1568 "aws-smithy-runtime-api",
 1569 "aws-smithy-types",
 1570 "bytes 1.10.1",
 1571 "bytes-utils",
 1572 "futures-core",
 1573 "http 0.2.12",
 1574 "http-body 0.4.6",
 1575 "once_cell",
 1576 "percent-encoding",
 1577 "pin-project-lite",
 1578 "pin-utils",
 1579 "tracing",
 1580]
 1581
 1582[[package]]
 1583name = "aws-smithy-json"
 1584version = "0.61.2"
 1585source = "registry+https://github.com/rust-lang/crates.io-index"
 1586checksum = "623a51127f24c30776c8b374295f2df78d92517386f77ba30773f15a30ce1422"
 1587dependencies = [
 1588 "aws-smithy-types",
 1589]
 1590
 1591[[package]]
 1592name = "aws-smithy-query"
 1593version = "0.60.7"
 1594source = "registry+https://github.com/rust-lang/crates.io-index"
 1595checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
 1596dependencies = [
 1597 "aws-smithy-types",
 1598 "urlencoding",
 1599]
 1600
 1601[[package]]
 1602name = "aws-smithy-runtime"
 1603version = "1.7.8"
 1604source = "registry+https://github.com/rust-lang/crates.io-index"
 1605checksum = "d526a12d9ed61fadefda24abe2e682892ba288c2018bcb38b1b4c111d13f6d92"
 1606dependencies = [
 1607 "aws-smithy-async",
 1608 "aws-smithy-http",
 1609 "aws-smithy-runtime-api",
 1610 "aws-smithy-types",
 1611 "bytes 1.10.1",
 1612 "fastrand 2.3.0",
 1613 "h2 0.3.26",
 1614 "http 0.2.12",
 1615 "http-body 0.4.6",
 1616 "http-body 1.0.1",
 1617 "httparse",
 1618 "hyper 0.14.32",
 1619 "hyper-rustls 0.24.2",
 1620 "once_cell",
 1621 "pin-project-lite",
 1622 "pin-utils",
 1623 "rustls 0.21.12",
 1624 "tokio",
 1625 "tracing",
 1626]
 1627
 1628[[package]]
 1629name = "aws-smithy-runtime-api"
 1630version = "1.7.3"
 1631source = "registry+https://github.com/rust-lang/crates.io-index"
 1632checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
 1633dependencies = [
 1634 "aws-smithy-async",
 1635 "aws-smithy-types",
 1636 "bytes 1.10.1",
 1637 "http 0.2.12",
 1638 "http 1.2.0",
 1639 "pin-project-lite",
 1640 "tokio",
 1641 "tracing",
 1642 "zeroize",
 1643]
 1644
 1645[[package]]
 1646name = "aws-smithy-types"
 1647version = "1.2.13"
 1648source = "registry+https://github.com/rust-lang/crates.io-index"
 1649checksum = "c7b8a53819e42f10d0821f56da995e1470b199686a1809168db6ca485665f042"
 1650dependencies = [
 1651 "base64-simd",
 1652 "bytes 1.10.1",
 1653 "bytes-utils",
 1654 "futures-core",
 1655 "http 0.2.12",
 1656 "http 1.2.0",
 1657 "http-body 0.4.6",
 1658 "http-body 1.0.1",
 1659 "http-body-util",
 1660 "itoa",
 1661 "num-integer",
 1662 "pin-project-lite",
 1663 "pin-utils",
 1664 "ryu",
 1665 "serde",
 1666 "time",
 1667 "tokio",
 1668 "tokio-util",
 1669]
 1670
 1671[[package]]
 1672name = "aws-smithy-xml"
 1673version = "0.60.9"
 1674source = "registry+https://github.com/rust-lang/crates.io-index"
 1675checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
 1676dependencies = [
 1677 "xmlparser",
 1678]
 1679
 1680[[package]]
 1681name = "aws-types"
 1682version = "1.3.5"
 1683source = "registry+https://github.com/rust-lang/crates.io-index"
 1684checksum = "dfbd0a668309ec1f66c0f6bda4840dd6d4796ae26d699ebc266d7cc95c6d040f"
 1685dependencies = [
 1686 "aws-credential-types",
 1687 "aws-smithy-async",
 1688 "aws-smithy-runtime-api",
 1689 "aws-smithy-types",
 1690 "rustc_version",
 1691 "tracing",
 1692]
 1693
 1694[[package]]
 1695name = "aws_http_client"
 1696version = "0.1.0"
 1697dependencies = [
 1698 "aws-smithy-runtime-api",
 1699 "aws-smithy-types",
 1700 "futures 0.3.31",
 1701 "http_client",
 1702 "tokio",
 1703]
 1704
 1705[[package]]
 1706name = "axum"
 1707version = "0.6.20"
 1708source = "registry+https://github.com/rust-lang/crates.io-index"
 1709checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1710dependencies = [
 1711 "async-trait",
 1712 "axum-core",
 1713 "base64 0.21.7",
 1714 "bitflags 1.3.2",
 1715 "bytes 1.10.1",
 1716 "futures-util",
 1717 "headers",
 1718 "http 0.2.12",
 1719 "http-body 0.4.6",
 1720 "hyper 0.14.32",
 1721 "itoa",
 1722 "matchit",
 1723 "memchr",
 1724 "mime",
 1725 "percent-encoding",
 1726 "pin-project-lite",
 1727 "rustversion",
 1728 "serde",
 1729 "serde_json",
 1730 "serde_path_to_error",
 1731 "serde_urlencoded",
 1732 "sha1",
 1733 "sync_wrapper 0.1.2",
 1734 "tokio",
 1735 "tokio-tungstenite 0.20.1",
 1736 "tower",
 1737 "tower-layer",
 1738 "tower-service",
 1739]
 1740
 1741[[package]]
 1742name = "axum-core"
 1743version = "0.3.4"
 1744source = "registry+https://github.com/rust-lang/crates.io-index"
 1745checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1746dependencies = [
 1747 "async-trait",
 1748 "bytes 1.10.1",
 1749 "futures-util",
 1750 "http 0.2.12",
 1751 "http-body 0.4.6",
 1752 "mime",
 1753 "rustversion",
 1754 "tower-layer",
 1755 "tower-service",
 1756]
 1757
 1758[[package]]
 1759name = "axum-extra"
 1760version = "0.4.2"
 1761source = "registry+https://github.com/rust-lang/crates.io-index"
 1762checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
 1763dependencies = [
 1764 "axum",
 1765 "bytes 1.10.1",
 1766 "futures-util",
 1767 "http 0.2.12",
 1768 "mime",
 1769 "pin-project-lite",
 1770 "serde",
 1771 "serde_json",
 1772 "tokio",
 1773 "tower",
 1774 "tower-http 0.3.5",
 1775 "tower-layer",
 1776 "tower-service",
 1777]
 1778
 1779[[package]]
 1780name = "backtrace"
 1781version = "0.3.74"
 1782source = "registry+https://github.com/rust-lang/crates.io-index"
 1783checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
 1784dependencies = [
 1785 "addr2line",
 1786 "cfg-if",
 1787 "libc",
 1788 "miniz_oxide",
 1789 "object",
 1790 "rustc-demangle",
 1791 "windows-targets 0.52.6",
 1792]
 1793
 1794[[package]]
 1795name = "base16ct"
 1796version = "0.1.1"
 1797source = "registry+https://github.com/rust-lang/crates.io-index"
 1798checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1799
 1800[[package]]
 1801name = "base64"
 1802version = "0.13.1"
 1803source = "registry+https://github.com/rust-lang/crates.io-index"
 1804checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
 1805
 1806[[package]]
 1807name = "base64"
 1808version = "0.21.7"
 1809source = "registry+https://github.com/rust-lang/crates.io-index"
 1810checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1811
 1812[[package]]
 1813name = "base64"
 1814version = "0.22.1"
 1815source = "registry+https://github.com/rust-lang/crates.io-index"
 1816checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1817
 1818[[package]]
 1819name = "base64-simd"
 1820version = "0.8.0"
 1821source = "registry+https://github.com/rust-lang/crates.io-index"
 1822checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1823dependencies = [
 1824 "outref",
 1825 "vsimd",
 1826]
 1827
 1828[[package]]
 1829name = "base64ct"
 1830version = "1.6.0"
 1831source = "registry+https://github.com/rust-lang/crates.io-index"
 1832checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
 1833
 1834[[package]]
 1835name = "bedrock"
 1836version = "0.1.0"
 1837dependencies = [
 1838 "anyhow",
 1839 "aws-sdk-bedrockruntime",
 1840 "aws-smithy-types",
 1841 "futures 0.3.31",
 1842 "schemars",
 1843 "serde",
 1844 "serde_json",
 1845 "strum",
 1846 "thiserror 2.0.12",
 1847 "tokio",
 1848]
 1849
 1850[[package]]
 1851name = "bigdecimal"
 1852version = "0.4.7"
 1853source = "registry+https://github.com/rust-lang/crates.io-index"
 1854checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
 1855dependencies = [
 1856 "autocfg",
 1857 "libm",
 1858 "num-bigint",
 1859 "num-integer",
 1860 "num-traits",
 1861 "serde",
 1862]
 1863
 1864[[package]]
 1865name = "bincode"
 1866version = "1.3.3"
 1867source = "registry+https://github.com/rust-lang/crates.io-index"
 1868checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1869dependencies = [
 1870 "serde",
 1871]
 1872
 1873[[package]]
 1874name = "bindgen"
 1875version = "0.69.5"
 1876source = "registry+https://github.com/rust-lang/crates.io-index"
 1877checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
 1878dependencies = [
 1879 "bitflags 2.8.0",
 1880 "cexpr",
 1881 "clang-sys",
 1882 "itertools 0.10.5",
 1883 "lazy_static",
 1884 "lazycell",
 1885 "log",
 1886 "prettyplease",
 1887 "proc-macro2",
 1888 "quote",
 1889 "regex",
 1890 "rustc-hash 1.1.0",
 1891 "shlex",
 1892 "syn 2.0.100",
 1893 "which 4.4.2",
 1894]
 1895
 1896[[package]]
 1897name = "bindgen"
 1898version = "0.70.1"
 1899source = "registry+https://github.com/rust-lang/crates.io-index"
 1900checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
 1901dependencies = [
 1902 "bitflags 2.8.0",
 1903 "cexpr",
 1904 "clang-sys",
 1905 "itertools 0.10.5",
 1906 "log",
 1907 "prettyplease",
 1908 "proc-macro2",
 1909 "quote",
 1910 "regex",
 1911 "rustc-hash 1.1.0",
 1912 "shlex",
 1913 "syn 2.0.100",
 1914]
 1915
 1916[[package]]
 1917name = "bit-set"
 1918version = "0.5.3"
 1919source = "registry+https://github.com/rust-lang/crates.io-index"
 1920checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
 1921dependencies = [
 1922 "bit-vec 0.6.3",
 1923]
 1924
 1925[[package]]
 1926name = "bit-set"
 1927version = "0.8.0"
 1928source = "registry+https://github.com/rust-lang/crates.io-index"
 1929checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1930dependencies = [
 1931 "bit-vec 0.8.0",
 1932]
 1933
 1934[[package]]
 1935name = "bit-vec"
 1936version = "0.6.3"
 1937source = "registry+https://github.com/rust-lang/crates.io-index"
 1938checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
 1939
 1940[[package]]
 1941name = "bit-vec"
 1942version = "0.8.0"
 1943source = "registry+https://github.com/rust-lang/crates.io-index"
 1944checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 1945
 1946[[package]]
 1947name = "bit_field"
 1948version = "0.10.2"
 1949source = "registry+https://github.com/rust-lang/crates.io-index"
 1950checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
 1951
 1952[[package]]
 1953name = "bitflags"
 1954version = "1.3.2"
 1955source = "registry+https://github.com/rust-lang/crates.io-index"
 1956checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 1957
 1958[[package]]
 1959name = "bitflags"
 1960version = "2.8.0"
 1961source = "registry+https://github.com/rust-lang/crates.io-index"
 1962checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
 1963dependencies = [
 1964 "serde",
 1965]
 1966
 1967[[package]]
 1968name = "bitstream-io"
 1969version = "2.6.0"
 1970source = "registry+https://github.com/rust-lang/crates.io-index"
 1971checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 1972
 1973[[package]]
 1974name = "bitvec"
 1975version = "1.0.1"
 1976source = "registry+https://github.com/rust-lang/crates.io-index"
 1977checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 1978dependencies = [
 1979 "funty",
 1980 "radium",
 1981 "tap",
 1982 "wyz",
 1983]
 1984
 1985[[package]]
 1986name = "blade-graphics"
 1987version = "0.6.0"
 1988source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 1989dependencies = [
 1990 "ash",
 1991 "ash-window",
 1992 "bitflags 2.8.0",
 1993 "bytemuck",
 1994 "codespan-reporting",
 1995 "glow",
 1996 "gpu-alloc",
 1997 "gpu-alloc-ash",
 1998 "hidden-trait",
 1999 "js-sys",
 2000 "khronos-egl",
 2001 "libloading",
 2002 "log",
 2003 "mint",
 2004 "naga",
 2005 "objc2",
 2006 "objc2-app-kit",
 2007 "objc2-foundation",
 2008 "objc2-metal",
 2009 "objc2-quartz-core",
 2010 "objc2-ui-kit",
 2011 "raw-window-handle",
 2012 "slab",
 2013 "wasm-bindgen",
 2014 "web-sys",
 2015]
 2016
 2017[[package]]
 2018name = "blade-macros"
 2019version = "0.3.0"
 2020source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 2021dependencies = [
 2022 "proc-macro2",
 2023 "quote",
 2024 "syn 2.0.100",
 2025]
 2026
 2027[[package]]
 2028name = "blade-util"
 2029version = "0.2.0"
 2030source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 2031dependencies = [
 2032 "blade-graphics",
 2033 "bytemuck",
 2034 "log",
 2035 "profiling",
 2036]
 2037
 2038[[package]]
 2039name = "blake3"
 2040version = "1.6.1"
 2041source = "registry+https://github.com/rust-lang/crates.io-index"
 2042checksum = "675f87afced0413c9bb02843499dbbd3882a237645883f71a2b59644a6d2f753"
 2043dependencies = [
 2044 "arrayref",
 2045 "arrayvec",
 2046 "cc",
 2047 "cfg-if",
 2048 "constant_time_eq 0.3.1",
 2049]
 2050
 2051[[package]]
 2052name = "block"
 2053version = "0.1.6"
 2054source = "registry+https://github.com/rust-lang/crates.io-index"
 2055checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2056
 2057[[package]]
 2058name = "block-buffer"
 2059version = "0.10.4"
 2060source = "registry+https://github.com/rust-lang/crates.io-index"
 2061checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2062dependencies = [
 2063 "generic-array",
 2064]
 2065
 2066[[package]]
 2067name = "block-padding"
 2068version = "0.3.3"
 2069source = "registry+https://github.com/rust-lang/crates.io-index"
 2070checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2071dependencies = [
 2072 "generic-array",
 2073]
 2074
 2075[[package]]
 2076name = "block2"
 2077version = "0.5.1"
 2078source = "registry+https://github.com/rust-lang/crates.io-index"
 2079checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
 2080dependencies = [
 2081 "objc2",
 2082]
 2083
 2084[[package]]
 2085name = "blocking"
 2086version = "1.6.1"
 2087source = "registry+https://github.com/rust-lang/crates.io-index"
 2088checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
 2089dependencies = [
 2090 "async-channel 2.3.1",
 2091 "async-task",
 2092 "futures-io",
 2093 "futures-lite 2.6.0",
 2094 "piper",
 2095]
 2096
 2097[[package]]
 2098name = "borsh"
 2099version = "1.5.3"
 2100source = "registry+https://github.com/rust-lang/crates.io-index"
 2101checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
 2102dependencies = [
 2103 "borsh-derive",
 2104 "cfg_aliases 0.2.1",
 2105]
 2106
 2107[[package]]
 2108name = "borsh-derive"
 2109version = "1.5.3"
 2110source = "registry+https://github.com/rust-lang/crates.io-index"
 2111checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
 2112dependencies = [
 2113 "once_cell",
 2114 "proc-macro-crate",
 2115 "proc-macro2",
 2116 "quote",
 2117 "syn 2.0.100",
 2118]
 2119
 2120[[package]]
 2121name = "breadcrumbs"
 2122version = "0.1.0"
 2123dependencies = [
 2124 "editor",
 2125 "gpui",
 2126 "itertools 0.14.0",
 2127 "theme",
 2128 "ui",
 2129 "workspace",
 2130 "zed_actions",
 2131]
 2132
 2133[[package]]
 2134name = "bstr"
 2135version = "1.11.1"
 2136source = "registry+https://github.com/rust-lang/crates.io-index"
 2137checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
 2138dependencies = [
 2139 "memchr",
 2140 "regex-automata 0.4.9",
 2141 "serde",
 2142]
 2143
 2144[[package]]
 2145name = "buffer_diff"
 2146version = "0.1.0"
 2147dependencies = [
 2148 "anyhow",
 2149 "clock",
 2150 "ctor",
 2151 "env_logger 0.11.7",
 2152 "futures 0.3.31",
 2153 "git2",
 2154 "gpui",
 2155 "language",
 2156 "log",
 2157 "pretty_assertions",
 2158 "rand 0.8.5",
 2159 "rope",
 2160 "serde_json",
 2161 "sum_tree",
 2162 "text",
 2163 "unindent",
 2164 "util",
 2165]
 2166
 2167[[package]]
 2168name = "built"
 2169version = "0.7.5"
 2170source = "registry+https://github.com/rust-lang/crates.io-index"
 2171checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
 2172
 2173[[package]]
 2174name = "bumpalo"
 2175version = "3.16.0"
 2176source = "registry+https://github.com/rust-lang/crates.io-index"
 2177checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
 2178dependencies = [
 2179 "allocator-api2",
 2180]
 2181
 2182[[package]]
 2183name = "by_address"
 2184version = "1.2.1"
 2185source = "registry+https://github.com/rust-lang/crates.io-index"
 2186checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2187
 2188[[package]]
 2189name = "bytecheck"
 2190version = "0.6.12"
 2191source = "registry+https://github.com/rust-lang/crates.io-index"
 2192checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2193dependencies = [
 2194 "bytecheck_derive",
 2195 "ptr_meta",
 2196 "simdutf8",
 2197]
 2198
 2199[[package]]
 2200name = "bytecheck_derive"
 2201version = "0.6.12"
 2202source = "registry+https://github.com/rust-lang/crates.io-index"
 2203checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2204dependencies = [
 2205 "proc-macro2",
 2206 "quote",
 2207 "syn 1.0.109",
 2208]
 2209
 2210[[package]]
 2211name = "bytemuck"
 2212version = "1.21.0"
 2213source = "registry+https://github.com/rust-lang/crates.io-index"
 2214checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
 2215dependencies = [
 2216 "bytemuck_derive",
 2217]
 2218
 2219[[package]]
 2220name = "bytemuck_derive"
 2221version = "1.8.0"
 2222source = "registry+https://github.com/rust-lang/crates.io-index"
 2223checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
 2224dependencies = [
 2225 "proc-macro2",
 2226 "quote",
 2227 "syn 2.0.100",
 2228]
 2229
 2230[[package]]
 2231name = "byteorder"
 2232version = "1.5.0"
 2233source = "registry+https://github.com/rust-lang/crates.io-index"
 2234checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2235
 2236[[package]]
 2237name = "byteorder-lite"
 2238version = "0.1.0"
 2239source = "registry+https://github.com/rust-lang/crates.io-index"
 2240checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2241
 2242[[package]]
 2243name = "bytes"
 2244version = "0.4.12"
 2245source = "registry+https://github.com/rust-lang/crates.io-index"
 2246checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2247dependencies = [
 2248 "byteorder",
 2249 "iovec",
 2250]
 2251
 2252[[package]]
 2253name = "bytes"
 2254version = "1.10.1"
 2255source = "registry+https://github.com/rust-lang/crates.io-index"
 2256checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
 2257
 2258[[package]]
 2259name = "bytes-utils"
 2260version = "0.1.4"
 2261source = "registry+https://github.com/rust-lang/crates.io-index"
 2262checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2263dependencies = [
 2264 "bytes 1.10.1",
 2265 "either",
 2266]
 2267
 2268[[package]]
 2269name = "bzip2"
 2270version = "0.4.4"
 2271source = "registry+https://github.com/rust-lang/crates.io-index"
 2272checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2273dependencies = [
 2274 "bzip2-sys",
 2275 "libc",
 2276]
 2277
 2278[[package]]
 2279name = "bzip2-sys"
 2280version = "0.1.11+1.0.8"
 2281source = "registry+https://github.com/rust-lang/crates.io-index"
 2282checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
 2283dependencies = [
 2284 "cc",
 2285 "libc",
 2286 "pkg-config",
 2287]
 2288
 2289[[package]]
 2290name = "call"
 2291version = "0.1.0"
 2292dependencies = [
 2293 "anyhow",
 2294 "audio",
 2295 "client",
 2296 "collections",
 2297 "fs",
 2298 "futures 0.3.31",
 2299 "gpui",
 2300 "http_client",
 2301 "language",
 2302 "livekit_client",
 2303 "livekit_client_macos",
 2304 "log",
 2305 "postage",
 2306 "project",
 2307 "schemars",
 2308 "serde",
 2309 "serde_derive",
 2310 "settings",
 2311 "telemetry",
 2312 "util",
 2313]
 2314
 2315[[package]]
 2316name = "calloop"
 2317version = "0.13.0"
 2318source = "registry+https://github.com/rust-lang/crates.io-index"
 2319checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
 2320dependencies = [
 2321 "bitflags 2.8.0",
 2322 "log",
 2323 "polling",
 2324 "rustix",
 2325 "slab",
 2326 "thiserror 1.0.69",
 2327]
 2328
 2329[[package]]
 2330name = "calloop-wayland-source"
 2331version = "0.3.0"
 2332source = "registry+https://github.com/rust-lang/crates.io-index"
 2333checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
 2334dependencies = [
 2335 "calloop",
 2336 "rustix",
 2337 "wayland-backend",
 2338 "wayland-client",
 2339]
 2340
 2341[[package]]
 2342name = "camino"
 2343version = "1.1.9"
 2344source = "registry+https://github.com/rust-lang/crates.io-index"
 2345checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
 2346dependencies = [
 2347 "serde",
 2348]
 2349
 2350[[package]]
 2351name = "cap-fs-ext"
 2352version = "3.4.2"
 2353source = "registry+https://github.com/rust-lang/crates.io-index"
 2354checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
 2355dependencies = [
 2356 "cap-primitives",
 2357 "cap-std",
 2358 "io-lifetimes",
 2359 "windows-sys 0.59.0",
 2360]
 2361
 2362[[package]]
 2363name = "cap-net-ext"
 2364version = "3.4.2"
 2365source = "registry+https://github.com/rust-lang/crates.io-index"
 2366checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
 2367dependencies = [
 2368 "cap-primitives",
 2369 "cap-std",
 2370 "rustix",
 2371 "smallvec",
 2372]
 2373
 2374[[package]]
 2375name = "cap-primitives"
 2376version = "3.4.2"
 2377source = "registry+https://github.com/rust-lang/crates.io-index"
 2378checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
 2379dependencies = [
 2380 "ambient-authority",
 2381 "fs-set-times",
 2382 "io-extras",
 2383 "io-lifetimes",
 2384 "ipnet",
 2385 "maybe-owned",
 2386 "rustix",
 2387 "windows-sys 0.59.0",
 2388 "winx",
 2389]
 2390
 2391[[package]]
 2392name = "cap-rand"
 2393version = "3.4.2"
 2394source = "registry+https://github.com/rust-lang/crates.io-index"
 2395checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
 2396dependencies = [
 2397 "ambient-authority",
 2398 "rand 0.8.5",
 2399]
 2400
 2401[[package]]
 2402name = "cap-std"
 2403version = "3.4.2"
 2404source = "registry+https://github.com/rust-lang/crates.io-index"
 2405checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
 2406dependencies = [
 2407 "cap-primitives",
 2408 "io-extras",
 2409 "io-lifetimes",
 2410 "rustix",
 2411]
 2412
 2413[[package]]
 2414name = "cap-time-ext"
 2415version = "3.4.2"
 2416source = "registry+https://github.com/rust-lang/crates.io-index"
 2417checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
 2418dependencies = [
 2419 "ambient-authority",
 2420 "cap-primitives",
 2421 "iana-time-zone",
 2422 "once_cell",
 2423 "rustix",
 2424 "winx",
 2425]
 2426
 2427[[package]]
 2428name = "cargo-platform"
 2429version = "0.1.9"
 2430source = "registry+https://github.com/rust-lang/crates.io-index"
 2431checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2432dependencies = [
 2433 "serde",
 2434]
 2435
 2436[[package]]
 2437name = "cargo_metadata"
 2438version = "0.19.2"
 2439source = "registry+https://github.com/rust-lang/crates.io-index"
 2440checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2441dependencies = [
 2442 "camino",
 2443 "cargo-platform",
 2444 "semver",
 2445 "serde",
 2446 "serde_json",
 2447 "thiserror 2.0.12",
 2448]
 2449
 2450[[package]]
 2451name = "cargo_toml"
 2452version = "0.21.0"
 2453source = "registry+https://github.com/rust-lang/crates.io-index"
 2454checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2455dependencies = [
 2456 "serde",
 2457 "toml 0.8.20",
 2458]
 2459
 2460[[package]]
 2461name = "cast"
 2462version = "0.3.0"
 2463source = "registry+https://github.com/rust-lang/crates.io-index"
 2464checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2465
 2466[[package]]
 2467name = "cbc"
 2468version = "0.1.2"
 2469source = "registry+https://github.com/rust-lang/crates.io-index"
 2470checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2471dependencies = [
 2472 "cipher",
 2473]
 2474
 2475[[package]]
 2476name = "cbindgen"
 2477version = "0.27.0"
 2478source = "registry+https://github.com/rust-lang/crates.io-index"
 2479checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
 2480dependencies = [
 2481 "clap",
 2482 "heck 0.4.1",
 2483 "indexmap",
 2484 "log",
 2485 "proc-macro2",
 2486 "quote",
 2487 "serde",
 2488 "serde_json",
 2489 "syn 2.0.100",
 2490 "tempfile",
 2491 "toml 0.8.20",
 2492]
 2493
 2494[[package]]
 2495name = "cbindgen"
 2496version = "0.28.0"
 2497source = "registry+https://github.com/rust-lang/crates.io-index"
 2498checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2499dependencies = [
 2500 "heck 0.4.1",
 2501 "indexmap",
 2502 "log",
 2503 "proc-macro2",
 2504 "quote",
 2505 "serde",
 2506 "serde_json",
 2507 "syn 2.0.100",
 2508 "tempfile",
 2509 "toml 0.8.20",
 2510]
 2511
 2512[[package]]
 2513name = "cc"
 2514version = "1.2.12"
 2515source = "registry+https://github.com/rust-lang/crates.io-index"
 2516checksum = "755717a7de9ec452bf7f3f1a3099085deabd7f2962b861dae91ecd7a365903d2"
 2517dependencies = [
 2518 "jobserver",
 2519 "libc",
 2520 "shlex",
 2521]
 2522
 2523[[package]]
 2524name = "cesu8"
 2525version = "1.1.0"
 2526source = "registry+https://github.com/rust-lang/crates.io-index"
 2527checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2528
 2529[[package]]
 2530name = "cexpr"
 2531version = "0.6.0"
 2532source = "registry+https://github.com/rust-lang/crates.io-index"
 2533checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2534dependencies = [
 2535 "nom",
 2536]
 2537
 2538[[package]]
 2539name = "cfg-expr"
 2540version = "0.15.8"
 2541source = "registry+https://github.com/rust-lang/crates.io-index"
 2542checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2543dependencies = [
 2544 "smallvec",
 2545 "target-lexicon 0.12.16",
 2546]
 2547
 2548[[package]]
 2549name = "cfg-if"
 2550version = "1.0.0"
 2551source = "registry+https://github.com/rust-lang/crates.io-index"
 2552checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 2553
 2554[[package]]
 2555name = "cfg_aliases"
 2556version = "0.1.1"
 2557source = "registry+https://github.com/rust-lang/crates.io-index"
 2558checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2559
 2560[[package]]
 2561name = "cfg_aliases"
 2562version = "0.2.1"
 2563source = "registry+https://github.com/rust-lang/crates.io-index"
 2564checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2565
 2566[[package]]
 2567name = "channel"
 2568version = "0.1.0"
 2569dependencies = [
 2570 "anyhow",
 2571 "client",
 2572 "clock",
 2573 "collections",
 2574 "futures 0.3.31",
 2575 "gpui",
 2576 "http_client",
 2577 "language",
 2578 "log",
 2579 "rand 0.8.5",
 2580 "release_channel",
 2581 "rpc",
 2582 "settings",
 2583 "sum_tree",
 2584 "text",
 2585 "time",
 2586 "util",
 2587]
 2588
 2589[[package]]
 2590name = "chrono"
 2591version = "0.4.40"
 2592source = "registry+https://github.com/rust-lang/crates.io-index"
 2593checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
 2594dependencies = [
 2595 "android-tzdata",
 2596 "iana-time-zone",
 2597 "js-sys",
 2598 "num-traits",
 2599 "serde",
 2600 "wasm-bindgen",
 2601 "windows-link",
 2602]
 2603
 2604[[package]]
 2605name = "chunked_transfer"
 2606version = "1.5.0"
 2607source = "registry+https://github.com/rust-lang/crates.io-index"
 2608checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2609
 2610[[package]]
 2611name = "ciborium"
 2612version = "0.2.2"
 2613source = "registry+https://github.com/rust-lang/crates.io-index"
 2614checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2615dependencies = [
 2616 "ciborium-io",
 2617 "ciborium-ll",
 2618 "serde",
 2619]
 2620
 2621[[package]]
 2622name = "ciborium-io"
 2623version = "0.2.2"
 2624source = "registry+https://github.com/rust-lang/crates.io-index"
 2625checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2626
 2627[[package]]
 2628name = "ciborium-ll"
 2629version = "0.2.2"
 2630source = "registry+https://github.com/rust-lang/crates.io-index"
 2631checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2632dependencies = [
 2633 "ciborium-io",
 2634 "half",
 2635]
 2636
 2637[[package]]
 2638name = "cipher"
 2639version = "0.4.4"
 2640source = "registry+https://github.com/rust-lang/crates.io-index"
 2641checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2642dependencies = [
 2643 "crypto-common",
 2644 "inout",
 2645 "zeroize",
 2646]
 2647
 2648[[package]]
 2649name = "circular-buffer"
 2650version = "1.0.0"
 2651source = "registry+https://github.com/rust-lang/crates.io-index"
 2652checksum = "4dacb91f972298e70fc507a2ffcaf1545807f1a36da586fb846646030adc542f"
 2653
 2654[[package]]
 2655name = "clang-sys"
 2656version = "1.8.1"
 2657source = "registry+https://github.com/rust-lang/crates.io-index"
 2658checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2659dependencies = [
 2660 "glob",
 2661 "libc",
 2662 "libloading",
 2663]
 2664
 2665[[package]]
 2666name = "clap"
 2667version = "4.5.32"
 2668source = "registry+https://github.com/rust-lang/crates.io-index"
 2669checksum = "6088f3ae8c3608d19260cd7445411865a485688711b78b5be70d78cd96136f83"
 2670dependencies = [
 2671 "clap_builder",
 2672 "clap_derive",
 2673]
 2674
 2675[[package]]
 2676name = "clap_builder"
 2677version = "4.5.32"
 2678source = "registry+https://github.com/rust-lang/crates.io-index"
 2679checksum = "22a7ef7f676155edfb82daa97f99441f3ebf4a58d5e32f295a56259f1b6facc8"
 2680dependencies = [
 2681 "anstream",
 2682 "anstyle",
 2683 "clap_lex",
 2684 "strsim",
 2685 "terminal_size",
 2686]
 2687
 2688[[package]]
 2689name = "clap_complete"
 2690version = "4.5.38"
 2691source = "registry+https://github.com/rust-lang/crates.io-index"
 2692checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
 2693dependencies = [
 2694 "clap",
 2695]
 2696
 2697[[package]]
 2698name = "clap_derive"
 2699version = "4.5.32"
 2700source = "registry+https://github.com/rust-lang/crates.io-index"
 2701checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
 2702dependencies = [
 2703 "heck 0.5.0",
 2704 "proc-macro2",
 2705 "quote",
 2706 "syn 2.0.100",
 2707]
 2708
 2709[[package]]
 2710name = "clap_lex"
 2711version = "0.7.4"
 2712source = "registry+https://github.com/rust-lang/crates.io-index"
 2713checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
 2714
 2715[[package]]
 2716name = "cli"
 2717version = "0.1.0"
 2718dependencies = [
 2719 "anyhow",
 2720 "clap",
 2721 "collections",
 2722 "core-foundation 0.9.4",
 2723 "core-services",
 2724 "exec",
 2725 "fork",
 2726 "ipc-channel",
 2727 "parking_lot",
 2728 "paths",
 2729 "plist",
 2730 "release_channel",
 2731 "serde",
 2732 "tempfile",
 2733 "util",
 2734 "windows 0.60.0",
 2735]
 2736
 2737[[package]]
 2738name = "client"
 2739version = "0.1.0"
 2740dependencies = [
 2741 "anyhow",
 2742 "async-native-tls",
 2743 "async-recursion 0.3.2",
 2744 "async-tungstenite",
 2745 "chrono",
 2746 "clock",
 2747 "cocoa 0.26.0",
 2748 "collections",
 2749 "credentials_provider",
 2750 "feature_flags",
 2751 "futures 0.3.31",
 2752 "gpui",
 2753 "http_client",
 2754 "http_client_tls",
 2755 "log",
 2756 "parking_lot",
 2757 "paths",
 2758 "postage",
 2759 "rand 0.8.5",
 2760 "release_channel",
 2761 "rpc",
 2762 "schemars",
 2763 "serde",
 2764 "serde_json",
 2765 "settings",
 2766 "sha2",
 2767 "smol",
 2768 "telemetry",
 2769 "telemetry_events",
 2770 "text",
 2771 "thiserror 2.0.12",
 2772 "time",
 2773 "tiny_http",
 2774 "tokio-socks",
 2775 "url",
 2776 "util",
 2777 "windows 0.60.0",
 2778 "worktree",
 2779]
 2780
 2781[[package]]
 2782name = "clock"
 2783version = "0.1.0"
 2784dependencies = [
 2785 "parking_lot",
 2786 "serde",
 2787 "smallvec",
 2788]
 2789
 2790[[package]]
 2791name = "cmake"
 2792version = "0.1.53"
 2793source = "registry+https://github.com/rust-lang/crates.io-index"
 2794checksum = "e24a03c8b52922d68a1589ad61032f2c1aa5a8158d2aa0d93c6e9534944bbad6"
 2795dependencies = [
 2796 "cc",
 2797]
 2798
 2799[[package]]
 2800name = "cobs"
 2801version = "0.2.3"
 2802source = "registry+https://github.com/rust-lang/crates.io-index"
 2803checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
 2804
 2805[[package]]
 2806name = "cocoa"
 2807version = "0.25.0"
 2808source = "registry+https://github.com/rust-lang/crates.io-index"
 2809checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 2810dependencies = [
 2811 "bitflags 1.3.2",
 2812 "block",
 2813 "cocoa-foundation 0.1.2",
 2814 "core-foundation 0.9.4",
 2815 "core-graphics 0.23.2",
 2816 "foreign-types 0.5.0",
 2817 "libc",
 2818 "objc",
 2819]
 2820
 2821[[package]]
 2822name = "cocoa"
 2823version = "0.26.0"
 2824source = "registry+https://github.com/rust-lang/crates.io-index"
 2825checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 2826dependencies = [
 2827 "bitflags 2.8.0",
 2828 "block",
 2829 "cocoa-foundation 0.2.0",
 2830 "core-foundation 0.10.0",
 2831 "core-graphics 0.24.0",
 2832 "foreign-types 0.5.0",
 2833 "libc",
 2834 "objc",
 2835]
 2836
 2837[[package]]
 2838name = "cocoa-foundation"
 2839version = "0.1.2"
 2840source = "registry+https://github.com/rust-lang/crates.io-index"
 2841checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 2842dependencies = [
 2843 "bitflags 1.3.2",
 2844 "block",
 2845 "core-foundation 0.9.4",
 2846 "core-graphics-types 0.1.3",
 2847 "libc",
 2848 "objc",
 2849]
 2850
 2851[[package]]
 2852name = "cocoa-foundation"
 2853version = "0.2.0"
 2854source = "registry+https://github.com/rust-lang/crates.io-index"
 2855checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 2856dependencies = [
 2857 "bitflags 2.8.0",
 2858 "block",
 2859 "core-foundation 0.10.0",
 2860 "core-graphics-types 0.2.0",
 2861 "libc",
 2862 "objc",
 2863]
 2864
 2865[[package]]
 2866name = "codespan-reporting"
 2867version = "0.11.1"
 2868source = "registry+https://github.com/rust-lang/crates.io-index"
 2869checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
 2870dependencies = [
 2871 "termcolor",
 2872 "unicode-width",
 2873]
 2874
 2875[[package]]
 2876name = "collab"
 2877version = "0.44.0"
 2878dependencies = [
 2879 "anthropic",
 2880 "anyhow",
 2881 "assistant",
 2882 "assistant_context_editor",
 2883 "assistant_slash_command",
 2884 "assistant_tool",
 2885 "async-stripe",
 2886 "async-trait",
 2887 "async-tungstenite",
 2888 "audio",
 2889 "aws-config",
 2890 "aws-sdk-kinesis",
 2891 "aws-sdk-s3",
 2892 "axum",
 2893 "axum-extra",
 2894 "base64 0.22.1",
 2895 "buffer_diff",
 2896 "call",
 2897 "channel",
 2898 "chrono",
 2899 "client",
 2900 "clock",
 2901 "collab_ui",
 2902 "collections",
 2903 "command_palette_hooks",
 2904 "context_server",
 2905 "ctor",
 2906 "dap",
 2907 "dashmap 6.1.0",
 2908 "debugger_ui",
 2909 "derive_more",
 2910 "editor",
 2911 "env_logger 0.11.7",
 2912 "envy",
 2913 "extension",
 2914 "file_finder",
 2915 "fs",
 2916 "futures 0.3.31",
 2917 "git",
 2918 "git_hosting_providers",
 2919 "git_ui",
 2920 "google_ai",
 2921 "gpui",
 2922 "hex",
 2923 "http_client",
 2924 "hyper 0.14.32",
 2925 "indoc",
 2926 "jsonwebtoken",
 2927 "language",
 2928 "language_model",
 2929 "livekit_api",
 2930 "livekit_client",
 2931 "livekit_client_macos",
 2932 "log",
 2933 "lsp",
 2934 "menu",
 2935 "multi_buffer",
 2936 "nanoid",
 2937 "node_runtime",
 2938 "notifications",
 2939 "open_ai",
 2940 "parking_lot",
 2941 "pretty_assertions",
 2942 "project",
 2943 "prometheus",
 2944 "prompt_store",
 2945 "prost 0.9.0",
 2946 "rand 0.8.5",
 2947 "recent_projects",
 2948 "release_channel",
 2949 "remote",
 2950 "remote_server",
 2951 "reqwest 0.11.27",
 2952 "reqwest_client",
 2953 "rpc",
 2954 "rustc-demangle",
 2955 "scrypt",
 2956 "sea-orm",
 2957 "semantic_version",
 2958 "semver",
 2959 "serde",
 2960 "serde_derive",
 2961 "serde_json",
 2962 "session",
 2963 "settings",
 2964 "sha2",
 2965 "sqlx",
 2966 "strum",
 2967 "subtle",
 2968 "supermaven_api",
 2969 "telemetry_events",
 2970 "text",
 2971 "theme",
 2972 "thiserror 2.0.12",
 2973 "time",
 2974 "tokio",
 2975 "toml 0.8.20",
 2976 "tower",
 2977 "tower-http 0.4.4",
 2978 "tracing",
 2979 "tracing-subscriber",
 2980 "unindent",
 2981 "util",
 2982 "uuid",
 2983 "workspace",
 2984 "worktree",
 2985]
 2986
 2987[[package]]
 2988name = "collab_ui"
 2989version = "0.1.0"
 2990dependencies = [
 2991 "anyhow",
 2992 "call",
 2993 "channel",
 2994 "chrono",
 2995 "client",
 2996 "collections",
 2997 "db",
 2998 "editor",
 2999 "emojis",
 3000 "futures 0.3.31",
 3001 "fuzzy",
 3002 "gpui",
 3003 "http_client",
 3004 "language",
 3005 "menu",
 3006 "notifications",
 3007 "picker",
 3008 "pretty_assertions",
 3009 "project",
 3010 "release_channel",
 3011 "rich_text",
 3012 "rpc",
 3013 "schemars",
 3014 "serde",
 3015 "serde_derive",
 3016 "serde_json",
 3017 "settings",
 3018 "smallvec",
 3019 "story",
 3020 "telemetry",
 3021 "theme",
 3022 "time",
 3023 "time_format",
 3024 "title_bar",
 3025 "tree-sitter-md",
 3026 "ui",
 3027 "util",
 3028 "workspace",
 3029]
 3030
 3031[[package]]
 3032name = "collections"
 3033version = "0.1.0"
 3034dependencies = [
 3035 "indexmap",
 3036 "rustc-hash 2.1.1",
 3037]
 3038
 3039[[package]]
 3040name = "color_quant"
 3041version = "1.1.0"
 3042source = "registry+https://github.com/rust-lang/crates.io-index"
 3043checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3044
 3045[[package]]
 3046name = "colorchoice"
 3047version = "1.0.3"
 3048source = "registry+https://github.com/rust-lang/crates.io-index"
 3049checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
 3050
 3051[[package]]
 3052name = "combine"
 3053version = "4.6.7"
 3054source = "registry+https://github.com/rust-lang/crates.io-index"
 3055checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3056dependencies = [
 3057 "bytes 1.10.1",
 3058 "memchr",
 3059]
 3060
 3061[[package]]
 3062name = "command_palette"
 3063version = "0.1.0"
 3064dependencies = [
 3065 "client",
 3066 "collections",
 3067 "command_palette_hooks",
 3068 "ctor",
 3069 "editor",
 3070 "env_logger 0.11.7",
 3071 "fuzzy",
 3072 "go_to_line",
 3073 "gpui",
 3074 "language",
 3075 "menu",
 3076 "picker",
 3077 "postage",
 3078 "project",
 3079 "serde",
 3080 "serde_json",
 3081 "settings",
 3082 "telemetry",
 3083 "theme",
 3084 "ui",
 3085 "util",
 3086 "workspace",
 3087 "zed_actions",
 3088]
 3089
 3090[[package]]
 3091name = "command_palette_hooks"
 3092version = "0.1.0"
 3093dependencies = [
 3094 "collections",
 3095 "derive_more",
 3096 "gpui",
 3097]
 3098
 3099[[package]]
 3100name = "component"
 3101version = "0.1.0"
 3102dependencies = [
 3103 "collections",
 3104 "gpui",
 3105 "linkme",
 3106 "parking_lot",
 3107 "theme",
 3108]
 3109
 3110[[package]]
 3111name = "component_preview"
 3112version = "0.1.0"
 3113dependencies = [
 3114 "client",
 3115 "collections",
 3116 "component",
 3117 "gpui",
 3118 "languages",
 3119 "notifications",
 3120 "project",
 3121 "ui",
 3122 "workspace",
 3123]
 3124
 3125[[package]]
 3126name = "concurrent-queue"
 3127version = "2.5.0"
 3128source = "registry+https://github.com/rust-lang/crates.io-index"
 3129checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3130dependencies = [
 3131 "crossbeam-utils",
 3132]
 3133
 3134[[package]]
 3135name = "console"
 3136version = "0.15.8"
 3137source = "registry+https://github.com/rust-lang/crates.io-index"
 3138checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
 3139dependencies = [
 3140 "encode_unicode",
 3141 "lazy_static",
 3142 "libc",
 3143 "unicode-width",
 3144 "windows-sys 0.52.0",
 3145]
 3146
 3147[[package]]
 3148name = "const-oid"
 3149version = "0.9.6"
 3150source = "registry+https://github.com/rust-lang/crates.io-index"
 3151checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3152
 3153[[package]]
 3154name = "const-random"
 3155version = "0.1.18"
 3156source = "registry+https://github.com/rust-lang/crates.io-index"
 3157checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3158dependencies = [
 3159 "const-random-macro",
 3160]
 3161
 3162[[package]]
 3163name = "const-random-macro"
 3164version = "0.1.16"
 3165source = "registry+https://github.com/rust-lang/crates.io-index"
 3166checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3167dependencies = [
 3168 "getrandom 0.2.15",
 3169 "once_cell",
 3170 "tiny-keccak",
 3171]
 3172
 3173[[package]]
 3174name = "constant_time_eq"
 3175version = "0.1.5"
 3176source = "registry+https://github.com/rust-lang/crates.io-index"
 3177checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3178
 3179[[package]]
 3180name = "constant_time_eq"
 3181version = "0.3.1"
 3182source = "registry+https://github.com/rust-lang/crates.io-index"
 3183checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
 3184
 3185[[package]]
 3186name = "context_server"
 3187version = "0.1.0"
 3188dependencies = [
 3189 "anyhow",
 3190 "assistant_tool",
 3191 "async-trait",
 3192 "collections",
 3193 "command_palette_hooks",
 3194 "context_server_settings",
 3195 "extension",
 3196 "futures 0.3.31",
 3197 "gpui",
 3198 "language_model",
 3199 "log",
 3200 "parking_lot",
 3201 "postage",
 3202 "project",
 3203 "serde",
 3204 "serde_json",
 3205 "settings",
 3206 "smol",
 3207 "url",
 3208 "util",
 3209]
 3210
 3211[[package]]
 3212name = "context_server_settings"
 3213version = "0.1.0"
 3214dependencies = [
 3215 "anyhow",
 3216 "collections",
 3217 "gpui",
 3218 "schemars",
 3219 "serde",
 3220 "serde_json",
 3221 "settings",
 3222]
 3223
 3224[[package]]
 3225name = "convert_case"
 3226version = "0.4.0"
 3227source = "registry+https://github.com/rust-lang/crates.io-index"
 3228checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
 3229
 3230[[package]]
 3231name = "convert_case"
 3232version = "0.8.0"
 3233source = "registry+https://github.com/rust-lang/crates.io-index"
 3234checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3235dependencies = [
 3236 "unicode-segmentation",
 3237]
 3238
 3239[[package]]
 3240name = "copilot"
 3241version = "0.1.0"
 3242dependencies = [
 3243 "anyhow",
 3244 "async-compression",
 3245 "async-std",
 3246 "async-tar",
 3247 "chrono",
 3248 "client",
 3249 "clock",
 3250 "collections",
 3251 "command_palette_hooks",
 3252 "ctor",
 3253 "editor",
 3254 "env_logger 0.11.7",
 3255 "fs",
 3256 "futures 0.3.31",
 3257 "gpui",
 3258 "http_client",
 3259 "indoc",
 3260 "inline_completion",
 3261 "language",
 3262 "log",
 3263 "lsp",
 3264 "menu",
 3265 "node_runtime",
 3266 "parking_lot",
 3267 "paths",
 3268 "project",
 3269 "rpc",
 3270 "schemars",
 3271 "serde",
 3272 "serde_json",
 3273 "settings",
 3274 "smol",
 3275 "strum",
 3276 "task",
 3277 "theme",
 3278 "ui",
 3279 "util",
 3280 "workspace",
 3281]
 3282
 3283[[package]]
 3284name = "core-foundation"
 3285version = "0.9.4"
 3286source = "registry+https://github.com/rust-lang/crates.io-index"
 3287checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3288dependencies = [
 3289 "core-foundation-sys",
 3290 "libc",
 3291]
 3292
 3293[[package]]
 3294name = "core-foundation"
 3295version = "0.10.0"
 3296source = "registry+https://github.com/rust-lang/crates.io-index"
 3297checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3298dependencies = [
 3299 "core-foundation-sys",
 3300 "libc",
 3301]
 3302
 3303[[package]]
 3304name = "core-foundation-sys"
 3305version = "0.8.7"
 3306source = "registry+https://github.com/rust-lang/crates.io-index"
 3307checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3308
 3309[[package]]
 3310name = "core-graphics"
 3311version = "0.23.2"
 3312source = "registry+https://github.com/rust-lang/crates.io-index"
 3313checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3314dependencies = [
 3315 "bitflags 1.3.2",
 3316 "core-foundation 0.9.4",
 3317 "core-graphics-types 0.1.3",
 3318 "foreign-types 0.5.0",
 3319 "libc",
 3320]
 3321
 3322[[package]]
 3323name = "core-graphics"
 3324version = "0.24.0"
 3325source = "registry+https://github.com/rust-lang/crates.io-index"
 3326checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3327dependencies = [
 3328 "bitflags 2.8.0",
 3329 "core-foundation 0.10.0",
 3330 "core-graphics-types 0.2.0",
 3331 "foreign-types 0.5.0",
 3332 "libc",
 3333]
 3334
 3335[[package]]
 3336name = "core-graphics-types"
 3337version = "0.1.3"
 3338source = "registry+https://github.com/rust-lang/crates.io-index"
 3339checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3340dependencies = [
 3341 "bitflags 1.3.2",
 3342 "core-foundation 0.9.4",
 3343 "libc",
 3344]
 3345
 3346[[package]]
 3347name = "core-graphics-types"
 3348version = "0.2.0"
 3349source = "registry+https://github.com/rust-lang/crates.io-index"
 3350checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3351dependencies = [
 3352 "bitflags 2.8.0",
 3353 "core-foundation 0.10.0",
 3354 "libc",
 3355]
 3356
 3357[[package]]
 3358name = "core-services"
 3359version = "0.2.1"
 3360source = "registry+https://github.com/rust-lang/crates.io-index"
 3361checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3362dependencies = [
 3363 "core-foundation 0.9.4",
 3364]
 3365
 3366[[package]]
 3367name = "core-text"
 3368version = "20.1.0"
 3369source = "registry+https://github.com/rust-lang/crates.io-index"
 3370checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
 3371dependencies = [
 3372 "core-foundation 0.9.4",
 3373 "core-graphics 0.23.2",
 3374 "foreign-types 0.5.0",
 3375 "libc",
 3376]
 3377
 3378[[package]]
 3379name = "core_maths"
 3380version = "0.1.1"
 3381source = "registry+https://github.com/rust-lang/crates.io-index"
 3382checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3383dependencies = [
 3384 "libm",
 3385]
 3386
 3387[[package]]
 3388name = "coreaudio-rs"
 3389version = "0.11.3"
 3390source = "registry+https://github.com/rust-lang/crates.io-index"
 3391checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
 3392dependencies = [
 3393 "bitflags 1.3.2",
 3394 "core-foundation-sys",
 3395 "coreaudio-sys",
 3396]
 3397
 3398[[package]]
 3399name = "coreaudio-rs"
 3400version = "0.12.1"
 3401source = "registry+https://github.com/rust-lang/crates.io-index"
 3402checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3403dependencies = [
 3404 "bitflags 1.3.2",
 3405 "core-foundation-sys",
 3406 "coreaudio-sys",
 3407]
 3408
 3409[[package]]
 3410name = "coreaudio-sys"
 3411version = "0.2.16"
 3412source = "registry+https://github.com/rust-lang/crates.io-index"
 3413checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
 3414dependencies = [
 3415 "bindgen 0.70.1",
 3416]
 3417
 3418[[package]]
 3419name = "cosmic-text"
 3420version = "0.11.2"
 3421source = "git+https://github.com/pop-os/cosmic-text?rev=542b20c#542b20ca4376a3b5de5fa629db1a4ace44e18e0c"
 3422dependencies = [
 3423 "bitflags 2.8.0",
 3424 "fontdb 0.18.0",
 3425 "log",
 3426 "rangemap",
 3427 "rayon",
 3428 "rustc-hash 1.1.0",
 3429 "rustybuzz 0.14.1",
 3430 "self_cell",
 3431 "swash",
 3432 "sys-locale",
 3433 "ttf-parser 0.21.1",
 3434 "unicode-bidi",
 3435 "unicode-linebreak",
 3436 "unicode-script",
 3437 "unicode-segmentation",
 3438]
 3439
 3440[[package]]
 3441name = "cpal"
 3442version = "0.15.3"
 3443source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
 3444dependencies = [
 3445 "alsa",
 3446 "core-foundation-sys",
 3447 "coreaudio-rs 0.11.3",
 3448 "dasp_sample",
 3449 "jni",
 3450 "js-sys",
 3451 "libc",
 3452 "mach2",
 3453 "ndk",
 3454 "ndk-context",
 3455 "oboe",
 3456 "wasm-bindgen",
 3457 "wasm-bindgen-futures",
 3458 "web-sys",
 3459 "windows 0.54.0",
 3460]
 3461
 3462[[package]]
 3463name = "cpp_demangle"
 3464version = "0.4.4"
 3465source = "registry+https://github.com/rust-lang/crates.io-index"
 3466checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
 3467dependencies = [
 3468 "cfg-if",
 3469]
 3470
 3471[[package]]
 3472name = "cpufeatures"
 3473version = "0.2.16"
 3474source = "registry+https://github.com/rust-lang/crates.io-index"
 3475checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
 3476dependencies = [
 3477 "libc",
 3478]
 3479
 3480[[package]]
 3481name = "cranelift-bforest"
 3482version = "0.116.1"
 3483source = "registry+https://github.com/rust-lang/crates.io-index"
 3484checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
 3485dependencies = [
 3486 "cranelift-entity",
 3487]
 3488
 3489[[package]]
 3490name = "cranelift-bitset"
 3491version = "0.116.1"
 3492source = "registry+https://github.com/rust-lang/crates.io-index"
 3493checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
 3494dependencies = [
 3495 "serde",
 3496 "serde_derive",
 3497]
 3498
 3499[[package]]
 3500name = "cranelift-codegen"
 3501version = "0.116.1"
 3502source = "registry+https://github.com/rust-lang/crates.io-index"
 3503checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
 3504dependencies = [
 3505 "bumpalo",
 3506 "cranelift-bforest",
 3507 "cranelift-bitset",
 3508 "cranelift-codegen-meta",
 3509 "cranelift-codegen-shared",
 3510 "cranelift-control",
 3511 "cranelift-entity",
 3512 "cranelift-isle",
 3513 "gimli",
 3514 "hashbrown 0.14.5",
 3515 "log",
 3516 "regalloc2",
 3517 "rustc-hash 2.1.1",
 3518 "serde",
 3519 "smallvec",
 3520 "target-lexicon 0.13.2",
 3521]
 3522
 3523[[package]]
 3524name = "cranelift-codegen-meta"
 3525version = "0.116.1"
 3526source = "registry+https://github.com/rust-lang/crates.io-index"
 3527checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
 3528dependencies = [
 3529 "cranelift-codegen-shared",
 3530]
 3531
 3532[[package]]
 3533name = "cranelift-codegen-shared"
 3534version = "0.116.1"
 3535source = "registry+https://github.com/rust-lang/crates.io-index"
 3536checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
 3537
 3538[[package]]
 3539name = "cranelift-control"
 3540version = "0.116.1"
 3541source = "registry+https://github.com/rust-lang/crates.io-index"
 3542checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
 3543dependencies = [
 3544 "arbitrary",
 3545]
 3546
 3547[[package]]
 3548name = "cranelift-entity"
 3549version = "0.116.1"
 3550source = "registry+https://github.com/rust-lang/crates.io-index"
 3551checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
 3552dependencies = [
 3553 "cranelift-bitset",
 3554 "serde",
 3555 "serde_derive",
 3556]
 3557
 3558[[package]]
 3559name = "cranelift-frontend"
 3560version = "0.116.1"
 3561source = "registry+https://github.com/rust-lang/crates.io-index"
 3562checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
 3563dependencies = [
 3564 "cranelift-codegen",
 3565 "log",
 3566 "smallvec",
 3567 "target-lexicon 0.13.2",
 3568]
 3569
 3570[[package]]
 3571name = "cranelift-isle"
 3572version = "0.116.1"
 3573source = "registry+https://github.com/rust-lang/crates.io-index"
 3574checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
 3575
 3576[[package]]
 3577name = "cranelift-native"
 3578version = "0.116.1"
 3579source = "registry+https://github.com/rust-lang/crates.io-index"
 3580checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
 3581dependencies = [
 3582 "cranelift-codegen",
 3583 "libc",
 3584 "target-lexicon 0.13.2",
 3585]
 3586
 3587[[package]]
 3588name = "crc"
 3589version = "3.2.1"
 3590source = "registry+https://github.com/rust-lang/crates.io-index"
 3591checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
 3592dependencies = [
 3593 "crc-catalog",
 3594]
 3595
 3596[[package]]
 3597name = "crc-catalog"
 3598version = "2.4.0"
 3599source = "registry+https://github.com/rust-lang/crates.io-index"
 3600checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 3601
 3602[[package]]
 3603name = "crc32c"
 3604version = "0.6.8"
 3605source = "registry+https://github.com/rust-lang/crates.io-index"
 3606checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
 3607dependencies = [
 3608 "rustc_version",
 3609]
 3610
 3611[[package]]
 3612name = "crc32fast"
 3613version = "1.4.2"
 3614source = "registry+https://github.com/rust-lang/crates.io-index"
 3615checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
 3616dependencies = [
 3617 "cfg-if",
 3618]
 3619
 3620[[package]]
 3621name = "crc64fast-nvme"
 3622version = "1.1.1"
 3623source = "registry+https://github.com/rust-lang/crates.io-index"
 3624checksum = "d5e2ee08013e3f228d6d2394116c4549a6df77708442c62d887d83f68ef2ee37"
 3625dependencies = [
 3626 "cbindgen 0.27.0",
 3627 "crc",
 3628]
 3629
 3630[[package]]
 3631name = "credentials_provider"
 3632version = "0.1.0"
 3633dependencies = [
 3634 "anyhow",
 3635 "futures 0.3.31",
 3636 "gpui",
 3637 "paths",
 3638 "release_channel",
 3639 "serde",
 3640 "serde_json",
 3641]
 3642
 3643[[package]]
 3644name = "criterion"
 3645version = "0.5.1"
 3646source = "registry+https://github.com/rust-lang/crates.io-index"
 3647checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 3648dependencies = [
 3649 "anes",
 3650 "cast",
 3651 "ciborium",
 3652 "clap",
 3653 "criterion-plot",
 3654 "is-terminal",
 3655 "itertools 0.10.5",
 3656 "num-traits",
 3657 "once_cell",
 3658 "oorandom",
 3659 "plotters",
 3660 "rayon",
 3661 "regex",
 3662 "serde",
 3663 "serde_derive",
 3664 "serde_json",
 3665 "tinytemplate",
 3666 "walkdir",
 3667]
 3668
 3669[[package]]
 3670name = "criterion-plot"
 3671version = "0.5.0"
 3672source = "registry+https://github.com/rust-lang/crates.io-index"
 3673checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 3674dependencies = [
 3675 "cast",
 3676 "itertools 0.10.5",
 3677]
 3678
 3679[[package]]
 3680name = "crossbeam-channel"
 3681version = "0.5.13"
 3682source = "registry+https://github.com/rust-lang/crates.io-index"
 3683checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
 3684dependencies = [
 3685 "crossbeam-utils",
 3686]
 3687
 3688[[package]]
 3689name = "crossbeam-deque"
 3690version = "0.8.5"
 3691source = "registry+https://github.com/rust-lang/crates.io-index"
 3692checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
 3693dependencies = [
 3694 "crossbeam-epoch",
 3695 "crossbeam-utils",
 3696]
 3697
 3698[[package]]
 3699name = "crossbeam-epoch"
 3700version = "0.9.18"
 3701source = "registry+https://github.com/rust-lang/crates.io-index"
 3702checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 3703dependencies = [
 3704 "crossbeam-utils",
 3705]
 3706
 3707[[package]]
 3708name = "crossbeam-queue"
 3709version = "0.3.11"
 3710source = "registry+https://github.com/rust-lang/crates.io-index"
 3711checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
 3712dependencies = [
 3713 "crossbeam-utils",
 3714]
 3715
 3716[[package]]
 3717name = "crossbeam-utils"
 3718version = "0.8.20"
 3719source = "registry+https://github.com/rust-lang/crates.io-index"
 3720checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
 3721
 3722[[package]]
 3723name = "crunchy"
 3724version = "0.2.2"
 3725source = "registry+https://github.com/rust-lang/crates.io-index"
 3726checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
 3727
 3728[[package]]
 3729name = "crypto-bigint"
 3730version = "0.4.9"
 3731source = "registry+https://github.com/rust-lang/crates.io-index"
 3732checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 3733dependencies = [
 3734 "generic-array",
 3735 "rand_core 0.6.4",
 3736 "subtle",
 3737 "zeroize",
 3738]
 3739
 3740[[package]]
 3741name = "crypto-bigint"
 3742version = "0.5.5"
 3743source = "registry+https://github.com/rust-lang/crates.io-index"
 3744checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 3745dependencies = [
 3746 "rand_core 0.6.4",
 3747 "subtle",
 3748]
 3749
 3750[[package]]
 3751name = "crypto-common"
 3752version = "0.1.6"
 3753source = "registry+https://github.com/rust-lang/crates.io-index"
 3754checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 3755dependencies = [
 3756 "generic-array",
 3757 "rand_core 0.6.4",
 3758 "typenum",
 3759]
 3760
 3761[[package]]
 3762name = "ctor"
 3763version = "0.4.1"
 3764source = "registry+https://github.com/rust-lang/crates.io-index"
 3765checksum = "07e9666f4a9a948d4f1dff0c08a4512b0f7c86414b23960104c243c10d79f4c3"
 3766dependencies = [
 3767 "ctor-proc-macro",
 3768 "dtor",
 3769]
 3770
 3771[[package]]
 3772name = "ctor-proc-macro"
 3773version = "0.0.5"
 3774source = "registry+https://github.com/rust-lang/crates.io-index"
 3775checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
 3776
 3777[[package]]
 3778name = "ctrlc"
 3779version = "3.4.5"
 3780source = "registry+https://github.com/rust-lang/crates.io-index"
 3781checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
 3782dependencies = [
 3783 "nix",
 3784 "windows-sys 0.59.0",
 3785]
 3786
 3787[[package]]
 3788name = "cursor-icon"
 3789version = "1.1.0"
 3790source = "registry+https://github.com/rust-lang/crates.io-index"
 3791checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
 3792
 3793[[package]]
 3794name = "cxx"
 3795version = "1.0.134"
 3796source = "registry+https://github.com/rust-lang/crates.io-index"
 3797checksum = "a5a32d755fe20281b46118ee4b507233311fb7a48a0cfd42f554b93640521a2f"
 3798dependencies = [
 3799 "cc",
 3800 "cxxbridge-cmd",
 3801 "cxxbridge-flags",
 3802 "cxxbridge-macro",
 3803 "foldhash",
 3804 "link-cplusplus",
 3805]
 3806
 3807[[package]]
 3808name = "cxx-build"
 3809version = "1.0.134"
 3810source = "registry+https://github.com/rust-lang/crates.io-index"
 3811checksum = "11645536ada5d1c8804312cbffc9ab950f2216154de431de930da47ca6955199"
 3812dependencies = [
 3813 "cc",
 3814 "codespan-reporting",
 3815 "proc-macro2",
 3816 "quote",
 3817 "scratch",
 3818 "syn 2.0.100",
 3819]
 3820
 3821[[package]]
 3822name = "cxxbridge-cmd"
 3823version = "1.0.134"
 3824source = "registry+https://github.com/rust-lang/crates.io-index"
 3825checksum = "ebcc9c78e3c7289665aab921a2b394eaffe8bdb369aa18d81ffc0f534fd49385"
 3826dependencies = [
 3827 "clap",
 3828 "codespan-reporting",
 3829 "proc-macro2",
 3830 "quote",
 3831 "syn 2.0.100",
 3832]
 3833
 3834[[package]]
 3835name = "cxxbridge-flags"
 3836version = "1.0.134"
 3837source = "registry+https://github.com/rust-lang/crates.io-index"
 3838checksum = "3a22a87bd9e78d7204d793261470a4c9d585154fddd251828d8aefbb5f74c3bf"
 3839
 3840[[package]]
 3841name = "cxxbridge-macro"
 3842version = "1.0.134"
 3843source = "registry+https://github.com/rust-lang/crates.io-index"
 3844checksum = "1dfdb020ff8787c5daf6e0dca743005cc8782868faeadfbabb8824ede5cb1c72"
 3845dependencies = [
 3846 "proc-macro2",
 3847 "quote",
 3848 "rustversion",
 3849 "syn 2.0.100",
 3850]
 3851
 3852[[package]]
 3853name = "dap"
 3854version = "0.1.0"
 3855dependencies = [
 3856 "anyhow",
 3857 "async-compression",
 3858 "async-pipe",
 3859 "async-tar",
 3860 "async-trait",
 3861 "client",
 3862 "collections",
 3863 "dap-types",
 3864 "env_logger 0.11.7",
 3865 "fs",
 3866 "futures 0.3.31",
 3867 "gpui",
 3868 "http_client",
 3869 "language",
 3870 "log",
 3871 "node_runtime",
 3872 "parking_lot",
 3873 "paths",
 3874 "schemars",
 3875 "serde",
 3876 "serde_json",
 3877 "settings",
 3878 "smallvec",
 3879 "smol",
 3880 "task",
 3881 "util",
 3882]
 3883
 3884[[package]]
 3885name = "dap-types"
 3886version = "0.0.1"
 3887source = "git+https://github.com/zed-industries/dap-types?rev=bfd4af0#bfd4af084bbaa5f344e6925370d7642e41d0b5b8"
 3888dependencies = [
 3889 "schemars",
 3890 "serde",
 3891 "serde_json",
 3892]
 3893
 3894[[package]]
 3895name = "dap_adapters"
 3896version = "0.1.0"
 3897dependencies = [
 3898 "anyhow",
 3899 "async-trait",
 3900 "dap",
 3901 "gpui",
 3902 "language",
 3903 "paths",
 3904 "regex",
 3905 "serde",
 3906 "serde_json",
 3907 "sysinfo",
 3908 "task",
 3909 "util",
 3910]
 3911
 3912[[package]]
 3913name = "dashmap"
 3914version = "5.5.3"
 3915source = "registry+https://github.com/rust-lang/crates.io-index"
 3916checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
 3917dependencies = [
 3918 "cfg-if",
 3919 "hashbrown 0.14.5",
 3920 "lock_api",
 3921 "once_cell",
 3922 "parking_lot_core",
 3923]
 3924
 3925[[package]]
 3926name = "dashmap"
 3927version = "6.1.0"
 3928source = "registry+https://github.com/rust-lang/crates.io-index"
 3929checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 3930dependencies = [
 3931 "cfg-if",
 3932 "crossbeam-utils",
 3933 "hashbrown 0.14.5",
 3934 "lock_api",
 3935 "once_cell",
 3936 "parking_lot_core",
 3937]
 3938
 3939[[package]]
 3940name = "dasp_sample"
 3941version = "0.11.0"
 3942source = "registry+https://github.com/rust-lang/crates.io-index"
 3943checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 3944
 3945[[package]]
 3946name = "data-encoding"
 3947version = "2.6.0"
 3948source = "registry+https://github.com/rust-lang/crates.io-index"
 3949checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
 3950
 3951[[package]]
 3952name = "data-url"
 3953version = "0.3.1"
 3954source = "registry+https://github.com/rust-lang/crates.io-index"
 3955checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
 3956
 3957[[package]]
 3958name = "db"
 3959version = "0.1.0"
 3960dependencies = [
 3961 "anyhow",
 3962 "gpui",
 3963 "indoc",
 3964 "log",
 3965 "paths",
 3966 "release_channel",
 3967 "smol",
 3968 "sqlez",
 3969 "sqlez_macros",
 3970 "tempfile",
 3971 "util",
 3972]
 3973
 3974[[package]]
 3975name = "dbus"
 3976version = "0.9.7"
 3977source = "registry+https://github.com/rust-lang/crates.io-index"
 3978checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
 3979dependencies = [
 3980 "libc",
 3981 "libdbus-sys",
 3982 "winapi",
 3983]
 3984
 3985[[package]]
 3986name = "debugger_tools"
 3987version = "0.1.0"
 3988dependencies = [
 3989 "anyhow",
 3990 "dap",
 3991 "editor",
 3992 "futures 0.3.31",
 3993 "gpui",
 3994 "project",
 3995 "serde_json",
 3996 "settings",
 3997 "smol",
 3998 "util",
 3999 "workspace",
 4000]
 4001
 4002[[package]]
 4003name = "debugger_ui"
 4004version = "0.1.0"
 4005dependencies = [
 4006 "anyhow",
 4007 "client",
 4008 "collections",
 4009 "command_palette_hooks",
 4010 "dap",
 4011 "editor",
 4012 "env_logger 0.11.7",
 4013 "feature_flags",
 4014 "futures 0.3.31",
 4015 "fuzzy",
 4016 "gpui",
 4017 "language",
 4018 "log",
 4019 "menu",
 4020 "picker",
 4021 "pretty_assertions",
 4022 "project",
 4023 "rpc",
 4024 "serde",
 4025 "serde_json",
 4026 "settings",
 4027 "sysinfo",
 4028 "task",
 4029 "terminal_view",
 4030 "theme",
 4031 "ui",
 4032 "unindent",
 4033 "util",
 4034 "workspace",
 4035]
 4036
 4037[[package]]
 4038name = "deepseek"
 4039version = "0.1.0"
 4040dependencies = [
 4041 "anyhow",
 4042 "futures 0.3.31",
 4043 "http_client",
 4044 "schemars",
 4045 "serde",
 4046 "serde_json",
 4047]
 4048
 4049[[package]]
 4050name = "deflate64"
 4051version = "0.1.9"
 4052source = "registry+https://github.com/rust-lang/crates.io-index"
 4053checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
 4054
 4055[[package]]
 4056name = "der"
 4057version = "0.6.1"
 4058source = "registry+https://github.com/rust-lang/crates.io-index"
 4059checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4060dependencies = [
 4061 "const-oid",
 4062 "zeroize",
 4063]
 4064
 4065[[package]]
 4066name = "der"
 4067version = "0.7.9"
 4068source = "registry+https://github.com/rust-lang/crates.io-index"
 4069checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
 4070dependencies = [
 4071 "const-oid",
 4072 "pem-rfc7468",
 4073 "zeroize",
 4074]
 4075
 4076[[package]]
 4077name = "deranged"
 4078version = "0.4.0"
 4079source = "registry+https://github.com/rust-lang/crates.io-index"
 4080checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
 4081dependencies = [
 4082 "powerfmt",
 4083 "serde",
 4084]
 4085
 4086[[package]]
 4087name = "derive_more"
 4088version = "0.99.19"
 4089source = "registry+https://github.com/rust-lang/crates.io-index"
 4090checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
 4091dependencies = [
 4092 "convert_case 0.4.0",
 4093 "proc-macro2",
 4094 "quote",
 4095 "rustc_version",
 4096 "syn 2.0.100",
 4097]
 4098
 4099[[package]]
 4100name = "derive_refineable"
 4101version = "0.1.0"
 4102dependencies = [
 4103 "proc-macro2",
 4104 "quote",
 4105 "syn 1.0.109",
 4106]
 4107
 4108[[package]]
 4109name = "diagnostics"
 4110version = "0.1.0"
 4111dependencies = [
 4112 "anyhow",
 4113 "client",
 4114 "collections",
 4115 "ctor",
 4116 "editor",
 4117 "env_logger 0.11.7",
 4118 "gpui",
 4119 "language",
 4120 "log",
 4121 "lsp",
 4122 "pretty_assertions",
 4123 "project",
 4124 "rand 0.8.5",
 4125 "serde",
 4126 "serde_json",
 4127 "settings",
 4128 "theme",
 4129 "ui",
 4130 "unindent",
 4131 "util",
 4132 "workspace",
 4133]
 4134
 4135[[package]]
 4136name = "dialoguer"
 4137version = "0.11.0"
 4138source = "registry+https://github.com/rust-lang/crates.io-index"
 4139checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4140dependencies = [
 4141 "console",
 4142 "fuzzy-matcher",
 4143 "shell-words",
 4144 "tempfile",
 4145 "thiserror 1.0.69",
 4146 "zeroize",
 4147]
 4148
 4149[[package]]
 4150name = "diff"
 4151version = "0.1.13"
 4152source = "registry+https://github.com/rust-lang/crates.io-index"
 4153checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4154
 4155[[package]]
 4156name = "digest"
 4157version = "0.10.7"
 4158source = "registry+https://github.com/rust-lang/crates.io-index"
 4159checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4160dependencies = [
 4161 "block-buffer",
 4162 "const-oid",
 4163 "crypto-common",
 4164 "subtle",
 4165]
 4166
 4167[[package]]
 4168name = "dirs"
 4169version = "4.0.0"
 4170source = "registry+https://github.com/rust-lang/crates.io-index"
 4171checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4172dependencies = [
 4173 "dirs-sys 0.3.7",
 4174]
 4175
 4176[[package]]
 4177name = "dirs"
 4178version = "5.0.1"
 4179source = "registry+https://github.com/rust-lang/crates.io-index"
 4180checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4181dependencies = [
 4182 "dirs-sys 0.4.1",
 4183]
 4184
 4185[[package]]
 4186name = "dirs-sys"
 4187version = "0.3.7"
 4188source = "registry+https://github.com/rust-lang/crates.io-index"
 4189checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4190dependencies = [
 4191 "libc",
 4192 "redox_users",
 4193 "winapi",
 4194]
 4195
 4196[[package]]
 4197name = "dirs-sys"
 4198version = "0.4.1"
 4199source = "registry+https://github.com/rust-lang/crates.io-index"
 4200checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4201dependencies = [
 4202 "libc",
 4203 "option-ext",
 4204 "redox_users",
 4205 "windows-sys 0.48.0",
 4206]
 4207
 4208[[package]]
 4209name = "displaydoc"
 4210version = "0.2.5"
 4211source = "registry+https://github.com/rust-lang/crates.io-index"
 4212checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4213dependencies = [
 4214 "proc-macro2",
 4215 "quote",
 4216 "syn 2.0.100",
 4217]
 4218
 4219[[package]]
 4220name = "dlib"
 4221version = "0.5.2"
 4222source = "registry+https://github.com/rust-lang/crates.io-index"
 4223checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4224dependencies = [
 4225 "libloading",
 4226]
 4227
 4228[[package]]
 4229name = "docs_preprocessor"
 4230version = "0.1.0"
 4231dependencies = [
 4232 "anyhow",
 4233 "clap",
 4234 "mdbook",
 4235 "regex",
 4236 "serde",
 4237 "serde_json",
 4238 "settings",
 4239 "util",
 4240]
 4241
 4242[[package]]
 4243name = "dotenvy"
 4244version = "0.15.7"
 4245source = "registry+https://github.com/rust-lang/crates.io-index"
 4246checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 4247
 4248[[package]]
 4249name = "downcast-rs"
 4250version = "1.2.1"
 4251source = "registry+https://github.com/rust-lang/crates.io-index"
 4252checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 4253
 4254[[package]]
 4255name = "doxygen-rs"
 4256version = "0.4.2"
 4257source = "registry+https://github.com/rust-lang/crates.io-index"
 4258checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 4259dependencies = [
 4260 "phf",
 4261]
 4262
 4263[[package]]
 4264name = "dtor"
 4265version = "0.0.5"
 4266source = "registry+https://github.com/rust-lang/crates.io-index"
 4267checksum = "222ef136a1c687d4aa0395c175f2c4586e379924c352fd02f7870cf7de783c23"
 4268dependencies = [
 4269 "dtor-proc-macro",
 4270]
 4271
 4272[[package]]
 4273name = "dtor-proc-macro"
 4274version = "0.0.5"
 4275source = "registry+https://github.com/rust-lang/crates.io-index"
 4276checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 4277
 4278[[package]]
 4279name = "dunce"
 4280version = "1.0.5"
 4281source = "registry+https://github.com/rust-lang/crates.io-index"
 4282checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 4283
 4284[[package]]
 4285name = "dwrote"
 4286version = "0.11.2"
 4287source = "registry+https://github.com/rust-lang/crates.io-index"
 4288checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
 4289dependencies = [
 4290 "lazy_static",
 4291 "libc",
 4292 "winapi",
 4293 "wio",
 4294]
 4295
 4296[[package]]
 4297name = "dyn-clone"
 4298version = "1.0.17"
 4299source = "registry+https://github.com/rust-lang/crates.io-index"
 4300checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
 4301
 4302[[package]]
 4303name = "ec4rs"
 4304version = "1.1.1"
 4305source = "registry+https://github.com/rust-lang/crates.io-index"
 4306checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
 4307
 4308[[package]]
 4309name = "ecdsa"
 4310version = "0.14.8"
 4311source = "registry+https://github.com/rust-lang/crates.io-index"
 4312checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 4313dependencies = [
 4314 "der 0.6.1",
 4315 "elliptic-curve",
 4316 "rfc6979",
 4317 "signature 1.6.4",
 4318]
 4319
 4320[[package]]
 4321name = "editor"
 4322version = "0.1.0"
 4323dependencies = [
 4324 "aho-corasick",
 4325 "anyhow",
 4326 "assets",
 4327 "buffer_diff",
 4328 "chrono",
 4329 "client",
 4330 "clock",
 4331 "collections",
 4332 "convert_case 0.8.0",
 4333 "ctor",
 4334 "db",
 4335 "emojis",
 4336 "env_logger 0.11.7",
 4337 "feature_flags",
 4338 "file_icons",
 4339 "fs",
 4340 "futures 0.3.31",
 4341 "fuzzy",
 4342 "git",
 4343 "gpui",
 4344 "http_client",
 4345 "indoc",
 4346 "inline_completion",
 4347 "itertools 0.14.0",
 4348 "language",
 4349 "languages",
 4350 "linkify",
 4351 "log",
 4352 "lsp",
 4353 "markdown",
 4354 "menu",
 4355 "multi_buffer",
 4356 "ordered-float 2.10.1",
 4357 "parking_lot",
 4358 "pretty_assertions",
 4359 "project",
 4360 "rand 0.8.5",
 4361 "release_channel",
 4362 "rpc",
 4363 "schemars",
 4364 "serde",
 4365 "serde_json",
 4366 "settings",
 4367 "smallvec",
 4368 "smol",
 4369 "snippet",
 4370 "sum_tree",
 4371 "task",
 4372 "telemetry",
 4373 "tempfile",
 4374 "text",
 4375 "theme",
 4376 "time",
 4377 "time_format",
 4378 "tree-sitter-html",
 4379 "tree-sitter-rust",
 4380 "tree-sitter-typescript",
 4381 "ui",
 4382 "unicode-script",
 4383 "unicode-segmentation",
 4384 "unindent",
 4385 "url",
 4386 "util",
 4387 "uuid",
 4388 "workspace",
 4389 "zed_actions",
 4390]
 4391
 4392[[package]]
 4393name = "either"
 4394version = "1.13.0"
 4395source = "registry+https://github.com/rust-lang/crates.io-index"
 4396checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
 4397dependencies = [
 4398 "serde",
 4399]
 4400
 4401[[package]]
 4402name = "elasticlunr-rs"
 4403version = "3.0.2"
 4404source = "registry+https://github.com/rust-lang/crates.io-index"
 4405checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 4406dependencies = [
 4407 "regex",
 4408 "serde",
 4409 "serde_derive",
 4410 "serde_json",
 4411]
 4412
 4413[[package]]
 4414name = "elliptic-curve"
 4415version = "0.12.3"
 4416source = "registry+https://github.com/rust-lang/crates.io-index"
 4417checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 4418dependencies = [
 4419 "base16ct",
 4420 "crypto-bigint 0.4.9",
 4421 "der 0.6.1",
 4422 "digest",
 4423 "ff",
 4424 "generic-array",
 4425 "group",
 4426 "pkcs8 0.9.0",
 4427 "rand_core 0.6.4",
 4428 "sec1",
 4429 "subtle",
 4430 "zeroize",
 4431]
 4432
 4433[[package]]
 4434name = "embed-resource"
 4435version = "3.0.2"
 4436source = "registry+https://github.com/rust-lang/crates.io-index"
 4437checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
 4438dependencies = [
 4439 "cc",
 4440 "memchr",
 4441 "rustc_version",
 4442 "toml 0.8.20",
 4443 "vswhom",
 4444 "winreg 0.52.0",
 4445]
 4446
 4447[[package]]
 4448name = "embedded-io"
 4449version = "0.4.0"
 4450source = "registry+https://github.com/rust-lang/crates.io-index"
 4451checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 4452
 4453[[package]]
 4454name = "embedded-io"
 4455version = "0.6.1"
 4456source = "registry+https://github.com/rust-lang/crates.io-index"
 4457checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 4458
 4459[[package]]
 4460name = "emojis"
 4461version = "0.6.4"
 4462source = "registry+https://github.com/rust-lang/crates.io-index"
 4463checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 4464dependencies = [
 4465 "phf",
 4466]
 4467
 4468[[package]]
 4469name = "encode_unicode"
 4470version = "0.3.6"
 4471source = "registry+https://github.com/rust-lang/crates.io-index"
 4472checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
 4473
 4474[[package]]
 4475name = "encoding_rs"
 4476version = "0.8.35"
 4477source = "registry+https://github.com/rust-lang/crates.io-index"
 4478checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 4479dependencies = [
 4480 "cfg-if",
 4481]
 4482
 4483[[package]]
 4484name = "endi"
 4485version = "1.1.0"
 4486source = "registry+https://github.com/rust-lang/crates.io-index"
 4487checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 4488
 4489[[package]]
 4490name = "enumflags2"
 4491version = "0.7.10"
 4492source = "registry+https://github.com/rust-lang/crates.io-index"
 4493checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
 4494dependencies = [
 4495 "enumflags2_derive",
 4496 "serde",
 4497]
 4498
 4499[[package]]
 4500name = "enumflags2_derive"
 4501version = "0.7.10"
 4502source = "registry+https://github.com/rust-lang/crates.io-index"
 4503checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
 4504dependencies = [
 4505 "proc-macro2",
 4506 "quote",
 4507 "syn 2.0.100",
 4508]
 4509
 4510[[package]]
 4511name = "env_filter"
 4512version = "0.1.2"
 4513source = "registry+https://github.com/rust-lang/crates.io-index"
 4514checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
 4515dependencies = [
 4516 "log",
 4517 "regex",
 4518]
 4519
 4520[[package]]
 4521name = "env_home"
 4522version = "0.1.0"
 4523source = "registry+https://github.com/rust-lang/crates.io-index"
 4524checksum = "c7f84e12ccf0a7ddc17a6c41c93326024c42920d7ee630d04950e6926645c0fe"
 4525
 4526[[package]]
 4527name = "env_logger"
 4528version = "0.10.2"
 4529source = "registry+https://github.com/rust-lang/crates.io-index"
 4530checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 4531dependencies = [
 4532 "humantime",
 4533 "is-terminal",
 4534 "log",
 4535 "regex",
 4536 "termcolor",
 4537]
 4538
 4539[[package]]
 4540name = "env_logger"
 4541version = "0.11.7"
 4542source = "registry+https://github.com/rust-lang/crates.io-index"
 4543checksum = "c3716d7a920fb4fac5d84e9d4bce8ceb321e9414b4409da61b07b75c1e3d0697"
 4544dependencies = [
 4545 "anstream",
 4546 "anstyle",
 4547 "env_filter",
 4548 "jiff",
 4549 "log",
 4550]
 4551
 4552[[package]]
 4553name = "envy"
 4554version = "0.4.2"
 4555source = "registry+https://github.com/rust-lang/crates.io-index"
 4556checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 4557dependencies = [
 4558 "serde",
 4559]
 4560
 4561[[package]]
 4562name = "equivalent"
 4563version = "1.0.1"
 4564source = "registry+https://github.com/rust-lang/crates.io-index"
 4565checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
 4566
 4567[[package]]
 4568name = "erased-serde"
 4569version = "0.4.5"
 4570source = "registry+https://github.com/rust-lang/crates.io-index"
 4571checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
 4572dependencies = [
 4573 "serde",
 4574 "typeid",
 4575]
 4576
 4577[[package]]
 4578name = "errno"
 4579version = "0.2.8"
 4580source = "registry+https://github.com/rust-lang/crates.io-index"
 4581checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 4582dependencies = [
 4583 "errno-dragonfly",
 4584 "libc",
 4585 "winapi",
 4586]
 4587
 4588[[package]]
 4589name = "errno"
 4590version = "0.3.10"
 4591source = "registry+https://github.com/rust-lang/crates.io-index"
 4592checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
 4593dependencies = [
 4594 "libc",
 4595 "windows-sys 0.59.0",
 4596]
 4597
 4598[[package]]
 4599name = "errno-dragonfly"
 4600version = "0.1.2"
 4601source = "registry+https://github.com/rust-lang/crates.io-index"
 4602checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 4603dependencies = [
 4604 "cc",
 4605 "libc",
 4606]
 4607
 4608[[package]]
 4609name = "etagere"
 4610version = "0.2.15"
 4611source = "registry+https://github.com/rust-lang/crates.io-index"
 4612checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 4613dependencies = [
 4614 "euclid",
 4615 "svg_fmt",
 4616]
 4617
 4618[[package]]
 4619name = "etcetera"
 4620version = "0.8.0"
 4621source = "registry+https://github.com/rust-lang/crates.io-index"
 4622checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 4623dependencies = [
 4624 "cfg-if",
 4625 "home",
 4626 "windows-sys 0.48.0",
 4627]
 4628
 4629[[package]]
 4630name = "euclid"
 4631version = "0.22.11"
 4632source = "registry+https://github.com/rust-lang/crates.io-index"
 4633checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 4634dependencies = [
 4635 "num-traits",
 4636]
 4637
 4638[[package]]
 4639name = "evals"
 4640version = "0.1.0"
 4641dependencies = [
 4642 "anyhow",
 4643 "clap",
 4644 "client",
 4645 "clock",
 4646 "collections",
 4647 "env_logger 0.11.7",
 4648 "feature_flags",
 4649 "fs",
 4650 "gpui",
 4651 "http_client",
 4652 "language",
 4653 "languages",
 4654 "node_runtime",
 4655 "open_ai",
 4656 "project",
 4657 "reqwest_client",
 4658 "semantic_index",
 4659 "serde",
 4660 "serde_json",
 4661 "settings",
 4662 "smol",
 4663 "util",
 4664]
 4665
 4666[[package]]
 4667name = "event-listener"
 4668version = "2.5.3"
 4669source = "registry+https://github.com/rust-lang/crates.io-index"
 4670checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 4671
 4672[[package]]
 4673name = "event-listener"
 4674version = "5.3.1"
 4675source = "registry+https://github.com/rust-lang/crates.io-index"
 4676checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
 4677dependencies = [
 4678 "concurrent-queue",
 4679 "parking",
 4680 "pin-project-lite",
 4681]
 4682
 4683[[package]]
 4684name = "event-listener-strategy"
 4685version = "0.5.3"
 4686source = "registry+https://github.com/rust-lang/crates.io-index"
 4687checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
 4688dependencies = [
 4689 "event-listener 5.3.1",
 4690 "pin-project-lite",
 4691]
 4692
 4693[[package]]
 4694name = "exec"
 4695version = "0.3.1"
 4696source = "registry+https://github.com/rust-lang/crates.io-index"
 4697checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 4698dependencies = [
 4699 "errno 0.2.8",
 4700 "libc",
 4701]
 4702
 4703[[package]]
 4704name = "exr"
 4705version = "1.73.0"
 4706source = "registry+https://github.com/rust-lang/crates.io-index"
 4707checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 4708dependencies = [
 4709 "bit_field",
 4710 "half",
 4711 "lebe",
 4712 "miniz_oxide",
 4713 "rayon-core",
 4714 "smallvec",
 4715 "zune-inflate",
 4716]
 4717
 4718[[package]]
 4719name = "extension"
 4720version = "0.1.0"
 4721dependencies = [
 4722 "anyhow",
 4723 "async-compression",
 4724 "async-tar",
 4725 "async-trait",
 4726 "collections",
 4727 "convert_case 0.8.0",
 4728 "fs",
 4729 "futures 0.3.31",
 4730 "gpui",
 4731 "http_client",
 4732 "language",
 4733 "log",
 4734 "lsp",
 4735 "parking_lot",
 4736 "semantic_version",
 4737 "serde",
 4738 "serde_json",
 4739 "toml 0.8.20",
 4740 "util",
 4741 "wasm-encoder 0.221.3",
 4742 "wasmparser 0.221.3",
 4743 "wit-component 0.221.3",
 4744]
 4745
 4746[[package]]
 4747name = "extension_cli"
 4748version = "0.1.0"
 4749dependencies = [
 4750 "anyhow",
 4751 "clap",
 4752 "env_logger 0.11.7",
 4753 "extension",
 4754 "fs",
 4755 "language",
 4756 "log",
 4757 "reqwest_client",
 4758 "rpc",
 4759 "serde",
 4760 "serde_json",
 4761 "theme",
 4762 "tokio",
 4763 "toml 0.8.20",
 4764 "tree-sitter",
 4765 "wasmtime",
 4766]
 4767
 4768[[package]]
 4769name = "extension_host"
 4770version = "0.1.0"
 4771dependencies = [
 4772 "anyhow",
 4773 "async-compression",
 4774 "async-tar",
 4775 "async-trait",
 4776 "client",
 4777 "collections",
 4778 "context_server_settings",
 4779 "ctor",
 4780 "env_logger 0.11.7",
 4781 "extension",
 4782 "fs",
 4783 "futures 0.3.31",
 4784 "gpui",
 4785 "http_client",
 4786 "language",
 4787 "language_extension",
 4788 "log",
 4789 "lsp",
 4790 "node_runtime",
 4791 "parking_lot",
 4792 "paths",
 4793 "project",
 4794 "release_channel",
 4795 "remote",
 4796 "reqwest_client",
 4797 "schemars",
 4798 "semantic_version",
 4799 "serde",
 4800 "serde_json",
 4801 "serde_json_lenient",
 4802 "settings",
 4803 "task",
 4804 "telemetry",
 4805 "tempfile",
 4806 "theme",
 4807 "theme_extension",
 4808 "toml 0.8.20",
 4809 "url",
 4810 "util",
 4811 "wasmparser 0.221.3",
 4812 "wasmtime",
 4813 "wasmtime-wasi",
 4814]
 4815
 4816[[package]]
 4817name = "extensions_ui"
 4818version = "0.1.0"
 4819dependencies = [
 4820 "anyhow",
 4821 "client",
 4822 "collections",
 4823 "db",
 4824 "editor",
 4825 "extension_host",
 4826 "fs",
 4827 "fuzzy",
 4828 "gpui",
 4829 "language",
 4830 "num-format",
 4831 "picker",
 4832 "project",
 4833 "release_channel",
 4834 "semantic_version",
 4835 "serde",
 4836 "settings",
 4837 "smallvec",
 4838 "strum",
 4839 "telemetry",
 4840 "theme",
 4841 "ui",
 4842 "util",
 4843 "vim_mode_setting",
 4844 "workspace",
 4845 "zed_actions",
 4846]
 4847
 4848[[package]]
 4849name = "fallible-iterator"
 4850version = "0.3.0"
 4851source = "registry+https://github.com/rust-lang/crates.io-index"
 4852checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 4853
 4854[[package]]
 4855name = "fancy-regex"
 4856version = "0.13.0"
 4857source = "registry+https://github.com/rust-lang/crates.io-index"
 4858checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
 4859dependencies = [
 4860 "bit-set 0.5.3",
 4861 "regex-automata 0.4.9",
 4862 "regex-syntax 0.8.5",
 4863]
 4864
 4865[[package]]
 4866name = "fancy-regex"
 4867version = "0.14.0"
 4868source = "registry+https://github.com/rust-lang/crates.io-index"
 4869checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
 4870dependencies = [
 4871 "bit-set 0.8.0",
 4872 "regex-automata 0.4.9",
 4873 "regex-syntax 0.8.5",
 4874]
 4875
 4876[[package]]
 4877name = "fast-srgb8"
 4878version = "1.0.0"
 4879source = "registry+https://github.com/rust-lang/crates.io-index"
 4880checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 4881
 4882[[package]]
 4883name = "fastrand"
 4884version = "1.9.0"
 4885source = "registry+https://github.com/rust-lang/crates.io-index"
 4886checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 4887dependencies = [
 4888 "instant",
 4889]
 4890
 4891[[package]]
 4892name = "fastrand"
 4893version = "2.3.0"
 4894source = "registry+https://github.com/rust-lang/crates.io-index"
 4895checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 4896
 4897[[package]]
 4898name = "fd-lock"
 4899version = "4.0.2"
 4900source = "registry+https://github.com/rust-lang/crates.io-index"
 4901checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
 4902dependencies = [
 4903 "cfg-if",
 4904 "rustix",
 4905 "windows-sys 0.52.0",
 4906]
 4907
 4908[[package]]
 4909name = "fdeflate"
 4910version = "0.3.7"
 4911source = "registry+https://github.com/rust-lang/crates.io-index"
 4912checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 4913dependencies = [
 4914 "simd-adler32",
 4915]
 4916
 4917[[package]]
 4918name = "feature_flags"
 4919version = "0.1.0"
 4920dependencies = [
 4921 "futures 0.3.31",
 4922 "gpui",
 4923 "smol",
 4924]
 4925
 4926[[package]]
 4927name = "feedback"
 4928version = "0.1.0"
 4929dependencies = [
 4930 "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.59.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.25",
 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.25",
 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.59.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.52.6",
 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.40"
 7587source = "registry+https://github.com/rust-lang/crates.io-index"
 7588checksum = "07d0e07885d6a754b9c7993f2625187ad694ee985d60f23355ff0e7077261502"
 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.44"
 8284source = "registry+https://github.com/rust-lang/crates.io-index"
 8285checksum = "99585191385958383e13f6b822e6b6d8d9cf928e7d286ceb092da92b43c87bc1"
 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 = "pgvector"
10117version = "0.4.0"
10118source = "registry+https://github.com/rust-lang/crates.io-index"
10119checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
10120dependencies = [
10121 "serde",
10122]
10123
10124[[package]]
10125name = "phf"
10126version = "0.11.2"
10127source = "registry+https://github.com/rust-lang/crates.io-index"
10128checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
10129dependencies = [
10130 "phf_macros",
10131 "phf_shared 0.11.2",
10132]
10133
10134[[package]]
10135name = "phf_codegen"
10136version = "0.11.2"
10137source = "registry+https://github.com/rust-lang/crates.io-index"
10138checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
10139dependencies = [
10140 "phf_generator 0.11.2",
10141 "phf_shared 0.11.2",
10142]
10143
10144[[package]]
10145name = "phf_generator"
10146version = "0.10.0"
10147source = "registry+https://github.com/rust-lang/crates.io-index"
10148checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
10149dependencies = [
10150 "phf_shared 0.10.0",
10151 "rand 0.8.5",
10152]
10153
10154[[package]]
10155name = "phf_generator"
10156version = "0.11.2"
10157source = "registry+https://github.com/rust-lang/crates.io-index"
10158checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
10159dependencies = [
10160 "phf_shared 0.11.2",
10161 "rand 0.8.5",
10162]
10163
10164[[package]]
10165name = "phf_macros"
10166version = "0.11.2"
10167source = "registry+https://github.com/rust-lang/crates.io-index"
10168checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
10169dependencies = [
10170 "phf_generator 0.11.2",
10171 "phf_shared 0.11.2",
10172 "proc-macro2",
10173 "quote",
10174 "syn 2.0.100",
10175]
10176
10177[[package]]
10178name = "phf_shared"
10179version = "0.10.0"
10180source = "registry+https://github.com/rust-lang/crates.io-index"
10181checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
10182dependencies = [
10183 "siphasher 0.3.11",
10184]
10185
10186[[package]]
10187name = "phf_shared"
10188version = "0.11.2"
10189source = "registry+https://github.com/rust-lang/crates.io-index"
10190checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
10191dependencies = [
10192 "siphasher 0.3.11",
10193]
10194
10195[[package]]
10196name = "picker"
10197version = "0.1.0"
10198dependencies = [
10199 "anyhow",
10200 "ctor",
10201 "editor",
10202 "env_logger 0.11.7",
10203 "gpui",
10204 "menu",
10205 "schemars",
10206 "serde",
10207 "serde_json",
10208 "ui",
10209 "util",
10210 "workspace",
10211]
10212
10213[[package]]
10214name = "pico-args"
10215version = "0.5.0"
10216source = "registry+https://github.com/rust-lang/crates.io-index"
10217checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
10218
10219[[package]]
10220name = "pin-project"
10221version = "1.1.7"
10222source = "registry+https://github.com/rust-lang/crates.io-index"
10223checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
10224dependencies = [
10225 "pin-project-internal",
10226]
10227
10228[[package]]
10229name = "pin-project-internal"
10230version = "1.1.7"
10231source = "registry+https://github.com/rust-lang/crates.io-index"
10232checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
10233dependencies = [
10234 "proc-macro2",
10235 "quote",
10236 "syn 2.0.100",
10237]
10238
10239[[package]]
10240name = "pin-project-lite"
10241version = "0.2.16"
10242source = "registry+https://github.com/rust-lang/crates.io-index"
10243checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
10244
10245[[package]]
10246name = "pin-utils"
10247version = "0.1.0"
10248source = "registry+https://github.com/rust-lang/crates.io-index"
10249checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
10250
10251[[package]]
10252name = "piper"
10253version = "0.2.4"
10254source = "registry+https://github.com/rust-lang/crates.io-index"
10255checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
10256dependencies = [
10257 "atomic-waker",
10258 "fastrand 2.3.0",
10259 "futures-io",
10260]
10261
10262[[package]]
10263name = "pkcs1"
10264version = "0.7.5"
10265source = "registry+https://github.com/rust-lang/crates.io-index"
10266checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
10267dependencies = [
10268 "der 0.7.9",
10269 "pkcs8 0.10.2",
10270 "spki 0.7.3",
10271]
10272
10273[[package]]
10274name = "pkcs8"
10275version = "0.9.0"
10276source = "registry+https://github.com/rust-lang/crates.io-index"
10277checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
10278dependencies = [
10279 "der 0.6.1",
10280 "spki 0.6.0",
10281]
10282
10283[[package]]
10284name = "pkcs8"
10285version = "0.10.2"
10286source = "registry+https://github.com/rust-lang/crates.io-index"
10287checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
10288dependencies = [
10289 "der 0.7.9",
10290 "spki 0.7.3",
10291]
10292
10293[[package]]
10294name = "pkg-config"
10295version = "0.3.31"
10296source = "registry+https://github.com/rust-lang/crates.io-index"
10297checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
10298
10299[[package]]
10300name = "plist"
10301version = "1.7.0"
10302source = "registry+https://github.com/rust-lang/crates.io-index"
10303checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
10304dependencies = [
10305 "base64 0.22.1",
10306 "indexmap",
10307 "quick-xml 0.32.0",
10308 "serde",
10309 "time",
10310]
10311
10312[[package]]
10313name = "plotters"
10314version = "0.3.7"
10315source = "registry+https://github.com/rust-lang/crates.io-index"
10316checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
10317dependencies = [
10318 "num-traits",
10319 "plotters-backend",
10320 "plotters-svg",
10321 "wasm-bindgen",
10322 "web-sys",
10323]
10324
10325[[package]]
10326name = "plotters-backend"
10327version = "0.3.7"
10328source = "registry+https://github.com/rust-lang/crates.io-index"
10329checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
10330
10331[[package]]
10332name = "plotters-svg"
10333version = "0.3.7"
10334source = "registry+https://github.com/rust-lang/crates.io-index"
10335checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
10336dependencies = [
10337 "plotters-backend",
10338]
10339
10340[[package]]
10341name = "png"
10342version = "0.17.15"
10343source = "registry+https://github.com/rust-lang/crates.io-index"
10344checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
10345dependencies = [
10346 "bitflags 1.3.2",
10347 "crc32fast",
10348 "fdeflate",
10349 "flate2",
10350 "miniz_oxide",
10351]
10352
10353[[package]]
10354name = "polling"
10355version = "3.7.4"
10356source = "registry+https://github.com/rust-lang/crates.io-index"
10357checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
10358dependencies = [
10359 "cfg-if",
10360 "concurrent-queue",
10361 "hermit-abi 0.4.0",
10362 "pin-project-lite",
10363 "rustix",
10364 "tracing",
10365 "windows-sys 0.59.0",
10366]
10367
10368[[package]]
10369name = "pollster"
10370version = "0.2.5"
10371source = "registry+https://github.com/rust-lang/crates.io-index"
10372checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
10373
10374[[package]]
10375name = "portable-atomic"
10376version = "1.11.0"
10377source = "registry+https://github.com/rust-lang/crates.io-index"
10378checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
10379
10380[[package]]
10381name = "portable-atomic-util"
10382version = "0.2.4"
10383source = "registry+https://github.com/rust-lang/crates.io-index"
10384checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
10385dependencies = [
10386 "portable-atomic",
10387]
10388
10389[[package]]
10390name = "postage"
10391version = "0.5.0"
10392source = "registry+https://github.com/rust-lang/crates.io-index"
10393checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
10394dependencies = [
10395 "atomic",
10396 "crossbeam-queue",
10397 "futures 0.3.31",
10398 "log",
10399 "parking_lot",
10400 "pin-project",
10401 "pollster",
10402 "static_assertions",
10403 "thiserror 1.0.69",
10404]
10405
10406[[package]]
10407name = "postcard"
10408version = "1.1.1"
10409source = "registry+https://github.com/rust-lang/crates.io-index"
10410checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
10411dependencies = [
10412 "cobs",
10413 "embedded-io 0.4.0",
10414 "embedded-io 0.6.1",
10415 "serde",
10416]
10417
10418[[package]]
10419name = "powerfmt"
10420version = "0.2.0"
10421source = "registry+https://github.com/rust-lang/crates.io-index"
10422checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
10423
10424[[package]]
10425name = "ppv-lite86"
10426version = "0.2.20"
10427source = "registry+https://github.com/rust-lang/crates.io-index"
10428checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
10429dependencies = [
10430 "zerocopy 0.7.35",
10431]
10432
10433[[package]]
10434name = "precomputed-hash"
10435version = "0.1.1"
10436source = "registry+https://github.com/rust-lang/crates.io-index"
10437checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
10438
10439[[package]]
10440name = "prettier"
10441version = "0.1.0"
10442dependencies = [
10443 "anyhow",
10444 "collections",
10445 "fs",
10446 "gpui",
10447 "language",
10448 "log",
10449 "lsp",
10450 "node_runtime",
10451 "parking_lot",
10452 "paths",
10453 "serde",
10454 "serde_json",
10455 "util",
10456]
10457
10458[[package]]
10459name = "pretty_assertions"
10460version = "1.4.1"
10461source = "registry+https://github.com/rust-lang/crates.io-index"
10462checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
10463dependencies = [
10464 "diff",
10465 "yansi",
10466]
10467
10468[[package]]
10469name = "prettyplease"
10470version = "0.2.25"
10471source = "registry+https://github.com/rust-lang/crates.io-index"
10472checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
10473dependencies = [
10474 "proc-macro2",
10475 "syn 2.0.100",
10476]
10477
10478[[package]]
10479name = "proc-macro-crate"
10480version = "3.2.0"
10481source = "registry+https://github.com/rust-lang/crates.io-index"
10482checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
10483dependencies = [
10484 "toml_edit",
10485]
10486
10487[[package]]
10488name = "proc-macro-error-attr2"
10489version = "2.0.0"
10490source = "registry+https://github.com/rust-lang/crates.io-index"
10491checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
10492dependencies = [
10493 "proc-macro2",
10494 "quote",
10495]
10496
10497[[package]]
10498name = "proc-macro-error2"
10499version = "2.0.1"
10500source = "registry+https://github.com/rust-lang/crates.io-index"
10501checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
10502dependencies = [
10503 "proc-macro-error-attr2",
10504 "proc-macro2",
10505 "quote",
10506 "syn 2.0.100",
10507]
10508
10509[[package]]
10510name = "proc-macro2"
10511version = "1.0.94"
10512source = "registry+https://github.com/rust-lang/crates.io-index"
10513checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
10514dependencies = [
10515 "unicode-ident",
10516]
10517
10518[[package]]
10519name = "proc-macro2-diagnostics"
10520version = "0.10.1"
10521source = "registry+https://github.com/rust-lang/crates.io-index"
10522checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
10523dependencies = [
10524 "proc-macro2",
10525 "quote",
10526 "syn 2.0.100",
10527 "version_check",
10528 "yansi",
10529]
10530
10531[[package]]
10532name = "profiling"
10533version = "1.0.16"
10534source = "registry+https://github.com/rust-lang/crates.io-index"
10535checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
10536dependencies = [
10537 "profiling-procmacros",
10538]
10539
10540[[package]]
10541name = "profiling-procmacros"
10542version = "1.0.16"
10543source = "registry+https://github.com/rust-lang/crates.io-index"
10544checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
10545dependencies = [
10546 "quote",
10547 "syn 2.0.100",
10548]
10549
10550[[package]]
10551name = "project"
10552version = "0.1.0"
10553dependencies = [
10554 "aho-corasick",
10555 "anyhow",
10556 "askpass",
10557 "async-trait",
10558 "buffer_diff",
10559 "circular-buffer",
10560 "client",
10561 "clock",
10562 "collections",
10563 "dap",
10564 "dap_adapters",
10565 "env_logger 0.11.7",
10566 "extension",
10567 "fancy-regex 0.14.0",
10568 "fs",
10569 "futures 0.3.31",
10570 "fuzzy",
10571 "git",
10572 "git2",
10573 "globset",
10574 "gpui",
10575 "http_client",
10576 "image",
10577 "indexmap",
10578 "itertools 0.14.0",
10579 "language",
10580 "log",
10581 "lsp",
10582 "node_runtime",
10583 "parking_lot",
10584 "pathdiff",
10585 "paths",
10586 "postage",
10587 "prettier",
10588 "pretty_assertions",
10589 "rand 0.8.5",
10590 "regex",
10591 "release_channel",
10592 "remote",
10593 "rpc",
10594 "schemars",
10595 "serde",
10596 "serde_json",
10597 "settings",
10598 "sha2",
10599 "shellexpand 2.1.2",
10600 "shlex",
10601 "smol",
10602 "snippet",
10603 "snippet_provider",
10604 "task",
10605 "tempfile",
10606 "terminal",
10607 "text",
10608 "toml 0.8.20",
10609 "unindent",
10610 "url",
10611 "util",
10612 "which 6.0.3",
10613 "worktree",
10614]
10615
10616[[package]]
10617name = "project_panel"
10618version = "0.1.0"
10619dependencies = [
10620 "anyhow",
10621 "client",
10622 "collections",
10623 "command_palette_hooks",
10624 "db",
10625 "editor",
10626 "file_icons",
10627 "git",
10628 "gpui",
10629 "indexmap",
10630 "language",
10631 "menu",
10632 "pretty_assertions",
10633 "project",
10634 "schemars",
10635 "search",
10636 "serde",
10637 "serde_derive",
10638 "serde_json",
10639 "settings",
10640 "smallvec",
10641 "theme",
10642 "ui",
10643 "util",
10644 "workspace",
10645 "worktree",
10646 "zed_actions",
10647]
10648
10649[[package]]
10650name = "project_symbols"
10651version = "0.1.0"
10652dependencies = [
10653 "anyhow",
10654 "editor",
10655 "futures 0.3.31",
10656 "fuzzy",
10657 "gpui",
10658 "language",
10659 "lsp",
10660 "ordered-float 2.10.1",
10661 "picker",
10662 "project",
10663 "release_channel",
10664 "serde_json",
10665 "settings",
10666 "theme",
10667 "util",
10668 "workspace",
10669]
10670
10671[[package]]
10672name = "prometheus"
10673version = "0.13.4"
10674source = "registry+https://github.com/rust-lang/crates.io-index"
10675checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
10676dependencies = [
10677 "cfg-if",
10678 "fnv",
10679 "lazy_static",
10680 "memchr",
10681 "parking_lot",
10682 "protobuf",
10683 "thiserror 1.0.69",
10684]
10685
10686[[package]]
10687name = "prompt_library"
10688version = "0.1.0"
10689dependencies = [
10690 "anyhow",
10691 "collections",
10692 "editor",
10693 "gpui",
10694 "language",
10695 "language_model",
10696 "log",
10697 "menu",
10698 "picker",
10699 "prompt_store",
10700 "release_channel",
10701 "rope",
10702 "serde",
10703 "settings",
10704 "theme",
10705 "ui",
10706 "util",
10707 "workspace",
10708 "zed_actions",
10709]
10710
10711[[package]]
10712name = "prompt_store"
10713version = "0.1.0"
10714dependencies = [
10715 "anyhow",
10716 "assets",
10717 "chrono",
10718 "collections",
10719 "fs",
10720 "futures 0.3.31",
10721 "fuzzy",
10722 "gpui",
10723 "handlebars 4.5.0",
10724 "heed",
10725 "language",
10726 "log",
10727 "parking_lot",
10728 "paths",
10729 "rope",
10730 "serde",
10731 "text",
10732 "util",
10733 "uuid",
10734]
10735
10736[[package]]
10737name = "prost"
10738version = "0.9.0"
10739source = "registry+https://github.com/rust-lang/crates.io-index"
10740checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
10741dependencies = [
10742 "bytes 1.10.1",
10743 "prost-derive 0.9.0",
10744]
10745
10746[[package]]
10747name = "prost"
10748version = "0.12.6"
10749source = "registry+https://github.com/rust-lang/crates.io-index"
10750checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
10751dependencies = [
10752 "bytes 1.10.1",
10753 "prost-derive 0.12.6",
10754]
10755
10756[[package]]
10757name = "prost-build"
10758version = "0.9.0"
10759source = "registry+https://github.com/rust-lang/crates.io-index"
10760checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
10761dependencies = [
10762 "bytes 1.10.1",
10763 "heck 0.3.3",
10764 "itertools 0.10.5",
10765 "lazy_static",
10766 "log",
10767 "multimap 0.8.3",
10768 "petgraph",
10769 "prost 0.9.0",
10770 "prost-types 0.9.0",
10771 "regex",
10772 "tempfile",
10773 "which 4.4.2",
10774]
10775
10776[[package]]
10777name = "prost-build"
10778version = "0.12.6"
10779source = "registry+https://github.com/rust-lang/crates.io-index"
10780checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
10781dependencies = [
10782 "bytes 1.10.1",
10783 "heck 0.5.0",
10784 "itertools 0.10.5",
10785 "log",
10786 "multimap 0.10.0",
10787 "once_cell",
10788 "petgraph",
10789 "prettyplease",
10790 "prost 0.12.6",
10791 "prost-types 0.12.6",
10792 "regex",
10793 "syn 2.0.100",
10794 "tempfile",
10795]
10796
10797[[package]]
10798name = "prost-derive"
10799version = "0.9.0"
10800source = "registry+https://github.com/rust-lang/crates.io-index"
10801checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
10802dependencies = [
10803 "anyhow",
10804 "itertools 0.10.5",
10805 "proc-macro2",
10806 "quote",
10807 "syn 1.0.109",
10808]
10809
10810[[package]]
10811name = "prost-derive"
10812version = "0.12.6"
10813source = "registry+https://github.com/rust-lang/crates.io-index"
10814checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
10815dependencies = [
10816 "anyhow",
10817 "itertools 0.10.5",
10818 "proc-macro2",
10819 "quote",
10820 "syn 2.0.100",
10821]
10822
10823[[package]]
10824name = "prost-types"
10825version = "0.9.0"
10826source = "registry+https://github.com/rust-lang/crates.io-index"
10827checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
10828dependencies = [
10829 "bytes 1.10.1",
10830 "prost 0.9.0",
10831]
10832
10833[[package]]
10834name = "prost-types"
10835version = "0.12.6"
10836source = "registry+https://github.com/rust-lang/crates.io-index"
10837checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
10838dependencies = [
10839 "prost 0.12.6",
10840]
10841
10842[[package]]
10843name = "proto"
10844version = "0.1.0"
10845dependencies = [
10846 "anyhow",
10847 "collections",
10848 "prost 0.9.0",
10849 "prost-build 0.9.0",
10850 "serde",
10851]
10852
10853[[package]]
10854name = "protobuf"
10855version = "2.28.0"
10856source = "registry+https://github.com/rust-lang/crates.io-index"
10857checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10858
10859[[package]]
10860name = "psm"
10861version = "0.1.24"
10862source = "registry+https://github.com/rust-lang/crates.io-index"
10863checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10864dependencies = [
10865 "cc",
10866]
10867
10868[[package]]
10869name = "ptr_meta"
10870version = "0.1.4"
10871source = "registry+https://github.com/rust-lang/crates.io-index"
10872checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10873dependencies = [
10874 "ptr_meta_derive",
10875]
10876
10877[[package]]
10878name = "ptr_meta_derive"
10879version = "0.1.4"
10880source = "registry+https://github.com/rust-lang/crates.io-index"
10881checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10882dependencies = [
10883 "proc-macro2",
10884 "quote",
10885 "syn 1.0.109",
10886]
10887
10888[[package]]
10889name = "pulldown-cmark"
10890version = "0.10.3"
10891source = "registry+https://github.com/rust-lang/crates.io-index"
10892checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10893dependencies = [
10894 "bitflags 2.8.0",
10895 "memchr",
10896 "pulldown-cmark-escape",
10897 "unicase",
10898]
10899
10900[[package]]
10901name = "pulldown-cmark"
10902version = "0.12.2"
10903source = "registry+https://github.com/rust-lang/crates.io-index"
10904checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10905dependencies = [
10906 "bitflags 2.8.0",
10907 "memchr",
10908 "unicase",
10909]
10910
10911[[package]]
10912name = "pulldown-cmark-escape"
10913version = "0.10.1"
10914source = "registry+https://github.com/rust-lang/crates.io-index"
10915checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10916
10917[[package]]
10918name = "pulley-interpreter"
10919version = "29.0.1"
10920source = "registry+https://github.com/rust-lang/crates.io-index"
10921checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
10922dependencies = [
10923 "cranelift-bitset",
10924 "log",
10925 "sptr",
10926 "wasmtime-math",
10927]
10928
10929[[package]]
10930name = "qoi"
10931version = "0.4.1"
10932source = "registry+https://github.com/rust-lang/crates.io-index"
10933checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10934dependencies = [
10935 "bytemuck",
10936]
10937
10938[[package]]
10939name = "quick-error"
10940version = "2.0.1"
10941source = "registry+https://github.com/rust-lang/crates.io-index"
10942checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10943
10944[[package]]
10945name = "quick-xml"
10946version = "0.32.0"
10947source = "registry+https://github.com/rust-lang/crates.io-index"
10948checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10949dependencies = [
10950 "memchr",
10951]
10952
10953[[package]]
10954name = "quick-xml"
10955version = "0.37.2"
10956source = "registry+https://github.com/rust-lang/crates.io-index"
10957checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003"
10958dependencies = [
10959 "memchr",
10960]
10961
10962[[package]]
10963name = "quinn"
10964version = "0.11.6"
10965source = "registry+https://github.com/rust-lang/crates.io-index"
10966checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10967dependencies = [
10968 "bytes 1.10.1",
10969 "pin-project-lite",
10970 "quinn-proto",
10971 "quinn-udp",
10972 "rustc-hash 2.1.1",
10973 "rustls 0.23.25",
10974 "socket2",
10975 "thiserror 2.0.12",
10976 "tokio",
10977 "tracing",
10978]
10979
10980[[package]]
10981name = "quinn-proto"
10982version = "0.11.9"
10983source = "registry+https://github.com/rust-lang/crates.io-index"
10984checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10985dependencies = [
10986 "bytes 1.10.1",
10987 "getrandom 0.2.15",
10988 "rand 0.8.5",
10989 "ring",
10990 "rustc-hash 2.1.1",
10991 "rustls 0.23.25",
10992 "rustls-pki-types",
10993 "slab",
10994 "thiserror 2.0.12",
10995 "tinyvec",
10996 "tracing",
10997 "web-time",
10998]
10999
11000[[package]]
11001name = "quinn-udp"
11002version = "0.5.9"
11003source = "registry+https://github.com/rust-lang/crates.io-index"
11004checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904"
11005dependencies = [
11006 "cfg_aliases 0.2.1",
11007 "libc",
11008 "once_cell",
11009 "socket2",
11010 "tracing",
11011 "windows-sys 0.59.0",
11012]
11013
11014[[package]]
11015name = "quote"
11016version = "1.0.40"
11017source = "registry+https://github.com/rust-lang/crates.io-index"
11018checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
11019dependencies = [
11020 "proc-macro2",
11021]
11022
11023[[package]]
11024name = "radium"
11025version = "0.7.0"
11026source = "registry+https://github.com/rust-lang/crates.io-index"
11027checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
11028
11029[[package]]
11030name = "rand"
11031version = "0.7.3"
11032source = "registry+https://github.com/rust-lang/crates.io-index"
11033checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
11034dependencies = [
11035 "getrandom 0.1.16",
11036 "libc",
11037 "rand_chacha 0.2.2",
11038 "rand_core 0.5.1",
11039 "rand_hc",
11040]
11041
11042[[package]]
11043name = "rand"
11044version = "0.8.5"
11045source = "registry+https://github.com/rust-lang/crates.io-index"
11046checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
11047dependencies = [
11048 "libc",
11049 "rand_chacha 0.3.1",
11050 "rand_core 0.6.4",
11051]
11052
11053[[package]]
11054name = "rand"
11055version = "0.9.0"
11056source = "registry+https://github.com/rust-lang/crates.io-index"
11057checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
11058dependencies = [
11059 "rand_chacha 0.9.0",
11060 "rand_core 0.9.0",
11061 "zerocopy 0.8.18",
11062]
11063
11064[[package]]
11065name = "rand_chacha"
11066version = "0.2.2"
11067source = "registry+https://github.com/rust-lang/crates.io-index"
11068checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
11069dependencies = [
11070 "ppv-lite86",
11071 "rand_core 0.5.1",
11072]
11073
11074[[package]]
11075name = "rand_chacha"
11076version = "0.3.1"
11077source = "registry+https://github.com/rust-lang/crates.io-index"
11078checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
11079dependencies = [
11080 "ppv-lite86",
11081 "rand_core 0.6.4",
11082]
11083
11084[[package]]
11085name = "rand_chacha"
11086version = "0.9.0"
11087source = "registry+https://github.com/rust-lang/crates.io-index"
11088checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
11089dependencies = [
11090 "ppv-lite86",
11091 "rand_core 0.9.0",
11092]
11093
11094[[package]]
11095name = "rand_core"
11096version = "0.5.1"
11097source = "registry+https://github.com/rust-lang/crates.io-index"
11098checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
11099dependencies = [
11100 "getrandom 0.1.16",
11101]
11102
11103[[package]]
11104name = "rand_core"
11105version = "0.6.4"
11106source = "registry+https://github.com/rust-lang/crates.io-index"
11107checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
11108dependencies = [
11109 "getrandom 0.2.15",
11110]
11111
11112[[package]]
11113name = "rand_core"
11114version = "0.9.0"
11115source = "registry+https://github.com/rust-lang/crates.io-index"
11116checksum = "b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff"
11117dependencies = [
11118 "getrandom 0.3.1",
11119 "zerocopy 0.8.18",
11120]
11121
11122[[package]]
11123name = "rand_hc"
11124version = "0.2.0"
11125source = "registry+https://github.com/rust-lang/crates.io-index"
11126checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
11127dependencies = [
11128 "rand_core 0.5.1",
11129]
11130
11131[[package]]
11132name = "rangemap"
11133version = "1.5.1"
11134source = "registry+https://github.com/rust-lang/crates.io-index"
11135checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
11136
11137[[package]]
11138name = "rav1e"
11139version = "0.7.1"
11140source = "registry+https://github.com/rust-lang/crates.io-index"
11141checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
11142dependencies = [
11143 "arbitrary",
11144 "arg_enum_proc_macro",
11145 "arrayvec",
11146 "av1-grain",
11147 "bitstream-io",
11148 "built",
11149 "cfg-if",
11150 "interpolate_name",
11151 "itertools 0.12.1",
11152 "libc",
11153 "libfuzzer-sys",
11154 "log",
11155 "maybe-rayon",
11156 "new_debug_unreachable",
11157 "noop_proc_macro",
11158 "num-derive",
11159 "num-traits",
11160 "once_cell",
11161 "paste",
11162 "profiling",
11163 "rand 0.8.5",
11164 "rand_chacha 0.3.1",
11165 "simd_helpers",
11166 "system-deps",
11167 "thiserror 1.0.69",
11168 "v_frame",
11169 "wasm-bindgen",
11170]
11171
11172[[package]]
11173name = "ravif"
11174version = "0.11.11"
11175source = "registry+https://github.com/rust-lang/crates.io-index"
11176checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
11177dependencies = [
11178 "avif-serialize",
11179 "imgref",
11180 "loop9",
11181 "quick-error",
11182 "rav1e",
11183 "rayon",
11184 "rgb",
11185]
11186
11187[[package]]
11188name = "raw-window-handle"
11189version = "0.6.2"
11190source = "registry+https://github.com/rust-lang/crates.io-index"
11191checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
11192
11193[[package]]
11194name = "raw-window-metal"
11195version = "0.4.0"
11196source = "registry+https://github.com/rust-lang/crates.io-index"
11197checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
11198dependencies = [
11199 "cocoa 0.25.0",
11200 "core-graphics 0.23.2",
11201 "objc",
11202 "raw-window-handle",
11203]
11204
11205[[package]]
11206name = "rayon"
11207version = "1.10.0"
11208source = "registry+https://github.com/rust-lang/crates.io-index"
11209checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
11210dependencies = [
11211 "either",
11212 "rayon-core",
11213]
11214
11215[[package]]
11216name = "rayon-core"
11217version = "1.12.1"
11218source = "registry+https://github.com/rust-lang/crates.io-index"
11219checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
11220dependencies = [
11221 "crossbeam-deque",
11222 "crossbeam-utils",
11223]
11224
11225[[package]]
11226name = "read-fonts"
11227version = "0.22.5"
11228source = "registry+https://github.com/rust-lang/crates.io-index"
11229checksum = "4a04b892cb6f91951f144c33321843790c8574c825aafdb16d815fd7183b5229"
11230dependencies = [
11231 "bytemuck",
11232 "font-types",
11233]
11234
11235[[package]]
11236name = "recent_projects"
11237version = "0.1.0"
11238dependencies = [
11239 "anyhow",
11240 "auto_update",
11241 "dap",
11242 "editor",
11243 "extension_host",
11244 "file_finder",
11245 "futures 0.3.31",
11246 "fuzzy",
11247 "gpui",
11248 "language",
11249 "log",
11250 "markdown",
11251 "menu",
11252 "ordered-float 2.10.1",
11253 "paths",
11254 "picker",
11255 "project",
11256 "release_channel",
11257 "remote",
11258 "schemars",
11259 "serde",
11260 "serde_json",
11261 "settings",
11262 "smol",
11263 "task",
11264 "telemetry",
11265 "theme",
11266 "ui",
11267 "util",
11268 "workspace",
11269 "zed_actions",
11270]
11271
11272[[package]]
11273name = "redox_syscall"
11274version = "0.2.16"
11275source = "registry+https://github.com/rust-lang/crates.io-index"
11276checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
11277dependencies = [
11278 "bitflags 1.3.2",
11279]
11280
11281[[package]]
11282name = "redox_syscall"
11283version = "0.5.8"
11284source = "registry+https://github.com/rust-lang/crates.io-index"
11285checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
11286dependencies = [
11287 "bitflags 2.8.0",
11288]
11289
11290[[package]]
11291name = "redox_users"
11292version = "0.4.6"
11293source = "registry+https://github.com/rust-lang/crates.io-index"
11294checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
11295dependencies = [
11296 "getrandom 0.2.15",
11297 "libredox",
11298 "thiserror 1.0.69",
11299]
11300
11301[[package]]
11302name = "refineable"
11303version = "0.1.0"
11304dependencies = [
11305 "derive_refineable",
11306]
11307
11308[[package]]
11309name = "regalloc2"
11310version = "0.11.1"
11311source = "registry+https://github.com/rust-lang/crates.io-index"
11312checksum = "145c1c267e14f20fb0f88aa76a1c5ffec42d592c1d28b3cd9148ae35916158d3"
11313dependencies = [
11314 "allocator-api2",
11315 "bumpalo",
11316 "hashbrown 0.15.2",
11317 "log",
11318 "rustc-hash 2.1.1",
11319 "smallvec",
11320]
11321
11322[[package]]
11323name = "regex"
11324version = "1.11.1"
11325source = "registry+https://github.com/rust-lang/crates.io-index"
11326checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
11327dependencies = [
11328 "aho-corasick",
11329 "memchr",
11330 "regex-automata 0.4.9",
11331 "regex-syntax 0.8.5",
11332]
11333
11334[[package]]
11335name = "regex-automata"
11336version = "0.1.10"
11337source = "registry+https://github.com/rust-lang/crates.io-index"
11338checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
11339dependencies = [
11340 "regex-syntax 0.6.29",
11341]
11342
11343[[package]]
11344name = "regex-automata"
11345version = "0.4.9"
11346source = "registry+https://github.com/rust-lang/crates.io-index"
11347checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
11348dependencies = [
11349 "aho-corasick",
11350 "memchr",
11351 "regex-syntax 0.8.5",
11352]
11353
11354[[package]]
11355name = "regex-lite"
11356version = "0.1.6"
11357source = "registry+https://github.com/rust-lang/crates.io-index"
11358checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
11359
11360[[package]]
11361name = "regex-syntax"
11362version = "0.6.29"
11363source = "registry+https://github.com/rust-lang/crates.io-index"
11364checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
11365
11366[[package]]
11367name = "regex-syntax"
11368version = "0.8.5"
11369source = "registry+https://github.com/rust-lang/crates.io-index"
11370checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
11371
11372[[package]]
11373name = "release_channel"
11374version = "0.1.0"
11375dependencies = [
11376 "gpui",
11377]
11378
11379[[package]]
11380name = "remote"
11381version = "0.1.0"
11382dependencies = [
11383 "anyhow",
11384 "askpass",
11385 "async-trait",
11386 "collections",
11387 "fs",
11388 "futures 0.3.31",
11389 "gpui",
11390 "itertools 0.14.0",
11391 "log",
11392 "parking_lot",
11393 "paths",
11394 "prost 0.9.0",
11395 "release_channel",
11396 "rpc",
11397 "schemars",
11398 "serde",
11399 "serde_json",
11400 "shlex",
11401 "smol",
11402 "tempfile",
11403 "thiserror 2.0.12",
11404 "urlencoding",
11405 "util",
11406]
11407
11408[[package]]
11409name = "remote_server"
11410version = "0.1.0"
11411dependencies = [
11412 "anyhow",
11413 "async-watch",
11414 "backtrace",
11415 "cargo_toml",
11416 "chrono",
11417 "clap",
11418 "client",
11419 "clock",
11420 "env_logger 0.11.7",
11421 "extension",
11422 "extension_host",
11423 "fork",
11424 "fs",
11425 "futures 0.3.31",
11426 "git",
11427 "git_hosting_providers",
11428 "gpui",
11429 "gpui_tokio",
11430 "http_client",
11431 "language",
11432 "language_extension",
11433 "languages",
11434 "libc",
11435 "log",
11436 "lsp",
11437 "node_runtime",
11438 "paths",
11439 "project",
11440 "proto",
11441 "release_channel",
11442 "remote",
11443 "reqwest_client",
11444 "rpc",
11445 "rust-embed",
11446 "serde",
11447 "serde_json",
11448 "settings",
11449 "shellexpand 2.1.2",
11450 "smol",
11451 "sysinfo",
11452 "telemetry_events",
11453 "toml 0.8.20",
11454 "unindent",
11455 "util",
11456 "worktree",
11457]
11458
11459[[package]]
11460name = "rend"
11461version = "0.4.2"
11462source = "registry+https://github.com/rust-lang/crates.io-index"
11463checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
11464dependencies = [
11465 "bytecheck",
11466]
11467
11468[[package]]
11469name = "repl"
11470version = "0.1.0"
11471dependencies = [
11472 "alacritty_terminal",
11473 "anyhow",
11474 "async-dispatcher",
11475 "async-tungstenite",
11476 "base64 0.22.1",
11477 "client",
11478 "collections",
11479 "command_palette_hooks",
11480 "editor",
11481 "env_logger 0.11.7",
11482 "feature_flags",
11483 "file_icons",
11484 "futures 0.3.31",
11485 "gpui",
11486 "http_client",
11487 "image",
11488 "indoc",
11489 "jupyter-protocol",
11490 "jupyter-websocket-client",
11491 "language",
11492 "languages",
11493 "log",
11494 "markdown_preview",
11495 "menu",
11496 "multi_buffer",
11497 "nbformat",
11498 "picker",
11499 "project",
11500 "runtimelib",
11501 "schemars",
11502 "serde",
11503 "serde_json",
11504 "settings",
11505 "smol",
11506 "telemetry",
11507 "terminal",
11508 "terminal_view",
11509 "theme",
11510 "tree-sitter-md",
11511 "tree-sitter-python",
11512 "tree-sitter-typescript",
11513 "ui",
11514 "util",
11515 "uuid",
11516 "workspace",
11517]
11518
11519[[package]]
11520name = "reqwest"
11521version = "0.11.27"
11522source = "registry+https://github.com/rust-lang/crates.io-index"
11523checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
11524dependencies = [
11525 "base64 0.21.7",
11526 "bytes 1.10.1",
11527 "encoding_rs",
11528 "futures-core",
11529 "futures-util",
11530 "h2 0.3.26",
11531 "http 0.2.12",
11532 "http-body 0.4.6",
11533 "hyper 0.14.32",
11534 "hyper-rustls 0.24.2",
11535 "hyper-tls",
11536 "ipnet",
11537 "js-sys",
11538 "log",
11539 "mime",
11540 "native-tls",
11541 "once_cell",
11542 "percent-encoding",
11543 "pin-project-lite",
11544 "rustls 0.21.12",
11545 "rustls-native-certs 0.6.3",
11546 "rustls-pemfile 1.0.4",
11547 "serde",
11548 "serde_json",
11549 "serde_urlencoded",
11550 "sync_wrapper 0.1.2",
11551 "system-configuration 0.5.1",
11552 "tokio",
11553 "tokio-native-tls",
11554 "tokio-rustls 0.24.1",
11555 "tower-service",
11556 "url",
11557 "wasm-bindgen",
11558 "wasm-bindgen-futures",
11559 "web-sys",
11560 "winreg 0.50.0",
11561]
11562
11563[[package]]
11564name = "reqwest"
11565version = "0.12.8"
11566source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
11567dependencies = [
11568 "base64 0.22.1",
11569 "bytes 1.10.1",
11570 "encoding_rs",
11571 "futures-core",
11572 "futures-util",
11573 "h2 0.4.7",
11574 "http 1.2.0",
11575 "http-body 1.0.1",
11576 "http-body-util",
11577 "hyper 1.5.1",
11578 "hyper-rustls 0.27.3",
11579 "hyper-util",
11580 "ipnet",
11581 "js-sys",
11582 "log",
11583 "mime",
11584 "once_cell",
11585 "percent-encoding",
11586 "pin-project-lite",
11587 "quinn",
11588 "rustls 0.23.25",
11589 "rustls-native-certs 0.8.1",
11590 "rustls-pemfile 2.2.0",
11591 "rustls-pki-types",
11592 "serde",
11593 "serde_json",
11594 "serde_urlencoded",
11595 "sync_wrapper 1.0.2",
11596 "system-configuration 0.6.1",
11597 "tokio",
11598 "tokio-rustls 0.26.1",
11599 "tokio-socks",
11600 "tokio-util",
11601 "tower-service",
11602 "url",
11603 "wasm-bindgen",
11604 "wasm-bindgen-futures",
11605 "wasm-streams",
11606 "web-sys",
11607 "windows-registry",
11608]
11609
11610[[package]]
11611name = "reqwest_client"
11612version = "0.1.0"
11613dependencies = [
11614 "anyhow",
11615 "bytes 1.10.1",
11616 "futures 0.3.31",
11617 "gpui",
11618 "http_client",
11619 "http_client_tls",
11620 "log",
11621 "regex",
11622 "reqwest 0.12.8",
11623 "serde",
11624 "smol",
11625 "tokio",
11626]
11627
11628[[package]]
11629name = "resvg"
11630version = "0.45.0"
11631source = "registry+https://github.com/rust-lang/crates.io-index"
11632checksum = "dd43d1c474e9dadf09a8fdf22d713ba668b499b5117b9b9079500224e26b5b29"
11633dependencies = [
11634 "log",
11635 "pico-args",
11636 "rgb",
11637 "svgtypes",
11638 "tiny-skia",
11639 "usvg",
11640]
11641
11642[[package]]
11643name = "rfc6979"
11644version = "0.3.1"
11645source = "registry+https://github.com/rust-lang/crates.io-index"
11646checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
11647dependencies = [
11648 "crypto-bigint 0.4.9",
11649 "hmac",
11650 "zeroize",
11651]
11652
11653[[package]]
11654name = "rgb"
11655version = "0.8.50"
11656source = "registry+https://github.com/rust-lang/crates.io-index"
11657checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
11658dependencies = [
11659 "bytemuck",
11660]
11661
11662[[package]]
11663name = "rich_text"
11664version = "0.1.0"
11665dependencies = [
11666 "futures 0.3.31",
11667 "gpui",
11668 "language",
11669 "linkify",
11670 "pulldown-cmark 0.12.2",
11671 "theme",
11672 "ui",
11673 "util",
11674]
11675
11676[[package]]
11677name = "ring"
11678version = "0.17.8"
11679source = "registry+https://github.com/rust-lang/crates.io-index"
11680checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
11681dependencies = [
11682 "cc",
11683 "cfg-if",
11684 "getrandom 0.2.15",
11685 "libc",
11686 "spin",
11687 "untrusted",
11688 "windows-sys 0.52.0",
11689]
11690
11691[[package]]
11692name = "rkyv"
11693version = "0.7.45"
11694source = "registry+https://github.com/rust-lang/crates.io-index"
11695checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
11696dependencies = [
11697 "bitvec",
11698 "bytecheck",
11699 "bytes 1.10.1",
11700 "hashbrown 0.12.3",
11701 "ptr_meta",
11702 "rend",
11703 "rkyv_derive",
11704 "seahash",
11705 "tinyvec",
11706 "uuid",
11707]
11708
11709[[package]]
11710name = "rkyv_derive"
11711version = "0.7.45"
11712source = "registry+https://github.com/rust-lang/crates.io-index"
11713checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
11714dependencies = [
11715 "proc-macro2",
11716 "quote",
11717 "syn 1.0.109",
11718]
11719
11720[[package]]
11721name = "rmp"
11722version = "0.8.14"
11723source = "registry+https://github.com/rust-lang/crates.io-index"
11724checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
11725dependencies = [
11726 "byteorder",
11727 "num-traits",
11728 "paste",
11729]
11730
11731[[package]]
11732name = "rmpv"
11733version = "1.3.0"
11734source = "registry+https://github.com/rust-lang/crates.io-index"
11735checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
11736dependencies = [
11737 "num-traits",
11738 "rmp",
11739]
11740
11741[[package]]
11742name = "rodio"
11743version = "0.20.1"
11744source = "registry+https://github.com/rust-lang/crates.io-index"
11745checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
11746dependencies = [
11747 "cpal",
11748 "hound",
11749]
11750
11751[[package]]
11752name = "rope"
11753version = "0.1.0"
11754dependencies = [
11755 "arrayvec",
11756 "criterion",
11757 "ctor",
11758 "env_logger 0.11.7",
11759 "gpui",
11760 "log",
11761 "rand 0.8.5",
11762 "rayon",
11763 "smallvec",
11764 "sum_tree",
11765 "unicode-segmentation",
11766 "util",
11767]
11768
11769[[package]]
11770name = "roxmltree"
11771version = "0.20.0"
11772source = "registry+https://github.com/rust-lang/crates.io-index"
11773checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
11774
11775[[package]]
11776name = "rpc"
11777version = "0.1.0"
11778dependencies = [
11779 "anyhow",
11780 "async-tungstenite",
11781 "base64 0.22.1",
11782 "chrono",
11783 "collections",
11784 "env_logger 0.11.7",
11785 "futures 0.3.31",
11786 "gpui",
11787 "parking_lot",
11788 "proto",
11789 "rand 0.8.5",
11790 "rsa",
11791 "serde",
11792 "serde_json",
11793 "sha2",
11794 "strum",
11795 "tracing",
11796 "util",
11797 "zstd",
11798]
11799
11800[[package]]
11801name = "rsa"
11802version = "0.9.8"
11803source = "registry+https://github.com/rust-lang/crates.io-index"
11804checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
11805dependencies = [
11806 "const-oid",
11807 "digest",
11808 "num-bigint-dig",
11809 "num-integer",
11810 "num-traits",
11811 "pkcs1",
11812 "pkcs8 0.10.2",
11813 "rand_core 0.6.4",
11814 "signature 2.2.0",
11815 "spki 0.7.3",
11816 "subtle",
11817 "zeroize",
11818]
11819
11820[[package]]
11821name = "runtimelib"
11822version = "0.25.0"
11823source = "registry+https://github.com/rust-lang/crates.io-index"
11824checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
11825dependencies = [
11826 "anyhow",
11827 "async-dispatcher",
11828 "async-std",
11829 "base64 0.22.1",
11830 "bytes 1.10.1",
11831 "chrono",
11832 "data-encoding",
11833 "dirs 5.0.1",
11834 "futures 0.3.31",
11835 "glob",
11836 "jupyter-protocol",
11837 "ring",
11838 "serde",
11839 "serde_json",
11840 "shellexpand 3.1.0",
11841 "smol",
11842 "uuid",
11843 "zeromq",
11844]
11845
11846[[package]]
11847name = "rust-embed"
11848version = "8.5.0"
11849source = "registry+https://github.com/rust-lang/crates.io-index"
11850checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
11851dependencies = [
11852 "rust-embed-impl",
11853 "rust-embed-utils",
11854 "walkdir",
11855]
11856
11857[[package]]
11858name = "rust-embed-impl"
11859version = "8.5.0"
11860source = "registry+https://github.com/rust-lang/crates.io-index"
11861checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
11862dependencies = [
11863 "proc-macro2",
11864 "quote",
11865 "rust-embed-utils",
11866 "syn 2.0.100",
11867 "walkdir",
11868]
11869
11870[[package]]
11871name = "rust-embed-utils"
11872version = "8.5.0"
11873source = "registry+https://github.com/rust-lang/crates.io-index"
11874checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
11875dependencies = [
11876 "globset",
11877 "sha2",
11878 "walkdir",
11879]
11880
11881[[package]]
11882name = "rust_decimal"
11883version = "1.36.0"
11884source = "registry+https://github.com/rust-lang/crates.io-index"
11885checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
11886dependencies = [
11887 "arrayvec",
11888 "borsh",
11889 "bytes 1.10.1",
11890 "num-traits",
11891 "rand 0.8.5",
11892 "rkyv",
11893 "serde",
11894 "serde_json",
11895]
11896
11897[[package]]
11898name = "rustc-demangle"
11899version = "0.1.24"
11900source = "registry+https://github.com/rust-lang/crates.io-index"
11901checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11902
11903[[package]]
11904name = "rustc-hash"
11905version = "1.1.0"
11906source = "registry+https://github.com/rust-lang/crates.io-index"
11907checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11908
11909[[package]]
11910name = "rustc-hash"
11911version = "2.1.1"
11912source = "registry+https://github.com/rust-lang/crates.io-index"
11913checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
11914
11915[[package]]
11916name = "rustc_version"
11917version = "0.4.1"
11918source = "registry+https://github.com/rust-lang/crates.io-index"
11919checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11920dependencies = [
11921 "semver",
11922]
11923
11924[[package]]
11925name = "rustix"
11926version = "0.38.42"
11927source = "registry+https://github.com/rust-lang/crates.io-index"
11928checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11929dependencies = [
11930 "bitflags 2.8.0",
11931 "errno 0.3.10",
11932 "itoa",
11933 "libc",
11934 "linux-raw-sys",
11935 "once_cell",
11936 "windows-sys 0.59.0",
11937]
11938
11939[[package]]
11940name = "rustix-openpty"
11941version = "0.1.1"
11942source = "registry+https://github.com/rust-lang/crates.io-index"
11943checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11944dependencies = [
11945 "errno 0.3.10",
11946 "libc",
11947 "rustix",
11948]
11949
11950[[package]]
11951name = "rustls"
11952version = "0.21.12"
11953source = "registry+https://github.com/rust-lang/crates.io-index"
11954checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11955dependencies = [
11956 "log",
11957 "ring",
11958 "rustls-webpki 0.101.7",
11959 "sct",
11960]
11961
11962[[package]]
11963name = "rustls"
11964version = "0.23.25"
11965source = "registry+https://github.com/rust-lang/crates.io-index"
11966checksum = "822ee9188ac4ec04a2f0531e55d035fb2de73f18b41a63c70c2712503b6fb13c"
11967dependencies = [
11968 "aws-lc-rs",
11969 "log",
11970 "once_cell",
11971 "ring",
11972 "rustls-pki-types",
11973 "rustls-webpki 0.103.0",
11974 "subtle",
11975 "zeroize",
11976]
11977
11978[[package]]
11979name = "rustls-native-certs"
11980version = "0.6.3"
11981source = "registry+https://github.com/rust-lang/crates.io-index"
11982checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11983dependencies = [
11984 "openssl-probe",
11985 "rustls-pemfile 1.0.4",
11986 "schannel",
11987 "security-framework 2.11.1",
11988]
11989
11990[[package]]
11991name = "rustls-native-certs"
11992version = "0.8.1"
11993source = "registry+https://github.com/rust-lang/crates.io-index"
11994checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11995dependencies = [
11996 "openssl-probe",
11997 "rustls-pki-types",
11998 "schannel",
11999 "security-framework 3.0.1",
12000]
12001
12002[[package]]
12003name = "rustls-pemfile"
12004version = "1.0.4"
12005source = "registry+https://github.com/rust-lang/crates.io-index"
12006checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
12007dependencies = [
12008 "base64 0.21.7",
12009]
12010
12011[[package]]
12012name = "rustls-pemfile"
12013version = "2.2.0"
12014source = "registry+https://github.com/rust-lang/crates.io-index"
12015checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
12016dependencies = [
12017 "rustls-pki-types",
12018]
12019
12020[[package]]
12021name = "rustls-pki-types"
12022version = "1.11.0"
12023source = "registry+https://github.com/rust-lang/crates.io-index"
12024checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
12025dependencies = [
12026 "web-time",
12027]
12028
12029[[package]]
12030name = "rustls-platform-verifier"
12031version = "0.5.1"
12032source = "registry+https://github.com/rust-lang/crates.io-index"
12033checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
12034dependencies = [
12035 "core-foundation 0.10.0",
12036 "core-foundation-sys",
12037 "jni",
12038 "log",
12039 "once_cell",
12040 "rustls 0.23.25",
12041 "rustls-native-certs 0.8.1",
12042 "rustls-platform-verifier-android",
12043 "rustls-webpki 0.103.0",
12044 "security-framework 3.0.1",
12045 "security-framework-sys",
12046 "webpki-root-certs",
12047 "windows-sys 0.59.0",
12048]
12049
12050[[package]]
12051name = "rustls-platform-verifier-android"
12052version = "0.1.1"
12053source = "registry+https://github.com/rust-lang/crates.io-index"
12054checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
12055
12056[[package]]
12057name = "rustls-webpki"
12058version = "0.101.7"
12059source = "registry+https://github.com/rust-lang/crates.io-index"
12060checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
12061dependencies = [
12062 "ring",
12063 "untrusted",
12064]
12065
12066[[package]]
12067name = "rustls-webpki"
12068version = "0.103.0"
12069source = "registry+https://github.com/rust-lang/crates.io-index"
12070checksum = "0aa4eeac2588ffff23e9d7a7e9b3f971c5fb5b7ebc9452745e0c232c64f83b2f"
12071dependencies = [
12072 "aws-lc-rs",
12073 "ring",
12074 "rustls-pki-types",
12075 "untrusted",
12076]
12077
12078[[package]]
12079name = "rustversion"
12080version = "1.0.18"
12081source = "registry+https://github.com/rust-lang/crates.io-index"
12082checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
12083
12084[[package]]
12085name = "rustybuzz"
12086version = "0.14.1"
12087source = "registry+https://github.com/rust-lang/crates.io-index"
12088checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
12089dependencies = [
12090 "bitflags 2.8.0",
12091 "bytemuck",
12092 "libm",
12093 "smallvec",
12094 "ttf-parser 0.21.1",
12095 "unicode-bidi-mirroring 0.2.0",
12096 "unicode-ccc 0.2.0",
12097 "unicode-properties",
12098 "unicode-script",
12099]
12100
12101[[package]]
12102name = "rustybuzz"
12103version = "0.20.1"
12104source = "registry+https://github.com/rust-lang/crates.io-index"
12105checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
12106dependencies = [
12107 "bitflags 2.8.0",
12108 "bytemuck",
12109 "core_maths",
12110 "log",
12111 "smallvec",
12112 "ttf-parser 0.25.1",
12113 "unicode-bidi-mirroring 0.4.0",
12114 "unicode-ccc 0.4.0",
12115 "unicode-properties",
12116 "unicode-script",
12117]
12118
12119[[package]]
12120name = "ryu"
12121version = "1.0.18"
12122source = "registry+https://github.com/rust-lang/crates.io-index"
12123checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
12124
12125[[package]]
12126name = "salsa20"
12127version = "0.10.2"
12128source = "registry+https://github.com/rust-lang/crates.io-index"
12129checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
12130dependencies = [
12131 "cipher",
12132]
12133
12134[[package]]
12135name = "same-file"
12136version = "1.0.6"
12137source = "registry+https://github.com/rust-lang/crates.io-index"
12138checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
12139dependencies = [
12140 "winapi-util",
12141]
12142
12143[[package]]
12144name = "schannel"
12145version = "0.1.27"
12146source = "registry+https://github.com/rust-lang/crates.io-index"
12147checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
12148dependencies = [
12149 "windows-sys 0.59.0",
12150]
12151
12152[[package]]
12153name = "schema_generator"
12154version = "0.1.0"
12155dependencies = [
12156 "anyhow",
12157 "clap",
12158 "env_logger 0.11.7",
12159 "schemars",
12160 "serde",
12161 "serde_json",
12162 "theme",
12163]
12164
12165[[package]]
12166name = "schemars"
12167version = "0.8.22"
12168source = "registry+https://github.com/rust-lang/crates.io-index"
12169checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
12170dependencies = [
12171 "dyn-clone",
12172 "indexmap",
12173 "schemars_derive",
12174 "serde",
12175 "serde_json",
12176]
12177
12178[[package]]
12179name = "schemars_derive"
12180version = "0.8.22"
12181source = "registry+https://github.com/rust-lang/crates.io-index"
12182checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
12183dependencies = [
12184 "proc-macro2",
12185 "quote",
12186 "serde_derive_internals",
12187 "syn 2.0.100",
12188]
12189
12190[[package]]
12191name = "scoped-tls"
12192version = "1.0.1"
12193source = "registry+https://github.com/rust-lang/crates.io-index"
12194checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
12195
12196[[package]]
12197name = "scopeguard"
12198version = "1.2.0"
12199source = "registry+https://github.com/rust-lang/crates.io-index"
12200checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
12201
12202[[package]]
12203name = "scratch"
12204version = "1.0.7"
12205source = "registry+https://github.com/rust-lang/crates.io-index"
12206checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
12207
12208[[package]]
12209name = "scripting_tool"
12210version = "0.1.0"
12211dependencies = [
12212 "anyhow",
12213 "buffer_diff",
12214 "clock",
12215 "collections",
12216 "futures 0.3.31",
12217 "gpui",
12218 "language",
12219 "log",
12220 "mlua",
12221 "parking_lot",
12222 "project",
12223 "rand 0.8.5",
12224 "regex",
12225 "schemars",
12226 "serde",
12227 "serde_json",
12228 "settings",
12229 "util",
12230]
12231
12232[[package]]
12233name = "scrypt"
12234version = "0.11.0"
12235source = "registry+https://github.com/rust-lang/crates.io-index"
12236checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
12237dependencies = [
12238 "password-hash 0.5.0",
12239 "pbkdf2 0.12.2",
12240 "salsa20",
12241 "sha2",
12242]
12243
12244[[package]]
12245name = "sct"
12246version = "0.7.1"
12247source = "registry+https://github.com/rust-lang/crates.io-index"
12248checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
12249dependencies = [
12250 "ring",
12251 "untrusted",
12252]
12253
12254[[package]]
12255name = "sea-bae"
12256version = "0.2.1"
12257source = "registry+https://github.com/rust-lang/crates.io-index"
12258checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
12259dependencies = [
12260 "heck 0.4.1",
12261 "proc-macro-error2",
12262 "proc-macro2",
12263 "quote",
12264 "syn 2.0.100",
12265]
12266
12267[[package]]
12268name = "sea-orm"
12269version = "1.1.7"
12270source = "registry+https://github.com/rust-lang/crates.io-index"
12271checksum = "3417812d38049e8ec3d588c03570f8c60de811d2453fb48e424045a1600ffd86"
12272dependencies = [
12273 "async-stream",
12274 "async-trait",
12275 "bigdecimal",
12276 "chrono",
12277 "futures-util",
12278 "log",
12279 "ouroboros",
12280 "pgvector",
12281 "rust_decimal",
12282 "sea-orm-macros",
12283 "sea-query",
12284 "sea-query-binder",
12285 "serde",
12286 "serde_json",
12287 "sqlx",
12288 "strum",
12289 "thiserror 1.0.69",
12290 "time",
12291 "tracing",
12292 "url",
12293 "uuid",
12294]
12295
12296[[package]]
12297name = "sea-orm-macros"
12298version = "1.1.7"
12299source = "registry+https://github.com/rust-lang/crates.io-index"
12300checksum = "d705ba84e1c74c8ac27784e4ac6f21584058c1dc0cadb9d39b43e109fcf8139c"
12301dependencies = [
12302 "heck 0.4.1",
12303 "proc-macro2",
12304 "quote",
12305 "sea-bae",
12306 "syn 2.0.100",
12307 "unicode-ident",
12308]
12309
12310[[package]]
12311name = "sea-query"
12312version = "0.32.1"
12313source = "registry+https://github.com/rust-lang/crates.io-index"
12314checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
12315dependencies = [
12316 "bigdecimal",
12317 "chrono",
12318 "inherent",
12319 "ordered-float 3.9.2",
12320 "rust_decimal",
12321 "serde_json",
12322 "time",
12323 "uuid",
12324]
12325
12326[[package]]
12327name = "sea-query-binder"
12328version = "0.7.0"
12329source = "registry+https://github.com/rust-lang/crates.io-index"
12330checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
12331dependencies = [
12332 "bigdecimal",
12333 "chrono",
12334 "rust_decimal",
12335 "sea-query",
12336 "serde_json",
12337 "sqlx",
12338 "time",
12339 "uuid",
12340]
12341
12342[[package]]
12343name = "seahash"
12344version = "4.1.0"
12345source = "registry+https://github.com/rust-lang/crates.io-index"
12346checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
12347
12348[[package]]
12349name = "search"
12350version = "0.1.0"
12351dependencies = [
12352 "any_vec",
12353 "anyhow",
12354 "bitflags 2.8.0",
12355 "client",
12356 "collections",
12357 "editor",
12358 "futures 0.3.31",
12359 "gpui",
12360 "language",
12361 "menu",
12362 "project",
12363 "schemars",
12364 "serde",
12365 "serde_json",
12366 "settings",
12367 "smol",
12368 "theme",
12369 "ui",
12370 "unindent",
12371 "util",
12372 "workspace",
12373 "zed_actions",
12374]
12375
12376[[package]]
12377name = "sec1"
12378version = "0.3.0"
12379source = "registry+https://github.com/rust-lang/crates.io-index"
12380checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
12381dependencies = [
12382 "base16ct",
12383 "der 0.6.1",
12384 "generic-array",
12385 "pkcs8 0.9.0",
12386 "subtle",
12387 "zeroize",
12388]
12389
12390[[package]]
12391name = "security-framework"
12392version = "2.11.1"
12393source = "registry+https://github.com/rust-lang/crates.io-index"
12394checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
12395dependencies = [
12396 "bitflags 2.8.0",
12397 "core-foundation 0.9.4",
12398 "core-foundation-sys",
12399 "libc",
12400 "security-framework-sys",
12401]
12402
12403[[package]]
12404name = "security-framework"
12405version = "3.0.1"
12406source = "registry+https://github.com/rust-lang/crates.io-index"
12407checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
12408dependencies = [
12409 "bitflags 2.8.0",
12410 "core-foundation 0.10.0",
12411 "core-foundation-sys",
12412 "libc",
12413 "security-framework-sys",
12414]
12415
12416[[package]]
12417name = "security-framework-sys"
12418version = "2.12.1"
12419source = "registry+https://github.com/rust-lang/crates.io-index"
12420checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
12421dependencies = [
12422 "core-foundation-sys",
12423 "libc",
12424]
12425
12426[[package]]
12427name = "self_cell"
12428version = "1.1.0"
12429source = "registry+https://github.com/rust-lang/crates.io-index"
12430checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
12431
12432[[package]]
12433name = "semantic_index"
12434version = "0.1.0"
12435dependencies = [
12436 "anyhow",
12437 "arrayvec",
12438 "blake3",
12439 "client",
12440 "clock",
12441 "collections",
12442 "env_logger 0.11.7",
12443 "feature_flags",
12444 "fs",
12445 "futures 0.3.31",
12446 "futures-batch",
12447 "gpui",
12448 "heed",
12449 "http_client",
12450 "language",
12451 "language_model",
12452 "languages",
12453 "log",
12454 "open_ai",
12455 "parking_lot",
12456 "project",
12457 "reqwest_client",
12458 "serde",
12459 "serde_json",
12460 "settings",
12461 "sha2",
12462 "smol",
12463 "streaming-iterator",
12464 "tempfile",
12465 "theme",
12466 "tree-sitter",
12467 "ui",
12468 "unindent",
12469 "util",
12470 "workspace",
12471 "worktree",
12472]
12473
12474[[package]]
12475name = "semantic_version"
12476version = "0.1.0"
12477dependencies = [
12478 "anyhow",
12479 "serde",
12480]
12481
12482[[package]]
12483name = "semver"
12484version = "1.0.26"
12485source = "registry+https://github.com/rust-lang/crates.io-index"
12486checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
12487dependencies = [
12488 "serde",
12489]
12490
12491[[package]]
12492name = "serde"
12493version = "1.0.218"
12494source = "registry+https://github.com/rust-lang/crates.io-index"
12495checksum = "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60"
12496dependencies = [
12497 "serde_derive",
12498]
12499
12500[[package]]
12501name = "serde_derive"
12502version = "1.0.218"
12503source = "registry+https://github.com/rust-lang/crates.io-index"
12504checksum = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b"
12505dependencies = [
12506 "proc-macro2",
12507 "quote",
12508 "syn 2.0.100",
12509]
12510
12511[[package]]
12512name = "serde_derive_internals"
12513version = "0.29.1"
12514source = "registry+https://github.com/rust-lang/crates.io-index"
12515checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
12516dependencies = [
12517 "proc-macro2",
12518 "quote",
12519 "syn 2.0.100",
12520]
12521
12522[[package]]
12523name = "serde_fmt"
12524version = "1.0.3"
12525source = "registry+https://github.com/rust-lang/crates.io-index"
12526checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
12527dependencies = [
12528 "serde",
12529]
12530
12531[[package]]
12532name = "serde_json"
12533version = "1.0.140"
12534source = "registry+https://github.com/rust-lang/crates.io-index"
12535checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
12536dependencies = [
12537 "indexmap",
12538 "itoa",
12539 "memchr",
12540 "ryu",
12541 "serde",
12542]
12543
12544[[package]]
12545name = "serde_json_lenient"
12546version = "0.2.4"
12547source = "registry+https://github.com/rust-lang/crates.io-index"
12548checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
12549dependencies = [
12550 "indexmap",
12551 "itoa",
12552 "memchr",
12553 "ryu",
12554 "serde",
12555]
12556
12557[[package]]
12558name = "serde_path_to_error"
12559version = "0.1.16"
12560source = "registry+https://github.com/rust-lang/crates.io-index"
12561checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
12562dependencies = [
12563 "itoa",
12564 "serde",
12565]
12566
12567[[package]]
12568name = "serde_qs"
12569version = "0.8.5"
12570source = "registry+https://github.com/rust-lang/crates.io-index"
12571checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
12572dependencies = [
12573 "percent-encoding",
12574 "serde",
12575 "thiserror 1.0.69",
12576]
12577
12578[[package]]
12579name = "serde_qs"
12580version = "0.10.1"
12581source = "registry+https://github.com/rust-lang/crates.io-index"
12582checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
12583dependencies = [
12584 "percent-encoding",
12585 "serde",
12586 "thiserror 1.0.69",
12587]
12588
12589[[package]]
12590name = "serde_repr"
12591version = "0.1.20"
12592source = "registry+https://github.com/rust-lang/crates.io-index"
12593checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
12594dependencies = [
12595 "proc-macro2",
12596 "quote",
12597 "syn 2.0.100",
12598]
12599
12600[[package]]
12601name = "serde_spanned"
12602version = "0.6.8"
12603source = "registry+https://github.com/rust-lang/crates.io-index"
12604checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
12605dependencies = [
12606 "serde",
12607]
12608
12609[[package]]
12610name = "serde_urlencoded"
12611version = "0.7.1"
12612source = "registry+https://github.com/rust-lang/crates.io-index"
12613checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
12614dependencies = [
12615 "form_urlencoded",
12616 "itoa",
12617 "ryu",
12618 "serde",
12619]
12620
12621[[package]]
12622name = "session"
12623version = "0.1.0"
12624dependencies = [
12625 "db",
12626 "gpui",
12627 "serde_json",
12628 "util",
12629 "uuid",
12630]
12631
12632[[package]]
12633name = "settings"
12634version = "0.1.0"
12635dependencies = [
12636 "anyhow",
12637 "collections",
12638 "ec4rs",
12639 "fs",
12640 "futures 0.3.31",
12641 "gpui",
12642 "indoc",
12643 "inventory",
12644 "log",
12645 "paths",
12646 "pretty_assertions",
12647 "release_channel",
12648 "rust-embed",
12649 "schemars",
12650 "serde",
12651 "serde_derive",
12652 "serde_json",
12653 "serde_json_lenient",
12654 "smallvec",
12655 "streaming-iterator",
12656 "tree-sitter",
12657 "tree-sitter-json",
12658 "unindent",
12659 "util",
12660]
12661
12662[[package]]
12663name = "settings_ui"
12664version = "0.1.0"
12665dependencies = [
12666 "command_palette_hooks",
12667 "editor",
12668 "feature_flags",
12669 "gpui",
12670 "settings",
12671 "theme",
12672 "ui",
12673 "workspace",
12674]
12675
12676[[package]]
12677name = "sha1"
12678version = "0.10.6"
12679source = "registry+https://github.com/rust-lang/crates.io-index"
12680checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
12681dependencies = [
12682 "cfg-if",
12683 "cpufeatures",
12684 "digest",
12685]
12686
12687[[package]]
12688name = "sha1_smol"
12689version = "1.0.1"
12690source = "registry+https://github.com/rust-lang/crates.io-index"
12691checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
12692
12693[[package]]
12694name = "sha2"
12695version = "0.10.8"
12696source = "registry+https://github.com/rust-lang/crates.io-index"
12697checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
12698dependencies = [
12699 "cfg-if",
12700 "cpufeatures",
12701 "digest",
12702]
12703
12704[[package]]
12705name = "sharded-slab"
12706version = "0.1.7"
12707source = "registry+https://github.com/rust-lang/crates.io-index"
12708checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
12709dependencies = [
12710 "lazy_static",
12711]
12712
12713[[package]]
12714name = "shell-words"
12715version = "1.1.0"
12716source = "registry+https://github.com/rust-lang/crates.io-index"
12717checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
12718
12719[[package]]
12720name = "shellexpand"
12721version = "2.1.2"
12722source = "registry+https://github.com/rust-lang/crates.io-index"
12723checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
12724dependencies = [
12725 "dirs 4.0.0",
12726]
12727
12728[[package]]
12729name = "shellexpand"
12730version = "3.1.0"
12731source = "registry+https://github.com/rust-lang/crates.io-index"
12732checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
12733dependencies = [
12734 "dirs 5.0.1",
12735]
12736
12737[[package]]
12738name = "shlex"
12739version = "1.3.0"
12740source = "registry+https://github.com/rust-lang/crates.io-index"
12741checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
12742
12743[[package]]
12744name = "signal-hook"
12745version = "0.3.17"
12746source = "registry+https://github.com/rust-lang/crates.io-index"
12747checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
12748dependencies = [
12749 "libc",
12750 "signal-hook-registry",
12751]
12752
12753[[package]]
12754name = "signal-hook-registry"
12755version = "1.4.2"
12756source = "registry+https://github.com/rust-lang/crates.io-index"
12757checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
12758dependencies = [
12759 "libc",
12760]
12761
12762[[package]]
12763name = "signature"
12764version = "1.6.4"
12765source = "registry+https://github.com/rust-lang/crates.io-index"
12766checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
12767dependencies = [
12768 "digest",
12769 "rand_core 0.6.4",
12770]
12771
12772[[package]]
12773name = "signature"
12774version = "2.2.0"
12775source = "registry+https://github.com/rust-lang/crates.io-index"
12776checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
12777dependencies = [
12778 "digest",
12779 "rand_core 0.6.4",
12780]
12781
12782[[package]]
12783name = "simd-adler32"
12784version = "0.3.7"
12785source = "registry+https://github.com/rust-lang/crates.io-index"
12786checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
12787
12788[[package]]
12789name = "simd_helpers"
12790version = "0.1.0"
12791source = "registry+https://github.com/rust-lang/crates.io-index"
12792checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
12793dependencies = [
12794 "quote",
12795]
12796
12797[[package]]
12798name = "simdutf8"
12799version = "0.1.5"
12800source = "registry+https://github.com/rust-lang/crates.io-index"
12801checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
12802
12803[[package]]
12804name = "simple_asn1"
12805version = "0.6.2"
12806source = "registry+https://github.com/rust-lang/crates.io-index"
12807checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
12808dependencies = [
12809 "num-bigint",
12810 "num-traits",
12811 "thiserror 1.0.69",
12812 "time",
12813]
12814
12815[[package]]
12816name = "simplecss"
12817version = "0.2.1"
12818source = "registry+https://github.com/rust-lang/crates.io-index"
12819checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
12820dependencies = [
12821 "log",
12822]
12823
12824[[package]]
12825name = "simplelog"
12826version = "0.12.2"
12827source = "registry+https://github.com/rust-lang/crates.io-index"
12828checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
12829dependencies = [
12830 "log",
12831 "termcolor",
12832 "time",
12833]
12834
12835[[package]]
12836name = "siphasher"
12837version = "0.3.11"
12838source = "registry+https://github.com/rust-lang/crates.io-index"
12839checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
12840
12841[[package]]
12842name = "siphasher"
12843version = "1.0.1"
12844source = "registry+https://github.com/rust-lang/crates.io-index"
12845checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
12846
12847[[package]]
12848name = "skrifa"
12849version = "0.22.3"
12850source = "registry+https://github.com/rust-lang/crates.io-index"
12851checksum = "8e1c44ad1f6c5bdd4eefed8326711b7dbda9ea45dfd36068c427d332aa382cbe"
12852dependencies = [
12853 "bytemuck",
12854 "read-fonts",
12855]
12856
12857[[package]]
12858name = "slab"
12859version = "0.4.9"
12860source = "registry+https://github.com/rust-lang/crates.io-index"
12861checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
12862dependencies = [
12863 "autocfg",
12864]
12865
12866[[package]]
12867name = "slash_commands_example"
12868version = "0.1.0"
12869dependencies = [
12870 "zed_extension_api 0.1.0",
12871]
12872
12873[[package]]
12874name = "slotmap"
12875version = "1.0.7"
12876source = "registry+https://github.com/rust-lang/crates.io-index"
12877checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
12878dependencies = [
12879 "version_check",
12880]
12881
12882[[package]]
12883name = "smallvec"
12884version = "1.14.0"
12885source = "registry+https://github.com/rust-lang/crates.io-index"
12886checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
12887dependencies = [
12888 "serde",
12889]
12890
12891[[package]]
12892name = "smart-default"
12893version = "0.6.0"
12894source = "registry+https://github.com/rust-lang/crates.io-index"
12895checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
12896dependencies = [
12897 "proc-macro2",
12898 "quote",
12899 "syn 1.0.109",
12900]
12901
12902[[package]]
12903name = "smol"
12904version = "2.0.2"
12905source = "registry+https://github.com/rust-lang/crates.io-index"
12906checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
12907dependencies = [
12908 "async-channel 2.3.1",
12909 "async-executor",
12910 "async-fs",
12911 "async-io",
12912 "async-lock",
12913 "async-net",
12914 "async-process",
12915 "blocking",
12916 "futures-lite 2.6.0",
12917]
12918
12919[[package]]
12920name = "smol_str"
12921version = "0.1.24"
12922source = "registry+https://github.com/rust-lang/crates.io-index"
12923checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
12924dependencies = [
12925 "serde",
12926]
12927
12928[[package]]
12929name = "snippet"
12930version = "0.1.0"
12931dependencies = [
12932 "anyhow",
12933 "smallvec",
12934]
12935
12936[[package]]
12937name = "snippet_provider"
12938version = "0.1.0"
12939dependencies = [
12940 "anyhow",
12941 "collections",
12942 "extension",
12943 "fs",
12944 "futures 0.3.31",
12945 "gpui",
12946 "parking_lot",
12947 "paths",
12948 "schemars",
12949 "serde",
12950 "serde_json_lenient",
12951 "snippet",
12952 "util",
12953]
12954
12955[[package]]
12956name = "snippets_ui"
12957version = "0.1.0"
12958dependencies = [
12959 "fuzzy",
12960 "gpui",
12961 "language",
12962 "paths",
12963 "picker",
12964 "ui",
12965 "util",
12966 "workspace",
12967]
12968
12969[[package]]
12970name = "socket2"
12971version = "0.5.8"
12972source = "registry+https://github.com/rust-lang/crates.io-index"
12973checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12974dependencies = [
12975 "libc",
12976 "windows-sys 0.52.0",
12977]
12978
12979[[package]]
12980name = "spdx"
12981version = "0.10.7"
12982source = "registry+https://github.com/rust-lang/crates.io-index"
12983checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12984dependencies = [
12985 "smallvec",
12986]
12987
12988[[package]]
12989name = "spin"
12990version = "0.9.8"
12991source = "registry+https://github.com/rust-lang/crates.io-index"
12992checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
12993dependencies = [
12994 "lock_api",
12995]
12996
12997[[package]]
12998name = "spirv"
12999version = "0.3.0+sdk-1.3.268.0"
13000source = "registry+https://github.com/rust-lang/crates.io-index"
13001checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
13002dependencies = [
13003 "bitflags 2.8.0",
13004]
13005
13006[[package]]
13007name = "spki"
13008version = "0.6.0"
13009source = "registry+https://github.com/rust-lang/crates.io-index"
13010checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
13011dependencies = [
13012 "base64ct",
13013 "der 0.6.1",
13014]
13015
13016[[package]]
13017name = "spki"
13018version = "0.7.3"
13019source = "registry+https://github.com/rust-lang/crates.io-index"
13020checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
13021dependencies = [
13022 "base64ct",
13023 "der 0.7.9",
13024]
13025
13026[[package]]
13027name = "sptr"
13028version = "0.3.2"
13029source = "registry+https://github.com/rust-lang/crates.io-index"
13030checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
13031
13032[[package]]
13033name = "sqlez"
13034version = "0.1.0"
13035dependencies = [
13036 "anyhow",
13037 "collections",
13038 "futures 0.3.31",
13039 "indoc",
13040 "libsqlite3-sys",
13041 "parking_lot",
13042 "smol",
13043 "sqlformat",
13044 "thread_local",
13045 "util",
13046 "uuid",
13047]
13048
13049[[package]]
13050name = "sqlez_macros"
13051version = "0.1.0"
13052dependencies = [
13053 "sqlez",
13054 "sqlformat",
13055 "syn 1.0.109",
13056]
13057
13058[[package]]
13059name = "sqlformat"
13060version = "0.2.6"
13061source = "registry+https://github.com/rust-lang/crates.io-index"
13062checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
13063dependencies = [
13064 "nom",
13065 "unicode_categories",
13066]
13067
13068[[package]]
13069name = "sqlx"
13070version = "0.8.3"
13071source = "registry+https://github.com/rust-lang/crates.io-index"
13072checksum = "4410e73b3c0d8442c5f99b425d7a435b5ee0ae4167b3196771dd3f7a01be745f"
13073dependencies = [
13074 "sqlx-core",
13075 "sqlx-macros",
13076 "sqlx-mysql",
13077 "sqlx-postgres",
13078 "sqlx-sqlite",
13079]
13080
13081[[package]]
13082name = "sqlx-core"
13083version = "0.8.3"
13084source = "registry+https://github.com/rust-lang/crates.io-index"
13085checksum = "6a007b6936676aa9ab40207cde35daab0a04b823be8ae004368c0793b96a61e0"
13086dependencies = [
13087 "bigdecimal",
13088 "bytes 1.10.1",
13089 "chrono",
13090 "crc",
13091 "crossbeam-queue",
13092 "either",
13093 "event-listener 5.3.1",
13094 "futures-core",
13095 "futures-intrusive",
13096 "futures-io",
13097 "futures-util",
13098 "hashbrown 0.15.2",
13099 "hashlink 0.10.0",
13100 "indexmap",
13101 "log",
13102 "memchr",
13103 "once_cell",
13104 "percent-encoding",
13105 "rust_decimal",
13106 "rustls 0.23.25",
13107 "rustls-pemfile 2.2.0",
13108 "serde",
13109 "serde_json",
13110 "sha2",
13111 "smallvec",
13112 "thiserror 2.0.12",
13113 "time",
13114 "tokio",
13115 "tokio-stream",
13116 "tracing",
13117 "url",
13118 "uuid",
13119 "webpki-roots",
13120]
13121
13122[[package]]
13123name = "sqlx-macros"
13124version = "0.8.3"
13125source = "registry+https://github.com/rust-lang/crates.io-index"
13126checksum = "3112e2ad78643fef903618d78cf0aec1cb3134b019730edb039b69eaf531f310"
13127dependencies = [
13128 "proc-macro2",
13129 "quote",
13130 "sqlx-core",
13131 "sqlx-macros-core",
13132 "syn 2.0.100",
13133]
13134
13135[[package]]
13136name = "sqlx-macros-core"
13137version = "0.8.3"
13138source = "registry+https://github.com/rust-lang/crates.io-index"
13139checksum = "4e9f90acc5ab146a99bf5061a7eb4976b573f560bc898ef3bf8435448dd5e7ad"
13140dependencies = [
13141 "dotenvy",
13142 "either",
13143 "heck 0.5.0",
13144 "hex",
13145 "once_cell",
13146 "proc-macro2",
13147 "quote",
13148 "serde",
13149 "serde_json",
13150 "sha2",
13151 "sqlx-core",
13152 "sqlx-mysql",
13153 "sqlx-postgres",
13154 "sqlx-sqlite",
13155 "syn 2.0.100",
13156 "tempfile",
13157 "tokio",
13158 "url",
13159]
13160
13161[[package]]
13162name = "sqlx-mysql"
13163version = "0.8.3"
13164source = "registry+https://github.com/rust-lang/crates.io-index"
13165checksum = "4560278f0e00ce64938540546f59f590d60beee33fffbd3b9cd47851e5fff233"
13166dependencies = [
13167 "atoi",
13168 "base64 0.22.1",
13169 "bigdecimal",
13170 "bitflags 2.8.0",
13171 "byteorder",
13172 "bytes 1.10.1",
13173 "chrono",
13174 "crc",
13175 "digest",
13176 "dotenvy",
13177 "either",
13178 "futures-channel",
13179 "futures-core",
13180 "futures-io",
13181 "futures-util",
13182 "generic-array",
13183 "hex",
13184 "hkdf",
13185 "hmac",
13186 "itoa",
13187 "log",
13188 "md-5",
13189 "memchr",
13190 "once_cell",
13191 "percent-encoding",
13192 "rand 0.8.5",
13193 "rsa",
13194 "rust_decimal",
13195 "serde",
13196 "sha1",
13197 "sha2",
13198 "smallvec",
13199 "sqlx-core",
13200 "stringprep",
13201 "thiserror 2.0.12",
13202 "time",
13203 "tracing",
13204 "uuid",
13205 "whoami",
13206]
13207
13208[[package]]
13209name = "sqlx-postgres"
13210version = "0.8.3"
13211source = "registry+https://github.com/rust-lang/crates.io-index"
13212checksum = "c5b98a57f363ed6764d5b3a12bfedf62f07aa16e1856a7ddc2a0bb190a959613"
13213dependencies = [
13214 "atoi",
13215 "base64 0.22.1",
13216 "bigdecimal",
13217 "bitflags 2.8.0",
13218 "byteorder",
13219 "chrono",
13220 "crc",
13221 "dotenvy",
13222 "etcetera",
13223 "futures-channel",
13224 "futures-core",
13225 "futures-util",
13226 "hex",
13227 "hkdf",
13228 "hmac",
13229 "home",
13230 "itoa",
13231 "log",
13232 "md-5",
13233 "memchr",
13234 "num-bigint",
13235 "once_cell",
13236 "rand 0.8.5",
13237 "rust_decimal",
13238 "serde",
13239 "serde_json",
13240 "sha2",
13241 "smallvec",
13242 "sqlx-core",
13243 "stringprep",
13244 "thiserror 2.0.12",
13245 "time",
13246 "tracing",
13247 "uuid",
13248 "whoami",
13249]
13250
13251[[package]]
13252name = "sqlx-sqlite"
13253version = "0.8.3"
13254source = "registry+https://github.com/rust-lang/crates.io-index"
13255checksum = "f85ca71d3a5b24e64e1d08dd8fe36c6c95c339a896cc33068148906784620540"
13256dependencies = [
13257 "atoi",
13258 "chrono",
13259 "flume",
13260 "futures-channel",
13261 "futures-core",
13262 "futures-executor",
13263 "futures-intrusive",
13264 "futures-util",
13265 "libsqlite3-sys",
13266 "log",
13267 "percent-encoding",
13268 "serde",
13269 "serde_urlencoded",
13270 "sqlx-core",
13271 "time",
13272 "tracing",
13273 "url",
13274 "uuid",
13275]
13276
13277[[package]]
13278name = "stable_deref_trait"
13279version = "1.2.0"
13280source = "registry+https://github.com/rust-lang/crates.io-index"
13281checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
13282
13283[[package]]
13284name = "static_assertions"
13285version = "1.1.0"
13286source = "registry+https://github.com/rust-lang/crates.io-index"
13287checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
13288
13289[[package]]
13290name = "story"
13291version = "0.1.0"
13292dependencies = [
13293 "gpui",
13294 "itertools 0.14.0",
13295 "smallvec",
13296]
13297
13298[[package]]
13299name = "storybook"
13300version = "0.1.0"
13301dependencies = [
13302 "anyhow",
13303 "clap",
13304 "collab_ui",
13305 "ctrlc",
13306 "dialoguer",
13307 "editor",
13308 "fuzzy",
13309 "gpui",
13310 "indoc",
13311 "language",
13312 "log",
13313 "menu",
13314 "picker",
13315 "project",
13316 "reqwest_client",
13317 "rust-embed",
13318 "settings",
13319 "simplelog",
13320 "story",
13321 "strum",
13322 "theme",
13323 "title_bar",
13324 "ui",
13325]
13326
13327[[package]]
13328name = "streaming-iterator"
13329version = "0.1.9"
13330source = "registry+https://github.com/rust-lang/crates.io-index"
13331checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
13332
13333[[package]]
13334name = "streaming_diff"
13335version = "0.1.0"
13336dependencies = [
13337 "ordered-float 2.10.1",
13338 "rand 0.8.5",
13339 "rope",
13340 "util",
13341]
13342
13343[[package]]
13344name = "strict-num"
13345version = "0.1.1"
13346source = "registry+https://github.com/rust-lang/crates.io-index"
13347checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
13348dependencies = [
13349 "float-cmp",
13350]
13351
13352[[package]]
13353name = "string_cache"
13354version = "0.8.7"
13355source = "registry+https://github.com/rust-lang/crates.io-index"
13356checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
13357dependencies = [
13358 "new_debug_unreachable",
13359 "once_cell",
13360 "parking_lot",
13361 "phf_shared 0.10.0",
13362 "precomputed-hash",
13363 "serde",
13364]
13365
13366[[package]]
13367name = "string_cache_codegen"
13368version = "0.5.2"
13369source = "registry+https://github.com/rust-lang/crates.io-index"
13370checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
13371dependencies = [
13372 "phf_generator 0.10.0",
13373 "phf_shared 0.10.0",
13374 "proc-macro2",
13375 "quote",
13376]
13377
13378[[package]]
13379name = "stringprep"
13380version = "0.1.5"
13381source = "registry+https://github.com/rust-lang/crates.io-index"
13382checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
13383dependencies = [
13384 "unicode-bidi",
13385 "unicode-normalization",
13386 "unicode-properties",
13387]
13388
13389[[package]]
13390name = "strsim"
13391version = "0.11.1"
13392source = "registry+https://github.com/rust-lang/crates.io-index"
13393checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
13394
13395[[package]]
13396name = "strum"
13397version = "0.26.3"
13398source = "registry+https://github.com/rust-lang/crates.io-index"
13399checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
13400dependencies = [
13401 "strum_macros",
13402]
13403
13404[[package]]
13405name = "strum_macros"
13406version = "0.26.4"
13407source = "registry+https://github.com/rust-lang/crates.io-index"
13408checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
13409dependencies = [
13410 "heck 0.5.0",
13411 "proc-macro2",
13412 "quote",
13413 "rustversion",
13414 "syn 2.0.100",
13415]
13416
13417[[package]]
13418name = "subtle"
13419version = "2.6.1"
13420source = "registry+https://github.com/rust-lang/crates.io-index"
13421checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
13422
13423[[package]]
13424name = "sum_tree"
13425version = "0.1.0"
13426dependencies = [
13427 "arrayvec",
13428 "ctor",
13429 "env_logger 0.11.7",
13430 "log",
13431 "rand 0.8.5",
13432 "rayon",
13433]
13434
13435[[package]]
13436name = "supermaven"
13437version = "0.1.0"
13438dependencies = [
13439 "anyhow",
13440 "client",
13441 "collections",
13442 "editor",
13443 "env_logger 0.11.7",
13444 "futures 0.3.31",
13445 "gpui",
13446 "http_client",
13447 "inline_completion",
13448 "language",
13449 "log",
13450 "postage",
13451 "project",
13452 "serde",
13453 "serde_json",
13454 "settings",
13455 "smol",
13456 "supermaven_api",
13457 "text",
13458 "theme",
13459 "ui",
13460 "unicode-segmentation",
13461 "util",
13462]
13463
13464[[package]]
13465name = "supermaven_api"
13466version = "0.1.0"
13467dependencies = [
13468 "anyhow",
13469 "futures 0.3.31",
13470 "http_client",
13471 "paths",
13472 "serde",
13473 "serde_json",
13474 "smol",
13475]
13476
13477[[package]]
13478name = "sval"
13479version = "2.13.2"
13480source = "registry+https://github.com/rust-lang/crates.io-index"
13481checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
13482
13483[[package]]
13484name = "sval_buffer"
13485version = "2.13.2"
13486source = "registry+https://github.com/rust-lang/crates.io-index"
13487checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
13488dependencies = [
13489 "sval",
13490 "sval_ref",
13491]
13492
13493[[package]]
13494name = "sval_dynamic"
13495version = "2.13.2"
13496source = "registry+https://github.com/rust-lang/crates.io-index"
13497checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
13498dependencies = [
13499 "sval",
13500]
13501
13502[[package]]
13503name = "sval_fmt"
13504version = "2.13.2"
13505source = "registry+https://github.com/rust-lang/crates.io-index"
13506checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
13507dependencies = [
13508 "itoa",
13509 "ryu",
13510 "sval",
13511]
13512
13513[[package]]
13514name = "sval_json"
13515version = "2.13.2"
13516source = "registry+https://github.com/rust-lang/crates.io-index"
13517checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
13518dependencies = [
13519 "itoa",
13520 "ryu",
13521 "sval",
13522]
13523
13524[[package]]
13525name = "sval_nested"
13526version = "2.13.2"
13527source = "registry+https://github.com/rust-lang/crates.io-index"
13528checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
13529dependencies = [
13530 "sval",
13531 "sval_buffer",
13532 "sval_ref",
13533]
13534
13535[[package]]
13536name = "sval_ref"
13537version = "2.13.2"
13538source = "registry+https://github.com/rust-lang/crates.io-index"
13539checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
13540dependencies = [
13541 "sval",
13542]
13543
13544[[package]]
13545name = "sval_serde"
13546version = "2.13.2"
13547source = "registry+https://github.com/rust-lang/crates.io-index"
13548checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
13549dependencies = [
13550 "serde",
13551 "sval",
13552 "sval_nested",
13553]
13554
13555[[package]]
13556name = "svg_fmt"
13557version = "0.4.4"
13558source = "registry+https://github.com/rust-lang/crates.io-index"
13559checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
13560
13561[[package]]
13562name = "svgtypes"
13563version = "0.15.3"
13564source = "registry+https://github.com/rust-lang/crates.io-index"
13565checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
13566dependencies = [
13567 "kurbo",
13568 "siphasher 1.0.1",
13569]
13570
13571[[package]]
13572name = "swash"
13573version = "0.1.19"
13574source = "registry+https://github.com/rust-lang/crates.io-index"
13575checksum = "cbd59f3f359ddd2c95af4758c18270eddd9c730dde98598023cdabff472c2ca2"
13576dependencies = [
13577 "skrifa",
13578 "yazi",
13579 "zeno",
13580]
13581
13582[[package]]
13583name = "syn"
13584version = "1.0.109"
13585source = "registry+https://github.com/rust-lang/crates.io-index"
13586checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
13587dependencies = [
13588 "proc-macro2",
13589 "quote",
13590 "unicode-ident",
13591]
13592
13593[[package]]
13594name = "syn"
13595version = "2.0.100"
13596source = "registry+https://github.com/rust-lang/crates.io-index"
13597checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
13598dependencies = [
13599 "proc-macro2",
13600 "quote",
13601 "unicode-ident",
13602]
13603
13604[[package]]
13605name = "sync_wrapper"
13606version = "0.1.2"
13607source = "registry+https://github.com/rust-lang/crates.io-index"
13608checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
13609
13610[[package]]
13611name = "sync_wrapper"
13612version = "1.0.2"
13613source = "registry+https://github.com/rust-lang/crates.io-index"
13614checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
13615dependencies = [
13616 "futures-core",
13617]
13618
13619[[package]]
13620name = "synchronoise"
13621version = "1.0.1"
13622source = "registry+https://github.com/rust-lang/crates.io-index"
13623checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
13624dependencies = [
13625 "crossbeam-queue",
13626]
13627
13628[[package]]
13629name = "synstructure"
13630version = "0.13.1"
13631source = "registry+https://github.com/rust-lang/crates.io-index"
13632checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
13633dependencies = [
13634 "proc-macro2",
13635 "quote",
13636 "syn 2.0.100",
13637]
13638
13639[[package]]
13640name = "sys-locale"
13641version = "0.3.2"
13642source = "registry+https://github.com/rust-lang/crates.io-index"
13643checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
13644dependencies = [
13645 "libc",
13646]
13647
13648[[package]]
13649name = "sysinfo"
13650version = "0.31.4"
13651source = "registry+https://github.com/rust-lang/crates.io-index"
13652checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
13653dependencies = [
13654 "core-foundation-sys",
13655 "libc",
13656 "memchr",
13657 "ntapi",
13658 "rayon",
13659 "windows 0.57.0",
13660]
13661
13662[[package]]
13663name = "system-configuration"
13664version = "0.5.1"
13665source = "registry+https://github.com/rust-lang/crates.io-index"
13666checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
13667dependencies = [
13668 "bitflags 1.3.2",
13669 "core-foundation 0.9.4",
13670 "system-configuration-sys 0.5.0",
13671]
13672
13673[[package]]
13674name = "system-configuration"
13675version = "0.6.1"
13676source = "registry+https://github.com/rust-lang/crates.io-index"
13677checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
13678dependencies = [
13679 "bitflags 2.8.0",
13680 "core-foundation 0.9.4",
13681 "system-configuration-sys 0.6.0",
13682]
13683
13684[[package]]
13685name = "system-configuration-sys"
13686version = "0.5.0"
13687source = "registry+https://github.com/rust-lang/crates.io-index"
13688checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
13689dependencies = [
13690 "core-foundation-sys",
13691 "libc",
13692]
13693
13694[[package]]
13695name = "system-configuration-sys"
13696version = "0.6.0"
13697source = "registry+https://github.com/rust-lang/crates.io-index"
13698checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
13699dependencies = [
13700 "core-foundation-sys",
13701 "libc",
13702]
13703
13704[[package]]
13705name = "system-deps"
13706version = "6.2.2"
13707source = "registry+https://github.com/rust-lang/crates.io-index"
13708checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
13709dependencies = [
13710 "cfg-expr",
13711 "heck 0.5.0",
13712 "pkg-config",
13713 "toml 0.8.20",
13714 "version-compare",
13715]
13716
13717[[package]]
13718name = "system-interface"
13719version = "0.27.3"
13720source = "registry+https://github.com/rust-lang/crates.io-index"
13721checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
13722dependencies = [
13723 "bitflags 2.8.0",
13724 "cap-fs-ext",
13725 "cap-std",
13726 "fd-lock",
13727 "io-lifetimes",
13728 "rustix",
13729 "windows-sys 0.59.0",
13730 "winx",
13731]
13732
13733[[package]]
13734name = "tab_switcher"
13735version = "0.1.0"
13736dependencies = [
13737 "anyhow",
13738 "collections",
13739 "ctor",
13740 "editor",
13741 "env_logger 0.11.7",
13742 "gpui",
13743 "language",
13744 "menu",
13745 "picker",
13746 "project",
13747 "schemars",
13748 "serde",
13749 "serde_json",
13750 "settings",
13751 "theme",
13752 "ui",
13753 "util",
13754 "workspace",
13755]
13756
13757[[package]]
13758name = "taffy"
13759version = "0.4.4"
13760source = "registry+https://github.com/rust-lang/crates.io-index"
13761checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
13762dependencies = [
13763 "arrayvec",
13764 "grid",
13765 "num-traits",
13766 "serde",
13767 "slotmap",
13768]
13769
13770[[package]]
13771name = "take-until"
13772version = "0.2.0"
13773source = "registry+https://github.com/rust-lang/crates.io-index"
13774checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
13775
13776[[package]]
13777name = "tap"
13778version = "1.0.1"
13779source = "registry+https://github.com/rust-lang/crates.io-index"
13780checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
13781
13782[[package]]
13783name = "target-lexicon"
13784version = "0.12.16"
13785source = "registry+https://github.com/rust-lang/crates.io-index"
13786checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
13787
13788[[package]]
13789name = "target-lexicon"
13790version = "0.13.2"
13791source = "registry+https://github.com/rust-lang/crates.io-index"
13792checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
13793
13794[[package]]
13795name = "task"
13796version = "0.1.0"
13797dependencies = [
13798 "anyhow",
13799 "collections",
13800 "dap-types",
13801 "futures 0.3.31",
13802 "gpui",
13803 "hex",
13804 "parking_lot",
13805 "schemars",
13806 "serde",
13807 "serde_json",
13808 "serde_json_lenient",
13809 "sha2",
13810 "shellexpand 2.1.2",
13811 "util",
13812 "zed_actions",
13813]
13814
13815[[package]]
13816name = "tasks_ui"
13817version = "0.1.0"
13818dependencies = [
13819 "anyhow",
13820 "debugger_ui",
13821 "editor",
13822 "feature_flags",
13823 "file_icons",
13824 "fuzzy",
13825 "gpui",
13826 "language",
13827 "menu",
13828 "picker",
13829 "project",
13830 "schemars",
13831 "serde",
13832 "serde_json",
13833 "settings",
13834 "task",
13835 "tree-sitter-rust",
13836 "tree-sitter-typescript",
13837 "ui",
13838 "util",
13839 "workspace",
13840 "zed_actions",
13841]
13842
13843[[package]]
13844name = "telemetry"
13845version = "0.1.0"
13846dependencies = [
13847 "futures 0.3.31",
13848 "serde",
13849 "serde_json",
13850 "telemetry_events",
13851]
13852
13853[[package]]
13854name = "telemetry_events"
13855version = "0.1.0"
13856dependencies = [
13857 "semantic_version",
13858 "serde",
13859 "serde_json",
13860]
13861
13862[[package]]
13863name = "tempfile"
13864version = "3.17.1"
13865source = "registry+https://github.com/rust-lang/crates.io-index"
13866checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230"
13867dependencies = [
13868 "cfg-if",
13869 "fastrand 2.3.0",
13870 "getrandom 0.3.1",
13871 "once_cell",
13872 "rustix",
13873 "windows-sys 0.59.0",
13874]
13875
13876[[package]]
13877name = "tendril"
13878version = "0.4.3"
13879source = "registry+https://github.com/rust-lang/crates.io-index"
13880checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
13881dependencies = [
13882 "futf",
13883 "mac",
13884 "utf-8",
13885]
13886
13887[[package]]
13888name = "termcolor"
13889version = "1.4.1"
13890source = "registry+https://github.com/rust-lang/crates.io-index"
13891checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
13892dependencies = [
13893 "winapi-util",
13894]
13895
13896[[package]]
13897name = "terminal"
13898version = "0.1.0"
13899dependencies = [
13900 "alacritty_terminal",
13901 "anyhow",
13902 "collections",
13903 "dirs 4.0.0",
13904 "futures 0.3.31",
13905 "gpui",
13906 "libc",
13907 "rand 0.8.5",
13908 "regex",
13909 "release_channel",
13910 "schemars",
13911 "serde",
13912 "serde_derive",
13913 "settings",
13914 "smol",
13915 "sysinfo",
13916 "task",
13917 "theme",
13918 "thiserror 2.0.12",
13919 "util",
13920 "windows 0.60.0",
13921]
13922
13923[[package]]
13924name = "terminal_size"
13925version = "0.4.1"
13926source = "registry+https://github.com/rust-lang/crates.io-index"
13927checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
13928dependencies = [
13929 "rustix",
13930 "windows-sys 0.59.0",
13931]
13932
13933[[package]]
13934name = "terminal_view"
13935version = "0.1.0"
13936dependencies = [
13937 "anyhow",
13938 "async-recursion 1.1.1",
13939 "breadcrumbs",
13940 "client",
13941 "collections",
13942 "db",
13943 "dirs 4.0.0",
13944 "editor",
13945 "futures 0.3.31",
13946 "gpui",
13947 "itertools 0.14.0",
13948 "language",
13949 "log",
13950 "project",
13951 "rand 0.8.5",
13952 "schemars",
13953 "search",
13954 "serde",
13955 "serde_json",
13956 "settings",
13957 "shellexpand 2.1.2",
13958 "smol",
13959 "task",
13960 "terminal",
13961 "theme",
13962 "ui",
13963 "util",
13964 "workspace",
13965 "zed_actions",
13966]
13967
13968[[package]]
13969name = "text"
13970version = "0.1.0"
13971dependencies = [
13972 "anyhow",
13973 "clock",
13974 "collections",
13975 "ctor",
13976 "env_logger 0.11.7",
13977 "gpui",
13978 "http_client",
13979 "log",
13980 "parking_lot",
13981 "postage",
13982 "rand 0.8.5",
13983 "regex",
13984 "rope",
13985 "smallvec",
13986 "sum_tree",
13987 "util",
13988]
13989
13990[[package]]
13991name = "theme"
13992version = "0.1.0"
13993dependencies = [
13994 "anyhow",
13995 "collections",
13996 "derive_more",
13997 "fs",
13998 "futures 0.3.31",
13999 "gpui",
14000 "indexmap",
14001 "log",
14002 "palette",
14003 "parking_lot",
14004 "refineable",
14005 "schemars",
14006 "serde",
14007 "serde_derive",
14008 "serde_json",
14009 "serde_json_lenient",
14010 "serde_repr",
14011 "settings",
14012 "strum",
14013 "thiserror 2.0.12",
14014 "util",
14015 "uuid",
14016]
14017
14018[[package]]
14019name = "theme_extension"
14020version = "0.1.0"
14021dependencies = [
14022 "anyhow",
14023 "extension",
14024 "fs",
14025 "gpui",
14026 "theme",
14027]
14028
14029[[package]]
14030name = "theme_importer"
14031version = "0.1.0"
14032dependencies = [
14033 "anyhow",
14034 "clap",
14035 "gpui",
14036 "indexmap",
14037 "log",
14038 "palette",
14039 "rust-embed",
14040 "serde",
14041 "serde_json",
14042 "serde_json_lenient",
14043 "simplelog",
14044 "strum",
14045 "theme",
14046 "vscode_theme",
14047]
14048
14049[[package]]
14050name = "theme_selector"
14051version = "0.1.0"
14052dependencies = [
14053 "fs",
14054 "fuzzy",
14055 "gpui",
14056 "log",
14057 "picker",
14058 "serde",
14059 "settings",
14060 "telemetry",
14061 "theme",
14062 "ui",
14063 "util",
14064 "workspace",
14065 "zed_actions",
14066]
14067
14068[[package]]
14069name = "thiserror"
14070version = "1.0.69"
14071source = "registry+https://github.com/rust-lang/crates.io-index"
14072checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
14073dependencies = [
14074 "thiserror-impl 1.0.69",
14075]
14076
14077[[package]]
14078name = "thiserror"
14079version = "2.0.12"
14080source = "registry+https://github.com/rust-lang/crates.io-index"
14081checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
14082dependencies = [
14083 "thiserror-impl 2.0.12",
14084]
14085
14086[[package]]
14087name = "thiserror-impl"
14088version = "1.0.69"
14089source = "registry+https://github.com/rust-lang/crates.io-index"
14090checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
14091dependencies = [
14092 "proc-macro2",
14093 "quote",
14094 "syn 2.0.100",
14095]
14096
14097[[package]]
14098name = "thiserror-impl"
14099version = "2.0.12"
14100source = "registry+https://github.com/rust-lang/crates.io-index"
14101checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
14102dependencies = [
14103 "proc-macro2",
14104 "quote",
14105 "syn 2.0.100",
14106]
14107
14108[[package]]
14109name = "thread_local"
14110version = "1.1.8"
14111source = "registry+https://github.com/rust-lang/crates.io-index"
14112checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
14113dependencies = [
14114 "cfg-if",
14115 "once_cell",
14116]
14117
14118[[package]]
14119name = "tiff"
14120version = "0.9.1"
14121source = "registry+https://github.com/rust-lang/crates.io-index"
14122checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
14123dependencies = [
14124 "flate2",
14125 "jpeg-decoder",
14126 "weezl",
14127]
14128
14129[[package]]
14130name = "tiktoken-rs"
14131version = "0.6.0"
14132source = "registry+https://github.com/rust-lang/crates.io-index"
14133checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
14134dependencies = [
14135 "anyhow",
14136 "base64 0.21.7",
14137 "bstr",
14138 "fancy-regex 0.13.0",
14139 "lazy_static",
14140 "parking_lot",
14141 "regex",
14142 "rustc-hash 1.1.0",
14143]
14144
14145[[package]]
14146name = "time"
14147version = "0.3.40"
14148source = "registry+https://github.com/rust-lang/crates.io-index"
14149checksum = "9d9c75b47bdff86fa3334a3db91356b8d7d86a9b839dab7d0bdc5c3d3a077618"
14150dependencies = [
14151 "deranged",
14152 "itoa",
14153 "libc",
14154 "num-conv",
14155 "num_threads",
14156 "powerfmt",
14157 "serde",
14158 "time-core",
14159 "time-macros",
14160]
14161
14162[[package]]
14163name = "time-core"
14164version = "0.1.4"
14165source = "registry+https://github.com/rust-lang/crates.io-index"
14166checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
14167
14168[[package]]
14169name = "time-macros"
14170version = "0.2.21"
14171source = "registry+https://github.com/rust-lang/crates.io-index"
14172checksum = "29aa485584182073ed57fd5004aa09c371f021325014694e432313345865fd04"
14173dependencies = [
14174 "num-conv",
14175 "time-core",
14176]
14177
14178[[package]]
14179name = "time_format"
14180version = "0.1.0"
14181dependencies = [
14182 "core-foundation 0.9.4",
14183 "core-foundation-sys",
14184 "sys-locale",
14185 "time",
14186]
14187
14188[[package]]
14189name = "tiny-keccak"
14190version = "2.0.2"
14191source = "registry+https://github.com/rust-lang/crates.io-index"
14192checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
14193dependencies = [
14194 "crunchy",
14195]
14196
14197[[package]]
14198name = "tiny-skia"
14199version = "0.11.4"
14200source = "registry+https://github.com/rust-lang/crates.io-index"
14201checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
14202dependencies = [
14203 "arrayref",
14204 "arrayvec",
14205 "bytemuck",
14206 "cfg-if",
14207 "log",
14208 "png",
14209 "tiny-skia-path",
14210]
14211
14212[[package]]
14213name = "tiny-skia-path"
14214version = "0.11.4"
14215source = "registry+https://github.com/rust-lang/crates.io-index"
14216checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
14217dependencies = [
14218 "arrayref",
14219 "bytemuck",
14220 "strict-num",
14221]
14222
14223[[package]]
14224name = "tiny_http"
14225version = "0.8.2"
14226source = "registry+https://github.com/rust-lang/crates.io-index"
14227checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
14228dependencies = [
14229 "ascii",
14230 "chrono",
14231 "chunked_transfer",
14232 "log",
14233 "url",
14234]
14235
14236[[package]]
14237name = "tinystr"
14238version = "0.7.6"
14239source = "registry+https://github.com/rust-lang/crates.io-index"
14240checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
14241dependencies = [
14242 "displaydoc",
14243 "zerovec",
14244]
14245
14246[[package]]
14247name = "tinytemplate"
14248version = "1.2.1"
14249source = "registry+https://github.com/rust-lang/crates.io-index"
14250checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
14251dependencies = [
14252 "serde",
14253 "serde_json",
14254]
14255
14256[[package]]
14257name = "tinyvec"
14258version = "1.8.0"
14259source = "registry+https://github.com/rust-lang/crates.io-index"
14260checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
14261dependencies = [
14262 "tinyvec_macros",
14263]
14264
14265[[package]]
14266name = "tinyvec_macros"
14267version = "0.1.1"
14268source = "registry+https://github.com/rust-lang/crates.io-index"
14269checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
14270
14271[[package]]
14272name = "title_bar"
14273version = "0.1.0"
14274dependencies = [
14275 "auto_update",
14276 "call",
14277 "client",
14278 "collections",
14279 "feature_flags",
14280 "git_ui",
14281 "gpui",
14282 "http_client",
14283 "notifications",
14284 "pretty_assertions",
14285 "project",
14286 "remote",
14287 "rpc",
14288 "schemars",
14289 "serde",
14290 "settings",
14291 "smallvec",
14292 "story",
14293 "telemetry",
14294 "theme",
14295 "tree-sitter-md",
14296 "ui",
14297 "util",
14298 "windows 0.60.0",
14299 "workspace",
14300 "zed_actions",
14301 "zeta",
14302]
14303
14304[[package]]
14305name = "tokio"
14306version = "1.43.0"
14307source = "registry+https://github.com/rust-lang/crates.io-index"
14308checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
14309dependencies = [
14310 "backtrace",
14311 "bytes 1.10.1",
14312 "libc",
14313 "mio 1.0.3",
14314 "parking_lot",
14315 "pin-project-lite",
14316 "signal-hook-registry",
14317 "socket2",
14318 "tokio-macros",
14319 "windows-sys 0.52.0",
14320]
14321
14322[[package]]
14323name = "tokio-io"
14324version = "0.1.13"
14325source = "registry+https://github.com/rust-lang/crates.io-index"
14326checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
14327dependencies = [
14328 "bytes 0.4.12",
14329 "futures 0.1.31",
14330 "log",
14331]
14332
14333[[package]]
14334name = "tokio-macros"
14335version = "2.5.0"
14336source = "registry+https://github.com/rust-lang/crates.io-index"
14337checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
14338dependencies = [
14339 "proc-macro2",
14340 "quote",
14341 "syn 2.0.100",
14342]
14343
14344[[package]]
14345name = "tokio-native-tls"
14346version = "0.3.1"
14347source = "registry+https://github.com/rust-lang/crates.io-index"
14348checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
14349dependencies = [
14350 "native-tls",
14351 "tokio",
14352]
14353
14354[[package]]
14355name = "tokio-rustls"
14356version = "0.24.1"
14357source = "registry+https://github.com/rust-lang/crates.io-index"
14358checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
14359dependencies = [
14360 "rustls 0.21.12",
14361 "tokio",
14362]
14363
14364[[package]]
14365name = "tokio-rustls"
14366version = "0.26.1"
14367source = "registry+https://github.com/rust-lang/crates.io-index"
14368checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
14369dependencies = [
14370 "rustls 0.23.25",
14371 "tokio",
14372]
14373
14374[[package]]
14375name = "tokio-socks"
14376version = "0.5.2"
14377source = "registry+https://github.com/rust-lang/crates.io-index"
14378checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
14379dependencies = [
14380 "either",
14381 "futures-io",
14382 "futures-util",
14383 "thiserror 1.0.69",
14384 "tokio",
14385]
14386
14387[[package]]
14388name = "tokio-stream"
14389version = "0.1.17"
14390source = "registry+https://github.com/rust-lang/crates.io-index"
14391checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
14392dependencies = [
14393 "futures-core",
14394 "pin-project-lite",
14395 "tokio",
14396]
14397
14398[[package]]
14399name = "tokio-tungstenite"
14400version = "0.20.1"
14401source = "registry+https://github.com/rust-lang/crates.io-index"
14402checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
14403dependencies = [
14404 "futures-util",
14405 "log",
14406 "rustls 0.21.12",
14407 "rustls-native-certs 0.6.3",
14408 "tokio",
14409 "tokio-rustls 0.24.1",
14410 "tungstenite 0.20.1",
14411]
14412
14413[[package]]
14414name = "tokio-tungstenite"
14415version = "0.21.0"
14416source = "registry+https://github.com/rust-lang/crates.io-index"
14417checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
14418dependencies = [
14419 "futures-util",
14420 "log",
14421 "tokio",
14422 "tungstenite 0.21.0",
14423]
14424
14425[[package]]
14426name = "tokio-util"
14427version = "0.7.13"
14428source = "registry+https://github.com/rust-lang/crates.io-index"
14429checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
14430dependencies = [
14431 "bytes 1.10.1",
14432 "futures-core",
14433 "futures-io",
14434 "futures-sink",
14435 "pin-project-lite",
14436 "tokio",
14437]
14438
14439[[package]]
14440name = "toml"
14441version = "0.5.11"
14442source = "registry+https://github.com/rust-lang/crates.io-index"
14443checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
14444dependencies = [
14445 "serde",
14446]
14447
14448[[package]]
14449name = "toml"
14450version = "0.8.20"
14451source = "registry+https://github.com/rust-lang/crates.io-index"
14452checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
14453dependencies = [
14454 "serde",
14455 "serde_spanned",
14456 "toml_datetime",
14457 "toml_edit",
14458]
14459
14460[[package]]
14461name = "toml_datetime"
14462version = "0.6.8"
14463source = "registry+https://github.com/rust-lang/crates.io-index"
14464checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
14465dependencies = [
14466 "serde",
14467]
14468
14469[[package]]
14470name = "toml_edit"
14471version = "0.22.23"
14472source = "registry+https://github.com/rust-lang/crates.io-index"
14473checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee"
14474dependencies = [
14475 "indexmap",
14476 "serde",
14477 "serde_spanned",
14478 "toml_datetime",
14479 "winnow 0.7.1",
14480]
14481
14482[[package]]
14483name = "toolchain_selector"
14484version = "0.1.0"
14485dependencies = [
14486 "editor",
14487 "fuzzy",
14488 "gpui",
14489 "language",
14490 "picker",
14491 "project",
14492 "ui",
14493 "util",
14494 "workspace",
14495]
14496
14497[[package]]
14498name = "topological-sort"
14499version = "0.2.2"
14500source = "registry+https://github.com/rust-lang/crates.io-index"
14501checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
14502
14503[[package]]
14504name = "tower"
14505version = "0.4.13"
14506source = "registry+https://github.com/rust-lang/crates.io-index"
14507checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
14508dependencies = [
14509 "futures-core",
14510 "futures-util",
14511 "pin-project",
14512 "pin-project-lite",
14513 "tokio",
14514 "tower-layer",
14515 "tower-service",
14516 "tracing",
14517]
14518
14519[[package]]
14520name = "tower-http"
14521version = "0.3.5"
14522source = "registry+https://github.com/rust-lang/crates.io-index"
14523checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
14524dependencies = [
14525 "bitflags 1.3.2",
14526 "bytes 1.10.1",
14527 "futures-core",
14528 "futures-util",
14529 "http 0.2.12",
14530 "http-body 0.4.6",
14531 "http-range-header",
14532 "pin-project-lite",
14533 "tower-layer",
14534 "tower-service",
14535]
14536
14537[[package]]
14538name = "tower-http"
14539version = "0.4.4"
14540source = "registry+https://github.com/rust-lang/crates.io-index"
14541checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
14542dependencies = [
14543 "bitflags 2.8.0",
14544 "bytes 1.10.1",
14545 "futures-core",
14546 "futures-util",
14547 "http 0.2.12",
14548 "http-body 0.4.6",
14549 "http-range-header",
14550 "pin-project-lite",
14551 "tower-layer",
14552 "tower-service",
14553 "tracing",
14554]
14555
14556[[package]]
14557name = "tower-layer"
14558version = "0.3.3"
14559source = "registry+https://github.com/rust-lang/crates.io-index"
14560checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
14561
14562[[package]]
14563name = "tower-service"
14564version = "0.3.3"
14565source = "registry+https://github.com/rust-lang/crates.io-index"
14566checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
14567
14568[[package]]
14569name = "tracing"
14570version = "0.1.41"
14571source = "registry+https://github.com/rust-lang/crates.io-index"
14572checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
14573dependencies = [
14574 "log",
14575 "pin-project-lite",
14576 "tracing-attributes",
14577 "tracing-core",
14578]
14579
14580[[package]]
14581name = "tracing-attributes"
14582version = "0.1.28"
14583source = "registry+https://github.com/rust-lang/crates.io-index"
14584checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
14585dependencies = [
14586 "proc-macro2",
14587 "quote",
14588 "syn 2.0.100",
14589]
14590
14591[[package]]
14592name = "tracing-core"
14593version = "0.1.33"
14594source = "registry+https://github.com/rust-lang/crates.io-index"
14595checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
14596dependencies = [
14597 "once_cell",
14598 "valuable",
14599]
14600
14601[[package]]
14602name = "tracing-log"
14603version = "0.2.0"
14604source = "registry+https://github.com/rust-lang/crates.io-index"
14605checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
14606dependencies = [
14607 "log",
14608 "once_cell",
14609 "tracing-core",
14610]
14611
14612[[package]]
14613name = "tracing-serde"
14614version = "0.2.0"
14615source = "registry+https://github.com/rust-lang/crates.io-index"
14616checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
14617dependencies = [
14618 "serde",
14619 "tracing-core",
14620]
14621
14622[[package]]
14623name = "tracing-subscriber"
14624version = "0.3.19"
14625source = "registry+https://github.com/rust-lang/crates.io-index"
14626checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
14627dependencies = [
14628 "matchers",
14629 "nu-ansi-term",
14630 "once_cell",
14631 "regex",
14632 "serde",
14633 "serde_json",
14634 "sharded-slab",
14635 "smallvec",
14636 "thread_local",
14637 "tracing",
14638 "tracing-core",
14639 "tracing-log",
14640 "tracing-serde",
14641]
14642
14643[[package]]
14644name = "trait-variant"
14645version = "0.1.2"
14646source = "registry+https://github.com/rust-lang/crates.io-index"
14647checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
14648dependencies = [
14649 "proc-macro2",
14650 "quote",
14651 "syn 2.0.100",
14652]
14653
14654[[package]]
14655name = "tree-sitter"
14656version = "0.25.3"
14657source = "registry+https://github.com/rust-lang/crates.io-index"
14658checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
14659dependencies = [
14660 "cc",
14661 "regex",
14662 "regex-syntax 0.8.5",
14663 "serde_json",
14664 "streaming-iterator",
14665 "tree-sitter-language",
14666 "wasmtime-c-api-impl",
14667]
14668
14669[[package]]
14670name = "tree-sitter-bash"
14671version = "0.23.3"
14672source = "registry+https://github.com/rust-lang/crates.io-index"
14673checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
14674dependencies = [
14675 "cc",
14676 "tree-sitter-language",
14677]
14678
14679[[package]]
14680name = "tree-sitter-c"
14681version = "0.23.4"
14682source = "registry+https://github.com/rust-lang/crates.io-index"
14683checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
14684dependencies = [
14685 "cc",
14686 "tree-sitter-language",
14687]
14688
14689[[package]]
14690name = "tree-sitter-cpp"
14691version = "0.23.4"
14692source = "registry+https://github.com/rust-lang/crates.io-index"
14693checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
14694dependencies = [
14695 "cc",
14696 "tree-sitter-language",
14697]
14698
14699[[package]]
14700name = "tree-sitter-css"
14701version = "0.23.2"
14702source = "registry+https://github.com/rust-lang/crates.io-index"
14703checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
14704dependencies = [
14705 "cc",
14706 "tree-sitter-language",
14707]
14708
14709[[package]]
14710name = "tree-sitter-diff"
14711version = "0.1.0"
14712source = "registry+https://github.com/rust-lang/crates.io-index"
14713checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
14714dependencies = [
14715 "cc",
14716 "tree-sitter-language",
14717]
14718
14719[[package]]
14720name = "tree-sitter-elixir"
14721version = "0.3.4"
14722source = "registry+https://github.com/rust-lang/crates.io-index"
14723checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
14724dependencies = [
14725 "cc",
14726 "tree-sitter-language",
14727]
14728
14729[[package]]
14730name = "tree-sitter-embedded-template"
14731version = "0.23.2"
14732source = "registry+https://github.com/rust-lang/crates.io-index"
14733checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
14734dependencies = [
14735 "cc",
14736 "tree-sitter-language",
14737]
14738
14739[[package]]
14740name = "tree-sitter-gitcommit"
14741version = "0.0.1"
14742source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
14743dependencies = [
14744 "cc",
14745 "tree-sitter-language",
14746]
14747
14748[[package]]
14749name = "tree-sitter-go"
14750version = "0.23.4"
14751source = "registry+https://github.com/rust-lang/crates.io-index"
14752checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
14753dependencies = [
14754 "cc",
14755 "tree-sitter-language",
14756]
14757
14758[[package]]
14759name = "tree-sitter-gomod"
14760version = "1.1.1"
14761source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
14762dependencies = [
14763 "cc",
14764 "tree-sitter-language",
14765]
14766
14767[[package]]
14768name = "tree-sitter-gowork"
14769version = "0.0.1"
14770source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
14771dependencies = [
14772 "cc",
14773 "tree-sitter-language",
14774]
14775
14776[[package]]
14777name = "tree-sitter-heex"
14778version = "0.0.1"
14779source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
14780dependencies = [
14781 "cc",
14782 "tree-sitter-language",
14783]
14784
14785[[package]]
14786name = "tree-sitter-html"
14787version = "0.23.2"
14788source = "registry+https://github.com/rust-lang/crates.io-index"
14789checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
14790dependencies = [
14791 "cc",
14792 "tree-sitter-language",
14793]
14794
14795[[package]]
14796name = "tree-sitter-jsdoc"
14797version = "0.23.2"
14798source = "registry+https://github.com/rust-lang/crates.io-index"
14799checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
14800dependencies = [
14801 "cc",
14802 "tree-sitter-language",
14803]
14804
14805[[package]]
14806name = "tree-sitter-json"
14807version = "0.24.8"
14808source = "registry+https://github.com/rust-lang/crates.io-index"
14809checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
14810dependencies = [
14811 "cc",
14812 "tree-sitter-language",
14813]
14814
14815[[package]]
14816name = "tree-sitter-language"
14817version = "0.1.3"
14818source = "registry+https://github.com/rust-lang/crates.io-index"
14819checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
14820
14821[[package]]
14822name = "tree-sitter-md"
14823version = "0.3.2"
14824source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
14825dependencies = [
14826 "cc",
14827 "tree-sitter-language",
14828]
14829
14830[[package]]
14831name = "tree-sitter-python"
14832version = "0.23.6"
14833source = "registry+https://github.com/rust-lang/crates.io-index"
14834checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
14835dependencies = [
14836 "cc",
14837 "tree-sitter-language",
14838]
14839
14840[[package]]
14841name = "tree-sitter-regex"
14842version = "0.24.3"
14843source = "registry+https://github.com/rust-lang/crates.io-index"
14844checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
14845dependencies = [
14846 "cc",
14847 "tree-sitter-language",
14848]
14849
14850[[package]]
14851name = "tree-sitter-ruby"
14852version = "0.23.1"
14853source = "registry+https://github.com/rust-lang/crates.io-index"
14854checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
14855dependencies = [
14856 "cc",
14857 "tree-sitter-language",
14858]
14859
14860[[package]]
14861name = "tree-sitter-rust"
14862version = "0.23.2"
14863source = "registry+https://github.com/rust-lang/crates.io-index"
14864checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
14865dependencies = [
14866 "cc",
14867 "tree-sitter-language",
14868]
14869
14870[[package]]
14871name = "tree-sitter-typescript"
14872version = "0.23.2"
14873source = "registry+https://github.com/rust-lang/crates.io-index"
14874checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
14875dependencies = [
14876 "cc",
14877 "tree-sitter-language",
14878]
14879
14880[[package]]
14881name = "tree-sitter-yaml"
14882version = "0.6.1"
14883source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
14884dependencies = [
14885 "cc",
14886 "tree-sitter-language",
14887]
14888
14889[[package]]
14890name = "try-lock"
14891version = "0.2.5"
14892source = "registry+https://github.com/rust-lang/crates.io-index"
14893checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
14894
14895[[package]]
14896name = "ttf-parser"
14897version = "0.21.1"
14898source = "registry+https://github.com/rust-lang/crates.io-index"
14899checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
14900
14901[[package]]
14902name = "ttf-parser"
14903version = "0.25.1"
14904source = "registry+https://github.com/rust-lang/crates.io-index"
14905checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
14906dependencies = [
14907 "core_maths",
14908]
14909
14910[[package]]
14911name = "tungstenite"
14912version = "0.20.1"
14913source = "registry+https://github.com/rust-lang/crates.io-index"
14914checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
14915dependencies = [
14916 "byteorder",
14917 "bytes 1.10.1",
14918 "data-encoding",
14919 "http 0.2.12",
14920 "httparse",
14921 "log",
14922 "rand 0.8.5",
14923 "rustls 0.21.12",
14924 "sha1",
14925 "thiserror 1.0.69",
14926 "url",
14927 "utf-8",
14928]
14929
14930[[package]]
14931name = "tungstenite"
14932version = "0.21.0"
14933source = "registry+https://github.com/rust-lang/crates.io-index"
14934checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
14935dependencies = [
14936 "byteorder",
14937 "bytes 1.10.1",
14938 "data-encoding",
14939 "http 1.2.0",
14940 "httparse",
14941 "log",
14942 "rand 0.8.5",
14943 "sha1",
14944 "thiserror 1.0.69",
14945 "url",
14946 "utf-8",
14947]
14948
14949[[package]]
14950name = "tungstenite"
14951version = "0.24.0"
14952source = "registry+https://github.com/rust-lang/crates.io-index"
14953checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
14954dependencies = [
14955 "byteorder",
14956 "bytes 1.10.1",
14957 "data-encoding",
14958 "http 1.2.0",
14959 "httparse",
14960 "log",
14961 "rand 0.8.5",
14962 "sha1",
14963 "thiserror 1.0.69",
14964 "utf-8",
14965]
14966
14967[[package]]
14968name = "typeid"
14969version = "1.0.2"
14970source = "registry+https://github.com/rust-lang/crates.io-index"
14971checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
14972
14973[[package]]
14974name = "typenum"
14975version = "1.17.0"
14976source = "registry+https://github.com/rust-lang/crates.io-index"
14977checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
14978
14979[[package]]
14980name = "ucd-trie"
14981version = "0.1.7"
14982source = "registry+https://github.com/rust-lang/crates.io-index"
14983checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
14984
14985[[package]]
14986name = "uds_windows"
14987version = "1.1.0"
14988source = "registry+https://github.com/rust-lang/crates.io-index"
14989checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
14990dependencies = [
14991 "memoffset",
14992 "tempfile",
14993 "winapi",
14994]
14995
14996[[package]]
14997name = "ui"
14998version = "0.1.0"
14999dependencies = [
15000 "chrono",
15001 "component",
15002 "gpui",
15003 "itertools 0.14.0",
15004 "linkme",
15005 "menu",
15006 "serde",
15007 "settings",
15008 "smallvec",
15009 "story",
15010 "strum",
15011 "theme",
15012 "ui_macros",
15013 "util",
15014 "windows 0.60.0",
15015]
15016
15017[[package]]
15018name = "ui_input"
15019version = "0.1.0"
15020dependencies = [
15021 "editor",
15022 "gpui",
15023 "settings",
15024 "theme",
15025 "ui",
15026]
15027
15028[[package]]
15029name = "ui_macros"
15030version = "0.1.0"
15031dependencies = [
15032 "convert_case 0.8.0",
15033 "linkme",
15034 "proc-macro2",
15035 "quote",
15036 "syn 1.0.109",
15037]
15038
15039[[package]]
15040name = "ui_prompt"
15041version = "0.1.0"
15042dependencies = [
15043 "gpui",
15044 "markdown",
15045 "menu",
15046 "settings",
15047 "theme",
15048 "ui",
15049 "workspace",
15050]
15051
15052[[package]]
15053name = "unicase"
15054version = "2.8.1"
15055source = "registry+https://github.com/rust-lang/crates.io-index"
15056checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
15057
15058[[package]]
15059name = "unicode-bidi"
15060version = "0.3.17"
15061source = "registry+https://github.com/rust-lang/crates.io-index"
15062checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
15063
15064[[package]]
15065name = "unicode-bidi-mirroring"
15066version = "0.2.0"
15067source = "registry+https://github.com/rust-lang/crates.io-index"
15068checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
15069
15070[[package]]
15071name = "unicode-bidi-mirroring"
15072version = "0.4.0"
15073source = "registry+https://github.com/rust-lang/crates.io-index"
15074checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
15075
15076[[package]]
15077name = "unicode-ccc"
15078version = "0.2.0"
15079source = "registry+https://github.com/rust-lang/crates.io-index"
15080checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
15081
15082[[package]]
15083name = "unicode-ccc"
15084version = "0.4.0"
15085source = "registry+https://github.com/rust-lang/crates.io-index"
15086checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
15087
15088[[package]]
15089name = "unicode-ident"
15090version = "1.0.14"
15091source = "registry+https://github.com/rust-lang/crates.io-index"
15092checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
15093
15094[[package]]
15095name = "unicode-linebreak"
15096version = "0.1.5"
15097source = "registry+https://github.com/rust-lang/crates.io-index"
15098checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
15099
15100[[package]]
15101name = "unicode-normalization"
15102version = "0.1.24"
15103source = "registry+https://github.com/rust-lang/crates.io-index"
15104checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
15105dependencies = [
15106 "tinyvec",
15107]
15108
15109[[package]]
15110name = "unicode-properties"
15111version = "0.1.3"
15112source = "registry+https://github.com/rust-lang/crates.io-index"
15113checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
15114
15115[[package]]
15116name = "unicode-script"
15117version = "0.5.7"
15118source = "registry+https://github.com/rust-lang/crates.io-index"
15119checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
15120
15121[[package]]
15122name = "unicode-segmentation"
15123version = "1.12.0"
15124source = "registry+https://github.com/rust-lang/crates.io-index"
15125checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
15126
15127[[package]]
15128name = "unicode-vo"
15129version = "0.1.0"
15130source = "registry+https://github.com/rust-lang/crates.io-index"
15131checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
15132
15133[[package]]
15134name = "unicode-width"
15135version = "0.1.14"
15136source = "registry+https://github.com/rust-lang/crates.io-index"
15137checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
15138
15139[[package]]
15140name = "unicode-xid"
15141version = "0.2.6"
15142source = "registry+https://github.com/rust-lang/crates.io-index"
15143checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
15144
15145[[package]]
15146name = "unicode_categories"
15147version = "0.1.1"
15148source = "registry+https://github.com/rust-lang/crates.io-index"
15149checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
15150
15151[[package]]
15152name = "unindent"
15153version = "0.2.4"
15154source = "registry+https://github.com/rust-lang/crates.io-index"
15155checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
15156
15157[[package]]
15158name = "untrusted"
15159version = "0.9.0"
15160source = "registry+https://github.com/rust-lang/crates.io-index"
15161checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
15162
15163[[package]]
15164name = "url"
15165version = "2.5.4"
15166source = "registry+https://github.com/rust-lang/crates.io-index"
15167checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
15168dependencies = [
15169 "form_urlencoded",
15170 "idna",
15171 "percent-encoding",
15172 "serde",
15173]
15174
15175[[package]]
15176name = "urlencoding"
15177version = "2.1.3"
15178source = "registry+https://github.com/rust-lang/crates.io-index"
15179checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
15180
15181[[package]]
15182name = "usvg"
15183version = "0.45.0"
15184source = "registry+https://github.com/rust-lang/crates.io-index"
15185checksum = "2ac8e0e3e4696253dc06167990b3fe9a2668ab66270adf949a464db4088cb354"
15186dependencies = [
15187 "base64 0.22.1",
15188 "data-url",
15189 "flate2",
15190 "fontdb 0.23.0",
15191 "imagesize",
15192 "kurbo",
15193 "log",
15194 "pico-args",
15195 "roxmltree",
15196 "rustybuzz 0.20.1",
15197 "simplecss",
15198 "siphasher 1.0.1",
15199 "strict-num",
15200 "svgtypes",
15201 "tiny-skia-path",
15202 "unicode-bidi",
15203 "unicode-script",
15204 "unicode-vo",
15205 "xmlwriter",
15206]
15207
15208[[package]]
15209name = "utf-8"
15210version = "0.7.6"
15211source = "registry+https://github.com/rust-lang/crates.io-index"
15212checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
15213
15214[[package]]
15215name = "utf16_iter"
15216version = "1.0.5"
15217source = "registry+https://github.com/rust-lang/crates.io-index"
15218checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
15219
15220[[package]]
15221name = "utf8_iter"
15222version = "1.0.4"
15223source = "registry+https://github.com/rust-lang/crates.io-index"
15224checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
15225
15226[[package]]
15227name = "utf8parse"
15228version = "0.2.2"
15229source = "registry+https://github.com/rust-lang/crates.io-index"
15230checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
15231
15232[[package]]
15233name = "util"
15234version = "0.1.0"
15235dependencies = [
15236 "anyhow",
15237 "async-fs",
15238 "collections",
15239 "dirs 4.0.0",
15240 "dunce",
15241 "futures 0.3.31",
15242 "futures-lite 1.13.0",
15243 "git2",
15244 "globset",
15245 "itertools 0.14.0",
15246 "libc",
15247 "log",
15248 "rand 0.8.5",
15249 "regex",
15250 "rust-embed",
15251 "serde",
15252 "serde_json",
15253 "smol",
15254 "take-until",
15255 "tempfile",
15256 "tendril",
15257 "unicase",
15258 "util_macros",
15259]
15260
15261[[package]]
15262name = "util_macros"
15263version = "0.1.0"
15264dependencies = [
15265 "quote",
15266 "syn 1.0.109",
15267]
15268
15269[[package]]
15270name = "uuid"
15271version = "1.13.2"
15272source = "registry+https://github.com/rust-lang/crates.io-index"
15273checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6"
15274dependencies = [
15275 "getrandom 0.3.1",
15276 "serde",
15277 "sha1_smol",
15278]
15279
15280[[package]]
15281name = "v_frame"
15282version = "0.3.8"
15283source = "registry+https://github.com/rust-lang/crates.io-index"
15284checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
15285dependencies = [
15286 "aligned-vec",
15287 "num-traits",
15288 "wasm-bindgen",
15289]
15290
15291[[package]]
15292name = "valuable"
15293version = "0.1.0"
15294source = "registry+https://github.com/rust-lang/crates.io-index"
15295checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
15296
15297[[package]]
15298name = "value-bag"
15299version = "1.10.0"
15300source = "registry+https://github.com/rust-lang/crates.io-index"
15301checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
15302dependencies = [
15303 "value-bag-serde1",
15304 "value-bag-sval2",
15305]
15306
15307[[package]]
15308name = "value-bag-serde1"
15309version = "1.10.0"
15310source = "registry+https://github.com/rust-lang/crates.io-index"
15311checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
15312dependencies = [
15313 "erased-serde",
15314 "serde",
15315 "serde_fmt",
15316]
15317
15318[[package]]
15319name = "value-bag-sval2"
15320version = "1.10.0"
15321source = "registry+https://github.com/rust-lang/crates.io-index"
15322checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
15323dependencies = [
15324 "sval",
15325 "sval_buffer",
15326 "sval_dynamic",
15327 "sval_fmt",
15328 "sval_json",
15329 "sval_ref",
15330 "sval_serde",
15331]
15332
15333[[package]]
15334name = "vcpkg"
15335version = "0.2.15"
15336source = "registry+https://github.com/rust-lang/crates.io-index"
15337checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
15338
15339[[package]]
15340name = "version-compare"
15341version = "0.2.0"
15342source = "registry+https://github.com/rust-lang/crates.io-index"
15343checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
15344
15345[[package]]
15346name = "version_check"
15347version = "0.9.5"
15348source = "registry+https://github.com/rust-lang/crates.io-index"
15349checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
15350
15351[[package]]
15352name = "vim"
15353version = "0.1.0"
15354dependencies = [
15355 "anyhow",
15356 "assets",
15357 "async-compat",
15358 "async-trait",
15359 "collections",
15360 "command_palette",
15361 "command_palette_hooks",
15362 "db",
15363 "editor",
15364 "futures 0.3.31",
15365 "git_ui",
15366 "gpui",
15367 "indoc",
15368 "itertools 0.14.0",
15369 "language",
15370 "libc",
15371 "log",
15372 "lsp",
15373 "multi_buffer",
15374 "nvim-rs",
15375 "parking_lot",
15376 "picker",
15377 "project",
15378 "project_panel",
15379 "regex",
15380 "release_channel",
15381 "schemars",
15382 "search",
15383 "serde",
15384 "serde_derive",
15385 "serde_json",
15386 "settings",
15387 "task",
15388 "text",
15389 "theme",
15390 "tokio",
15391 "ui",
15392 "util",
15393 "vim_mode_setting",
15394 "workspace",
15395 "zed_actions",
15396]
15397
15398[[package]]
15399name = "vim_mode_setting"
15400version = "0.1.0"
15401dependencies = [
15402 "anyhow",
15403 "gpui",
15404 "settings",
15405]
15406
15407[[package]]
15408name = "vscode_theme"
15409version = "0.2.0"
15410source = "registry+https://github.com/rust-lang/crates.io-index"
15411checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
15412dependencies = [
15413 "serde",
15414]
15415
15416[[package]]
15417name = "vsimd"
15418version = "0.8.0"
15419source = "registry+https://github.com/rust-lang/crates.io-index"
15420checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
15421
15422[[package]]
15423name = "vswhom"
15424version = "0.1.0"
15425source = "registry+https://github.com/rust-lang/crates.io-index"
15426checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
15427dependencies = [
15428 "libc",
15429 "vswhom-sys",
15430]
15431
15432[[package]]
15433name = "vswhom-sys"
15434version = "0.1.2"
15435source = "registry+https://github.com/rust-lang/crates.io-index"
15436checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
15437dependencies = [
15438 "cc",
15439 "libc",
15440]
15441
15442[[package]]
15443name = "vte"
15444version = "0.15.0"
15445source = "registry+https://github.com/rust-lang/crates.io-index"
15446checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
15447dependencies = [
15448 "arrayvec",
15449 "bitflags 2.8.0",
15450 "cursor-icon",
15451 "log",
15452 "memchr",
15453 "serde",
15454]
15455
15456[[package]]
15457name = "waker-fn"
15458version = "1.2.0"
15459source = "registry+https://github.com/rust-lang/crates.io-index"
15460checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
15461
15462[[package]]
15463name = "walkdir"
15464version = "2.5.0"
15465source = "registry+https://github.com/rust-lang/crates.io-index"
15466checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
15467dependencies = [
15468 "same-file",
15469 "winapi-util",
15470]
15471
15472[[package]]
15473name = "want"
15474version = "0.3.1"
15475source = "registry+https://github.com/rust-lang/crates.io-index"
15476checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
15477dependencies = [
15478 "try-lock",
15479]
15480
15481[[package]]
15482name = "warp"
15483version = "0.3.7"
15484source = "registry+https://github.com/rust-lang/crates.io-index"
15485checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
15486dependencies = [
15487 "bytes 1.10.1",
15488 "futures-channel",
15489 "futures-util",
15490 "headers",
15491 "http 0.2.12",
15492 "hyper 0.14.32",
15493 "log",
15494 "mime",
15495 "mime_guess",
15496 "percent-encoding",
15497 "pin-project",
15498 "scoped-tls",
15499 "serde",
15500 "serde_json",
15501 "serde_urlencoded",
15502 "tokio",
15503 "tokio-tungstenite 0.21.0",
15504 "tokio-util",
15505 "tower-service",
15506 "tracing",
15507]
15508
15509[[package]]
15510name = "wasi"
15511version = "0.9.0+wasi-snapshot-preview1"
15512source = "registry+https://github.com/rust-lang/crates.io-index"
15513checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
15514
15515[[package]]
15516name = "wasi"
15517version = "0.11.0+wasi-snapshot-preview1"
15518source = "registry+https://github.com/rust-lang/crates.io-index"
15519checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
15520
15521[[package]]
15522name = "wasi"
15523version = "0.13.3+wasi-0.2.2"
15524source = "registry+https://github.com/rust-lang/crates.io-index"
15525checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
15526dependencies = [
15527 "wit-bindgen-rt 0.33.0",
15528]
15529
15530[[package]]
15531name = "wasite"
15532version = "0.1.0"
15533source = "registry+https://github.com/rust-lang/crates.io-index"
15534checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
15535
15536[[package]]
15537name = "wasm-bindgen"
15538version = "0.2.99"
15539source = "registry+https://github.com/rust-lang/crates.io-index"
15540checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
15541dependencies = [
15542 "cfg-if",
15543 "once_cell",
15544 "wasm-bindgen-macro",
15545]
15546
15547[[package]]
15548name = "wasm-bindgen-backend"
15549version = "0.2.99"
15550source = "registry+https://github.com/rust-lang/crates.io-index"
15551checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
15552dependencies = [
15553 "bumpalo",
15554 "log",
15555 "proc-macro2",
15556 "quote",
15557 "syn 2.0.100",
15558 "wasm-bindgen-shared",
15559]
15560
15561[[package]]
15562name = "wasm-bindgen-futures"
15563version = "0.4.49"
15564source = "registry+https://github.com/rust-lang/crates.io-index"
15565checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
15566dependencies = [
15567 "cfg-if",
15568 "js-sys",
15569 "once_cell",
15570 "wasm-bindgen",
15571 "web-sys",
15572]
15573
15574[[package]]
15575name = "wasm-bindgen-macro"
15576version = "0.2.99"
15577source = "registry+https://github.com/rust-lang/crates.io-index"
15578checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
15579dependencies = [
15580 "quote",
15581 "wasm-bindgen-macro-support",
15582]
15583
15584[[package]]
15585name = "wasm-bindgen-macro-support"
15586version = "0.2.99"
15587source = "registry+https://github.com/rust-lang/crates.io-index"
15588checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
15589dependencies = [
15590 "proc-macro2",
15591 "quote",
15592 "syn 2.0.100",
15593 "wasm-bindgen-backend",
15594 "wasm-bindgen-shared",
15595]
15596
15597[[package]]
15598name = "wasm-bindgen-shared"
15599version = "0.2.99"
15600source = "registry+https://github.com/rust-lang/crates.io-index"
15601checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
15602
15603[[package]]
15604name = "wasm-encoder"
15605version = "0.201.0"
15606source = "registry+https://github.com/rust-lang/crates.io-index"
15607checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
15608dependencies = [
15609 "leb128",
15610]
15611
15612[[package]]
15613name = "wasm-encoder"
15614version = "0.221.3"
15615source = "registry+https://github.com/rust-lang/crates.io-index"
15616checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
15617dependencies = [
15618 "leb128",
15619 "wasmparser 0.221.3",
15620]
15621
15622[[package]]
15623name = "wasm-metadata"
15624version = "0.201.0"
15625source = "registry+https://github.com/rust-lang/crates.io-index"
15626checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
15627dependencies = [
15628 "anyhow",
15629 "indexmap",
15630 "serde",
15631 "serde_derive",
15632 "serde_json",
15633 "spdx",
15634 "wasm-encoder 0.201.0",
15635 "wasmparser 0.201.0",
15636]
15637
15638[[package]]
15639name = "wasm-metadata"
15640version = "0.221.3"
15641source = "registry+https://github.com/rust-lang/crates.io-index"
15642checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
15643dependencies = [
15644 "anyhow",
15645 "indexmap",
15646 "serde",
15647 "serde_derive",
15648 "serde_json",
15649 "spdx",
15650 "wasm-encoder 0.221.3",
15651 "wasmparser 0.221.3",
15652]
15653
15654[[package]]
15655name = "wasm-streams"
15656version = "0.4.2"
15657source = "registry+https://github.com/rust-lang/crates.io-index"
15658checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
15659dependencies = [
15660 "futures-util",
15661 "js-sys",
15662 "wasm-bindgen",
15663 "wasm-bindgen-futures",
15664 "web-sys",
15665]
15666
15667[[package]]
15668name = "wasmparser"
15669version = "0.201.0"
15670source = "registry+https://github.com/rust-lang/crates.io-index"
15671checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
15672dependencies = [
15673 "bitflags 2.8.0",
15674 "indexmap",
15675 "semver",
15676]
15677
15678[[package]]
15679name = "wasmparser"
15680version = "0.221.3"
15681source = "registry+https://github.com/rust-lang/crates.io-index"
15682checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
15683dependencies = [
15684 "bitflags 2.8.0",
15685 "hashbrown 0.15.2",
15686 "indexmap",
15687 "semver",
15688 "serde",
15689]
15690
15691[[package]]
15692name = "wasmprinter"
15693version = "0.221.3"
15694source = "registry+https://github.com/rust-lang/crates.io-index"
15695checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
15696dependencies = [
15697 "anyhow",
15698 "termcolor",
15699 "wasmparser 0.221.3",
15700]
15701
15702[[package]]
15703name = "wasmtime"
15704version = "29.0.1"
15705source = "registry+https://github.com/rust-lang/crates.io-index"
15706checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
15707dependencies = [
15708 "anyhow",
15709 "async-trait",
15710 "bitflags 2.8.0",
15711 "bumpalo",
15712 "cc",
15713 "cfg-if",
15714 "encoding_rs",
15715 "hashbrown 0.14.5",
15716 "indexmap",
15717 "libc",
15718 "log",
15719 "mach2",
15720 "memfd",
15721 "object",
15722 "once_cell",
15723 "paste",
15724 "postcard",
15725 "psm",
15726 "pulley-interpreter",
15727 "rustix",
15728 "semver",
15729 "serde",
15730 "serde_derive",
15731 "smallvec",
15732 "sptr",
15733 "target-lexicon 0.13.2",
15734 "trait-variant",
15735 "wasmparser 0.221.3",
15736 "wasmtime-asm-macros",
15737 "wasmtime-component-macro",
15738 "wasmtime-component-util",
15739 "wasmtime-cranelift",
15740 "wasmtime-environ",
15741 "wasmtime-fiber",
15742 "wasmtime-jit-icache-coherence",
15743 "wasmtime-math",
15744 "wasmtime-slab",
15745 "wasmtime-versioned-export-macros",
15746 "wasmtime-winch",
15747 "windows-sys 0.59.0",
15748]
15749
15750[[package]]
15751name = "wasmtime-asm-macros"
15752version = "29.0.1"
15753source = "registry+https://github.com/rust-lang/crates.io-index"
15754checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
15755dependencies = [
15756 "cfg-if",
15757]
15758
15759[[package]]
15760name = "wasmtime-c-api-impl"
15761version = "29.0.1"
15762source = "registry+https://github.com/rust-lang/crates.io-index"
15763checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
15764dependencies = [
15765 "anyhow",
15766 "log",
15767 "tracing",
15768 "wasmtime",
15769 "wasmtime-c-api-macros",
15770]
15771
15772[[package]]
15773name = "wasmtime-c-api-macros"
15774version = "29.0.1"
15775source = "registry+https://github.com/rust-lang/crates.io-index"
15776checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
15777dependencies = [
15778 "proc-macro2",
15779 "quote",
15780]
15781
15782[[package]]
15783name = "wasmtime-component-macro"
15784version = "29.0.1"
15785source = "registry+https://github.com/rust-lang/crates.io-index"
15786checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
15787dependencies = [
15788 "anyhow",
15789 "proc-macro2",
15790 "quote",
15791 "syn 2.0.100",
15792 "wasmtime-component-util",
15793 "wasmtime-wit-bindgen",
15794 "wit-parser 0.221.3",
15795]
15796
15797[[package]]
15798name = "wasmtime-component-util"
15799version = "29.0.1"
15800source = "registry+https://github.com/rust-lang/crates.io-index"
15801checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
15802
15803[[package]]
15804name = "wasmtime-cranelift"
15805version = "29.0.1"
15806source = "registry+https://github.com/rust-lang/crates.io-index"
15807checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
15808dependencies = [
15809 "anyhow",
15810 "cfg-if",
15811 "cranelift-codegen",
15812 "cranelift-control",
15813 "cranelift-entity",
15814 "cranelift-frontend",
15815 "cranelift-native",
15816 "gimli",
15817 "itertools 0.12.1",
15818 "log",
15819 "object",
15820 "smallvec",
15821 "target-lexicon 0.13.2",
15822 "thiserror 1.0.69",
15823 "wasmparser 0.221.3",
15824 "wasmtime-environ",
15825 "wasmtime-versioned-export-macros",
15826]
15827
15828[[package]]
15829name = "wasmtime-environ"
15830version = "29.0.1"
15831source = "registry+https://github.com/rust-lang/crates.io-index"
15832checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
15833dependencies = [
15834 "anyhow",
15835 "cpp_demangle",
15836 "cranelift-bitset",
15837 "cranelift-entity",
15838 "gimli",
15839 "indexmap",
15840 "log",
15841 "object",
15842 "postcard",
15843 "rustc-demangle",
15844 "semver",
15845 "serde",
15846 "serde_derive",
15847 "smallvec",
15848 "target-lexicon 0.13.2",
15849 "wasm-encoder 0.221.3",
15850 "wasmparser 0.221.3",
15851 "wasmprinter",
15852 "wasmtime-component-util",
15853]
15854
15855[[package]]
15856name = "wasmtime-fiber"
15857version = "29.0.1"
15858source = "registry+https://github.com/rust-lang/crates.io-index"
15859checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
15860dependencies = [
15861 "anyhow",
15862 "cc",
15863 "cfg-if",
15864 "rustix",
15865 "wasmtime-asm-macros",
15866 "wasmtime-versioned-export-macros",
15867 "windows-sys 0.59.0",
15868]
15869
15870[[package]]
15871name = "wasmtime-jit-icache-coherence"
15872version = "29.0.1"
15873source = "registry+https://github.com/rust-lang/crates.io-index"
15874checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
15875dependencies = [
15876 "anyhow",
15877 "cfg-if",
15878 "libc",
15879 "windows-sys 0.59.0",
15880]
15881
15882[[package]]
15883name = "wasmtime-math"
15884version = "29.0.1"
15885source = "registry+https://github.com/rust-lang/crates.io-index"
15886checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
15887dependencies = [
15888 "libm",
15889]
15890
15891[[package]]
15892name = "wasmtime-slab"
15893version = "29.0.1"
15894source = "registry+https://github.com/rust-lang/crates.io-index"
15895checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
15896
15897[[package]]
15898name = "wasmtime-versioned-export-macros"
15899version = "29.0.1"
15900source = "registry+https://github.com/rust-lang/crates.io-index"
15901checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
15902dependencies = [
15903 "proc-macro2",
15904 "quote",
15905 "syn 2.0.100",
15906]
15907
15908[[package]]
15909name = "wasmtime-wasi"
15910version = "29.0.1"
15911source = "registry+https://github.com/rust-lang/crates.io-index"
15912checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
15913dependencies = [
15914 "anyhow",
15915 "async-trait",
15916 "bitflags 2.8.0",
15917 "bytes 1.10.1",
15918 "cap-fs-ext",
15919 "cap-net-ext",
15920 "cap-rand",
15921 "cap-std",
15922 "cap-time-ext",
15923 "fs-set-times",
15924 "futures 0.3.31",
15925 "io-extras",
15926 "io-lifetimes",
15927 "rustix",
15928 "system-interface",
15929 "thiserror 1.0.69",
15930 "tokio",
15931 "tracing",
15932 "trait-variant",
15933 "url",
15934 "wasmtime",
15935 "wiggle",
15936 "windows-sys 0.59.0",
15937]
15938
15939[[package]]
15940name = "wasmtime-winch"
15941version = "29.0.1"
15942source = "registry+https://github.com/rust-lang/crates.io-index"
15943checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
15944dependencies = [
15945 "anyhow",
15946 "cranelift-codegen",
15947 "gimli",
15948 "object",
15949 "target-lexicon 0.13.2",
15950 "wasmparser 0.221.3",
15951 "wasmtime-cranelift",
15952 "wasmtime-environ",
15953 "winch-codegen",
15954]
15955
15956[[package]]
15957name = "wasmtime-wit-bindgen"
15958version = "29.0.1"
15959source = "registry+https://github.com/rust-lang/crates.io-index"
15960checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
15961dependencies = [
15962 "anyhow",
15963 "heck 0.5.0",
15964 "indexmap",
15965 "wit-parser 0.221.3",
15966]
15967
15968[[package]]
15969name = "wast"
15970version = "35.0.2"
15971source = "registry+https://github.com/rust-lang/crates.io-index"
15972checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
15973dependencies = [
15974 "leb128",
15975]
15976
15977[[package]]
15978name = "wayland-backend"
15979version = "0.3.8"
15980source = "registry+https://github.com/rust-lang/crates.io-index"
15981checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
15982dependencies = [
15983 "cc",
15984 "downcast-rs",
15985 "rustix",
15986 "scoped-tls",
15987 "smallvec",
15988 "wayland-sys",
15989]
15990
15991[[package]]
15992name = "wayland-client"
15993version = "0.31.8"
15994source = "registry+https://github.com/rust-lang/crates.io-index"
15995checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
15996dependencies = [
15997 "bitflags 2.8.0",
15998 "rustix",
15999 "wayland-backend",
16000 "wayland-scanner",
16001]
16002
16003[[package]]
16004name = "wayland-cursor"
16005version = "0.31.8"
16006source = "registry+https://github.com/rust-lang/crates.io-index"
16007checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
16008dependencies = [
16009 "rustix",
16010 "wayland-client",
16011 "xcursor",
16012]
16013
16014[[package]]
16015name = "wayland-protocols"
16016version = "0.31.2"
16017source = "registry+https://github.com/rust-lang/crates.io-index"
16018checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
16019dependencies = [
16020 "bitflags 2.8.0",
16021 "wayland-backend",
16022 "wayland-client",
16023 "wayland-scanner",
16024]
16025
16026[[package]]
16027name = "wayland-protocols-plasma"
16028version = "0.2.0"
16029source = "registry+https://github.com/rust-lang/crates.io-index"
16030checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
16031dependencies = [
16032 "bitflags 2.8.0",
16033 "wayland-backend",
16034 "wayland-client",
16035 "wayland-protocols",
16036 "wayland-scanner",
16037]
16038
16039[[package]]
16040name = "wayland-scanner"
16041version = "0.31.6"
16042source = "registry+https://github.com/rust-lang/crates.io-index"
16043checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
16044dependencies = [
16045 "proc-macro2",
16046 "quick-xml 0.37.2",
16047 "quote",
16048]
16049
16050[[package]]
16051name = "wayland-sys"
16052version = "0.31.6"
16053source = "registry+https://github.com/rust-lang/crates.io-index"
16054checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
16055dependencies = [
16056 "dlib",
16057 "log",
16058 "once_cell",
16059 "pkg-config",
16060]
16061
16062[[package]]
16063name = "web-sys"
16064version = "0.3.76"
16065source = "registry+https://github.com/rust-lang/crates.io-index"
16066checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
16067dependencies = [
16068 "js-sys",
16069 "wasm-bindgen",
16070]
16071
16072[[package]]
16073name = "web-time"
16074version = "1.1.0"
16075source = "registry+https://github.com/rust-lang/crates.io-index"
16076checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
16077dependencies = [
16078 "js-sys",
16079 "wasm-bindgen",
16080]
16081
16082[[package]]
16083name = "webpki-root-certs"
16084version = "0.26.8"
16085source = "registry+https://github.com/rust-lang/crates.io-index"
16086checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
16087dependencies = [
16088 "rustls-pki-types",
16089]
16090
16091[[package]]
16092name = "webpki-roots"
16093version = "0.26.7"
16094source = "registry+https://github.com/rust-lang/crates.io-index"
16095checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
16096dependencies = [
16097 "rustls-pki-types",
16098]
16099
16100[[package]]
16101name = "webrtc-sys"
16102version = "0.3.5"
16103source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
16104dependencies = [
16105 "cc",
16106 "cxx",
16107 "cxx-build",
16108 "glob",
16109 "log",
16110 "webrtc-sys-build",
16111]
16112
16113[[package]]
16114name = "webrtc-sys-build"
16115version = "0.3.5"
16116source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
16117dependencies = [
16118 "fs2",
16119 "regex",
16120 "reqwest 0.11.27",
16121 "scratch",
16122 "semver",
16123 "zip",
16124]
16125
16126[[package]]
16127name = "weezl"
16128version = "0.1.8"
16129source = "registry+https://github.com/rust-lang/crates.io-index"
16130checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
16131
16132[[package]]
16133name = "welcome"
16134version = "0.1.0"
16135dependencies = [
16136 "anyhow",
16137 "client",
16138 "db",
16139 "editor",
16140 "fuzzy",
16141 "gpui",
16142 "install_cli",
16143 "language",
16144 "picker",
16145 "project",
16146 "schemars",
16147 "serde",
16148 "settings",
16149 "telemetry",
16150 "ui",
16151 "util",
16152 "vim_mode_setting",
16153 "workspace",
16154 "zed_actions",
16155]
16156
16157[[package]]
16158name = "which"
16159version = "4.4.2"
16160source = "registry+https://github.com/rust-lang/crates.io-index"
16161checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
16162dependencies = [
16163 "either",
16164 "home",
16165 "once_cell",
16166 "rustix",
16167]
16168
16169[[package]]
16170name = "which"
16171version = "6.0.3"
16172source = "registry+https://github.com/rust-lang/crates.io-index"
16173checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
16174dependencies = [
16175 "either",
16176 "home",
16177 "rustix",
16178 "winsafe",
16179]
16180
16181[[package]]
16182name = "which"
16183version = "7.0.2"
16184source = "registry+https://github.com/rust-lang/crates.io-index"
16185checksum = "2774c861e1f072b3aadc02f8ba886c26ad6321567ecc294c935434cad06f1283"
16186dependencies = [
16187 "either",
16188 "env_home",
16189 "rustix",
16190 "winsafe",
16191]
16192
16193[[package]]
16194name = "whoami"
16195version = "1.5.2"
16196source = "registry+https://github.com/rust-lang/crates.io-index"
16197checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
16198dependencies = [
16199 "redox_syscall 0.5.8",
16200 "wasite",
16201]
16202
16203[[package]]
16204name = "wiggle"
16205version = "29.0.1"
16206source = "registry+https://github.com/rust-lang/crates.io-index"
16207checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
16208dependencies = [
16209 "anyhow",
16210 "async-trait",
16211 "bitflags 2.8.0",
16212 "thiserror 1.0.69",
16213 "tracing",
16214 "wasmtime",
16215 "wiggle-macro",
16216]
16217
16218[[package]]
16219name = "wiggle-generate"
16220version = "29.0.1"
16221source = "registry+https://github.com/rust-lang/crates.io-index"
16222checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
16223dependencies = [
16224 "anyhow",
16225 "heck 0.5.0",
16226 "proc-macro2",
16227 "quote",
16228 "shellexpand 2.1.2",
16229 "syn 2.0.100",
16230 "witx",
16231]
16232
16233[[package]]
16234name = "wiggle-macro"
16235version = "29.0.1"
16236source = "registry+https://github.com/rust-lang/crates.io-index"
16237checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
16238dependencies = [
16239 "proc-macro2",
16240 "quote",
16241 "syn 2.0.100",
16242 "wiggle-generate",
16243]
16244
16245[[package]]
16246name = "winapi"
16247version = "0.3.9"
16248source = "registry+https://github.com/rust-lang/crates.io-index"
16249checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
16250dependencies = [
16251 "winapi-i686-pc-windows-gnu",
16252 "winapi-x86_64-pc-windows-gnu",
16253]
16254
16255[[package]]
16256name = "winapi-i686-pc-windows-gnu"
16257version = "0.4.0"
16258source = "registry+https://github.com/rust-lang/crates.io-index"
16259checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
16260
16261[[package]]
16262name = "winapi-util"
16263version = "0.1.9"
16264source = "registry+https://github.com/rust-lang/crates.io-index"
16265checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
16266dependencies = [
16267 "windows-sys 0.59.0",
16268]
16269
16270[[package]]
16271name = "winapi-x86_64-pc-windows-gnu"
16272version = "0.4.0"
16273source = "registry+https://github.com/rust-lang/crates.io-index"
16274checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
16275
16276[[package]]
16277name = "winch-codegen"
16278version = "29.0.1"
16279source = "registry+https://github.com/rust-lang/crates.io-index"
16280checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
16281dependencies = [
16282 "anyhow",
16283 "cranelift-codegen",
16284 "gimli",
16285 "regalloc2",
16286 "smallvec",
16287 "target-lexicon 0.13.2",
16288 "thiserror 1.0.69",
16289 "wasmparser 0.221.3",
16290 "wasmtime-cranelift",
16291 "wasmtime-environ",
16292]
16293
16294[[package]]
16295name = "windows"
16296version = "0.54.0"
16297source = "registry+https://github.com/rust-lang/crates.io-index"
16298checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
16299dependencies = [
16300 "windows-core 0.54.0",
16301 "windows-targets 0.52.6",
16302]
16303
16304[[package]]
16305name = "windows"
16306version = "0.57.0"
16307source = "registry+https://github.com/rust-lang/crates.io-index"
16308checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
16309dependencies = [
16310 "windows-core 0.57.0",
16311 "windows-targets 0.52.6",
16312]
16313
16314[[package]]
16315name = "windows"
16316version = "0.58.0"
16317source = "registry+https://github.com/rust-lang/crates.io-index"
16318checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
16319dependencies = [
16320 "windows-core 0.58.0",
16321 "windows-targets 0.52.6",
16322]
16323
16324[[package]]
16325name = "windows"
16326version = "0.60.0"
16327source = "registry+https://github.com/rust-lang/crates.io-index"
16328checksum = "ddf874e74c7a99773e62b1c671427abf01a425e77c3d3fb9fb1e4883ea934529"
16329dependencies = [
16330 "windows-collections",
16331 "windows-core 0.60.1",
16332 "windows-future",
16333 "windows-link",
16334 "windows-numerics",
16335]
16336
16337[[package]]
16338name = "windows-collections"
16339version = "0.1.1"
16340source = "registry+https://github.com/rust-lang/crates.io-index"
16341checksum = "5467f79cc1ba3f52ebb2ed41dbb459b8e7db636cc3429458d9a852e15bc24dec"
16342dependencies = [
16343 "windows-core 0.60.1",
16344]
16345
16346[[package]]
16347name = "windows-core"
16348version = "0.52.0"
16349source = "registry+https://github.com/rust-lang/crates.io-index"
16350checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
16351dependencies = [
16352 "windows-targets 0.52.6",
16353]
16354
16355[[package]]
16356name = "windows-core"
16357version = "0.54.0"
16358source = "registry+https://github.com/rust-lang/crates.io-index"
16359checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
16360dependencies = [
16361 "windows-result 0.1.2",
16362 "windows-targets 0.52.6",
16363]
16364
16365[[package]]
16366name = "windows-core"
16367version = "0.57.0"
16368source = "registry+https://github.com/rust-lang/crates.io-index"
16369checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
16370dependencies = [
16371 "windows-implement 0.57.0",
16372 "windows-interface 0.57.0",
16373 "windows-result 0.1.2",
16374 "windows-targets 0.52.6",
16375]
16376
16377[[package]]
16378name = "windows-core"
16379version = "0.58.0"
16380source = "registry+https://github.com/rust-lang/crates.io-index"
16381checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
16382dependencies = [
16383 "windows-implement 0.58.0",
16384 "windows-interface 0.58.0",
16385 "windows-result 0.2.0",
16386 "windows-strings 0.1.0",
16387 "windows-targets 0.52.6",
16388]
16389
16390[[package]]
16391name = "windows-core"
16392version = "0.60.1"
16393source = "registry+https://github.com/rust-lang/crates.io-index"
16394checksum = "ca21a92a9cae9bf4ccae5cf8368dce0837100ddf6e6d57936749e85f152f6247"
16395dependencies = [
16396 "windows-implement 0.59.0",
16397 "windows-interface 0.59.0",
16398 "windows-link",
16399 "windows-result 0.3.1",
16400 "windows-strings 0.3.1",
16401]
16402
16403[[package]]
16404name = "windows-future"
16405version = "0.1.1"
16406source = "registry+https://github.com/rust-lang/crates.io-index"
16407checksum = "a787db4595e7eb80239b74ce8babfb1363d8e343ab072f2ffe901400c03349f0"
16408dependencies = [
16409 "windows-core 0.60.1",
16410 "windows-link",
16411]
16412
16413[[package]]
16414name = "windows-implement"
16415version = "0.57.0"
16416source = "registry+https://github.com/rust-lang/crates.io-index"
16417checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
16418dependencies = [
16419 "proc-macro2",
16420 "quote",
16421 "syn 2.0.100",
16422]
16423
16424[[package]]
16425name = "windows-implement"
16426version = "0.58.0"
16427source = "registry+https://github.com/rust-lang/crates.io-index"
16428checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
16429dependencies = [
16430 "proc-macro2",
16431 "quote",
16432 "syn 2.0.100",
16433]
16434
16435[[package]]
16436name = "windows-implement"
16437version = "0.59.0"
16438source = "registry+https://github.com/rust-lang/crates.io-index"
16439checksum = "83577b051e2f49a058c308f17f273b570a6a758386fc291b5f6a934dd84e48c1"
16440dependencies = [
16441 "proc-macro2",
16442 "quote",
16443 "syn 2.0.100",
16444]
16445
16446[[package]]
16447name = "windows-interface"
16448version = "0.57.0"
16449source = "registry+https://github.com/rust-lang/crates.io-index"
16450checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
16451dependencies = [
16452 "proc-macro2",
16453 "quote",
16454 "syn 2.0.100",
16455]
16456
16457[[package]]
16458name = "windows-interface"
16459version = "0.58.0"
16460source = "registry+https://github.com/rust-lang/crates.io-index"
16461checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
16462dependencies = [
16463 "proc-macro2",
16464 "quote",
16465 "syn 2.0.100",
16466]
16467
16468[[package]]
16469name = "windows-interface"
16470version = "0.59.0"
16471source = "registry+https://github.com/rust-lang/crates.io-index"
16472checksum = "cb26fd936d991781ea39e87c3a27285081e3c0da5ca0fcbc02d368cc6f52ff01"
16473dependencies = [
16474 "proc-macro2",
16475 "quote",
16476 "syn 2.0.100",
16477]
16478
16479[[package]]
16480name = "windows-link"
16481version = "0.1.0"
16482source = "registry+https://github.com/rust-lang/crates.io-index"
16483checksum = "6dccfd733ce2b1753b03b6d3c65edf020262ea35e20ccdf3e288043e6dd620e3"
16484
16485[[package]]
16486name = "windows-numerics"
16487version = "0.1.1"
16488source = "registry+https://github.com/rust-lang/crates.io-index"
16489checksum = "005dea54e2f6499f2cee279b8f703b3cf3b5734a2d8d21867c8f44003182eeed"
16490dependencies = [
16491 "windows-core 0.60.1",
16492 "windows-link",
16493]
16494
16495[[package]]
16496name = "windows-registry"
16497version = "0.2.0"
16498source = "registry+https://github.com/rust-lang/crates.io-index"
16499checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
16500dependencies = [
16501 "windows-result 0.2.0",
16502 "windows-strings 0.1.0",
16503 "windows-targets 0.52.6",
16504]
16505
16506[[package]]
16507name = "windows-result"
16508version = "0.1.2"
16509source = "registry+https://github.com/rust-lang/crates.io-index"
16510checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
16511dependencies = [
16512 "windows-targets 0.52.6",
16513]
16514
16515[[package]]
16516name = "windows-result"
16517version = "0.2.0"
16518source = "registry+https://github.com/rust-lang/crates.io-index"
16519checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
16520dependencies = [
16521 "windows-targets 0.52.6",
16522]
16523
16524[[package]]
16525name = "windows-result"
16526version = "0.3.1"
16527source = "registry+https://github.com/rust-lang/crates.io-index"
16528checksum = "06374efe858fab7e4f881500e6e86ec8bc28f9462c47e5a9941a0142ad86b189"
16529dependencies = [
16530 "windows-link",
16531]
16532
16533[[package]]
16534name = "windows-strings"
16535version = "0.1.0"
16536source = "registry+https://github.com/rust-lang/crates.io-index"
16537checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
16538dependencies = [
16539 "windows-result 0.2.0",
16540 "windows-targets 0.52.6",
16541]
16542
16543[[package]]
16544name = "windows-strings"
16545version = "0.3.1"
16546source = "registry+https://github.com/rust-lang/crates.io-index"
16547checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
16548dependencies = [
16549 "windows-link",
16550]
16551
16552[[package]]
16553name = "windows-sys"
16554version = "0.45.0"
16555source = "registry+https://github.com/rust-lang/crates.io-index"
16556checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
16557dependencies = [
16558 "windows-targets 0.42.2",
16559]
16560
16561[[package]]
16562name = "windows-sys"
16563version = "0.48.0"
16564source = "registry+https://github.com/rust-lang/crates.io-index"
16565checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
16566dependencies = [
16567 "windows-targets 0.48.5",
16568]
16569
16570[[package]]
16571name = "windows-sys"
16572version = "0.52.0"
16573source = "registry+https://github.com/rust-lang/crates.io-index"
16574checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
16575dependencies = [
16576 "windows-targets 0.52.6",
16577]
16578
16579[[package]]
16580name = "windows-sys"
16581version = "0.59.0"
16582source = "registry+https://github.com/rust-lang/crates.io-index"
16583checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
16584dependencies = [
16585 "windows-targets 0.52.6",
16586]
16587
16588[[package]]
16589name = "windows-targets"
16590version = "0.42.2"
16591source = "registry+https://github.com/rust-lang/crates.io-index"
16592checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
16593dependencies = [
16594 "windows_aarch64_gnullvm 0.42.2",
16595 "windows_aarch64_msvc 0.42.2",
16596 "windows_i686_gnu 0.42.2",
16597 "windows_i686_msvc 0.42.2",
16598 "windows_x86_64_gnu 0.42.2",
16599 "windows_x86_64_gnullvm 0.42.2",
16600 "windows_x86_64_msvc 0.42.2",
16601]
16602
16603[[package]]
16604name = "windows-targets"
16605version = "0.48.5"
16606source = "registry+https://github.com/rust-lang/crates.io-index"
16607checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
16608dependencies = [
16609 "windows_aarch64_gnullvm 0.48.5",
16610 "windows_aarch64_msvc 0.48.5",
16611 "windows_i686_gnu 0.48.5",
16612 "windows_i686_msvc 0.48.5",
16613 "windows_x86_64_gnu 0.48.5",
16614 "windows_x86_64_gnullvm 0.48.5",
16615 "windows_x86_64_msvc 0.48.5",
16616]
16617
16618[[package]]
16619name = "windows-targets"
16620version = "0.52.6"
16621source = "registry+https://github.com/rust-lang/crates.io-index"
16622checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
16623dependencies = [
16624 "windows_aarch64_gnullvm 0.52.6",
16625 "windows_aarch64_msvc 0.52.6",
16626 "windows_i686_gnu 0.52.6",
16627 "windows_i686_gnullvm",
16628 "windows_i686_msvc 0.52.6",
16629 "windows_x86_64_gnu 0.52.6",
16630 "windows_x86_64_gnullvm 0.52.6",
16631 "windows_x86_64_msvc 0.52.6",
16632]
16633
16634[[package]]
16635name = "windows_aarch64_gnullvm"
16636version = "0.42.2"
16637source = "registry+https://github.com/rust-lang/crates.io-index"
16638checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
16639
16640[[package]]
16641name = "windows_aarch64_gnullvm"
16642version = "0.48.5"
16643source = "registry+https://github.com/rust-lang/crates.io-index"
16644checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
16645
16646[[package]]
16647name = "windows_aarch64_gnullvm"
16648version = "0.52.6"
16649source = "registry+https://github.com/rust-lang/crates.io-index"
16650checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
16651
16652[[package]]
16653name = "windows_aarch64_msvc"
16654version = "0.42.2"
16655source = "registry+https://github.com/rust-lang/crates.io-index"
16656checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
16657
16658[[package]]
16659name = "windows_aarch64_msvc"
16660version = "0.48.5"
16661source = "registry+https://github.com/rust-lang/crates.io-index"
16662checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
16663
16664[[package]]
16665name = "windows_aarch64_msvc"
16666version = "0.52.6"
16667source = "registry+https://github.com/rust-lang/crates.io-index"
16668checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
16669
16670[[package]]
16671name = "windows_i686_gnu"
16672version = "0.42.2"
16673source = "registry+https://github.com/rust-lang/crates.io-index"
16674checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
16675
16676[[package]]
16677name = "windows_i686_gnu"
16678version = "0.48.5"
16679source = "registry+https://github.com/rust-lang/crates.io-index"
16680checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
16681
16682[[package]]
16683name = "windows_i686_gnu"
16684version = "0.52.6"
16685source = "registry+https://github.com/rust-lang/crates.io-index"
16686checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
16687
16688[[package]]
16689name = "windows_i686_gnullvm"
16690version = "0.52.6"
16691source = "registry+https://github.com/rust-lang/crates.io-index"
16692checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
16693
16694[[package]]
16695name = "windows_i686_msvc"
16696version = "0.42.2"
16697source = "registry+https://github.com/rust-lang/crates.io-index"
16698checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
16699
16700[[package]]
16701name = "windows_i686_msvc"
16702version = "0.48.5"
16703source = "registry+https://github.com/rust-lang/crates.io-index"
16704checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
16705
16706[[package]]
16707name = "windows_i686_msvc"
16708version = "0.52.6"
16709source = "registry+https://github.com/rust-lang/crates.io-index"
16710checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
16711
16712[[package]]
16713name = "windows_x86_64_gnu"
16714version = "0.42.2"
16715source = "registry+https://github.com/rust-lang/crates.io-index"
16716checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
16717
16718[[package]]
16719name = "windows_x86_64_gnu"
16720version = "0.48.5"
16721source = "registry+https://github.com/rust-lang/crates.io-index"
16722checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
16723
16724[[package]]
16725name = "windows_x86_64_gnu"
16726version = "0.52.6"
16727source = "registry+https://github.com/rust-lang/crates.io-index"
16728checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
16729
16730[[package]]
16731name = "windows_x86_64_gnullvm"
16732version = "0.42.2"
16733source = "registry+https://github.com/rust-lang/crates.io-index"
16734checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
16735
16736[[package]]
16737name = "windows_x86_64_gnullvm"
16738version = "0.48.5"
16739source = "registry+https://github.com/rust-lang/crates.io-index"
16740checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
16741
16742[[package]]
16743name = "windows_x86_64_gnullvm"
16744version = "0.52.6"
16745source = "registry+https://github.com/rust-lang/crates.io-index"
16746checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
16747
16748[[package]]
16749name = "windows_x86_64_msvc"
16750version = "0.42.2"
16751source = "registry+https://github.com/rust-lang/crates.io-index"
16752checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
16753
16754[[package]]
16755name = "windows_x86_64_msvc"
16756version = "0.48.5"
16757source = "registry+https://github.com/rust-lang/crates.io-index"
16758checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
16759
16760[[package]]
16761name = "windows_x86_64_msvc"
16762version = "0.52.6"
16763source = "registry+https://github.com/rust-lang/crates.io-index"
16764checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
16765
16766[[package]]
16767name = "winnow"
16768version = "0.6.20"
16769source = "registry+https://github.com/rust-lang/crates.io-index"
16770checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
16771dependencies = [
16772 "memchr",
16773]
16774
16775[[package]]
16776name = "winnow"
16777version = "0.7.1"
16778source = "registry+https://github.com/rust-lang/crates.io-index"
16779checksum = "86e376c75f4f43f44db463cf729e0d3acbf954d13e22c51e26e4c264b4ab545f"
16780dependencies = [
16781 "memchr",
16782]
16783
16784[[package]]
16785name = "winreg"
16786version = "0.50.0"
16787source = "registry+https://github.com/rust-lang/crates.io-index"
16788checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
16789dependencies = [
16790 "cfg-if",
16791 "windows-sys 0.48.0",
16792]
16793
16794[[package]]
16795name = "winreg"
16796version = "0.52.0"
16797source = "registry+https://github.com/rust-lang/crates.io-index"
16798checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
16799dependencies = [
16800 "cfg-if",
16801 "windows-sys 0.48.0",
16802]
16803
16804[[package]]
16805name = "winresource"
16806version = "0.1.20"
16807source = "registry+https://github.com/rust-lang/crates.io-index"
16808checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
16809dependencies = [
16810 "toml 0.8.20",
16811 "version_check",
16812]
16813
16814[[package]]
16815name = "winsafe"
16816version = "0.0.19"
16817source = "registry+https://github.com/rust-lang/crates.io-index"
16818checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
16819
16820[[package]]
16821name = "winx"
16822version = "0.36.4"
16823source = "registry+https://github.com/rust-lang/crates.io-index"
16824checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
16825dependencies = [
16826 "bitflags 2.8.0",
16827 "windows-sys 0.59.0",
16828]
16829
16830[[package]]
16831name = "wio"
16832version = "0.2.2"
16833source = "registry+https://github.com/rust-lang/crates.io-index"
16834checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
16835dependencies = [
16836 "winapi",
16837]
16838
16839[[package]]
16840name = "wit-bindgen"
16841version = "0.22.0"
16842source = "registry+https://github.com/rust-lang/crates.io-index"
16843checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
16844dependencies = [
16845 "bitflags 2.8.0",
16846 "wit-bindgen-rt 0.22.0",
16847 "wit-bindgen-rust-macro",
16848]
16849
16850[[package]]
16851name = "wit-bindgen-core"
16852version = "0.22.0"
16853source = "registry+https://github.com/rust-lang/crates.io-index"
16854checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
16855dependencies = [
16856 "anyhow",
16857 "wit-parser 0.201.0",
16858]
16859
16860[[package]]
16861name = "wit-bindgen-rt"
16862version = "0.22.0"
16863source = "registry+https://github.com/rust-lang/crates.io-index"
16864checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
16865
16866[[package]]
16867name = "wit-bindgen-rt"
16868version = "0.33.0"
16869source = "registry+https://github.com/rust-lang/crates.io-index"
16870checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
16871dependencies = [
16872 "bitflags 2.8.0",
16873]
16874
16875[[package]]
16876name = "wit-bindgen-rust"
16877version = "0.22.0"
16878source = "registry+https://github.com/rust-lang/crates.io-index"
16879checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
16880dependencies = [
16881 "anyhow",
16882 "heck 0.4.1",
16883 "indexmap",
16884 "wasm-metadata 0.201.0",
16885 "wit-bindgen-core",
16886 "wit-component 0.201.0",
16887]
16888
16889[[package]]
16890name = "wit-bindgen-rust-macro"
16891version = "0.22.0"
16892source = "registry+https://github.com/rust-lang/crates.io-index"
16893checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
16894dependencies = [
16895 "anyhow",
16896 "proc-macro2",
16897 "quote",
16898 "syn 2.0.100",
16899 "wit-bindgen-core",
16900 "wit-bindgen-rust",
16901]
16902
16903[[package]]
16904name = "wit-component"
16905version = "0.201.0"
16906source = "registry+https://github.com/rust-lang/crates.io-index"
16907checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
16908dependencies = [
16909 "anyhow",
16910 "bitflags 2.8.0",
16911 "indexmap",
16912 "log",
16913 "serde",
16914 "serde_derive",
16915 "serde_json",
16916 "wasm-encoder 0.201.0",
16917 "wasm-metadata 0.201.0",
16918 "wasmparser 0.201.0",
16919 "wit-parser 0.201.0",
16920]
16921
16922[[package]]
16923name = "wit-component"
16924version = "0.221.3"
16925source = "registry+https://github.com/rust-lang/crates.io-index"
16926checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
16927dependencies = [
16928 "anyhow",
16929 "bitflags 2.8.0",
16930 "indexmap",
16931 "log",
16932 "serde",
16933 "serde_derive",
16934 "serde_json",
16935 "wasm-encoder 0.221.3",
16936 "wasm-metadata 0.221.3",
16937 "wasmparser 0.221.3",
16938 "wit-parser 0.221.3",
16939]
16940
16941[[package]]
16942name = "wit-parser"
16943version = "0.201.0"
16944source = "registry+https://github.com/rust-lang/crates.io-index"
16945checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
16946dependencies = [
16947 "anyhow",
16948 "id-arena",
16949 "indexmap",
16950 "log",
16951 "semver",
16952 "serde",
16953 "serde_derive",
16954 "serde_json",
16955 "unicode-xid",
16956 "wasmparser 0.201.0",
16957]
16958
16959[[package]]
16960name = "wit-parser"
16961version = "0.221.3"
16962source = "registry+https://github.com/rust-lang/crates.io-index"
16963checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
16964dependencies = [
16965 "anyhow",
16966 "id-arena",
16967 "indexmap",
16968 "log",
16969 "semver",
16970 "serde",
16971 "serde_derive",
16972 "serde_json",
16973 "unicode-xid",
16974 "wasmparser 0.221.3",
16975]
16976
16977[[package]]
16978name = "witx"
16979version = "0.9.1"
16980source = "registry+https://github.com/rust-lang/crates.io-index"
16981checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
16982dependencies = [
16983 "anyhow",
16984 "log",
16985 "thiserror 1.0.69",
16986 "wast",
16987]
16988
16989[[package]]
16990name = "workspace"
16991version = "0.1.0"
16992dependencies = [
16993 "any_vec",
16994 "anyhow",
16995 "async-recursion 1.1.1",
16996 "bincode",
16997 "call",
16998 "client",
16999 "clock",
17000 "collections",
17001 "component",
17002 "db",
17003 "derive_more",
17004 "env_logger 0.11.7",
17005 "fs",
17006 "futures 0.3.31",
17007 "gpui",
17008 "http_client",
17009 "itertools 0.14.0",
17010 "language",
17011 "log",
17012 "node_runtime",
17013 "parking_lot",
17014 "postage",
17015 "project",
17016 "remote",
17017 "schemars",
17018 "serde",
17019 "serde_json",
17020 "session",
17021 "settings",
17022 "smallvec",
17023 "sqlez",
17024 "strum",
17025 "task",
17026 "telemetry",
17027 "tempfile",
17028 "theme",
17029 "ui",
17030 "util",
17031 "uuid",
17032 "zed_actions",
17033]
17034
17035[[package]]
17036name = "worktree"
17037version = "0.1.0"
17038dependencies = [
17039 "anyhow",
17040 "clock",
17041 "collections",
17042 "env_logger 0.11.7",
17043 "fs",
17044 "futures 0.3.31",
17045 "fuzzy",
17046 "git",
17047 "git2",
17048 "git_hosting_providers",
17049 "gpui",
17050 "http_client",
17051 "ignore",
17052 "language",
17053 "log",
17054 "parking_lot",
17055 "paths",
17056 "postage",
17057 "pretty_assertions",
17058 "rand 0.8.5",
17059 "rpc",
17060 "schemars",
17061 "serde",
17062 "serde_json",
17063 "settings",
17064 "smallvec",
17065 "smol",
17066 "sum_tree",
17067 "text",
17068 "util",
17069]
17070
17071[[package]]
17072name = "write16"
17073version = "1.0.0"
17074source = "registry+https://github.com/rust-lang/crates.io-index"
17075checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
17076
17077[[package]]
17078name = "writeable"
17079version = "0.5.5"
17080source = "registry+https://github.com/rust-lang/crates.io-index"
17081checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
17082
17083[[package]]
17084name = "wyz"
17085version = "0.5.1"
17086source = "registry+https://github.com/rust-lang/crates.io-index"
17087checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
17088dependencies = [
17089 "tap",
17090]
17091
17092[[package]]
17093name = "x11-clipboard"
17094version = "0.9.3"
17095source = "registry+https://github.com/rust-lang/crates.io-index"
17096checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
17097dependencies = [
17098 "libc",
17099 "x11rb",
17100]
17101
17102[[package]]
17103name = "x11rb"
17104version = "0.13.1"
17105source = "registry+https://github.com/rust-lang/crates.io-index"
17106checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
17107dependencies = [
17108 "as-raw-xcb-connection",
17109 "gethostname",
17110 "libc",
17111 "rustix",
17112 "x11rb-protocol",
17113]
17114
17115[[package]]
17116name = "x11rb-protocol"
17117version = "0.13.1"
17118source = "registry+https://github.com/rust-lang/crates.io-index"
17119checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
17120
17121[[package]]
17122name = "xattr"
17123version = "0.2.3"
17124source = "registry+https://github.com/rust-lang/crates.io-index"
17125checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
17126dependencies = [
17127 "libc",
17128]
17129
17130[[package]]
17131name = "xcursor"
17132version = "0.3.8"
17133source = "registry+https://github.com/rust-lang/crates.io-index"
17134checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
17135
17136[[package]]
17137name = "xdg-home"
17138version = "1.3.0"
17139source = "registry+https://github.com/rust-lang/crates.io-index"
17140checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
17141dependencies = [
17142 "libc",
17143 "windows-sys 0.59.0",
17144]
17145
17146[[package]]
17147name = "xim"
17148version = "0.4.0"
17149source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17150dependencies = [
17151 "ahash 0.8.11",
17152 "hashbrown 0.14.5",
17153 "log",
17154 "x11rb",
17155 "xim-ctext",
17156 "xim-parser",
17157]
17158
17159[[package]]
17160name = "xim-ctext"
17161version = "0.3.0"
17162source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17163dependencies = [
17164 "encoding_rs",
17165]
17166
17167[[package]]
17168name = "xim-parser"
17169version = "0.2.1"
17170source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17171dependencies = [
17172 "bitflags 2.8.0",
17173]
17174
17175[[package]]
17176name = "xkbcommon"
17177version = "0.7.0"
17178source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
17179dependencies = [
17180 "as-raw-xcb-connection",
17181 "libc",
17182 "memmap2",
17183 "xkeysym",
17184]
17185
17186[[package]]
17187name = "xkeysym"
17188version = "0.2.1"
17189source = "registry+https://github.com/rust-lang/crates.io-index"
17190checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
17191
17192[[package]]
17193name = "xml5ever"
17194version = "0.18.1"
17195source = "registry+https://github.com/rust-lang/crates.io-index"
17196checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
17197dependencies = [
17198 "log",
17199 "mac",
17200 "markup5ever",
17201]
17202
17203[[package]]
17204name = "xmlparser"
17205version = "0.13.6"
17206source = "registry+https://github.com/rust-lang/crates.io-index"
17207checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
17208
17209[[package]]
17210name = "xmlwriter"
17211version = "0.1.0"
17212source = "registry+https://github.com/rust-lang/crates.io-index"
17213checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
17214
17215[[package]]
17216name = "xtask"
17217version = "0.1.0"
17218dependencies = [
17219 "anyhow",
17220 "cargo_metadata",
17221 "cargo_toml",
17222 "clap",
17223]
17224
17225[[package]]
17226name = "yaml-rust2"
17227version = "0.8.1"
17228source = "registry+https://github.com/rust-lang/crates.io-index"
17229checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
17230dependencies = [
17231 "arraydeque",
17232 "encoding_rs",
17233 "hashlink 0.8.4",
17234]
17235
17236[[package]]
17237name = "yansi"
17238version = "1.0.1"
17239source = "registry+https://github.com/rust-lang/crates.io-index"
17240checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
17241
17242[[package]]
17243name = "yazi"
17244version = "0.1.6"
17245source = "registry+https://github.com/rust-lang/crates.io-index"
17246checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
17247
17248[[package]]
17249name = "yeslogic-fontconfig-sys"
17250version = "6.0.0"
17251source = "registry+https://github.com/rust-lang/crates.io-index"
17252checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
17253dependencies = [
17254 "dlib",
17255 "once_cell",
17256 "pkg-config",
17257]
17258
17259[[package]]
17260name = "yoke"
17261version = "0.7.5"
17262source = "registry+https://github.com/rust-lang/crates.io-index"
17263checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
17264dependencies = [
17265 "serde",
17266 "stable_deref_trait",
17267 "yoke-derive",
17268 "zerofrom",
17269]
17270
17271[[package]]
17272name = "yoke-derive"
17273version = "0.7.5"
17274source = "registry+https://github.com/rust-lang/crates.io-index"
17275checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
17276dependencies = [
17277 "proc-macro2",
17278 "quote",
17279 "syn 2.0.100",
17280 "synstructure",
17281]
17282
17283[[package]]
17284name = "zbus"
17285version = "5.5.0"
17286source = "registry+https://github.com/rust-lang/crates.io-index"
17287checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
17288dependencies = [
17289 "async-broadcast",
17290 "async-executor",
17291 "async-fs",
17292 "async-io",
17293 "async-lock",
17294 "async-process",
17295 "async-recursion 1.1.1",
17296 "async-task",
17297 "async-trait",
17298 "blocking",
17299 "enumflags2",
17300 "event-listener 5.3.1",
17301 "futures-core",
17302 "futures-lite 2.6.0",
17303 "hex",
17304 "nix",
17305 "ordered-stream",
17306 "serde",
17307 "serde_repr",
17308 "static_assertions",
17309 "tracing",
17310 "uds_windows",
17311 "windows-sys 0.59.0",
17312 "winnow 0.7.1",
17313 "xdg-home",
17314 "zbus_macros",
17315 "zbus_names",
17316 "zvariant",
17317]
17318
17319[[package]]
17320name = "zbus_macros"
17321version = "5.5.0"
17322source = "registry+https://github.com/rust-lang/crates.io-index"
17323checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
17324dependencies = [
17325 "proc-macro-crate",
17326 "proc-macro2",
17327 "quote",
17328 "syn 2.0.100",
17329 "zbus_names",
17330 "zvariant",
17331 "zvariant_utils",
17332]
17333
17334[[package]]
17335name = "zbus_names"
17336version = "4.1.0"
17337source = "registry+https://github.com/rust-lang/crates.io-index"
17338checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
17339dependencies = [
17340 "serde",
17341 "static_assertions",
17342 "winnow 0.6.20",
17343 "zvariant",
17344]
17345
17346[[package]]
17347name = "zed"
17348version = "0.180.0"
17349dependencies = [
17350 "activity_indicator",
17351 "anyhow",
17352 "ashpd",
17353 "assets",
17354 "assistant",
17355 "assistant2",
17356 "assistant_context_editor",
17357 "assistant_settings",
17358 "assistant_tools",
17359 "async-watch",
17360 "audio",
17361 "auto_update",
17362 "auto_update_ui",
17363 "backtrace",
17364 "breadcrumbs",
17365 "call",
17366 "channel",
17367 "chrono",
17368 "clap",
17369 "cli",
17370 "client",
17371 "collab_ui",
17372 "collections",
17373 "command_palette",
17374 "command_palette_hooks",
17375 "component_preview",
17376 "copilot",
17377 "db",
17378 "debugger_tools",
17379 "debugger_ui",
17380 "diagnostics",
17381 "editor",
17382 "env_logger 0.11.7",
17383 "extension",
17384 "extension_host",
17385 "extensions_ui",
17386 "feature_flags",
17387 "feedback",
17388 "file_finder",
17389 "fs",
17390 "futures 0.3.31",
17391 "git",
17392 "git_hosting_providers",
17393 "git_ui",
17394 "go_to_line",
17395 "gpui",
17396 "gpui_tokio",
17397 "http_client",
17398 "image_viewer",
17399 "inline_completion_button",
17400 "install_cli",
17401 "journal",
17402 "language",
17403 "language_extension",
17404 "language_model",
17405 "language_models",
17406 "language_selector",
17407 "language_tools",
17408 "languages",
17409 "libc",
17410 "log",
17411 "markdown_preview",
17412 "menu",
17413 "migrator",
17414 "mimalloc",
17415 "nix",
17416 "node_runtime",
17417 "notifications",
17418 "outline",
17419 "outline_panel",
17420 "parking_lot",
17421 "paths",
17422 "picker",
17423 "profiling",
17424 "project",
17425 "project_panel",
17426 "project_symbols",
17427 "prompt_store",
17428 "proto",
17429 "recent_projects",
17430 "release_channel",
17431 "remote",
17432 "repl",
17433 "reqwest_client",
17434 "rope",
17435 "search",
17436 "serde",
17437 "serde_json",
17438 "session",
17439 "settings",
17440 "settings_ui",
17441 "shellexpand 2.1.2",
17442 "simplelog",
17443 "smol",
17444 "snippet_provider",
17445 "snippets_ui",
17446 "supermaven",
17447 "sysinfo",
17448 "tab_switcher",
17449 "task",
17450 "tasks_ui",
17451 "telemetry",
17452 "telemetry_events",
17453 "terminal_view",
17454 "theme",
17455 "theme_extension",
17456 "theme_selector",
17457 "time",
17458 "toolchain_selector",
17459 "tree-sitter-md",
17460 "tree-sitter-rust",
17461 "ui",
17462 "ui_prompt",
17463 "url",
17464 "urlencoding",
17465 "util",
17466 "uuid",
17467 "vim",
17468 "vim_mode_setting",
17469 "welcome",
17470 "windows 0.60.0",
17471 "winresource",
17472 "workspace",
17473 "zed_actions",
17474 "zeta",
17475]
17476
17477[[package]]
17478name = "zed_actions"
17479version = "0.1.0"
17480dependencies = [
17481 "gpui",
17482 "schemars",
17483 "serde",
17484]
17485
17486[[package]]
17487name = "zed_emmet"
17488version = "0.0.3"
17489dependencies = [
17490 "zed_extension_api 0.1.0",
17491]
17492
17493[[package]]
17494name = "zed_extension_api"
17495version = "0.1.0"
17496source = "registry+https://github.com/rust-lang/crates.io-index"
17497checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
17498dependencies = [
17499 "serde",
17500 "serde_json",
17501 "wit-bindgen",
17502]
17503
17504[[package]]
17505name = "zed_extension_api"
17506version = "0.3.0"
17507dependencies = [
17508 "serde",
17509 "serde_json",
17510 "wit-bindgen",
17511]
17512
17513[[package]]
17514name = "zed_glsl"
17515version = "0.1.0"
17516dependencies = [
17517 "zed_extension_api 0.1.0",
17518]
17519
17520[[package]]
17521name = "zed_html"
17522version = "0.1.6"
17523dependencies = [
17524 "zed_extension_api 0.1.0",
17525]
17526
17527[[package]]
17528name = "zed_llm_client"
17529version = "0.4.1"
17530source = "registry+https://github.com/rust-lang/crates.io-index"
17531checksum = "1bf21350eced858d129840589158a8f6895c4fa4327ae56dd8c7d6a98495bed4"
17532dependencies = [
17533 "serde",
17534 "serde_json",
17535 "uuid",
17536]
17537
17538[[package]]
17539name = "zed_proto"
17540version = "0.2.1"
17541dependencies = [
17542 "zed_extension_api 0.1.0",
17543]
17544
17545[[package]]
17546name = "zed_ruff"
17547version = "0.1.0"
17548dependencies = [
17549 "zed_extension_api 0.1.0",
17550]
17551
17552[[package]]
17553name = "zed_snippets"
17554version = "0.0.5"
17555dependencies = [
17556 "serde_json",
17557 "zed_extension_api 0.1.0",
17558]
17559
17560[[package]]
17561name = "zed_test_extension"
17562version = "0.1.0"
17563dependencies = [
17564 "zed_extension_api 0.3.0",
17565]
17566
17567[[package]]
17568name = "zed_toml"
17569version = "0.1.3"
17570dependencies = [
17571 "zed_extension_api 0.1.0",
17572]
17573
17574[[package]]
17575name = "zeno"
17576version = "0.2.3"
17577source = "registry+https://github.com/rust-lang/crates.io-index"
17578checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
17579
17580[[package]]
17581name = "zerocopy"
17582version = "0.7.35"
17583source = "registry+https://github.com/rust-lang/crates.io-index"
17584checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
17585dependencies = [
17586 "byteorder",
17587 "zerocopy-derive 0.7.35",
17588]
17589
17590[[package]]
17591name = "zerocopy"
17592version = "0.8.18"
17593source = "registry+https://github.com/rust-lang/crates.io-index"
17594checksum = "79386d31a42a4996e3336b0919ddb90f81112af416270cff95b5f5af22b839c2"
17595dependencies = [
17596 "zerocopy-derive 0.8.18",
17597]
17598
17599[[package]]
17600name = "zerocopy-derive"
17601version = "0.7.35"
17602source = "registry+https://github.com/rust-lang/crates.io-index"
17603checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
17604dependencies = [
17605 "proc-macro2",
17606 "quote",
17607 "syn 2.0.100",
17608]
17609
17610[[package]]
17611name = "zerocopy-derive"
17612version = "0.8.18"
17613source = "registry+https://github.com/rust-lang/crates.io-index"
17614checksum = "76331675d372f91bf8d17e13afbd5fe639200b73d01f0fc748bb059f9cca2db7"
17615dependencies = [
17616 "proc-macro2",
17617 "quote",
17618 "syn 2.0.100",
17619]
17620
17621[[package]]
17622name = "zerofrom"
17623version = "0.1.5"
17624source = "registry+https://github.com/rust-lang/crates.io-index"
17625checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
17626dependencies = [
17627 "zerofrom-derive",
17628]
17629
17630[[package]]
17631name = "zerofrom-derive"
17632version = "0.1.5"
17633source = "registry+https://github.com/rust-lang/crates.io-index"
17634checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
17635dependencies = [
17636 "proc-macro2",
17637 "quote",
17638 "syn 2.0.100",
17639 "synstructure",
17640]
17641
17642[[package]]
17643name = "zeroize"
17644version = "1.8.1"
17645source = "registry+https://github.com/rust-lang/crates.io-index"
17646checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
17647dependencies = [
17648 "zeroize_derive",
17649]
17650
17651[[package]]
17652name = "zeroize_derive"
17653version = "1.4.2"
17654source = "registry+https://github.com/rust-lang/crates.io-index"
17655checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
17656dependencies = [
17657 "proc-macro2",
17658 "quote",
17659 "syn 2.0.100",
17660]
17661
17662[[package]]
17663name = "zeromq"
17664version = "0.5.0-pre"
17665source = "registry+https://github.com/rust-lang/crates.io-index"
17666checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
17667dependencies = [
17668 "async-dispatcher",
17669 "async-std",
17670 "async-trait",
17671 "asynchronous-codec",
17672 "bytes 1.10.1",
17673 "crossbeam-queue",
17674 "dashmap 5.5.3",
17675 "futures 0.3.31",
17676 "log",
17677 "num-traits",
17678 "once_cell",
17679 "parking_lot",
17680 "rand 0.8.5",
17681 "regex",
17682 "thiserror 1.0.69",
17683 "uuid",
17684]
17685
17686[[package]]
17687name = "zerovec"
17688version = "0.10.4"
17689source = "registry+https://github.com/rust-lang/crates.io-index"
17690checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
17691dependencies = [
17692 "yoke",
17693 "zerofrom",
17694 "zerovec-derive",
17695]
17696
17697[[package]]
17698name = "zerovec-derive"
17699version = "0.10.3"
17700source = "registry+https://github.com/rust-lang/crates.io-index"
17701checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
17702dependencies = [
17703 "proc-macro2",
17704 "quote",
17705 "syn 2.0.100",
17706]
17707
17708[[package]]
17709name = "zeta"
17710version = "0.1.0"
17711dependencies = [
17712 "anyhow",
17713 "arrayvec",
17714 "call",
17715 "chrono",
17716 "client",
17717 "clock",
17718 "collections",
17719 "command_palette_hooks",
17720 "ctor",
17721 "db",
17722 "editor",
17723 "env_logger 0.11.7",
17724 "feature_flags",
17725 "fs",
17726 "futures 0.3.31",
17727 "gpui",
17728 "http_client",
17729 "indoc",
17730 "inline_completion",
17731 "language",
17732 "language_model",
17733 "log",
17734 "menu",
17735 "migrator",
17736 "paths",
17737 "postage",
17738 "project",
17739 "regex",
17740 "release_channel",
17741 "reqwest_client",
17742 "rpc",
17743 "serde",
17744 "serde_json",
17745 "settings",
17746 "telemetry",
17747 "telemetry_events",
17748 "theme",
17749 "thiserror 2.0.12",
17750 "tree-sitter-go",
17751 "tree-sitter-rust",
17752 "ui",
17753 "unindent",
17754 "util",
17755 "uuid",
17756 "workspace",
17757 "worktree",
17758 "zed_actions",
17759 "zed_llm_client",
17760]
17761
17762[[package]]
17763name = "zip"
17764version = "0.6.6"
17765source = "registry+https://github.com/rust-lang/crates.io-index"
17766checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
17767dependencies = [
17768 "aes",
17769 "byteorder",
17770 "bzip2",
17771 "constant_time_eq 0.1.5",
17772 "crc32fast",
17773 "crossbeam-utils",
17774 "flate2",
17775 "hmac",
17776 "pbkdf2 0.11.0",
17777 "sha1",
17778 "time",
17779 "zstd",
17780]
17781
17782[[package]]
17783name = "zstd"
17784version = "0.11.2+zstd.1.5.2"
17785source = "registry+https://github.com/rust-lang/crates.io-index"
17786checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
17787dependencies = [
17788 "zstd-safe",
17789]
17790
17791[[package]]
17792name = "zstd-safe"
17793version = "5.0.2+zstd.1.5.2"
17794source = "registry+https://github.com/rust-lang/crates.io-index"
17795checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
17796dependencies = [
17797 "libc",
17798 "zstd-sys",
17799]
17800
17801[[package]]
17802name = "zstd-sys"
17803version = "2.0.13+zstd.1.5.6"
17804source = "registry+https://github.com/rust-lang/crates.io-index"
17805checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
17806dependencies = [
17807 "cc",
17808 "pkg-config",
17809]
17810
17811[[package]]
17812name = "zune-core"
17813version = "0.4.12"
17814source = "registry+https://github.com/rust-lang/crates.io-index"
17815checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
17816
17817[[package]]
17818name = "zune-inflate"
17819version = "0.2.54"
17820source = "registry+https://github.com/rust-lang/crates.io-index"
17821checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
17822dependencies = [
17823 "simd-adler32",
17824]
17825
17826[[package]]
17827name = "zune-jpeg"
17828version = "0.4.13"
17829source = "registry+https://github.com/rust-lang/crates.io-index"
17830checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
17831dependencies = [
17832 "zune-core",
17833]
17834
17835[[package]]
17836name = "zvariant"
17837version = "5.4.0"
17838source = "registry+https://github.com/rust-lang/crates.io-index"
17839checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
17840dependencies = [
17841 "endi",
17842 "enumflags2",
17843 "serde",
17844 "static_assertions",
17845 "url",
17846 "winnow 0.7.1",
17847 "zvariant_derive",
17848 "zvariant_utils",
17849]
17850
17851[[package]]
17852name = "zvariant_derive"
17853version = "5.4.0"
17854source = "registry+https://github.com/rust-lang/crates.io-index"
17855checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
17856dependencies = [
17857 "proc-macro-crate",
17858 "proc-macro2",
17859 "quote",
17860 "syn 2.0.100",
17861 "zvariant_utils",
17862]
17863
17864[[package]]
17865name = "zvariant_utils"
17866version = "3.2.0"
17867source = "registry+https://github.com/rust-lang/crates.io-index"
17868checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
17869dependencies = [
17870 "proc-macro2",
17871 "quote",
17872 "serde",
17873 "static_assertions",
17874 "syn 2.0.100",
17875 "winnow 0.7.1",
17876]