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