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 "chrono",
  455 "client",
  456 "clock",
  457 "collections",
  458 "command_palette_hooks",
  459 "context_server",
  460 "convert_case 0.8.0",
  461 "db",
  462 "editor",
  463 "feature_flags",
  464 "file_icons",
  465 "fs",
  466 "futures 0.3.31",
  467 "fuzzy",
  468 "git",
  469 "git_ui",
  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 "parking_lot",
  486 "paths",
  487 "picker",
  488 "project",
  489 "prompt_library",
  490 "prompt_store",
  491 "proto",
  492 "rand 0.8.5",
  493 "release_channel",
  494 "rope",
  495 "serde",
  496 "serde_json",
  497 "settings",
  498 "smallvec",
  499 "smol",
  500 "streaming_diff",
  501 "telemetry",
  502 "telemetry_events",
  503 "terminal",
  504 "terminal_view",
  505 "text",
  506 "theme",
  507 "time",
  508 "time_format",
  509 "ui",
  510 "util",
  511 "uuid",
  512 "vim_mode_setting",
  513 "workspace",
  514 "zed_actions",
  515]
  516
  517[[package]]
  518name = "assistant_context_editor"
  519version = "0.1.0"
  520dependencies = [
  521 "anyhow",
  522 "assistant_settings",
  523 "assistant_slash_command",
  524 "assistant_slash_commands",
  525 "chrono",
  526 "client",
  527 "clock",
  528 "collections",
  529 "context_server",
  530 "editor",
  531 "fs",
  532 "futures 0.3.31",
  533 "fuzzy",
  534 "gpui",
  535 "indexed_docs",
  536 "language",
  537 "language_model",
  538 "language_model_selector",
  539 "languages",
  540 "log",
  541 "multi_buffer",
  542 "open_ai",
  543 "parking_lot",
  544 "paths",
  545 "picker",
  546 "pretty_assertions",
  547 "project",
  548 "prompt_store",
  549 "rand 0.8.5",
  550 "regex",
  551 "rope",
  552 "rpc",
  553 "serde",
  554 "serde_json",
  555 "settings",
  556 "smallvec",
  557 "smol",
  558 "strum",
  559 "telemetry_events",
  560 "text",
  561 "theme",
  562 "tree-sitter-md",
  563 "ui",
  564 "unindent",
  565 "util",
  566 "uuid",
  567 "workspace",
  568]
  569
  570[[package]]
  571name = "assistant_eval"
  572version = "0.1.0"
  573dependencies = [
  574 "anyhow",
  575 "assistant2",
  576 "assistant_tool",
  577 "assistant_tools",
  578 "clap",
  579 "client",
  580 "collections",
  581 "context_server",
  582 "dap",
  583 "env_logger 0.11.7",
  584 "fs",
  585 "futures 0.3.31",
  586 "gpui",
  587 "gpui_tokio",
  588 "itertools 0.14.0",
  589 "language",
  590 "language_model",
  591 "language_models",
  592 "node_runtime",
  593 "project",
  594 "prompt_store",
  595 "regex",
  596 "release_channel",
  597 "reqwest_client",
  598 "serde",
  599 "serde_json",
  600 "serde_json_lenient",
  601 "settings",
  602 "smol",
  603 "util",
  604]
  605
  606[[package]]
  607name = "assistant_settings"
  608version = "0.1.0"
  609dependencies = [
  610 "anthropic",
  611 "anyhow",
  612 "deepseek",
  613 "feature_flags",
  614 "fs",
  615 "gpui",
  616 "indexmap",
  617 "language_model",
  618 "lmstudio",
  619 "log",
  620 "ollama",
  621 "open_ai",
  622 "paths",
  623 "schemars",
  624 "serde",
  625 "serde_json_lenient",
  626 "settings",
  627]
  628
  629[[package]]
  630name = "assistant_slash_command"
  631version = "0.1.0"
  632dependencies = [
  633 "anyhow",
  634 "async-trait",
  635 "collections",
  636 "derive_more",
  637 "extension",
  638 "futures 0.3.31",
  639 "gpui",
  640 "language",
  641 "language_model",
  642 "parking_lot",
  643 "pretty_assertions",
  644 "serde",
  645 "serde_json",
  646 "ui",
  647 "workspace",
  648]
  649
  650[[package]]
  651name = "assistant_slash_commands"
  652version = "0.1.0"
  653dependencies = [
  654 "anyhow",
  655 "assistant_slash_command",
  656 "cargo_toml",
  657 "chrono",
  658 "collections",
  659 "context_server",
  660 "editor",
  661 "env_logger 0.11.7",
  662 "feature_flags",
  663 "fs",
  664 "futures 0.3.31",
  665 "fuzzy",
  666 "globset",
  667 "gpui",
  668 "html_to_markdown",
  669 "http_client",
  670 "indexed_docs",
  671 "language",
  672 "pretty_assertions",
  673 "project",
  674 "prompt_store",
  675 "rope",
  676 "serde",
  677 "serde_json",
  678 "settings",
  679 "smol",
  680 "terminal_view",
  681 "text",
  682 "toml 0.8.20",
  683 "ui",
  684 "util",
  685 "workspace",
  686 "worktree",
  687]
  688
  689[[package]]
  690name = "assistant_tool"
  691version = "0.1.0"
  692dependencies = [
  693 "anyhow",
  694 "clock",
  695 "collections",
  696 "derive_more",
  697 "gpui",
  698 "icons",
  699 "language",
  700 "language_model",
  701 "parking_lot",
  702 "project",
  703 "serde",
  704 "serde_json",
  705]
  706
  707[[package]]
  708name = "assistant_tools"
  709version = "0.1.0"
  710dependencies = [
  711 "anyhow",
  712 "assistant_tool",
  713 "chrono",
  714 "collections",
  715 "feature_flags",
  716 "futures 0.3.31",
  717 "gpui",
  718 "html_to_markdown",
  719 "http_client",
  720 "itertools 0.14.0",
  721 "language",
  722 "language_model",
  723 "open",
  724 "project",
  725 "rand 0.8.5",
  726 "release_channel",
  727 "schemars",
  728 "serde",
  729 "serde_json",
  730 "settings",
  731 "theme",
  732 "ui",
  733 "unindent",
  734 "util",
  735 "workspace",
  736 "worktree",
  737]
  738
  739[[package]]
  740name = "async-attributes"
  741version = "1.1.2"
  742source = "registry+https://github.com/rust-lang/crates.io-index"
  743checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  744dependencies = [
  745 "quote",
  746 "syn 1.0.109",
  747]
  748
  749[[package]]
  750name = "async-broadcast"
  751version = "0.7.2"
  752source = "registry+https://github.com/rust-lang/crates.io-index"
  753checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  754dependencies = [
  755 "event-listener 5.3.1",
  756 "event-listener-strategy",
  757 "futures-core",
  758 "pin-project-lite",
  759]
  760
  761[[package]]
  762name = "async-channel"
  763version = "1.9.0"
  764source = "registry+https://github.com/rust-lang/crates.io-index"
  765checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  766dependencies = [
  767 "concurrent-queue",
  768 "event-listener 2.5.3",
  769 "futures-core",
  770]
  771
  772[[package]]
  773name = "async-channel"
  774version = "2.3.1"
  775source = "registry+https://github.com/rust-lang/crates.io-index"
  776checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
  777dependencies = [
  778 "concurrent-queue",
  779 "event-listener-strategy",
  780 "futures-core",
  781 "pin-project-lite",
  782]
  783
  784[[package]]
  785name = "async-compat"
  786version = "0.2.4"
  787source = "registry+https://github.com/rust-lang/crates.io-index"
  788checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
  789dependencies = [
  790 "futures-core",
  791 "futures-io",
  792 "once_cell",
  793 "pin-project-lite",
  794 "tokio",
  795]
  796
  797[[package]]
  798name = "async-compression"
  799version = "0.4.22"
  800source = "registry+https://github.com/rust-lang/crates.io-index"
  801checksum = "59a194f9d963d8099596278594b3107448656ba73831c9d8c783e613ce86da64"
  802dependencies = [
  803 "deflate64",
  804 "flate2",
  805 "futures-core",
  806 "futures-io",
  807 "memchr",
  808 "pin-project-lite",
  809]
  810
  811[[package]]
  812name = "async-dispatcher"
  813version = "0.1.2"
  814source = "registry+https://github.com/rust-lang/crates.io-index"
  815checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  816dependencies = [
  817 "async-task",
  818 "futures-lite 1.13.0",
  819]
  820
  821[[package]]
  822name = "async-executor"
  823version = "1.13.1"
  824source = "registry+https://github.com/rust-lang/crates.io-index"
  825checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
  826dependencies = [
  827 "async-task",
  828 "concurrent-queue",
  829 "fastrand 2.3.0",
  830 "futures-lite 2.6.0",
  831 "slab",
  832]
  833
  834[[package]]
  835name = "async-fs"
  836version = "2.1.2"
  837source = "registry+https://github.com/rust-lang/crates.io-index"
  838checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
  839dependencies = [
  840 "async-lock",
  841 "blocking",
  842 "futures-lite 2.6.0",
  843]
  844
  845[[package]]
  846name = "async-global-executor"
  847version = "2.4.1"
  848source = "registry+https://github.com/rust-lang/crates.io-index"
  849checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  850dependencies = [
  851 "async-channel 2.3.1",
  852 "async-executor",
  853 "async-io",
  854 "async-lock",
  855 "blocking",
  856 "futures-lite 2.6.0",
  857 "once_cell",
  858]
  859
  860[[package]]
  861name = "async-io"
  862version = "2.4.0"
  863source = "registry+https://github.com/rust-lang/crates.io-index"
  864checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
  865dependencies = [
  866 "async-lock",
  867 "cfg-if",
  868 "concurrent-queue",
  869 "futures-io",
  870 "futures-lite 2.6.0",
  871 "parking",
  872 "polling",
  873 "rustix",
  874 "slab",
  875 "tracing",
  876 "windows-sys 0.59.0",
  877]
  878
  879[[package]]
  880name = "async-lock"
  881version = "3.4.0"
  882source = "registry+https://github.com/rust-lang/crates.io-index"
  883checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
  884dependencies = [
  885 "event-listener 5.3.1",
  886 "event-listener-strategy",
  887 "pin-project-lite",
  888]
  889
  890[[package]]
  891name = "async-native-tls"
  892version = "0.5.0"
  893source = "registry+https://github.com/rust-lang/crates.io-index"
  894checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
  895dependencies = [
  896 "futures-util",
  897 "native-tls",
  898 "thiserror 1.0.69",
  899 "url",
  900]
  901
  902[[package]]
  903name = "async-net"
  904version = "2.0.0"
  905source = "registry+https://github.com/rust-lang/crates.io-index"
  906checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  907dependencies = [
  908 "async-io",
  909 "blocking",
  910 "futures-lite 2.6.0",
  911]
  912
  913[[package]]
  914name = "async-pipe"
  915version = "0.1.3"
  916source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  917dependencies = [
  918 "futures 0.3.31",
  919 "log",
  920]
  921
  922[[package]]
  923name = "async-process"
  924version = "2.3.0"
  925source = "registry+https://github.com/rust-lang/crates.io-index"
  926checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
  927dependencies = [
  928 "async-channel 2.3.1",
  929 "async-io",
  930 "async-lock",
  931 "async-signal",
  932 "async-task",
  933 "blocking",
  934 "cfg-if",
  935 "event-listener 5.3.1",
  936 "futures-lite 2.6.0",
  937 "rustix",
  938 "tracing",
  939]
  940
  941[[package]]
  942name = "async-recursion"
  943version = "0.3.2"
  944source = "registry+https://github.com/rust-lang/crates.io-index"
  945checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
  946dependencies = [
  947 "proc-macro2",
  948 "quote",
  949 "syn 1.0.109",
  950]
  951
  952[[package]]
  953name = "async-recursion"
  954version = "1.1.1"
  955source = "registry+https://github.com/rust-lang/crates.io-index"
  956checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
  957dependencies = [
  958 "proc-macro2",
  959 "quote",
  960 "syn 2.0.100",
  961]
  962
  963[[package]]
  964name = "async-signal"
  965version = "0.2.10"
  966source = "registry+https://github.com/rust-lang/crates.io-index"
  967checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
  968dependencies = [
  969 "async-io",
  970 "async-lock",
  971 "atomic-waker",
  972 "cfg-if",
  973 "futures-core",
  974 "futures-io",
  975 "rustix",
  976 "signal-hook-registry",
  977 "slab",
  978 "windows-sys 0.59.0",
  979]
  980
  981[[package]]
  982name = "async-std"
  983version = "1.13.1"
  984source = "registry+https://github.com/rust-lang/crates.io-index"
  985checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24"
  986dependencies = [
  987 "async-attributes",
  988 "async-channel 1.9.0",
  989 "async-global-executor",
  990 "async-io",
  991 "async-lock",
  992 "async-process",
  993 "crossbeam-utils",
  994 "futures-channel",
  995 "futures-core",
  996 "futures-io",
  997 "futures-lite 2.6.0",
  998 "gloo-timers",
  999 "kv-log-macro",
 1000 "log",
 1001 "memchr",
 1002 "once_cell",
 1003 "pin-project-lite",
 1004 "pin-utils",
 1005 "slab",
 1006 "wasm-bindgen-futures",
 1007]
 1008
 1009[[package]]
 1010name = "async-stream"
 1011version = "0.3.6"
 1012source = "registry+https://github.com/rust-lang/crates.io-index"
 1013checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1014dependencies = [
 1015 "async-stream-impl",
 1016 "futures-core",
 1017 "pin-project-lite",
 1018]
 1019
 1020[[package]]
 1021name = "async-stream-impl"
 1022version = "0.3.6"
 1023source = "registry+https://github.com/rust-lang/crates.io-index"
 1024checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1025dependencies = [
 1026 "proc-macro2",
 1027 "quote",
 1028 "syn 2.0.100",
 1029]
 1030
 1031[[package]]
 1032name = "async-stripe"
 1033version = "0.40.0"
 1034source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
 1035dependencies = [
 1036 "chrono",
 1037 "futures-util",
 1038 "http-types",
 1039 "hyper 0.14.32",
 1040 "hyper-rustls 0.24.2",
 1041 "serde",
 1042 "serde_json",
 1043 "serde_path_to_error",
 1044 "serde_qs 0.10.1",
 1045 "smart-default",
 1046 "smol_str 0.1.24",
 1047 "thiserror 1.0.69",
 1048 "tokio",
 1049]
 1050
 1051[[package]]
 1052name = "async-tar"
 1053version = "0.5.0"
 1054source = "registry+https://github.com/rust-lang/crates.io-index"
 1055checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
 1056dependencies = [
 1057 "async-std",
 1058 "filetime",
 1059 "libc",
 1060 "pin-project",
 1061 "redox_syscall 0.2.16",
 1062 "xattr",
 1063]
 1064
 1065[[package]]
 1066name = "async-task"
 1067version = "4.7.1"
 1068source = "registry+https://github.com/rust-lang/crates.io-index"
 1069checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
 1070
 1071[[package]]
 1072name = "async-tls"
 1073version = "0.13.0"
 1074source = "git+https://github.com/zed-industries/async-tls?rev=1e759a4b5e370f87dc15e40756ac4f8815b61d9d#1e759a4b5e370f87dc15e40756ac4f8815b61d9d"
 1075dependencies = [
 1076 "futures-core",
 1077 "futures-io",
 1078 "rustls 0.23.25",
 1079 "rustls-pemfile 2.2.0",
 1080 "webpki-roots",
 1081]
 1082
 1083[[package]]
 1084name = "async-trait"
 1085version = "0.1.88"
 1086source = "registry+https://github.com/rust-lang/crates.io-index"
 1087checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
 1088dependencies = [
 1089 "proc-macro2",
 1090 "quote",
 1091 "syn 2.0.100",
 1092]
 1093
 1094[[package]]
 1095name = "async-tungstenite"
 1096version = "0.28.2"
 1097source = "registry+https://github.com/rust-lang/crates.io-index"
 1098checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99"
 1099dependencies = [
 1100 "async-std",
 1101 "async-tls",
 1102 "atomic-waker",
 1103 "futures-core",
 1104 "futures-io",
 1105 "futures-task",
 1106 "futures-util",
 1107 "log",
 1108 "pin-project-lite",
 1109 "tungstenite 0.24.0",
 1110]
 1111
 1112[[package]]
 1113name = "async-watch"
 1114version = "0.3.1"
 1115source = "registry+https://github.com/rust-lang/crates.io-index"
 1116checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
 1117dependencies = [
 1118 "event-listener 2.5.3",
 1119]
 1120
 1121[[package]]
 1122name = "async_zip"
 1123version = "0.0.17"
 1124source = "registry+https://github.com/rust-lang/crates.io-index"
 1125checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
 1126dependencies = [
 1127 "async-compression",
 1128 "crc32fast",
 1129 "futures-lite 2.6.0",
 1130 "pin-project",
 1131 "thiserror 1.0.69",
 1132]
 1133
 1134[[package]]
 1135name = "asynchronous-codec"
 1136version = "0.7.0"
 1137source = "registry+https://github.com/rust-lang/crates.io-index"
 1138checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1139dependencies = [
 1140 "bytes 1.10.1",
 1141 "futures-sink",
 1142 "futures-util",
 1143 "memchr",
 1144 "pin-project-lite",
 1145]
 1146
 1147[[package]]
 1148name = "atoi"
 1149version = "2.0.0"
 1150source = "registry+https://github.com/rust-lang/crates.io-index"
 1151checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1152dependencies = [
 1153 "num-traits",
 1154]
 1155
 1156[[package]]
 1157name = "atomic"
 1158version = "0.5.3"
 1159source = "registry+https://github.com/rust-lang/crates.io-index"
 1160checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1161
 1162[[package]]
 1163name = "atomic-waker"
 1164version = "1.1.2"
 1165source = "registry+https://github.com/rust-lang/crates.io-index"
 1166checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1167
 1168[[package]]
 1169name = "audio"
 1170version = "0.1.0"
 1171dependencies = [
 1172 "anyhow",
 1173 "collections",
 1174 "derive_more",
 1175 "gpui",
 1176 "parking_lot",
 1177 "rodio",
 1178 "util",
 1179]
 1180
 1181[[package]]
 1182name = "auto_update"
 1183version = "0.1.0"
 1184dependencies = [
 1185 "anyhow",
 1186 "client",
 1187 "db",
 1188 "gpui",
 1189 "http_client",
 1190 "log",
 1191 "paths",
 1192 "release_channel",
 1193 "schemars",
 1194 "serde",
 1195 "serde_json",
 1196 "settings",
 1197 "smol",
 1198 "tempfile",
 1199 "which 6.0.3",
 1200 "workspace",
 1201]
 1202
 1203[[package]]
 1204name = "auto_update_ui"
 1205version = "0.1.0"
 1206dependencies = [
 1207 "anyhow",
 1208 "auto_update",
 1209 "client",
 1210 "editor",
 1211 "gpui",
 1212 "http_client",
 1213 "markdown_preview",
 1214 "release_channel",
 1215 "serde",
 1216 "serde_json",
 1217 "smol",
 1218 "util",
 1219 "workspace",
 1220]
 1221
 1222[[package]]
 1223name = "autocfg"
 1224version = "1.4.0"
 1225source = "registry+https://github.com/rust-lang/crates.io-index"
 1226checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
 1227
 1228[[package]]
 1229name = "av1-grain"
 1230version = "0.2.3"
 1231source = "registry+https://github.com/rust-lang/crates.io-index"
 1232checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
 1233dependencies = [
 1234 "anyhow",
 1235 "arrayvec",
 1236 "log",
 1237 "nom",
 1238 "num-rational",
 1239 "v_frame",
 1240]
 1241
 1242[[package]]
 1243name = "avif-serialize"
 1244version = "0.8.2"
 1245source = "registry+https://github.com/rust-lang/crates.io-index"
 1246checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
 1247dependencies = [
 1248 "arrayvec",
 1249]
 1250
 1251[[package]]
 1252name = "aws-config"
 1253version = "1.5.16"
 1254source = "registry+https://github.com/rust-lang/crates.io-index"
 1255checksum = "50236e4d60fe8458de90a71c0922c761e41755adf091b1b03de1cef537179915"
 1256dependencies = [
 1257 "aws-credential-types",
 1258 "aws-runtime",
 1259 "aws-sdk-sso",
 1260 "aws-sdk-ssooidc",
 1261 "aws-sdk-sts",
 1262 "aws-smithy-async",
 1263 "aws-smithy-http",
 1264 "aws-smithy-json",
 1265 "aws-smithy-runtime",
 1266 "aws-smithy-runtime-api",
 1267 "aws-smithy-types",
 1268 "aws-types",
 1269 "bytes 1.10.1",
 1270 "fastrand 2.3.0",
 1271 "hex",
 1272 "http 0.2.12",
 1273 "ring",
 1274 "time",
 1275 "tokio",
 1276 "tracing",
 1277 "url",
 1278 "zeroize",
 1279]
 1280
 1281[[package]]
 1282name = "aws-credential-types"
 1283version = "1.2.1"
 1284source = "registry+https://github.com/rust-lang/crates.io-index"
 1285checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
 1286dependencies = [
 1287 "aws-smithy-async",
 1288 "aws-smithy-runtime-api",
 1289 "aws-smithy-types",
 1290 "zeroize",
 1291]
 1292
 1293[[package]]
 1294name = "aws-lc-rs"
 1295version = "1.12.6"
 1296source = "registry+https://github.com/rust-lang/crates.io-index"
 1297checksum = "dabb68eb3a7aa08b46fddfd59a3d55c978243557a90ab804769f7e20e67d2b01"
 1298dependencies = [
 1299 "aws-lc-sys",
 1300 "zeroize",
 1301]
 1302
 1303[[package]]
 1304name = "aws-lc-sys"
 1305version = "0.27.0"
 1306source = "registry+https://github.com/rust-lang/crates.io-index"
 1307checksum = "6bbe221bbf523b625a4dd8585c7f38166e31167ec2ca98051dbcb4c3b6e825d2"
 1308dependencies = [
 1309 "bindgen 0.69.5",
 1310 "cc",
 1311 "cmake",
 1312 "dunce",
 1313 "fs_extra",
 1314]
 1315
 1316[[package]]
 1317name = "aws-runtime"
 1318version = "1.5.5"
 1319source = "registry+https://github.com/rust-lang/crates.io-index"
 1320checksum = "76dd04d39cc12844c0994f2c9c5a6f5184c22e9188ec1ff723de41910a21dcad"
 1321dependencies = [
 1322 "aws-credential-types",
 1323 "aws-sigv4",
 1324 "aws-smithy-async",
 1325 "aws-smithy-eventstream",
 1326 "aws-smithy-http",
 1327 "aws-smithy-runtime",
 1328 "aws-smithy-runtime-api",
 1329 "aws-smithy-types",
 1330 "aws-types",
 1331 "bytes 1.10.1",
 1332 "fastrand 2.3.0",
 1333 "http 0.2.12",
 1334 "http-body 0.4.6",
 1335 "once_cell",
 1336 "percent-encoding",
 1337 "pin-project-lite",
 1338 "tracing",
 1339 "uuid",
 1340]
 1341
 1342[[package]]
 1343name = "aws-sdk-bedrockruntime"
 1344version = "1.74.0"
 1345source = "registry+https://github.com/rust-lang/crates.io-index"
 1346checksum = "6938541d1948a543bca23303fec4cff9c36bf0e63b8fa3ae1b337bcb9d5b81af"
 1347dependencies = [
 1348 "aws-credential-types",
 1349 "aws-runtime",
 1350 "aws-smithy-async",
 1351 "aws-smithy-eventstream",
 1352 "aws-smithy-http",
 1353 "aws-smithy-json",
 1354 "aws-smithy-runtime",
 1355 "aws-smithy-runtime-api",
 1356 "aws-smithy-types",
 1357 "aws-types",
 1358 "bytes 1.10.1",
 1359 "fastrand 2.3.0",
 1360 "http 0.2.12",
 1361 "once_cell",
 1362 "regex-lite",
 1363 "tracing",
 1364]
 1365
 1366[[package]]
 1367name = "aws-sdk-kinesis"
 1368version = "1.61.0"
 1369source = "registry+https://github.com/rust-lang/crates.io-index"
 1370checksum = "89f2163d8704e8fdcd51ec6c2e0441c418471e422ee9690451b17a1c46344e1a"
 1371dependencies = [
 1372 "aws-credential-types",
 1373 "aws-runtime",
 1374 "aws-smithy-async",
 1375 "aws-smithy-http",
 1376 "aws-smithy-json",
 1377 "aws-smithy-runtime",
 1378 "aws-smithy-runtime-api",
 1379 "aws-smithy-types",
 1380 "aws-types",
 1381 "bytes 1.10.1",
 1382 "http 0.2.12",
 1383 "once_cell",
 1384 "regex-lite",
 1385 "tracing",
 1386]
 1387
 1388[[package]]
 1389name = "aws-sdk-s3"
 1390version = "1.76.0"
 1391source = "registry+https://github.com/rust-lang/crates.io-index"
 1392checksum = "66e83401ad7287ad15244d557e35502c2a94105ca5b41d656c391f1a4fc04ca2"
 1393dependencies = [
 1394 "aws-credential-types",
 1395 "aws-runtime",
 1396 "aws-sigv4",
 1397 "aws-smithy-async",
 1398 "aws-smithy-checksums",
 1399 "aws-smithy-eventstream",
 1400 "aws-smithy-http",
 1401 "aws-smithy-json",
 1402 "aws-smithy-runtime",
 1403 "aws-smithy-runtime-api",
 1404 "aws-smithy-types",
 1405 "aws-smithy-xml",
 1406 "aws-types",
 1407 "bytes 1.10.1",
 1408 "fastrand 2.3.0",
 1409 "hex",
 1410 "hmac",
 1411 "http 0.2.12",
 1412 "http-body 0.4.6",
 1413 "lru",
 1414 "once_cell",
 1415 "percent-encoding",
 1416 "regex-lite",
 1417 "sha2",
 1418 "tracing",
 1419 "url",
 1420]
 1421
 1422[[package]]
 1423name = "aws-sdk-sso"
 1424version = "1.58.0"
 1425source = "registry+https://github.com/rust-lang/crates.io-index"
 1426checksum = "16ff718c9ee45cc1ebd4774a0e086bb80a6ab752b4902edf1c9f56b86ee1f770"
 1427dependencies = [
 1428 "aws-credential-types",
 1429 "aws-runtime",
 1430 "aws-smithy-async",
 1431 "aws-smithy-http",
 1432 "aws-smithy-json",
 1433 "aws-smithy-runtime",
 1434 "aws-smithy-runtime-api",
 1435 "aws-smithy-types",
 1436 "aws-types",
 1437 "bytes 1.10.1",
 1438 "http 0.2.12",
 1439 "once_cell",
 1440 "regex-lite",
 1441 "tracing",
 1442]
 1443
 1444[[package]]
 1445name = "aws-sdk-ssooidc"
 1446version = "1.59.0"
 1447source = "registry+https://github.com/rust-lang/crates.io-index"
 1448checksum = "5183e088715cc135d8d396fdd3bc02f018f0da4c511f53cb8d795b6a31c55809"
 1449dependencies = [
 1450 "aws-credential-types",
 1451 "aws-runtime",
 1452 "aws-smithy-async",
 1453 "aws-smithy-http",
 1454 "aws-smithy-json",
 1455 "aws-smithy-runtime",
 1456 "aws-smithy-runtime-api",
 1457 "aws-smithy-types",
 1458 "aws-types",
 1459 "bytes 1.10.1",
 1460 "http 0.2.12",
 1461 "once_cell",
 1462 "regex-lite",
 1463 "tracing",
 1464]
 1465
 1466[[package]]
 1467name = "aws-sdk-sts"
 1468version = "1.59.0"
 1469source = "registry+https://github.com/rust-lang/crates.io-index"
 1470checksum = "c9f944ef032717596639cea4a2118a3a457268ef51bbb5fde9637e54c465da00"
 1471dependencies = [
 1472 "aws-credential-types",
 1473 "aws-runtime",
 1474 "aws-smithy-async",
 1475 "aws-smithy-http",
 1476 "aws-smithy-json",
 1477 "aws-smithy-query",
 1478 "aws-smithy-runtime",
 1479 "aws-smithy-runtime-api",
 1480 "aws-smithy-types",
 1481 "aws-smithy-xml",
 1482 "aws-types",
 1483 "http 0.2.12",
 1484 "once_cell",
 1485 "regex-lite",
 1486 "tracing",
 1487]
 1488
 1489[[package]]
 1490name = "aws-sigv4"
 1491version = "1.2.9"
 1492source = "registry+https://github.com/rust-lang/crates.io-index"
 1493checksum = "9bfe75fad52793ce6dec0dc3d4b1f388f038b5eb866c8d4d7f3a8e21b5ea5051"
 1494dependencies = [
 1495 "aws-credential-types",
 1496 "aws-smithy-eventstream",
 1497 "aws-smithy-http",
 1498 "aws-smithy-runtime-api",
 1499 "aws-smithy-types",
 1500 "bytes 1.10.1",
 1501 "crypto-bigint 0.5.5",
 1502 "form_urlencoded",
 1503 "hex",
 1504 "hmac",
 1505 "http 0.2.12",
 1506 "http 1.2.0",
 1507 "once_cell",
 1508 "p256",
 1509 "percent-encoding",
 1510 "ring",
 1511 "sha2",
 1512 "subtle",
 1513 "time",
 1514 "tracing",
 1515 "zeroize",
 1516]
 1517
 1518[[package]]
 1519name = "aws-smithy-async"
 1520version = "1.2.4"
 1521source = "registry+https://github.com/rust-lang/crates.io-index"
 1522checksum = "fa59d1327d8b5053c54bf2eaae63bf629ba9e904434d0835a28ed3c0ed0a614e"
 1523dependencies = [
 1524 "futures-util",
 1525 "pin-project-lite",
 1526 "tokio",
 1527]
 1528
 1529[[package]]
 1530name = "aws-smithy-checksums"
 1531version = "0.62.0"
 1532source = "registry+https://github.com/rust-lang/crates.io-index"
 1533checksum = "f2f45a1c384d7a393026bc5f5c177105aa9fa68e4749653b985707ac27d77295"
 1534dependencies = [
 1535 "aws-smithy-http",
 1536 "aws-smithy-types",
 1537 "bytes 1.10.1",
 1538 "crc32c",
 1539 "crc32fast",
 1540 "crc64fast-nvme",
 1541 "hex",
 1542 "http 0.2.12",
 1543 "http-body 0.4.6",
 1544 "md-5",
 1545 "pin-project-lite",
 1546 "sha1",
 1547 "sha2",
 1548 "tracing",
 1549]
 1550
 1551[[package]]
 1552name = "aws-smithy-eventstream"
 1553version = "0.60.6"
 1554source = "registry+https://github.com/rust-lang/crates.io-index"
 1555checksum = "8b18559a41e0c909b77625adf2b8c50de480a8041e5e4a3f5f7d177db70abc5a"
 1556dependencies = [
 1557 "aws-smithy-types",
 1558 "bytes 1.10.1",
 1559 "crc32fast",
 1560]
 1561
 1562[[package]]
 1563name = "aws-smithy-http"
 1564version = "0.60.12"
 1565source = "registry+https://github.com/rust-lang/crates.io-index"
 1566checksum = "7809c27ad8da6a6a68c454e651d4962479e81472aa19ae99e59f9aba1f9713cc"
 1567dependencies = [
 1568 "aws-smithy-eventstream",
 1569 "aws-smithy-runtime-api",
 1570 "aws-smithy-types",
 1571 "bytes 1.10.1",
 1572 "bytes-utils",
 1573 "futures-core",
 1574 "http 0.2.12",
 1575 "http-body 0.4.6",
 1576 "once_cell",
 1577 "percent-encoding",
 1578 "pin-project-lite",
 1579 "pin-utils",
 1580 "tracing",
 1581]
 1582
 1583[[package]]
 1584name = "aws-smithy-json"
 1585version = "0.61.2"
 1586source = "registry+https://github.com/rust-lang/crates.io-index"
 1587checksum = "623a51127f24c30776c8b374295f2df78d92517386f77ba30773f15a30ce1422"
 1588dependencies = [
 1589 "aws-smithy-types",
 1590]
 1591
 1592[[package]]
 1593name = "aws-smithy-query"
 1594version = "0.60.7"
 1595source = "registry+https://github.com/rust-lang/crates.io-index"
 1596checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
 1597dependencies = [
 1598 "aws-smithy-types",
 1599 "urlencoding",
 1600]
 1601
 1602[[package]]
 1603name = "aws-smithy-runtime"
 1604version = "1.7.8"
 1605source = "registry+https://github.com/rust-lang/crates.io-index"
 1606checksum = "d526a12d9ed61fadefda24abe2e682892ba288c2018bcb38b1b4c111d13f6d92"
 1607dependencies = [
 1608 "aws-smithy-async",
 1609 "aws-smithy-http",
 1610 "aws-smithy-runtime-api",
 1611 "aws-smithy-types",
 1612 "bytes 1.10.1",
 1613 "fastrand 2.3.0",
 1614 "h2 0.3.26",
 1615 "http 0.2.12",
 1616 "http-body 0.4.6",
 1617 "http-body 1.0.1",
 1618 "httparse",
 1619 "hyper 0.14.32",
 1620 "hyper-rustls 0.24.2",
 1621 "once_cell",
 1622 "pin-project-lite",
 1623 "pin-utils",
 1624 "rustls 0.21.12",
 1625 "tokio",
 1626 "tracing",
 1627]
 1628
 1629[[package]]
 1630name = "aws-smithy-runtime-api"
 1631version = "1.7.3"
 1632source = "registry+https://github.com/rust-lang/crates.io-index"
 1633checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
 1634dependencies = [
 1635 "aws-smithy-async",
 1636 "aws-smithy-types",
 1637 "bytes 1.10.1",
 1638 "http 0.2.12",
 1639 "http 1.2.0",
 1640 "pin-project-lite",
 1641 "tokio",
 1642 "tracing",
 1643 "zeroize",
 1644]
 1645
 1646[[package]]
 1647name = "aws-smithy-types"
 1648version = "1.2.13"
 1649source = "registry+https://github.com/rust-lang/crates.io-index"
 1650checksum = "c7b8a53819e42f10d0821f56da995e1470b199686a1809168db6ca485665f042"
 1651dependencies = [
 1652 "base64-simd",
 1653 "bytes 1.10.1",
 1654 "bytes-utils",
 1655 "futures-core",
 1656 "http 0.2.12",
 1657 "http 1.2.0",
 1658 "http-body 0.4.6",
 1659 "http-body 1.0.1",
 1660 "http-body-util",
 1661 "itoa",
 1662 "num-integer",
 1663 "pin-project-lite",
 1664 "pin-utils",
 1665 "ryu",
 1666 "serde",
 1667 "time",
 1668 "tokio",
 1669 "tokio-util",
 1670]
 1671
 1672[[package]]
 1673name = "aws-smithy-xml"
 1674version = "0.60.9"
 1675source = "registry+https://github.com/rust-lang/crates.io-index"
 1676checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
 1677dependencies = [
 1678 "xmlparser",
 1679]
 1680
 1681[[package]]
 1682name = "aws-types"
 1683version = "1.3.5"
 1684source = "registry+https://github.com/rust-lang/crates.io-index"
 1685checksum = "dfbd0a668309ec1f66c0f6bda4840dd6d4796ae26d699ebc266d7cc95c6d040f"
 1686dependencies = [
 1687 "aws-credential-types",
 1688 "aws-smithy-async",
 1689 "aws-smithy-runtime-api",
 1690 "aws-smithy-types",
 1691 "rustc_version",
 1692 "tracing",
 1693]
 1694
 1695[[package]]
 1696name = "aws_http_client"
 1697version = "0.1.0"
 1698dependencies = [
 1699 "aws-smithy-runtime-api",
 1700 "aws-smithy-types",
 1701 "futures 0.3.31",
 1702 "http_client",
 1703 "tokio",
 1704]
 1705
 1706[[package]]
 1707name = "axum"
 1708version = "0.6.20"
 1709source = "registry+https://github.com/rust-lang/crates.io-index"
 1710checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1711dependencies = [
 1712 "async-trait",
 1713 "axum-core",
 1714 "base64 0.21.7",
 1715 "bitflags 1.3.2",
 1716 "bytes 1.10.1",
 1717 "futures-util",
 1718 "headers",
 1719 "http 0.2.12",
 1720 "http-body 0.4.6",
 1721 "hyper 0.14.32",
 1722 "itoa",
 1723 "matchit",
 1724 "memchr",
 1725 "mime",
 1726 "percent-encoding",
 1727 "pin-project-lite",
 1728 "rustversion",
 1729 "serde",
 1730 "serde_json",
 1731 "serde_path_to_error",
 1732 "serde_urlencoded",
 1733 "sha1",
 1734 "sync_wrapper 0.1.2",
 1735 "tokio",
 1736 "tokio-tungstenite 0.20.1",
 1737 "tower",
 1738 "tower-layer",
 1739 "tower-service",
 1740]
 1741
 1742[[package]]
 1743name = "axum-core"
 1744version = "0.3.4"
 1745source = "registry+https://github.com/rust-lang/crates.io-index"
 1746checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1747dependencies = [
 1748 "async-trait",
 1749 "bytes 1.10.1",
 1750 "futures-util",
 1751 "http 0.2.12",
 1752 "http-body 0.4.6",
 1753 "mime",
 1754 "rustversion",
 1755 "tower-layer",
 1756 "tower-service",
 1757]
 1758
 1759[[package]]
 1760name = "axum-extra"
 1761version = "0.4.2"
 1762source = "registry+https://github.com/rust-lang/crates.io-index"
 1763checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
 1764dependencies = [
 1765 "axum",
 1766 "bytes 1.10.1",
 1767 "futures-util",
 1768 "http 0.2.12",
 1769 "mime",
 1770 "pin-project-lite",
 1771 "serde",
 1772 "serde_json",
 1773 "tokio",
 1774 "tower",
 1775 "tower-http 0.3.5",
 1776 "tower-layer",
 1777 "tower-service",
 1778]
 1779
 1780[[package]]
 1781name = "backtrace"
 1782version = "0.3.74"
 1783source = "registry+https://github.com/rust-lang/crates.io-index"
 1784checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
 1785dependencies = [
 1786 "addr2line",
 1787 "cfg-if",
 1788 "libc",
 1789 "miniz_oxide",
 1790 "object",
 1791 "rustc-demangle",
 1792 "windows-targets 0.52.6",
 1793]
 1794
 1795[[package]]
 1796name = "base16ct"
 1797version = "0.1.1"
 1798source = "registry+https://github.com/rust-lang/crates.io-index"
 1799checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1800
 1801[[package]]
 1802name = "base64"
 1803version = "0.13.1"
 1804source = "registry+https://github.com/rust-lang/crates.io-index"
 1805checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
 1806
 1807[[package]]
 1808name = "base64"
 1809version = "0.21.7"
 1810source = "registry+https://github.com/rust-lang/crates.io-index"
 1811checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1812
 1813[[package]]
 1814name = "base64"
 1815version = "0.22.1"
 1816source = "registry+https://github.com/rust-lang/crates.io-index"
 1817checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1818
 1819[[package]]
 1820name = "base64-simd"
 1821version = "0.8.0"
 1822source = "registry+https://github.com/rust-lang/crates.io-index"
 1823checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1824dependencies = [
 1825 "outref",
 1826 "vsimd",
 1827]
 1828
 1829[[package]]
 1830name = "base64ct"
 1831version = "1.6.0"
 1832source = "registry+https://github.com/rust-lang/crates.io-index"
 1833checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
 1834
 1835[[package]]
 1836name = "bedrock"
 1837version = "0.1.0"
 1838dependencies = [
 1839 "anyhow",
 1840 "aws-sdk-bedrockruntime",
 1841 "aws-smithy-types",
 1842 "futures 0.3.31",
 1843 "schemars",
 1844 "serde",
 1845 "serde_json",
 1846 "strum",
 1847 "thiserror 2.0.12",
 1848 "tokio",
 1849]
 1850
 1851[[package]]
 1852name = "bigdecimal"
 1853version = "0.4.7"
 1854source = "registry+https://github.com/rust-lang/crates.io-index"
 1855checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
 1856dependencies = [
 1857 "autocfg",
 1858 "libm",
 1859 "num-bigint",
 1860 "num-integer",
 1861 "num-traits",
 1862 "serde",
 1863]
 1864
 1865[[package]]
 1866name = "bincode"
 1867version = "1.3.3"
 1868source = "registry+https://github.com/rust-lang/crates.io-index"
 1869checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1870dependencies = [
 1871 "serde",
 1872]
 1873
 1874[[package]]
 1875name = "bindgen"
 1876version = "0.69.5"
 1877source = "registry+https://github.com/rust-lang/crates.io-index"
 1878checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
 1879dependencies = [
 1880 "bitflags 2.9.0",
 1881 "cexpr",
 1882 "clang-sys",
 1883 "itertools 0.10.5",
 1884 "lazy_static",
 1885 "lazycell",
 1886 "log",
 1887 "prettyplease",
 1888 "proc-macro2",
 1889 "quote",
 1890 "regex",
 1891 "rustc-hash 1.1.0",
 1892 "shlex",
 1893 "syn 2.0.100",
 1894 "which 4.4.2",
 1895]
 1896
 1897[[package]]
 1898name = "bindgen"
 1899version = "0.70.1"
 1900source = "registry+https://github.com/rust-lang/crates.io-index"
 1901checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
 1902dependencies = [
 1903 "bitflags 2.9.0",
 1904 "cexpr",
 1905 "clang-sys",
 1906 "itertools 0.10.5",
 1907 "log",
 1908 "prettyplease",
 1909 "proc-macro2",
 1910 "quote",
 1911 "regex",
 1912 "rustc-hash 1.1.0",
 1913 "shlex",
 1914 "syn 2.0.100",
 1915]
 1916
 1917[[package]]
 1918name = "bit-set"
 1919version = "0.5.3"
 1920source = "registry+https://github.com/rust-lang/crates.io-index"
 1921checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
 1922dependencies = [
 1923 "bit-vec 0.6.3",
 1924]
 1925
 1926[[package]]
 1927name = "bit-set"
 1928version = "0.8.0"
 1929source = "registry+https://github.com/rust-lang/crates.io-index"
 1930checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1931dependencies = [
 1932 "bit-vec 0.8.0",
 1933]
 1934
 1935[[package]]
 1936name = "bit-vec"
 1937version = "0.6.3"
 1938source = "registry+https://github.com/rust-lang/crates.io-index"
 1939checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
 1940
 1941[[package]]
 1942name = "bit-vec"
 1943version = "0.8.0"
 1944source = "registry+https://github.com/rust-lang/crates.io-index"
 1945checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 1946
 1947[[package]]
 1948name = "bit_field"
 1949version = "0.10.2"
 1950source = "registry+https://github.com/rust-lang/crates.io-index"
 1951checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
 1952
 1953[[package]]
 1954name = "bitflags"
 1955version = "1.3.2"
 1956source = "registry+https://github.com/rust-lang/crates.io-index"
 1957checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 1958
 1959[[package]]
 1960name = "bitflags"
 1961version = "2.9.0"
 1962source = "registry+https://github.com/rust-lang/crates.io-index"
 1963checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
 1964dependencies = [
 1965 "serde",
 1966]
 1967
 1968[[package]]
 1969name = "bitstream-io"
 1970version = "2.6.0"
 1971source = "registry+https://github.com/rust-lang/crates.io-index"
 1972checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 1973
 1974[[package]]
 1975name = "bitvec"
 1976version = "1.0.1"
 1977source = "registry+https://github.com/rust-lang/crates.io-index"
 1978checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 1979dependencies = [
 1980 "funty",
 1981 "radium",
 1982 "tap",
 1983 "wyz",
 1984]
 1985
 1986[[package]]
 1987name = "blade-graphics"
 1988version = "0.6.0"
 1989source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 1990dependencies = [
 1991 "ash",
 1992 "ash-window",
 1993 "bitflags 2.9.0",
 1994 "bytemuck",
 1995 "codespan-reporting",
 1996 "glow",
 1997 "gpu-alloc",
 1998 "gpu-alloc-ash",
 1999 "hidden-trait",
 2000 "js-sys",
 2001 "khronos-egl",
 2002 "libloading",
 2003 "log",
 2004 "mint",
 2005 "naga",
 2006 "objc2",
 2007 "objc2-app-kit",
 2008 "objc2-foundation",
 2009 "objc2-metal",
 2010 "objc2-quartz-core",
 2011 "objc2-ui-kit",
 2012 "raw-window-handle",
 2013 "slab",
 2014 "wasm-bindgen",
 2015 "web-sys",
 2016]
 2017
 2018[[package]]
 2019name = "blade-macros"
 2020version = "0.3.0"
 2021source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 2022dependencies = [
 2023 "proc-macro2",
 2024 "quote",
 2025 "syn 2.0.100",
 2026]
 2027
 2028[[package]]
 2029name = "blade-util"
 2030version = "0.2.0"
 2031source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 2032dependencies = [
 2033 "blade-graphics",
 2034 "bytemuck",
 2035 "log",
 2036 "profiling",
 2037]
 2038
 2039[[package]]
 2040name = "blake3"
 2041version = "1.7.0"
 2042source = "registry+https://github.com/rust-lang/crates.io-index"
 2043checksum = "b17679a8d69b6d7fd9cd9801a536cec9fa5e5970b69f9d4747f70b39b031f5e7"
 2044dependencies = [
 2045 "arrayref",
 2046 "arrayvec",
 2047 "cc",
 2048 "cfg-if",
 2049 "constant_time_eq 0.3.1",
 2050]
 2051
 2052[[package]]
 2053name = "block"
 2054version = "0.1.6"
 2055source = "registry+https://github.com/rust-lang/crates.io-index"
 2056checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2057
 2058[[package]]
 2059name = "block-buffer"
 2060version = "0.10.4"
 2061source = "registry+https://github.com/rust-lang/crates.io-index"
 2062checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2063dependencies = [
 2064 "generic-array",
 2065]
 2066
 2067[[package]]
 2068name = "block-padding"
 2069version = "0.3.3"
 2070source = "registry+https://github.com/rust-lang/crates.io-index"
 2071checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2072dependencies = [
 2073 "generic-array",
 2074]
 2075
 2076[[package]]
 2077name = "block2"
 2078version = "0.5.1"
 2079source = "registry+https://github.com/rust-lang/crates.io-index"
 2080checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
 2081dependencies = [
 2082 "objc2",
 2083]
 2084
 2085[[package]]
 2086name = "blocking"
 2087version = "1.6.1"
 2088source = "registry+https://github.com/rust-lang/crates.io-index"
 2089checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
 2090dependencies = [
 2091 "async-channel 2.3.1",
 2092 "async-task",
 2093 "futures-io",
 2094 "futures-lite 2.6.0",
 2095 "piper",
 2096]
 2097
 2098[[package]]
 2099name = "borsh"
 2100version = "1.5.3"
 2101source = "registry+https://github.com/rust-lang/crates.io-index"
 2102checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
 2103dependencies = [
 2104 "borsh-derive",
 2105 "cfg_aliases 0.2.1",
 2106]
 2107
 2108[[package]]
 2109name = "borsh-derive"
 2110version = "1.5.3"
 2111source = "registry+https://github.com/rust-lang/crates.io-index"
 2112checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
 2113dependencies = [
 2114 "once_cell",
 2115 "proc-macro-crate",
 2116 "proc-macro2",
 2117 "quote",
 2118 "syn 2.0.100",
 2119]
 2120
 2121[[package]]
 2122name = "breadcrumbs"
 2123version = "0.1.0"
 2124dependencies = [
 2125 "editor",
 2126 "gpui",
 2127 "itertools 0.14.0",
 2128 "theme",
 2129 "ui",
 2130 "workspace",
 2131 "zed_actions",
 2132]
 2133
 2134[[package]]
 2135name = "bstr"
 2136version = "1.11.1"
 2137source = "registry+https://github.com/rust-lang/crates.io-index"
 2138checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
 2139dependencies = [
 2140 "memchr",
 2141 "regex-automata 0.4.9",
 2142 "serde",
 2143]
 2144
 2145[[package]]
 2146name = "buffer_diff"
 2147version = "0.1.0"
 2148dependencies = [
 2149 "anyhow",
 2150 "clock",
 2151 "ctor",
 2152 "env_logger 0.11.7",
 2153 "futures 0.3.31",
 2154 "git2",
 2155 "gpui",
 2156 "language",
 2157 "log",
 2158 "pretty_assertions",
 2159 "rand 0.8.5",
 2160 "rope",
 2161 "serde_json",
 2162 "sum_tree",
 2163 "text",
 2164 "unindent",
 2165 "util",
 2166]
 2167
 2168[[package]]
 2169name = "built"
 2170version = "0.7.5"
 2171source = "registry+https://github.com/rust-lang/crates.io-index"
 2172checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
 2173
 2174[[package]]
 2175name = "bumpalo"
 2176version = "3.16.0"
 2177source = "registry+https://github.com/rust-lang/crates.io-index"
 2178checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
 2179dependencies = [
 2180 "allocator-api2",
 2181]
 2182
 2183[[package]]
 2184name = "by_address"
 2185version = "1.2.1"
 2186source = "registry+https://github.com/rust-lang/crates.io-index"
 2187checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2188
 2189[[package]]
 2190name = "bytecheck"
 2191version = "0.6.12"
 2192source = "registry+https://github.com/rust-lang/crates.io-index"
 2193checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2194dependencies = [
 2195 "bytecheck_derive",
 2196 "ptr_meta",
 2197 "simdutf8",
 2198]
 2199
 2200[[package]]
 2201name = "bytecheck_derive"
 2202version = "0.6.12"
 2203source = "registry+https://github.com/rust-lang/crates.io-index"
 2204checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2205dependencies = [
 2206 "proc-macro2",
 2207 "quote",
 2208 "syn 1.0.109",
 2209]
 2210
 2211[[package]]
 2212name = "bytemuck"
 2213version = "1.21.0"
 2214source = "registry+https://github.com/rust-lang/crates.io-index"
 2215checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
 2216dependencies = [
 2217 "bytemuck_derive",
 2218]
 2219
 2220[[package]]
 2221name = "bytemuck_derive"
 2222version = "1.8.0"
 2223source = "registry+https://github.com/rust-lang/crates.io-index"
 2224checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
 2225dependencies = [
 2226 "proc-macro2",
 2227 "quote",
 2228 "syn 2.0.100",
 2229]
 2230
 2231[[package]]
 2232name = "byteorder"
 2233version = "1.5.0"
 2234source = "registry+https://github.com/rust-lang/crates.io-index"
 2235checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2236
 2237[[package]]
 2238name = "byteorder-lite"
 2239version = "0.1.0"
 2240source = "registry+https://github.com/rust-lang/crates.io-index"
 2241checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2242
 2243[[package]]
 2244name = "bytes"
 2245version = "0.4.12"
 2246source = "registry+https://github.com/rust-lang/crates.io-index"
 2247checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2248dependencies = [
 2249 "byteorder",
 2250 "iovec",
 2251]
 2252
 2253[[package]]
 2254name = "bytes"
 2255version = "1.10.1"
 2256source = "registry+https://github.com/rust-lang/crates.io-index"
 2257checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
 2258
 2259[[package]]
 2260name = "bytes-utils"
 2261version = "0.1.4"
 2262source = "registry+https://github.com/rust-lang/crates.io-index"
 2263checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2264dependencies = [
 2265 "bytes 1.10.1",
 2266 "either",
 2267]
 2268
 2269[[package]]
 2270name = "bzip2"
 2271version = "0.4.4"
 2272source = "registry+https://github.com/rust-lang/crates.io-index"
 2273checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2274dependencies = [
 2275 "bzip2-sys",
 2276 "libc",
 2277]
 2278
 2279[[package]]
 2280name = "bzip2-sys"
 2281version = "0.1.11+1.0.8"
 2282source = "registry+https://github.com/rust-lang/crates.io-index"
 2283checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
 2284dependencies = [
 2285 "cc",
 2286 "libc",
 2287 "pkg-config",
 2288]
 2289
 2290[[package]]
 2291name = "call"
 2292version = "0.1.0"
 2293dependencies = [
 2294 "anyhow",
 2295 "audio",
 2296 "client",
 2297 "collections",
 2298 "fs",
 2299 "futures 0.3.31",
 2300 "gpui",
 2301 "http_client",
 2302 "language",
 2303 "livekit_client",
 2304 "livekit_client_macos",
 2305 "log",
 2306 "postage",
 2307 "project",
 2308 "schemars",
 2309 "serde",
 2310 "serde_derive",
 2311 "settings",
 2312 "telemetry",
 2313 "util",
 2314]
 2315
 2316[[package]]
 2317name = "calloop"
 2318version = "0.13.0"
 2319source = "registry+https://github.com/rust-lang/crates.io-index"
 2320checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
 2321dependencies = [
 2322 "bitflags 2.9.0",
 2323 "log",
 2324 "polling",
 2325 "rustix",
 2326 "slab",
 2327 "thiserror 1.0.69",
 2328]
 2329
 2330[[package]]
 2331name = "calloop-wayland-source"
 2332version = "0.3.0"
 2333source = "registry+https://github.com/rust-lang/crates.io-index"
 2334checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
 2335dependencies = [
 2336 "calloop",
 2337 "rustix",
 2338 "wayland-backend",
 2339 "wayland-client",
 2340]
 2341
 2342[[package]]
 2343name = "camino"
 2344version = "1.1.9"
 2345source = "registry+https://github.com/rust-lang/crates.io-index"
 2346checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
 2347dependencies = [
 2348 "serde",
 2349]
 2350
 2351[[package]]
 2352name = "cap-fs-ext"
 2353version = "3.4.2"
 2354source = "registry+https://github.com/rust-lang/crates.io-index"
 2355checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
 2356dependencies = [
 2357 "cap-primitives",
 2358 "cap-std",
 2359 "io-lifetimes",
 2360 "windows-sys 0.59.0",
 2361]
 2362
 2363[[package]]
 2364name = "cap-net-ext"
 2365version = "3.4.2"
 2366source = "registry+https://github.com/rust-lang/crates.io-index"
 2367checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
 2368dependencies = [
 2369 "cap-primitives",
 2370 "cap-std",
 2371 "rustix",
 2372 "smallvec",
 2373]
 2374
 2375[[package]]
 2376name = "cap-primitives"
 2377version = "3.4.2"
 2378source = "registry+https://github.com/rust-lang/crates.io-index"
 2379checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
 2380dependencies = [
 2381 "ambient-authority",
 2382 "fs-set-times",
 2383 "io-extras",
 2384 "io-lifetimes",
 2385 "ipnet",
 2386 "maybe-owned",
 2387 "rustix",
 2388 "windows-sys 0.59.0",
 2389 "winx",
 2390]
 2391
 2392[[package]]
 2393name = "cap-rand"
 2394version = "3.4.2"
 2395source = "registry+https://github.com/rust-lang/crates.io-index"
 2396checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
 2397dependencies = [
 2398 "ambient-authority",
 2399 "rand 0.8.5",
 2400]
 2401
 2402[[package]]
 2403name = "cap-std"
 2404version = "3.4.2"
 2405source = "registry+https://github.com/rust-lang/crates.io-index"
 2406checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
 2407dependencies = [
 2408 "cap-primitives",
 2409 "io-extras",
 2410 "io-lifetimes",
 2411 "rustix",
 2412]
 2413
 2414[[package]]
 2415name = "cap-time-ext"
 2416version = "3.4.2"
 2417source = "registry+https://github.com/rust-lang/crates.io-index"
 2418checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
 2419dependencies = [
 2420 "ambient-authority",
 2421 "cap-primitives",
 2422 "iana-time-zone",
 2423 "once_cell",
 2424 "rustix",
 2425 "winx",
 2426]
 2427
 2428[[package]]
 2429name = "cargo-platform"
 2430version = "0.1.9"
 2431source = "registry+https://github.com/rust-lang/crates.io-index"
 2432checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2433dependencies = [
 2434 "serde",
 2435]
 2436
 2437[[package]]
 2438name = "cargo_metadata"
 2439version = "0.19.2"
 2440source = "registry+https://github.com/rust-lang/crates.io-index"
 2441checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2442dependencies = [
 2443 "camino",
 2444 "cargo-platform",
 2445 "semver",
 2446 "serde",
 2447 "serde_json",
 2448 "thiserror 2.0.12",
 2449]
 2450
 2451[[package]]
 2452name = "cargo_toml"
 2453version = "0.21.0"
 2454source = "registry+https://github.com/rust-lang/crates.io-index"
 2455checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2456dependencies = [
 2457 "serde",
 2458 "toml 0.8.20",
 2459]
 2460
 2461[[package]]
 2462name = "cast"
 2463version = "0.3.0"
 2464source = "registry+https://github.com/rust-lang/crates.io-index"
 2465checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2466
 2467[[package]]
 2468name = "cbc"
 2469version = "0.1.2"
 2470source = "registry+https://github.com/rust-lang/crates.io-index"
 2471checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2472dependencies = [
 2473 "cipher",
 2474]
 2475
 2476[[package]]
 2477name = "cbindgen"
 2478version = "0.27.0"
 2479source = "registry+https://github.com/rust-lang/crates.io-index"
 2480checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
 2481dependencies = [
 2482 "clap",
 2483 "heck 0.4.1",
 2484 "indexmap",
 2485 "log",
 2486 "proc-macro2",
 2487 "quote",
 2488 "serde",
 2489 "serde_json",
 2490 "syn 2.0.100",
 2491 "tempfile",
 2492 "toml 0.8.20",
 2493]
 2494
 2495[[package]]
 2496name = "cbindgen"
 2497version = "0.28.0"
 2498source = "registry+https://github.com/rust-lang/crates.io-index"
 2499checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2500dependencies = [
 2501 "heck 0.4.1",
 2502 "indexmap",
 2503 "log",
 2504 "proc-macro2",
 2505 "quote",
 2506 "serde",
 2507 "serde_json",
 2508 "syn 2.0.100",
 2509 "tempfile",
 2510 "toml 0.8.20",
 2511]
 2512
 2513[[package]]
 2514name = "cc"
 2515version = "1.2.12"
 2516source = "registry+https://github.com/rust-lang/crates.io-index"
 2517checksum = "755717a7de9ec452bf7f3f1a3099085deabd7f2962b861dae91ecd7a365903d2"
 2518dependencies = [
 2519 "jobserver",
 2520 "libc",
 2521 "shlex",
 2522]
 2523
 2524[[package]]
 2525name = "cesu8"
 2526version = "1.1.0"
 2527source = "registry+https://github.com/rust-lang/crates.io-index"
 2528checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2529
 2530[[package]]
 2531name = "cexpr"
 2532version = "0.6.0"
 2533source = "registry+https://github.com/rust-lang/crates.io-index"
 2534checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2535dependencies = [
 2536 "nom",
 2537]
 2538
 2539[[package]]
 2540name = "cfg-expr"
 2541version = "0.15.8"
 2542source = "registry+https://github.com/rust-lang/crates.io-index"
 2543checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2544dependencies = [
 2545 "smallvec",
 2546 "target-lexicon 0.12.16",
 2547]
 2548
 2549[[package]]
 2550name = "cfg-if"
 2551version = "1.0.0"
 2552source = "registry+https://github.com/rust-lang/crates.io-index"
 2553checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 2554
 2555[[package]]
 2556name = "cfg_aliases"
 2557version = "0.1.1"
 2558source = "registry+https://github.com/rust-lang/crates.io-index"
 2559checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2560
 2561[[package]]
 2562name = "cfg_aliases"
 2563version = "0.2.1"
 2564source = "registry+https://github.com/rust-lang/crates.io-index"
 2565checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2566
 2567[[package]]
 2568name = "channel"
 2569version = "0.1.0"
 2570dependencies = [
 2571 "anyhow",
 2572 "client",
 2573 "clock",
 2574 "collections",
 2575 "futures 0.3.31",
 2576 "gpui",
 2577 "http_client",
 2578 "language",
 2579 "log",
 2580 "rand 0.8.5",
 2581 "release_channel",
 2582 "rpc",
 2583 "settings",
 2584 "sum_tree",
 2585 "text",
 2586 "time",
 2587 "util",
 2588]
 2589
 2590[[package]]
 2591name = "chrono"
 2592version = "0.4.40"
 2593source = "registry+https://github.com/rust-lang/crates.io-index"
 2594checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
 2595dependencies = [
 2596 "android-tzdata",
 2597 "iana-time-zone",
 2598 "js-sys",
 2599 "num-traits",
 2600 "serde",
 2601 "wasm-bindgen",
 2602 "windows-link",
 2603]
 2604
 2605[[package]]
 2606name = "chunked_transfer"
 2607version = "1.5.0"
 2608source = "registry+https://github.com/rust-lang/crates.io-index"
 2609checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2610
 2611[[package]]
 2612name = "ciborium"
 2613version = "0.2.2"
 2614source = "registry+https://github.com/rust-lang/crates.io-index"
 2615checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2616dependencies = [
 2617 "ciborium-io",
 2618 "ciborium-ll",
 2619 "serde",
 2620]
 2621
 2622[[package]]
 2623name = "ciborium-io"
 2624version = "0.2.2"
 2625source = "registry+https://github.com/rust-lang/crates.io-index"
 2626checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2627
 2628[[package]]
 2629name = "ciborium-ll"
 2630version = "0.2.2"
 2631source = "registry+https://github.com/rust-lang/crates.io-index"
 2632checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2633dependencies = [
 2634 "ciborium-io",
 2635 "half",
 2636]
 2637
 2638[[package]]
 2639name = "cipher"
 2640version = "0.4.4"
 2641source = "registry+https://github.com/rust-lang/crates.io-index"
 2642checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2643dependencies = [
 2644 "crypto-common",
 2645 "inout",
 2646 "zeroize",
 2647]
 2648
 2649[[package]]
 2650name = "circular-buffer"
 2651version = "1.0.0"
 2652source = "registry+https://github.com/rust-lang/crates.io-index"
 2653checksum = "4dacb91f972298e70fc507a2ffcaf1545807f1a36da586fb846646030adc542f"
 2654
 2655[[package]]
 2656name = "clang-sys"
 2657version = "1.8.1"
 2658source = "registry+https://github.com/rust-lang/crates.io-index"
 2659checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2660dependencies = [
 2661 "glob",
 2662 "libc",
 2663 "libloading",
 2664]
 2665
 2666[[package]]
 2667name = "clap"
 2668version = "4.5.34"
 2669source = "registry+https://github.com/rust-lang/crates.io-index"
 2670checksum = "e958897981290da2a852763fe9cdb89cd36977a5d729023127095fa94d95e2ff"
 2671dependencies = [
 2672 "clap_builder",
 2673 "clap_derive",
 2674]
 2675
 2676[[package]]
 2677name = "clap_builder"
 2678version = "4.5.34"
 2679source = "registry+https://github.com/rust-lang/crates.io-index"
 2680checksum = "83b0f35019843db2160b5bb19ae09b4e6411ac33fc6a712003c33e03090e2489"
 2681dependencies = [
 2682 "anstream",
 2683 "anstyle",
 2684 "clap_lex",
 2685 "strsim",
 2686 "terminal_size",
 2687]
 2688
 2689[[package]]
 2690name = "clap_complete"
 2691version = "4.5.38"
 2692source = "registry+https://github.com/rust-lang/crates.io-index"
 2693checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
 2694dependencies = [
 2695 "clap",
 2696]
 2697
 2698[[package]]
 2699name = "clap_derive"
 2700version = "4.5.32"
 2701source = "registry+https://github.com/rust-lang/crates.io-index"
 2702checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
 2703dependencies = [
 2704 "heck 0.5.0",
 2705 "proc-macro2",
 2706 "quote",
 2707 "syn 2.0.100",
 2708]
 2709
 2710[[package]]
 2711name = "clap_lex"
 2712version = "0.7.4"
 2713source = "registry+https://github.com/rust-lang/crates.io-index"
 2714checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
 2715
 2716[[package]]
 2717name = "cli"
 2718version = "0.1.0"
 2719dependencies = [
 2720 "anyhow",
 2721 "clap",
 2722 "collections",
 2723 "core-foundation 0.9.4",
 2724 "core-services",
 2725 "exec",
 2726 "fork",
 2727 "ipc-channel",
 2728 "parking_lot",
 2729 "paths",
 2730 "plist",
 2731 "release_channel",
 2732 "serde",
 2733 "tempfile",
 2734 "util",
 2735 "windows 0.61.1",
 2736]
 2737
 2738[[package]]
 2739name = "client"
 2740version = "0.1.0"
 2741dependencies = [
 2742 "anyhow",
 2743 "async-native-tls",
 2744 "async-recursion 0.3.2",
 2745 "async-tungstenite",
 2746 "chrono",
 2747 "clock",
 2748 "cocoa 0.26.0",
 2749 "collections",
 2750 "credentials_provider",
 2751 "feature_flags",
 2752 "futures 0.3.31",
 2753 "gpui",
 2754 "http_client",
 2755 "http_client_tls",
 2756 "log",
 2757 "parking_lot",
 2758 "paths",
 2759 "postage",
 2760 "rand 0.8.5",
 2761 "release_channel",
 2762 "rpc",
 2763 "schemars",
 2764 "serde",
 2765 "serde_json",
 2766 "settings",
 2767 "sha2",
 2768 "smol",
 2769 "telemetry",
 2770 "telemetry_events",
 2771 "text",
 2772 "thiserror 2.0.12",
 2773 "time",
 2774 "tiny_http",
 2775 "tokio-socks",
 2776 "url",
 2777 "util",
 2778 "windows 0.61.1",
 2779 "worktree",
 2780]
 2781
 2782[[package]]
 2783name = "clock"
 2784version = "0.1.0"
 2785dependencies = [
 2786 "parking_lot",
 2787 "serde",
 2788 "smallvec",
 2789]
 2790
 2791[[package]]
 2792name = "cmake"
 2793version = "0.1.53"
 2794source = "registry+https://github.com/rust-lang/crates.io-index"
 2795checksum = "e24a03c8b52922d68a1589ad61032f2c1aa5a8158d2aa0d93c6e9534944bbad6"
 2796dependencies = [
 2797 "cc",
 2798]
 2799
 2800[[package]]
 2801name = "cobs"
 2802version = "0.2.3"
 2803source = "registry+https://github.com/rust-lang/crates.io-index"
 2804checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
 2805
 2806[[package]]
 2807name = "cocoa"
 2808version = "0.25.0"
 2809source = "registry+https://github.com/rust-lang/crates.io-index"
 2810checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 2811dependencies = [
 2812 "bitflags 1.3.2",
 2813 "block",
 2814 "cocoa-foundation 0.1.2",
 2815 "core-foundation 0.9.4",
 2816 "core-graphics 0.23.2",
 2817 "foreign-types 0.5.0",
 2818 "libc",
 2819 "objc",
 2820]
 2821
 2822[[package]]
 2823name = "cocoa"
 2824version = "0.26.0"
 2825source = "registry+https://github.com/rust-lang/crates.io-index"
 2826checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 2827dependencies = [
 2828 "bitflags 2.9.0",
 2829 "block",
 2830 "cocoa-foundation 0.2.0",
 2831 "core-foundation 0.10.0",
 2832 "core-graphics 0.24.0",
 2833 "foreign-types 0.5.0",
 2834 "libc",
 2835 "objc",
 2836]
 2837
 2838[[package]]
 2839name = "cocoa-foundation"
 2840version = "0.1.2"
 2841source = "registry+https://github.com/rust-lang/crates.io-index"
 2842checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 2843dependencies = [
 2844 "bitflags 1.3.2",
 2845 "block",
 2846 "core-foundation 0.9.4",
 2847 "core-graphics-types 0.1.3",
 2848 "libc",
 2849 "objc",
 2850]
 2851
 2852[[package]]
 2853name = "cocoa-foundation"
 2854version = "0.2.0"
 2855source = "registry+https://github.com/rust-lang/crates.io-index"
 2856checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 2857dependencies = [
 2858 "bitflags 2.9.0",
 2859 "block",
 2860 "core-foundation 0.10.0",
 2861 "core-graphics-types 0.2.0",
 2862 "libc",
 2863 "objc",
 2864]
 2865
 2866[[package]]
 2867name = "codespan-reporting"
 2868version = "0.11.1"
 2869source = "registry+https://github.com/rust-lang/crates.io-index"
 2870checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
 2871dependencies = [
 2872 "termcolor",
 2873 "unicode-width",
 2874]
 2875
 2876[[package]]
 2877name = "collab"
 2878version = "0.44.0"
 2879dependencies = [
 2880 "anthropic",
 2881 "anyhow",
 2882 "assistant",
 2883 "assistant_context_editor",
 2884 "assistant_slash_command",
 2885 "assistant_tool",
 2886 "async-stripe",
 2887 "async-trait",
 2888 "async-tungstenite",
 2889 "audio",
 2890 "aws-config",
 2891 "aws-sdk-kinesis",
 2892 "aws-sdk-s3",
 2893 "axum",
 2894 "axum-extra",
 2895 "base64 0.22.1",
 2896 "buffer_diff",
 2897 "call",
 2898 "channel",
 2899 "chrono",
 2900 "client",
 2901 "clock",
 2902 "collab_ui",
 2903 "collections",
 2904 "command_palette_hooks",
 2905 "context_server",
 2906 "ctor",
 2907 "dap",
 2908 "dashmap 6.1.0",
 2909 "debugger_ui",
 2910 "derive_more",
 2911 "editor",
 2912 "env_logger 0.11.7",
 2913 "envy",
 2914 "extension",
 2915 "file_finder",
 2916 "fs",
 2917 "futures 0.3.31",
 2918 "git",
 2919 "git_hosting_providers",
 2920 "git_ui",
 2921 "google_ai",
 2922 "gpui",
 2923 "hex",
 2924 "http_client",
 2925 "hyper 0.14.32",
 2926 "indoc",
 2927 "jsonwebtoken",
 2928 "language",
 2929 "language_model",
 2930 "livekit_api",
 2931 "livekit_client",
 2932 "livekit_client_macos",
 2933 "log",
 2934 "lsp",
 2935 "menu",
 2936 "multi_buffer",
 2937 "nanoid",
 2938 "node_runtime",
 2939 "notifications",
 2940 "open_ai",
 2941 "parking_lot",
 2942 "pretty_assertions",
 2943 "project",
 2944 "prometheus",
 2945 "prompt_store",
 2946 "prost 0.9.0",
 2947 "rand 0.8.5",
 2948 "recent_projects",
 2949 "release_channel",
 2950 "remote",
 2951 "remote_server",
 2952 "reqwest 0.11.27",
 2953 "reqwest_client",
 2954 "rpc",
 2955 "rustc-demangle",
 2956 "scrypt",
 2957 "sea-orm",
 2958 "semantic_version",
 2959 "semver",
 2960 "serde",
 2961 "serde_derive",
 2962 "serde_json",
 2963 "session",
 2964 "settings",
 2965 "sha2",
 2966 "sqlx",
 2967 "strum",
 2968 "subtle",
 2969 "supermaven_api",
 2970 "telemetry_events",
 2971 "text",
 2972 "theme",
 2973 "thiserror 2.0.12",
 2974 "time",
 2975 "tokio",
 2976 "toml 0.8.20",
 2977 "tower",
 2978 "tower-http 0.4.4",
 2979 "tracing",
 2980 "tracing-subscriber",
 2981 "unindent",
 2982 "util",
 2983 "uuid",
 2984 "workspace",
 2985 "worktree",
 2986]
 2987
 2988[[package]]
 2989name = "collab_ui"
 2990version = "0.1.0"
 2991dependencies = [
 2992 "anyhow",
 2993 "call",
 2994 "channel",
 2995 "chrono",
 2996 "client",
 2997 "collections",
 2998 "db",
 2999 "editor",
 3000 "emojis",
 3001 "futures 0.3.31",
 3002 "fuzzy",
 3003 "gpui",
 3004 "http_client",
 3005 "language",
 3006 "menu",
 3007 "notifications",
 3008 "picker",
 3009 "pretty_assertions",
 3010 "project",
 3011 "release_channel",
 3012 "rich_text",
 3013 "rpc",
 3014 "schemars",
 3015 "serde",
 3016 "serde_derive",
 3017 "serde_json",
 3018 "settings",
 3019 "smallvec",
 3020 "story",
 3021 "telemetry",
 3022 "theme",
 3023 "time",
 3024 "time_format",
 3025 "title_bar",
 3026 "tree-sitter-md",
 3027 "ui",
 3028 "util",
 3029 "workspace",
 3030]
 3031
 3032[[package]]
 3033name = "collections"
 3034version = "0.1.0"
 3035dependencies = [
 3036 "indexmap",
 3037 "rustc-hash 2.1.1",
 3038]
 3039
 3040[[package]]
 3041name = "color_quant"
 3042version = "1.1.0"
 3043source = "registry+https://github.com/rust-lang/crates.io-index"
 3044checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3045
 3046[[package]]
 3047name = "colorchoice"
 3048version = "1.0.3"
 3049source = "registry+https://github.com/rust-lang/crates.io-index"
 3050checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
 3051
 3052[[package]]
 3053name = "combine"
 3054version = "4.6.7"
 3055source = "registry+https://github.com/rust-lang/crates.io-index"
 3056checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3057dependencies = [
 3058 "bytes 1.10.1",
 3059 "memchr",
 3060]
 3061
 3062[[package]]
 3063name = "command_palette"
 3064version = "0.1.0"
 3065dependencies = [
 3066 "client",
 3067 "collections",
 3068 "command_palette_hooks",
 3069 "ctor",
 3070 "editor",
 3071 "env_logger 0.11.7",
 3072 "fuzzy",
 3073 "go_to_line",
 3074 "gpui",
 3075 "language",
 3076 "menu",
 3077 "picker",
 3078 "postage",
 3079 "project",
 3080 "serde",
 3081 "serde_json",
 3082 "settings",
 3083 "telemetry",
 3084 "theme",
 3085 "ui",
 3086 "util",
 3087 "workspace",
 3088 "zed_actions",
 3089]
 3090
 3091[[package]]
 3092name = "command_palette_hooks"
 3093version = "0.1.0"
 3094dependencies = [
 3095 "collections",
 3096 "derive_more",
 3097 "gpui",
 3098]
 3099
 3100[[package]]
 3101name = "component"
 3102version = "0.1.0"
 3103dependencies = [
 3104 "collections",
 3105 "gpui",
 3106 "linkme",
 3107 "parking_lot",
 3108 "theme",
 3109]
 3110
 3111[[package]]
 3112name = "component_preview"
 3113version = "0.1.0"
 3114dependencies = [
 3115 "client",
 3116 "collections",
 3117 "component",
 3118 "gpui",
 3119 "languages",
 3120 "notifications",
 3121 "project",
 3122 "ui",
 3123 "workspace",
 3124]
 3125
 3126[[package]]
 3127name = "concurrent-queue"
 3128version = "2.5.0"
 3129source = "registry+https://github.com/rust-lang/crates.io-index"
 3130checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3131dependencies = [
 3132 "crossbeam-utils",
 3133]
 3134
 3135[[package]]
 3136name = "console"
 3137version = "0.15.8"
 3138source = "registry+https://github.com/rust-lang/crates.io-index"
 3139checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
 3140dependencies = [
 3141 "encode_unicode",
 3142 "lazy_static",
 3143 "libc",
 3144 "unicode-width",
 3145 "windows-sys 0.52.0",
 3146]
 3147
 3148[[package]]
 3149name = "const-oid"
 3150version = "0.9.6"
 3151source = "registry+https://github.com/rust-lang/crates.io-index"
 3152checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3153
 3154[[package]]
 3155name = "const-random"
 3156version = "0.1.18"
 3157source = "registry+https://github.com/rust-lang/crates.io-index"
 3158checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3159dependencies = [
 3160 "const-random-macro",
 3161]
 3162
 3163[[package]]
 3164name = "const-random-macro"
 3165version = "0.1.16"
 3166source = "registry+https://github.com/rust-lang/crates.io-index"
 3167checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3168dependencies = [
 3169 "getrandom 0.2.15",
 3170 "once_cell",
 3171 "tiny-keccak",
 3172]
 3173
 3174[[package]]
 3175name = "constant_time_eq"
 3176version = "0.1.5"
 3177source = "registry+https://github.com/rust-lang/crates.io-index"
 3178checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3179
 3180[[package]]
 3181name = "constant_time_eq"
 3182version = "0.3.1"
 3183source = "registry+https://github.com/rust-lang/crates.io-index"
 3184checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
 3185
 3186[[package]]
 3187name = "context_server"
 3188version = "0.1.0"
 3189dependencies = [
 3190 "anyhow",
 3191 "assistant_tool",
 3192 "async-trait",
 3193 "collections",
 3194 "command_palette_hooks",
 3195 "context_server_settings",
 3196 "extension",
 3197 "futures 0.3.31",
 3198 "gpui",
 3199 "icons",
 3200 "language_model",
 3201 "log",
 3202 "parking_lot",
 3203 "postage",
 3204 "project",
 3205 "serde",
 3206 "serde_json",
 3207 "settings",
 3208 "smol",
 3209 "url",
 3210 "util",
 3211]
 3212
 3213[[package]]
 3214name = "context_server_settings"
 3215version = "0.1.0"
 3216dependencies = [
 3217 "anyhow",
 3218 "collections",
 3219 "gpui",
 3220 "schemars",
 3221 "serde",
 3222 "serde_json",
 3223 "settings",
 3224]
 3225
 3226[[package]]
 3227name = "convert_case"
 3228version = "0.4.0"
 3229source = "registry+https://github.com/rust-lang/crates.io-index"
 3230checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
 3231
 3232[[package]]
 3233name = "convert_case"
 3234version = "0.8.0"
 3235source = "registry+https://github.com/rust-lang/crates.io-index"
 3236checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3237dependencies = [
 3238 "unicode-segmentation",
 3239]
 3240
 3241[[package]]
 3242name = "copilot"
 3243version = "0.1.0"
 3244dependencies = [
 3245 "anyhow",
 3246 "async-std",
 3247 "chrono",
 3248 "client",
 3249 "clock",
 3250 "collections",
 3251 "command_palette_hooks",
 3252 "ctor",
 3253 "editor",
 3254 "env_logger 0.11.7",
 3255 "fs",
 3256 "futures 0.3.31",
 3257 "gpui",
 3258 "http_client",
 3259 "indoc",
 3260 "inline_completion",
 3261 "language",
 3262 "log",
 3263 "lsp",
 3264 "menu",
 3265 "node_runtime",
 3266 "parking_lot",
 3267 "paths",
 3268 "project",
 3269 "rpc",
 3270 "schemars",
 3271 "serde",
 3272 "serde_json",
 3273 "settings",
 3274 "strum",
 3275 "task",
 3276 "theme",
 3277 "ui",
 3278 "util",
 3279 "workspace",
 3280]
 3281
 3282[[package]]
 3283name = "core-foundation"
 3284version = "0.9.4"
 3285source = "registry+https://github.com/rust-lang/crates.io-index"
 3286checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3287dependencies = [
 3288 "core-foundation-sys",
 3289 "libc",
 3290]
 3291
 3292[[package]]
 3293name = "core-foundation"
 3294version = "0.10.0"
 3295source = "registry+https://github.com/rust-lang/crates.io-index"
 3296checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3297dependencies = [
 3298 "core-foundation-sys",
 3299 "libc",
 3300]
 3301
 3302[[package]]
 3303name = "core-foundation-sys"
 3304version = "0.8.7"
 3305source = "registry+https://github.com/rust-lang/crates.io-index"
 3306checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3307
 3308[[package]]
 3309name = "core-graphics"
 3310version = "0.23.2"
 3311source = "registry+https://github.com/rust-lang/crates.io-index"
 3312checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3313dependencies = [
 3314 "bitflags 1.3.2",
 3315 "core-foundation 0.9.4",
 3316 "core-graphics-types 0.1.3",
 3317 "foreign-types 0.5.0",
 3318 "libc",
 3319]
 3320
 3321[[package]]
 3322name = "core-graphics"
 3323version = "0.24.0"
 3324source = "registry+https://github.com/rust-lang/crates.io-index"
 3325checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3326dependencies = [
 3327 "bitflags 2.9.0",
 3328 "core-foundation 0.10.0",
 3329 "core-graphics-types 0.2.0",
 3330 "foreign-types 0.5.0",
 3331 "libc",
 3332]
 3333
 3334[[package]]
 3335name = "core-graphics-types"
 3336version = "0.1.3"
 3337source = "registry+https://github.com/rust-lang/crates.io-index"
 3338checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3339dependencies = [
 3340 "bitflags 1.3.2",
 3341 "core-foundation 0.9.4",
 3342 "libc",
 3343]
 3344
 3345[[package]]
 3346name = "core-graphics-types"
 3347version = "0.2.0"
 3348source = "registry+https://github.com/rust-lang/crates.io-index"
 3349checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3350dependencies = [
 3351 "bitflags 2.9.0",
 3352 "core-foundation 0.10.0",
 3353 "libc",
 3354]
 3355
 3356[[package]]
 3357name = "core-services"
 3358version = "0.2.1"
 3359source = "registry+https://github.com/rust-lang/crates.io-index"
 3360checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3361dependencies = [
 3362 "core-foundation 0.9.4",
 3363]
 3364
 3365[[package]]
 3366name = "core-text"
 3367version = "20.1.0"
 3368source = "registry+https://github.com/rust-lang/crates.io-index"
 3369checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
 3370dependencies = [
 3371 "core-foundation 0.9.4",
 3372 "core-graphics 0.23.2",
 3373 "foreign-types 0.5.0",
 3374 "libc",
 3375]
 3376
 3377[[package]]
 3378name = "core_maths"
 3379version = "0.1.1"
 3380source = "registry+https://github.com/rust-lang/crates.io-index"
 3381checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3382dependencies = [
 3383 "libm",
 3384]
 3385
 3386[[package]]
 3387name = "coreaudio-rs"
 3388version = "0.11.3"
 3389source = "registry+https://github.com/rust-lang/crates.io-index"
 3390checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
 3391dependencies = [
 3392 "bitflags 1.3.2",
 3393 "core-foundation-sys",
 3394 "coreaudio-sys",
 3395]
 3396
 3397[[package]]
 3398name = "coreaudio-rs"
 3399version = "0.12.1"
 3400source = "registry+https://github.com/rust-lang/crates.io-index"
 3401checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3402dependencies = [
 3403 "bitflags 1.3.2",
 3404 "core-foundation-sys",
 3405 "coreaudio-sys",
 3406]
 3407
 3408[[package]]
 3409name = "coreaudio-sys"
 3410version = "0.2.16"
 3411source = "registry+https://github.com/rust-lang/crates.io-index"
 3412checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
 3413dependencies = [
 3414 "bindgen 0.70.1",
 3415]
 3416
 3417[[package]]
 3418name = "cosmic-text"
 3419version = "0.13.2"
 3420source = "registry+https://github.com/rust-lang/crates.io-index"
 3421checksum = "e418dd4f5128c3e93eab12246391c54a20c496811131f85754dc8152ee207892"
 3422dependencies = [
 3423 "bitflags 2.9.0",
 3424 "fontdb 0.16.2",
 3425 "log",
 3426 "rangemap",
 3427 "rustc-hash 1.1.0",
 3428 "rustybuzz 0.14.1",
 3429 "self_cell",
 3430 "smol_str 0.2.2",
 3431 "swash",
 3432 "sys-locale",
 3433 "ttf-parser 0.21.1",
 3434 "unicode-bidi",
 3435 "unicode-linebreak",
 3436 "unicode-script",
 3437 "unicode-segmentation",
 3438]
 3439
 3440[[package]]
 3441name = "cpal"
 3442version = "0.15.3"
 3443source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
 3444dependencies = [
 3445 "alsa",
 3446 "core-foundation-sys",
 3447 "coreaudio-rs 0.11.3",
 3448 "dasp_sample",
 3449 "jni",
 3450 "js-sys",
 3451 "libc",
 3452 "mach2",
 3453 "ndk",
 3454 "ndk-context",
 3455 "oboe",
 3456 "wasm-bindgen",
 3457 "wasm-bindgen-futures",
 3458 "web-sys",
 3459 "windows 0.54.0",
 3460]
 3461
 3462[[package]]
 3463name = "cpp_demangle"
 3464version = "0.4.4"
 3465source = "registry+https://github.com/rust-lang/crates.io-index"
 3466checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
 3467dependencies = [
 3468 "cfg-if",
 3469]
 3470
 3471[[package]]
 3472name = "cpufeatures"
 3473version = "0.2.16"
 3474source = "registry+https://github.com/rust-lang/crates.io-index"
 3475checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
 3476dependencies = [
 3477 "libc",
 3478]
 3479
 3480[[package]]
 3481name = "cranelift-bforest"
 3482version = "0.116.1"
 3483source = "registry+https://github.com/rust-lang/crates.io-index"
 3484checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
 3485dependencies = [
 3486 "cranelift-entity",
 3487]
 3488
 3489[[package]]
 3490name = "cranelift-bitset"
 3491version = "0.116.1"
 3492source = "registry+https://github.com/rust-lang/crates.io-index"
 3493checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
 3494dependencies = [
 3495 "serde",
 3496 "serde_derive",
 3497]
 3498
 3499[[package]]
 3500name = "cranelift-codegen"
 3501version = "0.116.1"
 3502source = "registry+https://github.com/rust-lang/crates.io-index"
 3503checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
 3504dependencies = [
 3505 "bumpalo",
 3506 "cranelift-bforest",
 3507 "cranelift-bitset",
 3508 "cranelift-codegen-meta",
 3509 "cranelift-codegen-shared",
 3510 "cranelift-control",
 3511 "cranelift-entity",
 3512 "cranelift-isle",
 3513 "gimli",
 3514 "hashbrown 0.14.5",
 3515 "log",
 3516 "regalloc2",
 3517 "rustc-hash 2.1.1",
 3518 "serde",
 3519 "smallvec",
 3520 "target-lexicon 0.13.2",
 3521]
 3522
 3523[[package]]
 3524name = "cranelift-codegen-meta"
 3525version = "0.116.1"
 3526source = "registry+https://github.com/rust-lang/crates.io-index"
 3527checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
 3528dependencies = [
 3529 "cranelift-codegen-shared",
 3530]
 3531
 3532[[package]]
 3533name = "cranelift-codegen-shared"
 3534version = "0.116.1"
 3535source = "registry+https://github.com/rust-lang/crates.io-index"
 3536checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
 3537
 3538[[package]]
 3539name = "cranelift-control"
 3540version = "0.116.1"
 3541source = "registry+https://github.com/rust-lang/crates.io-index"
 3542checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
 3543dependencies = [
 3544 "arbitrary",
 3545]
 3546
 3547[[package]]
 3548name = "cranelift-entity"
 3549version = "0.116.1"
 3550source = "registry+https://github.com/rust-lang/crates.io-index"
 3551checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
 3552dependencies = [
 3553 "cranelift-bitset",
 3554 "serde",
 3555 "serde_derive",
 3556]
 3557
 3558[[package]]
 3559name = "cranelift-frontend"
 3560version = "0.116.1"
 3561source = "registry+https://github.com/rust-lang/crates.io-index"
 3562checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
 3563dependencies = [
 3564 "cranelift-codegen",
 3565 "log",
 3566 "smallvec",
 3567 "target-lexicon 0.13.2",
 3568]
 3569
 3570[[package]]
 3571name = "cranelift-isle"
 3572version = "0.116.1"
 3573source = "registry+https://github.com/rust-lang/crates.io-index"
 3574checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
 3575
 3576[[package]]
 3577name = "cranelift-native"
 3578version = "0.116.1"
 3579source = "registry+https://github.com/rust-lang/crates.io-index"
 3580checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
 3581dependencies = [
 3582 "cranelift-codegen",
 3583 "libc",
 3584 "target-lexicon 0.13.2",
 3585]
 3586
 3587[[package]]
 3588name = "crc"
 3589version = "3.2.1"
 3590source = "registry+https://github.com/rust-lang/crates.io-index"
 3591checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
 3592dependencies = [
 3593 "crc-catalog",
 3594]
 3595
 3596[[package]]
 3597name = "crc-catalog"
 3598version = "2.4.0"
 3599source = "registry+https://github.com/rust-lang/crates.io-index"
 3600checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 3601
 3602[[package]]
 3603name = "crc32c"
 3604version = "0.6.8"
 3605source = "registry+https://github.com/rust-lang/crates.io-index"
 3606checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
 3607dependencies = [
 3608 "rustc_version",
 3609]
 3610
 3611[[package]]
 3612name = "crc32fast"
 3613version = "1.4.2"
 3614source = "registry+https://github.com/rust-lang/crates.io-index"
 3615checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
 3616dependencies = [
 3617 "cfg-if",
 3618]
 3619
 3620[[package]]
 3621name = "crc64fast-nvme"
 3622version = "1.1.1"
 3623source = "registry+https://github.com/rust-lang/crates.io-index"
 3624checksum = "d5e2ee08013e3f228d6d2394116c4549a6df77708442c62d887d83f68ef2ee37"
 3625dependencies = [
 3626 "cbindgen 0.27.0",
 3627 "crc",
 3628]
 3629
 3630[[package]]
 3631name = "credentials_provider"
 3632version = "0.1.0"
 3633dependencies = [
 3634 "anyhow",
 3635 "futures 0.3.31",
 3636 "gpui",
 3637 "paths",
 3638 "release_channel",
 3639 "serde",
 3640 "serde_json",
 3641]
 3642
 3643[[package]]
 3644name = "criterion"
 3645version = "0.5.1"
 3646source = "registry+https://github.com/rust-lang/crates.io-index"
 3647checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 3648dependencies = [
 3649 "anes",
 3650 "cast",
 3651 "ciborium",
 3652 "clap",
 3653 "criterion-plot",
 3654 "is-terminal",
 3655 "itertools 0.10.5",
 3656 "num-traits",
 3657 "once_cell",
 3658 "oorandom",
 3659 "plotters",
 3660 "rayon",
 3661 "regex",
 3662 "serde",
 3663 "serde_derive",
 3664 "serde_json",
 3665 "tinytemplate",
 3666 "walkdir",
 3667]
 3668
 3669[[package]]
 3670name = "criterion-plot"
 3671version = "0.5.0"
 3672source = "registry+https://github.com/rust-lang/crates.io-index"
 3673checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 3674dependencies = [
 3675 "cast",
 3676 "itertools 0.10.5",
 3677]
 3678
 3679[[package]]
 3680name = "crossbeam-channel"
 3681version = "0.5.13"
 3682source = "registry+https://github.com/rust-lang/crates.io-index"
 3683checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
 3684dependencies = [
 3685 "crossbeam-utils",
 3686]
 3687
 3688[[package]]
 3689name = "crossbeam-deque"
 3690version = "0.8.5"
 3691source = "registry+https://github.com/rust-lang/crates.io-index"
 3692checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
 3693dependencies = [
 3694 "crossbeam-epoch",
 3695 "crossbeam-utils",
 3696]
 3697
 3698[[package]]
 3699name = "crossbeam-epoch"
 3700version = "0.9.18"
 3701source = "registry+https://github.com/rust-lang/crates.io-index"
 3702checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 3703dependencies = [
 3704 "crossbeam-utils",
 3705]
 3706
 3707[[package]]
 3708name = "crossbeam-queue"
 3709version = "0.3.11"
 3710source = "registry+https://github.com/rust-lang/crates.io-index"
 3711checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
 3712dependencies = [
 3713 "crossbeam-utils",
 3714]
 3715
 3716[[package]]
 3717name = "crossbeam-utils"
 3718version = "0.8.20"
 3719source = "registry+https://github.com/rust-lang/crates.io-index"
 3720checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
 3721
 3722[[package]]
 3723name = "crunchy"
 3724version = "0.2.2"
 3725source = "registry+https://github.com/rust-lang/crates.io-index"
 3726checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
 3727
 3728[[package]]
 3729name = "crypto-bigint"
 3730version = "0.4.9"
 3731source = "registry+https://github.com/rust-lang/crates.io-index"
 3732checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 3733dependencies = [
 3734 "generic-array",
 3735 "rand_core 0.6.4",
 3736 "subtle",
 3737 "zeroize",
 3738]
 3739
 3740[[package]]
 3741name = "crypto-bigint"
 3742version = "0.5.5"
 3743source = "registry+https://github.com/rust-lang/crates.io-index"
 3744checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 3745dependencies = [
 3746 "rand_core 0.6.4",
 3747 "subtle",
 3748]
 3749
 3750[[package]]
 3751name = "crypto-common"
 3752version = "0.1.6"
 3753source = "registry+https://github.com/rust-lang/crates.io-index"
 3754checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 3755dependencies = [
 3756 "generic-array",
 3757 "rand_core 0.6.4",
 3758 "typenum",
 3759]
 3760
 3761[[package]]
 3762name = "ctor"
 3763version = "0.4.1"
 3764source = "registry+https://github.com/rust-lang/crates.io-index"
 3765checksum = "07e9666f4a9a948d4f1dff0c08a4512b0f7c86414b23960104c243c10d79f4c3"
 3766dependencies = [
 3767 "ctor-proc-macro",
 3768 "dtor",
 3769]
 3770
 3771[[package]]
 3772name = "ctor-proc-macro"
 3773version = "0.0.5"
 3774source = "registry+https://github.com/rust-lang/crates.io-index"
 3775checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
 3776
 3777[[package]]
 3778name = "ctrlc"
 3779version = "3.4.5"
 3780source = "registry+https://github.com/rust-lang/crates.io-index"
 3781checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
 3782dependencies = [
 3783 "nix",
 3784 "windows-sys 0.59.0",
 3785]
 3786
 3787[[package]]
 3788name = "cursor-icon"
 3789version = "1.1.0"
 3790source = "registry+https://github.com/rust-lang/crates.io-index"
 3791checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
 3792
 3793[[package]]
 3794name = "cxx"
 3795version = "1.0.134"
 3796source = "registry+https://github.com/rust-lang/crates.io-index"
 3797checksum = "a5a32d755fe20281b46118ee4b507233311fb7a48a0cfd42f554b93640521a2f"
 3798dependencies = [
 3799 "cc",
 3800 "cxxbridge-cmd",
 3801 "cxxbridge-flags",
 3802 "cxxbridge-macro",
 3803 "foldhash",
 3804 "link-cplusplus",
 3805]
 3806
 3807[[package]]
 3808name = "cxx-build"
 3809version = "1.0.134"
 3810source = "registry+https://github.com/rust-lang/crates.io-index"
 3811checksum = "11645536ada5d1c8804312cbffc9ab950f2216154de431de930da47ca6955199"
 3812dependencies = [
 3813 "cc",
 3814 "codespan-reporting",
 3815 "proc-macro2",
 3816 "quote",
 3817 "scratch",
 3818 "syn 2.0.100",
 3819]
 3820
 3821[[package]]
 3822name = "cxxbridge-cmd"
 3823version = "1.0.134"
 3824source = "registry+https://github.com/rust-lang/crates.io-index"
 3825checksum = "ebcc9c78e3c7289665aab921a2b394eaffe8bdb369aa18d81ffc0f534fd49385"
 3826dependencies = [
 3827 "clap",
 3828 "codespan-reporting",
 3829 "proc-macro2",
 3830 "quote",
 3831 "syn 2.0.100",
 3832]
 3833
 3834[[package]]
 3835name = "cxxbridge-flags"
 3836version = "1.0.134"
 3837source = "registry+https://github.com/rust-lang/crates.io-index"
 3838checksum = "3a22a87bd9e78d7204d793261470a4c9d585154fddd251828d8aefbb5f74c3bf"
 3839
 3840[[package]]
 3841name = "cxxbridge-macro"
 3842version = "1.0.134"
 3843source = "registry+https://github.com/rust-lang/crates.io-index"
 3844checksum = "1dfdb020ff8787c5daf6e0dca743005cc8782868faeadfbabb8824ede5cb1c72"
 3845dependencies = [
 3846 "proc-macro2",
 3847 "quote",
 3848 "rustversion",
 3849 "syn 2.0.100",
 3850]
 3851
 3852[[package]]
 3853name = "dap"
 3854version = "0.1.0"
 3855dependencies = [
 3856 "anyhow",
 3857 "async-compression",
 3858 "async-pipe",
 3859 "async-tar",
 3860 "async-trait",
 3861 "client",
 3862 "collections",
 3863 "dap-types",
 3864 "env_logger 0.11.7",
 3865 "fs",
 3866 "futures 0.3.31",
 3867 "gpui",
 3868 "http_client",
 3869 "language",
 3870 "log",
 3871 "node_runtime",
 3872 "parking_lot",
 3873 "paths",
 3874 "regex",
 3875 "schemars",
 3876 "serde",
 3877 "serde_json",
 3878 "settings",
 3879 "smallvec",
 3880 "smol",
 3881 "task",
 3882 "util",
 3883]
 3884
 3885[[package]]
 3886name = "dap-types"
 3887version = "0.0.1"
 3888source = "git+https://github.com/zed-industries/dap-types?rev=bfd4af0#bfd4af084bbaa5f344e6925370d7642e41d0b5b8"
 3889dependencies = [
 3890 "schemars",
 3891 "serde",
 3892 "serde_json",
 3893]
 3894
 3895[[package]]
 3896name = "dap_adapters"
 3897version = "0.1.0"
 3898dependencies = [
 3899 "anyhow",
 3900 "async-trait",
 3901 "dap",
 3902 "gpui",
 3903 "language",
 3904 "paths",
 3905 "regex",
 3906 "serde",
 3907 "serde_json",
 3908 "task",
 3909 "util",
 3910]
 3911
 3912[[package]]
 3913name = "dashmap"
 3914version = "5.5.3"
 3915source = "registry+https://github.com/rust-lang/crates.io-index"
 3916checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
 3917dependencies = [
 3918 "cfg-if",
 3919 "hashbrown 0.14.5",
 3920 "lock_api",
 3921 "once_cell",
 3922 "parking_lot_core",
 3923]
 3924
 3925[[package]]
 3926name = "dashmap"
 3927version = "6.1.0"
 3928source = "registry+https://github.com/rust-lang/crates.io-index"
 3929checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 3930dependencies = [
 3931 "cfg-if",
 3932 "crossbeam-utils",
 3933 "hashbrown 0.14.5",
 3934 "lock_api",
 3935 "once_cell",
 3936 "parking_lot_core",
 3937]
 3938
 3939[[package]]
 3940name = "dasp_sample"
 3941version = "0.11.0"
 3942source = "registry+https://github.com/rust-lang/crates.io-index"
 3943checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 3944
 3945[[package]]
 3946name = "data-encoding"
 3947version = "2.6.0"
 3948source = "registry+https://github.com/rust-lang/crates.io-index"
 3949checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
 3950
 3951[[package]]
 3952name = "data-url"
 3953version = "0.3.1"
 3954source = "registry+https://github.com/rust-lang/crates.io-index"
 3955checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
 3956
 3957[[package]]
 3958name = "db"
 3959version = "0.1.0"
 3960dependencies = [
 3961 "anyhow",
 3962 "gpui",
 3963 "indoc",
 3964 "log",
 3965 "paths",
 3966 "release_channel",
 3967 "smol",
 3968 "sqlez",
 3969 "sqlez_macros",
 3970 "tempfile",
 3971 "util",
 3972]
 3973
 3974[[package]]
 3975name = "dbus"
 3976version = "0.9.7"
 3977source = "registry+https://github.com/rust-lang/crates.io-index"
 3978checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
 3979dependencies = [
 3980 "libc",
 3981 "libdbus-sys",
 3982 "winapi",
 3983]
 3984
 3985[[package]]
 3986name = "debugger_tools"
 3987version = "0.1.0"
 3988dependencies = [
 3989 "anyhow",
 3990 "dap",
 3991 "editor",
 3992 "futures 0.3.31",
 3993 "gpui",
 3994 "project",
 3995 "serde_json",
 3996 "settings",
 3997 "smol",
 3998 "util",
 3999 "workspace",
 4000]
 4001
 4002[[package]]
 4003name = "debugger_ui"
 4004version = "0.1.0"
 4005dependencies = [
 4006 "anyhow",
 4007 "client",
 4008 "collections",
 4009 "command_palette_hooks",
 4010 "dap",
 4011 "editor",
 4012 "env_logger 0.11.7",
 4013 "feature_flags",
 4014 "futures 0.3.31",
 4015 "fuzzy",
 4016 "gpui",
 4017 "language",
 4018 "log",
 4019 "menu",
 4020 "picker",
 4021 "pretty_assertions",
 4022 "project",
 4023 "rpc",
 4024 "serde",
 4025 "serde_json",
 4026 "settings",
 4027 "sysinfo",
 4028 "task",
 4029 "terminal_view",
 4030 "theme",
 4031 "ui",
 4032 "unindent",
 4033 "util",
 4034 "workspace",
 4035]
 4036
 4037[[package]]
 4038name = "deepseek"
 4039version = "0.1.0"
 4040dependencies = [
 4041 "anyhow",
 4042 "futures 0.3.31",
 4043 "http_client",
 4044 "schemars",
 4045 "serde",
 4046 "serde_json",
 4047]
 4048
 4049[[package]]
 4050name = "deflate64"
 4051version = "0.1.9"
 4052source = "registry+https://github.com/rust-lang/crates.io-index"
 4053checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
 4054
 4055[[package]]
 4056name = "der"
 4057version = "0.6.1"
 4058source = "registry+https://github.com/rust-lang/crates.io-index"
 4059checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4060dependencies = [
 4061 "const-oid",
 4062 "zeroize",
 4063]
 4064
 4065[[package]]
 4066name = "der"
 4067version = "0.7.9"
 4068source = "registry+https://github.com/rust-lang/crates.io-index"
 4069checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
 4070dependencies = [
 4071 "const-oid",
 4072 "pem-rfc7468",
 4073 "zeroize",
 4074]
 4075
 4076[[package]]
 4077name = "deranged"
 4078version = "0.4.0"
 4079source = "registry+https://github.com/rust-lang/crates.io-index"
 4080checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
 4081dependencies = [
 4082 "powerfmt",
 4083 "serde",
 4084]
 4085
 4086[[package]]
 4087name = "derive_more"
 4088version = "0.99.19"
 4089source = "registry+https://github.com/rust-lang/crates.io-index"
 4090checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
 4091dependencies = [
 4092 "convert_case 0.4.0",
 4093 "proc-macro2",
 4094 "quote",
 4095 "rustc_version",
 4096 "syn 2.0.100",
 4097]
 4098
 4099[[package]]
 4100name = "derive_refineable"
 4101version = "0.1.0"
 4102dependencies = [
 4103 "proc-macro2",
 4104 "quote",
 4105 "syn 1.0.109",
 4106]
 4107
 4108[[package]]
 4109name = "diagnostics"
 4110version = "0.1.0"
 4111dependencies = [
 4112 "anyhow",
 4113 "client",
 4114 "collections",
 4115 "ctor",
 4116 "editor",
 4117 "env_logger 0.11.7",
 4118 "gpui",
 4119 "language",
 4120 "log",
 4121 "lsp",
 4122 "pretty_assertions",
 4123 "project",
 4124 "rand 0.8.5",
 4125 "serde",
 4126 "serde_json",
 4127 "settings",
 4128 "theme",
 4129 "ui",
 4130 "unindent",
 4131 "util",
 4132 "workspace",
 4133]
 4134
 4135[[package]]
 4136name = "dialoguer"
 4137version = "0.11.0"
 4138source = "registry+https://github.com/rust-lang/crates.io-index"
 4139checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4140dependencies = [
 4141 "console",
 4142 "fuzzy-matcher",
 4143 "shell-words",
 4144 "tempfile",
 4145 "thiserror 1.0.69",
 4146 "zeroize",
 4147]
 4148
 4149[[package]]
 4150name = "diff"
 4151version = "0.1.13"
 4152source = "registry+https://github.com/rust-lang/crates.io-index"
 4153checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4154
 4155[[package]]
 4156name = "digest"
 4157version = "0.10.7"
 4158source = "registry+https://github.com/rust-lang/crates.io-index"
 4159checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4160dependencies = [
 4161 "block-buffer",
 4162 "const-oid",
 4163 "crypto-common",
 4164 "subtle",
 4165]
 4166
 4167[[package]]
 4168name = "dirs"
 4169version = "4.0.0"
 4170source = "registry+https://github.com/rust-lang/crates.io-index"
 4171checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4172dependencies = [
 4173 "dirs-sys 0.3.7",
 4174]
 4175
 4176[[package]]
 4177name = "dirs"
 4178version = "5.0.1"
 4179source = "registry+https://github.com/rust-lang/crates.io-index"
 4180checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4181dependencies = [
 4182 "dirs-sys 0.4.1",
 4183]
 4184
 4185[[package]]
 4186name = "dirs-sys"
 4187version = "0.3.7"
 4188source = "registry+https://github.com/rust-lang/crates.io-index"
 4189checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4190dependencies = [
 4191 "libc",
 4192 "redox_users",
 4193 "winapi",
 4194]
 4195
 4196[[package]]
 4197name = "dirs-sys"
 4198version = "0.4.1"
 4199source = "registry+https://github.com/rust-lang/crates.io-index"
 4200checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4201dependencies = [
 4202 "libc",
 4203 "option-ext",
 4204 "redox_users",
 4205 "windows-sys 0.48.0",
 4206]
 4207
 4208[[package]]
 4209name = "displaydoc"
 4210version = "0.2.5"
 4211source = "registry+https://github.com/rust-lang/crates.io-index"
 4212checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4213dependencies = [
 4214 "proc-macro2",
 4215 "quote",
 4216 "syn 2.0.100",
 4217]
 4218
 4219[[package]]
 4220name = "dlib"
 4221version = "0.5.2"
 4222source = "registry+https://github.com/rust-lang/crates.io-index"
 4223checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4224dependencies = [
 4225 "libloading",
 4226]
 4227
 4228[[package]]
 4229name = "docs_preprocessor"
 4230version = "0.1.0"
 4231dependencies = [
 4232 "anyhow",
 4233 "clap",
 4234 "mdbook",
 4235 "regex",
 4236 "serde",
 4237 "serde_json",
 4238 "settings",
 4239 "util",
 4240]
 4241
 4242[[package]]
 4243name = "dotenvy"
 4244version = "0.15.7"
 4245source = "registry+https://github.com/rust-lang/crates.io-index"
 4246checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 4247
 4248[[package]]
 4249name = "downcast-rs"
 4250version = "1.2.1"
 4251source = "registry+https://github.com/rust-lang/crates.io-index"
 4252checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 4253
 4254[[package]]
 4255name = "doxygen-rs"
 4256version = "0.4.2"
 4257source = "registry+https://github.com/rust-lang/crates.io-index"
 4258checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 4259dependencies = [
 4260 "phf",
 4261]
 4262
 4263[[package]]
 4264name = "dtor"
 4265version = "0.0.5"
 4266source = "registry+https://github.com/rust-lang/crates.io-index"
 4267checksum = "222ef136a1c687d4aa0395c175f2c4586e379924c352fd02f7870cf7de783c23"
 4268dependencies = [
 4269 "dtor-proc-macro",
 4270]
 4271
 4272[[package]]
 4273name = "dtor-proc-macro"
 4274version = "0.0.5"
 4275source = "registry+https://github.com/rust-lang/crates.io-index"
 4276checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 4277
 4278[[package]]
 4279name = "dunce"
 4280version = "1.0.5"
 4281source = "registry+https://github.com/rust-lang/crates.io-index"
 4282checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 4283
 4284[[package]]
 4285name = "dwrote"
 4286version = "0.11.2"
 4287source = "registry+https://github.com/rust-lang/crates.io-index"
 4288checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
 4289dependencies = [
 4290 "lazy_static",
 4291 "libc",
 4292 "winapi",
 4293 "wio",
 4294]
 4295
 4296[[package]]
 4297name = "dyn-clone"
 4298version = "1.0.17"
 4299source = "registry+https://github.com/rust-lang/crates.io-index"
 4300checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
 4301
 4302[[package]]
 4303name = "ec4rs"
 4304version = "1.1.1"
 4305source = "registry+https://github.com/rust-lang/crates.io-index"
 4306checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
 4307
 4308[[package]]
 4309name = "ecdsa"
 4310version = "0.14.8"
 4311source = "registry+https://github.com/rust-lang/crates.io-index"
 4312checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 4313dependencies = [
 4314 "der 0.6.1",
 4315 "elliptic-curve",
 4316 "rfc6979",
 4317 "signature 1.6.4",
 4318]
 4319
 4320[[package]]
 4321name = "editor"
 4322version = "0.1.0"
 4323dependencies = [
 4324 "aho-corasick",
 4325 "anyhow",
 4326 "assets",
 4327 "buffer_diff",
 4328 "chrono",
 4329 "client",
 4330 "clock",
 4331 "collections",
 4332 "convert_case 0.8.0",
 4333 "ctor",
 4334 "db",
 4335 "emojis",
 4336 "env_logger 0.11.7",
 4337 "feature_flags",
 4338 "file_icons",
 4339 "fs",
 4340 "futures 0.3.31",
 4341 "fuzzy",
 4342 "git",
 4343 "gpui",
 4344 "http_client",
 4345 "indoc",
 4346 "inline_completion",
 4347 "itertools 0.14.0",
 4348 "language",
 4349 "languages",
 4350 "linkify",
 4351 "log",
 4352 "lsp",
 4353 "markdown",
 4354 "menu",
 4355 "multi_buffer",
 4356 "ordered-float 2.10.1",
 4357 "parking_lot",
 4358 "pretty_assertions",
 4359 "project",
 4360 "rand 0.8.5",
 4361 "release_channel",
 4362 "rpc",
 4363 "schemars",
 4364 "serde",
 4365 "serde_json",
 4366 "settings",
 4367 "smallvec",
 4368 "smol",
 4369 "snippet",
 4370 "sum_tree",
 4371 "task",
 4372 "telemetry",
 4373 "tempfile",
 4374 "text",
 4375 "theme",
 4376 "time",
 4377 "time_format",
 4378 "tree-sitter-html",
 4379 "tree-sitter-rust",
 4380 "tree-sitter-typescript",
 4381 "ui",
 4382 "unicode-script",
 4383 "unicode-segmentation",
 4384 "unindent",
 4385 "url",
 4386 "util",
 4387 "uuid",
 4388 "workspace",
 4389 "zed_actions",
 4390]
 4391
 4392[[package]]
 4393name = "either"
 4394version = "1.13.0"
 4395source = "registry+https://github.com/rust-lang/crates.io-index"
 4396checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
 4397dependencies = [
 4398 "serde",
 4399]
 4400
 4401[[package]]
 4402name = "elasticlunr-rs"
 4403version = "3.0.2"
 4404source = "registry+https://github.com/rust-lang/crates.io-index"
 4405checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 4406dependencies = [
 4407 "regex",
 4408 "serde",
 4409 "serde_derive",
 4410 "serde_json",
 4411]
 4412
 4413[[package]]
 4414name = "elliptic-curve"
 4415version = "0.12.3"
 4416source = "registry+https://github.com/rust-lang/crates.io-index"
 4417checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 4418dependencies = [
 4419 "base16ct",
 4420 "crypto-bigint 0.4.9",
 4421 "der 0.6.1",
 4422 "digest",
 4423 "ff",
 4424 "generic-array",
 4425 "group",
 4426 "pkcs8 0.9.0",
 4427 "rand_core 0.6.4",
 4428 "sec1",
 4429 "subtle",
 4430 "zeroize",
 4431]
 4432
 4433[[package]]
 4434name = "embed-resource"
 4435version = "3.0.2"
 4436source = "registry+https://github.com/rust-lang/crates.io-index"
 4437checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
 4438dependencies = [
 4439 "cc",
 4440 "memchr",
 4441 "rustc_version",
 4442 "toml 0.8.20",
 4443 "vswhom",
 4444 "winreg 0.52.0",
 4445]
 4446
 4447[[package]]
 4448name = "embedded-io"
 4449version = "0.4.0"
 4450source = "registry+https://github.com/rust-lang/crates.io-index"
 4451checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 4452
 4453[[package]]
 4454name = "embedded-io"
 4455version = "0.6.1"
 4456source = "registry+https://github.com/rust-lang/crates.io-index"
 4457checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 4458
 4459[[package]]
 4460name = "emojis"
 4461version = "0.6.4"
 4462source = "registry+https://github.com/rust-lang/crates.io-index"
 4463checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 4464dependencies = [
 4465 "phf",
 4466]
 4467
 4468[[package]]
 4469name = "encode_unicode"
 4470version = "0.3.6"
 4471source = "registry+https://github.com/rust-lang/crates.io-index"
 4472checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
 4473
 4474[[package]]
 4475name = "encoding_rs"
 4476version = "0.8.35"
 4477source = "registry+https://github.com/rust-lang/crates.io-index"
 4478checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 4479dependencies = [
 4480 "cfg-if",
 4481]
 4482
 4483[[package]]
 4484name = "endi"
 4485version = "1.1.0"
 4486source = "registry+https://github.com/rust-lang/crates.io-index"
 4487checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 4488
 4489[[package]]
 4490name = "enumflags2"
 4491version = "0.7.10"
 4492source = "registry+https://github.com/rust-lang/crates.io-index"
 4493checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
 4494dependencies = [
 4495 "enumflags2_derive",
 4496 "serde",
 4497]
 4498
 4499[[package]]
 4500name = "enumflags2_derive"
 4501version = "0.7.10"
 4502source = "registry+https://github.com/rust-lang/crates.io-index"
 4503checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
 4504dependencies = [
 4505 "proc-macro2",
 4506 "quote",
 4507 "syn 2.0.100",
 4508]
 4509
 4510[[package]]
 4511name = "env_filter"
 4512version = "0.1.2"
 4513source = "registry+https://github.com/rust-lang/crates.io-index"
 4514checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
 4515dependencies = [
 4516 "log",
 4517 "regex",
 4518]
 4519
 4520[[package]]
 4521name = "env_logger"
 4522version = "0.10.2"
 4523source = "registry+https://github.com/rust-lang/crates.io-index"
 4524checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 4525dependencies = [
 4526 "humantime",
 4527 "is-terminal",
 4528 "log",
 4529 "regex",
 4530 "termcolor",
 4531]
 4532
 4533[[package]]
 4534name = "env_logger"
 4535version = "0.11.7"
 4536source = "registry+https://github.com/rust-lang/crates.io-index"
 4537checksum = "c3716d7a920fb4fac5d84e9d4bce8ceb321e9414b4409da61b07b75c1e3d0697"
 4538dependencies = [
 4539 "anstream",
 4540 "anstyle",
 4541 "env_filter",
 4542 "jiff",
 4543 "log",
 4544]
 4545
 4546[[package]]
 4547name = "envy"
 4548version = "0.4.2"
 4549source = "registry+https://github.com/rust-lang/crates.io-index"
 4550checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 4551dependencies = [
 4552 "serde",
 4553]
 4554
 4555[[package]]
 4556name = "equivalent"
 4557version = "1.0.1"
 4558source = "registry+https://github.com/rust-lang/crates.io-index"
 4559checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
 4560
 4561[[package]]
 4562name = "erased-serde"
 4563version = "0.4.5"
 4564source = "registry+https://github.com/rust-lang/crates.io-index"
 4565checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
 4566dependencies = [
 4567 "serde",
 4568 "typeid",
 4569]
 4570
 4571[[package]]
 4572name = "errno"
 4573version = "0.2.8"
 4574source = "registry+https://github.com/rust-lang/crates.io-index"
 4575checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 4576dependencies = [
 4577 "errno-dragonfly",
 4578 "libc",
 4579 "winapi",
 4580]
 4581
 4582[[package]]
 4583name = "errno"
 4584version = "0.3.10"
 4585source = "registry+https://github.com/rust-lang/crates.io-index"
 4586checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
 4587dependencies = [
 4588 "libc",
 4589 "windows-sys 0.59.0",
 4590]
 4591
 4592[[package]]
 4593name = "errno-dragonfly"
 4594version = "0.1.2"
 4595source = "registry+https://github.com/rust-lang/crates.io-index"
 4596checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 4597dependencies = [
 4598 "cc",
 4599 "libc",
 4600]
 4601
 4602[[package]]
 4603name = "etagere"
 4604version = "0.2.15"
 4605source = "registry+https://github.com/rust-lang/crates.io-index"
 4606checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 4607dependencies = [
 4608 "euclid",
 4609 "svg_fmt",
 4610]
 4611
 4612[[package]]
 4613name = "etcetera"
 4614version = "0.8.0"
 4615source = "registry+https://github.com/rust-lang/crates.io-index"
 4616checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 4617dependencies = [
 4618 "cfg-if",
 4619 "home",
 4620 "windows-sys 0.48.0",
 4621]
 4622
 4623[[package]]
 4624name = "euclid"
 4625version = "0.22.11"
 4626source = "registry+https://github.com/rust-lang/crates.io-index"
 4627checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 4628dependencies = [
 4629 "num-traits",
 4630]
 4631
 4632[[package]]
 4633name = "evals"
 4634version = "0.1.0"
 4635dependencies = [
 4636 "anyhow",
 4637 "clap",
 4638 "client",
 4639 "clock",
 4640 "collections",
 4641 "dap",
 4642 "env_logger 0.11.7",
 4643 "feature_flags",
 4644 "fs",
 4645 "gpui",
 4646 "http_client",
 4647 "language",
 4648 "languages",
 4649 "node_runtime",
 4650 "open_ai",
 4651 "project",
 4652 "reqwest_client",
 4653 "semantic_index",
 4654 "serde",
 4655 "serde_json",
 4656 "settings",
 4657 "smol",
 4658 "util",
 4659]
 4660
 4661[[package]]
 4662name = "event-listener"
 4663version = "2.5.3"
 4664source = "registry+https://github.com/rust-lang/crates.io-index"
 4665checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 4666
 4667[[package]]
 4668name = "event-listener"
 4669version = "5.3.1"
 4670source = "registry+https://github.com/rust-lang/crates.io-index"
 4671checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
 4672dependencies = [
 4673 "concurrent-queue",
 4674 "parking",
 4675 "pin-project-lite",
 4676]
 4677
 4678[[package]]
 4679name = "event-listener-strategy"
 4680version = "0.5.3"
 4681source = "registry+https://github.com/rust-lang/crates.io-index"
 4682checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
 4683dependencies = [
 4684 "event-listener 5.3.1",
 4685 "pin-project-lite",
 4686]
 4687
 4688[[package]]
 4689name = "exec"
 4690version = "0.3.1"
 4691source = "registry+https://github.com/rust-lang/crates.io-index"
 4692checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 4693dependencies = [
 4694 "errno 0.2.8",
 4695 "libc",
 4696]
 4697
 4698[[package]]
 4699name = "exr"
 4700version = "1.73.0"
 4701source = "registry+https://github.com/rust-lang/crates.io-index"
 4702checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 4703dependencies = [
 4704 "bit_field",
 4705 "half",
 4706 "lebe",
 4707 "miniz_oxide",
 4708 "rayon-core",
 4709 "smallvec",
 4710 "zune-inflate",
 4711]
 4712
 4713[[package]]
 4714name = "extension"
 4715version = "0.1.0"
 4716dependencies = [
 4717 "anyhow",
 4718 "async-compression",
 4719 "async-tar",
 4720 "async-trait",
 4721 "collections",
 4722 "convert_case 0.8.0",
 4723 "fs",
 4724 "futures 0.3.31",
 4725 "gpui",
 4726 "http_client",
 4727 "language",
 4728 "log",
 4729 "lsp",
 4730 "parking_lot",
 4731 "semantic_version",
 4732 "serde",
 4733 "serde_json",
 4734 "toml 0.8.20",
 4735 "util",
 4736 "wasm-encoder 0.221.3",
 4737 "wasmparser 0.221.3",
 4738 "wit-component 0.221.3",
 4739]
 4740
 4741[[package]]
 4742name = "extension_cli"
 4743version = "0.1.0"
 4744dependencies = [
 4745 "anyhow",
 4746 "clap",
 4747 "env_logger 0.11.7",
 4748 "extension",
 4749 "fs",
 4750 "gpui",
 4751 "language",
 4752 "log",
 4753 "reqwest_client",
 4754 "rpc",
 4755 "serde",
 4756 "serde_json",
 4757 "theme",
 4758 "tokio",
 4759 "toml 0.8.20",
 4760 "tree-sitter",
 4761 "wasmtime",
 4762]
 4763
 4764[[package]]
 4765name = "extension_host"
 4766version = "0.1.0"
 4767dependencies = [
 4768 "anyhow",
 4769 "async-compression",
 4770 "async-tar",
 4771 "async-trait",
 4772 "client",
 4773 "collections",
 4774 "context_server_settings",
 4775 "ctor",
 4776 "env_logger 0.11.7",
 4777 "extension",
 4778 "fs",
 4779 "futures 0.3.31",
 4780 "gpui",
 4781 "http_client",
 4782 "language",
 4783 "language_extension",
 4784 "log",
 4785 "lsp",
 4786 "node_runtime",
 4787 "parking_lot",
 4788 "paths",
 4789 "project",
 4790 "release_channel",
 4791 "remote",
 4792 "reqwest_client",
 4793 "schemars",
 4794 "semantic_version",
 4795 "serde",
 4796 "serde_json",
 4797 "serde_json_lenient",
 4798 "settings",
 4799 "task",
 4800 "telemetry",
 4801 "tempfile",
 4802 "theme",
 4803 "theme_extension",
 4804 "toml 0.8.20",
 4805 "url",
 4806 "util",
 4807 "wasmparser 0.221.3",
 4808 "wasmtime",
 4809 "wasmtime-wasi",
 4810]
 4811
 4812[[package]]
 4813name = "extensions_ui"
 4814version = "0.1.0"
 4815dependencies = [
 4816 "anyhow",
 4817 "client",
 4818 "collections",
 4819 "db",
 4820 "editor",
 4821 "extension_host",
 4822 "fs",
 4823 "fuzzy",
 4824 "gpui",
 4825 "language",
 4826 "num-format",
 4827 "picker",
 4828 "project",
 4829 "release_channel",
 4830 "semantic_version",
 4831 "serde",
 4832 "settings",
 4833 "smallvec",
 4834 "strum",
 4835 "telemetry",
 4836 "theme",
 4837 "ui",
 4838 "util",
 4839 "vim_mode_setting",
 4840 "workspace",
 4841 "zed_actions",
 4842]
 4843
 4844[[package]]
 4845name = "fallible-iterator"
 4846version = "0.3.0"
 4847source = "registry+https://github.com/rust-lang/crates.io-index"
 4848checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 4849
 4850[[package]]
 4851name = "fancy-regex"
 4852version = "0.13.0"
 4853source = "registry+https://github.com/rust-lang/crates.io-index"
 4854checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
 4855dependencies = [
 4856 "bit-set 0.5.3",
 4857 "regex-automata 0.4.9",
 4858 "regex-syntax 0.8.5",
 4859]
 4860
 4861[[package]]
 4862name = "fancy-regex"
 4863version = "0.14.0"
 4864source = "registry+https://github.com/rust-lang/crates.io-index"
 4865checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
 4866dependencies = [
 4867 "bit-set 0.8.0",
 4868 "regex-automata 0.4.9",
 4869 "regex-syntax 0.8.5",
 4870]
 4871
 4872[[package]]
 4873name = "fast-srgb8"
 4874version = "1.0.0"
 4875source = "registry+https://github.com/rust-lang/crates.io-index"
 4876checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 4877
 4878[[package]]
 4879name = "fastrand"
 4880version = "1.9.0"
 4881source = "registry+https://github.com/rust-lang/crates.io-index"
 4882checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 4883dependencies = [
 4884 "instant",
 4885]
 4886
 4887[[package]]
 4888name = "fastrand"
 4889version = "2.3.0"
 4890source = "registry+https://github.com/rust-lang/crates.io-index"
 4891checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 4892
 4893[[package]]
 4894name = "fd-lock"
 4895version = "4.0.2"
 4896source = "registry+https://github.com/rust-lang/crates.io-index"
 4897checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
 4898dependencies = [
 4899 "cfg-if",
 4900 "rustix",
 4901 "windows-sys 0.52.0",
 4902]
 4903
 4904[[package]]
 4905name = "fdeflate"
 4906version = "0.3.7"
 4907source = "registry+https://github.com/rust-lang/crates.io-index"
 4908checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 4909dependencies = [
 4910 "simd-adler32",
 4911]
 4912
 4913[[package]]
 4914name = "feature_flags"
 4915version = "0.1.0"
 4916dependencies = [
 4917 "futures 0.3.31",
 4918 "gpui",
 4919 "smol",
 4920]
 4921
 4922[[package]]
 4923name = "feedback"
 4924version = "0.1.0"
 4925dependencies = [
 4926 "client",
 4927 "editor",
 4928 "gpui",
 4929 "human_bytes",
 4930 "menu",
 4931 "release_channel",
 4932 "serde",
 4933 "sysinfo",
 4934 "ui",
 4935 "urlencoding",
 4936 "util",
 4937 "workspace",
 4938 "zed_actions",
 4939]
 4940
 4941[[package]]
 4942name = "ff"
 4943version = "0.12.1"
 4944source = "registry+https://github.com/rust-lang/crates.io-index"
 4945checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 4946dependencies = [
 4947 "rand_core 0.6.4",
 4948 "subtle",
 4949]
 4950
 4951[[package]]
 4952name = "file_finder"
 4953version = "0.1.0"
 4954dependencies = [
 4955 "anyhow",
 4956 "collections",
 4957 "ctor",
 4958 "editor",
 4959 "env_logger 0.11.7",
 4960 "file_icons",
 4961 "futures 0.3.31",
 4962 "fuzzy",
 4963 "gpui",
 4964 "language",
 4965 "menu",
 4966 "picker",
 4967 "project",
 4968 "schemars",
 4969 "serde",
 4970 "serde_derive",
 4971 "serde_json",
 4972 "settings",
 4973 "text",
 4974 "theme",
 4975 "ui",
 4976 "util",
 4977 "workspace",
 4978]
 4979
 4980[[package]]
 4981name = "file_icons"
 4982version = "0.1.0"
 4983dependencies = [
 4984 "gpui",
 4985 "serde",
 4986 "settings",
 4987 "theme",
 4988 "util",
 4989]
 4990
 4991[[package]]
 4992name = "filedescriptor"
 4993version = "0.8.3"
 4994source = "registry+https://github.com/rust-lang/crates.io-index"
 4995checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 4996dependencies = [
 4997 "libc",
 4998 "thiserror 1.0.69",
 4999 "winapi",
 5000]
 5001
 5002[[package]]
 5003name = "filetime"
 5004version = "0.2.25"
 5005source = "registry+https://github.com/rust-lang/crates.io-index"
 5006checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
 5007dependencies = [
 5008 "cfg-if",
 5009 "libc",
 5010 "libredox",
 5011 "windows-sys 0.59.0",
 5012]
 5013
 5014[[package]]
 5015name = "fixedbitset"
 5016version = "0.4.2"
 5017source = "registry+https://github.com/rust-lang/crates.io-index"
 5018checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 5019
 5020[[package]]
 5021name = "flate2"
 5022version = "1.0.35"
 5023source = "registry+https://github.com/rust-lang/crates.io-index"
 5024checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
 5025dependencies = [
 5026 "crc32fast",
 5027 "miniz_oxide",
 5028]
 5029
 5030[[package]]
 5031name = "float-cmp"
 5032version = "0.9.0"
 5033source = "registry+https://github.com/rust-lang/crates.io-index"
 5034checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 5035
 5036[[package]]
 5037name = "float-ord"
 5038version = "0.3.2"
 5039source = "registry+https://github.com/rust-lang/crates.io-index"
 5040checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 5041
 5042[[package]]
 5043name = "float_next_after"
 5044version = "1.0.0"
 5045source = "registry+https://github.com/rust-lang/crates.io-index"
 5046checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 5047
 5048[[package]]
 5049name = "flume"
 5050version = "0.11.1"
 5051source = "registry+https://github.com/rust-lang/crates.io-index"
 5052checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 5053dependencies = [
 5054 "futures-core",
 5055 "futures-sink",
 5056 "nanorand",
 5057 "spin",
 5058]
 5059
 5060[[package]]
 5061name = "fnv"
 5062version = "1.0.7"
 5063source = "registry+https://github.com/rust-lang/crates.io-index"
 5064checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 5065
 5066[[package]]
 5067name = "foldhash"
 5068version = "0.1.3"
 5069source = "registry+https://github.com/rust-lang/crates.io-index"
 5070checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
 5071
 5072[[package]]
 5073name = "font-kit"
 5074version = "0.14.1"
 5075source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
 5076dependencies = [
 5077 "bitflags 2.9.0",
 5078 "byteorder",
 5079 "core-foundation 0.9.4",
 5080 "core-graphics 0.23.2",
 5081 "core-text",
 5082 "dirs 5.0.1",
 5083 "dwrote",
 5084 "float-ord",
 5085 "freetype-sys",
 5086 "lazy_static",
 5087 "libc",
 5088 "log",
 5089 "pathfinder_geometry",
 5090 "pathfinder_simd",
 5091 "walkdir",
 5092 "winapi",
 5093 "yeslogic-fontconfig-sys",
 5094]
 5095
 5096[[package]]
 5097name = "font-types"
 5098version = "0.8.3"
 5099source = "registry+https://github.com/rust-lang/crates.io-index"
 5100checksum = "d868ec188a98bb014c606072edd47e52e7ab7297db943b0b28503121e1d037bd"
 5101dependencies = [
 5102 "bytemuck",
 5103]
 5104
 5105[[package]]
 5106name = "fontconfig-parser"
 5107version = "0.5.7"
 5108source = "registry+https://github.com/rust-lang/crates.io-index"
 5109checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
 5110dependencies = [
 5111 "roxmltree",
 5112]
 5113
 5114[[package]]
 5115name = "fontdb"
 5116version = "0.16.2"
 5117source = "registry+https://github.com/rust-lang/crates.io-index"
 5118checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 5119dependencies = [
 5120 "fontconfig-parser",
 5121 "log",
 5122 "memmap2",
 5123 "slotmap",
 5124 "tinyvec",
 5125 "ttf-parser 0.20.0",
 5126]
 5127
 5128[[package]]
 5129name = "fontdb"
 5130version = "0.23.0"
 5131source = "registry+https://github.com/rust-lang/crates.io-index"
 5132checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 5133dependencies = [
 5134 "fontconfig-parser",
 5135 "log",
 5136 "memmap2",
 5137 "slotmap",
 5138 "tinyvec",
 5139 "ttf-parser 0.25.1",
 5140]
 5141
 5142[[package]]
 5143name = "foreign-types"
 5144version = "0.3.2"
 5145source = "registry+https://github.com/rust-lang/crates.io-index"
 5146checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 5147dependencies = [
 5148 "foreign-types-shared 0.1.1",
 5149]
 5150
 5151[[package]]
 5152name = "foreign-types"
 5153version = "0.5.0"
 5154source = "registry+https://github.com/rust-lang/crates.io-index"
 5155checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 5156dependencies = [
 5157 "foreign-types-macros",
 5158 "foreign-types-shared 0.3.1",
 5159]
 5160
 5161[[package]]
 5162name = "foreign-types-macros"
 5163version = "0.2.3"
 5164source = "registry+https://github.com/rust-lang/crates.io-index"
 5165checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 5166dependencies = [
 5167 "proc-macro2",
 5168 "quote",
 5169 "syn 2.0.100",
 5170]
 5171
 5172[[package]]
 5173name = "foreign-types-shared"
 5174version = "0.1.1"
 5175source = "registry+https://github.com/rust-lang/crates.io-index"
 5176checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 5177
 5178[[package]]
 5179name = "foreign-types-shared"
 5180version = "0.3.1"
 5181source = "registry+https://github.com/rust-lang/crates.io-index"
 5182checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 5183
 5184[[package]]
 5185name = "fork"
 5186version = "0.2.0"
 5187source = "registry+https://github.com/rust-lang/crates.io-index"
 5188checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
 5189dependencies = [
 5190 "libc",
 5191]
 5192
 5193[[package]]
 5194name = "form_urlencoded"
 5195version = "1.2.1"
 5196source = "registry+https://github.com/rust-lang/crates.io-index"
 5197checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
 5198dependencies = [
 5199 "percent-encoding",
 5200]
 5201
 5202[[package]]
 5203name = "freetype-sys"
 5204version = "0.20.1"
 5205source = "registry+https://github.com/rust-lang/crates.io-index"
 5206checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 5207dependencies = [
 5208 "cc",
 5209 "libc",
 5210 "pkg-config",
 5211]
 5212
 5213[[package]]
 5214name = "fs"
 5215version = "0.1.0"
 5216dependencies = [
 5217 "anyhow",
 5218 "ashpd",
 5219 "async-tar",
 5220 "async-trait",
 5221 "cocoa 0.26.0",
 5222 "collections",
 5223 "fsevent",
 5224 "futures 0.3.31",
 5225 "git",
 5226 "gpui",
 5227 "ignore",
 5228 "libc",
 5229 "log",
 5230 "notify 8.0.0 (git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96)",
 5231 "objc",
 5232 "parking_lot",
 5233 "paths",
 5234 "proto",
 5235 "rope",
 5236 "serde",
 5237 "serde_json",
 5238 "smol",
 5239 "tempfile",
 5240 "text",
 5241 "time",
 5242 "util",
 5243 "windows 0.61.1",
 5244]
 5245
 5246[[package]]
 5247name = "fs-set-times"
 5248version = "0.20.2"
 5249source = "registry+https://github.com/rust-lang/crates.io-index"
 5250checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
 5251dependencies = [
 5252 "io-lifetimes",
 5253 "rustix",
 5254 "windows-sys 0.59.0",
 5255]
 5256
 5257[[package]]
 5258name = "fs2"
 5259version = "0.4.3"
 5260source = "registry+https://github.com/rust-lang/crates.io-index"
 5261checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 5262dependencies = [
 5263 "libc",
 5264 "winapi",
 5265]
 5266
 5267[[package]]
 5268name = "fs_extra"
 5269version = "1.3.0"
 5270source = "registry+https://github.com/rust-lang/crates.io-index"
 5271checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 5272
 5273[[package]]
 5274name = "fsevent"
 5275version = "0.1.0"
 5276dependencies = [
 5277 "bitflags 2.9.0",
 5278 "core-foundation 0.9.4",
 5279 "fsevent-sys 3.1.0",
 5280 "parking_lot",
 5281 "tempfile",
 5282]
 5283
 5284[[package]]
 5285name = "fsevent-sys"
 5286version = "3.1.0"
 5287source = "registry+https://github.com/rust-lang/crates.io-index"
 5288checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
 5289dependencies = [
 5290 "libc",
 5291]
 5292
 5293[[package]]
 5294name = "fsevent-sys"
 5295version = "4.1.0"
 5296source = "registry+https://github.com/rust-lang/crates.io-index"
 5297checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 5298dependencies = [
 5299 "libc",
 5300]
 5301
 5302[[package]]
 5303name = "funty"
 5304version = "2.0.0"
 5305source = "registry+https://github.com/rust-lang/crates.io-index"
 5306checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 5307
 5308[[package]]
 5309name = "futf"
 5310version = "0.1.5"
 5311source = "registry+https://github.com/rust-lang/crates.io-index"
 5312checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 5313dependencies = [
 5314 "mac",
 5315 "new_debug_unreachable",
 5316]
 5317
 5318[[package]]
 5319name = "futures"
 5320version = "0.1.31"
 5321source = "registry+https://github.com/rust-lang/crates.io-index"
 5322checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 5323
 5324[[package]]
 5325name = "futures"
 5326version = "0.3.31"
 5327source = "registry+https://github.com/rust-lang/crates.io-index"
 5328checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 5329dependencies = [
 5330 "futures-channel",
 5331 "futures-core",
 5332 "futures-executor",
 5333 "futures-io",
 5334 "futures-sink",
 5335 "futures-task",
 5336 "futures-util",
 5337]
 5338
 5339[[package]]
 5340name = "futures-batch"
 5341version = "0.6.1"
 5342source = "registry+https://github.com/rust-lang/crates.io-index"
 5343checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
 5344dependencies = [
 5345 "futures 0.3.31",
 5346 "futures-timer",
 5347 "pin-utils",
 5348]
 5349
 5350[[package]]
 5351name = "futures-channel"
 5352version = "0.3.31"
 5353source = "registry+https://github.com/rust-lang/crates.io-index"
 5354checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 5355dependencies = [
 5356 "futures-core",
 5357 "futures-sink",
 5358]
 5359
 5360[[package]]
 5361name = "futures-core"
 5362version = "0.3.31"
 5363source = "registry+https://github.com/rust-lang/crates.io-index"
 5364checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 5365
 5366[[package]]
 5367name = "futures-executor"
 5368version = "0.3.31"
 5369source = "registry+https://github.com/rust-lang/crates.io-index"
 5370checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 5371dependencies = [
 5372 "futures-core",
 5373 "futures-task",
 5374 "futures-util",
 5375]
 5376
 5377[[package]]
 5378name = "futures-intrusive"
 5379version = "0.5.0"
 5380source = "registry+https://github.com/rust-lang/crates.io-index"
 5381checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 5382dependencies = [
 5383 "futures-core",
 5384 "lock_api",
 5385 "parking_lot",
 5386]
 5387
 5388[[package]]
 5389name = "futures-io"
 5390version = "0.3.31"
 5391source = "registry+https://github.com/rust-lang/crates.io-index"
 5392checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 5393
 5394[[package]]
 5395name = "futures-lite"
 5396version = "1.13.0"
 5397source = "registry+https://github.com/rust-lang/crates.io-index"
 5398checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 5399dependencies = [
 5400 "fastrand 1.9.0",
 5401 "futures-core",
 5402 "futures-io",
 5403 "memchr",
 5404 "parking",
 5405 "pin-project-lite",
 5406 "waker-fn",
 5407]
 5408
 5409[[package]]
 5410name = "futures-lite"
 5411version = "2.6.0"
 5412source = "registry+https://github.com/rust-lang/crates.io-index"
 5413checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
 5414dependencies = [
 5415 "fastrand 2.3.0",
 5416 "futures-core",
 5417 "futures-io",
 5418 "parking",
 5419 "pin-project-lite",
 5420]
 5421
 5422[[package]]
 5423name = "futures-macro"
 5424version = "0.3.31"
 5425source = "registry+https://github.com/rust-lang/crates.io-index"
 5426checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 5427dependencies = [
 5428 "proc-macro2",
 5429 "quote",
 5430 "syn 2.0.100",
 5431]
 5432
 5433[[package]]
 5434name = "futures-sink"
 5435version = "0.3.31"
 5436source = "registry+https://github.com/rust-lang/crates.io-index"
 5437checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 5438
 5439[[package]]
 5440name = "futures-task"
 5441version = "0.3.31"
 5442source = "registry+https://github.com/rust-lang/crates.io-index"
 5443checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 5444
 5445[[package]]
 5446name = "futures-timer"
 5447version = "3.0.3"
 5448source = "registry+https://github.com/rust-lang/crates.io-index"
 5449checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
 5450
 5451[[package]]
 5452name = "futures-util"
 5453version = "0.3.31"
 5454source = "registry+https://github.com/rust-lang/crates.io-index"
 5455checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 5456dependencies = [
 5457 "futures 0.1.31",
 5458 "futures-channel",
 5459 "futures-core",
 5460 "futures-io",
 5461 "futures-macro",
 5462 "futures-sink",
 5463 "futures-task",
 5464 "memchr",
 5465 "pin-project-lite",
 5466 "pin-utils",
 5467 "slab",
 5468 "tokio-io",
 5469]
 5470
 5471[[package]]
 5472name = "fuzzy"
 5473version = "0.1.0"
 5474dependencies = [
 5475 "gpui",
 5476 "log",
 5477 "util",
 5478]
 5479
 5480[[package]]
 5481name = "fuzzy-matcher"
 5482version = "0.3.7"
 5483source = "registry+https://github.com/rust-lang/crates.io-index"
 5484checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 5485dependencies = [
 5486 "thread_local",
 5487]
 5488
 5489[[package]]
 5490name = "generic-array"
 5491version = "0.14.7"
 5492source = "registry+https://github.com/rust-lang/crates.io-index"
 5493checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 5494dependencies = [
 5495 "typenum",
 5496 "version_check",
 5497]
 5498
 5499[[package]]
 5500name = "gethostname"
 5501version = "0.4.3"
 5502source = "registry+https://github.com/rust-lang/crates.io-index"
 5503checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
 5504dependencies = [
 5505 "libc",
 5506 "windows-targets 0.48.5",
 5507]
 5508
 5509[[package]]
 5510name = "getrandom"
 5511version = "0.1.16"
 5512source = "registry+https://github.com/rust-lang/crates.io-index"
 5513checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
 5514dependencies = [
 5515 "cfg-if",
 5516 "libc",
 5517 "wasi 0.9.0+wasi-snapshot-preview1",
 5518]
 5519
 5520[[package]]
 5521name = "getrandom"
 5522version = "0.2.15"
 5523source = "registry+https://github.com/rust-lang/crates.io-index"
 5524checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
 5525dependencies = [
 5526 "cfg-if",
 5527 "js-sys",
 5528 "libc",
 5529 "wasi 0.11.0+wasi-snapshot-preview1",
 5530 "wasm-bindgen",
 5531]
 5532
 5533[[package]]
 5534name = "getrandom"
 5535version = "0.3.1"
 5536source = "registry+https://github.com/rust-lang/crates.io-index"
 5537checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
 5538dependencies = [
 5539 "cfg-if",
 5540 "libc",
 5541 "wasi 0.13.3+wasi-0.2.2",
 5542 "windows-targets 0.52.6",
 5543]
 5544
 5545[[package]]
 5546name = "gif"
 5547version = "0.13.1"
 5548source = "registry+https://github.com/rust-lang/crates.io-index"
 5549checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
 5550dependencies = [
 5551 "color_quant",
 5552 "weezl",
 5553]
 5554
 5555[[package]]
 5556name = "gimli"
 5557version = "0.31.1"
 5558source = "registry+https://github.com/rust-lang/crates.io-index"
 5559checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
 5560dependencies = [
 5561 "fallible-iterator",
 5562 "indexmap",
 5563 "stable_deref_trait",
 5564]
 5565
 5566[[package]]
 5567name = "git"
 5568version = "0.1.0"
 5569dependencies = [
 5570 "anyhow",
 5571 "askpass",
 5572 "async-trait",
 5573 "collections",
 5574 "derive_more",
 5575 "futures 0.3.31",
 5576 "git2",
 5577 "gpui",
 5578 "http_client",
 5579 "log",
 5580 "parking_lot",
 5581 "pretty_assertions",
 5582 "regex",
 5583 "rope",
 5584 "schemars",
 5585 "serde",
 5586 "serde_json",
 5587 "smol",
 5588 "sum_tree",
 5589 "tempfile",
 5590 "text",
 5591 "thiserror 2.0.12",
 5592 "time",
 5593 "unindent",
 5594 "url",
 5595 "util",
 5596 "uuid",
 5597]
 5598
 5599[[package]]
 5600name = "git2"
 5601version = "0.20.1"
 5602source = "registry+https://github.com/rust-lang/crates.io-index"
 5603checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
 5604dependencies = [
 5605 "bitflags 2.9.0",
 5606 "libc",
 5607 "libgit2-sys",
 5608 "log",
 5609 "url",
 5610]
 5611
 5612[[package]]
 5613name = "git_hosting_providers"
 5614version = "0.1.0"
 5615dependencies = [
 5616 "anyhow",
 5617 "async-trait",
 5618 "futures 0.3.31",
 5619 "git",
 5620 "gpui",
 5621 "http_client",
 5622 "indoc",
 5623 "pretty_assertions",
 5624 "regex",
 5625 "schemars",
 5626 "serde",
 5627 "serde_json",
 5628 "settings",
 5629 "url",
 5630 "util",
 5631]
 5632
 5633[[package]]
 5634name = "git_ui"
 5635version = "0.1.0"
 5636dependencies = [
 5637 "anyhow",
 5638 "askpass",
 5639 "assistant_settings",
 5640 "buffer_diff",
 5641 "collections",
 5642 "command_palette_hooks",
 5643 "component",
 5644 "ctor",
 5645 "db",
 5646 "editor",
 5647 "env_logger 0.11.7",
 5648 "futures 0.3.31",
 5649 "fuzzy",
 5650 "git",
 5651 "gpui",
 5652 "itertools 0.14.0",
 5653 "language",
 5654 "language_model",
 5655 "linkify",
 5656 "linkme",
 5657 "log",
 5658 "menu",
 5659 "multi_buffer",
 5660 "notifications",
 5661 "panel",
 5662 "picker",
 5663 "postage",
 5664 "pretty_assertions",
 5665 "project",
 5666 "schemars",
 5667 "serde",
 5668 "serde_derive",
 5669 "serde_json",
 5670 "settings",
 5671 "strum",
 5672 "telemetry",
 5673 "theme",
 5674 "time",
 5675 "time_format",
 5676 "ui",
 5677 "unindent",
 5678 "util",
 5679 "windows 0.61.1",
 5680 "workspace",
 5681 "zed_actions",
 5682]
 5683
 5684[[package]]
 5685name = "glob"
 5686version = "0.3.1"
 5687source = "registry+https://github.com/rust-lang/crates.io-index"
 5688checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
 5689
 5690[[package]]
 5691name = "globset"
 5692version = "0.4.16"
 5693source = "registry+https://github.com/rust-lang/crates.io-index"
 5694checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
 5695dependencies = [
 5696 "aho-corasick",
 5697 "bstr",
 5698 "log",
 5699 "regex-automata 0.4.9",
 5700 "regex-syntax 0.8.5",
 5701]
 5702
 5703[[package]]
 5704name = "gloo-timers"
 5705version = "0.3.0"
 5706source = "registry+https://github.com/rust-lang/crates.io-index"
 5707checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 5708dependencies = [
 5709 "futures-channel",
 5710 "futures-core",
 5711 "js-sys",
 5712 "wasm-bindgen",
 5713]
 5714
 5715[[package]]
 5716name = "glow"
 5717version = "0.14.2"
 5718source = "registry+https://github.com/rust-lang/crates.io-index"
 5719checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
 5720dependencies = [
 5721 "js-sys",
 5722 "slotmap",
 5723 "wasm-bindgen",
 5724 "web-sys",
 5725]
 5726
 5727[[package]]
 5728name = "go_to_line"
 5729version = "0.1.0"
 5730dependencies = [
 5731 "anyhow",
 5732 "editor",
 5733 "gpui",
 5734 "indoc",
 5735 "language",
 5736 "menu",
 5737 "project",
 5738 "rope",
 5739 "schemars",
 5740 "serde",
 5741 "serde_json",
 5742 "settings",
 5743 "text",
 5744 "theme",
 5745 "tree-sitter-rust",
 5746 "tree-sitter-typescript",
 5747 "ui",
 5748 "util",
 5749 "workspace",
 5750]
 5751
 5752[[package]]
 5753name = "google_ai"
 5754version = "0.1.0"
 5755dependencies = [
 5756 "anyhow",
 5757 "futures 0.3.31",
 5758 "http_client",
 5759 "schemars",
 5760 "serde",
 5761 "serde_json",
 5762 "strum",
 5763]
 5764
 5765[[package]]
 5766name = "gpu-alloc"
 5767version = "0.6.0"
 5768source = "registry+https://github.com/rust-lang/crates.io-index"
 5769checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
 5770dependencies = [
 5771 "bitflags 2.9.0",
 5772 "gpu-alloc-types",
 5773]
 5774
 5775[[package]]
 5776name = "gpu-alloc-ash"
 5777version = "0.7.0"
 5778source = "registry+https://github.com/rust-lang/crates.io-index"
 5779checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
 5780dependencies = [
 5781 "ash",
 5782 "gpu-alloc-types",
 5783 "tinyvec",
 5784]
 5785
 5786[[package]]
 5787name = "gpu-alloc-types"
 5788version = "0.3.0"
 5789source = "registry+https://github.com/rust-lang/crates.io-index"
 5790checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
 5791dependencies = [
 5792 "bitflags 2.9.0",
 5793]
 5794
 5795[[package]]
 5796name = "gpui"
 5797version = "0.1.0"
 5798dependencies = [
 5799 "anyhow",
 5800 "as-raw-xcb-connection",
 5801 "ashpd",
 5802 "async-task",
 5803 "backtrace",
 5804 "bindgen 0.70.1",
 5805 "blade-graphics",
 5806 "blade-macros",
 5807 "blade-util",
 5808 "block",
 5809 "bytemuck",
 5810 "calloop",
 5811 "calloop-wayland-source",
 5812 "cbindgen 0.28.0",
 5813 "cocoa 0.26.0",
 5814 "collections",
 5815 "core-foundation 0.9.4",
 5816 "core-foundation-sys",
 5817 "core-graphics 0.23.2",
 5818 "core-text",
 5819 "cosmic-text",
 5820 "ctor",
 5821 "derive_more",
 5822 "embed-resource",
 5823 "env_logger 0.11.7",
 5824 "etagere",
 5825 "filedescriptor",
 5826 "flume",
 5827 "font-kit",
 5828 "foreign-types 0.5.0",
 5829 "futures 0.3.31",
 5830 "gpui_macros",
 5831 "http_client",
 5832 "image",
 5833 "inventory",
 5834 "itertools 0.14.0",
 5835 "log",
 5836 "lyon",
 5837 "media",
 5838 "metal",
 5839 "naga",
 5840 "num_cpus",
 5841 "objc",
 5842 "objc2",
 5843 "objc2-metal",
 5844 "oo7",
 5845 "open",
 5846 "parking",
 5847 "parking_lot",
 5848 "pathfinder_geometry",
 5849 "postage",
 5850 "profiling",
 5851 "rand 0.8.5",
 5852 "raw-window-handle",
 5853 "refineable",
 5854 "reqwest_client",
 5855 "resvg",
 5856 "schemars",
 5857 "seahash",
 5858 "semantic_version",
 5859 "serde",
 5860 "serde_derive",
 5861 "serde_json",
 5862 "slotmap",
 5863 "smallvec",
 5864 "smol",
 5865 "strum",
 5866 "sum_tree",
 5867 "taffy",
 5868 "thiserror 2.0.12",
 5869 "unicode-segmentation",
 5870 "usvg",
 5871 "util",
 5872 "uuid",
 5873 "waker-fn",
 5874 "wayland-backend",
 5875 "wayland-client",
 5876 "wayland-cursor",
 5877 "wayland-protocols",
 5878 "wayland-protocols-plasma",
 5879 "windows 0.61.1",
 5880 "windows-core 0.61.0",
 5881 "windows-numerics",
 5882 "x11-clipboard",
 5883 "x11rb",
 5884 "xim",
 5885 "xkbcommon",
 5886]
 5887
 5888[[package]]
 5889name = "gpui_macros"
 5890version = "0.1.0"
 5891dependencies = [
 5892 "gpui",
 5893 "proc-macro2",
 5894 "quote",
 5895 "syn 1.0.109",
 5896]
 5897
 5898[[package]]
 5899name = "gpui_tokio"
 5900version = "0.1.0"
 5901dependencies = [
 5902 "gpui",
 5903 "tokio",
 5904 "util",
 5905]
 5906
 5907[[package]]
 5908name = "grid"
 5909version = "0.13.0"
 5910source = "registry+https://github.com/rust-lang/crates.io-index"
 5911checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
 5912
 5913[[package]]
 5914name = "group"
 5915version = "0.12.1"
 5916source = "registry+https://github.com/rust-lang/crates.io-index"
 5917checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 5918dependencies = [
 5919 "ff",
 5920 "rand_core 0.6.4",
 5921 "subtle",
 5922]
 5923
 5924[[package]]
 5925name = "h2"
 5926version = "0.3.26"
 5927source = "registry+https://github.com/rust-lang/crates.io-index"
 5928checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
 5929dependencies = [
 5930 "bytes 1.10.1",
 5931 "fnv",
 5932 "futures-core",
 5933 "futures-sink",
 5934 "futures-util",
 5935 "http 0.2.12",
 5936 "indexmap",
 5937 "slab",
 5938 "tokio",
 5939 "tokio-util",
 5940 "tracing",
 5941]
 5942
 5943[[package]]
 5944name = "h2"
 5945version = "0.4.7"
 5946source = "registry+https://github.com/rust-lang/crates.io-index"
 5947checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
 5948dependencies = [
 5949 "atomic-waker",
 5950 "bytes 1.10.1",
 5951 "fnv",
 5952 "futures-core",
 5953 "futures-sink",
 5954 "http 1.2.0",
 5955 "indexmap",
 5956 "slab",
 5957 "tokio",
 5958 "tokio-util",
 5959 "tracing",
 5960]
 5961
 5962[[package]]
 5963name = "half"
 5964version = "2.4.1"
 5965source = "registry+https://github.com/rust-lang/crates.io-index"
 5966checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
 5967dependencies = [
 5968 "cfg-if",
 5969 "crunchy",
 5970]
 5971
 5972[[package]]
 5973name = "handlebars"
 5974version = "4.5.0"
 5975source = "registry+https://github.com/rust-lang/crates.io-index"
 5976checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 5977dependencies = [
 5978 "log",
 5979 "pest",
 5980 "pest_derive",
 5981 "serde",
 5982 "serde_json",
 5983 "thiserror 1.0.69",
 5984]
 5985
 5986[[package]]
 5987name = "handlebars"
 5988version = "6.2.0"
 5989source = "registry+https://github.com/rust-lang/crates.io-index"
 5990checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
 5991dependencies = [
 5992 "log",
 5993 "num-order",
 5994 "pest",
 5995 "pest_derive",
 5996 "serde",
 5997 "serde_json",
 5998 "thiserror 1.0.69",
 5999]
 6000
 6001[[package]]
 6002name = "hashbrown"
 6003version = "0.12.3"
 6004source = "registry+https://github.com/rust-lang/crates.io-index"
 6005checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 6006dependencies = [
 6007 "ahash 0.7.8",
 6008]
 6009
 6010[[package]]
 6011name = "hashbrown"
 6012version = "0.14.5"
 6013source = "registry+https://github.com/rust-lang/crates.io-index"
 6014checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 6015dependencies = [
 6016 "ahash 0.8.11",
 6017 "allocator-api2",
 6018]
 6019
 6020[[package]]
 6021name = "hashbrown"
 6022version = "0.15.2"
 6023source = "registry+https://github.com/rust-lang/crates.io-index"
 6024checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
 6025dependencies = [
 6026 "allocator-api2",
 6027 "equivalent",
 6028 "foldhash",
 6029 "serde",
 6030]
 6031
 6032[[package]]
 6033name = "hashlink"
 6034version = "0.8.4"
 6035source = "registry+https://github.com/rust-lang/crates.io-index"
 6036checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 6037dependencies = [
 6038 "hashbrown 0.14.5",
 6039]
 6040
 6041[[package]]
 6042name = "hashlink"
 6043version = "0.10.0"
 6044source = "registry+https://github.com/rust-lang/crates.io-index"
 6045checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 6046dependencies = [
 6047 "hashbrown 0.15.2",
 6048]
 6049
 6050[[package]]
 6051name = "headers"
 6052version = "0.3.9"
 6053source = "registry+https://github.com/rust-lang/crates.io-index"
 6054checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 6055dependencies = [
 6056 "base64 0.21.7",
 6057 "bytes 1.10.1",
 6058 "headers-core",
 6059 "http 0.2.12",
 6060 "httpdate",
 6061 "mime",
 6062 "sha1",
 6063]
 6064
 6065[[package]]
 6066name = "headers-core"
 6067version = "0.2.0"
 6068source = "registry+https://github.com/rust-lang/crates.io-index"
 6069checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 6070dependencies = [
 6071 "http 0.2.12",
 6072]
 6073
 6074[[package]]
 6075name = "heck"
 6076version = "0.3.3"
 6077source = "registry+https://github.com/rust-lang/crates.io-index"
 6078checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 6079dependencies = [
 6080 "unicode-segmentation",
 6081]
 6082
 6083[[package]]
 6084name = "heck"
 6085version = "0.4.1"
 6086source = "registry+https://github.com/rust-lang/crates.io-index"
 6087checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 6088dependencies = [
 6089 "unicode-segmentation",
 6090]
 6091
 6092[[package]]
 6093name = "heck"
 6094version = "0.5.0"
 6095source = "registry+https://github.com/rust-lang/crates.io-index"
 6096checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 6097
 6098[[package]]
 6099name = "heed"
 6100version = "0.21.0"
 6101source = "registry+https://github.com/rust-lang/crates.io-index"
 6102checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 6103dependencies = [
 6104 "bitflags 2.9.0",
 6105 "byteorder",
 6106 "heed-traits",
 6107 "heed-types",
 6108 "libc",
 6109 "lmdb-master-sys",
 6110 "once_cell",
 6111 "page_size",
 6112 "serde",
 6113 "synchronoise",
 6114 "url",
 6115]
 6116
 6117[[package]]
 6118name = "heed-traits"
 6119version = "0.20.0"
 6120source = "registry+https://github.com/rust-lang/crates.io-index"
 6121checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 6122
 6123[[package]]
 6124name = "heed-types"
 6125version = "0.21.0"
 6126source = "registry+https://github.com/rust-lang/crates.io-index"
 6127checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 6128dependencies = [
 6129 "bincode",
 6130 "byteorder",
 6131 "heed-traits",
 6132 "serde",
 6133 "serde_json",
 6134]
 6135
 6136[[package]]
 6137name = "hermit-abi"
 6138version = "0.3.9"
 6139source = "registry+https://github.com/rust-lang/crates.io-index"
 6140checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
 6141
 6142[[package]]
 6143name = "hermit-abi"
 6144version = "0.4.0"
 6145source = "registry+https://github.com/rust-lang/crates.io-index"
 6146checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
 6147
 6148[[package]]
 6149name = "hex"
 6150version = "0.4.3"
 6151source = "registry+https://github.com/rust-lang/crates.io-index"
 6152checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 6153
 6154[[package]]
 6155name = "hexf-parse"
 6156version = "0.2.1"
 6157source = "registry+https://github.com/rust-lang/crates.io-index"
 6158checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 6159
 6160[[package]]
 6161name = "hidden-trait"
 6162version = "0.1.2"
 6163source = "registry+https://github.com/rust-lang/crates.io-index"
 6164checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
 6165dependencies = [
 6166 "proc-macro2",
 6167 "quote",
 6168 "syn 1.0.109",
 6169]
 6170
 6171[[package]]
 6172name = "hkdf"
 6173version = "0.12.4"
 6174source = "registry+https://github.com/rust-lang/crates.io-index"
 6175checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 6176dependencies = [
 6177 "hmac",
 6178]
 6179
 6180[[package]]
 6181name = "hmac"
 6182version = "0.12.1"
 6183source = "registry+https://github.com/rust-lang/crates.io-index"
 6184checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 6185dependencies = [
 6186 "digest",
 6187]
 6188
 6189[[package]]
 6190name = "home"
 6191version = "0.5.9"
 6192source = "registry+https://github.com/rust-lang/crates.io-index"
 6193checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
 6194dependencies = [
 6195 "windows-sys 0.52.0",
 6196]
 6197
 6198[[package]]
 6199name = "hound"
 6200version = "3.5.1"
 6201source = "registry+https://github.com/rust-lang/crates.io-index"
 6202checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 6203
 6204[[package]]
 6205name = "html5ever"
 6206version = "0.27.0"
 6207source = "registry+https://github.com/rust-lang/crates.io-index"
 6208checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 6209dependencies = [
 6210 "log",
 6211 "mac",
 6212 "markup5ever",
 6213 "proc-macro2",
 6214 "quote",
 6215 "syn 2.0.100",
 6216]
 6217
 6218[[package]]
 6219name = "html_to_markdown"
 6220version = "0.1.0"
 6221dependencies = [
 6222 "anyhow",
 6223 "html5ever",
 6224 "indoc",
 6225 "markup5ever_rcdom",
 6226 "pretty_assertions",
 6227 "regex",
 6228]
 6229
 6230[[package]]
 6231name = "http"
 6232version = "0.2.12"
 6233source = "registry+https://github.com/rust-lang/crates.io-index"
 6234checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 6235dependencies = [
 6236 "bytes 1.10.1",
 6237 "fnv",
 6238 "itoa",
 6239]
 6240
 6241[[package]]
 6242name = "http"
 6243version = "1.2.0"
 6244source = "registry+https://github.com/rust-lang/crates.io-index"
 6245checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
 6246dependencies = [
 6247 "bytes 1.10.1",
 6248 "fnv",
 6249 "itoa",
 6250]
 6251
 6252[[package]]
 6253name = "http-body"
 6254version = "0.4.6"
 6255source = "registry+https://github.com/rust-lang/crates.io-index"
 6256checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 6257dependencies = [
 6258 "bytes 1.10.1",
 6259 "http 0.2.12",
 6260 "pin-project-lite",
 6261]
 6262
 6263[[package]]
 6264name = "http-body"
 6265version = "1.0.1"
 6266source = "registry+https://github.com/rust-lang/crates.io-index"
 6267checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 6268dependencies = [
 6269 "bytes 1.10.1",
 6270 "http 1.2.0",
 6271]
 6272
 6273[[package]]
 6274name = "http-body-util"
 6275version = "0.1.2"
 6276source = "registry+https://github.com/rust-lang/crates.io-index"
 6277checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
 6278dependencies = [
 6279 "bytes 1.10.1",
 6280 "futures-util",
 6281 "http 1.2.0",
 6282 "http-body 1.0.1",
 6283 "pin-project-lite",
 6284]
 6285
 6286[[package]]
 6287name = "http-range-header"
 6288version = "0.3.1"
 6289source = "registry+https://github.com/rust-lang/crates.io-index"
 6290checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 6291
 6292[[package]]
 6293name = "http-types"
 6294version = "2.12.0"
 6295source = "registry+https://github.com/rust-lang/crates.io-index"
 6296checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
 6297dependencies = [
 6298 "anyhow",
 6299 "async-channel 1.9.0",
 6300 "base64 0.13.1",
 6301 "futures-lite 1.13.0",
 6302 "http 0.2.12",
 6303 "infer",
 6304 "pin-project-lite",
 6305 "rand 0.7.3",
 6306 "serde",
 6307 "serde_json",
 6308 "serde_qs 0.8.5",
 6309 "serde_urlencoded",
 6310 "url",
 6311]
 6312
 6313[[package]]
 6314name = "http_client"
 6315version = "0.1.0"
 6316dependencies = [
 6317 "anyhow",
 6318 "bytes 1.10.1",
 6319 "derive_more",
 6320 "futures 0.3.31",
 6321 "http 1.2.0",
 6322 "log",
 6323 "serde",
 6324 "serde_json",
 6325 "url",
 6326]
 6327
 6328[[package]]
 6329name = "http_client_tls"
 6330version = "0.1.0"
 6331dependencies = [
 6332 "rustls 0.23.25",
 6333 "rustls-platform-verifier",
 6334]
 6335
 6336[[package]]
 6337name = "httparse"
 6338version = "1.9.5"
 6339source = "registry+https://github.com/rust-lang/crates.io-index"
 6340checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
 6341
 6342[[package]]
 6343name = "httpdate"
 6344version = "1.0.3"
 6345source = "registry+https://github.com/rust-lang/crates.io-index"
 6346checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 6347
 6348[[package]]
 6349name = "human_bytes"
 6350version = "0.4.3"
 6351source = "registry+https://github.com/rust-lang/crates.io-index"
 6352checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 6353
 6354[[package]]
 6355name = "humantime"
 6356version = "2.1.0"
 6357source = "registry+https://github.com/rust-lang/crates.io-index"
 6358checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
 6359
 6360[[package]]
 6361name = "hyper"
 6362version = "0.14.32"
 6363source = "registry+https://github.com/rust-lang/crates.io-index"
 6364checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 6365dependencies = [
 6366 "bytes 1.10.1",
 6367 "futures-channel",
 6368 "futures-core",
 6369 "futures-util",
 6370 "h2 0.3.26",
 6371 "http 0.2.12",
 6372 "http-body 0.4.6",
 6373 "httparse",
 6374 "httpdate",
 6375 "itoa",
 6376 "pin-project-lite",
 6377 "socket2",
 6378 "tokio",
 6379 "tower-service",
 6380 "tracing",
 6381 "want",
 6382]
 6383
 6384[[package]]
 6385name = "hyper"
 6386version = "1.5.1"
 6387source = "registry+https://github.com/rust-lang/crates.io-index"
 6388checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
 6389dependencies = [
 6390 "bytes 1.10.1",
 6391 "futures-channel",
 6392 "futures-util",
 6393 "h2 0.4.7",
 6394 "http 1.2.0",
 6395 "http-body 1.0.1",
 6396 "httparse",
 6397 "itoa",
 6398 "pin-project-lite",
 6399 "smallvec",
 6400 "tokio",
 6401 "want",
 6402]
 6403
 6404[[package]]
 6405name = "hyper-rustls"
 6406version = "0.24.2"
 6407source = "registry+https://github.com/rust-lang/crates.io-index"
 6408checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 6409dependencies = [
 6410 "futures-util",
 6411 "http 0.2.12",
 6412 "hyper 0.14.32",
 6413 "log",
 6414 "rustls 0.21.12",
 6415 "rustls-native-certs 0.6.3",
 6416 "tokio",
 6417 "tokio-rustls 0.24.1",
 6418]
 6419
 6420[[package]]
 6421name = "hyper-rustls"
 6422version = "0.27.3"
 6423source = "registry+https://github.com/rust-lang/crates.io-index"
 6424checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
 6425dependencies = [
 6426 "futures-util",
 6427 "http 1.2.0",
 6428 "hyper 1.5.1",
 6429 "hyper-util",
 6430 "rustls 0.23.25",
 6431 "rustls-native-certs 0.8.1",
 6432 "rustls-pki-types",
 6433 "tokio",
 6434 "tokio-rustls 0.26.1",
 6435 "tower-service",
 6436]
 6437
 6438[[package]]
 6439name = "hyper-tls"
 6440version = "0.5.0"
 6441source = "registry+https://github.com/rust-lang/crates.io-index"
 6442checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 6443dependencies = [
 6444 "bytes 1.10.1",
 6445 "hyper 0.14.32",
 6446 "native-tls",
 6447 "tokio",
 6448 "tokio-native-tls",
 6449]
 6450
 6451[[package]]
 6452name = "hyper-util"
 6453version = "0.1.10"
 6454source = "registry+https://github.com/rust-lang/crates.io-index"
 6455checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
 6456dependencies = [
 6457 "bytes 1.10.1",
 6458 "futures-channel",
 6459 "futures-util",
 6460 "http 1.2.0",
 6461 "http-body 1.0.1",
 6462 "hyper 1.5.1",
 6463 "pin-project-lite",
 6464 "socket2",
 6465 "tokio",
 6466 "tower-service",
 6467 "tracing",
 6468]
 6469
 6470[[package]]
 6471name = "iana-time-zone"
 6472version = "0.1.61"
 6473source = "registry+https://github.com/rust-lang/crates.io-index"
 6474checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
 6475dependencies = [
 6476 "android_system_properties",
 6477 "core-foundation-sys",
 6478 "iana-time-zone-haiku",
 6479 "js-sys",
 6480 "wasm-bindgen",
 6481 "windows-core 0.52.0",
 6482]
 6483
 6484[[package]]
 6485name = "iana-time-zone-haiku"
 6486version = "0.1.2"
 6487source = "registry+https://github.com/rust-lang/crates.io-index"
 6488checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 6489dependencies = [
 6490 "cc",
 6491]
 6492
 6493[[package]]
 6494name = "icons"
 6495version = "0.1.0"
 6496dependencies = [
 6497 "serde",
 6498 "strum",
 6499]
 6500
 6501[[package]]
 6502name = "icu_collections"
 6503version = "1.5.0"
 6504source = "registry+https://github.com/rust-lang/crates.io-index"
 6505checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
 6506dependencies = [
 6507 "displaydoc",
 6508 "yoke",
 6509 "zerofrom",
 6510 "zerovec",
 6511]
 6512
 6513[[package]]
 6514name = "icu_locid"
 6515version = "1.5.0"
 6516source = "registry+https://github.com/rust-lang/crates.io-index"
 6517checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
 6518dependencies = [
 6519 "displaydoc",
 6520 "litemap",
 6521 "tinystr",
 6522 "writeable",
 6523 "zerovec",
 6524]
 6525
 6526[[package]]
 6527name = "icu_locid_transform"
 6528version = "1.5.0"
 6529source = "registry+https://github.com/rust-lang/crates.io-index"
 6530checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
 6531dependencies = [
 6532 "displaydoc",
 6533 "icu_locid",
 6534 "icu_locid_transform_data",
 6535 "icu_provider",
 6536 "tinystr",
 6537 "zerovec",
 6538]
 6539
 6540[[package]]
 6541name = "icu_locid_transform_data"
 6542version = "1.5.0"
 6543source = "registry+https://github.com/rust-lang/crates.io-index"
 6544checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
 6545
 6546[[package]]
 6547name = "icu_normalizer"
 6548version = "1.5.0"
 6549source = "registry+https://github.com/rust-lang/crates.io-index"
 6550checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
 6551dependencies = [
 6552 "displaydoc",
 6553 "icu_collections",
 6554 "icu_normalizer_data",
 6555 "icu_properties",
 6556 "icu_provider",
 6557 "smallvec",
 6558 "utf16_iter",
 6559 "utf8_iter",
 6560 "write16",
 6561 "zerovec",
 6562]
 6563
 6564[[package]]
 6565name = "icu_normalizer_data"
 6566version = "1.5.0"
 6567source = "registry+https://github.com/rust-lang/crates.io-index"
 6568checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
 6569
 6570[[package]]
 6571name = "icu_properties"
 6572version = "1.5.1"
 6573source = "registry+https://github.com/rust-lang/crates.io-index"
 6574checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
 6575dependencies = [
 6576 "displaydoc",
 6577 "icu_collections",
 6578 "icu_locid_transform",
 6579 "icu_properties_data",
 6580 "icu_provider",
 6581 "tinystr",
 6582 "zerovec",
 6583]
 6584
 6585[[package]]
 6586name = "icu_properties_data"
 6587version = "1.5.0"
 6588source = "registry+https://github.com/rust-lang/crates.io-index"
 6589checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
 6590
 6591[[package]]
 6592name = "icu_provider"
 6593version = "1.5.0"
 6594source = "registry+https://github.com/rust-lang/crates.io-index"
 6595checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
 6596dependencies = [
 6597 "displaydoc",
 6598 "icu_locid",
 6599 "icu_provider_macros",
 6600 "stable_deref_trait",
 6601 "tinystr",
 6602 "writeable",
 6603 "yoke",
 6604 "zerofrom",
 6605 "zerovec",
 6606]
 6607
 6608[[package]]
 6609name = "icu_provider_macros"
 6610version = "1.5.0"
 6611source = "registry+https://github.com/rust-lang/crates.io-index"
 6612checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
 6613dependencies = [
 6614 "proc-macro2",
 6615 "quote",
 6616 "syn 2.0.100",
 6617]
 6618
 6619[[package]]
 6620name = "id-arena"
 6621version = "2.2.1"
 6622source = "registry+https://github.com/rust-lang/crates.io-index"
 6623checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 6624
 6625[[package]]
 6626name = "idna"
 6627version = "1.0.3"
 6628source = "registry+https://github.com/rust-lang/crates.io-index"
 6629checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
 6630dependencies = [
 6631 "idna_adapter",
 6632 "smallvec",
 6633 "utf8_iter",
 6634]
 6635
 6636[[package]]
 6637name = "idna_adapter"
 6638version = "1.2.0"
 6639source = "registry+https://github.com/rust-lang/crates.io-index"
 6640checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
 6641dependencies = [
 6642 "icu_normalizer",
 6643 "icu_properties",
 6644]
 6645
 6646[[package]]
 6647name = "ignore"
 6648version = "0.4.23"
 6649source = "registry+https://github.com/rust-lang/crates.io-index"
 6650checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
 6651dependencies = [
 6652 "crossbeam-deque",
 6653 "globset",
 6654 "log",
 6655 "memchr",
 6656 "regex-automata 0.4.9",
 6657 "same-file",
 6658 "walkdir",
 6659 "winapi-util",
 6660]
 6661
 6662[[package]]
 6663name = "image"
 6664version = "0.25.6"
 6665source = "registry+https://github.com/rust-lang/crates.io-index"
 6666checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
 6667dependencies = [
 6668 "bytemuck",
 6669 "byteorder-lite",
 6670 "color_quant",
 6671 "exr",
 6672 "gif",
 6673 "image-webp",
 6674 "num-traits",
 6675 "png",
 6676 "qoi",
 6677 "ravif",
 6678 "rayon",
 6679 "rgb",
 6680 "tiff",
 6681 "zune-core",
 6682 "zune-jpeg",
 6683]
 6684
 6685[[package]]
 6686name = "image-webp"
 6687version = "0.2.0"
 6688source = "registry+https://github.com/rust-lang/crates.io-index"
 6689checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
 6690dependencies = [
 6691 "byteorder-lite",
 6692 "quick-error",
 6693]
 6694
 6695[[package]]
 6696name = "image_viewer"
 6697version = "0.1.0"
 6698dependencies = [
 6699 "anyhow",
 6700 "db",
 6701 "editor",
 6702 "file_icons",
 6703 "gpui",
 6704 "project",
 6705 "schemars",
 6706 "serde",
 6707 "settings",
 6708 "theme",
 6709 "ui",
 6710 "util",
 6711 "workspace",
 6712]
 6713
 6714[[package]]
 6715name = "imagesize"
 6716version = "0.13.0"
 6717source = "registry+https://github.com/rust-lang/crates.io-index"
 6718checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 6719
 6720[[package]]
 6721name = "imara-diff"
 6722version = "0.1.8"
 6723source = "registry+https://github.com/rust-lang/crates.io-index"
 6724checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 6725dependencies = [
 6726 "hashbrown 0.15.2",
 6727]
 6728
 6729[[package]]
 6730name = "imgref"
 6731version = "1.11.0"
 6732source = "registry+https://github.com/rust-lang/crates.io-index"
 6733checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
 6734
 6735[[package]]
 6736name = "indexed_docs"
 6737version = "0.1.0"
 6738dependencies = [
 6739 "anyhow",
 6740 "async-trait",
 6741 "cargo_metadata",
 6742 "collections",
 6743 "derive_more",
 6744 "extension",
 6745 "fs",
 6746 "futures 0.3.31",
 6747 "fuzzy",
 6748 "gpui",
 6749 "heed",
 6750 "html_to_markdown",
 6751 "http_client",
 6752 "indexmap",
 6753 "indoc",
 6754 "parking_lot",
 6755 "paths",
 6756 "pretty_assertions",
 6757 "serde",
 6758 "strum",
 6759 "util",
 6760]
 6761
 6762[[package]]
 6763name = "indexmap"
 6764version = "2.7.1"
 6765source = "registry+https://github.com/rust-lang/crates.io-index"
 6766checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
 6767dependencies = [
 6768 "equivalent",
 6769 "hashbrown 0.15.2",
 6770 "serde",
 6771]
 6772
 6773[[package]]
 6774name = "indoc"
 6775version = "2.0.6"
 6776source = "registry+https://github.com/rust-lang/crates.io-index"
 6777checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 6778
 6779[[package]]
 6780name = "infer"
 6781version = "0.2.3"
 6782source = "registry+https://github.com/rust-lang/crates.io-index"
 6783checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
 6784
 6785[[package]]
 6786name = "inherent"
 6787version = "1.0.11"
 6788source = "registry+https://github.com/rust-lang/crates.io-index"
 6789checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
 6790dependencies = [
 6791 "proc-macro2",
 6792 "quote",
 6793 "syn 2.0.100",
 6794]
 6795
 6796[[package]]
 6797name = "inline_completion"
 6798version = "0.1.0"
 6799dependencies = [
 6800 "gpui",
 6801 "language",
 6802 "project",
 6803]
 6804
 6805[[package]]
 6806name = "inline_completion_button"
 6807version = "0.1.0"
 6808dependencies = [
 6809 "anyhow",
 6810 "client",
 6811 "copilot",
 6812 "editor",
 6813 "feature_flags",
 6814 "fs",
 6815 "futures 0.3.31",
 6816 "gpui",
 6817 "indoc",
 6818 "inline_completion",
 6819 "language",
 6820 "lsp",
 6821 "paths",
 6822 "project",
 6823 "regex",
 6824 "serde_json",
 6825 "settings",
 6826 "supermaven",
 6827 "telemetry",
 6828 "theme",
 6829 "ui",
 6830 "workspace",
 6831 "zed_actions",
 6832 "zeta",
 6833]
 6834
 6835[[package]]
 6836name = "inotify"
 6837version = "0.11.0"
 6838source = "registry+https://github.com/rust-lang/crates.io-index"
 6839checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 6840dependencies = [
 6841 "bitflags 2.9.0",
 6842 "inotify-sys",
 6843 "libc",
 6844]
 6845
 6846[[package]]
 6847name = "inotify-sys"
 6848version = "0.1.5"
 6849source = "registry+https://github.com/rust-lang/crates.io-index"
 6850checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 6851dependencies = [
 6852 "libc",
 6853]
 6854
 6855[[package]]
 6856name = "inout"
 6857version = "0.1.3"
 6858source = "registry+https://github.com/rust-lang/crates.io-index"
 6859checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
 6860dependencies = [
 6861 "block-padding",
 6862 "generic-array",
 6863]
 6864
 6865[[package]]
 6866name = "install_cli"
 6867version = "0.1.0"
 6868dependencies = [
 6869 "anyhow",
 6870 "gpui",
 6871 "smol",
 6872 "util",
 6873]
 6874
 6875[[package]]
 6876name = "instant"
 6877version = "0.1.13"
 6878source = "registry+https://github.com/rust-lang/crates.io-index"
 6879checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 6880dependencies = [
 6881 "cfg-if",
 6882]
 6883
 6884[[package]]
 6885name = "interpolate_name"
 6886version = "0.2.4"
 6887source = "registry+https://github.com/rust-lang/crates.io-index"
 6888checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 6889dependencies = [
 6890 "proc-macro2",
 6891 "quote",
 6892 "syn 2.0.100",
 6893]
 6894
 6895[[package]]
 6896name = "inventory"
 6897version = "0.3.20"
 6898source = "registry+https://github.com/rust-lang/crates.io-index"
 6899checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
 6900dependencies = [
 6901 "rustversion",
 6902]
 6903
 6904[[package]]
 6905name = "io-extras"
 6906version = "0.18.4"
 6907source = "registry+https://github.com/rust-lang/crates.io-index"
 6908checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 6909dependencies = [
 6910 "io-lifetimes",
 6911 "windows-sys 0.59.0",
 6912]
 6913
 6914[[package]]
 6915name = "io-lifetimes"
 6916version = "2.0.4"
 6917source = "registry+https://github.com/rust-lang/crates.io-index"
 6918checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 6919
 6920[[package]]
 6921name = "iovec"
 6922version = "0.1.4"
 6923source = "registry+https://github.com/rust-lang/crates.io-index"
 6924checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 6925dependencies = [
 6926 "libc",
 6927]
 6928
 6929[[package]]
 6930name = "ipc-channel"
 6931version = "0.19.0"
 6932source = "registry+https://github.com/rust-lang/crates.io-index"
 6933checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 6934dependencies = [
 6935 "bincode",
 6936 "crossbeam-channel",
 6937 "fnv",
 6938 "lazy_static",
 6939 "libc",
 6940 "mio",
 6941 "rand 0.8.5",
 6942 "serde",
 6943 "tempfile",
 6944 "uuid",
 6945 "windows 0.58.0",
 6946]
 6947
 6948[[package]]
 6949name = "ipnet"
 6950version = "2.10.1"
 6951source = "registry+https://github.com/rust-lang/crates.io-index"
 6952checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
 6953
 6954[[package]]
 6955name = "is-docker"
 6956version = "0.2.0"
 6957source = "registry+https://github.com/rust-lang/crates.io-index"
 6958checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 6959dependencies = [
 6960 "once_cell",
 6961]
 6962
 6963[[package]]
 6964name = "is-terminal"
 6965version = "0.4.13"
 6966source = "registry+https://github.com/rust-lang/crates.io-index"
 6967checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
 6968dependencies = [
 6969 "hermit-abi 0.4.0",
 6970 "libc",
 6971 "windows-sys 0.52.0",
 6972]
 6973
 6974[[package]]
 6975name = "is-wsl"
 6976version = "0.4.0"
 6977source = "registry+https://github.com/rust-lang/crates.io-index"
 6978checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 6979dependencies = [
 6980 "is-docker",
 6981 "once_cell",
 6982]
 6983
 6984[[package]]
 6985name = "is_terminal_polyfill"
 6986version = "1.70.1"
 6987source = "registry+https://github.com/rust-lang/crates.io-index"
 6988checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 6989
 6990[[package]]
 6991name = "itertools"
 6992version = "0.10.5"
 6993source = "registry+https://github.com/rust-lang/crates.io-index"
 6994checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 6995dependencies = [
 6996 "either",
 6997]
 6998
 6999[[package]]
 7000name = "itertools"
 7001version = "0.11.0"
 7002source = "registry+https://github.com/rust-lang/crates.io-index"
 7003checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 7004dependencies = [
 7005 "either",
 7006]
 7007
 7008[[package]]
 7009name = "itertools"
 7010version = "0.12.1"
 7011source = "registry+https://github.com/rust-lang/crates.io-index"
 7012checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 7013dependencies = [
 7014 "either",
 7015]
 7016
 7017[[package]]
 7018name = "itertools"
 7019version = "0.14.0"
 7020source = "registry+https://github.com/rust-lang/crates.io-index"
 7021checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 7022dependencies = [
 7023 "either",
 7024]
 7025
 7026[[package]]
 7027name = "itoa"
 7028version = "1.0.14"
 7029source = "registry+https://github.com/rust-lang/crates.io-index"
 7030checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
 7031
 7032[[package]]
 7033name = "jiff"
 7034version = "0.2.4"
 7035source = "registry+https://github.com/rust-lang/crates.io-index"
 7036checksum = "d699bc6dfc879fb1bf9bdff0d4c56f0884fc6f0d0eb0fba397a6d00cd9a6b85e"
 7037dependencies = [
 7038 "jiff-static",
 7039 "log",
 7040 "portable-atomic",
 7041 "portable-atomic-util",
 7042 "serde",
 7043]
 7044
 7045[[package]]
 7046name = "jiff-static"
 7047version = "0.2.4"
 7048source = "registry+https://github.com/rust-lang/crates.io-index"
 7049checksum = "8d16e75759ee0aa64c57a56acbf43916987b20c77373cb7e808979e02b93c9f9"
 7050dependencies = [
 7051 "proc-macro2",
 7052 "quote",
 7053 "syn 2.0.100",
 7054]
 7055
 7056[[package]]
 7057name = "jni"
 7058version = "0.21.1"
 7059source = "registry+https://github.com/rust-lang/crates.io-index"
 7060checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 7061dependencies = [
 7062 "cesu8",
 7063 "cfg-if",
 7064 "combine",
 7065 "jni-sys",
 7066 "log",
 7067 "thiserror 1.0.69",
 7068 "walkdir",
 7069 "windows-sys 0.45.0",
 7070]
 7071
 7072[[package]]
 7073name = "jni-sys"
 7074version = "0.3.0"
 7075source = "registry+https://github.com/rust-lang/crates.io-index"
 7076checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 7077
 7078[[package]]
 7079name = "jobserver"
 7080version = "0.1.32"
 7081source = "registry+https://github.com/rust-lang/crates.io-index"
 7082checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
 7083dependencies = [
 7084 "libc",
 7085]
 7086
 7087[[package]]
 7088name = "journal"
 7089version = "0.1.0"
 7090dependencies = [
 7091 "anyhow",
 7092 "chrono",
 7093 "editor",
 7094 "gpui",
 7095 "log",
 7096 "schemars",
 7097 "serde",
 7098 "settings",
 7099 "shellexpand 2.1.2",
 7100 "workspace",
 7101]
 7102
 7103[[package]]
 7104name = "jpeg-decoder"
 7105version = "0.3.1"
 7106source = "registry+https://github.com/rust-lang/crates.io-index"
 7107checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
 7108
 7109[[package]]
 7110name = "js-sys"
 7111version = "0.3.76"
 7112source = "registry+https://github.com/rust-lang/crates.io-index"
 7113checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
 7114dependencies = [
 7115 "once_cell",
 7116 "wasm-bindgen",
 7117]
 7118
 7119[[package]]
 7120name = "jsonwebtoken"
 7121version = "9.3.1"
 7122source = "registry+https://github.com/rust-lang/crates.io-index"
 7123checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
 7124dependencies = [
 7125 "base64 0.22.1",
 7126 "js-sys",
 7127 "pem",
 7128 "ring",
 7129 "serde",
 7130 "serde_json",
 7131 "simple_asn1",
 7132]
 7133
 7134[[package]]
 7135name = "jupyter-protocol"
 7136version = "0.6.0"
 7137source = "registry+https://github.com/rust-lang/crates.io-index"
 7138checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
 7139dependencies = [
 7140 "anyhow",
 7141 "async-trait",
 7142 "bytes 1.10.1",
 7143 "chrono",
 7144 "futures 0.3.31",
 7145 "serde",
 7146 "serde_json",
 7147 "uuid",
 7148]
 7149
 7150[[package]]
 7151name = "jupyter-websocket-client"
 7152version = "0.9.0"
 7153source = "registry+https://github.com/rust-lang/crates.io-index"
 7154checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
 7155dependencies = [
 7156 "anyhow",
 7157 "async-trait",
 7158 "async-tungstenite",
 7159 "futures 0.3.31",
 7160 "jupyter-protocol",
 7161 "serde",
 7162 "serde_json",
 7163 "url",
 7164 "uuid",
 7165]
 7166
 7167[[package]]
 7168name = "khronos-egl"
 7169version = "6.0.0"
 7170source = "registry+https://github.com/rust-lang/crates.io-index"
 7171checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 7172dependencies = [
 7173 "libc",
 7174 "libloading",
 7175]
 7176
 7177[[package]]
 7178name = "kqueue"
 7179version = "1.0.8"
 7180source = "registry+https://github.com/rust-lang/crates.io-index"
 7181checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
 7182dependencies = [
 7183 "kqueue-sys",
 7184 "libc",
 7185]
 7186
 7187[[package]]
 7188name = "kqueue-sys"
 7189version = "1.0.4"
 7190source = "registry+https://github.com/rust-lang/crates.io-index"
 7191checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 7192dependencies = [
 7193 "bitflags 1.3.2",
 7194 "libc",
 7195]
 7196
 7197[[package]]
 7198name = "kurbo"
 7199version = "0.11.1"
 7200source = "registry+https://github.com/rust-lang/crates.io-index"
 7201checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
 7202dependencies = [
 7203 "arrayvec",
 7204 "smallvec",
 7205]
 7206
 7207[[package]]
 7208name = "kv-log-macro"
 7209version = "1.0.7"
 7210source = "registry+https://github.com/rust-lang/crates.io-index"
 7211checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 7212dependencies = [
 7213 "log",
 7214]
 7215
 7216[[package]]
 7217name = "language"
 7218version = "0.1.0"
 7219dependencies = [
 7220 "anyhow",
 7221 "async-trait",
 7222 "async-watch",
 7223 "clock",
 7224 "collections",
 7225 "ctor",
 7226 "ec4rs",
 7227 "env_logger 0.11.7",
 7228 "fs",
 7229 "futures 0.3.31",
 7230 "fuzzy",
 7231 "globset",
 7232 "gpui",
 7233 "http_client",
 7234 "imara-diff",
 7235 "indoc",
 7236 "itertools 0.14.0",
 7237 "log",
 7238 "lsp",
 7239 "parking_lot",
 7240 "postage",
 7241 "pretty_assertions",
 7242 "rand 0.8.5",
 7243 "regex",
 7244 "rpc",
 7245 "schemars",
 7246 "serde",
 7247 "serde_json",
 7248 "settings",
 7249 "smallvec",
 7250 "smol",
 7251 "streaming-iterator",
 7252 "strsim",
 7253 "sum_tree",
 7254 "task",
 7255 "text",
 7256 "theme",
 7257 "tree-sitter",
 7258 "tree-sitter-elixir",
 7259 "tree-sitter-embedded-template",
 7260 "tree-sitter-heex",
 7261 "tree-sitter-html",
 7262 "tree-sitter-json",
 7263 "tree-sitter-md",
 7264 "tree-sitter-ruby",
 7265 "tree-sitter-rust",
 7266 "tree-sitter-typescript",
 7267 "unicase",
 7268 "unindent",
 7269 "util",
 7270]
 7271
 7272[[package]]
 7273name = "language_extension"
 7274version = "0.1.0"
 7275dependencies = [
 7276 "anyhow",
 7277 "async-trait",
 7278 "collections",
 7279 "extension",
 7280 "fs",
 7281 "futures 0.3.31",
 7282 "gpui",
 7283 "language",
 7284 "lsp",
 7285 "serde",
 7286 "serde_json",
 7287 "util",
 7288]
 7289
 7290[[package]]
 7291name = "language_model"
 7292version = "0.1.0"
 7293dependencies = [
 7294 "anthropic",
 7295 "anyhow",
 7296 "base64 0.22.1",
 7297 "client",
 7298 "collections",
 7299 "futures 0.3.31",
 7300 "google_ai",
 7301 "gpui",
 7302 "http_client",
 7303 "icons",
 7304 "image",
 7305 "log",
 7306 "open_ai",
 7307 "parking_lot",
 7308 "proto",
 7309 "schemars",
 7310 "serde",
 7311 "serde_json",
 7312 "smol",
 7313 "strum",
 7314 "telemetry_events",
 7315 "thiserror 2.0.12",
 7316 "util",
 7317]
 7318
 7319[[package]]
 7320name = "language_model_selector"
 7321version = "0.1.0"
 7322dependencies = [
 7323 "feature_flags",
 7324 "gpui",
 7325 "language_model",
 7326 "log",
 7327 "picker",
 7328 "proto",
 7329 "ui",
 7330 "workspace",
 7331 "zed_actions",
 7332]
 7333
 7334[[package]]
 7335name = "language_models"
 7336version = "0.1.0"
 7337dependencies = [
 7338 "anthropic",
 7339 "anyhow",
 7340 "aws-config",
 7341 "aws-credential-types",
 7342 "aws_http_client",
 7343 "bedrock",
 7344 "client",
 7345 "collections",
 7346 "copilot",
 7347 "credentials_provider",
 7348 "deepseek",
 7349 "editor",
 7350 "feature_flags",
 7351 "fs",
 7352 "futures 0.3.31",
 7353 "google_ai",
 7354 "gpui",
 7355 "gpui_tokio",
 7356 "http_client",
 7357 "language_model",
 7358 "lmstudio",
 7359 "log",
 7360 "menu",
 7361 "mistral",
 7362 "ollama",
 7363 "open_ai",
 7364 "project",
 7365 "proto",
 7366 "schemars",
 7367 "serde",
 7368 "serde_json",
 7369 "settings",
 7370 "smol",
 7371 "strum",
 7372 "theme",
 7373 "tiktoken-rs",
 7374 "tokio",
 7375 "ui",
 7376 "util",
 7377]
 7378
 7379[[package]]
 7380name = "language_selector"
 7381version = "0.1.0"
 7382dependencies = [
 7383 "anyhow",
 7384 "editor",
 7385 "file_finder",
 7386 "file_icons",
 7387 "fuzzy",
 7388 "gpui",
 7389 "language",
 7390 "picker",
 7391 "project",
 7392 "settings",
 7393 "ui",
 7394 "util",
 7395 "workspace",
 7396]
 7397
 7398[[package]]
 7399name = "language_tools"
 7400version = "0.1.0"
 7401dependencies = [
 7402 "anyhow",
 7403 "client",
 7404 "collections",
 7405 "copilot",
 7406 "editor",
 7407 "env_logger 0.11.7",
 7408 "futures 0.3.31",
 7409 "gpui",
 7410 "itertools 0.14.0",
 7411 "language",
 7412 "lsp",
 7413 "project",
 7414 "release_channel",
 7415 "serde_json",
 7416 "settings",
 7417 "theme",
 7418 "tree-sitter",
 7419 "ui",
 7420 "util",
 7421 "workspace",
 7422 "zed_actions",
 7423]
 7424
 7425[[package]]
 7426name = "languages"
 7427version = "0.1.0"
 7428dependencies = [
 7429 "anyhow",
 7430 "async-compression",
 7431 "async-tar",
 7432 "async-trait",
 7433 "collections",
 7434 "futures 0.3.31",
 7435 "gpui",
 7436 "http_client",
 7437 "language",
 7438 "log",
 7439 "lsp",
 7440 "node_runtime",
 7441 "paths",
 7442 "pet",
 7443 "pet-conda",
 7444 "pet-core",
 7445 "pet-fs",
 7446 "pet-poetry",
 7447 "pet-reporter",
 7448 "pretty_assertions",
 7449 "project",
 7450 "regex",
 7451 "rope",
 7452 "rust-embed",
 7453 "serde",
 7454 "serde_json",
 7455 "settings",
 7456 "smol",
 7457 "snippet_provider",
 7458 "task",
 7459 "text",
 7460 "theme",
 7461 "toml 0.8.20",
 7462 "tree-sitter",
 7463 "tree-sitter-bash",
 7464 "tree-sitter-c",
 7465 "tree-sitter-cpp",
 7466 "tree-sitter-css",
 7467 "tree-sitter-diff",
 7468 "tree-sitter-gitcommit",
 7469 "tree-sitter-go",
 7470 "tree-sitter-gomod",
 7471 "tree-sitter-gowork",
 7472 "tree-sitter-jsdoc",
 7473 "tree-sitter-json",
 7474 "tree-sitter-md",
 7475 "tree-sitter-python",
 7476 "tree-sitter-regex",
 7477 "tree-sitter-rust",
 7478 "tree-sitter-typescript",
 7479 "tree-sitter-yaml",
 7480 "unindent",
 7481 "util",
 7482 "workspace",
 7483]
 7484
 7485[[package]]
 7486name = "lazy_static"
 7487version = "1.5.0"
 7488source = "registry+https://github.com/rust-lang/crates.io-index"
 7489checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 7490dependencies = [
 7491 "spin",
 7492]
 7493
 7494[[package]]
 7495name = "lazycell"
 7496version = "1.3.0"
 7497source = "registry+https://github.com/rust-lang/crates.io-index"
 7498checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 7499
 7500[[package]]
 7501name = "leb128"
 7502version = "0.2.5"
 7503source = "registry+https://github.com/rust-lang/crates.io-index"
 7504checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 7505
 7506[[package]]
 7507name = "lebe"
 7508version = "0.5.2"
 7509source = "registry+https://github.com/rust-lang/crates.io-index"
 7510checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
 7511
 7512[[package]]
 7513name = "libc"
 7514version = "0.2.171"
 7515source = "registry+https://github.com/rust-lang/crates.io-index"
 7516checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
 7517
 7518[[package]]
 7519name = "libdbus-sys"
 7520version = "0.2.5"
 7521source = "registry+https://github.com/rust-lang/crates.io-index"
 7522checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
 7523dependencies = [
 7524 "cc",
 7525 "pkg-config",
 7526]
 7527
 7528[[package]]
 7529name = "libfuzzer-sys"
 7530version = "0.4.8"
 7531source = "registry+https://github.com/rust-lang/crates.io-index"
 7532checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
 7533dependencies = [
 7534 "arbitrary",
 7535 "cc",
 7536]
 7537
 7538[[package]]
 7539name = "libgit2-sys"
 7540version = "0.18.1+1.9.0"
 7541source = "registry+https://github.com/rust-lang/crates.io-index"
 7542checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
 7543dependencies = [
 7544 "cc",
 7545 "libc",
 7546 "libz-sys",
 7547 "pkg-config",
 7548]
 7549
 7550[[package]]
 7551name = "libloading"
 7552version = "0.8.6"
 7553source = "registry+https://github.com/rust-lang/crates.io-index"
 7554checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
 7555dependencies = [
 7556 "cfg-if",
 7557 "windows-targets 0.48.5",
 7558]
 7559
 7560[[package]]
 7561name = "libm"
 7562version = "0.2.11"
 7563source = "registry+https://github.com/rust-lang/crates.io-index"
 7564checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
 7565
 7566[[package]]
 7567name = "libmimalloc-sys"
 7568version = "0.1.40"
 7569source = "registry+https://github.com/rust-lang/crates.io-index"
 7570checksum = "07d0e07885d6a754b9c7993f2625187ad694ee985d60f23355ff0e7077261502"
 7571dependencies = [
 7572 "cc",
 7573 "libc",
 7574]
 7575
 7576[[package]]
 7577name = "libredox"
 7578version = "0.1.3"
 7579source = "registry+https://github.com/rust-lang/crates.io-index"
 7580checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
 7581dependencies = [
 7582 "bitflags 2.9.0",
 7583 "libc",
 7584 "redox_syscall 0.5.8",
 7585]
 7586
 7587[[package]]
 7588name = "libsqlite3-sys"
 7589version = "0.30.1"
 7590source = "registry+https://github.com/rust-lang/crates.io-index"
 7591checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 7592dependencies = [
 7593 "cc",
 7594 "pkg-config",
 7595 "vcpkg",
 7596]
 7597
 7598[[package]]
 7599name = "libwebrtc"
 7600version = "0.3.7"
 7601source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7602dependencies = [
 7603 "cxx",
 7604 "jni",
 7605 "js-sys",
 7606 "lazy_static",
 7607 "livekit-protocol",
 7608 "livekit-runtime",
 7609 "log",
 7610 "parking_lot",
 7611 "serde",
 7612 "serde_json",
 7613 "thiserror 1.0.69",
 7614 "tokio",
 7615 "wasm-bindgen",
 7616 "wasm-bindgen-futures",
 7617 "web-sys",
 7618 "webrtc-sys",
 7619]
 7620
 7621[[package]]
 7622name = "libz-sys"
 7623version = "1.1.20"
 7624source = "registry+https://github.com/rust-lang/crates.io-index"
 7625checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
 7626dependencies = [
 7627 "cc",
 7628 "libc",
 7629 "pkg-config",
 7630 "vcpkg",
 7631]
 7632
 7633[[package]]
 7634name = "link-cplusplus"
 7635version = "1.0.9"
 7636source = "registry+https://github.com/rust-lang/crates.io-index"
 7637checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
 7638dependencies = [
 7639 "cc",
 7640]
 7641
 7642[[package]]
 7643name = "linkify"
 7644version = "0.10.0"
 7645source = "registry+https://github.com/rust-lang/crates.io-index"
 7646checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 7647dependencies = [
 7648 "memchr",
 7649]
 7650
 7651[[package]]
 7652name = "linkme"
 7653version = "0.3.32"
 7654source = "registry+https://github.com/rust-lang/crates.io-index"
 7655checksum = "22d227772b5999ddc0690e733f734f95ca05387e329c4084fe65678c51198ffe"
 7656dependencies = [
 7657 "linkme-impl",
 7658]
 7659
 7660[[package]]
 7661name = "linkme-impl"
 7662version = "0.3.32"
 7663source = "registry+https://github.com/rust-lang/crates.io-index"
 7664checksum = "71a98813fa0073a317ed6a8055dcd4722a49d9b862af828ee68449adb799b6be"
 7665dependencies = [
 7666 "proc-macro2",
 7667 "quote",
 7668 "syn 2.0.100",
 7669]
 7670
 7671[[package]]
 7672name = "linux-raw-sys"
 7673version = "0.4.14"
 7674source = "registry+https://github.com/rust-lang/crates.io-index"
 7675checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
 7676
 7677[[package]]
 7678name = "litemap"
 7679version = "0.7.4"
 7680source = "registry+https://github.com/rust-lang/crates.io-index"
 7681checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
 7682
 7683[[package]]
 7684name = "livekit"
 7685version = "0.7.0"
 7686source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7687dependencies = [
 7688 "chrono",
 7689 "futures-util",
 7690 "lazy_static",
 7691 "libwebrtc",
 7692 "livekit-api",
 7693 "livekit-protocol",
 7694 "livekit-runtime",
 7695 "log",
 7696 "parking_lot",
 7697 "prost 0.12.6",
 7698 "semver",
 7699 "serde",
 7700 "serde_json",
 7701 "thiserror 1.0.69",
 7702 "tokio",
 7703]
 7704
 7705[[package]]
 7706name = "livekit-api"
 7707version = "0.4.1"
 7708source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7709dependencies = [
 7710 "async-tungstenite",
 7711 "futures-util",
 7712 "http 0.2.12",
 7713 "jsonwebtoken",
 7714 "livekit-protocol",
 7715 "livekit-runtime",
 7716 "log",
 7717 "parking_lot",
 7718 "prost 0.12.6",
 7719 "reqwest 0.11.27",
 7720 "scopeguard",
 7721 "serde",
 7722 "serde_json",
 7723 "sha2",
 7724 "thiserror 1.0.69",
 7725 "tokio",
 7726 "tokio-tungstenite 0.20.1",
 7727 "url",
 7728]
 7729
 7730[[package]]
 7731name = "livekit-protocol"
 7732version = "0.3.6"
 7733source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7734dependencies = [
 7735 "futures-util",
 7736 "livekit-runtime",
 7737 "parking_lot",
 7738 "pbjson",
 7739 "pbjson-types",
 7740 "prost 0.12.6",
 7741 "prost-types 0.12.6",
 7742 "serde",
 7743 "thiserror 1.0.69",
 7744 "tokio",
 7745]
 7746
 7747[[package]]
 7748name = "livekit-runtime"
 7749version = "0.3.1"
 7750source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7751dependencies = [
 7752 "async-io",
 7753 "async-std",
 7754 "async-task",
 7755 "futures 0.3.31",
 7756]
 7757
 7758[[package]]
 7759name = "livekit_api"
 7760version = "0.1.0"
 7761dependencies = [
 7762 "anyhow",
 7763 "async-trait",
 7764 "jsonwebtoken",
 7765 "log",
 7766 "prost 0.9.0",
 7767 "prost-build 0.9.0",
 7768 "prost-types 0.9.0",
 7769 "reqwest 0.12.8",
 7770 "serde",
 7771]
 7772
 7773[[package]]
 7774name = "livekit_client"
 7775version = "0.1.0"
 7776dependencies = [
 7777 "anyhow",
 7778 "async-trait",
 7779 "collections",
 7780 "core-foundation 0.9.4",
 7781 "coreaudio-rs 0.12.1",
 7782 "cpal",
 7783 "futures 0.3.31",
 7784 "gpui",
 7785 "http 0.2.12",
 7786 "http_client",
 7787 "image",
 7788 "livekit",
 7789 "livekit_api",
 7790 "log",
 7791 "media",
 7792 "nanoid",
 7793 "parking_lot",
 7794 "postage",
 7795 "serde",
 7796 "serde_json",
 7797 "sha2",
 7798 "simplelog",
 7799 "smallvec",
 7800 "util",
 7801]
 7802
 7803[[package]]
 7804name = "livekit_client_macos"
 7805version = "0.1.0"
 7806dependencies = [
 7807 "anyhow",
 7808 "async-broadcast",
 7809 "async-trait",
 7810 "collections",
 7811 "core-foundation 0.9.4",
 7812 "futures 0.3.31",
 7813 "gpui",
 7814 "livekit_api",
 7815 "log",
 7816 "media",
 7817 "nanoid",
 7818 "parking_lot",
 7819 "postage",
 7820 "serde",
 7821 "serde_json",
 7822 "sha2",
 7823 "simplelog",
 7824]
 7825
 7826[[package]]
 7827name = "lmdb-master-sys"
 7828version = "0.2.4"
 7829source = "registry+https://github.com/rust-lang/crates.io-index"
 7830checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
 7831dependencies = [
 7832 "cc",
 7833 "doxygen-rs",
 7834 "libc",
 7835]
 7836
 7837[[package]]
 7838name = "lmstudio"
 7839version = "0.1.0"
 7840dependencies = [
 7841 "anyhow",
 7842 "futures 0.3.31",
 7843 "http_client",
 7844 "schemars",
 7845 "serde",
 7846 "serde_json",
 7847]
 7848
 7849[[package]]
 7850name = "lock_api"
 7851version = "0.4.12"
 7852source = "registry+https://github.com/rust-lang/crates.io-index"
 7853checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
 7854dependencies = [
 7855 "autocfg",
 7856 "scopeguard",
 7857]
 7858
 7859[[package]]
 7860name = "log"
 7861version = "0.4.27"
 7862source = "registry+https://github.com/rust-lang/crates.io-index"
 7863checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
 7864dependencies = [
 7865 "serde",
 7866 "value-bag",
 7867]
 7868
 7869[[package]]
 7870name = "loop9"
 7871version = "0.1.5"
 7872source = "registry+https://github.com/rust-lang/crates.io-index"
 7873checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
 7874dependencies = [
 7875 "imgref",
 7876]
 7877
 7878[[package]]
 7879name = "lru"
 7880version = "0.12.5"
 7881source = "registry+https://github.com/rust-lang/crates.io-index"
 7882checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
 7883dependencies = [
 7884 "hashbrown 0.15.2",
 7885]
 7886
 7887[[package]]
 7888name = "lsp"
 7889version = "0.1.0"
 7890dependencies = [
 7891 "anyhow",
 7892 "async-pipe",
 7893 "collections",
 7894 "ctor",
 7895 "env_logger 0.11.7",
 7896 "futures 0.3.31",
 7897 "gpui",
 7898 "log",
 7899 "lsp-types",
 7900 "parking_lot",
 7901 "postage",
 7902 "release_channel",
 7903 "schemars",
 7904 "serde",
 7905 "serde_json",
 7906 "smol",
 7907 "util",
 7908]
 7909
 7910[[package]]
 7911name = "lsp-types"
 7912version = "0.95.1"
 7913source = "git+https://github.com/zed-industries/lsp-types?rev=1fff0dd12e2071c5667327394cfec163d2a466ab#1fff0dd12e2071c5667327394cfec163d2a466ab"
 7914dependencies = [
 7915 "bitflags 1.3.2",
 7916 "serde",
 7917 "serde_json",
 7918 "serde_repr",
 7919 "url",
 7920]
 7921
 7922[[package]]
 7923name = "lyon"
 7924version = "1.0.1"
 7925source = "registry+https://github.com/rust-lang/crates.io-index"
 7926checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
 7927dependencies = [
 7928 "lyon_algorithms",
 7929 "lyon_extra",
 7930 "lyon_tessellation",
 7931]
 7932
 7933[[package]]
 7934name = "lyon_algorithms"
 7935version = "1.0.5"
 7936source = "registry+https://github.com/rust-lang/crates.io-index"
 7937checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
 7938dependencies = [
 7939 "lyon_path",
 7940 "num-traits",
 7941]
 7942
 7943[[package]]
 7944name = "lyon_extra"
 7945version = "1.0.3"
 7946source = "registry+https://github.com/rust-lang/crates.io-index"
 7947checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
 7948dependencies = [
 7949 "lyon_path",
 7950 "thiserror 1.0.69",
 7951]
 7952
 7953[[package]]
 7954name = "lyon_geom"
 7955version = "1.0.6"
 7956source = "registry+https://github.com/rust-lang/crates.io-index"
 7957checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
 7958dependencies = [
 7959 "arrayvec",
 7960 "euclid",
 7961 "num-traits",
 7962]
 7963
 7964[[package]]
 7965name = "lyon_path"
 7966version = "1.0.6"
 7967source = "registry+https://github.com/rust-lang/crates.io-index"
 7968checksum = "8e0b8aec2f58586f6eef237985b9a9b7cb3a3aff4417c575075cf95bf925252e"
 7969dependencies = [
 7970 "lyon_geom",
 7971 "num-traits",
 7972]
 7973
 7974[[package]]
 7975name = "lyon_tessellation"
 7976version = "1.0.15"
 7977source = "registry+https://github.com/rust-lang/crates.io-index"
 7978checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
 7979dependencies = [
 7980 "float_next_after",
 7981 "lyon_path",
 7982 "num-traits",
 7983]
 7984
 7985[[package]]
 7986name = "mac"
 7987version = "0.1.1"
 7988source = "registry+https://github.com/rust-lang/crates.io-index"
 7989checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
 7990
 7991[[package]]
 7992name = "mach2"
 7993version = "0.4.2"
 7994source = "registry+https://github.com/rust-lang/crates.io-index"
 7995checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
 7996dependencies = [
 7997 "libc",
 7998]
 7999
 8000[[package]]
 8001name = "malloc_buf"
 8002version = "0.0.6"
 8003source = "registry+https://github.com/rust-lang/crates.io-index"
 8004checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
 8005dependencies = [
 8006 "libc",
 8007]
 8008
 8009[[package]]
 8010name = "maplit"
 8011version = "1.0.2"
 8012source = "registry+https://github.com/rust-lang/crates.io-index"
 8013checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
 8014
 8015[[package]]
 8016name = "markdown"
 8017version = "0.1.0"
 8018dependencies = [
 8019 "anyhow",
 8020 "assets",
 8021 "env_logger 0.11.7",
 8022 "gpui",
 8023 "language",
 8024 "languages",
 8025 "linkify",
 8026 "log",
 8027 "node_runtime",
 8028 "pulldown-cmark 0.12.2",
 8029 "settings",
 8030 "theme",
 8031 "ui",
 8032 "util",
 8033]
 8034
 8035[[package]]
 8036name = "markdown_preview"
 8037version = "0.1.0"
 8038dependencies = [
 8039 "anyhow",
 8040 "async-recursion 1.1.1",
 8041 "collections",
 8042 "editor",
 8043 "gpui",
 8044 "language",
 8045 "linkify",
 8046 "log",
 8047 "pretty_assertions",
 8048 "pulldown-cmark 0.12.2",
 8049 "settings",
 8050 "theme",
 8051 "ui",
 8052 "util",
 8053 "workspace",
 8054]
 8055
 8056[[package]]
 8057name = "markup5ever"
 8058version = "0.12.1"
 8059source = "registry+https://github.com/rust-lang/crates.io-index"
 8060checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
 8061dependencies = [
 8062 "log",
 8063 "phf",
 8064 "phf_codegen",
 8065 "string_cache",
 8066 "string_cache_codegen",
 8067 "tendril",
 8068]
 8069
 8070[[package]]
 8071name = "markup5ever_rcdom"
 8072version = "0.3.0"
 8073source = "registry+https://github.com/rust-lang/crates.io-index"
 8074checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
 8075dependencies = [
 8076 "html5ever",
 8077 "markup5ever",
 8078 "tendril",
 8079 "xml5ever",
 8080]
 8081
 8082[[package]]
 8083name = "matchers"
 8084version = "0.1.0"
 8085source = "registry+https://github.com/rust-lang/crates.io-index"
 8086checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
 8087dependencies = [
 8088 "regex-automata 0.1.10",
 8089]
 8090
 8091[[package]]
 8092name = "matchit"
 8093version = "0.7.3"
 8094source = "registry+https://github.com/rust-lang/crates.io-index"
 8095checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
 8096
 8097[[package]]
 8098name = "maybe-owned"
 8099version = "0.3.4"
 8100source = "registry+https://github.com/rust-lang/crates.io-index"
 8101checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
 8102
 8103[[package]]
 8104name = "maybe-rayon"
 8105version = "0.1.1"
 8106source = "registry+https://github.com/rust-lang/crates.io-index"
 8107checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
 8108dependencies = [
 8109 "cfg-if",
 8110 "rayon",
 8111]
 8112
 8113[[package]]
 8114name = "md-5"
 8115version = "0.10.6"
 8116source = "registry+https://github.com/rust-lang/crates.io-index"
 8117checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
 8118dependencies = [
 8119 "cfg-if",
 8120 "digest",
 8121]
 8122
 8123[[package]]
 8124name = "mdbook"
 8125version = "0.4.47"
 8126source = "registry+https://github.com/rust-lang/crates.io-index"
 8127checksum = "7e1a8fe3a4a01f28dab245c474cb7b95ccb4d3d2f17a5419a3d949f474c45e84"
 8128dependencies = [
 8129 "ammonia",
 8130 "anyhow",
 8131 "chrono",
 8132 "clap",
 8133 "clap_complete",
 8134 "elasticlunr-rs",
 8135 "env_logger 0.11.7",
 8136 "futures-util",
 8137 "handlebars 6.2.0",
 8138 "hex",
 8139 "ignore",
 8140 "log",
 8141 "memchr",
 8142 "notify 8.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8143 "notify-debouncer-mini",
 8144 "once_cell",
 8145 "opener",
 8146 "pathdiff",
 8147 "pulldown-cmark 0.10.3",
 8148 "regex",
 8149 "serde",
 8150 "serde_json",
 8151 "sha2",
 8152 "shlex",
 8153 "tempfile",
 8154 "tokio",
 8155 "toml 0.5.11",
 8156 "topological-sort",
 8157 "walkdir",
 8158 "warp",
 8159]
 8160
 8161[[package]]
 8162name = "media"
 8163version = "0.1.0"
 8164dependencies = [
 8165 "anyhow",
 8166 "bindgen 0.70.1",
 8167 "core-foundation 0.9.4",
 8168 "ctor",
 8169 "foreign-types 0.5.0",
 8170 "metal",
 8171 "objc",
 8172]
 8173
 8174[[package]]
 8175name = "memchr"
 8176version = "2.7.4"
 8177source = "registry+https://github.com/rust-lang/crates.io-index"
 8178checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
 8179
 8180[[package]]
 8181name = "memfd"
 8182version = "0.6.4"
 8183source = "registry+https://github.com/rust-lang/crates.io-index"
 8184checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
 8185dependencies = [
 8186 "rustix",
 8187]
 8188
 8189[[package]]
 8190name = "memmap2"
 8191version = "0.9.5"
 8192source = "registry+https://github.com/rust-lang/crates.io-index"
 8193checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
 8194dependencies = [
 8195 "libc",
 8196]
 8197
 8198[[package]]
 8199name = "memoffset"
 8200version = "0.9.1"
 8201source = "registry+https://github.com/rust-lang/crates.io-index"
 8202checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
 8203dependencies = [
 8204 "autocfg",
 8205]
 8206
 8207[[package]]
 8208name = "menu"
 8209version = "0.1.0"
 8210dependencies = [
 8211 "gpui",
 8212 "serde",
 8213]
 8214
 8215[[package]]
 8216name = "metal"
 8217version = "0.31.0"
 8218source = "registry+https://github.com/rust-lang/crates.io-index"
 8219checksum = "f569fb946490b5743ad69813cb19629130ce9374034abe31614a36402d18f99e"
 8220dependencies = [
 8221 "bitflags 2.9.0",
 8222 "block",
 8223 "core-graphics-types 0.1.3",
 8224 "foreign-types 0.5.0",
 8225 "log",
 8226 "objc",
 8227 "paste",
 8228]
 8229
 8230[[package]]
 8231name = "migrator"
 8232version = "0.1.0"
 8233dependencies = [
 8234 "anyhow",
 8235 "collections",
 8236 "convert_case 0.8.0",
 8237 "log",
 8238 "pretty_assertions",
 8239 "streaming-iterator",
 8240 "tree-sitter",
 8241 "tree-sitter-json",
 8242]
 8243
 8244[[package]]
 8245name = "mimalloc"
 8246version = "0.1.44"
 8247source = "registry+https://github.com/rust-lang/crates.io-index"
 8248checksum = "99585191385958383e13f6b822e6b6d8d9cf928e7d286ceb092da92b43c87bc1"
 8249dependencies = [
 8250 "libmimalloc-sys",
 8251]
 8252
 8253[[package]]
 8254name = "mime"
 8255version = "0.3.17"
 8256source = "registry+https://github.com/rust-lang/crates.io-index"
 8257checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 8258
 8259[[package]]
 8260name = "mime_guess"
 8261version = "2.0.5"
 8262source = "registry+https://github.com/rust-lang/crates.io-index"
 8263checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
 8264dependencies = [
 8265 "mime",
 8266 "unicase",
 8267]
 8268
 8269[[package]]
 8270name = "minimal-lexical"
 8271version = "0.2.1"
 8272source = "registry+https://github.com/rust-lang/crates.io-index"
 8273checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 8274
 8275[[package]]
 8276name = "miniz_oxide"
 8277version = "0.8.0"
 8278source = "registry+https://github.com/rust-lang/crates.io-index"
 8279checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
 8280dependencies = [
 8281 "adler2",
 8282 "simd-adler32",
 8283]
 8284
 8285[[package]]
 8286name = "mint"
 8287version = "0.5.9"
 8288source = "registry+https://github.com/rust-lang/crates.io-index"
 8289checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
 8290
 8291[[package]]
 8292name = "mio"
 8293version = "1.0.3"
 8294source = "registry+https://github.com/rust-lang/crates.io-index"
 8295checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
 8296dependencies = [
 8297 "libc",
 8298 "log",
 8299 "wasi 0.11.0+wasi-snapshot-preview1",
 8300 "windows-sys 0.52.0",
 8301]
 8302
 8303[[package]]
 8304name = "miow"
 8305version = "0.6.0"
 8306source = "registry+https://github.com/rust-lang/crates.io-index"
 8307checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
 8308dependencies = [
 8309 "windows-sys 0.48.0",
 8310]
 8311
 8312[[package]]
 8313name = "mistral"
 8314version = "0.1.0"
 8315dependencies = [
 8316 "anyhow",
 8317 "futures 0.3.31",
 8318 "http_client",
 8319 "schemars",
 8320 "serde",
 8321 "serde_json",
 8322 "strum",
 8323]
 8324
 8325[[package]]
 8326name = "msvc_spectre_libs"
 8327version = "0.1.2"
 8328source = "registry+https://github.com/rust-lang/crates.io-index"
 8329checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
 8330dependencies = [
 8331 "cc",
 8332]
 8333
 8334[[package]]
 8335name = "multi_buffer"
 8336version = "0.1.0"
 8337dependencies = [
 8338 "anyhow",
 8339 "buffer_diff",
 8340 "clock",
 8341 "collections",
 8342 "ctor",
 8343 "env_logger 0.11.7",
 8344 "futures 0.3.31",
 8345 "gpui",
 8346 "indoc",
 8347 "itertools 0.14.0",
 8348 "language",
 8349 "log",
 8350 "parking_lot",
 8351 "pretty_assertions",
 8352 "project",
 8353 "rand 0.8.5",
 8354 "rope",
 8355 "serde",
 8356 "settings",
 8357 "smallvec",
 8358 "smol",
 8359 "sum_tree",
 8360 "text",
 8361 "theme",
 8362 "tree-sitter",
 8363 "util",
 8364]
 8365
 8366[[package]]
 8367name = "multimap"
 8368version = "0.8.3"
 8369source = "registry+https://github.com/rust-lang/crates.io-index"
 8370checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
 8371
 8372[[package]]
 8373name = "multimap"
 8374version = "0.10.0"
 8375source = "registry+https://github.com/rust-lang/crates.io-index"
 8376checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
 8377
 8378[[package]]
 8379name = "naga"
 8380version = "23.1.0"
 8381source = "registry+https://github.com/rust-lang/crates.io-index"
 8382checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
 8383dependencies = [
 8384 "arrayvec",
 8385 "bit-set 0.8.0",
 8386 "bitflags 2.9.0",
 8387 "cfg_aliases 0.1.1",
 8388 "codespan-reporting",
 8389 "hexf-parse",
 8390 "indexmap",
 8391 "log",
 8392 "rustc-hash 1.1.0",
 8393 "spirv",
 8394 "termcolor",
 8395 "thiserror 1.0.69",
 8396 "unicode-xid",
 8397]
 8398
 8399[[package]]
 8400name = "nanoid"
 8401version = "0.4.0"
 8402source = "registry+https://github.com/rust-lang/crates.io-index"
 8403checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
 8404dependencies = [
 8405 "rand 0.8.5",
 8406]
 8407
 8408[[package]]
 8409name = "nanorand"
 8410version = "0.7.0"
 8411source = "registry+https://github.com/rust-lang/crates.io-index"
 8412checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
 8413dependencies = [
 8414 "getrandom 0.2.15",
 8415]
 8416
 8417[[package]]
 8418name = "native-tls"
 8419version = "0.2.12"
 8420source = "registry+https://github.com/rust-lang/crates.io-index"
 8421checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
 8422dependencies = [
 8423 "libc",
 8424 "log",
 8425 "openssl",
 8426 "openssl-probe",
 8427 "openssl-sys",
 8428 "schannel",
 8429 "security-framework 2.11.1",
 8430 "security-framework-sys",
 8431 "tempfile",
 8432]
 8433
 8434[[package]]
 8435name = "nbformat"
 8436version = "0.10.0"
 8437source = "registry+https://github.com/rust-lang/crates.io-index"
 8438checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
 8439dependencies = [
 8440 "anyhow",
 8441 "chrono",
 8442 "jupyter-protocol",
 8443 "serde",
 8444 "serde_json",
 8445 "thiserror 1.0.69",
 8446 "uuid",
 8447]
 8448
 8449[[package]]
 8450name = "ndk"
 8451version = "0.8.0"
 8452source = "registry+https://github.com/rust-lang/crates.io-index"
 8453checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
 8454dependencies = [
 8455 "bitflags 2.9.0",
 8456 "jni-sys",
 8457 "log",
 8458 "ndk-sys",
 8459 "num_enum",
 8460 "thiserror 1.0.69",
 8461]
 8462
 8463[[package]]
 8464name = "ndk-context"
 8465version = "0.1.1"
 8466source = "registry+https://github.com/rust-lang/crates.io-index"
 8467checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
 8468
 8469[[package]]
 8470name = "ndk-sys"
 8471version = "0.5.0+25.2.9519653"
 8472source = "registry+https://github.com/rust-lang/crates.io-index"
 8473checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
 8474dependencies = [
 8475 "jni-sys",
 8476]
 8477
 8478[[package]]
 8479name = "new_debug_unreachable"
 8480version = "1.0.6"
 8481source = "registry+https://github.com/rust-lang/crates.io-index"
 8482checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
 8483
 8484[[package]]
 8485name = "nix"
 8486version = "0.29.0"
 8487source = "registry+https://github.com/rust-lang/crates.io-index"
 8488checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
 8489dependencies = [
 8490 "bitflags 2.9.0",
 8491 "cfg-if",
 8492 "cfg_aliases 0.2.1",
 8493 "libc",
 8494 "memoffset",
 8495]
 8496
 8497[[package]]
 8498name = "node_runtime"
 8499version = "0.1.0"
 8500dependencies = [
 8501 "anyhow",
 8502 "async-compression",
 8503 "async-std",
 8504 "async-tar",
 8505 "async-trait",
 8506 "async-watch",
 8507 "async_zip",
 8508 "futures 0.3.31",
 8509 "http_client",
 8510 "log",
 8511 "paths",
 8512 "semver",
 8513 "serde",
 8514 "serde_json",
 8515 "smol",
 8516 "tempfile",
 8517 "util",
 8518 "walkdir",
 8519 "which 6.0.3",
 8520]
 8521
 8522[[package]]
 8523name = "nom"
 8524version = "7.1.3"
 8525source = "registry+https://github.com/rust-lang/crates.io-index"
 8526checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
 8527dependencies = [
 8528 "memchr",
 8529 "minimal-lexical",
 8530]
 8531
 8532[[package]]
 8533name = "noop_proc_macro"
 8534version = "0.3.0"
 8535source = "registry+https://github.com/rust-lang/crates.io-index"
 8536checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
 8537
 8538[[package]]
 8539name = "normpath"
 8540version = "1.3.0"
 8541source = "registry+https://github.com/rust-lang/crates.io-index"
 8542checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
 8543dependencies = [
 8544 "windows-sys 0.59.0",
 8545]
 8546
 8547[[package]]
 8548name = "notifications"
 8549version = "0.1.0"
 8550dependencies = [
 8551 "anyhow",
 8552 "channel",
 8553 "client",
 8554 "collections",
 8555 "component",
 8556 "db",
 8557 "gpui",
 8558 "linkme",
 8559 "rpc",
 8560 "settings",
 8561 "sum_tree",
 8562 "time",
 8563 "ui",
 8564 "util",
 8565 "workspace",
 8566]
 8567
 8568[[package]]
 8569name = "notify"
 8570version = "8.0.0"
 8571source = "registry+https://github.com/rust-lang/crates.io-index"
 8572checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943"
 8573dependencies = [
 8574 "bitflags 2.9.0",
 8575 "filetime",
 8576 "fsevent-sys 4.1.0",
 8577 "inotify",
 8578 "kqueue",
 8579 "libc",
 8580 "log",
 8581 "mio",
 8582 "notify-types 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8583 "walkdir",
 8584 "windows-sys 0.59.0",
 8585]
 8586
 8587[[package]]
 8588name = "notify"
 8589version = "8.0.0"
 8590source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
 8591dependencies = [
 8592 "bitflags 2.9.0",
 8593 "filetime",
 8594 "fsevent-sys 4.1.0",
 8595 "inotify",
 8596 "kqueue",
 8597 "libc",
 8598 "log",
 8599 "mio",
 8600 "notify-types 2.0.0 (git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96)",
 8601 "walkdir",
 8602 "windows-sys 0.59.0",
 8603]
 8604
 8605[[package]]
 8606name = "notify-debouncer-mini"
 8607version = "0.6.0"
 8608source = "registry+https://github.com/rust-lang/crates.io-index"
 8609checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
 8610dependencies = [
 8611 "log",
 8612 "notify 8.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8613 "notify-types 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8614 "tempfile",
 8615]
 8616
 8617[[package]]
 8618name = "notify-types"
 8619version = "2.0.0"
 8620source = "registry+https://github.com/rust-lang/crates.io-index"
 8621checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
 8622
 8623[[package]]
 8624name = "notify-types"
 8625version = "2.0.0"
 8626source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
 8627
 8628[[package]]
 8629name = "ntapi"
 8630version = "0.4.1"
 8631source = "registry+https://github.com/rust-lang/crates.io-index"
 8632checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
 8633dependencies = [
 8634 "winapi",
 8635]
 8636
 8637[[package]]
 8638name = "nu-ansi-term"
 8639version = "0.46.0"
 8640source = "registry+https://github.com/rust-lang/crates.io-index"
 8641checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
 8642dependencies = [
 8643 "overload",
 8644 "winapi",
 8645]
 8646
 8647[[package]]
 8648name = "num"
 8649version = "0.4.3"
 8650source = "registry+https://github.com/rust-lang/crates.io-index"
 8651checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
 8652dependencies = [
 8653 "num-bigint",
 8654 "num-complex",
 8655 "num-integer",
 8656 "num-iter",
 8657 "num-rational",
 8658 "num-traits",
 8659]
 8660
 8661[[package]]
 8662name = "num-bigint"
 8663version = "0.4.6"
 8664source = "registry+https://github.com/rust-lang/crates.io-index"
 8665checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
 8666dependencies = [
 8667 "num-integer",
 8668 "num-traits",
 8669]
 8670
 8671[[package]]
 8672name = "num-bigint-dig"
 8673version = "0.8.4"
 8674source = "registry+https://github.com/rust-lang/crates.io-index"
 8675checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
 8676dependencies = [
 8677 "byteorder",
 8678 "lazy_static",
 8679 "libm",
 8680 "num-integer",
 8681 "num-iter",
 8682 "num-traits",
 8683 "rand 0.8.5",
 8684 "serde",
 8685 "smallvec",
 8686 "zeroize",
 8687]
 8688
 8689[[package]]
 8690name = "num-complex"
 8691version = "0.4.6"
 8692source = "registry+https://github.com/rust-lang/crates.io-index"
 8693checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
 8694dependencies = [
 8695 "num-traits",
 8696]
 8697
 8698[[package]]
 8699name = "num-conv"
 8700version = "0.1.0"
 8701source = "registry+https://github.com/rust-lang/crates.io-index"
 8702checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
 8703
 8704[[package]]
 8705name = "num-derive"
 8706version = "0.4.2"
 8707source = "registry+https://github.com/rust-lang/crates.io-index"
 8708checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
 8709dependencies = [
 8710 "proc-macro2",
 8711 "quote",
 8712 "syn 2.0.100",
 8713]
 8714
 8715[[package]]
 8716name = "num-format"
 8717version = "0.4.4"
 8718source = "registry+https://github.com/rust-lang/crates.io-index"
 8719checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
 8720dependencies = [
 8721 "arrayvec",
 8722 "itoa",
 8723]
 8724
 8725[[package]]
 8726name = "num-integer"
 8727version = "0.1.46"
 8728source = "registry+https://github.com/rust-lang/crates.io-index"
 8729checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
 8730dependencies = [
 8731 "num-traits",
 8732]
 8733
 8734[[package]]
 8735name = "num-iter"
 8736version = "0.1.45"
 8737source = "registry+https://github.com/rust-lang/crates.io-index"
 8738checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
 8739dependencies = [
 8740 "autocfg",
 8741 "num-integer",
 8742 "num-traits",
 8743]
 8744
 8745[[package]]
 8746name = "num-modular"
 8747version = "0.6.1"
 8748source = "registry+https://github.com/rust-lang/crates.io-index"
 8749checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
 8750
 8751[[package]]
 8752name = "num-order"
 8753version = "1.2.0"
 8754source = "registry+https://github.com/rust-lang/crates.io-index"
 8755checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
 8756dependencies = [
 8757 "num-modular",
 8758]
 8759
 8760[[package]]
 8761name = "num-rational"
 8762version = "0.4.2"
 8763source = "registry+https://github.com/rust-lang/crates.io-index"
 8764checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
 8765dependencies = [
 8766 "num-bigint",
 8767 "num-integer",
 8768 "num-traits",
 8769]
 8770
 8771[[package]]
 8772name = "num-traits"
 8773version = "0.2.19"
 8774source = "registry+https://github.com/rust-lang/crates.io-index"
 8775checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
 8776dependencies = [
 8777 "autocfg",
 8778 "libm",
 8779]
 8780
 8781[[package]]
 8782name = "num_cpus"
 8783version = "1.16.0"
 8784source = "registry+https://github.com/rust-lang/crates.io-index"
 8785checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
 8786dependencies = [
 8787 "hermit-abi 0.3.9",
 8788 "libc",
 8789]
 8790
 8791[[package]]
 8792name = "num_enum"
 8793version = "0.7.3"
 8794source = "registry+https://github.com/rust-lang/crates.io-index"
 8795checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
 8796dependencies = [
 8797 "num_enum_derive",
 8798]
 8799
 8800[[package]]
 8801name = "num_enum_derive"
 8802version = "0.7.3"
 8803source = "registry+https://github.com/rust-lang/crates.io-index"
 8804checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
 8805dependencies = [
 8806 "proc-macro-crate",
 8807 "proc-macro2",
 8808 "quote",
 8809 "syn 2.0.100",
 8810]
 8811
 8812[[package]]
 8813name = "num_threads"
 8814version = "0.1.7"
 8815source = "registry+https://github.com/rust-lang/crates.io-index"
 8816checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
 8817dependencies = [
 8818 "libc",
 8819]
 8820
 8821[[package]]
 8822name = "nvim-rs"
 8823version = "0.8.0-pre"
 8824source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
 8825dependencies = [
 8826 "async-trait",
 8827 "futures 0.3.31",
 8828 "log",
 8829 "parity-tokio-ipc",
 8830 "rmp",
 8831 "rmpv",
 8832 "tokio",
 8833 "tokio-util",
 8834 "winapi",
 8835]
 8836
 8837[[package]]
 8838name = "objc"
 8839version = "0.2.7"
 8840source = "registry+https://github.com/rust-lang/crates.io-index"
 8841checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
 8842dependencies = [
 8843 "malloc_buf",
 8844]
 8845
 8846[[package]]
 8847name = "objc-sys"
 8848version = "0.3.5"
 8849source = "registry+https://github.com/rust-lang/crates.io-index"
 8850checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
 8851
 8852[[package]]
 8853name = "objc2"
 8854version = "0.5.2"
 8855source = "registry+https://github.com/rust-lang/crates.io-index"
 8856checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
 8857dependencies = [
 8858 "objc-sys",
 8859 "objc2-encode",
 8860]
 8861
 8862[[package]]
 8863name = "objc2-app-kit"
 8864version = "0.2.2"
 8865source = "registry+https://github.com/rust-lang/crates.io-index"
 8866checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
 8867dependencies = [
 8868 "bitflags 2.9.0",
 8869 "block2",
 8870 "libc",
 8871 "objc2",
 8872 "objc2-core-data",
 8873 "objc2-core-image",
 8874 "objc2-foundation",
 8875 "objc2-quartz-core",
 8876]
 8877
 8878[[package]]
 8879name = "objc2-cloud-kit"
 8880version = "0.2.2"
 8881source = "registry+https://github.com/rust-lang/crates.io-index"
 8882checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
 8883dependencies = [
 8884 "bitflags 2.9.0",
 8885 "block2",
 8886 "objc2",
 8887 "objc2-core-location",
 8888 "objc2-foundation",
 8889]
 8890
 8891[[package]]
 8892name = "objc2-contacts"
 8893version = "0.2.2"
 8894source = "registry+https://github.com/rust-lang/crates.io-index"
 8895checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
 8896dependencies = [
 8897 "block2",
 8898 "objc2",
 8899 "objc2-foundation",
 8900]
 8901
 8902[[package]]
 8903name = "objc2-core-data"
 8904version = "0.2.2"
 8905source = "registry+https://github.com/rust-lang/crates.io-index"
 8906checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
 8907dependencies = [
 8908 "bitflags 2.9.0",
 8909 "block2",
 8910 "objc2",
 8911 "objc2-foundation",
 8912]
 8913
 8914[[package]]
 8915name = "objc2-core-image"
 8916version = "0.2.2"
 8917source = "registry+https://github.com/rust-lang/crates.io-index"
 8918checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
 8919dependencies = [
 8920 "block2",
 8921 "objc2",
 8922 "objc2-foundation",
 8923 "objc2-metal",
 8924]
 8925
 8926[[package]]
 8927name = "objc2-core-location"
 8928version = "0.2.2"
 8929source = "registry+https://github.com/rust-lang/crates.io-index"
 8930checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
 8931dependencies = [
 8932 "block2",
 8933 "objc2",
 8934 "objc2-contacts",
 8935 "objc2-foundation",
 8936]
 8937
 8938[[package]]
 8939name = "objc2-encode"
 8940version = "4.0.3"
 8941source = "registry+https://github.com/rust-lang/crates.io-index"
 8942checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
 8943
 8944[[package]]
 8945name = "objc2-foundation"
 8946version = "0.2.2"
 8947source = "registry+https://github.com/rust-lang/crates.io-index"
 8948checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
 8949dependencies = [
 8950 "bitflags 2.9.0",
 8951 "block2",
 8952 "libc",
 8953 "objc2",
 8954]
 8955
 8956[[package]]
 8957name = "objc2-link-presentation"
 8958version = "0.2.2"
 8959source = "registry+https://github.com/rust-lang/crates.io-index"
 8960checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
 8961dependencies = [
 8962 "block2",
 8963 "objc2",
 8964 "objc2-app-kit",
 8965 "objc2-foundation",
 8966]
 8967
 8968[[package]]
 8969name = "objc2-metal"
 8970version = "0.2.2"
 8971source = "registry+https://github.com/rust-lang/crates.io-index"
 8972checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
 8973dependencies = [
 8974 "bitflags 2.9.0",
 8975 "block2",
 8976 "objc2",
 8977 "objc2-foundation",
 8978]
 8979
 8980[[package]]
 8981name = "objc2-quartz-core"
 8982version = "0.2.2"
 8983source = "registry+https://github.com/rust-lang/crates.io-index"
 8984checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
 8985dependencies = [
 8986 "bitflags 2.9.0",
 8987 "block2",
 8988 "objc2",
 8989 "objc2-foundation",
 8990 "objc2-metal",
 8991]
 8992
 8993[[package]]
 8994name = "objc2-symbols"
 8995version = "0.2.2"
 8996source = "registry+https://github.com/rust-lang/crates.io-index"
 8997checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
 8998dependencies = [
 8999 "objc2",
 9000 "objc2-foundation",
 9001]
 9002
 9003[[package]]
 9004name = "objc2-ui-kit"
 9005version = "0.2.2"
 9006source = "registry+https://github.com/rust-lang/crates.io-index"
 9007checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
 9008dependencies = [
 9009 "bitflags 2.9.0",
 9010 "block2",
 9011 "objc2",
 9012 "objc2-cloud-kit",
 9013 "objc2-core-data",
 9014 "objc2-core-image",
 9015 "objc2-core-location",
 9016 "objc2-foundation",
 9017 "objc2-link-presentation",
 9018 "objc2-quartz-core",
 9019 "objc2-symbols",
 9020 "objc2-uniform-type-identifiers",
 9021 "objc2-user-notifications",
 9022]
 9023
 9024[[package]]
 9025name = "objc2-uniform-type-identifiers"
 9026version = "0.2.2"
 9027source = "registry+https://github.com/rust-lang/crates.io-index"
 9028checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
 9029dependencies = [
 9030 "block2",
 9031 "objc2",
 9032 "objc2-foundation",
 9033]
 9034
 9035[[package]]
 9036name = "objc2-user-notifications"
 9037version = "0.2.2"
 9038source = "registry+https://github.com/rust-lang/crates.io-index"
 9039checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
 9040dependencies = [
 9041 "bitflags 2.9.0",
 9042 "block2",
 9043 "objc2",
 9044 "objc2-core-location",
 9045 "objc2-foundation",
 9046]
 9047
 9048[[package]]
 9049name = "object"
 9050version = "0.36.5"
 9051source = "registry+https://github.com/rust-lang/crates.io-index"
 9052checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
 9053dependencies = [
 9054 "crc32fast",
 9055 "hashbrown 0.15.2",
 9056 "indexmap",
 9057 "memchr",
 9058]
 9059
 9060[[package]]
 9061name = "oboe"
 9062version = "0.6.1"
 9063source = "registry+https://github.com/rust-lang/crates.io-index"
 9064checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
 9065dependencies = [
 9066 "jni",
 9067 "ndk",
 9068 "ndk-context",
 9069 "num-derive",
 9070 "num-traits",
 9071 "oboe-sys",
 9072]
 9073
 9074[[package]]
 9075name = "oboe-sys"
 9076version = "0.6.1"
 9077source = "registry+https://github.com/rust-lang/crates.io-index"
 9078checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
 9079dependencies = [
 9080 "cc",
 9081]
 9082
 9083[[package]]
 9084name = "ollama"
 9085version = "0.1.0"
 9086dependencies = [
 9087 "anyhow",
 9088 "futures 0.3.31",
 9089 "http_client",
 9090 "schemars",
 9091 "serde",
 9092 "serde_json",
 9093]
 9094
 9095[[package]]
 9096name = "once_cell"
 9097version = "1.20.3"
 9098source = "registry+https://github.com/rust-lang/crates.io-index"
 9099checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
 9100
 9101[[package]]
 9102name = "oo7"
 9103version = "0.4.3"
 9104source = "registry+https://github.com/rust-lang/crates.io-index"
 9105checksum = "6cb23d3ec3527d65a83be1c1795cb883c52cfa57147d42acc797127df56fc489"
 9106dependencies = [
 9107 "aes",
 9108 "ashpd",
 9109 "async-fs",
 9110 "async-io",
 9111 "async-lock",
 9112 "blocking",
 9113 "cbc",
 9114 "cipher",
 9115 "digest",
 9116 "endi",
 9117 "futures-lite 2.6.0",
 9118 "futures-util",
 9119 "getrandom 0.3.1",
 9120 "hkdf",
 9121 "hmac",
 9122 "md-5",
 9123 "num",
 9124 "num-bigint-dig",
 9125 "pbkdf2 0.12.2",
 9126 "rand 0.9.0",
 9127 "serde",
 9128 "sha2",
 9129 "subtle",
 9130 "zbus",
 9131 "zbus_macros",
 9132 "zeroize",
 9133 "zvariant",
 9134]
 9135
 9136[[package]]
 9137name = "oorandom"
 9138version = "11.1.4"
 9139source = "registry+https://github.com/rust-lang/crates.io-index"
 9140checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
 9141
 9142[[package]]
 9143name = "open"
 9144version = "5.3.2"
 9145source = "registry+https://github.com/rust-lang/crates.io-index"
 9146checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
 9147dependencies = [
 9148 "is-wsl",
 9149 "libc",
 9150 "pathdiff",
 9151]
 9152
 9153[[package]]
 9154name = "open_ai"
 9155version = "0.1.0"
 9156dependencies = [
 9157 "anyhow",
 9158 "futures 0.3.31",
 9159 "http_client",
 9160 "schemars",
 9161 "serde",
 9162 "serde_json",
 9163 "strum",
 9164]
 9165
 9166[[package]]
 9167name = "opener"
 9168version = "0.7.2"
 9169source = "registry+https://github.com/rust-lang/crates.io-index"
 9170checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
 9171dependencies = [
 9172 "bstr",
 9173 "dbus",
 9174 "normpath",
 9175 "windows-sys 0.59.0",
 9176]
 9177
 9178[[package]]
 9179name = "openssl"
 9180version = "0.10.70"
 9181source = "registry+https://github.com/rust-lang/crates.io-index"
 9182checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6"
 9183dependencies = [
 9184 "bitflags 2.9.0",
 9185 "cfg-if",
 9186 "foreign-types 0.3.2",
 9187 "libc",
 9188 "once_cell",
 9189 "openssl-macros",
 9190 "openssl-sys",
 9191]
 9192
 9193[[package]]
 9194name = "openssl-macros"
 9195version = "0.1.1"
 9196source = "registry+https://github.com/rust-lang/crates.io-index"
 9197checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
 9198dependencies = [
 9199 "proc-macro2",
 9200 "quote",
 9201 "syn 2.0.100",
 9202]
 9203
 9204[[package]]
 9205name = "openssl-probe"
 9206version = "0.1.5"
 9207source = "registry+https://github.com/rust-lang/crates.io-index"
 9208checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
 9209
 9210[[package]]
 9211name = "openssl-src"
 9212version = "300.4.1+3.4.0"
 9213source = "registry+https://github.com/rust-lang/crates.io-index"
 9214checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
 9215dependencies = [
 9216 "cc",
 9217]
 9218
 9219[[package]]
 9220name = "openssl-sys"
 9221version = "0.9.105"
 9222source = "registry+https://github.com/rust-lang/crates.io-index"
 9223checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc"
 9224dependencies = [
 9225 "cc",
 9226 "libc",
 9227 "openssl-src",
 9228 "pkg-config",
 9229 "vcpkg",
 9230]
 9231
 9232[[package]]
 9233name = "option-ext"
 9234version = "0.2.0"
 9235source = "registry+https://github.com/rust-lang/crates.io-index"
 9236checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
 9237
 9238[[package]]
 9239name = "ordered-float"
 9240version = "2.10.1"
 9241source = "registry+https://github.com/rust-lang/crates.io-index"
 9242checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
 9243dependencies = [
 9244 "num-traits",
 9245]
 9246
 9247[[package]]
 9248name = "ordered-float"
 9249version = "3.9.2"
 9250source = "registry+https://github.com/rust-lang/crates.io-index"
 9251checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
 9252dependencies = [
 9253 "num-traits",
 9254]
 9255
 9256[[package]]
 9257name = "ordered-stream"
 9258version = "0.2.0"
 9259source = "registry+https://github.com/rust-lang/crates.io-index"
 9260checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
 9261dependencies = [
 9262 "futures-core",
 9263 "pin-project-lite",
 9264]
 9265
 9266[[package]]
 9267name = "ouroboros"
 9268version = "0.18.4"
 9269source = "registry+https://github.com/rust-lang/crates.io-index"
 9270checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
 9271dependencies = [
 9272 "aliasable",
 9273 "ouroboros_macro",
 9274 "static_assertions",
 9275]
 9276
 9277[[package]]
 9278name = "ouroboros_macro"
 9279version = "0.18.4"
 9280source = "registry+https://github.com/rust-lang/crates.io-index"
 9281checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
 9282dependencies = [
 9283 "heck 0.4.1",
 9284 "itertools 0.12.1",
 9285 "proc-macro2",
 9286 "proc-macro2-diagnostics",
 9287 "quote",
 9288 "syn 2.0.100",
 9289]
 9290
 9291[[package]]
 9292name = "outline"
 9293version = "0.1.0"
 9294dependencies = [
 9295 "editor",
 9296 "fuzzy",
 9297 "gpui",
 9298 "indoc",
 9299 "language",
 9300 "menu",
 9301 "ordered-float 2.10.1",
 9302 "picker",
 9303 "project",
 9304 "rope",
 9305 "serde_json",
 9306 "settings",
 9307 "smol",
 9308 "theme",
 9309 "tree-sitter-rust",
 9310 "tree-sitter-typescript",
 9311 "ui",
 9312 "util",
 9313 "workspace",
 9314 "zed_actions",
 9315]
 9316
 9317[[package]]
 9318name = "outline_panel"
 9319version = "0.1.0"
 9320dependencies = [
 9321 "anyhow",
 9322 "collections",
 9323 "db",
 9324 "editor",
 9325 "file_icons",
 9326 "fuzzy",
 9327 "gpui",
 9328 "itertools 0.14.0",
 9329 "language",
 9330 "log",
 9331 "menu",
 9332 "outline",
 9333 "pretty_assertions",
 9334 "project",
 9335 "schemars",
 9336 "search",
 9337 "serde",
 9338 "serde_json",
 9339 "settings",
 9340 "smallvec",
 9341 "smol",
 9342 "theme",
 9343 "ui",
 9344 "util",
 9345 "workspace",
 9346 "worktree",
 9347 "zed_actions",
 9348]
 9349
 9350[[package]]
 9351name = "outref"
 9352version = "0.5.1"
 9353source = "registry+https://github.com/rust-lang/crates.io-index"
 9354checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
 9355
 9356[[package]]
 9357name = "overload"
 9358version = "0.1.1"
 9359source = "registry+https://github.com/rust-lang/crates.io-index"
 9360checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
 9361
 9362[[package]]
 9363name = "p256"
 9364version = "0.11.1"
 9365source = "registry+https://github.com/rust-lang/crates.io-index"
 9366checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
 9367dependencies = [
 9368 "ecdsa",
 9369 "elliptic-curve",
 9370 "sha2",
 9371]
 9372
 9373[[package]]
 9374name = "page_size"
 9375version = "0.6.0"
 9376source = "registry+https://github.com/rust-lang/crates.io-index"
 9377checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
 9378dependencies = [
 9379 "libc",
 9380 "winapi",
 9381]
 9382
 9383[[package]]
 9384name = "palette"
 9385version = "0.7.6"
 9386source = "registry+https://github.com/rust-lang/crates.io-index"
 9387checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
 9388dependencies = [
 9389 "approx",
 9390 "fast-srgb8",
 9391 "palette_derive",
 9392]
 9393
 9394[[package]]
 9395name = "palette_derive"
 9396version = "0.7.6"
 9397source = "registry+https://github.com/rust-lang/crates.io-index"
 9398checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
 9399dependencies = [
 9400 "by_address",
 9401 "proc-macro2",
 9402 "quote",
 9403 "syn 2.0.100",
 9404]
 9405
 9406[[package]]
 9407name = "panel"
 9408version = "0.1.0"
 9409dependencies = [
 9410 "editor",
 9411 "gpui",
 9412 "settings",
 9413 "theme",
 9414 "ui",
 9415 "workspace",
 9416]
 9417
 9418[[package]]
 9419name = "parity-tokio-ipc"
 9420version = "0.9.0"
 9421source = "registry+https://github.com/rust-lang/crates.io-index"
 9422checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
 9423dependencies = [
 9424 "futures 0.3.31",
 9425 "libc",
 9426 "log",
 9427 "rand 0.7.3",
 9428 "tokio",
 9429 "winapi",
 9430]
 9431
 9432[[package]]
 9433name = "parking"
 9434version = "2.2.1"
 9435source = "registry+https://github.com/rust-lang/crates.io-index"
 9436checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
 9437
 9438[[package]]
 9439name = "parking_lot"
 9440version = "0.12.3"
 9441source = "registry+https://github.com/rust-lang/crates.io-index"
 9442checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
 9443dependencies = [
 9444 "lock_api",
 9445 "parking_lot_core",
 9446]
 9447
 9448[[package]]
 9449name = "parking_lot_core"
 9450version = "0.9.10"
 9451source = "registry+https://github.com/rust-lang/crates.io-index"
 9452checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
 9453dependencies = [
 9454 "cfg-if",
 9455 "libc",
 9456 "redox_syscall 0.5.8",
 9457 "smallvec",
 9458 "windows-targets 0.52.6",
 9459]
 9460
 9461[[package]]
 9462name = "password-hash"
 9463version = "0.4.2"
 9464source = "registry+https://github.com/rust-lang/crates.io-index"
 9465checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
 9466dependencies = [
 9467 "base64ct",
 9468 "rand_core 0.6.4",
 9469 "subtle",
 9470]
 9471
 9472[[package]]
 9473name = "password-hash"
 9474version = "0.5.0"
 9475source = "registry+https://github.com/rust-lang/crates.io-index"
 9476checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
 9477dependencies = [
 9478 "base64ct",
 9479 "rand_core 0.6.4",
 9480 "subtle",
 9481]
 9482
 9483[[package]]
 9484name = "paste"
 9485version = "1.0.15"
 9486source = "registry+https://github.com/rust-lang/crates.io-index"
 9487checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
 9488
 9489[[package]]
 9490name = "pathdiff"
 9491version = "0.2.3"
 9492source = "registry+https://github.com/rust-lang/crates.io-index"
 9493checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
 9494
 9495[[package]]
 9496name = "pathfinder_geometry"
 9497version = "0.5.1"
 9498source = "registry+https://github.com/rust-lang/crates.io-index"
 9499checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
 9500dependencies = [
 9501 "log",
 9502 "pathfinder_simd",
 9503]
 9504
 9505[[package]]
 9506name = "pathfinder_simd"
 9507version = "0.5.4"
 9508source = "registry+https://github.com/rust-lang/crates.io-index"
 9509checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
 9510dependencies = [
 9511 "rustc_version",
 9512]
 9513
 9514[[package]]
 9515name = "paths"
 9516version = "0.1.0"
 9517dependencies = [
 9518 "dirs 4.0.0",
 9519 "util",
 9520]
 9521
 9522[[package]]
 9523name = "pbjson"
 9524version = "0.6.0"
 9525source = "registry+https://github.com/rust-lang/crates.io-index"
 9526checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
 9527dependencies = [
 9528 "base64 0.21.7",
 9529 "serde",
 9530]
 9531
 9532[[package]]
 9533name = "pbjson-build"
 9534version = "0.6.2"
 9535source = "registry+https://github.com/rust-lang/crates.io-index"
 9536checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
 9537dependencies = [
 9538 "heck 0.4.1",
 9539 "itertools 0.11.0",
 9540 "prost 0.12.6",
 9541 "prost-types 0.12.6",
 9542]
 9543
 9544[[package]]
 9545name = "pbjson-types"
 9546version = "0.6.0"
 9547source = "registry+https://github.com/rust-lang/crates.io-index"
 9548checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
 9549dependencies = [
 9550 "bytes 1.10.1",
 9551 "chrono",
 9552 "pbjson",
 9553 "pbjson-build",
 9554 "prost 0.12.6",
 9555 "prost-build 0.12.6",
 9556 "serde",
 9557]
 9558
 9559[[package]]
 9560name = "pbkdf2"
 9561version = "0.11.0"
 9562source = "registry+https://github.com/rust-lang/crates.io-index"
 9563checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
 9564dependencies = [
 9565 "digest",
 9566 "hmac",
 9567 "password-hash 0.4.2",
 9568 "sha2",
 9569]
 9570
 9571[[package]]
 9572name = "pbkdf2"
 9573version = "0.12.2"
 9574source = "registry+https://github.com/rust-lang/crates.io-index"
 9575checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
 9576dependencies = [
 9577 "digest",
 9578 "hmac",
 9579]
 9580
 9581[[package]]
 9582name = "pem"
 9583version = "3.0.4"
 9584source = "registry+https://github.com/rust-lang/crates.io-index"
 9585checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
 9586dependencies = [
 9587 "base64 0.22.1",
 9588 "serde",
 9589]
 9590
 9591[[package]]
 9592name = "pem-rfc7468"
 9593version = "0.7.0"
 9594source = "registry+https://github.com/rust-lang/crates.io-index"
 9595checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
 9596dependencies = [
 9597 "base64ct",
 9598]
 9599
 9600[[package]]
 9601name = "percent-encoding"
 9602version = "2.3.1"
 9603source = "registry+https://github.com/rust-lang/crates.io-index"
 9604checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
 9605
 9606[[package]]
 9607name = "perplexity"
 9608version = "0.1.0"
 9609dependencies = [
 9610 "serde",
 9611 "zed_extension_api 0.4.0",
 9612]
 9613
 9614[[package]]
 9615name = "pest"
 9616version = "2.7.15"
 9617source = "registry+https://github.com/rust-lang/crates.io-index"
 9618checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
 9619dependencies = [
 9620 "memchr",
 9621 "thiserror 2.0.12",
 9622 "ucd-trie",
 9623]
 9624
 9625[[package]]
 9626name = "pest_derive"
 9627version = "2.7.15"
 9628source = "registry+https://github.com/rust-lang/crates.io-index"
 9629checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
 9630dependencies = [
 9631 "pest",
 9632 "pest_generator",
 9633]
 9634
 9635[[package]]
 9636name = "pest_generator"
 9637version = "2.7.15"
 9638source = "registry+https://github.com/rust-lang/crates.io-index"
 9639checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
 9640dependencies = [
 9641 "pest",
 9642 "pest_meta",
 9643 "proc-macro2",
 9644 "quote",
 9645 "syn 2.0.100",
 9646]
 9647
 9648[[package]]
 9649name = "pest_meta"
 9650version = "2.7.15"
 9651source = "registry+https://github.com/rust-lang/crates.io-index"
 9652checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
 9653dependencies = [
 9654 "once_cell",
 9655 "pest",
 9656 "sha2",
 9657]
 9658
 9659[[package]]
 9660name = "pet"
 9661version = "0.1.0"
 9662source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9663dependencies = [
 9664 "clap",
 9665 "env_logger 0.10.2",
 9666 "lazy_static",
 9667 "log",
 9668 "msvc_spectre_libs",
 9669 "pet-conda",
 9670 "pet-core",
 9671 "pet-env-var-path",
 9672 "pet-fs",
 9673 "pet-global-virtualenvs",
 9674 "pet-homebrew",
 9675 "pet-jsonrpc",
 9676 "pet-linux-global-python",
 9677 "pet-mac-commandlinetools",
 9678 "pet-mac-python-org",
 9679 "pet-mac-xcode",
 9680 "pet-pipenv",
 9681 "pet-pixi",
 9682 "pet-poetry",
 9683 "pet-pyenv",
 9684 "pet-python-utils",
 9685 "pet-reporter",
 9686 "pet-telemetry",
 9687 "pet-venv",
 9688 "pet-virtualenv",
 9689 "pet-virtualenvwrapper",
 9690 "pet-windows-registry",
 9691 "pet-windows-store",
 9692 "serde",
 9693 "serde_json",
 9694]
 9695
 9696[[package]]
 9697name = "pet-conda"
 9698version = "0.1.0"
 9699source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9700dependencies = [
 9701 "env_logger 0.10.2",
 9702 "lazy_static",
 9703 "log",
 9704 "msvc_spectre_libs",
 9705 "pet-core",
 9706 "pet-fs",
 9707 "pet-python-utils",
 9708 "pet-reporter",
 9709 "regex",
 9710 "serde",
 9711 "serde_json",
 9712 "yaml-rust2",
 9713]
 9714
 9715[[package]]
 9716name = "pet-core"
 9717version = "0.1.0"
 9718source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9719dependencies = [
 9720 "clap",
 9721 "lazy_static",
 9722 "log",
 9723 "msvc_spectre_libs",
 9724 "pet-fs",
 9725 "regex",
 9726 "serde",
 9727 "serde_json",
 9728]
 9729
 9730[[package]]
 9731name = "pet-env-var-path"
 9732version = "0.1.0"
 9733source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9734dependencies = [
 9735 "lazy_static",
 9736 "log",
 9737 "msvc_spectre_libs",
 9738 "pet-conda",
 9739 "pet-core",
 9740 "pet-fs",
 9741 "pet-python-utils",
 9742 "pet-virtualenv",
 9743 "regex",
 9744]
 9745
 9746[[package]]
 9747name = "pet-fs"
 9748version = "0.1.0"
 9749source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9750dependencies = [
 9751 "log",
 9752 "msvc_spectre_libs",
 9753]
 9754
 9755[[package]]
 9756name = "pet-global-virtualenvs"
 9757version = "0.1.0"
 9758source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9759dependencies = [
 9760 "log",
 9761 "msvc_spectre_libs",
 9762 "pet-conda",
 9763 "pet-core",
 9764 "pet-fs",
 9765 "pet-virtualenv",
 9766]
 9767
 9768[[package]]
 9769name = "pet-homebrew"
 9770version = "0.1.0"
 9771source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9772dependencies = [
 9773 "lazy_static",
 9774 "log",
 9775 "msvc_spectre_libs",
 9776 "pet-conda",
 9777 "pet-core",
 9778 "pet-fs",
 9779 "pet-python-utils",
 9780 "pet-virtualenv",
 9781 "regex",
 9782 "serde",
 9783 "serde_json",
 9784]
 9785
 9786[[package]]
 9787name = "pet-jsonrpc"
 9788version = "0.1.0"
 9789source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9790dependencies = [
 9791 "env_logger 0.10.2",
 9792 "log",
 9793 "msvc_spectre_libs",
 9794 "pet-core",
 9795 "serde",
 9796 "serde_json",
 9797]
 9798
 9799[[package]]
 9800name = "pet-linux-global-python"
 9801version = "0.1.0"
 9802source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9803dependencies = [
 9804 "log",
 9805 "msvc_spectre_libs",
 9806 "pet-core",
 9807 "pet-fs",
 9808 "pet-python-utils",
 9809 "pet-virtualenv",
 9810]
 9811
 9812[[package]]
 9813name = "pet-mac-commandlinetools"
 9814version = "0.1.0"
 9815source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9816dependencies = [
 9817 "log",
 9818 "msvc_spectre_libs",
 9819 "pet-core",
 9820 "pet-fs",
 9821 "pet-python-utils",
 9822 "pet-virtualenv",
 9823]
 9824
 9825[[package]]
 9826name = "pet-mac-python-org"
 9827version = "0.1.0"
 9828source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9829dependencies = [
 9830 "log",
 9831 "msvc_spectre_libs",
 9832 "pet-core",
 9833 "pet-fs",
 9834 "pet-python-utils",
 9835 "pet-virtualenv",
 9836]
 9837
 9838[[package]]
 9839name = "pet-mac-xcode"
 9840version = "0.1.0"
 9841source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9842dependencies = [
 9843 "log",
 9844 "msvc_spectre_libs",
 9845 "pet-core",
 9846 "pet-fs",
 9847 "pet-python-utils",
 9848 "pet-virtualenv",
 9849]
 9850
 9851[[package]]
 9852name = "pet-pipenv"
 9853version = "0.1.0"
 9854source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9855dependencies = [
 9856 "log",
 9857 "msvc_spectre_libs",
 9858 "pet-core",
 9859 "pet-fs",
 9860 "pet-python-utils",
 9861 "pet-virtualenv",
 9862]
 9863
 9864[[package]]
 9865name = "pet-pixi"
 9866version = "0.1.0"
 9867source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9868dependencies = [
 9869 "log",
 9870 "msvc_spectre_libs",
 9871 "pet-conda",
 9872 "pet-core",
 9873 "pet-python-utils",
 9874]
 9875
 9876[[package]]
 9877name = "pet-poetry"
 9878version = "0.1.0"
 9879source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9880dependencies = [
 9881 "base64 0.22.1",
 9882 "lazy_static",
 9883 "log",
 9884 "msvc_spectre_libs",
 9885 "pet-core",
 9886 "pet-fs",
 9887 "pet-python-utils",
 9888 "pet-reporter",
 9889 "pet-virtualenv",
 9890 "regex",
 9891 "serde",
 9892 "serde_json",
 9893 "sha2",
 9894 "toml 0.8.20",
 9895]
 9896
 9897[[package]]
 9898name = "pet-pyenv"
 9899version = "0.1.0"
 9900source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9901dependencies = [
 9902 "lazy_static",
 9903 "log",
 9904 "msvc_spectre_libs",
 9905 "pet-conda",
 9906 "pet-core",
 9907 "pet-fs",
 9908 "pet-python-utils",
 9909 "pet-reporter",
 9910 "regex",
 9911 "serde",
 9912 "serde_json",
 9913]
 9914
 9915[[package]]
 9916name = "pet-python-utils"
 9917version = "0.1.0"
 9918source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9919dependencies = [
 9920 "env_logger 0.10.2",
 9921 "lazy_static",
 9922 "log",
 9923 "msvc_spectre_libs",
 9924 "pet-core",
 9925 "pet-fs",
 9926 "regex",
 9927 "serde",
 9928 "serde_json",
 9929 "sha2",
 9930]
 9931
 9932[[package]]
 9933name = "pet-reporter"
 9934version = "0.1.0"
 9935source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9936dependencies = [
 9937 "env_logger 0.10.2",
 9938 "log",
 9939 "msvc_spectre_libs",
 9940 "pet-core",
 9941 "pet-jsonrpc",
 9942 "serde",
 9943 "serde_json",
 9944]
 9945
 9946[[package]]
 9947name = "pet-telemetry"
 9948version = "0.1.0"
 9949source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9950dependencies = [
 9951 "env_logger 0.10.2",
 9952 "lazy_static",
 9953 "log",
 9954 "msvc_spectre_libs",
 9955 "pet-core",
 9956 "pet-fs",
 9957 "pet-python-utils",
 9958 "regex",
 9959]
 9960
 9961[[package]]
 9962name = "pet-venv"
 9963version = "0.1.0"
 9964source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9965dependencies = [
 9966 "log",
 9967 "msvc_spectre_libs",
 9968 "pet-core",
 9969 "pet-python-utils",
 9970 "pet-virtualenv",
 9971]
 9972
 9973[[package]]
 9974name = "pet-virtualenv"
 9975version = "0.1.0"
 9976source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9977dependencies = [
 9978 "log",
 9979 "msvc_spectre_libs",
 9980 "pet-core",
 9981 "pet-fs",
 9982 "pet-python-utils",
 9983]
 9984
 9985[[package]]
 9986name = "pet-virtualenvwrapper"
 9987version = "0.1.0"
 9988source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9989dependencies = [
 9990 "log",
 9991 "msvc_spectre_libs",
 9992 "pet-core",
 9993 "pet-fs",
 9994 "pet-python-utils",
 9995 "pet-virtualenv",
 9996]
 9997
 9998[[package]]
 9999name = "pet-windows-registry"
10000version = "0.1.0"
10001source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10002dependencies = [
10003 "lazy_static",
10004 "log",
10005 "msvc_spectre_libs",
10006 "pet-conda",
10007 "pet-core",
10008 "pet-fs",
10009 "pet-python-utils",
10010 "pet-virtualenv",
10011 "pet-windows-store",
10012 "regex",
10013 "winreg 0.52.0",
10014]
10015
10016[[package]]
10017name = "pet-windows-store"
10018version = "0.1.0"
10019source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10020dependencies = [
10021 "lazy_static",
10022 "log",
10023 "msvc_spectre_libs",
10024 "pet-core",
10025 "pet-fs",
10026 "pet-python-utils",
10027 "pet-virtualenv",
10028 "regex",
10029 "winreg 0.52.0",
10030]
10031
10032[[package]]
10033name = "petgraph"
10034version = "0.6.5"
10035source = "registry+https://github.com/rust-lang/crates.io-index"
10036checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
10037dependencies = [
10038 "fixedbitset",
10039 "indexmap",
10040]
10041
10042[[package]]
10043name = "pgvector"
10044version = "0.4.0"
10045source = "registry+https://github.com/rust-lang/crates.io-index"
10046checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
10047dependencies = [
10048 "serde",
10049]
10050
10051[[package]]
10052name = "phf"
10053version = "0.11.2"
10054source = "registry+https://github.com/rust-lang/crates.io-index"
10055checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
10056dependencies = [
10057 "phf_macros",
10058 "phf_shared 0.11.2",
10059]
10060
10061[[package]]
10062name = "phf_codegen"
10063version = "0.11.2"
10064source = "registry+https://github.com/rust-lang/crates.io-index"
10065checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
10066dependencies = [
10067 "phf_generator 0.11.2",
10068 "phf_shared 0.11.2",
10069]
10070
10071[[package]]
10072name = "phf_generator"
10073version = "0.10.0"
10074source = "registry+https://github.com/rust-lang/crates.io-index"
10075checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
10076dependencies = [
10077 "phf_shared 0.10.0",
10078 "rand 0.8.5",
10079]
10080
10081[[package]]
10082name = "phf_generator"
10083version = "0.11.2"
10084source = "registry+https://github.com/rust-lang/crates.io-index"
10085checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
10086dependencies = [
10087 "phf_shared 0.11.2",
10088 "rand 0.8.5",
10089]
10090
10091[[package]]
10092name = "phf_macros"
10093version = "0.11.2"
10094source = "registry+https://github.com/rust-lang/crates.io-index"
10095checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
10096dependencies = [
10097 "phf_generator 0.11.2",
10098 "phf_shared 0.11.2",
10099 "proc-macro2",
10100 "quote",
10101 "syn 2.0.100",
10102]
10103
10104[[package]]
10105name = "phf_shared"
10106version = "0.10.0"
10107source = "registry+https://github.com/rust-lang/crates.io-index"
10108checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
10109dependencies = [
10110 "siphasher 0.3.11",
10111]
10112
10113[[package]]
10114name = "phf_shared"
10115version = "0.11.2"
10116source = "registry+https://github.com/rust-lang/crates.io-index"
10117checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
10118dependencies = [
10119 "siphasher 0.3.11",
10120]
10121
10122[[package]]
10123name = "picker"
10124version = "0.1.0"
10125dependencies = [
10126 "anyhow",
10127 "ctor",
10128 "editor",
10129 "env_logger 0.11.7",
10130 "gpui",
10131 "menu",
10132 "schemars",
10133 "serde",
10134 "serde_json",
10135 "ui",
10136 "util",
10137 "workspace",
10138]
10139
10140[[package]]
10141name = "pico-args"
10142version = "0.5.0"
10143source = "registry+https://github.com/rust-lang/crates.io-index"
10144checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
10145
10146[[package]]
10147name = "pin-project"
10148version = "1.1.7"
10149source = "registry+https://github.com/rust-lang/crates.io-index"
10150checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
10151dependencies = [
10152 "pin-project-internal",
10153]
10154
10155[[package]]
10156name = "pin-project-internal"
10157version = "1.1.7"
10158source = "registry+https://github.com/rust-lang/crates.io-index"
10159checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
10160dependencies = [
10161 "proc-macro2",
10162 "quote",
10163 "syn 2.0.100",
10164]
10165
10166[[package]]
10167name = "pin-project-lite"
10168version = "0.2.16"
10169source = "registry+https://github.com/rust-lang/crates.io-index"
10170checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
10171
10172[[package]]
10173name = "pin-utils"
10174version = "0.1.0"
10175source = "registry+https://github.com/rust-lang/crates.io-index"
10176checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
10177
10178[[package]]
10179name = "piper"
10180version = "0.2.4"
10181source = "registry+https://github.com/rust-lang/crates.io-index"
10182checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
10183dependencies = [
10184 "atomic-waker",
10185 "fastrand 2.3.0",
10186 "futures-io",
10187]
10188
10189[[package]]
10190name = "pkcs1"
10191version = "0.7.5"
10192source = "registry+https://github.com/rust-lang/crates.io-index"
10193checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
10194dependencies = [
10195 "der 0.7.9",
10196 "pkcs8 0.10.2",
10197 "spki 0.7.3",
10198]
10199
10200[[package]]
10201name = "pkcs8"
10202version = "0.9.0"
10203source = "registry+https://github.com/rust-lang/crates.io-index"
10204checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
10205dependencies = [
10206 "der 0.6.1",
10207 "spki 0.6.0",
10208]
10209
10210[[package]]
10211name = "pkcs8"
10212version = "0.10.2"
10213source = "registry+https://github.com/rust-lang/crates.io-index"
10214checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
10215dependencies = [
10216 "der 0.7.9",
10217 "spki 0.7.3",
10218]
10219
10220[[package]]
10221name = "pkg-config"
10222version = "0.3.31"
10223source = "registry+https://github.com/rust-lang/crates.io-index"
10224checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
10225
10226[[package]]
10227name = "plist"
10228version = "1.7.1"
10229source = "registry+https://github.com/rust-lang/crates.io-index"
10230checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d"
10231dependencies = [
10232 "base64 0.22.1",
10233 "indexmap",
10234 "quick-xml 0.32.0",
10235 "serde",
10236 "time",
10237]
10238
10239[[package]]
10240name = "plotters"
10241version = "0.3.7"
10242source = "registry+https://github.com/rust-lang/crates.io-index"
10243checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
10244dependencies = [
10245 "num-traits",
10246 "plotters-backend",
10247 "plotters-svg",
10248 "wasm-bindgen",
10249 "web-sys",
10250]
10251
10252[[package]]
10253name = "plotters-backend"
10254version = "0.3.7"
10255source = "registry+https://github.com/rust-lang/crates.io-index"
10256checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
10257
10258[[package]]
10259name = "plotters-svg"
10260version = "0.3.7"
10261source = "registry+https://github.com/rust-lang/crates.io-index"
10262checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
10263dependencies = [
10264 "plotters-backend",
10265]
10266
10267[[package]]
10268name = "png"
10269version = "0.17.15"
10270source = "registry+https://github.com/rust-lang/crates.io-index"
10271checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
10272dependencies = [
10273 "bitflags 1.3.2",
10274 "crc32fast",
10275 "fdeflate",
10276 "flate2",
10277 "miniz_oxide",
10278]
10279
10280[[package]]
10281name = "polling"
10282version = "3.7.4"
10283source = "registry+https://github.com/rust-lang/crates.io-index"
10284checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
10285dependencies = [
10286 "cfg-if",
10287 "concurrent-queue",
10288 "hermit-abi 0.4.0",
10289 "pin-project-lite",
10290 "rustix",
10291 "tracing",
10292 "windows-sys 0.59.0",
10293]
10294
10295[[package]]
10296name = "pollster"
10297version = "0.2.5"
10298source = "registry+https://github.com/rust-lang/crates.io-index"
10299checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
10300
10301[[package]]
10302name = "portable-atomic"
10303version = "1.11.0"
10304source = "registry+https://github.com/rust-lang/crates.io-index"
10305checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
10306
10307[[package]]
10308name = "portable-atomic-util"
10309version = "0.2.4"
10310source = "registry+https://github.com/rust-lang/crates.io-index"
10311checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
10312dependencies = [
10313 "portable-atomic",
10314]
10315
10316[[package]]
10317name = "postage"
10318version = "0.5.0"
10319source = "registry+https://github.com/rust-lang/crates.io-index"
10320checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
10321dependencies = [
10322 "atomic",
10323 "crossbeam-queue",
10324 "futures 0.3.31",
10325 "log",
10326 "parking_lot",
10327 "pin-project",
10328 "pollster",
10329 "static_assertions",
10330 "thiserror 1.0.69",
10331]
10332
10333[[package]]
10334name = "postcard"
10335version = "1.1.1"
10336source = "registry+https://github.com/rust-lang/crates.io-index"
10337checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
10338dependencies = [
10339 "cobs",
10340 "embedded-io 0.4.0",
10341 "embedded-io 0.6.1",
10342 "serde",
10343]
10344
10345[[package]]
10346name = "powerfmt"
10347version = "0.2.0"
10348source = "registry+https://github.com/rust-lang/crates.io-index"
10349checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
10350
10351[[package]]
10352name = "ppv-lite86"
10353version = "0.2.20"
10354source = "registry+https://github.com/rust-lang/crates.io-index"
10355checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
10356dependencies = [
10357 "zerocopy 0.7.35",
10358]
10359
10360[[package]]
10361name = "precomputed-hash"
10362version = "0.1.1"
10363source = "registry+https://github.com/rust-lang/crates.io-index"
10364checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
10365
10366[[package]]
10367name = "prettier"
10368version = "0.1.0"
10369dependencies = [
10370 "anyhow",
10371 "collections",
10372 "fs",
10373 "gpui",
10374 "language",
10375 "log",
10376 "lsp",
10377 "node_runtime",
10378 "parking_lot",
10379 "paths",
10380 "serde",
10381 "serde_json",
10382 "util",
10383]
10384
10385[[package]]
10386name = "pretty_assertions"
10387version = "1.4.1"
10388source = "registry+https://github.com/rust-lang/crates.io-index"
10389checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
10390dependencies = [
10391 "diff",
10392 "yansi",
10393]
10394
10395[[package]]
10396name = "prettyplease"
10397version = "0.2.25"
10398source = "registry+https://github.com/rust-lang/crates.io-index"
10399checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
10400dependencies = [
10401 "proc-macro2",
10402 "syn 2.0.100",
10403]
10404
10405[[package]]
10406name = "proc-macro-crate"
10407version = "3.2.0"
10408source = "registry+https://github.com/rust-lang/crates.io-index"
10409checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
10410dependencies = [
10411 "toml_edit",
10412]
10413
10414[[package]]
10415name = "proc-macro-error-attr2"
10416version = "2.0.0"
10417source = "registry+https://github.com/rust-lang/crates.io-index"
10418checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
10419dependencies = [
10420 "proc-macro2",
10421 "quote",
10422]
10423
10424[[package]]
10425name = "proc-macro-error2"
10426version = "2.0.1"
10427source = "registry+https://github.com/rust-lang/crates.io-index"
10428checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
10429dependencies = [
10430 "proc-macro-error-attr2",
10431 "proc-macro2",
10432 "quote",
10433 "syn 2.0.100",
10434]
10435
10436[[package]]
10437name = "proc-macro2"
10438version = "1.0.94"
10439source = "registry+https://github.com/rust-lang/crates.io-index"
10440checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
10441dependencies = [
10442 "unicode-ident",
10443]
10444
10445[[package]]
10446name = "proc-macro2-diagnostics"
10447version = "0.10.1"
10448source = "registry+https://github.com/rust-lang/crates.io-index"
10449checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
10450dependencies = [
10451 "proc-macro2",
10452 "quote",
10453 "syn 2.0.100",
10454 "version_check",
10455 "yansi",
10456]
10457
10458[[package]]
10459name = "profiling"
10460version = "1.0.16"
10461source = "registry+https://github.com/rust-lang/crates.io-index"
10462checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
10463dependencies = [
10464 "profiling-procmacros",
10465]
10466
10467[[package]]
10468name = "profiling-procmacros"
10469version = "1.0.16"
10470source = "registry+https://github.com/rust-lang/crates.io-index"
10471checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
10472dependencies = [
10473 "quote",
10474 "syn 2.0.100",
10475]
10476
10477[[package]]
10478name = "project"
10479version = "0.1.0"
10480dependencies = [
10481 "aho-corasick",
10482 "anyhow",
10483 "askpass",
10484 "async-trait",
10485 "buffer_diff",
10486 "circular-buffer",
10487 "client",
10488 "clock",
10489 "collections",
10490 "dap",
10491 "dap_adapters",
10492 "env_logger 0.11.7",
10493 "extension",
10494 "fancy-regex 0.14.0",
10495 "fs",
10496 "futures 0.3.31",
10497 "fuzzy",
10498 "git",
10499 "git2",
10500 "globset",
10501 "gpui",
10502 "http_client",
10503 "image",
10504 "indexmap",
10505 "itertools 0.14.0",
10506 "language",
10507 "log",
10508 "lsp",
10509 "node_runtime",
10510 "parking_lot",
10511 "pathdiff",
10512 "paths",
10513 "postage",
10514 "prettier",
10515 "pretty_assertions",
10516 "rand 0.8.5",
10517 "regex",
10518 "release_channel",
10519 "remote",
10520 "rpc",
10521 "schemars",
10522 "serde",
10523 "serde_json",
10524 "settings",
10525 "sha2",
10526 "shellexpand 2.1.2",
10527 "shlex",
10528 "smol",
10529 "snippet",
10530 "snippet_provider",
10531 "sum_tree",
10532 "task",
10533 "tempfile",
10534 "terminal",
10535 "text",
10536 "toml 0.8.20",
10537 "unindent",
10538 "url",
10539 "util",
10540 "which 6.0.3",
10541 "worktree",
10542 "zlog",
10543]
10544
10545[[package]]
10546name = "project_panel"
10547version = "0.1.0"
10548dependencies = [
10549 "anyhow",
10550 "client",
10551 "collections",
10552 "command_palette_hooks",
10553 "db",
10554 "editor",
10555 "file_icons",
10556 "git",
10557 "gpui",
10558 "indexmap",
10559 "language",
10560 "menu",
10561 "pretty_assertions",
10562 "project",
10563 "schemars",
10564 "search",
10565 "serde",
10566 "serde_derive",
10567 "serde_json",
10568 "settings",
10569 "smallvec",
10570 "theme",
10571 "ui",
10572 "util",
10573 "workspace",
10574 "worktree",
10575 "zed_actions",
10576]
10577
10578[[package]]
10579name = "project_symbols"
10580version = "0.1.0"
10581dependencies = [
10582 "anyhow",
10583 "editor",
10584 "futures 0.3.31",
10585 "fuzzy",
10586 "gpui",
10587 "language",
10588 "lsp",
10589 "ordered-float 2.10.1",
10590 "picker",
10591 "project",
10592 "release_channel",
10593 "serde_json",
10594 "settings",
10595 "theme",
10596 "util",
10597 "workspace",
10598]
10599
10600[[package]]
10601name = "prometheus"
10602version = "0.13.4"
10603source = "registry+https://github.com/rust-lang/crates.io-index"
10604checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
10605dependencies = [
10606 "cfg-if",
10607 "fnv",
10608 "lazy_static",
10609 "memchr",
10610 "parking_lot",
10611 "protobuf",
10612 "thiserror 1.0.69",
10613]
10614
10615[[package]]
10616name = "prompt_library"
10617version = "0.1.0"
10618dependencies = [
10619 "anyhow",
10620 "collections",
10621 "editor",
10622 "gpui",
10623 "language",
10624 "language_model",
10625 "log",
10626 "menu",
10627 "picker",
10628 "prompt_store",
10629 "release_channel",
10630 "rope",
10631 "serde",
10632 "settings",
10633 "theme",
10634 "ui",
10635 "util",
10636 "workspace",
10637 "zed_actions",
10638]
10639
10640[[package]]
10641name = "prompt_store"
10642version = "0.1.0"
10643dependencies = [
10644 "anyhow",
10645 "assets",
10646 "chrono",
10647 "collections",
10648 "fs",
10649 "futures 0.3.31",
10650 "fuzzy",
10651 "gpui",
10652 "handlebars 4.5.0",
10653 "heed",
10654 "language",
10655 "log",
10656 "parking_lot",
10657 "paths",
10658 "rope",
10659 "serde",
10660 "text",
10661 "util",
10662 "uuid",
10663]
10664
10665[[package]]
10666name = "prost"
10667version = "0.9.0"
10668source = "registry+https://github.com/rust-lang/crates.io-index"
10669checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
10670dependencies = [
10671 "bytes 1.10.1",
10672 "prost-derive 0.9.0",
10673]
10674
10675[[package]]
10676name = "prost"
10677version = "0.12.6"
10678source = "registry+https://github.com/rust-lang/crates.io-index"
10679checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
10680dependencies = [
10681 "bytes 1.10.1",
10682 "prost-derive 0.12.6",
10683]
10684
10685[[package]]
10686name = "prost-build"
10687version = "0.9.0"
10688source = "registry+https://github.com/rust-lang/crates.io-index"
10689checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
10690dependencies = [
10691 "bytes 1.10.1",
10692 "heck 0.3.3",
10693 "itertools 0.10.5",
10694 "lazy_static",
10695 "log",
10696 "multimap 0.8.3",
10697 "petgraph",
10698 "prost 0.9.0",
10699 "prost-types 0.9.0",
10700 "regex",
10701 "tempfile",
10702 "which 4.4.2",
10703]
10704
10705[[package]]
10706name = "prost-build"
10707version = "0.12.6"
10708source = "registry+https://github.com/rust-lang/crates.io-index"
10709checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
10710dependencies = [
10711 "bytes 1.10.1",
10712 "heck 0.4.1",
10713 "itertools 0.10.5",
10714 "log",
10715 "multimap 0.10.0",
10716 "once_cell",
10717 "petgraph",
10718 "prettyplease",
10719 "prost 0.12.6",
10720 "prost-types 0.12.6",
10721 "regex",
10722 "syn 2.0.100",
10723 "tempfile",
10724]
10725
10726[[package]]
10727name = "prost-derive"
10728version = "0.9.0"
10729source = "registry+https://github.com/rust-lang/crates.io-index"
10730checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
10731dependencies = [
10732 "anyhow",
10733 "itertools 0.10.5",
10734 "proc-macro2",
10735 "quote",
10736 "syn 1.0.109",
10737]
10738
10739[[package]]
10740name = "prost-derive"
10741version = "0.12.6"
10742source = "registry+https://github.com/rust-lang/crates.io-index"
10743checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
10744dependencies = [
10745 "anyhow",
10746 "itertools 0.10.5",
10747 "proc-macro2",
10748 "quote",
10749 "syn 2.0.100",
10750]
10751
10752[[package]]
10753name = "prost-types"
10754version = "0.9.0"
10755source = "registry+https://github.com/rust-lang/crates.io-index"
10756checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
10757dependencies = [
10758 "bytes 1.10.1",
10759 "prost 0.9.0",
10760]
10761
10762[[package]]
10763name = "prost-types"
10764version = "0.12.6"
10765source = "registry+https://github.com/rust-lang/crates.io-index"
10766checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
10767dependencies = [
10768 "prost 0.12.6",
10769]
10770
10771[[package]]
10772name = "proto"
10773version = "0.1.0"
10774dependencies = [
10775 "anyhow",
10776 "collections",
10777 "prost 0.9.0",
10778 "prost-build 0.9.0",
10779 "serde",
10780]
10781
10782[[package]]
10783name = "protobuf"
10784version = "2.28.0"
10785source = "registry+https://github.com/rust-lang/crates.io-index"
10786checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10787
10788[[package]]
10789name = "psm"
10790version = "0.1.24"
10791source = "registry+https://github.com/rust-lang/crates.io-index"
10792checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10793dependencies = [
10794 "cc",
10795]
10796
10797[[package]]
10798name = "ptr_meta"
10799version = "0.1.4"
10800source = "registry+https://github.com/rust-lang/crates.io-index"
10801checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10802dependencies = [
10803 "ptr_meta_derive",
10804]
10805
10806[[package]]
10807name = "ptr_meta_derive"
10808version = "0.1.4"
10809source = "registry+https://github.com/rust-lang/crates.io-index"
10810checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10811dependencies = [
10812 "proc-macro2",
10813 "quote",
10814 "syn 1.0.109",
10815]
10816
10817[[package]]
10818name = "pulldown-cmark"
10819version = "0.10.3"
10820source = "registry+https://github.com/rust-lang/crates.io-index"
10821checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10822dependencies = [
10823 "bitflags 2.9.0",
10824 "memchr",
10825 "pulldown-cmark-escape",
10826 "unicase",
10827]
10828
10829[[package]]
10830name = "pulldown-cmark"
10831version = "0.12.2"
10832source = "registry+https://github.com/rust-lang/crates.io-index"
10833checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10834dependencies = [
10835 "bitflags 2.9.0",
10836 "memchr",
10837 "unicase",
10838]
10839
10840[[package]]
10841name = "pulldown-cmark-escape"
10842version = "0.10.1"
10843source = "registry+https://github.com/rust-lang/crates.io-index"
10844checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10845
10846[[package]]
10847name = "pulley-interpreter"
10848version = "29.0.1"
10849source = "registry+https://github.com/rust-lang/crates.io-index"
10850checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
10851dependencies = [
10852 "cranelift-bitset",
10853 "log",
10854 "sptr",
10855 "wasmtime-math",
10856]
10857
10858[[package]]
10859name = "qoi"
10860version = "0.4.1"
10861source = "registry+https://github.com/rust-lang/crates.io-index"
10862checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10863dependencies = [
10864 "bytemuck",
10865]
10866
10867[[package]]
10868name = "quick-error"
10869version = "2.0.1"
10870source = "registry+https://github.com/rust-lang/crates.io-index"
10871checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10872
10873[[package]]
10874name = "quick-xml"
10875version = "0.32.0"
10876source = "registry+https://github.com/rust-lang/crates.io-index"
10877checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10878dependencies = [
10879 "memchr",
10880]
10881
10882[[package]]
10883name = "quick-xml"
10884version = "0.37.2"
10885source = "registry+https://github.com/rust-lang/crates.io-index"
10886checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003"
10887dependencies = [
10888 "memchr",
10889]
10890
10891[[package]]
10892name = "quinn"
10893version = "0.11.6"
10894source = "registry+https://github.com/rust-lang/crates.io-index"
10895checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10896dependencies = [
10897 "bytes 1.10.1",
10898 "pin-project-lite",
10899 "quinn-proto",
10900 "quinn-udp",
10901 "rustc-hash 2.1.1",
10902 "rustls 0.23.25",
10903 "socket2",
10904 "thiserror 2.0.12",
10905 "tokio",
10906 "tracing",
10907]
10908
10909[[package]]
10910name = "quinn-proto"
10911version = "0.11.9"
10912source = "registry+https://github.com/rust-lang/crates.io-index"
10913checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10914dependencies = [
10915 "bytes 1.10.1",
10916 "getrandom 0.2.15",
10917 "rand 0.8.5",
10918 "ring",
10919 "rustc-hash 2.1.1",
10920 "rustls 0.23.25",
10921 "rustls-pki-types",
10922 "slab",
10923 "thiserror 2.0.12",
10924 "tinyvec",
10925 "tracing",
10926 "web-time",
10927]
10928
10929[[package]]
10930name = "quinn-udp"
10931version = "0.5.9"
10932source = "registry+https://github.com/rust-lang/crates.io-index"
10933checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904"
10934dependencies = [
10935 "cfg_aliases 0.2.1",
10936 "libc",
10937 "once_cell",
10938 "socket2",
10939 "tracing",
10940 "windows-sys 0.59.0",
10941]
10942
10943[[package]]
10944name = "quote"
10945version = "1.0.40"
10946source = "registry+https://github.com/rust-lang/crates.io-index"
10947checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
10948dependencies = [
10949 "proc-macro2",
10950]
10951
10952[[package]]
10953name = "radium"
10954version = "0.7.0"
10955source = "registry+https://github.com/rust-lang/crates.io-index"
10956checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
10957
10958[[package]]
10959name = "rand"
10960version = "0.7.3"
10961source = "registry+https://github.com/rust-lang/crates.io-index"
10962checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
10963dependencies = [
10964 "getrandom 0.1.16",
10965 "libc",
10966 "rand_chacha 0.2.2",
10967 "rand_core 0.5.1",
10968 "rand_hc",
10969]
10970
10971[[package]]
10972name = "rand"
10973version = "0.8.5"
10974source = "registry+https://github.com/rust-lang/crates.io-index"
10975checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
10976dependencies = [
10977 "libc",
10978 "rand_chacha 0.3.1",
10979 "rand_core 0.6.4",
10980]
10981
10982[[package]]
10983name = "rand"
10984version = "0.9.0"
10985source = "registry+https://github.com/rust-lang/crates.io-index"
10986checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
10987dependencies = [
10988 "rand_chacha 0.9.0",
10989 "rand_core 0.9.0",
10990 "zerocopy 0.8.18",
10991]
10992
10993[[package]]
10994name = "rand_chacha"
10995version = "0.2.2"
10996source = "registry+https://github.com/rust-lang/crates.io-index"
10997checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
10998dependencies = [
10999 "ppv-lite86",
11000 "rand_core 0.5.1",
11001]
11002
11003[[package]]
11004name = "rand_chacha"
11005version = "0.3.1"
11006source = "registry+https://github.com/rust-lang/crates.io-index"
11007checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
11008dependencies = [
11009 "ppv-lite86",
11010 "rand_core 0.6.4",
11011]
11012
11013[[package]]
11014name = "rand_chacha"
11015version = "0.9.0"
11016source = "registry+https://github.com/rust-lang/crates.io-index"
11017checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
11018dependencies = [
11019 "ppv-lite86",
11020 "rand_core 0.9.0",
11021]
11022
11023[[package]]
11024name = "rand_core"
11025version = "0.5.1"
11026source = "registry+https://github.com/rust-lang/crates.io-index"
11027checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
11028dependencies = [
11029 "getrandom 0.1.16",
11030]
11031
11032[[package]]
11033name = "rand_core"
11034version = "0.6.4"
11035source = "registry+https://github.com/rust-lang/crates.io-index"
11036checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
11037dependencies = [
11038 "getrandom 0.2.15",
11039]
11040
11041[[package]]
11042name = "rand_core"
11043version = "0.9.0"
11044source = "registry+https://github.com/rust-lang/crates.io-index"
11045checksum = "b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff"
11046dependencies = [
11047 "getrandom 0.3.1",
11048 "zerocopy 0.8.18",
11049]
11050
11051[[package]]
11052name = "rand_hc"
11053version = "0.2.0"
11054source = "registry+https://github.com/rust-lang/crates.io-index"
11055checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
11056dependencies = [
11057 "rand_core 0.5.1",
11058]
11059
11060[[package]]
11061name = "rangemap"
11062version = "1.5.1"
11063source = "registry+https://github.com/rust-lang/crates.io-index"
11064checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
11065
11066[[package]]
11067name = "rav1e"
11068version = "0.7.1"
11069source = "registry+https://github.com/rust-lang/crates.io-index"
11070checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
11071dependencies = [
11072 "arbitrary",
11073 "arg_enum_proc_macro",
11074 "arrayvec",
11075 "av1-grain",
11076 "bitstream-io",
11077 "built",
11078 "cfg-if",
11079 "interpolate_name",
11080 "itertools 0.12.1",
11081 "libc",
11082 "libfuzzer-sys",
11083 "log",
11084 "maybe-rayon",
11085 "new_debug_unreachable",
11086 "noop_proc_macro",
11087 "num-derive",
11088 "num-traits",
11089 "once_cell",
11090 "paste",
11091 "profiling",
11092 "rand 0.8.5",
11093 "rand_chacha 0.3.1",
11094 "simd_helpers",
11095 "system-deps",
11096 "thiserror 1.0.69",
11097 "v_frame",
11098 "wasm-bindgen",
11099]
11100
11101[[package]]
11102name = "ravif"
11103version = "0.11.11"
11104source = "registry+https://github.com/rust-lang/crates.io-index"
11105checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
11106dependencies = [
11107 "avif-serialize",
11108 "imgref",
11109 "loop9",
11110 "quick-error",
11111 "rav1e",
11112 "rayon",
11113 "rgb",
11114]
11115
11116[[package]]
11117name = "raw-window-handle"
11118version = "0.6.2"
11119source = "registry+https://github.com/rust-lang/crates.io-index"
11120checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
11121
11122[[package]]
11123name = "raw-window-metal"
11124version = "0.4.0"
11125source = "registry+https://github.com/rust-lang/crates.io-index"
11126checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
11127dependencies = [
11128 "cocoa 0.25.0",
11129 "core-graphics 0.23.2",
11130 "objc",
11131 "raw-window-handle",
11132]
11133
11134[[package]]
11135name = "rayon"
11136version = "1.10.0"
11137source = "registry+https://github.com/rust-lang/crates.io-index"
11138checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
11139dependencies = [
11140 "either",
11141 "rayon-core",
11142]
11143
11144[[package]]
11145name = "rayon-core"
11146version = "1.12.1"
11147source = "registry+https://github.com/rust-lang/crates.io-index"
11148checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
11149dependencies = [
11150 "crossbeam-deque",
11151 "crossbeam-utils",
11152]
11153
11154[[package]]
11155name = "read-fonts"
11156version = "0.25.3"
11157source = "registry+https://github.com/rust-lang/crates.io-index"
11158checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
11159dependencies = [
11160 "bytemuck",
11161 "font-types",
11162]
11163
11164[[package]]
11165name = "recent_projects"
11166version = "0.1.0"
11167dependencies = [
11168 "anyhow",
11169 "auto_update",
11170 "dap",
11171 "editor",
11172 "extension_host",
11173 "file_finder",
11174 "futures 0.3.31",
11175 "fuzzy",
11176 "gpui",
11177 "language",
11178 "log",
11179 "markdown",
11180 "menu",
11181 "ordered-float 2.10.1",
11182 "paths",
11183 "picker",
11184 "project",
11185 "release_channel",
11186 "remote",
11187 "schemars",
11188 "serde",
11189 "serde_json",
11190 "settings",
11191 "smol",
11192 "task",
11193 "telemetry",
11194 "theme",
11195 "ui",
11196 "util",
11197 "workspace",
11198 "zed_actions",
11199]
11200
11201[[package]]
11202name = "redox_syscall"
11203version = "0.2.16"
11204source = "registry+https://github.com/rust-lang/crates.io-index"
11205checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
11206dependencies = [
11207 "bitflags 1.3.2",
11208]
11209
11210[[package]]
11211name = "redox_syscall"
11212version = "0.5.8"
11213source = "registry+https://github.com/rust-lang/crates.io-index"
11214checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
11215dependencies = [
11216 "bitflags 2.9.0",
11217]
11218
11219[[package]]
11220name = "redox_users"
11221version = "0.4.6"
11222source = "registry+https://github.com/rust-lang/crates.io-index"
11223checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
11224dependencies = [
11225 "getrandom 0.2.15",
11226 "libredox",
11227 "thiserror 1.0.69",
11228]
11229
11230[[package]]
11231name = "refineable"
11232version = "0.1.0"
11233dependencies = [
11234 "derive_refineable",
11235]
11236
11237[[package]]
11238name = "regalloc2"
11239version = "0.11.1"
11240source = "registry+https://github.com/rust-lang/crates.io-index"
11241checksum = "145c1c267e14f20fb0f88aa76a1c5ffec42d592c1d28b3cd9148ae35916158d3"
11242dependencies = [
11243 "allocator-api2",
11244 "bumpalo",
11245 "hashbrown 0.15.2",
11246 "log",
11247 "rustc-hash 2.1.1",
11248 "smallvec",
11249]
11250
11251[[package]]
11252name = "regex"
11253version = "1.11.1"
11254source = "registry+https://github.com/rust-lang/crates.io-index"
11255checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
11256dependencies = [
11257 "aho-corasick",
11258 "memchr",
11259 "regex-automata 0.4.9",
11260 "regex-syntax 0.8.5",
11261]
11262
11263[[package]]
11264name = "regex-automata"
11265version = "0.1.10"
11266source = "registry+https://github.com/rust-lang/crates.io-index"
11267checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
11268dependencies = [
11269 "regex-syntax 0.6.29",
11270]
11271
11272[[package]]
11273name = "regex-automata"
11274version = "0.4.9"
11275source = "registry+https://github.com/rust-lang/crates.io-index"
11276checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
11277dependencies = [
11278 "aho-corasick",
11279 "memchr",
11280 "regex-syntax 0.8.5",
11281]
11282
11283[[package]]
11284name = "regex-lite"
11285version = "0.1.6"
11286source = "registry+https://github.com/rust-lang/crates.io-index"
11287checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
11288
11289[[package]]
11290name = "regex-syntax"
11291version = "0.6.29"
11292source = "registry+https://github.com/rust-lang/crates.io-index"
11293checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
11294
11295[[package]]
11296name = "regex-syntax"
11297version = "0.8.5"
11298source = "registry+https://github.com/rust-lang/crates.io-index"
11299checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
11300
11301[[package]]
11302name = "release_channel"
11303version = "0.1.0"
11304dependencies = [
11305 "gpui",
11306]
11307
11308[[package]]
11309name = "remote"
11310version = "0.1.0"
11311dependencies = [
11312 "anyhow",
11313 "askpass",
11314 "async-trait",
11315 "collections",
11316 "fs",
11317 "futures 0.3.31",
11318 "gpui",
11319 "itertools 0.14.0",
11320 "log",
11321 "parking_lot",
11322 "paths",
11323 "prost 0.9.0",
11324 "release_channel",
11325 "rpc",
11326 "schemars",
11327 "serde",
11328 "serde_json",
11329 "shlex",
11330 "smol",
11331 "tempfile",
11332 "thiserror 2.0.12",
11333 "urlencoding",
11334 "util",
11335]
11336
11337[[package]]
11338name = "remote_server"
11339version = "0.1.0"
11340dependencies = [
11341 "anyhow",
11342 "async-watch",
11343 "backtrace",
11344 "cargo_toml",
11345 "chrono",
11346 "clap",
11347 "client",
11348 "clock",
11349 "dap",
11350 "env_logger 0.11.7",
11351 "extension",
11352 "extension_host",
11353 "fork",
11354 "fs",
11355 "futures 0.3.31",
11356 "git",
11357 "git_hosting_providers",
11358 "gpui",
11359 "gpui_tokio",
11360 "http_client",
11361 "language",
11362 "language_extension",
11363 "languages",
11364 "libc",
11365 "log",
11366 "lsp",
11367 "node_runtime",
11368 "paths",
11369 "project",
11370 "proto",
11371 "release_channel",
11372 "remote",
11373 "reqwest_client",
11374 "rpc",
11375 "rust-embed",
11376 "serde",
11377 "serde_json",
11378 "settings",
11379 "shellexpand 2.1.2",
11380 "smol",
11381 "sysinfo",
11382 "telemetry_events",
11383 "toml 0.8.20",
11384 "unindent",
11385 "util",
11386 "worktree",
11387]
11388
11389[[package]]
11390name = "rend"
11391version = "0.4.2"
11392source = "registry+https://github.com/rust-lang/crates.io-index"
11393checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
11394dependencies = [
11395 "bytecheck",
11396]
11397
11398[[package]]
11399name = "repl"
11400version = "0.1.0"
11401dependencies = [
11402 "alacritty_terminal",
11403 "anyhow",
11404 "async-dispatcher",
11405 "async-tungstenite",
11406 "base64 0.22.1",
11407 "client",
11408 "collections",
11409 "command_palette_hooks",
11410 "editor",
11411 "env_logger 0.11.7",
11412 "feature_flags",
11413 "file_icons",
11414 "futures 0.3.31",
11415 "gpui",
11416 "http_client",
11417 "image",
11418 "indoc",
11419 "jupyter-protocol",
11420 "jupyter-websocket-client",
11421 "language",
11422 "languages",
11423 "log",
11424 "markdown_preview",
11425 "menu",
11426 "multi_buffer",
11427 "nbformat",
11428 "picker",
11429 "project",
11430 "runtimelib",
11431 "schemars",
11432 "serde",
11433 "serde_json",
11434 "settings",
11435 "smol",
11436 "telemetry",
11437 "terminal",
11438 "terminal_view",
11439 "theme",
11440 "tree-sitter-md",
11441 "tree-sitter-python",
11442 "tree-sitter-typescript",
11443 "ui",
11444 "util",
11445 "uuid",
11446 "workspace",
11447]
11448
11449[[package]]
11450name = "reqwest"
11451version = "0.11.27"
11452source = "registry+https://github.com/rust-lang/crates.io-index"
11453checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
11454dependencies = [
11455 "base64 0.21.7",
11456 "bytes 1.10.1",
11457 "encoding_rs",
11458 "futures-core",
11459 "futures-util",
11460 "h2 0.3.26",
11461 "http 0.2.12",
11462 "http-body 0.4.6",
11463 "hyper 0.14.32",
11464 "hyper-rustls 0.24.2",
11465 "hyper-tls",
11466 "ipnet",
11467 "js-sys",
11468 "log",
11469 "mime",
11470 "native-tls",
11471 "once_cell",
11472 "percent-encoding",
11473 "pin-project-lite",
11474 "rustls 0.21.12",
11475 "rustls-native-certs 0.6.3",
11476 "rustls-pemfile 1.0.4",
11477 "serde",
11478 "serde_json",
11479 "serde_urlencoded",
11480 "sync_wrapper 0.1.2",
11481 "system-configuration 0.5.1",
11482 "tokio",
11483 "tokio-native-tls",
11484 "tokio-rustls 0.24.1",
11485 "tower-service",
11486 "url",
11487 "wasm-bindgen",
11488 "wasm-bindgen-futures",
11489 "web-sys",
11490 "winreg 0.50.0",
11491]
11492
11493[[package]]
11494name = "reqwest"
11495version = "0.12.8"
11496source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
11497dependencies = [
11498 "base64 0.22.1",
11499 "bytes 1.10.1",
11500 "encoding_rs",
11501 "futures-core",
11502 "futures-util",
11503 "h2 0.4.7",
11504 "http 1.2.0",
11505 "http-body 1.0.1",
11506 "http-body-util",
11507 "hyper 1.5.1",
11508 "hyper-rustls 0.27.3",
11509 "hyper-util",
11510 "ipnet",
11511 "js-sys",
11512 "log",
11513 "mime",
11514 "once_cell",
11515 "percent-encoding",
11516 "pin-project-lite",
11517 "quinn",
11518 "rustls 0.23.25",
11519 "rustls-native-certs 0.8.1",
11520 "rustls-pemfile 2.2.0",
11521 "rustls-pki-types",
11522 "serde",
11523 "serde_json",
11524 "serde_urlencoded",
11525 "sync_wrapper 1.0.2",
11526 "system-configuration 0.6.1",
11527 "tokio",
11528 "tokio-rustls 0.26.1",
11529 "tokio-socks",
11530 "tokio-util",
11531 "tower-service",
11532 "url",
11533 "wasm-bindgen",
11534 "wasm-bindgen-futures",
11535 "wasm-streams",
11536 "web-sys",
11537 "windows-registry",
11538]
11539
11540[[package]]
11541name = "reqwest_client"
11542version = "0.1.0"
11543dependencies = [
11544 "anyhow",
11545 "bytes 1.10.1",
11546 "futures 0.3.31",
11547 "gpui",
11548 "http_client",
11549 "http_client_tls",
11550 "log",
11551 "regex",
11552 "reqwest 0.12.8",
11553 "serde",
11554 "smol",
11555 "tokio",
11556]
11557
11558[[package]]
11559name = "resvg"
11560version = "0.45.0"
11561source = "registry+https://github.com/rust-lang/crates.io-index"
11562checksum = "dd43d1c474e9dadf09a8fdf22d713ba668b499b5117b9b9079500224e26b5b29"
11563dependencies = [
11564 "log",
11565 "pico-args",
11566 "rgb",
11567 "svgtypes",
11568 "tiny-skia",
11569 "usvg",
11570]
11571
11572[[package]]
11573name = "rfc6979"
11574version = "0.3.1"
11575source = "registry+https://github.com/rust-lang/crates.io-index"
11576checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
11577dependencies = [
11578 "crypto-bigint 0.4.9",
11579 "hmac",
11580 "zeroize",
11581]
11582
11583[[package]]
11584name = "rgb"
11585version = "0.8.50"
11586source = "registry+https://github.com/rust-lang/crates.io-index"
11587checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
11588dependencies = [
11589 "bytemuck",
11590]
11591
11592[[package]]
11593name = "rich_text"
11594version = "0.1.0"
11595dependencies = [
11596 "futures 0.3.31",
11597 "gpui",
11598 "language",
11599 "linkify",
11600 "pulldown-cmark 0.12.2",
11601 "theme",
11602 "ui",
11603 "util",
11604]
11605
11606[[package]]
11607name = "ring"
11608version = "0.17.8"
11609source = "registry+https://github.com/rust-lang/crates.io-index"
11610checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
11611dependencies = [
11612 "cc",
11613 "cfg-if",
11614 "getrandom 0.2.15",
11615 "libc",
11616 "spin",
11617 "untrusted",
11618 "windows-sys 0.52.0",
11619]
11620
11621[[package]]
11622name = "rkyv"
11623version = "0.7.45"
11624source = "registry+https://github.com/rust-lang/crates.io-index"
11625checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
11626dependencies = [
11627 "bitvec",
11628 "bytecheck",
11629 "bytes 1.10.1",
11630 "hashbrown 0.12.3",
11631 "ptr_meta",
11632 "rend",
11633 "rkyv_derive",
11634 "seahash",
11635 "tinyvec",
11636 "uuid",
11637]
11638
11639[[package]]
11640name = "rkyv_derive"
11641version = "0.7.45"
11642source = "registry+https://github.com/rust-lang/crates.io-index"
11643checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
11644dependencies = [
11645 "proc-macro2",
11646 "quote",
11647 "syn 1.0.109",
11648]
11649
11650[[package]]
11651name = "rmp"
11652version = "0.8.14"
11653source = "registry+https://github.com/rust-lang/crates.io-index"
11654checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
11655dependencies = [
11656 "byteorder",
11657 "num-traits",
11658 "paste",
11659]
11660
11661[[package]]
11662name = "rmpv"
11663version = "1.3.0"
11664source = "registry+https://github.com/rust-lang/crates.io-index"
11665checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
11666dependencies = [
11667 "num-traits",
11668 "rmp",
11669]
11670
11671[[package]]
11672name = "rodio"
11673version = "0.20.1"
11674source = "registry+https://github.com/rust-lang/crates.io-index"
11675checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
11676dependencies = [
11677 "cpal",
11678 "hound",
11679]
11680
11681[[package]]
11682name = "rope"
11683version = "0.1.0"
11684dependencies = [
11685 "arrayvec",
11686 "criterion",
11687 "ctor",
11688 "env_logger 0.11.7",
11689 "gpui",
11690 "log",
11691 "rand 0.8.5",
11692 "rayon",
11693 "smallvec",
11694 "sum_tree",
11695 "unicode-segmentation",
11696 "util",
11697]
11698
11699[[package]]
11700name = "roxmltree"
11701version = "0.20.0"
11702source = "registry+https://github.com/rust-lang/crates.io-index"
11703checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
11704
11705[[package]]
11706name = "rpc"
11707version = "0.1.0"
11708dependencies = [
11709 "anyhow",
11710 "async-tungstenite",
11711 "base64 0.22.1",
11712 "chrono",
11713 "collections",
11714 "env_logger 0.11.7",
11715 "futures 0.3.31",
11716 "gpui",
11717 "parking_lot",
11718 "proto",
11719 "rand 0.8.5",
11720 "rsa",
11721 "serde",
11722 "serde_json",
11723 "sha2",
11724 "strum",
11725 "tracing",
11726 "util",
11727 "zstd",
11728]
11729
11730[[package]]
11731name = "rsa"
11732version = "0.9.8"
11733source = "registry+https://github.com/rust-lang/crates.io-index"
11734checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
11735dependencies = [
11736 "const-oid",
11737 "digest",
11738 "num-bigint-dig",
11739 "num-integer",
11740 "num-traits",
11741 "pkcs1",
11742 "pkcs8 0.10.2",
11743 "rand_core 0.6.4",
11744 "signature 2.2.0",
11745 "spki 0.7.3",
11746 "subtle",
11747 "zeroize",
11748]
11749
11750[[package]]
11751name = "runtimelib"
11752version = "0.25.0"
11753source = "registry+https://github.com/rust-lang/crates.io-index"
11754checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
11755dependencies = [
11756 "anyhow",
11757 "async-dispatcher",
11758 "async-std",
11759 "base64 0.22.1",
11760 "bytes 1.10.1",
11761 "chrono",
11762 "data-encoding",
11763 "dirs 5.0.1",
11764 "futures 0.3.31",
11765 "glob",
11766 "jupyter-protocol",
11767 "ring",
11768 "serde",
11769 "serde_json",
11770 "shellexpand 3.1.0",
11771 "smol",
11772 "uuid",
11773 "zeromq",
11774]
11775
11776[[package]]
11777name = "rust-embed"
11778version = "8.5.0"
11779source = "registry+https://github.com/rust-lang/crates.io-index"
11780checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
11781dependencies = [
11782 "rust-embed-impl",
11783 "rust-embed-utils",
11784 "walkdir",
11785]
11786
11787[[package]]
11788name = "rust-embed-impl"
11789version = "8.5.0"
11790source = "registry+https://github.com/rust-lang/crates.io-index"
11791checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
11792dependencies = [
11793 "proc-macro2",
11794 "quote",
11795 "rust-embed-utils",
11796 "syn 2.0.100",
11797 "walkdir",
11798]
11799
11800[[package]]
11801name = "rust-embed-utils"
11802version = "8.5.0"
11803source = "registry+https://github.com/rust-lang/crates.io-index"
11804checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
11805dependencies = [
11806 "globset",
11807 "sha2",
11808 "walkdir",
11809]
11810
11811[[package]]
11812name = "rust_decimal"
11813version = "1.36.0"
11814source = "registry+https://github.com/rust-lang/crates.io-index"
11815checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
11816dependencies = [
11817 "arrayvec",
11818 "borsh",
11819 "bytes 1.10.1",
11820 "num-traits",
11821 "rand 0.8.5",
11822 "rkyv",
11823 "serde",
11824 "serde_json",
11825]
11826
11827[[package]]
11828name = "rustc-demangle"
11829version = "0.1.24"
11830source = "registry+https://github.com/rust-lang/crates.io-index"
11831checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11832
11833[[package]]
11834name = "rustc-hash"
11835version = "1.1.0"
11836source = "registry+https://github.com/rust-lang/crates.io-index"
11837checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11838
11839[[package]]
11840name = "rustc-hash"
11841version = "2.1.1"
11842source = "registry+https://github.com/rust-lang/crates.io-index"
11843checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
11844
11845[[package]]
11846name = "rustc_version"
11847version = "0.4.1"
11848source = "registry+https://github.com/rust-lang/crates.io-index"
11849checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11850dependencies = [
11851 "semver",
11852]
11853
11854[[package]]
11855name = "rustix"
11856version = "0.38.42"
11857source = "registry+https://github.com/rust-lang/crates.io-index"
11858checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11859dependencies = [
11860 "bitflags 2.9.0",
11861 "errno 0.3.10",
11862 "itoa",
11863 "libc",
11864 "linux-raw-sys",
11865 "once_cell",
11866 "windows-sys 0.59.0",
11867]
11868
11869[[package]]
11870name = "rustix-openpty"
11871version = "0.1.1"
11872source = "registry+https://github.com/rust-lang/crates.io-index"
11873checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11874dependencies = [
11875 "errno 0.3.10",
11876 "libc",
11877 "rustix",
11878]
11879
11880[[package]]
11881name = "rustls"
11882version = "0.21.12"
11883source = "registry+https://github.com/rust-lang/crates.io-index"
11884checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11885dependencies = [
11886 "log",
11887 "ring",
11888 "rustls-webpki 0.101.7",
11889 "sct",
11890]
11891
11892[[package]]
11893name = "rustls"
11894version = "0.23.25"
11895source = "registry+https://github.com/rust-lang/crates.io-index"
11896checksum = "822ee9188ac4ec04a2f0531e55d035fb2de73f18b41a63c70c2712503b6fb13c"
11897dependencies = [
11898 "aws-lc-rs",
11899 "log",
11900 "once_cell",
11901 "ring",
11902 "rustls-pki-types",
11903 "rustls-webpki 0.103.0",
11904 "subtle",
11905 "zeroize",
11906]
11907
11908[[package]]
11909name = "rustls-native-certs"
11910version = "0.6.3"
11911source = "registry+https://github.com/rust-lang/crates.io-index"
11912checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11913dependencies = [
11914 "openssl-probe",
11915 "rustls-pemfile 1.0.4",
11916 "schannel",
11917 "security-framework 2.11.1",
11918]
11919
11920[[package]]
11921name = "rustls-native-certs"
11922version = "0.8.1"
11923source = "registry+https://github.com/rust-lang/crates.io-index"
11924checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11925dependencies = [
11926 "openssl-probe",
11927 "rustls-pki-types",
11928 "schannel",
11929 "security-framework 3.0.1",
11930]
11931
11932[[package]]
11933name = "rustls-pemfile"
11934version = "1.0.4"
11935source = "registry+https://github.com/rust-lang/crates.io-index"
11936checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11937dependencies = [
11938 "base64 0.21.7",
11939]
11940
11941[[package]]
11942name = "rustls-pemfile"
11943version = "2.2.0"
11944source = "registry+https://github.com/rust-lang/crates.io-index"
11945checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
11946dependencies = [
11947 "rustls-pki-types",
11948]
11949
11950[[package]]
11951name = "rustls-pki-types"
11952version = "1.11.0"
11953source = "registry+https://github.com/rust-lang/crates.io-index"
11954checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
11955dependencies = [
11956 "web-time",
11957]
11958
11959[[package]]
11960name = "rustls-platform-verifier"
11961version = "0.5.1"
11962source = "registry+https://github.com/rust-lang/crates.io-index"
11963checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
11964dependencies = [
11965 "core-foundation 0.10.0",
11966 "core-foundation-sys",
11967 "jni",
11968 "log",
11969 "once_cell",
11970 "rustls 0.23.25",
11971 "rustls-native-certs 0.8.1",
11972 "rustls-platform-verifier-android",
11973 "rustls-webpki 0.103.0",
11974 "security-framework 3.0.1",
11975 "security-framework-sys",
11976 "webpki-root-certs",
11977 "windows-sys 0.59.0",
11978]
11979
11980[[package]]
11981name = "rustls-platform-verifier-android"
11982version = "0.1.1"
11983source = "registry+https://github.com/rust-lang/crates.io-index"
11984checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
11985
11986[[package]]
11987name = "rustls-webpki"
11988version = "0.101.7"
11989source = "registry+https://github.com/rust-lang/crates.io-index"
11990checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
11991dependencies = [
11992 "ring",
11993 "untrusted",
11994]
11995
11996[[package]]
11997name = "rustls-webpki"
11998version = "0.103.0"
11999source = "registry+https://github.com/rust-lang/crates.io-index"
12000checksum = "0aa4eeac2588ffff23e9d7a7e9b3f971c5fb5b7ebc9452745e0c232c64f83b2f"
12001dependencies = [
12002 "aws-lc-rs",
12003 "ring",
12004 "rustls-pki-types",
12005 "untrusted",
12006]
12007
12008[[package]]
12009name = "rustversion"
12010version = "1.0.18"
12011source = "registry+https://github.com/rust-lang/crates.io-index"
12012checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
12013
12014[[package]]
12015name = "rustybuzz"
12016version = "0.14.1"
12017source = "registry+https://github.com/rust-lang/crates.io-index"
12018checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
12019dependencies = [
12020 "bitflags 2.9.0",
12021 "bytemuck",
12022 "libm",
12023 "smallvec",
12024 "ttf-parser 0.21.1",
12025 "unicode-bidi-mirroring 0.2.0",
12026 "unicode-ccc 0.2.0",
12027 "unicode-properties",
12028 "unicode-script",
12029]
12030
12031[[package]]
12032name = "rustybuzz"
12033version = "0.20.1"
12034source = "registry+https://github.com/rust-lang/crates.io-index"
12035checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
12036dependencies = [
12037 "bitflags 2.9.0",
12038 "bytemuck",
12039 "core_maths",
12040 "log",
12041 "smallvec",
12042 "ttf-parser 0.25.1",
12043 "unicode-bidi-mirroring 0.4.0",
12044 "unicode-ccc 0.4.0",
12045 "unicode-properties",
12046 "unicode-script",
12047]
12048
12049[[package]]
12050name = "ryu"
12051version = "1.0.18"
12052source = "registry+https://github.com/rust-lang/crates.io-index"
12053checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
12054
12055[[package]]
12056name = "salsa20"
12057version = "0.10.2"
12058source = "registry+https://github.com/rust-lang/crates.io-index"
12059checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
12060dependencies = [
12061 "cipher",
12062]
12063
12064[[package]]
12065name = "same-file"
12066version = "1.0.6"
12067source = "registry+https://github.com/rust-lang/crates.io-index"
12068checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
12069dependencies = [
12070 "winapi-util",
12071]
12072
12073[[package]]
12074name = "schannel"
12075version = "0.1.27"
12076source = "registry+https://github.com/rust-lang/crates.io-index"
12077checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
12078dependencies = [
12079 "windows-sys 0.59.0",
12080]
12081
12082[[package]]
12083name = "schema_generator"
12084version = "0.1.0"
12085dependencies = [
12086 "anyhow",
12087 "clap",
12088 "env_logger 0.11.7",
12089 "schemars",
12090 "serde",
12091 "serde_json",
12092 "theme",
12093]
12094
12095[[package]]
12096name = "schemars"
12097version = "0.8.22"
12098source = "registry+https://github.com/rust-lang/crates.io-index"
12099checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
12100dependencies = [
12101 "dyn-clone",
12102 "indexmap",
12103 "schemars_derive",
12104 "serde",
12105 "serde_json",
12106]
12107
12108[[package]]
12109name = "schemars_derive"
12110version = "0.8.22"
12111source = "registry+https://github.com/rust-lang/crates.io-index"
12112checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
12113dependencies = [
12114 "proc-macro2",
12115 "quote",
12116 "serde_derive_internals",
12117 "syn 2.0.100",
12118]
12119
12120[[package]]
12121name = "scoped-tls"
12122version = "1.0.1"
12123source = "registry+https://github.com/rust-lang/crates.io-index"
12124checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
12125
12126[[package]]
12127name = "scopeguard"
12128version = "1.2.0"
12129source = "registry+https://github.com/rust-lang/crates.io-index"
12130checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
12131
12132[[package]]
12133name = "scratch"
12134version = "1.0.7"
12135source = "registry+https://github.com/rust-lang/crates.io-index"
12136checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
12137
12138[[package]]
12139name = "scrypt"
12140version = "0.11.0"
12141source = "registry+https://github.com/rust-lang/crates.io-index"
12142checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
12143dependencies = [
12144 "password-hash 0.5.0",
12145 "pbkdf2 0.12.2",
12146 "salsa20",
12147 "sha2",
12148]
12149
12150[[package]]
12151name = "sct"
12152version = "0.7.1"
12153source = "registry+https://github.com/rust-lang/crates.io-index"
12154checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
12155dependencies = [
12156 "ring",
12157 "untrusted",
12158]
12159
12160[[package]]
12161name = "sea-bae"
12162version = "0.2.1"
12163source = "registry+https://github.com/rust-lang/crates.io-index"
12164checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
12165dependencies = [
12166 "heck 0.4.1",
12167 "proc-macro-error2",
12168 "proc-macro2",
12169 "quote",
12170 "syn 2.0.100",
12171]
12172
12173[[package]]
12174name = "sea-orm"
12175version = "1.1.7"
12176source = "registry+https://github.com/rust-lang/crates.io-index"
12177checksum = "3417812d38049e8ec3d588c03570f8c60de811d2453fb48e424045a1600ffd86"
12178dependencies = [
12179 "async-stream",
12180 "async-trait",
12181 "bigdecimal",
12182 "chrono",
12183 "futures-util",
12184 "log",
12185 "ouroboros",
12186 "pgvector",
12187 "rust_decimal",
12188 "sea-orm-macros",
12189 "sea-query",
12190 "sea-query-binder",
12191 "serde",
12192 "serde_json",
12193 "sqlx",
12194 "strum",
12195 "thiserror 1.0.69",
12196 "time",
12197 "tracing",
12198 "url",
12199 "uuid",
12200]
12201
12202[[package]]
12203name = "sea-orm-macros"
12204version = "1.1.7"
12205source = "registry+https://github.com/rust-lang/crates.io-index"
12206checksum = "d705ba84e1c74c8ac27784e4ac6f21584058c1dc0cadb9d39b43e109fcf8139c"
12207dependencies = [
12208 "heck 0.4.1",
12209 "proc-macro2",
12210 "quote",
12211 "sea-bae",
12212 "syn 2.0.100",
12213 "unicode-ident",
12214]
12215
12216[[package]]
12217name = "sea-query"
12218version = "0.32.1"
12219source = "registry+https://github.com/rust-lang/crates.io-index"
12220checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
12221dependencies = [
12222 "bigdecimal",
12223 "chrono",
12224 "inherent",
12225 "ordered-float 3.9.2",
12226 "rust_decimal",
12227 "serde_json",
12228 "time",
12229 "uuid",
12230]
12231
12232[[package]]
12233name = "sea-query-binder"
12234version = "0.7.0"
12235source = "registry+https://github.com/rust-lang/crates.io-index"
12236checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
12237dependencies = [
12238 "bigdecimal",
12239 "chrono",
12240 "rust_decimal",
12241 "sea-query",
12242 "serde_json",
12243 "sqlx",
12244 "time",
12245 "uuid",
12246]
12247
12248[[package]]
12249name = "seahash"
12250version = "4.1.0"
12251source = "registry+https://github.com/rust-lang/crates.io-index"
12252checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
12253
12254[[package]]
12255name = "search"
12256version = "0.1.0"
12257dependencies = [
12258 "any_vec",
12259 "anyhow",
12260 "bitflags 2.9.0",
12261 "client",
12262 "collections",
12263 "editor",
12264 "futures 0.3.31",
12265 "gpui",
12266 "language",
12267 "menu",
12268 "project",
12269 "schemars",
12270 "serde",
12271 "serde_json",
12272 "settings",
12273 "smol",
12274 "theme",
12275 "ui",
12276 "unindent",
12277 "util",
12278 "workspace",
12279 "zed_actions",
12280]
12281
12282[[package]]
12283name = "sec1"
12284version = "0.3.0"
12285source = "registry+https://github.com/rust-lang/crates.io-index"
12286checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
12287dependencies = [
12288 "base16ct",
12289 "der 0.6.1",
12290 "generic-array",
12291 "pkcs8 0.9.0",
12292 "subtle",
12293 "zeroize",
12294]
12295
12296[[package]]
12297name = "security-framework"
12298version = "2.11.1"
12299source = "registry+https://github.com/rust-lang/crates.io-index"
12300checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
12301dependencies = [
12302 "bitflags 2.9.0",
12303 "core-foundation 0.9.4",
12304 "core-foundation-sys",
12305 "libc",
12306 "security-framework-sys",
12307]
12308
12309[[package]]
12310name = "security-framework"
12311version = "3.0.1"
12312source = "registry+https://github.com/rust-lang/crates.io-index"
12313checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
12314dependencies = [
12315 "bitflags 2.9.0",
12316 "core-foundation 0.10.0",
12317 "core-foundation-sys",
12318 "libc",
12319 "security-framework-sys",
12320]
12321
12322[[package]]
12323name = "security-framework-sys"
12324version = "2.12.1"
12325source = "registry+https://github.com/rust-lang/crates.io-index"
12326checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
12327dependencies = [
12328 "core-foundation-sys",
12329 "libc",
12330]
12331
12332[[package]]
12333name = "self_cell"
12334version = "1.1.0"
12335source = "registry+https://github.com/rust-lang/crates.io-index"
12336checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
12337
12338[[package]]
12339name = "semantic_index"
12340version = "0.1.0"
12341dependencies = [
12342 "anyhow",
12343 "arrayvec",
12344 "blake3",
12345 "client",
12346 "clock",
12347 "collections",
12348 "env_logger 0.11.7",
12349 "feature_flags",
12350 "fs",
12351 "futures 0.3.31",
12352 "futures-batch",
12353 "gpui",
12354 "heed",
12355 "http_client",
12356 "language",
12357 "language_model",
12358 "languages",
12359 "log",
12360 "open_ai",
12361 "parking_lot",
12362 "project",
12363 "reqwest_client",
12364 "serde",
12365 "serde_json",
12366 "settings",
12367 "sha2",
12368 "smol",
12369 "streaming-iterator",
12370 "tempfile",
12371 "theme",
12372 "tree-sitter",
12373 "ui",
12374 "unindent",
12375 "util",
12376 "workspace",
12377 "worktree",
12378]
12379
12380[[package]]
12381name = "semantic_version"
12382version = "0.1.0"
12383dependencies = [
12384 "anyhow",
12385 "serde",
12386]
12387
12388[[package]]
12389name = "semver"
12390version = "1.0.26"
12391source = "registry+https://github.com/rust-lang/crates.io-index"
12392checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
12393dependencies = [
12394 "serde",
12395]
12396
12397[[package]]
12398name = "serde"
12399version = "1.0.219"
12400source = "registry+https://github.com/rust-lang/crates.io-index"
12401checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
12402dependencies = [
12403 "serde_derive",
12404]
12405
12406[[package]]
12407name = "serde_derive"
12408version = "1.0.219"
12409source = "registry+https://github.com/rust-lang/crates.io-index"
12410checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
12411dependencies = [
12412 "proc-macro2",
12413 "quote",
12414 "syn 2.0.100",
12415]
12416
12417[[package]]
12418name = "serde_derive_internals"
12419version = "0.29.1"
12420source = "registry+https://github.com/rust-lang/crates.io-index"
12421checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
12422dependencies = [
12423 "proc-macro2",
12424 "quote",
12425 "syn 2.0.100",
12426]
12427
12428[[package]]
12429name = "serde_fmt"
12430version = "1.0.3"
12431source = "registry+https://github.com/rust-lang/crates.io-index"
12432checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
12433dependencies = [
12434 "serde",
12435]
12436
12437[[package]]
12438name = "serde_json"
12439version = "1.0.140"
12440source = "registry+https://github.com/rust-lang/crates.io-index"
12441checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
12442dependencies = [
12443 "indexmap",
12444 "itoa",
12445 "memchr",
12446 "ryu",
12447 "serde",
12448]
12449
12450[[package]]
12451name = "serde_json_lenient"
12452version = "0.2.4"
12453source = "registry+https://github.com/rust-lang/crates.io-index"
12454checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
12455dependencies = [
12456 "indexmap",
12457 "itoa",
12458 "memchr",
12459 "ryu",
12460 "serde",
12461]
12462
12463[[package]]
12464name = "serde_path_to_error"
12465version = "0.1.16"
12466source = "registry+https://github.com/rust-lang/crates.io-index"
12467checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
12468dependencies = [
12469 "itoa",
12470 "serde",
12471]
12472
12473[[package]]
12474name = "serde_qs"
12475version = "0.8.5"
12476source = "registry+https://github.com/rust-lang/crates.io-index"
12477checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
12478dependencies = [
12479 "percent-encoding",
12480 "serde",
12481 "thiserror 1.0.69",
12482]
12483
12484[[package]]
12485name = "serde_qs"
12486version = "0.10.1"
12487source = "registry+https://github.com/rust-lang/crates.io-index"
12488checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
12489dependencies = [
12490 "percent-encoding",
12491 "serde",
12492 "thiserror 1.0.69",
12493]
12494
12495[[package]]
12496name = "serde_repr"
12497version = "0.1.20"
12498source = "registry+https://github.com/rust-lang/crates.io-index"
12499checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
12500dependencies = [
12501 "proc-macro2",
12502 "quote",
12503 "syn 2.0.100",
12504]
12505
12506[[package]]
12507name = "serde_spanned"
12508version = "0.6.8"
12509source = "registry+https://github.com/rust-lang/crates.io-index"
12510checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
12511dependencies = [
12512 "serde",
12513]
12514
12515[[package]]
12516name = "serde_urlencoded"
12517version = "0.7.1"
12518source = "registry+https://github.com/rust-lang/crates.io-index"
12519checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
12520dependencies = [
12521 "form_urlencoded",
12522 "itoa",
12523 "ryu",
12524 "serde",
12525]
12526
12527[[package]]
12528name = "session"
12529version = "0.1.0"
12530dependencies = [
12531 "db",
12532 "gpui",
12533 "serde_json",
12534 "util",
12535 "uuid",
12536]
12537
12538[[package]]
12539name = "settings"
12540version = "0.1.0"
12541dependencies = [
12542 "anyhow",
12543 "collections",
12544 "ec4rs",
12545 "fs",
12546 "futures 0.3.31",
12547 "gpui",
12548 "indoc",
12549 "inventory",
12550 "log",
12551 "paths",
12552 "pretty_assertions",
12553 "release_channel",
12554 "rust-embed",
12555 "schemars",
12556 "serde",
12557 "serde_derive",
12558 "serde_json",
12559 "serde_json_lenient",
12560 "smallvec",
12561 "streaming-iterator",
12562 "tree-sitter",
12563 "tree-sitter-json",
12564 "unindent",
12565 "util",
12566]
12567
12568[[package]]
12569name = "settings_ui"
12570version = "0.1.0"
12571dependencies = [
12572 "command_palette_hooks",
12573 "editor",
12574 "feature_flags",
12575 "gpui",
12576 "settings",
12577 "theme",
12578 "ui",
12579 "workspace",
12580]
12581
12582[[package]]
12583name = "sha1"
12584version = "0.10.6"
12585source = "registry+https://github.com/rust-lang/crates.io-index"
12586checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
12587dependencies = [
12588 "cfg-if",
12589 "cpufeatures",
12590 "digest",
12591]
12592
12593[[package]]
12594name = "sha1_smol"
12595version = "1.0.1"
12596source = "registry+https://github.com/rust-lang/crates.io-index"
12597checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
12598
12599[[package]]
12600name = "sha2"
12601version = "0.10.8"
12602source = "registry+https://github.com/rust-lang/crates.io-index"
12603checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
12604dependencies = [
12605 "cfg-if",
12606 "cpufeatures",
12607 "digest",
12608]
12609
12610[[package]]
12611name = "sharded-slab"
12612version = "0.1.7"
12613source = "registry+https://github.com/rust-lang/crates.io-index"
12614checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
12615dependencies = [
12616 "lazy_static",
12617]
12618
12619[[package]]
12620name = "shell-words"
12621version = "1.1.0"
12622source = "registry+https://github.com/rust-lang/crates.io-index"
12623checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
12624
12625[[package]]
12626name = "shellexpand"
12627version = "2.1.2"
12628source = "registry+https://github.com/rust-lang/crates.io-index"
12629checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
12630dependencies = [
12631 "dirs 4.0.0",
12632]
12633
12634[[package]]
12635name = "shellexpand"
12636version = "3.1.0"
12637source = "registry+https://github.com/rust-lang/crates.io-index"
12638checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
12639dependencies = [
12640 "dirs 5.0.1",
12641]
12642
12643[[package]]
12644name = "shlex"
12645version = "1.3.0"
12646source = "registry+https://github.com/rust-lang/crates.io-index"
12647checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
12648
12649[[package]]
12650name = "signal-hook"
12651version = "0.3.17"
12652source = "registry+https://github.com/rust-lang/crates.io-index"
12653checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
12654dependencies = [
12655 "libc",
12656 "signal-hook-registry",
12657]
12658
12659[[package]]
12660name = "signal-hook-registry"
12661version = "1.4.2"
12662source = "registry+https://github.com/rust-lang/crates.io-index"
12663checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
12664dependencies = [
12665 "libc",
12666]
12667
12668[[package]]
12669name = "signature"
12670version = "1.6.4"
12671source = "registry+https://github.com/rust-lang/crates.io-index"
12672checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
12673dependencies = [
12674 "digest",
12675 "rand_core 0.6.4",
12676]
12677
12678[[package]]
12679name = "signature"
12680version = "2.2.0"
12681source = "registry+https://github.com/rust-lang/crates.io-index"
12682checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
12683dependencies = [
12684 "digest",
12685 "rand_core 0.6.4",
12686]
12687
12688[[package]]
12689name = "simd-adler32"
12690version = "0.3.7"
12691source = "registry+https://github.com/rust-lang/crates.io-index"
12692checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
12693
12694[[package]]
12695name = "simd_helpers"
12696version = "0.1.0"
12697source = "registry+https://github.com/rust-lang/crates.io-index"
12698checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
12699dependencies = [
12700 "quote",
12701]
12702
12703[[package]]
12704name = "simdutf8"
12705version = "0.1.5"
12706source = "registry+https://github.com/rust-lang/crates.io-index"
12707checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
12708
12709[[package]]
12710name = "simple_asn1"
12711version = "0.6.2"
12712source = "registry+https://github.com/rust-lang/crates.io-index"
12713checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
12714dependencies = [
12715 "num-bigint",
12716 "num-traits",
12717 "thiserror 1.0.69",
12718 "time",
12719]
12720
12721[[package]]
12722name = "simplecss"
12723version = "0.2.1"
12724source = "registry+https://github.com/rust-lang/crates.io-index"
12725checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
12726dependencies = [
12727 "log",
12728]
12729
12730[[package]]
12731name = "simplelog"
12732version = "0.12.2"
12733source = "registry+https://github.com/rust-lang/crates.io-index"
12734checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
12735dependencies = [
12736 "log",
12737 "termcolor",
12738 "time",
12739]
12740
12741[[package]]
12742name = "siphasher"
12743version = "0.3.11"
12744source = "registry+https://github.com/rust-lang/crates.io-index"
12745checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
12746
12747[[package]]
12748name = "siphasher"
12749version = "1.0.1"
12750source = "registry+https://github.com/rust-lang/crates.io-index"
12751checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
12752
12753[[package]]
12754name = "skrifa"
12755version = "0.26.6"
12756source = "registry+https://github.com/rust-lang/crates.io-index"
12757checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
12758dependencies = [
12759 "bytemuck",
12760 "read-fonts",
12761]
12762
12763[[package]]
12764name = "slab"
12765version = "0.4.9"
12766source = "registry+https://github.com/rust-lang/crates.io-index"
12767checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
12768dependencies = [
12769 "autocfg",
12770]
12771
12772[[package]]
12773name = "slash_commands_example"
12774version = "0.1.0"
12775dependencies = [
12776 "zed_extension_api 0.1.0",
12777]
12778
12779[[package]]
12780name = "slotmap"
12781version = "1.0.7"
12782source = "registry+https://github.com/rust-lang/crates.io-index"
12783checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
12784dependencies = [
12785 "version_check",
12786]
12787
12788[[package]]
12789name = "smallvec"
12790version = "1.14.0"
12791source = "registry+https://github.com/rust-lang/crates.io-index"
12792checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
12793dependencies = [
12794 "serde",
12795]
12796
12797[[package]]
12798name = "smart-default"
12799version = "0.6.0"
12800source = "registry+https://github.com/rust-lang/crates.io-index"
12801checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
12802dependencies = [
12803 "proc-macro2",
12804 "quote",
12805 "syn 1.0.109",
12806]
12807
12808[[package]]
12809name = "smol"
12810version = "2.0.2"
12811source = "registry+https://github.com/rust-lang/crates.io-index"
12812checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
12813dependencies = [
12814 "async-channel 2.3.1",
12815 "async-executor",
12816 "async-fs",
12817 "async-io",
12818 "async-lock",
12819 "async-net",
12820 "async-process",
12821 "blocking",
12822 "futures-lite 2.6.0",
12823]
12824
12825[[package]]
12826name = "smol_str"
12827version = "0.1.24"
12828source = "registry+https://github.com/rust-lang/crates.io-index"
12829checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
12830dependencies = [
12831 "serde",
12832]
12833
12834[[package]]
12835name = "smol_str"
12836version = "0.2.2"
12837source = "registry+https://github.com/rust-lang/crates.io-index"
12838checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
12839
12840[[package]]
12841name = "snippet"
12842version = "0.1.0"
12843dependencies = [
12844 "anyhow",
12845 "smallvec",
12846]
12847
12848[[package]]
12849name = "snippet_provider"
12850version = "0.1.0"
12851dependencies = [
12852 "anyhow",
12853 "collections",
12854 "extension",
12855 "fs",
12856 "futures 0.3.31",
12857 "gpui",
12858 "parking_lot",
12859 "paths",
12860 "schemars",
12861 "serde",
12862 "serde_json_lenient",
12863 "snippet",
12864 "util",
12865]
12866
12867[[package]]
12868name = "snippets_ui"
12869version = "0.1.0"
12870dependencies = [
12871 "fuzzy",
12872 "gpui",
12873 "language",
12874 "paths",
12875 "picker",
12876 "ui",
12877 "util",
12878 "workspace",
12879]
12880
12881[[package]]
12882name = "socket2"
12883version = "0.5.8"
12884source = "registry+https://github.com/rust-lang/crates.io-index"
12885checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12886dependencies = [
12887 "libc",
12888 "windows-sys 0.52.0",
12889]
12890
12891[[package]]
12892name = "spdx"
12893version = "0.10.7"
12894source = "registry+https://github.com/rust-lang/crates.io-index"
12895checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12896dependencies = [
12897 "smallvec",
12898]
12899
12900[[package]]
12901name = "spin"
12902version = "0.9.8"
12903source = "registry+https://github.com/rust-lang/crates.io-index"
12904checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
12905dependencies = [
12906 "lock_api",
12907]
12908
12909[[package]]
12910name = "spirv"
12911version = "0.3.0+sdk-1.3.268.0"
12912source = "registry+https://github.com/rust-lang/crates.io-index"
12913checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
12914dependencies = [
12915 "bitflags 2.9.0",
12916]
12917
12918[[package]]
12919name = "spki"
12920version = "0.6.0"
12921source = "registry+https://github.com/rust-lang/crates.io-index"
12922checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
12923dependencies = [
12924 "base64ct",
12925 "der 0.6.1",
12926]
12927
12928[[package]]
12929name = "spki"
12930version = "0.7.3"
12931source = "registry+https://github.com/rust-lang/crates.io-index"
12932checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
12933dependencies = [
12934 "base64ct",
12935 "der 0.7.9",
12936]
12937
12938[[package]]
12939name = "sptr"
12940version = "0.3.2"
12941source = "registry+https://github.com/rust-lang/crates.io-index"
12942checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
12943
12944[[package]]
12945name = "sqlez"
12946version = "0.1.0"
12947dependencies = [
12948 "anyhow",
12949 "collections",
12950 "futures 0.3.31",
12951 "indoc",
12952 "libsqlite3-sys",
12953 "parking_lot",
12954 "smol",
12955 "sqlformat",
12956 "thread_local",
12957 "util",
12958 "uuid",
12959]
12960
12961[[package]]
12962name = "sqlez_macros"
12963version = "0.1.0"
12964dependencies = [
12965 "sqlez",
12966 "sqlformat",
12967 "syn 1.0.109",
12968]
12969
12970[[package]]
12971name = "sqlformat"
12972version = "0.2.6"
12973source = "registry+https://github.com/rust-lang/crates.io-index"
12974checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
12975dependencies = [
12976 "nom",
12977 "unicode_categories",
12978]
12979
12980[[package]]
12981name = "sqlx"
12982version = "0.8.3"
12983source = "registry+https://github.com/rust-lang/crates.io-index"
12984checksum = "4410e73b3c0d8442c5f99b425d7a435b5ee0ae4167b3196771dd3f7a01be745f"
12985dependencies = [
12986 "sqlx-core",
12987 "sqlx-macros",
12988 "sqlx-mysql",
12989 "sqlx-postgres",
12990 "sqlx-sqlite",
12991]
12992
12993[[package]]
12994name = "sqlx-core"
12995version = "0.8.3"
12996source = "registry+https://github.com/rust-lang/crates.io-index"
12997checksum = "6a007b6936676aa9ab40207cde35daab0a04b823be8ae004368c0793b96a61e0"
12998dependencies = [
12999 "bigdecimal",
13000 "bytes 1.10.1",
13001 "chrono",
13002 "crc",
13003 "crossbeam-queue",
13004 "either",
13005 "event-listener 5.3.1",
13006 "futures-core",
13007 "futures-intrusive",
13008 "futures-io",
13009 "futures-util",
13010 "hashbrown 0.15.2",
13011 "hashlink 0.10.0",
13012 "indexmap",
13013 "log",
13014 "memchr",
13015 "once_cell",
13016 "percent-encoding",
13017 "rust_decimal",
13018 "rustls 0.23.25",
13019 "rustls-pemfile 2.2.0",
13020 "serde",
13021 "serde_json",
13022 "sha2",
13023 "smallvec",
13024 "thiserror 2.0.12",
13025 "time",
13026 "tokio",
13027 "tokio-stream",
13028 "tracing",
13029 "url",
13030 "uuid",
13031 "webpki-roots",
13032]
13033
13034[[package]]
13035name = "sqlx-macros"
13036version = "0.8.3"
13037source = "registry+https://github.com/rust-lang/crates.io-index"
13038checksum = "3112e2ad78643fef903618d78cf0aec1cb3134b019730edb039b69eaf531f310"
13039dependencies = [
13040 "proc-macro2",
13041 "quote",
13042 "sqlx-core",
13043 "sqlx-macros-core",
13044 "syn 2.0.100",
13045]
13046
13047[[package]]
13048name = "sqlx-macros-core"
13049version = "0.8.3"
13050source = "registry+https://github.com/rust-lang/crates.io-index"
13051checksum = "4e9f90acc5ab146a99bf5061a7eb4976b573f560bc898ef3bf8435448dd5e7ad"
13052dependencies = [
13053 "dotenvy",
13054 "either",
13055 "heck 0.5.0",
13056 "hex",
13057 "once_cell",
13058 "proc-macro2",
13059 "quote",
13060 "serde",
13061 "serde_json",
13062 "sha2",
13063 "sqlx-core",
13064 "sqlx-mysql",
13065 "sqlx-postgres",
13066 "sqlx-sqlite",
13067 "syn 2.0.100",
13068 "tempfile",
13069 "tokio",
13070 "url",
13071]
13072
13073[[package]]
13074name = "sqlx-mysql"
13075version = "0.8.3"
13076source = "registry+https://github.com/rust-lang/crates.io-index"
13077checksum = "4560278f0e00ce64938540546f59f590d60beee33fffbd3b9cd47851e5fff233"
13078dependencies = [
13079 "atoi",
13080 "base64 0.22.1",
13081 "bigdecimal",
13082 "bitflags 2.9.0",
13083 "byteorder",
13084 "bytes 1.10.1",
13085 "chrono",
13086 "crc",
13087 "digest",
13088 "dotenvy",
13089 "either",
13090 "futures-channel",
13091 "futures-core",
13092 "futures-io",
13093 "futures-util",
13094 "generic-array",
13095 "hex",
13096 "hkdf",
13097 "hmac",
13098 "itoa",
13099 "log",
13100 "md-5",
13101 "memchr",
13102 "once_cell",
13103 "percent-encoding",
13104 "rand 0.8.5",
13105 "rsa",
13106 "rust_decimal",
13107 "serde",
13108 "sha1",
13109 "sha2",
13110 "smallvec",
13111 "sqlx-core",
13112 "stringprep",
13113 "thiserror 2.0.12",
13114 "time",
13115 "tracing",
13116 "uuid",
13117 "whoami",
13118]
13119
13120[[package]]
13121name = "sqlx-postgres"
13122version = "0.8.3"
13123source = "registry+https://github.com/rust-lang/crates.io-index"
13124checksum = "c5b98a57f363ed6764d5b3a12bfedf62f07aa16e1856a7ddc2a0bb190a959613"
13125dependencies = [
13126 "atoi",
13127 "base64 0.22.1",
13128 "bigdecimal",
13129 "bitflags 2.9.0",
13130 "byteorder",
13131 "chrono",
13132 "crc",
13133 "dotenvy",
13134 "etcetera",
13135 "futures-channel",
13136 "futures-core",
13137 "futures-util",
13138 "hex",
13139 "hkdf",
13140 "hmac",
13141 "home",
13142 "itoa",
13143 "log",
13144 "md-5",
13145 "memchr",
13146 "num-bigint",
13147 "once_cell",
13148 "rand 0.8.5",
13149 "rust_decimal",
13150 "serde",
13151 "serde_json",
13152 "sha2",
13153 "smallvec",
13154 "sqlx-core",
13155 "stringprep",
13156 "thiserror 2.0.12",
13157 "time",
13158 "tracing",
13159 "uuid",
13160 "whoami",
13161]
13162
13163[[package]]
13164name = "sqlx-sqlite"
13165version = "0.8.3"
13166source = "registry+https://github.com/rust-lang/crates.io-index"
13167checksum = "f85ca71d3a5b24e64e1d08dd8fe36c6c95c339a896cc33068148906784620540"
13168dependencies = [
13169 "atoi",
13170 "chrono",
13171 "flume",
13172 "futures-channel",
13173 "futures-core",
13174 "futures-executor",
13175 "futures-intrusive",
13176 "futures-util",
13177 "libsqlite3-sys",
13178 "log",
13179 "percent-encoding",
13180 "serde",
13181 "serde_urlencoded",
13182 "sqlx-core",
13183 "time",
13184 "tracing",
13185 "url",
13186 "uuid",
13187]
13188
13189[[package]]
13190name = "stable_deref_trait"
13191version = "1.2.0"
13192source = "registry+https://github.com/rust-lang/crates.io-index"
13193checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
13194
13195[[package]]
13196name = "static_assertions"
13197version = "1.1.0"
13198source = "registry+https://github.com/rust-lang/crates.io-index"
13199checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
13200
13201[[package]]
13202name = "story"
13203version = "0.1.0"
13204dependencies = [
13205 "gpui",
13206 "itertools 0.14.0",
13207 "smallvec",
13208]
13209
13210[[package]]
13211name = "storybook"
13212version = "0.1.0"
13213dependencies = [
13214 "anyhow",
13215 "clap",
13216 "collab_ui",
13217 "ctrlc",
13218 "dialoguer",
13219 "editor",
13220 "fuzzy",
13221 "gpui",
13222 "indoc",
13223 "language",
13224 "log",
13225 "menu",
13226 "picker",
13227 "project",
13228 "reqwest_client",
13229 "rust-embed",
13230 "settings",
13231 "simplelog",
13232 "story",
13233 "strum",
13234 "theme",
13235 "title_bar",
13236 "ui",
13237 "workspace",
13238]
13239
13240[[package]]
13241name = "streaming-iterator"
13242version = "0.1.9"
13243source = "registry+https://github.com/rust-lang/crates.io-index"
13244checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
13245
13246[[package]]
13247name = "streaming_diff"
13248version = "0.1.0"
13249dependencies = [
13250 "ordered-float 2.10.1",
13251 "rand 0.8.5",
13252 "rope",
13253 "util",
13254]
13255
13256[[package]]
13257name = "strict-num"
13258version = "0.1.1"
13259source = "registry+https://github.com/rust-lang/crates.io-index"
13260checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
13261dependencies = [
13262 "float-cmp",
13263]
13264
13265[[package]]
13266name = "string_cache"
13267version = "0.8.7"
13268source = "registry+https://github.com/rust-lang/crates.io-index"
13269checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
13270dependencies = [
13271 "new_debug_unreachable",
13272 "once_cell",
13273 "parking_lot",
13274 "phf_shared 0.10.0",
13275 "precomputed-hash",
13276 "serde",
13277]
13278
13279[[package]]
13280name = "string_cache_codegen"
13281version = "0.5.2"
13282source = "registry+https://github.com/rust-lang/crates.io-index"
13283checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
13284dependencies = [
13285 "phf_generator 0.10.0",
13286 "phf_shared 0.10.0",
13287 "proc-macro2",
13288 "quote",
13289]
13290
13291[[package]]
13292name = "stringprep"
13293version = "0.1.5"
13294source = "registry+https://github.com/rust-lang/crates.io-index"
13295checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
13296dependencies = [
13297 "unicode-bidi",
13298 "unicode-normalization",
13299 "unicode-properties",
13300]
13301
13302[[package]]
13303name = "strsim"
13304version = "0.11.1"
13305source = "registry+https://github.com/rust-lang/crates.io-index"
13306checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
13307
13308[[package]]
13309name = "strum"
13310version = "0.26.3"
13311source = "registry+https://github.com/rust-lang/crates.io-index"
13312checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
13313dependencies = [
13314 "strum_macros",
13315]
13316
13317[[package]]
13318name = "strum_macros"
13319version = "0.26.4"
13320source = "registry+https://github.com/rust-lang/crates.io-index"
13321checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
13322dependencies = [
13323 "heck 0.5.0",
13324 "proc-macro2",
13325 "quote",
13326 "rustversion",
13327 "syn 2.0.100",
13328]
13329
13330[[package]]
13331name = "subtle"
13332version = "2.6.1"
13333source = "registry+https://github.com/rust-lang/crates.io-index"
13334checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
13335
13336[[package]]
13337name = "sum_tree"
13338version = "0.1.0"
13339dependencies = [
13340 "arrayvec",
13341 "ctor",
13342 "env_logger 0.11.7",
13343 "log",
13344 "rand 0.8.5",
13345 "rayon",
13346]
13347
13348[[package]]
13349name = "supermaven"
13350version = "0.1.0"
13351dependencies = [
13352 "anyhow",
13353 "client",
13354 "collections",
13355 "editor",
13356 "env_logger 0.11.7",
13357 "futures 0.3.31",
13358 "gpui",
13359 "http_client",
13360 "inline_completion",
13361 "language",
13362 "log",
13363 "postage",
13364 "project",
13365 "serde",
13366 "serde_json",
13367 "settings",
13368 "smol",
13369 "supermaven_api",
13370 "text",
13371 "theme",
13372 "ui",
13373 "unicode-segmentation",
13374 "util",
13375]
13376
13377[[package]]
13378name = "supermaven_api"
13379version = "0.1.0"
13380dependencies = [
13381 "anyhow",
13382 "futures 0.3.31",
13383 "http_client",
13384 "paths",
13385 "serde",
13386 "serde_json",
13387 "smol",
13388]
13389
13390[[package]]
13391name = "sval"
13392version = "2.13.2"
13393source = "registry+https://github.com/rust-lang/crates.io-index"
13394checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
13395
13396[[package]]
13397name = "sval_buffer"
13398version = "2.13.2"
13399source = "registry+https://github.com/rust-lang/crates.io-index"
13400checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
13401dependencies = [
13402 "sval",
13403 "sval_ref",
13404]
13405
13406[[package]]
13407name = "sval_dynamic"
13408version = "2.13.2"
13409source = "registry+https://github.com/rust-lang/crates.io-index"
13410checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
13411dependencies = [
13412 "sval",
13413]
13414
13415[[package]]
13416name = "sval_fmt"
13417version = "2.13.2"
13418source = "registry+https://github.com/rust-lang/crates.io-index"
13419checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
13420dependencies = [
13421 "itoa",
13422 "ryu",
13423 "sval",
13424]
13425
13426[[package]]
13427name = "sval_json"
13428version = "2.13.2"
13429source = "registry+https://github.com/rust-lang/crates.io-index"
13430checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
13431dependencies = [
13432 "itoa",
13433 "ryu",
13434 "sval",
13435]
13436
13437[[package]]
13438name = "sval_nested"
13439version = "2.13.2"
13440source = "registry+https://github.com/rust-lang/crates.io-index"
13441checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
13442dependencies = [
13443 "sval",
13444 "sval_buffer",
13445 "sval_ref",
13446]
13447
13448[[package]]
13449name = "sval_ref"
13450version = "2.13.2"
13451source = "registry+https://github.com/rust-lang/crates.io-index"
13452checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
13453dependencies = [
13454 "sval",
13455]
13456
13457[[package]]
13458name = "sval_serde"
13459version = "2.13.2"
13460source = "registry+https://github.com/rust-lang/crates.io-index"
13461checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
13462dependencies = [
13463 "serde",
13464 "sval",
13465 "sval_nested",
13466]
13467
13468[[package]]
13469name = "svg_fmt"
13470version = "0.4.4"
13471source = "registry+https://github.com/rust-lang/crates.io-index"
13472checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
13473
13474[[package]]
13475name = "svgtypes"
13476version = "0.15.3"
13477source = "registry+https://github.com/rust-lang/crates.io-index"
13478checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
13479dependencies = [
13480 "kurbo",
13481 "siphasher 1.0.1",
13482]
13483
13484[[package]]
13485name = "swash"
13486version = "0.2.1"
13487source = "registry+https://github.com/rust-lang/crates.io-index"
13488checksum = "13d5bbc2aa266907ed8ee977c9c9e16363cc2b001266104e13397b57f1d15f71"
13489dependencies = [
13490 "skrifa",
13491 "yazi",
13492 "zeno",
13493]
13494
13495[[package]]
13496name = "syn"
13497version = "1.0.109"
13498source = "registry+https://github.com/rust-lang/crates.io-index"
13499checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
13500dependencies = [
13501 "proc-macro2",
13502 "quote",
13503 "unicode-ident",
13504]
13505
13506[[package]]
13507name = "syn"
13508version = "2.0.100"
13509source = "registry+https://github.com/rust-lang/crates.io-index"
13510checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
13511dependencies = [
13512 "proc-macro2",
13513 "quote",
13514 "unicode-ident",
13515]
13516
13517[[package]]
13518name = "sync_wrapper"
13519version = "0.1.2"
13520source = "registry+https://github.com/rust-lang/crates.io-index"
13521checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
13522
13523[[package]]
13524name = "sync_wrapper"
13525version = "1.0.2"
13526source = "registry+https://github.com/rust-lang/crates.io-index"
13527checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
13528dependencies = [
13529 "futures-core",
13530]
13531
13532[[package]]
13533name = "synchronoise"
13534version = "1.0.1"
13535source = "registry+https://github.com/rust-lang/crates.io-index"
13536checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
13537dependencies = [
13538 "crossbeam-queue",
13539]
13540
13541[[package]]
13542name = "synstructure"
13543version = "0.13.1"
13544source = "registry+https://github.com/rust-lang/crates.io-index"
13545checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
13546dependencies = [
13547 "proc-macro2",
13548 "quote",
13549 "syn 2.0.100",
13550]
13551
13552[[package]]
13553name = "sys-locale"
13554version = "0.3.2"
13555source = "registry+https://github.com/rust-lang/crates.io-index"
13556checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
13557dependencies = [
13558 "libc",
13559]
13560
13561[[package]]
13562name = "sysinfo"
13563version = "0.31.4"
13564source = "registry+https://github.com/rust-lang/crates.io-index"
13565checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
13566dependencies = [
13567 "core-foundation-sys",
13568 "libc",
13569 "memchr",
13570 "ntapi",
13571 "rayon",
13572 "windows 0.57.0",
13573]
13574
13575[[package]]
13576name = "system-configuration"
13577version = "0.5.1"
13578source = "registry+https://github.com/rust-lang/crates.io-index"
13579checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
13580dependencies = [
13581 "bitflags 1.3.2",
13582 "core-foundation 0.9.4",
13583 "system-configuration-sys 0.5.0",
13584]
13585
13586[[package]]
13587name = "system-configuration"
13588version = "0.6.1"
13589source = "registry+https://github.com/rust-lang/crates.io-index"
13590checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
13591dependencies = [
13592 "bitflags 2.9.0",
13593 "core-foundation 0.9.4",
13594 "system-configuration-sys 0.6.0",
13595]
13596
13597[[package]]
13598name = "system-configuration-sys"
13599version = "0.5.0"
13600source = "registry+https://github.com/rust-lang/crates.io-index"
13601checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
13602dependencies = [
13603 "core-foundation-sys",
13604 "libc",
13605]
13606
13607[[package]]
13608name = "system-configuration-sys"
13609version = "0.6.0"
13610source = "registry+https://github.com/rust-lang/crates.io-index"
13611checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
13612dependencies = [
13613 "core-foundation-sys",
13614 "libc",
13615]
13616
13617[[package]]
13618name = "system-deps"
13619version = "6.2.2"
13620source = "registry+https://github.com/rust-lang/crates.io-index"
13621checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
13622dependencies = [
13623 "cfg-expr",
13624 "heck 0.5.0",
13625 "pkg-config",
13626 "toml 0.8.20",
13627 "version-compare",
13628]
13629
13630[[package]]
13631name = "system-interface"
13632version = "0.27.3"
13633source = "registry+https://github.com/rust-lang/crates.io-index"
13634checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
13635dependencies = [
13636 "bitflags 2.9.0",
13637 "cap-fs-ext",
13638 "cap-std",
13639 "fd-lock",
13640 "io-lifetimes",
13641 "rustix",
13642 "windows-sys 0.59.0",
13643 "winx",
13644]
13645
13646[[package]]
13647name = "tab_switcher"
13648version = "0.1.0"
13649dependencies = [
13650 "anyhow",
13651 "collections",
13652 "ctor",
13653 "editor",
13654 "env_logger 0.11.7",
13655 "gpui",
13656 "language",
13657 "menu",
13658 "picker",
13659 "project",
13660 "schemars",
13661 "serde",
13662 "serde_json",
13663 "settings",
13664 "theme",
13665 "ui",
13666 "util",
13667 "workspace",
13668]
13669
13670[[package]]
13671name = "taffy"
13672version = "0.4.4"
13673source = "registry+https://github.com/rust-lang/crates.io-index"
13674checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
13675dependencies = [
13676 "arrayvec",
13677 "grid",
13678 "num-traits",
13679 "serde",
13680 "slotmap",
13681]
13682
13683[[package]]
13684name = "take-until"
13685version = "0.2.0"
13686source = "registry+https://github.com/rust-lang/crates.io-index"
13687checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
13688
13689[[package]]
13690name = "tap"
13691version = "1.0.1"
13692source = "registry+https://github.com/rust-lang/crates.io-index"
13693checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
13694
13695[[package]]
13696name = "target-lexicon"
13697version = "0.12.16"
13698source = "registry+https://github.com/rust-lang/crates.io-index"
13699checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
13700
13701[[package]]
13702name = "target-lexicon"
13703version = "0.13.2"
13704source = "registry+https://github.com/rust-lang/crates.io-index"
13705checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
13706
13707[[package]]
13708name = "task"
13709version = "0.1.0"
13710dependencies = [
13711 "anyhow",
13712 "collections",
13713 "dap-types",
13714 "futures 0.3.31",
13715 "gpui",
13716 "hex",
13717 "parking_lot",
13718 "schemars",
13719 "serde",
13720 "serde_json",
13721 "serde_json_lenient",
13722 "sha2",
13723 "shellexpand 2.1.2",
13724 "util",
13725 "zed_actions",
13726]
13727
13728[[package]]
13729name = "tasks_ui"
13730version = "0.1.0"
13731dependencies = [
13732 "anyhow",
13733 "debugger_ui",
13734 "editor",
13735 "feature_flags",
13736 "file_icons",
13737 "fuzzy",
13738 "gpui",
13739 "language",
13740 "menu",
13741 "picker",
13742 "project",
13743 "schemars",
13744 "serde",
13745 "serde_json",
13746 "settings",
13747 "task",
13748 "tree-sitter-rust",
13749 "tree-sitter-typescript",
13750 "ui",
13751 "util",
13752 "workspace",
13753 "zed_actions",
13754]
13755
13756[[package]]
13757name = "telemetry"
13758version = "0.1.0"
13759dependencies = [
13760 "futures 0.3.31",
13761 "serde",
13762 "serde_json",
13763 "telemetry_events",
13764]
13765
13766[[package]]
13767name = "telemetry_events"
13768version = "0.1.0"
13769dependencies = [
13770 "semantic_version",
13771 "serde",
13772 "serde_json",
13773]
13774
13775[[package]]
13776name = "tempfile"
13777version = "3.17.1"
13778source = "registry+https://github.com/rust-lang/crates.io-index"
13779checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230"
13780dependencies = [
13781 "cfg-if",
13782 "fastrand 2.3.0",
13783 "getrandom 0.3.1",
13784 "once_cell",
13785 "rustix",
13786 "windows-sys 0.59.0",
13787]
13788
13789[[package]]
13790name = "tendril"
13791version = "0.4.3"
13792source = "registry+https://github.com/rust-lang/crates.io-index"
13793checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
13794dependencies = [
13795 "futf",
13796 "mac",
13797 "utf-8",
13798]
13799
13800[[package]]
13801name = "termcolor"
13802version = "1.4.1"
13803source = "registry+https://github.com/rust-lang/crates.io-index"
13804checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
13805dependencies = [
13806 "winapi-util",
13807]
13808
13809[[package]]
13810name = "terminal"
13811version = "0.1.0"
13812dependencies = [
13813 "alacritty_terminal",
13814 "anyhow",
13815 "collections",
13816 "dirs 4.0.0",
13817 "futures 0.3.31",
13818 "gpui",
13819 "libc",
13820 "rand 0.8.5",
13821 "regex",
13822 "release_channel",
13823 "schemars",
13824 "serde",
13825 "serde_derive",
13826 "settings",
13827 "smol",
13828 "sysinfo",
13829 "task",
13830 "theme",
13831 "thiserror 2.0.12",
13832 "util",
13833 "windows 0.61.1",
13834]
13835
13836[[package]]
13837name = "terminal_size"
13838version = "0.4.1"
13839source = "registry+https://github.com/rust-lang/crates.io-index"
13840checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
13841dependencies = [
13842 "rustix",
13843 "windows-sys 0.59.0",
13844]
13845
13846[[package]]
13847name = "terminal_view"
13848version = "0.1.0"
13849dependencies = [
13850 "anyhow",
13851 "async-recursion 1.1.1",
13852 "breadcrumbs",
13853 "client",
13854 "collections",
13855 "db",
13856 "dirs 4.0.0",
13857 "editor",
13858 "futures 0.3.31",
13859 "gpui",
13860 "itertools 0.14.0",
13861 "language",
13862 "log",
13863 "project",
13864 "rand 0.8.5",
13865 "schemars",
13866 "search",
13867 "serde",
13868 "serde_json",
13869 "settings",
13870 "shellexpand 2.1.2",
13871 "smol",
13872 "task",
13873 "terminal",
13874 "theme",
13875 "ui",
13876 "util",
13877 "workspace",
13878 "zed_actions",
13879]
13880
13881[[package]]
13882name = "text"
13883version = "0.1.0"
13884dependencies = [
13885 "anyhow",
13886 "clock",
13887 "collections",
13888 "ctor",
13889 "env_logger 0.11.7",
13890 "gpui",
13891 "http_client",
13892 "log",
13893 "parking_lot",
13894 "postage",
13895 "rand 0.8.5",
13896 "regex",
13897 "rope",
13898 "smallvec",
13899 "sum_tree",
13900 "util",
13901]
13902
13903[[package]]
13904name = "theme"
13905version = "0.1.0"
13906dependencies = [
13907 "anyhow",
13908 "collections",
13909 "derive_more",
13910 "fs",
13911 "futures 0.3.31",
13912 "gpui",
13913 "indexmap",
13914 "log",
13915 "palette",
13916 "parking_lot",
13917 "refineable",
13918 "schemars",
13919 "serde",
13920 "serde_derive",
13921 "serde_json",
13922 "serde_json_lenient",
13923 "serde_repr",
13924 "settings",
13925 "strum",
13926 "thiserror 2.0.12",
13927 "util",
13928 "uuid",
13929]
13930
13931[[package]]
13932name = "theme_extension"
13933version = "0.1.0"
13934dependencies = [
13935 "anyhow",
13936 "extension",
13937 "fs",
13938 "gpui",
13939 "theme",
13940]
13941
13942[[package]]
13943name = "theme_importer"
13944version = "0.1.0"
13945dependencies = [
13946 "anyhow",
13947 "clap",
13948 "gpui",
13949 "indexmap",
13950 "log",
13951 "palette",
13952 "rust-embed",
13953 "serde",
13954 "serde_json",
13955 "serde_json_lenient",
13956 "simplelog",
13957 "strum",
13958 "theme",
13959 "vscode_theme",
13960]
13961
13962[[package]]
13963name = "theme_selector"
13964version = "0.1.0"
13965dependencies = [
13966 "fs",
13967 "fuzzy",
13968 "gpui",
13969 "log",
13970 "picker",
13971 "serde",
13972 "settings",
13973 "telemetry",
13974 "theme",
13975 "ui",
13976 "util",
13977 "workspace",
13978 "zed_actions",
13979]
13980
13981[[package]]
13982name = "thiserror"
13983version = "1.0.69"
13984source = "registry+https://github.com/rust-lang/crates.io-index"
13985checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
13986dependencies = [
13987 "thiserror-impl 1.0.69",
13988]
13989
13990[[package]]
13991name = "thiserror"
13992version = "2.0.12"
13993source = "registry+https://github.com/rust-lang/crates.io-index"
13994checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
13995dependencies = [
13996 "thiserror-impl 2.0.12",
13997]
13998
13999[[package]]
14000name = "thiserror-impl"
14001version = "1.0.69"
14002source = "registry+https://github.com/rust-lang/crates.io-index"
14003checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
14004dependencies = [
14005 "proc-macro2",
14006 "quote",
14007 "syn 2.0.100",
14008]
14009
14010[[package]]
14011name = "thiserror-impl"
14012version = "2.0.12"
14013source = "registry+https://github.com/rust-lang/crates.io-index"
14014checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
14015dependencies = [
14016 "proc-macro2",
14017 "quote",
14018 "syn 2.0.100",
14019]
14020
14021[[package]]
14022name = "thread_local"
14023version = "1.1.8"
14024source = "registry+https://github.com/rust-lang/crates.io-index"
14025checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
14026dependencies = [
14027 "cfg-if",
14028 "once_cell",
14029]
14030
14031[[package]]
14032name = "tiff"
14033version = "0.9.1"
14034source = "registry+https://github.com/rust-lang/crates.io-index"
14035checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
14036dependencies = [
14037 "flate2",
14038 "jpeg-decoder",
14039 "weezl",
14040]
14041
14042[[package]]
14043name = "tiktoken-rs"
14044version = "0.6.0"
14045source = "registry+https://github.com/rust-lang/crates.io-index"
14046checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
14047dependencies = [
14048 "anyhow",
14049 "base64 0.21.7",
14050 "bstr",
14051 "fancy-regex 0.13.0",
14052 "lazy_static",
14053 "parking_lot",
14054 "regex",
14055 "rustc-hash 1.1.0",
14056]
14057
14058[[package]]
14059name = "time"
14060version = "0.3.41"
14061source = "registry+https://github.com/rust-lang/crates.io-index"
14062checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
14063dependencies = [
14064 "deranged",
14065 "itoa",
14066 "libc",
14067 "num-conv",
14068 "num_threads",
14069 "powerfmt",
14070 "serde",
14071 "time-core",
14072 "time-macros",
14073]
14074
14075[[package]]
14076name = "time-core"
14077version = "0.1.4"
14078source = "registry+https://github.com/rust-lang/crates.io-index"
14079checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
14080
14081[[package]]
14082name = "time-macros"
14083version = "0.2.22"
14084source = "registry+https://github.com/rust-lang/crates.io-index"
14085checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
14086dependencies = [
14087 "num-conv",
14088 "time-core",
14089]
14090
14091[[package]]
14092name = "time_format"
14093version = "0.1.0"
14094dependencies = [
14095 "core-foundation 0.9.4",
14096 "core-foundation-sys",
14097 "sys-locale",
14098 "time",
14099]
14100
14101[[package]]
14102name = "tiny-keccak"
14103version = "2.0.2"
14104source = "registry+https://github.com/rust-lang/crates.io-index"
14105checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
14106dependencies = [
14107 "crunchy",
14108]
14109
14110[[package]]
14111name = "tiny-skia"
14112version = "0.11.4"
14113source = "registry+https://github.com/rust-lang/crates.io-index"
14114checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
14115dependencies = [
14116 "arrayref",
14117 "arrayvec",
14118 "bytemuck",
14119 "cfg-if",
14120 "log",
14121 "png",
14122 "tiny-skia-path",
14123]
14124
14125[[package]]
14126name = "tiny-skia-path"
14127version = "0.11.4"
14128source = "registry+https://github.com/rust-lang/crates.io-index"
14129checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
14130dependencies = [
14131 "arrayref",
14132 "bytemuck",
14133 "strict-num",
14134]
14135
14136[[package]]
14137name = "tiny_http"
14138version = "0.8.2"
14139source = "registry+https://github.com/rust-lang/crates.io-index"
14140checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
14141dependencies = [
14142 "ascii",
14143 "chrono",
14144 "chunked_transfer",
14145 "log",
14146 "url",
14147]
14148
14149[[package]]
14150name = "tinystr"
14151version = "0.7.6"
14152source = "registry+https://github.com/rust-lang/crates.io-index"
14153checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
14154dependencies = [
14155 "displaydoc",
14156 "zerovec",
14157]
14158
14159[[package]]
14160name = "tinytemplate"
14161version = "1.2.1"
14162source = "registry+https://github.com/rust-lang/crates.io-index"
14163checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
14164dependencies = [
14165 "serde",
14166 "serde_json",
14167]
14168
14169[[package]]
14170name = "tinyvec"
14171version = "1.8.0"
14172source = "registry+https://github.com/rust-lang/crates.io-index"
14173checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
14174dependencies = [
14175 "tinyvec_macros",
14176]
14177
14178[[package]]
14179name = "tinyvec_macros"
14180version = "0.1.1"
14181source = "registry+https://github.com/rust-lang/crates.io-index"
14182checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
14183
14184[[package]]
14185name = "title_bar"
14186version = "0.1.0"
14187dependencies = [
14188 "auto_update",
14189 "call",
14190 "chrono",
14191 "client",
14192 "collections",
14193 "db",
14194 "feature_flags",
14195 "gpui",
14196 "http_client",
14197 "notifications",
14198 "pretty_assertions",
14199 "project",
14200 "remote",
14201 "rpc",
14202 "schemars",
14203 "serde",
14204 "settings",
14205 "smallvec",
14206 "story",
14207 "telemetry",
14208 "theme",
14209 "tree-sitter-md",
14210 "ui",
14211 "util",
14212 "windows 0.61.1",
14213 "workspace",
14214 "zed_actions",
14215]
14216
14217[[package]]
14218name = "tokio"
14219version = "1.43.0"
14220source = "registry+https://github.com/rust-lang/crates.io-index"
14221checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
14222dependencies = [
14223 "backtrace",
14224 "bytes 1.10.1",
14225 "libc",
14226 "mio",
14227 "parking_lot",
14228 "pin-project-lite",
14229 "signal-hook-registry",
14230 "socket2",
14231 "tokio-macros",
14232 "windows-sys 0.52.0",
14233]
14234
14235[[package]]
14236name = "tokio-io"
14237version = "0.1.13"
14238source = "registry+https://github.com/rust-lang/crates.io-index"
14239checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
14240dependencies = [
14241 "bytes 0.4.12",
14242 "futures 0.1.31",
14243 "log",
14244]
14245
14246[[package]]
14247name = "tokio-macros"
14248version = "2.5.0"
14249source = "registry+https://github.com/rust-lang/crates.io-index"
14250checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
14251dependencies = [
14252 "proc-macro2",
14253 "quote",
14254 "syn 2.0.100",
14255]
14256
14257[[package]]
14258name = "tokio-native-tls"
14259version = "0.3.1"
14260source = "registry+https://github.com/rust-lang/crates.io-index"
14261checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
14262dependencies = [
14263 "native-tls",
14264 "tokio",
14265]
14266
14267[[package]]
14268name = "tokio-rustls"
14269version = "0.24.1"
14270source = "registry+https://github.com/rust-lang/crates.io-index"
14271checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
14272dependencies = [
14273 "rustls 0.21.12",
14274 "tokio",
14275]
14276
14277[[package]]
14278name = "tokio-rustls"
14279version = "0.26.1"
14280source = "registry+https://github.com/rust-lang/crates.io-index"
14281checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
14282dependencies = [
14283 "rustls 0.23.25",
14284 "tokio",
14285]
14286
14287[[package]]
14288name = "tokio-socks"
14289version = "0.5.2"
14290source = "registry+https://github.com/rust-lang/crates.io-index"
14291checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
14292dependencies = [
14293 "either",
14294 "futures-io",
14295 "futures-util",
14296 "thiserror 1.0.69",
14297 "tokio",
14298]
14299
14300[[package]]
14301name = "tokio-stream"
14302version = "0.1.17"
14303source = "registry+https://github.com/rust-lang/crates.io-index"
14304checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
14305dependencies = [
14306 "futures-core",
14307 "pin-project-lite",
14308 "tokio",
14309]
14310
14311[[package]]
14312name = "tokio-tungstenite"
14313version = "0.20.1"
14314source = "registry+https://github.com/rust-lang/crates.io-index"
14315checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
14316dependencies = [
14317 "futures-util",
14318 "log",
14319 "rustls 0.21.12",
14320 "rustls-native-certs 0.6.3",
14321 "tokio",
14322 "tokio-rustls 0.24.1",
14323 "tungstenite 0.20.1",
14324]
14325
14326[[package]]
14327name = "tokio-tungstenite"
14328version = "0.21.0"
14329source = "registry+https://github.com/rust-lang/crates.io-index"
14330checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
14331dependencies = [
14332 "futures-util",
14333 "log",
14334 "tokio",
14335 "tungstenite 0.21.0",
14336]
14337
14338[[package]]
14339name = "tokio-util"
14340version = "0.7.13"
14341source = "registry+https://github.com/rust-lang/crates.io-index"
14342checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
14343dependencies = [
14344 "bytes 1.10.1",
14345 "futures-core",
14346 "futures-io",
14347 "futures-sink",
14348 "pin-project-lite",
14349 "tokio",
14350]
14351
14352[[package]]
14353name = "toml"
14354version = "0.5.11"
14355source = "registry+https://github.com/rust-lang/crates.io-index"
14356checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
14357dependencies = [
14358 "serde",
14359]
14360
14361[[package]]
14362name = "toml"
14363version = "0.8.20"
14364source = "registry+https://github.com/rust-lang/crates.io-index"
14365checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
14366dependencies = [
14367 "serde",
14368 "serde_spanned",
14369 "toml_datetime",
14370 "toml_edit",
14371]
14372
14373[[package]]
14374name = "toml_datetime"
14375version = "0.6.8"
14376source = "registry+https://github.com/rust-lang/crates.io-index"
14377checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
14378dependencies = [
14379 "serde",
14380]
14381
14382[[package]]
14383name = "toml_edit"
14384version = "0.22.23"
14385source = "registry+https://github.com/rust-lang/crates.io-index"
14386checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee"
14387dependencies = [
14388 "indexmap",
14389 "serde",
14390 "serde_spanned",
14391 "toml_datetime",
14392 "winnow 0.7.1",
14393]
14394
14395[[package]]
14396name = "toolchain_selector"
14397version = "0.1.0"
14398dependencies = [
14399 "editor",
14400 "fuzzy",
14401 "gpui",
14402 "language",
14403 "picker",
14404 "project",
14405 "ui",
14406 "util",
14407 "workspace",
14408]
14409
14410[[package]]
14411name = "topological-sort"
14412version = "0.2.2"
14413source = "registry+https://github.com/rust-lang/crates.io-index"
14414checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
14415
14416[[package]]
14417name = "tower"
14418version = "0.4.13"
14419source = "registry+https://github.com/rust-lang/crates.io-index"
14420checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
14421dependencies = [
14422 "futures-core",
14423 "futures-util",
14424 "pin-project",
14425 "pin-project-lite",
14426 "tokio",
14427 "tower-layer",
14428 "tower-service",
14429 "tracing",
14430]
14431
14432[[package]]
14433name = "tower-http"
14434version = "0.3.5"
14435source = "registry+https://github.com/rust-lang/crates.io-index"
14436checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
14437dependencies = [
14438 "bitflags 1.3.2",
14439 "bytes 1.10.1",
14440 "futures-core",
14441 "futures-util",
14442 "http 0.2.12",
14443 "http-body 0.4.6",
14444 "http-range-header",
14445 "pin-project-lite",
14446 "tower-layer",
14447 "tower-service",
14448]
14449
14450[[package]]
14451name = "tower-http"
14452version = "0.4.4"
14453source = "registry+https://github.com/rust-lang/crates.io-index"
14454checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
14455dependencies = [
14456 "bitflags 2.9.0",
14457 "bytes 1.10.1",
14458 "futures-core",
14459 "futures-util",
14460 "http 0.2.12",
14461 "http-body 0.4.6",
14462 "http-range-header",
14463 "pin-project-lite",
14464 "tower-layer",
14465 "tower-service",
14466 "tracing",
14467]
14468
14469[[package]]
14470name = "tower-layer"
14471version = "0.3.3"
14472source = "registry+https://github.com/rust-lang/crates.io-index"
14473checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
14474
14475[[package]]
14476name = "tower-service"
14477version = "0.3.3"
14478source = "registry+https://github.com/rust-lang/crates.io-index"
14479checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
14480
14481[[package]]
14482name = "tracing"
14483version = "0.1.41"
14484source = "registry+https://github.com/rust-lang/crates.io-index"
14485checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
14486dependencies = [
14487 "log",
14488 "pin-project-lite",
14489 "tracing-attributes",
14490 "tracing-core",
14491]
14492
14493[[package]]
14494name = "tracing-attributes"
14495version = "0.1.28"
14496source = "registry+https://github.com/rust-lang/crates.io-index"
14497checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
14498dependencies = [
14499 "proc-macro2",
14500 "quote",
14501 "syn 2.0.100",
14502]
14503
14504[[package]]
14505name = "tracing-core"
14506version = "0.1.33"
14507source = "registry+https://github.com/rust-lang/crates.io-index"
14508checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
14509dependencies = [
14510 "once_cell",
14511 "valuable",
14512]
14513
14514[[package]]
14515name = "tracing-log"
14516version = "0.2.0"
14517source = "registry+https://github.com/rust-lang/crates.io-index"
14518checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
14519dependencies = [
14520 "log",
14521 "once_cell",
14522 "tracing-core",
14523]
14524
14525[[package]]
14526name = "tracing-serde"
14527version = "0.2.0"
14528source = "registry+https://github.com/rust-lang/crates.io-index"
14529checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
14530dependencies = [
14531 "serde",
14532 "tracing-core",
14533]
14534
14535[[package]]
14536name = "tracing-subscriber"
14537version = "0.3.19"
14538source = "registry+https://github.com/rust-lang/crates.io-index"
14539checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
14540dependencies = [
14541 "matchers",
14542 "nu-ansi-term",
14543 "once_cell",
14544 "regex",
14545 "serde",
14546 "serde_json",
14547 "sharded-slab",
14548 "smallvec",
14549 "thread_local",
14550 "tracing",
14551 "tracing-core",
14552 "tracing-log",
14553 "tracing-serde",
14554]
14555
14556[[package]]
14557name = "trait-variant"
14558version = "0.1.2"
14559source = "registry+https://github.com/rust-lang/crates.io-index"
14560checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
14561dependencies = [
14562 "proc-macro2",
14563 "quote",
14564 "syn 2.0.100",
14565]
14566
14567[[package]]
14568name = "tree-sitter"
14569version = "0.25.3"
14570source = "registry+https://github.com/rust-lang/crates.io-index"
14571checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
14572dependencies = [
14573 "cc",
14574 "regex",
14575 "regex-syntax 0.8.5",
14576 "serde_json",
14577 "streaming-iterator",
14578 "tree-sitter-language",
14579 "wasmtime-c-api-impl",
14580]
14581
14582[[package]]
14583name = "tree-sitter-bash"
14584version = "0.23.3"
14585source = "registry+https://github.com/rust-lang/crates.io-index"
14586checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
14587dependencies = [
14588 "cc",
14589 "tree-sitter-language",
14590]
14591
14592[[package]]
14593name = "tree-sitter-c"
14594version = "0.23.4"
14595source = "registry+https://github.com/rust-lang/crates.io-index"
14596checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
14597dependencies = [
14598 "cc",
14599 "tree-sitter-language",
14600]
14601
14602[[package]]
14603name = "tree-sitter-cpp"
14604version = "0.23.4"
14605source = "registry+https://github.com/rust-lang/crates.io-index"
14606checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
14607dependencies = [
14608 "cc",
14609 "tree-sitter-language",
14610]
14611
14612[[package]]
14613name = "tree-sitter-css"
14614version = "0.23.2"
14615source = "registry+https://github.com/rust-lang/crates.io-index"
14616checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
14617dependencies = [
14618 "cc",
14619 "tree-sitter-language",
14620]
14621
14622[[package]]
14623name = "tree-sitter-diff"
14624version = "0.1.0"
14625source = "registry+https://github.com/rust-lang/crates.io-index"
14626checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
14627dependencies = [
14628 "cc",
14629 "tree-sitter-language",
14630]
14631
14632[[package]]
14633name = "tree-sitter-elixir"
14634version = "0.3.4"
14635source = "registry+https://github.com/rust-lang/crates.io-index"
14636checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
14637dependencies = [
14638 "cc",
14639 "tree-sitter-language",
14640]
14641
14642[[package]]
14643name = "tree-sitter-embedded-template"
14644version = "0.23.2"
14645source = "registry+https://github.com/rust-lang/crates.io-index"
14646checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
14647dependencies = [
14648 "cc",
14649 "tree-sitter-language",
14650]
14651
14652[[package]]
14653name = "tree-sitter-gitcommit"
14654version = "0.0.1"
14655source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
14656dependencies = [
14657 "cc",
14658 "tree-sitter-language",
14659]
14660
14661[[package]]
14662name = "tree-sitter-go"
14663version = "0.23.4"
14664source = "registry+https://github.com/rust-lang/crates.io-index"
14665checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
14666dependencies = [
14667 "cc",
14668 "tree-sitter-language",
14669]
14670
14671[[package]]
14672name = "tree-sitter-gomod"
14673version = "1.1.1"
14674source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
14675dependencies = [
14676 "cc",
14677 "tree-sitter-language",
14678]
14679
14680[[package]]
14681name = "tree-sitter-gowork"
14682version = "0.0.1"
14683source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
14684dependencies = [
14685 "cc",
14686 "tree-sitter-language",
14687]
14688
14689[[package]]
14690name = "tree-sitter-heex"
14691version = "0.0.1"
14692source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
14693dependencies = [
14694 "cc",
14695 "tree-sitter-language",
14696]
14697
14698[[package]]
14699name = "tree-sitter-html"
14700version = "0.23.2"
14701source = "registry+https://github.com/rust-lang/crates.io-index"
14702checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
14703dependencies = [
14704 "cc",
14705 "tree-sitter-language",
14706]
14707
14708[[package]]
14709name = "tree-sitter-jsdoc"
14710version = "0.23.2"
14711source = "registry+https://github.com/rust-lang/crates.io-index"
14712checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
14713dependencies = [
14714 "cc",
14715 "tree-sitter-language",
14716]
14717
14718[[package]]
14719name = "tree-sitter-json"
14720version = "0.24.8"
14721source = "registry+https://github.com/rust-lang/crates.io-index"
14722checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
14723dependencies = [
14724 "cc",
14725 "tree-sitter-language",
14726]
14727
14728[[package]]
14729name = "tree-sitter-language"
14730version = "0.1.3"
14731source = "registry+https://github.com/rust-lang/crates.io-index"
14732checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
14733
14734[[package]]
14735name = "tree-sitter-md"
14736version = "0.3.2"
14737source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
14738dependencies = [
14739 "cc",
14740 "tree-sitter-language",
14741]
14742
14743[[package]]
14744name = "tree-sitter-python"
14745version = "0.23.6"
14746source = "registry+https://github.com/rust-lang/crates.io-index"
14747checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
14748dependencies = [
14749 "cc",
14750 "tree-sitter-language",
14751]
14752
14753[[package]]
14754name = "tree-sitter-regex"
14755version = "0.24.3"
14756source = "registry+https://github.com/rust-lang/crates.io-index"
14757checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
14758dependencies = [
14759 "cc",
14760 "tree-sitter-language",
14761]
14762
14763[[package]]
14764name = "tree-sitter-ruby"
14765version = "0.23.1"
14766source = "registry+https://github.com/rust-lang/crates.io-index"
14767checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
14768dependencies = [
14769 "cc",
14770 "tree-sitter-language",
14771]
14772
14773[[package]]
14774name = "tree-sitter-rust"
14775version = "0.23.2"
14776source = "registry+https://github.com/rust-lang/crates.io-index"
14777checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
14778dependencies = [
14779 "cc",
14780 "tree-sitter-language",
14781]
14782
14783[[package]]
14784name = "tree-sitter-typescript"
14785version = "0.23.2"
14786source = "registry+https://github.com/rust-lang/crates.io-index"
14787checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
14788dependencies = [
14789 "cc",
14790 "tree-sitter-language",
14791]
14792
14793[[package]]
14794name = "tree-sitter-yaml"
14795version = "0.6.1"
14796source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
14797dependencies = [
14798 "cc",
14799 "tree-sitter-language",
14800]
14801
14802[[package]]
14803name = "try-lock"
14804version = "0.2.5"
14805source = "registry+https://github.com/rust-lang/crates.io-index"
14806checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
14807
14808[[package]]
14809name = "ttf-parser"
14810version = "0.20.0"
14811source = "registry+https://github.com/rust-lang/crates.io-index"
14812checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
14813
14814[[package]]
14815name = "ttf-parser"
14816version = "0.21.1"
14817source = "registry+https://github.com/rust-lang/crates.io-index"
14818checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
14819
14820[[package]]
14821name = "ttf-parser"
14822version = "0.25.1"
14823source = "registry+https://github.com/rust-lang/crates.io-index"
14824checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
14825dependencies = [
14826 "core_maths",
14827]
14828
14829[[package]]
14830name = "tungstenite"
14831version = "0.20.1"
14832source = "registry+https://github.com/rust-lang/crates.io-index"
14833checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
14834dependencies = [
14835 "byteorder",
14836 "bytes 1.10.1",
14837 "data-encoding",
14838 "http 0.2.12",
14839 "httparse",
14840 "log",
14841 "rand 0.8.5",
14842 "rustls 0.21.12",
14843 "sha1",
14844 "thiserror 1.0.69",
14845 "url",
14846 "utf-8",
14847]
14848
14849[[package]]
14850name = "tungstenite"
14851version = "0.21.0"
14852source = "registry+https://github.com/rust-lang/crates.io-index"
14853checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
14854dependencies = [
14855 "byteorder",
14856 "bytes 1.10.1",
14857 "data-encoding",
14858 "http 1.2.0",
14859 "httparse",
14860 "log",
14861 "rand 0.8.5",
14862 "sha1",
14863 "thiserror 1.0.69",
14864 "url",
14865 "utf-8",
14866]
14867
14868[[package]]
14869name = "tungstenite"
14870version = "0.24.0"
14871source = "registry+https://github.com/rust-lang/crates.io-index"
14872checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
14873dependencies = [
14874 "byteorder",
14875 "bytes 1.10.1",
14876 "data-encoding",
14877 "http 1.2.0",
14878 "httparse",
14879 "log",
14880 "rand 0.8.5",
14881 "sha1",
14882 "thiserror 1.0.69",
14883 "utf-8",
14884]
14885
14886[[package]]
14887name = "typeid"
14888version = "1.0.2"
14889source = "registry+https://github.com/rust-lang/crates.io-index"
14890checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
14891
14892[[package]]
14893name = "typenum"
14894version = "1.17.0"
14895source = "registry+https://github.com/rust-lang/crates.io-index"
14896checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
14897
14898[[package]]
14899name = "ucd-trie"
14900version = "0.1.7"
14901source = "registry+https://github.com/rust-lang/crates.io-index"
14902checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
14903
14904[[package]]
14905name = "uds_windows"
14906version = "1.1.0"
14907source = "registry+https://github.com/rust-lang/crates.io-index"
14908checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
14909dependencies = [
14910 "memoffset",
14911 "tempfile",
14912 "winapi",
14913]
14914
14915[[package]]
14916name = "ui"
14917version = "0.1.0"
14918dependencies = [
14919 "chrono",
14920 "component",
14921 "gpui",
14922 "icons",
14923 "itertools 0.14.0",
14924 "linkme",
14925 "menu",
14926 "serde",
14927 "settings",
14928 "smallvec",
14929 "story",
14930 "strum",
14931 "theme",
14932 "ui_macros",
14933 "util",
14934 "windows 0.61.1",
14935]
14936
14937[[package]]
14938name = "ui_input"
14939version = "0.1.0"
14940dependencies = [
14941 "editor",
14942 "gpui",
14943 "settings",
14944 "theme",
14945 "ui",
14946]
14947
14948[[package]]
14949name = "ui_macros"
14950version = "0.1.0"
14951dependencies = [
14952 "convert_case 0.8.0",
14953 "linkme",
14954 "proc-macro2",
14955 "quote",
14956 "syn 1.0.109",
14957]
14958
14959[[package]]
14960name = "ui_prompt"
14961version = "0.1.0"
14962dependencies = [
14963 "gpui",
14964 "markdown",
14965 "menu",
14966 "settings",
14967 "theme",
14968 "ui",
14969 "workspace",
14970]
14971
14972[[package]]
14973name = "unicase"
14974version = "2.8.1"
14975source = "registry+https://github.com/rust-lang/crates.io-index"
14976checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
14977
14978[[package]]
14979name = "unicode-bidi"
14980version = "0.3.17"
14981source = "registry+https://github.com/rust-lang/crates.io-index"
14982checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
14983
14984[[package]]
14985name = "unicode-bidi-mirroring"
14986version = "0.2.0"
14987source = "registry+https://github.com/rust-lang/crates.io-index"
14988checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
14989
14990[[package]]
14991name = "unicode-bidi-mirroring"
14992version = "0.4.0"
14993source = "registry+https://github.com/rust-lang/crates.io-index"
14994checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
14995
14996[[package]]
14997name = "unicode-ccc"
14998version = "0.2.0"
14999source = "registry+https://github.com/rust-lang/crates.io-index"
15000checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
15001
15002[[package]]
15003name = "unicode-ccc"
15004version = "0.4.0"
15005source = "registry+https://github.com/rust-lang/crates.io-index"
15006checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
15007
15008[[package]]
15009name = "unicode-ident"
15010version = "1.0.14"
15011source = "registry+https://github.com/rust-lang/crates.io-index"
15012checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
15013
15014[[package]]
15015name = "unicode-linebreak"
15016version = "0.1.5"
15017source = "registry+https://github.com/rust-lang/crates.io-index"
15018checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
15019
15020[[package]]
15021name = "unicode-normalization"
15022version = "0.1.24"
15023source = "registry+https://github.com/rust-lang/crates.io-index"
15024checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
15025dependencies = [
15026 "tinyvec",
15027]
15028
15029[[package]]
15030name = "unicode-properties"
15031version = "0.1.3"
15032source = "registry+https://github.com/rust-lang/crates.io-index"
15033checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
15034
15035[[package]]
15036name = "unicode-script"
15037version = "0.5.7"
15038source = "registry+https://github.com/rust-lang/crates.io-index"
15039checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
15040
15041[[package]]
15042name = "unicode-segmentation"
15043version = "1.12.0"
15044source = "registry+https://github.com/rust-lang/crates.io-index"
15045checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
15046
15047[[package]]
15048name = "unicode-vo"
15049version = "0.1.0"
15050source = "registry+https://github.com/rust-lang/crates.io-index"
15051checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
15052
15053[[package]]
15054name = "unicode-width"
15055version = "0.1.14"
15056source = "registry+https://github.com/rust-lang/crates.io-index"
15057checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
15058
15059[[package]]
15060name = "unicode-xid"
15061version = "0.2.6"
15062source = "registry+https://github.com/rust-lang/crates.io-index"
15063checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
15064
15065[[package]]
15066name = "unicode_categories"
15067version = "0.1.1"
15068source = "registry+https://github.com/rust-lang/crates.io-index"
15069checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
15070
15071[[package]]
15072name = "unindent"
15073version = "0.2.4"
15074source = "registry+https://github.com/rust-lang/crates.io-index"
15075checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
15076
15077[[package]]
15078name = "untrusted"
15079version = "0.9.0"
15080source = "registry+https://github.com/rust-lang/crates.io-index"
15081checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
15082
15083[[package]]
15084name = "url"
15085version = "2.5.4"
15086source = "registry+https://github.com/rust-lang/crates.io-index"
15087checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
15088dependencies = [
15089 "form_urlencoded",
15090 "idna",
15091 "percent-encoding",
15092 "serde",
15093]
15094
15095[[package]]
15096name = "urlencoding"
15097version = "2.1.3"
15098source = "registry+https://github.com/rust-lang/crates.io-index"
15099checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
15100
15101[[package]]
15102name = "usvg"
15103version = "0.45.0"
15104source = "registry+https://github.com/rust-lang/crates.io-index"
15105checksum = "2ac8e0e3e4696253dc06167990b3fe9a2668ab66270adf949a464db4088cb354"
15106dependencies = [
15107 "base64 0.22.1",
15108 "data-url",
15109 "flate2",
15110 "fontdb 0.23.0",
15111 "imagesize",
15112 "kurbo",
15113 "log",
15114 "pico-args",
15115 "roxmltree",
15116 "rustybuzz 0.20.1",
15117 "simplecss",
15118 "siphasher 1.0.1",
15119 "strict-num",
15120 "svgtypes",
15121 "tiny-skia-path",
15122 "unicode-bidi",
15123 "unicode-script",
15124 "unicode-vo",
15125 "xmlwriter",
15126]
15127
15128[[package]]
15129name = "utf-8"
15130version = "0.7.6"
15131source = "registry+https://github.com/rust-lang/crates.io-index"
15132checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
15133
15134[[package]]
15135name = "utf16_iter"
15136version = "1.0.5"
15137source = "registry+https://github.com/rust-lang/crates.io-index"
15138checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
15139
15140[[package]]
15141name = "utf8_iter"
15142version = "1.0.4"
15143source = "registry+https://github.com/rust-lang/crates.io-index"
15144checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
15145
15146[[package]]
15147name = "utf8parse"
15148version = "0.2.2"
15149source = "registry+https://github.com/rust-lang/crates.io-index"
15150checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
15151
15152[[package]]
15153name = "util"
15154version = "0.1.0"
15155dependencies = [
15156 "anyhow",
15157 "async-fs",
15158 "collections",
15159 "dirs 4.0.0",
15160 "dunce",
15161 "futures 0.3.31",
15162 "futures-lite 1.13.0",
15163 "git2",
15164 "globset",
15165 "itertools 0.14.0",
15166 "libc",
15167 "log",
15168 "rand 0.8.5",
15169 "regex",
15170 "rust-embed",
15171 "serde",
15172 "serde_json",
15173 "smol",
15174 "take-until",
15175 "tempfile",
15176 "tendril",
15177 "unicase",
15178 "util_macros",
15179]
15180
15181[[package]]
15182name = "util_macros"
15183version = "0.1.0"
15184dependencies = [
15185 "quote",
15186 "syn 1.0.109",
15187]
15188
15189[[package]]
15190name = "uuid"
15191version = "1.13.2"
15192source = "registry+https://github.com/rust-lang/crates.io-index"
15193checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6"
15194dependencies = [
15195 "getrandom 0.3.1",
15196 "serde",
15197 "sha1_smol",
15198]
15199
15200[[package]]
15201name = "v_frame"
15202version = "0.3.8"
15203source = "registry+https://github.com/rust-lang/crates.io-index"
15204checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
15205dependencies = [
15206 "aligned-vec",
15207 "num-traits",
15208 "wasm-bindgen",
15209]
15210
15211[[package]]
15212name = "valuable"
15213version = "0.1.0"
15214source = "registry+https://github.com/rust-lang/crates.io-index"
15215checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
15216
15217[[package]]
15218name = "value-bag"
15219version = "1.10.0"
15220source = "registry+https://github.com/rust-lang/crates.io-index"
15221checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
15222dependencies = [
15223 "value-bag-serde1",
15224 "value-bag-sval2",
15225]
15226
15227[[package]]
15228name = "value-bag-serde1"
15229version = "1.10.0"
15230source = "registry+https://github.com/rust-lang/crates.io-index"
15231checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
15232dependencies = [
15233 "erased-serde",
15234 "serde",
15235 "serde_fmt",
15236]
15237
15238[[package]]
15239name = "value-bag-sval2"
15240version = "1.10.0"
15241source = "registry+https://github.com/rust-lang/crates.io-index"
15242checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
15243dependencies = [
15244 "sval",
15245 "sval_buffer",
15246 "sval_dynamic",
15247 "sval_fmt",
15248 "sval_json",
15249 "sval_ref",
15250 "sval_serde",
15251]
15252
15253[[package]]
15254name = "vcpkg"
15255version = "0.2.15"
15256source = "registry+https://github.com/rust-lang/crates.io-index"
15257checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
15258
15259[[package]]
15260name = "version-compare"
15261version = "0.2.0"
15262source = "registry+https://github.com/rust-lang/crates.io-index"
15263checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
15264
15265[[package]]
15266name = "version_check"
15267version = "0.9.5"
15268source = "registry+https://github.com/rust-lang/crates.io-index"
15269checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
15270
15271[[package]]
15272name = "vim"
15273version = "0.1.0"
15274dependencies = [
15275 "anyhow",
15276 "assets",
15277 "async-compat",
15278 "async-trait",
15279 "collections",
15280 "command_palette",
15281 "command_palette_hooks",
15282 "db",
15283 "editor",
15284 "futures 0.3.31",
15285 "git_ui",
15286 "gpui",
15287 "indoc",
15288 "itertools 0.14.0",
15289 "language",
15290 "libc",
15291 "log",
15292 "lsp",
15293 "multi_buffer",
15294 "nvim-rs",
15295 "parking_lot",
15296 "picker",
15297 "project",
15298 "project_panel",
15299 "regex",
15300 "release_channel",
15301 "schemars",
15302 "search",
15303 "serde",
15304 "serde_derive",
15305 "serde_json",
15306 "settings",
15307 "task",
15308 "text",
15309 "theme",
15310 "tokio",
15311 "ui",
15312 "util",
15313 "vim_mode_setting",
15314 "workspace",
15315 "zed_actions",
15316]
15317
15318[[package]]
15319name = "vim_mode_setting"
15320version = "0.1.0"
15321dependencies = [
15322 "anyhow",
15323 "gpui",
15324 "settings",
15325]
15326
15327[[package]]
15328name = "vscode_theme"
15329version = "0.2.0"
15330source = "registry+https://github.com/rust-lang/crates.io-index"
15331checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
15332dependencies = [
15333 "serde",
15334]
15335
15336[[package]]
15337name = "vsimd"
15338version = "0.8.0"
15339source = "registry+https://github.com/rust-lang/crates.io-index"
15340checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
15341
15342[[package]]
15343name = "vswhom"
15344version = "0.1.0"
15345source = "registry+https://github.com/rust-lang/crates.io-index"
15346checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
15347dependencies = [
15348 "libc",
15349 "vswhom-sys",
15350]
15351
15352[[package]]
15353name = "vswhom-sys"
15354version = "0.1.2"
15355source = "registry+https://github.com/rust-lang/crates.io-index"
15356checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
15357dependencies = [
15358 "cc",
15359 "libc",
15360]
15361
15362[[package]]
15363name = "vte"
15364version = "0.15.0"
15365source = "registry+https://github.com/rust-lang/crates.io-index"
15366checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
15367dependencies = [
15368 "arrayvec",
15369 "bitflags 2.9.0",
15370 "cursor-icon",
15371 "log",
15372 "memchr",
15373 "serde",
15374]
15375
15376[[package]]
15377name = "waker-fn"
15378version = "1.2.0"
15379source = "registry+https://github.com/rust-lang/crates.io-index"
15380checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
15381
15382[[package]]
15383name = "walkdir"
15384version = "2.5.0"
15385source = "registry+https://github.com/rust-lang/crates.io-index"
15386checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
15387dependencies = [
15388 "same-file",
15389 "winapi-util",
15390]
15391
15392[[package]]
15393name = "want"
15394version = "0.3.1"
15395source = "registry+https://github.com/rust-lang/crates.io-index"
15396checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
15397dependencies = [
15398 "try-lock",
15399]
15400
15401[[package]]
15402name = "warp"
15403version = "0.3.7"
15404source = "registry+https://github.com/rust-lang/crates.io-index"
15405checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
15406dependencies = [
15407 "bytes 1.10.1",
15408 "futures-channel",
15409 "futures-util",
15410 "headers",
15411 "http 0.2.12",
15412 "hyper 0.14.32",
15413 "log",
15414 "mime",
15415 "mime_guess",
15416 "percent-encoding",
15417 "pin-project",
15418 "scoped-tls",
15419 "serde",
15420 "serde_json",
15421 "serde_urlencoded",
15422 "tokio",
15423 "tokio-tungstenite 0.21.0",
15424 "tokio-util",
15425 "tower-service",
15426 "tracing",
15427]
15428
15429[[package]]
15430name = "wasi"
15431version = "0.9.0+wasi-snapshot-preview1"
15432source = "registry+https://github.com/rust-lang/crates.io-index"
15433checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
15434
15435[[package]]
15436name = "wasi"
15437version = "0.11.0+wasi-snapshot-preview1"
15438source = "registry+https://github.com/rust-lang/crates.io-index"
15439checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
15440
15441[[package]]
15442name = "wasi"
15443version = "0.13.3+wasi-0.2.2"
15444source = "registry+https://github.com/rust-lang/crates.io-index"
15445checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
15446dependencies = [
15447 "wit-bindgen-rt 0.33.0",
15448]
15449
15450[[package]]
15451name = "wasite"
15452version = "0.1.0"
15453source = "registry+https://github.com/rust-lang/crates.io-index"
15454checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
15455
15456[[package]]
15457name = "wasm-bindgen"
15458version = "0.2.99"
15459source = "registry+https://github.com/rust-lang/crates.io-index"
15460checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
15461dependencies = [
15462 "cfg-if",
15463 "once_cell",
15464 "wasm-bindgen-macro",
15465]
15466
15467[[package]]
15468name = "wasm-bindgen-backend"
15469version = "0.2.99"
15470source = "registry+https://github.com/rust-lang/crates.io-index"
15471checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
15472dependencies = [
15473 "bumpalo",
15474 "log",
15475 "proc-macro2",
15476 "quote",
15477 "syn 2.0.100",
15478 "wasm-bindgen-shared",
15479]
15480
15481[[package]]
15482name = "wasm-bindgen-futures"
15483version = "0.4.49"
15484source = "registry+https://github.com/rust-lang/crates.io-index"
15485checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
15486dependencies = [
15487 "cfg-if",
15488 "js-sys",
15489 "once_cell",
15490 "wasm-bindgen",
15491 "web-sys",
15492]
15493
15494[[package]]
15495name = "wasm-bindgen-macro"
15496version = "0.2.99"
15497source = "registry+https://github.com/rust-lang/crates.io-index"
15498checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
15499dependencies = [
15500 "quote",
15501 "wasm-bindgen-macro-support",
15502]
15503
15504[[package]]
15505name = "wasm-bindgen-macro-support"
15506version = "0.2.99"
15507source = "registry+https://github.com/rust-lang/crates.io-index"
15508checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
15509dependencies = [
15510 "proc-macro2",
15511 "quote",
15512 "syn 2.0.100",
15513 "wasm-bindgen-backend",
15514 "wasm-bindgen-shared",
15515]
15516
15517[[package]]
15518name = "wasm-bindgen-shared"
15519version = "0.2.99"
15520source = "registry+https://github.com/rust-lang/crates.io-index"
15521checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
15522
15523[[package]]
15524name = "wasm-encoder"
15525version = "0.201.0"
15526source = "registry+https://github.com/rust-lang/crates.io-index"
15527checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
15528dependencies = [
15529 "leb128",
15530]
15531
15532[[package]]
15533name = "wasm-encoder"
15534version = "0.221.3"
15535source = "registry+https://github.com/rust-lang/crates.io-index"
15536checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
15537dependencies = [
15538 "leb128",
15539 "wasmparser 0.221.3",
15540]
15541
15542[[package]]
15543name = "wasm-metadata"
15544version = "0.201.0"
15545source = "registry+https://github.com/rust-lang/crates.io-index"
15546checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
15547dependencies = [
15548 "anyhow",
15549 "indexmap",
15550 "serde",
15551 "serde_derive",
15552 "serde_json",
15553 "spdx",
15554 "wasm-encoder 0.201.0",
15555 "wasmparser 0.201.0",
15556]
15557
15558[[package]]
15559name = "wasm-metadata"
15560version = "0.221.3"
15561source = "registry+https://github.com/rust-lang/crates.io-index"
15562checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
15563dependencies = [
15564 "anyhow",
15565 "indexmap",
15566 "serde",
15567 "serde_derive",
15568 "serde_json",
15569 "spdx",
15570 "wasm-encoder 0.221.3",
15571 "wasmparser 0.221.3",
15572]
15573
15574[[package]]
15575name = "wasm-streams"
15576version = "0.4.2"
15577source = "registry+https://github.com/rust-lang/crates.io-index"
15578checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
15579dependencies = [
15580 "futures-util",
15581 "js-sys",
15582 "wasm-bindgen",
15583 "wasm-bindgen-futures",
15584 "web-sys",
15585]
15586
15587[[package]]
15588name = "wasmparser"
15589version = "0.201.0"
15590source = "registry+https://github.com/rust-lang/crates.io-index"
15591checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
15592dependencies = [
15593 "bitflags 2.9.0",
15594 "indexmap",
15595 "semver",
15596]
15597
15598[[package]]
15599name = "wasmparser"
15600version = "0.221.3"
15601source = "registry+https://github.com/rust-lang/crates.io-index"
15602checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
15603dependencies = [
15604 "bitflags 2.9.0",
15605 "hashbrown 0.15.2",
15606 "indexmap",
15607 "semver",
15608 "serde",
15609]
15610
15611[[package]]
15612name = "wasmprinter"
15613version = "0.221.3"
15614source = "registry+https://github.com/rust-lang/crates.io-index"
15615checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
15616dependencies = [
15617 "anyhow",
15618 "termcolor",
15619 "wasmparser 0.221.3",
15620]
15621
15622[[package]]
15623name = "wasmtime"
15624version = "29.0.1"
15625source = "registry+https://github.com/rust-lang/crates.io-index"
15626checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
15627dependencies = [
15628 "anyhow",
15629 "async-trait",
15630 "bitflags 2.9.0",
15631 "bumpalo",
15632 "cc",
15633 "cfg-if",
15634 "encoding_rs",
15635 "hashbrown 0.14.5",
15636 "indexmap",
15637 "libc",
15638 "log",
15639 "mach2",
15640 "memfd",
15641 "object",
15642 "once_cell",
15643 "paste",
15644 "postcard",
15645 "psm",
15646 "pulley-interpreter",
15647 "rustix",
15648 "semver",
15649 "serde",
15650 "serde_derive",
15651 "smallvec",
15652 "sptr",
15653 "target-lexicon 0.13.2",
15654 "trait-variant",
15655 "wasmparser 0.221.3",
15656 "wasmtime-asm-macros",
15657 "wasmtime-component-macro",
15658 "wasmtime-component-util",
15659 "wasmtime-cranelift",
15660 "wasmtime-environ",
15661 "wasmtime-fiber",
15662 "wasmtime-jit-icache-coherence",
15663 "wasmtime-math",
15664 "wasmtime-slab",
15665 "wasmtime-versioned-export-macros",
15666 "wasmtime-winch",
15667 "windows-sys 0.59.0",
15668]
15669
15670[[package]]
15671name = "wasmtime-asm-macros"
15672version = "29.0.1"
15673source = "registry+https://github.com/rust-lang/crates.io-index"
15674checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
15675dependencies = [
15676 "cfg-if",
15677]
15678
15679[[package]]
15680name = "wasmtime-c-api-impl"
15681version = "29.0.1"
15682source = "registry+https://github.com/rust-lang/crates.io-index"
15683checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
15684dependencies = [
15685 "anyhow",
15686 "log",
15687 "tracing",
15688 "wasmtime",
15689 "wasmtime-c-api-macros",
15690]
15691
15692[[package]]
15693name = "wasmtime-c-api-macros"
15694version = "29.0.1"
15695source = "registry+https://github.com/rust-lang/crates.io-index"
15696checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
15697dependencies = [
15698 "proc-macro2",
15699 "quote",
15700]
15701
15702[[package]]
15703name = "wasmtime-component-macro"
15704version = "29.0.1"
15705source = "registry+https://github.com/rust-lang/crates.io-index"
15706checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
15707dependencies = [
15708 "anyhow",
15709 "proc-macro2",
15710 "quote",
15711 "syn 2.0.100",
15712 "wasmtime-component-util",
15713 "wasmtime-wit-bindgen",
15714 "wit-parser 0.221.3",
15715]
15716
15717[[package]]
15718name = "wasmtime-component-util"
15719version = "29.0.1"
15720source = "registry+https://github.com/rust-lang/crates.io-index"
15721checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
15722
15723[[package]]
15724name = "wasmtime-cranelift"
15725version = "29.0.1"
15726source = "registry+https://github.com/rust-lang/crates.io-index"
15727checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
15728dependencies = [
15729 "anyhow",
15730 "cfg-if",
15731 "cranelift-codegen",
15732 "cranelift-control",
15733 "cranelift-entity",
15734 "cranelift-frontend",
15735 "cranelift-native",
15736 "gimli",
15737 "itertools 0.12.1",
15738 "log",
15739 "object",
15740 "smallvec",
15741 "target-lexicon 0.13.2",
15742 "thiserror 1.0.69",
15743 "wasmparser 0.221.3",
15744 "wasmtime-environ",
15745 "wasmtime-versioned-export-macros",
15746]
15747
15748[[package]]
15749name = "wasmtime-environ"
15750version = "29.0.1"
15751source = "registry+https://github.com/rust-lang/crates.io-index"
15752checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
15753dependencies = [
15754 "anyhow",
15755 "cpp_demangle",
15756 "cranelift-bitset",
15757 "cranelift-entity",
15758 "gimli",
15759 "indexmap",
15760 "log",
15761 "object",
15762 "postcard",
15763 "rustc-demangle",
15764 "semver",
15765 "serde",
15766 "serde_derive",
15767 "smallvec",
15768 "target-lexicon 0.13.2",
15769 "wasm-encoder 0.221.3",
15770 "wasmparser 0.221.3",
15771 "wasmprinter",
15772 "wasmtime-component-util",
15773]
15774
15775[[package]]
15776name = "wasmtime-fiber"
15777version = "29.0.1"
15778source = "registry+https://github.com/rust-lang/crates.io-index"
15779checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
15780dependencies = [
15781 "anyhow",
15782 "cc",
15783 "cfg-if",
15784 "rustix",
15785 "wasmtime-asm-macros",
15786 "wasmtime-versioned-export-macros",
15787 "windows-sys 0.59.0",
15788]
15789
15790[[package]]
15791name = "wasmtime-jit-icache-coherence"
15792version = "29.0.1"
15793source = "registry+https://github.com/rust-lang/crates.io-index"
15794checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
15795dependencies = [
15796 "anyhow",
15797 "cfg-if",
15798 "libc",
15799 "windows-sys 0.59.0",
15800]
15801
15802[[package]]
15803name = "wasmtime-math"
15804version = "29.0.1"
15805source = "registry+https://github.com/rust-lang/crates.io-index"
15806checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
15807dependencies = [
15808 "libm",
15809]
15810
15811[[package]]
15812name = "wasmtime-slab"
15813version = "29.0.1"
15814source = "registry+https://github.com/rust-lang/crates.io-index"
15815checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
15816
15817[[package]]
15818name = "wasmtime-versioned-export-macros"
15819version = "29.0.1"
15820source = "registry+https://github.com/rust-lang/crates.io-index"
15821checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
15822dependencies = [
15823 "proc-macro2",
15824 "quote",
15825 "syn 2.0.100",
15826]
15827
15828[[package]]
15829name = "wasmtime-wasi"
15830version = "29.0.1"
15831source = "registry+https://github.com/rust-lang/crates.io-index"
15832checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
15833dependencies = [
15834 "anyhow",
15835 "async-trait",
15836 "bitflags 2.9.0",
15837 "bytes 1.10.1",
15838 "cap-fs-ext",
15839 "cap-net-ext",
15840 "cap-rand",
15841 "cap-std",
15842 "cap-time-ext",
15843 "fs-set-times",
15844 "futures 0.3.31",
15845 "io-extras",
15846 "io-lifetimes",
15847 "rustix",
15848 "system-interface",
15849 "thiserror 1.0.69",
15850 "tokio",
15851 "tracing",
15852 "trait-variant",
15853 "url",
15854 "wasmtime",
15855 "wiggle",
15856 "windows-sys 0.59.0",
15857]
15858
15859[[package]]
15860name = "wasmtime-winch"
15861version = "29.0.1"
15862source = "registry+https://github.com/rust-lang/crates.io-index"
15863checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
15864dependencies = [
15865 "anyhow",
15866 "cranelift-codegen",
15867 "gimli",
15868 "object",
15869 "target-lexicon 0.13.2",
15870 "wasmparser 0.221.3",
15871 "wasmtime-cranelift",
15872 "wasmtime-environ",
15873 "winch-codegen",
15874]
15875
15876[[package]]
15877name = "wasmtime-wit-bindgen"
15878version = "29.0.1"
15879source = "registry+https://github.com/rust-lang/crates.io-index"
15880checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
15881dependencies = [
15882 "anyhow",
15883 "heck 0.5.0",
15884 "indexmap",
15885 "wit-parser 0.221.3",
15886]
15887
15888[[package]]
15889name = "wast"
15890version = "35.0.2"
15891source = "registry+https://github.com/rust-lang/crates.io-index"
15892checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
15893dependencies = [
15894 "leb128",
15895]
15896
15897[[package]]
15898name = "wayland-backend"
15899version = "0.3.8"
15900source = "registry+https://github.com/rust-lang/crates.io-index"
15901checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
15902dependencies = [
15903 "cc",
15904 "downcast-rs",
15905 "rustix",
15906 "scoped-tls",
15907 "smallvec",
15908 "wayland-sys",
15909]
15910
15911[[package]]
15912name = "wayland-client"
15913version = "0.31.8"
15914source = "registry+https://github.com/rust-lang/crates.io-index"
15915checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
15916dependencies = [
15917 "bitflags 2.9.0",
15918 "rustix",
15919 "wayland-backend",
15920 "wayland-scanner",
15921]
15922
15923[[package]]
15924name = "wayland-cursor"
15925version = "0.31.8"
15926source = "registry+https://github.com/rust-lang/crates.io-index"
15927checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
15928dependencies = [
15929 "rustix",
15930 "wayland-client",
15931 "xcursor",
15932]
15933
15934[[package]]
15935name = "wayland-protocols"
15936version = "0.31.2"
15937source = "registry+https://github.com/rust-lang/crates.io-index"
15938checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
15939dependencies = [
15940 "bitflags 2.9.0",
15941 "wayland-backend",
15942 "wayland-client",
15943 "wayland-scanner",
15944]
15945
15946[[package]]
15947name = "wayland-protocols-plasma"
15948version = "0.2.0"
15949source = "registry+https://github.com/rust-lang/crates.io-index"
15950checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
15951dependencies = [
15952 "bitflags 2.9.0",
15953 "wayland-backend",
15954 "wayland-client",
15955 "wayland-protocols",
15956 "wayland-scanner",
15957]
15958
15959[[package]]
15960name = "wayland-scanner"
15961version = "0.31.6"
15962source = "registry+https://github.com/rust-lang/crates.io-index"
15963checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
15964dependencies = [
15965 "proc-macro2",
15966 "quick-xml 0.37.2",
15967 "quote",
15968]
15969
15970[[package]]
15971name = "wayland-sys"
15972version = "0.31.6"
15973source = "registry+https://github.com/rust-lang/crates.io-index"
15974checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
15975dependencies = [
15976 "dlib",
15977 "log",
15978 "once_cell",
15979 "pkg-config",
15980]
15981
15982[[package]]
15983name = "web-sys"
15984version = "0.3.76"
15985source = "registry+https://github.com/rust-lang/crates.io-index"
15986checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
15987dependencies = [
15988 "js-sys",
15989 "wasm-bindgen",
15990]
15991
15992[[package]]
15993name = "web-time"
15994version = "1.1.0"
15995source = "registry+https://github.com/rust-lang/crates.io-index"
15996checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
15997dependencies = [
15998 "js-sys",
15999 "wasm-bindgen",
16000]
16001
16002[[package]]
16003name = "webpki-root-certs"
16004version = "0.26.8"
16005source = "registry+https://github.com/rust-lang/crates.io-index"
16006checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
16007dependencies = [
16008 "rustls-pki-types",
16009]
16010
16011[[package]]
16012name = "webpki-roots"
16013version = "0.26.7"
16014source = "registry+https://github.com/rust-lang/crates.io-index"
16015checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
16016dependencies = [
16017 "rustls-pki-types",
16018]
16019
16020[[package]]
16021name = "webrtc-sys"
16022version = "0.3.5"
16023source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
16024dependencies = [
16025 "cc",
16026 "cxx",
16027 "cxx-build",
16028 "glob",
16029 "log",
16030 "webrtc-sys-build",
16031]
16032
16033[[package]]
16034name = "webrtc-sys-build"
16035version = "0.3.5"
16036source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
16037dependencies = [
16038 "fs2",
16039 "regex",
16040 "reqwest 0.11.27",
16041 "scratch",
16042 "semver",
16043 "zip",
16044]
16045
16046[[package]]
16047name = "weezl"
16048version = "0.1.8"
16049source = "registry+https://github.com/rust-lang/crates.io-index"
16050checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
16051
16052[[package]]
16053name = "welcome"
16054version = "0.1.0"
16055dependencies = [
16056 "anyhow",
16057 "client",
16058 "db",
16059 "editor",
16060 "fuzzy",
16061 "gpui",
16062 "install_cli",
16063 "language",
16064 "picker",
16065 "project",
16066 "schemars",
16067 "serde",
16068 "settings",
16069 "telemetry",
16070 "ui",
16071 "util",
16072 "vim_mode_setting",
16073 "workspace",
16074 "zed_actions",
16075]
16076
16077[[package]]
16078name = "which"
16079version = "4.4.2"
16080source = "registry+https://github.com/rust-lang/crates.io-index"
16081checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
16082dependencies = [
16083 "either",
16084 "home",
16085 "once_cell",
16086 "rustix",
16087]
16088
16089[[package]]
16090name = "which"
16091version = "6.0.3"
16092source = "registry+https://github.com/rust-lang/crates.io-index"
16093checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
16094dependencies = [
16095 "either",
16096 "home",
16097 "rustix",
16098 "winsafe",
16099]
16100
16101[[package]]
16102name = "whoami"
16103version = "1.5.2"
16104source = "registry+https://github.com/rust-lang/crates.io-index"
16105checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
16106dependencies = [
16107 "redox_syscall 0.5.8",
16108 "wasite",
16109]
16110
16111[[package]]
16112name = "wiggle"
16113version = "29.0.1"
16114source = "registry+https://github.com/rust-lang/crates.io-index"
16115checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
16116dependencies = [
16117 "anyhow",
16118 "async-trait",
16119 "bitflags 2.9.0",
16120 "thiserror 1.0.69",
16121 "tracing",
16122 "wasmtime",
16123 "wiggle-macro",
16124]
16125
16126[[package]]
16127name = "wiggle-generate"
16128version = "29.0.1"
16129source = "registry+https://github.com/rust-lang/crates.io-index"
16130checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
16131dependencies = [
16132 "anyhow",
16133 "heck 0.5.0",
16134 "proc-macro2",
16135 "quote",
16136 "shellexpand 2.1.2",
16137 "syn 2.0.100",
16138 "witx",
16139]
16140
16141[[package]]
16142name = "wiggle-macro"
16143version = "29.0.1"
16144source = "registry+https://github.com/rust-lang/crates.io-index"
16145checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
16146dependencies = [
16147 "proc-macro2",
16148 "quote",
16149 "syn 2.0.100",
16150 "wiggle-generate",
16151]
16152
16153[[package]]
16154name = "winapi"
16155version = "0.3.9"
16156source = "registry+https://github.com/rust-lang/crates.io-index"
16157checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
16158dependencies = [
16159 "winapi-i686-pc-windows-gnu",
16160 "winapi-x86_64-pc-windows-gnu",
16161]
16162
16163[[package]]
16164name = "winapi-i686-pc-windows-gnu"
16165version = "0.4.0"
16166source = "registry+https://github.com/rust-lang/crates.io-index"
16167checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
16168
16169[[package]]
16170name = "winapi-util"
16171version = "0.1.9"
16172source = "registry+https://github.com/rust-lang/crates.io-index"
16173checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
16174dependencies = [
16175 "windows-sys 0.48.0",
16176]
16177
16178[[package]]
16179name = "winapi-x86_64-pc-windows-gnu"
16180version = "0.4.0"
16181source = "registry+https://github.com/rust-lang/crates.io-index"
16182checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
16183
16184[[package]]
16185name = "winch-codegen"
16186version = "29.0.1"
16187source = "registry+https://github.com/rust-lang/crates.io-index"
16188checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
16189dependencies = [
16190 "anyhow",
16191 "cranelift-codegen",
16192 "gimli",
16193 "regalloc2",
16194 "smallvec",
16195 "target-lexicon 0.13.2",
16196 "thiserror 1.0.69",
16197 "wasmparser 0.221.3",
16198 "wasmtime-cranelift",
16199 "wasmtime-environ",
16200]
16201
16202[[package]]
16203name = "windows"
16204version = "0.54.0"
16205source = "registry+https://github.com/rust-lang/crates.io-index"
16206checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
16207dependencies = [
16208 "windows-core 0.54.0",
16209 "windows-targets 0.52.6",
16210]
16211
16212[[package]]
16213name = "windows"
16214version = "0.57.0"
16215source = "registry+https://github.com/rust-lang/crates.io-index"
16216checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
16217dependencies = [
16218 "windows-core 0.57.0",
16219 "windows-targets 0.52.6",
16220]
16221
16222[[package]]
16223name = "windows"
16224version = "0.58.0"
16225source = "registry+https://github.com/rust-lang/crates.io-index"
16226checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
16227dependencies = [
16228 "windows-core 0.58.0",
16229 "windows-targets 0.52.6",
16230]
16231
16232[[package]]
16233name = "windows"
16234version = "0.61.1"
16235source = "registry+https://github.com/rust-lang/crates.io-index"
16236checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
16237dependencies = [
16238 "windows-collections",
16239 "windows-core 0.61.0",
16240 "windows-future",
16241 "windows-link",
16242 "windows-numerics",
16243]
16244
16245[[package]]
16246name = "windows-collections"
16247version = "0.2.0"
16248source = "registry+https://github.com/rust-lang/crates.io-index"
16249checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
16250dependencies = [
16251 "windows-core 0.61.0",
16252]
16253
16254[[package]]
16255name = "windows-core"
16256version = "0.52.0"
16257source = "registry+https://github.com/rust-lang/crates.io-index"
16258checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
16259dependencies = [
16260 "windows-targets 0.52.6",
16261]
16262
16263[[package]]
16264name = "windows-core"
16265version = "0.54.0"
16266source = "registry+https://github.com/rust-lang/crates.io-index"
16267checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
16268dependencies = [
16269 "windows-result 0.1.2",
16270 "windows-targets 0.52.6",
16271]
16272
16273[[package]]
16274name = "windows-core"
16275version = "0.57.0"
16276source = "registry+https://github.com/rust-lang/crates.io-index"
16277checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
16278dependencies = [
16279 "windows-implement 0.57.0",
16280 "windows-interface 0.57.0",
16281 "windows-result 0.1.2",
16282 "windows-targets 0.52.6",
16283]
16284
16285[[package]]
16286name = "windows-core"
16287version = "0.58.0"
16288source = "registry+https://github.com/rust-lang/crates.io-index"
16289checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
16290dependencies = [
16291 "windows-implement 0.58.0",
16292 "windows-interface 0.58.0",
16293 "windows-result 0.2.0",
16294 "windows-strings 0.1.0",
16295 "windows-targets 0.52.6",
16296]
16297
16298[[package]]
16299name = "windows-core"
16300version = "0.61.0"
16301source = "registry+https://github.com/rust-lang/crates.io-index"
16302checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
16303dependencies = [
16304 "windows-implement 0.60.0",
16305 "windows-interface 0.59.1",
16306 "windows-link",
16307 "windows-result 0.3.2",
16308 "windows-strings 0.4.0",
16309]
16310
16311[[package]]
16312name = "windows-future"
16313version = "0.2.0"
16314source = "registry+https://github.com/rust-lang/crates.io-index"
16315checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
16316dependencies = [
16317 "windows-core 0.61.0",
16318 "windows-link",
16319]
16320
16321[[package]]
16322name = "windows-implement"
16323version = "0.57.0"
16324source = "registry+https://github.com/rust-lang/crates.io-index"
16325checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
16326dependencies = [
16327 "proc-macro2",
16328 "quote",
16329 "syn 2.0.100",
16330]
16331
16332[[package]]
16333name = "windows-implement"
16334version = "0.58.0"
16335source = "registry+https://github.com/rust-lang/crates.io-index"
16336checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
16337dependencies = [
16338 "proc-macro2",
16339 "quote",
16340 "syn 2.0.100",
16341]
16342
16343[[package]]
16344name = "windows-implement"
16345version = "0.60.0"
16346source = "registry+https://github.com/rust-lang/crates.io-index"
16347checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
16348dependencies = [
16349 "proc-macro2",
16350 "quote",
16351 "syn 2.0.100",
16352]
16353
16354[[package]]
16355name = "windows-interface"
16356version = "0.57.0"
16357source = "registry+https://github.com/rust-lang/crates.io-index"
16358checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
16359dependencies = [
16360 "proc-macro2",
16361 "quote",
16362 "syn 2.0.100",
16363]
16364
16365[[package]]
16366name = "windows-interface"
16367version = "0.58.0"
16368source = "registry+https://github.com/rust-lang/crates.io-index"
16369checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
16370dependencies = [
16371 "proc-macro2",
16372 "quote",
16373 "syn 2.0.100",
16374]
16375
16376[[package]]
16377name = "windows-interface"
16378version = "0.59.1"
16379source = "registry+https://github.com/rust-lang/crates.io-index"
16380checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
16381dependencies = [
16382 "proc-macro2",
16383 "quote",
16384 "syn 2.0.100",
16385]
16386
16387[[package]]
16388name = "windows-link"
16389version = "0.1.1"
16390source = "registry+https://github.com/rust-lang/crates.io-index"
16391checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
16392
16393[[package]]
16394name = "windows-numerics"
16395version = "0.2.0"
16396source = "registry+https://github.com/rust-lang/crates.io-index"
16397checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
16398dependencies = [
16399 "windows-core 0.61.0",
16400 "windows-link",
16401]
16402
16403[[package]]
16404name = "windows-registry"
16405version = "0.2.0"
16406source = "registry+https://github.com/rust-lang/crates.io-index"
16407checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
16408dependencies = [
16409 "windows-result 0.2.0",
16410 "windows-strings 0.1.0",
16411 "windows-targets 0.52.6",
16412]
16413
16414[[package]]
16415name = "windows-result"
16416version = "0.1.2"
16417source = "registry+https://github.com/rust-lang/crates.io-index"
16418checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
16419dependencies = [
16420 "windows-targets 0.52.6",
16421]
16422
16423[[package]]
16424name = "windows-result"
16425version = "0.2.0"
16426source = "registry+https://github.com/rust-lang/crates.io-index"
16427checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
16428dependencies = [
16429 "windows-targets 0.52.6",
16430]
16431
16432[[package]]
16433name = "windows-result"
16434version = "0.3.2"
16435source = "registry+https://github.com/rust-lang/crates.io-index"
16436checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
16437dependencies = [
16438 "windows-link",
16439]
16440
16441[[package]]
16442name = "windows-strings"
16443version = "0.1.0"
16444source = "registry+https://github.com/rust-lang/crates.io-index"
16445checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
16446dependencies = [
16447 "windows-result 0.2.0",
16448 "windows-targets 0.52.6",
16449]
16450
16451[[package]]
16452name = "windows-strings"
16453version = "0.4.0"
16454source = "registry+https://github.com/rust-lang/crates.io-index"
16455checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
16456dependencies = [
16457 "windows-link",
16458]
16459
16460[[package]]
16461name = "windows-sys"
16462version = "0.45.0"
16463source = "registry+https://github.com/rust-lang/crates.io-index"
16464checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
16465dependencies = [
16466 "windows-targets 0.42.2",
16467]
16468
16469[[package]]
16470name = "windows-sys"
16471version = "0.48.0"
16472source = "registry+https://github.com/rust-lang/crates.io-index"
16473checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
16474dependencies = [
16475 "windows-targets 0.48.5",
16476]
16477
16478[[package]]
16479name = "windows-sys"
16480version = "0.52.0"
16481source = "registry+https://github.com/rust-lang/crates.io-index"
16482checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
16483dependencies = [
16484 "windows-targets 0.52.6",
16485]
16486
16487[[package]]
16488name = "windows-sys"
16489version = "0.59.0"
16490source = "registry+https://github.com/rust-lang/crates.io-index"
16491checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
16492dependencies = [
16493 "windows-targets 0.52.6",
16494]
16495
16496[[package]]
16497name = "windows-targets"
16498version = "0.42.2"
16499source = "registry+https://github.com/rust-lang/crates.io-index"
16500checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
16501dependencies = [
16502 "windows_aarch64_gnullvm 0.42.2",
16503 "windows_aarch64_msvc 0.42.2",
16504 "windows_i686_gnu 0.42.2",
16505 "windows_i686_msvc 0.42.2",
16506 "windows_x86_64_gnu 0.42.2",
16507 "windows_x86_64_gnullvm 0.42.2",
16508 "windows_x86_64_msvc 0.42.2",
16509]
16510
16511[[package]]
16512name = "windows-targets"
16513version = "0.48.5"
16514source = "registry+https://github.com/rust-lang/crates.io-index"
16515checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
16516dependencies = [
16517 "windows_aarch64_gnullvm 0.48.5",
16518 "windows_aarch64_msvc 0.48.5",
16519 "windows_i686_gnu 0.48.5",
16520 "windows_i686_msvc 0.48.5",
16521 "windows_x86_64_gnu 0.48.5",
16522 "windows_x86_64_gnullvm 0.48.5",
16523 "windows_x86_64_msvc 0.48.5",
16524]
16525
16526[[package]]
16527name = "windows-targets"
16528version = "0.52.6"
16529source = "registry+https://github.com/rust-lang/crates.io-index"
16530checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
16531dependencies = [
16532 "windows_aarch64_gnullvm 0.52.6",
16533 "windows_aarch64_msvc 0.52.6",
16534 "windows_i686_gnu 0.52.6",
16535 "windows_i686_gnullvm",
16536 "windows_i686_msvc 0.52.6",
16537 "windows_x86_64_gnu 0.52.6",
16538 "windows_x86_64_gnullvm 0.52.6",
16539 "windows_x86_64_msvc 0.52.6",
16540]
16541
16542[[package]]
16543name = "windows_aarch64_gnullvm"
16544version = "0.42.2"
16545source = "registry+https://github.com/rust-lang/crates.io-index"
16546checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
16547
16548[[package]]
16549name = "windows_aarch64_gnullvm"
16550version = "0.48.5"
16551source = "registry+https://github.com/rust-lang/crates.io-index"
16552checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
16553
16554[[package]]
16555name = "windows_aarch64_gnullvm"
16556version = "0.52.6"
16557source = "registry+https://github.com/rust-lang/crates.io-index"
16558checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
16559
16560[[package]]
16561name = "windows_aarch64_msvc"
16562version = "0.42.2"
16563source = "registry+https://github.com/rust-lang/crates.io-index"
16564checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
16565
16566[[package]]
16567name = "windows_aarch64_msvc"
16568version = "0.48.5"
16569source = "registry+https://github.com/rust-lang/crates.io-index"
16570checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
16571
16572[[package]]
16573name = "windows_aarch64_msvc"
16574version = "0.52.6"
16575source = "registry+https://github.com/rust-lang/crates.io-index"
16576checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
16577
16578[[package]]
16579name = "windows_i686_gnu"
16580version = "0.42.2"
16581source = "registry+https://github.com/rust-lang/crates.io-index"
16582checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
16583
16584[[package]]
16585name = "windows_i686_gnu"
16586version = "0.48.5"
16587source = "registry+https://github.com/rust-lang/crates.io-index"
16588checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
16589
16590[[package]]
16591name = "windows_i686_gnu"
16592version = "0.52.6"
16593source = "registry+https://github.com/rust-lang/crates.io-index"
16594checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
16595
16596[[package]]
16597name = "windows_i686_gnullvm"
16598version = "0.52.6"
16599source = "registry+https://github.com/rust-lang/crates.io-index"
16600checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
16601
16602[[package]]
16603name = "windows_i686_msvc"
16604version = "0.42.2"
16605source = "registry+https://github.com/rust-lang/crates.io-index"
16606checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
16607
16608[[package]]
16609name = "windows_i686_msvc"
16610version = "0.48.5"
16611source = "registry+https://github.com/rust-lang/crates.io-index"
16612checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
16613
16614[[package]]
16615name = "windows_i686_msvc"
16616version = "0.52.6"
16617source = "registry+https://github.com/rust-lang/crates.io-index"
16618checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
16619
16620[[package]]
16621name = "windows_x86_64_gnu"
16622version = "0.42.2"
16623source = "registry+https://github.com/rust-lang/crates.io-index"
16624checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
16625
16626[[package]]
16627name = "windows_x86_64_gnu"
16628version = "0.48.5"
16629source = "registry+https://github.com/rust-lang/crates.io-index"
16630checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
16631
16632[[package]]
16633name = "windows_x86_64_gnu"
16634version = "0.52.6"
16635source = "registry+https://github.com/rust-lang/crates.io-index"
16636checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
16637
16638[[package]]
16639name = "windows_x86_64_gnullvm"
16640version = "0.42.2"
16641source = "registry+https://github.com/rust-lang/crates.io-index"
16642checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
16643
16644[[package]]
16645name = "windows_x86_64_gnullvm"
16646version = "0.48.5"
16647source = "registry+https://github.com/rust-lang/crates.io-index"
16648checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
16649
16650[[package]]
16651name = "windows_x86_64_gnullvm"
16652version = "0.52.6"
16653source = "registry+https://github.com/rust-lang/crates.io-index"
16654checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
16655
16656[[package]]
16657name = "windows_x86_64_msvc"
16658version = "0.42.2"
16659source = "registry+https://github.com/rust-lang/crates.io-index"
16660checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
16661
16662[[package]]
16663name = "windows_x86_64_msvc"
16664version = "0.48.5"
16665source = "registry+https://github.com/rust-lang/crates.io-index"
16666checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
16667
16668[[package]]
16669name = "windows_x86_64_msvc"
16670version = "0.52.6"
16671source = "registry+https://github.com/rust-lang/crates.io-index"
16672checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
16673
16674[[package]]
16675name = "winnow"
16676version = "0.6.20"
16677source = "registry+https://github.com/rust-lang/crates.io-index"
16678checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
16679dependencies = [
16680 "memchr",
16681]
16682
16683[[package]]
16684name = "winnow"
16685version = "0.7.1"
16686source = "registry+https://github.com/rust-lang/crates.io-index"
16687checksum = "86e376c75f4f43f44db463cf729e0d3acbf954d13e22c51e26e4c264b4ab545f"
16688dependencies = [
16689 "memchr",
16690]
16691
16692[[package]]
16693name = "winreg"
16694version = "0.50.0"
16695source = "registry+https://github.com/rust-lang/crates.io-index"
16696checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
16697dependencies = [
16698 "cfg-if",
16699 "windows-sys 0.48.0",
16700]
16701
16702[[package]]
16703name = "winreg"
16704version = "0.52.0"
16705source = "registry+https://github.com/rust-lang/crates.io-index"
16706checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
16707dependencies = [
16708 "cfg-if",
16709 "windows-sys 0.48.0",
16710]
16711
16712[[package]]
16713name = "winresource"
16714version = "0.1.20"
16715source = "registry+https://github.com/rust-lang/crates.io-index"
16716checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
16717dependencies = [
16718 "toml 0.8.20",
16719 "version_check",
16720]
16721
16722[[package]]
16723name = "winsafe"
16724version = "0.0.19"
16725source = "registry+https://github.com/rust-lang/crates.io-index"
16726checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
16727
16728[[package]]
16729name = "winx"
16730version = "0.36.4"
16731source = "registry+https://github.com/rust-lang/crates.io-index"
16732checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
16733dependencies = [
16734 "bitflags 2.9.0",
16735 "windows-sys 0.59.0",
16736]
16737
16738[[package]]
16739name = "wio"
16740version = "0.2.2"
16741source = "registry+https://github.com/rust-lang/crates.io-index"
16742checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
16743dependencies = [
16744 "winapi",
16745]
16746
16747[[package]]
16748name = "wit-bindgen"
16749version = "0.22.0"
16750source = "registry+https://github.com/rust-lang/crates.io-index"
16751checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
16752dependencies = [
16753 "bitflags 2.9.0",
16754 "wit-bindgen-rt 0.22.0",
16755 "wit-bindgen-rust-macro",
16756]
16757
16758[[package]]
16759name = "wit-bindgen-core"
16760version = "0.22.0"
16761source = "registry+https://github.com/rust-lang/crates.io-index"
16762checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
16763dependencies = [
16764 "anyhow",
16765 "wit-parser 0.201.0",
16766]
16767
16768[[package]]
16769name = "wit-bindgen-rt"
16770version = "0.22.0"
16771source = "registry+https://github.com/rust-lang/crates.io-index"
16772checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
16773
16774[[package]]
16775name = "wit-bindgen-rt"
16776version = "0.33.0"
16777source = "registry+https://github.com/rust-lang/crates.io-index"
16778checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
16779dependencies = [
16780 "bitflags 2.9.0",
16781]
16782
16783[[package]]
16784name = "wit-bindgen-rust"
16785version = "0.22.0"
16786source = "registry+https://github.com/rust-lang/crates.io-index"
16787checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
16788dependencies = [
16789 "anyhow",
16790 "heck 0.4.1",
16791 "indexmap",
16792 "wasm-metadata 0.201.0",
16793 "wit-bindgen-core",
16794 "wit-component 0.201.0",
16795]
16796
16797[[package]]
16798name = "wit-bindgen-rust-macro"
16799version = "0.22.0"
16800source = "registry+https://github.com/rust-lang/crates.io-index"
16801checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
16802dependencies = [
16803 "anyhow",
16804 "proc-macro2",
16805 "quote",
16806 "syn 2.0.100",
16807 "wit-bindgen-core",
16808 "wit-bindgen-rust",
16809]
16810
16811[[package]]
16812name = "wit-component"
16813version = "0.201.0"
16814source = "registry+https://github.com/rust-lang/crates.io-index"
16815checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
16816dependencies = [
16817 "anyhow",
16818 "bitflags 2.9.0",
16819 "indexmap",
16820 "log",
16821 "serde",
16822 "serde_derive",
16823 "serde_json",
16824 "wasm-encoder 0.201.0",
16825 "wasm-metadata 0.201.0",
16826 "wasmparser 0.201.0",
16827 "wit-parser 0.201.0",
16828]
16829
16830[[package]]
16831name = "wit-component"
16832version = "0.221.3"
16833source = "registry+https://github.com/rust-lang/crates.io-index"
16834checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
16835dependencies = [
16836 "anyhow",
16837 "bitflags 2.9.0",
16838 "indexmap",
16839 "log",
16840 "serde",
16841 "serde_derive",
16842 "serde_json",
16843 "wasm-encoder 0.221.3",
16844 "wasm-metadata 0.221.3",
16845 "wasmparser 0.221.3",
16846 "wit-parser 0.221.3",
16847]
16848
16849[[package]]
16850name = "wit-parser"
16851version = "0.201.0"
16852source = "registry+https://github.com/rust-lang/crates.io-index"
16853checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
16854dependencies = [
16855 "anyhow",
16856 "id-arena",
16857 "indexmap",
16858 "log",
16859 "semver",
16860 "serde",
16861 "serde_derive",
16862 "serde_json",
16863 "unicode-xid",
16864 "wasmparser 0.201.0",
16865]
16866
16867[[package]]
16868name = "wit-parser"
16869version = "0.221.3"
16870source = "registry+https://github.com/rust-lang/crates.io-index"
16871checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
16872dependencies = [
16873 "anyhow",
16874 "id-arena",
16875 "indexmap",
16876 "log",
16877 "semver",
16878 "serde",
16879 "serde_derive",
16880 "serde_json",
16881 "unicode-xid",
16882 "wasmparser 0.221.3",
16883]
16884
16885[[package]]
16886name = "witx"
16887version = "0.9.1"
16888source = "registry+https://github.com/rust-lang/crates.io-index"
16889checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
16890dependencies = [
16891 "anyhow",
16892 "log",
16893 "thiserror 1.0.69",
16894 "wast",
16895]
16896
16897[[package]]
16898name = "workspace"
16899version = "0.1.0"
16900dependencies = [
16901 "any_vec",
16902 "anyhow",
16903 "async-recursion 1.1.1",
16904 "bincode",
16905 "call",
16906 "client",
16907 "clock",
16908 "collections",
16909 "component",
16910 "dap",
16911 "db",
16912 "derive_more",
16913 "env_logger 0.11.7",
16914 "fs",
16915 "futures 0.3.31",
16916 "gpui",
16917 "http_client",
16918 "itertools 0.14.0",
16919 "language",
16920 "log",
16921 "node_runtime",
16922 "parking_lot",
16923 "postage",
16924 "project",
16925 "remote",
16926 "schemars",
16927 "serde",
16928 "serde_json",
16929 "session",
16930 "settings",
16931 "smallvec",
16932 "sqlez",
16933 "strum",
16934 "task",
16935 "telemetry",
16936 "tempfile",
16937 "theme",
16938 "ui",
16939 "util",
16940 "uuid",
16941 "zed_actions",
16942]
16943
16944[[package]]
16945name = "worktree"
16946version = "0.1.0"
16947dependencies = [
16948 "anyhow",
16949 "clock",
16950 "collections",
16951 "env_logger 0.11.7",
16952 "fs",
16953 "futures 0.3.31",
16954 "fuzzy",
16955 "git",
16956 "git2",
16957 "git_hosting_providers",
16958 "gpui",
16959 "http_client",
16960 "ignore",
16961 "language",
16962 "log",
16963 "parking_lot",
16964 "paths",
16965 "postage",
16966 "pretty_assertions",
16967 "rand 0.8.5",
16968 "rpc",
16969 "schemars",
16970 "serde",
16971 "serde_json",
16972 "settings",
16973 "smallvec",
16974 "smol",
16975 "sum_tree",
16976 "text",
16977 "util",
16978]
16979
16980[[package]]
16981name = "write16"
16982version = "1.0.0"
16983source = "registry+https://github.com/rust-lang/crates.io-index"
16984checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
16985
16986[[package]]
16987name = "writeable"
16988version = "0.5.5"
16989source = "registry+https://github.com/rust-lang/crates.io-index"
16990checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
16991
16992[[package]]
16993name = "wyz"
16994version = "0.5.1"
16995source = "registry+https://github.com/rust-lang/crates.io-index"
16996checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
16997dependencies = [
16998 "tap",
16999]
17000
17001[[package]]
17002name = "x11-clipboard"
17003version = "0.9.3"
17004source = "registry+https://github.com/rust-lang/crates.io-index"
17005checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
17006dependencies = [
17007 "libc",
17008 "x11rb",
17009]
17010
17011[[package]]
17012name = "x11rb"
17013version = "0.13.1"
17014source = "registry+https://github.com/rust-lang/crates.io-index"
17015checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
17016dependencies = [
17017 "as-raw-xcb-connection",
17018 "gethostname",
17019 "libc",
17020 "rustix",
17021 "x11rb-protocol",
17022]
17023
17024[[package]]
17025name = "x11rb-protocol"
17026version = "0.13.1"
17027source = "registry+https://github.com/rust-lang/crates.io-index"
17028checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
17029
17030[[package]]
17031name = "xattr"
17032version = "0.2.3"
17033source = "registry+https://github.com/rust-lang/crates.io-index"
17034checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
17035dependencies = [
17036 "libc",
17037]
17038
17039[[package]]
17040name = "xcursor"
17041version = "0.3.8"
17042source = "registry+https://github.com/rust-lang/crates.io-index"
17043checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
17044
17045[[package]]
17046name = "xdg-home"
17047version = "1.3.0"
17048source = "registry+https://github.com/rust-lang/crates.io-index"
17049checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
17050dependencies = [
17051 "libc",
17052 "windows-sys 0.59.0",
17053]
17054
17055[[package]]
17056name = "xim"
17057version = "0.4.0"
17058source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17059dependencies = [
17060 "ahash 0.8.11",
17061 "hashbrown 0.14.5",
17062 "log",
17063 "x11rb",
17064 "xim-ctext",
17065 "xim-parser",
17066]
17067
17068[[package]]
17069name = "xim-ctext"
17070version = "0.3.0"
17071source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17072dependencies = [
17073 "encoding_rs",
17074]
17075
17076[[package]]
17077name = "xim-parser"
17078version = "0.2.1"
17079source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17080dependencies = [
17081 "bitflags 2.9.0",
17082]
17083
17084[[package]]
17085name = "xkbcommon"
17086version = "0.8.0"
17087source = "registry+https://github.com/rust-lang/crates.io-index"
17088checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
17089dependencies = [
17090 "as-raw-xcb-connection",
17091 "libc",
17092 "memmap2",
17093 "xkeysym",
17094]
17095
17096[[package]]
17097name = "xkeysym"
17098version = "0.2.1"
17099source = "registry+https://github.com/rust-lang/crates.io-index"
17100checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
17101
17102[[package]]
17103name = "xml5ever"
17104version = "0.18.1"
17105source = "registry+https://github.com/rust-lang/crates.io-index"
17106checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
17107dependencies = [
17108 "log",
17109 "mac",
17110 "markup5ever",
17111]
17112
17113[[package]]
17114name = "xmlparser"
17115version = "0.13.6"
17116source = "registry+https://github.com/rust-lang/crates.io-index"
17117checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
17118
17119[[package]]
17120name = "xmlwriter"
17121version = "0.1.0"
17122source = "registry+https://github.com/rust-lang/crates.io-index"
17123checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
17124
17125[[package]]
17126name = "xtask"
17127version = "0.1.0"
17128dependencies = [
17129 "anyhow",
17130 "cargo_metadata",
17131 "cargo_toml",
17132 "clap",
17133]
17134
17135[[package]]
17136name = "yaml-rust2"
17137version = "0.8.1"
17138source = "registry+https://github.com/rust-lang/crates.io-index"
17139checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
17140dependencies = [
17141 "arraydeque",
17142 "encoding_rs",
17143 "hashlink 0.8.4",
17144]
17145
17146[[package]]
17147name = "yansi"
17148version = "1.0.1"
17149source = "registry+https://github.com/rust-lang/crates.io-index"
17150checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
17151
17152[[package]]
17153name = "yazi"
17154version = "0.2.1"
17155source = "registry+https://github.com/rust-lang/crates.io-index"
17156checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
17157
17158[[package]]
17159name = "yeslogic-fontconfig-sys"
17160version = "6.0.0"
17161source = "registry+https://github.com/rust-lang/crates.io-index"
17162checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
17163dependencies = [
17164 "dlib",
17165 "once_cell",
17166 "pkg-config",
17167]
17168
17169[[package]]
17170name = "yoke"
17171version = "0.7.5"
17172source = "registry+https://github.com/rust-lang/crates.io-index"
17173checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
17174dependencies = [
17175 "serde",
17176 "stable_deref_trait",
17177 "yoke-derive",
17178 "zerofrom",
17179]
17180
17181[[package]]
17182name = "yoke-derive"
17183version = "0.7.5"
17184source = "registry+https://github.com/rust-lang/crates.io-index"
17185checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
17186dependencies = [
17187 "proc-macro2",
17188 "quote",
17189 "syn 2.0.100",
17190 "synstructure",
17191]
17192
17193[[package]]
17194name = "zbus"
17195version = "5.5.0"
17196source = "registry+https://github.com/rust-lang/crates.io-index"
17197checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
17198dependencies = [
17199 "async-broadcast",
17200 "async-executor",
17201 "async-fs",
17202 "async-io",
17203 "async-lock",
17204 "async-process",
17205 "async-recursion 1.1.1",
17206 "async-task",
17207 "async-trait",
17208 "blocking",
17209 "enumflags2",
17210 "event-listener 5.3.1",
17211 "futures-core",
17212 "futures-lite 2.6.0",
17213 "hex",
17214 "nix",
17215 "ordered-stream",
17216 "serde",
17217 "serde_repr",
17218 "static_assertions",
17219 "tracing",
17220 "uds_windows",
17221 "windows-sys 0.59.0",
17222 "winnow 0.7.1",
17223 "xdg-home",
17224 "zbus_macros",
17225 "zbus_names",
17226 "zvariant",
17227]
17228
17229[[package]]
17230name = "zbus_macros"
17231version = "5.5.0"
17232source = "registry+https://github.com/rust-lang/crates.io-index"
17233checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
17234dependencies = [
17235 "proc-macro-crate",
17236 "proc-macro2",
17237 "quote",
17238 "syn 2.0.100",
17239 "zbus_names",
17240 "zvariant",
17241 "zvariant_utils",
17242]
17243
17244[[package]]
17245name = "zbus_names"
17246version = "4.1.0"
17247source = "registry+https://github.com/rust-lang/crates.io-index"
17248checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
17249dependencies = [
17250 "serde",
17251 "static_assertions",
17252 "winnow 0.6.20",
17253 "zvariant",
17254]
17255
17256[[package]]
17257name = "zed"
17258version = "0.181.0"
17259dependencies = [
17260 "activity_indicator",
17261 "anyhow",
17262 "ashpd",
17263 "assets",
17264 "assistant",
17265 "assistant2",
17266 "assistant_context_editor",
17267 "assistant_settings",
17268 "assistant_tools",
17269 "async-watch",
17270 "audio",
17271 "auto_update",
17272 "auto_update_ui",
17273 "backtrace",
17274 "breadcrumbs",
17275 "call",
17276 "channel",
17277 "chrono",
17278 "clap",
17279 "cli",
17280 "client",
17281 "collab_ui",
17282 "collections",
17283 "command_palette",
17284 "command_palette_hooks",
17285 "component_preview",
17286 "copilot",
17287 "dap",
17288 "dap_adapters",
17289 "db",
17290 "debugger_tools",
17291 "debugger_ui",
17292 "diagnostics",
17293 "editor",
17294 "env_logger 0.11.7",
17295 "extension",
17296 "extension_host",
17297 "extensions_ui",
17298 "feature_flags",
17299 "feedback",
17300 "file_finder",
17301 "fs",
17302 "futures 0.3.31",
17303 "git",
17304 "git_hosting_providers",
17305 "git_ui",
17306 "go_to_line",
17307 "gpui",
17308 "gpui_tokio",
17309 "http_client",
17310 "image_viewer",
17311 "inline_completion_button",
17312 "install_cli",
17313 "journal",
17314 "language",
17315 "language_extension",
17316 "language_model",
17317 "language_models",
17318 "language_selector",
17319 "language_tools",
17320 "languages",
17321 "libc",
17322 "log",
17323 "markdown_preview",
17324 "menu",
17325 "migrator",
17326 "mimalloc",
17327 "nix",
17328 "node_runtime",
17329 "notifications",
17330 "outline",
17331 "outline_panel",
17332 "parking_lot",
17333 "paths",
17334 "picker",
17335 "profiling",
17336 "project",
17337 "project_panel",
17338 "project_symbols",
17339 "prompt_store",
17340 "proto",
17341 "recent_projects",
17342 "release_channel",
17343 "remote",
17344 "repl",
17345 "reqwest_client",
17346 "rope",
17347 "search",
17348 "serde",
17349 "serde_json",
17350 "session",
17351 "settings",
17352 "settings_ui",
17353 "shellexpand 2.1.2",
17354 "simplelog",
17355 "smol",
17356 "snippet_provider",
17357 "snippets_ui",
17358 "supermaven",
17359 "sysinfo",
17360 "tab_switcher",
17361 "task",
17362 "tasks_ui",
17363 "telemetry",
17364 "telemetry_events",
17365 "terminal_view",
17366 "theme",
17367 "theme_extension",
17368 "theme_selector",
17369 "time",
17370 "title_bar",
17371 "toolchain_selector",
17372 "tree-sitter-md",
17373 "tree-sitter-rust",
17374 "ui",
17375 "ui_prompt",
17376 "url",
17377 "urlencoding",
17378 "util",
17379 "uuid",
17380 "vim",
17381 "vim_mode_setting",
17382 "welcome",
17383 "windows 0.61.1",
17384 "winresource",
17385 "workspace",
17386 "zed_actions",
17387 "zeta",
17388 "zlog_settings",
17389]
17390
17391[[package]]
17392name = "zed_actions"
17393version = "0.1.0"
17394dependencies = [
17395 "gpui",
17396 "schemars",
17397 "serde",
17398]
17399
17400[[package]]
17401name = "zed_emmet"
17402version = "0.0.3"
17403dependencies = [
17404 "zed_extension_api 0.1.0",
17405]
17406
17407[[package]]
17408name = "zed_extension_api"
17409version = "0.1.0"
17410source = "registry+https://github.com/rust-lang/crates.io-index"
17411checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
17412dependencies = [
17413 "serde",
17414 "serde_json",
17415 "wit-bindgen",
17416]
17417
17418[[package]]
17419name = "zed_extension_api"
17420version = "0.4.0"
17421dependencies = [
17422 "serde",
17423 "serde_json",
17424 "wit-bindgen",
17425]
17426
17427[[package]]
17428name = "zed_glsl"
17429version = "0.1.0"
17430dependencies = [
17431 "zed_extension_api 0.1.0",
17432]
17433
17434[[package]]
17435name = "zed_html"
17436version = "0.2.0"
17437dependencies = [
17438 "zed_extension_api 0.1.0",
17439]
17440
17441[[package]]
17442name = "zed_llm_client"
17443version = "0.4.1"
17444source = "registry+https://github.com/rust-lang/crates.io-index"
17445checksum = "1bf21350eced858d129840589158a8f6895c4fa4327ae56dd8c7d6a98495bed4"
17446dependencies = [
17447 "serde",
17448 "serde_json",
17449 "uuid",
17450]
17451
17452[[package]]
17453name = "zed_proto"
17454version = "0.2.1"
17455dependencies = [
17456 "zed_extension_api 0.1.0",
17457]
17458
17459[[package]]
17460name = "zed_ruff"
17461version = "0.1.0"
17462dependencies = [
17463 "zed_extension_api 0.1.0",
17464]
17465
17466[[package]]
17467name = "zed_snippets"
17468version = "0.0.5"
17469dependencies = [
17470 "serde_json",
17471 "zed_extension_api 0.1.0",
17472]
17473
17474[[package]]
17475name = "zed_test_extension"
17476version = "0.1.0"
17477dependencies = [
17478 "zed_extension_api 0.4.0",
17479]
17480
17481[[package]]
17482name = "zed_toml"
17483version = "0.1.3"
17484dependencies = [
17485 "zed_extension_api 0.1.0",
17486]
17487
17488[[package]]
17489name = "zeno"
17490version = "0.3.2"
17491source = "registry+https://github.com/rust-lang/crates.io-index"
17492checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
17493
17494[[package]]
17495name = "zerocopy"
17496version = "0.7.35"
17497source = "registry+https://github.com/rust-lang/crates.io-index"
17498checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
17499dependencies = [
17500 "byteorder",
17501 "zerocopy-derive 0.7.35",
17502]
17503
17504[[package]]
17505name = "zerocopy"
17506version = "0.8.18"
17507source = "registry+https://github.com/rust-lang/crates.io-index"
17508checksum = "79386d31a42a4996e3336b0919ddb90f81112af416270cff95b5f5af22b839c2"
17509dependencies = [
17510 "zerocopy-derive 0.8.18",
17511]
17512
17513[[package]]
17514name = "zerocopy-derive"
17515version = "0.7.35"
17516source = "registry+https://github.com/rust-lang/crates.io-index"
17517checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
17518dependencies = [
17519 "proc-macro2",
17520 "quote",
17521 "syn 2.0.100",
17522]
17523
17524[[package]]
17525name = "zerocopy-derive"
17526version = "0.8.18"
17527source = "registry+https://github.com/rust-lang/crates.io-index"
17528checksum = "76331675d372f91bf8d17e13afbd5fe639200b73d01f0fc748bb059f9cca2db7"
17529dependencies = [
17530 "proc-macro2",
17531 "quote",
17532 "syn 2.0.100",
17533]
17534
17535[[package]]
17536name = "zerofrom"
17537version = "0.1.5"
17538source = "registry+https://github.com/rust-lang/crates.io-index"
17539checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
17540dependencies = [
17541 "zerofrom-derive",
17542]
17543
17544[[package]]
17545name = "zerofrom-derive"
17546version = "0.1.5"
17547source = "registry+https://github.com/rust-lang/crates.io-index"
17548checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
17549dependencies = [
17550 "proc-macro2",
17551 "quote",
17552 "syn 2.0.100",
17553 "synstructure",
17554]
17555
17556[[package]]
17557name = "zeroize"
17558version = "1.8.1"
17559source = "registry+https://github.com/rust-lang/crates.io-index"
17560checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
17561dependencies = [
17562 "zeroize_derive",
17563]
17564
17565[[package]]
17566name = "zeroize_derive"
17567version = "1.4.2"
17568source = "registry+https://github.com/rust-lang/crates.io-index"
17569checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
17570dependencies = [
17571 "proc-macro2",
17572 "quote",
17573 "syn 2.0.100",
17574]
17575
17576[[package]]
17577name = "zeromq"
17578version = "0.5.0-pre"
17579source = "registry+https://github.com/rust-lang/crates.io-index"
17580checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
17581dependencies = [
17582 "async-dispatcher",
17583 "async-std",
17584 "async-trait",
17585 "asynchronous-codec",
17586 "bytes 1.10.1",
17587 "crossbeam-queue",
17588 "dashmap 5.5.3",
17589 "futures 0.3.31",
17590 "log",
17591 "num-traits",
17592 "once_cell",
17593 "parking_lot",
17594 "rand 0.8.5",
17595 "regex",
17596 "thiserror 1.0.69",
17597 "uuid",
17598]
17599
17600[[package]]
17601name = "zerovec"
17602version = "0.10.4"
17603source = "registry+https://github.com/rust-lang/crates.io-index"
17604checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
17605dependencies = [
17606 "yoke",
17607 "zerofrom",
17608 "zerovec-derive",
17609]
17610
17611[[package]]
17612name = "zerovec-derive"
17613version = "0.10.3"
17614source = "registry+https://github.com/rust-lang/crates.io-index"
17615checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
17616dependencies = [
17617 "proc-macro2",
17618 "quote",
17619 "syn 2.0.100",
17620]
17621
17622[[package]]
17623name = "zeta"
17624version = "0.1.0"
17625dependencies = [
17626 "anyhow",
17627 "arrayvec",
17628 "call",
17629 "client",
17630 "clock",
17631 "collections",
17632 "command_palette_hooks",
17633 "ctor",
17634 "db",
17635 "editor",
17636 "env_logger 0.11.7",
17637 "feature_flags",
17638 "fs",
17639 "futures 0.3.31",
17640 "gpui",
17641 "http_client",
17642 "indoc",
17643 "inline_completion",
17644 "language",
17645 "language_model",
17646 "log",
17647 "menu",
17648 "migrator",
17649 "paths",
17650 "postage",
17651 "project",
17652 "regex",
17653 "release_channel",
17654 "reqwest_client",
17655 "rpc",
17656 "serde",
17657 "serde_json",
17658 "settings",
17659 "telemetry",
17660 "telemetry_events",
17661 "theme",
17662 "thiserror 2.0.12",
17663 "tree-sitter-go",
17664 "tree-sitter-rust",
17665 "ui",
17666 "unindent",
17667 "util",
17668 "uuid",
17669 "workspace",
17670 "worktree",
17671 "zed_actions",
17672 "zed_llm_client",
17673]
17674
17675[[package]]
17676name = "zip"
17677version = "0.6.6"
17678source = "registry+https://github.com/rust-lang/crates.io-index"
17679checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
17680dependencies = [
17681 "aes",
17682 "byteorder",
17683 "bzip2",
17684 "constant_time_eq 0.1.5",
17685 "crc32fast",
17686 "crossbeam-utils",
17687 "flate2",
17688 "hmac",
17689 "pbkdf2 0.11.0",
17690 "sha1",
17691 "time",
17692 "zstd",
17693]
17694
17695[[package]]
17696name = "zlog"
17697version = "0.1.0"
17698dependencies = [
17699 "log",
17700]
17701
17702[[package]]
17703name = "zlog_settings"
17704version = "0.1.0"
17705dependencies = [
17706 "anyhow",
17707 "gpui",
17708 "schemars",
17709 "serde",
17710 "settings",
17711 "zlog",
17712]
17713
17714[[package]]
17715name = "zstd"
17716version = "0.11.2+zstd.1.5.2"
17717source = "registry+https://github.com/rust-lang/crates.io-index"
17718checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
17719dependencies = [
17720 "zstd-safe",
17721]
17722
17723[[package]]
17724name = "zstd-safe"
17725version = "5.0.2+zstd.1.5.2"
17726source = "registry+https://github.com/rust-lang/crates.io-index"
17727checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
17728dependencies = [
17729 "libc",
17730 "zstd-sys",
17731]
17732
17733[[package]]
17734name = "zstd-sys"
17735version = "2.0.13+zstd.1.5.6"
17736source = "registry+https://github.com/rust-lang/crates.io-index"
17737checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
17738dependencies = [
17739 "cc",
17740 "pkg-config",
17741]
17742
17743[[package]]
17744name = "zune-core"
17745version = "0.4.12"
17746source = "registry+https://github.com/rust-lang/crates.io-index"
17747checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
17748
17749[[package]]
17750name = "zune-inflate"
17751version = "0.2.54"
17752source = "registry+https://github.com/rust-lang/crates.io-index"
17753checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
17754dependencies = [
17755 "simd-adler32",
17756]
17757
17758[[package]]
17759name = "zune-jpeg"
17760version = "0.4.13"
17761source = "registry+https://github.com/rust-lang/crates.io-index"
17762checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
17763dependencies = [
17764 "zune-core",
17765]
17766
17767[[package]]
17768name = "zvariant"
17769version = "5.4.0"
17770source = "registry+https://github.com/rust-lang/crates.io-index"
17771checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
17772dependencies = [
17773 "endi",
17774 "enumflags2",
17775 "serde",
17776 "static_assertions",
17777 "url",
17778 "winnow 0.7.1",
17779 "zvariant_derive",
17780 "zvariant_utils",
17781]
17782
17783[[package]]
17784name = "zvariant_derive"
17785version = "5.4.0"
17786source = "registry+https://github.com/rust-lang/crates.io-index"
17787checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
17788dependencies = [
17789 "proc-macro-crate",
17790 "proc-macro2",
17791 "quote",
17792 "syn 2.0.100",
17793 "zvariant_utils",
17794]
17795
17796[[package]]
17797name = "zvariant_utils"
17798version = "3.2.0"
17799source = "registry+https://github.com/rust-lang/crates.io-index"
17800checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
17801dependencies = [
17802 "proc-macro2",
17803 "quote",
17804 "serde",
17805 "static_assertions",
17806 "syn 2.0.100",
17807 "winnow 0.7.1",
17808]