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 "async-watch",
  697 "buffer_diff",
  698 "clock",
  699 "collections",
  700 "derive_more",
  701 "gpui",
  702 "icons",
  703 "language",
  704 "language_model",
  705 "parking_lot",
  706 "project",
  707 "serde",
  708 "serde_json",
  709 "settings",
  710 "text",
  711 "util",
  712]
  713
  714[[package]]
  715name = "assistant_tools"
  716version = "0.1.0"
  717dependencies = [
  718 "anyhow",
  719 "assistant_tool",
  720 "chrono",
  721 "clock",
  722 "collections",
  723 "feature_flags",
  724 "futures 0.3.31",
  725 "gpui",
  726 "html_to_markdown",
  727 "http_client",
  728 "itertools 0.14.0",
  729 "language",
  730 "language_model",
  731 "log",
  732 "lsp",
  733 "open",
  734 "project",
  735 "rand 0.8.5",
  736 "regex",
  737 "release_channel",
  738 "schemars",
  739 "serde",
  740 "serde_json",
  741 "settings",
  742 "theme",
  743 "ui",
  744 "unindent",
  745 "util",
  746 "workspace",
  747 "worktree",
  748]
  749
  750[[package]]
  751name = "async-attributes"
  752version = "1.1.2"
  753source = "registry+https://github.com/rust-lang/crates.io-index"
  754checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  755dependencies = [
  756 "quote",
  757 "syn 1.0.109",
  758]
  759
  760[[package]]
  761name = "async-broadcast"
  762version = "0.7.2"
  763source = "registry+https://github.com/rust-lang/crates.io-index"
  764checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  765dependencies = [
  766 "event-listener 5.3.1",
  767 "event-listener-strategy",
  768 "futures-core",
  769 "pin-project-lite",
  770]
  771
  772[[package]]
  773name = "async-channel"
  774version = "1.9.0"
  775source = "registry+https://github.com/rust-lang/crates.io-index"
  776checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  777dependencies = [
  778 "concurrent-queue",
  779 "event-listener 2.5.3",
  780 "futures-core",
  781]
  782
  783[[package]]
  784name = "async-channel"
  785version = "2.3.1"
  786source = "registry+https://github.com/rust-lang/crates.io-index"
  787checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
  788dependencies = [
  789 "concurrent-queue",
  790 "event-listener-strategy",
  791 "futures-core",
  792 "pin-project-lite",
  793]
  794
  795[[package]]
  796name = "async-compat"
  797version = "0.2.4"
  798source = "registry+https://github.com/rust-lang/crates.io-index"
  799checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
  800dependencies = [
  801 "futures-core",
  802 "futures-io",
  803 "once_cell",
  804 "pin-project-lite",
  805 "tokio",
  806]
  807
  808[[package]]
  809name = "async-compression"
  810version = "0.4.22"
  811source = "registry+https://github.com/rust-lang/crates.io-index"
  812checksum = "59a194f9d963d8099596278594b3107448656ba73831c9d8c783e613ce86da64"
  813dependencies = [
  814 "deflate64",
  815 "flate2",
  816 "futures-core",
  817 "futures-io",
  818 "memchr",
  819 "pin-project-lite",
  820]
  821
  822[[package]]
  823name = "async-dispatcher"
  824version = "0.1.2"
  825source = "registry+https://github.com/rust-lang/crates.io-index"
  826checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  827dependencies = [
  828 "async-task",
  829 "futures-lite 1.13.0",
  830]
  831
  832[[package]]
  833name = "async-executor"
  834version = "1.13.1"
  835source = "registry+https://github.com/rust-lang/crates.io-index"
  836checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
  837dependencies = [
  838 "async-task",
  839 "concurrent-queue",
  840 "fastrand 2.3.0",
  841 "futures-lite 2.6.0",
  842 "slab",
  843]
  844
  845[[package]]
  846name = "async-fs"
  847version = "2.1.2"
  848source = "registry+https://github.com/rust-lang/crates.io-index"
  849checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
  850dependencies = [
  851 "async-lock",
  852 "blocking",
  853 "futures-lite 2.6.0",
  854]
  855
  856[[package]]
  857name = "async-global-executor"
  858version = "2.4.1"
  859source = "registry+https://github.com/rust-lang/crates.io-index"
  860checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  861dependencies = [
  862 "async-channel 2.3.1",
  863 "async-executor",
  864 "async-io",
  865 "async-lock",
  866 "blocking",
  867 "futures-lite 2.6.0",
  868 "once_cell",
  869]
  870
  871[[package]]
  872name = "async-io"
  873version = "2.4.0"
  874source = "registry+https://github.com/rust-lang/crates.io-index"
  875checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
  876dependencies = [
  877 "async-lock",
  878 "cfg-if",
  879 "concurrent-queue",
  880 "futures-io",
  881 "futures-lite 2.6.0",
  882 "parking",
  883 "polling",
  884 "rustix",
  885 "slab",
  886 "tracing",
  887 "windows-sys 0.59.0",
  888]
  889
  890[[package]]
  891name = "async-lock"
  892version = "3.4.0"
  893source = "registry+https://github.com/rust-lang/crates.io-index"
  894checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
  895dependencies = [
  896 "event-listener 5.3.1",
  897 "event-listener-strategy",
  898 "pin-project-lite",
  899]
  900
  901[[package]]
  902name = "async-native-tls"
  903version = "0.5.0"
  904source = "registry+https://github.com/rust-lang/crates.io-index"
  905checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
  906dependencies = [
  907 "futures-util",
  908 "native-tls",
  909 "thiserror 1.0.69",
  910 "url",
  911]
  912
  913[[package]]
  914name = "async-net"
  915version = "2.0.0"
  916source = "registry+https://github.com/rust-lang/crates.io-index"
  917checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  918dependencies = [
  919 "async-io",
  920 "blocking",
  921 "futures-lite 2.6.0",
  922]
  923
  924[[package]]
  925name = "async-pipe"
  926version = "0.1.3"
  927source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  928dependencies = [
  929 "futures 0.3.31",
  930 "log",
  931]
  932
  933[[package]]
  934name = "async-process"
  935version = "2.3.0"
  936source = "registry+https://github.com/rust-lang/crates.io-index"
  937checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
  938dependencies = [
  939 "async-channel 2.3.1",
  940 "async-io",
  941 "async-lock",
  942 "async-signal",
  943 "async-task",
  944 "blocking",
  945 "cfg-if",
  946 "event-listener 5.3.1",
  947 "futures-lite 2.6.0",
  948 "rustix",
  949 "tracing",
  950]
  951
  952[[package]]
  953name = "async-recursion"
  954version = "0.3.2"
  955source = "registry+https://github.com/rust-lang/crates.io-index"
  956checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
  957dependencies = [
  958 "proc-macro2",
  959 "quote",
  960 "syn 1.0.109",
  961]
  962
  963[[package]]
  964name = "async-recursion"
  965version = "1.1.1"
  966source = "registry+https://github.com/rust-lang/crates.io-index"
  967checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
  968dependencies = [
  969 "proc-macro2",
  970 "quote",
  971 "syn 2.0.100",
  972]
  973
  974[[package]]
  975name = "async-signal"
  976version = "0.2.10"
  977source = "registry+https://github.com/rust-lang/crates.io-index"
  978checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
  979dependencies = [
  980 "async-io",
  981 "async-lock",
  982 "atomic-waker",
  983 "cfg-if",
  984 "futures-core",
  985 "futures-io",
  986 "rustix",
  987 "signal-hook-registry",
  988 "slab",
  989 "windows-sys 0.59.0",
  990]
  991
  992[[package]]
  993name = "async-std"
  994version = "1.13.1"
  995source = "registry+https://github.com/rust-lang/crates.io-index"
  996checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24"
  997dependencies = [
  998 "async-attributes",
  999 "async-channel 1.9.0",
 1000 "async-global-executor",
 1001 "async-io",
 1002 "async-lock",
 1003 "async-process",
 1004 "crossbeam-utils",
 1005 "futures-channel",
 1006 "futures-core",
 1007 "futures-io",
 1008 "futures-lite 2.6.0",
 1009 "gloo-timers",
 1010 "kv-log-macro",
 1011 "log",
 1012 "memchr",
 1013 "once_cell",
 1014 "pin-project-lite",
 1015 "pin-utils",
 1016 "slab",
 1017 "wasm-bindgen-futures",
 1018]
 1019
 1020[[package]]
 1021name = "async-stream"
 1022version = "0.3.6"
 1023source = "registry+https://github.com/rust-lang/crates.io-index"
 1024checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1025dependencies = [
 1026 "async-stream-impl",
 1027 "futures-core",
 1028 "pin-project-lite",
 1029]
 1030
 1031[[package]]
 1032name = "async-stream-impl"
 1033version = "0.3.6"
 1034source = "registry+https://github.com/rust-lang/crates.io-index"
 1035checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1036dependencies = [
 1037 "proc-macro2",
 1038 "quote",
 1039 "syn 2.0.100",
 1040]
 1041
 1042[[package]]
 1043name = "async-stripe"
 1044version = "0.40.0"
 1045source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
 1046dependencies = [
 1047 "chrono",
 1048 "futures-util",
 1049 "http-types",
 1050 "hyper 0.14.32",
 1051 "hyper-rustls 0.24.2",
 1052 "serde",
 1053 "serde_json",
 1054 "serde_path_to_error",
 1055 "serde_qs 0.10.1",
 1056 "smart-default",
 1057 "smol_str 0.1.24",
 1058 "thiserror 1.0.69",
 1059 "tokio",
 1060]
 1061
 1062[[package]]
 1063name = "async-tar"
 1064version = "0.5.0"
 1065source = "registry+https://github.com/rust-lang/crates.io-index"
 1066checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
 1067dependencies = [
 1068 "async-std",
 1069 "filetime",
 1070 "libc",
 1071 "pin-project",
 1072 "redox_syscall 0.2.16",
 1073 "xattr",
 1074]
 1075
 1076[[package]]
 1077name = "async-task"
 1078version = "4.7.1"
 1079source = "registry+https://github.com/rust-lang/crates.io-index"
 1080checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
 1081
 1082[[package]]
 1083name = "async-tls"
 1084version = "0.13.0"
 1085source = "git+https://github.com/zed-industries/async-tls?rev=1e759a4b5e370f87dc15e40756ac4f8815b61d9d#1e759a4b5e370f87dc15e40756ac4f8815b61d9d"
 1086dependencies = [
 1087 "futures-core",
 1088 "futures-io",
 1089 "rustls 0.23.25",
 1090 "rustls-pemfile 2.2.0",
 1091 "webpki-roots",
 1092]
 1093
 1094[[package]]
 1095name = "async-trait"
 1096version = "0.1.88"
 1097source = "registry+https://github.com/rust-lang/crates.io-index"
 1098checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
 1099dependencies = [
 1100 "proc-macro2",
 1101 "quote",
 1102 "syn 2.0.100",
 1103]
 1104
 1105[[package]]
 1106name = "async-tungstenite"
 1107version = "0.28.2"
 1108source = "registry+https://github.com/rust-lang/crates.io-index"
 1109checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99"
 1110dependencies = [
 1111 "async-std",
 1112 "async-tls",
 1113 "atomic-waker",
 1114 "futures-core",
 1115 "futures-io",
 1116 "futures-task",
 1117 "futures-util",
 1118 "log",
 1119 "pin-project-lite",
 1120 "tungstenite 0.24.0",
 1121]
 1122
 1123[[package]]
 1124name = "async-watch"
 1125version = "0.3.1"
 1126source = "registry+https://github.com/rust-lang/crates.io-index"
 1127checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
 1128dependencies = [
 1129 "event-listener 2.5.3",
 1130]
 1131
 1132[[package]]
 1133name = "async_zip"
 1134version = "0.0.17"
 1135source = "registry+https://github.com/rust-lang/crates.io-index"
 1136checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
 1137dependencies = [
 1138 "async-compression",
 1139 "crc32fast",
 1140 "futures-lite 2.6.0",
 1141 "pin-project",
 1142 "thiserror 1.0.69",
 1143]
 1144
 1145[[package]]
 1146name = "asynchronous-codec"
 1147version = "0.7.0"
 1148source = "registry+https://github.com/rust-lang/crates.io-index"
 1149checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1150dependencies = [
 1151 "bytes 1.10.1",
 1152 "futures-sink",
 1153 "futures-util",
 1154 "memchr",
 1155 "pin-project-lite",
 1156]
 1157
 1158[[package]]
 1159name = "atoi"
 1160version = "2.0.0"
 1161source = "registry+https://github.com/rust-lang/crates.io-index"
 1162checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1163dependencies = [
 1164 "num-traits",
 1165]
 1166
 1167[[package]]
 1168name = "atomic"
 1169version = "0.5.3"
 1170source = "registry+https://github.com/rust-lang/crates.io-index"
 1171checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1172
 1173[[package]]
 1174name = "atomic-waker"
 1175version = "1.1.2"
 1176source = "registry+https://github.com/rust-lang/crates.io-index"
 1177checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1178
 1179[[package]]
 1180name = "audio"
 1181version = "0.1.0"
 1182dependencies = [
 1183 "anyhow",
 1184 "collections",
 1185 "derive_more",
 1186 "gpui",
 1187 "parking_lot",
 1188 "rodio",
 1189 "util",
 1190]
 1191
 1192[[package]]
 1193name = "auditable-serde"
 1194version = "0.8.0"
 1195source = "registry+https://github.com/rust-lang/crates.io-index"
 1196checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
 1197dependencies = [
 1198 "semver",
 1199 "serde",
 1200 "serde_json",
 1201 "topological-sort",
 1202]
 1203
 1204[[package]]
 1205name = "auto_update"
 1206version = "0.1.0"
 1207dependencies = [
 1208 "anyhow",
 1209 "client",
 1210 "db",
 1211 "gpui",
 1212 "http_client",
 1213 "log",
 1214 "paths",
 1215 "release_channel",
 1216 "schemars",
 1217 "serde",
 1218 "serde_json",
 1219 "settings",
 1220 "smol",
 1221 "tempfile",
 1222 "which 6.0.3",
 1223 "workspace",
 1224]
 1225
 1226[[package]]
 1227name = "auto_update_ui"
 1228version = "0.1.0"
 1229dependencies = [
 1230 "anyhow",
 1231 "auto_update",
 1232 "client",
 1233 "editor",
 1234 "gpui",
 1235 "http_client",
 1236 "markdown_preview",
 1237 "release_channel",
 1238 "serde",
 1239 "serde_json",
 1240 "smol",
 1241 "util",
 1242 "workspace",
 1243]
 1244
 1245[[package]]
 1246name = "autocfg"
 1247version = "1.4.0"
 1248source = "registry+https://github.com/rust-lang/crates.io-index"
 1249checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
 1250
 1251[[package]]
 1252name = "av1-grain"
 1253version = "0.2.3"
 1254source = "registry+https://github.com/rust-lang/crates.io-index"
 1255checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
 1256dependencies = [
 1257 "anyhow",
 1258 "arrayvec",
 1259 "log",
 1260 "nom",
 1261 "num-rational",
 1262 "v_frame",
 1263]
 1264
 1265[[package]]
 1266name = "avif-serialize"
 1267version = "0.8.2"
 1268source = "registry+https://github.com/rust-lang/crates.io-index"
 1269checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
 1270dependencies = [
 1271 "arrayvec",
 1272]
 1273
 1274[[package]]
 1275name = "aws-config"
 1276version = "1.5.16"
 1277source = "registry+https://github.com/rust-lang/crates.io-index"
 1278checksum = "50236e4d60fe8458de90a71c0922c761e41755adf091b1b03de1cef537179915"
 1279dependencies = [
 1280 "aws-credential-types",
 1281 "aws-runtime",
 1282 "aws-sdk-sso",
 1283 "aws-sdk-ssooidc",
 1284 "aws-sdk-sts",
 1285 "aws-smithy-async",
 1286 "aws-smithy-http",
 1287 "aws-smithy-json",
 1288 "aws-smithy-runtime",
 1289 "aws-smithy-runtime-api",
 1290 "aws-smithy-types",
 1291 "aws-types",
 1292 "bytes 1.10.1",
 1293 "fastrand 2.3.0",
 1294 "hex",
 1295 "http 0.2.12",
 1296 "ring",
 1297 "time",
 1298 "tokio",
 1299 "tracing",
 1300 "url",
 1301 "zeroize",
 1302]
 1303
 1304[[package]]
 1305name = "aws-credential-types"
 1306version = "1.2.1"
 1307source = "registry+https://github.com/rust-lang/crates.io-index"
 1308checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
 1309dependencies = [
 1310 "aws-smithy-async",
 1311 "aws-smithy-runtime-api",
 1312 "aws-smithy-types",
 1313 "zeroize",
 1314]
 1315
 1316[[package]]
 1317name = "aws-lc-rs"
 1318version = "1.12.6"
 1319source = "registry+https://github.com/rust-lang/crates.io-index"
 1320checksum = "dabb68eb3a7aa08b46fddfd59a3d55c978243557a90ab804769f7e20e67d2b01"
 1321dependencies = [
 1322 "aws-lc-sys",
 1323 "zeroize",
 1324]
 1325
 1326[[package]]
 1327name = "aws-lc-sys"
 1328version = "0.27.0"
 1329source = "registry+https://github.com/rust-lang/crates.io-index"
 1330checksum = "6bbe221bbf523b625a4dd8585c7f38166e31167ec2ca98051dbcb4c3b6e825d2"
 1331dependencies = [
 1332 "bindgen 0.69.5",
 1333 "cc",
 1334 "cmake",
 1335 "dunce",
 1336 "fs_extra",
 1337]
 1338
 1339[[package]]
 1340name = "aws-runtime"
 1341version = "1.5.5"
 1342source = "registry+https://github.com/rust-lang/crates.io-index"
 1343checksum = "76dd04d39cc12844c0994f2c9c5a6f5184c22e9188ec1ff723de41910a21dcad"
 1344dependencies = [
 1345 "aws-credential-types",
 1346 "aws-sigv4",
 1347 "aws-smithy-async",
 1348 "aws-smithy-eventstream",
 1349 "aws-smithy-http",
 1350 "aws-smithy-runtime",
 1351 "aws-smithy-runtime-api",
 1352 "aws-smithy-types",
 1353 "aws-types",
 1354 "bytes 1.10.1",
 1355 "fastrand 2.3.0",
 1356 "http 0.2.12",
 1357 "http-body 0.4.6",
 1358 "once_cell",
 1359 "percent-encoding",
 1360 "pin-project-lite",
 1361 "tracing",
 1362 "uuid",
 1363]
 1364
 1365[[package]]
 1366name = "aws-sdk-bedrockruntime"
 1367version = "1.74.0"
 1368source = "registry+https://github.com/rust-lang/crates.io-index"
 1369checksum = "6938541d1948a543bca23303fec4cff9c36bf0e63b8fa3ae1b337bcb9d5b81af"
 1370dependencies = [
 1371 "aws-credential-types",
 1372 "aws-runtime",
 1373 "aws-smithy-async",
 1374 "aws-smithy-eventstream",
 1375 "aws-smithy-http",
 1376 "aws-smithy-json",
 1377 "aws-smithy-runtime",
 1378 "aws-smithy-runtime-api",
 1379 "aws-smithy-types",
 1380 "aws-types",
 1381 "bytes 1.10.1",
 1382 "fastrand 2.3.0",
 1383 "http 0.2.12",
 1384 "once_cell",
 1385 "regex-lite",
 1386 "tracing",
 1387]
 1388
 1389[[package]]
 1390name = "aws-sdk-kinesis"
 1391version = "1.61.0"
 1392source = "registry+https://github.com/rust-lang/crates.io-index"
 1393checksum = "89f2163d8704e8fdcd51ec6c2e0441c418471e422ee9690451b17a1c46344e1a"
 1394dependencies = [
 1395 "aws-credential-types",
 1396 "aws-runtime",
 1397 "aws-smithy-async",
 1398 "aws-smithy-http",
 1399 "aws-smithy-json",
 1400 "aws-smithy-runtime",
 1401 "aws-smithy-runtime-api",
 1402 "aws-smithy-types",
 1403 "aws-types",
 1404 "bytes 1.10.1",
 1405 "http 0.2.12",
 1406 "once_cell",
 1407 "regex-lite",
 1408 "tracing",
 1409]
 1410
 1411[[package]]
 1412name = "aws-sdk-s3"
 1413version = "1.76.0"
 1414source = "registry+https://github.com/rust-lang/crates.io-index"
 1415checksum = "66e83401ad7287ad15244d557e35502c2a94105ca5b41d656c391f1a4fc04ca2"
 1416dependencies = [
 1417 "aws-credential-types",
 1418 "aws-runtime",
 1419 "aws-sigv4",
 1420 "aws-smithy-async",
 1421 "aws-smithy-checksums",
 1422 "aws-smithy-eventstream",
 1423 "aws-smithy-http",
 1424 "aws-smithy-json",
 1425 "aws-smithy-runtime",
 1426 "aws-smithy-runtime-api",
 1427 "aws-smithy-types",
 1428 "aws-smithy-xml",
 1429 "aws-types",
 1430 "bytes 1.10.1",
 1431 "fastrand 2.3.0",
 1432 "hex",
 1433 "hmac",
 1434 "http 0.2.12",
 1435 "http-body 0.4.6",
 1436 "lru",
 1437 "once_cell",
 1438 "percent-encoding",
 1439 "regex-lite",
 1440 "sha2",
 1441 "tracing",
 1442 "url",
 1443]
 1444
 1445[[package]]
 1446name = "aws-sdk-sso"
 1447version = "1.58.0"
 1448source = "registry+https://github.com/rust-lang/crates.io-index"
 1449checksum = "16ff718c9ee45cc1ebd4774a0e086bb80a6ab752b4902edf1c9f56b86ee1f770"
 1450dependencies = [
 1451 "aws-credential-types",
 1452 "aws-runtime",
 1453 "aws-smithy-async",
 1454 "aws-smithy-http",
 1455 "aws-smithy-json",
 1456 "aws-smithy-runtime",
 1457 "aws-smithy-runtime-api",
 1458 "aws-smithy-types",
 1459 "aws-types",
 1460 "bytes 1.10.1",
 1461 "http 0.2.12",
 1462 "once_cell",
 1463 "regex-lite",
 1464 "tracing",
 1465]
 1466
 1467[[package]]
 1468name = "aws-sdk-ssooidc"
 1469version = "1.59.0"
 1470source = "registry+https://github.com/rust-lang/crates.io-index"
 1471checksum = "5183e088715cc135d8d396fdd3bc02f018f0da4c511f53cb8d795b6a31c55809"
 1472dependencies = [
 1473 "aws-credential-types",
 1474 "aws-runtime",
 1475 "aws-smithy-async",
 1476 "aws-smithy-http",
 1477 "aws-smithy-json",
 1478 "aws-smithy-runtime",
 1479 "aws-smithy-runtime-api",
 1480 "aws-smithy-types",
 1481 "aws-types",
 1482 "bytes 1.10.1",
 1483 "http 0.2.12",
 1484 "once_cell",
 1485 "regex-lite",
 1486 "tracing",
 1487]
 1488
 1489[[package]]
 1490name = "aws-sdk-sts"
 1491version = "1.59.0"
 1492source = "registry+https://github.com/rust-lang/crates.io-index"
 1493checksum = "c9f944ef032717596639cea4a2118a3a457268ef51bbb5fde9637e54c465da00"
 1494dependencies = [
 1495 "aws-credential-types",
 1496 "aws-runtime",
 1497 "aws-smithy-async",
 1498 "aws-smithy-http",
 1499 "aws-smithy-json",
 1500 "aws-smithy-query",
 1501 "aws-smithy-runtime",
 1502 "aws-smithy-runtime-api",
 1503 "aws-smithy-types",
 1504 "aws-smithy-xml",
 1505 "aws-types",
 1506 "http 0.2.12",
 1507 "once_cell",
 1508 "regex-lite",
 1509 "tracing",
 1510]
 1511
 1512[[package]]
 1513name = "aws-sigv4"
 1514version = "1.2.9"
 1515source = "registry+https://github.com/rust-lang/crates.io-index"
 1516checksum = "9bfe75fad52793ce6dec0dc3d4b1f388f038b5eb866c8d4d7f3a8e21b5ea5051"
 1517dependencies = [
 1518 "aws-credential-types",
 1519 "aws-smithy-eventstream",
 1520 "aws-smithy-http",
 1521 "aws-smithy-runtime-api",
 1522 "aws-smithy-types",
 1523 "bytes 1.10.1",
 1524 "crypto-bigint 0.5.5",
 1525 "form_urlencoded",
 1526 "hex",
 1527 "hmac",
 1528 "http 0.2.12",
 1529 "http 1.2.0",
 1530 "once_cell",
 1531 "p256",
 1532 "percent-encoding",
 1533 "ring",
 1534 "sha2",
 1535 "subtle",
 1536 "time",
 1537 "tracing",
 1538 "zeroize",
 1539]
 1540
 1541[[package]]
 1542name = "aws-smithy-async"
 1543version = "1.2.4"
 1544source = "registry+https://github.com/rust-lang/crates.io-index"
 1545checksum = "fa59d1327d8b5053c54bf2eaae63bf629ba9e904434d0835a28ed3c0ed0a614e"
 1546dependencies = [
 1547 "futures-util",
 1548 "pin-project-lite",
 1549 "tokio",
 1550]
 1551
 1552[[package]]
 1553name = "aws-smithy-checksums"
 1554version = "0.62.0"
 1555source = "registry+https://github.com/rust-lang/crates.io-index"
 1556checksum = "f2f45a1c384d7a393026bc5f5c177105aa9fa68e4749653b985707ac27d77295"
 1557dependencies = [
 1558 "aws-smithy-http",
 1559 "aws-smithy-types",
 1560 "bytes 1.10.1",
 1561 "crc32c",
 1562 "crc32fast",
 1563 "crc64fast-nvme",
 1564 "hex",
 1565 "http 0.2.12",
 1566 "http-body 0.4.6",
 1567 "md-5",
 1568 "pin-project-lite",
 1569 "sha1",
 1570 "sha2",
 1571 "tracing",
 1572]
 1573
 1574[[package]]
 1575name = "aws-smithy-eventstream"
 1576version = "0.60.6"
 1577source = "registry+https://github.com/rust-lang/crates.io-index"
 1578checksum = "8b18559a41e0c909b77625adf2b8c50de480a8041e5e4a3f5f7d177db70abc5a"
 1579dependencies = [
 1580 "aws-smithy-types",
 1581 "bytes 1.10.1",
 1582 "crc32fast",
 1583]
 1584
 1585[[package]]
 1586name = "aws-smithy-http"
 1587version = "0.60.12"
 1588source = "registry+https://github.com/rust-lang/crates.io-index"
 1589checksum = "7809c27ad8da6a6a68c454e651d4962479e81472aa19ae99e59f9aba1f9713cc"
 1590dependencies = [
 1591 "aws-smithy-eventstream",
 1592 "aws-smithy-runtime-api",
 1593 "aws-smithy-types",
 1594 "bytes 1.10.1",
 1595 "bytes-utils",
 1596 "futures-core",
 1597 "http 0.2.12",
 1598 "http-body 0.4.6",
 1599 "once_cell",
 1600 "percent-encoding",
 1601 "pin-project-lite",
 1602 "pin-utils",
 1603 "tracing",
 1604]
 1605
 1606[[package]]
 1607name = "aws-smithy-json"
 1608version = "0.61.2"
 1609source = "registry+https://github.com/rust-lang/crates.io-index"
 1610checksum = "623a51127f24c30776c8b374295f2df78d92517386f77ba30773f15a30ce1422"
 1611dependencies = [
 1612 "aws-smithy-types",
 1613]
 1614
 1615[[package]]
 1616name = "aws-smithy-query"
 1617version = "0.60.7"
 1618source = "registry+https://github.com/rust-lang/crates.io-index"
 1619checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
 1620dependencies = [
 1621 "aws-smithy-types",
 1622 "urlencoding",
 1623]
 1624
 1625[[package]]
 1626name = "aws-smithy-runtime"
 1627version = "1.7.8"
 1628source = "registry+https://github.com/rust-lang/crates.io-index"
 1629checksum = "d526a12d9ed61fadefda24abe2e682892ba288c2018bcb38b1b4c111d13f6d92"
 1630dependencies = [
 1631 "aws-smithy-async",
 1632 "aws-smithy-http",
 1633 "aws-smithy-runtime-api",
 1634 "aws-smithy-types",
 1635 "bytes 1.10.1",
 1636 "fastrand 2.3.0",
 1637 "h2 0.3.26",
 1638 "http 0.2.12",
 1639 "http-body 0.4.6",
 1640 "http-body 1.0.1",
 1641 "httparse",
 1642 "hyper 0.14.32",
 1643 "hyper-rustls 0.24.2",
 1644 "once_cell",
 1645 "pin-project-lite",
 1646 "pin-utils",
 1647 "rustls 0.21.12",
 1648 "tokio",
 1649 "tracing",
 1650]
 1651
 1652[[package]]
 1653name = "aws-smithy-runtime-api"
 1654version = "1.7.3"
 1655source = "registry+https://github.com/rust-lang/crates.io-index"
 1656checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
 1657dependencies = [
 1658 "aws-smithy-async",
 1659 "aws-smithy-types",
 1660 "bytes 1.10.1",
 1661 "http 0.2.12",
 1662 "http 1.2.0",
 1663 "pin-project-lite",
 1664 "tokio",
 1665 "tracing",
 1666 "zeroize",
 1667]
 1668
 1669[[package]]
 1670name = "aws-smithy-types"
 1671version = "1.2.13"
 1672source = "registry+https://github.com/rust-lang/crates.io-index"
 1673checksum = "c7b8a53819e42f10d0821f56da995e1470b199686a1809168db6ca485665f042"
 1674dependencies = [
 1675 "base64-simd",
 1676 "bytes 1.10.1",
 1677 "bytes-utils",
 1678 "futures-core",
 1679 "http 0.2.12",
 1680 "http 1.2.0",
 1681 "http-body 0.4.6",
 1682 "http-body 1.0.1",
 1683 "http-body-util",
 1684 "itoa",
 1685 "num-integer",
 1686 "pin-project-lite",
 1687 "pin-utils",
 1688 "ryu",
 1689 "serde",
 1690 "time",
 1691 "tokio",
 1692 "tokio-util",
 1693]
 1694
 1695[[package]]
 1696name = "aws-smithy-xml"
 1697version = "0.60.9"
 1698source = "registry+https://github.com/rust-lang/crates.io-index"
 1699checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
 1700dependencies = [
 1701 "xmlparser",
 1702]
 1703
 1704[[package]]
 1705name = "aws-types"
 1706version = "1.3.5"
 1707source = "registry+https://github.com/rust-lang/crates.io-index"
 1708checksum = "dfbd0a668309ec1f66c0f6bda4840dd6d4796ae26d699ebc266d7cc95c6d040f"
 1709dependencies = [
 1710 "aws-credential-types",
 1711 "aws-smithy-async",
 1712 "aws-smithy-runtime-api",
 1713 "aws-smithy-types",
 1714 "rustc_version",
 1715 "tracing",
 1716]
 1717
 1718[[package]]
 1719name = "aws_http_client"
 1720version = "0.1.0"
 1721dependencies = [
 1722 "aws-smithy-runtime-api",
 1723 "aws-smithy-types",
 1724 "futures 0.3.31",
 1725 "http_client",
 1726 "tokio",
 1727]
 1728
 1729[[package]]
 1730name = "axum"
 1731version = "0.6.20"
 1732source = "registry+https://github.com/rust-lang/crates.io-index"
 1733checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1734dependencies = [
 1735 "async-trait",
 1736 "axum-core",
 1737 "base64 0.21.7",
 1738 "bitflags 1.3.2",
 1739 "bytes 1.10.1",
 1740 "futures-util",
 1741 "headers",
 1742 "http 0.2.12",
 1743 "http-body 0.4.6",
 1744 "hyper 0.14.32",
 1745 "itoa",
 1746 "matchit",
 1747 "memchr",
 1748 "mime",
 1749 "percent-encoding",
 1750 "pin-project-lite",
 1751 "rustversion",
 1752 "serde",
 1753 "serde_json",
 1754 "serde_path_to_error",
 1755 "serde_urlencoded",
 1756 "sha1",
 1757 "sync_wrapper 0.1.2",
 1758 "tokio",
 1759 "tokio-tungstenite 0.20.1",
 1760 "tower",
 1761 "tower-layer",
 1762 "tower-service",
 1763]
 1764
 1765[[package]]
 1766name = "axum-core"
 1767version = "0.3.4"
 1768source = "registry+https://github.com/rust-lang/crates.io-index"
 1769checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1770dependencies = [
 1771 "async-trait",
 1772 "bytes 1.10.1",
 1773 "futures-util",
 1774 "http 0.2.12",
 1775 "http-body 0.4.6",
 1776 "mime",
 1777 "rustversion",
 1778 "tower-layer",
 1779 "tower-service",
 1780]
 1781
 1782[[package]]
 1783name = "axum-extra"
 1784version = "0.4.2"
 1785source = "registry+https://github.com/rust-lang/crates.io-index"
 1786checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
 1787dependencies = [
 1788 "axum",
 1789 "bytes 1.10.1",
 1790 "futures-util",
 1791 "http 0.2.12",
 1792 "mime",
 1793 "pin-project-lite",
 1794 "serde",
 1795 "serde_json",
 1796 "tokio",
 1797 "tower",
 1798 "tower-http 0.3.5",
 1799 "tower-layer",
 1800 "tower-service",
 1801]
 1802
 1803[[package]]
 1804name = "backtrace"
 1805version = "0.3.74"
 1806source = "registry+https://github.com/rust-lang/crates.io-index"
 1807checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
 1808dependencies = [
 1809 "addr2line",
 1810 "cfg-if",
 1811 "libc",
 1812 "miniz_oxide",
 1813 "object",
 1814 "rustc-demangle",
 1815 "windows-targets 0.52.6",
 1816]
 1817
 1818[[package]]
 1819name = "base16ct"
 1820version = "0.1.1"
 1821source = "registry+https://github.com/rust-lang/crates.io-index"
 1822checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1823
 1824[[package]]
 1825name = "base64"
 1826version = "0.13.1"
 1827source = "registry+https://github.com/rust-lang/crates.io-index"
 1828checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
 1829
 1830[[package]]
 1831name = "base64"
 1832version = "0.21.7"
 1833source = "registry+https://github.com/rust-lang/crates.io-index"
 1834checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1835
 1836[[package]]
 1837name = "base64"
 1838version = "0.22.1"
 1839source = "registry+https://github.com/rust-lang/crates.io-index"
 1840checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1841
 1842[[package]]
 1843name = "base64-simd"
 1844version = "0.8.0"
 1845source = "registry+https://github.com/rust-lang/crates.io-index"
 1846checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1847dependencies = [
 1848 "outref",
 1849 "vsimd",
 1850]
 1851
 1852[[package]]
 1853name = "base64ct"
 1854version = "1.6.0"
 1855source = "registry+https://github.com/rust-lang/crates.io-index"
 1856checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
 1857
 1858[[package]]
 1859name = "bedrock"
 1860version = "0.1.0"
 1861dependencies = [
 1862 "anyhow",
 1863 "aws-sdk-bedrockruntime",
 1864 "aws-smithy-types",
 1865 "futures 0.3.31",
 1866 "schemars",
 1867 "serde",
 1868 "serde_json",
 1869 "strum",
 1870 "thiserror 2.0.12",
 1871 "tokio",
 1872]
 1873
 1874[[package]]
 1875name = "bigdecimal"
 1876version = "0.4.7"
 1877source = "registry+https://github.com/rust-lang/crates.io-index"
 1878checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
 1879dependencies = [
 1880 "autocfg",
 1881 "libm",
 1882 "num-bigint",
 1883 "num-integer",
 1884 "num-traits",
 1885 "serde",
 1886]
 1887
 1888[[package]]
 1889name = "bincode"
 1890version = "1.3.3"
 1891source = "registry+https://github.com/rust-lang/crates.io-index"
 1892checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1893dependencies = [
 1894 "serde",
 1895]
 1896
 1897[[package]]
 1898name = "bindgen"
 1899version = "0.69.5"
 1900source = "registry+https://github.com/rust-lang/crates.io-index"
 1901checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
 1902dependencies = [
 1903 "bitflags 2.9.0",
 1904 "cexpr",
 1905 "clang-sys",
 1906 "itertools 0.12.1",
 1907 "lazy_static",
 1908 "lazycell",
 1909 "log",
 1910 "prettyplease",
 1911 "proc-macro2",
 1912 "quote",
 1913 "regex",
 1914 "rustc-hash 1.1.0",
 1915 "shlex",
 1916 "syn 2.0.100",
 1917 "which 4.4.2",
 1918]
 1919
 1920[[package]]
 1921name = "bindgen"
 1922version = "0.70.1"
 1923source = "registry+https://github.com/rust-lang/crates.io-index"
 1924checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
 1925dependencies = [
 1926 "bitflags 2.9.0",
 1927 "cexpr",
 1928 "clang-sys",
 1929 "itertools 0.12.1",
 1930 "proc-macro2",
 1931 "quote",
 1932 "regex",
 1933 "rustc-hash 1.1.0",
 1934 "shlex",
 1935 "syn 2.0.100",
 1936]
 1937
 1938[[package]]
 1939name = "bindgen"
 1940version = "0.71.1"
 1941source = "registry+https://github.com/rust-lang/crates.io-index"
 1942checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
 1943dependencies = [
 1944 "bitflags 2.9.0",
 1945 "cexpr",
 1946 "clang-sys",
 1947 "itertools 0.12.1",
 1948 "log",
 1949 "prettyplease",
 1950 "proc-macro2",
 1951 "quote",
 1952 "regex",
 1953 "rustc-hash 2.1.1",
 1954 "shlex",
 1955 "syn 2.0.100",
 1956]
 1957
 1958[[package]]
 1959name = "bit-set"
 1960version = "0.5.3"
 1961source = "registry+https://github.com/rust-lang/crates.io-index"
 1962checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
 1963dependencies = [
 1964 "bit-vec 0.6.3",
 1965]
 1966
 1967[[package]]
 1968name = "bit-set"
 1969version = "0.8.0"
 1970source = "registry+https://github.com/rust-lang/crates.io-index"
 1971checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1972dependencies = [
 1973 "bit-vec 0.8.0",
 1974]
 1975
 1976[[package]]
 1977name = "bit-vec"
 1978version = "0.6.3"
 1979source = "registry+https://github.com/rust-lang/crates.io-index"
 1980checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
 1981
 1982[[package]]
 1983name = "bit-vec"
 1984version = "0.8.0"
 1985source = "registry+https://github.com/rust-lang/crates.io-index"
 1986checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 1987
 1988[[package]]
 1989name = "bit_field"
 1990version = "0.10.2"
 1991source = "registry+https://github.com/rust-lang/crates.io-index"
 1992checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
 1993
 1994[[package]]
 1995name = "bitflags"
 1996version = "1.3.2"
 1997source = "registry+https://github.com/rust-lang/crates.io-index"
 1998checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 1999
 2000[[package]]
 2001name = "bitflags"
 2002version = "2.9.0"
 2003source = "registry+https://github.com/rust-lang/crates.io-index"
 2004checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
 2005dependencies = [
 2006 "serde",
 2007]
 2008
 2009[[package]]
 2010name = "bitstream-io"
 2011version = "2.6.0"
 2012source = "registry+https://github.com/rust-lang/crates.io-index"
 2013checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 2014
 2015[[package]]
 2016name = "bitvec"
 2017version = "1.0.1"
 2018source = "registry+https://github.com/rust-lang/crates.io-index"
 2019checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 2020dependencies = [
 2021 "funty",
 2022 "radium",
 2023 "tap",
 2024 "wyz",
 2025]
 2026
 2027[[package]]
 2028name = "blade-graphics"
 2029version = "0.6.0"
 2030source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 2031dependencies = [
 2032 "ash",
 2033 "ash-window",
 2034 "bitflags 2.9.0",
 2035 "bytemuck",
 2036 "codespan-reporting",
 2037 "glow",
 2038 "gpu-alloc",
 2039 "gpu-alloc-ash",
 2040 "hidden-trait",
 2041 "js-sys",
 2042 "khronos-egl",
 2043 "libloading",
 2044 "log",
 2045 "mint",
 2046 "naga",
 2047 "objc2",
 2048 "objc2-app-kit",
 2049 "objc2-foundation",
 2050 "objc2-metal",
 2051 "objc2-quartz-core",
 2052 "objc2-ui-kit",
 2053 "raw-window-handle",
 2054 "slab",
 2055 "wasm-bindgen",
 2056 "web-sys",
 2057]
 2058
 2059[[package]]
 2060name = "blade-macros"
 2061version = "0.3.0"
 2062source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 2063dependencies = [
 2064 "proc-macro2",
 2065 "quote",
 2066 "syn 2.0.100",
 2067]
 2068
 2069[[package]]
 2070name = "blade-util"
 2071version = "0.2.0"
 2072source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 2073dependencies = [
 2074 "blade-graphics",
 2075 "bytemuck",
 2076 "log",
 2077 "profiling",
 2078]
 2079
 2080[[package]]
 2081name = "blake3"
 2082version = "1.7.0"
 2083source = "registry+https://github.com/rust-lang/crates.io-index"
 2084checksum = "b17679a8d69b6d7fd9cd9801a536cec9fa5e5970b69f9d4747f70b39b031f5e7"
 2085dependencies = [
 2086 "arrayref",
 2087 "arrayvec",
 2088 "cc",
 2089 "cfg-if",
 2090 "constant_time_eq 0.3.1",
 2091]
 2092
 2093[[package]]
 2094name = "block"
 2095version = "0.1.6"
 2096source = "registry+https://github.com/rust-lang/crates.io-index"
 2097checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2098
 2099[[package]]
 2100name = "block-buffer"
 2101version = "0.10.4"
 2102source = "registry+https://github.com/rust-lang/crates.io-index"
 2103checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2104dependencies = [
 2105 "generic-array",
 2106]
 2107
 2108[[package]]
 2109name = "block-padding"
 2110version = "0.3.3"
 2111source = "registry+https://github.com/rust-lang/crates.io-index"
 2112checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2113dependencies = [
 2114 "generic-array",
 2115]
 2116
 2117[[package]]
 2118name = "block2"
 2119version = "0.5.1"
 2120source = "registry+https://github.com/rust-lang/crates.io-index"
 2121checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
 2122dependencies = [
 2123 "objc2",
 2124]
 2125
 2126[[package]]
 2127name = "blocking"
 2128version = "1.6.1"
 2129source = "registry+https://github.com/rust-lang/crates.io-index"
 2130checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
 2131dependencies = [
 2132 "async-channel 2.3.1",
 2133 "async-task",
 2134 "futures-io",
 2135 "futures-lite 2.6.0",
 2136 "piper",
 2137]
 2138
 2139[[package]]
 2140name = "borsh"
 2141version = "1.5.3"
 2142source = "registry+https://github.com/rust-lang/crates.io-index"
 2143checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
 2144dependencies = [
 2145 "borsh-derive",
 2146 "cfg_aliases 0.2.1",
 2147]
 2148
 2149[[package]]
 2150name = "borsh-derive"
 2151version = "1.5.3"
 2152source = "registry+https://github.com/rust-lang/crates.io-index"
 2153checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
 2154dependencies = [
 2155 "once_cell",
 2156 "proc-macro-crate",
 2157 "proc-macro2",
 2158 "quote",
 2159 "syn 2.0.100",
 2160]
 2161
 2162[[package]]
 2163name = "breadcrumbs"
 2164version = "0.1.0"
 2165dependencies = [
 2166 "editor",
 2167 "gpui",
 2168 "itertools 0.14.0",
 2169 "theme",
 2170 "ui",
 2171 "workspace",
 2172 "zed_actions",
 2173]
 2174
 2175[[package]]
 2176name = "bstr"
 2177version = "1.11.1"
 2178source = "registry+https://github.com/rust-lang/crates.io-index"
 2179checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
 2180dependencies = [
 2181 "memchr",
 2182 "regex-automata 0.4.9",
 2183 "serde",
 2184]
 2185
 2186[[package]]
 2187name = "buffer_diff"
 2188version = "0.1.0"
 2189dependencies = [
 2190 "anyhow",
 2191 "clock",
 2192 "ctor",
 2193 "env_logger 0.11.7",
 2194 "futures 0.3.31",
 2195 "git2",
 2196 "gpui",
 2197 "language",
 2198 "log",
 2199 "pretty_assertions",
 2200 "rand 0.8.5",
 2201 "rope",
 2202 "serde_json",
 2203 "sum_tree",
 2204 "text",
 2205 "unindent",
 2206 "util",
 2207]
 2208
 2209[[package]]
 2210name = "built"
 2211version = "0.7.5"
 2212source = "registry+https://github.com/rust-lang/crates.io-index"
 2213checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
 2214
 2215[[package]]
 2216name = "bumpalo"
 2217version = "3.16.0"
 2218source = "registry+https://github.com/rust-lang/crates.io-index"
 2219checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
 2220dependencies = [
 2221 "allocator-api2",
 2222]
 2223
 2224[[package]]
 2225name = "by_address"
 2226version = "1.2.1"
 2227source = "registry+https://github.com/rust-lang/crates.io-index"
 2228checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2229
 2230[[package]]
 2231name = "bytecheck"
 2232version = "0.6.12"
 2233source = "registry+https://github.com/rust-lang/crates.io-index"
 2234checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2235dependencies = [
 2236 "bytecheck_derive",
 2237 "ptr_meta",
 2238 "simdutf8",
 2239]
 2240
 2241[[package]]
 2242name = "bytecheck_derive"
 2243version = "0.6.12"
 2244source = "registry+https://github.com/rust-lang/crates.io-index"
 2245checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2246dependencies = [
 2247 "proc-macro2",
 2248 "quote",
 2249 "syn 1.0.109",
 2250]
 2251
 2252[[package]]
 2253name = "bytemuck"
 2254version = "1.21.0"
 2255source = "registry+https://github.com/rust-lang/crates.io-index"
 2256checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
 2257dependencies = [
 2258 "bytemuck_derive",
 2259]
 2260
 2261[[package]]
 2262name = "bytemuck_derive"
 2263version = "1.8.0"
 2264source = "registry+https://github.com/rust-lang/crates.io-index"
 2265checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
 2266dependencies = [
 2267 "proc-macro2",
 2268 "quote",
 2269 "syn 2.0.100",
 2270]
 2271
 2272[[package]]
 2273name = "byteorder"
 2274version = "1.5.0"
 2275source = "registry+https://github.com/rust-lang/crates.io-index"
 2276checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2277
 2278[[package]]
 2279name = "byteorder-lite"
 2280version = "0.1.0"
 2281source = "registry+https://github.com/rust-lang/crates.io-index"
 2282checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2283
 2284[[package]]
 2285name = "bytes"
 2286version = "0.4.12"
 2287source = "registry+https://github.com/rust-lang/crates.io-index"
 2288checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2289dependencies = [
 2290 "byteorder",
 2291 "iovec",
 2292]
 2293
 2294[[package]]
 2295name = "bytes"
 2296version = "1.10.1"
 2297source = "registry+https://github.com/rust-lang/crates.io-index"
 2298checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
 2299
 2300[[package]]
 2301name = "bytes-utils"
 2302version = "0.1.4"
 2303source = "registry+https://github.com/rust-lang/crates.io-index"
 2304checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2305dependencies = [
 2306 "bytes 1.10.1",
 2307 "either",
 2308]
 2309
 2310[[package]]
 2311name = "bzip2"
 2312version = "0.4.4"
 2313source = "registry+https://github.com/rust-lang/crates.io-index"
 2314checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2315dependencies = [
 2316 "bzip2-sys",
 2317 "libc",
 2318]
 2319
 2320[[package]]
 2321name = "bzip2-sys"
 2322version = "0.1.11+1.0.8"
 2323source = "registry+https://github.com/rust-lang/crates.io-index"
 2324checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
 2325dependencies = [
 2326 "cc",
 2327 "libc",
 2328 "pkg-config",
 2329]
 2330
 2331[[package]]
 2332name = "call"
 2333version = "0.1.0"
 2334dependencies = [
 2335 "anyhow",
 2336 "audio",
 2337 "client",
 2338 "collections",
 2339 "fs",
 2340 "futures 0.3.31",
 2341 "gpui",
 2342 "gpui_tokio",
 2343 "http_client",
 2344 "language",
 2345 "livekit_client",
 2346 "log",
 2347 "postage",
 2348 "project",
 2349 "schemars",
 2350 "serde",
 2351 "serde_derive",
 2352 "settings",
 2353 "telemetry",
 2354 "util",
 2355]
 2356
 2357[[package]]
 2358name = "calloop"
 2359version = "0.13.0"
 2360source = "registry+https://github.com/rust-lang/crates.io-index"
 2361checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
 2362dependencies = [
 2363 "bitflags 2.9.0",
 2364 "log",
 2365 "polling",
 2366 "rustix",
 2367 "slab",
 2368 "thiserror 1.0.69",
 2369]
 2370
 2371[[package]]
 2372name = "calloop-wayland-source"
 2373version = "0.3.0"
 2374source = "registry+https://github.com/rust-lang/crates.io-index"
 2375checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
 2376dependencies = [
 2377 "calloop",
 2378 "rustix",
 2379 "wayland-backend",
 2380 "wayland-client",
 2381]
 2382
 2383[[package]]
 2384name = "camino"
 2385version = "1.1.9"
 2386source = "registry+https://github.com/rust-lang/crates.io-index"
 2387checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
 2388dependencies = [
 2389 "serde",
 2390]
 2391
 2392[[package]]
 2393name = "cap-fs-ext"
 2394version = "3.4.2"
 2395source = "registry+https://github.com/rust-lang/crates.io-index"
 2396checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
 2397dependencies = [
 2398 "cap-primitives",
 2399 "cap-std",
 2400 "io-lifetimes",
 2401 "windows-sys 0.59.0",
 2402]
 2403
 2404[[package]]
 2405name = "cap-net-ext"
 2406version = "3.4.2"
 2407source = "registry+https://github.com/rust-lang/crates.io-index"
 2408checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
 2409dependencies = [
 2410 "cap-primitives",
 2411 "cap-std",
 2412 "rustix",
 2413 "smallvec",
 2414]
 2415
 2416[[package]]
 2417name = "cap-primitives"
 2418version = "3.4.2"
 2419source = "registry+https://github.com/rust-lang/crates.io-index"
 2420checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
 2421dependencies = [
 2422 "ambient-authority",
 2423 "fs-set-times",
 2424 "io-extras",
 2425 "io-lifetimes",
 2426 "ipnet",
 2427 "maybe-owned",
 2428 "rustix",
 2429 "windows-sys 0.59.0",
 2430 "winx",
 2431]
 2432
 2433[[package]]
 2434name = "cap-rand"
 2435version = "3.4.2"
 2436source = "registry+https://github.com/rust-lang/crates.io-index"
 2437checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
 2438dependencies = [
 2439 "ambient-authority",
 2440 "rand 0.8.5",
 2441]
 2442
 2443[[package]]
 2444name = "cap-std"
 2445version = "3.4.2"
 2446source = "registry+https://github.com/rust-lang/crates.io-index"
 2447checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
 2448dependencies = [
 2449 "cap-primitives",
 2450 "io-extras",
 2451 "io-lifetimes",
 2452 "rustix",
 2453]
 2454
 2455[[package]]
 2456name = "cap-time-ext"
 2457version = "3.4.2"
 2458source = "registry+https://github.com/rust-lang/crates.io-index"
 2459checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
 2460dependencies = [
 2461 "ambient-authority",
 2462 "cap-primitives",
 2463 "iana-time-zone",
 2464 "once_cell",
 2465 "rustix",
 2466 "winx",
 2467]
 2468
 2469[[package]]
 2470name = "cargo-platform"
 2471version = "0.1.9"
 2472source = "registry+https://github.com/rust-lang/crates.io-index"
 2473checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2474dependencies = [
 2475 "serde",
 2476]
 2477
 2478[[package]]
 2479name = "cargo_metadata"
 2480version = "0.19.2"
 2481source = "registry+https://github.com/rust-lang/crates.io-index"
 2482checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2483dependencies = [
 2484 "camino",
 2485 "cargo-platform",
 2486 "semver",
 2487 "serde",
 2488 "serde_json",
 2489 "thiserror 2.0.12",
 2490]
 2491
 2492[[package]]
 2493name = "cargo_toml"
 2494version = "0.21.0"
 2495source = "registry+https://github.com/rust-lang/crates.io-index"
 2496checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2497dependencies = [
 2498 "serde",
 2499 "toml 0.8.20",
 2500]
 2501
 2502[[package]]
 2503name = "cast"
 2504version = "0.3.0"
 2505source = "registry+https://github.com/rust-lang/crates.io-index"
 2506checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2507
 2508[[package]]
 2509name = "cbc"
 2510version = "0.1.2"
 2511source = "registry+https://github.com/rust-lang/crates.io-index"
 2512checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2513dependencies = [
 2514 "cipher",
 2515]
 2516
 2517[[package]]
 2518name = "cbindgen"
 2519version = "0.27.0"
 2520source = "registry+https://github.com/rust-lang/crates.io-index"
 2521checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
 2522dependencies = [
 2523 "clap",
 2524 "heck 0.4.1",
 2525 "indexmap",
 2526 "log",
 2527 "proc-macro2",
 2528 "quote",
 2529 "serde",
 2530 "serde_json",
 2531 "syn 2.0.100",
 2532 "tempfile",
 2533 "toml 0.8.20",
 2534]
 2535
 2536[[package]]
 2537name = "cbindgen"
 2538version = "0.28.0"
 2539source = "registry+https://github.com/rust-lang/crates.io-index"
 2540checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2541dependencies = [
 2542 "heck 0.4.1",
 2543 "indexmap",
 2544 "log",
 2545 "proc-macro2",
 2546 "quote",
 2547 "serde",
 2548 "serde_json",
 2549 "syn 2.0.100",
 2550 "tempfile",
 2551 "toml 0.8.20",
 2552]
 2553
 2554[[package]]
 2555name = "cc"
 2556version = "1.2.12"
 2557source = "registry+https://github.com/rust-lang/crates.io-index"
 2558checksum = "755717a7de9ec452bf7f3f1a3099085deabd7f2962b861dae91ecd7a365903d2"
 2559dependencies = [
 2560 "jobserver",
 2561 "libc",
 2562 "shlex",
 2563]
 2564
 2565[[package]]
 2566name = "cesu8"
 2567version = "1.1.0"
 2568source = "registry+https://github.com/rust-lang/crates.io-index"
 2569checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2570
 2571[[package]]
 2572name = "cexpr"
 2573version = "0.6.0"
 2574source = "registry+https://github.com/rust-lang/crates.io-index"
 2575checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2576dependencies = [
 2577 "nom",
 2578]
 2579
 2580[[package]]
 2581name = "cfg-expr"
 2582version = "0.15.8"
 2583source = "registry+https://github.com/rust-lang/crates.io-index"
 2584checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2585dependencies = [
 2586 "smallvec",
 2587 "target-lexicon 0.12.16",
 2588]
 2589
 2590[[package]]
 2591name = "cfg-if"
 2592version = "1.0.0"
 2593source = "registry+https://github.com/rust-lang/crates.io-index"
 2594checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 2595
 2596[[package]]
 2597name = "cfg_aliases"
 2598version = "0.1.1"
 2599source = "registry+https://github.com/rust-lang/crates.io-index"
 2600checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2601
 2602[[package]]
 2603name = "cfg_aliases"
 2604version = "0.2.1"
 2605source = "registry+https://github.com/rust-lang/crates.io-index"
 2606checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2607
 2608[[package]]
 2609name = "cgl"
 2610version = "0.3.2"
 2611source = "registry+https://github.com/rust-lang/crates.io-index"
 2612checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2613dependencies = [
 2614 "libc",
 2615]
 2616
 2617[[package]]
 2618name = "channel"
 2619version = "0.1.0"
 2620dependencies = [
 2621 "anyhow",
 2622 "client",
 2623 "clock",
 2624 "collections",
 2625 "futures 0.3.31",
 2626 "gpui",
 2627 "http_client",
 2628 "language",
 2629 "log",
 2630 "rand 0.8.5",
 2631 "release_channel",
 2632 "rpc",
 2633 "settings",
 2634 "sum_tree",
 2635 "text",
 2636 "time",
 2637 "util",
 2638]
 2639
 2640[[package]]
 2641name = "chrono"
 2642version = "0.4.40"
 2643source = "registry+https://github.com/rust-lang/crates.io-index"
 2644checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
 2645dependencies = [
 2646 "android-tzdata",
 2647 "iana-time-zone",
 2648 "js-sys",
 2649 "num-traits",
 2650 "serde",
 2651 "wasm-bindgen",
 2652 "windows-link",
 2653]
 2654
 2655[[package]]
 2656name = "chunked_transfer"
 2657version = "1.5.0"
 2658source = "registry+https://github.com/rust-lang/crates.io-index"
 2659checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2660
 2661[[package]]
 2662name = "ciborium"
 2663version = "0.2.2"
 2664source = "registry+https://github.com/rust-lang/crates.io-index"
 2665checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2666dependencies = [
 2667 "ciborium-io",
 2668 "ciborium-ll",
 2669 "serde",
 2670]
 2671
 2672[[package]]
 2673name = "ciborium-io"
 2674version = "0.2.2"
 2675source = "registry+https://github.com/rust-lang/crates.io-index"
 2676checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2677
 2678[[package]]
 2679name = "ciborium-ll"
 2680version = "0.2.2"
 2681source = "registry+https://github.com/rust-lang/crates.io-index"
 2682checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2683dependencies = [
 2684 "ciborium-io",
 2685 "half",
 2686]
 2687
 2688[[package]]
 2689name = "cipher"
 2690version = "0.4.4"
 2691source = "registry+https://github.com/rust-lang/crates.io-index"
 2692checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2693dependencies = [
 2694 "crypto-common",
 2695 "inout",
 2696 "zeroize",
 2697]
 2698
 2699[[package]]
 2700name = "circular-buffer"
 2701version = "1.0.0"
 2702source = "registry+https://github.com/rust-lang/crates.io-index"
 2703checksum = "4dacb91f972298e70fc507a2ffcaf1545807f1a36da586fb846646030adc542f"
 2704
 2705[[package]]
 2706name = "clang-sys"
 2707version = "1.8.1"
 2708source = "registry+https://github.com/rust-lang/crates.io-index"
 2709checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2710dependencies = [
 2711 "glob",
 2712 "libc",
 2713 "libloading",
 2714]
 2715
 2716[[package]]
 2717name = "clap"
 2718version = "4.5.34"
 2719source = "registry+https://github.com/rust-lang/crates.io-index"
 2720checksum = "e958897981290da2a852763fe9cdb89cd36977a5d729023127095fa94d95e2ff"
 2721dependencies = [
 2722 "clap_builder",
 2723 "clap_derive",
 2724]
 2725
 2726[[package]]
 2727name = "clap_builder"
 2728version = "4.5.34"
 2729source = "registry+https://github.com/rust-lang/crates.io-index"
 2730checksum = "83b0f35019843db2160b5bb19ae09b4e6411ac33fc6a712003c33e03090e2489"
 2731dependencies = [
 2732 "anstream",
 2733 "anstyle",
 2734 "clap_lex",
 2735 "strsim",
 2736 "terminal_size",
 2737]
 2738
 2739[[package]]
 2740name = "clap_complete"
 2741version = "4.5.38"
 2742source = "registry+https://github.com/rust-lang/crates.io-index"
 2743checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
 2744dependencies = [
 2745 "clap",
 2746]
 2747
 2748[[package]]
 2749name = "clap_derive"
 2750version = "4.5.32"
 2751source = "registry+https://github.com/rust-lang/crates.io-index"
 2752checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
 2753dependencies = [
 2754 "heck 0.5.0",
 2755 "proc-macro2",
 2756 "quote",
 2757 "syn 2.0.100",
 2758]
 2759
 2760[[package]]
 2761name = "clap_lex"
 2762version = "0.7.4"
 2763source = "registry+https://github.com/rust-lang/crates.io-index"
 2764checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
 2765
 2766[[package]]
 2767name = "cli"
 2768version = "0.1.0"
 2769dependencies = [
 2770 "anyhow",
 2771 "clap",
 2772 "collections",
 2773 "core-foundation 0.10.0",
 2774 "core-services",
 2775 "exec",
 2776 "fork",
 2777 "ipc-channel",
 2778 "parking_lot",
 2779 "paths",
 2780 "plist",
 2781 "release_channel",
 2782 "serde",
 2783 "tempfile",
 2784 "util",
 2785 "windows 0.61.1",
 2786]
 2787
 2788[[package]]
 2789name = "client"
 2790version = "0.1.0"
 2791dependencies = [
 2792 "anyhow",
 2793 "async-native-tls",
 2794 "async-recursion 0.3.2",
 2795 "async-tungstenite",
 2796 "chrono",
 2797 "clock",
 2798 "cocoa 0.26.0",
 2799 "collections",
 2800 "credentials_provider",
 2801 "feature_flags",
 2802 "futures 0.3.31",
 2803 "gpui",
 2804 "http_client",
 2805 "http_client_tls",
 2806 "log",
 2807 "parking_lot",
 2808 "paths",
 2809 "postage",
 2810 "rand 0.8.5",
 2811 "release_channel",
 2812 "rpc",
 2813 "schemars",
 2814 "serde",
 2815 "serde_json",
 2816 "settings",
 2817 "sha2",
 2818 "smol",
 2819 "telemetry",
 2820 "telemetry_events",
 2821 "text",
 2822 "thiserror 2.0.12",
 2823 "time",
 2824 "tiny_http",
 2825 "tokio-socks",
 2826 "url",
 2827 "util",
 2828 "windows 0.61.1",
 2829 "worktree",
 2830]
 2831
 2832[[package]]
 2833name = "clock"
 2834version = "0.1.0"
 2835dependencies = [
 2836 "parking_lot",
 2837 "serde",
 2838 "smallvec",
 2839]
 2840
 2841[[package]]
 2842name = "cmake"
 2843version = "0.1.53"
 2844source = "registry+https://github.com/rust-lang/crates.io-index"
 2845checksum = "e24a03c8b52922d68a1589ad61032f2c1aa5a8158d2aa0d93c6e9534944bbad6"
 2846dependencies = [
 2847 "cc",
 2848]
 2849
 2850[[package]]
 2851name = "cobs"
 2852version = "0.2.3"
 2853source = "registry+https://github.com/rust-lang/crates.io-index"
 2854checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
 2855
 2856[[package]]
 2857name = "cocoa"
 2858version = "0.25.0"
 2859source = "registry+https://github.com/rust-lang/crates.io-index"
 2860checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 2861dependencies = [
 2862 "bitflags 1.3.2",
 2863 "block",
 2864 "cocoa-foundation 0.1.2",
 2865 "core-foundation 0.9.4",
 2866 "core-graphics 0.23.2",
 2867 "foreign-types 0.5.0",
 2868 "libc",
 2869 "objc",
 2870]
 2871
 2872[[package]]
 2873name = "cocoa"
 2874version = "0.26.0"
 2875source = "registry+https://github.com/rust-lang/crates.io-index"
 2876checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 2877dependencies = [
 2878 "bitflags 2.9.0",
 2879 "block",
 2880 "cocoa-foundation 0.2.0",
 2881 "core-foundation 0.10.0",
 2882 "core-graphics 0.24.0",
 2883 "foreign-types 0.5.0",
 2884 "libc",
 2885 "objc",
 2886]
 2887
 2888[[package]]
 2889name = "cocoa-foundation"
 2890version = "0.1.2"
 2891source = "registry+https://github.com/rust-lang/crates.io-index"
 2892checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 2893dependencies = [
 2894 "bitflags 1.3.2",
 2895 "block",
 2896 "core-foundation 0.9.4",
 2897 "core-graphics-types 0.1.3",
 2898 "libc",
 2899 "objc",
 2900]
 2901
 2902[[package]]
 2903name = "cocoa-foundation"
 2904version = "0.2.0"
 2905source = "registry+https://github.com/rust-lang/crates.io-index"
 2906checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 2907dependencies = [
 2908 "bitflags 2.9.0",
 2909 "block",
 2910 "core-foundation 0.10.0",
 2911 "core-graphics-types 0.2.0",
 2912 "libc",
 2913 "objc",
 2914]
 2915
 2916[[package]]
 2917name = "codespan-reporting"
 2918version = "0.11.1"
 2919source = "registry+https://github.com/rust-lang/crates.io-index"
 2920checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
 2921dependencies = [
 2922 "termcolor",
 2923 "unicode-width",
 2924]
 2925
 2926[[package]]
 2927name = "collab"
 2928version = "0.44.0"
 2929dependencies = [
 2930 "anthropic",
 2931 "anyhow",
 2932 "assistant",
 2933 "assistant_context_editor",
 2934 "assistant_slash_command",
 2935 "assistant_tool",
 2936 "async-stripe",
 2937 "async-trait",
 2938 "async-tungstenite",
 2939 "audio",
 2940 "aws-config",
 2941 "aws-sdk-kinesis",
 2942 "aws-sdk-s3",
 2943 "axum",
 2944 "axum-extra",
 2945 "base64 0.22.1",
 2946 "buffer_diff",
 2947 "call",
 2948 "channel",
 2949 "chrono",
 2950 "client",
 2951 "clock",
 2952 "collab_ui",
 2953 "collections",
 2954 "command_palette_hooks",
 2955 "context_server",
 2956 "ctor",
 2957 "dap",
 2958 "dashmap 6.1.0",
 2959 "debugger_ui",
 2960 "derive_more",
 2961 "editor",
 2962 "env_logger 0.11.7",
 2963 "envy",
 2964 "extension",
 2965 "file_finder",
 2966 "fs",
 2967 "futures 0.3.31",
 2968 "git",
 2969 "git_hosting_providers",
 2970 "git_ui",
 2971 "google_ai",
 2972 "gpui",
 2973 "gpui_tokio",
 2974 "hex",
 2975 "http_client",
 2976 "hyper 0.14.32",
 2977 "indoc",
 2978 "jsonwebtoken",
 2979 "language",
 2980 "language_model",
 2981 "livekit_api",
 2982 "livekit_client",
 2983 "log",
 2984 "lsp",
 2985 "menu",
 2986 "multi_buffer",
 2987 "nanoid",
 2988 "node_runtime",
 2989 "notifications",
 2990 "open_ai",
 2991 "parking_lot",
 2992 "pretty_assertions",
 2993 "project",
 2994 "prometheus",
 2995 "prompt_store",
 2996 "prost 0.9.0",
 2997 "rand 0.8.5",
 2998 "recent_projects",
 2999 "release_channel",
 3000 "remote",
 3001 "remote_server",
 3002 "reqwest 0.11.27",
 3003 "reqwest_client",
 3004 "rpc",
 3005 "rustc-demangle",
 3006 "scrypt",
 3007 "sea-orm",
 3008 "semantic_version",
 3009 "semver",
 3010 "serde",
 3011 "serde_derive",
 3012 "serde_json",
 3013 "session",
 3014 "settings",
 3015 "sha2",
 3016 "sqlx",
 3017 "strum",
 3018 "subtle",
 3019 "supermaven_api",
 3020 "telemetry_events",
 3021 "text",
 3022 "theme",
 3023 "thiserror 2.0.12",
 3024 "time",
 3025 "tokio",
 3026 "toml 0.8.20",
 3027 "tower",
 3028 "tower-http 0.4.4",
 3029 "tracing",
 3030 "tracing-subscriber",
 3031 "unindent",
 3032 "util",
 3033 "uuid",
 3034 "workspace",
 3035 "worktree",
 3036]
 3037
 3038[[package]]
 3039name = "collab_ui"
 3040version = "0.1.0"
 3041dependencies = [
 3042 "anyhow",
 3043 "call",
 3044 "channel",
 3045 "chrono",
 3046 "client",
 3047 "collections",
 3048 "db",
 3049 "editor",
 3050 "emojis",
 3051 "futures 0.3.31",
 3052 "fuzzy",
 3053 "gpui",
 3054 "http_client",
 3055 "language",
 3056 "menu",
 3057 "notifications",
 3058 "picker",
 3059 "pretty_assertions",
 3060 "project",
 3061 "release_channel",
 3062 "rich_text",
 3063 "rpc",
 3064 "schemars",
 3065 "serde",
 3066 "serde_derive",
 3067 "serde_json",
 3068 "settings",
 3069 "smallvec",
 3070 "story",
 3071 "telemetry",
 3072 "theme",
 3073 "time",
 3074 "time_format",
 3075 "title_bar",
 3076 "tree-sitter-md",
 3077 "ui",
 3078 "util",
 3079 "workspace",
 3080]
 3081
 3082[[package]]
 3083name = "collections"
 3084version = "0.1.0"
 3085dependencies = [
 3086 "indexmap",
 3087 "rustc-hash 2.1.1",
 3088]
 3089
 3090[[package]]
 3091name = "color_quant"
 3092version = "1.1.0"
 3093source = "registry+https://github.com/rust-lang/crates.io-index"
 3094checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3095
 3096[[package]]
 3097name = "colorchoice"
 3098version = "1.0.3"
 3099source = "registry+https://github.com/rust-lang/crates.io-index"
 3100checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
 3101
 3102[[package]]
 3103name = "combine"
 3104version = "4.6.7"
 3105source = "registry+https://github.com/rust-lang/crates.io-index"
 3106checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3107dependencies = [
 3108 "bytes 1.10.1",
 3109 "memchr",
 3110]
 3111
 3112[[package]]
 3113name = "command_palette"
 3114version = "0.1.0"
 3115dependencies = [
 3116 "anyhow",
 3117 "client",
 3118 "collections",
 3119 "command_palette_hooks",
 3120 "ctor",
 3121 "db",
 3122 "editor",
 3123 "env_logger 0.11.7",
 3124 "fuzzy",
 3125 "go_to_line",
 3126 "gpui",
 3127 "language",
 3128 "menu",
 3129 "picker",
 3130 "postage",
 3131 "project",
 3132 "serde",
 3133 "serde_json",
 3134 "settings",
 3135 "telemetry",
 3136 "theme",
 3137 "time",
 3138 "ui",
 3139 "util",
 3140 "workspace",
 3141 "zed_actions",
 3142]
 3143
 3144[[package]]
 3145name = "command_palette_hooks"
 3146version = "0.1.0"
 3147dependencies = [
 3148 "collections",
 3149 "derive_more",
 3150 "gpui",
 3151]
 3152
 3153[[package]]
 3154name = "component"
 3155version = "0.1.0"
 3156dependencies = [
 3157 "collections",
 3158 "gpui",
 3159 "linkme",
 3160 "parking_lot",
 3161 "theme",
 3162]
 3163
 3164[[package]]
 3165name = "component_preview"
 3166version = "0.1.0"
 3167dependencies = [
 3168 "client",
 3169 "collections",
 3170 "component",
 3171 "gpui",
 3172 "languages",
 3173 "notifications",
 3174 "project",
 3175 "ui",
 3176 "workspace",
 3177]
 3178
 3179[[package]]
 3180name = "concurrent-queue"
 3181version = "2.5.0"
 3182source = "registry+https://github.com/rust-lang/crates.io-index"
 3183checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3184dependencies = [
 3185 "crossbeam-utils",
 3186]
 3187
 3188[[package]]
 3189name = "console"
 3190version = "0.15.8"
 3191source = "registry+https://github.com/rust-lang/crates.io-index"
 3192checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
 3193dependencies = [
 3194 "encode_unicode",
 3195 "lazy_static",
 3196 "libc",
 3197 "unicode-width",
 3198 "windows-sys 0.52.0",
 3199]
 3200
 3201[[package]]
 3202name = "const-oid"
 3203version = "0.9.6"
 3204source = "registry+https://github.com/rust-lang/crates.io-index"
 3205checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3206
 3207[[package]]
 3208name = "const-random"
 3209version = "0.1.18"
 3210source = "registry+https://github.com/rust-lang/crates.io-index"
 3211checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3212dependencies = [
 3213 "const-random-macro",
 3214]
 3215
 3216[[package]]
 3217name = "const-random-macro"
 3218version = "0.1.16"
 3219source = "registry+https://github.com/rust-lang/crates.io-index"
 3220checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3221dependencies = [
 3222 "getrandom 0.2.15",
 3223 "once_cell",
 3224 "tiny-keccak",
 3225]
 3226
 3227[[package]]
 3228name = "constant_time_eq"
 3229version = "0.1.5"
 3230source = "registry+https://github.com/rust-lang/crates.io-index"
 3231checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3232
 3233[[package]]
 3234name = "constant_time_eq"
 3235version = "0.3.1"
 3236source = "registry+https://github.com/rust-lang/crates.io-index"
 3237checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
 3238
 3239[[package]]
 3240name = "context_server"
 3241version = "0.1.0"
 3242dependencies = [
 3243 "anyhow",
 3244 "assistant_tool",
 3245 "async-trait",
 3246 "collections",
 3247 "command_palette_hooks",
 3248 "context_server_settings",
 3249 "extension",
 3250 "futures 0.3.31",
 3251 "gpui",
 3252 "icons",
 3253 "language_model",
 3254 "log",
 3255 "parking_lot",
 3256 "postage",
 3257 "project",
 3258 "serde",
 3259 "serde_json",
 3260 "settings",
 3261 "smol",
 3262 "url",
 3263 "util",
 3264]
 3265
 3266[[package]]
 3267name = "context_server_settings"
 3268version = "0.1.0"
 3269dependencies = [
 3270 "anyhow",
 3271 "collections",
 3272 "gpui",
 3273 "schemars",
 3274 "serde",
 3275 "serde_json",
 3276 "settings",
 3277]
 3278
 3279[[package]]
 3280name = "convert_case"
 3281version = "0.4.0"
 3282source = "registry+https://github.com/rust-lang/crates.io-index"
 3283checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
 3284
 3285[[package]]
 3286name = "convert_case"
 3287version = "0.8.0"
 3288source = "registry+https://github.com/rust-lang/crates.io-index"
 3289checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3290dependencies = [
 3291 "unicode-segmentation",
 3292]
 3293
 3294[[package]]
 3295name = "copilot"
 3296version = "0.1.0"
 3297dependencies = [
 3298 "anyhow",
 3299 "async-std",
 3300 "chrono",
 3301 "client",
 3302 "clock",
 3303 "collections",
 3304 "command_palette_hooks",
 3305 "ctor",
 3306 "editor",
 3307 "env_logger 0.11.7",
 3308 "fs",
 3309 "futures 0.3.31",
 3310 "gpui",
 3311 "http_client",
 3312 "indoc",
 3313 "inline_completion",
 3314 "language",
 3315 "log",
 3316 "lsp",
 3317 "menu",
 3318 "node_runtime",
 3319 "parking_lot",
 3320 "paths",
 3321 "project",
 3322 "rpc",
 3323 "schemars",
 3324 "serde",
 3325 "serde_json",
 3326 "settings",
 3327 "strum",
 3328 "task",
 3329 "theme",
 3330 "ui",
 3331 "util",
 3332 "workspace",
 3333]
 3334
 3335[[package]]
 3336name = "core-foundation"
 3337version = "0.9.4"
 3338source = "registry+https://github.com/rust-lang/crates.io-index"
 3339checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3340dependencies = [
 3341 "core-foundation-sys",
 3342 "libc",
 3343]
 3344
 3345[[package]]
 3346name = "core-foundation"
 3347version = "0.10.0"
 3348source = "registry+https://github.com/rust-lang/crates.io-index"
 3349checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3350dependencies = [
 3351 "core-foundation-sys",
 3352 "libc",
 3353]
 3354
 3355[[package]]
 3356name = "core-foundation-sys"
 3357version = "0.8.7"
 3358source = "registry+https://github.com/rust-lang/crates.io-index"
 3359checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3360
 3361[[package]]
 3362name = "core-graphics"
 3363version = "0.23.2"
 3364source = "registry+https://github.com/rust-lang/crates.io-index"
 3365checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3366dependencies = [
 3367 "bitflags 1.3.2",
 3368 "core-foundation 0.9.4",
 3369 "core-graphics-types 0.1.3",
 3370 "foreign-types 0.5.0",
 3371 "libc",
 3372]
 3373
 3374[[package]]
 3375name = "core-graphics"
 3376version = "0.24.0"
 3377source = "registry+https://github.com/rust-lang/crates.io-index"
 3378checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3379dependencies = [
 3380 "bitflags 2.9.0",
 3381 "core-foundation 0.10.0",
 3382 "core-graphics-types 0.2.0",
 3383 "foreign-types 0.5.0",
 3384 "libc",
 3385]
 3386
 3387[[package]]
 3388name = "core-graphics-types"
 3389version = "0.1.3"
 3390source = "registry+https://github.com/rust-lang/crates.io-index"
 3391checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3392dependencies = [
 3393 "bitflags 1.3.2",
 3394 "core-foundation 0.9.4",
 3395 "libc",
 3396]
 3397
 3398[[package]]
 3399name = "core-graphics-types"
 3400version = "0.2.0"
 3401source = "registry+https://github.com/rust-lang/crates.io-index"
 3402checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3403dependencies = [
 3404 "bitflags 2.9.0",
 3405 "core-foundation 0.10.0",
 3406 "libc",
 3407]
 3408
 3409[[package]]
 3410name = "core-graphics2"
 3411version = "0.4.1"
 3412source = "registry+https://github.com/rust-lang/crates.io-index"
 3413checksum = "7e4583956b9806b69f73fcb23aee05eb3620efc282972f08f6a6db7504f8334d"
 3414dependencies = [
 3415 "bitflags 2.9.0",
 3416 "block",
 3417 "cfg-if",
 3418 "core-foundation 0.10.0",
 3419 "libc",
 3420]
 3421
 3422[[package]]
 3423name = "core-services"
 3424version = "0.2.1"
 3425source = "registry+https://github.com/rust-lang/crates.io-index"
 3426checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3427dependencies = [
 3428 "core-foundation 0.9.4",
 3429]
 3430
 3431[[package]]
 3432name = "core-text"
 3433version = "21.0.0"
 3434source = "registry+https://github.com/rust-lang/crates.io-index"
 3435checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3436dependencies = [
 3437 "core-foundation 0.10.0",
 3438 "core-graphics 0.24.0",
 3439 "foreign-types 0.5.0",
 3440 "libc",
 3441]
 3442
 3443[[package]]
 3444name = "core-video"
 3445version = "0.4.3"
 3446source = "registry+https://github.com/rust-lang/crates.io-index"
 3447checksum = "d45e71d5be22206bed53c3c3cb99315fc4c3d31b8963808c6bc4538168c4f8ef"
 3448dependencies = [
 3449 "block",
 3450 "core-foundation 0.10.0",
 3451 "core-graphics2",
 3452 "io-surface",
 3453 "libc",
 3454 "metal",
 3455]
 3456
 3457[[package]]
 3458name = "core_maths"
 3459version = "0.1.1"
 3460source = "registry+https://github.com/rust-lang/crates.io-index"
 3461checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3462dependencies = [
 3463 "libm",
 3464]
 3465
 3466[[package]]
 3467name = "coreaudio-rs"
 3468version = "0.11.3"
 3469source = "registry+https://github.com/rust-lang/crates.io-index"
 3470checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
 3471dependencies = [
 3472 "bitflags 1.3.2",
 3473 "core-foundation-sys",
 3474 "coreaudio-sys",
 3475]
 3476
 3477[[package]]
 3478name = "coreaudio-rs"
 3479version = "0.12.1"
 3480source = "registry+https://github.com/rust-lang/crates.io-index"
 3481checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3482dependencies = [
 3483 "bitflags 1.3.2",
 3484 "core-foundation-sys",
 3485 "coreaudio-sys",
 3486]
 3487
 3488[[package]]
 3489name = "coreaudio-sys"
 3490version = "0.2.16"
 3491source = "registry+https://github.com/rust-lang/crates.io-index"
 3492checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
 3493dependencies = [
 3494 "bindgen 0.70.1",
 3495]
 3496
 3497[[package]]
 3498name = "cosmic-text"
 3499version = "0.13.2"
 3500source = "registry+https://github.com/rust-lang/crates.io-index"
 3501checksum = "e418dd4f5128c3e93eab12246391c54a20c496811131f85754dc8152ee207892"
 3502dependencies = [
 3503 "bitflags 2.9.0",
 3504 "fontdb 0.16.2",
 3505 "log",
 3506 "rangemap",
 3507 "rustc-hash 1.1.0",
 3508 "rustybuzz 0.14.1",
 3509 "self_cell",
 3510 "smol_str 0.2.2",
 3511 "swash",
 3512 "sys-locale",
 3513 "ttf-parser 0.21.1",
 3514 "unicode-bidi",
 3515 "unicode-linebreak",
 3516 "unicode-script",
 3517 "unicode-segmentation",
 3518]
 3519
 3520[[package]]
 3521name = "cpal"
 3522version = "0.15.3"
 3523source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
 3524dependencies = [
 3525 "alsa",
 3526 "core-foundation-sys",
 3527 "coreaudio-rs 0.11.3",
 3528 "dasp_sample",
 3529 "jni",
 3530 "js-sys",
 3531 "libc",
 3532 "mach2",
 3533 "ndk",
 3534 "ndk-context",
 3535 "oboe",
 3536 "wasm-bindgen",
 3537 "wasm-bindgen-futures",
 3538 "web-sys",
 3539 "windows 0.54.0",
 3540]
 3541
 3542[[package]]
 3543name = "cpp_demangle"
 3544version = "0.4.4"
 3545source = "registry+https://github.com/rust-lang/crates.io-index"
 3546checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
 3547dependencies = [
 3548 "cfg-if",
 3549]
 3550
 3551[[package]]
 3552name = "cpufeatures"
 3553version = "0.2.16"
 3554source = "registry+https://github.com/rust-lang/crates.io-index"
 3555checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
 3556dependencies = [
 3557 "libc",
 3558]
 3559
 3560[[package]]
 3561name = "cranelift-bforest"
 3562version = "0.116.1"
 3563source = "registry+https://github.com/rust-lang/crates.io-index"
 3564checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
 3565dependencies = [
 3566 "cranelift-entity",
 3567]
 3568
 3569[[package]]
 3570name = "cranelift-bitset"
 3571version = "0.116.1"
 3572source = "registry+https://github.com/rust-lang/crates.io-index"
 3573checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
 3574dependencies = [
 3575 "serde",
 3576 "serde_derive",
 3577]
 3578
 3579[[package]]
 3580name = "cranelift-codegen"
 3581version = "0.116.1"
 3582source = "registry+https://github.com/rust-lang/crates.io-index"
 3583checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
 3584dependencies = [
 3585 "bumpalo",
 3586 "cranelift-bforest",
 3587 "cranelift-bitset",
 3588 "cranelift-codegen-meta",
 3589 "cranelift-codegen-shared",
 3590 "cranelift-control",
 3591 "cranelift-entity",
 3592 "cranelift-isle",
 3593 "gimli",
 3594 "hashbrown 0.14.5",
 3595 "log",
 3596 "regalloc2",
 3597 "rustc-hash 2.1.1",
 3598 "serde",
 3599 "smallvec",
 3600 "target-lexicon 0.13.2",
 3601]
 3602
 3603[[package]]
 3604name = "cranelift-codegen-meta"
 3605version = "0.116.1"
 3606source = "registry+https://github.com/rust-lang/crates.io-index"
 3607checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
 3608dependencies = [
 3609 "cranelift-codegen-shared",
 3610]
 3611
 3612[[package]]
 3613name = "cranelift-codegen-shared"
 3614version = "0.116.1"
 3615source = "registry+https://github.com/rust-lang/crates.io-index"
 3616checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
 3617
 3618[[package]]
 3619name = "cranelift-control"
 3620version = "0.116.1"
 3621source = "registry+https://github.com/rust-lang/crates.io-index"
 3622checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
 3623dependencies = [
 3624 "arbitrary",
 3625]
 3626
 3627[[package]]
 3628name = "cranelift-entity"
 3629version = "0.116.1"
 3630source = "registry+https://github.com/rust-lang/crates.io-index"
 3631checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
 3632dependencies = [
 3633 "cranelift-bitset",
 3634 "serde",
 3635 "serde_derive",
 3636]
 3637
 3638[[package]]
 3639name = "cranelift-frontend"
 3640version = "0.116.1"
 3641source = "registry+https://github.com/rust-lang/crates.io-index"
 3642checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
 3643dependencies = [
 3644 "cranelift-codegen",
 3645 "log",
 3646 "smallvec",
 3647 "target-lexicon 0.13.2",
 3648]
 3649
 3650[[package]]
 3651name = "cranelift-isle"
 3652version = "0.116.1"
 3653source = "registry+https://github.com/rust-lang/crates.io-index"
 3654checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
 3655
 3656[[package]]
 3657name = "cranelift-native"
 3658version = "0.116.1"
 3659source = "registry+https://github.com/rust-lang/crates.io-index"
 3660checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
 3661dependencies = [
 3662 "cranelift-codegen",
 3663 "libc",
 3664 "target-lexicon 0.13.2",
 3665]
 3666
 3667[[package]]
 3668name = "crc"
 3669version = "3.2.1"
 3670source = "registry+https://github.com/rust-lang/crates.io-index"
 3671checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
 3672dependencies = [
 3673 "crc-catalog",
 3674]
 3675
 3676[[package]]
 3677name = "crc-catalog"
 3678version = "2.4.0"
 3679source = "registry+https://github.com/rust-lang/crates.io-index"
 3680checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 3681
 3682[[package]]
 3683name = "crc32c"
 3684version = "0.6.8"
 3685source = "registry+https://github.com/rust-lang/crates.io-index"
 3686checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
 3687dependencies = [
 3688 "rustc_version",
 3689]
 3690
 3691[[package]]
 3692name = "crc32fast"
 3693version = "1.4.2"
 3694source = "registry+https://github.com/rust-lang/crates.io-index"
 3695checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
 3696dependencies = [
 3697 "cfg-if",
 3698]
 3699
 3700[[package]]
 3701name = "crc64fast-nvme"
 3702version = "1.1.1"
 3703source = "registry+https://github.com/rust-lang/crates.io-index"
 3704checksum = "d5e2ee08013e3f228d6d2394116c4549a6df77708442c62d887d83f68ef2ee37"
 3705dependencies = [
 3706 "cbindgen 0.27.0",
 3707 "crc",
 3708]
 3709
 3710[[package]]
 3711name = "credentials_provider"
 3712version = "0.1.0"
 3713dependencies = [
 3714 "anyhow",
 3715 "futures 0.3.31",
 3716 "gpui",
 3717 "paths",
 3718 "release_channel",
 3719 "serde",
 3720 "serde_json",
 3721]
 3722
 3723[[package]]
 3724name = "criterion"
 3725version = "0.5.1"
 3726source = "registry+https://github.com/rust-lang/crates.io-index"
 3727checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 3728dependencies = [
 3729 "anes",
 3730 "cast",
 3731 "ciborium",
 3732 "clap",
 3733 "criterion-plot",
 3734 "is-terminal",
 3735 "itertools 0.10.5",
 3736 "num-traits",
 3737 "once_cell",
 3738 "oorandom",
 3739 "plotters",
 3740 "rayon",
 3741 "regex",
 3742 "serde",
 3743 "serde_derive",
 3744 "serde_json",
 3745 "tinytemplate",
 3746 "walkdir",
 3747]
 3748
 3749[[package]]
 3750name = "criterion-plot"
 3751version = "0.5.0"
 3752source = "registry+https://github.com/rust-lang/crates.io-index"
 3753checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 3754dependencies = [
 3755 "cast",
 3756 "itertools 0.10.5",
 3757]
 3758
 3759[[package]]
 3760name = "crossbeam-channel"
 3761version = "0.5.13"
 3762source = "registry+https://github.com/rust-lang/crates.io-index"
 3763checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
 3764dependencies = [
 3765 "crossbeam-utils",
 3766]
 3767
 3768[[package]]
 3769name = "crossbeam-deque"
 3770version = "0.8.5"
 3771source = "registry+https://github.com/rust-lang/crates.io-index"
 3772checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
 3773dependencies = [
 3774 "crossbeam-epoch",
 3775 "crossbeam-utils",
 3776]
 3777
 3778[[package]]
 3779name = "crossbeam-epoch"
 3780version = "0.9.18"
 3781source = "registry+https://github.com/rust-lang/crates.io-index"
 3782checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 3783dependencies = [
 3784 "crossbeam-utils",
 3785]
 3786
 3787[[package]]
 3788name = "crossbeam-queue"
 3789version = "0.3.11"
 3790source = "registry+https://github.com/rust-lang/crates.io-index"
 3791checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
 3792dependencies = [
 3793 "crossbeam-utils",
 3794]
 3795
 3796[[package]]
 3797name = "crossbeam-utils"
 3798version = "0.8.20"
 3799source = "registry+https://github.com/rust-lang/crates.io-index"
 3800checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
 3801
 3802[[package]]
 3803name = "crunchy"
 3804version = "0.2.2"
 3805source = "registry+https://github.com/rust-lang/crates.io-index"
 3806checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
 3807
 3808[[package]]
 3809name = "crypto-bigint"
 3810version = "0.4.9"
 3811source = "registry+https://github.com/rust-lang/crates.io-index"
 3812checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 3813dependencies = [
 3814 "generic-array",
 3815 "rand_core 0.6.4",
 3816 "subtle",
 3817 "zeroize",
 3818]
 3819
 3820[[package]]
 3821name = "crypto-bigint"
 3822version = "0.5.5"
 3823source = "registry+https://github.com/rust-lang/crates.io-index"
 3824checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 3825dependencies = [
 3826 "rand_core 0.6.4",
 3827 "subtle",
 3828]
 3829
 3830[[package]]
 3831name = "crypto-common"
 3832version = "0.1.6"
 3833source = "registry+https://github.com/rust-lang/crates.io-index"
 3834checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 3835dependencies = [
 3836 "generic-array",
 3837 "rand_core 0.6.4",
 3838 "typenum",
 3839]
 3840
 3841[[package]]
 3842name = "ctor"
 3843version = "0.4.1"
 3844source = "registry+https://github.com/rust-lang/crates.io-index"
 3845checksum = "07e9666f4a9a948d4f1dff0c08a4512b0f7c86414b23960104c243c10d79f4c3"
 3846dependencies = [
 3847 "ctor-proc-macro",
 3848 "dtor",
 3849]
 3850
 3851[[package]]
 3852name = "ctor-proc-macro"
 3853version = "0.0.5"
 3854source = "registry+https://github.com/rust-lang/crates.io-index"
 3855checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
 3856
 3857[[package]]
 3858name = "ctrlc"
 3859version = "3.4.5"
 3860source = "registry+https://github.com/rust-lang/crates.io-index"
 3861checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
 3862dependencies = [
 3863 "nix",
 3864 "windows-sys 0.59.0",
 3865]
 3866
 3867[[package]]
 3868name = "cursor-icon"
 3869version = "1.1.0"
 3870source = "registry+https://github.com/rust-lang/crates.io-index"
 3871checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
 3872
 3873[[package]]
 3874name = "cxx"
 3875version = "1.0.134"
 3876source = "registry+https://github.com/rust-lang/crates.io-index"
 3877checksum = "a5a32d755fe20281b46118ee4b507233311fb7a48a0cfd42f554b93640521a2f"
 3878dependencies = [
 3879 "cc",
 3880 "cxxbridge-cmd",
 3881 "cxxbridge-flags",
 3882 "cxxbridge-macro",
 3883 "foldhash",
 3884 "link-cplusplus",
 3885]
 3886
 3887[[package]]
 3888name = "cxx-build"
 3889version = "1.0.134"
 3890source = "registry+https://github.com/rust-lang/crates.io-index"
 3891checksum = "11645536ada5d1c8804312cbffc9ab950f2216154de431de930da47ca6955199"
 3892dependencies = [
 3893 "cc",
 3894 "codespan-reporting",
 3895 "proc-macro2",
 3896 "quote",
 3897 "scratch",
 3898 "syn 2.0.100",
 3899]
 3900
 3901[[package]]
 3902name = "cxxbridge-cmd"
 3903version = "1.0.134"
 3904source = "registry+https://github.com/rust-lang/crates.io-index"
 3905checksum = "ebcc9c78e3c7289665aab921a2b394eaffe8bdb369aa18d81ffc0f534fd49385"
 3906dependencies = [
 3907 "clap",
 3908 "codespan-reporting",
 3909 "proc-macro2",
 3910 "quote",
 3911 "syn 2.0.100",
 3912]
 3913
 3914[[package]]
 3915name = "cxxbridge-flags"
 3916version = "1.0.134"
 3917source = "registry+https://github.com/rust-lang/crates.io-index"
 3918checksum = "3a22a87bd9e78d7204d793261470a4c9d585154fddd251828d8aefbb5f74c3bf"
 3919
 3920[[package]]
 3921name = "cxxbridge-macro"
 3922version = "1.0.134"
 3923source = "registry+https://github.com/rust-lang/crates.io-index"
 3924checksum = "1dfdb020ff8787c5daf6e0dca743005cc8782868faeadfbabb8824ede5cb1c72"
 3925dependencies = [
 3926 "proc-macro2",
 3927 "quote",
 3928 "rustversion",
 3929 "syn 2.0.100",
 3930]
 3931
 3932[[package]]
 3933name = "dap"
 3934version = "0.1.0"
 3935dependencies = [
 3936 "anyhow",
 3937 "async-compression",
 3938 "async-pipe",
 3939 "async-tar",
 3940 "async-trait",
 3941 "client",
 3942 "collections",
 3943 "dap-types",
 3944 "env_logger 0.11.7",
 3945 "fs",
 3946 "futures 0.3.31",
 3947 "gpui",
 3948 "http_client",
 3949 "language",
 3950 "log",
 3951 "node_runtime",
 3952 "parking_lot",
 3953 "paths",
 3954 "regex",
 3955 "schemars",
 3956 "serde",
 3957 "serde_json",
 3958 "settings",
 3959 "smallvec",
 3960 "smol",
 3961 "task",
 3962 "util",
 3963]
 3964
 3965[[package]]
 3966name = "dap-types"
 3967version = "0.0.1"
 3968source = "git+https://github.com/zed-industries/dap-types?rev=bfd4af0#bfd4af084bbaa5f344e6925370d7642e41d0b5b8"
 3969dependencies = [
 3970 "schemars",
 3971 "serde",
 3972 "serde_json",
 3973]
 3974
 3975[[package]]
 3976name = "dap_adapters"
 3977version = "0.1.0"
 3978dependencies = [
 3979 "anyhow",
 3980 "async-trait",
 3981 "dap",
 3982 "gpui",
 3983 "language",
 3984 "paths",
 3985 "regex",
 3986 "serde",
 3987 "serde_json",
 3988 "task",
 3989 "util",
 3990]
 3991
 3992[[package]]
 3993name = "dashmap"
 3994version = "5.5.3"
 3995source = "registry+https://github.com/rust-lang/crates.io-index"
 3996checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
 3997dependencies = [
 3998 "cfg-if",
 3999 "hashbrown 0.14.5",
 4000 "lock_api",
 4001 "once_cell",
 4002 "parking_lot_core",
 4003]
 4004
 4005[[package]]
 4006name = "dashmap"
 4007version = "6.1.0"
 4008source = "registry+https://github.com/rust-lang/crates.io-index"
 4009checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 4010dependencies = [
 4011 "cfg-if",
 4012 "crossbeam-utils",
 4013 "hashbrown 0.14.5",
 4014 "lock_api",
 4015 "once_cell",
 4016 "parking_lot_core",
 4017]
 4018
 4019[[package]]
 4020name = "dasp_sample"
 4021version = "0.11.0"
 4022source = "registry+https://github.com/rust-lang/crates.io-index"
 4023checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4024
 4025[[package]]
 4026name = "data-encoding"
 4027version = "2.6.0"
 4028source = "registry+https://github.com/rust-lang/crates.io-index"
 4029checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
 4030
 4031[[package]]
 4032name = "data-url"
 4033version = "0.3.1"
 4034source = "registry+https://github.com/rust-lang/crates.io-index"
 4035checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
 4036
 4037[[package]]
 4038name = "db"
 4039version = "0.1.0"
 4040dependencies = [
 4041 "anyhow",
 4042 "gpui",
 4043 "indoc",
 4044 "log",
 4045 "paths",
 4046 "release_channel",
 4047 "smol",
 4048 "sqlez",
 4049 "sqlez_macros",
 4050 "tempfile",
 4051 "util",
 4052]
 4053
 4054[[package]]
 4055name = "dbus"
 4056version = "0.9.7"
 4057source = "registry+https://github.com/rust-lang/crates.io-index"
 4058checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
 4059dependencies = [
 4060 "libc",
 4061 "libdbus-sys",
 4062 "winapi",
 4063]
 4064
 4065[[package]]
 4066name = "debugger_tools"
 4067version = "0.1.0"
 4068dependencies = [
 4069 "anyhow",
 4070 "dap",
 4071 "editor",
 4072 "futures 0.3.31",
 4073 "gpui",
 4074 "project",
 4075 "serde_json",
 4076 "settings",
 4077 "smol",
 4078 "util",
 4079 "workspace",
 4080]
 4081
 4082[[package]]
 4083name = "debugger_ui"
 4084version = "0.1.0"
 4085dependencies = [
 4086 "anyhow",
 4087 "client",
 4088 "collections",
 4089 "command_palette_hooks",
 4090 "dap",
 4091 "editor",
 4092 "env_logger 0.11.7",
 4093 "feature_flags",
 4094 "futures 0.3.31",
 4095 "fuzzy",
 4096 "gpui",
 4097 "language",
 4098 "log",
 4099 "menu",
 4100 "picker",
 4101 "pretty_assertions",
 4102 "project",
 4103 "rpc",
 4104 "serde",
 4105 "serde_json",
 4106 "settings",
 4107 "sysinfo",
 4108 "task",
 4109 "terminal_view",
 4110 "theme",
 4111 "ui",
 4112 "unindent",
 4113 "util",
 4114 "workspace",
 4115]
 4116
 4117[[package]]
 4118name = "deepseek"
 4119version = "0.1.0"
 4120dependencies = [
 4121 "anyhow",
 4122 "futures 0.3.31",
 4123 "http_client",
 4124 "schemars",
 4125 "serde",
 4126 "serde_json",
 4127]
 4128
 4129[[package]]
 4130name = "deflate64"
 4131version = "0.1.9"
 4132source = "registry+https://github.com/rust-lang/crates.io-index"
 4133checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
 4134
 4135[[package]]
 4136name = "der"
 4137version = "0.6.1"
 4138source = "registry+https://github.com/rust-lang/crates.io-index"
 4139checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4140dependencies = [
 4141 "const-oid",
 4142 "zeroize",
 4143]
 4144
 4145[[package]]
 4146name = "der"
 4147version = "0.7.9"
 4148source = "registry+https://github.com/rust-lang/crates.io-index"
 4149checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
 4150dependencies = [
 4151 "const-oid",
 4152 "pem-rfc7468",
 4153 "zeroize",
 4154]
 4155
 4156[[package]]
 4157name = "deranged"
 4158version = "0.4.0"
 4159source = "registry+https://github.com/rust-lang/crates.io-index"
 4160checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
 4161dependencies = [
 4162 "powerfmt",
 4163 "serde",
 4164]
 4165
 4166[[package]]
 4167name = "derive_more"
 4168version = "0.99.19"
 4169source = "registry+https://github.com/rust-lang/crates.io-index"
 4170checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
 4171dependencies = [
 4172 "convert_case 0.4.0",
 4173 "proc-macro2",
 4174 "quote",
 4175 "rustc_version",
 4176 "syn 2.0.100",
 4177]
 4178
 4179[[package]]
 4180name = "derive_refineable"
 4181version = "0.1.0"
 4182dependencies = [
 4183 "proc-macro2",
 4184 "quote",
 4185 "syn 1.0.109",
 4186]
 4187
 4188[[package]]
 4189name = "diagnostics"
 4190version = "0.1.0"
 4191dependencies = [
 4192 "anyhow",
 4193 "client",
 4194 "collections",
 4195 "ctor",
 4196 "editor",
 4197 "env_logger 0.11.7",
 4198 "gpui",
 4199 "language",
 4200 "log",
 4201 "lsp",
 4202 "pretty_assertions",
 4203 "project",
 4204 "rand 0.8.5",
 4205 "serde",
 4206 "serde_json",
 4207 "settings",
 4208 "theme",
 4209 "ui",
 4210 "unindent",
 4211 "util",
 4212 "workspace",
 4213]
 4214
 4215[[package]]
 4216name = "dialoguer"
 4217version = "0.11.0"
 4218source = "registry+https://github.com/rust-lang/crates.io-index"
 4219checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4220dependencies = [
 4221 "console",
 4222 "fuzzy-matcher",
 4223 "shell-words",
 4224 "tempfile",
 4225 "thiserror 1.0.69",
 4226 "zeroize",
 4227]
 4228
 4229[[package]]
 4230name = "diff"
 4231version = "0.1.13"
 4232source = "registry+https://github.com/rust-lang/crates.io-index"
 4233checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4234
 4235[[package]]
 4236name = "digest"
 4237version = "0.10.7"
 4238source = "registry+https://github.com/rust-lang/crates.io-index"
 4239checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4240dependencies = [
 4241 "block-buffer",
 4242 "const-oid",
 4243 "crypto-common",
 4244 "subtle",
 4245]
 4246
 4247[[package]]
 4248name = "dirs"
 4249version = "4.0.0"
 4250source = "registry+https://github.com/rust-lang/crates.io-index"
 4251checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4252dependencies = [
 4253 "dirs-sys 0.3.7",
 4254]
 4255
 4256[[package]]
 4257name = "dirs"
 4258version = "5.0.1"
 4259source = "registry+https://github.com/rust-lang/crates.io-index"
 4260checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4261dependencies = [
 4262 "dirs-sys 0.4.1",
 4263]
 4264
 4265[[package]]
 4266name = "dirs-sys"
 4267version = "0.3.7"
 4268source = "registry+https://github.com/rust-lang/crates.io-index"
 4269checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4270dependencies = [
 4271 "libc",
 4272 "redox_users",
 4273 "winapi",
 4274]
 4275
 4276[[package]]
 4277name = "dirs-sys"
 4278version = "0.4.1"
 4279source = "registry+https://github.com/rust-lang/crates.io-index"
 4280checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4281dependencies = [
 4282 "libc",
 4283 "option-ext",
 4284 "redox_users",
 4285 "windows-sys 0.48.0",
 4286]
 4287
 4288[[package]]
 4289name = "displaydoc"
 4290version = "0.2.5"
 4291source = "registry+https://github.com/rust-lang/crates.io-index"
 4292checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4293dependencies = [
 4294 "proc-macro2",
 4295 "quote",
 4296 "syn 2.0.100",
 4297]
 4298
 4299[[package]]
 4300name = "dlib"
 4301version = "0.5.2"
 4302source = "registry+https://github.com/rust-lang/crates.io-index"
 4303checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4304dependencies = [
 4305 "libloading",
 4306]
 4307
 4308[[package]]
 4309name = "docs_preprocessor"
 4310version = "0.1.0"
 4311dependencies = [
 4312 "anyhow",
 4313 "clap",
 4314 "mdbook",
 4315 "regex",
 4316 "serde",
 4317 "serde_json",
 4318 "settings",
 4319 "util",
 4320]
 4321
 4322[[package]]
 4323name = "dotenvy"
 4324version = "0.15.7"
 4325source = "registry+https://github.com/rust-lang/crates.io-index"
 4326checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 4327
 4328[[package]]
 4329name = "downcast-rs"
 4330version = "1.2.1"
 4331source = "registry+https://github.com/rust-lang/crates.io-index"
 4332checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 4333
 4334[[package]]
 4335name = "doxygen-rs"
 4336version = "0.4.2"
 4337source = "registry+https://github.com/rust-lang/crates.io-index"
 4338checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 4339dependencies = [
 4340 "phf",
 4341]
 4342
 4343[[package]]
 4344name = "dtor"
 4345version = "0.0.5"
 4346source = "registry+https://github.com/rust-lang/crates.io-index"
 4347checksum = "222ef136a1c687d4aa0395c175f2c4586e379924c352fd02f7870cf7de783c23"
 4348dependencies = [
 4349 "dtor-proc-macro",
 4350]
 4351
 4352[[package]]
 4353name = "dtor-proc-macro"
 4354version = "0.0.5"
 4355source = "registry+https://github.com/rust-lang/crates.io-index"
 4356checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 4357
 4358[[package]]
 4359name = "dunce"
 4360version = "1.0.5"
 4361source = "registry+https://github.com/rust-lang/crates.io-index"
 4362checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 4363
 4364[[package]]
 4365name = "dwrote"
 4366version = "0.11.2"
 4367source = "registry+https://github.com/rust-lang/crates.io-index"
 4368checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
 4369dependencies = [
 4370 "lazy_static",
 4371 "libc",
 4372 "winapi",
 4373 "wio",
 4374]
 4375
 4376[[package]]
 4377name = "dyn-clone"
 4378version = "1.0.17"
 4379source = "registry+https://github.com/rust-lang/crates.io-index"
 4380checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
 4381
 4382[[package]]
 4383name = "ec4rs"
 4384version = "1.1.1"
 4385source = "registry+https://github.com/rust-lang/crates.io-index"
 4386checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
 4387
 4388[[package]]
 4389name = "ecdsa"
 4390version = "0.14.8"
 4391source = "registry+https://github.com/rust-lang/crates.io-index"
 4392checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 4393dependencies = [
 4394 "der 0.6.1",
 4395 "elliptic-curve",
 4396 "rfc6979",
 4397 "signature 1.6.4",
 4398]
 4399
 4400[[package]]
 4401name = "editor"
 4402version = "0.1.0"
 4403dependencies = [
 4404 "aho-corasick",
 4405 "anyhow",
 4406 "assets",
 4407 "buffer_diff",
 4408 "client",
 4409 "clock",
 4410 "collections",
 4411 "convert_case 0.8.0",
 4412 "ctor",
 4413 "db",
 4414 "emojis",
 4415 "env_logger 0.11.7",
 4416 "feature_flags",
 4417 "file_icons",
 4418 "fs",
 4419 "futures 0.3.31",
 4420 "fuzzy",
 4421 "git",
 4422 "gpui",
 4423 "http_client",
 4424 "indoc",
 4425 "inline_completion",
 4426 "itertools 0.14.0",
 4427 "language",
 4428 "languages",
 4429 "linkify",
 4430 "log",
 4431 "lsp",
 4432 "markdown",
 4433 "menu",
 4434 "multi_buffer",
 4435 "ordered-float 2.10.1",
 4436 "parking_lot",
 4437 "pretty_assertions",
 4438 "project",
 4439 "rand 0.8.5",
 4440 "release_channel",
 4441 "rpc",
 4442 "schemars",
 4443 "serde",
 4444 "serde_json",
 4445 "settings",
 4446 "smallvec",
 4447 "smol",
 4448 "snippet",
 4449 "sum_tree",
 4450 "task",
 4451 "telemetry",
 4452 "tempfile",
 4453 "text",
 4454 "theme",
 4455 "time",
 4456 "tree-sitter-html",
 4457 "tree-sitter-rust",
 4458 "tree-sitter-typescript",
 4459 "ui",
 4460 "unicode-script",
 4461 "unicode-segmentation",
 4462 "unindent",
 4463 "url",
 4464 "util",
 4465 "uuid",
 4466 "workspace",
 4467 "zed_actions",
 4468]
 4469
 4470[[package]]
 4471name = "either"
 4472version = "1.13.0"
 4473source = "registry+https://github.com/rust-lang/crates.io-index"
 4474checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
 4475dependencies = [
 4476 "serde",
 4477]
 4478
 4479[[package]]
 4480name = "elasticlunr-rs"
 4481version = "3.0.2"
 4482source = "registry+https://github.com/rust-lang/crates.io-index"
 4483checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 4484dependencies = [
 4485 "regex",
 4486 "serde",
 4487 "serde_derive",
 4488 "serde_json",
 4489]
 4490
 4491[[package]]
 4492name = "elliptic-curve"
 4493version = "0.12.3"
 4494source = "registry+https://github.com/rust-lang/crates.io-index"
 4495checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 4496dependencies = [
 4497 "base16ct",
 4498 "crypto-bigint 0.4.9",
 4499 "der 0.6.1",
 4500 "digest",
 4501 "ff",
 4502 "generic-array",
 4503 "group",
 4504 "pkcs8 0.9.0",
 4505 "rand_core 0.6.4",
 4506 "sec1",
 4507 "subtle",
 4508 "zeroize",
 4509]
 4510
 4511[[package]]
 4512name = "embed-resource"
 4513version = "3.0.2"
 4514source = "registry+https://github.com/rust-lang/crates.io-index"
 4515checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
 4516dependencies = [
 4517 "cc",
 4518 "memchr",
 4519 "rustc_version",
 4520 "toml 0.8.20",
 4521 "vswhom",
 4522 "winreg 0.52.0",
 4523]
 4524
 4525[[package]]
 4526name = "embedded-io"
 4527version = "0.4.0"
 4528source = "registry+https://github.com/rust-lang/crates.io-index"
 4529checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 4530
 4531[[package]]
 4532name = "embedded-io"
 4533version = "0.6.1"
 4534source = "registry+https://github.com/rust-lang/crates.io-index"
 4535checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 4536
 4537[[package]]
 4538name = "emojis"
 4539version = "0.6.4"
 4540source = "registry+https://github.com/rust-lang/crates.io-index"
 4541checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 4542dependencies = [
 4543 "phf",
 4544]
 4545
 4546[[package]]
 4547name = "encode_unicode"
 4548version = "0.3.6"
 4549source = "registry+https://github.com/rust-lang/crates.io-index"
 4550checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
 4551
 4552[[package]]
 4553name = "encoding_rs"
 4554version = "0.8.35"
 4555source = "registry+https://github.com/rust-lang/crates.io-index"
 4556checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 4557dependencies = [
 4558 "cfg-if",
 4559]
 4560
 4561[[package]]
 4562name = "endi"
 4563version = "1.1.0"
 4564source = "registry+https://github.com/rust-lang/crates.io-index"
 4565checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 4566
 4567[[package]]
 4568name = "enumflags2"
 4569version = "0.7.10"
 4570source = "registry+https://github.com/rust-lang/crates.io-index"
 4571checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
 4572dependencies = [
 4573 "enumflags2_derive",
 4574 "serde",
 4575]
 4576
 4577[[package]]
 4578name = "enumflags2_derive"
 4579version = "0.7.10"
 4580source = "registry+https://github.com/rust-lang/crates.io-index"
 4581checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
 4582dependencies = [
 4583 "proc-macro2",
 4584 "quote",
 4585 "syn 2.0.100",
 4586]
 4587
 4588[[package]]
 4589name = "env_filter"
 4590version = "0.1.2"
 4591source = "registry+https://github.com/rust-lang/crates.io-index"
 4592checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
 4593dependencies = [
 4594 "log",
 4595 "regex",
 4596]
 4597
 4598[[package]]
 4599name = "env_logger"
 4600version = "0.10.2"
 4601source = "registry+https://github.com/rust-lang/crates.io-index"
 4602checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 4603dependencies = [
 4604 "humantime",
 4605 "is-terminal",
 4606 "log",
 4607 "regex",
 4608 "termcolor",
 4609]
 4610
 4611[[package]]
 4612name = "env_logger"
 4613version = "0.11.7"
 4614source = "registry+https://github.com/rust-lang/crates.io-index"
 4615checksum = "c3716d7a920fb4fac5d84e9d4bce8ceb321e9414b4409da61b07b75c1e3d0697"
 4616dependencies = [
 4617 "anstream",
 4618 "anstyle",
 4619 "env_filter",
 4620 "jiff",
 4621 "log",
 4622]
 4623
 4624[[package]]
 4625name = "envy"
 4626version = "0.4.2"
 4627source = "registry+https://github.com/rust-lang/crates.io-index"
 4628checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 4629dependencies = [
 4630 "serde",
 4631]
 4632
 4633[[package]]
 4634name = "equivalent"
 4635version = "1.0.1"
 4636source = "registry+https://github.com/rust-lang/crates.io-index"
 4637checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
 4638
 4639[[package]]
 4640name = "erased-serde"
 4641version = "0.4.5"
 4642source = "registry+https://github.com/rust-lang/crates.io-index"
 4643checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
 4644dependencies = [
 4645 "serde",
 4646 "typeid",
 4647]
 4648
 4649[[package]]
 4650name = "errno"
 4651version = "0.2.8"
 4652source = "registry+https://github.com/rust-lang/crates.io-index"
 4653checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 4654dependencies = [
 4655 "errno-dragonfly",
 4656 "libc",
 4657 "winapi",
 4658]
 4659
 4660[[package]]
 4661name = "errno"
 4662version = "0.3.10"
 4663source = "registry+https://github.com/rust-lang/crates.io-index"
 4664checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
 4665dependencies = [
 4666 "libc",
 4667 "windows-sys 0.59.0",
 4668]
 4669
 4670[[package]]
 4671name = "errno-dragonfly"
 4672version = "0.1.2"
 4673source = "registry+https://github.com/rust-lang/crates.io-index"
 4674checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 4675dependencies = [
 4676 "cc",
 4677 "libc",
 4678]
 4679
 4680[[package]]
 4681name = "etagere"
 4682version = "0.2.15"
 4683source = "registry+https://github.com/rust-lang/crates.io-index"
 4684checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 4685dependencies = [
 4686 "euclid",
 4687 "svg_fmt",
 4688]
 4689
 4690[[package]]
 4691name = "etcetera"
 4692version = "0.8.0"
 4693source = "registry+https://github.com/rust-lang/crates.io-index"
 4694checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 4695dependencies = [
 4696 "cfg-if",
 4697 "home",
 4698 "windows-sys 0.48.0",
 4699]
 4700
 4701[[package]]
 4702name = "euclid"
 4703version = "0.22.11"
 4704source = "registry+https://github.com/rust-lang/crates.io-index"
 4705checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 4706dependencies = [
 4707 "num-traits",
 4708]
 4709
 4710[[package]]
 4711name = "evals"
 4712version = "0.1.0"
 4713dependencies = [
 4714 "anyhow",
 4715 "clap",
 4716 "client",
 4717 "clock",
 4718 "collections",
 4719 "dap",
 4720 "env_logger 0.11.7",
 4721 "feature_flags",
 4722 "fs",
 4723 "gpui",
 4724 "http_client",
 4725 "language",
 4726 "languages",
 4727 "node_runtime",
 4728 "open_ai",
 4729 "project",
 4730 "reqwest_client",
 4731 "semantic_index",
 4732 "serde",
 4733 "serde_json",
 4734 "settings",
 4735 "smol",
 4736 "util",
 4737]
 4738
 4739[[package]]
 4740name = "event-listener"
 4741version = "2.5.3"
 4742source = "registry+https://github.com/rust-lang/crates.io-index"
 4743checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 4744
 4745[[package]]
 4746name = "event-listener"
 4747version = "5.3.1"
 4748source = "registry+https://github.com/rust-lang/crates.io-index"
 4749checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
 4750dependencies = [
 4751 "concurrent-queue",
 4752 "parking",
 4753 "pin-project-lite",
 4754]
 4755
 4756[[package]]
 4757name = "event-listener-strategy"
 4758version = "0.5.3"
 4759source = "registry+https://github.com/rust-lang/crates.io-index"
 4760checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
 4761dependencies = [
 4762 "event-listener 5.3.1",
 4763 "pin-project-lite",
 4764]
 4765
 4766[[package]]
 4767name = "exec"
 4768version = "0.3.1"
 4769source = "registry+https://github.com/rust-lang/crates.io-index"
 4770checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 4771dependencies = [
 4772 "errno 0.2.8",
 4773 "libc",
 4774]
 4775
 4776[[package]]
 4777name = "exr"
 4778version = "1.73.0"
 4779source = "registry+https://github.com/rust-lang/crates.io-index"
 4780checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 4781dependencies = [
 4782 "bit_field",
 4783 "half",
 4784 "lebe",
 4785 "miniz_oxide",
 4786 "rayon-core",
 4787 "smallvec",
 4788 "zune-inflate",
 4789]
 4790
 4791[[package]]
 4792name = "extension"
 4793version = "0.1.0"
 4794dependencies = [
 4795 "anyhow",
 4796 "async-compression",
 4797 "async-tar",
 4798 "async-trait",
 4799 "collections",
 4800 "convert_case 0.8.0",
 4801 "fs",
 4802 "futures 0.3.31",
 4803 "gpui",
 4804 "http_client",
 4805 "language",
 4806 "log",
 4807 "lsp",
 4808 "parking_lot",
 4809 "semantic_version",
 4810 "serde",
 4811 "serde_json",
 4812 "toml 0.8.20",
 4813 "util",
 4814 "wasm-encoder 0.221.3",
 4815 "wasmparser 0.221.3",
 4816 "wit-component 0.221.3",
 4817]
 4818
 4819[[package]]
 4820name = "extension_cli"
 4821version = "0.1.0"
 4822dependencies = [
 4823 "anyhow",
 4824 "clap",
 4825 "env_logger 0.11.7",
 4826 "extension",
 4827 "fs",
 4828 "gpui",
 4829 "language",
 4830 "log",
 4831 "reqwest_client",
 4832 "rpc",
 4833 "serde",
 4834 "serde_json",
 4835 "theme",
 4836 "tokio",
 4837 "toml 0.8.20",
 4838 "tree-sitter",
 4839 "wasmtime",
 4840]
 4841
 4842[[package]]
 4843name = "extension_host"
 4844version = "0.1.0"
 4845dependencies = [
 4846 "anyhow",
 4847 "async-compression",
 4848 "async-tar",
 4849 "async-trait",
 4850 "client",
 4851 "collections",
 4852 "context_server_settings",
 4853 "ctor",
 4854 "env_logger 0.11.7",
 4855 "extension",
 4856 "fs",
 4857 "futures 0.3.31",
 4858 "gpui",
 4859 "http_client",
 4860 "language",
 4861 "language_extension",
 4862 "log",
 4863 "lsp",
 4864 "node_runtime",
 4865 "parking_lot",
 4866 "paths",
 4867 "project",
 4868 "release_channel",
 4869 "remote",
 4870 "reqwest_client",
 4871 "schemars",
 4872 "semantic_version",
 4873 "serde",
 4874 "serde_json",
 4875 "serde_json_lenient",
 4876 "settings",
 4877 "task",
 4878 "telemetry",
 4879 "tempfile",
 4880 "theme",
 4881 "theme_extension",
 4882 "toml 0.8.20",
 4883 "url",
 4884 "util",
 4885 "wasmparser 0.221.3",
 4886 "wasmtime",
 4887 "wasmtime-wasi",
 4888]
 4889
 4890[[package]]
 4891name = "extensions_ui"
 4892version = "0.1.0"
 4893dependencies = [
 4894 "anyhow",
 4895 "client",
 4896 "collections",
 4897 "db",
 4898 "editor",
 4899 "extension_host",
 4900 "fs",
 4901 "fuzzy",
 4902 "gpui",
 4903 "language",
 4904 "num-format",
 4905 "picker",
 4906 "project",
 4907 "release_channel",
 4908 "semantic_version",
 4909 "serde",
 4910 "settings",
 4911 "smallvec",
 4912 "strum",
 4913 "telemetry",
 4914 "theme",
 4915 "ui",
 4916 "util",
 4917 "vim_mode_setting",
 4918 "workspace",
 4919 "zed_actions",
 4920]
 4921
 4922[[package]]
 4923name = "fallible-iterator"
 4924version = "0.3.0"
 4925source = "registry+https://github.com/rust-lang/crates.io-index"
 4926checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 4927
 4928[[package]]
 4929name = "fancy-regex"
 4930version = "0.13.0"
 4931source = "registry+https://github.com/rust-lang/crates.io-index"
 4932checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
 4933dependencies = [
 4934 "bit-set 0.5.3",
 4935 "regex-automata 0.4.9",
 4936 "regex-syntax 0.8.5",
 4937]
 4938
 4939[[package]]
 4940name = "fancy-regex"
 4941version = "0.14.0"
 4942source = "registry+https://github.com/rust-lang/crates.io-index"
 4943checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
 4944dependencies = [
 4945 "bit-set 0.8.0",
 4946 "regex-automata 0.4.9",
 4947 "regex-syntax 0.8.5",
 4948]
 4949
 4950[[package]]
 4951name = "fast-srgb8"
 4952version = "1.0.0"
 4953source = "registry+https://github.com/rust-lang/crates.io-index"
 4954checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 4955
 4956[[package]]
 4957name = "fastrand"
 4958version = "1.9.0"
 4959source = "registry+https://github.com/rust-lang/crates.io-index"
 4960checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 4961dependencies = [
 4962 "instant",
 4963]
 4964
 4965[[package]]
 4966name = "fastrand"
 4967version = "2.3.0"
 4968source = "registry+https://github.com/rust-lang/crates.io-index"
 4969checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 4970
 4971[[package]]
 4972name = "fd-lock"
 4973version = "4.0.2"
 4974source = "registry+https://github.com/rust-lang/crates.io-index"
 4975checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
 4976dependencies = [
 4977 "cfg-if",
 4978 "rustix",
 4979 "windows-sys 0.52.0",
 4980]
 4981
 4982[[package]]
 4983name = "fdeflate"
 4984version = "0.3.7"
 4985source = "registry+https://github.com/rust-lang/crates.io-index"
 4986checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 4987dependencies = [
 4988 "simd-adler32",
 4989]
 4990
 4991[[package]]
 4992name = "feature_flags"
 4993version = "0.1.0"
 4994dependencies = [
 4995 "futures 0.3.31",
 4996 "gpui",
 4997 "smol",
 4998]
 4999
 5000[[package]]
 5001name = "feedback"
 5002version = "0.1.0"
 5003dependencies = [
 5004 "client",
 5005 "editor",
 5006 "gpui",
 5007 "human_bytes",
 5008 "menu",
 5009 "release_channel",
 5010 "serde",
 5011 "sysinfo",
 5012 "ui",
 5013 "urlencoding",
 5014 "util",
 5015 "workspace",
 5016 "zed_actions",
 5017]
 5018
 5019[[package]]
 5020name = "ff"
 5021version = "0.12.1"
 5022source = "registry+https://github.com/rust-lang/crates.io-index"
 5023checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 5024dependencies = [
 5025 "rand_core 0.6.4",
 5026 "subtle",
 5027]
 5028
 5029[[package]]
 5030name = "file_finder"
 5031version = "0.1.0"
 5032dependencies = [
 5033 "anyhow",
 5034 "collections",
 5035 "ctor",
 5036 "editor",
 5037 "env_logger 0.11.7",
 5038 "file_icons",
 5039 "futures 0.3.31",
 5040 "fuzzy",
 5041 "gpui",
 5042 "language",
 5043 "menu",
 5044 "picker",
 5045 "project",
 5046 "schemars",
 5047 "serde",
 5048 "serde_derive",
 5049 "serde_json",
 5050 "settings",
 5051 "text",
 5052 "theme",
 5053 "ui",
 5054 "util",
 5055 "workspace",
 5056]
 5057
 5058[[package]]
 5059name = "file_icons"
 5060version = "0.1.0"
 5061dependencies = [
 5062 "gpui",
 5063 "serde",
 5064 "settings",
 5065 "theme",
 5066 "util",
 5067]
 5068
 5069[[package]]
 5070name = "filedescriptor"
 5071version = "0.8.3"
 5072source = "registry+https://github.com/rust-lang/crates.io-index"
 5073checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 5074dependencies = [
 5075 "libc",
 5076 "thiserror 1.0.69",
 5077 "winapi",
 5078]
 5079
 5080[[package]]
 5081name = "filetime"
 5082version = "0.2.25"
 5083source = "registry+https://github.com/rust-lang/crates.io-index"
 5084checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
 5085dependencies = [
 5086 "cfg-if",
 5087 "libc",
 5088 "libredox",
 5089 "windows-sys 0.59.0",
 5090]
 5091
 5092[[package]]
 5093name = "fixedbitset"
 5094version = "0.4.2"
 5095source = "registry+https://github.com/rust-lang/crates.io-index"
 5096checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 5097
 5098[[package]]
 5099name = "flate2"
 5100version = "1.1.0"
 5101source = "registry+https://github.com/rust-lang/crates.io-index"
 5102checksum = "11faaf5a5236997af9848be0bef4db95824b1d534ebc64d0f0c6cf3e67bd38dc"
 5103dependencies = [
 5104 "crc32fast",
 5105 "miniz_oxide",
 5106]
 5107
 5108[[package]]
 5109name = "float-cmp"
 5110version = "0.9.0"
 5111source = "registry+https://github.com/rust-lang/crates.io-index"
 5112checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 5113
 5114[[package]]
 5115name = "float-ord"
 5116version = "0.3.2"
 5117source = "registry+https://github.com/rust-lang/crates.io-index"
 5118checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 5119
 5120[[package]]
 5121name = "float_next_after"
 5122version = "1.0.0"
 5123source = "registry+https://github.com/rust-lang/crates.io-index"
 5124checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 5125
 5126[[package]]
 5127name = "flume"
 5128version = "0.11.1"
 5129source = "registry+https://github.com/rust-lang/crates.io-index"
 5130checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 5131dependencies = [
 5132 "futures-core",
 5133 "futures-sink",
 5134 "nanorand",
 5135 "spin",
 5136]
 5137
 5138[[package]]
 5139name = "fnv"
 5140version = "1.0.7"
 5141source = "registry+https://github.com/rust-lang/crates.io-index"
 5142checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 5143
 5144[[package]]
 5145name = "foldhash"
 5146version = "0.1.3"
 5147source = "registry+https://github.com/rust-lang/crates.io-index"
 5148checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
 5149
 5150[[package]]
 5151name = "font-kit"
 5152version = "0.14.1"
 5153source = "git+https://github.com/zed-industries/font-kit?rev=5474cfad4b719a72ec8ed2cb7327b2b01fd10568#5474cfad4b719a72ec8ed2cb7327b2b01fd10568"
 5154dependencies = [
 5155 "bitflags 2.9.0",
 5156 "byteorder",
 5157 "core-foundation 0.10.0",
 5158 "core-graphics 0.24.0",
 5159 "core-text",
 5160 "dirs 5.0.1",
 5161 "dwrote",
 5162 "float-ord",
 5163 "freetype-sys",
 5164 "lazy_static",
 5165 "libc",
 5166 "log",
 5167 "pathfinder_geometry",
 5168 "pathfinder_simd",
 5169 "walkdir",
 5170 "winapi",
 5171 "yeslogic-fontconfig-sys",
 5172]
 5173
 5174[[package]]
 5175name = "font-types"
 5176version = "0.8.3"
 5177source = "registry+https://github.com/rust-lang/crates.io-index"
 5178checksum = "d868ec188a98bb014c606072edd47e52e7ab7297db943b0b28503121e1d037bd"
 5179dependencies = [
 5180 "bytemuck",
 5181]
 5182
 5183[[package]]
 5184name = "fontconfig-parser"
 5185version = "0.5.7"
 5186source = "registry+https://github.com/rust-lang/crates.io-index"
 5187checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
 5188dependencies = [
 5189 "roxmltree",
 5190]
 5191
 5192[[package]]
 5193name = "fontdb"
 5194version = "0.16.2"
 5195source = "registry+https://github.com/rust-lang/crates.io-index"
 5196checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 5197dependencies = [
 5198 "fontconfig-parser",
 5199 "log",
 5200 "memmap2",
 5201 "slotmap",
 5202 "tinyvec",
 5203 "ttf-parser 0.20.0",
 5204]
 5205
 5206[[package]]
 5207name = "fontdb"
 5208version = "0.23.0"
 5209source = "registry+https://github.com/rust-lang/crates.io-index"
 5210checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 5211dependencies = [
 5212 "fontconfig-parser",
 5213 "log",
 5214 "memmap2",
 5215 "slotmap",
 5216 "tinyvec",
 5217 "ttf-parser 0.25.1",
 5218]
 5219
 5220[[package]]
 5221name = "foreign-types"
 5222version = "0.3.2"
 5223source = "registry+https://github.com/rust-lang/crates.io-index"
 5224checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 5225dependencies = [
 5226 "foreign-types-shared 0.1.1",
 5227]
 5228
 5229[[package]]
 5230name = "foreign-types"
 5231version = "0.5.0"
 5232source = "registry+https://github.com/rust-lang/crates.io-index"
 5233checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 5234dependencies = [
 5235 "foreign-types-macros",
 5236 "foreign-types-shared 0.3.1",
 5237]
 5238
 5239[[package]]
 5240name = "foreign-types-macros"
 5241version = "0.2.3"
 5242source = "registry+https://github.com/rust-lang/crates.io-index"
 5243checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 5244dependencies = [
 5245 "proc-macro2",
 5246 "quote",
 5247 "syn 2.0.100",
 5248]
 5249
 5250[[package]]
 5251name = "foreign-types-shared"
 5252version = "0.1.1"
 5253source = "registry+https://github.com/rust-lang/crates.io-index"
 5254checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 5255
 5256[[package]]
 5257name = "foreign-types-shared"
 5258version = "0.3.1"
 5259source = "registry+https://github.com/rust-lang/crates.io-index"
 5260checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 5261
 5262[[package]]
 5263name = "fork"
 5264version = "0.2.0"
 5265source = "registry+https://github.com/rust-lang/crates.io-index"
 5266checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
 5267dependencies = [
 5268 "libc",
 5269]
 5270
 5271[[package]]
 5272name = "form_urlencoded"
 5273version = "1.2.1"
 5274source = "registry+https://github.com/rust-lang/crates.io-index"
 5275checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
 5276dependencies = [
 5277 "percent-encoding",
 5278]
 5279
 5280[[package]]
 5281name = "freetype-sys"
 5282version = "0.20.1"
 5283source = "registry+https://github.com/rust-lang/crates.io-index"
 5284checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 5285dependencies = [
 5286 "cc",
 5287 "libc",
 5288 "pkg-config",
 5289]
 5290
 5291[[package]]
 5292name = "fs"
 5293version = "0.1.0"
 5294dependencies = [
 5295 "anyhow",
 5296 "ashpd",
 5297 "async-tar",
 5298 "async-trait",
 5299 "cocoa 0.26.0",
 5300 "collections",
 5301 "fsevent",
 5302 "futures 0.3.31",
 5303 "git",
 5304 "gpui",
 5305 "ignore",
 5306 "libc",
 5307 "log",
 5308 "notify 8.0.0 (git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96)",
 5309 "objc",
 5310 "parking_lot",
 5311 "paths",
 5312 "proto",
 5313 "rope",
 5314 "serde",
 5315 "serde_json",
 5316 "smol",
 5317 "tempfile",
 5318 "text",
 5319 "time",
 5320 "util",
 5321 "windows 0.61.1",
 5322]
 5323
 5324[[package]]
 5325name = "fs-set-times"
 5326version = "0.20.2"
 5327source = "registry+https://github.com/rust-lang/crates.io-index"
 5328checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
 5329dependencies = [
 5330 "io-lifetimes",
 5331 "rustix",
 5332 "windows-sys 0.59.0",
 5333]
 5334
 5335[[package]]
 5336name = "fs2"
 5337version = "0.4.3"
 5338source = "registry+https://github.com/rust-lang/crates.io-index"
 5339checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 5340dependencies = [
 5341 "libc",
 5342 "winapi",
 5343]
 5344
 5345[[package]]
 5346name = "fs_extra"
 5347version = "1.3.0"
 5348source = "registry+https://github.com/rust-lang/crates.io-index"
 5349checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 5350
 5351[[package]]
 5352name = "fsevent"
 5353version = "0.1.0"
 5354dependencies = [
 5355 "bitflags 2.9.0",
 5356 "core-foundation 0.10.0",
 5357 "fsevent-sys 3.1.0",
 5358 "parking_lot",
 5359 "tempfile",
 5360]
 5361
 5362[[package]]
 5363name = "fsevent-sys"
 5364version = "3.1.0"
 5365source = "registry+https://github.com/rust-lang/crates.io-index"
 5366checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
 5367dependencies = [
 5368 "libc",
 5369]
 5370
 5371[[package]]
 5372name = "fsevent-sys"
 5373version = "4.1.0"
 5374source = "registry+https://github.com/rust-lang/crates.io-index"
 5375checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 5376dependencies = [
 5377 "libc",
 5378]
 5379
 5380[[package]]
 5381name = "funty"
 5382version = "2.0.0"
 5383source = "registry+https://github.com/rust-lang/crates.io-index"
 5384checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 5385
 5386[[package]]
 5387name = "futf"
 5388version = "0.1.5"
 5389source = "registry+https://github.com/rust-lang/crates.io-index"
 5390checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 5391dependencies = [
 5392 "mac",
 5393 "new_debug_unreachable",
 5394]
 5395
 5396[[package]]
 5397name = "futures"
 5398version = "0.1.31"
 5399source = "registry+https://github.com/rust-lang/crates.io-index"
 5400checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 5401
 5402[[package]]
 5403name = "futures"
 5404version = "0.3.31"
 5405source = "registry+https://github.com/rust-lang/crates.io-index"
 5406checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 5407dependencies = [
 5408 "futures-channel",
 5409 "futures-core",
 5410 "futures-executor",
 5411 "futures-io",
 5412 "futures-sink",
 5413 "futures-task",
 5414 "futures-util",
 5415]
 5416
 5417[[package]]
 5418name = "futures-batch"
 5419version = "0.6.1"
 5420source = "registry+https://github.com/rust-lang/crates.io-index"
 5421checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
 5422dependencies = [
 5423 "futures 0.3.31",
 5424 "futures-timer",
 5425 "pin-utils",
 5426]
 5427
 5428[[package]]
 5429name = "futures-channel"
 5430version = "0.3.31"
 5431source = "registry+https://github.com/rust-lang/crates.io-index"
 5432checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 5433dependencies = [
 5434 "futures-core",
 5435 "futures-sink",
 5436]
 5437
 5438[[package]]
 5439name = "futures-core"
 5440version = "0.3.31"
 5441source = "registry+https://github.com/rust-lang/crates.io-index"
 5442checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 5443
 5444[[package]]
 5445name = "futures-executor"
 5446version = "0.3.31"
 5447source = "registry+https://github.com/rust-lang/crates.io-index"
 5448checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 5449dependencies = [
 5450 "futures-core",
 5451 "futures-task",
 5452 "futures-util",
 5453]
 5454
 5455[[package]]
 5456name = "futures-intrusive"
 5457version = "0.5.0"
 5458source = "registry+https://github.com/rust-lang/crates.io-index"
 5459checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 5460dependencies = [
 5461 "futures-core",
 5462 "lock_api",
 5463 "parking_lot",
 5464]
 5465
 5466[[package]]
 5467name = "futures-io"
 5468version = "0.3.31"
 5469source = "registry+https://github.com/rust-lang/crates.io-index"
 5470checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 5471
 5472[[package]]
 5473name = "futures-lite"
 5474version = "1.13.0"
 5475source = "registry+https://github.com/rust-lang/crates.io-index"
 5476checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 5477dependencies = [
 5478 "fastrand 1.9.0",
 5479 "futures-core",
 5480 "futures-io",
 5481 "memchr",
 5482 "parking",
 5483 "pin-project-lite",
 5484 "waker-fn",
 5485]
 5486
 5487[[package]]
 5488name = "futures-lite"
 5489version = "2.6.0"
 5490source = "registry+https://github.com/rust-lang/crates.io-index"
 5491checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
 5492dependencies = [
 5493 "fastrand 2.3.0",
 5494 "futures-core",
 5495 "futures-io",
 5496 "parking",
 5497 "pin-project-lite",
 5498]
 5499
 5500[[package]]
 5501name = "futures-macro"
 5502version = "0.3.31"
 5503source = "registry+https://github.com/rust-lang/crates.io-index"
 5504checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 5505dependencies = [
 5506 "proc-macro2",
 5507 "quote",
 5508 "syn 2.0.100",
 5509]
 5510
 5511[[package]]
 5512name = "futures-sink"
 5513version = "0.3.31"
 5514source = "registry+https://github.com/rust-lang/crates.io-index"
 5515checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 5516
 5517[[package]]
 5518name = "futures-task"
 5519version = "0.3.31"
 5520source = "registry+https://github.com/rust-lang/crates.io-index"
 5521checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 5522
 5523[[package]]
 5524name = "futures-timer"
 5525version = "3.0.3"
 5526source = "registry+https://github.com/rust-lang/crates.io-index"
 5527checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
 5528
 5529[[package]]
 5530name = "futures-util"
 5531version = "0.3.31"
 5532source = "registry+https://github.com/rust-lang/crates.io-index"
 5533checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 5534dependencies = [
 5535 "futures 0.1.31",
 5536 "futures-channel",
 5537 "futures-core",
 5538 "futures-io",
 5539 "futures-macro",
 5540 "futures-sink",
 5541 "futures-task",
 5542 "memchr",
 5543 "pin-project-lite",
 5544 "pin-utils",
 5545 "slab",
 5546 "tokio-io",
 5547]
 5548
 5549[[package]]
 5550name = "fuzzy"
 5551version = "0.1.0"
 5552dependencies = [
 5553 "gpui",
 5554 "log",
 5555 "util",
 5556]
 5557
 5558[[package]]
 5559name = "fuzzy-matcher"
 5560version = "0.3.7"
 5561source = "registry+https://github.com/rust-lang/crates.io-index"
 5562checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 5563dependencies = [
 5564 "thread_local",
 5565]
 5566
 5567[[package]]
 5568name = "generic-array"
 5569version = "0.14.7"
 5570source = "registry+https://github.com/rust-lang/crates.io-index"
 5571checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 5572dependencies = [
 5573 "typenum",
 5574 "version_check",
 5575]
 5576
 5577[[package]]
 5578name = "gethostname"
 5579version = "0.4.3"
 5580source = "registry+https://github.com/rust-lang/crates.io-index"
 5581checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
 5582dependencies = [
 5583 "libc",
 5584 "windows-targets 0.48.5",
 5585]
 5586
 5587[[package]]
 5588name = "getrandom"
 5589version = "0.1.16"
 5590source = "registry+https://github.com/rust-lang/crates.io-index"
 5591checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
 5592dependencies = [
 5593 "cfg-if",
 5594 "libc",
 5595 "wasi 0.9.0+wasi-snapshot-preview1",
 5596]
 5597
 5598[[package]]
 5599name = "getrandom"
 5600version = "0.2.15"
 5601source = "registry+https://github.com/rust-lang/crates.io-index"
 5602checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
 5603dependencies = [
 5604 "cfg-if",
 5605 "js-sys",
 5606 "libc",
 5607 "wasi 0.11.0+wasi-snapshot-preview1",
 5608 "wasm-bindgen",
 5609]
 5610
 5611[[package]]
 5612name = "getrandom"
 5613version = "0.3.1"
 5614source = "registry+https://github.com/rust-lang/crates.io-index"
 5615checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
 5616dependencies = [
 5617 "cfg-if",
 5618 "libc",
 5619 "wasi 0.13.3+wasi-0.2.2",
 5620 "windows-targets 0.52.6",
 5621]
 5622
 5623[[package]]
 5624name = "gif"
 5625version = "0.13.1"
 5626source = "registry+https://github.com/rust-lang/crates.io-index"
 5627checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
 5628dependencies = [
 5629 "color_quant",
 5630 "weezl",
 5631]
 5632
 5633[[package]]
 5634name = "gimli"
 5635version = "0.31.1"
 5636source = "registry+https://github.com/rust-lang/crates.io-index"
 5637checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
 5638dependencies = [
 5639 "fallible-iterator",
 5640 "indexmap",
 5641 "stable_deref_trait",
 5642]
 5643
 5644[[package]]
 5645name = "git"
 5646version = "0.1.0"
 5647dependencies = [
 5648 "anyhow",
 5649 "askpass",
 5650 "async-trait",
 5651 "collections",
 5652 "derive_more",
 5653 "futures 0.3.31",
 5654 "git2",
 5655 "gpui",
 5656 "http_client",
 5657 "log",
 5658 "parking_lot",
 5659 "pretty_assertions",
 5660 "regex",
 5661 "rope",
 5662 "schemars",
 5663 "serde",
 5664 "serde_json",
 5665 "smol",
 5666 "sum_tree",
 5667 "tempfile",
 5668 "text",
 5669 "thiserror 2.0.12",
 5670 "time",
 5671 "unindent",
 5672 "url",
 5673 "util",
 5674 "uuid",
 5675]
 5676
 5677[[package]]
 5678name = "git2"
 5679version = "0.20.1"
 5680source = "registry+https://github.com/rust-lang/crates.io-index"
 5681checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
 5682dependencies = [
 5683 "bitflags 2.9.0",
 5684 "libc",
 5685 "libgit2-sys",
 5686 "log",
 5687 "url",
 5688]
 5689
 5690[[package]]
 5691name = "git_hosting_providers"
 5692version = "0.1.0"
 5693dependencies = [
 5694 "anyhow",
 5695 "async-trait",
 5696 "futures 0.3.31",
 5697 "git",
 5698 "gpui",
 5699 "http_client",
 5700 "indoc",
 5701 "pretty_assertions",
 5702 "regex",
 5703 "schemars",
 5704 "serde",
 5705 "serde_json",
 5706 "settings",
 5707 "url",
 5708 "util",
 5709]
 5710
 5711[[package]]
 5712name = "git_ui"
 5713version = "0.1.0"
 5714dependencies = [
 5715 "anyhow",
 5716 "askpass",
 5717 "assistant_settings",
 5718 "buffer_diff",
 5719 "chrono",
 5720 "collections",
 5721 "command_palette_hooks",
 5722 "component",
 5723 "ctor",
 5724 "db",
 5725 "editor",
 5726 "env_logger 0.11.7",
 5727 "futures 0.3.31",
 5728 "fuzzy",
 5729 "git",
 5730 "gpui",
 5731 "itertools 0.14.0",
 5732 "language",
 5733 "language_model",
 5734 "linkify",
 5735 "linkme",
 5736 "log",
 5737 "markdown",
 5738 "menu",
 5739 "multi_buffer",
 5740 "notifications",
 5741 "panel",
 5742 "picker",
 5743 "postage",
 5744 "pretty_assertions",
 5745 "project",
 5746 "schemars",
 5747 "serde",
 5748 "serde_derive",
 5749 "serde_json",
 5750 "settings",
 5751 "strum",
 5752 "telemetry",
 5753 "theme",
 5754 "time",
 5755 "time_format",
 5756 "ui",
 5757 "unindent",
 5758 "util",
 5759 "windows 0.61.1",
 5760 "workspace",
 5761 "zed_actions",
 5762]
 5763
 5764[[package]]
 5765name = "glob"
 5766version = "0.3.1"
 5767source = "registry+https://github.com/rust-lang/crates.io-index"
 5768checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
 5769
 5770[[package]]
 5771name = "globset"
 5772version = "0.4.16"
 5773source = "registry+https://github.com/rust-lang/crates.io-index"
 5774checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
 5775dependencies = [
 5776 "aho-corasick",
 5777 "bstr",
 5778 "log",
 5779 "regex-automata 0.4.9",
 5780 "regex-syntax 0.8.5",
 5781]
 5782
 5783[[package]]
 5784name = "gloo-timers"
 5785version = "0.3.0"
 5786source = "registry+https://github.com/rust-lang/crates.io-index"
 5787checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 5788dependencies = [
 5789 "futures-channel",
 5790 "futures-core",
 5791 "js-sys",
 5792 "wasm-bindgen",
 5793]
 5794
 5795[[package]]
 5796name = "glow"
 5797version = "0.14.2"
 5798source = "registry+https://github.com/rust-lang/crates.io-index"
 5799checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
 5800dependencies = [
 5801 "js-sys",
 5802 "slotmap",
 5803 "wasm-bindgen",
 5804 "web-sys",
 5805]
 5806
 5807[[package]]
 5808name = "go_to_line"
 5809version = "0.1.0"
 5810dependencies = [
 5811 "anyhow",
 5812 "editor",
 5813 "gpui",
 5814 "indoc",
 5815 "language",
 5816 "menu",
 5817 "project",
 5818 "rope",
 5819 "schemars",
 5820 "serde",
 5821 "serde_json",
 5822 "settings",
 5823 "text",
 5824 "theme",
 5825 "tree-sitter-rust",
 5826 "tree-sitter-typescript",
 5827 "ui",
 5828 "util",
 5829 "workspace",
 5830]
 5831
 5832[[package]]
 5833name = "google_ai"
 5834version = "0.1.0"
 5835dependencies = [
 5836 "anyhow",
 5837 "futures 0.3.31",
 5838 "http_client",
 5839 "schemars",
 5840 "serde",
 5841 "serde_json",
 5842 "strum",
 5843]
 5844
 5845[[package]]
 5846name = "gpu-alloc"
 5847version = "0.6.0"
 5848source = "registry+https://github.com/rust-lang/crates.io-index"
 5849checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
 5850dependencies = [
 5851 "bitflags 2.9.0",
 5852 "gpu-alloc-types",
 5853]
 5854
 5855[[package]]
 5856name = "gpu-alloc-ash"
 5857version = "0.7.0"
 5858source = "registry+https://github.com/rust-lang/crates.io-index"
 5859checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
 5860dependencies = [
 5861 "ash",
 5862 "gpu-alloc-types",
 5863 "tinyvec",
 5864]
 5865
 5866[[package]]
 5867name = "gpu-alloc-types"
 5868version = "0.3.0"
 5869source = "registry+https://github.com/rust-lang/crates.io-index"
 5870checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
 5871dependencies = [
 5872 "bitflags 2.9.0",
 5873]
 5874
 5875[[package]]
 5876name = "gpui"
 5877version = "0.1.0"
 5878dependencies = [
 5879 "anyhow",
 5880 "as-raw-xcb-connection",
 5881 "ashpd",
 5882 "async-task",
 5883 "backtrace",
 5884 "bindgen 0.71.1",
 5885 "blade-graphics",
 5886 "blade-macros",
 5887 "blade-util",
 5888 "block",
 5889 "bytemuck",
 5890 "calloop",
 5891 "calloop-wayland-source",
 5892 "cbindgen 0.28.0",
 5893 "cocoa 0.26.0",
 5894 "collections",
 5895 "core-foundation 0.10.0",
 5896 "core-foundation-sys",
 5897 "core-graphics 0.24.0",
 5898 "core-text",
 5899 "core-video",
 5900 "cosmic-text",
 5901 "ctor",
 5902 "derive_more",
 5903 "embed-resource",
 5904 "env_logger 0.11.7",
 5905 "etagere",
 5906 "filedescriptor",
 5907 "flume",
 5908 "font-kit",
 5909 "foreign-types 0.5.0",
 5910 "futures 0.3.31",
 5911 "gpui_macros",
 5912 "http_client",
 5913 "image",
 5914 "inventory",
 5915 "itertools 0.14.0",
 5916 "log",
 5917 "lyon",
 5918 "media",
 5919 "metal",
 5920 "naga",
 5921 "num_cpus",
 5922 "objc",
 5923 "objc2",
 5924 "objc2-metal",
 5925 "oo7",
 5926 "open",
 5927 "parking",
 5928 "parking_lot",
 5929 "pathfinder_geometry",
 5930 "postage",
 5931 "profiling",
 5932 "rand 0.8.5",
 5933 "raw-window-handle",
 5934 "refineable",
 5935 "reqwest_client",
 5936 "resvg",
 5937 "schemars",
 5938 "seahash",
 5939 "semantic_version",
 5940 "serde",
 5941 "serde_derive",
 5942 "serde_json",
 5943 "slotmap",
 5944 "smallvec",
 5945 "smol",
 5946 "strum",
 5947 "sum_tree",
 5948 "taffy",
 5949 "thiserror 2.0.12",
 5950 "unicode-segmentation",
 5951 "usvg",
 5952 "util",
 5953 "uuid",
 5954 "waker-fn",
 5955 "wayland-backend",
 5956 "wayland-client",
 5957 "wayland-cursor",
 5958 "wayland-protocols",
 5959 "wayland-protocols-plasma",
 5960 "windows 0.61.1",
 5961 "windows-core 0.61.0",
 5962 "windows-numerics",
 5963 "x11-clipboard",
 5964 "x11rb",
 5965 "xim",
 5966 "xkbcommon",
 5967]
 5968
 5969[[package]]
 5970name = "gpui_macros"
 5971version = "0.1.0"
 5972dependencies = [
 5973 "gpui",
 5974 "proc-macro2",
 5975 "quote",
 5976 "syn 1.0.109",
 5977]
 5978
 5979[[package]]
 5980name = "gpui_tokio"
 5981version = "0.1.0"
 5982dependencies = [
 5983 "gpui",
 5984 "tokio",
 5985 "util",
 5986]
 5987
 5988[[package]]
 5989name = "grid"
 5990version = "0.13.0"
 5991source = "registry+https://github.com/rust-lang/crates.io-index"
 5992checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
 5993
 5994[[package]]
 5995name = "group"
 5996version = "0.12.1"
 5997source = "registry+https://github.com/rust-lang/crates.io-index"
 5998checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 5999dependencies = [
 6000 "ff",
 6001 "rand_core 0.6.4",
 6002 "subtle",
 6003]
 6004
 6005[[package]]
 6006name = "h2"
 6007version = "0.3.26"
 6008source = "registry+https://github.com/rust-lang/crates.io-index"
 6009checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
 6010dependencies = [
 6011 "bytes 1.10.1",
 6012 "fnv",
 6013 "futures-core",
 6014 "futures-sink",
 6015 "futures-util",
 6016 "http 0.2.12",
 6017 "indexmap",
 6018 "slab",
 6019 "tokio",
 6020 "tokio-util",
 6021 "tracing",
 6022]
 6023
 6024[[package]]
 6025name = "h2"
 6026version = "0.4.7"
 6027source = "registry+https://github.com/rust-lang/crates.io-index"
 6028checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
 6029dependencies = [
 6030 "atomic-waker",
 6031 "bytes 1.10.1",
 6032 "fnv",
 6033 "futures-core",
 6034 "futures-sink",
 6035 "http 1.2.0",
 6036 "indexmap",
 6037 "slab",
 6038 "tokio",
 6039 "tokio-util",
 6040 "tracing",
 6041]
 6042
 6043[[package]]
 6044name = "half"
 6045version = "2.4.1"
 6046source = "registry+https://github.com/rust-lang/crates.io-index"
 6047checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
 6048dependencies = [
 6049 "cfg-if",
 6050 "crunchy",
 6051]
 6052
 6053[[package]]
 6054name = "handlebars"
 6055version = "4.5.0"
 6056source = "registry+https://github.com/rust-lang/crates.io-index"
 6057checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 6058dependencies = [
 6059 "log",
 6060 "pest",
 6061 "pest_derive",
 6062 "serde",
 6063 "serde_json",
 6064 "thiserror 1.0.69",
 6065]
 6066
 6067[[package]]
 6068name = "handlebars"
 6069version = "6.2.0"
 6070source = "registry+https://github.com/rust-lang/crates.io-index"
 6071checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
 6072dependencies = [
 6073 "log",
 6074 "num-order",
 6075 "pest",
 6076 "pest_derive",
 6077 "serde",
 6078 "serde_json",
 6079 "thiserror 1.0.69",
 6080]
 6081
 6082[[package]]
 6083name = "hashbrown"
 6084version = "0.12.3"
 6085source = "registry+https://github.com/rust-lang/crates.io-index"
 6086checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 6087dependencies = [
 6088 "ahash 0.7.8",
 6089]
 6090
 6091[[package]]
 6092name = "hashbrown"
 6093version = "0.14.5"
 6094source = "registry+https://github.com/rust-lang/crates.io-index"
 6095checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 6096dependencies = [
 6097 "ahash 0.8.11",
 6098 "allocator-api2",
 6099]
 6100
 6101[[package]]
 6102name = "hashbrown"
 6103version = "0.15.2"
 6104source = "registry+https://github.com/rust-lang/crates.io-index"
 6105checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
 6106dependencies = [
 6107 "allocator-api2",
 6108 "equivalent",
 6109 "foldhash",
 6110 "serde",
 6111]
 6112
 6113[[package]]
 6114name = "hashlink"
 6115version = "0.8.4"
 6116source = "registry+https://github.com/rust-lang/crates.io-index"
 6117checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 6118dependencies = [
 6119 "hashbrown 0.14.5",
 6120]
 6121
 6122[[package]]
 6123name = "hashlink"
 6124version = "0.10.0"
 6125source = "registry+https://github.com/rust-lang/crates.io-index"
 6126checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 6127dependencies = [
 6128 "hashbrown 0.15.2",
 6129]
 6130
 6131[[package]]
 6132name = "headers"
 6133version = "0.3.9"
 6134source = "registry+https://github.com/rust-lang/crates.io-index"
 6135checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 6136dependencies = [
 6137 "base64 0.21.7",
 6138 "bytes 1.10.1",
 6139 "headers-core",
 6140 "http 0.2.12",
 6141 "httpdate",
 6142 "mime",
 6143 "sha1",
 6144]
 6145
 6146[[package]]
 6147name = "headers-core"
 6148version = "0.2.0"
 6149source = "registry+https://github.com/rust-lang/crates.io-index"
 6150checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 6151dependencies = [
 6152 "http 0.2.12",
 6153]
 6154
 6155[[package]]
 6156name = "heck"
 6157version = "0.3.3"
 6158source = "registry+https://github.com/rust-lang/crates.io-index"
 6159checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 6160dependencies = [
 6161 "unicode-segmentation",
 6162]
 6163
 6164[[package]]
 6165name = "heck"
 6166version = "0.4.1"
 6167source = "registry+https://github.com/rust-lang/crates.io-index"
 6168checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 6169dependencies = [
 6170 "unicode-segmentation",
 6171]
 6172
 6173[[package]]
 6174name = "heck"
 6175version = "0.5.0"
 6176source = "registry+https://github.com/rust-lang/crates.io-index"
 6177checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 6178
 6179[[package]]
 6180name = "heed"
 6181version = "0.21.0"
 6182source = "registry+https://github.com/rust-lang/crates.io-index"
 6183checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 6184dependencies = [
 6185 "bitflags 2.9.0",
 6186 "byteorder",
 6187 "heed-traits",
 6188 "heed-types",
 6189 "libc",
 6190 "lmdb-master-sys",
 6191 "once_cell",
 6192 "page_size",
 6193 "serde",
 6194 "synchronoise",
 6195 "url",
 6196]
 6197
 6198[[package]]
 6199name = "heed-traits"
 6200version = "0.20.0"
 6201source = "registry+https://github.com/rust-lang/crates.io-index"
 6202checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 6203
 6204[[package]]
 6205name = "heed-types"
 6206version = "0.21.0"
 6207source = "registry+https://github.com/rust-lang/crates.io-index"
 6208checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 6209dependencies = [
 6210 "bincode",
 6211 "byteorder",
 6212 "heed-traits",
 6213 "serde",
 6214 "serde_json",
 6215]
 6216
 6217[[package]]
 6218name = "hermit-abi"
 6219version = "0.3.9"
 6220source = "registry+https://github.com/rust-lang/crates.io-index"
 6221checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
 6222
 6223[[package]]
 6224name = "hermit-abi"
 6225version = "0.4.0"
 6226source = "registry+https://github.com/rust-lang/crates.io-index"
 6227checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
 6228
 6229[[package]]
 6230name = "hex"
 6231version = "0.4.3"
 6232source = "registry+https://github.com/rust-lang/crates.io-index"
 6233checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 6234
 6235[[package]]
 6236name = "hexf-parse"
 6237version = "0.2.1"
 6238source = "registry+https://github.com/rust-lang/crates.io-index"
 6239checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 6240
 6241[[package]]
 6242name = "hidden-trait"
 6243version = "0.1.2"
 6244source = "registry+https://github.com/rust-lang/crates.io-index"
 6245checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
 6246dependencies = [
 6247 "proc-macro2",
 6248 "quote",
 6249 "syn 1.0.109",
 6250]
 6251
 6252[[package]]
 6253name = "hkdf"
 6254version = "0.12.4"
 6255source = "registry+https://github.com/rust-lang/crates.io-index"
 6256checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 6257dependencies = [
 6258 "hmac",
 6259]
 6260
 6261[[package]]
 6262name = "hmac"
 6263version = "0.12.1"
 6264source = "registry+https://github.com/rust-lang/crates.io-index"
 6265checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 6266dependencies = [
 6267 "digest",
 6268]
 6269
 6270[[package]]
 6271name = "home"
 6272version = "0.5.9"
 6273source = "registry+https://github.com/rust-lang/crates.io-index"
 6274checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
 6275dependencies = [
 6276 "windows-sys 0.52.0",
 6277]
 6278
 6279[[package]]
 6280name = "hound"
 6281version = "3.5.1"
 6282source = "registry+https://github.com/rust-lang/crates.io-index"
 6283checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 6284
 6285[[package]]
 6286name = "html5ever"
 6287version = "0.27.0"
 6288source = "registry+https://github.com/rust-lang/crates.io-index"
 6289checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 6290dependencies = [
 6291 "log",
 6292 "mac",
 6293 "markup5ever",
 6294 "proc-macro2",
 6295 "quote",
 6296 "syn 2.0.100",
 6297]
 6298
 6299[[package]]
 6300name = "html_to_markdown"
 6301version = "0.1.0"
 6302dependencies = [
 6303 "anyhow",
 6304 "html5ever",
 6305 "indoc",
 6306 "markup5ever_rcdom",
 6307 "pretty_assertions",
 6308 "regex",
 6309]
 6310
 6311[[package]]
 6312name = "http"
 6313version = "0.2.12"
 6314source = "registry+https://github.com/rust-lang/crates.io-index"
 6315checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 6316dependencies = [
 6317 "bytes 1.10.1",
 6318 "fnv",
 6319 "itoa",
 6320]
 6321
 6322[[package]]
 6323name = "http"
 6324version = "1.2.0"
 6325source = "registry+https://github.com/rust-lang/crates.io-index"
 6326checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
 6327dependencies = [
 6328 "bytes 1.10.1",
 6329 "fnv",
 6330 "itoa",
 6331]
 6332
 6333[[package]]
 6334name = "http-body"
 6335version = "0.4.6"
 6336source = "registry+https://github.com/rust-lang/crates.io-index"
 6337checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 6338dependencies = [
 6339 "bytes 1.10.1",
 6340 "http 0.2.12",
 6341 "pin-project-lite",
 6342]
 6343
 6344[[package]]
 6345name = "http-body"
 6346version = "1.0.1"
 6347source = "registry+https://github.com/rust-lang/crates.io-index"
 6348checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 6349dependencies = [
 6350 "bytes 1.10.1",
 6351 "http 1.2.0",
 6352]
 6353
 6354[[package]]
 6355name = "http-body-util"
 6356version = "0.1.2"
 6357source = "registry+https://github.com/rust-lang/crates.io-index"
 6358checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
 6359dependencies = [
 6360 "bytes 1.10.1",
 6361 "futures-util",
 6362 "http 1.2.0",
 6363 "http-body 1.0.1",
 6364 "pin-project-lite",
 6365]
 6366
 6367[[package]]
 6368name = "http-range-header"
 6369version = "0.3.1"
 6370source = "registry+https://github.com/rust-lang/crates.io-index"
 6371checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 6372
 6373[[package]]
 6374name = "http-types"
 6375version = "2.12.0"
 6376source = "registry+https://github.com/rust-lang/crates.io-index"
 6377checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
 6378dependencies = [
 6379 "anyhow",
 6380 "async-channel 1.9.0",
 6381 "base64 0.13.1",
 6382 "futures-lite 1.13.0",
 6383 "http 0.2.12",
 6384 "infer",
 6385 "pin-project-lite",
 6386 "rand 0.7.3",
 6387 "serde",
 6388 "serde_json",
 6389 "serde_qs 0.8.5",
 6390 "serde_urlencoded",
 6391 "url",
 6392]
 6393
 6394[[package]]
 6395name = "http_client"
 6396version = "0.1.0"
 6397dependencies = [
 6398 "anyhow",
 6399 "bytes 1.10.1",
 6400 "derive_more",
 6401 "futures 0.3.31",
 6402 "http 1.2.0",
 6403 "log",
 6404 "serde",
 6405 "serde_json",
 6406 "url",
 6407]
 6408
 6409[[package]]
 6410name = "http_client_tls"
 6411version = "0.1.0"
 6412dependencies = [
 6413 "rustls 0.23.25",
 6414 "rustls-platform-verifier",
 6415]
 6416
 6417[[package]]
 6418name = "httparse"
 6419version = "1.9.5"
 6420source = "registry+https://github.com/rust-lang/crates.io-index"
 6421checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
 6422
 6423[[package]]
 6424name = "httpdate"
 6425version = "1.0.3"
 6426source = "registry+https://github.com/rust-lang/crates.io-index"
 6427checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 6428
 6429[[package]]
 6430name = "human_bytes"
 6431version = "0.4.3"
 6432source = "registry+https://github.com/rust-lang/crates.io-index"
 6433checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 6434
 6435[[package]]
 6436name = "humantime"
 6437version = "2.1.0"
 6438source = "registry+https://github.com/rust-lang/crates.io-index"
 6439checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
 6440
 6441[[package]]
 6442name = "hyper"
 6443version = "0.14.32"
 6444source = "registry+https://github.com/rust-lang/crates.io-index"
 6445checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 6446dependencies = [
 6447 "bytes 1.10.1",
 6448 "futures-channel",
 6449 "futures-core",
 6450 "futures-util",
 6451 "h2 0.3.26",
 6452 "http 0.2.12",
 6453 "http-body 0.4.6",
 6454 "httparse",
 6455 "httpdate",
 6456 "itoa",
 6457 "pin-project-lite",
 6458 "socket2",
 6459 "tokio",
 6460 "tower-service",
 6461 "tracing",
 6462 "want",
 6463]
 6464
 6465[[package]]
 6466name = "hyper"
 6467version = "1.5.1"
 6468source = "registry+https://github.com/rust-lang/crates.io-index"
 6469checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
 6470dependencies = [
 6471 "bytes 1.10.1",
 6472 "futures-channel",
 6473 "futures-util",
 6474 "h2 0.4.7",
 6475 "http 1.2.0",
 6476 "http-body 1.0.1",
 6477 "httparse",
 6478 "itoa",
 6479 "pin-project-lite",
 6480 "smallvec",
 6481 "tokio",
 6482 "want",
 6483]
 6484
 6485[[package]]
 6486name = "hyper-rustls"
 6487version = "0.24.2"
 6488source = "registry+https://github.com/rust-lang/crates.io-index"
 6489checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 6490dependencies = [
 6491 "futures-util",
 6492 "http 0.2.12",
 6493 "hyper 0.14.32",
 6494 "log",
 6495 "rustls 0.21.12",
 6496 "rustls-native-certs 0.6.3",
 6497 "tokio",
 6498 "tokio-rustls 0.24.1",
 6499]
 6500
 6501[[package]]
 6502name = "hyper-rustls"
 6503version = "0.27.3"
 6504source = "registry+https://github.com/rust-lang/crates.io-index"
 6505checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
 6506dependencies = [
 6507 "futures-util",
 6508 "http 1.2.0",
 6509 "hyper 1.5.1",
 6510 "hyper-util",
 6511 "rustls 0.23.25",
 6512 "rustls-native-certs 0.8.1",
 6513 "rustls-pki-types",
 6514 "tokio",
 6515 "tokio-rustls 0.26.1",
 6516 "tower-service",
 6517]
 6518
 6519[[package]]
 6520name = "hyper-tls"
 6521version = "0.5.0"
 6522source = "registry+https://github.com/rust-lang/crates.io-index"
 6523checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 6524dependencies = [
 6525 "bytes 1.10.1",
 6526 "hyper 0.14.32",
 6527 "native-tls",
 6528 "tokio",
 6529 "tokio-native-tls",
 6530]
 6531
 6532[[package]]
 6533name = "hyper-util"
 6534version = "0.1.10"
 6535source = "registry+https://github.com/rust-lang/crates.io-index"
 6536checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
 6537dependencies = [
 6538 "bytes 1.10.1",
 6539 "futures-channel",
 6540 "futures-util",
 6541 "http 1.2.0",
 6542 "http-body 1.0.1",
 6543 "hyper 1.5.1",
 6544 "pin-project-lite",
 6545 "socket2",
 6546 "tokio",
 6547 "tower-service",
 6548 "tracing",
 6549]
 6550
 6551[[package]]
 6552name = "iana-time-zone"
 6553version = "0.1.61"
 6554source = "registry+https://github.com/rust-lang/crates.io-index"
 6555checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
 6556dependencies = [
 6557 "android_system_properties",
 6558 "core-foundation-sys",
 6559 "iana-time-zone-haiku",
 6560 "js-sys",
 6561 "wasm-bindgen",
 6562 "windows-core 0.52.0",
 6563]
 6564
 6565[[package]]
 6566name = "iana-time-zone-haiku"
 6567version = "0.1.2"
 6568source = "registry+https://github.com/rust-lang/crates.io-index"
 6569checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 6570dependencies = [
 6571 "cc",
 6572]
 6573
 6574[[package]]
 6575name = "icons"
 6576version = "0.1.0"
 6577dependencies = [
 6578 "serde",
 6579 "strum",
 6580]
 6581
 6582[[package]]
 6583name = "icu_collections"
 6584version = "1.5.0"
 6585source = "registry+https://github.com/rust-lang/crates.io-index"
 6586checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
 6587dependencies = [
 6588 "displaydoc",
 6589 "yoke",
 6590 "zerofrom",
 6591 "zerovec",
 6592]
 6593
 6594[[package]]
 6595name = "icu_locid"
 6596version = "1.5.0"
 6597source = "registry+https://github.com/rust-lang/crates.io-index"
 6598checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
 6599dependencies = [
 6600 "displaydoc",
 6601 "litemap",
 6602 "tinystr",
 6603 "writeable",
 6604 "zerovec",
 6605]
 6606
 6607[[package]]
 6608name = "icu_locid_transform"
 6609version = "1.5.0"
 6610source = "registry+https://github.com/rust-lang/crates.io-index"
 6611checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
 6612dependencies = [
 6613 "displaydoc",
 6614 "icu_locid",
 6615 "icu_locid_transform_data",
 6616 "icu_provider",
 6617 "tinystr",
 6618 "zerovec",
 6619]
 6620
 6621[[package]]
 6622name = "icu_locid_transform_data"
 6623version = "1.5.0"
 6624source = "registry+https://github.com/rust-lang/crates.io-index"
 6625checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
 6626
 6627[[package]]
 6628name = "icu_normalizer"
 6629version = "1.5.0"
 6630source = "registry+https://github.com/rust-lang/crates.io-index"
 6631checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
 6632dependencies = [
 6633 "displaydoc",
 6634 "icu_collections",
 6635 "icu_normalizer_data",
 6636 "icu_properties",
 6637 "icu_provider",
 6638 "smallvec",
 6639 "utf16_iter",
 6640 "utf8_iter",
 6641 "write16",
 6642 "zerovec",
 6643]
 6644
 6645[[package]]
 6646name = "icu_normalizer_data"
 6647version = "1.5.0"
 6648source = "registry+https://github.com/rust-lang/crates.io-index"
 6649checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
 6650
 6651[[package]]
 6652name = "icu_properties"
 6653version = "1.5.1"
 6654source = "registry+https://github.com/rust-lang/crates.io-index"
 6655checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
 6656dependencies = [
 6657 "displaydoc",
 6658 "icu_collections",
 6659 "icu_locid_transform",
 6660 "icu_properties_data",
 6661 "icu_provider",
 6662 "tinystr",
 6663 "zerovec",
 6664]
 6665
 6666[[package]]
 6667name = "icu_properties_data"
 6668version = "1.5.0"
 6669source = "registry+https://github.com/rust-lang/crates.io-index"
 6670checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
 6671
 6672[[package]]
 6673name = "icu_provider"
 6674version = "1.5.0"
 6675source = "registry+https://github.com/rust-lang/crates.io-index"
 6676checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
 6677dependencies = [
 6678 "displaydoc",
 6679 "icu_locid",
 6680 "icu_provider_macros",
 6681 "stable_deref_trait",
 6682 "tinystr",
 6683 "writeable",
 6684 "yoke",
 6685 "zerofrom",
 6686 "zerovec",
 6687]
 6688
 6689[[package]]
 6690name = "icu_provider_macros"
 6691version = "1.5.0"
 6692source = "registry+https://github.com/rust-lang/crates.io-index"
 6693checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
 6694dependencies = [
 6695 "proc-macro2",
 6696 "quote",
 6697 "syn 2.0.100",
 6698]
 6699
 6700[[package]]
 6701name = "id-arena"
 6702version = "2.2.1"
 6703source = "registry+https://github.com/rust-lang/crates.io-index"
 6704checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 6705
 6706[[package]]
 6707name = "idna"
 6708version = "1.0.3"
 6709source = "registry+https://github.com/rust-lang/crates.io-index"
 6710checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
 6711dependencies = [
 6712 "idna_adapter",
 6713 "smallvec",
 6714 "utf8_iter",
 6715]
 6716
 6717[[package]]
 6718name = "idna_adapter"
 6719version = "1.2.0"
 6720source = "registry+https://github.com/rust-lang/crates.io-index"
 6721checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
 6722dependencies = [
 6723 "icu_normalizer",
 6724 "icu_properties",
 6725]
 6726
 6727[[package]]
 6728name = "ignore"
 6729version = "0.4.23"
 6730source = "registry+https://github.com/rust-lang/crates.io-index"
 6731checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
 6732dependencies = [
 6733 "crossbeam-deque",
 6734 "globset",
 6735 "log",
 6736 "memchr",
 6737 "regex-automata 0.4.9",
 6738 "same-file",
 6739 "walkdir",
 6740 "winapi-util",
 6741]
 6742
 6743[[package]]
 6744name = "image"
 6745version = "0.25.6"
 6746source = "registry+https://github.com/rust-lang/crates.io-index"
 6747checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
 6748dependencies = [
 6749 "bytemuck",
 6750 "byteorder-lite",
 6751 "color_quant",
 6752 "exr",
 6753 "gif",
 6754 "image-webp",
 6755 "num-traits",
 6756 "png",
 6757 "qoi",
 6758 "ravif",
 6759 "rayon",
 6760 "rgb",
 6761 "tiff",
 6762 "zune-core",
 6763 "zune-jpeg",
 6764]
 6765
 6766[[package]]
 6767name = "image-webp"
 6768version = "0.2.0"
 6769source = "registry+https://github.com/rust-lang/crates.io-index"
 6770checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
 6771dependencies = [
 6772 "byteorder-lite",
 6773 "quick-error",
 6774]
 6775
 6776[[package]]
 6777name = "image_viewer"
 6778version = "0.1.0"
 6779dependencies = [
 6780 "anyhow",
 6781 "db",
 6782 "editor",
 6783 "file_icons",
 6784 "gpui",
 6785 "project",
 6786 "schemars",
 6787 "serde",
 6788 "settings",
 6789 "theme",
 6790 "ui",
 6791 "util",
 6792 "workspace",
 6793]
 6794
 6795[[package]]
 6796name = "imagesize"
 6797version = "0.13.0"
 6798source = "registry+https://github.com/rust-lang/crates.io-index"
 6799checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 6800
 6801[[package]]
 6802name = "imara-diff"
 6803version = "0.1.8"
 6804source = "registry+https://github.com/rust-lang/crates.io-index"
 6805checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 6806dependencies = [
 6807 "hashbrown 0.15.2",
 6808]
 6809
 6810[[package]]
 6811name = "imgref"
 6812version = "1.11.0"
 6813source = "registry+https://github.com/rust-lang/crates.io-index"
 6814checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
 6815
 6816[[package]]
 6817name = "indexed_docs"
 6818version = "0.1.0"
 6819dependencies = [
 6820 "anyhow",
 6821 "async-trait",
 6822 "cargo_metadata",
 6823 "collections",
 6824 "derive_more",
 6825 "extension",
 6826 "fs",
 6827 "futures 0.3.31",
 6828 "fuzzy",
 6829 "gpui",
 6830 "heed",
 6831 "html_to_markdown",
 6832 "http_client",
 6833 "indexmap",
 6834 "indoc",
 6835 "parking_lot",
 6836 "paths",
 6837 "pretty_assertions",
 6838 "serde",
 6839 "strum",
 6840 "util",
 6841]
 6842
 6843[[package]]
 6844name = "indexmap"
 6845version = "2.7.1"
 6846source = "registry+https://github.com/rust-lang/crates.io-index"
 6847checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
 6848dependencies = [
 6849 "equivalent",
 6850 "hashbrown 0.15.2",
 6851 "serde",
 6852]
 6853
 6854[[package]]
 6855name = "indoc"
 6856version = "2.0.6"
 6857source = "registry+https://github.com/rust-lang/crates.io-index"
 6858checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 6859
 6860[[package]]
 6861name = "infer"
 6862version = "0.2.3"
 6863source = "registry+https://github.com/rust-lang/crates.io-index"
 6864checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
 6865
 6866[[package]]
 6867name = "inherent"
 6868version = "1.0.11"
 6869source = "registry+https://github.com/rust-lang/crates.io-index"
 6870checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
 6871dependencies = [
 6872 "proc-macro2",
 6873 "quote",
 6874 "syn 2.0.100",
 6875]
 6876
 6877[[package]]
 6878name = "inline_completion"
 6879version = "0.1.0"
 6880dependencies = [
 6881 "gpui",
 6882 "language",
 6883 "project",
 6884]
 6885
 6886[[package]]
 6887name = "inline_completion_button"
 6888version = "0.1.0"
 6889dependencies = [
 6890 "anyhow",
 6891 "client",
 6892 "copilot",
 6893 "editor",
 6894 "feature_flags",
 6895 "fs",
 6896 "futures 0.3.31",
 6897 "gpui",
 6898 "indoc",
 6899 "inline_completion",
 6900 "language",
 6901 "lsp",
 6902 "paths",
 6903 "project",
 6904 "regex",
 6905 "serde_json",
 6906 "settings",
 6907 "supermaven",
 6908 "telemetry",
 6909 "theme",
 6910 "ui",
 6911 "workspace",
 6912 "zed_actions",
 6913 "zeta",
 6914]
 6915
 6916[[package]]
 6917name = "inotify"
 6918version = "0.11.0"
 6919source = "registry+https://github.com/rust-lang/crates.io-index"
 6920checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 6921dependencies = [
 6922 "bitflags 2.9.0",
 6923 "inotify-sys",
 6924 "libc",
 6925]
 6926
 6927[[package]]
 6928name = "inotify-sys"
 6929version = "0.1.5"
 6930source = "registry+https://github.com/rust-lang/crates.io-index"
 6931checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 6932dependencies = [
 6933 "libc",
 6934]
 6935
 6936[[package]]
 6937name = "inout"
 6938version = "0.1.3"
 6939source = "registry+https://github.com/rust-lang/crates.io-index"
 6940checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
 6941dependencies = [
 6942 "block-padding",
 6943 "generic-array",
 6944]
 6945
 6946[[package]]
 6947name = "install_cli"
 6948version = "0.1.0"
 6949dependencies = [
 6950 "anyhow",
 6951 "gpui",
 6952 "smol",
 6953 "util",
 6954]
 6955
 6956[[package]]
 6957name = "instant"
 6958version = "0.1.13"
 6959source = "registry+https://github.com/rust-lang/crates.io-index"
 6960checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 6961dependencies = [
 6962 "cfg-if",
 6963]
 6964
 6965[[package]]
 6966name = "interpolate_name"
 6967version = "0.2.4"
 6968source = "registry+https://github.com/rust-lang/crates.io-index"
 6969checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 6970dependencies = [
 6971 "proc-macro2",
 6972 "quote",
 6973 "syn 2.0.100",
 6974]
 6975
 6976[[package]]
 6977name = "inventory"
 6978version = "0.3.20"
 6979source = "registry+https://github.com/rust-lang/crates.io-index"
 6980checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
 6981dependencies = [
 6982 "rustversion",
 6983]
 6984
 6985[[package]]
 6986name = "io-extras"
 6987version = "0.18.4"
 6988source = "registry+https://github.com/rust-lang/crates.io-index"
 6989checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 6990dependencies = [
 6991 "io-lifetimes",
 6992 "windows-sys 0.59.0",
 6993]
 6994
 6995[[package]]
 6996name = "io-lifetimes"
 6997version = "2.0.4"
 6998source = "registry+https://github.com/rust-lang/crates.io-index"
 6999checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 7000
 7001[[package]]
 7002name = "io-surface"
 7003version = "0.16.0"
 7004source = "registry+https://github.com/rust-lang/crates.io-index"
 7005checksum = "8283575d5f0b2e7447ec0840363879d71c0fa325d4c699d5b45208ea4a51f45e"
 7006dependencies = [
 7007 "cgl",
 7008 "core-foundation 0.10.0",
 7009 "core-foundation-sys",
 7010 "leaky-cow",
 7011 "libc",
 7012]
 7013
 7014[[package]]
 7015name = "iovec"
 7016version = "0.1.4"
 7017source = "registry+https://github.com/rust-lang/crates.io-index"
 7018checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 7019dependencies = [
 7020 "libc",
 7021]
 7022
 7023[[package]]
 7024name = "ipc-channel"
 7025version = "0.19.0"
 7026source = "registry+https://github.com/rust-lang/crates.io-index"
 7027checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 7028dependencies = [
 7029 "bincode",
 7030 "crossbeam-channel",
 7031 "fnv",
 7032 "lazy_static",
 7033 "libc",
 7034 "mio",
 7035 "rand 0.8.5",
 7036 "serde",
 7037 "tempfile",
 7038 "uuid",
 7039 "windows 0.58.0",
 7040]
 7041
 7042[[package]]
 7043name = "ipnet"
 7044version = "2.10.1"
 7045source = "registry+https://github.com/rust-lang/crates.io-index"
 7046checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
 7047
 7048[[package]]
 7049name = "is-docker"
 7050version = "0.2.0"
 7051source = "registry+https://github.com/rust-lang/crates.io-index"
 7052checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 7053dependencies = [
 7054 "once_cell",
 7055]
 7056
 7057[[package]]
 7058name = "is-terminal"
 7059version = "0.4.13"
 7060source = "registry+https://github.com/rust-lang/crates.io-index"
 7061checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
 7062dependencies = [
 7063 "hermit-abi 0.4.0",
 7064 "libc",
 7065 "windows-sys 0.52.0",
 7066]
 7067
 7068[[package]]
 7069name = "is-wsl"
 7070version = "0.4.0"
 7071source = "registry+https://github.com/rust-lang/crates.io-index"
 7072checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 7073dependencies = [
 7074 "is-docker",
 7075 "once_cell",
 7076]
 7077
 7078[[package]]
 7079name = "is_terminal_polyfill"
 7080version = "1.70.1"
 7081source = "registry+https://github.com/rust-lang/crates.io-index"
 7082checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 7083
 7084[[package]]
 7085name = "itertools"
 7086version = "0.10.5"
 7087source = "registry+https://github.com/rust-lang/crates.io-index"
 7088checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 7089dependencies = [
 7090 "either",
 7091]
 7092
 7093[[package]]
 7094name = "itertools"
 7095version = "0.11.0"
 7096source = "registry+https://github.com/rust-lang/crates.io-index"
 7097checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 7098dependencies = [
 7099 "either",
 7100]
 7101
 7102[[package]]
 7103name = "itertools"
 7104version = "0.12.1"
 7105source = "registry+https://github.com/rust-lang/crates.io-index"
 7106checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 7107dependencies = [
 7108 "either",
 7109]
 7110
 7111[[package]]
 7112name = "itertools"
 7113version = "0.14.0"
 7114source = "registry+https://github.com/rust-lang/crates.io-index"
 7115checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 7116dependencies = [
 7117 "either",
 7118]
 7119
 7120[[package]]
 7121name = "itoa"
 7122version = "1.0.14"
 7123source = "registry+https://github.com/rust-lang/crates.io-index"
 7124checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
 7125
 7126[[package]]
 7127name = "jiff"
 7128version = "0.2.4"
 7129source = "registry+https://github.com/rust-lang/crates.io-index"
 7130checksum = "d699bc6dfc879fb1bf9bdff0d4c56f0884fc6f0d0eb0fba397a6d00cd9a6b85e"
 7131dependencies = [
 7132 "jiff-static",
 7133 "log",
 7134 "portable-atomic",
 7135 "portable-atomic-util",
 7136 "serde",
 7137]
 7138
 7139[[package]]
 7140name = "jiff-static"
 7141version = "0.2.4"
 7142source = "registry+https://github.com/rust-lang/crates.io-index"
 7143checksum = "8d16e75759ee0aa64c57a56acbf43916987b20c77373cb7e808979e02b93c9f9"
 7144dependencies = [
 7145 "proc-macro2",
 7146 "quote",
 7147 "syn 2.0.100",
 7148]
 7149
 7150[[package]]
 7151name = "jni"
 7152version = "0.21.1"
 7153source = "registry+https://github.com/rust-lang/crates.io-index"
 7154checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 7155dependencies = [
 7156 "cesu8",
 7157 "cfg-if",
 7158 "combine",
 7159 "jni-sys",
 7160 "log",
 7161 "thiserror 1.0.69",
 7162 "walkdir",
 7163 "windows-sys 0.45.0",
 7164]
 7165
 7166[[package]]
 7167name = "jni-sys"
 7168version = "0.3.0"
 7169source = "registry+https://github.com/rust-lang/crates.io-index"
 7170checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 7171
 7172[[package]]
 7173name = "jobserver"
 7174version = "0.1.32"
 7175source = "registry+https://github.com/rust-lang/crates.io-index"
 7176checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
 7177dependencies = [
 7178 "libc",
 7179]
 7180
 7181[[package]]
 7182name = "journal"
 7183version = "0.1.0"
 7184dependencies = [
 7185 "anyhow",
 7186 "chrono",
 7187 "editor",
 7188 "gpui",
 7189 "log",
 7190 "schemars",
 7191 "serde",
 7192 "settings",
 7193 "shellexpand 2.1.2",
 7194 "workspace",
 7195]
 7196
 7197[[package]]
 7198name = "jpeg-decoder"
 7199version = "0.3.1"
 7200source = "registry+https://github.com/rust-lang/crates.io-index"
 7201checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
 7202
 7203[[package]]
 7204name = "js-sys"
 7205version = "0.3.76"
 7206source = "registry+https://github.com/rust-lang/crates.io-index"
 7207checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
 7208dependencies = [
 7209 "once_cell",
 7210 "wasm-bindgen",
 7211]
 7212
 7213[[package]]
 7214name = "jsonwebtoken"
 7215version = "9.3.1"
 7216source = "registry+https://github.com/rust-lang/crates.io-index"
 7217checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
 7218dependencies = [
 7219 "base64 0.22.1",
 7220 "js-sys",
 7221 "pem",
 7222 "ring",
 7223 "serde",
 7224 "serde_json",
 7225 "simple_asn1",
 7226]
 7227
 7228[[package]]
 7229name = "jupyter-protocol"
 7230version = "0.6.0"
 7231source = "registry+https://github.com/rust-lang/crates.io-index"
 7232checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
 7233dependencies = [
 7234 "anyhow",
 7235 "async-trait",
 7236 "bytes 1.10.1",
 7237 "chrono",
 7238 "futures 0.3.31",
 7239 "serde",
 7240 "serde_json",
 7241 "uuid",
 7242]
 7243
 7244[[package]]
 7245name = "jupyter-websocket-client"
 7246version = "0.9.0"
 7247source = "registry+https://github.com/rust-lang/crates.io-index"
 7248checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
 7249dependencies = [
 7250 "anyhow",
 7251 "async-trait",
 7252 "async-tungstenite",
 7253 "futures 0.3.31",
 7254 "jupyter-protocol",
 7255 "serde",
 7256 "serde_json",
 7257 "url",
 7258 "uuid",
 7259]
 7260
 7261[[package]]
 7262name = "khronos-egl"
 7263version = "6.0.0"
 7264source = "registry+https://github.com/rust-lang/crates.io-index"
 7265checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 7266dependencies = [
 7267 "libc",
 7268 "libloading",
 7269]
 7270
 7271[[package]]
 7272name = "kqueue"
 7273version = "1.0.8"
 7274source = "registry+https://github.com/rust-lang/crates.io-index"
 7275checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
 7276dependencies = [
 7277 "kqueue-sys",
 7278 "libc",
 7279]
 7280
 7281[[package]]
 7282name = "kqueue-sys"
 7283version = "1.0.4"
 7284source = "registry+https://github.com/rust-lang/crates.io-index"
 7285checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 7286dependencies = [
 7287 "bitflags 1.3.2",
 7288 "libc",
 7289]
 7290
 7291[[package]]
 7292name = "kurbo"
 7293version = "0.11.1"
 7294source = "registry+https://github.com/rust-lang/crates.io-index"
 7295checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
 7296dependencies = [
 7297 "arrayvec",
 7298 "smallvec",
 7299]
 7300
 7301[[package]]
 7302name = "kv-log-macro"
 7303version = "1.0.7"
 7304source = "registry+https://github.com/rust-lang/crates.io-index"
 7305checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 7306dependencies = [
 7307 "log",
 7308]
 7309
 7310[[package]]
 7311name = "language"
 7312version = "0.1.0"
 7313dependencies = [
 7314 "anyhow",
 7315 "async-trait",
 7316 "async-watch",
 7317 "clock",
 7318 "collections",
 7319 "ctor",
 7320 "ec4rs",
 7321 "env_logger 0.11.7",
 7322 "fs",
 7323 "futures 0.3.31",
 7324 "fuzzy",
 7325 "globset",
 7326 "gpui",
 7327 "http_client",
 7328 "imara-diff",
 7329 "indoc",
 7330 "itertools 0.14.0",
 7331 "log",
 7332 "lsp",
 7333 "parking_lot",
 7334 "postage",
 7335 "pretty_assertions",
 7336 "rand 0.8.5",
 7337 "regex",
 7338 "rpc",
 7339 "schemars",
 7340 "serde",
 7341 "serde_json",
 7342 "settings",
 7343 "smallvec",
 7344 "smol",
 7345 "streaming-iterator",
 7346 "strsim",
 7347 "sum_tree",
 7348 "task",
 7349 "text",
 7350 "theme",
 7351 "tree-sitter",
 7352 "tree-sitter-elixir",
 7353 "tree-sitter-embedded-template",
 7354 "tree-sitter-heex",
 7355 "tree-sitter-html",
 7356 "tree-sitter-json",
 7357 "tree-sitter-md",
 7358 "tree-sitter-ruby",
 7359 "tree-sitter-rust",
 7360 "tree-sitter-typescript",
 7361 "unicase",
 7362 "unindent",
 7363 "util",
 7364]
 7365
 7366[[package]]
 7367name = "language_extension"
 7368version = "0.1.0"
 7369dependencies = [
 7370 "anyhow",
 7371 "async-trait",
 7372 "collections",
 7373 "extension",
 7374 "fs",
 7375 "futures 0.3.31",
 7376 "gpui",
 7377 "language",
 7378 "lsp",
 7379 "serde",
 7380 "serde_json",
 7381 "util",
 7382]
 7383
 7384[[package]]
 7385name = "language_model"
 7386version = "0.1.0"
 7387dependencies = [
 7388 "anthropic",
 7389 "anyhow",
 7390 "base64 0.22.1",
 7391 "client",
 7392 "collections",
 7393 "futures 0.3.31",
 7394 "google_ai",
 7395 "gpui",
 7396 "http_client",
 7397 "icons",
 7398 "image",
 7399 "log",
 7400 "open_ai",
 7401 "parking_lot",
 7402 "proto",
 7403 "schemars",
 7404 "serde",
 7405 "serde_json",
 7406 "smol",
 7407 "strum",
 7408 "telemetry_events",
 7409 "thiserror 2.0.12",
 7410 "util",
 7411]
 7412
 7413[[package]]
 7414name = "language_model_selector"
 7415version = "0.1.0"
 7416dependencies = [
 7417 "feature_flags",
 7418 "gpui",
 7419 "language_model",
 7420 "log",
 7421 "picker",
 7422 "proto",
 7423 "ui",
 7424 "workspace",
 7425 "zed_actions",
 7426]
 7427
 7428[[package]]
 7429name = "language_models"
 7430version = "0.1.0"
 7431dependencies = [
 7432 "anthropic",
 7433 "anyhow",
 7434 "aws-config",
 7435 "aws-credential-types",
 7436 "aws_http_client",
 7437 "bedrock",
 7438 "client",
 7439 "collections",
 7440 "copilot",
 7441 "credentials_provider",
 7442 "deepseek",
 7443 "editor",
 7444 "feature_flags",
 7445 "fs",
 7446 "futures 0.3.31",
 7447 "google_ai",
 7448 "gpui",
 7449 "gpui_tokio",
 7450 "http_client",
 7451 "language_model",
 7452 "lmstudio",
 7453 "log",
 7454 "menu",
 7455 "mistral",
 7456 "ollama",
 7457 "open_ai",
 7458 "project",
 7459 "proto",
 7460 "schemars",
 7461 "serde",
 7462 "serde_json",
 7463 "settings",
 7464 "smol",
 7465 "strum",
 7466 "theme",
 7467 "tiktoken-rs",
 7468 "tokio",
 7469 "ui",
 7470 "util",
 7471]
 7472
 7473[[package]]
 7474name = "language_selector"
 7475version = "0.1.0"
 7476dependencies = [
 7477 "anyhow",
 7478 "editor",
 7479 "file_finder",
 7480 "file_icons",
 7481 "fuzzy",
 7482 "gpui",
 7483 "language",
 7484 "picker",
 7485 "project",
 7486 "settings",
 7487 "ui",
 7488 "util",
 7489 "workspace",
 7490]
 7491
 7492[[package]]
 7493name = "language_tools"
 7494version = "0.1.0"
 7495dependencies = [
 7496 "anyhow",
 7497 "client",
 7498 "collections",
 7499 "copilot",
 7500 "editor",
 7501 "env_logger 0.11.7",
 7502 "futures 0.3.31",
 7503 "gpui",
 7504 "itertools 0.14.0",
 7505 "language",
 7506 "lsp",
 7507 "project",
 7508 "release_channel",
 7509 "serde_json",
 7510 "settings",
 7511 "theme",
 7512 "tree-sitter",
 7513 "ui",
 7514 "util",
 7515 "workspace",
 7516 "zed_actions",
 7517]
 7518
 7519[[package]]
 7520name = "languages"
 7521version = "0.1.0"
 7522dependencies = [
 7523 "anyhow",
 7524 "async-compression",
 7525 "async-tar",
 7526 "async-trait",
 7527 "collections",
 7528 "futures 0.3.31",
 7529 "gpui",
 7530 "http_client",
 7531 "language",
 7532 "log",
 7533 "lsp",
 7534 "node_runtime",
 7535 "paths",
 7536 "pet",
 7537 "pet-conda",
 7538 "pet-core",
 7539 "pet-fs",
 7540 "pet-poetry",
 7541 "pet-reporter",
 7542 "pretty_assertions",
 7543 "project",
 7544 "regex",
 7545 "rope",
 7546 "rust-embed",
 7547 "serde",
 7548 "serde_json",
 7549 "settings",
 7550 "smol",
 7551 "snippet_provider",
 7552 "task",
 7553 "text",
 7554 "theme",
 7555 "toml 0.8.20",
 7556 "tree-sitter",
 7557 "tree-sitter-bash",
 7558 "tree-sitter-c",
 7559 "tree-sitter-cpp",
 7560 "tree-sitter-css",
 7561 "tree-sitter-diff",
 7562 "tree-sitter-gitcommit",
 7563 "tree-sitter-go",
 7564 "tree-sitter-gomod",
 7565 "tree-sitter-gowork",
 7566 "tree-sitter-jsdoc",
 7567 "tree-sitter-json",
 7568 "tree-sitter-md",
 7569 "tree-sitter-python",
 7570 "tree-sitter-regex",
 7571 "tree-sitter-rust",
 7572 "tree-sitter-typescript",
 7573 "tree-sitter-yaml",
 7574 "unindent",
 7575 "util",
 7576 "workspace",
 7577]
 7578
 7579[[package]]
 7580name = "lazy_static"
 7581version = "1.5.0"
 7582source = "registry+https://github.com/rust-lang/crates.io-index"
 7583checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 7584dependencies = [
 7585 "spin",
 7586]
 7587
 7588[[package]]
 7589name = "lazycell"
 7590version = "1.3.0"
 7591source = "registry+https://github.com/rust-lang/crates.io-index"
 7592checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 7593
 7594[[package]]
 7595name = "leak"
 7596version = "0.1.2"
 7597source = "registry+https://github.com/rust-lang/crates.io-index"
 7598checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 7599
 7600[[package]]
 7601name = "leaky-cow"
 7602version = "0.1.1"
 7603source = "registry+https://github.com/rust-lang/crates.io-index"
 7604checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 7605dependencies = [
 7606 "leak",
 7607]
 7608
 7609[[package]]
 7610name = "leb128"
 7611version = "0.2.5"
 7612source = "registry+https://github.com/rust-lang/crates.io-index"
 7613checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 7614
 7615[[package]]
 7616name = "leb128fmt"
 7617version = "0.1.0"
 7618source = "registry+https://github.com/rust-lang/crates.io-index"
 7619checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 7620
 7621[[package]]
 7622name = "lebe"
 7623version = "0.5.2"
 7624source = "registry+https://github.com/rust-lang/crates.io-index"
 7625checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
 7626
 7627[[package]]
 7628name = "libc"
 7629version = "0.2.171"
 7630source = "registry+https://github.com/rust-lang/crates.io-index"
 7631checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
 7632
 7633[[package]]
 7634name = "libdbus-sys"
 7635version = "0.2.5"
 7636source = "registry+https://github.com/rust-lang/crates.io-index"
 7637checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
 7638dependencies = [
 7639 "cc",
 7640 "pkg-config",
 7641]
 7642
 7643[[package]]
 7644name = "libfuzzer-sys"
 7645version = "0.4.8"
 7646source = "registry+https://github.com/rust-lang/crates.io-index"
 7647checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
 7648dependencies = [
 7649 "arbitrary",
 7650 "cc",
 7651]
 7652
 7653[[package]]
 7654name = "libgit2-sys"
 7655version = "0.18.1+1.9.0"
 7656source = "registry+https://github.com/rust-lang/crates.io-index"
 7657checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
 7658dependencies = [
 7659 "cc",
 7660 "libc",
 7661 "libz-sys",
 7662 "pkg-config",
 7663]
 7664
 7665[[package]]
 7666name = "libloading"
 7667version = "0.8.6"
 7668source = "registry+https://github.com/rust-lang/crates.io-index"
 7669checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
 7670dependencies = [
 7671 "cfg-if",
 7672 "windows-targets 0.52.6",
 7673]
 7674
 7675[[package]]
 7676name = "libm"
 7677version = "0.2.11"
 7678source = "registry+https://github.com/rust-lang/crates.io-index"
 7679checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
 7680
 7681[[package]]
 7682name = "libmimalloc-sys"
 7683version = "0.1.40"
 7684source = "registry+https://github.com/rust-lang/crates.io-index"
 7685checksum = "07d0e07885d6a754b9c7993f2625187ad694ee985d60f23355ff0e7077261502"
 7686dependencies = [
 7687 "cc",
 7688 "libc",
 7689]
 7690
 7691[[package]]
 7692name = "libredox"
 7693version = "0.1.3"
 7694source = "registry+https://github.com/rust-lang/crates.io-index"
 7695checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
 7696dependencies = [
 7697 "bitflags 2.9.0",
 7698 "libc",
 7699 "redox_syscall 0.5.8",
 7700]
 7701
 7702[[package]]
 7703name = "libsqlite3-sys"
 7704version = "0.30.1"
 7705source = "registry+https://github.com/rust-lang/crates.io-index"
 7706checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 7707dependencies = [
 7708 "cc",
 7709 "pkg-config",
 7710 "vcpkg",
 7711]
 7712
 7713[[package]]
 7714name = "libwebrtc"
 7715version = "0.3.10"
 7716source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
 7717dependencies = [
 7718 "cxx",
 7719 "jni",
 7720 "js-sys",
 7721 "lazy_static",
 7722 "livekit-protocol",
 7723 "livekit-runtime",
 7724 "log",
 7725 "parking_lot",
 7726 "serde",
 7727 "serde_json",
 7728 "thiserror 1.0.69",
 7729 "tokio",
 7730 "wasm-bindgen",
 7731 "wasm-bindgen-futures",
 7732 "web-sys",
 7733 "webrtc-sys",
 7734]
 7735
 7736[[package]]
 7737name = "libz-sys"
 7738version = "1.1.20"
 7739source = "registry+https://github.com/rust-lang/crates.io-index"
 7740checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
 7741dependencies = [
 7742 "cc",
 7743 "libc",
 7744 "pkg-config",
 7745 "vcpkg",
 7746]
 7747
 7748[[package]]
 7749name = "link-cplusplus"
 7750version = "1.0.9"
 7751source = "registry+https://github.com/rust-lang/crates.io-index"
 7752checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
 7753dependencies = [
 7754 "cc",
 7755]
 7756
 7757[[package]]
 7758name = "linkify"
 7759version = "0.10.0"
 7760source = "registry+https://github.com/rust-lang/crates.io-index"
 7761checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 7762dependencies = [
 7763 "memchr",
 7764]
 7765
 7766[[package]]
 7767name = "linkme"
 7768version = "0.3.32"
 7769source = "registry+https://github.com/rust-lang/crates.io-index"
 7770checksum = "22d227772b5999ddc0690e733f734f95ca05387e329c4084fe65678c51198ffe"
 7771dependencies = [
 7772 "linkme-impl",
 7773]
 7774
 7775[[package]]
 7776name = "linkme-impl"
 7777version = "0.3.32"
 7778source = "registry+https://github.com/rust-lang/crates.io-index"
 7779checksum = "71a98813fa0073a317ed6a8055dcd4722a49d9b862af828ee68449adb799b6be"
 7780dependencies = [
 7781 "proc-macro2",
 7782 "quote",
 7783 "syn 2.0.100",
 7784]
 7785
 7786[[package]]
 7787name = "linux-raw-sys"
 7788version = "0.4.14"
 7789source = "registry+https://github.com/rust-lang/crates.io-index"
 7790checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
 7791
 7792[[package]]
 7793name = "litemap"
 7794version = "0.7.4"
 7795source = "registry+https://github.com/rust-lang/crates.io-index"
 7796checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
 7797
 7798[[package]]
 7799name = "livekit"
 7800version = "0.7.8"
 7801source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
 7802dependencies = [
 7803 "chrono",
 7804 "futures-util",
 7805 "lazy_static",
 7806 "libloading",
 7807 "libwebrtc",
 7808 "livekit-api",
 7809 "livekit-protocol",
 7810 "livekit-runtime",
 7811 "log",
 7812 "parking_lot",
 7813 "prost 0.12.6",
 7814 "semver",
 7815 "serde",
 7816 "serde_json",
 7817 "thiserror 1.0.69",
 7818 "tokio",
 7819]
 7820
 7821[[package]]
 7822name = "livekit-api"
 7823version = "0.4.2"
 7824source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
 7825dependencies = [
 7826 "base64 0.21.7",
 7827 "futures-util",
 7828 "http 0.2.12",
 7829 "jsonwebtoken",
 7830 "livekit-protocol",
 7831 "livekit-runtime",
 7832 "log",
 7833 "parking_lot",
 7834 "pbjson-types",
 7835 "prost 0.12.6",
 7836 "rand 0.9.0",
 7837 "reqwest 0.11.27",
 7838 "scopeguard",
 7839 "serde",
 7840 "serde_json",
 7841 "sha2",
 7842 "thiserror 1.0.69",
 7843 "tokio",
 7844 "tokio-tungstenite 0.26.2",
 7845 "url",
 7846]
 7847
 7848[[package]]
 7849name = "livekit-protocol"
 7850version = "0.3.9"
 7851source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
 7852dependencies = [
 7853 "futures-util",
 7854 "livekit-runtime",
 7855 "parking_lot",
 7856 "pbjson",
 7857 "pbjson-types",
 7858 "prost 0.12.6",
 7859 "prost-types 0.12.6",
 7860 "serde",
 7861 "thiserror 1.0.69",
 7862 "tokio",
 7863]
 7864
 7865[[package]]
 7866name = "livekit-runtime"
 7867version = "0.4.0"
 7868source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
 7869dependencies = [
 7870 "tokio",
 7871 "tokio-stream",
 7872]
 7873
 7874[[package]]
 7875name = "livekit_api"
 7876version = "0.1.0"
 7877dependencies = [
 7878 "anyhow",
 7879 "async-trait",
 7880 "jsonwebtoken",
 7881 "log",
 7882 "prost 0.9.0",
 7883 "prost-build 0.9.0",
 7884 "prost-types 0.9.0",
 7885 "reqwest 0.12.8",
 7886 "serde",
 7887]
 7888
 7889[[package]]
 7890name = "livekit_client"
 7891version = "0.1.0"
 7892dependencies = [
 7893 "anyhow",
 7894 "async-trait",
 7895 "collections",
 7896 "core-foundation 0.10.0",
 7897 "core-video",
 7898 "coreaudio-rs 0.12.1",
 7899 "cpal",
 7900 "futures 0.3.31",
 7901 "gpui",
 7902 "gpui_tokio",
 7903 "http_client_tls",
 7904 "image",
 7905 "libwebrtc",
 7906 "livekit",
 7907 "livekit_api",
 7908 "log",
 7909 "nanoid",
 7910 "objc",
 7911 "parking_lot",
 7912 "postage",
 7913 "serde",
 7914 "serde_json",
 7915 "sha2",
 7916 "simplelog",
 7917 "smallvec",
 7918 "tokio-tungstenite 0.26.2",
 7919 "util",
 7920]
 7921
 7922[[package]]
 7923name = "lmdb-master-sys"
 7924version = "0.2.4"
 7925source = "registry+https://github.com/rust-lang/crates.io-index"
 7926checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
 7927dependencies = [
 7928 "cc",
 7929 "doxygen-rs",
 7930 "libc",
 7931]
 7932
 7933[[package]]
 7934name = "lmstudio"
 7935version = "0.1.0"
 7936dependencies = [
 7937 "anyhow",
 7938 "futures 0.3.31",
 7939 "http_client",
 7940 "schemars",
 7941 "serde",
 7942 "serde_json",
 7943]
 7944
 7945[[package]]
 7946name = "lock_api"
 7947version = "0.4.12"
 7948source = "registry+https://github.com/rust-lang/crates.io-index"
 7949checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
 7950dependencies = [
 7951 "autocfg",
 7952 "scopeguard",
 7953]
 7954
 7955[[package]]
 7956name = "log"
 7957version = "0.4.27"
 7958source = "registry+https://github.com/rust-lang/crates.io-index"
 7959checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
 7960dependencies = [
 7961 "serde",
 7962 "value-bag",
 7963]
 7964
 7965[[package]]
 7966name = "loop9"
 7967version = "0.1.5"
 7968source = "registry+https://github.com/rust-lang/crates.io-index"
 7969checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
 7970dependencies = [
 7971 "imgref",
 7972]
 7973
 7974[[package]]
 7975name = "lru"
 7976version = "0.12.5"
 7977source = "registry+https://github.com/rust-lang/crates.io-index"
 7978checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
 7979dependencies = [
 7980 "hashbrown 0.15.2",
 7981]
 7982
 7983[[package]]
 7984name = "lsp"
 7985version = "0.1.0"
 7986dependencies = [
 7987 "anyhow",
 7988 "async-pipe",
 7989 "collections",
 7990 "ctor",
 7991 "env_logger 0.11.7",
 7992 "futures 0.3.31",
 7993 "gpui",
 7994 "log",
 7995 "lsp-types",
 7996 "parking_lot",
 7997 "postage",
 7998 "release_channel",
 7999 "schemars",
 8000 "serde",
 8001 "serde_json",
 8002 "smol",
 8003 "util",
 8004]
 8005
 8006[[package]]
 8007name = "lsp-types"
 8008version = "0.95.1"
 8009source = "git+https://github.com/zed-industries/lsp-types?rev=1fff0dd12e2071c5667327394cfec163d2a466ab#1fff0dd12e2071c5667327394cfec163d2a466ab"
 8010dependencies = [
 8011 "bitflags 1.3.2",
 8012 "serde",
 8013 "serde_json",
 8014 "serde_repr",
 8015 "url",
 8016]
 8017
 8018[[package]]
 8019name = "lyon"
 8020version = "1.0.1"
 8021source = "registry+https://github.com/rust-lang/crates.io-index"
 8022checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
 8023dependencies = [
 8024 "lyon_algorithms",
 8025 "lyon_extra",
 8026 "lyon_tessellation",
 8027]
 8028
 8029[[package]]
 8030name = "lyon_algorithms"
 8031version = "1.0.5"
 8032source = "registry+https://github.com/rust-lang/crates.io-index"
 8033checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
 8034dependencies = [
 8035 "lyon_path",
 8036 "num-traits",
 8037]
 8038
 8039[[package]]
 8040name = "lyon_extra"
 8041version = "1.0.3"
 8042source = "registry+https://github.com/rust-lang/crates.io-index"
 8043checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
 8044dependencies = [
 8045 "lyon_path",
 8046 "thiserror 1.0.69",
 8047]
 8048
 8049[[package]]
 8050name = "lyon_geom"
 8051version = "1.0.6"
 8052source = "registry+https://github.com/rust-lang/crates.io-index"
 8053checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
 8054dependencies = [
 8055 "arrayvec",
 8056 "euclid",
 8057 "num-traits",
 8058]
 8059
 8060[[package]]
 8061name = "lyon_path"
 8062version = "1.0.6"
 8063source = "registry+https://github.com/rust-lang/crates.io-index"
 8064checksum = "8e0b8aec2f58586f6eef237985b9a9b7cb3a3aff4417c575075cf95bf925252e"
 8065dependencies = [
 8066 "lyon_geom",
 8067 "num-traits",
 8068]
 8069
 8070[[package]]
 8071name = "lyon_tessellation"
 8072version = "1.0.15"
 8073source = "registry+https://github.com/rust-lang/crates.io-index"
 8074checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
 8075dependencies = [
 8076 "float_next_after",
 8077 "lyon_path",
 8078 "num-traits",
 8079]
 8080
 8081[[package]]
 8082name = "mac"
 8083version = "0.1.1"
 8084source = "registry+https://github.com/rust-lang/crates.io-index"
 8085checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
 8086
 8087[[package]]
 8088name = "mach2"
 8089version = "0.4.2"
 8090source = "registry+https://github.com/rust-lang/crates.io-index"
 8091checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
 8092dependencies = [
 8093 "libc",
 8094]
 8095
 8096[[package]]
 8097name = "malloc_buf"
 8098version = "0.0.6"
 8099source = "registry+https://github.com/rust-lang/crates.io-index"
 8100checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
 8101dependencies = [
 8102 "libc",
 8103]
 8104
 8105[[package]]
 8106name = "maplit"
 8107version = "1.0.2"
 8108source = "registry+https://github.com/rust-lang/crates.io-index"
 8109checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
 8110
 8111[[package]]
 8112name = "markdown"
 8113version = "0.1.0"
 8114dependencies = [
 8115 "anyhow",
 8116 "assets",
 8117 "env_logger 0.11.7",
 8118 "gpui",
 8119 "language",
 8120 "languages",
 8121 "linkify",
 8122 "log",
 8123 "node_runtime",
 8124 "pulldown-cmark 0.12.2",
 8125 "settings",
 8126 "theme",
 8127 "ui",
 8128 "util",
 8129]
 8130
 8131[[package]]
 8132name = "markdown_preview"
 8133version = "0.1.0"
 8134dependencies = [
 8135 "anyhow",
 8136 "async-recursion 1.1.1",
 8137 "collections",
 8138 "editor",
 8139 "gpui",
 8140 "language",
 8141 "linkify",
 8142 "log",
 8143 "pretty_assertions",
 8144 "pulldown-cmark 0.12.2",
 8145 "settings",
 8146 "theme",
 8147 "ui",
 8148 "util",
 8149 "workspace",
 8150]
 8151
 8152[[package]]
 8153name = "markup5ever"
 8154version = "0.12.1"
 8155source = "registry+https://github.com/rust-lang/crates.io-index"
 8156checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
 8157dependencies = [
 8158 "log",
 8159 "phf",
 8160 "phf_codegen",
 8161 "string_cache",
 8162 "string_cache_codegen",
 8163 "tendril",
 8164]
 8165
 8166[[package]]
 8167name = "markup5ever_rcdom"
 8168version = "0.3.0"
 8169source = "registry+https://github.com/rust-lang/crates.io-index"
 8170checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
 8171dependencies = [
 8172 "html5ever",
 8173 "markup5ever",
 8174 "tendril",
 8175 "xml5ever",
 8176]
 8177
 8178[[package]]
 8179name = "matchers"
 8180version = "0.1.0"
 8181source = "registry+https://github.com/rust-lang/crates.io-index"
 8182checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
 8183dependencies = [
 8184 "regex-automata 0.1.10",
 8185]
 8186
 8187[[package]]
 8188name = "matchit"
 8189version = "0.7.3"
 8190source = "registry+https://github.com/rust-lang/crates.io-index"
 8191checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
 8192
 8193[[package]]
 8194name = "maybe-owned"
 8195version = "0.3.4"
 8196source = "registry+https://github.com/rust-lang/crates.io-index"
 8197checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
 8198
 8199[[package]]
 8200name = "maybe-rayon"
 8201version = "0.1.1"
 8202source = "registry+https://github.com/rust-lang/crates.io-index"
 8203checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
 8204dependencies = [
 8205 "cfg-if",
 8206 "rayon",
 8207]
 8208
 8209[[package]]
 8210name = "md-5"
 8211version = "0.10.6"
 8212source = "registry+https://github.com/rust-lang/crates.io-index"
 8213checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
 8214dependencies = [
 8215 "cfg-if",
 8216 "digest",
 8217]
 8218
 8219[[package]]
 8220name = "mdbook"
 8221version = "0.4.47"
 8222source = "registry+https://github.com/rust-lang/crates.io-index"
 8223checksum = "7e1a8fe3a4a01f28dab245c474cb7b95ccb4d3d2f17a5419a3d949f474c45e84"
 8224dependencies = [
 8225 "ammonia",
 8226 "anyhow",
 8227 "chrono",
 8228 "clap",
 8229 "clap_complete",
 8230 "elasticlunr-rs",
 8231 "env_logger 0.11.7",
 8232 "futures-util",
 8233 "handlebars 6.2.0",
 8234 "hex",
 8235 "ignore",
 8236 "log",
 8237 "memchr",
 8238 "notify 8.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8239 "notify-debouncer-mini",
 8240 "once_cell",
 8241 "opener",
 8242 "pathdiff",
 8243 "pulldown-cmark 0.10.3",
 8244 "regex",
 8245 "serde",
 8246 "serde_json",
 8247 "sha2",
 8248 "shlex",
 8249 "tempfile",
 8250 "tokio",
 8251 "toml 0.5.11",
 8252 "topological-sort",
 8253 "walkdir",
 8254 "warp",
 8255]
 8256
 8257[[package]]
 8258name = "media"
 8259version = "0.1.0"
 8260dependencies = [
 8261 "anyhow",
 8262 "bindgen 0.71.1",
 8263 "core-foundation 0.10.0",
 8264 "core-video",
 8265 "ctor",
 8266 "foreign-types 0.5.0",
 8267 "metal",
 8268 "objc",
 8269]
 8270
 8271[[package]]
 8272name = "memchr"
 8273version = "2.7.4"
 8274source = "registry+https://github.com/rust-lang/crates.io-index"
 8275checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
 8276
 8277[[package]]
 8278name = "memfd"
 8279version = "0.6.4"
 8280source = "registry+https://github.com/rust-lang/crates.io-index"
 8281checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
 8282dependencies = [
 8283 "rustix",
 8284]
 8285
 8286[[package]]
 8287name = "memmap2"
 8288version = "0.9.5"
 8289source = "registry+https://github.com/rust-lang/crates.io-index"
 8290checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
 8291dependencies = [
 8292 "libc",
 8293]
 8294
 8295[[package]]
 8296name = "memoffset"
 8297version = "0.9.1"
 8298source = "registry+https://github.com/rust-lang/crates.io-index"
 8299checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
 8300dependencies = [
 8301 "autocfg",
 8302]
 8303
 8304[[package]]
 8305name = "menu"
 8306version = "0.1.0"
 8307dependencies = [
 8308 "gpui",
 8309 "serde",
 8310]
 8311
 8312[[package]]
 8313name = "metal"
 8314version = "0.29.0"
 8315source = "registry+https://github.com/rust-lang/crates.io-index"
 8316checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
 8317dependencies = [
 8318 "bitflags 2.9.0",
 8319 "block",
 8320 "core-graphics-types 0.1.3",
 8321 "foreign-types 0.5.0",
 8322 "log",
 8323 "objc",
 8324 "paste",
 8325]
 8326
 8327[[package]]
 8328name = "migrator"
 8329version = "0.1.0"
 8330dependencies = [
 8331 "anyhow",
 8332 "collections",
 8333 "convert_case 0.8.0",
 8334 "log",
 8335 "pretty_assertions",
 8336 "streaming-iterator",
 8337 "tree-sitter",
 8338 "tree-sitter-json",
 8339]
 8340
 8341[[package]]
 8342name = "mimalloc"
 8343version = "0.1.44"
 8344source = "registry+https://github.com/rust-lang/crates.io-index"
 8345checksum = "99585191385958383e13f6b822e6b6d8d9cf928e7d286ceb092da92b43c87bc1"
 8346dependencies = [
 8347 "libmimalloc-sys",
 8348]
 8349
 8350[[package]]
 8351name = "mime"
 8352version = "0.3.17"
 8353source = "registry+https://github.com/rust-lang/crates.io-index"
 8354checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 8355
 8356[[package]]
 8357name = "mime_guess"
 8358version = "2.0.5"
 8359source = "registry+https://github.com/rust-lang/crates.io-index"
 8360checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
 8361dependencies = [
 8362 "mime",
 8363 "unicase",
 8364]
 8365
 8366[[package]]
 8367name = "minimal-lexical"
 8368version = "0.2.1"
 8369source = "registry+https://github.com/rust-lang/crates.io-index"
 8370checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 8371
 8372[[package]]
 8373name = "miniz_oxide"
 8374version = "0.8.5"
 8375source = "registry+https://github.com/rust-lang/crates.io-index"
 8376checksum = "8e3e04debbb59698c15bacbb6d93584a8c0ca9cc3213cb423d31f760d8843ce5"
 8377dependencies = [
 8378 "adler2",
 8379 "simd-adler32",
 8380]
 8381
 8382[[package]]
 8383name = "mint"
 8384version = "0.5.9"
 8385source = "registry+https://github.com/rust-lang/crates.io-index"
 8386checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
 8387
 8388[[package]]
 8389name = "mio"
 8390version = "1.0.3"
 8391source = "registry+https://github.com/rust-lang/crates.io-index"
 8392checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
 8393dependencies = [
 8394 "libc",
 8395 "log",
 8396 "wasi 0.11.0+wasi-snapshot-preview1",
 8397 "windows-sys 0.52.0",
 8398]
 8399
 8400[[package]]
 8401name = "miow"
 8402version = "0.6.0"
 8403source = "registry+https://github.com/rust-lang/crates.io-index"
 8404checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
 8405dependencies = [
 8406 "windows-sys 0.48.0",
 8407]
 8408
 8409[[package]]
 8410name = "mistral"
 8411version = "0.1.0"
 8412dependencies = [
 8413 "anyhow",
 8414 "futures 0.3.31",
 8415 "http_client",
 8416 "schemars",
 8417 "serde",
 8418 "serde_json",
 8419 "strum",
 8420]
 8421
 8422[[package]]
 8423name = "msvc_spectre_libs"
 8424version = "0.1.2"
 8425source = "registry+https://github.com/rust-lang/crates.io-index"
 8426checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
 8427dependencies = [
 8428 "cc",
 8429]
 8430
 8431[[package]]
 8432name = "multi_buffer"
 8433version = "0.1.0"
 8434dependencies = [
 8435 "anyhow",
 8436 "buffer_diff",
 8437 "clock",
 8438 "collections",
 8439 "ctor",
 8440 "env_logger 0.11.7",
 8441 "futures 0.3.31",
 8442 "gpui",
 8443 "indoc",
 8444 "itertools 0.14.0",
 8445 "language",
 8446 "log",
 8447 "parking_lot",
 8448 "pretty_assertions",
 8449 "project",
 8450 "rand 0.8.5",
 8451 "rope",
 8452 "serde",
 8453 "settings",
 8454 "smallvec",
 8455 "smol",
 8456 "sum_tree",
 8457 "text",
 8458 "theme",
 8459 "tree-sitter",
 8460 "util",
 8461]
 8462
 8463[[package]]
 8464name = "multimap"
 8465version = "0.8.3"
 8466source = "registry+https://github.com/rust-lang/crates.io-index"
 8467checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
 8468
 8469[[package]]
 8470name = "multimap"
 8471version = "0.10.0"
 8472source = "registry+https://github.com/rust-lang/crates.io-index"
 8473checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
 8474
 8475[[package]]
 8476name = "naga"
 8477version = "23.1.0"
 8478source = "registry+https://github.com/rust-lang/crates.io-index"
 8479checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
 8480dependencies = [
 8481 "arrayvec",
 8482 "bit-set 0.8.0",
 8483 "bitflags 2.9.0",
 8484 "cfg_aliases 0.1.1",
 8485 "codespan-reporting",
 8486 "hexf-parse",
 8487 "indexmap",
 8488 "log",
 8489 "rustc-hash 1.1.0",
 8490 "spirv",
 8491 "termcolor",
 8492 "thiserror 1.0.69",
 8493 "unicode-xid",
 8494]
 8495
 8496[[package]]
 8497name = "nanoid"
 8498version = "0.4.0"
 8499source = "registry+https://github.com/rust-lang/crates.io-index"
 8500checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
 8501dependencies = [
 8502 "rand 0.8.5",
 8503]
 8504
 8505[[package]]
 8506name = "nanorand"
 8507version = "0.7.0"
 8508source = "registry+https://github.com/rust-lang/crates.io-index"
 8509checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
 8510dependencies = [
 8511 "getrandom 0.2.15",
 8512]
 8513
 8514[[package]]
 8515name = "native-tls"
 8516version = "0.2.12"
 8517source = "registry+https://github.com/rust-lang/crates.io-index"
 8518checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
 8519dependencies = [
 8520 "libc",
 8521 "log",
 8522 "openssl",
 8523 "openssl-probe",
 8524 "openssl-sys",
 8525 "schannel",
 8526 "security-framework 2.11.1",
 8527 "security-framework-sys",
 8528 "tempfile",
 8529]
 8530
 8531[[package]]
 8532name = "nbformat"
 8533version = "0.10.0"
 8534source = "registry+https://github.com/rust-lang/crates.io-index"
 8535checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
 8536dependencies = [
 8537 "anyhow",
 8538 "chrono",
 8539 "jupyter-protocol",
 8540 "serde",
 8541 "serde_json",
 8542 "thiserror 1.0.69",
 8543 "uuid",
 8544]
 8545
 8546[[package]]
 8547name = "ndk"
 8548version = "0.8.0"
 8549source = "registry+https://github.com/rust-lang/crates.io-index"
 8550checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
 8551dependencies = [
 8552 "bitflags 2.9.0",
 8553 "jni-sys",
 8554 "log",
 8555 "ndk-sys",
 8556 "num_enum",
 8557 "thiserror 1.0.69",
 8558]
 8559
 8560[[package]]
 8561name = "ndk-context"
 8562version = "0.1.1"
 8563source = "registry+https://github.com/rust-lang/crates.io-index"
 8564checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
 8565
 8566[[package]]
 8567name = "ndk-sys"
 8568version = "0.5.0+25.2.9519653"
 8569source = "registry+https://github.com/rust-lang/crates.io-index"
 8570checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
 8571dependencies = [
 8572 "jni-sys",
 8573]
 8574
 8575[[package]]
 8576name = "new_debug_unreachable"
 8577version = "1.0.6"
 8578source = "registry+https://github.com/rust-lang/crates.io-index"
 8579checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
 8580
 8581[[package]]
 8582name = "nix"
 8583version = "0.29.0"
 8584source = "registry+https://github.com/rust-lang/crates.io-index"
 8585checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
 8586dependencies = [
 8587 "bitflags 2.9.0",
 8588 "cfg-if",
 8589 "cfg_aliases 0.2.1",
 8590 "libc",
 8591 "memoffset",
 8592]
 8593
 8594[[package]]
 8595name = "node_runtime"
 8596version = "0.1.0"
 8597dependencies = [
 8598 "anyhow",
 8599 "async-compression",
 8600 "async-std",
 8601 "async-tar",
 8602 "async-trait",
 8603 "async-watch",
 8604 "async_zip",
 8605 "futures 0.3.31",
 8606 "http_client",
 8607 "log",
 8608 "paths",
 8609 "semver",
 8610 "serde",
 8611 "serde_json",
 8612 "smol",
 8613 "tempfile",
 8614 "util",
 8615 "walkdir",
 8616 "which 6.0.3",
 8617]
 8618
 8619[[package]]
 8620name = "nom"
 8621version = "7.1.3"
 8622source = "registry+https://github.com/rust-lang/crates.io-index"
 8623checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
 8624dependencies = [
 8625 "memchr",
 8626 "minimal-lexical",
 8627]
 8628
 8629[[package]]
 8630name = "noop_proc_macro"
 8631version = "0.3.0"
 8632source = "registry+https://github.com/rust-lang/crates.io-index"
 8633checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
 8634
 8635[[package]]
 8636name = "normpath"
 8637version = "1.3.0"
 8638source = "registry+https://github.com/rust-lang/crates.io-index"
 8639checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
 8640dependencies = [
 8641 "windows-sys 0.59.0",
 8642]
 8643
 8644[[package]]
 8645name = "notifications"
 8646version = "0.1.0"
 8647dependencies = [
 8648 "anyhow",
 8649 "channel",
 8650 "client",
 8651 "collections",
 8652 "component",
 8653 "db",
 8654 "gpui",
 8655 "linkme",
 8656 "rpc",
 8657 "settings",
 8658 "sum_tree",
 8659 "time",
 8660 "ui",
 8661 "util",
 8662 "workspace",
 8663]
 8664
 8665[[package]]
 8666name = "notify"
 8667version = "8.0.0"
 8668source = "registry+https://github.com/rust-lang/crates.io-index"
 8669checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943"
 8670dependencies = [
 8671 "bitflags 2.9.0",
 8672 "filetime",
 8673 "fsevent-sys 4.1.0",
 8674 "inotify",
 8675 "kqueue",
 8676 "libc",
 8677 "log",
 8678 "mio",
 8679 "notify-types 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8680 "walkdir",
 8681 "windows-sys 0.59.0",
 8682]
 8683
 8684[[package]]
 8685name = "notify"
 8686version = "8.0.0"
 8687source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
 8688dependencies = [
 8689 "bitflags 2.9.0",
 8690 "filetime",
 8691 "fsevent-sys 4.1.0",
 8692 "inotify",
 8693 "kqueue",
 8694 "libc",
 8695 "log",
 8696 "mio",
 8697 "notify-types 2.0.0 (git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96)",
 8698 "walkdir",
 8699 "windows-sys 0.59.0",
 8700]
 8701
 8702[[package]]
 8703name = "notify-debouncer-mini"
 8704version = "0.6.0"
 8705source = "registry+https://github.com/rust-lang/crates.io-index"
 8706checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
 8707dependencies = [
 8708 "log",
 8709 "notify 8.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8710 "notify-types 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8711 "tempfile",
 8712]
 8713
 8714[[package]]
 8715name = "notify-types"
 8716version = "2.0.0"
 8717source = "registry+https://github.com/rust-lang/crates.io-index"
 8718checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
 8719
 8720[[package]]
 8721name = "notify-types"
 8722version = "2.0.0"
 8723source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
 8724
 8725[[package]]
 8726name = "ntapi"
 8727version = "0.4.1"
 8728source = "registry+https://github.com/rust-lang/crates.io-index"
 8729checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
 8730dependencies = [
 8731 "winapi",
 8732]
 8733
 8734[[package]]
 8735name = "nu-ansi-term"
 8736version = "0.46.0"
 8737source = "registry+https://github.com/rust-lang/crates.io-index"
 8738checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
 8739dependencies = [
 8740 "overload",
 8741 "winapi",
 8742]
 8743
 8744[[package]]
 8745name = "num"
 8746version = "0.4.3"
 8747source = "registry+https://github.com/rust-lang/crates.io-index"
 8748checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
 8749dependencies = [
 8750 "num-bigint",
 8751 "num-complex",
 8752 "num-integer",
 8753 "num-iter",
 8754 "num-rational",
 8755 "num-traits",
 8756]
 8757
 8758[[package]]
 8759name = "num-bigint"
 8760version = "0.4.6"
 8761source = "registry+https://github.com/rust-lang/crates.io-index"
 8762checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
 8763dependencies = [
 8764 "num-integer",
 8765 "num-traits",
 8766]
 8767
 8768[[package]]
 8769name = "num-bigint-dig"
 8770version = "0.8.4"
 8771source = "registry+https://github.com/rust-lang/crates.io-index"
 8772checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
 8773dependencies = [
 8774 "byteorder",
 8775 "lazy_static",
 8776 "libm",
 8777 "num-integer",
 8778 "num-iter",
 8779 "num-traits",
 8780 "rand 0.8.5",
 8781 "serde",
 8782 "smallvec",
 8783 "zeroize",
 8784]
 8785
 8786[[package]]
 8787name = "num-complex"
 8788version = "0.4.6"
 8789source = "registry+https://github.com/rust-lang/crates.io-index"
 8790checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
 8791dependencies = [
 8792 "num-traits",
 8793]
 8794
 8795[[package]]
 8796name = "num-conv"
 8797version = "0.1.0"
 8798source = "registry+https://github.com/rust-lang/crates.io-index"
 8799checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
 8800
 8801[[package]]
 8802name = "num-derive"
 8803version = "0.4.2"
 8804source = "registry+https://github.com/rust-lang/crates.io-index"
 8805checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
 8806dependencies = [
 8807 "proc-macro2",
 8808 "quote",
 8809 "syn 2.0.100",
 8810]
 8811
 8812[[package]]
 8813name = "num-format"
 8814version = "0.4.4"
 8815source = "registry+https://github.com/rust-lang/crates.io-index"
 8816checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
 8817dependencies = [
 8818 "arrayvec",
 8819 "itoa",
 8820]
 8821
 8822[[package]]
 8823name = "num-integer"
 8824version = "0.1.46"
 8825source = "registry+https://github.com/rust-lang/crates.io-index"
 8826checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
 8827dependencies = [
 8828 "num-traits",
 8829]
 8830
 8831[[package]]
 8832name = "num-iter"
 8833version = "0.1.45"
 8834source = "registry+https://github.com/rust-lang/crates.io-index"
 8835checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
 8836dependencies = [
 8837 "autocfg",
 8838 "num-integer",
 8839 "num-traits",
 8840]
 8841
 8842[[package]]
 8843name = "num-modular"
 8844version = "0.6.1"
 8845source = "registry+https://github.com/rust-lang/crates.io-index"
 8846checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
 8847
 8848[[package]]
 8849name = "num-order"
 8850version = "1.2.0"
 8851source = "registry+https://github.com/rust-lang/crates.io-index"
 8852checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
 8853dependencies = [
 8854 "num-modular",
 8855]
 8856
 8857[[package]]
 8858name = "num-rational"
 8859version = "0.4.2"
 8860source = "registry+https://github.com/rust-lang/crates.io-index"
 8861checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
 8862dependencies = [
 8863 "num-bigint",
 8864 "num-integer",
 8865 "num-traits",
 8866]
 8867
 8868[[package]]
 8869name = "num-traits"
 8870version = "0.2.19"
 8871source = "registry+https://github.com/rust-lang/crates.io-index"
 8872checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
 8873dependencies = [
 8874 "autocfg",
 8875 "libm",
 8876]
 8877
 8878[[package]]
 8879name = "num_cpus"
 8880version = "1.16.0"
 8881source = "registry+https://github.com/rust-lang/crates.io-index"
 8882checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
 8883dependencies = [
 8884 "hermit-abi 0.3.9",
 8885 "libc",
 8886]
 8887
 8888[[package]]
 8889name = "num_enum"
 8890version = "0.7.3"
 8891source = "registry+https://github.com/rust-lang/crates.io-index"
 8892checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
 8893dependencies = [
 8894 "num_enum_derive",
 8895]
 8896
 8897[[package]]
 8898name = "num_enum_derive"
 8899version = "0.7.3"
 8900source = "registry+https://github.com/rust-lang/crates.io-index"
 8901checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
 8902dependencies = [
 8903 "proc-macro-crate",
 8904 "proc-macro2",
 8905 "quote",
 8906 "syn 2.0.100",
 8907]
 8908
 8909[[package]]
 8910name = "num_threads"
 8911version = "0.1.7"
 8912source = "registry+https://github.com/rust-lang/crates.io-index"
 8913checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
 8914dependencies = [
 8915 "libc",
 8916]
 8917
 8918[[package]]
 8919name = "nvim-rs"
 8920version = "0.8.0-pre"
 8921source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
 8922dependencies = [
 8923 "async-trait",
 8924 "futures 0.3.31",
 8925 "log",
 8926 "parity-tokio-ipc",
 8927 "rmp",
 8928 "rmpv",
 8929 "tokio",
 8930 "tokio-util",
 8931 "winapi",
 8932]
 8933
 8934[[package]]
 8935name = "objc"
 8936version = "0.2.7"
 8937source = "registry+https://github.com/rust-lang/crates.io-index"
 8938checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
 8939dependencies = [
 8940 "malloc_buf",
 8941]
 8942
 8943[[package]]
 8944name = "objc-sys"
 8945version = "0.3.5"
 8946source = "registry+https://github.com/rust-lang/crates.io-index"
 8947checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
 8948
 8949[[package]]
 8950name = "objc2"
 8951version = "0.5.2"
 8952source = "registry+https://github.com/rust-lang/crates.io-index"
 8953checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
 8954dependencies = [
 8955 "objc-sys",
 8956 "objc2-encode",
 8957]
 8958
 8959[[package]]
 8960name = "objc2-app-kit"
 8961version = "0.2.2"
 8962source = "registry+https://github.com/rust-lang/crates.io-index"
 8963checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
 8964dependencies = [
 8965 "bitflags 2.9.0",
 8966 "block2",
 8967 "libc",
 8968 "objc2",
 8969 "objc2-core-data",
 8970 "objc2-core-image",
 8971 "objc2-foundation",
 8972 "objc2-quartz-core",
 8973]
 8974
 8975[[package]]
 8976name = "objc2-cloud-kit"
 8977version = "0.2.2"
 8978source = "registry+https://github.com/rust-lang/crates.io-index"
 8979checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
 8980dependencies = [
 8981 "bitflags 2.9.0",
 8982 "block2",
 8983 "objc2",
 8984 "objc2-core-location",
 8985 "objc2-foundation",
 8986]
 8987
 8988[[package]]
 8989name = "objc2-contacts"
 8990version = "0.2.2"
 8991source = "registry+https://github.com/rust-lang/crates.io-index"
 8992checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
 8993dependencies = [
 8994 "block2",
 8995 "objc2",
 8996 "objc2-foundation",
 8997]
 8998
 8999[[package]]
 9000name = "objc2-core-data"
 9001version = "0.2.2"
 9002source = "registry+https://github.com/rust-lang/crates.io-index"
 9003checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
 9004dependencies = [
 9005 "bitflags 2.9.0",
 9006 "block2",
 9007 "objc2",
 9008 "objc2-foundation",
 9009]
 9010
 9011[[package]]
 9012name = "objc2-core-image"
 9013version = "0.2.2"
 9014source = "registry+https://github.com/rust-lang/crates.io-index"
 9015checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
 9016dependencies = [
 9017 "block2",
 9018 "objc2",
 9019 "objc2-foundation",
 9020 "objc2-metal",
 9021]
 9022
 9023[[package]]
 9024name = "objc2-core-location"
 9025version = "0.2.2"
 9026source = "registry+https://github.com/rust-lang/crates.io-index"
 9027checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
 9028dependencies = [
 9029 "block2",
 9030 "objc2",
 9031 "objc2-contacts",
 9032 "objc2-foundation",
 9033]
 9034
 9035[[package]]
 9036name = "objc2-encode"
 9037version = "4.0.3"
 9038source = "registry+https://github.com/rust-lang/crates.io-index"
 9039checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
 9040
 9041[[package]]
 9042name = "objc2-foundation"
 9043version = "0.2.2"
 9044source = "registry+https://github.com/rust-lang/crates.io-index"
 9045checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
 9046dependencies = [
 9047 "bitflags 2.9.0",
 9048 "block2",
 9049 "libc",
 9050 "objc2",
 9051]
 9052
 9053[[package]]
 9054name = "objc2-link-presentation"
 9055version = "0.2.2"
 9056source = "registry+https://github.com/rust-lang/crates.io-index"
 9057checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
 9058dependencies = [
 9059 "block2",
 9060 "objc2",
 9061 "objc2-app-kit",
 9062 "objc2-foundation",
 9063]
 9064
 9065[[package]]
 9066name = "objc2-metal"
 9067version = "0.2.2"
 9068source = "registry+https://github.com/rust-lang/crates.io-index"
 9069checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
 9070dependencies = [
 9071 "bitflags 2.9.0",
 9072 "block2",
 9073 "objc2",
 9074 "objc2-foundation",
 9075]
 9076
 9077[[package]]
 9078name = "objc2-quartz-core"
 9079version = "0.2.2"
 9080source = "registry+https://github.com/rust-lang/crates.io-index"
 9081checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
 9082dependencies = [
 9083 "bitflags 2.9.0",
 9084 "block2",
 9085 "objc2",
 9086 "objc2-foundation",
 9087 "objc2-metal",
 9088]
 9089
 9090[[package]]
 9091name = "objc2-symbols"
 9092version = "0.2.2"
 9093source = "registry+https://github.com/rust-lang/crates.io-index"
 9094checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
 9095dependencies = [
 9096 "objc2",
 9097 "objc2-foundation",
 9098]
 9099
 9100[[package]]
 9101name = "objc2-ui-kit"
 9102version = "0.2.2"
 9103source = "registry+https://github.com/rust-lang/crates.io-index"
 9104checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
 9105dependencies = [
 9106 "bitflags 2.9.0",
 9107 "block2",
 9108 "objc2",
 9109 "objc2-cloud-kit",
 9110 "objc2-core-data",
 9111 "objc2-core-image",
 9112 "objc2-core-location",
 9113 "objc2-foundation",
 9114 "objc2-link-presentation",
 9115 "objc2-quartz-core",
 9116 "objc2-symbols",
 9117 "objc2-uniform-type-identifiers",
 9118 "objc2-user-notifications",
 9119]
 9120
 9121[[package]]
 9122name = "objc2-uniform-type-identifiers"
 9123version = "0.2.2"
 9124source = "registry+https://github.com/rust-lang/crates.io-index"
 9125checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
 9126dependencies = [
 9127 "block2",
 9128 "objc2",
 9129 "objc2-foundation",
 9130]
 9131
 9132[[package]]
 9133name = "objc2-user-notifications"
 9134version = "0.2.2"
 9135source = "registry+https://github.com/rust-lang/crates.io-index"
 9136checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
 9137dependencies = [
 9138 "bitflags 2.9.0",
 9139 "block2",
 9140 "objc2",
 9141 "objc2-core-location",
 9142 "objc2-foundation",
 9143]
 9144
 9145[[package]]
 9146name = "object"
 9147version = "0.36.5"
 9148source = "registry+https://github.com/rust-lang/crates.io-index"
 9149checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
 9150dependencies = [
 9151 "crc32fast",
 9152 "hashbrown 0.15.2",
 9153 "indexmap",
 9154 "memchr",
 9155]
 9156
 9157[[package]]
 9158name = "oboe"
 9159version = "0.6.1"
 9160source = "registry+https://github.com/rust-lang/crates.io-index"
 9161checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
 9162dependencies = [
 9163 "jni",
 9164 "ndk",
 9165 "ndk-context",
 9166 "num-derive",
 9167 "num-traits",
 9168 "oboe-sys",
 9169]
 9170
 9171[[package]]
 9172name = "oboe-sys"
 9173version = "0.6.1"
 9174source = "registry+https://github.com/rust-lang/crates.io-index"
 9175checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
 9176dependencies = [
 9177 "cc",
 9178]
 9179
 9180[[package]]
 9181name = "ollama"
 9182version = "0.1.0"
 9183dependencies = [
 9184 "anyhow",
 9185 "futures 0.3.31",
 9186 "http_client",
 9187 "schemars",
 9188 "serde",
 9189 "serde_json",
 9190]
 9191
 9192[[package]]
 9193name = "once_cell"
 9194version = "1.20.3"
 9195source = "registry+https://github.com/rust-lang/crates.io-index"
 9196checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
 9197
 9198[[package]]
 9199name = "oo7"
 9200version = "0.4.3"
 9201source = "registry+https://github.com/rust-lang/crates.io-index"
 9202checksum = "6cb23d3ec3527d65a83be1c1795cb883c52cfa57147d42acc797127df56fc489"
 9203dependencies = [
 9204 "aes",
 9205 "ashpd",
 9206 "async-fs",
 9207 "async-io",
 9208 "async-lock",
 9209 "blocking",
 9210 "cbc",
 9211 "cipher",
 9212 "digest",
 9213 "endi",
 9214 "futures-lite 2.6.0",
 9215 "futures-util",
 9216 "getrandom 0.3.1",
 9217 "hkdf",
 9218 "hmac",
 9219 "md-5",
 9220 "num",
 9221 "num-bigint-dig",
 9222 "pbkdf2 0.12.2",
 9223 "rand 0.9.0",
 9224 "serde",
 9225 "sha2",
 9226 "subtle",
 9227 "zbus",
 9228 "zbus_macros",
 9229 "zeroize",
 9230 "zvariant",
 9231]
 9232
 9233[[package]]
 9234name = "oorandom"
 9235version = "11.1.4"
 9236source = "registry+https://github.com/rust-lang/crates.io-index"
 9237checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
 9238
 9239[[package]]
 9240name = "open"
 9241version = "5.3.2"
 9242source = "registry+https://github.com/rust-lang/crates.io-index"
 9243checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
 9244dependencies = [
 9245 "is-wsl",
 9246 "libc",
 9247 "pathdiff",
 9248]
 9249
 9250[[package]]
 9251name = "open_ai"
 9252version = "0.1.0"
 9253dependencies = [
 9254 "anyhow",
 9255 "futures 0.3.31",
 9256 "http_client",
 9257 "schemars",
 9258 "serde",
 9259 "serde_json",
 9260 "strum",
 9261]
 9262
 9263[[package]]
 9264name = "opener"
 9265version = "0.7.2"
 9266source = "registry+https://github.com/rust-lang/crates.io-index"
 9267checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
 9268dependencies = [
 9269 "bstr",
 9270 "dbus",
 9271 "normpath",
 9272 "windows-sys 0.59.0",
 9273]
 9274
 9275[[package]]
 9276name = "openssl"
 9277version = "0.10.70"
 9278source = "registry+https://github.com/rust-lang/crates.io-index"
 9279checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6"
 9280dependencies = [
 9281 "bitflags 2.9.0",
 9282 "cfg-if",
 9283 "foreign-types 0.3.2",
 9284 "libc",
 9285 "once_cell",
 9286 "openssl-macros",
 9287 "openssl-sys",
 9288]
 9289
 9290[[package]]
 9291name = "openssl-macros"
 9292version = "0.1.1"
 9293source = "registry+https://github.com/rust-lang/crates.io-index"
 9294checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
 9295dependencies = [
 9296 "proc-macro2",
 9297 "quote",
 9298 "syn 2.0.100",
 9299]
 9300
 9301[[package]]
 9302name = "openssl-probe"
 9303version = "0.1.5"
 9304source = "registry+https://github.com/rust-lang/crates.io-index"
 9305checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
 9306
 9307[[package]]
 9308name = "openssl-src"
 9309version = "300.4.1+3.4.0"
 9310source = "registry+https://github.com/rust-lang/crates.io-index"
 9311checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
 9312dependencies = [
 9313 "cc",
 9314]
 9315
 9316[[package]]
 9317name = "openssl-sys"
 9318version = "0.9.105"
 9319source = "registry+https://github.com/rust-lang/crates.io-index"
 9320checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc"
 9321dependencies = [
 9322 "cc",
 9323 "libc",
 9324 "openssl-src",
 9325 "pkg-config",
 9326 "vcpkg",
 9327]
 9328
 9329[[package]]
 9330name = "option-ext"
 9331version = "0.2.0"
 9332source = "registry+https://github.com/rust-lang/crates.io-index"
 9333checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
 9334
 9335[[package]]
 9336name = "ordered-float"
 9337version = "2.10.1"
 9338source = "registry+https://github.com/rust-lang/crates.io-index"
 9339checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
 9340dependencies = [
 9341 "num-traits",
 9342]
 9343
 9344[[package]]
 9345name = "ordered-float"
 9346version = "3.9.2"
 9347source = "registry+https://github.com/rust-lang/crates.io-index"
 9348checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
 9349dependencies = [
 9350 "num-traits",
 9351]
 9352
 9353[[package]]
 9354name = "ordered-stream"
 9355version = "0.2.0"
 9356source = "registry+https://github.com/rust-lang/crates.io-index"
 9357checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
 9358dependencies = [
 9359 "futures-core",
 9360 "pin-project-lite",
 9361]
 9362
 9363[[package]]
 9364name = "ouroboros"
 9365version = "0.18.4"
 9366source = "registry+https://github.com/rust-lang/crates.io-index"
 9367checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
 9368dependencies = [
 9369 "aliasable",
 9370 "ouroboros_macro",
 9371 "static_assertions",
 9372]
 9373
 9374[[package]]
 9375name = "ouroboros_macro"
 9376version = "0.18.4"
 9377source = "registry+https://github.com/rust-lang/crates.io-index"
 9378checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
 9379dependencies = [
 9380 "heck 0.4.1",
 9381 "itertools 0.12.1",
 9382 "proc-macro2",
 9383 "proc-macro2-diagnostics",
 9384 "quote",
 9385 "syn 2.0.100",
 9386]
 9387
 9388[[package]]
 9389name = "outline"
 9390version = "0.1.0"
 9391dependencies = [
 9392 "editor",
 9393 "fuzzy",
 9394 "gpui",
 9395 "indoc",
 9396 "language",
 9397 "menu",
 9398 "ordered-float 2.10.1",
 9399 "picker",
 9400 "project",
 9401 "rope",
 9402 "serde_json",
 9403 "settings",
 9404 "smol",
 9405 "theme",
 9406 "tree-sitter-rust",
 9407 "tree-sitter-typescript",
 9408 "ui",
 9409 "util",
 9410 "workspace",
 9411 "zed_actions",
 9412]
 9413
 9414[[package]]
 9415name = "outline_panel"
 9416version = "0.1.0"
 9417dependencies = [
 9418 "anyhow",
 9419 "collections",
 9420 "db",
 9421 "editor",
 9422 "file_icons",
 9423 "fuzzy",
 9424 "gpui",
 9425 "itertools 0.14.0",
 9426 "language",
 9427 "log",
 9428 "menu",
 9429 "outline",
 9430 "pretty_assertions",
 9431 "project",
 9432 "schemars",
 9433 "search",
 9434 "serde",
 9435 "serde_json",
 9436 "settings",
 9437 "smallvec",
 9438 "smol",
 9439 "theme",
 9440 "ui",
 9441 "util",
 9442 "workspace",
 9443 "worktree",
 9444 "zed_actions",
 9445]
 9446
 9447[[package]]
 9448name = "outref"
 9449version = "0.5.1"
 9450source = "registry+https://github.com/rust-lang/crates.io-index"
 9451checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
 9452
 9453[[package]]
 9454name = "overload"
 9455version = "0.1.1"
 9456source = "registry+https://github.com/rust-lang/crates.io-index"
 9457checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
 9458
 9459[[package]]
 9460name = "p256"
 9461version = "0.11.1"
 9462source = "registry+https://github.com/rust-lang/crates.io-index"
 9463checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
 9464dependencies = [
 9465 "ecdsa",
 9466 "elliptic-curve",
 9467 "sha2",
 9468]
 9469
 9470[[package]]
 9471name = "page_size"
 9472version = "0.6.0"
 9473source = "registry+https://github.com/rust-lang/crates.io-index"
 9474checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
 9475dependencies = [
 9476 "libc",
 9477 "winapi",
 9478]
 9479
 9480[[package]]
 9481name = "palette"
 9482version = "0.7.6"
 9483source = "registry+https://github.com/rust-lang/crates.io-index"
 9484checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
 9485dependencies = [
 9486 "approx",
 9487 "fast-srgb8",
 9488 "palette_derive",
 9489]
 9490
 9491[[package]]
 9492name = "palette_derive"
 9493version = "0.7.6"
 9494source = "registry+https://github.com/rust-lang/crates.io-index"
 9495checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
 9496dependencies = [
 9497 "by_address",
 9498 "proc-macro2",
 9499 "quote",
 9500 "syn 2.0.100",
 9501]
 9502
 9503[[package]]
 9504name = "panel"
 9505version = "0.1.0"
 9506dependencies = [
 9507 "editor",
 9508 "gpui",
 9509 "settings",
 9510 "theme",
 9511 "ui",
 9512 "workspace",
 9513]
 9514
 9515[[package]]
 9516name = "parity-tokio-ipc"
 9517version = "0.9.0"
 9518source = "registry+https://github.com/rust-lang/crates.io-index"
 9519checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
 9520dependencies = [
 9521 "futures 0.3.31",
 9522 "libc",
 9523 "log",
 9524 "rand 0.7.3",
 9525 "tokio",
 9526 "winapi",
 9527]
 9528
 9529[[package]]
 9530name = "parking"
 9531version = "2.2.1"
 9532source = "registry+https://github.com/rust-lang/crates.io-index"
 9533checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
 9534
 9535[[package]]
 9536name = "parking_lot"
 9537version = "0.12.3"
 9538source = "registry+https://github.com/rust-lang/crates.io-index"
 9539checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
 9540dependencies = [
 9541 "lock_api",
 9542 "parking_lot_core",
 9543]
 9544
 9545[[package]]
 9546name = "parking_lot_core"
 9547version = "0.9.10"
 9548source = "registry+https://github.com/rust-lang/crates.io-index"
 9549checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
 9550dependencies = [
 9551 "cfg-if",
 9552 "libc",
 9553 "redox_syscall 0.5.8",
 9554 "smallvec",
 9555 "windows-targets 0.52.6",
 9556]
 9557
 9558[[package]]
 9559name = "password-hash"
 9560version = "0.4.2"
 9561source = "registry+https://github.com/rust-lang/crates.io-index"
 9562checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
 9563dependencies = [
 9564 "base64ct",
 9565 "rand_core 0.6.4",
 9566 "subtle",
 9567]
 9568
 9569[[package]]
 9570name = "password-hash"
 9571version = "0.5.0"
 9572source = "registry+https://github.com/rust-lang/crates.io-index"
 9573checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
 9574dependencies = [
 9575 "base64ct",
 9576 "rand_core 0.6.4",
 9577 "subtle",
 9578]
 9579
 9580[[package]]
 9581name = "paste"
 9582version = "1.0.15"
 9583source = "registry+https://github.com/rust-lang/crates.io-index"
 9584checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
 9585
 9586[[package]]
 9587name = "pathdiff"
 9588version = "0.2.3"
 9589source = "registry+https://github.com/rust-lang/crates.io-index"
 9590checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
 9591
 9592[[package]]
 9593name = "pathfinder_geometry"
 9594version = "0.5.1"
 9595source = "registry+https://github.com/rust-lang/crates.io-index"
 9596checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
 9597dependencies = [
 9598 "log",
 9599 "pathfinder_simd",
 9600]
 9601
 9602[[package]]
 9603name = "pathfinder_simd"
 9604version = "0.5.4"
 9605source = "registry+https://github.com/rust-lang/crates.io-index"
 9606checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
 9607dependencies = [
 9608 "rustc_version",
 9609]
 9610
 9611[[package]]
 9612name = "paths"
 9613version = "0.1.0"
 9614dependencies = [
 9615 "dirs 4.0.0",
 9616 "util",
 9617]
 9618
 9619[[package]]
 9620name = "pbjson"
 9621version = "0.6.0"
 9622source = "registry+https://github.com/rust-lang/crates.io-index"
 9623checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
 9624dependencies = [
 9625 "base64 0.21.7",
 9626 "serde",
 9627]
 9628
 9629[[package]]
 9630name = "pbjson-build"
 9631version = "0.6.2"
 9632source = "registry+https://github.com/rust-lang/crates.io-index"
 9633checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
 9634dependencies = [
 9635 "heck 0.4.1",
 9636 "itertools 0.11.0",
 9637 "prost 0.12.6",
 9638 "prost-types 0.12.6",
 9639]
 9640
 9641[[package]]
 9642name = "pbjson-types"
 9643version = "0.6.0"
 9644source = "registry+https://github.com/rust-lang/crates.io-index"
 9645checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
 9646dependencies = [
 9647 "bytes 1.10.1",
 9648 "chrono",
 9649 "pbjson",
 9650 "pbjson-build",
 9651 "prost 0.12.6",
 9652 "prost-build 0.12.6",
 9653 "serde",
 9654]
 9655
 9656[[package]]
 9657name = "pbkdf2"
 9658version = "0.11.0"
 9659source = "registry+https://github.com/rust-lang/crates.io-index"
 9660checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
 9661dependencies = [
 9662 "digest",
 9663 "hmac",
 9664 "password-hash 0.4.2",
 9665 "sha2",
 9666]
 9667
 9668[[package]]
 9669name = "pbkdf2"
 9670version = "0.12.2"
 9671source = "registry+https://github.com/rust-lang/crates.io-index"
 9672checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
 9673dependencies = [
 9674 "digest",
 9675 "hmac",
 9676]
 9677
 9678[[package]]
 9679name = "pem"
 9680version = "3.0.4"
 9681source = "registry+https://github.com/rust-lang/crates.io-index"
 9682checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
 9683dependencies = [
 9684 "base64 0.22.1",
 9685 "serde",
 9686]
 9687
 9688[[package]]
 9689name = "pem-rfc7468"
 9690version = "0.7.0"
 9691source = "registry+https://github.com/rust-lang/crates.io-index"
 9692checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
 9693dependencies = [
 9694 "base64ct",
 9695]
 9696
 9697[[package]]
 9698name = "percent-encoding"
 9699version = "2.3.1"
 9700source = "registry+https://github.com/rust-lang/crates.io-index"
 9701checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
 9702
 9703[[package]]
 9704name = "perplexity"
 9705version = "0.1.0"
 9706dependencies = [
 9707 "serde",
 9708 "zed_extension_api 0.4.0",
 9709]
 9710
 9711[[package]]
 9712name = "pest"
 9713version = "2.7.15"
 9714source = "registry+https://github.com/rust-lang/crates.io-index"
 9715checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
 9716dependencies = [
 9717 "memchr",
 9718 "thiserror 2.0.12",
 9719 "ucd-trie",
 9720]
 9721
 9722[[package]]
 9723name = "pest_derive"
 9724version = "2.7.15"
 9725source = "registry+https://github.com/rust-lang/crates.io-index"
 9726checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
 9727dependencies = [
 9728 "pest",
 9729 "pest_generator",
 9730]
 9731
 9732[[package]]
 9733name = "pest_generator"
 9734version = "2.7.15"
 9735source = "registry+https://github.com/rust-lang/crates.io-index"
 9736checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
 9737dependencies = [
 9738 "pest",
 9739 "pest_meta",
 9740 "proc-macro2",
 9741 "quote",
 9742 "syn 2.0.100",
 9743]
 9744
 9745[[package]]
 9746name = "pest_meta"
 9747version = "2.7.15"
 9748source = "registry+https://github.com/rust-lang/crates.io-index"
 9749checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
 9750dependencies = [
 9751 "once_cell",
 9752 "pest",
 9753 "sha2",
 9754]
 9755
 9756[[package]]
 9757name = "pet"
 9758version = "0.1.0"
 9759source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9760dependencies = [
 9761 "clap",
 9762 "env_logger 0.10.2",
 9763 "lazy_static",
 9764 "log",
 9765 "msvc_spectre_libs",
 9766 "pet-conda",
 9767 "pet-core",
 9768 "pet-env-var-path",
 9769 "pet-fs",
 9770 "pet-global-virtualenvs",
 9771 "pet-homebrew",
 9772 "pet-jsonrpc",
 9773 "pet-linux-global-python",
 9774 "pet-mac-commandlinetools",
 9775 "pet-mac-python-org",
 9776 "pet-mac-xcode",
 9777 "pet-pipenv",
 9778 "pet-pixi",
 9779 "pet-poetry",
 9780 "pet-pyenv",
 9781 "pet-python-utils",
 9782 "pet-reporter",
 9783 "pet-telemetry",
 9784 "pet-venv",
 9785 "pet-virtualenv",
 9786 "pet-virtualenvwrapper",
 9787 "pet-windows-registry",
 9788 "pet-windows-store",
 9789 "serde",
 9790 "serde_json",
 9791]
 9792
 9793[[package]]
 9794name = "pet-conda"
 9795version = "0.1.0"
 9796source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9797dependencies = [
 9798 "env_logger 0.10.2",
 9799 "lazy_static",
 9800 "log",
 9801 "msvc_spectre_libs",
 9802 "pet-core",
 9803 "pet-fs",
 9804 "pet-python-utils",
 9805 "pet-reporter",
 9806 "regex",
 9807 "serde",
 9808 "serde_json",
 9809 "yaml-rust2",
 9810]
 9811
 9812[[package]]
 9813name = "pet-core"
 9814version = "0.1.0"
 9815source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9816dependencies = [
 9817 "clap",
 9818 "lazy_static",
 9819 "log",
 9820 "msvc_spectre_libs",
 9821 "pet-fs",
 9822 "regex",
 9823 "serde",
 9824 "serde_json",
 9825]
 9826
 9827[[package]]
 9828name = "pet-env-var-path"
 9829version = "0.1.0"
 9830source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9831dependencies = [
 9832 "lazy_static",
 9833 "log",
 9834 "msvc_spectre_libs",
 9835 "pet-conda",
 9836 "pet-core",
 9837 "pet-fs",
 9838 "pet-python-utils",
 9839 "pet-virtualenv",
 9840 "regex",
 9841]
 9842
 9843[[package]]
 9844name = "pet-fs"
 9845version = "0.1.0"
 9846source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9847dependencies = [
 9848 "log",
 9849 "msvc_spectre_libs",
 9850]
 9851
 9852[[package]]
 9853name = "pet-global-virtualenvs"
 9854version = "0.1.0"
 9855source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9856dependencies = [
 9857 "log",
 9858 "msvc_spectre_libs",
 9859 "pet-conda",
 9860 "pet-core",
 9861 "pet-fs",
 9862 "pet-virtualenv",
 9863]
 9864
 9865[[package]]
 9866name = "pet-homebrew"
 9867version = "0.1.0"
 9868source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9869dependencies = [
 9870 "lazy_static",
 9871 "log",
 9872 "msvc_spectre_libs",
 9873 "pet-conda",
 9874 "pet-core",
 9875 "pet-fs",
 9876 "pet-python-utils",
 9877 "pet-virtualenv",
 9878 "regex",
 9879 "serde",
 9880 "serde_json",
 9881]
 9882
 9883[[package]]
 9884name = "pet-jsonrpc"
 9885version = "0.1.0"
 9886source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9887dependencies = [
 9888 "env_logger 0.10.2",
 9889 "log",
 9890 "msvc_spectre_libs",
 9891 "pet-core",
 9892 "serde",
 9893 "serde_json",
 9894]
 9895
 9896[[package]]
 9897name = "pet-linux-global-python"
 9898version = "0.1.0"
 9899source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9900dependencies = [
 9901 "log",
 9902 "msvc_spectre_libs",
 9903 "pet-core",
 9904 "pet-fs",
 9905 "pet-python-utils",
 9906 "pet-virtualenv",
 9907]
 9908
 9909[[package]]
 9910name = "pet-mac-commandlinetools"
 9911version = "0.1.0"
 9912source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9913dependencies = [
 9914 "log",
 9915 "msvc_spectre_libs",
 9916 "pet-core",
 9917 "pet-fs",
 9918 "pet-python-utils",
 9919 "pet-virtualenv",
 9920]
 9921
 9922[[package]]
 9923name = "pet-mac-python-org"
 9924version = "0.1.0"
 9925source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9926dependencies = [
 9927 "log",
 9928 "msvc_spectre_libs",
 9929 "pet-core",
 9930 "pet-fs",
 9931 "pet-python-utils",
 9932 "pet-virtualenv",
 9933]
 9934
 9935[[package]]
 9936name = "pet-mac-xcode"
 9937version = "0.1.0"
 9938source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9939dependencies = [
 9940 "log",
 9941 "msvc_spectre_libs",
 9942 "pet-core",
 9943 "pet-fs",
 9944 "pet-python-utils",
 9945 "pet-virtualenv",
 9946]
 9947
 9948[[package]]
 9949name = "pet-pipenv"
 9950version = "0.1.0"
 9951source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9952dependencies = [
 9953 "log",
 9954 "msvc_spectre_libs",
 9955 "pet-core",
 9956 "pet-fs",
 9957 "pet-python-utils",
 9958 "pet-virtualenv",
 9959]
 9960
 9961[[package]]
 9962name = "pet-pixi"
 9963version = "0.1.0"
 9964source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9965dependencies = [
 9966 "log",
 9967 "msvc_spectre_libs",
 9968 "pet-conda",
 9969 "pet-core",
 9970 "pet-python-utils",
 9971]
 9972
 9973[[package]]
 9974name = "pet-poetry"
 9975version = "0.1.0"
 9976source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9977dependencies = [
 9978 "base64 0.22.1",
 9979 "lazy_static",
 9980 "log",
 9981 "msvc_spectre_libs",
 9982 "pet-core",
 9983 "pet-fs",
 9984 "pet-python-utils",
 9985 "pet-reporter",
 9986 "pet-virtualenv",
 9987 "regex",
 9988 "serde",
 9989 "serde_json",
 9990 "sha2",
 9991 "toml 0.8.20",
 9992]
 9993
 9994[[package]]
 9995name = "pet-pyenv"
 9996version = "0.1.0"
 9997source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9998dependencies = [
 9999 "lazy_static",
10000 "log",
10001 "msvc_spectre_libs",
10002 "pet-conda",
10003 "pet-core",
10004 "pet-fs",
10005 "pet-python-utils",
10006 "pet-reporter",
10007 "regex",
10008 "serde",
10009 "serde_json",
10010]
10011
10012[[package]]
10013name = "pet-python-utils"
10014version = "0.1.0"
10015source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10016dependencies = [
10017 "env_logger 0.10.2",
10018 "lazy_static",
10019 "log",
10020 "msvc_spectre_libs",
10021 "pet-core",
10022 "pet-fs",
10023 "regex",
10024 "serde",
10025 "serde_json",
10026 "sha2",
10027]
10028
10029[[package]]
10030name = "pet-reporter"
10031version = "0.1.0"
10032source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10033dependencies = [
10034 "env_logger 0.10.2",
10035 "log",
10036 "msvc_spectre_libs",
10037 "pet-core",
10038 "pet-jsonrpc",
10039 "serde",
10040 "serde_json",
10041]
10042
10043[[package]]
10044name = "pet-telemetry"
10045version = "0.1.0"
10046source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10047dependencies = [
10048 "env_logger 0.10.2",
10049 "lazy_static",
10050 "log",
10051 "msvc_spectre_libs",
10052 "pet-core",
10053 "pet-fs",
10054 "pet-python-utils",
10055 "regex",
10056]
10057
10058[[package]]
10059name = "pet-venv"
10060version = "0.1.0"
10061source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10062dependencies = [
10063 "log",
10064 "msvc_spectre_libs",
10065 "pet-core",
10066 "pet-python-utils",
10067 "pet-virtualenv",
10068]
10069
10070[[package]]
10071name = "pet-virtualenv"
10072version = "0.1.0"
10073source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10074dependencies = [
10075 "log",
10076 "msvc_spectre_libs",
10077 "pet-core",
10078 "pet-fs",
10079 "pet-python-utils",
10080]
10081
10082[[package]]
10083name = "pet-virtualenvwrapper"
10084version = "0.1.0"
10085source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10086dependencies = [
10087 "log",
10088 "msvc_spectre_libs",
10089 "pet-core",
10090 "pet-fs",
10091 "pet-python-utils",
10092 "pet-virtualenv",
10093]
10094
10095[[package]]
10096name = "pet-windows-registry"
10097version = "0.1.0"
10098source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10099dependencies = [
10100 "lazy_static",
10101 "log",
10102 "msvc_spectre_libs",
10103 "pet-conda",
10104 "pet-core",
10105 "pet-fs",
10106 "pet-python-utils",
10107 "pet-virtualenv",
10108 "pet-windows-store",
10109 "regex",
10110 "winreg 0.52.0",
10111]
10112
10113[[package]]
10114name = "pet-windows-store"
10115version = "0.1.0"
10116source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10117dependencies = [
10118 "lazy_static",
10119 "log",
10120 "msvc_spectre_libs",
10121 "pet-core",
10122 "pet-fs",
10123 "pet-python-utils",
10124 "pet-virtualenv",
10125 "regex",
10126 "winreg 0.52.0",
10127]
10128
10129[[package]]
10130name = "petgraph"
10131version = "0.6.5"
10132source = "registry+https://github.com/rust-lang/crates.io-index"
10133checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
10134dependencies = [
10135 "fixedbitset",
10136 "indexmap",
10137]
10138
10139[[package]]
10140name = "pgvector"
10141version = "0.4.0"
10142source = "registry+https://github.com/rust-lang/crates.io-index"
10143checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
10144dependencies = [
10145 "serde",
10146]
10147
10148[[package]]
10149name = "phf"
10150version = "0.11.2"
10151source = "registry+https://github.com/rust-lang/crates.io-index"
10152checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
10153dependencies = [
10154 "phf_macros",
10155 "phf_shared 0.11.2",
10156]
10157
10158[[package]]
10159name = "phf_codegen"
10160version = "0.11.2"
10161source = "registry+https://github.com/rust-lang/crates.io-index"
10162checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
10163dependencies = [
10164 "phf_generator 0.11.2",
10165 "phf_shared 0.11.2",
10166]
10167
10168[[package]]
10169name = "phf_generator"
10170version = "0.10.0"
10171source = "registry+https://github.com/rust-lang/crates.io-index"
10172checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
10173dependencies = [
10174 "phf_shared 0.10.0",
10175 "rand 0.8.5",
10176]
10177
10178[[package]]
10179name = "phf_generator"
10180version = "0.11.2"
10181source = "registry+https://github.com/rust-lang/crates.io-index"
10182checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
10183dependencies = [
10184 "phf_shared 0.11.2",
10185 "rand 0.8.5",
10186]
10187
10188[[package]]
10189name = "phf_macros"
10190version = "0.11.2"
10191source = "registry+https://github.com/rust-lang/crates.io-index"
10192checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
10193dependencies = [
10194 "phf_generator 0.11.2",
10195 "phf_shared 0.11.2",
10196 "proc-macro2",
10197 "quote",
10198 "syn 2.0.100",
10199]
10200
10201[[package]]
10202name = "phf_shared"
10203version = "0.10.0"
10204source = "registry+https://github.com/rust-lang/crates.io-index"
10205checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
10206dependencies = [
10207 "siphasher 0.3.11",
10208]
10209
10210[[package]]
10211name = "phf_shared"
10212version = "0.11.2"
10213source = "registry+https://github.com/rust-lang/crates.io-index"
10214checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
10215dependencies = [
10216 "siphasher 0.3.11",
10217]
10218
10219[[package]]
10220name = "picker"
10221version = "0.1.0"
10222dependencies = [
10223 "anyhow",
10224 "ctor",
10225 "editor",
10226 "env_logger 0.11.7",
10227 "gpui",
10228 "menu",
10229 "schemars",
10230 "serde",
10231 "serde_json",
10232 "ui",
10233 "util",
10234 "workspace",
10235]
10236
10237[[package]]
10238name = "pico-args"
10239version = "0.5.0"
10240source = "registry+https://github.com/rust-lang/crates.io-index"
10241checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
10242
10243[[package]]
10244name = "pin-project"
10245version = "1.1.7"
10246source = "registry+https://github.com/rust-lang/crates.io-index"
10247checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
10248dependencies = [
10249 "pin-project-internal",
10250]
10251
10252[[package]]
10253name = "pin-project-internal"
10254version = "1.1.7"
10255source = "registry+https://github.com/rust-lang/crates.io-index"
10256checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
10257dependencies = [
10258 "proc-macro2",
10259 "quote",
10260 "syn 2.0.100",
10261]
10262
10263[[package]]
10264name = "pin-project-lite"
10265version = "0.2.16"
10266source = "registry+https://github.com/rust-lang/crates.io-index"
10267checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
10268
10269[[package]]
10270name = "pin-utils"
10271version = "0.1.0"
10272source = "registry+https://github.com/rust-lang/crates.io-index"
10273checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
10274
10275[[package]]
10276name = "piper"
10277version = "0.2.4"
10278source = "registry+https://github.com/rust-lang/crates.io-index"
10279checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
10280dependencies = [
10281 "atomic-waker",
10282 "fastrand 2.3.0",
10283 "futures-io",
10284]
10285
10286[[package]]
10287name = "pkcs1"
10288version = "0.7.5"
10289source = "registry+https://github.com/rust-lang/crates.io-index"
10290checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
10291dependencies = [
10292 "der 0.7.9",
10293 "pkcs8 0.10.2",
10294 "spki 0.7.3",
10295]
10296
10297[[package]]
10298name = "pkcs8"
10299version = "0.9.0"
10300source = "registry+https://github.com/rust-lang/crates.io-index"
10301checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
10302dependencies = [
10303 "der 0.6.1",
10304 "spki 0.6.0",
10305]
10306
10307[[package]]
10308name = "pkcs8"
10309version = "0.10.2"
10310source = "registry+https://github.com/rust-lang/crates.io-index"
10311checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
10312dependencies = [
10313 "der 0.7.9",
10314 "spki 0.7.3",
10315]
10316
10317[[package]]
10318name = "pkg-config"
10319version = "0.3.31"
10320source = "registry+https://github.com/rust-lang/crates.io-index"
10321checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
10322
10323[[package]]
10324name = "plist"
10325version = "1.7.1"
10326source = "registry+https://github.com/rust-lang/crates.io-index"
10327checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d"
10328dependencies = [
10329 "base64 0.22.1",
10330 "indexmap",
10331 "quick-xml 0.32.0",
10332 "serde",
10333 "time",
10334]
10335
10336[[package]]
10337name = "plotters"
10338version = "0.3.7"
10339source = "registry+https://github.com/rust-lang/crates.io-index"
10340checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
10341dependencies = [
10342 "num-traits",
10343 "plotters-backend",
10344 "plotters-svg",
10345 "wasm-bindgen",
10346 "web-sys",
10347]
10348
10349[[package]]
10350name = "plotters-backend"
10351version = "0.3.7"
10352source = "registry+https://github.com/rust-lang/crates.io-index"
10353checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
10354
10355[[package]]
10356name = "plotters-svg"
10357version = "0.3.7"
10358source = "registry+https://github.com/rust-lang/crates.io-index"
10359checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
10360dependencies = [
10361 "plotters-backend",
10362]
10363
10364[[package]]
10365name = "png"
10366version = "0.17.15"
10367source = "registry+https://github.com/rust-lang/crates.io-index"
10368checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
10369dependencies = [
10370 "bitflags 1.3.2",
10371 "crc32fast",
10372 "fdeflate",
10373 "flate2",
10374 "miniz_oxide",
10375]
10376
10377[[package]]
10378name = "polling"
10379version = "3.7.4"
10380source = "registry+https://github.com/rust-lang/crates.io-index"
10381checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
10382dependencies = [
10383 "cfg-if",
10384 "concurrent-queue",
10385 "hermit-abi 0.4.0",
10386 "pin-project-lite",
10387 "rustix",
10388 "tracing",
10389 "windows-sys 0.59.0",
10390]
10391
10392[[package]]
10393name = "pollster"
10394version = "0.2.5"
10395source = "registry+https://github.com/rust-lang/crates.io-index"
10396checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
10397
10398[[package]]
10399name = "portable-atomic"
10400version = "1.11.0"
10401source = "registry+https://github.com/rust-lang/crates.io-index"
10402checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
10403
10404[[package]]
10405name = "portable-atomic-util"
10406version = "0.2.4"
10407source = "registry+https://github.com/rust-lang/crates.io-index"
10408checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
10409dependencies = [
10410 "portable-atomic",
10411]
10412
10413[[package]]
10414name = "postage"
10415version = "0.5.0"
10416source = "registry+https://github.com/rust-lang/crates.io-index"
10417checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
10418dependencies = [
10419 "atomic",
10420 "crossbeam-queue",
10421 "futures 0.3.31",
10422 "log",
10423 "parking_lot",
10424 "pin-project",
10425 "pollster",
10426 "static_assertions",
10427 "thiserror 1.0.69",
10428]
10429
10430[[package]]
10431name = "postcard"
10432version = "1.1.1"
10433source = "registry+https://github.com/rust-lang/crates.io-index"
10434checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
10435dependencies = [
10436 "cobs",
10437 "embedded-io 0.4.0",
10438 "embedded-io 0.6.1",
10439 "serde",
10440]
10441
10442[[package]]
10443name = "powerfmt"
10444version = "0.2.0"
10445source = "registry+https://github.com/rust-lang/crates.io-index"
10446checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
10447
10448[[package]]
10449name = "ppv-lite86"
10450version = "0.2.20"
10451source = "registry+https://github.com/rust-lang/crates.io-index"
10452checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
10453dependencies = [
10454 "zerocopy 0.7.35",
10455]
10456
10457[[package]]
10458name = "precomputed-hash"
10459version = "0.1.1"
10460source = "registry+https://github.com/rust-lang/crates.io-index"
10461checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
10462
10463[[package]]
10464name = "prettier"
10465version = "0.1.0"
10466dependencies = [
10467 "anyhow",
10468 "collections",
10469 "fs",
10470 "gpui",
10471 "language",
10472 "log",
10473 "lsp",
10474 "node_runtime",
10475 "parking_lot",
10476 "paths",
10477 "serde",
10478 "serde_json",
10479 "util",
10480]
10481
10482[[package]]
10483name = "pretty_assertions"
10484version = "1.4.1"
10485source = "registry+https://github.com/rust-lang/crates.io-index"
10486checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
10487dependencies = [
10488 "diff",
10489 "yansi",
10490]
10491
10492[[package]]
10493name = "prettyplease"
10494version = "0.2.25"
10495source = "registry+https://github.com/rust-lang/crates.io-index"
10496checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
10497dependencies = [
10498 "proc-macro2",
10499 "syn 2.0.100",
10500]
10501
10502[[package]]
10503name = "proc-macro-crate"
10504version = "3.2.0"
10505source = "registry+https://github.com/rust-lang/crates.io-index"
10506checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
10507dependencies = [
10508 "toml_edit",
10509]
10510
10511[[package]]
10512name = "proc-macro-error-attr2"
10513version = "2.0.0"
10514source = "registry+https://github.com/rust-lang/crates.io-index"
10515checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
10516dependencies = [
10517 "proc-macro2",
10518 "quote",
10519]
10520
10521[[package]]
10522name = "proc-macro-error2"
10523version = "2.0.1"
10524source = "registry+https://github.com/rust-lang/crates.io-index"
10525checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
10526dependencies = [
10527 "proc-macro-error-attr2",
10528 "proc-macro2",
10529 "quote",
10530 "syn 2.0.100",
10531]
10532
10533[[package]]
10534name = "proc-macro2"
10535version = "1.0.94"
10536source = "registry+https://github.com/rust-lang/crates.io-index"
10537checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
10538dependencies = [
10539 "unicode-ident",
10540]
10541
10542[[package]]
10543name = "proc-macro2-diagnostics"
10544version = "0.10.1"
10545source = "registry+https://github.com/rust-lang/crates.io-index"
10546checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
10547dependencies = [
10548 "proc-macro2",
10549 "quote",
10550 "syn 2.0.100",
10551 "version_check",
10552 "yansi",
10553]
10554
10555[[package]]
10556name = "profiling"
10557version = "1.0.16"
10558source = "registry+https://github.com/rust-lang/crates.io-index"
10559checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
10560dependencies = [
10561 "profiling-procmacros",
10562]
10563
10564[[package]]
10565name = "profiling-procmacros"
10566version = "1.0.16"
10567source = "registry+https://github.com/rust-lang/crates.io-index"
10568checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
10569dependencies = [
10570 "quote",
10571 "syn 2.0.100",
10572]
10573
10574[[package]]
10575name = "project"
10576version = "0.1.0"
10577dependencies = [
10578 "aho-corasick",
10579 "anyhow",
10580 "askpass",
10581 "async-trait",
10582 "buffer_diff",
10583 "circular-buffer",
10584 "client",
10585 "clock",
10586 "collections",
10587 "dap",
10588 "dap_adapters",
10589 "env_logger 0.11.7",
10590 "extension",
10591 "fancy-regex 0.14.0",
10592 "fs",
10593 "futures 0.3.31",
10594 "fuzzy",
10595 "git",
10596 "git2",
10597 "git_hosting_providers",
10598 "globset",
10599 "gpui",
10600 "http_client",
10601 "image",
10602 "indexmap",
10603 "itertools 0.14.0",
10604 "language",
10605 "log",
10606 "lsp",
10607 "node_runtime",
10608 "parking_lot",
10609 "pathdiff",
10610 "paths",
10611 "postage",
10612 "prettier",
10613 "pretty_assertions",
10614 "rand 0.8.5",
10615 "regex",
10616 "release_channel",
10617 "remote",
10618 "rpc",
10619 "schemars",
10620 "serde",
10621 "serde_json",
10622 "settings",
10623 "sha2",
10624 "shellexpand 2.1.2",
10625 "shlex",
10626 "smol",
10627 "snippet",
10628 "snippet_provider",
10629 "sum_tree",
10630 "task",
10631 "tempfile",
10632 "terminal",
10633 "text",
10634 "toml 0.8.20",
10635 "unindent",
10636 "url",
10637 "util",
10638 "which 6.0.3",
10639 "worktree",
10640 "zlog",
10641]
10642
10643[[package]]
10644name = "project_panel"
10645version = "0.1.0"
10646dependencies = [
10647 "anyhow",
10648 "client",
10649 "collections",
10650 "command_palette_hooks",
10651 "db",
10652 "editor",
10653 "file_icons",
10654 "git",
10655 "gpui",
10656 "indexmap",
10657 "language",
10658 "menu",
10659 "pretty_assertions",
10660 "project",
10661 "schemars",
10662 "search",
10663 "serde",
10664 "serde_derive",
10665 "serde_json",
10666 "settings",
10667 "smallvec",
10668 "theme",
10669 "ui",
10670 "util",
10671 "workspace",
10672 "worktree",
10673 "zed_actions",
10674]
10675
10676[[package]]
10677name = "project_symbols"
10678version = "0.1.0"
10679dependencies = [
10680 "anyhow",
10681 "editor",
10682 "futures 0.3.31",
10683 "fuzzy",
10684 "gpui",
10685 "language",
10686 "lsp",
10687 "ordered-float 2.10.1",
10688 "picker",
10689 "project",
10690 "release_channel",
10691 "serde_json",
10692 "settings",
10693 "theme",
10694 "util",
10695 "workspace",
10696]
10697
10698[[package]]
10699name = "prometheus"
10700version = "0.13.4"
10701source = "registry+https://github.com/rust-lang/crates.io-index"
10702checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
10703dependencies = [
10704 "cfg-if",
10705 "fnv",
10706 "lazy_static",
10707 "memchr",
10708 "parking_lot",
10709 "protobuf",
10710 "thiserror 1.0.69",
10711]
10712
10713[[package]]
10714name = "prompt_library"
10715version = "0.1.0"
10716dependencies = [
10717 "anyhow",
10718 "collections",
10719 "editor",
10720 "gpui",
10721 "language",
10722 "language_model",
10723 "log",
10724 "menu",
10725 "picker",
10726 "prompt_store",
10727 "release_channel",
10728 "rope",
10729 "serde",
10730 "settings",
10731 "theme",
10732 "ui",
10733 "util",
10734 "workspace",
10735 "zed_actions",
10736]
10737
10738[[package]]
10739name = "prompt_store"
10740version = "0.1.0"
10741dependencies = [
10742 "anyhow",
10743 "assets",
10744 "chrono",
10745 "collections",
10746 "fs",
10747 "futures 0.3.31",
10748 "fuzzy",
10749 "gpui",
10750 "handlebars 4.5.0",
10751 "heed",
10752 "language",
10753 "log",
10754 "parking_lot",
10755 "paths",
10756 "rope",
10757 "serde",
10758 "text",
10759 "util",
10760 "uuid",
10761]
10762
10763[[package]]
10764name = "prost"
10765version = "0.9.0"
10766source = "registry+https://github.com/rust-lang/crates.io-index"
10767checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
10768dependencies = [
10769 "bytes 1.10.1",
10770 "prost-derive 0.9.0",
10771]
10772
10773[[package]]
10774name = "prost"
10775version = "0.12.6"
10776source = "registry+https://github.com/rust-lang/crates.io-index"
10777checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
10778dependencies = [
10779 "bytes 1.10.1",
10780 "prost-derive 0.12.6",
10781]
10782
10783[[package]]
10784name = "prost-build"
10785version = "0.9.0"
10786source = "registry+https://github.com/rust-lang/crates.io-index"
10787checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
10788dependencies = [
10789 "bytes 1.10.1",
10790 "heck 0.3.3",
10791 "itertools 0.10.5",
10792 "lazy_static",
10793 "log",
10794 "multimap 0.8.3",
10795 "petgraph",
10796 "prost 0.9.0",
10797 "prost-types 0.9.0",
10798 "regex",
10799 "tempfile",
10800 "which 4.4.2",
10801]
10802
10803[[package]]
10804name = "prost-build"
10805version = "0.12.6"
10806source = "registry+https://github.com/rust-lang/crates.io-index"
10807checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
10808dependencies = [
10809 "bytes 1.10.1",
10810 "heck 0.5.0",
10811 "itertools 0.12.1",
10812 "log",
10813 "multimap 0.10.0",
10814 "once_cell",
10815 "petgraph",
10816 "prettyplease",
10817 "prost 0.12.6",
10818 "prost-types 0.12.6",
10819 "regex",
10820 "syn 2.0.100",
10821 "tempfile",
10822]
10823
10824[[package]]
10825name = "prost-derive"
10826version = "0.9.0"
10827source = "registry+https://github.com/rust-lang/crates.io-index"
10828checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
10829dependencies = [
10830 "anyhow",
10831 "itertools 0.10.5",
10832 "proc-macro2",
10833 "quote",
10834 "syn 1.0.109",
10835]
10836
10837[[package]]
10838name = "prost-derive"
10839version = "0.12.6"
10840source = "registry+https://github.com/rust-lang/crates.io-index"
10841checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
10842dependencies = [
10843 "anyhow",
10844 "itertools 0.12.1",
10845 "proc-macro2",
10846 "quote",
10847 "syn 2.0.100",
10848]
10849
10850[[package]]
10851name = "prost-types"
10852version = "0.9.0"
10853source = "registry+https://github.com/rust-lang/crates.io-index"
10854checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
10855dependencies = [
10856 "bytes 1.10.1",
10857 "prost 0.9.0",
10858]
10859
10860[[package]]
10861name = "prost-types"
10862version = "0.12.6"
10863source = "registry+https://github.com/rust-lang/crates.io-index"
10864checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
10865dependencies = [
10866 "prost 0.12.6",
10867]
10868
10869[[package]]
10870name = "proto"
10871version = "0.1.0"
10872dependencies = [
10873 "anyhow",
10874 "collections",
10875 "prost 0.9.0",
10876 "prost-build 0.9.0",
10877 "serde",
10878]
10879
10880[[package]]
10881name = "protobuf"
10882version = "2.28.0"
10883source = "registry+https://github.com/rust-lang/crates.io-index"
10884checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10885
10886[[package]]
10887name = "psm"
10888version = "0.1.24"
10889source = "registry+https://github.com/rust-lang/crates.io-index"
10890checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10891dependencies = [
10892 "cc",
10893]
10894
10895[[package]]
10896name = "ptr_meta"
10897version = "0.1.4"
10898source = "registry+https://github.com/rust-lang/crates.io-index"
10899checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10900dependencies = [
10901 "ptr_meta_derive",
10902]
10903
10904[[package]]
10905name = "ptr_meta_derive"
10906version = "0.1.4"
10907source = "registry+https://github.com/rust-lang/crates.io-index"
10908checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10909dependencies = [
10910 "proc-macro2",
10911 "quote",
10912 "syn 1.0.109",
10913]
10914
10915[[package]]
10916name = "pulldown-cmark"
10917version = "0.10.3"
10918source = "registry+https://github.com/rust-lang/crates.io-index"
10919checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10920dependencies = [
10921 "bitflags 2.9.0",
10922 "memchr",
10923 "pulldown-cmark-escape",
10924 "unicase",
10925]
10926
10927[[package]]
10928name = "pulldown-cmark"
10929version = "0.12.2"
10930source = "registry+https://github.com/rust-lang/crates.io-index"
10931checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10932dependencies = [
10933 "bitflags 2.9.0",
10934 "memchr",
10935 "unicase",
10936]
10937
10938[[package]]
10939name = "pulldown-cmark-escape"
10940version = "0.10.1"
10941source = "registry+https://github.com/rust-lang/crates.io-index"
10942checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10943
10944[[package]]
10945name = "pulley-interpreter"
10946version = "29.0.1"
10947source = "registry+https://github.com/rust-lang/crates.io-index"
10948checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
10949dependencies = [
10950 "cranelift-bitset",
10951 "log",
10952 "sptr",
10953 "wasmtime-math",
10954]
10955
10956[[package]]
10957name = "qoi"
10958version = "0.4.1"
10959source = "registry+https://github.com/rust-lang/crates.io-index"
10960checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10961dependencies = [
10962 "bytemuck",
10963]
10964
10965[[package]]
10966name = "quick-error"
10967version = "2.0.1"
10968source = "registry+https://github.com/rust-lang/crates.io-index"
10969checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10970
10971[[package]]
10972name = "quick-xml"
10973version = "0.32.0"
10974source = "registry+https://github.com/rust-lang/crates.io-index"
10975checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10976dependencies = [
10977 "memchr",
10978]
10979
10980[[package]]
10981name = "quick-xml"
10982version = "0.37.2"
10983source = "registry+https://github.com/rust-lang/crates.io-index"
10984checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003"
10985dependencies = [
10986 "memchr",
10987]
10988
10989[[package]]
10990name = "quinn"
10991version = "0.11.6"
10992source = "registry+https://github.com/rust-lang/crates.io-index"
10993checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10994dependencies = [
10995 "bytes 1.10.1",
10996 "pin-project-lite",
10997 "quinn-proto",
10998 "quinn-udp",
10999 "rustc-hash 2.1.1",
11000 "rustls 0.23.25",
11001 "socket2",
11002 "thiserror 2.0.12",
11003 "tokio",
11004 "tracing",
11005]
11006
11007[[package]]
11008name = "quinn-proto"
11009version = "0.11.9"
11010source = "registry+https://github.com/rust-lang/crates.io-index"
11011checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
11012dependencies = [
11013 "bytes 1.10.1",
11014 "getrandom 0.2.15",
11015 "rand 0.8.5",
11016 "ring",
11017 "rustc-hash 2.1.1",
11018 "rustls 0.23.25",
11019 "rustls-pki-types",
11020 "slab",
11021 "thiserror 2.0.12",
11022 "tinyvec",
11023 "tracing",
11024 "web-time",
11025]
11026
11027[[package]]
11028name = "quinn-udp"
11029version = "0.5.9"
11030source = "registry+https://github.com/rust-lang/crates.io-index"
11031checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904"
11032dependencies = [
11033 "cfg_aliases 0.2.1",
11034 "libc",
11035 "once_cell",
11036 "socket2",
11037 "tracing",
11038 "windows-sys 0.59.0",
11039]
11040
11041[[package]]
11042name = "quote"
11043version = "1.0.40"
11044source = "registry+https://github.com/rust-lang/crates.io-index"
11045checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
11046dependencies = [
11047 "proc-macro2",
11048]
11049
11050[[package]]
11051name = "radium"
11052version = "0.7.0"
11053source = "registry+https://github.com/rust-lang/crates.io-index"
11054checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
11055
11056[[package]]
11057name = "rand"
11058version = "0.7.3"
11059source = "registry+https://github.com/rust-lang/crates.io-index"
11060checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
11061dependencies = [
11062 "getrandom 0.1.16",
11063 "libc",
11064 "rand_chacha 0.2.2",
11065 "rand_core 0.5.1",
11066 "rand_hc",
11067]
11068
11069[[package]]
11070name = "rand"
11071version = "0.8.5"
11072source = "registry+https://github.com/rust-lang/crates.io-index"
11073checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
11074dependencies = [
11075 "libc",
11076 "rand_chacha 0.3.1",
11077 "rand_core 0.6.4",
11078]
11079
11080[[package]]
11081name = "rand"
11082version = "0.9.0"
11083source = "registry+https://github.com/rust-lang/crates.io-index"
11084checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
11085dependencies = [
11086 "rand_chacha 0.9.0",
11087 "rand_core 0.9.0",
11088 "zerocopy 0.8.18",
11089]
11090
11091[[package]]
11092name = "rand_chacha"
11093version = "0.2.2"
11094source = "registry+https://github.com/rust-lang/crates.io-index"
11095checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
11096dependencies = [
11097 "ppv-lite86",
11098 "rand_core 0.5.1",
11099]
11100
11101[[package]]
11102name = "rand_chacha"
11103version = "0.3.1"
11104source = "registry+https://github.com/rust-lang/crates.io-index"
11105checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
11106dependencies = [
11107 "ppv-lite86",
11108 "rand_core 0.6.4",
11109]
11110
11111[[package]]
11112name = "rand_chacha"
11113version = "0.9.0"
11114source = "registry+https://github.com/rust-lang/crates.io-index"
11115checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
11116dependencies = [
11117 "ppv-lite86",
11118 "rand_core 0.9.0",
11119]
11120
11121[[package]]
11122name = "rand_core"
11123version = "0.5.1"
11124source = "registry+https://github.com/rust-lang/crates.io-index"
11125checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
11126dependencies = [
11127 "getrandom 0.1.16",
11128]
11129
11130[[package]]
11131name = "rand_core"
11132version = "0.6.4"
11133source = "registry+https://github.com/rust-lang/crates.io-index"
11134checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
11135dependencies = [
11136 "getrandom 0.2.15",
11137]
11138
11139[[package]]
11140name = "rand_core"
11141version = "0.9.0"
11142source = "registry+https://github.com/rust-lang/crates.io-index"
11143checksum = "b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff"
11144dependencies = [
11145 "getrandom 0.3.1",
11146 "zerocopy 0.8.18",
11147]
11148
11149[[package]]
11150name = "rand_hc"
11151version = "0.2.0"
11152source = "registry+https://github.com/rust-lang/crates.io-index"
11153checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
11154dependencies = [
11155 "rand_core 0.5.1",
11156]
11157
11158[[package]]
11159name = "rangemap"
11160version = "1.5.1"
11161source = "registry+https://github.com/rust-lang/crates.io-index"
11162checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
11163
11164[[package]]
11165name = "rav1e"
11166version = "0.7.1"
11167source = "registry+https://github.com/rust-lang/crates.io-index"
11168checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
11169dependencies = [
11170 "arbitrary",
11171 "arg_enum_proc_macro",
11172 "arrayvec",
11173 "av1-grain",
11174 "bitstream-io",
11175 "built",
11176 "cfg-if",
11177 "interpolate_name",
11178 "itertools 0.12.1",
11179 "libc",
11180 "libfuzzer-sys",
11181 "log",
11182 "maybe-rayon",
11183 "new_debug_unreachable",
11184 "noop_proc_macro",
11185 "num-derive",
11186 "num-traits",
11187 "once_cell",
11188 "paste",
11189 "profiling",
11190 "rand 0.8.5",
11191 "rand_chacha 0.3.1",
11192 "simd_helpers",
11193 "system-deps",
11194 "thiserror 1.0.69",
11195 "v_frame",
11196 "wasm-bindgen",
11197]
11198
11199[[package]]
11200name = "ravif"
11201version = "0.11.11"
11202source = "registry+https://github.com/rust-lang/crates.io-index"
11203checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
11204dependencies = [
11205 "avif-serialize",
11206 "imgref",
11207 "loop9",
11208 "quick-error",
11209 "rav1e",
11210 "rayon",
11211 "rgb",
11212]
11213
11214[[package]]
11215name = "raw-window-handle"
11216version = "0.6.2"
11217source = "registry+https://github.com/rust-lang/crates.io-index"
11218checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
11219
11220[[package]]
11221name = "raw-window-metal"
11222version = "0.4.0"
11223source = "registry+https://github.com/rust-lang/crates.io-index"
11224checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
11225dependencies = [
11226 "cocoa 0.25.0",
11227 "core-graphics 0.23.2",
11228 "objc",
11229 "raw-window-handle",
11230]
11231
11232[[package]]
11233name = "rayon"
11234version = "1.10.0"
11235source = "registry+https://github.com/rust-lang/crates.io-index"
11236checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
11237dependencies = [
11238 "either",
11239 "rayon-core",
11240]
11241
11242[[package]]
11243name = "rayon-core"
11244version = "1.12.1"
11245source = "registry+https://github.com/rust-lang/crates.io-index"
11246checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
11247dependencies = [
11248 "crossbeam-deque",
11249 "crossbeam-utils",
11250]
11251
11252[[package]]
11253name = "read-fonts"
11254version = "0.25.3"
11255source = "registry+https://github.com/rust-lang/crates.io-index"
11256checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
11257dependencies = [
11258 "bytemuck",
11259 "font-types",
11260]
11261
11262[[package]]
11263name = "recent_projects"
11264version = "0.1.0"
11265dependencies = [
11266 "anyhow",
11267 "auto_update",
11268 "dap",
11269 "editor",
11270 "extension_host",
11271 "file_finder",
11272 "futures 0.3.31",
11273 "fuzzy",
11274 "gpui",
11275 "language",
11276 "log",
11277 "markdown",
11278 "menu",
11279 "ordered-float 2.10.1",
11280 "paths",
11281 "picker",
11282 "project",
11283 "release_channel",
11284 "remote",
11285 "schemars",
11286 "serde",
11287 "serde_json",
11288 "settings",
11289 "smol",
11290 "task",
11291 "telemetry",
11292 "theme",
11293 "ui",
11294 "util",
11295 "workspace",
11296 "zed_actions",
11297]
11298
11299[[package]]
11300name = "redox_syscall"
11301version = "0.2.16"
11302source = "registry+https://github.com/rust-lang/crates.io-index"
11303checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
11304dependencies = [
11305 "bitflags 1.3.2",
11306]
11307
11308[[package]]
11309name = "redox_syscall"
11310version = "0.5.8"
11311source = "registry+https://github.com/rust-lang/crates.io-index"
11312checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
11313dependencies = [
11314 "bitflags 2.9.0",
11315]
11316
11317[[package]]
11318name = "redox_users"
11319version = "0.4.6"
11320source = "registry+https://github.com/rust-lang/crates.io-index"
11321checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
11322dependencies = [
11323 "getrandom 0.2.15",
11324 "libredox",
11325 "thiserror 1.0.69",
11326]
11327
11328[[package]]
11329name = "refineable"
11330version = "0.1.0"
11331dependencies = [
11332 "derive_refineable",
11333]
11334
11335[[package]]
11336name = "regalloc2"
11337version = "0.11.1"
11338source = "registry+https://github.com/rust-lang/crates.io-index"
11339checksum = "145c1c267e14f20fb0f88aa76a1c5ffec42d592c1d28b3cd9148ae35916158d3"
11340dependencies = [
11341 "allocator-api2",
11342 "bumpalo",
11343 "hashbrown 0.15.2",
11344 "log",
11345 "rustc-hash 2.1.1",
11346 "smallvec",
11347]
11348
11349[[package]]
11350name = "regex"
11351version = "1.11.1"
11352source = "registry+https://github.com/rust-lang/crates.io-index"
11353checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
11354dependencies = [
11355 "aho-corasick",
11356 "memchr",
11357 "regex-automata 0.4.9",
11358 "regex-syntax 0.8.5",
11359]
11360
11361[[package]]
11362name = "regex-automata"
11363version = "0.1.10"
11364source = "registry+https://github.com/rust-lang/crates.io-index"
11365checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
11366dependencies = [
11367 "regex-syntax 0.6.29",
11368]
11369
11370[[package]]
11371name = "regex-automata"
11372version = "0.4.9"
11373source = "registry+https://github.com/rust-lang/crates.io-index"
11374checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
11375dependencies = [
11376 "aho-corasick",
11377 "memchr",
11378 "regex-syntax 0.8.5",
11379]
11380
11381[[package]]
11382name = "regex-lite"
11383version = "0.1.6"
11384source = "registry+https://github.com/rust-lang/crates.io-index"
11385checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
11386
11387[[package]]
11388name = "regex-syntax"
11389version = "0.6.29"
11390source = "registry+https://github.com/rust-lang/crates.io-index"
11391checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
11392
11393[[package]]
11394name = "regex-syntax"
11395version = "0.8.5"
11396source = "registry+https://github.com/rust-lang/crates.io-index"
11397checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
11398
11399[[package]]
11400name = "release_channel"
11401version = "0.1.0"
11402dependencies = [
11403 "gpui",
11404]
11405
11406[[package]]
11407name = "remote"
11408version = "0.1.0"
11409dependencies = [
11410 "anyhow",
11411 "askpass",
11412 "async-trait",
11413 "collections",
11414 "fs",
11415 "futures 0.3.31",
11416 "gpui",
11417 "itertools 0.14.0",
11418 "log",
11419 "parking_lot",
11420 "paths",
11421 "prost 0.9.0",
11422 "release_channel",
11423 "rpc",
11424 "schemars",
11425 "serde",
11426 "serde_json",
11427 "shlex",
11428 "smol",
11429 "tempfile",
11430 "thiserror 2.0.12",
11431 "urlencoding",
11432 "util",
11433]
11434
11435[[package]]
11436name = "remote_server"
11437version = "0.1.0"
11438dependencies = [
11439 "anyhow",
11440 "async-watch",
11441 "backtrace",
11442 "cargo_toml",
11443 "chrono",
11444 "clap",
11445 "client",
11446 "clock",
11447 "dap",
11448 "env_logger 0.11.7",
11449 "extension",
11450 "extension_host",
11451 "fork",
11452 "fs",
11453 "futures 0.3.31",
11454 "git",
11455 "git_hosting_providers",
11456 "gpui",
11457 "gpui_tokio",
11458 "http_client",
11459 "language",
11460 "language_extension",
11461 "languages",
11462 "libc",
11463 "log",
11464 "lsp",
11465 "node_runtime",
11466 "paths",
11467 "project",
11468 "proto",
11469 "release_channel",
11470 "remote",
11471 "reqwest_client",
11472 "rpc",
11473 "rust-embed",
11474 "serde",
11475 "serde_json",
11476 "settings",
11477 "shellexpand 2.1.2",
11478 "smol",
11479 "sysinfo",
11480 "telemetry_events",
11481 "toml 0.8.20",
11482 "unindent",
11483 "util",
11484 "worktree",
11485]
11486
11487[[package]]
11488name = "rend"
11489version = "0.4.2"
11490source = "registry+https://github.com/rust-lang/crates.io-index"
11491checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
11492dependencies = [
11493 "bytecheck",
11494]
11495
11496[[package]]
11497name = "repl"
11498version = "0.1.0"
11499dependencies = [
11500 "alacritty_terminal",
11501 "anyhow",
11502 "async-dispatcher",
11503 "async-tungstenite",
11504 "base64 0.22.1",
11505 "client",
11506 "collections",
11507 "command_palette_hooks",
11508 "editor",
11509 "env_logger 0.11.7",
11510 "feature_flags",
11511 "file_icons",
11512 "futures 0.3.31",
11513 "gpui",
11514 "http_client",
11515 "image",
11516 "indoc",
11517 "jupyter-protocol",
11518 "jupyter-websocket-client",
11519 "language",
11520 "languages",
11521 "log",
11522 "markdown_preview",
11523 "menu",
11524 "multi_buffer",
11525 "nbformat",
11526 "picker",
11527 "project",
11528 "runtimelib",
11529 "schemars",
11530 "serde",
11531 "serde_json",
11532 "settings",
11533 "smol",
11534 "telemetry",
11535 "terminal",
11536 "terminal_view",
11537 "theme",
11538 "tree-sitter-md",
11539 "tree-sitter-python",
11540 "tree-sitter-typescript",
11541 "ui",
11542 "util",
11543 "uuid",
11544 "workspace",
11545]
11546
11547[[package]]
11548name = "reqwest"
11549version = "0.11.27"
11550source = "registry+https://github.com/rust-lang/crates.io-index"
11551checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
11552dependencies = [
11553 "base64 0.21.7",
11554 "bytes 1.10.1",
11555 "encoding_rs",
11556 "futures-core",
11557 "futures-util",
11558 "h2 0.3.26",
11559 "http 0.2.12",
11560 "http-body 0.4.6",
11561 "hyper 0.14.32",
11562 "hyper-rustls 0.24.2",
11563 "hyper-tls",
11564 "ipnet",
11565 "js-sys",
11566 "log",
11567 "mime",
11568 "native-tls",
11569 "once_cell",
11570 "percent-encoding",
11571 "pin-project-lite",
11572 "rustls 0.21.12",
11573 "rustls-native-certs 0.6.3",
11574 "rustls-pemfile 1.0.4",
11575 "serde",
11576 "serde_json",
11577 "serde_urlencoded",
11578 "sync_wrapper 0.1.2",
11579 "system-configuration 0.5.1",
11580 "tokio",
11581 "tokio-native-tls",
11582 "tokio-rustls 0.24.1",
11583 "tower-service",
11584 "url",
11585 "wasm-bindgen",
11586 "wasm-bindgen-futures",
11587 "web-sys",
11588 "winreg 0.50.0",
11589]
11590
11591[[package]]
11592name = "reqwest"
11593version = "0.12.8"
11594source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
11595dependencies = [
11596 "base64 0.22.1",
11597 "bytes 1.10.1",
11598 "encoding_rs",
11599 "futures-core",
11600 "futures-util",
11601 "h2 0.4.7",
11602 "http 1.2.0",
11603 "http-body 1.0.1",
11604 "http-body-util",
11605 "hyper 1.5.1",
11606 "hyper-rustls 0.27.3",
11607 "hyper-util",
11608 "ipnet",
11609 "js-sys",
11610 "log",
11611 "mime",
11612 "once_cell",
11613 "percent-encoding",
11614 "pin-project-lite",
11615 "quinn",
11616 "rustls 0.23.25",
11617 "rustls-native-certs 0.8.1",
11618 "rustls-pemfile 2.2.0",
11619 "rustls-pki-types",
11620 "serde",
11621 "serde_json",
11622 "serde_urlencoded",
11623 "sync_wrapper 1.0.2",
11624 "system-configuration 0.6.1",
11625 "tokio",
11626 "tokio-rustls 0.26.1",
11627 "tokio-socks",
11628 "tokio-util",
11629 "tower-service",
11630 "url",
11631 "wasm-bindgen",
11632 "wasm-bindgen-futures",
11633 "wasm-streams",
11634 "web-sys",
11635 "windows-registry",
11636]
11637
11638[[package]]
11639name = "reqwest_client"
11640version = "0.1.0"
11641dependencies = [
11642 "anyhow",
11643 "bytes 1.10.1",
11644 "futures 0.3.31",
11645 "gpui",
11646 "http_client",
11647 "http_client_tls",
11648 "log",
11649 "regex",
11650 "reqwest 0.12.8",
11651 "serde",
11652 "smol",
11653 "tokio",
11654]
11655
11656[[package]]
11657name = "resvg"
11658version = "0.45.0"
11659source = "registry+https://github.com/rust-lang/crates.io-index"
11660checksum = "dd43d1c474e9dadf09a8fdf22d713ba668b499b5117b9b9079500224e26b5b29"
11661dependencies = [
11662 "log",
11663 "pico-args",
11664 "rgb",
11665 "svgtypes",
11666 "tiny-skia",
11667 "usvg",
11668]
11669
11670[[package]]
11671name = "rfc6979"
11672version = "0.3.1"
11673source = "registry+https://github.com/rust-lang/crates.io-index"
11674checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
11675dependencies = [
11676 "crypto-bigint 0.4.9",
11677 "hmac",
11678 "zeroize",
11679]
11680
11681[[package]]
11682name = "rgb"
11683version = "0.8.50"
11684source = "registry+https://github.com/rust-lang/crates.io-index"
11685checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
11686dependencies = [
11687 "bytemuck",
11688]
11689
11690[[package]]
11691name = "rich_text"
11692version = "0.1.0"
11693dependencies = [
11694 "futures 0.3.31",
11695 "gpui",
11696 "language",
11697 "linkify",
11698 "pulldown-cmark 0.12.2",
11699 "theme",
11700 "ui",
11701 "util",
11702]
11703
11704[[package]]
11705name = "ring"
11706version = "0.17.8"
11707source = "registry+https://github.com/rust-lang/crates.io-index"
11708checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
11709dependencies = [
11710 "cc",
11711 "cfg-if",
11712 "getrandom 0.2.15",
11713 "libc",
11714 "spin",
11715 "untrusted",
11716 "windows-sys 0.52.0",
11717]
11718
11719[[package]]
11720name = "rkyv"
11721version = "0.7.45"
11722source = "registry+https://github.com/rust-lang/crates.io-index"
11723checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
11724dependencies = [
11725 "bitvec",
11726 "bytecheck",
11727 "bytes 1.10.1",
11728 "hashbrown 0.12.3",
11729 "ptr_meta",
11730 "rend",
11731 "rkyv_derive",
11732 "seahash",
11733 "tinyvec",
11734 "uuid",
11735]
11736
11737[[package]]
11738name = "rkyv_derive"
11739version = "0.7.45"
11740source = "registry+https://github.com/rust-lang/crates.io-index"
11741checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
11742dependencies = [
11743 "proc-macro2",
11744 "quote",
11745 "syn 1.0.109",
11746]
11747
11748[[package]]
11749name = "rmp"
11750version = "0.8.14"
11751source = "registry+https://github.com/rust-lang/crates.io-index"
11752checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
11753dependencies = [
11754 "byteorder",
11755 "num-traits",
11756 "paste",
11757]
11758
11759[[package]]
11760name = "rmpv"
11761version = "1.3.0"
11762source = "registry+https://github.com/rust-lang/crates.io-index"
11763checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
11764dependencies = [
11765 "num-traits",
11766 "rmp",
11767]
11768
11769[[package]]
11770name = "rodio"
11771version = "0.20.1"
11772source = "registry+https://github.com/rust-lang/crates.io-index"
11773checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
11774dependencies = [
11775 "cpal",
11776 "hound",
11777]
11778
11779[[package]]
11780name = "rope"
11781version = "0.1.0"
11782dependencies = [
11783 "arrayvec",
11784 "criterion",
11785 "ctor",
11786 "env_logger 0.11.7",
11787 "gpui",
11788 "log",
11789 "rand 0.8.5",
11790 "rayon",
11791 "smallvec",
11792 "sum_tree",
11793 "unicode-segmentation",
11794 "util",
11795]
11796
11797[[package]]
11798name = "roxmltree"
11799version = "0.20.0"
11800source = "registry+https://github.com/rust-lang/crates.io-index"
11801checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
11802
11803[[package]]
11804name = "rpc"
11805version = "0.1.0"
11806dependencies = [
11807 "anyhow",
11808 "async-tungstenite",
11809 "base64 0.22.1",
11810 "chrono",
11811 "collections",
11812 "env_logger 0.11.7",
11813 "futures 0.3.31",
11814 "gpui",
11815 "parking_lot",
11816 "proto",
11817 "rand 0.8.5",
11818 "rsa",
11819 "serde",
11820 "serde_json",
11821 "sha2",
11822 "strum",
11823 "tracing",
11824 "util",
11825 "zstd",
11826]
11827
11828[[package]]
11829name = "rsa"
11830version = "0.9.8"
11831source = "registry+https://github.com/rust-lang/crates.io-index"
11832checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
11833dependencies = [
11834 "const-oid",
11835 "digest",
11836 "num-bigint-dig",
11837 "num-integer",
11838 "num-traits",
11839 "pkcs1",
11840 "pkcs8 0.10.2",
11841 "rand_core 0.6.4",
11842 "signature 2.2.0",
11843 "spki 0.7.3",
11844 "subtle",
11845 "zeroize",
11846]
11847
11848[[package]]
11849name = "runtimelib"
11850version = "0.25.0"
11851source = "registry+https://github.com/rust-lang/crates.io-index"
11852checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
11853dependencies = [
11854 "anyhow",
11855 "async-dispatcher",
11856 "async-std",
11857 "base64 0.22.1",
11858 "bytes 1.10.1",
11859 "chrono",
11860 "data-encoding",
11861 "dirs 5.0.1",
11862 "futures 0.3.31",
11863 "glob",
11864 "jupyter-protocol",
11865 "ring",
11866 "serde",
11867 "serde_json",
11868 "shellexpand 3.1.0",
11869 "smol",
11870 "uuid",
11871 "zeromq",
11872]
11873
11874[[package]]
11875name = "rust-embed"
11876version = "8.5.0"
11877source = "registry+https://github.com/rust-lang/crates.io-index"
11878checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
11879dependencies = [
11880 "rust-embed-impl",
11881 "rust-embed-utils",
11882 "walkdir",
11883]
11884
11885[[package]]
11886name = "rust-embed-impl"
11887version = "8.5.0"
11888source = "registry+https://github.com/rust-lang/crates.io-index"
11889checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
11890dependencies = [
11891 "proc-macro2",
11892 "quote",
11893 "rust-embed-utils",
11894 "syn 2.0.100",
11895 "walkdir",
11896]
11897
11898[[package]]
11899name = "rust-embed-utils"
11900version = "8.5.0"
11901source = "registry+https://github.com/rust-lang/crates.io-index"
11902checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
11903dependencies = [
11904 "globset",
11905 "sha2",
11906 "walkdir",
11907]
11908
11909[[package]]
11910name = "rust_decimal"
11911version = "1.36.0"
11912source = "registry+https://github.com/rust-lang/crates.io-index"
11913checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
11914dependencies = [
11915 "arrayvec",
11916 "borsh",
11917 "bytes 1.10.1",
11918 "num-traits",
11919 "rand 0.8.5",
11920 "rkyv",
11921 "serde",
11922 "serde_json",
11923]
11924
11925[[package]]
11926name = "rustc-demangle"
11927version = "0.1.24"
11928source = "registry+https://github.com/rust-lang/crates.io-index"
11929checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11930
11931[[package]]
11932name = "rustc-hash"
11933version = "1.1.0"
11934source = "registry+https://github.com/rust-lang/crates.io-index"
11935checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11936
11937[[package]]
11938name = "rustc-hash"
11939version = "2.1.1"
11940source = "registry+https://github.com/rust-lang/crates.io-index"
11941checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
11942
11943[[package]]
11944name = "rustc_version"
11945version = "0.4.1"
11946source = "registry+https://github.com/rust-lang/crates.io-index"
11947checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11948dependencies = [
11949 "semver",
11950]
11951
11952[[package]]
11953name = "rustix"
11954version = "0.38.42"
11955source = "registry+https://github.com/rust-lang/crates.io-index"
11956checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11957dependencies = [
11958 "bitflags 2.9.0",
11959 "errno 0.3.10",
11960 "itoa",
11961 "libc",
11962 "linux-raw-sys",
11963 "once_cell",
11964 "windows-sys 0.59.0",
11965]
11966
11967[[package]]
11968name = "rustix-openpty"
11969version = "0.1.1"
11970source = "registry+https://github.com/rust-lang/crates.io-index"
11971checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11972dependencies = [
11973 "errno 0.3.10",
11974 "libc",
11975 "rustix",
11976]
11977
11978[[package]]
11979name = "rustls"
11980version = "0.21.12"
11981source = "registry+https://github.com/rust-lang/crates.io-index"
11982checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11983dependencies = [
11984 "log",
11985 "ring",
11986 "rustls-webpki 0.101.7",
11987 "sct",
11988]
11989
11990[[package]]
11991name = "rustls"
11992version = "0.23.25"
11993source = "registry+https://github.com/rust-lang/crates.io-index"
11994checksum = "822ee9188ac4ec04a2f0531e55d035fb2de73f18b41a63c70c2712503b6fb13c"
11995dependencies = [
11996 "aws-lc-rs",
11997 "log",
11998 "once_cell",
11999 "ring",
12000 "rustls-pki-types",
12001 "rustls-webpki 0.103.0",
12002 "subtle",
12003 "zeroize",
12004]
12005
12006[[package]]
12007name = "rustls-native-certs"
12008version = "0.6.3"
12009source = "registry+https://github.com/rust-lang/crates.io-index"
12010checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
12011dependencies = [
12012 "openssl-probe",
12013 "rustls-pemfile 1.0.4",
12014 "schannel",
12015 "security-framework 2.11.1",
12016]
12017
12018[[package]]
12019name = "rustls-native-certs"
12020version = "0.8.1"
12021source = "registry+https://github.com/rust-lang/crates.io-index"
12022checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
12023dependencies = [
12024 "openssl-probe",
12025 "rustls-pki-types",
12026 "schannel",
12027 "security-framework 3.0.1",
12028]
12029
12030[[package]]
12031name = "rustls-pemfile"
12032version = "1.0.4"
12033source = "registry+https://github.com/rust-lang/crates.io-index"
12034checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
12035dependencies = [
12036 "base64 0.21.7",
12037]
12038
12039[[package]]
12040name = "rustls-pemfile"
12041version = "2.2.0"
12042source = "registry+https://github.com/rust-lang/crates.io-index"
12043checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
12044dependencies = [
12045 "rustls-pki-types",
12046]
12047
12048[[package]]
12049name = "rustls-pki-types"
12050version = "1.11.0"
12051source = "registry+https://github.com/rust-lang/crates.io-index"
12052checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
12053dependencies = [
12054 "web-time",
12055]
12056
12057[[package]]
12058name = "rustls-platform-verifier"
12059version = "0.5.1"
12060source = "registry+https://github.com/rust-lang/crates.io-index"
12061checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
12062dependencies = [
12063 "core-foundation 0.10.0",
12064 "core-foundation-sys",
12065 "jni",
12066 "log",
12067 "once_cell",
12068 "rustls 0.23.25",
12069 "rustls-native-certs 0.8.1",
12070 "rustls-platform-verifier-android",
12071 "rustls-webpki 0.103.0",
12072 "security-framework 3.0.1",
12073 "security-framework-sys",
12074 "webpki-root-certs",
12075 "windows-sys 0.59.0",
12076]
12077
12078[[package]]
12079name = "rustls-platform-verifier-android"
12080version = "0.1.1"
12081source = "registry+https://github.com/rust-lang/crates.io-index"
12082checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
12083
12084[[package]]
12085name = "rustls-webpki"
12086version = "0.101.7"
12087source = "registry+https://github.com/rust-lang/crates.io-index"
12088checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
12089dependencies = [
12090 "ring",
12091 "untrusted",
12092]
12093
12094[[package]]
12095name = "rustls-webpki"
12096version = "0.103.0"
12097source = "registry+https://github.com/rust-lang/crates.io-index"
12098checksum = "0aa4eeac2588ffff23e9d7a7e9b3f971c5fb5b7ebc9452745e0c232c64f83b2f"
12099dependencies = [
12100 "aws-lc-rs",
12101 "ring",
12102 "rustls-pki-types",
12103 "untrusted",
12104]
12105
12106[[package]]
12107name = "rustversion"
12108version = "1.0.18"
12109source = "registry+https://github.com/rust-lang/crates.io-index"
12110checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
12111
12112[[package]]
12113name = "rustybuzz"
12114version = "0.14.1"
12115source = "registry+https://github.com/rust-lang/crates.io-index"
12116checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
12117dependencies = [
12118 "bitflags 2.9.0",
12119 "bytemuck",
12120 "libm",
12121 "smallvec",
12122 "ttf-parser 0.21.1",
12123 "unicode-bidi-mirroring 0.2.0",
12124 "unicode-ccc 0.2.0",
12125 "unicode-properties",
12126 "unicode-script",
12127]
12128
12129[[package]]
12130name = "rustybuzz"
12131version = "0.20.1"
12132source = "registry+https://github.com/rust-lang/crates.io-index"
12133checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
12134dependencies = [
12135 "bitflags 2.9.0",
12136 "bytemuck",
12137 "core_maths",
12138 "log",
12139 "smallvec",
12140 "ttf-parser 0.25.1",
12141 "unicode-bidi-mirroring 0.4.0",
12142 "unicode-ccc 0.4.0",
12143 "unicode-properties",
12144 "unicode-script",
12145]
12146
12147[[package]]
12148name = "ryu"
12149version = "1.0.18"
12150source = "registry+https://github.com/rust-lang/crates.io-index"
12151checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
12152
12153[[package]]
12154name = "salsa20"
12155version = "0.10.2"
12156source = "registry+https://github.com/rust-lang/crates.io-index"
12157checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
12158dependencies = [
12159 "cipher",
12160]
12161
12162[[package]]
12163name = "same-file"
12164version = "1.0.6"
12165source = "registry+https://github.com/rust-lang/crates.io-index"
12166checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
12167dependencies = [
12168 "winapi-util",
12169]
12170
12171[[package]]
12172name = "schannel"
12173version = "0.1.27"
12174source = "registry+https://github.com/rust-lang/crates.io-index"
12175checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
12176dependencies = [
12177 "windows-sys 0.59.0",
12178]
12179
12180[[package]]
12181name = "schema_generator"
12182version = "0.1.0"
12183dependencies = [
12184 "anyhow",
12185 "clap",
12186 "env_logger 0.11.7",
12187 "schemars",
12188 "serde",
12189 "serde_json",
12190 "theme",
12191]
12192
12193[[package]]
12194name = "schemars"
12195version = "0.8.22"
12196source = "registry+https://github.com/rust-lang/crates.io-index"
12197checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
12198dependencies = [
12199 "dyn-clone",
12200 "indexmap",
12201 "schemars_derive",
12202 "serde",
12203 "serde_json",
12204]
12205
12206[[package]]
12207name = "schemars_derive"
12208version = "0.8.22"
12209source = "registry+https://github.com/rust-lang/crates.io-index"
12210checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
12211dependencies = [
12212 "proc-macro2",
12213 "quote",
12214 "serde_derive_internals",
12215 "syn 2.0.100",
12216]
12217
12218[[package]]
12219name = "scoped-tls"
12220version = "1.0.1"
12221source = "registry+https://github.com/rust-lang/crates.io-index"
12222checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
12223
12224[[package]]
12225name = "scopeguard"
12226version = "1.2.0"
12227source = "registry+https://github.com/rust-lang/crates.io-index"
12228checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
12229
12230[[package]]
12231name = "scratch"
12232version = "1.0.7"
12233source = "registry+https://github.com/rust-lang/crates.io-index"
12234checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
12235
12236[[package]]
12237name = "scrypt"
12238version = "0.11.0"
12239source = "registry+https://github.com/rust-lang/crates.io-index"
12240checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
12241dependencies = [
12242 "password-hash 0.5.0",
12243 "pbkdf2 0.12.2",
12244 "salsa20",
12245 "sha2",
12246]
12247
12248[[package]]
12249name = "sct"
12250version = "0.7.1"
12251source = "registry+https://github.com/rust-lang/crates.io-index"
12252checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
12253dependencies = [
12254 "ring",
12255 "untrusted",
12256]
12257
12258[[package]]
12259name = "sea-bae"
12260version = "0.2.1"
12261source = "registry+https://github.com/rust-lang/crates.io-index"
12262checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
12263dependencies = [
12264 "heck 0.4.1",
12265 "proc-macro-error2",
12266 "proc-macro2",
12267 "quote",
12268 "syn 2.0.100",
12269]
12270
12271[[package]]
12272name = "sea-orm"
12273version = "1.1.7"
12274source = "registry+https://github.com/rust-lang/crates.io-index"
12275checksum = "3417812d38049e8ec3d588c03570f8c60de811d2453fb48e424045a1600ffd86"
12276dependencies = [
12277 "async-stream",
12278 "async-trait",
12279 "bigdecimal",
12280 "chrono",
12281 "futures-util",
12282 "log",
12283 "ouroboros",
12284 "pgvector",
12285 "rust_decimal",
12286 "sea-orm-macros",
12287 "sea-query",
12288 "sea-query-binder",
12289 "serde",
12290 "serde_json",
12291 "sqlx",
12292 "strum",
12293 "thiserror 1.0.69",
12294 "time",
12295 "tracing",
12296 "url",
12297 "uuid",
12298]
12299
12300[[package]]
12301name = "sea-orm-macros"
12302version = "1.1.7"
12303source = "registry+https://github.com/rust-lang/crates.io-index"
12304checksum = "d705ba84e1c74c8ac27784e4ac6f21584058c1dc0cadb9d39b43e109fcf8139c"
12305dependencies = [
12306 "heck 0.4.1",
12307 "proc-macro2",
12308 "quote",
12309 "sea-bae",
12310 "syn 2.0.100",
12311 "unicode-ident",
12312]
12313
12314[[package]]
12315name = "sea-query"
12316version = "0.32.1"
12317source = "registry+https://github.com/rust-lang/crates.io-index"
12318checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
12319dependencies = [
12320 "bigdecimal",
12321 "chrono",
12322 "inherent",
12323 "ordered-float 3.9.2",
12324 "rust_decimal",
12325 "serde_json",
12326 "time",
12327 "uuid",
12328]
12329
12330[[package]]
12331name = "sea-query-binder"
12332version = "0.7.0"
12333source = "registry+https://github.com/rust-lang/crates.io-index"
12334checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
12335dependencies = [
12336 "bigdecimal",
12337 "chrono",
12338 "rust_decimal",
12339 "sea-query",
12340 "serde_json",
12341 "sqlx",
12342 "time",
12343 "uuid",
12344]
12345
12346[[package]]
12347name = "seahash"
12348version = "4.1.0"
12349source = "registry+https://github.com/rust-lang/crates.io-index"
12350checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
12351
12352[[package]]
12353name = "search"
12354version = "0.1.0"
12355dependencies = [
12356 "any_vec",
12357 "anyhow",
12358 "bitflags 2.9.0",
12359 "client",
12360 "collections",
12361 "editor",
12362 "futures 0.3.31",
12363 "gpui",
12364 "language",
12365 "menu",
12366 "project",
12367 "schemars",
12368 "serde",
12369 "serde_json",
12370 "settings",
12371 "smol",
12372 "theme",
12373 "ui",
12374 "unindent",
12375 "util",
12376 "workspace",
12377 "zed_actions",
12378]
12379
12380[[package]]
12381name = "sec1"
12382version = "0.3.0"
12383source = "registry+https://github.com/rust-lang/crates.io-index"
12384checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
12385dependencies = [
12386 "base16ct",
12387 "der 0.6.1",
12388 "generic-array",
12389 "pkcs8 0.9.0",
12390 "subtle",
12391 "zeroize",
12392]
12393
12394[[package]]
12395name = "security-framework"
12396version = "2.11.1"
12397source = "registry+https://github.com/rust-lang/crates.io-index"
12398checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
12399dependencies = [
12400 "bitflags 2.9.0",
12401 "core-foundation 0.9.4",
12402 "core-foundation-sys",
12403 "libc",
12404 "security-framework-sys",
12405]
12406
12407[[package]]
12408name = "security-framework"
12409version = "3.0.1"
12410source = "registry+https://github.com/rust-lang/crates.io-index"
12411checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
12412dependencies = [
12413 "bitflags 2.9.0",
12414 "core-foundation 0.10.0",
12415 "core-foundation-sys",
12416 "libc",
12417 "security-framework-sys",
12418]
12419
12420[[package]]
12421name = "security-framework-sys"
12422version = "2.12.1"
12423source = "registry+https://github.com/rust-lang/crates.io-index"
12424checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
12425dependencies = [
12426 "core-foundation-sys",
12427 "libc",
12428]
12429
12430[[package]]
12431name = "self_cell"
12432version = "1.1.0"
12433source = "registry+https://github.com/rust-lang/crates.io-index"
12434checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
12435
12436[[package]]
12437name = "semantic_index"
12438version = "0.1.0"
12439dependencies = [
12440 "anyhow",
12441 "arrayvec",
12442 "blake3",
12443 "client",
12444 "clock",
12445 "collections",
12446 "env_logger 0.11.7",
12447 "feature_flags",
12448 "fs",
12449 "futures 0.3.31",
12450 "futures-batch",
12451 "gpui",
12452 "heed",
12453 "http_client",
12454 "language",
12455 "language_model",
12456 "languages",
12457 "log",
12458 "open_ai",
12459 "parking_lot",
12460 "project",
12461 "reqwest_client",
12462 "serde",
12463 "serde_json",
12464 "settings",
12465 "sha2",
12466 "smol",
12467 "streaming-iterator",
12468 "tempfile",
12469 "theme",
12470 "tree-sitter",
12471 "ui",
12472 "unindent",
12473 "util",
12474 "workspace",
12475 "worktree",
12476]
12477
12478[[package]]
12479name = "semantic_version"
12480version = "0.1.0"
12481dependencies = [
12482 "anyhow",
12483 "serde",
12484]
12485
12486[[package]]
12487name = "semver"
12488version = "1.0.26"
12489source = "registry+https://github.com/rust-lang/crates.io-index"
12490checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
12491dependencies = [
12492 "serde",
12493]
12494
12495[[package]]
12496name = "serde"
12497version = "1.0.219"
12498source = "registry+https://github.com/rust-lang/crates.io-index"
12499checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
12500dependencies = [
12501 "serde_derive",
12502]
12503
12504[[package]]
12505name = "serde_derive"
12506version = "1.0.219"
12507source = "registry+https://github.com/rust-lang/crates.io-index"
12508checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
12509dependencies = [
12510 "proc-macro2",
12511 "quote",
12512 "syn 2.0.100",
12513]
12514
12515[[package]]
12516name = "serde_derive_internals"
12517version = "0.29.1"
12518source = "registry+https://github.com/rust-lang/crates.io-index"
12519checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
12520dependencies = [
12521 "proc-macro2",
12522 "quote",
12523 "syn 2.0.100",
12524]
12525
12526[[package]]
12527name = "serde_fmt"
12528version = "1.0.3"
12529source = "registry+https://github.com/rust-lang/crates.io-index"
12530checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
12531dependencies = [
12532 "serde",
12533]
12534
12535[[package]]
12536name = "serde_json"
12537version = "1.0.140"
12538source = "registry+https://github.com/rust-lang/crates.io-index"
12539checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
12540dependencies = [
12541 "indexmap",
12542 "itoa",
12543 "memchr",
12544 "ryu",
12545 "serde",
12546]
12547
12548[[package]]
12549name = "serde_json_lenient"
12550version = "0.2.4"
12551source = "registry+https://github.com/rust-lang/crates.io-index"
12552checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
12553dependencies = [
12554 "indexmap",
12555 "itoa",
12556 "memchr",
12557 "ryu",
12558 "serde",
12559]
12560
12561[[package]]
12562name = "serde_path_to_error"
12563version = "0.1.16"
12564source = "registry+https://github.com/rust-lang/crates.io-index"
12565checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
12566dependencies = [
12567 "itoa",
12568 "serde",
12569]
12570
12571[[package]]
12572name = "serde_qs"
12573version = "0.8.5"
12574source = "registry+https://github.com/rust-lang/crates.io-index"
12575checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
12576dependencies = [
12577 "percent-encoding",
12578 "serde",
12579 "thiserror 1.0.69",
12580]
12581
12582[[package]]
12583name = "serde_qs"
12584version = "0.10.1"
12585source = "registry+https://github.com/rust-lang/crates.io-index"
12586checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
12587dependencies = [
12588 "percent-encoding",
12589 "serde",
12590 "thiserror 1.0.69",
12591]
12592
12593[[package]]
12594name = "serde_repr"
12595version = "0.1.20"
12596source = "registry+https://github.com/rust-lang/crates.io-index"
12597checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
12598dependencies = [
12599 "proc-macro2",
12600 "quote",
12601 "syn 2.0.100",
12602]
12603
12604[[package]]
12605name = "serde_spanned"
12606version = "0.6.8"
12607source = "registry+https://github.com/rust-lang/crates.io-index"
12608checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
12609dependencies = [
12610 "serde",
12611]
12612
12613[[package]]
12614name = "serde_urlencoded"
12615version = "0.7.1"
12616source = "registry+https://github.com/rust-lang/crates.io-index"
12617checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
12618dependencies = [
12619 "form_urlencoded",
12620 "itoa",
12621 "ryu",
12622 "serde",
12623]
12624
12625[[package]]
12626name = "session"
12627version = "0.1.0"
12628dependencies = [
12629 "db",
12630 "gpui",
12631 "serde_json",
12632 "util",
12633 "uuid",
12634]
12635
12636[[package]]
12637name = "settings"
12638version = "0.1.0"
12639dependencies = [
12640 "anyhow",
12641 "collections",
12642 "ec4rs",
12643 "fs",
12644 "futures 0.3.31",
12645 "gpui",
12646 "indoc",
12647 "inventory",
12648 "log",
12649 "paths",
12650 "pretty_assertions",
12651 "release_channel",
12652 "rust-embed",
12653 "schemars",
12654 "serde",
12655 "serde_derive",
12656 "serde_json",
12657 "serde_json_lenient",
12658 "smallvec",
12659 "streaming-iterator",
12660 "tree-sitter",
12661 "tree-sitter-json",
12662 "unindent",
12663 "util",
12664]
12665
12666[[package]]
12667name = "settings_ui"
12668version = "0.1.0"
12669dependencies = [
12670 "command_palette_hooks",
12671 "editor",
12672 "feature_flags",
12673 "gpui",
12674 "settings",
12675 "theme",
12676 "ui",
12677 "workspace",
12678]
12679
12680[[package]]
12681name = "sha1"
12682version = "0.10.6"
12683source = "registry+https://github.com/rust-lang/crates.io-index"
12684checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
12685dependencies = [
12686 "cfg-if",
12687 "cpufeatures",
12688 "digest",
12689]
12690
12691[[package]]
12692name = "sha1_smol"
12693version = "1.0.1"
12694source = "registry+https://github.com/rust-lang/crates.io-index"
12695checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
12696
12697[[package]]
12698name = "sha2"
12699version = "0.10.8"
12700source = "registry+https://github.com/rust-lang/crates.io-index"
12701checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
12702dependencies = [
12703 "cfg-if",
12704 "cpufeatures",
12705 "digest",
12706]
12707
12708[[package]]
12709name = "sharded-slab"
12710version = "0.1.7"
12711source = "registry+https://github.com/rust-lang/crates.io-index"
12712checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
12713dependencies = [
12714 "lazy_static",
12715]
12716
12717[[package]]
12718name = "shell-words"
12719version = "1.1.0"
12720source = "registry+https://github.com/rust-lang/crates.io-index"
12721checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
12722
12723[[package]]
12724name = "shellexpand"
12725version = "2.1.2"
12726source = "registry+https://github.com/rust-lang/crates.io-index"
12727checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
12728dependencies = [
12729 "dirs 4.0.0",
12730]
12731
12732[[package]]
12733name = "shellexpand"
12734version = "3.1.0"
12735source = "registry+https://github.com/rust-lang/crates.io-index"
12736checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
12737dependencies = [
12738 "dirs 5.0.1",
12739]
12740
12741[[package]]
12742name = "shlex"
12743version = "1.3.0"
12744source = "registry+https://github.com/rust-lang/crates.io-index"
12745checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
12746
12747[[package]]
12748name = "signal-hook"
12749version = "0.3.17"
12750source = "registry+https://github.com/rust-lang/crates.io-index"
12751checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
12752dependencies = [
12753 "libc",
12754 "signal-hook-registry",
12755]
12756
12757[[package]]
12758name = "signal-hook-registry"
12759version = "1.4.2"
12760source = "registry+https://github.com/rust-lang/crates.io-index"
12761checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
12762dependencies = [
12763 "libc",
12764]
12765
12766[[package]]
12767name = "signature"
12768version = "1.6.4"
12769source = "registry+https://github.com/rust-lang/crates.io-index"
12770checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
12771dependencies = [
12772 "digest",
12773 "rand_core 0.6.4",
12774]
12775
12776[[package]]
12777name = "signature"
12778version = "2.2.0"
12779source = "registry+https://github.com/rust-lang/crates.io-index"
12780checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
12781dependencies = [
12782 "digest",
12783 "rand_core 0.6.4",
12784]
12785
12786[[package]]
12787name = "simd-adler32"
12788version = "0.3.7"
12789source = "registry+https://github.com/rust-lang/crates.io-index"
12790checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
12791
12792[[package]]
12793name = "simd_helpers"
12794version = "0.1.0"
12795source = "registry+https://github.com/rust-lang/crates.io-index"
12796checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
12797dependencies = [
12798 "quote",
12799]
12800
12801[[package]]
12802name = "simdutf8"
12803version = "0.1.5"
12804source = "registry+https://github.com/rust-lang/crates.io-index"
12805checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
12806
12807[[package]]
12808name = "simple_asn1"
12809version = "0.6.2"
12810source = "registry+https://github.com/rust-lang/crates.io-index"
12811checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
12812dependencies = [
12813 "num-bigint",
12814 "num-traits",
12815 "thiserror 1.0.69",
12816 "time",
12817]
12818
12819[[package]]
12820name = "simplecss"
12821version = "0.2.1"
12822source = "registry+https://github.com/rust-lang/crates.io-index"
12823checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
12824dependencies = [
12825 "log",
12826]
12827
12828[[package]]
12829name = "simplelog"
12830version = "0.12.2"
12831source = "registry+https://github.com/rust-lang/crates.io-index"
12832checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
12833dependencies = [
12834 "log",
12835 "termcolor",
12836 "time",
12837]
12838
12839[[package]]
12840name = "siphasher"
12841version = "0.3.11"
12842source = "registry+https://github.com/rust-lang/crates.io-index"
12843checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
12844
12845[[package]]
12846name = "siphasher"
12847version = "1.0.1"
12848source = "registry+https://github.com/rust-lang/crates.io-index"
12849checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
12850
12851[[package]]
12852name = "skrifa"
12853version = "0.26.6"
12854source = "registry+https://github.com/rust-lang/crates.io-index"
12855checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
12856dependencies = [
12857 "bytemuck",
12858 "read-fonts",
12859]
12860
12861[[package]]
12862name = "slab"
12863version = "0.4.9"
12864source = "registry+https://github.com/rust-lang/crates.io-index"
12865checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
12866dependencies = [
12867 "autocfg",
12868]
12869
12870[[package]]
12871name = "slash_commands_example"
12872version = "0.1.0"
12873dependencies = [
12874 "zed_extension_api 0.1.0",
12875]
12876
12877[[package]]
12878name = "slotmap"
12879version = "1.0.7"
12880source = "registry+https://github.com/rust-lang/crates.io-index"
12881checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
12882dependencies = [
12883 "version_check",
12884]
12885
12886[[package]]
12887name = "smallvec"
12888version = "1.14.0"
12889source = "registry+https://github.com/rust-lang/crates.io-index"
12890checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
12891dependencies = [
12892 "serde",
12893]
12894
12895[[package]]
12896name = "smart-default"
12897version = "0.6.0"
12898source = "registry+https://github.com/rust-lang/crates.io-index"
12899checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
12900dependencies = [
12901 "proc-macro2",
12902 "quote",
12903 "syn 1.0.109",
12904]
12905
12906[[package]]
12907name = "smol"
12908version = "2.0.2"
12909source = "registry+https://github.com/rust-lang/crates.io-index"
12910checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
12911dependencies = [
12912 "async-channel 2.3.1",
12913 "async-executor",
12914 "async-fs",
12915 "async-io",
12916 "async-lock",
12917 "async-net",
12918 "async-process",
12919 "blocking",
12920 "futures-lite 2.6.0",
12921]
12922
12923[[package]]
12924name = "smol_str"
12925version = "0.1.24"
12926source = "registry+https://github.com/rust-lang/crates.io-index"
12927checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
12928dependencies = [
12929 "serde",
12930]
12931
12932[[package]]
12933name = "smol_str"
12934version = "0.2.2"
12935source = "registry+https://github.com/rust-lang/crates.io-index"
12936checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
12937
12938[[package]]
12939name = "snippet"
12940version = "0.1.0"
12941dependencies = [
12942 "anyhow",
12943 "smallvec",
12944]
12945
12946[[package]]
12947name = "snippet_provider"
12948version = "0.1.0"
12949dependencies = [
12950 "anyhow",
12951 "collections",
12952 "extension",
12953 "fs",
12954 "futures 0.3.31",
12955 "gpui",
12956 "parking_lot",
12957 "paths",
12958 "schemars",
12959 "serde",
12960 "serde_json_lenient",
12961 "snippet",
12962 "util",
12963]
12964
12965[[package]]
12966name = "snippets_ui"
12967version = "0.1.0"
12968dependencies = [
12969 "fuzzy",
12970 "gpui",
12971 "language",
12972 "paths",
12973 "picker",
12974 "ui",
12975 "util",
12976 "workspace",
12977]
12978
12979[[package]]
12980name = "socket2"
12981version = "0.5.8"
12982source = "registry+https://github.com/rust-lang/crates.io-index"
12983checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12984dependencies = [
12985 "libc",
12986 "windows-sys 0.52.0",
12987]
12988
12989[[package]]
12990name = "spdx"
12991version = "0.10.7"
12992source = "registry+https://github.com/rust-lang/crates.io-index"
12993checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12994dependencies = [
12995 "smallvec",
12996]
12997
12998[[package]]
12999name = "spin"
13000version = "0.9.8"
13001source = "registry+https://github.com/rust-lang/crates.io-index"
13002checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
13003dependencies = [
13004 "lock_api",
13005]
13006
13007[[package]]
13008name = "spirv"
13009version = "0.3.0+sdk-1.3.268.0"
13010source = "registry+https://github.com/rust-lang/crates.io-index"
13011checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
13012dependencies = [
13013 "bitflags 2.9.0",
13014]
13015
13016[[package]]
13017name = "spki"
13018version = "0.6.0"
13019source = "registry+https://github.com/rust-lang/crates.io-index"
13020checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
13021dependencies = [
13022 "base64ct",
13023 "der 0.6.1",
13024]
13025
13026[[package]]
13027name = "spki"
13028version = "0.7.3"
13029source = "registry+https://github.com/rust-lang/crates.io-index"
13030checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
13031dependencies = [
13032 "base64ct",
13033 "der 0.7.9",
13034]
13035
13036[[package]]
13037name = "sptr"
13038version = "0.3.2"
13039source = "registry+https://github.com/rust-lang/crates.io-index"
13040checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
13041
13042[[package]]
13043name = "sqlez"
13044version = "0.1.0"
13045dependencies = [
13046 "anyhow",
13047 "collections",
13048 "futures 0.3.31",
13049 "indoc",
13050 "libsqlite3-sys",
13051 "parking_lot",
13052 "smol",
13053 "sqlformat",
13054 "thread_local",
13055 "util",
13056 "uuid",
13057]
13058
13059[[package]]
13060name = "sqlez_macros"
13061version = "0.1.0"
13062dependencies = [
13063 "sqlez",
13064 "sqlformat",
13065 "syn 1.0.109",
13066]
13067
13068[[package]]
13069name = "sqlformat"
13070version = "0.2.6"
13071source = "registry+https://github.com/rust-lang/crates.io-index"
13072checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
13073dependencies = [
13074 "nom",
13075 "unicode_categories",
13076]
13077
13078[[package]]
13079name = "sqlx"
13080version = "0.8.3"
13081source = "registry+https://github.com/rust-lang/crates.io-index"
13082checksum = "4410e73b3c0d8442c5f99b425d7a435b5ee0ae4167b3196771dd3f7a01be745f"
13083dependencies = [
13084 "sqlx-core",
13085 "sqlx-macros",
13086 "sqlx-mysql",
13087 "sqlx-postgres",
13088 "sqlx-sqlite",
13089]
13090
13091[[package]]
13092name = "sqlx-core"
13093version = "0.8.3"
13094source = "registry+https://github.com/rust-lang/crates.io-index"
13095checksum = "6a007b6936676aa9ab40207cde35daab0a04b823be8ae004368c0793b96a61e0"
13096dependencies = [
13097 "bigdecimal",
13098 "bytes 1.10.1",
13099 "chrono",
13100 "crc",
13101 "crossbeam-queue",
13102 "either",
13103 "event-listener 5.3.1",
13104 "futures-core",
13105 "futures-intrusive",
13106 "futures-io",
13107 "futures-util",
13108 "hashbrown 0.15.2",
13109 "hashlink 0.10.0",
13110 "indexmap",
13111 "log",
13112 "memchr",
13113 "once_cell",
13114 "percent-encoding",
13115 "rust_decimal",
13116 "rustls 0.23.25",
13117 "rustls-pemfile 2.2.0",
13118 "serde",
13119 "serde_json",
13120 "sha2",
13121 "smallvec",
13122 "thiserror 2.0.12",
13123 "time",
13124 "tokio",
13125 "tokio-stream",
13126 "tracing",
13127 "url",
13128 "uuid",
13129 "webpki-roots",
13130]
13131
13132[[package]]
13133name = "sqlx-macros"
13134version = "0.8.3"
13135source = "registry+https://github.com/rust-lang/crates.io-index"
13136checksum = "3112e2ad78643fef903618d78cf0aec1cb3134b019730edb039b69eaf531f310"
13137dependencies = [
13138 "proc-macro2",
13139 "quote",
13140 "sqlx-core",
13141 "sqlx-macros-core",
13142 "syn 2.0.100",
13143]
13144
13145[[package]]
13146name = "sqlx-macros-core"
13147version = "0.8.3"
13148source = "registry+https://github.com/rust-lang/crates.io-index"
13149checksum = "4e9f90acc5ab146a99bf5061a7eb4976b573f560bc898ef3bf8435448dd5e7ad"
13150dependencies = [
13151 "dotenvy",
13152 "either",
13153 "heck 0.5.0",
13154 "hex",
13155 "once_cell",
13156 "proc-macro2",
13157 "quote",
13158 "serde",
13159 "serde_json",
13160 "sha2",
13161 "sqlx-core",
13162 "sqlx-mysql",
13163 "sqlx-postgres",
13164 "sqlx-sqlite",
13165 "syn 2.0.100",
13166 "tempfile",
13167 "tokio",
13168 "url",
13169]
13170
13171[[package]]
13172name = "sqlx-mysql"
13173version = "0.8.3"
13174source = "registry+https://github.com/rust-lang/crates.io-index"
13175checksum = "4560278f0e00ce64938540546f59f590d60beee33fffbd3b9cd47851e5fff233"
13176dependencies = [
13177 "atoi",
13178 "base64 0.22.1",
13179 "bigdecimal",
13180 "bitflags 2.9.0",
13181 "byteorder",
13182 "bytes 1.10.1",
13183 "chrono",
13184 "crc",
13185 "digest",
13186 "dotenvy",
13187 "either",
13188 "futures-channel",
13189 "futures-core",
13190 "futures-io",
13191 "futures-util",
13192 "generic-array",
13193 "hex",
13194 "hkdf",
13195 "hmac",
13196 "itoa",
13197 "log",
13198 "md-5",
13199 "memchr",
13200 "once_cell",
13201 "percent-encoding",
13202 "rand 0.8.5",
13203 "rsa",
13204 "rust_decimal",
13205 "serde",
13206 "sha1",
13207 "sha2",
13208 "smallvec",
13209 "sqlx-core",
13210 "stringprep",
13211 "thiserror 2.0.12",
13212 "time",
13213 "tracing",
13214 "uuid",
13215 "whoami",
13216]
13217
13218[[package]]
13219name = "sqlx-postgres"
13220version = "0.8.3"
13221source = "registry+https://github.com/rust-lang/crates.io-index"
13222checksum = "c5b98a57f363ed6764d5b3a12bfedf62f07aa16e1856a7ddc2a0bb190a959613"
13223dependencies = [
13224 "atoi",
13225 "base64 0.22.1",
13226 "bigdecimal",
13227 "bitflags 2.9.0",
13228 "byteorder",
13229 "chrono",
13230 "crc",
13231 "dotenvy",
13232 "etcetera",
13233 "futures-channel",
13234 "futures-core",
13235 "futures-util",
13236 "hex",
13237 "hkdf",
13238 "hmac",
13239 "home",
13240 "itoa",
13241 "log",
13242 "md-5",
13243 "memchr",
13244 "num-bigint",
13245 "once_cell",
13246 "rand 0.8.5",
13247 "rust_decimal",
13248 "serde",
13249 "serde_json",
13250 "sha2",
13251 "smallvec",
13252 "sqlx-core",
13253 "stringprep",
13254 "thiserror 2.0.12",
13255 "time",
13256 "tracing",
13257 "uuid",
13258 "whoami",
13259]
13260
13261[[package]]
13262name = "sqlx-sqlite"
13263version = "0.8.3"
13264source = "registry+https://github.com/rust-lang/crates.io-index"
13265checksum = "f85ca71d3a5b24e64e1d08dd8fe36c6c95c339a896cc33068148906784620540"
13266dependencies = [
13267 "atoi",
13268 "chrono",
13269 "flume",
13270 "futures-channel",
13271 "futures-core",
13272 "futures-executor",
13273 "futures-intrusive",
13274 "futures-util",
13275 "libsqlite3-sys",
13276 "log",
13277 "percent-encoding",
13278 "serde",
13279 "serde_urlencoded",
13280 "sqlx-core",
13281 "time",
13282 "tracing",
13283 "url",
13284 "uuid",
13285]
13286
13287[[package]]
13288name = "stable_deref_trait"
13289version = "1.2.0"
13290source = "registry+https://github.com/rust-lang/crates.io-index"
13291checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
13292
13293[[package]]
13294name = "static_assertions"
13295version = "1.1.0"
13296source = "registry+https://github.com/rust-lang/crates.io-index"
13297checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
13298
13299[[package]]
13300name = "story"
13301version = "0.1.0"
13302dependencies = [
13303 "gpui",
13304 "itertools 0.14.0",
13305 "smallvec",
13306]
13307
13308[[package]]
13309name = "storybook"
13310version = "0.1.0"
13311dependencies = [
13312 "anyhow",
13313 "clap",
13314 "collab_ui",
13315 "ctrlc",
13316 "dialoguer",
13317 "editor",
13318 "fuzzy",
13319 "gpui",
13320 "indoc",
13321 "language",
13322 "log",
13323 "menu",
13324 "picker",
13325 "project",
13326 "reqwest_client",
13327 "rust-embed",
13328 "settings",
13329 "simplelog",
13330 "story",
13331 "strum",
13332 "theme",
13333 "title_bar",
13334 "ui",
13335 "workspace",
13336]
13337
13338[[package]]
13339name = "streaming-iterator"
13340version = "0.1.9"
13341source = "registry+https://github.com/rust-lang/crates.io-index"
13342checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
13343
13344[[package]]
13345name = "streaming_diff"
13346version = "0.1.0"
13347dependencies = [
13348 "ordered-float 2.10.1",
13349 "rand 0.8.5",
13350 "rope",
13351 "util",
13352]
13353
13354[[package]]
13355name = "strict-num"
13356version = "0.1.1"
13357source = "registry+https://github.com/rust-lang/crates.io-index"
13358checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
13359dependencies = [
13360 "float-cmp",
13361]
13362
13363[[package]]
13364name = "string_cache"
13365version = "0.8.7"
13366source = "registry+https://github.com/rust-lang/crates.io-index"
13367checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
13368dependencies = [
13369 "new_debug_unreachable",
13370 "once_cell",
13371 "parking_lot",
13372 "phf_shared 0.10.0",
13373 "precomputed-hash",
13374 "serde",
13375]
13376
13377[[package]]
13378name = "string_cache_codegen"
13379version = "0.5.2"
13380source = "registry+https://github.com/rust-lang/crates.io-index"
13381checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
13382dependencies = [
13383 "phf_generator 0.10.0",
13384 "phf_shared 0.10.0",
13385 "proc-macro2",
13386 "quote",
13387]
13388
13389[[package]]
13390name = "stringprep"
13391version = "0.1.5"
13392source = "registry+https://github.com/rust-lang/crates.io-index"
13393checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
13394dependencies = [
13395 "unicode-bidi",
13396 "unicode-normalization",
13397 "unicode-properties",
13398]
13399
13400[[package]]
13401name = "strsim"
13402version = "0.11.1"
13403source = "registry+https://github.com/rust-lang/crates.io-index"
13404checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
13405
13406[[package]]
13407name = "strum"
13408version = "0.26.3"
13409source = "registry+https://github.com/rust-lang/crates.io-index"
13410checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
13411dependencies = [
13412 "strum_macros",
13413]
13414
13415[[package]]
13416name = "strum_macros"
13417version = "0.26.4"
13418source = "registry+https://github.com/rust-lang/crates.io-index"
13419checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
13420dependencies = [
13421 "heck 0.5.0",
13422 "proc-macro2",
13423 "quote",
13424 "rustversion",
13425 "syn 2.0.100",
13426]
13427
13428[[package]]
13429name = "subtle"
13430version = "2.6.1"
13431source = "registry+https://github.com/rust-lang/crates.io-index"
13432checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
13433
13434[[package]]
13435name = "sum_tree"
13436version = "0.1.0"
13437dependencies = [
13438 "arrayvec",
13439 "ctor",
13440 "env_logger 0.11.7",
13441 "log",
13442 "rand 0.8.5",
13443 "rayon",
13444]
13445
13446[[package]]
13447name = "supermaven"
13448version = "0.1.0"
13449dependencies = [
13450 "anyhow",
13451 "client",
13452 "collections",
13453 "editor",
13454 "env_logger 0.11.7",
13455 "futures 0.3.31",
13456 "gpui",
13457 "http_client",
13458 "inline_completion",
13459 "language",
13460 "log",
13461 "postage",
13462 "project",
13463 "serde",
13464 "serde_json",
13465 "settings",
13466 "smol",
13467 "supermaven_api",
13468 "text",
13469 "theme",
13470 "ui",
13471 "unicode-segmentation",
13472 "util",
13473]
13474
13475[[package]]
13476name = "supermaven_api"
13477version = "0.1.0"
13478dependencies = [
13479 "anyhow",
13480 "futures 0.3.31",
13481 "http_client",
13482 "paths",
13483 "serde",
13484 "serde_json",
13485 "smol",
13486]
13487
13488[[package]]
13489name = "sval"
13490version = "2.13.2"
13491source = "registry+https://github.com/rust-lang/crates.io-index"
13492checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
13493
13494[[package]]
13495name = "sval_buffer"
13496version = "2.13.2"
13497source = "registry+https://github.com/rust-lang/crates.io-index"
13498checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
13499dependencies = [
13500 "sval",
13501 "sval_ref",
13502]
13503
13504[[package]]
13505name = "sval_dynamic"
13506version = "2.13.2"
13507source = "registry+https://github.com/rust-lang/crates.io-index"
13508checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
13509dependencies = [
13510 "sval",
13511]
13512
13513[[package]]
13514name = "sval_fmt"
13515version = "2.13.2"
13516source = "registry+https://github.com/rust-lang/crates.io-index"
13517checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
13518dependencies = [
13519 "itoa",
13520 "ryu",
13521 "sval",
13522]
13523
13524[[package]]
13525name = "sval_json"
13526version = "2.13.2"
13527source = "registry+https://github.com/rust-lang/crates.io-index"
13528checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
13529dependencies = [
13530 "itoa",
13531 "ryu",
13532 "sval",
13533]
13534
13535[[package]]
13536name = "sval_nested"
13537version = "2.13.2"
13538source = "registry+https://github.com/rust-lang/crates.io-index"
13539checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
13540dependencies = [
13541 "sval",
13542 "sval_buffer",
13543 "sval_ref",
13544]
13545
13546[[package]]
13547name = "sval_ref"
13548version = "2.13.2"
13549source = "registry+https://github.com/rust-lang/crates.io-index"
13550checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
13551dependencies = [
13552 "sval",
13553]
13554
13555[[package]]
13556name = "sval_serde"
13557version = "2.13.2"
13558source = "registry+https://github.com/rust-lang/crates.io-index"
13559checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
13560dependencies = [
13561 "serde",
13562 "sval",
13563 "sval_nested",
13564]
13565
13566[[package]]
13567name = "svg_fmt"
13568version = "0.4.4"
13569source = "registry+https://github.com/rust-lang/crates.io-index"
13570checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
13571
13572[[package]]
13573name = "svgtypes"
13574version = "0.15.3"
13575source = "registry+https://github.com/rust-lang/crates.io-index"
13576checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
13577dependencies = [
13578 "kurbo",
13579 "siphasher 1.0.1",
13580]
13581
13582[[package]]
13583name = "swash"
13584version = "0.2.1"
13585source = "registry+https://github.com/rust-lang/crates.io-index"
13586checksum = "13d5bbc2aa266907ed8ee977c9c9e16363cc2b001266104e13397b57f1d15f71"
13587dependencies = [
13588 "skrifa",
13589 "yazi",
13590 "zeno",
13591]
13592
13593[[package]]
13594name = "syn"
13595version = "1.0.109"
13596source = "registry+https://github.com/rust-lang/crates.io-index"
13597checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
13598dependencies = [
13599 "proc-macro2",
13600 "quote",
13601 "unicode-ident",
13602]
13603
13604[[package]]
13605name = "syn"
13606version = "2.0.100"
13607source = "registry+https://github.com/rust-lang/crates.io-index"
13608checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
13609dependencies = [
13610 "proc-macro2",
13611 "quote",
13612 "unicode-ident",
13613]
13614
13615[[package]]
13616name = "sync_wrapper"
13617version = "0.1.2"
13618source = "registry+https://github.com/rust-lang/crates.io-index"
13619checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
13620
13621[[package]]
13622name = "sync_wrapper"
13623version = "1.0.2"
13624source = "registry+https://github.com/rust-lang/crates.io-index"
13625checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
13626dependencies = [
13627 "futures-core",
13628]
13629
13630[[package]]
13631name = "synchronoise"
13632version = "1.0.1"
13633source = "registry+https://github.com/rust-lang/crates.io-index"
13634checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
13635dependencies = [
13636 "crossbeam-queue",
13637]
13638
13639[[package]]
13640name = "synstructure"
13641version = "0.13.1"
13642source = "registry+https://github.com/rust-lang/crates.io-index"
13643checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
13644dependencies = [
13645 "proc-macro2",
13646 "quote",
13647 "syn 2.0.100",
13648]
13649
13650[[package]]
13651name = "sys-locale"
13652version = "0.3.2"
13653source = "registry+https://github.com/rust-lang/crates.io-index"
13654checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
13655dependencies = [
13656 "libc",
13657]
13658
13659[[package]]
13660name = "sysinfo"
13661version = "0.31.4"
13662source = "registry+https://github.com/rust-lang/crates.io-index"
13663checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
13664dependencies = [
13665 "core-foundation-sys",
13666 "libc",
13667 "memchr",
13668 "ntapi",
13669 "rayon",
13670 "windows 0.57.0",
13671]
13672
13673[[package]]
13674name = "system-configuration"
13675version = "0.5.1"
13676source = "registry+https://github.com/rust-lang/crates.io-index"
13677checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
13678dependencies = [
13679 "bitflags 1.3.2",
13680 "core-foundation 0.9.4",
13681 "system-configuration-sys 0.5.0",
13682]
13683
13684[[package]]
13685name = "system-configuration"
13686version = "0.6.1"
13687source = "registry+https://github.com/rust-lang/crates.io-index"
13688checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
13689dependencies = [
13690 "bitflags 2.9.0",
13691 "core-foundation 0.9.4",
13692 "system-configuration-sys 0.6.0",
13693]
13694
13695[[package]]
13696name = "system-configuration-sys"
13697version = "0.5.0"
13698source = "registry+https://github.com/rust-lang/crates.io-index"
13699checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
13700dependencies = [
13701 "core-foundation-sys",
13702 "libc",
13703]
13704
13705[[package]]
13706name = "system-configuration-sys"
13707version = "0.6.0"
13708source = "registry+https://github.com/rust-lang/crates.io-index"
13709checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
13710dependencies = [
13711 "core-foundation-sys",
13712 "libc",
13713]
13714
13715[[package]]
13716name = "system-deps"
13717version = "6.2.2"
13718source = "registry+https://github.com/rust-lang/crates.io-index"
13719checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
13720dependencies = [
13721 "cfg-expr",
13722 "heck 0.5.0",
13723 "pkg-config",
13724 "toml 0.8.20",
13725 "version-compare",
13726]
13727
13728[[package]]
13729name = "system-interface"
13730version = "0.27.3"
13731source = "registry+https://github.com/rust-lang/crates.io-index"
13732checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
13733dependencies = [
13734 "bitflags 2.9.0",
13735 "cap-fs-ext",
13736 "cap-std",
13737 "fd-lock",
13738 "io-lifetimes",
13739 "rustix",
13740 "windows-sys 0.59.0",
13741 "winx",
13742]
13743
13744[[package]]
13745name = "tab_switcher"
13746version = "0.1.0"
13747dependencies = [
13748 "anyhow",
13749 "collections",
13750 "ctor",
13751 "editor",
13752 "env_logger 0.11.7",
13753 "gpui",
13754 "language",
13755 "menu",
13756 "picker",
13757 "project",
13758 "schemars",
13759 "serde",
13760 "serde_json",
13761 "settings",
13762 "theme",
13763 "ui",
13764 "util",
13765 "workspace",
13766]
13767
13768[[package]]
13769name = "taffy"
13770version = "0.4.4"
13771source = "registry+https://github.com/rust-lang/crates.io-index"
13772checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
13773dependencies = [
13774 "arrayvec",
13775 "grid",
13776 "num-traits",
13777 "serde",
13778 "slotmap",
13779]
13780
13781[[package]]
13782name = "take-until"
13783version = "0.2.0"
13784source = "registry+https://github.com/rust-lang/crates.io-index"
13785checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
13786
13787[[package]]
13788name = "tap"
13789version = "1.0.1"
13790source = "registry+https://github.com/rust-lang/crates.io-index"
13791checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
13792
13793[[package]]
13794name = "target-lexicon"
13795version = "0.12.16"
13796source = "registry+https://github.com/rust-lang/crates.io-index"
13797checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
13798
13799[[package]]
13800name = "target-lexicon"
13801version = "0.13.2"
13802source = "registry+https://github.com/rust-lang/crates.io-index"
13803checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
13804
13805[[package]]
13806name = "task"
13807version = "0.1.0"
13808dependencies = [
13809 "anyhow",
13810 "collections",
13811 "dap-types",
13812 "futures 0.3.31",
13813 "gpui",
13814 "hex",
13815 "parking_lot",
13816 "schemars",
13817 "serde",
13818 "serde_json",
13819 "serde_json_lenient",
13820 "sha2",
13821 "shellexpand 2.1.2",
13822 "util",
13823 "zed_actions",
13824]
13825
13826[[package]]
13827name = "tasks_ui"
13828version = "0.1.0"
13829dependencies = [
13830 "anyhow",
13831 "debugger_ui",
13832 "editor",
13833 "feature_flags",
13834 "file_icons",
13835 "fuzzy",
13836 "gpui",
13837 "language",
13838 "menu",
13839 "picker",
13840 "project",
13841 "serde",
13842 "serde_json",
13843 "task",
13844 "tree-sitter-rust",
13845 "tree-sitter-typescript",
13846 "ui",
13847 "util",
13848 "workspace",
13849 "zed_actions",
13850]
13851
13852[[package]]
13853name = "telemetry"
13854version = "0.1.0"
13855dependencies = [
13856 "futures 0.3.31",
13857 "serde",
13858 "serde_json",
13859 "telemetry_events",
13860]
13861
13862[[package]]
13863name = "telemetry_events"
13864version = "0.1.0"
13865dependencies = [
13866 "semantic_version",
13867 "serde",
13868 "serde_json",
13869]
13870
13871[[package]]
13872name = "tempfile"
13873version = "3.17.1"
13874source = "registry+https://github.com/rust-lang/crates.io-index"
13875checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230"
13876dependencies = [
13877 "cfg-if",
13878 "fastrand 2.3.0",
13879 "getrandom 0.3.1",
13880 "once_cell",
13881 "rustix",
13882 "windows-sys 0.59.0",
13883]
13884
13885[[package]]
13886name = "tendril"
13887version = "0.4.3"
13888source = "registry+https://github.com/rust-lang/crates.io-index"
13889checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
13890dependencies = [
13891 "futf",
13892 "mac",
13893 "utf-8",
13894]
13895
13896[[package]]
13897name = "termcolor"
13898version = "1.4.1"
13899source = "registry+https://github.com/rust-lang/crates.io-index"
13900checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
13901dependencies = [
13902 "winapi-util",
13903]
13904
13905[[package]]
13906name = "terminal"
13907version = "0.1.0"
13908dependencies = [
13909 "alacritty_terminal",
13910 "anyhow",
13911 "collections",
13912 "dirs 4.0.0",
13913 "futures 0.3.31",
13914 "gpui",
13915 "libc",
13916 "rand 0.8.5",
13917 "regex",
13918 "release_channel",
13919 "schemars",
13920 "serde",
13921 "serde_derive",
13922 "settings",
13923 "smol",
13924 "sysinfo",
13925 "task",
13926 "theme",
13927 "thiserror 2.0.12",
13928 "util",
13929 "windows 0.61.1",
13930]
13931
13932[[package]]
13933name = "terminal_size"
13934version = "0.4.1"
13935source = "registry+https://github.com/rust-lang/crates.io-index"
13936checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
13937dependencies = [
13938 "rustix",
13939 "windows-sys 0.59.0",
13940]
13941
13942[[package]]
13943name = "terminal_view"
13944version = "0.1.0"
13945dependencies = [
13946 "anyhow",
13947 "async-recursion 1.1.1",
13948 "breadcrumbs",
13949 "client",
13950 "collections",
13951 "db",
13952 "dirs 4.0.0",
13953 "editor",
13954 "futures 0.3.31",
13955 "gpui",
13956 "itertools 0.14.0",
13957 "language",
13958 "log",
13959 "project",
13960 "rand 0.8.5",
13961 "schemars",
13962 "search",
13963 "serde",
13964 "serde_json",
13965 "settings",
13966 "shellexpand 2.1.2",
13967 "smol",
13968 "task",
13969 "terminal",
13970 "theme",
13971 "ui",
13972 "util",
13973 "workspace",
13974 "zed_actions",
13975]
13976
13977[[package]]
13978name = "text"
13979version = "0.1.0"
13980dependencies = [
13981 "anyhow",
13982 "clock",
13983 "collections",
13984 "ctor",
13985 "env_logger 0.11.7",
13986 "gpui",
13987 "http_client",
13988 "log",
13989 "parking_lot",
13990 "postage",
13991 "rand 0.8.5",
13992 "regex",
13993 "rope",
13994 "smallvec",
13995 "sum_tree",
13996 "util",
13997]
13998
13999[[package]]
14000name = "theme"
14001version = "0.1.0"
14002dependencies = [
14003 "anyhow",
14004 "collections",
14005 "derive_more",
14006 "fs",
14007 "futures 0.3.31",
14008 "gpui",
14009 "indexmap",
14010 "log",
14011 "palette",
14012 "parking_lot",
14013 "refineable",
14014 "schemars",
14015 "serde",
14016 "serde_derive",
14017 "serde_json",
14018 "serde_json_lenient",
14019 "serde_repr",
14020 "settings",
14021 "strum",
14022 "thiserror 2.0.12",
14023 "util",
14024 "uuid",
14025]
14026
14027[[package]]
14028name = "theme_extension"
14029version = "0.1.0"
14030dependencies = [
14031 "anyhow",
14032 "extension",
14033 "fs",
14034 "gpui",
14035 "theme",
14036]
14037
14038[[package]]
14039name = "theme_importer"
14040version = "0.1.0"
14041dependencies = [
14042 "anyhow",
14043 "clap",
14044 "gpui",
14045 "indexmap",
14046 "log",
14047 "palette",
14048 "rust-embed",
14049 "serde",
14050 "serde_json",
14051 "serde_json_lenient",
14052 "simplelog",
14053 "strum",
14054 "theme",
14055 "vscode_theme",
14056]
14057
14058[[package]]
14059name = "theme_selector"
14060version = "0.1.0"
14061dependencies = [
14062 "fs",
14063 "fuzzy",
14064 "gpui",
14065 "log",
14066 "picker",
14067 "serde",
14068 "settings",
14069 "telemetry",
14070 "theme",
14071 "ui",
14072 "util",
14073 "workspace",
14074 "zed_actions",
14075]
14076
14077[[package]]
14078name = "thiserror"
14079version = "1.0.69"
14080source = "registry+https://github.com/rust-lang/crates.io-index"
14081checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
14082dependencies = [
14083 "thiserror-impl 1.0.69",
14084]
14085
14086[[package]]
14087name = "thiserror"
14088version = "2.0.12"
14089source = "registry+https://github.com/rust-lang/crates.io-index"
14090checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
14091dependencies = [
14092 "thiserror-impl 2.0.12",
14093]
14094
14095[[package]]
14096name = "thiserror-impl"
14097version = "1.0.69"
14098source = "registry+https://github.com/rust-lang/crates.io-index"
14099checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
14100dependencies = [
14101 "proc-macro2",
14102 "quote",
14103 "syn 2.0.100",
14104]
14105
14106[[package]]
14107name = "thiserror-impl"
14108version = "2.0.12"
14109source = "registry+https://github.com/rust-lang/crates.io-index"
14110checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
14111dependencies = [
14112 "proc-macro2",
14113 "quote",
14114 "syn 2.0.100",
14115]
14116
14117[[package]]
14118name = "thread_local"
14119version = "1.1.8"
14120source = "registry+https://github.com/rust-lang/crates.io-index"
14121checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
14122dependencies = [
14123 "cfg-if",
14124 "once_cell",
14125]
14126
14127[[package]]
14128name = "tiff"
14129version = "0.9.1"
14130source = "registry+https://github.com/rust-lang/crates.io-index"
14131checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
14132dependencies = [
14133 "flate2",
14134 "jpeg-decoder",
14135 "weezl",
14136]
14137
14138[[package]]
14139name = "tiktoken-rs"
14140version = "0.6.0"
14141source = "registry+https://github.com/rust-lang/crates.io-index"
14142checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
14143dependencies = [
14144 "anyhow",
14145 "base64 0.21.7",
14146 "bstr",
14147 "fancy-regex 0.13.0",
14148 "lazy_static",
14149 "parking_lot",
14150 "regex",
14151 "rustc-hash 1.1.0",
14152]
14153
14154[[package]]
14155name = "time"
14156version = "0.3.41"
14157source = "registry+https://github.com/rust-lang/crates.io-index"
14158checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
14159dependencies = [
14160 "deranged",
14161 "itoa",
14162 "libc",
14163 "num-conv",
14164 "num_threads",
14165 "powerfmt",
14166 "serde",
14167 "time-core",
14168 "time-macros",
14169]
14170
14171[[package]]
14172name = "time-core"
14173version = "0.1.4"
14174source = "registry+https://github.com/rust-lang/crates.io-index"
14175checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
14176
14177[[package]]
14178name = "time-macros"
14179version = "0.2.22"
14180source = "registry+https://github.com/rust-lang/crates.io-index"
14181checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
14182dependencies = [
14183 "num-conv",
14184 "time-core",
14185]
14186
14187[[package]]
14188name = "time_format"
14189version = "0.1.0"
14190dependencies = [
14191 "core-foundation 0.10.0",
14192 "core-foundation-sys",
14193 "sys-locale",
14194 "time",
14195]
14196
14197[[package]]
14198name = "tiny-keccak"
14199version = "2.0.2"
14200source = "registry+https://github.com/rust-lang/crates.io-index"
14201checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
14202dependencies = [
14203 "crunchy",
14204]
14205
14206[[package]]
14207name = "tiny-skia"
14208version = "0.11.4"
14209source = "registry+https://github.com/rust-lang/crates.io-index"
14210checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
14211dependencies = [
14212 "arrayref",
14213 "arrayvec",
14214 "bytemuck",
14215 "cfg-if",
14216 "log",
14217 "png",
14218 "tiny-skia-path",
14219]
14220
14221[[package]]
14222name = "tiny-skia-path"
14223version = "0.11.4"
14224source = "registry+https://github.com/rust-lang/crates.io-index"
14225checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
14226dependencies = [
14227 "arrayref",
14228 "bytemuck",
14229 "strict-num",
14230]
14231
14232[[package]]
14233name = "tiny_http"
14234version = "0.8.2"
14235source = "registry+https://github.com/rust-lang/crates.io-index"
14236checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
14237dependencies = [
14238 "ascii",
14239 "chrono",
14240 "chunked_transfer",
14241 "log",
14242 "url",
14243]
14244
14245[[package]]
14246name = "tinystr"
14247version = "0.7.6"
14248source = "registry+https://github.com/rust-lang/crates.io-index"
14249checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
14250dependencies = [
14251 "displaydoc",
14252 "zerovec",
14253]
14254
14255[[package]]
14256name = "tinytemplate"
14257version = "1.2.1"
14258source = "registry+https://github.com/rust-lang/crates.io-index"
14259checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
14260dependencies = [
14261 "serde",
14262 "serde_json",
14263]
14264
14265[[package]]
14266name = "tinyvec"
14267version = "1.8.0"
14268source = "registry+https://github.com/rust-lang/crates.io-index"
14269checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
14270dependencies = [
14271 "tinyvec_macros",
14272]
14273
14274[[package]]
14275name = "tinyvec_macros"
14276version = "0.1.1"
14277source = "registry+https://github.com/rust-lang/crates.io-index"
14278checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
14279
14280[[package]]
14281name = "title_bar"
14282version = "0.1.0"
14283dependencies = [
14284 "auto_update",
14285 "call",
14286 "chrono",
14287 "client",
14288 "collections",
14289 "db",
14290 "feature_flags",
14291 "gpui",
14292 "http_client",
14293 "notifications",
14294 "pretty_assertions",
14295 "project",
14296 "remote",
14297 "rpc",
14298 "schemars",
14299 "serde",
14300 "settings",
14301 "smallvec",
14302 "story",
14303 "telemetry",
14304 "theme",
14305 "tree-sitter-md",
14306 "ui",
14307 "util",
14308 "windows 0.61.1",
14309 "workspace",
14310 "zed_actions",
14311]
14312
14313[[package]]
14314name = "tokio"
14315version = "1.43.0"
14316source = "registry+https://github.com/rust-lang/crates.io-index"
14317checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
14318dependencies = [
14319 "backtrace",
14320 "bytes 1.10.1",
14321 "libc",
14322 "mio",
14323 "parking_lot",
14324 "pin-project-lite",
14325 "signal-hook-registry",
14326 "socket2",
14327 "tokio-macros",
14328 "windows-sys 0.52.0",
14329]
14330
14331[[package]]
14332name = "tokio-io"
14333version = "0.1.13"
14334source = "registry+https://github.com/rust-lang/crates.io-index"
14335checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
14336dependencies = [
14337 "bytes 0.4.12",
14338 "futures 0.1.31",
14339 "log",
14340]
14341
14342[[package]]
14343name = "tokio-macros"
14344version = "2.5.0"
14345source = "registry+https://github.com/rust-lang/crates.io-index"
14346checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
14347dependencies = [
14348 "proc-macro2",
14349 "quote",
14350 "syn 2.0.100",
14351]
14352
14353[[package]]
14354name = "tokio-native-tls"
14355version = "0.3.1"
14356source = "registry+https://github.com/rust-lang/crates.io-index"
14357checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
14358dependencies = [
14359 "native-tls",
14360 "tokio",
14361]
14362
14363[[package]]
14364name = "tokio-rustls"
14365version = "0.24.1"
14366source = "registry+https://github.com/rust-lang/crates.io-index"
14367checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
14368dependencies = [
14369 "rustls 0.21.12",
14370 "tokio",
14371]
14372
14373[[package]]
14374name = "tokio-rustls"
14375version = "0.26.1"
14376source = "registry+https://github.com/rust-lang/crates.io-index"
14377checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
14378dependencies = [
14379 "rustls 0.23.25",
14380 "tokio",
14381]
14382
14383[[package]]
14384name = "tokio-socks"
14385version = "0.5.2"
14386source = "registry+https://github.com/rust-lang/crates.io-index"
14387checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
14388dependencies = [
14389 "either",
14390 "futures-io",
14391 "futures-util",
14392 "thiserror 1.0.69",
14393 "tokio",
14394]
14395
14396[[package]]
14397name = "tokio-stream"
14398version = "0.1.17"
14399source = "registry+https://github.com/rust-lang/crates.io-index"
14400checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
14401dependencies = [
14402 "futures-core",
14403 "pin-project-lite",
14404 "tokio",
14405]
14406
14407[[package]]
14408name = "tokio-tungstenite"
14409version = "0.20.1"
14410source = "registry+https://github.com/rust-lang/crates.io-index"
14411checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
14412dependencies = [
14413 "futures-util",
14414 "log",
14415 "tokio",
14416 "tungstenite 0.20.1",
14417]
14418
14419[[package]]
14420name = "tokio-tungstenite"
14421version = "0.21.0"
14422source = "registry+https://github.com/rust-lang/crates.io-index"
14423checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
14424dependencies = [
14425 "futures-util",
14426 "log",
14427 "tokio",
14428 "tungstenite 0.21.0",
14429]
14430
14431[[package]]
14432name = "tokio-tungstenite"
14433version = "0.26.2"
14434source = "registry+https://github.com/rust-lang/crates.io-index"
14435checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
14436dependencies = [
14437 "futures-util",
14438 "log",
14439 "rustls 0.23.25",
14440 "rustls-pki-types",
14441 "tokio",
14442 "tokio-rustls 0.26.1",
14443 "tungstenite 0.26.2",
14444]
14445
14446[[package]]
14447name = "tokio-util"
14448version = "0.7.13"
14449source = "registry+https://github.com/rust-lang/crates.io-index"
14450checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
14451dependencies = [
14452 "bytes 1.10.1",
14453 "futures-core",
14454 "futures-io",
14455 "futures-sink",
14456 "pin-project-lite",
14457 "tokio",
14458]
14459
14460[[package]]
14461name = "toml"
14462version = "0.5.11"
14463source = "registry+https://github.com/rust-lang/crates.io-index"
14464checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
14465dependencies = [
14466 "serde",
14467]
14468
14469[[package]]
14470name = "toml"
14471version = "0.8.20"
14472source = "registry+https://github.com/rust-lang/crates.io-index"
14473checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
14474dependencies = [
14475 "serde",
14476 "serde_spanned",
14477 "toml_datetime",
14478 "toml_edit",
14479]
14480
14481[[package]]
14482name = "toml_datetime"
14483version = "0.6.8"
14484source = "registry+https://github.com/rust-lang/crates.io-index"
14485checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
14486dependencies = [
14487 "serde",
14488]
14489
14490[[package]]
14491name = "toml_edit"
14492version = "0.22.23"
14493source = "registry+https://github.com/rust-lang/crates.io-index"
14494checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee"
14495dependencies = [
14496 "indexmap",
14497 "serde",
14498 "serde_spanned",
14499 "toml_datetime",
14500 "winnow 0.7.1",
14501]
14502
14503[[package]]
14504name = "toolchain_selector"
14505version = "0.1.0"
14506dependencies = [
14507 "editor",
14508 "fuzzy",
14509 "gpui",
14510 "language",
14511 "picker",
14512 "project",
14513 "ui",
14514 "util",
14515 "workspace",
14516]
14517
14518[[package]]
14519name = "topological-sort"
14520version = "0.2.2"
14521source = "registry+https://github.com/rust-lang/crates.io-index"
14522checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
14523
14524[[package]]
14525name = "tower"
14526version = "0.4.13"
14527source = "registry+https://github.com/rust-lang/crates.io-index"
14528checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
14529dependencies = [
14530 "futures-core",
14531 "futures-util",
14532 "pin-project",
14533 "pin-project-lite",
14534 "tokio",
14535 "tower-layer",
14536 "tower-service",
14537 "tracing",
14538]
14539
14540[[package]]
14541name = "tower-http"
14542version = "0.3.5"
14543source = "registry+https://github.com/rust-lang/crates.io-index"
14544checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
14545dependencies = [
14546 "bitflags 1.3.2",
14547 "bytes 1.10.1",
14548 "futures-core",
14549 "futures-util",
14550 "http 0.2.12",
14551 "http-body 0.4.6",
14552 "http-range-header",
14553 "pin-project-lite",
14554 "tower-layer",
14555 "tower-service",
14556]
14557
14558[[package]]
14559name = "tower-http"
14560version = "0.4.4"
14561source = "registry+https://github.com/rust-lang/crates.io-index"
14562checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
14563dependencies = [
14564 "bitflags 2.9.0",
14565 "bytes 1.10.1",
14566 "futures-core",
14567 "futures-util",
14568 "http 0.2.12",
14569 "http-body 0.4.6",
14570 "http-range-header",
14571 "pin-project-lite",
14572 "tower-layer",
14573 "tower-service",
14574 "tracing",
14575]
14576
14577[[package]]
14578name = "tower-layer"
14579version = "0.3.3"
14580source = "registry+https://github.com/rust-lang/crates.io-index"
14581checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
14582
14583[[package]]
14584name = "tower-service"
14585version = "0.3.3"
14586source = "registry+https://github.com/rust-lang/crates.io-index"
14587checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
14588
14589[[package]]
14590name = "tracing"
14591version = "0.1.41"
14592source = "registry+https://github.com/rust-lang/crates.io-index"
14593checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
14594dependencies = [
14595 "log",
14596 "pin-project-lite",
14597 "tracing-attributes",
14598 "tracing-core",
14599]
14600
14601[[package]]
14602name = "tracing-attributes"
14603version = "0.1.28"
14604source = "registry+https://github.com/rust-lang/crates.io-index"
14605checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
14606dependencies = [
14607 "proc-macro2",
14608 "quote",
14609 "syn 2.0.100",
14610]
14611
14612[[package]]
14613name = "tracing-core"
14614version = "0.1.33"
14615source = "registry+https://github.com/rust-lang/crates.io-index"
14616checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
14617dependencies = [
14618 "once_cell",
14619 "valuable",
14620]
14621
14622[[package]]
14623name = "tracing-log"
14624version = "0.2.0"
14625source = "registry+https://github.com/rust-lang/crates.io-index"
14626checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
14627dependencies = [
14628 "log",
14629 "once_cell",
14630 "tracing-core",
14631]
14632
14633[[package]]
14634name = "tracing-serde"
14635version = "0.2.0"
14636source = "registry+https://github.com/rust-lang/crates.io-index"
14637checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
14638dependencies = [
14639 "serde",
14640 "tracing-core",
14641]
14642
14643[[package]]
14644name = "tracing-subscriber"
14645version = "0.3.19"
14646source = "registry+https://github.com/rust-lang/crates.io-index"
14647checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
14648dependencies = [
14649 "matchers",
14650 "nu-ansi-term",
14651 "once_cell",
14652 "regex",
14653 "serde",
14654 "serde_json",
14655 "sharded-slab",
14656 "smallvec",
14657 "thread_local",
14658 "tracing",
14659 "tracing-core",
14660 "tracing-log",
14661 "tracing-serde",
14662]
14663
14664[[package]]
14665name = "trait-variant"
14666version = "0.1.2"
14667source = "registry+https://github.com/rust-lang/crates.io-index"
14668checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
14669dependencies = [
14670 "proc-macro2",
14671 "quote",
14672 "syn 2.0.100",
14673]
14674
14675[[package]]
14676name = "tree-sitter"
14677version = "0.25.3"
14678source = "registry+https://github.com/rust-lang/crates.io-index"
14679checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
14680dependencies = [
14681 "cc",
14682 "regex",
14683 "regex-syntax 0.8.5",
14684 "serde_json",
14685 "streaming-iterator",
14686 "tree-sitter-language",
14687 "wasmtime-c-api-impl",
14688]
14689
14690[[package]]
14691name = "tree-sitter-bash"
14692version = "0.23.3"
14693source = "registry+https://github.com/rust-lang/crates.io-index"
14694checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
14695dependencies = [
14696 "cc",
14697 "tree-sitter-language",
14698]
14699
14700[[package]]
14701name = "tree-sitter-c"
14702version = "0.23.4"
14703source = "registry+https://github.com/rust-lang/crates.io-index"
14704checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
14705dependencies = [
14706 "cc",
14707 "tree-sitter-language",
14708]
14709
14710[[package]]
14711name = "tree-sitter-cpp"
14712version = "0.23.4"
14713source = "registry+https://github.com/rust-lang/crates.io-index"
14714checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
14715dependencies = [
14716 "cc",
14717 "tree-sitter-language",
14718]
14719
14720[[package]]
14721name = "tree-sitter-css"
14722version = "0.23.2"
14723source = "registry+https://github.com/rust-lang/crates.io-index"
14724checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
14725dependencies = [
14726 "cc",
14727 "tree-sitter-language",
14728]
14729
14730[[package]]
14731name = "tree-sitter-diff"
14732version = "0.1.0"
14733source = "registry+https://github.com/rust-lang/crates.io-index"
14734checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
14735dependencies = [
14736 "cc",
14737 "tree-sitter-language",
14738]
14739
14740[[package]]
14741name = "tree-sitter-elixir"
14742version = "0.3.4"
14743source = "registry+https://github.com/rust-lang/crates.io-index"
14744checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
14745dependencies = [
14746 "cc",
14747 "tree-sitter-language",
14748]
14749
14750[[package]]
14751name = "tree-sitter-embedded-template"
14752version = "0.23.2"
14753source = "registry+https://github.com/rust-lang/crates.io-index"
14754checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
14755dependencies = [
14756 "cc",
14757 "tree-sitter-language",
14758]
14759
14760[[package]]
14761name = "tree-sitter-gitcommit"
14762version = "0.0.1"
14763source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
14764dependencies = [
14765 "cc",
14766 "tree-sitter-language",
14767]
14768
14769[[package]]
14770name = "tree-sitter-go"
14771version = "0.23.4"
14772source = "registry+https://github.com/rust-lang/crates.io-index"
14773checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
14774dependencies = [
14775 "cc",
14776 "tree-sitter-language",
14777]
14778
14779[[package]]
14780name = "tree-sitter-gomod"
14781version = "1.1.1"
14782source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
14783dependencies = [
14784 "cc",
14785 "tree-sitter-language",
14786]
14787
14788[[package]]
14789name = "tree-sitter-gowork"
14790version = "0.0.1"
14791source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
14792dependencies = [
14793 "cc",
14794 "tree-sitter-language",
14795]
14796
14797[[package]]
14798name = "tree-sitter-heex"
14799version = "0.0.1"
14800source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
14801dependencies = [
14802 "cc",
14803 "tree-sitter-language",
14804]
14805
14806[[package]]
14807name = "tree-sitter-html"
14808version = "0.23.2"
14809source = "registry+https://github.com/rust-lang/crates.io-index"
14810checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
14811dependencies = [
14812 "cc",
14813 "tree-sitter-language",
14814]
14815
14816[[package]]
14817name = "tree-sitter-jsdoc"
14818version = "0.23.2"
14819source = "registry+https://github.com/rust-lang/crates.io-index"
14820checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
14821dependencies = [
14822 "cc",
14823 "tree-sitter-language",
14824]
14825
14826[[package]]
14827name = "tree-sitter-json"
14828version = "0.24.8"
14829source = "registry+https://github.com/rust-lang/crates.io-index"
14830checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
14831dependencies = [
14832 "cc",
14833 "tree-sitter-language",
14834]
14835
14836[[package]]
14837name = "tree-sitter-language"
14838version = "0.1.3"
14839source = "registry+https://github.com/rust-lang/crates.io-index"
14840checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
14841
14842[[package]]
14843name = "tree-sitter-md"
14844version = "0.3.2"
14845source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
14846dependencies = [
14847 "cc",
14848 "tree-sitter-language",
14849]
14850
14851[[package]]
14852name = "tree-sitter-python"
14853version = "0.23.6"
14854source = "registry+https://github.com/rust-lang/crates.io-index"
14855checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
14856dependencies = [
14857 "cc",
14858 "tree-sitter-language",
14859]
14860
14861[[package]]
14862name = "tree-sitter-regex"
14863version = "0.24.3"
14864source = "registry+https://github.com/rust-lang/crates.io-index"
14865checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
14866dependencies = [
14867 "cc",
14868 "tree-sitter-language",
14869]
14870
14871[[package]]
14872name = "tree-sitter-ruby"
14873version = "0.23.1"
14874source = "registry+https://github.com/rust-lang/crates.io-index"
14875checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
14876dependencies = [
14877 "cc",
14878 "tree-sitter-language",
14879]
14880
14881[[package]]
14882name = "tree-sitter-rust"
14883version = "0.23.2"
14884source = "registry+https://github.com/rust-lang/crates.io-index"
14885checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
14886dependencies = [
14887 "cc",
14888 "tree-sitter-language",
14889]
14890
14891[[package]]
14892name = "tree-sitter-typescript"
14893version = "0.23.2"
14894source = "registry+https://github.com/rust-lang/crates.io-index"
14895checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
14896dependencies = [
14897 "cc",
14898 "tree-sitter-language",
14899]
14900
14901[[package]]
14902name = "tree-sitter-yaml"
14903version = "0.6.1"
14904source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
14905dependencies = [
14906 "cc",
14907 "tree-sitter-language",
14908]
14909
14910[[package]]
14911name = "try-lock"
14912version = "0.2.5"
14913source = "registry+https://github.com/rust-lang/crates.io-index"
14914checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
14915
14916[[package]]
14917name = "ttf-parser"
14918version = "0.20.0"
14919source = "registry+https://github.com/rust-lang/crates.io-index"
14920checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
14921
14922[[package]]
14923name = "ttf-parser"
14924version = "0.21.1"
14925source = "registry+https://github.com/rust-lang/crates.io-index"
14926checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
14927
14928[[package]]
14929name = "ttf-parser"
14930version = "0.25.1"
14931source = "registry+https://github.com/rust-lang/crates.io-index"
14932checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
14933dependencies = [
14934 "core_maths",
14935]
14936
14937[[package]]
14938name = "tungstenite"
14939version = "0.20.1"
14940source = "registry+https://github.com/rust-lang/crates.io-index"
14941checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
14942dependencies = [
14943 "byteorder",
14944 "bytes 1.10.1",
14945 "data-encoding",
14946 "http 0.2.12",
14947 "httparse",
14948 "log",
14949 "rand 0.8.5",
14950 "sha1",
14951 "thiserror 1.0.69",
14952 "url",
14953 "utf-8",
14954]
14955
14956[[package]]
14957name = "tungstenite"
14958version = "0.21.0"
14959source = "registry+https://github.com/rust-lang/crates.io-index"
14960checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
14961dependencies = [
14962 "byteorder",
14963 "bytes 1.10.1",
14964 "data-encoding",
14965 "http 1.2.0",
14966 "httparse",
14967 "log",
14968 "rand 0.8.5",
14969 "sha1",
14970 "thiserror 1.0.69",
14971 "url",
14972 "utf-8",
14973]
14974
14975[[package]]
14976name = "tungstenite"
14977version = "0.24.0"
14978source = "registry+https://github.com/rust-lang/crates.io-index"
14979checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
14980dependencies = [
14981 "byteorder",
14982 "bytes 1.10.1",
14983 "data-encoding",
14984 "http 1.2.0",
14985 "httparse",
14986 "log",
14987 "rand 0.8.5",
14988 "sha1",
14989 "thiserror 1.0.69",
14990 "utf-8",
14991]
14992
14993[[package]]
14994name = "tungstenite"
14995version = "0.26.2"
14996source = "registry+https://github.com/rust-lang/crates.io-index"
14997checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
14998dependencies = [
14999 "bytes 1.10.1",
15000 "data-encoding",
15001 "http 1.2.0",
15002 "httparse",
15003 "log",
15004 "rand 0.9.0",
15005 "rustls 0.23.25",
15006 "rustls-pki-types",
15007 "sha1",
15008 "thiserror 2.0.12",
15009 "utf-8",
15010]
15011
15012[[package]]
15013name = "typeid"
15014version = "1.0.2"
15015source = "registry+https://github.com/rust-lang/crates.io-index"
15016checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
15017
15018[[package]]
15019name = "typenum"
15020version = "1.17.0"
15021source = "registry+https://github.com/rust-lang/crates.io-index"
15022checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
15023
15024[[package]]
15025name = "ucd-trie"
15026version = "0.1.7"
15027source = "registry+https://github.com/rust-lang/crates.io-index"
15028checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
15029
15030[[package]]
15031name = "uds_windows"
15032version = "1.1.0"
15033source = "registry+https://github.com/rust-lang/crates.io-index"
15034checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
15035dependencies = [
15036 "memoffset",
15037 "tempfile",
15038 "winapi",
15039]
15040
15041[[package]]
15042name = "ui"
15043version = "0.1.0"
15044dependencies = [
15045 "chrono",
15046 "component",
15047 "gpui",
15048 "icons",
15049 "itertools 0.14.0",
15050 "linkme",
15051 "menu",
15052 "serde",
15053 "settings",
15054 "smallvec",
15055 "story",
15056 "strum",
15057 "theme",
15058 "ui_macros",
15059 "util",
15060 "windows 0.61.1",
15061]
15062
15063[[package]]
15064name = "ui_input"
15065version = "0.1.0"
15066dependencies = [
15067 "editor",
15068 "gpui",
15069 "settings",
15070 "theme",
15071 "ui",
15072]
15073
15074[[package]]
15075name = "ui_macros"
15076version = "0.1.0"
15077dependencies = [
15078 "convert_case 0.8.0",
15079 "linkme",
15080 "proc-macro2",
15081 "quote",
15082 "syn 1.0.109",
15083]
15084
15085[[package]]
15086name = "ui_prompt"
15087version = "0.1.0"
15088dependencies = [
15089 "gpui",
15090 "markdown",
15091 "menu",
15092 "settings",
15093 "theme",
15094 "ui",
15095 "workspace",
15096]
15097
15098[[package]]
15099name = "unicase"
15100version = "2.8.1"
15101source = "registry+https://github.com/rust-lang/crates.io-index"
15102checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
15103
15104[[package]]
15105name = "unicode-bidi"
15106version = "0.3.17"
15107source = "registry+https://github.com/rust-lang/crates.io-index"
15108checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
15109
15110[[package]]
15111name = "unicode-bidi-mirroring"
15112version = "0.2.0"
15113source = "registry+https://github.com/rust-lang/crates.io-index"
15114checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
15115
15116[[package]]
15117name = "unicode-bidi-mirroring"
15118version = "0.4.0"
15119source = "registry+https://github.com/rust-lang/crates.io-index"
15120checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
15121
15122[[package]]
15123name = "unicode-ccc"
15124version = "0.2.0"
15125source = "registry+https://github.com/rust-lang/crates.io-index"
15126checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
15127
15128[[package]]
15129name = "unicode-ccc"
15130version = "0.4.0"
15131source = "registry+https://github.com/rust-lang/crates.io-index"
15132checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
15133
15134[[package]]
15135name = "unicode-ident"
15136version = "1.0.14"
15137source = "registry+https://github.com/rust-lang/crates.io-index"
15138checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
15139
15140[[package]]
15141name = "unicode-linebreak"
15142version = "0.1.5"
15143source = "registry+https://github.com/rust-lang/crates.io-index"
15144checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
15145
15146[[package]]
15147name = "unicode-normalization"
15148version = "0.1.24"
15149source = "registry+https://github.com/rust-lang/crates.io-index"
15150checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
15151dependencies = [
15152 "tinyvec",
15153]
15154
15155[[package]]
15156name = "unicode-properties"
15157version = "0.1.3"
15158source = "registry+https://github.com/rust-lang/crates.io-index"
15159checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
15160
15161[[package]]
15162name = "unicode-script"
15163version = "0.5.7"
15164source = "registry+https://github.com/rust-lang/crates.io-index"
15165checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
15166
15167[[package]]
15168name = "unicode-segmentation"
15169version = "1.12.0"
15170source = "registry+https://github.com/rust-lang/crates.io-index"
15171checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
15172
15173[[package]]
15174name = "unicode-vo"
15175version = "0.1.0"
15176source = "registry+https://github.com/rust-lang/crates.io-index"
15177checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
15178
15179[[package]]
15180name = "unicode-width"
15181version = "0.1.14"
15182source = "registry+https://github.com/rust-lang/crates.io-index"
15183checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
15184
15185[[package]]
15186name = "unicode-xid"
15187version = "0.2.6"
15188source = "registry+https://github.com/rust-lang/crates.io-index"
15189checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
15190
15191[[package]]
15192name = "unicode_categories"
15193version = "0.1.1"
15194source = "registry+https://github.com/rust-lang/crates.io-index"
15195checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
15196
15197[[package]]
15198name = "unindent"
15199version = "0.2.4"
15200source = "registry+https://github.com/rust-lang/crates.io-index"
15201checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
15202
15203[[package]]
15204name = "untrusted"
15205version = "0.9.0"
15206source = "registry+https://github.com/rust-lang/crates.io-index"
15207checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
15208
15209[[package]]
15210name = "url"
15211version = "2.5.4"
15212source = "registry+https://github.com/rust-lang/crates.io-index"
15213checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
15214dependencies = [
15215 "form_urlencoded",
15216 "idna",
15217 "percent-encoding",
15218 "serde",
15219]
15220
15221[[package]]
15222name = "urlencoding"
15223version = "2.1.3"
15224source = "registry+https://github.com/rust-lang/crates.io-index"
15225checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
15226
15227[[package]]
15228name = "usvg"
15229version = "0.45.0"
15230source = "registry+https://github.com/rust-lang/crates.io-index"
15231checksum = "2ac8e0e3e4696253dc06167990b3fe9a2668ab66270adf949a464db4088cb354"
15232dependencies = [
15233 "base64 0.22.1",
15234 "data-url",
15235 "flate2",
15236 "fontdb 0.23.0",
15237 "imagesize",
15238 "kurbo",
15239 "log",
15240 "pico-args",
15241 "roxmltree",
15242 "rustybuzz 0.20.1",
15243 "simplecss",
15244 "siphasher 1.0.1",
15245 "strict-num",
15246 "svgtypes",
15247 "tiny-skia-path",
15248 "unicode-bidi",
15249 "unicode-script",
15250 "unicode-vo",
15251 "xmlwriter",
15252]
15253
15254[[package]]
15255name = "utf-8"
15256version = "0.7.6"
15257source = "registry+https://github.com/rust-lang/crates.io-index"
15258checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
15259
15260[[package]]
15261name = "utf16_iter"
15262version = "1.0.5"
15263source = "registry+https://github.com/rust-lang/crates.io-index"
15264checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
15265
15266[[package]]
15267name = "utf8_iter"
15268version = "1.0.4"
15269source = "registry+https://github.com/rust-lang/crates.io-index"
15270checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
15271
15272[[package]]
15273name = "utf8parse"
15274version = "0.2.2"
15275source = "registry+https://github.com/rust-lang/crates.io-index"
15276checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
15277
15278[[package]]
15279name = "util"
15280version = "0.1.0"
15281dependencies = [
15282 "anyhow",
15283 "async-fs",
15284 "collections",
15285 "dirs 4.0.0",
15286 "dunce",
15287 "futures 0.3.31",
15288 "futures-lite 1.13.0",
15289 "git2",
15290 "globset",
15291 "itertools 0.14.0",
15292 "libc",
15293 "log",
15294 "rand 0.8.5",
15295 "regex",
15296 "rust-embed",
15297 "serde",
15298 "serde_json",
15299 "smol",
15300 "take-until",
15301 "tempfile",
15302 "tendril",
15303 "unicase",
15304 "util_macros",
15305]
15306
15307[[package]]
15308name = "util_macros"
15309version = "0.1.0"
15310dependencies = [
15311 "quote",
15312 "syn 1.0.109",
15313]
15314
15315[[package]]
15316name = "uuid"
15317version = "1.13.2"
15318source = "registry+https://github.com/rust-lang/crates.io-index"
15319checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6"
15320dependencies = [
15321 "getrandom 0.3.1",
15322 "serde",
15323 "sha1_smol",
15324]
15325
15326[[package]]
15327name = "v_frame"
15328version = "0.3.8"
15329source = "registry+https://github.com/rust-lang/crates.io-index"
15330checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
15331dependencies = [
15332 "aligned-vec",
15333 "num-traits",
15334 "wasm-bindgen",
15335]
15336
15337[[package]]
15338name = "valuable"
15339version = "0.1.0"
15340source = "registry+https://github.com/rust-lang/crates.io-index"
15341checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
15342
15343[[package]]
15344name = "value-bag"
15345version = "1.10.0"
15346source = "registry+https://github.com/rust-lang/crates.io-index"
15347checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
15348dependencies = [
15349 "value-bag-serde1",
15350 "value-bag-sval2",
15351]
15352
15353[[package]]
15354name = "value-bag-serde1"
15355version = "1.10.0"
15356source = "registry+https://github.com/rust-lang/crates.io-index"
15357checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
15358dependencies = [
15359 "erased-serde",
15360 "serde",
15361 "serde_fmt",
15362]
15363
15364[[package]]
15365name = "value-bag-sval2"
15366version = "1.10.0"
15367source = "registry+https://github.com/rust-lang/crates.io-index"
15368checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
15369dependencies = [
15370 "sval",
15371 "sval_buffer",
15372 "sval_dynamic",
15373 "sval_fmt",
15374 "sval_json",
15375 "sval_ref",
15376 "sval_serde",
15377]
15378
15379[[package]]
15380name = "vcpkg"
15381version = "0.2.15"
15382source = "registry+https://github.com/rust-lang/crates.io-index"
15383checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
15384
15385[[package]]
15386name = "version-compare"
15387version = "0.2.0"
15388source = "registry+https://github.com/rust-lang/crates.io-index"
15389checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
15390
15391[[package]]
15392name = "version_check"
15393version = "0.9.5"
15394source = "registry+https://github.com/rust-lang/crates.io-index"
15395checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
15396
15397[[package]]
15398name = "vim"
15399version = "0.1.0"
15400dependencies = [
15401 "anyhow",
15402 "assets",
15403 "async-compat",
15404 "async-trait",
15405 "collections",
15406 "command_palette",
15407 "command_palette_hooks",
15408 "db",
15409 "editor",
15410 "futures 0.3.31",
15411 "git_ui",
15412 "gpui",
15413 "indoc",
15414 "itertools 0.14.0",
15415 "language",
15416 "libc",
15417 "log",
15418 "lsp",
15419 "multi_buffer",
15420 "nvim-rs",
15421 "parking_lot",
15422 "picker",
15423 "project",
15424 "project_panel",
15425 "regex",
15426 "release_channel",
15427 "schemars",
15428 "search",
15429 "serde",
15430 "serde_derive",
15431 "serde_json",
15432 "settings",
15433 "task",
15434 "text",
15435 "theme",
15436 "tokio",
15437 "ui",
15438 "util",
15439 "vim_mode_setting",
15440 "workspace",
15441 "zed_actions",
15442]
15443
15444[[package]]
15445name = "vim_mode_setting"
15446version = "0.1.0"
15447dependencies = [
15448 "anyhow",
15449 "gpui",
15450 "settings",
15451]
15452
15453[[package]]
15454name = "vscode_theme"
15455version = "0.2.0"
15456source = "registry+https://github.com/rust-lang/crates.io-index"
15457checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
15458dependencies = [
15459 "serde",
15460]
15461
15462[[package]]
15463name = "vsimd"
15464version = "0.8.0"
15465source = "registry+https://github.com/rust-lang/crates.io-index"
15466checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
15467
15468[[package]]
15469name = "vswhom"
15470version = "0.1.0"
15471source = "registry+https://github.com/rust-lang/crates.io-index"
15472checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
15473dependencies = [
15474 "libc",
15475 "vswhom-sys",
15476]
15477
15478[[package]]
15479name = "vswhom-sys"
15480version = "0.1.2"
15481source = "registry+https://github.com/rust-lang/crates.io-index"
15482checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
15483dependencies = [
15484 "cc",
15485 "libc",
15486]
15487
15488[[package]]
15489name = "vte"
15490version = "0.15.0"
15491source = "registry+https://github.com/rust-lang/crates.io-index"
15492checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
15493dependencies = [
15494 "arrayvec",
15495 "bitflags 2.9.0",
15496 "cursor-icon",
15497 "log",
15498 "memchr",
15499 "serde",
15500]
15501
15502[[package]]
15503name = "waker-fn"
15504version = "1.2.0"
15505source = "registry+https://github.com/rust-lang/crates.io-index"
15506checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
15507
15508[[package]]
15509name = "walkdir"
15510version = "2.5.0"
15511source = "registry+https://github.com/rust-lang/crates.io-index"
15512checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
15513dependencies = [
15514 "same-file",
15515 "winapi-util",
15516]
15517
15518[[package]]
15519name = "want"
15520version = "0.3.1"
15521source = "registry+https://github.com/rust-lang/crates.io-index"
15522checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
15523dependencies = [
15524 "try-lock",
15525]
15526
15527[[package]]
15528name = "warp"
15529version = "0.3.7"
15530source = "registry+https://github.com/rust-lang/crates.io-index"
15531checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
15532dependencies = [
15533 "bytes 1.10.1",
15534 "futures-channel",
15535 "futures-util",
15536 "headers",
15537 "http 0.2.12",
15538 "hyper 0.14.32",
15539 "log",
15540 "mime",
15541 "mime_guess",
15542 "percent-encoding",
15543 "pin-project",
15544 "scoped-tls",
15545 "serde",
15546 "serde_json",
15547 "serde_urlencoded",
15548 "tokio",
15549 "tokio-tungstenite 0.21.0",
15550 "tokio-util",
15551 "tower-service",
15552 "tracing",
15553]
15554
15555[[package]]
15556name = "wasi"
15557version = "0.9.0+wasi-snapshot-preview1"
15558source = "registry+https://github.com/rust-lang/crates.io-index"
15559checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
15560
15561[[package]]
15562name = "wasi"
15563version = "0.11.0+wasi-snapshot-preview1"
15564source = "registry+https://github.com/rust-lang/crates.io-index"
15565checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
15566
15567[[package]]
15568name = "wasi"
15569version = "0.13.3+wasi-0.2.2"
15570source = "registry+https://github.com/rust-lang/crates.io-index"
15571checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
15572dependencies = [
15573 "wit-bindgen-rt 0.33.0",
15574]
15575
15576[[package]]
15577name = "wasite"
15578version = "0.1.0"
15579source = "registry+https://github.com/rust-lang/crates.io-index"
15580checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
15581
15582[[package]]
15583name = "wasm-bindgen"
15584version = "0.2.99"
15585source = "registry+https://github.com/rust-lang/crates.io-index"
15586checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
15587dependencies = [
15588 "cfg-if",
15589 "once_cell",
15590 "wasm-bindgen-macro",
15591]
15592
15593[[package]]
15594name = "wasm-bindgen-backend"
15595version = "0.2.99"
15596source = "registry+https://github.com/rust-lang/crates.io-index"
15597checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
15598dependencies = [
15599 "bumpalo",
15600 "log",
15601 "proc-macro2",
15602 "quote",
15603 "syn 2.0.100",
15604 "wasm-bindgen-shared",
15605]
15606
15607[[package]]
15608name = "wasm-bindgen-futures"
15609version = "0.4.49"
15610source = "registry+https://github.com/rust-lang/crates.io-index"
15611checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
15612dependencies = [
15613 "cfg-if",
15614 "js-sys",
15615 "once_cell",
15616 "wasm-bindgen",
15617 "web-sys",
15618]
15619
15620[[package]]
15621name = "wasm-bindgen-macro"
15622version = "0.2.99"
15623source = "registry+https://github.com/rust-lang/crates.io-index"
15624checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
15625dependencies = [
15626 "quote",
15627 "wasm-bindgen-macro-support",
15628]
15629
15630[[package]]
15631name = "wasm-bindgen-macro-support"
15632version = "0.2.99"
15633source = "registry+https://github.com/rust-lang/crates.io-index"
15634checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
15635dependencies = [
15636 "proc-macro2",
15637 "quote",
15638 "syn 2.0.100",
15639 "wasm-bindgen-backend",
15640 "wasm-bindgen-shared",
15641]
15642
15643[[package]]
15644name = "wasm-bindgen-shared"
15645version = "0.2.99"
15646source = "registry+https://github.com/rust-lang/crates.io-index"
15647checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
15648
15649[[package]]
15650name = "wasm-encoder"
15651version = "0.201.0"
15652source = "registry+https://github.com/rust-lang/crates.io-index"
15653checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
15654dependencies = [
15655 "leb128",
15656]
15657
15658[[package]]
15659name = "wasm-encoder"
15660version = "0.221.3"
15661source = "registry+https://github.com/rust-lang/crates.io-index"
15662checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
15663dependencies = [
15664 "leb128",
15665 "wasmparser 0.221.3",
15666]
15667
15668[[package]]
15669name = "wasm-encoder"
15670version = "0.227.1"
15671source = "registry+https://github.com/rust-lang/crates.io-index"
15672checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
15673dependencies = [
15674 "leb128fmt",
15675 "wasmparser 0.227.1",
15676]
15677
15678[[package]]
15679name = "wasm-metadata"
15680version = "0.201.0"
15681source = "registry+https://github.com/rust-lang/crates.io-index"
15682checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
15683dependencies = [
15684 "anyhow",
15685 "indexmap",
15686 "serde",
15687 "serde_derive",
15688 "serde_json",
15689 "spdx",
15690 "wasm-encoder 0.201.0",
15691 "wasmparser 0.201.0",
15692]
15693
15694[[package]]
15695name = "wasm-metadata"
15696version = "0.221.3"
15697source = "registry+https://github.com/rust-lang/crates.io-index"
15698checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
15699dependencies = [
15700 "anyhow",
15701 "indexmap",
15702 "serde",
15703 "serde_derive",
15704 "serde_json",
15705 "spdx",
15706 "wasm-encoder 0.221.3",
15707 "wasmparser 0.221.3",
15708]
15709
15710[[package]]
15711name = "wasm-metadata"
15712version = "0.227.1"
15713source = "registry+https://github.com/rust-lang/crates.io-index"
15714checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
15715dependencies = [
15716 "anyhow",
15717 "auditable-serde",
15718 "flate2",
15719 "indexmap",
15720 "serde",
15721 "serde_derive",
15722 "serde_json",
15723 "spdx",
15724 "url",
15725 "wasm-encoder 0.227.1",
15726 "wasmparser 0.227.1",
15727]
15728
15729[[package]]
15730name = "wasm-streams"
15731version = "0.4.2"
15732source = "registry+https://github.com/rust-lang/crates.io-index"
15733checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
15734dependencies = [
15735 "futures-util",
15736 "js-sys",
15737 "wasm-bindgen",
15738 "wasm-bindgen-futures",
15739 "web-sys",
15740]
15741
15742[[package]]
15743name = "wasmparser"
15744version = "0.201.0"
15745source = "registry+https://github.com/rust-lang/crates.io-index"
15746checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
15747dependencies = [
15748 "bitflags 2.9.0",
15749 "indexmap",
15750 "semver",
15751]
15752
15753[[package]]
15754name = "wasmparser"
15755version = "0.221.3"
15756source = "registry+https://github.com/rust-lang/crates.io-index"
15757checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
15758dependencies = [
15759 "bitflags 2.9.0",
15760 "hashbrown 0.15.2",
15761 "indexmap",
15762 "semver",
15763 "serde",
15764]
15765
15766[[package]]
15767name = "wasmparser"
15768version = "0.227.1"
15769source = "registry+https://github.com/rust-lang/crates.io-index"
15770checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
15771dependencies = [
15772 "bitflags 2.9.0",
15773 "hashbrown 0.15.2",
15774 "indexmap",
15775 "semver",
15776]
15777
15778[[package]]
15779name = "wasmprinter"
15780version = "0.221.3"
15781source = "registry+https://github.com/rust-lang/crates.io-index"
15782checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
15783dependencies = [
15784 "anyhow",
15785 "termcolor",
15786 "wasmparser 0.221.3",
15787]
15788
15789[[package]]
15790name = "wasmtime"
15791version = "29.0.1"
15792source = "registry+https://github.com/rust-lang/crates.io-index"
15793checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
15794dependencies = [
15795 "anyhow",
15796 "async-trait",
15797 "bitflags 2.9.0",
15798 "bumpalo",
15799 "cc",
15800 "cfg-if",
15801 "encoding_rs",
15802 "hashbrown 0.14.5",
15803 "indexmap",
15804 "libc",
15805 "log",
15806 "mach2",
15807 "memfd",
15808 "object",
15809 "once_cell",
15810 "paste",
15811 "postcard",
15812 "psm",
15813 "pulley-interpreter",
15814 "rustix",
15815 "semver",
15816 "serde",
15817 "serde_derive",
15818 "smallvec",
15819 "sptr",
15820 "target-lexicon 0.13.2",
15821 "trait-variant",
15822 "wasmparser 0.221.3",
15823 "wasmtime-asm-macros",
15824 "wasmtime-component-macro",
15825 "wasmtime-component-util",
15826 "wasmtime-cranelift",
15827 "wasmtime-environ",
15828 "wasmtime-fiber",
15829 "wasmtime-jit-icache-coherence",
15830 "wasmtime-math",
15831 "wasmtime-slab",
15832 "wasmtime-versioned-export-macros",
15833 "wasmtime-winch",
15834 "windows-sys 0.59.0",
15835]
15836
15837[[package]]
15838name = "wasmtime-asm-macros"
15839version = "29.0.1"
15840source = "registry+https://github.com/rust-lang/crates.io-index"
15841checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
15842dependencies = [
15843 "cfg-if",
15844]
15845
15846[[package]]
15847name = "wasmtime-c-api-impl"
15848version = "29.0.1"
15849source = "registry+https://github.com/rust-lang/crates.io-index"
15850checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
15851dependencies = [
15852 "anyhow",
15853 "log",
15854 "tracing",
15855 "wasmtime",
15856 "wasmtime-c-api-macros",
15857]
15858
15859[[package]]
15860name = "wasmtime-c-api-macros"
15861version = "29.0.1"
15862source = "registry+https://github.com/rust-lang/crates.io-index"
15863checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
15864dependencies = [
15865 "proc-macro2",
15866 "quote",
15867]
15868
15869[[package]]
15870name = "wasmtime-component-macro"
15871version = "29.0.1"
15872source = "registry+https://github.com/rust-lang/crates.io-index"
15873checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
15874dependencies = [
15875 "anyhow",
15876 "proc-macro2",
15877 "quote",
15878 "syn 2.0.100",
15879 "wasmtime-component-util",
15880 "wasmtime-wit-bindgen",
15881 "wit-parser 0.221.3",
15882]
15883
15884[[package]]
15885name = "wasmtime-component-util"
15886version = "29.0.1"
15887source = "registry+https://github.com/rust-lang/crates.io-index"
15888checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
15889
15890[[package]]
15891name = "wasmtime-cranelift"
15892version = "29.0.1"
15893source = "registry+https://github.com/rust-lang/crates.io-index"
15894checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
15895dependencies = [
15896 "anyhow",
15897 "cfg-if",
15898 "cranelift-codegen",
15899 "cranelift-control",
15900 "cranelift-entity",
15901 "cranelift-frontend",
15902 "cranelift-native",
15903 "gimli",
15904 "itertools 0.12.1",
15905 "log",
15906 "object",
15907 "smallvec",
15908 "target-lexicon 0.13.2",
15909 "thiserror 1.0.69",
15910 "wasmparser 0.221.3",
15911 "wasmtime-environ",
15912 "wasmtime-versioned-export-macros",
15913]
15914
15915[[package]]
15916name = "wasmtime-environ"
15917version = "29.0.1"
15918source = "registry+https://github.com/rust-lang/crates.io-index"
15919checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
15920dependencies = [
15921 "anyhow",
15922 "cpp_demangle",
15923 "cranelift-bitset",
15924 "cranelift-entity",
15925 "gimli",
15926 "indexmap",
15927 "log",
15928 "object",
15929 "postcard",
15930 "rustc-demangle",
15931 "semver",
15932 "serde",
15933 "serde_derive",
15934 "smallvec",
15935 "target-lexicon 0.13.2",
15936 "wasm-encoder 0.221.3",
15937 "wasmparser 0.221.3",
15938 "wasmprinter",
15939 "wasmtime-component-util",
15940]
15941
15942[[package]]
15943name = "wasmtime-fiber"
15944version = "29.0.1"
15945source = "registry+https://github.com/rust-lang/crates.io-index"
15946checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
15947dependencies = [
15948 "anyhow",
15949 "cc",
15950 "cfg-if",
15951 "rustix",
15952 "wasmtime-asm-macros",
15953 "wasmtime-versioned-export-macros",
15954 "windows-sys 0.59.0",
15955]
15956
15957[[package]]
15958name = "wasmtime-jit-icache-coherence"
15959version = "29.0.1"
15960source = "registry+https://github.com/rust-lang/crates.io-index"
15961checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
15962dependencies = [
15963 "anyhow",
15964 "cfg-if",
15965 "libc",
15966 "windows-sys 0.59.0",
15967]
15968
15969[[package]]
15970name = "wasmtime-math"
15971version = "29.0.1"
15972source = "registry+https://github.com/rust-lang/crates.io-index"
15973checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
15974dependencies = [
15975 "libm",
15976]
15977
15978[[package]]
15979name = "wasmtime-slab"
15980version = "29.0.1"
15981source = "registry+https://github.com/rust-lang/crates.io-index"
15982checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
15983
15984[[package]]
15985name = "wasmtime-versioned-export-macros"
15986version = "29.0.1"
15987source = "registry+https://github.com/rust-lang/crates.io-index"
15988checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
15989dependencies = [
15990 "proc-macro2",
15991 "quote",
15992 "syn 2.0.100",
15993]
15994
15995[[package]]
15996name = "wasmtime-wasi"
15997version = "29.0.1"
15998source = "registry+https://github.com/rust-lang/crates.io-index"
15999checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
16000dependencies = [
16001 "anyhow",
16002 "async-trait",
16003 "bitflags 2.9.0",
16004 "bytes 1.10.1",
16005 "cap-fs-ext",
16006 "cap-net-ext",
16007 "cap-rand",
16008 "cap-std",
16009 "cap-time-ext",
16010 "fs-set-times",
16011 "futures 0.3.31",
16012 "io-extras",
16013 "io-lifetimes",
16014 "rustix",
16015 "system-interface",
16016 "thiserror 1.0.69",
16017 "tokio",
16018 "tracing",
16019 "trait-variant",
16020 "url",
16021 "wasmtime",
16022 "wiggle",
16023 "windows-sys 0.59.0",
16024]
16025
16026[[package]]
16027name = "wasmtime-winch"
16028version = "29.0.1"
16029source = "registry+https://github.com/rust-lang/crates.io-index"
16030checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
16031dependencies = [
16032 "anyhow",
16033 "cranelift-codegen",
16034 "gimli",
16035 "object",
16036 "target-lexicon 0.13.2",
16037 "wasmparser 0.221.3",
16038 "wasmtime-cranelift",
16039 "wasmtime-environ",
16040 "winch-codegen",
16041]
16042
16043[[package]]
16044name = "wasmtime-wit-bindgen"
16045version = "29.0.1"
16046source = "registry+https://github.com/rust-lang/crates.io-index"
16047checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
16048dependencies = [
16049 "anyhow",
16050 "heck 0.5.0",
16051 "indexmap",
16052 "wit-parser 0.221.3",
16053]
16054
16055[[package]]
16056name = "wast"
16057version = "35.0.2"
16058source = "registry+https://github.com/rust-lang/crates.io-index"
16059checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
16060dependencies = [
16061 "leb128",
16062]
16063
16064[[package]]
16065name = "wayland-backend"
16066version = "0.3.8"
16067source = "registry+https://github.com/rust-lang/crates.io-index"
16068checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
16069dependencies = [
16070 "cc",
16071 "downcast-rs",
16072 "rustix",
16073 "scoped-tls",
16074 "smallvec",
16075 "wayland-sys",
16076]
16077
16078[[package]]
16079name = "wayland-client"
16080version = "0.31.8"
16081source = "registry+https://github.com/rust-lang/crates.io-index"
16082checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
16083dependencies = [
16084 "bitflags 2.9.0",
16085 "rustix",
16086 "wayland-backend",
16087 "wayland-scanner",
16088]
16089
16090[[package]]
16091name = "wayland-cursor"
16092version = "0.31.8"
16093source = "registry+https://github.com/rust-lang/crates.io-index"
16094checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
16095dependencies = [
16096 "rustix",
16097 "wayland-client",
16098 "xcursor",
16099]
16100
16101[[package]]
16102name = "wayland-protocols"
16103version = "0.31.2"
16104source = "registry+https://github.com/rust-lang/crates.io-index"
16105checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
16106dependencies = [
16107 "bitflags 2.9.0",
16108 "wayland-backend",
16109 "wayland-client",
16110 "wayland-scanner",
16111]
16112
16113[[package]]
16114name = "wayland-protocols-plasma"
16115version = "0.2.0"
16116source = "registry+https://github.com/rust-lang/crates.io-index"
16117checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
16118dependencies = [
16119 "bitflags 2.9.0",
16120 "wayland-backend",
16121 "wayland-client",
16122 "wayland-protocols",
16123 "wayland-scanner",
16124]
16125
16126[[package]]
16127name = "wayland-scanner"
16128version = "0.31.6"
16129source = "registry+https://github.com/rust-lang/crates.io-index"
16130checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
16131dependencies = [
16132 "proc-macro2",
16133 "quick-xml 0.37.2",
16134 "quote",
16135]
16136
16137[[package]]
16138name = "wayland-sys"
16139version = "0.31.6"
16140source = "registry+https://github.com/rust-lang/crates.io-index"
16141checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
16142dependencies = [
16143 "dlib",
16144 "log",
16145 "once_cell",
16146 "pkg-config",
16147]
16148
16149[[package]]
16150name = "web-sys"
16151version = "0.3.76"
16152source = "registry+https://github.com/rust-lang/crates.io-index"
16153checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
16154dependencies = [
16155 "js-sys",
16156 "wasm-bindgen",
16157]
16158
16159[[package]]
16160name = "web-time"
16161version = "1.1.0"
16162source = "registry+https://github.com/rust-lang/crates.io-index"
16163checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
16164dependencies = [
16165 "js-sys",
16166 "wasm-bindgen",
16167]
16168
16169[[package]]
16170name = "webpki-root-certs"
16171version = "0.26.8"
16172source = "registry+https://github.com/rust-lang/crates.io-index"
16173checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
16174dependencies = [
16175 "rustls-pki-types",
16176]
16177
16178[[package]]
16179name = "webpki-roots"
16180version = "0.26.7"
16181source = "registry+https://github.com/rust-lang/crates.io-index"
16182checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
16183dependencies = [
16184 "rustls-pki-types",
16185]
16186
16187[[package]]
16188name = "webrtc-sys"
16189version = "0.3.7"
16190source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
16191dependencies = [
16192 "cc",
16193 "cxx",
16194 "cxx-build",
16195 "glob",
16196 "log",
16197 "webrtc-sys-build",
16198]
16199
16200[[package]]
16201name = "webrtc-sys-build"
16202version = "0.3.6"
16203source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
16204dependencies = [
16205 "fs2",
16206 "regex",
16207 "reqwest 0.11.27",
16208 "scratch",
16209 "semver",
16210 "zip",
16211]
16212
16213[[package]]
16214name = "weezl"
16215version = "0.1.8"
16216source = "registry+https://github.com/rust-lang/crates.io-index"
16217checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
16218
16219[[package]]
16220name = "welcome"
16221version = "0.1.0"
16222dependencies = [
16223 "anyhow",
16224 "client",
16225 "db",
16226 "editor",
16227 "fuzzy",
16228 "gpui",
16229 "install_cli",
16230 "language",
16231 "picker",
16232 "project",
16233 "schemars",
16234 "serde",
16235 "settings",
16236 "telemetry",
16237 "ui",
16238 "util",
16239 "vim_mode_setting",
16240 "workspace",
16241 "zed_actions",
16242]
16243
16244[[package]]
16245name = "which"
16246version = "4.4.2"
16247source = "registry+https://github.com/rust-lang/crates.io-index"
16248checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
16249dependencies = [
16250 "either",
16251 "home",
16252 "once_cell",
16253 "rustix",
16254]
16255
16256[[package]]
16257name = "which"
16258version = "6.0.3"
16259source = "registry+https://github.com/rust-lang/crates.io-index"
16260checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
16261dependencies = [
16262 "either",
16263 "home",
16264 "rustix",
16265 "winsafe",
16266]
16267
16268[[package]]
16269name = "whoami"
16270version = "1.5.2"
16271source = "registry+https://github.com/rust-lang/crates.io-index"
16272checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
16273dependencies = [
16274 "redox_syscall 0.5.8",
16275 "wasite",
16276]
16277
16278[[package]]
16279name = "wiggle"
16280version = "29.0.1"
16281source = "registry+https://github.com/rust-lang/crates.io-index"
16282checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
16283dependencies = [
16284 "anyhow",
16285 "async-trait",
16286 "bitflags 2.9.0",
16287 "thiserror 1.0.69",
16288 "tracing",
16289 "wasmtime",
16290 "wiggle-macro",
16291]
16292
16293[[package]]
16294name = "wiggle-generate"
16295version = "29.0.1"
16296source = "registry+https://github.com/rust-lang/crates.io-index"
16297checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
16298dependencies = [
16299 "anyhow",
16300 "heck 0.5.0",
16301 "proc-macro2",
16302 "quote",
16303 "shellexpand 2.1.2",
16304 "syn 2.0.100",
16305 "witx",
16306]
16307
16308[[package]]
16309name = "wiggle-macro"
16310version = "29.0.1"
16311source = "registry+https://github.com/rust-lang/crates.io-index"
16312checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
16313dependencies = [
16314 "proc-macro2",
16315 "quote",
16316 "syn 2.0.100",
16317 "wiggle-generate",
16318]
16319
16320[[package]]
16321name = "winapi"
16322version = "0.3.9"
16323source = "registry+https://github.com/rust-lang/crates.io-index"
16324checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
16325dependencies = [
16326 "winapi-i686-pc-windows-gnu",
16327 "winapi-x86_64-pc-windows-gnu",
16328]
16329
16330[[package]]
16331name = "winapi-i686-pc-windows-gnu"
16332version = "0.4.0"
16333source = "registry+https://github.com/rust-lang/crates.io-index"
16334checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
16335
16336[[package]]
16337name = "winapi-util"
16338version = "0.1.9"
16339source = "registry+https://github.com/rust-lang/crates.io-index"
16340checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
16341dependencies = [
16342 "windows-sys 0.59.0",
16343]
16344
16345[[package]]
16346name = "winapi-x86_64-pc-windows-gnu"
16347version = "0.4.0"
16348source = "registry+https://github.com/rust-lang/crates.io-index"
16349checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
16350
16351[[package]]
16352name = "winch-codegen"
16353version = "29.0.1"
16354source = "registry+https://github.com/rust-lang/crates.io-index"
16355checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
16356dependencies = [
16357 "anyhow",
16358 "cranelift-codegen",
16359 "gimli",
16360 "regalloc2",
16361 "smallvec",
16362 "target-lexicon 0.13.2",
16363 "thiserror 1.0.69",
16364 "wasmparser 0.221.3",
16365 "wasmtime-cranelift",
16366 "wasmtime-environ",
16367]
16368
16369[[package]]
16370name = "windows"
16371version = "0.54.0"
16372source = "registry+https://github.com/rust-lang/crates.io-index"
16373checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
16374dependencies = [
16375 "windows-core 0.54.0",
16376 "windows-targets 0.52.6",
16377]
16378
16379[[package]]
16380name = "windows"
16381version = "0.57.0"
16382source = "registry+https://github.com/rust-lang/crates.io-index"
16383checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
16384dependencies = [
16385 "windows-core 0.57.0",
16386 "windows-targets 0.52.6",
16387]
16388
16389[[package]]
16390name = "windows"
16391version = "0.58.0"
16392source = "registry+https://github.com/rust-lang/crates.io-index"
16393checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
16394dependencies = [
16395 "windows-core 0.58.0",
16396 "windows-targets 0.52.6",
16397]
16398
16399[[package]]
16400name = "windows"
16401version = "0.61.1"
16402source = "registry+https://github.com/rust-lang/crates.io-index"
16403checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
16404dependencies = [
16405 "windows-collections",
16406 "windows-core 0.61.0",
16407 "windows-future",
16408 "windows-link",
16409 "windows-numerics",
16410]
16411
16412[[package]]
16413name = "windows-collections"
16414version = "0.2.0"
16415source = "registry+https://github.com/rust-lang/crates.io-index"
16416checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
16417dependencies = [
16418 "windows-core 0.61.0",
16419]
16420
16421[[package]]
16422name = "windows-core"
16423version = "0.52.0"
16424source = "registry+https://github.com/rust-lang/crates.io-index"
16425checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
16426dependencies = [
16427 "windows-targets 0.52.6",
16428]
16429
16430[[package]]
16431name = "windows-core"
16432version = "0.54.0"
16433source = "registry+https://github.com/rust-lang/crates.io-index"
16434checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
16435dependencies = [
16436 "windows-result 0.1.2",
16437 "windows-targets 0.52.6",
16438]
16439
16440[[package]]
16441name = "windows-core"
16442version = "0.57.0"
16443source = "registry+https://github.com/rust-lang/crates.io-index"
16444checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
16445dependencies = [
16446 "windows-implement 0.57.0",
16447 "windows-interface 0.57.0",
16448 "windows-result 0.1.2",
16449 "windows-targets 0.52.6",
16450]
16451
16452[[package]]
16453name = "windows-core"
16454version = "0.58.0"
16455source = "registry+https://github.com/rust-lang/crates.io-index"
16456checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
16457dependencies = [
16458 "windows-implement 0.58.0",
16459 "windows-interface 0.58.0",
16460 "windows-result 0.2.0",
16461 "windows-strings 0.1.0",
16462 "windows-targets 0.52.6",
16463]
16464
16465[[package]]
16466name = "windows-core"
16467version = "0.61.0"
16468source = "registry+https://github.com/rust-lang/crates.io-index"
16469checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
16470dependencies = [
16471 "windows-implement 0.60.0",
16472 "windows-interface 0.59.1",
16473 "windows-link",
16474 "windows-result 0.3.2",
16475 "windows-strings 0.4.0",
16476]
16477
16478[[package]]
16479name = "windows-future"
16480version = "0.2.0"
16481source = "registry+https://github.com/rust-lang/crates.io-index"
16482checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
16483dependencies = [
16484 "windows-core 0.61.0",
16485 "windows-link",
16486]
16487
16488[[package]]
16489name = "windows-implement"
16490version = "0.57.0"
16491source = "registry+https://github.com/rust-lang/crates.io-index"
16492checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
16493dependencies = [
16494 "proc-macro2",
16495 "quote",
16496 "syn 2.0.100",
16497]
16498
16499[[package]]
16500name = "windows-implement"
16501version = "0.58.0"
16502source = "registry+https://github.com/rust-lang/crates.io-index"
16503checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
16504dependencies = [
16505 "proc-macro2",
16506 "quote",
16507 "syn 2.0.100",
16508]
16509
16510[[package]]
16511name = "windows-implement"
16512version = "0.60.0"
16513source = "registry+https://github.com/rust-lang/crates.io-index"
16514checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
16515dependencies = [
16516 "proc-macro2",
16517 "quote",
16518 "syn 2.0.100",
16519]
16520
16521[[package]]
16522name = "windows-interface"
16523version = "0.57.0"
16524source = "registry+https://github.com/rust-lang/crates.io-index"
16525checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
16526dependencies = [
16527 "proc-macro2",
16528 "quote",
16529 "syn 2.0.100",
16530]
16531
16532[[package]]
16533name = "windows-interface"
16534version = "0.58.0"
16535source = "registry+https://github.com/rust-lang/crates.io-index"
16536checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
16537dependencies = [
16538 "proc-macro2",
16539 "quote",
16540 "syn 2.0.100",
16541]
16542
16543[[package]]
16544name = "windows-interface"
16545version = "0.59.1"
16546source = "registry+https://github.com/rust-lang/crates.io-index"
16547checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
16548dependencies = [
16549 "proc-macro2",
16550 "quote",
16551 "syn 2.0.100",
16552]
16553
16554[[package]]
16555name = "windows-link"
16556version = "0.1.1"
16557source = "registry+https://github.com/rust-lang/crates.io-index"
16558checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
16559
16560[[package]]
16561name = "windows-numerics"
16562version = "0.2.0"
16563source = "registry+https://github.com/rust-lang/crates.io-index"
16564checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
16565dependencies = [
16566 "windows-core 0.61.0",
16567 "windows-link",
16568]
16569
16570[[package]]
16571name = "windows-registry"
16572version = "0.2.0"
16573source = "registry+https://github.com/rust-lang/crates.io-index"
16574checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
16575dependencies = [
16576 "windows-result 0.2.0",
16577 "windows-strings 0.1.0",
16578 "windows-targets 0.52.6",
16579]
16580
16581[[package]]
16582name = "windows-result"
16583version = "0.1.2"
16584source = "registry+https://github.com/rust-lang/crates.io-index"
16585checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
16586dependencies = [
16587 "windows-targets 0.52.6",
16588]
16589
16590[[package]]
16591name = "windows-result"
16592version = "0.2.0"
16593source = "registry+https://github.com/rust-lang/crates.io-index"
16594checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
16595dependencies = [
16596 "windows-targets 0.52.6",
16597]
16598
16599[[package]]
16600name = "windows-result"
16601version = "0.3.2"
16602source = "registry+https://github.com/rust-lang/crates.io-index"
16603checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
16604dependencies = [
16605 "windows-link",
16606]
16607
16608[[package]]
16609name = "windows-strings"
16610version = "0.1.0"
16611source = "registry+https://github.com/rust-lang/crates.io-index"
16612checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
16613dependencies = [
16614 "windows-result 0.2.0",
16615 "windows-targets 0.52.6",
16616]
16617
16618[[package]]
16619name = "windows-strings"
16620version = "0.4.0"
16621source = "registry+https://github.com/rust-lang/crates.io-index"
16622checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
16623dependencies = [
16624 "windows-link",
16625]
16626
16627[[package]]
16628name = "windows-sys"
16629version = "0.45.0"
16630source = "registry+https://github.com/rust-lang/crates.io-index"
16631checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
16632dependencies = [
16633 "windows-targets 0.42.2",
16634]
16635
16636[[package]]
16637name = "windows-sys"
16638version = "0.48.0"
16639source = "registry+https://github.com/rust-lang/crates.io-index"
16640checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
16641dependencies = [
16642 "windows-targets 0.48.5",
16643]
16644
16645[[package]]
16646name = "windows-sys"
16647version = "0.52.0"
16648source = "registry+https://github.com/rust-lang/crates.io-index"
16649checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
16650dependencies = [
16651 "windows-targets 0.52.6",
16652]
16653
16654[[package]]
16655name = "windows-sys"
16656version = "0.59.0"
16657source = "registry+https://github.com/rust-lang/crates.io-index"
16658checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
16659dependencies = [
16660 "windows-targets 0.52.6",
16661]
16662
16663[[package]]
16664name = "windows-targets"
16665version = "0.42.2"
16666source = "registry+https://github.com/rust-lang/crates.io-index"
16667checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
16668dependencies = [
16669 "windows_aarch64_gnullvm 0.42.2",
16670 "windows_aarch64_msvc 0.42.2",
16671 "windows_i686_gnu 0.42.2",
16672 "windows_i686_msvc 0.42.2",
16673 "windows_x86_64_gnu 0.42.2",
16674 "windows_x86_64_gnullvm 0.42.2",
16675 "windows_x86_64_msvc 0.42.2",
16676]
16677
16678[[package]]
16679name = "windows-targets"
16680version = "0.48.5"
16681source = "registry+https://github.com/rust-lang/crates.io-index"
16682checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
16683dependencies = [
16684 "windows_aarch64_gnullvm 0.48.5",
16685 "windows_aarch64_msvc 0.48.5",
16686 "windows_i686_gnu 0.48.5",
16687 "windows_i686_msvc 0.48.5",
16688 "windows_x86_64_gnu 0.48.5",
16689 "windows_x86_64_gnullvm 0.48.5",
16690 "windows_x86_64_msvc 0.48.5",
16691]
16692
16693[[package]]
16694name = "windows-targets"
16695version = "0.52.6"
16696source = "registry+https://github.com/rust-lang/crates.io-index"
16697checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
16698dependencies = [
16699 "windows_aarch64_gnullvm 0.52.6",
16700 "windows_aarch64_msvc 0.52.6",
16701 "windows_i686_gnu 0.52.6",
16702 "windows_i686_gnullvm",
16703 "windows_i686_msvc 0.52.6",
16704 "windows_x86_64_gnu 0.52.6",
16705 "windows_x86_64_gnullvm 0.52.6",
16706 "windows_x86_64_msvc 0.52.6",
16707]
16708
16709[[package]]
16710name = "windows_aarch64_gnullvm"
16711version = "0.42.2"
16712source = "registry+https://github.com/rust-lang/crates.io-index"
16713checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
16714
16715[[package]]
16716name = "windows_aarch64_gnullvm"
16717version = "0.48.5"
16718source = "registry+https://github.com/rust-lang/crates.io-index"
16719checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
16720
16721[[package]]
16722name = "windows_aarch64_gnullvm"
16723version = "0.52.6"
16724source = "registry+https://github.com/rust-lang/crates.io-index"
16725checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
16726
16727[[package]]
16728name = "windows_aarch64_msvc"
16729version = "0.42.2"
16730source = "registry+https://github.com/rust-lang/crates.io-index"
16731checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
16732
16733[[package]]
16734name = "windows_aarch64_msvc"
16735version = "0.48.5"
16736source = "registry+https://github.com/rust-lang/crates.io-index"
16737checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
16738
16739[[package]]
16740name = "windows_aarch64_msvc"
16741version = "0.52.6"
16742source = "registry+https://github.com/rust-lang/crates.io-index"
16743checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
16744
16745[[package]]
16746name = "windows_i686_gnu"
16747version = "0.42.2"
16748source = "registry+https://github.com/rust-lang/crates.io-index"
16749checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
16750
16751[[package]]
16752name = "windows_i686_gnu"
16753version = "0.48.5"
16754source = "registry+https://github.com/rust-lang/crates.io-index"
16755checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
16756
16757[[package]]
16758name = "windows_i686_gnu"
16759version = "0.52.6"
16760source = "registry+https://github.com/rust-lang/crates.io-index"
16761checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
16762
16763[[package]]
16764name = "windows_i686_gnullvm"
16765version = "0.52.6"
16766source = "registry+https://github.com/rust-lang/crates.io-index"
16767checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
16768
16769[[package]]
16770name = "windows_i686_msvc"
16771version = "0.42.2"
16772source = "registry+https://github.com/rust-lang/crates.io-index"
16773checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
16774
16775[[package]]
16776name = "windows_i686_msvc"
16777version = "0.48.5"
16778source = "registry+https://github.com/rust-lang/crates.io-index"
16779checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
16780
16781[[package]]
16782name = "windows_i686_msvc"
16783version = "0.52.6"
16784source = "registry+https://github.com/rust-lang/crates.io-index"
16785checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
16786
16787[[package]]
16788name = "windows_x86_64_gnu"
16789version = "0.42.2"
16790source = "registry+https://github.com/rust-lang/crates.io-index"
16791checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
16792
16793[[package]]
16794name = "windows_x86_64_gnu"
16795version = "0.48.5"
16796source = "registry+https://github.com/rust-lang/crates.io-index"
16797checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
16798
16799[[package]]
16800name = "windows_x86_64_gnu"
16801version = "0.52.6"
16802source = "registry+https://github.com/rust-lang/crates.io-index"
16803checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
16804
16805[[package]]
16806name = "windows_x86_64_gnullvm"
16807version = "0.42.2"
16808source = "registry+https://github.com/rust-lang/crates.io-index"
16809checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
16810
16811[[package]]
16812name = "windows_x86_64_gnullvm"
16813version = "0.48.5"
16814source = "registry+https://github.com/rust-lang/crates.io-index"
16815checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
16816
16817[[package]]
16818name = "windows_x86_64_gnullvm"
16819version = "0.52.6"
16820source = "registry+https://github.com/rust-lang/crates.io-index"
16821checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
16822
16823[[package]]
16824name = "windows_x86_64_msvc"
16825version = "0.42.2"
16826source = "registry+https://github.com/rust-lang/crates.io-index"
16827checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
16828
16829[[package]]
16830name = "windows_x86_64_msvc"
16831version = "0.48.5"
16832source = "registry+https://github.com/rust-lang/crates.io-index"
16833checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
16834
16835[[package]]
16836name = "windows_x86_64_msvc"
16837version = "0.52.6"
16838source = "registry+https://github.com/rust-lang/crates.io-index"
16839checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
16840
16841[[package]]
16842name = "winnow"
16843version = "0.6.20"
16844source = "registry+https://github.com/rust-lang/crates.io-index"
16845checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
16846dependencies = [
16847 "memchr",
16848]
16849
16850[[package]]
16851name = "winnow"
16852version = "0.7.1"
16853source = "registry+https://github.com/rust-lang/crates.io-index"
16854checksum = "86e376c75f4f43f44db463cf729e0d3acbf954d13e22c51e26e4c264b4ab545f"
16855dependencies = [
16856 "memchr",
16857]
16858
16859[[package]]
16860name = "winreg"
16861version = "0.50.0"
16862source = "registry+https://github.com/rust-lang/crates.io-index"
16863checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
16864dependencies = [
16865 "cfg-if",
16866 "windows-sys 0.48.0",
16867]
16868
16869[[package]]
16870name = "winreg"
16871version = "0.52.0"
16872source = "registry+https://github.com/rust-lang/crates.io-index"
16873checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
16874dependencies = [
16875 "cfg-if",
16876 "windows-sys 0.48.0",
16877]
16878
16879[[package]]
16880name = "winresource"
16881version = "0.1.20"
16882source = "registry+https://github.com/rust-lang/crates.io-index"
16883checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
16884dependencies = [
16885 "toml 0.8.20",
16886 "version_check",
16887]
16888
16889[[package]]
16890name = "winsafe"
16891version = "0.0.19"
16892source = "registry+https://github.com/rust-lang/crates.io-index"
16893checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
16894
16895[[package]]
16896name = "winx"
16897version = "0.36.4"
16898source = "registry+https://github.com/rust-lang/crates.io-index"
16899checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
16900dependencies = [
16901 "bitflags 2.9.0",
16902 "windows-sys 0.59.0",
16903]
16904
16905[[package]]
16906name = "wio"
16907version = "0.2.2"
16908source = "registry+https://github.com/rust-lang/crates.io-index"
16909checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
16910dependencies = [
16911 "winapi",
16912]
16913
16914[[package]]
16915name = "wit-bindgen"
16916version = "0.22.0"
16917source = "registry+https://github.com/rust-lang/crates.io-index"
16918checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
16919dependencies = [
16920 "bitflags 2.9.0",
16921 "wit-bindgen-rt 0.22.0",
16922 "wit-bindgen-rust-macro 0.22.0",
16923]
16924
16925[[package]]
16926name = "wit-bindgen"
16927version = "0.41.0"
16928source = "registry+https://github.com/rust-lang/crates.io-index"
16929checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
16930dependencies = [
16931 "wit-bindgen-rt 0.41.0",
16932 "wit-bindgen-rust-macro 0.41.0",
16933]
16934
16935[[package]]
16936name = "wit-bindgen-core"
16937version = "0.22.0"
16938source = "registry+https://github.com/rust-lang/crates.io-index"
16939checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
16940dependencies = [
16941 "anyhow",
16942 "wit-parser 0.201.0",
16943]
16944
16945[[package]]
16946name = "wit-bindgen-core"
16947version = "0.41.0"
16948source = "registry+https://github.com/rust-lang/crates.io-index"
16949checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
16950dependencies = [
16951 "anyhow",
16952 "heck 0.5.0",
16953 "wit-parser 0.227.1",
16954]
16955
16956[[package]]
16957name = "wit-bindgen-rt"
16958version = "0.22.0"
16959source = "registry+https://github.com/rust-lang/crates.io-index"
16960checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
16961
16962[[package]]
16963name = "wit-bindgen-rt"
16964version = "0.33.0"
16965source = "registry+https://github.com/rust-lang/crates.io-index"
16966checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
16967dependencies = [
16968 "bitflags 2.9.0",
16969]
16970
16971[[package]]
16972name = "wit-bindgen-rt"
16973version = "0.41.0"
16974source = "registry+https://github.com/rust-lang/crates.io-index"
16975checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
16976dependencies = [
16977 "bitflags 2.9.0",
16978 "futures 0.3.31",
16979 "once_cell",
16980]
16981
16982[[package]]
16983name = "wit-bindgen-rust"
16984version = "0.22.0"
16985source = "registry+https://github.com/rust-lang/crates.io-index"
16986checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
16987dependencies = [
16988 "anyhow",
16989 "heck 0.4.1",
16990 "indexmap",
16991 "wasm-metadata 0.201.0",
16992 "wit-bindgen-core 0.22.0",
16993 "wit-component 0.201.0",
16994]
16995
16996[[package]]
16997name = "wit-bindgen-rust"
16998version = "0.41.0"
16999source = "registry+https://github.com/rust-lang/crates.io-index"
17000checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
17001dependencies = [
17002 "anyhow",
17003 "heck 0.5.0",
17004 "indexmap",
17005 "prettyplease",
17006 "syn 2.0.100",
17007 "wasm-metadata 0.227.1",
17008 "wit-bindgen-core 0.41.0",
17009 "wit-component 0.227.1",
17010]
17011
17012[[package]]
17013name = "wit-bindgen-rust-macro"
17014version = "0.22.0"
17015source = "registry+https://github.com/rust-lang/crates.io-index"
17016checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
17017dependencies = [
17018 "anyhow",
17019 "proc-macro2",
17020 "quote",
17021 "syn 2.0.100",
17022 "wit-bindgen-core 0.22.0",
17023 "wit-bindgen-rust 0.22.0",
17024]
17025
17026[[package]]
17027name = "wit-bindgen-rust-macro"
17028version = "0.41.0"
17029source = "registry+https://github.com/rust-lang/crates.io-index"
17030checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
17031dependencies = [
17032 "anyhow",
17033 "prettyplease",
17034 "proc-macro2",
17035 "quote",
17036 "syn 2.0.100",
17037 "wit-bindgen-core 0.41.0",
17038 "wit-bindgen-rust 0.41.0",
17039]
17040
17041[[package]]
17042name = "wit-component"
17043version = "0.201.0"
17044source = "registry+https://github.com/rust-lang/crates.io-index"
17045checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
17046dependencies = [
17047 "anyhow",
17048 "bitflags 2.9.0",
17049 "indexmap",
17050 "log",
17051 "serde",
17052 "serde_derive",
17053 "serde_json",
17054 "wasm-encoder 0.201.0",
17055 "wasm-metadata 0.201.0",
17056 "wasmparser 0.201.0",
17057 "wit-parser 0.201.0",
17058]
17059
17060[[package]]
17061name = "wit-component"
17062version = "0.221.3"
17063source = "registry+https://github.com/rust-lang/crates.io-index"
17064checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
17065dependencies = [
17066 "anyhow",
17067 "bitflags 2.9.0",
17068 "indexmap",
17069 "log",
17070 "serde",
17071 "serde_derive",
17072 "serde_json",
17073 "wasm-encoder 0.221.3",
17074 "wasm-metadata 0.221.3",
17075 "wasmparser 0.221.3",
17076 "wit-parser 0.221.3",
17077]
17078
17079[[package]]
17080name = "wit-component"
17081version = "0.227.1"
17082source = "registry+https://github.com/rust-lang/crates.io-index"
17083checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
17084dependencies = [
17085 "anyhow",
17086 "bitflags 2.9.0",
17087 "indexmap",
17088 "log",
17089 "serde",
17090 "serde_derive",
17091 "serde_json",
17092 "wasm-encoder 0.227.1",
17093 "wasm-metadata 0.227.1",
17094 "wasmparser 0.227.1",
17095 "wit-parser 0.227.1",
17096]
17097
17098[[package]]
17099name = "wit-parser"
17100version = "0.201.0"
17101source = "registry+https://github.com/rust-lang/crates.io-index"
17102checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
17103dependencies = [
17104 "anyhow",
17105 "id-arena",
17106 "indexmap",
17107 "log",
17108 "semver",
17109 "serde",
17110 "serde_derive",
17111 "serde_json",
17112 "unicode-xid",
17113 "wasmparser 0.201.0",
17114]
17115
17116[[package]]
17117name = "wit-parser"
17118version = "0.221.3"
17119source = "registry+https://github.com/rust-lang/crates.io-index"
17120checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
17121dependencies = [
17122 "anyhow",
17123 "id-arena",
17124 "indexmap",
17125 "log",
17126 "semver",
17127 "serde",
17128 "serde_derive",
17129 "serde_json",
17130 "unicode-xid",
17131 "wasmparser 0.221.3",
17132]
17133
17134[[package]]
17135name = "wit-parser"
17136version = "0.227.1"
17137source = "registry+https://github.com/rust-lang/crates.io-index"
17138checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
17139dependencies = [
17140 "anyhow",
17141 "id-arena",
17142 "indexmap",
17143 "log",
17144 "semver",
17145 "serde",
17146 "serde_derive",
17147 "serde_json",
17148 "unicode-xid",
17149 "wasmparser 0.227.1",
17150]
17151
17152[[package]]
17153name = "witx"
17154version = "0.9.1"
17155source = "registry+https://github.com/rust-lang/crates.io-index"
17156checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
17157dependencies = [
17158 "anyhow",
17159 "log",
17160 "thiserror 1.0.69",
17161 "wast",
17162]
17163
17164[[package]]
17165name = "workspace"
17166version = "0.1.0"
17167dependencies = [
17168 "any_vec",
17169 "anyhow",
17170 "async-recursion 1.1.1",
17171 "bincode",
17172 "call",
17173 "client",
17174 "clock",
17175 "collections",
17176 "component",
17177 "dap",
17178 "db",
17179 "derive_more",
17180 "env_logger 0.11.7",
17181 "fs",
17182 "futures 0.3.31",
17183 "gpui",
17184 "http_client",
17185 "itertools 0.14.0",
17186 "language",
17187 "log",
17188 "node_runtime",
17189 "parking_lot",
17190 "postage",
17191 "project",
17192 "remote",
17193 "schemars",
17194 "serde",
17195 "serde_json",
17196 "session",
17197 "settings",
17198 "smallvec",
17199 "sqlez",
17200 "strum",
17201 "task",
17202 "telemetry",
17203 "tempfile",
17204 "theme",
17205 "ui",
17206 "util",
17207 "uuid",
17208 "zed_actions",
17209]
17210
17211[[package]]
17212name = "worktree"
17213version = "0.1.0"
17214dependencies = [
17215 "anyhow",
17216 "clock",
17217 "collections",
17218 "env_logger 0.11.7",
17219 "fs",
17220 "futures 0.3.31",
17221 "fuzzy",
17222 "git",
17223 "git2",
17224 "gpui",
17225 "http_client",
17226 "ignore",
17227 "language",
17228 "log",
17229 "parking_lot",
17230 "paths",
17231 "postage",
17232 "pretty_assertions",
17233 "rand 0.8.5",
17234 "rpc",
17235 "schemars",
17236 "serde",
17237 "serde_json",
17238 "settings",
17239 "smallvec",
17240 "smol",
17241 "sum_tree",
17242 "text",
17243 "util",
17244]
17245
17246[[package]]
17247name = "write16"
17248version = "1.0.0"
17249source = "registry+https://github.com/rust-lang/crates.io-index"
17250checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
17251
17252[[package]]
17253name = "writeable"
17254version = "0.5.5"
17255source = "registry+https://github.com/rust-lang/crates.io-index"
17256checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
17257
17258[[package]]
17259name = "wyz"
17260version = "0.5.1"
17261source = "registry+https://github.com/rust-lang/crates.io-index"
17262checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
17263dependencies = [
17264 "tap",
17265]
17266
17267[[package]]
17268name = "x11-clipboard"
17269version = "0.9.3"
17270source = "registry+https://github.com/rust-lang/crates.io-index"
17271checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
17272dependencies = [
17273 "libc",
17274 "x11rb",
17275]
17276
17277[[package]]
17278name = "x11rb"
17279version = "0.13.1"
17280source = "registry+https://github.com/rust-lang/crates.io-index"
17281checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
17282dependencies = [
17283 "as-raw-xcb-connection",
17284 "gethostname",
17285 "libc",
17286 "rustix",
17287 "x11rb-protocol",
17288]
17289
17290[[package]]
17291name = "x11rb-protocol"
17292version = "0.13.1"
17293source = "registry+https://github.com/rust-lang/crates.io-index"
17294checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
17295
17296[[package]]
17297name = "xattr"
17298version = "0.2.3"
17299source = "registry+https://github.com/rust-lang/crates.io-index"
17300checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
17301dependencies = [
17302 "libc",
17303]
17304
17305[[package]]
17306name = "xcursor"
17307version = "0.3.8"
17308source = "registry+https://github.com/rust-lang/crates.io-index"
17309checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
17310
17311[[package]]
17312name = "xdg-home"
17313version = "1.3.0"
17314source = "registry+https://github.com/rust-lang/crates.io-index"
17315checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
17316dependencies = [
17317 "libc",
17318 "windows-sys 0.59.0",
17319]
17320
17321[[package]]
17322name = "xim"
17323version = "0.4.0"
17324source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17325dependencies = [
17326 "ahash 0.8.11",
17327 "hashbrown 0.14.5",
17328 "log",
17329 "x11rb",
17330 "xim-ctext",
17331 "xim-parser",
17332]
17333
17334[[package]]
17335name = "xim-ctext"
17336version = "0.3.0"
17337source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17338dependencies = [
17339 "encoding_rs",
17340]
17341
17342[[package]]
17343name = "xim-parser"
17344version = "0.2.1"
17345source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17346dependencies = [
17347 "bitflags 2.9.0",
17348]
17349
17350[[package]]
17351name = "xkbcommon"
17352version = "0.8.0"
17353source = "registry+https://github.com/rust-lang/crates.io-index"
17354checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
17355dependencies = [
17356 "as-raw-xcb-connection",
17357 "libc",
17358 "memmap2",
17359 "xkeysym",
17360]
17361
17362[[package]]
17363name = "xkeysym"
17364version = "0.2.1"
17365source = "registry+https://github.com/rust-lang/crates.io-index"
17366checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
17367
17368[[package]]
17369name = "xml5ever"
17370version = "0.18.1"
17371source = "registry+https://github.com/rust-lang/crates.io-index"
17372checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
17373dependencies = [
17374 "log",
17375 "mac",
17376 "markup5ever",
17377]
17378
17379[[package]]
17380name = "xmlparser"
17381version = "0.13.6"
17382source = "registry+https://github.com/rust-lang/crates.io-index"
17383checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
17384
17385[[package]]
17386name = "xmlwriter"
17387version = "0.1.0"
17388source = "registry+https://github.com/rust-lang/crates.io-index"
17389checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
17390
17391[[package]]
17392name = "xtask"
17393version = "0.1.0"
17394dependencies = [
17395 "anyhow",
17396 "cargo_metadata",
17397 "cargo_toml",
17398 "clap",
17399]
17400
17401[[package]]
17402name = "yaml-rust2"
17403version = "0.8.1"
17404source = "registry+https://github.com/rust-lang/crates.io-index"
17405checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
17406dependencies = [
17407 "arraydeque",
17408 "encoding_rs",
17409 "hashlink 0.8.4",
17410]
17411
17412[[package]]
17413name = "yansi"
17414version = "1.0.1"
17415source = "registry+https://github.com/rust-lang/crates.io-index"
17416checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
17417
17418[[package]]
17419name = "yazi"
17420version = "0.2.1"
17421source = "registry+https://github.com/rust-lang/crates.io-index"
17422checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
17423
17424[[package]]
17425name = "yeslogic-fontconfig-sys"
17426version = "6.0.0"
17427source = "registry+https://github.com/rust-lang/crates.io-index"
17428checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
17429dependencies = [
17430 "dlib",
17431 "once_cell",
17432 "pkg-config",
17433]
17434
17435[[package]]
17436name = "yoke"
17437version = "0.7.5"
17438source = "registry+https://github.com/rust-lang/crates.io-index"
17439checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
17440dependencies = [
17441 "serde",
17442 "stable_deref_trait",
17443 "yoke-derive",
17444 "zerofrom",
17445]
17446
17447[[package]]
17448name = "yoke-derive"
17449version = "0.7.5"
17450source = "registry+https://github.com/rust-lang/crates.io-index"
17451checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
17452dependencies = [
17453 "proc-macro2",
17454 "quote",
17455 "syn 2.0.100",
17456 "synstructure",
17457]
17458
17459[[package]]
17460name = "zbus"
17461version = "5.5.0"
17462source = "registry+https://github.com/rust-lang/crates.io-index"
17463checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
17464dependencies = [
17465 "async-broadcast",
17466 "async-executor",
17467 "async-fs",
17468 "async-io",
17469 "async-lock",
17470 "async-process",
17471 "async-recursion 1.1.1",
17472 "async-task",
17473 "async-trait",
17474 "blocking",
17475 "enumflags2",
17476 "event-listener 5.3.1",
17477 "futures-core",
17478 "futures-lite 2.6.0",
17479 "hex",
17480 "nix",
17481 "ordered-stream",
17482 "serde",
17483 "serde_repr",
17484 "static_assertions",
17485 "tracing",
17486 "uds_windows",
17487 "windows-sys 0.59.0",
17488 "winnow 0.7.1",
17489 "xdg-home",
17490 "zbus_macros",
17491 "zbus_names",
17492 "zvariant",
17493]
17494
17495[[package]]
17496name = "zbus_macros"
17497version = "5.5.0"
17498source = "registry+https://github.com/rust-lang/crates.io-index"
17499checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
17500dependencies = [
17501 "proc-macro-crate",
17502 "proc-macro2",
17503 "quote",
17504 "syn 2.0.100",
17505 "zbus_names",
17506 "zvariant",
17507 "zvariant_utils",
17508]
17509
17510[[package]]
17511name = "zbus_names"
17512version = "4.1.0"
17513source = "registry+https://github.com/rust-lang/crates.io-index"
17514checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
17515dependencies = [
17516 "serde",
17517 "static_assertions",
17518 "winnow 0.6.20",
17519 "zvariant",
17520]
17521
17522[[package]]
17523name = "zed"
17524version = "0.181.0"
17525dependencies = [
17526 "activity_indicator",
17527 "anyhow",
17528 "ashpd",
17529 "assets",
17530 "assistant",
17531 "assistant2",
17532 "assistant_context_editor",
17533 "assistant_settings",
17534 "assistant_tools",
17535 "async-watch",
17536 "audio",
17537 "auto_update",
17538 "auto_update_ui",
17539 "backtrace",
17540 "breadcrumbs",
17541 "call",
17542 "channel",
17543 "chrono",
17544 "clap",
17545 "cli",
17546 "client",
17547 "collab_ui",
17548 "collections",
17549 "command_palette",
17550 "command_palette_hooks",
17551 "component_preview",
17552 "copilot",
17553 "dap",
17554 "dap_adapters",
17555 "db",
17556 "debugger_tools",
17557 "debugger_ui",
17558 "diagnostics",
17559 "editor",
17560 "env_logger 0.11.7",
17561 "extension",
17562 "extension_host",
17563 "extensions_ui",
17564 "feature_flags",
17565 "feedback",
17566 "file_finder",
17567 "fs",
17568 "futures 0.3.31",
17569 "git",
17570 "git_hosting_providers",
17571 "git_ui",
17572 "go_to_line",
17573 "gpui",
17574 "gpui_tokio",
17575 "http_client",
17576 "image_viewer",
17577 "inline_completion_button",
17578 "install_cli",
17579 "journal",
17580 "language",
17581 "language_extension",
17582 "language_model",
17583 "language_models",
17584 "language_selector",
17585 "language_tools",
17586 "languages",
17587 "libc",
17588 "log",
17589 "markdown_preview",
17590 "menu",
17591 "migrator",
17592 "mimalloc",
17593 "nix",
17594 "node_runtime",
17595 "notifications",
17596 "outline",
17597 "outline_panel",
17598 "parking_lot",
17599 "paths",
17600 "picker",
17601 "profiling",
17602 "project",
17603 "project_panel",
17604 "project_symbols",
17605 "prompt_store",
17606 "proto",
17607 "recent_projects",
17608 "release_channel",
17609 "remote",
17610 "repl",
17611 "reqwest_client",
17612 "rope",
17613 "search",
17614 "serde",
17615 "serde_json",
17616 "session",
17617 "settings",
17618 "settings_ui",
17619 "shellexpand 2.1.2",
17620 "simplelog",
17621 "smol",
17622 "snippet_provider",
17623 "snippets_ui",
17624 "supermaven",
17625 "sysinfo",
17626 "tab_switcher",
17627 "task",
17628 "tasks_ui",
17629 "telemetry",
17630 "telemetry_events",
17631 "terminal_view",
17632 "theme",
17633 "theme_extension",
17634 "theme_selector",
17635 "time",
17636 "title_bar",
17637 "toolchain_selector",
17638 "tree-sitter-md",
17639 "tree-sitter-rust",
17640 "ui",
17641 "ui_prompt",
17642 "url",
17643 "urlencoding",
17644 "util",
17645 "uuid",
17646 "vim",
17647 "vim_mode_setting",
17648 "welcome",
17649 "windows 0.61.1",
17650 "winresource",
17651 "workspace",
17652 "zed_actions",
17653 "zeta",
17654 "zlog_settings",
17655]
17656
17657[[package]]
17658name = "zed_actions"
17659version = "0.1.0"
17660dependencies = [
17661 "gpui",
17662 "schemars",
17663 "serde",
17664]
17665
17666[[package]]
17667name = "zed_emmet"
17668version = "0.0.3"
17669dependencies = [
17670 "zed_extension_api 0.1.0",
17671]
17672
17673[[package]]
17674name = "zed_extension_api"
17675version = "0.1.0"
17676source = "registry+https://github.com/rust-lang/crates.io-index"
17677checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
17678dependencies = [
17679 "serde",
17680 "serde_json",
17681 "wit-bindgen 0.22.0",
17682]
17683
17684[[package]]
17685name = "zed_extension_api"
17686version = "0.4.0"
17687dependencies = [
17688 "serde",
17689 "serde_json",
17690 "wit-bindgen 0.41.0",
17691]
17692
17693[[package]]
17694name = "zed_glsl"
17695version = "0.1.0"
17696dependencies = [
17697 "zed_extension_api 0.1.0",
17698]
17699
17700[[package]]
17701name = "zed_html"
17702version = "0.2.0"
17703dependencies = [
17704 "zed_extension_api 0.1.0",
17705]
17706
17707[[package]]
17708name = "zed_llm_client"
17709version = "0.4.1"
17710source = "registry+https://github.com/rust-lang/crates.io-index"
17711checksum = "1bf21350eced858d129840589158a8f6895c4fa4327ae56dd8c7d6a98495bed4"
17712dependencies = [
17713 "serde",
17714 "serde_json",
17715 "uuid",
17716]
17717
17718[[package]]
17719name = "zed_proto"
17720version = "0.2.2"
17721dependencies = [
17722 "zed_extension_api 0.1.0",
17723]
17724
17725[[package]]
17726name = "zed_ruff"
17727version = "0.1.0"
17728dependencies = [
17729 "zed_extension_api 0.1.0",
17730]
17731
17732[[package]]
17733name = "zed_snippets"
17734version = "0.0.5"
17735dependencies = [
17736 "serde_json",
17737 "zed_extension_api 0.1.0",
17738]
17739
17740[[package]]
17741name = "zed_test_extension"
17742version = "0.1.0"
17743dependencies = [
17744 "zed_extension_api 0.4.0",
17745]
17746
17747[[package]]
17748name = "zed_toml"
17749version = "0.1.3"
17750dependencies = [
17751 "zed_extension_api 0.1.0",
17752]
17753
17754[[package]]
17755name = "zeno"
17756version = "0.3.2"
17757source = "registry+https://github.com/rust-lang/crates.io-index"
17758checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
17759
17760[[package]]
17761name = "zerocopy"
17762version = "0.7.35"
17763source = "registry+https://github.com/rust-lang/crates.io-index"
17764checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
17765dependencies = [
17766 "byteorder",
17767 "zerocopy-derive 0.7.35",
17768]
17769
17770[[package]]
17771name = "zerocopy"
17772version = "0.8.18"
17773source = "registry+https://github.com/rust-lang/crates.io-index"
17774checksum = "79386d31a42a4996e3336b0919ddb90f81112af416270cff95b5f5af22b839c2"
17775dependencies = [
17776 "zerocopy-derive 0.8.18",
17777]
17778
17779[[package]]
17780name = "zerocopy-derive"
17781version = "0.7.35"
17782source = "registry+https://github.com/rust-lang/crates.io-index"
17783checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
17784dependencies = [
17785 "proc-macro2",
17786 "quote",
17787 "syn 2.0.100",
17788]
17789
17790[[package]]
17791name = "zerocopy-derive"
17792version = "0.8.18"
17793source = "registry+https://github.com/rust-lang/crates.io-index"
17794checksum = "76331675d372f91bf8d17e13afbd5fe639200b73d01f0fc748bb059f9cca2db7"
17795dependencies = [
17796 "proc-macro2",
17797 "quote",
17798 "syn 2.0.100",
17799]
17800
17801[[package]]
17802name = "zerofrom"
17803version = "0.1.5"
17804source = "registry+https://github.com/rust-lang/crates.io-index"
17805checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
17806dependencies = [
17807 "zerofrom-derive",
17808]
17809
17810[[package]]
17811name = "zerofrom-derive"
17812version = "0.1.5"
17813source = "registry+https://github.com/rust-lang/crates.io-index"
17814checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
17815dependencies = [
17816 "proc-macro2",
17817 "quote",
17818 "syn 2.0.100",
17819 "synstructure",
17820]
17821
17822[[package]]
17823name = "zeroize"
17824version = "1.8.1"
17825source = "registry+https://github.com/rust-lang/crates.io-index"
17826checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
17827dependencies = [
17828 "zeroize_derive",
17829]
17830
17831[[package]]
17832name = "zeroize_derive"
17833version = "1.4.2"
17834source = "registry+https://github.com/rust-lang/crates.io-index"
17835checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
17836dependencies = [
17837 "proc-macro2",
17838 "quote",
17839 "syn 2.0.100",
17840]
17841
17842[[package]]
17843name = "zeromq"
17844version = "0.5.0-pre"
17845source = "registry+https://github.com/rust-lang/crates.io-index"
17846checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
17847dependencies = [
17848 "async-dispatcher",
17849 "async-std",
17850 "async-trait",
17851 "asynchronous-codec",
17852 "bytes 1.10.1",
17853 "crossbeam-queue",
17854 "dashmap 5.5.3",
17855 "futures 0.3.31",
17856 "log",
17857 "num-traits",
17858 "once_cell",
17859 "parking_lot",
17860 "rand 0.8.5",
17861 "regex",
17862 "thiserror 1.0.69",
17863 "uuid",
17864]
17865
17866[[package]]
17867name = "zerovec"
17868version = "0.10.4"
17869source = "registry+https://github.com/rust-lang/crates.io-index"
17870checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
17871dependencies = [
17872 "yoke",
17873 "zerofrom",
17874 "zerovec-derive",
17875]
17876
17877[[package]]
17878name = "zerovec-derive"
17879version = "0.10.3"
17880source = "registry+https://github.com/rust-lang/crates.io-index"
17881checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
17882dependencies = [
17883 "proc-macro2",
17884 "quote",
17885 "syn 2.0.100",
17886]
17887
17888[[package]]
17889name = "zeta"
17890version = "0.1.0"
17891dependencies = [
17892 "anyhow",
17893 "arrayvec",
17894 "call",
17895 "client",
17896 "clock",
17897 "collections",
17898 "command_palette_hooks",
17899 "ctor",
17900 "db",
17901 "editor",
17902 "env_logger 0.11.7",
17903 "feature_flags",
17904 "fs",
17905 "futures 0.3.31",
17906 "gpui",
17907 "http_client",
17908 "indoc",
17909 "inline_completion",
17910 "language",
17911 "language_model",
17912 "log",
17913 "menu",
17914 "migrator",
17915 "paths",
17916 "postage",
17917 "project",
17918 "regex",
17919 "release_channel",
17920 "reqwest_client",
17921 "rpc",
17922 "serde",
17923 "serde_json",
17924 "settings",
17925 "telemetry",
17926 "telemetry_events",
17927 "theme",
17928 "thiserror 2.0.12",
17929 "tree-sitter-go",
17930 "tree-sitter-rust",
17931 "ui",
17932 "unindent",
17933 "util",
17934 "uuid",
17935 "workspace",
17936 "worktree",
17937 "zed_actions",
17938 "zed_llm_client",
17939]
17940
17941[[package]]
17942name = "zip"
17943version = "0.6.6"
17944source = "registry+https://github.com/rust-lang/crates.io-index"
17945checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
17946dependencies = [
17947 "aes",
17948 "byteorder",
17949 "bzip2",
17950 "constant_time_eq 0.1.5",
17951 "crc32fast",
17952 "crossbeam-utils",
17953 "flate2",
17954 "hmac",
17955 "pbkdf2 0.11.0",
17956 "sha1",
17957 "time",
17958 "zstd",
17959]
17960
17961[[package]]
17962name = "zlog"
17963version = "0.1.0"
17964dependencies = [
17965 "log",
17966]
17967
17968[[package]]
17969name = "zlog_settings"
17970version = "0.1.0"
17971dependencies = [
17972 "anyhow",
17973 "gpui",
17974 "schemars",
17975 "serde",
17976 "settings",
17977 "zlog",
17978]
17979
17980[[package]]
17981name = "zstd"
17982version = "0.11.2+zstd.1.5.2"
17983source = "registry+https://github.com/rust-lang/crates.io-index"
17984checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
17985dependencies = [
17986 "zstd-safe",
17987]
17988
17989[[package]]
17990name = "zstd-safe"
17991version = "5.0.2+zstd.1.5.2"
17992source = "registry+https://github.com/rust-lang/crates.io-index"
17993checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
17994dependencies = [
17995 "libc",
17996 "zstd-sys",
17997]
17998
17999[[package]]
18000name = "zstd-sys"
18001version = "2.0.13+zstd.1.5.6"
18002source = "registry+https://github.com/rust-lang/crates.io-index"
18003checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
18004dependencies = [
18005 "cc",
18006 "pkg-config",
18007]
18008
18009[[package]]
18010name = "zune-core"
18011version = "0.4.12"
18012source = "registry+https://github.com/rust-lang/crates.io-index"
18013checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
18014
18015[[package]]
18016name = "zune-inflate"
18017version = "0.2.54"
18018source = "registry+https://github.com/rust-lang/crates.io-index"
18019checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
18020dependencies = [
18021 "simd-adler32",
18022]
18023
18024[[package]]
18025name = "zune-jpeg"
18026version = "0.4.13"
18027source = "registry+https://github.com/rust-lang/crates.io-index"
18028checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
18029dependencies = [
18030 "zune-core",
18031]
18032
18033[[package]]
18034name = "zvariant"
18035version = "5.4.0"
18036source = "registry+https://github.com/rust-lang/crates.io-index"
18037checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
18038dependencies = [
18039 "endi",
18040 "enumflags2",
18041 "serde",
18042 "static_assertions",
18043 "url",
18044 "winnow 0.7.1",
18045 "zvariant_derive",
18046 "zvariant_utils",
18047]
18048
18049[[package]]
18050name = "zvariant_derive"
18051version = "5.4.0"
18052source = "registry+https://github.com/rust-lang/crates.io-index"
18053checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
18054dependencies = [
18055 "proc-macro-crate",
18056 "proc-macro2",
18057 "quote",
18058 "syn 2.0.100",
18059 "zvariant_utils",
18060]
18061
18062[[package]]
18063name = "zvariant_utils"
18064version = "3.2.0"
18065source = "registry+https://github.com/rust-lang/crates.io-index"
18066checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
18067dependencies = [
18068 "proc-macro2",
18069 "quote",
18070 "serde",
18071 "static_assertions",
18072 "syn 2.0.100",
18073 "winnow 0.7.1",
18074]