Cargo.lock

    1# This file is automatically @generated by Cargo.
    2# It is not intended for manual editing.
    3version = 4
    4
    5[[package]]
    6name = "activity_indicator"
    7version = "0.1.0"
    8dependencies = [
    9 "anyhow",
   10 "auto_update",
   11 "editor",
   12 "extension_host",
   13 "futures 0.3.31",
   14 "gpui",
   15 "language",
   16 "project",
   17 "smallvec",
   18 "ui",
   19 "util",
   20 "workspace",
   21]
   22
   23[[package]]
   24name = "addr2line"
   25version = "0.24.2"
   26source = "registry+https://github.com/rust-lang/crates.io-index"
   27checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
   28dependencies = [
   29 "gimli",
   30]
   31
   32[[package]]
   33name = "adler2"
   34version = "2.0.0"
   35source = "registry+https://github.com/rust-lang/crates.io-index"
   36checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
   37
   38[[package]]
   39name = "aes"
   40version = "0.8.4"
   41source = "registry+https://github.com/rust-lang/crates.io-index"
   42checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
   43dependencies = [
   44 "cfg-if",
   45 "cipher",
   46 "cpufeatures",
   47 "zeroize",
   48]
   49
   50[[package]]
   51name = "ahash"
   52version = "0.7.8"
   53source = "registry+https://github.com/rust-lang/crates.io-index"
   54checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
   55dependencies = [
   56 "getrandom 0.2.15",
   57 "once_cell",
   58 "version_check",
   59]
   60
   61[[package]]
   62name = "ahash"
   63version = "0.8.11"
   64source = "registry+https://github.com/rust-lang/crates.io-index"
   65checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
   66dependencies = [
   67 "cfg-if",
   68 "const-random",
   69 "once_cell",
   70 "version_check",
   71 "zerocopy 0.7.35",
   72]
   73
   74[[package]]
   75name = "aho-corasick"
   76version = "1.1.3"
   77source = "registry+https://github.com/rust-lang/crates.io-index"
   78checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
   79dependencies = [
   80 "memchr",
   81]
   82
   83[[package]]
   84name = "alacritty_terminal"
   85version = "0.25.1-dev"
   86source = "git+https://github.com/zed-industries/alacritty.git?branch=add-hush-login-flag#828457c9ff1f7ea0a0469337cc8a37ee3a1b0590"
   87dependencies = [
   88 "base64 0.22.1",
   89 "bitflags 2.9.0",
   90 "home",
   91 "libc",
   92 "log",
   93 "miow",
   94 "parking_lot",
   95 "piper",
   96 "polling",
   97 "regex-automata 0.4.9",
   98 "rustix-openpty",
   99 "serde",
  100 "signal-hook",
  101 "unicode-width",
  102 "vte",
  103 "windows-sys 0.59.0",
  104]
  105
  106[[package]]
  107name = "aliasable"
  108version = "0.1.3"
  109source = "registry+https://github.com/rust-lang/crates.io-index"
  110checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  111
  112[[package]]
  113name = "aligned-vec"
  114version = "0.5.0"
  115source = "registry+https://github.com/rust-lang/crates.io-index"
  116checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
  117
  118[[package]]
  119name = "allocator-api2"
  120version = "0.2.21"
  121source = "registry+https://github.com/rust-lang/crates.io-index"
  122checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  123
  124[[package]]
  125name = "alsa"
  126version = "0.9.1"
  127source = "registry+https://github.com/rust-lang/crates.io-index"
  128checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
  129dependencies = [
  130 "alsa-sys",
  131 "bitflags 2.9.0",
  132 "cfg-if",
  133 "libc",
  134]
  135
  136[[package]]
  137name = "alsa-sys"
  138version = "0.3.1"
  139source = "registry+https://github.com/rust-lang/crates.io-index"
  140checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  141dependencies = [
  142 "libc",
  143 "pkg-config",
  144]
  145
  146[[package]]
  147name = "ambient-authority"
  148version = "0.0.2"
  149source = "registry+https://github.com/rust-lang/crates.io-index"
  150checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  151
  152[[package]]
  153name = "ammonia"
  154version = "4.0.0"
  155source = "registry+https://github.com/rust-lang/crates.io-index"
  156checksum = "1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459"
  157dependencies = [
  158 "html5ever",
  159 "maplit",
  160 "once_cell",
  161 "tendril",
  162 "url",
  163]
  164
  165[[package]]
  166name = "android-tzdata"
  167version = "0.1.1"
  168source = "registry+https://github.com/rust-lang/crates.io-index"
  169checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
  170
  171[[package]]
  172name = "android_system_properties"
  173version = "0.1.5"
  174source = "registry+https://github.com/rust-lang/crates.io-index"
  175checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  176dependencies = [
  177 "libc",
  178]
  179
  180[[package]]
  181name = "anes"
  182version = "0.1.6"
  183source = "registry+https://github.com/rust-lang/crates.io-index"
  184checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  185
  186[[package]]
  187name = "anstream"
  188version = "0.6.18"
  189source = "registry+https://github.com/rust-lang/crates.io-index"
  190checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
  191dependencies = [
  192 "anstyle",
  193 "anstyle-parse",
  194 "anstyle-query",
  195 "anstyle-wincon",
  196 "colorchoice",
  197 "is_terminal_polyfill",
  198 "utf8parse",
  199]
  200
  201[[package]]
  202name = "anstyle"
  203version = "1.0.10"
  204source = "registry+https://github.com/rust-lang/crates.io-index"
  205checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
  206
  207[[package]]
  208name = "anstyle-parse"
  209version = "0.2.6"
  210source = "registry+https://github.com/rust-lang/crates.io-index"
  211checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
  212dependencies = [
  213 "utf8parse",
  214]
  215
  216[[package]]
  217name = "anstyle-query"
  218version = "1.1.2"
  219source = "registry+https://github.com/rust-lang/crates.io-index"
  220checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
  221dependencies = [
  222 "windows-sys 0.59.0",
  223]
  224
  225[[package]]
  226name = "anstyle-wincon"
  227version = "3.0.6"
  228source = "registry+https://github.com/rust-lang/crates.io-index"
  229checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
  230dependencies = [
  231 "anstyle",
  232 "windows-sys 0.59.0",
  233]
  234
  235[[package]]
  236name = "anthropic"
  237version = "0.1.0"
  238dependencies = [
  239 "anyhow",
  240 "chrono",
  241 "futures 0.3.31",
  242 "http_client",
  243 "schemars",
  244 "serde",
  245 "serde_json",
  246 "strum",
  247 "thiserror 2.0.12",
  248 "util",
  249]
  250
  251[[package]]
  252name = "any_vec"
  253version = "0.14.0"
  254source = "registry+https://github.com/rust-lang/crates.io-index"
  255checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  256
  257[[package]]
  258name = "anyhow"
  259version = "1.0.97"
  260source = "registry+https://github.com/rust-lang/crates.io-index"
  261checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f"
  262
  263[[package]]
  264name = "approx"
  265version = "0.5.1"
  266source = "registry+https://github.com/rust-lang/crates.io-index"
  267checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  268dependencies = [
  269 "num-traits",
  270]
  271
  272[[package]]
  273name = "arbitrary"
  274version = "1.4.1"
  275source = "registry+https://github.com/rust-lang/crates.io-index"
  276checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
  277
  278[[package]]
  279name = "arg_enum_proc_macro"
  280version = "0.3.4"
  281source = "registry+https://github.com/rust-lang/crates.io-index"
  282checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  283dependencies = [
  284 "proc-macro2",
  285 "quote",
  286 "syn 2.0.100",
  287]
  288
  289[[package]]
  290name = "arraydeque"
  291version = "0.5.1"
  292source = "registry+https://github.com/rust-lang/crates.io-index"
  293checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
  294
  295[[package]]
  296name = "arrayref"
  297version = "0.3.9"
  298source = "registry+https://github.com/rust-lang/crates.io-index"
  299checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
  300
  301[[package]]
  302name = "arrayvec"
  303version = "0.7.6"
  304source = "registry+https://github.com/rust-lang/crates.io-index"
  305checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
  306dependencies = [
  307 "serde",
  308]
  309
  310[[package]]
  311name = "as-raw-xcb-connection"
  312version = "1.0.1"
  313source = "registry+https://github.com/rust-lang/crates.io-index"
  314checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  315
  316[[package]]
  317name = "ascii"
  318version = "1.1.0"
  319source = "registry+https://github.com/rust-lang/crates.io-index"
  320checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  321
  322[[package]]
  323name = "ash"
  324version = "0.38.0+1.3.281"
  325source = "registry+https://github.com/rust-lang/crates.io-index"
  326checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  327dependencies = [
  328 "libloading",
  329]
  330
  331[[package]]
  332name = "ash-window"
  333version = "0.13.0"
  334source = "registry+https://github.com/rust-lang/crates.io-index"
  335checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
  336dependencies = [
  337 "ash",
  338 "raw-window-handle",
  339 "raw-window-metal",
  340]
  341
  342[[package]]
  343name = "ashpd"
  344version = "0.11.0"
  345source = "registry+https://github.com/rust-lang/crates.io-index"
  346checksum = "6cbdf310d77fd3aaee6ea2093db7011dc2d35d2eb3481e5607f1f8d942ed99df"
  347dependencies = [
  348 "async-fs",
  349 "async-net",
  350 "enumflags2",
  351 "futures-channel",
  352 "futures-util",
  353 "rand 0.9.0",
  354 "serde",
  355 "serde_repr",
  356 "url",
  357 "zbus",
  358]
  359
  360[[package]]
  361name = "askpass"
  362version = "0.1.0"
  363dependencies = [
  364 "anyhow",
  365 "futures 0.3.31",
  366 "gpui",
  367 "smol",
  368 "tempfile",
  369 "util",
  370 "which 6.0.3",
  371]
  372
  373[[package]]
  374name = "assets"
  375version = "0.1.0"
  376dependencies = [
  377 "anyhow",
  378 "gpui",
  379 "rust-embed",
  380]
  381
  382[[package]]
  383name = "assistant"
  384version = "0.1.0"
  385dependencies = [
  386 "anyhow",
  387 "assistant_context_editor",
  388 "assistant_settings",
  389 "assistant_slash_command",
  390 "assistant_slash_commands",
  391 "assistant_tool",
  392 "async-watch",
  393 "client",
  394 "collections",
  395 "command_palette_hooks",
  396 "context_server",
  397 "ctor",
  398 "db",
  399 "editor",
  400 "env_logger 0.11.7",
  401 "feature_flags",
  402 "fs",
  403 "futures 0.3.31",
  404 "gpui",
  405 "indexed_docs",
  406 "indoc",
  407 "language",
  408 "language_model",
  409 "language_model_selector",
  410 "languages",
  411 "log",
  412 "lsp",
  413 "menu",
  414 "multi_buffer",
  415 "parking_lot",
  416 "pretty_assertions",
  417 "project",
  418 "prompt_library",
  419 "prompt_store",
  420 "proto",
  421 "rand 0.8.5",
  422 "rope",
  423 "schemars",
  424 "search",
  425 "serde",
  426 "serde_json_lenient",
  427 "settings",
  428 "smol",
  429 "streaming_diff",
  430 "telemetry",
  431 "telemetry_events",
  432 "terminal",
  433 "terminal_view",
  434 "text",
  435 "theme",
  436 "tree-sitter-md",
  437 "ui",
  438 "unindent",
  439 "util",
  440 "workspace",
  441 "zed_actions",
  442]
  443
  444[[package]]
  445name = "assistant2"
  446version = "0.1.0"
  447dependencies = [
  448 "anyhow",
  449 "assistant_context_editor",
  450 "assistant_settings",
  451 "assistant_slash_command",
  452 "assistant_tool",
  453 "async-watch",
  454 "buffer_diff",
  455 "chrono",
  456 "client",
  457 "clock",
  458 "collections",
  459 "command_palette_hooks",
  460 "context_server",
  461 "convert_case 0.8.0",
  462 "db",
  463 "editor",
  464 "feature_flags",
  465 "file_icons",
  466 "fs",
  467 "futures 0.3.31",
  468 "fuzzy",
  469 "git",
  470 "gpui",
  471 "heed",
  472 "html_to_markdown",
  473 "http_client",
  474 "indexmap",
  475 "indoc",
  476 "itertools 0.14.0",
  477 "language",
  478 "language_model",
  479 "language_model_selector",
  480 "log",
  481 "lsp",
  482 "markdown",
  483 "menu",
  484 "multi_buffer",
  485 "ordered-float 2.10.1",
  486 "parking_lot",
  487 "paths",
  488 "picker",
  489 "project",
  490 "prompt_library",
  491 "prompt_store",
  492 "proto",
  493 "rand 0.8.5",
  494 "release_channel",
  495 "rope",
  496 "schemars",
  497 "serde",
  498 "serde_json",
  499 "settings",
  500 "smallvec",
  501 "smol",
  502 "streaming_diff",
  503 "telemetry",
  504 "telemetry_events",
  505 "terminal",
  506 "terminal_view",
  507 "text",
  508 "theme",
  509 "time",
  510 "time_format",
  511 "ui",
  512 "util",
  513 "uuid",
  514 "vim_mode_setting",
  515 "workspace",
  516 "zed_actions",
  517]
  518
  519[[package]]
  520name = "assistant_context_editor"
  521version = "0.1.0"
  522dependencies = [
  523 "anyhow",
  524 "assistant_settings",
  525 "assistant_slash_command",
  526 "assistant_slash_commands",
  527 "chrono",
  528 "client",
  529 "clock",
  530 "collections",
  531 "context_server",
  532 "editor",
  533 "fs",
  534 "futures 0.3.31",
  535 "fuzzy",
  536 "gpui",
  537 "indexed_docs",
  538 "language",
  539 "language_model",
  540 "language_model_selector",
  541 "languages",
  542 "log",
  543 "multi_buffer",
  544 "open_ai",
  545 "parking_lot",
  546 "paths",
  547 "picker",
  548 "pretty_assertions",
  549 "project",
  550 "prompt_store",
  551 "rand 0.8.5",
  552 "regex",
  553 "rope",
  554 "rpc",
  555 "serde",
  556 "serde_json",
  557 "settings",
  558 "smallvec",
  559 "smol",
  560 "strum",
  561 "telemetry_events",
  562 "text",
  563 "theme",
  564 "tree-sitter-md",
  565 "ui",
  566 "unindent",
  567 "util",
  568 "uuid",
  569 "workspace",
  570]
  571
  572[[package]]
  573name = "assistant_eval"
  574version = "0.1.0"
  575dependencies = [
  576 "anyhow",
  577 "assistant2",
  578 "assistant_tool",
  579 "assistant_tools",
  580 "clap",
  581 "client",
  582 "collections",
  583 "context_server",
  584 "dap",
  585 "env_logger 0.11.7",
  586 "fs",
  587 "futures 0.3.31",
  588 "gpui",
  589 "gpui_tokio",
  590 "itertools 0.14.0",
  591 "language",
  592 "language_model",
  593 "language_models",
  594 "node_runtime",
  595 "project",
  596 "prompt_store",
  597 "regex",
  598 "release_channel",
  599 "reqwest_client",
  600 "serde",
  601 "serde_json",
  602 "serde_json_lenient",
  603 "settings",
  604 "smol",
  605 "util",
  606]
  607
  608[[package]]
  609name = "assistant_settings"
  610version = "0.1.0"
  611dependencies = [
  612 "anthropic",
  613 "anyhow",
  614 "deepseek",
  615 "feature_flags",
  616 "fs",
  617 "gpui",
  618 "indexmap",
  619 "language_model",
  620 "lmstudio",
  621 "log",
  622 "ollama",
  623 "open_ai",
  624 "paths",
  625 "schemars",
  626 "serde",
  627 "serde_json_lenient",
  628 "settings",
  629]
  630
  631[[package]]
  632name = "assistant_slash_command"
  633version = "0.1.0"
  634dependencies = [
  635 "anyhow",
  636 "async-trait",
  637 "collections",
  638 "derive_more",
  639 "extension",
  640 "futures 0.3.31",
  641 "gpui",
  642 "language",
  643 "language_model",
  644 "parking_lot",
  645 "pretty_assertions",
  646 "serde",
  647 "serde_json",
  648 "ui",
  649 "workspace",
  650]
  651
  652[[package]]
  653name = "assistant_slash_commands"
  654version = "0.1.0"
  655dependencies = [
  656 "anyhow",
  657 "assistant_slash_command",
  658 "cargo_toml",
  659 "chrono",
  660 "collections",
  661 "context_server",
  662 "editor",
  663 "env_logger 0.11.7",
  664 "feature_flags",
  665 "fs",
  666 "futures 0.3.31",
  667 "fuzzy",
  668 "globset",
  669 "gpui",
  670 "html_to_markdown",
  671 "http_client",
  672 "indexed_docs",
  673 "language",
  674 "pretty_assertions",
  675 "project",
  676 "prompt_store",
  677 "rope",
  678 "serde",
  679 "serde_json",
  680 "settings",
  681 "smol",
  682 "terminal_view",
  683 "text",
  684 "toml 0.8.20",
  685 "ui",
  686 "util",
  687 "workspace",
  688 "worktree",
  689]
  690
  691[[package]]
  692name = "assistant_tool"
  693version = "0.1.0"
  694dependencies = [
  695 "anyhow",
  696 "buffer_diff",
  697 "clock",
  698 "collections",
  699 "ctor",
  700 "derive_more",
  701 "env_logger 0.11.7",
  702 "futures 0.3.31",
  703 "gpui",
  704 "icons",
  705 "language",
  706 "language_model",
  707 "log",
  708 "parking_lot",
  709 "pretty_assertions",
  710 "project",
  711 "rand 0.8.5",
  712 "serde",
  713 "serde_json",
  714 "settings",
  715 "text",
  716 "util",
  717]
  718
  719[[package]]
  720name = "assistant_tools"
  721version = "0.1.0"
  722dependencies = [
  723 "anyhow",
  724 "assistant_tool",
  725 "chrono",
  726 "collections",
  727 "feature_flags",
  728 "futures 0.3.31",
  729 "gpui",
  730 "html_to_markdown",
  731 "http_client",
  732 "itertools 0.14.0",
  733 "language",
  734 "language_model",
  735 "log",
  736 "lsp",
  737 "open",
  738 "project",
  739 "rand 0.8.5",
  740 "regex",
  741 "release_channel",
  742 "schemars",
  743 "serde",
  744 "serde_json",
  745 "settings",
  746 "theme",
  747 "ui",
  748 "unindent",
  749 "util",
  750 "workspace",
  751 "worktree",
  752]
  753
  754[[package]]
  755name = "async-attributes"
  756version = "1.1.2"
  757source = "registry+https://github.com/rust-lang/crates.io-index"
  758checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  759dependencies = [
  760 "quote",
  761 "syn 1.0.109",
  762]
  763
  764[[package]]
  765name = "async-broadcast"
  766version = "0.7.2"
  767source = "registry+https://github.com/rust-lang/crates.io-index"
  768checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  769dependencies = [
  770 "event-listener 5.3.1",
  771 "event-listener-strategy",
  772 "futures-core",
  773 "pin-project-lite",
  774]
  775
  776[[package]]
  777name = "async-channel"
  778version = "1.9.0"
  779source = "registry+https://github.com/rust-lang/crates.io-index"
  780checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  781dependencies = [
  782 "concurrent-queue",
  783 "event-listener 2.5.3",
  784 "futures-core",
  785]
  786
  787[[package]]
  788name = "async-channel"
  789version = "2.3.1"
  790source = "registry+https://github.com/rust-lang/crates.io-index"
  791checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
  792dependencies = [
  793 "concurrent-queue",
  794 "event-listener-strategy",
  795 "futures-core",
  796 "pin-project-lite",
  797]
  798
  799[[package]]
  800name = "async-compat"
  801version = "0.2.4"
  802source = "registry+https://github.com/rust-lang/crates.io-index"
  803checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
  804dependencies = [
  805 "futures-core",
  806 "futures-io",
  807 "once_cell",
  808 "pin-project-lite",
  809 "tokio",
  810]
  811
  812[[package]]
  813name = "async-compression"
  814version = "0.4.22"
  815source = "registry+https://github.com/rust-lang/crates.io-index"
  816checksum = "59a194f9d963d8099596278594b3107448656ba73831c9d8c783e613ce86da64"
  817dependencies = [
  818 "deflate64",
  819 "flate2",
  820 "futures-core",
  821 "futures-io",
  822 "memchr",
  823 "pin-project-lite",
  824]
  825
  826[[package]]
  827name = "async-dispatcher"
  828version = "0.1.2"
  829source = "registry+https://github.com/rust-lang/crates.io-index"
  830checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  831dependencies = [
  832 "async-task",
  833 "futures-lite 1.13.0",
  834]
  835
  836[[package]]
  837name = "async-executor"
  838version = "1.13.1"
  839source = "registry+https://github.com/rust-lang/crates.io-index"
  840checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
  841dependencies = [
  842 "async-task",
  843 "concurrent-queue",
  844 "fastrand 2.3.0",
  845 "futures-lite 2.6.0",
  846 "slab",
  847]
  848
  849[[package]]
  850name = "async-fs"
  851version = "2.1.2"
  852source = "registry+https://github.com/rust-lang/crates.io-index"
  853checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
  854dependencies = [
  855 "async-lock",
  856 "blocking",
  857 "futures-lite 2.6.0",
  858]
  859
  860[[package]]
  861name = "async-global-executor"
  862version = "2.4.1"
  863source = "registry+https://github.com/rust-lang/crates.io-index"
  864checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  865dependencies = [
  866 "async-channel 2.3.1",
  867 "async-executor",
  868 "async-io",
  869 "async-lock",
  870 "blocking",
  871 "futures-lite 2.6.0",
  872 "once_cell",
  873]
  874
  875[[package]]
  876name = "async-io"
  877version = "2.4.0"
  878source = "registry+https://github.com/rust-lang/crates.io-index"
  879checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
  880dependencies = [
  881 "async-lock",
  882 "cfg-if",
  883 "concurrent-queue",
  884 "futures-io",
  885 "futures-lite 2.6.0",
  886 "parking",
  887 "polling",
  888 "rustix",
  889 "slab",
  890 "tracing",
  891 "windows-sys 0.59.0",
  892]
  893
  894[[package]]
  895name = "async-lock"
  896version = "3.4.0"
  897source = "registry+https://github.com/rust-lang/crates.io-index"
  898checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
  899dependencies = [
  900 "event-listener 5.3.1",
  901 "event-listener-strategy",
  902 "pin-project-lite",
  903]
  904
  905[[package]]
  906name = "async-native-tls"
  907version = "0.5.0"
  908source = "registry+https://github.com/rust-lang/crates.io-index"
  909checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
  910dependencies = [
  911 "futures-util",
  912 "native-tls",
  913 "thiserror 1.0.69",
  914 "url",
  915]
  916
  917[[package]]
  918name = "async-net"
  919version = "2.0.0"
  920source = "registry+https://github.com/rust-lang/crates.io-index"
  921checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  922dependencies = [
  923 "async-io",
  924 "blocking",
  925 "futures-lite 2.6.0",
  926]
  927
  928[[package]]
  929name = "async-pipe"
  930version = "0.1.3"
  931source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  932dependencies = [
  933 "futures 0.3.31",
  934 "log",
  935]
  936
  937[[package]]
  938name = "async-process"
  939version = "2.3.0"
  940source = "registry+https://github.com/rust-lang/crates.io-index"
  941checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
  942dependencies = [
  943 "async-channel 2.3.1",
  944 "async-io",
  945 "async-lock",
  946 "async-signal",
  947 "async-task",
  948 "blocking",
  949 "cfg-if",
  950 "event-listener 5.3.1",
  951 "futures-lite 2.6.0",
  952 "rustix",
  953 "tracing",
  954]
  955
  956[[package]]
  957name = "async-recursion"
  958version = "0.3.2"
  959source = "registry+https://github.com/rust-lang/crates.io-index"
  960checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
  961dependencies = [
  962 "proc-macro2",
  963 "quote",
  964 "syn 1.0.109",
  965]
  966
  967[[package]]
  968name = "async-recursion"
  969version = "1.1.1"
  970source = "registry+https://github.com/rust-lang/crates.io-index"
  971checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
  972dependencies = [
  973 "proc-macro2",
  974 "quote",
  975 "syn 2.0.100",
  976]
  977
  978[[package]]
  979name = "async-signal"
  980version = "0.2.10"
  981source = "registry+https://github.com/rust-lang/crates.io-index"
  982checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
  983dependencies = [
  984 "async-io",
  985 "async-lock",
  986 "atomic-waker",
  987 "cfg-if",
  988 "futures-core",
  989 "futures-io",
  990 "rustix",
  991 "signal-hook-registry",
  992 "slab",
  993 "windows-sys 0.59.0",
  994]
  995
  996[[package]]
  997name = "async-std"
  998version = "1.13.1"
  999source = "registry+https://github.com/rust-lang/crates.io-index"
 1000checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24"
 1001dependencies = [
 1002 "async-attributes",
 1003 "async-channel 1.9.0",
 1004 "async-global-executor",
 1005 "async-io",
 1006 "async-lock",
 1007 "async-process",
 1008 "crossbeam-utils",
 1009 "futures-channel",
 1010 "futures-core",
 1011 "futures-io",
 1012 "futures-lite 2.6.0",
 1013 "gloo-timers",
 1014 "kv-log-macro",
 1015 "log",
 1016 "memchr",
 1017 "once_cell",
 1018 "pin-project-lite",
 1019 "pin-utils",
 1020 "slab",
 1021 "wasm-bindgen-futures",
 1022]
 1023
 1024[[package]]
 1025name = "async-stream"
 1026version = "0.3.6"
 1027source = "registry+https://github.com/rust-lang/crates.io-index"
 1028checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1029dependencies = [
 1030 "async-stream-impl",
 1031 "futures-core",
 1032 "pin-project-lite",
 1033]
 1034
 1035[[package]]
 1036name = "async-stream-impl"
 1037version = "0.3.6"
 1038source = "registry+https://github.com/rust-lang/crates.io-index"
 1039checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1040dependencies = [
 1041 "proc-macro2",
 1042 "quote",
 1043 "syn 2.0.100",
 1044]
 1045
 1046[[package]]
 1047name = "async-stripe"
 1048version = "0.40.0"
 1049source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
 1050dependencies = [
 1051 "chrono",
 1052 "futures-util",
 1053 "http-types",
 1054 "hyper 0.14.32",
 1055 "hyper-rustls 0.24.2",
 1056 "serde",
 1057 "serde_json",
 1058 "serde_path_to_error",
 1059 "serde_qs 0.10.1",
 1060 "smart-default",
 1061 "smol_str 0.1.24",
 1062 "thiserror 1.0.69",
 1063 "tokio",
 1064]
 1065
 1066[[package]]
 1067name = "async-tar"
 1068version = "0.5.0"
 1069source = "registry+https://github.com/rust-lang/crates.io-index"
 1070checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
 1071dependencies = [
 1072 "async-std",
 1073 "filetime",
 1074 "libc",
 1075 "pin-project",
 1076 "redox_syscall 0.2.16",
 1077 "xattr",
 1078]
 1079
 1080[[package]]
 1081name = "async-task"
 1082version = "4.7.1"
 1083source = "registry+https://github.com/rust-lang/crates.io-index"
 1084checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
 1085
 1086[[package]]
 1087name = "async-tls"
 1088version = "0.13.0"
 1089source = "git+https://github.com/zed-industries/async-tls?rev=1e759a4b5e370f87dc15e40756ac4f8815b61d9d#1e759a4b5e370f87dc15e40756ac4f8815b61d9d"
 1090dependencies = [
 1091 "futures-core",
 1092 "futures-io",
 1093 "rustls 0.23.25",
 1094 "rustls-pemfile 2.2.0",
 1095 "webpki-roots",
 1096]
 1097
 1098[[package]]
 1099name = "async-trait"
 1100version = "0.1.88"
 1101source = "registry+https://github.com/rust-lang/crates.io-index"
 1102checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
 1103dependencies = [
 1104 "proc-macro2",
 1105 "quote",
 1106 "syn 2.0.100",
 1107]
 1108
 1109[[package]]
 1110name = "async-tungstenite"
 1111version = "0.28.2"
 1112source = "registry+https://github.com/rust-lang/crates.io-index"
 1113checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99"
 1114dependencies = [
 1115 "async-std",
 1116 "async-tls",
 1117 "atomic-waker",
 1118 "futures-core",
 1119 "futures-io",
 1120 "futures-task",
 1121 "futures-util",
 1122 "log",
 1123 "pin-project-lite",
 1124 "tungstenite 0.24.0",
 1125]
 1126
 1127[[package]]
 1128name = "async-watch"
 1129version = "0.3.1"
 1130source = "registry+https://github.com/rust-lang/crates.io-index"
 1131checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
 1132dependencies = [
 1133 "event-listener 2.5.3",
 1134]
 1135
 1136[[package]]
 1137name = "async_zip"
 1138version = "0.0.17"
 1139source = "registry+https://github.com/rust-lang/crates.io-index"
 1140checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
 1141dependencies = [
 1142 "async-compression",
 1143 "crc32fast",
 1144 "futures-lite 2.6.0",
 1145 "pin-project",
 1146 "thiserror 1.0.69",
 1147]
 1148
 1149[[package]]
 1150name = "asynchronous-codec"
 1151version = "0.7.0"
 1152source = "registry+https://github.com/rust-lang/crates.io-index"
 1153checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1154dependencies = [
 1155 "bytes 1.10.1",
 1156 "futures-sink",
 1157 "futures-util",
 1158 "memchr",
 1159 "pin-project-lite",
 1160]
 1161
 1162[[package]]
 1163name = "atoi"
 1164version = "2.0.0"
 1165source = "registry+https://github.com/rust-lang/crates.io-index"
 1166checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1167dependencies = [
 1168 "num-traits",
 1169]
 1170
 1171[[package]]
 1172name = "atomic"
 1173version = "0.5.3"
 1174source = "registry+https://github.com/rust-lang/crates.io-index"
 1175checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1176
 1177[[package]]
 1178name = "atomic-waker"
 1179version = "1.1.2"
 1180source = "registry+https://github.com/rust-lang/crates.io-index"
 1181checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1182
 1183[[package]]
 1184name = "audio"
 1185version = "0.1.0"
 1186dependencies = [
 1187 "anyhow",
 1188 "collections",
 1189 "derive_more",
 1190 "gpui",
 1191 "parking_lot",
 1192 "rodio",
 1193 "util",
 1194]
 1195
 1196[[package]]
 1197name = "auditable-serde"
 1198version = "0.8.0"
 1199source = "registry+https://github.com/rust-lang/crates.io-index"
 1200checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
 1201dependencies = [
 1202 "semver",
 1203 "serde",
 1204 "serde_json",
 1205 "topological-sort",
 1206]
 1207
 1208[[package]]
 1209name = "auto_update"
 1210version = "0.1.0"
 1211dependencies = [
 1212 "anyhow",
 1213 "client",
 1214 "db",
 1215 "gpui",
 1216 "http_client",
 1217 "log",
 1218 "paths",
 1219 "release_channel",
 1220 "schemars",
 1221 "serde",
 1222 "serde_json",
 1223 "settings",
 1224 "smol",
 1225 "tempfile",
 1226 "which 6.0.3",
 1227 "workspace",
 1228]
 1229
 1230[[package]]
 1231name = "auto_update_ui"
 1232version = "0.1.0"
 1233dependencies = [
 1234 "anyhow",
 1235 "auto_update",
 1236 "client",
 1237 "editor",
 1238 "gpui",
 1239 "http_client",
 1240 "markdown_preview",
 1241 "release_channel",
 1242 "serde",
 1243 "serde_json",
 1244 "smol",
 1245 "util",
 1246 "workspace",
 1247]
 1248
 1249[[package]]
 1250name = "autocfg"
 1251version = "1.4.0"
 1252source = "registry+https://github.com/rust-lang/crates.io-index"
 1253checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
 1254
 1255[[package]]
 1256name = "av1-grain"
 1257version = "0.2.3"
 1258source = "registry+https://github.com/rust-lang/crates.io-index"
 1259checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
 1260dependencies = [
 1261 "anyhow",
 1262 "arrayvec",
 1263 "log",
 1264 "nom",
 1265 "num-rational",
 1266 "v_frame",
 1267]
 1268
 1269[[package]]
 1270name = "avif-serialize"
 1271version = "0.8.2"
 1272source = "registry+https://github.com/rust-lang/crates.io-index"
 1273checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
 1274dependencies = [
 1275 "arrayvec",
 1276]
 1277
 1278[[package]]
 1279name = "aws-config"
 1280version = "1.5.16"
 1281source = "registry+https://github.com/rust-lang/crates.io-index"
 1282checksum = "50236e4d60fe8458de90a71c0922c761e41755adf091b1b03de1cef537179915"
 1283dependencies = [
 1284 "aws-credential-types",
 1285 "aws-runtime",
 1286 "aws-sdk-sso",
 1287 "aws-sdk-ssooidc",
 1288 "aws-sdk-sts",
 1289 "aws-smithy-async",
 1290 "aws-smithy-http",
 1291 "aws-smithy-json",
 1292 "aws-smithy-runtime",
 1293 "aws-smithy-runtime-api",
 1294 "aws-smithy-types",
 1295 "aws-types",
 1296 "bytes 1.10.1",
 1297 "fastrand 2.3.0",
 1298 "hex",
 1299 "http 0.2.12",
 1300 "ring",
 1301 "time",
 1302 "tokio",
 1303 "tracing",
 1304 "url",
 1305 "zeroize",
 1306]
 1307
 1308[[package]]
 1309name = "aws-credential-types"
 1310version = "1.2.1"
 1311source = "registry+https://github.com/rust-lang/crates.io-index"
 1312checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
 1313dependencies = [
 1314 "aws-smithy-async",
 1315 "aws-smithy-runtime-api",
 1316 "aws-smithy-types",
 1317 "zeroize",
 1318]
 1319
 1320[[package]]
 1321name = "aws-lc-rs"
 1322version = "1.12.6"
 1323source = "registry+https://github.com/rust-lang/crates.io-index"
 1324checksum = "dabb68eb3a7aa08b46fddfd59a3d55c978243557a90ab804769f7e20e67d2b01"
 1325dependencies = [
 1326 "aws-lc-sys",
 1327 "zeroize",
 1328]
 1329
 1330[[package]]
 1331name = "aws-lc-sys"
 1332version = "0.27.0"
 1333source = "registry+https://github.com/rust-lang/crates.io-index"
 1334checksum = "6bbe221bbf523b625a4dd8585c7f38166e31167ec2ca98051dbcb4c3b6e825d2"
 1335dependencies = [
 1336 "bindgen 0.69.5",
 1337 "cc",
 1338 "cmake",
 1339 "dunce",
 1340 "fs_extra",
 1341]
 1342
 1343[[package]]
 1344name = "aws-runtime"
 1345version = "1.5.5"
 1346source = "registry+https://github.com/rust-lang/crates.io-index"
 1347checksum = "76dd04d39cc12844c0994f2c9c5a6f5184c22e9188ec1ff723de41910a21dcad"
 1348dependencies = [
 1349 "aws-credential-types",
 1350 "aws-sigv4",
 1351 "aws-smithy-async",
 1352 "aws-smithy-eventstream",
 1353 "aws-smithy-http",
 1354 "aws-smithy-runtime",
 1355 "aws-smithy-runtime-api",
 1356 "aws-smithy-types",
 1357 "aws-types",
 1358 "bytes 1.10.1",
 1359 "fastrand 2.3.0",
 1360 "http 0.2.12",
 1361 "http-body 0.4.6",
 1362 "once_cell",
 1363 "percent-encoding",
 1364 "pin-project-lite",
 1365 "tracing",
 1366 "uuid",
 1367]
 1368
 1369[[package]]
 1370name = "aws-sdk-bedrockruntime"
 1371version = "1.74.0"
 1372source = "registry+https://github.com/rust-lang/crates.io-index"
 1373checksum = "6938541d1948a543bca23303fec4cff9c36bf0e63b8fa3ae1b337bcb9d5b81af"
 1374dependencies = [
 1375 "aws-credential-types",
 1376 "aws-runtime",
 1377 "aws-smithy-async",
 1378 "aws-smithy-eventstream",
 1379 "aws-smithy-http",
 1380 "aws-smithy-json",
 1381 "aws-smithy-runtime",
 1382 "aws-smithy-runtime-api",
 1383 "aws-smithy-types",
 1384 "aws-types",
 1385 "bytes 1.10.1",
 1386 "fastrand 2.3.0",
 1387 "http 0.2.12",
 1388 "once_cell",
 1389 "regex-lite",
 1390 "tracing",
 1391]
 1392
 1393[[package]]
 1394name = "aws-sdk-kinesis"
 1395version = "1.61.0"
 1396source = "registry+https://github.com/rust-lang/crates.io-index"
 1397checksum = "89f2163d8704e8fdcd51ec6c2e0441c418471e422ee9690451b17a1c46344e1a"
 1398dependencies = [
 1399 "aws-credential-types",
 1400 "aws-runtime",
 1401 "aws-smithy-async",
 1402 "aws-smithy-http",
 1403 "aws-smithy-json",
 1404 "aws-smithy-runtime",
 1405 "aws-smithy-runtime-api",
 1406 "aws-smithy-types",
 1407 "aws-types",
 1408 "bytes 1.10.1",
 1409 "http 0.2.12",
 1410 "once_cell",
 1411 "regex-lite",
 1412 "tracing",
 1413]
 1414
 1415[[package]]
 1416name = "aws-sdk-s3"
 1417version = "1.76.0"
 1418source = "registry+https://github.com/rust-lang/crates.io-index"
 1419checksum = "66e83401ad7287ad15244d557e35502c2a94105ca5b41d656c391f1a4fc04ca2"
 1420dependencies = [
 1421 "aws-credential-types",
 1422 "aws-runtime",
 1423 "aws-sigv4",
 1424 "aws-smithy-async",
 1425 "aws-smithy-checksums",
 1426 "aws-smithy-eventstream",
 1427 "aws-smithy-http",
 1428 "aws-smithy-json",
 1429 "aws-smithy-runtime",
 1430 "aws-smithy-runtime-api",
 1431 "aws-smithy-types",
 1432 "aws-smithy-xml",
 1433 "aws-types",
 1434 "bytes 1.10.1",
 1435 "fastrand 2.3.0",
 1436 "hex",
 1437 "hmac",
 1438 "http 0.2.12",
 1439 "http-body 0.4.6",
 1440 "lru",
 1441 "once_cell",
 1442 "percent-encoding",
 1443 "regex-lite",
 1444 "sha2",
 1445 "tracing",
 1446 "url",
 1447]
 1448
 1449[[package]]
 1450name = "aws-sdk-sso"
 1451version = "1.58.0"
 1452source = "registry+https://github.com/rust-lang/crates.io-index"
 1453checksum = "16ff718c9ee45cc1ebd4774a0e086bb80a6ab752b4902edf1c9f56b86ee1f770"
 1454dependencies = [
 1455 "aws-credential-types",
 1456 "aws-runtime",
 1457 "aws-smithy-async",
 1458 "aws-smithy-http",
 1459 "aws-smithy-json",
 1460 "aws-smithy-runtime",
 1461 "aws-smithy-runtime-api",
 1462 "aws-smithy-types",
 1463 "aws-types",
 1464 "bytes 1.10.1",
 1465 "http 0.2.12",
 1466 "once_cell",
 1467 "regex-lite",
 1468 "tracing",
 1469]
 1470
 1471[[package]]
 1472name = "aws-sdk-ssooidc"
 1473version = "1.59.0"
 1474source = "registry+https://github.com/rust-lang/crates.io-index"
 1475checksum = "5183e088715cc135d8d396fdd3bc02f018f0da4c511f53cb8d795b6a31c55809"
 1476dependencies = [
 1477 "aws-credential-types",
 1478 "aws-runtime",
 1479 "aws-smithy-async",
 1480 "aws-smithy-http",
 1481 "aws-smithy-json",
 1482 "aws-smithy-runtime",
 1483 "aws-smithy-runtime-api",
 1484 "aws-smithy-types",
 1485 "aws-types",
 1486 "bytes 1.10.1",
 1487 "http 0.2.12",
 1488 "once_cell",
 1489 "regex-lite",
 1490 "tracing",
 1491]
 1492
 1493[[package]]
 1494name = "aws-sdk-sts"
 1495version = "1.59.0"
 1496source = "registry+https://github.com/rust-lang/crates.io-index"
 1497checksum = "c9f944ef032717596639cea4a2118a3a457268ef51bbb5fde9637e54c465da00"
 1498dependencies = [
 1499 "aws-credential-types",
 1500 "aws-runtime",
 1501 "aws-smithy-async",
 1502 "aws-smithy-http",
 1503 "aws-smithy-json",
 1504 "aws-smithy-query",
 1505 "aws-smithy-runtime",
 1506 "aws-smithy-runtime-api",
 1507 "aws-smithy-types",
 1508 "aws-smithy-xml",
 1509 "aws-types",
 1510 "http 0.2.12",
 1511 "once_cell",
 1512 "regex-lite",
 1513 "tracing",
 1514]
 1515
 1516[[package]]
 1517name = "aws-sigv4"
 1518version = "1.2.9"
 1519source = "registry+https://github.com/rust-lang/crates.io-index"
 1520checksum = "9bfe75fad52793ce6dec0dc3d4b1f388f038b5eb866c8d4d7f3a8e21b5ea5051"
 1521dependencies = [
 1522 "aws-credential-types",
 1523 "aws-smithy-eventstream",
 1524 "aws-smithy-http",
 1525 "aws-smithy-runtime-api",
 1526 "aws-smithy-types",
 1527 "bytes 1.10.1",
 1528 "crypto-bigint 0.5.5",
 1529 "form_urlencoded",
 1530 "hex",
 1531 "hmac",
 1532 "http 0.2.12",
 1533 "http 1.2.0",
 1534 "once_cell",
 1535 "p256",
 1536 "percent-encoding",
 1537 "ring",
 1538 "sha2",
 1539 "subtle",
 1540 "time",
 1541 "tracing",
 1542 "zeroize",
 1543]
 1544
 1545[[package]]
 1546name = "aws-smithy-async"
 1547version = "1.2.4"
 1548source = "registry+https://github.com/rust-lang/crates.io-index"
 1549checksum = "fa59d1327d8b5053c54bf2eaae63bf629ba9e904434d0835a28ed3c0ed0a614e"
 1550dependencies = [
 1551 "futures-util",
 1552 "pin-project-lite",
 1553 "tokio",
 1554]
 1555
 1556[[package]]
 1557name = "aws-smithy-checksums"
 1558version = "0.62.0"
 1559source = "registry+https://github.com/rust-lang/crates.io-index"
 1560checksum = "f2f45a1c384d7a393026bc5f5c177105aa9fa68e4749653b985707ac27d77295"
 1561dependencies = [
 1562 "aws-smithy-http",
 1563 "aws-smithy-types",
 1564 "bytes 1.10.1",
 1565 "crc32c",
 1566 "crc32fast",
 1567 "crc64fast-nvme",
 1568 "hex",
 1569 "http 0.2.12",
 1570 "http-body 0.4.6",
 1571 "md-5",
 1572 "pin-project-lite",
 1573 "sha1",
 1574 "sha2",
 1575 "tracing",
 1576]
 1577
 1578[[package]]
 1579name = "aws-smithy-eventstream"
 1580version = "0.60.6"
 1581source = "registry+https://github.com/rust-lang/crates.io-index"
 1582checksum = "8b18559a41e0c909b77625adf2b8c50de480a8041e5e4a3f5f7d177db70abc5a"
 1583dependencies = [
 1584 "aws-smithy-types",
 1585 "bytes 1.10.1",
 1586 "crc32fast",
 1587]
 1588
 1589[[package]]
 1590name = "aws-smithy-http"
 1591version = "0.60.12"
 1592source = "registry+https://github.com/rust-lang/crates.io-index"
 1593checksum = "7809c27ad8da6a6a68c454e651d4962479e81472aa19ae99e59f9aba1f9713cc"
 1594dependencies = [
 1595 "aws-smithy-eventstream",
 1596 "aws-smithy-runtime-api",
 1597 "aws-smithy-types",
 1598 "bytes 1.10.1",
 1599 "bytes-utils",
 1600 "futures-core",
 1601 "http 0.2.12",
 1602 "http-body 0.4.6",
 1603 "once_cell",
 1604 "percent-encoding",
 1605 "pin-project-lite",
 1606 "pin-utils",
 1607 "tracing",
 1608]
 1609
 1610[[package]]
 1611name = "aws-smithy-json"
 1612version = "0.61.2"
 1613source = "registry+https://github.com/rust-lang/crates.io-index"
 1614checksum = "623a51127f24c30776c8b374295f2df78d92517386f77ba30773f15a30ce1422"
 1615dependencies = [
 1616 "aws-smithy-types",
 1617]
 1618
 1619[[package]]
 1620name = "aws-smithy-query"
 1621version = "0.60.7"
 1622source = "registry+https://github.com/rust-lang/crates.io-index"
 1623checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
 1624dependencies = [
 1625 "aws-smithy-types",
 1626 "urlencoding",
 1627]
 1628
 1629[[package]]
 1630name = "aws-smithy-runtime"
 1631version = "1.7.8"
 1632source = "registry+https://github.com/rust-lang/crates.io-index"
 1633checksum = "d526a12d9ed61fadefda24abe2e682892ba288c2018bcb38b1b4c111d13f6d92"
 1634dependencies = [
 1635 "aws-smithy-async",
 1636 "aws-smithy-http",
 1637 "aws-smithy-runtime-api",
 1638 "aws-smithy-types",
 1639 "bytes 1.10.1",
 1640 "fastrand 2.3.0",
 1641 "h2 0.3.26",
 1642 "http 0.2.12",
 1643 "http-body 0.4.6",
 1644 "http-body 1.0.1",
 1645 "httparse",
 1646 "hyper 0.14.32",
 1647 "hyper-rustls 0.24.2",
 1648 "once_cell",
 1649 "pin-project-lite",
 1650 "pin-utils",
 1651 "rustls 0.21.12",
 1652 "tokio",
 1653 "tracing",
 1654]
 1655
 1656[[package]]
 1657name = "aws-smithy-runtime-api"
 1658version = "1.7.3"
 1659source = "registry+https://github.com/rust-lang/crates.io-index"
 1660checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
 1661dependencies = [
 1662 "aws-smithy-async",
 1663 "aws-smithy-types",
 1664 "bytes 1.10.1",
 1665 "http 0.2.12",
 1666 "http 1.2.0",
 1667 "pin-project-lite",
 1668 "tokio",
 1669 "tracing",
 1670 "zeroize",
 1671]
 1672
 1673[[package]]
 1674name = "aws-smithy-types"
 1675version = "1.2.13"
 1676source = "registry+https://github.com/rust-lang/crates.io-index"
 1677checksum = "c7b8a53819e42f10d0821f56da995e1470b199686a1809168db6ca485665f042"
 1678dependencies = [
 1679 "base64-simd",
 1680 "bytes 1.10.1",
 1681 "bytes-utils",
 1682 "futures-core",
 1683 "http 0.2.12",
 1684 "http 1.2.0",
 1685 "http-body 0.4.6",
 1686 "http-body 1.0.1",
 1687 "http-body-util",
 1688 "itoa",
 1689 "num-integer",
 1690 "pin-project-lite",
 1691 "pin-utils",
 1692 "ryu",
 1693 "serde",
 1694 "time",
 1695 "tokio",
 1696 "tokio-util",
 1697]
 1698
 1699[[package]]
 1700name = "aws-smithy-xml"
 1701version = "0.60.9"
 1702source = "registry+https://github.com/rust-lang/crates.io-index"
 1703checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
 1704dependencies = [
 1705 "xmlparser",
 1706]
 1707
 1708[[package]]
 1709name = "aws-types"
 1710version = "1.3.5"
 1711source = "registry+https://github.com/rust-lang/crates.io-index"
 1712checksum = "dfbd0a668309ec1f66c0f6bda4840dd6d4796ae26d699ebc266d7cc95c6d040f"
 1713dependencies = [
 1714 "aws-credential-types",
 1715 "aws-smithy-async",
 1716 "aws-smithy-runtime-api",
 1717 "aws-smithy-types",
 1718 "rustc_version",
 1719 "tracing",
 1720]
 1721
 1722[[package]]
 1723name = "aws_http_client"
 1724version = "0.1.0"
 1725dependencies = [
 1726 "aws-smithy-runtime-api",
 1727 "aws-smithy-types",
 1728 "futures 0.3.31",
 1729 "http_client",
 1730 "tokio",
 1731]
 1732
 1733[[package]]
 1734name = "axum"
 1735version = "0.6.20"
 1736source = "registry+https://github.com/rust-lang/crates.io-index"
 1737checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1738dependencies = [
 1739 "async-trait",
 1740 "axum-core",
 1741 "base64 0.21.7",
 1742 "bitflags 1.3.2",
 1743 "bytes 1.10.1",
 1744 "futures-util",
 1745 "headers",
 1746 "http 0.2.12",
 1747 "http-body 0.4.6",
 1748 "hyper 0.14.32",
 1749 "itoa",
 1750 "matchit",
 1751 "memchr",
 1752 "mime",
 1753 "percent-encoding",
 1754 "pin-project-lite",
 1755 "rustversion",
 1756 "serde",
 1757 "serde_json",
 1758 "serde_path_to_error",
 1759 "serde_urlencoded",
 1760 "sha1",
 1761 "sync_wrapper 0.1.2",
 1762 "tokio",
 1763 "tokio-tungstenite 0.20.1",
 1764 "tower",
 1765 "tower-layer",
 1766 "tower-service",
 1767]
 1768
 1769[[package]]
 1770name = "axum-core"
 1771version = "0.3.4"
 1772source = "registry+https://github.com/rust-lang/crates.io-index"
 1773checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1774dependencies = [
 1775 "async-trait",
 1776 "bytes 1.10.1",
 1777 "futures-util",
 1778 "http 0.2.12",
 1779 "http-body 0.4.6",
 1780 "mime",
 1781 "rustversion",
 1782 "tower-layer",
 1783 "tower-service",
 1784]
 1785
 1786[[package]]
 1787name = "axum-extra"
 1788version = "0.4.2"
 1789source = "registry+https://github.com/rust-lang/crates.io-index"
 1790checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
 1791dependencies = [
 1792 "axum",
 1793 "bytes 1.10.1",
 1794 "futures-util",
 1795 "http 0.2.12",
 1796 "mime",
 1797 "pin-project-lite",
 1798 "serde",
 1799 "serde_json",
 1800 "tokio",
 1801 "tower",
 1802 "tower-http 0.3.5",
 1803 "tower-layer",
 1804 "tower-service",
 1805]
 1806
 1807[[package]]
 1808name = "backtrace"
 1809version = "0.3.74"
 1810source = "registry+https://github.com/rust-lang/crates.io-index"
 1811checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
 1812dependencies = [
 1813 "addr2line",
 1814 "cfg-if",
 1815 "libc",
 1816 "miniz_oxide",
 1817 "object",
 1818 "rustc-demangle",
 1819 "windows-targets 0.52.6",
 1820]
 1821
 1822[[package]]
 1823name = "base16ct"
 1824version = "0.1.1"
 1825source = "registry+https://github.com/rust-lang/crates.io-index"
 1826checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1827
 1828[[package]]
 1829name = "base64"
 1830version = "0.13.1"
 1831source = "registry+https://github.com/rust-lang/crates.io-index"
 1832checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
 1833
 1834[[package]]
 1835name = "base64"
 1836version = "0.21.7"
 1837source = "registry+https://github.com/rust-lang/crates.io-index"
 1838checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1839
 1840[[package]]
 1841name = "base64"
 1842version = "0.22.1"
 1843source = "registry+https://github.com/rust-lang/crates.io-index"
 1844checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1845
 1846[[package]]
 1847name = "base64-simd"
 1848version = "0.8.0"
 1849source = "registry+https://github.com/rust-lang/crates.io-index"
 1850checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1851dependencies = [
 1852 "outref",
 1853 "vsimd",
 1854]
 1855
 1856[[package]]
 1857name = "base64ct"
 1858version = "1.6.0"
 1859source = "registry+https://github.com/rust-lang/crates.io-index"
 1860checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
 1861
 1862[[package]]
 1863name = "bedrock"
 1864version = "0.1.0"
 1865dependencies = [
 1866 "anyhow",
 1867 "aws-sdk-bedrockruntime",
 1868 "aws-smithy-types",
 1869 "futures 0.3.31",
 1870 "schemars",
 1871 "serde",
 1872 "serde_json",
 1873 "strum",
 1874 "thiserror 2.0.12",
 1875 "tokio",
 1876]
 1877
 1878[[package]]
 1879name = "bigdecimal"
 1880version = "0.4.7"
 1881source = "registry+https://github.com/rust-lang/crates.io-index"
 1882checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
 1883dependencies = [
 1884 "autocfg",
 1885 "libm",
 1886 "num-bigint",
 1887 "num-integer",
 1888 "num-traits",
 1889 "serde",
 1890]
 1891
 1892[[package]]
 1893name = "bincode"
 1894version = "1.3.3"
 1895source = "registry+https://github.com/rust-lang/crates.io-index"
 1896checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1897dependencies = [
 1898 "serde",
 1899]
 1900
 1901[[package]]
 1902name = "bindgen"
 1903version = "0.69.5"
 1904source = "registry+https://github.com/rust-lang/crates.io-index"
 1905checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
 1906dependencies = [
 1907 "bitflags 2.9.0",
 1908 "cexpr",
 1909 "clang-sys",
 1910 "itertools 0.12.1",
 1911 "lazy_static",
 1912 "lazycell",
 1913 "log",
 1914 "prettyplease",
 1915 "proc-macro2",
 1916 "quote",
 1917 "regex",
 1918 "rustc-hash 1.1.0",
 1919 "shlex",
 1920 "syn 2.0.100",
 1921 "which 4.4.2",
 1922]
 1923
 1924[[package]]
 1925name = "bindgen"
 1926version = "0.70.1"
 1927source = "registry+https://github.com/rust-lang/crates.io-index"
 1928checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
 1929dependencies = [
 1930 "bitflags 2.9.0",
 1931 "cexpr",
 1932 "clang-sys",
 1933 "itertools 0.12.1",
 1934 "proc-macro2",
 1935 "quote",
 1936 "regex",
 1937 "rustc-hash 1.1.0",
 1938 "shlex",
 1939 "syn 2.0.100",
 1940]
 1941
 1942[[package]]
 1943name = "bindgen"
 1944version = "0.71.1"
 1945source = "registry+https://github.com/rust-lang/crates.io-index"
 1946checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
 1947dependencies = [
 1948 "bitflags 2.9.0",
 1949 "cexpr",
 1950 "clang-sys",
 1951 "itertools 0.12.1",
 1952 "log",
 1953 "prettyplease",
 1954 "proc-macro2",
 1955 "quote",
 1956 "regex",
 1957 "rustc-hash 2.1.1",
 1958 "shlex",
 1959 "syn 2.0.100",
 1960]
 1961
 1962[[package]]
 1963name = "bit-set"
 1964version = "0.5.3"
 1965source = "registry+https://github.com/rust-lang/crates.io-index"
 1966checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
 1967dependencies = [
 1968 "bit-vec 0.6.3",
 1969]
 1970
 1971[[package]]
 1972name = "bit-set"
 1973version = "0.8.0"
 1974source = "registry+https://github.com/rust-lang/crates.io-index"
 1975checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1976dependencies = [
 1977 "bit-vec 0.8.0",
 1978]
 1979
 1980[[package]]
 1981name = "bit-vec"
 1982version = "0.6.3"
 1983source = "registry+https://github.com/rust-lang/crates.io-index"
 1984checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
 1985
 1986[[package]]
 1987name = "bit-vec"
 1988version = "0.8.0"
 1989source = "registry+https://github.com/rust-lang/crates.io-index"
 1990checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 1991
 1992[[package]]
 1993name = "bit_field"
 1994version = "0.10.2"
 1995source = "registry+https://github.com/rust-lang/crates.io-index"
 1996checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
 1997
 1998[[package]]
 1999name = "bitflags"
 2000version = "1.3.2"
 2001source = "registry+https://github.com/rust-lang/crates.io-index"
 2002checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 2003
 2004[[package]]
 2005name = "bitflags"
 2006version = "2.9.0"
 2007source = "registry+https://github.com/rust-lang/crates.io-index"
 2008checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
 2009dependencies = [
 2010 "serde",
 2011]
 2012
 2013[[package]]
 2014name = "bitstream-io"
 2015version = "2.6.0"
 2016source = "registry+https://github.com/rust-lang/crates.io-index"
 2017checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 2018
 2019[[package]]
 2020name = "bitvec"
 2021version = "1.0.1"
 2022source = "registry+https://github.com/rust-lang/crates.io-index"
 2023checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 2024dependencies = [
 2025 "funty",
 2026 "radium",
 2027 "tap",
 2028 "wyz",
 2029]
 2030
 2031[[package]]
 2032name = "blade-graphics"
 2033version = "0.6.0"
 2034source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 2035dependencies = [
 2036 "ash",
 2037 "ash-window",
 2038 "bitflags 2.9.0",
 2039 "bytemuck",
 2040 "codespan-reporting",
 2041 "glow",
 2042 "gpu-alloc",
 2043 "gpu-alloc-ash",
 2044 "hidden-trait",
 2045 "js-sys",
 2046 "khronos-egl",
 2047 "libloading",
 2048 "log",
 2049 "mint",
 2050 "naga",
 2051 "objc2",
 2052 "objc2-app-kit",
 2053 "objc2-foundation",
 2054 "objc2-metal",
 2055 "objc2-quartz-core",
 2056 "objc2-ui-kit",
 2057 "raw-window-handle",
 2058 "slab",
 2059 "wasm-bindgen",
 2060 "web-sys",
 2061]
 2062
 2063[[package]]
 2064name = "blade-macros"
 2065version = "0.3.0"
 2066source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 2067dependencies = [
 2068 "proc-macro2",
 2069 "quote",
 2070 "syn 2.0.100",
 2071]
 2072
 2073[[package]]
 2074name = "blade-util"
 2075version = "0.2.0"
 2076source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 2077dependencies = [
 2078 "blade-graphics",
 2079 "bytemuck",
 2080 "log",
 2081 "profiling",
 2082]
 2083
 2084[[package]]
 2085name = "blake3"
 2086version = "1.7.0"
 2087source = "registry+https://github.com/rust-lang/crates.io-index"
 2088checksum = "b17679a8d69b6d7fd9cd9801a536cec9fa5e5970b69f9d4747f70b39b031f5e7"
 2089dependencies = [
 2090 "arrayref",
 2091 "arrayvec",
 2092 "cc",
 2093 "cfg-if",
 2094 "constant_time_eq 0.3.1",
 2095]
 2096
 2097[[package]]
 2098name = "block"
 2099version = "0.1.6"
 2100source = "registry+https://github.com/rust-lang/crates.io-index"
 2101checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2102
 2103[[package]]
 2104name = "block-buffer"
 2105version = "0.10.4"
 2106source = "registry+https://github.com/rust-lang/crates.io-index"
 2107checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2108dependencies = [
 2109 "generic-array",
 2110]
 2111
 2112[[package]]
 2113name = "block-padding"
 2114version = "0.3.3"
 2115source = "registry+https://github.com/rust-lang/crates.io-index"
 2116checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2117dependencies = [
 2118 "generic-array",
 2119]
 2120
 2121[[package]]
 2122name = "block2"
 2123version = "0.5.1"
 2124source = "registry+https://github.com/rust-lang/crates.io-index"
 2125checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
 2126dependencies = [
 2127 "objc2",
 2128]
 2129
 2130[[package]]
 2131name = "blocking"
 2132version = "1.6.1"
 2133source = "registry+https://github.com/rust-lang/crates.io-index"
 2134checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
 2135dependencies = [
 2136 "async-channel 2.3.1",
 2137 "async-task",
 2138 "futures-io",
 2139 "futures-lite 2.6.0",
 2140 "piper",
 2141]
 2142
 2143[[package]]
 2144name = "borsh"
 2145version = "1.5.3"
 2146source = "registry+https://github.com/rust-lang/crates.io-index"
 2147checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
 2148dependencies = [
 2149 "borsh-derive",
 2150 "cfg_aliases 0.2.1",
 2151]
 2152
 2153[[package]]
 2154name = "borsh-derive"
 2155version = "1.5.3"
 2156source = "registry+https://github.com/rust-lang/crates.io-index"
 2157checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
 2158dependencies = [
 2159 "once_cell",
 2160 "proc-macro-crate",
 2161 "proc-macro2",
 2162 "quote",
 2163 "syn 2.0.100",
 2164]
 2165
 2166[[package]]
 2167name = "breadcrumbs"
 2168version = "0.1.0"
 2169dependencies = [
 2170 "editor",
 2171 "gpui",
 2172 "itertools 0.14.0",
 2173 "theme",
 2174 "ui",
 2175 "workspace",
 2176 "zed_actions",
 2177]
 2178
 2179[[package]]
 2180name = "bstr"
 2181version = "1.11.1"
 2182source = "registry+https://github.com/rust-lang/crates.io-index"
 2183checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
 2184dependencies = [
 2185 "memchr",
 2186 "regex-automata 0.4.9",
 2187 "serde",
 2188]
 2189
 2190[[package]]
 2191name = "buffer_diff"
 2192version = "0.1.0"
 2193dependencies = [
 2194 "anyhow",
 2195 "clock",
 2196 "ctor",
 2197 "env_logger 0.11.7",
 2198 "futures 0.3.31",
 2199 "git2",
 2200 "gpui",
 2201 "language",
 2202 "log",
 2203 "pretty_assertions",
 2204 "rand 0.8.5",
 2205 "rope",
 2206 "serde_json",
 2207 "sum_tree",
 2208 "text",
 2209 "unindent",
 2210 "util",
 2211]
 2212
 2213[[package]]
 2214name = "built"
 2215version = "0.7.5"
 2216source = "registry+https://github.com/rust-lang/crates.io-index"
 2217checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
 2218
 2219[[package]]
 2220name = "bumpalo"
 2221version = "3.16.0"
 2222source = "registry+https://github.com/rust-lang/crates.io-index"
 2223checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
 2224dependencies = [
 2225 "allocator-api2",
 2226]
 2227
 2228[[package]]
 2229name = "by_address"
 2230version = "1.2.1"
 2231source = "registry+https://github.com/rust-lang/crates.io-index"
 2232checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2233
 2234[[package]]
 2235name = "bytecheck"
 2236version = "0.6.12"
 2237source = "registry+https://github.com/rust-lang/crates.io-index"
 2238checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2239dependencies = [
 2240 "bytecheck_derive",
 2241 "ptr_meta",
 2242 "simdutf8",
 2243]
 2244
 2245[[package]]
 2246name = "bytecheck_derive"
 2247version = "0.6.12"
 2248source = "registry+https://github.com/rust-lang/crates.io-index"
 2249checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2250dependencies = [
 2251 "proc-macro2",
 2252 "quote",
 2253 "syn 1.0.109",
 2254]
 2255
 2256[[package]]
 2257name = "bytemuck"
 2258version = "1.21.0"
 2259source = "registry+https://github.com/rust-lang/crates.io-index"
 2260checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
 2261dependencies = [
 2262 "bytemuck_derive",
 2263]
 2264
 2265[[package]]
 2266name = "bytemuck_derive"
 2267version = "1.8.0"
 2268source = "registry+https://github.com/rust-lang/crates.io-index"
 2269checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
 2270dependencies = [
 2271 "proc-macro2",
 2272 "quote",
 2273 "syn 2.0.100",
 2274]
 2275
 2276[[package]]
 2277name = "byteorder"
 2278version = "1.5.0"
 2279source = "registry+https://github.com/rust-lang/crates.io-index"
 2280checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2281
 2282[[package]]
 2283name = "byteorder-lite"
 2284version = "0.1.0"
 2285source = "registry+https://github.com/rust-lang/crates.io-index"
 2286checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2287
 2288[[package]]
 2289name = "bytes"
 2290version = "0.4.12"
 2291source = "registry+https://github.com/rust-lang/crates.io-index"
 2292checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2293dependencies = [
 2294 "byteorder",
 2295 "iovec",
 2296]
 2297
 2298[[package]]
 2299name = "bytes"
 2300version = "1.10.1"
 2301source = "registry+https://github.com/rust-lang/crates.io-index"
 2302checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
 2303
 2304[[package]]
 2305name = "bytes-utils"
 2306version = "0.1.4"
 2307source = "registry+https://github.com/rust-lang/crates.io-index"
 2308checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2309dependencies = [
 2310 "bytes 1.10.1",
 2311 "either",
 2312]
 2313
 2314[[package]]
 2315name = "bzip2"
 2316version = "0.4.4"
 2317source = "registry+https://github.com/rust-lang/crates.io-index"
 2318checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2319dependencies = [
 2320 "bzip2-sys",
 2321 "libc",
 2322]
 2323
 2324[[package]]
 2325name = "bzip2-sys"
 2326version = "0.1.11+1.0.8"
 2327source = "registry+https://github.com/rust-lang/crates.io-index"
 2328checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
 2329dependencies = [
 2330 "cc",
 2331 "libc",
 2332 "pkg-config",
 2333]
 2334
 2335[[package]]
 2336name = "call"
 2337version = "0.1.0"
 2338dependencies = [
 2339 "anyhow",
 2340 "audio",
 2341 "client",
 2342 "collections",
 2343 "fs",
 2344 "futures 0.3.31",
 2345 "gpui",
 2346 "gpui_tokio",
 2347 "http_client",
 2348 "language",
 2349 "livekit_client",
 2350 "log",
 2351 "postage",
 2352 "project",
 2353 "schemars",
 2354 "serde",
 2355 "serde_derive",
 2356 "settings",
 2357 "telemetry",
 2358 "util",
 2359]
 2360
 2361[[package]]
 2362name = "calloop"
 2363version = "0.13.0"
 2364source = "registry+https://github.com/rust-lang/crates.io-index"
 2365checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
 2366dependencies = [
 2367 "bitflags 2.9.0",
 2368 "log",
 2369 "polling",
 2370 "rustix",
 2371 "slab",
 2372 "thiserror 1.0.69",
 2373]
 2374
 2375[[package]]
 2376name = "calloop-wayland-source"
 2377version = "0.3.0"
 2378source = "registry+https://github.com/rust-lang/crates.io-index"
 2379checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
 2380dependencies = [
 2381 "calloop",
 2382 "rustix",
 2383 "wayland-backend",
 2384 "wayland-client",
 2385]
 2386
 2387[[package]]
 2388name = "camino"
 2389version = "1.1.9"
 2390source = "registry+https://github.com/rust-lang/crates.io-index"
 2391checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
 2392dependencies = [
 2393 "serde",
 2394]
 2395
 2396[[package]]
 2397name = "cap-fs-ext"
 2398version = "3.4.2"
 2399source = "registry+https://github.com/rust-lang/crates.io-index"
 2400checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
 2401dependencies = [
 2402 "cap-primitives",
 2403 "cap-std",
 2404 "io-lifetimes",
 2405 "windows-sys 0.59.0",
 2406]
 2407
 2408[[package]]
 2409name = "cap-net-ext"
 2410version = "3.4.2"
 2411source = "registry+https://github.com/rust-lang/crates.io-index"
 2412checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
 2413dependencies = [
 2414 "cap-primitives",
 2415 "cap-std",
 2416 "rustix",
 2417 "smallvec",
 2418]
 2419
 2420[[package]]
 2421name = "cap-primitives"
 2422version = "3.4.2"
 2423source = "registry+https://github.com/rust-lang/crates.io-index"
 2424checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
 2425dependencies = [
 2426 "ambient-authority",
 2427 "fs-set-times",
 2428 "io-extras",
 2429 "io-lifetimes",
 2430 "ipnet",
 2431 "maybe-owned",
 2432 "rustix",
 2433 "windows-sys 0.59.0",
 2434 "winx",
 2435]
 2436
 2437[[package]]
 2438name = "cap-rand"
 2439version = "3.4.2"
 2440source = "registry+https://github.com/rust-lang/crates.io-index"
 2441checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
 2442dependencies = [
 2443 "ambient-authority",
 2444 "rand 0.8.5",
 2445]
 2446
 2447[[package]]
 2448name = "cap-std"
 2449version = "3.4.2"
 2450source = "registry+https://github.com/rust-lang/crates.io-index"
 2451checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
 2452dependencies = [
 2453 "cap-primitives",
 2454 "io-extras",
 2455 "io-lifetimes",
 2456 "rustix",
 2457]
 2458
 2459[[package]]
 2460name = "cap-time-ext"
 2461version = "3.4.2"
 2462source = "registry+https://github.com/rust-lang/crates.io-index"
 2463checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
 2464dependencies = [
 2465 "ambient-authority",
 2466 "cap-primitives",
 2467 "iana-time-zone",
 2468 "once_cell",
 2469 "rustix",
 2470 "winx",
 2471]
 2472
 2473[[package]]
 2474name = "cargo-platform"
 2475version = "0.1.9"
 2476source = "registry+https://github.com/rust-lang/crates.io-index"
 2477checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2478dependencies = [
 2479 "serde",
 2480]
 2481
 2482[[package]]
 2483name = "cargo_metadata"
 2484version = "0.19.2"
 2485source = "registry+https://github.com/rust-lang/crates.io-index"
 2486checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2487dependencies = [
 2488 "camino",
 2489 "cargo-platform",
 2490 "semver",
 2491 "serde",
 2492 "serde_json",
 2493 "thiserror 2.0.12",
 2494]
 2495
 2496[[package]]
 2497name = "cargo_toml"
 2498version = "0.21.0"
 2499source = "registry+https://github.com/rust-lang/crates.io-index"
 2500checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2501dependencies = [
 2502 "serde",
 2503 "toml 0.8.20",
 2504]
 2505
 2506[[package]]
 2507name = "cast"
 2508version = "0.3.0"
 2509source = "registry+https://github.com/rust-lang/crates.io-index"
 2510checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2511
 2512[[package]]
 2513name = "cbc"
 2514version = "0.1.2"
 2515source = "registry+https://github.com/rust-lang/crates.io-index"
 2516checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2517dependencies = [
 2518 "cipher",
 2519]
 2520
 2521[[package]]
 2522name = "cbindgen"
 2523version = "0.27.0"
 2524source = "registry+https://github.com/rust-lang/crates.io-index"
 2525checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
 2526dependencies = [
 2527 "clap",
 2528 "heck 0.4.1",
 2529 "indexmap",
 2530 "log",
 2531 "proc-macro2",
 2532 "quote",
 2533 "serde",
 2534 "serde_json",
 2535 "syn 2.0.100",
 2536 "tempfile",
 2537 "toml 0.8.20",
 2538]
 2539
 2540[[package]]
 2541name = "cbindgen"
 2542version = "0.28.0"
 2543source = "registry+https://github.com/rust-lang/crates.io-index"
 2544checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2545dependencies = [
 2546 "heck 0.4.1",
 2547 "indexmap",
 2548 "log",
 2549 "proc-macro2",
 2550 "quote",
 2551 "serde",
 2552 "serde_json",
 2553 "syn 2.0.100",
 2554 "tempfile",
 2555 "toml 0.8.20",
 2556]
 2557
 2558[[package]]
 2559name = "cc"
 2560version = "1.2.12"
 2561source = "registry+https://github.com/rust-lang/crates.io-index"
 2562checksum = "755717a7de9ec452bf7f3f1a3099085deabd7f2962b861dae91ecd7a365903d2"
 2563dependencies = [
 2564 "jobserver",
 2565 "libc",
 2566 "shlex",
 2567]
 2568
 2569[[package]]
 2570name = "cesu8"
 2571version = "1.1.0"
 2572source = "registry+https://github.com/rust-lang/crates.io-index"
 2573checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2574
 2575[[package]]
 2576name = "cexpr"
 2577version = "0.6.0"
 2578source = "registry+https://github.com/rust-lang/crates.io-index"
 2579checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2580dependencies = [
 2581 "nom",
 2582]
 2583
 2584[[package]]
 2585name = "cfg-expr"
 2586version = "0.15.8"
 2587source = "registry+https://github.com/rust-lang/crates.io-index"
 2588checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2589dependencies = [
 2590 "smallvec",
 2591 "target-lexicon 0.12.16",
 2592]
 2593
 2594[[package]]
 2595name = "cfg-if"
 2596version = "1.0.0"
 2597source = "registry+https://github.com/rust-lang/crates.io-index"
 2598checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 2599
 2600[[package]]
 2601name = "cfg_aliases"
 2602version = "0.1.1"
 2603source = "registry+https://github.com/rust-lang/crates.io-index"
 2604checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2605
 2606[[package]]
 2607name = "cfg_aliases"
 2608version = "0.2.1"
 2609source = "registry+https://github.com/rust-lang/crates.io-index"
 2610checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2611
 2612[[package]]
 2613name = "cgl"
 2614version = "0.3.2"
 2615source = "registry+https://github.com/rust-lang/crates.io-index"
 2616checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2617dependencies = [
 2618 "libc",
 2619]
 2620
 2621[[package]]
 2622name = "channel"
 2623version = "0.1.0"
 2624dependencies = [
 2625 "anyhow",
 2626 "client",
 2627 "clock",
 2628 "collections",
 2629 "futures 0.3.31",
 2630 "gpui",
 2631 "http_client",
 2632 "language",
 2633 "log",
 2634 "rand 0.8.5",
 2635 "release_channel",
 2636 "rpc",
 2637 "settings",
 2638 "sum_tree",
 2639 "text",
 2640 "time",
 2641 "util",
 2642]
 2643
 2644[[package]]
 2645name = "chrono"
 2646version = "0.4.40"
 2647source = "registry+https://github.com/rust-lang/crates.io-index"
 2648checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
 2649dependencies = [
 2650 "android-tzdata",
 2651 "iana-time-zone",
 2652 "js-sys",
 2653 "num-traits",
 2654 "serde",
 2655 "wasm-bindgen",
 2656 "windows-link",
 2657]
 2658
 2659[[package]]
 2660name = "chunked_transfer"
 2661version = "1.5.0"
 2662source = "registry+https://github.com/rust-lang/crates.io-index"
 2663checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2664
 2665[[package]]
 2666name = "ciborium"
 2667version = "0.2.2"
 2668source = "registry+https://github.com/rust-lang/crates.io-index"
 2669checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2670dependencies = [
 2671 "ciborium-io",
 2672 "ciborium-ll",
 2673 "serde",
 2674]
 2675
 2676[[package]]
 2677name = "ciborium-io"
 2678version = "0.2.2"
 2679source = "registry+https://github.com/rust-lang/crates.io-index"
 2680checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2681
 2682[[package]]
 2683name = "ciborium-ll"
 2684version = "0.2.2"
 2685source = "registry+https://github.com/rust-lang/crates.io-index"
 2686checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2687dependencies = [
 2688 "ciborium-io",
 2689 "half",
 2690]
 2691
 2692[[package]]
 2693name = "cipher"
 2694version = "0.4.4"
 2695source = "registry+https://github.com/rust-lang/crates.io-index"
 2696checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2697dependencies = [
 2698 "crypto-common",
 2699 "inout",
 2700 "zeroize",
 2701]
 2702
 2703[[package]]
 2704name = "circular-buffer"
 2705version = "1.0.0"
 2706source = "registry+https://github.com/rust-lang/crates.io-index"
 2707checksum = "4dacb91f972298e70fc507a2ffcaf1545807f1a36da586fb846646030adc542f"
 2708
 2709[[package]]
 2710name = "clang-sys"
 2711version = "1.8.1"
 2712source = "registry+https://github.com/rust-lang/crates.io-index"
 2713checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2714dependencies = [
 2715 "glob",
 2716 "libc",
 2717 "libloading",
 2718]
 2719
 2720[[package]]
 2721name = "clap"
 2722version = "4.5.34"
 2723source = "registry+https://github.com/rust-lang/crates.io-index"
 2724checksum = "e958897981290da2a852763fe9cdb89cd36977a5d729023127095fa94d95e2ff"
 2725dependencies = [
 2726 "clap_builder",
 2727 "clap_derive",
 2728]
 2729
 2730[[package]]
 2731name = "clap_builder"
 2732version = "4.5.34"
 2733source = "registry+https://github.com/rust-lang/crates.io-index"
 2734checksum = "83b0f35019843db2160b5bb19ae09b4e6411ac33fc6a712003c33e03090e2489"
 2735dependencies = [
 2736 "anstream",
 2737 "anstyle",
 2738 "clap_lex",
 2739 "strsim",
 2740 "terminal_size",
 2741]
 2742
 2743[[package]]
 2744name = "clap_complete"
 2745version = "4.5.38"
 2746source = "registry+https://github.com/rust-lang/crates.io-index"
 2747checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
 2748dependencies = [
 2749 "clap",
 2750]
 2751
 2752[[package]]
 2753name = "clap_derive"
 2754version = "4.5.32"
 2755source = "registry+https://github.com/rust-lang/crates.io-index"
 2756checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
 2757dependencies = [
 2758 "heck 0.5.0",
 2759 "proc-macro2",
 2760 "quote",
 2761 "syn 2.0.100",
 2762]
 2763
 2764[[package]]
 2765name = "clap_lex"
 2766version = "0.7.4"
 2767source = "registry+https://github.com/rust-lang/crates.io-index"
 2768checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
 2769
 2770[[package]]
 2771name = "cli"
 2772version = "0.1.0"
 2773dependencies = [
 2774 "anyhow",
 2775 "clap",
 2776 "collections",
 2777 "core-foundation 0.10.0",
 2778 "core-services",
 2779 "exec",
 2780 "fork",
 2781 "ipc-channel",
 2782 "parking_lot",
 2783 "paths",
 2784 "plist",
 2785 "release_channel",
 2786 "serde",
 2787 "tempfile",
 2788 "util",
 2789 "windows 0.61.1",
 2790]
 2791
 2792[[package]]
 2793name = "client"
 2794version = "0.1.0"
 2795dependencies = [
 2796 "anyhow",
 2797 "async-native-tls",
 2798 "async-recursion 0.3.2",
 2799 "async-tungstenite",
 2800 "chrono",
 2801 "clock",
 2802 "cocoa 0.26.0",
 2803 "collections",
 2804 "credentials_provider",
 2805 "feature_flags",
 2806 "futures 0.3.31",
 2807 "gpui",
 2808 "http_client",
 2809 "http_client_tls",
 2810 "log",
 2811 "parking_lot",
 2812 "paths",
 2813 "postage",
 2814 "rand 0.8.5",
 2815 "release_channel",
 2816 "rpc",
 2817 "schemars",
 2818 "serde",
 2819 "serde_json",
 2820 "settings",
 2821 "sha2",
 2822 "smol",
 2823 "telemetry",
 2824 "telemetry_events",
 2825 "text",
 2826 "thiserror 2.0.12",
 2827 "time",
 2828 "tiny_http",
 2829 "tokio-socks",
 2830 "url",
 2831 "util",
 2832 "windows 0.61.1",
 2833 "worktree",
 2834]
 2835
 2836[[package]]
 2837name = "clock"
 2838version = "0.1.0"
 2839dependencies = [
 2840 "parking_lot",
 2841 "serde",
 2842 "smallvec",
 2843]
 2844
 2845[[package]]
 2846name = "cmake"
 2847version = "0.1.53"
 2848source = "registry+https://github.com/rust-lang/crates.io-index"
 2849checksum = "e24a03c8b52922d68a1589ad61032f2c1aa5a8158d2aa0d93c6e9534944bbad6"
 2850dependencies = [
 2851 "cc",
 2852]
 2853
 2854[[package]]
 2855name = "cobs"
 2856version = "0.2.3"
 2857source = "registry+https://github.com/rust-lang/crates.io-index"
 2858checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
 2859
 2860[[package]]
 2861name = "cocoa"
 2862version = "0.25.0"
 2863source = "registry+https://github.com/rust-lang/crates.io-index"
 2864checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 2865dependencies = [
 2866 "bitflags 1.3.2",
 2867 "block",
 2868 "cocoa-foundation 0.1.2",
 2869 "core-foundation 0.9.4",
 2870 "core-graphics 0.23.2",
 2871 "foreign-types 0.5.0",
 2872 "libc",
 2873 "objc",
 2874]
 2875
 2876[[package]]
 2877name = "cocoa"
 2878version = "0.26.0"
 2879source = "registry+https://github.com/rust-lang/crates.io-index"
 2880checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 2881dependencies = [
 2882 "bitflags 2.9.0",
 2883 "block",
 2884 "cocoa-foundation 0.2.0",
 2885 "core-foundation 0.10.0",
 2886 "core-graphics 0.24.0",
 2887 "foreign-types 0.5.0",
 2888 "libc",
 2889 "objc",
 2890]
 2891
 2892[[package]]
 2893name = "cocoa-foundation"
 2894version = "0.1.2"
 2895source = "registry+https://github.com/rust-lang/crates.io-index"
 2896checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 2897dependencies = [
 2898 "bitflags 1.3.2",
 2899 "block",
 2900 "core-foundation 0.9.4",
 2901 "core-graphics-types 0.1.3",
 2902 "libc",
 2903 "objc",
 2904]
 2905
 2906[[package]]
 2907name = "cocoa-foundation"
 2908version = "0.2.0"
 2909source = "registry+https://github.com/rust-lang/crates.io-index"
 2910checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 2911dependencies = [
 2912 "bitflags 2.9.0",
 2913 "block",
 2914 "core-foundation 0.10.0",
 2915 "core-graphics-types 0.2.0",
 2916 "libc",
 2917 "objc",
 2918]
 2919
 2920[[package]]
 2921name = "codespan-reporting"
 2922version = "0.11.1"
 2923source = "registry+https://github.com/rust-lang/crates.io-index"
 2924checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
 2925dependencies = [
 2926 "termcolor",
 2927 "unicode-width",
 2928]
 2929
 2930[[package]]
 2931name = "collab"
 2932version = "0.44.0"
 2933dependencies = [
 2934 "anthropic",
 2935 "anyhow",
 2936 "assistant",
 2937 "assistant_context_editor",
 2938 "assistant_slash_command",
 2939 "assistant_tool",
 2940 "async-stripe",
 2941 "async-trait",
 2942 "async-tungstenite",
 2943 "audio",
 2944 "aws-config",
 2945 "aws-sdk-kinesis",
 2946 "aws-sdk-s3",
 2947 "axum",
 2948 "axum-extra",
 2949 "base64 0.22.1",
 2950 "buffer_diff",
 2951 "call",
 2952 "channel",
 2953 "chrono",
 2954 "client",
 2955 "clock",
 2956 "collab_ui",
 2957 "collections",
 2958 "command_palette_hooks",
 2959 "context_server",
 2960 "ctor",
 2961 "dap",
 2962 "dashmap 6.1.0",
 2963 "debugger_ui",
 2964 "derive_more",
 2965 "editor",
 2966 "env_logger 0.11.7",
 2967 "envy",
 2968 "extension",
 2969 "file_finder",
 2970 "fs",
 2971 "futures 0.3.31",
 2972 "git",
 2973 "git_hosting_providers",
 2974 "git_ui",
 2975 "google_ai",
 2976 "gpui",
 2977 "gpui_tokio",
 2978 "hex",
 2979 "http_client",
 2980 "hyper 0.14.32",
 2981 "indoc",
 2982 "jsonwebtoken",
 2983 "language",
 2984 "language_model",
 2985 "livekit_api",
 2986 "livekit_client",
 2987 "log",
 2988 "lsp",
 2989 "menu",
 2990 "multi_buffer",
 2991 "nanoid",
 2992 "node_runtime",
 2993 "notifications",
 2994 "open_ai",
 2995 "parking_lot",
 2996 "pretty_assertions",
 2997 "project",
 2998 "prometheus",
 2999 "prompt_store",
 3000 "prost 0.9.0",
 3001 "rand 0.8.5",
 3002 "recent_projects",
 3003 "release_channel",
 3004 "remote",
 3005 "remote_server",
 3006 "reqwest 0.11.27",
 3007 "reqwest_client",
 3008 "rpc",
 3009 "rustc-demangle",
 3010 "scrypt",
 3011 "sea-orm",
 3012 "semantic_version",
 3013 "semver",
 3014 "serde",
 3015 "serde_derive",
 3016 "serde_json",
 3017 "session",
 3018 "settings",
 3019 "sha2",
 3020 "sqlx",
 3021 "strum",
 3022 "subtle",
 3023 "supermaven_api",
 3024 "telemetry_events",
 3025 "text",
 3026 "theme",
 3027 "thiserror 2.0.12",
 3028 "time",
 3029 "tokio",
 3030 "toml 0.8.20",
 3031 "tower",
 3032 "tower-http 0.4.4",
 3033 "tracing",
 3034 "tracing-subscriber",
 3035 "unindent",
 3036 "util",
 3037 "uuid",
 3038 "workspace",
 3039 "worktree",
 3040]
 3041
 3042[[package]]
 3043name = "collab_ui"
 3044version = "0.1.0"
 3045dependencies = [
 3046 "anyhow",
 3047 "call",
 3048 "channel",
 3049 "chrono",
 3050 "client",
 3051 "collections",
 3052 "db",
 3053 "editor",
 3054 "emojis",
 3055 "futures 0.3.31",
 3056 "fuzzy",
 3057 "gpui",
 3058 "http_client",
 3059 "language",
 3060 "menu",
 3061 "notifications",
 3062 "picker",
 3063 "pretty_assertions",
 3064 "project",
 3065 "release_channel",
 3066 "rich_text",
 3067 "rpc",
 3068 "schemars",
 3069 "serde",
 3070 "serde_derive",
 3071 "serde_json",
 3072 "settings",
 3073 "smallvec",
 3074 "story",
 3075 "telemetry",
 3076 "theme",
 3077 "time",
 3078 "time_format",
 3079 "title_bar",
 3080 "tree-sitter-md",
 3081 "ui",
 3082 "util",
 3083 "workspace",
 3084]
 3085
 3086[[package]]
 3087name = "collections"
 3088version = "0.1.0"
 3089dependencies = [
 3090 "indexmap",
 3091 "rustc-hash 2.1.1",
 3092]
 3093
 3094[[package]]
 3095name = "color_quant"
 3096version = "1.1.0"
 3097source = "registry+https://github.com/rust-lang/crates.io-index"
 3098checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3099
 3100[[package]]
 3101name = "colorchoice"
 3102version = "1.0.3"
 3103source = "registry+https://github.com/rust-lang/crates.io-index"
 3104checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
 3105
 3106[[package]]
 3107name = "combine"
 3108version = "4.6.7"
 3109source = "registry+https://github.com/rust-lang/crates.io-index"
 3110checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3111dependencies = [
 3112 "bytes 1.10.1",
 3113 "memchr",
 3114]
 3115
 3116[[package]]
 3117name = "command_palette"
 3118version = "0.1.0"
 3119dependencies = [
 3120 "anyhow",
 3121 "client",
 3122 "collections",
 3123 "command_palette_hooks",
 3124 "ctor",
 3125 "db",
 3126 "editor",
 3127 "env_logger 0.11.7",
 3128 "fuzzy",
 3129 "go_to_line",
 3130 "gpui",
 3131 "language",
 3132 "menu",
 3133 "picker",
 3134 "postage",
 3135 "project",
 3136 "serde",
 3137 "serde_json",
 3138 "settings",
 3139 "telemetry",
 3140 "theme",
 3141 "time",
 3142 "ui",
 3143 "util",
 3144 "workspace",
 3145 "zed_actions",
 3146]
 3147
 3148[[package]]
 3149name = "command_palette_hooks"
 3150version = "0.1.0"
 3151dependencies = [
 3152 "collections",
 3153 "derive_more",
 3154 "gpui",
 3155]
 3156
 3157[[package]]
 3158name = "component"
 3159version = "0.1.0"
 3160dependencies = [
 3161 "collections",
 3162 "gpui",
 3163 "linkme",
 3164 "parking_lot",
 3165 "theme",
 3166]
 3167
 3168[[package]]
 3169name = "component_preview"
 3170version = "0.1.0"
 3171dependencies = [
 3172 "client",
 3173 "collections",
 3174 "component",
 3175 "gpui",
 3176 "languages",
 3177 "notifications",
 3178 "project",
 3179 "ui",
 3180 "workspace",
 3181]
 3182
 3183[[package]]
 3184name = "concurrent-queue"
 3185version = "2.5.0"
 3186source = "registry+https://github.com/rust-lang/crates.io-index"
 3187checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3188dependencies = [
 3189 "crossbeam-utils",
 3190]
 3191
 3192[[package]]
 3193name = "console"
 3194version = "0.15.8"
 3195source = "registry+https://github.com/rust-lang/crates.io-index"
 3196checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
 3197dependencies = [
 3198 "encode_unicode",
 3199 "lazy_static",
 3200 "libc",
 3201 "unicode-width",
 3202 "windows-sys 0.52.0",
 3203]
 3204
 3205[[package]]
 3206name = "const-oid"
 3207version = "0.9.6"
 3208source = "registry+https://github.com/rust-lang/crates.io-index"
 3209checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3210
 3211[[package]]
 3212name = "const-random"
 3213version = "0.1.18"
 3214source = "registry+https://github.com/rust-lang/crates.io-index"
 3215checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3216dependencies = [
 3217 "const-random-macro",
 3218]
 3219
 3220[[package]]
 3221name = "const-random-macro"
 3222version = "0.1.16"
 3223source = "registry+https://github.com/rust-lang/crates.io-index"
 3224checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3225dependencies = [
 3226 "getrandom 0.2.15",
 3227 "once_cell",
 3228 "tiny-keccak",
 3229]
 3230
 3231[[package]]
 3232name = "constant_time_eq"
 3233version = "0.1.5"
 3234source = "registry+https://github.com/rust-lang/crates.io-index"
 3235checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3236
 3237[[package]]
 3238name = "constant_time_eq"
 3239version = "0.3.1"
 3240source = "registry+https://github.com/rust-lang/crates.io-index"
 3241checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
 3242
 3243[[package]]
 3244name = "context_server"
 3245version = "0.1.0"
 3246dependencies = [
 3247 "anyhow",
 3248 "assistant_tool",
 3249 "async-trait",
 3250 "collections",
 3251 "command_palette_hooks",
 3252 "context_server_settings",
 3253 "extension",
 3254 "futures 0.3.31",
 3255 "gpui",
 3256 "icons",
 3257 "language_model",
 3258 "log",
 3259 "parking_lot",
 3260 "postage",
 3261 "project",
 3262 "serde",
 3263 "serde_json",
 3264 "settings",
 3265 "smol",
 3266 "url",
 3267 "util",
 3268]
 3269
 3270[[package]]
 3271name = "context_server_settings"
 3272version = "0.1.0"
 3273dependencies = [
 3274 "anyhow",
 3275 "collections",
 3276 "gpui",
 3277 "schemars",
 3278 "serde",
 3279 "serde_json",
 3280 "settings",
 3281]
 3282
 3283[[package]]
 3284name = "convert_case"
 3285version = "0.4.0"
 3286source = "registry+https://github.com/rust-lang/crates.io-index"
 3287checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
 3288
 3289[[package]]
 3290name = "convert_case"
 3291version = "0.8.0"
 3292source = "registry+https://github.com/rust-lang/crates.io-index"
 3293checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3294dependencies = [
 3295 "unicode-segmentation",
 3296]
 3297
 3298[[package]]
 3299name = "copilot"
 3300version = "0.1.0"
 3301dependencies = [
 3302 "anyhow",
 3303 "async-std",
 3304 "chrono",
 3305 "client",
 3306 "clock",
 3307 "collections",
 3308 "command_palette_hooks",
 3309 "ctor",
 3310 "editor",
 3311 "env_logger 0.11.7",
 3312 "fs",
 3313 "futures 0.3.31",
 3314 "gpui",
 3315 "http_client",
 3316 "indoc",
 3317 "inline_completion",
 3318 "language",
 3319 "log",
 3320 "lsp",
 3321 "menu",
 3322 "node_runtime",
 3323 "parking_lot",
 3324 "paths",
 3325 "project",
 3326 "rpc",
 3327 "schemars",
 3328 "serde",
 3329 "serde_json",
 3330 "settings",
 3331 "strum",
 3332 "task",
 3333 "theme",
 3334 "ui",
 3335 "util",
 3336 "workspace",
 3337]
 3338
 3339[[package]]
 3340name = "core-foundation"
 3341version = "0.9.4"
 3342source = "registry+https://github.com/rust-lang/crates.io-index"
 3343checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3344dependencies = [
 3345 "core-foundation-sys",
 3346 "libc",
 3347]
 3348
 3349[[package]]
 3350name = "core-foundation"
 3351version = "0.10.0"
 3352source = "registry+https://github.com/rust-lang/crates.io-index"
 3353checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3354dependencies = [
 3355 "core-foundation-sys",
 3356 "libc",
 3357]
 3358
 3359[[package]]
 3360name = "core-foundation-sys"
 3361version = "0.8.7"
 3362source = "registry+https://github.com/rust-lang/crates.io-index"
 3363checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3364
 3365[[package]]
 3366name = "core-graphics"
 3367version = "0.23.2"
 3368source = "registry+https://github.com/rust-lang/crates.io-index"
 3369checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3370dependencies = [
 3371 "bitflags 1.3.2",
 3372 "core-foundation 0.9.4",
 3373 "core-graphics-types 0.1.3",
 3374 "foreign-types 0.5.0",
 3375 "libc",
 3376]
 3377
 3378[[package]]
 3379name = "core-graphics"
 3380version = "0.24.0"
 3381source = "registry+https://github.com/rust-lang/crates.io-index"
 3382checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3383dependencies = [
 3384 "bitflags 2.9.0",
 3385 "core-foundation 0.10.0",
 3386 "core-graphics-types 0.2.0",
 3387 "foreign-types 0.5.0",
 3388 "libc",
 3389]
 3390
 3391[[package]]
 3392name = "core-graphics-types"
 3393version = "0.1.3"
 3394source = "registry+https://github.com/rust-lang/crates.io-index"
 3395checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3396dependencies = [
 3397 "bitflags 1.3.2",
 3398 "core-foundation 0.9.4",
 3399 "libc",
 3400]
 3401
 3402[[package]]
 3403name = "core-graphics-types"
 3404version = "0.2.0"
 3405source = "registry+https://github.com/rust-lang/crates.io-index"
 3406checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3407dependencies = [
 3408 "bitflags 2.9.0",
 3409 "core-foundation 0.10.0",
 3410 "libc",
 3411]
 3412
 3413[[package]]
 3414name = "core-graphics2"
 3415version = "0.4.1"
 3416source = "registry+https://github.com/rust-lang/crates.io-index"
 3417checksum = "7e4583956b9806b69f73fcb23aee05eb3620efc282972f08f6a6db7504f8334d"
 3418dependencies = [
 3419 "bitflags 2.9.0",
 3420 "block",
 3421 "cfg-if",
 3422 "core-foundation 0.10.0",
 3423 "libc",
 3424]
 3425
 3426[[package]]
 3427name = "core-services"
 3428version = "0.2.1"
 3429source = "registry+https://github.com/rust-lang/crates.io-index"
 3430checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3431dependencies = [
 3432 "core-foundation 0.9.4",
 3433]
 3434
 3435[[package]]
 3436name = "core-text"
 3437version = "21.0.0"
 3438source = "registry+https://github.com/rust-lang/crates.io-index"
 3439checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3440dependencies = [
 3441 "core-foundation 0.10.0",
 3442 "core-graphics 0.24.0",
 3443 "foreign-types 0.5.0",
 3444 "libc",
 3445]
 3446
 3447[[package]]
 3448name = "core-video"
 3449version = "0.4.3"
 3450source = "registry+https://github.com/rust-lang/crates.io-index"
 3451checksum = "d45e71d5be22206bed53c3c3cb99315fc4c3d31b8963808c6bc4538168c4f8ef"
 3452dependencies = [
 3453 "block",
 3454 "core-foundation 0.10.0",
 3455 "core-graphics2",
 3456 "io-surface",
 3457 "libc",
 3458 "metal",
 3459]
 3460
 3461[[package]]
 3462name = "core_maths"
 3463version = "0.1.1"
 3464source = "registry+https://github.com/rust-lang/crates.io-index"
 3465checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3466dependencies = [
 3467 "libm",
 3468]
 3469
 3470[[package]]
 3471name = "coreaudio-rs"
 3472version = "0.11.3"
 3473source = "registry+https://github.com/rust-lang/crates.io-index"
 3474checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
 3475dependencies = [
 3476 "bitflags 1.3.2",
 3477 "core-foundation-sys",
 3478 "coreaudio-sys",
 3479]
 3480
 3481[[package]]
 3482name = "coreaudio-rs"
 3483version = "0.12.1"
 3484source = "registry+https://github.com/rust-lang/crates.io-index"
 3485checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3486dependencies = [
 3487 "bitflags 1.3.2",
 3488 "core-foundation-sys",
 3489 "coreaudio-sys",
 3490]
 3491
 3492[[package]]
 3493name = "coreaudio-sys"
 3494version = "0.2.16"
 3495source = "registry+https://github.com/rust-lang/crates.io-index"
 3496checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
 3497dependencies = [
 3498 "bindgen 0.70.1",
 3499]
 3500
 3501[[package]]
 3502name = "cosmic-text"
 3503version = "0.13.2"
 3504source = "registry+https://github.com/rust-lang/crates.io-index"
 3505checksum = "e418dd4f5128c3e93eab12246391c54a20c496811131f85754dc8152ee207892"
 3506dependencies = [
 3507 "bitflags 2.9.0",
 3508 "fontdb 0.16.2",
 3509 "log",
 3510 "rangemap",
 3511 "rustc-hash 1.1.0",
 3512 "rustybuzz 0.14.1",
 3513 "self_cell",
 3514 "smol_str 0.2.2",
 3515 "swash",
 3516 "sys-locale",
 3517 "ttf-parser 0.21.1",
 3518 "unicode-bidi",
 3519 "unicode-linebreak",
 3520 "unicode-script",
 3521 "unicode-segmentation",
 3522]
 3523
 3524[[package]]
 3525name = "cpal"
 3526version = "0.15.3"
 3527source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
 3528dependencies = [
 3529 "alsa",
 3530 "core-foundation-sys",
 3531 "coreaudio-rs 0.11.3",
 3532 "dasp_sample",
 3533 "jni",
 3534 "js-sys",
 3535 "libc",
 3536 "mach2",
 3537 "ndk",
 3538 "ndk-context",
 3539 "oboe",
 3540 "wasm-bindgen",
 3541 "wasm-bindgen-futures",
 3542 "web-sys",
 3543 "windows 0.54.0",
 3544]
 3545
 3546[[package]]
 3547name = "cpp_demangle"
 3548version = "0.4.4"
 3549source = "registry+https://github.com/rust-lang/crates.io-index"
 3550checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
 3551dependencies = [
 3552 "cfg-if",
 3553]
 3554
 3555[[package]]
 3556name = "cpufeatures"
 3557version = "0.2.16"
 3558source = "registry+https://github.com/rust-lang/crates.io-index"
 3559checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
 3560dependencies = [
 3561 "libc",
 3562]
 3563
 3564[[package]]
 3565name = "cranelift-bforest"
 3566version = "0.116.1"
 3567source = "registry+https://github.com/rust-lang/crates.io-index"
 3568checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
 3569dependencies = [
 3570 "cranelift-entity",
 3571]
 3572
 3573[[package]]
 3574name = "cranelift-bitset"
 3575version = "0.116.1"
 3576source = "registry+https://github.com/rust-lang/crates.io-index"
 3577checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
 3578dependencies = [
 3579 "serde",
 3580 "serde_derive",
 3581]
 3582
 3583[[package]]
 3584name = "cranelift-codegen"
 3585version = "0.116.1"
 3586source = "registry+https://github.com/rust-lang/crates.io-index"
 3587checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
 3588dependencies = [
 3589 "bumpalo",
 3590 "cranelift-bforest",
 3591 "cranelift-bitset",
 3592 "cranelift-codegen-meta",
 3593 "cranelift-codegen-shared",
 3594 "cranelift-control",
 3595 "cranelift-entity",
 3596 "cranelift-isle",
 3597 "gimli",
 3598 "hashbrown 0.14.5",
 3599 "log",
 3600 "regalloc2",
 3601 "rustc-hash 2.1.1",
 3602 "serde",
 3603 "smallvec",
 3604 "target-lexicon 0.13.2",
 3605]
 3606
 3607[[package]]
 3608name = "cranelift-codegen-meta"
 3609version = "0.116.1"
 3610source = "registry+https://github.com/rust-lang/crates.io-index"
 3611checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
 3612dependencies = [
 3613 "cranelift-codegen-shared",
 3614]
 3615
 3616[[package]]
 3617name = "cranelift-codegen-shared"
 3618version = "0.116.1"
 3619source = "registry+https://github.com/rust-lang/crates.io-index"
 3620checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
 3621
 3622[[package]]
 3623name = "cranelift-control"
 3624version = "0.116.1"
 3625source = "registry+https://github.com/rust-lang/crates.io-index"
 3626checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
 3627dependencies = [
 3628 "arbitrary",
 3629]
 3630
 3631[[package]]
 3632name = "cranelift-entity"
 3633version = "0.116.1"
 3634source = "registry+https://github.com/rust-lang/crates.io-index"
 3635checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
 3636dependencies = [
 3637 "cranelift-bitset",
 3638 "serde",
 3639 "serde_derive",
 3640]
 3641
 3642[[package]]
 3643name = "cranelift-frontend"
 3644version = "0.116.1"
 3645source = "registry+https://github.com/rust-lang/crates.io-index"
 3646checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
 3647dependencies = [
 3648 "cranelift-codegen",
 3649 "log",
 3650 "smallvec",
 3651 "target-lexicon 0.13.2",
 3652]
 3653
 3654[[package]]
 3655name = "cranelift-isle"
 3656version = "0.116.1"
 3657source = "registry+https://github.com/rust-lang/crates.io-index"
 3658checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
 3659
 3660[[package]]
 3661name = "cranelift-native"
 3662version = "0.116.1"
 3663source = "registry+https://github.com/rust-lang/crates.io-index"
 3664checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
 3665dependencies = [
 3666 "cranelift-codegen",
 3667 "libc",
 3668 "target-lexicon 0.13.2",
 3669]
 3670
 3671[[package]]
 3672name = "crc"
 3673version = "3.2.1"
 3674source = "registry+https://github.com/rust-lang/crates.io-index"
 3675checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
 3676dependencies = [
 3677 "crc-catalog",
 3678]
 3679
 3680[[package]]
 3681name = "crc-catalog"
 3682version = "2.4.0"
 3683source = "registry+https://github.com/rust-lang/crates.io-index"
 3684checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 3685
 3686[[package]]
 3687name = "crc32c"
 3688version = "0.6.8"
 3689source = "registry+https://github.com/rust-lang/crates.io-index"
 3690checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
 3691dependencies = [
 3692 "rustc_version",
 3693]
 3694
 3695[[package]]
 3696name = "crc32fast"
 3697version = "1.4.2"
 3698source = "registry+https://github.com/rust-lang/crates.io-index"
 3699checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
 3700dependencies = [
 3701 "cfg-if",
 3702]
 3703
 3704[[package]]
 3705name = "crc64fast-nvme"
 3706version = "1.1.1"
 3707source = "registry+https://github.com/rust-lang/crates.io-index"
 3708checksum = "d5e2ee08013e3f228d6d2394116c4549a6df77708442c62d887d83f68ef2ee37"
 3709dependencies = [
 3710 "cbindgen 0.27.0",
 3711 "crc",
 3712]
 3713
 3714[[package]]
 3715name = "credentials_provider"
 3716version = "0.1.0"
 3717dependencies = [
 3718 "anyhow",
 3719 "futures 0.3.31",
 3720 "gpui",
 3721 "paths",
 3722 "release_channel",
 3723 "serde",
 3724 "serde_json",
 3725]
 3726
 3727[[package]]
 3728name = "criterion"
 3729version = "0.5.1"
 3730source = "registry+https://github.com/rust-lang/crates.io-index"
 3731checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 3732dependencies = [
 3733 "anes",
 3734 "cast",
 3735 "ciborium",
 3736 "clap",
 3737 "criterion-plot",
 3738 "is-terminal",
 3739 "itertools 0.10.5",
 3740 "num-traits",
 3741 "once_cell",
 3742 "oorandom",
 3743 "plotters",
 3744 "rayon",
 3745 "regex",
 3746 "serde",
 3747 "serde_derive",
 3748 "serde_json",
 3749 "tinytemplate",
 3750 "walkdir",
 3751]
 3752
 3753[[package]]
 3754name = "criterion-plot"
 3755version = "0.5.0"
 3756source = "registry+https://github.com/rust-lang/crates.io-index"
 3757checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 3758dependencies = [
 3759 "cast",
 3760 "itertools 0.10.5",
 3761]
 3762
 3763[[package]]
 3764name = "crossbeam-channel"
 3765version = "0.5.13"
 3766source = "registry+https://github.com/rust-lang/crates.io-index"
 3767checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
 3768dependencies = [
 3769 "crossbeam-utils",
 3770]
 3771
 3772[[package]]
 3773name = "crossbeam-deque"
 3774version = "0.8.5"
 3775source = "registry+https://github.com/rust-lang/crates.io-index"
 3776checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
 3777dependencies = [
 3778 "crossbeam-epoch",
 3779 "crossbeam-utils",
 3780]
 3781
 3782[[package]]
 3783name = "crossbeam-epoch"
 3784version = "0.9.18"
 3785source = "registry+https://github.com/rust-lang/crates.io-index"
 3786checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 3787dependencies = [
 3788 "crossbeam-utils",
 3789]
 3790
 3791[[package]]
 3792name = "crossbeam-queue"
 3793version = "0.3.11"
 3794source = "registry+https://github.com/rust-lang/crates.io-index"
 3795checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
 3796dependencies = [
 3797 "crossbeam-utils",
 3798]
 3799
 3800[[package]]
 3801name = "crossbeam-utils"
 3802version = "0.8.20"
 3803source = "registry+https://github.com/rust-lang/crates.io-index"
 3804checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
 3805
 3806[[package]]
 3807name = "crunchy"
 3808version = "0.2.2"
 3809source = "registry+https://github.com/rust-lang/crates.io-index"
 3810checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
 3811
 3812[[package]]
 3813name = "crypto-bigint"
 3814version = "0.4.9"
 3815source = "registry+https://github.com/rust-lang/crates.io-index"
 3816checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 3817dependencies = [
 3818 "generic-array",
 3819 "rand_core 0.6.4",
 3820 "subtle",
 3821 "zeroize",
 3822]
 3823
 3824[[package]]
 3825name = "crypto-bigint"
 3826version = "0.5.5"
 3827source = "registry+https://github.com/rust-lang/crates.io-index"
 3828checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 3829dependencies = [
 3830 "rand_core 0.6.4",
 3831 "subtle",
 3832]
 3833
 3834[[package]]
 3835name = "crypto-common"
 3836version = "0.1.6"
 3837source = "registry+https://github.com/rust-lang/crates.io-index"
 3838checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 3839dependencies = [
 3840 "generic-array",
 3841 "rand_core 0.6.4",
 3842 "typenum",
 3843]
 3844
 3845[[package]]
 3846name = "ctor"
 3847version = "0.4.1"
 3848source = "registry+https://github.com/rust-lang/crates.io-index"
 3849checksum = "07e9666f4a9a948d4f1dff0c08a4512b0f7c86414b23960104c243c10d79f4c3"
 3850dependencies = [
 3851 "ctor-proc-macro",
 3852 "dtor",
 3853]
 3854
 3855[[package]]
 3856name = "ctor-proc-macro"
 3857version = "0.0.5"
 3858source = "registry+https://github.com/rust-lang/crates.io-index"
 3859checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
 3860
 3861[[package]]
 3862name = "ctrlc"
 3863version = "3.4.5"
 3864source = "registry+https://github.com/rust-lang/crates.io-index"
 3865checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
 3866dependencies = [
 3867 "nix",
 3868 "windows-sys 0.59.0",
 3869]
 3870
 3871[[package]]
 3872name = "cursor-icon"
 3873version = "1.1.0"
 3874source = "registry+https://github.com/rust-lang/crates.io-index"
 3875checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
 3876
 3877[[package]]
 3878name = "cxx"
 3879version = "1.0.134"
 3880source = "registry+https://github.com/rust-lang/crates.io-index"
 3881checksum = "a5a32d755fe20281b46118ee4b507233311fb7a48a0cfd42f554b93640521a2f"
 3882dependencies = [
 3883 "cc",
 3884 "cxxbridge-cmd",
 3885 "cxxbridge-flags",
 3886 "cxxbridge-macro",
 3887 "foldhash",
 3888 "link-cplusplus",
 3889]
 3890
 3891[[package]]
 3892name = "cxx-build"
 3893version = "1.0.134"
 3894source = "registry+https://github.com/rust-lang/crates.io-index"
 3895checksum = "11645536ada5d1c8804312cbffc9ab950f2216154de431de930da47ca6955199"
 3896dependencies = [
 3897 "cc",
 3898 "codespan-reporting",
 3899 "proc-macro2",
 3900 "quote",
 3901 "scratch",
 3902 "syn 2.0.100",
 3903]
 3904
 3905[[package]]
 3906name = "cxxbridge-cmd"
 3907version = "1.0.134"
 3908source = "registry+https://github.com/rust-lang/crates.io-index"
 3909checksum = "ebcc9c78e3c7289665aab921a2b394eaffe8bdb369aa18d81ffc0f534fd49385"
 3910dependencies = [
 3911 "clap",
 3912 "codespan-reporting",
 3913 "proc-macro2",
 3914 "quote",
 3915 "syn 2.0.100",
 3916]
 3917
 3918[[package]]
 3919name = "cxxbridge-flags"
 3920version = "1.0.134"
 3921source = "registry+https://github.com/rust-lang/crates.io-index"
 3922checksum = "3a22a87bd9e78d7204d793261470a4c9d585154fddd251828d8aefbb5f74c3bf"
 3923
 3924[[package]]
 3925name = "cxxbridge-macro"
 3926version = "1.0.134"
 3927source = "registry+https://github.com/rust-lang/crates.io-index"
 3928checksum = "1dfdb020ff8787c5daf6e0dca743005cc8782868faeadfbabb8824ede5cb1c72"
 3929dependencies = [
 3930 "proc-macro2",
 3931 "quote",
 3932 "rustversion",
 3933 "syn 2.0.100",
 3934]
 3935
 3936[[package]]
 3937name = "dap"
 3938version = "0.1.0"
 3939dependencies = [
 3940 "anyhow",
 3941 "async-compression",
 3942 "async-pipe",
 3943 "async-tar",
 3944 "async-trait",
 3945 "client",
 3946 "collections",
 3947 "dap-types",
 3948 "env_logger 0.11.7",
 3949 "fs",
 3950 "futures 0.3.31",
 3951 "gpui",
 3952 "http_client",
 3953 "language",
 3954 "log",
 3955 "node_runtime",
 3956 "parking_lot",
 3957 "paths",
 3958 "regex",
 3959 "schemars",
 3960 "serde",
 3961 "serde_json",
 3962 "settings",
 3963 "smallvec",
 3964 "smol",
 3965 "task",
 3966 "util",
 3967]
 3968
 3969[[package]]
 3970name = "dap-types"
 3971version = "0.0.1"
 3972source = "git+https://github.com/zed-industries/dap-types?rev=bfd4af0#bfd4af084bbaa5f344e6925370d7642e41d0b5b8"
 3973dependencies = [
 3974 "schemars",
 3975 "serde",
 3976 "serde_json",
 3977]
 3978
 3979[[package]]
 3980name = "dap_adapters"
 3981version = "0.1.0"
 3982dependencies = [
 3983 "anyhow",
 3984 "async-trait",
 3985 "dap",
 3986 "gpui",
 3987 "language",
 3988 "paths",
 3989 "regex",
 3990 "serde",
 3991 "serde_json",
 3992 "task",
 3993 "util",
 3994]
 3995
 3996[[package]]
 3997name = "dashmap"
 3998version = "5.5.3"
 3999source = "registry+https://github.com/rust-lang/crates.io-index"
 4000checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
 4001dependencies = [
 4002 "cfg-if",
 4003 "hashbrown 0.14.5",
 4004 "lock_api",
 4005 "once_cell",
 4006 "parking_lot_core",
 4007]
 4008
 4009[[package]]
 4010name = "dashmap"
 4011version = "6.1.0"
 4012source = "registry+https://github.com/rust-lang/crates.io-index"
 4013checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 4014dependencies = [
 4015 "cfg-if",
 4016 "crossbeam-utils",
 4017 "hashbrown 0.14.5",
 4018 "lock_api",
 4019 "once_cell",
 4020 "parking_lot_core",
 4021]
 4022
 4023[[package]]
 4024name = "dasp_sample"
 4025version = "0.11.0"
 4026source = "registry+https://github.com/rust-lang/crates.io-index"
 4027checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4028
 4029[[package]]
 4030name = "data-encoding"
 4031version = "2.6.0"
 4032source = "registry+https://github.com/rust-lang/crates.io-index"
 4033checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
 4034
 4035[[package]]
 4036name = "data-url"
 4037version = "0.3.1"
 4038source = "registry+https://github.com/rust-lang/crates.io-index"
 4039checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
 4040
 4041[[package]]
 4042name = "db"
 4043version = "0.1.0"
 4044dependencies = [
 4045 "anyhow",
 4046 "gpui",
 4047 "indoc",
 4048 "log",
 4049 "paths",
 4050 "release_channel",
 4051 "smol",
 4052 "sqlez",
 4053 "sqlez_macros",
 4054 "tempfile",
 4055 "util",
 4056]
 4057
 4058[[package]]
 4059name = "dbus"
 4060version = "0.9.7"
 4061source = "registry+https://github.com/rust-lang/crates.io-index"
 4062checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
 4063dependencies = [
 4064 "libc",
 4065 "libdbus-sys",
 4066 "winapi",
 4067]
 4068
 4069[[package]]
 4070name = "debugger_tools"
 4071version = "0.1.0"
 4072dependencies = [
 4073 "anyhow",
 4074 "dap",
 4075 "editor",
 4076 "futures 0.3.31",
 4077 "gpui",
 4078 "project",
 4079 "serde_json",
 4080 "settings",
 4081 "smol",
 4082 "util",
 4083 "workspace",
 4084]
 4085
 4086[[package]]
 4087name = "debugger_ui"
 4088version = "0.1.0"
 4089dependencies = [
 4090 "anyhow",
 4091 "client",
 4092 "collections",
 4093 "command_palette_hooks",
 4094 "dap",
 4095 "editor",
 4096 "env_logger 0.11.7",
 4097 "feature_flags",
 4098 "futures 0.3.31",
 4099 "fuzzy",
 4100 "gpui",
 4101 "language",
 4102 "log",
 4103 "menu",
 4104 "picker",
 4105 "pretty_assertions",
 4106 "project",
 4107 "rpc",
 4108 "serde",
 4109 "serde_json",
 4110 "settings",
 4111 "sysinfo",
 4112 "task",
 4113 "terminal_view",
 4114 "theme",
 4115 "ui",
 4116 "unindent",
 4117 "util",
 4118 "workspace",
 4119]
 4120
 4121[[package]]
 4122name = "deepseek"
 4123version = "0.1.0"
 4124dependencies = [
 4125 "anyhow",
 4126 "futures 0.3.31",
 4127 "http_client",
 4128 "schemars",
 4129 "serde",
 4130 "serde_json",
 4131]
 4132
 4133[[package]]
 4134name = "deflate64"
 4135version = "0.1.9"
 4136source = "registry+https://github.com/rust-lang/crates.io-index"
 4137checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
 4138
 4139[[package]]
 4140name = "der"
 4141version = "0.6.1"
 4142source = "registry+https://github.com/rust-lang/crates.io-index"
 4143checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4144dependencies = [
 4145 "const-oid",
 4146 "zeroize",
 4147]
 4148
 4149[[package]]
 4150name = "der"
 4151version = "0.7.9"
 4152source = "registry+https://github.com/rust-lang/crates.io-index"
 4153checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
 4154dependencies = [
 4155 "const-oid",
 4156 "pem-rfc7468",
 4157 "zeroize",
 4158]
 4159
 4160[[package]]
 4161name = "deranged"
 4162version = "0.4.0"
 4163source = "registry+https://github.com/rust-lang/crates.io-index"
 4164checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
 4165dependencies = [
 4166 "powerfmt",
 4167 "serde",
 4168]
 4169
 4170[[package]]
 4171name = "derive_more"
 4172version = "0.99.19"
 4173source = "registry+https://github.com/rust-lang/crates.io-index"
 4174checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
 4175dependencies = [
 4176 "convert_case 0.4.0",
 4177 "proc-macro2",
 4178 "quote",
 4179 "rustc_version",
 4180 "syn 2.0.100",
 4181]
 4182
 4183[[package]]
 4184name = "derive_refineable"
 4185version = "0.1.0"
 4186dependencies = [
 4187 "proc-macro2",
 4188 "quote",
 4189 "syn 1.0.109",
 4190]
 4191
 4192[[package]]
 4193name = "diagnostics"
 4194version = "0.1.0"
 4195dependencies = [
 4196 "anyhow",
 4197 "client",
 4198 "collections",
 4199 "ctor",
 4200 "editor",
 4201 "env_logger 0.11.7",
 4202 "gpui",
 4203 "language",
 4204 "log",
 4205 "lsp",
 4206 "pretty_assertions",
 4207 "project",
 4208 "rand 0.8.5",
 4209 "serde",
 4210 "serde_json",
 4211 "settings",
 4212 "theme",
 4213 "ui",
 4214 "unindent",
 4215 "util",
 4216 "workspace",
 4217]
 4218
 4219[[package]]
 4220name = "dialoguer"
 4221version = "0.11.0"
 4222source = "registry+https://github.com/rust-lang/crates.io-index"
 4223checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4224dependencies = [
 4225 "console",
 4226 "fuzzy-matcher",
 4227 "shell-words",
 4228 "tempfile",
 4229 "thiserror 1.0.69",
 4230 "zeroize",
 4231]
 4232
 4233[[package]]
 4234name = "diff"
 4235version = "0.1.13"
 4236source = "registry+https://github.com/rust-lang/crates.io-index"
 4237checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4238
 4239[[package]]
 4240name = "digest"
 4241version = "0.10.7"
 4242source = "registry+https://github.com/rust-lang/crates.io-index"
 4243checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4244dependencies = [
 4245 "block-buffer",
 4246 "const-oid",
 4247 "crypto-common",
 4248 "subtle",
 4249]
 4250
 4251[[package]]
 4252name = "dirs"
 4253version = "4.0.0"
 4254source = "registry+https://github.com/rust-lang/crates.io-index"
 4255checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4256dependencies = [
 4257 "dirs-sys 0.3.7",
 4258]
 4259
 4260[[package]]
 4261name = "dirs"
 4262version = "5.0.1"
 4263source = "registry+https://github.com/rust-lang/crates.io-index"
 4264checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4265dependencies = [
 4266 "dirs-sys 0.4.1",
 4267]
 4268
 4269[[package]]
 4270name = "dirs-sys"
 4271version = "0.3.7"
 4272source = "registry+https://github.com/rust-lang/crates.io-index"
 4273checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4274dependencies = [
 4275 "libc",
 4276 "redox_users",
 4277 "winapi",
 4278]
 4279
 4280[[package]]
 4281name = "dirs-sys"
 4282version = "0.4.1"
 4283source = "registry+https://github.com/rust-lang/crates.io-index"
 4284checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4285dependencies = [
 4286 "libc",
 4287 "option-ext",
 4288 "redox_users",
 4289 "windows-sys 0.48.0",
 4290]
 4291
 4292[[package]]
 4293name = "displaydoc"
 4294version = "0.2.5"
 4295source = "registry+https://github.com/rust-lang/crates.io-index"
 4296checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4297dependencies = [
 4298 "proc-macro2",
 4299 "quote",
 4300 "syn 2.0.100",
 4301]
 4302
 4303[[package]]
 4304name = "dlib"
 4305version = "0.5.2"
 4306source = "registry+https://github.com/rust-lang/crates.io-index"
 4307checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4308dependencies = [
 4309 "libloading",
 4310]
 4311
 4312[[package]]
 4313name = "docs_preprocessor"
 4314version = "0.1.0"
 4315dependencies = [
 4316 "anyhow",
 4317 "clap",
 4318 "mdbook",
 4319 "regex",
 4320 "serde",
 4321 "serde_json",
 4322 "settings",
 4323 "util",
 4324]
 4325
 4326[[package]]
 4327name = "dotenvy"
 4328version = "0.15.7"
 4329source = "registry+https://github.com/rust-lang/crates.io-index"
 4330checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 4331
 4332[[package]]
 4333name = "downcast-rs"
 4334version = "1.2.1"
 4335source = "registry+https://github.com/rust-lang/crates.io-index"
 4336checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 4337
 4338[[package]]
 4339name = "doxygen-rs"
 4340version = "0.4.2"
 4341source = "registry+https://github.com/rust-lang/crates.io-index"
 4342checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 4343dependencies = [
 4344 "phf",
 4345]
 4346
 4347[[package]]
 4348name = "dtor"
 4349version = "0.0.5"
 4350source = "registry+https://github.com/rust-lang/crates.io-index"
 4351checksum = "222ef136a1c687d4aa0395c175f2c4586e379924c352fd02f7870cf7de783c23"
 4352dependencies = [
 4353 "dtor-proc-macro",
 4354]
 4355
 4356[[package]]
 4357name = "dtor-proc-macro"
 4358version = "0.0.5"
 4359source = "registry+https://github.com/rust-lang/crates.io-index"
 4360checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 4361
 4362[[package]]
 4363name = "dunce"
 4364version = "1.0.5"
 4365source = "registry+https://github.com/rust-lang/crates.io-index"
 4366checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 4367
 4368[[package]]
 4369name = "dwrote"
 4370version = "0.11.2"
 4371source = "registry+https://github.com/rust-lang/crates.io-index"
 4372checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
 4373dependencies = [
 4374 "lazy_static",
 4375 "libc",
 4376 "winapi",
 4377 "wio",
 4378]
 4379
 4380[[package]]
 4381name = "dyn-clone"
 4382version = "1.0.17"
 4383source = "registry+https://github.com/rust-lang/crates.io-index"
 4384checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
 4385
 4386[[package]]
 4387name = "ec4rs"
 4388version = "1.1.1"
 4389source = "registry+https://github.com/rust-lang/crates.io-index"
 4390checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
 4391
 4392[[package]]
 4393name = "ecdsa"
 4394version = "0.14.8"
 4395source = "registry+https://github.com/rust-lang/crates.io-index"
 4396checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 4397dependencies = [
 4398 "der 0.6.1",
 4399 "elliptic-curve",
 4400 "rfc6979",
 4401 "signature 1.6.4",
 4402]
 4403
 4404[[package]]
 4405name = "editor"
 4406version = "0.1.0"
 4407dependencies = [
 4408 "aho-corasick",
 4409 "anyhow",
 4410 "assets",
 4411 "buffer_diff",
 4412 "client",
 4413 "clock",
 4414 "collections",
 4415 "convert_case 0.8.0",
 4416 "ctor",
 4417 "db",
 4418 "emojis",
 4419 "env_logger 0.11.7",
 4420 "feature_flags",
 4421 "file_icons",
 4422 "fs",
 4423 "futures 0.3.31",
 4424 "fuzzy",
 4425 "git",
 4426 "gpui",
 4427 "http_client",
 4428 "indoc",
 4429 "inline_completion",
 4430 "itertools 0.14.0",
 4431 "language",
 4432 "languages",
 4433 "linkify",
 4434 "log",
 4435 "lsp",
 4436 "markdown",
 4437 "menu",
 4438 "multi_buffer",
 4439 "ordered-float 2.10.1",
 4440 "parking_lot",
 4441 "pretty_assertions",
 4442 "project",
 4443 "rand 0.8.5",
 4444 "release_channel",
 4445 "rpc",
 4446 "schemars",
 4447 "serde",
 4448 "serde_json",
 4449 "settings",
 4450 "smallvec",
 4451 "smol",
 4452 "snippet",
 4453 "sum_tree",
 4454 "task",
 4455 "telemetry",
 4456 "tempfile",
 4457 "text",
 4458 "theme",
 4459 "time",
 4460 "tree-sitter-html",
 4461 "tree-sitter-rust",
 4462 "tree-sitter-typescript",
 4463 "ui",
 4464 "unicode-script",
 4465 "unicode-segmentation",
 4466 "unindent",
 4467 "url",
 4468 "util",
 4469 "uuid",
 4470 "workspace",
 4471 "zed_actions",
 4472]
 4473
 4474[[package]]
 4475name = "either"
 4476version = "1.13.0"
 4477source = "registry+https://github.com/rust-lang/crates.io-index"
 4478checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
 4479dependencies = [
 4480 "serde",
 4481]
 4482
 4483[[package]]
 4484name = "elasticlunr-rs"
 4485version = "3.0.2"
 4486source = "registry+https://github.com/rust-lang/crates.io-index"
 4487checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 4488dependencies = [
 4489 "regex",
 4490 "serde",
 4491 "serde_derive",
 4492 "serde_json",
 4493]
 4494
 4495[[package]]
 4496name = "elliptic-curve"
 4497version = "0.12.3"
 4498source = "registry+https://github.com/rust-lang/crates.io-index"
 4499checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 4500dependencies = [
 4501 "base16ct",
 4502 "crypto-bigint 0.4.9",
 4503 "der 0.6.1",
 4504 "digest",
 4505 "ff",
 4506 "generic-array",
 4507 "group",
 4508 "pkcs8 0.9.0",
 4509 "rand_core 0.6.4",
 4510 "sec1",
 4511 "subtle",
 4512 "zeroize",
 4513]
 4514
 4515[[package]]
 4516name = "embed-resource"
 4517version = "3.0.2"
 4518source = "registry+https://github.com/rust-lang/crates.io-index"
 4519checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
 4520dependencies = [
 4521 "cc",
 4522 "memchr",
 4523 "rustc_version",
 4524 "toml 0.8.20",
 4525 "vswhom",
 4526 "winreg 0.52.0",
 4527]
 4528
 4529[[package]]
 4530name = "embedded-io"
 4531version = "0.4.0"
 4532source = "registry+https://github.com/rust-lang/crates.io-index"
 4533checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 4534
 4535[[package]]
 4536name = "embedded-io"
 4537version = "0.6.1"
 4538source = "registry+https://github.com/rust-lang/crates.io-index"
 4539checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 4540
 4541[[package]]
 4542name = "emojis"
 4543version = "0.6.4"
 4544source = "registry+https://github.com/rust-lang/crates.io-index"
 4545checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 4546dependencies = [
 4547 "phf",
 4548]
 4549
 4550[[package]]
 4551name = "encode_unicode"
 4552version = "0.3.6"
 4553source = "registry+https://github.com/rust-lang/crates.io-index"
 4554checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
 4555
 4556[[package]]
 4557name = "encoding_rs"
 4558version = "0.8.35"
 4559source = "registry+https://github.com/rust-lang/crates.io-index"
 4560checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 4561dependencies = [
 4562 "cfg-if",
 4563]
 4564
 4565[[package]]
 4566name = "endi"
 4567version = "1.1.0"
 4568source = "registry+https://github.com/rust-lang/crates.io-index"
 4569checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 4570
 4571[[package]]
 4572name = "enumflags2"
 4573version = "0.7.10"
 4574source = "registry+https://github.com/rust-lang/crates.io-index"
 4575checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
 4576dependencies = [
 4577 "enumflags2_derive",
 4578 "serde",
 4579]
 4580
 4581[[package]]
 4582name = "enumflags2_derive"
 4583version = "0.7.10"
 4584source = "registry+https://github.com/rust-lang/crates.io-index"
 4585checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
 4586dependencies = [
 4587 "proc-macro2",
 4588 "quote",
 4589 "syn 2.0.100",
 4590]
 4591
 4592[[package]]
 4593name = "env_filter"
 4594version = "0.1.2"
 4595source = "registry+https://github.com/rust-lang/crates.io-index"
 4596checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
 4597dependencies = [
 4598 "log",
 4599 "regex",
 4600]
 4601
 4602[[package]]
 4603name = "env_logger"
 4604version = "0.10.2"
 4605source = "registry+https://github.com/rust-lang/crates.io-index"
 4606checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 4607dependencies = [
 4608 "humantime",
 4609 "is-terminal",
 4610 "log",
 4611 "regex",
 4612 "termcolor",
 4613]
 4614
 4615[[package]]
 4616name = "env_logger"
 4617version = "0.11.7"
 4618source = "registry+https://github.com/rust-lang/crates.io-index"
 4619checksum = "c3716d7a920fb4fac5d84e9d4bce8ceb321e9414b4409da61b07b75c1e3d0697"
 4620dependencies = [
 4621 "anstream",
 4622 "anstyle",
 4623 "env_filter",
 4624 "jiff",
 4625 "log",
 4626]
 4627
 4628[[package]]
 4629name = "envy"
 4630version = "0.4.2"
 4631source = "registry+https://github.com/rust-lang/crates.io-index"
 4632checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 4633dependencies = [
 4634 "serde",
 4635]
 4636
 4637[[package]]
 4638name = "equivalent"
 4639version = "1.0.1"
 4640source = "registry+https://github.com/rust-lang/crates.io-index"
 4641checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
 4642
 4643[[package]]
 4644name = "erased-serde"
 4645version = "0.4.5"
 4646source = "registry+https://github.com/rust-lang/crates.io-index"
 4647checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
 4648dependencies = [
 4649 "serde",
 4650 "typeid",
 4651]
 4652
 4653[[package]]
 4654name = "errno"
 4655version = "0.2.8"
 4656source = "registry+https://github.com/rust-lang/crates.io-index"
 4657checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 4658dependencies = [
 4659 "errno-dragonfly",
 4660 "libc",
 4661 "winapi",
 4662]
 4663
 4664[[package]]
 4665name = "errno"
 4666version = "0.3.10"
 4667source = "registry+https://github.com/rust-lang/crates.io-index"
 4668checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
 4669dependencies = [
 4670 "libc",
 4671 "windows-sys 0.59.0",
 4672]
 4673
 4674[[package]]
 4675name = "errno-dragonfly"
 4676version = "0.1.2"
 4677source = "registry+https://github.com/rust-lang/crates.io-index"
 4678checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 4679dependencies = [
 4680 "cc",
 4681 "libc",
 4682]
 4683
 4684[[package]]
 4685name = "etagere"
 4686version = "0.2.15"
 4687source = "registry+https://github.com/rust-lang/crates.io-index"
 4688checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 4689dependencies = [
 4690 "euclid",
 4691 "svg_fmt",
 4692]
 4693
 4694[[package]]
 4695name = "etcetera"
 4696version = "0.8.0"
 4697source = "registry+https://github.com/rust-lang/crates.io-index"
 4698checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 4699dependencies = [
 4700 "cfg-if",
 4701 "home",
 4702 "windows-sys 0.48.0",
 4703]
 4704
 4705[[package]]
 4706name = "euclid"
 4707version = "0.22.11"
 4708source = "registry+https://github.com/rust-lang/crates.io-index"
 4709checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 4710dependencies = [
 4711 "num-traits",
 4712]
 4713
 4714[[package]]
 4715name = "evals"
 4716version = "0.1.0"
 4717dependencies = [
 4718 "anyhow",
 4719 "clap",
 4720 "client",
 4721 "clock",
 4722 "collections",
 4723 "dap",
 4724 "env_logger 0.11.7",
 4725 "feature_flags",
 4726 "fs",
 4727 "gpui",
 4728 "http_client",
 4729 "language",
 4730 "languages",
 4731 "node_runtime",
 4732 "open_ai",
 4733 "project",
 4734 "reqwest_client",
 4735 "semantic_index",
 4736 "serde",
 4737 "serde_json",
 4738 "settings",
 4739 "smol",
 4740 "util",
 4741]
 4742
 4743[[package]]
 4744name = "event-listener"
 4745version = "2.5.3"
 4746source = "registry+https://github.com/rust-lang/crates.io-index"
 4747checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 4748
 4749[[package]]
 4750name = "event-listener"
 4751version = "5.3.1"
 4752source = "registry+https://github.com/rust-lang/crates.io-index"
 4753checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
 4754dependencies = [
 4755 "concurrent-queue",
 4756 "parking",
 4757 "pin-project-lite",
 4758]
 4759
 4760[[package]]
 4761name = "event-listener-strategy"
 4762version = "0.5.3"
 4763source = "registry+https://github.com/rust-lang/crates.io-index"
 4764checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
 4765dependencies = [
 4766 "event-listener 5.3.1",
 4767 "pin-project-lite",
 4768]
 4769
 4770[[package]]
 4771name = "exec"
 4772version = "0.3.1"
 4773source = "registry+https://github.com/rust-lang/crates.io-index"
 4774checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 4775dependencies = [
 4776 "errno 0.2.8",
 4777 "libc",
 4778]
 4779
 4780[[package]]
 4781name = "exr"
 4782version = "1.73.0"
 4783source = "registry+https://github.com/rust-lang/crates.io-index"
 4784checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 4785dependencies = [
 4786 "bit_field",
 4787 "half",
 4788 "lebe",
 4789 "miniz_oxide",
 4790 "rayon-core",
 4791 "smallvec",
 4792 "zune-inflate",
 4793]
 4794
 4795[[package]]
 4796name = "extension"
 4797version = "0.1.0"
 4798dependencies = [
 4799 "anyhow",
 4800 "async-compression",
 4801 "async-tar",
 4802 "async-trait",
 4803 "collections",
 4804 "convert_case 0.8.0",
 4805 "fs",
 4806 "futures 0.3.31",
 4807 "gpui",
 4808 "http_client",
 4809 "language",
 4810 "log",
 4811 "lsp",
 4812 "parking_lot",
 4813 "semantic_version",
 4814 "serde",
 4815 "serde_json",
 4816 "toml 0.8.20",
 4817 "util",
 4818 "wasm-encoder 0.221.3",
 4819 "wasmparser 0.221.3",
 4820 "wit-component 0.221.3",
 4821]
 4822
 4823[[package]]
 4824name = "extension_cli"
 4825version = "0.1.0"
 4826dependencies = [
 4827 "anyhow",
 4828 "clap",
 4829 "env_logger 0.11.7",
 4830 "extension",
 4831 "fs",
 4832 "gpui",
 4833 "language",
 4834 "log",
 4835 "reqwest_client",
 4836 "rpc",
 4837 "serde",
 4838 "serde_json",
 4839 "theme",
 4840 "tokio",
 4841 "toml 0.8.20",
 4842 "tree-sitter",
 4843 "wasmtime",
 4844]
 4845
 4846[[package]]
 4847name = "extension_host"
 4848version = "0.1.0"
 4849dependencies = [
 4850 "anyhow",
 4851 "async-compression",
 4852 "async-tar",
 4853 "async-trait",
 4854 "client",
 4855 "collections",
 4856 "context_server_settings",
 4857 "ctor",
 4858 "env_logger 0.11.7",
 4859 "extension",
 4860 "fs",
 4861 "futures 0.3.31",
 4862 "gpui",
 4863 "http_client",
 4864 "language",
 4865 "language_extension",
 4866 "log",
 4867 "lsp",
 4868 "node_runtime",
 4869 "parking_lot",
 4870 "paths",
 4871 "project",
 4872 "release_channel",
 4873 "remote",
 4874 "reqwest_client",
 4875 "schemars",
 4876 "semantic_version",
 4877 "serde",
 4878 "serde_json",
 4879 "serde_json_lenient",
 4880 "settings",
 4881 "task",
 4882 "telemetry",
 4883 "tempfile",
 4884 "theme",
 4885 "theme_extension",
 4886 "toml 0.8.20",
 4887 "url",
 4888 "util",
 4889 "wasmparser 0.221.3",
 4890 "wasmtime",
 4891 "wasmtime-wasi",
 4892]
 4893
 4894[[package]]
 4895name = "extensions_ui"
 4896version = "0.1.0"
 4897dependencies = [
 4898 "anyhow",
 4899 "client",
 4900 "collections",
 4901 "db",
 4902 "editor",
 4903 "extension_host",
 4904 "fs",
 4905 "fuzzy",
 4906 "gpui",
 4907 "language",
 4908 "num-format",
 4909 "picker",
 4910 "project",
 4911 "release_channel",
 4912 "semantic_version",
 4913 "serde",
 4914 "settings",
 4915 "smallvec",
 4916 "strum",
 4917 "telemetry",
 4918 "theme",
 4919 "ui",
 4920 "util",
 4921 "vim_mode_setting",
 4922 "workspace",
 4923 "zed_actions",
 4924]
 4925
 4926[[package]]
 4927name = "fallible-iterator"
 4928version = "0.3.0"
 4929source = "registry+https://github.com/rust-lang/crates.io-index"
 4930checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 4931
 4932[[package]]
 4933name = "fancy-regex"
 4934version = "0.13.0"
 4935source = "registry+https://github.com/rust-lang/crates.io-index"
 4936checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
 4937dependencies = [
 4938 "bit-set 0.5.3",
 4939 "regex-automata 0.4.9",
 4940 "regex-syntax 0.8.5",
 4941]
 4942
 4943[[package]]
 4944name = "fancy-regex"
 4945version = "0.14.0"
 4946source = "registry+https://github.com/rust-lang/crates.io-index"
 4947checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
 4948dependencies = [
 4949 "bit-set 0.8.0",
 4950 "regex-automata 0.4.9",
 4951 "regex-syntax 0.8.5",
 4952]
 4953
 4954[[package]]
 4955name = "fast-srgb8"
 4956version = "1.0.0"
 4957source = "registry+https://github.com/rust-lang/crates.io-index"
 4958checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 4959
 4960[[package]]
 4961name = "fastrand"
 4962version = "1.9.0"
 4963source = "registry+https://github.com/rust-lang/crates.io-index"
 4964checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 4965dependencies = [
 4966 "instant",
 4967]
 4968
 4969[[package]]
 4970name = "fastrand"
 4971version = "2.3.0"
 4972source = "registry+https://github.com/rust-lang/crates.io-index"
 4973checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 4974
 4975[[package]]
 4976name = "fd-lock"
 4977version = "4.0.2"
 4978source = "registry+https://github.com/rust-lang/crates.io-index"
 4979checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
 4980dependencies = [
 4981 "cfg-if",
 4982 "rustix",
 4983 "windows-sys 0.52.0",
 4984]
 4985
 4986[[package]]
 4987name = "fdeflate"
 4988version = "0.3.7"
 4989source = "registry+https://github.com/rust-lang/crates.io-index"
 4990checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 4991dependencies = [
 4992 "simd-adler32",
 4993]
 4994
 4995[[package]]
 4996name = "feature_flags"
 4997version = "0.1.0"
 4998dependencies = [
 4999 "futures 0.3.31",
 5000 "gpui",
 5001 "smol",
 5002]
 5003
 5004[[package]]
 5005name = "feedback"
 5006version = "0.1.0"
 5007dependencies = [
 5008 "client",
 5009 "editor",
 5010 "gpui",
 5011 "human_bytes",
 5012 "menu",
 5013 "release_channel",
 5014 "serde",
 5015 "sysinfo",
 5016 "ui",
 5017 "urlencoding",
 5018 "util",
 5019 "workspace",
 5020 "zed_actions",
 5021]
 5022
 5023[[package]]
 5024name = "ff"
 5025version = "0.12.1"
 5026source = "registry+https://github.com/rust-lang/crates.io-index"
 5027checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 5028dependencies = [
 5029 "rand_core 0.6.4",
 5030 "subtle",
 5031]
 5032
 5033[[package]]
 5034name = "file_finder"
 5035version = "0.1.0"
 5036dependencies = [
 5037 "anyhow",
 5038 "collections",
 5039 "ctor",
 5040 "editor",
 5041 "env_logger 0.11.7",
 5042 "file_icons",
 5043 "futures 0.3.31",
 5044 "fuzzy",
 5045 "gpui",
 5046 "language",
 5047 "menu",
 5048 "picker",
 5049 "project",
 5050 "schemars",
 5051 "serde",
 5052 "serde_derive",
 5053 "serde_json",
 5054 "settings",
 5055 "text",
 5056 "theme",
 5057 "ui",
 5058 "util",
 5059 "workspace",
 5060]
 5061
 5062[[package]]
 5063name = "file_icons"
 5064version = "0.1.0"
 5065dependencies = [
 5066 "gpui",
 5067 "serde",
 5068 "settings",
 5069 "theme",
 5070 "util",
 5071]
 5072
 5073[[package]]
 5074name = "filedescriptor"
 5075version = "0.8.3"
 5076source = "registry+https://github.com/rust-lang/crates.io-index"
 5077checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 5078dependencies = [
 5079 "libc",
 5080 "thiserror 1.0.69",
 5081 "winapi",
 5082]
 5083
 5084[[package]]
 5085name = "filetime"
 5086version = "0.2.25"
 5087source = "registry+https://github.com/rust-lang/crates.io-index"
 5088checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
 5089dependencies = [
 5090 "cfg-if",
 5091 "libc",
 5092 "libredox",
 5093 "windows-sys 0.59.0",
 5094]
 5095
 5096[[package]]
 5097name = "fixedbitset"
 5098version = "0.4.2"
 5099source = "registry+https://github.com/rust-lang/crates.io-index"
 5100checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 5101
 5102[[package]]
 5103name = "flate2"
 5104version = "1.1.0"
 5105source = "registry+https://github.com/rust-lang/crates.io-index"
 5106checksum = "11faaf5a5236997af9848be0bef4db95824b1d534ebc64d0f0c6cf3e67bd38dc"
 5107dependencies = [
 5108 "crc32fast",
 5109 "miniz_oxide",
 5110]
 5111
 5112[[package]]
 5113name = "float-cmp"
 5114version = "0.9.0"
 5115source = "registry+https://github.com/rust-lang/crates.io-index"
 5116checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 5117
 5118[[package]]
 5119name = "float-ord"
 5120version = "0.3.2"
 5121source = "registry+https://github.com/rust-lang/crates.io-index"
 5122checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 5123
 5124[[package]]
 5125name = "float_next_after"
 5126version = "1.0.0"
 5127source = "registry+https://github.com/rust-lang/crates.io-index"
 5128checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 5129
 5130[[package]]
 5131name = "flume"
 5132version = "0.11.1"
 5133source = "registry+https://github.com/rust-lang/crates.io-index"
 5134checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 5135dependencies = [
 5136 "futures-core",
 5137 "futures-sink",
 5138 "nanorand",
 5139 "spin",
 5140]
 5141
 5142[[package]]
 5143name = "fnv"
 5144version = "1.0.7"
 5145source = "registry+https://github.com/rust-lang/crates.io-index"
 5146checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 5147
 5148[[package]]
 5149name = "foldhash"
 5150version = "0.1.3"
 5151source = "registry+https://github.com/rust-lang/crates.io-index"
 5152checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
 5153
 5154[[package]]
 5155name = "font-kit"
 5156version = "0.14.1"
 5157source = "git+https://github.com/zed-industries/font-kit?rev=5474cfad4b719a72ec8ed2cb7327b2b01fd10568#5474cfad4b719a72ec8ed2cb7327b2b01fd10568"
 5158dependencies = [
 5159 "bitflags 2.9.0",
 5160 "byteorder",
 5161 "core-foundation 0.10.0",
 5162 "core-graphics 0.24.0",
 5163 "core-text",
 5164 "dirs 5.0.1",
 5165 "dwrote",
 5166 "float-ord",
 5167 "freetype-sys",
 5168 "lazy_static",
 5169 "libc",
 5170 "log",
 5171 "pathfinder_geometry",
 5172 "pathfinder_simd",
 5173 "walkdir",
 5174 "winapi",
 5175 "yeslogic-fontconfig-sys",
 5176]
 5177
 5178[[package]]
 5179name = "font-types"
 5180version = "0.8.3"
 5181source = "registry+https://github.com/rust-lang/crates.io-index"
 5182checksum = "d868ec188a98bb014c606072edd47e52e7ab7297db943b0b28503121e1d037bd"
 5183dependencies = [
 5184 "bytemuck",
 5185]
 5186
 5187[[package]]
 5188name = "fontconfig-parser"
 5189version = "0.5.7"
 5190source = "registry+https://github.com/rust-lang/crates.io-index"
 5191checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
 5192dependencies = [
 5193 "roxmltree",
 5194]
 5195
 5196[[package]]
 5197name = "fontdb"
 5198version = "0.16.2"
 5199source = "registry+https://github.com/rust-lang/crates.io-index"
 5200checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 5201dependencies = [
 5202 "fontconfig-parser",
 5203 "log",
 5204 "memmap2",
 5205 "slotmap",
 5206 "tinyvec",
 5207 "ttf-parser 0.20.0",
 5208]
 5209
 5210[[package]]
 5211name = "fontdb"
 5212version = "0.23.0"
 5213source = "registry+https://github.com/rust-lang/crates.io-index"
 5214checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 5215dependencies = [
 5216 "fontconfig-parser",
 5217 "log",
 5218 "memmap2",
 5219 "slotmap",
 5220 "tinyvec",
 5221 "ttf-parser 0.25.1",
 5222]
 5223
 5224[[package]]
 5225name = "foreign-types"
 5226version = "0.3.2"
 5227source = "registry+https://github.com/rust-lang/crates.io-index"
 5228checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 5229dependencies = [
 5230 "foreign-types-shared 0.1.1",
 5231]
 5232
 5233[[package]]
 5234name = "foreign-types"
 5235version = "0.5.0"
 5236source = "registry+https://github.com/rust-lang/crates.io-index"
 5237checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 5238dependencies = [
 5239 "foreign-types-macros",
 5240 "foreign-types-shared 0.3.1",
 5241]
 5242
 5243[[package]]
 5244name = "foreign-types-macros"
 5245version = "0.2.3"
 5246source = "registry+https://github.com/rust-lang/crates.io-index"
 5247checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 5248dependencies = [
 5249 "proc-macro2",
 5250 "quote",
 5251 "syn 2.0.100",
 5252]
 5253
 5254[[package]]
 5255name = "foreign-types-shared"
 5256version = "0.1.1"
 5257source = "registry+https://github.com/rust-lang/crates.io-index"
 5258checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 5259
 5260[[package]]
 5261name = "foreign-types-shared"
 5262version = "0.3.1"
 5263source = "registry+https://github.com/rust-lang/crates.io-index"
 5264checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 5265
 5266[[package]]
 5267name = "fork"
 5268version = "0.2.0"
 5269source = "registry+https://github.com/rust-lang/crates.io-index"
 5270checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
 5271dependencies = [
 5272 "libc",
 5273]
 5274
 5275[[package]]
 5276name = "form_urlencoded"
 5277version = "1.2.1"
 5278source = "registry+https://github.com/rust-lang/crates.io-index"
 5279checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
 5280dependencies = [
 5281 "percent-encoding",
 5282]
 5283
 5284[[package]]
 5285name = "freetype-sys"
 5286version = "0.20.1"
 5287source = "registry+https://github.com/rust-lang/crates.io-index"
 5288checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 5289dependencies = [
 5290 "cc",
 5291 "libc",
 5292 "pkg-config",
 5293]
 5294
 5295[[package]]
 5296name = "fs"
 5297version = "0.1.0"
 5298dependencies = [
 5299 "anyhow",
 5300 "ashpd",
 5301 "async-tar",
 5302 "async-trait",
 5303 "cocoa 0.26.0",
 5304 "collections",
 5305 "fsevent",
 5306 "futures 0.3.31",
 5307 "git",
 5308 "gpui",
 5309 "ignore",
 5310 "libc",
 5311 "log",
 5312 "notify 8.0.0 (git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96)",
 5313 "objc",
 5314 "parking_lot",
 5315 "paths",
 5316 "proto",
 5317 "rope",
 5318 "serde",
 5319 "serde_json",
 5320 "smol",
 5321 "tempfile",
 5322 "text",
 5323 "time",
 5324 "util",
 5325 "windows 0.61.1",
 5326]
 5327
 5328[[package]]
 5329name = "fs-set-times"
 5330version = "0.20.2"
 5331source = "registry+https://github.com/rust-lang/crates.io-index"
 5332checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
 5333dependencies = [
 5334 "io-lifetimes",
 5335 "rustix",
 5336 "windows-sys 0.59.0",
 5337]
 5338
 5339[[package]]
 5340name = "fs2"
 5341version = "0.4.3"
 5342source = "registry+https://github.com/rust-lang/crates.io-index"
 5343checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 5344dependencies = [
 5345 "libc",
 5346 "winapi",
 5347]
 5348
 5349[[package]]
 5350name = "fs_extra"
 5351version = "1.3.0"
 5352source = "registry+https://github.com/rust-lang/crates.io-index"
 5353checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 5354
 5355[[package]]
 5356name = "fsevent"
 5357version = "0.1.0"
 5358dependencies = [
 5359 "bitflags 2.9.0",
 5360 "core-foundation 0.10.0",
 5361 "fsevent-sys 3.1.0",
 5362 "parking_lot",
 5363 "tempfile",
 5364]
 5365
 5366[[package]]
 5367name = "fsevent-sys"
 5368version = "3.1.0"
 5369source = "registry+https://github.com/rust-lang/crates.io-index"
 5370checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
 5371dependencies = [
 5372 "libc",
 5373]
 5374
 5375[[package]]
 5376name = "fsevent-sys"
 5377version = "4.1.0"
 5378source = "registry+https://github.com/rust-lang/crates.io-index"
 5379checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 5380dependencies = [
 5381 "libc",
 5382]
 5383
 5384[[package]]
 5385name = "funty"
 5386version = "2.0.0"
 5387source = "registry+https://github.com/rust-lang/crates.io-index"
 5388checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 5389
 5390[[package]]
 5391name = "futf"
 5392version = "0.1.5"
 5393source = "registry+https://github.com/rust-lang/crates.io-index"
 5394checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 5395dependencies = [
 5396 "mac",
 5397 "new_debug_unreachable",
 5398]
 5399
 5400[[package]]
 5401name = "futures"
 5402version = "0.1.31"
 5403source = "registry+https://github.com/rust-lang/crates.io-index"
 5404checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 5405
 5406[[package]]
 5407name = "futures"
 5408version = "0.3.31"
 5409source = "registry+https://github.com/rust-lang/crates.io-index"
 5410checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 5411dependencies = [
 5412 "futures-channel",
 5413 "futures-core",
 5414 "futures-executor",
 5415 "futures-io",
 5416 "futures-sink",
 5417 "futures-task",
 5418 "futures-util",
 5419]
 5420
 5421[[package]]
 5422name = "futures-batch"
 5423version = "0.6.1"
 5424source = "registry+https://github.com/rust-lang/crates.io-index"
 5425checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
 5426dependencies = [
 5427 "futures 0.3.31",
 5428 "futures-timer",
 5429 "pin-utils",
 5430]
 5431
 5432[[package]]
 5433name = "futures-channel"
 5434version = "0.3.31"
 5435source = "registry+https://github.com/rust-lang/crates.io-index"
 5436checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 5437dependencies = [
 5438 "futures-core",
 5439 "futures-sink",
 5440]
 5441
 5442[[package]]
 5443name = "futures-core"
 5444version = "0.3.31"
 5445source = "registry+https://github.com/rust-lang/crates.io-index"
 5446checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 5447
 5448[[package]]
 5449name = "futures-executor"
 5450version = "0.3.31"
 5451source = "registry+https://github.com/rust-lang/crates.io-index"
 5452checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 5453dependencies = [
 5454 "futures-core",
 5455 "futures-task",
 5456 "futures-util",
 5457]
 5458
 5459[[package]]
 5460name = "futures-intrusive"
 5461version = "0.5.0"
 5462source = "registry+https://github.com/rust-lang/crates.io-index"
 5463checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 5464dependencies = [
 5465 "futures-core",
 5466 "lock_api",
 5467 "parking_lot",
 5468]
 5469
 5470[[package]]
 5471name = "futures-io"
 5472version = "0.3.31"
 5473source = "registry+https://github.com/rust-lang/crates.io-index"
 5474checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 5475
 5476[[package]]
 5477name = "futures-lite"
 5478version = "1.13.0"
 5479source = "registry+https://github.com/rust-lang/crates.io-index"
 5480checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 5481dependencies = [
 5482 "fastrand 1.9.0",
 5483 "futures-core",
 5484 "futures-io",
 5485 "memchr",
 5486 "parking",
 5487 "pin-project-lite",
 5488 "waker-fn",
 5489]
 5490
 5491[[package]]
 5492name = "futures-lite"
 5493version = "2.6.0"
 5494source = "registry+https://github.com/rust-lang/crates.io-index"
 5495checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
 5496dependencies = [
 5497 "fastrand 2.3.0",
 5498 "futures-core",
 5499 "futures-io",
 5500 "parking",
 5501 "pin-project-lite",
 5502]
 5503
 5504[[package]]
 5505name = "futures-macro"
 5506version = "0.3.31"
 5507source = "registry+https://github.com/rust-lang/crates.io-index"
 5508checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 5509dependencies = [
 5510 "proc-macro2",
 5511 "quote",
 5512 "syn 2.0.100",
 5513]
 5514
 5515[[package]]
 5516name = "futures-sink"
 5517version = "0.3.31"
 5518source = "registry+https://github.com/rust-lang/crates.io-index"
 5519checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 5520
 5521[[package]]
 5522name = "futures-task"
 5523version = "0.3.31"
 5524source = "registry+https://github.com/rust-lang/crates.io-index"
 5525checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 5526
 5527[[package]]
 5528name = "futures-timer"
 5529version = "3.0.3"
 5530source = "registry+https://github.com/rust-lang/crates.io-index"
 5531checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
 5532
 5533[[package]]
 5534name = "futures-util"
 5535version = "0.3.31"
 5536source = "registry+https://github.com/rust-lang/crates.io-index"
 5537checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 5538dependencies = [
 5539 "futures 0.1.31",
 5540 "futures-channel",
 5541 "futures-core",
 5542 "futures-io",
 5543 "futures-macro",
 5544 "futures-sink",
 5545 "futures-task",
 5546 "memchr",
 5547 "pin-project-lite",
 5548 "pin-utils",
 5549 "slab",
 5550 "tokio-io",
 5551]
 5552
 5553[[package]]
 5554name = "fuzzy"
 5555version = "0.1.0"
 5556dependencies = [
 5557 "gpui",
 5558 "log",
 5559 "util",
 5560]
 5561
 5562[[package]]
 5563name = "fuzzy-matcher"
 5564version = "0.3.7"
 5565source = "registry+https://github.com/rust-lang/crates.io-index"
 5566checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 5567dependencies = [
 5568 "thread_local",
 5569]
 5570
 5571[[package]]
 5572name = "generic-array"
 5573version = "0.14.7"
 5574source = "registry+https://github.com/rust-lang/crates.io-index"
 5575checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 5576dependencies = [
 5577 "typenum",
 5578 "version_check",
 5579]
 5580
 5581[[package]]
 5582name = "gethostname"
 5583version = "0.4.3"
 5584source = "registry+https://github.com/rust-lang/crates.io-index"
 5585checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
 5586dependencies = [
 5587 "libc",
 5588 "windows-targets 0.48.5",
 5589]
 5590
 5591[[package]]
 5592name = "getrandom"
 5593version = "0.1.16"
 5594source = "registry+https://github.com/rust-lang/crates.io-index"
 5595checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
 5596dependencies = [
 5597 "cfg-if",
 5598 "libc",
 5599 "wasi 0.9.0+wasi-snapshot-preview1",
 5600]
 5601
 5602[[package]]
 5603name = "getrandom"
 5604version = "0.2.15"
 5605source = "registry+https://github.com/rust-lang/crates.io-index"
 5606checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
 5607dependencies = [
 5608 "cfg-if",
 5609 "js-sys",
 5610 "libc",
 5611 "wasi 0.11.0+wasi-snapshot-preview1",
 5612 "wasm-bindgen",
 5613]
 5614
 5615[[package]]
 5616name = "getrandom"
 5617version = "0.3.1"
 5618source = "registry+https://github.com/rust-lang/crates.io-index"
 5619checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
 5620dependencies = [
 5621 "cfg-if",
 5622 "libc",
 5623 "wasi 0.13.3+wasi-0.2.2",
 5624 "windows-targets 0.52.6",
 5625]
 5626
 5627[[package]]
 5628name = "gif"
 5629version = "0.13.1"
 5630source = "registry+https://github.com/rust-lang/crates.io-index"
 5631checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
 5632dependencies = [
 5633 "color_quant",
 5634 "weezl",
 5635]
 5636
 5637[[package]]
 5638name = "gimli"
 5639version = "0.31.1"
 5640source = "registry+https://github.com/rust-lang/crates.io-index"
 5641checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
 5642dependencies = [
 5643 "fallible-iterator",
 5644 "indexmap",
 5645 "stable_deref_trait",
 5646]
 5647
 5648[[package]]
 5649name = "git"
 5650version = "0.1.0"
 5651dependencies = [
 5652 "anyhow",
 5653 "askpass",
 5654 "async-trait",
 5655 "collections",
 5656 "derive_more",
 5657 "futures 0.3.31",
 5658 "git2",
 5659 "gpui",
 5660 "http_client",
 5661 "log",
 5662 "parking_lot",
 5663 "pretty_assertions",
 5664 "regex",
 5665 "rope",
 5666 "schemars",
 5667 "serde",
 5668 "serde_json",
 5669 "smol",
 5670 "sum_tree",
 5671 "tempfile",
 5672 "text",
 5673 "thiserror 2.0.12",
 5674 "time",
 5675 "unindent",
 5676 "url",
 5677 "util",
 5678 "uuid",
 5679]
 5680
 5681[[package]]
 5682name = "git2"
 5683version = "0.20.1"
 5684source = "registry+https://github.com/rust-lang/crates.io-index"
 5685checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
 5686dependencies = [
 5687 "bitflags 2.9.0",
 5688 "libc",
 5689 "libgit2-sys",
 5690 "log",
 5691 "url",
 5692]
 5693
 5694[[package]]
 5695name = "git_hosting_providers"
 5696version = "0.1.0"
 5697dependencies = [
 5698 "anyhow",
 5699 "async-trait",
 5700 "futures 0.3.31",
 5701 "git",
 5702 "gpui",
 5703 "http_client",
 5704 "indoc",
 5705 "pretty_assertions",
 5706 "regex",
 5707 "schemars",
 5708 "serde",
 5709 "serde_json",
 5710 "settings",
 5711 "url",
 5712 "util",
 5713]
 5714
 5715[[package]]
 5716name = "git_ui"
 5717version = "0.1.0"
 5718dependencies = [
 5719 "anyhow",
 5720 "askpass",
 5721 "assistant_settings",
 5722 "buffer_diff",
 5723 "chrono",
 5724 "collections",
 5725 "command_palette_hooks",
 5726 "component",
 5727 "ctor",
 5728 "db",
 5729 "editor",
 5730 "env_logger 0.11.7",
 5731 "futures 0.3.31",
 5732 "fuzzy",
 5733 "git",
 5734 "gpui",
 5735 "itertools 0.14.0",
 5736 "language",
 5737 "language_model",
 5738 "linkify",
 5739 "linkme",
 5740 "log",
 5741 "markdown",
 5742 "menu",
 5743 "multi_buffer",
 5744 "notifications",
 5745 "panel",
 5746 "picker",
 5747 "postage",
 5748 "pretty_assertions",
 5749 "project",
 5750 "schemars",
 5751 "serde",
 5752 "serde_derive",
 5753 "serde_json",
 5754 "settings",
 5755 "strum",
 5756 "telemetry",
 5757 "theme",
 5758 "time",
 5759 "time_format",
 5760 "ui",
 5761 "unindent",
 5762 "util",
 5763 "windows 0.61.1",
 5764 "workspace",
 5765 "zed_actions",
 5766]
 5767
 5768[[package]]
 5769name = "glob"
 5770version = "0.3.1"
 5771source = "registry+https://github.com/rust-lang/crates.io-index"
 5772checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
 5773
 5774[[package]]
 5775name = "globset"
 5776version = "0.4.16"
 5777source = "registry+https://github.com/rust-lang/crates.io-index"
 5778checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
 5779dependencies = [
 5780 "aho-corasick",
 5781 "bstr",
 5782 "log",
 5783 "regex-automata 0.4.9",
 5784 "regex-syntax 0.8.5",
 5785]
 5786
 5787[[package]]
 5788name = "gloo-timers"
 5789version = "0.3.0"
 5790source = "registry+https://github.com/rust-lang/crates.io-index"
 5791checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 5792dependencies = [
 5793 "futures-channel",
 5794 "futures-core",
 5795 "js-sys",
 5796 "wasm-bindgen",
 5797]
 5798
 5799[[package]]
 5800name = "glow"
 5801version = "0.14.2"
 5802source = "registry+https://github.com/rust-lang/crates.io-index"
 5803checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
 5804dependencies = [
 5805 "js-sys",
 5806 "slotmap",
 5807 "wasm-bindgen",
 5808 "web-sys",
 5809]
 5810
 5811[[package]]
 5812name = "go_to_line"
 5813version = "0.1.0"
 5814dependencies = [
 5815 "anyhow",
 5816 "editor",
 5817 "gpui",
 5818 "indoc",
 5819 "language",
 5820 "menu",
 5821 "project",
 5822 "rope",
 5823 "schemars",
 5824 "serde",
 5825 "serde_json",
 5826 "settings",
 5827 "text",
 5828 "theme",
 5829 "tree-sitter-rust",
 5830 "tree-sitter-typescript",
 5831 "ui",
 5832 "util",
 5833 "workspace",
 5834]
 5835
 5836[[package]]
 5837name = "google_ai"
 5838version = "0.1.0"
 5839dependencies = [
 5840 "anyhow",
 5841 "futures 0.3.31",
 5842 "http_client",
 5843 "schemars",
 5844 "serde",
 5845 "serde_json",
 5846 "strum",
 5847]
 5848
 5849[[package]]
 5850name = "gpu-alloc"
 5851version = "0.6.0"
 5852source = "registry+https://github.com/rust-lang/crates.io-index"
 5853checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
 5854dependencies = [
 5855 "bitflags 2.9.0",
 5856 "gpu-alloc-types",
 5857]
 5858
 5859[[package]]
 5860name = "gpu-alloc-ash"
 5861version = "0.7.0"
 5862source = "registry+https://github.com/rust-lang/crates.io-index"
 5863checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
 5864dependencies = [
 5865 "ash",
 5866 "gpu-alloc-types",
 5867 "tinyvec",
 5868]
 5869
 5870[[package]]
 5871name = "gpu-alloc-types"
 5872version = "0.3.0"
 5873source = "registry+https://github.com/rust-lang/crates.io-index"
 5874checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
 5875dependencies = [
 5876 "bitflags 2.9.0",
 5877]
 5878
 5879[[package]]
 5880name = "gpui"
 5881version = "0.1.0"
 5882dependencies = [
 5883 "anyhow",
 5884 "as-raw-xcb-connection",
 5885 "ashpd",
 5886 "async-task",
 5887 "backtrace",
 5888 "bindgen 0.71.1",
 5889 "blade-graphics",
 5890 "blade-macros",
 5891 "blade-util",
 5892 "block",
 5893 "bytemuck",
 5894 "calloop",
 5895 "calloop-wayland-source",
 5896 "cbindgen 0.28.0",
 5897 "cocoa 0.26.0",
 5898 "collections",
 5899 "core-foundation 0.10.0",
 5900 "core-foundation-sys",
 5901 "core-graphics 0.24.0",
 5902 "core-text",
 5903 "core-video",
 5904 "cosmic-text",
 5905 "ctor",
 5906 "derive_more",
 5907 "embed-resource",
 5908 "env_logger 0.11.7",
 5909 "etagere",
 5910 "filedescriptor",
 5911 "flume",
 5912 "font-kit",
 5913 "foreign-types 0.5.0",
 5914 "futures 0.3.31",
 5915 "gpui_macros",
 5916 "http_client",
 5917 "image",
 5918 "inventory",
 5919 "itertools 0.14.0",
 5920 "log",
 5921 "lyon",
 5922 "media",
 5923 "metal",
 5924 "naga",
 5925 "num_cpus",
 5926 "objc",
 5927 "objc2",
 5928 "objc2-metal",
 5929 "oo7",
 5930 "open",
 5931 "parking",
 5932 "parking_lot",
 5933 "pathfinder_geometry",
 5934 "postage",
 5935 "profiling",
 5936 "rand 0.8.5",
 5937 "raw-window-handle",
 5938 "refineable",
 5939 "reqwest_client",
 5940 "resvg",
 5941 "schemars",
 5942 "seahash",
 5943 "semantic_version",
 5944 "serde",
 5945 "serde_derive",
 5946 "serde_json",
 5947 "slotmap",
 5948 "smallvec",
 5949 "smol",
 5950 "strum",
 5951 "sum_tree",
 5952 "taffy",
 5953 "thiserror 2.0.12",
 5954 "unicode-segmentation",
 5955 "usvg",
 5956 "util",
 5957 "uuid",
 5958 "waker-fn",
 5959 "wayland-backend",
 5960 "wayland-client",
 5961 "wayland-cursor",
 5962 "wayland-protocols",
 5963 "wayland-protocols-plasma",
 5964 "windows 0.61.1",
 5965 "windows-core 0.61.0",
 5966 "windows-numerics",
 5967 "x11-clipboard",
 5968 "x11rb",
 5969 "xim",
 5970 "xkbcommon",
 5971]
 5972
 5973[[package]]
 5974name = "gpui_macros"
 5975version = "0.1.0"
 5976dependencies = [
 5977 "gpui",
 5978 "proc-macro2",
 5979 "quote",
 5980 "syn 1.0.109",
 5981]
 5982
 5983[[package]]
 5984name = "gpui_tokio"
 5985version = "0.1.0"
 5986dependencies = [
 5987 "gpui",
 5988 "tokio",
 5989 "util",
 5990]
 5991
 5992[[package]]
 5993name = "grid"
 5994version = "0.13.0"
 5995source = "registry+https://github.com/rust-lang/crates.io-index"
 5996checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
 5997
 5998[[package]]
 5999name = "group"
 6000version = "0.12.1"
 6001source = "registry+https://github.com/rust-lang/crates.io-index"
 6002checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 6003dependencies = [
 6004 "ff",
 6005 "rand_core 0.6.4",
 6006 "subtle",
 6007]
 6008
 6009[[package]]
 6010name = "h2"
 6011version = "0.3.26"
 6012source = "registry+https://github.com/rust-lang/crates.io-index"
 6013checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
 6014dependencies = [
 6015 "bytes 1.10.1",
 6016 "fnv",
 6017 "futures-core",
 6018 "futures-sink",
 6019 "futures-util",
 6020 "http 0.2.12",
 6021 "indexmap",
 6022 "slab",
 6023 "tokio",
 6024 "tokio-util",
 6025 "tracing",
 6026]
 6027
 6028[[package]]
 6029name = "h2"
 6030version = "0.4.7"
 6031source = "registry+https://github.com/rust-lang/crates.io-index"
 6032checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
 6033dependencies = [
 6034 "atomic-waker",
 6035 "bytes 1.10.1",
 6036 "fnv",
 6037 "futures-core",
 6038 "futures-sink",
 6039 "http 1.2.0",
 6040 "indexmap",
 6041 "slab",
 6042 "tokio",
 6043 "tokio-util",
 6044 "tracing",
 6045]
 6046
 6047[[package]]
 6048name = "half"
 6049version = "2.4.1"
 6050source = "registry+https://github.com/rust-lang/crates.io-index"
 6051checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
 6052dependencies = [
 6053 "cfg-if",
 6054 "crunchy",
 6055]
 6056
 6057[[package]]
 6058name = "handlebars"
 6059version = "4.5.0"
 6060source = "registry+https://github.com/rust-lang/crates.io-index"
 6061checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 6062dependencies = [
 6063 "log",
 6064 "pest",
 6065 "pest_derive",
 6066 "serde",
 6067 "serde_json",
 6068 "thiserror 1.0.69",
 6069]
 6070
 6071[[package]]
 6072name = "handlebars"
 6073version = "6.2.0"
 6074source = "registry+https://github.com/rust-lang/crates.io-index"
 6075checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
 6076dependencies = [
 6077 "log",
 6078 "num-order",
 6079 "pest",
 6080 "pest_derive",
 6081 "serde",
 6082 "serde_json",
 6083 "thiserror 1.0.69",
 6084]
 6085
 6086[[package]]
 6087name = "hashbrown"
 6088version = "0.12.3"
 6089source = "registry+https://github.com/rust-lang/crates.io-index"
 6090checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 6091dependencies = [
 6092 "ahash 0.7.8",
 6093]
 6094
 6095[[package]]
 6096name = "hashbrown"
 6097version = "0.14.5"
 6098source = "registry+https://github.com/rust-lang/crates.io-index"
 6099checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 6100dependencies = [
 6101 "ahash 0.8.11",
 6102 "allocator-api2",
 6103]
 6104
 6105[[package]]
 6106name = "hashbrown"
 6107version = "0.15.2"
 6108source = "registry+https://github.com/rust-lang/crates.io-index"
 6109checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
 6110dependencies = [
 6111 "allocator-api2",
 6112 "equivalent",
 6113 "foldhash",
 6114 "serde",
 6115]
 6116
 6117[[package]]
 6118name = "hashlink"
 6119version = "0.8.4"
 6120source = "registry+https://github.com/rust-lang/crates.io-index"
 6121checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 6122dependencies = [
 6123 "hashbrown 0.14.5",
 6124]
 6125
 6126[[package]]
 6127name = "hashlink"
 6128version = "0.10.0"
 6129source = "registry+https://github.com/rust-lang/crates.io-index"
 6130checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 6131dependencies = [
 6132 "hashbrown 0.15.2",
 6133]
 6134
 6135[[package]]
 6136name = "headers"
 6137version = "0.3.9"
 6138source = "registry+https://github.com/rust-lang/crates.io-index"
 6139checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 6140dependencies = [
 6141 "base64 0.21.7",
 6142 "bytes 1.10.1",
 6143 "headers-core",
 6144 "http 0.2.12",
 6145 "httpdate",
 6146 "mime",
 6147 "sha1",
 6148]
 6149
 6150[[package]]
 6151name = "headers-core"
 6152version = "0.2.0"
 6153source = "registry+https://github.com/rust-lang/crates.io-index"
 6154checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 6155dependencies = [
 6156 "http 0.2.12",
 6157]
 6158
 6159[[package]]
 6160name = "heck"
 6161version = "0.3.3"
 6162source = "registry+https://github.com/rust-lang/crates.io-index"
 6163checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 6164dependencies = [
 6165 "unicode-segmentation",
 6166]
 6167
 6168[[package]]
 6169name = "heck"
 6170version = "0.4.1"
 6171source = "registry+https://github.com/rust-lang/crates.io-index"
 6172checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 6173dependencies = [
 6174 "unicode-segmentation",
 6175]
 6176
 6177[[package]]
 6178name = "heck"
 6179version = "0.5.0"
 6180source = "registry+https://github.com/rust-lang/crates.io-index"
 6181checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 6182
 6183[[package]]
 6184name = "heed"
 6185version = "0.21.0"
 6186source = "registry+https://github.com/rust-lang/crates.io-index"
 6187checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 6188dependencies = [
 6189 "bitflags 2.9.0",
 6190 "byteorder",
 6191 "heed-traits",
 6192 "heed-types",
 6193 "libc",
 6194 "lmdb-master-sys",
 6195 "once_cell",
 6196 "page_size",
 6197 "serde",
 6198 "synchronoise",
 6199 "url",
 6200]
 6201
 6202[[package]]
 6203name = "heed-traits"
 6204version = "0.20.0"
 6205source = "registry+https://github.com/rust-lang/crates.io-index"
 6206checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 6207
 6208[[package]]
 6209name = "heed-types"
 6210version = "0.21.0"
 6211source = "registry+https://github.com/rust-lang/crates.io-index"
 6212checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 6213dependencies = [
 6214 "bincode",
 6215 "byteorder",
 6216 "heed-traits",
 6217 "serde",
 6218 "serde_json",
 6219]
 6220
 6221[[package]]
 6222name = "hermit-abi"
 6223version = "0.3.9"
 6224source = "registry+https://github.com/rust-lang/crates.io-index"
 6225checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
 6226
 6227[[package]]
 6228name = "hermit-abi"
 6229version = "0.4.0"
 6230source = "registry+https://github.com/rust-lang/crates.io-index"
 6231checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
 6232
 6233[[package]]
 6234name = "hex"
 6235version = "0.4.3"
 6236source = "registry+https://github.com/rust-lang/crates.io-index"
 6237checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 6238
 6239[[package]]
 6240name = "hexf-parse"
 6241version = "0.2.1"
 6242source = "registry+https://github.com/rust-lang/crates.io-index"
 6243checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 6244
 6245[[package]]
 6246name = "hidden-trait"
 6247version = "0.1.2"
 6248source = "registry+https://github.com/rust-lang/crates.io-index"
 6249checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
 6250dependencies = [
 6251 "proc-macro2",
 6252 "quote",
 6253 "syn 1.0.109",
 6254]
 6255
 6256[[package]]
 6257name = "hkdf"
 6258version = "0.12.4"
 6259source = "registry+https://github.com/rust-lang/crates.io-index"
 6260checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 6261dependencies = [
 6262 "hmac",
 6263]
 6264
 6265[[package]]
 6266name = "hmac"
 6267version = "0.12.1"
 6268source = "registry+https://github.com/rust-lang/crates.io-index"
 6269checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 6270dependencies = [
 6271 "digest",
 6272]
 6273
 6274[[package]]
 6275name = "home"
 6276version = "0.5.9"
 6277source = "registry+https://github.com/rust-lang/crates.io-index"
 6278checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
 6279dependencies = [
 6280 "windows-sys 0.52.0",
 6281]
 6282
 6283[[package]]
 6284name = "hound"
 6285version = "3.5.1"
 6286source = "registry+https://github.com/rust-lang/crates.io-index"
 6287checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 6288
 6289[[package]]
 6290name = "html5ever"
 6291version = "0.27.0"
 6292source = "registry+https://github.com/rust-lang/crates.io-index"
 6293checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 6294dependencies = [
 6295 "log",
 6296 "mac",
 6297 "markup5ever",
 6298 "proc-macro2",
 6299 "quote",
 6300 "syn 2.0.100",
 6301]
 6302
 6303[[package]]
 6304name = "html_to_markdown"
 6305version = "0.1.0"
 6306dependencies = [
 6307 "anyhow",
 6308 "html5ever",
 6309 "indoc",
 6310 "markup5ever_rcdom",
 6311 "pretty_assertions",
 6312 "regex",
 6313]
 6314
 6315[[package]]
 6316name = "http"
 6317version = "0.2.12"
 6318source = "registry+https://github.com/rust-lang/crates.io-index"
 6319checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 6320dependencies = [
 6321 "bytes 1.10.1",
 6322 "fnv",
 6323 "itoa",
 6324]
 6325
 6326[[package]]
 6327name = "http"
 6328version = "1.2.0"
 6329source = "registry+https://github.com/rust-lang/crates.io-index"
 6330checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
 6331dependencies = [
 6332 "bytes 1.10.1",
 6333 "fnv",
 6334 "itoa",
 6335]
 6336
 6337[[package]]
 6338name = "http-body"
 6339version = "0.4.6"
 6340source = "registry+https://github.com/rust-lang/crates.io-index"
 6341checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 6342dependencies = [
 6343 "bytes 1.10.1",
 6344 "http 0.2.12",
 6345 "pin-project-lite",
 6346]
 6347
 6348[[package]]
 6349name = "http-body"
 6350version = "1.0.1"
 6351source = "registry+https://github.com/rust-lang/crates.io-index"
 6352checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 6353dependencies = [
 6354 "bytes 1.10.1",
 6355 "http 1.2.0",
 6356]
 6357
 6358[[package]]
 6359name = "http-body-util"
 6360version = "0.1.2"
 6361source = "registry+https://github.com/rust-lang/crates.io-index"
 6362checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
 6363dependencies = [
 6364 "bytes 1.10.1",
 6365 "futures-util",
 6366 "http 1.2.0",
 6367 "http-body 1.0.1",
 6368 "pin-project-lite",
 6369]
 6370
 6371[[package]]
 6372name = "http-range-header"
 6373version = "0.3.1"
 6374source = "registry+https://github.com/rust-lang/crates.io-index"
 6375checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 6376
 6377[[package]]
 6378name = "http-types"
 6379version = "2.12.0"
 6380source = "registry+https://github.com/rust-lang/crates.io-index"
 6381checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
 6382dependencies = [
 6383 "anyhow",
 6384 "async-channel 1.9.0",
 6385 "base64 0.13.1",
 6386 "futures-lite 1.13.0",
 6387 "http 0.2.12",
 6388 "infer",
 6389 "pin-project-lite",
 6390 "rand 0.7.3",
 6391 "serde",
 6392 "serde_json",
 6393 "serde_qs 0.8.5",
 6394 "serde_urlencoded",
 6395 "url",
 6396]
 6397
 6398[[package]]
 6399name = "http_client"
 6400version = "0.1.0"
 6401dependencies = [
 6402 "anyhow",
 6403 "bytes 1.10.1",
 6404 "derive_more",
 6405 "futures 0.3.31",
 6406 "http 1.2.0",
 6407 "log",
 6408 "serde",
 6409 "serde_json",
 6410 "url",
 6411]
 6412
 6413[[package]]
 6414name = "http_client_tls"
 6415version = "0.1.0"
 6416dependencies = [
 6417 "rustls 0.23.25",
 6418 "rustls-platform-verifier",
 6419]
 6420
 6421[[package]]
 6422name = "httparse"
 6423version = "1.9.5"
 6424source = "registry+https://github.com/rust-lang/crates.io-index"
 6425checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
 6426
 6427[[package]]
 6428name = "httpdate"
 6429version = "1.0.3"
 6430source = "registry+https://github.com/rust-lang/crates.io-index"
 6431checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 6432
 6433[[package]]
 6434name = "human_bytes"
 6435version = "0.4.3"
 6436source = "registry+https://github.com/rust-lang/crates.io-index"
 6437checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 6438
 6439[[package]]
 6440name = "humantime"
 6441version = "2.1.0"
 6442source = "registry+https://github.com/rust-lang/crates.io-index"
 6443checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
 6444
 6445[[package]]
 6446name = "hyper"
 6447version = "0.14.32"
 6448source = "registry+https://github.com/rust-lang/crates.io-index"
 6449checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 6450dependencies = [
 6451 "bytes 1.10.1",
 6452 "futures-channel",
 6453 "futures-core",
 6454 "futures-util",
 6455 "h2 0.3.26",
 6456 "http 0.2.12",
 6457 "http-body 0.4.6",
 6458 "httparse",
 6459 "httpdate",
 6460 "itoa",
 6461 "pin-project-lite",
 6462 "socket2",
 6463 "tokio",
 6464 "tower-service",
 6465 "tracing",
 6466 "want",
 6467]
 6468
 6469[[package]]
 6470name = "hyper"
 6471version = "1.5.1"
 6472source = "registry+https://github.com/rust-lang/crates.io-index"
 6473checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
 6474dependencies = [
 6475 "bytes 1.10.1",
 6476 "futures-channel",
 6477 "futures-util",
 6478 "h2 0.4.7",
 6479 "http 1.2.0",
 6480 "http-body 1.0.1",
 6481 "httparse",
 6482 "itoa",
 6483 "pin-project-lite",
 6484 "smallvec",
 6485 "tokio",
 6486 "want",
 6487]
 6488
 6489[[package]]
 6490name = "hyper-rustls"
 6491version = "0.24.2"
 6492source = "registry+https://github.com/rust-lang/crates.io-index"
 6493checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 6494dependencies = [
 6495 "futures-util",
 6496 "http 0.2.12",
 6497 "hyper 0.14.32",
 6498 "log",
 6499 "rustls 0.21.12",
 6500 "rustls-native-certs 0.6.3",
 6501 "tokio",
 6502 "tokio-rustls 0.24.1",
 6503]
 6504
 6505[[package]]
 6506name = "hyper-rustls"
 6507version = "0.27.3"
 6508source = "registry+https://github.com/rust-lang/crates.io-index"
 6509checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
 6510dependencies = [
 6511 "futures-util",
 6512 "http 1.2.0",
 6513 "hyper 1.5.1",
 6514 "hyper-util",
 6515 "rustls 0.23.25",
 6516 "rustls-native-certs 0.8.1",
 6517 "rustls-pki-types",
 6518 "tokio",
 6519 "tokio-rustls 0.26.1",
 6520 "tower-service",
 6521]
 6522
 6523[[package]]
 6524name = "hyper-tls"
 6525version = "0.5.0"
 6526source = "registry+https://github.com/rust-lang/crates.io-index"
 6527checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 6528dependencies = [
 6529 "bytes 1.10.1",
 6530 "hyper 0.14.32",
 6531 "native-tls",
 6532 "tokio",
 6533 "tokio-native-tls",
 6534]
 6535
 6536[[package]]
 6537name = "hyper-util"
 6538version = "0.1.10"
 6539source = "registry+https://github.com/rust-lang/crates.io-index"
 6540checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
 6541dependencies = [
 6542 "bytes 1.10.1",
 6543 "futures-channel",
 6544 "futures-util",
 6545 "http 1.2.0",
 6546 "http-body 1.0.1",
 6547 "hyper 1.5.1",
 6548 "pin-project-lite",
 6549 "socket2",
 6550 "tokio",
 6551 "tower-service",
 6552 "tracing",
 6553]
 6554
 6555[[package]]
 6556name = "iana-time-zone"
 6557version = "0.1.61"
 6558source = "registry+https://github.com/rust-lang/crates.io-index"
 6559checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
 6560dependencies = [
 6561 "android_system_properties",
 6562 "core-foundation-sys",
 6563 "iana-time-zone-haiku",
 6564 "js-sys",
 6565 "wasm-bindgen",
 6566 "windows-core 0.52.0",
 6567]
 6568
 6569[[package]]
 6570name = "iana-time-zone-haiku"
 6571version = "0.1.2"
 6572source = "registry+https://github.com/rust-lang/crates.io-index"
 6573checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 6574dependencies = [
 6575 "cc",
 6576]
 6577
 6578[[package]]
 6579name = "icons"
 6580version = "0.1.0"
 6581dependencies = [
 6582 "serde",
 6583 "strum",
 6584]
 6585
 6586[[package]]
 6587name = "icu_collections"
 6588version = "1.5.0"
 6589source = "registry+https://github.com/rust-lang/crates.io-index"
 6590checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
 6591dependencies = [
 6592 "displaydoc",
 6593 "yoke",
 6594 "zerofrom",
 6595 "zerovec",
 6596]
 6597
 6598[[package]]
 6599name = "icu_locid"
 6600version = "1.5.0"
 6601source = "registry+https://github.com/rust-lang/crates.io-index"
 6602checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
 6603dependencies = [
 6604 "displaydoc",
 6605 "litemap",
 6606 "tinystr",
 6607 "writeable",
 6608 "zerovec",
 6609]
 6610
 6611[[package]]
 6612name = "icu_locid_transform"
 6613version = "1.5.0"
 6614source = "registry+https://github.com/rust-lang/crates.io-index"
 6615checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
 6616dependencies = [
 6617 "displaydoc",
 6618 "icu_locid",
 6619 "icu_locid_transform_data",
 6620 "icu_provider",
 6621 "tinystr",
 6622 "zerovec",
 6623]
 6624
 6625[[package]]
 6626name = "icu_locid_transform_data"
 6627version = "1.5.0"
 6628source = "registry+https://github.com/rust-lang/crates.io-index"
 6629checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
 6630
 6631[[package]]
 6632name = "icu_normalizer"
 6633version = "1.5.0"
 6634source = "registry+https://github.com/rust-lang/crates.io-index"
 6635checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
 6636dependencies = [
 6637 "displaydoc",
 6638 "icu_collections",
 6639 "icu_normalizer_data",
 6640 "icu_properties",
 6641 "icu_provider",
 6642 "smallvec",
 6643 "utf16_iter",
 6644 "utf8_iter",
 6645 "write16",
 6646 "zerovec",
 6647]
 6648
 6649[[package]]
 6650name = "icu_normalizer_data"
 6651version = "1.5.0"
 6652source = "registry+https://github.com/rust-lang/crates.io-index"
 6653checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
 6654
 6655[[package]]
 6656name = "icu_properties"
 6657version = "1.5.1"
 6658source = "registry+https://github.com/rust-lang/crates.io-index"
 6659checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
 6660dependencies = [
 6661 "displaydoc",
 6662 "icu_collections",
 6663 "icu_locid_transform",
 6664 "icu_properties_data",
 6665 "icu_provider",
 6666 "tinystr",
 6667 "zerovec",
 6668]
 6669
 6670[[package]]
 6671name = "icu_properties_data"
 6672version = "1.5.0"
 6673source = "registry+https://github.com/rust-lang/crates.io-index"
 6674checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
 6675
 6676[[package]]
 6677name = "icu_provider"
 6678version = "1.5.0"
 6679source = "registry+https://github.com/rust-lang/crates.io-index"
 6680checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
 6681dependencies = [
 6682 "displaydoc",
 6683 "icu_locid",
 6684 "icu_provider_macros",
 6685 "stable_deref_trait",
 6686 "tinystr",
 6687 "writeable",
 6688 "yoke",
 6689 "zerofrom",
 6690 "zerovec",
 6691]
 6692
 6693[[package]]
 6694name = "icu_provider_macros"
 6695version = "1.5.0"
 6696source = "registry+https://github.com/rust-lang/crates.io-index"
 6697checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
 6698dependencies = [
 6699 "proc-macro2",
 6700 "quote",
 6701 "syn 2.0.100",
 6702]
 6703
 6704[[package]]
 6705name = "id-arena"
 6706version = "2.2.1"
 6707source = "registry+https://github.com/rust-lang/crates.io-index"
 6708checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 6709
 6710[[package]]
 6711name = "idna"
 6712version = "1.0.3"
 6713source = "registry+https://github.com/rust-lang/crates.io-index"
 6714checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
 6715dependencies = [
 6716 "idna_adapter",
 6717 "smallvec",
 6718 "utf8_iter",
 6719]
 6720
 6721[[package]]
 6722name = "idna_adapter"
 6723version = "1.2.0"
 6724source = "registry+https://github.com/rust-lang/crates.io-index"
 6725checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
 6726dependencies = [
 6727 "icu_normalizer",
 6728 "icu_properties",
 6729]
 6730
 6731[[package]]
 6732name = "ignore"
 6733version = "0.4.23"
 6734source = "registry+https://github.com/rust-lang/crates.io-index"
 6735checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
 6736dependencies = [
 6737 "crossbeam-deque",
 6738 "globset",
 6739 "log",
 6740 "memchr",
 6741 "regex-automata 0.4.9",
 6742 "same-file",
 6743 "walkdir",
 6744 "winapi-util",
 6745]
 6746
 6747[[package]]
 6748name = "image"
 6749version = "0.25.6"
 6750source = "registry+https://github.com/rust-lang/crates.io-index"
 6751checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
 6752dependencies = [
 6753 "bytemuck",
 6754 "byteorder-lite",
 6755 "color_quant",
 6756 "exr",
 6757 "gif",
 6758 "image-webp",
 6759 "num-traits",
 6760 "png",
 6761 "qoi",
 6762 "ravif",
 6763 "rayon",
 6764 "rgb",
 6765 "tiff",
 6766 "zune-core",
 6767 "zune-jpeg",
 6768]
 6769
 6770[[package]]
 6771name = "image-webp"
 6772version = "0.2.0"
 6773source = "registry+https://github.com/rust-lang/crates.io-index"
 6774checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
 6775dependencies = [
 6776 "byteorder-lite",
 6777 "quick-error",
 6778]
 6779
 6780[[package]]
 6781name = "image_viewer"
 6782version = "0.1.0"
 6783dependencies = [
 6784 "anyhow",
 6785 "db",
 6786 "editor",
 6787 "file_icons",
 6788 "gpui",
 6789 "project",
 6790 "schemars",
 6791 "serde",
 6792 "settings",
 6793 "theme",
 6794 "ui",
 6795 "util",
 6796 "workspace",
 6797]
 6798
 6799[[package]]
 6800name = "imagesize"
 6801version = "0.13.0"
 6802source = "registry+https://github.com/rust-lang/crates.io-index"
 6803checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 6804
 6805[[package]]
 6806name = "imara-diff"
 6807version = "0.1.8"
 6808source = "registry+https://github.com/rust-lang/crates.io-index"
 6809checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 6810dependencies = [
 6811 "hashbrown 0.15.2",
 6812]
 6813
 6814[[package]]
 6815name = "imgref"
 6816version = "1.11.0"
 6817source = "registry+https://github.com/rust-lang/crates.io-index"
 6818checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
 6819
 6820[[package]]
 6821name = "indexed_docs"
 6822version = "0.1.0"
 6823dependencies = [
 6824 "anyhow",
 6825 "async-trait",
 6826 "cargo_metadata",
 6827 "collections",
 6828 "derive_more",
 6829 "extension",
 6830 "fs",
 6831 "futures 0.3.31",
 6832 "fuzzy",
 6833 "gpui",
 6834 "heed",
 6835 "html_to_markdown",
 6836 "http_client",
 6837 "indexmap",
 6838 "indoc",
 6839 "parking_lot",
 6840 "paths",
 6841 "pretty_assertions",
 6842 "serde",
 6843 "strum",
 6844 "util",
 6845]
 6846
 6847[[package]]
 6848name = "indexmap"
 6849version = "2.7.1"
 6850source = "registry+https://github.com/rust-lang/crates.io-index"
 6851checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
 6852dependencies = [
 6853 "equivalent",
 6854 "hashbrown 0.15.2",
 6855 "serde",
 6856]
 6857
 6858[[package]]
 6859name = "indoc"
 6860version = "2.0.6"
 6861source = "registry+https://github.com/rust-lang/crates.io-index"
 6862checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 6863
 6864[[package]]
 6865name = "infer"
 6866version = "0.2.3"
 6867source = "registry+https://github.com/rust-lang/crates.io-index"
 6868checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
 6869
 6870[[package]]
 6871name = "inherent"
 6872version = "1.0.11"
 6873source = "registry+https://github.com/rust-lang/crates.io-index"
 6874checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
 6875dependencies = [
 6876 "proc-macro2",
 6877 "quote",
 6878 "syn 2.0.100",
 6879]
 6880
 6881[[package]]
 6882name = "inline_completion"
 6883version = "0.1.0"
 6884dependencies = [
 6885 "gpui",
 6886 "language",
 6887 "project",
 6888]
 6889
 6890[[package]]
 6891name = "inline_completion_button"
 6892version = "0.1.0"
 6893dependencies = [
 6894 "anyhow",
 6895 "client",
 6896 "copilot",
 6897 "editor",
 6898 "feature_flags",
 6899 "fs",
 6900 "futures 0.3.31",
 6901 "gpui",
 6902 "indoc",
 6903 "inline_completion",
 6904 "language",
 6905 "lsp",
 6906 "paths",
 6907 "project",
 6908 "regex",
 6909 "serde_json",
 6910 "settings",
 6911 "supermaven",
 6912 "telemetry",
 6913 "theme",
 6914 "ui",
 6915 "workspace",
 6916 "zed_actions",
 6917 "zeta",
 6918]
 6919
 6920[[package]]
 6921name = "inotify"
 6922version = "0.11.0"
 6923source = "registry+https://github.com/rust-lang/crates.io-index"
 6924checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 6925dependencies = [
 6926 "bitflags 2.9.0",
 6927 "inotify-sys",
 6928 "libc",
 6929]
 6930
 6931[[package]]
 6932name = "inotify-sys"
 6933version = "0.1.5"
 6934source = "registry+https://github.com/rust-lang/crates.io-index"
 6935checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 6936dependencies = [
 6937 "libc",
 6938]
 6939
 6940[[package]]
 6941name = "inout"
 6942version = "0.1.3"
 6943source = "registry+https://github.com/rust-lang/crates.io-index"
 6944checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
 6945dependencies = [
 6946 "block-padding",
 6947 "generic-array",
 6948]
 6949
 6950[[package]]
 6951name = "install_cli"
 6952version = "0.1.0"
 6953dependencies = [
 6954 "anyhow",
 6955 "gpui",
 6956 "smol",
 6957 "util",
 6958]
 6959
 6960[[package]]
 6961name = "instant"
 6962version = "0.1.13"
 6963source = "registry+https://github.com/rust-lang/crates.io-index"
 6964checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 6965dependencies = [
 6966 "cfg-if",
 6967]
 6968
 6969[[package]]
 6970name = "interpolate_name"
 6971version = "0.2.4"
 6972source = "registry+https://github.com/rust-lang/crates.io-index"
 6973checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 6974dependencies = [
 6975 "proc-macro2",
 6976 "quote",
 6977 "syn 2.0.100",
 6978]
 6979
 6980[[package]]
 6981name = "inventory"
 6982version = "0.3.20"
 6983source = "registry+https://github.com/rust-lang/crates.io-index"
 6984checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
 6985dependencies = [
 6986 "rustversion",
 6987]
 6988
 6989[[package]]
 6990name = "io-extras"
 6991version = "0.18.4"
 6992source = "registry+https://github.com/rust-lang/crates.io-index"
 6993checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 6994dependencies = [
 6995 "io-lifetimes",
 6996 "windows-sys 0.59.0",
 6997]
 6998
 6999[[package]]
 7000name = "io-lifetimes"
 7001version = "2.0.4"
 7002source = "registry+https://github.com/rust-lang/crates.io-index"
 7003checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 7004
 7005[[package]]
 7006name = "io-surface"
 7007version = "0.16.0"
 7008source = "registry+https://github.com/rust-lang/crates.io-index"
 7009checksum = "8283575d5f0b2e7447ec0840363879d71c0fa325d4c699d5b45208ea4a51f45e"
 7010dependencies = [
 7011 "cgl",
 7012 "core-foundation 0.10.0",
 7013 "core-foundation-sys",
 7014 "leaky-cow",
 7015 "libc",
 7016]
 7017
 7018[[package]]
 7019name = "iovec"
 7020version = "0.1.4"
 7021source = "registry+https://github.com/rust-lang/crates.io-index"
 7022checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 7023dependencies = [
 7024 "libc",
 7025]
 7026
 7027[[package]]
 7028name = "ipc-channel"
 7029version = "0.19.0"
 7030source = "registry+https://github.com/rust-lang/crates.io-index"
 7031checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 7032dependencies = [
 7033 "bincode",
 7034 "crossbeam-channel",
 7035 "fnv",
 7036 "lazy_static",
 7037 "libc",
 7038 "mio",
 7039 "rand 0.8.5",
 7040 "serde",
 7041 "tempfile",
 7042 "uuid",
 7043 "windows 0.58.0",
 7044]
 7045
 7046[[package]]
 7047name = "ipnet"
 7048version = "2.10.1"
 7049source = "registry+https://github.com/rust-lang/crates.io-index"
 7050checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
 7051
 7052[[package]]
 7053name = "is-docker"
 7054version = "0.2.0"
 7055source = "registry+https://github.com/rust-lang/crates.io-index"
 7056checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 7057dependencies = [
 7058 "once_cell",
 7059]
 7060
 7061[[package]]
 7062name = "is-terminal"
 7063version = "0.4.13"
 7064source = "registry+https://github.com/rust-lang/crates.io-index"
 7065checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
 7066dependencies = [
 7067 "hermit-abi 0.4.0",
 7068 "libc",
 7069 "windows-sys 0.52.0",
 7070]
 7071
 7072[[package]]
 7073name = "is-wsl"
 7074version = "0.4.0"
 7075source = "registry+https://github.com/rust-lang/crates.io-index"
 7076checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 7077dependencies = [
 7078 "is-docker",
 7079 "once_cell",
 7080]
 7081
 7082[[package]]
 7083name = "is_terminal_polyfill"
 7084version = "1.70.1"
 7085source = "registry+https://github.com/rust-lang/crates.io-index"
 7086checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 7087
 7088[[package]]
 7089name = "itertools"
 7090version = "0.10.5"
 7091source = "registry+https://github.com/rust-lang/crates.io-index"
 7092checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 7093dependencies = [
 7094 "either",
 7095]
 7096
 7097[[package]]
 7098name = "itertools"
 7099version = "0.11.0"
 7100source = "registry+https://github.com/rust-lang/crates.io-index"
 7101checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 7102dependencies = [
 7103 "either",
 7104]
 7105
 7106[[package]]
 7107name = "itertools"
 7108version = "0.12.1"
 7109source = "registry+https://github.com/rust-lang/crates.io-index"
 7110checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 7111dependencies = [
 7112 "either",
 7113]
 7114
 7115[[package]]
 7116name = "itertools"
 7117version = "0.14.0"
 7118source = "registry+https://github.com/rust-lang/crates.io-index"
 7119checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 7120dependencies = [
 7121 "either",
 7122]
 7123
 7124[[package]]
 7125name = "itoa"
 7126version = "1.0.14"
 7127source = "registry+https://github.com/rust-lang/crates.io-index"
 7128checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
 7129
 7130[[package]]
 7131name = "jiff"
 7132version = "0.2.4"
 7133source = "registry+https://github.com/rust-lang/crates.io-index"
 7134checksum = "d699bc6dfc879fb1bf9bdff0d4c56f0884fc6f0d0eb0fba397a6d00cd9a6b85e"
 7135dependencies = [
 7136 "jiff-static",
 7137 "log",
 7138 "portable-atomic",
 7139 "portable-atomic-util",
 7140 "serde",
 7141]
 7142
 7143[[package]]
 7144name = "jiff-static"
 7145version = "0.2.4"
 7146source = "registry+https://github.com/rust-lang/crates.io-index"
 7147checksum = "8d16e75759ee0aa64c57a56acbf43916987b20c77373cb7e808979e02b93c9f9"
 7148dependencies = [
 7149 "proc-macro2",
 7150 "quote",
 7151 "syn 2.0.100",
 7152]
 7153
 7154[[package]]
 7155name = "jni"
 7156version = "0.21.1"
 7157source = "registry+https://github.com/rust-lang/crates.io-index"
 7158checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 7159dependencies = [
 7160 "cesu8",
 7161 "cfg-if",
 7162 "combine",
 7163 "jni-sys",
 7164 "log",
 7165 "thiserror 1.0.69",
 7166 "walkdir",
 7167 "windows-sys 0.45.0",
 7168]
 7169
 7170[[package]]
 7171name = "jni-sys"
 7172version = "0.3.0"
 7173source = "registry+https://github.com/rust-lang/crates.io-index"
 7174checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 7175
 7176[[package]]
 7177name = "jobserver"
 7178version = "0.1.32"
 7179source = "registry+https://github.com/rust-lang/crates.io-index"
 7180checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
 7181dependencies = [
 7182 "libc",
 7183]
 7184
 7185[[package]]
 7186name = "journal"
 7187version = "0.1.0"
 7188dependencies = [
 7189 "anyhow",
 7190 "chrono",
 7191 "editor",
 7192 "gpui",
 7193 "log",
 7194 "schemars",
 7195 "serde",
 7196 "settings",
 7197 "shellexpand 2.1.2",
 7198 "workspace",
 7199]
 7200
 7201[[package]]
 7202name = "jpeg-decoder"
 7203version = "0.3.1"
 7204source = "registry+https://github.com/rust-lang/crates.io-index"
 7205checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
 7206
 7207[[package]]
 7208name = "js-sys"
 7209version = "0.3.76"
 7210source = "registry+https://github.com/rust-lang/crates.io-index"
 7211checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
 7212dependencies = [
 7213 "once_cell",
 7214 "wasm-bindgen",
 7215]
 7216
 7217[[package]]
 7218name = "jsonwebtoken"
 7219version = "9.3.1"
 7220source = "registry+https://github.com/rust-lang/crates.io-index"
 7221checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
 7222dependencies = [
 7223 "base64 0.22.1",
 7224 "js-sys",
 7225 "pem",
 7226 "ring",
 7227 "serde",
 7228 "serde_json",
 7229 "simple_asn1",
 7230]
 7231
 7232[[package]]
 7233name = "jupyter-protocol"
 7234version = "0.6.0"
 7235source = "registry+https://github.com/rust-lang/crates.io-index"
 7236checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
 7237dependencies = [
 7238 "anyhow",
 7239 "async-trait",
 7240 "bytes 1.10.1",
 7241 "chrono",
 7242 "futures 0.3.31",
 7243 "serde",
 7244 "serde_json",
 7245 "uuid",
 7246]
 7247
 7248[[package]]
 7249name = "jupyter-websocket-client"
 7250version = "0.9.0"
 7251source = "registry+https://github.com/rust-lang/crates.io-index"
 7252checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
 7253dependencies = [
 7254 "anyhow",
 7255 "async-trait",
 7256 "async-tungstenite",
 7257 "futures 0.3.31",
 7258 "jupyter-protocol",
 7259 "serde",
 7260 "serde_json",
 7261 "url",
 7262 "uuid",
 7263]
 7264
 7265[[package]]
 7266name = "khronos-egl"
 7267version = "6.0.0"
 7268source = "registry+https://github.com/rust-lang/crates.io-index"
 7269checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 7270dependencies = [
 7271 "libc",
 7272 "libloading",
 7273]
 7274
 7275[[package]]
 7276name = "kqueue"
 7277version = "1.0.8"
 7278source = "registry+https://github.com/rust-lang/crates.io-index"
 7279checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
 7280dependencies = [
 7281 "kqueue-sys",
 7282 "libc",
 7283]
 7284
 7285[[package]]
 7286name = "kqueue-sys"
 7287version = "1.0.4"
 7288source = "registry+https://github.com/rust-lang/crates.io-index"
 7289checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 7290dependencies = [
 7291 "bitflags 1.3.2",
 7292 "libc",
 7293]
 7294
 7295[[package]]
 7296name = "kurbo"
 7297version = "0.11.1"
 7298source = "registry+https://github.com/rust-lang/crates.io-index"
 7299checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
 7300dependencies = [
 7301 "arrayvec",
 7302 "smallvec",
 7303]
 7304
 7305[[package]]
 7306name = "kv-log-macro"
 7307version = "1.0.7"
 7308source = "registry+https://github.com/rust-lang/crates.io-index"
 7309checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 7310dependencies = [
 7311 "log",
 7312]
 7313
 7314[[package]]
 7315name = "language"
 7316version = "0.1.0"
 7317dependencies = [
 7318 "anyhow",
 7319 "async-trait",
 7320 "async-watch",
 7321 "clock",
 7322 "collections",
 7323 "ctor",
 7324 "ec4rs",
 7325 "env_logger 0.11.7",
 7326 "fs",
 7327 "futures 0.3.31",
 7328 "fuzzy",
 7329 "globset",
 7330 "gpui",
 7331 "http_client",
 7332 "imara-diff",
 7333 "indoc",
 7334 "itertools 0.14.0",
 7335 "log",
 7336 "lsp",
 7337 "parking_lot",
 7338 "postage",
 7339 "pretty_assertions",
 7340 "rand 0.8.5",
 7341 "regex",
 7342 "rpc",
 7343 "schemars",
 7344 "serde",
 7345 "serde_json",
 7346 "settings",
 7347 "smallvec",
 7348 "smol",
 7349 "streaming-iterator",
 7350 "strsim",
 7351 "sum_tree",
 7352 "task",
 7353 "text",
 7354 "theme",
 7355 "tree-sitter",
 7356 "tree-sitter-elixir",
 7357 "tree-sitter-embedded-template",
 7358 "tree-sitter-heex",
 7359 "tree-sitter-html",
 7360 "tree-sitter-json",
 7361 "tree-sitter-md",
 7362 "tree-sitter-ruby",
 7363 "tree-sitter-rust",
 7364 "tree-sitter-typescript",
 7365 "unicase",
 7366 "unindent",
 7367 "util",
 7368]
 7369
 7370[[package]]
 7371name = "language_extension"
 7372version = "0.1.0"
 7373dependencies = [
 7374 "anyhow",
 7375 "async-trait",
 7376 "collections",
 7377 "extension",
 7378 "fs",
 7379 "futures 0.3.31",
 7380 "gpui",
 7381 "language",
 7382 "lsp",
 7383 "serde",
 7384 "serde_json",
 7385 "util",
 7386]
 7387
 7388[[package]]
 7389name = "language_model"
 7390version = "0.1.0"
 7391dependencies = [
 7392 "anthropic",
 7393 "anyhow",
 7394 "base64 0.22.1",
 7395 "client",
 7396 "collections",
 7397 "futures 0.3.31",
 7398 "google_ai",
 7399 "gpui",
 7400 "http_client",
 7401 "icons",
 7402 "image",
 7403 "log",
 7404 "open_ai",
 7405 "parking_lot",
 7406 "proto",
 7407 "schemars",
 7408 "serde",
 7409 "serde_json",
 7410 "smol",
 7411 "strum",
 7412 "telemetry_events",
 7413 "thiserror 2.0.12",
 7414 "util",
 7415]
 7416
 7417[[package]]
 7418name = "language_model_selector"
 7419version = "0.1.0"
 7420dependencies = [
 7421 "feature_flags",
 7422 "gpui",
 7423 "language_model",
 7424 "log",
 7425 "picker",
 7426 "proto",
 7427 "ui",
 7428 "workspace",
 7429 "zed_actions",
 7430]
 7431
 7432[[package]]
 7433name = "language_models"
 7434version = "0.1.0"
 7435dependencies = [
 7436 "anthropic",
 7437 "anyhow",
 7438 "aws-config",
 7439 "aws-credential-types",
 7440 "aws_http_client",
 7441 "bedrock",
 7442 "client",
 7443 "collections",
 7444 "copilot",
 7445 "credentials_provider",
 7446 "deepseek",
 7447 "editor",
 7448 "feature_flags",
 7449 "fs",
 7450 "futures 0.3.31",
 7451 "google_ai",
 7452 "gpui",
 7453 "gpui_tokio",
 7454 "http_client",
 7455 "language_model",
 7456 "lmstudio",
 7457 "log",
 7458 "menu",
 7459 "mistral",
 7460 "ollama",
 7461 "open_ai",
 7462 "project",
 7463 "proto",
 7464 "schemars",
 7465 "serde",
 7466 "serde_json",
 7467 "settings",
 7468 "smol",
 7469 "strum",
 7470 "theme",
 7471 "tiktoken-rs",
 7472 "tokio",
 7473 "ui",
 7474 "util",
 7475]
 7476
 7477[[package]]
 7478name = "language_selector"
 7479version = "0.1.0"
 7480dependencies = [
 7481 "anyhow",
 7482 "editor",
 7483 "file_finder",
 7484 "file_icons",
 7485 "fuzzy",
 7486 "gpui",
 7487 "language",
 7488 "picker",
 7489 "project",
 7490 "settings",
 7491 "ui",
 7492 "util",
 7493 "workspace",
 7494]
 7495
 7496[[package]]
 7497name = "language_tools"
 7498version = "0.1.0"
 7499dependencies = [
 7500 "anyhow",
 7501 "client",
 7502 "collections",
 7503 "copilot",
 7504 "editor",
 7505 "env_logger 0.11.7",
 7506 "futures 0.3.31",
 7507 "gpui",
 7508 "itertools 0.14.0",
 7509 "language",
 7510 "lsp",
 7511 "project",
 7512 "release_channel",
 7513 "serde_json",
 7514 "settings",
 7515 "theme",
 7516 "tree-sitter",
 7517 "ui",
 7518 "util",
 7519 "workspace",
 7520 "zed_actions",
 7521]
 7522
 7523[[package]]
 7524name = "languages"
 7525version = "0.1.0"
 7526dependencies = [
 7527 "anyhow",
 7528 "async-compression",
 7529 "async-tar",
 7530 "async-trait",
 7531 "collections",
 7532 "futures 0.3.31",
 7533 "gpui",
 7534 "http_client",
 7535 "language",
 7536 "log",
 7537 "lsp",
 7538 "node_runtime",
 7539 "paths",
 7540 "pet",
 7541 "pet-conda",
 7542 "pet-core",
 7543 "pet-fs",
 7544 "pet-poetry",
 7545 "pet-reporter",
 7546 "pretty_assertions",
 7547 "project",
 7548 "regex",
 7549 "rope",
 7550 "rust-embed",
 7551 "serde",
 7552 "serde_json",
 7553 "settings",
 7554 "smol",
 7555 "snippet_provider",
 7556 "task",
 7557 "text",
 7558 "theme",
 7559 "toml 0.8.20",
 7560 "tree-sitter",
 7561 "tree-sitter-bash",
 7562 "tree-sitter-c",
 7563 "tree-sitter-cpp",
 7564 "tree-sitter-css",
 7565 "tree-sitter-diff",
 7566 "tree-sitter-gitcommit",
 7567 "tree-sitter-go",
 7568 "tree-sitter-gomod",
 7569 "tree-sitter-gowork",
 7570 "tree-sitter-jsdoc",
 7571 "tree-sitter-json",
 7572 "tree-sitter-md",
 7573 "tree-sitter-python",
 7574 "tree-sitter-regex",
 7575 "tree-sitter-rust",
 7576 "tree-sitter-typescript",
 7577 "tree-sitter-yaml",
 7578 "unindent",
 7579 "util",
 7580 "workspace",
 7581]
 7582
 7583[[package]]
 7584name = "lazy_static"
 7585version = "1.5.0"
 7586source = "registry+https://github.com/rust-lang/crates.io-index"
 7587checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 7588dependencies = [
 7589 "spin",
 7590]
 7591
 7592[[package]]
 7593name = "lazycell"
 7594version = "1.3.0"
 7595source = "registry+https://github.com/rust-lang/crates.io-index"
 7596checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 7597
 7598[[package]]
 7599name = "leak"
 7600version = "0.1.2"
 7601source = "registry+https://github.com/rust-lang/crates.io-index"
 7602checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 7603
 7604[[package]]
 7605name = "leaky-cow"
 7606version = "0.1.1"
 7607source = "registry+https://github.com/rust-lang/crates.io-index"
 7608checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 7609dependencies = [
 7610 "leak",
 7611]
 7612
 7613[[package]]
 7614name = "leb128"
 7615version = "0.2.5"
 7616source = "registry+https://github.com/rust-lang/crates.io-index"
 7617checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 7618
 7619[[package]]
 7620name = "leb128fmt"
 7621version = "0.1.0"
 7622source = "registry+https://github.com/rust-lang/crates.io-index"
 7623checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 7624
 7625[[package]]
 7626name = "lebe"
 7627version = "0.5.2"
 7628source = "registry+https://github.com/rust-lang/crates.io-index"
 7629checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
 7630
 7631[[package]]
 7632name = "libc"
 7633version = "0.2.171"
 7634source = "registry+https://github.com/rust-lang/crates.io-index"
 7635checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
 7636
 7637[[package]]
 7638name = "libdbus-sys"
 7639version = "0.2.5"
 7640source = "registry+https://github.com/rust-lang/crates.io-index"
 7641checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
 7642dependencies = [
 7643 "cc",
 7644 "pkg-config",
 7645]
 7646
 7647[[package]]
 7648name = "libfuzzer-sys"
 7649version = "0.4.8"
 7650source = "registry+https://github.com/rust-lang/crates.io-index"
 7651checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
 7652dependencies = [
 7653 "arbitrary",
 7654 "cc",
 7655]
 7656
 7657[[package]]
 7658name = "libgit2-sys"
 7659version = "0.18.1+1.9.0"
 7660source = "registry+https://github.com/rust-lang/crates.io-index"
 7661checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
 7662dependencies = [
 7663 "cc",
 7664 "libc",
 7665 "libz-sys",
 7666 "pkg-config",
 7667]
 7668
 7669[[package]]
 7670name = "libloading"
 7671version = "0.8.6"
 7672source = "registry+https://github.com/rust-lang/crates.io-index"
 7673checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
 7674dependencies = [
 7675 "cfg-if",
 7676 "windows-targets 0.52.6",
 7677]
 7678
 7679[[package]]
 7680name = "libm"
 7681version = "0.2.11"
 7682source = "registry+https://github.com/rust-lang/crates.io-index"
 7683checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
 7684
 7685[[package]]
 7686name = "libmimalloc-sys"
 7687version = "0.1.40"
 7688source = "registry+https://github.com/rust-lang/crates.io-index"
 7689checksum = "07d0e07885d6a754b9c7993f2625187ad694ee985d60f23355ff0e7077261502"
 7690dependencies = [
 7691 "cc",
 7692 "libc",
 7693]
 7694
 7695[[package]]
 7696name = "libredox"
 7697version = "0.1.3"
 7698source = "registry+https://github.com/rust-lang/crates.io-index"
 7699checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
 7700dependencies = [
 7701 "bitflags 2.9.0",
 7702 "libc",
 7703 "redox_syscall 0.5.8",
 7704]
 7705
 7706[[package]]
 7707name = "libsqlite3-sys"
 7708version = "0.30.1"
 7709source = "registry+https://github.com/rust-lang/crates.io-index"
 7710checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 7711dependencies = [
 7712 "cc",
 7713 "pkg-config",
 7714 "vcpkg",
 7715]
 7716
 7717[[package]]
 7718name = "libwebrtc"
 7719version = "0.3.10"
 7720source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
 7721dependencies = [
 7722 "cxx",
 7723 "jni",
 7724 "js-sys",
 7725 "lazy_static",
 7726 "livekit-protocol",
 7727 "livekit-runtime",
 7728 "log",
 7729 "parking_lot",
 7730 "serde",
 7731 "serde_json",
 7732 "thiserror 1.0.69",
 7733 "tokio",
 7734 "wasm-bindgen",
 7735 "wasm-bindgen-futures",
 7736 "web-sys",
 7737 "webrtc-sys",
 7738]
 7739
 7740[[package]]
 7741name = "libz-sys"
 7742version = "1.1.20"
 7743source = "registry+https://github.com/rust-lang/crates.io-index"
 7744checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
 7745dependencies = [
 7746 "cc",
 7747 "libc",
 7748 "pkg-config",
 7749 "vcpkg",
 7750]
 7751
 7752[[package]]
 7753name = "link-cplusplus"
 7754version = "1.0.9"
 7755source = "registry+https://github.com/rust-lang/crates.io-index"
 7756checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
 7757dependencies = [
 7758 "cc",
 7759]
 7760
 7761[[package]]
 7762name = "linkify"
 7763version = "0.10.0"
 7764source = "registry+https://github.com/rust-lang/crates.io-index"
 7765checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 7766dependencies = [
 7767 "memchr",
 7768]
 7769
 7770[[package]]
 7771name = "linkme"
 7772version = "0.3.32"
 7773source = "registry+https://github.com/rust-lang/crates.io-index"
 7774checksum = "22d227772b5999ddc0690e733f734f95ca05387e329c4084fe65678c51198ffe"
 7775dependencies = [
 7776 "linkme-impl",
 7777]
 7778
 7779[[package]]
 7780name = "linkme-impl"
 7781version = "0.3.32"
 7782source = "registry+https://github.com/rust-lang/crates.io-index"
 7783checksum = "71a98813fa0073a317ed6a8055dcd4722a49d9b862af828ee68449adb799b6be"
 7784dependencies = [
 7785 "proc-macro2",
 7786 "quote",
 7787 "syn 2.0.100",
 7788]
 7789
 7790[[package]]
 7791name = "linux-raw-sys"
 7792version = "0.4.14"
 7793source = "registry+https://github.com/rust-lang/crates.io-index"
 7794checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
 7795
 7796[[package]]
 7797name = "litemap"
 7798version = "0.7.4"
 7799source = "registry+https://github.com/rust-lang/crates.io-index"
 7800checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
 7801
 7802[[package]]
 7803name = "livekit"
 7804version = "0.7.8"
 7805source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
 7806dependencies = [
 7807 "chrono",
 7808 "futures-util",
 7809 "lazy_static",
 7810 "libloading",
 7811 "libwebrtc",
 7812 "livekit-api",
 7813 "livekit-protocol",
 7814 "livekit-runtime",
 7815 "log",
 7816 "parking_lot",
 7817 "prost 0.12.6",
 7818 "semver",
 7819 "serde",
 7820 "serde_json",
 7821 "thiserror 1.0.69",
 7822 "tokio",
 7823]
 7824
 7825[[package]]
 7826name = "livekit-api"
 7827version = "0.4.2"
 7828source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
 7829dependencies = [
 7830 "base64 0.21.7",
 7831 "futures-util",
 7832 "http 0.2.12",
 7833 "jsonwebtoken",
 7834 "livekit-protocol",
 7835 "livekit-runtime",
 7836 "log",
 7837 "parking_lot",
 7838 "pbjson-types",
 7839 "prost 0.12.6",
 7840 "rand 0.9.0",
 7841 "reqwest 0.11.27",
 7842 "scopeguard",
 7843 "serde",
 7844 "serde_json",
 7845 "sha2",
 7846 "thiserror 1.0.69",
 7847 "tokio",
 7848 "tokio-tungstenite 0.26.2",
 7849 "url",
 7850]
 7851
 7852[[package]]
 7853name = "livekit-protocol"
 7854version = "0.3.9"
 7855source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
 7856dependencies = [
 7857 "futures-util",
 7858 "livekit-runtime",
 7859 "parking_lot",
 7860 "pbjson",
 7861 "pbjson-types",
 7862 "prost 0.12.6",
 7863 "prost-types 0.12.6",
 7864 "serde",
 7865 "thiserror 1.0.69",
 7866 "tokio",
 7867]
 7868
 7869[[package]]
 7870name = "livekit-runtime"
 7871version = "0.4.0"
 7872source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
 7873dependencies = [
 7874 "tokio",
 7875 "tokio-stream",
 7876]
 7877
 7878[[package]]
 7879name = "livekit_api"
 7880version = "0.1.0"
 7881dependencies = [
 7882 "anyhow",
 7883 "async-trait",
 7884 "jsonwebtoken",
 7885 "log",
 7886 "prost 0.9.0",
 7887 "prost-build 0.9.0",
 7888 "prost-types 0.9.0",
 7889 "reqwest 0.12.8",
 7890 "serde",
 7891]
 7892
 7893[[package]]
 7894name = "livekit_client"
 7895version = "0.1.0"
 7896dependencies = [
 7897 "anyhow",
 7898 "async-trait",
 7899 "collections",
 7900 "core-foundation 0.10.0",
 7901 "core-video",
 7902 "coreaudio-rs 0.12.1",
 7903 "cpal",
 7904 "futures 0.3.31",
 7905 "gpui",
 7906 "gpui_tokio",
 7907 "http_client_tls",
 7908 "image",
 7909 "libwebrtc",
 7910 "livekit",
 7911 "livekit_api",
 7912 "log",
 7913 "nanoid",
 7914 "objc",
 7915 "parking_lot",
 7916 "postage",
 7917 "serde",
 7918 "serde_json",
 7919 "sha2",
 7920 "simplelog",
 7921 "smallvec",
 7922 "tokio-tungstenite 0.26.2",
 7923 "util",
 7924]
 7925
 7926[[package]]
 7927name = "lmdb-master-sys"
 7928version = "0.2.4"
 7929source = "registry+https://github.com/rust-lang/crates.io-index"
 7930checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
 7931dependencies = [
 7932 "cc",
 7933 "doxygen-rs",
 7934 "libc",
 7935]
 7936
 7937[[package]]
 7938name = "lmstudio"
 7939version = "0.1.0"
 7940dependencies = [
 7941 "anyhow",
 7942 "futures 0.3.31",
 7943 "http_client",
 7944 "schemars",
 7945 "serde",
 7946 "serde_json",
 7947]
 7948
 7949[[package]]
 7950name = "lock_api"
 7951version = "0.4.12"
 7952source = "registry+https://github.com/rust-lang/crates.io-index"
 7953checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
 7954dependencies = [
 7955 "autocfg",
 7956 "scopeguard",
 7957]
 7958
 7959[[package]]
 7960name = "log"
 7961version = "0.4.27"
 7962source = "registry+https://github.com/rust-lang/crates.io-index"
 7963checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
 7964dependencies = [
 7965 "serde",
 7966 "value-bag",
 7967]
 7968
 7969[[package]]
 7970name = "loop9"
 7971version = "0.1.5"
 7972source = "registry+https://github.com/rust-lang/crates.io-index"
 7973checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
 7974dependencies = [
 7975 "imgref",
 7976]
 7977
 7978[[package]]
 7979name = "lru"
 7980version = "0.12.5"
 7981source = "registry+https://github.com/rust-lang/crates.io-index"
 7982checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
 7983dependencies = [
 7984 "hashbrown 0.15.2",
 7985]
 7986
 7987[[package]]
 7988name = "lsp"
 7989version = "0.1.0"
 7990dependencies = [
 7991 "anyhow",
 7992 "async-pipe",
 7993 "collections",
 7994 "ctor",
 7995 "env_logger 0.11.7",
 7996 "futures 0.3.31",
 7997 "gpui",
 7998 "log",
 7999 "lsp-types",
 8000 "parking_lot",
 8001 "postage",
 8002 "release_channel",
 8003 "schemars",
 8004 "serde",
 8005 "serde_json",
 8006 "smol",
 8007 "util",
 8008]
 8009
 8010[[package]]
 8011name = "lsp-types"
 8012version = "0.95.1"
 8013source = "git+https://github.com/zed-industries/lsp-types?rev=1fff0dd12e2071c5667327394cfec163d2a466ab#1fff0dd12e2071c5667327394cfec163d2a466ab"
 8014dependencies = [
 8015 "bitflags 1.3.2",
 8016 "serde",
 8017 "serde_json",
 8018 "serde_repr",
 8019 "url",
 8020]
 8021
 8022[[package]]
 8023name = "lyon"
 8024version = "1.0.1"
 8025source = "registry+https://github.com/rust-lang/crates.io-index"
 8026checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
 8027dependencies = [
 8028 "lyon_algorithms",
 8029 "lyon_extra",
 8030 "lyon_tessellation",
 8031]
 8032
 8033[[package]]
 8034name = "lyon_algorithms"
 8035version = "1.0.5"
 8036source = "registry+https://github.com/rust-lang/crates.io-index"
 8037checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
 8038dependencies = [
 8039 "lyon_path",
 8040 "num-traits",
 8041]
 8042
 8043[[package]]
 8044name = "lyon_extra"
 8045version = "1.0.3"
 8046source = "registry+https://github.com/rust-lang/crates.io-index"
 8047checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
 8048dependencies = [
 8049 "lyon_path",
 8050 "thiserror 1.0.69",
 8051]
 8052
 8053[[package]]
 8054name = "lyon_geom"
 8055version = "1.0.6"
 8056source = "registry+https://github.com/rust-lang/crates.io-index"
 8057checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
 8058dependencies = [
 8059 "arrayvec",
 8060 "euclid",
 8061 "num-traits",
 8062]
 8063
 8064[[package]]
 8065name = "lyon_path"
 8066version = "1.0.6"
 8067source = "registry+https://github.com/rust-lang/crates.io-index"
 8068checksum = "8e0b8aec2f58586f6eef237985b9a9b7cb3a3aff4417c575075cf95bf925252e"
 8069dependencies = [
 8070 "lyon_geom",
 8071 "num-traits",
 8072]
 8073
 8074[[package]]
 8075name = "lyon_tessellation"
 8076version = "1.0.15"
 8077source = "registry+https://github.com/rust-lang/crates.io-index"
 8078checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
 8079dependencies = [
 8080 "float_next_after",
 8081 "lyon_path",
 8082 "num-traits",
 8083]
 8084
 8085[[package]]
 8086name = "mac"
 8087version = "0.1.1"
 8088source = "registry+https://github.com/rust-lang/crates.io-index"
 8089checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
 8090
 8091[[package]]
 8092name = "mach2"
 8093version = "0.4.2"
 8094source = "registry+https://github.com/rust-lang/crates.io-index"
 8095checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
 8096dependencies = [
 8097 "libc",
 8098]
 8099
 8100[[package]]
 8101name = "malloc_buf"
 8102version = "0.0.6"
 8103source = "registry+https://github.com/rust-lang/crates.io-index"
 8104checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
 8105dependencies = [
 8106 "libc",
 8107]
 8108
 8109[[package]]
 8110name = "maplit"
 8111version = "1.0.2"
 8112source = "registry+https://github.com/rust-lang/crates.io-index"
 8113checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
 8114
 8115[[package]]
 8116name = "markdown"
 8117version = "0.1.0"
 8118dependencies = [
 8119 "anyhow",
 8120 "assets",
 8121 "env_logger 0.11.7",
 8122 "gpui",
 8123 "language",
 8124 "languages",
 8125 "linkify",
 8126 "log",
 8127 "node_runtime",
 8128 "pulldown-cmark 0.12.2",
 8129 "settings",
 8130 "theme",
 8131 "ui",
 8132 "util",
 8133]
 8134
 8135[[package]]
 8136name = "markdown_preview"
 8137version = "0.1.0"
 8138dependencies = [
 8139 "anyhow",
 8140 "async-recursion 1.1.1",
 8141 "collections",
 8142 "editor",
 8143 "gpui",
 8144 "language",
 8145 "linkify",
 8146 "log",
 8147 "pretty_assertions",
 8148 "pulldown-cmark 0.12.2",
 8149 "settings",
 8150 "theme",
 8151 "ui",
 8152 "util",
 8153 "workspace",
 8154]
 8155
 8156[[package]]
 8157name = "markup5ever"
 8158version = "0.12.1"
 8159source = "registry+https://github.com/rust-lang/crates.io-index"
 8160checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
 8161dependencies = [
 8162 "log",
 8163 "phf",
 8164 "phf_codegen",
 8165 "string_cache",
 8166 "string_cache_codegen",
 8167 "tendril",
 8168]
 8169
 8170[[package]]
 8171name = "markup5ever_rcdom"
 8172version = "0.3.0"
 8173source = "registry+https://github.com/rust-lang/crates.io-index"
 8174checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
 8175dependencies = [
 8176 "html5ever",
 8177 "markup5ever",
 8178 "tendril",
 8179 "xml5ever",
 8180]
 8181
 8182[[package]]
 8183name = "matchers"
 8184version = "0.1.0"
 8185source = "registry+https://github.com/rust-lang/crates.io-index"
 8186checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
 8187dependencies = [
 8188 "regex-automata 0.1.10",
 8189]
 8190
 8191[[package]]
 8192name = "matchit"
 8193version = "0.7.3"
 8194source = "registry+https://github.com/rust-lang/crates.io-index"
 8195checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
 8196
 8197[[package]]
 8198name = "maybe-owned"
 8199version = "0.3.4"
 8200source = "registry+https://github.com/rust-lang/crates.io-index"
 8201checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
 8202
 8203[[package]]
 8204name = "maybe-rayon"
 8205version = "0.1.1"
 8206source = "registry+https://github.com/rust-lang/crates.io-index"
 8207checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
 8208dependencies = [
 8209 "cfg-if",
 8210 "rayon",
 8211]
 8212
 8213[[package]]
 8214name = "md-5"
 8215version = "0.10.6"
 8216source = "registry+https://github.com/rust-lang/crates.io-index"
 8217checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
 8218dependencies = [
 8219 "cfg-if",
 8220 "digest",
 8221]
 8222
 8223[[package]]
 8224name = "mdbook"
 8225version = "0.4.47"
 8226source = "registry+https://github.com/rust-lang/crates.io-index"
 8227checksum = "7e1a8fe3a4a01f28dab245c474cb7b95ccb4d3d2f17a5419a3d949f474c45e84"
 8228dependencies = [
 8229 "ammonia",
 8230 "anyhow",
 8231 "chrono",
 8232 "clap",
 8233 "clap_complete",
 8234 "elasticlunr-rs",
 8235 "env_logger 0.11.7",
 8236 "futures-util",
 8237 "handlebars 6.2.0",
 8238 "hex",
 8239 "ignore",
 8240 "log",
 8241 "memchr",
 8242 "notify 8.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8243 "notify-debouncer-mini",
 8244 "once_cell",
 8245 "opener",
 8246 "pathdiff",
 8247 "pulldown-cmark 0.10.3",
 8248 "regex",
 8249 "serde",
 8250 "serde_json",
 8251 "sha2",
 8252 "shlex",
 8253 "tempfile",
 8254 "tokio",
 8255 "toml 0.5.11",
 8256 "topological-sort",
 8257 "walkdir",
 8258 "warp",
 8259]
 8260
 8261[[package]]
 8262name = "media"
 8263version = "0.1.0"
 8264dependencies = [
 8265 "anyhow",
 8266 "bindgen 0.71.1",
 8267 "core-foundation 0.10.0",
 8268 "core-video",
 8269 "ctor",
 8270 "foreign-types 0.5.0",
 8271 "metal",
 8272 "objc",
 8273]
 8274
 8275[[package]]
 8276name = "memchr"
 8277version = "2.7.4"
 8278source = "registry+https://github.com/rust-lang/crates.io-index"
 8279checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
 8280
 8281[[package]]
 8282name = "memfd"
 8283version = "0.6.4"
 8284source = "registry+https://github.com/rust-lang/crates.io-index"
 8285checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
 8286dependencies = [
 8287 "rustix",
 8288]
 8289
 8290[[package]]
 8291name = "memmap2"
 8292version = "0.9.5"
 8293source = "registry+https://github.com/rust-lang/crates.io-index"
 8294checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
 8295dependencies = [
 8296 "libc",
 8297]
 8298
 8299[[package]]
 8300name = "memoffset"
 8301version = "0.9.1"
 8302source = "registry+https://github.com/rust-lang/crates.io-index"
 8303checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
 8304dependencies = [
 8305 "autocfg",
 8306]
 8307
 8308[[package]]
 8309name = "menu"
 8310version = "0.1.0"
 8311dependencies = [
 8312 "gpui",
 8313 "serde",
 8314]
 8315
 8316[[package]]
 8317name = "metal"
 8318version = "0.29.0"
 8319source = "registry+https://github.com/rust-lang/crates.io-index"
 8320checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
 8321dependencies = [
 8322 "bitflags 2.9.0",
 8323 "block",
 8324 "core-graphics-types 0.1.3",
 8325 "foreign-types 0.5.0",
 8326 "log",
 8327 "objc",
 8328 "paste",
 8329]
 8330
 8331[[package]]
 8332name = "migrator"
 8333version = "0.1.0"
 8334dependencies = [
 8335 "anyhow",
 8336 "collections",
 8337 "convert_case 0.8.0",
 8338 "log",
 8339 "pretty_assertions",
 8340 "streaming-iterator",
 8341 "tree-sitter",
 8342 "tree-sitter-json",
 8343]
 8344
 8345[[package]]
 8346name = "mimalloc"
 8347version = "0.1.44"
 8348source = "registry+https://github.com/rust-lang/crates.io-index"
 8349checksum = "99585191385958383e13f6b822e6b6d8d9cf928e7d286ceb092da92b43c87bc1"
 8350dependencies = [
 8351 "libmimalloc-sys",
 8352]
 8353
 8354[[package]]
 8355name = "mime"
 8356version = "0.3.17"
 8357source = "registry+https://github.com/rust-lang/crates.io-index"
 8358checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 8359
 8360[[package]]
 8361name = "mime_guess"
 8362version = "2.0.5"
 8363source = "registry+https://github.com/rust-lang/crates.io-index"
 8364checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
 8365dependencies = [
 8366 "mime",
 8367 "unicase",
 8368]
 8369
 8370[[package]]
 8371name = "minimal-lexical"
 8372version = "0.2.1"
 8373source = "registry+https://github.com/rust-lang/crates.io-index"
 8374checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 8375
 8376[[package]]
 8377name = "miniz_oxide"
 8378version = "0.8.5"
 8379source = "registry+https://github.com/rust-lang/crates.io-index"
 8380checksum = "8e3e04debbb59698c15bacbb6d93584a8c0ca9cc3213cb423d31f760d8843ce5"
 8381dependencies = [
 8382 "adler2",
 8383 "simd-adler32",
 8384]
 8385
 8386[[package]]
 8387name = "mint"
 8388version = "0.5.9"
 8389source = "registry+https://github.com/rust-lang/crates.io-index"
 8390checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
 8391
 8392[[package]]
 8393name = "mio"
 8394version = "1.0.3"
 8395source = "registry+https://github.com/rust-lang/crates.io-index"
 8396checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
 8397dependencies = [
 8398 "libc",
 8399 "log",
 8400 "wasi 0.11.0+wasi-snapshot-preview1",
 8401 "windows-sys 0.52.0",
 8402]
 8403
 8404[[package]]
 8405name = "miow"
 8406version = "0.6.0"
 8407source = "registry+https://github.com/rust-lang/crates.io-index"
 8408checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
 8409dependencies = [
 8410 "windows-sys 0.48.0",
 8411]
 8412
 8413[[package]]
 8414name = "mistral"
 8415version = "0.1.0"
 8416dependencies = [
 8417 "anyhow",
 8418 "futures 0.3.31",
 8419 "http_client",
 8420 "schemars",
 8421 "serde",
 8422 "serde_json",
 8423 "strum",
 8424]
 8425
 8426[[package]]
 8427name = "msvc_spectre_libs"
 8428version = "0.1.2"
 8429source = "registry+https://github.com/rust-lang/crates.io-index"
 8430checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
 8431dependencies = [
 8432 "cc",
 8433]
 8434
 8435[[package]]
 8436name = "multi_buffer"
 8437version = "0.1.0"
 8438dependencies = [
 8439 "anyhow",
 8440 "buffer_diff",
 8441 "clock",
 8442 "collections",
 8443 "ctor",
 8444 "env_logger 0.11.7",
 8445 "futures 0.3.31",
 8446 "gpui",
 8447 "indoc",
 8448 "itertools 0.14.0",
 8449 "language",
 8450 "log",
 8451 "parking_lot",
 8452 "pretty_assertions",
 8453 "project",
 8454 "rand 0.8.5",
 8455 "rope",
 8456 "serde",
 8457 "settings",
 8458 "smallvec",
 8459 "smol",
 8460 "sum_tree",
 8461 "text",
 8462 "theme",
 8463 "tree-sitter",
 8464 "util",
 8465]
 8466
 8467[[package]]
 8468name = "multimap"
 8469version = "0.8.3"
 8470source = "registry+https://github.com/rust-lang/crates.io-index"
 8471checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
 8472
 8473[[package]]
 8474name = "multimap"
 8475version = "0.10.0"
 8476source = "registry+https://github.com/rust-lang/crates.io-index"
 8477checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
 8478
 8479[[package]]
 8480name = "naga"
 8481version = "23.1.0"
 8482source = "registry+https://github.com/rust-lang/crates.io-index"
 8483checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
 8484dependencies = [
 8485 "arrayvec",
 8486 "bit-set 0.8.0",
 8487 "bitflags 2.9.0",
 8488 "cfg_aliases 0.1.1",
 8489 "codespan-reporting",
 8490 "hexf-parse",
 8491 "indexmap",
 8492 "log",
 8493 "rustc-hash 1.1.0",
 8494 "spirv",
 8495 "termcolor",
 8496 "thiserror 1.0.69",
 8497 "unicode-xid",
 8498]
 8499
 8500[[package]]
 8501name = "nanoid"
 8502version = "0.4.0"
 8503source = "registry+https://github.com/rust-lang/crates.io-index"
 8504checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
 8505dependencies = [
 8506 "rand 0.8.5",
 8507]
 8508
 8509[[package]]
 8510name = "nanorand"
 8511version = "0.7.0"
 8512source = "registry+https://github.com/rust-lang/crates.io-index"
 8513checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
 8514dependencies = [
 8515 "getrandom 0.2.15",
 8516]
 8517
 8518[[package]]
 8519name = "native-tls"
 8520version = "0.2.12"
 8521source = "registry+https://github.com/rust-lang/crates.io-index"
 8522checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
 8523dependencies = [
 8524 "libc",
 8525 "log",
 8526 "openssl",
 8527 "openssl-probe",
 8528 "openssl-sys",
 8529 "schannel",
 8530 "security-framework 2.11.1",
 8531 "security-framework-sys",
 8532 "tempfile",
 8533]
 8534
 8535[[package]]
 8536name = "nbformat"
 8537version = "0.10.0"
 8538source = "registry+https://github.com/rust-lang/crates.io-index"
 8539checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
 8540dependencies = [
 8541 "anyhow",
 8542 "chrono",
 8543 "jupyter-protocol",
 8544 "serde",
 8545 "serde_json",
 8546 "thiserror 1.0.69",
 8547 "uuid",
 8548]
 8549
 8550[[package]]
 8551name = "ndk"
 8552version = "0.8.0"
 8553source = "registry+https://github.com/rust-lang/crates.io-index"
 8554checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
 8555dependencies = [
 8556 "bitflags 2.9.0",
 8557 "jni-sys",
 8558 "log",
 8559 "ndk-sys",
 8560 "num_enum",
 8561 "thiserror 1.0.69",
 8562]
 8563
 8564[[package]]
 8565name = "ndk-context"
 8566version = "0.1.1"
 8567source = "registry+https://github.com/rust-lang/crates.io-index"
 8568checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
 8569
 8570[[package]]
 8571name = "ndk-sys"
 8572version = "0.5.0+25.2.9519653"
 8573source = "registry+https://github.com/rust-lang/crates.io-index"
 8574checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
 8575dependencies = [
 8576 "jni-sys",
 8577]
 8578
 8579[[package]]
 8580name = "new_debug_unreachable"
 8581version = "1.0.6"
 8582source = "registry+https://github.com/rust-lang/crates.io-index"
 8583checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
 8584
 8585[[package]]
 8586name = "nix"
 8587version = "0.29.0"
 8588source = "registry+https://github.com/rust-lang/crates.io-index"
 8589checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
 8590dependencies = [
 8591 "bitflags 2.9.0",
 8592 "cfg-if",
 8593 "cfg_aliases 0.2.1",
 8594 "libc",
 8595 "memoffset",
 8596]
 8597
 8598[[package]]
 8599name = "node_runtime"
 8600version = "0.1.0"
 8601dependencies = [
 8602 "anyhow",
 8603 "async-compression",
 8604 "async-std",
 8605 "async-tar",
 8606 "async-trait",
 8607 "async-watch",
 8608 "async_zip",
 8609 "futures 0.3.31",
 8610 "http_client",
 8611 "log",
 8612 "paths",
 8613 "semver",
 8614 "serde",
 8615 "serde_json",
 8616 "smol",
 8617 "tempfile",
 8618 "util",
 8619 "walkdir",
 8620 "which 6.0.3",
 8621]
 8622
 8623[[package]]
 8624name = "nom"
 8625version = "7.1.3"
 8626source = "registry+https://github.com/rust-lang/crates.io-index"
 8627checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
 8628dependencies = [
 8629 "memchr",
 8630 "minimal-lexical",
 8631]
 8632
 8633[[package]]
 8634name = "noop_proc_macro"
 8635version = "0.3.0"
 8636source = "registry+https://github.com/rust-lang/crates.io-index"
 8637checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
 8638
 8639[[package]]
 8640name = "normpath"
 8641version = "1.3.0"
 8642source = "registry+https://github.com/rust-lang/crates.io-index"
 8643checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
 8644dependencies = [
 8645 "windows-sys 0.59.0",
 8646]
 8647
 8648[[package]]
 8649name = "notifications"
 8650version = "0.1.0"
 8651dependencies = [
 8652 "anyhow",
 8653 "channel",
 8654 "client",
 8655 "collections",
 8656 "component",
 8657 "db",
 8658 "gpui",
 8659 "linkme",
 8660 "rpc",
 8661 "settings",
 8662 "sum_tree",
 8663 "time",
 8664 "ui",
 8665 "util",
 8666 "workspace",
 8667]
 8668
 8669[[package]]
 8670name = "notify"
 8671version = "8.0.0"
 8672source = "registry+https://github.com/rust-lang/crates.io-index"
 8673checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943"
 8674dependencies = [
 8675 "bitflags 2.9.0",
 8676 "filetime",
 8677 "fsevent-sys 4.1.0",
 8678 "inotify",
 8679 "kqueue",
 8680 "libc",
 8681 "log",
 8682 "mio",
 8683 "notify-types 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8684 "walkdir",
 8685 "windows-sys 0.59.0",
 8686]
 8687
 8688[[package]]
 8689name = "notify"
 8690version = "8.0.0"
 8691source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
 8692dependencies = [
 8693 "bitflags 2.9.0",
 8694 "filetime",
 8695 "fsevent-sys 4.1.0",
 8696 "inotify",
 8697 "kqueue",
 8698 "libc",
 8699 "log",
 8700 "mio",
 8701 "notify-types 2.0.0 (git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96)",
 8702 "walkdir",
 8703 "windows-sys 0.59.0",
 8704]
 8705
 8706[[package]]
 8707name = "notify-debouncer-mini"
 8708version = "0.6.0"
 8709source = "registry+https://github.com/rust-lang/crates.io-index"
 8710checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
 8711dependencies = [
 8712 "log",
 8713 "notify 8.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8714 "notify-types 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8715 "tempfile",
 8716]
 8717
 8718[[package]]
 8719name = "notify-types"
 8720version = "2.0.0"
 8721source = "registry+https://github.com/rust-lang/crates.io-index"
 8722checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
 8723
 8724[[package]]
 8725name = "notify-types"
 8726version = "2.0.0"
 8727source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
 8728
 8729[[package]]
 8730name = "ntapi"
 8731version = "0.4.1"
 8732source = "registry+https://github.com/rust-lang/crates.io-index"
 8733checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
 8734dependencies = [
 8735 "winapi",
 8736]
 8737
 8738[[package]]
 8739name = "nu-ansi-term"
 8740version = "0.46.0"
 8741source = "registry+https://github.com/rust-lang/crates.io-index"
 8742checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
 8743dependencies = [
 8744 "overload",
 8745 "winapi",
 8746]
 8747
 8748[[package]]
 8749name = "num"
 8750version = "0.4.3"
 8751source = "registry+https://github.com/rust-lang/crates.io-index"
 8752checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
 8753dependencies = [
 8754 "num-bigint",
 8755 "num-complex",
 8756 "num-integer",
 8757 "num-iter",
 8758 "num-rational",
 8759 "num-traits",
 8760]
 8761
 8762[[package]]
 8763name = "num-bigint"
 8764version = "0.4.6"
 8765source = "registry+https://github.com/rust-lang/crates.io-index"
 8766checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
 8767dependencies = [
 8768 "num-integer",
 8769 "num-traits",
 8770]
 8771
 8772[[package]]
 8773name = "num-bigint-dig"
 8774version = "0.8.4"
 8775source = "registry+https://github.com/rust-lang/crates.io-index"
 8776checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
 8777dependencies = [
 8778 "byteorder",
 8779 "lazy_static",
 8780 "libm",
 8781 "num-integer",
 8782 "num-iter",
 8783 "num-traits",
 8784 "rand 0.8.5",
 8785 "serde",
 8786 "smallvec",
 8787 "zeroize",
 8788]
 8789
 8790[[package]]
 8791name = "num-complex"
 8792version = "0.4.6"
 8793source = "registry+https://github.com/rust-lang/crates.io-index"
 8794checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
 8795dependencies = [
 8796 "num-traits",
 8797]
 8798
 8799[[package]]
 8800name = "num-conv"
 8801version = "0.1.0"
 8802source = "registry+https://github.com/rust-lang/crates.io-index"
 8803checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
 8804
 8805[[package]]
 8806name = "num-derive"
 8807version = "0.4.2"
 8808source = "registry+https://github.com/rust-lang/crates.io-index"
 8809checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
 8810dependencies = [
 8811 "proc-macro2",
 8812 "quote",
 8813 "syn 2.0.100",
 8814]
 8815
 8816[[package]]
 8817name = "num-format"
 8818version = "0.4.4"
 8819source = "registry+https://github.com/rust-lang/crates.io-index"
 8820checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
 8821dependencies = [
 8822 "arrayvec",
 8823 "itoa",
 8824]
 8825
 8826[[package]]
 8827name = "num-integer"
 8828version = "0.1.46"
 8829source = "registry+https://github.com/rust-lang/crates.io-index"
 8830checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
 8831dependencies = [
 8832 "num-traits",
 8833]
 8834
 8835[[package]]
 8836name = "num-iter"
 8837version = "0.1.45"
 8838source = "registry+https://github.com/rust-lang/crates.io-index"
 8839checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
 8840dependencies = [
 8841 "autocfg",
 8842 "num-integer",
 8843 "num-traits",
 8844]
 8845
 8846[[package]]
 8847name = "num-modular"
 8848version = "0.6.1"
 8849source = "registry+https://github.com/rust-lang/crates.io-index"
 8850checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
 8851
 8852[[package]]
 8853name = "num-order"
 8854version = "1.2.0"
 8855source = "registry+https://github.com/rust-lang/crates.io-index"
 8856checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
 8857dependencies = [
 8858 "num-modular",
 8859]
 8860
 8861[[package]]
 8862name = "num-rational"
 8863version = "0.4.2"
 8864source = "registry+https://github.com/rust-lang/crates.io-index"
 8865checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
 8866dependencies = [
 8867 "num-bigint",
 8868 "num-integer",
 8869 "num-traits",
 8870]
 8871
 8872[[package]]
 8873name = "num-traits"
 8874version = "0.2.19"
 8875source = "registry+https://github.com/rust-lang/crates.io-index"
 8876checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
 8877dependencies = [
 8878 "autocfg",
 8879 "libm",
 8880]
 8881
 8882[[package]]
 8883name = "num_cpus"
 8884version = "1.16.0"
 8885source = "registry+https://github.com/rust-lang/crates.io-index"
 8886checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
 8887dependencies = [
 8888 "hermit-abi 0.3.9",
 8889 "libc",
 8890]
 8891
 8892[[package]]
 8893name = "num_enum"
 8894version = "0.7.3"
 8895source = "registry+https://github.com/rust-lang/crates.io-index"
 8896checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
 8897dependencies = [
 8898 "num_enum_derive",
 8899]
 8900
 8901[[package]]
 8902name = "num_enum_derive"
 8903version = "0.7.3"
 8904source = "registry+https://github.com/rust-lang/crates.io-index"
 8905checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
 8906dependencies = [
 8907 "proc-macro-crate",
 8908 "proc-macro2",
 8909 "quote",
 8910 "syn 2.0.100",
 8911]
 8912
 8913[[package]]
 8914name = "num_threads"
 8915version = "0.1.7"
 8916source = "registry+https://github.com/rust-lang/crates.io-index"
 8917checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
 8918dependencies = [
 8919 "libc",
 8920]
 8921
 8922[[package]]
 8923name = "nvim-rs"
 8924version = "0.8.0-pre"
 8925source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
 8926dependencies = [
 8927 "async-trait",
 8928 "futures 0.3.31",
 8929 "log",
 8930 "parity-tokio-ipc",
 8931 "rmp",
 8932 "rmpv",
 8933 "tokio",
 8934 "tokio-util",
 8935 "winapi",
 8936]
 8937
 8938[[package]]
 8939name = "objc"
 8940version = "0.2.7"
 8941source = "registry+https://github.com/rust-lang/crates.io-index"
 8942checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
 8943dependencies = [
 8944 "malloc_buf",
 8945]
 8946
 8947[[package]]
 8948name = "objc-sys"
 8949version = "0.3.5"
 8950source = "registry+https://github.com/rust-lang/crates.io-index"
 8951checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
 8952
 8953[[package]]
 8954name = "objc2"
 8955version = "0.5.2"
 8956source = "registry+https://github.com/rust-lang/crates.io-index"
 8957checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
 8958dependencies = [
 8959 "objc-sys",
 8960 "objc2-encode",
 8961]
 8962
 8963[[package]]
 8964name = "objc2-app-kit"
 8965version = "0.2.2"
 8966source = "registry+https://github.com/rust-lang/crates.io-index"
 8967checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
 8968dependencies = [
 8969 "bitflags 2.9.0",
 8970 "block2",
 8971 "libc",
 8972 "objc2",
 8973 "objc2-core-data",
 8974 "objc2-core-image",
 8975 "objc2-foundation",
 8976 "objc2-quartz-core",
 8977]
 8978
 8979[[package]]
 8980name = "objc2-cloud-kit"
 8981version = "0.2.2"
 8982source = "registry+https://github.com/rust-lang/crates.io-index"
 8983checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
 8984dependencies = [
 8985 "bitflags 2.9.0",
 8986 "block2",
 8987 "objc2",
 8988 "objc2-core-location",
 8989 "objc2-foundation",
 8990]
 8991
 8992[[package]]
 8993name = "objc2-contacts"
 8994version = "0.2.2"
 8995source = "registry+https://github.com/rust-lang/crates.io-index"
 8996checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
 8997dependencies = [
 8998 "block2",
 8999 "objc2",
 9000 "objc2-foundation",
 9001]
 9002
 9003[[package]]
 9004name = "objc2-core-data"
 9005version = "0.2.2"
 9006source = "registry+https://github.com/rust-lang/crates.io-index"
 9007checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
 9008dependencies = [
 9009 "bitflags 2.9.0",
 9010 "block2",
 9011 "objc2",
 9012 "objc2-foundation",
 9013]
 9014
 9015[[package]]
 9016name = "objc2-core-image"
 9017version = "0.2.2"
 9018source = "registry+https://github.com/rust-lang/crates.io-index"
 9019checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
 9020dependencies = [
 9021 "block2",
 9022 "objc2",
 9023 "objc2-foundation",
 9024 "objc2-metal",
 9025]
 9026
 9027[[package]]
 9028name = "objc2-core-location"
 9029version = "0.2.2"
 9030source = "registry+https://github.com/rust-lang/crates.io-index"
 9031checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
 9032dependencies = [
 9033 "block2",
 9034 "objc2",
 9035 "objc2-contacts",
 9036 "objc2-foundation",
 9037]
 9038
 9039[[package]]
 9040name = "objc2-encode"
 9041version = "4.0.3"
 9042source = "registry+https://github.com/rust-lang/crates.io-index"
 9043checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
 9044
 9045[[package]]
 9046name = "objc2-foundation"
 9047version = "0.2.2"
 9048source = "registry+https://github.com/rust-lang/crates.io-index"
 9049checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
 9050dependencies = [
 9051 "bitflags 2.9.0",
 9052 "block2",
 9053 "libc",
 9054 "objc2",
 9055]
 9056
 9057[[package]]
 9058name = "objc2-link-presentation"
 9059version = "0.2.2"
 9060source = "registry+https://github.com/rust-lang/crates.io-index"
 9061checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
 9062dependencies = [
 9063 "block2",
 9064 "objc2",
 9065 "objc2-app-kit",
 9066 "objc2-foundation",
 9067]
 9068
 9069[[package]]
 9070name = "objc2-metal"
 9071version = "0.2.2"
 9072source = "registry+https://github.com/rust-lang/crates.io-index"
 9073checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
 9074dependencies = [
 9075 "bitflags 2.9.0",
 9076 "block2",
 9077 "objc2",
 9078 "objc2-foundation",
 9079]
 9080
 9081[[package]]
 9082name = "objc2-quartz-core"
 9083version = "0.2.2"
 9084source = "registry+https://github.com/rust-lang/crates.io-index"
 9085checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
 9086dependencies = [
 9087 "bitflags 2.9.0",
 9088 "block2",
 9089 "objc2",
 9090 "objc2-foundation",
 9091 "objc2-metal",
 9092]
 9093
 9094[[package]]
 9095name = "objc2-symbols"
 9096version = "0.2.2"
 9097source = "registry+https://github.com/rust-lang/crates.io-index"
 9098checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
 9099dependencies = [
 9100 "objc2",
 9101 "objc2-foundation",
 9102]
 9103
 9104[[package]]
 9105name = "objc2-ui-kit"
 9106version = "0.2.2"
 9107source = "registry+https://github.com/rust-lang/crates.io-index"
 9108checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
 9109dependencies = [
 9110 "bitflags 2.9.0",
 9111 "block2",
 9112 "objc2",
 9113 "objc2-cloud-kit",
 9114 "objc2-core-data",
 9115 "objc2-core-image",
 9116 "objc2-core-location",
 9117 "objc2-foundation",
 9118 "objc2-link-presentation",
 9119 "objc2-quartz-core",
 9120 "objc2-symbols",
 9121 "objc2-uniform-type-identifiers",
 9122 "objc2-user-notifications",
 9123]
 9124
 9125[[package]]
 9126name = "objc2-uniform-type-identifiers"
 9127version = "0.2.2"
 9128source = "registry+https://github.com/rust-lang/crates.io-index"
 9129checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
 9130dependencies = [
 9131 "block2",
 9132 "objc2",
 9133 "objc2-foundation",
 9134]
 9135
 9136[[package]]
 9137name = "objc2-user-notifications"
 9138version = "0.2.2"
 9139source = "registry+https://github.com/rust-lang/crates.io-index"
 9140checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
 9141dependencies = [
 9142 "bitflags 2.9.0",
 9143 "block2",
 9144 "objc2",
 9145 "objc2-core-location",
 9146 "objc2-foundation",
 9147]
 9148
 9149[[package]]
 9150name = "object"
 9151version = "0.36.5"
 9152source = "registry+https://github.com/rust-lang/crates.io-index"
 9153checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
 9154dependencies = [
 9155 "crc32fast",
 9156 "hashbrown 0.15.2",
 9157 "indexmap",
 9158 "memchr",
 9159]
 9160
 9161[[package]]
 9162name = "oboe"
 9163version = "0.6.1"
 9164source = "registry+https://github.com/rust-lang/crates.io-index"
 9165checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
 9166dependencies = [
 9167 "jni",
 9168 "ndk",
 9169 "ndk-context",
 9170 "num-derive",
 9171 "num-traits",
 9172 "oboe-sys",
 9173]
 9174
 9175[[package]]
 9176name = "oboe-sys"
 9177version = "0.6.1"
 9178source = "registry+https://github.com/rust-lang/crates.io-index"
 9179checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
 9180dependencies = [
 9181 "cc",
 9182]
 9183
 9184[[package]]
 9185name = "ollama"
 9186version = "0.1.0"
 9187dependencies = [
 9188 "anyhow",
 9189 "futures 0.3.31",
 9190 "http_client",
 9191 "schemars",
 9192 "serde",
 9193 "serde_json",
 9194]
 9195
 9196[[package]]
 9197name = "once_cell"
 9198version = "1.20.3"
 9199source = "registry+https://github.com/rust-lang/crates.io-index"
 9200checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
 9201
 9202[[package]]
 9203name = "oo7"
 9204version = "0.4.3"
 9205source = "registry+https://github.com/rust-lang/crates.io-index"
 9206checksum = "6cb23d3ec3527d65a83be1c1795cb883c52cfa57147d42acc797127df56fc489"
 9207dependencies = [
 9208 "aes",
 9209 "ashpd",
 9210 "async-fs",
 9211 "async-io",
 9212 "async-lock",
 9213 "blocking",
 9214 "cbc",
 9215 "cipher",
 9216 "digest",
 9217 "endi",
 9218 "futures-lite 2.6.0",
 9219 "futures-util",
 9220 "getrandom 0.3.1",
 9221 "hkdf",
 9222 "hmac",
 9223 "md-5",
 9224 "num",
 9225 "num-bigint-dig",
 9226 "pbkdf2 0.12.2",
 9227 "rand 0.9.0",
 9228 "serde",
 9229 "sha2",
 9230 "subtle",
 9231 "zbus",
 9232 "zbus_macros",
 9233 "zeroize",
 9234 "zvariant",
 9235]
 9236
 9237[[package]]
 9238name = "oorandom"
 9239version = "11.1.4"
 9240source = "registry+https://github.com/rust-lang/crates.io-index"
 9241checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
 9242
 9243[[package]]
 9244name = "open"
 9245version = "5.3.2"
 9246source = "registry+https://github.com/rust-lang/crates.io-index"
 9247checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
 9248dependencies = [
 9249 "is-wsl",
 9250 "libc",
 9251 "pathdiff",
 9252]
 9253
 9254[[package]]
 9255name = "open_ai"
 9256version = "0.1.0"
 9257dependencies = [
 9258 "anyhow",
 9259 "futures 0.3.31",
 9260 "http_client",
 9261 "schemars",
 9262 "serde",
 9263 "serde_json",
 9264 "strum",
 9265]
 9266
 9267[[package]]
 9268name = "opener"
 9269version = "0.7.2"
 9270source = "registry+https://github.com/rust-lang/crates.io-index"
 9271checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
 9272dependencies = [
 9273 "bstr",
 9274 "dbus",
 9275 "normpath",
 9276 "windows-sys 0.59.0",
 9277]
 9278
 9279[[package]]
 9280name = "openssl"
 9281version = "0.10.70"
 9282source = "registry+https://github.com/rust-lang/crates.io-index"
 9283checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6"
 9284dependencies = [
 9285 "bitflags 2.9.0",
 9286 "cfg-if",
 9287 "foreign-types 0.3.2",
 9288 "libc",
 9289 "once_cell",
 9290 "openssl-macros",
 9291 "openssl-sys",
 9292]
 9293
 9294[[package]]
 9295name = "openssl-macros"
 9296version = "0.1.1"
 9297source = "registry+https://github.com/rust-lang/crates.io-index"
 9298checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
 9299dependencies = [
 9300 "proc-macro2",
 9301 "quote",
 9302 "syn 2.0.100",
 9303]
 9304
 9305[[package]]
 9306name = "openssl-probe"
 9307version = "0.1.5"
 9308source = "registry+https://github.com/rust-lang/crates.io-index"
 9309checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
 9310
 9311[[package]]
 9312name = "openssl-src"
 9313version = "300.4.1+3.4.0"
 9314source = "registry+https://github.com/rust-lang/crates.io-index"
 9315checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
 9316dependencies = [
 9317 "cc",
 9318]
 9319
 9320[[package]]
 9321name = "openssl-sys"
 9322version = "0.9.105"
 9323source = "registry+https://github.com/rust-lang/crates.io-index"
 9324checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc"
 9325dependencies = [
 9326 "cc",
 9327 "libc",
 9328 "openssl-src",
 9329 "pkg-config",
 9330 "vcpkg",
 9331]
 9332
 9333[[package]]
 9334name = "option-ext"
 9335version = "0.2.0"
 9336source = "registry+https://github.com/rust-lang/crates.io-index"
 9337checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
 9338
 9339[[package]]
 9340name = "ordered-float"
 9341version = "2.10.1"
 9342source = "registry+https://github.com/rust-lang/crates.io-index"
 9343checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
 9344dependencies = [
 9345 "num-traits",
 9346]
 9347
 9348[[package]]
 9349name = "ordered-float"
 9350version = "3.9.2"
 9351source = "registry+https://github.com/rust-lang/crates.io-index"
 9352checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
 9353dependencies = [
 9354 "num-traits",
 9355]
 9356
 9357[[package]]
 9358name = "ordered-stream"
 9359version = "0.2.0"
 9360source = "registry+https://github.com/rust-lang/crates.io-index"
 9361checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
 9362dependencies = [
 9363 "futures-core",
 9364 "pin-project-lite",
 9365]
 9366
 9367[[package]]
 9368name = "ouroboros"
 9369version = "0.18.4"
 9370source = "registry+https://github.com/rust-lang/crates.io-index"
 9371checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
 9372dependencies = [
 9373 "aliasable",
 9374 "ouroboros_macro",
 9375 "static_assertions",
 9376]
 9377
 9378[[package]]
 9379name = "ouroboros_macro"
 9380version = "0.18.4"
 9381source = "registry+https://github.com/rust-lang/crates.io-index"
 9382checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
 9383dependencies = [
 9384 "heck 0.4.1",
 9385 "itertools 0.12.1",
 9386 "proc-macro2",
 9387 "proc-macro2-diagnostics",
 9388 "quote",
 9389 "syn 2.0.100",
 9390]
 9391
 9392[[package]]
 9393name = "outline"
 9394version = "0.1.0"
 9395dependencies = [
 9396 "editor",
 9397 "fuzzy",
 9398 "gpui",
 9399 "indoc",
 9400 "language",
 9401 "menu",
 9402 "ordered-float 2.10.1",
 9403 "picker",
 9404 "project",
 9405 "rope",
 9406 "serde_json",
 9407 "settings",
 9408 "smol",
 9409 "theme",
 9410 "tree-sitter-rust",
 9411 "tree-sitter-typescript",
 9412 "ui",
 9413 "util",
 9414 "workspace",
 9415 "zed_actions",
 9416]
 9417
 9418[[package]]
 9419name = "outline_panel"
 9420version = "0.1.0"
 9421dependencies = [
 9422 "anyhow",
 9423 "collections",
 9424 "db",
 9425 "editor",
 9426 "file_icons",
 9427 "fuzzy",
 9428 "gpui",
 9429 "itertools 0.14.0",
 9430 "language",
 9431 "log",
 9432 "menu",
 9433 "outline",
 9434 "pretty_assertions",
 9435 "project",
 9436 "schemars",
 9437 "search",
 9438 "serde",
 9439 "serde_json",
 9440 "settings",
 9441 "smallvec",
 9442 "smol",
 9443 "theme",
 9444 "ui",
 9445 "util",
 9446 "workspace",
 9447 "worktree",
 9448 "zed_actions",
 9449]
 9450
 9451[[package]]
 9452name = "outref"
 9453version = "0.5.1"
 9454source = "registry+https://github.com/rust-lang/crates.io-index"
 9455checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
 9456
 9457[[package]]
 9458name = "overload"
 9459version = "0.1.1"
 9460source = "registry+https://github.com/rust-lang/crates.io-index"
 9461checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
 9462
 9463[[package]]
 9464name = "p256"
 9465version = "0.11.1"
 9466source = "registry+https://github.com/rust-lang/crates.io-index"
 9467checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
 9468dependencies = [
 9469 "ecdsa",
 9470 "elliptic-curve",
 9471 "sha2",
 9472]
 9473
 9474[[package]]
 9475name = "page_size"
 9476version = "0.6.0"
 9477source = "registry+https://github.com/rust-lang/crates.io-index"
 9478checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
 9479dependencies = [
 9480 "libc",
 9481 "winapi",
 9482]
 9483
 9484[[package]]
 9485name = "palette"
 9486version = "0.7.6"
 9487source = "registry+https://github.com/rust-lang/crates.io-index"
 9488checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
 9489dependencies = [
 9490 "approx",
 9491 "fast-srgb8",
 9492 "palette_derive",
 9493]
 9494
 9495[[package]]
 9496name = "palette_derive"
 9497version = "0.7.6"
 9498source = "registry+https://github.com/rust-lang/crates.io-index"
 9499checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
 9500dependencies = [
 9501 "by_address",
 9502 "proc-macro2",
 9503 "quote",
 9504 "syn 2.0.100",
 9505]
 9506
 9507[[package]]
 9508name = "panel"
 9509version = "0.1.0"
 9510dependencies = [
 9511 "editor",
 9512 "gpui",
 9513 "settings",
 9514 "theme",
 9515 "ui",
 9516 "workspace",
 9517]
 9518
 9519[[package]]
 9520name = "parity-tokio-ipc"
 9521version = "0.9.0"
 9522source = "registry+https://github.com/rust-lang/crates.io-index"
 9523checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
 9524dependencies = [
 9525 "futures 0.3.31",
 9526 "libc",
 9527 "log",
 9528 "rand 0.7.3",
 9529 "tokio",
 9530 "winapi",
 9531]
 9532
 9533[[package]]
 9534name = "parking"
 9535version = "2.2.1"
 9536source = "registry+https://github.com/rust-lang/crates.io-index"
 9537checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
 9538
 9539[[package]]
 9540name = "parking_lot"
 9541version = "0.12.3"
 9542source = "registry+https://github.com/rust-lang/crates.io-index"
 9543checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
 9544dependencies = [
 9545 "lock_api",
 9546 "parking_lot_core",
 9547]
 9548
 9549[[package]]
 9550name = "parking_lot_core"
 9551version = "0.9.10"
 9552source = "registry+https://github.com/rust-lang/crates.io-index"
 9553checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
 9554dependencies = [
 9555 "cfg-if",
 9556 "libc",
 9557 "redox_syscall 0.5.8",
 9558 "smallvec",
 9559 "windows-targets 0.52.6",
 9560]
 9561
 9562[[package]]
 9563name = "password-hash"
 9564version = "0.4.2"
 9565source = "registry+https://github.com/rust-lang/crates.io-index"
 9566checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
 9567dependencies = [
 9568 "base64ct",
 9569 "rand_core 0.6.4",
 9570 "subtle",
 9571]
 9572
 9573[[package]]
 9574name = "password-hash"
 9575version = "0.5.0"
 9576source = "registry+https://github.com/rust-lang/crates.io-index"
 9577checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
 9578dependencies = [
 9579 "base64ct",
 9580 "rand_core 0.6.4",
 9581 "subtle",
 9582]
 9583
 9584[[package]]
 9585name = "paste"
 9586version = "1.0.15"
 9587source = "registry+https://github.com/rust-lang/crates.io-index"
 9588checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
 9589
 9590[[package]]
 9591name = "pathdiff"
 9592version = "0.2.3"
 9593source = "registry+https://github.com/rust-lang/crates.io-index"
 9594checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
 9595
 9596[[package]]
 9597name = "pathfinder_geometry"
 9598version = "0.5.1"
 9599source = "registry+https://github.com/rust-lang/crates.io-index"
 9600checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
 9601dependencies = [
 9602 "log",
 9603 "pathfinder_simd",
 9604]
 9605
 9606[[package]]
 9607name = "pathfinder_simd"
 9608version = "0.5.4"
 9609source = "registry+https://github.com/rust-lang/crates.io-index"
 9610checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
 9611dependencies = [
 9612 "rustc_version",
 9613]
 9614
 9615[[package]]
 9616name = "paths"
 9617version = "0.1.0"
 9618dependencies = [
 9619 "dirs 4.0.0",
 9620 "util",
 9621]
 9622
 9623[[package]]
 9624name = "pbjson"
 9625version = "0.6.0"
 9626source = "registry+https://github.com/rust-lang/crates.io-index"
 9627checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
 9628dependencies = [
 9629 "base64 0.21.7",
 9630 "serde",
 9631]
 9632
 9633[[package]]
 9634name = "pbjson-build"
 9635version = "0.6.2"
 9636source = "registry+https://github.com/rust-lang/crates.io-index"
 9637checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
 9638dependencies = [
 9639 "heck 0.4.1",
 9640 "itertools 0.11.0",
 9641 "prost 0.12.6",
 9642 "prost-types 0.12.6",
 9643]
 9644
 9645[[package]]
 9646name = "pbjson-types"
 9647version = "0.6.0"
 9648source = "registry+https://github.com/rust-lang/crates.io-index"
 9649checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
 9650dependencies = [
 9651 "bytes 1.10.1",
 9652 "chrono",
 9653 "pbjson",
 9654 "pbjson-build",
 9655 "prost 0.12.6",
 9656 "prost-build 0.12.6",
 9657 "serde",
 9658]
 9659
 9660[[package]]
 9661name = "pbkdf2"
 9662version = "0.11.0"
 9663source = "registry+https://github.com/rust-lang/crates.io-index"
 9664checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
 9665dependencies = [
 9666 "digest",
 9667 "hmac",
 9668 "password-hash 0.4.2",
 9669 "sha2",
 9670]
 9671
 9672[[package]]
 9673name = "pbkdf2"
 9674version = "0.12.2"
 9675source = "registry+https://github.com/rust-lang/crates.io-index"
 9676checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
 9677dependencies = [
 9678 "digest",
 9679 "hmac",
 9680]
 9681
 9682[[package]]
 9683name = "pem"
 9684version = "3.0.4"
 9685source = "registry+https://github.com/rust-lang/crates.io-index"
 9686checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
 9687dependencies = [
 9688 "base64 0.22.1",
 9689 "serde",
 9690]
 9691
 9692[[package]]
 9693name = "pem-rfc7468"
 9694version = "0.7.0"
 9695source = "registry+https://github.com/rust-lang/crates.io-index"
 9696checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
 9697dependencies = [
 9698 "base64ct",
 9699]
 9700
 9701[[package]]
 9702name = "percent-encoding"
 9703version = "2.3.1"
 9704source = "registry+https://github.com/rust-lang/crates.io-index"
 9705checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
 9706
 9707[[package]]
 9708name = "perplexity"
 9709version = "0.1.0"
 9710dependencies = [
 9711 "serde",
 9712 "zed_extension_api 0.4.0",
 9713]
 9714
 9715[[package]]
 9716name = "pest"
 9717version = "2.7.15"
 9718source = "registry+https://github.com/rust-lang/crates.io-index"
 9719checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
 9720dependencies = [
 9721 "memchr",
 9722 "thiserror 2.0.12",
 9723 "ucd-trie",
 9724]
 9725
 9726[[package]]
 9727name = "pest_derive"
 9728version = "2.7.15"
 9729source = "registry+https://github.com/rust-lang/crates.io-index"
 9730checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
 9731dependencies = [
 9732 "pest",
 9733 "pest_generator",
 9734]
 9735
 9736[[package]]
 9737name = "pest_generator"
 9738version = "2.7.15"
 9739source = "registry+https://github.com/rust-lang/crates.io-index"
 9740checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
 9741dependencies = [
 9742 "pest",
 9743 "pest_meta",
 9744 "proc-macro2",
 9745 "quote",
 9746 "syn 2.0.100",
 9747]
 9748
 9749[[package]]
 9750name = "pest_meta"
 9751version = "2.7.15"
 9752source = "registry+https://github.com/rust-lang/crates.io-index"
 9753checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
 9754dependencies = [
 9755 "once_cell",
 9756 "pest",
 9757 "sha2",
 9758]
 9759
 9760[[package]]
 9761name = "pet"
 9762version = "0.1.0"
 9763source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9764dependencies = [
 9765 "clap",
 9766 "env_logger 0.10.2",
 9767 "lazy_static",
 9768 "log",
 9769 "msvc_spectre_libs",
 9770 "pet-conda",
 9771 "pet-core",
 9772 "pet-env-var-path",
 9773 "pet-fs",
 9774 "pet-global-virtualenvs",
 9775 "pet-homebrew",
 9776 "pet-jsonrpc",
 9777 "pet-linux-global-python",
 9778 "pet-mac-commandlinetools",
 9779 "pet-mac-python-org",
 9780 "pet-mac-xcode",
 9781 "pet-pipenv",
 9782 "pet-pixi",
 9783 "pet-poetry",
 9784 "pet-pyenv",
 9785 "pet-python-utils",
 9786 "pet-reporter",
 9787 "pet-telemetry",
 9788 "pet-venv",
 9789 "pet-virtualenv",
 9790 "pet-virtualenvwrapper",
 9791 "pet-windows-registry",
 9792 "pet-windows-store",
 9793 "serde",
 9794 "serde_json",
 9795]
 9796
 9797[[package]]
 9798name = "pet-conda"
 9799version = "0.1.0"
 9800source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9801dependencies = [
 9802 "env_logger 0.10.2",
 9803 "lazy_static",
 9804 "log",
 9805 "msvc_spectre_libs",
 9806 "pet-core",
 9807 "pet-fs",
 9808 "pet-python-utils",
 9809 "pet-reporter",
 9810 "regex",
 9811 "serde",
 9812 "serde_json",
 9813 "yaml-rust2",
 9814]
 9815
 9816[[package]]
 9817name = "pet-core"
 9818version = "0.1.0"
 9819source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9820dependencies = [
 9821 "clap",
 9822 "lazy_static",
 9823 "log",
 9824 "msvc_spectre_libs",
 9825 "pet-fs",
 9826 "regex",
 9827 "serde",
 9828 "serde_json",
 9829]
 9830
 9831[[package]]
 9832name = "pet-env-var-path"
 9833version = "0.1.0"
 9834source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9835dependencies = [
 9836 "lazy_static",
 9837 "log",
 9838 "msvc_spectre_libs",
 9839 "pet-conda",
 9840 "pet-core",
 9841 "pet-fs",
 9842 "pet-python-utils",
 9843 "pet-virtualenv",
 9844 "regex",
 9845]
 9846
 9847[[package]]
 9848name = "pet-fs"
 9849version = "0.1.0"
 9850source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9851dependencies = [
 9852 "log",
 9853 "msvc_spectre_libs",
 9854]
 9855
 9856[[package]]
 9857name = "pet-global-virtualenvs"
 9858version = "0.1.0"
 9859source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9860dependencies = [
 9861 "log",
 9862 "msvc_spectre_libs",
 9863 "pet-conda",
 9864 "pet-core",
 9865 "pet-fs",
 9866 "pet-virtualenv",
 9867]
 9868
 9869[[package]]
 9870name = "pet-homebrew"
 9871version = "0.1.0"
 9872source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9873dependencies = [
 9874 "lazy_static",
 9875 "log",
 9876 "msvc_spectre_libs",
 9877 "pet-conda",
 9878 "pet-core",
 9879 "pet-fs",
 9880 "pet-python-utils",
 9881 "pet-virtualenv",
 9882 "regex",
 9883 "serde",
 9884 "serde_json",
 9885]
 9886
 9887[[package]]
 9888name = "pet-jsonrpc"
 9889version = "0.1.0"
 9890source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9891dependencies = [
 9892 "env_logger 0.10.2",
 9893 "log",
 9894 "msvc_spectre_libs",
 9895 "pet-core",
 9896 "serde",
 9897 "serde_json",
 9898]
 9899
 9900[[package]]
 9901name = "pet-linux-global-python"
 9902version = "0.1.0"
 9903source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9904dependencies = [
 9905 "log",
 9906 "msvc_spectre_libs",
 9907 "pet-core",
 9908 "pet-fs",
 9909 "pet-python-utils",
 9910 "pet-virtualenv",
 9911]
 9912
 9913[[package]]
 9914name = "pet-mac-commandlinetools"
 9915version = "0.1.0"
 9916source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9917dependencies = [
 9918 "log",
 9919 "msvc_spectre_libs",
 9920 "pet-core",
 9921 "pet-fs",
 9922 "pet-python-utils",
 9923 "pet-virtualenv",
 9924]
 9925
 9926[[package]]
 9927name = "pet-mac-python-org"
 9928version = "0.1.0"
 9929source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9930dependencies = [
 9931 "log",
 9932 "msvc_spectre_libs",
 9933 "pet-core",
 9934 "pet-fs",
 9935 "pet-python-utils",
 9936 "pet-virtualenv",
 9937]
 9938
 9939[[package]]
 9940name = "pet-mac-xcode"
 9941version = "0.1.0"
 9942source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9943dependencies = [
 9944 "log",
 9945 "msvc_spectre_libs",
 9946 "pet-core",
 9947 "pet-fs",
 9948 "pet-python-utils",
 9949 "pet-virtualenv",
 9950]
 9951
 9952[[package]]
 9953name = "pet-pipenv"
 9954version = "0.1.0"
 9955source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9956dependencies = [
 9957 "log",
 9958 "msvc_spectre_libs",
 9959 "pet-core",
 9960 "pet-fs",
 9961 "pet-python-utils",
 9962 "pet-virtualenv",
 9963]
 9964
 9965[[package]]
 9966name = "pet-pixi"
 9967version = "0.1.0"
 9968source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9969dependencies = [
 9970 "log",
 9971 "msvc_spectre_libs",
 9972 "pet-conda",
 9973 "pet-core",
 9974 "pet-python-utils",
 9975]
 9976
 9977[[package]]
 9978name = "pet-poetry"
 9979version = "0.1.0"
 9980source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9981dependencies = [
 9982 "base64 0.22.1",
 9983 "lazy_static",
 9984 "log",
 9985 "msvc_spectre_libs",
 9986 "pet-core",
 9987 "pet-fs",
 9988 "pet-python-utils",
 9989 "pet-reporter",
 9990 "pet-virtualenv",
 9991 "regex",
 9992 "serde",
 9993 "serde_json",
 9994 "sha2",
 9995 "toml 0.8.20",
 9996]
 9997
 9998[[package]]
 9999name = "pet-pyenv"
10000version = "0.1.0"
10001source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10002dependencies = [
10003 "lazy_static",
10004 "log",
10005 "msvc_spectre_libs",
10006 "pet-conda",
10007 "pet-core",
10008 "pet-fs",
10009 "pet-python-utils",
10010 "pet-reporter",
10011 "regex",
10012 "serde",
10013 "serde_json",
10014]
10015
10016[[package]]
10017name = "pet-python-utils"
10018version = "0.1.0"
10019source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10020dependencies = [
10021 "env_logger 0.10.2",
10022 "lazy_static",
10023 "log",
10024 "msvc_spectre_libs",
10025 "pet-core",
10026 "pet-fs",
10027 "regex",
10028 "serde",
10029 "serde_json",
10030 "sha2",
10031]
10032
10033[[package]]
10034name = "pet-reporter"
10035version = "0.1.0"
10036source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10037dependencies = [
10038 "env_logger 0.10.2",
10039 "log",
10040 "msvc_spectre_libs",
10041 "pet-core",
10042 "pet-jsonrpc",
10043 "serde",
10044 "serde_json",
10045]
10046
10047[[package]]
10048name = "pet-telemetry"
10049version = "0.1.0"
10050source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10051dependencies = [
10052 "env_logger 0.10.2",
10053 "lazy_static",
10054 "log",
10055 "msvc_spectre_libs",
10056 "pet-core",
10057 "pet-fs",
10058 "pet-python-utils",
10059 "regex",
10060]
10061
10062[[package]]
10063name = "pet-venv"
10064version = "0.1.0"
10065source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10066dependencies = [
10067 "log",
10068 "msvc_spectre_libs",
10069 "pet-core",
10070 "pet-python-utils",
10071 "pet-virtualenv",
10072]
10073
10074[[package]]
10075name = "pet-virtualenv"
10076version = "0.1.0"
10077source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10078dependencies = [
10079 "log",
10080 "msvc_spectre_libs",
10081 "pet-core",
10082 "pet-fs",
10083 "pet-python-utils",
10084]
10085
10086[[package]]
10087name = "pet-virtualenvwrapper"
10088version = "0.1.0"
10089source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10090dependencies = [
10091 "log",
10092 "msvc_spectre_libs",
10093 "pet-core",
10094 "pet-fs",
10095 "pet-python-utils",
10096 "pet-virtualenv",
10097]
10098
10099[[package]]
10100name = "pet-windows-registry"
10101version = "0.1.0"
10102source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10103dependencies = [
10104 "lazy_static",
10105 "log",
10106 "msvc_spectre_libs",
10107 "pet-conda",
10108 "pet-core",
10109 "pet-fs",
10110 "pet-python-utils",
10111 "pet-virtualenv",
10112 "pet-windows-store",
10113 "regex",
10114 "winreg 0.52.0",
10115]
10116
10117[[package]]
10118name = "pet-windows-store"
10119version = "0.1.0"
10120source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10121dependencies = [
10122 "lazy_static",
10123 "log",
10124 "msvc_spectre_libs",
10125 "pet-core",
10126 "pet-fs",
10127 "pet-python-utils",
10128 "pet-virtualenv",
10129 "regex",
10130 "winreg 0.52.0",
10131]
10132
10133[[package]]
10134name = "petgraph"
10135version = "0.6.5"
10136source = "registry+https://github.com/rust-lang/crates.io-index"
10137checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
10138dependencies = [
10139 "fixedbitset",
10140 "indexmap",
10141]
10142
10143[[package]]
10144name = "pgvector"
10145version = "0.4.0"
10146source = "registry+https://github.com/rust-lang/crates.io-index"
10147checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
10148dependencies = [
10149 "serde",
10150]
10151
10152[[package]]
10153name = "phf"
10154version = "0.11.2"
10155source = "registry+https://github.com/rust-lang/crates.io-index"
10156checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
10157dependencies = [
10158 "phf_macros",
10159 "phf_shared 0.11.2",
10160]
10161
10162[[package]]
10163name = "phf_codegen"
10164version = "0.11.2"
10165source = "registry+https://github.com/rust-lang/crates.io-index"
10166checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
10167dependencies = [
10168 "phf_generator 0.11.2",
10169 "phf_shared 0.11.2",
10170]
10171
10172[[package]]
10173name = "phf_generator"
10174version = "0.10.0"
10175source = "registry+https://github.com/rust-lang/crates.io-index"
10176checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
10177dependencies = [
10178 "phf_shared 0.10.0",
10179 "rand 0.8.5",
10180]
10181
10182[[package]]
10183name = "phf_generator"
10184version = "0.11.2"
10185source = "registry+https://github.com/rust-lang/crates.io-index"
10186checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
10187dependencies = [
10188 "phf_shared 0.11.2",
10189 "rand 0.8.5",
10190]
10191
10192[[package]]
10193name = "phf_macros"
10194version = "0.11.2"
10195source = "registry+https://github.com/rust-lang/crates.io-index"
10196checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
10197dependencies = [
10198 "phf_generator 0.11.2",
10199 "phf_shared 0.11.2",
10200 "proc-macro2",
10201 "quote",
10202 "syn 2.0.100",
10203]
10204
10205[[package]]
10206name = "phf_shared"
10207version = "0.10.0"
10208source = "registry+https://github.com/rust-lang/crates.io-index"
10209checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
10210dependencies = [
10211 "siphasher 0.3.11",
10212]
10213
10214[[package]]
10215name = "phf_shared"
10216version = "0.11.2"
10217source = "registry+https://github.com/rust-lang/crates.io-index"
10218checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
10219dependencies = [
10220 "siphasher 0.3.11",
10221]
10222
10223[[package]]
10224name = "picker"
10225version = "0.1.0"
10226dependencies = [
10227 "anyhow",
10228 "ctor",
10229 "editor",
10230 "env_logger 0.11.7",
10231 "gpui",
10232 "menu",
10233 "schemars",
10234 "serde",
10235 "serde_json",
10236 "ui",
10237 "util",
10238 "workspace",
10239]
10240
10241[[package]]
10242name = "pico-args"
10243version = "0.5.0"
10244source = "registry+https://github.com/rust-lang/crates.io-index"
10245checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
10246
10247[[package]]
10248name = "pin-project"
10249version = "1.1.7"
10250source = "registry+https://github.com/rust-lang/crates.io-index"
10251checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
10252dependencies = [
10253 "pin-project-internal",
10254]
10255
10256[[package]]
10257name = "pin-project-internal"
10258version = "1.1.7"
10259source = "registry+https://github.com/rust-lang/crates.io-index"
10260checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
10261dependencies = [
10262 "proc-macro2",
10263 "quote",
10264 "syn 2.0.100",
10265]
10266
10267[[package]]
10268name = "pin-project-lite"
10269version = "0.2.16"
10270source = "registry+https://github.com/rust-lang/crates.io-index"
10271checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
10272
10273[[package]]
10274name = "pin-utils"
10275version = "0.1.0"
10276source = "registry+https://github.com/rust-lang/crates.io-index"
10277checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
10278
10279[[package]]
10280name = "piper"
10281version = "0.2.4"
10282source = "registry+https://github.com/rust-lang/crates.io-index"
10283checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
10284dependencies = [
10285 "atomic-waker",
10286 "fastrand 2.3.0",
10287 "futures-io",
10288]
10289
10290[[package]]
10291name = "pkcs1"
10292version = "0.7.5"
10293source = "registry+https://github.com/rust-lang/crates.io-index"
10294checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
10295dependencies = [
10296 "der 0.7.9",
10297 "pkcs8 0.10.2",
10298 "spki 0.7.3",
10299]
10300
10301[[package]]
10302name = "pkcs8"
10303version = "0.9.0"
10304source = "registry+https://github.com/rust-lang/crates.io-index"
10305checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
10306dependencies = [
10307 "der 0.6.1",
10308 "spki 0.6.0",
10309]
10310
10311[[package]]
10312name = "pkcs8"
10313version = "0.10.2"
10314source = "registry+https://github.com/rust-lang/crates.io-index"
10315checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
10316dependencies = [
10317 "der 0.7.9",
10318 "spki 0.7.3",
10319]
10320
10321[[package]]
10322name = "pkg-config"
10323version = "0.3.31"
10324source = "registry+https://github.com/rust-lang/crates.io-index"
10325checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
10326
10327[[package]]
10328name = "plist"
10329version = "1.7.1"
10330source = "registry+https://github.com/rust-lang/crates.io-index"
10331checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d"
10332dependencies = [
10333 "base64 0.22.1",
10334 "indexmap",
10335 "quick-xml 0.32.0",
10336 "serde",
10337 "time",
10338]
10339
10340[[package]]
10341name = "plotters"
10342version = "0.3.7"
10343source = "registry+https://github.com/rust-lang/crates.io-index"
10344checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
10345dependencies = [
10346 "num-traits",
10347 "plotters-backend",
10348 "plotters-svg",
10349 "wasm-bindgen",
10350 "web-sys",
10351]
10352
10353[[package]]
10354name = "plotters-backend"
10355version = "0.3.7"
10356source = "registry+https://github.com/rust-lang/crates.io-index"
10357checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
10358
10359[[package]]
10360name = "plotters-svg"
10361version = "0.3.7"
10362source = "registry+https://github.com/rust-lang/crates.io-index"
10363checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
10364dependencies = [
10365 "plotters-backend",
10366]
10367
10368[[package]]
10369name = "png"
10370version = "0.17.15"
10371source = "registry+https://github.com/rust-lang/crates.io-index"
10372checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
10373dependencies = [
10374 "bitflags 1.3.2",
10375 "crc32fast",
10376 "fdeflate",
10377 "flate2",
10378 "miniz_oxide",
10379]
10380
10381[[package]]
10382name = "polling"
10383version = "3.7.4"
10384source = "registry+https://github.com/rust-lang/crates.io-index"
10385checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
10386dependencies = [
10387 "cfg-if",
10388 "concurrent-queue",
10389 "hermit-abi 0.4.0",
10390 "pin-project-lite",
10391 "rustix",
10392 "tracing",
10393 "windows-sys 0.59.0",
10394]
10395
10396[[package]]
10397name = "pollster"
10398version = "0.2.5"
10399source = "registry+https://github.com/rust-lang/crates.io-index"
10400checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
10401
10402[[package]]
10403name = "portable-atomic"
10404version = "1.11.0"
10405source = "registry+https://github.com/rust-lang/crates.io-index"
10406checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
10407
10408[[package]]
10409name = "portable-atomic-util"
10410version = "0.2.4"
10411source = "registry+https://github.com/rust-lang/crates.io-index"
10412checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
10413dependencies = [
10414 "portable-atomic",
10415]
10416
10417[[package]]
10418name = "postage"
10419version = "0.5.0"
10420source = "registry+https://github.com/rust-lang/crates.io-index"
10421checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
10422dependencies = [
10423 "atomic",
10424 "crossbeam-queue",
10425 "futures 0.3.31",
10426 "log",
10427 "parking_lot",
10428 "pin-project",
10429 "pollster",
10430 "static_assertions",
10431 "thiserror 1.0.69",
10432]
10433
10434[[package]]
10435name = "postcard"
10436version = "1.1.1"
10437source = "registry+https://github.com/rust-lang/crates.io-index"
10438checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
10439dependencies = [
10440 "cobs",
10441 "embedded-io 0.4.0",
10442 "embedded-io 0.6.1",
10443 "serde",
10444]
10445
10446[[package]]
10447name = "powerfmt"
10448version = "0.2.0"
10449source = "registry+https://github.com/rust-lang/crates.io-index"
10450checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
10451
10452[[package]]
10453name = "ppv-lite86"
10454version = "0.2.20"
10455source = "registry+https://github.com/rust-lang/crates.io-index"
10456checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
10457dependencies = [
10458 "zerocopy 0.7.35",
10459]
10460
10461[[package]]
10462name = "precomputed-hash"
10463version = "0.1.1"
10464source = "registry+https://github.com/rust-lang/crates.io-index"
10465checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
10466
10467[[package]]
10468name = "prettier"
10469version = "0.1.0"
10470dependencies = [
10471 "anyhow",
10472 "collections",
10473 "fs",
10474 "gpui",
10475 "language",
10476 "log",
10477 "lsp",
10478 "node_runtime",
10479 "parking_lot",
10480 "paths",
10481 "serde",
10482 "serde_json",
10483 "util",
10484]
10485
10486[[package]]
10487name = "pretty_assertions"
10488version = "1.4.1"
10489source = "registry+https://github.com/rust-lang/crates.io-index"
10490checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
10491dependencies = [
10492 "diff",
10493 "yansi",
10494]
10495
10496[[package]]
10497name = "prettyplease"
10498version = "0.2.25"
10499source = "registry+https://github.com/rust-lang/crates.io-index"
10500checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
10501dependencies = [
10502 "proc-macro2",
10503 "syn 2.0.100",
10504]
10505
10506[[package]]
10507name = "proc-macro-crate"
10508version = "3.2.0"
10509source = "registry+https://github.com/rust-lang/crates.io-index"
10510checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
10511dependencies = [
10512 "toml_edit",
10513]
10514
10515[[package]]
10516name = "proc-macro-error-attr2"
10517version = "2.0.0"
10518source = "registry+https://github.com/rust-lang/crates.io-index"
10519checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
10520dependencies = [
10521 "proc-macro2",
10522 "quote",
10523]
10524
10525[[package]]
10526name = "proc-macro-error2"
10527version = "2.0.1"
10528source = "registry+https://github.com/rust-lang/crates.io-index"
10529checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
10530dependencies = [
10531 "proc-macro-error-attr2",
10532 "proc-macro2",
10533 "quote",
10534 "syn 2.0.100",
10535]
10536
10537[[package]]
10538name = "proc-macro2"
10539version = "1.0.94"
10540source = "registry+https://github.com/rust-lang/crates.io-index"
10541checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
10542dependencies = [
10543 "unicode-ident",
10544]
10545
10546[[package]]
10547name = "proc-macro2-diagnostics"
10548version = "0.10.1"
10549source = "registry+https://github.com/rust-lang/crates.io-index"
10550checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
10551dependencies = [
10552 "proc-macro2",
10553 "quote",
10554 "syn 2.0.100",
10555 "version_check",
10556 "yansi",
10557]
10558
10559[[package]]
10560name = "profiling"
10561version = "1.0.16"
10562source = "registry+https://github.com/rust-lang/crates.io-index"
10563checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
10564dependencies = [
10565 "profiling-procmacros",
10566]
10567
10568[[package]]
10569name = "profiling-procmacros"
10570version = "1.0.16"
10571source = "registry+https://github.com/rust-lang/crates.io-index"
10572checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
10573dependencies = [
10574 "quote",
10575 "syn 2.0.100",
10576]
10577
10578[[package]]
10579name = "project"
10580version = "0.1.0"
10581dependencies = [
10582 "aho-corasick",
10583 "anyhow",
10584 "askpass",
10585 "async-trait",
10586 "buffer_diff",
10587 "circular-buffer",
10588 "client",
10589 "clock",
10590 "collections",
10591 "dap",
10592 "dap_adapters",
10593 "env_logger 0.11.7",
10594 "extension",
10595 "fancy-regex 0.14.0",
10596 "fs",
10597 "futures 0.3.31",
10598 "fuzzy",
10599 "git",
10600 "git2",
10601 "git_hosting_providers",
10602 "globset",
10603 "gpui",
10604 "http_client",
10605 "image",
10606 "indexmap",
10607 "itertools 0.14.0",
10608 "language",
10609 "log",
10610 "lsp",
10611 "node_runtime",
10612 "parking_lot",
10613 "pathdiff",
10614 "paths",
10615 "postage",
10616 "prettier",
10617 "pretty_assertions",
10618 "rand 0.8.5",
10619 "regex",
10620 "release_channel",
10621 "remote",
10622 "rpc",
10623 "schemars",
10624 "serde",
10625 "serde_json",
10626 "settings",
10627 "sha2",
10628 "shellexpand 2.1.2",
10629 "shlex",
10630 "smol",
10631 "snippet",
10632 "snippet_provider",
10633 "sum_tree",
10634 "task",
10635 "tempfile",
10636 "terminal",
10637 "text",
10638 "toml 0.8.20",
10639 "unindent",
10640 "url",
10641 "util",
10642 "which 6.0.3",
10643 "worktree",
10644 "zlog",
10645]
10646
10647[[package]]
10648name = "project_panel"
10649version = "0.1.0"
10650dependencies = [
10651 "anyhow",
10652 "client",
10653 "collections",
10654 "command_palette_hooks",
10655 "db",
10656 "editor",
10657 "file_icons",
10658 "git",
10659 "gpui",
10660 "indexmap",
10661 "language",
10662 "menu",
10663 "pretty_assertions",
10664 "project",
10665 "schemars",
10666 "search",
10667 "serde",
10668 "serde_derive",
10669 "serde_json",
10670 "settings",
10671 "smallvec",
10672 "theme",
10673 "ui",
10674 "util",
10675 "workspace",
10676 "worktree",
10677 "zed_actions",
10678]
10679
10680[[package]]
10681name = "project_symbols"
10682version = "0.1.0"
10683dependencies = [
10684 "anyhow",
10685 "editor",
10686 "futures 0.3.31",
10687 "fuzzy",
10688 "gpui",
10689 "language",
10690 "lsp",
10691 "ordered-float 2.10.1",
10692 "picker",
10693 "project",
10694 "release_channel",
10695 "serde_json",
10696 "settings",
10697 "theme",
10698 "util",
10699 "workspace",
10700]
10701
10702[[package]]
10703name = "prometheus"
10704version = "0.13.4"
10705source = "registry+https://github.com/rust-lang/crates.io-index"
10706checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
10707dependencies = [
10708 "cfg-if",
10709 "fnv",
10710 "lazy_static",
10711 "memchr",
10712 "parking_lot",
10713 "protobuf",
10714 "thiserror 1.0.69",
10715]
10716
10717[[package]]
10718name = "prompt_library"
10719version = "0.1.0"
10720dependencies = [
10721 "anyhow",
10722 "collections",
10723 "editor",
10724 "gpui",
10725 "language",
10726 "language_model",
10727 "log",
10728 "menu",
10729 "picker",
10730 "prompt_store",
10731 "release_channel",
10732 "rope",
10733 "serde",
10734 "settings",
10735 "theme",
10736 "ui",
10737 "util",
10738 "workspace",
10739 "zed_actions",
10740]
10741
10742[[package]]
10743name = "prompt_store"
10744version = "0.1.0"
10745dependencies = [
10746 "anyhow",
10747 "assets",
10748 "chrono",
10749 "collections",
10750 "fs",
10751 "futures 0.3.31",
10752 "fuzzy",
10753 "gpui",
10754 "handlebars 4.5.0",
10755 "heed",
10756 "language",
10757 "log",
10758 "parking_lot",
10759 "paths",
10760 "rope",
10761 "serde",
10762 "text",
10763 "util",
10764 "uuid",
10765]
10766
10767[[package]]
10768name = "prost"
10769version = "0.9.0"
10770source = "registry+https://github.com/rust-lang/crates.io-index"
10771checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
10772dependencies = [
10773 "bytes 1.10.1",
10774 "prost-derive 0.9.0",
10775]
10776
10777[[package]]
10778name = "prost"
10779version = "0.12.6"
10780source = "registry+https://github.com/rust-lang/crates.io-index"
10781checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
10782dependencies = [
10783 "bytes 1.10.1",
10784 "prost-derive 0.12.6",
10785]
10786
10787[[package]]
10788name = "prost-build"
10789version = "0.9.0"
10790source = "registry+https://github.com/rust-lang/crates.io-index"
10791checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
10792dependencies = [
10793 "bytes 1.10.1",
10794 "heck 0.3.3",
10795 "itertools 0.10.5",
10796 "lazy_static",
10797 "log",
10798 "multimap 0.8.3",
10799 "petgraph",
10800 "prost 0.9.0",
10801 "prost-types 0.9.0",
10802 "regex",
10803 "tempfile",
10804 "which 4.4.2",
10805]
10806
10807[[package]]
10808name = "prost-build"
10809version = "0.12.6"
10810source = "registry+https://github.com/rust-lang/crates.io-index"
10811checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
10812dependencies = [
10813 "bytes 1.10.1",
10814 "heck 0.5.0",
10815 "itertools 0.12.1",
10816 "log",
10817 "multimap 0.10.0",
10818 "once_cell",
10819 "petgraph",
10820 "prettyplease",
10821 "prost 0.12.6",
10822 "prost-types 0.12.6",
10823 "regex",
10824 "syn 2.0.100",
10825 "tempfile",
10826]
10827
10828[[package]]
10829name = "prost-derive"
10830version = "0.9.0"
10831source = "registry+https://github.com/rust-lang/crates.io-index"
10832checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
10833dependencies = [
10834 "anyhow",
10835 "itertools 0.10.5",
10836 "proc-macro2",
10837 "quote",
10838 "syn 1.0.109",
10839]
10840
10841[[package]]
10842name = "prost-derive"
10843version = "0.12.6"
10844source = "registry+https://github.com/rust-lang/crates.io-index"
10845checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
10846dependencies = [
10847 "anyhow",
10848 "itertools 0.12.1",
10849 "proc-macro2",
10850 "quote",
10851 "syn 2.0.100",
10852]
10853
10854[[package]]
10855name = "prost-types"
10856version = "0.9.0"
10857source = "registry+https://github.com/rust-lang/crates.io-index"
10858checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
10859dependencies = [
10860 "bytes 1.10.1",
10861 "prost 0.9.0",
10862]
10863
10864[[package]]
10865name = "prost-types"
10866version = "0.12.6"
10867source = "registry+https://github.com/rust-lang/crates.io-index"
10868checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
10869dependencies = [
10870 "prost 0.12.6",
10871]
10872
10873[[package]]
10874name = "proto"
10875version = "0.1.0"
10876dependencies = [
10877 "anyhow",
10878 "collections",
10879 "prost 0.9.0",
10880 "prost-build 0.9.0",
10881 "serde",
10882]
10883
10884[[package]]
10885name = "protobuf"
10886version = "2.28.0"
10887source = "registry+https://github.com/rust-lang/crates.io-index"
10888checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10889
10890[[package]]
10891name = "psm"
10892version = "0.1.24"
10893source = "registry+https://github.com/rust-lang/crates.io-index"
10894checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10895dependencies = [
10896 "cc",
10897]
10898
10899[[package]]
10900name = "ptr_meta"
10901version = "0.1.4"
10902source = "registry+https://github.com/rust-lang/crates.io-index"
10903checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10904dependencies = [
10905 "ptr_meta_derive",
10906]
10907
10908[[package]]
10909name = "ptr_meta_derive"
10910version = "0.1.4"
10911source = "registry+https://github.com/rust-lang/crates.io-index"
10912checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10913dependencies = [
10914 "proc-macro2",
10915 "quote",
10916 "syn 1.0.109",
10917]
10918
10919[[package]]
10920name = "pulldown-cmark"
10921version = "0.10.3"
10922source = "registry+https://github.com/rust-lang/crates.io-index"
10923checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10924dependencies = [
10925 "bitflags 2.9.0",
10926 "memchr",
10927 "pulldown-cmark-escape",
10928 "unicase",
10929]
10930
10931[[package]]
10932name = "pulldown-cmark"
10933version = "0.12.2"
10934source = "registry+https://github.com/rust-lang/crates.io-index"
10935checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10936dependencies = [
10937 "bitflags 2.9.0",
10938 "memchr",
10939 "unicase",
10940]
10941
10942[[package]]
10943name = "pulldown-cmark-escape"
10944version = "0.10.1"
10945source = "registry+https://github.com/rust-lang/crates.io-index"
10946checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10947
10948[[package]]
10949name = "pulley-interpreter"
10950version = "29.0.1"
10951source = "registry+https://github.com/rust-lang/crates.io-index"
10952checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
10953dependencies = [
10954 "cranelift-bitset",
10955 "log",
10956 "sptr",
10957 "wasmtime-math",
10958]
10959
10960[[package]]
10961name = "qoi"
10962version = "0.4.1"
10963source = "registry+https://github.com/rust-lang/crates.io-index"
10964checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10965dependencies = [
10966 "bytemuck",
10967]
10968
10969[[package]]
10970name = "quick-error"
10971version = "2.0.1"
10972source = "registry+https://github.com/rust-lang/crates.io-index"
10973checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10974
10975[[package]]
10976name = "quick-xml"
10977version = "0.32.0"
10978source = "registry+https://github.com/rust-lang/crates.io-index"
10979checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10980dependencies = [
10981 "memchr",
10982]
10983
10984[[package]]
10985name = "quick-xml"
10986version = "0.37.2"
10987source = "registry+https://github.com/rust-lang/crates.io-index"
10988checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003"
10989dependencies = [
10990 "memchr",
10991]
10992
10993[[package]]
10994name = "quinn"
10995version = "0.11.6"
10996source = "registry+https://github.com/rust-lang/crates.io-index"
10997checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10998dependencies = [
10999 "bytes 1.10.1",
11000 "pin-project-lite",
11001 "quinn-proto",
11002 "quinn-udp",
11003 "rustc-hash 2.1.1",
11004 "rustls 0.23.25",
11005 "socket2",
11006 "thiserror 2.0.12",
11007 "tokio",
11008 "tracing",
11009]
11010
11011[[package]]
11012name = "quinn-proto"
11013version = "0.11.9"
11014source = "registry+https://github.com/rust-lang/crates.io-index"
11015checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
11016dependencies = [
11017 "bytes 1.10.1",
11018 "getrandom 0.2.15",
11019 "rand 0.8.5",
11020 "ring",
11021 "rustc-hash 2.1.1",
11022 "rustls 0.23.25",
11023 "rustls-pki-types",
11024 "slab",
11025 "thiserror 2.0.12",
11026 "tinyvec",
11027 "tracing",
11028 "web-time",
11029]
11030
11031[[package]]
11032name = "quinn-udp"
11033version = "0.5.9"
11034source = "registry+https://github.com/rust-lang/crates.io-index"
11035checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904"
11036dependencies = [
11037 "cfg_aliases 0.2.1",
11038 "libc",
11039 "once_cell",
11040 "socket2",
11041 "tracing",
11042 "windows-sys 0.59.0",
11043]
11044
11045[[package]]
11046name = "quote"
11047version = "1.0.40"
11048source = "registry+https://github.com/rust-lang/crates.io-index"
11049checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
11050dependencies = [
11051 "proc-macro2",
11052]
11053
11054[[package]]
11055name = "radium"
11056version = "0.7.0"
11057source = "registry+https://github.com/rust-lang/crates.io-index"
11058checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
11059
11060[[package]]
11061name = "rand"
11062version = "0.7.3"
11063source = "registry+https://github.com/rust-lang/crates.io-index"
11064checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
11065dependencies = [
11066 "getrandom 0.1.16",
11067 "libc",
11068 "rand_chacha 0.2.2",
11069 "rand_core 0.5.1",
11070 "rand_hc",
11071]
11072
11073[[package]]
11074name = "rand"
11075version = "0.8.5"
11076source = "registry+https://github.com/rust-lang/crates.io-index"
11077checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
11078dependencies = [
11079 "libc",
11080 "rand_chacha 0.3.1",
11081 "rand_core 0.6.4",
11082]
11083
11084[[package]]
11085name = "rand"
11086version = "0.9.0"
11087source = "registry+https://github.com/rust-lang/crates.io-index"
11088checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
11089dependencies = [
11090 "rand_chacha 0.9.0",
11091 "rand_core 0.9.0",
11092 "zerocopy 0.8.18",
11093]
11094
11095[[package]]
11096name = "rand_chacha"
11097version = "0.2.2"
11098source = "registry+https://github.com/rust-lang/crates.io-index"
11099checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
11100dependencies = [
11101 "ppv-lite86",
11102 "rand_core 0.5.1",
11103]
11104
11105[[package]]
11106name = "rand_chacha"
11107version = "0.3.1"
11108source = "registry+https://github.com/rust-lang/crates.io-index"
11109checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
11110dependencies = [
11111 "ppv-lite86",
11112 "rand_core 0.6.4",
11113]
11114
11115[[package]]
11116name = "rand_chacha"
11117version = "0.9.0"
11118source = "registry+https://github.com/rust-lang/crates.io-index"
11119checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
11120dependencies = [
11121 "ppv-lite86",
11122 "rand_core 0.9.0",
11123]
11124
11125[[package]]
11126name = "rand_core"
11127version = "0.5.1"
11128source = "registry+https://github.com/rust-lang/crates.io-index"
11129checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
11130dependencies = [
11131 "getrandom 0.1.16",
11132]
11133
11134[[package]]
11135name = "rand_core"
11136version = "0.6.4"
11137source = "registry+https://github.com/rust-lang/crates.io-index"
11138checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
11139dependencies = [
11140 "getrandom 0.2.15",
11141]
11142
11143[[package]]
11144name = "rand_core"
11145version = "0.9.0"
11146source = "registry+https://github.com/rust-lang/crates.io-index"
11147checksum = "b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff"
11148dependencies = [
11149 "getrandom 0.3.1",
11150 "zerocopy 0.8.18",
11151]
11152
11153[[package]]
11154name = "rand_hc"
11155version = "0.2.0"
11156source = "registry+https://github.com/rust-lang/crates.io-index"
11157checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
11158dependencies = [
11159 "rand_core 0.5.1",
11160]
11161
11162[[package]]
11163name = "rangemap"
11164version = "1.5.1"
11165source = "registry+https://github.com/rust-lang/crates.io-index"
11166checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
11167
11168[[package]]
11169name = "rav1e"
11170version = "0.7.1"
11171source = "registry+https://github.com/rust-lang/crates.io-index"
11172checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
11173dependencies = [
11174 "arbitrary",
11175 "arg_enum_proc_macro",
11176 "arrayvec",
11177 "av1-grain",
11178 "bitstream-io",
11179 "built",
11180 "cfg-if",
11181 "interpolate_name",
11182 "itertools 0.12.1",
11183 "libc",
11184 "libfuzzer-sys",
11185 "log",
11186 "maybe-rayon",
11187 "new_debug_unreachable",
11188 "noop_proc_macro",
11189 "num-derive",
11190 "num-traits",
11191 "once_cell",
11192 "paste",
11193 "profiling",
11194 "rand 0.8.5",
11195 "rand_chacha 0.3.1",
11196 "simd_helpers",
11197 "system-deps",
11198 "thiserror 1.0.69",
11199 "v_frame",
11200 "wasm-bindgen",
11201]
11202
11203[[package]]
11204name = "ravif"
11205version = "0.11.11"
11206source = "registry+https://github.com/rust-lang/crates.io-index"
11207checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
11208dependencies = [
11209 "avif-serialize",
11210 "imgref",
11211 "loop9",
11212 "quick-error",
11213 "rav1e",
11214 "rayon",
11215 "rgb",
11216]
11217
11218[[package]]
11219name = "raw-window-handle"
11220version = "0.6.2"
11221source = "registry+https://github.com/rust-lang/crates.io-index"
11222checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
11223
11224[[package]]
11225name = "raw-window-metal"
11226version = "0.4.0"
11227source = "registry+https://github.com/rust-lang/crates.io-index"
11228checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
11229dependencies = [
11230 "cocoa 0.25.0",
11231 "core-graphics 0.23.2",
11232 "objc",
11233 "raw-window-handle",
11234]
11235
11236[[package]]
11237name = "rayon"
11238version = "1.10.0"
11239source = "registry+https://github.com/rust-lang/crates.io-index"
11240checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
11241dependencies = [
11242 "either",
11243 "rayon-core",
11244]
11245
11246[[package]]
11247name = "rayon-core"
11248version = "1.12.1"
11249source = "registry+https://github.com/rust-lang/crates.io-index"
11250checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
11251dependencies = [
11252 "crossbeam-deque",
11253 "crossbeam-utils",
11254]
11255
11256[[package]]
11257name = "read-fonts"
11258version = "0.25.3"
11259source = "registry+https://github.com/rust-lang/crates.io-index"
11260checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
11261dependencies = [
11262 "bytemuck",
11263 "font-types",
11264]
11265
11266[[package]]
11267name = "recent_projects"
11268version = "0.1.0"
11269dependencies = [
11270 "anyhow",
11271 "auto_update",
11272 "dap",
11273 "editor",
11274 "extension_host",
11275 "file_finder",
11276 "futures 0.3.31",
11277 "fuzzy",
11278 "gpui",
11279 "language",
11280 "log",
11281 "markdown",
11282 "menu",
11283 "ordered-float 2.10.1",
11284 "paths",
11285 "picker",
11286 "project",
11287 "release_channel",
11288 "remote",
11289 "schemars",
11290 "serde",
11291 "serde_json",
11292 "settings",
11293 "smol",
11294 "task",
11295 "telemetry",
11296 "theme",
11297 "ui",
11298 "util",
11299 "workspace",
11300 "zed_actions",
11301]
11302
11303[[package]]
11304name = "redox_syscall"
11305version = "0.2.16"
11306source = "registry+https://github.com/rust-lang/crates.io-index"
11307checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
11308dependencies = [
11309 "bitflags 1.3.2",
11310]
11311
11312[[package]]
11313name = "redox_syscall"
11314version = "0.5.8"
11315source = "registry+https://github.com/rust-lang/crates.io-index"
11316checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
11317dependencies = [
11318 "bitflags 2.9.0",
11319]
11320
11321[[package]]
11322name = "redox_users"
11323version = "0.4.6"
11324source = "registry+https://github.com/rust-lang/crates.io-index"
11325checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
11326dependencies = [
11327 "getrandom 0.2.15",
11328 "libredox",
11329 "thiserror 1.0.69",
11330]
11331
11332[[package]]
11333name = "refineable"
11334version = "0.1.0"
11335dependencies = [
11336 "derive_refineable",
11337]
11338
11339[[package]]
11340name = "regalloc2"
11341version = "0.11.1"
11342source = "registry+https://github.com/rust-lang/crates.io-index"
11343checksum = "145c1c267e14f20fb0f88aa76a1c5ffec42d592c1d28b3cd9148ae35916158d3"
11344dependencies = [
11345 "allocator-api2",
11346 "bumpalo",
11347 "hashbrown 0.15.2",
11348 "log",
11349 "rustc-hash 2.1.1",
11350 "smallvec",
11351]
11352
11353[[package]]
11354name = "regex"
11355version = "1.11.1"
11356source = "registry+https://github.com/rust-lang/crates.io-index"
11357checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
11358dependencies = [
11359 "aho-corasick",
11360 "memchr",
11361 "regex-automata 0.4.9",
11362 "regex-syntax 0.8.5",
11363]
11364
11365[[package]]
11366name = "regex-automata"
11367version = "0.1.10"
11368source = "registry+https://github.com/rust-lang/crates.io-index"
11369checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
11370dependencies = [
11371 "regex-syntax 0.6.29",
11372]
11373
11374[[package]]
11375name = "regex-automata"
11376version = "0.4.9"
11377source = "registry+https://github.com/rust-lang/crates.io-index"
11378checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
11379dependencies = [
11380 "aho-corasick",
11381 "memchr",
11382 "regex-syntax 0.8.5",
11383]
11384
11385[[package]]
11386name = "regex-lite"
11387version = "0.1.6"
11388source = "registry+https://github.com/rust-lang/crates.io-index"
11389checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
11390
11391[[package]]
11392name = "regex-syntax"
11393version = "0.6.29"
11394source = "registry+https://github.com/rust-lang/crates.io-index"
11395checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
11396
11397[[package]]
11398name = "regex-syntax"
11399version = "0.8.5"
11400source = "registry+https://github.com/rust-lang/crates.io-index"
11401checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
11402
11403[[package]]
11404name = "release_channel"
11405version = "0.1.0"
11406dependencies = [
11407 "gpui",
11408]
11409
11410[[package]]
11411name = "remote"
11412version = "0.1.0"
11413dependencies = [
11414 "anyhow",
11415 "askpass",
11416 "async-trait",
11417 "collections",
11418 "fs",
11419 "futures 0.3.31",
11420 "gpui",
11421 "itertools 0.14.0",
11422 "log",
11423 "parking_lot",
11424 "paths",
11425 "prost 0.9.0",
11426 "release_channel",
11427 "rpc",
11428 "schemars",
11429 "serde",
11430 "serde_json",
11431 "shlex",
11432 "smol",
11433 "tempfile",
11434 "thiserror 2.0.12",
11435 "urlencoding",
11436 "util",
11437]
11438
11439[[package]]
11440name = "remote_server"
11441version = "0.1.0"
11442dependencies = [
11443 "anyhow",
11444 "async-watch",
11445 "backtrace",
11446 "cargo_toml",
11447 "chrono",
11448 "clap",
11449 "client",
11450 "clock",
11451 "dap",
11452 "env_logger 0.11.7",
11453 "extension",
11454 "extension_host",
11455 "fork",
11456 "fs",
11457 "futures 0.3.31",
11458 "git",
11459 "git_hosting_providers",
11460 "gpui",
11461 "gpui_tokio",
11462 "http_client",
11463 "language",
11464 "language_extension",
11465 "languages",
11466 "libc",
11467 "log",
11468 "lsp",
11469 "node_runtime",
11470 "paths",
11471 "project",
11472 "proto",
11473 "release_channel",
11474 "remote",
11475 "reqwest_client",
11476 "rpc",
11477 "rust-embed",
11478 "serde",
11479 "serde_json",
11480 "settings",
11481 "shellexpand 2.1.2",
11482 "smol",
11483 "sysinfo",
11484 "telemetry_events",
11485 "toml 0.8.20",
11486 "unindent",
11487 "util",
11488 "worktree",
11489]
11490
11491[[package]]
11492name = "rend"
11493version = "0.4.2"
11494source = "registry+https://github.com/rust-lang/crates.io-index"
11495checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
11496dependencies = [
11497 "bytecheck",
11498]
11499
11500[[package]]
11501name = "repl"
11502version = "0.1.0"
11503dependencies = [
11504 "alacritty_terminal",
11505 "anyhow",
11506 "async-dispatcher",
11507 "async-tungstenite",
11508 "base64 0.22.1",
11509 "client",
11510 "collections",
11511 "command_palette_hooks",
11512 "editor",
11513 "env_logger 0.11.7",
11514 "feature_flags",
11515 "file_icons",
11516 "futures 0.3.31",
11517 "gpui",
11518 "http_client",
11519 "image",
11520 "indoc",
11521 "jupyter-protocol",
11522 "jupyter-websocket-client",
11523 "language",
11524 "languages",
11525 "log",
11526 "markdown_preview",
11527 "menu",
11528 "multi_buffer",
11529 "nbformat",
11530 "picker",
11531 "project",
11532 "runtimelib",
11533 "schemars",
11534 "serde",
11535 "serde_json",
11536 "settings",
11537 "smol",
11538 "telemetry",
11539 "terminal",
11540 "terminal_view",
11541 "theme",
11542 "tree-sitter-md",
11543 "tree-sitter-python",
11544 "tree-sitter-typescript",
11545 "ui",
11546 "util",
11547 "uuid",
11548 "workspace",
11549]
11550
11551[[package]]
11552name = "reqwest"
11553version = "0.11.27"
11554source = "registry+https://github.com/rust-lang/crates.io-index"
11555checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
11556dependencies = [
11557 "base64 0.21.7",
11558 "bytes 1.10.1",
11559 "encoding_rs",
11560 "futures-core",
11561 "futures-util",
11562 "h2 0.3.26",
11563 "http 0.2.12",
11564 "http-body 0.4.6",
11565 "hyper 0.14.32",
11566 "hyper-rustls 0.24.2",
11567 "hyper-tls",
11568 "ipnet",
11569 "js-sys",
11570 "log",
11571 "mime",
11572 "native-tls",
11573 "once_cell",
11574 "percent-encoding",
11575 "pin-project-lite",
11576 "rustls 0.21.12",
11577 "rustls-native-certs 0.6.3",
11578 "rustls-pemfile 1.0.4",
11579 "serde",
11580 "serde_json",
11581 "serde_urlencoded",
11582 "sync_wrapper 0.1.2",
11583 "system-configuration 0.5.1",
11584 "tokio",
11585 "tokio-native-tls",
11586 "tokio-rustls 0.24.1",
11587 "tower-service",
11588 "url",
11589 "wasm-bindgen",
11590 "wasm-bindgen-futures",
11591 "web-sys",
11592 "winreg 0.50.0",
11593]
11594
11595[[package]]
11596name = "reqwest"
11597version = "0.12.8"
11598source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
11599dependencies = [
11600 "base64 0.22.1",
11601 "bytes 1.10.1",
11602 "encoding_rs",
11603 "futures-core",
11604 "futures-util",
11605 "h2 0.4.7",
11606 "http 1.2.0",
11607 "http-body 1.0.1",
11608 "http-body-util",
11609 "hyper 1.5.1",
11610 "hyper-rustls 0.27.3",
11611 "hyper-util",
11612 "ipnet",
11613 "js-sys",
11614 "log",
11615 "mime",
11616 "once_cell",
11617 "percent-encoding",
11618 "pin-project-lite",
11619 "quinn",
11620 "rustls 0.23.25",
11621 "rustls-native-certs 0.8.1",
11622 "rustls-pemfile 2.2.0",
11623 "rustls-pki-types",
11624 "serde",
11625 "serde_json",
11626 "serde_urlencoded",
11627 "sync_wrapper 1.0.2",
11628 "system-configuration 0.6.1",
11629 "tokio",
11630 "tokio-rustls 0.26.1",
11631 "tokio-socks",
11632 "tokio-util",
11633 "tower-service",
11634 "url",
11635 "wasm-bindgen",
11636 "wasm-bindgen-futures",
11637 "wasm-streams",
11638 "web-sys",
11639 "windows-registry",
11640]
11641
11642[[package]]
11643name = "reqwest_client"
11644version = "0.1.0"
11645dependencies = [
11646 "anyhow",
11647 "bytes 1.10.1",
11648 "futures 0.3.31",
11649 "gpui",
11650 "http_client",
11651 "http_client_tls",
11652 "log",
11653 "regex",
11654 "reqwest 0.12.8",
11655 "serde",
11656 "smol",
11657 "tokio",
11658]
11659
11660[[package]]
11661name = "resvg"
11662version = "0.45.0"
11663source = "registry+https://github.com/rust-lang/crates.io-index"
11664checksum = "dd43d1c474e9dadf09a8fdf22d713ba668b499b5117b9b9079500224e26b5b29"
11665dependencies = [
11666 "log",
11667 "pico-args",
11668 "rgb",
11669 "svgtypes",
11670 "tiny-skia",
11671 "usvg",
11672]
11673
11674[[package]]
11675name = "rfc6979"
11676version = "0.3.1"
11677source = "registry+https://github.com/rust-lang/crates.io-index"
11678checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
11679dependencies = [
11680 "crypto-bigint 0.4.9",
11681 "hmac",
11682 "zeroize",
11683]
11684
11685[[package]]
11686name = "rgb"
11687version = "0.8.50"
11688source = "registry+https://github.com/rust-lang/crates.io-index"
11689checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
11690dependencies = [
11691 "bytemuck",
11692]
11693
11694[[package]]
11695name = "rich_text"
11696version = "0.1.0"
11697dependencies = [
11698 "futures 0.3.31",
11699 "gpui",
11700 "language",
11701 "linkify",
11702 "pulldown-cmark 0.12.2",
11703 "theme",
11704 "ui",
11705 "util",
11706]
11707
11708[[package]]
11709name = "ring"
11710version = "0.17.8"
11711source = "registry+https://github.com/rust-lang/crates.io-index"
11712checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
11713dependencies = [
11714 "cc",
11715 "cfg-if",
11716 "getrandom 0.2.15",
11717 "libc",
11718 "spin",
11719 "untrusted",
11720 "windows-sys 0.52.0",
11721]
11722
11723[[package]]
11724name = "rkyv"
11725version = "0.7.45"
11726source = "registry+https://github.com/rust-lang/crates.io-index"
11727checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
11728dependencies = [
11729 "bitvec",
11730 "bytecheck",
11731 "bytes 1.10.1",
11732 "hashbrown 0.12.3",
11733 "ptr_meta",
11734 "rend",
11735 "rkyv_derive",
11736 "seahash",
11737 "tinyvec",
11738 "uuid",
11739]
11740
11741[[package]]
11742name = "rkyv_derive"
11743version = "0.7.45"
11744source = "registry+https://github.com/rust-lang/crates.io-index"
11745checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
11746dependencies = [
11747 "proc-macro2",
11748 "quote",
11749 "syn 1.0.109",
11750]
11751
11752[[package]]
11753name = "rmp"
11754version = "0.8.14"
11755source = "registry+https://github.com/rust-lang/crates.io-index"
11756checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
11757dependencies = [
11758 "byteorder",
11759 "num-traits",
11760 "paste",
11761]
11762
11763[[package]]
11764name = "rmpv"
11765version = "1.3.0"
11766source = "registry+https://github.com/rust-lang/crates.io-index"
11767checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
11768dependencies = [
11769 "num-traits",
11770 "rmp",
11771]
11772
11773[[package]]
11774name = "rodio"
11775version = "0.20.1"
11776source = "registry+https://github.com/rust-lang/crates.io-index"
11777checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
11778dependencies = [
11779 "cpal",
11780 "hound",
11781]
11782
11783[[package]]
11784name = "rope"
11785version = "0.1.0"
11786dependencies = [
11787 "arrayvec",
11788 "criterion",
11789 "ctor",
11790 "env_logger 0.11.7",
11791 "gpui",
11792 "log",
11793 "rand 0.8.5",
11794 "rayon",
11795 "smallvec",
11796 "sum_tree",
11797 "unicode-segmentation",
11798 "util",
11799]
11800
11801[[package]]
11802name = "roxmltree"
11803version = "0.20.0"
11804source = "registry+https://github.com/rust-lang/crates.io-index"
11805checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
11806
11807[[package]]
11808name = "rpc"
11809version = "0.1.0"
11810dependencies = [
11811 "anyhow",
11812 "async-tungstenite",
11813 "base64 0.22.1",
11814 "chrono",
11815 "collections",
11816 "env_logger 0.11.7",
11817 "futures 0.3.31",
11818 "gpui",
11819 "parking_lot",
11820 "proto",
11821 "rand 0.8.5",
11822 "rsa",
11823 "serde",
11824 "serde_json",
11825 "sha2",
11826 "strum",
11827 "tracing",
11828 "util",
11829 "zstd",
11830]
11831
11832[[package]]
11833name = "rsa"
11834version = "0.9.8"
11835source = "registry+https://github.com/rust-lang/crates.io-index"
11836checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
11837dependencies = [
11838 "const-oid",
11839 "digest",
11840 "num-bigint-dig",
11841 "num-integer",
11842 "num-traits",
11843 "pkcs1",
11844 "pkcs8 0.10.2",
11845 "rand_core 0.6.4",
11846 "signature 2.2.0",
11847 "spki 0.7.3",
11848 "subtle",
11849 "zeroize",
11850]
11851
11852[[package]]
11853name = "runtimelib"
11854version = "0.25.0"
11855source = "registry+https://github.com/rust-lang/crates.io-index"
11856checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
11857dependencies = [
11858 "anyhow",
11859 "async-dispatcher",
11860 "async-std",
11861 "base64 0.22.1",
11862 "bytes 1.10.1",
11863 "chrono",
11864 "data-encoding",
11865 "dirs 5.0.1",
11866 "futures 0.3.31",
11867 "glob",
11868 "jupyter-protocol",
11869 "ring",
11870 "serde",
11871 "serde_json",
11872 "shellexpand 3.1.0",
11873 "smol",
11874 "uuid",
11875 "zeromq",
11876]
11877
11878[[package]]
11879name = "rust-embed"
11880version = "8.5.0"
11881source = "registry+https://github.com/rust-lang/crates.io-index"
11882checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
11883dependencies = [
11884 "rust-embed-impl",
11885 "rust-embed-utils",
11886 "walkdir",
11887]
11888
11889[[package]]
11890name = "rust-embed-impl"
11891version = "8.5.0"
11892source = "registry+https://github.com/rust-lang/crates.io-index"
11893checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
11894dependencies = [
11895 "proc-macro2",
11896 "quote",
11897 "rust-embed-utils",
11898 "syn 2.0.100",
11899 "walkdir",
11900]
11901
11902[[package]]
11903name = "rust-embed-utils"
11904version = "8.5.0"
11905source = "registry+https://github.com/rust-lang/crates.io-index"
11906checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
11907dependencies = [
11908 "globset",
11909 "sha2",
11910 "walkdir",
11911]
11912
11913[[package]]
11914name = "rust_decimal"
11915version = "1.36.0"
11916source = "registry+https://github.com/rust-lang/crates.io-index"
11917checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
11918dependencies = [
11919 "arrayvec",
11920 "borsh",
11921 "bytes 1.10.1",
11922 "num-traits",
11923 "rand 0.8.5",
11924 "rkyv",
11925 "serde",
11926 "serde_json",
11927]
11928
11929[[package]]
11930name = "rustc-demangle"
11931version = "0.1.24"
11932source = "registry+https://github.com/rust-lang/crates.io-index"
11933checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11934
11935[[package]]
11936name = "rustc-hash"
11937version = "1.1.0"
11938source = "registry+https://github.com/rust-lang/crates.io-index"
11939checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11940
11941[[package]]
11942name = "rustc-hash"
11943version = "2.1.1"
11944source = "registry+https://github.com/rust-lang/crates.io-index"
11945checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
11946
11947[[package]]
11948name = "rustc_version"
11949version = "0.4.1"
11950source = "registry+https://github.com/rust-lang/crates.io-index"
11951checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11952dependencies = [
11953 "semver",
11954]
11955
11956[[package]]
11957name = "rustix"
11958version = "0.38.42"
11959source = "registry+https://github.com/rust-lang/crates.io-index"
11960checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11961dependencies = [
11962 "bitflags 2.9.0",
11963 "errno 0.3.10",
11964 "itoa",
11965 "libc",
11966 "linux-raw-sys",
11967 "once_cell",
11968 "windows-sys 0.59.0",
11969]
11970
11971[[package]]
11972name = "rustix-openpty"
11973version = "0.1.1"
11974source = "registry+https://github.com/rust-lang/crates.io-index"
11975checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11976dependencies = [
11977 "errno 0.3.10",
11978 "libc",
11979 "rustix",
11980]
11981
11982[[package]]
11983name = "rustls"
11984version = "0.21.12"
11985source = "registry+https://github.com/rust-lang/crates.io-index"
11986checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11987dependencies = [
11988 "log",
11989 "ring",
11990 "rustls-webpki 0.101.7",
11991 "sct",
11992]
11993
11994[[package]]
11995name = "rustls"
11996version = "0.23.25"
11997source = "registry+https://github.com/rust-lang/crates.io-index"
11998checksum = "822ee9188ac4ec04a2f0531e55d035fb2de73f18b41a63c70c2712503b6fb13c"
11999dependencies = [
12000 "aws-lc-rs",
12001 "log",
12002 "once_cell",
12003 "ring",
12004 "rustls-pki-types",
12005 "rustls-webpki 0.103.0",
12006 "subtle",
12007 "zeroize",
12008]
12009
12010[[package]]
12011name = "rustls-native-certs"
12012version = "0.6.3"
12013source = "registry+https://github.com/rust-lang/crates.io-index"
12014checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
12015dependencies = [
12016 "openssl-probe",
12017 "rustls-pemfile 1.0.4",
12018 "schannel",
12019 "security-framework 2.11.1",
12020]
12021
12022[[package]]
12023name = "rustls-native-certs"
12024version = "0.8.1"
12025source = "registry+https://github.com/rust-lang/crates.io-index"
12026checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
12027dependencies = [
12028 "openssl-probe",
12029 "rustls-pki-types",
12030 "schannel",
12031 "security-framework 3.0.1",
12032]
12033
12034[[package]]
12035name = "rustls-pemfile"
12036version = "1.0.4"
12037source = "registry+https://github.com/rust-lang/crates.io-index"
12038checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
12039dependencies = [
12040 "base64 0.21.7",
12041]
12042
12043[[package]]
12044name = "rustls-pemfile"
12045version = "2.2.0"
12046source = "registry+https://github.com/rust-lang/crates.io-index"
12047checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
12048dependencies = [
12049 "rustls-pki-types",
12050]
12051
12052[[package]]
12053name = "rustls-pki-types"
12054version = "1.11.0"
12055source = "registry+https://github.com/rust-lang/crates.io-index"
12056checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
12057dependencies = [
12058 "web-time",
12059]
12060
12061[[package]]
12062name = "rustls-platform-verifier"
12063version = "0.5.1"
12064source = "registry+https://github.com/rust-lang/crates.io-index"
12065checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
12066dependencies = [
12067 "core-foundation 0.10.0",
12068 "core-foundation-sys",
12069 "jni",
12070 "log",
12071 "once_cell",
12072 "rustls 0.23.25",
12073 "rustls-native-certs 0.8.1",
12074 "rustls-platform-verifier-android",
12075 "rustls-webpki 0.103.0",
12076 "security-framework 3.0.1",
12077 "security-framework-sys",
12078 "webpki-root-certs",
12079 "windows-sys 0.59.0",
12080]
12081
12082[[package]]
12083name = "rustls-platform-verifier-android"
12084version = "0.1.1"
12085source = "registry+https://github.com/rust-lang/crates.io-index"
12086checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
12087
12088[[package]]
12089name = "rustls-webpki"
12090version = "0.101.7"
12091source = "registry+https://github.com/rust-lang/crates.io-index"
12092checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
12093dependencies = [
12094 "ring",
12095 "untrusted",
12096]
12097
12098[[package]]
12099name = "rustls-webpki"
12100version = "0.103.0"
12101source = "registry+https://github.com/rust-lang/crates.io-index"
12102checksum = "0aa4eeac2588ffff23e9d7a7e9b3f971c5fb5b7ebc9452745e0c232c64f83b2f"
12103dependencies = [
12104 "aws-lc-rs",
12105 "ring",
12106 "rustls-pki-types",
12107 "untrusted",
12108]
12109
12110[[package]]
12111name = "rustversion"
12112version = "1.0.18"
12113source = "registry+https://github.com/rust-lang/crates.io-index"
12114checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
12115
12116[[package]]
12117name = "rustybuzz"
12118version = "0.14.1"
12119source = "registry+https://github.com/rust-lang/crates.io-index"
12120checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
12121dependencies = [
12122 "bitflags 2.9.0",
12123 "bytemuck",
12124 "libm",
12125 "smallvec",
12126 "ttf-parser 0.21.1",
12127 "unicode-bidi-mirroring 0.2.0",
12128 "unicode-ccc 0.2.0",
12129 "unicode-properties",
12130 "unicode-script",
12131]
12132
12133[[package]]
12134name = "rustybuzz"
12135version = "0.20.1"
12136source = "registry+https://github.com/rust-lang/crates.io-index"
12137checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
12138dependencies = [
12139 "bitflags 2.9.0",
12140 "bytemuck",
12141 "core_maths",
12142 "log",
12143 "smallvec",
12144 "ttf-parser 0.25.1",
12145 "unicode-bidi-mirroring 0.4.0",
12146 "unicode-ccc 0.4.0",
12147 "unicode-properties",
12148 "unicode-script",
12149]
12150
12151[[package]]
12152name = "ryu"
12153version = "1.0.18"
12154source = "registry+https://github.com/rust-lang/crates.io-index"
12155checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
12156
12157[[package]]
12158name = "salsa20"
12159version = "0.10.2"
12160source = "registry+https://github.com/rust-lang/crates.io-index"
12161checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
12162dependencies = [
12163 "cipher",
12164]
12165
12166[[package]]
12167name = "same-file"
12168version = "1.0.6"
12169source = "registry+https://github.com/rust-lang/crates.io-index"
12170checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
12171dependencies = [
12172 "winapi-util",
12173]
12174
12175[[package]]
12176name = "schannel"
12177version = "0.1.27"
12178source = "registry+https://github.com/rust-lang/crates.io-index"
12179checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
12180dependencies = [
12181 "windows-sys 0.59.0",
12182]
12183
12184[[package]]
12185name = "schema_generator"
12186version = "0.1.0"
12187dependencies = [
12188 "anyhow",
12189 "clap",
12190 "env_logger 0.11.7",
12191 "schemars",
12192 "serde",
12193 "serde_json",
12194 "theme",
12195]
12196
12197[[package]]
12198name = "schemars"
12199version = "0.8.22"
12200source = "registry+https://github.com/rust-lang/crates.io-index"
12201checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
12202dependencies = [
12203 "dyn-clone",
12204 "indexmap",
12205 "schemars_derive",
12206 "serde",
12207 "serde_json",
12208]
12209
12210[[package]]
12211name = "schemars_derive"
12212version = "0.8.22"
12213source = "registry+https://github.com/rust-lang/crates.io-index"
12214checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
12215dependencies = [
12216 "proc-macro2",
12217 "quote",
12218 "serde_derive_internals",
12219 "syn 2.0.100",
12220]
12221
12222[[package]]
12223name = "scoped-tls"
12224version = "1.0.1"
12225source = "registry+https://github.com/rust-lang/crates.io-index"
12226checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
12227
12228[[package]]
12229name = "scopeguard"
12230version = "1.2.0"
12231source = "registry+https://github.com/rust-lang/crates.io-index"
12232checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
12233
12234[[package]]
12235name = "scratch"
12236version = "1.0.7"
12237source = "registry+https://github.com/rust-lang/crates.io-index"
12238checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
12239
12240[[package]]
12241name = "scrypt"
12242version = "0.11.0"
12243source = "registry+https://github.com/rust-lang/crates.io-index"
12244checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
12245dependencies = [
12246 "password-hash 0.5.0",
12247 "pbkdf2 0.12.2",
12248 "salsa20",
12249 "sha2",
12250]
12251
12252[[package]]
12253name = "sct"
12254version = "0.7.1"
12255source = "registry+https://github.com/rust-lang/crates.io-index"
12256checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
12257dependencies = [
12258 "ring",
12259 "untrusted",
12260]
12261
12262[[package]]
12263name = "sea-bae"
12264version = "0.2.1"
12265source = "registry+https://github.com/rust-lang/crates.io-index"
12266checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
12267dependencies = [
12268 "heck 0.4.1",
12269 "proc-macro-error2",
12270 "proc-macro2",
12271 "quote",
12272 "syn 2.0.100",
12273]
12274
12275[[package]]
12276name = "sea-orm"
12277version = "1.1.7"
12278source = "registry+https://github.com/rust-lang/crates.io-index"
12279checksum = "3417812d38049e8ec3d588c03570f8c60de811d2453fb48e424045a1600ffd86"
12280dependencies = [
12281 "async-stream",
12282 "async-trait",
12283 "bigdecimal",
12284 "chrono",
12285 "futures-util",
12286 "log",
12287 "ouroboros",
12288 "pgvector",
12289 "rust_decimal",
12290 "sea-orm-macros",
12291 "sea-query",
12292 "sea-query-binder",
12293 "serde",
12294 "serde_json",
12295 "sqlx",
12296 "strum",
12297 "thiserror 1.0.69",
12298 "time",
12299 "tracing",
12300 "url",
12301 "uuid",
12302]
12303
12304[[package]]
12305name = "sea-orm-macros"
12306version = "1.1.7"
12307source = "registry+https://github.com/rust-lang/crates.io-index"
12308checksum = "d705ba84e1c74c8ac27784e4ac6f21584058c1dc0cadb9d39b43e109fcf8139c"
12309dependencies = [
12310 "heck 0.4.1",
12311 "proc-macro2",
12312 "quote",
12313 "sea-bae",
12314 "syn 2.0.100",
12315 "unicode-ident",
12316]
12317
12318[[package]]
12319name = "sea-query"
12320version = "0.32.1"
12321source = "registry+https://github.com/rust-lang/crates.io-index"
12322checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
12323dependencies = [
12324 "bigdecimal",
12325 "chrono",
12326 "inherent",
12327 "ordered-float 3.9.2",
12328 "rust_decimal",
12329 "serde_json",
12330 "time",
12331 "uuid",
12332]
12333
12334[[package]]
12335name = "sea-query-binder"
12336version = "0.7.0"
12337source = "registry+https://github.com/rust-lang/crates.io-index"
12338checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
12339dependencies = [
12340 "bigdecimal",
12341 "chrono",
12342 "rust_decimal",
12343 "sea-query",
12344 "serde_json",
12345 "sqlx",
12346 "time",
12347 "uuid",
12348]
12349
12350[[package]]
12351name = "seahash"
12352version = "4.1.0"
12353source = "registry+https://github.com/rust-lang/crates.io-index"
12354checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
12355
12356[[package]]
12357name = "search"
12358version = "0.1.0"
12359dependencies = [
12360 "any_vec",
12361 "anyhow",
12362 "bitflags 2.9.0",
12363 "client",
12364 "collections",
12365 "editor",
12366 "futures 0.3.31",
12367 "gpui",
12368 "language",
12369 "menu",
12370 "project",
12371 "schemars",
12372 "serde",
12373 "serde_json",
12374 "settings",
12375 "smol",
12376 "theme",
12377 "ui",
12378 "unindent",
12379 "util",
12380 "workspace",
12381 "zed_actions",
12382]
12383
12384[[package]]
12385name = "sec1"
12386version = "0.3.0"
12387source = "registry+https://github.com/rust-lang/crates.io-index"
12388checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
12389dependencies = [
12390 "base16ct",
12391 "der 0.6.1",
12392 "generic-array",
12393 "pkcs8 0.9.0",
12394 "subtle",
12395 "zeroize",
12396]
12397
12398[[package]]
12399name = "security-framework"
12400version = "2.11.1"
12401source = "registry+https://github.com/rust-lang/crates.io-index"
12402checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
12403dependencies = [
12404 "bitflags 2.9.0",
12405 "core-foundation 0.9.4",
12406 "core-foundation-sys",
12407 "libc",
12408 "security-framework-sys",
12409]
12410
12411[[package]]
12412name = "security-framework"
12413version = "3.0.1"
12414source = "registry+https://github.com/rust-lang/crates.io-index"
12415checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
12416dependencies = [
12417 "bitflags 2.9.0",
12418 "core-foundation 0.10.0",
12419 "core-foundation-sys",
12420 "libc",
12421 "security-framework-sys",
12422]
12423
12424[[package]]
12425name = "security-framework-sys"
12426version = "2.12.1"
12427source = "registry+https://github.com/rust-lang/crates.io-index"
12428checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
12429dependencies = [
12430 "core-foundation-sys",
12431 "libc",
12432]
12433
12434[[package]]
12435name = "self_cell"
12436version = "1.1.0"
12437source = "registry+https://github.com/rust-lang/crates.io-index"
12438checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
12439
12440[[package]]
12441name = "semantic_index"
12442version = "0.1.0"
12443dependencies = [
12444 "anyhow",
12445 "arrayvec",
12446 "blake3",
12447 "client",
12448 "clock",
12449 "collections",
12450 "env_logger 0.11.7",
12451 "feature_flags",
12452 "fs",
12453 "futures 0.3.31",
12454 "futures-batch",
12455 "gpui",
12456 "heed",
12457 "http_client",
12458 "language",
12459 "language_model",
12460 "languages",
12461 "log",
12462 "open_ai",
12463 "parking_lot",
12464 "project",
12465 "reqwest_client",
12466 "serde",
12467 "serde_json",
12468 "settings",
12469 "sha2",
12470 "smol",
12471 "streaming-iterator",
12472 "tempfile",
12473 "theme",
12474 "tree-sitter",
12475 "ui",
12476 "unindent",
12477 "util",
12478 "workspace",
12479 "worktree",
12480]
12481
12482[[package]]
12483name = "semantic_version"
12484version = "0.1.0"
12485dependencies = [
12486 "anyhow",
12487 "serde",
12488]
12489
12490[[package]]
12491name = "semver"
12492version = "1.0.26"
12493source = "registry+https://github.com/rust-lang/crates.io-index"
12494checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
12495dependencies = [
12496 "serde",
12497]
12498
12499[[package]]
12500name = "serde"
12501version = "1.0.219"
12502source = "registry+https://github.com/rust-lang/crates.io-index"
12503checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
12504dependencies = [
12505 "serde_derive",
12506]
12507
12508[[package]]
12509name = "serde_derive"
12510version = "1.0.219"
12511source = "registry+https://github.com/rust-lang/crates.io-index"
12512checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
12513dependencies = [
12514 "proc-macro2",
12515 "quote",
12516 "syn 2.0.100",
12517]
12518
12519[[package]]
12520name = "serde_derive_internals"
12521version = "0.29.1"
12522source = "registry+https://github.com/rust-lang/crates.io-index"
12523checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
12524dependencies = [
12525 "proc-macro2",
12526 "quote",
12527 "syn 2.0.100",
12528]
12529
12530[[package]]
12531name = "serde_fmt"
12532version = "1.0.3"
12533source = "registry+https://github.com/rust-lang/crates.io-index"
12534checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
12535dependencies = [
12536 "serde",
12537]
12538
12539[[package]]
12540name = "serde_json"
12541version = "1.0.140"
12542source = "registry+https://github.com/rust-lang/crates.io-index"
12543checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
12544dependencies = [
12545 "indexmap",
12546 "itoa",
12547 "memchr",
12548 "ryu",
12549 "serde",
12550]
12551
12552[[package]]
12553name = "serde_json_lenient"
12554version = "0.2.4"
12555source = "registry+https://github.com/rust-lang/crates.io-index"
12556checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
12557dependencies = [
12558 "indexmap",
12559 "itoa",
12560 "memchr",
12561 "ryu",
12562 "serde",
12563]
12564
12565[[package]]
12566name = "serde_path_to_error"
12567version = "0.1.16"
12568source = "registry+https://github.com/rust-lang/crates.io-index"
12569checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
12570dependencies = [
12571 "itoa",
12572 "serde",
12573]
12574
12575[[package]]
12576name = "serde_qs"
12577version = "0.8.5"
12578source = "registry+https://github.com/rust-lang/crates.io-index"
12579checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
12580dependencies = [
12581 "percent-encoding",
12582 "serde",
12583 "thiserror 1.0.69",
12584]
12585
12586[[package]]
12587name = "serde_qs"
12588version = "0.10.1"
12589source = "registry+https://github.com/rust-lang/crates.io-index"
12590checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
12591dependencies = [
12592 "percent-encoding",
12593 "serde",
12594 "thiserror 1.0.69",
12595]
12596
12597[[package]]
12598name = "serde_repr"
12599version = "0.1.20"
12600source = "registry+https://github.com/rust-lang/crates.io-index"
12601checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
12602dependencies = [
12603 "proc-macro2",
12604 "quote",
12605 "syn 2.0.100",
12606]
12607
12608[[package]]
12609name = "serde_spanned"
12610version = "0.6.8"
12611source = "registry+https://github.com/rust-lang/crates.io-index"
12612checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
12613dependencies = [
12614 "serde",
12615]
12616
12617[[package]]
12618name = "serde_urlencoded"
12619version = "0.7.1"
12620source = "registry+https://github.com/rust-lang/crates.io-index"
12621checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
12622dependencies = [
12623 "form_urlencoded",
12624 "itoa",
12625 "ryu",
12626 "serde",
12627]
12628
12629[[package]]
12630name = "session"
12631version = "0.1.0"
12632dependencies = [
12633 "db",
12634 "gpui",
12635 "serde_json",
12636 "util",
12637 "uuid",
12638]
12639
12640[[package]]
12641name = "settings"
12642version = "0.1.0"
12643dependencies = [
12644 "anyhow",
12645 "collections",
12646 "ec4rs",
12647 "fs",
12648 "futures 0.3.31",
12649 "gpui",
12650 "indoc",
12651 "inventory",
12652 "log",
12653 "paths",
12654 "pretty_assertions",
12655 "release_channel",
12656 "rust-embed",
12657 "schemars",
12658 "serde",
12659 "serde_derive",
12660 "serde_json",
12661 "serde_json_lenient",
12662 "smallvec",
12663 "streaming-iterator",
12664 "tree-sitter",
12665 "tree-sitter-json",
12666 "unindent",
12667 "util",
12668]
12669
12670[[package]]
12671name = "settings_ui"
12672version = "0.1.0"
12673dependencies = [
12674 "command_palette_hooks",
12675 "editor",
12676 "feature_flags",
12677 "gpui",
12678 "settings",
12679 "theme",
12680 "ui",
12681 "workspace",
12682]
12683
12684[[package]]
12685name = "sha1"
12686version = "0.10.6"
12687source = "registry+https://github.com/rust-lang/crates.io-index"
12688checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
12689dependencies = [
12690 "cfg-if",
12691 "cpufeatures",
12692 "digest",
12693]
12694
12695[[package]]
12696name = "sha1_smol"
12697version = "1.0.1"
12698source = "registry+https://github.com/rust-lang/crates.io-index"
12699checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
12700
12701[[package]]
12702name = "sha2"
12703version = "0.10.8"
12704source = "registry+https://github.com/rust-lang/crates.io-index"
12705checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
12706dependencies = [
12707 "cfg-if",
12708 "cpufeatures",
12709 "digest",
12710]
12711
12712[[package]]
12713name = "sharded-slab"
12714version = "0.1.7"
12715source = "registry+https://github.com/rust-lang/crates.io-index"
12716checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
12717dependencies = [
12718 "lazy_static",
12719]
12720
12721[[package]]
12722name = "shell-words"
12723version = "1.1.0"
12724source = "registry+https://github.com/rust-lang/crates.io-index"
12725checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
12726
12727[[package]]
12728name = "shellexpand"
12729version = "2.1.2"
12730source = "registry+https://github.com/rust-lang/crates.io-index"
12731checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
12732dependencies = [
12733 "dirs 4.0.0",
12734]
12735
12736[[package]]
12737name = "shellexpand"
12738version = "3.1.0"
12739source = "registry+https://github.com/rust-lang/crates.io-index"
12740checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
12741dependencies = [
12742 "dirs 5.0.1",
12743]
12744
12745[[package]]
12746name = "shlex"
12747version = "1.3.0"
12748source = "registry+https://github.com/rust-lang/crates.io-index"
12749checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
12750
12751[[package]]
12752name = "signal-hook"
12753version = "0.3.17"
12754source = "registry+https://github.com/rust-lang/crates.io-index"
12755checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
12756dependencies = [
12757 "libc",
12758 "signal-hook-registry",
12759]
12760
12761[[package]]
12762name = "signal-hook-registry"
12763version = "1.4.2"
12764source = "registry+https://github.com/rust-lang/crates.io-index"
12765checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
12766dependencies = [
12767 "libc",
12768]
12769
12770[[package]]
12771name = "signature"
12772version = "1.6.4"
12773source = "registry+https://github.com/rust-lang/crates.io-index"
12774checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
12775dependencies = [
12776 "digest",
12777 "rand_core 0.6.4",
12778]
12779
12780[[package]]
12781name = "signature"
12782version = "2.2.0"
12783source = "registry+https://github.com/rust-lang/crates.io-index"
12784checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
12785dependencies = [
12786 "digest",
12787 "rand_core 0.6.4",
12788]
12789
12790[[package]]
12791name = "simd-adler32"
12792version = "0.3.7"
12793source = "registry+https://github.com/rust-lang/crates.io-index"
12794checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
12795
12796[[package]]
12797name = "simd_helpers"
12798version = "0.1.0"
12799source = "registry+https://github.com/rust-lang/crates.io-index"
12800checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
12801dependencies = [
12802 "quote",
12803]
12804
12805[[package]]
12806name = "simdutf8"
12807version = "0.1.5"
12808source = "registry+https://github.com/rust-lang/crates.io-index"
12809checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
12810
12811[[package]]
12812name = "simple_asn1"
12813version = "0.6.2"
12814source = "registry+https://github.com/rust-lang/crates.io-index"
12815checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
12816dependencies = [
12817 "num-bigint",
12818 "num-traits",
12819 "thiserror 1.0.69",
12820 "time",
12821]
12822
12823[[package]]
12824name = "simplecss"
12825version = "0.2.1"
12826source = "registry+https://github.com/rust-lang/crates.io-index"
12827checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
12828dependencies = [
12829 "log",
12830]
12831
12832[[package]]
12833name = "simplelog"
12834version = "0.12.2"
12835source = "registry+https://github.com/rust-lang/crates.io-index"
12836checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
12837dependencies = [
12838 "log",
12839 "termcolor",
12840 "time",
12841]
12842
12843[[package]]
12844name = "siphasher"
12845version = "0.3.11"
12846source = "registry+https://github.com/rust-lang/crates.io-index"
12847checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
12848
12849[[package]]
12850name = "siphasher"
12851version = "1.0.1"
12852source = "registry+https://github.com/rust-lang/crates.io-index"
12853checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
12854
12855[[package]]
12856name = "skrifa"
12857version = "0.26.6"
12858source = "registry+https://github.com/rust-lang/crates.io-index"
12859checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
12860dependencies = [
12861 "bytemuck",
12862 "read-fonts",
12863]
12864
12865[[package]]
12866name = "slab"
12867version = "0.4.9"
12868source = "registry+https://github.com/rust-lang/crates.io-index"
12869checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
12870dependencies = [
12871 "autocfg",
12872]
12873
12874[[package]]
12875name = "slash_commands_example"
12876version = "0.1.0"
12877dependencies = [
12878 "zed_extension_api 0.1.0",
12879]
12880
12881[[package]]
12882name = "slotmap"
12883version = "1.0.7"
12884source = "registry+https://github.com/rust-lang/crates.io-index"
12885checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
12886dependencies = [
12887 "version_check",
12888]
12889
12890[[package]]
12891name = "smallvec"
12892version = "1.14.0"
12893source = "registry+https://github.com/rust-lang/crates.io-index"
12894checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
12895dependencies = [
12896 "serde",
12897]
12898
12899[[package]]
12900name = "smart-default"
12901version = "0.6.0"
12902source = "registry+https://github.com/rust-lang/crates.io-index"
12903checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
12904dependencies = [
12905 "proc-macro2",
12906 "quote",
12907 "syn 1.0.109",
12908]
12909
12910[[package]]
12911name = "smol"
12912version = "2.0.2"
12913source = "registry+https://github.com/rust-lang/crates.io-index"
12914checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
12915dependencies = [
12916 "async-channel 2.3.1",
12917 "async-executor",
12918 "async-fs",
12919 "async-io",
12920 "async-lock",
12921 "async-net",
12922 "async-process",
12923 "blocking",
12924 "futures-lite 2.6.0",
12925]
12926
12927[[package]]
12928name = "smol_str"
12929version = "0.1.24"
12930source = "registry+https://github.com/rust-lang/crates.io-index"
12931checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
12932dependencies = [
12933 "serde",
12934]
12935
12936[[package]]
12937name = "smol_str"
12938version = "0.2.2"
12939source = "registry+https://github.com/rust-lang/crates.io-index"
12940checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
12941
12942[[package]]
12943name = "snippet"
12944version = "0.1.0"
12945dependencies = [
12946 "anyhow",
12947 "smallvec",
12948]
12949
12950[[package]]
12951name = "snippet_provider"
12952version = "0.1.0"
12953dependencies = [
12954 "anyhow",
12955 "collections",
12956 "extension",
12957 "fs",
12958 "futures 0.3.31",
12959 "gpui",
12960 "parking_lot",
12961 "paths",
12962 "schemars",
12963 "serde",
12964 "serde_json_lenient",
12965 "snippet",
12966 "util",
12967]
12968
12969[[package]]
12970name = "snippets_ui"
12971version = "0.1.0"
12972dependencies = [
12973 "fuzzy",
12974 "gpui",
12975 "language",
12976 "paths",
12977 "picker",
12978 "ui",
12979 "util",
12980 "workspace",
12981]
12982
12983[[package]]
12984name = "socket2"
12985version = "0.5.8"
12986source = "registry+https://github.com/rust-lang/crates.io-index"
12987checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12988dependencies = [
12989 "libc",
12990 "windows-sys 0.52.0",
12991]
12992
12993[[package]]
12994name = "spdx"
12995version = "0.10.7"
12996source = "registry+https://github.com/rust-lang/crates.io-index"
12997checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12998dependencies = [
12999 "smallvec",
13000]
13001
13002[[package]]
13003name = "spin"
13004version = "0.9.8"
13005source = "registry+https://github.com/rust-lang/crates.io-index"
13006checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
13007dependencies = [
13008 "lock_api",
13009]
13010
13011[[package]]
13012name = "spirv"
13013version = "0.3.0+sdk-1.3.268.0"
13014source = "registry+https://github.com/rust-lang/crates.io-index"
13015checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
13016dependencies = [
13017 "bitflags 2.9.0",
13018]
13019
13020[[package]]
13021name = "spki"
13022version = "0.6.0"
13023source = "registry+https://github.com/rust-lang/crates.io-index"
13024checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
13025dependencies = [
13026 "base64ct",
13027 "der 0.6.1",
13028]
13029
13030[[package]]
13031name = "spki"
13032version = "0.7.3"
13033source = "registry+https://github.com/rust-lang/crates.io-index"
13034checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
13035dependencies = [
13036 "base64ct",
13037 "der 0.7.9",
13038]
13039
13040[[package]]
13041name = "sptr"
13042version = "0.3.2"
13043source = "registry+https://github.com/rust-lang/crates.io-index"
13044checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
13045
13046[[package]]
13047name = "sqlez"
13048version = "0.1.0"
13049dependencies = [
13050 "anyhow",
13051 "collections",
13052 "futures 0.3.31",
13053 "indoc",
13054 "libsqlite3-sys",
13055 "parking_lot",
13056 "smol",
13057 "sqlformat",
13058 "thread_local",
13059 "util",
13060 "uuid",
13061]
13062
13063[[package]]
13064name = "sqlez_macros"
13065version = "0.1.0"
13066dependencies = [
13067 "sqlez",
13068 "sqlformat",
13069 "syn 1.0.109",
13070]
13071
13072[[package]]
13073name = "sqlformat"
13074version = "0.2.6"
13075source = "registry+https://github.com/rust-lang/crates.io-index"
13076checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
13077dependencies = [
13078 "nom",
13079 "unicode_categories",
13080]
13081
13082[[package]]
13083name = "sqlx"
13084version = "0.8.3"
13085source = "registry+https://github.com/rust-lang/crates.io-index"
13086checksum = "4410e73b3c0d8442c5f99b425d7a435b5ee0ae4167b3196771dd3f7a01be745f"
13087dependencies = [
13088 "sqlx-core",
13089 "sqlx-macros",
13090 "sqlx-mysql",
13091 "sqlx-postgres",
13092 "sqlx-sqlite",
13093]
13094
13095[[package]]
13096name = "sqlx-core"
13097version = "0.8.3"
13098source = "registry+https://github.com/rust-lang/crates.io-index"
13099checksum = "6a007b6936676aa9ab40207cde35daab0a04b823be8ae004368c0793b96a61e0"
13100dependencies = [
13101 "bigdecimal",
13102 "bytes 1.10.1",
13103 "chrono",
13104 "crc",
13105 "crossbeam-queue",
13106 "either",
13107 "event-listener 5.3.1",
13108 "futures-core",
13109 "futures-intrusive",
13110 "futures-io",
13111 "futures-util",
13112 "hashbrown 0.15.2",
13113 "hashlink 0.10.0",
13114 "indexmap",
13115 "log",
13116 "memchr",
13117 "once_cell",
13118 "percent-encoding",
13119 "rust_decimal",
13120 "rustls 0.23.25",
13121 "rustls-pemfile 2.2.0",
13122 "serde",
13123 "serde_json",
13124 "sha2",
13125 "smallvec",
13126 "thiserror 2.0.12",
13127 "time",
13128 "tokio",
13129 "tokio-stream",
13130 "tracing",
13131 "url",
13132 "uuid",
13133 "webpki-roots",
13134]
13135
13136[[package]]
13137name = "sqlx-macros"
13138version = "0.8.3"
13139source = "registry+https://github.com/rust-lang/crates.io-index"
13140checksum = "3112e2ad78643fef903618d78cf0aec1cb3134b019730edb039b69eaf531f310"
13141dependencies = [
13142 "proc-macro2",
13143 "quote",
13144 "sqlx-core",
13145 "sqlx-macros-core",
13146 "syn 2.0.100",
13147]
13148
13149[[package]]
13150name = "sqlx-macros-core"
13151version = "0.8.3"
13152source = "registry+https://github.com/rust-lang/crates.io-index"
13153checksum = "4e9f90acc5ab146a99bf5061a7eb4976b573f560bc898ef3bf8435448dd5e7ad"
13154dependencies = [
13155 "dotenvy",
13156 "either",
13157 "heck 0.5.0",
13158 "hex",
13159 "once_cell",
13160 "proc-macro2",
13161 "quote",
13162 "serde",
13163 "serde_json",
13164 "sha2",
13165 "sqlx-core",
13166 "sqlx-mysql",
13167 "sqlx-postgres",
13168 "sqlx-sqlite",
13169 "syn 2.0.100",
13170 "tempfile",
13171 "tokio",
13172 "url",
13173]
13174
13175[[package]]
13176name = "sqlx-mysql"
13177version = "0.8.3"
13178source = "registry+https://github.com/rust-lang/crates.io-index"
13179checksum = "4560278f0e00ce64938540546f59f590d60beee33fffbd3b9cd47851e5fff233"
13180dependencies = [
13181 "atoi",
13182 "base64 0.22.1",
13183 "bigdecimal",
13184 "bitflags 2.9.0",
13185 "byteorder",
13186 "bytes 1.10.1",
13187 "chrono",
13188 "crc",
13189 "digest",
13190 "dotenvy",
13191 "either",
13192 "futures-channel",
13193 "futures-core",
13194 "futures-io",
13195 "futures-util",
13196 "generic-array",
13197 "hex",
13198 "hkdf",
13199 "hmac",
13200 "itoa",
13201 "log",
13202 "md-5",
13203 "memchr",
13204 "once_cell",
13205 "percent-encoding",
13206 "rand 0.8.5",
13207 "rsa",
13208 "rust_decimal",
13209 "serde",
13210 "sha1",
13211 "sha2",
13212 "smallvec",
13213 "sqlx-core",
13214 "stringprep",
13215 "thiserror 2.0.12",
13216 "time",
13217 "tracing",
13218 "uuid",
13219 "whoami",
13220]
13221
13222[[package]]
13223name = "sqlx-postgres"
13224version = "0.8.3"
13225source = "registry+https://github.com/rust-lang/crates.io-index"
13226checksum = "c5b98a57f363ed6764d5b3a12bfedf62f07aa16e1856a7ddc2a0bb190a959613"
13227dependencies = [
13228 "atoi",
13229 "base64 0.22.1",
13230 "bigdecimal",
13231 "bitflags 2.9.0",
13232 "byteorder",
13233 "chrono",
13234 "crc",
13235 "dotenvy",
13236 "etcetera",
13237 "futures-channel",
13238 "futures-core",
13239 "futures-util",
13240 "hex",
13241 "hkdf",
13242 "hmac",
13243 "home",
13244 "itoa",
13245 "log",
13246 "md-5",
13247 "memchr",
13248 "num-bigint",
13249 "once_cell",
13250 "rand 0.8.5",
13251 "rust_decimal",
13252 "serde",
13253 "serde_json",
13254 "sha2",
13255 "smallvec",
13256 "sqlx-core",
13257 "stringprep",
13258 "thiserror 2.0.12",
13259 "time",
13260 "tracing",
13261 "uuid",
13262 "whoami",
13263]
13264
13265[[package]]
13266name = "sqlx-sqlite"
13267version = "0.8.3"
13268source = "registry+https://github.com/rust-lang/crates.io-index"
13269checksum = "f85ca71d3a5b24e64e1d08dd8fe36c6c95c339a896cc33068148906784620540"
13270dependencies = [
13271 "atoi",
13272 "chrono",
13273 "flume",
13274 "futures-channel",
13275 "futures-core",
13276 "futures-executor",
13277 "futures-intrusive",
13278 "futures-util",
13279 "libsqlite3-sys",
13280 "log",
13281 "percent-encoding",
13282 "serde",
13283 "serde_urlencoded",
13284 "sqlx-core",
13285 "time",
13286 "tracing",
13287 "url",
13288 "uuid",
13289]
13290
13291[[package]]
13292name = "stable_deref_trait"
13293version = "1.2.0"
13294source = "registry+https://github.com/rust-lang/crates.io-index"
13295checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
13296
13297[[package]]
13298name = "static_assertions"
13299version = "1.1.0"
13300source = "registry+https://github.com/rust-lang/crates.io-index"
13301checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
13302
13303[[package]]
13304name = "story"
13305version = "0.1.0"
13306dependencies = [
13307 "gpui",
13308 "itertools 0.14.0",
13309 "smallvec",
13310]
13311
13312[[package]]
13313name = "storybook"
13314version = "0.1.0"
13315dependencies = [
13316 "anyhow",
13317 "clap",
13318 "collab_ui",
13319 "ctrlc",
13320 "dialoguer",
13321 "editor",
13322 "fuzzy",
13323 "gpui",
13324 "indoc",
13325 "language",
13326 "log",
13327 "menu",
13328 "picker",
13329 "project",
13330 "reqwest_client",
13331 "rust-embed",
13332 "settings",
13333 "simplelog",
13334 "story",
13335 "strum",
13336 "theme",
13337 "title_bar",
13338 "ui",
13339 "workspace",
13340]
13341
13342[[package]]
13343name = "streaming-iterator"
13344version = "0.1.9"
13345source = "registry+https://github.com/rust-lang/crates.io-index"
13346checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
13347
13348[[package]]
13349name = "streaming_diff"
13350version = "0.1.0"
13351dependencies = [
13352 "ordered-float 2.10.1",
13353 "rand 0.8.5",
13354 "rope",
13355 "util",
13356]
13357
13358[[package]]
13359name = "strict-num"
13360version = "0.1.1"
13361source = "registry+https://github.com/rust-lang/crates.io-index"
13362checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
13363dependencies = [
13364 "float-cmp",
13365]
13366
13367[[package]]
13368name = "string_cache"
13369version = "0.8.7"
13370source = "registry+https://github.com/rust-lang/crates.io-index"
13371checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
13372dependencies = [
13373 "new_debug_unreachable",
13374 "once_cell",
13375 "parking_lot",
13376 "phf_shared 0.10.0",
13377 "precomputed-hash",
13378 "serde",
13379]
13380
13381[[package]]
13382name = "string_cache_codegen"
13383version = "0.5.2"
13384source = "registry+https://github.com/rust-lang/crates.io-index"
13385checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
13386dependencies = [
13387 "phf_generator 0.10.0",
13388 "phf_shared 0.10.0",
13389 "proc-macro2",
13390 "quote",
13391]
13392
13393[[package]]
13394name = "stringprep"
13395version = "0.1.5"
13396source = "registry+https://github.com/rust-lang/crates.io-index"
13397checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
13398dependencies = [
13399 "unicode-bidi",
13400 "unicode-normalization",
13401 "unicode-properties",
13402]
13403
13404[[package]]
13405name = "strsim"
13406version = "0.11.1"
13407source = "registry+https://github.com/rust-lang/crates.io-index"
13408checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
13409
13410[[package]]
13411name = "strum"
13412version = "0.26.3"
13413source = "registry+https://github.com/rust-lang/crates.io-index"
13414checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
13415dependencies = [
13416 "strum_macros",
13417]
13418
13419[[package]]
13420name = "strum_macros"
13421version = "0.26.4"
13422source = "registry+https://github.com/rust-lang/crates.io-index"
13423checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
13424dependencies = [
13425 "heck 0.5.0",
13426 "proc-macro2",
13427 "quote",
13428 "rustversion",
13429 "syn 2.0.100",
13430]
13431
13432[[package]]
13433name = "subtle"
13434version = "2.6.1"
13435source = "registry+https://github.com/rust-lang/crates.io-index"
13436checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
13437
13438[[package]]
13439name = "sum_tree"
13440version = "0.1.0"
13441dependencies = [
13442 "arrayvec",
13443 "ctor",
13444 "env_logger 0.11.7",
13445 "log",
13446 "rand 0.8.5",
13447 "rayon",
13448]
13449
13450[[package]]
13451name = "supermaven"
13452version = "0.1.0"
13453dependencies = [
13454 "anyhow",
13455 "client",
13456 "collections",
13457 "editor",
13458 "env_logger 0.11.7",
13459 "futures 0.3.31",
13460 "gpui",
13461 "http_client",
13462 "inline_completion",
13463 "language",
13464 "log",
13465 "postage",
13466 "project",
13467 "serde",
13468 "serde_json",
13469 "settings",
13470 "smol",
13471 "supermaven_api",
13472 "text",
13473 "theme",
13474 "ui",
13475 "unicode-segmentation",
13476 "util",
13477]
13478
13479[[package]]
13480name = "supermaven_api"
13481version = "0.1.0"
13482dependencies = [
13483 "anyhow",
13484 "futures 0.3.31",
13485 "http_client",
13486 "paths",
13487 "serde",
13488 "serde_json",
13489 "smol",
13490]
13491
13492[[package]]
13493name = "sval"
13494version = "2.13.2"
13495source = "registry+https://github.com/rust-lang/crates.io-index"
13496checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
13497
13498[[package]]
13499name = "sval_buffer"
13500version = "2.13.2"
13501source = "registry+https://github.com/rust-lang/crates.io-index"
13502checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
13503dependencies = [
13504 "sval",
13505 "sval_ref",
13506]
13507
13508[[package]]
13509name = "sval_dynamic"
13510version = "2.13.2"
13511source = "registry+https://github.com/rust-lang/crates.io-index"
13512checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
13513dependencies = [
13514 "sval",
13515]
13516
13517[[package]]
13518name = "sval_fmt"
13519version = "2.13.2"
13520source = "registry+https://github.com/rust-lang/crates.io-index"
13521checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
13522dependencies = [
13523 "itoa",
13524 "ryu",
13525 "sval",
13526]
13527
13528[[package]]
13529name = "sval_json"
13530version = "2.13.2"
13531source = "registry+https://github.com/rust-lang/crates.io-index"
13532checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
13533dependencies = [
13534 "itoa",
13535 "ryu",
13536 "sval",
13537]
13538
13539[[package]]
13540name = "sval_nested"
13541version = "2.13.2"
13542source = "registry+https://github.com/rust-lang/crates.io-index"
13543checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
13544dependencies = [
13545 "sval",
13546 "sval_buffer",
13547 "sval_ref",
13548]
13549
13550[[package]]
13551name = "sval_ref"
13552version = "2.13.2"
13553source = "registry+https://github.com/rust-lang/crates.io-index"
13554checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
13555dependencies = [
13556 "sval",
13557]
13558
13559[[package]]
13560name = "sval_serde"
13561version = "2.13.2"
13562source = "registry+https://github.com/rust-lang/crates.io-index"
13563checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
13564dependencies = [
13565 "serde",
13566 "sval",
13567 "sval_nested",
13568]
13569
13570[[package]]
13571name = "svg_fmt"
13572version = "0.4.4"
13573source = "registry+https://github.com/rust-lang/crates.io-index"
13574checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
13575
13576[[package]]
13577name = "svgtypes"
13578version = "0.15.3"
13579source = "registry+https://github.com/rust-lang/crates.io-index"
13580checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
13581dependencies = [
13582 "kurbo",
13583 "siphasher 1.0.1",
13584]
13585
13586[[package]]
13587name = "swash"
13588version = "0.2.1"
13589source = "registry+https://github.com/rust-lang/crates.io-index"
13590checksum = "13d5bbc2aa266907ed8ee977c9c9e16363cc2b001266104e13397b57f1d15f71"
13591dependencies = [
13592 "skrifa",
13593 "yazi",
13594 "zeno",
13595]
13596
13597[[package]]
13598name = "syn"
13599version = "1.0.109"
13600source = "registry+https://github.com/rust-lang/crates.io-index"
13601checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
13602dependencies = [
13603 "proc-macro2",
13604 "quote",
13605 "unicode-ident",
13606]
13607
13608[[package]]
13609name = "syn"
13610version = "2.0.100"
13611source = "registry+https://github.com/rust-lang/crates.io-index"
13612checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
13613dependencies = [
13614 "proc-macro2",
13615 "quote",
13616 "unicode-ident",
13617]
13618
13619[[package]]
13620name = "sync_wrapper"
13621version = "0.1.2"
13622source = "registry+https://github.com/rust-lang/crates.io-index"
13623checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
13624
13625[[package]]
13626name = "sync_wrapper"
13627version = "1.0.2"
13628source = "registry+https://github.com/rust-lang/crates.io-index"
13629checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
13630dependencies = [
13631 "futures-core",
13632]
13633
13634[[package]]
13635name = "synchronoise"
13636version = "1.0.1"
13637source = "registry+https://github.com/rust-lang/crates.io-index"
13638checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
13639dependencies = [
13640 "crossbeam-queue",
13641]
13642
13643[[package]]
13644name = "synstructure"
13645version = "0.13.1"
13646source = "registry+https://github.com/rust-lang/crates.io-index"
13647checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
13648dependencies = [
13649 "proc-macro2",
13650 "quote",
13651 "syn 2.0.100",
13652]
13653
13654[[package]]
13655name = "sys-locale"
13656version = "0.3.2"
13657source = "registry+https://github.com/rust-lang/crates.io-index"
13658checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
13659dependencies = [
13660 "libc",
13661]
13662
13663[[package]]
13664name = "sysinfo"
13665version = "0.31.4"
13666source = "registry+https://github.com/rust-lang/crates.io-index"
13667checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
13668dependencies = [
13669 "core-foundation-sys",
13670 "libc",
13671 "memchr",
13672 "ntapi",
13673 "rayon",
13674 "windows 0.57.0",
13675]
13676
13677[[package]]
13678name = "system-configuration"
13679version = "0.5.1"
13680source = "registry+https://github.com/rust-lang/crates.io-index"
13681checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
13682dependencies = [
13683 "bitflags 1.3.2",
13684 "core-foundation 0.9.4",
13685 "system-configuration-sys 0.5.0",
13686]
13687
13688[[package]]
13689name = "system-configuration"
13690version = "0.6.1"
13691source = "registry+https://github.com/rust-lang/crates.io-index"
13692checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
13693dependencies = [
13694 "bitflags 2.9.0",
13695 "core-foundation 0.9.4",
13696 "system-configuration-sys 0.6.0",
13697]
13698
13699[[package]]
13700name = "system-configuration-sys"
13701version = "0.5.0"
13702source = "registry+https://github.com/rust-lang/crates.io-index"
13703checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
13704dependencies = [
13705 "core-foundation-sys",
13706 "libc",
13707]
13708
13709[[package]]
13710name = "system-configuration-sys"
13711version = "0.6.0"
13712source = "registry+https://github.com/rust-lang/crates.io-index"
13713checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
13714dependencies = [
13715 "core-foundation-sys",
13716 "libc",
13717]
13718
13719[[package]]
13720name = "system-deps"
13721version = "6.2.2"
13722source = "registry+https://github.com/rust-lang/crates.io-index"
13723checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
13724dependencies = [
13725 "cfg-expr",
13726 "heck 0.5.0",
13727 "pkg-config",
13728 "toml 0.8.20",
13729 "version-compare",
13730]
13731
13732[[package]]
13733name = "system-interface"
13734version = "0.27.3"
13735source = "registry+https://github.com/rust-lang/crates.io-index"
13736checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
13737dependencies = [
13738 "bitflags 2.9.0",
13739 "cap-fs-ext",
13740 "cap-std",
13741 "fd-lock",
13742 "io-lifetimes",
13743 "rustix",
13744 "windows-sys 0.59.0",
13745 "winx",
13746]
13747
13748[[package]]
13749name = "tab_switcher"
13750version = "0.1.0"
13751dependencies = [
13752 "anyhow",
13753 "collections",
13754 "ctor",
13755 "editor",
13756 "env_logger 0.11.7",
13757 "gpui",
13758 "language",
13759 "menu",
13760 "picker",
13761 "project",
13762 "schemars",
13763 "serde",
13764 "serde_json",
13765 "settings",
13766 "theme",
13767 "ui",
13768 "util",
13769 "workspace",
13770]
13771
13772[[package]]
13773name = "taffy"
13774version = "0.4.4"
13775source = "registry+https://github.com/rust-lang/crates.io-index"
13776checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
13777dependencies = [
13778 "arrayvec",
13779 "grid",
13780 "num-traits",
13781 "serde",
13782 "slotmap",
13783]
13784
13785[[package]]
13786name = "take-until"
13787version = "0.2.0"
13788source = "registry+https://github.com/rust-lang/crates.io-index"
13789checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
13790
13791[[package]]
13792name = "tap"
13793version = "1.0.1"
13794source = "registry+https://github.com/rust-lang/crates.io-index"
13795checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
13796
13797[[package]]
13798name = "target-lexicon"
13799version = "0.12.16"
13800source = "registry+https://github.com/rust-lang/crates.io-index"
13801checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
13802
13803[[package]]
13804name = "target-lexicon"
13805version = "0.13.2"
13806source = "registry+https://github.com/rust-lang/crates.io-index"
13807checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
13808
13809[[package]]
13810name = "task"
13811version = "0.1.0"
13812dependencies = [
13813 "anyhow",
13814 "collections",
13815 "dap-types",
13816 "futures 0.3.31",
13817 "gpui",
13818 "hex",
13819 "parking_lot",
13820 "schemars",
13821 "serde",
13822 "serde_json",
13823 "serde_json_lenient",
13824 "sha2",
13825 "shellexpand 2.1.2",
13826 "util",
13827 "zed_actions",
13828]
13829
13830[[package]]
13831name = "tasks_ui"
13832version = "0.1.0"
13833dependencies = [
13834 "anyhow",
13835 "debugger_ui",
13836 "editor",
13837 "feature_flags",
13838 "file_icons",
13839 "fuzzy",
13840 "gpui",
13841 "language",
13842 "menu",
13843 "picker",
13844 "project",
13845 "serde",
13846 "serde_json",
13847 "task",
13848 "tree-sitter-rust",
13849 "tree-sitter-typescript",
13850 "ui",
13851 "util",
13852 "workspace",
13853 "zed_actions",
13854]
13855
13856[[package]]
13857name = "telemetry"
13858version = "0.1.0"
13859dependencies = [
13860 "futures 0.3.31",
13861 "serde",
13862 "serde_json",
13863 "telemetry_events",
13864]
13865
13866[[package]]
13867name = "telemetry_events"
13868version = "0.1.0"
13869dependencies = [
13870 "semantic_version",
13871 "serde",
13872 "serde_json",
13873]
13874
13875[[package]]
13876name = "tempfile"
13877version = "3.17.1"
13878source = "registry+https://github.com/rust-lang/crates.io-index"
13879checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230"
13880dependencies = [
13881 "cfg-if",
13882 "fastrand 2.3.0",
13883 "getrandom 0.3.1",
13884 "once_cell",
13885 "rustix",
13886 "windows-sys 0.59.0",
13887]
13888
13889[[package]]
13890name = "tendril"
13891version = "0.4.3"
13892source = "registry+https://github.com/rust-lang/crates.io-index"
13893checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
13894dependencies = [
13895 "futf",
13896 "mac",
13897 "utf-8",
13898]
13899
13900[[package]]
13901name = "termcolor"
13902version = "1.4.1"
13903source = "registry+https://github.com/rust-lang/crates.io-index"
13904checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
13905dependencies = [
13906 "winapi-util",
13907]
13908
13909[[package]]
13910name = "terminal"
13911version = "0.1.0"
13912dependencies = [
13913 "alacritty_terminal",
13914 "anyhow",
13915 "collections",
13916 "dirs 4.0.0",
13917 "futures 0.3.31",
13918 "gpui",
13919 "libc",
13920 "rand 0.8.5",
13921 "regex",
13922 "release_channel",
13923 "schemars",
13924 "serde",
13925 "serde_derive",
13926 "settings",
13927 "smol",
13928 "sysinfo",
13929 "task",
13930 "theme",
13931 "thiserror 2.0.12",
13932 "util",
13933 "windows 0.61.1",
13934]
13935
13936[[package]]
13937name = "terminal_size"
13938version = "0.4.1"
13939source = "registry+https://github.com/rust-lang/crates.io-index"
13940checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
13941dependencies = [
13942 "rustix",
13943 "windows-sys 0.59.0",
13944]
13945
13946[[package]]
13947name = "terminal_view"
13948version = "0.1.0"
13949dependencies = [
13950 "anyhow",
13951 "async-recursion 1.1.1",
13952 "breadcrumbs",
13953 "client",
13954 "collections",
13955 "db",
13956 "dirs 4.0.0",
13957 "editor",
13958 "futures 0.3.31",
13959 "gpui",
13960 "itertools 0.14.0",
13961 "language",
13962 "log",
13963 "project",
13964 "rand 0.8.5",
13965 "schemars",
13966 "search",
13967 "serde",
13968 "serde_json",
13969 "settings",
13970 "shellexpand 2.1.2",
13971 "smol",
13972 "task",
13973 "terminal",
13974 "theme",
13975 "ui",
13976 "util",
13977 "workspace",
13978 "zed_actions",
13979]
13980
13981[[package]]
13982name = "text"
13983version = "0.1.0"
13984dependencies = [
13985 "anyhow",
13986 "clock",
13987 "collections",
13988 "ctor",
13989 "env_logger 0.11.7",
13990 "gpui",
13991 "http_client",
13992 "log",
13993 "parking_lot",
13994 "postage",
13995 "rand 0.8.5",
13996 "regex",
13997 "rope",
13998 "smallvec",
13999 "sum_tree",
14000 "util",
14001]
14002
14003[[package]]
14004name = "theme"
14005version = "0.1.0"
14006dependencies = [
14007 "anyhow",
14008 "collections",
14009 "derive_more",
14010 "fs",
14011 "futures 0.3.31",
14012 "gpui",
14013 "indexmap",
14014 "log",
14015 "palette",
14016 "parking_lot",
14017 "refineable",
14018 "schemars",
14019 "serde",
14020 "serde_derive",
14021 "serde_json",
14022 "serde_json_lenient",
14023 "serde_repr",
14024 "settings",
14025 "strum",
14026 "thiserror 2.0.12",
14027 "util",
14028 "uuid",
14029]
14030
14031[[package]]
14032name = "theme_extension"
14033version = "0.1.0"
14034dependencies = [
14035 "anyhow",
14036 "extension",
14037 "fs",
14038 "gpui",
14039 "theme",
14040]
14041
14042[[package]]
14043name = "theme_importer"
14044version = "0.1.0"
14045dependencies = [
14046 "anyhow",
14047 "clap",
14048 "gpui",
14049 "indexmap",
14050 "log",
14051 "palette",
14052 "rust-embed",
14053 "serde",
14054 "serde_json",
14055 "serde_json_lenient",
14056 "simplelog",
14057 "strum",
14058 "theme",
14059 "vscode_theme",
14060]
14061
14062[[package]]
14063name = "theme_selector"
14064version = "0.1.0"
14065dependencies = [
14066 "fs",
14067 "fuzzy",
14068 "gpui",
14069 "log",
14070 "picker",
14071 "serde",
14072 "settings",
14073 "telemetry",
14074 "theme",
14075 "ui",
14076 "util",
14077 "workspace",
14078 "zed_actions",
14079]
14080
14081[[package]]
14082name = "thiserror"
14083version = "1.0.69"
14084source = "registry+https://github.com/rust-lang/crates.io-index"
14085checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
14086dependencies = [
14087 "thiserror-impl 1.0.69",
14088]
14089
14090[[package]]
14091name = "thiserror"
14092version = "2.0.12"
14093source = "registry+https://github.com/rust-lang/crates.io-index"
14094checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
14095dependencies = [
14096 "thiserror-impl 2.0.12",
14097]
14098
14099[[package]]
14100name = "thiserror-impl"
14101version = "1.0.69"
14102source = "registry+https://github.com/rust-lang/crates.io-index"
14103checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
14104dependencies = [
14105 "proc-macro2",
14106 "quote",
14107 "syn 2.0.100",
14108]
14109
14110[[package]]
14111name = "thiserror-impl"
14112version = "2.0.12"
14113source = "registry+https://github.com/rust-lang/crates.io-index"
14114checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
14115dependencies = [
14116 "proc-macro2",
14117 "quote",
14118 "syn 2.0.100",
14119]
14120
14121[[package]]
14122name = "thread_local"
14123version = "1.1.8"
14124source = "registry+https://github.com/rust-lang/crates.io-index"
14125checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
14126dependencies = [
14127 "cfg-if",
14128 "once_cell",
14129]
14130
14131[[package]]
14132name = "tiff"
14133version = "0.9.1"
14134source = "registry+https://github.com/rust-lang/crates.io-index"
14135checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
14136dependencies = [
14137 "flate2",
14138 "jpeg-decoder",
14139 "weezl",
14140]
14141
14142[[package]]
14143name = "tiktoken-rs"
14144version = "0.6.0"
14145source = "registry+https://github.com/rust-lang/crates.io-index"
14146checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
14147dependencies = [
14148 "anyhow",
14149 "base64 0.21.7",
14150 "bstr",
14151 "fancy-regex 0.13.0",
14152 "lazy_static",
14153 "parking_lot",
14154 "regex",
14155 "rustc-hash 1.1.0",
14156]
14157
14158[[package]]
14159name = "time"
14160version = "0.3.41"
14161source = "registry+https://github.com/rust-lang/crates.io-index"
14162checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
14163dependencies = [
14164 "deranged",
14165 "itoa",
14166 "libc",
14167 "num-conv",
14168 "num_threads",
14169 "powerfmt",
14170 "serde",
14171 "time-core",
14172 "time-macros",
14173]
14174
14175[[package]]
14176name = "time-core"
14177version = "0.1.4"
14178source = "registry+https://github.com/rust-lang/crates.io-index"
14179checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
14180
14181[[package]]
14182name = "time-macros"
14183version = "0.2.22"
14184source = "registry+https://github.com/rust-lang/crates.io-index"
14185checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
14186dependencies = [
14187 "num-conv",
14188 "time-core",
14189]
14190
14191[[package]]
14192name = "time_format"
14193version = "0.1.0"
14194dependencies = [
14195 "core-foundation 0.10.0",
14196 "core-foundation-sys",
14197 "sys-locale",
14198 "time",
14199]
14200
14201[[package]]
14202name = "tiny-keccak"
14203version = "2.0.2"
14204source = "registry+https://github.com/rust-lang/crates.io-index"
14205checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
14206dependencies = [
14207 "crunchy",
14208]
14209
14210[[package]]
14211name = "tiny-skia"
14212version = "0.11.4"
14213source = "registry+https://github.com/rust-lang/crates.io-index"
14214checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
14215dependencies = [
14216 "arrayref",
14217 "arrayvec",
14218 "bytemuck",
14219 "cfg-if",
14220 "log",
14221 "png",
14222 "tiny-skia-path",
14223]
14224
14225[[package]]
14226name = "tiny-skia-path"
14227version = "0.11.4"
14228source = "registry+https://github.com/rust-lang/crates.io-index"
14229checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
14230dependencies = [
14231 "arrayref",
14232 "bytemuck",
14233 "strict-num",
14234]
14235
14236[[package]]
14237name = "tiny_http"
14238version = "0.8.2"
14239source = "registry+https://github.com/rust-lang/crates.io-index"
14240checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
14241dependencies = [
14242 "ascii",
14243 "chrono",
14244 "chunked_transfer",
14245 "log",
14246 "url",
14247]
14248
14249[[package]]
14250name = "tinystr"
14251version = "0.7.6"
14252source = "registry+https://github.com/rust-lang/crates.io-index"
14253checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
14254dependencies = [
14255 "displaydoc",
14256 "zerovec",
14257]
14258
14259[[package]]
14260name = "tinytemplate"
14261version = "1.2.1"
14262source = "registry+https://github.com/rust-lang/crates.io-index"
14263checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
14264dependencies = [
14265 "serde",
14266 "serde_json",
14267]
14268
14269[[package]]
14270name = "tinyvec"
14271version = "1.8.0"
14272source = "registry+https://github.com/rust-lang/crates.io-index"
14273checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
14274dependencies = [
14275 "tinyvec_macros",
14276]
14277
14278[[package]]
14279name = "tinyvec_macros"
14280version = "0.1.1"
14281source = "registry+https://github.com/rust-lang/crates.io-index"
14282checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
14283
14284[[package]]
14285name = "title_bar"
14286version = "0.1.0"
14287dependencies = [
14288 "auto_update",
14289 "call",
14290 "chrono",
14291 "client",
14292 "collections",
14293 "db",
14294 "feature_flags",
14295 "gpui",
14296 "http_client",
14297 "notifications",
14298 "pretty_assertions",
14299 "project",
14300 "remote",
14301 "rpc",
14302 "schemars",
14303 "serde",
14304 "settings",
14305 "smallvec",
14306 "story",
14307 "telemetry",
14308 "theme",
14309 "tree-sitter-md",
14310 "ui",
14311 "util",
14312 "windows 0.61.1",
14313 "workspace",
14314 "zed_actions",
14315]
14316
14317[[package]]
14318name = "tokio"
14319version = "1.43.0"
14320source = "registry+https://github.com/rust-lang/crates.io-index"
14321checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
14322dependencies = [
14323 "backtrace",
14324 "bytes 1.10.1",
14325 "libc",
14326 "mio",
14327 "parking_lot",
14328 "pin-project-lite",
14329 "signal-hook-registry",
14330 "socket2",
14331 "tokio-macros",
14332 "windows-sys 0.52.0",
14333]
14334
14335[[package]]
14336name = "tokio-io"
14337version = "0.1.13"
14338source = "registry+https://github.com/rust-lang/crates.io-index"
14339checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
14340dependencies = [
14341 "bytes 0.4.12",
14342 "futures 0.1.31",
14343 "log",
14344]
14345
14346[[package]]
14347name = "tokio-macros"
14348version = "2.5.0"
14349source = "registry+https://github.com/rust-lang/crates.io-index"
14350checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
14351dependencies = [
14352 "proc-macro2",
14353 "quote",
14354 "syn 2.0.100",
14355]
14356
14357[[package]]
14358name = "tokio-native-tls"
14359version = "0.3.1"
14360source = "registry+https://github.com/rust-lang/crates.io-index"
14361checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
14362dependencies = [
14363 "native-tls",
14364 "tokio",
14365]
14366
14367[[package]]
14368name = "tokio-rustls"
14369version = "0.24.1"
14370source = "registry+https://github.com/rust-lang/crates.io-index"
14371checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
14372dependencies = [
14373 "rustls 0.21.12",
14374 "tokio",
14375]
14376
14377[[package]]
14378name = "tokio-rustls"
14379version = "0.26.1"
14380source = "registry+https://github.com/rust-lang/crates.io-index"
14381checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
14382dependencies = [
14383 "rustls 0.23.25",
14384 "tokio",
14385]
14386
14387[[package]]
14388name = "tokio-socks"
14389version = "0.5.2"
14390source = "registry+https://github.com/rust-lang/crates.io-index"
14391checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
14392dependencies = [
14393 "either",
14394 "futures-io",
14395 "futures-util",
14396 "thiserror 1.0.69",
14397 "tokio",
14398]
14399
14400[[package]]
14401name = "tokio-stream"
14402version = "0.1.17"
14403source = "registry+https://github.com/rust-lang/crates.io-index"
14404checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
14405dependencies = [
14406 "futures-core",
14407 "pin-project-lite",
14408 "tokio",
14409]
14410
14411[[package]]
14412name = "tokio-tungstenite"
14413version = "0.20.1"
14414source = "registry+https://github.com/rust-lang/crates.io-index"
14415checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
14416dependencies = [
14417 "futures-util",
14418 "log",
14419 "tokio",
14420 "tungstenite 0.20.1",
14421]
14422
14423[[package]]
14424name = "tokio-tungstenite"
14425version = "0.21.0"
14426source = "registry+https://github.com/rust-lang/crates.io-index"
14427checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
14428dependencies = [
14429 "futures-util",
14430 "log",
14431 "tokio",
14432 "tungstenite 0.21.0",
14433]
14434
14435[[package]]
14436name = "tokio-tungstenite"
14437version = "0.26.2"
14438source = "registry+https://github.com/rust-lang/crates.io-index"
14439checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
14440dependencies = [
14441 "futures-util",
14442 "log",
14443 "rustls 0.23.25",
14444 "rustls-pki-types",
14445 "tokio",
14446 "tokio-rustls 0.26.1",
14447 "tungstenite 0.26.2",
14448]
14449
14450[[package]]
14451name = "tokio-util"
14452version = "0.7.13"
14453source = "registry+https://github.com/rust-lang/crates.io-index"
14454checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
14455dependencies = [
14456 "bytes 1.10.1",
14457 "futures-core",
14458 "futures-io",
14459 "futures-sink",
14460 "pin-project-lite",
14461 "tokio",
14462]
14463
14464[[package]]
14465name = "toml"
14466version = "0.5.11"
14467source = "registry+https://github.com/rust-lang/crates.io-index"
14468checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
14469dependencies = [
14470 "serde",
14471]
14472
14473[[package]]
14474name = "toml"
14475version = "0.8.20"
14476source = "registry+https://github.com/rust-lang/crates.io-index"
14477checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
14478dependencies = [
14479 "serde",
14480 "serde_spanned",
14481 "toml_datetime",
14482 "toml_edit",
14483]
14484
14485[[package]]
14486name = "toml_datetime"
14487version = "0.6.8"
14488source = "registry+https://github.com/rust-lang/crates.io-index"
14489checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
14490dependencies = [
14491 "serde",
14492]
14493
14494[[package]]
14495name = "toml_edit"
14496version = "0.22.23"
14497source = "registry+https://github.com/rust-lang/crates.io-index"
14498checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee"
14499dependencies = [
14500 "indexmap",
14501 "serde",
14502 "serde_spanned",
14503 "toml_datetime",
14504 "winnow 0.7.1",
14505]
14506
14507[[package]]
14508name = "toolchain_selector"
14509version = "0.1.0"
14510dependencies = [
14511 "editor",
14512 "fuzzy",
14513 "gpui",
14514 "language",
14515 "picker",
14516 "project",
14517 "ui",
14518 "util",
14519 "workspace",
14520]
14521
14522[[package]]
14523name = "topological-sort"
14524version = "0.2.2"
14525source = "registry+https://github.com/rust-lang/crates.io-index"
14526checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
14527
14528[[package]]
14529name = "tower"
14530version = "0.4.13"
14531source = "registry+https://github.com/rust-lang/crates.io-index"
14532checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
14533dependencies = [
14534 "futures-core",
14535 "futures-util",
14536 "pin-project",
14537 "pin-project-lite",
14538 "tokio",
14539 "tower-layer",
14540 "tower-service",
14541 "tracing",
14542]
14543
14544[[package]]
14545name = "tower-http"
14546version = "0.3.5"
14547source = "registry+https://github.com/rust-lang/crates.io-index"
14548checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
14549dependencies = [
14550 "bitflags 1.3.2",
14551 "bytes 1.10.1",
14552 "futures-core",
14553 "futures-util",
14554 "http 0.2.12",
14555 "http-body 0.4.6",
14556 "http-range-header",
14557 "pin-project-lite",
14558 "tower-layer",
14559 "tower-service",
14560]
14561
14562[[package]]
14563name = "tower-http"
14564version = "0.4.4"
14565source = "registry+https://github.com/rust-lang/crates.io-index"
14566checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
14567dependencies = [
14568 "bitflags 2.9.0",
14569 "bytes 1.10.1",
14570 "futures-core",
14571 "futures-util",
14572 "http 0.2.12",
14573 "http-body 0.4.6",
14574 "http-range-header",
14575 "pin-project-lite",
14576 "tower-layer",
14577 "tower-service",
14578 "tracing",
14579]
14580
14581[[package]]
14582name = "tower-layer"
14583version = "0.3.3"
14584source = "registry+https://github.com/rust-lang/crates.io-index"
14585checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
14586
14587[[package]]
14588name = "tower-service"
14589version = "0.3.3"
14590source = "registry+https://github.com/rust-lang/crates.io-index"
14591checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
14592
14593[[package]]
14594name = "tracing"
14595version = "0.1.41"
14596source = "registry+https://github.com/rust-lang/crates.io-index"
14597checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
14598dependencies = [
14599 "log",
14600 "pin-project-lite",
14601 "tracing-attributes",
14602 "tracing-core",
14603]
14604
14605[[package]]
14606name = "tracing-attributes"
14607version = "0.1.28"
14608source = "registry+https://github.com/rust-lang/crates.io-index"
14609checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
14610dependencies = [
14611 "proc-macro2",
14612 "quote",
14613 "syn 2.0.100",
14614]
14615
14616[[package]]
14617name = "tracing-core"
14618version = "0.1.33"
14619source = "registry+https://github.com/rust-lang/crates.io-index"
14620checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
14621dependencies = [
14622 "once_cell",
14623 "valuable",
14624]
14625
14626[[package]]
14627name = "tracing-log"
14628version = "0.2.0"
14629source = "registry+https://github.com/rust-lang/crates.io-index"
14630checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
14631dependencies = [
14632 "log",
14633 "once_cell",
14634 "tracing-core",
14635]
14636
14637[[package]]
14638name = "tracing-serde"
14639version = "0.2.0"
14640source = "registry+https://github.com/rust-lang/crates.io-index"
14641checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
14642dependencies = [
14643 "serde",
14644 "tracing-core",
14645]
14646
14647[[package]]
14648name = "tracing-subscriber"
14649version = "0.3.19"
14650source = "registry+https://github.com/rust-lang/crates.io-index"
14651checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
14652dependencies = [
14653 "matchers",
14654 "nu-ansi-term",
14655 "once_cell",
14656 "regex",
14657 "serde",
14658 "serde_json",
14659 "sharded-slab",
14660 "smallvec",
14661 "thread_local",
14662 "tracing",
14663 "tracing-core",
14664 "tracing-log",
14665 "tracing-serde",
14666]
14667
14668[[package]]
14669name = "trait-variant"
14670version = "0.1.2"
14671source = "registry+https://github.com/rust-lang/crates.io-index"
14672checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
14673dependencies = [
14674 "proc-macro2",
14675 "quote",
14676 "syn 2.0.100",
14677]
14678
14679[[package]]
14680name = "tree-sitter"
14681version = "0.25.3"
14682source = "registry+https://github.com/rust-lang/crates.io-index"
14683checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
14684dependencies = [
14685 "cc",
14686 "regex",
14687 "regex-syntax 0.8.5",
14688 "serde_json",
14689 "streaming-iterator",
14690 "tree-sitter-language",
14691 "wasmtime-c-api-impl",
14692]
14693
14694[[package]]
14695name = "tree-sitter-bash"
14696version = "0.23.3"
14697source = "registry+https://github.com/rust-lang/crates.io-index"
14698checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
14699dependencies = [
14700 "cc",
14701 "tree-sitter-language",
14702]
14703
14704[[package]]
14705name = "tree-sitter-c"
14706version = "0.23.4"
14707source = "registry+https://github.com/rust-lang/crates.io-index"
14708checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
14709dependencies = [
14710 "cc",
14711 "tree-sitter-language",
14712]
14713
14714[[package]]
14715name = "tree-sitter-cpp"
14716version = "0.23.4"
14717source = "registry+https://github.com/rust-lang/crates.io-index"
14718checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
14719dependencies = [
14720 "cc",
14721 "tree-sitter-language",
14722]
14723
14724[[package]]
14725name = "tree-sitter-css"
14726version = "0.23.2"
14727source = "registry+https://github.com/rust-lang/crates.io-index"
14728checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
14729dependencies = [
14730 "cc",
14731 "tree-sitter-language",
14732]
14733
14734[[package]]
14735name = "tree-sitter-diff"
14736version = "0.1.0"
14737source = "registry+https://github.com/rust-lang/crates.io-index"
14738checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
14739dependencies = [
14740 "cc",
14741 "tree-sitter-language",
14742]
14743
14744[[package]]
14745name = "tree-sitter-elixir"
14746version = "0.3.4"
14747source = "registry+https://github.com/rust-lang/crates.io-index"
14748checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
14749dependencies = [
14750 "cc",
14751 "tree-sitter-language",
14752]
14753
14754[[package]]
14755name = "tree-sitter-embedded-template"
14756version = "0.23.2"
14757source = "registry+https://github.com/rust-lang/crates.io-index"
14758checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
14759dependencies = [
14760 "cc",
14761 "tree-sitter-language",
14762]
14763
14764[[package]]
14765name = "tree-sitter-gitcommit"
14766version = "0.0.1"
14767source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
14768dependencies = [
14769 "cc",
14770 "tree-sitter-language",
14771]
14772
14773[[package]]
14774name = "tree-sitter-go"
14775version = "0.23.4"
14776source = "registry+https://github.com/rust-lang/crates.io-index"
14777checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
14778dependencies = [
14779 "cc",
14780 "tree-sitter-language",
14781]
14782
14783[[package]]
14784name = "tree-sitter-gomod"
14785version = "1.1.1"
14786source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
14787dependencies = [
14788 "cc",
14789 "tree-sitter-language",
14790]
14791
14792[[package]]
14793name = "tree-sitter-gowork"
14794version = "0.0.1"
14795source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
14796dependencies = [
14797 "cc",
14798 "tree-sitter-language",
14799]
14800
14801[[package]]
14802name = "tree-sitter-heex"
14803version = "0.0.1"
14804source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
14805dependencies = [
14806 "cc",
14807 "tree-sitter-language",
14808]
14809
14810[[package]]
14811name = "tree-sitter-html"
14812version = "0.23.2"
14813source = "registry+https://github.com/rust-lang/crates.io-index"
14814checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
14815dependencies = [
14816 "cc",
14817 "tree-sitter-language",
14818]
14819
14820[[package]]
14821name = "tree-sitter-jsdoc"
14822version = "0.23.2"
14823source = "registry+https://github.com/rust-lang/crates.io-index"
14824checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
14825dependencies = [
14826 "cc",
14827 "tree-sitter-language",
14828]
14829
14830[[package]]
14831name = "tree-sitter-json"
14832version = "0.24.8"
14833source = "registry+https://github.com/rust-lang/crates.io-index"
14834checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
14835dependencies = [
14836 "cc",
14837 "tree-sitter-language",
14838]
14839
14840[[package]]
14841name = "tree-sitter-language"
14842version = "0.1.3"
14843source = "registry+https://github.com/rust-lang/crates.io-index"
14844checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
14845
14846[[package]]
14847name = "tree-sitter-md"
14848version = "0.3.2"
14849source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
14850dependencies = [
14851 "cc",
14852 "tree-sitter-language",
14853]
14854
14855[[package]]
14856name = "tree-sitter-python"
14857version = "0.23.6"
14858source = "registry+https://github.com/rust-lang/crates.io-index"
14859checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
14860dependencies = [
14861 "cc",
14862 "tree-sitter-language",
14863]
14864
14865[[package]]
14866name = "tree-sitter-regex"
14867version = "0.24.3"
14868source = "registry+https://github.com/rust-lang/crates.io-index"
14869checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
14870dependencies = [
14871 "cc",
14872 "tree-sitter-language",
14873]
14874
14875[[package]]
14876name = "tree-sitter-ruby"
14877version = "0.23.1"
14878source = "registry+https://github.com/rust-lang/crates.io-index"
14879checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
14880dependencies = [
14881 "cc",
14882 "tree-sitter-language",
14883]
14884
14885[[package]]
14886name = "tree-sitter-rust"
14887version = "0.23.2"
14888source = "registry+https://github.com/rust-lang/crates.io-index"
14889checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
14890dependencies = [
14891 "cc",
14892 "tree-sitter-language",
14893]
14894
14895[[package]]
14896name = "tree-sitter-typescript"
14897version = "0.23.2"
14898source = "registry+https://github.com/rust-lang/crates.io-index"
14899checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
14900dependencies = [
14901 "cc",
14902 "tree-sitter-language",
14903]
14904
14905[[package]]
14906name = "tree-sitter-yaml"
14907version = "0.6.1"
14908source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
14909dependencies = [
14910 "cc",
14911 "tree-sitter-language",
14912]
14913
14914[[package]]
14915name = "try-lock"
14916version = "0.2.5"
14917source = "registry+https://github.com/rust-lang/crates.io-index"
14918checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
14919
14920[[package]]
14921name = "ttf-parser"
14922version = "0.20.0"
14923source = "registry+https://github.com/rust-lang/crates.io-index"
14924checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
14925
14926[[package]]
14927name = "ttf-parser"
14928version = "0.21.1"
14929source = "registry+https://github.com/rust-lang/crates.io-index"
14930checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
14931
14932[[package]]
14933name = "ttf-parser"
14934version = "0.25.1"
14935source = "registry+https://github.com/rust-lang/crates.io-index"
14936checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
14937dependencies = [
14938 "core_maths",
14939]
14940
14941[[package]]
14942name = "tungstenite"
14943version = "0.20.1"
14944source = "registry+https://github.com/rust-lang/crates.io-index"
14945checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
14946dependencies = [
14947 "byteorder",
14948 "bytes 1.10.1",
14949 "data-encoding",
14950 "http 0.2.12",
14951 "httparse",
14952 "log",
14953 "rand 0.8.5",
14954 "sha1",
14955 "thiserror 1.0.69",
14956 "url",
14957 "utf-8",
14958]
14959
14960[[package]]
14961name = "tungstenite"
14962version = "0.21.0"
14963source = "registry+https://github.com/rust-lang/crates.io-index"
14964checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
14965dependencies = [
14966 "byteorder",
14967 "bytes 1.10.1",
14968 "data-encoding",
14969 "http 1.2.0",
14970 "httparse",
14971 "log",
14972 "rand 0.8.5",
14973 "sha1",
14974 "thiserror 1.0.69",
14975 "url",
14976 "utf-8",
14977]
14978
14979[[package]]
14980name = "tungstenite"
14981version = "0.24.0"
14982source = "registry+https://github.com/rust-lang/crates.io-index"
14983checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
14984dependencies = [
14985 "byteorder",
14986 "bytes 1.10.1",
14987 "data-encoding",
14988 "http 1.2.0",
14989 "httparse",
14990 "log",
14991 "rand 0.8.5",
14992 "sha1",
14993 "thiserror 1.0.69",
14994 "utf-8",
14995]
14996
14997[[package]]
14998name = "tungstenite"
14999version = "0.26.2"
15000source = "registry+https://github.com/rust-lang/crates.io-index"
15001checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
15002dependencies = [
15003 "bytes 1.10.1",
15004 "data-encoding",
15005 "http 1.2.0",
15006 "httparse",
15007 "log",
15008 "rand 0.9.0",
15009 "rustls 0.23.25",
15010 "rustls-pki-types",
15011 "sha1",
15012 "thiserror 2.0.12",
15013 "utf-8",
15014]
15015
15016[[package]]
15017name = "typeid"
15018version = "1.0.2"
15019source = "registry+https://github.com/rust-lang/crates.io-index"
15020checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
15021
15022[[package]]
15023name = "typenum"
15024version = "1.17.0"
15025source = "registry+https://github.com/rust-lang/crates.io-index"
15026checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
15027
15028[[package]]
15029name = "ucd-trie"
15030version = "0.1.7"
15031source = "registry+https://github.com/rust-lang/crates.io-index"
15032checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
15033
15034[[package]]
15035name = "uds_windows"
15036version = "1.1.0"
15037source = "registry+https://github.com/rust-lang/crates.io-index"
15038checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
15039dependencies = [
15040 "memoffset",
15041 "tempfile",
15042 "winapi",
15043]
15044
15045[[package]]
15046name = "ui"
15047version = "0.1.0"
15048dependencies = [
15049 "chrono",
15050 "component",
15051 "gpui",
15052 "icons",
15053 "itertools 0.14.0",
15054 "linkme",
15055 "menu",
15056 "serde",
15057 "settings",
15058 "smallvec",
15059 "story",
15060 "strum",
15061 "theme",
15062 "ui_macros",
15063 "util",
15064 "windows 0.61.1",
15065]
15066
15067[[package]]
15068name = "ui_input"
15069version = "0.1.0"
15070dependencies = [
15071 "editor",
15072 "gpui",
15073 "settings",
15074 "theme",
15075 "ui",
15076]
15077
15078[[package]]
15079name = "ui_macros"
15080version = "0.1.0"
15081dependencies = [
15082 "convert_case 0.8.0",
15083 "linkme",
15084 "proc-macro2",
15085 "quote",
15086 "syn 1.0.109",
15087]
15088
15089[[package]]
15090name = "ui_prompt"
15091version = "0.1.0"
15092dependencies = [
15093 "gpui",
15094 "markdown",
15095 "menu",
15096 "settings",
15097 "theme",
15098 "ui",
15099 "workspace",
15100]
15101
15102[[package]]
15103name = "unicase"
15104version = "2.8.1"
15105source = "registry+https://github.com/rust-lang/crates.io-index"
15106checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
15107
15108[[package]]
15109name = "unicode-bidi"
15110version = "0.3.17"
15111source = "registry+https://github.com/rust-lang/crates.io-index"
15112checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
15113
15114[[package]]
15115name = "unicode-bidi-mirroring"
15116version = "0.2.0"
15117source = "registry+https://github.com/rust-lang/crates.io-index"
15118checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
15119
15120[[package]]
15121name = "unicode-bidi-mirroring"
15122version = "0.4.0"
15123source = "registry+https://github.com/rust-lang/crates.io-index"
15124checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
15125
15126[[package]]
15127name = "unicode-ccc"
15128version = "0.2.0"
15129source = "registry+https://github.com/rust-lang/crates.io-index"
15130checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
15131
15132[[package]]
15133name = "unicode-ccc"
15134version = "0.4.0"
15135source = "registry+https://github.com/rust-lang/crates.io-index"
15136checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
15137
15138[[package]]
15139name = "unicode-ident"
15140version = "1.0.14"
15141source = "registry+https://github.com/rust-lang/crates.io-index"
15142checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
15143
15144[[package]]
15145name = "unicode-linebreak"
15146version = "0.1.5"
15147source = "registry+https://github.com/rust-lang/crates.io-index"
15148checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
15149
15150[[package]]
15151name = "unicode-normalization"
15152version = "0.1.24"
15153source = "registry+https://github.com/rust-lang/crates.io-index"
15154checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
15155dependencies = [
15156 "tinyvec",
15157]
15158
15159[[package]]
15160name = "unicode-properties"
15161version = "0.1.3"
15162source = "registry+https://github.com/rust-lang/crates.io-index"
15163checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
15164
15165[[package]]
15166name = "unicode-script"
15167version = "0.5.7"
15168source = "registry+https://github.com/rust-lang/crates.io-index"
15169checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
15170
15171[[package]]
15172name = "unicode-segmentation"
15173version = "1.12.0"
15174source = "registry+https://github.com/rust-lang/crates.io-index"
15175checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
15176
15177[[package]]
15178name = "unicode-vo"
15179version = "0.1.0"
15180source = "registry+https://github.com/rust-lang/crates.io-index"
15181checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
15182
15183[[package]]
15184name = "unicode-width"
15185version = "0.1.14"
15186source = "registry+https://github.com/rust-lang/crates.io-index"
15187checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
15188
15189[[package]]
15190name = "unicode-xid"
15191version = "0.2.6"
15192source = "registry+https://github.com/rust-lang/crates.io-index"
15193checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
15194
15195[[package]]
15196name = "unicode_categories"
15197version = "0.1.1"
15198source = "registry+https://github.com/rust-lang/crates.io-index"
15199checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
15200
15201[[package]]
15202name = "unindent"
15203version = "0.2.4"
15204source = "registry+https://github.com/rust-lang/crates.io-index"
15205checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
15206
15207[[package]]
15208name = "untrusted"
15209version = "0.9.0"
15210source = "registry+https://github.com/rust-lang/crates.io-index"
15211checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
15212
15213[[package]]
15214name = "url"
15215version = "2.5.4"
15216source = "registry+https://github.com/rust-lang/crates.io-index"
15217checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
15218dependencies = [
15219 "form_urlencoded",
15220 "idna",
15221 "percent-encoding",
15222 "serde",
15223]
15224
15225[[package]]
15226name = "urlencoding"
15227version = "2.1.3"
15228source = "registry+https://github.com/rust-lang/crates.io-index"
15229checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
15230
15231[[package]]
15232name = "usvg"
15233version = "0.45.0"
15234source = "registry+https://github.com/rust-lang/crates.io-index"
15235checksum = "2ac8e0e3e4696253dc06167990b3fe9a2668ab66270adf949a464db4088cb354"
15236dependencies = [
15237 "base64 0.22.1",
15238 "data-url",
15239 "flate2",
15240 "fontdb 0.23.0",
15241 "imagesize",
15242 "kurbo",
15243 "log",
15244 "pico-args",
15245 "roxmltree",
15246 "rustybuzz 0.20.1",
15247 "simplecss",
15248 "siphasher 1.0.1",
15249 "strict-num",
15250 "svgtypes",
15251 "tiny-skia-path",
15252 "unicode-bidi",
15253 "unicode-script",
15254 "unicode-vo",
15255 "xmlwriter",
15256]
15257
15258[[package]]
15259name = "utf-8"
15260version = "0.7.6"
15261source = "registry+https://github.com/rust-lang/crates.io-index"
15262checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
15263
15264[[package]]
15265name = "utf16_iter"
15266version = "1.0.5"
15267source = "registry+https://github.com/rust-lang/crates.io-index"
15268checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
15269
15270[[package]]
15271name = "utf8_iter"
15272version = "1.0.4"
15273source = "registry+https://github.com/rust-lang/crates.io-index"
15274checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
15275
15276[[package]]
15277name = "utf8parse"
15278version = "0.2.2"
15279source = "registry+https://github.com/rust-lang/crates.io-index"
15280checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
15281
15282[[package]]
15283name = "util"
15284version = "0.1.0"
15285dependencies = [
15286 "anyhow",
15287 "async-fs",
15288 "collections",
15289 "dirs 4.0.0",
15290 "dunce",
15291 "futures 0.3.31",
15292 "futures-lite 1.13.0",
15293 "git2",
15294 "globset",
15295 "itertools 0.14.0",
15296 "libc",
15297 "log",
15298 "rand 0.8.5",
15299 "regex",
15300 "rust-embed",
15301 "serde",
15302 "serde_json",
15303 "smol",
15304 "take-until",
15305 "tempfile",
15306 "tendril",
15307 "unicase",
15308 "util_macros",
15309]
15310
15311[[package]]
15312name = "util_macros"
15313version = "0.1.0"
15314dependencies = [
15315 "quote",
15316 "syn 1.0.109",
15317]
15318
15319[[package]]
15320name = "uuid"
15321version = "1.13.2"
15322source = "registry+https://github.com/rust-lang/crates.io-index"
15323checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6"
15324dependencies = [
15325 "getrandom 0.3.1",
15326 "serde",
15327 "sha1_smol",
15328]
15329
15330[[package]]
15331name = "v_frame"
15332version = "0.3.8"
15333source = "registry+https://github.com/rust-lang/crates.io-index"
15334checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
15335dependencies = [
15336 "aligned-vec",
15337 "num-traits",
15338 "wasm-bindgen",
15339]
15340
15341[[package]]
15342name = "valuable"
15343version = "0.1.0"
15344source = "registry+https://github.com/rust-lang/crates.io-index"
15345checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
15346
15347[[package]]
15348name = "value-bag"
15349version = "1.10.0"
15350source = "registry+https://github.com/rust-lang/crates.io-index"
15351checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
15352dependencies = [
15353 "value-bag-serde1",
15354 "value-bag-sval2",
15355]
15356
15357[[package]]
15358name = "value-bag-serde1"
15359version = "1.10.0"
15360source = "registry+https://github.com/rust-lang/crates.io-index"
15361checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
15362dependencies = [
15363 "erased-serde",
15364 "serde",
15365 "serde_fmt",
15366]
15367
15368[[package]]
15369name = "value-bag-sval2"
15370version = "1.10.0"
15371source = "registry+https://github.com/rust-lang/crates.io-index"
15372checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
15373dependencies = [
15374 "sval",
15375 "sval_buffer",
15376 "sval_dynamic",
15377 "sval_fmt",
15378 "sval_json",
15379 "sval_ref",
15380 "sval_serde",
15381]
15382
15383[[package]]
15384name = "vcpkg"
15385version = "0.2.15"
15386source = "registry+https://github.com/rust-lang/crates.io-index"
15387checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
15388
15389[[package]]
15390name = "version-compare"
15391version = "0.2.0"
15392source = "registry+https://github.com/rust-lang/crates.io-index"
15393checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
15394
15395[[package]]
15396name = "version_check"
15397version = "0.9.5"
15398source = "registry+https://github.com/rust-lang/crates.io-index"
15399checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
15400
15401[[package]]
15402name = "vim"
15403version = "0.1.0"
15404dependencies = [
15405 "anyhow",
15406 "assets",
15407 "async-compat",
15408 "async-trait",
15409 "collections",
15410 "command_palette",
15411 "command_palette_hooks",
15412 "db",
15413 "editor",
15414 "futures 0.3.31",
15415 "git_ui",
15416 "gpui",
15417 "indoc",
15418 "itertools 0.14.0",
15419 "language",
15420 "libc",
15421 "log",
15422 "lsp",
15423 "multi_buffer",
15424 "nvim-rs",
15425 "parking_lot",
15426 "picker",
15427 "project",
15428 "project_panel",
15429 "regex",
15430 "release_channel",
15431 "schemars",
15432 "search",
15433 "serde",
15434 "serde_derive",
15435 "serde_json",
15436 "settings",
15437 "task",
15438 "text",
15439 "theme",
15440 "tokio",
15441 "ui",
15442 "util",
15443 "vim_mode_setting",
15444 "workspace",
15445 "zed_actions",
15446]
15447
15448[[package]]
15449name = "vim_mode_setting"
15450version = "0.1.0"
15451dependencies = [
15452 "anyhow",
15453 "gpui",
15454 "settings",
15455]
15456
15457[[package]]
15458name = "vscode_theme"
15459version = "0.2.0"
15460source = "registry+https://github.com/rust-lang/crates.io-index"
15461checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
15462dependencies = [
15463 "serde",
15464]
15465
15466[[package]]
15467name = "vsimd"
15468version = "0.8.0"
15469source = "registry+https://github.com/rust-lang/crates.io-index"
15470checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
15471
15472[[package]]
15473name = "vswhom"
15474version = "0.1.0"
15475source = "registry+https://github.com/rust-lang/crates.io-index"
15476checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
15477dependencies = [
15478 "libc",
15479 "vswhom-sys",
15480]
15481
15482[[package]]
15483name = "vswhom-sys"
15484version = "0.1.2"
15485source = "registry+https://github.com/rust-lang/crates.io-index"
15486checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
15487dependencies = [
15488 "cc",
15489 "libc",
15490]
15491
15492[[package]]
15493name = "vte"
15494version = "0.15.0"
15495source = "registry+https://github.com/rust-lang/crates.io-index"
15496checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
15497dependencies = [
15498 "arrayvec",
15499 "bitflags 2.9.0",
15500 "cursor-icon",
15501 "log",
15502 "memchr",
15503 "serde",
15504]
15505
15506[[package]]
15507name = "waker-fn"
15508version = "1.2.0"
15509source = "registry+https://github.com/rust-lang/crates.io-index"
15510checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
15511
15512[[package]]
15513name = "walkdir"
15514version = "2.5.0"
15515source = "registry+https://github.com/rust-lang/crates.io-index"
15516checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
15517dependencies = [
15518 "same-file",
15519 "winapi-util",
15520]
15521
15522[[package]]
15523name = "want"
15524version = "0.3.1"
15525source = "registry+https://github.com/rust-lang/crates.io-index"
15526checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
15527dependencies = [
15528 "try-lock",
15529]
15530
15531[[package]]
15532name = "warp"
15533version = "0.3.7"
15534source = "registry+https://github.com/rust-lang/crates.io-index"
15535checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
15536dependencies = [
15537 "bytes 1.10.1",
15538 "futures-channel",
15539 "futures-util",
15540 "headers",
15541 "http 0.2.12",
15542 "hyper 0.14.32",
15543 "log",
15544 "mime",
15545 "mime_guess",
15546 "percent-encoding",
15547 "pin-project",
15548 "scoped-tls",
15549 "serde",
15550 "serde_json",
15551 "serde_urlencoded",
15552 "tokio",
15553 "tokio-tungstenite 0.21.0",
15554 "tokio-util",
15555 "tower-service",
15556 "tracing",
15557]
15558
15559[[package]]
15560name = "wasi"
15561version = "0.9.0+wasi-snapshot-preview1"
15562source = "registry+https://github.com/rust-lang/crates.io-index"
15563checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
15564
15565[[package]]
15566name = "wasi"
15567version = "0.11.0+wasi-snapshot-preview1"
15568source = "registry+https://github.com/rust-lang/crates.io-index"
15569checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
15570
15571[[package]]
15572name = "wasi"
15573version = "0.13.3+wasi-0.2.2"
15574source = "registry+https://github.com/rust-lang/crates.io-index"
15575checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
15576dependencies = [
15577 "wit-bindgen-rt 0.33.0",
15578]
15579
15580[[package]]
15581name = "wasite"
15582version = "0.1.0"
15583source = "registry+https://github.com/rust-lang/crates.io-index"
15584checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
15585
15586[[package]]
15587name = "wasm-bindgen"
15588version = "0.2.99"
15589source = "registry+https://github.com/rust-lang/crates.io-index"
15590checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
15591dependencies = [
15592 "cfg-if",
15593 "once_cell",
15594 "wasm-bindgen-macro",
15595]
15596
15597[[package]]
15598name = "wasm-bindgen-backend"
15599version = "0.2.99"
15600source = "registry+https://github.com/rust-lang/crates.io-index"
15601checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
15602dependencies = [
15603 "bumpalo",
15604 "log",
15605 "proc-macro2",
15606 "quote",
15607 "syn 2.0.100",
15608 "wasm-bindgen-shared",
15609]
15610
15611[[package]]
15612name = "wasm-bindgen-futures"
15613version = "0.4.49"
15614source = "registry+https://github.com/rust-lang/crates.io-index"
15615checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
15616dependencies = [
15617 "cfg-if",
15618 "js-sys",
15619 "once_cell",
15620 "wasm-bindgen",
15621 "web-sys",
15622]
15623
15624[[package]]
15625name = "wasm-bindgen-macro"
15626version = "0.2.99"
15627source = "registry+https://github.com/rust-lang/crates.io-index"
15628checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
15629dependencies = [
15630 "quote",
15631 "wasm-bindgen-macro-support",
15632]
15633
15634[[package]]
15635name = "wasm-bindgen-macro-support"
15636version = "0.2.99"
15637source = "registry+https://github.com/rust-lang/crates.io-index"
15638checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
15639dependencies = [
15640 "proc-macro2",
15641 "quote",
15642 "syn 2.0.100",
15643 "wasm-bindgen-backend",
15644 "wasm-bindgen-shared",
15645]
15646
15647[[package]]
15648name = "wasm-bindgen-shared"
15649version = "0.2.99"
15650source = "registry+https://github.com/rust-lang/crates.io-index"
15651checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
15652
15653[[package]]
15654name = "wasm-encoder"
15655version = "0.201.0"
15656source = "registry+https://github.com/rust-lang/crates.io-index"
15657checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
15658dependencies = [
15659 "leb128",
15660]
15661
15662[[package]]
15663name = "wasm-encoder"
15664version = "0.221.3"
15665source = "registry+https://github.com/rust-lang/crates.io-index"
15666checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
15667dependencies = [
15668 "leb128",
15669 "wasmparser 0.221.3",
15670]
15671
15672[[package]]
15673name = "wasm-encoder"
15674version = "0.227.1"
15675source = "registry+https://github.com/rust-lang/crates.io-index"
15676checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
15677dependencies = [
15678 "leb128fmt",
15679 "wasmparser 0.227.1",
15680]
15681
15682[[package]]
15683name = "wasm-metadata"
15684version = "0.201.0"
15685source = "registry+https://github.com/rust-lang/crates.io-index"
15686checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
15687dependencies = [
15688 "anyhow",
15689 "indexmap",
15690 "serde",
15691 "serde_derive",
15692 "serde_json",
15693 "spdx",
15694 "wasm-encoder 0.201.0",
15695 "wasmparser 0.201.0",
15696]
15697
15698[[package]]
15699name = "wasm-metadata"
15700version = "0.221.3"
15701source = "registry+https://github.com/rust-lang/crates.io-index"
15702checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
15703dependencies = [
15704 "anyhow",
15705 "indexmap",
15706 "serde",
15707 "serde_derive",
15708 "serde_json",
15709 "spdx",
15710 "wasm-encoder 0.221.3",
15711 "wasmparser 0.221.3",
15712]
15713
15714[[package]]
15715name = "wasm-metadata"
15716version = "0.227.1"
15717source = "registry+https://github.com/rust-lang/crates.io-index"
15718checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
15719dependencies = [
15720 "anyhow",
15721 "auditable-serde",
15722 "flate2",
15723 "indexmap",
15724 "serde",
15725 "serde_derive",
15726 "serde_json",
15727 "spdx",
15728 "url",
15729 "wasm-encoder 0.227.1",
15730 "wasmparser 0.227.1",
15731]
15732
15733[[package]]
15734name = "wasm-streams"
15735version = "0.4.2"
15736source = "registry+https://github.com/rust-lang/crates.io-index"
15737checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
15738dependencies = [
15739 "futures-util",
15740 "js-sys",
15741 "wasm-bindgen",
15742 "wasm-bindgen-futures",
15743 "web-sys",
15744]
15745
15746[[package]]
15747name = "wasmparser"
15748version = "0.201.0"
15749source = "registry+https://github.com/rust-lang/crates.io-index"
15750checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
15751dependencies = [
15752 "bitflags 2.9.0",
15753 "indexmap",
15754 "semver",
15755]
15756
15757[[package]]
15758name = "wasmparser"
15759version = "0.221.3"
15760source = "registry+https://github.com/rust-lang/crates.io-index"
15761checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
15762dependencies = [
15763 "bitflags 2.9.0",
15764 "hashbrown 0.15.2",
15765 "indexmap",
15766 "semver",
15767 "serde",
15768]
15769
15770[[package]]
15771name = "wasmparser"
15772version = "0.227.1"
15773source = "registry+https://github.com/rust-lang/crates.io-index"
15774checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
15775dependencies = [
15776 "bitflags 2.9.0",
15777 "hashbrown 0.15.2",
15778 "indexmap",
15779 "semver",
15780]
15781
15782[[package]]
15783name = "wasmprinter"
15784version = "0.221.3"
15785source = "registry+https://github.com/rust-lang/crates.io-index"
15786checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
15787dependencies = [
15788 "anyhow",
15789 "termcolor",
15790 "wasmparser 0.221.3",
15791]
15792
15793[[package]]
15794name = "wasmtime"
15795version = "29.0.1"
15796source = "registry+https://github.com/rust-lang/crates.io-index"
15797checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
15798dependencies = [
15799 "anyhow",
15800 "async-trait",
15801 "bitflags 2.9.0",
15802 "bumpalo",
15803 "cc",
15804 "cfg-if",
15805 "encoding_rs",
15806 "hashbrown 0.14.5",
15807 "indexmap",
15808 "libc",
15809 "log",
15810 "mach2",
15811 "memfd",
15812 "object",
15813 "once_cell",
15814 "paste",
15815 "postcard",
15816 "psm",
15817 "pulley-interpreter",
15818 "rustix",
15819 "semver",
15820 "serde",
15821 "serde_derive",
15822 "smallvec",
15823 "sptr",
15824 "target-lexicon 0.13.2",
15825 "trait-variant",
15826 "wasmparser 0.221.3",
15827 "wasmtime-asm-macros",
15828 "wasmtime-component-macro",
15829 "wasmtime-component-util",
15830 "wasmtime-cranelift",
15831 "wasmtime-environ",
15832 "wasmtime-fiber",
15833 "wasmtime-jit-icache-coherence",
15834 "wasmtime-math",
15835 "wasmtime-slab",
15836 "wasmtime-versioned-export-macros",
15837 "wasmtime-winch",
15838 "windows-sys 0.59.0",
15839]
15840
15841[[package]]
15842name = "wasmtime-asm-macros"
15843version = "29.0.1"
15844source = "registry+https://github.com/rust-lang/crates.io-index"
15845checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
15846dependencies = [
15847 "cfg-if",
15848]
15849
15850[[package]]
15851name = "wasmtime-c-api-impl"
15852version = "29.0.1"
15853source = "registry+https://github.com/rust-lang/crates.io-index"
15854checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
15855dependencies = [
15856 "anyhow",
15857 "log",
15858 "tracing",
15859 "wasmtime",
15860 "wasmtime-c-api-macros",
15861]
15862
15863[[package]]
15864name = "wasmtime-c-api-macros"
15865version = "29.0.1"
15866source = "registry+https://github.com/rust-lang/crates.io-index"
15867checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
15868dependencies = [
15869 "proc-macro2",
15870 "quote",
15871]
15872
15873[[package]]
15874name = "wasmtime-component-macro"
15875version = "29.0.1"
15876source = "registry+https://github.com/rust-lang/crates.io-index"
15877checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
15878dependencies = [
15879 "anyhow",
15880 "proc-macro2",
15881 "quote",
15882 "syn 2.0.100",
15883 "wasmtime-component-util",
15884 "wasmtime-wit-bindgen",
15885 "wit-parser 0.221.3",
15886]
15887
15888[[package]]
15889name = "wasmtime-component-util"
15890version = "29.0.1"
15891source = "registry+https://github.com/rust-lang/crates.io-index"
15892checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
15893
15894[[package]]
15895name = "wasmtime-cranelift"
15896version = "29.0.1"
15897source = "registry+https://github.com/rust-lang/crates.io-index"
15898checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
15899dependencies = [
15900 "anyhow",
15901 "cfg-if",
15902 "cranelift-codegen",
15903 "cranelift-control",
15904 "cranelift-entity",
15905 "cranelift-frontend",
15906 "cranelift-native",
15907 "gimli",
15908 "itertools 0.12.1",
15909 "log",
15910 "object",
15911 "smallvec",
15912 "target-lexicon 0.13.2",
15913 "thiserror 1.0.69",
15914 "wasmparser 0.221.3",
15915 "wasmtime-environ",
15916 "wasmtime-versioned-export-macros",
15917]
15918
15919[[package]]
15920name = "wasmtime-environ"
15921version = "29.0.1"
15922source = "registry+https://github.com/rust-lang/crates.io-index"
15923checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
15924dependencies = [
15925 "anyhow",
15926 "cpp_demangle",
15927 "cranelift-bitset",
15928 "cranelift-entity",
15929 "gimli",
15930 "indexmap",
15931 "log",
15932 "object",
15933 "postcard",
15934 "rustc-demangle",
15935 "semver",
15936 "serde",
15937 "serde_derive",
15938 "smallvec",
15939 "target-lexicon 0.13.2",
15940 "wasm-encoder 0.221.3",
15941 "wasmparser 0.221.3",
15942 "wasmprinter",
15943 "wasmtime-component-util",
15944]
15945
15946[[package]]
15947name = "wasmtime-fiber"
15948version = "29.0.1"
15949source = "registry+https://github.com/rust-lang/crates.io-index"
15950checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
15951dependencies = [
15952 "anyhow",
15953 "cc",
15954 "cfg-if",
15955 "rustix",
15956 "wasmtime-asm-macros",
15957 "wasmtime-versioned-export-macros",
15958 "windows-sys 0.59.0",
15959]
15960
15961[[package]]
15962name = "wasmtime-jit-icache-coherence"
15963version = "29.0.1"
15964source = "registry+https://github.com/rust-lang/crates.io-index"
15965checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
15966dependencies = [
15967 "anyhow",
15968 "cfg-if",
15969 "libc",
15970 "windows-sys 0.59.0",
15971]
15972
15973[[package]]
15974name = "wasmtime-math"
15975version = "29.0.1"
15976source = "registry+https://github.com/rust-lang/crates.io-index"
15977checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
15978dependencies = [
15979 "libm",
15980]
15981
15982[[package]]
15983name = "wasmtime-slab"
15984version = "29.0.1"
15985source = "registry+https://github.com/rust-lang/crates.io-index"
15986checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
15987
15988[[package]]
15989name = "wasmtime-versioned-export-macros"
15990version = "29.0.1"
15991source = "registry+https://github.com/rust-lang/crates.io-index"
15992checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
15993dependencies = [
15994 "proc-macro2",
15995 "quote",
15996 "syn 2.0.100",
15997]
15998
15999[[package]]
16000name = "wasmtime-wasi"
16001version = "29.0.1"
16002source = "registry+https://github.com/rust-lang/crates.io-index"
16003checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
16004dependencies = [
16005 "anyhow",
16006 "async-trait",
16007 "bitflags 2.9.0",
16008 "bytes 1.10.1",
16009 "cap-fs-ext",
16010 "cap-net-ext",
16011 "cap-rand",
16012 "cap-std",
16013 "cap-time-ext",
16014 "fs-set-times",
16015 "futures 0.3.31",
16016 "io-extras",
16017 "io-lifetimes",
16018 "rustix",
16019 "system-interface",
16020 "thiserror 1.0.69",
16021 "tokio",
16022 "tracing",
16023 "trait-variant",
16024 "url",
16025 "wasmtime",
16026 "wiggle",
16027 "windows-sys 0.59.0",
16028]
16029
16030[[package]]
16031name = "wasmtime-winch"
16032version = "29.0.1"
16033source = "registry+https://github.com/rust-lang/crates.io-index"
16034checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
16035dependencies = [
16036 "anyhow",
16037 "cranelift-codegen",
16038 "gimli",
16039 "object",
16040 "target-lexicon 0.13.2",
16041 "wasmparser 0.221.3",
16042 "wasmtime-cranelift",
16043 "wasmtime-environ",
16044 "winch-codegen",
16045]
16046
16047[[package]]
16048name = "wasmtime-wit-bindgen"
16049version = "29.0.1"
16050source = "registry+https://github.com/rust-lang/crates.io-index"
16051checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
16052dependencies = [
16053 "anyhow",
16054 "heck 0.5.0",
16055 "indexmap",
16056 "wit-parser 0.221.3",
16057]
16058
16059[[package]]
16060name = "wast"
16061version = "35.0.2"
16062source = "registry+https://github.com/rust-lang/crates.io-index"
16063checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
16064dependencies = [
16065 "leb128",
16066]
16067
16068[[package]]
16069name = "wayland-backend"
16070version = "0.3.8"
16071source = "registry+https://github.com/rust-lang/crates.io-index"
16072checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
16073dependencies = [
16074 "cc",
16075 "downcast-rs",
16076 "rustix",
16077 "scoped-tls",
16078 "smallvec",
16079 "wayland-sys",
16080]
16081
16082[[package]]
16083name = "wayland-client"
16084version = "0.31.8"
16085source = "registry+https://github.com/rust-lang/crates.io-index"
16086checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
16087dependencies = [
16088 "bitflags 2.9.0",
16089 "rustix",
16090 "wayland-backend",
16091 "wayland-scanner",
16092]
16093
16094[[package]]
16095name = "wayland-cursor"
16096version = "0.31.8"
16097source = "registry+https://github.com/rust-lang/crates.io-index"
16098checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
16099dependencies = [
16100 "rustix",
16101 "wayland-client",
16102 "xcursor",
16103]
16104
16105[[package]]
16106name = "wayland-protocols"
16107version = "0.31.2"
16108source = "registry+https://github.com/rust-lang/crates.io-index"
16109checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
16110dependencies = [
16111 "bitflags 2.9.0",
16112 "wayland-backend",
16113 "wayland-client",
16114 "wayland-scanner",
16115]
16116
16117[[package]]
16118name = "wayland-protocols-plasma"
16119version = "0.2.0"
16120source = "registry+https://github.com/rust-lang/crates.io-index"
16121checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
16122dependencies = [
16123 "bitflags 2.9.0",
16124 "wayland-backend",
16125 "wayland-client",
16126 "wayland-protocols",
16127 "wayland-scanner",
16128]
16129
16130[[package]]
16131name = "wayland-scanner"
16132version = "0.31.6"
16133source = "registry+https://github.com/rust-lang/crates.io-index"
16134checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
16135dependencies = [
16136 "proc-macro2",
16137 "quick-xml 0.37.2",
16138 "quote",
16139]
16140
16141[[package]]
16142name = "wayland-sys"
16143version = "0.31.6"
16144source = "registry+https://github.com/rust-lang/crates.io-index"
16145checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
16146dependencies = [
16147 "dlib",
16148 "log",
16149 "once_cell",
16150 "pkg-config",
16151]
16152
16153[[package]]
16154name = "web-sys"
16155version = "0.3.76"
16156source = "registry+https://github.com/rust-lang/crates.io-index"
16157checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
16158dependencies = [
16159 "js-sys",
16160 "wasm-bindgen",
16161]
16162
16163[[package]]
16164name = "web-time"
16165version = "1.1.0"
16166source = "registry+https://github.com/rust-lang/crates.io-index"
16167checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
16168dependencies = [
16169 "js-sys",
16170 "wasm-bindgen",
16171]
16172
16173[[package]]
16174name = "webpki-root-certs"
16175version = "0.26.8"
16176source = "registry+https://github.com/rust-lang/crates.io-index"
16177checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
16178dependencies = [
16179 "rustls-pki-types",
16180]
16181
16182[[package]]
16183name = "webpki-roots"
16184version = "0.26.7"
16185source = "registry+https://github.com/rust-lang/crates.io-index"
16186checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
16187dependencies = [
16188 "rustls-pki-types",
16189]
16190
16191[[package]]
16192name = "webrtc-sys"
16193version = "0.3.7"
16194source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
16195dependencies = [
16196 "cc",
16197 "cxx",
16198 "cxx-build",
16199 "glob",
16200 "log",
16201 "webrtc-sys-build",
16202]
16203
16204[[package]]
16205name = "webrtc-sys-build"
16206version = "0.3.6"
16207source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
16208dependencies = [
16209 "fs2",
16210 "regex",
16211 "reqwest 0.11.27",
16212 "scratch",
16213 "semver",
16214 "zip",
16215]
16216
16217[[package]]
16218name = "weezl"
16219version = "0.1.8"
16220source = "registry+https://github.com/rust-lang/crates.io-index"
16221checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
16222
16223[[package]]
16224name = "welcome"
16225version = "0.1.0"
16226dependencies = [
16227 "anyhow",
16228 "client",
16229 "db",
16230 "editor",
16231 "fuzzy",
16232 "gpui",
16233 "install_cli",
16234 "language",
16235 "picker",
16236 "project",
16237 "schemars",
16238 "serde",
16239 "settings",
16240 "telemetry",
16241 "ui",
16242 "util",
16243 "vim_mode_setting",
16244 "workspace",
16245 "zed_actions",
16246]
16247
16248[[package]]
16249name = "which"
16250version = "4.4.2"
16251source = "registry+https://github.com/rust-lang/crates.io-index"
16252checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
16253dependencies = [
16254 "either",
16255 "home",
16256 "once_cell",
16257 "rustix",
16258]
16259
16260[[package]]
16261name = "which"
16262version = "6.0.3"
16263source = "registry+https://github.com/rust-lang/crates.io-index"
16264checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
16265dependencies = [
16266 "either",
16267 "home",
16268 "rustix",
16269 "winsafe",
16270]
16271
16272[[package]]
16273name = "whoami"
16274version = "1.5.2"
16275source = "registry+https://github.com/rust-lang/crates.io-index"
16276checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
16277dependencies = [
16278 "redox_syscall 0.5.8",
16279 "wasite",
16280]
16281
16282[[package]]
16283name = "wiggle"
16284version = "29.0.1"
16285source = "registry+https://github.com/rust-lang/crates.io-index"
16286checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
16287dependencies = [
16288 "anyhow",
16289 "async-trait",
16290 "bitflags 2.9.0",
16291 "thiserror 1.0.69",
16292 "tracing",
16293 "wasmtime",
16294 "wiggle-macro",
16295]
16296
16297[[package]]
16298name = "wiggle-generate"
16299version = "29.0.1"
16300source = "registry+https://github.com/rust-lang/crates.io-index"
16301checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
16302dependencies = [
16303 "anyhow",
16304 "heck 0.5.0",
16305 "proc-macro2",
16306 "quote",
16307 "shellexpand 2.1.2",
16308 "syn 2.0.100",
16309 "witx",
16310]
16311
16312[[package]]
16313name = "wiggle-macro"
16314version = "29.0.1"
16315source = "registry+https://github.com/rust-lang/crates.io-index"
16316checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
16317dependencies = [
16318 "proc-macro2",
16319 "quote",
16320 "syn 2.0.100",
16321 "wiggle-generate",
16322]
16323
16324[[package]]
16325name = "winapi"
16326version = "0.3.9"
16327source = "registry+https://github.com/rust-lang/crates.io-index"
16328checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
16329dependencies = [
16330 "winapi-i686-pc-windows-gnu",
16331 "winapi-x86_64-pc-windows-gnu",
16332]
16333
16334[[package]]
16335name = "winapi-i686-pc-windows-gnu"
16336version = "0.4.0"
16337source = "registry+https://github.com/rust-lang/crates.io-index"
16338checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
16339
16340[[package]]
16341name = "winapi-util"
16342version = "0.1.9"
16343source = "registry+https://github.com/rust-lang/crates.io-index"
16344checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
16345dependencies = [
16346 "windows-sys 0.59.0",
16347]
16348
16349[[package]]
16350name = "winapi-x86_64-pc-windows-gnu"
16351version = "0.4.0"
16352source = "registry+https://github.com/rust-lang/crates.io-index"
16353checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
16354
16355[[package]]
16356name = "winch-codegen"
16357version = "29.0.1"
16358source = "registry+https://github.com/rust-lang/crates.io-index"
16359checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
16360dependencies = [
16361 "anyhow",
16362 "cranelift-codegen",
16363 "gimli",
16364 "regalloc2",
16365 "smallvec",
16366 "target-lexicon 0.13.2",
16367 "thiserror 1.0.69",
16368 "wasmparser 0.221.3",
16369 "wasmtime-cranelift",
16370 "wasmtime-environ",
16371]
16372
16373[[package]]
16374name = "windows"
16375version = "0.54.0"
16376source = "registry+https://github.com/rust-lang/crates.io-index"
16377checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
16378dependencies = [
16379 "windows-core 0.54.0",
16380 "windows-targets 0.52.6",
16381]
16382
16383[[package]]
16384name = "windows"
16385version = "0.57.0"
16386source = "registry+https://github.com/rust-lang/crates.io-index"
16387checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
16388dependencies = [
16389 "windows-core 0.57.0",
16390 "windows-targets 0.52.6",
16391]
16392
16393[[package]]
16394name = "windows"
16395version = "0.58.0"
16396source = "registry+https://github.com/rust-lang/crates.io-index"
16397checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
16398dependencies = [
16399 "windows-core 0.58.0",
16400 "windows-targets 0.52.6",
16401]
16402
16403[[package]]
16404name = "windows"
16405version = "0.61.1"
16406source = "registry+https://github.com/rust-lang/crates.io-index"
16407checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
16408dependencies = [
16409 "windows-collections",
16410 "windows-core 0.61.0",
16411 "windows-future",
16412 "windows-link",
16413 "windows-numerics",
16414]
16415
16416[[package]]
16417name = "windows-collections"
16418version = "0.2.0"
16419source = "registry+https://github.com/rust-lang/crates.io-index"
16420checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
16421dependencies = [
16422 "windows-core 0.61.0",
16423]
16424
16425[[package]]
16426name = "windows-core"
16427version = "0.52.0"
16428source = "registry+https://github.com/rust-lang/crates.io-index"
16429checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
16430dependencies = [
16431 "windows-targets 0.52.6",
16432]
16433
16434[[package]]
16435name = "windows-core"
16436version = "0.54.0"
16437source = "registry+https://github.com/rust-lang/crates.io-index"
16438checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
16439dependencies = [
16440 "windows-result 0.1.2",
16441 "windows-targets 0.52.6",
16442]
16443
16444[[package]]
16445name = "windows-core"
16446version = "0.57.0"
16447source = "registry+https://github.com/rust-lang/crates.io-index"
16448checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
16449dependencies = [
16450 "windows-implement 0.57.0",
16451 "windows-interface 0.57.0",
16452 "windows-result 0.1.2",
16453 "windows-targets 0.52.6",
16454]
16455
16456[[package]]
16457name = "windows-core"
16458version = "0.58.0"
16459source = "registry+https://github.com/rust-lang/crates.io-index"
16460checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
16461dependencies = [
16462 "windows-implement 0.58.0",
16463 "windows-interface 0.58.0",
16464 "windows-result 0.2.0",
16465 "windows-strings 0.1.0",
16466 "windows-targets 0.52.6",
16467]
16468
16469[[package]]
16470name = "windows-core"
16471version = "0.61.0"
16472source = "registry+https://github.com/rust-lang/crates.io-index"
16473checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
16474dependencies = [
16475 "windows-implement 0.60.0",
16476 "windows-interface 0.59.1",
16477 "windows-link",
16478 "windows-result 0.3.2",
16479 "windows-strings 0.4.0",
16480]
16481
16482[[package]]
16483name = "windows-future"
16484version = "0.2.0"
16485source = "registry+https://github.com/rust-lang/crates.io-index"
16486checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
16487dependencies = [
16488 "windows-core 0.61.0",
16489 "windows-link",
16490]
16491
16492[[package]]
16493name = "windows-implement"
16494version = "0.57.0"
16495source = "registry+https://github.com/rust-lang/crates.io-index"
16496checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
16497dependencies = [
16498 "proc-macro2",
16499 "quote",
16500 "syn 2.0.100",
16501]
16502
16503[[package]]
16504name = "windows-implement"
16505version = "0.58.0"
16506source = "registry+https://github.com/rust-lang/crates.io-index"
16507checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
16508dependencies = [
16509 "proc-macro2",
16510 "quote",
16511 "syn 2.0.100",
16512]
16513
16514[[package]]
16515name = "windows-implement"
16516version = "0.60.0"
16517source = "registry+https://github.com/rust-lang/crates.io-index"
16518checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
16519dependencies = [
16520 "proc-macro2",
16521 "quote",
16522 "syn 2.0.100",
16523]
16524
16525[[package]]
16526name = "windows-interface"
16527version = "0.57.0"
16528source = "registry+https://github.com/rust-lang/crates.io-index"
16529checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
16530dependencies = [
16531 "proc-macro2",
16532 "quote",
16533 "syn 2.0.100",
16534]
16535
16536[[package]]
16537name = "windows-interface"
16538version = "0.58.0"
16539source = "registry+https://github.com/rust-lang/crates.io-index"
16540checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
16541dependencies = [
16542 "proc-macro2",
16543 "quote",
16544 "syn 2.0.100",
16545]
16546
16547[[package]]
16548name = "windows-interface"
16549version = "0.59.1"
16550source = "registry+https://github.com/rust-lang/crates.io-index"
16551checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
16552dependencies = [
16553 "proc-macro2",
16554 "quote",
16555 "syn 2.0.100",
16556]
16557
16558[[package]]
16559name = "windows-link"
16560version = "0.1.1"
16561source = "registry+https://github.com/rust-lang/crates.io-index"
16562checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
16563
16564[[package]]
16565name = "windows-numerics"
16566version = "0.2.0"
16567source = "registry+https://github.com/rust-lang/crates.io-index"
16568checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
16569dependencies = [
16570 "windows-core 0.61.0",
16571 "windows-link",
16572]
16573
16574[[package]]
16575name = "windows-registry"
16576version = "0.2.0"
16577source = "registry+https://github.com/rust-lang/crates.io-index"
16578checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
16579dependencies = [
16580 "windows-result 0.2.0",
16581 "windows-strings 0.1.0",
16582 "windows-targets 0.52.6",
16583]
16584
16585[[package]]
16586name = "windows-result"
16587version = "0.1.2"
16588source = "registry+https://github.com/rust-lang/crates.io-index"
16589checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
16590dependencies = [
16591 "windows-targets 0.52.6",
16592]
16593
16594[[package]]
16595name = "windows-result"
16596version = "0.2.0"
16597source = "registry+https://github.com/rust-lang/crates.io-index"
16598checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
16599dependencies = [
16600 "windows-targets 0.52.6",
16601]
16602
16603[[package]]
16604name = "windows-result"
16605version = "0.3.2"
16606source = "registry+https://github.com/rust-lang/crates.io-index"
16607checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
16608dependencies = [
16609 "windows-link",
16610]
16611
16612[[package]]
16613name = "windows-strings"
16614version = "0.1.0"
16615source = "registry+https://github.com/rust-lang/crates.io-index"
16616checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
16617dependencies = [
16618 "windows-result 0.2.0",
16619 "windows-targets 0.52.6",
16620]
16621
16622[[package]]
16623name = "windows-strings"
16624version = "0.4.0"
16625source = "registry+https://github.com/rust-lang/crates.io-index"
16626checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
16627dependencies = [
16628 "windows-link",
16629]
16630
16631[[package]]
16632name = "windows-sys"
16633version = "0.45.0"
16634source = "registry+https://github.com/rust-lang/crates.io-index"
16635checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
16636dependencies = [
16637 "windows-targets 0.42.2",
16638]
16639
16640[[package]]
16641name = "windows-sys"
16642version = "0.48.0"
16643source = "registry+https://github.com/rust-lang/crates.io-index"
16644checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
16645dependencies = [
16646 "windows-targets 0.48.5",
16647]
16648
16649[[package]]
16650name = "windows-sys"
16651version = "0.52.0"
16652source = "registry+https://github.com/rust-lang/crates.io-index"
16653checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
16654dependencies = [
16655 "windows-targets 0.52.6",
16656]
16657
16658[[package]]
16659name = "windows-sys"
16660version = "0.59.0"
16661source = "registry+https://github.com/rust-lang/crates.io-index"
16662checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
16663dependencies = [
16664 "windows-targets 0.52.6",
16665]
16666
16667[[package]]
16668name = "windows-targets"
16669version = "0.42.2"
16670source = "registry+https://github.com/rust-lang/crates.io-index"
16671checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
16672dependencies = [
16673 "windows_aarch64_gnullvm 0.42.2",
16674 "windows_aarch64_msvc 0.42.2",
16675 "windows_i686_gnu 0.42.2",
16676 "windows_i686_msvc 0.42.2",
16677 "windows_x86_64_gnu 0.42.2",
16678 "windows_x86_64_gnullvm 0.42.2",
16679 "windows_x86_64_msvc 0.42.2",
16680]
16681
16682[[package]]
16683name = "windows-targets"
16684version = "0.48.5"
16685source = "registry+https://github.com/rust-lang/crates.io-index"
16686checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
16687dependencies = [
16688 "windows_aarch64_gnullvm 0.48.5",
16689 "windows_aarch64_msvc 0.48.5",
16690 "windows_i686_gnu 0.48.5",
16691 "windows_i686_msvc 0.48.5",
16692 "windows_x86_64_gnu 0.48.5",
16693 "windows_x86_64_gnullvm 0.48.5",
16694 "windows_x86_64_msvc 0.48.5",
16695]
16696
16697[[package]]
16698name = "windows-targets"
16699version = "0.52.6"
16700source = "registry+https://github.com/rust-lang/crates.io-index"
16701checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
16702dependencies = [
16703 "windows_aarch64_gnullvm 0.52.6",
16704 "windows_aarch64_msvc 0.52.6",
16705 "windows_i686_gnu 0.52.6",
16706 "windows_i686_gnullvm",
16707 "windows_i686_msvc 0.52.6",
16708 "windows_x86_64_gnu 0.52.6",
16709 "windows_x86_64_gnullvm 0.52.6",
16710 "windows_x86_64_msvc 0.52.6",
16711]
16712
16713[[package]]
16714name = "windows_aarch64_gnullvm"
16715version = "0.42.2"
16716source = "registry+https://github.com/rust-lang/crates.io-index"
16717checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
16718
16719[[package]]
16720name = "windows_aarch64_gnullvm"
16721version = "0.48.5"
16722source = "registry+https://github.com/rust-lang/crates.io-index"
16723checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
16724
16725[[package]]
16726name = "windows_aarch64_gnullvm"
16727version = "0.52.6"
16728source = "registry+https://github.com/rust-lang/crates.io-index"
16729checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
16730
16731[[package]]
16732name = "windows_aarch64_msvc"
16733version = "0.42.2"
16734source = "registry+https://github.com/rust-lang/crates.io-index"
16735checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
16736
16737[[package]]
16738name = "windows_aarch64_msvc"
16739version = "0.48.5"
16740source = "registry+https://github.com/rust-lang/crates.io-index"
16741checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
16742
16743[[package]]
16744name = "windows_aarch64_msvc"
16745version = "0.52.6"
16746source = "registry+https://github.com/rust-lang/crates.io-index"
16747checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
16748
16749[[package]]
16750name = "windows_i686_gnu"
16751version = "0.42.2"
16752source = "registry+https://github.com/rust-lang/crates.io-index"
16753checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
16754
16755[[package]]
16756name = "windows_i686_gnu"
16757version = "0.48.5"
16758source = "registry+https://github.com/rust-lang/crates.io-index"
16759checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
16760
16761[[package]]
16762name = "windows_i686_gnu"
16763version = "0.52.6"
16764source = "registry+https://github.com/rust-lang/crates.io-index"
16765checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
16766
16767[[package]]
16768name = "windows_i686_gnullvm"
16769version = "0.52.6"
16770source = "registry+https://github.com/rust-lang/crates.io-index"
16771checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
16772
16773[[package]]
16774name = "windows_i686_msvc"
16775version = "0.42.2"
16776source = "registry+https://github.com/rust-lang/crates.io-index"
16777checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
16778
16779[[package]]
16780name = "windows_i686_msvc"
16781version = "0.48.5"
16782source = "registry+https://github.com/rust-lang/crates.io-index"
16783checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
16784
16785[[package]]
16786name = "windows_i686_msvc"
16787version = "0.52.6"
16788source = "registry+https://github.com/rust-lang/crates.io-index"
16789checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
16790
16791[[package]]
16792name = "windows_x86_64_gnu"
16793version = "0.42.2"
16794source = "registry+https://github.com/rust-lang/crates.io-index"
16795checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
16796
16797[[package]]
16798name = "windows_x86_64_gnu"
16799version = "0.48.5"
16800source = "registry+https://github.com/rust-lang/crates.io-index"
16801checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
16802
16803[[package]]
16804name = "windows_x86_64_gnu"
16805version = "0.52.6"
16806source = "registry+https://github.com/rust-lang/crates.io-index"
16807checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
16808
16809[[package]]
16810name = "windows_x86_64_gnullvm"
16811version = "0.42.2"
16812source = "registry+https://github.com/rust-lang/crates.io-index"
16813checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
16814
16815[[package]]
16816name = "windows_x86_64_gnullvm"
16817version = "0.48.5"
16818source = "registry+https://github.com/rust-lang/crates.io-index"
16819checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
16820
16821[[package]]
16822name = "windows_x86_64_gnullvm"
16823version = "0.52.6"
16824source = "registry+https://github.com/rust-lang/crates.io-index"
16825checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
16826
16827[[package]]
16828name = "windows_x86_64_msvc"
16829version = "0.42.2"
16830source = "registry+https://github.com/rust-lang/crates.io-index"
16831checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
16832
16833[[package]]
16834name = "windows_x86_64_msvc"
16835version = "0.48.5"
16836source = "registry+https://github.com/rust-lang/crates.io-index"
16837checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
16838
16839[[package]]
16840name = "windows_x86_64_msvc"
16841version = "0.52.6"
16842source = "registry+https://github.com/rust-lang/crates.io-index"
16843checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
16844
16845[[package]]
16846name = "winnow"
16847version = "0.6.20"
16848source = "registry+https://github.com/rust-lang/crates.io-index"
16849checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
16850dependencies = [
16851 "memchr",
16852]
16853
16854[[package]]
16855name = "winnow"
16856version = "0.7.1"
16857source = "registry+https://github.com/rust-lang/crates.io-index"
16858checksum = "86e376c75f4f43f44db463cf729e0d3acbf954d13e22c51e26e4c264b4ab545f"
16859dependencies = [
16860 "memchr",
16861]
16862
16863[[package]]
16864name = "winreg"
16865version = "0.50.0"
16866source = "registry+https://github.com/rust-lang/crates.io-index"
16867checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
16868dependencies = [
16869 "cfg-if",
16870 "windows-sys 0.48.0",
16871]
16872
16873[[package]]
16874name = "winreg"
16875version = "0.52.0"
16876source = "registry+https://github.com/rust-lang/crates.io-index"
16877checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
16878dependencies = [
16879 "cfg-if",
16880 "windows-sys 0.48.0",
16881]
16882
16883[[package]]
16884name = "winresource"
16885version = "0.1.20"
16886source = "registry+https://github.com/rust-lang/crates.io-index"
16887checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
16888dependencies = [
16889 "toml 0.8.20",
16890 "version_check",
16891]
16892
16893[[package]]
16894name = "winsafe"
16895version = "0.0.19"
16896source = "registry+https://github.com/rust-lang/crates.io-index"
16897checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
16898
16899[[package]]
16900name = "winx"
16901version = "0.36.4"
16902source = "registry+https://github.com/rust-lang/crates.io-index"
16903checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
16904dependencies = [
16905 "bitflags 2.9.0",
16906 "windows-sys 0.59.0",
16907]
16908
16909[[package]]
16910name = "wio"
16911version = "0.2.2"
16912source = "registry+https://github.com/rust-lang/crates.io-index"
16913checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
16914dependencies = [
16915 "winapi",
16916]
16917
16918[[package]]
16919name = "wit-bindgen"
16920version = "0.22.0"
16921source = "registry+https://github.com/rust-lang/crates.io-index"
16922checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
16923dependencies = [
16924 "bitflags 2.9.0",
16925 "wit-bindgen-rt 0.22.0",
16926 "wit-bindgen-rust-macro 0.22.0",
16927]
16928
16929[[package]]
16930name = "wit-bindgen"
16931version = "0.41.0"
16932source = "registry+https://github.com/rust-lang/crates.io-index"
16933checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
16934dependencies = [
16935 "wit-bindgen-rt 0.41.0",
16936 "wit-bindgen-rust-macro 0.41.0",
16937]
16938
16939[[package]]
16940name = "wit-bindgen-core"
16941version = "0.22.0"
16942source = "registry+https://github.com/rust-lang/crates.io-index"
16943checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
16944dependencies = [
16945 "anyhow",
16946 "wit-parser 0.201.0",
16947]
16948
16949[[package]]
16950name = "wit-bindgen-core"
16951version = "0.41.0"
16952source = "registry+https://github.com/rust-lang/crates.io-index"
16953checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
16954dependencies = [
16955 "anyhow",
16956 "heck 0.5.0",
16957 "wit-parser 0.227.1",
16958]
16959
16960[[package]]
16961name = "wit-bindgen-rt"
16962version = "0.22.0"
16963source = "registry+https://github.com/rust-lang/crates.io-index"
16964checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
16965
16966[[package]]
16967name = "wit-bindgen-rt"
16968version = "0.33.0"
16969source = "registry+https://github.com/rust-lang/crates.io-index"
16970checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
16971dependencies = [
16972 "bitflags 2.9.0",
16973]
16974
16975[[package]]
16976name = "wit-bindgen-rt"
16977version = "0.41.0"
16978source = "registry+https://github.com/rust-lang/crates.io-index"
16979checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
16980dependencies = [
16981 "bitflags 2.9.0",
16982 "futures 0.3.31",
16983 "once_cell",
16984]
16985
16986[[package]]
16987name = "wit-bindgen-rust"
16988version = "0.22.0"
16989source = "registry+https://github.com/rust-lang/crates.io-index"
16990checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
16991dependencies = [
16992 "anyhow",
16993 "heck 0.4.1",
16994 "indexmap",
16995 "wasm-metadata 0.201.0",
16996 "wit-bindgen-core 0.22.0",
16997 "wit-component 0.201.0",
16998]
16999
17000[[package]]
17001name = "wit-bindgen-rust"
17002version = "0.41.0"
17003source = "registry+https://github.com/rust-lang/crates.io-index"
17004checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
17005dependencies = [
17006 "anyhow",
17007 "heck 0.5.0",
17008 "indexmap",
17009 "prettyplease",
17010 "syn 2.0.100",
17011 "wasm-metadata 0.227.1",
17012 "wit-bindgen-core 0.41.0",
17013 "wit-component 0.227.1",
17014]
17015
17016[[package]]
17017name = "wit-bindgen-rust-macro"
17018version = "0.22.0"
17019source = "registry+https://github.com/rust-lang/crates.io-index"
17020checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
17021dependencies = [
17022 "anyhow",
17023 "proc-macro2",
17024 "quote",
17025 "syn 2.0.100",
17026 "wit-bindgen-core 0.22.0",
17027 "wit-bindgen-rust 0.22.0",
17028]
17029
17030[[package]]
17031name = "wit-bindgen-rust-macro"
17032version = "0.41.0"
17033source = "registry+https://github.com/rust-lang/crates.io-index"
17034checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
17035dependencies = [
17036 "anyhow",
17037 "prettyplease",
17038 "proc-macro2",
17039 "quote",
17040 "syn 2.0.100",
17041 "wit-bindgen-core 0.41.0",
17042 "wit-bindgen-rust 0.41.0",
17043]
17044
17045[[package]]
17046name = "wit-component"
17047version = "0.201.0"
17048source = "registry+https://github.com/rust-lang/crates.io-index"
17049checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
17050dependencies = [
17051 "anyhow",
17052 "bitflags 2.9.0",
17053 "indexmap",
17054 "log",
17055 "serde",
17056 "serde_derive",
17057 "serde_json",
17058 "wasm-encoder 0.201.0",
17059 "wasm-metadata 0.201.0",
17060 "wasmparser 0.201.0",
17061 "wit-parser 0.201.0",
17062]
17063
17064[[package]]
17065name = "wit-component"
17066version = "0.221.3"
17067source = "registry+https://github.com/rust-lang/crates.io-index"
17068checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
17069dependencies = [
17070 "anyhow",
17071 "bitflags 2.9.0",
17072 "indexmap",
17073 "log",
17074 "serde",
17075 "serde_derive",
17076 "serde_json",
17077 "wasm-encoder 0.221.3",
17078 "wasm-metadata 0.221.3",
17079 "wasmparser 0.221.3",
17080 "wit-parser 0.221.3",
17081]
17082
17083[[package]]
17084name = "wit-component"
17085version = "0.227.1"
17086source = "registry+https://github.com/rust-lang/crates.io-index"
17087checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
17088dependencies = [
17089 "anyhow",
17090 "bitflags 2.9.0",
17091 "indexmap",
17092 "log",
17093 "serde",
17094 "serde_derive",
17095 "serde_json",
17096 "wasm-encoder 0.227.1",
17097 "wasm-metadata 0.227.1",
17098 "wasmparser 0.227.1",
17099 "wit-parser 0.227.1",
17100]
17101
17102[[package]]
17103name = "wit-parser"
17104version = "0.201.0"
17105source = "registry+https://github.com/rust-lang/crates.io-index"
17106checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
17107dependencies = [
17108 "anyhow",
17109 "id-arena",
17110 "indexmap",
17111 "log",
17112 "semver",
17113 "serde",
17114 "serde_derive",
17115 "serde_json",
17116 "unicode-xid",
17117 "wasmparser 0.201.0",
17118]
17119
17120[[package]]
17121name = "wit-parser"
17122version = "0.221.3"
17123source = "registry+https://github.com/rust-lang/crates.io-index"
17124checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
17125dependencies = [
17126 "anyhow",
17127 "id-arena",
17128 "indexmap",
17129 "log",
17130 "semver",
17131 "serde",
17132 "serde_derive",
17133 "serde_json",
17134 "unicode-xid",
17135 "wasmparser 0.221.3",
17136]
17137
17138[[package]]
17139name = "wit-parser"
17140version = "0.227.1"
17141source = "registry+https://github.com/rust-lang/crates.io-index"
17142checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
17143dependencies = [
17144 "anyhow",
17145 "id-arena",
17146 "indexmap",
17147 "log",
17148 "semver",
17149 "serde",
17150 "serde_derive",
17151 "serde_json",
17152 "unicode-xid",
17153 "wasmparser 0.227.1",
17154]
17155
17156[[package]]
17157name = "witx"
17158version = "0.9.1"
17159source = "registry+https://github.com/rust-lang/crates.io-index"
17160checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
17161dependencies = [
17162 "anyhow",
17163 "log",
17164 "thiserror 1.0.69",
17165 "wast",
17166]
17167
17168[[package]]
17169name = "workspace"
17170version = "0.1.0"
17171dependencies = [
17172 "any_vec",
17173 "anyhow",
17174 "async-recursion 1.1.1",
17175 "bincode",
17176 "call",
17177 "client",
17178 "clock",
17179 "collections",
17180 "component",
17181 "dap",
17182 "db",
17183 "derive_more",
17184 "env_logger 0.11.7",
17185 "fs",
17186 "futures 0.3.31",
17187 "gpui",
17188 "http_client",
17189 "itertools 0.14.0",
17190 "language",
17191 "log",
17192 "node_runtime",
17193 "parking_lot",
17194 "postage",
17195 "project",
17196 "remote",
17197 "schemars",
17198 "serde",
17199 "serde_json",
17200 "session",
17201 "settings",
17202 "smallvec",
17203 "sqlez",
17204 "strum",
17205 "task",
17206 "telemetry",
17207 "tempfile",
17208 "theme",
17209 "ui",
17210 "util",
17211 "uuid",
17212 "zed_actions",
17213]
17214
17215[[package]]
17216name = "worktree"
17217version = "0.1.0"
17218dependencies = [
17219 "anyhow",
17220 "clock",
17221 "collections",
17222 "env_logger 0.11.7",
17223 "fs",
17224 "futures 0.3.31",
17225 "fuzzy",
17226 "git",
17227 "git2",
17228 "gpui",
17229 "http_client",
17230 "ignore",
17231 "language",
17232 "log",
17233 "parking_lot",
17234 "paths",
17235 "postage",
17236 "pretty_assertions",
17237 "rand 0.8.5",
17238 "rpc",
17239 "schemars",
17240 "serde",
17241 "serde_json",
17242 "settings",
17243 "smallvec",
17244 "smol",
17245 "sum_tree",
17246 "text",
17247 "util",
17248]
17249
17250[[package]]
17251name = "write16"
17252version = "1.0.0"
17253source = "registry+https://github.com/rust-lang/crates.io-index"
17254checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
17255
17256[[package]]
17257name = "writeable"
17258version = "0.5.5"
17259source = "registry+https://github.com/rust-lang/crates.io-index"
17260checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
17261
17262[[package]]
17263name = "wyz"
17264version = "0.5.1"
17265source = "registry+https://github.com/rust-lang/crates.io-index"
17266checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
17267dependencies = [
17268 "tap",
17269]
17270
17271[[package]]
17272name = "x11-clipboard"
17273version = "0.9.3"
17274source = "registry+https://github.com/rust-lang/crates.io-index"
17275checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
17276dependencies = [
17277 "libc",
17278 "x11rb",
17279]
17280
17281[[package]]
17282name = "x11rb"
17283version = "0.13.1"
17284source = "registry+https://github.com/rust-lang/crates.io-index"
17285checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
17286dependencies = [
17287 "as-raw-xcb-connection",
17288 "gethostname",
17289 "libc",
17290 "rustix",
17291 "x11rb-protocol",
17292]
17293
17294[[package]]
17295name = "x11rb-protocol"
17296version = "0.13.1"
17297source = "registry+https://github.com/rust-lang/crates.io-index"
17298checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
17299
17300[[package]]
17301name = "xattr"
17302version = "0.2.3"
17303source = "registry+https://github.com/rust-lang/crates.io-index"
17304checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
17305dependencies = [
17306 "libc",
17307]
17308
17309[[package]]
17310name = "xcursor"
17311version = "0.3.8"
17312source = "registry+https://github.com/rust-lang/crates.io-index"
17313checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
17314
17315[[package]]
17316name = "xdg-home"
17317version = "1.3.0"
17318source = "registry+https://github.com/rust-lang/crates.io-index"
17319checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
17320dependencies = [
17321 "libc",
17322 "windows-sys 0.59.0",
17323]
17324
17325[[package]]
17326name = "xim"
17327version = "0.4.0"
17328source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17329dependencies = [
17330 "ahash 0.8.11",
17331 "hashbrown 0.14.5",
17332 "log",
17333 "x11rb",
17334 "xim-ctext",
17335 "xim-parser",
17336]
17337
17338[[package]]
17339name = "xim-ctext"
17340version = "0.3.0"
17341source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17342dependencies = [
17343 "encoding_rs",
17344]
17345
17346[[package]]
17347name = "xim-parser"
17348version = "0.2.1"
17349source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17350dependencies = [
17351 "bitflags 2.9.0",
17352]
17353
17354[[package]]
17355name = "xkbcommon"
17356version = "0.8.0"
17357source = "registry+https://github.com/rust-lang/crates.io-index"
17358checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
17359dependencies = [
17360 "as-raw-xcb-connection",
17361 "libc",
17362 "memmap2",
17363 "xkeysym",
17364]
17365
17366[[package]]
17367name = "xkeysym"
17368version = "0.2.1"
17369source = "registry+https://github.com/rust-lang/crates.io-index"
17370checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
17371
17372[[package]]
17373name = "xml5ever"
17374version = "0.18.1"
17375source = "registry+https://github.com/rust-lang/crates.io-index"
17376checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
17377dependencies = [
17378 "log",
17379 "mac",
17380 "markup5ever",
17381]
17382
17383[[package]]
17384name = "xmlparser"
17385version = "0.13.6"
17386source = "registry+https://github.com/rust-lang/crates.io-index"
17387checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
17388
17389[[package]]
17390name = "xmlwriter"
17391version = "0.1.0"
17392source = "registry+https://github.com/rust-lang/crates.io-index"
17393checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
17394
17395[[package]]
17396name = "xtask"
17397version = "0.1.0"
17398dependencies = [
17399 "anyhow",
17400 "cargo_metadata",
17401 "cargo_toml",
17402 "clap",
17403]
17404
17405[[package]]
17406name = "yaml-rust2"
17407version = "0.8.1"
17408source = "registry+https://github.com/rust-lang/crates.io-index"
17409checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
17410dependencies = [
17411 "arraydeque",
17412 "encoding_rs",
17413 "hashlink 0.8.4",
17414]
17415
17416[[package]]
17417name = "yansi"
17418version = "1.0.1"
17419source = "registry+https://github.com/rust-lang/crates.io-index"
17420checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
17421
17422[[package]]
17423name = "yazi"
17424version = "0.2.1"
17425source = "registry+https://github.com/rust-lang/crates.io-index"
17426checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
17427
17428[[package]]
17429name = "yeslogic-fontconfig-sys"
17430version = "6.0.0"
17431source = "registry+https://github.com/rust-lang/crates.io-index"
17432checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
17433dependencies = [
17434 "dlib",
17435 "once_cell",
17436 "pkg-config",
17437]
17438
17439[[package]]
17440name = "yoke"
17441version = "0.7.5"
17442source = "registry+https://github.com/rust-lang/crates.io-index"
17443checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
17444dependencies = [
17445 "serde",
17446 "stable_deref_trait",
17447 "yoke-derive",
17448 "zerofrom",
17449]
17450
17451[[package]]
17452name = "yoke-derive"
17453version = "0.7.5"
17454source = "registry+https://github.com/rust-lang/crates.io-index"
17455checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
17456dependencies = [
17457 "proc-macro2",
17458 "quote",
17459 "syn 2.0.100",
17460 "synstructure",
17461]
17462
17463[[package]]
17464name = "zbus"
17465version = "5.5.0"
17466source = "registry+https://github.com/rust-lang/crates.io-index"
17467checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
17468dependencies = [
17469 "async-broadcast",
17470 "async-executor",
17471 "async-fs",
17472 "async-io",
17473 "async-lock",
17474 "async-process",
17475 "async-recursion 1.1.1",
17476 "async-task",
17477 "async-trait",
17478 "blocking",
17479 "enumflags2",
17480 "event-listener 5.3.1",
17481 "futures-core",
17482 "futures-lite 2.6.0",
17483 "hex",
17484 "nix",
17485 "ordered-stream",
17486 "serde",
17487 "serde_repr",
17488 "static_assertions",
17489 "tracing",
17490 "uds_windows",
17491 "windows-sys 0.59.0",
17492 "winnow 0.7.1",
17493 "xdg-home",
17494 "zbus_macros",
17495 "zbus_names",
17496 "zvariant",
17497]
17498
17499[[package]]
17500name = "zbus_macros"
17501version = "5.5.0"
17502source = "registry+https://github.com/rust-lang/crates.io-index"
17503checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
17504dependencies = [
17505 "proc-macro-crate",
17506 "proc-macro2",
17507 "quote",
17508 "syn 2.0.100",
17509 "zbus_names",
17510 "zvariant",
17511 "zvariant_utils",
17512]
17513
17514[[package]]
17515name = "zbus_names"
17516version = "4.1.0"
17517source = "registry+https://github.com/rust-lang/crates.io-index"
17518checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
17519dependencies = [
17520 "serde",
17521 "static_assertions",
17522 "winnow 0.6.20",
17523 "zvariant",
17524]
17525
17526[[package]]
17527name = "zed"
17528version = "0.181.0"
17529dependencies = [
17530 "activity_indicator",
17531 "anyhow",
17532 "ashpd",
17533 "assets",
17534 "assistant",
17535 "assistant2",
17536 "assistant_context_editor",
17537 "assistant_settings",
17538 "assistant_tools",
17539 "async-watch",
17540 "audio",
17541 "auto_update",
17542 "auto_update_ui",
17543 "backtrace",
17544 "breadcrumbs",
17545 "call",
17546 "channel",
17547 "chrono",
17548 "clap",
17549 "cli",
17550 "client",
17551 "collab_ui",
17552 "collections",
17553 "command_palette",
17554 "command_palette_hooks",
17555 "component_preview",
17556 "copilot",
17557 "dap",
17558 "dap_adapters",
17559 "db",
17560 "debugger_tools",
17561 "debugger_ui",
17562 "diagnostics",
17563 "editor",
17564 "env_logger 0.11.7",
17565 "extension",
17566 "extension_host",
17567 "extensions_ui",
17568 "feature_flags",
17569 "feedback",
17570 "file_finder",
17571 "fs",
17572 "futures 0.3.31",
17573 "git",
17574 "git_hosting_providers",
17575 "git_ui",
17576 "go_to_line",
17577 "gpui",
17578 "gpui_tokio",
17579 "http_client",
17580 "image_viewer",
17581 "inline_completion_button",
17582 "install_cli",
17583 "journal",
17584 "language",
17585 "language_extension",
17586 "language_model",
17587 "language_models",
17588 "language_selector",
17589 "language_tools",
17590 "languages",
17591 "libc",
17592 "log",
17593 "markdown_preview",
17594 "menu",
17595 "migrator",
17596 "mimalloc",
17597 "nix",
17598 "node_runtime",
17599 "notifications",
17600 "outline",
17601 "outline_panel",
17602 "parking_lot",
17603 "paths",
17604 "picker",
17605 "profiling",
17606 "project",
17607 "project_panel",
17608 "project_symbols",
17609 "prompt_store",
17610 "proto",
17611 "recent_projects",
17612 "release_channel",
17613 "remote",
17614 "repl",
17615 "reqwest_client",
17616 "rope",
17617 "search",
17618 "serde",
17619 "serde_json",
17620 "session",
17621 "settings",
17622 "settings_ui",
17623 "shellexpand 2.1.2",
17624 "simplelog",
17625 "smol",
17626 "snippet_provider",
17627 "snippets_ui",
17628 "supermaven",
17629 "sysinfo",
17630 "tab_switcher",
17631 "task",
17632 "tasks_ui",
17633 "telemetry",
17634 "telemetry_events",
17635 "terminal_view",
17636 "theme",
17637 "theme_extension",
17638 "theme_selector",
17639 "time",
17640 "title_bar",
17641 "toolchain_selector",
17642 "tree-sitter-md",
17643 "tree-sitter-rust",
17644 "ui",
17645 "ui_prompt",
17646 "url",
17647 "urlencoding",
17648 "util",
17649 "uuid",
17650 "vim",
17651 "vim_mode_setting",
17652 "welcome",
17653 "windows 0.61.1",
17654 "winresource",
17655 "workspace",
17656 "zed_actions",
17657 "zeta",
17658 "zlog_settings",
17659]
17660
17661[[package]]
17662name = "zed_actions"
17663version = "0.1.0"
17664dependencies = [
17665 "gpui",
17666 "schemars",
17667 "serde",
17668]
17669
17670[[package]]
17671name = "zed_emmet"
17672version = "0.0.3"
17673dependencies = [
17674 "zed_extension_api 0.1.0",
17675]
17676
17677[[package]]
17678name = "zed_extension_api"
17679version = "0.1.0"
17680source = "registry+https://github.com/rust-lang/crates.io-index"
17681checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
17682dependencies = [
17683 "serde",
17684 "serde_json",
17685 "wit-bindgen 0.22.0",
17686]
17687
17688[[package]]
17689name = "zed_extension_api"
17690version = "0.4.0"
17691dependencies = [
17692 "serde",
17693 "serde_json",
17694 "wit-bindgen 0.41.0",
17695]
17696
17697[[package]]
17698name = "zed_glsl"
17699version = "0.1.0"
17700dependencies = [
17701 "zed_extension_api 0.1.0",
17702]
17703
17704[[package]]
17705name = "zed_html"
17706version = "0.2.0"
17707dependencies = [
17708 "zed_extension_api 0.1.0",
17709]
17710
17711[[package]]
17712name = "zed_llm_client"
17713version = "0.4.1"
17714source = "registry+https://github.com/rust-lang/crates.io-index"
17715checksum = "1bf21350eced858d129840589158a8f6895c4fa4327ae56dd8c7d6a98495bed4"
17716dependencies = [
17717 "serde",
17718 "serde_json",
17719 "uuid",
17720]
17721
17722[[package]]
17723name = "zed_proto"
17724version = "0.2.2"
17725dependencies = [
17726 "zed_extension_api 0.1.0",
17727]
17728
17729[[package]]
17730name = "zed_ruff"
17731version = "0.1.0"
17732dependencies = [
17733 "zed_extension_api 0.1.0",
17734]
17735
17736[[package]]
17737name = "zed_snippets"
17738version = "0.0.5"
17739dependencies = [
17740 "serde_json",
17741 "zed_extension_api 0.1.0",
17742]
17743
17744[[package]]
17745name = "zed_test_extension"
17746version = "0.1.0"
17747dependencies = [
17748 "zed_extension_api 0.4.0",
17749]
17750
17751[[package]]
17752name = "zed_toml"
17753version = "0.1.3"
17754dependencies = [
17755 "zed_extension_api 0.1.0",
17756]
17757
17758[[package]]
17759name = "zeno"
17760version = "0.3.2"
17761source = "registry+https://github.com/rust-lang/crates.io-index"
17762checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
17763
17764[[package]]
17765name = "zerocopy"
17766version = "0.7.35"
17767source = "registry+https://github.com/rust-lang/crates.io-index"
17768checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
17769dependencies = [
17770 "byteorder",
17771 "zerocopy-derive 0.7.35",
17772]
17773
17774[[package]]
17775name = "zerocopy"
17776version = "0.8.18"
17777source = "registry+https://github.com/rust-lang/crates.io-index"
17778checksum = "79386d31a42a4996e3336b0919ddb90f81112af416270cff95b5f5af22b839c2"
17779dependencies = [
17780 "zerocopy-derive 0.8.18",
17781]
17782
17783[[package]]
17784name = "zerocopy-derive"
17785version = "0.7.35"
17786source = "registry+https://github.com/rust-lang/crates.io-index"
17787checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
17788dependencies = [
17789 "proc-macro2",
17790 "quote",
17791 "syn 2.0.100",
17792]
17793
17794[[package]]
17795name = "zerocopy-derive"
17796version = "0.8.18"
17797source = "registry+https://github.com/rust-lang/crates.io-index"
17798checksum = "76331675d372f91bf8d17e13afbd5fe639200b73d01f0fc748bb059f9cca2db7"
17799dependencies = [
17800 "proc-macro2",
17801 "quote",
17802 "syn 2.0.100",
17803]
17804
17805[[package]]
17806name = "zerofrom"
17807version = "0.1.5"
17808source = "registry+https://github.com/rust-lang/crates.io-index"
17809checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
17810dependencies = [
17811 "zerofrom-derive",
17812]
17813
17814[[package]]
17815name = "zerofrom-derive"
17816version = "0.1.5"
17817source = "registry+https://github.com/rust-lang/crates.io-index"
17818checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
17819dependencies = [
17820 "proc-macro2",
17821 "quote",
17822 "syn 2.0.100",
17823 "synstructure",
17824]
17825
17826[[package]]
17827name = "zeroize"
17828version = "1.8.1"
17829source = "registry+https://github.com/rust-lang/crates.io-index"
17830checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
17831dependencies = [
17832 "zeroize_derive",
17833]
17834
17835[[package]]
17836name = "zeroize_derive"
17837version = "1.4.2"
17838source = "registry+https://github.com/rust-lang/crates.io-index"
17839checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
17840dependencies = [
17841 "proc-macro2",
17842 "quote",
17843 "syn 2.0.100",
17844]
17845
17846[[package]]
17847name = "zeromq"
17848version = "0.5.0-pre"
17849source = "registry+https://github.com/rust-lang/crates.io-index"
17850checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
17851dependencies = [
17852 "async-dispatcher",
17853 "async-std",
17854 "async-trait",
17855 "asynchronous-codec",
17856 "bytes 1.10.1",
17857 "crossbeam-queue",
17858 "dashmap 5.5.3",
17859 "futures 0.3.31",
17860 "log",
17861 "num-traits",
17862 "once_cell",
17863 "parking_lot",
17864 "rand 0.8.5",
17865 "regex",
17866 "thiserror 1.0.69",
17867 "uuid",
17868]
17869
17870[[package]]
17871name = "zerovec"
17872version = "0.10.4"
17873source = "registry+https://github.com/rust-lang/crates.io-index"
17874checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
17875dependencies = [
17876 "yoke",
17877 "zerofrom",
17878 "zerovec-derive",
17879]
17880
17881[[package]]
17882name = "zerovec-derive"
17883version = "0.10.3"
17884source = "registry+https://github.com/rust-lang/crates.io-index"
17885checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
17886dependencies = [
17887 "proc-macro2",
17888 "quote",
17889 "syn 2.0.100",
17890]
17891
17892[[package]]
17893name = "zeta"
17894version = "0.1.0"
17895dependencies = [
17896 "anyhow",
17897 "arrayvec",
17898 "call",
17899 "client",
17900 "clock",
17901 "collections",
17902 "command_palette_hooks",
17903 "ctor",
17904 "db",
17905 "editor",
17906 "env_logger 0.11.7",
17907 "feature_flags",
17908 "fs",
17909 "futures 0.3.31",
17910 "gpui",
17911 "http_client",
17912 "indoc",
17913 "inline_completion",
17914 "language",
17915 "language_model",
17916 "log",
17917 "menu",
17918 "migrator",
17919 "paths",
17920 "postage",
17921 "project",
17922 "regex",
17923 "release_channel",
17924 "reqwest_client",
17925 "rpc",
17926 "serde",
17927 "serde_json",
17928 "settings",
17929 "telemetry",
17930 "telemetry_events",
17931 "theme",
17932 "thiserror 2.0.12",
17933 "tree-sitter-go",
17934 "tree-sitter-rust",
17935 "ui",
17936 "unindent",
17937 "util",
17938 "uuid",
17939 "workspace",
17940 "worktree",
17941 "zed_actions",
17942 "zed_llm_client",
17943]
17944
17945[[package]]
17946name = "zip"
17947version = "0.6.6"
17948source = "registry+https://github.com/rust-lang/crates.io-index"
17949checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
17950dependencies = [
17951 "aes",
17952 "byteorder",
17953 "bzip2",
17954 "constant_time_eq 0.1.5",
17955 "crc32fast",
17956 "crossbeam-utils",
17957 "flate2",
17958 "hmac",
17959 "pbkdf2 0.11.0",
17960 "sha1",
17961 "time",
17962 "zstd",
17963]
17964
17965[[package]]
17966name = "zlog"
17967version = "0.1.0"
17968dependencies = [
17969 "log",
17970]
17971
17972[[package]]
17973name = "zlog_settings"
17974version = "0.1.0"
17975dependencies = [
17976 "anyhow",
17977 "gpui",
17978 "schemars",
17979 "serde",
17980 "settings",
17981 "zlog",
17982]
17983
17984[[package]]
17985name = "zstd"
17986version = "0.11.2+zstd.1.5.2"
17987source = "registry+https://github.com/rust-lang/crates.io-index"
17988checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
17989dependencies = [
17990 "zstd-safe",
17991]
17992
17993[[package]]
17994name = "zstd-safe"
17995version = "5.0.2+zstd.1.5.2"
17996source = "registry+https://github.com/rust-lang/crates.io-index"
17997checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
17998dependencies = [
17999 "libc",
18000 "zstd-sys",
18001]
18002
18003[[package]]
18004name = "zstd-sys"
18005version = "2.0.13+zstd.1.5.6"
18006source = "registry+https://github.com/rust-lang/crates.io-index"
18007checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
18008dependencies = [
18009 "cc",
18010 "pkg-config",
18011]
18012
18013[[package]]
18014name = "zune-core"
18015version = "0.4.12"
18016source = "registry+https://github.com/rust-lang/crates.io-index"
18017checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
18018
18019[[package]]
18020name = "zune-inflate"
18021version = "0.2.54"
18022source = "registry+https://github.com/rust-lang/crates.io-index"
18023checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
18024dependencies = [
18025 "simd-adler32",
18026]
18027
18028[[package]]
18029name = "zune-jpeg"
18030version = "0.4.13"
18031source = "registry+https://github.com/rust-lang/crates.io-index"
18032checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
18033dependencies = [
18034 "zune-core",
18035]
18036
18037[[package]]
18038name = "zvariant"
18039version = "5.4.0"
18040source = "registry+https://github.com/rust-lang/crates.io-index"
18041checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
18042dependencies = [
18043 "endi",
18044 "enumflags2",
18045 "serde",
18046 "static_assertions",
18047 "url",
18048 "winnow 0.7.1",
18049 "zvariant_derive",
18050 "zvariant_utils",
18051]
18052
18053[[package]]
18054name = "zvariant_derive"
18055version = "5.4.0"
18056source = "registry+https://github.com/rust-lang/crates.io-index"
18057checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
18058dependencies = [
18059 "proc-macro-crate",
18060 "proc-macro2",
18061 "quote",
18062 "syn 2.0.100",
18063 "zvariant_utils",
18064]
18065
18066[[package]]
18067name = "zvariant_utils"
18068version = "3.2.0"
18069source = "registry+https://github.com/rust-lang/crates.io-index"
18070checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
18071dependencies = [
18072 "proc-macro2",
18073 "quote",
18074 "serde",
18075 "static_assertions",
18076 "syn 2.0.100",
18077 "winnow 0.7.1",
18078]