Cargo.lock

    1# This file is automatically @generated by Cargo.
    2# It is not intended for manual editing.
    3version = 4
    4
    5[[package]]
    6name = "activity_indicator"
    7version = "0.1.0"
    8dependencies = [
    9 "anyhow",
   10 "auto_update",
   11 "editor",
   12 "extension_host",
   13 "futures 0.3.31",
   14 "gpui",
   15 "language",
   16 "project",
   17 "smallvec",
   18 "ui",
   19 "util",
   20 "workspace",
   21]
   22
   23[[package]]
   24name = "addr2line"
   25version = "0.24.2"
   26source = "registry+https://github.com/rust-lang/crates.io-index"
   27checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
   28dependencies = [
   29 "gimli",
   30]
   31
   32[[package]]
   33name = "adler2"
   34version = "2.0.0"
   35source = "registry+https://github.com/rust-lang/crates.io-index"
   36checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
   37
   38[[package]]
   39name = "aes"
   40version = "0.8.4"
   41source = "registry+https://github.com/rust-lang/crates.io-index"
   42checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
   43dependencies = [
   44 "cfg-if",
   45 "cipher",
   46 "cpufeatures",
   47 "zeroize",
   48]
   49
   50[[package]]
   51name = "ahash"
   52version = "0.7.8"
   53source = "registry+https://github.com/rust-lang/crates.io-index"
   54checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
   55dependencies = [
   56 "getrandom 0.2.15",
   57 "once_cell",
   58 "version_check",
   59]
   60
   61[[package]]
   62name = "ahash"
   63version = "0.8.11"
   64source = "registry+https://github.com/rust-lang/crates.io-index"
   65checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
   66dependencies = [
   67 "cfg-if",
   68 "const-random",
   69 "once_cell",
   70 "version_check",
   71 "zerocopy 0.7.35",
   72]
   73
   74[[package]]
   75name = "aho-corasick"
   76version = "1.1.3"
   77source = "registry+https://github.com/rust-lang/crates.io-index"
   78checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
   79dependencies = [
   80 "memchr",
   81]
   82
   83[[package]]
   84name = "alacritty_terminal"
   85version = "0.25.1-dev"
   86source = "git+https://github.com/zed-industries/alacritty.git?branch=add-hush-login-flag#828457c9ff1f7ea0a0469337cc8a37ee3a1b0590"
   87dependencies = [
   88 "base64 0.22.1",
   89 "bitflags 2.8.0",
   90 "home",
   91 "libc",
   92 "log",
   93 "miow",
   94 "parking_lot",
   95 "piper",
   96 "polling",
   97 "regex-automata 0.4.9",
   98 "rustix-openpty",
   99 "serde",
  100 "signal-hook",
  101 "unicode-width",
  102 "vte",
  103 "windows-sys 0.59.0",
  104]
  105
  106[[package]]
  107name = "aliasable"
  108version = "0.1.3"
  109source = "registry+https://github.com/rust-lang/crates.io-index"
  110checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  111
  112[[package]]
  113name = "aligned-vec"
  114version = "0.5.0"
  115source = "registry+https://github.com/rust-lang/crates.io-index"
  116checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
  117
  118[[package]]
  119name = "allocator-api2"
  120version = "0.2.21"
  121source = "registry+https://github.com/rust-lang/crates.io-index"
  122checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  123
  124[[package]]
  125name = "alsa"
  126version = "0.9.1"
  127source = "registry+https://github.com/rust-lang/crates.io-index"
  128checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
  129dependencies = [
  130 "alsa-sys",
  131 "bitflags 2.8.0",
  132 "cfg-if",
  133 "libc",
  134]
  135
  136[[package]]
  137name = "alsa-sys"
  138version = "0.3.1"
  139source = "registry+https://github.com/rust-lang/crates.io-index"
  140checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  141dependencies = [
  142 "libc",
  143 "pkg-config",
  144]
  145
  146[[package]]
  147name = "ambient-authority"
  148version = "0.0.2"
  149source = "registry+https://github.com/rust-lang/crates.io-index"
  150checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  151
  152[[package]]
  153name = "ammonia"
  154version = "4.0.0"
  155source = "registry+https://github.com/rust-lang/crates.io-index"
  156checksum = "1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459"
  157dependencies = [
  158 "html5ever",
  159 "maplit",
  160 "once_cell",
  161 "tendril",
  162 "url",
  163]
  164
  165[[package]]
  166name = "android-tzdata"
  167version = "0.1.1"
  168source = "registry+https://github.com/rust-lang/crates.io-index"
  169checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
  170
  171[[package]]
  172name = "android_system_properties"
  173version = "0.1.5"
  174source = "registry+https://github.com/rust-lang/crates.io-index"
  175checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  176dependencies = [
  177 "libc",
  178]
  179
  180[[package]]
  181name = "anes"
  182version = "0.1.6"
  183source = "registry+https://github.com/rust-lang/crates.io-index"
  184checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  185
  186[[package]]
  187name = "anstream"
  188version = "0.6.18"
  189source = "registry+https://github.com/rust-lang/crates.io-index"
  190checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
  191dependencies = [
  192 "anstyle",
  193 "anstyle-parse",
  194 "anstyle-query",
  195 "anstyle-wincon",
  196 "colorchoice",
  197 "is_terminal_polyfill",
  198 "utf8parse",
  199]
  200
  201[[package]]
  202name = "anstyle"
  203version = "1.0.10"
  204source = "registry+https://github.com/rust-lang/crates.io-index"
  205checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
  206
  207[[package]]
  208name = "anstyle-parse"
  209version = "0.2.6"
  210source = "registry+https://github.com/rust-lang/crates.io-index"
  211checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
  212dependencies = [
  213 "utf8parse",
  214]
  215
  216[[package]]
  217name = "anstyle-query"
  218version = "1.1.2"
  219source = "registry+https://github.com/rust-lang/crates.io-index"
  220checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
  221dependencies = [
  222 "windows-sys 0.59.0",
  223]
  224
  225[[package]]
  226name = "anstyle-wincon"
  227version = "3.0.6"
  228source = "registry+https://github.com/rust-lang/crates.io-index"
  229checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
  230dependencies = [
  231 "anstyle",
  232 "windows-sys 0.59.0",
  233]
  234
  235[[package]]
  236name = "anthropic"
  237version = "0.1.0"
  238dependencies = [
  239 "anyhow",
  240 "chrono",
  241 "futures 0.3.31",
  242 "http_client",
  243 "schemars",
  244 "serde",
  245 "serde_json",
  246 "strum",
  247 "thiserror 2.0.12",
  248 "util",
  249]
  250
  251[[package]]
  252name = "any_vec"
  253version = "0.14.0"
  254source = "registry+https://github.com/rust-lang/crates.io-index"
  255checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  256
  257[[package]]
  258name = "anyhow"
  259version = "1.0.97"
  260source = "registry+https://github.com/rust-lang/crates.io-index"
  261checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f"
  262
  263[[package]]
  264name = "approx"
  265version = "0.5.1"
  266source = "registry+https://github.com/rust-lang/crates.io-index"
  267checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  268dependencies = [
  269 "num-traits",
  270]
  271
  272[[package]]
  273name = "arbitrary"
  274version = "1.4.1"
  275source = "registry+https://github.com/rust-lang/crates.io-index"
  276checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
  277
  278[[package]]
  279name = "arg_enum_proc_macro"
  280version = "0.3.4"
  281source = "registry+https://github.com/rust-lang/crates.io-index"
  282checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  283dependencies = [
  284 "proc-macro2",
  285 "quote",
  286 "syn 2.0.100",
  287]
  288
  289[[package]]
  290name = "arraydeque"
  291version = "0.5.1"
  292source = "registry+https://github.com/rust-lang/crates.io-index"
  293checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
  294
  295[[package]]
  296name = "arrayref"
  297version = "0.3.9"
  298source = "registry+https://github.com/rust-lang/crates.io-index"
  299checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
  300
  301[[package]]
  302name = "arrayvec"
  303version = "0.7.6"
  304source = "registry+https://github.com/rust-lang/crates.io-index"
  305checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
  306dependencies = [
  307 "serde",
  308]
  309
  310[[package]]
  311name = "as-raw-xcb-connection"
  312version = "1.0.1"
  313source = "registry+https://github.com/rust-lang/crates.io-index"
  314checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  315
  316[[package]]
  317name = "ascii"
  318version = "1.1.0"
  319source = "registry+https://github.com/rust-lang/crates.io-index"
  320checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  321
  322[[package]]
  323name = "ash"
  324version = "0.38.0+1.3.281"
  325source = "registry+https://github.com/rust-lang/crates.io-index"
  326checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  327dependencies = [
  328 "libloading",
  329]
  330
  331[[package]]
  332name = "ash-window"
  333version = "0.13.0"
  334source = "registry+https://github.com/rust-lang/crates.io-index"
  335checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
  336dependencies = [
  337 "ash",
  338 "raw-window-handle",
  339 "raw-window-metal",
  340]
  341
  342[[package]]
  343name = "ashpd"
  344version = "0.11.0"
  345source = "registry+https://github.com/rust-lang/crates.io-index"
  346checksum = "6cbdf310d77fd3aaee6ea2093db7011dc2d35d2eb3481e5607f1f8d942ed99df"
  347dependencies = [
  348 "async-fs",
  349 "async-net",
  350 "enumflags2",
  351 "futures-channel",
  352 "futures-util",
  353 "rand 0.9.0",
  354 "serde",
  355 "serde_repr",
  356 "url",
  357 "zbus",
  358]
  359
  360[[package]]
  361name = "askpass"
  362version = "0.1.0"
  363dependencies = [
  364 "anyhow",
  365 "futures 0.3.31",
  366 "gpui",
  367 "smol",
  368 "tempfile",
  369 "util",
  370 "which 6.0.3",
  371]
  372
  373[[package]]
  374name = "assets"
  375version = "0.1.0"
  376dependencies = [
  377 "anyhow",
  378 "gpui",
  379 "rust-embed",
  380]
  381
  382[[package]]
  383name = "assistant"
  384version = "0.1.0"
  385dependencies = [
  386 "anyhow",
  387 "assistant_context_editor",
  388 "assistant_settings",
  389 "assistant_slash_command",
  390 "assistant_slash_commands",
  391 "assistant_tool",
  392 "async-watch",
  393 "client",
  394 "collections",
  395 "command_palette_hooks",
  396 "context_server",
  397 "ctor",
  398 "db",
  399 "editor",
  400 "env_logger 0.11.7",
  401 "feature_flags",
  402 "fs",
  403 "futures 0.3.31",
  404 "gpui",
  405 "indexed_docs",
  406 "indoc",
  407 "language",
  408 "language_model",
  409 "language_model_selector",
  410 "languages",
  411 "log",
  412 "lsp",
  413 "menu",
  414 "multi_buffer",
  415 "parking_lot",
  416 "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 = "auto_update"
 1194version = "0.1.0"
 1195dependencies = [
 1196 "anyhow",
 1197 "client",
 1198 "db",
 1199 "gpui",
 1200 "http_client",
 1201 "log",
 1202 "paths",
 1203 "release_channel",
 1204 "schemars",
 1205 "serde",
 1206 "serde_json",
 1207 "settings",
 1208 "smol",
 1209 "tempfile",
 1210 "which 6.0.3",
 1211 "workspace",
 1212]
 1213
 1214[[package]]
 1215name = "auto_update_ui"
 1216version = "0.1.0"
 1217dependencies = [
 1218 "anyhow",
 1219 "auto_update",
 1220 "client",
 1221 "editor",
 1222 "gpui",
 1223 "http_client",
 1224 "markdown_preview",
 1225 "release_channel",
 1226 "serde",
 1227 "serde_json",
 1228 "smol",
 1229 "util",
 1230 "workspace",
 1231]
 1232
 1233[[package]]
 1234name = "autocfg"
 1235version = "1.4.0"
 1236source = "registry+https://github.com/rust-lang/crates.io-index"
 1237checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
 1238
 1239[[package]]
 1240name = "av1-grain"
 1241version = "0.2.3"
 1242source = "registry+https://github.com/rust-lang/crates.io-index"
 1243checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
 1244dependencies = [
 1245 "anyhow",
 1246 "arrayvec",
 1247 "log",
 1248 "nom",
 1249 "num-rational",
 1250 "v_frame",
 1251]
 1252
 1253[[package]]
 1254name = "avif-serialize"
 1255version = "0.8.2"
 1256source = "registry+https://github.com/rust-lang/crates.io-index"
 1257checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
 1258dependencies = [
 1259 "arrayvec",
 1260]
 1261
 1262[[package]]
 1263name = "aws-config"
 1264version = "1.5.16"
 1265source = "registry+https://github.com/rust-lang/crates.io-index"
 1266checksum = "50236e4d60fe8458de90a71c0922c761e41755adf091b1b03de1cef537179915"
 1267dependencies = [
 1268 "aws-credential-types",
 1269 "aws-runtime",
 1270 "aws-sdk-sso",
 1271 "aws-sdk-ssooidc",
 1272 "aws-sdk-sts",
 1273 "aws-smithy-async",
 1274 "aws-smithy-http",
 1275 "aws-smithy-json",
 1276 "aws-smithy-runtime",
 1277 "aws-smithy-runtime-api",
 1278 "aws-smithy-types",
 1279 "aws-types",
 1280 "bytes 1.10.1",
 1281 "fastrand 2.3.0",
 1282 "hex",
 1283 "http 0.2.12",
 1284 "ring",
 1285 "time",
 1286 "tokio",
 1287 "tracing",
 1288 "url",
 1289 "zeroize",
 1290]
 1291
 1292[[package]]
 1293name = "aws-credential-types"
 1294version = "1.2.1"
 1295source = "registry+https://github.com/rust-lang/crates.io-index"
 1296checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
 1297dependencies = [
 1298 "aws-smithy-async",
 1299 "aws-smithy-runtime-api",
 1300 "aws-smithy-types",
 1301 "zeroize",
 1302]
 1303
 1304[[package]]
 1305name = "aws-lc-rs"
 1306version = "1.12.6"
 1307source = "registry+https://github.com/rust-lang/crates.io-index"
 1308checksum = "dabb68eb3a7aa08b46fddfd59a3d55c978243557a90ab804769f7e20e67d2b01"
 1309dependencies = [
 1310 "aws-lc-sys",
 1311 "zeroize",
 1312]
 1313
 1314[[package]]
 1315name = "aws-lc-sys"
 1316version = "0.27.0"
 1317source = "registry+https://github.com/rust-lang/crates.io-index"
 1318checksum = "6bbe221bbf523b625a4dd8585c7f38166e31167ec2ca98051dbcb4c3b6e825d2"
 1319dependencies = [
 1320 "bindgen 0.69.5",
 1321 "cc",
 1322 "cmake",
 1323 "dunce",
 1324 "fs_extra",
 1325]
 1326
 1327[[package]]
 1328name = "aws-runtime"
 1329version = "1.5.5"
 1330source = "registry+https://github.com/rust-lang/crates.io-index"
 1331checksum = "76dd04d39cc12844c0994f2c9c5a6f5184c22e9188ec1ff723de41910a21dcad"
 1332dependencies = [
 1333 "aws-credential-types",
 1334 "aws-sigv4",
 1335 "aws-smithy-async",
 1336 "aws-smithy-eventstream",
 1337 "aws-smithy-http",
 1338 "aws-smithy-runtime",
 1339 "aws-smithy-runtime-api",
 1340 "aws-smithy-types",
 1341 "aws-types",
 1342 "bytes 1.10.1",
 1343 "fastrand 2.3.0",
 1344 "http 0.2.12",
 1345 "http-body 0.4.6",
 1346 "once_cell",
 1347 "percent-encoding",
 1348 "pin-project-lite",
 1349 "tracing",
 1350 "uuid",
 1351]
 1352
 1353[[package]]
 1354name = "aws-sdk-bedrockruntime"
 1355version = "1.74.0"
 1356source = "registry+https://github.com/rust-lang/crates.io-index"
 1357checksum = "6938541d1948a543bca23303fec4cff9c36bf0e63b8fa3ae1b337bcb9d5b81af"
 1358dependencies = [
 1359 "aws-credential-types",
 1360 "aws-runtime",
 1361 "aws-smithy-async",
 1362 "aws-smithy-eventstream",
 1363 "aws-smithy-http",
 1364 "aws-smithy-json",
 1365 "aws-smithy-runtime",
 1366 "aws-smithy-runtime-api",
 1367 "aws-smithy-types",
 1368 "aws-types",
 1369 "bytes 1.10.1",
 1370 "fastrand 2.3.0",
 1371 "http 0.2.12",
 1372 "once_cell",
 1373 "regex-lite",
 1374 "tracing",
 1375]
 1376
 1377[[package]]
 1378name = "aws-sdk-kinesis"
 1379version = "1.61.0"
 1380source = "registry+https://github.com/rust-lang/crates.io-index"
 1381checksum = "89f2163d8704e8fdcd51ec6c2e0441c418471e422ee9690451b17a1c46344e1a"
 1382dependencies = [
 1383 "aws-credential-types",
 1384 "aws-runtime",
 1385 "aws-smithy-async",
 1386 "aws-smithy-http",
 1387 "aws-smithy-json",
 1388 "aws-smithy-runtime",
 1389 "aws-smithy-runtime-api",
 1390 "aws-smithy-types",
 1391 "aws-types",
 1392 "bytes 1.10.1",
 1393 "http 0.2.12",
 1394 "once_cell",
 1395 "regex-lite",
 1396 "tracing",
 1397]
 1398
 1399[[package]]
 1400name = "aws-sdk-s3"
 1401version = "1.76.0"
 1402source = "registry+https://github.com/rust-lang/crates.io-index"
 1403checksum = "66e83401ad7287ad15244d557e35502c2a94105ca5b41d656c391f1a4fc04ca2"
 1404dependencies = [
 1405 "aws-credential-types",
 1406 "aws-runtime",
 1407 "aws-sigv4",
 1408 "aws-smithy-async",
 1409 "aws-smithy-checksums",
 1410 "aws-smithy-eventstream",
 1411 "aws-smithy-http",
 1412 "aws-smithy-json",
 1413 "aws-smithy-runtime",
 1414 "aws-smithy-runtime-api",
 1415 "aws-smithy-types",
 1416 "aws-smithy-xml",
 1417 "aws-types",
 1418 "bytes 1.10.1",
 1419 "fastrand 2.3.0",
 1420 "hex",
 1421 "hmac",
 1422 "http 0.2.12",
 1423 "http-body 0.4.6",
 1424 "lru",
 1425 "once_cell",
 1426 "percent-encoding",
 1427 "regex-lite",
 1428 "sha2",
 1429 "tracing",
 1430 "url",
 1431]
 1432
 1433[[package]]
 1434name = "aws-sdk-sso"
 1435version = "1.58.0"
 1436source = "registry+https://github.com/rust-lang/crates.io-index"
 1437checksum = "16ff718c9ee45cc1ebd4774a0e086bb80a6ab752b4902edf1c9f56b86ee1f770"
 1438dependencies = [
 1439 "aws-credential-types",
 1440 "aws-runtime",
 1441 "aws-smithy-async",
 1442 "aws-smithy-http",
 1443 "aws-smithy-json",
 1444 "aws-smithy-runtime",
 1445 "aws-smithy-runtime-api",
 1446 "aws-smithy-types",
 1447 "aws-types",
 1448 "bytes 1.10.1",
 1449 "http 0.2.12",
 1450 "once_cell",
 1451 "regex-lite",
 1452 "tracing",
 1453]
 1454
 1455[[package]]
 1456name = "aws-sdk-ssooidc"
 1457version = "1.59.0"
 1458source = "registry+https://github.com/rust-lang/crates.io-index"
 1459checksum = "5183e088715cc135d8d396fdd3bc02f018f0da4c511f53cb8d795b6a31c55809"
 1460dependencies = [
 1461 "aws-credential-types",
 1462 "aws-runtime",
 1463 "aws-smithy-async",
 1464 "aws-smithy-http",
 1465 "aws-smithy-json",
 1466 "aws-smithy-runtime",
 1467 "aws-smithy-runtime-api",
 1468 "aws-smithy-types",
 1469 "aws-types",
 1470 "bytes 1.10.1",
 1471 "http 0.2.12",
 1472 "once_cell",
 1473 "regex-lite",
 1474 "tracing",
 1475]
 1476
 1477[[package]]
 1478name = "aws-sdk-sts"
 1479version = "1.59.0"
 1480source = "registry+https://github.com/rust-lang/crates.io-index"
 1481checksum = "c9f944ef032717596639cea4a2118a3a457268ef51bbb5fde9637e54c465da00"
 1482dependencies = [
 1483 "aws-credential-types",
 1484 "aws-runtime",
 1485 "aws-smithy-async",
 1486 "aws-smithy-http",
 1487 "aws-smithy-json",
 1488 "aws-smithy-query",
 1489 "aws-smithy-runtime",
 1490 "aws-smithy-runtime-api",
 1491 "aws-smithy-types",
 1492 "aws-smithy-xml",
 1493 "aws-types",
 1494 "http 0.2.12",
 1495 "once_cell",
 1496 "regex-lite",
 1497 "tracing",
 1498]
 1499
 1500[[package]]
 1501name = "aws-sigv4"
 1502version = "1.2.9"
 1503source = "registry+https://github.com/rust-lang/crates.io-index"
 1504checksum = "9bfe75fad52793ce6dec0dc3d4b1f388f038b5eb866c8d4d7f3a8e21b5ea5051"
 1505dependencies = [
 1506 "aws-credential-types",
 1507 "aws-smithy-eventstream",
 1508 "aws-smithy-http",
 1509 "aws-smithy-runtime-api",
 1510 "aws-smithy-types",
 1511 "bytes 1.10.1",
 1512 "crypto-bigint 0.5.5",
 1513 "form_urlencoded",
 1514 "hex",
 1515 "hmac",
 1516 "http 0.2.12",
 1517 "http 1.2.0",
 1518 "once_cell",
 1519 "p256",
 1520 "percent-encoding",
 1521 "ring",
 1522 "sha2",
 1523 "subtle",
 1524 "time",
 1525 "tracing",
 1526 "zeroize",
 1527]
 1528
 1529[[package]]
 1530name = "aws-smithy-async"
 1531version = "1.2.4"
 1532source = "registry+https://github.com/rust-lang/crates.io-index"
 1533checksum = "fa59d1327d8b5053c54bf2eaae63bf629ba9e904434d0835a28ed3c0ed0a614e"
 1534dependencies = [
 1535 "futures-util",
 1536 "pin-project-lite",
 1537 "tokio",
 1538]
 1539
 1540[[package]]
 1541name = "aws-smithy-checksums"
 1542version = "0.62.0"
 1543source = "registry+https://github.com/rust-lang/crates.io-index"
 1544checksum = "f2f45a1c384d7a393026bc5f5c177105aa9fa68e4749653b985707ac27d77295"
 1545dependencies = [
 1546 "aws-smithy-http",
 1547 "aws-smithy-types",
 1548 "bytes 1.10.1",
 1549 "crc32c",
 1550 "crc32fast",
 1551 "crc64fast-nvme",
 1552 "hex",
 1553 "http 0.2.12",
 1554 "http-body 0.4.6",
 1555 "md-5",
 1556 "pin-project-lite",
 1557 "sha1",
 1558 "sha2",
 1559 "tracing",
 1560]
 1561
 1562[[package]]
 1563name = "aws-smithy-eventstream"
 1564version = "0.60.6"
 1565source = "registry+https://github.com/rust-lang/crates.io-index"
 1566checksum = "8b18559a41e0c909b77625adf2b8c50de480a8041e5e4a3f5f7d177db70abc5a"
 1567dependencies = [
 1568 "aws-smithy-types",
 1569 "bytes 1.10.1",
 1570 "crc32fast",
 1571]
 1572
 1573[[package]]
 1574name = "aws-smithy-http"
 1575version = "0.60.12"
 1576source = "registry+https://github.com/rust-lang/crates.io-index"
 1577checksum = "7809c27ad8da6a6a68c454e651d4962479e81472aa19ae99e59f9aba1f9713cc"
 1578dependencies = [
 1579 "aws-smithy-eventstream",
 1580 "aws-smithy-runtime-api",
 1581 "aws-smithy-types",
 1582 "bytes 1.10.1",
 1583 "bytes-utils",
 1584 "futures-core",
 1585 "http 0.2.12",
 1586 "http-body 0.4.6",
 1587 "once_cell",
 1588 "percent-encoding",
 1589 "pin-project-lite",
 1590 "pin-utils",
 1591 "tracing",
 1592]
 1593
 1594[[package]]
 1595name = "aws-smithy-json"
 1596version = "0.61.2"
 1597source = "registry+https://github.com/rust-lang/crates.io-index"
 1598checksum = "623a51127f24c30776c8b374295f2df78d92517386f77ba30773f15a30ce1422"
 1599dependencies = [
 1600 "aws-smithy-types",
 1601]
 1602
 1603[[package]]
 1604name = "aws-smithy-query"
 1605version = "0.60.7"
 1606source = "registry+https://github.com/rust-lang/crates.io-index"
 1607checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
 1608dependencies = [
 1609 "aws-smithy-types",
 1610 "urlencoding",
 1611]
 1612
 1613[[package]]
 1614name = "aws-smithy-runtime"
 1615version = "1.7.8"
 1616source = "registry+https://github.com/rust-lang/crates.io-index"
 1617checksum = "d526a12d9ed61fadefda24abe2e682892ba288c2018bcb38b1b4c111d13f6d92"
 1618dependencies = [
 1619 "aws-smithy-async",
 1620 "aws-smithy-http",
 1621 "aws-smithy-runtime-api",
 1622 "aws-smithy-types",
 1623 "bytes 1.10.1",
 1624 "fastrand 2.3.0",
 1625 "h2 0.3.26",
 1626 "http 0.2.12",
 1627 "http-body 0.4.6",
 1628 "http-body 1.0.1",
 1629 "httparse",
 1630 "hyper 0.14.32",
 1631 "hyper-rustls 0.24.2",
 1632 "once_cell",
 1633 "pin-project-lite",
 1634 "pin-utils",
 1635 "rustls 0.21.12",
 1636 "tokio",
 1637 "tracing",
 1638]
 1639
 1640[[package]]
 1641name = "aws-smithy-runtime-api"
 1642version = "1.7.3"
 1643source = "registry+https://github.com/rust-lang/crates.io-index"
 1644checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
 1645dependencies = [
 1646 "aws-smithy-async",
 1647 "aws-smithy-types",
 1648 "bytes 1.10.1",
 1649 "http 0.2.12",
 1650 "http 1.2.0",
 1651 "pin-project-lite",
 1652 "tokio",
 1653 "tracing",
 1654 "zeroize",
 1655]
 1656
 1657[[package]]
 1658name = "aws-smithy-types"
 1659version = "1.2.13"
 1660source = "registry+https://github.com/rust-lang/crates.io-index"
 1661checksum = "c7b8a53819e42f10d0821f56da995e1470b199686a1809168db6ca485665f042"
 1662dependencies = [
 1663 "base64-simd",
 1664 "bytes 1.10.1",
 1665 "bytes-utils",
 1666 "futures-core",
 1667 "http 0.2.12",
 1668 "http 1.2.0",
 1669 "http-body 0.4.6",
 1670 "http-body 1.0.1",
 1671 "http-body-util",
 1672 "itoa",
 1673 "num-integer",
 1674 "pin-project-lite",
 1675 "pin-utils",
 1676 "ryu",
 1677 "serde",
 1678 "time",
 1679 "tokio",
 1680 "tokio-util",
 1681]
 1682
 1683[[package]]
 1684name = "aws-smithy-xml"
 1685version = "0.60.9"
 1686source = "registry+https://github.com/rust-lang/crates.io-index"
 1687checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
 1688dependencies = [
 1689 "xmlparser",
 1690]
 1691
 1692[[package]]
 1693name = "aws-types"
 1694version = "1.3.5"
 1695source = "registry+https://github.com/rust-lang/crates.io-index"
 1696checksum = "dfbd0a668309ec1f66c0f6bda4840dd6d4796ae26d699ebc266d7cc95c6d040f"
 1697dependencies = [
 1698 "aws-credential-types",
 1699 "aws-smithy-async",
 1700 "aws-smithy-runtime-api",
 1701 "aws-smithy-types",
 1702 "rustc_version",
 1703 "tracing",
 1704]
 1705
 1706[[package]]
 1707name = "aws_http_client"
 1708version = "0.1.0"
 1709dependencies = [
 1710 "aws-smithy-runtime-api",
 1711 "aws-smithy-types",
 1712 "futures 0.3.31",
 1713 "http_client",
 1714 "tokio",
 1715]
 1716
 1717[[package]]
 1718name = "axum"
 1719version = "0.6.20"
 1720source = "registry+https://github.com/rust-lang/crates.io-index"
 1721checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1722dependencies = [
 1723 "async-trait",
 1724 "axum-core",
 1725 "base64 0.21.7",
 1726 "bitflags 1.3.2",
 1727 "bytes 1.10.1",
 1728 "futures-util",
 1729 "headers",
 1730 "http 0.2.12",
 1731 "http-body 0.4.6",
 1732 "hyper 0.14.32",
 1733 "itoa",
 1734 "matchit",
 1735 "memchr",
 1736 "mime",
 1737 "percent-encoding",
 1738 "pin-project-lite",
 1739 "rustversion",
 1740 "serde",
 1741 "serde_json",
 1742 "serde_path_to_error",
 1743 "serde_urlencoded",
 1744 "sha1",
 1745 "sync_wrapper 0.1.2",
 1746 "tokio",
 1747 "tokio-tungstenite 0.20.1",
 1748 "tower",
 1749 "tower-layer",
 1750 "tower-service",
 1751]
 1752
 1753[[package]]
 1754name = "axum-core"
 1755version = "0.3.4"
 1756source = "registry+https://github.com/rust-lang/crates.io-index"
 1757checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1758dependencies = [
 1759 "async-trait",
 1760 "bytes 1.10.1",
 1761 "futures-util",
 1762 "http 0.2.12",
 1763 "http-body 0.4.6",
 1764 "mime",
 1765 "rustversion",
 1766 "tower-layer",
 1767 "tower-service",
 1768]
 1769
 1770[[package]]
 1771name = "axum-extra"
 1772version = "0.4.2"
 1773source = "registry+https://github.com/rust-lang/crates.io-index"
 1774checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
 1775dependencies = [
 1776 "axum",
 1777 "bytes 1.10.1",
 1778 "futures-util",
 1779 "http 0.2.12",
 1780 "mime",
 1781 "pin-project-lite",
 1782 "serde",
 1783 "serde_json",
 1784 "tokio",
 1785 "tower",
 1786 "tower-http 0.3.5",
 1787 "tower-layer",
 1788 "tower-service",
 1789]
 1790
 1791[[package]]
 1792name = "backtrace"
 1793version = "0.3.74"
 1794source = "registry+https://github.com/rust-lang/crates.io-index"
 1795checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
 1796dependencies = [
 1797 "addr2line",
 1798 "cfg-if",
 1799 "libc",
 1800 "miniz_oxide",
 1801 "object",
 1802 "rustc-demangle",
 1803 "windows-targets 0.52.6",
 1804]
 1805
 1806[[package]]
 1807name = "base16ct"
 1808version = "0.1.1"
 1809source = "registry+https://github.com/rust-lang/crates.io-index"
 1810checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1811
 1812[[package]]
 1813name = "base64"
 1814version = "0.13.1"
 1815source = "registry+https://github.com/rust-lang/crates.io-index"
 1816checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
 1817
 1818[[package]]
 1819name = "base64"
 1820version = "0.21.7"
 1821source = "registry+https://github.com/rust-lang/crates.io-index"
 1822checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1823
 1824[[package]]
 1825name = "base64"
 1826version = "0.22.1"
 1827source = "registry+https://github.com/rust-lang/crates.io-index"
 1828checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1829
 1830[[package]]
 1831name = "base64-simd"
 1832version = "0.8.0"
 1833source = "registry+https://github.com/rust-lang/crates.io-index"
 1834checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1835dependencies = [
 1836 "outref",
 1837 "vsimd",
 1838]
 1839
 1840[[package]]
 1841name = "base64ct"
 1842version = "1.6.0"
 1843source = "registry+https://github.com/rust-lang/crates.io-index"
 1844checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
 1845
 1846[[package]]
 1847name = "bedrock"
 1848version = "0.1.0"
 1849dependencies = [
 1850 "anyhow",
 1851 "aws-sdk-bedrockruntime",
 1852 "aws-smithy-types",
 1853 "futures 0.3.31",
 1854 "schemars",
 1855 "serde",
 1856 "serde_json",
 1857 "strum",
 1858 "thiserror 2.0.12",
 1859 "tokio",
 1860]
 1861
 1862[[package]]
 1863name = "bigdecimal"
 1864version = "0.4.7"
 1865source = "registry+https://github.com/rust-lang/crates.io-index"
 1866checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
 1867dependencies = [
 1868 "autocfg",
 1869 "libm",
 1870 "num-bigint",
 1871 "num-integer",
 1872 "num-traits",
 1873 "serde",
 1874]
 1875
 1876[[package]]
 1877name = "bincode"
 1878version = "1.3.3"
 1879source = "registry+https://github.com/rust-lang/crates.io-index"
 1880checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1881dependencies = [
 1882 "serde",
 1883]
 1884
 1885[[package]]
 1886name = "bindgen"
 1887version = "0.69.5"
 1888source = "registry+https://github.com/rust-lang/crates.io-index"
 1889checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
 1890dependencies = [
 1891 "bitflags 2.8.0",
 1892 "cexpr",
 1893 "clang-sys",
 1894 "itertools 0.12.1",
 1895 "lazy_static",
 1896 "lazycell",
 1897 "log",
 1898 "prettyplease",
 1899 "proc-macro2",
 1900 "quote",
 1901 "regex",
 1902 "rustc-hash 1.1.0",
 1903 "shlex",
 1904 "syn 2.0.100",
 1905 "which 4.4.2",
 1906]
 1907
 1908[[package]]
 1909name = "bindgen"
 1910version = "0.70.1"
 1911source = "registry+https://github.com/rust-lang/crates.io-index"
 1912checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
 1913dependencies = [
 1914 "bitflags 2.8.0",
 1915 "cexpr",
 1916 "clang-sys",
 1917 "itertools 0.12.1",
 1918 "log",
 1919 "prettyplease",
 1920 "proc-macro2",
 1921 "quote",
 1922 "regex",
 1923 "rustc-hash 1.1.0",
 1924 "shlex",
 1925 "syn 2.0.100",
 1926]
 1927
 1928[[package]]
 1929name = "bit-set"
 1930version = "0.5.3"
 1931source = "registry+https://github.com/rust-lang/crates.io-index"
 1932checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
 1933dependencies = [
 1934 "bit-vec 0.6.3",
 1935]
 1936
 1937[[package]]
 1938name = "bit-set"
 1939version = "0.8.0"
 1940source = "registry+https://github.com/rust-lang/crates.io-index"
 1941checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1942dependencies = [
 1943 "bit-vec 0.8.0",
 1944]
 1945
 1946[[package]]
 1947name = "bit-vec"
 1948version = "0.6.3"
 1949source = "registry+https://github.com/rust-lang/crates.io-index"
 1950checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
 1951
 1952[[package]]
 1953name = "bit-vec"
 1954version = "0.8.0"
 1955source = "registry+https://github.com/rust-lang/crates.io-index"
 1956checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 1957
 1958[[package]]
 1959name = "bit_field"
 1960version = "0.10.2"
 1961source = "registry+https://github.com/rust-lang/crates.io-index"
 1962checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
 1963
 1964[[package]]
 1965name = "bitflags"
 1966version = "1.3.2"
 1967source = "registry+https://github.com/rust-lang/crates.io-index"
 1968checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 1969
 1970[[package]]
 1971name = "bitflags"
 1972version = "2.8.0"
 1973source = "registry+https://github.com/rust-lang/crates.io-index"
 1974checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
 1975dependencies = [
 1976 "serde",
 1977]
 1978
 1979[[package]]
 1980name = "bitstream-io"
 1981version = "2.6.0"
 1982source = "registry+https://github.com/rust-lang/crates.io-index"
 1983checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 1984
 1985[[package]]
 1986name = "bitvec"
 1987version = "1.0.1"
 1988source = "registry+https://github.com/rust-lang/crates.io-index"
 1989checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 1990dependencies = [
 1991 "funty",
 1992 "radium",
 1993 "tap",
 1994 "wyz",
 1995]
 1996
 1997[[package]]
 1998name = "blade-graphics"
 1999version = "0.6.0"
 2000source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 2001dependencies = [
 2002 "ash",
 2003 "ash-window",
 2004 "bitflags 2.8.0",
 2005 "bytemuck",
 2006 "codespan-reporting 0.11.1",
 2007 "glow",
 2008 "gpu-alloc",
 2009 "gpu-alloc-ash",
 2010 "hidden-trait",
 2011 "js-sys",
 2012 "khronos-egl",
 2013 "libloading",
 2014 "log",
 2015 "mint",
 2016 "naga",
 2017 "objc2",
 2018 "objc2-app-kit",
 2019 "objc2-foundation",
 2020 "objc2-metal",
 2021 "objc2-quartz-core",
 2022 "objc2-ui-kit",
 2023 "raw-window-handle",
 2024 "slab",
 2025 "wasm-bindgen",
 2026 "web-sys",
 2027]
 2028
 2029[[package]]
 2030name = "blade-macros"
 2031version = "0.3.0"
 2032source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 2033dependencies = [
 2034 "proc-macro2",
 2035 "quote",
 2036 "syn 2.0.100",
 2037]
 2038
 2039[[package]]
 2040name = "blade-util"
 2041version = "0.2.0"
 2042source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 2043dependencies = [
 2044 "blade-graphics",
 2045 "bytemuck",
 2046 "log",
 2047 "profiling",
 2048]
 2049
 2050[[package]]
 2051name = "blake3"
 2052version = "1.6.1"
 2053source = "registry+https://github.com/rust-lang/crates.io-index"
 2054checksum = "675f87afced0413c9bb02843499dbbd3882a237645883f71a2b59644a6d2f753"
 2055dependencies = [
 2056 "arrayref",
 2057 "arrayvec",
 2058 "cc",
 2059 "cfg-if",
 2060 "constant_time_eq 0.3.1",
 2061]
 2062
 2063[[package]]
 2064name = "block"
 2065version = "0.1.6"
 2066source = "registry+https://github.com/rust-lang/crates.io-index"
 2067checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2068
 2069[[package]]
 2070name = "block-buffer"
 2071version = "0.10.4"
 2072source = "registry+https://github.com/rust-lang/crates.io-index"
 2073checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2074dependencies = [
 2075 "generic-array",
 2076]
 2077
 2078[[package]]
 2079name = "block-padding"
 2080version = "0.3.3"
 2081source = "registry+https://github.com/rust-lang/crates.io-index"
 2082checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2083dependencies = [
 2084 "generic-array",
 2085]
 2086
 2087[[package]]
 2088name = "block2"
 2089version = "0.5.1"
 2090source = "registry+https://github.com/rust-lang/crates.io-index"
 2091checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
 2092dependencies = [
 2093 "objc2",
 2094]
 2095
 2096[[package]]
 2097name = "blocking"
 2098version = "1.6.1"
 2099source = "registry+https://github.com/rust-lang/crates.io-index"
 2100checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
 2101dependencies = [
 2102 "async-channel 2.3.1",
 2103 "async-task",
 2104 "futures-io",
 2105 "futures-lite 2.6.0",
 2106 "piper",
 2107]
 2108
 2109[[package]]
 2110name = "borsh"
 2111version = "1.5.3"
 2112source = "registry+https://github.com/rust-lang/crates.io-index"
 2113checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
 2114dependencies = [
 2115 "borsh-derive",
 2116 "cfg_aliases 0.2.1",
 2117]
 2118
 2119[[package]]
 2120name = "borsh-derive"
 2121version = "1.5.3"
 2122source = "registry+https://github.com/rust-lang/crates.io-index"
 2123checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
 2124dependencies = [
 2125 "once_cell",
 2126 "proc-macro-crate",
 2127 "proc-macro2",
 2128 "quote",
 2129 "syn 2.0.100",
 2130]
 2131
 2132[[package]]
 2133name = "breadcrumbs"
 2134version = "0.1.0"
 2135dependencies = [
 2136 "editor",
 2137 "gpui",
 2138 "itertools 0.14.0",
 2139 "theme",
 2140 "ui",
 2141 "workspace",
 2142 "zed_actions",
 2143]
 2144
 2145[[package]]
 2146name = "bstr"
 2147version = "1.11.1"
 2148source = "registry+https://github.com/rust-lang/crates.io-index"
 2149checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
 2150dependencies = [
 2151 "memchr",
 2152 "regex-automata 0.4.9",
 2153 "serde",
 2154]
 2155
 2156[[package]]
 2157name = "buffer_diff"
 2158version = "0.1.0"
 2159dependencies = [
 2160 "anyhow",
 2161 "clock",
 2162 "ctor",
 2163 "env_logger 0.11.7",
 2164 "futures 0.3.31",
 2165 "git2",
 2166 "gpui",
 2167 "language",
 2168 "log",
 2169 "pretty_assertions",
 2170 "rand 0.8.5",
 2171 "rope",
 2172 "serde_json",
 2173 "sum_tree",
 2174 "text",
 2175 "unindent",
 2176 "util",
 2177]
 2178
 2179[[package]]
 2180name = "built"
 2181version = "0.7.5"
 2182source = "registry+https://github.com/rust-lang/crates.io-index"
 2183checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
 2184
 2185[[package]]
 2186name = "bumpalo"
 2187version = "3.16.0"
 2188source = "registry+https://github.com/rust-lang/crates.io-index"
 2189checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
 2190dependencies = [
 2191 "allocator-api2",
 2192]
 2193
 2194[[package]]
 2195name = "by_address"
 2196version = "1.2.1"
 2197source = "registry+https://github.com/rust-lang/crates.io-index"
 2198checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2199
 2200[[package]]
 2201name = "bytecheck"
 2202version = "0.6.12"
 2203source = "registry+https://github.com/rust-lang/crates.io-index"
 2204checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2205dependencies = [
 2206 "bytecheck_derive",
 2207 "ptr_meta",
 2208 "simdutf8",
 2209]
 2210
 2211[[package]]
 2212name = "bytecheck_derive"
 2213version = "0.6.12"
 2214source = "registry+https://github.com/rust-lang/crates.io-index"
 2215checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2216dependencies = [
 2217 "proc-macro2",
 2218 "quote",
 2219 "syn 1.0.109",
 2220]
 2221
 2222[[package]]
 2223name = "bytemuck"
 2224version = "1.21.0"
 2225source = "registry+https://github.com/rust-lang/crates.io-index"
 2226checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
 2227dependencies = [
 2228 "bytemuck_derive",
 2229]
 2230
 2231[[package]]
 2232name = "bytemuck_derive"
 2233version = "1.8.0"
 2234source = "registry+https://github.com/rust-lang/crates.io-index"
 2235checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
 2236dependencies = [
 2237 "proc-macro2",
 2238 "quote",
 2239 "syn 2.0.100",
 2240]
 2241
 2242[[package]]
 2243name = "byteorder"
 2244version = "1.5.0"
 2245source = "registry+https://github.com/rust-lang/crates.io-index"
 2246checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2247
 2248[[package]]
 2249name = "byteorder-lite"
 2250version = "0.1.0"
 2251source = "registry+https://github.com/rust-lang/crates.io-index"
 2252checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2253
 2254[[package]]
 2255name = "bytes"
 2256version = "0.4.12"
 2257source = "registry+https://github.com/rust-lang/crates.io-index"
 2258checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2259dependencies = [
 2260 "byteorder",
 2261 "iovec",
 2262]
 2263
 2264[[package]]
 2265name = "bytes"
 2266version = "1.10.1"
 2267source = "registry+https://github.com/rust-lang/crates.io-index"
 2268checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
 2269
 2270[[package]]
 2271name = "bytes-utils"
 2272version = "0.1.4"
 2273source = "registry+https://github.com/rust-lang/crates.io-index"
 2274checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2275dependencies = [
 2276 "bytes 1.10.1",
 2277 "either",
 2278]
 2279
 2280[[package]]
 2281name = "bzip2"
 2282version = "0.4.4"
 2283source = "registry+https://github.com/rust-lang/crates.io-index"
 2284checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2285dependencies = [
 2286 "bzip2-sys",
 2287 "libc",
 2288]
 2289
 2290[[package]]
 2291name = "bzip2-sys"
 2292version = "0.1.13+1.0.8"
 2293source = "registry+https://github.com/rust-lang/crates.io-index"
 2294checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
 2295dependencies = [
 2296 "cc",
 2297 "pkg-config",
 2298]
 2299
 2300[[package]]
 2301name = "call"
 2302version = "0.1.0"
 2303dependencies = [
 2304 "anyhow",
 2305 "audio",
 2306 "client",
 2307 "collections",
 2308 "fs",
 2309 "futures 0.3.31",
 2310 "gpui",
 2311 "gpui_tokio",
 2312 "http_client",
 2313 "language",
 2314 "livekit_client",
 2315 "log",
 2316 "postage",
 2317 "project",
 2318 "schemars",
 2319 "serde",
 2320 "serde_derive",
 2321 "settings",
 2322 "telemetry",
 2323 "util",
 2324]
 2325
 2326[[package]]
 2327name = "calloop"
 2328version = "0.13.0"
 2329source = "registry+https://github.com/rust-lang/crates.io-index"
 2330checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
 2331dependencies = [
 2332 "bitflags 2.8.0",
 2333 "log",
 2334 "polling",
 2335 "rustix",
 2336 "slab",
 2337 "thiserror 1.0.69",
 2338]
 2339
 2340[[package]]
 2341name = "calloop-wayland-source"
 2342version = "0.3.0"
 2343source = "registry+https://github.com/rust-lang/crates.io-index"
 2344checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
 2345dependencies = [
 2346 "calloop",
 2347 "rustix",
 2348 "wayland-backend",
 2349 "wayland-client",
 2350]
 2351
 2352[[package]]
 2353name = "camino"
 2354version = "1.1.9"
 2355source = "registry+https://github.com/rust-lang/crates.io-index"
 2356checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
 2357dependencies = [
 2358 "serde",
 2359]
 2360
 2361[[package]]
 2362name = "cap-fs-ext"
 2363version = "3.4.2"
 2364source = "registry+https://github.com/rust-lang/crates.io-index"
 2365checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
 2366dependencies = [
 2367 "cap-primitives",
 2368 "cap-std",
 2369 "io-lifetimes",
 2370 "windows-sys 0.52.0",
 2371]
 2372
 2373[[package]]
 2374name = "cap-net-ext"
 2375version = "3.4.2"
 2376source = "registry+https://github.com/rust-lang/crates.io-index"
 2377checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
 2378dependencies = [
 2379 "cap-primitives",
 2380 "cap-std",
 2381 "rustix",
 2382 "smallvec",
 2383]
 2384
 2385[[package]]
 2386name = "cap-primitives"
 2387version = "3.4.2"
 2388source = "registry+https://github.com/rust-lang/crates.io-index"
 2389checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
 2390dependencies = [
 2391 "ambient-authority",
 2392 "fs-set-times",
 2393 "io-extras",
 2394 "io-lifetimes",
 2395 "ipnet",
 2396 "maybe-owned",
 2397 "rustix",
 2398 "windows-sys 0.52.0",
 2399 "winx",
 2400]
 2401
 2402[[package]]
 2403name = "cap-rand"
 2404version = "3.4.2"
 2405source = "registry+https://github.com/rust-lang/crates.io-index"
 2406checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
 2407dependencies = [
 2408 "ambient-authority",
 2409 "rand 0.8.5",
 2410]
 2411
 2412[[package]]
 2413name = "cap-std"
 2414version = "3.4.2"
 2415source = "registry+https://github.com/rust-lang/crates.io-index"
 2416checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
 2417dependencies = [
 2418 "cap-primitives",
 2419 "io-extras",
 2420 "io-lifetimes",
 2421 "rustix",
 2422]
 2423
 2424[[package]]
 2425name = "cap-time-ext"
 2426version = "3.4.2"
 2427source = "registry+https://github.com/rust-lang/crates.io-index"
 2428checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
 2429dependencies = [
 2430 "ambient-authority",
 2431 "cap-primitives",
 2432 "iana-time-zone",
 2433 "once_cell",
 2434 "rustix",
 2435 "winx",
 2436]
 2437
 2438[[package]]
 2439name = "cargo-platform"
 2440version = "0.1.9"
 2441source = "registry+https://github.com/rust-lang/crates.io-index"
 2442checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2443dependencies = [
 2444 "serde",
 2445]
 2446
 2447[[package]]
 2448name = "cargo_metadata"
 2449version = "0.19.2"
 2450source = "registry+https://github.com/rust-lang/crates.io-index"
 2451checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2452dependencies = [
 2453 "camino",
 2454 "cargo-platform",
 2455 "semver",
 2456 "serde",
 2457 "serde_json",
 2458 "thiserror 2.0.12",
 2459]
 2460
 2461[[package]]
 2462name = "cargo_toml"
 2463version = "0.21.0"
 2464source = "registry+https://github.com/rust-lang/crates.io-index"
 2465checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2466dependencies = [
 2467 "serde",
 2468 "toml 0.8.20",
 2469]
 2470
 2471[[package]]
 2472name = "cast"
 2473version = "0.3.0"
 2474source = "registry+https://github.com/rust-lang/crates.io-index"
 2475checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2476
 2477[[package]]
 2478name = "cbc"
 2479version = "0.1.2"
 2480source = "registry+https://github.com/rust-lang/crates.io-index"
 2481checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2482dependencies = [
 2483 "cipher",
 2484]
 2485
 2486[[package]]
 2487name = "cbindgen"
 2488version = "0.27.0"
 2489source = "registry+https://github.com/rust-lang/crates.io-index"
 2490checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
 2491dependencies = [
 2492 "clap",
 2493 "heck 0.4.1",
 2494 "indexmap",
 2495 "log",
 2496 "proc-macro2",
 2497 "quote",
 2498 "serde",
 2499 "serde_json",
 2500 "syn 2.0.100",
 2501 "tempfile",
 2502 "toml 0.8.20",
 2503]
 2504
 2505[[package]]
 2506name = "cbindgen"
 2507version = "0.28.0"
 2508source = "registry+https://github.com/rust-lang/crates.io-index"
 2509checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2510dependencies = [
 2511 "heck 0.4.1",
 2512 "indexmap",
 2513 "log",
 2514 "proc-macro2",
 2515 "quote",
 2516 "serde",
 2517 "serde_json",
 2518 "syn 2.0.100",
 2519 "tempfile",
 2520 "toml 0.8.20",
 2521]
 2522
 2523[[package]]
 2524name = "cc"
 2525version = "1.2.12"
 2526source = "registry+https://github.com/rust-lang/crates.io-index"
 2527checksum = "755717a7de9ec452bf7f3f1a3099085deabd7f2962b861dae91ecd7a365903d2"
 2528dependencies = [
 2529 "jobserver",
 2530 "libc",
 2531 "shlex",
 2532]
 2533
 2534[[package]]
 2535name = "cesu8"
 2536version = "1.1.0"
 2537source = "registry+https://github.com/rust-lang/crates.io-index"
 2538checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2539
 2540[[package]]
 2541name = "cexpr"
 2542version = "0.6.0"
 2543source = "registry+https://github.com/rust-lang/crates.io-index"
 2544checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2545dependencies = [
 2546 "nom",
 2547]
 2548
 2549[[package]]
 2550name = "cfg-expr"
 2551version = "0.15.8"
 2552source = "registry+https://github.com/rust-lang/crates.io-index"
 2553checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2554dependencies = [
 2555 "smallvec",
 2556 "target-lexicon 0.12.16",
 2557]
 2558
 2559[[package]]
 2560name = "cfg-if"
 2561version = "1.0.0"
 2562source = "registry+https://github.com/rust-lang/crates.io-index"
 2563checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 2564
 2565[[package]]
 2566name = "cfg_aliases"
 2567version = "0.1.1"
 2568source = "registry+https://github.com/rust-lang/crates.io-index"
 2569checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2570
 2571[[package]]
 2572name = "cfg_aliases"
 2573version = "0.2.1"
 2574source = "registry+https://github.com/rust-lang/crates.io-index"
 2575checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2576
 2577[[package]]
 2578name = "cgl"
 2579version = "0.3.2"
 2580source = "registry+https://github.com/rust-lang/crates.io-index"
 2581checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2582dependencies = [
 2583 "libc",
 2584]
 2585
 2586[[package]]
 2587name = "channel"
 2588version = "0.1.0"
 2589dependencies = [
 2590 "anyhow",
 2591 "client",
 2592 "clock",
 2593 "collections",
 2594 "futures 0.3.31",
 2595 "gpui",
 2596 "http_client",
 2597 "language",
 2598 "log",
 2599 "rand 0.8.5",
 2600 "release_channel",
 2601 "rpc",
 2602 "settings",
 2603 "sum_tree",
 2604 "text",
 2605 "time",
 2606 "util",
 2607]
 2608
 2609[[package]]
 2610name = "chrono"
 2611version = "0.4.40"
 2612source = "registry+https://github.com/rust-lang/crates.io-index"
 2613checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
 2614dependencies = [
 2615 "android-tzdata",
 2616 "iana-time-zone",
 2617 "js-sys",
 2618 "num-traits",
 2619 "serde",
 2620 "wasm-bindgen",
 2621 "windows-link",
 2622]
 2623
 2624[[package]]
 2625name = "chunked_transfer"
 2626version = "1.5.0"
 2627source = "registry+https://github.com/rust-lang/crates.io-index"
 2628checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2629
 2630[[package]]
 2631name = "ciborium"
 2632version = "0.2.2"
 2633source = "registry+https://github.com/rust-lang/crates.io-index"
 2634checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2635dependencies = [
 2636 "ciborium-io",
 2637 "ciborium-ll",
 2638 "serde",
 2639]
 2640
 2641[[package]]
 2642name = "ciborium-io"
 2643version = "0.2.2"
 2644source = "registry+https://github.com/rust-lang/crates.io-index"
 2645checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2646
 2647[[package]]
 2648name = "ciborium-ll"
 2649version = "0.2.2"
 2650source = "registry+https://github.com/rust-lang/crates.io-index"
 2651checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2652dependencies = [
 2653 "ciborium-io",
 2654 "half",
 2655]
 2656
 2657[[package]]
 2658name = "cipher"
 2659version = "0.4.4"
 2660source = "registry+https://github.com/rust-lang/crates.io-index"
 2661checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2662dependencies = [
 2663 "crypto-common",
 2664 "inout",
 2665 "zeroize",
 2666]
 2667
 2668[[package]]
 2669name = "circular-buffer"
 2670version = "1.0.0"
 2671source = "registry+https://github.com/rust-lang/crates.io-index"
 2672checksum = "4dacb91f972298e70fc507a2ffcaf1545807f1a36da586fb846646030adc542f"
 2673
 2674[[package]]
 2675name = "clang-sys"
 2676version = "1.8.1"
 2677source = "registry+https://github.com/rust-lang/crates.io-index"
 2678checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2679dependencies = [
 2680 "glob",
 2681 "libc",
 2682 "libloading",
 2683]
 2684
 2685[[package]]
 2686name = "clap"
 2687version = "4.5.34"
 2688source = "registry+https://github.com/rust-lang/crates.io-index"
 2689checksum = "e958897981290da2a852763fe9cdb89cd36977a5d729023127095fa94d95e2ff"
 2690dependencies = [
 2691 "clap_builder",
 2692 "clap_derive",
 2693]
 2694
 2695[[package]]
 2696name = "clap_builder"
 2697version = "4.5.34"
 2698source = "registry+https://github.com/rust-lang/crates.io-index"
 2699checksum = "83b0f35019843db2160b5bb19ae09b4e6411ac33fc6a712003c33e03090e2489"
 2700dependencies = [
 2701 "anstream",
 2702 "anstyle",
 2703 "clap_lex",
 2704 "strsim",
 2705 "terminal_size",
 2706]
 2707
 2708[[package]]
 2709name = "clap_complete"
 2710version = "4.5.38"
 2711source = "registry+https://github.com/rust-lang/crates.io-index"
 2712checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
 2713dependencies = [
 2714 "clap",
 2715]
 2716
 2717[[package]]
 2718name = "clap_derive"
 2719version = "4.5.32"
 2720source = "registry+https://github.com/rust-lang/crates.io-index"
 2721checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
 2722dependencies = [
 2723 "heck 0.5.0",
 2724 "proc-macro2",
 2725 "quote",
 2726 "syn 2.0.100",
 2727]
 2728
 2729[[package]]
 2730name = "clap_lex"
 2731version = "0.7.4"
 2732source = "registry+https://github.com/rust-lang/crates.io-index"
 2733checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
 2734
 2735[[package]]
 2736name = "cli"
 2737version = "0.1.0"
 2738dependencies = [
 2739 "anyhow",
 2740 "clap",
 2741 "collections",
 2742 "core-foundation 0.10.0",
 2743 "core-services",
 2744 "exec",
 2745 "fork",
 2746 "ipc-channel",
 2747 "parking_lot",
 2748 "paths",
 2749 "plist",
 2750 "release_channel",
 2751 "serde",
 2752 "tempfile",
 2753 "util",
 2754 "windows 0.61.1",
 2755]
 2756
 2757[[package]]
 2758name = "client"
 2759version = "0.1.0"
 2760dependencies = [
 2761 "anyhow",
 2762 "async-native-tls",
 2763 "async-recursion 0.3.2",
 2764 "async-tungstenite",
 2765 "chrono",
 2766 "clock",
 2767 "cocoa 0.26.0",
 2768 "collections",
 2769 "credentials_provider",
 2770 "feature_flags",
 2771 "futures 0.3.31",
 2772 "gpui",
 2773 "http_client",
 2774 "http_client_tls",
 2775 "log",
 2776 "parking_lot",
 2777 "paths",
 2778 "postage",
 2779 "rand 0.8.5",
 2780 "release_channel",
 2781 "rpc",
 2782 "schemars",
 2783 "serde",
 2784 "serde_json",
 2785 "settings",
 2786 "sha2",
 2787 "smol",
 2788 "telemetry",
 2789 "telemetry_events",
 2790 "text",
 2791 "thiserror 2.0.12",
 2792 "time",
 2793 "tiny_http",
 2794 "tokio-socks",
 2795 "url",
 2796 "util",
 2797 "windows 0.61.1",
 2798 "worktree",
 2799]
 2800
 2801[[package]]
 2802name = "clock"
 2803version = "0.1.0"
 2804dependencies = [
 2805 "parking_lot",
 2806 "serde",
 2807 "smallvec",
 2808]
 2809
 2810[[package]]
 2811name = "cmake"
 2812version = "0.1.53"
 2813source = "registry+https://github.com/rust-lang/crates.io-index"
 2814checksum = "e24a03c8b52922d68a1589ad61032f2c1aa5a8158d2aa0d93c6e9534944bbad6"
 2815dependencies = [
 2816 "cc",
 2817]
 2818
 2819[[package]]
 2820name = "cobs"
 2821version = "0.2.3"
 2822source = "registry+https://github.com/rust-lang/crates.io-index"
 2823checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
 2824
 2825[[package]]
 2826name = "cocoa"
 2827version = "0.25.0"
 2828source = "registry+https://github.com/rust-lang/crates.io-index"
 2829checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 2830dependencies = [
 2831 "bitflags 1.3.2",
 2832 "block",
 2833 "cocoa-foundation 0.1.2",
 2834 "core-foundation 0.9.4",
 2835 "core-graphics 0.23.2",
 2836 "foreign-types 0.5.0",
 2837 "libc",
 2838 "objc",
 2839]
 2840
 2841[[package]]
 2842name = "cocoa"
 2843version = "0.26.0"
 2844source = "registry+https://github.com/rust-lang/crates.io-index"
 2845checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 2846dependencies = [
 2847 "bitflags 2.8.0",
 2848 "block",
 2849 "cocoa-foundation 0.2.0",
 2850 "core-foundation 0.10.0",
 2851 "core-graphics 0.24.0",
 2852 "foreign-types 0.5.0",
 2853 "libc",
 2854 "objc",
 2855]
 2856
 2857[[package]]
 2858name = "cocoa-foundation"
 2859version = "0.1.2"
 2860source = "registry+https://github.com/rust-lang/crates.io-index"
 2861checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 2862dependencies = [
 2863 "bitflags 1.3.2",
 2864 "block",
 2865 "core-foundation 0.9.4",
 2866 "core-graphics-types 0.1.3",
 2867 "libc",
 2868 "objc",
 2869]
 2870
 2871[[package]]
 2872name = "cocoa-foundation"
 2873version = "0.2.0"
 2874source = "registry+https://github.com/rust-lang/crates.io-index"
 2875checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 2876dependencies = [
 2877 "bitflags 2.8.0",
 2878 "block",
 2879 "core-foundation 0.10.0",
 2880 "core-graphics-types 0.2.0",
 2881 "libc",
 2882 "objc",
 2883]
 2884
 2885[[package]]
 2886name = "codespan-reporting"
 2887version = "0.11.1"
 2888source = "registry+https://github.com/rust-lang/crates.io-index"
 2889checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
 2890dependencies = [
 2891 "termcolor",
 2892 "unicode-width",
 2893]
 2894
 2895[[package]]
 2896name = "codespan-reporting"
 2897version = "0.12.0"
 2898source = "registry+https://github.com/rust-lang/crates.io-index"
 2899checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81"
 2900dependencies = [
 2901 "serde",
 2902 "termcolor",
 2903 "unicode-width",
 2904]
 2905
 2906[[package]]
 2907name = "collab"
 2908version = "0.44.0"
 2909dependencies = [
 2910 "anthropic",
 2911 "anyhow",
 2912 "assistant",
 2913 "assistant_context_editor",
 2914 "assistant_slash_command",
 2915 "assistant_tool",
 2916 "async-stripe",
 2917 "async-trait",
 2918 "async-tungstenite",
 2919 "audio",
 2920 "aws-config",
 2921 "aws-sdk-kinesis",
 2922 "aws-sdk-s3",
 2923 "axum",
 2924 "axum-extra",
 2925 "base64 0.22.1",
 2926 "buffer_diff",
 2927 "call",
 2928 "channel",
 2929 "chrono",
 2930 "client",
 2931 "clock",
 2932 "collab_ui",
 2933 "collections",
 2934 "command_palette_hooks",
 2935 "context_server",
 2936 "ctor",
 2937 "dap",
 2938 "dashmap 6.1.0",
 2939 "debugger_ui",
 2940 "derive_more",
 2941 "editor",
 2942 "env_logger 0.11.7",
 2943 "envy",
 2944 "extension",
 2945 "file_finder",
 2946 "fs",
 2947 "futures 0.3.31",
 2948 "git",
 2949 "git_hosting_providers",
 2950 "git_ui",
 2951 "google_ai",
 2952 "gpui",
 2953 "gpui_tokio",
 2954 "hex",
 2955 "http_client",
 2956 "hyper 0.14.32",
 2957 "indoc",
 2958 "jsonwebtoken",
 2959 "language",
 2960 "language_model",
 2961 "livekit_api",
 2962 "livekit_client",
 2963 "log",
 2964 "lsp",
 2965 "menu",
 2966 "multi_buffer",
 2967 "nanoid",
 2968 "node_runtime",
 2969 "notifications",
 2970 "open_ai",
 2971 "parking_lot",
 2972 "pretty_assertions",
 2973 "project",
 2974 "prometheus",
 2975 "prompt_store",
 2976 "prost 0.9.0",
 2977 "rand 0.8.5",
 2978 "recent_projects",
 2979 "release_channel",
 2980 "remote",
 2981 "remote_server",
 2982 "reqwest 0.11.27",
 2983 "reqwest_client",
 2984 "rpc",
 2985 "rustc-demangle",
 2986 "scrypt",
 2987 "sea-orm",
 2988 "semantic_version",
 2989 "semver",
 2990 "serde",
 2991 "serde_derive",
 2992 "serde_json",
 2993 "session",
 2994 "settings",
 2995 "sha2",
 2996 "sqlx",
 2997 "strum",
 2998 "subtle",
 2999 "supermaven_api",
 3000 "telemetry_events",
 3001 "text",
 3002 "theme",
 3003 "thiserror 2.0.12",
 3004 "time",
 3005 "tokio",
 3006 "toml 0.8.20",
 3007 "tower",
 3008 "tower-http 0.4.4",
 3009 "tracing",
 3010 "tracing-subscriber",
 3011 "unindent",
 3012 "util",
 3013 "uuid",
 3014 "workspace",
 3015 "worktree",
 3016]
 3017
 3018[[package]]
 3019name = "collab_ui"
 3020version = "0.1.0"
 3021dependencies = [
 3022 "anyhow",
 3023 "call",
 3024 "channel",
 3025 "chrono",
 3026 "client",
 3027 "collections",
 3028 "db",
 3029 "editor",
 3030 "emojis",
 3031 "futures 0.3.31",
 3032 "fuzzy",
 3033 "gpui",
 3034 "http_client",
 3035 "language",
 3036 "menu",
 3037 "notifications",
 3038 "picker",
 3039 "pretty_assertions",
 3040 "project",
 3041 "release_channel",
 3042 "rich_text",
 3043 "rpc",
 3044 "schemars",
 3045 "serde",
 3046 "serde_derive",
 3047 "serde_json",
 3048 "settings",
 3049 "smallvec",
 3050 "story",
 3051 "telemetry",
 3052 "theme",
 3053 "time",
 3054 "time_format",
 3055 "title_bar",
 3056 "tree-sitter-md",
 3057 "ui",
 3058 "util",
 3059 "workspace",
 3060]
 3061
 3062[[package]]
 3063name = "collections"
 3064version = "0.1.0"
 3065dependencies = [
 3066 "indexmap",
 3067 "rustc-hash 2.1.1",
 3068]
 3069
 3070[[package]]
 3071name = "color_quant"
 3072version = "1.1.0"
 3073source = "registry+https://github.com/rust-lang/crates.io-index"
 3074checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3075
 3076[[package]]
 3077name = "colorchoice"
 3078version = "1.0.3"
 3079source = "registry+https://github.com/rust-lang/crates.io-index"
 3080checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
 3081
 3082[[package]]
 3083name = "combine"
 3084version = "4.6.7"
 3085source = "registry+https://github.com/rust-lang/crates.io-index"
 3086checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3087dependencies = [
 3088 "bytes 1.10.1",
 3089 "memchr",
 3090]
 3091
 3092[[package]]
 3093name = "command_palette"
 3094version = "0.1.0"
 3095dependencies = [
 3096 "client",
 3097 "collections",
 3098 "command_palette_hooks",
 3099 "ctor",
 3100 "editor",
 3101 "env_logger 0.11.7",
 3102 "fuzzy",
 3103 "go_to_line",
 3104 "gpui",
 3105 "language",
 3106 "menu",
 3107 "picker",
 3108 "postage",
 3109 "project",
 3110 "serde",
 3111 "serde_json",
 3112 "settings",
 3113 "telemetry",
 3114 "theme",
 3115 "ui",
 3116 "util",
 3117 "workspace",
 3118 "zed_actions",
 3119]
 3120
 3121[[package]]
 3122name = "command_palette_hooks"
 3123version = "0.1.0"
 3124dependencies = [
 3125 "collections",
 3126 "derive_more",
 3127 "gpui",
 3128]
 3129
 3130[[package]]
 3131name = "component"
 3132version = "0.1.0"
 3133dependencies = [
 3134 "collections",
 3135 "gpui",
 3136 "linkme",
 3137 "parking_lot",
 3138 "theme",
 3139]
 3140
 3141[[package]]
 3142name = "component_preview"
 3143version = "0.1.0"
 3144dependencies = [
 3145 "client",
 3146 "collections",
 3147 "component",
 3148 "gpui",
 3149 "languages",
 3150 "notifications",
 3151 "project",
 3152 "ui",
 3153 "workspace",
 3154]
 3155
 3156[[package]]
 3157name = "concurrent-queue"
 3158version = "2.5.0"
 3159source = "registry+https://github.com/rust-lang/crates.io-index"
 3160checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3161dependencies = [
 3162 "crossbeam-utils",
 3163]
 3164
 3165[[package]]
 3166name = "console"
 3167version = "0.15.8"
 3168source = "registry+https://github.com/rust-lang/crates.io-index"
 3169checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
 3170dependencies = [
 3171 "encode_unicode",
 3172 "lazy_static",
 3173 "libc",
 3174 "unicode-width",
 3175 "windows-sys 0.52.0",
 3176]
 3177
 3178[[package]]
 3179name = "const-oid"
 3180version = "0.9.6"
 3181source = "registry+https://github.com/rust-lang/crates.io-index"
 3182checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3183
 3184[[package]]
 3185name = "const-random"
 3186version = "0.1.18"
 3187source = "registry+https://github.com/rust-lang/crates.io-index"
 3188checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3189dependencies = [
 3190 "const-random-macro",
 3191]
 3192
 3193[[package]]
 3194name = "const-random-macro"
 3195version = "0.1.16"
 3196source = "registry+https://github.com/rust-lang/crates.io-index"
 3197checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3198dependencies = [
 3199 "getrandom 0.2.15",
 3200 "once_cell",
 3201 "tiny-keccak",
 3202]
 3203
 3204[[package]]
 3205name = "constant_time_eq"
 3206version = "0.1.5"
 3207source = "registry+https://github.com/rust-lang/crates.io-index"
 3208checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3209
 3210[[package]]
 3211name = "constant_time_eq"
 3212version = "0.3.1"
 3213source = "registry+https://github.com/rust-lang/crates.io-index"
 3214checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
 3215
 3216[[package]]
 3217name = "context_server"
 3218version = "0.1.0"
 3219dependencies = [
 3220 "anyhow",
 3221 "assistant_tool",
 3222 "async-trait",
 3223 "collections",
 3224 "command_palette_hooks",
 3225 "context_server_settings",
 3226 "extension",
 3227 "futures 0.3.31",
 3228 "gpui",
 3229 "icons",
 3230 "language_model",
 3231 "log",
 3232 "parking_lot",
 3233 "postage",
 3234 "project",
 3235 "serde",
 3236 "serde_json",
 3237 "settings",
 3238 "smol",
 3239 "url",
 3240 "util",
 3241]
 3242
 3243[[package]]
 3244name = "context_server_settings"
 3245version = "0.1.0"
 3246dependencies = [
 3247 "anyhow",
 3248 "collections",
 3249 "gpui",
 3250 "schemars",
 3251 "serde",
 3252 "serde_json",
 3253 "settings",
 3254]
 3255
 3256[[package]]
 3257name = "convert_case"
 3258version = "0.4.0"
 3259source = "registry+https://github.com/rust-lang/crates.io-index"
 3260checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
 3261
 3262[[package]]
 3263name = "convert_case"
 3264version = "0.8.0"
 3265source = "registry+https://github.com/rust-lang/crates.io-index"
 3266checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3267dependencies = [
 3268 "unicode-segmentation",
 3269]
 3270
 3271[[package]]
 3272name = "copilot"
 3273version = "0.1.0"
 3274dependencies = [
 3275 "anyhow",
 3276 "async-std",
 3277 "chrono",
 3278 "client",
 3279 "clock",
 3280 "collections",
 3281 "command_palette_hooks",
 3282 "ctor",
 3283 "editor",
 3284 "env_logger 0.11.7",
 3285 "fs",
 3286 "futures 0.3.31",
 3287 "gpui",
 3288 "http_client",
 3289 "indoc",
 3290 "inline_completion",
 3291 "language",
 3292 "log",
 3293 "lsp",
 3294 "menu",
 3295 "node_runtime",
 3296 "parking_lot",
 3297 "paths",
 3298 "project",
 3299 "rpc",
 3300 "schemars",
 3301 "serde",
 3302 "serde_json",
 3303 "settings",
 3304 "strum",
 3305 "task",
 3306 "theme",
 3307 "ui",
 3308 "util",
 3309 "workspace",
 3310]
 3311
 3312[[package]]
 3313name = "core-foundation"
 3314version = "0.9.4"
 3315source = "registry+https://github.com/rust-lang/crates.io-index"
 3316checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3317dependencies = [
 3318 "core-foundation-sys",
 3319 "libc",
 3320]
 3321
 3322[[package]]
 3323name = "core-foundation"
 3324version = "0.10.0"
 3325source = "registry+https://github.com/rust-lang/crates.io-index"
 3326checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3327dependencies = [
 3328 "core-foundation-sys",
 3329 "libc",
 3330]
 3331
 3332[[package]]
 3333name = "core-foundation-sys"
 3334version = "0.8.7"
 3335source = "registry+https://github.com/rust-lang/crates.io-index"
 3336checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3337
 3338[[package]]
 3339name = "core-graphics"
 3340version = "0.23.2"
 3341source = "registry+https://github.com/rust-lang/crates.io-index"
 3342checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3343dependencies = [
 3344 "bitflags 1.3.2",
 3345 "core-foundation 0.9.4",
 3346 "core-graphics-types 0.1.3",
 3347 "foreign-types 0.5.0",
 3348 "libc",
 3349]
 3350
 3351[[package]]
 3352name = "core-graphics"
 3353version = "0.24.0"
 3354source = "registry+https://github.com/rust-lang/crates.io-index"
 3355checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3356dependencies = [
 3357 "bitflags 2.8.0",
 3358 "core-foundation 0.10.0",
 3359 "core-graphics-types 0.2.0",
 3360 "foreign-types 0.5.0",
 3361 "libc",
 3362]
 3363
 3364[[package]]
 3365name = "core-graphics-types"
 3366version = "0.1.3"
 3367source = "registry+https://github.com/rust-lang/crates.io-index"
 3368checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3369dependencies = [
 3370 "bitflags 1.3.2",
 3371 "core-foundation 0.9.4",
 3372 "libc",
 3373]
 3374
 3375[[package]]
 3376name = "core-graphics-types"
 3377version = "0.2.0"
 3378source = "registry+https://github.com/rust-lang/crates.io-index"
 3379checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3380dependencies = [
 3381 "bitflags 2.8.0",
 3382 "core-foundation 0.10.0",
 3383 "libc",
 3384]
 3385
 3386[[package]]
 3387name = "core-graphics2"
 3388version = "0.4.1"
 3389source = "registry+https://github.com/rust-lang/crates.io-index"
 3390checksum = "7e4583956b9806b69f73fcb23aee05eb3620efc282972f08f6a6db7504f8334d"
 3391dependencies = [
 3392 "bitflags 2.8.0",
 3393 "block",
 3394 "cfg-if",
 3395 "core-foundation 0.10.0",
 3396 "libc",
 3397]
 3398
 3399[[package]]
 3400name = "core-services"
 3401version = "0.2.1"
 3402source = "registry+https://github.com/rust-lang/crates.io-index"
 3403checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3404dependencies = [
 3405 "core-foundation 0.9.4",
 3406]
 3407
 3408[[package]]
 3409name = "core-text"
 3410version = "21.0.0"
 3411source = "registry+https://github.com/rust-lang/crates.io-index"
 3412checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3413dependencies = [
 3414 "core-foundation 0.10.0",
 3415 "core-graphics 0.24.0",
 3416 "foreign-types 0.5.0",
 3417 "libc",
 3418]
 3419
 3420[[package]]
 3421name = "core-video"
 3422version = "0.4.3"
 3423source = "registry+https://github.com/rust-lang/crates.io-index"
 3424checksum = "d45e71d5be22206bed53c3c3cb99315fc4c3d31b8963808c6bc4538168c4f8ef"
 3425dependencies = [
 3426 "block",
 3427 "core-foundation 0.10.0",
 3428 "core-graphics2",
 3429 "io-surface",
 3430 "libc",
 3431 "metal",
 3432]
 3433
 3434[[package]]
 3435name = "core_maths"
 3436version = "0.1.1"
 3437source = "registry+https://github.com/rust-lang/crates.io-index"
 3438checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3439dependencies = [
 3440 "libm",
 3441]
 3442
 3443[[package]]
 3444name = "coreaudio-rs"
 3445version = "0.11.3"
 3446source = "registry+https://github.com/rust-lang/crates.io-index"
 3447checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
 3448dependencies = [
 3449 "bitflags 1.3.2",
 3450 "core-foundation-sys",
 3451 "coreaudio-sys",
 3452]
 3453
 3454[[package]]
 3455name = "coreaudio-rs"
 3456version = "0.12.1"
 3457source = "registry+https://github.com/rust-lang/crates.io-index"
 3458checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3459dependencies = [
 3460 "bitflags 1.3.2",
 3461 "core-foundation-sys",
 3462 "coreaudio-sys",
 3463]
 3464
 3465[[package]]
 3466name = "coreaudio-sys"
 3467version = "0.2.16"
 3468source = "registry+https://github.com/rust-lang/crates.io-index"
 3469checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
 3470dependencies = [
 3471 "bindgen 0.70.1",
 3472]
 3473
 3474[[package]]
 3475name = "cosmic-text"
 3476version = "0.13.2"
 3477source = "registry+https://github.com/rust-lang/crates.io-index"
 3478checksum = "e418dd4f5128c3e93eab12246391c54a20c496811131f85754dc8152ee207892"
 3479dependencies = [
 3480 "bitflags 2.8.0",
 3481 "fontdb 0.16.2",
 3482 "log",
 3483 "rangemap",
 3484 "rustc-hash 1.1.0",
 3485 "rustybuzz 0.14.1",
 3486 "self_cell",
 3487 "smol_str 0.2.2",
 3488 "swash",
 3489 "sys-locale",
 3490 "ttf-parser 0.21.1",
 3491 "unicode-bidi",
 3492 "unicode-linebreak",
 3493 "unicode-script",
 3494 "unicode-segmentation",
 3495]
 3496
 3497[[package]]
 3498name = "cpal"
 3499version = "0.15.3"
 3500source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
 3501dependencies = [
 3502 "alsa",
 3503 "core-foundation-sys",
 3504 "coreaudio-rs 0.11.3",
 3505 "dasp_sample",
 3506 "jni",
 3507 "js-sys",
 3508 "libc",
 3509 "mach2",
 3510 "ndk",
 3511 "ndk-context",
 3512 "oboe",
 3513 "wasm-bindgen",
 3514 "wasm-bindgen-futures",
 3515 "web-sys",
 3516 "windows 0.54.0",
 3517]
 3518
 3519[[package]]
 3520name = "cpp_demangle"
 3521version = "0.4.4"
 3522source = "registry+https://github.com/rust-lang/crates.io-index"
 3523checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
 3524dependencies = [
 3525 "cfg-if",
 3526]
 3527
 3528[[package]]
 3529name = "cpufeatures"
 3530version = "0.2.16"
 3531source = "registry+https://github.com/rust-lang/crates.io-index"
 3532checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
 3533dependencies = [
 3534 "libc",
 3535]
 3536
 3537[[package]]
 3538name = "cranelift-bforest"
 3539version = "0.116.1"
 3540source = "registry+https://github.com/rust-lang/crates.io-index"
 3541checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
 3542dependencies = [
 3543 "cranelift-entity",
 3544]
 3545
 3546[[package]]
 3547name = "cranelift-bitset"
 3548version = "0.116.1"
 3549source = "registry+https://github.com/rust-lang/crates.io-index"
 3550checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
 3551dependencies = [
 3552 "serde",
 3553 "serde_derive",
 3554]
 3555
 3556[[package]]
 3557name = "cranelift-codegen"
 3558version = "0.116.1"
 3559source = "registry+https://github.com/rust-lang/crates.io-index"
 3560checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
 3561dependencies = [
 3562 "bumpalo",
 3563 "cranelift-bforest",
 3564 "cranelift-bitset",
 3565 "cranelift-codegen-meta",
 3566 "cranelift-codegen-shared",
 3567 "cranelift-control",
 3568 "cranelift-entity",
 3569 "cranelift-isle",
 3570 "gimli",
 3571 "hashbrown 0.14.5",
 3572 "log",
 3573 "regalloc2",
 3574 "rustc-hash 2.1.1",
 3575 "serde",
 3576 "smallvec",
 3577 "target-lexicon 0.13.2",
 3578]
 3579
 3580[[package]]
 3581name = "cranelift-codegen-meta"
 3582version = "0.116.1"
 3583source = "registry+https://github.com/rust-lang/crates.io-index"
 3584checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
 3585dependencies = [
 3586 "cranelift-codegen-shared",
 3587]
 3588
 3589[[package]]
 3590name = "cranelift-codegen-shared"
 3591version = "0.116.1"
 3592source = "registry+https://github.com/rust-lang/crates.io-index"
 3593checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
 3594
 3595[[package]]
 3596name = "cranelift-control"
 3597version = "0.116.1"
 3598source = "registry+https://github.com/rust-lang/crates.io-index"
 3599checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
 3600dependencies = [
 3601 "arbitrary",
 3602]
 3603
 3604[[package]]
 3605name = "cranelift-entity"
 3606version = "0.116.1"
 3607source = "registry+https://github.com/rust-lang/crates.io-index"
 3608checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
 3609dependencies = [
 3610 "cranelift-bitset",
 3611 "serde",
 3612 "serde_derive",
 3613]
 3614
 3615[[package]]
 3616name = "cranelift-frontend"
 3617version = "0.116.1"
 3618source = "registry+https://github.com/rust-lang/crates.io-index"
 3619checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
 3620dependencies = [
 3621 "cranelift-codegen",
 3622 "log",
 3623 "smallvec",
 3624 "target-lexicon 0.13.2",
 3625]
 3626
 3627[[package]]
 3628name = "cranelift-isle"
 3629version = "0.116.1"
 3630source = "registry+https://github.com/rust-lang/crates.io-index"
 3631checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
 3632
 3633[[package]]
 3634name = "cranelift-native"
 3635version = "0.116.1"
 3636source = "registry+https://github.com/rust-lang/crates.io-index"
 3637checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
 3638dependencies = [
 3639 "cranelift-codegen",
 3640 "libc",
 3641 "target-lexicon 0.13.2",
 3642]
 3643
 3644[[package]]
 3645name = "crc"
 3646version = "3.2.1"
 3647source = "registry+https://github.com/rust-lang/crates.io-index"
 3648checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
 3649dependencies = [
 3650 "crc-catalog",
 3651]
 3652
 3653[[package]]
 3654name = "crc-catalog"
 3655version = "2.4.0"
 3656source = "registry+https://github.com/rust-lang/crates.io-index"
 3657checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 3658
 3659[[package]]
 3660name = "crc32c"
 3661version = "0.6.8"
 3662source = "registry+https://github.com/rust-lang/crates.io-index"
 3663checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
 3664dependencies = [
 3665 "rustc_version",
 3666]
 3667
 3668[[package]]
 3669name = "crc32fast"
 3670version = "1.4.2"
 3671source = "registry+https://github.com/rust-lang/crates.io-index"
 3672checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
 3673dependencies = [
 3674 "cfg-if",
 3675]
 3676
 3677[[package]]
 3678name = "crc64fast-nvme"
 3679version = "1.1.1"
 3680source = "registry+https://github.com/rust-lang/crates.io-index"
 3681checksum = "d5e2ee08013e3f228d6d2394116c4549a6df77708442c62d887d83f68ef2ee37"
 3682dependencies = [
 3683 "cbindgen 0.27.0",
 3684 "crc",
 3685]
 3686
 3687[[package]]
 3688name = "credentials_provider"
 3689version = "0.1.0"
 3690dependencies = [
 3691 "anyhow",
 3692 "futures 0.3.31",
 3693 "gpui",
 3694 "paths",
 3695 "release_channel",
 3696 "serde",
 3697 "serde_json",
 3698]
 3699
 3700[[package]]
 3701name = "criterion"
 3702version = "0.5.1"
 3703source = "registry+https://github.com/rust-lang/crates.io-index"
 3704checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 3705dependencies = [
 3706 "anes",
 3707 "cast",
 3708 "ciborium",
 3709 "clap",
 3710 "criterion-plot",
 3711 "is-terminal",
 3712 "itertools 0.10.5",
 3713 "num-traits",
 3714 "once_cell",
 3715 "oorandom",
 3716 "plotters",
 3717 "rayon",
 3718 "regex",
 3719 "serde",
 3720 "serde_derive",
 3721 "serde_json",
 3722 "tinytemplate",
 3723 "walkdir",
 3724]
 3725
 3726[[package]]
 3727name = "criterion-plot"
 3728version = "0.5.0"
 3729source = "registry+https://github.com/rust-lang/crates.io-index"
 3730checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 3731dependencies = [
 3732 "cast",
 3733 "itertools 0.10.5",
 3734]
 3735
 3736[[package]]
 3737name = "crossbeam-channel"
 3738version = "0.5.13"
 3739source = "registry+https://github.com/rust-lang/crates.io-index"
 3740checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
 3741dependencies = [
 3742 "crossbeam-utils",
 3743]
 3744
 3745[[package]]
 3746name = "crossbeam-deque"
 3747version = "0.8.5"
 3748source = "registry+https://github.com/rust-lang/crates.io-index"
 3749checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
 3750dependencies = [
 3751 "crossbeam-epoch",
 3752 "crossbeam-utils",
 3753]
 3754
 3755[[package]]
 3756name = "crossbeam-epoch"
 3757version = "0.9.18"
 3758source = "registry+https://github.com/rust-lang/crates.io-index"
 3759checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 3760dependencies = [
 3761 "crossbeam-utils",
 3762]
 3763
 3764[[package]]
 3765name = "crossbeam-queue"
 3766version = "0.3.11"
 3767source = "registry+https://github.com/rust-lang/crates.io-index"
 3768checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
 3769dependencies = [
 3770 "crossbeam-utils",
 3771]
 3772
 3773[[package]]
 3774name = "crossbeam-utils"
 3775version = "0.8.20"
 3776source = "registry+https://github.com/rust-lang/crates.io-index"
 3777checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
 3778
 3779[[package]]
 3780name = "crunchy"
 3781version = "0.2.2"
 3782source = "registry+https://github.com/rust-lang/crates.io-index"
 3783checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
 3784
 3785[[package]]
 3786name = "crypto-bigint"
 3787version = "0.4.9"
 3788source = "registry+https://github.com/rust-lang/crates.io-index"
 3789checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 3790dependencies = [
 3791 "generic-array",
 3792 "rand_core 0.6.4",
 3793 "subtle",
 3794 "zeroize",
 3795]
 3796
 3797[[package]]
 3798name = "crypto-bigint"
 3799version = "0.5.5"
 3800source = "registry+https://github.com/rust-lang/crates.io-index"
 3801checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 3802dependencies = [
 3803 "rand_core 0.6.4",
 3804 "subtle",
 3805]
 3806
 3807[[package]]
 3808name = "crypto-common"
 3809version = "0.1.6"
 3810source = "registry+https://github.com/rust-lang/crates.io-index"
 3811checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 3812dependencies = [
 3813 "generic-array",
 3814 "rand_core 0.6.4",
 3815 "typenum",
 3816]
 3817
 3818[[package]]
 3819name = "ctor"
 3820version = "0.4.1"
 3821source = "registry+https://github.com/rust-lang/crates.io-index"
 3822checksum = "07e9666f4a9a948d4f1dff0c08a4512b0f7c86414b23960104c243c10d79f4c3"
 3823dependencies = [
 3824 "ctor-proc-macro",
 3825 "dtor",
 3826]
 3827
 3828[[package]]
 3829name = "ctor-proc-macro"
 3830version = "0.0.5"
 3831source = "registry+https://github.com/rust-lang/crates.io-index"
 3832checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
 3833
 3834[[package]]
 3835name = "ctrlc"
 3836version = "3.4.5"
 3837source = "registry+https://github.com/rust-lang/crates.io-index"
 3838checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
 3839dependencies = [
 3840 "nix",
 3841 "windows-sys 0.59.0",
 3842]
 3843
 3844[[package]]
 3845name = "cursor-icon"
 3846version = "1.1.0"
 3847source = "registry+https://github.com/rust-lang/crates.io-index"
 3848checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
 3849
 3850[[package]]
 3851name = "cxx"
 3852version = "1.0.151"
 3853source = "registry+https://github.com/rust-lang/crates.io-index"
 3854checksum = "fdb3e596b379180315d2f934231e233a2fc745041f88231807774093d8de45f2"
 3855dependencies = [
 3856 "cc",
 3857 "cxxbridge-cmd",
 3858 "cxxbridge-flags",
 3859 "cxxbridge-macro",
 3860 "foldhash",
 3861 "link-cplusplus",
 3862]
 3863
 3864[[package]]
 3865name = "cxx-build"
 3866version = "1.0.151"
 3867source = "registry+https://github.com/rust-lang/crates.io-index"
 3868checksum = "3743fae7f47620cd34ec23bab819db9ee52da93166a058f87ab0ad99d777dc9b"
 3869dependencies = [
 3870 "cc",
 3871 "codespan-reporting 0.12.0",
 3872 "proc-macro2",
 3873 "quote",
 3874 "scratch",
 3875 "syn 2.0.100",
 3876]
 3877
 3878[[package]]
 3879name = "cxxbridge-cmd"
 3880version = "1.0.151"
 3881source = "registry+https://github.com/rust-lang/crates.io-index"
 3882checksum = "aaea0273c049b126a3918df88a1670c9c0168e0738df9370a988ff69070d4fff"
 3883dependencies = [
 3884 "clap",
 3885 "codespan-reporting 0.12.0",
 3886 "proc-macro2",
 3887 "quote",
 3888 "syn 2.0.100",
 3889]
 3890
 3891[[package]]
 3892name = "cxxbridge-flags"
 3893version = "1.0.151"
 3894source = "registry+https://github.com/rust-lang/crates.io-index"
 3895checksum = "020a9a3d6b792aab7f30f6e323893ad7f45052e572cde5d014c47fe67c89495f"
 3896
 3897[[package]]
 3898name = "cxxbridge-macro"
 3899version = "1.0.151"
 3900source = "registry+https://github.com/rust-lang/crates.io-index"
 3901checksum = "ee54cd01f94db0328c4c73036d38bd8c3bb88927e953d05ffefe743edbf4eb68"
 3902dependencies = [
 3903 "proc-macro2",
 3904 "quote",
 3905 "rustversion",
 3906 "syn 2.0.100",
 3907]
 3908
 3909[[package]]
 3910name = "dap"
 3911version = "0.1.0"
 3912dependencies = [
 3913 "anyhow",
 3914 "async-compression",
 3915 "async-pipe",
 3916 "async-tar",
 3917 "async-trait",
 3918 "client",
 3919 "collections",
 3920 "dap-types",
 3921 "env_logger 0.11.7",
 3922 "fs",
 3923 "futures 0.3.31",
 3924 "gpui",
 3925 "http_client",
 3926 "language",
 3927 "log",
 3928 "node_runtime",
 3929 "parking_lot",
 3930 "paths",
 3931 "regex",
 3932 "schemars",
 3933 "serde",
 3934 "serde_json",
 3935 "settings",
 3936 "smallvec",
 3937 "smol",
 3938 "task",
 3939 "util",
 3940]
 3941
 3942[[package]]
 3943name = "dap-types"
 3944version = "0.0.1"
 3945source = "git+https://github.com/zed-industries/dap-types?rev=bfd4af0#bfd4af084bbaa5f344e6925370d7642e41d0b5b8"
 3946dependencies = [
 3947 "schemars",
 3948 "serde",
 3949 "serde_json",
 3950]
 3951
 3952[[package]]
 3953name = "dap_adapters"
 3954version = "0.1.0"
 3955dependencies = [
 3956 "anyhow",
 3957 "async-trait",
 3958 "dap",
 3959 "gpui",
 3960 "language",
 3961 "paths",
 3962 "regex",
 3963 "serde",
 3964 "serde_json",
 3965 "task",
 3966 "util",
 3967]
 3968
 3969[[package]]
 3970name = "dashmap"
 3971version = "5.5.3"
 3972source = "registry+https://github.com/rust-lang/crates.io-index"
 3973checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
 3974dependencies = [
 3975 "cfg-if",
 3976 "hashbrown 0.14.5",
 3977 "lock_api",
 3978 "once_cell",
 3979 "parking_lot_core",
 3980]
 3981
 3982[[package]]
 3983name = "dashmap"
 3984version = "6.1.0"
 3985source = "registry+https://github.com/rust-lang/crates.io-index"
 3986checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 3987dependencies = [
 3988 "cfg-if",
 3989 "crossbeam-utils",
 3990 "hashbrown 0.14.5",
 3991 "lock_api",
 3992 "once_cell",
 3993 "parking_lot_core",
 3994]
 3995
 3996[[package]]
 3997name = "dasp_sample"
 3998version = "0.11.0"
 3999source = "registry+https://github.com/rust-lang/crates.io-index"
 4000checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4001
 4002[[package]]
 4003name = "data-encoding"
 4004version = "2.6.0"
 4005source = "registry+https://github.com/rust-lang/crates.io-index"
 4006checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
 4007
 4008[[package]]
 4009name = "data-url"
 4010version = "0.3.1"
 4011source = "registry+https://github.com/rust-lang/crates.io-index"
 4012checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
 4013
 4014[[package]]
 4015name = "db"
 4016version = "0.1.0"
 4017dependencies = [
 4018 "anyhow",
 4019 "gpui",
 4020 "indoc",
 4021 "log",
 4022 "paths",
 4023 "release_channel",
 4024 "smol",
 4025 "sqlez",
 4026 "sqlez_macros",
 4027 "tempfile",
 4028 "util",
 4029]
 4030
 4031[[package]]
 4032name = "dbus"
 4033version = "0.9.7"
 4034source = "registry+https://github.com/rust-lang/crates.io-index"
 4035checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
 4036dependencies = [
 4037 "libc",
 4038 "libdbus-sys",
 4039 "winapi",
 4040]
 4041
 4042[[package]]
 4043name = "debugger_tools"
 4044version = "0.1.0"
 4045dependencies = [
 4046 "anyhow",
 4047 "dap",
 4048 "editor",
 4049 "futures 0.3.31",
 4050 "gpui",
 4051 "project",
 4052 "serde_json",
 4053 "settings",
 4054 "smol",
 4055 "util",
 4056 "workspace",
 4057]
 4058
 4059[[package]]
 4060name = "debugger_ui"
 4061version = "0.1.0"
 4062dependencies = [
 4063 "anyhow",
 4064 "client",
 4065 "collections",
 4066 "command_palette_hooks",
 4067 "dap",
 4068 "editor",
 4069 "env_logger 0.11.7",
 4070 "feature_flags",
 4071 "futures 0.3.31",
 4072 "fuzzy",
 4073 "gpui",
 4074 "language",
 4075 "log",
 4076 "menu",
 4077 "picker",
 4078 "pretty_assertions",
 4079 "project",
 4080 "rpc",
 4081 "serde",
 4082 "serde_json",
 4083 "settings",
 4084 "sysinfo",
 4085 "task",
 4086 "terminal_view",
 4087 "theme",
 4088 "ui",
 4089 "unindent",
 4090 "util",
 4091 "workspace",
 4092]
 4093
 4094[[package]]
 4095name = "deepseek"
 4096version = "0.1.0"
 4097dependencies = [
 4098 "anyhow",
 4099 "futures 0.3.31",
 4100 "http_client",
 4101 "schemars",
 4102 "serde",
 4103 "serde_json",
 4104]
 4105
 4106[[package]]
 4107name = "deflate64"
 4108version = "0.1.9"
 4109source = "registry+https://github.com/rust-lang/crates.io-index"
 4110checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
 4111
 4112[[package]]
 4113name = "der"
 4114version = "0.6.1"
 4115source = "registry+https://github.com/rust-lang/crates.io-index"
 4116checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4117dependencies = [
 4118 "const-oid",
 4119 "zeroize",
 4120]
 4121
 4122[[package]]
 4123name = "der"
 4124version = "0.7.9"
 4125source = "registry+https://github.com/rust-lang/crates.io-index"
 4126checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
 4127dependencies = [
 4128 "const-oid",
 4129 "pem-rfc7468",
 4130 "zeroize",
 4131]
 4132
 4133[[package]]
 4134name = "deranged"
 4135version = "0.4.0"
 4136source = "registry+https://github.com/rust-lang/crates.io-index"
 4137checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
 4138dependencies = [
 4139 "powerfmt",
 4140 "serde",
 4141]
 4142
 4143[[package]]
 4144name = "derive_more"
 4145version = "0.99.19"
 4146source = "registry+https://github.com/rust-lang/crates.io-index"
 4147checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
 4148dependencies = [
 4149 "convert_case 0.4.0",
 4150 "proc-macro2",
 4151 "quote",
 4152 "rustc_version",
 4153 "syn 2.0.100",
 4154]
 4155
 4156[[package]]
 4157name = "derive_refineable"
 4158version = "0.1.0"
 4159dependencies = [
 4160 "proc-macro2",
 4161 "quote",
 4162 "syn 1.0.109",
 4163]
 4164
 4165[[package]]
 4166name = "diagnostics"
 4167version = "0.1.0"
 4168dependencies = [
 4169 "anyhow",
 4170 "client",
 4171 "collections",
 4172 "ctor",
 4173 "editor",
 4174 "env_logger 0.11.7",
 4175 "gpui",
 4176 "language",
 4177 "log",
 4178 "lsp",
 4179 "pretty_assertions",
 4180 "project",
 4181 "rand 0.8.5",
 4182 "serde",
 4183 "serde_json",
 4184 "settings",
 4185 "theme",
 4186 "ui",
 4187 "unindent",
 4188 "util",
 4189 "workspace",
 4190]
 4191
 4192[[package]]
 4193name = "dialoguer"
 4194version = "0.11.0"
 4195source = "registry+https://github.com/rust-lang/crates.io-index"
 4196checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4197dependencies = [
 4198 "console",
 4199 "fuzzy-matcher",
 4200 "shell-words",
 4201 "tempfile",
 4202 "thiserror 1.0.69",
 4203 "zeroize",
 4204]
 4205
 4206[[package]]
 4207name = "diff"
 4208version = "0.1.13"
 4209source = "registry+https://github.com/rust-lang/crates.io-index"
 4210checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4211
 4212[[package]]
 4213name = "digest"
 4214version = "0.10.7"
 4215source = "registry+https://github.com/rust-lang/crates.io-index"
 4216checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4217dependencies = [
 4218 "block-buffer",
 4219 "const-oid",
 4220 "crypto-common",
 4221 "subtle",
 4222]
 4223
 4224[[package]]
 4225name = "dirs"
 4226version = "4.0.0"
 4227source = "registry+https://github.com/rust-lang/crates.io-index"
 4228checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4229dependencies = [
 4230 "dirs-sys 0.3.7",
 4231]
 4232
 4233[[package]]
 4234name = "dirs"
 4235version = "5.0.1"
 4236source = "registry+https://github.com/rust-lang/crates.io-index"
 4237checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4238dependencies = [
 4239 "dirs-sys 0.4.1",
 4240]
 4241
 4242[[package]]
 4243name = "dirs-sys"
 4244version = "0.3.7"
 4245source = "registry+https://github.com/rust-lang/crates.io-index"
 4246checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4247dependencies = [
 4248 "libc",
 4249 "redox_users",
 4250 "winapi",
 4251]
 4252
 4253[[package]]
 4254name = "dirs-sys"
 4255version = "0.4.1"
 4256source = "registry+https://github.com/rust-lang/crates.io-index"
 4257checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4258dependencies = [
 4259 "libc",
 4260 "option-ext",
 4261 "redox_users",
 4262 "windows-sys 0.48.0",
 4263]
 4264
 4265[[package]]
 4266name = "displaydoc"
 4267version = "0.2.5"
 4268source = "registry+https://github.com/rust-lang/crates.io-index"
 4269checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4270dependencies = [
 4271 "proc-macro2",
 4272 "quote",
 4273 "syn 2.0.100",
 4274]
 4275
 4276[[package]]
 4277name = "dlib"
 4278version = "0.5.2"
 4279source = "registry+https://github.com/rust-lang/crates.io-index"
 4280checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4281dependencies = [
 4282 "libloading",
 4283]
 4284
 4285[[package]]
 4286name = "docs_preprocessor"
 4287version = "0.1.0"
 4288dependencies = [
 4289 "anyhow",
 4290 "clap",
 4291 "mdbook",
 4292 "regex",
 4293 "serde",
 4294 "serde_json",
 4295 "settings",
 4296 "util",
 4297]
 4298
 4299[[package]]
 4300name = "dotenvy"
 4301version = "0.15.7"
 4302source = "registry+https://github.com/rust-lang/crates.io-index"
 4303checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 4304
 4305[[package]]
 4306name = "downcast-rs"
 4307version = "1.2.1"
 4308source = "registry+https://github.com/rust-lang/crates.io-index"
 4309checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 4310
 4311[[package]]
 4312name = "doxygen-rs"
 4313version = "0.4.2"
 4314source = "registry+https://github.com/rust-lang/crates.io-index"
 4315checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 4316dependencies = [
 4317 "phf",
 4318]
 4319
 4320[[package]]
 4321name = "dtor"
 4322version = "0.0.5"
 4323source = "registry+https://github.com/rust-lang/crates.io-index"
 4324checksum = "222ef136a1c687d4aa0395c175f2c4586e379924c352fd02f7870cf7de783c23"
 4325dependencies = [
 4326 "dtor-proc-macro",
 4327]
 4328
 4329[[package]]
 4330name = "dtor-proc-macro"
 4331version = "0.0.5"
 4332source = "registry+https://github.com/rust-lang/crates.io-index"
 4333checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 4334
 4335[[package]]
 4336name = "dunce"
 4337version = "1.0.5"
 4338source = "registry+https://github.com/rust-lang/crates.io-index"
 4339checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 4340
 4341[[package]]
 4342name = "dwrote"
 4343version = "0.11.2"
 4344source = "registry+https://github.com/rust-lang/crates.io-index"
 4345checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
 4346dependencies = [
 4347 "lazy_static",
 4348 "libc",
 4349 "winapi",
 4350 "wio",
 4351]
 4352
 4353[[package]]
 4354name = "dyn-clone"
 4355version = "1.0.17"
 4356source = "registry+https://github.com/rust-lang/crates.io-index"
 4357checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
 4358
 4359[[package]]
 4360name = "ec4rs"
 4361version = "1.1.1"
 4362source = "registry+https://github.com/rust-lang/crates.io-index"
 4363checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
 4364
 4365[[package]]
 4366name = "ecdsa"
 4367version = "0.14.8"
 4368source = "registry+https://github.com/rust-lang/crates.io-index"
 4369checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 4370dependencies = [
 4371 "der 0.6.1",
 4372 "elliptic-curve",
 4373 "rfc6979",
 4374 "signature 1.6.4",
 4375]
 4376
 4377[[package]]
 4378name = "editor"
 4379version = "0.1.0"
 4380dependencies = [
 4381 "aho-corasick",
 4382 "anyhow",
 4383 "assets",
 4384 "buffer_diff",
 4385 "chrono",
 4386 "client",
 4387 "clock",
 4388 "collections",
 4389 "convert_case 0.8.0",
 4390 "ctor",
 4391 "db",
 4392 "emojis",
 4393 "env_logger 0.11.7",
 4394 "feature_flags",
 4395 "file_icons",
 4396 "fs",
 4397 "futures 0.3.31",
 4398 "fuzzy",
 4399 "git",
 4400 "gpui",
 4401 "http_client",
 4402 "indoc",
 4403 "inline_completion",
 4404 "itertools 0.14.0",
 4405 "language",
 4406 "languages",
 4407 "linkify",
 4408 "log",
 4409 "lsp",
 4410 "markdown",
 4411 "menu",
 4412 "multi_buffer",
 4413 "ordered-float 2.10.1",
 4414 "parking_lot",
 4415 "pretty_assertions",
 4416 "project",
 4417 "rand 0.8.5",
 4418 "release_channel",
 4419 "rpc",
 4420 "schemars",
 4421 "serde",
 4422 "serde_json",
 4423 "settings",
 4424 "smallvec",
 4425 "smol",
 4426 "snippet",
 4427 "sum_tree",
 4428 "task",
 4429 "telemetry",
 4430 "tempfile",
 4431 "text",
 4432 "theme",
 4433 "time",
 4434 "time_format",
 4435 "tree-sitter-html",
 4436 "tree-sitter-rust",
 4437 "tree-sitter-typescript",
 4438 "ui",
 4439 "unicode-script",
 4440 "unicode-segmentation",
 4441 "unindent",
 4442 "url",
 4443 "util",
 4444 "uuid",
 4445 "workspace",
 4446 "zed_actions",
 4447]
 4448
 4449[[package]]
 4450name = "either"
 4451version = "1.13.0"
 4452source = "registry+https://github.com/rust-lang/crates.io-index"
 4453checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
 4454dependencies = [
 4455 "serde",
 4456]
 4457
 4458[[package]]
 4459name = "elasticlunr-rs"
 4460version = "3.0.2"
 4461source = "registry+https://github.com/rust-lang/crates.io-index"
 4462checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 4463dependencies = [
 4464 "regex",
 4465 "serde",
 4466 "serde_derive",
 4467 "serde_json",
 4468]
 4469
 4470[[package]]
 4471name = "elliptic-curve"
 4472version = "0.12.3"
 4473source = "registry+https://github.com/rust-lang/crates.io-index"
 4474checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 4475dependencies = [
 4476 "base16ct",
 4477 "crypto-bigint 0.4.9",
 4478 "der 0.6.1",
 4479 "digest",
 4480 "ff",
 4481 "generic-array",
 4482 "group",
 4483 "pkcs8 0.9.0",
 4484 "rand_core 0.6.4",
 4485 "sec1",
 4486 "subtle",
 4487 "zeroize",
 4488]
 4489
 4490[[package]]
 4491name = "embed-resource"
 4492version = "3.0.2"
 4493source = "registry+https://github.com/rust-lang/crates.io-index"
 4494checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
 4495dependencies = [
 4496 "cc",
 4497 "memchr",
 4498 "rustc_version",
 4499 "toml 0.8.20",
 4500 "vswhom",
 4501 "winreg 0.52.0",
 4502]
 4503
 4504[[package]]
 4505name = "embedded-io"
 4506version = "0.4.0"
 4507source = "registry+https://github.com/rust-lang/crates.io-index"
 4508checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 4509
 4510[[package]]
 4511name = "embedded-io"
 4512version = "0.6.1"
 4513source = "registry+https://github.com/rust-lang/crates.io-index"
 4514checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 4515
 4516[[package]]
 4517name = "emojis"
 4518version = "0.6.4"
 4519source = "registry+https://github.com/rust-lang/crates.io-index"
 4520checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 4521dependencies = [
 4522 "phf",
 4523]
 4524
 4525[[package]]
 4526name = "encode_unicode"
 4527version = "0.3.6"
 4528source = "registry+https://github.com/rust-lang/crates.io-index"
 4529checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
 4530
 4531[[package]]
 4532name = "encoding_rs"
 4533version = "0.8.35"
 4534source = "registry+https://github.com/rust-lang/crates.io-index"
 4535checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 4536dependencies = [
 4537 "cfg-if",
 4538]
 4539
 4540[[package]]
 4541name = "endi"
 4542version = "1.1.0"
 4543source = "registry+https://github.com/rust-lang/crates.io-index"
 4544checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 4545
 4546[[package]]
 4547name = "enumflags2"
 4548version = "0.7.10"
 4549source = "registry+https://github.com/rust-lang/crates.io-index"
 4550checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
 4551dependencies = [
 4552 "enumflags2_derive",
 4553 "serde",
 4554]
 4555
 4556[[package]]
 4557name = "enumflags2_derive"
 4558version = "0.7.10"
 4559source = "registry+https://github.com/rust-lang/crates.io-index"
 4560checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
 4561dependencies = [
 4562 "proc-macro2",
 4563 "quote",
 4564 "syn 2.0.100",
 4565]
 4566
 4567[[package]]
 4568name = "env_filter"
 4569version = "0.1.2"
 4570source = "registry+https://github.com/rust-lang/crates.io-index"
 4571checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
 4572dependencies = [
 4573 "log",
 4574 "regex",
 4575]
 4576
 4577[[package]]
 4578name = "env_logger"
 4579version = "0.10.2"
 4580source = "registry+https://github.com/rust-lang/crates.io-index"
 4581checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 4582dependencies = [
 4583 "humantime",
 4584 "is-terminal",
 4585 "log",
 4586 "regex",
 4587 "termcolor",
 4588]
 4589
 4590[[package]]
 4591name = "env_logger"
 4592version = "0.11.7"
 4593source = "registry+https://github.com/rust-lang/crates.io-index"
 4594checksum = "c3716d7a920fb4fac5d84e9d4bce8ceb321e9414b4409da61b07b75c1e3d0697"
 4595dependencies = [
 4596 "anstream",
 4597 "anstyle",
 4598 "env_filter",
 4599 "jiff",
 4600 "log",
 4601]
 4602
 4603[[package]]
 4604name = "envy"
 4605version = "0.4.2"
 4606source = "registry+https://github.com/rust-lang/crates.io-index"
 4607checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 4608dependencies = [
 4609 "serde",
 4610]
 4611
 4612[[package]]
 4613name = "equivalent"
 4614version = "1.0.1"
 4615source = "registry+https://github.com/rust-lang/crates.io-index"
 4616checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
 4617
 4618[[package]]
 4619name = "erased-serde"
 4620version = "0.4.5"
 4621source = "registry+https://github.com/rust-lang/crates.io-index"
 4622checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
 4623dependencies = [
 4624 "serde",
 4625 "typeid",
 4626]
 4627
 4628[[package]]
 4629name = "errno"
 4630version = "0.2.8"
 4631source = "registry+https://github.com/rust-lang/crates.io-index"
 4632checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 4633dependencies = [
 4634 "errno-dragonfly",
 4635 "libc",
 4636 "winapi",
 4637]
 4638
 4639[[package]]
 4640name = "errno"
 4641version = "0.3.10"
 4642source = "registry+https://github.com/rust-lang/crates.io-index"
 4643checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
 4644dependencies = [
 4645 "libc",
 4646 "windows-sys 0.52.0",
 4647]
 4648
 4649[[package]]
 4650name = "errno-dragonfly"
 4651version = "0.1.2"
 4652source = "registry+https://github.com/rust-lang/crates.io-index"
 4653checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 4654dependencies = [
 4655 "cc",
 4656 "libc",
 4657]
 4658
 4659[[package]]
 4660name = "etagere"
 4661version = "0.2.15"
 4662source = "registry+https://github.com/rust-lang/crates.io-index"
 4663checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 4664dependencies = [
 4665 "euclid",
 4666 "svg_fmt",
 4667]
 4668
 4669[[package]]
 4670name = "etcetera"
 4671version = "0.8.0"
 4672source = "registry+https://github.com/rust-lang/crates.io-index"
 4673checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 4674dependencies = [
 4675 "cfg-if",
 4676 "home",
 4677 "windows-sys 0.48.0",
 4678]
 4679
 4680[[package]]
 4681name = "euclid"
 4682version = "0.22.11"
 4683source = "registry+https://github.com/rust-lang/crates.io-index"
 4684checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 4685dependencies = [
 4686 "num-traits",
 4687]
 4688
 4689[[package]]
 4690name = "evals"
 4691version = "0.1.0"
 4692dependencies = [
 4693 "anyhow",
 4694 "clap",
 4695 "client",
 4696 "clock",
 4697 "collections",
 4698 "dap",
 4699 "env_logger 0.11.7",
 4700 "feature_flags",
 4701 "fs",
 4702 "gpui",
 4703 "http_client",
 4704 "language",
 4705 "languages",
 4706 "node_runtime",
 4707 "open_ai",
 4708 "project",
 4709 "reqwest_client",
 4710 "semantic_index",
 4711 "serde",
 4712 "serde_json",
 4713 "settings",
 4714 "smol",
 4715 "util",
 4716]
 4717
 4718[[package]]
 4719name = "event-listener"
 4720version = "2.5.3"
 4721source = "registry+https://github.com/rust-lang/crates.io-index"
 4722checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 4723
 4724[[package]]
 4725name = "event-listener"
 4726version = "5.3.1"
 4727source = "registry+https://github.com/rust-lang/crates.io-index"
 4728checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
 4729dependencies = [
 4730 "concurrent-queue",
 4731 "parking",
 4732 "pin-project-lite",
 4733]
 4734
 4735[[package]]
 4736name = "event-listener-strategy"
 4737version = "0.5.3"
 4738source = "registry+https://github.com/rust-lang/crates.io-index"
 4739checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
 4740dependencies = [
 4741 "event-listener 5.3.1",
 4742 "pin-project-lite",
 4743]
 4744
 4745[[package]]
 4746name = "exec"
 4747version = "0.3.1"
 4748source = "registry+https://github.com/rust-lang/crates.io-index"
 4749checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 4750dependencies = [
 4751 "errno 0.2.8",
 4752 "libc",
 4753]
 4754
 4755[[package]]
 4756name = "exr"
 4757version = "1.73.0"
 4758source = "registry+https://github.com/rust-lang/crates.io-index"
 4759checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 4760dependencies = [
 4761 "bit_field",
 4762 "half",
 4763 "lebe",
 4764 "miniz_oxide",
 4765 "rayon-core",
 4766 "smallvec",
 4767 "zune-inflate",
 4768]
 4769
 4770[[package]]
 4771name = "extension"
 4772version = "0.1.0"
 4773dependencies = [
 4774 "anyhow",
 4775 "async-compression",
 4776 "async-tar",
 4777 "async-trait",
 4778 "collections",
 4779 "convert_case 0.8.0",
 4780 "fs",
 4781 "futures 0.3.31",
 4782 "gpui",
 4783 "http_client",
 4784 "language",
 4785 "log",
 4786 "lsp",
 4787 "parking_lot",
 4788 "semantic_version",
 4789 "serde",
 4790 "serde_json",
 4791 "toml 0.8.20",
 4792 "util",
 4793 "wasm-encoder 0.221.3",
 4794 "wasmparser 0.221.3",
 4795 "wit-component 0.221.3",
 4796]
 4797
 4798[[package]]
 4799name = "extension_cli"
 4800version = "0.1.0"
 4801dependencies = [
 4802 "anyhow",
 4803 "clap",
 4804 "env_logger 0.11.7",
 4805 "extension",
 4806 "fs",
 4807 "gpui",
 4808 "language",
 4809 "log",
 4810 "reqwest_client",
 4811 "rpc",
 4812 "serde",
 4813 "serde_json",
 4814 "theme",
 4815 "tokio",
 4816 "toml 0.8.20",
 4817 "tree-sitter",
 4818 "wasmtime",
 4819]
 4820
 4821[[package]]
 4822name = "extension_host"
 4823version = "0.1.0"
 4824dependencies = [
 4825 "anyhow",
 4826 "async-compression",
 4827 "async-tar",
 4828 "async-trait",
 4829 "client",
 4830 "collections",
 4831 "context_server_settings",
 4832 "ctor",
 4833 "env_logger 0.11.7",
 4834 "extension",
 4835 "fs",
 4836 "futures 0.3.31",
 4837 "gpui",
 4838 "http_client",
 4839 "language",
 4840 "language_extension",
 4841 "log",
 4842 "lsp",
 4843 "node_runtime",
 4844 "parking_lot",
 4845 "paths",
 4846 "project",
 4847 "release_channel",
 4848 "remote",
 4849 "reqwest_client",
 4850 "schemars",
 4851 "semantic_version",
 4852 "serde",
 4853 "serde_json",
 4854 "serde_json_lenient",
 4855 "settings",
 4856 "task",
 4857 "telemetry",
 4858 "tempfile",
 4859 "theme",
 4860 "theme_extension",
 4861 "toml 0.8.20",
 4862 "url",
 4863 "util",
 4864 "wasmparser 0.221.3",
 4865 "wasmtime",
 4866 "wasmtime-wasi",
 4867]
 4868
 4869[[package]]
 4870name = "extensions_ui"
 4871version = "0.1.0"
 4872dependencies = [
 4873 "anyhow",
 4874 "client",
 4875 "collections",
 4876 "db",
 4877 "editor",
 4878 "extension_host",
 4879 "fs",
 4880 "fuzzy",
 4881 "gpui",
 4882 "language",
 4883 "num-format",
 4884 "picker",
 4885 "project",
 4886 "release_channel",
 4887 "semantic_version",
 4888 "serde",
 4889 "settings",
 4890 "smallvec",
 4891 "strum",
 4892 "telemetry",
 4893 "theme",
 4894 "ui",
 4895 "util",
 4896 "vim_mode_setting",
 4897 "workspace",
 4898 "zed_actions",
 4899]
 4900
 4901[[package]]
 4902name = "fallible-iterator"
 4903version = "0.3.0"
 4904source = "registry+https://github.com/rust-lang/crates.io-index"
 4905checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 4906
 4907[[package]]
 4908name = "fancy-regex"
 4909version = "0.13.0"
 4910source = "registry+https://github.com/rust-lang/crates.io-index"
 4911checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
 4912dependencies = [
 4913 "bit-set 0.5.3",
 4914 "regex-automata 0.4.9",
 4915 "regex-syntax 0.8.5",
 4916]
 4917
 4918[[package]]
 4919name = "fancy-regex"
 4920version = "0.14.0"
 4921source = "registry+https://github.com/rust-lang/crates.io-index"
 4922checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
 4923dependencies = [
 4924 "bit-set 0.8.0",
 4925 "regex-automata 0.4.9",
 4926 "regex-syntax 0.8.5",
 4927]
 4928
 4929[[package]]
 4930name = "fast-srgb8"
 4931version = "1.0.0"
 4932source = "registry+https://github.com/rust-lang/crates.io-index"
 4933checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 4934
 4935[[package]]
 4936name = "fastrand"
 4937version = "1.9.0"
 4938source = "registry+https://github.com/rust-lang/crates.io-index"
 4939checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 4940dependencies = [
 4941 "instant",
 4942]
 4943
 4944[[package]]
 4945name = "fastrand"
 4946version = "2.3.0"
 4947source = "registry+https://github.com/rust-lang/crates.io-index"
 4948checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 4949
 4950[[package]]
 4951name = "fd-lock"
 4952version = "4.0.2"
 4953source = "registry+https://github.com/rust-lang/crates.io-index"
 4954checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
 4955dependencies = [
 4956 "cfg-if",
 4957 "rustix",
 4958 "windows-sys 0.52.0",
 4959]
 4960
 4961[[package]]
 4962name = "fdeflate"
 4963version = "0.3.7"
 4964source = "registry+https://github.com/rust-lang/crates.io-index"
 4965checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 4966dependencies = [
 4967 "simd-adler32",
 4968]
 4969
 4970[[package]]
 4971name = "feature_flags"
 4972version = "0.1.0"
 4973dependencies = [
 4974 "futures 0.3.31",
 4975 "gpui",
 4976 "smol",
 4977]
 4978
 4979[[package]]
 4980name = "feedback"
 4981version = "0.1.0"
 4982dependencies = [
 4983 "client",
 4984 "editor",
 4985 "gpui",
 4986 "human_bytes",
 4987 "menu",
 4988 "release_channel",
 4989 "serde",
 4990 "sysinfo",
 4991 "ui",
 4992 "urlencoding",
 4993 "util",
 4994 "workspace",
 4995 "zed_actions",
 4996]
 4997
 4998[[package]]
 4999name = "ff"
 5000version = "0.12.1"
 5001source = "registry+https://github.com/rust-lang/crates.io-index"
 5002checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 5003dependencies = [
 5004 "rand_core 0.6.4",
 5005 "subtle",
 5006]
 5007
 5008[[package]]
 5009name = "file_finder"
 5010version = "0.1.0"
 5011dependencies = [
 5012 "anyhow",
 5013 "collections",
 5014 "ctor",
 5015 "editor",
 5016 "env_logger 0.11.7",
 5017 "file_icons",
 5018 "futures 0.3.31",
 5019 "fuzzy",
 5020 "gpui",
 5021 "language",
 5022 "menu",
 5023 "picker",
 5024 "project",
 5025 "schemars",
 5026 "serde",
 5027 "serde_derive",
 5028 "serde_json",
 5029 "settings",
 5030 "text",
 5031 "theme",
 5032 "ui",
 5033 "util",
 5034 "workspace",
 5035]
 5036
 5037[[package]]
 5038name = "file_icons"
 5039version = "0.1.0"
 5040dependencies = [
 5041 "gpui",
 5042 "serde",
 5043 "settings",
 5044 "theme",
 5045 "util",
 5046]
 5047
 5048[[package]]
 5049name = "filedescriptor"
 5050version = "0.8.3"
 5051source = "registry+https://github.com/rust-lang/crates.io-index"
 5052checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 5053dependencies = [
 5054 "libc",
 5055 "thiserror 1.0.69",
 5056 "winapi",
 5057]
 5058
 5059[[package]]
 5060name = "filetime"
 5061version = "0.2.25"
 5062source = "registry+https://github.com/rust-lang/crates.io-index"
 5063checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
 5064dependencies = [
 5065 "cfg-if",
 5066 "libc",
 5067 "libredox",
 5068 "windows-sys 0.59.0",
 5069]
 5070
 5071[[package]]
 5072name = "fixedbitset"
 5073version = "0.4.2"
 5074source = "registry+https://github.com/rust-lang/crates.io-index"
 5075checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 5076
 5077[[package]]
 5078name = "flate2"
 5079version = "1.0.35"
 5080source = "registry+https://github.com/rust-lang/crates.io-index"
 5081checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
 5082dependencies = [
 5083 "crc32fast",
 5084 "miniz_oxide",
 5085]
 5086
 5087[[package]]
 5088name = "float-cmp"
 5089version = "0.9.0"
 5090source = "registry+https://github.com/rust-lang/crates.io-index"
 5091checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 5092
 5093[[package]]
 5094name = "float-ord"
 5095version = "0.3.2"
 5096source = "registry+https://github.com/rust-lang/crates.io-index"
 5097checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 5098
 5099[[package]]
 5100name = "float_next_after"
 5101version = "1.0.0"
 5102source = "registry+https://github.com/rust-lang/crates.io-index"
 5103checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 5104
 5105[[package]]
 5106name = "flume"
 5107version = "0.11.1"
 5108source = "registry+https://github.com/rust-lang/crates.io-index"
 5109checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 5110dependencies = [
 5111 "futures-core",
 5112 "futures-sink",
 5113 "nanorand",
 5114 "spin",
 5115]
 5116
 5117[[package]]
 5118name = "fnv"
 5119version = "1.0.7"
 5120source = "registry+https://github.com/rust-lang/crates.io-index"
 5121checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 5122
 5123[[package]]
 5124name = "foldhash"
 5125version = "0.1.3"
 5126source = "registry+https://github.com/rust-lang/crates.io-index"
 5127checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
 5128
 5129[[package]]
 5130name = "font-kit"
 5131version = "0.14.1"
 5132source = "git+https://github.com/zed-industries/font-kit?rev=5474cfad4b719a72ec8ed2cb7327b2b01fd10568#5474cfad4b719a72ec8ed2cb7327b2b01fd10568"
 5133dependencies = [
 5134 "bitflags 2.8.0",
 5135 "byteorder",
 5136 "core-foundation 0.10.0",
 5137 "core-graphics 0.24.0",
 5138 "core-text",
 5139 "dirs 5.0.1",
 5140 "dwrote",
 5141 "float-ord",
 5142 "freetype-sys",
 5143 "lazy_static",
 5144 "libc",
 5145 "log",
 5146 "pathfinder_geometry",
 5147 "pathfinder_simd",
 5148 "walkdir",
 5149 "winapi",
 5150 "yeslogic-fontconfig-sys",
 5151]
 5152
 5153[[package]]
 5154name = "font-types"
 5155version = "0.8.3"
 5156source = "registry+https://github.com/rust-lang/crates.io-index"
 5157checksum = "d868ec188a98bb014c606072edd47e52e7ab7297db943b0b28503121e1d037bd"
 5158dependencies = [
 5159 "bytemuck",
 5160]
 5161
 5162[[package]]
 5163name = "fontconfig-parser"
 5164version = "0.5.7"
 5165source = "registry+https://github.com/rust-lang/crates.io-index"
 5166checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
 5167dependencies = [
 5168 "roxmltree",
 5169]
 5170
 5171[[package]]
 5172name = "fontdb"
 5173version = "0.16.2"
 5174source = "registry+https://github.com/rust-lang/crates.io-index"
 5175checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 5176dependencies = [
 5177 "fontconfig-parser",
 5178 "log",
 5179 "memmap2",
 5180 "slotmap",
 5181 "tinyvec",
 5182 "ttf-parser 0.20.0",
 5183]
 5184
 5185[[package]]
 5186name = "fontdb"
 5187version = "0.23.0"
 5188source = "registry+https://github.com/rust-lang/crates.io-index"
 5189checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 5190dependencies = [
 5191 "fontconfig-parser",
 5192 "log",
 5193 "memmap2",
 5194 "slotmap",
 5195 "tinyvec",
 5196 "ttf-parser 0.25.1",
 5197]
 5198
 5199[[package]]
 5200name = "foreign-types"
 5201version = "0.3.2"
 5202source = "registry+https://github.com/rust-lang/crates.io-index"
 5203checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 5204dependencies = [
 5205 "foreign-types-shared 0.1.1",
 5206]
 5207
 5208[[package]]
 5209name = "foreign-types"
 5210version = "0.5.0"
 5211source = "registry+https://github.com/rust-lang/crates.io-index"
 5212checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 5213dependencies = [
 5214 "foreign-types-macros",
 5215 "foreign-types-shared 0.3.1",
 5216]
 5217
 5218[[package]]
 5219name = "foreign-types-macros"
 5220version = "0.2.3"
 5221source = "registry+https://github.com/rust-lang/crates.io-index"
 5222checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 5223dependencies = [
 5224 "proc-macro2",
 5225 "quote",
 5226 "syn 2.0.100",
 5227]
 5228
 5229[[package]]
 5230name = "foreign-types-shared"
 5231version = "0.1.1"
 5232source = "registry+https://github.com/rust-lang/crates.io-index"
 5233checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 5234
 5235[[package]]
 5236name = "foreign-types-shared"
 5237version = "0.3.1"
 5238source = "registry+https://github.com/rust-lang/crates.io-index"
 5239checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 5240
 5241[[package]]
 5242name = "fork"
 5243version = "0.2.0"
 5244source = "registry+https://github.com/rust-lang/crates.io-index"
 5245checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
 5246dependencies = [
 5247 "libc",
 5248]
 5249
 5250[[package]]
 5251name = "form_urlencoded"
 5252version = "1.2.1"
 5253source = "registry+https://github.com/rust-lang/crates.io-index"
 5254checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
 5255dependencies = [
 5256 "percent-encoding",
 5257]
 5258
 5259[[package]]
 5260name = "freetype-sys"
 5261version = "0.20.1"
 5262source = "registry+https://github.com/rust-lang/crates.io-index"
 5263checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 5264dependencies = [
 5265 "cc",
 5266 "libc",
 5267 "pkg-config",
 5268]
 5269
 5270[[package]]
 5271name = "fs"
 5272version = "0.1.0"
 5273dependencies = [
 5274 "anyhow",
 5275 "ashpd",
 5276 "async-tar",
 5277 "async-trait",
 5278 "cocoa 0.26.0",
 5279 "collections",
 5280 "fsevent",
 5281 "futures 0.3.31",
 5282 "git",
 5283 "gpui",
 5284 "ignore",
 5285 "libc",
 5286 "log",
 5287 "notify 8.0.0 (git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96)",
 5288 "objc",
 5289 "parking_lot",
 5290 "paths",
 5291 "proto",
 5292 "rope",
 5293 "serde",
 5294 "serde_json",
 5295 "smol",
 5296 "tempfile",
 5297 "text",
 5298 "time",
 5299 "util",
 5300 "windows 0.61.1",
 5301]
 5302
 5303[[package]]
 5304name = "fs-set-times"
 5305version = "0.20.2"
 5306source = "registry+https://github.com/rust-lang/crates.io-index"
 5307checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
 5308dependencies = [
 5309 "io-lifetimes",
 5310 "rustix",
 5311 "windows-sys 0.52.0",
 5312]
 5313
 5314[[package]]
 5315name = "fs2"
 5316version = "0.4.3"
 5317source = "registry+https://github.com/rust-lang/crates.io-index"
 5318checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 5319dependencies = [
 5320 "libc",
 5321 "winapi",
 5322]
 5323
 5324[[package]]
 5325name = "fs_extra"
 5326version = "1.3.0"
 5327source = "registry+https://github.com/rust-lang/crates.io-index"
 5328checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 5329
 5330[[package]]
 5331name = "fsevent"
 5332version = "0.1.0"
 5333dependencies = [
 5334 "bitflags 2.8.0",
 5335 "core-foundation 0.10.0",
 5336 "fsevent-sys 3.1.0",
 5337 "parking_lot",
 5338 "tempfile",
 5339]
 5340
 5341[[package]]
 5342name = "fsevent-sys"
 5343version = "3.1.0"
 5344source = "registry+https://github.com/rust-lang/crates.io-index"
 5345checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
 5346dependencies = [
 5347 "libc",
 5348]
 5349
 5350[[package]]
 5351name = "fsevent-sys"
 5352version = "4.1.0"
 5353source = "registry+https://github.com/rust-lang/crates.io-index"
 5354checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 5355dependencies = [
 5356 "libc",
 5357]
 5358
 5359[[package]]
 5360name = "funty"
 5361version = "2.0.0"
 5362source = "registry+https://github.com/rust-lang/crates.io-index"
 5363checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 5364
 5365[[package]]
 5366name = "futf"
 5367version = "0.1.5"
 5368source = "registry+https://github.com/rust-lang/crates.io-index"
 5369checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 5370dependencies = [
 5371 "mac",
 5372 "new_debug_unreachable",
 5373]
 5374
 5375[[package]]
 5376name = "futures"
 5377version = "0.1.31"
 5378source = "registry+https://github.com/rust-lang/crates.io-index"
 5379checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 5380
 5381[[package]]
 5382name = "futures"
 5383version = "0.3.31"
 5384source = "registry+https://github.com/rust-lang/crates.io-index"
 5385checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 5386dependencies = [
 5387 "futures-channel",
 5388 "futures-core",
 5389 "futures-executor",
 5390 "futures-io",
 5391 "futures-sink",
 5392 "futures-task",
 5393 "futures-util",
 5394]
 5395
 5396[[package]]
 5397name = "futures-batch"
 5398version = "0.6.1"
 5399source = "registry+https://github.com/rust-lang/crates.io-index"
 5400checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
 5401dependencies = [
 5402 "futures 0.3.31",
 5403 "futures-timer",
 5404 "pin-utils",
 5405]
 5406
 5407[[package]]
 5408name = "futures-channel"
 5409version = "0.3.31"
 5410source = "registry+https://github.com/rust-lang/crates.io-index"
 5411checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 5412dependencies = [
 5413 "futures-core",
 5414 "futures-sink",
 5415]
 5416
 5417[[package]]
 5418name = "futures-core"
 5419version = "0.3.31"
 5420source = "registry+https://github.com/rust-lang/crates.io-index"
 5421checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 5422
 5423[[package]]
 5424name = "futures-executor"
 5425version = "0.3.31"
 5426source = "registry+https://github.com/rust-lang/crates.io-index"
 5427checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 5428dependencies = [
 5429 "futures-core",
 5430 "futures-task",
 5431 "futures-util",
 5432]
 5433
 5434[[package]]
 5435name = "futures-intrusive"
 5436version = "0.5.0"
 5437source = "registry+https://github.com/rust-lang/crates.io-index"
 5438checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 5439dependencies = [
 5440 "futures-core",
 5441 "lock_api",
 5442 "parking_lot",
 5443]
 5444
 5445[[package]]
 5446name = "futures-io"
 5447version = "0.3.31"
 5448source = "registry+https://github.com/rust-lang/crates.io-index"
 5449checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 5450
 5451[[package]]
 5452name = "futures-lite"
 5453version = "1.13.0"
 5454source = "registry+https://github.com/rust-lang/crates.io-index"
 5455checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 5456dependencies = [
 5457 "fastrand 1.9.0",
 5458 "futures-core",
 5459 "futures-io",
 5460 "memchr",
 5461 "parking",
 5462 "pin-project-lite",
 5463 "waker-fn",
 5464]
 5465
 5466[[package]]
 5467name = "futures-lite"
 5468version = "2.6.0"
 5469source = "registry+https://github.com/rust-lang/crates.io-index"
 5470checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
 5471dependencies = [
 5472 "fastrand 2.3.0",
 5473 "futures-core",
 5474 "futures-io",
 5475 "parking",
 5476 "pin-project-lite",
 5477]
 5478
 5479[[package]]
 5480name = "futures-macro"
 5481version = "0.3.31"
 5482source = "registry+https://github.com/rust-lang/crates.io-index"
 5483checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 5484dependencies = [
 5485 "proc-macro2",
 5486 "quote",
 5487 "syn 2.0.100",
 5488]
 5489
 5490[[package]]
 5491name = "futures-sink"
 5492version = "0.3.31"
 5493source = "registry+https://github.com/rust-lang/crates.io-index"
 5494checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 5495
 5496[[package]]
 5497name = "futures-task"
 5498version = "0.3.31"
 5499source = "registry+https://github.com/rust-lang/crates.io-index"
 5500checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 5501
 5502[[package]]
 5503name = "futures-timer"
 5504version = "3.0.3"
 5505source = "registry+https://github.com/rust-lang/crates.io-index"
 5506checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
 5507
 5508[[package]]
 5509name = "futures-util"
 5510version = "0.3.31"
 5511source = "registry+https://github.com/rust-lang/crates.io-index"
 5512checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 5513dependencies = [
 5514 "futures 0.1.31",
 5515 "futures-channel",
 5516 "futures-core",
 5517 "futures-io",
 5518 "futures-macro",
 5519 "futures-sink",
 5520 "futures-task",
 5521 "memchr",
 5522 "pin-project-lite",
 5523 "pin-utils",
 5524 "slab",
 5525 "tokio-io",
 5526]
 5527
 5528[[package]]
 5529name = "fuzzy"
 5530version = "0.1.0"
 5531dependencies = [
 5532 "gpui",
 5533 "log",
 5534 "util",
 5535]
 5536
 5537[[package]]
 5538name = "fuzzy-matcher"
 5539version = "0.3.7"
 5540source = "registry+https://github.com/rust-lang/crates.io-index"
 5541checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 5542dependencies = [
 5543 "thread_local",
 5544]
 5545
 5546[[package]]
 5547name = "generic-array"
 5548version = "0.14.7"
 5549source = "registry+https://github.com/rust-lang/crates.io-index"
 5550checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 5551dependencies = [
 5552 "typenum",
 5553 "version_check",
 5554]
 5555
 5556[[package]]
 5557name = "gethostname"
 5558version = "0.4.3"
 5559source = "registry+https://github.com/rust-lang/crates.io-index"
 5560checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
 5561dependencies = [
 5562 "libc",
 5563 "windows-targets 0.48.5",
 5564]
 5565
 5566[[package]]
 5567name = "getrandom"
 5568version = "0.1.16"
 5569source = "registry+https://github.com/rust-lang/crates.io-index"
 5570checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
 5571dependencies = [
 5572 "cfg-if",
 5573 "libc",
 5574 "wasi 0.9.0+wasi-snapshot-preview1",
 5575]
 5576
 5577[[package]]
 5578name = "getrandom"
 5579version = "0.2.15"
 5580source = "registry+https://github.com/rust-lang/crates.io-index"
 5581checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
 5582dependencies = [
 5583 "cfg-if",
 5584 "js-sys",
 5585 "libc",
 5586 "wasi 0.11.0+wasi-snapshot-preview1",
 5587 "wasm-bindgen",
 5588]
 5589
 5590[[package]]
 5591name = "getrandom"
 5592version = "0.3.1"
 5593source = "registry+https://github.com/rust-lang/crates.io-index"
 5594checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
 5595dependencies = [
 5596 "cfg-if",
 5597 "libc",
 5598 "wasi 0.13.3+wasi-0.2.2",
 5599 "windows-targets 0.52.6",
 5600]
 5601
 5602[[package]]
 5603name = "gif"
 5604version = "0.13.1"
 5605source = "registry+https://github.com/rust-lang/crates.io-index"
 5606checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
 5607dependencies = [
 5608 "color_quant",
 5609 "weezl",
 5610]
 5611
 5612[[package]]
 5613name = "gimli"
 5614version = "0.31.1"
 5615source = "registry+https://github.com/rust-lang/crates.io-index"
 5616checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
 5617dependencies = [
 5618 "fallible-iterator",
 5619 "indexmap",
 5620 "stable_deref_trait",
 5621]
 5622
 5623[[package]]
 5624name = "git"
 5625version = "0.1.0"
 5626dependencies = [
 5627 "anyhow",
 5628 "askpass",
 5629 "async-trait",
 5630 "collections",
 5631 "derive_more",
 5632 "futures 0.3.31",
 5633 "git2",
 5634 "gpui",
 5635 "http_client",
 5636 "log",
 5637 "parking_lot",
 5638 "pretty_assertions",
 5639 "regex",
 5640 "rope",
 5641 "schemars",
 5642 "serde",
 5643 "serde_json",
 5644 "smol",
 5645 "sum_tree",
 5646 "tempfile",
 5647 "text",
 5648 "thiserror 2.0.12",
 5649 "time",
 5650 "unindent",
 5651 "url",
 5652 "util",
 5653 "uuid",
 5654]
 5655
 5656[[package]]
 5657name = "git2"
 5658version = "0.20.1"
 5659source = "registry+https://github.com/rust-lang/crates.io-index"
 5660checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
 5661dependencies = [
 5662 "bitflags 2.8.0",
 5663 "libc",
 5664 "libgit2-sys",
 5665 "log",
 5666 "url",
 5667]
 5668
 5669[[package]]
 5670name = "git_hosting_providers"
 5671version = "0.1.0"
 5672dependencies = [
 5673 "anyhow",
 5674 "async-trait",
 5675 "futures 0.3.31",
 5676 "git",
 5677 "gpui",
 5678 "http_client",
 5679 "indoc",
 5680 "pretty_assertions",
 5681 "regex",
 5682 "schemars",
 5683 "serde",
 5684 "serde_json",
 5685 "settings",
 5686 "url",
 5687 "util",
 5688]
 5689
 5690[[package]]
 5691name = "git_ui"
 5692version = "0.1.0"
 5693dependencies = [
 5694 "anyhow",
 5695 "askpass",
 5696 "assistant_settings",
 5697 "buffer_diff",
 5698 "collections",
 5699 "command_palette_hooks",
 5700 "component",
 5701 "ctor",
 5702 "db",
 5703 "editor",
 5704 "env_logger 0.11.7",
 5705 "futures 0.3.31",
 5706 "fuzzy",
 5707 "git",
 5708 "gpui",
 5709 "itertools 0.14.0",
 5710 "language",
 5711 "language_model",
 5712 "linkify",
 5713 "linkme",
 5714 "log",
 5715 "menu",
 5716 "multi_buffer",
 5717 "notifications",
 5718 "panel",
 5719 "picker",
 5720 "postage",
 5721 "pretty_assertions",
 5722 "project",
 5723 "schemars",
 5724 "serde",
 5725 "serde_derive",
 5726 "serde_json",
 5727 "settings",
 5728 "strum",
 5729 "telemetry",
 5730 "theme",
 5731 "time",
 5732 "time_format",
 5733 "ui",
 5734 "unindent",
 5735 "util",
 5736 "windows 0.61.1",
 5737 "workspace",
 5738 "zed_actions",
 5739]
 5740
 5741[[package]]
 5742name = "glob"
 5743version = "0.3.1"
 5744source = "registry+https://github.com/rust-lang/crates.io-index"
 5745checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
 5746
 5747[[package]]
 5748name = "globset"
 5749version = "0.4.16"
 5750source = "registry+https://github.com/rust-lang/crates.io-index"
 5751checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
 5752dependencies = [
 5753 "aho-corasick",
 5754 "bstr",
 5755 "log",
 5756 "regex-automata 0.4.9",
 5757 "regex-syntax 0.8.5",
 5758]
 5759
 5760[[package]]
 5761name = "gloo-timers"
 5762version = "0.3.0"
 5763source = "registry+https://github.com/rust-lang/crates.io-index"
 5764checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 5765dependencies = [
 5766 "futures-channel",
 5767 "futures-core",
 5768 "js-sys",
 5769 "wasm-bindgen",
 5770]
 5771
 5772[[package]]
 5773name = "glow"
 5774version = "0.14.2"
 5775source = "registry+https://github.com/rust-lang/crates.io-index"
 5776checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
 5777dependencies = [
 5778 "js-sys",
 5779 "slotmap",
 5780 "wasm-bindgen",
 5781 "web-sys",
 5782]
 5783
 5784[[package]]
 5785name = "go_to_line"
 5786version = "0.1.0"
 5787dependencies = [
 5788 "anyhow",
 5789 "editor",
 5790 "gpui",
 5791 "indoc",
 5792 "language",
 5793 "menu",
 5794 "project",
 5795 "rope",
 5796 "schemars",
 5797 "serde",
 5798 "serde_json",
 5799 "settings",
 5800 "text",
 5801 "theme",
 5802 "tree-sitter-rust",
 5803 "tree-sitter-typescript",
 5804 "ui",
 5805 "util",
 5806 "workspace",
 5807]
 5808
 5809[[package]]
 5810name = "google_ai"
 5811version = "0.1.0"
 5812dependencies = [
 5813 "anyhow",
 5814 "futures 0.3.31",
 5815 "http_client",
 5816 "schemars",
 5817 "serde",
 5818 "serde_json",
 5819 "strum",
 5820]
 5821
 5822[[package]]
 5823name = "gpu-alloc"
 5824version = "0.6.0"
 5825source = "registry+https://github.com/rust-lang/crates.io-index"
 5826checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
 5827dependencies = [
 5828 "bitflags 2.8.0",
 5829 "gpu-alloc-types",
 5830]
 5831
 5832[[package]]
 5833name = "gpu-alloc-ash"
 5834version = "0.7.0"
 5835source = "registry+https://github.com/rust-lang/crates.io-index"
 5836checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
 5837dependencies = [
 5838 "ash",
 5839 "gpu-alloc-types",
 5840 "tinyvec",
 5841]
 5842
 5843[[package]]
 5844name = "gpu-alloc-types"
 5845version = "0.3.0"
 5846source = "registry+https://github.com/rust-lang/crates.io-index"
 5847checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
 5848dependencies = [
 5849 "bitflags 2.8.0",
 5850]
 5851
 5852[[package]]
 5853name = "gpui"
 5854version = "0.1.0"
 5855dependencies = [
 5856 "anyhow",
 5857 "as-raw-xcb-connection",
 5858 "ashpd",
 5859 "async-task",
 5860 "backtrace",
 5861 "bindgen 0.70.1",
 5862 "blade-graphics",
 5863 "blade-macros",
 5864 "blade-util",
 5865 "block",
 5866 "bytemuck",
 5867 "calloop",
 5868 "calloop-wayland-source",
 5869 "cbindgen 0.28.0",
 5870 "cocoa 0.26.0",
 5871 "collections",
 5872 "core-foundation 0.10.0",
 5873 "core-foundation-sys",
 5874 "core-graphics 0.24.0",
 5875 "core-text",
 5876 "core-video",
 5877 "cosmic-text",
 5878 "ctor",
 5879 "derive_more",
 5880 "embed-resource",
 5881 "env_logger 0.11.7",
 5882 "etagere",
 5883 "filedescriptor",
 5884 "flume",
 5885 "font-kit",
 5886 "foreign-types 0.5.0",
 5887 "futures 0.3.31",
 5888 "gpui_macros",
 5889 "http_client",
 5890 "image",
 5891 "inventory",
 5892 "itertools 0.14.0",
 5893 "log",
 5894 "lyon",
 5895 "media",
 5896 "metal",
 5897 "naga",
 5898 "num_cpus",
 5899 "objc",
 5900 "objc2",
 5901 "objc2-metal",
 5902 "oo7",
 5903 "open",
 5904 "parking",
 5905 "parking_lot",
 5906 "pathfinder_geometry",
 5907 "postage",
 5908 "profiling",
 5909 "rand 0.8.5",
 5910 "raw-window-handle",
 5911 "refineable",
 5912 "reqwest_client",
 5913 "resvg",
 5914 "schemars",
 5915 "seahash",
 5916 "semantic_version",
 5917 "serde",
 5918 "serde_derive",
 5919 "serde_json",
 5920 "slotmap",
 5921 "smallvec",
 5922 "smol",
 5923 "strum",
 5924 "sum_tree",
 5925 "taffy",
 5926 "thiserror 2.0.12",
 5927 "unicode-segmentation",
 5928 "usvg",
 5929 "util",
 5930 "uuid",
 5931 "waker-fn",
 5932 "wayland-backend",
 5933 "wayland-client",
 5934 "wayland-cursor",
 5935 "wayland-protocols",
 5936 "wayland-protocols-plasma",
 5937 "windows 0.61.1",
 5938 "windows-core 0.61.0",
 5939 "windows-numerics",
 5940 "x11-clipboard",
 5941 "x11rb",
 5942 "xim",
 5943 "xkbcommon",
 5944]
 5945
 5946[[package]]
 5947name = "gpui_macros"
 5948version = "0.1.0"
 5949dependencies = [
 5950 "gpui",
 5951 "proc-macro2",
 5952 "quote",
 5953 "syn 1.0.109",
 5954]
 5955
 5956[[package]]
 5957name = "gpui_tokio"
 5958version = "0.1.0"
 5959dependencies = [
 5960 "gpui",
 5961 "tokio",
 5962 "util",
 5963]
 5964
 5965[[package]]
 5966name = "grid"
 5967version = "0.13.0"
 5968source = "registry+https://github.com/rust-lang/crates.io-index"
 5969checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
 5970
 5971[[package]]
 5972name = "group"
 5973version = "0.12.1"
 5974source = "registry+https://github.com/rust-lang/crates.io-index"
 5975checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 5976dependencies = [
 5977 "ff",
 5978 "rand_core 0.6.4",
 5979 "subtle",
 5980]
 5981
 5982[[package]]
 5983name = "h2"
 5984version = "0.3.26"
 5985source = "registry+https://github.com/rust-lang/crates.io-index"
 5986checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
 5987dependencies = [
 5988 "bytes 1.10.1",
 5989 "fnv",
 5990 "futures-core",
 5991 "futures-sink",
 5992 "futures-util",
 5993 "http 0.2.12",
 5994 "indexmap",
 5995 "slab",
 5996 "tokio",
 5997 "tokio-util",
 5998 "tracing",
 5999]
 6000
 6001[[package]]
 6002name = "h2"
 6003version = "0.4.7"
 6004source = "registry+https://github.com/rust-lang/crates.io-index"
 6005checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
 6006dependencies = [
 6007 "atomic-waker",
 6008 "bytes 1.10.1",
 6009 "fnv",
 6010 "futures-core",
 6011 "futures-sink",
 6012 "http 1.2.0",
 6013 "indexmap",
 6014 "slab",
 6015 "tokio",
 6016 "tokio-util",
 6017 "tracing",
 6018]
 6019
 6020[[package]]
 6021name = "half"
 6022version = "2.4.1"
 6023source = "registry+https://github.com/rust-lang/crates.io-index"
 6024checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
 6025dependencies = [
 6026 "cfg-if",
 6027 "crunchy",
 6028]
 6029
 6030[[package]]
 6031name = "handlebars"
 6032version = "4.5.0"
 6033source = "registry+https://github.com/rust-lang/crates.io-index"
 6034checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 6035dependencies = [
 6036 "log",
 6037 "pest",
 6038 "pest_derive",
 6039 "serde",
 6040 "serde_json",
 6041 "thiserror 1.0.69",
 6042]
 6043
 6044[[package]]
 6045name = "handlebars"
 6046version = "6.2.0"
 6047source = "registry+https://github.com/rust-lang/crates.io-index"
 6048checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
 6049dependencies = [
 6050 "log",
 6051 "num-order",
 6052 "pest",
 6053 "pest_derive",
 6054 "serde",
 6055 "serde_json",
 6056 "thiserror 1.0.69",
 6057]
 6058
 6059[[package]]
 6060name = "hashbrown"
 6061version = "0.12.3"
 6062source = "registry+https://github.com/rust-lang/crates.io-index"
 6063checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 6064dependencies = [
 6065 "ahash 0.7.8",
 6066]
 6067
 6068[[package]]
 6069name = "hashbrown"
 6070version = "0.14.5"
 6071source = "registry+https://github.com/rust-lang/crates.io-index"
 6072checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 6073dependencies = [
 6074 "ahash 0.8.11",
 6075 "allocator-api2",
 6076]
 6077
 6078[[package]]
 6079name = "hashbrown"
 6080version = "0.15.2"
 6081source = "registry+https://github.com/rust-lang/crates.io-index"
 6082checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
 6083dependencies = [
 6084 "allocator-api2",
 6085 "equivalent",
 6086 "foldhash",
 6087 "serde",
 6088]
 6089
 6090[[package]]
 6091name = "hashlink"
 6092version = "0.8.4"
 6093source = "registry+https://github.com/rust-lang/crates.io-index"
 6094checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 6095dependencies = [
 6096 "hashbrown 0.14.5",
 6097]
 6098
 6099[[package]]
 6100name = "hashlink"
 6101version = "0.10.0"
 6102source = "registry+https://github.com/rust-lang/crates.io-index"
 6103checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 6104dependencies = [
 6105 "hashbrown 0.15.2",
 6106]
 6107
 6108[[package]]
 6109name = "headers"
 6110version = "0.3.9"
 6111source = "registry+https://github.com/rust-lang/crates.io-index"
 6112checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 6113dependencies = [
 6114 "base64 0.21.7",
 6115 "bytes 1.10.1",
 6116 "headers-core",
 6117 "http 0.2.12",
 6118 "httpdate",
 6119 "mime",
 6120 "sha1",
 6121]
 6122
 6123[[package]]
 6124name = "headers-core"
 6125version = "0.2.0"
 6126source = "registry+https://github.com/rust-lang/crates.io-index"
 6127checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 6128dependencies = [
 6129 "http 0.2.12",
 6130]
 6131
 6132[[package]]
 6133name = "heck"
 6134version = "0.3.3"
 6135source = "registry+https://github.com/rust-lang/crates.io-index"
 6136checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 6137dependencies = [
 6138 "unicode-segmentation",
 6139]
 6140
 6141[[package]]
 6142name = "heck"
 6143version = "0.4.1"
 6144source = "registry+https://github.com/rust-lang/crates.io-index"
 6145checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 6146dependencies = [
 6147 "unicode-segmentation",
 6148]
 6149
 6150[[package]]
 6151name = "heck"
 6152version = "0.5.0"
 6153source = "registry+https://github.com/rust-lang/crates.io-index"
 6154checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 6155
 6156[[package]]
 6157name = "heed"
 6158version = "0.21.0"
 6159source = "registry+https://github.com/rust-lang/crates.io-index"
 6160checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 6161dependencies = [
 6162 "bitflags 2.8.0",
 6163 "byteorder",
 6164 "heed-traits",
 6165 "heed-types",
 6166 "libc",
 6167 "lmdb-master-sys",
 6168 "once_cell",
 6169 "page_size",
 6170 "serde",
 6171 "synchronoise",
 6172 "url",
 6173]
 6174
 6175[[package]]
 6176name = "heed-traits"
 6177version = "0.20.0"
 6178source = "registry+https://github.com/rust-lang/crates.io-index"
 6179checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 6180
 6181[[package]]
 6182name = "heed-types"
 6183version = "0.21.0"
 6184source = "registry+https://github.com/rust-lang/crates.io-index"
 6185checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 6186dependencies = [
 6187 "bincode",
 6188 "byteorder",
 6189 "heed-traits",
 6190 "serde",
 6191 "serde_json",
 6192]
 6193
 6194[[package]]
 6195name = "hermit-abi"
 6196version = "0.3.9"
 6197source = "registry+https://github.com/rust-lang/crates.io-index"
 6198checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
 6199
 6200[[package]]
 6201name = "hermit-abi"
 6202version = "0.4.0"
 6203source = "registry+https://github.com/rust-lang/crates.io-index"
 6204checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
 6205
 6206[[package]]
 6207name = "hex"
 6208version = "0.4.3"
 6209source = "registry+https://github.com/rust-lang/crates.io-index"
 6210checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 6211
 6212[[package]]
 6213name = "hexf-parse"
 6214version = "0.2.1"
 6215source = "registry+https://github.com/rust-lang/crates.io-index"
 6216checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 6217
 6218[[package]]
 6219name = "hidden-trait"
 6220version = "0.1.2"
 6221source = "registry+https://github.com/rust-lang/crates.io-index"
 6222checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
 6223dependencies = [
 6224 "proc-macro2",
 6225 "quote",
 6226 "syn 1.0.109",
 6227]
 6228
 6229[[package]]
 6230name = "hkdf"
 6231version = "0.12.4"
 6232source = "registry+https://github.com/rust-lang/crates.io-index"
 6233checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 6234dependencies = [
 6235 "hmac",
 6236]
 6237
 6238[[package]]
 6239name = "hmac"
 6240version = "0.12.1"
 6241source = "registry+https://github.com/rust-lang/crates.io-index"
 6242checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 6243dependencies = [
 6244 "digest",
 6245]
 6246
 6247[[package]]
 6248name = "home"
 6249version = "0.5.9"
 6250source = "registry+https://github.com/rust-lang/crates.io-index"
 6251checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
 6252dependencies = [
 6253 "windows-sys 0.52.0",
 6254]
 6255
 6256[[package]]
 6257name = "hound"
 6258version = "3.5.1"
 6259source = "registry+https://github.com/rust-lang/crates.io-index"
 6260checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 6261
 6262[[package]]
 6263name = "html5ever"
 6264version = "0.27.0"
 6265source = "registry+https://github.com/rust-lang/crates.io-index"
 6266checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 6267dependencies = [
 6268 "log",
 6269 "mac",
 6270 "markup5ever",
 6271 "proc-macro2",
 6272 "quote",
 6273 "syn 2.0.100",
 6274]
 6275
 6276[[package]]
 6277name = "html_to_markdown"
 6278version = "0.1.0"
 6279dependencies = [
 6280 "anyhow",
 6281 "html5ever",
 6282 "indoc",
 6283 "markup5ever_rcdom",
 6284 "pretty_assertions",
 6285 "regex",
 6286]
 6287
 6288[[package]]
 6289name = "http"
 6290version = "0.2.12"
 6291source = "registry+https://github.com/rust-lang/crates.io-index"
 6292checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 6293dependencies = [
 6294 "bytes 1.10.1",
 6295 "fnv",
 6296 "itoa",
 6297]
 6298
 6299[[package]]
 6300name = "http"
 6301version = "1.2.0"
 6302source = "registry+https://github.com/rust-lang/crates.io-index"
 6303checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
 6304dependencies = [
 6305 "bytes 1.10.1",
 6306 "fnv",
 6307 "itoa",
 6308]
 6309
 6310[[package]]
 6311name = "http-body"
 6312version = "0.4.6"
 6313source = "registry+https://github.com/rust-lang/crates.io-index"
 6314checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 6315dependencies = [
 6316 "bytes 1.10.1",
 6317 "http 0.2.12",
 6318 "pin-project-lite",
 6319]
 6320
 6321[[package]]
 6322name = "http-body"
 6323version = "1.0.1"
 6324source = "registry+https://github.com/rust-lang/crates.io-index"
 6325checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 6326dependencies = [
 6327 "bytes 1.10.1",
 6328 "http 1.2.0",
 6329]
 6330
 6331[[package]]
 6332name = "http-body-util"
 6333version = "0.1.2"
 6334source = "registry+https://github.com/rust-lang/crates.io-index"
 6335checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
 6336dependencies = [
 6337 "bytes 1.10.1",
 6338 "futures-util",
 6339 "http 1.2.0",
 6340 "http-body 1.0.1",
 6341 "pin-project-lite",
 6342]
 6343
 6344[[package]]
 6345name = "http-range-header"
 6346version = "0.3.1"
 6347source = "registry+https://github.com/rust-lang/crates.io-index"
 6348checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 6349
 6350[[package]]
 6351name = "http-types"
 6352version = "2.12.0"
 6353source = "registry+https://github.com/rust-lang/crates.io-index"
 6354checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
 6355dependencies = [
 6356 "anyhow",
 6357 "async-channel 1.9.0",
 6358 "base64 0.13.1",
 6359 "futures-lite 1.13.0",
 6360 "http 0.2.12",
 6361 "infer",
 6362 "pin-project-lite",
 6363 "rand 0.7.3",
 6364 "serde",
 6365 "serde_json",
 6366 "serde_qs 0.8.5",
 6367 "serde_urlencoded",
 6368 "url",
 6369]
 6370
 6371[[package]]
 6372name = "http_client"
 6373version = "0.1.0"
 6374dependencies = [
 6375 "anyhow",
 6376 "bytes 1.10.1",
 6377 "derive_more",
 6378 "futures 0.3.31",
 6379 "http 1.2.0",
 6380 "log",
 6381 "serde",
 6382 "serde_json",
 6383 "url",
 6384]
 6385
 6386[[package]]
 6387name = "http_client_tls"
 6388version = "0.1.0"
 6389dependencies = [
 6390 "rustls 0.23.25",
 6391 "rustls-platform-verifier",
 6392]
 6393
 6394[[package]]
 6395name = "httparse"
 6396version = "1.9.5"
 6397source = "registry+https://github.com/rust-lang/crates.io-index"
 6398checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
 6399
 6400[[package]]
 6401name = "httpdate"
 6402version = "1.0.3"
 6403source = "registry+https://github.com/rust-lang/crates.io-index"
 6404checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 6405
 6406[[package]]
 6407name = "human_bytes"
 6408version = "0.4.3"
 6409source = "registry+https://github.com/rust-lang/crates.io-index"
 6410checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 6411
 6412[[package]]
 6413name = "humantime"
 6414version = "2.1.0"
 6415source = "registry+https://github.com/rust-lang/crates.io-index"
 6416checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
 6417
 6418[[package]]
 6419name = "hyper"
 6420version = "0.14.32"
 6421source = "registry+https://github.com/rust-lang/crates.io-index"
 6422checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 6423dependencies = [
 6424 "bytes 1.10.1",
 6425 "futures-channel",
 6426 "futures-core",
 6427 "futures-util",
 6428 "h2 0.3.26",
 6429 "http 0.2.12",
 6430 "http-body 0.4.6",
 6431 "httparse",
 6432 "httpdate",
 6433 "itoa",
 6434 "pin-project-lite",
 6435 "socket2",
 6436 "tokio",
 6437 "tower-service",
 6438 "tracing",
 6439 "want",
 6440]
 6441
 6442[[package]]
 6443name = "hyper"
 6444version = "1.5.1"
 6445source = "registry+https://github.com/rust-lang/crates.io-index"
 6446checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
 6447dependencies = [
 6448 "bytes 1.10.1",
 6449 "futures-channel",
 6450 "futures-util",
 6451 "h2 0.4.7",
 6452 "http 1.2.0",
 6453 "http-body 1.0.1",
 6454 "httparse",
 6455 "itoa",
 6456 "pin-project-lite",
 6457 "smallvec",
 6458 "tokio",
 6459 "want",
 6460]
 6461
 6462[[package]]
 6463name = "hyper-rustls"
 6464version = "0.24.2"
 6465source = "registry+https://github.com/rust-lang/crates.io-index"
 6466checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 6467dependencies = [
 6468 "futures-util",
 6469 "http 0.2.12",
 6470 "hyper 0.14.32",
 6471 "log",
 6472 "rustls 0.21.12",
 6473 "rustls-native-certs 0.6.3",
 6474 "tokio",
 6475 "tokio-rustls 0.24.1",
 6476]
 6477
 6478[[package]]
 6479name = "hyper-rustls"
 6480version = "0.27.3"
 6481source = "registry+https://github.com/rust-lang/crates.io-index"
 6482checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
 6483dependencies = [
 6484 "futures-util",
 6485 "http 1.2.0",
 6486 "hyper 1.5.1",
 6487 "hyper-util",
 6488 "rustls 0.23.25",
 6489 "rustls-native-certs 0.8.1",
 6490 "rustls-pki-types",
 6491 "tokio",
 6492 "tokio-rustls 0.26.1",
 6493 "tower-service",
 6494]
 6495
 6496[[package]]
 6497name = "hyper-tls"
 6498version = "0.5.0"
 6499source = "registry+https://github.com/rust-lang/crates.io-index"
 6500checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 6501dependencies = [
 6502 "bytes 1.10.1",
 6503 "hyper 0.14.32",
 6504 "native-tls",
 6505 "tokio",
 6506 "tokio-native-tls",
 6507]
 6508
 6509[[package]]
 6510name = "hyper-util"
 6511version = "0.1.10"
 6512source = "registry+https://github.com/rust-lang/crates.io-index"
 6513checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
 6514dependencies = [
 6515 "bytes 1.10.1",
 6516 "futures-channel",
 6517 "futures-util",
 6518 "http 1.2.0",
 6519 "http-body 1.0.1",
 6520 "hyper 1.5.1",
 6521 "pin-project-lite",
 6522 "socket2",
 6523 "tokio",
 6524 "tower-service",
 6525 "tracing",
 6526]
 6527
 6528[[package]]
 6529name = "iana-time-zone"
 6530version = "0.1.61"
 6531source = "registry+https://github.com/rust-lang/crates.io-index"
 6532checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
 6533dependencies = [
 6534 "android_system_properties",
 6535 "core-foundation-sys",
 6536 "iana-time-zone-haiku",
 6537 "js-sys",
 6538 "wasm-bindgen",
 6539 "windows-core 0.52.0",
 6540]
 6541
 6542[[package]]
 6543name = "iana-time-zone-haiku"
 6544version = "0.1.2"
 6545source = "registry+https://github.com/rust-lang/crates.io-index"
 6546checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 6547dependencies = [
 6548 "cc",
 6549]
 6550
 6551[[package]]
 6552name = "icons"
 6553version = "0.1.0"
 6554dependencies = [
 6555 "serde",
 6556 "strum",
 6557]
 6558
 6559[[package]]
 6560name = "icu_collections"
 6561version = "1.5.0"
 6562source = "registry+https://github.com/rust-lang/crates.io-index"
 6563checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
 6564dependencies = [
 6565 "displaydoc",
 6566 "yoke",
 6567 "zerofrom",
 6568 "zerovec",
 6569]
 6570
 6571[[package]]
 6572name = "icu_locid"
 6573version = "1.5.0"
 6574source = "registry+https://github.com/rust-lang/crates.io-index"
 6575checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
 6576dependencies = [
 6577 "displaydoc",
 6578 "litemap",
 6579 "tinystr",
 6580 "writeable",
 6581 "zerovec",
 6582]
 6583
 6584[[package]]
 6585name = "icu_locid_transform"
 6586version = "1.5.0"
 6587source = "registry+https://github.com/rust-lang/crates.io-index"
 6588checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
 6589dependencies = [
 6590 "displaydoc",
 6591 "icu_locid",
 6592 "icu_locid_transform_data",
 6593 "icu_provider",
 6594 "tinystr",
 6595 "zerovec",
 6596]
 6597
 6598[[package]]
 6599name = "icu_locid_transform_data"
 6600version = "1.5.0"
 6601source = "registry+https://github.com/rust-lang/crates.io-index"
 6602checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
 6603
 6604[[package]]
 6605name = "icu_normalizer"
 6606version = "1.5.0"
 6607source = "registry+https://github.com/rust-lang/crates.io-index"
 6608checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
 6609dependencies = [
 6610 "displaydoc",
 6611 "icu_collections",
 6612 "icu_normalizer_data",
 6613 "icu_properties",
 6614 "icu_provider",
 6615 "smallvec",
 6616 "utf16_iter",
 6617 "utf8_iter",
 6618 "write16",
 6619 "zerovec",
 6620]
 6621
 6622[[package]]
 6623name = "icu_normalizer_data"
 6624version = "1.5.0"
 6625source = "registry+https://github.com/rust-lang/crates.io-index"
 6626checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
 6627
 6628[[package]]
 6629name = "icu_properties"
 6630version = "1.5.1"
 6631source = "registry+https://github.com/rust-lang/crates.io-index"
 6632checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
 6633dependencies = [
 6634 "displaydoc",
 6635 "icu_collections",
 6636 "icu_locid_transform",
 6637 "icu_properties_data",
 6638 "icu_provider",
 6639 "tinystr",
 6640 "zerovec",
 6641]
 6642
 6643[[package]]
 6644name = "icu_properties_data"
 6645version = "1.5.0"
 6646source = "registry+https://github.com/rust-lang/crates.io-index"
 6647checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
 6648
 6649[[package]]
 6650name = "icu_provider"
 6651version = "1.5.0"
 6652source = "registry+https://github.com/rust-lang/crates.io-index"
 6653checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
 6654dependencies = [
 6655 "displaydoc",
 6656 "icu_locid",
 6657 "icu_provider_macros",
 6658 "stable_deref_trait",
 6659 "tinystr",
 6660 "writeable",
 6661 "yoke",
 6662 "zerofrom",
 6663 "zerovec",
 6664]
 6665
 6666[[package]]
 6667name = "icu_provider_macros"
 6668version = "1.5.0"
 6669source = "registry+https://github.com/rust-lang/crates.io-index"
 6670checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
 6671dependencies = [
 6672 "proc-macro2",
 6673 "quote",
 6674 "syn 2.0.100",
 6675]
 6676
 6677[[package]]
 6678name = "id-arena"
 6679version = "2.2.1"
 6680source = "registry+https://github.com/rust-lang/crates.io-index"
 6681checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 6682
 6683[[package]]
 6684name = "idna"
 6685version = "1.0.3"
 6686source = "registry+https://github.com/rust-lang/crates.io-index"
 6687checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
 6688dependencies = [
 6689 "idna_adapter",
 6690 "smallvec",
 6691 "utf8_iter",
 6692]
 6693
 6694[[package]]
 6695name = "idna_adapter"
 6696version = "1.2.0"
 6697source = "registry+https://github.com/rust-lang/crates.io-index"
 6698checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
 6699dependencies = [
 6700 "icu_normalizer",
 6701 "icu_properties",
 6702]
 6703
 6704[[package]]
 6705name = "ignore"
 6706version = "0.4.23"
 6707source = "registry+https://github.com/rust-lang/crates.io-index"
 6708checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
 6709dependencies = [
 6710 "crossbeam-deque",
 6711 "globset",
 6712 "log",
 6713 "memchr",
 6714 "regex-automata 0.4.9",
 6715 "same-file",
 6716 "walkdir",
 6717 "winapi-util",
 6718]
 6719
 6720[[package]]
 6721name = "image"
 6722version = "0.25.5"
 6723source = "registry+https://github.com/rust-lang/crates.io-index"
 6724checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
 6725dependencies = [
 6726 "bytemuck",
 6727 "byteorder-lite",
 6728 "color_quant",
 6729 "exr",
 6730 "gif",
 6731 "image-webp",
 6732 "num-traits",
 6733 "png",
 6734 "qoi",
 6735 "ravif",
 6736 "rayon",
 6737 "rgb",
 6738 "tiff",
 6739 "zune-core",
 6740 "zune-jpeg",
 6741]
 6742
 6743[[package]]
 6744name = "image-webp"
 6745version = "0.2.0"
 6746source = "registry+https://github.com/rust-lang/crates.io-index"
 6747checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
 6748dependencies = [
 6749 "byteorder-lite",
 6750 "quick-error",
 6751]
 6752
 6753[[package]]
 6754name = "image_viewer"
 6755version = "0.1.0"
 6756dependencies = [
 6757 "anyhow",
 6758 "db",
 6759 "editor",
 6760 "file_icons",
 6761 "gpui",
 6762 "project",
 6763 "schemars",
 6764 "serde",
 6765 "settings",
 6766 "theme",
 6767 "ui",
 6768 "util",
 6769 "workspace",
 6770]
 6771
 6772[[package]]
 6773name = "imagesize"
 6774version = "0.13.0"
 6775source = "registry+https://github.com/rust-lang/crates.io-index"
 6776checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 6777
 6778[[package]]
 6779name = "imara-diff"
 6780version = "0.1.8"
 6781source = "registry+https://github.com/rust-lang/crates.io-index"
 6782checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 6783dependencies = [
 6784 "hashbrown 0.15.2",
 6785]
 6786
 6787[[package]]
 6788name = "imgref"
 6789version = "1.11.0"
 6790source = "registry+https://github.com/rust-lang/crates.io-index"
 6791checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
 6792
 6793[[package]]
 6794name = "indexed_docs"
 6795version = "0.1.0"
 6796dependencies = [
 6797 "anyhow",
 6798 "async-trait",
 6799 "cargo_metadata",
 6800 "collections",
 6801 "derive_more",
 6802 "extension",
 6803 "fs",
 6804 "futures 0.3.31",
 6805 "fuzzy",
 6806 "gpui",
 6807 "heed",
 6808 "html_to_markdown",
 6809 "http_client",
 6810 "indexmap",
 6811 "indoc",
 6812 "parking_lot",
 6813 "paths",
 6814 "pretty_assertions",
 6815 "serde",
 6816 "strum",
 6817 "util",
 6818]
 6819
 6820[[package]]
 6821name = "indexmap"
 6822version = "2.7.1"
 6823source = "registry+https://github.com/rust-lang/crates.io-index"
 6824checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
 6825dependencies = [
 6826 "equivalent",
 6827 "hashbrown 0.15.2",
 6828 "serde",
 6829]
 6830
 6831[[package]]
 6832name = "indoc"
 6833version = "2.0.6"
 6834source = "registry+https://github.com/rust-lang/crates.io-index"
 6835checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 6836
 6837[[package]]
 6838name = "infer"
 6839version = "0.2.3"
 6840source = "registry+https://github.com/rust-lang/crates.io-index"
 6841checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
 6842
 6843[[package]]
 6844name = "inherent"
 6845version = "1.0.11"
 6846source = "registry+https://github.com/rust-lang/crates.io-index"
 6847checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
 6848dependencies = [
 6849 "proc-macro2",
 6850 "quote",
 6851 "syn 2.0.100",
 6852]
 6853
 6854[[package]]
 6855name = "inline_completion"
 6856version = "0.1.0"
 6857dependencies = [
 6858 "gpui",
 6859 "language",
 6860 "project",
 6861]
 6862
 6863[[package]]
 6864name = "inline_completion_button"
 6865version = "0.1.0"
 6866dependencies = [
 6867 "anyhow",
 6868 "client",
 6869 "copilot",
 6870 "editor",
 6871 "feature_flags",
 6872 "fs",
 6873 "futures 0.3.31",
 6874 "gpui",
 6875 "indoc",
 6876 "inline_completion",
 6877 "language",
 6878 "lsp",
 6879 "paths",
 6880 "project",
 6881 "regex",
 6882 "serde_json",
 6883 "settings",
 6884 "supermaven",
 6885 "telemetry",
 6886 "theme",
 6887 "ui",
 6888 "workspace",
 6889 "zed_actions",
 6890 "zeta",
 6891]
 6892
 6893[[package]]
 6894name = "inotify"
 6895version = "0.11.0"
 6896source = "registry+https://github.com/rust-lang/crates.io-index"
 6897checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 6898dependencies = [
 6899 "bitflags 2.8.0",
 6900 "inotify-sys",
 6901 "libc",
 6902]
 6903
 6904[[package]]
 6905name = "inotify-sys"
 6906version = "0.1.5"
 6907source = "registry+https://github.com/rust-lang/crates.io-index"
 6908checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 6909dependencies = [
 6910 "libc",
 6911]
 6912
 6913[[package]]
 6914name = "inout"
 6915version = "0.1.3"
 6916source = "registry+https://github.com/rust-lang/crates.io-index"
 6917checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
 6918dependencies = [
 6919 "block-padding",
 6920 "generic-array",
 6921]
 6922
 6923[[package]]
 6924name = "install_cli"
 6925version = "0.1.0"
 6926dependencies = [
 6927 "anyhow",
 6928 "gpui",
 6929 "smol",
 6930 "util",
 6931]
 6932
 6933[[package]]
 6934name = "instant"
 6935version = "0.1.13"
 6936source = "registry+https://github.com/rust-lang/crates.io-index"
 6937checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 6938dependencies = [
 6939 "cfg-if",
 6940]
 6941
 6942[[package]]
 6943name = "interpolate_name"
 6944version = "0.2.4"
 6945source = "registry+https://github.com/rust-lang/crates.io-index"
 6946checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 6947dependencies = [
 6948 "proc-macro2",
 6949 "quote",
 6950 "syn 2.0.100",
 6951]
 6952
 6953[[package]]
 6954name = "inventory"
 6955version = "0.3.20"
 6956source = "registry+https://github.com/rust-lang/crates.io-index"
 6957checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
 6958dependencies = [
 6959 "rustversion",
 6960]
 6961
 6962[[package]]
 6963name = "io-extras"
 6964version = "0.18.4"
 6965source = "registry+https://github.com/rust-lang/crates.io-index"
 6966checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 6967dependencies = [
 6968 "io-lifetimes",
 6969 "windows-sys 0.52.0",
 6970]
 6971
 6972[[package]]
 6973name = "io-lifetimes"
 6974version = "2.0.4"
 6975source = "registry+https://github.com/rust-lang/crates.io-index"
 6976checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 6977
 6978[[package]]
 6979name = "io-surface"
 6980version = "0.16.0"
 6981source = "registry+https://github.com/rust-lang/crates.io-index"
 6982checksum = "8283575d5f0b2e7447ec0840363879d71c0fa325d4c699d5b45208ea4a51f45e"
 6983dependencies = [
 6984 "cgl",
 6985 "core-foundation 0.10.0",
 6986 "core-foundation-sys",
 6987 "leaky-cow",
 6988 "libc",
 6989]
 6990
 6991[[package]]
 6992name = "iovec"
 6993version = "0.1.4"
 6994source = "registry+https://github.com/rust-lang/crates.io-index"
 6995checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 6996dependencies = [
 6997 "libc",
 6998]
 6999
 7000[[package]]
 7001name = "ipc-channel"
 7002version = "0.19.0"
 7003source = "registry+https://github.com/rust-lang/crates.io-index"
 7004checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 7005dependencies = [
 7006 "bincode",
 7007 "crossbeam-channel",
 7008 "fnv",
 7009 "lazy_static",
 7010 "libc",
 7011 "mio",
 7012 "rand 0.8.5",
 7013 "serde",
 7014 "tempfile",
 7015 "uuid",
 7016 "windows 0.58.0",
 7017]
 7018
 7019[[package]]
 7020name = "ipnet"
 7021version = "2.10.1"
 7022source = "registry+https://github.com/rust-lang/crates.io-index"
 7023checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
 7024
 7025[[package]]
 7026name = "is-docker"
 7027version = "0.2.0"
 7028source = "registry+https://github.com/rust-lang/crates.io-index"
 7029checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 7030dependencies = [
 7031 "once_cell",
 7032]
 7033
 7034[[package]]
 7035name = "is-terminal"
 7036version = "0.4.13"
 7037source = "registry+https://github.com/rust-lang/crates.io-index"
 7038checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
 7039dependencies = [
 7040 "hermit-abi 0.4.0",
 7041 "libc",
 7042 "windows-sys 0.52.0",
 7043]
 7044
 7045[[package]]
 7046name = "is-wsl"
 7047version = "0.4.0"
 7048source = "registry+https://github.com/rust-lang/crates.io-index"
 7049checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 7050dependencies = [
 7051 "is-docker",
 7052 "once_cell",
 7053]
 7054
 7055[[package]]
 7056name = "is_terminal_polyfill"
 7057version = "1.70.1"
 7058source = "registry+https://github.com/rust-lang/crates.io-index"
 7059checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 7060
 7061[[package]]
 7062name = "itertools"
 7063version = "0.10.5"
 7064source = "registry+https://github.com/rust-lang/crates.io-index"
 7065checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 7066dependencies = [
 7067 "either",
 7068]
 7069
 7070[[package]]
 7071name = "itertools"
 7072version = "0.11.0"
 7073source = "registry+https://github.com/rust-lang/crates.io-index"
 7074checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 7075dependencies = [
 7076 "either",
 7077]
 7078
 7079[[package]]
 7080name = "itertools"
 7081version = "0.12.1"
 7082source = "registry+https://github.com/rust-lang/crates.io-index"
 7083checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 7084dependencies = [
 7085 "either",
 7086]
 7087
 7088[[package]]
 7089name = "itertools"
 7090version = "0.14.0"
 7091source = "registry+https://github.com/rust-lang/crates.io-index"
 7092checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 7093dependencies = [
 7094 "either",
 7095]
 7096
 7097[[package]]
 7098name = "itoa"
 7099version = "1.0.14"
 7100source = "registry+https://github.com/rust-lang/crates.io-index"
 7101checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
 7102
 7103[[package]]
 7104name = "jiff"
 7105version = "0.2.4"
 7106source = "registry+https://github.com/rust-lang/crates.io-index"
 7107checksum = "d699bc6dfc879fb1bf9bdff0d4c56f0884fc6f0d0eb0fba397a6d00cd9a6b85e"
 7108dependencies = [
 7109 "jiff-static",
 7110 "log",
 7111 "portable-atomic",
 7112 "portable-atomic-util",
 7113 "serde",
 7114]
 7115
 7116[[package]]
 7117name = "jiff-static"
 7118version = "0.2.4"
 7119source = "registry+https://github.com/rust-lang/crates.io-index"
 7120checksum = "8d16e75759ee0aa64c57a56acbf43916987b20c77373cb7e808979e02b93c9f9"
 7121dependencies = [
 7122 "proc-macro2",
 7123 "quote",
 7124 "syn 2.0.100",
 7125]
 7126
 7127[[package]]
 7128name = "jni"
 7129version = "0.21.1"
 7130source = "registry+https://github.com/rust-lang/crates.io-index"
 7131checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 7132dependencies = [
 7133 "cesu8",
 7134 "cfg-if",
 7135 "combine",
 7136 "jni-sys",
 7137 "log",
 7138 "thiserror 1.0.69",
 7139 "walkdir",
 7140 "windows-sys 0.45.0",
 7141]
 7142
 7143[[package]]
 7144name = "jni-sys"
 7145version = "0.3.0"
 7146source = "registry+https://github.com/rust-lang/crates.io-index"
 7147checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 7148
 7149[[package]]
 7150name = "jobserver"
 7151version = "0.1.32"
 7152source = "registry+https://github.com/rust-lang/crates.io-index"
 7153checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
 7154dependencies = [
 7155 "libc",
 7156]
 7157
 7158[[package]]
 7159name = "journal"
 7160version = "0.1.0"
 7161dependencies = [
 7162 "anyhow",
 7163 "chrono",
 7164 "editor",
 7165 "gpui",
 7166 "log",
 7167 "schemars",
 7168 "serde",
 7169 "settings",
 7170 "shellexpand 2.1.2",
 7171 "workspace",
 7172]
 7173
 7174[[package]]
 7175name = "jpeg-decoder"
 7176version = "0.3.1"
 7177source = "registry+https://github.com/rust-lang/crates.io-index"
 7178checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
 7179
 7180[[package]]
 7181name = "js-sys"
 7182version = "0.3.76"
 7183source = "registry+https://github.com/rust-lang/crates.io-index"
 7184checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
 7185dependencies = [
 7186 "once_cell",
 7187 "wasm-bindgen",
 7188]
 7189
 7190[[package]]
 7191name = "jsonwebtoken"
 7192version = "9.3.1"
 7193source = "registry+https://github.com/rust-lang/crates.io-index"
 7194checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
 7195dependencies = [
 7196 "base64 0.22.1",
 7197 "js-sys",
 7198 "pem",
 7199 "ring",
 7200 "serde",
 7201 "serde_json",
 7202 "simple_asn1",
 7203]
 7204
 7205[[package]]
 7206name = "jupyter-protocol"
 7207version = "0.6.0"
 7208source = "registry+https://github.com/rust-lang/crates.io-index"
 7209checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
 7210dependencies = [
 7211 "anyhow",
 7212 "async-trait",
 7213 "bytes 1.10.1",
 7214 "chrono",
 7215 "futures 0.3.31",
 7216 "serde",
 7217 "serde_json",
 7218 "uuid",
 7219]
 7220
 7221[[package]]
 7222name = "jupyter-websocket-client"
 7223version = "0.9.0"
 7224source = "registry+https://github.com/rust-lang/crates.io-index"
 7225checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
 7226dependencies = [
 7227 "anyhow",
 7228 "async-trait",
 7229 "async-tungstenite",
 7230 "futures 0.3.31",
 7231 "jupyter-protocol",
 7232 "serde",
 7233 "serde_json",
 7234 "url",
 7235 "uuid",
 7236]
 7237
 7238[[package]]
 7239name = "khronos-egl"
 7240version = "6.0.0"
 7241source = "registry+https://github.com/rust-lang/crates.io-index"
 7242checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 7243dependencies = [
 7244 "libc",
 7245 "libloading",
 7246]
 7247
 7248[[package]]
 7249name = "kqueue"
 7250version = "1.0.8"
 7251source = "registry+https://github.com/rust-lang/crates.io-index"
 7252checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
 7253dependencies = [
 7254 "kqueue-sys",
 7255 "libc",
 7256]
 7257
 7258[[package]]
 7259name = "kqueue-sys"
 7260version = "1.0.4"
 7261source = "registry+https://github.com/rust-lang/crates.io-index"
 7262checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 7263dependencies = [
 7264 "bitflags 1.3.2",
 7265 "libc",
 7266]
 7267
 7268[[package]]
 7269name = "kurbo"
 7270version = "0.11.1"
 7271source = "registry+https://github.com/rust-lang/crates.io-index"
 7272checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
 7273dependencies = [
 7274 "arrayvec",
 7275 "smallvec",
 7276]
 7277
 7278[[package]]
 7279name = "kv-log-macro"
 7280version = "1.0.7"
 7281source = "registry+https://github.com/rust-lang/crates.io-index"
 7282checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 7283dependencies = [
 7284 "log",
 7285]
 7286
 7287[[package]]
 7288name = "language"
 7289version = "0.1.0"
 7290dependencies = [
 7291 "anyhow",
 7292 "async-trait",
 7293 "async-watch",
 7294 "clock",
 7295 "collections",
 7296 "ctor",
 7297 "ec4rs",
 7298 "env_logger 0.11.7",
 7299 "fs",
 7300 "futures 0.3.31",
 7301 "fuzzy",
 7302 "globset",
 7303 "gpui",
 7304 "http_client",
 7305 "imara-diff",
 7306 "indoc",
 7307 "itertools 0.14.0",
 7308 "log",
 7309 "lsp",
 7310 "parking_lot",
 7311 "postage",
 7312 "pretty_assertions",
 7313 "rand 0.8.5",
 7314 "regex",
 7315 "rpc",
 7316 "schemars",
 7317 "serde",
 7318 "serde_json",
 7319 "settings",
 7320 "smallvec",
 7321 "smol",
 7322 "streaming-iterator",
 7323 "strsim",
 7324 "sum_tree",
 7325 "task",
 7326 "text",
 7327 "theme",
 7328 "tree-sitter",
 7329 "tree-sitter-elixir",
 7330 "tree-sitter-embedded-template",
 7331 "tree-sitter-heex",
 7332 "tree-sitter-html",
 7333 "tree-sitter-json",
 7334 "tree-sitter-md",
 7335 "tree-sitter-ruby",
 7336 "tree-sitter-rust",
 7337 "tree-sitter-typescript",
 7338 "unicase",
 7339 "unindent",
 7340 "util",
 7341]
 7342
 7343[[package]]
 7344name = "language_extension"
 7345version = "0.1.0"
 7346dependencies = [
 7347 "anyhow",
 7348 "async-trait",
 7349 "collections",
 7350 "extension",
 7351 "fs",
 7352 "futures 0.3.31",
 7353 "gpui",
 7354 "language",
 7355 "lsp",
 7356 "serde",
 7357 "serde_json",
 7358 "util",
 7359]
 7360
 7361[[package]]
 7362name = "language_model"
 7363version = "0.1.0"
 7364dependencies = [
 7365 "anthropic",
 7366 "anyhow",
 7367 "base64 0.22.1",
 7368 "client",
 7369 "collections",
 7370 "futures 0.3.31",
 7371 "google_ai",
 7372 "gpui",
 7373 "http_client",
 7374 "icons",
 7375 "image",
 7376 "log",
 7377 "open_ai",
 7378 "parking_lot",
 7379 "proto",
 7380 "schemars",
 7381 "serde",
 7382 "serde_json",
 7383 "smol",
 7384 "strum",
 7385 "telemetry_events",
 7386 "thiserror 2.0.12",
 7387 "util",
 7388]
 7389
 7390[[package]]
 7391name = "language_model_selector"
 7392version = "0.1.0"
 7393dependencies = [
 7394 "feature_flags",
 7395 "gpui",
 7396 "language_model",
 7397 "log",
 7398 "picker",
 7399 "proto",
 7400 "ui",
 7401 "workspace",
 7402 "zed_actions",
 7403]
 7404
 7405[[package]]
 7406name = "language_models"
 7407version = "0.1.0"
 7408dependencies = [
 7409 "anthropic",
 7410 "anyhow",
 7411 "aws-config",
 7412 "aws-credential-types",
 7413 "aws_http_client",
 7414 "bedrock",
 7415 "client",
 7416 "collections",
 7417 "copilot",
 7418 "credentials_provider",
 7419 "deepseek",
 7420 "editor",
 7421 "feature_flags",
 7422 "fs",
 7423 "futures 0.3.31",
 7424 "google_ai",
 7425 "gpui",
 7426 "gpui_tokio",
 7427 "http_client",
 7428 "language_model",
 7429 "lmstudio",
 7430 "log",
 7431 "menu",
 7432 "mistral",
 7433 "ollama",
 7434 "open_ai",
 7435 "project",
 7436 "proto",
 7437 "schemars",
 7438 "serde",
 7439 "serde_json",
 7440 "settings",
 7441 "smol",
 7442 "strum",
 7443 "theme",
 7444 "tiktoken-rs",
 7445 "tokio",
 7446 "ui",
 7447 "util",
 7448]
 7449
 7450[[package]]
 7451name = "language_selector"
 7452version = "0.1.0"
 7453dependencies = [
 7454 "anyhow",
 7455 "editor",
 7456 "file_finder",
 7457 "file_icons",
 7458 "fuzzy",
 7459 "gpui",
 7460 "language",
 7461 "picker",
 7462 "project",
 7463 "settings",
 7464 "ui",
 7465 "util",
 7466 "workspace",
 7467]
 7468
 7469[[package]]
 7470name = "language_tools"
 7471version = "0.1.0"
 7472dependencies = [
 7473 "anyhow",
 7474 "client",
 7475 "collections",
 7476 "copilot",
 7477 "editor",
 7478 "env_logger 0.11.7",
 7479 "futures 0.3.31",
 7480 "gpui",
 7481 "itertools 0.14.0",
 7482 "language",
 7483 "lsp",
 7484 "project",
 7485 "release_channel",
 7486 "serde_json",
 7487 "settings",
 7488 "theme",
 7489 "tree-sitter",
 7490 "ui",
 7491 "util",
 7492 "workspace",
 7493 "zed_actions",
 7494]
 7495
 7496[[package]]
 7497name = "languages"
 7498version = "0.1.0"
 7499dependencies = [
 7500 "anyhow",
 7501 "async-compression",
 7502 "async-tar",
 7503 "async-trait",
 7504 "collections",
 7505 "futures 0.3.31",
 7506 "gpui",
 7507 "http_client",
 7508 "language",
 7509 "log",
 7510 "lsp",
 7511 "node_runtime",
 7512 "paths",
 7513 "pet",
 7514 "pet-conda",
 7515 "pet-core",
 7516 "pet-fs",
 7517 "pet-poetry",
 7518 "pet-reporter",
 7519 "pretty_assertions",
 7520 "project",
 7521 "regex",
 7522 "rope",
 7523 "rust-embed",
 7524 "serde",
 7525 "serde_json",
 7526 "settings",
 7527 "smol",
 7528 "snippet_provider",
 7529 "task",
 7530 "text",
 7531 "theme",
 7532 "toml 0.8.20",
 7533 "tree-sitter",
 7534 "tree-sitter-bash",
 7535 "tree-sitter-c",
 7536 "tree-sitter-cpp",
 7537 "tree-sitter-css",
 7538 "tree-sitter-diff",
 7539 "tree-sitter-gitcommit",
 7540 "tree-sitter-go",
 7541 "tree-sitter-gomod",
 7542 "tree-sitter-gowork",
 7543 "tree-sitter-jsdoc",
 7544 "tree-sitter-json",
 7545 "tree-sitter-md",
 7546 "tree-sitter-python",
 7547 "tree-sitter-regex",
 7548 "tree-sitter-rust",
 7549 "tree-sitter-typescript",
 7550 "tree-sitter-yaml",
 7551 "unindent",
 7552 "util",
 7553 "workspace",
 7554]
 7555
 7556[[package]]
 7557name = "lazy_static"
 7558version = "1.5.0"
 7559source = "registry+https://github.com/rust-lang/crates.io-index"
 7560checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 7561dependencies = [
 7562 "spin",
 7563]
 7564
 7565[[package]]
 7566name = "lazycell"
 7567version = "1.3.0"
 7568source = "registry+https://github.com/rust-lang/crates.io-index"
 7569checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 7570
 7571[[package]]
 7572name = "leak"
 7573version = "0.1.2"
 7574source = "registry+https://github.com/rust-lang/crates.io-index"
 7575checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 7576
 7577[[package]]
 7578name = "leaky-cow"
 7579version = "0.1.1"
 7580source = "registry+https://github.com/rust-lang/crates.io-index"
 7581checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 7582dependencies = [
 7583 "leak",
 7584]
 7585
 7586[[package]]
 7587name = "leb128"
 7588version = "0.2.5"
 7589source = "registry+https://github.com/rust-lang/crates.io-index"
 7590checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 7591
 7592[[package]]
 7593name = "lebe"
 7594version = "0.5.2"
 7595source = "registry+https://github.com/rust-lang/crates.io-index"
 7596checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
 7597
 7598[[package]]
 7599name = "libc"
 7600version = "0.2.171"
 7601source = "registry+https://github.com/rust-lang/crates.io-index"
 7602checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
 7603
 7604[[package]]
 7605name = "libdbus-sys"
 7606version = "0.2.5"
 7607source = "registry+https://github.com/rust-lang/crates.io-index"
 7608checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
 7609dependencies = [
 7610 "cc",
 7611 "pkg-config",
 7612]
 7613
 7614[[package]]
 7615name = "libfuzzer-sys"
 7616version = "0.4.8"
 7617source = "registry+https://github.com/rust-lang/crates.io-index"
 7618checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
 7619dependencies = [
 7620 "arbitrary",
 7621 "cc",
 7622]
 7623
 7624[[package]]
 7625name = "libgit2-sys"
 7626version = "0.18.1+1.9.0"
 7627source = "registry+https://github.com/rust-lang/crates.io-index"
 7628checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
 7629dependencies = [
 7630 "cc",
 7631 "libc",
 7632 "libz-sys",
 7633 "pkg-config",
 7634]
 7635
 7636[[package]]
 7637name = "libloading"
 7638version = "0.8.6"
 7639source = "registry+https://github.com/rust-lang/crates.io-index"
 7640checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
 7641dependencies = [
 7642 "cfg-if",
 7643 "windows-targets 0.48.5",
 7644]
 7645
 7646[[package]]
 7647name = "libm"
 7648version = "0.2.11"
 7649source = "registry+https://github.com/rust-lang/crates.io-index"
 7650checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
 7651
 7652[[package]]
 7653name = "libmimalloc-sys"
 7654version = "0.1.40"
 7655source = "registry+https://github.com/rust-lang/crates.io-index"
 7656checksum = "07d0e07885d6a754b9c7993f2625187ad694ee985d60f23355ff0e7077261502"
 7657dependencies = [
 7658 "cc",
 7659 "libc",
 7660]
 7661
 7662[[package]]
 7663name = "libredox"
 7664version = "0.1.3"
 7665source = "registry+https://github.com/rust-lang/crates.io-index"
 7666checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
 7667dependencies = [
 7668 "bitflags 2.8.0",
 7669 "libc",
 7670 "redox_syscall 0.5.8",
 7671]
 7672
 7673[[package]]
 7674name = "libsqlite3-sys"
 7675version = "0.30.1"
 7676source = "registry+https://github.com/rust-lang/crates.io-index"
 7677checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 7678dependencies = [
 7679 "cc",
 7680 "pkg-config",
 7681 "vcpkg",
 7682]
 7683
 7684[[package]]
 7685name = "libwebrtc"
 7686version = "0.3.10"
 7687source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
 7688dependencies = [
 7689 "cxx",
 7690 "jni",
 7691 "js-sys",
 7692 "lazy_static",
 7693 "livekit-protocol",
 7694 "livekit-runtime",
 7695 "log",
 7696 "parking_lot",
 7697 "serde",
 7698 "serde_json",
 7699 "thiserror 1.0.69",
 7700 "tokio",
 7701 "wasm-bindgen",
 7702 "wasm-bindgen-futures",
 7703 "web-sys",
 7704 "webrtc-sys",
 7705]
 7706
 7707[[package]]
 7708name = "libz-sys"
 7709version = "1.1.20"
 7710source = "registry+https://github.com/rust-lang/crates.io-index"
 7711checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
 7712dependencies = [
 7713 "cc",
 7714 "libc",
 7715 "pkg-config",
 7716 "vcpkg",
 7717]
 7718
 7719[[package]]
 7720name = "link-cplusplus"
 7721version = "1.0.10"
 7722source = "registry+https://github.com/rust-lang/crates.io-index"
 7723checksum = "4a6f6da007f968f9def0d65a05b187e2960183de70c160204ecfccf0ee330212"
 7724dependencies = [
 7725 "cc",
 7726]
 7727
 7728[[package]]
 7729name = "linkify"
 7730version = "0.10.0"
 7731source = "registry+https://github.com/rust-lang/crates.io-index"
 7732checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 7733dependencies = [
 7734 "memchr",
 7735]
 7736
 7737[[package]]
 7738name = "linkme"
 7739version = "0.3.32"
 7740source = "registry+https://github.com/rust-lang/crates.io-index"
 7741checksum = "22d227772b5999ddc0690e733f734f95ca05387e329c4084fe65678c51198ffe"
 7742dependencies = [
 7743 "linkme-impl",
 7744]
 7745
 7746[[package]]
 7747name = "linkme-impl"
 7748version = "0.3.32"
 7749source = "registry+https://github.com/rust-lang/crates.io-index"
 7750checksum = "71a98813fa0073a317ed6a8055dcd4722a49d9b862af828ee68449adb799b6be"
 7751dependencies = [
 7752 "proc-macro2",
 7753 "quote",
 7754 "syn 2.0.100",
 7755]
 7756
 7757[[package]]
 7758name = "linux-raw-sys"
 7759version = "0.4.14"
 7760source = "registry+https://github.com/rust-lang/crates.io-index"
 7761checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
 7762
 7763[[package]]
 7764name = "litemap"
 7765version = "0.7.4"
 7766source = "registry+https://github.com/rust-lang/crates.io-index"
 7767checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
 7768
 7769[[package]]
 7770name = "livekit"
 7771version = "0.7.8"
 7772source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
 7773dependencies = [
 7774 "chrono",
 7775 "futures-util",
 7776 "lazy_static",
 7777 "libloading",
 7778 "libwebrtc",
 7779 "livekit-api",
 7780 "livekit-protocol",
 7781 "livekit-runtime",
 7782 "log",
 7783 "parking_lot",
 7784 "prost 0.12.6",
 7785 "semver",
 7786 "serde",
 7787 "serde_json",
 7788 "thiserror 1.0.69",
 7789 "tokio",
 7790]
 7791
 7792[[package]]
 7793name = "livekit-api"
 7794version = "0.4.2"
 7795source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
 7796dependencies = [
 7797 "base64 0.21.7",
 7798 "futures-util",
 7799 "http 0.2.12",
 7800 "jsonwebtoken",
 7801 "livekit-protocol",
 7802 "livekit-runtime",
 7803 "log",
 7804 "parking_lot",
 7805 "pbjson-types",
 7806 "prost 0.12.6",
 7807 "rand 0.9.0",
 7808 "reqwest 0.11.27",
 7809 "scopeguard",
 7810 "serde",
 7811 "serde_json",
 7812 "sha2",
 7813 "thiserror 1.0.69",
 7814 "tokio",
 7815 "tokio-tungstenite 0.26.2",
 7816 "url",
 7817]
 7818
 7819[[package]]
 7820name = "livekit-protocol"
 7821version = "0.3.9"
 7822source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
 7823dependencies = [
 7824 "futures-util",
 7825 "livekit-runtime",
 7826 "parking_lot",
 7827 "pbjson",
 7828 "pbjson-types",
 7829 "prost 0.12.6",
 7830 "prost-types 0.12.6",
 7831 "serde",
 7832 "thiserror 1.0.69",
 7833 "tokio",
 7834]
 7835
 7836[[package]]
 7837name = "livekit-runtime"
 7838version = "0.4.0"
 7839source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
 7840dependencies = [
 7841 "tokio",
 7842 "tokio-stream",
 7843]
 7844
 7845[[package]]
 7846name = "livekit_api"
 7847version = "0.1.0"
 7848dependencies = [
 7849 "anyhow",
 7850 "async-trait",
 7851 "jsonwebtoken",
 7852 "log",
 7853 "prost 0.9.0",
 7854 "prost-build 0.9.0",
 7855 "prost-types 0.9.0",
 7856 "reqwest 0.12.8",
 7857 "serde",
 7858]
 7859
 7860[[package]]
 7861name = "livekit_client"
 7862version = "0.1.0"
 7863dependencies = [
 7864 "anyhow",
 7865 "async-trait",
 7866 "collections",
 7867 "core-foundation 0.10.0",
 7868 "core-video",
 7869 "coreaudio-rs 0.12.1",
 7870 "cpal",
 7871 "futures 0.3.31",
 7872 "gpui",
 7873 "gpui_tokio",
 7874 "http_client_tls",
 7875 "image",
 7876 "libwebrtc",
 7877 "livekit",
 7878 "livekit_api",
 7879 "log",
 7880 "nanoid",
 7881 "objc",
 7882 "parking_lot",
 7883 "postage",
 7884 "serde",
 7885 "serde_json",
 7886 "sha2",
 7887 "simplelog",
 7888 "smallvec",
 7889 "tokio-tungstenite 0.26.2",
 7890 "util",
 7891]
 7892
 7893[[package]]
 7894name = "lmdb-master-sys"
 7895version = "0.2.4"
 7896source = "registry+https://github.com/rust-lang/crates.io-index"
 7897checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
 7898dependencies = [
 7899 "cc",
 7900 "doxygen-rs",
 7901 "libc",
 7902]
 7903
 7904[[package]]
 7905name = "lmstudio"
 7906version = "0.1.0"
 7907dependencies = [
 7908 "anyhow",
 7909 "futures 0.3.31",
 7910 "http_client",
 7911 "schemars",
 7912 "serde",
 7913 "serde_json",
 7914]
 7915
 7916[[package]]
 7917name = "lock_api"
 7918version = "0.4.12"
 7919source = "registry+https://github.com/rust-lang/crates.io-index"
 7920checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
 7921dependencies = [
 7922 "autocfg",
 7923 "scopeguard",
 7924]
 7925
 7926[[package]]
 7927name = "log"
 7928version = "0.4.26"
 7929source = "registry+https://github.com/rust-lang/crates.io-index"
 7930checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
 7931dependencies = [
 7932 "serde",
 7933 "value-bag",
 7934]
 7935
 7936[[package]]
 7937name = "loop9"
 7938version = "0.1.5"
 7939source = "registry+https://github.com/rust-lang/crates.io-index"
 7940checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
 7941dependencies = [
 7942 "imgref",
 7943]
 7944
 7945[[package]]
 7946name = "lru"
 7947version = "0.12.5"
 7948source = "registry+https://github.com/rust-lang/crates.io-index"
 7949checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
 7950dependencies = [
 7951 "hashbrown 0.15.2",
 7952]
 7953
 7954[[package]]
 7955name = "lsp"
 7956version = "0.1.0"
 7957dependencies = [
 7958 "anyhow",
 7959 "async-pipe",
 7960 "collections",
 7961 "ctor",
 7962 "env_logger 0.11.7",
 7963 "futures 0.3.31",
 7964 "gpui",
 7965 "log",
 7966 "lsp-types",
 7967 "parking_lot",
 7968 "postage",
 7969 "release_channel",
 7970 "schemars",
 7971 "serde",
 7972 "serde_json",
 7973 "smol",
 7974 "util",
 7975]
 7976
 7977[[package]]
 7978name = "lsp-types"
 7979version = "0.95.1"
 7980source = "git+https://github.com/zed-industries/lsp-types?rev=1fff0dd12e2071c5667327394cfec163d2a466ab#1fff0dd12e2071c5667327394cfec163d2a466ab"
 7981dependencies = [
 7982 "bitflags 1.3.2",
 7983 "serde",
 7984 "serde_json",
 7985 "serde_repr",
 7986 "url",
 7987]
 7988
 7989[[package]]
 7990name = "lyon"
 7991version = "1.0.1"
 7992source = "registry+https://github.com/rust-lang/crates.io-index"
 7993checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
 7994dependencies = [
 7995 "lyon_algorithms",
 7996 "lyon_extra",
 7997 "lyon_tessellation",
 7998]
 7999
 8000[[package]]
 8001name = "lyon_algorithms"
 8002version = "1.0.5"
 8003source = "registry+https://github.com/rust-lang/crates.io-index"
 8004checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
 8005dependencies = [
 8006 "lyon_path",
 8007 "num-traits",
 8008]
 8009
 8010[[package]]
 8011name = "lyon_extra"
 8012version = "1.0.3"
 8013source = "registry+https://github.com/rust-lang/crates.io-index"
 8014checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
 8015dependencies = [
 8016 "lyon_path",
 8017 "thiserror 1.0.69",
 8018]
 8019
 8020[[package]]
 8021name = "lyon_geom"
 8022version = "1.0.6"
 8023source = "registry+https://github.com/rust-lang/crates.io-index"
 8024checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
 8025dependencies = [
 8026 "arrayvec",
 8027 "euclid",
 8028 "num-traits",
 8029]
 8030
 8031[[package]]
 8032name = "lyon_path"
 8033version = "1.0.6"
 8034source = "registry+https://github.com/rust-lang/crates.io-index"
 8035checksum = "8e0b8aec2f58586f6eef237985b9a9b7cb3a3aff4417c575075cf95bf925252e"
 8036dependencies = [
 8037 "lyon_geom",
 8038 "num-traits",
 8039]
 8040
 8041[[package]]
 8042name = "lyon_tessellation"
 8043version = "1.0.15"
 8044source = "registry+https://github.com/rust-lang/crates.io-index"
 8045checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
 8046dependencies = [
 8047 "float_next_after",
 8048 "lyon_path",
 8049 "num-traits",
 8050]
 8051
 8052[[package]]
 8053name = "mac"
 8054version = "0.1.1"
 8055source = "registry+https://github.com/rust-lang/crates.io-index"
 8056checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
 8057
 8058[[package]]
 8059name = "mach2"
 8060version = "0.4.2"
 8061source = "registry+https://github.com/rust-lang/crates.io-index"
 8062checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
 8063dependencies = [
 8064 "libc",
 8065]
 8066
 8067[[package]]
 8068name = "malloc_buf"
 8069version = "0.0.6"
 8070source = "registry+https://github.com/rust-lang/crates.io-index"
 8071checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
 8072dependencies = [
 8073 "libc",
 8074]
 8075
 8076[[package]]
 8077name = "maplit"
 8078version = "1.0.2"
 8079source = "registry+https://github.com/rust-lang/crates.io-index"
 8080checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
 8081
 8082[[package]]
 8083name = "markdown"
 8084version = "0.1.0"
 8085dependencies = [
 8086 "anyhow",
 8087 "assets",
 8088 "env_logger 0.11.7",
 8089 "gpui",
 8090 "language",
 8091 "languages",
 8092 "linkify",
 8093 "log",
 8094 "node_runtime",
 8095 "pulldown-cmark 0.12.2",
 8096 "settings",
 8097 "theme",
 8098 "ui",
 8099 "util",
 8100]
 8101
 8102[[package]]
 8103name = "markdown_preview"
 8104version = "0.1.0"
 8105dependencies = [
 8106 "anyhow",
 8107 "async-recursion 1.1.1",
 8108 "collections",
 8109 "editor",
 8110 "gpui",
 8111 "language",
 8112 "linkify",
 8113 "log",
 8114 "pretty_assertions",
 8115 "pulldown-cmark 0.12.2",
 8116 "settings",
 8117 "theme",
 8118 "ui",
 8119 "util",
 8120 "workspace",
 8121]
 8122
 8123[[package]]
 8124name = "markup5ever"
 8125version = "0.12.1"
 8126source = "registry+https://github.com/rust-lang/crates.io-index"
 8127checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
 8128dependencies = [
 8129 "log",
 8130 "phf",
 8131 "phf_codegen",
 8132 "string_cache",
 8133 "string_cache_codegen",
 8134 "tendril",
 8135]
 8136
 8137[[package]]
 8138name = "markup5ever_rcdom"
 8139version = "0.3.0"
 8140source = "registry+https://github.com/rust-lang/crates.io-index"
 8141checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
 8142dependencies = [
 8143 "html5ever",
 8144 "markup5ever",
 8145 "tendril",
 8146 "xml5ever",
 8147]
 8148
 8149[[package]]
 8150name = "matchers"
 8151version = "0.1.0"
 8152source = "registry+https://github.com/rust-lang/crates.io-index"
 8153checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
 8154dependencies = [
 8155 "regex-automata 0.1.10",
 8156]
 8157
 8158[[package]]
 8159name = "matchit"
 8160version = "0.7.3"
 8161source = "registry+https://github.com/rust-lang/crates.io-index"
 8162checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
 8163
 8164[[package]]
 8165name = "maybe-owned"
 8166version = "0.3.4"
 8167source = "registry+https://github.com/rust-lang/crates.io-index"
 8168checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
 8169
 8170[[package]]
 8171name = "maybe-rayon"
 8172version = "0.1.1"
 8173source = "registry+https://github.com/rust-lang/crates.io-index"
 8174checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
 8175dependencies = [
 8176 "cfg-if",
 8177 "rayon",
 8178]
 8179
 8180[[package]]
 8181name = "md-5"
 8182version = "0.10.6"
 8183source = "registry+https://github.com/rust-lang/crates.io-index"
 8184checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
 8185dependencies = [
 8186 "cfg-if",
 8187 "digest",
 8188]
 8189
 8190[[package]]
 8191name = "mdbook"
 8192version = "0.4.47"
 8193source = "registry+https://github.com/rust-lang/crates.io-index"
 8194checksum = "7e1a8fe3a4a01f28dab245c474cb7b95ccb4d3d2f17a5419a3d949f474c45e84"
 8195dependencies = [
 8196 "ammonia",
 8197 "anyhow",
 8198 "chrono",
 8199 "clap",
 8200 "clap_complete",
 8201 "elasticlunr-rs",
 8202 "env_logger 0.11.7",
 8203 "futures-util",
 8204 "handlebars 6.2.0",
 8205 "hex",
 8206 "ignore",
 8207 "log",
 8208 "memchr",
 8209 "notify 8.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8210 "notify-debouncer-mini",
 8211 "once_cell",
 8212 "opener",
 8213 "pathdiff",
 8214 "pulldown-cmark 0.10.3",
 8215 "regex",
 8216 "serde",
 8217 "serde_json",
 8218 "sha2",
 8219 "shlex",
 8220 "tempfile",
 8221 "tokio",
 8222 "toml 0.5.11",
 8223 "topological-sort",
 8224 "walkdir",
 8225 "warp",
 8226]
 8227
 8228[[package]]
 8229name = "media"
 8230version = "0.1.0"
 8231dependencies = [
 8232 "anyhow",
 8233 "bindgen 0.70.1",
 8234 "core-foundation 0.10.0",
 8235 "core-video",
 8236 "ctor",
 8237 "foreign-types 0.5.0",
 8238 "metal",
 8239 "objc",
 8240]
 8241
 8242[[package]]
 8243name = "memchr"
 8244version = "2.7.4"
 8245source = "registry+https://github.com/rust-lang/crates.io-index"
 8246checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
 8247
 8248[[package]]
 8249name = "memfd"
 8250version = "0.6.4"
 8251source = "registry+https://github.com/rust-lang/crates.io-index"
 8252checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
 8253dependencies = [
 8254 "rustix",
 8255]
 8256
 8257[[package]]
 8258name = "memmap2"
 8259version = "0.9.5"
 8260source = "registry+https://github.com/rust-lang/crates.io-index"
 8261checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
 8262dependencies = [
 8263 "libc",
 8264]
 8265
 8266[[package]]
 8267name = "memoffset"
 8268version = "0.9.1"
 8269source = "registry+https://github.com/rust-lang/crates.io-index"
 8270checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
 8271dependencies = [
 8272 "autocfg",
 8273]
 8274
 8275[[package]]
 8276name = "menu"
 8277version = "0.1.0"
 8278dependencies = [
 8279 "gpui",
 8280 "serde",
 8281]
 8282
 8283[[package]]
 8284name = "metal"
 8285version = "0.29.0"
 8286source = "registry+https://github.com/rust-lang/crates.io-index"
 8287checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
 8288dependencies = [
 8289 "bitflags 2.8.0",
 8290 "block",
 8291 "core-graphics-types 0.1.3",
 8292 "foreign-types 0.5.0",
 8293 "log",
 8294 "objc",
 8295 "paste",
 8296]
 8297
 8298[[package]]
 8299name = "migrator"
 8300version = "0.1.0"
 8301dependencies = [
 8302 "anyhow",
 8303 "collections",
 8304 "convert_case 0.8.0",
 8305 "log",
 8306 "pretty_assertions",
 8307 "streaming-iterator",
 8308 "tree-sitter",
 8309 "tree-sitter-json",
 8310]
 8311
 8312[[package]]
 8313name = "mimalloc"
 8314version = "0.1.44"
 8315source = "registry+https://github.com/rust-lang/crates.io-index"
 8316checksum = "99585191385958383e13f6b822e6b6d8d9cf928e7d286ceb092da92b43c87bc1"
 8317dependencies = [
 8318 "libmimalloc-sys",
 8319]
 8320
 8321[[package]]
 8322name = "mime"
 8323version = "0.3.17"
 8324source = "registry+https://github.com/rust-lang/crates.io-index"
 8325checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 8326
 8327[[package]]
 8328name = "mime_guess"
 8329version = "2.0.5"
 8330source = "registry+https://github.com/rust-lang/crates.io-index"
 8331checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
 8332dependencies = [
 8333 "mime",
 8334 "unicase",
 8335]
 8336
 8337[[package]]
 8338name = "minimal-lexical"
 8339version = "0.2.1"
 8340source = "registry+https://github.com/rust-lang/crates.io-index"
 8341checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 8342
 8343[[package]]
 8344name = "miniz_oxide"
 8345version = "0.8.0"
 8346source = "registry+https://github.com/rust-lang/crates.io-index"
 8347checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
 8348dependencies = [
 8349 "adler2",
 8350 "simd-adler32",
 8351]
 8352
 8353[[package]]
 8354name = "mint"
 8355version = "0.5.9"
 8356source = "registry+https://github.com/rust-lang/crates.io-index"
 8357checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
 8358
 8359[[package]]
 8360name = "mio"
 8361version = "1.0.3"
 8362source = "registry+https://github.com/rust-lang/crates.io-index"
 8363checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
 8364dependencies = [
 8365 "libc",
 8366 "log",
 8367 "wasi 0.11.0+wasi-snapshot-preview1",
 8368 "windows-sys 0.52.0",
 8369]
 8370
 8371[[package]]
 8372name = "miow"
 8373version = "0.6.0"
 8374source = "registry+https://github.com/rust-lang/crates.io-index"
 8375checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
 8376dependencies = [
 8377 "windows-sys 0.48.0",
 8378]
 8379
 8380[[package]]
 8381name = "mistral"
 8382version = "0.1.0"
 8383dependencies = [
 8384 "anyhow",
 8385 "futures 0.3.31",
 8386 "http_client",
 8387 "schemars",
 8388 "serde",
 8389 "serde_json",
 8390 "strum",
 8391]
 8392
 8393[[package]]
 8394name = "msvc_spectre_libs"
 8395version = "0.1.2"
 8396source = "registry+https://github.com/rust-lang/crates.io-index"
 8397checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
 8398dependencies = [
 8399 "cc",
 8400]
 8401
 8402[[package]]
 8403name = "multi_buffer"
 8404version = "0.1.0"
 8405dependencies = [
 8406 "anyhow",
 8407 "buffer_diff",
 8408 "clock",
 8409 "collections",
 8410 "ctor",
 8411 "env_logger 0.11.7",
 8412 "futures 0.3.31",
 8413 "gpui",
 8414 "indoc",
 8415 "itertools 0.14.0",
 8416 "language",
 8417 "log",
 8418 "parking_lot",
 8419 "pretty_assertions",
 8420 "project",
 8421 "rand 0.8.5",
 8422 "rope",
 8423 "serde",
 8424 "settings",
 8425 "smallvec",
 8426 "smol",
 8427 "sum_tree",
 8428 "text",
 8429 "theme",
 8430 "tree-sitter",
 8431 "util",
 8432]
 8433
 8434[[package]]
 8435name = "multimap"
 8436version = "0.8.3"
 8437source = "registry+https://github.com/rust-lang/crates.io-index"
 8438checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
 8439
 8440[[package]]
 8441name = "naga"
 8442version = "23.1.0"
 8443source = "registry+https://github.com/rust-lang/crates.io-index"
 8444checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
 8445dependencies = [
 8446 "arrayvec",
 8447 "bit-set 0.8.0",
 8448 "bitflags 2.8.0",
 8449 "cfg_aliases 0.1.1",
 8450 "codespan-reporting 0.11.1",
 8451 "hexf-parse",
 8452 "indexmap",
 8453 "log",
 8454 "rustc-hash 1.1.0",
 8455 "spirv",
 8456 "termcolor",
 8457 "thiserror 1.0.69",
 8458 "unicode-xid",
 8459]
 8460
 8461[[package]]
 8462name = "nanoid"
 8463version = "0.4.0"
 8464source = "registry+https://github.com/rust-lang/crates.io-index"
 8465checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
 8466dependencies = [
 8467 "rand 0.8.5",
 8468]
 8469
 8470[[package]]
 8471name = "nanorand"
 8472version = "0.7.0"
 8473source = "registry+https://github.com/rust-lang/crates.io-index"
 8474checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
 8475dependencies = [
 8476 "getrandom 0.2.15",
 8477]
 8478
 8479[[package]]
 8480name = "native-tls"
 8481version = "0.2.12"
 8482source = "registry+https://github.com/rust-lang/crates.io-index"
 8483checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
 8484dependencies = [
 8485 "libc",
 8486 "log",
 8487 "openssl",
 8488 "openssl-probe",
 8489 "openssl-sys",
 8490 "schannel",
 8491 "security-framework 2.11.1",
 8492 "security-framework-sys",
 8493 "tempfile",
 8494]
 8495
 8496[[package]]
 8497name = "nbformat"
 8498version = "0.10.0"
 8499source = "registry+https://github.com/rust-lang/crates.io-index"
 8500checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
 8501dependencies = [
 8502 "anyhow",
 8503 "chrono",
 8504 "jupyter-protocol",
 8505 "serde",
 8506 "serde_json",
 8507 "thiserror 1.0.69",
 8508 "uuid",
 8509]
 8510
 8511[[package]]
 8512name = "ndk"
 8513version = "0.8.0"
 8514source = "registry+https://github.com/rust-lang/crates.io-index"
 8515checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
 8516dependencies = [
 8517 "bitflags 2.8.0",
 8518 "jni-sys",
 8519 "log",
 8520 "ndk-sys",
 8521 "num_enum",
 8522 "thiserror 1.0.69",
 8523]
 8524
 8525[[package]]
 8526name = "ndk-context"
 8527version = "0.1.1"
 8528source = "registry+https://github.com/rust-lang/crates.io-index"
 8529checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
 8530
 8531[[package]]
 8532name = "ndk-sys"
 8533version = "0.5.0+25.2.9519653"
 8534source = "registry+https://github.com/rust-lang/crates.io-index"
 8535checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
 8536dependencies = [
 8537 "jni-sys",
 8538]
 8539
 8540[[package]]
 8541name = "new_debug_unreachable"
 8542version = "1.0.6"
 8543source = "registry+https://github.com/rust-lang/crates.io-index"
 8544checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
 8545
 8546[[package]]
 8547name = "nix"
 8548version = "0.29.0"
 8549source = "registry+https://github.com/rust-lang/crates.io-index"
 8550checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
 8551dependencies = [
 8552 "bitflags 2.8.0",
 8553 "cfg-if",
 8554 "cfg_aliases 0.2.1",
 8555 "libc",
 8556 "memoffset",
 8557]
 8558
 8559[[package]]
 8560name = "node_runtime"
 8561version = "0.1.0"
 8562dependencies = [
 8563 "anyhow",
 8564 "async-compression",
 8565 "async-std",
 8566 "async-tar",
 8567 "async-trait",
 8568 "async-watch",
 8569 "async_zip",
 8570 "futures 0.3.31",
 8571 "http_client",
 8572 "log",
 8573 "paths",
 8574 "semver",
 8575 "serde",
 8576 "serde_json",
 8577 "smol",
 8578 "tempfile",
 8579 "util",
 8580 "walkdir",
 8581 "which 6.0.3",
 8582]
 8583
 8584[[package]]
 8585name = "nom"
 8586version = "7.1.3"
 8587source = "registry+https://github.com/rust-lang/crates.io-index"
 8588checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
 8589dependencies = [
 8590 "memchr",
 8591 "minimal-lexical",
 8592]
 8593
 8594[[package]]
 8595name = "noop_proc_macro"
 8596version = "0.3.0"
 8597source = "registry+https://github.com/rust-lang/crates.io-index"
 8598checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
 8599
 8600[[package]]
 8601name = "normpath"
 8602version = "1.3.0"
 8603source = "registry+https://github.com/rust-lang/crates.io-index"
 8604checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
 8605dependencies = [
 8606 "windows-sys 0.59.0",
 8607]
 8608
 8609[[package]]
 8610name = "notifications"
 8611version = "0.1.0"
 8612dependencies = [
 8613 "anyhow",
 8614 "channel",
 8615 "client",
 8616 "collections",
 8617 "component",
 8618 "db",
 8619 "gpui",
 8620 "linkme",
 8621 "rpc",
 8622 "settings",
 8623 "sum_tree",
 8624 "time",
 8625 "ui",
 8626 "util",
 8627 "workspace",
 8628]
 8629
 8630[[package]]
 8631name = "notify"
 8632version = "8.0.0"
 8633source = "registry+https://github.com/rust-lang/crates.io-index"
 8634checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943"
 8635dependencies = [
 8636 "bitflags 2.8.0",
 8637 "filetime",
 8638 "fsevent-sys 4.1.0",
 8639 "inotify",
 8640 "kqueue",
 8641 "libc",
 8642 "log",
 8643 "mio",
 8644 "notify-types 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8645 "walkdir",
 8646 "windows-sys 0.59.0",
 8647]
 8648
 8649[[package]]
 8650name = "notify"
 8651version = "8.0.0"
 8652source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
 8653dependencies = [
 8654 "bitflags 2.8.0",
 8655 "filetime",
 8656 "fsevent-sys 4.1.0",
 8657 "inotify",
 8658 "kqueue",
 8659 "libc",
 8660 "log",
 8661 "mio",
 8662 "notify-types 2.0.0 (git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96)",
 8663 "walkdir",
 8664 "windows-sys 0.59.0",
 8665]
 8666
 8667[[package]]
 8668name = "notify-debouncer-mini"
 8669version = "0.6.0"
 8670source = "registry+https://github.com/rust-lang/crates.io-index"
 8671checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
 8672dependencies = [
 8673 "log",
 8674 "notify 8.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8675 "notify-types 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8676 "tempfile",
 8677]
 8678
 8679[[package]]
 8680name = "notify-types"
 8681version = "2.0.0"
 8682source = "registry+https://github.com/rust-lang/crates.io-index"
 8683checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
 8684
 8685[[package]]
 8686name = "notify-types"
 8687version = "2.0.0"
 8688source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
 8689
 8690[[package]]
 8691name = "ntapi"
 8692version = "0.4.1"
 8693source = "registry+https://github.com/rust-lang/crates.io-index"
 8694checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
 8695dependencies = [
 8696 "winapi",
 8697]
 8698
 8699[[package]]
 8700name = "nu-ansi-term"
 8701version = "0.46.0"
 8702source = "registry+https://github.com/rust-lang/crates.io-index"
 8703checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
 8704dependencies = [
 8705 "overload",
 8706 "winapi",
 8707]
 8708
 8709[[package]]
 8710name = "num"
 8711version = "0.4.3"
 8712source = "registry+https://github.com/rust-lang/crates.io-index"
 8713checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
 8714dependencies = [
 8715 "num-bigint",
 8716 "num-complex",
 8717 "num-integer",
 8718 "num-iter",
 8719 "num-rational",
 8720 "num-traits",
 8721]
 8722
 8723[[package]]
 8724name = "num-bigint"
 8725version = "0.4.6"
 8726source = "registry+https://github.com/rust-lang/crates.io-index"
 8727checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
 8728dependencies = [
 8729 "num-integer",
 8730 "num-traits",
 8731]
 8732
 8733[[package]]
 8734name = "num-bigint-dig"
 8735version = "0.8.4"
 8736source = "registry+https://github.com/rust-lang/crates.io-index"
 8737checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
 8738dependencies = [
 8739 "byteorder",
 8740 "lazy_static",
 8741 "libm",
 8742 "num-integer",
 8743 "num-iter",
 8744 "num-traits",
 8745 "rand 0.8.5",
 8746 "serde",
 8747 "smallvec",
 8748 "zeroize",
 8749]
 8750
 8751[[package]]
 8752name = "num-complex"
 8753version = "0.4.6"
 8754source = "registry+https://github.com/rust-lang/crates.io-index"
 8755checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
 8756dependencies = [
 8757 "num-traits",
 8758]
 8759
 8760[[package]]
 8761name = "num-conv"
 8762version = "0.1.0"
 8763source = "registry+https://github.com/rust-lang/crates.io-index"
 8764checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
 8765
 8766[[package]]
 8767name = "num-derive"
 8768version = "0.4.2"
 8769source = "registry+https://github.com/rust-lang/crates.io-index"
 8770checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
 8771dependencies = [
 8772 "proc-macro2",
 8773 "quote",
 8774 "syn 2.0.100",
 8775]
 8776
 8777[[package]]
 8778name = "num-format"
 8779version = "0.4.4"
 8780source = "registry+https://github.com/rust-lang/crates.io-index"
 8781checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
 8782dependencies = [
 8783 "arrayvec",
 8784 "itoa",
 8785]
 8786
 8787[[package]]
 8788name = "num-integer"
 8789version = "0.1.46"
 8790source = "registry+https://github.com/rust-lang/crates.io-index"
 8791checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
 8792dependencies = [
 8793 "num-traits",
 8794]
 8795
 8796[[package]]
 8797name = "num-iter"
 8798version = "0.1.45"
 8799source = "registry+https://github.com/rust-lang/crates.io-index"
 8800checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
 8801dependencies = [
 8802 "autocfg",
 8803 "num-integer",
 8804 "num-traits",
 8805]
 8806
 8807[[package]]
 8808name = "num-modular"
 8809version = "0.6.1"
 8810source = "registry+https://github.com/rust-lang/crates.io-index"
 8811checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
 8812
 8813[[package]]
 8814name = "num-order"
 8815version = "1.2.0"
 8816source = "registry+https://github.com/rust-lang/crates.io-index"
 8817checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
 8818dependencies = [
 8819 "num-modular",
 8820]
 8821
 8822[[package]]
 8823name = "num-rational"
 8824version = "0.4.2"
 8825source = "registry+https://github.com/rust-lang/crates.io-index"
 8826checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
 8827dependencies = [
 8828 "num-bigint",
 8829 "num-integer",
 8830 "num-traits",
 8831]
 8832
 8833[[package]]
 8834name = "num-traits"
 8835version = "0.2.19"
 8836source = "registry+https://github.com/rust-lang/crates.io-index"
 8837checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
 8838dependencies = [
 8839 "autocfg",
 8840 "libm",
 8841]
 8842
 8843[[package]]
 8844name = "num_cpus"
 8845version = "1.16.0"
 8846source = "registry+https://github.com/rust-lang/crates.io-index"
 8847checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
 8848dependencies = [
 8849 "hermit-abi 0.3.9",
 8850 "libc",
 8851]
 8852
 8853[[package]]
 8854name = "num_enum"
 8855version = "0.7.3"
 8856source = "registry+https://github.com/rust-lang/crates.io-index"
 8857checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
 8858dependencies = [
 8859 "num_enum_derive",
 8860]
 8861
 8862[[package]]
 8863name = "num_enum_derive"
 8864version = "0.7.3"
 8865source = "registry+https://github.com/rust-lang/crates.io-index"
 8866checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
 8867dependencies = [
 8868 "proc-macro-crate",
 8869 "proc-macro2",
 8870 "quote",
 8871 "syn 2.0.100",
 8872]
 8873
 8874[[package]]
 8875name = "num_threads"
 8876version = "0.1.7"
 8877source = "registry+https://github.com/rust-lang/crates.io-index"
 8878checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
 8879dependencies = [
 8880 "libc",
 8881]
 8882
 8883[[package]]
 8884name = "nvim-rs"
 8885version = "0.8.0-pre"
 8886source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
 8887dependencies = [
 8888 "async-trait",
 8889 "futures 0.3.31",
 8890 "log",
 8891 "parity-tokio-ipc",
 8892 "rmp",
 8893 "rmpv",
 8894 "tokio",
 8895 "tokio-util",
 8896 "winapi",
 8897]
 8898
 8899[[package]]
 8900name = "objc"
 8901version = "0.2.7"
 8902source = "registry+https://github.com/rust-lang/crates.io-index"
 8903checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
 8904dependencies = [
 8905 "malloc_buf",
 8906]
 8907
 8908[[package]]
 8909name = "objc-sys"
 8910version = "0.3.5"
 8911source = "registry+https://github.com/rust-lang/crates.io-index"
 8912checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
 8913
 8914[[package]]
 8915name = "objc2"
 8916version = "0.5.2"
 8917source = "registry+https://github.com/rust-lang/crates.io-index"
 8918checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
 8919dependencies = [
 8920 "objc-sys",
 8921 "objc2-encode",
 8922]
 8923
 8924[[package]]
 8925name = "objc2-app-kit"
 8926version = "0.2.2"
 8927source = "registry+https://github.com/rust-lang/crates.io-index"
 8928checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
 8929dependencies = [
 8930 "bitflags 2.8.0",
 8931 "block2",
 8932 "libc",
 8933 "objc2",
 8934 "objc2-core-data",
 8935 "objc2-core-image",
 8936 "objc2-foundation",
 8937 "objc2-quartz-core",
 8938]
 8939
 8940[[package]]
 8941name = "objc2-cloud-kit"
 8942version = "0.2.2"
 8943source = "registry+https://github.com/rust-lang/crates.io-index"
 8944checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
 8945dependencies = [
 8946 "bitflags 2.8.0",
 8947 "block2",
 8948 "objc2",
 8949 "objc2-core-location",
 8950 "objc2-foundation",
 8951]
 8952
 8953[[package]]
 8954name = "objc2-contacts"
 8955version = "0.2.2"
 8956source = "registry+https://github.com/rust-lang/crates.io-index"
 8957checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
 8958dependencies = [
 8959 "block2",
 8960 "objc2",
 8961 "objc2-foundation",
 8962]
 8963
 8964[[package]]
 8965name = "objc2-core-data"
 8966version = "0.2.2"
 8967source = "registry+https://github.com/rust-lang/crates.io-index"
 8968checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
 8969dependencies = [
 8970 "bitflags 2.8.0",
 8971 "block2",
 8972 "objc2",
 8973 "objc2-foundation",
 8974]
 8975
 8976[[package]]
 8977name = "objc2-core-image"
 8978version = "0.2.2"
 8979source = "registry+https://github.com/rust-lang/crates.io-index"
 8980checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
 8981dependencies = [
 8982 "block2",
 8983 "objc2",
 8984 "objc2-foundation",
 8985 "objc2-metal",
 8986]
 8987
 8988[[package]]
 8989name = "objc2-core-location"
 8990version = "0.2.2"
 8991source = "registry+https://github.com/rust-lang/crates.io-index"
 8992checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
 8993dependencies = [
 8994 "block2",
 8995 "objc2",
 8996 "objc2-contacts",
 8997 "objc2-foundation",
 8998]
 8999
 9000[[package]]
 9001name = "objc2-encode"
 9002version = "4.0.3"
 9003source = "registry+https://github.com/rust-lang/crates.io-index"
 9004checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
 9005
 9006[[package]]
 9007name = "objc2-foundation"
 9008version = "0.2.2"
 9009source = "registry+https://github.com/rust-lang/crates.io-index"
 9010checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
 9011dependencies = [
 9012 "bitflags 2.8.0",
 9013 "block2",
 9014 "libc",
 9015 "objc2",
 9016]
 9017
 9018[[package]]
 9019name = "objc2-link-presentation"
 9020version = "0.2.2"
 9021source = "registry+https://github.com/rust-lang/crates.io-index"
 9022checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
 9023dependencies = [
 9024 "block2",
 9025 "objc2",
 9026 "objc2-app-kit",
 9027 "objc2-foundation",
 9028]
 9029
 9030[[package]]
 9031name = "objc2-metal"
 9032version = "0.2.2"
 9033source = "registry+https://github.com/rust-lang/crates.io-index"
 9034checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
 9035dependencies = [
 9036 "bitflags 2.8.0",
 9037 "block2",
 9038 "objc2",
 9039 "objc2-foundation",
 9040]
 9041
 9042[[package]]
 9043name = "objc2-quartz-core"
 9044version = "0.2.2"
 9045source = "registry+https://github.com/rust-lang/crates.io-index"
 9046checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
 9047dependencies = [
 9048 "bitflags 2.8.0",
 9049 "block2",
 9050 "objc2",
 9051 "objc2-foundation",
 9052 "objc2-metal",
 9053]
 9054
 9055[[package]]
 9056name = "objc2-symbols"
 9057version = "0.2.2"
 9058source = "registry+https://github.com/rust-lang/crates.io-index"
 9059checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
 9060dependencies = [
 9061 "objc2",
 9062 "objc2-foundation",
 9063]
 9064
 9065[[package]]
 9066name = "objc2-ui-kit"
 9067version = "0.2.2"
 9068source = "registry+https://github.com/rust-lang/crates.io-index"
 9069checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
 9070dependencies = [
 9071 "bitflags 2.8.0",
 9072 "block2",
 9073 "objc2",
 9074 "objc2-cloud-kit",
 9075 "objc2-core-data",
 9076 "objc2-core-image",
 9077 "objc2-core-location",
 9078 "objc2-foundation",
 9079 "objc2-link-presentation",
 9080 "objc2-quartz-core",
 9081 "objc2-symbols",
 9082 "objc2-uniform-type-identifiers",
 9083 "objc2-user-notifications",
 9084]
 9085
 9086[[package]]
 9087name = "objc2-uniform-type-identifiers"
 9088version = "0.2.2"
 9089source = "registry+https://github.com/rust-lang/crates.io-index"
 9090checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
 9091dependencies = [
 9092 "block2",
 9093 "objc2",
 9094 "objc2-foundation",
 9095]
 9096
 9097[[package]]
 9098name = "objc2-user-notifications"
 9099version = "0.2.2"
 9100source = "registry+https://github.com/rust-lang/crates.io-index"
 9101checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
 9102dependencies = [
 9103 "bitflags 2.8.0",
 9104 "block2",
 9105 "objc2",
 9106 "objc2-core-location",
 9107 "objc2-foundation",
 9108]
 9109
 9110[[package]]
 9111name = "object"
 9112version = "0.36.5"
 9113source = "registry+https://github.com/rust-lang/crates.io-index"
 9114checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
 9115dependencies = [
 9116 "crc32fast",
 9117 "hashbrown 0.15.2",
 9118 "indexmap",
 9119 "memchr",
 9120]
 9121
 9122[[package]]
 9123name = "oboe"
 9124version = "0.6.1"
 9125source = "registry+https://github.com/rust-lang/crates.io-index"
 9126checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
 9127dependencies = [
 9128 "jni",
 9129 "ndk",
 9130 "ndk-context",
 9131 "num-derive",
 9132 "num-traits",
 9133 "oboe-sys",
 9134]
 9135
 9136[[package]]
 9137name = "oboe-sys"
 9138version = "0.6.1"
 9139source = "registry+https://github.com/rust-lang/crates.io-index"
 9140checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
 9141dependencies = [
 9142 "cc",
 9143]
 9144
 9145[[package]]
 9146name = "ollama"
 9147version = "0.1.0"
 9148dependencies = [
 9149 "anyhow",
 9150 "futures 0.3.31",
 9151 "http_client",
 9152 "schemars",
 9153 "serde",
 9154 "serde_json",
 9155]
 9156
 9157[[package]]
 9158name = "once_cell"
 9159version = "1.20.3"
 9160source = "registry+https://github.com/rust-lang/crates.io-index"
 9161checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
 9162
 9163[[package]]
 9164name = "oo7"
 9165version = "0.4.1"
 9166source = "registry+https://github.com/rust-lang/crates.io-index"
 9167checksum = "72c84df357c7049f98c8b157abe71ee751531166c14ba09366e08bc6ab1ea2c9"
 9168dependencies = [
 9169 "aes",
 9170 "ashpd",
 9171 "async-fs",
 9172 "async-io",
 9173 "async-lock",
 9174 "blocking",
 9175 "cbc",
 9176 "cipher",
 9177 "digest",
 9178 "endi",
 9179 "futures-lite 2.6.0",
 9180 "futures-util",
 9181 "getrandom 0.3.1",
 9182 "hkdf",
 9183 "hmac",
 9184 "md-5",
 9185 "num",
 9186 "num-bigint-dig",
 9187 "pbkdf2 0.12.2",
 9188 "rand 0.9.0",
 9189 "serde",
 9190 "sha2",
 9191 "subtle",
 9192 "zbus",
 9193 "zbus_macros",
 9194 "zeroize",
 9195 "zvariant",
 9196]
 9197
 9198[[package]]
 9199name = "oorandom"
 9200version = "11.1.4"
 9201source = "registry+https://github.com/rust-lang/crates.io-index"
 9202checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
 9203
 9204[[package]]
 9205name = "open"
 9206version = "5.3.2"
 9207source = "registry+https://github.com/rust-lang/crates.io-index"
 9208checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
 9209dependencies = [
 9210 "is-wsl",
 9211 "libc",
 9212 "pathdiff",
 9213]
 9214
 9215[[package]]
 9216name = "open_ai"
 9217version = "0.1.0"
 9218dependencies = [
 9219 "anyhow",
 9220 "futures 0.3.31",
 9221 "http_client",
 9222 "schemars",
 9223 "serde",
 9224 "serde_json",
 9225 "strum",
 9226]
 9227
 9228[[package]]
 9229name = "opener"
 9230version = "0.7.2"
 9231source = "registry+https://github.com/rust-lang/crates.io-index"
 9232checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
 9233dependencies = [
 9234 "bstr",
 9235 "dbus",
 9236 "normpath",
 9237 "windows-sys 0.59.0",
 9238]
 9239
 9240[[package]]
 9241name = "openssl"
 9242version = "0.10.70"
 9243source = "registry+https://github.com/rust-lang/crates.io-index"
 9244checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6"
 9245dependencies = [
 9246 "bitflags 2.8.0",
 9247 "cfg-if",
 9248 "foreign-types 0.3.2",
 9249 "libc",
 9250 "once_cell",
 9251 "openssl-macros",
 9252 "openssl-sys",
 9253]
 9254
 9255[[package]]
 9256name = "openssl-macros"
 9257version = "0.1.1"
 9258source = "registry+https://github.com/rust-lang/crates.io-index"
 9259checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
 9260dependencies = [
 9261 "proc-macro2",
 9262 "quote",
 9263 "syn 2.0.100",
 9264]
 9265
 9266[[package]]
 9267name = "openssl-probe"
 9268version = "0.1.5"
 9269source = "registry+https://github.com/rust-lang/crates.io-index"
 9270checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
 9271
 9272[[package]]
 9273name = "openssl-src"
 9274version = "300.4.1+3.4.0"
 9275source = "registry+https://github.com/rust-lang/crates.io-index"
 9276checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
 9277dependencies = [
 9278 "cc",
 9279]
 9280
 9281[[package]]
 9282name = "openssl-sys"
 9283version = "0.9.105"
 9284source = "registry+https://github.com/rust-lang/crates.io-index"
 9285checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc"
 9286dependencies = [
 9287 "cc",
 9288 "libc",
 9289 "openssl-src",
 9290 "pkg-config",
 9291 "vcpkg",
 9292]
 9293
 9294[[package]]
 9295name = "option-ext"
 9296version = "0.2.0"
 9297source = "registry+https://github.com/rust-lang/crates.io-index"
 9298checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
 9299
 9300[[package]]
 9301name = "ordered-float"
 9302version = "2.10.1"
 9303source = "registry+https://github.com/rust-lang/crates.io-index"
 9304checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
 9305dependencies = [
 9306 "num-traits",
 9307]
 9308
 9309[[package]]
 9310name = "ordered-float"
 9311version = "3.9.2"
 9312source = "registry+https://github.com/rust-lang/crates.io-index"
 9313checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
 9314dependencies = [
 9315 "num-traits",
 9316]
 9317
 9318[[package]]
 9319name = "ordered-stream"
 9320version = "0.2.0"
 9321source = "registry+https://github.com/rust-lang/crates.io-index"
 9322checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
 9323dependencies = [
 9324 "futures-core",
 9325 "pin-project-lite",
 9326]
 9327
 9328[[package]]
 9329name = "ouroboros"
 9330version = "0.18.4"
 9331source = "registry+https://github.com/rust-lang/crates.io-index"
 9332checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
 9333dependencies = [
 9334 "aliasable",
 9335 "ouroboros_macro",
 9336 "static_assertions",
 9337]
 9338
 9339[[package]]
 9340name = "ouroboros_macro"
 9341version = "0.18.4"
 9342source = "registry+https://github.com/rust-lang/crates.io-index"
 9343checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
 9344dependencies = [
 9345 "heck 0.4.1",
 9346 "itertools 0.12.1",
 9347 "proc-macro2",
 9348 "proc-macro2-diagnostics",
 9349 "quote",
 9350 "syn 2.0.100",
 9351]
 9352
 9353[[package]]
 9354name = "outline"
 9355version = "0.1.0"
 9356dependencies = [
 9357 "editor",
 9358 "fuzzy",
 9359 "gpui",
 9360 "indoc",
 9361 "language",
 9362 "menu",
 9363 "ordered-float 2.10.1",
 9364 "picker",
 9365 "project",
 9366 "rope",
 9367 "serde_json",
 9368 "settings",
 9369 "smol",
 9370 "theme",
 9371 "tree-sitter-rust",
 9372 "tree-sitter-typescript",
 9373 "ui",
 9374 "util",
 9375 "workspace",
 9376 "zed_actions",
 9377]
 9378
 9379[[package]]
 9380name = "outline_panel"
 9381version = "0.1.0"
 9382dependencies = [
 9383 "anyhow",
 9384 "collections",
 9385 "db",
 9386 "editor",
 9387 "file_icons",
 9388 "fuzzy",
 9389 "gpui",
 9390 "itertools 0.14.0",
 9391 "language",
 9392 "log",
 9393 "menu",
 9394 "outline",
 9395 "pretty_assertions",
 9396 "project",
 9397 "schemars",
 9398 "search",
 9399 "serde",
 9400 "serde_json",
 9401 "settings",
 9402 "smallvec",
 9403 "smol",
 9404 "theme",
 9405 "ui",
 9406 "util",
 9407 "workspace",
 9408 "worktree",
 9409 "zed_actions",
 9410]
 9411
 9412[[package]]
 9413name = "outref"
 9414version = "0.5.1"
 9415source = "registry+https://github.com/rust-lang/crates.io-index"
 9416checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
 9417
 9418[[package]]
 9419name = "overload"
 9420version = "0.1.1"
 9421source = "registry+https://github.com/rust-lang/crates.io-index"
 9422checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
 9423
 9424[[package]]
 9425name = "p256"
 9426version = "0.11.1"
 9427source = "registry+https://github.com/rust-lang/crates.io-index"
 9428checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
 9429dependencies = [
 9430 "ecdsa",
 9431 "elliptic-curve",
 9432 "sha2",
 9433]
 9434
 9435[[package]]
 9436name = "page_size"
 9437version = "0.6.0"
 9438source = "registry+https://github.com/rust-lang/crates.io-index"
 9439checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
 9440dependencies = [
 9441 "libc",
 9442 "winapi",
 9443]
 9444
 9445[[package]]
 9446name = "palette"
 9447version = "0.7.6"
 9448source = "registry+https://github.com/rust-lang/crates.io-index"
 9449checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
 9450dependencies = [
 9451 "approx",
 9452 "fast-srgb8",
 9453 "palette_derive",
 9454]
 9455
 9456[[package]]
 9457name = "palette_derive"
 9458version = "0.7.6"
 9459source = "registry+https://github.com/rust-lang/crates.io-index"
 9460checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
 9461dependencies = [
 9462 "by_address",
 9463 "proc-macro2",
 9464 "quote",
 9465 "syn 2.0.100",
 9466]
 9467
 9468[[package]]
 9469name = "panel"
 9470version = "0.1.0"
 9471dependencies = [
 9472 "editor",
 9473 "gpui",
 9474 "settings",
 9475 "theme",
 9476 "ui",
 9477 "workspace",
 9478]
 9479
 9480[[package]]
 9481name = "parity-tokio-ipc"
 9482version = "0.9.0"
 9483source = "registry+https://github.com/rust-lang/crates.io-index"
 9484checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
 9485dependencies = [
 9486 "futures 0.3.31",
 9487 "libc",
 9488 "log",
 9489 "rand 0.7.3",
 9490 "tokio",
 9491 "winapi",
 9492]
 9493
 9494[[package]]
 9495name = "parking"
 9496version = "2.2.1"
 9497source = "registry+https://github.com/rust-lang/crates.io-index"
 9498checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
 9499
 9500[[package]]
 9501name = "parking_lot"
 9502version = "0.12.3"
 9503source = "registry+https://github.com/rust-lang/crates.io-index"
 9504checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
 9505dependencies = [
 9506 "lock_api",
 9507 "parking_lot_core",
 9508]
 9509
 9510[[package]]
 9511name = "parking_lot_core"
 9512version = "0.9.10"
 9513source = "registry+https://github.com/rust-lang/crates.io-index"
 9514checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
 9515dependencies = [
 9516 "cfg-if",
 9517 "libc",
 9518 "redox_syscall 0.5.8",
 9519 "smallvec",
 9520 "windows-targets 0.52.6",
 9521]
 9522
 9523[[package]]
 9524name = "password-hash"
 9525version = "0.4.2"
 9526source = "registry+https://github.com/rust-lang/crates.io-index"
 9527checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
 9528dependencies = [
 9529 "base64ct",
 9530 "rand_core 0.6.4",
 9531 "subtle",
 9532]
 9533
 9534[[package]]
 9535name = "password-hash"
 9536version = "0.5.0"
 9537source = "registry+https://github.com/rust-lang/crates.io-index"
 9538checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
 9539dependencies = [
 9540 "base64ct",
 9541 "rand_core 0.6.4",
 9542 "subtle",
 9543]
 9544
 9545[[package]]
 9546name = "paste"
 9547version = "1.0.15"
 9548source = "registry+https://github.com/rust-lang/crates.io-index"
 9549checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
 9550
 9551[[package]]
 9552name = "pathdiff"
 9553version = "0.2.3"
 9554source = "registry+https://github.com/rust-lang/crates.io-index"
 9555checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
 9556
 9557[[package]]
 9558name = "pathfinder_geometry"
 9559version = "0.5.1"
 9560source = "registry+https://github.com/rust-lang/crates.io-index"
 9561checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
 9562dependencies = [
 9563 "log",
 9564 "pathfinder_simd",
 9565]
 9566
 9567[[package]]
 9568name = "pathfinder_simd"
 9569version = "0.5.4"
 9570source = "registry+https://github.com/rust-lang/crates.io-index"
 9571checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
 9572dependencies = [
 9573 "rustc_version",
 9574]
 9575
 9576[[package]]
 9577name = "paths"
 9578version = "0.1.0"
 9579dependencies = [
 9580 "dirs 4.0.0",
 9581 "util",
 9582]
 9583
 9584[[package]]
 9585name = "pbjson"
 9586version = "0.6.0"
 9587source = "registry+https://github.com/rust-lang/crates.io-index"
 9588checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
 9589dependencies = [
 9590 "base64 0.21.7",
 9591 "serde",
 9592]
 9593
 9594[[package]]
 9595name = "pbjson-build"
 9596version = "0.6.2"
 9597source = "registry+https://github.com/rust-lang/crates.io-index"
 9598checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
 9599dependencies = [
 9600 "heck 0.4.1",
 9601 "itertools 0.11.0",
 9602 "prost 0.12.6",
 9603 "prost-types 0.12.6",
 9604]
 9605
 9606[[package]]
 9607name = "pbjson-types"
 9608version = "0.6.0"
 9609source = "registry+https://github.com/rust-lang/crates.io-index"
 9610checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
 9611dependencies = [
 9612 "bytes 1.10.1",
 9613 "chrono",
 9614 "pbjson",
 9615 "pbjson-build",
 9616 "prost 0.12.6",
 9617 "prost-build 0.12.6",
 9618 "serde",
 9619]
 9620
 9621[[package]]
 9622name = "pbkdf2"
 9623version = "0.11.0"
 9624source = "registry+https://github.com/rust-lang/crates.io-index"
 9625checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
 9626dependencies = [
 9627 "digest",
 9628 "hmac",
 9629 "password-hash 0.4.2",
 9630 "sha2",
 9631]
 9632
 9633[[package]]
 9634name = "pbkdf2"
 9635version = "0.12.2"
 9636source = "registry+https://github.com/rust-lang/crates.io-index"
 9637checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
 9638dependencies = [
 9639 "digest",
 9640 "hmac",
 9641]
 9642
 9643[[package]]
 9644name = "pem"
 9645version = "3.0.4"
 9646source = "registry+https://github.com/rust-lang/crates.io-index"
 9647checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
 9648dependencies = [
 9649 "base64 0.22.1",
 9650 "serde",
 9651]
 9652
 9653[[package]]
 9654name = "pem-rfc7468"
 9655version = "0.7.0"
 9656source = "registry+https://github.com/rust-lang/crates.io-index"
 9657checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
 9658dependencies = [
 9659 "base64ct",
 9660]
 9661
 9662[[package]]
 9663name = "percent-encoding"
 9664version = "2.3.1"
 9665source = "registry+https://github.com/rust-lang/crates.io-index"
 9666checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
 9667
 9668[[package]]
 9669name = "perplexity"
 9670version = "0.1.0"
 9671dependencies = [
 9672 "serde",
 9673 "zed_extension_api 0.4.0",
 9674]
 9675
 9676[[package]]
 9677name = "pest"
 9678version = "2.7.15"
 9679source = "registry+https://github.com/rust-lang/crates.io-index"
 9680checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
 9681dependencies = [
 9682 "memchr",
 9683 "thiserror 2.0.12",
 9684 "ucd-trie",
 9685]
 9686
 9687[[package]]
 9688name = "pest_derive"
 9689version = "2.7.15"
 9690source = "registry+https://github.com/rust-lang/crates.io-index"
 9691checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
 9692dependencies = [
 9693 "pest",
 9694 "pest_generator",
 9695]
 9696
 9697[[package]]
 9698name = "pest_generator"
 9699version = "2.7.15"
 9700source = "registry+https://github.com/rust-lang/crates.io-index"
 9701checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
 9702dependencies = [
 9703 "pest",
 9704 "pest_meta",
 9705 "proc-macro2",
 9706 "quote",
 9707 "syn 2.0.100",
 9708]
 9709
 9710[[package]]
 9711name = "pest_meta"
 9712version = "2.7.15"
 9713source = "registry+https://github.com/rust-lang/crates.io-index"
 9714checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
 9715dependencies = [
 9716 "once_cell",
 9717 "pest",
 9718 "sha2",
 9719]
 9720
 9721[[package]]
 9722name = "pet"
 9723version = "0.1.0"
 9724source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9725dependencies = [
 9726 "clap",
 9727 "env_logger 0.10.2",
 9728 "lazy_static",
 9729 "log",
 9730 "msvc_spectre_libs",
 9731 "pet-conda",
 9732 "pet-core",
 9733 "pet-env-var-path",
 9734 "pet-fs",
 9735 "pet-global-virtualenvs",
 9736 "pet-homebrew",
 9737 "pet-jsonrpc",
 9738 "pet-linux-global-python",
 9739 "pet-mac-commandlinetools",
 9740 "pet-mac-python-org",
 9741 "pet-mac-xcode",
 9742 "pet-pipenv",
 9743 "pet-pixi",
 9744 "pet-poetry",
 9745 "pet-pyenv",
 9746 "pet-python-utils",
 9747 "pet-reporter",
 9748 "pet-telemetry",
 9749 "pet-venv",
 9750 "pet-virtualenv",
 9751 "pet-virtualenvwrapper",
 9752 "pet-windows-registry",
 9753 "pet-windows-store",
 9754 "serde",
 9755 "serde_json",
 9756]
 9757
 9758[[package]]
 9759name = "pet-conda"
 9760version = "0.1.0"
 9761source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9762dependencies = [
 9763 "env_logger 0.10.2",
 9764 "lazy_static",
 9765 "log",
 9766 "msvc_spectre_libs",
 9767 "pet-core",
 9768 "pet-fs",
 9769 "pet-python-utils",
 9770 "pet-reporter",
 9771 "regex",
 9772 "serde",
 9773 "serde_json",
 9774 "yaml-rust2",
 9775]
 9776
 9777[[package]]
 9778name = "pet-core"
 9779version = "0.1.0"
 9780source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9781dependencies = [
 9782 "clap",
 9783 "lazy_static",
 9784 "log",
 9785 "msvc_spectre_libs",
 9786 "pet-fs",
 9787 "regex",
 9788 "serde",
 9789 "serde_json",
 9790]
 9791
 9792[[package]]
 9793name = "pet-env-var-path"
 9794version = "0.1.0"
 9795source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9796dependencies = [
 9797 "lazy_static",
 9798 "log",
 9799 "msvc_spectre_libs",
 9800 "pet-conda",
 9801 "pet-core",
 9802 "pet-fs",
 9803 "pet-python-utils",
 9804 "pet-virtualenv",
 9805 "regex",
 9806]
 9807
 9808[[package]]
 9809name = "pet-fs"
 9810version = "0.1.0"
 9811source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9812dependencies = [
 9813 "log",
 9814 "msvc_spectre_libs",
 9815]
 9816
 9817[[package]]
 9818name = "pet-global-virtualenvs"
 9819version = "0.1.0"
 9820source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9821dependencies = [
 9822 "log",
 9823 "msvc_spectre_libs",
 9824 "pet-conda",
 9825 "pet-core",
 9826 "pet-fs",
 9827 "pet-virtualenv",
 9828]
 9829
 9830[[package]]
 9831name = "pet-homebrew"
 9832version = "0.1.0"
 9833source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9834dependencies = [
 9835 "lazy_static",
 9836 "log",
 9837 "msvc_spectre_libs",
 9838 "pet-conda",
 9839 "pet-core",
 9840 "pet-fs",
 9841 "pet-python-utils",
 9842 "pet-virtualenv",
 9843 "regex",
 9844 "serde",
 9845 "serde_json",
 9846]
 9847
 9848[[package]]
 9849name = "pet-jsonrpc"
 9850version = "0.1.0"
 9851source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9852dependencies = [
 9853 "env_logger 0.10.2",
 9854 "log",
 9855 "msvc_spectre_libs",
 9856 "pet-core",
 9857 "serde",
 9858 "serde_json",
 9859]
 9860
 9861[[package]]
 9862name = "pet-linux-global-python"
 9863version = "0.1.0"
 9864source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9865dependencies = [
 9866 "log",
 9867 "msvc_spectre_libs",
 9868 "pet-core",
 9869 "pet-fs",
 9870 "pet-python-utils",
 9871 "pet-virtualenv",
 9872]
 9873
 9874[[package]]
 9875name = "pet-mac-commandlinetools"
 9876version = "0.1.0"
 9877source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9878dependencies = [
 9879 "log",
 9880 "msvc_spectre_libs",
 9881 "pet-core",
 9882 "pet-fs",
 9883 "pet-python-utils",
 9884 "pet-virtualenv",
 9885]
 9886
 9887[[package]]
 9888name = "pet-mac-python-org"
 9889version = "0.1.0"
 9890source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9891dependencies = [
 9892 "log",
 9893 "msvc_spectre_libs",
 9894 "pet-core",
 9895 "pet-fs",
 9896 "pet-python-utils",
 9897 "pet-virtualenv",
 9898]
 9899
 9900[[package]]
 9901name = "pet-mac-xcode"
 9902version = "0.1.0"
 9903source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9904dependencies = [
 9905 "log",
 9906 "msvc_spectre_libs",
 9907 "pet-core",
 9908 "pet-fs",
 9909 "pet-python-utils",
 9910 "pet-virtualenv",
 9911]
 9912
 9913[[package]]
 9914name = "pet-pipenv"
 9915version = "0.1.0"
 9916source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9917dependencies = [
 9918 "log",
 9919 "msvc_spectre_libs",
 9920 "pet-core",
 9921 "pet-fs",
 9922 "pet-python-utils",
 9923 "pet-virtualenv",
 9924]
 9925
 9926[[package]]
 9927name = "pet-pixi"
 9928version = "0.1.0"
 9929source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9930dependencies = [
 9931 "log",
 9932 "msvc_spectre_libs",
 9933 "pet-conda",
 9934 "pet-core",
 9935 "pet-python-utils",
 9936]
 9937
 9938[[package]]
 9939name = "pet-poetry"
 9940version = "0.1.0"
 9941source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9942dependencies = [
 9943 "base64 0.22.1",
 9944 "lazy_static",
 9945 "log",
 9946 "msvc_spectre_libs",
 9947 "pet-core",
 9948 "pet-fs",
 9949 "pet-python-utils",
 9950 "pet-reporter",
 9951 "pet-virtualenv",
 9952 "regex",
 9953 "serde",
 9954 "serde_json",
 9955 "sha2",
 9956 "toml 0.8.20",
 9957]
 9958
 9959[[package]]
 9960name = "pet-pyenv"
 9961version = "0.1.0"
 9962source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9963dependencies = [
 9964 "lazy_static",
 9965 "log",
 9966 "msvc_spectre_libs",
 9967 "pet-conda",
 9968 "pet-core",
 9969 "pet-fs",
 9970 "pet-python-utils",
 9971 "pet-reporter",
 9972 "regex",
 9973 "serde",
 9974 "serde_json",
 9975]
 9976
 9977[[package]]
 9978name = "pet-python-utils"
 9979version = "0.1.0"
 9980source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9981dependencies = [
 9982 "env_logger 0.10.2",
 9983 "lazy_static",
 9984 "log",
 9985 "msvc_spectre_libs",
 9986 "pet-core",
 9987 "pet-fs",
 9988 "regex",
 9989 "serde",
 9990 "serde_json",
 9991 "sha2",
 9992]
 9993
 9994[[package]]
 9995name = "pet-reporter"
 9996version = "0.1.0"
 9997source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9998dependencies = [
 9999 "env_logger 0.10.2",
10000 "log",
10001 "msvc_spectre_libs",
10002 "pet-core",
10003 "pet-jsonrpc",
10004 "serde",
10005 "serde_json",
10006]
10007
10008[[package]]
10009name = "pet-telemetry"
10010version = "0.1.0"
10011source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10012dependencies = [
10013 "env_logger 0.10.2",
10014 "lazy_static",
10015 "log",
10016 "msvc_spectre_libs",
10017 "pet-core",
10018 "pet-fs",
10019 "pet-python-utils",
10020 "regex",
10021]
10022
10023[[package]]
10024name = "pet-venv"
10025version = "0.1.0"
10026source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10027dependencies = [
10028 "log",
10029 "msvc_spectre_libs",
10030 "pet-core",
10031 "pet-python-utils",
10032 "pet-virtualenv",
10033]
10034
10035[[package]]
10036name = "pet-virtualenv"
10037version = "0.1.0"
10038source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10039dependencies = [
10040 "log",
10041 "msvc_spectre_libs",
10042 "pet-core",
10043 "pet-fs",
10044 "pet-python-utils",
10045]
10046
10047[[package]]
10048name = "pet-virtualenvwrapper"
10049version = "0.1.0"
10050source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10051dependencies = [
10052 "log",
10053 "msvc_spectre_libs",
10054 "pet-core",
10055 "pet-fs",
10056 "pet-python-utils",
10057 "pet-virtualenv",
10058]
10059
10060[[package]]
10061name = "pet-windows-registry"
10062version = "0.1.0"
10063source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10064dependencies = [
10065 "lazy_static",
10066 "log",
10067 "msvc_spectre_libs",
10068 "pet-conda",
10069 "pet-core",
10070 "pet-fs",
10071 "pet-python-utils",
10072 "pet-virtualenv",
10073 "pet-windows-store",
10074 "regex",
10075 "winreg 0.52.0",
10076]
10077
10078[[package]]
10079name = "pet-windows-store"
10080version = "0.1.0"
10081source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10082dependencies = [
10083 "lazy_static",
10084 "log",
10085 "msvc_spectre_libs",
10086 "pet-core",
10087 "pet-fs",
10088 "pet-python-utils",
10089 "pet-virtualenv",
10090 "regex",
10091 "winreg 0.52.0",
10092]
10093
10094[[package]]
10095name = "petgraph"
10096version = "0.6.5"
10097source = "registry+https://github.com/rust-lang/crates.io-index"
10098checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
10099dependencies = [
10100 "fixedbitset",
10101 "indexmap",
10102]
10103
10104[[package]]
10105name = "pgvector"
10106version = "0.4.0"
10107source = "registry+https://github.com/rust-lang/crates.io-index"
10108checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
10109dependencies = [
10110 "serde",
10111]
10112
10113[[package]]
10114name = "phf"
10115version = "0.11.2"
10116source = "registry+https://github.com/rust-lang/crates.io-index"
10117checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
10118dependencies = [
10119 "phf_macros",
10120 "phf_shared 0.11.2",
10121]
10122
10123[[package]]
10124name = "phf_codegen"
10125version = "0.11.2"
10126source = "registry+https://github.com/rust-lang/crates.io-index"
10127checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
10128dependencies = [
10129 "phf_generator 0.11.2",
10130 "phf_shared 0.11.2",
10131]
10132
10133[[package]]
10134name = "phf_generator"
10135version = "0.10.0"
10136source = "registry+https://github.com/rust-lang/crates.io-index"
10137checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
10138dependencies = [
10139 "phf_shared 0.10.0",
10140 "rand 0.8.5",
10141]
10142
10143[[package]]
10144name = "phf_generator"
10145version = "0.11.2"
10146source = "registry+https://github.com/rust-lang/crates.io-index"
10147checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
10148dependencies = [
10149 "phf_shared 0.11.2",
10150 "rand 0.8.5",
10151]
10152
10153[[package]]
10154name = "phf_macros"
10155version = "0.11.2"
10156source = "registry+https://github.com/rust-lang/crates.io-index"
10157checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
10158dependencies = [
10159 "phf_generator 0.11.2",
10160 "phf_shared 0.11.2",
10161 "proc-macro2",
10162 "quote",
10163 "syn 2.0.100",
10164]
10165
10166[[package]]
10167name = "phf_shared"
10168version = "0.10.0"
10169source = "registry+https://github.com/rust-lang/crates.io-index"
10170checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
10171dependencies = [
10172 "siphasher 0.3.11",
10173]
10174
10175[[package]]
10176name = "phf_shared"
10177version = "0.11.2"
10178source = "registry+https://github.com/rust-lang/crates.io-index"
10179checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
10180dependencies = [
10181 "siphasher 0.3.11",
10182]
10183
10184[[package]]
10185name = "picker"
10186version = "0.1.0"
10187dependencies = [
10188 "anyhow",
10189 "ctor",
10190 "editor",
10191 "env_logger 0.11.7",
10192 "gpui",
10193 "menu",
10194 "schemars",
10195 "serde",
10196 "serde_json",
10197 "ui",
10198 "util",
10199 "workspace",
10200]
10201
10202[[package]]
10203name = "pico-args"
10204version = "0.5.0"
10205source = "registry+https://github.com/rust-lang/crates.io-index"
10206checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
10207
10208[[package]]
10209name = "pin-project"
10210version = "1.1.7"
10211source = "registry+https://github.com/rust-lang/crates.io-index"
10212checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
10213dependencies = [
10214 "pin-project-internal",
10215]
10216
10217[[package]]
10218name = "pin-project-internal"
10219version = "1.1.7"
10220source = "registry+https://github.com/rust-lang/crates.io-index"
10221checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
10222dependencies = [
10223 "proc-macro2",
10224 "quote",
10225 "syn 2.0.100",
10226]
10227
10228[[package]]
10229name = "pin-project-lite"
10230version = "0.2.16"
10231source = "registry+https://github.com/rust-lang/crates.io-index"
10232checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
10233
10234[[package]]
10235name = "pin-utils"
10236version = "0.1.0"
10237source = "registry+https://github.com/rust-lang/crates.io-index"
10238checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
10239
10240[[package]]
10241name = "piper"
10242version = "0.2.4"
10243source = "registry+https://github.com/rust-lang/crates.io-index"
10244checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
10245dependencies = [
10246 "atomic-waker",
10247 "fastrand 2.3.0",
10248 "futures-io",
10249]
10250
10251[[package]]
10252name = "pkcs1"
10253version = "0.7.5"
10254source = "registry+https://github.com/rust-lang/crates.io-index"
10255checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
10256dependencies = [
10257 "der 0.7.9",
10258 "pkcs8 0.10.2",
10259 "spki 0.7.3",
10260]
10261
10262[[package]]
10263name = "pkcs8"
10264version = "0.9.0"
10265source = "registry+https://github.com/rust-lang/crates.io-index"
10266checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
10267dependencies = [
10268 "der 0.6.1",
10269 "spki 0.6.0",
10270]
10271
10272[[package]]
10273name = "pkcs8"
10274version = "0.10.2"
10275source = "registry+https://github.com/rust-lang/crates.io-index"
10276checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
10277dependencies = [
10278 "der 0.7.9",
10279 "spki 0.7.3",
10280]
10281
10282[[package]]
10283name = "pkg-config"
10284version = "0.3.31"
10285source = "registry+https://github.com/rust-lang/crates.io-index"
10286checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
10287
10288[[package]]
10289name = "plist"
10290version = "1.7.1"
10291source = "registry+https://github.com/rust-lang/crates.io-index"
10292checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d"
10293dependencies = [
10294 "base64 0.22.1",
10295 "indexmap",
10296 "quick-xml 0.32.0",
10297 "serde",
10298 "time",
10299]
10300
10301[[package]]
10302name = "plotters"
10303version = "0.3.7"
10304source = "registry+https://github.com/rust-lang/crates.io-index"
10305checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
10306dependencies = [
10307 "num-traits",
10308 "plotters-backend",
10309 "plotters-svg",
10310 "wasm-bindgen",
10311 "web-sys",
10312]
10313
10314[[package]]
10315name = "plotters-backend"
10316version = "0.3.7"
10317source = "registry+https://github.com/rust-lang/crates.io-index"
10318checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
10319
10320[[package]]
10321name = "plotters-svg"
10322version = "0.3.7"
10323source = "registry+https://github.com/rust-lang/crates.io-index"
10324checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
10325dependencies = [
10326 "plotters-backend",
10327]
10328
10329[[package]]
10330name = "png"
10331version = "0.17.15"
10332source = "registry+https://github.com/rust-lang/crates.io-index"
10333checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
10334dependencies = [
10335 "bitflags 1.3.2",
10336 "crc32fast",
10337 "fdeflate",
10338 "flate2",
10339 "miniz_oxide",
10340]
10341
10342[[package]]
10343name = "polling"
10344version = "3.7.4"
10345source = "registry+https://github.com/rust-lang/crates.io-index"
10346checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
10347dependencies = [
10348 "cfg-if",
10349 "concurrent-queue",
10350 "hermit-abi 0.4.0",
10351 "pin-project-lite",
10352 "rustix",
10353 "tracing",
10354 "windows-sys 0.59.0",
10355]
10356
10357[[package]]
10358name = "pollster"
10359version = "0.2.5"
10360source = "registry+https://github.com/rust-lang/crates.io-index"
10361checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
10362
10363[[package]]
10364name = "portable-atomic"
10365version = "1.11.0"
10366source = "registry+https://github.com/rust-lang/crates.io-index"
10367checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
10368
10369[[package]]
10370name = "portable-atomic-util"
10371version = "0.2.4"
10372source = "registry+https://github.com/rust-lang/crates.io-index"
10373checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
10374dependencies = [
10375 "portable-atomic",
10376]
10377
10378[[package]]
10379name = "postage"
10380version = "0.5.0"
10381source = "registry+https://github.com/rust-lang/crates.io-index"
10382checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
10383dependencies = [
10384 "atomic",
10385 "crossbeam-queue",
10386 "futures 0.3.31",
10387 "log",
10388 "parking_lot",
10389 "pin-project",
10390 "pollster",
10391 "static_assertions",
10392 "thiserror 1.0.69",
10393]
10394
10395[[package]]
10396name = "postcard"
10397version = "1.1.1"
10398source = "registry+https://github.com/rust-lang/crates.io-index"
10399checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
10400dependencies = [
10401 "cobs",
10402 "embedded-io 0.4.0",
10403 "embedded-io 0.6.1",
10404 "serde",
10405]
10406
10407[[package]]
10408name = "powerfmt"
10409version = "0.2.0"
10410source = "registry+https://github.com/rust-lang/crates.io-index"
10411checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
10412
10413[[package]]
10414name = "ppv-lite86"
10415version = "0.2.20"
10416source = "registry+https://github.com/rust-lang/crates.io-index"
10417checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
10418dependencies = [
10419 "zerocopy 0.7.35",
10420]
10421
10422[[package]]
10423name = "precomputed-hash"
10424version = "0.1.1"
10425source = "registry+https://github.com/rust-lang/crates.io-index"
10426checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
10427
10428[[package]]
10429name = "prettier"
10430version = "0.1.0"
10431dependencies = [
10432 "anyhow",
10433 "collections",
10434 "fs",
10435 "gpui",
10436 "language",
10437 "log",
10438 "lsp",
10439 "node_runtime",
10440 "parking_lot",
10441 "paths",
10442 "serde",
10443 "serde_json",
10444 "util",
10445]
10446
10447[[package]]
10448name = "pretty_assertions"
10449version = "1.4.1"
10450source = "registry+https://github.com/rust-lang/crates.io-index"
10451checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
10452dependencies = [
10453 "diff",
10454 "yansi",
10455]
10456
10457[[package]]
10458name = "prettyplease"
10459version = "0.2.25"
10460source = "registry+https://github.com/rust-lang/crates.io-index"
10461checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
10462dependencies = [
10463 "proc-macro2",
10464 "syn 2.0.100",
10465]
10466
10467[[package]]
10468name = "proc-macro-crate"
10469version = "3.2.0"
10470source = "registry+https://github.com/rust-lang/crates.io-index"
10471checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
10472dependencies = [
10473 "toml_edit",
10474]
10475
10476[[package]]
10477name = "proc-macro-error-attr2"
10478version = "2.0.0"
10479source = "registry+https://github.com/rust-lang/crates.io-index"
10480checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
10481dependencies = [
10482 "proc-macro2",
10483 "quote",
10484]
10485
10486[[package]]
10487name = "proc-macro-error2"
10488version = "2.0.1"
10489source = "registry+https://github.com/rust-lang/crates.io-index"
10490checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
10491dependencies = [
10492 "proc-macro-error-attr2",
10493 "proc-macro2",
10494 "quote",
10495 "syn 2.0.100",
10496]
10497
10498[[package]]
10499name = "proc-macro2"
10500version = "1.0.94"
10501source = "registry+https://github.com/rust-lang/crates.io-index"
10502checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
10503dependencies = [
10504 "unicode-ident",
10505]
10506
10507[[package]]
10508name = "proc-macro2-diagnostics"
10509version = "0.10.1"
10510source = "registry+https://github.com/rust-lang/crates.io-index"
10511checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
10512dependencies = [
10513 "proc-macro2",
10514 "quote",
10515 "syn 2.0.100",
10516 "version_check",
10517 "yansi",
10518]
10519
10520[[package]]
10521name = "profiling"
10522version = "1.0.16"
10523source = "registry+https://github.com/rust-lang/crates.io-index"
10524checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
10525dependencies = [
10526 "profiling-procmacros",
10527]
10528
10529[[package]]
10530name = "profiling-procmacros"
10531version = "1.0.16"
10532source = "registry+https://github.com/rust-lang/crates.io-index"
10533checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
10534dependencies = [
10535 "quote",
10536 "syn 2.0.100",
10537]
10538
10539[[package]]
10540name = "project"
10541version = "0.1.0"
10542dependencies = [
10543 "aho-corasick",
10544 "anyhow",
10545 "askpass",
10546 "async-trait",
10547 "buffer_diff",
10548 "circular-buffer",
10549 "client",
10550 "clock",
10551 "collections",
10552 "dap",
10553 "dap_adapters",
10554 "env_logger 0.11.7",
10555 "extension",
10556 "fancy-regex 0.14.0",
10557 "fs",
10558 "futures 0.3.31",
10559 "fuzzy",
10560 "git",
10561 "git2",
10562 "globset",
10563 "gpui",
10564 "http_client",
10565 "image",
10566 "indexmap",
10567 "itertools 0.14.0",
10568 "language",
10569 "log",
10570 "lsp",
10571 "node_runtime",
10572 "parking_lot",
10573 "pathdiff",
10574 "paths",
10575 "postage",
10576 "prettier",
10577 "pretty_assertions",
10578 "rand 0.8.5",
10579 "regex",
10580 "release_channel",
10581 "remote",
10582 "rpc",
10583 "schemars",
10584 "serde",
10585 "serde_json",
10586 "settings",
10587 "sha2",
10588 "shellexpand 2.1.2",
10589 "shlex",
10590 "smol",
10591 "snippet",
10592 "snippet_provider",
10593 "sum_tree",
10594 "task",
10595 "tempfile",
10596 "terminal",
10597 "text",
10598 "toml 0.8.20",
10599 "unindent",
10600 "url",
10601 "util",
10602 "which 6.0.3",
10603 "worktree",
10604 "zlog",
10605]
10606
10607[[package]]
10608name = "project_panel"
10609version = "0.1.0"
10610dependencies = [
10611 "anyhow",
10612 "client",
10613 "collections",
10614 "command_palette_hooks",
10615 "db",
10616 "editor",
10617 "file_icons",
10618 "git",
10619 "gpui",
10620 "indexmap",
10621 "language",
10622 "menu",
10623 "pretty_assertions",
10624 "project",
10625 "schemars",
10626 "search",
10627 "serde",
10628 "serde_derive",
10629 "serde_json",
10630 "settings",
10631 "smallvec",
10632 "theme",
10633 "ui",
10634 "util",
10635 "workspace",
10636 "worktree",
10637 "zed_actions",
10638]
10639
10640[[package]]
10641name = "project_symbols"
10642version = "0.1.0"
10643dependencies = [
10644 "anyhow",
10645 "editor",
10646 "futures 0.3.31",
10647 "fuzzy",
10648 "gpui",
10649 "language",
10650 "lsp",
10651 "ordered-float 2.10.1",
10652 "picker",
10653 "project",
10654 "release_channel",
10655 "serde_json",
10656 "settings",
10657 "theme",
10658 "util",
10659 "workspace",
10660]
10661
10662[[package]]
10663name = "prometheus"
10664version = "0.13.4"
10665source = "registry+https://github.com/rust-lang/crates.io-index"
10666checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
10667dependencies = [
10668 "cfg-if",
10669 "fnv",
10670 "lazy_static",
10671 "memchr",
10672 "parking_lot",
10673 "protobuf",
10674 "thiserror 1.0.69",
10675]
10676
10677[[package]]
10678name = "prompt_library"
10679version = "0.1.0"
10680dependencies = [
10681 "anyhow",
10682 "collections",
10683 "editor",
10684 "gpui",
10685 "language",
10686 "language_model",
10687 "log",
10688 "menu",
10689 "picker",
10690 "prompt_store",
10691 "release_channel",
10692 "rope",
10693 "serde",
10694 "settings",
10695 "theme",
10696 "ui",
10697 "util",
10698 "workspace",
10699 "zed_actions",
10700]
10701
10702[[package]]
10703name = "prompt_store"
10704version = "0.1.0"
10705dependencies = [
10706 "anyhow",
10707 "assets",
10708 "chrono",
10709 "collections",
10710 "fs",
10711 "futures 0.3.31",
10712 "fuzzy",
10713 "gpui",
10714 "handlebars 4.5.0",
10715 "heed",
10716 "language",
10717 "log",
10718 "parking_lot",
10719 "paths",
10720 "rope",
10721 "serde",
10722 "text",
10723 "util",
10724 "uuid",
10725]
10726
10727[[package]]
10728name = "prost"
10729version = "0.9.0"
10730source = "registry+https://github.com/rust-lang/crates.io-index"
10731checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
10732dependencies = [
10733 "bytes 1.10.1",
10734 "prost-derive 0.9.0",
10735]
10736
10737[[package]]
10738name = "prost"
10739version = "0.12.6"
10740source = "registry+https://github.com/rust-lang/crates.io-index"
10741checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
10742dependencies = [
10743 "bytes 1.10.1",
10744 "prost-derive 0.12.6",
10745]
10746
10747[[package]]
10748name = "prost-build"
10749version = "0.9.0"
10750source = "registry+https://github.com/rust-lang/crates.io-index"
10751checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
10752dependencies = [
10753 "bytes 1.10.1",
10754 "heck 0.3.3",
10755 "itertools 0.10.5",
10756 "lazy_static",
10757 "log",
10758 "multimap",
10759 "petgraph",
10760 "prost 0.9.0",
10761 "prost-types 0.9.0",
10762 "regex",
10763 "tempfile",
10764 "which 4.4.2",
10765]
10766
10767[[package]]
10768name = "prost-build"
10769version = "0.12.6"
10770source = "registry+https://github.com/rust-lang/crates.io-index"
10771checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
10772dependencies = [
10773 "bytes 1.10.1",
10774 "heck 0.4.1",
10775 "itertools 0.12.1",
10776 "log",
10777 "multimap",
10778 "once_cell",
10779 "petgraph",
10780 "prettyplease",
10781 "prost 0.12.6",
10782 "prost-types 0.12.6",
10783 "regex",
10784 "syn 2.0.100",
10785 "tempfile",
10786]
10787
10788[[package]]
10789name = "prost-derive"
10790version = "0.9.0"
10791source = "registry+https://github.com/rust-lang/crates.io-index"
10792checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
10793dependencies = [
10794 "anyhow",
10795 "itertools 0.10.5",
10796 "proc-macro2",
10797 "quote",
10798 "syn 1.0.109",
10799]
10800
10801[[package]]
10802name = "prost-derive"
10803version = "0.12.6"
10804source = "registry+https://github.com/rust-lang/crates.io-index"
10805checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
10806dependencies = [
10807 "anyhow",
10808 "itertools 0.12.1",
10809 "proc-macro2",
10810 "quote",
10811 "syn 2.0.100",
10812]
10813
10814[[package]]
10815name = "prost-types"
10816version = "0.9.0"
10817source = "registry+https://github.com/rust-lang/crates.io-index"
10818checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
10819dependencies = [
10820 "bytes 1.10.1",
10821 "prost 0.9.0",
10822]
10823
10824[[package]]
10825name = "prost-types"
10826version = "0.12.6"
10827source = "registry+https://github.com/rust-lang/crates.io-index"
10828checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
10829dependencies = [
10830 "prost 0.12.6",
10831]
10832
10833[[package]]
10834name = "proto"
10835version = "0.1.0"
10836dependencies = [
10837 "anyhow",
10838 "collections",
10839 "prost 0.9.0",
10840 "prost-build 0.9.0",
10841 "serde",
10842]
10843
10844[[package]]
10845name = "protobuf"
10846version = "2.28.0"
10847source = "registry+https://github.com/rust-lang/crates.io-index"
10848checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10849
10850[[package]]
10851name = "psm"
10852version = "0.1.24"
10853source = "registry+https://github.com/rust-lang/crates.io-index"
10854checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10855dependencies = [
10856 "cc",
10857]
10858
10859[[package]]
10860name = "ptr_meta"
10861version = "0.1.4"
10862source = "registry+https://github.com/rust-lang/crates.io-index"
10863checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10864dependencies = [
10865 "ptr_meta_derive",
10866]
10867
10868[[package]]
10869name = "ptr_meta_derive"
10870version = "0.1.4"
10871source = "registry+https://github.com/rust-lang/crates.io-index"
10872checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10873dependencies = [
10874 "proc-macro2",
10875 "quote",
10876 "syn 1.0.109",
10877]
10878
10879[[package]]
10880name = "pulldown-cmark"
10881version = "0.10.3"
10882source = "registry+https://github.com/rust-lang/crates.io-index"
10883checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10884dependencies = [
10885 "bitflags 2.8.0",
10886 "memchr",
10887 "pulldown-cmark-escape",
10888 "unicase",
10889]
10890
10891[[package]]
10892name = "pulldown-cmark"
10893version = "0.12.2"
10894source = "registry+https://github.com/rust-lang/crates.io-index"
10895checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10896dependencies = [
10897 "bitflags 2.8.0",
10898 "memchr",
10899 "unicase",
10900]
10901
10902[[package]]
10903name = "pulldown-cmark-escape"
10904version = "0.10.1"
10905source = "registry+https://github.com/rust-lang/crates.io-index"
10906checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10907
10908[[package]]
10909name = "pulley-interpreter"
10910version = "29.0.1"
10911source = "registry+https://github.com/rust-lang/crates.io-index"
10912checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
10913dependencies = [
10914 "cranelift-bitset",
10915 "log",
10916 "sptr",
10917 "wasmtime-math",
10918]
10919
10920[[package]]
10921name = "qoi"
10922version = "0.4.1"
10923source = "registry+https://github.com/rust-lang/crates.io-index"
10924checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10925dependencies = [
10926 "bytemuck",
10927]
10928
10929[[package]]
10930name = "quick-error"
10931version = "2.0.1"
10932source = "registry+https://github.com/rust-lang/crates.io-index"
10933checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10934
10935[[package]]
10936name = "quick-xml"
10937version = "0.32.0"
10938source = "registry+https://github.com/rust-lang/crates.io-index"
10939checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10940dependencies = [
10941 "memchr",
10942]
10943
10944[[package]]
10945name = "quick-xml"
10946version = "0.37.2"
10947source = "registry+https://github.com/rust-lang/crates.io-index"
10948checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003"
10949dependencies = [
10950 "memchr",
10951]
10952
10953[[package]]
10954name = "quinn"
10955version = "0.11.6"
10956source = "registry+https://github.com/rust-lang/crates.io-index"
10957checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10958dependencies = [
10959 "bytes 1.10.1",
10960 "pin-project-lite",
10961 "quinn-proto",
10962 "quinn-udp",
10963 "rustc-hash 2.1.1",
10964 "rustls 0.23.25",
10965 "socket2",
10966 "thiserror 2.0.12",
10967 "tokio",
10968 "tracing",
10969]
10970
10971[[package]]
10972name = "quinn-proto"
10973version = "0.11.9"
10974source = "registry+https://github.com/rust-lang/crates.io-index"
10975checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10976dependencies = [
10977 "bytes 1.10.1",
10978 "getrandom 0.2.15",
10979 "rand 0.8.5",
10980 "ring",
10981 "rustc-hash 2.1.1",
10982 "rustls 0.23.25",
10983 "rustls-pki-types",
10984 "slab",
10985 "thiserror 2.0.12",
10986 "tinyvec",
10987 "tracing",
10988 "web-time",
10989]
10990
10991[[package]]
10992name = "quinn-udp"
10993version = "0.5.9"
10994source = "registry+https://github.com/rust-lang/crates.io-index"
10995checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904"
10996dependencies = [
10997 "cfg_aliases 0.2.1",
10998 "libc",
10999 "once_cell",
11000 "socket2",
11001 "tracing",
11002 "windows-sys 0.52.0",
11003]
11004
11005[[package]]
11006name = "quote"
11007version = "1.0.40"
11008source = "registry+https://github.com/rust-lang/crates.io-index"
11009checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
11010dependencies = [
11011 "proc-macro2",
11012]
11013
11014[[package]]
11015name = "radium"
11016version = "0.7.0"
11017source = "registry+https://github.com/rust-lang/crates.io-index"
11018checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
11019
11020[[package]]
11021name = "rand"
11022version = "0.7.3"
11023source = "registry+https://github.com/rust-lang/crates.io-index"
11024checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
11025dependencies = [
11026 "getrandom 0.1.16",
11027 "libc",
11028 "rand_chacha 0.2.2",
11029 "rand_core 0.5.1",
11030 "rand_hc",
11031]
11032
11033[[package]]
11034name = "rand"
11035version = "0.8.5"
11036source = "registry+https://github.com/rust-lang/crates.io-index"
11037checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
11038dependencies = [
11039 "libc",
11040 "rand_chacha 0.3.1",
11041 "rand_core 0.6.4",
11042]
11043
11044[[package]]
11045name = "rand"
11046version = "0.9.0"
11047source = "registry+https://github.com/rust-lang/crates.io-index"
11048checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
11049dependencies = [
11050 "rand_chacha 0.9.0",
11051 "rand_core 0.9.0",
11052 "zerocopy 0.8.18",
11053]
11054
11055[[package]]
11056name = "rand_chacha"
11057version = "0.2.2"
11058source = "registry+https://github.com/rust-lang/crates.io-index"
11059checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
11060dependencies = [
11061 "ppv-lite86",
11062 "rand_core 0.5.1",
11063]
11064
11065[[package]]
11066name = "rand_chacha"
11067version = "0.3.1"
11068source = "registry+https://github.com/rust-lang/crates.io-index"
11069checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
11070dependencies = [
11071 "ppv-lite86",
11072 "rand_core 0.6.4",
11073]
11074
11075[[package]]
11076name = "rand_chacha"
11077version = "0.9.0"
11078source = "registry+https://github.com/rust-lang/crates.io-index"
11079checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
11080dependencies = [
11081 "ppv-lite86",
11082 "rand_core 0.9.0",
11083]
11084
11085[[package]]
11086name = "rand_core"
11087version = "0.5.1"
11088source = "registry+https://github.com/rust-lang/crates.io-index"
11089checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
11090dependencies = [
11091 "getrandom 0.1.16",
11092]
11093
11094[[package]]
11095name = "rand_core"
11096version = "0.6.4"
11097source = "registry+https://github.com/rust-lang/crates.io-index"
11098checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
11099dependencies = [
11100 "getrandom 0.2.15",
11101]
11102
11103[[package]]
11104name = "rand_core"
11105version = "0.9.0"
11106source = "registry+https://github.com/rust-lang/crates.io-index"
11107checksum = "b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff"
11108dependencies = [
11109 "getrandom 0.3.1",
11110 "zerocopy 0.8.18",
11111]
11112
11113[[package]]
11114name = "rand_hc"
11115version = "0.2.0"
11116source = "registry+https://github.com/rust-lang/crates.io-index"
11117checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
11118dependencies = [
11119 "rand_core 0.5.1",
11120]
11121
11122[[package]]
11123name = "rangemap"
11124version = "1.5.1"
11125source = "registry+https://github.com/rust-lang/crates.io-index"
11126checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
11127
11128[[package]]
11129name = "rav1e"
11130version = "0.7.1"
11131source = "registry+https://github.com/rust-lang/crates.io-index"
11132checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
11133dependencies = [
11134 "arbitrary",
11135 "arg_enum_proc_macro",
11136 "arrayvec",
11137 "av1-grain",
11138 "bitstream-io",
11139 "built",
11140 "cfg-if",
11141 "interpolate_name",
11142 "itertools 0.12.1",
11143 "libc",
11144 "libfuzzer-sys",
11145 "log",
11146 "maybe-rayon",
11147 "new_debug_unreachable",
11148 "noop_proc_macro",
11149 "num-derive",
11150 "num-traits",
11151 "once_cell",
11152 "paste",
11153 "profiling",
11154 "rand 0.8.5",
11155 "rand_chacha 0.3.1",
11156 "simd_helpers",
11157 "system-deps",
11158 "thiserror 1.0.69",
11159 "v_frame",
11160 "wasm-bindgen",
11161]
11162
11163[[package]]
11164name = "ravif"
11165version = "0.11.11"
11166source = "registry+https://github.com/rust-lang/crates.io-index"
11167checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
11168dependencies = [
11169 "avif-serialize",
11170 "imgref",
11171 "loop9",
11172 "quick-error",
11173 "rav1e",
11174 "rayon",
11175 "rgb",
11176]
11177
11178[[package]]
11179name = "raw-window-handle"
11180version = "0.6.2"
11181source = "registry+https://github.com/rust-lang/crates.io-index"
11182checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
11183
11184[[package]]
11185name = "raw-window-metal"
11186version = "0.4.0"
11187source = "registry+https://github.com/rust-lang/crates.io-index"
11188checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
11189dependencies = [
11190 "cocoa 0.25.0",
11191 "core-graphics 0.23.2",
11192 "objc",
11193 "raw-window-handle",
11194]
11195
11196[[package]]
11197name = "rayon"
11198version = "1.10.0"
11199source = "registry+https://github.com/rust-lang/crates.io-index"
11200checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
11201dependencies = [
11202 "either",
11203 "rayon-core",
11204]
11205
11206[[package]]
11207name = "rayon-core"
11208version = "1.12.1"
11209source = "registry+https://github.com/rust-lang/crates.io-index"
11210checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
11211dependencies = [
11212 "crossbeam-deque",
11213 "crossbeam-utils",
11214]
11215
11216[[package]]
11217name = "read-fonts"
11218version = "0.25.3"
11219source = "registry+https://github.com/rust-lang/crates.io-index"
11220checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
11221dependencies = [
11222 "bytemuck",
11223 "font-types",
11224]
11225
11226[[package]]
11227name = "recent_projects"
11228version = "0.1.0"
11229dependencies = [
11230 "anyhow",
11231 "auto_update",
11232 "dap",
11233 "editor",
11234 "extension_host",
11235 "file_finder",
11236 "futures 0.3.31",
11237 "fuzzy",
11238 "gpui",
11239 "language",
11240 "log",
11241 "markdown",
11242 "menu",
11243 "ordered-float 2.10.1",
11244 "paths",
11245 "picker",
11246 "project",
11247 "release_channel",
11248 "remote",
11249 "schemars",
11250 "serde",
11251 "serde_json",
11252 "settings",
11253 "smol",
11254 "task",
11255 "telemetry",
11256 "theme",
11257 "ui",
11258 "util",
11259 "workspace",
11260 "zed_actions",
11261]
11262
11263[[package]]
11264name = "redox_syscall"
11265version = "0.2.16"
11266source = "registry+https://github.com/rust-lang/crates.io-index"
11267checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
11268dependencies = [
11269 "bitflags 1.3.2",
11270]
11271
11272[[package]]
11273name = "redox_syscall"
11274version = "0.5.8"
11275source = "registry+https://github.com/rust-lang/crates.io-index"
11276checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
11277dependencies = [
11278 "bitflags 2.8.0",
11279]
11280
11281[[package]]
11282name = "redox_users"
11283version = "0.4.6"
11284source = "registry+https://github.com/rust-lang/crates.io-index"
11285checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
11286dependencies = [
11287 "getrandom 0.2.15",
11288 "libredox",
11289 "thiserror 1.0.69",
11290]
11291
11292[[package]]
11293name = "refineable"
11294version = "0.1.0"
11295dependencies = [
11296 "derive_refineable",
11297]
11298
11299[[package]]
11300name = "regalloc2"
11301version = "0.11.1"
11302source = "registry+https://github.com/rust-lang/crates.io-index"
11303checksum = "145c1c267e14f20fb0f88aa76a1c5ffec42d592c1d28b3cd9148ae35916158d3"
11304dependencies = [
11305 "allocator-api2",
11306 "bumpalo",
11307 "hashbrown 0.15.2",
11308 "log",
11309 "rustc-hash 2.1.1",
11310 "smallvec",
11311]
11312
11313[[package]]
11314name = "regex"
11315version = "1.11.1"
11316source = "registry+https://github.com/rust-lang/crates.io-index"
11317checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
11318dependencies = [
11319 "aho-corasick",
11320 "memchr",
11321 "regex-automata 0.4.9",
11322 "regex-syntax 0.8.5",
11323]
11324
11325[[package]]
11326name = "regex-automata"
11327version = "0.1.10"
11328source = "registry+https://github.com/rust-lang/crates.io-index"
11329checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
11330dependencies = [
11331 "regex-syntax 0.6.29",
11332]
11333
11334[[package]]
11335name = "regex-automata"
11336version = "0.4.9"
11337source = "registry+https://github.com/rust-lang/crates.io-index"
11338checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
11339dependencies = [
11340 "aho-corasick",
11341 "memchr",
11342 "regex-syntax 0.8.5",
11343]
11344
11345[[package]]
11346name = "regex-lite"
11347version = "0.1.6"
11348source = "registry+https://github.com/rust-lang/crates.io-index"
11349checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
11350
11351[[package]]
11352name = "regex-syntax"
11353version = "0.6.29"
11354source = "registry+https://github.com/rust-lang/crates.io-index"
11355checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
11356
11357[[package]]
11358name = "regex-syntax"
11359version = "0.8.5"
11360source = "registry+https://github.com/rust-lang/crates.io-index"
11361checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
11362
11363[[package]]
11364name = "release_channel"
11365version = "0.1.0"
11366dependencies = [
11367 "gpui",
11368]
11369
11370[[package]]
11371name = "remote"
11372version = "0.1.0"
11373dependencies = [
11374 "anyhow",
11375 "askpass",
11376 "async-trait",
11377 "collections",
11378 "fs",
11379 "futures 0.3.31",
11380 "gpui",
11381 "itertools 0.14.0",
11382 "log",
11383 "parking_lot",
11384 "paths",
11385 "prost 0.9.0",
11386 "release_channel",
11387 "rpc",
11388 "schemars",
11389 "serde",
11390 "serde_json",
11391 "shlex",
11392 "smol",
11393 "tempfile",
11394 "thiserror 2.0.12",
11395 "urlencoding",
11396 "util",
11397]
11398
11399[[package]]
11400name = "remote_server"
11401version = "0.1.0"
11402dependencies = [
11403 "anyhow",
11404 "async-watch",
11405 "backtrace",
11406 "cargo_toml",
11407 "chrono",
11408 "clap",
11409 "client",
11410 "clock",
11411 "dap",
11412 "env_logger 0.11.7",
11413 "extension",
11414 "extension_host",
11415 "fork",
11416 "fs",
11417 "futures 0.3.31",
11418 "git",
11419 "git_hosting_providers",
11420 "gpui",
11421 "gpui_tokio",
11422 "http_client",
11423 "language",
11424 "language_extension",
11425 "languages",
11426 "libc",
11427 "log",
11428 "lsp",
11429 "node_runtime",
11430 "paths",
11431 "project",
11432 "proto",
11433 "release_channel",
11434 "remote",
11435 "reqwest_client",
11436 "rpc",
11437 "rust-embed",
11438 "serde",
11439 "serde_json",
11440 "settings",
11441 "shellexpand 2.1.2",
11442 "smol",
11443 "sysinfo",
11444 "telemetry_events",
11445 "toml 0.8.20",
11446 "unindent",
11447 "util",
11448 "worktree",
11449]
11450
11451[[package]]
11452name = "rend"
11453version = "0.4.2"
11454source = "registry+https://github.com/rust-lang/crates.io-index"
11455checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
11456dependencies = [
11457 "bytecheck",
11458]
11459
11460[[package]]
11461name = "repl"
11462version = "0.1.0"
11463dependencies = [
11464 "alacritty_terminal",
11465 "anyhow",
11466 "async-dispatcher",
11467 "async-tungstenite",
11468 "base64 0.22.1",
11469 "client",
11470 "collections",
11471 "command_palette_hooks",
11472 "editor",
11473 "env_logger 0.11.7",
11474 "feature_flags",
11475 "file_icons",
11476 "futures 0.3.31",
11477 "gpui",
11478 "http_client",
11479 "image",
11480 "indoc",
11481 "jupyter-protocol",
11482 "jupyter-websocket-client",
11483 "language",
11484 "languages",
11485 "log",
11486 "markdown_preview",
11487 "menu",
11488 "multi_buffer",
11489 "nbformat",
11490 "picker",
11491 "project",
11492 "runtimelib",
11493 "schemars",
11494 "serde",
11495 "serde_json",
11496 "settings",
11497 "smol",
11498 "telemetry",
11499 "terminal",
11500 "terminal_view",
11501 "theme",
11502 "tree-sitter-md",
11503 "tree-sitter-python",
11504 "tree-sitter-typescript",
11505 "ui",
11506 "util",
11507 "uuid",
11508 "workspace",
11509]
11510
11511[[package]]
11512name = "reqwest"
11513version = "0.11.27"
11514source = "registry+https://github.com/rust-lang/crates.io-index"
11515checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
11516dependencies = [
11517 "base64 0.21.7",
11518 "bytes 1.10.1",
11519 "encoding_rs",
11520 "futures-core",
11521 "futures-util",
11522 "h2 0.3.26",
11523 "http 0.2.12",
11524 "http-body 0.4.6",
11525 "hyper 0.14.32",
11526 "hyper-rustls 0.24.2",
11527 "hyper-tls",
11528 "ipnet",
11529 "js-sys",
11530 "log",
11531 "mime",
11532 "native-tls",
11533 "once_cell",
11534 "percent-encoding",
11535 "pin-project-lite",
11536 "rustls 0.21.12",
11537 "rustls-native-certs 0.6.3",
11538 "rustls-pemfile 1.0.4",
11539 "serde",
11540 "serde_json",
11541 "serde_urlencoded",
11542 "sync_wrapper 0.1.2",
11543 "system-configuration 0.5.1",
11544 "tokio",
11545 "tokio-native-tls",
11546 "tokio-rustls 0.24.1",
11547 "tower-service",
11548 "url",
11549 "wasm-bindgen",
11550 "wasm-bindgen-futures",
11551 "web-sys",
11552 "winreg 0.50.0",
11553]
11554
11555[[package]]
11556name = "reqwest"
11557version = "0.12.8"
11558source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
11559dependencies = [
11560 "base64 0.22.1",
11561 "bytes 1.10.1",
11562 "encoding_rs",
11563 "futures-core",
11564 "futures-util",
11565 "h2 0.4.7",
11566 "http 1.2.0",
11567 "http-body 1.0.1",
11568 "http-body-util",
11569 "hyper 1.5.1",
11570 "hyper-rustls 0.27.3",
11571 "hyper-util",
11572 "ipnet",
11573 "js-sys",
11574 "log",
11575 "mime",
11576 "once_cell",
11577 "percent-encoding",
11578 "pin-project-lite",
11579 "quinn",
11580 "rustls 0.23.25",
11581 "rustls-native-certs 0.8.1",
11582 "rustls-pemfile 2.2.0",
11583 "rustls-pki-types",
11584 "serde",
11585 "serde_json",
11586 "serde_urlencoded",
11587 "sync_wrapper 1.0.2",
11588 "system-configuration 0.6.1",
11589 "tokio",
11590 "tokio-rustls 0.26.1",
11591 "tokio-socks",
11592 "tokio-util",
11593 "tower-service",
11594 "url",
11595 "wasm-bindgen",
11596 "wasm-bindgen-futures",
11597 "wasm-streams",
11598 "web-sys",
11599 "windows-registry",
11600]
11601
11602[[package]]
11603name = "reqwest_client"
11604version = "0.1.0"
11605dependencies = [
11606 "anyhow",
11607 "bytes 1.10.1",
11608 "futures 0.3.31",
11609 "gpui",
11610 "http_client",
11611 "http_client_tls",
11612 "log",
11613 "regex",
11614 "reqwest 0.12.8",
11615 "serde",
11616 "smol",
11617 "tokio",
11618]
11619
11620[[package]]
11621name = "resvg"
11622version = "0.45.0"
11623source = "registry+https://github.com/rust-lang/crates.io-index"
11624checksum = "dd43d1c474e9dadf09a8fdf22d713ba668b499b5117b9b9079500224e26b5b29"
11625dependencies = [
11626 "log",
11627 "pico-args",
11628 "rgb",
11629 "svgtypes",
11630 "tiny-skia",
11631 "usvg",
11632]
11633
11634[[package]]
11635name = "rfc6979"
11636version = "0.3.1"
11637source = "registry+https://github.com/rust-lang/crates.io-index"
11638checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
11639dependencies = [
11640 "crypto-bigint 0.4.9",
11641 "hmac",
11642 "zeroize",
11643]
11644
11645[[package]]
11646name = "rgb"
11647version = "0.8.50"
11648source = "registry+https://github.com/rust-lang/crates.io-index"
11649checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
11650dependencies = [
11651 "bytemuck",
11652]
11653
11654[[package]]
11655name = "rich_text"
11656version = "0.1.0"
11657dependencies = [
11658 "futures 0.3.31",
11659 "gpui",
11660 "language",
11661 "linkify",
11662 "pulldown-cmark 0.12.2",
11663 "theme",
11664 "ui",
11665 "util",
11666]
11667
11668[[package]]
11669name = "ring"
11670version = "0.17.8"
11671source = "registry+https://github.com/rust-lang/crates.io-index"
11672checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
11673dependencies = [
11674 "cc",
11675 "cfg-if",
11676 "getrandom 0.2.15",
11677 "libc",
11678 "spin",
11679 "untrusted",
11680 "windows-sys 0.52.0",
11681]
11682
11683[[package]]
11684name = "rkyv"
11685version = "0.7.45"
11686source = "registry+https://github.com/rust-lang/crates.io-index"
11687checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
11688dependencies = [
11689 "bitvec",
11690 "bytecheck",
11691 "bytes 1.10.1",
11692 "hashbrown 0.12.3",
11693 "ptr_meta",
11694 "rend",
11695 "rkyv_derive",
11696 "seahash",
11697 "tinyvec",
11698 "uuid",
11699]
11700
11701[[package]]
11702name = "rkyv_derive"
11703version = "0.7.45"
11704source = "registry+https://github.com/rust-lang/crates.io-index"
11705checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
11706dependencies = [
11707 "proc-macro2",
11708 "quote",
11709 "syn 1.0.109",
11710]
11711
11712[[package]]
11713name = "rmp"
11714version = "0.8.14"
11715source = "registry+https://github.com/rust-lang/crates.io-index"
11716checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
11717dependencies = [
11718 "byteorder",
11719 "num-traits",
11720 "paste",
11721]
11722
11723[[package]]
11724name = "rmpv"
11725version = "1.3.0"
11726source = "registry+https://github.com/rust-lang/crates.io-index"
11727checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
11728dependencies = [
11729 "num-traits",
11730 "rmp",
11731]
11732
11733[[package]]
11734name = "rodio"
11735version = "0.20.1"
11736source = "registry+https://github.com/rust-lang/crates.io-index"
11737checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
11738dependencies = [
11739 "cpal",
11740 "hound",
11741]
11742
11743[[package]]
11744name = "rope"
11745version = "0.1.0"
11746dependencies = [
11747 "arrayvec",
11748 "criterion",
11749 "ctor",
11750 "env_logger 0.11.7",
11751 "gpui",
11752 "log",
11753 "rand 0.8.5",
11754 "rayon",
11755 "smallvec",
11756 "sum_tree",
11757 "unicode-segmentation",
11758 "util",
11759]
11760
11761[[package]]
11762name = "roxmltree"
11763version = "0.20.0"
11764source = "registry+https://github.com/rust-lang/crates.io-index"
11765checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
11766
11767[[package]]
11768name = "rpc"
11769version = "0.1.0"
11770dependencies = [
11771 "anyhow",
11772 "async-tungstenite",
11773 "base64 0.22.1",
11774 "chrono",
11775 "collections",
11776 "env_logger 0.11.7",
11777 "futures 0.3.31",
11778 "gpui",
11779 "parking_lot",
11780 "proto",
11781 "rand 0.8.5",
11782 "rsa",
11783 "serde",
11784 "serde_json",
11785 "sha2",
11786 "strum",
11787 "tracing",
11788 "util",
11789 "zstd",
11790]
11791
11792[[package]]
11793name = "rsa"
11794version = "0.9.8"
11795source = "registry+https://github.com/rust-lang/crates.io-index"
11796checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
11797dependencies = [
11798 "const-oid",
11799 "digest",
11800 "num-bigint-dig",
11801 "num-integer",
11802 "num-traits",
11803 "pkcs1",
11804 "pkcs8 0.10.2",
11805 "rand_core 0.6.4",
11806 "signature 2.2.0",
11807 "spki 0.7.3",
11808 "subtle",
11809 "zeroize",
11810]
11811
11812[[package]]
11813name = "runtimelib"
11814version = "0.25.0"
11815source = "registry+https://github.com/rust-lang/crates.io-index"
11816checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
11817dependencies = [
11818 "anyhow",
11819 "async-dispatcher",
11820 "async-std",
11821 "base64 0.22.1",
11822 "bytes 1.10.1",
11823 "chrono",
11824 "data-encoding",
11825 "dirs 5.0.1",
11826 "futures 0.3.31",
11827 "glob",
11828 "jupyter-protocol",
11829 "ring",
11830 "serde",
11831 "serde_json",
11832 "shellexpand 3.1.0",
11833 "smol",
11834 "uuid",
11835 "zeromq",
11836]
11837
11838[[package]]
11839name = "rust-embed"
11840version = "8.5.0"
11841source = "registry+https://github.com/rust-lang/crates.io-index"
11842checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
11843dependencies = [
11844 "rust-embed-impl",
11845 "rust-embed-utils",
11846 "walkdir",
11847]
11848
11849[[package]]
11850name = "rust-embed-impl"
11851version = "8.5.0"
11852source = "registry+https://github.com/rust-lang/crates.io-index"
11853checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
11854dependencies = [
11855 "proc-macro2",
11856 "quote",
11857 "rust-embed-utils",
11858 "syn 2.0.100",
11859 "walkdir",
11860]
11861
11862[[package]]
11863name = "rust-embed-utils"
11864version = "8.5.0"
11865source = "registry+https://github.com/rust-lang/crates.io-index"
11866checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
11867dependencies = [
11868 "globset",
11869 "sha2",
11870 "walkdir",
11871]
11872
11873[[package]]
11874name = "rust_decimal"
11875version = "1.36.0"
11876source = "registry+https://github.com/rust-lang/crates.io-index"
11877checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
11878dependencies = [
11879 "arrayvec",
11880 "borsh",
11881 "bytes 1.10.1",
11882 "num-traits",
11883 "rand 0.8.5",
11884 "rkyv",
11885 "serde",
11886 "serde_json",
11887]
11888
11889[[package]]
11890name = "rustc-demangle"
11891version = "0.1.24"
11892source = "registry+https://github.com/rust-lang/crates.io-index"
11893checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11894
11895[[package]]
11896name = "rustc-hash"
11897version = "1.1.0"
11898source = "registry+https://github.com/rust-lang/crates.io-index"
11899checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11900
11901[[package]]
11902name = "rustc-hash"
11903version = "2.1.1"
11904source = "registry+https://github.com/rust-lang/crates.io-index"
11905checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
11906
11907[[package]]
11908name = "rustc_version"
11909version = "0.4.1"
11910source = "registry+https://github.com/rust-lang/crates.io-index"
11911checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11912dependencies = [
11913 "semver",
11914]
11915
11916[[package]]
11917name = "rustix"
11918version = "0.38.42"
11919source = "registry+https://github.com/rust-lang/crates.io-index"
11920checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11921dependencies = [
11922 "bitflags 2.8.0",
11923 "errno 0.3.10",
11924 "itoa",
11925 "libc",
11926 "linux-raw-sys",
11927 "once_cell",
11928 "windows-sys 0.52.0",
11929]
11930
11931[[package]]
11932name = "rustix-openpty"
11933version = "0.1.1"
11934source = "registry+https://github.com/rust-lang/crates.io-index"
11935checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11936dependencies = [
11937 "errno 0.3.10",
11938 "libc",
11939 "rustix",
11940]
11941
11942[[package]]
11943name = "rustls"
11944version = "0.21.12"
11945source = "registry+https://github.com/rust-lang/crates.io-index"
11946checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11947dependencies = [
11948 "log",
11949 "ring",
11950 "rustls-webpki 0.101.7",
11951 "sct",
11952]
11953
11954[[package]]
11955name = "rustls"
11956version = "0.23.25"
11957source = "registry+https://github.com/rust-lang/crates.io-index"
11958checksum = "822ee9188ac4ec04a2f0531e55d035fb2de73f18b41a63c70c2712503b6fb13c"
11959dependencies = [
11960 "aws-lc-rs",
11961 "log",
11962 "once_cell",
11963 "ring",
11964 "rustls-pki-types",
11965 "rustls-webpki 0.103.0",
11966 "subtle",
11967 "zeroize",
11968]
11969
11970[[package]]
11971name = "rustls-native-certs"
11972version = "0.6.3"
11973source = "registry+https://github.com/rust-lang/crates.io-index"
11974checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11975dependencies = [
11976 "openssl-probe",
11977 "rustls-pemfile 1.0.4",
11978 "schannel",
11979 "security-framework 2.11.1",
11980]
11981
11982[[package]]
11983name = "rustls-native-certs"
11984version = "0.8.1"
11985source = "registry+https://github.com/rust-lang/crates.io-index"
11986checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11987dependencies = [
11988 "openssl-probe",
11989 "rustls-pki-types",
11990 "schannel",
11991 "security-framework 3.0.1",
11992]
11993
11994[[package]]
11995name = "rustls-pemfile"
11996version = "1.0.4"
11997source = "registry+https://github.com/rust-lang/crates.io-index"
11998checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11999dependencies = [
12000 "base64 0.21.7",
12001]
12002
12003[[package]]
12004name = "rustls-pemfile"
12005version = "2.2.0"
12006source = "registry+https://github.com/rust-lang/crates.io-index"
12007checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
12008dependencies = [
12009 "rustls-pki-types",
12010]
12011
12012[[package]]
12013name = "rustls-pki-types"
12014version = "1.11.0"
12015source = "registry+https://github.com/rust-lang/crates.io-index"
12016checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
12017dependencies = [
12018 "web-time",
12019]
12020
12021[[package]]
12022name = "rustls-platform-verifier"
12023version = "0.5.1"
12024source = "registry+https://github.com/rust-lang/crates.io-index"
12025checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
12026dependencies = [
12027 "core-foundation 0.10.0",
12028 "core-foundation-sys",
12029 "jni",
12030 "log",
12031 "once_cell",
12032 "rustls 0.23.25",
12033 "rustls-native-certs 0.8.1",
12034 "rustls-platform-verifier-android",
12035 "rustls-webpki 0.103.0",
12036 "security-framework 3.0.1",
12037 "security-framework-sys",
12038 "webpki-root-certs",
12039 "windows-sys 0.52.0",
12040]
12041
12042[[package]]
12043name = "rustls-platform-verifier-android"
12044version = "0.1.1"
12045source = "registry+https://github.com/rust-lang/crates.io-index"
12046checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
12047
12048[[package]]
12049name = "rustls-webpki"
12050version = "0.101.7"
12051source = "registry+https://github.com/rust-lang/crates.io-index"
12052checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
12053dependencies = [
12054 "ring",
12055 "untrusted",
12056]
12057
12058[[package]]
12059name = "rustls-webpki"
12060version = "0.103.0"
12061source = "registry+https://github.com/rust-lang/crates.io-index"
12062checksum = "0aa4eeac2588ffff23e9d7a7e9b3f971c5fb5b7ebc9452745e0c232c64f83b2f"
12063dependencies = [
12064 "aws-lc-rs",
12065 "ring",
12066 "rustls-pki-types",
12067 "untrusted",
12068]
12069
12070[[package]]
12071name = "rustversion"
12072version = "1.0.18"
12073source = "registry+https://github.com/rust-lang/crates.io-index"
12074checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
12075
12076[[package]]
12077name = "rustybuzz"
12078version = "0.14.1"
12079source = "registry+https://github.com/rust-lang/crates.io-index"
12080checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
12081dependencies = [
12082 "bitflags 2.8.0",
12083 "bytemuck",
12084 "libm",
12085 "smallvec",
12086 "ttf-parser 0.21.1",
12087 "unicode-bidi-mirroring 0.2.0",
12088 "unicode-ccc 0.2.0",
12089 "unicode-properties",
12090 "unicode-script",
12091]
12092
12093[[package]]
12094name = "rustybuzz"
12095version = "0.20.1"
12096source = "registry+https://github.com/rust-lang/crates.io-index"
12097checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
12098dependencies = [
12099 "bitflags 2.8.0",
12100 "bytemuck",
12101 "core_maths",
12102 "log",
12103 "smallvec",
12104 "ttf-parser 0.25.1",
12105 "unicode-bidi-mirroring 0.4.0",
12106 "unicode-ccc 0.4.0",
12107 "unicode-properties",
12108 "unicode-script",
12109]
12110
12111[[package]]
12112name = "ryu"
12113version = "1.0.18"
12114source = "registry+https://github.com/rust-lang/crates.io-index"
12115checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
12116
12117[[package]]
12118name = "salsa20"
12119version = "0.10.2"
12120source = "registry+https://github.com/rust-lang/crates.io-index"
12121checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
12122dependencies = [
12123 "cipher",
12124]
12125
12126[[package]]
12127name = "same-file"
12128version = "1.0.6"
12129source = "registry+https://github.com/rust-lang/crates.io-index"
12130checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
12131dependencies = [
12132 "winapi-util",
12133]
12134
12135[[package]]
12136name = "schannel"
12137version = "0.1.27"
12138source = "registry+https://github.com/rust-lang/crates.io-index"
12139checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
12140dependencies = [
12141 "windows-sys 0.59.0",
12142]
12143
12144[[package]]
12145name = "schema_generator"
12146version = "0.1.0"
12147dependencies = [
12148 "anyhow",
12149 "clap",
12150 "env_logger 0.11.7",
12151 "schemars",
12152 "serde",
12153 "serde_json",
12154 "theme",
12155]
12156
12157[[package]]
12158name = "schemars"
12159version = "0.8.22"
12160source = "registry+https://github.com/rust-lang/crates.io-index"
12161checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
12162dependencies = [
12163 "dyn-clone",
12164 "indexmap",
12165 "schemars_derive",
12166 "serde",
12167 "serde_json",
12168]
12169
12170[[package]]
12171name = "schemars_derive"
12172version = "0.8.22"
12173source = "registry+https://github.com/rust-lang/crates.io-index"
12174checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
12175dependencies = [
12176 "proc-macro2",
12177 "quote",
12178 "serde_derive_internals",
12179 "syn 2.0.100",
12180]
12181
12182[[package]]
12183name = "scoped-tls"
12184version = "1.0.1"
12185source = "registry+https://github.com/rust-lang/crates.io-index"
12186checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
12187
12188[[package]]
12189name = "scopeguard"
12190version = "1.2.0"
12191source = "registry+https://github.com/rust-lang/crates.io-index"
12192checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
12193
12194[[package]]
12195name = "scratch"
12196version = "1.0.8"
12197source = "registry+https://github.com/rust-lang/crates.io-index"
12198checksum = "9f6280af86e5f559536da57a45ebc84948833b3bee313a7dd25232e09c878a52"
12199
12200[[package]]
12201name = "scrypt"
12202version = "0.11.0"
12203source = "registry+https://github.com/rust-lang/crates.io-index"
12204checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
12205dependencies = [
12206 "password-hash 0.5.0",
12207 "pbkdf2 0.12.2",
12208 "salsa20",
12209 "sha2",
12210]
12211
12212[[package]]
12213name = "sct"
12214version = "0.7.1"
12215source = "registry+https://github.com/rust-lang/crates.io-index"
12216checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
12217dependencies = [
12218 "ring",
12219 "untrusted",
12220]
12221
12222[[package]]
12223name = "sea-bae"
12224version = "0.2.1"
12225source = "registry+https://github.com/rust-lang/crates.io-index"
12226checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
12227dependencies = [
12228 "heck 0.4.1",
12229 "proc-macro-error2",
12230 "proc-macro2",
12231 "quote",
12232 "syn 2.0.100",
12233]
12234
12235[[package]]
12236name = "sea-orm"
12237version = "1.1.7"
12238source = "registry+https://github.com/rust-lang/crates.io-index"
12239checksum = "3417812d38049e8ec3d588c03570f8c60de811d2453fb48e424045a1600ffd86"
12240dependencies = [
12241 "async-stream",
12242 "async-trait",
12243 "bigdecimal",
12244 "chrono",
12245 "futures-util",
12246 "log",
12247 "ouroboros",
12248 "pgvector",
12249 "rust_decimal",
12250 "sea-orm-macros",
12251 "sea-query",
12252 "sea-query-binder",
12253 "serde",
12254 "serde_json",
12255 "sqlx",
12256 "strum",
12257 "thiserror 1.0.69",
12258 "time",
12259 "tracing",
12260 "url",
12261 "uuid",
12262]
12263
12264[[package]]
12265name = "sea-orm-macros"
12266version = "1.1.7"
12267source = "registry+https://github.com/rust-lang/crates.io-index"
12268checksum = "d705ba84e1c74c8ac27784e4ac6f21584058c1dc0cadb9d39b43e109fcf8139c"
12269dependencies = [
12270 "heck 0.4.1",
12271 "proc-macro2",
12272 "quote",
12273 "sea-bae",
12274 "syn 2.0.100",
12275 "unicode-ident",
12276]
12277
12278[[package]]
12279name = "sea-query"
12280version = "0.32.1"
12281source = "registry+https://github.com/rust-lang/crates.io-index"
12282checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
12283dependencies = [
12284 "bigdecimal",
12285 "chrono",
12286 "inherent",
12287 "ordered-float 3.9.2",
12288 "rust_decimal",
12289 "serde_json",
12290 "time",
12291 "uuid",
12292]
12293
12294[[package]]
12295name = "sea-query-binder"
12296version = "0.7.0"
12297source = "registry+https://github.com/rust-lang/crates.io-index"
12298checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
12299dependencies = [
12300 "bigdecimal",
12301 "chrono",
12302 "rust_decimal",
12303 "sea-query",
12304 "serde_json",
12305 "sqlx",
12306 "time",
12307 "uuid",
12308]
12309
12310[[package]]
12311name = "seahash"
12312version = "4.1.0"
12313source = "registry+https://github.com/rust-lang/crates.io-index"
12314checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
12315
12316[[package]]
12317name = "search"
12318version = "0.1.0"
12319dependencies = [
12320 "any_vec",
12321 "anyhow",
12322 "bitflags 2.8.0",
12323 "client",
12324 "collections",
12325 "editor",
12326 "futures 0.3.31",
12327 "gpui",
12328 "language",
12329 "menu",
12330 "project",
12331 "schemars",
12332 "serde",
12333 "serde_json",
12334 "settings",
12335 "smol",
12336 "theme",
12337 "ui",
12338 "unindent",
12339 "util",
12340 "workspace",
12341 "zed_actions",
12342]
12343
12344[[package]]
12345name = "sec1"
12346version = "0.3.0"
12347source = "registry+https://github.com/rust-lang/crates.io-index"
12348checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
12349dependencies = [
12350 "base16ct",
12351 "der 0.6.1",
12352 "generic-array",
12353 "pkcs8 0.9.0",
12354 "subtle",
12355 "zeroize",
12356]
12357
12358[[package]]
12359name = "security-framework"
12360version = "2.11.1"
12361source = "registry+https://github.com/rust-lang/crates.io-index"
12362checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
12363dependencies = [
12364 "bitflags 2.8.0",
12365 "core-foundation 0.9.4",
12366 "core-foundation-sys",
12367 "libc",
12368 "security-framework-sys",
12369]
12370
12371[[package]]
12372name = "security-framework"
12373version = "3.0.1"
12374source = "registry+https://github.com/rust-lang/crates.io-index"
12375checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
12376dependencies = [
12377 "bitflags 2.8.0",
12378 "core-foundation 0.10.0",
12379 "core-foundation-sys",
12380 "libc",
12381 "security-framework-sys",
12382]
12383
12384[[package]]
12385name = "security-framework-sys"
12386version = "2.12.1"
12387source = "registry+https://github.com/rust-lang/crates.io-index"
12388checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
12389dependencies = [
12390 "core-foundation-sys",
12391 "libc",
12392]
12393
12394[[package]]
12395name = "self_cell"
12396version = "1.1.0"
12397source = "registry+https://github.com/rust-lang/crates.io-index"
12398checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
12399
12400[[package]]
12401name = "semantic_index"
12402version = "0.1.0"
12403dependencies = [
12404 "anyhow",
12405 "arrayvec",
12406 "blake3",
12407 "client",
12408 "clock",
12409 "collections",
12410 "env_logger 0.11.7",
12411 "feature_flags",
12412 "fs",
12413 "futures 0.3.31",
12414 "futures-batch",
12415 "gpui",
12416 "heed",
12417 "http_client",
12418 "language",
12419 "language_model",
12420 "languages",
12421 "log",
12422 "open_ai",
12423 "parking_lot",
12424 "project",
12425 "reqwest_client",
12426 "serde",
12427 "serde_json",
12428 "settings",
12429 "sha2",
12430 "smol",
12431 "streaming-iterator",
12432 "tempfile",
12433 "theme",
12434 "tree-sitter",
12435 "ui",
12436 "unindent",
12437 "util",
12438 "workspace",
12439 "worktree",
12440]
12441
12442[[package]]
12443name = "semantic_version"
12444version = "0.1.0"
12445dependencies = [
12446 "anyhow",
12447 "serde",
12448]
12449
12450[[package]]
12451name = "semver"
12452version = "1.0.26"
12453source = "registry+https://github.com/rust-lang/crates.io-index"
12454checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
12455dependencies = [
12456 "serde",
12457]
12458
12459[[package]]
12460name = "serde"
12461version = "1.0.219"
12462source = "registry+https://github.com/rust-lang/crates.io-index"
12463checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
12464dependencies = [
12465 "serde_derive",
12466]
12467
12468[[package]]
12469name = "serde_derive"
12470version = "1.0.219"
12471source = "registry+https://github.com/rust-lang/crates.io-index"
12472checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
12473dependencies = [
12474 "proc-macro2",
12475 "quote",
12476 "syn 2.0.100",
12477]
12478
12479[[package]]
12480name = "serde_derive_internals"
12481version = "0.29.1"
12482source = "registry+https://github.com/rust-lang/crates.io-index"
12483checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
12484dependencies = [
12485 "proc-macro2",
12486 "quote",
12487 "syn 2.0.100",
12488]
12489
12490[[package]]
12491name = "serde_fmt"
12492version = "1.0.3"
12493source = "registry+https://github.com/rust-lang/crates.io-index"
12494checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
12495dependencies = [
12496 "serde",
12497]
12498
12499[[package]]
12500name = "serde_json"
12501version = "1.0.140"
12502source = "registry+https://github.com/rust-lang/crates.io-index"
12503checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
12504dependencies = [
12505 "indexmap",
12506 "itoa",
12507 "memchr",
12508 "ryu",
12509 "serde",
12510]
12511
12512[[package]]
12513name = "serde_json_lenient"
12514version = "0.2.4"
12515source = "registry+https://github.com/rust-lang/crates.io-index"
12516checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
12517dependencies = [
12518 "indexmap",
12519 "itoa",
12520 "memchr",
12521 "ryu",
12522 "serde",
12523]
12524
12525[[package]]
12526name = "serde_path_to_error"
12527version = "0.1.16"
12528source = "registry+https://github.com/rust-lang/crates.io-index"
12529checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
12530dependencies = [
12531 "itoa",
12532 "serde",
12533]
12534
12535[[package]]
12536name = "serde_qs"
12537version = "0.8.5"
12538source = "registry+https://github.com/rust-lang/crates.io-index"
12539checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
12540dependencies = [
12541 "percent-encoding",
12542 "serde",
12543 "thiserror 1.0.69",
12544]
12545
12546[[package]]
12547name = "serde_qs"
12548version = "0.10.1"
12549source = "registry+https://github.com/rust-lang/crates.io-index"
12550checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
12551dependencies = [
12552 "percent-encoding",
12553 "serde",
12554 "thiserror 1.0.69",
12555]
12556
12557[[package]]
12558name = "serde_repr"
12559version = "0.1.20"
12560source = "registry+https://github.com/rust-lang/crates.io-index"
12561checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
12562dependencies = [
12563 "proc-macro2",
12564 "quote",
12565 "syn 2.0.100",
12566]
12567
12568[[package]]
12569name = "serde_spanned"
12570version = "0.6.8"
12571source = "registry+https://github.com/rust-lang/crates.io-index"
12572checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
12573dependencies = [
12574 "serde",
12575]
12576
12577[[package]]
12578name = "serde_urlencoded"
12579version = "0.7.1"
12580source = "registry+https://github.com/rust-lang/crates.io-index"
12581checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
12582dependencies = [
12583 "form_urlencoded",
12584 "itoa",
12585 "ryu",
12586 "serde",
12587]
12588
12589[[package]]
12590name = "session"
12591version = "0.1.0"
12592dependencies = [
12593 "db",
12594 "gpui",
12595 "serde_json",
12596 "util",
12597 "uuid",
12598]
12599
12600[[package]]
12601name = "settings"
12602version = "0.1.0"
12603dependencies = [
12604 "anyhow",
12605 "collections",
12606 "ec4rs",
12607 "fs",
12608 "futures 0.3.31",
12609 "gpui",
12610 "indoc",
12611 "inventory",
12612 "log",
12613 "paths",
12614 "pretty_assertions",
12615 "release_channel",
12616 "rust-embed",
12617 "schemars",
12618 "serde",
12619 "serde_derive",
12620 "serde_json",
12621 "serde_json_lenient",
12622 "smallvec",
12623 "streaming-iterator",
12624 "tree-sitter",
12625 "tree-sitter-json",
12626 "unindent",
12627 "util",
12628]
12629
12630[[package]]
12631name = "settings_ui"
12632version = "0.1.0"
12633dependencies = [
12634 "command_palette_hooks",
12635 "editor",
12636 "feature_flags",
12637 "gpui",
12638 "settings",
12639 "theme",
12640 "ui",
12641 "workspace",
12642]
12643
12644[[package]]
12645name = "sha1"
12646version = "0.10.6"
12647source = "registry+https://github.com/rust-lang/crates.io-index"
12648checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
12649dependencies = [
12650 "cfg-if",
12651 "cpufeatures",
12652 "digest",
12653]
12654
12655[[package]]
12656name = "sha1_smol"
12657version = "1.0.1"
12658source = "registry+https://github.com/rust-lang/crates.io-index"
12659checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
12660
12661[[package]]
12662name = "sha2"
12663version = "0.10.8"
12664source = "registry+https://github.com/rust-lang/crates.io-index"
12665checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
12666dependencies = [
12667 "cfg-if",
12668 "cpufeatures",
12669 "digest",
12670]
12671
12672[[package]]
12673name = "sharded-slab"
12674version = "0.1.7"
12675source = "registry+https://github.com/rust-lang/crates.io-index"
12676checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
12677dependencies = [
12678 "lazy_static",
12679]
12680
12681[[package]]
12682name = "shell-words"
12683version = "1.1.0"
12684source = "registry+https://github.com/rust-lang/crates.io-index"
12685checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
12686
12687[[package]]
12688name = "shellexpand"
12689version = "2.1.2"
12690source = "registry+https://github.com/rust-lang/crates.io-index"
12691checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
12692dependencies = [
12693 "dirs 4.0.0",
12694]
12695
12696[[package]]
12697name = "shellexpand"
12698version = "3.1.0"
12699source = "registry+https://github.com/rust-lang/crates.io-index"
12700checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
12701dependencies = [
12702 "dirs 5.0.1",
12703]
12704
12705[[package]]
12706name = "shlex"
12707version = "1.3.0"
12708source = "registry+https://github.com/rust-lang/crates.io-index"
12709checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
12710
12711[[package]]
12712name = "signal-hook"
12713version = "0.3.17"
12714source = "registry+https://github.com/rust-lang/crates.io-index"
12715checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
12716dependencies = [
12717 "libc",
12718 "signal-hook-registry",
12719]
12720
12721[[package]]
12722name = "signal-hook-registry"
12723version = "1.4.2"
12724source = "registry+https://github.com/rust-lang/crates.io-index"
12725checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
12726dependencies = [
12727 "libc",
12728]
12729
12730[[package]]
12731name = "signature"
12732version = "1.6.4"
12733source = "registry+https://github.com/rust-lang/crates.io-index"
12734checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
12735dependencies = [
12736 "digest",
12737 "rand_core 0.6.4",
12738]
12739
12740[[package]]
12741name = "signature"
12742version = "2.2.0"
12743source = "registry+https://github.com/rust-lang/crates.io-index"
12744checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
12745dependencies = [
12746 "digest",
12747 "rand_core 0.6.4",
12748]
12749
12750[[package]]
12751name = "simd-adler32"
12752version = "0.3.7"
12753source = "registry+https://github.com/rust-lang/crates.io-index"
12754checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
12755
12756[[package]]
12757name = "simd_helpers"
12758version = "0.1.0"
12759source = "registry+https://github.com/rust-lang/crates.io-index"
12760checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
12761dependencies = [
12762 "quote",
12763]
12764
12765[[package]]
12766name = "simdutf8"
12767version = "0.1.5"
12768source = "registry+https://github.com/rust-lang/crates.io-index"
12769checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
12770
12771[[package]]
12772name = "simple_asn1"
12773version = "0.6.2"
12774source = "registry+https://github.com/rust-lang/crates.io-index"
12775checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
12776dependencies = [
12777 "num-bigint",
12778 "num-traits",
12779 "thiserror 1.0.69",
12780 "time",
12781]
12782
12783[[package]]
12784name = "simplecss"
12785version = "0.2.1"
12786source = "registry+https://github.com/rust-lang/crates.io-index"
12787checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
12788dependencies = [
12789 "log",
12790]
12791
12792[[package]]
12793name = "simplelog"
12794version = "0.12.2"
12795source = "registry+https://github.com/rust-lang/crates.io-index"
12796checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
12797dependencies = [
12798 "log",
12799 "termcolor",
12800 "time",
12801]
12802
12803[[package]]
12804name = "siphasher"
12805version = "0.3.11"
12806source = "registry+https://github.com/rust-lang/crates.io-index"
12807checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
12808
12809[[package]]
12810name = "siphasher"
12811version = "1.0.1"
12812source = "registry+https://github.com/rust-lang/crates.io-index"
12813checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
12814
12815[[package]]
12816name = "skrifa"
12817version = "0.26.6"
12818source = "registry+https://github.com/rust-lang/crates.io-index"
12819checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
12820dependencies = [
12821 "bytemuck",
12822 "read-fonts",
12823]
12824
12825[[package]]
12826name = "slab"
12827version = "0.4.9"
12828source = "registry+https://github.com/rust-lang/crates.io-index"
12829checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
12830dependencies = [
12831 "autocfg",
12832]
12833
12834[[package]]
12835name = "slash_commands_example"
12836version = "0.1.0"
12837dependencies = [
12838 "zed_extension_api 0.1.0",
12839]
12840
12841[[package]]
12842name = "slotmap"
12843version = "1.0.7"
12844source = "registry+https://github.com/rust-lang/crates.io-index"
12845checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
12846dependencies = [
12847 "version_check",
12848]
12849
12850[[package]]
12851name = "smallvec"
12852version = "1.14.0"
12853source = "registry+https://github.com/rust-lang/crates.io-index"
12854checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
12855dependencies = [
12856 "serde",
12857]
12858
12859[[package]]
12860name = "smart-default"
12861version = "0.6.0"
12862source = "registry+https://github.com/rust-lang/crates.io-index"
12863checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
12864dependencies = [
12865 "proc-macro2",
12866 "quote",
12867 "syn 1.0.109",
12868]
12869
12870[[package]]
12871name = "smol"
12872version = "2.0.2"
12873source = "registry+https://github.com/rust-lang/crates.io-index"
12874checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
12875dependencies = [
12876 "async-channel 2.3.1",
12877 "async-executor",
12878 "async-fs",
12879 "async-io",
12880 "async-lock",
12881 "async-net",
12882 "async-process",
12883 "blocking",
12884 "futures-lite 2.6.0",
12885]
12886
12887[[package]]
12888name = "smol_str"
12889version = "0.1.24"
12890source = "registry+https://github.com/rust-lang/crates.io-index"
12891checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
12892dependencies = [
12893 "serde",
12894]
12895
12896[[package]]
12897name = "smol_str"
12898version = "0.2.2"
12899source = "registry+https://github.com/rust-lang/crates.io-index"
12900checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
12901
12902[[package]]
12903name = "snippet"
12904version = "0.1.0"
12905dependencies = [
12906 "anyhow",
12907 "smallvec",
12908]
12909
12910[[package]]
12911name = "snippet_provider"
12912version = "0.1.0"
12913dependencies = [
12914 "anyhow",
12915 "collections",
12916 "extension",
12917 "fs",
12918 "futures 0.3.31",
12919 "gpui",
12920 "parking_lot",
12921 "paths",
12922 "schemars",
12923 "serde",
12924 "serde_json_lenient",
12925 "snippet",
12926 "util",
12927]
12928
12929[[package]]
12930name = "snippets_ui"
12931version = "0.1.0"
12932dependencies = [
12933 "fuzzy",
12934 "gpui",
12935 "language",
12936 "paths",
12937 "picker",
12938 "ui",
12939 "util",
12940 "workspace",
12941]
12942
12943[[package]]
12944name = "socket2"
12945version = "0.5.8"
12946source = "registry+https://github.com/rust-lang/crates.io-index"
12947checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12948dependencies = [
12949 "libc",
12950 "windows-sys 0.52.0",
12951]
12952
12953[[package]]
12954name = "spdx"
12955version = "0.10.7"
12956source = "registry+https://github.com/rust-lang/crates.io-index"
12957checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12958dependencies = [
12959 "smallvec",
12960]
12961
12962[[package]]
12963name = "spin"
12964version = "0.9.8"
12965source = "registry+https://github.com/rust-lang/crates.io-index"
12966checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
12967dependencies = [
12968 "lock_api",
12969]
12970
12971[[package]]
12972name = "spirv"
12973version = "0.3.0+sdk-1.3.268.0"
12974source = "registry+https://github.com/rust-lang/crates.io-index"
12975checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
12976dependencies = [
12977 "bitflags 2.8.0",
12978]
12979
12980[[package]]
12981name = "spki"
12982version = "0.6.0"
12983source = "registry+https://github.com/rust-lang/crates.io-index"
12984checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
12985dependencies = [
12986 "base64ct",
12987 "der 0.6.1",
12988]
12989
12990[[package]]
12991name = "spki"
12992version = "0.7.3"
12993source = "registry+https://github.com/rust-lang/crates.io-index"
12994checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
12995dependencies = [
12996 "base64ct",
12997 "der 0.7.9",
12998]
12999
13000[[package]]
13001name = "sptr"
13002version = "0.3.2"
13003source = "registry+https://github.com/rust-lang/crates.io-index"
13004checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
13005
13006[[package]]
13007name = "sqlez"
13008version = "0.1.0"
13009dependencies = [
13010 "anyhow",
13011 "collections",
13012 "futures 0.3.31",
13013 "indoc",
13014 "libsqlite3-sys",
13015 "parking_lot",
13016 "smol",
13017 "sqlformat",
13018 "thread_local",
13019 "util",
13020 "uuid",
13021]
13022
13023[[package]]
13024name = "sqlez_macros"
13025version = "0.1.0"
13026dependencies = [
13027 "sqlez",
13028 "sqlformat",
13029 "syn 1.0.109",
13030]
13031
13032[[package]]
13033name = "sqlformat"
13034version = "0.2.6"
13035source = "registry+https://github.com/rust-lang/crates.io-index"
13036checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
13037dependencies = [
13038 "nom",
13039 "unicode_categories",
13040]
13041
13042[[package]]
13043name = "sqlx"
13044version = "0.8.3"
13045source = "registry+https://github.com/rust-lang/crates.io-index"
13046checksum = "4410e73b3c0d8442c5f99b425d7a435b5ee0ae4167b3196771dd3f7a01be745f"
13047dependencies = [
13048 "sqlx-core",
13049 "sqlx-macros",
13050 "sqlx-mysql",
13051 "sqlx-postgres",
13052 "sqlx-sqlite",
13053]
13054
13055[[package]]
13056name = "sqlx-core"
13057version = "0.8.3"
13058source = "registry+https://github.com/rust-lang/crates.io-index"
13059checksum = "6a007b6936676aa9ab40207cde35daab0a04b823be8ae004368c0793b96a61e0"
13060dependencies = [
13061 "bigdecimal",
13062 "bytes 1.10.1",
13063 "chrono",
13064 "crc",
13065 "crossbeam-queue",
13066 "either",
13067 "event-listener 5.3.1",
13068 "futures-core",
13069 "futures-intrusive",
13070 "futures-io",
13071 "futures-util",
13072 "hashbrown 0.15.2",
13073 "hashlink 0.10.0",
13074 "indexmap",
13075 "log",
13076 "memchr",
13077 "once_cell",
13078 "percent-encoding",
13079 "rust_decimal",
13080 "rustls 0.23.25",
13081 "rustls-pemfile 2.2.0",
13082 "serde",
13083 "serde_json",
13084 "sha2",
13085 "smallvec",
13086 "thiserror 2.0.12",
13087 "time",
13088 "tokio",
13089 "tokio-stream",
13090 "tracing",
13091 "url",
13092 "uuid",
13093 "webpki-roots",
13094]
13095
13096[[package]]
13097name = "sqlx-macros"
13098version = "0.8.3"
13099source = "registry+https://github.com/rust-lang/crates.io-index"
13100checksum = "3112e2ad78643fef903618d78cf0aec1cb3134b019730edb039b69eaf531f310"
13101dependencies = [
13102 "proc-macro2",
13103 "quote",
13104 "sqlx-core",
13105 "sqlx-macros-core",
13106 "syn 2.0.100",
13107]
13108
13109[[package]]
13110name = "sqlx-macros-core"
13111version = "0.8.3"
13112source = "registry+https://github.com/rust-lang/crates.io-index"
13113checksum = "4e9f90acc5ab146a99bf5061a7eb4976b573f560bc898ef3bf8435448dd5e7ad"
13114dependencies = [
13115 "dotenvy",
13116 "either",
13117 "heck 0.5.0",
13118 "hex",
13119 "once_cell",
13120 "proc-macro2",
13121 "quote",
13122 "serde",
13123 "serde_json",
13124 "sha2",
13125 "sqlx-core",
13126 "sqlx-mysql",
13127 "sqlx-postgres",
13128 "sqlx-sqlite",
13129 "syn 2.0.100",
13130 "tempfile",
13131 "tokio",
13132 "url",
13133]
13134
13135[[package]]
13136name = "sqlx-mysql"
13137version = "0.8.3"
13138source = "registry+https://github.com/rust-lang/crates.io-index"
13139checksum = "4560278f0e00ce64938540546f59f590d60beee33fffbd3b9cd47851e5fff233"
13140dependencies = [
13141 "atoi",
13142 "base64 0.22.1",
13143 "bigdecimal",
13144 "bitflags 2.8.0",
13145 "byteorder",
13146 "bytes 1.10.1",
13147 "chrono",
13148 "crc",
13149 "digest",
13150 "dotenvy",
13151 "either",
13152 "futures-channel",
13153 "futures-core",
13154 "futures-io",
13155 "futures-util",
13156 "generic-array",
13157 "hex",
13158 "hkdf",
13159 "hmac",
13160 "itoa",
13161 "log",
13162 "md-5",
13163 "memchr",
13164 "once_cell",
13165 "percent-encoding",
13166 "rand 0.8.5",
13167 "rsa",
13168 "rust_decimal",
13169 "serde",
13170 "sha1",
13171 "sha2",
13172 "smallvec",
13173 "sqlx-core",
13174 "stringprep",
13175 "thiserror 2.0.12",
13176 "time",
13177 "tracing",
13178 "uuid",
13179 "whoami",
13180]
13181
13182[[package]]
13183name = "sqlx-postgres"
13184version = "0.8.3"
13185source = "registry+https://github.com/rust-lang/crates.io-index"
13186checksum = "c5b98a57f363ed6764d5b3a12bfedf62f07aa16e1856a7ddc2a0bb190a959613"
13187dependencies = [
13188 "atoi",
13189 "base64 0.22.1",
13190 "bigdecimal",
13191 "bitflags 2.8.0",
13192 "byteorder",
13193 "chrono",
13194 "crc",
13195 "dotenvy",
13196 "etcetera",
13197 "futures-channel",
13198 "futures-core",
13199 "futures-util",
13200 "hex",
13201 "hkdf",
13202 "hmac",
13203 "home",
13204 "itoa",
13205 "log",
13206 "md-5",
13207 "memchr",
13208 "num-bigint",
13209 "once_cell",
13210 "rand 0.8.5",
13211 "rust_decimal",
13212 "serde",
13213 "serde_json",
13214 "sha2",
13215 "smallvec",
13216 "sqlx-core",
13217 "stringprep",
13218 "thiserror 2.0.12",
13219 "time",
13220 "tracing",
13221 "uuid",
13222 "whoami",
13223]
13224
13225[[package]]
13226name = "sqlx-sqlite"
13227version = "0.8.3"
13228source = "registry+https://github.com/rust-lang/crates.io-index"
13229checksum = "f85ca71d3a5b24e64e1d08dd8fe36c6c95c339a896cc33068148906784620540"
13230dependencies = [
13231 "atoi",
13232 "chrono",
13233 "flume",
13234 "futures-channel",
13235 "futures-core",
13236 "futures-executor",
13237 "futures-intrusive",
13238 "futures-util",
13239 "libsqlite3-sys",
13240 "log",
13241 "percent-encoding",
13242 "serde",
13243 "serde_urlencoded",
13244 "sqlx-core",
13245 "time",
13246 "tracing",
13247 "url",
13248 "uuid",
13249]
13250
13251[[package]]
13252name = "stable_deref_trait"
13253version = "1.2.0"
13254source = "registry+https://github.com/rust-lang/crates.io-index"
13255checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
13256
13257[[package]]
13258name = "static_assertions"
13259version = "1.1.0"
13260source = "registry+https://github.com/rust-lang/crates.io-index"
13261checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
13262
13263[[package]]
13264name = "story"
13265version = "0.1.0"
13266dependencies = [
13267 "gpui",
13268 "itertools 0.14.0",
13269 "smallvec",
13270]
13271
13272[[package]]
13273name = "storybook"
13274version = "0.1.0"
13275dependencies = [
13276 "anyhow",
13277 "clap",
13278 "collab_ui",
13279 "ctrlc",
13280 "dialoguer",
13281 "editor",
13282 "fuzzy",
13283 "gpui",
13284 "indoc",
13285 "language",
13286 "log",
13287 "menu",
13288 "picker",
13289 "project",
13290 "reqwest_client",
13291 "rust-embed",
13292 "settings",
13293 "simplelog",
13294 "story",
13295 "strum",
13296 "theme",
13297 "title_bar",
13298 "ui",
13299 "workspace",
13300]
13301
13302[[package]]
13303name = "streaming-iterator"
13304version = "0.1.9"
13305source = "registry+https://github.com/rust-lang/crates.io-index"
13306checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
13307
13308[[package]]
13309name = "streaming_diff"
13310version = "0.1.0"
13311dependencies = [
13312 "ordered-float 2.10.1",
13313 "rand 0.8.5",
13314 "rope",
13315 "util",
13316]
13317
13318[[package]]
13319name = "strict-num"
13320version = "0.1.1"
13321source = "registry+https://github.com/rust-lang/crates.io-index"
13322checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
13323dependencies = [
13324 "float-cmp",
13325]
13326
13327[[package]]
13328name = "string_cache"
13329version = "0.8.7"
13330source = "registry+https://github.com/rust-lang/crates.io-index"
13331checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
13332dependencies = [
13333 "new_debug_unreachable",
13334 "once_cell",
13335 "parking_lot",
13336 "phf_shared 0.10.0",
13337 "precomputed-hash",
13338 "serde",
13339]
13340
13341[[package]]
13342name = "string_cache_codegen"
13343version = "0.5.2"
13344source = "registry+https://github.com/rust-lang/crates.io-index"
13345checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
13346dependencies = [
13347 "phf_generator 0.10.0",
13348 "phf_shared 0.10.0",
13349 "proc-macro2",
13350 "quote",
13351]
13352
13353[[package]]
13354name = "stringprep"
13355version = "0.1.5"
13356source = "registry+https://github.com/rust-lang/crates.io-index"
13357checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
13358dependencies = [
13359 "unicode-bidi",
13360 "unicode-normalization",
13361 "unicode-properties",
13362]
13363
13364[[package]]
13365name = "strsim"
13366version = "0.11.1"
13367source = "registry+https://github.com/rust-lang/crates.io-index"
13368checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
13369
13370[[package]]
13371name = "strum"
13372version = "0.26.3"
13373source = "registry+https://github.com/rust-lang/crates.io-index"
13374checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
13375dependencies = [
13376 "strum_macros",
13377]
13378
13379[[package]]
13380name = "strum_macros"
13381version = "0.26.4"
13382source = "registry+https://github.com/rust-lang/crates.io-index"
13383checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
13384dependencies = [
13385 "heck 0.5.0",
13386 "proc-macro2",
13387 "quote",
13388 "rustversion",
13389 "syn 2.0.100",
13390]
13391
13392[[package]]
13393name = "subtle"
13394version = "2.6.1"
13395source = "registry+https://github.com/rust-lang/crates.io-index"
13396checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
13397
13398[[package]]
13399name = "sum_tree"
13400version = "0.1.0"
13401dependencies = [
13402 "arrayvec",
13403 "ctor",
13404 "env_logger 0.11.7",
13405 "log",
13406 "rand 0.8.5",
13407 "rayon",
13408]
13409
13410[[package]]
13411name = "supermaven"
13412version = "0.1.0"
13413dependencies = [
13414 "anyhow",
13415 "client",
13416 "collections",
13417 "editor",
13418 "env_logger 0.11.7",
13419 "futures 0.3.31",
13420 "gpui",
13421 "http_client",
13422 "inline_completion",
13423 "language",
13424 "log",
13425 "postage",
13426 "project",
13427 "serde",
13428 "serde_json",
13429 "settings",
13430 "smol",
13431 "supermaven_api",
13432 "text",
13433 "theme",
13434 "ui",
13435 "unicode-segmentation",
13436 "util",
13437]
13438
13439[[package]]
13440name = "supermaven_api"
13441version = "0.1.0"
13442dependencies = [
13443 "anyhow",
13444 "futures 0.3.31",
13445 "http_client",
13446 "paths",
13447 "serde",
13448 "serde_json",
13449 "smol",
13450]
13451
13452[[package]]
13453name = "sval"
13454version = "2.13.2"
13455source = "registry+https://github.com/rust-lang/crates.io-index"
13456checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
13457
13458[[package]]
13459name = "sval_buffer"
13460version = "2.13.2"
13461source = "registry+https://github.com/rust-lang/crates.io-index"
13462checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
13463dependencies = [
13464 "sval",
13465 "sval_ref",
13466]
13467
13468[[package]]
13469name = "sval_dynamic"
13470version = "2.13.2"
13471source = "registry+https://github.com/rust-lang/crates.io-index"
13472checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
13473dependencies = [
13474 "sval",
13475]
13476
13477[[package]]
13478name = "sval_fmt"
13479version = "2.13.2"
13480source = "registry+https://github.com/rust-lang/crates.io-index"
13481checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
13482dependencies = [
13483 "itoa",
13484 "ryu",
13485 "sval",
13486]
13487
13488[[package]]
13489name = "sval_json"
13490version = "2.13.2"
13491source = "registry+https://github.com/rust-lang/crates.io-index"
13492checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
13493dependencies = [
13494 "itoa",
13495 "ryu",
13496 "sval",
13497]
13498
13499[[package]]
13500name = "sval_nested"
13501version = "2.13.2"
13502source = "registry+https://github.com/rust-lang/crates.io-index"
13503checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
13504dependencies = [
13505 "sval",
13506 "sval_buffer",
13507 "sval_ref",
13508]
13509
13510[[package]]
13511name = "sval_ref"
13512version = "2.13.2"
13513source = "registry+https://github.com/rust-lang/crates.io-index"
13514checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
13515dependencies = [
13516 "sval",
13517]
13518
13519[[package]]
13520name = "sval_serde"
13521version = "2.13.2"
13522source = "registry+https://github.com/rust-lang/crates.io-index"
13523checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
13524dependencies = [
13525 "serde",
13526 "sval",
13527 "sval_nested",
13528]
13529
13530[[package]]
13531name = "svg_fmt"
13532version = "0.4.4"
13533source = "registry+https://github.com/rust-lang/crates.io-index"
13534checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
13535
13536[[package]]
13537name = "svgtypes"
13538version = "0.15.3"
13539source = "registry+https://github.com/rust-lang/crates.io-index"
13540checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
13541dependencies = [
13542 "kurbo",
13543 "siphasher 1.0.1",
13544]
13545
13546[[package]]
13547name = "swash"
13548version = "0.2.1"
13549source = "registry+https://github.com/rust-lang/crates.io-index"
13550checksum = "13d5bbc2aa266907ed8ee977c9c9e16363cc2b001266104e13397b57f1d15f71"
13551dependencies = [
13552 "skrifa",
13553 "yazi",
13554 "zeno",
13555]
13556
13557[[package]]
13558name = "syn"
13559version = "1.0.109"
13560source = "registry+https://github.com/rust-lang/crates.io-index"
13561checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
13562dependencies = [
13563 "proc-macro2",
13564 "quote",
13565 "unicode-ident",
13566]
13567
13568[[package]]
13569name = "syn"
13570version = "2.0.100"
13571source = "registry+https://github.com/rust-lang/crates.io-index"
13572checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
13573dependencies = [
13574 "proc-macro2",
13575 "quote",
13576 "unicode-ident",
13577]
13578
13579[[package]]
13580name = "sync_wrapper"
13581version = "0.1.2"
13582source = "registry+https://github.com/rust-lang/crates.io-index"
13583checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
13584
13585[[package]]
13586name = "sync_wrapper"
13587version = "1.0.2"
13588source = "registry+https://github.com/rust-lang/crates.io-index"
13589checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
13590dependencies = [
13591 "futures-core",
13592]
13593
13594[[package]]
13595name = "synchronoise"
13596version = "1.0.1"
13597source = "registry+https://github.com/rust-lang/crates.io-index"
13598checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
13599dependencies = [
13600 "crossbeam-queue",
13601]
13602
13603[[package]]
13604name = "synstructure"
13605version = "0.13.1"
13606source = "registry+https://github.com/rust-lang/crates.io-index"
13607checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
13608dependencies = [
13609 "proc-macro2",
13610 "quote",
13611 "syn 2.0.100",
13612]
13613
13614[[package]]
13615name = "sys-locale"
13616version = "0.3.2"
13617source = "registry+https://github.com/rust-lang/crates.io-index"
13618checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
13619dependencies = [
13620 "libc",
13621]
13622
13623[[package]]
13624name = "sysinfo"
13625version = "0.31.4"
13626source = "registry+https://github.com/rust-lang/crates.io-index"
13627checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
13628dependencies = [
13629 "core-foundation-sys",
13630 "libc",
13631 "memchr",
13632 "ntapi",
13633 "rayon",
13634 "windows 0.57.0",
13635]
13636
13637[[package]]
13638name = "system-configuration"
13639version = "0.5.1"
13640source = "registry+https://github.com/rust-lang/crates.io-index"
13641checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
13642dependencies = [
13643 "bitflags 1.3.2",
13644 "core-foundation 0.9.4",
13645 "system-configuration-sys 0.5.0",
13646]
13647
13648[[package]]
13649name = "system-configuration"
13650version = "0.6.1"
13651source = "registry+https://github.com/rust-lang/crates.io-index"
13652checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
13653dependencies = [
13654 "bitflags 2.8.0",
13655 "core-foundation 0.9.4",
13656 "system-configuration-sys 0.6.0",
13657]
13658
13659[[package]]
13660name = "system-configuration-sys"
13661version = "0.5.0"
13662source = "registry+https://github.com/rust-lang/crates.io-index"
13663checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
13664dependencies = [
13665 "core-foundation-sys",
13666 "libc",
13667]
13668
13669[[package]]
13670name = "system-configuration-sys"
13671version = "0.6.0"
13672source = "registry+https://github.com/rust-lang/crates.io-index"
13673checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
13674dependencies = [
13675 "core-foundation-sys",
13676 "libc",
13677]
13678
13679[[package]]
13680name = "system-deps"
13681version = "6.2.2"
13682source = "registry+https://github.com/rust-lang/crates.io-index"
13683checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
13684dependencies = [
13685 "cfg-expr",
13686 "heck 0.5.0",
13687 "pkg-config",
13688 "toml 0.8.20",
13689 "version-compare",
13690]
13691
13692[[package]]
13693name = "system-interface"
13694version = "0.27.3"
13695source = "registry+https://github.com/rust-lang/crates.io-index"
13696checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
13697dependencies = [
13698 "bitflags 2.8.0",
13699 "cap-fs-ext",
13700 "cap-std",
13701 "fd-lock",
13702 "io-lifetimes",
13703 "rustix",
13704 "windows-sys 0.52.0",
13705 "winx",
13706]
13707
13708[[package]]
13709name = "tab_switcher"
13710version = "0.1.0"
13711dependencies = [
13712 "anyhow",
13713 "collections",
13714 "ctor",
13715 "editor",
13716 "env_logger 0.11.7",
13717 "gpui",
13718 "language",
13719 "menu",
13720 "picker",
13721 "project",
13722 "schemars",
13723 "serde",
13724 "serde_json",
13725 "settings",
13726 "theme",
13727 "ui",
13728 "util",
13729 "workspace",
13730]
13731
13732[[package]]
13733name = "taffy"
13734version = "0.4.4"
13735source = "registry+https://github.com/rust-lang/crates.io-index"
13736checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
13737dependencies = [
13738 "arrayvec",
13739 "grid",
13740 "num-traits",
13741 "serde",
13742 "slotmap",
13743]
13744
13745[[package]]
13746name = "take-until"
13747version = "0.2.0"
13748source = "registry+https://github.com/rust-lang/crates.io-index"
13749checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
13750
13751[[package]]
13752name = "tap"
13753version = "1.0.1"
13754source = "registry+https://github.com/rust-lang/crates.io-index"
13755checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
13756
13757[[package]]
13758name = "target-lexicon"
13759version = "0.12.16"
13760source = "registry+https://github.com/rust-lang/crates.io-index"
13761checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
13762
13763[[package]]
13764name = "target-lexicon"
13765version = "0.13.2"
13766source = "registry+https://github.com/rust-lang/crates.io-index"
13767checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
13768
13769[[package]]
13770name = "task"
13771version = "0.1.0"
13772dependencies = [
13773 "anyhow",
13774 "collections",
13775 "dap-types",
13776 "futures 0.3.31",
13777 "gpui",
13778 "hex",
13779 "parking_lot",
13780 "schemars",
13781 "serde",
13782 "serde_json",
13783 "serde_json_lenient",
13784 "sha2",
13785 "shellexpand 2.1.2",
13786 "util",
13787 "zed_actions",
13788]
13789
13790[[package]]
13791name = "tasks_ui"
13792version = "0.1.0"
13793dependencies = [
13794 "anyhow",
13795 "debugger_ui",
13796 "editor",
13797 "feature_flags",
13798 "file_icons",
13799 "fuzzy",
13800 "gpui",
13801 "language",
13802 "menu",
13803 "picker",
13804 "project",
13805 "serde",
13806 "serde_json",
13807 "task",
13808 "tree-sitter-rust",
13809 "tree-sitter-typescript",
13810 "ui",
13811 "util",
13812 "workspace",
13813 "zed_actions",
13814]
13815
13816[[package]]
13817name = "telemetry"
13818version = "0.1.0"
13819dependencies = [
13820 "futures 0.3.31",
13821 "serde",
13822 "serde_json",
13823 "telemetry_events",
13824]
13825
13826[[package]]
13827name = "telemetry_events"
13828version = "0.1.0"
13829dependencies = [
13830 "semantic_version",
13831 "serde",
13832 "serde_json",
13833]
13834
13835[[package]]
13836name = "tempfile"
13837version = "3.17.1"
13838source = "registry+https://github.com/rust-lang/crates.io-index"
13839checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230"
13840dependencies = [
13841 "cfg-if",
13842 "fastrand 2.3.0",
13843 "getrandom 0.3.1",
13844 "once_cell",
13845 "rustix",
13846 "windows-sys 0.52.0",
13847]
13848
13849[[package]]
13850name = "tendril"
13851version = "0.4.3"
13852source = "registry+https://github.com/rust-lang/crates.io-index"
13853checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
13854dependencies = [
13855 "futf",
13856 "mac",
13857 "utf-8",
13858]
13859
13860[[package]]
13861name = "termcolor"
13862version = "1.4.1"
13863source = "registry+https://github.com/rust-lang/crates.io-index"
13864checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
13865dependencies = [
13866 "winapi-util",
13867]
13868
13869[[package]]
13870name = "terminal"
13871version = "0.1.0"
13872dependencies = [
13873 "alacritty_terminal",
13874 "anyhow",
13875 "collections",
13876 "dirs 4.0.0",
13877 "futures 0.3.31",
13878 "gpui",
13879 "libc",
13880 "rand 0.8.5",
13881 "regex",
13882 "release_channel",
13883 "schemars",
13884 "serde",
13885 "serde_derive",
13886 "settings",
13887 "smol",
13888 "sysinfo",
13889 "task",
13890 "theme",
13891 "thiserror 2.0.12",
13892 "util",
13893 "windows 0.61.1",
13894]
13895
13896[[package]]
13897name = "terminal_size"
13898version = "0.4.1"
13899source = "registry+https://github.com/rust-lang/crates.io-index"
13900checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
13901dependencies = [
13902 "rustix",
13903 "windows-sys 0.59.0",
13904]
13905
13906[[package]]
13907name = "terminal_view"
13908version = "0.1.0"
13909dependencies = [
13910 "anyhow",
13911 "async-recursion 1.1.1",
13912 "breadcrumbs",
13913 "client",
13914 "collections",
13915 "db",
13916 "dirs 4.0.0",
13917 "editor",
13918 "futures 0.3.31",
13919 "gpui",
13920 "itertools 0.14.0",
13921 "language",
13922 "log",
13923 "project",
13924 "rand 0.8.5",
13925 "schemars",
13926 "search",
13927 "serde",
13928 "serde_json",
13929 "settings",
13930 "shellexpand 2.1.2",
13931 "smol",
13932 "task",
13933 "terminal",
13934 "theme",
13935 "ui",
13936 "util",
13937 "workspace",
13938 "zed_actions",
13939]
13940
13941[[package]]
13942name = "text"
13943version = "0.1.0"
13944dependencies = [
13945 "anyhow",
13946 "clock",
13947 "collections",
13948 "ctor",
13949 "env_logger 0.11.7",
13950 "gpui",
13951 "http_client",
13952 "log",
13953 "parking_lot",
13954 "postage",
13955 "rand 0.8.5",
13956 "regex",
13957 "rope",
13958 "smallvec",
13959 "sum_tree",
13960 "util",
13961]
13962
13963[[package]]
13964name = "theme"
13965version = "0.1.0"
13966dependencies = [
13967 "anyhow",
13968 "collections",
13969 "derive_more",
13970 "fs",
13971 "futures 0.3.31",
13972 "gpui",
13973 "indexmap",
13974 "log",
13975 "palette",
13976 "parking_lot",
13977 "refineable",
13978 "schemars",
13979 "serde",
13980 "serde_derive",
13981 "serde_json",
13982 "serde_json_lenient",
13983 "serde_repr",
13984 "settings",
13985 "strum",
13986 "thiserror 2.0.12",
13987 "util",
13988 "uuid",
13989]
13990
13991[[package]]
13992name = "theme_extension"
13993version = "0.1.0"
13994dependencies = [
13995 "anyhow",
13996 "extension",
13997 "fs",
13998 "gpui",
13999 "theme",
14000]
14001
14002[[package]]
14003name = "theme_importer"
14004version = "0.1.0"
14005dependencies = [
14006 "anyhow",
14007 "clap",
14008 "gpui",
14009 "indexmap",
14010 "log",
14011 "palette",
14012 "rust-embed",
14013 "serde",
14014 "serde_json",
14015 "serde_json_lenient",
14016 "simplelog",
14017 "strum",
14018 "theme",
14019 "vscode_theme",
14020]
14021
14022[[package]]
14023name = "theme_selector"
14024version = "0.1.0"
14025dependencies = [
14026 "fs",
14027 "fuzzy",
14028 "gpui",
14029 "log",
14030 "picker",
14031 "serde",
14032 "settings",
14033 "telemetry",
14034 "theme",
14035 "ui",
14036 "util",
14037 "workspace",
14038 "zed_actions",
14039]
14040
14041[[package]]
14042name = "thiserror"
14043version = "1.0.69"
14044source = "registry+https://github.com/rust-lang/crates.io-index"
14045checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
14046dependencies = [
14047 "thiserror-impl 1.0.69",
14048]
14049
14050[[package]]
14051name = "thiserror"
14052version = "2.0.12"
14053source = "registry+https://github.com/rust-lang/crates.io-index"
14054checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
14055dependencies = [
14056 "thiserror-impl 2.0.12",
14057]
14058
14059[[package]]
14060name = "thiserror-impl"
14061version = "1.0.69"
14062source = "registry+https://github.com/rust-lang/crates.io-index"
14063checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
14064dependencies = [
14065 "proc-macro2",
14066 "quote",
14067 "syn 2.0.100",
14068]
14069
14070[[package]]
14071name = "thiserror-impl"
14072version = "2.0.12"
14073source = "registry+https://github.com/rust-lang/crates.io-index"
14074checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
14075dependencies = [
14076 "proc-macro2",
14077 "quote",
14078 "syn 2.0.100",
14079]
14080
14081[[package]]
14082name = "thread_local"
14083version = "1.1.8"
14084source = "registry+https://github.com/rust-lang/crates.io-index"
14085checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
14086dependencies = [
14087 "cfg-if",
14088 "once_cell",
14089]
14090
14091[[package]]
14092name = "tiff"
14093version = "0.9.1"
14094source = "registry+https://github.com/rust-lang/crates.io-index"
14095checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
14096dependencies = [
14097 "flate2",
14098 "jpeg-decoder",
14099 "weezl",
14100]
14101
14102[[package]]
14103name = "tiktoken-rs"
14104version = "0.6.0"
14105source = "registry+https://github.com/rust-lang/crates.io-index"
14106checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
14107dependencies = [
14108 "anyhow",
14109 "base64 0.21.7",
14110 "bstr",
14111 "fancy-regex 0.13.0",
14112 "lazy_static",
14113 "parking_lot",
14114 "regex",
14115 "rustc-hash 1.1.0",
14116]
14117
14118[[package]]
14119name = "time"
14120version = "0.3.41"
14121source = "registry+https://github.com/rust-lang/crates.io-index"
14122checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
14123dependencies = [
14124 "deranged",
14125 "itoa",
14126 "libc",
14127 "num-conv",
14128 "num_threads",
14129 "powerfmt",
14130 "serde",
14131 "time-core",
14132 "time-macros",
14133]
14134
14135[[package]]
14136name = "time-core"
14137version = "0.1.4"
14138source = "registry+https://github.com/rust-lang/crates.io-index"
14139checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
14140
14141[[package]]
14142name = "time-macros"
14143version = "0.2.22"
14144source = "registry+https://github.com/rust-lang/crates.io-index"
14145checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
14146dependencies = [
14147 "num-conv",
14148 "time-core",
14149]
14150
14151[[package]]
14152name = "time_format"
14153version = "0.1.0"
14154dependencies = [
14155 "core-foundation 0.10.0",
14156 "core-foundation-sys",
14157 "sys-locale",
14158 "time",
14159]
14160
14161[[package]]
14162name = "tiny-keccak"
14163version = "2.0.2"
14164source = "registry+https://github.com/rust-lang/crates.io-index"
14165checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
14166dependencies = [
14167 "crunchy",
14168]
14169
14170[[package]]
14171name = "tiny-skia"
14172version = "0.11.4"
14173source = "registry+https://github.com/rust-lang/crates.io-index"
14174checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
14175dependencies = [
14176 "arrayref",
14177 "arrayvec",
14178 "bytemuck",
14179 "cfg-if",
14180 "log",
14181 "png",
14182 "tiny-skia-path",
14183]
14184
14185[[package]]
14186name = "tiny-skia-path"
14187version = "0.11.4"
14188source = "registry+https://github.com/rust-lang/crates.io-index"
14189checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
14190dependencies = [
14191 "arrayref",
14192 "bytemuck",
14193 "strict-num",
14194]
14195
14196[[package]]
14197name = "tiny_http"
14198version = "0.8.2"
14199source = "registry+https://github.com/rust-lang/crates.io-index"
14200checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
14201dependencies = [
14202 "ascii",
14203 "chrono",
14204 "chunked_transfer",
14205 "log",
14206 "url",
14207]
14208
14209[[package]]
14210name = "tinystr"
14211version = "0.7.6"
14212source = "registry+https://github.com/rust-lang/crates.io-index"
14213checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
14214dependencies = [
14215 "displaydoc",
14216 "zerovec",
14217]
14218
14219[[package]]
14220name = "tinytemplate"
14221version = "1.2.1"
14222source = "registry+https://github.com/rust-lang/crates.io-index"
14223checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
14224dependencies = [
14225 "serde",
14226 "serde_json",
14227]
14228
14229[[package]]
14230name = "tinyvec"
14231version = "1.8.0"
14232source = "registry+https://github.com/rust-lang/crates.io-index"
14233checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
14234dependencies = [
14235 "tinyvec_macros",
14236]
14237
14238[[package]]
14239name = "tinyvec_macros"
14240version = "0.1.1"
14241source = "registry+https://github.com/rust-lang/crates.io-index"
14242checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
14243
14244[[package]]
14245name = "title_bar"
14246version = "0.1.0"
14247dependencies = [
14248 "auto_update",
14249 "call",
14250 "chrono",
14251 "client",
14252 "collections",
14253 "db",
14254 "feature_flags",
14255 "gpui",
14256 "http_client",
14257 "notifications",
14258 "pretty_assertions",
14259 "project",
14260 "remote",
14261 "rpc",
14262 "schemars",
14263 "serde",
14264 "settings",
14265 "smallvec",
14266 "story",
14267 "telemetry",
14268 "theme",
14269 "tree-sitter-md",
14270 "ui",
14271 "util",
14272 "windows 0.61.1",
14273 "workspace",
14274 "zed_actions",
14275]
14276
14277[[package]]
14278name = "tokio"
14279version = "1.43.0"
14280source = "registry+https://github.com/rust-lang/crates.io-index"
14281checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
14282dependencies = [
14283 "backtrace",
14284 "bytes 1.10.1",
14285 "libc",
14286 "mio",
14287 "parking_lot",
14288 "pin-project-lite",
14289 "signal-hook-registry",
14290 "socket2",
14291 "tokio-macros",
14292 "windows-sys 0.52.0",
14293]
14294
14295[[package]]
14296name = "tokio-io"
14297version = "0.1.13"
14298source = "registry+https://github.com/rust-lang/crates.io-index"
14299checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
14300dependencies = [
14301 "bytes 0.4.12",
14302 "futures 0.1.31",
14303 "log",
14304]
14305
14306[[package]]
14307name = "tokio-macros"
14308version = "2.5.0"
14309source = "registry+https://github.com/rust-lang/crates.io-index"
14310checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
14311dependencies = [
14312 "proc-macro2",
14313 "quote",
14314 "syn 2.0.100",
14315]
14316
14317[[package]]
14318name = "tokio-native-tls"
14319version = "0.3.1"
14320source = "registry+https://github.com/rust-lang/crates.io-index"
14321checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
14322dependencies = [
14323 "native-tls",
14324 "tokio",
14325]
14326
14327[[package]]
14328name = "tokio-rustls"
14329version = "0.24.1"
14330source = "registry+https://github.com/rust-lang/crates.io-index"
14331checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
14332dependencies = [
14333 "rustls 0.21.12",
14334 "tokio",
14335]
14336
14337[[package]]
14338name = "tokio-rustls"
14339version = "0.26.1"
14340source = "registry+https://github.com/rust-lang/crates.io-index"
14341checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
14342dependencies = [
14343 "rustls 0.23.25",
14344 "tokio",
14345]
14346
14347[[package]]
14348name = "tokio-socks"
14349version = "0.5.2"
14350source = "registry+https://github.com/rust-lang/crates.io-index"
14351checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
14352dependencies = [
14353 "either",
14354 "futures-io",
14355 "futures-util",
14356 "thiserror 1.0.69",
14357 "tokio",
14358]
14359
14360[[package]]
14361name = "tokio-stream"
14362version = "0.1.17"
14363source = "registry+https://github.com/rust-lang/crates.io-index"
14364checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
14365dependencies = [
14366 "futures-core",
14367 "pin-project-lite",
14368 "tokio",
14369]
14370
14371[[package]]
14372name = "tokio-tungstenite"
14373version = "0.20.1"
14374source = "registry+https://github.com/rust-lang/crates.io-index"
14375checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
14376dependencies = [
14377 "futures-util",
14378 "log",
14379 "tokio",
14380 "tungstenite 0.20.1",
14381]
14382
14383[[package]]
14384name = "tokio-tungstenite"
14385version = "0.21.0"
14386source = "registry+https://github.com/rust-lang/crates.io-index"
14387checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
14388dependencies = [
14389 "futures-util",
14390 "log",
14391 "tokio",
14392 "tungstenite 0.21.0",
14393]
14394
14395[[package]]
14396name = "tokio-tungstenite"
14397version = "0.26.2"
14398source = "registry+https://github.com/rust-lang/crates.io-index"
14399checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
14400dependencies = [
14401 "futures-util",
14402 "log",
14403 "rustls 0.23.25",
14404 "rustls-pki-types",
14405 "tokio",
14406 "tokio-rustls 0.26.1",
14407 "tungstenite 0.26.2",
14408]
14409
14410[[package]]
14411name = "tokio-util"
14412version = "0.7.13"
14413source = "registry+https://github.com/rust-lang/crates.io-index"
14414checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
14415dependencies = [
14416 "bytes 1.10.1",
14417 "futures-core",
14418 "futures-io",
14419 "futures-sink",
14420 "pin-project-lite",
14421 "tokio",
14422]
14423
14424[[package]]
14425name = "toml"
14426version = "0.5.11"
14427source = "registry+https://github.com/rust-lang/crates.io-index"
14428checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
14429dependencies = [
14430 "serde",
14431]
14432
14433[[package]]
14434name = "toml"
14435version = "0.8.20"
14436source = "registry+https://github.com/rust-lang/crates.io-index"
14437checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
14438dependencies = [
14439 "serde",
14440 "serde_spanned",
14441 "toml_datetime",
14442 "toml_edit",
14443]
14444
14445[[package]]
14446name = "toml_datetime"
14447version = "0.6.8"
14448source = "registry+https://github.com/rust-lang/crates.io-index"
14449checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
14450dependencies = [
14451 "serde",
14452]
14453
14454[[package]]
14455name = "toml_edit"
14456version = "0.22.23"
14457source = "registry+https://github.com/rust-lang/crates.io-index"
14458checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee"
14459dependencies = [
14460 "indexmap",
14461 "serde",
14462 "serde_spanned",
14463 "toml_datetime",
14464 "winnow 0.7.1",
14465]
14466
14467[[package]]
14468name = "toolchain_selector"
14469version = "0.1.0"
14470dependencies = [
14471 "editor",
14472 "fuzzy",
14473 "gpui",
14474 "language",
14475 "picker",
14476 "project",
14477 "ui",
14478 "util",
14479 "workspace",
14480]
14481
14482[[package]]
14483name = "topological-sort"
14484version = "0.2.2"
14485source = "registry+https://github.com/rust-lang/crates.io-index"
14486checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
14487
14488[[package]]
14489name = "tower"
14490version = "0.4.13"
14491source = "registry+https://github.com/rust-lang/crates.io-index"
14492checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
14493dependencies = [
14494 "futures-core",
14495 "futures-util",
14496 "pin-project",
14497 "pin-project-lite",
14498 "tokio",
14499 "tower-layer",
14500 "tower-service",
14501 "tracing",
14502]
14503
14504[[package]]
14505name = "tower-http"
14506version = "0.3.5"
14507source = "registry+https://github.com/rust-lang/crates.io-index"
14508checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
14509dependencies = [
14510 "bitflags 1.3.2",
14511 "bytes 1.10.1",
14512 "futures-core",
14513 "futures-util",
14514 "http 0.2.12",
14515 "http-body 0.4.6",
14516 "http-range-header",
14517 "pin-project-lite",
14518 "tower-layer",
14519 "tower-service",
14520]
14521
14522[[package]]
14523name = "tower-http"
14524version = "0.4.4"
14525source = "registry+https://github.com/rust-lang/crates.io-index"
14526checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
14527dependencies = [
14528 "bitflags 2.8.0",
14529 "bytes 1.10.1",
14530 "futures-core",
14531 "futures-util",
14532 "http 0.2.12",
14533 "http-body 0.4.6",
14534 "http-range-header",
14535 "pin-project-lite",
14536 "tower-layer",
14537 "tower-service",
14538 "tracing",
14539]
14540
14541[[package]]
14542name = "tower-layer"
14543version = "0.3.3"
14544source = "registry+https://github.com/rust-lang/crates.io-index"
14545checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
14546
14547[[package]]
14548name = "tower-service"
14549version = "0.3.3"
14550source = "registry+https://github.com/rust-lang/crates.io-index"
14551checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
14552
14553[[package]]
14554name = "tracing"
14555version = "0.1.41"
14556source = "registry+https://github.com/rust-lang/crates.io-index"
14557checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
14558dependencies = [
14559 "log",
14560 "pin-project-lite",
14561 "tracing-attributes",
14562 "tracing-core",
14563]
14564
14565[[package]]
14566name = "tracing-attributes"
14567version = "0.1.28"
14568source = "registry+https://github.com/rust-lang/crates.io-index"
14569checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
14570dependencies = [
14571 "proc-macro2",
14572 "quote",
14573 "syn 2.0.100",
14574]
14575
14576[[package]]
14577name = "tracing-core"
14578version = "0.1.33"
14579source = "registry+https://github.com/rust-lang/crates.io-index"
14580checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
14581dependencies = [
14582 "once_cell",
14583 "valuable",
14584]
14585
14586[[package]]
14587name = "tracing-log"
14588version = "0.2.0"
14589source = "registry+https://github.com/rust-lang/crates.io-index"
14590checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
14591dependencies = [
14592 "log",
14593 "once_cell",
14594 "tracing-core",
14595]
14596
14597[[package]]
14598name = "tracing-serde"
14599version = "0.2.0"
14600source = "registry+https://github.com/rust-lang/crates.io-index"
14601checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
14602dependencies = [
14603 "serde",
14604 "tracing-core",
14605]
14606
14607[[package]]
14608name = "tracing-subscriber"
14609version = "0.3.19"
14610source = "registry+https://github.com/rust-lang/crates.io-index"
14611checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
14612dependencies = [
14613 "matchers",
14614 "nu-ansi-term",
14615 "once_cell",
14616 "regex",
14617 "serde",
14618 "serde_json",
14619 "sharded-slab",
14620 "smallvec",
14621 "thread_local",
14622 "tracing",
14623 "tracing-core",
14624 "tracing-log",
14625 "tracing-serde",
14626]
14627
14628[[package]]
14629name = "trait-variant"
14630version = "0.1.2"
14631source = "registry+https://github.com/rust-lang/crates.io-index"
14632checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
14633dependencies = [
14634 "proc-macro2",
14635 "quote",
14636 "syn 2.0.100",
14637]
14638
14639[[package]]
14640name = "tree-sitter"
14641version = "0.25.3"
14642source = "registry+https://github.com/rust-lang/crates.io-index"
14643checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
14644dependencies = [
14645 "cc",
14646 "regex",
14647 "regex-syntax 0.8.5",
14648 "serde_json",
14649 "streaming-iterator",
14650 "tree-sitter-language",
14651 "wasmtime-c-api-impl",
14652]
14653
14654[[package]]
14655name = "tree-sitter-bash"
14656version = "0.23.3"
14657source = "registry+https://github.com/rust-lang/crates.io-index"
14658checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
14659dependencies = [
14660 "cc",
14661 "tree-sitter-language",
14662]
14663
14664[[package]]
14665name = "tree-sitter-c"
14666version = "0.23.4"
14667source = "registry+https://github.com/rust-lang/crates.io-index"
14668checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
14669dependencies = [
14670 "cc",
14671 "tree-sitter-language",
14672]
14673
14674[[package]]
14675name = "tree-sitter-cpp"
14676version = "0.23.4"
14677source = "registry+https://github.com/rust-lang/crates.io-index"
14678checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
14679dependencies = [
14680 "cc",
14681 "tree-sitter-language",
14682]
14683
14684[[package]]
14685name = "tree-sitter-css"
14686version = "0.23.2"
14687source = "registry+https://github.com/rust-lang/crates.io-index"
14688checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
14689dependencies = [
14690 "cc",
14691 "tree-sitter-language",
14692]
14693
14694[[package]]
14695name = "tree-sitter-diff"
14696version = "0.1.0"
14697source = "registry+https://github.com/rust-lang/crates.io-index"
14698checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
14699dependencies = [
14700 "cc",
14701 "tree-sitter-language",
14702]
14703
14704[[package]]
14705name = "tree-sitter-elixir"
14706version = "0.3.4"
14707source = "registry+https://github.com/rust-lang/crates.io-index"
14708checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
14709dependencies = [
14710 "cc",
14711 "tree-sitter-language",
14712]
14713
14714[[package]]
14715name = "tree-sitter-embedded-template"
14716version = "0.23.2"
14717source = "registry+https://github.com/rust-lang/crates.io-index"
14718checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
14719dependencies = [
14720 "cc",
14721 "tree-sitter-language",
14722]
14723
14724[[package]]
14725name = "tree-sitter-gitcommit"
14726version = "0.0.1"
14727source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
14728dependencies = [
14729 "cc",
14730 "tree-sitter-language",
14731]
14732
14733[[package]]
14734name = "tree-sitter-go"
14735version = "0.23.4"
14736source = "registry+https://github.com/rust-lang/crates.io-index"
14737checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
14738dependencies = [
14739 "cc",
14740 "tree-sitter-language",
14741]
14742
14743[[package]]
14744name = "tree-sitter-gomod"
14745version = "1.1.1"
14746source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
14747dependencies = [
14748 "cc",
14749 "tree-sitter-language",
14750]
14751
14752[[package]]
14753name = "tree-sitter-gowork"
14754version = "0.0.1"
14755source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
14756dependencies = [
14757 "cc",
14758 "tree-sitter-language",
14759]
14760
14761[[package]]
14762name = "tree-sitter-heex"
14763version = "0.0.1"
14764source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
14765dependencies = [
14766 "cc",
14767 "tree-sitter-language",
14768]
14769
14770[[package]]
14771name = "tree-sitter-html"
14772version = "0.23.2"
14773source = "registry+https://github.com/rust-lang/crates.io-index"
14774checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
14775dependencies = [
14776 "cc",
14777 "tree-sitter-language",
14778]
14779
14780[[package]]
14781name = "tree-sitter-jsdoc"
14782version = "0.23.2"
14783source = "registry+https://github.com/rust-lang/crates.io-index"
14784checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
14785dependencies = [
14786 "cc",
14787 "tree-sitter-language",
14788]
14789
14790[[package]]
14791name = "tree-sitter-json"
14792version = "0.24.8"
14793source = "registry+https://github.com/rust-lang/crates.io-index"
14794checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
14795dependencies = [
14796 "cc",
14797 "tree-sitter-language",
14798]
14799
14800[[package]]
14801name = "tree-sitter-language"
14802version = "0.1.3"
14803source = "registry+https://github.com/rust-lang/crates.io-index"
14804checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
14805
14806[[package]]
14807name = "tree-sitter-md"
14808version = "0.3.2"
14809source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
14810dependencies = [
14811 "cc",
14812 "tree-sitter-language",
14813]
14814
14815[[package]]
14816name = "tree-sitter-python"
14817version = "0.23.6"
14818source = "registry+https://github.com/rust-lang/crates.io-index"
14819checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
14820dependencies = [
14821 "cc",
14822 "tree-sitter-language",
14823]
14824
14825[[package]]
14826name = "tree-sitter-regex"
14827version = "0.24.3"
14828source = "registry+https://github.com/rust-lang/crates.io-index"
14829checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
14830dependencies = [
14831 "cc",
14832 "tree-sitter-language",
14833]
14834
14835[[package]]
14836name = "tree-sitter-ruby"
14837version = "0.23.1"
14838source = "registry+https://github.com/rust-lang/crates.io-index"
14839checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
14840dependencies = [
14841 "cc",
14842 "tree-sitter-language",
14843]
14844
14845[[package]]
14846name = "tree-sitter-rust"
14847version = "0.23.2"
14848source = "registry+https://github.com/rust-lang/crates.io-index"
14849checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
14850dependencies = [
14851 "cc",
14852 "tree-sitter-language",
14853]
14854
14855[[package]]
14856name = "tree-sitter-typescript"
14857version = "0.23.2"
14858source = "registry+https://github.com/rust-lang/crates.io-index"
14859checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
14860dependencies = [
14861 "cc",
14862 "tree-sitter-language",
14863]
14864
14865[[package]]
14866name = "tree-sitter-yaml"
14867version = "0.6.1"
14868source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
14869dependencies = [
14870 "cc",
14871 "tree-sitter-language",
14872]
14873
14874[[package]]
14875name = "try-lock"
14876version = "0.2.5"
14877source = "registry+https://github.com/rust-lang/crates.io-index"
14878checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
14879
14880[[package]]
14881name = "ttf-parser"
14882version = "0.20.0"
14883source = "registry+https://github.com/rust-lang/crates.io-index"
14884checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
14885
14886[[package]]
14887name = "ttf-parser"
14888version = "0.21.1"
14889source = "registry+https://github.com/rust-lang/crates.io-index"
14890checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
14891
14892[[package]]
14893name = "ttf-parser"
14894version = "0.25.1"
14895source = "registry+https://github.com/rust-lang/crates.io-index"
14896checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
14897dependencies = [
14898 "core_maths",
14899]
14900
14901[[package]]
14902name = "tungstenite"
14903version = "0.20.1"
14904source = "registry+https://github.com/rust-lang/crates.io-index"
14905checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
14906dependencies = [
14907 "byteorder",
14908 "bytes 1.10.1",
14909 "data-encoding",
14910 "http 0.2.12",
14911 "httparse",
14912 "log",
14913 "rand 0.8.5",
14914 "sha1",
14915 "thiserror 1.0.69",
14916 "url",
14917 "utf-8",
14918]
14919
14920[[package]]
14921name = "tungstenite"
14922version = "0.21.0"
14923source = "registry+https://github.com/rust-lang/crates.io-index"
14924checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
14925dependencies = [
14926 "byteorder",
14927 "bytes 1.10.1",
14928 "data-encoding",
14929 "http 1.2.0",
14930 "httparse",
14931 "log",
14932 "rand 0.8.5",
14933 "sha1",
14934 "thiserror 1.0.69",
14935 "url",
14936 "utf-8",
14937]
14938
14939[[package]]
14940name = "tungstenite"
14941version = "0.24.0"
14942source = "registry+https://github.com/rust-lang/crates.io-index"
14943checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
14944dependencies = [
14945 "byteorder",
14946 "bytes 1.10.1",
14947 "data-encoding",
14948 "http 1.2.0",
14949 "httparse",
14950 "log",
14951 "rand 0.8.5",
14952 "sha1",
14953 "thiserror 1.0.69",
14954 "utf-8",
14955]
14956
14957[[package]]
14958name = "tungstenite"
14959version = "0.26.2"
14960source = "registry+https://github.com/rust-lang/crates.io-index"
14961checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
14962dependencies = [
14963 "bytes 1.10.1",
14964 "data-encoding",
14965 "http 1.2.0",
14966 "httparse",
14967 "log",
14968 "rand 0.9.0",
14969 "rustls 0.23.25",
14970 "rustls-pki-types",
14971 "sha1",
14972 "thiserror 2.0.12",
14973 "utf-8",
14974]
14975
14976[[package]]
14977name = "typeid"
14978version = "1.0.2"
14979source = "registry+https://github.com/rust-lang/crates.io-index"
14980checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
14981
14982[[package]]
14983name = "typenum"
14984version = "1.17.0"
14985source = "registry+https://github.com/rust-lang/crates.io-index"
14986checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
14987
14988[[package]]
14989name = "ucd-trie"
14990version = "0.1.7"
14991source = "registry+https://github.com/rust-lang/crates.io-index"
14992checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
14993
14994[[package]]
14995name = "uds_windows"
14996version = "1.1.0"
14997source = "registry+https://github.com/rust-lang/crates.io-index"
14998checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
14999dependencies = [
15000 "memoffset",
15001 "tempfile",
15002 "winapi",
15003]
15004
15005[[package]]
15006name = "ui"
15007version = "0.1.0"
15008dependencies = [
15009 "chrono",
15010 "component",
15011 "gpui",
15012 "icons",
15013 "itertools 0.14.0",
15014 "linkme",
15015 "menu",
15016 "serde",
15017 "settings",
15018 "smallvec",
15019 "story",
15020 "strum",
15021 "theme",
15022 "ui_macros",
15023 "util",
15024 "windows 0.61.1",
15025]
15026
15027[[package]]
15028name = "ui_input"
15029version = "0.1.0"
15030dependencies = [
15031 "editor",
15032 "gpui",
15033 "settings",
15034 "theme",
15035 "ui",
15036]
15037
15038[[package]]
15039name = "ui_macros"
15040version = "0.1.0"
15041dependencies = [
15042 "convert_case 0.8.0",
15043 "linkme",
15044 "proc-macro2",
15045 "quote",
15046 "syn 1.0.109",
15047]
15048
15049[[package]]
15050name = "ui_prompt"
15051version = "0.1.0"
15052dependencies = [
15053 "gpui",
15054 "markdown",
15055 "menu",
15056 "settings",
15057 "theme",
15058 "ui",
15059 "workspace",
15060]
15061
15062[[package]]
15063name = "unicase"
15064version = "2.8.1"
15065source = "registry+https://github.com/rust-lang/crates.io-index"
15066checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
15067
15068[[package]]
15069name = "unicode-bidi"
15070version = "0.3.17"
15071source = "registry+https://github.com/rust-lang/crates.io-index"
15072checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
15073
15074[[package]]
15075name = "unicode-bidi-mirroring"
15076version = "0.2.0"
15077source = "registry+https://github.com/rust-lang/crates.io-index"
15078checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
15079
15080[[package]]
15081name = "unicode-bidi-mirroring"
15082version = "0.4.0"
15083source = "registry+https://github.com/rust-lang/crates.io-index"
15084checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
15085
15086[[package]]
15087name = "unicode-ccc"
15088version = "0.2.0"
15089source = "registry+https://github.com/rust-lang/crates.io-index"
15090checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
15091
15092[[package]]
15093name = "unicode-ccc"
15094version = "0.4.0"
15095source = "registry+https://github.com/rust-lang/crates.io-index"
15096checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
15097
15098[[package]]
15099name = "unicode-ident"
15100version = "1.0.14"
15101source = "registry+https://github.com/rust-lang/crates.io-index"
15102checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
15103
15104[[package]]
15105name = "unicode-linebreak"
15106version = "0.1.5"
15107source = "registry+https://github.com/rust-lang/crates.io-index"
15108checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
15109
15110[[package]]
15111name = "unicode-normalization"
15112version = "0.1.24"
15113source = "registry+https://github.com/rust-lang/crates.io-index"
15114checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
15115dependencies = [
15116 "tinyvec",
15117]
15118
15119[[package]]
15120name = "unicode-properties"
15121version = "0.1.3"
15122source = "registry+https://github.com/rust-lang/crates.io-index"
15123checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
15124
15125[[package]]
15126name = "unicode-script"
15127version = "0.5.7"
15128source = "registry+https://github.com/rust-lang/crates.io-index"
15129checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
15130
15131[[package]]
15132name = "unicode-segmentation"
15133version = "1.12.0"
15134source = "registry+https://github.com/rust-lang/crates.io-index"
15135checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
15136
15137[[package]]
15138name = "unicode-vo"
15139version = "0.1.0"
15140source = "registry+https://github.com/rust-lang/crates.io-index"
15141checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
15142
15143[[package]]
15144name = "unicode-width"
15145version = "0.1.14"
15146source = "registry+https://github.com/rust-lang/crates.io-index"
15147checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
15148
15149[[package]]
15150name = "unicode-xid"
15151version = "0.2.6"
15152source = "registry+https://github.com/rust-lang/crates.io-index"
15153checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
15154
15155[[package]]
15156name = "unicode_categories"
15157version = "0.1.1"
15158source = "registry+https://github.com/rust-lang/crates.io-index"
15159checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
15160
15161[[package]]
15162name = "unindent"
15163version = "0.2.4"
15164source = "registry+https://github.com/rust-lang/crates.io-index"
15165checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
15166
15167[[package]]
15168name = "untrusted"
15169version = "0.9.0"
15170source = "registry+https://github.com/rust-lang/crates.io-index"
15171checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
15172
15173[[package]]
15174name = "url"
15175version = "2.5.4"
15176source = "registry+https://github.com/rust-lang/crates.io-index"
15177checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
15178dependencies = [
15179 "form_urlencoded",
15180 "idna",
15181 "percent-encoding",
15182 "serde",
15183]
15184
15185[[package]]
15186name = "urlencoding"
15187version = "2.1.3"
15188source = "registry+https://github.com/rust-lang/crates.io-index"
15189checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
15190
15191[[package]]
15192name = "usvg"
15193version = "0.45.0"
15194source = "registry+https://github.com/rust-lang/crates.io-index"
15195checksum = "2ac8e0e3e4696253dc06167990b3fe9a2668ab66270adf949a464db4088cb354"
15196dependencies = [
15197 "base64 0.22.1",
15198 "data-url",
15199 "flate2",
15200 "fontdb 0.23.0",
15201 "imagesize",
15202 "kurbo",
15203 "log",
15204 "pico-args",
15205 "roxmltree",
15206 "rustybuzz 0.20.1",
15207 "simplecss",
15208 "siphasher 1.0.1",
15209 "strict-num",
15210 "svgtypes",
15211 "tiny-skia-path",
15212 "unicode-bidi",
15213 "unicode-script",
15214 "unicode-vo",
15215 "xmlwriter",
15216]
15217
15218[[package]]
15219name = "utf-8"
15220version = "0.7.6"
15221source = "registry+https://github.com/rust-lang/crates.io-index"
15222checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
15223
15224[[package]]
15225name = "utf16_iter"
15226version = "1.0.5"
15227source = "registry+https://github.com/rust-lang/crates.io-index"
15228checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
15229
15230[[package]]
15231name = "utf8_iter"
15232version = "1.0.4"
15233source = "registry+https://github.com/rust-lang/crates.io-index"
15234checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
15235
15236[[package]]
15237name = "utf8parse"
15238version = "0.2.2"
15239source = "registry+https://github.com/rust-lang/crates.io-index"
15240checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
15241
15242[[package]]
15243name = "util"
15244version = "0.1.0"
15245dependencies = [
15246 "anyhow",
15247 "async-fs",
15248 "collections",
15249 "dirs 4.0.0",
15250 "dunce",
15251 "futures 0.3.31",
15252 "futures-lite 1.13.0",
15253 "git2",
15254 "globset",
15255 "itertools 0.14.0",
15256 "libc",
15257 "log",
15258 "rand 0.8.5",
15259 "regex",
15260 "rust-embed",
15261 "serde",
15262 "serde_json",
15263 "smol",
15264 "take-until",
15265 "tempfile",
15266 "tendril",
15267 "unicase",
15268 "util_macros",
15269]
15270
15271[[package]]
15272name = "util_macros"
15273version = "0.1.0"
15274dependencies = [
15275 "quote",
15276 "syn 1.0.109",
15277]
15278
15279[[package]]
15280name = "uuid"
15281version = "1.13.2"
15282source = "registry+https://github.com/rust-lang/crates.io-index"
15283checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6"
15284dependencies = [
15285 "getrandom 0.3.1",
15286 "serde",
15287 "sha1_smol",
15288]
15289
15290[[package]]
15291name = "v_frame"
15292version = "0.3.8"
15293source = "registry+https://github.com/rust-lang/crates.io-index"
15294checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
15295dependencies = [
15296 "aligned-vec",
15297 "num-traits",
15298 "wasm-bindgen",
15299]
15300
15301[[package]]
15302name = "valuable"
15303version = "0.1.0"
15304source = "registry+https://github.com/rust-lang/crates.io-index"
15305checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
15306
15307[[package]]
15308name = "value-bag"
15309version = "1.10.0"
15310source = "registry+https://github.com/rust-lang/crates.io-index"
15311checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
15312dependencies = [
15313 "value-bag-serde1",
15314 "value-bag-sval2",
15315]
15316
15317[[package]]
15318name = "value-bag-serde1"
15319version = "1.10.0"
15320source = "registry+https://github.com/rust-lang/crates.io-index"
15321checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
15322dependencies = [
15323 "erased-serde",
15324 "serde",
15325 "serde_fmt",
15326]
15327
15328[[package]]
15329name = "value-bag-sval2"
15330version = "1.10.0"
15331source = "registry+https://github.com/rust-lang/crates.io-index"
15332checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
15333dependencies = [
15334 "sval",
15335 "sval_buffer",
15336 "sval_dynamic",
15337 "sval_fmt",
15338 "sval_json",
15339 "sval_ref",
15340 "sval_serde",
15341]
15342
15343[[package]]
15344name = "vcpkg"
15345version = "0.2.15"
15346source = "registry+https://github.com/rust-lang/crates.io-index"
15347checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
15348
15349[[package]]
15350name = "version-compare"
15351version = "0.2.0"
15352source = "registry+https://github.com/rust-lang/crates.io-index"
15353checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
15354
15355[[package]]
15356name = "version_check"
15357version = "0.9.5"
15358source = "registry+https://github.com/rust-lang/crates.io-index"
15359checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
15360
15361[[package]]
15362name = "vim"
15363version = "0.1.0"
15364dependencies = [
15365 "anyhow",
15366 "assets",
15367 "async-compat",
15368 "async-trait",
15369 "collections",
15370 "command_palette",
15371 "command_palette_hooks",
15372 "db",
15373 "editor",
15374 "futures 0.3.31",
15375 "git_ui",
15376 "gpui",
15377 "indoc",
15378 "itertools 0.14.0",
15379 "language",
15380 "libc",
15381 "log",
15382 "lsp",
15383 "multi_buffer",
15384 "nvim-rs",
15385 "parking_lot",
15386 "picker",
15387 "project",
15388 "project_panel",
15389 "regex",
15390 "release_channel",
15391 "schemars",
15392 "search",
15393 "serde",
15394 "serde_derive",
15395 "serde_json",
15396 "settings",
15397 "task",
15398 "text",
15399 "theme",
15400 "tokio",
15401 "ui",
15402 "util",
15403 "vim_mode_setting",
15404 "workspace",
15405 "zed_actions",
15406]
15407
15408[[package]]
15409name = "vim_mode_setting"
15410version = "0.1.0"
15411dependencies = [
15412 "anyhow",
15413 "gpui",
15414 "settings",
15415]
15416
15417[[package]]
15418name = "vscode_theme"
15419version = "0.2.0"
15420source = "registry+https://github.com/rust-lang/crates.io-index"
15421checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
15422dependencies = [
15423 "serde",
15424]
15425
15426[[package]]
15427name = "vsimd"
15428version = "0.8.0"
15429source = "registry+https://github.com/rust-lang/crates.io-index"
15430checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
15431
15432[[package]]
15433name = "vswhom"
15434version = "0.1.0"
15435source = "registry+https://github.com/rust-lang/crates.io-index"
15436checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
15437dependencies = [
15438 "libc",
15439 "vswhom-sys",
15440]
15441
15442[[package]]
15443name = "vswhom-sys"
15444version = "0.1.2"
15445source = "registry+https://github.com/rust-lang/crates.io-index"
15446checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
15447dependencies = [
15448 "cc",
15449 "libc",
15450]
15451
15452[[package]]
15453name = "vte"
15454version = "0.15.0"
15455source = "registry+https://github.com/rust-lang/crates.io-index"
15456checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
15457dependencies = [
15458 "arrayvec",
15459 "bitflags 2.8.0",
15460 "cursor-icon",
15461 "log",
15462 "memchr",
15463 "serde",
15464]
15465
15466[[package]]
15467name = "waker-fn"
15468version = "1.2.0"
15469source = "registry+https://github.com/rust-lang/crates.io-index"
15470checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
15471
15472[[package]]
15473name = "walkdir"
15474version = "2.5.0"
15475source = "registry+https://github.com/rust-lang/crates.io-index"
15476checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
15477dependencies = [
15478 "same-file",
15479 "winapi-util",
15480]
15481
15482[[package]]
15483name = "want"
15484version = "0.3.1"
15485source = "registry+https://github.com/rust-lang/crates.io-index"
15486checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
15487dependencies = [
15488 "try-lock",
15489]
15490
15491[[package]]
15492name = "warp"
15493version = "0.3.7"
15494source = "registry+https://github.com/rust-lang/crates.io-index"
15495checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
15496dependencies = [
15497 "bytes 1.10.1",
15498 "futures-channel",
15499 "futures-util",
15500 "headers",
15501 "http 0.2.12",
15502 "hyper 0.14.32",
15503 "log",
15504 "mime",
15505 "mime_guess",
15506 "percent-encoding",
15507 "pin-project",
15508 "scoped-tls",
15509 "serde",
15510 "serde_json",
15511 "serde_urlencoded",
15512 "tokio",
15513 "tokio-tungstenite 0.21.0",
15514 "tokio-util",
15515 "tower-service",
15516 "tracing",
15517]
15518
15519[[package]]
15520name = "wasi"
15521version = "0.9.0+wasi-snapshot-preview1"
15522source = "registry+https://github.com/rust-lang/crates.io-index"
15523checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
15524
15525[[package]]
15526name = "wasi"
15527version = "0.11.0+wasi-snapshot-preview1"
15528source = "registry+https://github.com/rust-lang/crates.io-index"
15529checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
15530
15531[[package]]
15532name = "wasi"
15533version = "0.13.3+wasi-0.2.2"
15534source = "registry+https://github.com/rust-lang/crates.io-index"
15535checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
15536dependencies = [
15537 "wit-bindgen-rt 0.33.0",
15538]
15539
15540[[package]]
15541name = "wasite"
15542version = "0.1.0"
15543source = "registry+https://github.com/rust-lang/crates.io-index"
15544checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
15545
15546[[package]]
15547name = "wasm-bindgen"
15548version = "0.2.99"
15549source = "registry+https://github.com/rust-lang/crates.io-index"
15550checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
15551dependencies = [
15552 "cfg-if",
15553 "once_cell",
15554 "wasm-bindgen-macro",
15555]
15556
15557[[package]]
15558name = "wasm-bindgen-backend"
15559version = "0.2.99"
15560source = "registry+https://github.com/rust-lang/crates.io-index"
15561checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
15562dependencies = [
15563 "bumpalo",
15564 "log",
15565 "proc-macro2",
15566 "quote",
15567 "syn 2.0.100",
15568 "wasm-bindgen-shared",
15569]
15570
15571[[package]]
15572name = "wasm-bindgen-futures"
15573version = "0.4.49"
15574source = "registry+https://github.com/rust-lang/crates.io-index"
15575checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
15576dependencies = [
15577 "cfg-if",
15578 "js-sys",
15579 "once_cell",
15580 "wasm-bindgen",
15581 "web-sys",
15582]
15583
15584[[package]]
15585name = "wasm-bindgen-macro"
15586version = "0.2.99"
15587source = "registry+https://github.com/rust-lang/crates.io-index"
15588checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
15589dependencies = [
15590 "quote",
15591 "wasm-bindgen-macro-support",
15592]
15593
15594[[package]]
15595name = "wasm-bindgen-macro-support"
15596version = "0.2.99"
15597source = "registry+https://github.com/rust-lang/crates.io-index"
15598checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
15599dependencies = [
15600 "proc-macro2",
15601 "quote",
15602 "syn 2.0.100",
15603 "wasm-bindgen-backend",
15604 "wasm-bindgen-shared",
15605]
15606
15607[[package]]
15608name = "wasm-bindgen-shared"
15609version = "0.2.99"
15610source = "registry+https://github.com/rust-lang/crates.io-index"
15611checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
15612
15613[[package]]
15614name = "wasm-encoder"
15615version = "0.201.0"
15616source = "registry+https://github.com/rust-lang/crates.io-index"
15617checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
15618dependencies = [
15619 "leb128",
15620]
15621
15622[[package]]
15623name = "wasm-encoder"
15624version = "0.221.3"
15625source = "registry+https://github.com/rust-lang/crates.io-index"
15626checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
15627dependencies = [
15628 "leb128",
15629 "wasmparser 0.221.3",
15630]
15631
15632[[package]]
15633name = "wasm-metadata"
15634version = "0.201.0"
15635source = "registry+https://github.com/rust-lang/crates.io-index"
15636checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
15637dependencies = [
15638 "anyhow",
15639 "indexmap",
15640 "serde",
15641 "serde_derive",
15642 "serde_json",
15643 "spdx",
15644 "wasm-encoder 0.201.0",
15645 "wasmparser 0.201.0",
15646]
15647
15648[[package]]
15649name = "wasm-metadata"
15650version = "0.221.3"
15651source = "registry+https://github.com/rust-lang/crates.io-index"
15652checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
15653dependencies = [
15654 "anyhow",
15655 "indexmap",
15656 "serde",
15657 "serde_derive",
15658 "serde_json",
15659 "spdx",
15660 "wasm-encoder 0.221.3",
15661 "wasmparser 0.221.3",
15662]
15663
15664[[package]]
15665name = "wasm-streams"
15666version = "0.4.2"
15667source = "registry+https://github.com/rust-lang/crates.io-index"
15668checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
15669dependencies = [
15670 "futures-util",
15671 "js-sys",
15672 "wasm-bindgen",
15673 "wasm-bindgen-futures",
15674 "web-sys",
15675]
15676
15677[[package]]
15678name = "wasmparser"
15679version = "0.201.0"
15680source = "registry+https://github.com/rust-lang/crates.io-index"
15681checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
15682dependencies = [
15683 "bitflags 2.8.0",
15684 "indexmap",
15685 "semver",
15686]
15687
15688[[package]]
15689name = "wasmparser"
15690version = "0.221.3"
15691source = "registry+https://github.com/rust-lang/crates.io-index"
15692checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
15693dependencies = [
15694 "bitflags 2.8.0",
15695 "hashbrown 0.15.2",
15696 "indexmap",
15697 "semver",
15698 "serde",
15699]
15700
15701[[package]]
15702name = "wasmprinter"
15703version = "0.221.3"
15704source = "registry+https://github.com/rust-lang/crates.io-index"
15705checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
15706dependencies = [
15707 "anyhow",
15708 "termcolor",
15709 "wasmparser 0.221.3",
15710]
15711
15712[[package]]
15713name = "wasmtime"
15714version = "29.0.1"
15715source = "registry+https://github.com/rust-lang/crates.io-index"
15716checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
15717dependencies = [
15718 "anyhow",
15719 "async-trait",
15720 "bitflags 2.8.0",
15721 "bumpalo",
15722 "cc",
15723 "cfg-if",
15724 "encoding_rs",
15725 "hashbrown 0.14.5",
15726 "indexmap",
15727 "libc",
15728 "log",
15729 "mach2",
15730 "memfd",
15731 "object",
15732 "once_cell",
15733 "paste",
15734 "postcard",
15735 "psm",
15736 "pulley-interpreter",
15737 "rustix",
15738 "semver",
15739 "serde",
15740 "serde_derive",
15741 "smallvec",
15742 "sptr",
15743 "target-lexicon 0.13.2",
15744 "trait-variant",
15745 "wasmparser 0.221.3",
15746 "wasmtime-asm-macros",
15747 "wasmtime-component-macro",
15748 "wasmtime-component-util",
15749 "wasmtime-cranelift",
15750 "wasmtime-environ",
15751 "wasmtime-fiber",
15752 "wasmtime-jit-icache-coherence",
15753 "wasmtime-math",
15754 "wasmtime-slab",
15755 "wasmtime-versioned-export-macros",
15756 "wasmtime-winch",
15757 "windows-sys 0.59.0",
15758]
15759
15760[[package]]
15761name = "wasmtime-asm-macros"
15762version = "29.0.1"
15763source = "registry+https://github.com/rust-lang/crates.io-index"
15764checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
15765dependencies = [
15766 "cfg-if",
15767]
15768
15769[[package]]
15770name = "wasmtime-c-api-impl"
15771version = "29.0.1"
15772source = "registry+https://github.com/rust-lang/crates.io-index"
15773checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
15774dependencies = [
15775 "anyhow",
15776 "log",
15777 "tracing",
15778 "wasmtime",
15779 "wasmtime-c-api-macros",
15780]
15781
15782[[package]]
15783name = "wasmtime-c-api-macros"
15784version = "29.0.1"
15785source = "registry+https://github.com/rust-lang/crates.io-index"
15786checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
15787dependencies = [
15788 "proc-macro2",
15789 "quote",
15790]
15791
15792[[package]]
15793name = "wasmtime-component-macro"
15794version = "29.0.1"
15795source = "registry+https://github.com/rust-lang/crates.io-index"
15796checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
15797dependencies = [
15798 "anyhow",
15799 "proc-macro2",
15800 "quote",
15801 "syn 2.0.100",
15802 "wasmtime-component-util",
15803 "wasmtime-wit-bindgen",
15804 "wit-parser 0.221.3",
15805]
15806
15807[[package]]
15808name = "wasmtime-component-util"
15809version = "29.0.1"
15810source = "registry+https://github.com/rust-lang/crates.io-index"
15811checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
15812
15813[[package]]
15814name = "wasmtime-cranelift"
15815version = "29.0.1"
15816source = "registry+https://github.com/rust-lang/crates.io-index"
15817checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
15818dependencies = [
15819 "anyhow",
15820 "cfg-if",
15821 "cranelift-codegen",
15822 "cranelift-control",
15823 "cranelift-entity",
15824 "cranelift-frontend",
15825 "cranelift-native",
15826 "gimli",
15827 "itertools 0.12.1",
15828 "log",
15829 "object",
15830 "smallvec",
15831 "target-lexicon 0.13.2",
15832 "thiserror 1.0.69",
15833 "wasmparser 0.221.3",
15834 "wasmtime-environ",
15835 "wasmtime-versioned-export-macros",
15836]
15837
15838[[package]]
15839name = "wasmtime-environ"
15840version = "29.0.1"
15841source = "registry+https://github.com/rust-lang/crates.io-index"
15842checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
15843dependencies = [
15844 "anyhow",
15845 "cpp_demangle",
15846 "cranelift-bitset",
15847 "cranelift-entity",
15848 "gimli",
15849 "indexmap",
15850 "log",
15851 "object",
15852 "postcard",
15853 "rustc-demangle",
15854 "semver",
15855 "serde",
15856 "serde_derive",
15857 "smallvec",
15858 "target-lexicon 0.13.2",
15859 "wasm-encoder 0.221.3",
15860 "wasmparser 0.221.3",
15861 "wasmprinter",
15862 "wasmtime-component-util",
15863]
15864
15865[[package]]
15866name = "wasmtime-fiber"
15867version = "29.0.1"
15868source = "registry+https://github.com/rust-lang/crates.io-index"
15869checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
15870dependencies = [
15871 "anyhow",
15872 "cc",
15873 "cfg-if",
15874 "rustix",
15875 "wasmtime-asm-macros",
15876 "wasmtime-versioned-export-macros",
15877 "windows-sys 0.59.0",
15878]
15879
15880[[package]]
15881name = "wasmtime-jit-icache-coherence"
15882version = "29.0.1"
15883source = "registry+https://github.com/rust-lang/crates.io-index"
15884checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
15885dependencies = [
15886 "anyhow",
15887 "cfg-if",
15888 "libc",
15889 "windows-sys 0.59.0",
15890]
15891
15892[[package]]
15893name = "wasmtime-math"
15894version = "29.0.1"
15895source = "registry+https://github.com/rust-lang/crates.io-index"
15896checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
15897dependencies = [
15898 "libm",
15899]
15900
15901[[package]]
15902name = "wasmtime-slab"
15903version = "29.0.1"
15904source = "registry+https://github.com/rust-lang/crates.io-index"
15905checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
15906
15907[[package]]
15908name = "wasmtime-versioned-export-macros"
15909version = "29.0.1"
15910source = "registry+https://github.com/rust-lang/crates.io-index"
15911checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
15912dependencies = [
15913 "proc-macro2",
15914 "quote",
15915 "syn 2.0.100",
15916]
15917
15918[[package]]
15919name = "wasmtime-wasi"
15920version = "29.0.1"
15921source = "registry+https://github.com/rust-lang/crates.io-index"
15922checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
15923dependencies = [
15924 "anyhow",
15925 "async-trait",
15926 "bitflags 2.8.0",
15927 "bytes 1.10.1",
15928 "cap-fs-ext",
15929 "cap-net-ext",
15930 "cap-rand",
15931 "cap-std",
15932 "cap-time-ext",
15933 "fs-set-times",
15934 "futures 0.3.31",
15935 "io-extras",
15936 "io-lifetimes",
15937 "rustix",
15938 "system-interface",
15939 "thiserror 1.0.69",
15940 "tokio",
15941 "tracing",
15942 "trait-variant",
15943 "url",
15944 "wasmtime",
15945 "wiggle",
15946 "windows-sys 0.59.0",
15947]
15948
15949[[package]]
15950name = "wasmtime-winch"
15951version = "29.0.1"
15952source = "registry+https://github.com/rust-lang/crates.io-index"
15953checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
15954dependencies = [
15955 "anyhow",
15956 "cranelift-codegen",
15957 "gimli",
15958 "object",
15959 "target-lexicon 0.13.2",
15960 "wasmparser 0.221.3",
15961 "wasmtime-cranelift",
15962 "wasmtime-environ",
15963 "winch-codegen",
15964]
15965
15966[[package]]
15967name = "wasmtime-wit-bindgen"
15968version = "29.0.1"
15969source = "registry+https://github.com/rust-lang/crates.io-index"
15970checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
15971dependencies = [
15972 "anyhow",
15973 "heck 0.5.0",
15974 "indexmap",
15975 "wit-parser 0.221.3",
15976]
15977
15978[[package]]
15979name = "wast"
15980version = "35.0.2"
15981source = "registry+https://github.com/rust-lang/crates.io-index"
15982checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
15983dependencies = [
15984 "leb128",
15985]
15986
15987[[package]]
15988name = "wayland-backend"
15989version = "0.3.8"
15990source = "registry+https://github.com/rust-lang/crates.io-index"
15991checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
15992dependencies = [
15993 "cc",
15994 "downcast-rs",
15995 "rustix",
15996 "scoped-tls",
15997 "smallvec",
15998 "wayland-sys",
15999]
16000
16001[[package]]
16002name = "wayland-client"
16003version = "0.31.8"
16004source = "registry+https://github.com/rust-lang/crates.io-index"
16005checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
16006dependencies = [
16007 "bitflags 2.8.0",
16008 "rustix",
16009 "wayland-backend",
16010 "wayland-scanner",
16011]
16012
16013[[package]]
16014name = "wayland-cursor"
16015version = "0.31.8"
16016source = "registry+https://github.com/rust-lang/crates.io-index"
16017checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
16018dependencies = [
16019 "rustix",
16020 "wayland-client",
16021 "xcursor",
16022]
16023
16024[[package]]
16025name = "wayland-protocols"
16026version = "0.31.2"
16027source = "registry+https://github.com/rust-lang/crates.io-index"
16028checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
16029dependencies = [
16030 "bitflags 2.8.0",
16031 "wayland-backend",
16032 "wayland-client",
16033 "wayland-scanner",
16034]
16035
16036[[package]]
16037name = "wayland-protocols-plasma"
16038version = "0.2.0"
16039source = "registry+https://github.com/rust-lang/crates.io-index"
16040checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
16041dependencies = [
16042 "bitflags 2.8.0",
16043 "wayland-backend",
16044 "wayland-client",
16045 "wayland-protocols",
16046 "wayland-scanner",
16047]
16048
16049[[package]]
16050name = "wayland-scanner"
16051version = "0.31.6"
16052source = "registry+https://github.com/rust-lang/crates.io-index"
16053checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
16054dependencies = [
16055 "proc-macro2",
16056 "quick-xml 0.37.2",
16057 "quote",
16058]
16059
16060[[package]]
16061name = "wayland-sys"
16062version = "0.31.6"
16063source = "registry+https://github.com/rust-lang/crates.io-index"
16064checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
16065dependencies = [
16066 "dlib",
16067 "log",
16068 "once_cell",
16069 "pkg-config",
16070]
16071
16072[[package]]
16073name = "web-sys"
16074version = "0.3.76"
16075source = "registry+https://github.com/rust-lang/crates.io-index"
16076checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
16077dependencies = [
16078 "js-sys",
16079 "wasm-bindgen",
16080]
16081
16082[[package]]
16083name = "web-time"
16084version = "1.1.0"
16085source = "registry+https://github.com/rust-lang/crates.io-index"
16086checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
16087dependencies = [
16088 "js-sys",
16089 "wasm-bindgen",
16090]
16091
16092[[package]]
16093name = "webpki-root-certs"
16094version = "0.26.8"
16095source = "registry+https://github.com/rust-lang/crates.io-index"
16096checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
16097dependencies = [
16098 "rustls-pki-types",
16099]
16100
16101[[package]]
16102name = "webpki-roots"
16103version = "0.26.7"
16104source = "registry+https://github.com/rust-lang/crates.io-index"
16105checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
16106dependencies = [
16107 "rustls-pki-types",
16108]
16109
16110[[package]]
16111name = "webrtc-sys"
16112version = "0.3.7"
16113source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
16114dependencies = [
16115 "cc",
16116 "cxx",
16117 "cxx-build",
16118 "glob",
16119 "log",
16120 "webrtc-sys-build",
16121]
16122
16123[[package]]
16124name = "webrtc-sys-build"
16125version = "0.3.6"
16126source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
16127dependencies = [
16128 "fs2",
16129 "regex",
16130 "reqwest 0.11.27",
16131 "scratch",
16132 "semver",
16133 "zip",
16134]
16135
16136[[package]]
16137name = "weezl"
16138version = "0.1.8"
16139source = "registry+https://github.com/rust-lang/crates.io-index"
16140checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
16141
16142[[package]]
16143name = "welcome"
16144version = "0.1.0"
16145dependencies = [
16146 "anyhow",
16147 "client",
16148 "db",
16149 "editor",
16150 "fuzzy",
16151 "gpui",
16152 "install_cli",
16153 "language",
16154 "picker",
16155 "project",
16156 "schemars",
16157 "serde",
16158 "settings",
16159 "telemetry",
16160 "ui",
16161 "util",
16162 "vim_mode_setting",
16163 "workspace",
16164 "zed_actions",
16165]
16166
16167[[package]]
16168name = "which"
16169version = "4.4.2"
16170source = "registry+https://github.com/rust-lang/crates.io-index"
16171checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
16172dependencies = [
16173 "either",
16174 "home",
16175 "once_cell",
16176 "rustix",
16177]
16178
16179[[package]]
16180name = "which"
16181version = "6.0.3"
16182source = "registry+https://github.com/rust-lang/crates.io-index"
16183checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
16184dependencies = [
16185 "either",
16186 "home",
16187 "rustix",
16188 "winsafe",
16189]
16190
16191[[package]]
16192name = "whoami"
16193version = "1.5.2"
16194source = "registry+https://github.com/rust-lang/crates.io-index"
16195checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
16196dependencies = [
16197 "redox_syscall 0.5.8",
16198 "wasite",
16199]
16200
16201[[package]]
16202name = "wiggle"
16203version = "29.0.1"
16204source = "registry+https://github.com/rust-lang/crates.io-index"
16205checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
16206dependencies = [
16207 "anyhow",
16208 "async-trait",
16209 "bitflags 2.8.0",
16210 "thiserror 1.0.69",
16211 "tracing",
16212 "wasmtime",
16213 "wiggle-macro",
16214]
16215
16216[[package]]
16217name = "wiggle-generate"
16218version = "29.0.1"
16219source = "registry+https://github.com/rust-lang/crates.io-index"
16220checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
16221dependencies = [
16222 "anyhow",
16223 "heck 0.5.0",
16224 "proc-macro2",
16225 "quote",
16226 "shellexpand 2.1.2",
16227 "syn 2.0.100",
16228 "witx",
16229]
16230
16231[[package]]
16232name = "wiggle-macro"
16233version = "29.0.1"
16234source = "registry+https://github.com/rust-lang/crates.io-index"
16235checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
16236dependencies = [
16237 "proc-macro2",
16238 "quote",
16239 "syn 2.0.100",
16240 "wiggle-generate",
16241]
16242
16243[[package]]
16244name = "winapi"
16245version = "0.3.9"
16246source = "registry+https://github.com/rust-lang/crates.io-index"
16247checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
16248dependencies = [
16249 "winapi-i686-pc-windows-gnu",
16250 "winapi-x86_64-pc-windows-gnu",
16251]
16252
16253[[package]]
16254name = "winapi-i686-pc-windows-gnu"
16255version = "0.4.0"
16256source = "registry+https://github.com/rust-lang/crates.io-index"
16257checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
16258
16259[[package]]
16260name = "winapi-util"
16261version = "0.1.9"
16262source = "registry+https://github.com/rust-lang/crates.io-index"
16263checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
16264dependencies = [
16265 "windows-sys 0.48.0",
16266]
16267
16268[[package]]
16269name = "winapi-x86_64-pc-windows-gnu"
16270version = "0.4.0"
16271source = "registry+https://github.com/rust-lang/crates.io-index"
16272checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
16273
16274[[package]]
16275name = "winch-codegen"
16276version = "29.0.1"
16277source = "registry+https://github.com/rust-lang/crates.io-index"
16278checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
16279dependencies = [
16280 "anyhow",
16281 "cranelift-codegen",
16282 "gimli",
16283 "regalloc2",
16284 "smallvec",
16285 "target-lexicon 0.13.2",
16286 "thiserror 1.0.69",
16287 "wasmparser 0.221.3",
16288 "wasmtime-cranelift",
16289 "wasmtime-environ",
16290]
16291
16292[[package]]
16293name = "windows"
16294version = "0.54.0"
16295source = "registry+https://github.com/rust-lang/crates.io-index"
16296checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
16297dependencies = [
16298 "windows-core 0.54.0",
16299 "windows-targets 0.52.6",
16300]
16301
16302[[package]]
16303name = "windows"
16304version = "0.57.0"
16305source = "registry+https://github.com/rust-lang/crates.io-index"
16306checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
16307dependencies = [
16308 "windows-core 0.57.0",
16309 "windows-targets 0.52.6",
16310]
16311
16312[[package]]
16313name = "windows"
16314version = "0.58.0"
16315source = "registry+https://github.com/rust-lang/crates.io-index"
16316checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
16317dependencies = [
16318 "windows-core 0.58.0",
16319 "windows-targets 0.52.6",
16320]
16321
16322[[package]]
16323name = "windows"
16324version = "0.61.1"
16325source = "registry+https://github.com/rust-lang/crates.io-index"
16326checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
16327dependencies = [
16328 "windows-collections",
16329 "windows-core 0.61.0",
16330 "windows-future",
16331 "windows-link",
16332 "windows-numerics",
16333]
16334
16335[[package]]
16336name = "windows-collections"
16337version = "0.2.0"
16338source = "registry+https://github.com/rust-lang/crates.io-index"
16339checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
16340dependencies = [
16341 "windows-core 0.61.0",
16342]
16343
16344[[package]]
16345name = "windows-core"
16346version = "0.52.0"
16347source = "registry+https://github.com/rust-lang/crates.io-index"
16348checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
16349dependencies = [
16350 "windows-targets 0.52.6",
16351]
16352
16353[[package]]
16354name = "windows-core"
16355version = "0.54.0"
16356source = "registry+https://github.com/rust-lang/crates.io-index"
16357checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
16358dependencies = [
16359 "windows-result 0.1.2",
16360 "windows-targets 0.52.6",
16361]
16362
16363[[package]]
16364name = "windows-core"
16365version = "0.57.0"
16366source = "registry+https://github.com/rust-lang/crates.io-index"
16367checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
16368dependencies = [
16369 "windows-implement 0.57.0",
16370 "windows-interface 0.57.0",
16371 "windows-result 0.1.2",
16372 "windows-targets 0.52.6",
16373]
16374
16375[[package]]
16376name = "windows-core"
16377version = "0.58.0"
16378source = "registry+https://github.com/rust-lang/crates.io-index"
16379checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
16380dependencies = [
16381 "windows-implement 0.58.0",
16382 "windows-interface 0.58.0",
16383 "windows-result 0.2.0",
16384 "windows-strings 0.1.0",
16385 "windows-targets 0.52.6",
16386]
16387
16388[[package]]
16389name = "windows-core"
16390version = "0.61.0"
16391source = "registry+https://github.com/rust-lang/crates.io-index"
16392checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
16393dependencies = [
16394 "windows-implement 0.60.0",
16395 "windows-interface 0.59.1",
16396 "windows-link",
16397 "windows-result 0.3.2",
16398 "windows-strings 0.4.0",
16399]
16400
16401[[package]]
16402name = "windows-future"
16403version = "0.2.0"
16404source = "registry+https://github.com/rust-lang/crates.io-index"
16405checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
16406dependencies = [
16407 "windows-core 0.61.0",
16408 "windows-link",
16409]
16410
16411[[package]]
16412name = "windows-implement"
16413version = "0.57.0"
16414source = "registry+https://github.com/rust-lang/crates.io-index"
16415checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
16416dependencies = [
16417 "proc-macro2",
16418 "quote",
16419 "syn 2.0.100",
16420]
16421
16422[[package]]
16423name = "windows-implement"
16424version = "0.58.0"
16425source = "registry+https://github.com/rust-lang/crates.io-index"
16426checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
16427dependencies = [
16428 "proc-macro2",
16429 "quote",
16430 "syn 2.0.100",
16431]
16432
16433[[package]]
16434name = "windows-implement"
16435version = "0.60.0"
16436source = "registry+https://github.com/rust-lang/crates.io-index"
16437checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
16438dependencies = [
16439 "proc-macro2",
16440 "quote",
16441 "syn 2.0.100",
16442]
16443
16444[[package]]
16445name = "windows-interface"
16446version = "0.57.0"
16447source = "registry+https://github.com/rust-lang/crates.io-index"
16448checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
16449dependencies = [
16450 "proc-macro2",
16451 "quote",
16452 "syn 2.0.100",
16453]
16454
16455[[package]]
16456name = "windows-interface"
16457version = "0.58.0"
16458source = "registry+https://github.com/rust-lang/crates.io-index"
16459checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
16460dependencies = [
16461 "proc-macro2",
16462 "quote",
16463 "syn 2.0.100",
16464]
16465
16466[[package]]
16467name = "windows-interface"
16468version = "0.59.1"
16469source = "registry+https://github.com/rust-lang/crates.io-index"
16470checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
16471dependencies = [
16472 "proc-macro2",
16473 "quote",
16474 "syn 2.0.100",
16475]
16476
16477[[package]]
16478name = "windows-link"
16479version = "0.1.1"
16480source = "registry+https://github.com/rust-lang/crates.io-index"
16481checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
16482
16483[[package]]
16484name = "windows-numerics"
16485version = "0.2.0"
16486source = "registry+https://github.com/rust-lang/crates.io-index"
16487checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
16488dependencies = [
16489 "windows-core 0.61.0",
16490 "windows-link",
16491]
16492
16493[[package]]
16494name = "windows-registry"
16495version = "0.2.0"
16496source = "registry+https://github.com/rust-lang/crates.io-index"
16497checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
16498dependencies = [
16499 "windows-result 0.2.0",
16500 "windows-strings 0.1.0",
16501 "windows-targets 0.52.6",
16502]
16503
16504[[package]]
16505name = "windows-result"
16506version = "0.1.2"
16507source = "registry+https://github.com/rust-lang/crates.io-index"
16508checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
16509dependencies = [
16510 "windows-targets 0.52.6",
16511]
16512
16513[[package]]
16514name = "windows-result"
16515version = "0.2.0"
16516source = "registry+https://github.com/rust-lang/crates.io-index"
16517checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
16518dependencies = [
16519 "windows-targets 0.52.6",
16520]
16521
16522[[package]]
16523name = "windows-result"
16524version = "0.3.2"
16525source = "registry+https://github.com/rust-lang/crates.io-index"
16526checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
16527dependencies = [
16528 "windows-link",
16529]
16530
16531[[package]]
16532name = "windows-strings"
16533version = "0.1.0"
16534source = "registry+https://github.com/rust-lang/crates.io-index"
16535checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
16536dependencies = [
16537 "windows-result 0.2.0",
16538 "windows-targets 0.52.6",
16539]
16540
16541[[package]]
16542name = "windows-strings"
16543version = "0.4.0"
16544source = "registry+https://github.com/rust-lang/crates.io-index"
16545checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
16546dependencies = [
16547 "windows-link",
16548]
16549
16550[[package]]
16551name = "windows-sys"
16552version = "0.45.0"
16553source = "registry+https://github.com/rust-lang/crates.io-index"
16554checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
16555dependencies = [
16556 "windows-targets 0.42.2",
16557]
16558
16559[[package]]
16560name = "windows-sys"
16561version = "0.48.0"
16562source = "registry+https://github.com/rust-lang/crates.io-index"
16563checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
16564dependencies = [
16565 "windows-targets 0.48.5",
16566]
16567
16568[[package]]
16569name = "windows-sys"
16570version = "0.52.0"
16571source = "registry+https://github.com/rust-lang/crates.io-index"
16572checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
16573dependencies = [
16574 "windows-targets 0.52.6",
16575]
16576
16577[[package]]
16578name = "windows-sys"
16579version = "0.59.0"
16580source = "registry+https://github.com/rust-lang/crates.io-index"
16581checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
16582dependencies = [
16583 "windows-targets 0.52.6",
16584]
16585
16586[[package]]
16587name = "windows-targets"
16588version = "0.42.2"
16589source = "registry+https://github.com/rust-lang/crates.io-index"
16590checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
16591dependencies = [
16592 "windows_aarch64_gnullvm 0.42.2",
16593 "windows_aarch64_msvc 0.42.2",
16594 "windows_i686_gnu 0.42.2",
16595 "windows_i686_msvc 0.42.2",
16596 "windows_x86_64_gnu 0.42.2",
16597 "windows_x86_64_gnullvm 0.42.2",
16598 "windows_x86_64_msvc 0.42.2",
16599]
16600
16601[[package]]
16602name = "windows-targets"
16603version = "0.48.5"
16604source = "registry+https://github.com/rust-lang/crates.io-index"
16605checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
16606dependencies = [
16607 "windows_aarch64_gnullvm 0.48.5",
16608 "windows_aarch64_msvc 0.48.5",
16609 "windows_i686_gnu 0.48.5",
16610 "windows_i686_msvc 0.48.5",
16611 "windows_x86_64_gnu 0.48.5",
16612 "windows_x86_64_gnullvm 0.48.5",
16613 "windows_x86_64_msvc 0.48.5",
16614]
16615
16616[[package]]
16617name = "windows-targets"
16618version = "0.52.6"
16619source = "registry+https://github.com/rust-lang/crates.io-index"
16620checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
16621dependencies = [
16622 "windows_aarch64_gnullvm 0.52.6",
16623 "windows_aarch64_msvc 0.52.6",
16624 "windows_i686_gnu 0.52.6",
16625 "windows_i686_gnullvm",
16626 "windows_i686_msvc 0.52.6",
16627 "windows_x86_64_gnu 0.52.6",
16628 "windows_x86_64_gnullvm 0.52.6",
16629 "windows_x86_64_msvc 0.52.6",
16630]
16631
16632[[package]]
16633name = "windows_aarch64_gnullvm"
16634version = "0.42.2"
16635source = "registry+https://github.com/rust-lang/crates.io-index"
16636checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
16637
16638[[package]]
16639name = "windows_aarch64_gnullvm"
16640version = "0.48.5"
16641source = "registry+https://github.com/rust-lang/crates.io-index"
16642checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
16643
16644[[package]]
16645name = "windows_aarch64_gnullvm"
16646version = "0.52.6"
16647source = "registry+https://github.com/rust-lang/crates.io-index"
16648checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
16649
16650[[package]]
16651name = "windows_aarch64_msvc"
16652version = "0.42.2"
16653source = "registry+https://github.com/rust-lang/crates.io-index"
16654checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
16655
16656[[package]]
16657name = "windows_aarch64_msvc"
16658version = "0.48.5"
16659source = "registry+https://github.com/rust-lang/crates.io-index"
16660checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
16661
16662[[package]]
16663name = "windows_aarch64_msvc"
16664version = "0.52.6"
16665source = "registry+https://github.com/rust-lang/crates.io-index"
16666checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
16667
16668[[package]]
16669name = "windows_i686_gnu"
16670version = "0.42.2"
16671source = "registry+https://github.com/rust-lang/crates.io-index"
16672checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
16673
16674[[package]]
16675name = "windows_i686_gnu"
16676version = "0.48.5"
16677source = "registry+https://github.com/rust-lang/crates.io-index"
16678checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
16679
16680[[package]]
16681name = "windows_i686_gnu"
16682version = "0.52.6"
16683source = "registry+https://github.com/rust-lang/crates.io-index"
16684checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
16685
16686[[package]]
16687name = "windows_i686_gnullvm"
16688version = "0.52.6"
16689source = "registry+https://github.com/rust-lang/crates.io-index"
16690checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
16691
16692[[package]]
16693name = "windows_i686_msvc"
16694version = "0.42.2"
16695source = "registry+https://github.com/rust-lang/crates.io-index"
16696checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
16697
16698[[package]]
16699name = "windows_i686_msvc"
16700version = "0.48.5"
16701source = "registry+https://github.com/rust-lang/crates.io-index"
16702checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
16703
16704[[package]]
16705name = "windows_i686_msvc"
16706version = "0.52.6"
16707source = "registry+https://github.com/rust-lang/crates.io-index"
16708checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
16709
16710[[package]]
16711name = "windows_x86_64_gnu"
16712version = "0.42.2"
16713source = "registry+https://github.com/rust-lang/crates.io-index"
16714checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
16715
16716[[package]]
16717name = "windows_x86_64_gnu"
16718version = "0.48.5"
16719source = "registry+https://github.com/rust-lang/crates.io-index"
16720checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
16721
16722[[package]]
16723name = "windows_x86_64_gnu"
16724version = "0.52.6"
16725source = "registry+https://github.com/rust-lang/crates.io-index"
16726checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
16727
16728[[package]]
16729name = "windows_x86_64_gnullvm"
16730version = "0.42.2"
16731source = "registry+https://github.com/rust-lang/crates.io-index"
16732checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
16733
16734[[package]]
16735name = "windows_x86_64_gnullvm"
16736version = "0.48.5"
16737source = "registry+https://github.com/rust-lang/crates.io-index"
16738checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
16739
16740[[package]]
16741name = "windows_x86_64_gnullvm"
16742version = "0.52.6"
16743source = "registry+https://github.com/rust-lang/crates.io-index"
16744checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
16745
16746[[package]]
16747name = "windows_x86_64_msvc"
16748version = "0.42.2"
16749source = "registry+https://github.com/rust-lang/crates.io-index"
16750checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
16751
16752[[package]]
16753name = "windows_x86_64_msvc"
16754version = "0.48.5"
16755source = "registry+https://github.com/rust-lang/crates.io-index"
16756checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
16757
16758[[package]]
16759name = "windows_x86_64_msvc"
16760version = "0.52.6"
16761source = "registry+https://github.com/rust-lang/crates.io-index"
16762checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
16763
16764[[package]]
16765name = "winnow"
16766version = "0.6.20"
16767source = "registry+https://github.com/rust-lang/crates.io-index"
16768checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
16769dependencies = [
16770 "memchr",
16771]
16772
16773[[package]]
16774name = "winnow"
16775version = "0.7.1"
16776source = "registry+https://github.com/rust-lang/crates.io-index"
16777checksum = "86e376c75f4f43f44db463cf729e0d3acbf954d13e22c51e26e4c264b4ab545f"
16778dependencies = [
16779 "memchr",
16780]
16781
16782[[package]]
16783name = "winreg"
16784version = "0.50.0"
16785source = "registry+https://github.com/rust-lang/crates.io-index"
16786checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
16787dependencies = [
16788 "cfg-if",
16789 "windows-sys 0.48.0",
16790]
16791
16792[[package]]
16793name = "winreg"
16794version = "0.52.0"
16795source = "registry+https://github.com/rust-lang/crates.io-index"
16796checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
16797dependencies = [
16798 "cfg-if",
16799 "windows-sys 0.48.0",
16800]
16801
16802[[package]]
16803name = "winresource"
16804version = "0.1.20"
16805source = "registry+https://github.com/rust-lang/crates.io-index"
16806checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
16807dependencies = [
16808 "toml 0.8.20",
16809 "version_check",
16810]
16811
16812[[package]]
16813name = "winsafe"
16814version = "0.0.19"
16815source = "registry+https://github.com/rust-lang/crates.io-index"
16816checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
16817
16818[[package]]
16819name = "winx"
16820version = "0.36.4"
16821source = "registry+https://github.com/rust-lang/crates.io-index"
16822checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
16823dependencies = [
16824 "bitflags 2.8.0",
16825 "windows-sys 0.52.0",
16826]
16827
16828[[package]]
16829name = "wio"
16830version = "0.2.2"
16831source = "registry+https://github.com/rust-lang/crates.io-index"
16832checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
16833dependencies = [
16834 "winapi",
16835]
16836
16837[[package]]
16838name = "wit-bindgen"
16839version = "0.22.0"
16840source = "registry+https://github.com/rust-lang/crates.io-index"
16841checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
16842dependencies = [
16843 "bitflags 2.8.0",
16844 "wit-bindgen-rt 0.22.0",
16845 "wit-bindgen-rust-macro",
16846]
16847
16848[[package]]
16849name = "wit-bindgen-core"
16850version = "0.22.0"
16851source = "registry+https://github.com/rust-lang/crates.io-index"
16852checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
16853dependencies = [
16854 "anyhow",
16855 "wit-parser 0.201.0",
16856]
16857
16858[[package]]
16859name = "wit-bindgen-rt"
16860version = "0.22.0"
16861source = "registry+https://github.com/rust-lang/crates.io-index"
16862checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
16863
16864[[package]]
16865name = "wit-bindgen-rt"
16866version = "0.33.0"
16867source = "registry+https://github.com/rust-lang/crates.io-index"
16868checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
16869dependencies = [
16870 "bitflags 2.8.0",
16871]
16872
16873[[package]]
16874name = "wit-bindgen-rust"
16875version = "0.22.0"
16876source = "registry+https://github.com/rust-lang/crates.io-index"
16877checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
16878dependencies = [
16879 "anyhow",
16880 "heck 0.4.1",
16881 "indexmap",
16882 "wasm-metadata 0.201.0",
16883 "wit-bindgen-core",
16884 "wit-component 0.201.0",
16885]
16886
16887[[package]]
16888name = "wit-bindgen-rust-macro"
16889version = "0.22.0"
16890source = "registry+https://github.com/rust-lang/crates.io-index"
16891checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
16892dependencies = [
16893 "anyhow",
16894 "proc-macro2",
16895 "quote",
16896 "syn 2.0.100",
16897 "wit-bindgen-core",
16898 "wit-bindgen-rust",
16899]
16900
16901[[package]]
16902name = "wit-component"
16903version = "0.201.0"
16904source = "registry+https://github.com/rust-lang/crates.io-index"
16905checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
16906dependencies = [
16907 "anyhow",
16908 "bitflags 2.8.0",
16909 "indexmap",
16910 "log",
16911 "serde",
16912 "serde_derive",
16913 "serde_json",
16914 "wasm-encoder 0.201.0",
16915 "wasm-metadata 0.201.0",
16916 "wasmparser 0.201.0",
16917 "wit-parser 0.201.0",
16918]
16919
16920[[package]]
16921name = "wit-component"
16922version = "0.221.3"
16923source = "registry+https://github.com/rust-lang/crates.io-index"
16924checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
16925dependencies = [
16926 "anyhow",
16927 "bitflags 2.8.0",
16928 "indexmap",
16929 "log",
16930 "serde",
16931 "serde_derive",
16932 "serde_json",
16933 "wasm-encoder 0.221.3",
16934 "wasm-metadata 0.221.3",
16935 "wasmparser 0.221.3",
16936 "wit-parser 0.221.3",
16937]
16938
16939[[package]]
16940name = "wit-parser"
16941version = "0.201.0"
16942source = "registry+https://github.com/rust-lang/crates.io-index"
16943checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
16944dependencies = [
16945 "anyhow",
16946 "id-arena",
16947 "indexmap",
16948 "log",
16949 "semver",
16950 "serde",
16951 "serde_derive",
16952 "serde_json",
16953 "unicode-xid",
16954 "wasmparser 0.201.0",
16955]
16956
16957[[package]]
16958name = "wit-parser"
16959version = "0.221.3"
16960source = "registry+https://github.com/rust-lang/crates.io-index"
16961checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
16962dependencies = [
16963 "anyhow",
16964 "id-arena",
16965 "indexmap",
16966 "log",
16967 "semver",
16968 "serde",
16969 "serde_derive",
16970 "serde_json",
16971 "unicode-xid",
16972 "wasmparser 0.221.3",
16973]
16974
16975[[package]]
16976name = "witx"
16977version = "0.9.1"
16978source = "registry+https://github.com/rust-lang/crates.io-index"
16979checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
16980dependencies = [
16981 "anyhow",
16982 "log",
16983 "thiserror 1.0.69",
16984 "wast",
16985]
16986
16987[[package]]
16988name = "workspace"
16989version = "0.1.0"
16990dependencies = [
16991 "any_vec",
16992 "anyhow",
16993 "async-recursion 1.1.1",
16994 "bincode",
16995 "call",
16996 "client",
16997 "clock",
16998 "collections",
16999 "component",
17000 "dap",
17001 "db",
17002 "derive_more",
17003 "env_logger 0.11.7",
17004 "fs",
17005 "futures 0.3.31",
17006 "gpui",
17007 "http_client",
17008 "itertools 0.14.0",
17009 "language",
17010 "log",
17011 "node_runtime",
17012 "parking_lot",
17013 "postage",
17014 "project",
17015 "remote",
17016 "schemars",
17017 "serde",
17018 "serde_json",
17019 "session",
17020 "settings",
17021 "smallvec",
17022 "sqlez",
17023 "strum",
17024 "task",
17025 "telemetry",
17026 "tempfile",
17027 "theme",
17028 "ui",
17029 "util",
17030 "uuid",
17031 "zed_actions",
17032]
17033
17034[[package]]
17035name = "worktree"
17036version = "0.1.0"
17037dependencies = [
17038 "anyhow",
17039 "clock",
17040 "collections",
17041 "env_logger 0.11.7",
17042 "fs",
17043 "futures 0.3.31",
17044 "fuzzy",
17045 "git",
17046 "git2",
17047 "git_hosting_providers",
17048 "gpui",
17049 "http_client",
17050 "ignore",
17051 "language",
17052 "log",
17053 "parking_lot",
17054 "paths",
17055 "postage",
17056 "pretty_assertions",
17057 "rand 0.8.5",
17058 "rpc",
17059 "schemars",
17060 "serde",
17061 "serde_json",
17062 "settings",
17063 "smallvec",
17064 "smol",
17065 "sum_tree",
17066 "text",
17067 "util",
17068]
17069
17070[[package]]
17071name = "write16"
17072version = "1.0.0"
17073source = "registry+https://github.com/rust-lang/crates.io-index"
17074checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
17075
17076[[package]]
17077name = "writeable"
17078version = "0.5.5"
17079source = "registry+https://github.com/rust-lang/crates.io-index"
17080checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
17081
17082[[package]]
17083name = "wyz"
17084version = "0.5.1"
17085source = "registry+https://github.com/rust-lang/crates.io-index"
17086checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
17087dependencies = [
17088 "tap",
17089]
17090
17091[[package]]
17092name = "x11-clipboard"
17093version = "0.9.3"
17094source = "registry+https://github.com/rust-lang/crates.io-index"
17095checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
17096dependencies = [
17097 "libc",
17098 "x11rb",
17099]
17100
17101[[package]]
17102name = "x11rb"
17103version = "0.13.1"
17104source = "registry+https://github.com/rust-lang/crates.io-index"
17105checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
17106dependencies = [
17107 "as-raw-xcb-connection",
17108 "gethostname",
17109 "libc",
17110 "rustix",
17111 "x11rb-protocol",
17112]
17113
17114[[package]]
17115name = "x11rb-protocol"
17116version = "0.13.1"
17117source = "registry+https://github.com/rust-lang/crates.io-index"
17118checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
17119
17120[[package]]
17121name = "xattr"
17122version = "0.2.3"
17123source = "registry+https://github.com/rust-lang/crates.io-index"
17124checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
17125dependencies = [
17126 "libc",
17127]
17128
17129[[package]]
17130name = "xcursor"
17131version = "0.3.8"
17132source = "registry+https://github.com/rust-lang/crates.io-index"
17133checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
17134
17135[[package]]
17136name = "xdg-home"
17137version = "1.3.0"
17138source = "registry+https://github.com/rust-lang/crates.io-index"
17139checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
17140dependencies = [
17141 "libc",
17142 "windows-sys 0.59.0",
17143]
17144
17145[[package]]
17146name = "xim"
17147version = "0.4.0"
17148source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17149dependencies = [
17150 "ahash 0.8.11",
17151 "hashbrown 0.14.5",
17152 "log",
17153 "x11rb",
17154 "xim-ctext",
17155 "xim-parser",
17156]
17157
17158[[package]]
17159name = "xim-ctext"
17160version = "0.3.0"
17161source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17162dependencies = [
17163 "encoding_rs",
17164]
17165
17166[[package]]
17167name = "xim-parser"
17168version = "0.2.1"
17169source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17170dependencies = [
17171 "bitflags 2.8.0",
17172]
17173
17174[[package]]
17175name = "xkbcommon"
17176version = "0.8.0"
17177source = "registry+https://github.com/rust-lang/crates.io-index"
17178checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
17179dependencies = [
17180 "as-raw-xcb-connection",
17181 "libc",
17182 "memmap2",
17183 "xkeysym",
17184]
17185
17186[[package]]
17187name = "xkeysym"
17188version = "0.2.1"
17189source = "registry+https://github.com/rust-lang/crates.io-index"
17190checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
17191
17192[[package]]
17193name = "xml5ever"
17194version = "0.18.1"
17195source = "registry+https://github.com/rust-lang/crates.io-index"
17196checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
17197dependencies = [
17198 "log",
17199 "mac",
17200 "markup5ever",
17201]
17202
17203[[package]]
17204name = "xmlparser"
17205version = "0.13.6"
17206source = "registry+https://github.com/rust-lang/crates.io-index"
17207checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
17208
17209[[package]]
17210name = "xmlwriter"
17211version = "0.1.0"
17212source = "registry+https://github.com/rust-lang/crates.io-index"
17213checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
17214
17215[[package]]
17216name = "xtask"
17217version = "0.1.0"
17218dependencies = [
17219 "anyhow",
17220 "cargo_metadata",
17221 "cargo_toml",
17222 "clap",
17223]
17224
17225[[package]]
17226name = "yaml-rust2"
17227version = "0.8.1"
17228source = "registry+https://github.com/rust-lang/crates.io-index"
17229checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
17230dependencies = [
17231 "arraydeque",
17232 "encoding_rs",
17233 "hashlink 0.8.4",
17234]
17235
17236[[package]]
17237name = "yansi"
17238version = "1.0.1"
17239source = "registry+https://github.com/rust-lang/crates.io-index"
17240checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
17241
17242[[package]]
17243name = "yazi"
17244version = "0.2.1"
17245source = "registry+https://github.com/rust-lang/crates.io-index"
17246checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
17247
17248[[package]]
17249name = "yeslogic-fontconfig-sys"
17250version = "6.0.0"
17251source = "registry+https://github.com/rust-lang/crates.io-index"
17252checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
17253dependencies = [
17254 "dlib",
17255 "once_cell",
17256 "pkg-config",
17257]
17258
17259[[package]]
17260name = "yoke"
17261version = "0.7.5"
17262source = "registry+https://github.com/rust-lang/crates.io-index"
17263checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
17264dependencies = [
17265 "serde",
17266 "stable_deref_trait",
17267 "yoke-derive",
17268 "zerofrom",
17269]
17270
17271[[package]]
17272name = "yoke-derive"
17273version = "0.7.5"
17274source = "registry+https://github.com/rust-lang/crates.io-index"
17275checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
17276dependencies = [
17277 "proc-macro2",
17278 "quote",
17279 "syn 2.0.100",
17280 "synstructure",
17281]
17282
17283[[package]]
17284name = "zbus"
17285version = "5.5.0"
17286source = "registry+https://github.com/rust-lang/crates.io-index"
17287checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
17288dependencies = [
17289 "async-broadcast",
17290 "async-executor",
17291 "async-fs",
17292 "async-io",
17293 "async-lock",
17294 "async-process",
17295 "async-recursion 1.1.1",
17296 "async-task",
17297 "async-trait",
17298 "blocking",
17299 "enumflags2",
17300 "event-listener 5.3.1",
17301 "futures-core",
17302 "futures-lite 2.6.0",
17303 "hex",
17304 "nix",
17305 "ordered-stream",
17306 "serde",
17307 "serde_repr",
17308 "static_assertions",
17309 "tracing",
17310 "uds_windows",
17311 "windows-sys 0.59.0",
17312 "winnow 0.7.1",
17313 "xdg-home",
17314 "zbus_macros",
17315 "zbus_names",
17316 "zvariant",
17317]
17318
17319[[package]]
17320name = "zbus_macros"
17321version = "5.5.0"
17322source = "registry+https://github.com/rust-lang/crates.io-index"
17323checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
17324dependencies = [
17325 "proc-macro-crate",
17326 "proc-macro2",
17327 "quote",
17328 "syn 2.0.100",
17329 "zbus_names",
17330 "zvariant",
17331 "zvariant_utils",
17332]
17333
17334[[package]]
17335name = "zbus_names"
17336version = "4.1.0"
17337source = "registry+https://github.com/rust-lang/crates.io-index"
17338checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
17339dependencies = [
17340 "serde",
17341 "static_assertions",
17342 "winnow 0.6.20",
17343 "zvariant",
17344]
17345
17346[[package]]
17347name = "zed"
17348version = "0.181.0"
17349dependencies = [
17350 "activity_indicator",
17351 "anyhow",
17352 "ashpd",
17353 "assets",
17354 "assistant",
17355 "assistant2",
17356 "assistant_context_editor",
17357 "assistant_settings",
17358 "assistant_tools",
17359 "async-watch",
17360 "audio",
17361 "auto_update",
17362 "auto_update_ui",
17363 "backtrace",
17364 "breadcrumbs",
17365 "call",
17366 "channel",
17367 "chrono",
17368 "clap",
17369 "cli",
17370 "client",
17371 "collab_ui",
17372 "collections",
17373 "command_palette",
17374 "command_palette_hooks",
17375 "component_preview",
17376 "copilot",
17377 "dap",
17378 "dap_adapters",
17379 "db",
17380 "debugger_tools",
17381 "debugger_ui",
17382 "diagnostics",
17383 "editor",
17384 "env_logger 0.11.7",
17385 "extension",
17386 "extension_host",
17387 "extensions_ui",
17388 "feature_flags",
17389 "feedback",
17390 "file_finder",
17391 "fs",
17392 "futures 0.3.31",
17393 "git",
17394 "git_hosting_providers",
17395 "git_ui",
17396 "go_to_line",
17397 "gpui",
17398 "gpui_tokio",
17399 "http_client",
17400 "image_viewer",
17401 "inline_completion_button",
17402 "install_cli",
17403 "journal",
17404 "language",
17405 "language_extension",
17406 "language_model",
17407 "language_models",
17408 "language_selector",
17409 "language_tools",
17410 "languages",
17411 "libc",
17412 "log",
17413 "markdown_preview",
17414 "menu",
17415 "migrator",
17416 "mimalloc",
17417 "nix",
17418 "node_runtime",
17419 "notifications",
17420 "outline",
17421 "outline_panel",
17422 "parking_lot",
17423 "paths",
17424 "picker",
17425 "profiling",
17426 "project",
17427 "project_panel",
17428 "project_symbols",
17429 "prompt_store",
17430 "proto",
17431 "recent_projects",
17432 "release_channel",
17433 "remote",
17434 "repl",
17435 "reqwest_client",
17436 "rope",
17437 "search",
17438 "serde",
17439 "serde_json",
17440 "session",
17441 "settings",
17442 "settings_ui",
17443 "shellexpand 2.1.2",
17444 "simplelog",
17445 "smol",
17446 "snippet_provider",
17447 "snippets_ui",
17448 "supermaven",
17449 "sysinfo",
17450 "tab_switcher",
17451 "task",
17452 "tasks_ui",
17453 "telemetry",
17454 "telemetry_events",
17455 "terminal_view",
17456 "theme",
17457 "theme_extension",
17458 "theme_selector",
17459 "time",
17460 "title_bar",
17461 "toolchain_selector",
17462 "tree-sitter-md",
17463 "tree-sitter-rust",
17464 "ui",
17465 "ui_prompt",
17466 "url",
17467 "urlencoding",
17468 "util",
17469 "uuid",
17470 "vim",
17471 "vim_mode_setting",
17472 "welcome",
17473 "windows 0.61.1",
17474 "winresource",
17475 "workspace",
17476 "zed_actions",
17477 "zeta",
17478 "zlog_settings",
17479]
17480
17481[[package]]
17482name = "zed_actions"
17483version = "0.1.0"
17484dependencies = [
17485 "gpui",
17486 "schemars",
17487 "serde",
17488]
17489
17490[[package]]
17491name = "zed_emmet"
17492version = "0.0.3"
17493dependencies = [
17494 "zed_extension_api 0.1.0",
17495]
17496
17497[[package]]
17498name = "zed_extension_api"
17499version = "0.1.0"
17500source = "registry+https://github.com/rust-lang/crates.io-index"
17501checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
17502dependencies = [
17503 "serde",
17504 "serde_json",
17505 "wit-bindgen",
17506]
17507
17508[[package]]
17509name = "zed_extension_api"
17510version = "0.4.0"
17511dependencies = [
17512 "serde",
17513 "serde_json",
17514 "wit-bindgen",
17515]
17516
17517[[package]]
17518name = "zed_glsl"
17519version = "0.1.0"
17520dependencies = [
17521 "zed_extension_api 0.1.0",
17522]
17523
17524[[package]]
17525name = "zed_html"
17526version = "0.2.0"
17527dependencies = [
17528 "zed_extension_api 0.1.0",
17529]
17530
17531[[package]]
17532name = "zed_llm_client"
17533version = "0.4.1"
17534source = "registry+https://github.com/rust-lang/crates.io-index"
17535checksum = "1bf21350eced858d129840589158a8f6895c4fa4327ae56dd8c7d6a98495bed4"
17536dependencies = [
17537 "serde",
17538 "serde_json",
17539 "uuid",
17540]
17541
17542[[package]]
17543name = "zed_proto"
17544version = "0.2.2"
17545dependencies = [
17546 "zed_extension_api 0.1.0",
17547]
17548
17549[[package]]
17550name = "zed_ruff"
17551version = "0.1.0"
17552dependencies = [
17553 "zed_extension_api 0.1.0",
17554]
17555
17556[[package]]
17557name = "zed_snippets"
17558version = "0.0.5"
17559dependencies = [
17560 "serde_json",
17561 "zed_extension_api 0.1.0",
17562]
17563
17564[[package]]
17565name = "zed_test_extension"
17566version = "0.1.0"
17567dependencies = [
17568 "zed_extension_api 0.4.0",
17569]
17570
17571[[package]]
17572name = "zed_toml"
17573version = "0.1.3"
17574dependencies = [
17575 "zed_extension_api 0.1.0",
17576]
17577
17578[[package]]
17579name = "zeno"
17580version = "0.3.2"
17581source = "registry+https://github.com/rust-lang/crates.io-index"
17582checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
17583
17584[[package]]
17585name = "zerocopy"
17586version = "0.7.35"
17587source = "registry+https://github.com/rust-lang/crates.io-index"
17588checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
17589dependencies = [
17590 "byteorder",
17591 "zerocopy-derive 0.7.35",
17592]
17593
17594[[package]]
17595name = "zerocopy"
17596version = "0.8.18"
17597source = "registry+https://github.com/rust-lang/crates.io-index"
17598checksum = "79386d31a42a4996e3336b0919ddb90f81112af416270cff95b5f5af22b839c2"
17599dependencies = [
17600 "zerocopy-derive 0.8.18",
17601]
17602
17603[[package]]
17604name = "zerocopy-derive"
17605version = "0.7.35"
17606source = "registry+https://github.com/rust-lang/crates.io-index"
17607checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
17608dependencies = [
17609 "proc-macro2",
17610 "quote",
17611 "syn 2.0.100",
17612]
17613
17614[[package]]
17615name = "zerocopy-derive"
17616version = "0.8.18"
17617source = "registry+https://github.com/rust-lang/crates.io-index"
17618checksum = "76331675d372f91bf8d17e13afbd5fe639200b73d01f0fc748bb059f9cca2db7"
17619dependencies = [
17620 "proc-macro2",
17621 "quote",
17622 "syn 2.0.100",
17623]
17624
17625[[package]]
17626name = "zerofrom"
17627version = "0.1.5"
17628source = "registry+https://github.com/rust-lang/crates.io-index"
17629checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
17630dependencies = [
17631 "zerofrom-derive",
17632]
17633
17634[[package]]
17635name = "zerofrom-derive"
17636version = "0.1.5"
17637source = "registry+https://github.com/rust-lang/crates.io-index"
17638checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
17639dependencies = [
17640 "proc-macro2",
17641 "quote",
17642 "syn 2.0.100",
17643 "synstructure",
17644]
17645
17646[[package]]
17647name = "zeroize"
17648version = "1.8.1"
17649source = "registry+https://github.com/rust-lang/crates.io-index"
17650checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
17651dependencies = [
17652 "zeroize_derive",
17653]
17654
17655[[package]]
17656name = "zeroize_derive"
17657version = "1.4.2"
17658source = "registry+https://github.com/rust-lang/crates.io-index"
17659checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
17660dependencies = [
17661 "proc-macro2",
17662 "quote",
17663 "syn 2.0.100",
17664]
17665
17666[[package]]
17667name = "zeromq"
17668version = "0.5.0-pre"
17669source = "registry+https://github.com/rust-lang/crates.io-index"
17670checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
17671dependencies = [
17672 "async-dispatcher",
17673 "async-std",
17674 "async-trait",
17675 "asynchronous-codec",
17676 "bytes 1.10.1",
17677 "crossbeam-queue",
17678 "dashmap 5.5.3",
17679 "futures 0.3.31",
17680 "log",
17681 "num-traits",
17682 "once_cell",
17683 "parking_lot",
17684 "rand 0.8.5",
17685 "regex",
17686 "thiserror 1.0.69",
17687 "uuid",
17688]
17689
17690[[package]]
17691name = "zerovec"
17692version = "0.10.4"
17693source = "registry+https://github.com/rust-lang/crates.io-index"
17694checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
17695dependencies = [
17696 "yoke",
17697 "zerofrom",
17698 "zerovec-derive",
17699]
17700
17701[[package]]
17702name = "zerovec-derive"
17703version = "0.10.3"
17704source = "registry+https://github.com/rust-lang/crates.io-index"
17705checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
17706dependencies = [
17707 "proc-macro2",
17708 "quote",
17709 "syn 2.0.100",
17710]
17711
17712[[package]]
17713name = "zeta"
17714version = "0.1.0"
17715dependencies = [
17716 "anyhow",
17717 "arrayvec",
17718 "call",
17719 "client",
17720 "clock",
17721 "collections",
17722 "command_palette_hooks",
17723 "ctor",
17724 "db",
17725 "editor",
17726 "env_logger 0.11.7",
17727 "feature_flags",
17728 "fs",
17729 "futures 0.3.31",
17730 "gpui",
17731 "http_client",
17732 "indoc",
17733 "inline_completion",
17734 "language",
17735 "language_model",
17736 "log",
17737 "menu",
17738 "migrator",
17739 "paths",
17740 "postage",
17741 "project",
17742 "regex",
17743 "release_channel",
17744 "reqwest_client",
17745 "rpc",
17746 "serde",
17747 "serde_json",
17748 "settings",
17749 "telemetry",
17750 "telemetry_events",
17751 "theme",
17752 "thiserror 2.0.12",
17753 "tree-sitter-go",
17754 "tree-sitter-rust",
17755 "ui",
17756 "unindent",
17757 "util",
17758 "uuid",
17759 "workspace",
17760 "worktree",
17761 "zed_actions",
17762 "zed_llm_client",
17763]
17764
17765[[package]]
17766name = "zip"
17767version = "0.6.6"
17768source = "registry+https://github.com/rust-lang/crates.io-index"
17769checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
17770dependencies = [
17771 "aes",
17772 "byteorder",
17773 "bzip2",
17774 "constant_time_eq 0.1.5",
17775 "crc32fast",
17776 "crossbeam-utils",
17777 "flate2",
17778 "hmac",
17779 "pbkdf2 0.11.0",
17780 "sha1",
17781 "time",
17782 "zstd",
17783]
17784
17785[[package]]
17786name = "zlog"
17787version = "0.1.0"
17788dependencies = [
17789 "log",
17790]
17791
17792[[package]]
17793name = "zlog_settings"
17794version = "0.1.0"
17795dependencies = [
17796 "anyhow",
17797 "gpui",
17798 "schemars",
17799 "serde",
17800 "settings",
17801 "zlog",
17802]
17803
17804[[package]]
17805name = "zstd"
17806version = "0.11.2+zstd.1.5.2"
17807source = "registry+https://github.com/rust-lang/crates.io-index"
17808checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
17809dependencies = [
17810 "zstd-safe",
17811]
17812
17813[[package]]
17814name = "zstd-safe"
17815version = "5.0.2+zstd.1.5.2"
17816source = "registry+https://github.com/rust-lang/crates.io-index"
17817checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
17818dependencies = [
17819 "libc",
17820 "zstd-sys",
17821]
17822
17823[[package]]
17824name = "zstd-sys"
17825version = "2.0.13+zstd.1.5.6"
17826source = "registry+https://github.com/rust-lang/crates.io-index"
17827checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
17828dependencies = [
17829 "cc",
17830 "pkg-config",
17831]
17832
17833[[package]]
17834name = "zune-core"
17835version = "0.4.12"
17836source = "registry+https://github.com/rust-lang/crates.io-index"
17837checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
17838
17839[[package]]
17840name = "zune-inflate"
17841version = "0.2.54"
17842source = "registry+https://github.com/rust-lang/crates.io-index"
17843checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
17844dependencies = [
17845 "simd-adler32",
17846]
17847
17848[[package]]
17849name = "zune-jpeg"
17850version = "0.4.13"
17851source = "registry+https://github.com/rust-lang/crates.io-index"
17852checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
17853dependencies = [
17854 "zune-core",
17855]
17856
17857[[package]]
17858name = "zvariant"
17859version = "5.4.0"
17860source = "registry+https://github.com/rust-lang/crates.io-index"
17861checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
17862dependencies = [
17863 "endi",
17864 "enumflags2",
17865 "serde",
17866 "static_assertions",
17867 "url",
17868 "winnow 0.7.1",
17869 "zvariant_derive",
17870 "zvariant_utils",
17871]
17872
17873[[package]]
17874name = "zvariant_derive"
17875version = "5.4.0"
17876source = "registry+https://github.com/rust-lang/crates.io-index"
17877checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
17878dependencies = [
17879 "proc-macro-crate",
17880 "proc-macro2",
17881 "quote",
17882 "syn 2.0.100",
17883 "zvariant_utils",
17884]
17885
17886[[package]]
17887name = "zvariant_utils"
17888version = "3.2.0"
17889source = "registry+https://github.com/rust-lang/crates.io-index"
17890checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
17891dependencies = [
17892 "proc-macro2",
17893 "quote",
17894 "serde",
17895 "static_assertions",
17896 "syn 2.0.100",
17897 "winnow 0.7.1",
17898]