Cargo.lock

    1# This file is automatically @generated by Cargo.
    2# It is not intended for manual editing.
    3version = 4
    4
    5[[package]]
    6name = "activity_indicator"
    7version = "0.1.0"
    8dependencies = [
    9 "anyhow",
   10 "auto_update",
   11 "editor",
   12 "extension_host",
   13 "futures 0.3.31",
   14 "gpui",
   15 "language",
   16 "project",
   17 "smallvec",
   18 "ui",
   19 "util",
   20 "workspace",
   21]
   22
   23[[package]]
   24name = "addr2line"
   25version = "0.24.2"
   26source = "registry+https://github.com/rust-lang/crates.io-index"
   27checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
   28dependencies = [
   29 "gimli",
   30]
   31
   32[[package]]
   33name = "adler2"
   34version = "2.0.0"
   35source = "registry+https://github.com/rust-lang/crates.io-index"
   36checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
   37
   38[[package]]
   39name = "aes"
   40version = "0.8.4"
   41source = "registry+https://github.com/rust-lang/crates.io-index"
   42checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
   43dependencies = [
   44 "cfg-if",
   45 "cipher",
   46 "cpufeatures",
   47 "zeroize",
   48]
   49
   50[[package]]
   51name = "ahash"
   52version = "0.7.8"
   53source = "registry+https://github.com/rust-lang/crates.io-index"
   54checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
   55dependencies = [
   56 "getrandom 0.2.15",
   57 "once_cell",
   58 "version_check",
   59]
   60
   61[[package]]
   62name = "ahash"
   63version = "0.8.11"
   64source = "registry+https://github.com/rust-lang/crates.io-index"
   65checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
   66dependencies = [
   67 "cfg-if",
   68 "const-random",
   69 "once_cell",
   70 "version_check",
   71 "zerocopy 0.7.35",
   72]
   73
   74[[package]]
   75name = "aho-corasick"
   76version = "1.1.3"
   77source = "registry+https://github.com/rust-lang/crates.io-index"
   78checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
   79dependencies = [
   80 "memchr",
   81]
   82
   83[[package]]
   84name = "alacritty_terminal"
   85version = "0.25.1-dev"
   86source = "git+https://github.com/zed-industries/alacritty.git?branch=add-hush-login-flag#828457c9ff1f7ea0a0469337cc8a37ee3a1b0590"
   87dependencies = [
   88 "base64 0.22.1",
   89 "bitflags 2.9.0",
   90 "home",
   91 "libc",
   92 "log",
   93 "miow",
   94 "parking_lot",
   95 "piper",
   96 "polling",
   97 "regex-automata 0.4.9",
   98 "rustix-openpty",
   99 "serde",
  100 "signal-hook",
  101 "unicode-width",
  102 "vte",
  103 "windows-sys 0.59.0",
  104]
  105
  106[[package]]
  107name = "aliasable"
  108version = "0.1.3"
  109source = "registry+https://github.com/rust-lang/crates.io-index"
  110checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  111
  112[[package]]
  113name = "aligned-vec"
  114version = "0.5.0"
  115source = "registry+https://github.com/rust-lang/crates.io-index"
  116checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
  117
  118[[package]]
  119name = "allocator-api2"
  120version = "0.2.21"
  121source = "registry+https://github.com/rust-lang/crates.io-index"
  122checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  123
  124[[package]]
  125name = "alsa"
  126version = "0.9.1"
  127source = "registry+https://github.com/rust-lang/crates.io-index"
  128checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
  129dependencies = [
  130 "alsa-sys",
  131 "bitflags 2.9.0",
  132 "cfg-if",
  133 "libc",
  134]
  135
  136[[package]]
  137name = "alsa-sys"
  138version = "0.3.1"
  139source = "registry+https://github.com/rust-lang/crates.io-index"
  140checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  141dependencies = [
  142 "libc",
  143 "pkg-config",
  144]
  145
  146[[package]]
  147name = "ambient-authority"
  148version = "0.0.2"
  149source = "registry+https://github.com/rust-lang/crates.io-index"
  150checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  151
  152[[package]]
  153name = "ammonia"
  154version = "4.0.0"
  155source = "registry+https://github.com/rust-lang/crates.io-index"
  156checksum = "1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459"
  157dependencies = [
  158 "html5ever",
  159 "maplit",
  160 "once_cell",
  161 "tendril",
  162 "url",
  163]
  164
  165[[package]]
  166name = "android-tzdata"
  167version = "0.1.1"
  168source = "registry+https://github.com/rust-lang/crates.io-index"
  169checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
  170
  171[[package]]
  172name = "android_system_properties"
  173version = "0.1.5"
  174source = "registry+https://github.com/rust-lang/crates.io-index"
  175checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  176dependencies = [
  177 "libc",
  178]
  179
  180[[package]]
  181name = "anes"
  182version = "0.1.6"
  183source = "registry+https://github.com/rust-lang/crates.io-index"
  184checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  185
  186[[package]]
  187name = "anstream"
  188version = "0.6.18"
  189source = "registry+https://github.com/rust-lang/crates.io-index"
  190checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
  191dependencies = [
  192 "anstyle",
  193 "anstyle-parse",
  194 "anstyle-query",
  195 "anstyle-wincon",
  196 "colorchoice",
  197 "is_terminal_polyfill",
  198 "utf8parse",
  199]
  200
  201[[package]]
  202name = "anstyle"
  203version = "1.0.10"
  204source = "registry+https://github.com/rust-lang/crates.io-index"
  205checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
  206
  207[[package]]
  208name = "anstyle-parse"
  209version = "0.2.6"
  210source = "registry+https://github.com/rust-lang/crates.io-index"
  211checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
  212dependencies = [
  213 "utf8parse",
  214]
  215
  216[[package]]
  217name = "anstyle-query"
  218version = "1.1.2"
  219source = "registry+https://github.com/rust-lang/crates.io-index"
  220checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
  221dependencies = [
  222 "windows-sys 0.59.0",
  223]
  224
  225[[package]]
  226name = "anstyle-wincon"
  227version = "3.0.6"
  228source = "registry+https://github.com/rust-lang/crates.io-index"
  229checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
  230dependencies = [
  231 "anstyle",
  232 "windows-sys 0.59.0",
  233]
  234
  235[[package]]
  236name = "anthropic"
  237version = "0.1.0"
  238dependencies = [
  239 "anyhow",
  240 "chrono",
  241 "futures 0.3.31",
  242 "http_client",
  243 "schemars",
  244 "serde",
  245 "serde_json",
  246 "strum",
  247 "thiserror 2.0.12",
  248 "util",
  249]
  250
  251[[package]]
  252name = "any_vec"
  253version = "0.14.0"
  254source = "registry+https://github.com/rust-lang/crates.io-index"
  255checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  256
  257[[package]]
  258name = "anyhow"
  259version = "1.0.97"
  260source = "registry+https://github.com/rust-lang/crates.io-index"
  261checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f"
  262
  263[[package]]
  264name = "approx"
  265version = "0.5.1"
  266source = "registry+https://github.com/rust-lang/crates.io-index"
  267checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  268dependencies = [
  269 "num-traits",
  270]
  271
  272[[package]]
  273name = "arbitrary"
  274version = "1.4.1"
  275source = "registry+https://github.com/rust-lang/crates.io-index"
  276checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
  277
  278[[package]]
  279name = "arg_enum_proc_macro"
  280version = "0.3.4"
  281source = "registry+https://github.com/rust-lang/crates.io-index"
  282checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  283dependencies = [
  284 "proc-macro2",
  285 "quote",
  286 "syn 2.0.100",
  287]
  288
  289[[package]]
  290name = "arraydeque"
  291version = "0.5.1"
  292source = "registry+https://github.com/rust-lang/crates.io-index"
  293checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
  294
  295[[package]]
  296name = "arrayref"
  297version = "0.3.9"
  298source = "registry+https://github.com/rust-lang/crates.io-index"
  299checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
  300
  301[[package]]
  302name = "arrayvec"
  303version = "0.7.6"
  304source = "registry+https://github.com/rust-lang/crates.io-index"
  305checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
  306dependencies = [
  307 "serde",
  308]
  309
  310[[package]]
  311name = "as-raw-xcb-connection"
  312version = "1.0.1"
  313source = "registry+https://github.com/rust-lang/crates.io-index"
  314checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  315
  316[[package]]
  317name = "ascii"
  318version = "1.1.0"
  319source = "registry+https://github.com/rust-lang/crates.io-index"
  320checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  321
  322[[package]]
  323name = "ash"
  324version = "0.38.0+1.3.281"
  325source = "registry+https://github.com/rust-lang/crates.io-index"
  326checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  327dependencies = [
  328 "libloading",
  329]
  330
  331[[package]]
  332name = "ash-window"
  333version = "0.13.0"
  334source = "registry+https://github.com/rust-lang/crates.io-index"
  335checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
  336dependencies = [
  337 "ash",
  338 "raw-window-handle",
  339 "raw-window-metal",
  340]
  341
  342[[package]]
  343name = "ashpd"
  344version = "0.11.0"
  345source = "registry+https://github.com/rust-lang/crates.io-index"
  346checksum = "6cbdf310d77fd3aaee6ea2093db7011dc2d35d2eb3481e5607f1f8d942ed99df"
  347dependencies = [
  348 "async-fs",
  349 "async-net",
  350 "enumflags2",
  351 "futures-channel",
  352 "futures-util",
  353 "rand 0.9.0",
  354 "serde",
  355 "serde_repr",
  356 "url",
  357 "zbus",
  358]
  359
  360[[package]]
  361name = "askpass"
  362version = "0.1.0"
  363dependencies = [
  364 "anyhow",
  365 "futures 0.3.31",
  366 "gpui",
  367 "smol",
  368 "tempfile",
  369 "util",
  370 "which 6.0.3",
  371]
  372
  373[[package]]
  374name = "assets"
  375version = "0.1.0"
  376dependencies = [
  377 "anyhow",
  378 "gpui",
  379 "rust-embed",
  380]
  381
  382[[package]]
  383name = "assistant"
  384version = "0.1.0"
  385dependencies = [
  386 "anyhow",
  387 "assistant_context_editor",
  388 "assistant_settings",
  389 "assistant_slash_command",
  390 "assistant_slash_commands",
  391 "assistant_tool",
  392 "async-watch",
  393 "client",
  394 "collections",
  395 "command_palette_hooks",
  396 "context_server",
  397 "ctor",
  398 "db",
  399 "editor",
  400 "env_logger 0.11.7",
  401 "feature_flags",
  402 "fs",
  403 "futures 0.3.31",
  404 "gpui",
  405 "indexed_docs",
  406 "indoc",
  407 "language",
  408 "language_model",
  409 "language_model_selector",
  410 "languages",
  411 "log",
  412 "lsp",
  413 "menu",
  414 "multi_buffer",
  415 "parking_lot",
  416 "pretty_assertions",
  417 "project",
  418 "prompt_library",
  419 "prompt_store",
  420 "proto",
  421 "rand 0.8.5",
  422 "rope",
  423 "schemars",
  424 "search",
  425 "serde",
  426 "serde_json_lenient",
  427 "settings",
  428 "smol",
  429 "streaming_diff",
  430 "telemetry",
  431 "telemetry_events",
  432 "terminal",
  433 "terminal_view",
  434 "text",
  435 "theme",
  436 "tree-sitter-md",
  437 "ui",
  438 "unindent",
  439 "util",
  440 "workspace",
  441 "zed_actions",
  442]
  443
  444[[package]]
  445name = "assistant2"
  446version = "0.1.0"
  447dependencies = [
  448 "anyhow",
  449 "assistant_context_editor",
  450 "assistant_settings",
  451 "assistant_slash_command",
  452 "assistant_tool",
  453 "async-watch",
  454 "buffer_diff",
  455 "chrono",
  456 "client",
  457 "clock",
  458 "collections",
  459 "command_palette_hooks",
  460 "context_server",
  461 "convert_case 0.8.0",
  462 "db",
  463 "editor",
  464 "feature_flags",
  465 "file_icons",
  466 "fs",
  467 "futures 0.3.31",
  468 "fuzzy",
  469 "git",
  470 "gpui",
  471 "heed",
  472 "html_to_markdown",
  473 "http_client",
  474 "indexmap",
  475 "indoc",
  476 "itertools 0.14.0",
  477 "language",
  478 "language_model",
  479 "language_model_selector",
  480 "log",
  481 "lsp",
  482 "markdown",
  483 "menu",
  484 "multi_buffer",
  485 "ordered-float 2.10.1",
  486 "parking_lot",
  487 "paths",
  488 "picker",
  489 "project",
  490 "prompt_library",
  491 "prompt_store",
  492 "proto",
  493 "rand 0.8.5",
  494 "release_channel",
  495 "rope",
  496 "schemars",
  497 "serde",
  498 "serde_json",
  499 "settings",
  500 "smallvec",
  501 "smol",
  502 "streaming_diff",
  503 "telemetry",
  504 "telemetry_events",
  505 "terminal",
  506 "terminal_view",
  507 "text",
  508 "theme",
  509 "time",
  510 "time_format",
  511 "ui",
  512 "util",
  513 "uuid",
  514 "vim_mode_setting",
  515 "workspace",
  516 "zed_actions",
  517]
  518
  519[[package]]
  520name = "assistant_context_editor"
  521version = "0.1.0"
  522dependencies = [
  523 "anyhow",
  524 "assistant_settings",
  525 "assistant_slash_command",
  526 "assistant_slash_commands",
  527 "chrono",
  528 "client",
  529 "clock",
  530 "collections",
  531 "context_server",
  532 "editor",
  533 "fs",
  534 "futures 0.3.31",
  535 "fuzzy",
  536 "gpui",
  537 "indexed_docs",
  538 "language",
  539 "language_model",
  540 "language_model_selector",
  541 "languages",
  542 "log",
  543 "multi_buffer",
  544 "open_ai",
  545 "parking_lot",
  546 "paths",
  547 "picker",
  548 "pretty_assertions",
  549 "project",
  550 "prompt_store",
  551 "rand 0.8.5",
  552 "regex",
  553 "rope",
  554 "rpc",
  555 "serde",
  556 "serde_json",
  557 "settings",
  558 "smallvec",
  559 "smol",
  560 "strum",
  561 "telemetry_events",
  562 "text",
  563 "theme",
  564 "tree-sitter-md",
  565 "ui",
  566 "unindent",
  567 "util",
  568 "uuid",
  569 "workspace",
  570]
  571
  572[[package]]
  573name = "assistant_eval"
  574version = "0.1.0"
  575dependencies = [
  576 "anyhow",
  577 "assistant2",
  578 "assistant_tool",
  579 "assistant_tools",
  580 "clap",
  581 "client",
  582 "collections",
  583 "context_server",
  584 "dap",
  585 "env_logger 0.11.7",
  586 "fs",
  587 "futures 0.3.31",
  588 "gpui",
  589 "gpui_tokio",
  590 "itertools 0.14.0",
  591 "language",
  592 "language_model",
  593 "language_models",
  594 "node_runtime",
  595 "project",
  596 "prompt_store",
  597 "regex",
  598 "release_channel",
  599 "reqwest_client",
  600 "serde",
  601 "serde_json",
  602 "serde_json_lenient",
  603 "settings",
  604 "smol",
  605 "util",
  606]
  607
  608[[package]]
  609name = "assistant_settings"
  610version = "0.1.0"
  611dependencies = [
  612 "anthropic",
  613 "anyhow",
  614 "deepseek",
  615 "feature_flags",
  616 "fs",
  617 "gpui",
  618 "indexmap",
  619 "language_model",
  620 "lmstudio",
  621 "log",
  622 "ollama",
  623 "open_ai",
  624 "paths",
  625 "schemars",
  626 "serde",
  627 "serde_json_lenient",
  628 "settings",
  629]
  630
  631[[package]]
  632name = "assistant_slash_command"
  633version = "0.1.0"
  634dependencies = [
  635 "anyhow",
  636 "async-trait",
  637 "collections",
  638 "derive_more",
  639 "extension",
  640 "futures 0.3.31",
  641 "gpui",
  642 "language",
  643 "language_model",
  644 "parking_lot",
  645 "pretty_assertions",
  646 "serde",
  647 "serde_json",
  648 "ui",
  649 "workspace",
  650]
  651
  652[[package]]
  653name = "assistant_slash_commands"
  654version = "0.1.0"
  655dependencies = [
  656 "anyhow",
  657 "assistant_slash_command",
  658 "cargo_toml",
  659 "chrono",
  660 "collections",
  661 "context_server",
  662 "editor",
  663 "env_logger 0.11.7",
  664 "feature_flags",
  665 "fs",
  666 "futures 0.3.31",
  667 "fuzzy",
  668 "globset",
  669 "gpui",
  670 "html_to_markdown",
  671 "http_client",
  672 "indexed_docs",
  673 "language",
  674 "pretty_assertions",
  675 "project",
  676 "prompt_store",
  677 "rope",
  678 "serde",
  679 "serde_json",
  680 "settings",
  681 "smol",
  682 "terminal_view",
  683 "text",
  684 "toml 0.8.20",
  685 "ui",
  686 "util",
  687 "workspace",
  688 "worktree",
  689]
  690
  691[[package]]
  692name = "assistant_tool"
  693version = "0.1.0"
  694dependencies = [
  695 "anyhow",
  696 "async-watch",
  697 "buffer_diff",
  698 "clock",
  699 "collections",
  700 "derive_more",
  701 "gpui",
  702 "icons",
  703 "language",
  704 "language_model",
  705 "parking_lot",
  706 "project",
  707 "serde",
  708 "serde_json",
  709 "settings",
  710 "text",
  711 "util",
  712]
  713
  714[[package]]
  715name = "assistant_tools"
  716version = "0.1.0"
  717dependencies = [
  718 "anyhow",
  719 "assistant_tool",
  720 "chrono",
  721 "clock",
  722 "collections",
  723 "feature_flags",
  724 "futures 0.3.31",
  725 "gpui",
  726 "html_to_markdown",
  727 "http_client",
  728 "itertools 0.14.0",
  729 "language",
  730 "language_model",
  731 "log",
  732 "lsp",
  733 "open",
  734 "project",
  735 "rand 0.8.5",
  736 "regex",
  737 "release_channel",
  738 "schemars",
  739 "serde",
  740 "serde_json",
  741 "settings",
  742 "theme",
  743 "ui",
  744 "unindent",
  745 "util",
  746 "workspace",
  747 "worktree",
  748]
  749
  750[[package]]
  751name = "async-attributes"
  752version = "1.1.2"
  753source = "registry+https://github.com/rust-lang/crates.io-index"
  754checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  755dependencies = [
  756 "quote",
  757 "syn 1.0.109",
  758]
  759
  760[[package]]
  761name = "async-broadcast"
  762version = "0.7.2"
  763source = "registry+https://github.com/rust-lang/crates.io-index"
  764checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  765dependencies = [
  766 "event-listener 5.3.1",
  767 "event-listener-strategy",
  768 "futures-core",
  769 "pin-project-lite",
  770]
  771
  772[[package]]
  773name = "async-channel"
  774version = "1.9.0"
  775source = "registry+https://github.com/rust-lang/crates.io-index"
  776checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  777dependencies = [
  778 "concurrent-queue",
  779 "event-listener 2.5.3",
  780 "futures-core",
  781]
  782
  783[[package]]
  784name = "async-channel"
  785version = "2.3.1"
  786source = "registry+https://github.com/rust-lang/crates.io-index"
  787checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
  788dependencies = [
  789 "concurrent-queue",
  790 "event-listener-strategy",
  791 "futures-core",
  792 "pin-project-lite",
  793]
  794
  795[[package]]
  796name = "async-compat"
  797version = "0.2.4"
  798source = "registry+https://github.com/rust-lang/crates.io-index"
  799checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
  800dependencies = [
  801 "futures-core",
  802 "futures-io",
  803 "once_cell",
  804 "pin-project-lite",
  805 "tokio",
  806]
  807
  808[[package]]
  809name = "async-compression"
  810version = "0.4.22"
  811source = "registry+https://github.com/rust-lang/crates.io-index"
  812checksum = "59a194f9d963d8099596278594b3107448656ba73831c9d8c783e613ce86da64"
  813dependencies = [
  814 "deflate64",
  815 "flate2",
  816 "futures-core",
  817 "futures-io",
  818 "memchr",
  819 "pin-project-lite",
  820]
  821
  822[[package]]
  823name = "async-dispatcher"
  824version = "0.1.2"
  825source = "registry+https://github.com/rust-lang/crates.io-index"
  826checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  827dependencies = [
  828 "async-task",
  829 "futures-lite 1.13.0",
  830]
  831
  832[[package]]
  833name = "async-executor"
  834version = "1.13.1"
  835source = "registry+https://github.com/rust-lang/crates.io-index"
  836checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
  837dependencies = [
  838 "async-task",
  839 "concurrent-queue",
  840 "fastrand 2.3.0",
  841 "futures-lite 2.6.0",
  842 "slab",
  843]
  844
  845[[package]]
  846name = "async-fs"
  847version = "2.1.2"
  848source = "registry+https://github.com/rust-lang/crates.io-index"
  849checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
  850dependencies = [
  851 "async-lock",
  852 "blocking",
  853 "futures-lite 2.6.0",
  854]
  855
  856[[package]]
  857name = "async-global-executor"
  858version = "2.4.1"
  859source = "registry+https://github.com/rust-lang/crates.io-index"
  860checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  861dependencies = [
  862 "async-channel 2.3.1",
  863 "async-executor",
  864 "async-io",
  865 "async-lock",
  866 "blocking",
  867 "futures-lite 2.6.0",
  868 "once_cell",
  869]
  870
  871[[package]]
  872name = "async-io"
  873version = "2.4.0"
  874source = "registry+https://github.com/rust-lang/crates.io-index"
  875checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
  876dependencies = [
  877 "async-lock",
  878 "cfg-if",
  879 "concurrent-queue",
  880 "futures-io",
  881 "futures-lite 2.6.0",
  882 "parking",
  883 "polling",
  884 "rustix",
  885 "slab",
  886 "tracing",
  887 "windows-sys 0.59.0",
  888]
  889
  890[[package]]
  891name = "async-lock"
  892version = "3.4.0"
  893source = "registry+https://github.com/rust-lang/crates.io-index"
  894checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
  895dependencies = [
  896 "event-listener 5.3.1",
  897 "event-listener-strategy",
  898 "pin-project-lite",
  899]
  900
  901[[package]]
  902name = "async-native-tls"
  903version = "0.5.0"
  904source = "registry+https://github.com/rust-lang/crates.io-index"
  905checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
  906dependencies = [
  907 "futures-util",
  908 "native-tls",
  909 "thiserror 1.0.69",
  910 "url",
  911]
  912
  913[[package]]
  914name = "async-net"
  915version = "2.0.0"
  916source = "registry+https://github.com/rust-lang/crates.io-index"
  917checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  918dependencies = [
  919 "async-io",
  920 "blocking",
  921 "futures-lite 2.6.0",
  922]
  923
  924[[package]]
  925name = "async-pipe"
  926version = "0.1.3"
  927source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  928dependencies = [
  929 "futures 0.3.31",
  930 "log",
  931]
  932
  933[[package]]
  934name = "async-process"
  935version = "2.3.0"
  936source = "registry+https://github.com/rust-lang/crates.io-index"
  937checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
  938dependencies = [
  939 "async-channel 2.3.1",
  940 "async-io",
  941 "async-lock",
  942 "async-signal",
  943 "async-task",
  944 "blocking",
  945 "cfg-if",
  946 "event-listener 5.3.1",
  947 "futures-lite 2.6.0",
  948 "rustix",
  949 "tracing",
  950]
  951
  952[[package]]
  953name = "async-recursion"
  954version = "0.3.2"
  955source = "registry+https://github.com/rust-lang/crates.io-index"
  956checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
  957dependencies = [
  958 "proc-macro2",
  959 "quote",
  960 "syn 1.0.109",
  961]
  962
  963[[package]]
  964name = "async-recursion"
  965version = "1.1.1"
  966source = "registry+https://github.com/rust-lang/crates.io-index"
  967checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
  968dependencies = [
  969 "proc-macro2",
  970 "quote",
  971 "syn 2.0.100",
  972]
  973
  974[[package]]
  975name = "async-signal"
  976version = "0.2.10"
  977source = "registry+https://github.com/rust-lang/crates.io-index"
  978checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
  979dependencies = [
  980 "async-io",
  981 "async-lock",
  982 "atomic-waker",
  983 "cfg-if",
  984 "futures-core",
  985 "futures-io",
  986 "rustix",
  987 "signal-hook-registry",
  988 "slab",
  989 "windows-sys 0.59.0",
  990]
  991
  992[[package]]
  993name = "async-std"
  994version = "1.13.1"
  995source = "registry+https://github.com/rust-lang/crates.io-index"
  996checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24"
  997dependencies = [
  998 "async-attributes",
  999 "async-channel 1.9.0",
 1000 "async-global-executor",
 1001 "async-io",
 1002 "async-lock",
 1003 "async-process",
 1004 "crossbeam-utils",
 1005 "futures-channel",
 1006 "futures-core",
 1007 "futures-io",
 1008 "futures-lite 2.6.0",
 1009 "gloo-timers",
 1010 "kv-log-macro",
 1011 "log",
 1012 "memchr",
 1013 "once_cell",
 1014 "pin-project-lite",
 1015 "pin-utils",
 1016 "slab",
 1017 "wasm-bindgen-futures",
 1018]
 1019
 1020[[package]]
 1021name = "async-stream"
 1022version = "0.3.6"
 1023source = "registry+https://github.com/rust-lang/crates.io-index"
 1024checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1025dependencies = [
 1026 "async-stream-impl",
 1027 "futures-core",
 1028 "pin-project-lite",
 1029]
 1030
 1031[[package]]
 1032name = "async-stream-impl"
 1033version = "0.3.6"
 1034source = "registry+https://github.com/rust-lang/crates.io-index"
 1035checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1036dependencies = [
 1037 "proc-macro2",
 1038 "quote",
 1039 "syn 2.0.100",
 1040]
 1041
 1042[[package]]
 1043name = "async-stripe"
 1044version = "0.40.0"
 1045source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
 1046dependencies = [
 1047 "chrono",
 1048 "futures-util",
 1049 "http-types",
 1050 "hyper 0.14.32",
 1051 "hyper-rustls 0.24.2",
 1052 "serde",
 1053 "serde_json",
 1054 "serde_path_to_error",
 1055 "serde_qs 0.10.1",
 1056 "smart-default",
 1057 "smol_str 0.1.24",
 1058 "thiserror 1.0.69",
 1059 "tokio",
 1060]
 1061
 1062[[package]]
 1063name = "async-tar"
 1064version = "0.5.0"
 1065source = "registry+https://github.com/rust-lang/crates.io-index"
 1066checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
 1067dependencies = [
 1068 "async-std",
 1069 "filetime",
 1070 "libc",
 1071 "pin-project",
 1072 "redox_syscall 0.2.16",
 1073 "xattr",
 1074]
 1075
 1076[[package]]
 1077name = "async-task"
 1078version = "4.7.1"
 1079source = "registry+https://github.com/rust-lang/crates.io-index"
 1080checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
 1081
 1082[[package]]
 1083name = "async-tls"
 1084version = "0.13.0"
 1085source = "git+https://github.com/zed-industries/async-tls?rev=1e759a4b5e370f87dc15e40756ac4f8815b61d9d#1e759a4b5e370f87dc15e40756ac4f8815b61d9d"
 1086dependencies = [
 1087 "futures-core",
 1088 "futures-io",
 1089 "rustls 0.23.25",
 1090 "rustls-pemfile 2.2.0",
 1091 "webpki-roots",
 1092]
 1093
 1094[[package]]
 1095name = "async-trait"
 1096version = "0.1.88"
 1097source = "registry+https://github.com/rust-lang/crates.io-index"
 1098checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
 1099dependencies = [
 1100 "proc-macro2",
 1101 "quote",
 1102 "syn 2.0.100",
 1103]
 1104
 1105[[package]]
 1106name = "async-tungstenite"
 1107version = "0.28.2"
 1108source = "registry+https://github.com/rust-lang/crates.io-index"
 1109checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99"
 1110dependencies = [
 1111 "async-std",
 1112 "async-tls",
 1113 "atomic-waker",
 1114 "futures-core",
 1115 "futures-io",
 1116 "futures-task",
 1117 "futures-util",
 1118 "log",
 1119 "pin-project-lite",
 1120 "tungstenite 0.24.0",
 1121]
 1122
 1123[[package]]
 1124name = "async-watch"
 1125version = "0.3.1"
 1126source = "registry+https://github.com/rust-lang/crates.io-index"
 1127checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
 1128dependencies = [
 1129 "event-listener 2.5.3",
 1130]
 1131
 1132[[package]]
 1133name = "async_zip"
 1134version = "0.0.17"
 1135source = "registry+https://github.com/rust-lang/crates.io-index"
 1136checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
 1137dependencies = [
 1138 "async-compression",
 1139 "crc32fast",
 1140 "futures-lite 2.6.0",
 1141 "pin-project",
 1142 "thiserror 1.0.69",
 1143]
 1144
 1145[[package]]
 1146name = "asynchronous-codec"
 1147version = "0.7.0"
 1148source = "registry+https://github.com/rust-lang/crates.io-index"
 1149checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1150dependencies = [
 1151 "bytes 1.10.1",
 1152 "futures-sink",
 1153 "futures-util",
 1154 "memchr",
 1155 "pin-project-lite",
 1156]
 1157
 1158[[package]]
 1159name = "atoi"
 1160version = "2.0.0"
 1161source = "registry+https://github.com/rust-lang/crates.io-index"
 1162checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1163dependencies = [
 1164 "num-traits",
 1165]
 1166
 1167[[package]]
 1168name = "atomic"
 1169version = "0.5.3"
 1170source = "registry+https://github.com/rust-lang/crates.io-index"
 1171checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1172
 1173[[package]]
 1174name = "atomic-waker"
 1175version = "1.1.2"
 1176source = "registry+https://github.com/rust-lang/crates.io-index"
 1177checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1178
 1179[[package]]
 1180name = "audio"
 1181version = "0.1.0"
 1182dependencies = [
 1183 "anyhow",
 1184 "collections",
 1185 "derive_more",
 1186 "gpui",
 1187 "parking_lot",
 1188 "rodio",
 1189 "util",
 1190]
 1191
 1192[[package]]
 1193name = "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.9.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.9.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.9.0"
 1973source = "registry+https://github.com/rust-lang/crates.io-index"
 1974checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
 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.9.0",
 2005 "bytemuck",
 2006 "codespan-reporting",
 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.7.0"
 2053source = "registry+https://github.com/rust-lang/crates.io-index"
 2054checksum = "b17679a8d69b6d7fd9cd9801a536cec9fa5e5970b69f9d4747f70b39b031f5e7"
 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.11+1.0.8"
 2293source = "registry+https://github.com/rust-lang/crates.io-index"
 2294checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
 2295dependencies = [
 2296 "cc",
 2297 "libc",
 2298 "pkg-config",
 2299]
 2300
 2301[[package]]
 2302name = "call"
 2303version = "0.1.0"
 2304dependencies = [
 2305 "anyhow",
 2306 "audio",
 2307 "client",
 2308 "collections",
 2309 "fs",
 2310 "futures 0.3.31",
 2311 "gpui",
 2312 "gpui_tokio",
 2313 "http_client",
 2314 "language",
 2315 "livekit_client",
 2316 "log",
 2317 "postage",
 2318 "project",
 2319 "schemars",
 2320 "serde",
 2321 "serde_derive",
 2322 "settings",
 2323 "telemetry",
 2324 "util",
 2325]
 2326
 2327[[package]]
 2328name = "calloop"
 2329version = "0.13.0"
 2330source = "registry+https://github.com/rust-lang/crates.io-index"
 2331checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
 2332dependencies = [
 2333 "bitflags 2.9.0",
 2334 "log",
 2335 "polling",
 2336 "rustix",
 2337 "slab",
 2338 "thiserror 1.0.69",
 2339]
 2340
 2341[[package]]
 2342name = "calloop-wayland-source"
 2343version = "0.3.0"
 2344source = "registry+https://github.com/rust-lang/crates.io-index"
 2345checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
 2346dependencies = [
 2347 "calloop",
 2348 "rustix",
 2349 "wayland-backend",
 2350 "wayland-client",
 2351]
 2352
 2353[[package]]
 2354name = "camino"
 2355version = "1.1.9"
 2356source = "registry+https://github.com/rust-lang/crates.io-index"
 2357checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
 2358dependencies = [
 2359 "serde",
 2360]
 2361
 2362[[package]]
 2363name = "cap-fs-ext"
 2364version = "3.4.2"
 2365source = "registry+https://github.com/rust-lang/crates.io-index"
 2366checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
 2367dependencies = [
 2368 "cap-primitives",
 2369 "cap-std",
 2370 "io-lifetimes",
 2371 "windows-sys 0.59.0",
 2372]
 2373
 2374[[package]]
 2375name = "cap-net-ext"
 2376version = "3.4.2"
 2377source = "registry+https://github.com/rust-lang/crates.io-index"
 2378checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
 2379dependencies = [
 2380 "cap-primitives",
 2381 "cap-std",
 2382 "rustix",
 2383 "smallvec",
 2384]
 2385
 2386[[package]]
 2387name = "cap-primitives"
 2388version = "3.4.2"
 2389source = "registry+https://github.com/rust-lang/crates.io-index"
 2390checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
 2391dependencies = [
 2392 "ambient-authority",
 2393 "fs-set-times",
 2394 "io-extras",
 2395 "io-lifetimes",
 2396 "ipnet",
 2397 "maybe-owned",
 2398 "rustix",
 2399 "windows-sys 0.59.0",
 2400 "winx",
 2401]
 2402
 2403[[package]]
 2404name = "cap-rand"
 2405version = "3.4.2"
 2406source = "registry+https://github.com/rust-lang/crates.io-index"
 2407checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
 2408dependencies = [
 2409 "ambient-authority",
 2410 "rand 0.8.5",
 2411]
 2412
 2413[[package]]
 2414name = "cap-std"
 2415version = "3.4.2"
 2416source = "registry+https://github.com/rust-lang/crates.io-index"
 2417checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
 2418dependencies = [
 2419 "cap-primitives",
 2420 "io-extras",
 2421 "io-lifetimes",
 2422 "rustix",
 2423]
 2424
 2425[[package]]
 2426name = "cap-time-ext"
 2427version = "3.4.2"
 2428source = "registry+https://github.com/rust-lang/crates.io-index"
 2429checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
 2430dependencies = [
 2431 "ambient-authority",
 2432 "cap-primitives",
 2433 "iana-time-zone",
 2434 "once_cell",
 2435 "rustix",
 2436 "winx",
 2437]
 2438
 2439[[package]]
 2440name = "cargo-platform"
 2441version = "0.1.9"
 2442source = "registry+https://github.com/rust-lang/crates.io-index"
 2443checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2444dependencies = [
 2445 "serde",
 2446]
 2447
 2448[[package]]
 2449name = "cargo_metadata"
 2450version = "0.19.2"
 2451source = "registry+https://github.com/rust-lang/crates.io-index"
 2452checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2453dependencies = [
 2454 "camino",
 2455 "cargo-platform",
 2456 "semver",
 2457 "serde",
 2458 "serde_json",
 2459 "thiserror 2.0.12",
 2460]
 2461
 2462[[package]]
 2463name = "cargo_toml"
 2464version = "0.21.0"
 2465source = "registry+https://github.com/rust-lang/crates.io-index"
 2466checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2467dependencies = [
 2468 "serde",
 2469 "toml 0.8.20",
 2470]
 2471
 2472[[package]]
 2473name = "cast"
 2474version = "0.3.0"
 2475source = "registry+https://github.com/rust-lang/crates.io-index"
 2476checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2477
 2478[[package]]
 2479name = "cbc"
 2480version = "0.1.2"
 2481source = "registry+https://github.com/rust-lang/crates.io-index"
 2482checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2483dependencies = [
 2484 "cipher",
 2485]
 2486
 2487[[package]]
 2488name = "cbindgen"
 2489version = "0.27.0"
 2490source = "registry+https://github.com/rust-lang/crates.io-index"
 2491checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
 2492dependencies = [
 2493 "clap",
 2494 "heck 0.4.1",
 2495 "indexmap",
 2496 "log",
 2497 "proc-macro2",
 2498 "quote",
 2499 "serde",
 2500 "serde_json",
 2501 "syn 2.0.100",
 2502 "tempfile",
 2503 "toml 0.8.20",
 2504]
 2505
 2506[[package]]
 2507name = "cbindgen"
 2508version = "0.28.0"
 2509source = "registry+https://github.com/rust-lang/crates.io-index"
 2510checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2511dependencies = [
 2512 "heck 0.4.1",
 2513 "indexmap",
 2514 "log",
 2515 "proc-macro2",
 2516 "quote",
 2517 "serde",
 2518 "serde_json",
 2519 "syn 2.0.100",
 2520 "tempfile",
 2521 "toml 0.8.20",
 2522]
 2523
 2524[[package]]
 2525name = "cc"
 2526version = "1.2.12"
 2527source = "registry+https://github.com/rust-lang/crates.io-index"
 2528checksum = "755717a7de9ec452bf7f3f1a3099085deabd7f2962b861dae91ecd7a365903d2"
 2529dependencies = [
 2530 "jobserver",
 2531 "libc",
 2532 "shlex",
 2533]
 2534
 2535[[package]]
 2536name = "cesu8"
 2537version = "1.1.0"
 2538source = "registry+https://github.com/rust-lang/crates.io-index"
 2539checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2540
 2541[[package]]
 2542name = "cexpr"
 2543version = "0.6.0"
 2544source = "registry+https://github.com/rust-lang/crates.io-index"
 2545checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2546dependencies = [
 2547 "nom",
 2548]
 2549
 2550[[package]]
 2551name = "cfg-expr"
 2552version = "0.15.8"
 2553source = "registry+https://github.com/rust-lang/crates.io-index"
 2554checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2555dependencies = [
 2556 "smallvec",
 2557 "target-lexicon 0.12.16",
 2558]
 2559
 2560[[package]]
 2561name = "cfg-if"
 2562version = "1.0.0"
 2563source = "registry+https://github.com/rust-lang/crates.io-index"
 2564checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 2565
 2566[[package]]
 2567name = "cfg_aliases"
 2568version = "0.1.1"
 2569source = "registry+https://github.com/rust-lang/crates.io-index"
 2570checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2571
 2572[[package]]
 2573name = "cfg_aliases"
 2574version = "0.2.1"
 2575source = "registry+https://github.com/rust-lang/crates.io-index"
 2576checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2577
 2578[[package]]
 2579name = "cgl"
 2580version = "0.3.2"
 2581source = "registry+https://github.com/rust-lang/crates.io-index"
 2582checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2583dependencies = [
 2584 "libc",
 2585]
 2586
 2587[[package]]
 2588name = "channel"
 2589version = "0.1.0"
 2590dependencies = [
 2591 "anyhow",
 2592 "client",
 2593 "clock",
 2594 "collections",
 2595 "futures 0.3.31",
 2596 "gpui",
 2597 "http_client",
 2598 "language",
 2599 "log",
 2600 "rand 0.8.5",
 2601 "release_channel",
 2602 "rpc",
 2603 "settings",
 2604 "sum_tree",
 2605 "text",
 2606 "time",
 2607 "util",
 2608]
 2609
 2610[[package]]
 2611name = "chrono"
 2612version = "0.4.40"
 2613source = "registry+https://github.com/rust-lang/crates.io-index"
 2614checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
 2615dependencies = [
 2616 "android-tzdata",
 2617 "iana-time-zone",
 2618 "js-sys",
 2619 "num-traits",
 2620 "serde",
 2621 "wasm-bindgen",
 2622 "windows-link",
 2623]
 2624
 2625[[package]]
 2626name = "chunked_transfer"
 2627version = "1.5.0"
 2628source = "registry+https://github.com/rust-lang/crates.io-index"
 2629checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2630
 2631[[package]]
 2632name = "ciborium"
 2633version = "0.2.2"
 2634source = "registry+https://github.com/rust-lang/crates.io-index"
 2635checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2636dependencies = [
 2637 "ciborium-io",
 2638 "ciborium-ll",
 2639 "serde",
 2640]
 2641
 2642[[package]]
 2643name = "ciborium-io"
 2644version = "0.2.2"
 2645source = "registry+https://github.com/rust-lang/crates.io-index"
 2646checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2647
 2648[[package]]
 2649name = "ciborium-ll"
 2650version = "0.2.2"
 2651source = "registry+https://github.com/rust-lang/crates.io-index"
 2652checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2653dependencies = [
 2654 "ciborium-io",
 2655 "half",
 2656]
 2657
 2658[[package]]
 2659name = "cipher"
 2660version = "0.4.4"
 2661source = "registry+https://github.com/rust-lang/crates.io-index"
 2662checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2663dependencies = [
 2664 "crypto-common",
 2665 "inout",
 2666 "zeroize",
 2667]
 2668
 2669[[package]]
 2670name = "circular-buffer"
 2671version = "1.0.0"
 2672source = "registry+https://github.com/rust-lang/crates.io-index"
 2673checksum = "4dacb91f972298e70fc507a2ffcaf1545807f1a36da586fb846646030adc542f"
 2674
 2675[[package]]
 2676name = "clang-sys"
 2677version = "1.8.1"
 2678source = "registry+https://github.com/rust-lang/crates.io-index"
 2679checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2680dependencies = [
 2681 "glob",
 2682 "libc",
 2683 "libloading",
 2684]
 2685
 2686[[package]]
 2687name = "clap"
 2688version = "4.5.34"
 2689source = "registry+https://github.com/rust-lang/crates.io-index"
 2690checksum = "e958897981290da2a852763fe9cdb89cd36977a5d729023127095fa94d95e2ff"
 2691dependencies = [
 2692 "clap_builder",
 2693 "clap_derive",
 2694]
 2695
 2696[[package]]
 2697name = "clap_builder"
 2698version = "4.5.34"
 2699source = "registry+https://github.com/rust-lang/crates.io-index"
 2700checksum = "83b0f35019843db2160b5bb19ae09b4e6411ac33fc6a712003c33e03090e2489"
 2701dependencies = [
 2702 "anstream",
 2703 "anstyle",
 2704 "clap_lex",
 2705 "strsim",
 2706 "terminal_size",
 2707]
 2708
 2709[[package]]
 2710name = "clap_complete"
 2711version = "4.5.38"
 2712source = "registry+https://github.com/rust-lang/crates.io-index"
 2713checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
 2714dependencies = [
 2715 "clap",
 2716]
 2717
 2718[[package]]
 2719name = "clap_derive"
 2720version = "4.5.32"
 2721source = "registry+https://github.com/rust-lang/crates.io-index"
 2722checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
 2723dependencies = [
 2724 "heck 0.5.0",
 2725 "proc-macro2",
 2726 "quote",
 2727 "syn 2.0.100",
 2728]
 2729
 2730[[package]]
 2731name = "clap_lex"
 2732version = "0.7.4"
 2733source = "registry+https://github.com/rust-lang/crates.io-index"
 2734checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
 2735
 2736[[package]]
 2737name = "cli"
 2738version = "0.1.0"
 2739dependencies = [
 2740 "anyhow",
 2741 "clap",
 2742 "collections",
 2743 "core-foundation 0.10.0",
 2744 "core-services",
 2745 "exec",
 2746 "fork",
 2747 "ipc-channel",
 2748 "parking_lot",
 2749 "paths",
 2750 "plist",
 2751 "release_channel",
 2752 "serde",
 2753 "tempfile",
 2754 "util",
 2755 "windows 0.61.1",
 2756]
 2757
 2758[[package]]
 2759name = "client"
 2760version = "0.1.0"
 2761dependencies = [
 2762 "anyhow",
 2763 "async-native-tls",
 2764 "async-recursion 0.3.2",
 2765 "async-tungstenite",
 2766 "chrono",
 2767 "clock",
 2768 "cocoa 0.26.0",
 2769 "collections",
 2770 "credentials_provider",
 2771 "feature_flags",
 2772 "futures 0.3.31",
 2773 "gpui",
 2774 "http_client",
 2775 "http_client_tls",
 2776 "log",
 2777 "parking_lot",
 2778 "paths",
 2779 "postage",
 2780 "rand 0.8.5",
 2781 "release_channel",
 2782 "rpc",
 2783 "schemars",
 2784 "serde",
 2785 "serde_json",
 2786 "settings",
 2787 "sha2",
 2788 "smol",
 2789 "telemetry",
 2790 "telemetry_events",
 2791 "text",
 2792 "thiserror 2.0.12",
 2793 "time",
 2794 "tiny_http",
 2795 "tokio-socks",
 2796 "url",
 2797 "util",
 2798 "windows 0.61.1",
 2799 "worktree",
 2800]
 2801
 2802[[package]]
 2803name = "clock"
 2804version = "0.1.0"
 2805dependencies = [
 2806 "parking_lot",
 2807 "serde",
 2808 "smallvec",
 2809]
 2810
 2811[[package]]
 2812name = "cmake"
 2813version = "0.1.53"
 2814source = "registry+https://github.com/rust-lang/crates.io-index"
 2815checksum = "e24a03c8b52922d68a1589ad61032f2c1aa5a8158d2aa0d93c6e9534944bbad6"
 2816dependencies = [
 2817 "cc",
 2818]
 2819
 2820[[package]]
 2821name = "cobs"
 2822version = "0.2.3"
 2823source = "registry+https://github.com/rust-lang/crates.io-index"
 2824checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
 2825
 2826[[package]]
 2827name = "cocoa"
 2828version = "0.25.0"
 2829source = "registry+https://github.com/rust-lang/crates.io-index"
 2830checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 2831dependencies = [
 2832 "bitflags 1.3.2",
 2833 "block",
 2834 "cocoa-foundation 0.1.2",
 2835 "core-foundation 0.9.4",
 2836 "core-graphics 0.23.2",
 2837 "foreign-types 0.5.0",
 2838 "libc",
 2839 "objc",
 2840]
 2841
 2842[[package]]
 2843name = "cocoa"
 2844version = "0.26.0"
 2845source = "registry+https://github.com/rust-lang/crates.io-index"
 2846checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 2847dependencies = [
 2848 "bitflags 2.9.0",
 2849 "block",
 2850 "cocoa-foundation 0.2.0",
 2851 "core-foundation 0.10.0",
 2852 "core-graphics 0.24.0",
 2853 "foreign-types 0.5.0",
 2854 "libc",
 2855 "objc",
 2856]
 2857
 2858[[package]]
 2859name = "cocoa-foundation"
 2860version = "0.1.2"
 2861source = "registry+https://github.com/rust-lang/crates.io-index"
 2862checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 2863dependencies = [
 2864 "bitflags 1.3.2",
 2865 "block",
 2866 "core-foundation 0.9.4",
 2867 "core-graphics-types 0.1.3",
 2868 "libc",
 2869 "objc",
 2870]
 2871
 2872[[package]]
 2873name = "cocoa-foundation"
 2874version = "0.2.0"
 2875source = "registry+https://github.com/rust-lang/crates.io-index"
 2876checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 2877dependencies = [
 2878 "bitflags 2.9.0",
 2879 "block",
 2880 "core-foundation 0.10.0",
 2881 "core-graphics-types 0.2.0",
 2882 "libc",
 2883 "objc",
 2884]
 2885
 2886[[package]]
 2887name = "codespan-reporting"
 2888version = "0.11.1"
 2889source = "registry+https://github.com/rust-lang/crates.io-index"
 2890checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
 2891dependencies = [
 2892 "termcolor",
 2893 "unicode-width",
 2894]
 2895
 2896[[package]]
 2897name = "collab"
 2898version = "0.44.0"
 2899dependencies = [
 2900 "anthropic",
 2901 "anyhow",
 2902 "assistant",
 2903 "assistant_context_editor",
 2904 "assistant_slash_command",
 2905 "assistant_tool",
 2906 "async-stripe",
 2907 "async-trait",
 2908 "async-tungstenite",
 2909 "audio",
 2910 "aws-config",
 2911 "aws-sdk-kinesis",
 2912 "aws-sdk-s3",
 2913 "axum",
 2914 "axum-extra",
 2915 "base64 0.22.1",
 2916 "buffer_diff",
 2917 "call",
 2918 "channel",
 2919 "chrono",
 2920 "client",
 2921 "clock",
 2922 "collab_ui",
 2923 "collections",
 2924 "command_palette_hooks",
 2925 "context_server",
 2926 "ctor",
 2927 "dap",
 2928 "dashmap 6.1.0",
 2929 "debugger_ui",
 2930 "derive_more",
 2931 "editor",
 2932 "env_logger 0.11.7",
 2933 "envy",
 2934 "extension",
 2935 "file_finder",
 2936 "fs",
 2937 "futures 0.3.31",
 2938 "git",
 2939 "git_hosting_providers",
 2940 "git_ui",
 2941 "google_ai",
 2942 "gpui",
 2943 "gpui_tokio",
 2944 "hex",
 2945 "http_client",
 2946 "hyper 0.14.32",
 2947 "indoc",
 2948 "jsonwebtoken",
 2949 "language",
 2950 "language_model",
 2951 "livekit_api",
 2952 "livekit_client",
 2953 "log",
 2954 "lsp",
 2955 "menu",
 2956 "multi_buffer",
 2957 "nanoid",
 2958 "node_runtime",
 2959 "notifications",
 2960 "open_ai",
 2961 "parking_lot",
 2962 "pretty_assertions",
 2963 "project",
 2964 "prometheus",
 2965 "prompt_store",
 2966 "prost 0.9.0",
 2967 "rand 0.8.5",
 2968 "recent_projects",
 2969 "release_channel",
 2970 "remote",
 2971 "remote_server",
 2972 "reqwest 0.11.27",
 2973 "reqwest_client",
 2974 "rpc",
 2975 "rustc-demangle",
 2976 "scrypt",
 2977 "sea-orm",
 2978 "semantic_version",
 2979 "semver",
 2980 "serde",
 2981 "serde_derive",
 2982 "serde_json",
 2983 "session",
 2984 "settings",
 2985 "sha2",
 2986 "sqlx",
 2987 "strum",
 2988 "subtle",
 2989 "supermaven_api",
 2990 "telemetry_events",
 2991 "text",
 2992 "theme",
 2993 "thiserror 2.0.12",
 2994 "time",
 2995 "tokio",
 2996 "toml 0.8.20",
 2997 "tower",
 2998 "tower-http 0.4.4",
 2999 "tracing",
 3000 "tracing-subscriber",
 3001 "unindent",
 3002 "util",
 3003 "uuid",
 3004 "workspace",
 3005 "worktree",
 3006]
 3007
 3008[[package]]
 3009name = "collab_ui"
 3010version = "0.1.0"
 3011dependencies = [
 3012 "anyhow",
 3013 "call",
 3014 "channel",
 3015 "chrono",
 3016 "client",
 3017 "collections",
 3018 "db",
 3019 "editor",
 3020 "emojis",
 3021 "futures 0.3.31",
 3022 "fuzzy",
 3023 "gpui",
 3024 "http_client",
 3025 "language",
 3026 "menu",
 3027 "notifications",
 3028 "picker",
 3029 "pretty_assertions",
 3030 "project",
 3031 "release_channel",
 3032 "rich_text",
 3033 "rpc",
 3034 "schemars",
 3035 "serde",
 3036 "serde_derive",
 3037 "serde_json",
 3038 "settings",
 3039 "smallvec",
 3040 "story",
 3041 "telemetry",
 3042 "theme",
 3043 "time",
 3044 "time_format",
 3045 "title_bar",
 3046 "tree-sitter-md",
 3047 "ui",
 3048 "util",
 3049 "workspace",
 3050]
 3051
 3052[[package]]
 3053name = "collections"
 3054version = "0.1.0"
 3055dependencies = [
 3056 "indexmap",
 3057 "rustc-hash 2.1.1",
 3058]
 3059
 3060[[package]]
 3061name = "color_quant"
 3062version = "1.1.0"
 3063source = "registry+https://github.com/rust-lang/crates.io-index"
 3064checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3065
 3066[[package]]
 3067name = "colorchoice"
 3068version = "1.0.3"
 3069source = "registry+https://github.com/rust-lang/crates.io-index"
 3070checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
 3071
 3072[[package]]
 3073name = "combine"
 3074version = "4.6.7"
 3075source = "registry+https://github.com/rust-lang/crates.io-index"
 3076checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3077dependencies = [
 3078 "bytes 1.10.1",
 3079 "memchr",
 3080]
 3081
 3082[[package]]
 3083name = "command_palette"
 3084version = "0.1.0"
 3085dependencies = [
 3086 "client",
 3087 "collections",
 3088 "command_palette_hooks",
 3089 "ctor",
 3090 "editor",
 3091 "env_logger 0.11.7",
 3092 "fuzzy",
 3093 "go_to_line",
 3094 "gpui",
 3095 "language",
 3096 "menu",
 3097 "picker",
 3098 "postage",
 3099 "project",
 3100 "serde",
 3101 "serde_json",
 3102 "settings",
 3103 "telemetry",
 3104 "theme",
 3105 "ui",
 3106 "util",
 3107 "workspace",
 3108 "zed_actions",
 3109]
 3110
 3111[[package]]
 3112name = "command_palette_hooks"
 3113version = "0.1.0"
 3114dependencies = [
 3115 "collections",
 3116 "derive_more",
 3117 "gpui",
 3118]
 3119
 3120[[package]]
 3121name = "component"
 3122version = "0.1.0"
 3123dependencies = [
 3124 "collections",
 3125 "gpui",
 3126 "linkme",
 3127 "parking_lot",
 3128 "theme",
 3129]
 3130
 3131[[package]]
 3132name = "component_preview"
 3133version = "0.1.0"
 3134dependencies = [
 3135 "client",
 3136 "collections",
 3137 "component",
 3138 "gpui",
 3139 "languages",
 3140 "notifications",
 3141 "project",
 3142 "ui",
 3143 "workspace",
 3144]
 3145
 3146[[package]]
 3147name = "concurrent-queue"
 3148version = "2.5.0"
 3149source = "registry+https://github.com/rust-lang/crates.io-index"
 3150checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3151dependencies = [
 3152 "crossbeam-utils",
 3153]
 3154
 3155[[package]]
 3156name = "console"
 3157version = "0.15.8"
 3158source = "registry+https://github.com/rust-lang/crates.io-index"
 3159checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
 3160dependencies = [
 3161 "encode_unicode",
 3162 "lazy_static",
 3163 "libc",
 3164 "unicode-width",
 3165 "windows-sys 0.52.0",
 3166]
 3167
 3168[[package]]
 3169name = "const-oid"
 3170version = "0.9.6"
 3171source = "registry+https://github.com/rust-lang/crates.io-index"
 3172checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3173
 3174[[package]]
 3175name = "const-random"
 3176version = "0.1.18"
 3177source = "registry+https://github.com/rust-lang/crates.io-index"
 3178checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3179dependencies = [
 3180 "const-random-macro",
 3181]
 3182
 3183[[package]]
 3184name = "const-random-macro"
 3185version = "0.1.16"
 3186source = "registry+https://github.com/rust-lang/crates.io-index"
 3187checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3188dependencies = [
 3189 "getrandom 0.2.15",
 3190 "once_cell",
 3191 "tiny-keccak",
 3192]
 3193
 3194[[package]]
 3195name = "constant_time_eq"
 3196version = "0.1.5"
 3197source = "registry+https://github.com/rust-lang/crates.io-index"
 3198checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3199
 3200[[package]]
 3201name = "constant_time_eq"
 3202version = "0.3.1"
 3203source = "registry+https://github.com/rust-lang/crates.io-index"
 3204checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
 3205
 3206[[package]]
 3207name = "context_server"
 3208version = "0.1.0"
 3209dependencies = [
 3210 "anyhow",
 3211 "assistant_tool",
 3212 "async-trait",
 3213 "collections",
 3214 "command_palette_hooks",
 3215 "context_server_settings",
 3216 "extension",
 3217 "futures 0.3.31",
 3218 "gpui",
 3219 "icons",
 3220 "language_model",
 3221 "log",
 3222 "parking_lot",
 3223 "postage",
 3224 "project",
 3225 "serde",
 3226 "serde_json",
 3227 "settings",
 3228 "smol",
 3229 "url",
 3230 "util",
 3231]
 3232
 3233[[package]]
 3234name = "context_server_settings"
 3235version = "0.1.0"
 3236dependencies = [
 3237 "anyhow",
 3238 "collections",
 3239 "gpui",
 3240 "schemars",
 3241 "serde",
 3242 "serde_json",
 3243 "settings",
 3244]
 3245
 3246[[package]]
 3247name = "convert_case"
 3248version = "0.4.0"
 3249source = "registry+https://github.com/rust-lang/crates.io-index"
 3250checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
 3251
 3252[[package]]
 3253name = "convert_case"
 3254version = "0.8.0"
 3255source = "registry+https://github.com/rust-lang/crates.io-index"
 3256checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3257dependencies = [
 3258 "unicode-segmentation",
 3259]
 3260
 3261[[package]]
 3262name = "copilot"
 3263version = "0.1.0"
 3264dependencies = [
 3265 "anyhow",
 3266 "async-std",
 3267 "chrono",
 3268 "client",
 3269 "clock",
 3270 "collections",
 3271 "command_palette_hooks",
 3272 "ctor",
 3273 "editor",
 3274 "env_logger 0.11.7",
 3275 "fs",
 3276 "futures 0.3.31",
 3277 "gpui",
 3278 "http_client",
 3279 "indoc",
 3280 "inline_completion",
 3281 "language",
 3282 "log",
 3283 "lsp",
 3284 "menu",
 3285 "node_runtime",
 3286 "parking_lot",
 3287 "paths",
 3288 "project",
 3289 "rpc",
 3290 "schemars",
 3291 "serde",
 3292 "serde_json",
 3293 "settings",
 3294 "strum",
 3295 "task",
 3296 "theme",
 3297 "ui",
 3298 "util",
 3299 "workspace",
 3300]
 3301
 3302[[package]]
 3303name = "core-foundation"
 3304version = "0.9.4"
 3305source = "registry+https://github.com/rust-lang/crates.io-index"
 3306checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3307dependencies = [
 3308 "core-foundation-sys",
 3309 "libc",
 3310]
 3311
 3312[[package]]
 3313name = "core-foundation"
 3314version = "0.10.0"
 3315source = "registry+https://github.com/rust-lang/crates.io-index"
 3316checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3317dependencies = [
 3318 "core-foundation-sys",
 3319 "libc",
 3320]
 3321
 3322[[package]]
 3323name = "core-foundation-sys"
 3324version = "0.8.7"
 3325source = "registry+https://github.com/rust-lang/crates.io-index"
 3326checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3327
 3328[[package]]
 3329name = "core-graphics"
 3330version = "0.23.2"
 3331source = "registry+https://github.com/rust-lang/crates.io-index"
 3332checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3333dependencies = [
 3334 "bitflags 1.3.2",
 3335 "core-foundation 0.9.4",
 3336 "core-graphics-types 0.1.3",
 3337 "foreign-types 0.5.0",
 3338 "libc",
 3339]
 3340
 3341[[package]]
 3342name = "core-graphics"
 3343version = "0.24.0"
 3344source = "registry+https://github.com/rust-lang/crates.io-index"
 3345checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3346dependencies = [
 3347 "bitflags 2.9.0",
 3348 "core-foundation 0.10.0",
 3349 "core-graphics-types 0.2.0",
 3350 "foreign-types 0.5.0",
 3351 "libc",
 3352]
 3353
 3354[[package]]
 3355name = "core-graphics-types"
 3356version = "0.1.3"
 3357source = "registry+https://github.com/rust-lang/crates.io-index"
 3358checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3359dependencies = [
 3360 "bitflags 1.3.2",
 3361 "core-foundation 0.9.4",
 3362 "libc",
 3363]
 3364
 3365[[package]]
 3366name = "core-graphics-types"
 3367version = "0.2.0"
 3368source = "registry+https://github.com/rust-lang/crates.io-index"
 3369checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3370dependencies = [
 3371 "bitflags 2.9.0",
 3372 "core-foundation 0.10.0",
 3373 "libc",
 3374]
 3375
 3376[[package]]
 3377name = "core-graphics2"
 3378version = "0.4.1"
 3379source = "registry+https://github.com/rust-lang/crates.io-index"
 3380checksum = "7e4583956b9806b69f73fcb23aee05eb3620efc282972f08f6a6db7504f8334d"
 3381dependencies = [
 3382 "bitflags 2.9.0",
 3383 "block",
 3384 "cfg-if",
 3385 "core-foundation 0.10.0",
 3386 "libc",
 3387]
 3388
 3389[[package]]
 3390name = "core-services"
 3391version = "0.2.1"
 3392source = "registry+https://github.com/rust-lang/crates.io-index"
 3393checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3394dependencies = [
 3395 "core-foundation 0.9.4",
 3396]
 3397
 3398[[package]]
 3399name = "core-text"
 3400version = "21.0.0"
 3401source = "registry+https://github.com/rust-lang/crates.io-index"
 3402checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3403dependencies = [
 3404 "core-foundation 0.10.0",
 3405 "core-graphics 0.24.0",
 3406 "foreign-types 0.5.0",
 3407 "libc",
 3408]
 3409
 3410[[package]]
 3411name = "core-video"
 3412version = "0.4.3"
 3413source = "registry+https://github.com/rust-lang/crates.io-index"
 3414checksum = "d45e71d5be22206bed53c3c3cb99315fc4c3d31b8963808c6bc4538168c4f8ef"
 3415dependencies = [
 3416 "block",
 3417 "core-foundation 0.10.0",
 3418 "core-graphics2",
 3419 "io-surface",
 3420 "libc",
 3421 "metal",
 3422]
 3423
 3424[[package]]
 3425name = "core_maths"
 3426version = "0.1.1"
 3427source = "registry+https://github.com/rust-lang/crates.io-index"
 3428checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3429dependencies = [
 3430 "libm",
 3431]
 3432
 3433[[package]]
 3434name = "coreaudio-rs"
 3435version = "0.11.3"
 3436source = "registry+https://github.com/rust-lang/crates.io-index"
 3437checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
 3438dependencies = [
 3439 "bitflags 1.3.2",
 3440 "core-foundation-sys",
 3441 "coreaudio-sys",
 3442]
 3443
 3444[[package]]
 3445name = "coreaudio-rs"
 3446version = "0.12.1"
 3447source = "registry+https://github.com/rust-lang/crates.io-index"
 3448checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3449dependencies = [
 3450 "bitflags 1.3.2",
 3451 "core-foundation-sys",
 3452 "coreaudio-sys",
 3453]
 3454
 3455[[package]]
 3456name = "coreaudio-sys"
 3457version = "0.2.16"
 3458source = "registry+https://github.com/rust-lang/crates.io-index"
 3459checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
 3460dependencies = [
 3461 "bindgen 0.70.1",
 3462]
 3463
 3464[[package]]
 3465name = "cosmic-text"
 3466version = "0.13.2"
 3467source = "registry+https://github.com/rust-lang/crates.io-index"
 3468checksum = "e418dd4f5128c3e93eab12246391c54a20c496811131f85754dc8152ee207892"
 3469dependencies = [
 3470 "bitflags 2.9.0",
 3471 "fontdb 0.16.2",
 3472 "log",
 3473 "rangemap",
 3474 "rustc-hash 1.1.0",
 3475 "rustybuzz 0.14.1",
 3476 "self_cell",
 3477 "smol_str 0.2.2",
 3478 "swash",
 3479 "sys-locale",
 3480 "ttf-parser 0.21.1",
 3481 "unicode-bidi",
 3482 "unicode-linebreak",
 3483 "unicode-script",
 3484 "unicode-segmentation",
 3485]
 3486
 3487[[package]]
 3488name = "cpal"
 3489version = "0.15.3"
 3490source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
 3491dependencies = [
 3492 "alsa",
 3493 "core-foundation-sys",
 3494 "coreaudio-rs 0.11.3",
 3495 "dasp_sample",
 3496 "jni",
 3497 "js-sys",
 3498 "libc",
 3499 "mach2",
 3500 "ndk",
 3501 "ndk-context",
 3502 "oboe",
 3503 "wasm-bindgen",
 3504 "wasm-bindgen-futures",
 3505 "web-sys",
 3506 "windows 0.54.0",
 3507]
 3508
 3509[[package]]
 3510name = "cpp_demangle"
 3511version = "0.4.4"
 3512source = "registry+https://github.com/rust-lang/crates.io-index"
 3513checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
 3514dependencies = [
 3515 "cfg-if",
 3516]
 3517
 3518[[package]]
 3519name = "cpufeatures"
 3520version = "0.2.16"
 3521source = "registry+https://github.com/rust-lang/crates.io-index"
 3522checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
 3523dependencies = [
 3524 "libc",
 3525]
 3526
 3527[[package]]
 3528name = "cranelift-bforest"
 3529version = "0.116.1"
 3530source = "registry+https://github.com/rust-lang/crates.io-index"
 3531checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
 3532dependencies = [
 3533 "cranelift-entity",
 3534]
 3535
 3536[[package]]
 3537name = "cranelift-bitset"
 3538version = "0.116.1"
 3539source = "registry+https://github.com/rust-lang/crates.io-index"
 3540checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
 3541dependencies = [
 3542 "serde",
 3543 "serde_derive",
 3544]
 3545
 3546[[package]]
 3547name = "cranelift-codegen"
 3548version = "0.116.1"
 3549source = "registry+https://github.com/rust-lang/crates.io-index"
 3550checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
 3551dependencies = [
 3552 "bumpalo",
 3553 "cranelift-bforest",
 3554 "cranelift-bitset",
 3555 "cranelift-codegen-meta",
 3556 "cranelift-codegen-shared",
 3557 "cranelift-control",
 3558 "cranelift-entity",
 3559 "cranelift-isle",
 3560 "gimli",
 3561 "hashbrown 0.14.5",
 3562 "log",
 3563 "regalloc2",
 3564 "rustc-hash 2.1.1",
 3565 "serde",
 3566 "smallvec",
 3567 "target-lexicon 0.13.2",
 3568]
 3569
 3570[[package]]
 3571name = "cranelift-codegen-meta"
 3572version = "0.116.1"
 3573source = "registry+https://github.com/rust-lang/crates.io-index"
 3574checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
 3575dependencies = [
 3576 "cranelift-codegen-shared",
 3577]
 3578
 3579[[package]]
 3580name = "cranelift-codegen-shared"
 3581version = "0.116.1"
 3582source = "registry+https://github.com/rust-lang/crates.io-index"
 3583checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
 3584
 3585[[package]]
 3586name = "cranelift-control"
 3587version = "0.116.1"
 3588source = "registry+https://github.com/rust-lang/crates.io-index"
 3589checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
 3590dependencies = [
 3591 "arbitrary",
 3592]
 3593
 3594[[package]]
 3595name = "cranelift-entity"
 3596version = "0.116.1"
 3597source = "registry+https://github.com/rust-lang/crates.io-index"
 3598checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
 3599dependencies = [
 3600 "cranelift-bitset",
 3601 "serde",
 3602 "serde_derive",
 3603]
 3604
 3605[[package]]
 3606name = "cranelift-frontend"
 3607version = "0.116.1"
 3608source = "registry+https://github.com/rust-lang/crates.io-index"
 3609checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
 3610dependencies = [
 3611 "cranelift-codegen",
 3612 "log",
 3613 "smallvec",
 3614 "target-lexicon 0.13.2",
 3615]
 3616
 3617[[package]]
 3618name = "cranelift-isle"
 3619version = "0.116.1"
 3620source = "registry+https://github.com/rust-lang/crates.io-index"
 3621checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
 3622
 3623[[package]]
 3624name = "cranelift-native"
 3625version = "0.116.1"
 3626source = "registry+https://github.com/rust-lang/crates.io-index"
 3627checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
 3628dependencies = [
 3629 "cranelift-codegen",
 3630 "libc",
 3631 "target-lexicon 0.13.2",
 3632]
 3633
 3634[[package]]
 3635name = "crc"
 3636version = "3.2.1"
 3637source = "registry+https://github.com/rust-lang/crates.io-index"
 3638checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
 3639dependencies = [
 3640 "crc-catalog",
 3641]
 3642
 3643[[package]]
 3644name = "crc-catalog"
 3645version = "2.4.0"
 3646source = "registry+https://github.com/rust-lang/crates.io-index"
 3647checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 3648
 3649[[package]]
 3650name = "crc32c"
 3651version = "0.6.8"
 3652source = "registry+https://github.com/rust-lang/crates.io-index"
 3653checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
 3654dependencies = [
 3655 "rustc_version",
 3656]
 3657
 3658[[package]]
 3659name = "crc32fast"
 3660version = "1.4.2"
 3661source = "registry+https://github.com/rust-lang/crates.io-index"
 3662checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
 3663dependencies = [
 3664 "cfg-if",
 3665]
 3666
 3667[[package]]
 3668name = "crc64fast-nvme"
 3669version = "1.1.1"
 3670source = "registry+https://github.com/rust-lang/crates.io-index"
 3671checksum = "d5e2ee08013e3f228d6d2394116c4549a6df77708442c62d887d83f68ef2ee37"
 3672dependencies = [
 3673 "cbindgen 0.27.0",
 3674 "crc",
 3675]
 3676
 3677[[package]]
 3678name = "credentials_provider"
 3679version = "0.1.0"
 3680dependencies = [
 3681 "anyhow",
 3682 "futures 0.3.31",
 3683 "gpui",
 3684 "paths",
 3685 "release_channel",
 3686 "serde",
 3687 "serde_json",
 3688]
 3689
 3690[[package]]
 3691name = "criterion"
 3692version = "0.5.1"
 3693source = "registry+https://github.com/rust-lang/crates.io-index"
 3694checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 3695dependencies = [
 3696 "anes",
 3697 "cast",
 3698 "ciborium",
 3699 "clap",
 3700 "criterion-plot",
 3701 "is-terminal",
 3702 "itertools 0.10.5",
 3703 "num-traits",
 3704 "once_cell",
 3705 "oorandom",
 3706 "plotters",
 3707 "rayon",
 3708 "regex",
 3709 "serde",
 3710 "serde_derive",
 3711 "serde_json",
 3712 "tinytemplate",
 3713 "walkdir",
 3714]
 3715
 3716[[package]]
 3717name = "criterion-plot"
 3718version = "0.5.0"
 3719source = "registry+https://github.com/rust-lang/crates.io-index"
 3720checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 3721dependencies = [
 3722 "cast",
 3723 "itertools 0.10.5",
 3724]
 3725
 3726[[package]]
 3727name = "crossbeam-channel"
 3728version = "0.5.13"
 3729source = "registry+https://github.com/rust-lang/crates.io-index"
 3730checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
 3731dependencies = [
 3732 "crossbeam-utils",
 3733]
 3734
 3735[[package]]
 3736name = "crossbeam-deque"
 3737version = "0.8.5"
 3738source = "registry+https://github.com/rust-lang/crates.io-index"
 3739checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
 3740dependencies = [
 3741 "crossbeam-epoch",
 3742 "crossbeam-utils",
 3743]
 3744
 3745[[package]]
 3746name = "crossbeam-epoch"
 3747version = "0.9.18"
 3748source = "registry+https://github.com/rust-lang/crates.io-index"
 3749checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 3750dependencies = [
 3751 "crossbeam-utils",
 3752]
 3753
 3754[[package]]
 3755name = "crossbeam-queue"
 3756version = "0.3.11"
 3757source = "registry+https://github.com/rust-lang/crates.io-index"
 3758checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
 3759dependencies = [
 3760 "crossbeam-utils",
 3761]
 3762
 3763[[package]]
 3764name = "crossbeam-utils"
 3765version = "0.8.20"
 3766source = "registry+https://github.com/rust-lang/crates.io-index"
 3767checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
 3768
 3769[[package]]
 3770name = "crunchy"
 3771version = "0.2.2"
 3772source = "registry+https://github.com/rust-lang/crates.io-index"
 3773checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
 3774
 3775[[package]]
 3776name = "crypto-bigint"
 3777version = "0.4.9"
 3778source = "registry+https://github.com/rust-lang/crates.io-index"
 3779checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 3780dependencies = [
 3781 "generic-array",
 3782 "rand_core 0.6.4",
 3783 "subtle",
 3784 "zeroize",
 3785]
 3786
 3787[[package]]
 3788name = "crypto-bigint"
 3789version = "0.5.5"
 3790source = "registry+https://github.com/rust-lang/crates.io-index"
 3791checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 3792dependencies = [
 3793 "rand_core 0.6.4",
 3794 "subtle",
 3795]
 3796
 3797[[package]]
 3798name = "crypto-common"
 3799version = "0.1.6"
 3800source = "registry+https://github.com/rust-lang/crates.io-index"
 3801checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 3802dependencies = [
 3803 "generic-array",
 3804 "rand_core 0.6.4",
 3805 "typenum",
 3806]
 3807
 3808[[package]]
 3809name = "ctor"
 3810version = "0.4.1"
 3811source = "registry+https://github.com/rust-lang/crates.io-index"
 3812checksum = "07e9666f4a9a948d4f1dff0c08a4512b0f7c86414b23960104c243c10d79f4c3"
 3813dependencies = [
 3814 "ctor-proc-macro",
 3815 "dtor",
 3816]
 3817
 3818[[package]]
 3819name = "ctor-proc-macro"
 3820version = "0.0.5"
 3821source = "registry+https://github.com/rust-lang/crates.io-index"
 3822checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
 3823
 3824[[package]]
 3825name = "ctrlc"
 3826version = "3.4.5"
 3827source = "registry+https://github.com/rust-lang/crates.io-index"
 3828checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
 3829dependencies = [
 3830 "nix",
 3831 "windows-sys 0.59.0",
 3832]
 3833
 3834[[package]]
 3835name = "cursor-icon"
 3836version = "1.1.0"
 3837source = "registry+https://github.com/rust-lang/crates.io-index"
 3838checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
 3839
 3840[[package]]
 3841name = "cxx"
 3842version = "1.0.134"
 3843source = "registry+https://github.com/rust-lang/crates.io-index"
 3844checksum = "a5a32d755fe20281b46118ee4b507233311fb7a48a0cfd42f554b93640521a2f"
 3845dependencies = [
 3846 "cc",
 3847 "cxxbridge-cmd",
 3848 "cxxbridge-flags",
 3849 "cxxbridge-macro",
 3850 "foldhash",
 3851 "link-cplusplus",
 3852]
 3853
 3854[[package]]
 3855name = "cxx-build"
 3856version = "1.0.134"
 3857source = "registry+https://github.com/rust-lang/crates.io-index"
 3858checksum = "11645536ada5d1c8804312cbffc9ab950f2216154de431de930da47ca6955199"
 3859dependencies = [
 3860 "cc",
 3861 "codespan-reporting",
 3862 "proc-macro2",
 3863 "quote",
 3864 "scratch",
 3865 "syn 2.0.100",
 3866]
 3867
 3868[[package]]
 3869name = "cxxbridge-cmd"
 3870version = "1.0.134"
 3871source = "registry+https://github.com/rust-lang/crates.io-index"
 3872checksum = "ebcc9c78e3c7289665aab921a2b394eaffe8bdb369aa18d81ffc0f534fd49385"
 3873dependencies = [
 3874 "clap",
 3875 "codespan-reporting",
 3876 "proc-macro2",
 3877 "quote",
 3878 "syn 2.0.100",
 3879]
 3880
 3881[[package]]
 3882name = "cxxbridge-flags"
 3883version = "1.0.134"
 3884source = "registry+https://github.com/rust-lang/crates.io-index"
 3885checksum = "3a22a87bd9e78d7204d793261470a4c9d585154fddd251828d8aefbb5f74c3bf"
 3886
 3887[[package]]
 3888name = "cxxbridge-macro"
 3889version = "1.0.134"
 3890source = "registry+https://github.com/rust-lang/crates.io-index"
 3891checksum = "1dfdb020ff8787c5daf6e0dca743005cc8782868faeadfbabb8824ede5cb1c72"
 3892dependencies = [
 3893 "proc-macro2",
 3894 "quote",
 3895 "rustversion",
 3896 "syn 2.0.100",
 3897]
 3898
 3899[[package]]
 3900name = "dap"
 3901version = "0.1.0"
 3902dependencies = [
 3903 "anyhow",
 3904 "async-compression",
 3905 "async-pipe",
 3906 "async-tar",
 3907 "async-trait",
 3908 "client",
 3909 "collections",
 3910 "dap-types",
 3911 "env_logger 0.11.7",
 3912 "fs",
 3913 "futures 0.3.31",
 3914 "gpui",
 3915 "http_client",
 3916 "language",
 3917 "log",
 3918 "node_runtime",
 3919 "parking_lot",
 3920 "paths",
 3921 "regex",
 3922 "schemars",
 3923 "serde",
 3924 "serde_json",
 3925 "settings",
 3926 "smallvec",
 3927 "smol",
 3928 "task",
 3929 "util",
 3930]
 3931
 3932[[package]]
 3933name = "dap-types"
 3934version = "0.0.1"
 3935source = "git+https://github.com/zed-industries/dap-types?rev=bfd4af0#bfd4af084bbaa5f344e6925370d7642e41d0b5b8"
 3936dependencies = [
 3937 "schemars",
 3938 "serde",
 3939 "serde_json",
 3940]
 3941
 3942[[package]]
 3943name = "dap_adapters"
 3944version = "0.1.0"
 3945dependencies = [
 3946 "anyhow",
 3947 "async-trait",
 3948 "dap",
 3949 "gpui",
 3950 "language",
 3951 "paths",
 3952 "regex",
 3953 "serde",
 3954 "serde_json",
 3955 "task",
 3956 "util",
 3957]
 3958
 3959[[package]]
 3960name = "dashmap"
 3961version = "5.5.3"
 3962source = "registry+https://github.com/rust-lang/crates.io-index"
 3963checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
 3964dependencies = [
 3965 "cfg-if",
 3966 "hashbrown 0.14.5",
 3967 "lock_api",
 3968 "once_cell",
 3969 "parking_lot_core",
 3970]
 3971
 3972[[package]]
 3973name = "dashmap"
 3974version = "6.1.0"
 3975source = "registry+https://github.com/rust-lang/crates.io-index"
 3976checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 3977dependencies = [
 3978 "cfg-if",
 3979 "crossbeam-utils",
 3980 "hashbrown 0.14.5",
 3981 "lock_api",
 3982 "once_cell",
 3983 "parking_lot_core",
 3984]
 3985
 3986[[package]]
 3987name = "dasp_sample"
 3988version = "0.11.0"
 3989source = "registry+https://github.com/rust-lang/crates.io-index"
 3990checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 3991
 3992[[package]]
 3993name = "data-encoding"
 3994version = "2.6.0"
 3995source = "registry+https://github.com/rust-lang/crates.io-index"
 3996checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
 3997
 3998[[package]]
 3999name = "data-url"
 4000version = "0.3.1"
 4001source = "registry+https://github.com/rust-lang/crates.io-index"
 4002checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
 4003
 4004[[package]]
 4005name = "db"
 4006version = "0.1.0"
 4007dependencies = [
 4008 "anyhow",
 4009 "gpui",
 4010 "indoc",
 4011 "log",
 4012 "paths",
 4013 "release_channel",
 4014 "smol",
 4015 "sqlez",
 4016 "sqlez_macros",
 4017 "tempfile",
 4018 "util",
 4019]
 4020
 4021[[package]]
 4022name = "dbus"
 4023version = "0.9.7"
 4024source = "registry+https://github.com/rust-lang/crates.io-index"
 4025checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
 4026dependencies = [
 4027 "libc",
 4028 "libdbus-sys",
 4029 "winapi",
 4030]
 4031
 4032[[package]]
 4033name = "debugger_tools"
 4034version = "0.1.0"
 4035dependencies = [
 4036 "anyhow",
 4037 "dap",
 4038 "editor",
 4039 "futures 0.3.31",
 4040 "gpui",
 4041 "project",
 4042 "serde_json",
 4043 "settings",
 4044 "smol",
 4045 "util",
 4046 "workspace",
 4047]
 4048
 4049[[package]]
 4050name = "debugger_ui"
 4051version = "0.1.0"
 4052dependencies = [
 4053 "anyhow",
 4054 "client",
 4055 "collections",
 4056 "command_palette_hooks",
 4057 "dap",
 4058 "editor",
 4059 "env_logger 0.11.7",
 4060 "feature_flags",
 4061 "futures 0.3.31",
 4062 "fuzzy",
 4063 "gpui",
 4064 "language",
 4065 "log",
 4066 "menu",
 4067 "picker",
 4068 "pretty_assertions",
 4069 "project",
 4070 "rpc",
 4071 "serde",
 4072 "serde_json",
 4073 "settings",
 4074 "sysinfo",
 4075 "task",
 4076 "terminal_view",
 4077 "theme",
 4078 "ui",
 4079 "unindent",
 4080 "util",
 4081 "workspace",
 4082]
 4083
 4084[[package]]
 4085name = "deepseek"
 4086version = "0.1.0"
 4087dependencies = [
 4088 "anyhow",
 4089 "futures 0.3.31",
 4090 "http_client",
 4091 "schemars",
 4092 "serde",
 4093 "serde_json",
 4094]
 4095
 4096[[package]]
 4097name = "deflate64"
 4098version = "0.1.9"
 4099source = "registry+https://github.com/rust-lang/crates.io-index"
 4100checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
 4101
 4102[[package]]
 4103name = "der"
 4104version = "0.6.1"
 4105source = "registry+https://github.com/rust-lang/crates.io-index"
 4106checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4107dependencies = [
 4108 "const-oid",
 4109 "zeroize",
 4110]
 4111
 4112[[package]]
 4113name = "der"
 4114version = "0.7.9"
 4115source = "registry+https://github.com/rust-lang/crates.io-index"
 4116checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
 4117dependencies = [
 4118 "const-oid",
 4119 "pem-rfc7468",
 4120 "zeroize",
 4121]
 4122
 4123[[package]]
 4124name = "deranged"
 4125version = "0.4.0"
 4126source = "registry+https://github.com/rust-lang/crates.io-index"
 4127checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
 4128dependencies = [
 4129 "powerfmt",
 4130 "serde",
 4131]
 4132
 4133[[package]]
 4134name = "derive_more"
 4135version = "0.99.19"
 4136source = "registry+https://github.com/rust-lang/crates.io-index"
 4137checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
 4138dependencies = [
 4139 "convert_case 0.4.0",
 4140 "proc-macro2",
 4141 "quote",
 4142 "rustc_version",
 4143 "syn 2.0.100",
 4144]
 4145
 4146[[package]]
 4147name = "derive_refineable"
 4148version = "0.1.0"
 4149dependencies = [
 4150 "proc-macro2",
 4151 "quote",
 4152 "syn 1.0.109",
 4153]
 4154
 4155[[package]]
 4156name = "diagnostics"
 4157version = "0.1.0"
 4158dependencies = [
 4159 "anyhow",
 4160 "client",
 4161 "collections",
 4162 "ctor",
 4163 "editor",
 4164 "env_logger 0.11.7",
 4165 "gpui",
 4166 "language",
 4167 "log",
 4168 "lsp",
 4169 "pretty_assertions",
 4170 "project",
 4171 "rand 0.8.5",
 4172 "serde",
 4173 "serde_json",
 4174 "settings",
 4175 "theme",
 4176 "ui",
 4177 "unindent",
 4178 "util",
 4179 "workspace",
 4180]
 4181
 4182[[package]]
 4183name = "dialoguer"
 4184version = "0.11.0"
 4185source = "registry+https://github.com/rust-lang/crates.io-index"
 4186checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4187dependencies = [
 4188 "console",
 4189 "fuzzy-matcher",
 4190 "shell-words",
 4191 "tempfile",
 4192 "thiserror 1.0.69",
 4193 "zeroize",
 4194]
 4195
 4196[[package]]
 4197name = "diff"
 4198version = "0.1.13"
 4199source = "registry+https://github.com/rust-lang/crates.io-index"
 4200checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4201
 4202[[package]]
 4203name = "digest"
 4204version = "0.10.7"
 4205source = "registry+https://github.com/rust-lang/crates.io-index"
 4206checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4207dependencies = [
 4208 "block-buffer",
 4209 "const-oid",
 4210 "crypto-common",
 4211 "subtle",
 4212]
 4213
 4214[[package]]
 4215name = "dirs"
 4216version = "4.0.0"
 4217source = "registry+https://github.com/rust-lang/crates.io-index"
 4218checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4219dependencies = [
 4220 "dirs-sys 0.3.7",
 4221]
 4222
 4223[[package]]
 4224name = "dirs"
 4225version = "5.0.1"
 4226source = "registry+https://github.com/rust-lang/crates.io-index"
 4227checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4228dependencies = [
 4229 "dirs-sys 0.4.1",
 4230]
 4231
 4232[[package]]
 4233name = "dirs-sys"
 4234version = "0.3.7"
 4235source = "registry+https://github.com/rust-lang/crates.io-index"
 4236checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4237dependencies = [
 4238 "libc",
 4239 "redox_users",
 4240 "winapi",
 4241]
 4242
 4243[[package]]
 4244name = "dirs-sys"
 4245version = "0.4.1"
 4246source = "registry+https://github.com/rust-lang/crates.io-index"
 4247checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4248dependencies = [
 4249 "libc",
 4250 "option-ext",
 4251 "redox_users",
 4252 "windows-sys 0.48.0",
 4253]
 4254
 4255[[package]]
 4256name = "displaydoc"
 4257version = "0.2.5"
 4258source = "registry+https://github.com/rust-lang/crates.io-index"
 4259checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4260dependencies = [
 4261 "proc-macro2",
 4262 "quote",
 4263 "syn 2.0.100",
 4264]
 4265
 4266[[package]]
 4267name = "dlib"
 4268version = "0.5.2"
 4269source = "registry+https://github.com/rust-lang/crates.io-index"
 4270checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4271dependencies = [
 4272 "libloading",
 4273]
 4274
 4275[[package]]
 4276name = "docs_preprocessor"
 4277version = "0.1.0"
 4278dependencies = [
 4279 "anyhow",
 4280 "clap",
 4281 "mdbook",
 4282 "regex",
 4283 "serde",
 4284 "serde_json",
 4285 "settings",
 4286 "util",
 4287]
 4288
 4289[[package]]
 4290name = "dotenvy"
 4291version = "0.15.7"
 4292source = "registry+https://github.com/rust-lang/crates.io-index"
 4293checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 4294
 4295[[package]]
 4296name = "downcast-rs"
 4297version = "1.2.1"
 4298source = "registry+https://github.com/rust-lang/crates.io-index"
 4299checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 4300
 4301[[package]]
 4302name = "doxygen-rs"
 4303version = "0.4.2"
 4304source = "registry+https://github.com/rust-lang/crates.io-index"
 4305checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 4306dependencies = [
 4307 "phf",
 4308]
 4309
 4310[[package]]
 4311name = "dtor"
 4312version = "0.0.5"
 4313source = "registry+https://github.com/rust-lang/crates.io-index"
 4314checksum = "222ef136a1c687d4aa0395c175f2c4586e379924c352fd02f7870cf7de783c23"
 4315dependencies = [
 4316 "dtor-proc-macro",
 4317]
 4318
 4319[[package]]
 4320name = "dtor-proc-macro"
 4321version = "0.0.5"
 4322source = "registry+https://github.com/rust-lang/crates.io-index"
 4323checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 4324
 4325[[package]]
 4326name = "dunce"
 4327version = "1.0.5"
 4328source = "registry+https://github.com/rust-lang/crates.io-index"
 4329checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 4330
 4331[[package]]
 4332name = "dwrote"
 4333version = "0.11.2"
 4334source = "registry+https://github.com/rust-lang/crates.io-index"
 4335checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
 4336dependencies = [
 4337 "lazy_static",
 4338 "libc",
 4339 "winapi",
 4340 "wio",
 4341]
 4342
 4343[[package]]
 4344name = "dyn-clone"
 4345version = "1.0.17"
 4346source = "registry+https://github.com/rust-lang/crates.io-index"
 4347checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
 4348
 4349[[package]]
 4350name = "ec4rs"
 4351version = "1.1.1"
 4352source = "registry+https://github.com/rust-lang/crates.io-index"
 4353checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
 4354
 4355[[package]]
 4356name = "ecdsa"
 4357version = "0.14.8"
 4358source = "registry+https://github.com/rust-lang/crates.io-index"
 4359checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 4360dependencies = [
 4361 "der 0.6.1",
 4362 "elliptic-curve",
 4363 "rfc6979",
 4364 "signature 1.6.4",
 4365]
 4366
 4367[[package]]
 4368name = "editor"
 4369version = "0.1.0"
 4370dependencies = [
 4371 "aho-corasick",
 4372 "anyhow",
 4373 "assets",
 4374 "buffer_diff",
 4375 "chrono",
 4376 "client",
 4377 "clock",
 4378 "collections",
 4379 "convert_case 0.8.0",
 4380 "ctor",
 4381 "db",
 4382 "emojis",
 4383 "env_logger 0.11.7",
 4384 "feature_flags",
 4385 "file_icons",
 4386 "fs",
 4387 "futures 0.3.31",
 4388 "fuzzy",
 4389 "git",
 4390 "gpui",
 4391 "http_client",
 4392 "indoc",
 4393 "inline_completion",
 4394 "itertools 0.14.0",
 4395 "language",
 4396 "languages",
 4397 "linkify",
 4398 "log",
 4399 "lsp",
 4400 "markdown",
 4401 "menu",
 4402 "multi_buffer",
 4403 "ordered-float 2.10.1",
 4404 "parking_lot",
 4405 "pretty_assertions",
 4406 "project",
 4407 "rand 0.8.5",
 4408 "release_channel",
 4409 "rpc",
 4410 "schemars",
 4411 "serde",
 4412 "serde_json",
 4413 "settings",
 4414 "smallvec",
 4415 "smol",
 4416 "snippet",
 4417 "sum_tree",
 4418 "task",
 4419 "telemetry",
 4420 "tempfile",
 4421 "text",
 4422 "theme",
 4423 "time",
 4424 "time_format",
 4425 "tree-sitter-html",
 4426 "tree-sitter-rust",
 4427 "tree-sitter-typescript",
 4428 "ui",
 4429 "unicode-script",
 4430 "unicode-segmentation",
 4431 "unindent",
 4432 "url",
 4433 "util",
 4434 "uuid",
 4435 "workspace",
 4436 "zed_actions",
 4437]
 4438
 4439[[package]]
 4440name = "either"
 4441version = "1.13.0"
 4442source = "registry+https://github.com/rust-lang/crates.io-index"
 4443checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
 4444dependencies = [
 4445 "serde",
 4446]
 4447
 4448[[package]]
 4449name = "elasticlunr-rs"
 4450version = "3.0.2"
 4451source = "registry+https://github.com/rust-lang/crates.io-index"
 4452checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 4453dependencies = [
 4454 "regex",
 4455 "serde",
 4456 "serde_derive",
 4457 "serde_json",
 4458]
 4459
 4460[[package]]
 4461name = "elliptic-curve"
 4462version = "0.12.3"
 4463source = "registry+https://github.com/rust-lang/crates.io-index"
 4464checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 4465dependencies = [
 4466 "base16ct",
 4467 "crypto-bigint 0.4.9",
 4468 "der 0.6.1",
 4469 "digest",
 4470 "ff",
 4471 "generic-array",
 4472 "group",
 4473 "pkcs8 0.9.0",
 4474 "rand_core 0.6.4",
 4475 "sec1",
 4476 "subtle",
 4477 "zeroize",
 4478]
 4479
 4480[[package]]
 4481name = "embed-resource"
 4482version = "3.0.2"
 4483source = "registry+https://github.com/rust-lang/crates.io-index"
 4484checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
 4485dependencies = [
 4486 "cc",
 4487 "memchr",
 4488 "rustc_version",
 4489 "toml 0.8.20",
 4490 "vswhom",
 4491 "winreg 0.52.0",
 4492]
 4493
 4494[[package]]
 4495name = "embedded-io"
 4496version = "0.4.0"
 4497source = "registry+https://github.com/rust-lang/crates.io-index"
 4498checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 4499
 4500[[package]]
 4501name = "embedded-io"
 4502version = "0.6.1"
 4503source = "registry+https://github.com/rust-lang/crates.io-index"
 4504checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 4505
 4506[[package]]
 4507name = "emojis"
 4508version = "0.6.4"
 4509source = "registry+https://github.com/rust-lang/crates.io-index"
 4510checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 4511dependencies = [
 4512 "phf",
 4513]
 4514
 4515[[package]]
 4516name = "encode_unicode"
 4517version = "0.3.6"
 4518source = "registry+https://github.com/rust-lang/crates.io-index"
 4519checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
 4520
 4521[[package]]
 4522name = "encoding_rs"
 4523version = "0.8.35"
 4524source = "registry+https://github.com/rust-lang/crates.io-index"
 4525checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 4526dependencies = [
 4527 "cfg-if",
 4528]
 4529
 4530[[package]]
 4531name = "endi"
 4532version = "1.1.0"
 4533source = "registry+https://github.com/rust-lang/crates.io-index"
 4534checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 4535
 4536[[package]]
 4537name = "enumflags2"
 4538version = "0.7.10"
 4539source = "registry+https://github.com/rust-lang/crates.io-index"
 4540checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
 4541dependencies = [
 4542 "enumflags2_derive",
 4543 "serde",
 4544]
 4545
 4546[[package]]
 4547name = "enumflags2_derive"
 4548version = "0.7.10"
 4549source = "registry+https://github.com/rust-lang/crates.io-index"
 4550checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
 4551dependencies = [
 4552 "proc-macro2",
 4553 "quote",
 4554 "syn 2.0.100",
 4555]
 4556
 4557[[package]]
 4558name = "env_filter"
 4559version = "0.1.2"
 4560source = "registry+https://github.com/rust-lang/crates.io-index"
 4561checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
 4562dependencies = [
 4563 "log",
 4564 "regex",
 4565]
 4566
 4567[[package]]
 4568name = "env_logger"
 4569version = "0.10.2"
 4570source = "registry+https://github.com/rust-lang/crates.io-index"
 4571checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 4572dependencies = [
 4573 "humantime",
 4574 "is-terminal",
 4575 "log",
 4576 "regex",
 4577 "termcolor",
 4578]
 4579
 4580[[package]]
 4581name = "env_logger"
 4582version = "0.11.7"
 4583source = "registry+https://github.com/rust-lang/crates.io-index"
 4584checksum = "c3716d7a920fb4fac5d84e9d4bce8ceb321e9414b4409da61b07b75c1e3d0697"
 4585dependencies = [
 4586 "anstream",
 4587 "anstyle",
 4588 "env_filter",
 4589 "jiff",
 4590 "log",
 4591]
 4592
 4593[[package]]
 4594name = "envy"
 4595version = "0.4.2"
 4596source = "registry+https://github.com/rust-lang/crates.io-index"
 4597checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 4598dependencies = [
 4599 "serde",
 4600]
 4601
 4602[[package]]
 4603name = "equivalent"
 4604version = "1.0.1"
 4605source = "registry+https://github.com/rust-lang/crates.io-index"
 4606checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
 4607
 4608[[package]]
 4609name = "erased-serde"
 4610version = "0.4.5"
 4611source = "registry+https://github.com/rust-lang/crates.io-index"
 4612checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
 4613dependencies = [
 4614 "serde",
 4615 "typeid",
 4616]
 4617
 4618[[package]]
 4619name = "errno"
 4620version = "0.2.8"
 4621source = "registry+https://github.com/rust-lang/crates.io-index"
 4622checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 4623dependencies = [
 4624 "errno-dragonfly",
 4625 "libc",
 4626 "winapi",
 4627]
 4628
 4629[[package]]
 4630name = "errno"
 4631version = "0.3.10"
 4632source = "registry+https://github.com/rust-lang/crates.io-index"
 4633checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
 4634dependencies = [
 4635 "libc",
 4636 "windows-sys 0.59.0",
 4637]
 4638
 4639[[package]]
 4640name = "errno-dragonfly"
 4641version = "0.1.2"
 4642source = "registry+https://github.com/rust-lang/crates.io-index"
 4643checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 4644dependencies = [
 4645 "cc",
 4646 "libc",
 4647]
 4648
 4649[[package]]
 4650name = "etagere"
 4651version = "0.2.15"
 4652source = "registry+https://github.com/rust-lang/crates.io-index"
 4653checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 4654dependencies = [
 4655 "euclid",
 4656 "svg_fmt",
 4657]
 4658
 4659[[package]]
 4660name = "etcetera"
 4661version = "0.8.0"
 4662source = "registry+https://github.com/rust-lang/crates.io-index"
 4663checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 4664dependencies = [
 4665 "cfg-if",
 4666 "home",
 4667 "windows-sys 0.48.0",
 4668]
 4669
 4670[[package]]
 4671name = "euclid"
 4672version = "0.22.11"
 4673source = "registry+https://github.com/rust-lang/crates.io-index"
 4674checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 4675dependencies = [
 4676 "num-traits",
 4677]
 4678
 4679[[package]]
 4680name = "evals"
 4681version = "0.1.0"
 4682dependencies = [
 4683 "anyhow",
 4684 "clap",
 4685 "client",
 4686 "clock",
 4687 "collections",
 4688 "dap",
 4689 "env_logger 0.11.7",
 4690 "feature_flags",
 4691 "fs",
 4692 "gpui",
 4693 "http_client",
 4694 "language",
 4695 "languages",
 4696 "node_runtime",
 4697 "open_ai",
 4698 "project",
 4699 "reqwest_client",
 4700 "semantic_index",
 4701 "serde",
 4702 "serde_json",
 4703 "settings",
 4704 "smol",
 4705 "util",
 4706]
 4707
 4708[[package]]
 4709name = "event-listener"
 4710version = "2.5.3"
 4711source = "registry+https://github.com/rust-lang/crates.io-index"
 4712checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 4713
 4714[[package]]
 4715name = "event-listener"
 4716version = "5.3.1"
 4717source = "registry+https://github.com/rust-lang/crates.io-index"
 4718checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
 4719dependencies = [
 4720 "concurrent-queue",
 4721 "parking",
 4722 "pin-project-lite",
 4723]
 4724
 4725[[package]]
 4726name = "event-listener-strategy"
 4727version = "0.5.3"
 4728source = "registry+https://github.com/rust-lang/crates.io-index"
 4729checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
 4730dependencies = [
 4731 "event-listener 5.3.1",
 4732 "pin-project-lite",
 4733]
 4734
 4735[[package]]
 4736name = "exec"
 4737version = "0.3.1"
 4738source = "registry+https://github.com/rust-lang/crates.io-index"
 4739checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 4740dependencies = [
 4741 "errno 0.2.8",
 4742 "libc",
 4743]
 4744
 4745[[package]]
 4746name = "exr"
 4747version = "1.73.0"
 4748source = "registry+https://github.com/rust-lang/crates.io-index"
 4749checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 4750dependencies = [
 4751 "bit_field",
 4752 "half",
 4753 "lebe",
 4754 "miniz_oxide",
 4755 "rayon-core",
 4756 "smallvec",
 4757 "zune-inflate",
 4758]
 4759
 4760[[package]]
 4761name = "extension"
 4762version = "0.1.0"
 4763dependencies = [
 4764 "anyhow",
 4765 "async-compression",
 4766 "async-tar",
 4767 "async-trait",
 4768 "collections",
 4769 "convert_case 0.8.0",
 4770 "fs",
 4771 "futures 0.3.31",
 4772 "gpui",
 4773 "http_client",
 4774 "language",
 4775 "log",
 4776 "lsp",
 4777 "parking_lot",
 4778 "semantic_version",
 4779 "serde",
 4780 "serde_json",
 4781 "toml 0.8.20",
 4782 "util",
 4783 "wasm-encoder 0.221.3",
 4784 "wasmparser 0.221.3",
 4785 "wit-component 0.221.3",
 4786]
 4787
 4788[[package]]
 4789name = "extension_cli"
 4790version = "0.1.0"
 4791dependencies = [
 4792 "anyhow",
 4793 "clap",
 4794 "env_logger 0.11.7",
 4795 "extension",
 4796 "fs",
 4797 "gpui",
 4798 "language",
 4799 "log",
 4800 "reqwest_client",
 4801 "rpc",
 4802 "serde",
 4803 "serde_json",
 4804 "theme",
 4805 "tokio",
 4806 "toml 0.8.20",
 4807 "tree-sitter",
 4808 "wasmtime",
 4809]
 4810
 4811[[package]]
 4812name = "extension_host"
 4813version = "0.1.0"
 4814dependencies = [
 4815 "anyhow",
 4816 "async-compression",
 4817 "async-tar",
 4818 "async-trait",
 4819 "client",
 4820 "collections",
 4821 "context_server_settings",
 4822 "ctor",
 4823 "env_logger 0.11.7",
 4824 "extension",
 4825 "fs",
 4826 "futures 0.3.31",
 4827 "gpui",
 4828 "http_client",
 4829 "language",
 4830 "language_extension",
 4831 "log",
 4832 "lsp",
 4833 "node_runtime",
 4834 "parking_lot",
 4835 "paths",
 4836 "project",
 4837 "release_channel",
 4838 "remote",
 4839 "reqwest_client",
 4840 "schemars",
 4841 "semantic_version",
 4842 "serde",
 4843 "serde_json",
 4844 "serde_json_lenient",
 4845 "settings",
 4846 "task",
 4847 "telemetry",
 4848 "tempfile",
 4849 "theme",
 4850 "theme_extension",
 4851 "toml 0.8.20",
 4852 "url",
 4853 "util",
 4854 "wasmparser 0.221.3",
 4855 "wasmtime",
 4856 "wasmtime-wasi",
 4857]
 4858
 4859[[package]]
 4860name = "extensions_ui"
 4861version = "0.1.0"
 4862dependencies = [
 4863 "anyhow",
 4864 "client",
 4865 "collections",
 4866 "db",
 4867 "editor",
 4868 "extension_host",
 4869 "fs",
 4870 "fuzzy",
 4871 "gpui",
 4872 "language",
 4873 "num-format",
 4874 "picker",
 4875 "project",
 4876 "release_channel",
 4877 "semantic_version",
 4878 "serde",
 4879 "settings",
 4880 "smallvec",
 4881 "strum",
 4882 "telemetry",
 4883 "theme",
 4884 "ui",
 4885 "util",
 4886 "vim_mode_setting",
 4887 "workspace",
 4888 "zed_actions",
 4889]
 4890
 4891[[package]]
 4892name = "fallible-iterator"
 4893version = "0.3.0"
 4894source = "registry+https://github.com/rust-lang/crates.io-index"
 4895checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 4896
 4897[[package]]
 4898name = "fancy-regex"
 4899version = "0.13.0"
 4900source = "registry+https://github.com/rust-lang/crates.io-index"
 4901checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
 4902dependencies = [
 4903 "bit-set 0.5.3",
 4904 "regex-automata 0.4.9",
 4905 "regex-syntax 0.8.5",
 4906]
 4907
 4908[[package]]
 4909name = "fancy-regex"
 4910version = "0.14.0"
 4911source = "registry+https://github.com/rust-lang/crates.io-index"
 4912checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
 4913dependencies = [
 4914 "bit-set 0.8.0",
 4915 "regex-automata 0.4.9",
 4916 "regex-syntax 0.8.5",
 4917]
 4918
 4919[[package]]
 4920name = "fast-srgb8"
 4921version = "1.0.0"
 4922source = "registry+https://github.com/rust-lang/crates.io-index"
 4923checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 4924
 4925[[package]]
 4926name = "fastrand"
 4927version = "1.9.0"
 4928source = "registry+https://github.com/rust-lang/crates.io-index"
 4929checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 4930dependencies = [
 4931 "instant",
 4932]
 4933
 4934[[package]]
 4935name = "fastrand"
 4936version = "2.3.0"
 4937source = "registry+https://github.com/rust-lang/crates.io-index"
 4938checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 4939
 4940[[package]]
 4941name = "fd-lock"
 4942version = "4.0.2"
 4943source = "registry+https://github.com/rust-lang/crates.io-index"
 4944checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
 4945dependencies = [
 4946 "cfg-if",
 4947 "rustix",
 4948 "windows-sys 0.52.0",
 4949]
 4950
 4951[[package]]
 4952name = "fdeflate"
 4953version = "0.3.7"
 4954source = "registry+https://github.com/rust-lang/crates.io-index"
 4955checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 4956dependencies = [
 4957 "simd-adler32",
 4958]
 4959
 4960[[package]]
 4961name = "feature_flags"
 4962version = "0.1.0"
 4963dependencies = [
 4964 "futures 0.3.31",
 4965 "gpui",
 4966 "smol",
 4967]
 4968
 4969[[package]]
 4970name = "feedback"
 4971version = "0.1.0"
 4972dependencies = [
 4973 "client",
 4974 "editor",
 4975 "gpui",
 4976 "human_bytes",
 4977 "menu",
 4978 "release_channel",
 4979 "serde",
 4980 "sysinfo",
 4981 "ui",
 4982 "urlencoding",
 4983 "util",
 4984 "workspace",
 4985 "zed_actions",
 4986]
 4987
 4988[[package]]
 4989name = "ff"
 4990version = "0.12.1"
 4991source = "registry+https://github.com/rust-lang/crates.io-index"
 4992checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 4993dependencies = [
 4994 "rand_core 0.6.4",
 4995 "subtle",
 4996]
 4997
 4998[[package]]
 4999name = "file_finder"
 5000version = "0.1.0"
 5001dependencies = [
 5002 "anyhow",
 5003 "collections",
 5004 "ctor",
 5005 "editor",
 5006 "env_logger 0.11.7",
 5007 "file_icons",
 5008 "futures 0.3.31",
 5009 "fuzzy",
 5010 "gpui",
 5011 "language",
 5012 "menu",
 5013 "picker",
 5014 "project",
 5015 "schemars",
 5016 "serde",
 5017 "serde_derive",
 5018 "serde_json",
 5019 "settings",
 5020 "text",
 5021 "theme",
 5022 "ui",
 5023 "util",
 5024 "workspace",
 5025]
 5026
 5027[[package]]
 5028name = "file_icons"
 5029version = "0.1.0"
 5030dependencies = [
 5031 "gpui",
 5032 "serde",
 5033 "settings",
 5034 "theme",
 5035 "util",
 5036]
 5037
 5038[[package]]
 5039name = "filedescriptor"
 5040version = "0.8.3"
 5041source = "registry+https://github.com/rust-lang/crates.io-index"
 5042checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 5043dependencies = [
 5044 "libc",
 5045 "thiserror 1.0.69",
 5046 "winapi",
 5047]
 5048
 5049[[package]]
 5050name = "filetime"
 5051version = "0.2.25"
 5052source = "registry+https://github.com/rust-lang/crates.io-index"
 5053checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
 5054dependencies = [
 5055 "cfg-if",
 5056 "libc",
 5057 "libredox",
 5058 "windows-sys 0.59.0",
 5059]
 5060
 5061[[package]]
 5062name = "fixedbitset"
 5063version = "0.4.2"
 5064source = "registry+https://github.com/rust-lang/crates.io-index"
 5065checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 5066
 5067[[package]]
 5068name = "flate2"
 5069version = "1.0.35"
 5070source = "registry+https://github.com/rust-lang/crates.io-index"
 5071checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
 5072dependencies = [
 5073 "crc32fast",
 5074 "miniz_oxide",
 5075]
 5076
 5077[[package]]
 5078name = "float-cmp"
 5079version = "0.9.0"
 5080source = "registry+https://github.com/rust-lang/crates.io-index"
 5081checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 5082
 5083[[package]]
 5084name = "float-ord"
 5085version = "0.3.2"
 5086source = "registry+https://github.com/rust-lang/crates.io-index"
 5087checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 5088
 5089[[package]]
 5090name = "float_next_after"
 5091version = "1.0.0"
 5092source = "registry+https://github.com/rust-lang/crates.io-index"
 5093checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 5094
 5095[[package]]
 5096name = "flume"
 5097version = "0.11.1"
 5098source = "registry+https://github.com/rust-lang/crates.io-index"
 5099checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 5100dependencies = [
 5101 "futures-core",
 5102 "futures-sink",
 5103 "nanorand",
 5104 "spin",
 5105]
 5106
 5107[[package]]
 5108name = "fnv"
 5109version = "1.0.7"
 5110source = "registry+https://github.com/rust-lang/crates.io-index"
 5111checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 5112
 5113[[package]]
 5114name = "foldhash"
 5115version = "0.1.3"
 5116source = "registry+https://github.com/rust-lang/crates.io-index"
 5117checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
 5118
 5119[[package]]
 5120name = "font-kit"
 5121version = "0.14.1"
 5122source = "git+https://github.com/zed-industries/font-kit?rev=5474cfad4b719a72ec8ed2cb7327b2b01fd10568#5474cfad4b719a72ec8ed2cb7327b2b01fd10568"
 5123dependencies = [
 5124 "bitflags 2.9.0",
 5125 "byteorder",
 5126 "core-foundation 0.10.0",
 5127 "core-graphics 0.24.0",
 5128 "core-text",
 5129 "dirs 5.0.1",
 5130 "dwrote",
 5131 "float-ord",
 5132 "freetype-sys",
 5133 "lazy_static",
 5134 "libc",
 5135 "log",
 5136 "pathfinder_geometry",
 5137 "pathfinder_simd",
 5138 "walkdir",
 5139 "winapi",
 5140 "yeslogic-fontconfig-sys",
 5141]
 5142
 5143[[package]]
 5144name = "font-types"
 5145version = "0.8.3"
 5146source = "registry+https://github.com/rust-lang/crates.io-index"
 5147checksum = "d868ec188a98bb014c606072edd47e52e7ab7297db943b0b28503121e1d037bd"
 5148dependencies = [
 5149 "bytemuck",
 5150]
 5151
 5152[[package]]
 5153name = "fontconfig-parser"
 5154version = "0.5.7"
 5155source = "registry+https://github.com/rust-lang/crates.io-index"
 5156checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
 5157dependencies = [
 5158 "roxmltree",
 5159]
 5160
 5161[[package]]
 5162name = "fontdb"
 5163version = "0.16.2"
 5164source = "registry+https://github.com/rust-lang/crates.io-index"
 5165checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 5166dependencies = [
 5167 "fontconfig-parser",
 5168 "log",
 5169 "memmap2",
 5170 "slotmap",
 5171 "tinyvec",
 5172 "ttf-parser 0.20.0",
 5173]
 5174
 5175[[package]]
 5176name = "fontdb"
 5177version = "0.23.0"
 5178source = "registry+https://github.com/rust-lang/crates.io-index"
 5179checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 5180dependencies = [
 5181 "fontconfig-parser",
 5182 "log",
 5183 "memmap2",
 5184 "slotmap",
 5185 "tinyvec",
 5186 "ttf-parser 0.25.1",
 5187]
 5188
 5189[[package]]
 5190name = "foreign-types"
 5191version = "0.3.2"
 5192source = "registry+https://github.com/rust-lang/crates.io-index"
 5193checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 5194dependencies = [
 5195 "foreign-types-shared 0.1.1",
 5196]
 5197
 5198[[package]]
 5199name = "foreign-types"
 5200version = "0.5.0"
 5201source = "registry+https://github.com/rust-lang/crates.io-index"
 5202checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 5203dependencies = [
 5204 "foreign-types-macros",
 5205 "foreign-types-shared 0.3.1",
 5206]
 5207
 5208[[package]]
 5209name = "foreign-types-macros"
 5210version = "0.2.3"
 5211source = "registry+https://github.com/rust-lang/crates.io-index"
 5212checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 5213dependencies = [
 5214 "proc-macro2",
 5215 "quote",
 5216 "syn 2.0.100",
 5217]
 5218
 5219[[package]]
 5220name = "foreign-types-shared"
 5221version = "0.1.1"
 5222source = "registry+https://github.com/rust-lang/crates.io-index"
 5223checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 5224
 5225[[package]]
 5226name = "foreign-types-shared"
 5227version = "0.3.1"
 5228source = "registry+https://github.com/rust-lang/crates.io-index"
 5229checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 5230
 5231[[package]]
 5232name = "fork"
 5233version = "0.2.0"
 5234source = "registry+https://github.com/rust-lang/crates.io-index"
 5235checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
 5236dependencies = [
 5237 "libc",
 5238]
 5239
 5240[[package]]
 5241name = "form_urlencoded"
 5242version = "1.2.1"
 5243source = "registry+https://github.com/rust-lang/crates.io-index"
 5244checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
 5245dependencies = [
 5246 "percent-encoding",
 5247]
 5248
 5249[[package]]
 5250name = "freetype-sys"
 5251version = "0.20.1"
 5252source = "registry+https://github.com/rust-lang/crates.io-index"
 5253checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 5254dependencies = [
 5255 "cc",
 5256 "libc",
 5257 "pkg-config",
 5258]
 5259
 5260[[package]]
 5261name = "fs"
 5262version = "0.1.0"
 5263dependencies = [
 5264 "anyhow",
 5265 "ashpd",
 5266 "async-tar",
 5267 "async-trait",
 5268 "cocoa 0.26.0",
 5269 "collections",
 5270 "fsevent",
 5271 "futures 0.3.31",
 5272 "git",
 5273 "gpui",
 5274 "ignore",
 5275 "libc",
 5276 "log",
 5277 "notify 8.0.0 (git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96)",
 5278 "objc",
 5279 "parking_lot",
 5280 "paths",
 5281 "proto",
 5282 "rope",
 5283 "serde",
 5284 "serde_json",
 5285 "smol",
 5286 "tempfile",
 5287 "text",
 5288 "time",
 5289 "util",
 5290 "windows 0.61.1",
 5291]
 5292
 5293[[package]]
 5294name = "fs-set-times"
 5295version = "0.20.2"
 5296source = "registry+https://github.com/rust-lang/crates.io-index"
 5297checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
 5298dependencies = [
 5299 "io-lifetimes",
 5300 "rustix",
 5301 "windows-sys 0.59.0",
 5302]
 5303
 5304[[package]]
 5305name = "fs2"
 5306version = "0.4.3"
 5307source = "registry+https://github.com/rust-lang/crates.io-index"
 5308checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 5309dependencies = [
 5310 "libc",
 5311 "winapi",
 5312]
 5313
 5314[[package]]
 5315name = "fs_extra"
 5316version = "1.3.0"
 5317source = "registry+https://github.com/rust-lang/crates.io-index"
 5318checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 5319
 5320[[package]]
 5321name = "fsevent"
 5322version = "0.1.0"
 5323dependencies = [
 5324 "bitflags 2.9.0",
 5325 "core-foundation 0.10.0",
 5326 "fsevent-sys 3.1.0",
 5327 "parking_lot",
 5328 "tempfile",
 5329]
 5330
 5331[[package]]
 5332name = "fsevent-sys"
 5333version = "3.1.0"
 5334source = "registry+https://github.com/rust-lang/crates.io-index"
 5335checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
 5336dependencies = [
 5337 "libc",
 5338]
 5339
 5340[[package]]
 5341name = "fsevent-sys"
 5342version = "4.1.0"
 5343source = "registry+https://github.com/rust-lang/crates.io-index"
 5344checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 5345dependencies = [
 5346 "libc",
 5347]
 5348
 5349[[package]]
 5350name = "funty"
 5351version = "2.0.0"
 5352source = "registry+https://github.com/rust-lang/crates.io-index"
 5353checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 5354
 5355[[package]]
 5356name = "futf"
 5357version = "0.1.5"
 5358source = "registry+https://github.com/rust-lang/crates.io-index"
 5359checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 5360dependencies = [
 5361 "mac",
 5362 "new_debug_unreachable",
 5363]
 5364
 5365[[package]]
 5366name = "futures"
 5367version = "0.1.31"
 5368source = "registry+https://github.com/rust-lang/crates.io-index"
 5369checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 5370
 5371[[package]]
 5372name = "futures"
 5373version = "0.3.31"
 5374source = "registry+https://github.com/rust-lang/crates.io-index"
 5375checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 5376dependencies = [
 5377 "futures-channel",
 5378 "futures-core",
 5379 "futures-executor",
 5380 "futures-io",
 5381 "futures-sink",
 5382 "futures-task",
 5383 "futures-util",
 5384]
 5385
 5386[[package]]
 5387name = "futures-batch"
 5388version = "0.6.1"
 5389source = "registry+https://github.com/rust-lang/crates.io-index"
 5390checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
 5391dependencies = [
 5392 "futures 0.3.31",
 5393 "futures-timer",
 5394 "pin-utils",
 5395]
 5396
 5397[[package]]
 5398name = "futures-channel"
 5399version = "0.3.31"
 5400source = "registry+https://github.com/rust-lang/crates.io-index"
 5401checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 5402dependencies = [
 5403 "futures-core",
 5404 "futures-sink",
 5405]
 5406
 5407[[package]]
 5408name = "futures-core"
 5409version = "0.3.31"
 5410source = "registry+https://github.com/rust-lang/crates.io-index"
 5411checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 5412
 5413[[package]]
 5414name = "futures-executor"
 5415version = "0.3.31"
 5416source = "registry+https://github.com/rust-lang/crates.io-index"
 5417checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 5418dependencies = [
 5419 "futures-core",
 5420 "futures-task",
 5421 "futures-util",
 5422]
 5423
 5424[[package]]
 5425name = "futures-intrusive"
 5426version = "0.5.0"
 5427source = "registry+https://github.com/rust-lang/crates.io-index"
 5428checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 5429dependencies = [
 5430 "futures-core",
 5431 "lock_api",
 5432 "parking_lot",
 5433]
 5434
 5435[[package]]
 5436name = "futures-io"
 5437version = "0.3.31"
 5438source = "registry+https://github.com/rust-lang/crates.io-index"
 5439checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 5440
 5441[[package]]
 5442name = "futures-lite"
 5443version = "1.13.0"
 5444source = "registry+https://github.com/rust-lang/crates.io-index"
 5445checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 5446dependencies = [
 5447 "fastrand 1.9.0",
 5448 "futures-core",
 5449 "futures-io",
 5450 "memchr",
 5451 "parking",
 5452 "pin-project-lite",
 5453 "waker-fn",
 5454]
 5455
 5456[[package]]
 5457name = "futures-lite"
 5458version = "2.6.0"
 5459source = "registry+https://github.com/rust-lang/crates.io-index"
 5460checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
 5461dependencies = [
 5462 "fastrand 2.3.0",
 5463 "futures-core",
 5464 "futures-io",
 5465 "parking",
 5466 "pin-project-lite",
 5467]
 5468
 5469[[package]]
 5470name = "futures-macro"
 5471version = "0.3.31"
 5472source = "registry+https://github.com/rust-lang/crates.io-index"
 5473checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 5474dependencies = [
 5475 "proc-macro2",
 5476 "quote",
 5477 "syn 2.0.100",
 5478]
 5479
 5480[[package]]
 5481name = "futures-sink"
 5482version = "0.3.31"
 5483source = "registry+https://github.com/rust-lang/crates.io-index"
 5484checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 5485
 5486[[package]]
 5487name = "futures-task"
 5488version = "0.3.31"
 5489source = "registry+https://github.com/rust-lang/crates.io-index"
 5490checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 5491
 5492[[package]]
 5493name = "futures-timer"
 5494version = "3.0.3"
 5495source = "registry+https://github.com/rust-lang/crates.io-index"
 5496checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
 5497
 5498[[package]]
 5499name = "futures-util"
 5500version = "0.3.31"
 5501source = "registry+https://github.com/rust-lang/crates.io-index"
 5502checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 5503dependencies = [
 5504 "futures 0.1.31",
 5505 "futures-channel",
 5506 "futures-core",
 5507 "futures-io",
 5508 "futures-macro",
 5509 "futures-sink",
 5510 "futures-task",
 5511 "memchr",
 5512 "pin-project-lite",
 5513 "pin-utils",
 5514 "slab",
 5515 "tokio-io",
 5516]
 5517
 5518[[package]]
 5519name = "fuzzy"
 5520version = "0.1.0"
 5521dependencies = [
 5522 "gpui",
 5523 "log",
 5524 "util",
 5525]
 5526
 5527[[package]]
 5528name = "fuzzy-matcher"
 5529version = "0.3.7"
 5530source = "registry+https://github.com/rust-lang/crates.io-index"
 5531checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 5532dependencies = [
 5533 "thread_local",
 5534]
 5535
 5536[[package]]
 5537name = "generic-array"
 5538version = "0.14.7"
 5539source = "registry+https://github.com/rust-lang/crates.io-index"
 5540checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 5541dependencies = [
 5542 "typenum",
 5543 "version_check",
 5544]
 5545
 5546[[package]]
 5547name = "gethostname"
 5548version = "0.4.3"
 5549source = "registry+https://github.com/rust-lang/crates.io-index"
 5550checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
 5551dependencies = [
 5552 "libc",
 5553 "windows-targets 0.48.5",
 5554]
 5555
 5556[[package]]
 5557name = "getrandom"
 5558version = "0.1.16"
 5559source = "registry+https://github.com/rust-lang/crates.io-index"
 5560checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
 5561dependencies = [
 5562 "cfg-if",
 5563 "libc",
 5564 "wasi 0.9.0+wasi-snapshot-preview1",
 5565]
 5566
 5567[[package]]
 5568name = "getrandom"
 5569version = "0.2.15"
 5570source = "registry+https://github.com/rust-lang/crates.io-index"
 5571checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
 5572dependencies = [
 5573 "cfg-if",
 5574 "js-sys",
 5575 "libc",
 5576 "wasi 0.11.0+wasi-snapshot-preview1",
 5577 "wasm-bindgen",
 5578]
 5579
 5580[[package]]
 5581name = "getrandom"
 5582version = "0.3.1"
 5583source = "registry+https://github.com/rust-lang/crates.io-index"
 5584checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
 5585dependencies = [
 5586 "cfg-if",
 5587 "libc",
 5588 "wasi 0.13.3+wasi-0.2.2",
 5589 "windows-targets 0.52.6",
 5590]
 5591
 5592[[package]]
 5593name = "gif"
 5594version = "0.13.1"
 5595source = "registry+https://github.com/rust-lang/crates.io-index"
 5596checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
 5597dependencies = [
 5598 "color_quant",
 5599 "weezl",
 5600]
 5601
 5602[[package]]
 5603name = "gimli"
 5604version = "0.31.1"
 5605source = "registry+https://github.com/rust-lang/crates.io-index"
 5606checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
 5607dependencies = [
 5608 "fallible-iterator",
 5609 "indexmap",
 5610 "stable_deref_trait",
 5611]
 5612
 5613[[package]]
 5614name = "git"
 5615version = "0.1.0"
 5616dependencies = [
 5617 "anyhow",
 5618 "askpass",
 5619 "async-trait",
 5620 "collections",
 5621 "derive_more",
 5622 "futures 0.3.31",
 5623 "git2",
 5624 "gpui",
 5625 "http_client",
 5626 "log",
 5627 "parking_lot",
 5628 "pretty_assertions",
 5629 "regex",
 5630 "rope",
 5631 "schemars",
 5632 "serde",
 5633 "serde_json",
 5634 "smol",
 5635 "sum_tree",
 5636 "tempfile",
 5637 "text",
 5638 "thiserror 2.0.12",
 5639 "time",
 5640 "unindent",
 5641 "url",
 5642 "util",
 5643 "uuid",
 5644]
 5645
 5646[[package]]
 5647name = "git2"
 5648version = "0.20.1"
 5649source = "registry+https://github.com/rust-lang/crates.io-index"
 5650checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
 5651dependencies = [
 5652 "bitflags 2.9.0",
 5653 "libc",
 5654 "libgit2-sys",
 5655 "log",
 5656 "url",
 5657]
 5658
 5659[[package]]
 5660name = "git_hosting_providers"
 5661version = "0.1.0"
 5662dependencies = [
 5663 "anyhow",
 5664 "async-trait",
 5665 "futures 0.3.31",
 5666 "git",
 5667 "gpui",
 5668 "http_client",
 5669 "indoc",
 5670 "pretty_assertions",
 5671 "regex",
 5672 "schemars",
 5673 "serde",
 5674 "serde_json",
 5675 "settings",
 5676 "url",
 5677 "util",
 5678]
 5679
 5680[[package]]
 5681name = "git_ui"
 5682version = "0.1.0"
 5683dependencies = [
 5684 "anyhow",
 5685 "askpass",
 5686 "assistant_settings",
 5687 "buffer_diff",
 5688 "collections",
 5689 "command_palette_hooks",
 5690 "component",
 5691 "ctor",
 5692 "db",
 5693 "editor",
 5694 "env_logger 0.11.7",
 5695 "futures 0.3.31",
 5696 "fuzzy",
 5697 "git",
 5698 "gpui",
 5699 "itertools 0.14.0",
 5700 "language",
 5701 "language_model",
 5702 "linkify",
 5703 "linkme",
 5704 "log",
 5705 "menu",
 5706 "multi_buffer",
 5707 "notifications",
 5708 "panel",
 5709 "picker",
 5710 "postage",
 5711 "pretty_assertions",
 5712 "project",
 5713 "schemars",
 5714 "serde",
 5715 "serde_derive",
 5716 "serde_json",
 5717 "settings",
 5718 "strum",
 5719 "telemetry",
 5720 "theme",
 5721 "time",
 5722 "time_format",
 5723 "ui",
 5724 "unindent",
 5725 "util",
 5726 "windows 0.61.1",
 5727 "workspace",
 5728 "zed_actions",
 5729]
 5730
 5731[[package]]
 5732name = "glob"
 5733version = "0.3.1"
 5734source = "registry+https://github.com/rust-lang/crates.io-index"
 5735checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
 5736
 5737[[package]]
 5738name = "globset"
 5739version = "0.4.16"
 5740source = "registry+https://github.com/rust-lang/crates.io-index"
 5741checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
 5742dependencies = [
 5743 "aho-corasick",
 5744 "bstr",
 5745 "log",
 5746 "regex-automata 0.4.9",
 5747 "regex-syntax 0.8.5",
 5748]
 5749
 5750[[package]]
 5751name = "gloo-timers"
 5752version = "0.3.0"
 5753source = "registry+https://github.com/rust-lang/crates.io-index"
 5754checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 5755dependencies = [
 5756 "futures-channel",
 5757 "futures-core",
 5758 "js-sys",
 5759 "wasm-bindgen",
 5760]
 5761
 5762[[package]]
 5763name = "glow"
 5764version = "0.14.2"
 5765source = "registry+https://github.com/rust-lang/crates.io-index"
 5766checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
 5767dependencies = [
 5768 "js-sys",
 5769 "slotmap",
 5770 "wasm-bindgen",
 5771 "web-sys",
 5772]
 5773
 5774[[package]]
 5775name = "go_to_line"
 5776version = "0.1.0"
 5777dependencies = [
 5778 "anyhow",
 5779 "editor",
 5780 "gpui",
 5781 "indoc",
 5782 "language",
 5783 "menu",
 5784 "project",
 5785 "rope",
 5786 "schemars",
 5787 "serde",
 5788 "serde_json",
 5789 "settings",
 5790 "text",
 5791 "theme",
 5792 "tree-sitter-rust",
 5793 "tree-sitter-typescript",
 5794 "ui",
 5795 "util",
 5796 "workspace",
 5797]
 5798
 5799[[package]]
 5800name = "google_ai"
 5801version = "0.1.0"
 5802dependencies = [
 5803 "anyhow",
 5804 "futures 0.3.31",
 5805 "http_client",
 5806 "schemars",
 5807 "serde",
 5808 "serde_json",
 5809 "strum",
 5810]
 5811
 5812[[package]]
 5813name = "gpu-alloc"
 5814version = "0.6.0"
 5815source = "registry+https://github.com/rust-lang/crates.io-index"
 5816checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
 5817dependencies = [
 5818 "bitflags 2.9.0",
 5819 "gpu-alloc-types",
 5820]
 5821
 5822[[package]]
 5823name = "gpu-alloc-ash"
 5824version = "0.7.0"
 5825source = "registry+https://github.com/rust-lang/crates.io-index"
 5826checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
 5827dependencies = [
 5828 "ash",
 5829 "gpu-alloc-types",
 5830 "tinyvec",
 5831]
 5832
 5833[[package]]
 5834name = "gpu-alloc-types"
 5835version = "0.3.0"
 5836source = "registry+https://github.com/rust-lang/crates.io-index"
 5837checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
 5838dependencies = [
 5839 "bitflags 2.9.0",
 5840]
 5841
 5842[[package]]
 5843name = "gpui"
 5844version = "0.1.0"
 5845dependencies = [
 5846 "anyhow",
 5847 "as-raw-xcb-connection",
 5848 "ashpd",
 5849 "async-task",
 5850 "backtrace",
 5851 "bindgen 0.70.1",
 5852 "blade-graphics",
 5853 "blade-macros",
 5854 "blade-util",
 5855 "block",
 5856 "bytemuck",
 5857 "calloop",
 5858 "calloop-wayland-source",
 5859 "cbindgen 0.28.0",
 5860 "cocoa 0.26.0",
 5861 "collections",
 5862 "core-foundation 0.10.0",
 5863 "core-foundation-sys",
 5864 "core-graphics 0.24.0",
 5865 "core-text",
 5866 "core-video",
 5867 "cosmic-text",
 5868 "ctor",
 5869 "derive_more",
 5870 "embed-resource",
 5871 "env_logger 0.11.7",
 5872 "etagere",
 5873 "filedescriptor",
 5874 "flume",
 5875 "font-kit",
 5876 "foreign-types 0.5.0",
 5877 "futures 0.3.31",
 5878 "gpui_macros",
 5879 "http_client",
 5880 "image",
 5881 "inventory",
 5882 "itertools 0.14.0",
 5883 "log",
 5884 "lyon",
 5885 "media",
 5886 "metal",
 5887 "naga",
 5888 "num_cpus",
 5889 "objc",
 5890 "objc2",
 5891 "objc2-metal",
 5892 "oo7",
 5893 "open",
 5894 "parking",
 5895 "parking_lot",
 5896 "pathfinder_geometry",
 5897 "postage",
 5898 "profiling",
 5899 "rand 0.8.5",
 5900 "raw-window-handle",
 5901 "refineable",
 5902 "reqwest_client",
 5903 "resvg",
 5904 "schemars",
 5905 "seahash",
 5906 "semantic_version",
 5907 "serde",
 5908 "serde_derive",
 5909 "serde_json",
 5910 "slotmap",
 5911 "smallvec",
 5912 "smol",
 5913 "strum",
 5914 "sum_tree",
 5915 "taffy",
 5916 "thiserror 2.0.12",
 5917 "unicode-segmentation",
 5918 "usvg",
 5919 "util",
 5920 "uuid",
 5921 "waker-fn",
 5922 "wayland-backend",
 5923 "wayland-client",
 5924 "wayland-cursor",
 5925 "wayland-protocols",
 5926 "wayland-protocols-plasma",
 5927 "windows 0.61.1",
 5928 "windows-core 0.61.0",
 5929 "windows-numerics",
 5930 "x11-clipboard",
 5931 "x11rb",
 5932 "xim",
 5933 "xkbcommon",
 5934]
 5935
 5936[[package]]
 5937name = "gpui_macros"
 5938version = "0.1.0"
 5939dependencies = [
 5940 "gpui",
 5941 "proc-macro2",
 5942 "quote",
 5943 "syn 1.0.109",
 5944]
 5945
 5946[[package]]
 5947name = "gpui_tokio"
 5948version = "0.1.0"
 5949dependencies = [
 5950 "gpui",
 5951 "tokio",
 5952 "util",
 5953]
 5954
 5955[[package]]
 5956name = "grid"
 5957version = "0.13.0"
 5958source = "registry+https://github.com/rust-lang/crates.io-index"
 5959checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
 5960
 5961[[package]]
 5962name = "group"
 5963version = "0.12.1"
 5964source = "registry+https://github.com/rust-lang/crates.io-index"
 5965checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 5966dependencies = [
 5967 "ff",
 5968 "rand_core 0.6.4",
 5969 "subtle",
 5970]
 5971
 5972[[package]]
 5973name = "h2"
 5974version = "0.3.26"
 5975source = "registry+https://github.com/rust-lang/crates.io-index"
 5976checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
 5977dependencies = [
 5978 "bytes 1.10.1",
 5979 "fnv",
 5980 "futures-core",
 5981 "futures-sink",
 5982 "futures-util",
 5983 "http 0.2.12",
 5984 "indexmap",
 5985 "slab",
 5986 "tokio",
 5987 "tokio-util",
 5988 "tracing",
 5989]
 5990
 5991[[package]]
 5992name = "h2"
 5993version = "0.4.7"
 5994source = "registry+https://github.com/rust-lang/crates.io-index"
 5995checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
 5996dependencies = [
 5997 "atomic-waker",
 5998 "bytes 1.10.1",
 5999 "fnv",
 6000 "futures-core",
 6001 "futures-sink",
 6002 "http 1.2.0",
 6003 "indexmap",
 6004 "slab",
 6005 "tokio",
 6006 "tokio-util",
 6007 "tracing",
 6008]
 6009
 6010[[package]]
 6011name = "half"
 6012version = "2.4.1"
 6013source = "registry+https://github.com/rust-lang/crates.io-index"
 6014checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
 6015dependencies = [
 6016 "cfg-if",
 6017 "crunchy",
 6018]
 6019
 6020[[package]]
 6021name = "handlebars"
 6022version = "4.5.0"
 6023source = "registry+https://github.com/rust-lang/crates.io-index"
 6024checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 6025dependencies = [
 6026 "log",
 6027 "pest",
 6028 "pest_derive",
 6029 "serde",
 6030 "serde_json",
 6031 "thiserror 1.0.69",
 6032]
 6033
 6034[[package]]
 6035name = "handlebars"
 6036version = "6.2.0"
 6037source = "registry+https://github.com/rust-lang/crates.io-index"
 6038checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
 6039dependencies = [
 6040 "log",
 6041 "num-order",
 6042 "pest",
 6043 "pest_derive",
 6044 "serde",
 6045 "serde_json",
 6046 "thiserror 1.0.69",
 6047]
 6048
 6049[[package]]
 6050name = "hashbrown"
 6051version = "0.12.3"
 6052source = "registry+https://github.com/rust-lang/crates.io-index"
 6053checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 6054dependencies = [
 6055 "ahash 0.7.8",
 6056]
 6057
 6058[[package]]
 6059name = "hashbrown"
 6060version = "0.14.5"
 6061source = "registry+https://github.com/rust-lang/crates.io-index"
 6062checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 6063dependencies = [
 6064 "ahash 0.8.11",
 6065 "allocator-api2",
 6066]
 6067
 6068[[package]]
 6069name = "hashbrown"
 6070version = "0.15.2"
 6071source = "registry+https://github.com/rust-lang/crates.io-index"
 6072checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
 6073dependencies = [
 6074 "allocator-api2",
 6075 "equivalent",
 6076 "foldhash",
 6077 "serde",
 6078]
 6079
 6080[[package]]
 6081name = "hashlink"
 6082version = "0.8.4"
 6083source = "registry+https://github.com/rust-lang/crates.io-index"
 6084checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 6085dependencies = [
 6086 "hashbrown 0.14.5",
 6087]
 6088
 6089[[package]]
 6090name = "hashlink"
 6091version = "0.10.0"
 6092source = "registry+https://github.com/rust-lang/crates.io-index"
 6093checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 6094dependencies = [
 6095 "hashbrown 0.15.2",
 6096]
 6097
 6098[[package]]
 6099name = "headers"
 6100version = "0.3.9"
 6101source = "registry+https://github.com/rust-lang/crates.io-index"
 6102checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 6103dependencies = [
 6104 "base64 0.21.7",
 6105 "bytes 1.10.1",
 6106 "headers-core",
 6107 "http 0.2.12",
 6108 "httpdate",
 6109 "mime",
 6110 "sha1",
 6111]
 6112
 6113[[package]]
 6114name = "headers-core"
 6115version = "0.2.0"
 6116source = "registry+https://github.com/rust-lang/crates.io-index"
 6117checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 6118dependencies = [
 6119 "http 0.2.12",
 6120]
 6121
 6122[[package]]
 6123name = "heck"
 6124version = "0.3.3"
 6125source = "registry+https://github.com/rust-lang/crates.io-index"
 6126checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 6127dependencies = [
 6128 "unicode-segmentation",
 6129]
 6130
 6131[[package]]
 6132name = "heck"
 6133version = "0.4.1"
 6134source = "registry+https://github.com/rust-lang/crates.io-index"
 6135checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 6136dependencies = [
 6137 "unicode-segmentation",
 6138]
 6139
 6140[[package]]
 6141name = "heck"
 6142version = "0.5.0"
 6143source = "registry+https://github.com/rust-lang/crates.io-index"
 6144checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 6145
 6146[[package]]
 6147name = "heed"
 6148version = "0.21.0"
 6149source = "registry+https://github.com/rust-lang/crates.io-index"
 6150checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 6151dependencies = [
 6152 "bitflags 2.9.0",
 6153 "byteorder",
 6154 "heed-traits",
 6155 "heed-types",
 6156 "libc",
 6157 "lmdb-master-sys",
 6158 "once_cell",
 6159 "page_size",
 6160 "serde",
 6161 "synchronoise",
 6162 "url",
 6163]
 6164
 6165[[package]]
 6166name = "heed-traits"
 6167version = "0.20.0"
 6168source = "registry+https://github.com/rust-lang/crates.io-index"
 6169checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 6170
 6171[[package]]
 6172name = "heed-types"
 6173version = "0.21.0"
 6174source = "registry+https://github.com/rust-lang/crates.io-index"
 6175checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 6176dependencies = [
 6177 "bincode",
 6178 "byteorder",
 6179 "heed-traits",
 6180 "serde",
 6181 "serde_json",
 6182]
 6183
 6184[[package]]
 6185name = "hermit-abi"
 6186version = "0.3.9"
 6187source = "registry+https://github.com/rust-lang/crates.io-index"
 6188checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
 6189
 6190[[package]]
 6191name = "hermit-abi"
 6192version = "0.4.0"
 6193source = "registry+https://github.com/rust-lang/crates.io-index"
 6194checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
 6195
 6196[[package]]
 6197name = "hex"
 6198version = "0.4.3"
 6199source = "registry+https://github.com/rust-lang/crates.io-index"
 6200checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 6201
 6202[[package]]
 6203name = "hexf-parse"
 6204version = "0.2.1"
 6205source = "registry+https://github.com/rust-lang/crates.io-index"
 6206checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 6207
 6208[[package]]
 6209name = "hidden-trait"
 6210version = "0.1.2"
 6211source = "registry+https://github.com/rust-lang/crates.io-index"
 6212checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
 6213dependencies = [
 6214 "proc-macro2",
 6215 "quote",
 6216 "syn 1.0.109",
 6217]
 6218
 6219[[package]]
 6220name = "hkdf"
 6221version = "0.12.4"
 6222source = "registry+https://github.com/rust-lang/crates.io-index"
 6223checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 6224dependencies = [
 6225 "hmac",
 6226]
 6227
 6228[[package]]
 6229name = "hmac"
 6230version = "0.12.1"
 6231source = "registry+https://github.com/rust-lang/crates.io-index"
 6232checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 6233dependencies = [
 6234 "digest",
 6235]
 6236
 6237[[package]]
 6238name = "home"
 6239version = "0.5.9"
 6240source = "registry+https://github.com/rust-lang/crates.io-index"
 6241checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
 6242dependencies = [
 6243 "windows-sys 0.52.0",
 6244]
 6245
 6246[[package]]
 6247name = "hound"
 6248version = "3.5.1"
 6249source = "registry+https://github.com/rust-lang/crates.io-index"
 6250checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 6251
 6252[[package]]
 6253name = "html5ever"
 6254version = "0.27.0"
 6255source = "registry+https://github.com/rust-lang/crates.io-index"
 6256checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 6257dependencies = [
 6258 "log",
 6259 "mac",
 6260 "markup5ever",
 6261 "proc-macro2",
 6262 "quote",
 6263 "syn 2.0.100",
 6264]
 6265
 6266[[package]]
 6267name = "html_to_markdown"
 6268version = "0.1.0"
 6269dependencies = [
 6270 "anyhow",
 6271 "html5ever",
 6272 "indoc",
 6273 "markup5ever_rcdom",
 6274 "pretty_assertions",
 6275 "regex",
 6276]
 6277
 6278[[package]]
 6279name = "http"
 6280version = "0.2.12"
 6281source = "registry+https://github.com/rust-lang/crates.io-index"
 6282checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 6283dependencies = [
 6284 "bytes 1.10.1",
 6285 "fnv",
 6286 "itoa",
 6287]
 6288
 6289[[package]]
 6290name = "http"
 6291version = "1.2.0"
 6292source = "registry+https://github.com/rust-lang/crates.io-index"
 6293checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
 6294dependencies = [
 6295 "bytes 1.10.1",
 6296 "fnv",
 6297 "itoa",
 6298]
 6299
 6300[[package]]
 6301name = "http-body"
 6302version = "0.4.6"
 6303source = "registry+https://github.com/rust-lang/crates.io-index"
 6304checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 6305dependencies = [
 6306 "bytes 1.10.1",
 6307 "http 0.2.12",
 6308 "pin-project-lite",
 6309]
 6310
 6311[[package]]
 6312name = "http-body"
 6313version = "1.0.1"
 6314source = "registry+https://github.com/rust-lang/crates.io-index"
 6315checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 6316dependencies = [
 6317 "bytes 1.10.1",
 6318 "http 1.2.0",
 6319]
 6320
 6321[[package]]
 6322name = "http-body-util"
 6323version = "0.1.2"
 6324source = "registry+https://github.com/rust-lang/crates.io-index"
 6325checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
 6326dependencies = [
 6327 "bytes 1.10.1",
 6328 "futures-util",
 6329 "http 1.2.0",
 6330 "http-body 1.0.1",
 6331 "pin-project-lite",
 6332]
 6333
 6334[[package]]
 6335name = "http-range-header"
 6336version = "0.3.1"
 6337source = "registry+https://github.com/rust-lang/crates.io-index"
 6338checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 6339
 6340[[package]]
 6341name = "http-types"
 6342version = "2.12.0"
 6343source = "registry+https://github.com/rust-lang/crates.io-index"
 6344checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
 6345dependencies = [
 6346 "anyhow",
 6347 "async-channel 1.9.0",
 6348 "base64 0.13.1",
 6349 "futures-lite 1.13.0",
 6350 "http 0.2.12",
 6351 "infer",
 6352 "pin-project-lite",
 6353 "rand 0.7.3",
 6354 "serde",
 6355 "serde_json",
 6356 "serde_qs 0.8.5",
 6357 "serde_urlencoded",
 6358 "url",
 6359]
 6360
 6361[[package]]
 6362name = "http_client"
 6363version = "0.1.0"
 6364dependencies = [
 6365 "anyhow",
 6366 "bytes 1.10.1",
 6367 "derive_more",
 6368 "futures 0.3.31",
 6369 "http 1.2.0",
 6370 "log",
 6371 "serde",
 6372 "serde_json",
 6373 "url",
 6374]
 6375
 6376[[package]]
 6377name = "http_client_tls"
 6378version = "0.1.0"
 6379dependencies = [
 6380 "rustls 0.23.25",
 6381 "rustls-platform-verifier",
 6382]
 6383
 6384[[package]]
 6385name = "httparse"
 6386version = "1.9.5"
 6387source = "registry+https://github.com/rust-lang/crates.io-index"
 6388checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
 6389
 6390[[package]]
 6391name = "httpdate"
 6392version = "1.0.3"
 6393source = "registry+https://github.com/rust-lang/crates.io-index"
 6394checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 6395
 6396[[package]]
 6397name = "human_bytes"
 6398version = "0.4.3"
 6399source = "registry+https://github.com/rust-lang/crates.io-index"
 6400checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 6401
 6402[[package]]
 6403name = "humantime"
 6404version = "2.1.0"
 6405source = "registry+https://github.com/rust-lang/crates.io-index"
 6406checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
 6407
 6408[[package]]
 6409name = "hyper"
 6410version = "0.14.32"
 6411source = "registry+https://github.com/rust-lang/crates.io-index"
 6412checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 6413dependencies = [
 6414 "bytes 1.10.1",
 6415 "futures-channel",
 6416 "futures-core",
 6417 "futures-util",
 6418 "h2 0.3.26",
 6419 "http 0.2.12",
 6420 "http-body 0.4.6",
 6421 "httparse",
 6422 "httpdate",
 6423 "itoa",
 6424 "pin-project-lite",
 6425 "socket2",
 6426 "tokio",
 6427 "tower-service",
 6428 "tracing",
 6429 "want",
 6430]
 6431
 6432[[package]]
 6433name = "hyper"
 6434version = "1.5.1"
 6435source = "registry+https://github.com/rust-lang/crates.io-index"
 6436checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
 6437dependencies = [
 6438 "bytes 1.10.1",
 6439 "futures-channel",
 6440 "futures-util",
 6441 "h2 0.4.7",
 6442 "http 1.2.0",
 6443 "http-body 1.0.1",
 6444 "httparse",
 6445 "itoa",
 6446 "pin-project-lite",
 6447 "smallvec",
 6448 "tokio",
 6449 "want",
 6450]
 6451
 6452[[package]]
 6453name = "hyper-rustls"
 6454version = "0.24.2"
 6455source = "registry+https://github.com/rust-lang/crates.io-index"
 6456checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 6457dependencies = [
 6458 "futures-util",
 6459 "http 0.2.12",
 6460 "hyper 0.14.32",
 6461 "log",
 6462 "rustls 0.21.12",
 6463 "rustls-native-certs 0.6.3",
 6464 "tokio",
 6465 "tokio-rustls 0.24.1",
 6466]
 6467
 6468[[package]]
 6469name = "hyper-rustls"
 6470version = "0.27.3"
 6471source = "registry+https://github.com/rust-lang/crates.io-index"
 6472checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
 6473dependencies = [
 6474 "futures-util",
 6475 "http 1.2.0",
 6476 "hyper 1.5.1",
 6477 "hyper-util",
 6478 "rustls 0.23.25",
 6479 "rustls-native-certs 0.8.1",
 6480 "rustls-pki-types",
 6481 "tokio",
 6482 "tokio-rustls 0.26.1",
 6483 "tower-service",
 6484]
 6485
 6486[[package]]
 6487name = "hyper-tls"
 6488version = "0.5.0"
 6489source = "registry+https://github.com/rust-lang/crates.io-index"
 6490checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 6491dependencies = [
 6492 "bytes 1.10.1",
 6493 "hyper 0.14.32",
 6494 "native-tls",
 6495 "tokio",
 6496 "tokio-native-tls",
 6497]
 6498
 6499[[package]]
 6500name = "hyper-util"
 6501version = "0.1.10"
 6502source = "registry+https://github.com/rust-lang/crates.io-index"
 6503checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
 6504dependencies = [
 6505 "bytes 1.10.1",
 6506 "futures-channel",
 6507 "futures-util",
 6508 "http 1.2.0",
 6509 "http-body 1.0.1",
 6510 "hyper 1.5.1",
 6511 "pin-project-lite",
 6512 "socket2",
 6513 "tokio",
 6514 "tower-service",
 6515 "tracing",
 6516]
 6517
 6518[[package]]
 6519name = "iana-time-zone"
 6520version = "0.1.61"
 6521source = "registry+https://github.com/rust-lang/crates.io-index"
 6522checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
 6523dependencies = [
 6524 "android_system_properties",
 6525 "core-foundation-sys",
 6526 "iana-time-zone-haiku",
 6527 "js-sys",
 6528 "wasm-bindgen",
 6529 "windows-core 0.52.0",
 6530]
 6531
 6532[[package]]
 6533name = "iana-time-zone-haiku"
 6534version = "0.1.2"
 6535source = "registry+https://github.com/rust-lang/crates.io-index"
 6536checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 6537dependencies = [
 6538 "cc",
 6539]
 6540
 6541[[package]]
 6542name = "icons"
 6543version = "0.1.0"
 6544dependencies = [
 6545 "serde",
 6546 "strum",
 6547]
 6548
 6549[[package]]
 6550name = "icu_collections"
 6551version = "1.5.0"
 6552source = "registry+https://github.com/rust-lang/crates.io-index"
 6553checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
 6554dependencies = [
 6555 "displaydoc",
 6556 "yoke",
 6557 "zerofrom",
 6558 "zerovec",
 6559]
 6560
 6561[[package]]
 6562name = "icu_locid"
 6563version = "1.5.0"
 6564source = "registry+https://github.com/rust-lang/crates.io-index"
 6565checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
 6566dependencies = [
 6567 "displaydoc",
 6568 "litemap",
 6569 "tinystr",
 6570 "writeable",
 6571 "zerovec",
 6572]
 6573
 6574[[package]]
 6575name = "icu_locid_transform"
 6576version = "1.5.0"
 6577source = "registry+https://github.com/rust-lang/crates.io-index"
 6578checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
 6579dependencies = [
 6580 "displaydoc",
 6581 "icu_locid",
 6582 "icu_locid_transform_data",
 6583 "icu_provider",
 6584 "tinystr",
 6585 "zerovec",
 6586]
 6587
 6588[[package]]
 6589name = "icu_locid_transform_data"
 6590version = "1.5.0"
 6591source = "registry+https://github.com/rust-lang/crates.io-index"
 6592checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
 6593
 6594[[package]]
 6595name = "icu_normalizer"
 6596version = "1.5.0"
 6597source = "registry+https://github.com/rust-lang/crates.io-index"
 6598checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
 6599dependencies = [
 6600 "displaydoc",
 6601 "icu_collections",
 6602 "icu_normalizer_data",
 6603 "icu_properties",
 6604 "icu_provider",
 6605 "smallvec",
 6606 "utf16_iter",
 6607 "utf8_iter",
 6608 "write16",
 6609 "zerovec",
 6610]
 6611
 6612[[package]]
 6613name = "icu_normalizer_data"
 6614version = "1.5.0"
 6615source = "registry+https://github.com/rust-lang/crates.io-index"
 6616checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
 6617
 6618[[package]]
 6619name = "icu_properties"
 6620version = "1.5.1"
 6621source = "registry+https://github.com/rust-lang/crates.io-index"
 6622checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
 6623dependencies = [
 6624 "displaydoc",
 6625 "icu_collections",
 6626 "icu_locid_transform",
 6627 "icu_properties_data",
 6628 "icu_provider",
 6629 "tinystr",
 6630 "zerovec",
 6631]
 6632
 6633[[package]]
 6634name = "icu_properties_data"
 6635version = "1.5.0"
 6636source = "registry+https://github.com/rust-lang/crates.io-index"
 6637checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
 6638
 6639[[package]]
 6640name = "icu_provider"
 6641version = "1.5.0"
 6642source = "registry+https://github.com/rust-lang/crates.io-index"
 6643checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
 6644dependencies = [
 6645 "displaydoc",
 6646 "icu_locid",
 6647 "icu_provider_macros",
 6648 "stable_deref_trait",
 6649 "tinystr",
 6650 "writeable",
 6651 "yoke",
 6652 "zerofrom",
 6653 "zerovec",
 6654]
 6655
 6656[[package]]
 6657name = "icu_provider_macros"
 6658version = "1.5.0"
 6659source = "registry+https://github.com/rust-lang/crates.io-index"
 6660checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
 6661dependencies = [
 6662 "proc-macro2",
 6663 "quote",
 6664 "syn 2.0.100",
 6665]
 6666
 6667[[package]]
 6668name = "id-arena"
 6669version = "2.2.1"
 6670source = "registry+https://github.com/rust-lang/crates.io-index"
 6671checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 6672
 6673[[package]]
 6674name = "idna"
 6675version = "1.0.3"
 6676source = "registry+https://github.com/rust-lang/crates.io-index"
 6677checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
 6678dependencies = [
 6679 "idna_adapter",
 6680 "smallvec",
 6681 "utf8_iter",
 6682]
 6683
 6684[[package]]
 6685name = "idna_adapter"
 6686version = "1.2.0"
 6687source = "registry+https://github.com/rust-lang/crates.io-index"
 6688checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
 6689dependencies = [
 6690 "icu_normalizer",
 6691 "icu_properties",
 6692]
 6693
 6694[[package]]
 6695name = "ignore"
 6696version = "0.4.23"
 6697source = "registry+https://github.com/rust-lang/crates.io-index"
 6698checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
 6699dependencies = [
 6700 "crossbeam-deque",
 6701 "globset",
 6702 "log",
 6703 "memchr",
 6704 "regex-automata 0.4.9",
 6705 "same-file",
 6706 "walkdir",
 6707 "winapi-util",
 6708]
 6709
 6710[[package]]
 6711name = "image"
 6712version = "0.25.6"
 6713source = "registry+https://github.com/rust-lang/crates.io-index"
 6714checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
 6715dependencies = [
 6716 "bytemuck",
 6717 "byteorder-lite",
 6718 "color_quant",
 6719 "exr",
 6720 "gif",
 6721 "image-webp",
 6722 "num-traits",
 6723 "png",
 6724 "qoi",
 6725 "ravif",
 6726 "rayon",
 6727 "rgb",
 6728 "tiff",
 6729 "zune-core",
 6730 "zune-jpeg",
 6731]
 6732
 6733[[package]]
 6734name = "image-webp"
 6735version = "0.2.0"
 6736source = "registry+https://github.com/rust-lang/crates.io-index"
 6737checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
 6738dependencies = [
 6739 "byteorder-lite",
 6740 "quick-error",
 6741]
 6742
 6743[[package]]
 6744name = "image_viewer"
 6745version = "0.1.0"
 6746dependencies = [
 6747 "anyhow",
 6748 "db",
 6749 "editor",
 6750 "file_icons",
 6751 "gpui",
 6752 "project",
 6753 "schemars",
 6754 "serde",
 6755 "settings",
 6756 "theme",
 6757 "ui",
 6758 "util",
 6759 "workspace",
 6760]
 6761
 6762[[package]]
 6763name = "imagesize"
 6764version = "0.13.0"
 6765source = "registry+https://github.com/rust-lang/crates.io-index"
 6766checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 6767
 6768[[package]]
 6769name = "imara-diff"
 6770version = "0.1.8"
 6771source = "registry+https://github.com/rust-lang/crates.io-index"
 6772checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 6773dependencies = [
 6774 "hashbrown 0.15.2",
 6775]
 6776
 6777[[package]]
 6778name = "imgref"
 6779version = "1.11.0"
 6780source = "registry+https://github.com/rust-lang/crates.io-index"
 6781checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
 6782
 6783[[package]]
 6784name = "indexed_docs"
 6785version = "0.1.0"
 6786dependencies = [
 6787 "anyhow",
 6788 "async-trait",
 6789 "cargo_metadata",
 6790 "collections",
 6791 "derive_more",
 6792 "extension",
 6793 "fs",
 6794 "futures 0.3.31",
 6795 "fuzzy",
 6796 "gpui",
 6797 "heed",
 6798 "html_to_markdown",
 6799 "http_client",
 6800 "indexmap",
 6801 "indoc",
 6802 "parking_lot",
 6803 "paths",
 6804 "pretty_assertions",
 6805 "serde",
 6806 "strum",
 6807 "util",
 6808]
 6809
 6810[[package]]
 6811name = "indexmap"
 6812version = "2.7.1"
 6813source = "registry+https://github.com/rust-lang/crates.io-index"
 6814checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
 6815dependencies = [
 6816 "equivalent",
 6817 "hashbrown 0.15.2",
 6818 "serde",
 6819]
 6820
 6821[[package]]
 6822name = "indoc"
 6823version = "2.0.6"
 6824source = "registry+https://github.com/rust-lang/crates.io-index"
 6825checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 6826
 6827[[package]]
 6828name = "infer"
 6829version = "0.2.3"
 6830source = "registry+https://github.com/rust-lang/crates.io-index"
 6831checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
 6832
 6833[[package]]
 6834name = "inherent"
 6835version = "1.0.11"
 6836source = "registry+https://github.com/rust-lang/crates.io-index"
 6837checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
 6838dependencies = [
 6839 "proc-macro2",
 6840 "quote",
 6841 "syn 2.0.100",
 6842]
 6843
 6844[[package]]
 6845name = "inline_completion"
 6846version = "0.1.0"
 6847dependencies = [
 6848 "gpui",
 6849 "language",
 6850 "project",
 6851]
 6852
 6853[[package]]
 6854name = "inline_completion_button"
 6855version = "0.1.0"
 6856dependencies = [
 6857 "anyhow",
 6858 "client",
 6859 "copilot",
 6860 "editor",
 6861 "feature_flags",
 6862 "fs",
 6863 "futures 0.3.31",
 6864 "gpui",
 6865 "indoc",
 6866 "inline_completion",
 6867 "language",
 6868 "lsp",
 6869 "paths",
 6870 "project",
 6871 "regex",
 6872 "serde_json",
 6873 "settings",
 6874 "supermaven",
 6875 "telemetry",
 6876 "theme",
 6877 "ui",
 6878 "workspace",
 6879 "zed_actions",
 6880 "zeta",
 6881]
 6882
 6883[[package]]
 6884name = "inotify"
 6885version = "0.11.0"
 6886source = "registry+https://github.com/rust-lang/crates.io-index"
 6887checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 6888dependencies = [
 6889 "bitflags 2.9.0",
 6890 "inotify-sys",
 6891 "libc",
 6892]
 6893
 6894[[package]]
 6895name = "inotify-sys"
 6896version = "0.1.5"
 6897source = "registry+https://github.com/rust-lang/crates.io-index"
 6898checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 6899dependencies = [
 6900 "libc",
 6901]
 6902
 6903[[package]]
 6904name = "inout"
 6905version = "0.1.3"
 6906source = "registry+https://github.com/rust-lang/crates.io-index"
 6907checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
 6908dependencies = [
 6909 "block-padding",
 6910 "generic-array",
 6911]
 6912
 6913[[package]]
 6914name = "install_cli"
 6915version = "0.1.0"
 6916dependencies = [
 6917 "anyhow",
 6918 "gpui",
 6919 "smol",
 6920 "util",
 6921]
 6922
 6923[[package]]
 6924name = "instant"
 6925version = "0.1.13"
 6926source = "registry+https://github.com/rust-lang/crates.io-index"
 6927checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 6928dependencies = [
 6929 "cfg-if",
 6930]
 6931
 6932[[package]]
 6933name = "interpolate_name"
 6934version = "0.2.4"
 6935source = "registry+https://github.com/rust-lang/crates.io-index"
 6936checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 6937dependencies = [
 6938 "proc-macro2",
 6939 "quote",
 6940 "syn 2.0.100",
 6941]
 6942
 6943[[package]]
 6944name = "inventory"
 6945version = "0.3.20"
 6946source = "registry+https://github.com/rust-lang/crates.io-index"
 6947checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
 6948dependencies = [
 6949 "rustversion",
 6950]
 6951
 6952[[package]]
 6953name = "io-extras"
 6954version = "0.18.4"
 6955source = "registry+https://github.com/rust-lang/crates.io-index"
 6956checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 6957dependencies = [
 6958 "io-lifetimes",
 6959 "windows-sys 0.59.0",
 6960]
 6961
 6962[[package]]
 6963name = "io-lifetimes"
 6964version = "2.0.4"
 6965source = "registry+https://github.com/rust-lang/crates.io-index"
 6966checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 6967
 6968[[package]]
 6969name = "io-surface"
 6970version = "0.16.0"
 6971source = "registry+https://github.com/rust-lang/crates.io-index"
 6972checksum = "8283575d5f0b2e7447ec0840363879d71c0fa325d4c699d5b45208ea4a51f45e"
 6973dependencies = [
 6974 "cgl",
 6975 "core-foundation 0.10.0",
 6976 "core-foundation-sys",
 6977 "leaky-cow",
 6978 "libc",
 6979]
 6980
 6981[[package]]
 6982name = "iovec"
 6983version = "0.1.4"
 6984source = "registry+https://github.com/rust-lang/crates.io-index"
 6985checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 6986dependencies = [
 6987 "libc",
 6988]
 6989
 6990[[package]]
 6991name = "ipc-channel"
 6992version = "0.19.0"
 6993source = "registry+https://github.com/rust-lang/crates.io-index"
 6994checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 6995dependencies = [
 6996 "bincode",
 6997 "crossbeam-channel",
 6998 "fnv",
 6999 "lazy_static",
 7000 "libc",
 7001 "mio",
 7002 "rand 0.8.5",
 7003 "serde",
 7004 "tempfile",
 7005 "uuid",
 7006 "windows 0.58.0",
 7007]
 7008
 7009[[package]]
 7010name = "ipnet"
 7011version = "2.10.1"
 7012source = "registry+https://github.com/rust-lang/crates.io-index"
 7013checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
 7014
 7015[[package]]
 7016name = "is-docker"
 7017version = "0.2.0"
 7018source = "registry+https://github.com/rust-lang/crates.io-index"
 7019checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 7020dependencies = [
 7021 "once_cell",
 7022]
 7023
 7024[[package]]
 7025name = "is-terminal"
 7026version = "0.4.13"
 7027source = "registry+https://github.com/rust-lang/crates.io-index"
 7028checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
 7029dependencies = [
 7030 "hermit-abi 0.4.0",
 7031 "libc",
 7032 "windows-sys 0.52.0",
 7033]
 7034
 7035[[package]]
 7036name = "is-wsl"
 7037version = "0.4.0"
 7038source = "registry+https://github.com/rust-lang/crates.io-index"
 7039checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 7040dependencies = [
 7041 "is-docker",
 7042 "once_cell",
 7043]
 7044
 7045[[package]]
 7046name = "is_terminal_polyfill"
 7047version = "1.70.1"
 7048source = "registry+https://github.com/rust-lang/crates.io-index"
 7049checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 7050
 7051[[package]]
 7052name = "itertools"
 7053version = "0.10.5"
 7054source = "registry+https://github.com/rust-lang/crates.io-index"
 7055checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 7056dependencies = [
 7057 "either",
 7058]
 7059
 7060[[package]]
 7061name = "itertools"
 7062version = "0.11.0"
 7063source = "registry+https://github.com/rust-lang/crates.io-index"
 7064checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 7065dependencies = [
 7066 "either",
 7067]
 7068
 7069[[package]]
 7070name = "itertools"
 7071version = "0.12.1"
 7072source = "registry+https://github.com/rust-lang/crates.io-index"
 7073checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 7074dependencies = [
 7075 "either",
 7076]
 7077
 7078[[package]]
 7079name = "itertools"
 7080version = "0.14.0"
 7081source = "registry+https://github.com/rust-lang/crates.io-index"
 7082checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 7083dependencies = [
 7084 "either",
 7085]
 7086
 7087[[package]]
 7088name = "itoa"
 7089version = "1.0.14"
 7090source = "registry+https://github.com/rust-lang/crates.io-index"
 7091checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
 7092
 7093[[package]]
 7094name = "jiff"
 7095version = "0.2.4"
 7096source = "registry+https://github.com/rust-lang/crates.io-index"
 7097checksum = "d699bc6dfc879fb1bf9bdff0d4c56f0884fc6f0d0eb0fba397a6d00cd9a6b85e"
 7098dependencies = [
 7099 "jiff-static",
 7100 "log",
 7101 "portable-atomic",
 7102 "portable-atomic-util",
 7103 "serde",
 7104]
 7105
 7106[[package]]
 7107name = "jiff-static"
 7108version = "0.2.4"
 7109source = "registry+https://github.com/rust-lang/crates.io-index"
 7110checksum = "8d16e75759ee0aa64c57a56acbf43916987b20c77373cb7e808979e02b93c9f9"
 7111dependencies = [
 7112 "proc-macro2",
 7113 "quote",
 7114 "syn 2.0.100",
 7115]
 7116
 7117[[package]]
 7118name = "jni"
 7119version = "0.21.1"
 7120source = "registry+https://github.com/rust-lang/crates.io-index"
 7121checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 7122dependencies = [
 7123 "cesu8",
 7124 "cfg-if",
 7125 "combine",
 7126 "jni-sys",
 7127 "log",
 7128 "thiserror 1.0.69",
 7129 "walkdir",
 7130 "windows-sys 0.45.0",
 7131]
 7132
 7133[[package]]
 7134name = "jni-sys"
 7135version = "0.3.0"
 7136source = "registry+https://github.com/rust-lang/crates.io-index"
 7137checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 7138
 7139[[package]]
 7140name = "jobserver"
 7141version = "0.1.32"
 7142source = "registry+https://github.com/rust-lang/crates.io-index"
 7143checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
 7144dependencies = [
 7145 "libc",
 7146]
 7147
 7148[[package]]
 7149name = "journal"
 7150version = "0.1.0"
 7151dependencies = [
 7152 "anyhow",
 7153 "chrono",
 7154 "editor",
 7155 "gpui",
 7156 "log",
 7157 "schemars",
 7158 "serde",
 7159 "settings",
 7160 "shellexpand 2.1.2",
 7161 "workspace",
 7162]
 7163
 7164[[package]]
 7165name = "jpeg-decoder"
 7166version = "0.3.1"
 7167source = "registry+https://github.com/rust-lang/crates.io-index"
 7168checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
 7169
 7170[[package]]
 7171name = "js-sys"
 7172version = "0.3.76"
 7173source = "registry+https://github.com/rust-lang/crates.io-index"
 7174checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
 7175dependencies = [
 7176 "once_cell",
 7177 "wasm-bindgen",
 7178]
 7179
 7180[[package]]
 7181name = "jsonwebtoken"
 7182version = "9.3.1"
 7183source = "registry+https://github.com/rust-lang/crates.io-index"
 7184checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
 7185dependencies = [
 7186 "base64 0.22.1",
 7187 "js-sys",
 7188 "pem",
 7189 "ring",
 7190 "serde",
 7191 "serde_json",
 7192 "simple_asn1",
 7193]
 7194
 7195[[package]]
 7196name = "jupyter-protocol"
 7197version = "0.6.0"
 7198source = "registry+https://github.com/rust-lang/crates.io-index"
 7199checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
 7200dependencies = [
 7201 "anyhow",
 7202 "async-trait",
 7203 "bytes 1.10.1",
 7204 "chrono",
 7205 "futures 0.3.31",
 7206 "serde",
 7207 "serde_json",
 7208 "uuid",
 7209]
 7210
 7211[[package]]
 7212name = "jupyter-websocket-client"
 7213version = "0.9.0"
 7214source = "registry+https://github.com/rust-lang/crates.io-index"
 7215checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
 7216dependencies = [
 7217 "anyhow",
 7218 "async-trait",
 7219 "async-tungstenite",
 7220 "futures 0.3.31",
 7221 "jupyter-protocol",
 7222 "serde",
 7223 "serde_json",
 7224 "url",
 7225 "uuid",
 7226]
 7227
 7228[[package]]
 7229name = "khronos-egl"
 7230version = "6.0.0"
 7231source = "registry+https://github.com/rust-lang/crates.io-index"
 7232checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 7233dependencies = [
 7234 "libc",
 7235 "libloading",
 7236]
 7237
 7238[[package]]
 7239name = "kqueue"
 7240version = "1.0.8"
 7241source = "registry+https://github.com/rust-lang/crates.io-index"
 7242checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
 7243dependencies = [
 7244 "kqueue-sys",
 7245 "libc",
 7246]
 7247
 7248[[package]]
 7249name = "kqueue-sys"
 7250version = "1.0.4"
 7251source = "registry+https://github.com/rust-lang/crates.io-index"
 7252checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 7253dependencies = [
 7254 "bitflags 1.3.2",
 7255 "libc",
 7256]
 7257
 7258[[package]]
 7259name = "kurbo"
 7260version = "0.11.1"
 7261source = "registry+https://github.com/rust-lang/crates.io-index"
 7262checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
 7263dependencies = [
 7264 "arrayvec",
 7265 "smallvec",
 7266]
 7267
 7268[[package]]
 7269name = "kv-log-macro"
 7270version = "1.0.7"
 7271source = "registry+https://github.com/rust-lang/crates.io-index"
 7272checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 7273dependencies = [
 7274 "log",
 7275]
 7276
 7277[[package]]
 7278name = "language"
 7279version = "0.1.0"
 7280dependencies = [
 7281 "anyhow",
 7282 "async-trait",
 7283 "async-watch",
 7284 "clock",
 7285 "collections",
 7286 "ctor",
 7287 "ec4rs",
 7288 "env_logger 0.11.7",
 7289 "fs",
 7290 "futures 0.3.31",
 7291 "fuzzy",
 7292 "globset",
 7293 "gpui",
 7294 "http_client",
 7295 "imara-diff",
 7296 "indoc",
 7297 "itertools 0.14.0",
 7298 "log",
 7299 "lsp",
 7300 "parking_lot",
 7301 "postage",
 7302 "pretty_assertions",
 7303 "rand 0.8.5",
 7304 "regex",
 7305 "rpc",
 7306 "schemars",
 7307 "serde",
 7308 "serde_json",
 7309 "settings",
 7310 "smallvec",
 7311 "smol",
 7312 "streaming-iterator",
 7313 "strsim",
 7314 "sum_tree",
 7315 "task",
 7316 "text",
 7317 "theme",
 7318 "tree-sitter",
 7319 "tree-sitter-elixir",
 7320 "tree-sitter-embedded-template",
 7321 "tree-sitter-heex",
 7322 "tree-sitter-html",
 7323 "tree-sitter-json",
 7324 "tree-sitter-md",
 7325 "tree-sitter-ruby",
 7326 "tree-sitter-rust",
 7327 "tree-sitter-typescript",
 7328 "unicase",
 7329 "unindent",
 7330 "util",
 7331]
 7332
 7333[[package]]
 7334name = "language_extension"
 7335version = "0.1.0"
 7336dependencies = [
 7337 "anyhow",
 7338 "async-trait",
 7339 "collections",
 7340 "extension",
 7341 "fs",
 7342 "futures 0.3.31",
 7343 "gpui",
 7344 "language",
 7345 "lsp",
 7346 "serde",
 7347 "serde_json",
 7348 "util",
 7349]
 7350
 7351[[package]]
 7352name = "language_model"
 7353version = "0.1.0"
 7354dependencies = [
 7355 "anthropic",
 7356 "anyhow",
 7357 "base64 0.22.1",
 7358 "client",
 7359 "collections",
 7360 "futures 0.3.31",
 7361 "google_ai",
 7362 "gpui",
 7363 "http_client",
 7364 "icons",
 7365 "image",
 7366 "log",
 7367 "open_ai",
 7368 "parking_lot",
 7369 "proto",
 7370 "schemars",
 7371 "serde",
 7372 "serde_json",
 7373 "smol",
 7374 "strum",
 7375 "telemetry_events",
 7376 "thiserror 2.0.12",
 7377 "util",
 7378]
 7379
 7380[[package]]
 7381name = "language_model_selector"
 7382version = "0.1.0"
 7383dependencies = [
 7384 "feature_flags",
 7385 "gpui",
 7386 "language_model",
 7387 "log",
 7388 "picker",
 7389 "proto",
 7390 "ui",
 7391 "workspace",
 7392 "zed_actions",
 7393]
 7394
 7395[[package]]
 7396name = "language_models"
 7397version = "0.1.0"
 7398dependencies = [
 7399 "anthropic",
 7400 "anyhow",
 7401 "aws-config",
 7402 "aws-credential-types",
 7403 "aws_http_client",
 7404 "bedrock",
 7405 "client",
 7406 "collections",
 7407 "copilot",
 7408 "credentials_provider",
 7409 "deepseek",
 7410 "editor",
 7411 "feature_flags",
 7412 "fs",
 7413 "futures 0.3.31",
 7414 "google_ai",
 7415 "gpui",
 7416 "gpui_tokio",
 7417 "http_client",
 7418 "language_model",
 7419 "lmstudio",
 7420 "log",
 7421 "menu",
 7422 "mistral",
 7423 "ollama",
 7424 "open_ai",
 7425 "project",
 7426 "proto",
 7427 "schemars",
 7428 "serde",
 7429 "serde_json",
 7430 "settings",
 7431 "smol",
 7432 "strum",
 7433 "theme",
 7434 "tiktoken-rs",
 7435 "tokio",
 7436 "ui",
 7437 "util",
 7438]
 7439
 7440[[package]]
 7441name = "language_selector"
 7442version = "0.1.0"
 7443dependencies = [
 7444 "anyhow",
 7445 "editor",
 7446 "file_finder",
 7447 "file_icons",
 7448 "fuzzy",
 7449 "gpui",
 7450 "language",
 7451 "picker",
 7452 "project",
 7453 "settings",
 7454 "ui",
 7455 "util",
 7456 "workspace",
 7457]
 7458
 7459[[package]]
 7460name = "language_tools"
 7461version = "0.1.0"
 7462dependencies = [
 7463 "anyhow",
 7464 "client",
 7465 "collections",
 7466 "copilot",
 7467 "editor",
 7468 "env_logger 0.11.7",
 7469 "futures 0.3.31",
 7470 "gpui",
 7471 "itertools 0.14.0",
 7472 "language",
 7473 "lsp",
 7474 "project",
 7475 "release_channel",
 7476 "serde_json",
 7477 "settings",
 7478 "theme",
 7479 "tree-sitter",
 7480 "ui",
 7481 "util",
 7482 "workspace",
 7483 "zed_actions",
 7484]
 7485
 7486[[package]]
 7487name = "languages"
 7488version = "0.1.0"
 7489dependencies = [
 7490 "anyhow",
 7491 "async-compression",
 7492 "async-tar",
 7493 "async-trait",
 7494 "collections",
 7495 "futures 0.3.31",
 7496 "gpui",
 7497 "http_client",
 7498 "language",
 7499 "log",
 7500 "lsp",
 7501 "node_runtime",
 7502 "paths",
 7503 "pet",
 7504 "pet-conda",
 7505 "pet-core",
 7506 "pet-fs",
 7507 "pet-poetry",
 7508 "pet-reporter",
 7509 "pretty_assertions",
 7510 "project",
 7511 "regex",
 7512 "rope",
 7513 "rust-embed",
 7514 "serde",
 7515 "serde_json",
 7516 "settings",
 7517 "smol",
 7518 "snippet_provider",
 7519 "task",
 7520 "text",
 7521 "theme",
 7522 "toml 0.8.20",
 7523 "tree-sitter",
 7524 "tree-sitter-bash",
 7525 "tree-sitter-c",
 7526 "tree-sitter-cpp",
 7527 "tree-sitter-css",
 7528 "tree-sitter-diff",
 7529 "tree-sitter-gitcommit",
 7530 "tree-sitter-go",
 7531 "tree-sitter-gomod",
 7532 "tree-sitter-gowork",
 7533 "tree-sitter-jsdoc",
 7534 "tree-sitter-json",
 7535 "tree-sitter-md",
 7536 "tree-sitter-python",
 7537 "tree-sitter-regex",
 7538 "tree-sitter-rust",
 7539 "tree-sitter-typescript",
 7540 "tree-sitter-yaml",
 7541 "unindent",
 7542 "util",
 7543 "workspace",
 7544]
 7545
 7546[[package]]
 7547name = "lazy_static"
 7548version = "1.5.0"
 7549source = "registry+https://github.com/rust-lang/crates.io-index"
 7550checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 7551dependencies = [
 7552 "spin",
 7553]
 7554
 7555[[package]]
 7556name = "lazycell"
 7557version = "1.3.0"
 7558source = "registry+https://github.com/rust-lang/crates.io-index"
 7559checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 7560
 7561[[package]]
 7562name = "leak"
 7563version = "0.1.2"
 7564source = "registry+https://github.com/rust-lang/crates.io-index"
 7565checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 7566
 7567[[package]]
 7568name = "leaky-cow"
 7569version = "0.1.1"
 7570source = "registry+https://github.com/rust-lang/crates.io-index"
 7571checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 7572dependencies = [
 7573 "leak",
 7574]
 7575
 7576[[package]]
 7577name = "leb128"
 7578version = "0.2.5"
 7579source = "registry+https://github.com/rust-lang/crates.io-index"
 7580checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 7581
 7582[[package]]
 7583name = "lebe"
 7584version = "0.5.2"
 7585source = "registry+https://github.com/rust-lang/crates.io-index"
 7586checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
 7587
 7588[[package]]
 7589name = "libc"
 7590version = "0.2.171"
 7591source = "registry+https://github.com/rust-lang/crates.io-index"
 7592checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
 7593
 7594[[package]]
 7595name = "libdbus-sys"
 7596version = "0.2.5"
 7597source = "registry+https://github.com/rust-lang/crates.io-index"
 7598checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
 7599dependencies = [
 7600 "cc",
 7601 "pkg-config",
 7602]
 7603
 7604[[package]]
 7605name = "libfuzzer-sys"
 7606version = "0.4.8"
 7607source = "registry+https://github.com/rust-lang/crates.io-index"
 7608checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
 7609dependencies = [
 7610 "arbitrary",
 7611 "cc",
 7612]
 7613
 7614[[package]]
 7615name = "libgit2-sys"
 7616version = "0.18.1+1.9.0"
 7617source = "registry+https://github.com/rust-lang/crates.io-index"
 7618checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
 7619dependencies = [
 7620 "cc",
 7621 "libc",
 7622 "libz-sys",
 7623 "pkg-config",
 7624]
 7625
 7626[[package]]
 7627name = "libloading"
 7628version = "0.8.6"
 7629source = "registry+https://github.com/rust-lang/crates.io-index"
 7630checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
 7631dependencies = [
 7632 "cfg-if",
 7633 "windows-targets 0.52.6",
 7634]
 7635
 7636[[package]]
 7637name = "libm"
 7638version = "0.2.11"
 7639source = "registry+https://github.com/rust-lang/crates.io-index"
 7640checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
 7641
 7642[[package]]
 7643name = "libmimalloc-sys"
 7644version = "0.1.40"
 7645source = "registry+https://github.com/rust-lang/crates.io-index"
 7646checksum = "07d0e07885d6a754b9c7993f2625187ad694ee985d60f23355ff0e7077261502"
 7647dependencies = [
 7648 "cc",
 7649 "libc",
 7650]
 7651
 7652[[package]]
 7653name = "libredox"
 7654version = "0.1.3"
 7655source = "registry+https://github.com/rust-lang/crates.io-index"
 7656checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
 7657dependencies = [
 7658 "bitflags 2.9.0",
 7659 "libc",
 7660 "redox_syscall 0.5.8",
 7661]
 7662
 7663[[package]]
 7664name = "libsqlite3-sys"
 7665version = "0.30.1"
 7666source = "registry+https://github.com/rust-lang/crates.io-index"
 7667checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 7668dependencies = [
 7669 "cc",
 7670 "pkg-config",
 7671 "vcpkg",
 7672]
 7673
 7674[[package]]
 7675name = "libwebrtc"
 7676version = "0.3.10"
 7677source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
 7678dependencies = [
 7679 "cxx",
 7680 "jni",
 7681 "js-sys",
 7682 "lazy_static",
 7683 "livekit-protocol",
 7684 "livekit-runtime",
 7685 "log",
 7686 "parking_lot",
 7687 "serde",
 7688 "serde_json",
 7689 "thiserror 1.0.69",
 7690 "tokio",
 7691 "wasm-bindgen",
 7692 "wasm-bindgen-futures",
 7693 "web-sys",
 7694 "webrtc-sys",
 7695]
 7696
 7697[[package]]
 7698name = "libz-sys"
 7699version = "1.1.20"
 7700source = "registry+https://github.com/rust-lang/crates.io-index"
 7701checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
 7702dependencies = [
 7703 "cc",
 7704 "libc",
 7705 "pkg-config",
 7706 "vcpkg",
 7707]
 7708
 7709[[package]]
 7710name = "link-cplusplus"
 7711version = "1.0.9"
 7712source = "registry+https://github.com/rust-lang/crates.io-index"
 7713checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
 7714dependencies = [
 7715 "cc",
 7716]
 7717
 7718[[package]]
 7719name = "linkify"
 7720version = "0.10.0"
 7721source = "registry+https://github.com/rust-lang/crates.io-index"
 7722checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 7723dependencies = [
 7724 "memchr",
 7725]
 7726
 7727[[package]]
 7728name = "linkme"
 7729version = "0.3.32"
 7730source = "registry+https://github.com/rust-lang/crates.io-index"
 7731checksum = "22d227772b5999ddc0690e733f734f95ca05387e329c4084fe65678c51198ffe"
 7732dependencies = [
 7733 "linkme-impl",
 7734]
 7735
 7736[[package]]
 7737name = "linkme-impl"
 7738version = "0.3.32"
 7739source = "registry+https://github.com/rust-lang/crates.io-index"
 7740checksum = "71a98813fa0073a317ed6a8055dcd4722a49d9b862af828ee68449adb799b6be"
 7741dependencies = [
 7742 "proc-macro2",
 7743 "quote",
 7744 "syn 2.0.100",
 7745]
 7746
 7747[[package]]
 7748name = "linux-raw-sys"
 7749version = "0.4.14"
 7750source = "registry+https://github.com/rust-lang/crates.io-index"
 7751checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
 7752
 7753[[package]]
 7754name = "litemap"
 7755version = "0.7.4"
 7756source = "registry+https://github.com/rust-lang/crates.io-index"
 7757checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
 7758
 7759[[package]]
 7760name = "livekit"
 7761version = "0.7.8"
 7762source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
 7763dependencies = [
 7764 "chrono",
 7765 "futures-util",
 7766 "lazy_static",
 7767 "libloading",
 7768 "libwebrtc",
 7769 "livekit-api",
 7770 "livekit-protocol",
 7771 "livekit-runtime",
 7772 "log",
 7773 "parking_lot",
 7774 "prost 0.12.6",
 7775 "semver",
 7776 "serde",
 7777 "serde_json",
 7778 "thiserror 1.0.69",
 7779 "tokio",
 7780]
 7781
 7782[[package]]
 7783name = "livekit-api"
 7784version = "0.4.2"
 7785source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
 7786dependencies = [
 7787 "base64 0.21.7",
 7788 "futures-util",
 7789 "http 0.2.12",
 7790 "jsonwebtoken",
 7791 "livekit-protocol",
 7792 "livekit-runtime",
 7793 "log",
 7794 "parking_lot",
 7795 "pbjson-types",
 7796 "prost 0.12.6",
 7797 "rand 0.9.0",
 7798 "reqwest 0.11.27",
 7799 "scopeguard",
 7800 "serde",
 7801 "serde_json",
 7802 "sha2",
 7803 "thiserror 1.0.69",
 7804 "tokio",
 7805 "tokio-tungstenite 0.26.2",
 7806 "url",
 7807]
 7808
 7809[[package]]
 7810name = "livekit-protocol"
 7811version = "0.3.9"
 7812source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
 7813dependencies = [
 7814 "futures-util",
 7815 "livekit-runtime",
 7816 "parking_lot",
 7817 "pbjson",
 7818 "pbjson-types",
 7819 "prost 0.12.6",
 7820 "prost-types 0.12.6",
 7821 "serde",
 7822 "thiserror 1.0.69",
 7823 "tokio",
 7824]
 7825
 7826[[package]]
 7827name = "livekit-runtime"
 7828version = "0.4.0"
 7829source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
 7830dependencies = [
 7831 "tokio",
 7832 "tokio-stream",
 7833]
 7834
 7835[[package]]
 7836name = "livekit_api"
 7837version = "0.1.0"
 7838dependencies = [
 7839 "anyhow",
 7840 "async-trait",
 7841 "jsonwebtoken",
 7842 "log",
 7843 "prost 0.9.0",
 7844 "prost-build 0.9.0",
 7845 "prost-types 0.9.0",
 7846 "reqwest 0.12.8",
 7847 "serde",
 7848]
 7849
 7850[[package]]
 7851name = "livekit_client"
 7852version = "0.1.0"
 7853dependencies = [
 7854 "anyhow",
 7855 "async-trait",
 7856 "collections",
 7857 "core-foundation 0.10.0",
 7858 "core-video",
 7859 "coreaudio-rs 0.12.1",
 7860 "cpal",
 7861 "futures 0.3.31",
 7862 "gpui",
 7863 "gpui_tokio",
 7864 "http_client_tls",
 7865 "image",
 7866 "libwebrtc",
 7867 "livekit",
 7868 "livekit_api",
 7869 "log",
 7870 "nanoid",
 7871 "objc",
 7872 "parking_lot",
 7873 "postage",
 7874 "serde",
 7875 "serde_json",
 7876 "sha2",
 7877 "simplelog",
 7878 "smallvec",
 7879 "tokio-tungstenite 0.26.2",
 7880 "util",
 7881]
 7882
 7883[[package]]
 7884name = "lmdb-master-sys"
 7885version = "0.2.4"
 7886source = "registry+https://github.com/rust-lang/crates.io-index"
 7887checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
 7888dependencies = [
 7889 "cc",
 7890 "doxygen-rs",
 7891 "libc",
 7892]
 7893
 7894[[package]]
 7895name = "lmstudio"
 7896version = "0.1.0"
 7897dependencies = [
 7898 "anyhow",
 7899 "futures 0.3.31",
 7900 "http_client",
 7901 "schemars",
 7902 "serde",
 7903 "serde_json",
 7904]
 7905
 7906[[package]]
 7907name = "lock_api"
 7908version = "0.4.12"
 7909source = "registry+https://github.com/rust-lang/crates.io-index"
 7910checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
 7911dependencies = [
 7912 "autocfg",
 7913 "scopeguard",
 7914]
 7915
 7916[[package]]
 7917name = "log"
 7918version = "0.4.27"
 7919source = "registry+https://github.com/rust-lang/crates.io-index"
 7920checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
 7921dependencies = [
 7922 "serde",
 7923 "value-bag",
 7924]
 7925
 7926[[package]]
 7927name = "loop9"
 7928version = "0.1.5"
 7929source = "registry+https://github.com/rust-lang/crates.io-index"
 7930checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
 7931dependencies = [
 7932 "imgref",
 7933]
 7934
 7935[[package]]
 7936name = "lru"
 7937version = "0.12.5"
 7938source = "registry+https://github.com/rust-lang/crates.io-index"
 7939checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
 7940dependencies = [
 7941 "hashbrown 0.15.2",
 7942]
 7943
 7944[[package]]
 7945name = "lsp"
 7946version = "0.1.0"
 7947dependencies = [
 7948 "anyhow",
 7949 "async-pipe",
 7950 "collections",
 7951 "ctor",
 7952 "env_logger 0.11.7",
 7953 "futures 0.3.31",
 7954 "gpui",
 7955 "log",
 7956 "lsp-types",
 7957 "parking_lot",
 7958 "postage",
 7959 "release_channel",
 7960 "schemars",
 7961 "serde",
 7962 "serde_json",
 7963 "smol",
 7964 "util",
 7965]
 7966
 7967[[package]]
 7968name = "lsp-types"
 7969version = "0.95.1"
 7970source = "git+https://github.com/zed-industries/lsp-types?rev=1fff0dd12e2071c5667327394cfec163d2a466ab#1fff0dd12e2071c5667327394cfec163d2a466ab"
 7971dependencies = [
 7972 "bitflags 1.3.2",
 7973 "serde",
 7974 "serde_json",
 7975 "serde_repr",
 7976 "url",
 7977]
 7978
 7979[[package]]
 7980name = "lyon"
 7981version = "1.0.1"
 7982source = "registry+https://github.com/rust-lang/crates.io-index"
 7983checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
 7984dependencies = [
 7985 "lyon_algorithms",
 7986 "lyon_extra",
 7987 "lyon_tessellation",
 7988]
 7989
 7990[[package]]
 7991name = "lyon_algorithms"
 7992version = "1.0.5"
 7993source = "registry+https://github.com/rust-lang/crates.io-index"
 7994checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
 7995dependencies = [
 7996 "lyon_path",
 7997 "num-traits",
 7998]
 7999
 8000[[package]]
 8001name = "lyon_extra"
 8002version = "1.0.3"
 8003source = "registry+https://github.com/rust-lang/crates.io-index"
 8004checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
 8005dependencies = [
 8006 "lyon_path",
 8007 "thiserror 1.0.69",
 8008]
 8009
 8010[[package]]
 8011name = "lyon_geom"
 8012version = "1.0.6"
 8013source = "registry+https://github.com/rust-lang/crates.io-index"
 8014checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
 8015dependencies = [
 8016 "arrayvec",
 8017 "euclid",
 8018 "num-traits",
 8019]
 8020
 8021[[package]]
 8022name = "lyon_path"
 8023version = "1.0.6"
 8024source = "registry+https://github.com/rust-lang/crates.io-index"
 8025checksum = "8e0b8aec2f58586f6eef237985b9a9b7cb3a3aff4417c575075cf95bf925252e"
 8026dependencies = [
 8027 "lyon_geom",
 8028 "num-traits",
 8029]
 8030
 8031[[package]]
 8032name = "lyon_tessellation"
 8033version = "1.0.15"
 8034source = "registry+https://github.com/rust-lang/crates.io-index"
 8035checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
 8036dependencies = [
 8037 "float_next_after",
 8038 "lyon_path",
 8039 "num-traits",
 8040]
 8041
 8042[[package]]
 8043name = "mac"
 8044version = "0.1.1"
 8045source = "registry+https://github.com/rust-lang/crates.io-index"
 8046checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
 8047
 8048[[package]]
 8049name = "mach2"
 8050version = "0.4.2"
 8051source = "registry+https://github.com/rust-lang/crates.io-index"
 8052checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
 8053dependencies = [
 8054 "libc",
 8055]
 8056
 8057[[package]]
 8058name = "malloc_buf"
 8059version = "0.0.6"
 8060source = "registry+https://github.com/rust-lang/crates.io-index"
 8061checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
 8062dependencies = [
 8063 "libc",
 8064]
 8065
 8066[[package]]
 8067name = "maplit"
 8068version = "1.0.2"
 8069source = "registry+https://github.com/rust-lang/crates.io-index"
 8070checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
 8071
 8072[[package]]
 8073name = "markdown"
 8074version = "0.1.0"
 8075dependencies = [
 8076 "anyhow",
 8077 "assets",
 8078 "env_logger 0.11.7",
 8079 "gpui",
 8080 "language",
 8081 "languages",
 8082 "linkify",
 8083 "log",
 8084 "node_runtime",
 8085 "pulldown-cmark 0.12.2",
 8086 "settings",
 8087 "theme",
 8088 "ui",
 8089 "util",
 8090]
 8091
 8092[[package]]
 8093name = "markdown_preview"
 8094version = "0.1.0"
 8095dependencies = [
 8096 "anyhow",
 8097 "async-recursion 1.1.1",
 8098 "collections",
 8099 "editor",
 8100 "gpui",
 8101 "language",
 8102 "linkify",
 8103 "log",
 8104 "pretty_assertions",
 8105 "pulldown-cmark 0.12.2",
 8106 "settings",
 8107 "theme",
 8108 "ui",
 8109 "util",
 8110 "workspace",
 8111]
 8112
 8113[[package]]
 8114name = "markup5ever"
 8115version = "0.12.1"
 8116source = "registry+https://github.com/rust-lang/crates.io-index"
 8117checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
 8118dependencies = [
 8119 "log",
 8120 "phf",
 8121 "phf_codegen",
 8122 "string_cache",
 8123 "string_cache_codegen",
 8124 "tendril",
 8125]
 8126
 8127[[package]]
 8128name = "markup5ever_rcdom"
 8129version = "0.3.0"
 8130source = "registry+https://github.com/rust-lang/crates.io-index"
 8131checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
 8132dependencies = [
 8133 "html5ever",
 8134 "markup5ever",
 8135 "tendril",
 8136 "xml5ever",
 8137]
 8138
 8139[[package]]
 8140name = "matchers"
 8141version = "0.1.0"
 8142source = "registry+https://github.com/rust-lang/crates.io-index"
 8143checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
 8144dependencies = [
 8145 "regex-automata 0.1.10",
 8146]
 8147
 8148[[package]]
 8149name = "matchit"
 8150version = "0.7.3"
 8151source = "registry+https://github.com/rust-lang/crates.io-index"
 8152checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
 8153
 8154[[package]]
 8155name = "maybe-owned"
 8156version = "0.3.4"
 8157source = "registry+https://github.com/rust-lang/crates.io-index"
 8158checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
 8159
 8160[[package]]
 8161name = "maybe-rayon"
 8162version = "0.1.1"
 8163source = "registry+https://github.com/rust-lang/crates.io-index"
 8164checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
 8165dependencies = [
 8166 "cfg-if",
 8167 "rayon",
 8168]
 8169
 8170[[package]]
 8171name = "md-5"
 8172version = "0.10.6"
 8173source = "registry+https://github.com/rust-lang/crates.io-index"
 8174checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
 8175dependencies = [
 8176 "cfg-if",
 8177 "digest",
 8178]
 8179
 8180[[package]]
 8181name = "mdbook"
 8182version = "0.4.47"
 8183source = "registry+https://github.com/rust-lang/crates.io-index"
 8184checksum = "7e1a8fe3a4a01f28dab245c474cb7b95ccb4d3d2f17a5419a3d949f474c45e84"
 8185dependencies = [
 8186 "ammonia",
 8187 "anyhow",
 8188 "chrono",
 8189 "clap",
 8190 "clap_complete",
 8191 "elasticlunr-rs",
 8192 "env_logger 0.11.7",
 8193 "futures-util",
 8194 "handlebars 6.2.0",
 8195 "hex",
 8196 "ignore",
 8197 "log",
 8198 "memchr",
 8199 "notify 8.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8200 "notify-debouncer-mini",
 8201 "once_cell",
 8202 "opener",
 8203 "pathdiff",
 8204 "pulldown-cmark 0.10.3",
 8205 "regex",
 8206 "serde",
 8207 "serde_json",
 8208 "sha2",
 8209 "shlex",
 8210 "tempfile",
 8211 "tokio",
 8212 "toml 0.5.11",
 8213 "topological-sort",
 8214 "walkdir",
 8215 "warp",
 8216]
 8217
 8218[[package]]
 8219name = "media"
 8220version = "0.1.0"
 8221dependencies = [
 8222 "anyhow",
 8223 "bindgen 0.70.1",
 8224 "core-foundation 0.10.0",
 8225 "core-video",
 8226 "ctor",
 8227 "foreign-types 0.5.0",
 8228 "metal",
 8229 "objc",
 8230]
 8231
 8232[[package]]
 8233name = "memchr"
 8234version = "2.7.4"
 8235source = "registry+https://github.com/rust-lang/crates.io-index"
 8236checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
 8237
 8238[[package]]
 8239name = "memfd"
 8240version = "0.6.4"
 8241source = "registry+https://github.com/rust-lang/crates.io-index"
 8242checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
 8243dependencies = [
 8244 "rustix",
 8245]
 8246
 8247[[package]]
 8248name = "memmap2"
 8249version = "0.9.5"
 8250source = "registry+https://github.com/rust-lang/crates.io-index"
 8251checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
 8252dependencies = [
 8253 "libc",
 8254]
 8255
 8256[[package]]
 8257name = "memoffset"
 8258version = "0.9.1"
 8259source = "registry+https://github.com/rust-lang/crates.io-index"
 8260checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
 8261dependencies = [
 8262 "autocfg",
 8263]
 8264
 8265[[package]]
 8266name = "menu"
 8267version = "0.1.0"
 8268dependencies = [
 8269 "gpui",
 8270 "serde",
 8271]
 8272
 8273[[package]]
 8274name = "metal"
 8275version = "0.29.0"
 8276source = "registry+https://github.com/rust-lang/crates.io-index"
 8277checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
 8278dependencies = [
 8279 "bitflags 2.9.0",
 8280 "block",
 8281 "core-graphics-types 0.1.3",
 8282 "foreign-types 0.5.0",
 8283 "log",
 8284 "objc",
 8285 "paste",
 8286]
 8287
 8288[[package]]
 8289name = "migrator"
 8290version = "0.1.0"
 8291dependencies = [
 8292 "anyhow",
 8293 "collections",
 8294 "convert_case 0.8.0",
 8295 "log",
 8296 "pretty_assertions",
 8297 "streaming-iterator",
 8298 "tree-sitter",
 8299 "tree-sitter-json",
 8300]
 8301
 8302[[package]]
 8303name = "mimalloc"
 8304version = "0.1.44"
 8305source = "registry+https://github.com/rust-lang/crates.io-index"
 8306checksum = "99585191385958383e13f6b822e6b6d8d9cf928e7d286ceb092da92b43c87bc1"
 8307dependencies = [
 8308 "libmimalloc-sys",
 8309]
 8310
 8311[[package]]
 8312name = "mime"
 8313version = "0.3.17"
 8314source = "registry+https://github.com/rust-lang/crates.io-index"
 8315checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 8316
 8317[[package]]
 8318name = "mime_guess"
 8319version = "2.0.5"
 8320source = "registry+https://github.com/rust-lang/crates.io-index"
 8321checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
 8322dependencies = [
 8323 "mime",
 8324 "unicase",
 8325]
 8326
 8327[[package]]
 8328name = "minimal-lexical"
 8329version = "0.2.1"
 8330source = "registry+https://github.com/rust-lang/crates.io-index"
 8331checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 8332
 8333[[package]]
 8334name = "miniz_oxide"
 8335version = "0.8.0"
 8336source = "registry+https://github.com/rust-lang/crates.io-index"
 8337checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
 8338dependencies = [
 8339 "adler2",
 8340 "simd-adler32",
 8341]
 8342
 8343[[package]]
 8344name = "mint"
 8345version = "0.5.9"
 8346source = "registry+https://github.com/rust-lang/crates.io-index"
 8347checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
 8348
 8349[[package]]
 8350name = "mio"
 8351version = "1.0.3"
 8352source = "registry+https://github.com/rust-lang/crates.io-index"
 8353checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
 8354dependencies = [
 8355 "libc",
 8356 "log",
 8357 "wasi 0.11.0+wasi-snapshot-preview1",
 8358 "windows-sys 0.52.0",
 8359]
 8360
 8361[[package]]
 8362name = "miow"
 8363version = "0.6.0"
 8364source = "registry+https://github.com/rust-lang/crates.io-index"
 8365checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
 8366dependencies = [
 8367 "windows-sys 0.48.0",
 8368]
 8369
 8370[[package]]
 8371name = "mistral"
 8372version = "0.1.0"
 8373dependencies = [
 8374 "anyhow",
 8375 "futures 0.3.31",
 8376 "http_client",
 8377 "schemars",
 8378 "serde",
 8379 "serde_json",
 8380 "strum",
 8381]
 8382
 8383[[package]]
 8384name = "msvc_spectre_libs"
 8385version = "0.1.2"
 8386source = "registry+https://github.com/rust-lang/crates.io-index"
 8387checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
 8388dependencies = [
 8389 "cc",
 8390]
 8391
 8392[[package]]
 8393name = "multi_buffer"
 8394version = "0.1.0"
 8395dependencies = [
 8396 "anyhow",
 8397 "buffer_diff",
 8398 "clock",
 8399 "collections",
 8400 "ctor",
 8401 "env_logger 0.11.7",
 8402 "futures 0.3.31",
 8403 "gpui",
 8404 "indoc",
 8405 "itertools 0.14.0",
 8406 "language",
 8407 "log",
 8408 "parking_lot",
 8409 "pretty_assertions",
 8410 "project",
 8411 "rand 0.8.5",
 8412 "rope",
 8413 "serde",
 8414 "settings",
 8415 "smallvec",
 8416 "smol",
 8417 "sum_tree",
 8418 "text",
 8419 "theme",
 8420 "tree-sitter",
 8421 "util",
 8422]
 8423
 8424[[package]]
 8425name = "multimap"
 8426version = "0.8.3"
 8427source = "registry+https://github.com/rust-lang/crates.io-index"
 8428checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
 8429
 8430[[package]]
 8431name = "multimap"
 8432version = "0.10.0"
 8433source = "registry+https://github.com/rust-lang/crates.io-index"
 8434checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
 8435
 8436[[package]]
 8437name = "naga"
 8438version = "23.1.0"
 8439source = "registry+https://github.com/rust-lang/crates.io-index"
 8440checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
 8441dependencies = [
 8442 "arrayvec",
 8443 "bit-set 0.8.0",
 8444 "bitflags 2.9.0",
 8445 "cfg_aliases 0.1.1",
 8446 "codespan-reporting",
 8447 "hexf-parse",
 8448 "indexmap",
 8449 "log",
 8450 "rustc-hash 1.1.0",
 8451 "spirv",
 8452 "termcolor",
 8453 "thiserror 1.0.69",
 8454 "unicode-xid",
 8455]
 8456
 8457[[package]]
 8458name = "nanoid"
 8459version = "0.4.0"
 8460source = "registry+https://github.com/rust-lang/crates.io-index"
 8461checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
 8462dependencies = [
 8463 "rand 0.8.5",
 8464]
 8465
 8466[[package]]
 8467name = "nanorand"
 8468version = "0.7.0"
 8469source = "registry+https://github.com/rust-lang/crates.io-index"
 8470checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
 8471dependencies = [
 8472 "getrandom 0.2.15",
 8473]
 8474
 8475[[package]]
 8476name = "native-tls"
 8477version = "0.2.12"
 8478source = "registry+https://github.com/rust-lang/crates.io-index"
 8479checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
 8480dependencies = [
 8481 "libc",
 8482 "log",
 8483 "openssl",
 8484 "openssl-probe",
 8485 "openssl-sys",
 8486 "schannel",
 8487 "security-framework 2.11.1",
 8488 "security-framework-sys",
 8489 "tempfile",
 8490]
 8491
 8492[[package]]
 8493name = "nbformat"
 8494version = "0.10.0"
 8495source = "registry+https://github.com/rust-lang/crates.io-index"
 8496checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
 8497dependencies = [
 8498 "anyhow",
 8499 "chrono",
 8500 "jupyter-protocol",
 8501 "serde",
 8502 "serde_json",
 8503 "thiserror 1.0.69",
 8504 "uuid",
 8505]
 8506
 8507[[package]]
 8508name = "ndk"
 8509version = "0.8.0"
 8510source = "registry+https://github.com/rust-lang/crates.io-index"
 8511checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
 8512dependencies = [
 8513 "bitflags 2.9.0",
 8514 "jni-sys",
 8515 "log",
 8516 "ndk-sys",
 8517 "num_enum",
 8518 "thiserror 1.0.69",
 8519]
 8520
 8521[[package]]
 8522name = "ndk-context"
 8523version = "0.1.1"
 8524source = "registry+https://github.com/rust-lang/crates.io-index"
 8525checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
 8526
 8527[[package]]
 8528name = "ndk-sys"
 8529version = "0.5.0+25.2.9519653"
 8530source = "registry+https://github.com/rust-lang/crates.io-index"
 8531checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
 8532dependencies = [
 8533 "jni-sys",
 8534]
 8535
 8536[[package]]
 8537name = "new_debug_unreachable"
 8538version = "1.0.6"
 8539source = "registry+https://github.com/rust-lang/crates.io-index"
 8540checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
 8541
 8542[[package]]
 8543name = "nix"
 8544version = "0.29.0"
 8545source = "registry+https://github.com/rust-lang/crates.io-index"
 8546checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
 8547dependencies = [
 8548 "bitflags 2.9.0",
 8549 "cfg-if",
 8550 "cfg_aliases 0.2.1",
 8551 "libc",
 8552 "memoffset",
 8553]
 8554
 8555[[package]]
 8556name = "node_runtime"
 8557version = "0.1.0"
 8558dependencies = [
 8559 "anyhow",
 8560 "async-compression",
 8561 "async-std",
 8562 "async-tar",
 8563 "async-trait",
 8564 "async-watch",
 8565 "async_zip",
 8566 "futures 0.3.31",
 8567 "http_client",
 8568 "log",
 8569 "paths",
 8570 "semver",
 8571 "serde",
 8572 "serde_json",
 8573 "smol",
 8574 "tempfile",
 8575 "util",
 8576 "walkdir",
 8577 "which 6.0.3",
 8578]
 8579
 8580[[package]]
 8581name = "nom"
 8582version = "7.1.3"
 8583source = "registry+https://github.com/rust-lang/crates.io-index"
 8584checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
 8585dependencies = [
 8586 "memchr",
 8587 "minimal-lexical",
 8588]
 8589
 8590[[package]]
 8591name = "noop_proc_macro"
 8592version = "0.3.0"
 8593source = "registry+https://github.com/rust-lang/crates.io-index"
 8594checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
 8595
 8596[[package]]
 8597name = "normpath"
 8598version = "1.3.0"
 8599source = "registry+https://github.com/rust-lang/crates.io-index"
 8600checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
 8601dependencies = [
 8602 "windows-sys 0.59.0",
 8603]
 8604
 8605[[package]]
 8606name = "notifications"
 8607version = "0.1.0"
 8608dependencies = [
 8609 "anyhow",
 8610 "channel",
 8611 "client",
 8612 "collections",
 8613 "component",
 8614 "db",
 8615 "gpui",
 8616 "linkme",
 8617 "rpc",
 8618 "settings",
 8619 "sum_tree",
 8620 "time",
 8621 "ui",
 8622 "util",
 8623 "workspace",
 8624]
 8625
 8626[[package]]
 8627name = "notify"
 8628version = "8.0.0"
 8629source = "registry+https://github.com/rust-lang/crates.io-index"
 8630checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943"
 8631dependencies = [
 8632 "bitflags 2.9.0",
 8633 "filetime",
 8634 "fsevent-sys 4.1.0",
 8635 "inotify",
 8636 "kqueue",
 8637 "libc",
 8638 "log",
 8639 "mio",
 8640 "notify-types 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8641 "walkdir",
 8642 "windows-sys 0.59.0",
 8643]
 8644
 8645[[package]]
 8646name = "notify"
 8647version = "8.0.0"
 8648source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
 8649dependencies = [
 8650 "bitflags 2.9.0",
 8651 "filetime",
 8652 "fsevent-sys 4.1.0",
 8653 "inotify",
 8654 "kqueue",
 8655 "libc",
 8656 "log",
 8657 "mio",
 8658 "notify-types 2.0.0 (git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96)",
 8659 "walkdir",
 8660 "windows-sys 0.59.0",
 8661]
 8662
 8663[[package]]
 8664name = "notify-debouncer-mini"
 8665version = "0.6.0"
 8666source = "registry+https://github.com/rust-lang/crates.io-index"
 8667checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
 8668dependencies = [
 8669 "log",
 8670 "notify 8.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8671 "notify-types 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8672 "tempfile",
 8673]
 8674
 8675[[package]]
 8676name = "notify-types"
 8677version = "2.0.0"
 8678source = "registry+https://github.com/rust-lang/crates.io-index"
 8679checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
 8680
 8681[[package]]
 8682name = "notify-types"
 8683version = "2.0.0"
 8684source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
 8685
 8686[[package]]
 8687name = "ntapi"
 8688version = "0.4.1"
 8689source = "registry+https://github.com/rust-lang/crates.io-index"
 8690checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
 8691dependencies = [
 8692 "winapi",
 8693]
 8694
 8695[[package]]
 8696name = "nu-ansi-term"
 8697version = "0.46.0"
 8698source = "registry+https://github.com/rust-lang/crates.io-index"
 8699checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
 8700dependencies = [
 8701 "overload",
 8702 "winapi",
 8703]
 8704
 8705[[package]]
 8706name = "num"
 8707version = "0.4.3"
 8708source = "registry+https://github.com/rust-lang/crates.io-index"
 8709checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
 8710dependencies = [
 8711 "num-bigint",
 8712 "num-complex",
 8713 "num-integer",
 8714 "num-iter",
 8715 "num-rational",
 8716 "num-traits",
 8717]
 8718
 8719[[package]]
 8720name = "num-bigint"
 8721version = "0.4.6"
 8722source = "registry+https://github.com/rust-lang/crates.io-index"
 8723checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
 8724dependencies = [
 8725 "num-integer",
 8726 "num-traits",
 8727]
 8728
 8729[[package]]
 8730name = "num-bigint-dig"
 8731version = "0.8.4"
 8732source = "registry+https://github.com/rust-lang/crates.io-index"
 8733checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
 8734dependencies = [
 8735 "byteorder",
 8736 "lazy_static",
 8737 "libm",
 8738 "num-integer",
 8739 "num-iter",
 8740 "num-traits",
 8741 "rand 0.8.5",
 8742 "serde",
 8743 "smallvec",
 8744 "zeroize",
 8745]
 8746
 8747[[package]]
 8748name = "num-complex"
 8749version = "0.4.6"
 8750source = "registry+https://github.com/rust-lang/crates.io-index"
 8751checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
 8752dependencies = [
 8753 "num-traits",
 8754]
 8755
 8756[[package]]
 8757name = "num-conv"
 8758version = "0.1.0"
 8759source = "registry+https://github.com/rust-lang/crates.io-index"
 8760checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
 8761
 8762[[package]]
 8763name = "num-derive"
 8764version = "0.4.2"
 8765source = "registry+https://github.com/rust-lang/crates.io-index"
 8766checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
 8767dependencies = [
 8768 "proc-macro2",
 8769 "quote",
 8770 "syn 2.0.100",
 8771]
 8772
 8773[[package]]
 8774name = "num-format"
 8775version = "0.4.4"
 8776source = "registry+https://github.com/rust-lang/crates.io-index"
 8777checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
 8778dependencies = [
 8779 "arrayvec",
 8780 "itoa",
 8781]
 8782
 8783[[package]]
 8784name = "num-integer"
 8785version = "0.1.46"
 8786source = "registry+https://github.com/rust-lang/crates.io-index"
 8787checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
 8788dependencies = [
 8789 "num-traits",
 8790]
 8791
 8792[[package]]
 8793name = "num-iter"
 8794version = "0.1.45"
 8795source = "registry+https://github.com/rust-lang/crates.io-index"
 8796checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
 8797dependencies = [
 8798 "autocfg",
 8799 "num-integer",
 8800 "num-traits",
 8801]
 8802
 8803[[package]]
 8804name = "num-modular"
 8805version = "0.6.1"
 8806source = "registry+https://github.com/rust-lang/crates.io-index"
 8807checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
 8808
 8809[[package]]
 8810name = "num-order"
 8811version = "1.2.0"
 8812source = "registry+https://github.com/rust-lang/crates.io-index"
 8813checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
 8814dependencies = [
 8815 "num-modular",
 8816]
 8817
 8818[[package]]
 8819name = "num-rational"
 8820version = "0.4.2"
 8821source = "registry+https://github.com/rust-lang/crates.io-index"
 8822checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
 8823dependencies = [
 8824 "num-bigint",
 8825 "num-integer",
 8826 "num-traits",
 8827]
 8828
 8829[[package]]
 8830name = "num-traits"
 8831version = "0.2.19"
 8832source = "registry+https://github.com/rust-lang/crates.io-index"
 8833checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
 8834dependencies = [
 8835 "autocfg",
 8836 "libm",
 8837]
 8838
 8839[[package]]
 8840name = "num_cpus"
 8841version = "1.16.0"
 8842source = "registry+https://github.com/rust-lang/crates.io-index"
 8843checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
 8844dependencies = [
 8845 "hermit-abi 0.3.9",
 8846 "libc",
 8847]
 8848
 8849[[package]]
 8850name = "num_enum"
 8851version = "0.7.3"
 8852source = "registry+https://github.com/rust-lang/crates.io-index"
 8853checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
 8854dependencies = [
 8855 "num_enum_derive",
 8856]
 8857
 8858[[package]]
 8859name = "num_enum_derive"
 8860version = "0.7.3"
 8861source = "registry+https://github.com/rust-lang/crates.io-index"
 8862checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
 8863dependencies = [
 8864 "proc-macro-crate",
 8865 "proc-macro2",
 8866 "quote",
 8867 "syn 2.0.100",
 8868]
 8869
 8870[[package]]
 8871name = "num_threads"
 8872version = "0.1.7"
 8873source = "registry+https://github.com/rust-lang/crates.io-index"
 8874checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
 8875dependencies = [
 8876 "libc",
 8877]
 8878
 8879[[package]]
 8880name = "nvim-rs"
 8881version = "0.8.0-pre"
 8882source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
 8883dependencies = [
 8884 "async-trait",
 8885 "futures 0.3.31",
 8886 "log",
 8887 "parity-tokio-ipc",
 8888 "rmp",
 8889 "rmpv",
 8890 "tokio",
 8891 "tokio-util",
 8892 "winapi",
 8893]
 8894
 8895[[package]]
 8896name = "objc"
 8897version = "0.2.7"
 8898source = "registry+https://github.com/rust-lang/crates.io-index"
 8899checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
 8900dependencies = [
 8901 "malloc_buf",
 8902]
 8903
 8904[[package]]
 8905name = "objc-sys"
 8906version = "0.3.5"
 8907source = "registry+https://github.com/rust-lang/crates.io-index"
 8908checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
 8909
 8910[[package]]
 8911name = "objc2"
 8912version = "0.5.2"
 8913source = "registry+https://github.com/rust-lang/crates.io-index"
 8914checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
 8915dependencies = [
 8916 "objc-sys",
 8917 "objc2-encode",
 8918]
 8919
 8920[[package]]
 8921name = "objc2-app-kit"
 8922version = "0.2.2"
 8923source = "registry+https://github.com/rust-lang/crates.io-index"
 8924checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
 8925dependencies = [
 8926 "bitflags 2.9.0",
 8927 "block2",
 8928 "libc",
 8929 "objc2",
 8930 "objc2-core-data",
 8931 "objc2-core-image",
 8932 "objc2-foundation",
 8933 "objc2-quartz-core",
 8934]
 8935
 8936[[package]]
 8937name = "objc2-cloud-kit"
 8938version = "0.2.2"
 8939source = "registry+https://github.com/rust-lang/crates.io-index"
 8940checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
 8941dependencies = [
 8942 "bitflags 2.9.0",
 8943 "block2",
 8944 "objc2",
 8945 "objc2-core-location",
 8946 "objc2-foundation",
 8947]
 8948
 8949[[package]]
 8950name = "objc2-contacts"
 8951version = "0.2.2"
 8952source = "registry+https://github.com/rust-lang/crates.io-index"
 8953checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
 8954dependencies = [
 8955 "block2",
 8956 "objc2",
 8957 "objc2-foundation",
 8958]
 8959
 8960[[package]]
 8961name = "objc2-core-data"
 8962version = "0.2.2"
 8963source = "registry+https://github.com/rust-lang/crates.io-index"
 8964checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
 8965dependencies = [
 8966 "bitflags 2.9.0",
 8967 "block2",
 8968 "objc2",
 8969 "objc2-foundation",
 8970]
 8971
 8972[[package]]
 8973name = "objc2-core-image"
 8974version = "0.2.2"
 8975source = "registry+https://github.com/rust-lang/crates.io-index"
 8976checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
 8977dependencies = [
 8978 "block2",
 8979 "objc2",
 8980 "objc2-foundation",
 8981 "objc2-metal",
 8982]
 8983
 8984[[package]]
 8985name = "objc2-core-location"
 8986version = "0.2.2"
 8987source = "registry+https://github.com/rust-lang/crates.io-index"
 8988checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
 8989dependencies = [
 8990 "block2",
 8991 "objc2",
 8992 "objc2-contacts",
 8993 "objc2-foundation",
 8994]
 8995
 8996[[package]]
 8997name = "objc2-encode"
 8998version = "4.0.3"
 8999source = "registry+https://github.com/rust-lang/crates.io-index"
 9000checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
 9001
 9002[[package]]
 9003name = "objc2-foundation"
 9004version = "0.2.2"
 9005source = "registry+https://github.com/rust-lang/crates.io-index"
 9006checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
 9007dependencies = [
 9008 "bitflags 2.9.0",
 9009 "block2",
 9010 "libc",
 9011 "objc2",
 9012]
 9013
 9014[[package]]
 9015name = "objc2-link-presentation"
 9016version = "0.2.2"
 9017source = "registry+https://github.com/rust-lang/crates.io-index"
 9018checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
 9019dependencies = [
 9020 "block2",
 9021 "objc2",
 9022 "objc2-app-kit",
 9023 "objc2-foundation",
 9024]
 9025
 9026[[package]]
 9027name = "objc2-metal"
 9028version = "0.2.2"
 9029source = "registry+https://github.com/rust-lang/crates.io-index"
 9030checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
 9031dependencies = [
 9032 "bitflags 2.9.0",
 9033 "block2",
 9034 "objc2",
 9035 "objc2-foundation",
 9036]
 9037
 9038[[package]]
 9039name = "objc2-quartz-core"
 9040version = "0.2.2"
 9041source = "registry+https://github.com/rust-lang/crates.io-index"
 9042checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
 9043dependencies = [
 9044 "bitflags 2.9.0",
 9045 "block2",
 9046 "objc2",
 9047 "objc2-foundation",
 9048 "objc2-metal",
 9049]
 9050
 9051[[package]]
 9052name = "objc2-symbols"
 9053version = "0.2.2"
 9054source = "registry+https://github.com/rust-lang/crates.io-index"
 9055checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
 9056dependencies = [
 9057 "objc2",
 9058 "objc2-foundation",
 9059]
 9060
 9061[[package]]
 9062name = "objc2-ui-kit"
 9063version = "0.2.2"
 9064source = "registry+https://github.com/rust-lang/crates.io-index"
 9065checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
 9066dependencies = [
 9067 "bitflags 2.9.0",
 9068 "block2",
 9069 "objc2",
 9070 "objc2-cloud-kit",
 9071 "objc2-core-data",
 9072 "objc2-core-image",
 9073 "objc2-core-location",
 9074 "objc2-foundation",
 9075 "objc2-link-presentation",
 9076 "objc2-quartz-core",
 9077 "objc2-symbols",
 9078 "objc2-uniform-type-identifiers",
 9079 "objc2-user-notifications",
 9080]
 9081
 9082[[package]]
 9083name = "objc2-uniform-type-identifiers"
 9084version = "0.2.2"
 9085source = "registry+https://github.com/rust-lang/crates.io-index"
 9086checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
 9087dependencies = [
 9088 "block2",
 9089 "objc2",
 9090 "objc2-foundation",
 9091]
 9092
 9093[[package]]
 9094name = "objc2-user-notifications"
 9095version = "0.2.2"
 9096source = "registry+https://github.com/rust-lang/crates.io-index"
 9097checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
 9098dependencies = [
 9099 "bitflags 2.9.0",
 9100 "block2",
 9101 "objc2",
 9102 "objc2-core-location",
 9103 "objc2-foundation",
 9104]
 9105
 9106[[package]]
 9107name = "object"
 9108version = "0.36.5"
 9109source = "registry+https://github.com/rust-lang/crates.io-index"
 9110checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
 9111dependencies = [
 9112 "crc32fast",
 9113 "hashbrown 0.15.2",
 9114 "indexmap",
 9115 "memchr",
 9116]
 9117
 9118[[package]]
 9119name = "oboe"
 9120version = "0.6.1"
 9121source = "registry+https://github.com/rust-lang/crates.io-index"
 9122checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
 9123dependencies = [
 9124 "jni",
 9125 "ndk",
 9126 "ndk-context",
 9127 "num-derive",
 9128 "num-traits",
 9129 "oboe-sys",
 9130]
 9131
 9132[[package]]
 9133name = "oboe-sys"
 9134version = "0.6.1"
 9135source = "registry+https://github.com/rust-lang/crates.io-index"
 9136checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
 9137dependencies = [
 9138 "cc",
 9139]
 9140
 9141[[package]]
 9142name = "ollama"
 9143version = "0.1.0"
 9144dependencies = [
 9145 "anyhow",
 9146 "futures 0.3.31",
 9147 "http_client",
 9148 "schemars",
 9149 "serde",
 9150 "serde_json",
 9151]
 9152
 9153[[package]]
 9154name = "once_cell"
 9155version = "1.20.3"
 9156source = "registry+https://github.com/rust-lang/crates.io-index"
 9157checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
 9158
 9159[[package]]
 9160name = "oo7"
 9161version = "0.4.3"
 9162source = "registry+https://github.com/rust-lang/crates.io-index"
 9163checksum = "6cb23d3ec3527d65a83be1c1795cb883c52cfa57147d42acc797127df56fc489"
 9164dependencies = [
 9165 "aes",
 9166 "ashpd",
 9167 "async-fs",
 9168 "async-io",
 9169 "async-lock",
 9170 "blocking",
 9171 "cbc",
 9172 "cipher",
 9173 "digest",
 9174 "endi",
 9175 "futures-lite 2.6.0",
 9176 "futures-util",
 9177 "getrandom 0.3.1",
 9178 "hkdf",
 9179 "hmac",
 9180 "md-5",
 9181 "num",
 9182 "num-bigint-dig",
 9183 "pbkdf2 0.12.2",
 9184 "rand 0.9.0",
 9185 "serde",
 9186 "sha2",
 9187 "subtle",
 9188 "zbus",
 9189 "zbus_macros",
 9190 "zeroize",
 9191 "zvariant",
 9192]
 9193
 9194[[package]]
 9195name = "oorandom"
 9196version = "11.1.4"
 9197source = "registry+https://github.com/rust-lang/crates.io-index"
 9198checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
 9199
 9200[[package]]
 9201name = "open"
 9202version = "5.3.2"
 9203source = "registry+https://github.com/rust-lang/crates.io-index"
 9204checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
 9205dependencies = [
 9206 "is-wsl",
 9207 "libc",
 9208 "pathdiff",
 9209]
 9210
 9211[[package]]
 9212name = "open_ai"
 9213version = "0.1.0"
 9214dependencies = [
 9215 "anyhow",
 9216 "futures 0.3.31",
 9217 "http_client",
 9218 "schemars",
 9219 "serde",
 9220 "serde_json",
 9221 "strum",
 9222]
 9223
 9224[[package]]
 9225name = "opener"
 9226version = "0.7.2"
 9227source = "registry+https://github.com/rust-lang/crates.io-index"
 9228checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
 9229dependencies = [
 9230 "bstr",
 9231 "dbus",
 9232 "normpath",
 9233 "windows-sys 0.59.0",
 9234]
 9235
 9236[[package]]
 9237name = "openssl"
 9238version = "0.10.70"
 9239source = "registry+https://github.com/rust-lang/crates.io-index"
 9240checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6"
 9241dependencies = [
 9242 "bitflags 2.9.0",
 9243 "cfg-if",
 9244 "foreign-types 0.3.2",
 9245 "libc",
 9246 "once_cell",
 9247 "openssl-macros",
 9248 "openssl-sys",
 9249]
 9250
 9251[[package]]
 9252name = "openssl-macros"
 9253version = "0.1.1"
 9254source = "registry+https://github.com/rust-lang/crates.io-index"
 9255checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
 9256dependencies = [
 9257 "proc-macro2",
 9258 "quote",
 9259 "syn 2.0.100",
 9260]
 9261
 9262[[package]]
 9263name = "openssl-probe"
 9264version = "0.1.5"
 9265source = "registry+https://github.com/rust-lang/crates.io-index"
 9266checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
 9267
 9268[[package]]
 9269name = "openssl-src"
 9270version = "300.4.1+3.4.0"
 9271source = "registry+https://github.com/rust-lang/crates.io-index"
 9272checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
 9273dependencies = [
 9274 "cc",
 9275]
 9276
 9277[[package]]
 9278name = "openssl-sys"
 9279version = "0.9.105"
 9280source = "registry+https://github.com/rust-lang/crates.io-index"
 9281checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc"
 9282dependencies = [
 9283 "cc",
 9284 "libc",
 9285 "openssl-src",
 9286 "pkg-config",
 9287 "vcpkg",
 9288]
 9289
 9290[[package]]
 9291name = "option-ext"
 9292version = "0.2.0"
 9293source = "registry+https://github.com/rust-lang/crates.io-index"
 9294checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
 9295
 9296[[package]]
 9297name = "ordered-float"
 9298version = "2.10.1"
 9299source = "registry+https://github.com/rust-lang/crates.io-index"
 9300checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
 9301dependencies = [
 9302 "num-traits",
 9303]
 9304
 9305[[package]]
 9306name = "ordered-float"
 9307version = "3.9.2"
 9308source = "registry+https://github.com/rust-lang/crates.io-index"
 9309checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
 9310dependencies = [
 9311 "num-traits",
 9312]
 9313
 9314[[package]]
 9315name = "ordered-stream"
 9316version = "0.2.0"
 9317source = "registry+https://github.com/rust-lang/crates.io-index"
 9318checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
 9319dependencies = [
 9320 "futures-core",
 9321 "pin-project-lite",
 9322]
 9323
 9324[[package]]
 9325name = "ouroboros"
 9326version = "0.18.4"
 9327source = "registry+https://github.com/rust-lang/crates.io-index"
 9328checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
 9329dependencies = [
 9330 "aliasable",
 9331 "ouroboros_macro",
 9332 "static_assertions",
 9333]
 9334
 9335[[package]]
 9336name = "ouroboros_macro"
 9337version = "0.18.4"
 9338source = "registry+https://github.com/rust-lang/crates.io-index"
 9339checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
 9340dependencies = [
 9341 "heck 0.4.1",
 9342 "itertools 0.12.1",
 9343 "proc-macro2",
 9344 "proc-macro2-diagnostics",
 9345 "quote",
 9346 "syn 2.0.100",
 9347]
 9348
 9349[[package]]
 9350name = "outline"
 9351version = "0.1.0"
 9352dependencies = [
 9353 "editor",
 9354 "fuzzy",
 9355 "gpui",
 9356 "indoc",
 9357 "language",
 9358 "menu",
 9359 "ordered-float 2.10.1",
 9360 "picker",
 9361 "project",
 9362 "rope",
 9363 "serde_json",
 9364 "settings",
 9365 "smol",
 9366 "theme",
 9367 "tree-sitter-rust",
 9368 "tree-sitter-typescript",
 9369 "ui",
 9370 "util",
 9371 "workspace",
 9372 "zed_actions",
 9373]
 9374
 9375[[package]]
 9376name = "outline_panel"
 9377version = "0.1.0"
 9378dependencies = [
 9379 "anyhow",
 9380 "collections",
 9381 "db",
 9382 "editor",
 9383 "file_icons",
 9384 "fuzzy",
 9385 "gpui",
 9386 "itertools 0.14.0",
 9387 "language",
 9388 "log",
 9389 "menu",
 9390 "outline",
 9391 "pretty_assertions",
 9392 "project",
 9393 "schemars",
 9394 "search",
 9395 "serde",
 9396 "serde_json",
 9397 "settings",
 9398 "smallvec",
 9399 "smol",
 9400 "theme",
 9401 "ui",
 9402 "util",
 9403 "workspace",
 9404 "worktree",
 9405 "zed_actions",
 9406]
 9407
 9408[[package]]
 9409name = "outref"
 9410version = "0.5.1"
 9411source = "registry+https://github.com/rust-lang/crates.io-index"
 9412checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
 9413
 9414[[package]]
 9415name = "overload"
 9416version = "0.1.1"
 9417source = "registry+https://github.com/rust-lang/crates.io-index"
 9418checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
 9419
 9420[[package]]
 9421name = "p256"
 9422version = "0.11.1"
 9423source = "registry+https://github.com/rust-lang/crates.io-index"
 9424checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
 9425dependencies = [
 9426 "ecdsa",
 9427 "elliptic-curve",
 9428 "sha2",
 9429]
 9430
 9431[[package]]
 9432name = "page_size"
 9433version = "0.6.0"
 9434source = "registry+https://github.com/rust-lang/crates.io-index"
 9435checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
 9436dependencies = [
 9437 "libc",
 9438 "winapi",
 9439]
 9440
 9441[[package]]
 9442name = "palette"
 9443version = "0.7.6"
 9444source = "registry+https://github.com/rust-lang/crates.io-index"
 9445checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
 9446dependencies = [
 9447 "approx",
 9448 "fast-srgb8",
 9449 "palette_derive",
 9450]
 9451
 9452[[package]]
 9453name = "palette_derive"
 9454version = "0.7.6"
 9455source = "registry+https://github.com/rust-lang/crates.io-index"
 9456checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
 9457dependencies = [
 9458 "by_address",
 9459 "proc-macro2",
 9460 "quote",
 9461 "syn 2.0.100",
 9462]
 9463
 9464[[package]]
 9465name = "panel"
 9466version = "0.1.0"
 9467dependencies = [
 9468 "editor",
 9469 "gpui",
 9470 "settings",
 9471 "theme",
 9472 "ui",
 9473 "workspace",
 9474]
 9475
 9476[[package]]
 9477name = "parity-tokio-ipc"
 9478version = "0.9.0"
 9479source = "registry+https://github.com/rust-lang/crates.io-index"
 9480checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
 9481dependencies = [
 9482 "futures 0.3.31",
 9483 "libc",
 9484 "log",
 9485 "rand 0.7.3",
 9486 "tokio",
 9487 "winapi",
 9488]
 9489
 9490[[package]]
 9491name = "parking"
 9492version = "2.2.1"
 9493source = "registry+https://github.com/rust-lang/crates.io-index"
 9494checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
 9495
 9496[[package]]
 9497name = "parking_lot"
 9498version = "0.12.3"
 9499source = "registry+https://github.com/rust-lang/crates.io-index"
 9500checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
 9501dependencies = [
 9502 "lock_api",
 9503 "parking_lot_core",
 9504]
 9505
 9506[[package]]
 9507name = "parking_lot_core"
 9508version = "0.9.10"
 9509source = "registry+https://github.com/rust-lang/crates.io-index"
 9510checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
 9511dependencies = [
 9512 "cfg-if",
 9513 "libc",
 9514 "redox_syscall 0.5.8",
 9515 "smallvec",
 9516 "windows-targets 0.52.6",
 9517]
 9518
 9519[[package]]
 9520name = "password-hash"
 9521version = "0.4.2"
 9522source = "registry+https://github.com/rust-lang/crates.io-index"
 9523checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
 9524dependencies = [
 9525 "base64ct",
 9526 "rand_core 0.6.4",
 9527 "subtle",
 9528]
 9529
 9530[[package]]
 9531name = "password-hash"
 9532version = "0.5.0"
 9533source = "registry+https://github.com/rust-lang/crates.io-index"
 9534checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
 9535dependencies = [
 9536 "base64ct",
 9537 "rand_core 0.6.4",
 9538 "subtle",
 9539]
 9540
 9541[[package]]
 9542name = "paste"
 9543version = "1.0.15"
 9544source = "registry+https://github.com/rust-lang/crates.io-index"
 9545checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
 9546
 9547[[package]]
 9548name = "pathdiff"
 9549version = "0.2.3"
 9550source = "registry+https://github.com/rust-lang/crates.io-index"
 9551checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
 9552
 9553[[package]]
 9554name = "pathfinder_geometry"
 9555version = "0.5.1"
 9556source = "registry+https://github.com/rust-lang/crates.io-index"
 9557checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
 9558dependencies = [
 9559 "log",
 9560 "pathfinder_simd",
 9561]
 9562
 9563[[package]]
 9564name = "pathfinder_simd"
 9565version = "0.5.4"
 9566source = "registry+https://github.com/rust-lang/crates.io-index"
 9567checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
 9568dependencies = [
 9569 "rustc_version",
 9570]
 9571
 9572[[package]]
 9573name = "paths"
 9574version = "0.1.0"
 9575dependencies = [
 9576 "dirs 4.0.0",
 9577 "util",
 9578]
 9579
 9580[[package]]
 9581name = "pbjson"
 9582version = "0.6.0"
 9583source = "registry+https://github.com/rust-lang/crates.io-index"
 9584checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
 9585dependencies = [
 9586 "base64 0.21.7",
 9587 "serde",
 9588]
 9589
 9590[[package]]
 9591name = "pbjson-build"
 9592version = "0.6.2"
 9593source = "registry+https://github.com/rust-lang/crates.io-index"
 9594checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
 9595dependencies = [
 9596 "heck 0.4.1",
 9597 "itertools 0.11.0",
 9598 "prost 0.12.6",
 9599 "prost-types 0.12.6",
 9600]
 9601
 9602[[package]]
 9603name = "pbjson-types"
 9604version = "0.6.0"
 9605source = "registry+https://github.com/rust-lang/crates.io-index"
 9606checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
 9607dependencies = [
 9608 "bytes 1.10.1",
 9609 "chrono",
 9610 "pbjson",
 9611 "pbjson-build",
 9612 "prost 0.12.6",
 9613 "prost-build 0.12.6",
 9614 "serde",
 9615]
 9616
 9617[[package]]
 9618name = "pbkdf2"
 9619version = "0.11.0"
 9620source = "registry+https://github.com/rust-lang/crates.io-index"
 9621checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
 9622dependencies = [
 9623 "digest",
 9624 "hmac",
 9625 "password-hash 0.4.2",
 9626 "sha2",
 9627]
 9628
 9629[[package]]
 9630name = "pbkdf2"
 9631version = "0.12.2"
 9632source = "registry+https://github.com/rust-lang/crates.io-index"
 9633checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
 9634dependencies = [
 9635 "digest",
 9636 "hmac",
 9637]
 9638
 9639[[package]]
 9640name = "pem"
 9641version = "3.0.4"
 9642source = "registry+https://github.com/rust-lang/crates.io-index"
 9643checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
 9644dependencies = [
 9645 "base64 0.22.1",
 9646 "serde",
 9647]
 9648
 9649[[package]]
 9650name = "pem-rfc7468"
 9651version = "0.7.0"
 9652source = "registry+https://github.com/rust-lang/crates.io-index"
 9653checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
 9654dependencies = [
 9655 "base64ct",
 9656]
 9657
 9658[[package]]
 9659name = "percent-encoding"
 9660version = "2.3.1"
 9661source = "registry+https://github.com/rust-lang/crates.io-index"
 9662checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
 9663
 9664[[package]]
 9665name = "perplexity"
 9666version = "0.1.0"
 9667dependencies = [
 9668 "serde",
 9669 "zed_extension_api 0.4.0",
 9670]
 9671
 9672[[package]]
 9673name = "pest"
 9674version = "2.7.15"
 9675source = "registry+https://github.com/rust-lang/crates.io-index"
 9676checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
 9677dependencies = [
 9678 "memchr",
 9679 "thiserror 2.0.12",
 9680 "ucd-trie",
 9681]
 9682
 9683[[package]]
 9684name = "pest_derive"
 9685version = "2.7.15"
 9686source = "registry+https://github.com/rust-lang/crates.io-index"
 9687checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
 9688dependencies = [
 9689 "pest",
 9690 "pest_generator",
 9691]
 9692
 9693[[package]]
 9694name = "pest_generator"
 9695version = "2.7.15"
 9696source = "registry+https://github.com/rust-lang/crates.io-index"
 9697checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
 9698dependencies = [
 9699 "pest",
 9700 "pest_meta",
 9701 "proc-macro2",
 9702 "quote",
 9703 "syn 2.0.100",
 9704]
 9705
 9706[[package]]
 9707name = "pest_meta"
 9708version = "2.7.15"
 9709source = "registry+https://github.com/rust-lang/crates.io-index"
 9710checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
 9711dependencies = [
 9712 "once_cell",
 9713 "pest",
 9714 "sha2",
 9715]
 9716
 9717[[package]]
 9718name = "pet"
 9719version = "0.1.0"
 9720source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9721dependencies = [
 9722 "clap",
 9723 "env_logger 0.10.2",
 9724 "lazy_static",
 9725 "log",
 9726 "msvc_spectre_libs",
 9727 "pet-conda",
 9728 "pet-core",
 9729 "pet-env-var-path",
 9730 "pet-fs",
 9731 "pet-global-virtualenvs",
 9732 "pet-homebrew",
 9733 "pet-jsonrpc",
 9734 "pet-linux-global-python",
 9735 "pet-mac-commandlinetools",
 9736 "pet-mac-python-org",
 9737 "pet-mac-xcode",
 9738 "pet-pipenv",
 9739 "pet-pixi",
 9740 "pet-poetry",
 9741 "pet-pyenv",
 9742 "pet-python-utils",
 9743 "pet-reporter",
 9744 "pet-telemetry",
 9745 "pet-venv",
 9746 "pet-virtualenv",
 9747 "pet-virtualenvwrapper",
 9748 "pet-windows-registry",
 9749 "pet-windows-store",
 9750 "serde",
 9751 "serde_json",
 9752]
 9753
 9754[[package]]
 9755name = "pet-conda"
 9756version = "0.1.0"
 9757source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9758dependencies = [
 9759 "env_logger 0.10.2",
 9760 "lazy_static",
 9761 "log",
 9762 "msvc_spectre_libs",
 9763 "pet-core",
 9764 "pet-fs",
 9765 "pet-python-utils",
 9766 "pet-reporter",
 9767 "regex",
 9768 "serde",
 9769 "serde_json",
 9770 "yaml-rust2",
 9771]
 9772
 9773[[package]]
 9774name = "pet-core"
 9775version = "0.1.0"
 9776source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9777dependencies = [
 9778 "clap",
 9779 "lazy_static",
 9780 "log",
 9781 "msvc_spectre_libs",
 9782 "pet-fs",
 9783 "regex",
 9784 "serde",
 9785 "serde_json",
 9786]
 9787
 9788[[package]]
 9789name = "pet-env-var-path"
 9790version = "0.1.0"
 9791source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9792dependencies = [
 9793 "lazy_static",
 9794 "log",
 9795 "msvc_spectre_libs",
 9796 "pet-conda",
 9797 "pet-core",
 9798 "pet-fs",
 9799 "pet-python-utils",
 9800 "pet-virtualenv",
 9801 "regex",
 9802]
 9803
 9804[[package]]
 9805name = "pet-fs"
 9806version = "0.1.0"
 9807source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9808dependencies = [
 9809 "log",
 9810 "msvc_spectre_libs",
 9811]
 9812
 9813[[package]]
 9814name = "pet-global-virtualenvs"
 9815version = "0.1.0"
 9816source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9817dependencies = [
 9818 "log",
 9819 "msvc_spectre_libs",
 9820 "pet-conda",
 9821 "pet-core",
 9822 "pet-fs",
 9823 "pet-virtualenv",
 9824]
 9825
 9826[[package]]
 9827name = "pet-homebrew"
 9828version = "0.1.0"
 9829source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9830dependencies = [
 9831 "lazy_static",
 9832 "log",
 9833 "msvc_spectre_libs",
 9834 "pet-conda",
 9835 "pet-core",
 9836 "pet-fs",
 9837 "pet-python-utils",
 9838 "pet-virtualenv",
 9839 "regex",
 9840 "serde",
 9841 "serde_json",
 9842]
 9843
 9844[[package]]
 9845name = "pet-jsonrpc"
 9846version = "0.1.0"
 9847source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9848dependencies = [
 9849 "env_logger 0.10.2",
 9850 "log",
 9851 "msvc_spectre_libs",
 9852 "pet-core",
 9853 "serde",
 9854 "serde_json",
 9855]
 9856
 9857[[package]]
 9858name = "pet-linux-global-python"
 9859version = "0.1.0"
 9860source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9861dependencies = [
 9862 "log",
 9863 "msvc_spectre_libs",
 9864 "pet-core",
 9865 "pet-fs",
 9866 "pet-python-utils",
 9867 "pet-virtualenv",
 9868]
 9869
 9870[[package]]
 9871name = "pet-mac-commandlinetools"
 9872version = "0.1.0"
 9873source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9874dependencies = [
 9875 "log",
 9876 "msvc_spectre_libs",
 9877 "pet-core",
 9878 "pet-fs",
 9879 "pet-python-utils",
 9880 "pet-virtualenv",
 9881]
 9882
 9883[[package]]
 9884name = "pet-mac-python-org"
 9885version = "0.1.0"
 9886source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9887dependencies = [
 9888 "log",
 9889 "msvc_spectre_libs",
 9890 "pet-core",
 9891 "pet-fs",
 9892 "pet-python-utils",
 9893 "pet-virtualenv",
 9894]
 9895
 9896[[package]]
 9897name = "pet-mac-xcode"
 9898version = "0.1.0"
 9899source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9900dependencies = [
 9901 "log",
 9902 "msvc_spectre_libs",
 9903 "pet-core",
 9904 "pet-fs",
 9905 "pet-python-utils",
 9906 "pet-virtualenv",
 9907]
 9908
 9909[[package]]
 9910name = "pet-pipenv"
 9911version = "0.1.0"
 9912source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9913dependencies = [
 9914 "log",
 9915 "msvc_spectre_libs",
 9916 "pet-core",
 9917 "pet-fs",
 9918 "pet-python-utils",
 9919 "pet-virtualenv",
 9920]
 9921
 9922[[package]]
 9923name = "pet-pixi"
 9924version = "0.1.0"
 9925source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9926dependencies = [
 9927 "log",
 9928 "msvc_spectre_libs",
 9929 "pet-conda",
 9930 "pet-core",
 9931 "pet-python-utils",
 9932]
 9933
 9934[[package]]
 9935name = "pet-poetry"
 9936version = "0.1.0"
 9937source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9938dependencies = [
 9939 "base64 0.22.1",
 9940 "lazy_static",
 9941 "log",
 9942 "msvc_spectre_libs",
 9943 "pet-core",
 9944 "pet-fs",
 9945 "pet-python-utils",
 9946 "pet-reporter",
 9947 "pet-virtualenv",
 9948 "regex",
 9949 "serde",
 9950 "serde_json",
 9951 "sha2",
 9952 "toml 0.8.20",
 9953]
 9954
 9955[[package]]
 9956name = "pet-pyenv"
 9957version = "0.1.0"
 9958source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9959dependencies = [
 9960 "lazy_static",
 9961 "log",
 9962 "msvc_spectre_libs",
 9963 "pet-conda",
 9964 "pet-core",
 9965 "pet-fs",
 9966 "pet-python-utils",
 9967 "pet-reporter",
 9968 "regex",
 9969 "serde",
 9970 "serde_json",
 9971]
 9972
 9973[[package]]
 9974name = "pet-python-utils"
 9975version = "0.1.0"
 9976source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9977dependencies = [
 9978 "env_logger 0.10.2",
 9979 "lazy_static",
 9980 "log",
 9981 "msvc_spectre_libs",
 9982 "pet-core",
 9983 "pet-fs",
 9984 "regex",
 9985 "serde",
 9986 "serde_json",
 9987 "sha2",
 9988]
 9989
 9990[[package]]
 9991name = "pet-reporter"
 9992version = "0.1.0"
 9993source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9994dependencies = [
 9995 "env_logger 0.10.2",
 9996 "log",
 9997 "msvc_spectre_libs",
 9998 "pet-core",
 9999 "pet-jsonrpc",
10000 "serde",
10001 "serde_json",
10002]
10003
10004[[package]]
10005name = "pet-telemetry"
10006version = "0.1.0"
10007source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10008dependencies = [
10009 "env_logger 0.10.2",
10010 "lazy_static",
10011 "log",
10012 "msvc_spectre_libs",
10013 "pet-core",
10014 "pet-fs",
10015 "pet-python-utils",
10016 "regex",
10017]
10018
10019[[package]]
10020name = "pet-venv"
10021version = "0.1.0"
10022source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10023dependencies = [
10024 "log",
10025 "msvc_spectre_libs",
10026 "pet-core",
10027 "pet-python-utils",
10028 "pet-virtualenv",
10029]
10030
10031[[package]]
10032name = "pet-virtualenv"
10033version = "0.1.0"
10034source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10035dependencies = [
10036 "log",
10037 "msvc_spectre_libs",
10038 "pet-core",
10039 "pet-fs",
10040 "pet-python-utils",
10041]
10042
10043[[package]]
10044name = "pet-virtualenvwrapper"
10045version = "0.1.0"
10046source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10047dependencies = [
10048 "log",
10049 "msvc_spectre_libs",
10050 "pet-core",
10051 "pet-fs",
10052 "pet-python-utils",
10053 "pet-virtualenv",
10054]
10055
10056[[package]]
10057name = "pet-windows-registry"
10058version = "0.1.0"
10059source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10060dependencies = [
10061 "lazy_static",
10062 "log",
10063 "msvc_spectre_libs",
10064 "pet-conda",
10065 "pet-core",
10066 "pet-fs",
10067 "pet-python-utils",
10068 "pet-virtualenv",
10069 "pet-windows-store",
10070 "regex",
10071 "winreg 0.52.0",
10072]
10073
10074[[package]]
10075name = "pet-windows-store"
10076version = "0.1.0"
10077source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10078dependencies = [
10079 "lazy_static",
10080 "log",
10081 "msvc_spectre_libs",
10082 "pet-core",
10083 "pet-fs",
10084 "pet-python-utils",
10085 "pet-virtualenv",
10086 "regex",
10087 "winreg 0.52.0",
10088]
10089
10090[[package]]
10091name = "petgraph"
10092version = "0.6.5"
10093source = "registry+https://github.com/rust-lang/crates.io-index"
10094checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
10095dependencies = [
10096 "fixedbitset",
10097 "indexmap",
10098]
10099
10100[[package]]
10101name = "pgvector"
10102version = "0.4.0"
10103source = "registry+https://github.com/rust-lang/crates.io-index"
10104checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
10105dependencies = [
10106 "serde",
10107]
10108
10109[[package]]
10110name = "phf"
10111version = "0.11.2"
10112source = "registry+https://github.com/rust-lang/crates.io-index"
10113checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
10114dependencies = [
10115 "phf_macros",
10116 "phf_shared 0.11.2",
10117]
10118
10119[[package]]
10120name = "phf_codegen"
10121version = "0.11.2"
10122source = "registry+https://github.com/rust-lang/crates.io-index"
10123checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
10124dependencies = [
10125 "phf_generator 0.11.2",
10126 "phf_shared 0.11.2",
10127]
10128
10129[[package]]
10130name = "phf_generator"
10131version = "0.10.0"
10132source = "registry+https://github.com/rust-lang/crates.io-index"
10133checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
10134dependencies = [
10135 "phf_shared 0.10.0",
10136 "rand 0.8.5",
10137]
10138
10139[[package]]
10140name = "phf_generator"
10141version = "0.11.2"
10142source = "registry+https://github.com/rust-lang/crates.io-index"
10143checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
10144dependencies = [
10145 "phf_shared 0.11.2",
10146 "rand 0.8.5",
10147]
10148
10149[[package]]
10150name = "phf_macros"
10151version = "0.11.2"
10152source = "registry+https://github.com/rust-lang/crates.io-index"
10153checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
10154dependencies = [
10155 "phf_generator 0.11.2",
10156 "phf_shared 0.11.2",
10157 "proc-macro2",
10158 "quote",
10159 "syn 2.0.100",
10160]
10161
10162[[package]]
10163name = "phf_shared"
10164version = "0.10.0"
10165source = "registry+https://github.com/rust-lang/crates.io-index"
10166checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
10167dependencies = [
10168 "siphasher 0.3.11",
10169]
10170
10171[[package]]
10172name = "phf_shared"
10173version = "0.11.2"
10174source = "registry+https://github.com/rust-lang/crates.io-index"
10175checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
10176dependencies = [
10177 "siphasher 0.3.11",
10178]
10179
10180[[package]]
10181name = "picker"
10182version = "0.1.0"
10183dependencies = [
10184 "anyhow",
10185 "ctor",
10186 "editor",
10187 "env_logger 0.11.7",
10188 "gpui",
10189 "menu",
10190 "schemars",
10191 "serde",
10192 "serde_json",
10193 "ui",
10194 "util",
10195 "workspace",
10196]
10197
10198[[package]]
10199name = "pico-args"
10200version = "0.5.0"
10201source = "registry+https://github.com/rust-lang/crates.io-index"
10202checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
10203
10204[[package]]
10205name = "pin-project"
10206version = "1.1.7"
10207source = "registry+https://github.com/rust-lang/crates.io-index"
10208checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
10209dependencies = [
10210 "pin-project-internal",
10211]
10212
10213[[package]]
10214name = "pin-project-internal"
10215version = "1.1.7"
10216source = "registry+https://github.com/rust-lang/crates.io-index"
10217checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
10218dependencies = [
10219 "proc-macro2",
10220 "quote",
10221 "syn 2.0.100",
10222]
10223
10224[[package]]
10225name = "pin-project-lite"
10226version = "0.2.16"
10227source = "registry+https://github.com/rust-lang/crates.io-index"
10228checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
10229
10230[[package]]
10231name = "pin-utils"
10232version = "0.1.0"
10233source = "registry+https://github.com/rust-lang/crates.io-index"
10234checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
10235
10236[[package]]
10237name = "piper"
10238version = "0.2.4"
10239source = "registry+https://github.com/rust-lang/crates.io-index"
10240checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
10241dependencies = [
10242 "atomic-waker",
10243 "fastrand 2.3.0",
10244 "futures-io",
10245]
10246
10247[[package]]
10248name = "pkcs1"
10249version = "0.7.5"
10250source = "registry+https://github.com/rust-lang/crates.io-index"
10251checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
10252dependencies = [
10253 "der 0.7.9",
10254 "pkcs8 0.10.2",
10255 "spki 0.7.3",
10256]
10257
10258[[package]]
10259name = "pkcs8"
10260version = "0.9.0"
10261source = "registry+https://github.com/rust-lang/crates.io-index"
10262checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
10263dependencies = [
10264 "der 0.6.1",
10265 "spki 0.6.0",
10266]
10267
10268[[package]]
10269name = "pkcs8"
10270version = "0.10.2"
10271source = "registry+https://github.com/rust-lang/crates.io-index"
10272checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
10273dependencies = [
10274 "der 0.7.9",
10275 "spki 0.7.3",
10276]
10277
10278[[package]]
10279name = "pkg-config"
10280version = "0.3.31"
10281source = "registry+https://github.com/rust-lang/crates.io-index"
10282checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
10283
10284[[package]]
10285name = "plist"
10286version = "1.7.1"
10287source = "registry+https://github.com/rust-lang/crates.io-index"
10288checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d"
10289dependencies = [
10290 "base64 0.22.1",
10291 "indexmap",
10292 "quick-xml 0.32.0",
10293 "serde",
10294 "time",
10295]
10296
10297[[package]]
10298name = "plotters"
10299version = "0.3.7"
10300source = "registry+https://github.com/rust-lang/crates.io-index"
10301checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
10302dependencies = [
10303 "num-traits",
10304 "plotters-backend",
10305 "plotters-svg",
10306 "wasm-bindgen",
10307 "web-sys",
10308]
10309
10310[[package]]
10311name = "plotters-backend"
10312version = "0.3.7"
10313source = "registry+https://github.com/rust-lang/crates.io-index"
10314checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
10315
10316[[package]]
10317name = "plotters-svg"
10318version = "0.3.7"
10319source = "registry+https://github.com/rust-lang/crates.io-index"
10320checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
10321dependencies = [
10322 "plotters-backend",
10323]
10324
10325[[package]]
10326name = "png"
10327version = "0.17.15"
10328source = "registry+https://github.com/rust-lang/crates.io-index"
10329checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
10330dependencies = [
10331 "bitflags 1.3.2",
10332 "crc32fast",
10333 "fdeflate",
10334 "flate2",
10335 "miniz_oxide",
10336]
10337
10338[[package]]
10339name = "polling"
10340version = "3.7.4"
10341source = "registry+https://github.com/rust-lang/crates.io-index"
10342checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
10343dependencies = [
10344 "cfg-if",
10345 "concurrent-queue",
10346 "hermit-abi 0.4.0",
10347 "pin-project-lite",
10348 "rustix",
10349 "tracing",
10350 "windows-sys 0.59.0",
10351]
10352
10353[[package]]
10354name = "pollster"
10355version = "0.2.5"
10356source = "registry+https://github.com/rust-lang/crates.io-index"
10357checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
10358
10359[[package]]
10360name = "portable-atomic"
10361version = "1.11.0"
10362source = "registry+https://github.com/rust-lang/crates.io-index"
10363checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
10364
10365[[package]]
10366name = "portable-atomic-util"
10367version = "0.2.4"
10368source = "registry+https://github.com/rust-lang/crates.io-index"
10369checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
10370dependencies = [
10371 "portable-atomic",
10372]
10373
10374[[package]]
10375name = "postage"
10376version = "0.5.0"
10377source = "registry+https://github.com/rust-lang/crates.io-index"
10378checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
10379dependencies = [
10380 "atomic",
10381 "crossbeam-queue",
10382 "futures 0.3.31",
10383 "log",
10384 "parking_lot",
10385 "pin-project",
10386 "pollster",
10387 "static_assertions",
10388 "thiserror 1.0.69",
10389]
10390
10391[[package]]
10392name = "postcard"
10393version = "1.1.1"
10394source = "registry+https://github.com/rust-lang/crates.io-index"
10395checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
10396dependencies = [
10397 "cobs",
10398 "embedded-io 0.4.0",
10399 "embedded-io 0.6.1",
10400 "serde",
10401]
10402
10403[[package]]
10404name = "powerfmt"
10405version = "0.2.0"
10406source = "registry+https://github.com/rust-lang/crates.io-index"
10407checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
10408
10409[[package]]
10410name = "ppv-lite86"
10411version = "0.2.20"
10412source = "registry+https://github.com/rust-lang/crates.io-index"
10413checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
10414dependencies = [
10415 "zerocopy 0.7.35",
10416]
10417
10418[[package]]
10419name = "precomputed-hash"
10420version = "0.1.1"
10421source = "registry+https://github.com/rust-lang/crates.io-index"
10422checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
10423
10424[[package]]
10425name = "prettier"
10426version = "0.1.0"
10427dependencies = [
10428 "anyhow",
10429 "collections",
10430 "fs",
10431 "gpui",
10432 "language",
10433 "log",
10434 "lsp",
10435 "node_runtime",
10436 "parking_lot",
10437 "paths",
10438 "serde",
10439 "serde_json",
10440 "util",
10441]
10442
10443[[package]]
10444name = "pretty_assertions"
10445version = "1.4.1"
10446source = "registry+https://github.com/rust-lang/crates.io-index"
10447checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
10448dependencies = [
10449 "diff",
10450 "yansi",
10451]
10452
10453[[package]]
10454name = "prettyplease"
10455version = "0.2.25"
10456source = "registry+https://github.com/rust-lang/crates.io-index"
10457checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
10458dependencies = [
10459 "proc-macro2",
10460 "syn 2.0.100",
10461]
10462
10463[[package]]
10464name = "proc-macro-crate"
10465version = "3.2.0"
10466source = "registry+https://github.com/rust-lang/crates.io-index"
10467checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
10468dependencies = [
10469 "toml_edit",
10470]
10471
10472[[package]]
10473name = "proc-macro-error-attr2"
10474version = "2.0.0"
10475source = "registry+https://github.com/rust-lang/crates.io-index"
10476checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
10477dependencies = [
10478 "proc-macro2",
10479 "quote",
10480]
10481
10482[[package]]
10483name = "proc-macro-error2"
10484version = "2.0.1"
10485source = "registry+https://github.com/rust-lang/crates.io-index"
10486checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
10487dependencies = [
10488 "proc-macro-error-attr2",
10489 "proc-macro2",
10490 "quote",
10491 "syn 2.0.100",
10492]
10493
10494[[package]]
10495name = "proc-macro2"
10496version = "1.0.94"
10497source = "registry+https://github.com/rust-lang/crates.io-index"
10498checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
10499dependencies = [
10500 "unicode-ident",
10501]
10502
10503[[package]]
10504name = "proc-macro2-diagnostics"
10505version = "0.10.1"
10506source = "registry+https://github.com/rust-lang/crates.io-index"
10507checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
10508dependencies = [
10509 "proc-macro2",
10510 "quote",
10511 "syn 2.0.100",
10512 "version_check",
10513 "yansi",
10514]
10515
10516[[package]]
10517name = "profiling"
10518version = "1.0.16"
10519source = "registry+https://github.com/rust-lang/crates.io-index"
10520checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
10521dependencies = [
10522 "profiling-procmacros",
10523]
10524
10525[[package]]
10526name = "profiling-procmacros"
10527version = "1.0.16"
10528source = "registry+https://github.com/rust-lang/crates.io-index"
10529checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
10530dependencies = [
10531 "quote",
10532 "syn 2.0.100",
10533]
10534
10535[[package]]
10536name = "project"
10537version = "0.1.0"
10538dependencies = [
10539 "aho-corasick",
10540 "anyhow",
10541 "askpass",
10542 "async-trait",
10543 "buffer_diff",
10544 "circular-buffer",
10545 "client",
10546 "clock",
10547 "collections",
10548 "dap",
10549 "dap_adapters",
10550 "env_logger 0.11.7",
10551 "extension",
10552 "fancy-regex 0.14.0",
10553 "fs",
10554 "futures 0.3.31",
10555 "fuzzy",
10556 "git",
10557 "git2",
10558 "globset",
10559 "gpui",
10560 "http_client",
10561 "image",
10562 "indexmap",
10563 "itertools 0.14.0",
10564 "language",
10565 "log",
10566 "lsp",
10567 "node_runtime",
10568 "parking_lot",
10569 "pathdiff",
10570 "paths",
10571 "postage",
10572 "prettier",
10573 "pretty_assertions",
10574 "rand 0.8.5",
10575 "regex",
10576 "release_channel",
10577 "remote",
10578 "rpc",
10579 "schemars",
10580 "serde",
10581 "serde_json",
10582 "settings",
10583 "sha2",
10584 "shellexpand 2.1.2",
10585 "shlex",
10586 "smol",
10587 "snippet",
10588 "snippet_provider",
10589 "sum_tree",
10590 "task",
10591 "tempfile",
10592 "terminal",
10593 "text",
10594 "toml 0.8.20",
10595 "unindent",
10596 "url",
10597 "util",
10598 "which 6.0.3",
10599 "worktree",
10600 "zlog",
10601]
10602
10603[[package]]
10604name = "project_panel"
10605version = "0.1.0"
10606dependencies = [
10607 "anyhow",
10608 "client",
10609 "collections",
10610 "command_palette_hooks",
10611 "db",
10612 "editor",
10613 "file_icons",
10614 "git",
10615 "gpui",
10616 "indexmap",
10617 "language",
10618 "menu",
10619 "pretty_assertions",
10620 "project",
10621 "schemars",
10622 "search",
10623 "serde",
10624 "serde_derive",
10625 "serde_json",
10626 "settings",
10627 "smallvec",
10628 "theme",
10629 "ui",
10630 "util",
10631 "workspace",
10632 "worktree",
10633 "zed_actions",
10634]
10635
10636[[package]]
10637name = "project_symbols"
10638version = "0.1.0"
10639dependencies = [
10640 "anyhow",
10641 "editor",
10642 "futures 0.3.31",
10643 "fuzzy",
10644 "gpui",
10645 "language",
10646 "lsp",
10647 "ordered-float 2.10.1",
10648 "picker",
10649 "project",
10650 "release_channel",
10651 "serde_json",
10652 "settings",
10653 "theme",
10654 "util",
10655 "workspace",
10656]
10657
10658[[package]]
10659name = "prometheus"
10660version = "0.13.4"
10661source = "registry+https://github.com/rust-lang/crates.io-index"
10662checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
10663dependencies = [
10664 "cfg-if",
10665 "fnv",
10666 "lazy_static",
10667 "memchr",
10668 "parking_lot",
10669 "protobuf",
10670 "thiserror 1.0.69",
10671]
10672
10673[[package]]
10674name = "prompt_library"
10675version = "0.1.0"
10676dependencies = [
10677 "anyhow",
10678 "collections",
10679 "editor",
10680 "gpui",
10681 "language",
10682 "language_model",
10683 "log",
10684 "menu",
10685 "picker",
10686 "prompt_store",
10687 "release_channel",
10688 "rope",
10689 "serde",
10690 "settings",
10691 "theme",
10692 "ui",
10693 "util",
10694 "workspace",
10695 "zed_actions",
10696]
10697
10698[[package]]
10699name = "prompt_store"
10700version = "0.1.0"
10701dependencies = [
10702 "anyhow",
10703 "assets",
10704 "chrono",
10705 "collections",
10706 "fs",
10707 "futures 0.3.31",
10708 "fuzzy",
10709 "gpui",
10710 "handlebars 4.5.0",
10711 "heed",
10712 "language",
10713 "log",
10714 "parking_lot",
10715 "paths",
10716 "rope",
10717 "serde",
10718 "text",
10719 "util",
10720 "uuid",
10721]
10722
10723[[package]]
10724name = "prost"
10725version = "0.9.0"
10726source = "registry+https://github.com/rust-lang/crates.io-index"
10727checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
10728dependencies = [
10729 "bytes 1.10.1",
10730 "prost-derive 0.9.0",
10731]
10732
10733[[package]]
10734name = "prost"
10735version = "0.12.6"
10736source = "registry+https://github.com/rust-lang/crates.io-index"
10737checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
10738dependencies = [
10739 "bytes 1.10.1",
10740 "prost-derive 0.12.6",
10741]
10742
10743[[package]]
10744name = "prost-build"
10745version = "0.9.0"
10746source = "registry+https://github.com/rust-lang/crates.io-index"
10747checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
10748dependencies = [
10749 "bytes 1.10.1",
10750 "heck 0.3.3",
10751 "itertools 0.10.5",
10752 "lazy_static",
10753 "log",
10754 "multimap 0.8.3",
10755 "petgraph",
10756 "prost 0.9.0",
10757 "prost-types 0.9.0",
10758 "regex",
10759 "tempfile",
10760 "which 4.4.2",
10761]
10762
10763[[package]]
10764name = "prost-build"
10765version = "0.12.6"
10766source = "registry+https://github.com/rust-lang/crates.io-index"
10767checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
10768dependencies = [
10769 "bytes 1.10.1",
10770 "heck 0.5.0",
10771 "itertools 0.12.1",
10772 "log",
10773 "multimap 0.10.0",
10774 "once_cell",
10775 "petgraph",
10776 "prettyplease",
10777 "prost 0.12.6",
10778 "prost-types 0.12.6",
10779 "regex",
10780 "syn 2.0.100",
10781 "tempfile",
10782]
10783
10784[[package]]
10785name = "prost-derive"
10786version = "0.9.0"
10787source = "registry+https://github.com/rust-lang/crates.io-index"
10788checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
10789dependencies = [
10790 "anyhow",
10791 "itertools 0.10.5",
10792 "proc-macro2",
10793 "quote",
10794 "syn 1.0.109",
10795]
10796
10797[[package]]
10798name = "prost-derive"
10799version = "0.12.6"
10800source = "registry+https://github.com/rust-lang/crates.io-index"
10801checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
10802dependencies = [
10803 "anyhow",
10804 "itertools 0.12.1",
10805 "proc-macro2",
10806 "quote",
10807 "syn 2.0.100",
10808]
10809
10810[[package]]
10811name = "prost-types"
10812version = "0.9.0"
10813source = "registry+https://github.com/rust-lang/crates.io-index"
10814checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
10815dependencies = [
10816 "bytes 1.10.1",
10817 "prost 0.9.0",
10818]
10819
10820[[package]]
10821name = "prost-types"
10822version = "0.12.6"
10823source = "registry+https://github.com/rust-lang/crates.io-index"
10824checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
10825dependencies = [
10826 "prost 0.12.6",
10827]
10828
10829[[package]]
10830name = "proto"
10831version = "0.1.0"
10832dependencies = [
10833 "anyhow",
10834 "collections",
10835 "prost 0.9.0",
10836 "prost-build 0.9.0",
10837 "serde",
10838]
10839
10840[[package]]
10841name = "protobuf"
10842version = "2.28.0"
10843source = "registry+https://github.com/rust-lang/crates.io-index"
10844checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10845
10846[[package]]
10847name = "psm"
10848version = "0.1.24"
10849source = "registry+https://github.com/rust-lang/crates.io-index"
10850checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10851dependencies = [
10852 "cc",
10853]
10854
10855[[package]]
10856name = "ptr_meta"
10857version = "0.1.4"
10858source = "registry+https://github.com/rust-lang/crates.io-index"
10859checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10860dependencies = [
10861 "ptr_meta_derive",
10862]
10863
10864[[package]]
10865name = "ptr_meta_derive"
10866version = "0.1.4"
10867source = "registry+https://github.com/rust-lang/crates.io-index"
10868checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10869dependencies = [
10870 "proc-macro2",
10871 "quote",
10872 "syn 1.0.109",
10873]
10874
10875[[package]]
10876name = "pulldown-cmark"
10877version = "0.10.3"
10878source = "registry+https://github.com/rust-lang/crates.io-index"
10879checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10880dependencies = [
10881 "bitflags 2.9.0",
10882 "memchr",
10883 "pulldown-cmark-escape",
10884 "unicase",
10885]
10886
10887[[package]]
10888name = "pulldown-cmark"
10889version = "0.12.2"
10890source = "registry+https://github.com/rust-lang/crates.io-index"
10891checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10892dependencies = [
10893 "bitflags 2.9.0",
10894 "memchr",
10895 "unicase",
10896]
10897
10898[[package]]
10899name = "pulldown-cmark-escape"
10900version = "0.10.1"
10901source = "registry+https://github.com/rust-lang/crates.io-index"
10902checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10903
10904[[package]]
10905name = "pulley-interpreter"
10906version = "29.0.1"
10907source = "registry+https://github.com/rust-lang/crates.io-index"
10908checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
10909dependencies = [
10910 "cranelift-bitset",
10911 "log",
10912 "sptr",
10913 "wasmtime-math",
10914]
10915
10916[[package]]
10917name = "qoi"
10918version = "0.4.1"
10919source = "registry+https://github.com/rust-lang/crates.io-index"
10920checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10921dependencies = [
10922 "bytemuck",
10923]
10924
10925[[package]]
10926name = "quick-error"
10927version = "2.0.1"
10928source = "registry+https://github.com/rust-lang/crates.io-index"
10929checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10930
10931[[package]]
10932name = "quick-xml"
10933version = "0.32.0"
10934source = "registry+https://github.com/rust-lang/crates.io-index"
10935checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10936dependencies = [
10937 "memchr",
10938]
10939
10940[[package]]
10941name = "quick-xml"
10942version = "0.37.2"
10943source = "registry+https://github.com/rust-lang/crates.io-index"
10944checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003"
10945dependencies = [
10946 "memchr",
10947]
10948
10949[[package]]
10950name = "quinn"
10951version = "0.11.6"
10952source = "registry+https://github.com/rust-lang/crates.io-index"
10953checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10954dependencies = [
10955 "bytes 1.10.1",
10956 "pin-project-lite",
10957 "quinn-proto",
10958 "quinn-udp",
10959 "rustc-hash 2.1.1",
10960 "rustls 0.23.25",
10961 "socket2",
10962 "thiserror 2.0.12",
10963 "tokio",
10964 "tracing",
10965]
10966
10967[[package]]
10968name = "quinn-proto"
10969version = "0.11.9"
10970source = "registry+https://github.com/rust-lang/crates.io-index"
10971checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10972dependencies = [
10973 "bytes 1.10.1",
10974 "getrandom 0.2.15",
10975 "rand 0.8.5",
10976 "ring",
10977 "rustc-hash 2.1.1",
10978 "rustls 0.23.25",
10979 "rustls-pki-types",
10980 "slab",
10981 "thiserror 2.0.12",
10982 "tinyvec",
10983 "tracing",
10984 "web-time",
10985]
10986
10987[[package]]
10988name = "quinn-udp"
10989version = "0.5.9"
10990source = "registry+https://github.com/rust-lang/crates.io-index"
10991checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904"
10992dependencies = [
10993 "cfg_aliases 0.2.1",
10994 "libc",
10995 "once_cell",
10996 "socket2",
10997 "tracing",
10998 "windows-sys 0.59.0",
10999]
11000
11001[[package]]
11002name = "quote"
11003version = "1.0.40"
11004source = "registry+https://github.com/rust-lang/crates.io-index"
11005checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
11006dependencies = [
11007 "proc-macro2",
11008]
11009
11010[[package]]
11011name = "radium"
11012version = "0.7.0"
11013source = "registry+https://github.com/rust-lang/crates.io-index"
11014checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
11015
11016[[package]]
11017name = "rand"
11018version = "0.7.3"
11019source = "registry+https://github.com/rust-lang/crates.io-index"
11020checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
11021dependencies = [
11022 "getrandom 0.1.16",
11023 "libc",
11024 "rand_chacha 0.2.2",
11025 "rand_core 0.5.1",
11026 "rand_hc",
11027]
11028
11029[[package]]
11030name = "rand"
11031version = "0.8.5"
11032source = "registry+https://github.com/rust-lang/crates.io-index"
11033checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
11034dependencies = [
11035 "libc",
11036 "rand_chacha 0.3.1",
11037 "rand_core 0.6.4",
11038]
11039
11040[[package]]
11041name = "rand"
11042version = "0.9.0"
11043source = "registry+https://github.com/rust-lang/crates.io-index"
11044checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
11045dependencies = [
11046 "rand_chacha 0.9.0",
11047 "rand_core 0.9.0",
11048 "zerocopy 0.8.18",
11049]
11050
11051[[package]]
11052name = "rand_chacha"
11053version = "0.2.2"
11054source = "registry+https://github.com/rust-lang/crates.io-index"
11055checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
11056dependencies = [
11057 "ppv-lite86",
11058 "rand_core 0.5.1",
11059]
11060
11061[[package]]
11062name = "rand_chacha"
11063version = "0.3.1"
11064source = "registry+https://github.com/rust-lang/crates.io-index"
11065checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
11066dependencies = [
11067 "ppv-lite86",
11068 "rand_core 0.6.4",
11069]
11070
11071[[package]]
11072name = "rand_chacha"
11073version = "0.9.0"
11074source = "registry+https://github.com/rust-lang/crates.io-index"
11075checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
11076dependencies = [
11077 "ppv-lite86",
11078 "rand_core 0.9.0",
11079]
11080
11081[[package]]
11082name = "rand_core"
11083version = "0.5.1"
11084source = "registry+https://github.com/rust-lang/crates.io-index"
11085checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
11086dependencies = [
11087 "getrandom 0.1.16",
11088]
11089
11090[[package]]
11091name = "rand_core"
11092version = "0.6.4"
11093source = "registry+https://github.com/rust-lang/crates.io-index"
11094checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
11095dependencies = [
11096 "getrandom 0.2.15",
11097]
11098
11099[[package]]
11100name = "rand_core"
11101version = "0.9.0"
11102source = "registry+https://github.com/rust-lang/crates.io-index"
11103checksum = "b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff"
11104dependencies = [
11105 "getrandom 0.3.1",
11106 "zerocopy 0.8.18",
11107]
11108
11109[[package]]
11110name = "rand_hc"
11111version = "0.2.0"
11112source = "registry+https://github.com/rust-lang/crates.io-index"
11113checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
11114dependencies = [
11115 "rand_core 0.5.1",
11116]
11117
11118[[package]]
11119name = "rangemap"
11120version = "1.5.1"
11121source = "registry+https://github.com/rust-lang/crates.io-index"
11122checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
11123
11124[[package]]
11125name = "rav1e"
11126version = "0.7.1"
11127source = "registry+https://github.com/rust-lang/crates.io-index"
11128checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
11129dependencies = [
11130 "arbitrary",
11131 "arg_enum_proc_macro",
11132 "arrayvec",
11133 "av1-grain",
11134 "bitstream-io",
11135 "built",
11136 "cfg-if",
11137 "interpolate_name",
11138 "itertools 0.12.1",
11139 "libc",
11140 "libfuzzer-sys",
11141 "log",
11142 "maybe-rayon",
11143 "new_debug_unreachable",
11144 "noop_proc_macro",
11145 "num-derive",
11146 "num-traits",
11147 "once_cell",
11148 "paste",
11149 "profiling",
11150 "rand 0.8.5",
11151 "rand_chacha 0.3.1",
11152 "simd_helpers",
11153 "system-deps",
11154 "thiserror 1.0.69",
11155 "v_frame",
11156 "wasm-bindgen",
11157]
11158
11159[[package]]
11160name = "ravif"
11161version = "0.11.11"
11162source = "registry+https://github.com/rust-lang/crates.io-index"
11163checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
11164dependencies = [
11165 "avif-serialize",
11166 "imgref",
11167 "loop9",
11168 "quick-error",
11169 "rav1e",
11170 "rayon",
11171 "rgb",
11172]
11173
11174[[package]]
11175name = "raw-window-handle"
11176version = "0.6.2"
11177source = "registry+https://github.com/rust-lang/crates.io-index"
11178checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
11179
11180[[package]]
11181name = "raw-window-metal"
11182version = "0.4.0"
11183source = "registry+https://github.com/rust-lang/crates.io-index"
11184checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
11185dependencies = [
11186 "cocoa 0.25.0",
11187 "core-graphics 0.23.2",
11188 "objc",
11189 "raw-window-handle",
11190]
11191
11192[[package]]
11193name = "rayon"
11194version = "1.10.0"
11195source = "registry+https://github.com/rust-lang/crates.io-index"
11196checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
11197dependencies = [
11198 "either",
11199 "rayon-core",
11200]
11201
11202[[package]]
11203name = "rayon-core"
11204version = "1.12.1"
11205source = "registry+https://github.com/rust-lang/crates.io-index"
11206checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
11207dependencies = [
11208 "crossbeam-deque",
11209 "crossbeam-utils",
11210]
11211
11212[[package]]
11213name = "read-fonts"
11214version = "0.25.3"
11215source = "registry+https://github.com/rust-lang/crates.io-index"
11216checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
11217dependencies = [
11218 "bytemuck",
11219 "font-types",
11220]
11221
11222[[package]]
11223name = "recent_projects"
11224version = "0.1.0"
11225dependencies = [
11226 "anyhow",
11227 "auto_update",
11228 "dap",
11229 "editor",
11230 "extension_host",
11231 "file_finder",
11232 "futures 0.3.31",
11233 "fuzzy",
11234 "gpui",
11235 "language",
11236 "log",
11237 "markdown",
11238 "menu",
11239 "ordered-float 2.10.1",
11240 "paths",
11241 "picker",
11242 "project",
11243 "release_channel",
11244 "remote",
11245 "schemars",
11246 "serde",
11247 "serde_json",
11248 "settings",
11249 "smol",
11250 "task",
11251 "telemetry",
11252 "theme",
11253 "ui",
11254 "util",
11255 "workspace",
11256 "zed_actions",
11257]
11258
11259[[package]]
11260name = "redox_syscall"
11261version = "0.2.16"
11262source = "registry+https://github.com/rust-lang/crates.io-index"
11263checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
11264dependencies = [
11265 "bitflags 1.3.2",
11266]
11267
11268[[package]]
11269name = "redox_syscall"
11270version = "0.5.8"
11271source = "registry+https://github.com/rust-lang/crates.io-index"
11272checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
11273dependencies = [
11274 "bitflags 2.9.0",
11275]
11276
11277[[package]]
11278name = "redox_users"
11279version = "0.4.6"
11280source = "registry+https://github.com/rust-lang/crates.io-index"
11281checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
11282dependencies = [
11283 "getrandom 0.2.15",
11284 "libredox",
11285 "thiserror 1.0.69",
11286]
11287
11288[[package]]
11289name = "refineable"
11290version = "0.1.0"
11291dependencies = [
11292 "derive_refineable",
11293]
11294
11295[[package]]
11296name = "regalloc2"
11297version = "0.11.1"
11298source = "registry+https://github.com/rust-lang/crates.io-index"
11299checksum = "145c1c267e14f20fb0f88aa76a1c5ffec42d592c1d28b3cd9148ae35916158d3"
11300dependencies = [
11301 "allocator-api2",
11302 "bumpalo",
11303 "hashbrown 0.15.2",
11304 "log",
11305 "rustc-hash 2.1.1",
11306 "smallvec",
11307]
11308
11309[[package]]
11310name = "regex"
11311version = "1.11.1"
11312source = "registry+https://github.com/rust-lang/crates.io-index"
11313checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
11314dependencies = [
11315 "aho-corasick",
11316 "memchr",
11317 "regex-automata 0.4.9",
11318 "regex-syntax 0.8.5",
11319]
11320
11321[[package]]
11322name = "regex-automata"
11323version = "0.1.10"
11324source = "registry+https://github.com/rust-lang/crates.io-index"
11325checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
11326dependencies = [
11327 "regex-syntax 0.6.29",
11328]
11329
11330[[package]]
11331name = "regex-automata"
11332version = "0.4.9"
11333source = "registry+https://github.com/rust-lang/crates.io-index"
11334checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
11335dependencies = [
11336 "aho-corasick",
11337 "memchr",
11338 "regex-syntax 0.8.5",
11339]
11340
11341[[package]]
11342name = "regex-lite"
11343version = "0.1.6"
11344source = "registry+https://github.com/rust-lang/crates.io-index"
11345checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
11346
11347[[package]]
11348name = "regex-syntax"
11349version = "0.6.29"
11350source = "registry+https://github.com/rust-lang/crates.io-index"
11351checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
11352
11353[[package]]
11354name = "regex-syntax"
11355version = "0.8.5"
11356source = "registry+https://github.com/rust-lang/crates.io-index"
11357checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
11358
11359[[package]]
11360name = "release_channel"
11361version = "0.1.0"
11362dependencies = [
11363 "gpui",
11364]
11365
11366[[package]]
11367name = "remote"
11368version = "0.1.0"
11369dependencies = [
11370 "anyhow",
11371 "askpass",
11372 "async-trait",
11373 "collections",
11374 "fs",
11375 "futures 0.3.31",
11376 "gpui",
11377 "itertools 0.14.0",
11378 "log",
11379 "parking_lot",
11380 "paths",
11381 "prost 0.9.0",
11382 "release_channel",
11383 "rpc",
11384 "schemars",
11385 "serde",
11386 "serde_json",
11387 "shlex",
11388 "smol",
11389 "tempfile",
11390 "thiserror 2.0.12",
11391 "urlencoding",
11392 "util",
11393]
11394
11395[[package]]
11396name = "remote_server"
11397version = "0.1.0"
11398dependencies = [
11399 "anyhow",
11400 "async-watch",
11401 "backtrace",
11402 "cargo_toml",
11403 "chrono",
11404 "clap",
11405 "client",
11406 "clock",
11407 "dap",
11408 "env_logger 0.11.7",
11409 "extension",
11410 "extension_host",
11411 "fork",
11412 "fs",
11413 "futures 0.3.31",
11414 "git",
11415 "git_hosting_providers",
11416 "gpui",
11417 "gpui_tokio",
11418 "http_client",
11419 "language",
11420 "language_extension",
11421 "languages",
11422 "libc",
11423 "log",
11424 "lsp",
11425 "node_runtime",
11426 "paths",
11427 "project",
11428 "proto",
11429 "release_channel",
11430 "remote",
11431 "reqwest_client",
11432 "rpc",
11433 "rust-embed",
11434 "serde",
11435 "serde_json",
11436 "settings",
11437 "shellexpand 2.1.2",
11438 "smol",
11439 "sysinfo",
11440 "telemetry_events",
11441 "toml 0.8.20",
11442 "unindent",
11443 "util",
11444 "worktree",
11445]
11446
11447[[package]]
11448name = "rend"
11449version = "0.4.2"
11450source = "registry+https://github.com/rust-lang/crates.io-index"
11451checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
11452dependencies = [
11453 "bytecheck",
11454]
11455
11456[[package]]
11457name = "repl"
11458version = "0.1.0"
11459dependencies = [
11460 "alacritty_terminal",
11461 "anyhow",
11462 "async-dispatcher",
11463 "async-tungstenite",
11464 "base64 0.22.1",
11465 "client",
11466 "collections",
11467 "command_palette_hooks",
11468 "editor",
11469 "env_logger 0.11.7",
11470 "feature_flags",
11471 "file_icons",
11472 "futures 0.3.31",
11473 "gpui",
11474 "http_client",
11475 "image",
11476 "indoc",
11477 "jupyter-protocol",
11478 "jupyter-websocket-client",
11479 "language",
11480 "languages",
11481 "log",
11482 "markdown_preview",
11483 "menu",
11484 "multi_buffer",
11485 "nbformat",
11486 "picker",
11487 "project",
11488 "runtimelib",
11489 "schemars",
11490 "serde",
11491 "serde_json",
11492 "settings",
11493 "smol",
11494 "telemetry",
11495 "terminal",
11496 "terminal_view",
11497 "theme",
11498 "tree-sitter-md",
11499 "tree-sitter-python",
11500 "tree-sitter-typescript",
11501 "ui",
11502 "util",
11503 "uuid",
11504 "workspace",
11505]
11506
11507[[package]]
11508name = "reqwest"
11509version = "0.11.27"
11510source = "registry+https://github.com/rust-lang/crates.io-index"
11511checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
11512dependencies = [
11513 "base64 0.21.7",
11514 "bytes 1.10.1",
11515 "encoding_rs",
11516 "futures-core",
11517 "futures-util",
11518 "h2 0.3.26",
11519 "http 0.2.12",
11520 "http-body 0.4.6",
11521 "hyper 0.14.32",
11522 "hyper-rustls 0.24.2",
11523 "hyper-tls",
11524 "ipnet",
11525 "js-sys",
11526 "log",
11527 "mime",
11528 "native-tls",
11529 "once_cell",
11530 "percent-encoding",
11531 "pin-project-lite",
11532 "rustls 0.21.12",
11533 "rustls-native-certs 0.6.3",
11534 "rustls-pemfile 1.0.4",
11535 "serde",
11536 "serde_json",
11537 "serde_urlencoded",
11538 "sync_wrapper 0.1.2",
11539 "system-configuration 0.5.1",
11540 "tokio",
11541 "tokio-native-tls",
11542 "tokio-rustls 0.24.1",
11543 "tower-service",
11544 "url",
11545 "wasm-bindgen",
11546 "wasm-bindgen-futures",
11547 "web-sys",
11548 "winreg 0.50.0",
11549]
11550
11551[[package]]
11552name = "reqwest"
11553version = "0.12.8"
11554source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
11555dependencies = [
11556 "base64 0.22.1",
11557 "bytes 1.10.1",
11558 "encoding_rs",
11559 "futures-core",
11560 "futures-util",
11561 "h2 0.4.7",
11562 "http 1.2.0",
11563 "http-body 1.0.1",
11564 "http-body-util",
11565 "hyper 1.5.1",
11566 "hyper-rustls 0.27.3",
11567 "hyper-util",
11568 "ipnet",
11569 "js-sys",
11570 "log",
11571 "mime",
11572 "once_cell",
11573 "percent-encoding",
11574 "pin-project-lite",
11575 "quinn",
11576 "rustls 0.23.25",
11577 "rustls-native-certs 0.8.1",
11578 "rustls-pemfile 2.2.0",
11579 "rustls-pki-types",
11580 "serde",
11581 "serde_json",
11582 "serde_urlencoded",
11583 "sync_wrapper 1.0.2",
11584 "system-configuration 0.6.1",
11585 "tokio",
11586 "tokio-rustls 0.26.1",
11587 "tokio-socks",
11588 "tokio-util",
11589 "tower-service",
11590 "url",
11591 "wasm-bindgen",
11592 "wasm-bindgen-futures",
11593 "wasm-streams",
11594 "web-sys",
11595 "windows-registry",
11596]
11597
11598[[package]]
11599name = "reqwest_client"
11600version = "0.1.0"
11601dependencies = [
11602 "anyhow",
11603 "bytes 1.10.1",
11604 "futures 0.3.31",
11605 "gpui",
11606 "http_client",
11607 "http_client_tls",
11608 "log",
11609 "regex",
11610 "reqwest 0.12.8",
11611 "serde",
11612 "smol",
11613 "tokio",
11614]
11615
11616[[package]]
11617name = "resvg"
11618version = "0.45.0"
11619source = "registry+https://github.com/rust-lang/crates.io-index"
11620checksum = "dd43d1c474e9dadf09a8fdf22d713ba668b499b5117b9b9079500224e26b5b29"
11621dependencies = [
11622 "log",
11623 "pico-args",
11624 "rgb",
11625 "svgtypes",
11626 "tiny-skia",
11627 "usvg",
11628]
11629
11630[[package]]
11631name = "rfc6979"
11632version = "0.3.1"
11633source = "registry+https://github.com/rust-lang/crates.io-index"
11634checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
11635dependencies = [
11636 "crypto-bigint 0.4.9",
11637 "hmac",
11638 "zeroize",
11639]
11640
11641[[package]]
11642name = "rgb"
11643version = "0.8.50"
11644source = "registry+https://github.com/rust-lang/crates.io-index"
11645checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
11646dependencies = [
11647 "bytemuck",
11648]
11649
11650[[package]]
11651name = "rich_text"
11652version = "0.1.0"
11653dependencies = [
11654 "futures 0.3.31",
11655 "gpui",
11656 "language",
11657 "linkify",
11658 "pulldown-cmark 0.12.2",
11659 "theme",
11660 "ui",
11661 "util",
11662]
11663
11664[[package]]
11665name = "ring"
11666version = "0.17.8"
11667source = "registry+https://github.com/rust-lang/crates.io-index"
11668checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
11669dependencies = [
11670 "cc",
11671 "cfg-if",
11672 "getrandom 0.2.15",
11673 "libc",
11674 "spin",
11675 "untrusted",
11676 "windows-sys 0.52.0",
11677]
11678
11679[[package]]
11680name = "rkyv"
11681version = "0.7.45"
11682source = "registry+https://github.com/rust-lang/crates.io-index"
11683checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
11684dependencies = [
11685 "bitvec",
11686 "bytecheck",
11687 "bytes 1.10.1",
11688 "hashbrown 0.12.3",
11689 "ptr_meta",
11690 "rend",
11691 "rkyv_derive",
11692 "seahash",
11693 "tinyvec",
11694 "uuid",
11695]
11696
11697[[package]]
11698name = "rkyv_derive"
11699version = "0.7.45"
11700source = "registry+https://github.com/rust-lang/crates.io-index"
11701checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
11702dependencies = [
11703 "proc-macro2",
11704 "quote",
11705 "syn 1.0.109",
11706]
11707
11708[[package]]
11709name = "rmp"
11710version = "0.8.14"
11711source = "registry+https://github.com/rust-lang/crates.io-index"
11712checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
11713dependencies = [
11714 "byteorder",
11715 "num-traits",
11716 "paste",
11717]
11718
11719[[package]]
11720name = "rmpv"
11721version = "1.3.0"
11722source = "registry+https://github.com/rust-lang/crates.io-index"
11723checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
11724dependencies = [
11725 "num-traits",
11726 "rmp",
11727]
11728
11729[[package]]
11730name = "rodio"
11731version = "0.20.1"
11732source = "registry+https://github.com/rust-lang/crates.io-index"
11733checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
11734dependencies = [
11735 "cpal",
11736 "hound",
11737]
11738
11739[[package]]
11740name = "rope"
11741version = "0.1.0"
11742dependencies = [
11743 "arrayvec",
11744 "criterion",
11745 "ctor",
11746 "env_logger 0.11.7",
11747 "gpui",
11748 "log",
11749 "rand 0.8.5",
11750 "rayon",
11751 "smallvec",
11752 "sum_tree",
11753 "unicode-segmentation",
11754 "util",
11755]
11756
11757[[package]]
11758name = "roxmltree"
11759version = "0.20.0"
11760source = "registry+https://github.com/rust-lang/crates.io-index"
11761checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
11762
11763[[package]]
11764name = "rpc"
11765version = "0.1.0"
11766dependencies = [
11767 "anyhow",
11768 "async-tungstenite",
11769 "base64 0.22.1",
11770 "chrono",
11771 "collections",
11772 "env_logger 0.11.7",
11773 "futures 0.3.31",
11774 "gpui",
11775 "parking_lot",
11776 "proto",
11777 "rand 0.8.5",
11778 "rsa",
11779 "serde",
11780 "serde_json",
11781 "sha2",
11782 "strum",
11783 "tracing",
11784 "util",
11785 "zstd",
11786]
11787
11788[[package]]
11789name = "rsa"
11790version = "0.9.8"
11791source = "registry+https://github.com/rust-lang/crates.io-index"
11792checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
11793dependencies = [
11794 "const-oid",
11795 "digest",
11796 "num-bigint-dig",
11797 "num-integer",
11798 "num-traits",
11799 "pkcs1",
11800 "pkcs8 0.10.2",
11801 "rand_core 0.6.4",
11802 "signature 2.2.0",
11803 "spki 0.7.3",
11804 "subtle",
11805 "zeroize",
11806]
11807
11808[[package]]
11809name = "runtimelib"
11810version = "0.25.0"
11811source = "registry+https://github.com/rust-lang/crates.io-index"
11812checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
11813dependencies = [
11814 "anyhow",
11815 "async-dispatcher",
11816 "async-std",
11817 "base64 0.22.1",
11818 "bytes 1.10.1",
11819 "chrono",
11820 "data-encoding",
11821 "dirs 5.0.1",
11822 "futures 0.3.31",
11823 "glob",
11824 "jupyter-protocol",
11825 "ring",
11826 "serde",
11827 "serde_json",
11828 "shellexpand 3.1.0",
11829 "smol",
11830 "uuid",
11831 "zeromq",
11832]
11833
11834[[package]]
11835name = "rust-embed"
11836version = "8.5.0"
11837source = "registry+https://github.com/rust-lang/crates.io-index"
11838checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
11839dependencies = [
11840 "rust-embed-impl",
11841 "rust-embed-utils",
11842 "walkdir",
11843]
11844
11845[[package]]
11846name = "rust-embed-impl"
11847version = "8.5.0"
11848source = "registry+https://github.com/rust-lang/crates.io-index"
11849checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
11850dependencies = [
11851 "proc-macro2",
11852 "quote",
11853 "rust-embed-utils",
11854 "syn 2.0.100",
11855 "walkdir",
11856]
11857
11858[[package]]
11859name = "rust-embed-utils"
11860version = "8.5.0"
11861source = "registry+https://github.com/rust-lang/crates.io-index"
11862checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
11863dependencies = [
11864 "globset",
11865 "sha2",
11866 "walkdir",
11867]
11868
11869[[package]]
11870name = "rust_decimal"
11871version = "1.36.0"
11872source = "registry+https://github.com/rust-lang/crates.io-index"
11873checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
11874dependencies = [
11875 "arrayvec",
11876 "borsh",
11877 "bytes 1.10.1",
11878 "num-traits",
11879 "rand 0.8.5",
11880 "rkyv",
11881 "serde",
11882 "serde_json",
11883]
11884
11885[[package]]
11886name = "rustc-demangle"
11887version = "0.1.24"
11888source = "registry+https://github.com/rust-lang/crates.io-index"
11889checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11890
11891[[package]]
11892name = "rustc-hash"
11893version = "1.1.0"
11894source = "registry+https://github.com/rust-lang/crates.io-index"
11895checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11896
11897[[package]]
11898name = "rustc-hash"
11899version = "2.1.1"
11900source = "registry+https://github.com/rust-lang/crates.io-index"
11901checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
11902
11903[[package]]
11904name = "rustc_version"
11905version = "0.4.1"
11906source = "registry+https://github.com/rust-lang/crates.io-index"
11907checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11908dependencies = [
11909 "semver",
11910]
11911
11912[[package]]
11913name = "rustix"
11914version = "0.38.42"
11915source = "registry+https://github.com/rust-lang/crates.io-index"
11916checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11917dependencies = [
11918 "bitflags 2.9.0",
11919 "errno 0.3.10",
11920 "itoa",
11921 "libc",
11922 "linux-raw-sys",
11923 "once_cell",
11924 "windows-sys 0.59.0",
11925]
11926
11927[[package]]
11928name = "rustix-openpty"
11929version = "0.1.1"
11930source = "registry+https://github.com/rust-lang/crates.io-index"
11931checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11932dependencies = [
11933 "errno 0.3.10",
11934 "libc",
11935 "rustix",
11936]
11937
11938[[package]]
11939name = "rustls"
11940version = "0.21.12"
11941source = "registry+https://github.com/rust-lang/crates.io-index"
11942checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11943dependencies = [
11944 "log",
11945 "ring",
11946 "rustls-webpki 0.101.7",
11947 "sct",
11948]
11949
11950[[package]]
11951name = "rustls"
11952version = "0.23.25"
11953source = "registry+https://github.com/rust-lang/crates.io-index"
11954checksum = "822ee9188ac4ec04a2f0531e55d035fb2de73f18b41a63c70c2712503b6fb13c"
11955dependencies = [
11956 "aws-lc-rs",
11957 "log",
11958 "once_cell",
11959 "ring",
11960 "rustls-pki-types",
11961 "rustls-webpki 0.103.0",
11962 "subtle",
11963 "zeroize",
11964]
11965
11966[[package]]
11967name = "rustls-native-certs"
11968version = "0.6.3"
11969source = "registry+https://github.com/rust-lang/crates.io-index"
11970checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11971dependencies = [
11972 "openssl-probe",
11973 "rustls-pemfile 1.0.4",
11974 "schannel",
11975 "security-framework 2.11.1",
11976]
11977
11978[[package]]
11979name = "rustls-native-certs"
11980version = "0.8.1"
11981source = "registry+https://github.com/rust-lang/crates.io-index"
11982checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11983dependencies = [
11984 "openssl-probe",
11985 "rustls-pki-types",
11986 "schannel",
11987 "security-framework 3.0.1",
11988]
11989
11990[[package]]
11991name = "rustls-pemfile"
11992version = "1.0.4"
11993source = "registry+https://github.com/rust-lang/crates.io-index"
11994checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11995dependencies = [
11996 "base64 0.21.7",
11997]
11998
11999[[package]]
12000name = "rustls-pemfile"
12001version = "2.2.0"
12002source = "registry+https://github.com/rust-lang/crates.io-index"
12003checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
12004dependencies = [
12005 "rustls-pki-types",
12006]
12007
12008[[package]]
12009name = "rustls-pki-types"
12010version = "1.11.0"
12011source = "registry+https://github.com/rust-lang/crates.io-index"
12012checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
12013dependencies = [
12014 "web-time",
12015]
12016
12017[[package]]
12018name = "rustls-platform-verifier"
12019version = "0.5.1"
12020source = "registry+https://github.com/rust-lang/crates.io-index"
12021checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
12022dependencies = [
12023 "core-foundation 0.10.0",
12024 "core-foundation-sys",
12025 "jni",
12026 "log",
12027 "once_cell",
12028 "rustls 0.23.25",
12029 "rustls-native-certs 0.8.1",
12030 "rustls-platform-verifier-android",
12031 "rustls-webpki 0.103.0",
12032 "security-framework 3.0.1",
12033 "security-framework-sys",
12034 "webpki-root-certs",
12035 "windows-sys 0.59.0",
12036]
12037
12038[[package]]
12039name = "rustls-platform-verifier-android"
12040version = "0.1.1"
12041source = "registry+https://github.com/rust-lang/crates.io-index"
12042checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
12043
12044[[package]]
12045name = "rustls-webpki"
12046version = "0.101.7"
12047source = "registry+https://github.com/rust-lang/crates.io-index"
12048checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
12049dependencies = [
12050 "ring",
12051 "untrusted",
12052]
12053
12054[[package]]
12055name = "rustls-webpki"
12056version = "0.103.0"
12057source = "registry+https://github.com/rust-lang/crates.io-index"
12058checksum = "0aa4eeac2588ffff23e9d7a7e9b3f971c5fb5b7ebc9452745e0c232c64f83b2f"
12059dependencies = [
12060 "aws-lc-rs",
12061 "ring",
12062 "rustls-pki-types",
12063 "untrusted",
12064]
12065
12066[[package]]
12067name = "rustversion"
12068version = "1.0.18"
12069source = "registry+https://github.com/rust-lang/crates.io-index"
12070checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
12071
12072[[package]]
12073name = "rustybuzz"
12074version = "0.14.1"
12075source = "registry+https://github.com/rust-lang/crates.io-index"
12076checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
12077dependencies = [
12078 "bitflags 2.9.0",
12079 "bytemuck",
12080 "libm",
12081 "smallvec",
12082 "ttf-parser 0.21.1",
12083 "unicode-bidi-mirroring 0.2.0",
12084 "unicode-ccc 0.2.0",
12085 "unicode-properties",
12086 "unicode-script",
12087]
12088
12089[[package]]
12090name = "rustybuzz"
12091version = "0.20.1"
12092source = "registry+https://github.com/rust-lang/crates.io-index"
12093checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
12094dependencies = [
12095 "bitflags 2.9.0",
12096 "bytemuck",
12097 "core_maths",
12098 "log",
12099 "smallvec",
12100 "ttf-parser 0.25.1",
12101 "unicode-bidi-mirroring 0.4.0",
12102 "unicode-ccc 0.4.0",
12103 "unicode-properties",
12104 "unicode-script",
12105]
12106
12107[[package]]
12108name = "ryu"
12109version = "1.0.18"
12110source = "registry+https://github.com/rust-lang/crates.io-index"
12111checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
12112
12113[[package]]
12114name = "salsa20"
12115version = "0.10.2"
12116source = "registry+https://github.com/rust-lang/crates.io-index"
12117checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
12118dependencies = [
12119 "cipher",
12120]
12121
12122[[package]]
12123name = "same-file"
12124version = "1.0.6"
12125source = "registry+https://github.com/rust-lang/crates.io-index"
12126checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
12127dependencies = [
12128 "winapi-util",
12129]
12130
12131[[package]]
12132name = "schannel"
12133version = "0.1.27"
12134source = "registry+https://github.com/rust-lang/crates.io-index"
12135checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
12136dependencies = [
12137 "windows-sys 0.59.0",
12138]
12139
12140[[package]]
12141name = "schema_generator"
12142version = "0.1.0"
12143dependencies = [
12144 "anyhow",
12145 "clap",
12146 "env_logger 0.11.7",
12147 "schemars",
12148 "serde",
12149 "serde_json",
12150 "theme",
12151]
12152
12153[[package]]
12154name = "schemars"
12155version = "0.8.22"
12156source = "registry+https://github.com/rust-lang/crates.io-index"
12157checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
12158dependencies = [
12159 "dyn-clone",
12160 "indexmap",
12161 "schemars_derive",
12162 "serde",
12163 "serde_json",
12164]
12165
12166[[package]]
12167name = "schemars_derive"
12168version = "0.8.22"
12169source = "registry+https://github.com/rust-lang/crates.io-index"
12170checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
12171dependencies = [
12172 "proc-macro2",
12173 "quote",
12174 "serde_derive_internals",
12175 "syn 2.0.100",
12176]
12177
12178[[package]]
12179name = "scoped-tls"
12180version = "1.0.1"
12181source = "registry+https://github.com/rust-lang/crates.io-index"
12182checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
12183
12184[[package]]
12185name = "scopeguard"
12186version = "1.2.0"
12187source = "registry+https://github.com/rust-lang/crates.io-index"
12188checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
12189
12190[[package]]
12191name = "scratch"
12192version = "1.0.7"
12193source = "registry+https://github.com/rust-lang/crates.io-index"
12194checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
12195
12196[[package]]
12197name = "scrypt"
12198version = "0.11.0"
12199source = "registry+https://github.com/rust-lang/crates.io-index"
12200checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
12201dependencies = [
12202 "password-hash 0.5.0",
12203 "pbkdf2 0.12.2",
12204 "salsa20",
12205 "sha2",
12206]
12207
12208[[package]]
12209name = "sct"
12210version = "0.7.1"
12211source = "registry+https://github.com/rust-lang/crates.io-index"
12212checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
12213dependencies = [
12214 "ring",
12215 "untrusted",
12216]
12217
12218[[package]]
12219name = "sea-bae"
12220version = "0.2.1"
12221source = "registry+https://github.com/rust-lang/crates.io-index"
12222checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
12223dependencies = [
12224 "heck 0.4.1",
12225 "proc-macro-error2",
12226 "proc-macro2",
12227 "quote",
12228 "syn 2.0.100",
12229]
12230
12231[[package]]
12232name = "sea-orm"
12233version = "1.1.7"
12234source = "registry+https://github.com/rust-lang/crates.io-index"
12235checksum = "3417812d38049e8ec3d588c03570f8c60de811d2453fb48e424045a1600ffd86"
12236dependencies = [
12237 "async-stream",
12238 "async-trait",
12239 "bigdecimal",
12240 "chrono",
12241 "futures-util",
12242 "log",
12243 "ouroboros",
12244 "pgvector",
12245 "rust_decimal",
12246 "sea-orm-macros",
12247 "sea-query",
12248 "sea-query-binder",
12249 "serde",
12250 "serde_json",
12251 "sqlx",
12252 "strum",
12253 "thiserror 1.0.69",
12254 "time",
12255 "tracing",
12256 "url",
12257 "uuid",
12258]
12259
12260[[package]]
12261name = "sea-orm-macros"
12262version = "1.1.7"
12263source = "registry+https://github.com/rust-lang/crates.io-index"
12264checksum = "d705ba84e1c74c8ac27784e4ac6f21584058c1dc0cadb9d39b43e109fcf8139c"
12265dependencies = [
12266 "heck 0.4.1",
12267 "proc-macro2",
12268 "quote",
12269 "sea-bae",
12270 "syn 2.0.100",
12271 "unicode-ident",
12272]
12273
12274[[package]]
12275name = "sea-query"
12276version = "0.32.1"
12277source = "registry+https://github.com/rust-lang/crates.io-index"
12278checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
12279dependencies = [
12280 "bigdecimal",
12281 "chrono",
12282 "inherent",
12283 "ordered-float 3.9.2",
12284 "rust_decimal",
12285 "serde_json",
12286 "time",
12287 "uuid",
12288]
12289
12290[[package]]
12291name = "sea-query-binder"
12292version = "0.7.0"
12293source = "registry+https://github.com/rust-lang/crates.io-index"
12294checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
12295dependencies = [
12296 "bigdecimal",
12297 "chrono",
12298 "rust_decimal",
12299 "sea-query",
12300 "serde_json",
12301 "sqlx",
12302 "time",
12303 "uuid",
12304]
12305
12306[[package]]
12307name = "seahash"
12308version = "4.1.0"
12309source = "registry+https://github.com/rust-lang/crates.io-index"
12310checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
12311
12312[[package]]
12313name = "search"
12314version = "0.1.0"
12315dependencies = [
12316 "any_vec",
12317 "anyhow",
12318 "bitflags 2.9.0",
12319 "client",
12320 "collections",
12321 "editor",
12322 "futures 0.3.31",
12323 "gpui",
12324 "language",
12325 "menu",
12326 "project",
12327 "schemars",
12328 "serde",
12329 "serde_json",
12330 "settings",
12331 "smol",
12332 "theme",
12333 "ui",
12334 "unindent",
12335 "util",
12336 "workspace",
12337 "zed_actions",
12338]
12339
12340[[package]]
12341name = "sec1"
12342version = "0.3.0"
12343source = "registry+https://github.com/rust-lang/crates.io-index"
12344checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
12345dependencies = [
12346 "base16ct",
12347 "der 0.6.1",
12348 "generic-array",
12349 "pkcs8 0.9.0",
12350 "subtle",
12351 "zeroize",
12352]
12353
12354[[package]]
12355name = "security-framework"
12356version = "2.11.1"
12357source = "registry+https://github.com/rust-lang/crates.io-index"
12358checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
12359dependencies = [
12360 "bitflags 2.9.0",
12361 "core-foundation 0.9.4",
12362 "core-foundation-sys",
12363 "libc",
12364 "security-framework-sys",
12365]
12366
12367[[package]]
12368name = "security-framework"
12369version = "3.0.1"
12370source = "registry+https://github.com/rust-lang/crates.io-index"
12371checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
12372dependencies = [
12373 "bitflags 2.9.0",
12374 "core-foundation 0.10.0",
12375 "core-foundation-sys",
12376 "libc",
12377 "security-framework-sys",
12378]
12379
12380[[package]]
12381name = "security-framework-sys"
12382version = "2.12.1"
12383source = "registry+https://github.com/rust-lang/crates.io-index"
12384checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
12385dependencies = [
12386 "core-foundation-sys",
12387 "libc",
12388]
12389
12390[[package]]
12391name = "self_cell"
12392version = "1.1.0"
12393source = "registry+https://github.com/rust-lang/crates.io-index"
12394checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
12395
12396[[package]]
12397name = "semantic_index"
12398version = "0.1.0"
12399dependencies = [
12400 "anyhow",
12401 "arrayvec",
12402 "blake3",
12403 "client",
12404 "clock",
12405 "collections",
12406 "env_logger 0.11.7",
12407 "feature_flags",
12408 "fs",
12409 "futures 0.3.31",
12410 "futures-batch",
12411 "gpui",
12412 "heed",
12413 "http_client",
12414 "language",
12415 "language_model",
12416 "languages",
12417 "log",
12418 "open_ai",
12419 "parking_lot",
12420 "project",
12421 "reqwest_client",
12422 "serde",
12423 "serde_json",
12424 "settings",
12425 "sha2",
12426 "smol",
12427 "streaming-iterator",
12428 "tempfile",
12429 "theme",
12430 "tree-sitter",
12431 "ui",
12432 "unindent",
12433 "util",
12434 "workspace",
12435 "worktree",
12436]
12437
12438[[package]]
12439name = "semantic_version"
12440version = "0.1.0"
12441dependencies = [
12442 "anyhow",
12443 "serde",
12444]
12445
12446[[package]]
12447name = "semver"
12448version = "1.0.26"
12449source = "registry+https://github.com/rust-lang/crates.io-index"
12450checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
12451dependencies = [
12452 "serde",
12453]
12454
12455[[package]]
12456name = "serde"
12457version = "1.0.219"
12458source = "registry+https://github.com/rust-lang/crates.io-index"
12459checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
12460dependencies = [
12461 "serde_derive",
12462]
12463
12464[[package]]
12465name = "serde_derive"
12466version = "1.0.219"
12467source = "registry+https://github.com/rust-lang/crates.io-index"
12468checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
12469dependencies = [
12470 "proc-macro2",
12471 "quote",
12472 "syn 2.0.100",
12473]
12474
12475[[package]]
12476name = "serde_derive_internals"
12477version = "0.29.1"
12478source = "registry+https://github.com/rust-lang/crates.io-index"
12479checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
12480dependencies = [
12481 "proc-macro2",
12482 "quote",
12483 "syn 2.0.100",
12484]
12485
12486[[package]]
12487name = "serde_fmt"
12488version = "1.0.3"
12489source = "registry+https://github.com/rust-lang/crates.io-index"
12490checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
12491dependencies = [
12492 "serde",
12493]
12494
12495[[package]]
12496name = "serde_json"
12497version = "1.0.140"
12498source = "registry+https://github.com/rust-lang/crates.io-index"
12499checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
12500dependencies = [
12501 "indexmap",
12502 "itoa",
12503 "memchr",
12504 "ryu",
12505 "serde",
12506]
12507
12508[[package]]
12509name = "serde_json_lenient"
12510version = "0.2.4"
12511source = "registry+https://github.com/rust-lang/crates.io-index"
12512checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
12513dependencies = [
12514 "indexmap",
12515 "itoa",
12516 "memchr",
12517 "ryu",
12518 "serde",
12519]
12520
12521[[package]]
12522name = "serde_path_to_error"
12523version = "0.1.16"
12524source = "registry+https://github.com/rust-lang/crates.io-index"
12525checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
12526dependencies = [
12527 "itoa",
12528 "serde",
12529]
12530
12531[[package]]
12532name = "serde_qs"
12533version = "0.8.5"
12534source = "registry+https://github.com/rust-lang/crates.io-index"
12535checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
12536dependencies = [
12537 "percent-encoding",
12538 "serde",
12539 "thiserror 1.0.69",
12540]
12541
12542[[package]]
12543name = "serde_qs"
12544version = "0.10.1"
12545source = "registry+https://github.com/rust-lang/crates.io-index"
12546checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
12547dependencies = [
12548 "percent-encoding",
12549 "serde",
12550 "thiserror 1.0.69",
12551]
12552
12553[[package]]
12554name = "serde_repr"
12555version = "0.1.20"
12556source = "registry+https://github.com/rust-lang/crates.io-index"
12557checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
12558dependencies = [
12559 "proc-macro2",
12560 "quote",
12561 "syn 2.0.100",
12562]
12563
12564[[package]]
12565name = "serde_spanned"
12566version = "0.6.8"
12567source = "registry+https://github.com/rust-lang/crates.io-index"
12568checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
12569dependencies = [
12570 "serde",
12571]
12572
12573[[package]]
12574name = "serde_urlencoded"
12575version = "0.7.1"
12576source = "registry+https://github.com/rust-lang/crates.io-index"
12577checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
12578dependencies = [
12579 "form_urlencoded",
12580 "itoa",
12581 "ryu",
12582 "serde",
12583]
12584
12585[[package]]
12586name = "session"
12587version = "0.1.0"
12588dependencies = [
12589 "db",
12590 "gpui",
12591 "serde_json",
12592 "util",
12593 "uuid",
12594]
12595
12596[[package]]
12597name = "settings"
12598version = "0.1.0"
12599dependencies = [
12600 "anyhow",
12601 "collections",
12602 "ec4rs",
12603 "fs",
12604 "futures 0.3.31",
12605 "gpui",
12606 "indoc",
12607 "inventory",
12608 "log",
12609 "paths",
12610 "pretty_assertions",
12611 "release_channel",
12612 "rust-embed",
12613 "schemars",
12614 "serde",
12615 "serde_derive",
12616 "serde_json",
12617 "serde_json_lenient",
12618 "smallvec",
12619 "streaming-iterator",
12620 "tree-sitter",
12621 "tree-sitter-json",
12622 "unindent",
12623 "util",
12624]
12625
12626[[package]]
12627name = "settings_ui"
12628version = "0.1.0"
12629dependencies = [
12630 "command_palette_hooks",
12631 "editor",
12632 "feature_flags",
12633 "gpui",
12634 "settings",
12635 "theme",
12636 "ui",
12637 "workspace",
12638]
12639
12640[[package]]
12641name = "sha1"
12642version = "0.10.6"
12643source = "registry+https://github.com/rust-lang/crates.io-index"
12644checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
12645dependencies = [
12646 "cfg-if",
12647 "cpufeatures",
12648 "digest",
12649]
12650
12651[[package]]
12652name = "sha1_smol"
12653version = "1.0.1"
12654source = "registry+https://github.com/rust-lang/crates.io-index"
12655checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
12656
12657[[package]]
12658name = "sha2"
12659version = "0.10.8"
12660source = "registry+https://github.com/rust-lang/crates.io-index"
12661checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
12662dependencies = [
12663 "cfg-if",
12664 "cpufeatures",
12665 "digest",
12666]
12667
12668[[package]]
12669name = "sharded-slab"
12670version = "0.1.7"
12671source = "registry+https://github.com/rust-lang/crates.io-index"
12672checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
12673dependencies = [
12674 "lazy_static",
12675]
12676
12677[[package]]
12678name = "shell-words"
12679version = "1.1.0"
12680source = "registry+https://github.com/rust-lang/crates.io-index"
12681checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
12682
12683[[package]]
12684name = "shellexpand"
12685version = "2.1.2"
12686source = "registry+https://github.com/rust-lang/crates.io-index"
12687checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
12688dependencies = [
12689 "dirs 4.0.0",
12690]
12691
12692[[package]]
12693name = "shellexpand"
12694version = "3.1.0"
12695source = "registry+https://github.com/rust-lang/crates.io-index"
12696checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
12697dependencies = [
12698 "dirs 5.0.1",
12699]
12700
12701[[package]]
12702name = "shlex"
12703version = "1.3.0"
12704source = "registry+https://github.com/rust-lang/crates.io-index"
12705checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
12706
12707[[package]]
12708name = "signal-hook"
12709version = "0.3.17"
12710source = "registry+https://github.com/rust-lang/crates.io-index"
12711checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
12712dependencies = [
12713 "libc",
12714 "signal-hook-registry",
12715]
12716
12717[[package]]
12718name = "signal-hook-registry"
12719version = "1.4.2"
12720source = "registry+https://github.com/rust-lang/crates.io-index"
12721checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
12722dependencies = [
12723 "libc",
12724]
12725
12726[[package]]
12727name = "signature"
12728version = "1.6.4"
12729source = "registry+https://github.com/rust-lang/crates.io-index"
12730checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
12731dependencies = [
12732 "digest",
12733 "rand_core 0.6.4",
12734]
12735
12736[[package]]
12737name = "signature"
12738version = "2.2.0"
12739source = "registry+https://github.com/rust-lang/crates.io-index"
12740checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
12741dependencies = [
12742 "digest",
12743 "rand_core 0.6.4",
12744]
12745
12746[[package]]
12747name = "simd-adler32"
12748version = "0.3.7"
12749source = "registry+https://github.com/rust-lang/crates.io-index"
12750checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
12751
12752[[package]]
12753name = "simd_helpers"
12754version = "0.1.0"
12755source = "registry+https://github.com/rust-lang/crates.io-index"
12756checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
12757dependencies = [
12758 "quote",
12759]
12760
12761[[package]]
12762name = "simdutf8"
12763version = "0.1.5"
12764source = "registry+https://github.com/rust-lang/crates.io-index"
12765checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
12766
12767[[package]]
12768name = "simple_asn1"
12769version = "0.6.2"
12770source = "registry+https://github.com/rust-lang/crates.io-index"
12771checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
12772dependencies = [
12773 "num-bigint",
12774 "num-traits",
12775 "thiserror 1.0.69",
12776 "time",
12777]
12778
12779[[package]]
12780name = "simplecss"
12781version = "0.2.1"
12782source = "registry+https://github.com/rust-lang/crates.io-index"
12783checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
12784dependencies = [
12785 "log",
12786]
12787
12788[[package]]
12789name = "simplelog"
12790version = "0.12.2"
12791source = "registry+https://github.com/rust-lang/crates.io-index"
12792checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
12793dependencies = [
12794 "log",
12795 "termcolor",
12796 "time",
12797]
12798
12799[[package]]
12800name = "siphasher"
12801version = "0.3.11"
12802source = "registry+https://github.com/rust-lang/crates.io-index"
12803checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
12804
12805[[package]]
12806name = "siphasher"
12807version = "1.0.1"
12808source = "registry+https://github.com/rust-lang/crates.io-index"
12809checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
12810
12811[[package]]
12812name = "skrifa"
12813version = "0.26.6"
12814source = "registry+https://github.com/rust-lang/crates.io-index"
12815checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
12816dependencies = [
12817 "bytemuck",
12818 "read-fonts",
12819]
12820
12821[[package]]
12822name = "slab"
12823version = "0.4.9"
12824source = "registry+https://github.com/rust-lang/crates.io-index"
12825checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
12826dependencies = [
12827 "autocfg",
12828]
12829
12830[[package]]
12831name = "slash_commands_example"
12832version = "0.1.0"
12833dependencies = [
12834 "zed_extension_api 0.1.0",
12835]
12836
12837[[package]]
12838name = "slotmap"
12839version = "1.0.7"
12840source = "registry+https://github.com/rust-lang/crates.io-index"
12841checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
12842dependencies = [
12843 "version_check",
12844]
12845
12846[[package]]
12847name = "smallvec"
12848version = "1.14.0"
12849source = "registry+https://github.com/rust-lang/crates.io-index"
12850checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
12851dependencies = [
12852 "serde",
12853]
12854
12855[[package]]
12856name = "smart-default"
12857version = "0.6.0"
12858source = "registry+https://github.com/rust-lang/crates.io-index"
12859checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
12860dependencies = [
12861 "proc-macro2",
12862 "quote",
12863 "syn 1.0.109",
12864]
12865
12866[[package]]
12867name = "smol"
12868version = "2.0.2"
12869source = "registry+https://github.com/rust-lang/crates.io-index"
12870checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
12871dependencies = [
12872 "async-channel 2.3.1",
12873 "async-executor",
12874 "async-fs",
12875 "async-io",
12876 "async-lock",
12877 "async-net",
12878 "async-process",
12879 "blocking",
12880 "futures-lite 2.6.0",
12881]
12882
12883[[package]]
12884name = "smol_str"
12885version = "0.1.24"
12886source = "registry+https://github.com/rust-lang/crates.io-index"
12887checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
12888dependencies = [
12889 "serde",
12890]
12891
12892[[package]]
12893name = "smol_str"
12894version = "0.2.2"
12895source = "registry+https://github.com/rust-lang/crates.io-index"
12896checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
12897
12898[[package]]
12899name = "snippet"
12900version = "0.1.0"
12901dependencies = [
12902 "anyhow",
12903 "smallvec",
12904]
12905
12906[[package]]
12907name = "snippet_provider"
12908version = "0.1.0"
12909dependencies = [
12910 "anyhow",
12911 "collections",
12912 "extension",
12913 "fs",
12914 "futures 0.3.31",
12915 "gpui",
12916 "parking_lot",
12917 "paths",
12918 "schemars",
12919 "serde",
12920 "serde_json_lenient",
12921 "snippet",
12922 "util",
12923]
12924
12925[[package]]
12926name = "snippets_ui"
12927version = "0.1.0"
12928dependencies = [
12929 "fuzzy",
12930 "gpui",
12931 "language",
12932 "paths",
12933 "picker",
12934 "ui",
12935 "util",
12936 "workspace",
12937]
12938
12939[[package]]
12940name = "socket2"
12941version = "0.5.8"
12942source = "registry+https://github.com/rust-lang/crates.io-index"
12943checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12944dependencies = [
12945 "libc",
12946 "windows-sys 0.52.0",
12947]
12948
12949[[package]]
12950name = "spdx"
12951version = "0.10.7"
12952source = "registry+https://github.com/rust-lang/crates.io-index"
12953checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12954dependencies = [
12955 "smallvec",
12956]
12957
12958[[package]]
12959name = "spin"
12960version = "0.9.8"
12961source = "registry+https://github.com/rust-lang/crates.io-index"
12962checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
12963dependencies = [
12964 "lock_api",
12965]
12966
12967[[package]]
12968name = "spirv"
12969version = "0.3.0+sdk-1.3.268.0"
12970source = "registry+https://github.com/rust-lang/crates.io-index"
12971checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
12972dependencies = [
12973 "bitflags 2.9.0",
12974]
12975
12976[[package]]
12977name = "spki"
12978version = "0.6.0"
12979source = "registry+https://github.com/rust-lang/crates.io-index"
12980checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
12981dependencies = [
12982 "base64ct",
12983 "der 0.6.1",
12984]
12985
12986[[package]]
12987name = "spki"
12988version = "0.7.3"
12989source = "registry+https://github.com/rust-lang/crates.io-index"
12990checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
12991dependencies = [
12992 "base64ct",
12993 "der 0.7.9",
12994]
12995
12996[[package]]
12997name = "sptr"
12998version = "0.3.2"
12999source = "registry+https://github.com/rust-lang/crates.io-index"
13000checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
13001
13002[[package]]
13003name = "sqlez"
13004version = "0.1.0"
13005dependencies = [
13006 "anyhow",
13007 "collections",
13008 "futures 0.3.31",
13009 "indoc",
13010 "libsqlite3-sys",
13011 "parking_lot",
13012 "smol",
13013 "sqlformat",
13014 "thread_local",
13015 "util",
13016 "uuid",
13017]
13018
13019[[package]]
13020name = "sqlez_macros"
13021version = "0.1.0"
13022dependencies = [
13023 "sqlez",
13024 "sqlformat",
13025 "syn 1.0.109",
13026]
13027
13028[[package]]
13029name = "sqlformat"
13030version = "0.2.6"
13031source = "registry+https://github.com/rust-lang/crates.io-index"
13032checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
13033dependencies = [
13034 "nom",
13035 "unicode_categories",
13036]
13037
13038[[package]]
13039name = "sqlx"
13040version = "0.8.3"
13041source = "registry+https://github.com/rust-lang/crates.io-index"
13042checksum = "4410e73b3c0d8442c5f99b425d7a435b5ee0ae4167b3196771dd3f7a01be745f"
13043dependencies = [
13044 "sqlx-core",
13045 "sqlx-macros",
13046 "sqlx-mysql",
13047 "sqlx-postgres",
13048 "sqlx-sqlite",
13049]
13050
13051[[package]]
13052name = "sqlx-core"
13053version = "0.8.3"
13054source = "registry+https://github.com/rust-lang/crates.io-index"
13055checksum = "6a007b6936676aa9ab40207cde35daab0a04b823be8ae004368c0793b96a61e0"
13056dependencies = [
13057 "bigdecimal",
13058 "bytes 1.10.1",
13059 "chrono",
13060 "crc",
13061 "crossbeam-queue",
13062 "either",
13063 "event-listener 5.3.1",
13064 "futures-core",
13065 "futures-intrusive",
13066 "futures-io",
13067 "futures-util",
13068 "hashbrown 0.15.2",
13069 "hashlink 0.10.0",
13070 "indexmap",
13071 "log",
13072 "memchr",
13073 "once_cell",
13074 "percent-encoding",
13075 "rust_decimal",
13076 "rustls 0.23.25",
13077 "rustls-pemfile 2.2.0",
13078 "serde",
13079 "serde_json",
13080 "sha2",
13081 "smallvec",
13082 "thiserror 2.0.12",
13083 "time",
13084 "tokio",
13085 "tokio-stream",
13086 "tracing",
13087 "url",
13088 "uuid",
13089 "webpki-roots",
13090]
13091
13092[[package]]
13093name = "sqlx-macros"
13094version = "0.8.3"
13095source = "registry+https://github.com/rust-lang/crates.io-index"
13096checksum = "3112e2ad78643fef903618d78cf0aec1cb3134b019730edb039b69eaf531f310"
13097dependencies = [
13098 "proc-macro2",
13099 "quote",
13100 "sqlx-core",
13101 "sqlx-macros-core",
13102 "syn 2.0.100",
13103]
13104
13105[[package]]
13106name = "sqlx-macros-core"
13107version = "0.8.3"
13108source = "registry+https://github.com/rust-lang/crates.io-index"
13109checksum = "4e9f90acc5ab146a99bf5061a7eb4976b573f560bc898ef3bf8435448dd5e7ad"
13110dependencies = [
13111 "dotenvy",
13112 "either",
13113 "heck 0.5.0",
13114 "hex",
13115 "once_cell",
13116 "proc-macro2",
13117 "quote",
13118 "serde",
13119 "serde_json",
13120 "sha2",
13121 "sqlx-core",
13122 "sqlx-mysql",
13123 "sqlx-postgres",
13124 "sqlx-sqlite",
13125 "syn 2.0.100",
13126 "tempfile",
13127 "tokio",
13128 "url",
13129]
13130
13131[[package]]
13132name = "sqlx-mysql"
13133version = "0.8.3"
13134source = "registry+https://github.com/rust-lang/crates.io-index"
13135checksum = "4560278f0e00ce64938540546f59f590d60beee33fffbd3b9cd47851e5fff233"
13136dependencies = [
13137 "atoi",
13138 "base64 0.22.1",
13139 "bigdecimal",
13140 "bitflags 2.9.0",
13141 "byteorder",
13142 "bytes 1.10.1",
13143 "chrono",
13144 "crc",
13145 "digest",
13146 "dotenvy",
13147 "either",
13148 "futures-channel",
13149 "futures-core",
13150 "futures-io",
13151 "futures-util",
13152 "generic-array",
13153 "hex",
13154 "hkdf",
13155 "hmac",
13156 "itoa",
13157 "log",
13158 "md-5",
13159 "memchr",
13160 "once_cell",
13161 "percent-encoding",
13162 "rand 0.8.5",
13163 "rsa",
13164 "rust_decimal",
13165 "serde",
13166 "sha1",
13167 "sha2",
13168 "smallvec",
13169 "sqlx-core",
13170 "stringprep",
13171 "thiserror 2.0.12",
13172 "time",
13173 "tracing",
13174 "uuid",
13175 "whoami",
13176]
13177
13178[[package]]
13179name = "sqlx-postgres"
13180version = "0.8.3"
13181source = "registry+https://github.com/rust-lang/crates.io-index"
13182checksum = "c5b98a57f363ed6764d5b3a12bfedf62f07aa16e1856a7ddc2a0bb190a959613"
13183dependencies = [
13184 "atoi",
13185 "base64 0.22.1",
13186 "bigdecimal",
13187 "bitflags 2.9.0",
13188 "byteorder",
13189 "chrono",
13190 "crc",
13191 "dotenvy",
13192 "etcetera",
13193 "futures-channel",
13194 "futures-core",
13195 "futures-util",
13196 "hex",
13197 "hkdf",
13198 "hmac",
13199 "home",
13200 "itoa",
13201 "log",
13202 "md-5",
13203 "memchr",
13204 "num-bigint",
13205 "once_cell",
13206 "rand 0.8.5",
13207 "rust_decimal",
13208 "serde",
13209 "serde_json",
13210 "sha2",
13211 "smallvec",
13212 "sqlx-core",
13213 "stringprep",
13214 "thiserror 2.0.12",
13215 "time",
13216 "tracing",
13217 "uuid",
13218 "whoami",
13219]
13220
13221[[package]]
13222name = "sqlx-sqlite"
13223version = "0.8.3"
13224source = "registry+https://github.com/rust-lang/crates.io-index"
13225checksum = "f85ca71d3a5b24e64e1d08dd8fe36c6c95c339a896cc33068148906784620540"
13226dependencies = [
13227 "atoi",
13228 "chrono",
13229 "flume",
13230 "futures-channel",
13231 "futures-core",
13232 "futures-executor",
13233 "futures-intrusive",
13234 "futures-util",
13235 "libsqlite3-sys",
13236 "log",
13237 "percent-encoding",
13238 "serde",
13239 "serde_urlencoded",
13240 "sqlx-core",
13241 "time",
13242 "tracing",
13243 "url",
13244 "uuid",
13245]
13246
13247[[package]]
13248name = "stable_deref_trait"
13249version = "1.2.0"
13250source = "registry+https://github.com/rust-lang/crates.io-index"
13251checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
13252
13253[[package]]
13254name = "static_assertions"
13255version = "1.1.0"
13256source = "registry+https://github.com/rust-lang/crates.io-index"
13257checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
13258
13259[[package]]
13260name = "story"
13261version = "0.1.0"
13262dependencies = [
13263 "gpui",
13264 "itertools 0.14.0",
13265 "smallvec",
13266]
13267
13268[[package]]
13269name = "storybook"
13270version = "0.1.0"
13271dependencies = [
13272 "anyhow",
13273 "clap",
13274 "collab_ui",
13275 "ctrlc",
13276 "dialoguer",
13277 "editor",
13278 "fuzzy",
13279 "gpui",
13280 "indoc",
13281 "language",
13282 "log",
13283 "menu",
13284 "picker",
13285 "project",
13286 "reqwest_client",
13287 "rust-embed",
13288 "settings",
13289 "simplelog",
13290 "story",
13291 "strum",
13292 "theme",
13293 "title_bar",
13294 "ui",
13295 "workspace",
13296]
13297
13298[[package]]
13299name = "streaming-iterator"
13300version = "0.1.9"
13301source = "registry+https://github.com/rust-lang/crates.io-index"
13302checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
13303
13304[[package]]
13305name = "streaming_diff"
13306version = "0.1.0"
13307dependencies = [
13308 "ordered-float 2.10.1",
13309 "rand 0.8.5",
13310 "rope",
13311 "util",
13312]
13313
13314[[package]]
13315name = "strict-num"
13316version = "0.1.1"
13317source = "registry+https://github.com/rust-lang/crates.io-index"
13318checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
13319dependencies = [
13320 "float-cmp",
13321]
13322
13323[[package]]
13324name = "string_cache"
13325version = "0.8.7"
13326source = "registry+https://github.com/rust-lang/crates.io-index"
13327checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
13328dependencies = [
13329 "new_debug_unreachable",
13330 "once_cell",
13331 "parking_lot",
13332 "phf_shared 0.10.0",
13333 "precomputed-hash",
13334 "serde",
13335]
13336
13337[[package]]
13338name = "string_cache_codegen"
13339version = "0.5.2"
13340source = "registry+https://github.com/rust-lang/crates.io-index"
13341checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
13342dependencies = [
13343 "phf_generator 0.10.0",
13344 "phf_shared 0.10.0",
13345 "proc-macro2",
13346 "quote",
13347]
13348
13349[[package]]
13350name = "stringprep"
13351version = "0.1.5"
13352source = "registry+https://github.com/rust-lang/crates.io-index"
13353checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
13354dependencies = [
13355 "unicode-bidi",
13356 "unicode-normalization",
13357 "unicode-properties",
13358]
13359
13360[[package]]
13361name = "strsim"
13362version = "0.11.1"
13363source = "registry+https://github.com/rust-lang/crates.io-index"
13364checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
13365
13366[[package]]
13367name = "strum"
13368version = "0.26.3"
13369source = "registry+https://github.com/rust-lang/crates.io-index"
13370checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
13371dependencies = [
13372 "strum_macros",
13373]
13374
13375[[package]]
13376name = "strum_macros"
13377version = "0.26.4"
13378source = "registry+https://github.com/rust-lang/crates.io-index"
13379checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
13380dependencies = [
13381 "heck 0.5.0",
13382 "proc-macro2",
13383 "quote",
13384 "rustversion",
13385 "syn 2.0.100",
13386]
13387
13388[[package]]
13389name = "subtle"
13390version = "2.6.1"
13391source = "registry+https://github.com/rust-lang/crates.io-index"
13392checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
13393
13394[[package]]
13395name = "sum_tree"
13396version = "0.1.0"
13397dependencies = [
13398 "arrayvec",
13399 "ctor",
13400 "env_logger 0.11.7",
13401 "log",
13402 "rand 0.8.5",
13403 "rayon",
13404]
13405
13406[[package]]
13407name = "supermaven"
13408version = "0.1.0"
13409dependencies = [
13410 "anyhow",
13411 "client",
13412 "collections",
13413 "editor",
13414 "env_logger 0.11.7",
13415 "futures 0.3.31",
13416 "gpui",
13417 "http_client",
13418 "inline_completion",
13419 "language",
13420 "log",
13421 "postage",
13422 "project",
13423 "serde",
13424 "serde_json",
13425 "settings",
13426 "smol",
13427 "supermaven_api",
13428 "text",
13429 "theme",
13430 "ui",
13431 "unicode-segmentation",
13432 "util",
13433]
13434
13435[[package]]
13436name = "supermaven_api"
13437version = "0.1.0"
13438dependencies = [
13439 "anyhow",
13440 "futures 0.3.31",
13441 "http_client",
13442 "paths",
13443 "serde",
13444 "serde_json",
13445 "smol",
13446]
13447
13448[[package]]
13449name = "sval"
13450version = "2.13.2"
13451source = "registry+https://github.com/rust-lang/crates.io-index"
13452checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
13453
13454[[package]]
13455name = "sval_buffer"
13456version = "2.13.2"
13457source = "registry+https://github.com/rust-lang/crates.io-index"
13458checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
13459dependencies = [
13460 "sval",
13461 "sval_ref",
13462]
13463
13464[[package]]
13465name = "sval_dynamic"
13466version = "2.13.2"
13467source = "registry+https://github.com/rust-lang/crates.io-index"
13468checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
13469dependencies = [
13470 "sval",
13471]
13472
13473[[package]]
13474name = "sval_fmt"
13475version = "2.13.2"
13476source = "registry+https://github.com/rust-lang/crates.io-index"
13477checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
13478dependencies = [
13479 "itoa",
13480 "ryu",
13481 "sval",
13482]
13483
13484[[package]]
13485name = "sval_json"
13486version = "2.13.2"
13487source = "registry+https://github.com/rust-lang/crates.io-index"
13488checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
13489dependencies = [
13490 "itoa",
13491 "ryu",
13492 "sval",
13493]
13494
13495[[package]]
13496name = "sval_nested"
13497version = "2.13.2"
13498source = "registry+https://github.com/rust-lang/crates.io-index"
13499checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
13500dependencies = [
13501 "sval",
13502 "sval_buffer",
13503 "sval_ref",
13504]
13505
13506[[package]]
13507name = "sval_ref"
13508version = "2.13.2"
13509source = "registry+https://github.com/rust-lang/crates.io-index"
13510checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
13511dependencies = [
13512 "sval",
13513]
13514
13515[[package]]
13516name = "sval_serde"
13517version = "2.13.2"
13518source = "registry+https://github.com/rust-lang/crates.io-index"
13519checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
13520dependencies = [
13521 "serde",
13522 "sval",
13523 "sval_nested",
13524]
13525
13526[[package]]
13527name = "svg_fmt"
13528version = "0.4.4"
13529source = "registry+https://github.com/rust-lang/crates.io-index"
13530checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
13531
13532[[package]]
13533name = "svgtypes"
13534version = "0.15.3"
13535source = "registry+https://github.com/rust-lang/crates.io-index"
13536checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
13537dependencies = [
13538 "kurbo",
13539 "siphasher 1.0.1",
13540]
13541
13542[[package]]
13543name = "swash"
13544version = "0.2.1"
13545source = "registry+https://github.com/rust-lang/crates.io-index"
13546checksum = "13d5bbc2aa266907ed8ee977c9c9e16363cc2b001266104e13397b57f1d15f71"
13547dependencies = [
13548 "skrifa",
13549 "yazi",
13550 "zeno",
13551]
13552
13553[[package]]
13554name = "syn"
13555version = "1.0.109"
13556source = "registry+https://github.com/rust-lang/crates.io-index"
13557checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
13558dependencies = [
13559 "proc-macro2",
13560 "quote",
13561 "unicode-ident",
13562]
13563
13564[[package]]
13565name = "syn"
13566version = "2.0.100"
13567source = "registry+https://github.com/rust-lang/crates.io-index"
13568checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
13569dependencies = [
13570 "proc-macro2",
13571 "quote",
13572 "unicode-ident",
13573]
13574
13575[[package]]
13576name = "sync_wrapper"
13577version = "0.1.2"
13578source = "registry+https://github.com/rust-lang/crates.io-index"
13579checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
13580
13581[[package]]
13582name = "sync_wrapper"
13583version = "1.0.2"
13584source = "registry+https://github.com/rust-lang/crates.io-index"
13585checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
13586dependencies = [
13587 "futures-core",
13588]
13589
13590[[package]]
13591name = "synchronoise"
13592version = "1.0.1"
13593source = "registry+https://github.com/rust-lang/crates.io-index"
13594checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
13595dependencies = [
13596 "crossbeam-queue",
13597]
13598
13599[[package]]
13600name = "synstructure"
13601version = "0.13.1"
13602source = "registry+https://github.com/rust-lang/crates.io-index"
13603checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
13604dependencies = [
13605 "proc-macro2",
13606 "quote",
13607 "syn 2.0.100",
13608]
13609
13610[[package]]
13611name = "sys-locale"
13612version = "0.3.2"
13613source = "registry+https://github.com/rust-lang/crates.io-index"
13614checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
13615dependencies = [
13616 "libc",
13617]
13618
13619[[package]]
13620name = "sysinfo"
13621version = "0.31.4"
13622source = "registry+https://github.com/rust-lang/crates.io-index"
13623checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
13624dependencies = [
13625 "core-foundation-sys",
13626 "libc",
13627 "memchr",
13628 "ntapi",
13629 "rayon",
13630 "windows 0.57.0",
13631]
13632
13633[[package]]
13634name = "system-configuration"
13635version = "0.5.1"
13636source = "registry+https://github.com/rust-lang/crates.io-index"
13637checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
13638dependencies = [
13639 "bitflags 1.3.2",
13640 "core-foundation 0.9.4",
13641 "system-configuration-sys 0.5.0",
13642]
13643
13644[[package]]
13645name = "system-configuration"
13646version = "0.6.1"
13647source = "registry+https://github.com/rust-lang/crates.io-index"
13648checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
13649dependencies = [
13650 "bitflags 2.9.0",
13651 "core-foundation 0.9.4",
13652 "system-configuration-sys 0.6.0",
13653]
13654
13655[[package]]
13656name = "system-configuration-sys"
13657version = "0.5.0"
13658source = "registry+https://github.com/rust-lang/crates.io-index"
13659checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
13660dependencies = [
13661 "core-foundation-sys",
13662 "libc",
13663]
13664
13665[[package]]
13666name = "system-configuration-sys"
13667version = "0.6.0"
13668source = "registry+https://github.com/rust-lang/crates.io-index"
13669checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
13670dependencies = [
13671 "core-foundation-sys",
13672 "libc",
13673]
13674
13675[[package]]
13676name = "system-deps"
13677version = "6.2.2"
13678source = "registry+https://github.com/rust-lang/crates.io-index"
13679checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
13680dependencies = [
13681 "cfg-expr",
13682 "heck 0.5.0",
13683 "pkg-config",
13684 "toml 0.8.20",
13685 "version-compare",
13686]
13687
13688[[package]]
13689name = "system-interface"
13690version = "0.27.3"
13691source = "registry+https://github.com/rust-lang/crates.io-index"
13692checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
13693dependencies = [
13694 "bitflags 2.9.0",
13695 "cap-fs-ext",
13696 "cap-std",
13697 "fd-lock",
13698 "io-lifetimes",
13699 "rustix",
13700 "windows-sys 0.59.0",
13701 "winx",
13702]
13703
13704[[package]]
13705name = "tab_switcher"
13706version = "0.1.0"
13707dependencies = [
13708 "anyhow",
13709 "collections",
13710 "ctor",
13711 "editor",
13712 "env_logger 0.11.7",
13713 "gpui",
13714 "language",
13715 "menu",
13716 "picker",
13717 "project",
13718 "schemars",
13719 "serde",
13720 "serde_json",
13721 "settings",
13722 "theme",
13723 "ui",
13724 "util",
13725 "workspace",
13726]
13727
13728[[package]]
13729name = "taffy"
13730version = "0.4.4"
13731source = "registry+https://github.com/rust-lang/crates.io-index"
13732checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
13733dependencies = [
13734 "arrayvec",
13735 "grid",
13736 "num-traits",
13737 "serde",
13738 "slotmap",
13739]
13740
13741[[package]]
13742name = "take-until"
13743version = "0.2.0"
13744source = "registry+https://github.com/rust-lang/crates.io-index"
13745checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
13746
13747[[package]]
13748name = "tap"
13749version = "1.0.1"
13750source = "registry+https://github.com/rust-lang/crates.io-index"
13751checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
13752
13753[[package]]
13754name = "target-lexicon"
13755version = "0.12.16"
13756source = "registry+https://github.com/rust-lang/crates.io-index"
13757checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
13758
13759[[package]]
13760name = "target-lexicon"
13761version = "0.13.2"
13762source = "registry+https://github.com/rust-lang/crates.io-index"
13763checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
13764
13765[[package]]
13766name = "task"
13767version = "0.1.0"
13768dependencies = [
13769 "anyhow",
13770 "collections",
13771 "dap-types",
13772 "futures 0.3.31",
13773 "gpui",
13774 "hex",
13775 "parking_lot",
13776 "schemars",
13777 "serde",
13778 "serde_json",
13779 "serde_json_lenient",
13780 "sha2",
13781 "shellexpand 2.1.2",
13782 "util",
13783 "zed_actions",
13784]
13785
13786[[package]]
13787name = "tasks_ui"
13788version = "0.1.0"
13789dependencies = [
13790 "anyhow",
13791 "debugger_ui",
13792 "editor",
13793 "feature_flags",
13794 "file_icons",
13795 "fuzzy",
13796 "gpui",
13797 "language",
13798 "menu",
13799 "picker",
13800 "project",
13801 "serde",
13802 "serde_json",
13803 "task",
13804 "tree-sitter-rust",
13805 "tree-sitter-typescript",
13806 "ui",
13807 "util",
13808 "workspace",
13809 "zed_actions",
13810]
13811
13812[[package]]
13813name = "telemetry"
13814version = "0.1.0"
13815dependencies = [
13816 "futures 0.3.31",
13817 "serde",
13818 "serde_json",
13819 "telemetry_events",
13820]
13821
13822[[package]]
13823name = "telemetry_events"
13824version = "0.1.0"
13825dependencies = [
13826 "semantic_version",
13827 "serde",
13828 "serde_json",
13829]
13830
13831[[package]]
13832name = "tempfile"
13833version = "3.17.1"
13834source = "registry+https://github.com/rust-lang/crates.io-index"
13835checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230"
13836dependencies = [
13837 "cfg-if",
13838 "fastrand 2.3.0",
13839 "getrandom 0.3.1",
13840 "once_cell",
13841 "rustix",
13842 "windows-sys 0.59.0",
13843]
13844
13845[[package]]
13846name = "tendril"
13847version = "0.4.3"
13848source = "registry+https://github.com/rust-lang/crates.io-index"
13849checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
13850dependencies = [
13851 "futf",
13852 "mac",
13853 "utf-8",
13854]
13855
13856[[package]]
13857name = "termcolor"
13858version = "1.4.1"
13859source = "registry+https://github.com/rust-lang/crates.io-index"
13860checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
13861dependencies = [
13862 "winapi-util",
13863]
13864
13865[[package]]
13866name = "terminal"
13867version = "0.1.0"
13868dependencies = [
13869 "alacritty_terminal",
13870 "anyhow",
13871 "collections",
13872 "dirs 4.0.0",
13873 "futures 0.3.31",
13874 "gpui",
13875 "libc",
13876 "rand 0.8.5",
13877 "regex",
13878 "release_channel",
13879 "schemars",
13880 "serde",
13881 "serde_derive",
13882 "settings",
13883 "smol",
13884 "sysinfo",
13885 "task",
13886 "theme",
13887 "thiserror 2.0.12",
13888 "util",
13889 "windows 0.61.1",
13890]
13891
13892[[package]]
13893name = "terminal_size"
13894version = "0.4.1"
13895source = "registry+https://github.com/rust-lang/crates.io-index"
13896checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
13897dependencies = [
13898 "rustix",
13899 "windows-sys 0.59.0",
13900]
13901
13902[[package]]
13903name = "terminal_view"
13904version = "0.1.0"
13905dependencies = [
13906 "anyhow",
13907 "async-recursion 1.1.1",
13908 "breadcrumbs",
13909 "client",
13910 "collections",
13911 "db",
13912 "dirs 4.0.0",
13913 "editor",
13914 "futures 0.3.31",
13915 "gpui",
13916 "itertools 0.14.0",
13917 "language",
13918 "log",
13919 "project",
13920 "rand 0.8.5",
13921 "schemars",
13922 "search",
13923 "serde",
13924 "serde_json",
13925 "settings",
13926 "shellexpand 2.1.2",
13927 "smol",
13928 "task",
13929 "terminal",
13930 "theme",
13931 "ui",
13932 "util",
13933 "workspace",
13934 "zed_actions",
13935]
13936
13937[[package]]
13938name = "text"
13939version = "0.1.0"
13940dependencies = [
13941 "anyhow",
13942 "clock",
13943 "collections",
13944 "ctor",
13945 "env_logger 0.11.7",
13946 "gpui",
13947 "http_client",
13948 "log",
13949 "parking_lot",
13950 "postage",
13951 "rand 0.8.5",
13952 "regex",
13953 "rope",
13954 "smallvec",
13955 "sum_tree",
13956 "util",
13957]
13958
13959[[package]]
13960name = "theme"
13961version = "0.1.0"
13962dependencies = [
13963 "anyhow",
13964 "collections",
13965 "derive_more",
13966 "fs",
13967 "futures 0.3.31",
13968 "gpui",
13969 "indexmap",
13970 "log",
13971 "palette",
13972 "parking_lot",
13973 "refineable",
13974 "schemars",
13975 "serde",
13976 "serde_derive",
13977 "serde_json",
13978 "serde_json_lenient",
13979 "serde_repr",
13980 "settings",
13981 "strum",
13982 "thiserror 2.0.12",
13983 "util",
13984 "uuid",
13985]
13986
13987[[package]]
13988name = "theme_extension"
13989version = "0.1.0"
13990dependencies = [
13991 "anyhow",
13992 "extension",
13993 "fs",
13994 "gpui",
13995 "theme",
13996]
13997
13998[[package]]
13999name = "theme_importer"
14000version = "0.1.0"
14001dependencies = [
14002 "anyhow",
14003 "clap",
14004 "gpui",
14005 "indexmap",
14006 "log",
14007 "palette",
14008 "rust-embed",
14009 "serde",
14010 "serde_json",
14011 "serde_json_lenient",
14012 "simplelog",
14013 "strum",
14014 "theme",
14015 "vscode_theme",
14016]
14017
14018[[package]]
14019name = "theme_selector"
14020version = "0.1.0"
14021dependencies = [
14022 "fs",
14023 "fuzzy",
14024 "gpui",
14025 "log",
14026 "picker",
14027 "serde",
14028 "settings",
14029 "telemetry",
14030 "theme",
14031 "ui",
14032 "util",
14033 "workspace",
14034 "zed_actions",
14035]
14036
14037[[package]]
14038name = "thiserror"
14039version = "1.0.69"
14040source = "registry+https://github.com/rust-lang/crates.io-index"
14041checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
14042dependencies = [
14043 "thiserror-impl 1.0.69",
14044]
14045
14046[[package]]
14047name = "thiserror"
14048version = "2.0.12"
14049source = "registry+https://github.com/rust-lang/crates.io-index"
14050checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
14051dependencies = [
14052 "thiserror-impl 2.0.12",
14053]
14054
14055[[package]]
14056name = "thiserror-impl"
14057version = "1.0.69"
14058source = "registry+https://github.com/rust-lang/crates.io-index"
14059checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
14060dependencies = [
14061 "proc-macro2",
14062 "quote",
14063 "syn 2.0.100",
14064]
14065
14066[[package]]
14067name = "thiserror-impl"
14068version = "2.0.12"
14069source = "registry+https://github.com/rust-lang/crates.io-index"
14070checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
14071dependencies = [
14072 "proc-macro2",
14073 "quote",
14074 "syn 2.0.100",
14075]
14076
14077[[package]]
14078name = "thread_local"
14079version = "1.1.8"
14080source = "registry+https://github.com/rust-lang/crates.io-index"
14081checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
14082dependencies = [
14083 "cfg-if",
14084 "once_cell",
14085]
14086
14087[[package]]
14088name = "tiff"
14089version = "0.9.1"
14090source = "registry+https://github.com/rust-lang/crates.io-index"
14091checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
14092dependencies = [
14093 "flate2",
14094 "jpeg-decoder",
14095 "weezl",
14096]
14097
14098[[package]]
14099name = "tiktoken-rs"
14100version = "0.6.0"
14101source = "registry+https://github.com/rust-lang/crates.io-index"
14102checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
14103dependencies = [
14104 "anyhow",
14105 "base64 0.21.7",
14106 "bstr",
14107 "fancy-regex 0.13.0",
14108 "lazy_static",
14109 "parking_lot",
14110 "regex",
14111 "rustc-hash 1.1.0",
14112]
14113
14114[[package]]
14115name = "time"
14116version = "0.3.41"
14117source = "registry+https://github.com/rust-lang/crates.io-index"
14118checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
14119dependencies = [
14120 "deranged",
14121 "itoa",
14122 "libc",
14123 "num-conv",
14124 "num_threads",
14125 "powerfmt",
14126 "serde",
14127 "time-core",
14128 "time-macros",
14129]
14130
14131[[package]]
14132name = "time-core"
14133version = "0.1.4"
14134source = "registry+https://github.com/rust-lang/crates.io-index"
14135checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
14136
14137[[package]]
14138name = "time-macros"
14139version = "0.2.22"
14140source = "registry+https://github.com/rust-lang/crates.io-index"
14141checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
14142dependencies = [
14143 "num-conv",
14144 "time-core",
14145]
14146
14147[[package]]
14148name = "time_format"
14149version = "0.1.0"
14150dependencies = [
14151 "core-foundation 0.10.0",
14152 "core-foundation-sys",
14153 "sys-locale",
14154 "time",
14155]
14156
14157[[package]]
14158name = "tiny-keccak"
14159version = "2.0.2"
14160source = "registry+https://github.com/rust-lang/crates.io-index"
14161checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
14162dependencies = [
14163 "crunchy",
14164]
14165
14166[[package]]
14167name = "tiny-skia"
14168version = "0.11.4"
14169source = "registry+https://github.com/rust-lang/crates.io-index"
14170checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
14171dependencies = [
14172 "arrayref",
14173 "arrayvec",
14174 "bytemuck",
14175 "cfg-if",
14176 "log",
14177 "png",
14178 "tiny-skia-path",
14179]
14180
14181[[package]]
14182name = "tiny-skia-path"
14183version = "0.11.4"
14184source = "registry+https://github.com/rust-lang/crates.io-index"
14185checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
14186dependencies = [
14187 "arrayref",
14188 "bytemuck",
14189 "strict-num",
14190]
14191
14192[[package]]
14193name = "tiny_http"
14194version = "0.8.2"
14195source = "registry+https://github.com/rust-lang/crates.io-index"
14196checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
14197dependencies = [
14198 "ascii",
14199 "chrono",
14200 "chunked_transfer",
14201 "log",
14202 "url",
14203]
14204
14205[[package]]
14206name = "tinystr"
14207version = "0.7.6"
14208source = "registry+https://github.com/rust-lang/crates.io-index"
14209checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
14210dependencies = [
14211 "displaydoc",
14212 "zerovec",
14213]
14214
14215[[package]]
14216name = "tinytemplate"
14217version = "1.2.1"
14218source = "registry+https://github.com/rust-lang/crates.io-index"
14219checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
14220dependencies = [
14221 "serde",
14222 "serde_json",
14223]
14224
14225[[package]]
14226name = "tinyvec"
14227version = "1.8.0"
14228source = "registry+https://github.com/rust-lang/crates.io-index"
14229checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
14230dependencies = [
14231 "tinyvec_macros",
14232]
14233
14234[[package]]
14235name = "tinyvec_macros"
14236version = "0.1.1"
14237source = "registry+https://github.com/rust-lang/crates.io-index"
14238checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
14239
14240[[package]]
14241name = "title_bar"
14242version = "0.1.0"
14243dependencies = [
14244 "auto_update",
14245 "call",
14246 "chrono",
14247 "client",
14248 "collections",
14249 "db",
14250 "feature_flags",
14251 "gpui",
14252 "http_client",
14253 "notifications",
14254 "pretty_assertions",
14255 "project",
14256 "remote",
14257 "rpc",
14258 "schemars",
14259 "serde",
14260 "settings",
14261 "smallvec",
14262 "story",
14263 "telemetry",
14264 "theme",
14265 "tree-sitter-md",
14266 "ui",
14267 "util",
14268 "windows 0.61.1",
14269 "workspace",
14270 "zed_actions",
14271]
14272
14273[[package]]
14274name = "tokio"
14275version = "1.43.0"
14276source = "registry+https://github.com/rust-lang/crates.io-index"
14277checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
14278dependencies = [
14279 "backtrace",
14280 "bytes 1.10.1",
14281 "libc",
14282 "mio",
14283 "parking_lot",
14284 "pin-project-lite",
14285 "signal-hook-registry",
14286 "socket2",
14287 "tokio-macros",
14288 "windows-sys 0.52.0",
14289]
14290
14291[[package]]
14292name = "tokio-io"
14293version = "0.1.13"
14294source = "registry+https://github.com/rust-lang/crates.io-index"
14295checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
14296dependencies = [
14297 "bytes 0.4.12",
14298 "futures 0.1.31",
14299 "log",
14300]
14301
14302[[package]]
14303name = "tokio-macros"
14304version = "2.5.0"
14305source = "registry+https://github.com/rust-lang/crates.io-index"
14306checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
14307dependencies = [
14308 "proc-macro2",
14309 "quote",
14310 "syn 2.0.100",
14311]
14312
14313[[package]]
14314name = "tokio-native-tls"
14315version = "0.3.1"
14316source = "registry+https://github.com/rust-lang/crates.io-index"
14317checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
14318dependencies = [
14319 "native-tls",
14320 "tokio",
14321]
14322
14323[[package]]
14324name = "tokio-rustls"
14325version = "0.24.1"
14326source = "registry+https://github.com/rust-lang/crates.io-index"
14327checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
14328dependencies = [
14329 "rustls 0.21.12",
14330 "tokio",
14331]
14332
14333[[package]]
14334name = "tokio-rustls"
14335version = "0.26.1"
14336source = "registry+https://github.com/rust-lang/crates.io-index"
14337checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
14338dependencies = [
14339 "rustls 0.23.25",
14340 "tokio",
14341]
14342
14343[[package]]
14344name = "tokio-socks"
14345version = "0.5.2"
14346source = "registry+https://github.com/rust-lang/crates.io-index"
14347checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
14348dependencies = [
14349 "either",
14350 "futures-io",
14351 "futures-util",
14352 "thiserror 1.0.69",
14353 "tokio",
14354]
14355
14356[[package]]
14357name = "tokio-stream"
14358version = "0.1.17"
14359source = "registry+https://github.com/rust-lang/crates.io-index"
14360checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
14361dependencies = [
14362 "futures-core",
14363 "pin-project-lite",
14364 "tokio",
14365]
14366
14367[[package]]
14368name = "tokio-tungstenite"
14369version = "0.20.1"
14370source = "registry+https://github.com/rust-lang/crates.io-index"
14371checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
14372dependencies = [
14373 "futures-util",
14374 "log",
14375 "tokio",
14376 "tungstenite 0.20.1",
14377]
14378
14379[[package]]
14380name = "tokio-tungstenite"
14381version = "0.21.0"
14382source = "registry+https://github.com/rust-lang/crates.io-index"
14383checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
14384dependencies = [
14385 "futures-util",
14386 "log",
14387 "tokio",
14388 "tungstenite 0.21.0",
14389]
14390
14391[[package]]
14392name = "tokio-tungstenite"
14393version = "0.26.2"
14394source = "registry+https://github.com/rust-lang/crates.io-index"
14395checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
14396dependencies = [
14397 "futures-util",
14398 "log",
14399 "rustls 0.23.25",
14400 "rustls-pki-types",
14401 "tokio",
14402 "tokio-rustls 0.26.1",
14403 "tungstenite 0.26.2",
14404]
14405
14406[[package]]
14407name = "tokio-util"
14408version = "0.7.13"
14409source = "registry+https://github.com/rust-lang/crates.io-index"
14410checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
14411dependencies = [
14412 "bytes 1.10.1",
14413 "futures-core",
14414 "futures-io",
14415 "futures-sink",
14416 "pin-project-lite",
14417 "tokio",
14418]
14419
14420[[package]]
14421name = "toml"
14422version = "0.5.11"
14423source = "registry+https://github.com/rust-lang/crates.io-index"
14424checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
14425dependencies = [
14426 "serde",
14427]
14428
14429[[package]]
14430name = "toml"
14431version = "0.8.20"
14432source = "registry+https://github.com/rust-lang/crates.io-index"
14433checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
14434dependencies = [
14435 "serde",
14436 "serde_spanned",
14437 "toml_datetime",
14438 "toml_edit",
14439]
14440
14441[[package]]
14442name = "toml_datetime"
14443version = "0.6.8"
14444source = "registry+https://github.com/rust-lang/crates.io-index"
14445checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
14446dependencies = [
14447 "serde",
14448]
14449
14450[[package]]
14451name = "toml_edit"
14452version = "0.22.23"
14453source = "registry+https://github.com/rust-lang/crates.io-index"
14454checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee"
14455dependencies = [
14456 "indexmap",
14457 "serde",
14458 "serde_spanned",
14459 "toml_datetime",
14460 "winnow 0.7.1",
14461]
14462
14463[[package]]
14464name = "toolchain_selector"
14465version = "0.1.0"
14466dependencies = [
14467 "editor",
14468 "fuzzy",
14469 "gpui",
14470 "language",
14471 "picker",
14472 "project",
14473 "ui",
14474 "util",
14475 "workspace",
14476]
14477
14478[[package]]
14479name = "topological-sort"
14480version = "0.2.2"
14481source = "registry+https://github.com/rust-lang/crates.io-index"
14482checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
14483
14484[[package]]
14485name = "tower"
14486version = "0.4.13"
14487source = "registry+https://github.com/rust-lang/crates.io-index"
14488checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
14489dependencies = [
14490 "futures-core",
14491 "futures-util",
14492 "pin-project",
14493 "pin-project-lite",
14494 "tokio",
14495 "tower-layer",
14496 "tower-service",
14497 "tracing",
14498]
14499
14500[[package]]
14501name = "tower-http"
14502version = "0.3.5"
14503source = "registry+https://github.com/rust-lang/crates.io-index"
14504checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
14505dependencies = [
14506 "bitflags 1.3.2",
14507 "bytes 1.10.1",
14508 "futures-core",
14509 "futures-util",
14510 "http 0.2.12",
14511 "http-body 0.4.6",
14512 "http-range-header",
14513 "pin-project-lite",
14514 "tower-layer",
14515 "tower-service",
14516]
14517
14518[[package]]
14519name = "tower-http"
14520version = "0.4.4"
14521source = "registry+https://github.com/rust-lang/crates.io-index"
14522checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
14523dependencies = [
14524 "bitflags 2.9.0",
14525 "bytes 1.10.1",
14526 "futures-core",
14527 "futures-util",
14528 "http 0.2.12",
14529 "http-body 0.4.6",
14530 "http-range-header",
14531 "pin-project-lite",
14532 "tower-layer",
14533 "tower-service",
14534 "tracing",
14535]
14536
14537[[package]]
14538name = "tower-layer"
14539version = "0.3.3"
14540source = "registry+https://github.com/rust-lang/crates.io-index"
14541checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
14542
14543[[package]]
14544name = "tower-service"
14545version = "0.3.3"
14546source = "registry+https://github.com/rust-lang/crates.io-index"
14547checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
14548
14549[[package]]
14550name = "tracing"
14551version = "0.1.41"
14552source = "registry+https://github.com/rust-lang/crates.io-index"
14553checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
14554dependencies = [
14555 "log",
14556 "pin-project-lite",
14557 "tracing-attributes",
14558 "tracing-core",
14559]
14560
14561[[package]]
14562name = "tracing-attributes"
14563version = "0.1.28"
14564source = "registry+https://github.com/rust-lang/crates.io-index"
14565checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
14566dependencies = [
14567 "proc-macro2",
14568 "quote",
14569 "syn 2.0.100",
14570]
14571
14572[[package]]
14573name = "tracing-core"
14574version = "0.1.33"
14575source = "registry+https://github.com/rust-lang/crates.io-index"
14576checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
14577dependencies = [
14578 "once_cell",
14579 "valuable",
14580]
14581
14582[[package]]
14583name = "tracing-log"
14584version = "0.2.0"
14585source = "registry+https://github.com/rust-lang/crates.io-index"
14586checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
14587dependencies = [
14588 "log",
14589 "once_cell",
14590 "tracing-core",
14591]
14592
14593[[package]]
14594name = "tracing-serde"
14595version = "0.2.0"
14596source = "registry+https://github.com/rust-lang/crates.io-index"
14597checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
14598dependencies = [
14599 "serde",
14600 "tracing-core",
14601]
14602
14603[[package]]
14604name = "tracing-subscriber"
14605version = "0.3.19"
14606source = "registry+https://github.com/rust-lang/crates.io-index"
14607checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
14608dependencies = [
14609 "matchers",
14610 "nu-ansi-term",
14611 "once_cell",
14612 "regex",
14613 "serde",
14614 "serde_json",
14615 "sharded-slab",
14616 "smallvec",
14617 "thread_local",
14618 "tracing",
14619 "tracing-core",
14620 "tracing-log",
14621 "tracing-serde",
14622]
14623
14624[[package]]
14625name = "trait-variant"
14626version = "0.1.2"
14627source = "registry+https://github.com/rust-lang/crates.io-index"
14628checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
14629dependencies = [
14630 "proc-macro2",
14631 "quote",
14632 "syn 2.0.100",
14633]
14634
14635[[package]]
14636name = "tree-sitter"
14637version = "0.25.3"
14638source = "registry+https://github.com/rust-lang/crates.io-index"
14639checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
14640dependencies = [
14641 "cc",
14642 "regex",
14643 "regex-syntax 0.8.5",
14644 "serde_json",
14645 "streaming-iterator",
14646 "tree-sitter-language",
14647 "wasmtime-c-api-impl",
14648]
14649
14650[[package]]
14651name = "tree-sitter-bash"
14652version = "0.23.3"
14653source = "registry+https://github.com/rust-lang/crates.io-index"
14654checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
14655dependencies = [
14656 "cc",
14657 "tree-sitter-language",
14658]
14659
14660[[package]]
14661name = "tree-sitter-c"
14662version = "0.23.4"
14663source = "registry+https://github.com/rust-lang/crates.io-index"
14664checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
14665dependencies = [
14666 "cc",
14667 "tree-sitter-language",
14668]
14669
14670[[package]]
14671name = "tree-sitter-cpp"
14672version = "0.23.4"
14673source = "registry+https://github.com/rust-lang/crates.io-index"
14674checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
14675dependencies = [
14676 "cc",
14677 "tree-sitter-language",
14678]
14679
14680[[package]]
14681name = "tree-sitter-css"
14682version = "0.23.2"
14683source = "registry+https://github.com/rust-lang/crates.io-index"
14684checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
14685dependencies = [
14686 "cc",
14687 "tree-sitter-language",
14688]
14689
14690[[package]]
14691name = "tree-sitter-diff"
14692version = "0.1.0"
14693source = "registry+https://github.com/rust-lang/crates.io-index"
14694checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
14695dependencies = [
14696 "cc",
14697 "tree-sitter-language",
14698]
14699
14700[[package]]
14701name = "tree-sitter-elixir"
14702version = "0.3.4"
14703source = "registry+https://github.com/rust-lang/crates.io-index"
14704checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
14705dependencies = [
14706 "cc",
14707 "tree-sitter-language",
14708]
14709
14710[[package]]
14711name = "tree-sitter-embedded-template"
14712version = "0.23.2"
14713source = "registry+https://github.com/rust-lang/crates.io-index"
14714checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
14715dependencies = [
14716 "cc",
14717 "tree-sitter-language",
14718]
14719
14720[[package]]
14721name = "tree-sitter-gitcommit"
14722version = "0.0.1"
14723source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
14724dependencies = [
14725 "cc",
14726 "tree-sitter-language",
14727]
14728
14729[[package]]
14730name = "tree-sitter-go"
14731version = "0.23.4"
14732source = "registry+https://github.com/rust-lang/crates.io-index"
14733checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
14734dependencies = [
14735 "cc",
14736 "tree-sitter-language",
14737]
14738
14739[[package]]
14740name = "tree-sitter-gomod"
14741version = "1.1.1"
14742source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
14743dependencies = [
14744 "cc",
14745 "tree-sitter-language",
14746]
14747
14748[[package]]
14749name = "tree-sitter-gowork"
14750version = "0.0.1"
14751source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
14752dependencies = [
14753 "cc",
14754 "tree-sitter-language",
14755]
14756
14757[[package]]
14758name = "tree-sitter-heex"
14759version = "0.0.1"
14760source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
14761dependencies = [
14762 "cc",
14763 "tree-sitter-language",
14764]
14765
14766[[package]]
14767name = "tree-sitter-html"
14768version = "0.23.2"
14769source = "registry+https://github.com/rust-lang/crates.io-index"
14770checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
14771dependencies = [
14772 "cc",
14773 "tree-sitter-language",
14774]
14775
14776[[package]]
14777name = "tree-sitter-jsdoc"
14778version = "0.23.2"
14779source = "registry+https://github.com/rust-lang/crates.io-index"
14780checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
14781dependencies = [
14782 "cc",
14783 "tree-sitter-language",
14784]
14785
14786[[package]]
14787name = "tree-sitter-json"
14788version = "0.24.8"
14789source = "registry+https://github.com/rust-lang/crates.io-index"
14790checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
14791dependencies = [
14792 "cc",
14793 "tree-sitter-language",
14794]
14795
14796[[package]]
14797name = "tree-sitter-language"
14798version = "0.1.3"
14799source = "registry+https://github.com/rust-lang/crates.io-index"
14800checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
14801
14802[[package]]
14803name = "tree-sitter-md"
14804version = "0.3.2"
14805source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
14806dependencies = [
14807 "cc",
14808 "tree-sitter-language",
14809]
14810
14811[[package]]
14812name = "tree-sitter-python"
14813version = "0.23.6"
14814source = "registry+https://github.com/rust-lang/crates.io-index"
14815checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
14816dependencies = [
14817 "cc",
14818 "tree-sitter-language",
14819]
14820
14821[[package]]
14822name = "tree-sitter-regex"
14823version = "0.24.3"
14824source = "registry+https://github.com/rust-lang/crates.io-index"
14825checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
14826dependencies = [
14827 "cc",
14828 "tree-sitter-language",
14829]
14830
14831[[package]]
14832name = "tree-sitter-ruby"
14833version = "0.23.1"
14834source = "registry+https://github.com/rust-lang/crates.io-index"
14835checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
14836dependencies = [
14837 "cc",
14838 "tree-sitter-language",
14839]
14840
14841[[package]]
14842name = "tree-sitter-rust"
14843version = "0.23.2"
14844source = "registry+https://github.com/rust-lang/crates.io-index"
14845checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
14846dependencies = [
14847 "cc",
14848 "tree-sitter-language",
14849]
14850
14851[[package]]
14852name = "tree-sitter-typescript"
14853version = "0.23.2"
14854source = "registry+https://github.com/rust-lang/crates.io-index"
14855checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
14856dependencies = [
14857 "cc",
14858 "tree-sitter-language",
14859]
14860
14861[[package]]
14862name = "tree-sitter-yaml"
14863version = "0.6.1"
14864source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
14865dependencies = [
14866 "cc",
14867 "tree-sitter-language",
14868]
14869
14870[[package]]
14871name = "try-lock"
14872version = "0.2.5"
14873source = "registry+https://github.com/rust-lang/crates.io-index"
14874checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
14875
14876[[package]]
14877name = "ttf-parser"
14878version = "0.20.0"
14879source = "registry+https://github.com/rust-lang/crates.io-index"
14880checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
14881
14882[[package]]
14883name = "ttf-parser"
14884version = "0.21.1"
14885source = "registry+https://github.com/rust-lang/crates.io-index"
14886checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
14887
14888[[package]]
14889name = "ttf-parser"
14890version = "0.25.1"
14891source = "registry+https://github.com/rust-lang/crates.io-index"
14892checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
14893dependencies = [
14894 "core_maths",
14895]
14896
14897[[package]]
14898name = "tungstenite"
14899version = "0.20.1"
14900source = "registry+https://github.com/rust-lang/crates.io-index"
14901checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
14902dependencies = [
14903 "byteorder",
14904 "bytes 1.10.1",
14905 "data-encoding",
14906 "http 0.2.12",
14907 "httparse",
14908 "log",
14909 "rand 0.8.5",
14910 "sha1",
14911 "thiserror 1.0.69",
14912 "url",
14913 "utf-8",
14914]
14915
14916[[package]]
14917name = "tungstenite"
14918version = "0.21.0"
14919source = "registry+https://github.com/rust-lang/crates.io-index"
14920checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
14921dependencies = [
14922 "byteorder",
14923 "bytes 1.10.1",
14924 "data-encoding",
14925 "http 1.2.0",
14926 "httparse",
14927 "log",
14928 "rand 0.8.5",
14929 "sha1",
14930 "thiserror 1.0.69",
14931 "url",
14932 "utf-8",
14933]
14934
14935[[package]]
14936name = "tungstenite"
14937version = "0.24.0"
14938source = "registry+https://github.com/rust-lang/crates.io-index"
14939checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
14940dependencies = [
14941 "byteorder",
14942 "bytes 1.10.1",
14943 "data-encoding",
14944 "http 1.2.0",
14945 "httparse",
14946 "log",
14947 "rand 0.8.5",
14948 "sha1",
14949 "thiserror 1.0.69",
14950 "utf-8",
14951]
14952
14953[[package]]
14954name = "tungstenite"
14955version = "0.26.2"
14956source = "registry+https://github.com/rust-lang/crates.io-index"
14957checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
14958dependencies = [
14959 "bytes 1.10.1",
14960 "data-encoding",
14961 "http 1.2.0",
14962 "httparse",
14963 "log",
14964 "rand 0.9.0",
14965 "rustls 0.23.25",
14966 "rustls-pki-types",
14967 "sha1",
14968 "thiserror 2.0.12",
14969 "utf-8",
14970]
14971
14972[[package]]
14973name = "typeid"
14974version = "1.0.2"
14975source = "registry+https://github.com/rust-lang/crates.io-index"
14976checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
14977
14978[[package]]
14979name = "typenum"
14980version = "1.17.0"
14981source = "registry+https://github.com/rust-lang/crates.io-index"
14982checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
14983
14984[[package]]
14985name = "ucd-trie"
14986version = "0.1.7"
14987source = "registry+https://github.com/rust-lang/crates.io-index"
14988checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
14989
14990[[package]]
14991name = "uds_windows"
14992version = "1.1.0"
14993source = "registry+https://github.com/rust-lang/crates.io-index"
14994checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
14995dependencies = [
14996 "memoffset",
14997 "tempfile",
14998 "winapi",
14999]
15000
15001[[package]]
15002name = "ui"
15003version = "0.1.0"
15004dependencies = [
15005 "chrono",
15006 "component",
15007 "gpui",
15008 "icons",
15009 "itertools 0.14.0",
15010 "linkme",
15011 "menu",
15012 "serde",
15013 "settings",
15014 "smallvec",
15015 "story",
15016 "strum",
15017 "theme",
15018 "ui_macros",
15019 "util",
15020 "windows 0.61.1",
15021]
15022
15023[[package]]
15024name = "ui_input"
15025version = "0.1.0"
15026dependencies = [
15027 "editor",
15028 "gpui",
15029 "settings",
15030 "theme",
15031 "ui",
15032]
15033
15034[[package]]
15035name = "ui_macros"
15036version = "0.1.0"
15037dependencies = [
15038 "convert_case 0.8.0",
15039 "linkme",
15040 "proc-macro2",
15041 "quote",
15042 "syn 1.0.109",
15043]
15044
15045[[package]]
15046name = "ui_prompt"
15047version = "0.1.0"
15048dependencies = [
15049 "gpui",
15050 "markdown",
15051 "menu",
15052 "settings",
15053 "theme",
15054 "ui",
15055 "workspace",
15056]
15057
15058[[package]]
15059name = "unicase"
15060version = "2.8.1"
15061source = "registry+https://github.com/rust-lang/crates.io-index"
15062checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
15063
15064[[package]]
15065name = "unicode-bidi"
15066version = "0.3.17"
15067source = "registry+https://github.com/rust-lang/crates.io-index"
15068checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
15069
15070[[package]]
15071name = "unicode-bidi-mirroring"
15072version = "0.2.0"
15073source = "registry+https://github.com/rust-lang/crates.io-index"
15074checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
15075
15076[[package]]
15077name = "unicode-bidi-mirroring"
15078version = "0.4.0"
15079source = "registry+https://github.com/rust-lang/crates.io-index"
15080checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
15081
15082[[package]]
15083name = "unicode-ccc"
15084version = "0.2.0"
15085source = "registry+https://github.com/rust-lang/crates.io-index"
15086checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
15087
15088[[package]]
15089name = "unicode-ccc"
15090version = "0.4.0"
15091source = "registry+https://github.com/rust-lang/crates.io-index"
15092checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
15093
15094[[package]]
15095name = "unicode-ident"
15096version = "1.0.14"
15097source = "registry+https://github.com/rust-lang/crates.io-index"
15098checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
15099
15100[[package]]
15101name = "unicode-linebreak"
15102version = "0.1.5"
15103source = "registry+https://github.com/rust-lang/crates.io-index"
15104checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
15105
15106[[package]]
15107name = "unicode-normalization"
15108version = "0.1.24"
15109source = "registry+https://github.com/rust-lang/crates.io-index"
15110checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
15111dependencies = [
15112 "tinyvec",
15113]
15114
15115[[package]]
15116name = "unicode-properties"
15117version = "0.1.3"
15118source = "registry+https://github.com/rust-lang/crates.io-index"
15119checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
15120
15121[[package]]
15122name = "unicode-script"
15123version = "0.5.7"
15124source = "registry+https://github.com/rust-lang/crates.io-index"
15125checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
15126
15127[[package]]
15128name = "unicode-segmentation"
15129version = "1.12.0"
15130source = "registry+https://github.com/rust-lang/crates.io-index"
15131checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
15132
15133[[package]]
15134name = "unicode-vo"
15135version = "0.1.0"
15136source = "registry+https://github.com/rust-lang/crates.io-index"
15137checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
15138
15139[[package]]
15140name = "unicode-width"
15141version = "0.1.14"
15142source = "registry+https://github.com/rust-lang/crates.io-index"
15143checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
15144
15145[[package]]
15146name = "unicode-xid"
15147version = "0.2.6"
15148source = "registry+https://github.com/rust-lang/crates.io-index"
15149checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
15150
15151[[package]]
15152name = "unicode_categories"
15153version = "0.1.1"
15154source = "registry+https://github.com/rust-lang/crates.io-index"
15155checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
15156
15157[[package]]
15158name = "unindent"
15159version = "0.2.4"
15160source = "registry+https://github.com/rust-lang/crates.io-index"
15161checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
15162
15163[[package]]
15164name = "untrusted"
15165version = "0.9.0"
15166source = "registry+https://github.com/rust-lang/crates.io-index"
15167checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
15168
15169[[package]]
15170name = "url"
15171version = "2.5.4"
15172source = "registry+https://github.com/rust-lang/crates.io-index"
15173checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
15174dependencies = [
15175 "form_urlencoded",
15176 "idna",
15177 "percent-encoding",
15178 "serde",
15179]
15180
15181[[package]]
15182name = "urlencoding"
15183version = "2.1.3"
15184source = "registry+https://github.com/rust-lang/crates.io-index"
15185checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
15186
15187[[package]]
15188name = "usvg"
15189version = "0.45.0"
15190source = "registry+https://github.com/rust-lang/crates.io-index"
15191checksum = "2ac8e0e3e4696253dc06167990b3fe9a2668ab66270adf949a464db4088cb354"
15192dependencies = [
15193 "base64 0.22.1",
15194 "data-url",
15195 "flate2",
15196 "fontdb 0.23.0",
15197 "imagesize",
15198 "kurbo",
15199 "log",
15200 "pico-args",
15201 "roxmltree",
15202 "rustybuzz 0.20.1",
15203 "simplecss",
15204 "siphasher 1.0.1",
15205 "strict-num",
15206 "svgtypes",
15207 "tiny-skia-path",
15208 "unicode-bidi",
15209 "unicode-script",
15210 "unicode-vo",
15211 "xmlwriter",
15212]
15213
15214[[package]]
15215name = "utf-8"
15216version = "0.7.6"
15217source = "registry+https://github.com/rust-lang/crates.io-index"
15218checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
15219
15220[[package]]
15221name = "utf16_iter"
15222version = "1.0.5"
15223source = "registry+https://github.com/rust-lang/crates.io-index"
15224checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
15225
15226[[package]]
15227name = "utf8_iter"
15228version = "1.0.4"
15229source = "registry+https://github.com/rust-lang/crates.io-index"
15230checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
15231
15232[[package]]
15233name = "utf8parse"
15234version = "0.2.2"
15235source = "registry+https://github.com/rust-lang/crates.io-index"
15236checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
15237
15238[[package]]
15239name = "util"
15240version = "0.1.0"
15241dependencies = [
15242 "anyhow",
15243 "async-fs",
15244 "collections",
15245 "dirs 4.0.0",
15246 "dunce",
15247 "futures 0.3.31",
15248 "futures-lite 1.13.0",
15249 "git2",
15250 "globset",
15251 "itertools 0.14.0",
15252 "libc",
15253 "log",
15254 "rand 0.8.5",
15255 "regex",
15256 "rust-embed",
15257 "serde",
15258 "serde_json",
15259 "smol",
15260 "take-until",
15261 "tempfile",
15262 "tendril",
15263 "unicase",
15264 "util_macros",
15265]
15266
15267[[package]]
15268name = "util_macros"
15269version = "0.1.0"
15270dependencies = [
15271 "quote",
15272 "syn 1.0.109",
15273]
15274
15275[[package]]
15276name = "uuid"
15277version = "1.13.2"
15278source = "registry+https://github.com/rust-lang/crates.io-index"
15279checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6"
15280dependencies = [
15281 "getrandom 0.3.1",
15282 "serde",
15283 "sha1_smol",
15284]
15285
15286[[package]]
15287name = "v_frame"
15288version = "0.3.8"
15289source = "registry+https://github.com/rust-lang/crates.io-index"
15290checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
15291dependencies = [
15292 "aligned-vec",
15293 "num-traits",
15294 "wasm-bindgen",
15295]
15296
15297[[package]]
15298name = "valuable"
15299version = "0.1.0"
15300source = "registry+https://github.com/rust-lang/crates.io-index"
15301checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
15302
15303[[package]]
15304name = "value-bag"
15305version = "1.10.0"
15306source = "registry+https://github.com/rust-lang/crates.io-index"
15307checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
15308dependencies = [
15309 "value-bag-serde1",
15310 "value-bag-sval2",
15311]
15312
15313[[package]]
15314name = "value-bag-serde1"
15315version = "1.10.0"
15316source = "registry+https://github.com/rust-lang/crates.io-index"
15317checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
15318dependencies = [
15319 "erased-serde",
15320 "serde",
15321 "serde_fmt",
15322]
15323
15324[[package]]
15325name = "value-bag-sval2"
15326version = "1.10.0"
15327source = "registry+https://github.com/rust-lang/crates.io-index"
15328checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
15329dependencies = [
15330 "sval",
15331 "sval_buffer",
15332 "sval_dynamic",
15333 "sval_fmt",
15334 "sval_json",
15335 "sval_ref",
15336 "sval_serde",
15337]
15338
15339[[package]]
15340name = "vcpkg"
15341version = "0.2.15"
15342source = "registry+https://github.com/rust-lang/crates.io-index"
15343checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
15344
15345[[package]]
15346name = "version-compare"
15347version = "0.2.0"
15348source = "registry+https://github.com/rust-lang/crates.io-index"
15349checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
15350
15351[[package]]
15352name = "version_check"
15353version = "0.9.5"
15354source = "registry+https://github.com/rust-lang/crates.io-index"
15355checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
15356
15357[[package]]
15358name = "vim"
15359version = "0.1.0"
15360dependencies = [
15361 "anyhow",
15362 "assets",
15363 "async-compat",
15364 "async-trait",
15365 "collections",
15366 "command_palette",
15367 "command_palette_hooks",
15368 "db",
15369 "editor",
15370 "futures 0.3.31",
15371 "git_ui",
15372 "gpui",
15373 "indoc",
15374 "itertools 0.14.0",
15375 "language",
15376 "libc",
15377 "log",
15378 "lsp",
15379 "multi_buffer",
15380 "nvim-rs",
15381 "parking_lot",
15382 "picker",
15383 "project",
15384 "project_panel",
15385 "regex",
15386 "release_channel",
15387 "schemars",
15388 "search",
15389 "serde",
15390 "serde_derive",
15391 "serde_json",
15392 "settings",
15393 "task",
15394 "text",
15395 "theme",
15396 "tokio",
15397 "ui",
15398 "util",
15399 "vim_mode_setting",
15400 "workspace",
15401 "zed_actions",
15402]
15403
15404[[package]]
15405name = "vim_mode_setting"
15406version = "0.1.0"
15407dependencies = [
15408 "anyhow",
15409 "gpui",
15410 "settings",
15411]
15412
15413[[package]]
15414name = "vscode_theme"
15415version = "0.2.0"
15416source = "registry+https://github.com/rust-lang/crates.io-index"
15417checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
15418dependencies = [
15419 "serde",
15420]
15421
15422[[package]]
15423name = "vsimd"
15424version = "0.8.0"
15425source = "registry+https://github.com/rust-lang/crates.io-index"
15426checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
15427
15428[[package]]
15429name = "vswhom"
15430version = "0.1.0"
15431source = "registry+https://github.com/rust-lang/crates.io-index"
15432checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
15433dependencies = [
15434 "libc",
15435 "vswhom-sys",
15436]
15437
15438[[package]]
15439name = "vswhom-sys"
15440version = "0.1.2"
15441source = "registry+https://github.com/rust-lang/crates.io-index"
15442checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
15443dependencies = [
15444 "cc",
15445 "libc",
15446]
15447
15448[[package]]
15449name = "vte"
15450version = "0.15.0"
15451source = "registry+https://github.com/rust-lang/crates.io-index"
15452checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
15453dependencies = [
15454 "arrayvec",
15455 "bitflags 2.9.0",
15456 "cursor-icon",
15457 "log",
15458 "memchr",
15459 "serde",
15460]
15461
15462[[package]]
15463name = "waker-fn"
15464version = "1.2.0"
15465source = "registry+https://github.com/rust-lang/crates.io-index"
15466checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
15467
15468[[package]]
15469name = "walkdir"
15470version = "2.5.0"
15471source = "registry+https://github.com/rust-lang/crates.io-index"
15472checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
15473dependencies = [
15474 "same-file",
15475 "winapi-util",
15476]
15477
15478[[package]]
15479name = "want"
15480version = "0.3.1"
15481source = "registry+https://github.com/rust-lang/crates.io-index"
15482checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
15483dependencies = [
15484 "try-lock",
15485]
15486
15487[[package]]
15488name = "warp"
15489version = "0.3.7"
15490source = "registry+https://github.com/rust-lang/crates.io-index"
15491checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
15492dependencies = [
15493 "bytes 1.10.1",
15494 "futures-channel",
15495 "futures-util",
15496 "headers",
15497 "http 0.2.12",
15498 "hyper 0.14.32",
15499 "log",
15500 "mime",
15501 "mime_guess",
15502 "percent-encoding",
15503 "pin-project",
15504 "scoped-tls",
15505 "serde",
15506 "serde_json",
15507 "serde_urlencoded",
15508 "tokio",
15509 "tokio-tungstenite 0.21.0",
15510 "tokio-util",
15511 "tower-service",
15512 "tracing",
15513]
15514
15515[[package]]
15516name = "wasi"
15517version = "0.9.0+wasi-snapshot-preview1"
15518source = "registry+https://github.com/rust-lang/crates.io-index"
15519checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
15520
15521[[package]]
15522name = "wasi"
15523version = "0.11.0+wasi-snapshot-preview1"
15524source = "registry+https://github.com/rust-lang/crates.io-index"
15525checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
15526
15527[[package]]
15528name = "wasi"
15529version = "0.13.3+wasi-0.2.2"
15530source = "registry+https://github.com/rust-lang/crates.io-index"
15531checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
15532dependencies = [
15533 "wit-bindgen-rt 0.33.0",
15534]
15535
15536[[package]]
15537name = "wasite"
15538version = "0.1.0"
15539source = "registry+https://github.com/rust-lang/crates.io-index"
15540checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
15541
15542[[package]]
15543name = "wasm-bindgen"
15544version = "0.2.99"
15545source = "registry+https://github.com/rust-lang/crates.io-index"
15546checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
15547dependencies = [
15548 "cfg-if",
15549 "once_cell",
15550 "wasm-bindgen-macro",
15551]
15552
15553[[package]]
15554name = "wasm-bindgen-backend"
15555version = "0.2.99"
15556source = "registry+https://github.com/rust-lang/crates.io-index"
15557checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
15558dependencies = [
15559 "bumpalo",
15560 "log",
15561 "proc-macro2",
15562 "quote",
15563 "syn 2.0.100",
15564 "wasm-bindgen-shared",
15565]
15566
15567[[package]]
15568name = "wasm-bindgen-futures"
15569version = "0.4.49"
15570source = "registry+https://github.com/rust-lang/crates.io-index"
15571checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
15572dependencies = [
15573 "cfg-if",
15574 "js-sys",
15575 "once_cell",
15576 "wasm-bindgen",
15577 "web-sys",
15578]
15579
15580[[package]]
15581name = "wasm-bindgen-macro"
15582version = "0.2.99"
15583source = "registry+https://github.com/rust-lang/crates.io-index"
15584checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
15585dependencies = [
15586 "quote",
15587 "wasm-bindgen-macro-support",
15588]
15589
15590[[package]]
15591name = "wasm-bindgen-macro-support"
15592version = "0.2.99"
15593source = "registry+https://github.com/rust-lang/crates.io-index"
15594checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
15595dependencies = [
15596 "proc-macro2",
15597 "quote",
15598 "syn 2.0.100",
15599 "wasm-bindgen-backend",
15600 "wasm-bindgen-shared",
15601]
15602
15603[[package]]
15604name = "wasm-bindgen-shared"
15605version = "0.2.99"
15606source = "registry+https://github.com/rust-lang/crates.io-index"
15607checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
15608
15609[[package]]
15610name = "wasm-encoder"
15611version = "0.201.0"
15612source = "registry+https://github.com/rust-lang/crates.io-index"
15613checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
15614dependencies = [
15615 "leb128",
15616]
15617
15618[[package]]
15619name = "wasm-encoder"
15620version = "0.221.3"
15621source = "registry+https://github.com/rust-lang/crates.io-index"
15622checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
15623dependencies = [
15624 "leb128",
15625 "wasmparser 0.221.3",
15626]
15627
15628[[package]]
15629name = "wasm-metadata"
15630version = "0.201.0"
15631source = "registry+https://github.com/rust-lang/crates.io-index"
15632checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
15633dependencies = [
15634 "anyhow",
15635 "indexmap",
15636 "serde",
15637 "serde_derive",
15638 "serde_json",
15639 "spdx",
15640 "wasm-encoder 0.201.0",
15641 "wasmparser 0.201.0",
15642]
15643
15644[[package]]
15645name = "wasm-metadata"
15646version = "0.221.3"
15647source = "registry+https://github.com/rust-lang/crates.io-index"
15648checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
15649dependencies = [
15650 "anyhow",
15651 "indexmap",
15652 "serde",
15653 "serde_derive",
15654 "serde_json",
15655 "spdx",
15656 "wasm-encoder 0.221.3",
15657 "wasmparser 0.221.3",
15658]
15659
15660[[package]]
15661name = "wasm-streams"
15662version = "0.4.2"
15663source = "registry+https://github.com/rust-lang/crates.io-index"
15664checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
15665dependencies = [
15666 "futures-util",
15667 "js-sys",
15668 "wasm-bindgen",
15669 "wasm-bindgen-futures",
15670 "web-sys",
15671]
15672
15673[[package]]
15674name = "wasmparser"
15675version = "0.201.0"
15676source = "registry+https://github.com/rust-lang/crates.io-index"
15677checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
15678dependencies = [
15679 "bitflags 2.9.0",
15680 "indexmap",
15681 "semver",
15682]
15683
15684[[package]]
15685name = "wasmparser"
15686version = "0.221.3"
15687source = "registry+https://github.com/rust-lang/crates.io-index"
15688checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
15689dependencies = [
15690 "bitflags 2.9.0",
15691 "hashbrown 0.15.2",
15692 "indexmap",
15693 "semver",
15694 "serde",
15695]
15696
15697[[package]]
15698name = "wasmprinter"
15699version = "0.221.3"
15700source = "registry+https://github.com/rust-lang/crates.io-index"
15701checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
15702dependencies = [
15703 "anyhow",
15704 "termcolor",
15705 "wasmparser 0.221.3",
15706]
15707
15708[[package]]
15709name = "wasmtime"
15710version = "29.0.1"
15711source = "registry+https://github.com/rust-lang/crates.io-index"
15712checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
15713dependencies = [
15714 "anyhow",
15715 "async-trait",
15716 "bitflags 2.9.0",
15717 "bumpalo",
15718 "cc",
15719 "cfg-if",
15720 "encoding_rs",
15721 "hashbrown 0.14.5",
15722 "indexmap",
15723 "libc",
15724 "log",
15725 "mach2",
15726 "memfd",
15727 "object",
15728 "once_cell",
15729 "paste",
15730 "postcard",
15731 "psm",
15732 "pulley-interpreter",
15733 "rustix",
15734 "semver",
15735 "serde",
15736 "serde_derive",
15737 "smallvec",
15738 "sptr",
15739 "target-lexicon 0.13.2",
15740 "trait-variant",
15741 "wasmparser 0.221.3",
15742 "wasmtime-asm-macros",
15743 "wasmtime-component-macro",
15744 "wasmtime-component-util",
15745 "wasmtime-cranelift",
15746 "wasmtime-environ",
15747 "wasmtime-fiber",
15748 "wasmtime-jit-icache-coherence",
15749 "wasmtime-math",
15750 "wasmtime-slab",
15751 "wasmtime-versioned-export-macros",
15752 "wasmtime-winch",
15753 "windows-sys 0.59.0",
15754]
15755
15756[[package]]
15757name = "wasmtime-asm-macros"
15758version = "29.0.1"
15759source = "registry+https://github.com/rust-lang/crates.io-index"
15760checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
15761dependencies = [
15762 "cfg-if",
15763]
15764
15765[[package]]
15766name = "wasmtime-c-api-impl"
15767version = "29.0.1"
15768source = "registry+https://github.com/rust-lang/crates.io-index"
15769checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
15770dependencies = [
15771 "anyhow",
15772 "log",
15773 "tracing",
15774 "wasmtime",
15775 "wasmtime-c-api-macros",
15776]
15777
15778[[package]]
15779name = "wasmtime-c-api-macros"
15780version = "29.0.1"
15781source = "registry+https://github.com/rust-lang/crates.io-index"
15782checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
15783dependencies = [
15784 "proc-macro2",
15785 "quote",
15786]
15787
15788[[package]]
15789name = "wasmtime-component-macro"
15790version = "29.0.1"
15791source = "registry+https://github.com/rust-lang/crates.io-index"
15792checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
15793dependencies = [
15794 "anyhow",
15795 "proc-macro2",
15796 "quote",
15797 "syn 2.0.100",
15798 "wasmtime-component-util",
15799 "wasmtime-wit-bindgen",
15800 "wit-parser 0.221.3",
15801]
15802
15803[[package]]
15804name = "wasmtime-component-util"
15805version = "29.0.1"
15806source = "registry+https://github.com/rust-lang/crates.io-index"
15807checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
15808
15809[[package]]
15810name = "wasmtime-cranelift"
15811version = "29.0.1"
15812source = "registry+https://github.com/rust-lang/crates.io-index"
15813checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
15814dependencies = [
15815 "anyhow",
15816 "cfg-if",
15817 "cranelift-codegen",
15818 "cranelift-control",
15819 "cranelift-entity",
15820 "cranelift-frontend",
15821 "cranelift-native",
15822 "gimli",
15823 "itertools 0.12.1",
15824 "log",
15825 "object",
15826 "smallvec",
15827 "target-lexicon 0.13.2",
15828 "thiserror 1.0.69",
15829 "wasmparser 0.221.3",
15830 "wasmtime-environ",
15831 "wasmtime-versioned-export-macros",
15832]
15833
15834[[package]]
15835name = "wasmtime-environ"
15836version = "29.0.1"
15837source = "registry+https://github.com/rust-lang/crates.io-index"
15838checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
15839dependencies = [
15840 "anyhow",
15841 "cpp_demangle",
15842 "cranelift-bitset",
15843 "cranelift-entity",
15844 "gimli",
15845 "indexmap",
15846 "log",
15847 "object",
15848 "postcard",
15849 "rustc-demangle",
15850 "semver",
15851 "serde",
15852 "serde_derive",
15853 "smallvec",
15854 "target-lexicon 0.13.2",
15855 "wasm-encoder 0.221.3",
15856 "wasmparser 0.221.3",
15857 "wasmprinter",
15858 "wasmtime-component-util",
15859]
15860
15861[[package]]
15862name = "wasmtime-fiber"
15863version = "29.0.1"
15864source = "registry+https://github.com/rust-lang/crates.io-index"
15865checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
15866dependencies = [
15867 "anyhow",
15868 "cc",
15869 "cfg-if",
15870 "rustix",
15871 "wasmtime-asm-macros",
15872 "wasmtime-versioned-export-macros",
15873 "windows-sys 0.59.0",
15874]
15875
15876[[package]]
15877name = "wasmtime-jit-icache-coherence"
15878version = "29.0.1"
15879source = "registry+https://github.com/rust-lang/crates.io-index"
15880checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
15881dependencies = [
15882 "anyhow",
15883 "cfg-if",
15884 "libc",
15885 "windows-sys 0.59.0",
15886]
15887
15888[[package]]
15889name = "wasmtime-math"
15890version = "29.0.1"
15891source = "registry+https://github.com/rust-lang/crates.io-index"
15892checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
15893dependencies = [
15894 "libm",
15895]
15896
15897[[package]]
15898name = "wasmtime-slab"
15899version = "29.0.1"
15900source = "registry+https://github.com/rust-lang/crates.io-index"
15901checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
15902
15903[[package]]
15904name = "wasmtime-versioned-export-macros"
15905version = "29.0.1"
15906source = "registry+https://github.com/rust-lang/crates.io-index"
15907checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
15908dependencies = [
15909 "proc-macro2",
15910 "quote",
15911 "syn 2.0.100",
15912]
15913
15914[[package]]
15915name = "wasmtime-wasi"
15916version = "29.0.1"
15917source = "registry+https://github.com/rust-lang/crates.io-index"
15918checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
15919dependencies = [
15920 "anyhow",
15921 "async-trait",
15922 "bitflags 2.9.0",
15923 "bytes 1.10.1",
15924 "cap-fs-ext",
15925 "cap-net-ext",
15926 "cap-rand",
15927 "cap-std",
15928 "cap-time-ext",
15929 "fs-set-times",
15930 "futures 0.3.31",
15931 "io-extras",
15932 "io-lifetimes",
15933 "rustix",
15934 "system-interface",
15935 "thiserror 1.0.69",
15936 "tokio",
15937 "tracing",
15938 "trait-variant",
15939 "url",
15940 "wasmtime",
15941 "wiggle",
15942 "windows-sys 0.59.0",
15943]
15944
15945[[package]]
15946name = "wasmtime-winch"
15947version = "29.0.1"
15948source = "registry+https://github.com/rust-lang/crates.io-index"
15949checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
15950dependencies = [
15951 "anyhow",
15952 "cranelift-codegen",
15953 "gimli",
15954 "object",
15955 "target-lexicon 0.13.2",
15956 "wasmparser 0.221.3",
15957 "wasmtime-cranelift",
15958 "wasmtime-environ",
15959 "winch-codegen",
15960]
15961
15962[[package]]
15963name = "wasmtime-wit-bindgen"
15964version = "29.0.1"
15965source = "registry+https://github.com/rust-lang/crates.io-index"
15966checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
15967dependencies = [
15968 "anyhow",
15969 "heck 0.5.0",
15970 "indexmap",
15971 "wit-parser 0.221.3",
15972]
15973
15974[[package]]
15975name = "wast"
15976version = "35.0.2"
15977source = "registry+https://github.com/rust-lang/crates.io-index"
15978checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
15979dependencies = [
15980 "leb128",
15981]
15982
15983[[package]]
15984name = "wayland-backend"
15985version = "0.3.8"
15986source = "registry+https://github.com/rust-lang/crates.io-index"
15987checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
15988dependencies = [
15989 "cc",
15990 "downcast-rs",
15991 "rustix",
15992 "scoped-tls",
15993 "smallvec",
15994 "wayland-sys",
15995]
15996
15997[[package]]
15998name = "wayland-client"
15999version = "0.31.8"
16000source = "registry+https://github.com/rust-lang/crates.io-index"
16001checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
16002dependencies = [
16003 "bitflags 2.9.0",
16004 "rustix",
16005 "wayland-backend",
16006 "wayland-scanner",
16007]
16008
16009[[package]]
16010name = "wayland-cursor"
16011version = "0.31.8"
16012source = "registry+https://github.com/rust-lang/crates.io-index"
16013checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
16014dependencies = [
16015 "rustix",
16016 "wayland-client",
16017 "xcursor",
16018]
16019
16020[[package]]
16021name = "wayland-protocols"
16022version = "0.31.2"
16023source = "registry+https://github.com/rust-lang/crates.io-index"
16024checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
16025dependencies = [
16026 "bitflags 2.9.0",
16027 "wayland-backend",
16028 "wayland-client",
16029 "wayland-scanner",
16030]
16031
16032[[package]]
16033name = "wayland-protocols-plasma"
16034version = "0.2.0"
16035source = "registry+https://github.com/rust-lang/crates.io-index"
16036checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
16037dependencies = [
16038 "bitflags 2.9.0",
16039 "wayland-backend",
16040 "wayland-client",
16041 "wayland-protocols",
16042 "wayland-scanner",
16043]
16044
16045[[package]]
16046name = "wayland-scanner"
16047version = "0.31.6"
16048source = "registry+https://github.com/rust-lang/crates.io-index"
16049checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
16050dependencies = [
16051 "proc-macro2",
16052 "quick-xml 0.37.2",
16053 "quote",
16054]
16055
16056[[package]]
16057name = "wayland-sys"
16058version = "0.31.6"
16059source = "registry+https://github.com/rust-lang/crates.io-index"
16060checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
16061dependencies = [
16062 "dlib",
16063 "log",
16064 "once_cell",
16065 "pkg-config",
16066]
16067
16068[[package]]
16069name = "web-sys"
16070version = "0.3.76"
16071source = "registry+https://github.com/rust-lang/crates.io-index"
16072checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
16073dependencies = [
16074 "js-sys",
16075 "wasm-bindgen",
16076]
16077
16078[[package]]
16079name = "web-time"
16080version = "1.1.0"
16081source = "registry+https://github.com/rust-lang/crates.io-index"
16082checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
16083dependencies = [
16084 "js-sys",
16085 "wasm-bindgen",
16086]
16087
16088[[package]]
16089name = "webpki-root-certs"
16090version = "0.26.8"
16091source = "registry+https://github.com/rust-lang/crates.io-index"
16092checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
16093dependencies = [
16094 "rustls-pki-types",
16095]
16096
16097[[package]]
16098name = "webpki-roots"
16099version = "0.26.7"
16100source = "registry+https://github.com/rust-lang/crates.io-index"
16101checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
16102dependencies = [
16103 "rustls-pki-types",
16104]
16105
16106[[package]]
16107name = "webrtc-sys"
16108version = "0.3.7"
16109source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
16110dependencies = [
16111 "cc",
16112 "cxx",
16113 "cxx-build",
16114 "glob",
16115 "log",
16116 "webrtc-sys-build",
16117]
16118
16119[[package]]
16120name = "webrtc-sys-build"
16121version = "0.3.6"
16122source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
16123dependencies = [
16124 "fs2",
16125 "regex",
16126 "reqwest 0.11.27",
16127 "scratch",
16128 "semver",
16129 "zip",
16130]
16131
16132[[package]]
16133name = "weezl"
16134version = "0.1.8"
16135source = "registry+https://github.com/rust-lang/crates.io-index"
16136checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
16137
16138[[package]]
16139name = "welcome"
16140version = "0.1.0"
16141dependencies = [
16142 "anyhow",
16143 "client",
16144 "db",
16145 "editor",
16146 "fuzzy",
16147 "gpui",
16148 "install_cli",
16149 "language",
16150 "picker",
16151 "project",
16152 "schemars",
16153 "serde",
16154 "settings",
16155 "telemetry",
16156 "ui",
16157 "util",
16158 "vim_mode_setting",
16159 "workspace",
16160 "zed_actions",
16161]
16162
16163[[package]]
16164name = "which"
16165version = "4.4.2"
16166source = "registry+https://github.com/rust-lang/crates.io-index"
16167checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
16168dependencies = [
16169 "either",
16170 "home",
16171 "once_cell",
16172 "rustix",
16173]
16174
16175[[package]]
16176name = "which"
16177version = "6.0.3"
16178source = "registry+https://github.com/rust-lang/crates.io-index"
16179checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
16180dependencies = [
16181 "either",
16182 "home",
16183 "rustix",
16184 "winsafe",
16185]
16186
16187[[package]]
16188name = "whoami"
16189version = "1.5.2"
16190source = "registry+https://github.com/rust-lang/crates.io-index"
16191checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
16192dependencies = [
16193 "redox_syscall 0.5.8",
16194 "wasite",
16195]
16196
16197[[package]]
16198name = "wiggle"
16199version = "29.0.1"
16200source = "registry+https://github.com/rust-lang/crates.io-index"
16201checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
16202dependencies = [
16203 "anyhow",
16204 "async-trait",
16205 "bitflags 2.9.0",
16206 "thiserror 1.0.69",
16207 "tracing",
16208 "wasmtime",
16209 "wiggle-macro",
16210]
16211
16212[[package]]
16213name = "wiggle-generate"
16214version = "29.0.1"
16215source = "registry+https://github.com/rust-lang/crates.io-index"
16216checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
16217dependencies = [
16218 "anyhow",
16219 "heck 0.5.0",
16220 "proc-macro2",
16221 "quote",
16222 "shellexpand 2.1.2",
16223 "syn 2.0.100",
16224 "witx",
16225]
16226
16227[[package]]
16228name = "wiggle-macro"
16229version = "29.0.1"
16230source = "registry+https://github.com/rust-lang/crates.io-index"
16231checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
16232dependencies = [
16233 "proc-macro2",
16234 "quote",
16235 "syn 2.0.100",
16236 "wiggle-generate",
16237]
16238
16239[[package]]
16240name = "winapi"
16241version = "0.3.9"
16242source = "registry+https://github.com/rust-lang/crates.io-index"
16243checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
16244dependencies = [
16245 "winapi-i686-pc-windows-gnu",
16246 "winapi-x86_64-pc-windows-gnu",
16247]
16248
16249[[package]]
16250name = "winapi-i686-pc-windows-gnu"
16251version = "0.4.0"
16252source = "registry+https://github.com/rust-lang/crates.io-index"
16253checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
16254
16255[[package]]
16256name = "winapi-util"
16257version = "0.1.9"
16258source = "registry+https://github.com/rust-lang/crates.io-index"
16259checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
16260dependencies = [
16261 "windows-sys 0.59.0",
16262]
16263
16264[[package]]
16265name = "winapi-x86_64-pc-windows-gnu"
16266version = "0.4.0"
16267source = "registry+https://github.com/rust-lang/crates.io-index"
16268checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
16269
16270[[package]]
16271name = "winch-codegen"
16272version = "29.0.1"
16273source = "registry+https://github.com/rust-lang/crates.io-index"
16274checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
16275dependencies = [
16276 "anyhow",
16277 "cranelift-codegen",
16278 "gimli",
16279 "regalloc2",
16280 "smallvec",
16281 "target-lexicon 0.13.2",
16282 "thiserror 1.0.69",
16283 "wasmparser 0.221.3",
16284 "wasmtime-cranelift",
16285 "wasmtime-environ",
16286]
16287
16288[[package]]
16289name = "windows"
16290version = "0.54.0"
16291source = "registry+https://github.com/rust-lang/crates.io-index"
16292checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
16293dependencies = [
16294 "windows-core 0.54.0",
16295 "windows-targets 0.52.6",
16296]
16297
16298[[package]]
16299name = "windows"
16300version = "0.57.0"
16301source = "registry+https://github.com/rust-lang/crates.io-index"
16302checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
16303dependencies = [
16304 "windows-core 0.57.0",
16305 "windows-targets 0.52.6",
16306]
16307
16308[[package]]
16309name = "windows"
16310version = "0.58.0"
16311source = "registry+https://github.com/rust-lang/crates.io-index"
16312checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
16313dependencies = [
16314 "windows-core 0.58.0",
16315 "windows-targets 0.52.6",
16316]
16317
16318[[package]]
16319name = "windows"
16320version = "0.61.1"
16321source = "registry+https://github.com/rust-lang/crates.io-index"
16322checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
16323dependencies = [
16324 "windows-collections",
16325 "windows-core 0.61.0",
16326 "windows-future",
16327 "windows-link",
16328 "windows-numerics",
16329]
16330
16331[[package]]
16332name = "windows-collections"
16333version = "0.2.0"
16334source = "registry+https://github.com/rust-lang/crates.io-index"
16335checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
16336dependencies = [
16337 "windows-core 0.61.0",
16338]
16339
16340[[package]]
16341name = "windows-core"
16342version = "0.52.0"
16343source = "registry+https://github.com/rust-lang/crates.io-index"
16344checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
16345dependencies = [
16346 "windows-targets 0.52.6",
16347]
16348
16349[[package]]
16350name = "windows-core"
16351version = "0.54.0"
16352source = "registry+https://github.com/rust-lang/crates.io-index"
16353checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
16354dependencies = [
16355 "windows-result 0.1.2",
16356 "windows-targets 0.52.6",
16357]
16358
16359[[package]]
16360name = "windows-core"
16361version = "0.57.0"
16362source = "registry+https://github.com/rust-lang/crates.io-index"
16363checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
16364dependencies = [
16365 "windows-implement 0.57.0",
16366 "windows-interface 0.57.0",
16367 "windows-result 0.1.2",
16368 "windows-targets 0.52.6",
16369]
16370
16371[[package]]
16372name = "windows-core"
16373version = "0.58.0"
16374source = "registry+https://github.com/rust-lang/crates.io-index"
16375checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
16376dependencies = [
16377 "windows-implement 0.58.0",
16378 "windows-interface 0.58.0",
16379 "windows-result 0.2.0",
16380 "windows-strings 0.1.0",
16381 "windows-targets 0.52.6",
16382]
16383
16384[[package]]
16385name = "windows-core"
16386version = "0.61.0"
16387source = "registry+https://github.com/rust-lang/crates.io-index"
16388checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
16389dependencies = [
16390 "windows-implement 0.60.0",
16391 "windows-interface 0.59.1",
16392 "windows-link",
16393 "windows-result 0.3.2",
16394 "windows-strings 0.4.0",
16395]
16396
16397[[package]]
16398name = "windows-future"
16399version = "0.2.0"
16400source = "registry+https://github.com/rust-lang/crates.io-index"
16401checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
16402dependencies = [
16403 "windows-core 0.61.0",
16404 "windows-link",
16405]
16406
16407[[package]]
16408name = "windows-implement"
16409version = "0.57.0"
16410source = "registry+https://github.com/rust-lang/crates.io-index"
16411checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
16412dependencies = [
16413 "proc-macro2",
16414 "quote",
16415 "syn 2.0.100",
16416]
16417
16418[[package]]
16419name = "windows-implement"
16420version = "0.58.0"
16421source = "registry+https://github.com/rust-lang/crates.io-index"
16422checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
16423dependencies = [
16424 "proc-macro2",
16425 "quote",
16426 "syn 2.0.100",
16427]
16428
16429[[package]]
16430name = "windows-implement"
16431version = "0.60.0"
16432source = "registry+https://github.com/rust-lang/crates.io-index"
16433checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
16434dependencies = [
16435 "proc-macro2",
16436 "quote",
16437 "syn 2.0.100",
16438]
16439
16440[[package]]
16441name = "windows-interface"
16442version = "0.57.0"
16443source = "registry+https://github.com/rust-lang/crates.io-index"
16444checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
16445dependencies = [
16446 "proc-macro2",
16447 "quote",
16448 "syn 2.0.100",
16449]
16450
16451[[package]]
16452name = "windows-interface"
16453version = "0.58.0"
16454source = "registry+https://github.com/rust-lang/crates.io-index"
16455checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
16456dependencies = [
16457 "proc-macro2",
16458 "quote",
16459 "syn 2.0.100",
16460]
16461
16462[[package]]
16463name = "windows-interface"
16464version = "0.59.1"
16465source = "registry+https://github.com/rust-lang/crates.io-index"
16466checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
16467dependencies = [
16468 "proc-macro2",
16469 "quote",
16470 "syn 2.0.100",
16471]
16472
16473[[package]]
16474name = "windows-link"
16475version = "0.1.1"
16476source = "registry+https://github.com/rust-lang/crates.io-index"
16477checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
16478
16479[[package]]
16480name = "windows-numerics"
16481version = "0.2.0"
16482source = "registry+https://github.com/rust-lang/crates.io-index"
16483checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
16484dependencies = [
16485 "windows-core 0.61.0",
16486 "windows-link",
16487]
16488
16489[[package]]
16490name = "windows-registry"
16491version = "0.2.0"
16492source = "registry+https://github.com/rust-lang/crates.io-index"
16493checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
16494dependencies = [
16495 "windows-result 0.2.0",
16496 "windows-strings 0.1.0",
16497 "windows-targets 0.52.6",
16498]
16499
16500[[package]]
16501name = "windows-result"
16502version = "0.1.2"
16503source = "registry+https://github.com/rust-lang/crates.io-index"
16504checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
16505dependencies = [
16506 "windows-targets 0.52.6",
16507]
16508
16509[[package]]
16510name = "windows-result"
16511version = "0.2.0"
16512source = "registry+https://github.com/rust-lang/crates.io-index"
16513checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
16514dependencies = [
16515 "windows-targets 0.52.6",
16516]
16517
16518[[package]]
16519name = "windows-result"
16520version = "0.3.2"
16521source = "registry+https://github.com/rust-lang/crates.io-index"
16522checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
16523dependencies = [
16524 "windows-link",
16525]
16526
16527[[package]]
16528name = "windows-strings"
16529version = "0.1.0"
16530source = "registry+https://github.com/rust-lang/crates.io-index"
16531checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
16532dependencies = [
16533 "windows-result 0.2.0",
16534 "windows-targets 0.52.6",
16535]
16536
16537[[package]]
16538name = "windows-strings"
16539version = "0.4.0"
16540source = "registry+https://github.com/rust-lang/crates.io-index"
16541checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
16542dependencies = [
16543 "windows-link",
16544]
16545
16546[[package]]
16547name = "windows-sys"
16548version = "0.45.0"
16549source = "registry+https://github.com/rust-lang/crates.io-index"
16550checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
16551dependencies = [
16552 "windows-targets 0.42.2",
16553]
16554
16555[[package]]
16556name = "windows-sys"
16557version = "0.48.0"
16558source = "registry+https://github.com/rust-lang/crates.io-index"
16559checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
16560dependencies = [
16561 "windows-targets 0.48.5",
16562]
16563
16564[[package]]
16565name = "windows-sys"
16566version = "0.52.0"
16567source = "registry+https://github.com/rust-lang/crates.io-index"
16568checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
16569dependencies = [
16570 "windows-targets 0.52.6",
16571]
16572
16573[[package]]
16574name = "windows-sys"
16575version = "0.59.0"
16576source = "registry+https://github.com/rust-lang/crates.io-index"
16577checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
16578dependencies = [
16579 "windows-targets 0.52.6",
16580]
16581
16582[[package]]
16583name = "windows-targets"
16584version = "0.42.2"
16585source = "registry+https://github.com/rust-lang/crates.io-index"
16586checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
16587dependencies = [
16588 "windows_aarch64_gnullvm 0.42.2",
16589 "windows_aarch64_msvc 0.42.2",
16590 "windows_i686_gnu 0.42.2",
16591 "windows_i686_msvc 0.42.2",
16592 "windows_x86_64_gnu 0.42.2",
16593 "windows_x86_64_gnullvm 0.42.2",
16594 "windows_x86_64_msvc 0.42.2",
16595]
16596
16597[[package]]
16598name = "windows-targets"
16599version = "0.48.5"
16600source = "registry+https://github.com/rust-lang/crates.io-index"
16601checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
16602dependencies = [
16603 "windows_aarch64_gnullvm 0.48.5",
16604 "windows_aarch64_msvc 0.48.5",
16605 "windows_i686_gnu 0.48.5",
16606 "windows_i686_msvc 0.48.5",
16607 "windows_x86_64_gnu 0.48.5",
16608 "windows_x86_64_gnullvm 0.48.5",
16609 "windows_x86_64_msvc 0.48.5",
16610]
16611
16612[[package]]
16613name = "windows-targets"
16614version = "0.52.6"
16615source = "registry+https://github.com/rust-lang/crates.io-index"
16616checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
16617dependencies = [
16618 "windows_aarch64_gnullvm 0.52.6",
16619 "windows_aarch64_msvc 0.52.6",
16620 "windows_i686_gnu 0.52.6",
16621 "windows_i686_gnullvm",
16622 "windows_i686_msvc 0.52.6",
16623 "windows_x86_64_gnu 0.52.6",
16624 "windows_x86_64_gnullvm 0.52.6",
16625 "windows_x86_64_msvc 0.52.6",
16626]
16627
16628[[package]]
16629name = "windows_aarch64_gnullvm"
16630version = "0.42.2"
16631source = "registry+https://github.com/rust-lang/crates.io-index"
16632checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
16633
16634[[package]]
16635name = "windows_aarch64_gnullvm"
16636version = "0.48.5"
16637source = "registry+https://github.com/rust-lang/crates.io-index"
16638checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
16639
16640[[package]]
16641name = "windows_aarch64_gnullvm"
16642version = "0.52.6"
16643source = "registry+https://github.com/rust-lang/crates.io-index"
16644checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
16645
16646[[package]]
16647name = "windows_aarch64_msvc"
16648version = "0.42.2"
16649source = "registry+https://github.com/rust-lang/crates.io-index"
16650checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
16651
16652[[package]]
16653name = "windows_aarch64_msvc"
16654version = "0.48.5"
16655source = "registry+https://github.com/rust-lang/crates.io-index"
16656checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
16657
16658[[package]]
16659name = "windows_aarch64_msvc"
16660version = "0.52.6"
16661source = "registry+https://github.com/rust-lang/crates.io-index"
16662checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
16663
16664[[package]]
16665name = "windows_i686_gnu"
16666version = "0.42.2"
16667source = "registry+https://github.com/rust-lang/crates.io-index"
16668checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
16669
16670[[package]]
16671name = "windows_i686_gnu"
16672version = "0.48.5"
16673source = "registry+https://github.com/rust-lang/crates.io-index"
16674checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
16675
16676[[package]]
16677name = "windows_i686_gnu"
16678version = "0.52.6"
16679source = "registry+https://github.com/rust-lang/crates.io-index"
16680checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
16681
16682[[package]]
16683name = "windows_i686_gnullvm"
16684version = "0.52.6"
16685source = "registry+https://github.com/rust-lang/crates.io-index"
16686checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
16687
16688[[package]]
16689name = "windows_i686_msvc"
16690version = "0.42.2"
16691source = "registry+https://github.com/rust-lang/crates.io-index"
16692checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
16693
16694[[package]]
16695name = "windows_i686_msvc"
16696version = "0.48.5"
16697source = "registry+https://github.com/rust-lang/crates.io-index"
16698checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
16699
16700[[package]]
16701name = "windows_i686_msvc"
16702version = "0.52.6"
16703source = "registry+https://github.com/rust-lang/crates.io-index"
16704checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
16705
16706[[package]]
16707name = "windows_x86_64_gnu"
16708version = "0.42.2"
16709source = "registry+https://github.com/rust-lang/crates.io-index"
16710checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
16711
16712[[package]]
16713name = "windows_x86_64_gnu"
16714version = "0.48.5"
16715source = "registry+https://github.com/rust-lang/crates.io-index"
16716checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
16717
16718[[package]]
16719name = "windows_x86_64_gnu"
16720version = "0.52.6"
16721source = "registry+https://github.com/rust-lang/crates.io-index"
16722checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
16723
16724[[package]]
16725name = "windows_x86_64_gnullvm"
16726version = "0.42.2"
16727source = "registry+https://github.com/rust-lang/crates.io-index"
16728checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
16729
16730[[package]]
16731name = "windows_x86_64_gnullvm"
16732version = "0.48.5"
16733source = "registry+https://github.com/rust-lang/crates.io-index"
16734checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
16735
16736[[package]]
16737name = "windows_x86_64_gnullvm"
16738version = "0.52.6"
16739source = "registry+https://github.com/rust-lang/crates.io-index"
16740checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
16741
16742[[package]]
16743name = "windows_x86_64_msvc"
16744version = "0.42.2"
16745source = "registry+https://github.com/rust-lang/crates.io-index"
16746checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
16747
16748[[package]]
16749name = "windows_x86_64_msvc"
16750version = "0.48.5"
16751source = "registry+https://github.com/rust-lang/crates.io-index"
16752checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
16753
16754[[package]]
16755name = "windows_x86_64_msvc"
16756version = "0.52.6"
16757source = "registry+https://github.com/rust-lang/crates.io-index"
16758checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
16759
16760[[package]]
16761name = "winnow"
16762version = "0.6.20"
16763source = "registry+https://github.com/rust-lang/crates.io-index"
16764checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
16765dependencies = [
16766 "memchr",
16767]
16768
16769[[package]]
16770name = "winnow"
16771version = "0.7.1"
16772source = "registry+https://github.com/rust-lang/crates.io-index"
16773checksum = "86e376c75f4f43f44db463cf729e0d3acbf954d13e22c51e26e4c264b4ab545f"
16774dependencies = [
16775 "memchr",
16776]
16777
16778[[package]]
16779name = "winreg"
16780version = "0.50.0"
16781source = "registry+https://github.com/rust-lang/crates.io-index"
16782checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
16783dependencies = [
16784 "cfg-if",
16785 "windows-sys 0.48.0",
16786]
16787
16788[[package]]
16789name = "winreg"
16790version = "0.52.0"
16791source = "registry+https://github.com/rust-lang/crates.io-index"
16792checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
16793dependencies = [
16794 "cfg-if",
16795 "windows-sys 0.48.0",
16796]
16797
16798[[package]]
16799name = "winresource"
16800version = "0.1.20"
16801source = "registry+https://github.com/rust-lang/crates.io-index"
16802checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
16803dependencies = [
16804 "toml 0.8.20",
16805 "version_check",
16806]
16807
16808[[package]]
16809name = "winsafe"
16810version = "0.0.19"
16811source = "registry+https://github.com/rust-lang/crates.io-index"
16812checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
16813
16814[[package]]
16815name = "winx"
16816version = "0.36.4"
16817source = "registry+https://github.com/rust-lang/crates.io-index"
16818checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
16819dependencies = [
16820 "bitflags 2.9.0",
16821 "windows-sys 0.59.0",
16822]
16823
16824[[package]]
16825name = "wio"
16826version = "0.2.2"
16827source = "registry+https://github.com/rust-lang/crates.io-index"
16828checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
16829dependencies = [
16830 "winapi",
16831]
16832
16833[[package]]
16834name = "wit-bindgen"
16835version = "0.22.0"
16836source = "registry+https://github.com/rust-lang/crates.io-index"
16837checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
16838dependencies = [
16839 "bitflags 2.9.0",
16840 "wit-bindgen-rt 0.22.0",
16841 "wit-bindgen-rust-macro",
16842]
16843
16844[[package]]
16845name = "wit-bindgen-core"
16846version = "0.22.0"
16847source = "registry+https://github.com/rust-lang/crates.io-index"
16848checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
16849dependencies = [
16850 "anyhow",
16851 "wit-parser 0.201.0",
16852]
16853
16854[[package]]
16855name = "wit-bindgen-rt"
16856version = "0.22.0"
16857source = "registry+https://github.com/rust-lang/crates.io-index"
16858checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
16859
16860[[package]]
16861name = "wit-bindgen-rt"
16862version = "0.33.0"
16863source = "registry+https://github.com/rust-lang/crates.io-index"
16864checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
16865dependencies = [
16866 "bitflags 2.9.0",
16867]
16868
16869[[package]]
16870name = "wit-bindgen-rust"
16871version = "0.22.0"
16872source = "registry+https://github.com/rust-lang/crates.io-index"
16873checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
16874dependencies = [
16875 "anyhow",
16876 "heck 0.4.1",
16877 "indexmap",
16878 "wasm-metadata 0.201.0",
16879 "wit-bindgen-core",
16880 "wit-component 0.201.0",
16881]
16882
16883[[package]]
16884name = "wit-bindgen-rust-macro"
16885version = "0.22.0"
16886source = "registry+https://github.com/rust-lang/crates.io-index"
16887checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
16888dependencies = [
16889 "anyhow",
16890 "proc-macro2",
16891 "quote",
16892 "syn 2.0.100",
16893 "wit-bindgen-core",
16894 "wit-bindgen-rust",
16895]
16896
16897[[package]]
16898name = "wit-component"
16899version = "0.201.0"
16900source = "registry+https://github.com/rust-lang/crates.io-index"
16901checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
16902dependencies = [
16903 "anyhow",
16904 "bitflags 2.9.0",
16905 "indexmap",
16906 "log",
16907 "serde",
16908 "serde_derive",
16909 "serde_json",
16910 "wasm-encoder 0.201.0",
16911 "wasm-metadata 0.201.0",
16912 "wasmparser 0.201.0",
16913 "wit-parser 0.201.0",
16914]
16915
16916[[package]]
16917name = "wit-component"
16918version = "0.221.3"
16919source = "registry+https://github.com/rust-lang/crates.io-index"
16920checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
16921dependencies = [
16922 "anyhow",
16923 "bitflags 2.9.0",
16924 "indexmap",
16925 "log",
16926 "serde",
16927 "serde_derive",
16928 "serde_json",
16929 "wasm-encoder 0.221.3",
16930 "wasm-metadata 0.221.3",
16931 "wasmparser 0.221.3",
16932 "wit-parser 0.221.3",
16933]
16934
16935[[package]]
16936name = "wit-parser"
16937version = "0.201.0"
16938source = "registry+https://github.com/rust-lang/crates.io-index"
16939checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
16940dependencies = [
16941 "anyhow",
16942 "id-arena",
16943 "indexmap",
16944 "log",
16945 "semver",
16946 "serde",
16947 "serde_derive",
16948 "serde_json",
16949 "unicode-xid",
16950 "wasmparser 0.201.0",
16951]
16952
16953[[package]]
16954name = "wit-parser"
16955version = "0.221.3"
16956source = "registry+https://github.com/rust-lang/crates.io-index"
16957checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
16958dependencies = [
16959 "anyhow",
16960 "id-arena",
16961 "indexmap",
16962 "log",
16963 "semver",
16964 "serde",
16965 "serde_derive",
16966 "serde_json",
16967 "unicode-xid",
16968 "wasmparser 0.221.3",
16969]
16970
16971[[package]]
16972name = "witx"
16973version = "0.9.1"
16974source = "registry+https://github.com/rust-lang/crates.io-index"
16975checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
16976dependencies = [
16977 "anyhow",
16978 "log",
16979 "thiserror 1.0.69",
16980 "wast",
16981]
16982
16983[[package]]
16984name = "workspace"
16985version = "0.1.0"
16986dependencies = [
16987 "any_vec",
16988 "anyhow",
16989 "async-recursion 1.1.1",
16990 "bincode",
16991 "call",
16992 "client",
16993 "clock",
16994 "collections",
16995 "component",
16996 "dap",
16997 "db",
16998 "derive_more",
16999 "env_logger 0.11.7",
17000 "fs",
17001 "futures 0.3.31",
17002 "gpui",
17003 "http_client",
17004 "itertools 0.14.0",
17005 "language",
17006 "log",
17007 "node_runtime",
17008 "parking_lot",
17009 "postage",
17010 "project",
17011 "remote",
17012 "schemars",
17013 "serde",
17014 "serde_json",
17015 "session",
17016 "settings",
17017 "smallvec",
17018 "sqlez",
17019 "strum",
17020 "task",
17021 "telemetry",
17022 "tempfile",
17023 "theme",
17024 "ui",
17025 "util",
17026 "uuid",
17027 "zed_actions",
17028]
17029
17030[[package]]
17031name = "worktree"
17032version = "0.1.0"
17033dependencies = [
17034 "anyhow",
17035 "clock",
17036 "collections",
17037 "env_logger 0.11.7",
17038 "fs",
17039 "futures 0.3.31",
17040 "fuzzy",
17041 "git",
17042 "git2",
17043 "git_hosting_providers",
17044 "gpui",
17045 "http_client",
17046 "ignore",
17047 "language",
17048 "log",
17049 "parking_lot",
17050 "paths",
17051 "postage",
17052 "pretty_assertions",
17053 "rand 0.8.5",
17054 "rpc",
17055 "schemars",
17056 "serde",
17057 "serde_json",
17058 "settings",
17059 "smallvec",
17060 "smol",
17061 "sum_tree",
17062 "text",
17063 "util",
17064]
17065
17066[[package]]
17067name = "write16"
17068version = "1.0.0"
17069source = "registry+https://github.com/rust-lang/crates.io-index"
17070checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
17071
17072[[package]]
17073name = "writeable"
17074version = "0.5.5"
17075source = "registry+https://github.com/rust-lang/crates.io-index"
17076checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
17077
17078[[package]]
17079name = "wyz"
17080version = "0.5.1"
17081source = "registry+https://github.com/rust-lang/crates.io-index"
17082checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
17083dependencies = [
17084 "tap",
17085]
17086
17087[[package]]
17088name = "x11-clipboard"
17089version = "0.9.3"
17090source = "registry+https://github.com/rust-lang/crates.io-index"
17091checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
17092dependencies = [
17093 "libc",
17094 "x11rb",
17095]
17096
17097[[package]]
17098name = "x11rb"
17099version = "0.13.1"
17100source = "registry+https://github.com/rust-lang/crates.io-index"
17101checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
17102dependencies = [
17103 "as-raw-xcb-connection",
17104 "gethostname",
17105 "libc",
17106 "rustix",
17107 "x11rb-protocol",
17108]
17109
17110[[package]]
17111name = "x11rb-protocol"
17112version = "0.13.1"
17113source = "registry+https://github.com/rust-lang/crates.io-index"
17114checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
17115
17116[[package]]
17117name = "xattr"
17118version = "0.2.3"
17119source = "registry+https://github.com/rust-lang/crates.io-index"
17120checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
17121dependencies = [
17122 "libc",
17123]
17124
17125[[package]]
17126name = "xcursor"
17127version = "0.3.8"
17128source = "registry+https://github.com/rust-lang/crates.io-index"
17129checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
17130
17131[[package]]
17132name = "xdg-home"
17133version = "1.3.0"
17134source = "registry+https://github.com/rust-lang/crates.io-index"
17135checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
17136dependencies = [
17137 "libc",
17138 "windows-sys 0.59.0",
17139]
17140
17141[[package]]
17142name = "xim"
17143version = "0.4.0"
17144source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17145dependencies = [
17146 "ahash 0.8.11",
17147 "hashbrown 0.14.5",
17148 "log",
17149 "x11rb",
17150 "xim-ctext",
17151 "xim-parser",
17152]
17153
17154[[package]]
17155name = "xim-ctext"
17156version = "0.3.0"
17157source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17158dependencies = [
17159 "encoding_rs",
17160]
17161
17162[[package]]
17163name = "xim-parser"
17164version = "0.2.1"
17165source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17166dependencies = [
17167 "bitflags 2.9.0",
17168]
17169
17170[[package]]
17171name = "xkbcommon"
17172version = "0.8.0"
17173source = "registry+https://github.com/rust-lang/crates.io-index"
17174checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
17175dependencies = [
17176 "as-raw-xcb-connection",
17177 "libc",
17178 "memmap2",
17179 "xkeysym",
17180]
17181
17182[[package]]
17183name = "xkeysym"
17184version = "0.2.1"
17185source = "registry+https://github.com/rust-lang/crates.io-index"
17186checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
17187
17188[[package]]
17189name = "xml5ever"
17190version = "0.18.1"
17191source = "registry+https://github.com/rust-lang/crates.io-index"
17192checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
17193dependencies = [
17194 "log",
17195 "mac",
17196 "markup5ever",
17197]
17198
17199[[package]]
17200name = "xmlparser"
17201version = "0.13.6"
17202source = "registry+https://github.com/rust-lang/crates.io-index"
17203checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
17204
17205[[package]]
17206name = "xmlwriter"
17207version = "0.1.0"
17208source = "registry+https://github.com/rust-lang/crates.io-index"
17209checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
17210
17211[[package]]
17212name = "xtask"
17213version = "0.1.0"
17214dependencies = [
17215 "anyhow",
17216 "cargo_metadata",
17217 "cargo_toml",
17218 "clap",
17219]
17220
17221[[package]]
17222name = "yaml-rust2"
17223version = "0.8.1"
17224source = "registry+https://github.com/rust-lang/crates.io-index"
17225checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
17226dependencies = [
17227 "arraydeque",
17228 "encoding_rs",
17229 "hashlink 0.8.4",
17230]
17231
17232[[package]]
17233name = "yansi"
17234version = "1.0.1"
17235source = "registry+https://github.com/rust-lang/crates.io-index"
17236checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
17237
17238[[package]]
17239name = "yazi"
17240version = "0.2.1"
17241source = "registry+https://github.com/rust-lang/crates.io-index"
17242checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
17243
17244[[package]]
17245name = "yeslogic-fontconfig-sys"
17246version = "6.0.0"
17247source = "registry+https://github.com/rust-lang/crates.io-index"
17248checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
17249dependencies = [
17250 "dlib",
17251 "once_cell",
17252 "pkg-config",
17253]
17254
17255[[package]]
17256name = "yoke"
17257version = "0.7.5"
17258source = "registry+https://github.com/rust-lang/crates.io-index"
17259checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
17260dependencies = [
17261 "serde",
17262 "stable_deref_trait",
17263 "yoke-derive",
17264 "zerofrom",
17265]
17266
17267[[package]]
17268name = "yoke-derive"
17269version = "0.7.5"
17270source = "registry+https://github.com/rust-lang/crates.io-index"
17271checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
17272dependencies = [
17273 "proc-macro2",
17274 "quote",
17275 "syn 2.0.100",
17276 "synstructure",
17277]
17278
17279[[package]]
17280name = "zbus"
17281version = "5.5.0"
17282source = "registry+https://github.com/rust-lang/crates.io-index"
17283checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
17284dependencies = [
17285 "async-broadcast",
17286 "async-executor",
17287 "async-fs",
17288 "async-io",
17289 "async-lock",
17290 "async-process",
17291 "async-recursion 1.1.1",
17292 "async-task",
17293 "async-trait",
17294 "blocking",
17295 "enumflags2",
17296 "event-listener 5.3.1",
17297 "futures-core",
17298 "futures-lite 2.6.0",
17299 "hex",
17300 "nix",
17301 "ordered-stream",
17302 "serde",
17303 "serde_repr",
17304 "static_assertions",
17305 "tracing",
17306 "uds_windows",
17307 "windows-sys 0.59.0",
17308 "winnow 0.7.1",
17309 "xdg-home",
17310 "zbus_macros",
17311 "zbus_names",
17312 "zvariant",
17313]
17314
17315[[package]]
17316name = "zbus_macros"
17317version = "5.5.0"
17318source = "registry+https://github.com/rust-lang/crates.io-index"
17319checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
17320dependencies = [
17321 "proc-macro-crate",
17322 "proc-macro2",
17323 "quote",
17324 "syn 2.0.100",
17325 "zbus_names",
17326 "zvariant",
17327 "zvariant_utils",
17328]
17329
17330[[package]]
17331name = "zbus_names"
17332version = "4.1.0"
17333source = "registry+https://github.com/rust-lang/crates.io-index"
17334checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
17335dependencies = [
17336 "serde",
17337 "static_assertions",
17338 "winnow 0.6.20",
17339 "zvariant",
17340]
17341
17342[[package]]
17343name = "zed"
17344version = "0.181.0"
17345dependencies = [
17346 "activity_indicator",
17347 "anyhow",
17348 "ashpd",
17349 "assets",
17350 "assistant",
17351 "assistant2",
17352 "assistant_context_editor",
17353 "assistant_settings",
17354 "assistant_tools",
17355 "async-watch",
17356 "audio",
17357 "auto_update",
17358 "auto_update_ui",
17359 "backtrace",
17360 "breadcrumbs",
17361 "call",
17362 "channel",
17363 "chrono",
17364 "clap",
17365 "cli",
17366 "client",
17367 "collab_ui",
17368 "collections",
17369 "command_palette",
17370 "command_palette_hooks",
17371 "component_preview",
17372 "copilot",
17373 "dap",
17374 "dap_adapters",
17375 "db",
17376 "debugger_tools",
17377 "debugger_ui",
17378 "diagnostics",
17379 "editor",
17380 "env_logger 0.11.7",
17381 "extension",
17382 "extension_host",
17383 "extensions_ui",
17384 "feature_flags",
17385 "feedback",
17386 "file_finder",
17387 "fs",
17388 "futures 0.3.31",
17389 "git",
17390 "git_hosting_providers",
17391 "git_ui",
17392 "go_to_line",
17393 "gpui",
17394 "gpui_tokio",
17395 "http_client",
17396 "image_viewer",
17397 "inline_completion_button",
17398 "install_cli",
17399 "journal",
17400 "language",
17401 "language_extension",
17402 "language_model",
17403 "language_models",
17404 "language_selector",
17405 "language_tools",
17406 "languages",
17407 "libc",
17408 "log",
17409 "markdown_preview",
17410 "menu",
17411 "migrator",
17412 "mimalloc",
17413 "nix",
17414 "node_runtime",
17415 "notifications",
17416 "outline",
17417 "outline_panel",
17418 "parking_lot",
17419 "paths",
17420 "picker",
17421 "profiling",
17422 "project",
17423 "project_panel",
17424 "project_symbols",
17425 "prompt_store",
17426 "proto",
17427 "recent_projects",
17428 "release_channel",
17429 "remote",
17430 "repl",
17431 "reqwest_client",
17432 "rope",
17433 "search",
17434 "serde",
17435 "serde_json",
17436 "session",
17437 "settings",
17438 "settings_ui",
17439 "shellexpand 2.1.2",
17440 "simplelog",
17441 "smol",
17442 "snippet_provider",
17443 "snippets_ui",
17444 "supermaven",
17445 "sysinfo",
17446 "tab_switcher",
17447 "task",
17448 "tasks_ui",
17449 "telemetry",
17450 "telemetry_events",
17451 "terminal_view",
17452 "theme",
17453 "theme_extension",
17454 "theme_selector",
17455 "time",
17456 "title_bar",
17457 "toolchain_selector",
17458 "tree-sitter-md",
17459 "tree-sitter-rust",
17460 "ui",
17461 "ui_prompt",
17462 "url",
17463 "urlencoding",
17464 "util",
17465 "uuid",
17466 "vim",
17467 "vim_mode_setting",
17468 "welcome",
17469 "windows 0.61.1",
17470 "winresource",
17471 "workspace",
17472 "zed_actions",
17473 "zeta",
17474 "zlog_settings",
17475]
17476
17477[[package]]
17478name = "zed_actions"
17479version = "0.1.0"
17480dependencies = [
17481 "gpui",
17482 "schemars",
17483 "serde",
17484]
17485
17486[[package]]
17487name = "zed_emmet"
17488version = "0.0.3"
17489dependencies = [
17490 "zed_extension_api 0.1.0",
17491]
17492
17493[[package]]
17494name = "zed_extension_api"
17495version = "0.1.0"
17496source = "registry+https://github.com/rust-lang/crates.io-index"
17497checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
17498dependencies = [
17499 "serde",
17500 "serde_json",
17501 "wit-bindgen",
17502]
17503
17504[[package]]
17505name = "zed_extension_api"
17506version = "0.4.0"
17507dependencies = [
17508 "serde",
17509 "serde_json",
17510 "wit-bindgen",
17511]
17512
17513[[package]]
17514name = "zed_glsl"
17515version = "0.1.0"
17516dependencies = [
17517 "zed_extension_api 0.1.0",
17518]
17519
17520[[package]]
17521name = "zed_html"
17522version = "0.2.0"
17523dependencies = [
17524 "zed_extension_api 0.1.0",
17525]
17526
17527[[package]]
17528name = "zed_llm_client"
17529version = "0.4.1"
17530source = "registry+https://github.com/rust-lang/crates.io-index"
17531checksum = "1bf21350eced858d129840589158a8f6895c4fa4327ae56dd8c7d6a98495bed4"
17532dependencies = [
17533 "serde",
17534 "serde_json",
17535 "uuid",
17536]
17537
17538[[package]]
17539name = "zed_proto"
17540version = "0.2.1"
17541dependencies = [
17542 "zed_extension_api 0.1.0",
17543]
17544
17545[[package]]
17546name = "zed_ruff"
17547version = "0.1.0"
17548dependencies = [
17549 "zed_extension_api 0.1.0",
17550]
17551
17552[[package]]
17553name = "zed_snippets"
17554version = "0.0.5"
17555dependencies = [
17556 "serde_json",
17557 "zed_extension_api 0.1.0",
17558]
17559
17560[[package]]
17561name = "zed_test_extension"
17562version = "0.1.0"
17563dependencies = [
17564 "zed_extension_api 0.4.0",
17565]
17566
17567[[package]]
17568name = "zed_toml"
17569version = "0.1.3"
17570dependencies = [
17571 "zed_extension_api 0.1.0",
17572]
17573
17574[[package]]
17575name = "zeno"
17576version = "0.3.2"
17577source = "registry+https://github.com/rust-lang/crates.io-index"
17578checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
17579
17580[[package]]
17581name = "zerocopy"
17582version = "0.7.35"
17583source = "registry+https://github.com/rust-lang/crates.io-index"
17584checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
17585dependencies = [
17586 "byteorder",
17587 "zerocopy-derive 0.7.35",
17588]
17589
17590[[package]]
17591name = "zerocopy"
17592version = "0.8.18"
17593source = "registry+https://github.com/rust-lang/crates.io-index"
17594checksum = "79386d31a42a4996e3336b0919ddb90f81112af416270cff95b5f5af22b839c2"
17595dependencies = [
17596 "zerocopy-derive 0.8.18",
17597]
17598
17599[[package]]
17600name = "zerocopy-derive"
17601version = "0.7.35"
17602source = "registry+https://github.com/rust-lang/crates.io-index"
17603checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
17604dependencies = [
17605 "proc-macro2",
17606 "quote",
17607 "syn 2.0.100",
17608]
17609
17610[[package]]
17611name = "zerocopy-derive"
17612version = "0.8.18"
17613source = "registry+https://github.com/rust-lang/crates.io-index"
17614checksum = "76331675d372f91bf8d17e13afbd5fe639200b73d01f0fc748bb059f9cca2db7"
17615dependencies = [
17616 "proc-macro2",
17617 "quote",
17618 "syn 2.0.100",
17619]
17620
17621[[package]]
17622name = "zerofrom"
17623version = "0.1.5"
17624source = "registry+https://github.com/rust-lang/crates.io-index"
17625checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
17626dependencies = [
17627 "zerofrom-derive",
17628]
17629
17630[[package]]
17631name = "zerofrom-derive"
17632version = "0.1.5"
17633source = "registry+https://github.com/rust-lang/crates.io-index"
17634checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
17635dependencies = [
17636 "proc-macro2",
17637 "quote",
17638 "syn 2.0.100",
17639 "synstructure",
17640]
17641
17642[[package]]
17643name = "zeroize"
17644version = "1.8.1"
17645source = "registry+https://github.com/rust-lang/crates.io-index"
17646checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
17647dependencies = [
17648 "zeroize_derive",
17649]
17650
17651[[package]]
17652name = "zeroize_derive"
17653version = "1.4.2"
17654source = "registry+https://github.com/rust-lang/crates.io-index"
17655checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
17656dependencies = [
17657 "proc-macro2",
17658 "quote",
17659 "syn 2.0.100",
17660]
17661
17662[[package]]
17663name = "zeromq"
17664version = "0.5.0-pre"
17665source = "registry+https://github.com/rust-lang/crates.io-index"
17666checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
17667dependencies = [
17668 "async-dispatcher",
17669 "async-std",
17670 "async-trait",
17671 "asynchronous-codec",
17672 "bytes 1.10.1",
17673 "crossbeam-queue",
17674 "dashmap 5.5.3",
17675 "futures 0.3.31",
17676 "log",
17677 "num-traits",
17678 "once_cell",
17679 "parking_lot",
17680 "rand 0.8.5",
17681 "regex",
17682 "thiserror 1.0.69",
17683 "uuid",
17684]
17685
17686[[package]]
17687name = "zerovec"
17688version = "0.10.4"
17689source = "registry+https://github.com/rust-lang/crates.io-index"
17690checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
17691dependencies = [
17692 "yoke",
17693 "zerofrom",
17694 "zerovec-derive",
17695]
17696
17697[[package]]
17698name = "zerovec-derive"
17699version = "0.10.3"
17700source = "registry+https://github.com/rust-lang/crates.io-index"
17701checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
17702dependencies = [
17703 "proc-macro2",
17704 "quote",
17705 "syn 2.0.100",
17706]
17707
17708[[package]]
17709name = "zeta"
17710version = "0.1.0"
17711dependencies = [
17712 "anyhow",
17713 "arrayvec",
17714 "call",
17715 "client",
17716 "clock",
17717 "collections",
17718 "command_palette_hooks",
17719 "ctor",
17720 "db",
17721 "editor",
17722 "env_logger 0.11.7",
17723 "feature_flags",
17724 "fs",
17725 "futures 0.3.31",
17726 "gpui",
17727 "http_client",
17728 "indoc",
17729 "inline_completion",
17730 "language",
17731 "language_model",
17732 "log",
17733 "menu",
17734 "migrator",
17735 "paths",
17736 "postage",
17737 "project",
17738 "regex",
17739 "release_channel",
17740 "reqwest_client",
17741 "rpc",
17742 "serde",
17743 "serde_json",
17744 "settings",
17745 "telemetry",
17746 "telemetry_events",
17747 "theme",
17748 "thiserror 2.0.12",
17749 "tree-sitter-go",
17750 "tree-sitter-rust",
17751 "ui",
17752 "unindent",
17753 "util",
17754 "uuid",
17755 "workspace",
17756 "worktree",
17757 "zed_actions",
17758 "zed_llm_client",
17759]
17760
17761[[package]]
17762name = "zip"
17763version = "0.6.6"
17764source = "registry+https://github.com/rust-lang/crates.io-index"
17765checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
17766dependencies = [
17767 "aes",
17768 "byteorder",
17769 "bzip2",
17770 "constant_time_eq 0.1.5",
17771 "crc32fast",
17772 "crossbeam-utils",
17773 "flate2",
17774 "hmac",
17775 "pbkdf2 0.11.0",
17776 "sha1",
17777 "time",
17778 "zstd",
17779]
17780
17781[[package]]
17782name = "zlog"
17783version = "0.1.0"
17784dependencies = [
17785 "log",
17786]
17787
17788[[package]]
17789name = "zlog_settings"
17790version = "0.1.0"
17791dependencies = [
17792 "anyhow",
17793 "gpui",
17794 "schemars",
17795 "serde",
17796 "settings",
17797 "zlog",
17798]
17799
17800[[package]]
17801name = "zstd"
17802version = "0.11.2+zstd.1.5.2"
17803source = "registry+https://github.com/rust-lang/crates.io-index"
17804checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
17805dependencies = [
17806 "zstd-safe",
17807]
17808
17809[[package]]
17810name = "zstd-safe"
17811version = "5.0.2+zstd.1.5.2"
17812source = "registry+https://github.com/rust-lang/crates.io-index"
17813checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
17814dependencies = [
17815 "libc",
17816 "zstd-sys",
17817]
17818
17819[[package]]
17820name = "zstd-sys"
17821version = "2.0.13+zstd.1.5.6"
17822source = "registry+https://github.com/rust-lang/crates.io-index"
17823checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
17824dependencies = [
17825 "cc",
17826 "pkg-config",
17827]
17828
17829[[package]]
17830name = "zune-core"
17831version = "0.4.12"
17832source = "registry+https://github.com/rust-lang/crates.io-index"
17833checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
17834
17835[[package]]
17836name = "zune-inflate"
17837version = "0.2.54"
17838source = "registry+https://github.com/rust-lang/crates.io-index"
17839checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
17840dependencies = [
17841 "simd-adler32",
17842]
17843
17844[[package]]
17845name = "zune-jpeg"
17846version = "0.4.13"
17847source = "registry+https://github.com/rust-lang/crates.io-index"
17848checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
17849dependencies = [
17850 "zune-core",
17851]
17852
17853[[package]]
17854name = "zvariant"
17855version = "5.4.0"
17856source = "registry+https://github.com/rust-lang/crates.io-index"
17857checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
17858dependencies = [
17859 "endi",
17860 "enumflags2",
17861 "serde",
17862 "static_assertions",
17863 "url",
17864 "winnow 0.7.1",
17865 "zvariant_derive",
17866 "zvariant_utils",
17867]
17868
17869[[package]]
17870name = "zvariant_derive"
17871version = "5.4.0"
17872source = "registry+https://github.com/rust-lang/crates.io-index"
17873checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
17874dependencies = [
17875 "proc-macro-crate",
17876 "proc-macro2",
17877 "quote",
17878 "syn 2.0.100",
17879 "zvariant_utils",
17880]
17881
17882[[package]]
17883name = "zvariant_utils"
17884version = "3.2.0"
17885source = "registry+https://github.com/rust-lang/crates.io-index"
17886checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
17887dependencies = [
17888 "proc-macro2",
17889 "quote",
17890 "serde",
17891 "static_assertions",
17892 "syn 2.0.100",
17893 "winnow 0.7.1",
17894]