Cargo.lock

    1# This file is automatically @generated by Cargo.
    2# It is not intended for manual editing.
    3version = 4
    4
    5[[package]]
    6name = "activity_indicator"
    7version = "0.1.0"
    8dependencies = [
    9 "anyhow",
   10 "auto_update",
   11 "editor",
   12 "extension_host",
   13 "futures 0.3.31",
   14 "gpui",
   15 "language",
   16 "project",
   17 "smallvec",
   18 "ui",
   19 "util",
   20 "workspace",
   21]
   22
   23[[package]]
   24name = "addr2line"
   25version = "0.24.2"
   26source = "registry+https://github.com/rust-lang/crates.io-index"
   27checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
   28dependencies = [
   29 "gimli",
   30]
   31
   32[[package]]
   33name = "adler2"
   34version = "2.0.0"
   35source = "registry+https://github.com/rust-lang/crates.io-index"
   36checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
   37
   38[[package]]
   39name = "aes"
   40version = "0.8.4"
   41source = "registry+https://github.com/rust-lang/crates.io-index"
   42checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
   43dependencies = [
   44 "cfg-if",
   45 "cipher",
   46 "cpufeatures",
   47 "zeroize",
   48]
   49
   50[[package]]
   51name = "ahash"
   52version = "0.7.8"
   53source = "registry+https://github.com/rust-lang/crates.io-index"
   54checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
   55dependencies = [
   56 "getrandom 0.2.15",
   57 "once_cell",
   58 "version_check",
   59]
   60
   61[[package]]
   62name = "ahash"
   63version = "0.8.11"
   64source = "registry+https://github.com/rust-lang/crates.io-index"
   65checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
   66dependencies = [
   67 "cfg-if",
   68 "const-random",
   69 "once_cell",
   70 "version_check",
   71 "zerocopy 0.7.35",
   72]
   73
   74[[package]]
   75name = "aho-corasick"
   76version = "1.1.3"
   77source = "registry+https://github.com/rust-lang/crates.io-index"
   78checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
   79dependencies = [
   80 "memchr",
   81]
   82
   83[[package]]
   84name = "alacritty_terminal"
   85version = "0.25.1-dev"
   86source = "git+https://github.com/zed-industries/alacritty.git?branch=add-hush-login-flag#828457c9ff1f7ea0a0469337cc8a37ee3a1b0590"
   87dependencies = [
   88 "base64 0.22.1",
   89 "bitflags 2.8.0",
   90 "home",
   91 "libc",
   92 "log",
   93 "miow",
   94 "parking_lot",
   95 "piper",
   96 "polling",
   97 "regex-automata 0.4.9",
   98 "rustix-openpty",
   99 "serde",
  100 "signal-hook",
  101 "unicode-width",
  102 "vte",
  103 "windows-sys 0.59.0",
  104]
  105
  106[[package]]
  107name = "aliasable"
  108version = "0.1.3"
  109source = "registry+https://github.com/rust-lang/crates.io-index"
  110checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  111
  112[[package]]
  113name = "aligned-vec"
  114version = "0.5.0"
  115source = "registry+https://github.com/rust-lang/crates.io-index"
  116checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
  117
  118[[package]]
  119name = "allocator-api2"
  120version = "0.2.21"
  121source = "registry+https://github.com/rust-lang/crates.io-index"
  122checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  123
  124[[package]]
  125name = "alsa"
  126version = "0.9.1"
  127source = "registry+https://github.com/rust-lang/crates.io-index"
  128checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
  129dependencies = [
  130 "alsa-sys",
  131 "bitflags 2.8.0",
  132 "cfg-if",
  133 "libc",
  134]
  135
  136[[package]]
  137name = "alsa-sys"
  138version = "0.3.1"
  139source = "registry+https://github.com/rust-lang/crates.io-index"
  140checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  141dependencies = [
  142 "libc",
  143 "pkg-config",
  144]
  145
  146[[package]]
  147name = "ambient-authority"
  148version = "0.0.2"
  149source = "registry+https://github.com/rust-lang/crates.io-index"
  150checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  151
  152[[package]]
  153name = "ammonia"
  154version = "4.0.0"
  155source = "registry+https://github.com/rust-lang/crates.io-index"
  156checksum = "1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459"
  157dependencies = [
  158 "html5ever",
  159 "maplit",
  160 "once_cell",
  161 "tendril",
  162 "url",
  163]
  164
  165[[package]]
  166name = "android-tzdata"
  167version = "0.1.1"
  168source = "registry+https://github.com/rust-lang/crates.io-index"
  169checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
  170
  171[[package]]
  172name = "android_system_properties"
  173version = "0.1.5"
  174source = "registry+https://github.com/rust-lang/crates.io-index"
  175checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  176dependencies = [
  177 "libc",
  178]
  179
  180[[package]]
  181name = "anes"
  182version = "0.1.6"
  183source = "registry+https://github.com/rust-lang/crates.io-index"
  184checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  185
  186[[package]]
  187name = "anstream"
  188version = "0.6.18"
  189source = "registry+https://github.com/rust-lang/crates.io-index"
  190checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
  191dependencies = [
  192 "anstyle",
  193 "anstyle-parse",
  194 "anstyle-query",
  195 "anstyle-wincon",
  196 "colorchoice",
  197 "is_terminal_polyfill",
  198 "utf8parse",
  199]
  200
  201[[package]]
  202name = "anstyle"
  203version = "1.0.10"
  204source = "registry+https://github.com/rust-lang/crates.io-index"
  205checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
  206
  207[[package]]
  208name = "anstyle-parse"
  209version = "0.2.6"
  210source = "registry+https://github.com/rust-lang/crates.io-index"
  211checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
  212dependencies = [
  213 "utf8parse",
  214]
  215
  216[[package]]
  217name = "anstyle-query"
  218version = "1.1.2"
  219source = "registry+https://github.com/rust-lang/crates.io-index"
  220checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
  221dependencies = [
  222 "windows-sys 0.59.0",
  223]
  224
  225[[package]]
  226name = "anstyle-wincon"
  227version = "3.0.6"
  228source = "registry+https://github.com/rust-lang/crates.io-index"
  229checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
  230dependencies = [
  231 "anstyle",
  232 "windows-sys 0.59.0",
  233]
  234
  235[[package]]
  236name = "anthropic"
  237version = "0.1.0"
  238dependencies = [
  239 "anyhow",
  240 "chrono",
  241 "futures 0.3.31",
  242 "http_client",
  243 "schemars",
  244 "serde",
  245 "serde_json",
  246 "strum",
  247 "thiserror 2.0.12",
  248 "util",
  249]
  250
  251[[package]]
  252name = "any_vec"
  253version = "0.14.0"
  254source = "registry+https://github.com/rust-lang/crates.io-index"
  255checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  256
  257[[package]]
  258name = "anyhow"
  259version = "1.0.97"
  260source = "registry+https://github.com/rust-lang/crates.io-index"
  261checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f"
  262
  263[[package]]
  264name = "approx"
  265version = "0.5.1"
  266source = "registry+https://github.com/rust-lang/crates.io-index"
  267checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  268dependencies = [
  269 "num-traits",
  270]
  271
  272[[package]]
  273name = "arbitrary"
  274version = "1.4.1"
  275source = "registry+https://github.com/rust-lang/crates.io-index"
  276checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
  277
  278[[package]]
  279name = "arg_enum_proc_macro"
  280version = "0.3.4"
  281source = "registry+https://github.com/rust-lang/crates.io-index"
  282checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  283dependencies = [
  284 "proc-macro2",
  285 "quote",
  286 "syn 2.0.100",
  287]
  288
  289[[package]]
  290name = "arraydeque"
  291version = "0.5.1"
  292source = "registry+https://github.com/rust-lang/crates.io-index"
  293checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
  294
  295[[package]]
  296name = "arrayref"
  297version = "0.3.9"
  298source = "registry+https://github.com/rust-lang/crates.io-index"
  299checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
  300
  301[[package]]
  302name = "arrayvec"
  303version = "0.7.6"
  304source = "registry+https://github.com/rust-lang/crates.io-index"
  305checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
  306dependencies = [
  307 "serde",
  308]
  309
  310[[package]]
  311name = "as-raw-xcb-connection"
  312version = "1.0.1"
  313source = "registry+https://github.com/rust-lang/crates.io-index"
  314checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  315
  316[[package]]
  317name = "ascii"
  318version = "1.1.0"
  319source = "registry+https://github.com/rust-lang/crates.io-index"
  320checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  321
  322[[package]]
  323name = "ash"
  324version = "0.38.0+1.3.281"
  325source = "registry+https://github.com/rust-lang/crates.io-index"
  326checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  327dependencies = [
  328 "libloading",
  329]
  330
  331[[package]]
  332name = "ash-window"
  333version = "0.13.0"
  334source = "registry+https://github.com/rust-lang/crates.io-index"
  335checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
  336dependencies = [
  337 "ash",
  338 "raw-window-handle",
  339 "raw-window-metal",
  340]
  341
  342[[package]]
  343name = "ashpd"
  344version = "0.11.0"
  345source = "registry+https://github.com/rust-lang/crates.io-index"
  346checksum = "6cbdf310d77fd3aaee6ea2093db7011dc2d35d2eb3481e5607f1f8d942ed99df"
  347dependencies = [
  348 "async-fs",
  349 "async-net",
  350 "enumflags2",
  351 "futures-channel",
  352 "futures-util",
  353 "rand 0.9.0",
  354 "serde",
  355 "serde_repr",
  356 "url",
  357 "zbus",
  358]
  359
  360[[package]]
  361name = "askpass"
  362version = "0.1.0"
  363dependencies = [
  364 "anyhow",
  365 "futures 0.3.31",
  366 "gpui",
  367 "smol",
  368 "tempfile",
  369 "util",
  370 "which 6.0.3",
  371]
  372
  373[[package]]
  374name = "assets"
  375version = "0.1.0"
  376dependencies = [
  377 "anyhow",
  378 "gpui",
  379 "rust-embed",
  380]
  381
  382[[package]]
  383name = "assistant"
  384version = "0.1.0"
  385dependencies = [
  386 "anyhow",
  387 "assistant_context_editor",
  388 "assistant_settings",
  389 "assistant_slash_command",
  390 "assistant_slash_commands",
  391 "assistant_tool",
  392 "async-watch",
  393 "client",
  394 "collections",
  395 "command_palette_hooks",
  396 "context_server",
  397 "ctor",
  398 "db",
  399 "editor",
  400 "env_logger 0.11.7",
  401 "feature_flags",
  402 "fs",
  403 "futures 0.3.31",
  404 "gpui",
  405 "indexed_docs",
  406 "indoc",
  407 "language",
  408 "language_model",
  409 "language_model_selector",
  410 "languages",
  411 "log",
  412 "lsp",
  413 "menu",
  414 "multi_buffer",
  415 "parking_lot",
  416 "pretty_assertions",
  417 "project",
  418 "prompt_library",
  419 "prompt_store",
  420 "proto",
  421 "rand 0.8.5",
  422 "rope",
  423 "schemars",
  424 "search",
  425 "serde",
  426 "serde_json_lenient",
  427 "settings",
  428 "smol",
  429 "streaming_diff",
  430 "telemetry",
  431 "telemetry_events",
  432 "terminal",
  433 "terminal_view",
  434 "text",
  435 "theme",
  436 "tree-sitter-md",
  437 "ui",
  438 "unindent",
  439 "util",
  440 "workspace",
  441 "zed_actions",
  442]
  443
  444[[package]]
  445name = "assistant2"
  446version = "0.1.0"
  447dependencies = [
  448 "anyhow",
  449 "assistant_context_editor",
  450 "assistant_settings",
  451 "assistant_slash_command",
  452 "assistant_tool",
  453 "async-watch",
  454 "buffer_diff",
  455 "chrono",
  456 "client",
  457 "clock",
  458 "collections",
  459 "command_palette_hooks",
  460 "context_server",
  461 "convert_case 0.8.0",
  462 "db",
  463 "editor",
  464 "feature_flags",
  465 "file_icons",
  466 "fs",
  467 "futures 0.3.31",
  468 "fuzzy",
  469 "git",
  470 "gpui",
  471 "heed",
  472 "html_to_markdown",
  473 "http_client",
  474 "indexmap",
  475 "indoc",
  476 "itertools 0.14.0",
  477 "language",
  478 "language_model",
  479 "language_model_selector",
  480 "log",
  481 "lsp",
  482 "markdown",
  483 "menu",
  484 "multi_buffer",
  485 "ordered-float 2.10.1",
  486 "parking_lot",
  487 "paths",
  488 "picker",
  489 "project",
  490 "prompt_library",
  491 "prompt_store",
  492 "proto",
  493 "rand 0.8.5",
  494 "release_channel",
  495 "rope",
  496 "serde",
  497 "serde_json",
  498 "settings",
  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 "async-watch",
  695 "buffer_diff",
  696 "clock",
  697 "collections",
  698 "derive_more",
  699 "gpui",
  700 "icons",
  701 "language",
  702 "language_model",
  703 "parking_lot",
  704 "project",
  705 "serde",
  706 "serde_json",
  707 "settings",
  708 "text",
  709 "util",
  710]
  711
  712[[package]]
  713name = "assistant_tools"
  714version = "0.1.0"
  715dependencies = [
  716 "anyhow",
  717 "assistant_tool",
  718 "chrono",
  719 "clock",
  720 "collections",
  721 "feature_flags",
  722 "futures 0.3.31",
  723 "gpui",
  724 "html_to_markdown",
  725 "http_client",
  726 "itertools 0.14.0",
  727 "language",
  728 "language_model",
  729 "open",
  730 "project",
  731 "rand 0.8.5",
  732 "release_channel",
  733 "schemars",
  734 "serde",
  735 "serde_json",
  736 "settings",
  737 "theme",
  738 "ui",
  739 "unindent",
  740 "util",
  741 "workspace",
  742 "worktree",
  743]
  744
  745[[package]]
  746name = "async-attributes"
  747version = "1.1.2"
  748source = "registry+https://github.com/rust-lang/crates.io-index"
  749checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  750dependencies = [
  751 "quote",
  752 "syn 1.0.109",
  753]
  754
  755[[package]]
  756name = "async-broadcast"
  757version = "0.7.2"
  758source = "registry+https://github.com/rust-lang/crates.io-index"
  759checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  760dependencies = [
  761 "event-listener 5.3.1",
  762 "event-listener-strategy",
  763 "futures-core",
  764 "pin-project-lite",
  765]
  766
  767[[package]]
  768name = "async-channel"
  769version = "1.9.0"
  770source = "registry+https://github.com/rust-lang/crates.io-index"
  771checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  772dependencies = [
  773 "concurrent-queue",
  774 "event-listener 2.5.3",
  775 "futures-core",
  776]
  777
  778[[package]]
  779name = "async-channel"
  780version = "2.3.1"
  781source = "registry+https://github.com/rust-lang/crates.io-index"
  782checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
  783dependencies = [
  784 "concurrent-queue",
  785 "event-listener-strategy",
  786 "futures-core",
  787 "pin-project-lite",
  788]
  789
  790[[package]]
  791name = "async-compat"
  792version = "0.2.4"
  793source = "registry+https://github.com/rust-lang/crates.io-index"
  794checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
  795dependencies = [
  796 "futures-core",
  797 "futures-io",
  798 "once_cell",
  799 "pin-project-lite",
  800 "tokio",
  801]
  802
  803[[package]]
  804name = "async-compression"
  805version = "0.4.22"
  806source = "registry+https://github.com/rust-lang/crates.io-index"
  807checksum = "59a194f9d963d8099596278594b3107448656ba73831c9d8c783e613ce86da64"
  808dependencies = [
  809 "deflate64",
  810 "flate2",
  811 "futures-core",
  812 "futures-io",
  813 "memchr",
  814 "pin-project-lite",
  815]
  816
  817[[package]]
  818name = "async-dispatcher"
  819version = "0.1.2"
  820source = "registry+https://github.com/rust-lang/crates.io-index"
  821checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  822dependencies = [
  823 "async-task",
  824 "futures-lite 1.13.0",
  825]
  826
  827[[package]]
  828name = "async-executor"
  829version = "1.13.1"
  830source = "registry+https://github.com/rust-lang/crates.io-index"
  831checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
  832dependencies = [
  833 "async-task",
  834 "concurrent-queue",
  835 "fastrand 2.3.0",
  836 "futures-lite 2.6.0",
  837 "slab",
  838]
  839
  840[[package]]
  841name = "async-fs"
  842version = "2.1.2"
  843source = "registry+https://github.com/rust-lang/crates.io-index"
  844checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
  845dependencies = [
  846 "async-lock",
  847 "blocking",
  848 "futures-lite 2.6.0",
  849]
  850
  851[[package]]
  852name = "async-global-executor"
  853version = "2.4.1"
  854source = "registry+https://github.com/rust-lang/crates.io-index"
  855checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  856dependencies = [
  857 "async-channel 2.3.1",
  858 "async-executor",
  859 "async-io",
  860 "async-lock",
  861 "blocking",
  862 "futures-lite 2.6.0",
  863 "once_cell",
  864]
  865
  866[[package]]
  867name = "async-io"
  868version = "2.4.0"
  869source = "registry+https://github.com/rust-lang/crates.io-index"
  870checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
  871dependencies = [
  872 "async-lock",
  873 "cfg-if",
  874 "concurrent-queue",
  875 "futures-io",
  876 "futures-lite 2.6.0",
  877 "parking",
  878 "polling",
  879 "rustix",
  880 "slab",
  881 "tracing",
  882 "windows-sys 0.59.0",
  883]
  884
  885[[package]]
  886name = "async-lock"
  887version = "3.4.0"
  888source = "registry+https://github.com/rust-lang/crates.io-index"
  889checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
  890dependencies = [
  891 "event-listener 5.3.1",
  892 "event-listener-strategy",
  893 "pin-project-lite",
  894]
  895
  896[[package]]
  897name = "async-native-tls"
  898version = "0.5.0"
  899source = "registry+https://github.com/rust-lang/crates.io-index"
  900checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
  901dependencies = [
  902 "futures-util",
  903 "native-tls",
  904 "thiserror 1.0.69",
  905 "url",
  906]
  907
  908[[package]]
  909name = "async-net"
  910version = "2.0.0"
  911source = "registry+https://github.com/rust-lang/crates.io-index"
  912checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  913dependencies = [
  914 "async-io",
  915 "blocking",
  916 "futures-lite 2.6.0",
  917]
  918
  919[[package]]
  920name = "async-pipe"
  921version = "0.1.3"
  922source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  923dependencies = [
  924 "futures 0.3.31",
  925 "log",
  926]
  927
  928[[package]]
  929name = "async-process"
  930version = "2.3.0"
  931source = "registry+https://github.com/rust-lang/crates.io-index"
  932checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
  933dependencies = [
  934 "async-channel 2.3.1",
  935 "async-io",
  936 "async-lock",
  937 "async-signal",
  938 "async-task",
  939 "blocking",
  940 "cfg-if",
  941 "event-listener 5.3.1",
  942 "futures-lite 2.6.0",
  943 "rustix",
  944 "tracing",
  945]
  946
  947[[package]]
  948name = "async-recursion"
  949version = "0.3.2"
  950source = "registry+https://github.com/rust-lang/crates.io-index"
  951checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
  952dependencies = [
  953 "proc-macro2",
  954 "quote",
  955 "syn 1.0.109",
  956]
  957
  958[[package]]
  959name = "async-recursion"
  960version = "1.1.1"
  961source = "registry+https://github.com/rust-lang/crates.io-index"
  962checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
  963dependencies = [
  964 "proc-macro2",
  965 "quote",
  966 "syn 2.0.100",
  967]
  968
  969[[package]]
  970name = "async-signal"
  971version = "0.2.10"
  972source = "registry+https://github.com/rust-lang/crates.io-index"
  973checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
  974dependencies = [
  975 "async-io",
  976 "async-lock",
  977 "atomic-waker",
  978 "cfg-if",
  979 "futures-core",
  980 "futures-io",
  981 "rustix",
  982 "signal-hook-registry",
  983 "slab",
  984 "windows-sys 0.59.0",
  985]
  986
  987[[package]]
  988name = "async-std"
  989version = "1.13.1"
  990source = "registry+https://github.com/rust-lang/crates.io-index"
  991checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24"
  992dependencies = [
  993 "async-attributes",
  994 "async-channel 1.9.0",
  995 "async-global-executor",
  996 "async-io",
  997 "async-lock",
  998 "async-process",
  999 "crossbeam-utils",
 1000 "futures-channel",
 1001 "futures-core",
 1002 "futures-io",
 1003 "futures-lite 2.6.0",
 1004 "gloo-timers",
 1005 "kv-log-macro",
 1006 "log",
 1007 "memchr",
 1008 "once_cell",
 1009 "pin-project-lite",
 1010 "pin-utils",
 1011 "slab",
 1012 "wasm-bindgen-futures",
 1013]
 1014
 1015[[package]]
 1016name = "async-stream"
 1017version = "0.3.6"
 1018source = "registry+https://github.com/rust-lang/crates.io-index"
 1019checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1020dependencies = [
 1021 "async-stream-impl",
 1022 "futures-core",
 1023 "pin-project-lite",
 1024]
 1025
 1026[[package]]
 1027name = "async-stream-impl"
 1028version = "0.3.6"
 1029source = "registry+https://github.com/rust-lang/crates.io-index"
 1030checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1031dependencies = [
 1032 "proc-macro2",
 1033 "quote",
 1034 "syn 2.0.100",
 1035]
 1036
 1037[[package]]
 1038name = "async-stripe"
 1039version = "0.40.0"
 1040source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
 1041dependencies = [
 1042 "chrono",
 1043 "futures-util",
 1044 "http-types",
 1045 "hyper 0.14.32",
 1046 "hyper-rustls 0.24.2",
 1047 "serde",
 1048 "serde_json",
 1049 "serde_path_to_error",
 1050 "serde_qs 0.10.1",
 1051 "smart-default",
 1052 "smol_str 0.1.24",
 1053 "thiserror 1.0.69",
 1054 "tokio",
 1055]
 1056
 1057[[package]]
 1058name = "async-tar"
 1059version = "0.5.0"
 1060source = "registry+https://github.com/rust-lang/crates.io-index"
 1061checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
 1062dependencies = [
 1063 "async-std",
 1064 "filetime",
 1065 "libc",
 1066 "pin-project",
 1067 "redox_syscall 0.2.16",
 1068 "xattr",
 1069]
 1070
 1071[[package]]
 1072name = "async-task"
 1073version = "4.7.1"
 1074source = "registry+https://github.com/rust-lang/crates.io-index"
 1075checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
 1076
 1077[[package]]
 1078name = "async-tls"
 1079version = "0.13.0"
 1080source = "git+https://github.com/zed-industries/async-tls?rev=1e759a4b5e370f87dc15e40756ac4f8815b61d9d#1e759a4b5e370f87dc15e40756ac4f8815b61d9d"
 1081dependencies = [
 1082 "futures-core",
 1083 "futures-io",
 1084 "rustls 0.23.25",
 1085 "rustls-pemfile 2.2.0",
 1086 "webpki-roots",
 1087]
 1088
 1089[[package]]
 1090name = "async-trait"
 1091version = "0.1.88"
 1092source = "registry+https://github.com/rust-lang/crates.io-index"
 1093checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
 1094dependencies = [
 1095 "proc-macro2",
 1096 "quote",
 1097 "syn 2.0.100",
 1098]
 1099
 1100[[package]]
 1101name = "async-tungstenite"
 1102version = "0.28.2"
 1103source = "registry+https://github.com/rust-lang/crates.io-index"
 1104checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99"
 1105dependencies = [
 1106 "async-std",
 1107 "async-tls",
 1108 "atomic-waker",
 1109 "futures-core",
 1110 "futures-io",
 1111 "futures-task",
 1112 "futures-util",
 1113 "log",
 1114 "pin-project-lite",
 1115 "tungstenite 0.24.0",
 1116]
 1117
 1118[[package]]
 1119name = "async-watch"
 1120version = "0.3.1"
 1121source = "registry+https://github.com/rust-lang/crates.io-index"
 1122checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
 1123dependencies = [
 1124 "event-listener 2.5.3",
 1125]
 1126
 1127[[package]]
 1128name = "async_zip"
 1129version = "0.0.17"
 1130source = "registry+https://github.com/rust-lang/crates.io-index"
 1131checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
 1132dependencies = [
 1133 "async-compression",
 1134 "crc32fast",
 1135 "futures-lite 2.6.0",
 1136 "pin-project",
 1137 "thiserror 1.0.69",
 1138]
 1139
 1140[[package]]
 1141name = "asynchronous-codec"
 1142version = "0.7.0"
 1143source = "registry+https://github.com/rust-lang/crates.io-index"
 1144checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1145dependencies = [
 1146 "bytes 1.10.1",
 1147 "futures-sink",
 1148 "futures-util",
 1149 "memchr",
 1150 "pin-project-lite",
 1151]
 1152
 1153[[package]]
 1154name = "atoi"
 1155version = "2.0.0"
 1156source = "registry+https://github.com/rust-lang/crates.io-index"
 1157checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1158dependencies = [
 1159 "num-traits",
 1160]
 1161
 1162[[package]]
 1163name = "atomic"
 1164version = "0.5.3"
 1165source = "registry+https://github.com/rust-lang/crates.io-index"
 1166checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1167
 1168[[package]]
 1169name = "atomic-waker"
 1170version = "1.1.2"
 1171source = "registry+https://github.com/rust-lang/crates.io-index"
 1172checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1173
 1174[[package]]
 1175name = "audio"
 1176version = "0.1.0"
 1177dependencies = [
 1178 "anyhow",
 1179 "collections",
 1180 "derive_more",
 1181 "gpui",
 1182 "parking_lot",
 1183 "rodio",
 1184 "util",
 1185]
 1186
 1187[[package]]
 1188name = "auto_update"
 1189version = "0.1.0"
 1190dependencies = [
 1191 "anyhow",
 1192 "client",
 1193 "db",
 1194 "gpui",
 1195 "http_client",
 1196 "log",
 1197 "paths",
 1198 "release_channel",
 1199 "schemars",
 1200 "serde",
 1201 "serde_json",
 1202 "settings",
 1203 "smol",
 1204 "tempfile",
 1205 "which 6.0.3",
 1206 "workspace",
 1207]
 1208
 1209[[package]]
 1210name = "auto_update_ui"
 1211version = "0.1.0"
 1212dependencies = [
 1213 "anyhow",
 1214 "auto_update",
 1215 "client",
 1216 "editor",
 1217 "gpui",
 1218 "http_client",
 1219 "markdown_preview",
 1220 "release_channel",
 1221 "serde",
 1222 "serde_json",
 1223 "smol",
 1224 "util",
 1225 "workspace",
 1226]
 1227
 1228[[package]]
 1229name = "autocfg"
 1230version = "1.4.0"
 1231source = "registry+https://github.com/rust-lang/crates.io-index"
 1232checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
 1233
 1234[[package]]
 1235name = "av1-grain"
 1236version = "0.2.3"
 1237source = "registry+https://github.com/rust-lang/crates.io-index"
 1238checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
 1239dependencies = [
 1240 "anyhow",
 1241 "arrayvec",
 1242 "log",
 1243 "nom",
 1244 "num-rational",
 1245 "v_frame",
 1246]
 1247
 1248[[package]]
 1249name = "avif-serialize"
 1250version = "0.8.2"
 1251source = "registry+https://github.com/rust-lang/crates.io-index"
 1252checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
 1253dependencies = [
 1254 "arrayvec",
 1255]
 1256
 1257[[package]]
 1258name = "aws-config"
 1259version = "1.5.16"
 1260source = "registry+https://github.com/rust-lang/crates.io-index"
 1261checksum = "50236e4d60fe8458de90a71c0922c761e41755adf091b1b03de1cef537179915"
 1262dependencies = [
 1263 "aws-credential-types",
 1264 "aws-runtime",
 1265 "aws-sdk-sso",
 1266 "aws-sdk-ssooidc",
 1267 "aws-sdk-sts",
 1268 "aws-smithy-async",
 1269 "aws-smithy-http",
 1270 "aws-smithy-json",
 1271 "aws-smithy-runtime",
 1272 "aws-smithy-runtime-api",
 1273 "aws-smithy-types",
 1274 "aws-types",
 1275 "bytes 1.10.1",
 1276 "fastrand 2.3.0",
 1277 "hex",
 1278 "http 0.2.12",
 1279 "ring",
 1280 "time",
 1281 "tokio",
 1282 "tracing",
 1283 "url",
 1284 "zeroize",
 1285]
 1286
 1287[[package]]
 1288name = "aws-credential-types"
 1289version = "1.2.1"
 1290source = "registry+https://github.com/rust-lang/crates.io-index"
 1291checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
 1292dependencies = [
 1293 "aws-smithy-async",
 1294 "aws-smithy-runtime-api",
 1295 "aws-smithy-types",
 1296 "zeroize",
 1297]
 1298
 1299[[package]]
 1300name = "aws-lc-rs"
 1301version = "1.12.6"
 1302source = "registry+https://github.com/rust-lang/crates.io-index"
 1303checksum = "dabb68eb3a7aa08b46fddfd59a3d55c978243557a90ab804769f7e20e67d2b01"
 1304dependencies = [
 1305 "aws-lc-sys",
 1306 "zeroize",
 1307]
 1308
 1309[[package]]
 1310name = "aws-lc-sys"
 1311version = "0.27.0"
 1312source = "registry+https://github.com/rust-lang/crates.io-index"
 1313checksum = "6bbe221bbf523b625a4dd8585c7f38166e31167ec2ca98051dbcb4c3b6e825d2"
 1314dependencies = [
 1315 "bindgen 0.69.5",
 1316 "cc",
 1317 "cmake",
 1318 "dunce",
 1319 "fs_extra",
 1320]
 1321
 1322[[package]]
 1323name = "aws-runtime"
 1324version = "1.5.5"
 1325source = "registry+https://github.com/rust-lang/crates.io-index"
 1326checksum = "76dd04d39cc12844c0994f2c9c5a6f5184c22e9188ec1ff723de41910a21dcad"
 1327dependencies = [
 1328 "aws-credential-types",
 1329 "aws-sigv4",
 1330 "aws-smithy-async",
 1331 "aws-smithy-eventstream",
 1332 "aws-smithy-http",
 1333 "aws-smithy-runtime",
 1334 "aws-smithy-runtime-api",
 1335 "aws-smithy-types",
 1336 "aws-types",
 1337 "bytes 1.10.1",
 1338 "fastrand 2.3.0",
 1339 "http 0.2.12",
 1340 "http-body 0.4.6",
 1341 "once_cell",
 1342 "percent-encoding",
 1343 "pin-project-lite",
 1344 "tracing",
 1345 "uuid",
 1346]
 1347
 1348[[package]]
 1349name = "aws-sdk-bedrockruntime"
 1350version = "1.74.0"
 1351source = "registry+https://github.com/rust-lang/crates.io-index"
 1352checksum = "6938541d1948a543bca23303fec4cff9c36bf0e63b8fa3ae1b337bcb9d5b81af"
 1353dependencies = [
 1354 "aws-credential-types",
 1355 "aws-runtime",
 1356 "aws-smithy-async",
 1357 "aws-smithy-eventstream",
 1358 "aws-smithy-http",
 1359 "aws-smithy-json",
 1360 "aws-smithy-runtime",
 1361 "aws-smithy-runtime-api",
 1362 "aws-smithy-types",
 1363 "aws-types",
 1364 "bytes 1.10.1",
 1365 "fastrand 2.3.0",
 1366 "http 0.2.12",
 1367 "once_cell",
 1368 "regex-lite",
 1369 "tracing",
 1370]
 1371
 1372[[package]]
 1373name = "aws-sdk-kinesis"
 1374version = "1.61.0"
 1375source = "registry+https://github.com/rust-lang/crates.io-index"
 1376checksum = "89f2163d8704e8fdcd51ec6c2e0441c418471e422ee9690451b17a1c46344e1a"
 1377dependencies = [
 1378 "aws-credential-types",
 1379 "aws-runtime",
 1380 "aws-smithy-async",
 1381 "aws-smithy-http",
 1382 "aws-smithy-json",
 1383 "aws-smithy-runtime",
 1384 "aws-smithy-runtime-api",
 1385 "aws-smithy-types",
 1386 "aws-types",
 1387 "bytes 1.10.1",
 1388 "http 0.2.12",
 1389 "once_cell",
 1390 "regex-lite",
 1391 "tracing",
 1392]
 1393
 1394[[package]]
 1395name = "aws-sdk-s3"
 1396version = "1.76.0"
 1397source = "registry+https://github.com/rust-lang/crates.io-index"
 1398checksum = "66e83401ad7287ad15244d557e35502c2a94105ca5b41d656c391f1a4fc04ca2"
 1399dependencies = [
 1400 "aws-credential-types",
 1401 "aws-runtime",
 1402 "aws-sigv4",
 1403 "aws-smithy-async",
 1404 "aws-smithy-checksums",
 1405 "aws-smithy-eventstream",
 1406 "aws-smithy-http",
 1407 "aws-smithy-json",
 1408 "aws-smithy-runtime",
 1409 "aws-smithy-runtime-api",
 1410 "aws-smithy-types",
 1411 "aws-smithy-xml",
 1412 "aws-types",
 1413 "bytes 1.10.1",
 1414 "fastrand 2.3.0",
 1415 "hex",
 1416 "hmac",
 1417 "http 0.2.12",
 1418 "http-body 0.4.6",
 1419 "lru",
 1420 "once_cell",
 1421 "percent-encoding",
 1422 "regex-lite",
 1423 "sha2",
 1424 "tracing",
 1425 "url",
 1426]
 1427
 1428[[package]]
 1429name = "aws-sdk-sso"
 1430version = "1.58.0"
 1431source = "registry+https://github.com/rust-lang/crates.io-index"
 1432checksum = "16ff718c9ee45cc1ebd4774a0e086bb80a6ab752b4902edf1c9f56b86ee1f770"
 1433dependencies = [
 1434 "aws-credential-types",
 1435 "aws-runtime",
 1436 "aws-smithy-async",
 1437 "aws-smithy-http",
 1438 "aws-smithy-json",
 1439 "aws-smithy-runtime",
 1440 "aws-smithy-runtime-api",
 1441 "aws-smithy-types",
 1442 "aws-types",
 1443 "bytes 1.10.1",
 1444 "http 0.2.12",
 1445 "once_cell",
 1446 "regex-lite",
 1447 "tracing",
 1448]
 1449
 1450[[package]]
 1451name = "aws-sdk-ssooidc"
 1452version = "1.59.0"
 1453source = "registry+https://github.com/rust-lang/crates.io-index"
 1454checksum = "5183e088715cc135d8d396fdd3bc02f018f0da4c511f53cb8d795b6a31c55809"
 1455dependencies = [
 1456 "aws-credential-types",
 1457 "aws-runtime",
 1458 "aws-smithy-async",
 1459 "aws-smithy-http",
 1460 "aws-smithy-json",
 1461 "aws-smithy-runtime",
 1462 "aws-smithy-runtime-api",
 1463 "aws-smithy-types",
 1464 "aws-types",
 1465 "bytes 1.10.1",
 1466 "http 0.2.12",
 1467 "once_cell",
 1468 "regex-lite",
 1469 "tracing",
 1470]
 1471
 1472[[package]]
 1473name = "aws-sdk-sts"
 1474version = "1.59.0"
 1475source = "registry+https://github.com/rust-lang/crates.io-index"
 1476checksum = "c9f944ef032717596639cea4a2118a3a457268ef51bbb5fde9637e54c465da00"
 1477dependencies = [
 1478 "aws-credential-types",
 1479 "aws-runtime",
 1480 "aws-smithy-async",
 1481 "aws-smithy-http",
 1482 "aws-smithy-json",
 1483 "aws-smithy-query",
 1484 "aws-smithy-runtime",
 1485 "aws-smithy-runtime-api",
 1486 "aws-smithy-types",
 1487 "aws-smithy-xml",
 1488 "aws-types",
 1489 "http 0.2.12",
 1490 "once_cell",
 1491 "regex-lite",
 1492 "tracing",
 1493]
 1494
 1495[[package]]
 1496name = "aws-sigv4"
 1497version = "1.2.9"
 1498source = "registry+https://github.com/rust-lang/crates.io-index"
 1499checksum = "9bfe75fad52793ce6dec0dc3d4b1f388f038b5eb866c8d4d7f3a8e21b5ea5051"
 1500dependencies = [
 1501 "aws-credential-types",
 1502 "aws-smithy-eventstream",
 1503 "aws-smithy-http",
 1504 "aws-smithy-runtime-api",
 1505 "aws-smithy-types",
 1506 "bytes 1.10.1",
 1507 "crypto-bigint 0.5.5",
 1508 "form_urlencoded",
 1509 "hex",
 1510 "hmac",
 1511 "http 0.2.12",
 1512 "http 1.2.0",
 1513 "once_cell",
 1514 "p256",
 1515 "percent-encoding",
 1516 "ring",
 1517 "sha2",
 1518 "subtle",
 1519 "time",
 1520 "tracing",
 1521 "zeroize",
 1522]
 1523
 1524[[package]]
 1525name = "aws-smithy-async"
 1526version = "1.2.4"
 1527source = "registry+https://github.com/rust-lang/crates.io-index"
 1528checksum = "fa59d1327d8b5053c54bf2eaae63bf629ba9e904434d0835a28ed3c0ed0a614e"
 1529dependencies = [
 1530 "futures-util",
 1531 "pin-project-lite",
 1532 "tokio",
 1533]
 1534
 1535[[package]]
 1536name = "aws-smithy-checksums"
 1537version = "0.62.0"
 1538source = "registry+https://github.com/rust-lang/crates.io-index"
 1539checksum = "f2f45a1c384d7a393026bc5f5c177105aa9fa68e4749653b985707ac27d77295"
 1540dependencies = [
 1541 "aws-smithy-http",
 1542 "aws-smithy-types",
 1543 "bytes 1.10.1",
 1544 "crc32c",
 1545 "crc32fast",
 1546 "crc64fast-nvme",
 1547 "hex",
 1548 "http 0.2.12",
 1549 "http-body 0.4.6",
 1550 "md-5",
 1551 "pin-project-lite",
 1552 "sha1",
 1553 "sha2",
 1554 "tracing",
 1555]
 1556
 1557[[package]]
 1558name = "aws-smithy-eventstream"
 1559version = "0.60.6"
 1560source = "registry+https://github.com/rust-lang/crates.io-index"
 1561checksum = "8b18559a41e0c909b77625adf2b8c50de480a8041e5e4a3f5f7d177db70abc5a"
 1562dependencies = [
 1563 "aws-smithy-types",
 1564 "bytes 1.10.1",
 1565 "crc32fast",
 1566]
 1567
 1568[[package]]
 1569name = "aws-smithy-http"
 1570version = "0.60.12"
 1571source = "registry+https://github.com/rust-lang/crates.io-index"
 1572checksum = "7809c27ad8da6a6a68c454e651d4962479e81472aa19ae99e59f9aba1f9713cc"
 1573dependencies = [
 1574 "aws-smithy-eventstream",
 1575 "aws-smithy-runtime-api",
 1576 "aws-smithy-types",
 1577 "bytes 1.10.1",
 1578 "bytes-utils",
 1579 "futures-core",
 1580 "http 0.2.12",
 1581 "http-body 0.4.6",
 1582 "once_cell",
 1583 "percent-encoding",
 1584 "pin-project-lite",
 1585 "pin-utils",
 1586 "tracing",
 1587]
 1588
 1589[[package]]
 1590name = "aws-smithy-json"
 1591version = "0.61.2"
 1592source = "registry+https://github.com/rust-lang/crates.io-index"
 1593checksum = "623a51127f24c30776c8b374295f2df78d92517386f77ba30773f15a30ce1422"
 1594dependencies = [
 1595 "aws-smithy-types",
 1596]
 1597
 1598[[package]]
 1599name = "aws-smithy-query"
 1600version = "0.60.7"
 1601source = "registry+https://github.com/rust-lang/crates.io-index"
 1602checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
 1603dependencies = [
 1604 "aws-smithy-types",
 1605 "urlencoding",
 1606]
 1607
 1608[[package]]
 1609name = "aws-smithy-runtime"
 1610version = "1.7.8"
 1611source = "registry+https://github.com/rust-lang/crates.io-index"
 1612checksum = "d526a12d9ed61fadefda24abe2e682892ba288c2018bcb38b1b4c111d13f6d92"
 1613dependencies = [
 1614 "aws-smithy-async",
 1615 "aws-smithy-http",
 1616 "aws-smithy-runtime-api",
 1617 "aws-smithy-types",
 1618 "bytes 1.10.1",
 1619 "fastrand 2.3.0",
 1620 "h2 0.3.26",
 1621 "http 0.2.12",
 1622 "http-body 0.4.6",
 1623 "http-body 1.0.1",
 1624 "httparse",
 1625 "hyper 0.14.32",
 1626 "hyper-rustls 0.24.2",
 1627 "once_cell",
 1628 "pin-project-lite",
 1629 "pin-utils",
 1630 "rustls 0.21.12",
 1631 "tokio",
 1632 "tracing",
 1633]
 1634
 1635[[package]]
 1636name = "aws-smithy-runtime-api"
 1637version = "1.7.3"
 1638source = "registry+https://github.com/rust-lang/crates.io-index"
 1639checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
 1640dependencies = [
 1641 "aws-smithy-async",
 1642 "aws-smithy-types",
 1643 "bytes 1.10.1",
 1644 "http 0.2.12",
 1645 "http 1.2.0",
 1646 "pin-project-lite",
 1647 "tokio",
 1648 "tracing",
 1649 "zeroize",
 1650]
 1651
 1652[[package]]
 1653name = "aws-smithy-types"
 1654version = "1.2.13"
 1655source = "registry+https://github.com/rust-lang/crates.io-index"
 1656checksum = "c7b8a53819e42f10d0821f56da995e1470b199686a1809168db6ca485665f042"
 1657dependencies = [
 1658 "base64-simd",
 1659 "bytes 1.10.1",
 1660 "bytes-utils",
 1661 "futures-core",
 1662 "http 0.2.12",
 1663 "http 1.2.0",
 1664 "http-body 0.4.6",
 1665 "http-body 1.0.1",
 1666 "http-body-util",
 1667 "itoa",
 1668 "num-integer",
 1669 "pin-project-lite",
 1670 "pin-utils",
 1671 "ryu",
 1672 "serde",
 1673 "time",
 1674 "tokio",
 1675 "tokio-util",
 1676]
 1677
 1678[[package]]
 1679name = "aws-smithy-xml"
 1680version = "0.60.9"
 1681source = "registry+https://github.com/rust-lang/crates.io-index"
 1682checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
 1683dependencies = [
 1684 "xmlparser",
 1685]
 1686
 1687[[package]]
 1688name = "aws-types"
 1689version = "1.3.5"
 1690source = "registry+https://github.com/rust-lang/crates.io-index"
 1691checksum = "dfbd0a668309ec1f66c0f6bda4840dd6d4796ae26d699ebc266d7cc95c6d040f"
 1692dependencies = [
 1693 "aws-credential-types",
 1694 "aws-smithy-async",
 1695 "aws-smithy-runtime-api",
 1696 "aws-smithy-types",
 1697 "rustc_version",
 1698 "tracing",
 1699]
 1700
 1701[[package]]
 1702name = "aws_http_client"
 1703version = "0.1.0"
 1704dependencies = [
 1705 "aws-smithy-runtime-api",
 1706 "aws-smithy-types",
 1707 "futures 0.3.31",
 1708 "http_client",
 1709 "tokio",
 1710]
 1711
 1712[[package]]
 1713name = "axum"
 1714version = "0.6.20"
 1715source = "registry+https://github.com/rust-lang/crates.io-index"
 1716checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1717dependencies = [
 1718 "async-trait",
 1719 "axum-core",
 1720 "base64 0.21.7",
 1721 "bitflags 1.3.2",
 1722 "bytes 1.10.1",
 1723 "futures-util",
 1724 "headers",
 1725 "http 0.2.12",
 1726 "http-body 0.4.6",
 1727 "hyper 0.14.32",
 1728 "itoa",
 1729 "matchit",
 1730 "memchr",
 1731 "mime",
 1732 "percent-encoding",
 1733 "pin-project-lite",
 1734 "rustversion",
 1735 "serde",
 1736 "serde_json",
 1737 "serde_path_to_error",
 1738 "serde_urlencoded",
 1739 "sha1",
 1740 "sync_wrapper 0.1.2",
 1741 "tokio",
 1742 "tokio-tungstenite 0.20.1",
 1743 "tower",
 1744 "tower-layer",
 1745 "tower-service",
 1746]
 1747
 1748[[package]]
 1749name = "axum-core"
 1750version = "0.3.4"
 1751source = "registry+https://github.com/rust-lang/crates.io-index"
 1752checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1753dependencies = [
 1754 "async-trait",
 1755 "bytes 1.10.1",
 1756 "futures-util",
 1757 "http 0.2.12",
 1758 "http-body 0.4.6",
 1759 "mime",
 1760 "rustversion",
 1761 "tower-layer",
 1762 "tower-service",
 1763]
 1764
 1765[[package]]
 1766name = "axum-extra"
 1767version = "0.4.2"
 1768source = "registry+https://github.com/rust-lang/crates.io-index"
 1769checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
 1770dependencies = [
 1771 "axum",
 1772 "bytes 1.10.1",
 1773 "futures-util",
 1774 "http 0.2.12",
 1775 "mime",
 1776 "pin-project-lite",
 1777 "serde",
 1778 "serde_json",
 1779 "tokio",
 1780 "tower",
 1781 "tower-http 0.3.5",
 1782 "tower-layer",
 1783 "tower-service",
 1784]
 1785
 1786[[package]]
 1787name = "backtrace"
 1788version = "0.3.74"
 1789source = "registry+https://github.com/rust-lang/crates.io-index"
 1790checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
 1791dependencies = [
 1792 "addr2line",
 1793 "cfg-if",
 1794 "libc",
 1795 "miniz_oxide",
 1796 "object",
 1797 "rustc-demangle",
 1798 "windows-targets 0.52.6",
 1799]
 1800
 1801[[package]]
 1802name = "base16ct"
 1803version = "0.1.1"
 1804source = "registry+https://github.com/rust-lang/crates.io-index"
 1805checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1806
 1807[[package]]
 1808name = "base64"
 1809version = "0.13.1"
 1810source = "registry+https://github.com/rust-lang/crates.io-index"
 1811checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
 1812
 1813[[package]]
 1814name = "base64"
 1815version = "0.21.7"
 1816source = "registry+https://github.com/rust-lang/crates.io-index"
 1817checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1818
 1819[[package]]
 1820name = "base64"
 1821version = "0.22.1"
 1822source = "registry+https://github.com/rust-lang/crates.io-index"
 1823checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1824
 1825[[package]]
 1826name = "base64-simd"
 1827version = "0.8.0"
 1828source = "registry+https://github.com/rust-lang/crates.io-index"
 1829checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1830dependencies = [
 1831 "outref",
 1832 "vsimd",
 1833]
 1834
 1835[[package]]
 1836name = "base64ct"
 1837version = "1.6.0"
 1838source = "registry+https://github.com/rust-lang/crates.io-index"
 1839checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
 1840
 1841[[package]]
 1842name = "bedrock"
 1843version = "0.1.0"
 1844dependencies = [
 1845 "anyhow",
 1846 "aws-sdk-bedrockruntime",
 1847 "aws-smithy-types",
 1848 "futures 0.3.31",
 1849 "schemars",
 1850 "serde",
 1851 "serde_json",
 1852 "strum",
 1853 "thiserror 2.0.12",
 1854 "tokio",
 1855]
 1856
 1857[[package]]
 1858name = "bigdecimal"
 1859version = "0.4.7"
 1860source = "registry+https://github.com/rust-lang/crates.io-index"
 1861checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
 1862dependencies = [
 1863 "autocfg",
 1864 "libm",
 1865 "num-bigint",
 1866 "num-integer",
 1867 "num-traits",
 1868 "serde",
 1869]
 1870
 1871[[package]]
 1872name = "bincode"
 1873version = "1.3.3"
 1874source = "registry+https://github.com/rust-lang/crates.io-index"
 1875checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1876dependencies = [
 1877 "serde",
 1878]
 1879
 1880[[package]]
 1881name = "bindgen"
 1882version = "0.69.5"
 1883source = "registry+https://github.com/rust-lang/crates.io-index"
 1884checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
 1885dependencies = [
 1886 "bitflags 2.8.0",
 1887 "cexpr",
 1888 "clang-sys",
 1889 "itertools 0.12.1",
 1890 "lazy_static",
 1891 "lazycell",
 1892 "log",
 1893 "prettyplease",
 1894 "proc-macro2",
 1895 "quote",
 1896 "regex",
 1897 "rustc-hash 1.1.0",
 1898 "shlex",
 1899 "syn 2.0.100",
 1900 "which 4.4.2",
 1901]
 1902
 1903[[package]]
 1904name = "bindgen"
 1905version = "0.70.1"
 1906source = "registry+https://github.com/rust-lang/crates.io-index"
 1907checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
 1908dependencies = [
 1909 "bitflags 2.8.0",
 1910 "cexpr",
 1911 "clang-sys",
 1912 "itertools 0.12.1",
 1913 "log",
 1914 "prettyplease",
 1915 "proc-macro2",
 1916 "quote",
 1917 "regex",
 1918 "rustc-hash 1.1.0",
 1919 "shlex",
 1920 "syn 2.0.100",
 1921]
 1922
 1923[[package]]
 1924name = "bit-set"
 1925version = "0.5.3"
 1926source = "registry+https://github.com/rust-lang/crates.io-index"
 1927checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
 1928dependencies = [
 1929 "bit-vec 0.6.3",
 1930]
 1931
 1932[[package]]
 1933name = "bit-set"
 1934version = "0.8.0"
 1935source = "registry+https://github.com/rust-lang/crates.io-index"
 1936checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1937dependencies = [
 1938 "bit-vec 0.8.0",
 1939]
 1940
 1941[[package]]
 1942name = "bit-vec"
 1943version = "0.6.3"
 1944source = "registry+https://github.com/rust-lang/crates.io-index"
 1945checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
 1946
 1947[[package]]
 1948name = "bit-vec"
 1949version = "0.8.0"
 1950source = "registry+https://github.com/rust-lang/crates.io-index"
 1951checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 1952
 1953[[package]]
 1954name = "bit_field"
 1955version = "0.10.2"
 1956source = "registry+https://github.com/rust-lang/crates.io-index"
 1957checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
 1958
 1959[[package]]
 1960name = "bitflags"
 1961version = "1.3.2"
 1962source = "registry+https://github.com/rust-lang/crates.io-index"
 1963checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 1964
 1965[[package]]
 1966name = "bitflags"
 1967version = "2.8.0"
 1968source = "registry+https://github.com/rust-lang/crates.io-index"
 1969checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
 1970dependencies = [
 1971 "serde",
 1972]
 1973
 1974[[package]]
 1975name = "bitstream-io"
 1976version = "2.6.0"
 1977source = "registry+https://github.com/rust-lang/crates.io-index"
 1978checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 1979
 1980[[package]]
 1981name = "bitvec"
 1982version = "1.0.1"
 1983source = "registry+https://github.com/rust-lang/crates.io-index"
 1984checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 1985dependencies = [
 1986 "funty",
 1987 "radium",
 1988 "tap",
 1989 "wyz",
 1990]
 1991
 1992[[package]]
 1993name = "blade-graphics"
 1994version = "0.6.0"
 1995source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 1996dependencies = [
 1997 "ash",
 1998 "ash-window",
 1999 "bitflags 2.8.0",
 2000 "bytemuck",
 2001 "codespan-reporting 0.11.1",
 2002 "glow",
 2003 "gpu-alloc",
 2004 "gpu-alloc-ash",
 2005 "hidden-trait",
 2006 "js-sys",
 2007 "khronos-egl",
 2008 "libloading",
 2009 "log",
 2010 "mint",
 2011 "naga",
 2012 "objc2",
 2013 "objc2-app-kit",
 2014 "objc2-foundation",
 2015 "objc2-metal",
 2016 "objc2-quartz-core",
 2017 "objc2-ui-kit",
 2018 "raw-window-handle",
 2019 "slab",
 2020 "wasm-bindgen",
 2021 "web-sys",
 2022]
 2023
 2024[[package]]
 2025name = "blade-macros"
 2026version = "0.3.0"
 2027source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 2028dependencies = [
 2029 "proc-macro2",
 2030 "quote",
 2031 "syn 2.0.100",
 2032]
 2033
 2034[[package]]
 2035name = "blade-util"
 2036version = "0.2.0"
 2037source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 2038dependencies = [
 2039 "blade-graphics",
 2040 "bytemuck",
 2041 "log",
 2042 "profiling",
 2043]
 2044
 2045[[package]]
 2046name = "blake3"
 2047version = "1.6.1"
 2048source = "registry+https://github.com/rust-lang/crates.io-index"
 2049checksum = "675f87afced0413c9bb02843499dbbd3882a237645883f71a2b59644a6d2f753"
 2050dependencies = [
 2051 "arrayref",
 2052 "arrayvec",
 2053 "cc",
 2054 "cfg-if",
 2055 "constant_time_eq 0.3.1",
 2056]
 2057
 2058[[package]]
 2059name = "block"
 2060version = "0.1.6"
 2061source = "registry+https://github.com/rust-lang/crates.io-index"
 2062checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2063
 2064[[package]]
 2065name = "block-buffer"
 2066version = "0.10.4"
 2067source = "registry+https://github.com/rust-lang/crates.io-index"
 2068checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2069dependencies = [
 2070 "generic-array",
 2071]
 2072
 2073[[package]]
 2074name = "block-padding"
 2075version = "0.3.3"
 2076source = "registry+https://github.com/rust-lang/crates.io-index"
 2077checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2078dependencies = [
 2079 "generic-array",
 2080]
 2081
 2082[[package]]
 2083name = "block2"
 2084version = "0.5.1"
 2085source = "registry+https://github.com/rust-lang/crates.io-index"
 2086checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
 2087dependencies = [
 2088 "objc2",
 2089]
 2090
 2091[[package]]
 2092name = "blocking"
 2093version = "1.6.1"
 2094source = "registry+https://github.com/rust-lang/crates.io-index"
 2095checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
 2096dependencies = [
 2097 "async-channel 2.3.1",
 2098 "async-task",
 2099 "futures-io",
 2100 "futures-lite 2.6.0",
 2101 "piper",
 2102]
 2103
 2104[[package]]
 2105name = "borsh"
 2106version = "1.5.3"
 2107source = "registry+https://github.com/rust-lang/crates.io-index"
 2108checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
 2109dependencies = [
 2110 "borsh-derive",
 2111 "cfg_aliases 0.2.1",
 2112]
 2113
 2114[[package]]
 2115name = "borsh-derive"
 2116version = "1.5.3"
 2117source = "registry+https://github.com/rust-lang/crates.io-index"
 2118checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
 2119dependencies = [
 2120 "once_cell",
 2121 "proc-macro-crate",
 2122 "proc-macro2",
 2123 "quote",
 2124 "syn 2.0.100",
 2125]
 2126
 2127[[package]]
 2128name = "breadcrumbs"
 2129version = "0.1.0"
 2130dependencies = [
 2131 "editor",
 2132 "gpui",
 2133 "itertools 0.14.0",
 2134 "theme",
 2135 "ui",
 2136 "workspace",
 2137 "zed_actions",
 2138]
 2139
 2140[[package]]
 2141name = "bstr"
 2142version = "1.11.1"
 2143source = "registry+https://github.com/rust-lang/crates.io-index"
 2144checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
 2145dependencies = [
 2146 "memchr",
 2147 "regex-automata 0.4.9",
 2148 "serde",
 2149]
 2150
 2151[[package]]
 2152name = "buffer_diff"
 2153version = "0.1.0"
 2154dependencies = [
 2155 "anyhow",
 2156 "clock",
 2157 "ctor",
 2158 "env_logger 0.11.7",
 2159 "futures 0.3.31",
 2160 "git2",
 2161 "gpui",
 2162 "language",
 2163 "log",
 2164 "pretty_assertions",
 2165 "rand 0.8.5",
 2166 "rope",
 2167 "serde_json",
 2168 "sum_tree",
 2169 "text",
 2170 "unindent",
 2171 "util",
 2172]
 2173
 2174[[package]]
 2175name = "built"
 2176version = "0.7.5"
 2177source = "registry+https://github.com/rust-lang/crates.io-index"
 2178checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
 2179
 2180[[package]]
 2181name = "bumpalo"
 2182version = "3.16.0"
 2183source = "registry+https://github.com/rust-lang/crates.io-index"
 2184checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
 2185dependencies = [
 2186 "allocator-api2",
 2187]
 2188
 2189[[package]]
 2190name = "by_address"
 2191version = "1.2.1"
 2192source = "registry+https://github.com/rust-lang/crates.io-index"
 2193checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2194
 2195[[package]]
 2196name = "bytecheck"
 2197version = "0.6.12"
 2198source = "registry+https://github.com/rust-lang/crates.io-index"
 2199checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2200dependencies = [
 2201 "bytecheck_derive",
 2202 "ptr_meta",
 2203 "simdutf8",
 2204]
 2205
 2206[[package]]
 2207name = "bytecheck_derive"
 2208version = "0.6.12"
 2209source = "registry+https://github.com/rust-lang/crates.io-index"
 2210checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2211dependencies = [
 2212 "proc-macro2",
 2213 "quote",
 2214 "syn 1.0.109",
 2215]
 2216
 2217[[package]]
 2218name = "bytemuck"
 2219version = "1.21.0"
 2220source = "registry+https://github.com/rust-lang/crates.io-index"
 2221checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
 2222dependencies = [
 2223 "bytemuck_derive",
 2224]
 2225
 2226[[package]]
 2227name = "bytemuck_derive"
 2228version = "1.8.0"
 2229source = "registry+https://github.com/rust-lang/crates.io-index"
 2230checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
 2231dependencies = [
 2232 "proc-macro2",
 2233 "quote",
 2234 "syn 2.0.100",
 2235]
 2236
 2237[[package]]
 2238name = "byteorder"
 2239version = "1.5.0"
 2240source = "registry+https://github.com/rust-lang/crates.io-index"
 2241checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2242
 2243[[package]]
 2244name = "byteorder-lite"
 2245version = "0.1.0"
 2246source = "registry+https://github.com/rust-lang/crates.io-index"
 2247checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2248
 2249[[package]]
 2250name = "bytes"
 2251version = "0.4.12"
 2252source = "registry+https://github.com/rust-lang/crates.io-index"
 2253checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2254dependencies = [
 2255 "byteorder",
 2256 "iovec",
 2257]
 2258
 2259[[package]]
 2260name = "bytes"
 2261version = "1.10.1"
 2262source = "registry+https://github.com/rust-lang/crates.io-index"
 2263checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
 2264
 2265[[package]]
 2266name = "bytes-utils"
 2267version = "0.1.4"
 2268source = "registry+https://github.com/rust-lang/crates.io-index"
 2269checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2270dependencies = [
 2271 "bytes 1.10.1",
 2272 "either",
 2273]
 2274
 2275[[package]]
 2276name = "bzip2"
 2277version = "0.4.4"
 2278source = "registry+https://github.com/rust-lang/crates.io-index"
 2279checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2280dependencies = [
 2281 "bzip2-sys",
 2282 "libc",
 2283]
 2284
 2285[[package]]
 2286name = "bzip2-sys"
 2287version = "0.1.13+1.0.8"
 2288source = "registry+https://github.com/rust-lang/crates.io-index"
 2289checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
 2290dependencies = [
 2291 "cc",
 2292 "pkg-config",
 2293]
 2294
 2295[[package]]
 2296name = "call"
 2297version = "0.1.0"
 2298dependencies = [
 2299 "anyhow",
 2300 "audio",
 2301 "client",
 2302 "collections",
 2303 "fs",
 2304 "futures 0.3.31",
 2305 "gpui",
 2306 "gpui_tokio",
 2307 "http_client",
 2308 "language",
 2309 "livekit_client",
 2310 "log",
 2311 "postage",
 2312 "project",
 2313 "schemars",
 2314 "serde",
 2315 "serde_derive",
 2316 "settings",
 2317 "telemetry",
 2318 "util",
 2319]
 2320
 2321[[package]]
 2322name = "calloop"
 2323version = "0.13.0"
 2324source = "registry+https://github.com/rust-lang/crates.io-index"
 2325checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
 2326dependencies = [
 2327 "bitflags 2.8.0",
 2328 "log",
 2329 "polling",
 2330 "rustix",
 2331 "slab",
 2332 "thiserror 1.0.69",
 2333]
 2334
 2335[[package]]
 2336name = "calloop-wayland-source"
 2337version = "0.3.0"
 2338source = "registry+https://github.com/rust-lang/crates.io-index"
 2339checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
 2340dependencies = [
 2341 "calloop",
 2342 "rustix",
 2343 "wayland-backend",
 2344 "wayland-client",
 2345]
 2346
 2347[[package]]
 2348name = "camino"
 2349version = "1.1.9"
 2350source = "registry+https://github.com/rust-lang/crates.io-index"
 2351checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
 2352dependencies = [
 2353 "serde",
 2354]
 2355
 2356[[package]]
 2357name = "cap-fs-ext"
 2358version = "3.4.2"
 2359source = "registry+https://github.com/rust-lang/crates.io-index"
 2360checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
 2361dependencies = [
 2362 "cap-primitives",
 2363 "cap-std",
 2364 "io-lifetimes",
 2365 "windows-sys 0.52.0",
 2366]
 2367
 2368[[package]]
 2369name = "cap-net-ext"
 2370version = "3.4.2"
 2371source = "registry+https://github.com/rust-lang/crates.io-index"
 2372checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
 2373dependencies = [
 2374 "cap-primitives",
 2375 "cap-std",
 2376 "rustix",
 2377 "smallvec",
 2378]
 2379
 2380[[package]]
 2381name = "cap-primitives"
 2382version = "3.4.2"
 2383source = "registry+https://github.com/rust-lang/crates.io-index"
 2384checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
 2385dependencies = [
 2386 "ambient-authority",
 2387 "fs-set-times",
 2388 "io-extras",
 2389 "io-lifetimes",
 2390 "ipnet",
 2391 "maybe-owned",
 2392 "rustix",
 2393 "windows-sys 0.52.0",
 2394 "winx",
 2395]
 2396
 2397[[package]]
 2398name = "cap-rand"
 2399version = "3.4.2"
 2400source = "registry+https://github.com/rust-lang/crates.io-index"
 2401checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
 2402dependencies = [
 2403 "ambient-authority",
 2404 "rand 0.8.5",
 2405]
 2406
 2407[[package]]
 2408name = "cap-std"
 2409version = "3.4.2"
 2410source = "registry+https://github.com/rust-lang/crates.io-index"
 2411checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
 2412dependencies = [
 2413 "cap-primitives",
 2414 "io-extras",
 2415 "io-lifetimes",
 2416 "rustix",
 2417]
 2418
 2419[[package]]
 2420name = "cap-time-ext"
 2421version = "3.4.2"
 2422source = "registry+https://github.com/rust-lang/crates.io-index"
 2423checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
 2424dependencies = [
 2425 "ambient-authority",
 2426 "cap-primitives",
 2427 "iana-time-zone",
 2428 "once_cell",
 2429 "rustix",
 2430 "winx",
 2431]
 2432
 2433[[package]]
 2434name = "cargo-platform"
 2435version = "0.1.9"
 2436source = "registry+https://github.com/rust-lang/crates.io-index"
 2437checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2438dependencies = [
 2439 "serde",
 2440]
 2441
 2442[[package]]
 2443name = "cargo_metadata"
 2444version = "0.19.2"
 2445source = "registry+https://github.com/rust-lang/crates.io-index"
 2446checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2447dependencies = [
 2448 "camino",
 2449 "cargo-platform",
 2450 "semver",
 2451 "serde",
 2452 "serde_json",
 2453 "thiserror 2.0.12",
 2454]
 2455
 2456[[package]]
 2457name = "cargo_toml"
 2458version = "0.21.0"
 2459source = "registry+https://github.com/rust-lang/crates.io-index"
 2460checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2461dependencies = [
 2462 "serde",
 2463 "toml 0.8.20",
 2464]
 2465
 2466[[package]]
 2467name = "cast"
 2468version = "0.3.0"
 2469source = "registry+https://github.com/rust-lang/crates.io-index"
 2470checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2471
 2472[[package]]
 2473name = "cbc"
 2474version = "0.1.2"
 2475source = "registry+https://github.com/rust-lang/crates.io-index"
 2476checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2477dependencies = [
 2478 "cipher",
 2479]
 2480
 2481[[package]]
 2482name = "cbindgen"
 2483version = "0.27.0"
 2484source = "registry+https://github.com/rust-lang/crates.io-index"
 2485checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
 2486dependencies = [
 2487 "clap",
 2488 "heck 0.4.1",
 2489 "indexmap",
 2490 "log",
 2491 "proc-macro2",
 2492 "quote",
 2493 "serde",
 2494 "serde_json",
 2495 "syn 2.0.100",
 2496 "tempfile",
 2497 "toml 0.8.20",
 2498]
 2499
 2500[[package]]
 2501name = "cbindgen"
 2502version = "0.28.0"
 2503source = "registry+https://github.com/rust-lang/crates.io-index"
 2504checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2505dependencies = [
 2506 "heck 0.4.1",
 2507 "indexmap",
 2508 "log",
 2509 "proc-macro2",
 2510 "quote",
 2511 "serde",
 2512 "serde_json",
 2513 "syn 2.0.100",
 2514 "tempfile",
 2515 "toml 0.8.20",
 2516]
 2517
 2518[[package]]
 2519name = "cc"
 2520version = "1.2.12"
 2521source = "registry+https://github.com/rust-lang/crates.io-index"
 2522checksum = "755717a7de9ec452bf7f3f1a3099085deabd7f2962b861dae91ecd7a365903d2"
 2523dependencies = [
 2524 "jobserver",
 2525 "libc",
 2526 "shlex",
 2527]
 2528
 2529[[package]]
 2530name = "cesu8"
 2531version = "1.1.0"
 2532source = "registry+https://github.com/rust-lang/crates.io-index"
 2533checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2534
 2535[[package]]
 2536name = "cexpr"
 2537version = "0.6.0"
 2538source = "registry+https://github.com/rust-lang/crates.io-index"
 2539checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2540dependencies = [
 2541 "nom",
 2542]
 2543
 2544[[package]]
 2545name = "cfg-expr"
 2546version = "0.15.8"
 2547source = "registry+https://github.com/rust-lang/crates.io-index"
 2548checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2549dependencies = [
 2550 "smallvec",
 2551 "target-lexicon 0.12.16",
 2552]
 2553
 2554[[package]]
 2555name = "cfg-if"
 2556version = "1.0.0"
 2557source = "registry+https://github.com/rust-lang/crates.io-index"
 2558checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 2559
 2560[[package]]
 2561name = "cfg_aliases"
 2562version = "0.1.1"
 2563source = "registry+https://github.com/rust-lang/crates.io-index"
 2564checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2565
 2566[[package]]
 2567name = "cfg_aliases"
 2568version = "0.2.1"
 2569source = "registry+https://github.com/rust-lang/crates.io-index"
 2570checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2571
 2572[[package]]
 2573name = "cgl"
 2574version = "0.3.2"
 2575source = "registry+https://github.com/rust-lang/crates.io-index"
 2576checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2577dependencies = [
 2578 "libc",
 2579]
 2580
 2581[[package]]
 2582name = "channel"
 2583version = "0.1.0"
 2584dependencies = [
 2585 "anyhow",
 2586 "client",
 2587 "clock",
 2588 "collections",
 2589 "futures 0.3.31",
 2590 "gpui",
 2591 "http_client",
 2592 "language",
 2593 "log",
 2594 "rand 0.8.5",
 2595 "release_channel",
 2596 "rpc",
 2597 "settings",
 2598 "sum_tree",
 2599 "text",
 2600 "time",
 2601 "util",
 2602]
 2603
 2604[[package]]
 2605name = "chrono"
 2606version = "0.4.40"
 2607source = "registry+https://github.com/rust-lang/crates.io-index"
 2608checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
 2609dependencies = [
 2610 "android-tzdata",
 2611 "iana-time-zone",
 2612 "js-sys",
 2613 "num-traits",
 2614 "serde",
 2615 "wasm-bindgen",
 2616 "windows-link",
 2617]
 2618
 2619[[package]]
 2620name = "chunked_transfer"
 2621version = "1.5.0"
 2622source = "registry+https://github.com/rust-lang/crates.io-index"
 2623checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2624
 2625[[package]]
 2626name = "ciborium"
 2627version = "0.2.2"
 2628source = "registry+https://github.com/rust-lang/crates.io-index"
 2629checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2630dependencies = [
 2631 "ciborium-io",
 2632 "ciborium-ll",
 2633 "serde",
 2634]
 2635
 2636[[package]]
 2637name = "ciborium-io"
 2638version = "0.2.2"
 2639source = "registry+https://github.com/rust-lang/crates.io-index"
 2640checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2641
 2642[[package]]
 2643name = "ciborium-ll"
 2644version = "0.2.2"
 2645source = "registry+https://github.com/rust-lang/crates.io-index"
 2646checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2647dependencies = [
 2648 "ciborium-io",
 2649 "half",
 2650]
 2651
 2652[[package]]
 2653name = "cipher"
 2654version = "0.4.4"
 2655source = "registry+https://github.com/rust-lang/crates.io-index"
 2656checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2657dependencies = [
 2658 "crypto-common",
 2659 "inout",
 2660 "zeroize",
 2661]
 2662
 2663[[package]]
 2664name = "circular-buffer"
 2665version = "1.0.0"
 2666source = "registry+https://github.com/rust-lang/crates.io-index"
 2667checksum = "4dacb91f972298e70fc507a2ffcaf1545807f1a36da586fb846646030adc542f"
 2668
 2669[[package]]
 2670name = "clang-sys"
 2671version = "1.8.1"
 2672source = "registry+https://github.com/rust-lang/crates.io-index"
 2673checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2674dependencies = [
 2675 "glob",
 2676 "libc",
 2677 "libloading",
 2678]
 2679
 2680[[package]]
 2681name = "clap"
 2682version = "4.5.34"
 2683source = "registry+https://github.com/rust-lang/crates.io-index"
 2684checksum = "e958897981290da2a852763fe9cdb89cd36977a5d729023127095fa94d95e2ff"
 2685dependencies = [
 2686 "clap_builder",
 2687 "clap_derive",
 2688]
 2689
 2690[[package]]
 2691name = "clap_builder"
 2692version = "4.5.34"
 2693source = "registry+https://github.com/rust-lang/crates.io-index"
 2694checksum = "83b0f35019843db2160b5bb19ae09b4e6411ac33fc6a712003c33e03090e2489"
 2695dependencies = [
 2696 "anstream",
 2697 "anstyle",
 2698 "clap_lex",
 2699 "strsim",
 2700 "terminal_size",
 2701]
 2702
 2703[[package]]
 2704name = "clap_complete"
 2705version = "4.5.38"
 2706source = "registry+https://github.com/rust-lang/crates.io-index"
 2707checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
 2708dependencies = [
 2709 "clap",
 2710]
 2711
 2712[[package]]
 2713name = "clap_derive"
 2714version = "4.5.32"
 2715source = "registry+https://github.com/rust-lang/crates.io-index"
 2716checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
 2717dependencies = [
 2718 "heck 0.5.0",
 2719 "proc-macro2",
 2720 "quote",
 2721 "syn 2.0.100",
 2722]
 2723
 2724[[package]]
 2725name = "clap_lex"
 2726version = "0.7.4"
 2727source = "registry+https://github.com/rust-lang/crates.io-index"
 2728checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
 2729
 2730[[package]]
 2731name = "cli"
 2732version = "0.1.0"
 2733dependencies = [
 2734 "anyhow",
 2735 "clap",
 2736 "collections",
 2737 "core-foundation 0.10.0",
 2738 "core-services",
 2739 "exec",
 2740 "fork",
 2741 "ipc-channel",
 2742 "parking_lot",
 2743 "paths",
 2744 "plist",
 2745 "release_channel",
 2746 "serde",
 2747 "tempfile",
 2748 "util",
 2749 "windows 0.61.1",
 2750]
 2751
 2752[[package]]
 2753name = "client"
 2754version = "0.1.0"
 2755dependencies = [
 2756 "anyhow",
 2757 "async-native-tls",
 2758 "async-recursion 0.3.2",
 2759 "async-tungstenite",
 2760 "chrono",
 2761 "clock",
 2762 "cocoa 0.26.0",
 2763 "collections",
 2764 "credentials_provider",
 2765 "feature_flags",
 2766 "futures 0.3.31",
 2767 "gpui",
 2768 "http_client",
 2769 "http_client_tls",
 2770 "log",
 2771 "parking_lot",
 2772 "paths",
 2773 "postage",
 2774 "rand 0.8.5",
 2775 "release_channel",
 2776 "rpc",
 2777 "schemars",
 2778 "serde",
 2779 "serde_json",
 2780 "settings",
 2781 "sha2",
 2782 "smol",
 2783 "telemetry",
 2784 "telemetry_events",
 2785 "text",
 2786 "thiserror 2.0.12",
 2787 "time",
 2788 "tiny_http",
 2789 "tokio-socks",
 2790 "url",
 2791 "util",
 2792 "windows 0.61.1",
 2793 "worktree",
 2794]
 2795
 2796[[package]]
 2797name = "clock"
 2798version = "0.1.0"
 2799dependencies = [
 2800 "parking_lot",
 2801 "serde",
 2802 "smallvec",
 2803]
 2804
 2805[[package]]
 2806name = "cmake"
 2807version = "0.1.53"
 2808source = "registry+https://github.com/rust-lang/crates.io-index"
 2809checksum = "e24a03c8b52922d68a1589ad61032f2c1aa5a8158d2aa0d93c6e9534944bbad6"
 2810dependencies = [
 2811 "cc",
 2812]
 2813
 2814[[package]]
 2815name = "cobs"
 2816version = "0.2.3"
 2817source = "registry+https://github.com/rust-lang/crates.io-index"
 2818checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
 2819
 2820[[package]]
 2821name = "cocoa"
 2822version = "0.25.0"
 2823source = "registry+https://github.com/rust-lang/crates.io-index"
 2824checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 2825dependencies = [
 2826 "bitflags 1.3.2",
 2827 "block",
 2828 "cocoa-foundation 0.1.2",
 2829 "core-foundation 0.9.4",
 2830 "core-graphics 0.23.2",
 2831 "foreign-types 0.5.0",
 2832 "libc",
 2833 "objc",
 2834]
 2835
 2836[[package]]
 2837name = "cocoa"
 2838version = "0.26.0"
 2839source = "registry+https://github.com/rust-lang/crates.io-index"
 2840checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 2841dependencies = [
 2842 "bitflags 2.8.0",
 2843 "block",
 2844 "cocoa-foundation 0.2.0",
 2845 "core-foundation 0.10.0",
 2846 "core-graphics 0.24.0",
 2847 "foreign-types 0.5.0",
 2848 "libc",
 2849 "objc",
 2850]
 2851
 2852[[package]]
 2853name = "cocoa-foundation"
 2854version = "0.1.2"
 2855source = "registry+https://github.com/rust-lang/crates.io-index"
 2856checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 2857dependencies = [
 2858 "bitflags 1.3.2",
 2859 "block",
 2860 "core-foundation 0.9.4",
 2861 "core-graphics-types 0.1.3",
 2862 "libc",
 2863 "objc",
 2864]
 2865
 2866[[package]]
 2867name = "cocoa-foundation"
 2868version = "0.2.0"
 2869source = "registry+https://github.com/rust-lang/crates.io-index"
 2870checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 2871dependencies = [
 2872 "bitflags 2.8.0",
 2873 "block",
 2874 "core-foundation 0.10.0",
 2875 "core-graphics-types 0.2.0",
 2876 "libc",
 2877 "objc",
 2878]
 2879
 2880[[package]]
 2881name = "codespan-reporting"
 2882version = "0.11.1"
 2883source = "registry+https://github.com/rust-lang/crates.io-index"
 2884checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
 2885dependencies = [
 2886 "termcolor",
 2887 "unicode-width",
 2888]
 2889
 2890[[package]]
 2891name = "codespan-reporting"
 2892version = "0.12.0"
 2893source = "registry+https://github.com/rust-lang/crates.io-index"
 2894checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81"
 2895dependencies = [
 2896 "serde",
 2897 "termcolor",
 2898 "unicode-width",
 2899]
 2900
 2901[[package]]
 2902name = "collab"
 2903version = "0.44.0"
 2904dependencies = [
 2905 "anthropic",
 2906 "anyhow",
 2907 "assistant",
 2908 "assistant_context_editor",
 2909 "assistant_slash_command",
 2910 "assistant_tool",
 2911 "async-stripe",
 2912 "async-trait",
 2913 "async-tungstenite",
 2914 "audio",
 2915 "aws-config",
 2916 "aws-sdk-kinesis",
 2917 "aws-sdk-s3",
 2918 "axum",
 2919 "axum-extra",
 2920 "base64 0.22.1",
 2921 "buffer_diff",
 2922 "call",
 2923 "channel",
 2924 "chrono",
 2925 "client",
 2926 "clock",
 2927 "collab_ui",
 2928 "collections",
 2929 "command_palette_hooks",
 2930 "context_server",
 2931 "ctor",
 2932 "dap",
 2933 "dashmap 6.1.0",
 2934 "debugger_ui",
 2935 "derive_more",
 2936 "editor",
 2937 "env_logger 0.11.7",
 2938 "envy",
 2939 "extension",
 2940 "file_finder",
 2941 "fs",
 2942 "futures 0.3.31",
 2943 "git",
 2944 "git_hosting_providers",
 2945 "git_ui",
 2946 "google_ai",
 2947 "gpui",
 2948 "gpui_tokio",
 2949 "hex",
 2950 "http_client",
 2951 "hyper 0.14.32",
 2952 "indoc",
 2953 "jsonwebtoken",
 2954 "language",
 2955 "language_model",
 2956 "livekit_api",
 2957 "livekit_client",
 2958 "log",
 2959 "lsp",
 2960 "menu",
 2961 "multi_buffer",
 2962 "nanoid",
 2963 "node_runtime",
 2964 "notifications",
 2965 "open_ai",
 2966 "parking_lot",
 2967 "pretty_assertions",
 2968 "project",
 2969 "prometheus",
 2970 "prompt_store",
 2971 "prost 0.9.0",
 2972 "rand 0.8.5",
 2973 "recent_projects",
 2974 "release_channel",
 2975 "remote",
 2976 "remote_server",
 2977 "reqwest 0.11.27",
 2978 "reqwest_client",
 2979 "rpc",
 2980 "rustc-demangle",
 2981 "scrypt",
 2982 "sea-orm",
 2983 "semantic_version",
 2984 "semver",
 2985 "serde",
 2986 "serde_derive",
 2987 "serde_json",
 2988 "session",
 2989 "settings",
 2990 "sha2",
 2991 "sqlx",
 2992 "strum",
 2993 "subtle",
 2994 "supermaven_api",
 2995 "telemetry_events",
 2996 "text",
 2997 "theme",
 2998 "thiserror 2.0.12",
 2999 "time",
 3000 "tokio",
 3001 "toml 0.8.20",
 3002 "tower",
 3003 "tower-http 0.4.4",
 3004 "tracing",
 3005 "tracing-subscriber",
 3006 "unindent",
 3007 "util",
 3008 "uuid",
 3009 "workspace",
 3010 "worktree",
 3011]
 3012
 3013[[package]]
 3014name = "collab_ui"
 3015version = "0.1.0"
 3016dependencies = [
 3017 "anyhow",
 3018 "call",
 3019 "channel",
 3020 "chrono",
 3021 "client",
 3022 "collections",
 3023 "db",
 3024 "editor",
 3025 "emojis",
 3026 "futures 0.3.31",
 3027 "fuzzy",
 3028 "gpui",
 3029 "http_client",
 3030 "language",
 3031 "menu",
 3032 "notifications",
 3033 "picker",
 3034 "pretty_assertions",
 3035 "project",
 3036 "release_channel",
 3037 "rich_text",
 3038 "rpc",
 3039 "schemars",
 3040 "serde",
 3041 "serde_derive",
 3042 "serde_json",
 3043 "settings",
 3044 "smallvec",
 3045 "story",
 3046 "telemetry",
 3047 "theme",
 3048 "time",
 3049 "time_format",
 3050 "title_bar",
 3051 "tree-sitter-md",
 3052 "ui",
 3053 "util",
 3054 "workspace",
 3055]
 3056
 3057[[package]]
 3058name = "collections"
 3059version = "0.1.0"
 3060dependencies = [
 3061 "indexmap",
 3062 "rustc-hash 2.1.1",
 3063]
 3064
 3065[[package]]
 3066name = "color_quant"
 3067version = "1.1.0"
 3068source = "registry+https://github.com/rust-lang/crates.io-index"
 3069checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3070
 3071[[package]]
 3072name = "colorchoice"
 3073version = "1.0.3"
 3074source = "registry+https://github.com/rust-lang/crates.io-index"
 3075checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
 3076
 3077[[package]]
 3078name = "combine"
 3079version = "4.6.7"
 3080source = "registry+https://github.com/rust-lang/crates.io-index"
 3081checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3082dependencies = [
 3083 "bytes 1.10.1",
 3084 "memchr",
 3085]
 3086
 3087[[package]]
 3088name = "command_palette"
 3089version = "0.1.0"
 3090dependencies = [
 3091 "client",
 3092 "collections",
 3093 "command_palette_hooks",
 3094 "ctor",
 3095 "editor",
 3096 "env_logger 0.11.7",
 3097 "fuzzy",
 3098 "go_to_line",
 3099 "gpui",
 3100 "language",
 3101 "menu",
 3102 "picker",
 3103 "postage",
 3104 "project",
 3105 "serde",
 3106 "serde_json",
 3107 "settings",
 3108 "telemetry",
 3109 "theme",
 3110 "ui",
 3111 "util",
 3112 "workspace",
 3113 "zed_actions",
 3114]
 3115
 3116[[package]]
 3117name = "command_palette_hooks"
 3118version = "0.1.0"
 3119dependencies = [
 3120 "collections",
 3121 "derive_more",
 3122 "gpui",
 3123]
 3124
 3125[[package]]
 3126name = "component"
 3127version = "0.1.0"
 3128dependencies = [
 3129 "collections",
 3130 "gpui",
 3131 "linkme",
 3132 "parking_lot",
 3133 "theme",
 3134]
 3135
 3136[[package]]
 3137name = "component_preview"
 3138version = "0.1.0"
 3139dependencies = [
 3140 "client",
 3141 "collections",
 3142 "component",
 3143 "gpui",
 3144 "languages",
 3145 "notifications",
 3146 "project",
 3147 "ui",
 3148 "workspace",
 3149]
 3150
 3151[[package]]
 3152name = "concurrent-queue"
 3153version = "2.5.0"
 3154source = "registry+https://github.com/rust-lang/crates.io-index"
 3155checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3156dependencies = [
 3157 "crossbeam-utils",
 3158]
 3159
 3160[[package]]
 3161name = "console"
 3162version = "0.15.8"
 3163source = "registry+https://github.com/rust-lang/crates.io-index"
 3164checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
 3165dependencies = [
 3166 "encode_unicode",
 3167 "lazy_static",
 3168 "libc",
 3169 "unicode-width",
 3170 "windows-sys 0.52.0",
 3171]
 3172
 3173[[package]]
 3174name = "const-oid"
 3175version = "0.9.6"
 3176source = "registry+https://github.com/rust-lang/crates.io-index"
 3177checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3178
 3179[[package]]
 3180name = "const-random"
 3181version = "0.1.18"
 3182source = "registry+https://github.com/rust-lang/crates.io-index"
 3183checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3184dependencies = [
 3185 "const-random-macro",
 3186]
 3187
 3188[[package]]
 3189name = "const-random-macro"
 3190version = "0.1.16"
 3191source = "registry+https://github.com/rust-lang/crates.io-index"
 3192checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3193dependencies = [
 3194 "getrandom 0.2.15",
 3195 "once_cell",
 3196 "tiny-keccak",
 3197]
 3198
 3199[[package]]
 3200name = "constant_time_eq"
 3201version = "0.1.5"
 3202source = "registry+https://github.com/rust-lang/crates.io-index"
 3203checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3204
 3205[[package]]
 3206name = "constant_time_eq"
 3207version = "0.3.1"
 3208source = "registry+https://github.com/rust-lang/crates.io-index"
 3209checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
 3210
 3211[[package]]
 3212name = "context_server"
 3213version = "0.1.0"
 3214dependencies = [
 3215 "anyhow",
 3216 "assistant_tool",
 3217 "async-trait",
 3218 "collections",
 3219 "command_palette_hooks",
 3220 "context_server_settings",
 3221 "extension",
 3222 "futures 0.3.31",
 3223 "gpui",
 3224 "icons",
 3225 "language_model",
 3226 "log",
 3227 "parking_lot",
 3228 "postage",
 3229 "project",
 3230 "serde",
 3231 "serde_json",
 3232 "settings",
 3233 "smol",
 3234 "url",
 3235 "util",
 3236]
 3237
 3238[[package]]
 3239name = "context_server_settings"
 3240version = "0.1.0"
 3241dependencies = [
 3242 "anyhow",
 3243 "collections",
 3244 "gpui",
 3245 "schemars",
 3246 "serde",
 3247 "serde_json",
 3248 "settings",
 3249]
 3250
 3251[[package]]
 3252name = "convert_case"
 3253version = "0.4.0"
 3254source = "registry+https://github.com/rust-lang/crates.io-index"
 3255checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
 3256
 3257[[package]]
 3258name = "convert_case"
 3259version = "0.8.0"
 3260source = "registry+https://github.com/rust-lang/crates.io-index"
 3261checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3262dependencies = [
 3263 "unicode-segmentation",
 3264]
 3265
 3266[[package]]
 3267name = "copilot"
 3268version = "0.1.0"
 3269dependencies = [
 3270 "anyhow",
 3271 "async-std",
 3272 "chrono",
 3273 "client",
 3274 "clock",
 3275 "collections",
 3276 "command_palette_hooks",
 3277 "ctor",
 3278 "editor",
 3279 "env_logger 0.11.7",
 3280 "fs",
 3281 "futures 0.3.31",
 3282 "gpui",
 3283 "http_client",
 3284 "indoc",
 3285 "inline_completion",
 3286 "language",
 3287 "log",
 3288 "lsp",
 3289 "menu",
 3290 "node_runtime",
 3291 "parking_lot",
 3292 "paths",
 3293 "project",
 3294 "rpc",
 3295 "schemars",
 3296 "serde",
 3297 "serde_json",
 3298 "settings",
 3299 "strum",
 3300 "task",
 3301 "theme",
 3302 "ui",
 3303 "util",
 3304 "workspace",
 3305]
 3306
 3307[[package]]
 3308name = "core-foundation"
 3309version = "0.9.4"
 3310source = "registry+https://github.com/rust-lang/crates.io-index"
 3311checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3312dependencies = [
 3313 "core-foundation-sys",
 3314 "libc",
 3315]
 3316
 3317[[package]]
 3318name = "core-foundation"
 3319version = "0.10.0"
 3320source = "registry+https://github.com/rust-lang/crates.io-index"
 3321checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3322dependencies = [
 3323 "core-foundation-sys",
 3324 "libc",
 3325]
 3326
 3327[[package]]
 3328name = "core-foundation-sys"
 3329version = "0.8.7"
 3330source = "registry+https://github.com/rust-lang/crates.io-index"
 3331checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3332
 3333[[package]]
 3334name = "core-graphics"
 3335version = "0.23.2"
 3336source = "registry+https://github.com/rust-lang/crates.io-index"
 3337checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3338dependencies = [
 3339 "bitflags 1.3.2",
 3340 "core-foundation 0.9.4",
 3341 "core-graphics-types 0.1.3",
 3342 "foreign-types 0.5.0",
 3343 "libc",
 3344]
 3345
 3346[[package]]
 3347name = "core-graphics"
 3348version = "0.24.0"
 3349source = "registry+https://github.com/rust-lang/crates.io-index"
 3350checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3351dependencies = [
 3352 "bitflags 2.8.0",
 3353 "core-foundation 0.10.0",
 3354 "core-graphics-types 0.2.0",
 3355 "foreign-types 0.5.0",
 3356 "libc",
 3357]
 3358
 3359[[package]]
 3360name = "core-graphics-types"
 3361version = "0.1.3"
 3362source = "registry+https://github.com/rust-lang/crates.io-index"
 3363checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3364dependencies = [
 3365 "bitflags 1.3.2",
 3366 "core-foundation 0.9.4",
 3367 "libc",
 3368]
 3369
 3370[[package]]
 3371name = "core-graphics-types"
 3372version = "0.2.0"
 3373source = "registry+https://github.com/rust-lang/crates.io-index"
 3374checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3375dependencies = [
 3376 "bitflags 2.8.0",
 3377 "core-foundation 0.10.0",
 3378 "libc",
 3379]
 3380
 3381[[package]]
 3382name = "core-graphics2"
 3383version = "0.4.1"
 3384source = "registry+https://github.com/rust-lang/crates.io-index"
 3385checksum = "7e4583956b9806b69f73fcb23aee05eb3620efc282972f08f6a6db7504f8334d"
 3386dependencies = [
 3387 "bitflags 2.8.0",
 3388 "block",
 3389 "cfg-if",
 3390 "core-foundation 0.10.0",
 3391 "libc",
 3392]
 3393
 3394[[package]]
 3395name = "core-services"
 3396version = "0.2.1"
 3397source = "registry+https://github.com/rust-lang/crates.io-index"
 3398checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3399dependencies = [
 3400 "core-foundation 0.9.4",
 3401]
 3402
 3403[[package]]
 3404name = "core-text"
 3405version = "21.0.0"
 3406source = "registry+https://github.com/rust-lang/crates.io-index"
 3407checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3408dependencies = [
 3409 "core-foundation 0.10.0",
 3410 "core-graphics 0.24.0",
 3411 "foreign-types 0.5.0",
 3412 "libc",
 3413]
 3414
 3415[[package]]
 3416name = "core-video"
 3417version = "0.4.3"
 3418source = "registry+https://github.com/rust-lang/crates.io-index"
 3419checksum = "d45e71d5be22206bed53c3c3cb99315fc4c3d31b8963808c6bc4538168c4f8ef"
 3420dependencies = [
 3421 "block",
 3422 "core-foundation 0.10.0",
 3423 "core-graphics2",
 3424 "io-surface",
 3425 "libc",
 3426 "metal",
 3427]
 3428
 3429[[package]]
 3430name = "core_maths"
 3431version = "0.1.1"
 3432source = "registry+https://github.com/rust-lang/crates.io-index"
 3433checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3434dependencies = [
 3435 "libm",
 3436]
 3437
 3438[[package]]
 3439name = "coreaudio-rs"
 3440version = "0.11.3"
 3441source = "registry+https://github.com/rust-lang/crates.io-index"
 3442checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
 3443dependencies = [
 3444 "bitflags 1.3.2",
 3445 "core-foundation-sys",
 3446 "coreaudio-sys",
 3447]
 3448
 3449[[package]]
 3450name = "coreaudio-rs"
 3451version = "0.12.1"
 3452source = "registry+https://github.com/rust-lang/crates.io-index"
 3453checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3454dependencies = [
 3455 "bitflags 1.3.2",
 3456 "core-foundation-sys",
 3457 "coreaudio-sys",
 3458]
 3459
 3460[[package]]
 3461name = "coreaudio-sys"
 3462version = "0.2.16"
 3463source = "registry+https://github.com/rust-lang/crates.io-index"
 3464checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
 3465dependencies = [
 3466 "bindgen 0.70.1",
 3467]
 3468
 3469[[package]]
 3470name = "cosmic-text"
 3471version = "0.13.2"
 3472source = "registry+https://github.com/rust-lang/crates.io-index"
 3473checksum = "e418dd4f5128c3e93eab12246391c54a20c496811131f85754dc8152ee207892"
 3474dependencies = [
 3475 "bitflags 2.8.0",
 3476 "fontdb 0.16.2",
 3477 "log",
 3478 "rangemap",
 3479 "rustc-hash 1.1.0",
 3480 "rustybuzz 0.14.1",
 3481 "self_cell",
 3482 "smol_str 0.2.2",
 3483 "swash",
 3484 "sys-locale",
 3485 "ttf-parser 0.21.1",
 3486 "unicode-bidi",
 3487 "unicode-linebreak",
 3488 "unicode-script",
 3489 "unicode-segmentation",
 3490]
 3491
 3492[[package]]
 3493name = "cpal"
 3494version = "0.15.3"
 3495source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
 3496dependencies = [
 3497 "alsa",
 3498 "core-foundation-sys",
 3499 "coreaudio-rs 0.11.3",
 3500 "dasp_sample",
 3501 "jni",
 3502 "js-sys",
 3503 "libc",
 3504 "mach2",
 3505 "ndk",
 3506 "ndk-context",
 3507 "oboe",
 3508 "wasm-bindgen",
 3509 "wasm-bindgen-futures",
 3510 "web-sys",
 3511 "windows 0.54.0",
 3512]
 3513
 3514[[package]]
 3515name = "cpp_demangle"
 3516version = "0.4.4"
 3517source = "registry+https://github.com/rust-lang/crates.io-index"
 3518checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
 3519dependencies = [
 3520 "cfg-if",
 3521]
 3522
 3523[[package]]
 3524name = "cpufeatures"
 3525version = "0.2.16"
 3526source = "registry+https://github.com/rust-lang/crates.io-index"
 3527checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
 3528dependencies = [
 3529 "libc",
 3530]
 3531
 3532[[package]]
 3533name = "cranelift-bforest"
 3534version = "0.116.1"
 3535source = "registry+https://github.com/rust-lang/crates.io-index"
 3536checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
 3537dependencies = [
 3538 "cranelift-entity",
 3539]
 3540
 3541[[package]]
 3542name = "cranelift-bitset"
 3543version = "0.116.1"
 3544source = "registry+https://github.com/rust-lang/crates.io-index"
 3545checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
 3546dependencies = [
 3547 "serde",
 3548 "serde_derive",
 3549]
 3550
 3551[[package]]
 3552name = "cranelift-codegen"
 3553version = "0.116.1"
 3554source = "registry+https://github.com/rust-lang/crates.io-index"
 3555checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
 3556dependencies = [
 3557 "bumpalo",
 3558 "cranelift-bforest",
 3559 "cranelift-bitset",
 3560 "cranelift-codegen-meta",
 3561 "cranelift-codegen-shared",
 3562 "cranelift-control",
 3563 "cranelift-entity",
 3564 "cranelift-isle",
 3565 "gimli",
 3566 "hashbrown 0.14.5",
 3567 "log",
 3568 "regalloc2",
 3569 "rustc-hash 2.1.1",
 3570 "serde",
 3571 "smallvec",
 3572 "target-lexicon 0.13.2",
 3573]
 3574
 3575[[package]]
 3576name = "cranelift-codegen-meta"
 3577version = "0.116.1"
 3578source = "registry+https://github.com/rust-lang/crates.io-index"
 3579checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
 3580dependencies = [
 3581 "cranelift-codegen-shared",
 3582]
 3583
 3584[[package]]
 3585name = "cranelift-codegen-shared"
 3586version = "0.116.1"
 3587source = "registry+https://github.com/rust-lang/crates.io-index"
 3588checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
 3589
 3590[[package]]
 3591name = "cranelift-control"
 3592version = "0.116.1"
 3593source = "registry+https://github.com/rust-lang/crates.io-index"
 3594checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
 3595dependencies = [
 3596 "arbitrary",
 3597]
 3598
 3599[[package]]
 3600name = "cranelift-entity"
 3601version = "0.116.1"
 3602source = "registry+https://github.com/rust-lang/crates.io-index"
 3603checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
 3604dependencies = [
 3605 "cranelift-bitset",
 3606 "serde",
 3607 "serde_derive",
 3608]
 3609
 3610[[package]]
 3611name = "cranelift-frontend"
 3612version = "0.116.1"
 3613source = "registry+https://github.com/rust-lang/crates.io-index"
 3614checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
 3615dependencies = [
 3616 "cranelift-codegen",
 3617 "log",
 3618 "smallvec",
 3619 "target-lexicon 0.13.2",
 3620]
 3621
 3622[[package]]
 3623name = "cranelift-isle"
 3624version = "0.116.1"
 3625source = "registry+https://github.com/rust-lang/crates.io-index"
 3626checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
 3627
 3628[[package]]
 3629name = "cranelift-native"
 3630version = "0.116.1"
 3631source = "registry+https://github.com/rust-lang/crates.io-index"
 3632checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
 3633dependencies = [
 3634 "cranelift-codegen",
 3635 "libc",
 3636 "target-lexicon 0.13.2",
 3637]
 3638
 3639[[package]]
 3640name = "crc"
 3641version = "3.2.1"
 3642source = "registry+https://github.com/rust-lang/crates.io-index"
 3643checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
 3644dependencies = [
 3645 "crc-catalog",
 3646]
 3647
 3648[[package]]
 3649name = "crc-catalog"
 3650version = "2.4.0"
 3651source = "registry+https://github.com/rust-lang/crates.io-index"
 3652checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 3653
 3654[[package]]
 3655name = "crc32c"
 3656version = "0.6.8"
 3657source = "registry+https://github.com/rust-lang/crates.io-index"
 3658checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
 3659dependencies = [
 3660 "rustc_version",
 3661]
 3662
 3663[[package]]
 3664name = "crc32fast"
 3665version = "1.4.2"
 3666source = "registry+https://github.com/rust-lang/crates.io-index"
 3667checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
 3668dependencies = [
 3669 "cfg-if",
 3670]
 3671
 3672[[package]]
 3673name = "crc64fast-nvme"
 3674version = "1.1.1"
 3675source = "registry+https://github.com/rust-lang/crates.io-index"
 3676checksum = "d5e2ee08013e3f228d6d2394116c4549a6df77708442c62d887d83f68ef2ee37"
 3677dependencies = [
 3678 "cbindgen 0.27.0",
 3679 "crc",
 3680]
 3681
 3682[[package]]
 3683name = "credentials_provider"
 3684version = "0.1.0"
 3685dependencies = [
 3686 "anyhow",
 3687 "futures 0.3.31",
 3688 "gpui",
 3689 "paths",
 3690 "release_channel",
 3691 "serde",
 3692 "serde_json",
 3693]
 3694
 3695[[package]]
 3696name = "criterion"
 3697version = "0.5.1"
 3698source = "registry+https://github.com/rust-lang/crates.io-index"
 3699checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 3700dependencies = [
 3701 "anes",
 3702 "cast",
 3703 "ciborium",
 3704 "clap",
 3705 "criterion-plot",
 3706 "is-terminal",
 3707 "itertools 0.10.5",
 3708 "num-traits",
 3709 "once_cell",
 3710 "oorandom",
 3711 "plotters",
 3712 "rayon",
 3713 "regex",
 3714 "serde",
 3715 "serde_derive",
 3716 "serde_json",
 3717 "tinytemplate",
 3718 "walkdir",
 3719]
 3720
 3721[[package]]
 3722name = "criterion-plot"
 3723version = "0.5.0"
 3724source = "registry+https://github.com/rust-lang/crates.io-index"
 3725checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 3726dependencies = [
 3727 "cast",
 3728 "itertools 0.10.5",
 3729]
 3730
 3731[[package]]
 3732name = "crossbeam-channel"
 3733version = "0.5.13"
 3734source = "registry+https://github.com/rust-lang/crates.io-index"
 3735checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
 3736dependencies = [
 3737 "crossbeam-utils",
 3738]
 3739
 3740[[package]]
 3741name = "crossbeam-deque"
 3742version = "0.8.5"
 3743source = "registry+https://github.com/rust-lang/crates.io-index"
 3744checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
 3745dependencies = [
 3746 "crossbeam-epoch",
 3747 "crossbeam-utils",
 3748]
 3749
 3750[[package]]
 3751name = "crossbeam-epoch"
 3752version = "0.9.18"
 3753source = "registry+https://github.com/rust-lang/crates.io-index"
 3754checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 3755dependencies = [
 3756 "crossbeam-utils",
 3757]
 3758
 3759[[package]]
 3760name = "crossbeam-queue"
 3761version = "0.3.11"
 3762source = "registry+https://github.com/rust-lang/crates.io-index"
 3763checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
 3764dependencies = [
 3765 "crossbeam-utils",
 3766]
 3767
 3768[[package]]
 3769name = "crossbeam-utils"
 3770version = "0.8.20"
 3771source = "registry+https://github.com/rust-lang/crates.io-index"
 3772checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
 3773
 3774[[package]]
 3775name = "crunchy"
 3776version = "0.2.2"
 3777source = "registry+https://github.com/rust-lang/crates.io-index"
 3778checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
 3779
 3780[[package]]
 3781name = "crypto-bigint"
 3782version = "0.4.9"
 3783source = "registry+https://github.com/rust-lang/crates.io-index"
 3784checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 3785dependencies = [
 3786 "generic-array",
 3787 "rand_core 0.6.4",
 3788 "subtle",
 3789 "zeroize",
 3790]
 3791
 3792[[package]]
 3793name = "crypto-bigint"
 3794version = "0.5.5"
 3795source = "registry+https://github.com/rust-lang/crates.io-index"
 3796checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 3797dependencies = [
 3798 "rand_core 0.6.4",
 3799 "subtle",
 3800]
 3801
 3802[[package]]
 3803name = "crypto-common"
 3804version = "0.1.6"
 3805source = "registry+https://github.com/rust-lang/crates.io-index"
 3806checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 3807dependencies = [
 3808 "generic-array",
 3809 "rand_core 0.6.4",
 3810 "typenum",
 3811]
 3812
 3813[[package]]
 3814name = "ctor"
 3815version = "0.4.1"
 3816source = "registry+https://github.com/rust-lang/crates.io-index"
 3817checksum = "07e9666f4a9a948d4f1dff0c08a4512b0f7c86414b23960104c243c10d79f4c3"
 3818dependencies = [
 3819 "ctor-proc-macro",
 3820 "dtor",
 3821]
 3822
 3823[[package]]
 3824name = "ctor-proc-macro"
 3825version = "0.0.5"
 3826source = "registry+https://github.com/rust-lang/crates.io-index"
 3827checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
 3828
 3829[[package]]
 3830name = "ctrlc"
 3831version = "3.4.5"
 3832source = "registry+https://github.com/rust-lang/crates.io-index"
 3833checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
 3834dependencies = [
 3835 "nix",
 3836 "windows-sys 0.59.0",
 3837]
 3838
 3839[[package]]
 3840name = "cursor-icon"
 3841version = "1.1.0"
 3842source = "registry+https://github.com/rust-lang/crates.io-index"
 3843checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
 3844
 3845[[package]]
 3846name = "cxx"
 3847version = "1.0.151"
 3848source = "registry+https://github.com/rust-lang/crates.io-index"
 3849checksum = "fdb3e596b379180315d2f934231e233a2fc745041f88231807774093d8de45f2"
 3850dependencies = [
 3851 "cc",
 3852 "cxxbridge-cmd",
 3853 "cxxbridge-flags",
 3854 "cxxbridge-macro",
 3855 "foldhash",
 3856 "link-cplusplus",
 3857]
 3858
 3859[[package]]
 3860name = "cxx-build"
 3861version = "1.0.151"
 3862source = "registry+https://github.com/rust-lang/crates.io-index"
 3863checksum = "3743fae7f47620cd34ec23bab819db9ee52da93166a058f87ab0ad99d777dc9b"
 3864dependencies = [
 3865 "cc",
 3866 "codespan-reporting 0.12.0",
 3867 "proc-macro2",
 3868 "quote",
 3869 "scratch",
 3870 "syn 2.0.100",
 3871]
 3872
 3873[[package]]
 3874name = "cxxbridge-cmd"
 3875version = "1.0.151"
 3876source = "registry+https://github.com/rust-lang/crates.io-index"
 3877checksum = "aaea0273c049b126a3918df88a1670c9c0168e0738df9370a988ff69070d4fff"
 3878dependencies = [
 3879 "clap",
 3880 "codespan-reporting 0.12.0",
 3881 "proc-macro2",
 3882 "quote",
 3883 "syn 2.0.100",
 3884]
 3885
 3886[[package]]
 3887name = "cxxbridge-flags"
 3888version = "1.0.151"
 3889source = "registry+https://github.com/rust-lang/crates.io-index"
 3890checksum = "020a9a3d6b792aab7f30f6e323893ad7f45052e572cde5d014c47fe67c89495f"
 3891
 3892[[package]]
 3893name = "cxxbridge-macro"
 3894version = "1.0.151"
 3895source = "registry+https://github.com/rust-lang/crates.io-index"
 3896checksum = "ee54cd01f94db0328c4c73036d38bd8c3bb88927e953d05ffefe743edbf4eb68"
 3897dependencies = [
 3898 "proc-macro2",
 3899 "quote",
 3900 "rustversion",
 3901 "syn 2.0.100",
 3902]
 3903
 3904[[package]]
 3905name = "dap"
 3906version = "0.1.0"
 3907dependencies = [
 3908 "anyhow",
 3909 "async-compression",
 3910 "async-pipe",
 3911 "async-tar",
 3912 "async-trait",
 3913 "client",
 3914 "collections",
 3915 "dap-types",
 3916 "env_logger 0.11.7",
 3917 "fs",
 3918 "futures 0.3.31",
 3919 "gpui",
 3920 "http_client",
 3921 "language",
 3922 "log",
 3923 "node_runtime",
 3924 "parking_lot",
 3925 "paths",
 3926 "regex",
 3927 "schemars",
 3928 "serde",
 3929 "serde_json",
 3930 "settings",
 3931 "smallvec",
 3932 "smol",
 3933 "task",
 3934 "util",
 3935]
 3936
 3937[[package]]
 3938name = "dap-types"
 3939version = "0.0.1"
 3940source = "git+https://github.com/zed-industries/dap-types?rev=bfd4af0#bfd4af084bbaa5f344e6925370d7642e41d0b5b8"
 3941dependencies = [
 3942 "schemars",
 3943 "serde",
 3944 "serde_json",
 3945]
 3946
 3947[[package]]
 3948name = "dap_adapters"
 3949version = "0.1.0"
 3950dependencies = [
 3951 "anyhow",
 3952 "async-trait",
 3953 "dap",
 3954 "gpui",
 3955 "language",
 3956 "paths",
 3957 "regex",
 3958 "serde",
 3959 "serde_json",
 3960 "task",
 3961 "util",
 3962]
 3963
 3964[[package]]
 3965name = "dashmap"
 3966version = "5.5.3"
 3967source = "registry+https://github.com/rust-lang/crates.io-index"
 3968checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
 3969dependencies = [
 3970 "cfg-if",
 3971 "hashbrown 0.14.5",
 3972 "lock_api",
 3973 "once_cell",
 3974 "parking_lot_core",
 3975]
 3976
 3977[[package]]
 3978name = "dashmap"
 3979version = "6.1.0"
 3980source = "registry+https://github.com/rust-lang/crates.io-index"
 3981checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 3982dependencies = [
 3983 "cfg-if",
 3984 "crossbeam-utils",
 3985 "hashbrown 0.14.5",
 3986 "lock_api",
 3987 "once_cell",
 3988 "parking_lot_core",
 3989]
 3990
 3991[[package]]
 3992name = "dasp_sample"
 3993version = "0.11.0"
 3994source = "registry+https://github.com/rust-lang/crates.io-index"
 3995checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 3996
 3997[[package]]
 3998name = "data-encoding"
 3999version = "2.6.0"
 4000source = "registry+https://github.com/rust-lang/crates.io-index"
 4001checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
 4002
 4003[[package]]
 4004name = "data-url"
 4005version = "0.3.1"
 4006source = "registry+https://github.com/rust-lang/crates.io-index"
 4007checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
 4008
 4009[[package]]
 4010name = "db"
 4011version = "0.1.0"
 4012dependencies = [
 4013 "anyhow",
 4014 "gpui",
 4015 "indoc",
 4016 "log",
 4017 "paths",
 4018 "release_channel",
 4019 "smol",
 4020 "sqlez",
 4021 "sqlez_macros",
 4022 "tempfile",
 4023 "util",
 4024]
 4025
 4026[[package]]
 4027name = "dbus"
 4028version = "0.9.7"
 4029source = "registry+https://github.com/rust-lang/crates.io-index"
 4030checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
 4031dependencies = [
 4032 "libc",
 4033 "libdbus-sys",
 4034 "winapi",
 4035]
 4036
 4037[[package]]
 4038name = "debugger_tools"
 4039version = "0.1.0"
 4040dependencies = [
 4041 "anyhow",
 4042 "dap",
 4043 "editor",
 4044 "futures 0.3.31",
 4045 "gpui",
 4046 "project",
 4047 "serde_json",
 4048 "settings",
 4049 "smol",
 4050 "util",
 4051 "workspace",
 4052]
 4053
 4054[[package]]
 4055name = "debugger_ui"
 4056version = "0.1.0"
 4057dependencies = [
 4058 "anyhow",
 4059 "client",
 4060 "collections",
 4061 "command_palette_hooks",
 4062 "dap",
 4063 "editor",
 4064 "env_logger 0.11.7",
 4065 "feature_flags",
 4066 "futures 0.3.31",
 4067 "fuzzy",
 4068 "gpui",
 4069 "language",
 4070 "log",
 4071 "menu",
 4072 "picker",
 4073 "pretty_assertions",
 4074 "project",
 4075 "rpc",
 4076 "serde",
 4077 "serde_json",
 4078 "settings",
 4079 "sysinfo",
 4080 "task",
 4081 "terminal_view",
 4082 "theme",
 4083 "ui",
 4084 "unindent",
 4085 "util",
 4086 "workspace",
 4087]
 4088
 4089[[package]]
 4090name = "deepseek"
 4091version = "0.1.0"
 4092dependencies = [
 4093 "anyhow",
 4094 "futures 0.3.31",
 4095 "http_client",
 4096 "schemars",
 4097 "serde",
 4098 "serde_json",
 4099]
 4100
 4101[[package]]
 4102name = "deflate64"
 4103version = "0.1.9"
 4104source = "registry+https://github.com/rust-lang/crates.io-index"
 4105checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
 4106
 4107[[package]]
 4108name = "der"
 4109version = "0.6.1"
 4110source = "registry+https://github.com/rust-lang/crates.io-index"
 4111checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4112dependencies = [
 4113 "const-oid",
 4114 "zeroize",
 4115]
 4116
 4117[[package]]
 4118name = "der"
 4119version = "0.7.9"
 4120source = "registry+https://github.com/rust-lang/crates.io-index"
 4121checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
 4122dependencies = [
 4123 "const-oid",
 4124 "pem-rfc7468",
 4125 "zeroize",
 4126]
 4127
 4128[[package]]
 4129name = "deranged"
 4130version = "0.4.0"
 4131source = "registry+https://github.com/rust-lang/crates.io-index"
 4132checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
 4133dependencies = [
 4134 "powerfmt",
 4135 "serde",
 4136]
 4137
 4138[[package]]
 4139name = "derive_more"
 4140version = "0.99.19"
 4141source = "registry+https://github.com/rust-lang/crates.io-index"
 4142checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
 4143dependencies = [
 4144 "convert_case 0.4.0",
 4145 "proc-macro2",
 4146 "quote",
 4147 "rustc_version",
 4148 "syn 2.0.100",
 4149]
 4150
 4151[[package]]
 4152name = "derive_refineable"
 4153version = "0.1.0"
 4154dependencies = [
 4155 "proc-macro2",
 4156 "quote",
 4157 "syn 1.0.109",
 4158]
 4159
 4160[[package]]
 4161name = "diagnostics"
 4162version = "0.1.0"
 4163dependencies = [
 4164 "anyhow",
 4165 "client",
 4166 "collections",
 4167 "ctor",
 4168 "editor",
 4169 "env_logger 0.11.7",
 4170 "gpui",
 4171 "language",
 4172 "log",
 4173 "lsp",
 4174 "pretty_assertions",
 4175 "project",
 4176 "rand 0.8.5",
 4177 "serde",
 4178 "serde_json",
 4179 "settings",
 4180 "theme",
 4181 "ui",
 4182 "unindent",
 4183 "util",
 4184 "workspace",
 4185]
 4186
 4187[[package]]
 4188name = "dialoguer"
 4189version = "0.11.0"
 4190source = "registry+https://github.com/rust-lang/crates.io-index"
 4191checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4192dependencies = [
 4193 "console",
 4194 "fuzzy-matcher",
 4195 "shell-words",
 4196 "tempfile",
 4197 "thiserror 1.0.69",
 4198 "zeroize",
 4199]
 4200
 4201[[package]]
 4202name = "diff"
 4203version = "0.1.13"
 4204source = "registry+https://github.com/rust-lang/crates.io-index"
 4205checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4206
 4207[[package]]
 4208name = "digest"
 4209version = "0.10.7"
 4210source = "registry+https://github.com/rust-lang/crates.io-index"
 4211checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4212dependencies = [
 4213 "block-buffer",
 4214 "const-oid",
 4215 "crypto-common",
 4216 "subtle",
 4217]
 4218
 4219[[package]]
 4220name = "dirs"
 4221version = "4.0.0"
 4222source = "registry+https://github.com/rust-lang/crates.io-index"
 4223checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4224dependencies = [
 4225 "dirs-sys 0.3.7",
 4226]
 4227
 4228[[package]]
 4229name = "dirs"
 4230version = "5.0.1"
 4231source = "registry+https://github.com/rust-lang/crates.io-index"
 4232checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4233dependencies = [
 4234 "dirs-sys 0.4.1",
 4235]
 4236
 4237[[package]]
 4238name = "dirs-sys"
 4239version = "0.3.7"
 4240source = "registry+https://github.com/rust-lang/crates.io-index"
 4241checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4242dependencies = [
 4243 "libc",
 4244 "redox_users",
 4245 "winapi",
 4246]
 4247
 4248[[package]]
 4249name = "dirs-sys"
 4250version = "0.4.1"
 4251source = "registry+https://github.com/rust-lang/crates.io-index"
 4252checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4253dependencies = [
 4254 "libc",
 4255 "option-ext",
 4256 "redox_users",
 4257 "windows-sys 0.48.0",
 4258]
 4259
 4260[[package]]
 4261name = "displaydoc"
 4262version = "0.2.5"
 4263source = "registry+https://github.com/rust-lang/crates.io-index"
 4264checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4265dependencies = [
 4266 "proc-macro2",
 4267 "quote",
 4268 "syn 2.0.100",
 4269]
 4270
 4271[[package]]
 4272name = "dlib"
 4273version = "0.5.2"
 4274source = "registry+https://github.com/rust-lang/crates.io-index"
 4275checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4276dependencies = [
 4277 "libloading",
 4278]
 4279
 4280[[package]]
 4281name = "docs_preprocessor"
 4282version = "0.1.0"
 4283dependencies = [
 4284 "anyhow",
 4285 "clap",
 4286 "mdbook",
 4287 "regex",
 4288 "serde",
 4289 "serde_json",
 4290 "settings",
 4291 "util",
 4292]
 4293
 4294[[package]]
 4295name = "dotenvy"
 4296version = "0.15.7"
 4297source = "registry+https://github.com/rust-lang/crates.io-index"
 4298checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 4299
 4300[[package]]
 4301name = "downcast-rs"
 4302version = "1.2.1"
 4303source = "registry+https://github.com/rust-lang/crates.io-index"
 4304checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 4305
 4306[[package]]
 4307name = "doxygen-rs"
 4308version = "0.4.2"
 4309source = "registry+https://github.com/rust-lang/crates.io-index"
 4310checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 4311dependencies = [
 4312 "phf",
 4313]
 4314
 4315[[package]]
 4316name = "dtor"
 4317version = "0.0.5"
 4318source = "registry+https://github.com/rust-lang/crates.io-index"
 4319checksum = "222ef136a1c687d4aa0395c175f2c4586e379924c352fd02f7870cf7de783c23"
 4320dependencies = [
 4321 "dtor-proc-macro",
 4322]
 4323
 4324[[package]]
 4325name = "dtor-proc-macro"
 4326version = "0.0.5"
 4327source = "registry+https://github.com/rust-lang/crates.io-index"
 4328checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 4329
 4330[[package]]
 4331name = "dunce"
 4332version = "1.0.5"
 4333source = "registry+https://github.com/rust-lang/crates.io-index"
 4334checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 4335
 4336[[package]]
 4337name = "dwrote"
 4338version = "0.11.2"
 4339source = "registry+https://github.com/rust-lang/crates.io-index"
 4340checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
 4341dependencies = [
 4342 "lazy_static",
 4343 "libc",
 4344 "winapi",
 4345 "wio",
 4346]
 4347
 4348[[package]]
 4349name = "dyn-clone"
 4350version = "1.0.17"
 4351source = "registry+https://github.com/rust-lang/crates.io-index"
 4352checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
 4353
 4354[[package]]
 4355name = "ec4rs"
 4356version = "1.1.1"
 4357source = "registry+https://github.com/rust-lang/crates.io-index"
 4358checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
 4359
 4360[[package]]
 4361name = "ecdsa"
 4362version = "0.14.8"
 4363source = "registry+https://github.com/rust-lang/crates.io-index"
 4364checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 4365dependencies = [
 4366 "der 0.6.1",
 4367 "elliptic-curve",
 4368 "rfc6979",
 4369 "signature 1.6.4",
 4370]
 4371
 4372[[package]]
 4373name = "editor"
 4374version = "0.1.0"
 4375dependencies = [
 4376 "aho-corasick",
 4377 "anyhow",
 4378 "assets",
 4379 "buffer_diff",
 4380 "chrono",
 4381 "client",
 4382 "clock",
 4383 "collections",
 4384 "convert_case 0.8.0",
 4385 "ctor",
 4386 "db",
 4387 "emojis",
 4388 "env_logger 0.11.7",
 4389 "feature_flags",
 4390 "file_icons",
 4391 "fs",
 4392 "futures 0.3.31",
 4393 "fuzzy",
 4394 "git",
 4395 "gpui",
 4396 "http_client",
 4397 "indoc",
 4398 "inline_completion",
 4399 "itertools 0.14.0",
 4400 "language",
 4401 "languages",
 4402 "linkify",
 4403 "log",
 4404 "lsp",
 4405 "markdown",
 4406 "menu",
 4407 "multi_buffer",
 4408 "ordered-float 2.10.1",
 4409 "parking_lot",
 4410 "pretty_assertions",
 4411 "project",
 4412 "rand 0.8.5",
 4413 "release_channel",
 4414 "rpc",
 4415 "schemars",
 4416 "serde",
 4417 "serde_json",
 4418 "settings",
 4419 "smallvec",
 4420 "smol",
 4421 "snippet",
 4422 "sum_tree",
 4423 "task",
 4424 "telemetry",
 4425 "tempfile",
 4426 "text",
 4427 "theme",
 4428 "time",
 4429 "time_format",
 4430 "tree-sitter-html",
 4431 "tree-sitter-rust",
 4432 "tree-sitter-typescript",
 4433 "ui",
 4434 "unicode-script",
 4435 "unicode-segmentation",
 4436 "unindent",
 4437 "url",
 4438 "util",
 4439 "uuid",
 4440 "workspace",
 4441 "zed_actions",
 4442]
 4443
 4444[[package]]
 4445name = "either"
 4446version = "1.13.0"
 4447source = "registry+https://github.com/rust-lang/crates.io-index"
 4448checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
 4449dependencies = [
 4450 "serde",
 4451]
 4452
 4453[[package]]
 4454name = "elasticlunr-rs"
 4455version = "3.0.2"
 4456source = "registry+https://github.com/rust-lang/crates.io-index"
 4457checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 4458dependencies = [
 4459 "regex",
 4460 "serde",
 4461 "serde_derive",
 4462 "serde_json",
 4463]
 4464
 4465[[package]]
 4466name = "elliptic-curve"
 4467version = "0.12.3"
 4468source = "registry+https://github.com/rust-lang/crates.io-index"
 4469checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 4470dependencies = [
 4471 "base16ct",
 4472 "crypto-bigint 0.4.9",
 4473 "der 0.6.1",
 4474 "digest",
 4475 "ff",
 4476 "generic-array",
 4477 "group",
 4478 "pkcs8 0.9.0",
 4479 "rand_core 0.6.4",
 4480 "sec1",
 4481 "subtle",
 4482 "zeroize",
 4483]
 4484
 4485[[package]]
 4486name = "embed-resource"
 4487version = "3.0.2"
 4488source = "registry+https://github.com/rust-lang/crates.io-index"
 4489checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
 4490dependencies = [
 4491 "cc",
 4492 "memchr",
 4493 "rustc_version",
 4494 "toml 0.8.20",
 4495 "vswhom",
 4496 "winreg 0.52.0",
 4497]
 4498
 4499[[package]]
 4500name = "embedded-io"
 4501version = "0.4.0"
 4502source = "registry+https://github.com/rust-lang/crates.io-index"
 4503checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 4504
 4505[[package]]
 4506name = "embedded-io"
 4507version = "0.6.1"
 4508source = "registry+https://github.com/rust-lang/crates.io-index"
 4509checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 4510
 4511[[package]]
 4512name = "emojis"
 4513version = "0.6.4"
 4514source = "registry+https://github.com/rust-lang/crates.io-index"
 4515checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 4516dependencies = [
 4517 "phf",
 4518]
 4519
 4520[[package]]
 4521name = "encode_unicode"
 4522version = "0.3.6"
 4523source = "registry+https://github.com/rust-lang/crates.io-index"
 4524checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
 4525
 4526[[package]]
 4527name = "encoding_rs"
 4528version = "0.8.35"
 4529source = "registry+https://github.com/rust-lang/crates.io-index"
 4530checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 4531dependencies = [
 4532 "cfg-if",
 4533]
 4534
 4535[[package]]
 4536name = "endi"
 4537version = "1.1.0"
 4538source = "registry+https://github.com/rust-lang/crates.io-index"
 4539checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 4540
 4541[[package]]
 4542name = "enumflags2"
 4543version = "0.7.10"
 4544source = "registry+https://github.com/rust-lang/crates.io-index"
 4545checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
 4546dependencies = [
 4547 "enumflags2_derive",
 4548 "serde",
 4549]
 4550
 4551[[package]]
 4552name = "enumflags2_derive"
 4553version = "0.7.10"
 4554source = "registry+https://github.com/rust-lang/crates.io-index"
 4555checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
 4556dependencies = [
 4557 "proc-macro2",
 4558 "quote",
 4559 "syn 2.0.100",
 4560]
 4561
 4562[[package]]
 4563name = "env_filter"
 4564version = "0.1.2"
 4565source = "registry+https://github.com/rust-lang/crates.io-index"
 4566checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
 4567dependencies = [
 4568 "log",
 4569 "regex",
 4570]
 4571
 4572[[package]]
 4573name = "env_logger"
 4574version = "0.10.2"
 4575source = "registry+https://github.com/rust-lang/crates.io-index"
 4576checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 4577dependencies = [
 4578 "humantime",
 4579 "is-terminal",
 4580 "log",
 4581 "regex",
 4582 "termcolor",
 4583]
 4584
 4585[[package]]
 4586name = "env_logger"
 4587version = "0.11.7"
 4588source = "registry+https://github.com/rust-lang/crates.io-index"
 4589checksum = "c3716d7a920fb4fac5d84e9d4bce8ceb321e9414b4409da61b07b75c1e3d0697"
 4590dependencies = [
 4591 "anstream",
 4592 "anstyle",
 4593 "env_filter",
 4594 "jiff",
 4595 "log",
 4596]
 4597
 4598[[package]]
 4599name = "envy"
 4600version = "0.4.2"
 4601source = "registry+https://github.com/rust-lang/crates.io-index"
 4602checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 4603dependencies = [
 4604 "serde",
 4605]
 4606
 4607[[package]]
 4608name = "equivalent"
 4609version = "1.0.1"
 4610source = "registry+https://github.com/rust-lang/crates.io-index"
 4611checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
 4612
 4613[[package]]
 4614name = "erased-serde"
 4615version = "0.4.5"
 4616source = "registry+https://github.com/rust-lang/crates.io-index"
 4617checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
 4618dependencies = [
 4619 "serde",
 4620 "typeid",
 4621]
 4622
 4623[[package]]
 4624name = "errno"
 4625version = "0.2.8"
 4626source = "registry+https://github.com/rust-lang/crates.io-index"
 4627checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 4628dependencies = [
 4629 "errno-dragonfly",
 4630 "libc",
 4631 "winapi",
 4632]
 4633
 4634[[package]]
 4635name = "errno"
 4636version = "0.3.10"
 4637source = "registry+https://github.com/rust-lang/crates.io-index"
 4638checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
 4639dependencies = [
 4640 "libc",
 4641 "windows-sys 0.52.0",
 4642]
 4643
 4644[[package]]
 4645name = "errno-dragonfly"
 4646version = "0.1.2"
 4647source = "registry+https://github.com/rust-lang/crates.io-index"
 4648checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 4649dependencies = [
 4650 "cc",
 4651 "libc",
 4652]
 4653
 4654[[package]]
 4655name = "etagere"
 4656version = "0.2.15"
 4657source = "registry+https://github.com/rust-lang/crates.io-index"
 4658checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 4659dependencies = [
 4660 "euclid",
 4661 "svg_fmt",
 4662]
 4663
 4664[[package]]
 4665name = "etcetera"
 4666version = "0.8.0"
 4667source = "registry+https://github.com/rust-lang/crates.io-index"
 4668checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 4669dependencies = [
 4670 "cfg-if",
 4671 "home",
 4672 "windows-sys 0.48.0",
 4673]
 4674
 4675[[package]]
 4676name = "euclid"
 4677version = "0.22.11"
 4678source = "registry+https://github.com/rust-lang/crates.io-index"
 4679checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 4680dependencies = [
 4681 "num-traits",
 4682]
 4683
 4684[[package]]
 4685name = "evals"
 4686version = "0.1.0"
 4687dependencies = [
 4688 "anyhow",
 4689 "clap",
 4690 "client",
 4691 "clock",
 4692 "collections",
 4693 "dap",
 4694 "env_logger 0.11.7",
 4695 "feature_flags",
 4696 "fs",
 4697 "gpui",
 4698 "http_client",
 4699 "language",
 4700 "languages",
 4701 "node_runtime",
 4702 "open_ai",
 4703 "project",
 4704 "reqwest_client",
 4705 "semantic_index",
 4706 "serde",
 4707 "serde_json",
 4708 "settings",
 4709 "smol",
 4710 "util",
 4711]
 4712
 4713[[package]]
 4714name = "event-listener"
 4715version = "2.5.3"
 4716source = "registry+https://github.com/rust-lang/crates.io-index"
 4717checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 4718
 4719[[package]]
 4720name = "event-listener"
 4721version = "5.3.1"
 4722source = "registry+https://github.com/rust-lang/crates.io-index"
 4723checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
 4724dependencies = [
 4725 "concurrent-queue",
 4726 "parking",
 4727 "pin-project-lite",
 4728]
 4729
 4730[[package]]
 4731name = "event-listener-strategy"
 4732version = "0.5.3"
 4733source = "registry+https://github.com/rust-lang/crates.io-index"
 4734checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
 4735dependencies = [
 4736 "event-listener 5.3.1",
 4737 "pin-project-lite",
 4738]
 4739
 4740[[package]]
 4741name = "exec"
 4742version = "0.3.1"
 4743source = "registry+https://github.com/rust-lang/crates.io-index"
 4744checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 4745dependencies = [
 4746 "errno 0.2.8",
 4747 "libc",
 4748]
 4749
 4750[[package]]
 4751name = "exr"
 4752version = "1.73.0"
 4753source = "registry+https://github.com/rust-lang/crates.io-index"
 4754checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 4755dependencies = [
 4756 "bit_field",
 4757 "half",
 4758 "lebe",
 4759 "miniz_oxide",
 4760 "rayon-core",
 4761 "smallvec",
 4762 "zune-inflate",
 4763]
 4764
 4765[[package]]
 4766name = "extension"
 4767version = "0.1.0"
 4768dependencies = [
 4769 "anyhow",
 4770 "async-compression",
 4771 "async-tar",
 4772 "async-trait",
 4773 "collections",
 4774 "convert_case 0.8.0",
 4775 "fs",
 4776 "futures 0.3.31",
 4777 "gpui",
 4778 "http_client",
 4779 "language",
 4780 "log",
 4781 "lsp",
 4782 "parking_lot",
 4783 "semantic_version",
 4784 "serde",
 4785 "serde_json",
 4786 "toml 0.8.20",
 4787 "util",
 4788 "wasm-encoder 0.221.3",
 4789 "wasmparser 0.221.3",
 4790 "wit-component 0.221.3",
 4791]
 4792
 4793[[package]]
 4794name = "extension_cli"
 4795version = "0.1.0"
 4796dependencies = [
 4797 "anyhow",
 4798 "clap",
 4799 "env_logger 0.11.7",
 4800 "extension",
 4801 "fs",
 4802 "gpui",
 4803 "language",
 4804 "log",
 4805 "reqwest_client",
 4806 "rpc",
 4807 "serde",
 4808 "serde_json",
 4809 "theme",
 4810 "tokio",
 4811 "toml 0.8.20",
 4812 "tree-sitter",
 4813 "wasmtime",
 4814]
 4815
 4816[[package]]
 4817name = "extension_host"
 4818version = "0.1.0"
 4819dependencies = [
 4820 "anyhow",
 4821 "async-compression",
 4822 "async-tar",
 4823 "async-trait",
 4824 "client",
 4825 "collections",
 4826 "context_server_settings",
 4827 "ctor",
 4828 "env_logger 0.11.7",
 4829 "extension",
 4830 "fs",
 4831 "futures 0.3.31",
 4832 "gpui",
 4833 "http_client",
 4834 "language",
 4835 "language_extension",
 4836 "log",
 4837 "lsp",
 4838 "node_runtime",
 4839 "parking_lot",
 4840 "paths",
 4841 "project",
 4842 "release_channel",
 4843 "remote",
 4844 "reqwest_client",
 4845 "schemars",
 4846 "semantic_version",
 4847 "serde",
 4848 "serde_json",
 4849 "serde_json_lenient",
 4850 "settings",
 4851 "task",
 4852 "telemetry",
 4853 "tempfile",
 4854 "theme",
 4855 "theme_extension",
 4856 "toml 0.8.20",
 4857 "url",
 4858 "util",
 4859 "wasmparser 0.221.3",
 4860 "wasmtime",
 4861 "wasmtime-wasi",
 4862]
 4863
 4864[[package]]
 4865name = "extensions_ui"
 4866version = "0.1.0"
 4867dependencies = [
 4868 "anyhow",
 4869 "client",
 4870 "collections",
 4871 "db",
 4872 "editor",
 4873 "extension_host",
 4874 "fs",
 4875 "fuzzy",
 4876 "gpui",
 4877 "language",
 4878 "num-format",
 4879 "picker",
 4880 "project",
 4881 "release_channel",
 4882 "semantic_version",
 4883 "serde",
 4884 "settings",
 4885 "smallvec",
 4886 "strum",
 4887 "telemetry",
 4888 "theme",
 4889 "ui",
 4890 "util",
 4891 "vim_mode_setting",
 4892 "workspace",
 4893 "zed_actions",
 4894]
 4895
 4896[[package]]
 4897name = "fallible-iterator"
 4898version = "0.3.0"
 4899source = "registry+https://github.com/rust-lang/crates.io-index"
 4900checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 4901
 4902[[package]]
 4903name = "fancy-regex"
 4904version = "0.13.0"
 4905source = "registry+https://github.com/rust-lang/crates.io-index"
 4906checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
 4907dependencies = [
 4908 "bit-set 0.5.3",
 4909 "regex-automata 0.4.9",
 4910 "regex-syntax 0.8.5",
 4911]
 4912
 4913[[package]]
 4914name = "fancy-regex"
 4915version = "0.14.0"
 4916source = "registry+https://github.com/rust-lang/crates.io-index"
 4917checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
 4918dependencies = [
 4919 "bit-set 0.8.0",
 4920 "regex-automata 0.4.9",
 4921 "regex-syntax 0.8.5",
 4922]
 4923
 4924[[package]]
 4925name = "fast-srgb8"
 4926version = "1.0.0"
 4927source = "registry+https://github.com/rust-lang/crates.io-index"
 4928checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 4929
 4930[[package]]
 4931name = "fastrand"
 4932version = "1.9.0"
 4933source = "registry+https://github.com/rust-lang/crates.io-index"
 4934checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 4935dependencies = [
 4936 "instant",
 4937]
 4938
 4939[[package]]
 4940name = "fastrand"
 4941version = "2.3.0"
 4942source = "registry+https://github.com/rust-lang/crates.io-index"
 4943checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 4944
 4945[[package]]
 4946name = "fd-lock"
 4947version = "4.0.2"
 4948source = "registry+https://github.com/rust-lang/crates.io-index"
 4949checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
 4950dependencies = [
 4951 "cfg-if",
 4952 "rustix",
 4953 "windows-sys 0.52.0",
 4954]
 4955
 4956[[package]]
 4957name = "fdeflate"
 4958version = "0.3.7"
 4959source = "registry+https://github.com/rust-lang/crates.io-index"
 4960checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 4961dependencies = [
 4962 "simd-adler32",
 4963]
 4964
 4965[[package]]
 4966name = "feature_flags"
 4967version = "0.1.0"
 4968dependencies = [
 4969 "futures 0.3.31",
 4970 "gpui",
 4971 "smol",
 4972]
 4973
 4974[[package]]
 4975name = "feedback"
 4976version = "0.1.0"
 4977dependencies = [
 4978 "client",
 4979 "editor",
 4980 "gpui",
 4981 "human_bytes",
 4982 "menu",
 4983 "release_channel",
 4984 "serde",
 4985 "sysinfo",
 4986 "ui",
 4987 "urlencoding",
 4988 "util",
 4989 "workspace",
 4990 "zed_actions",
 4991]
 4992
 4993[[package]]
 4994name = "ff"
 4995version = "0.12.1"
 4996source = "registry+https://github.com/rust-lang/crates.io-index"
 4997checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 4998dependencies = [
 4999 "rand_core 0.6.4",
 5000 "subtle",
 5001]
 5002
 5003[[package]]
 5004name = "file_finder"
 5005version = "0.1.0"
 5006dependencies = [
 5007 "anyhow",
 5008 "collections",
 5009 "ctor",
 5010 "editor",
 5011 "env_logger 0.11.7",
 5012 "file_icons",
 5013 "futures 0.3.31",
 5014 "fuzzy",
 5015 "gpui",
 5016 "language",
 5017 "menu",
 5018 "picker",
 5019 "project",
 5020 "schemars",
 5021 "serde",
 5022 "serde_derive",
 5023 "serde_json",
 5024 "settings",
 5025 "text",
 5026 "theme",
 5027 "ui",
 5028 "util",
 5029 "workspace",
 5030]
 5031
 5032[[package]]
 5033name = "file_icons"
 5034version = "0.1.0"
 5035dependencies = [
 5036 "gpui",
 5037 "serde",
 5038 "settings",
 5039 "theme",
 5040 "util",
 5041]
 5042
 5043[[package]]
 5044name = "filedescriptor"
 5045version = "0.8.3"
 5046source = "registry+https://github.com/rust-lang/crates.io-index"
 5047checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 5048dependencies = [
 5049 "libc",
 5050 "thiserror 1.0.69",
 5051 "winapi",
 5052]
 5053
 5054[[package]]
 5055name = "filetime"
 5056version = "0.2.25"
 5057source = "registry+https://github.com/rust-lang/crates.io-index"
 5058checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
 5059dependencies = [
 5060 "cfg-if",
 5061 "libc",
 5062 "libredox",
 5063 "windows-sys 0.59.0",
 5064]
 5065
 5066[[package]]
 5067name = "fixedbitset"
 5068version = "0.4.2"
 5069source = "registry+https://github.com/rust-lang/crates.io-index"
 5070checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 5071
 5072[[package]]
 5073name = "flate2"
 5074version = "1.0.35"
 5075source = "registry+https://github.com/rust-lang/crates.io-index"
 5076checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
 5077dependencies = [
 5078 "crc32fast",
 5079 "miniz_oxide",
 5080]
 5081
 5082[[package]]
 5083name = "float-cmp"
 5084version = "0.9.0"
 5085source = "registry+https://github.com/rust-lang/crates.io-index"
 5086checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 5087
 5088[[package]]
 5089name = "float-ord"
 5090version = "0.3.2"
 5091source = "registry+https://github.com/rust-lang/crates.io-index"
 5092checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 5093
 5094[[package]]
 5095name = "float_next_after"
 5096version = "1.0.0"
 5097source = "registry+https://github.com/rust-lang/crates.io-index"
 5098checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 5099
 5100[[package]]
 5101name = "flume"
 5102version = "0.11.1"
 5103source = "registry+https://github.com/rust-lang/crates.io-index"
 5104checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 5105dependencies = [
 5106 "futures-core",
 5107 "futures-sink",
 5108 "nanorand",
 5109 "spin",
 5110]
 5111
 5112[[package]]
 5113name = "fnv"
 5114version = "1.0.7"
 5115source = "registry+https://github.com/rust-lang/crates.io-index"
 5116checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 5117
 5118[[package]]
 5119name = "foldhash"
 5120version = "0.1.3"
 5121source = "registry+https://github.com/rust-lang/crates.io-index"
 5122checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
 5123
 5124[[package]]
 5125name = "font-kit"
 5126version = "0.14.1"
 5127source = "git+https://github.com/zed-industries/font-kit?rev=5474cfad4b719a72ec8ed2cb7327b2b01fd10568#5474cfad4b719a72ec8ed2cb7327b2b01fd10568"
 5128dependencies = [
 5129 "bitflags 2.8.0",
 5130 "byteorder",
 5131 "core-foundation 0.10.0",
 5132 "core-graphics 0.24.0",
 5133 "core-text",
 5134 "dirs 5.0.1",
 5135 "dwrote",
 5136 "float-ord",
 5137 "freetype-sys",
 5138 "lazy_static",
 5139 "libc",
 5140 "log",
 5141 "pathfinder_geometry",
 5142 "pathfinder_simd",
 5143 "walkdir",
 5144 "winapi",
 5145 "yeslogic-fontconfig-sys",
 5146]
 5147
 5148[[package]]
 5149name = "font-types"
 5150version = "0.8.3"
 5151source = "registry+https://github.com/rust-lang/crates.io-index"
 5152checksum = "d868ec188a98bb014c606072edd47e52e7ab7297db943b0b28503121e1d037bd"
 5153dependencies = [
 5154 "bytemuck",
 5155]
 5156
 5157[[package]]
 5158name = "fontconfig-parser"
 5159version = "0.5.7"
 5160source = "registry+https://github.com/rust-lang/crates.io-index"
 5161checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
 5162dependencies = [
 5163 "roxmltree",
 5164]
 5165
 5166[[package]]
 5167name = "fontdb"
 5168version = "0.16.2"
 5169source = "registry+https://github.com/rust-lang/crates.io-index"
 5170checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 5171dependencies = [
 5172 "fontconfig-parser",
 5173 "log",
 5174 "memmap2",
 5175 "slotmap",
 5176 "tinyvec",
 5177 "ttf-parser 0.20.0",
 5178]
 5179
 5180[[package]]
 5181name = "fontdb"
 5182version = "0.23.0"
 5183source = "registry+https://github.com/rust-lang/crates.io-index"
 5184checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 5185dependencies = [
 5186 "fontconfig-parser",
 5187 "log",
 5188 "memmap2",
 5189 "slotmap",
 5190 "tinyvec",
 5191 "ttf-parser 0.25.1",
 5192]
 5193
 5194[[package]]
 5195name = "foreign-types"
 5196version = "0.3.2"
 5197source = "registry+https://github.com/rust-lang/crates.io-index"
 5198checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 5199dependencies = [
 5200 "foreign-types-shared 0.1.1",
 5201]
 5202
 5203[[package]]
 5204name = "foreign-types"
 5205version = "0.5.0"
 5206source = "registry+https://github.com/rust-lang/crates.io-index"
 5207checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 5208dependencies = [
 5209 "foreign-types-macros",
 5210 "foreign-types-shared 0.3.1",
 5211]
 5212
 5213[[package]]
 5214name = "foreign-types-macros"
 5215version = "0.2.3"
 5216source = "registry+https://github.com/rust-lang/crates.io-index"
 5217checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 5218dependencies = [
 5219 "proc-macro2",
 5220 "quote",
 5221 "syn 2.0.100",
 5222]
 5223
 5224[[package]]
 5225name = "foreign-types-shared"
 5226version = "0.1.1"
 5227source = "registry+https://github.com/rust-lang/crates.io-index"
 5228checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 5229
 5230[[package]]
 5231name = "foreign-types-shared"
 5232version = "0.3.1"
 5233source = "registry+https://github.com/rust-lang/crates.io-index"
 5234checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 5235
 5236[[package]]
 5237name = "fork"
 5238version = "0.2.0"
 5239source = "registry+https://github.com/rust-lang/crates.io-index"
 5240checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
 5241dependencies = [
 5242 "libc",
 5243]
 5244
 5245[[package]]
 5246name = "form_urlencoded"
 5247version = "1.2.1"
 5248source = "registry+https://github.com/rust-lang/crates.io-index"
 5249checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
 5250dependencies = [
 5251 "percent-encoding",
 5252]
 5253
 5254[[package]]
 5255name = "freetype-sys"
 5256version = "0.20.1"
 5257source = "registry+https://github.com/rust-lang/crates.io-index"
 5258checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 5259dependencies = [
 5260 "cc",
 5261 "libc",
 5262 "pkg-config",
 5263]
 5264
 5265[[package]]
 5266name = "fs"
 5267version = "0.1.0"
 5268dependencies = [
 5269 "anyhow",
 5270 "ashpd",
 5271 "async-tar",
 5272 "async-trait",
 5273 "cocoa 0.26.0",
 5274 "collections",
 5275 "fsevent",
 5276 "futures 0.3.31",
 5277 "git",
 5278 "gpui",
 5279 "ignore",
 5280 "libc",
 5281 "log",
 5282 "notify 8.0.0 (git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96)",
 5283 "objc",
 5284 "parking_lot",
 5285 "paths",
 5286 "proto",
 5287 "rope",
 5288 "serde",
 5289 "serde_json",
 5290 "smol",
 5291 "tempfile",
 5292 "text",
 5293 "time",
 5294 "util",
 5295 "windows 0.61.1",
 5296]
 5297
 5298[[package]]
 5299name = "fs-set-times"
 5300version = "0.20.2"
 5301source = "registry+https://github.com/rust-lang/crates.io-index"
 5302checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
 5303dependencies = [
 5304 "io-lifetimes",
 5305 "rustix",
 5306 "windows-sys 0.52.0",
 5307]
 5308
 5309[[package]]
 5310name = "fs2"
 5311version = "0.4.3"
 5312source = "registry+https://github.com/rust-lang/crates.io-index"
 5313checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 5314dependencies = [
 5315 "libc",
 5316 "winapi",
 5317]
 5318
 5319[[package]]
 5320name = "fs_extra"
 5321version = "1.3.0"
 5322source = "registry+https://github.com/rust-lang/crates.io-index"
 5323checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 5324
 5325[[package]]
 5326name = "fsevent"
 5327version = "0.1.0"
 5328dependencies = [
 5329 "bitflags 2.8.0",
 5330 "core-foundation 0.10.0",
 5331 "fsevent-sys 3.1.0",
 5332 "parking_lot",
 5333 "tempfile",
 5334]
 5335
 5336[[package]]
 5337name = "fsevent-sys"
 5338version = "3.1.0"
 5339source = "registry+https://github.com/rust-lang/crates.io-index"
 5340checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
 5341dependencies = [
 5342 "libc",
 5343]
 5344
 5345[[package]]
 5346name = "fsevent-sys"
 5347version = "4.1.0"
 5348source = "registry+https://github.com/rust-lang/crates.io-index"
 5349checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 5350dependencies = [
 5351 "libc",
 5352]
 5353
 5354[[package]]
 5355name = "funty"
 5356version = "2.0.0"
 5357source = "registry+https://github.com/rust-lang/crates.io-index"
 5358checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 5359
 5360[[package]]
 5361name = "futf"
 5362version = "0.1.5"
 5363source = "registry+https://github.com/rust-lang/crates.io-index"
 5364checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 5365dependencies = [
 5366 "mac",
 5367 "new_debug_unreachable",
 5368]
 5369
 5370[[package]]
 5371name = "futures"
 5372version = "0.1.31"
 5373source = "registry+https://github.com/rust-lang/crates.io-index"
 5374checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 5375
 5376[[package]]
 5377name = "futures"
 5378version = "0.3.31"
 5379source = "registry+https://github.com/rust-lang/crates.io-index"
 5380checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 5381dependencies = [
 5382 "futures-channel",
 5383 "futures-core",
 5384 "futures-executor",
 5385 "futures-io",
 5386 "futures-sink",
 5387 "futures-task",
 5388 "futures-util",
 5389]
 5390
 5391[[package]]
 5392name = "futures-batch"
 5393version = "0.6.1"
 5394source = "registry+https://github.com/rust-lang/crates.io-index"
 5395checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
 5396dependencies = [
 5397 "futures 0.3.31",
 5398 "futures-timer",
 5399 "pin-utils",
 5400]
 5401
 5402[[package]]
 5403name = "futures-channel"
 5404version = "0.3.31"
 5405source = "registry+https://github.com/rust-lang/crates.io-index"
 5406checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 5407dependencies = [
 5408 "futures-core",
 5409 "futures-sink",
 5410]
 5411
 5412[[package]]
 5413name = "futures-core"
 5414version = "0.3.31"
 5415source = "registry+https://github.com/rust-lang/crates.io-index"
 5416checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 5417
 5418[[package]]
 5419name = "futures-executor"
 5420version = "0.3.31"
 5421source = "registry+https://github.com/rust-lang/crates.io-index"
 5422checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 5423dependencies = [
 5424 "futures-core",
 5425 "futures-task",
 5426 "futures-util",
 5427]
 5428
 5429[[package]]
 5430name = "futures-intrusive"
 5431version = "0.5.0"
 5432source = "registry+https://github.com/rust-lang/crates.io-index"
 5433checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 5434dependencies = [
 5435 "futures-core",
 5436 "lock_api",
 5437 "parking_lot",
 5438]
 5439
 5440[[package]]
 5441name = "futures-io"
 5442version = "0.3.31"
 5443source = "registry+https://github.com/rust-lang/crates.io-index"
 5444checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 5445
 5446[[package]]
 5447name = "futures-lite"
 5448version = "1.13.0"
 5449source = "registry+https://github.com/rust-lang/crates.io-index"
 5450checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 5451dependencies = [
 5452 "fastrand 1.9.0",
 5453 "futures-core",
 5454 "futures-io",
 5455 "memchr",
 5456 "parking",
 5457 "pin-project-lite",
 5458 "waker-fn",
 5459]
 5460
 5461[[package]]
 5462name = "futures-lite"
 5463version = "2.6.0"
 5464source = "registry+https://github.com/rust-lang/crates.io-index"
 5465checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
 5466dependencies = [
 5467 "fastrand 2.3.0",
 5468 "futures-core",
 5469 "futures-io",
 5470 "parking",
 5471 "pin-project-lite",
 5472]
 5473
 5474[[package]]
 5475name = "futures-macro"
 5476version = "0.3.31"
 5477source = "registry+https://github.com/rust-lang/crates.io-index"
 5478checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 5479dependencies = [
 5480 "proc-macro2",
 5481 "quote",
 5482 "syn 2.0.100",
 5483]
 5484
 5485[[package]]
 5486name = "futures-sink"
 5487version = "0.3.31"
 5488source = "registry+https://github.com/rust-lang/crates.io-index"
 5489checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 5490
 5491[[package]]
 5492name = "futures-task"
 5493version = "0.3.31"
 5494source = "registry+https://github.com/rust-lang/crates.io-index"
 5495checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 5496
 5497[[package]]
 5498name = "futures-timer"
 5499version = "3.0.3"
 5500source = "registry+https://github.com/rust-lang/crates.io-index"
 5501checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
 5502
 5503[[package]]
 5504name = "futures-util"
 5505version = "0.3.31"
 5506source = "registry+https://github.com/rust-lang/crates.io-index"
 5507checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 5508dependencies = [
 5509 "futures 0.1.31",
 5510 "futures-channel",
 5511 "futures-core",
 5512 "futures-io",
 5513 "futures-macro",
 5514 "futures-sink",
 5515 "futures-task",
 5516 "memchr",
 5517 "pin-project-lite",
 5518 "pin-utils",
 5519 "slab",
 5520 "tokio-io",
 5521]
 5522
 5523[[package]]
 5524name = "fuzzy"
 5525version = "0.1.0"
 5526dependencies = [
 5527 "gpui",
 5528 "log",
 5529 "util",
 5530]
 5531
 5532[[package]]
 5533name = "fuzzy-matcher"
 5534version = "0.3.7"
 5535source = "registry+https://github.com/rust-lang/crates.io-index"
 5536checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 5537dependencies = [
 5538 "thread_local",
 5539]
 5540
 5541[[package]]
 5542name = "generic-array"
 5543version = "0.14.7"
 5544source = "registry+https://github.com/rust-lang/crates.io-index"
 5545checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 5546dependencies = [
 5547 "typenum",
 5548 "version_check",
 5549]
 5550
 5551[[package]]
 5552name = "gethostname"
 5553version = "0.4.3"
 5554source = "registry+https://github.com/rust-lang/crates.io-index"
 5555checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
 5556dependencies = [
 5557 "libc",
 5558 "windows-targets 0.48.5",
 5559]
 5560
 5561[[package]]
 5562name = "getrandom"
 5563version = "0.1.16"
 5564source = "registry+https://github.com/rust-lang/crates.io-index"
 5565checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
 5566dependencies = [
 5567 "cfg-if",
 5568 "libc",
 5569 "wasi 0.9.0+wasi-snapshot-preview1",
 5570]
 5571
 5572[[package]]
 5573name = "getrandom"
 5574version = "0.2.15"
 5575source = "registry+https://github.com/rust-lang/crates.io-index"
 5576checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
 5577dependencies = [
 5578 "cfg-if",
 5579 "js-sys",
 5580 "libc",
 5581 "wasi 0.11.0+wasi-snapshot-preview1",
 5582 "wasm-bindgen",
 5583]
 5584
 5585[[package]]
 5586name = "getrandom"
 5587version = "0.3.1"
 5588source = "registry+https://github.com/rust-lang/crates.io-index"
 5589checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
 5590dependencies = [
 5591 "cfg-if",
 5592 "libc",
 5593 "wasi 0.13.3+wasi-0.2.2",
 5594 "windows-targets 0.52.6",
 5595]
 5596
 5597[[package]]
 5598name = "gif"
 5599version = "0.13.1"
 5600source = "registry+https://github.com/rust-lang/crates.io-index"
 5601checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
 5602dependencies = [
 5603 "color_quant",
 5604 "weezl",
 5605]
 5606
 5607[[package]]
 5608name = "gimli"
 5609version = "0.31.1"
 5610source = "registry+https://github.com/rust-lang/crates.io-index"
 5611checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
 5612dependencies = [
 5613 "fallible-iterator",
 5614 "indexmap",
 5615 "stable_deref_trait",
 5616]
 5617
 5618[[package]]
 5619name = "git"
 5620version = "0.1.0"
 5621dependencies = [
 5622 "anyhow",
 5623 "askpass",
 5624 "async-trait",
 5625 "collections",
 5626 "derive_more",
 5627 "futures 0.3.31",
 5628 "git2",
 5629 "gpui",
 5630 "http_client",
 5631 "log",
 5632 "parking_lot",
 5633 "pretty_assertions",
 5634 "regex",
 5635 "rope",
 5636 "schemars",
 5637 "serde",
 5638 "serde_json",
 5639 "smol",
 5640 "sum_tree",
 5641 "tempfile",
 5642 "text",
 5643 "thiserror 2.0.12",
 5644 "time",
 5645 "unindent",
 5646 "url",
 5647 "util",
 5648 "uuid",
 5649]
 5650
 5651[[package]]
 5652name = "git2"
 5653version = "0.20.1"
 5654source = "registry+https://github.com/rust-lang/crates.io-index"
 5655checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
 5656dependencies = [
 5657 "bitflags 2.8.0",
 5658 "libc",
 5659 "libgit2-sys",
 5660 "log",
 5661 "url",
 5662]
 5663
 5664[[package]]
 5665name = "git_hosting_providers"
 5666version = "0.1.0"
 5667dependencies = [
 5668 "anyhow",
 5669 "async-trait",
 5670 "futures 0.3.31",
 5671 "git",
 5672 "gpui",
 5673 "http_client",
 5674 "indoc",
 5675 "pretty_assertions",
 5676 "regex",
 5677 "schemars",
 5678 "serde",
 5679 "serde_json",
 5680 "settings",
 5681 "url",
 5682 "util",
 5683]
 5684
 5685[[package]]
 5686name = "git_ui"
 5687version = "0.1.0"
 5688dependencies = [
 5689 "anyhow",
 5690 "askpass",
 5691 "assistant_settings",
 5692 "buffer_diff",
 5693 "collections",
 5694 "command_palette_hooks",
 5695 "component",
 5696 "ctor",
 5697 "db",
 5698 "editor",
 5699 "env_logger 0.11.7",
 5700 "futures 0.3.31",
 5701 "fuzzy",
 5702 "git",
 5703 "gpui",
 5704 "itertools 0.14.0",
 5705 "language",
 5706 "language_model",
 5707 "linkify",
 5708 "linkme",
 5709 "log",
 5710 "menu",
 5711 "multi_buffer",
 5712 "notifications",
 5713 "panel",
 5714 "picker",
 5715 "postage",
 5716 "pretty_assertions",
 5717 "project",
 5718 "schemars",
 5719 "serde",
 5720 "serde_derive",
 5721 "serde_json",
 5722 "settings",
 5723 "strum",
 5724 "telemetry",
 5725 "theme",
 5726 "time",
 5727 "time_format",
 5728 "ui",
 5729 "unindent",
 5730 "util",
 5731 "windows 0.61.1",
 5732 "workspace",
 5733 "zed_actions",
 5734]
 5735
 5736[[package]]
 5737name = "glob"
 5738version = "0.3.1"
 5739source = "registry+https://github.com/rust-lang/crates.io-index"
 5740checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
 5741
 5742[[package]]
 5743name = "globset"
 5744version = "0.4.16"
 5745source = "registry+https://github.com/rust-lang/crates.io-index"
 5746checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
 5747dependencies = [
 5748 "aho-corasick",
 5749 "bstr",
 5750 "log",
 5751 "regex-automata 0.4.9",
 5752 "regex-syntax 0.8.5",
 5753]
 5754
 5755[[package]]
 5756name = "gloo-timers"
 5757version = "0.3.0"
 5758source = "registry+https://github.com/rust-lang/crates.io-index"
 5759checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 5760dependencies = [
 5761 "futures-channel",
 5762 "futures-core",
 5763 "js-sys",
 5764 "wasm-bindgen",
 5765]
 5766
 5767[[package]]
 5768name = "glow"
 5769version = "0.14.2"
 5770source = "registry+https://github.com/rust-lang/crates.io-index"
 5771checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
 5772dependencies = [
 5773 "js-sys",
 5774 "slotmap",
 5775 "wasm-bindgen",
 5776 "web-sys",
 5777]
 5778
 5779[[package]]
 5780name = "go_to_line"
 5781version = "0.1.0"
 5782dependencies = [
 5783 "anyhow",
 5784 "editor",
 5785 "gpui",
 5786 "indoc",
 5787 "language",
 5788 "menu",
 5789 "project",
 5790 "rope",
 5791 "schemars",
 5792 "serde",
 5793 "serde_json",
 5794 "settings",
 5795 "text",
 5796 "theme",
 5797 "tree-sitter-rust",
 5798 "tree-sitter-typescript",
 5799 "ui",
 5800 "util",
 5801 "workspace",
 5802]
 5803
 5804[[package]]
 5805name = "google_ai"
 5806version = "0.1.0"
 5807dependencies = [
 5808 "anyhow",
 5809 "futures 0.3.31",
 5810 "http_client",
 5811 "schemars",
 5812 "serde",
 5813 "serde_json",
 5814 "strum",
 5815]
 5816
 5817[[package]]
 5818name = "gpu-alloc"
 5819version = "0.6.0"
 5820source = "registry+https://github.com/rust-lang/crates.io-index"
 5821checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
 5822dependencies = [
 5823 "bitflags 2.8.0",
 5824 "gpu-alloc-types",
 5825]
 5826
 5827[[package]]
 5828name = "gpu-alloc-ash"
 5829version = "0.7.0"
 5830source = "registry+https://github.com/rust-lang/crates.io-index"
 5831checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
 5832dependencies = [
 5833 "ash",
 5834 "gpu-alloc-types",
 5835 "tinyvec",
 5836]
 5837
 5838[[package]]
 5839name = "gpu-alloc-types"
 5840version = "0.3.0"
 5841source = "registry+https://github.com/rust-lang/crates.io-index"
 5842checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
 5843dependencies = [
 5844 "bitflags 2.8.0",
 5845]
 5846
 5847[[package]]
 5848name = "gpui"
 5849version = "0.1.0"
 5850dependencies = [
 5851 "anyhow",
 5852 "as-raw-xcb-connection",
 5853 "ashpd",
 5854 "async-task",
 5855 "backtrace",
 5856 "bindgen 0.70.1",
 5857 "blade-graphics",
 5858 "blade-macros",
 5859 "blade-util",
 5860 "block",
 5861 "bytemuck",
 5862 "calloop",
 5863 "calloop-wayland-source",
 5864 "cbindgen 0.28.0",
 5865 "cocoa 0.26.0",
 5866 "collections",
 5867 "core-foundation 0.10.0",
 5868 "core-foundation-sys",
 5869 "core-graphics 0.24.0",
 5870 "core-text",
 5871 "core-video",
 5872 "cosmic-text",
 5873 "ctor",
 5874 "derive_more",
 5875 "embed-resource",
 5876 "env_logger 0.11.7",
 5877 "etagere",
 5878 "filedescriptor",
 5879 "flume",
 5880 "font-kit",
 5881 "foreign-types 0.5.0",
 5882 "futures 0.3.31",
 5883 "gpui_macros",
 5884 "http_client",
 5885 "image",
 5886 "inventory",
 5887 "itertools 0.14.0",
 5888 "log",
 5889 "lyon",
 5890 "media",
 5891 "metal",
 5892 "naga",
 5893 "num_cpus",
 5894 "objc",
 5895 "objc2",
 5896 "objc2-metal",
 5897 "oo7",
 5898 "open",
 5899 "parking",
 5900 "parking_lot",
 5901 "pathfinder_geometry",
 5902 "postage",
 5903 "profiling",
 5904 "rand 0.8.5",
 5905 "raw-window-handle",
 5906 "refineable",
 5907 "reqwest_client",
 5908 "resvg",
 5909 "schemars",
 5910 "seahash",
 5911 "semantic_version",
 5912 "serde",
 5913 "serde_derive",
 5914 "serde_json",
 5915 "slotmap",
 5916 "smallvec",
 5917 "smol",
 5918 "strum",
 5919 "sum_tree",
 5920 "taffy",
 5921 "thiserror 2.0.12",
 5922 "unicode-segmentation",
 5923 "usvg",
 5924 "util",
 5925 "uuid",
 5926 "waker-fn",
 5927 "wayland-backend",
 5928 "wayland-client",
 5929 "wayland-cursor",
 5930 "wayland-protocols",
 5931 "wayland-protocols-plasma",
 5932 "windows 0.61.1",
 5933 "windows-core 0.61.0",
 5934 "windows-numerics",
 5935 "x11-clipboard",
 5936 "x11rb",
 5937 "xim",
 5938 "xkbcommon",
 5939]
 5940
 5941[[package]]
 5942name = "gpui_macros"
 5943version = "0.1.0"
 5944dependencies = [
 5945 "gpui",
 5946 "proc-macro2",
 5947 "quote",
 5948 "syn 1.0.109",
 5949]
 5950
 5951[[package]]
 5952name = "gpui_tokio"
 5953version = "0.1.0"
 5954dependencies = [
 5955 "gpui",
 5956 "tokio",
 5957 "util",
 5958]
 5959
 5960[[package]]
 5961name = "grid"
 5962version = "0.13.0"
 5963source = "registry+https://github.com/rust-lang/crates.io-index"
 5964checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
 5965
 5966[[package]]
 5967name = "group"
 5968version = "0.12.1"
 5969source = "registry+https://github.com/rust-lang/crates.io-index"
 5970checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 5971dependencies = [
 5972 "ff",
 5973 "rand_core 0.6.4",
 5974 "subtle",
 5975]
 5976
 5977[[package]]
 5978name = "h2"
 5979version = "0.3.26"
 5980source = "registry+https://github.com/rust-lang/crates.io-index"
 5981checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
 5982dependencies = [
 5983 "bytes 1.10.1",
 5984 "fnv",
 5985 "futures-core",
 5986 "futures-sink",
 5987 "futures-util",
 5988 "http 0.2.12",
 5989 "indexmap",
 5990 "slab",
 5991 "tokio",
 5992 "tokio-util",
 5993 "tracing",
 5994]
 5995
 5996[[package]]
 5997name = "h2"
 5998version = "0.4.7"
 5999source = "registry+https://github.com/rust-lang/crates.io-index"
 6000checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
 6001dependencies = [
 6002 "atomic-waker",
 6003 "bytes 1.10.1",
 6004 "fnv",
 6005 "futures-core",
 6006 "futures-sink",
 6007 "http 1.2.0",
 6008 "indexmap",
 6009 "slab",
 6010 "tokio",
 6011 "tokio-util",
 6012 "tracing",
 6013]
 6014
 6015[[package]]
 6016name = "half"
 6017version = "2.4.1"
 6018source = "registry+https://github.com/rust-lang/crates.io-index"
 6019checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
 6020dependencies = [
 6021 "cfg-if",
 6022 "crunchy",
 6023]
 6024
 6025[[package]]
 6026name = "handlebars"
 6027version = "4.5.0"
 6028source = "registry+https://github.com/rust-lang/crates.io-index"
 6029checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 6030dependencies = [
 6031 "log",
 6032 "pest",
 6033 "pest_derive",
 6034 "serde",
 6035 "serde_json",
 6036 "thiserror 1.0.69",
 6037]
 6038
 6039[[package]]
 6040name = "handlebars"
 6041version = "6.2.0"
 6042source = "registry+https://github.com/rust-lang/crates.io-index"
 6043checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
 6044dependencies = [
 6045 "log",
 6046 "num-order",
 6047 "pest",
 6048 "pest_derive",
 6049 "serde",
 6050 "serde_json",
 6051 "thiserror 1.0.69",
 6052]
 6053
 6054[[package]]
 6055name = "hashbrown"
 6056version = "0.12.3"
 6057source = "registry+https://github.com/rust-lang/crates.io-index"
 6058checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 6059dependencies = [
 6060 "ahash 0.7.8",
 6061]
 6062
 6063[[package]]
 6064name = "hashbrown"
 6065version = "0.14.5"
 6066source = "registry+https://github.com/rust-lang/crates.io-index"
 6067checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 6068dependencies = [
 6069 "ahash 0.8.11",
 6070 "allocator-api2",
 6071]
 6072
 6073[[package]]
 6074name = "hashbrown"
 6075version = "0.15.2"
 6076source = "registry+https://github.com/rust-lang/crates.io-index"
 6077checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
 6078dependencies = [
 6079 "allocator-api2",
 6080 "equivalent",
 6081 "foldhash",
 6082 "serde",
 6083]
 6084
 6085[[package]]
 6086name = "hashlink"
 6087version = "0.8.4"
 6088source = "registry+https://github.com/rust-lang/crates.io-index"
 6089checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 6090dependencies = [
 6091 "hashbrown 0.14.5",
 6092]
 6093
 6094[[package]]
 6095name = "hashlink"
 6096version = "0.10.0"
 6097source = "registry+https://github.com/rust-lang/crates.io-index"
 6098checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 6099dependencies = [
 6100 "hashbrown 0.15.2",
 6101]
 6102
 6103[[package]]
 6104name = "headers"
 6105version = "0.3.9"
 6106source = "registry+https://github.com/rust-lang/crates.io-index"
 6107checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 6108dependencies = [
 6109 "base64 0.21.7",
 6110 "bytes 1.10.1",
 6111 "headers-core",
 6112 "http 0.2.12",
 6113 "httpdate",
 6114 "mime",
 6115 "sha1",
 6116]
 6117
 6118[[package]]
 6119name = "headers-core"
 6120version = "0.2.0"
 6121source = "registry+https://github.com/rust-lang/crates.io-index"
 6122checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 6123dependencies = [
 6124 "http 0.2.12",
 6125]
 6126
 6127[[package]]
 6128name = "heck"
 6129version = "0.3.3"
 6130source = "registry+https://github.com/rust-lang/crates.io-index"
 6131checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 6132dependencies = [
 6133 "unicode-segmentation",
 6134]
 6135
 6136[[package]]
 6137name = "heck"
 6138version = "0.4.1"
 6139source = "registry+https://github.com/rust-lang/crates.io-index"
 6140checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 6141dependencies = [
 6142 "unicode-segmentation",
 6143]
 6144
 6145[[package]]
 6146name = "heck"
 6147version = "0.5.0"
 6148source = "registry+https://github.com/rust-lang/crates.io-index"
 6149checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 6150
 6151[[package]]
 6152name = "heed"
 6153version = "0.21.0"
 6154source = "registry+https://github.com/rust-lang/crates.io-index"
 6155checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 6156dependencies = [
 6157 "bitflags 2.8.0",
 6158 "byteorder",
 6159 "heed-traits",
 6160 "heed-types",
 6161 "libc",
 6162 "lmdb-master-sys",
 6163 "once_cell",
 6164 "page_size",
 6165 "serde",
 6166 "synchronoise",
 6167 "url",
 6168]
 6169
 6170[[package]]
 6171name = "heed-traits"
 6172version = "0.20.0"
 6173source = "registry+https://github.com/rust-lang/crates.io-index"
 6174checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 6175
 6176[[package]]
 6177name = "heed-types"
 6178version = "0.21.0"
 6179source = "registry+https://github.com/rust-lang/crates.io-index"
 6180checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 6181dependencies = [
 6182 "bincode",
 6183 "byteorder",
 6184 "heed-traits",
 6185 "serde",
 6186 "serde_json",
 6187]
 6188
 6189[[package]]
 6190name = "hermit-abi"
 6191version = "0.3.9"
 6192source = "registry+https://github.com/rust-lang/crates.io-index"
 6193checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
 6194
 6195[[package]]
 6196name = "hermit-abi"
 6197version = "0.4.0"
 6198source = "registry+https://github.com/rust-lang/crates.io-index"
 6199checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
 6200
 6201[[package]]
 6202name = "hex"
 6203version = "0.4.3"
 6204source = "registry+https://github.com/rust-lang/crates.io-index"
 6205checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 6206
 6207[[package]]
 6208name = "hexf-parse"
 6209version = "0.2.1"
 6210source = "registry+https://github.com/rust-lang/crates.io-index"
 6211checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 6212
 6213[[package]]
 6214name = "hidden-trait"
 6215version = "0.1.2"
 6216source = "registry+https://github.com/rust-lang/crates.io-index"
 6217checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
 6218dependencies = [
 6219 "proc-macro2",
 6220 "quote",
 6221 "syn 1.0.109",
 6222]
 6223
 6224[[package]]
 6225name = "hkdf"
 6226version = "0.12.4"
 6227source = "registry+https://github.com/rust-lang/crates.io-index"
 6228checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 6229dependencies = [
 6230 "hmac",
 6231]
 6232
 6233[[package]]
 6234name = "hmac"
 6235version = "0.12.1"
 6236source = "registry+https://github.com/rust-lang/crates.io-index"
 6237checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 6238dependencies = [
 6239 "digest",
 6240]
 6241
 6242[[package]]
 6243name = "home"
 6244version = "0.5.9"
 6245source = "registry+https://github.com/rust-lang/crates.io-index"
 6246checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
 6247dependencies = [
 6248 "windows-sys 0.52.0",
 6249]
 6250
 6251[[package]]
 6252name = "hound"
 6253version = "3.5.1"
 6254source = "registry+https://github.com/rust-lang/crates.io-index"
 6255checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 6256
 6257[[package]]
 6258name = "html5ever"
 6259version = "0.27.0"
 6260source = "registry+https://github.com/rust-lang/crates.io-index"
 6261checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 6262dependencies = [
 6263 "log",
 6264 "mac",
 6265 "markup5ever",
 6266 "proc-macro2",
 6267 "quote",
 6268 "syn 2.0.100",
 6269]
 6270
 6271[[package]]
 6272name = "html_to_markdown"
 6273version = "0.1.0"
 6274dependencies = [
 6275 "anyhow",
 6276 "html5ever",
 6277 "indoc",
 6278 "markup5ever_rcdom",
 6279 "pretty_assertions",
 6280 "regex",
 6281]
 6282
 6283[[package]]
 6284name = "http"
 6285version = "0.2.12"
 6286source = "registry+https://github.com/rust-lang/crates.io-index"
 6287checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 6288dependencies = [
 6289 "bytes 1.10.1",
 6290 "fnv",
 6291 "itoa",
 6292]
 6293
 6294[[package]]
 6295name = "http"
 6296version = "1.2.0"
 6297source = "registry+https://github.com/rust-lang/crates.io-index"
 6298checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
 6299dependencies = [
 6300 "bytes 1.10.1",
 6301 "fnv",
 6302 "itoa",
 6303]
 6304
 6305[[package]]
 6306name = "http-body"
 6307version = "0.4.6"
 6308source = "registry+https://github.com/rust-lang/crates.io-index"
 6309checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 6310dependencies = [
 6311 "bytes 1.10.1",
 6312 "http 0.2.12",
 6313 "pin-project-lite",
 6314]
 6315
 6316[[package]]
 6317name = "http-body"
 6318version = "1.0.1"
 6319source = "registry+https://github.com/rust-lang/crates.io-index"
 6320checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 6321dependencies = [
 6322 "bytes 1.10.1",
 6323 "http 1.2.0",
 6324]
 6325
 6326[[package]]
 6327name = "http-body-util"
 6328version = "0.1.2"
 6329source = "registry+https://github.com/rust-lang/crates.io-index"
 6330checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
 6331dependencies = [
 6332 "bytes 1.10.1",
 6333 "futures-util",
 6334 "http 1.2.0",
 6335 "http-body 1.0.1",
 6336 "pin-project-lite",
 6337]
 6338
 6339[[package]]
 6340name = "http-range-header"
 6341version = "0.3.1"
 6342source = "registry+https://github.com/rust-lang/crates.io-index"
 6343checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 6344
 6345[[package]]
 6346name = "http-types"
 6347version = "2.12.0"
 6348source = "registry+https://github.com/rust-lang/crates.io-index"
 6349checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
 6350dependencies = [
 6351 "anyhow",
 6352 "async-channel 1.9.0",
 6353 "base64 0.13.1",
 6354 "futures-lite 1.13.0",
 6355 "http 0.2.12",
 6356 "infer",
 6357 "pin-project-lite",
 6358 "rand 0.7.3",
 6359 "serde",
 6360 "serde_json",
 6361 "serde_qs 0.8.5",
 6362 "serde_urlencoded",
 6363 "url",
 6364]
 6365
 6366[[package]]
 6367name = "http_client"
 6368version = "0.1.0"
 6369dependencies = [
 6370 "anyhow",
 6371 "bytes 1.10.1",
 6372 "derive_more",
 6373 "futures 0.3.31",
 6374 "http 1.2.0",
 6375 "log",
 6376 "serde",
 6377 "serde_json",
 6378 "url",
 6379]
 6380
 6381[[package]]
 6382name = "http_client_tls"
 6383version = "0.1.0"
 6384dependencies = [
 6385 "rustls 0.23.25",
 6386 "rustls-platform-verifier",
 6387]
 6388
 6389[[package]]
 6390name = "httparse"
 6391version = "1.9.5"
 6392source = "registry+https://github.com/rust-lang/crates.io-index"
 6393checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
 6394
 6395[[package]]
 6396name = "httpdate"
 6397version = "1.0.3"
 6398source = "registry+https://github.com/rust-lang/crates.io-index"
 6399checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 6400
 6401[[package]]
 6402name = "human_bytes"
 6403version = "0.4.3"
 6404source = "registry+https://github.com/rust-lang/crates.io-index"
 6405checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 6406
 6407[[package]]
 6408name = "humantime"
 6409version = "2.1.0"
 6410source = "registry+https://github.com/rust-lang/crates.io-index"
 6411checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
 6412
 6413[[package]]
 6414name = "hyper"
 6415version = "0.14.32"
 6416source = "registry+https://github.com/rust-lang/crates.io-index"
 6417checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 6418dependencies = [
 6419 "bytes 1.10.1",
 6420 "futures-channel",
 6421 "futures-core",
 6422 "futures-util",
 6423 "h2 0.3.26",
 6424 "http 0.2.12",
 6425 "http-body 0.4.6",
 6426 "httparse",
 6427 "httpdate",
 6428 "itoa",
 6429 "pin-project-lite",
 6430 "socket2",
 6431 "tokio",
 6432 "tower-service",
 6433 "tracing",
 6434 "want",
 6435]
 6436
 6437[[package]]
 6438name = "hyper"
 6439version = "1.5.1"
 6440source = "registry+https://github.com/rust-lang/crates.io-index"
 6441checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
 6442dependencies = [
 6443 "bytes 1.10.1",
 6444 "futures-channel",
 6445 "futures-util",
 6446 "h2 0.4.7",
 6447 "http 1.2.0",
 6448 "http-body 1.0.1",
 6449 "httparse",
 6450 "itoa",
 6451 "pin-project-lite",
 6452 "smallvec",
 6453 "tokio",
 6454 "want",
 6455]
 6456
 6457[[package]]
 6458name = "hyper-rustls"
 6459version = "0.24.2"
 6460source = "registry+https://github.com/rust-lang/crates.io-index"
 6461checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 6462dependencies = [
 6463 "futures-util",
 6464 "http 0.2.12",
 6465 "hyper 0.14.32",
 6466 "log",
 6467 "rustls 0.21.12",
 6468 "rustls-native-certs 0.6.3",
 6469 "tokio",
 6470 "tokio-rustls 0.24.1",
 6471]
 6472
 6473[[package]]
 6474name = "hyper-rustls"
 6475version = "0.27.3"
 6476source = "registry+https://github.com/rust-lang/crates.io-index"
 6477checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
 6478dependencies = [
 6479 "futures-util",
 6480 "http 1.2.0",
 6481 "hyper 1.5.1",
 6482 "hyper-util",
 6483 "rustls 0.23.25",
 6484 "rustls-native-certs 0.8.1",
 6485 "rustls-pki-types",
 6486 "tokio",
 6487 "tokio-rustls 0.26.1",
 6488 "tower-service",
 6489]
 6490
 6491[[package]]
 6492name = "hyper-tls"
 6493version = "0.5.0"
 6494source = "registry+https://github.com/rust-lang/crates.io-index"
 6495checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 6496dependencies = [
 6497 "bytes 1.10.1",
 6498 "hyper 0.14.32",
 6499 "native-tls",
 6500 "tokio",
 6501 "tokio-native-tls",
 6502]
 6503
 6504[[package]]
 6505name = "hyper-util"
 6506version = "0.1.10"
 6507source = "registry+https://github.com/rust-lang/crates.io-index"
 6508checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
 6509dependencies = [
 6510 "bytes 1.10.1",
 6511 "futures-channel",
 6512 "futures-util",
 6513 "http 1.2.0",
 6514 "http-body 1.0.1",
 6515 "hyper 1.5.1",
 6516 "pin-project-lite",
 6517 "socket2",
 6518 "tokio",
 6519 "tower-service",
 6520 "tracing",
 6521]
 6522
 6523[[package]]
 6524name = "iana-time-zone"
 6525version = "0.1.61"
 6526source = "registry+https://github.com/rust-lang/crates.io-index"
 6527checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
 6528dependencies = [
 6529 "android_system_properties",
 6530 "core-foundation-sys",
 6531 "iana-time-zone-haiku",
 6532 "js-sys",
 6533 "wasm-bindgen",
 6534 "windows-core 0.52.0",
 6535]
 6536
 6537[[package]]
 6538name = "iana-time-zone-haiku"
 6539version = "0.1.2"
 6540source = "registry+https://github.com/rust-lang/crates.io-index"
 6541checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 6542dependencies = [
 6543 "cc",
 6544]
 6545
 6546[[package]]
 6547name = "icons"
 6548version = "0.1.0"
 6549dependencies = [
 6550 "serde",
 6551 "strum",
 6552]
 6553
 6554[[package]]
 6555name = "icu_collections"
 6556version = "1.5.0"
 6557source = "registry+https://github.com/rust-lang/crates.io-index"
 6558checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
 6559dependencies = [
 6560 "displaydoc",
 6561 "yoke",
 6562 "zerofrom",
 6563 "zerovec",
 6564]
 6565
 6566[[package]]
 6567name = "icu_locid"
 6568version = "1.5.0"
 6569source = "registry+https://github.com/rust-lang/crates.io-index"
 6570checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
 6571dependencies = [
 6572 "displaydoc",
 6573 "litemap",
 6574 "tinystr",
 6575 "writeable",
 6576 "zerovec",
 6577]
 6578
 6579[[package]]
 6580name = "icu_locid_transform"
 6581version = "1.5.0"
 6582source = "registry+https://github.com/rust-lang/crates.io-index"
 6583checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
 6584dependencies = [
 6585 "displaydoc",
 6586 "icu_locid",
 6587 "icu_locid_transform_data",
 6588 "icu_provider",
 6589 "tinystr",
 6590 "zerovec",
 6591]
 6592
 6593[[package]]
 6594name = "icu_locid_transform_data"
 6595version = "1.5.0"
 6596source = "registry+https://github.com/rust-lang/crates.io-index"
 6597checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
 6598
 6599[[package]]
 6600name = "icu_normalizer"
 6601version = "1.5.0"
 6602source = "registry+https://github.com/rust-lang/crates.io-index"
 6603checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
 6604dependencies = [
 6605 "displaydoc",
 6606 "icu_collections",
 6607 "icu_normalizer_data",
 6608 "icu_properties",
 6609 "icu_provider",
 6610 "smallvec",
 6611 "utf16_iter",
 6612 "utf8_iter",
 6613 "write16",
 6614 "zerovec",
 6615]
 6616
 6617[[package]]
 6618name = "icu_normalizer_data"
 6619version = "1.5.0"
 6620source = "registry+https://github.com/rust-lang/crates.io-index"
 6621checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
 6622
 6623[[package]]
 6624name = "icu_properties"
 6625version = "1.5.1"
 6626source = "registry+https://github.com/rust-lang/crates.io-index"
 6627checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
 6628dependencies = [
 6629 "displaydoc",
 6630 "icu_collections",
 6631 "icu_locid_transform",
 6632 "icu_properties_data",
 6633 "icu_provider",
 6634 "tinystr",
 6635 "zerovec",
 6636]
 6637
 6638[[package]]
 6639name = "icu_properties_data"
 6640version = "1.5.0"
 6641source = "registry+https://github.com/rust-lang/crates.io-index"
 6642checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
 6643
 6644[[package]]
 6645name = "icu_provider"
 6646version = "1.5.0"
 6647source = "registry+https://github.com/rust-lang/crates.io-index"
 6648checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
 6649dependencies = [
 6650 "displaydoc",
 6651 "icu_locid",
 6652 "icu_provider_macros",
 6653 "stable_deref_trait",
 6654 "tinystr",
 6655 "writeable",
 6656 "yoke",
 6657 "zerofrom",
 6658 "zerovec",
 6659]
 6660
 6661[[package]]
 6662name = "icu_provider_macros"
 6663version = "1.5.0"
 6664source = "registry+https://github.com/rust-lang/crates.io-index"
 6665checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
 6666dependencies = [
 6667 "proc-macro2",
 6668 "quote",
 6669 "syn 2.0.100",
 6670]
 6671
 6672[[package]]
 6673name = "id-arena"
 6674version = "2.2.1"
 6675source = "registry+https://github.com/rust-lang/crates.io-index"
 6676checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 6677
 6678[[package]]
 6679name = "idna"
 6680version = "1.0.3"
 6681source = "registry+https://github.com/rust-lang/crates.io-index"
 6682checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
 6683dependencies = [
 6684 "idna_adapter",
 6685 "smallvec",
 6686 "utf8_iter",
 6687]
 6688
 6689[[package]]
 6690name = "idna_adapter"
 6691version = "1.2.0"
 6692source = "registry+https://github.com/rust-lang/crates.io-index"
 6693checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
 6694dependencies = [
 6695 "icu_normalizer",
 6696 "icu_properties",
 6697]
 6698
 6699[[package]]
 6700name = "ignore"
 6701version = "0.4.23"
 6702source = "registry+https://github.com/rust-lang/crates.io-index"
 6703checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
 6704dependencies = [
 6705 "crossbeam-deque",
 6706 "globset",
 6707 "log",
 6708 "memchr",
 6709 "regex-automata 0.4.9",
 6710 "same-file",
 6711 "walkdir",
 6712 "winapi-util",
 6713]
 6714
 6715[[package]]
 6716name = "image"
 6717version = "0.25.5"
 6718source = "registry+https://github.com/rust-lang/crates.io-index"
 6719checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
 6720dependencies = [
 6721 "bytemuck",
 6722 "byteorder-lite",
 6723 "color_quant",
 6724 "exr",
 6725 "gif",
 6726 "image-webp",
 6727 "num-traits",
 6728 "png",
 6729 "qoi",
 6730 "ravif",
 6731 "rayon",
 6732 "rgb",
 6733 "tiff",
 6734 "zune-core",
 6735 "zune-jpeg",
 6736]
 6737
 6738[[package]]
 6739name = "image-webp"
 6740version = "0.2.0"
 6741source = "registry+https://github.com/rust-lang/crates.io-index"
 6742checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
 6743dependencies = [
 6744 "byteorder-lite",
 6745 "quick-error",
 6746]
 6747
 6748[[package]]
 6749name = "image_viewer"
 6750version = "0.1.0"
 6751dependencies = [
 6752 "anyhow",
 6753 "db",
 6754 "editor",
 6755 "file_icons",
 6756 "gpui",
 6757 "project",
 6758 "schemars",
 6759 "serde",
 6760 "settings",
 6761 "theme",
 6762 "ui",
 6763 "util",
 6764 "workspace",
 6765]
 6766
 6767[[package]]
 6768name = "imagesize"
 6769version = "0.13.0"
 6770source = "registry+https://github.com/rust-lang/crates.io-index"
 6771checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 6772
 6773[[package]]
 6774name = "imara-diff"
 6775version = "0.1.8"
 6776source = "registry+https://github.com/rust-lang/crates.io-index"
 6777checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 6778dependencies = [
 6779 "hashbrown 0.15.2",
 6780]
 6781
 6782[[package]]
 6783name = "imgref"
 6784version = "1.11.0"
 6785source = "registry+https://github.com/rust-lang/crates.io-index"
 6786checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
 6787
 6788[[package]]
 6789name = "indexed_docs"
 6790version = "0.1.0"
 6791dependencies = [
 6792 "anyhow",
 6793 "async-trait",
 6794 "cargo_metadata",
 6795 "collections",
 6796 "derive_more",
 6797 "extension",
 6798 "fs",
 6799 "futures 0.3.31",
 6800 "fuzzy",
 6801 "gpui",
 6802 "heed",
 6803 "html_to_markdown",
 6804 "http_client",
 6805 "indexmap",
 6806 "indoc",
 6807 "parking_lot",
 6808 "paths",
 6809 "pretty_assertions",
 6810 "serde",
 6811 "strum",
 6812 "util",
 6813]
 6814
 6815[[package]]
 6816name = "indexmap"
 6817version = "2.7.1"
 6818source = "registry+https://github.com/rust-lang/crates.io-index"
 6819checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
 6820dependencies = [
 6821 "equivalent",
 6822 "hashbrown 0.15.2",
 6823 "serde",
 6824]
 6825
 6826[[package]]
 6827name = "indoc"
 6828version = "2.0.6"
 6829source = "registry+https://github.com/rust-lang/crates.io-index"
 6830checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 6831
 6832[[package]]
 6833name = "infer"
 6834version = "0.2.3"
 6835source = "registry+https://github.com/rust-lang/crates.io-index"
 6836checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
 6837
 6838[[package]]
 6839name = "inherent"
 6840version = "1.0.11"
 6841source = "registry+https://github.com/rust-lang/crates.io-index"
 6842checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
 6843dependencies = [
 6844 "proc-macro2",
 6845 "quote",
 6846 "syn 2.0.100",
 6847]
 6848
 6849[[package]]
 6850name = "inline_completion"
 6851version = "0.1.0"
 6852dependencies = [
 6853 "gpui",
 6854 "language",
 6855 "project",
 6856]
 6857
 6858[[package]]
 6859name = "inline_completion_button"
 6860version = "0.1.0"
 6861dependencies = [
 6862 "anyhow",
 6863 "client",
 6864 "copilot",
 6865 "editor",
 6866 "feature_flags",
 6867 "fs",
 6868 "futures 0.3.31",
 6869 "gpui",
 6870 "indoc",
 6871 "inline_completion",
 6872 "language",
 6873 "lsp",
 6874 "paths",
 6875 "project",
 6876 "regex",
 6877 "serde_json",
 6878 "settings",
 6879 "supermaven",
 6880 "telemetry",
 6881 "theme",
 6882 "ui",
 6883 "workspace",
 6884 "zed_actions",
 6885 "zeta",
 6886]
 6887
 6888[[package]]
 6889name = "inotify"
 6890version = "0.11.0"
 6891source = "registry+https://github.com/rust-lang/crates.io-index"
 6892checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 6893dependencies = [
 6894 "bitflags 2.8.0",
 6895 "inotify-sys",
 6896 "libc",
 6897]
 6898
 6899[[package]]
 6900name = "inotify-sys"
 6901version = "0.1.5"
 6902source = "registry+https://github.com/rust-lang/crates.io-index"
 6903checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 6904dependencies = [
 6905 "libc",
 6906]
 6907
 6908[[package]]
 6909name = "inout"
 6910version = "0.1.3"
 6911source = "registry+https://github.com/rust-lang/crates.io-index"
 6912checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
 6913dependencies = [
 6914 "block-padding",
 6915 "generic-array",
 6916]
 6917
 6918[[package]]
 6919name = "install_cli"
 6920version = "0.1.0"
 6921dependencies = [
 6922 "anyhow",
 6923 "gpui",
 6924 "smol",
 6925 "util",
 6926]
 6927
 6928[[package]]
 6929name = "instant"
 6930version = "0.1.13"
 6931source = "registry+https://github.com/rust-lang/crates.io-index"
 6932checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 6933dependencies = [
 6934 "cfg-if",
 6935]
 6936
 6937[[package]]
 6938name = "interpolate_name"
 6939version = "0.2.4"
 6940source = "registry+https://github.com/rust-lang/crates.io-index"
 6941checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 6942dependencies = [
 6943 "proc-macro2",
 6944 "quote",
 6945 "syn 2.0.100",
 6946]
 6947
 6948[[package]]
 6949name = "inventory"
 6950version = "0.3.20"
 6951source = "registry+https://github.com/rust-lang/crates.io-index"
 6952checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
 6953dependencies = [
 6954 "rustversion",
 6955]
 6956
 6957[[package]]
 6958name = "io-extras"
 6959version = "0.18.4"
 6960source = "registry+https://github.com/rust-lang/crates.io-index"
 6961checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 6962dependencies = [
 6963 "io-lifetimes",
 6964 "windows-sys 0.52.0",
 6965]
 6966
 6967[[package]]
 6968name = "io-lifetimes"
 6969version = "2.0.4"
 6970source = "registry+https://github.com/rust-lang/crates.io-index"
 6971checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 6972
 6973[[package]]
 6974name = "io-surface"
 6975version = "0.16.0"
 6976source = "registry+https://github.com/rust-lang/crates.io-index"
 6977checksum = "8283575d5f0b2e7447ec0840363879d71c0fa325d4c699d5b45208ea4a51f45e"
 6978dependencies = [
 6979 "cgl",
 6980 "core-foundation 0.10.0",
 6981 "core-foundation-sys",
 6982 "leaky-cow",
 6983 "libc",
 6984]
 6985
 6986[[package]]
 6987name = "iovec"
 6988version = "0.1.4"
 6989source = "registry+https://github.com/rust-lang/crates.io-index"
 6990checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 6991dependencies = [
 6992 "libc",
 6993]
 6994
 6995[[package]]
 6996name = "ipc-channel"
 6997version = "0.19.0"
 6998source = "registry+https://github.com/rust-lang/crates.io-index"
 6999checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 7000dependencies = [
 7001 "bincode",
 7002 "crossbeam-channel",
 7003 "fnv",
 7004 "lazy_static",
 7005 "libc",
 7006 "mio",
 7007 "rand 0.8.5",
 7008 "serde",
 7009 "tempfile",
 7010 "uuid",
 7011 "windows 0.58.0",
 7012]
 7013
 7014[[package]]
 7015name = "ipnet"
 7016version = "2.10.1"
 7017source = "registry+https://github.com/rust-lang/crates.io-index"
 7018checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
 7019
 7020[[package]]
 7021name = "is-docker"
 7022version = "0.2.0"
 7023source = "registry+https://github.com/rust-lang/crates.io-index"
 7024checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 7025dependencies = [
 7026 "once_cell",
 7027]
 7028
 7029[[package]]
 7030name = "is-terminal"
 7031version = "0.4.13"
 7032source = "registry+https://github.com/rust-lang/crates.io-index"
 7033checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
 7034dependencies = [
 7035 "hermit-abi 0.4.0",
 7036 "libc",
 7037 "windows-sys 0.52.0",
 7038]
 7039
 7040[[package]]
 7041name = "is-wsl"
 7042version = "0.4.0"
 7043source = "registry+https://github.com/rust-lang/crates.io-index"
 7044checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 7045dependencies = [
 7046 "is-docker",
 7047 "once_cell",
 7048]
 7049
 7050[[package]]
 7051name = "is_terminal_polyfill"
 7052version = "1.70.1"
 7053source = "registry+https://github.com/rust-lang/crates.io-index"
 7054checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 7055
 7056[[package]]
 7057name = "itertools"
 7058version = "0.10.5"
 7059source = "registry+https://github.com/rust-lang/crates.io-index"
 7060checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 7061dependencies = [
 7062 "either",
 7063]
 7064
 7065[[package]]
 7066name = "itertools"
 7067version = "0.11.0"
 7068source = "registry+https://github.com/rust-lang/crates.io-index"
 7069checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 7070dependencies = [
 7071 "either",
 7072]
 7073
 7074[[package]]
 7075name = "itertools"
 7076version = "0.12.1"
 7077source = "registry+https://github.com/rust-lang/crates.io-index"
 7078checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 7079dependencies = [
 7080 "either",
 7081]
 7082
 7083[[package]]
 7084name = "itertools"
 7085version = "0.14.0"
 7086source = "registry+https://github.com/rust-lang/crates.io-index"
 7087checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 7088dependencies = [
 7089 "either",
 7090]
 7091
 7092[[package]]
 7093name = "itoa"
 7094version = "1.0.14"
 7095source = "registry+https://github.com/rust-lang/crates.io-index"
 7096checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
 7097
 7098[[package]]
 7099name = "jiff"
 7100version = "0.2.4"
 7101source = "registry+https://github.com/rust-lang/crates.io-index"
 7102checksum = "d699bc6dfc879fb1bf9bdff0d4c56f0884fc6f0d0eb0fba397a6d00cd9a6b85e"
 7103dependencies = [
 7104 "jiff-static",
 7105 "log",
 7106 "portable-atomic",
 7107 "portable-atomic-util",
 7108 "serde",
 7109]
 7110
 7111[[package]]
 7112name = "jiff-static"
 7113version = "0.2.4"
 7114source = "registry+https://github.com/rust-lang/crates.io-index"
 7115checksum = "8d16e75759ee0aa64c57a56acbf43916987b20c77373cb7e808979e02b93c9f9"
 7116dependencies = [
 7117 "proc-macro2",
 7118 "quote",
 7119 "syn 2.0.100",
 7120]
 7121
 7122[[package]]
 7123name = "jni"
 7124version = "0.21.1"
 7125source = "registry+https://github.com/rust-lang/crates.io-index"
 7126checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 7127dependencies = [
 7128 "cesu8",
 7129 "cfg-if",
 7130 "combine",
 7131 "jni-sys",
 7132 "log",
 7133 "thiserror 1.0.69",
 7134 "walkdir",
 7135 "windows-sys 0.45.0",
 7136]
 7137
 7138[[package]]
 7139name = "jni-sys"
 7140version = "0.3.0"
 7141source = "registry+https://github.com/rust-lang/crates.io-index"
 7142checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 7143
 7144[[package]]
 7145name = "jobserver"
 7146version = "0.1.32"
 7147source = "registry+https://github.com/rust-lang/crates.io-index"
 7148checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
 7149dependencies = [
 7150 "libc",
 7151]
 7152
 7153[[package]]
 7154name = "journal"
 7155version = "0.1.0"
 7156dependencies = [
 7157 "anyhow",
 7158 "chrono",
 7159 "editor",
 7160 "gpui",
 7161 "log",
 7162 "schemars",
 7163 "serde",
 7164 "settings",
 7165 "shellexpand 2.1.2",
 7166 "workspace",
 7167]
 7168
 7169[[package]]
 7170name = "jpeg-decoder"
 7171version = "0.3.1"
 7172source = "registry+https://github.com/rust-lang/crates.io-index"
 7173checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
 7174
 7175[[package]]
 7176name = "js-sys"
 7177version = "0.3.76"
 7178source = "registry+https://github.com/rust-lang/crates.io-index"
 7179checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
 7180dependencies = [
 7181 "once_cell",
 7182 "wasm-bindgen",
 7183]
 7184
 7185[[package]]
 7186name = "jsonwebtoken"
 7187version = "9.3.1"
 7188source = "registry+https://github.com/rust-lang/crates.io-index"
 7189checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
 7190dependencies = [
 7191 "base64 0.22.1",
 7192 "js-sys",
 7193 "pem",
 7194 "ring",
 7195 "serde",
 7196 "serde_json",
 7197 "simple_asn1",
 7198]
 7199
 7200[[package]]
 7201name = "jupyter-protocol"
 7202version = "0.6.0"
 7203source = "registry+https://github.com/rust-lang/crates.io-index"
 7204checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
 7205dependencies = [
 7206 "anyhow",
 7207 "async-trait",
 7208 "bytes 1.10.1",
 7209 "chrono",
 7210 "futures 0.3.31",
 7211 "serde",
 7212 "serde_json",
 7213 "uuid",
 7214]
 7215
 7216[[package]]
 7217name = "jupyter-websocket-client"
 7218version = "0.9.0"
 7219source = "registry+https://github.com/rust-lang/crates.io-index"
 7220checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
 7221dependencies = [
 7222 "anyhow",
 7223 "async-trait",
 7224 "async-tungstenite",
 7225 "futures 0.3.31",
 7226 "jupyter-protocol",
 7227 "serde",
 7228 "serde_json",
 7229 "url",
 7230 "uuid",
 7231]
 7232
 7233[[package]]
 7234name = "khronos-egl"
 7235version = "6.0.0"
 7236source = "registry+https://github.com/rust-lang/crates.io-index"
 7237checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 7238dependencies = [
 7239 "libc",
 7240 "libloading",
 7241]
 7242
 7243[[package]]
 7244name = "kqueue"
 7245version = "1.0.8"
 7246source = "registry+https://github.com/rust-lang/crates.io-index"
 7247checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
 7248dependencies = [
 7249 "kqueue-sys",
 7250 "libc",
 7251]
 7252
 7253[[package]]
 7254name = "kqueue-sys"
 7255version = "1.0.4"
 7256source = "registry+https://github.com/rust-lang/crates.io-index"
 7257checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 7258dependencies = [
 7259 "bitflags 1.3.2",
 7260 "libc",
 7261]
 7262
 7263[[package]]
 7264name = "kurbo"
 7265version = "0.11.1"
 7266source = "registry+https://github.com/rust-lang/crates.io-index"
 7267checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
 7268dependencies = [
 7269 "arrayvec",
 7270 "smallvec",
 7271]
 7272
 7273[[package]]
 7274name = "kv-log-macro"
 7275version = "1.0.7"
 7276source = "registry+https://github.com/rust-lang/crates.io-index"
 7277checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 7278dependencies = [
 7279 "log",
 7280]
 7281
 7282[[package]]
 7283name = "language"
 7284version = "0.1.0"
 7285dependencies = [
 7286 "anyhow",
 7287 "async-trait",
 7288 "async-watch",
 7289 "clock",
 7290 "collections",
 7291 "ctor",
 7292 "ec4rs",
 7293 "env_logger 0.11.7",
 7294 "fs",
 7295 "futures 0.3.31",
 7296 "fuzzy",
 7297 "globset",
 7298 "gpui",
 7299 "http_client",
 7300 "imara-diff",
 7301 "indoc",
 7302 "itertools 0.14.0",
 7303 "log",
 7304 "lsp",
 7305 "parking_lot",
 7306 "postage",
 7307 "pretty_assertions",
 7308 "rand 0.8.5",
 7309 "regex",
 7310 "rpc",
 7311 "schemars",
 7312 "serde",
 7313 "serde_json",
 7314 "settings",
 7315 "smallvec",
 7316 "smol",
 7317 "streaming-iterator",
 7318 "strsim",
 7319 "sum_tree",
 7320 "task",
 7321 "text",
 7322 "theme",
 7323 "tree-sitter",
 7324 "tree-sitter-elixir",
 7325 "tree-sitter-embedded-template",
 7326 "tree-sitter-heex",
 7327 "tree-sitter-html",
 7328 "tree-sitter-json",
 7329 "tree-sitter-md",
 7330 "tree-sitter-ruby",
 7331 "tree-sitter-rust",
 7332 "tree-sitter-typescript",
 7333 "unicase",
 7334 "unindent",
 7335 "util",
 7336]
 7337
 7338[[package]]
 7339name = "language_extension"
 7340version = "0.1.0"
 7341dependencies = [
 7342 "anyhow",
 7343 "async-trait",
 7344 "collections",
 7345 "extension",
 7346 "fs",
 7347 "futures 0.3.31",
 7348 "gpui",
 7349 "language",
 7350 "lsp",
 7351 "serde",
 7352 "serde_json",
 7353 "util",
 7354]
 7355
 7356[[package]]
 7357name = "language_model"
 7358version = "0.1.0"
 7359dependencies = [
 7360 "anthropic",
 7361 "anyhow",
 7362 "base64 0.22.1",
 7363 "client",
 7364 "collections",
 7365 "futures 0.3.31",
 7366 "google_ai",
 7367 "gpui",
 7368 "http_client",
 7369 "icons",
 7370 "image",
 7371 "log",
 7372 "open_ai",
 7373 "parking_lot",
 7374 "proto",
 7375 "schemars",
 7376 "serde",
 7377 "serde_json",
 7378 "smol",
 7379 "strum",
 7380 "telemetry_events",
 7381 "thiserror 2.0.12",
 7382 "util",
 7383]
 7384
 7385[[package]]
 7386name = "language_model_selector"
 7387version = "0.1.0"
 7388dependencies = [
 7389 "feature_flags",
 7390 "gpui",
 7391 "language_model",
 7392 "log",
 7393 "picker",
 7394 "proto",
 7395 "ui",
 7396 "workspace",
 7397 "zed_actions",
 7398]
 7399
 7400[[package]]
 7401name = "language_models"
 7402version = "0.1.0"
 7403dependencies = [
 7404 "anthropic",
 7405 "anyhow",
 7406 "aws-config",
 7407 "aws-credential-types",
 7408 "aws_http_client",
 7409 "bedrock",
 7410 "client",
 7411 "collections",
 7412 "copilot",
 7413 "credentials_provider",
 7414 "deepseek",
 7415 "editor",
 7416 "feature_flags",
 7417 "fs",
 7418 "futures 0.3.31",
 7419 "google_ai",
 7420 "gpui",
 7421 "gpui_tokio",
 7422 "http_client",
 7423 "language_model",
 7424 "lmstudio",
 7425 "log",
 7426 "menu",
 7427 "mistral",
 7428 "ollama",
 7429 "open_ai",
 7430 "project",
 7431 "proto",
 7432 "schemars",
 7433 "serde",
 7434 "serde_json",
 7435 "settings",
 7436 "smol",
 7437 "strum",
 7438 "theme",
 7439 "tiktoken-rs",
 7440 "tokio",
 7441 "ui",
 7442 "util",
 7443]
 7444
 7445[[package]]
 7446name = "language_selector"
 7447version = "0.1.0"
 7448dependencies = [
 7449 "anyhow",
 7450 "editor",
 7451 "file_finder",
 7452 "file_icons",
 7453 "fuzzy",
 7454 "gpui",
 7455 "language",
 7456 "picker",
 7457 "project",
 7458 "settings",
 7459 "ui",
 7460 "util",
 7461 "workspace",
 7462]
 7463
 7464[[package]]
 7465name = "language_tools"
 7466version = "0.1.0"
 7467dependencies = [
 7468 "anyhow",
 7469 "client",
 7470 "collections",
 7471 "copilot",
 7472 "editor",
 7473 "env_logger 0.11.7",
 7474 "futures 0.3.31",
 7475 "gpui",
 7476 "itertools 0.14.0",
 7477 "language",
 7478 "lsp",
 7479 "project",
 7480 "release_channel",
 7481 "serde_json",
 7482 "settings",
 7483 "theme",
 7484 "tree-sitter",
 7485 "ui",
 7486 "util",
 7487 "workspace",
 7488 "zed_actions",
 7489]
 7490
 7491[[package]]
 7492name = "languages"
 7493version = "0.1.0"
 7494dependencies = [
 7495 "anyhow",
 7496 "async-compression",
 7497 "async-tar",
 7498 "async-trait",
 7499 "collections",
 7500 "futures 0.3.31",
 7501 "gpui",
 7502 "http_client",
 7503 "language",
 7504 "log",
 7505 "lsp",
 7506 "node_runtime",
 7507 "paths",
 7508 "pet",
 7509 "pet-conda",
 7510 "pet-core",
 7511 "pet-fs",
 7512 "pet-poetry",
 7513 "pet-reporter",
 7514 "pretty_assertions",
 7515 "project",
 7516 "regex",
 7517 "rope",
 7518 "rust-embed",
 7519 "serde",
 7520 "serde_json",
 7521 "settings",
 7522 "smol",
 7523 "snippet_provider",
 7524 "task",
 7525 "text",
 7526 "theme",
 7527 "toml 0.8.20",
 7528 "tree-sitter",
 7529 "tree-sitter-bash",
 7530 "tree-sitter-c",
 7531 "tree-sitter-cpp",
 7532 "tree-sitter-css",
 7533 "tree-sitter-diff",
 7534 "tree-sitter-gitcommit",
 7535 "tree-sitter-go",
 7536 "tree-sitter-gomod",
 7537 "tree-sitter-gowork",
 7538 "tree-sitter-jsdoc",
 7539 "tree-sitter-json",
 7540 "tree-sitter-md",
 7541 "tree-sitter-python",
 7542 "tree-sitter-regex",
 7543 "tree-sitter-rust",
 7544 "tree-sitter-typescript",
 7545 "tree-sitter-yaml",
 7546 "unindent",
 7547 "util",
 7548 "workspace",
 7549]
 7550
 7551[[package]]
 7552name = "lazy_static"
 7553version = "1.5.0"
 7554source = "registry+https://github.com/rust-lang/crates.io-index"
 7555checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 7556dependencies = [
 7557 "spin",
 7558]
 7559
 7560[[package]]
 7561name = "lazycell"
 7562version = "1.3.0"
 7563source = "registry+https://github.com/rust-lang/crates.io-index"
 7564checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 7565
 7566[[package]]
 7567name = "leak"
 7568version = "0.1.2"
 7569source = "registry+https://github.com/rust-lang/crates.io-index"
 7570checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 7571
 7572[[package]]
 7573name = "leaky-cow"
 7574version = "0.1.1"
 7575source = "registry+https://github.com/rust-lang/crates.io-index"
 7576checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 7577dependencies = [
 7578 "leak",
 7579]
 7580
 7581[[package]]
 7582name = "leb128"
 7583version = "0.2.5"
 7584source = "registry+https://github.com/rust-lang/crates.io-index"
 7585checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 7586
 7587[[package]]
 7588name = "lebe"
 7589version = "0.5.2"
 7590source = "registry+https://github.com/rust-lang/crates.io-index"
 7591checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
 7592
 7593[[package]]
 7594name = "libc"
 7595version = "0.2.171"
 7596source = "registry+https://github.com/rust-lang/crates.io-index"
 7597checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
 7598
 7599[[package]]
 7600name = "libdbus-sys"
 7601version = "0.2.5"
 7602source = "registry+https://github.com/rust-lang/crates.io-index"
 7603checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
 7604dependencies = [
 7605 "cc",
 7606 "pkg-config",
 7607]
 7608
 7609[[package]]
 7610name = "libfuzzer-sys"
 7611version = "0.4.8"
 7612source = "registry+https://github.com/rust-lang/crates.io-index"
 7613checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
 7614dependencies = [
 7615 "arbitrary",
 7616 "cc",
 7617]
 7618
 7619[[package]]
 7620name = "libgit2-sys"
 7621version = "0.18.1+1.9.0"
 7622source = "registry+https://github.com/rust-lang/crates.io-index"
 7623checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
 7624dependencies = [
 7625 "cc",
 7626 "libc",
 7627 "libz-sys",
 7628 "pkg-config",
 7629]
 7630
 7631[[package]]
 7632name = "libloading"
 7633version = "0.8.6"
 7634source = "registry+https://github.com/rust-lang/crates.io-index"
 7635checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
 7636dependencies = [
 7637 "cfg-if",
 7638 "windows-targets 0.48.5",
 7639]
 7640
 7641[[package]]
 7642name = "libm"
 7643version = "0.2.11"
 7644source = "registry+https://github.com/rust-lang/crates.io-index"
 7645checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
 7646
 7647[[package]]
 7648name = "libmimalloc-sys"
 7649version = "0.1.40"
 7650source = "registry+https://github.com/rust-lang/crates.io-index"
 7651checksum = "07d0e07885d6a754b9c7993f2625187ad694ee985d60f23355ff0e7077261502"
 7652dependencies = [
 7653 "cc",
 7654 "libc",
 7655]
 7656
 7657[[package]]
 7658name = "libredox"
 7659version = "0.1.3"
 7660source = "registry+https://github.com/rust-lang/crates.io-index"
 7661checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
 7662dependencies = [
 7663 "bitflags 2.8.0",
 7664 "libc",
 7665 "redox_syscall 0.5.8",
 7666]
 7667
 7668[[package]]
 7669name = "libsqlite3-sys"
 7670version = "0.30.1"
 7671source = "registry+https://github.com/rust-lang/crates.io-index"
 7672checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 7673dependencies = [
 7674 "cc",
 7675 "pkg-config",
 7676 "vcpkg",
 7677]
 7678
 7679[[package]]
 7680name = "libwebrtc"
 7681version = "0.3.10"
 7682source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
 7683dependencies = [
 7684 "cxx",
 7685 "jni",
 7686 "js-sys",
 7687 "lazy_static",
 7688 "livekit-protocol",
 7689 "livekit-runtime",
 7690 "log",
 7691 "parking_lot",
 7692 "serde",
 7693 "serde_json",
 7694 "thiserror 1.0.69",
 7695 "tokio",
 7696 "wasm-bindgen",
 7697 "wasm-bindgen-futures",
 7698 "web-sys",
 7699 "webrtc-sys",
 7700]
 7701
 7702[[package]]
 7703name = "libz-sys"
 7704version = "1.1.20"
 7705source = "registry+https://github.com/rust-lang/crates.io-index"
 7706checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
 7707dependencies = [
 7708 "cc",
 7709 "libc",
 7710 "pkg-config",
 7711 "vcpkg",
 7712]
 7713
 7714[[package]]
 7715name = "link-cplusplus"
 7716version = "1.0.10"
 7717source = "registry+https://github.com/rust-lang/crates.io-index"
 7718checksum = "4a6f6da007f968f9def0d65a05b187e2960183de70c160204ecfccf0ee330212"
 7719dependencies = [
 7720 "cc",
 7721]
 7722
 7723[[package]]
 7724name = "linkify"
 7725version = "0.10.0"
 7726source = "registry+https://github.com/rust-lang/crates.io-index"
 7727checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 7728dependencies = [
 7729 "memchr",
 7730]
 7731
 7732[[package]]
 7733name = "linkme"
 7734version = "0.3.32"
 7735source = "registry+https://github.com/rust-lang/crates.io-index"
 7736checksum = "22d227772b5999ddc0690e733f734f95ca05387e329c4084fe65678c51198ffe"
 7737dependencies = [
 7738 "linkme-impl",
 7739]
 7740
 7741[[package]]
 7742name = "linkme-impl"
 7743version = "0.3.32"
 7744source = "registry+https://github.com/rust-lang/crates.io-index"
 7745checksum = "71a98813fa0073a317ed6a8055dcd4722a49d9b862af828ee68449adb799b6be"
 7746dependencies = [
 7747 "proc-macro2",
 7748 "quote",
 7749 "syn 2.0.100",
 7750]
 7751
 7752[[package]]
 7753name = "linux-raw-sys"
 7754version = "0.4.14"
 7755source = "registry+https://github.com/rust-lang/crates.io-index"
 7756checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
 7757
 7758[[package]]
 7759name = "litemap"
 7760version = "0.7.4"
 7761source = "registry+https://github.com/rust-lang/crates.io-index"
 7762checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
 7763
 7764[[package]]
 7765name = "livekit"
 7766version = "0.7.8"
 7767source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
 7768dependencies = [
 7769 "chrono",
 7770 "futures-util",
 7771 "lazy_static",
 7772 "libloading",
 7773 "libwebrtc",
 7774 "livekit-api",
 7775 "livekit-protocol",
 7776 "livekit-runtime",
 7777 "log",
 7778 "parking_lot",
 7779 "prost 0.12.6",
 7780 "semver",
 7781 "serde",
 7782 "serde_json",
 7783 "thiserror 1.0.69",
 7784 "tokio",
 7785]
 7786
 7787[[package]]
 7788name = "livekit-api"
 7789version = "0.4.2"
 7790source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
 7791dependencies = [
 7792 "base64 0.21.7",
 7793 "futures-util",
 7794 "http 0.2.12",
 7795 "jsonwebtoken",
 7796 "livekit-protocol",
 7797 "livekit-runtime",
 7798 "log",
 7799 "parking_lot",
 7800 "pbjson-types",
 7801 "prost 0.12.6",
 7802 "rand 0.9.0",
 7803 "reqwest 0.11.27",
 7804 "scopeguard",
 7805 "serde",
 7806 "serde_json",
 7807 "sha2",
 7808 "thiserror 1.0.69",
 7809 "tokio",
 7810 "tokio-tungstenite 0.26.2",
 7811 "url",
 7812]
 7813
 7814[[package]]
 7815name = "livekit-protocol"
 7816version = "0.3.9"
 7817source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
 7818dependencies = [
 7819 "futures-util",
 7820 "livekit-runtime",
 7821 "parking_lot",
 7822 "pbjson",
 7823 "pbjson-types",
 7824 "prost 0.12.6",
 7825 "prost-types 0.12.6",
 7826 "serde",
 7827 "thiserror 1.0.69",
 7828 "tokio",
 7829]
 7830
 7831[[package]]
 7832name = "livekit-runtime"
 7833version = "0.4.0"
 7834source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
 7835dependencies = [
 7836 "tokio",
 7837 "tokio-stream",
 7838]
 7839
 7840[[package]]
 7841name = "livekit_api"
 7842version = "0.1.0"
 7843dependencies = [
 7844 "anyhow",
 7845 "async-trait",
 7846 "jsonwebtoken",
 7847 "log",
 7848 "prost 0.9.0",
 7849 "prost-build 0.9.0",
 7850 "prost-types 0.9.0",
 7851 "reqwest 0.12.8",
 7852 "serde",
 7853]
 7854
 7855[[package]]
 7856name = "livekit_client"
 7857version = "0.1.0"
 7858dependencies = [
 7859 "anyhow",
 7860 "async-trait",
 7861 "collections",
 7862 "core-foundation 0.10.0",
 7863 "core-video",
 7864 "coreaudio-rs 0.12.1",
 7865 "cpal",
 7866 "futures 0.3.31",
 7867 "gpui",
 7868 "gpui_tokio",
 7869 "http_client_tls",
 7870 "image",
 7871 "libwebrtc",
 7872 "livekit",
 7873 "livekit_api",
 7874 "log",
 7875 "nanoid",
 7876 "objc",
 7877 "parking_lot",
 7878 "postage",
 7879 "serde",
 7880 "serde_json",
 7881 "sha2",
 7882 "simplelog",
 7883 "smallvec",
 7884 "tokio-tungstenite 0.26.2",
 7885 "util",
 7886]
 7887
 7888[[package]]
 7889name = "lmdb-master-sys"
 7890version = "0.2.4"
 7891source = "registry+https://github.com/rust-lang/crates.io-index"
 7892checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
 7893dependencies = [
 7894 "cc",
 7895 "doxygen-rs",
 7896 "libc",
 7897]
 7898
 7899[[package]]
 7900name = "lmstudio"
 7901version = "0.1.0"
 7902dependencies = [
 7903 "anyhow",
 7904 "futures 0.3.31",
 7905 "http_client",
 7906 "schemars",
 7907 "serde",
 7908 "serde_json",
 7909]
 7910
 7911[[package]]
 7912name = "lock_api"
 7913version = "0.4.12"
 7914source = "registry+https://github.com/rust-lang/crates.io-index"
 7915checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
 7916dependencies = [
 7917 "autocfg",
 7918 "scopeguard",
 7919]
 7920
 7921[[package]]
 7922name = "log"
 7923version = "0.4.26"
 7924source = "registry+https://github.com/rust-lang/crates.io-index"
 7925checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
 7926dependencies = [
 7927 "serde",
 7928 "value-bag",
 7929]
 7930
 7931[[package]]
 7932name = "loop9"
 7933version = "0.1.5"
 7934source = "registry+https://github.com/rust-lang/crates.io-index"
 7935checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
 7936dependencies = [
 7937 "imgref",
 7938]
 7939
 7940[[package]]
 7941name = "lru"
 7942version = "0.12.5"
 7943source = "registry+https://github.com/rust-lang/crates.io-index"
 7944checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
 7945dependencies = [
 7946 "hashbrown 0.15.2",
 7947]
 7948
 7949[[package]]
 7950name = "lsp"
 7951version = "0.1.0"
 7952dependencies = [
 7953 "anyhow",
 7954 "async-pipe",
 7955 "collections",
 7956 "ctor",
 7957 "env_logger 0.11.7",
 7958 "futures 0.3.31",
 7959 "gpui",
 7960 "log",
 7961 "lsp-types",
 7962 "parking_lot",
 7963 "postage",
 7964 "release_channel",
 7965 "schemars",
 7966 "serde",
 7967 "serde_json",
 7968 "smol",
 7969 "util",
 7970]
 7971
 7972[[package]]
 7973name = "lsp-types"
 7974version = "0.95.1"
 7975source = "git+https://github.com/zed-industries/lsp-types?rev=1fff0dd12e2071c5667327394cfec163d2a466ab#1fff0dd12e2071c5667327394cfec163d2a466ab"
 7976dependencies = [
 7977 "bitflags 1.3.2",
 7978 "serde",
 7979 "serde_json",
 7980 "serde_repr",
 7981 "url",
 7982]
 7983
 7984[[package]]
 7985name = "lyon"
 7986version = "1.0.1"
 7987source = "registry+https://github.com/rust-lang/crates.io-index"
 7988checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
 7989dependencies = [
 7990 "lyon_algorithms",
 7991 "lyon_extra",
 7992 "lyon_tessellation",
 7993]
 7994
 7995[[package]]
 7996name = "lyon_algorithms"
 7997version = "1.0.5"
 7998source = "registry+https://github.com/rust-lang/crates.io-index"
 7999checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
 8000dependencies = [
 8001 "lyon_path",
 8002 "num-traits",
 8003]
 8004
 8005[[package]]
 8006name = "lyon_extra"
 8007version = "1.0.3"
 8008source = "registry+https://github.com/rust-lang/crates.io-index"
 8009checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
 8010dependencies = [
 8011 "lyon_path",
 8012 "thiserror 1.0.69",
 8013]
 8014
 8015[[package]]
 8016name = "lyon_geom"
 8017version = "1.0.6"
 8018source = "registry+https://github.com/rust-lang/crates.io-index"
 8019checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
 8020dependencies = [
 8021 "arrayvec",
 8022 "euclid",
 8023 "num-traits",
 8024]
 8025
 8026[[package]]
 8027name = "lyon_path"
 8028version = "1.0.6"
 8029source = "registry+https://github.com/rust-lang/crates.io-index"
 8030checksum = "8e0b8aec2f58586f6eef237985b9a9b7cb3a3aff4417c575075cf95bf925252e"
 8031dependencies = [
 8032 "lyon_geom",
 8033 "num-traits",
 8034]
 8035
 8036[[package]]
 8037name = "lyon_tessellation"
 8038version = "1.0.15"
 8039source = "registry+https://github.com/rust-lang/crates.io-index"
 8040checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
 8041dependencies = [
 8042 "float_next_after",
 8043 "lyon_path",
 8044 "num-traits",
 8045]
 8046
 8047[[package]]
 8048name = "mac"
 8049version = "0.1.1"
 8050source = "registry+https://github.com/rust-lang/crates.io-index"
 8051checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
 8052
 8053[[package]]
 8054name = "mach2"
 8055version = "0.4.2"
 8056source = "registry+https://github.com/rust-lang/crates.io-index"
 8057checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
 8058dependencies = [
 8059 "libc",
 8060]
 8061
 8062[[package]]
 8063name = "malloc_buf"
 8064version = "0.0.6"
 8065source = "registry+https://github.com/rust-lang/crates.io-index"
 8066checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
 8067dependencies = [
 8068 "libc",
 8069]
 8070
 8071[[package]]
 8072name = "maplit"
 8073version = "1.0.2"
 8074source = "registry+https://github.com/rust-lang/crates.io-index"
 8075checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
 8076
 8077[[package]]
 8078name = "markdown"
 8079version = "0.1.0"
 8080dependencies = [
 8081 "anyhow",
 8082 "assets",
 8083 "env_logger 0.11.7",
 8084 "gpui",
 8085 "language",
 8086 "languages",
 8087 "linkify",
 8088 "log",
 8089 "node_runtime",
 8090 "pulldown-cmark 0.12.2",
 8091 "settings",
 8092 "theme",
 8093 "ui",
 8094 "util",
 8095]
 8096
 8097[[package]]
 8098name = "markdown_preview"
 8099version = "0.1.0"
 8100dependencies = [
 8101 "anyhow",
 8102 "async-recursion 1.1.1",
 8103 "collections",
 8104 "editor",
 8105 "gpui",
 8106 "language",
 8107 "linkify",
 8108 "log",
 8109 "pretty_assertions",
 8110 "pulldown-cmark 0.12.2",
 8111 "settings",
 8112 "theme",
 8113 "ui",
 8114 "util",
 8115 "workspace",
 8116]
 8117
 8118[[package]]
 8119name = "markup5ever"
 8120version = "0.12.1"
 8121source = "registry+https://github.com/rust-lang/crates.io-index"
 8122checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
 8123dependencies = [
 8124 "log",
 8125 "phf",
 8126 "phf_codegen",
 8127 "string_cache",
 8128 "string_cache_codegen",
 8129 "tendril",
 8130]
 8131
 8132[[package]]
 8133name = "markup5ever_rcdom"
 8134version = "0.3.0"
 8135source = "registry+https://github.com/rust-lang/crates.io-index"
 8136checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
 8137dependencies = [
 8138 "html5ever",
 8139 "markup5ever",
 8140 "tendril",
 8141 "xml5ever",
 8142]
 8143
 8144[[package]]
 8145name = "matchers"
 8146version = "0.1.0"
 8147source = "registry+https://github.com/rust-lang/crates.io-index"
 8148checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
 8149dependencies = [
 8150 "regex-automata 0.1.10",
 8151]
 8152
 8153[[package]]
 8154name = "matchit"
 8155version = "0.7.3"
 8156source = "registry+https://github.com/rust-lang/crates.io-index"
 8157checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
 8158
 8159[[package]]
 8160name = "maybe-owned"
 8161version = "0.3.4"
 8162source = "registry+https://github.com/rust-lang/crates.io-index"
 8163checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
 8164
 8165[[package]]
 8166name = "maybe-rayon"
 8167version = "0.1.1"
 8168source = "registry+https://github.com/rust-lang/crates.io-index"
 8169checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
 8170dependencies = [
 8171 "cfg-if",
 8172 "rayon",
 8173]
 8174
 8175[[package]]
 8176name = "md-5"
 8177version = "0.10.6"
 8178source = "registry+https://github.com/rust-lang/crates.io-index"
 8179checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
 8180dependencies = [
 8181 "cfg-if",
 8182 "digest",
 8183]
 8184
 8185[[package]]
 8186name = "mdbook"
 8187version = "0.4.47"
 8188source = "registry+https://github.com/rust-lang/crates.io-index"
 8189checksum = "7e1a8fe3a4a01f28dab245c474cb7b95ccb4d3d2f17a5419a3d949f474c45e84"
 8190dependencies = [
 8191 "ammonia",
 8192 "anyhow",
 8193 "chrono",
 8194 "clap",
 8195 "clap_complete",
 8196 "elasticlunr-rs",
 8197 "env_logger 0.11.7",
 8198 "futures-util",
 8199 "handlebars 6.2.0",
 8200 "hex",
 8201 "ignore",
 8202 "log",
 8203 "memchr",
 8204 "notify 8.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8205 "notify-debouncer-mini",
 8206 "once_cell",
 8207 "opener",
 8208 "pathdiff",
 8209 "pulldown-cmark 0.10.3",
 8210 "regex",
 8211 "serde",
 8212 "serde_json",
 8213 "sha2",
 8214 "shlex",
 8215 "tempfile",
 8216 "tokio",
 8217 "toml 0.5.11",
 8218 "topological-sort",
 8219 "walkdir",
 8220 "warp",
 8221]
 8222
 8223[[package]]
 8224name = "media"
 8225version = "0.1.0"
 8226dependencies = [
 8227 "anyhow",
 8228 "bindgen 0.70.1",
 8229 "core-foundation 0.10.0",
 8230 "core-video",
 8231 "ctor",
 8232 "foreign-types 0.5.0",
 8233 "metal",
 8234 "objc",
 8235]
 8236
 8237[[package]]
 8238name = "memchr"
 8239version = "2.7.4"
 8240source = "registry+https://github.com/rust-lang/crates.io-index"
 8241checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
 8242
 8243[[package]]
 8244name = "memfd"
 8245version = "0.6.4"
 8246source = "registry+https://github.com/rust-lang/crates.io-index"
 8247checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
 8248dependencies = [
 8249 "rustix",
 8250]
 8251
 8252[[package]]
 8253name = "memmap2"
 8254version = "0.9.5"
 8255source = "registry+https://github.com/rust-lang/crates.io-index"
 8256checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
 8257dependencies = [
 8258 "libc",
 8259]
 8260
 8261[[package]]
 8262name = "memoffset"
 8263version = "0.9.1"
 8264source = "registry+https://github.com/rust-lang/crates.io-index"
 8265checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
 8266dependencies = [
 8267 "autocfg",
 8268]
 8269
 8270[[package]]
 8271name = "menu"
 8272version = "0.1.0"
 8273dependencies = [
 8274 "gpui",
 8275 "serde",
 8276]
 8277
 8278[[package]]
 8279name = "metal"
 8280version = "0.29.0"
 8281source = "registry+https://github.com/rust-lang/crates.io-index"
 8282checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
 8283dependencies = [
 8284 "bitflags 2.8.0",
 8285 "block",
 8286 "core-graphics-types 0.1.3",
 8287 "foreign-types 0.5.0",
 8288 "log",
 8289 "objc",
 8290 "paste",
 8291]
 8292
 8293[[package]]
 8294name = "migrator"
 8295version = "0.1.0"
 8296dependencies = [
 8297 "anyhow",
 8298 "collections",
 8299 "convert_case 0.8.0",
 8300 "log",
 8301 "pretty_assertions",
 8302 "streaming-iterator",
 8303 "tree-sitter",
 8304 "tree-sitter-json",
 8305]
 8306
 8307[[package]]
 8308name = "mimalloc"
 8309version = "0.1.44"
 8310source = "registry+https://github.com/rust-lang/crates.io-index"
 8311checksum = "99585191385958383e13f6b822e6b6d8d9cf928e7d286ceb092da92b43c87bc1"
 8312dependencies = [
 8313 "libmimalloc-sys",
 8314]
 8315
 8316[[package]]
 8317name = "mime"
 8318version = "0.3.17"
 8319source = "registry+https://github.com/rust-lang/crates.io-index"
 8320checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 8321
 8322[[package]]
 8323name = "mime_guess"
 8324version = "2.0.5"
 8325source = "registry+https://github.com/rust-lang/crates.io-index"
 8326checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
 8327dependencies = [
 8328 "mime",
 8329 "unicase",
 8330]
 8331
 8332[[package]]
 8333name = "minimal-lexical"
 8334version = "0.2.1"
 8335source = "registry+https://github.com/rust-lang/crates.io-index"
 8336checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 8337
 8338[[package]]
 8339name = "miniz_oxide"
 8340version = "0.8.0"
 8341source = "registry+https://github.com/rust-lang/crates.io-index"
 8342checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
 8343dependencies = [
 8344 "adler2",
 8345 "simd-adler32",
 8346]
 8347
 8348[[package]]
 8349name = "mint"
 8350version = "0.5.9"
 8351source = "registry+https://github.com/rust-lang/crates.io-index"
 8352checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
 8353
 8354[[package]]
 8355name = "mio"
 8356version = "1.0.3"
 8357source = "registry+https://github.com/rust-lang/crates.io-index"
 8358checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
 8359dependencies = [
 8360 "libc",
 8361 "log",
 8362 "wasi 0.11.0+wasi-snapshot-preview1",
 8363 "windows-sys 0.52.0",
 8364]
 8365
 8366[[package]]
 8367name = "miow"
 8368version = "0.6.0"
 8369source = "registry+https://github.com/rust-lang/crates.io-index"
 8370checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
 8371dependencies = [
 8372 "windows-sys 0.48.0",
 8373]
 8374
 8375[[package]]
 8376name = "mistral"
 8377version = "0.1.0"
 8378dependencies = [
 8379 "anyhow",
 8380 "futures 0.3.31",
 8381 "http_client",
 8382 "schemars",
 8383 "serde",
 8384 "serde_json",
 8385 "strum",
 8386]
 8387
 8388[[package]]
 8389name = "msvc_spectre_libs"
 8390version = "0.1.2"
 8391source = "registry+https://github.com/rust-lang/crates.io-index"
 8392checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
 8393dependencies = [
 8394 "cc",
 8395]
 8396
 8397[[package]]
 8398name = "multi_buffer"
 8399version = "0.1.0"
 8400dependencies = [
 8401 "anyhow",
 8402 "buffer_diff",
 8403 "clock",
 8404 "collections",
 8405 "ctor",
 8406 "env_logger 0.11.7",
 8407 "futures 0.3.31",
 8408 "gpui",
 8409 "indoc",
 8410 "itertools 0.14.0",
 8411 "language",
 8412 "log",
 8413 "parking_lot",
 8414 "pretty_assertions",
 8415 "project",
 8416 "rand 0.8.5",
 8417 "rope",
 8418 "serde",
 8419 "settings",
 8420 "smallvec",
 8421 "smol",
 8422 "sum_tree",
 8423 "text",
 8424 "theme",
 8425 "tree-sitter",
 8426 "util",
 8427]
 8428
 8429[[package]]
 8430name = "multimap"
 8431version = "0.8.3"
 8432source = "registry+https://github.com/rust-lang/crates.io-index"
 8433checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
 8434
 8435[[package]]
 8436name = "naga"
 8437version = "23.1.0"
 8438source = "registry+https://github.com/rust-lang/crates.io-index"
 8439checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
 8440dependencies = [
 8441 "arrayvec",
 8442 "bit-set 0.8.0",
 8443 "bitflags 2.8.0",
 8444 "cfg_aliases 0.1.1",
 8445 "codespan-reporting 0.11.1",
 8446 "hexf-parse",
 8447 "indexmap",
 8448 "log",
 8449 "rustc-hash 1.1.0",
 8450 "spirv",
 8451 "termcolor",
 8452 "thiserror 1.0.69",
 8453 "unicode-xid",
 8454]
 8455
 8456[[package]]
 8457name = "nanoid"
 8458version = "0.4.0"
 8459source = "registry+https://github.com/rust-lang/crates.io-index"
 8460checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
 8461dependencies = [
 8462 "rand 0.8.5",
 8463]
 8464
 8465[[package]]
 8466name = "nanorand"
 8467version = "0.7.0"
 8468source = "registry+https://github.com/rust-lang/crates.io-index"
 8469checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
 8470dependencies = [
 8471 "getrandom 0.2.15",
 8472]
 8473
 8474[[package]]
 8475name = "native-tls"
 8476version = "0.2.12"
 8477source = "registry+https://github.com/rust-lang/crates.io-index"
 8478checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
 8479dependencies = [
 8480 "libc",
 8481 "log",
 8482 "openssl",
 8483 "openssl-probe",
 8484 "openssl-sys",
 8485 "schannel",
 8486 "security-framework 2.11.1",
 8487 "security-framework-sys",
 8488 "tempfile",
 8489]
 8490
 8491[[package]]
 8492name = "nbformat"
 8493version = "0.10.0"
 8494source = "registry+https://github.com/rust-lang/crates.io-index"
 8495checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
 8496dependencies = [
 8497 "anyhow",
 8498 "chrono",
 8499 "jupyter-protocol",
 8500 "serde",
 8501 "serde_json",
 8502 "thiserror 1.0.69",
 8503 "uuid",
 8504]
 8505
 8506[[package]]
 8507name = "ndk"
 8508version = "0.8.0"
 8509source = "registry+https://github.com/rust-lang/crates.io-index"
 8510checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
 8511dependencies = [
 8512 "bitflags 2.8.0",
 8513 "jni-sys",
 8514 "log",
 8515 "ndk-sys",
 8516 "num_enum",
 8517 "thiserror 1.0.69",
 8518]
 8519
 8520[[package]]
 8521name = "ndk-context"
 8522version = "0.1.1"
 8523source = "registry+https://github.com/rust-lang/crates.io-index"
 8524checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
 8525
 8526[[package]]
 8527name = "ndk-sys"
 8528version = "0.5.0+25.2.9519653"
 8529source = "registry+https://github.com/rust-lang/crates.io-index"
 8530checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
 8531dependencies = [
 8532 "jni-sys",
 8533]
 8534
 8535[[package]]
 8536name = "new_debug_unreachable"
 8537version = "1.0.6"
 8538source = "registry+https://github.com/rust-lang/crates.io-index"
 8539checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
 8540
 8541[[package]]
 8542name = "nix"
 8543version = "0.29.0"
 8544source = "registry+https://github.com/rust-lang/crates.io-index"
 8545checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
 8546dependencies = [
 8547 "bitflags 2.8.0",
 8548 "cfg-if",
 8549 "cfg_aliases 0.2.1",
 8550 "libc",
 8551 "memoffset",
 8552]
 8553
 8554[[package]]
 8555name = "node_runtime"
 8556version = "0.1.0"
 8557dependencies = [
 8558 "anyhow",
 8559 "async-compression",
 8560 "async-std",
 8561 "async-tar",
 8562 "async-trait",
 8563 "async-watch",
 8564 "async_zip",
 8565 "futures 0.3.31",
 8566 "http_client",
 8567 "log",
 8568 "paths",
 8569 "semver",
 8570 "serde",
 8571 "serde_json",
 8572 "smol",
 8573 "tempfile",
 8574 "util",
 8575 "walkdir",
 8576 "which 6.0.3",
 8577]
 8578
 8579[[package]]
 8580name = "nom"
 8581version = "7.1.3"
 8582source = "registry+https://github.com/rust-lang/crates.io-index"
 8583checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
 8584dependencies = [
 8585 "memchr",
 8586 "minimal-lexical",
 8587]
 8588
 8589[[package]]
 8590name = "noop_proc_macro"
 8591version = "0.3.0"
 8592source = "registry+https://github.com/rust-lang/crates.io-index"
 8593checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
 8594
 8595[[package]]
 8596name = "normpath"
 8597version = "1.3.0"
 8598source = "registry+https://github.com/rust-lang/crates.io-index"
 8599checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
 8600dependencies = [
 8601 "windows-sys 0.59.0",
 8602]
 8603
 8604[[package]]
 8605name = "notifications"
 8606version = "0.1.0"
 8607dependencies = [
 8608 "anyhow",
 8609 "channel",
 8610 "client",
 8611 "collections",
 8612 "component",
 8613 "db",
 8614 "gpui",
 8615 "linkme",
 8616 "rpc",
 8617 "settings",
 8618 "sum_tree",
 8619 "time",
 8620 "ui",
 8621 "util",
 8622 "workspace",
 8623]
 8624
 8625[[package]]
 8626name = "notify"
 8627version = "8.0.0"
 8628source = "registry+https://github.com/rust-lang/crates.io-index"
 8629checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943"
 8630dependencies = [
 8631 "bitflags 2.8.0",
 8632 "filetime",
 8633 "fsevent-sys 4.1.0",
 8634 "inotify",
 8635 "kqueue",
 8636 "libc",
 8637 "log",
 8638 "mio",
 8639 "notify-types 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8640 "walkdir",
 8641 "windows-sys 0.59.0",
 8642]
 8643
 8644[[package]]
 8645name = "notify"
 8646version = "8.0.0"
 8647source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
 8648dependencies = [
 8649 "bitflags 2.8.0",
 8650 "filetime",
 8651 "fsevent-sys 4.1.0",
 8652 "inotify",
 8653 "kqueue",
 8654 "libc",
 8655 "log",
 8656 "mio",
 8657 "notify-types 2.0.0 (git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96)",
 8658 "walkdir",
 8659 "windows-sys 0.59.0",
 8660]
 8661
 8662[[package]]
 8663name = "notify-debouncer-mini"
 8664version = "0.6.0"
 8665source = "registry+https://github.com/rust-lang/crates.io-index"
 8666checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
 8667dependencies = [
 8668 "log",
 8669 "notify 8.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8670 "notify-types 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8671 "tempfile",
 8672]
 8673
 8674[[package]]
 8675name = "notify-types"
 8676version = "2.0.0"
 8677source = "registry+https://github.com/rust-lang/crates.io-index"
 8678checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
 8679
 8680[[package]]
 8681name = "notify-types"
 8682version = "2.0.0"
 8683source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
 8684
 8685[[package]]
 8686name = "ntapi"
 8687version = "0.4.1"
 8688source = "registry+https://github.com/rust-lang/crates.io-index"
 8689checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
 8690dependencies = [
 8691 "winapi",
 8692]
 8693
 8694[[package]]
 8695name = "nu-ansi-term"
 8696version = "0.46.0"
 8697source = "registry+https://github.com/rust-lang/crates.io-index"
 8698checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
 8699dependencies = [
 8700 "overload",
 8701 "winapi",
 8702]
 8703
 8704[[package]]
 8705name = "num"
 8706version = "0.4.3"
 8707source = "registry+https://github.com/rust-lang/crates.io-index"
 8708checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
 8709dependencies = [
 8710 "num-bigint",
 8711 "num-complex",
 8712 "num-integer",
 8713 "num-iter",
 8714 "num-rational",
 8715 "num-traits",
 8716]
 8717
 8718[[package]]
 8719name = "num-bigint"
 8720version = "0.4.6"
 8721source = "registry+https://github.com/rust-lang/crates.io-index"
 8722checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
 8723dependencies = [
 8724 "num-integer",
 8725 "num-traits",
 8726]
 8727
 8728[[package]]
 8729name = "num-bigint-dig"
 8730version = "0.8.4"
 8731source = "registry+https://github.com/rust-lang/crates.io-index"
 8732checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
 8733dependencies = [
 8734 "byteorder",
 8735 "lazy_static",
 8736 "libm",
 8737 "num-integer",
 8738 "num-iter",
 8739 "num-traits",
 8740 "rand 0.8.5",
 8741 "serde",
 8742 "smallvec",
 8743 "zeroize",
 8744]
 8745
 8746[[package]]
 8747name = "num-complex"
 8748version = "0.4.6"
 8749source = "registry+https://github.com/rust-lang/crates.io-index"
 8750checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
 8751dependencies = [
 8752 "num-traits",
 8753]
 8754
 8755[[package]]
 8756name = "num-conv"
 8757version = "0.1.0"
 8758source = "registry+https://github.com/rust-lang/crates.io-index"
 8759checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
 8760
 8761[[package]]
 8762name = "num-derive"
 8763version = "0.4.2"
 8764source = "registry+https://github.com/rust-lang/crates.io-index"
 8765checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
 8766dependencies = [
 8767 "proc-macro2",
 8768 "quote",
 8769 "syn 2.0.100",
 8770]
 8771
 8772[[package]]
 8773name = "num-format"
 8774version = "0.4.4"
 8775source = "registry+https://github.com/rust-lang/crates.io-index"
 8776checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
 8777dependencies = [
 8778 "arrayvec",
 8779 "itoa",
 8780]
 8781
 8782[[package]]
 8783name = "num-integer"
 8784version = "0.1.46"
 8785source = "registry+https://github.com/rust-lang/crates.io-index"
 8786checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
 8787dependencies = [
 8788 "num-traits",
 8789]
 8790
 8791[[package]]
 8792name = "num-iter"
 8793version = "0.1.45"
 8794source = "registry+https://github.com/rust-lang/crates.io-index"
 8795checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
 8796dependencies = [
 8797 "autocfg",
 8798 "num-integer",
 8799 "num-traits",
 8800]
 8801
 8802[[package]]
 8803name = "num-modular"
 8804version = "0.6.1"
 8805source = "registry+https://github.com/rust-lang/crates.io-index"
 8806checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
 8807
 8808[[package]]
 8809name = "num-order"
 8810version = "1.2.0"
 8811source = "registry+https://github.com/rust-lang/crates.io-index"
 8812checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
 8813dependencies = [
 8814 "num-modular",
 8815]
 8816
 8817[[package]]
 8818name = "num-rational"
 8819version = "0.4.2"
 8820source = "registry+https://github.com/rust-lang/crates.io-index"
 8821checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
 8822dependencies = [
 8823 "num-bigint",
 8824 "num-integer",
 8825 "num-traits",
 8826]
 8827
 8828[[package]]
 8829name = "num-traits"
 8830version = "0.2.19"
 8831source = "registry+https://github.com/rust-lang/crates.io-index"
 8832checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
 8833dependencies = [
 8834 "autocfg",
 8835 "libm",
 8836]
 8837
 8838[[package]]
 8839name = "num_cpus"
 8840version = "1.16.0"
 8841source = "registry+https://github.com/rust-lang/crates.io-index"
 8842checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
 8843dependencies = [
 8844 "hermit-abi 0.3.9",
 8845 "libc",
 8846]
 8847
 8848[[package]]
 8849name = "num_enum"
 8850version = "0.7.3"
 8851source = "registry+https://github.com/rust-lang/crates.io-index"
 8852checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
 8853dependencies = [
 8854 "num_enum_derive",
 8855]
 8856
 8857[[package]]
 8858name = "num_enum_derive"
 8859version = "0.7.3"
 8860source = "registry+https://github.com/rust-lang/crates.io-index"
 8861checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
 8862dependencies = [
 8863 "proc-macro-crate",
 8864 "proc-macro2",
 8865 "quote",
 8866 "syn 2.0.100",
 8867]
 8868
 8869[[package]]
 8870name = "num_threads"
 8871version = "0.1.7"
 8872source = "registry+https://github.com/rust-lang/crates.io-index"
 8873checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
 8874dependencies = [
 8875 "libc",
 8876]
 8877
 8878[[package]]
 8879name = "nvim-rs"
 8880version = "0.8.0-pre"
 8881source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
 8882dependencies = [
 8883 "async-trait",
 8884 "futures 0.3.31",
 8885 "log",
 8886 "parity-tokio-ipc",
 8887 "rmp",
 8888 "rmpv",
 8889 "tokio",
 8890 "tokio-util",
 8891 "winapi",
 8892]
 8893
 8894[[package]]
 8895name = "objc"
 8896version = "0.2.7"
 8897source = "registry+https://github.com/rust-lang/crates.io-index"
 8898checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
 8899dependencies = [
 8900 "malloc_buf",
 8901]
 8902
 8903[[package]]
 8904name = "objc-sys"
 8905version = "0.3.5"
 8906source = "registry+https://github.com/rust-lang/crates.io-index"
 8907checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
 8908
 8909[[package]]
 8910name = "objc2"
 8911version = "0.5.2"
 8912source = "registry+https://github.com/rust-lang/crates.io-index"
 8913checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
 8914dependencies = [
 8915 "objc-sys",
 8916 "objc2-encode",
 8917]
 8918
 8919[[package]]
 8920name = "objc2-app-kit"
 8921version = "0.2.2"
 8922source = "registry+https://github.com/rust-lang/crates.io-index"
 8923checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
 8924dependencies = [
 8925 "bitflags 2.8.0",
 8926 "block2",
 8927 "libc",
 8928 "objc2",
 8929 "objc2-core-data",
 8930 "objc2-core-image",
 8931 "objc2-foundation",
 8932 "objc2-quartz-core",
 8933]
 8934
 8935[[package]]
 8936name = "objc2-cloud-kit"
 8937version = "0.2.2"
 8938source = "registry+https://github.com/rust-lang/crates.io-index"
 8939checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
 8940dependencies = [
 8941 "bitflags 2.8.0",
 8942 "block2",
 8943 "objc2",
 8944 "objc2-core-location",
 8945 "objc2-foundation",
 8946]
 8947
 8948[[package]]
 8949name = "objc2-contacts"
 8950version = "0.2.2"
 8951source = "registry+https://github.com/rust-lang/crates.io-index"
 8952checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
 8953dependencies = [
 8954 "block2",
 8955 "objc2",
 8956 "objc2-foundation",
 8957]
 8958
 8959[[package]]
 8960name = "objc2-core-data"
 8961version = "0.2.2"
 8962source = "registry+https://github.com/rust-lang/crates.io-index"
 8963checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
 8964dependencies = [
 8965 "bitflags 2.8.0",
 8966 "block2",
 8967 "objc2",
 8968 "objc2-foundation",
 8969]
 8970
 8971[[package]]
 8972name = "objc2-core-image"
 8973version = "0.2.2"
 8974source = "registry+https://github.com/rust-lang/crates.io-index"
 8975checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
 8976dependencies = [
 8977 "block2",
 8978 "objc2",
 8979 "objc2-foundation",
 8980 "objc2-metal",
 8981]
 8982
 8983[[package]]
 8984name = "objc2-core-location"
 8985version = "0.2.2"
 8986source = "registry+https://github.com/rust-lang/crates.io-index"
 8987checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
 8988dependencies = [
 8989 "block2",
 8990 "objc2",
 8991 "objc2-contacts",
 8992 "objc2-foundation",
 8993]
 8994
 8995[[package]]
 8996name = "objc2-encode"
 8997version = "4.0.3"
 8998source = "registry+https://github.com/rust-lang/crates.io-index"
 8999checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
 9000
 9001[[package]]
 9002name = "objc2-foundation"
 9003version = "0.2.2"
 9004source = "registry+https://github.com/rust-lang/crates.io-index"
 9005checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
 9006dependencies = [
 9007 "bitflags 2.8.0",
 9008 "block2",
 9009 "libc",
 9010 "objc2",
 9011]
 9012
 9013[[package]]
 9014name = "objc2-link-presentation"
 9015version = "0.2.2"
 9016source = "registry+https://github.com/rust-lang/crates.io-index"
 9017checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
 9018dependencies = [
 9019 "block2",
 9020 "objc2",
 9021 "objc2-app-kit",
 9022 "objc2-foundation",
 9023]
 9024
 9025[[package]]
 9026name = "objc2-metal"
 9027version = "0.2.2"
 9028source = "registry+https://github.com/rust-lang/crates.io-index"
 9029checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
 9030dependencies = [
 9031 "bitflags 2.8.0",
 9032 "block2",
 9033 "objc2",
 9034 "objc2-foundation",
 9035]
 9036
 9037[[package]]
 9038name = "objc2-quartz-core"
 9039version = "0.2.2"
 9040source = "registry+https://github.com/rust-lang/crates.io-index"
 9041checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
 9042dependencies = [
 9043 "bitflags 2.8.0",
 9044 "block2",
 9045 "objc2",
 9046 "objc2-foundation",
 9047 "objc2-metal",
 9048]
 9049
 9050[[package]]
 9051name = "objc2-symbols"
 9052version = "0.2.2"
 9053source = "registry+https://github.com/rust-lang/crates.io-index"
 9054checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
 9055dependencies = [
 9056 "objc2",
 9057 "objc2-foundation",
 9058]
 9059
 9060[[package]]
 9061name = "objc2-ui-kit"
 9062version = "0.2.2"
 9063source = "registry+https://github.com/rust-lang/crates.io-index"
 9064checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
 9065dependencies = [
 9066 "bitflags 2.8.0",
 9067 "block2",
 9068 "objc2",
 9069 "objc2-cloud-kit",
 9070 "objc2-core-data",
 9071 "objc2-core-image",
 9072 "objc2-core-location",
 9073 "objc2-foundation",
 9074 "objc2-link-presentation",
 9075 "objc2-quartz-core",
 9076 "objc2-symbols",
 9077 "objc2-uniform-type-identifiers",
 9078 "objc2-user-notifications",
 9079]
 9080
 9081[[package]]
 9082name = "objc2-uniform-type-identifiers"
 9083version = "0.2.2"
 9084source = "registry+https://github.com/rust-lang/crates.io-index"
 9085checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
 9086dependencies = [
 9087 "block2",
 9088 "objc2",
 9089 "objc2-foundation",
 9090]
 9091
 9092[[package]]
 9093name = "objc2-user-notifications"
 9094version = "0.2.2"
 9095source = "registry+https://github.com/rust-lang/crates.io-index"
 9096checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
 9097dependencies = [
 9098 "bitflags 2.8.0",
 9099 "block2",
 9100 "objc2",
 9101 "objc2-core-location",
 9102 "objc2-foundation",
 9103]
 9104
 9105[[package]]
 9106name = "object"
 9107version = "0.36.5"
 9108source = "registry+https://github.com/rust-lang/crates.io-index"
 9109checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
 9110dependencies = [
 9111 "crc32fast",
 9112 "hashbrown 0.15.2",
 9113 "indexmap",
 9114 "memchr",
 9115]
 9116
 9117[[package]]
 9118name = "oboe"
 9119version = "0.6.1"
 9120source = "registry+https://github.com/rust-lang/crates.io-index"
 9121checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
 9122dependencies = [
 9123 "jni",
 9124 "ndk",
 9125 "ndk-context",
 9126 "num-derive",
 9127 "num-traits",
 9128 "oboe-sys",
 9129]
 9130
 9131[[package]]
 9132name = "oboe-sys"
 9133version = "0.6.1"
 9134source = "registry+https://github.com/rust-lang/crates.io-index"
 9135checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
 9136dependencies = [
 9137 "cc",
 9138]
 9139
 9140[[package]]
 9141name = "ollama"
 9142version = "0.1.0"
 9143dependencies = [
 9144 "anyhow",
 9145 "futures 0.3.31",
 9146 "http_client",
 9147 "schemars",
 9148 "serde",
 9149 "serde_json",
 9150]
 9151
 9152[[package]]
 9153name = "once_cell"
 9154version = "1.20.3"
 9155source = "registry+https://github.com/rust-lang/crates.io-index"
 9156checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
 9157
 9158[[package]]
 9159name = "oo7"
 9160version = "0.4.1"
 9161source = "registry+https://github.com/rust-lang/crates.io-index"
 9162checksum = "72c84df357c7049f98c8b157abe71ee751531166c14ba09366e08bc6ab1ea2c9"
 9163dependencies = [
 9164 "aes",
 9165 "ashpd",
 9166 "async-fs",
 9167 "async-io",
 9168 "async-lock",
 9169 "blocking",
 9170 "cbc",
 9171 "cipher",
 9172 "digest",
 9173 "endi",
 9174 "futures-lite 2.6.0",
 9175 "futures-util",
 9176 "getrandom 0.3.1",
 9177 "hkdf",
 9178 "hmac",
 9179 "md-5",
 9180 "num",
 9181 "num-bigint-dig",
 9182 "pbkdf2 0.12.2",
 9183 "rand 0.9.0",
 9184 "serde",
 9185 "sha2",
 9186 "subtle",
 9187 "zbus",
 9188 "zbus_macros",
 9189 "zeroize",
 9190 "zvariant",
 9191]
 9192
 9193[[package]]
 9194name = "oorandom"
 9195version = "11.1.4"
 9196source = "registry+https://github.com/rust-lang/crates.io-index"
 9197checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
 9198
 9199[[package]]
 9200name = "open"
 9201version = "5.3.2"
 9202source = "registry+https://github.com/rust-lang/crates.io-index"
 9203checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
 9204dependencies = [
 9205 "is-wsl",
 9206 "libc",
 9207 "pathdiff",
 9208]
 9209
 9210[[package]]
 9211name = "open_ai"
 9212version = "0.1.0"
 9213dependencies = [
 9214 "anyhow",
 9215 "futures 0.3.31",
 9216 "http_client",
 9217 "schemars",
 9218 "serde",
 9219 "serde_json",
 9220 "strum",
 9221]
 9222
 9223[[package]]
 9224name = "opener"
 9225version = "0.7.2"
 9226source = "registry+https://github.com/rust-lang/crates.io-index"
 9227checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
 9228dependencies = [
 9229 "bstr",
 9230 "dbus",
 9231 "normpath",
 9232 "windows-sys 0.59.0",
 9233]
 9234
 9235[[package]]
 9236name = "openssl"
 9237version = "0.10.70"
 9238source = "registry+https://github.com/rust-lang/crates.io-index"
 9239checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6"
 9240dependencies = [
 9241 "bitflags 2.8.0",
 9242 "cfg-if",
 9243 "foreign-types 0.3.2",
 9244 "libc",
 9245 "once_cell",
 9246 "openssl-macros",
 9247 "openssl-sys",
 9248]
 9249
 9250[[package]]
 9251name = "openssl-macros"
 9252version = "0.1.1"
 9253source = "registry+https://github.com/rust-lang/crates.io-index"
 9254checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
 9255dependencies = [
 9256 "proc-macro2",
 9257 "quote",
 9258 "syn 2.0.100",
 9259]
 9260
 9261[[package]]
 9262name = "openssl-probe"
 9263version = "0.1.5"
 9264source = "registry+https://github.com/rust-lang/crates.io-index"
 9265checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
 9266
 9267[[package]]
 9268name = "openssl-src"
 9269version = "300.4.1+3.4.0"
 9270source = "registry+https://github.com/rust-lang/crates.io-index"
 9271checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
 9272dependencies = [
 9273 "cc",
 9274]
 9275
 9276[[package]]
 9277name = "openssl-sys"
 9278version = "0.9.105"
 9279source = "registry+https://github.com/rust-lang/crates.io-index"
 9280checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc"
 9281dependencies = [
 9282 "cc",
 9283 "libc",
 9284 "openssl-src",
 9285 "pkg-config",
 9286 "vcpkg",
 9287]
 9288
 9289[[package]]
 9290name = "option-ext"
 9291version = "0.2.0"
 9292source = "registry+https://github.com/rust-lang/crates.io-index"
 9293checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
 9294
 9295[[package]]
 9296name = "ordered-float"
 9297version = "2.10.1"
 9298source = "registry+https://github.com/rust-lang/crates.io-index"
 9299checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
 9300dependencies = [
 9301 "num-traits",
 9302]
 9303
 9304[[package]]
 9305name = "ordered-float"
 9306version = "3.9.2"
 9307source = "registry+https://github.com/rust-lang/crates.io-index"
 9308checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
 9309dependencies = [
 9310 "num-traits",
 9311]
 9312
 9313[[package]]
 9314name = "ordered-stream"
 9315version = "0.2.0"
 9316source = "registry+https://github.com/rust-lang/crates.io-index"
 9317checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
 9318dependencies = [
 9319 "futures-core",
 9320 "pin-project-lite",
 9321]
 9322
 9323[[package]]
 9324name = "ouroboros"
 9325version = "0.18.4"
 9326source = "registry+https://github.com/rust-lang/crates.io-index"
 9327checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
 9328dependencies = [
 9329 "aliasable",
 9330 "ouroboros_macro",
 9331 "static_assertions",
 9332]
 9333
 9334[[package]]
 9335name = "ouroboros_macro"
 9336version = "0.18.4"
 9337source = "registry+https://github.com/rust-lang/crates.io-index"
 9338checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
 9339dependencies = [
 9340 "heck 0.4.1",
 9341 "itertools 0.12.1",
 9342 "proc-macro2",
 9343 "proc-macro2-diagnostics",
 9344 "quote",
 9345 "syn 2.0.100",
 9346]
 9347
 9348[[package]]
 9349name = "outline"
 9350version = "0.1.0"
 9351dependencies = [
 9352 "editor",
 9353 "fuzzy",
 9354 "gpui",
 9355 "indoc",
 9356 "language",
 9357 "menu",
 9358 "ordered-float 2.10.1",
 9359 "picker",
 9360 "project",
 9361 "rope",
 9362 "serde_json",
 9363 "settings",
 9364 "smol",
 9365 "theme",
 9366 "tree-sitter-rust",
 9367 "tree-sitter-typescript",
 9368 "ui",
 9369 "util",
 9370 "workspace",
 9371 "zed_actions",
 9372]
 9373
 9374[[package]]
 9375name = "outline_panel"
 9376version = "0.1.0"
 9377dependencies = [
 9378 "anyhow",
 9379 "collections",
 9380 "db",
 9381 "editor",
 9382 "file_icons",
 9383 "fuzzy",
 9384 "gpui",
 9385 "itertools 0.14.0",
 9386 "language",
 9387 "log",
 9388 "menu",
 9389 "outline",
 9390 "pretty_assertions",
 9391 "project",
 9392 "schemars",
 9393 "search",
 9394 "serde",
 9395 "serde_json",
 9396 "settings",
 9397 "smallvec",
 9398 "smol",
 9399 "theme",
 9400 "ui",
 9401 "util",
 9402 "workspace",
 9403 "worktree",
 9404 "zed_actions",
 9405]
 9406
 9407[[package]]
 9408name = "outref"
 9409version = "0.5.1"
 9410source = "registry+https://github.com/rust-lang/crates.io-index"
 9411checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
 9412
 9413[[package]]
 9414name = "overload"
 9415version = "0.1.1"
 9416source = "registry+https://github.com/rust-lang/crates.io-index"
 9417checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
 9418
 9419[[package]]
 9420name = "p256"
 9421version = "0.11.1"
 9422source = "registry+https://github.com/rust-lang/crates.io-index"
 9423checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
 9424dependencies = [
 9425 "ecdsa",
 9426 "elliptic-curve",
 9427 "sha2",
 9428]
 9429
 9430[[package]]
 9431name = "page_size"
 9432version = "0.6.0"
 9433source = "registry+https://github.com/rust-lang/crates.io-index"
 9434checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
 9435dependencies = [
 9436 "libc",
 9437 "winapi",
 9438]
 9439
 9440[[package]]
 9441name = "palette"
 9442version = "0.7.6"
 9443source = "registry+https://github.com/rust-lang/crates.io-index"
 9444checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
 9445dependencies = [
 9446 "approx",
 9447 "fast-srgb8",
 9448 "palette_derive",
 9449]
 9450
 9451[[package]]
 9452name = "palette_derive"
 9453version = "0.7.6"
 9454source = "registry+https://github.com/rust-lang/crates.io-index"
 9455checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
 9456dependencies = [
 9457 "by_address",
 9458 "proc-macro2",
 9459 "quote",
 9460 "syn 2.0.100",
 9461]
 9462
 9463[[package]]
 9464name = "panel"
 9465version = "0.1.0"
 9466dependencies = [
 9467 "editor",
 9468 "gpui",
 9469 "settings",
 9470 "theme",
 9471 "ui",
 9472 "workspace",
 9473]
 9474
 9475[[package]]
 9476name = "parity-tokio-ipc"
 9477version = "0.9.0"
 9478source = "registry+https://github.com/rust-lang/crates.io-index"
 9479checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
 9480dependencies = [
 9481 "futures 0.3.31",
 9482 "libc",
 9483 "log",
 9484 "rand 0.7.3",
 9485 "tokio",
 9486 "winapi",
 9487]
 9488
 9489[[package]]
 9490name = "parking"
 9491version = "2.2.1"
 9492source = "registry+https://github.com/rust-lang/crates.io-index"
 9493checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
 9494
 9495[[package]]
 9496name = "parking_lot"
 9497version = "0.12.3"
 9498source = "registry+https://github.com/rust-lang/crates.io-index"
 9499checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
 9500dependencies = [
 9501 "lock_api",
 9502 "parking_lot_core",
 9503]
 9504
 9505[[package]]
 9506name = "parking_lot_core"
 9507version = "0.9.10"
 9508source = "registry+https://github.com/rust-lang/crates.io-index"
 9509checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
 9510dependencies = [
 9511 "cfg-if",
 9512 "libc",
 9513 "redox_syscall 0.5.8",
 9514 "smallvec",
 9515 "windows-targets 0.52.6",
 9516]
 9517
 9518[[package]]
 9519name = "password-hash"
 9520version = "0.4.2"
 9521source = "registry+https://github.com/rust-lang/crates.io-index"
 9522checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
 9523dependencies = [
 9524 "base64ct",
 9525 "rand_core 0.6.4",
 9526 "subtle",
 9527]
 9528
 9529[[package]]
 9530name = "password-hash"
 9531version = "0.5.0"
 9532source = "registry+https://github.com/rust-lang/crates.io-index"
 9533checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
 9534dependencies = [
 9535 "base64ct",
 9536 "rand_core 0.6.4",
 9537 "subtle",
 9538]
 9539
 9540[[package]]
 9541name = "paste"
 9542version = "1.0.15"
 9543source = "registry+https://github.com/rust-lang/crates.io-index"
 9544checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
 9545
 9546[[package]]
 9547name = "pathdiff"
 9548version = "0.2.3"
 9549source = "registry+https://github.com/rust-lang/crates.io-index"
 9550checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
 9551
 9552[[package]]
 9553name = "pathfinder_geometry"
 9554version = "0.5.1"
 9555source = "registry+https://github.com/rust-lang/crates.io-index"
 9556checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
 9557dependencies = [
 9558 "log",
 9559 "pathfinder_simd",
 9560]
 9561
 9562[[package]]
 9563name = "pathfinder_simd"
 9564version = "0.5.4"
 9565source = "registry+https://github.com/rust-lang/crates.io-index"
 9566checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
 9567dependencies = [
 9568 "rustc_version",
 9569]
 9570
 9571[[package]]
 9572name = "paths"
 9573version = "0.1.0"
 9574dependencies = [
 9575 "dirs 4.0.0",
 9576 "util",
 9577]
 9578
 9579[[package]]
 9580name = "pbjson"
 9581version = "0.6.0"
 9582source = "registry+https://github.com/rust-lang/crates.io-index"
 9583checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
 9584dependencies = [
 9585 "base64 0.21.7",
 9586 "serde",
 9587]
 9588
 9589[[package]]
 9590name = "pbjson-build"
 9591version = "0.6.2"
 9592source = "registry+https://github.com/rust-lang/crates.io-index"
 9593checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
 9594dependencies = [
 9595 "heck 0.4.1",
 9596 "itertools 0.11.0",
 9597 "prost 0.12.6",
 9598 "prost-types 0.12.6",
 9599]
 9600
 9601[[package]]
 9602name = "pbjson-types"
 9603version = "0.6.0"
 9604source = "registry+https://github.com/rust-lang/crates.io-index"
 9605checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
 9606dependencies = [
 9607 "bytes 1.10.1",
 9608 "chrono",
 9609 "pbjson",
 9610 "pbjson-build",
 9611 "prost 0.12.6",
 9612 "prost-build 0.12.6",
 9613 "serde",
 9614]
 9615
 9616[[package]]
 9617name = "pbkdf2"
 9618version = "0.11.0"
 9619source = "registry+https://github.com/rust-lang/crates.io-index"
 9620checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
 9621dependencies = [
 9622 "digest",
 9623 "hmac",
 9624 "password-hash 0.4.2",
 9625 "sha2",
 9626]
 9627
 9628[[package]]
 9629name = "pbkdf2"
 9630version = "0.12.2"
 9631source = "registry+https://github.com/rust-lang/crates.io-index"
 9632checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
 9633dependencies = [
 9634 "digest",
 9635 "hmac",
 9636]
 9637
 9638[[package]]
 9639name = "pem"
 9640version = "3.0.4"
 9641source = "registry+https://github.com/rust-lang/crates.io-index"
 9642checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
 9643dependencies = [
 9644 "base64 0.22.1",
 9645 "serde",
 9646]
 9647
 9648[[package]]
 9649name = "pem-rfc7468"
 9650version = "0.7.0"
 9651source = "registry+https://github.com/rust-lang/crates.io-index"
 9652checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
 9653dependencies = [
 9654 "base64ct",
 9655]
 9656
 9657[[package]]
 9658name = "percent-encoding"
 9659version = "2.3.1"
 9660source = "registry+https://github.com/rust-lang/crates.io-index"
 9661checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
 9662
 9663[[package]]
 9664name = "perplexity"
 9665version = "0.1.0"
 9666dependencies = [
 9667 "serde",
 9668 "zed_extension_api 0.4.0",
 9669]
 9670
 9671[[package]]
 9672name = "pest"
 9673version = "2.7.15"
 9674source = "registry+https://github.com/rust-lang/crates.io-index"
 9675checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
 9676dependencies = [
 9677 "memchr",
 9678 "thiserror 2.0.12",
 9679 "ucd-trie",
 9680]
 9681
 9682[[package]]
 9683name = "pest_derive"
 9684version = "2.7.15"
 9685source = "registry+https://github.com/rust-lang/crates.io-index"
 9686checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
 9687dependencies = [
 9688 "pest",
 9689 "pest_generator",
 9690]
 9691
 9692[[package]]
 9693name = "pest_generator"
 9694version = "2.7.15"
 9695source = "registry+https://github.com/rust-lang/crates.io-index"
 9696checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
 9697dependencies = [
 9698 "pest",
 9699 "pest_meta",
 9700 "proc-macro2",
 9701 "quote",
 9702 "syn 2.0.100",
 9703]
 9704
 9705[[package]]
 9706name = "pest_meta"
 9707version = "2.7.15"
 9708source = "registry+https://github.com/rust-lang/crates.io-index"
 9709checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
 9710dependencies = [
 9711 "once_cell",
 9712 "pest",
 9713 "sha2",
 9714]
 9715
 9716[[package]]
 9717name = "pet"
 9718version = "0.1.0"
 9719source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9720dependencies = [
 9721 "clap",
 9722 "env_logger 0.10.2",
 9723 "lazy_static",
 9724 "log",
 9725 "msvc_spectre_libs",
 9726 "pet-conda",
 9727 "pet-core",
 9728 "pet-env-var-path",
 9729 "pet-fs",
 9730 "pet-global-virtualenvs",
 9731 "pet-homebrew",
 9732 "pet-jsonrpc",
 9733 "pet-linux-global-python",
 9734 "pet-mac-commandlinetools",
 9735 "pet-mac-python-org",
 9736 "pet-mac-xcode",
 9737 "pet-pipenv",
 9738 "pet-pixi",
 9739 "pet-poetry",
 9740 "pet-pyenv",
 9741 "pet-python-utils",
 9742 "pet-reporter",
 9743 "pet-telemetry",
 9744 "pet-venv",
 9745 "pet-virtualenv",
 9746 "pet-virtualenvwrapper",
 9747 "pet-windows-registry",
 9748 "pet-windows-store",
 9749 "serde",
 9750 "serde_json",
 9751]
 9752
 9753[[package]]
 9754name = "pet-conda"
 9755version = "0.1.0"
 9756source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9757dependencies = [
 9758 "env_logger 0.10.2",
 9759 "lazy_static",
 9760 "log",
 9761 "msvc_spectre_libs",
 9762 "pet-core",
 9763 "pet-fs",
 9764 "pet-python-utils",
 9765 "pet-reporter",
 9766 "regex",
 9767 "serde",
 9768 "serde_json",
 9769 "yaml-rust2",
 9770]
 9771
 9772[[package]]
 9773name = "pet-core"
 9774version = "0.1.0"
 9775source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9776dependencies = [
 9777 "clap",
 9778 "lazy_static",
 9779 "log",
 9780 "msvc_spectre_libs",
 9781 "pet-fs",
 9782 "regex",
 9783 "serde",
 9784 "serde_json",
 9785]
 9786
 9787[[package]]
 9788name = "pet-env-var-path"
 9789version = "0.1.0"
 9790source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9791dependencies = [
 9792 "lazy_static",
 9793 "log",
 9794 "msvc_spectre_libs",
 9795 "pet-conda",
 9796 "pet-core",
 9797 "pet-fs",
 9798 "pet-python-utils",
 9799 "pet-virtualenv",
 9800 "regex",
 9801]
 9802
 9803[[package]]
 9804name = "pet-fs"
 9805version = "0.1.0"
 9806source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9807dependencies = [
 9808 "log",
 9809 "msvc_spectre_libs",
 9810]
 9811
 9812[[package]]
 9813name = "pet-global-virtualenvs"
 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-conda",
 9820 "pet-core",
 9821 "pet-fs",
 9822 "pet-virtualenv",
 9823]
 9824
 9825[[package]]
 9826name = "pet-homebrew"
 9827version = "0.1.0"
 9828source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9829dependencies = [
 9830 "lazy_static",
 9831 "log",
 9832 "msvc_spectre_libs",
 9833 "pet-conda",
 9834 "pet-core",
 9835 "pet-fs",
 9836 "pet-python-utils",
 9837 "pet-virtualenv",
 9838 "regex",
 9839 "serde",
 9840 "serde_json",
 9841]
 9842
 9843[[package]]
 9844name = "pet-jsonrpc"
 9845version = "0.1.0"
 9846source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9847dependencies = [
 9848 "env_logger 0.10.2",
 9849 "log",
 9850 "msvc_spectre_libs",
 9851 "pet-core",
 9852 "serde",
 9853 "serde_json",
 9854]
 9855
 9856[[package]]
 9857name = "pet-linux-global-python"
 9858version = "0.1.0"
 9859source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9860dependencies = [
 9861 "log",
 9862 "msvc_spectre_libs",
 9863 "pet-core",
 9864 "pet-fs",
 9865 "pet-python-utils",
 9866 "pet-virtualenv",
 9867]
 9868
 9869[[package]]
 9870name = "pet-mac-commandlinetools"
 9871version = "0.1.0"
 9872source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9873dependencies = [
 9874 "log",
 9875 "msvc_spectre_libs",
 9876 "pet-core",
 9877 "pet-fs",
 9878 "pet-python-utils",
 9879 "pet-virtualenv",
 9880]
 9881
 9882[[package]]
 9883name = "pet-mac-python-org"
 9884version = "0.1.0"
 9885source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9886dependencies = [
 9887 "log",
 9888 "msvc_spectre_libs",
 9889 "pet-core",
 9890 "pet-fs",
 9891 "pet-python-utils",
 9892 "pet-virtualenv",
 9893]
 9894
 9895[[package]]
 9896name = "pet-mac-xcode"
 9897version = "0.1.0"
 9898source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9899dependencies = [
 9900 "log",
 9901 "msvc_spectre_libs",
 9902 "pet-core",
 9903 "pet-fs",
 9904 "pet-python-utils",
 9905 "pet-virtualenv",
 9906]
 9907
 9908[[package]]
 9909name = "pet-pipenv"
 9910version = "0.1.0"
 9911source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9912dependencies = [
 9913 "log",
 9914 "msvc_spectre_libs",
 9915 "pet-core",
 9916 "pet-fs",
 9917 "pet-python-utils",
 9918 "pet-virtualenv",
 9919]
 9920
 9921[[package]]
 9922name = "pet-pixi"
 9923version = "0.1.0"
 9924source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9925dependencies = [
 9926 "log",
 9927 "msvc_spectre_libs",
 9928 "pet-conda",
 9929 "pet-core",
 9930 "pet-python-utils",
 9931]
 9932
 9933[[package]]
 9934name = "pet-poetry"
 9935version = "0.1.0"
 9936source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9937dependencies = [
 9938 "base64 0.22.1",
 9939 "lazy_static",
 9940 "log",
 9941 "msvc_spectre_libs",
 9942 "pet-core",
 9943 "pet-fs",
 9944 "pet-python-utils",
 9945 "pet-reporter",
 9946 "pet-virtualenv",
 9947 "regex",
 9948 "serde",
 9949 "serde_json",
 9950 "sha2",
 9951 "toml 0.8.20",
 9952]
 9953
 9954[[package]]
 9955name = "pet-pyenv"
 9956version = "0.1.0"
 9957source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9958dependencies = [
 9959 "lazy_static",
 9960 "log",
 9961 "msvc_spectre_libs",
 9962 "pet-conda",
 9963 "pet-core",
 9964 "pet-fs",
 9965 "pet-python-utils",
 9966 "pet-reporter",
 9967 "regex",
 9968 "serde",
 9969 "serde_json",
 9970]
 9971
 9972[[package]]
 9973name = "pet-python-utils"
 9974version = "0.1.0"
 9975source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9976dependencies = [
 9977 "env_logger 0.10.2",
 9978 "lazy_static",
 9979 "log",
 9980 "msvc_spectre_libs",
 9981 "pet-core",
 9982 "pet-fs",
 9983 "regex",
 9984 "serde",
 9985 "serde_json",
 9986 "sha2",
 9987]
 9988
 9989[[package]]
 9990name = "pet-reporter"
 9991version = "0.1.0"
 9992source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9993dependencies = [
 9994 "env_logger 0.10.2",
 9995 "log",
 9996 "msvc_spectre_libs",
 9997 "pet-core",
 9998 "pet-jsonrpc",
 9999 "serde",
10000 "serde_json",
10001]
10002
10003[[package]]
10004name = "pet-telemetry"
10005version = "0.1.0"
10006source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10007dependencies = [
10008 "env_logger 0.10.2",
10009 "lazy_static",
10010 "log",
10011 "msvc_spectre_libs",
10012 "pet-core",
10013 "pet-fs",
10014 "pet-python-utils",
10015 "regex",
10016]
10017
10018[[package]]
10019name = "pet-venv"
10020version = "0.1.0"
10021source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10022dependencies = [
10023 "log",
10024 "msvc_spectre_libs",
10025 "pet-core",
10026 "pet-python-utils",
10027 "pet-virtualenv",
10028]
10029
10030[[package]]
10031name = "pet-virtualenv"
10032version = "0.1.0"
10033source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10034dependencies = [
10035 "log",
10036 "msvc_spectre_libs",
10037 "pet-core",
10038 "pet-fs",
10039 "pet-python-utils",
10040]
10041
10042[[package]]
10043name = "pet-virtualenvwrapper"
10044version = "0.1.0"
10045source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10046dependencies = [
10047 "log",
10048 "msvc_spectre_libs",
10049 "pet-core",
10050 "pet-fs",
10051 "pet-python-utils",
10052 "pet-virtualenv",
10053]
10054
10055[[package]]
10056name = "pet-windows-registry"
10057version = "0.1.0"
10058source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10059dependencies = [
10060 "lazy_static",
10061 "log",
10062 "msvc_spectre_libs",
10063 "pet-conda",
10064 "pet-core",
10065 "pet-fs",
10066 "pet-python-utils",
10067 "pet-virtualenv",
10068 "pet-windows-store",
10069 "regex",
10070 "winreg 0.52.0",
10071]
10072
10073[[package]]
10074name = "pet-windows-store"
10075version = "0.1.0"
10076source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10077dependencies = [
10078 "lazy_static",
10079 "log",
10080 "msvc_spectre_libs",
10081 "pet-core",
10082 "pet-fs",
10083 "pet-python-utils",
10084 "pet-virtualenv",
10085 "regex",
10086 "winreg 0.52.0",
10087]
10088
10089[[package]]
10090name = "petgraph"
10091version = "0.6.5"
10092source = "registry+https://github.com/rust-lang/crates.io-index"
10093checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
10094dependencies = [
10095 "fixedbitset",
10096 "indexmap",
10097]
10098
10099[[package]]
10100name = "pgvector"
10101version = "0.4.0"
10102source = "registry+https://github.com/rust-lang/crates.io-index"
10103checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
10104dependencies = [
10105 "serde",
10106]
10107
10108[[package]]
10109name = "phf"
10110version = "0.11.2"
10111source = "registry+https://github.com/rust-lang/crates.io-index"
10112checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
10113dependencies = [
10114 "phf_macros",
10115 "phf_shared 0.11.2",
10116]
10117
10118[[package]]
10119name = "phf_codegen"
10120version = "0.11.2"
10121source = "registry+https://github.com/rust-lang/crates.io-index"
10122checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
10123dependencies = [
10124 "phf_generator 0.11.2",
10125 "phf_shared 0.11.2",
10126]
10127
10128[[package]]
10129name = "phf_generator"
10130version = "0.10.0"
10131source = "registry+https://github.com/rust-lang/crates.io-index"
10132checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
10133dependencies = [
10134 "phf_shared 0.10.0",
10135 "rand 0.8.5",
10136]
10137
10138[[package]]
10139name = "phf_generator"
10140version = "0.11.2"
10141source = "registry+https://github.com/rust-lang/crates.io-index"
10142checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
10143dependencies = [
10144 "phf_shared 0.11.2",
10145 "rand 0.8.5",
10146]
10147
10148[[package]]
10149name = "phf_macros"
10150version = "0.11.2"
10151source = "registry+https://github.com/rust-lang/crates.io-index"
10152checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
10153dependencies = [
10154 "phf_generator 0.11.2",
10155 "phf_shared 0.11.2",
10156 "proc-macro2",
10157 "quote",
10158 "syn 2.0.100",
10159]
10160
10161[[package]]
10162name = "phf_shared"
10163version = "0.10.0"
10164source = "registry+https://github.com/rust-lang/crates.io-index"
10165checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
10166dependencies = [
10167 "siphasher 0.3.11",
10168]
10169
10170[[package]]
10171name = "phf_shared"
10172version = "0.11.2"
10173source = "registry+https://github.com/rust-lang/crates.io-index"
10174checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
10175dependencies = [
10176 "siphasher 0.3.11",
10177]
10178
10179[[package]]
10180name = "picker"
10181version = "0.1.0"
10182dependencies = [
10183 "anyhow",
10184 "ctor",
10185 "editor",
10186 "env_logger 0.11.7",
10187 "gpui",
10188 "menu",
10189 "schemars",
10190 "serde",
10191 "serde_json",
10192 "ui",
10193 "util",
10194 "workspace",
10195]
10196
10197[[package]]
10198name = "pico-args"
10199version = "0.5.0"
10200source = "registry+https://github.com/rust-lang/crates.io-index"
10201checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
10202
10203[[package]]
10204name = "pin-project"
10205version = "1.1.7"
10206source = "registry+https://github.com/rust-lang/crates.io-index"
10207checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
10208dependencies = [
10209 "pin-project-internal",
10210]
10211
10212[[package]]
10213name = "pin-project-internal"
10214version = "1.1.7"
10215source = "registry+https://github.com/rust-lang/crates.io-index"
10216checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
10217dependencies = [
10218 "proc-macro2",
10219 "quote",
10220 "syn 2.0.100",
10221]
10222
10223[[package]]
10224name = "pin-project-lite"
10225version = "0.2.16"
10226source = "registry+https://github.com/rust-lang/crates.io-index"
10227checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
10228
10229[[package]]
10230name = "pin-utils"
10231version = "0.1.0"
10232source = "registry+https://github.com/rust-lang/crates.io-index"
10233checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
10234
10235[[package]]
10236name = "piper"
10237version = "0.2.4"
10238source = "registry+https://github.com/rust-lang/crates.io-index"
10239checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
10240dependencies = [
10241 "atomic-waker",
10242 "fastrand 2.3.0",
10243 "futures-io",
10244]
10245
10246[[package]]
10247name = "pkcs1"
10248version = "0.7.5"
10249source = "registry+https://github.com/rust-lang/crates.io-index"
10250checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
10251dependencies = [
10252 "der 0.7.9",
10253 "pkcs8 0.10.2",
10254 "spki 0.7.3",
10255]
10256
10257[[package]]
10258name = "pkcs8"
10259version = "0.9.0"
10260source = "registry+https://github.com/rust-lang/crates.io-index"
10261checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
10262dependencies = [
10263 "der 0.6.1",
10264 "spki 0.6.0",
10265]
10266
10267[[package]]
10268name = "pkcs8"
10269version = "0.10.2"
10270source = "registry+https://github.com/rust-lang/crates.io-index"
10271checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
10272dependencies = [
10273 "der 0.7.9",
10274 "spki 0.7.3",
10275]
10276
10277[[package]]
10278name = "pkg-config"
10279version = "0.3.31"
10280source = "registry+https://github.com/rust-lang/crates.io-index"
10281checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
10282
10283[[package]]
10284name = "plist"
10285version = "1.7.1"
10286source = "registry+https://github.com/rust-lang/crates.io-index"
10287checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d"
10288dependencies = [
10289 "base64 0.22.1",
10290 "indexmap",
10291 "quick-xml 0.32.0",
10292 "serde",
10293 "time",
10294]
10295
10296[[package]]
10297name = "plotters"
10298version = "0.3.7"
10299source = "registry+https://github.com/rust-lang/crates.io-index"
10300checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
10301dependencies = [
10302 "num-traits",
10303 "plotters-backend",
10304 "plotters-svg",
10305 "wasm-bindgen",
10306 "web-sys",
10307]
10308
10309[[package]]
10310name = "plotters-backend"
10311version = "0.3.7"
10312source = "registry+https://github.com/rust-lang/crates.io-index"
10313checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
10314
10315[[package]]
10316name = "plotters-svg"
10317version = "0.3.7"
10318source = "registry+https://github.com/rust-lang/crates.io-index"
10319checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
10320dependencies = [
10321 "plotters-backend",
10322]
10323
10324[[package]]
10325name = "png"
10326version = "0.17.15"
10327source = "registry+https://github.com/rust-lang/crates.io-index"
10328checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
10329dependencies = [
10330 "bitflags 1.3.2",
10331 "crc32fast",
10332 "fdeflate",
10333 "flate2",
10334 "miniz_oxide",
10335]
10336
10337[[package]]
10338name = "polling"
10339version = "3.7.4"
10340source = "registry+https://github.com/rust-lang/crates.io-index"
10341checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
10342dependencies = [
10343 "cfg-if",
10344 "concurrent-queue",
10345 "hermit-abi 0.4.0",
10346 "pin-project-lite",
10347 "rustix",
10348 "tracing",
10349 "windows-sys 0.59.0",
10350]
10351
10352[[package]]
10353name = "pollster"
10354version = "0.2.5"
10355source = "registry+https://github.com/rust-lang/crates.io-index"
10356checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
10357
10358[[package]]
10359name = "portable-atomic"
10360version = "1.11.0"
10361source = "registry+https://github.com/rust-lang/crates.io-index"
10362checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
10363
10364[[package]]
10365name = "portable-atomic-util"
10366version = "0.2.4"
10367source = "registry+https://github.com/rust-lang/crates.io-index"
10368checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
10369dependencies = [
10370 "portable-atomic",
10371]
10372
10373[[package]]
10374name = "postage"
10375version = "0.5.0"
10376source = "registry+https://github.com/rust-lang/crates.io-index"
10377checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
10378dependencies = [
10379 "atomic",
10380 "crossbeam-queue",
10381 "futures 0.3.31",
10382 "log",
10383 "parking_lot",
10384 "pin-project",
10385 "pollster",
10386 "static_assertions",
10387 "thiserror 1.0.69",
10388]
10389
10390[[package]]
10391name = "postcard"
10392version = "1.1.1"
10393source = "registry+https://github.com/rust-lang/crates.io-index"
10394checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
10395dependencies = [
10396 "cobs",
10397 "embedded-io 0.4.0",
10398 "embedded-io 0.6.1",
10399 "serde",
10400]
10401
10402[[package]]
10403name = "powerfmt"
10404version = "0.2.0"
10405source = "registry+https://github.com/rust-lang/crates.io-index"
10406checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
10407
10408[[package]]
10409name = "ppv-lite86"
10410version = "0.2.20"
10411source = "registry+https://github.com/rust-lang/crates.io-index"
10412checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
10413dependencies = [
10414 "zerocopy 0.7.35",
10415]
10416
10417[[package]]
10418name = "precomputed-hash"
10419version = "0.1.1"
10420source = "registry+https://github.com/rust-lang/crates.io-index"
10421checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
10422
10423[[package]]
10424name = "prettier"
10425version = "0.1.0"
10426dependencies = [
10427 "anyhow",
10428 "collections",
10429 "fs",
10430 "gpui",
10431 "language",
10432 "log",
10433 "lsp",
10434 "node_runtime",
10435 "parking_lot",
10436 "paths",
10437 "serde",
10438 "serde_json",
10439 "util",
10440]
10441
10442[[package]]
10443name = "pretty_assertions"
10444version = "1.4.1"
10445source = "registry+https://github.com/rust-lang/crates.io-index"
10446checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
10447dependencies = [
10448 "diff",
10449 "yansi",
10450]
10451
10452[[package]]
10453name = "prettyplease"
10454version = "0.2.25"
10455source = "registry+https://github.com/rust-lang/crates.io-index"
10456checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
10457dependencies = [
10458 "proc-macro2",
10459 "syn 2.0.100",
10460]
10461
10462[[package]]
10463name = "proc-macro-crate"
10464version = "3.2.0"
10465source = "registry+https://github.com/rust-lang/crates.io-index"
10466checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
10467dependencies = [
10468 "toml_edit",
10469]
10470
10471[[package]]
10472name = "proc-macro-error-attr2"
10473version = "2.0.0"
10474source = "registry+https://github.com/rust-lang/crates.io-index"
10475checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
10476dependencies = [
10477 "proc-macro2",
10478 "quote",
10479]
10480
10481[[package]]
10482name = "proc-macro-error2"
10483version = "2.0.1"
10484source = "registry+https://github.com/rust-lang/crates.io-index"
10485checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
10486dependencies = [
10487 "proc-macro-error-attr2",
10488 "proc-macro2",
10489 "quote",
10490 "syn 2.0.100",
10491]
10492
10493[[package]]
10494name = "proc-macro2"
10495version = "1.0.94"
10496source = "registry+https://github.com/rust-lang/crates.io-index"
10497checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
10498dependencies = [
10499 "unicode-ident",
10500]
10501
10502[[package]]
10503name = "proc-macro2-diagnostics"
10504version = "0.10.1"
10505source = "registry+https://github.com/rust-lang/crates.io-index"
10506checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
10507dependencies = [
10508 "proc-macro2",
10509 "quote",
10510 "syn 2.0.100",
10511 "version_check",
10512 "yansi",
10513]
10514
10515[[package]]
10516name = "profiling"
10517version = "1.0.16"
10518source = "registry+https://github.com/rust-lang/crates.io-index"
10519checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
10520dependencies = [
10521 "profiling-procmacros",
10522]
10523
10524[[package]]
10525name = "profiling-procmacros"
10526version = "1.0.16"
10527source = "registry+https://github.com/rust-lang/crates.io-index"
10528checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
10529dependencies = [
10530 "quote",
10531 "syn 2.0.100",
10532]
10533
10534[[package]]
10535name = "project"
10536version = "0.1.0"
10537dependencies = [
10538 "aho-corasick",
10539 "anyhow",
10540 "askpass",
10541 "async-trait",
10542 "buffer_diff",
10543 "circular-buffer",
10544 "client",
10545 "clock",
10546 "collections",
10547 "dap",
10548 "dap_adapters",
10549 "env_logger 0.11.7",
10550 "extension",
10551 "fancy-regex 0.14.0",
10552 "fs",
10553 "futures 0.3.31",
10554 "fuzzy",
10555 "git",
10556 "git2",
10557 "globset",
10558 "gpui",
10559 "http_client",
10560 "image",
10561 "indexmap",
10562 "itertools 0.14.0",
10563 "language",
10564 "log",
10565 "lsp",
10566 "node_runtime",
10567 "parking_lot",
10568 "pathdiff",
10569 "paths",
10570 "postage",
10571 "prettier",
10572 "pretty_assertions",
10573 "rand 0.8.5",
10574 "regex",
10575 "release_channel",
10576 "remote",
10577 "rpc",
10578 "schemars",
10579 "serde",
10580 "serde_json",
10581 "settings",
10582 "sha2",
10583 "shellexpand 2.1.2",
10584 "shlex",
10585 "smol",
10586 "snippet",
10587 "snippet_provider",
10588 "sum_tree",
10589 "task",
10590 "tempfile",
10591 "terminal",
10592 "text",
10593 "toml 0.8.20",
10594 "unindent",
10595 "url",
10596 "util",
10597 "which 6.0.3",
10598 "worktree",
10599 "zlog",
10600]
10601
10602[[package]]
10603name = "project_panel"
10604version = "0.1.0"
10605dependencies = [
10606 "anyhow",
10607 "client",
10608 "collections",
10609 "command_palette_hooks",
10610 "db",
10611 "editor",
10612 "file_icons",
10613 "git",
10614 "gpui",
10615 "indexmap",
10616 "language",
10617 "menu",
10618 "pretty_assertions",
10619 "project",
10620 "schemars",
10621 "search",
10622 "serde",
10623 "serde_derive",
10624 "serde_json",
10625 "settings",
10626 "smallvec",
10627 "theme",
10628 "ui",
10629 "util",
10630 "workspace",
10631 "worktree",
10632 "zed_actions",
10633]
10634
10635[[package]]
10636name = "project_symbols"
10637version = "0.1.0"
10638dependencies = [
10639 "anyhow",
10640 "editor",
10641 "futures 0.3.31",
10642 "fuzzy",
10643 "gpui",
10644 "language",
10645 "lsp",
10646 "ordered-float 2.10.1",
10647 "picker",
10648 "project",
10649 "release_channel",
10650 "serde_json",
10651 "settings",
10652 "theme",
10653 "util",
10654 "workspace",
10655]
10656
10657[[package]]
10658name = "prometheus"
10659version = "0.13.4"
10660source = "registry+https://github.com/rust-lang/crates.io-index"
10661checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
10662dependencies = [
10663 "cfg-if",
10664 "fnv",
10665 "lazy_static",
10666 "memchr",
10667 "parking_lot",
10668 "protobuf",
10669 "thiserror 1.0.69",
10670]
10671
10672[[package]]
10673name = "prompt_library"
10674version = "0.1.0"
10675dependencies = [
10676 "anyhow",
10677 "collections",
10678 "editor",
10679 "gpui",
10680 "language",
10681 "language_model",
10682 "log",
10683 "menu",
10684 "picker",
10685 "prompt_store",
10686 "release_channel",
10687 "rope",
10688 "serde",
10689 "settings",
10690 "theme",
10691 "ui",
10692 "util",
10693 "workspace",
10694 "zed_actions",
10695]
10696
10697[[package]]
10698name = "prompt_store"
10699version = "0.1.0"
10700dependencies = [
10701 "anyhow",
10702 "assets",
10703 "chrono",
10704 "collections",
10705 "fs",
10706 "futures 0.3.31",
10707 "fuzzy",
10708 "gpui",
10709 "handlebars 4.5.0",
10710 "heed",
10711 "language",
10712 "log",
10713 "parking_lot",
10714 "paths",
10715 "rope",
10716 "serde",
10717 "text",
10718 "util",
10719 "uuid",
10720]
10721
10722[[package]]
10723name = "prost"
10724version = "0.9.0"
10725source = "registry+https://github.com/rust-lang/crates.io-index"
10726checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
10727dependencies = [
10728 "bytes 1.10.1",
10729 "prost-derive 0.9.0",
10730]
10731
10732[[package]]
10733name = "prost"
10734version = "0.12.6"
10735source = "registry+https://github.com/rust-lang/crates.io-index"
10736checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
10737dependencies = [
10738 "bytes 1.10.1",
10739 "prost-derive 0.12.6",
10740]
10741
10742[[package]]
10743name = "prost-build"
10744version = "0.9.0"
10745source = "registry+https://github.com/rust-lang/crates.io-index"
10746checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
10747dependencies = [
10748 "bytes 1.10.1",
10749 "heck 0.3.3",
10750 "itertools 0.10.5",
10751 "lazy_static",
10752 "log",
10753 "multimap",
10754 "petgraph",
10755 "prost 0.9.0",
10756 "prost-types 0.9.0",
10757 "regex",
10758 "tempfile",
10759 "which 4.4.2",
10760]
10761
10762[[package]]
10763name = "prost-build"
10764version = "0.12.6"
10765source = "registry+https://github.com/rust-lang/crates.io-index"
10766checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
10767dependencies = [
10768 "bytes 1.10.1",
10769 "heck 0.4.1",
10770 "itertools 0.12.1",
10771 "log",
10772 "multimap",
10773 "once_cell",
10774 "petgraph",
10775 "prettyplease",
10776 "prost 0.12.6",
10777 "prost-types 0.12.6",
10778 "regex",
10779 "syn 2.0.100",
10780 "tempfile",
10781]
10782
10783[[package]]
10784name = "prost-derive"
10785version = "0.9.0"
10786source = "registry+https://github.com/rust-lang/crates.io-index"
10787checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
10788dependencies = [
10789 "anyhow",
10790 "itertools 0.10.5",
10791 "proc-macro2",
10792 "quote",
10793 "syn 1.0.109",
10794]
10795
10796[[package]]
10797name = "prost-derive"
10798version = "0.12.6"
10799source = "registry+https://github.com/rust-lang/crates.io-index"
10800checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
10801dependencies = [
10802 "anyhow",
10803 "itertools 0.12.1",
10804 "proc-macro2",
10805 "quote",
10806 "syn 2.0.100",
10807]
10808
10809[[package]]
10810name = "prost-types"
10811version = "0.9.0"
10812source = "registry+https://github.com/rust-lang/crates.io-index"
10813checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
10814dependencies = [
10815 "bytes 1.10.1",
10816 "prost 0.9.0",
10817]
10818
10819[[package]]
10820name = "prost-types"
10821version = "0.12.6"
10822source = "registry+https://github.com/rust-lang/crates.io-index"
10823checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
10824dependencies = [
10825 "prost 0.12.6",
10826]
10827
10828[[package]]
10829name = "proto"
10830version = "0.1.0"
10831dependencies = [
10832 "anyhow",
10833 "collections",
10834 "prost 0.9.0",
10835 "prost-build 0.9.0",
10836 "serde",
10837]
10838
10839[[package]]
10840name = "protobuf"
10841version = "2.28.0"
10842source = "registry+https://github.com/rust-lang/crates.io-index"
10843checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10844
10845[[package]]
10846name = "psm"
10847version = "0.1.24"
10848source = "registry+https://github.com/rust-lang/crates.io-index"
10849checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10850dependencies = [
10851 "cc",
10852]
10853
10854[[package]]
10855name = "ptr_meta"
10856version = "0.1.4"
10857source = "registry+https://github.com/rust-lang/crates.io-index"
10858checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10859dependencies = [
10860 "ptr_meta_derive",
10861]
10862
10863[[package]]
10864name = "ptr_meta_derive"
10865version = "0.1.4"
10866source = "registry+https://github.com/rust-lang/crates.io-index"
10867checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10868dependencies = [
10869 "proc-macro2",
10870 "quote",
10871 "syn 1.0.109",
10872]
10873
10874[[package]]
10875name = "pulldown-cmark"
10876version = "0.10.3"
10877source = "registry+https://github.com/rust-lang/crates.io-index"
10878checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10879dependencies = [
10880 "bitflags 2.8.0",
10881 "memchr",
10882 "pulldown-cmark-escape",
10883 "unicase",
10884]
10885
10886[[package]]
10887name = "pulldown-cmark"
10888version = "0.12.2"
10889source = "registry+https://github.com/rust-lang/crates.io-index"
10890checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10891dependencies = [
10892 "bitflags 2.8.0",
10893 "memchr",
10894 "unicase",
10895]
10896
10897[[package]]
10898name = "pulldown-cmark-escape"
10899version = "0.10.1"
10900source = "registry+https://github.com/rust-lang/crates.io-index"
10901checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10902
10903[[package]]
10904name = "pulley-interpreter"
10905version = "29.0.1"
10906source = "registry+https://github.com/rust-lang/crates.io-index"
10907checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
10908dependencies = [
10909 "cranelift-bitset",
10910 "log",
10911 "sptr",
10912 "wasmtime-math",
10913]
10914
10915[[package]]
10916name = "qoi"
10917version = "0.4.1"
10918source = "registry+https://github.com/rust-lang/crates.io-index"
10919checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10920dependencies = [
10921 "bytemuck",
10922]
10923
10924[[package]]
10925name = "quick-error"
10926version = "2.0.1"
10927source = "registry+https://github.com/rust-lang/crates.io-index"
10928checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10929
10930[[package]]
10931name = "quick-xml"
10932version = "0.32.0"
10933source = "registry+https://github.com/rust-lang/crates.io-index"
10934checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10935dependencies = [
10936 "memchr",
10937]
10938
10939[[package]]
10940name = "quick-xml"
10941version = "0.37.2"
10942source = "registry+https://github.com/rust-lang/crates.io-index"
10943checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003"
10944dependencies = [
10945 "memchr",
10946]
10947
10948[[package]]
10949name = "quinn"
10950version = "0.11.6"
10951source = "registry+https://github.com/rust-lang/crates.io-index"
10952checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10953dependencies = [
10954 "bytes 1.10.1",
10955 "pin-project-lite",
10956 "quinn-proto",
10957 "quinn-udp",
10958 "rustc-hash 2.1.1",
10959 "rustls 0.23.25",
10960 "socket2",
10961 "thiserror 2.0.12",
10962 "tokio",
10963 "tracing",
10964]
10965
10966[[package]]
10967name = "quinn-proto"
10968version = "0.11.9"
10969source = "registry+https://github.com/rust-lang/crates.io-index"
10970checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10971dependencies = [
10972 "bytes 1.10.1",
10973 "getrandom 0.2.15",
10974 "rand 0.8.5",
10975 "ring",
10976 "rustc-hash 2.1.1",
10977 "rustls 0.23.25",
10978 "rustls-pki-types",
10979 "slab",
10980 "thiserror 2.0.12",
10981 "tinyvec",
10982 "tracing",
10983 "web-time",
10984]
10985
10986[[package]]
10987name = "quinn-udp"
10988version = "0.5.9"
10989source = "registry+https://github.com/rust-lang/crates.io-index"
10990checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904"
10991dependencies = [
10992 "cfg_aliases 0.2.1",
10993 "libc",
10994 "once_cell",
10995 "socket2",
10996 "tracing",
10997 "windows-sys 0.52.0",
10998]
10999
11000[[package]]
11001name = "quote"
11002version = "1.0.40"
11003source = "registry+https://github.com/rust-lang/crates.io-index"
11004checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
11005dependencies = [
11006 "proc-macro2",
11007]
11008
11009[[package]]
11010name = "radium"
11011version = "0.7.0"
11012source = "registry+https://github.com/rust-lang/crates.io-index"
11013checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
11014
11015[[package]]
11016name = "rand"
11017version = "0.7.3"
11018source = "registry+https://github.com/rust-lang/crates.io-index"
11019checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
11020dependencies = [
11021 "getrandom 0.1.16",
11022 "libc",
11023 "rand_chacha 0.2.2",
11024 "rand_core 0.5.1",
11025 "rand_hc",
11026]
11027
11028[[package]]
11029name = "rand"
11030version = "0.8.5"
11031source = "registry+https://github.com/rust-lang/crates.io-index"
11032checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
11033dependencies = [
11034 "libc",
11035 "rand_chacha 0.3.1",
11036 "rand_core 0.6.4",
11037]
11038
11039[[package]]
11040name = "rand"
11041version = "0.9.0"
11042source = "registry+https://github.com/rust-lang/crates.io-index"
11043checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
11044dependencies = [
11045 "rand_chacha 0.9.0",
11046 "rand_core 0.9.0",
11047 "zerocopy 0.8.18",
11048]
11049
11050[[package]]
11051name = "rand_chacha"
11052version = "0.2.2"
11053source = "registry+https://github.com/rust-lang/crates.io-index"
11054checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
11055dependencies = [
11056 "ppv-lite86",
11057 "rand_core 0.5.1",
11058]
11059
11060[[package]]
11061name = "rand_chacha"
11062version = "0.3.1"
11063source = "registry+https://github.com/rust-lang/crates.io-index"
11064checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
11065dependencies = [
11066 "ppv-lite86",
11067 "rand_core 0.6.4",
11068]
11069
11070[[package]]
11071name = "rand_chacha"
11072version = "0.9.0"
11073source = "registry+https://github.com/rust-lang/crates.io-index"
11074checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
11075dependencies = [
11076 "ppv-lite86",
11077 "rand_core 0.9.0",
11078]
11079
11080[[package]]
11081name = "rand_core"
11082version = "0.5.1"
11083source = "registry+https://github.com/rust-lang/crates.io-index"
11084checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
11085dependencies = [
11086 "getrandom 0.1.16",
11087]
11088
11089[[package]]
11090name = "rand_core"
11091version = "0.6.4"
11092source = "registry+https://github.com/rust-lang/crates.io-index"
11093checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
11094dependencies = [
11095 "getrandom 0.2.15",
11096]
11097
11098[[package]]
11099name = "rand_core"
11100version = "0.9.0"
11101source = "registry+https://github.com/rust-lang/crates.io-index"
11102checksum = "b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff"
11103dependencies = [
11104 "getrandom 0.3.1",
11105 "zerocopy 0.8.18",
11106]
11107
11108[[package]]
11109name = "rand_hc"
11110version = "0.2.0"
11111source = "registry+https://github.com/rust-lang/crates.io-index"
11112checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
11113dependencies = [
11114 "rand_core 0.5.1",
11115]
11116
11117[[package]]
11118name = "rangemap"
11119version = "1.5.1"
11120source = "registry+https://github.com/rust-lang/crates.io-index"
11121checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
11122
11123[[package]]
11124name = "rav1e"
11125version = "0.7.1"
11126source = "registry+https://github.com/rust-lang/crates.io-index"
11127checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
11128dependencies = [
11129 "arbitrary",
11130 "arg_enum_proc_macro",
11131 "arrayvec",
11132 "av1-grain",
11133 "bitstream-io",
11134 "built",
11135 "cfg-if",
11136 "interpolate_name",
11137 "itertools 0.12.1",
11138 "libc",
11139 "libfuzzer-sys",
11140 "log",
11141 "maybe-rayon",
11142 "new_debug_unreachable",
11143 "noop_proc_macro",
11144 "num-derive",
11145 "num-traits",
11146 "once_cell",
11147 "paste",
11148 "profiling",
11149 "rand 0.8.5",
11150 "rand_chacha 0.3.1",
11151 "simd_helpers",
11152 "system-deps",
11153 "thiserror 1.0.69",
11154 "v_frame",
11155 "wasm-bindgen",
11156]
11157
11158[[package]]
11159name = "ravif"
11160version = "0.11.11"
11161source = "registry+https://github.com/rust-lang/crates.io-index"
11162checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
11163dependencies = [
11164 "avif-serialize",
11165 "imgref",
11166 "loop9",
11167 "quick-error",
11168 "rav1e",
11169 "rayon",
11170 "rgb",
11171]
11172
11173[[package]]
11174name = "raw-window-handle"
11175version = "0.6.2"
11176source = "registry+https://github.com/rust-lang/crates.io-index"
11177checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
11178
11179[[package]]
11180name = "raw-window-metal"
11181version = "0.4.0"
11182source = "registry+https://github.com/rust-lang/crates.io-index"
11183checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
11184dependencies = [
11185 "cocoa 0.25.0",
11186 "core-graphics 0.23.2",
11187 "objc",
11188 "raw-window-handle",
11189]
11190
11191[[package]]
11192name = "rayon"
11193version = "1.10.0"
11194source = "registry+https://github.com/rust-lang/crates.io-index"
11195checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
11196dependencies = [
11197 "either",
11198 "rayon-core",
11199]
11200
11201[[package]]
11202name = "rayon-core"
11203version = "1.12.1"
11204source = "registry+https://github.com/rust-lang/crates.io-index"
11205checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
11206dependencies = [
11207 "crossbeam-deque",
11208 "crossbeam-utils",
11209]
11210
11211[[package]]
11212name = "read-fonts"
11213version = "0.25.3"
11214source = "registry+https://github.com/rust-lang/crates.io-index"
11215checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
11216dependencies = [
11217 "bytemuck",
11218 "font-types",
11219]
11220
11221[[package]]
11222name = "recent_projects"
11223version = "0.1.0"
11224dependencies = [
11225 "anyhow",
11226 "auto_update",
11227 "dap",
11228 "editor",
11229 "extension_host",
11230 "file_finder",
11231 "futures 0.3.31",
11232 "fuzzy",
11233 "gpui",
11234 "language",
11235 "log",
11236 "markdown",
11237 "menu",
11238 "ordered-float 2.10.1",
11239 "paths",
11240 "picker",
11241 "project",
11242 "release_channel",
11243 "remote",
11244 "schemars",
11245 "serde",
11246 "serde_json",
11247 "settings",
11248 "smol",
11249 "task",
11250 "telemetry",
11251 "theme",
11252 "ui",
11253 "util",
11254 "workspace",
11255 "zed_actions",
11256]
11257
11258[[package]]
11259name = "redox_syscall"
11260version = "0.2.16"
11261source = "registry+https://github.com/rust-lang/crates.io-index"
11262checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
11263dependencies = [
11264 "bitflags 1.3.2",
11265]
11266
11267[[package]]
11268name = "redox_syscall"
11269version = "0.5.8"
11270source = "registry+https://github.com/rust-lang/crates.io-index"
11271checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
11272dependencies = [
11273 "bitflags 2.8.0",
11274]
11275
11276[[package]]
11277name = "redox_users"
11278version = "0.4.6"
11279source = "registry+https://github.com/rust-lang/crates.io-index"
11280checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
11281dependencies = [
11282 "getrandom 0.2.15",
11283 "libredox",
11284 "thiserror 1.0.69",
11285]
11286
11287[[package]]
11288name = "refineable"
11289version = "0.1.0"
11290dependencies = [
11291 "derive_refineable",
11292]
11293
11294[[package]]
11295name = "regalloc2"
11296version = "0.11.1"
11297source = "registry+https://github.com/rust-lang/crates.io-index"
11298checksum = "145c1c267e14f20fb0f88aa76a1c5ffec42d592c1d28b3cd9148ae35916158d3"
11299dependencies = [
11300 "allocator-api2",
11301 "bumpalo",
11302 "hashbrown 0.15.2",
11303 "log",
11304 "rustc-hash 2.1.1",
11305 "smallvec",
11306]
11307
11308[[package]]
11309name = "regex"
11310version = "1.11.1"
11311source = "registry+https://github.com/rust-lang/crates.io-index"
11312checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
11313dependencies = [
11314 "aho-corasick",
11315 "memchr",
11316 "regex-automata 0.4.9",
11317 "regex-syntax 0.8.5",
11318]
11319
11320[[package]]
11321name = "regex-automata"
11322version = "0.1.10"
11323source = "registry+https://github.com/rust-lang/crates.io-index"
11324checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
11325dependencies = [
11326 "regex-syntax 0.6.29",
11327]
11328
11329[[package]]
11330name = "regex-automata"
11331version = "0.4.9"
11332source = "registry+https://github.com/rust-lang/crates.io-index"
11333checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
11334dependencies = [
11335 "aho-corasick",
11336 "memchr",
11337 "regex-syntax 0.8.5",
11338]
11339
11340[[package]]
11341name = "regex-lite"
11342version = "0.1.6"
11343source = "registry+https://github.com/rust-lang/crates.io-index"
11344checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
11345
11346[[package]]
11347name = "regex-syntax"
11348version = "0.6.29"
11349source = "registry+https://github.com/rust-lang/crates.io-index"
11350checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
11351
11352[[package]]
11353name = "regex-syntax"
11354version = "0.8.5"
11355source = "registry+https://github.com/rust-lang/crates.io-index"
11356checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
11357
11358[[package]]
11359name = "release_channel"
11360version = "0.1.0"
11361dependencies = [
11362 "gpui",
11363]
11364
11365[[package]]
11366name = "remote"
11367version = "0.1.0"
11368dependencies = [
11369 "anyhow",
11370 "askpass",
11371 "async-trait",
11372 "collections",
11373 "fs",
11374 "futures 0.3.31",
11375 "gpui",
11376 "itertools 0.14.0",
11377 "log",
11378 "parking_lot",
11379 "paths",
11380 "prost 0.9.0",
11381 "release_channel",
11382 "rpc",
11383 "schemars",
11384 "serde",
11385 "serde_json",
11386 "shlex",
11387 "smol",
11388 "tempfile",
11389 "thiserror 2.0.12",
11390 "urlencoding",
11391 "util",
11392]
11393
11394[[package]]
11395name = "remote_server"
11396version = "0.1.0"
11397dependencies = [
11398 "anyhow",
11399 "async-watch",
11400 "backtrace",
11401 "cargo_toml",
11402 "chrono",
11403 "clap",
11404 "client",
11405 "clock",
11406 "dap",
11407 "env_logger 0.11.7",
11408 "extension",
11409 "extension_host",
11410 "fork",
11411 "fs",
11412 "futures 0.3.31",
11413 "git",
11414 "git_hosting_providers",
11415 "gpui",
11416 "gpui_tokio",
11417 "http_client",
11418 "language",
11419 "language_extension",
11420 "languages",
11421 "libc",
11422 "log",
11423 "lsp",
11424 "node_runtime",
11425 "paths",
11426 "project",
11427 "proto",
11428 "release_channel",
11429 "remote",
11430 "reqwest_client",
11431 "rpc",
11432 "rust-embed",
11433 "serde",
11434 "serde_json",
11435 "settings",
11436 "shellexpand 2.1.2",
11437 "smol",
11438 "sysinfo",
11439 "telemetry_events",
11440 "toml 0.8.20",
11441 "unindent",
11442 "util",
11443 "worktree",
11444]
11445
11446[[package]]
11447name = "rend"
11448version = "0.4.2"
11449source = "registry+https://github.com/rust-lang/crates.io-index"
11450checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
11451dependencies = [
11452 "bytecheck",
11453]
11454
11455[[package]]
11456name = "repl"
11457version = "0.1.0"
11458dependencies = [
11459 "alacritty_terminal",
11460 "anyhow",
11461 "async-dispatcher",
11462 "async-tungstenite",
11463 "base64 0.22.1",
11464 "client",
11465 "collections",
11466 "command_palette_hooks",
11467 "editor",
11468 "env_logger 0.11.7",
11469 "feature_flags",
11470 "file_icons",
11471 "futures 0.3.31",
11472 "gpui",
11473 "http_client",
11474 "image",
11475 "indoc",
11476 "jupyter-protocol",
11477 "jupyter-websocket-client",
11478 "language",
11479 "languages",
11480 "log",
11481 "markdown_preview",
11482 "menu",
11483 "multi_buffer",
11484 "nbformat",
11485 "picker",
11486 "project",
11487 "runtimelib",
11488 "schemars",
11489 "serde",
11490 "serde_json",
11491 "settings",
11492 "smol",
11493 "telemetry",
11494 "terminal",
11495 "terminal_view",
11496 "theme",
11497 "tree-sitter-md",
11498 "tree-sitter-python",
11499 "tree-sitter-typescript",
11500 "ui",
11501 "util",
11502 "uuid",
11503 "workspace",
11504]
11505
11506[[package]]
11507name = "reqwest"
11508version = "0.11.27"
11509source = "registry+https://github.com/rust-lang/crates.io-index"
11510checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
11511dependencies = [
11512 "base64 0.21.7",
11513 "bytes 1.10.1",
11514 "encoding_rs",
11515 "futures-core",
11516 "futures-util",
11517 "h2 0.3.26",
11518 "http 0.2.12",
11519 "http-body 0.4.6",
11520 "hyper 0.14.32",
11521 "hyper-rustls 0.24.2",
11522 "hyper-tls",
11523 "ipnet",
11524 "js-sys",
11525 "log",
11526 "mime",
11527 "native-tls",
11528 "once_cell",
11529 "percent-encoding",
11530 "pin-project-lite",
11531 "rustls 0.21.12",
11532 "rustls-native-certs 0.6.3",
11533 "rustls-pemfile 1.0.4",
11534 "serde",
11535 "serde_json",
11536 "serde_urlencoded",
11537 "sync_wrapper 0.1.2",
11538 "system-configuration 0.5.1",
11539 "tokio",
11540 "tokio-native-tls",
11541 "tokio-rustls 0.24.1",
11542 "tower-service",
11543 "url",
11544 "wasm-bindgen",
11545 "wasm-bindgen-futures",
11546 "web-sys",
11547 "winreg 0.50.0",
11548]
11549
11550[[package]]
11551name = "reqwest"
11552version = "0.12.8"
11553source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
11554dependencies = [
11555 "base64 0.22.1",
11556 "bytes 1.10.1",
11557 "encoding_rs",
11558 "futures-core",
11559 "futures-util",
11560 "h2 0.4.7",
11561 "http 1.2.0",
11562 "http-body 1.0.1",
11563 "http-body-util",
11564 "hyper 1.5.1",
11565 "hyper-rustls 0.27.3",
11566 "hyper-util",
11567 "ipnet",
11568 "js-sys",
11569 "log",
11570 "mime",
11571 "once_cell",
11572 "percent-encoding",
11573 "pin-project-lite",
11574 "quinn",
11575 "rustls 0.23.25",
11576 "rustls-native-certs 0.8.1",
11577 "rustls-pemfile 2.2.0",
11578 "rustls-pki-types",
11579 "serde",
11580 "serde_json",
11581 "serde_urlencoded",
11582 "sync_wrapper 1.0.2",
11583 "system-configuration 0.6.1",
11584 "tokio",
11585 "tokio-rustls 0.26.1",
11586 "tokio-socks",
11587 "tokio-util",
11588 "tower-service",
11589 "url",
11590 "wasm-bindgen",
11591 "wasm-bindgen-futures",
11592 "wasm-streams",
11593 "web-sys",
11594 "windows-registry",
11595]
11596
11597[[package]]
11598name = "reqwest_client"
11599version = "0.1.0"
11600dependencies = [
11601 "anyhow",
11602 "bytes 1.10.1",
11603 "futures 0.3.31",
11604 "gpui",
11605 "http_client",
11606 "http_client_tls",
11607 "log",
11608 "regex",
11609 "reqwest 0.12.8",
11610 "serde",
11611 "smol",
11612 "tokio",
11613]
11614
11615[[package]]
11616name = "resvg"
11617version = "0.45.0"
11618source = "registry+https://github.com/rust-lang/crates.io-index"
11619checksum = "dd43d1c474e9dadf09a8fdf22d713ba668b499b5117b9b9079500224e26b5b29"
11620dependencies = [
11621 "log",
11622 "pico-args",
11623 "rgb",
11624 "svgtypes",
11625 "tiny-skia",
11626 "usvg",
11627]
11628
11629[[package]]
11630name = "rfc6979"
11631version = "0.3.1"
11632source = "registry+https://github.com/rust-lang/crates.io-index"
11633checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
11634dependencies = [
11635 "crypto-bigint 0.4.9",
11636 "hmac",
11637 "zeroize",
11638]
11639
11640[[package]]
11641name = "rgb"
11642version = "0.8.50"
11643source = "registry+https://github.com/rust-lang/crates.io-index"
11644checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
11645dependencies = [
11646 "bytemuck",
11647]
11648
11649[[package]]
11650name = "rich_text"
11651version = "0.1.0"
11652dependencies = [
11653 "futures 0.3.31",
11654 "gpui",
11655 "language",
11656 "linkify",
11657 "pulldown-cmark 0.12.2",
11658 "theme",
11659 "ui",
11660 "util",
11661]
11662
11663[[package]]
11664name = "ring"
11665version = "0.17.8"
11666source = "registry+https://github.com/rust-lang/crates.io-index"
11667checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
11668dependencies = [
11669 "cc",
11670 "cfg-if",
11671 "getrandom 0.2.15",
11672 "libc",
11673 "spin",
11674 "untrusted",
11675 "windows-sys 0.52.0",
11676]
11677
11678[[package]]
11679name = "rkyv"
11680version = "0.7.45"
11681source = "registry+https://github.com/rust-lang/crates.io-index"
11682checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
11683dependencies = [
11684 "bitvec",
11685 "bytecheck",
11686 "bytes 1.10.1",
11687 "hashbrown 0.12.3",
11688 "ptr_meta",
11689 "rend",
11690 "rkyv_derive",
11691 "seahash",
11692 "tinyvec",
11693 "uuid",
11694]
11695
11696[[package]]
11697name = "rkyv_derive"
11698version = "0.7.45"
11699source = "registry+https://github.com/rust-lang/crates.io-index"
11700checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
11701dependencies = [
11702 "proc-macro2",
11703 "quote",
11704 "syn 1.0.109",
11705]
11706
11707[[package]]
11708name = "rmp"
11709version = "0.8.14"
11710source = "registry+https://github.com/rust-lang/crates.io-index"
11711checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
11712dependencies = [
11713 "byteorder",
11714 "num-traits",
11715 "paste",
11716]
11717
11718[[package]]
11719name = "rmpv"
11720version = "1.3.0"
11721source = "registry+https://github.com/rust-lang/crates.io-index"
11722checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
11723dependencies = [
11724 "num-traits",
11725 "rmp",
11726]
11727
11728[[package]]
11729name = "rodio"
11730version = "0.20.1"
11731source = "registry+https://github.com/rust-lang/crates.io-index"
11732checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
11733dependencies = [
11734 "cpal",
11735 "hound",
11736]
11737
11738[[package]]
11739name = "rope"
11740version = "0.1.0"
11741dependencies = [
11742 "arrayvec",
11743 "criterion",
11744 "ctor",
11745 "env_logger 0.11.7",
11746 "gpui",
11747 "log",
11748 "rand 0.8.5",
11749 "rayon",
11750 "smallvec",
11751 "sum_tree",
11752 "unicode-segmentation",
11753 "util",
11754]
11755
11756[[package]]
11757name = "roxmltree"
11758version = "0.20.0"
11759source = "registry+https://github.com/rust-lang/crates.io-index"
11760checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
11761
11762[[package]]
11763name = "rpc"
11764version = "0.1.0"
11765dependencies = [
11766 "anyhow",
11767 "async-tungstenite",
11768 "base64 0.22.1",
11769 "chrono",
11770 "collections",
11771 "env_logger 0.11.7",
11772 "futures 0.3.31",
11773 "gpui",
11774 "parking_lot",
11775 "proto",
11776 "rand 0.8.5",
11777 "rsa",
11778 "serde",
11779 "serde_json",
11780 "sha2",
11781 "strum",
11782 "tracing",
11783 "util",
11784 "zstd",
11785]
11786
11787[[package]]
11788name = "rsa"
11789version = "0.9.8"
11790source = "registry+https://github.com/rust-lang/crates.io-index"
11791checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
11792dependencies = [
11793 "const-oid",
11794 "digest",
11795 "num-bigint-dig",
11796 "num-integer",
11797 "num-traits",
11798 "pkcs1",
11799 "pkcs8 0.10.2",
11800 "rand_core 0.6.4",
11801 "signature 2.2.0",
11802 "spki 0.7.3",
11803 "subtle",
11804 "zeroize",
11805]
11806
11807[[package]]
11808name = "runtimelib"
11809version = "0.25.0"
11810source = "registry+https://github.com/rust-lang/crates.io-index"
11811checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
11812dependencies = [
11813 "anyhow",
11814 "async-dispatcher",
11815 "async-std",
11816 "base64 0.22.1",
11817 "bytes 1.10.1",
11818 "chrono",
11819 "data-encoding",
11820 "dirs 5.0.1",
11821 "futures 0.3.31",
11822 "glob",
11823 "jupyter-protocol",
11824 "ring",
11825 "serde",
11826 "serde_json",
11827 "shellexpand 3.1.0",
11828 "smol",
11829 "uuid",
11830 "zeromq",
11831]
11832
11833[[package]]
11834name = "rust-embed"
11835version = "8.5.0"
11836source = "registry+https://github.com/rust-lang/crates.io-index"
11837checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
11838dependencies = [
11839 "rust-embed-impl",
11840 "rust-embed-utils",
11841 "walkdir",
11842]
11843
11844[[package]]
11845name = "rust-embed-impl"
11846version = "8.5.0"
11847source = "registry+https://github.com/rust-lang/crates.io-index"
11848checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
11849dependencies = [
11850 "proc-macro2",
11851 "quote",
11852 "rust-embed-utils",
11853 "syn 2.0.100",
11854 "walkdir",
11855]
11856
11857[[package]]
11858name = "rust-embed-utils"
11859version = "8.5.0"
11860source = "registry+https://github.com/rust-lang/crates.io-index"
11861checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
11862dependencies = [
11863 "globset",
11864 "sha2",
11865 "walkdir",
11866]
11867
11868[[package]]
11869name = "rust_decimal"
11870version = "1.36.0"
11871source = "registry+https://github.com/rust-lang/crates.io-index"
11872checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
11873dependencies = [
11874 "arrayvec",
11875 "borsh",
11876 "bytes 1.10.1",
11877 "num-traits",
11878 "rand 0.8.5",
11879 "rkyv",
11880 "serde",
11881 "serde_json",
11882]
11883
11884[[package]]
11885name = "rustc-demangle"
11886version = "0.1.24"
11887source = "registry+https://github.com/rust-lang/crates.io-index"
11888checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11889
11890[[package]]
11891name = "rustc-hash"
11892version = "1.1.0"
11893source = "registry+https://github.com/rust-lang/crates.io-index"
11894checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11895
11896[[package]]
11897name = "rustc-hash"
11898version = "2.1.1"
11899source = "registry+https://github.com/rust-lang/crates.io-index"
11900checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
11901
11902[[package]]
11903name = "rustc_version"
11904version = "0.4.1"
11905source = "registry+https://github.com/rust-lang/crates.io-index"
11906checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11907dependencies = [
11908 "semver",
11909]
11910
11911[[package]]
11912name = "rustix"
11913version = "0.38.42"
11914source = "registry+https://github.com/rust-lang/crates.io-index"
11915checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11916dependencies = [
11917 "bitflags 2.8.0",
11918 "errno 0.3.10",
11919 "itoa",
11920 "libc",
11921 "linux-raw-sys",
11922 "once_cell",
11923 "windows-sys 0.52.0",
11924]
11925
11926[[package]]
11927name = "rustix-openpty"
11928version = "0.1.1"
11929source = "registry+https://github.com/rust-lang/crates.io-index"
11930checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11931dependencies = [
11932 "errno 0.3.10",
11933 "libc",
11934 "rustix",
11935]
11936
11937[[package]]
11938name = "rustls"
11939version = "0.21.12"
11940source = "registry+https://github.com/rust-lang/crates.io-index"
11941checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11942dependencies = [
11943 "log",
11944 "ring",
11945 "rustls-webpki 0.101.7",
11946 "sct",
11947]
11948
11949[[package]]
11950name = "rustls"
11951version = "0.23.25"
11952source = "registry+https://github.com/rust-lang/crates.io-index"
11953checksum = "822ee9188ac4ec04a2f0531e55d035fb2de73f18b41a63c70c2712503b6fb13c"
11954dependencies = [
11955 "aws-lc-rs",
11956 "log",
11957 "once_cell",
11958 "ring",
11959 "rustls-pki-types",
11960 "rustls-webpki 0.103.0",
11961 "subtle",
11962 "zeroize",
11963]
11964
11965[[package]]
11966name = "rustls-native-certs"
11967version = "0.6.3"
11968source = "registry+https://github.com/rust-lang/crates.io-index"
11969checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11970dependencies = [
11971 "openssl-probe",
11972 "rustls-pemfile 1.0.4",
11973 "schannel",
11974 "security-framework 2.11.1",
11975]
11976
11977[[package]]
11978name = "rustls-native-certs"
11979version = "0.8.1"
11980source = "registry+https://github.com/rust-lang/crates.io-index"
11981checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11982dependencies = [
11983 "openssl-probe",
11984 "rustls-pki-types",
11985 "schannel",
11986 "security-framework 3.0.1",
11987]
11988
11989[[package]]
11990name = "rustls-pemfile"
11991version = "1.0.4"
11992source = "registry+https://github.com/rust-lang/crates.io-index"
11993checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11994dependencies = [
11995 "base64 0.21.7",
11996]
11997
11998[[package]]
11999name = "rustls-pemfile"
12000version = "2.2.0"
12001source = "registry+https://github.com/rust-lang/crates.io-index"
12002checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
12003dependencies = [
12004 "rustls-pki-types",
12005]
12006
12007[[package]]
12008name = "rustls-pki-types"
12009version = "1.11.0"
12010source = "registry+https://github.com/rust-lang/crates.io-index"
12011checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
12012dependencies = [
12013 "web-time",
12014]
12015
12016[[package]]
12017name = "rustls-platform-verifier"
12018version = "0.5.1"
12019source = "registry+https://github.com/rust-lang/crates.io-index"
12020checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
12021dependencies = [
12022 "core-foundation 0.10.0",
12023 "core-foundation-sys",
12024 "jni",
12025 "log",
12026 "once_cell",
12027 "rustls 0.23.25",
12028 "rustls-native-certs 0.8.1",
12029 "rustls-platform-verifier-android",
12030 "rustls-webpki 0.103.0",
12031 "security-framework 3.0.1",
12032 "security-framework-sys",
12033 "webpki-root-certs",
12034 "windows-sys 0.52.0",
12035]
12036
12037[[package]]
12038name = "rustls-platform-verifier-android"
12039version = "0.1.1"
12040source = "registry+https://github.com/rust-lang/crates.io-index"
12041checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
12042
12043[[package]]
12044name = "rustls-webpki"
12045version = "0.101.7"
12046source = "registry+https://github.com/rust-lang/crates.io-index"
12047checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
12048dependencies = [
12049 "ring",
12050 "untrusted",
12051]
12052
12053[[package]]
12054name = "rustls-webpki"
12055version = "0.103.0"
12056source = "registry+https://github.com/rust-lang/crates.io-index"
12057checksum = "0aa4eeac2588ffff23e9d7a7e9b3f971c5fb5b7ebc9452745e0c232c64f83b2f"
12058dependencies = [
12059 "aws-lc-rs",
12060 "ring",
12061 "rustls-pki-types",
12062 "untrusted",
12063]
12064
12065[[package]]
12066name = "rustversion"
12067version = "1.0.18"
12068source = "registry+https://github.com/rust-lang/crates.io-index"
12069checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
12070
12071[[package]]
12072name = "rustybuzz"
12073version = "0.14.1"
12074source = "registry+https://github.com/rust-lang/crates.io-index"
12075checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
12076dependencies = [
12077 "bitflags 2.8.0",
12078 "bytemuck",
12079 "libm",
12080 "smallvec",
12081 "ttf-parser 0.21.1",
12082 "unicode-bidi-mirroring 0.2.0",
12083 "unicode-ccc 0.2.0",
12084 "unicode-properties",
12085 "unicode-script",
12086]
12087
12088[[package]]
12089name = "rustybuzz"
12090version = "0.20.1"
12091source = "registry+https://github.com/rust-lang/crates.io-index"
12092checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
12093dependencies = [
12094 "bitflags 2.8.0",
12095 "bytemuck",
12096 "core_maths",
12097 "log",
12098 "smallvec",
12099 "ttf-parser 0.25.1",
12100 "unicode-bidi-mirroring 0.4.0",
12101 "unicode-ccc 0.4.0",
12102 "unicode-properties",
12103 "unicode-script",
12104]
12105
12106[[package]]
12107name = "ryu"
12108version = "1.0.18"
12109source = "registry+https://github.com/rust-lang/crates.io-index"
12110checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
12111
12112[[package]]
12113name = "salsa20"
12114version = "0.10.2"
12115source = "registry+https://github.com/rust-lang/crates.io-index"
12116checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
12117dependencies = [
12118 "cipher",
12119]
12120
12121[[package]]
12122name = "same-file"
12123version = "1.0.6"
12124source = "registry+https://github.com/rust-lang/crates.io-index"
12125checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
12126dependencies = [
12127 "winapi-util",
12128]
12129
12130[[package]]
12131name = "schannel"
12132version = "0.1.27"
12133source = "registry+https://github.com/rust-lang/crates.io-index"
12134checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
12135dependencies = [
12136 "windows-sys 0.59.0",
12137]
12138
12139[[package]]
12140name = "schema_generator"
12141version = "0.1.0"
12142dependencies = [
12143 "anyhow",
12144 "clap",
12145 "env_logger 0.11.7",
12146 "schemars",
12147 "serde",
12148 "serde_json",
12149 "theme",
12150]
12151
12152[[package]]
12153name = "schemars"
12154version = "0.8.22"
12155source = "registry+https://github.com/rust-lang/crates.io-index"
12156checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
12157dependencies = [
12158 "dyn-clone",
12159 "indexmap",
12160 "schemars_derive",
12161 "serde",
12162 "serde_json",
12163]
12164
12165[[package]]
12166name = "schemars_derive"
12167version = "0.8.22"
12168source = "registry+https://github.com/rust-lang/crates.io-index"
12169checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
12170dependencies = [
12171 "proc-macro2",
12172 "quote",
12173 "serde_derive_internals",
12174 "syn 2.0.100",
12175]
12176
12177[[package]]
12178name = "scoped-tls"
12179version = "1.0.1"
12180source = "registry+https://github.com/rust-lang/crates.io-index"
12181checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
12182
12183[[package]]
12184name = "scopeguard"
12185version = "1.2.0"
12186source = "registry+https://github.com/rust-lang/crates.io-index"
12187checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
12188
12189[[package]]
12190name = "scratch"
12191version = "1.0.8"
12192source = "registry+https://github.com/rust-lang/crates.io-index"
12193checksum = "9f6280af86e5f559536da57a45ebc84948833b3bee313a7dd25232e09c878a52"
12194
12195[[package]]
12196name = "scrypt"
12197version = "0.11.0"
12198source = "registry+https://github.com/rust-lang/crates.io-index"
12199checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
12200dependencies = [
12201 "password-hash 0.5.0",
12202 "pbkdf2 0.12.2",
12203 "salsa20",
12204 "sha2",
12205]
12206
12207[[package]]
12208name = "sct"
12209version = "0.7.1"
12210source = "registry+https://github.com/rust-lang/crates.io-index"
12211checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
12212dependencies = [
12213 "ring",
12214 "untrusted",
12215]
12216
12217[[package]]
12218name = "sea-bae"
12219version = "0.2.1"
12220source = "registry+https://github.com/rust-lang/crates.io-index"
12221checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
12222dependencies = [
12223 "heck 0.4.1",
12224 "proc-macro-error2",
12225 "proc-macro2",
12226 "quote",
12227 "syn 2.0.100",
12228]
12229
12230[[package]]
12231name = "sea-orm"
12232version = "1.1.7"
12233source = "registry+https://github.com/rust-lang/crates.io-index"
12234checksum = "3417812d38049e8ec3d588c03570f8c60de811d2453fb48e424045a1600ffd86"
12235dependencies = [
12236 "async-stream",
12237 "async-trait",
12238 "bigdecimal",
12239 "chrono",
12240 "futures-util",
12241 "log",
12242 "ouroboros",
12243 "pgvector",
12244 "rust_decimal",
12245 "sea-orm-macros",
12246 "sea-query",
12247 "sea-query-binder",
12248 "serde",
12249 "serde_json",
12250 "sqlx",
12251 "strum",
12252 "thiserror 1.0.69",
12253 "time",
12254 "tracing",
12255 "url",
12256 "uuid",
12257]
12258
12259[[package]]
12260name = "sea-orm-macros"
12261version = "1.1.7"
12262source = "registry+https://github.com/rust-lang/crates.io-index"
12263checksum = "d705ba84e1c74c8ac27784e4ac6f21584058c1dc0cadb9d39b43e109fcf8139c"
12264dependencies = [
12265 "heck 0.4.1",
12266 "proc-macro2",
12267 "quote",
12268 "sea-bae",
12269 "syn 2.0.100",
12270 "unicode-ident",
12271]
12272
12273[[package]]
12274name = "sea-query"
12275version = "0.32.1"
12276source = "registry+https://github.com/rust-lang/crates.io-index"
12277checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
12278dependencies = [
12279 "bigdecimal",
12280 "chrono",
12281 "inherent",
12282 "ordered-float 3.9.2",
12283 "rust_decimal",
12284 "serde_json",
12285 "time",
12286 "uuid",
12287]
12288
12289[[package]]
12290name = "sea-query-binder"
12291version = "0.7.0"
12292source = "registry+https://github.com/rust-lang/crates.io-index"
12293checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
12294dependencies = [
12295 "bigdecimal",
12296 "chrono",
12297 "rust_decimal",
12298 "sea-query",
12299 "serde_json",
12300 "sqlx",
12301 "time",
12302 "uuid",
12303]
12304
12305[[package]]
12306name = "seahash"
12307version = "4.1.0"
12308source = "registry+https://github.com/rust-lang/crates.io-index"
12309checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
12310
12311[[package]]
12312name = "search"
12313version = "0.1.0"
12314dependencies = [
12315 "any_vec",
12316 "anyhow",
12317 "bitflags 2.8.0",
12318 "client",
12319 "collections",
12320 "editor",
12321 "futures 0.3.31",
12322 "gpui",
12323 "language",
12324 "menu",
12325 "project",
12326 "schemars",
12327 "serde",
12328 "serde_json",
12329 "settings",
12330 "smol",
12331 "theme",
12332 "ui",
12333 "unindent",
12334 "util",
12335 "workspace",
12336 "zed_actions",
12337]
12338
12339[[package]]
12340name = "sec1"
12341version = "0.3.0"
12342source = "registry+https://github.com/rust-lang/crates.io-index"
12343checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
12344dependencies = [
12345 "base16ct",
12346 "der 0.6.1",
12347 "generic-array",
12348 "pkcs8 0.9.0",
12349 "subtle",
12350 "zeroize",
12351]
12352
12353[[package]]
12354name = "security-framework"
12355version = "2.11.1"
12356source = "registry+https://github.com/rust-lang/crates.io-index"
12357checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
12358dependencies = [
12359 "bitflags 2.8.0",
12360 "core-foundation 0.9.4",
12361 "core-foundation-sys",
12362 "libc",
12363 "security-framework-sys",
12364]
12365
12366[[package]]
12367name = "security-framework"
12368version = "3.0.1"
12369source = "registry+https://github.com/rust-lang/crates.io-index"
12370checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
12371dependencies = [
12372 "bitflags 2.8.0",
12373 "core-foundation 0.10.0",
12374 "core-foundation-sys",
12375 "libc",
12376 "security-framework-sys",
12377]
12378
12379[[package]]
12380name = "security-framework-sys"
12381version = "2.12.1"
12382source = "registry+https://github.com/rust-lang/crates.io-index"
12383checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
12384dependencies = [
12385 "core-foundation-sys",
12386 "libc",
12387]
12388
12389[[package]]
12390name = "self_cell"
12391version = "1.1.0"
12392source = "registry+https://github.com/rust-lang/crates.io-index"
12393checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
12394
12395[[package]]
12396name = "semantic_index"
12397version = "0.1.0"
12398dependencies = [
12399 "anyhow",
12400 "arrayvec",
12401 "blake3",
12402 "client",
12403 "clock",
12404 "collections",
12405 "env_logger 0.11.7",
12406 "feature_flags",
12407 "fs",
12408 "futures 0.3.31",
12409 "futures-batch",
12410 "gpui",
12411 "heed",
12412 "http_client",
12413 "language",
12414 "language_model",
12415 "languages",
12416 "log",
12417 "open_ai",
12418 "parking_lot",
12419 "project",
12420 "reqwest_client",
12421 "serde",
12422 "serde_json",
12423 "settings",
12424 "sha2",
12425 "smol",
12426 "streaming-iterator",
12427 "tempfile",
12428 "theme",
12429 "tree-sitter",
12430 "ui",
12431 "unindent",
12432 "util",
12433 "workspace",
12434 "worktree",
12435]
12436
12437[[package]]
12438name = "semantic_version"
12439version = "0.1.0"
12440dependencies = [
12441 "anyhow",
12442 "serde",
12443]
12444
12445[[package]]
12446name = "semver"
12447version = "1.0.26"
12448source = "registry+https://github.com/rust-lang/crates.io-index"
12449checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
12450dependencies = [
12451 "serde",
12452]
12453
12454[[package]]
12455name = "serde"
12456version = "1.0.219"
12457source = "registry+https://github.com/rust-lang/crates.io-index"
12458checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
12459dependencies = [
12460 "serde_derive",
12461]
12462
12463[[package]]
12464name = "serde_derive"
12465version = "1.0.219"
12466source = "registry+https://github.com/rust-lang/crates.io-index"
12467checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
12468dependencies = [
12469 "proc-macro2",
12470 "quote",
12471 "syn 2.0.100",
12472]
12473
12474[[package]]
12475name = "serde_derive_internals"
12476version = "0.29.1"
12477source = "registry+https://github.com/rust-lang/crates.io-index"
12478checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
12479dependencies = [
12480 "proc-macro2",
12481 "quote",
12482 "syn 2.0.100",
12483]
12484
12485[[package]]
12486name = "serde_fmt"
12487version = "1.0.3"
12488source = "registry+https://github.com/rust-lang/crates.io-index"
12489checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
12490dependencies = [
12491 "serde",
12492]
12493
12494[[package]]
12495name = "serde_json"
12496version = "1.0.140"
12497source = "registry+https://github.com/rust-lang/crates.io-index"
12498checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
12499dependencies = [
12500 "indexmap",
12501 "itoa",
12502 "memchr",
12503 "ryu",
12504 "serde",
12505]
12506
12507[[package]]
12508name = "serde_json_lenient"
12509version = "0.2.4"
12510source = "registry+https://github.com/rust-lang/crates.io-index"
12511checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
12512dependencies = [
12513 "indexmap",
12514 "itoa",
12515 "memchr",
12516 "ryu",
12517 "serde",
12518]
12519
12520[[package]]
12521name = "serde_path_to_error"
12522version = "0.1.16"
12523source = "registry+https://github.com/rust-lang/crates.io-index"
12524checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
12525dependencies = [
12526 "itoa",
12527 "serde",
12528]
12529
12530[[package]]
12531name = "serde_qs"
12532version = "0.8.5"
12533source = "registry+https://github.com/rust-lang/crates.io-index"
12534checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
12535dependencies = [
12536 "percent-encoding",
12537 "serde",
12538 "thiserror 1.0.69",
12539]
12540
12541[[package]]
12542name = "serde_qs"
12543version = "0.10.1"
12544source = "registry+https://github.com/rust-lang/crates.io-index"
12545checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
12546dependencies = [
12547 "percent-encoding",
12548 "serde",
12549 "thiserror 1.0.69",
12550]
12551
12552[[package]]
12553name = "serde_repr"
12554version = "0.1.20"
12555source = "registry+https://github.com/rust-lang/crates.io-index"
12556checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
12557dependencies = [
12558 "proc-macro2",
12559 "quote",
12560 "syn 2.0.100",
12561]
12562
12563[[package]]
12564name = "serde_spanned"
12565version = "0.6.8"
12566source = "registry+https://github.com/rust-lang/crates.io-index"
12567checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
12568dependencies = [
12569 "serde",
12570]
12571
12572[[package]]
12573name = "serde_urlencoded"
12574version = "0.7.1"
12575source = "registry+https://github.com/rust-lang/crates.io-index"
12576checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
12577dependencies = [
12578 "form_urlencoded",
12579 "itoa",
12580 "ryu",
12581 "serde",
12582]
12583
12584[[package]]
12585name = "session"
12586version = "0.1.0"
12587dependencies = [
12588 "db",
12589 "gpui",
12590 "serde_json",
12591 "util",
12592 "uuid",
12593]
12594
12595[[package]]
12596name = "settings"
12597version = "0.1.0"
12598dependencies = [
12599 "anyhow",
12600 "collections",
12601 "ec4rs",
12602 "fs",
12603 "futures 0.3.31",
12604 "gpui",
12605 "indoc",
12606 "inventory",
12607 "log",
12608 "paths",
12609 "pretty_assertions",
12610 "release_channel",
12611 "rust-embed",
12612 "schemars",
12613 "serde",
12614 "serde_derive",
12615 "serde_json",
12616 "serde_json_lenient",
12617 "smallvec",
12618 "streaming-iterator",
12619 "tree-sitter",
12620 "tree-sitter-json",
12621 "unindent",
12622 "util",
12623]
12624
12625[[package]]
12626name = "settings_ui"
12627version = "0.1.0"
12628dependencies = [
12629 "command_palette_hooks",
12630 "editor",
12631 "feature_flags",
12632 "gpui",
12633 "settings",
12634 "theme",
12635 "ui",
12636 "workspace",
12637]
12638
12639[[package]]
12640name = "sha1"
12641version = "0.10.6"
12642source = "registry+https://github.com/rust-lang/crates.io-index"
12643checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
12644dependencies = [
12645 "cfg-if",
12646 "cpufeatures",
12647 "digest",
12648]
12649
12650[[package]]
12651name = "sha1_smol"
12652version = "1.0.1"
12653source = "registry+https://github.com/rust-lang/crates.io-index"
12654checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
12655
12656[[package]]
12657name = "sha2"
12658version = "0.10.8"
12659source = "registry+https://github.com/rust-lang/crates.io-index"
12660checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
12661dependencies = [
12662 "cfg-if",
12663 "cpufeatures",
12664 "digest",
12665]
12666
12667[[package]]
12668name = "sharded-slab"
12669version = "0.1.7"
12670source = "registry+https://github.com/rust-lang/crates.io-index"
12671checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
12672dependencies = [
12673 "lazy_static",
12674]
12675
12676[[package]]
12677name = "shell-words"
12678version = "1.1.0"
12679source = "registry+https://github.com/rust-lang/crates.io-index"
12680checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
12681
12682[[package]]
12683name = "shellexpand"
12684version = "2.1.2"
12685source = "registry+https://github.com/rust-lang/crates.io-index"
12686checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
12687dependencies = [
12688 "dirs 4.0.0",
12689]
12690
12691[[package]]
12692name = "shellexpand"
12693version = "3.1.0"
12694source = "registry+https://github.com/rust-lang/crates.io-index"
12695checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
12696dependencies = [
12697 "dirs 5.0.1",
12698]
12699
12700[[package]]
12701name = "shlex"
12702version = "1.3.0"
12703source = "registry+https://github.com/rust-lang/crates.io-index"
12704checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
12705
12706[[package]]
12707name = "signal-hook"
12708version = "0.3.17"
12709source = "registry+https://github.com/rust-lang/crates.io-index"
12710checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
12711dependencies = [
12712 "libc",
12713 "signal-hook-registry",
12714]
12715
12716[[package]]
12717name = "signal-hook-registry"
12718version = "1.4.2"
12719source = "registry+https://github.com/rust-lang/crates.io-index"
12720checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
12721dependencies = [
12722 "libc",
12723]
12724
12725[[package]]
12726name = "signature"
12727version = "1.6.4"
12728source = "registry+https://github.com/rust-lang/crates.io-index"
12729checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
12730dependencies = [
12731 "digest",
12732 "rand_core 0.6.4",
12733]
12734
12735[[package]]
12736name = "signature"
12737version = "2.2.0"
12738source = "registry+https://github.com/rust-lang/crates.io-index"
12739checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
12740dependencies = [
12741 "digest",
12742 "rand_core 0.6.4",
12743]
12744
12745[[package]]
12746name = "simd-adler32"
12747version = "0.3.7"
12748source = "registry+https://github.com/rust-lang/crates.io-index"
12749checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
12750
12751[[package]]
12752name = "simd_helpers"
12753version = "0.1.0"
12754source = "registry+https://github.com/rust-lang/crates.io-index"
12755checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
12756dependencies = [
12757 "quote",
12758]
12759
12760[[package]]
12761name = "simdutf8"
12762version = "0.1.5"
12763source = "registry+https://github.com/rust-lang/crates.io-index"
12764checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
12765
12766[[package]]
12767name = "simple_asn1"
12768version = "0.6.2"
12769source = "registry+https://github.com/rust-lang/crates.io-index"
12770checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
12771dependencies = [
12772 "num-bigint",
12773 "num-traits",
12774 "thiserror 1.0.69",
12775 "time",
12776]
12777
12778[[package]]
12779name = "simplecss"
12780version = "0.2.1"
12781source = "registry+https://github.com/rust-lang/crates.io-index"
12782checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
12783dependencies = [
12784 "log",
12785]
12786
12787[[package]]
12788name = "simplelog"
12789version = "0.12.2"
12790source = "registry+https://github.com/rust-lang/crates.io-index"
12791checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
12792dependencies = [
12793 "log",
12794 "termcolor",
12795 "time",
12796]
12797
12798[[package]]
12799name = "siphasher"
12800version = "0.3.11"
12801source = "registry+https://github.com/rust-lang/crates.io-index"
12802checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
12803
12804[[package]]
12805name = "siphasher"
12806version = "1.0.1"
12807source = "registry+https://github.com/rust-lang/crates.io-index"
12808checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
12809
12810[[package]]
12811name = "skrifa"
12812version = "0.26.6"
12813source = "registry+https://github.com/rust-lang/crates.io-index"
12814checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
12815dependencies = [
12816 "bytemuck",
12817 "read-fonts",
12818]
12819
12820[[package]]
12821name = "slab"
12822version = "0.4.9"
12823source = "registry+https://github.com/rust-lang/crates.io-index"
12824checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
12825dependencies = [
12826 "autocfg",
12827]
12828
12829[[package]]
12830name = "slash_commands_example"
12831version = "0.1.0"
12832dependencies = [
12833 "zed_extension_api 0.1.0",
12834]
12835
12836[[package]]
12837name = "slotmap"
12838version = "1.0.7"
12839source = "registry+https://github.com/rust-lang/crates.io-index"
12840checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
12841dependencies = [
12842 "version_check",
12843]
12844
12845[[package]]
12846name = "smallvec"
12847version = "1.14.0"
12848source = "registry+https://github.com/rust-lang/crates.io-index"
12849checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
12850dependencies = [
12851 "serde",
12852]
12853
12854[[package]]
12855name = "smart-default"
12856version = "0.6.0"
12857source = "registry+https://github.com/rust-lang/crates.io-index"
12858checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
12859dependencies = [
12860 "proc-macro2",
12861 "quote",
12862 "syn 1.0.109",
12863]
12864
12865[[package]]
12866name = "smol"
12867version = "2.0.2"
12868source = "registry+https://github.com/rust-lang/crates.io-index"
12869checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
12870dependencies = [
12871 "async-channel 2.3.1",
12872 "async-executor",
12873 "async-fs",
12874 "async-io",
12875 "async-lock",
12876 "async-net",
12877 "async-process",
12878 "blocking",
12879 "futures-lite 2.6.0",
12880]
12881
12882[[package]]
12883name = "smol_str"
12884version = "0.1.24"
12885source = "registry+https://github.com/rust-lang/crates.io-index"
12886checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
12887dependencies = [
12888 "serde",
12889]
12890
12891[[package]]
12892name = "smol_str"
12893version = "0.2.2"
12894source = "registry+https://github.com/rust-lang/crates.io-index"
12895checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
12896
12897[[package]]
12898name = "snippet"
12899version = "0.1.0"
12900dependencies = [
12901 "anyhow",
12902 "smallvec",
12903]
12904
12905[[package]]
12906name = "snippet_provider"
12907version = "0.1.0"
12908dependencies = [
12909 "anyhow",
12910 "collections",
12911 "extension",
12912 "fs",
12913 "futures 0.3.31",
12914 "gpui",
12915 "parking_lot",
12916 "paths",
12917 "schemars",
12918 "serde",
12919 "serde_json_lenient",
12920 "snippet",
12921 "util",
12922]
12923
12924[[package]]
12925name = "snippets_ui"
12926version = "0.1.0"
12927dependencies = [
12928 "fuzzy",
12929 "gpui",
12930 "language",
12931 "paths",
12932 "picker",
12933 "ui",
12934 "util",
12935 "workspace",
12936]
12937
12938[[package]]
12939name = "socket2"
12940version = "0.5.8"
12941source = "registry+https://github.com/rust-lang/crates.io-index"
12942checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12943dependencies = [
12944 "libc",
12945 "windows-sys 0.52.0",
12946]
12947
12948[[package]]
12949name = "spdx"
12950version = "0.10.7"
12951source = "registry+https://github.com/rust-lang/crates.io-index"
12952checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12953dependencies = [
12954 "smallvec",
12955]
12956
12957[[package]]
12958name = "spin"
12959version = "0.9.8"
12960source = "registry+https://github.com/rust-lang/crates.io-index"
12961checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
12962dependencies = [
12963 "lock_api",
12964]
12965
12966[[package]]
12967name = "spirv"
12968version = "0.3.0+sdk-1.3.268.0"
12969source = "registry+https://github.com/rust-lang/crates.io-index"
12970checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
12971dependencies = [
12972 "bitflags 2.8.0",
12973]
12974
12975[[package]]
12976name = "spki"
12977version = "0.6.0"
12978source = "registry+https://github.com/rust-lang/crates.io-index"
12979checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
12980dependencies = [
12981 "base64ct",
12982 "der 0.6.1",
12983]
12984
12985[[package]]
12986name = "spki"
12987version = "0.7.3"
12988source = "registry+https://github.com/rust-lang/crates.io-index"
12989checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
12990dependencies = [
12991 "base64ct",
12992 "der 0.7.9",
12993]
12994
12995[[package]]
12996name = "sptr"
12997version = "0.3.2"
12998source = "registry+https://github.com/rust-lang/crates.io-index"
12999checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
13000
13001[[package]]
13002name = "sqlez"
13003version = "0.1.0"
13004dependencies = [
13005 "anyhow",
13006 "collections",
13007 "futures 0.3.31",
13008 "indoc",
13009 "libsqlite3-sys",
13010 "parking_lot",
13011 "smol",
13012 "sqlformat",
13013 "thread_local",
13014 "util",
13015 "uuid",
13016]
13017
13018[[package]]
13019name = "sqlez_macros"
13020version = "0.1.0"
13021dependencies = [
13022 "sqlez",
13023 "sqlformat",
13024 "syn 1.0.109",
13025]
13026
13027[[package]]
13028name = "sqlformat"
13029version = "0.2.6"
13030source = "registry+https://github.com/rust-lang/crates.io-index"
13031checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
13032dependencies = [
13033 "nom",
13034 "unicode_categories",
13035]
13036
13037[[package]]
13038name = "sqlx"
13039version = "0.8.3"
13040source = "registry+https://github.com/rust-lang/crates.io-index"
13041checksum = "4410e73b3c0d8442c5f99b425d7a435b5ee0ae4167b3196771dd3f7a01be745f"
13042dependencies = [
13043 "sqlx-core",
13044 "sqlx-macros",
13045 "sqlx-mysql",
13046 "sqlx-postgres",
13047 "sqlx-sqlite",
13048]
13049
13050[[package]]
13051name = "sqlx-core"
13052version = "0.8.3"
13053source = "registry+https://github.com/rust-lang/crates.io-index"
13054checksum = "6a007b6936676aa9ab40207cde35daab0a04b823be8ae004368c0793b96a61e0"
13055dependencies = [
13056 "bigdecimal",
13057 "bytes 1.10.1",
13058 "chrono",
13059 "crc",
13060 "crossbeam-queue",
13061 "either",
13062 "event-listener 5.3.1",
13063 "futures-core",
13064 "futures-intrusive",
13065 "futures-io",
13066 "futures-util",
13067 "hashbrown 0.15.2",
13068 "hashlink 0.10.0",
13069 "indexmap",
13070 "log",
13071 "memchr",
13072 "once_cell",
13073 "percent-encoding",
13074 "rust_decimal",
13075 "rustls 0.23.25",
13076 "rustls-pemfile 2.2.0",
13077 "serde",
13078 "serde_json",
13079 "sha2",
13080 "smallvec",
13081 "thiserror 2.0.12",
13082 "time",
13083 "tokio",
13084 "tokio-stream",
13085 "tracing",
13086 "url",
13087 "uuid",
13088 "webpki-roots",
13089]
13090
13091[[package]]
13092name = "sqlx-macros"
13093version = "0.8.3"
13094source = "registry+https://github.com/rust-lang/crates.io-index"
13095checksum = "3112e2ad78643fef903618d78cf0aec1cb3134b019730edb039b69eaf531f310"
13096dependencies = [
13097 "proc-macro2",
13098 "quote",
13099 "sqlx-core",
13100 "sqlx-macros-core",
13101 "syn 2.0.100",
13102]
13103
13104[[package]]
13105name = "sqlx-macros-core"
13106version = "0.8.3"
13107source = "registry+https://github.com/rust-lang/crates.io-index"
13108checksum = "4e9f90acc5ab146a99bf5061a7eb4976b573f560bc898ef3bf8435448dd5e7ad"
13109dependencies = [
13110 "dotenvy",
13111 "either",
13112 "heck 0.5.0",
13113 "hex",
13114 "once_cell",
13115 "proc-macro2",
13116 "quote",
13117 "serde",
13118 "serde_json",
13119 "sha2",
13120 "sqlx-core",
13121 "sqlx-mysql",
13122 "sqlx-postgres",
13123 "sqlx-sqlite",
13124 "syn 2.0.100",
13125 "tempfile",
13126 "tokio",
13127 "url",
13128]
13129
13130[[package]]
13131name = "sqlx-mysql"
13132version = "0.8.3"
13133source = "registry+https://github.com/rust-lang/crates.io-index"
13134checksum = "4560278f0e00ce64938540546f59f590d60beee33fffbd3b9cd47851e5fff233"
13135dependencies = [
13136 "atoi",
13137 "base64 0.22.1",
13138 "bigdecimal",
13139 "bitflags 2.8.0",
13140 "byteorder",
13141 "bytes 1.10.1",
13142 "chrono",
13143 "crc",
13144 "digest",
13145 "dotenvy",
13146 "either",
13147 "futures-channel",
13148 "futures-core",
13149 "futures-io",
13150 "futures-util",
13151 "generic-array",
13152 "hex",
13153 "hkdf",
13154 "hmac",
13155 "itoa",
13156 "log",
13157 "md-5",
13158 "memchr",
13159 "once_cell",
13160 "percent-encoding",
13161 "rand 0.8.5",
13162 "rsa",
13163 "rust_decimal",
13164 "serde",
13165 "sha1",
13166 "sha2",
13167 "smallvec",
13168 "sqlx-core",
13169 "stringprep",
13170 "thiserror 2.0.12",
13171 "time",
13172 "tracing",
13173 "uuid",
13174 "whoami",
13175]
13176
13177[[package]]
13178name = "sqlx-postgres"
13179version = "0.8.3"
13180source = "registry+https://github.com/rust-lang/crates.io-index"
13181checksum = "c5b98a57f363ed6764d5b3a12bfedf62f07aa16e1856a7ddc2a0bb190a959613"
13182dependencies = [
13183 "atoi",
13184 "base64 0.22.1",
13185 "bigdecimal",
13186 "bitflags 2.8.0",
13187 "byteorder",
13188 "chrono",
13189 "crc",
13190 "dotenvy",
13191 "etcetera",
13192 "futures-channel",
13193 "futures-core",
13194 "futures-util",
13195 "hex",
13196 "hkdf",
13197 "hmac",
13198 "home",
13199 "itoa",
13200 "log",
13201 "md-5",
13202 "memchr",
13203 "num-bigint",
13204 "once_cell",
13205 "rand 0.8.5",
13206 "rust_decimal",
13207 "serde",
13208 "serde_json",
13209 "sha2",
13210 "smallvec",
13211 "sqlx-core",
13212 "stringprep",
13213 "thiserror 2.0.12",
13214 "time",
13215 "tracing",
13216 "uuid",
13217 "whoami",
13218]
13219
13220[[package]]
13221name = "sqlx-sqlite"
13222version = "0.8.3"
13223source = "registry+https://github.com/rust-lang/crates.io-index"
13224checksum = "f85ca71d3a5b24e64e1d08dd8fe36c6c95c339a896cc33068148906784620540"
13225dependencies = [
13226 "atoi",
13227 "chrono",
13228 "flume",
13229 "futures-channel",
13230 "futures-core",
13231 "futures-executor",
13232 "futures-intrusive",
13233 "futures-util",
13234 "libsqlite3-sys",
13235 "log",
13236 "percent-encoding",
13237 "serde",
13238 "serde_urlencoded",
13239 "sqlx-core",
13240 "time",
13241 "tracing",
13242 "url",
13243 "uuid",
13244]
13245
13246[[package]]
13247name = "stable_deref_trait"
13248version = "1.2.0"
13249source = "registry+https://github.com/rust-lang/crates.io-index"
13250checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
13251
13252[[package]]
13253name = "static_assertions"
13254version = "1.1.0"
13255source = "registry+https://github.com/rust-lang/crates.io-index"
13256checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
13257
13258[[package]]
13259name = "story"
13260version = "0.1.0"
13261dependencies = [
13262 "gpui",
13263 "itertools 0.14.0",
13264 "smallvec",
13265]
13266
13267[[package]]
13268name = "storybook"
13269version = "0.1.0"
13270dependencies = [
13271 "anyhow",
13272 "clap",
13273 "collab_ui",
13274 "ctrlc",
13275 "dialoguer",
13276 "editor",
13277 "fuzzy",
13278 "gpui",
13279 "indoc",
13280 "language",
13281 "log",
13282 "menu",
13283 "picker",
13284 "project",
13285 "reqwest_client",
13286 "rust-embed",
13287 "settings",
13288 "simplelog",
13289 "story",
13290 "strum",
13291 "theme",
13292 "title_bar",
13293 "ui",
13294 "workspace",
13295]
13296
13297[[package]]
13298name = "streaming-iterator"
13299version = "0.1.9"
13300source = "registry+https://github.com/rust-lang/crates.io-index"
13301checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
13302
13303[[package]]
13304name = "streaming_diff"
13305version = "0.1.0"
13306dependencies = [
13307 "ordered-float 2.10.1",
13308 "rand 0.8.5",
13309 "rope",
13310 "util",
13311]
13312
13313[[package]]
13314name = "strict-num"
13315version = "0.1.1"
13316source = "registry+https://github.com/rust-lang/crates.io-index"
13317checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
13318dependencies = [
13319 "float-cmp",
13320]
13321
13322[[package]]
13323name = "string_cache"
13324version = "0.8.7"
13325source = "registry+https://github.com/rust-lang/crates.io-index"
13326checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
13327dependencies = [
13328 "new_debug_unreachable",
13329 "once_cell",
13330 "parking_lot",
13331 "phf_shared 0.10.0",
13332 "precomputed-hash",
13333 "serde",
13334]
13335
13336[[package]]
13337name = "string_cache_codegen"
13338version = "0.5.2"
13339source = "registry+https://github.com/rust-lang/crates.io-index"
13340checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
13341dependencies = [
13342 "phf_generator 0.10.0",
13343 "phf_shared 0.10.0",
13344 "proc-macro2",
13345 "quote",
13346]
13347
13348[[package]]
13349name = "stringprep"
13350version = "0.1.5"
13351source = "registry+https://github.com/rust-lang/crates.io-index"
13352checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
13353dependencies = [
13354 "unicode-bidi",
13355 "unicode-normalization",
13356 "unicode-properties",
13357]
13358
13359[[package]]
13360name = "strsim"
13361version = "0.11.1"
13362source = "registry+https://github.com/rust-lang/crates.io-index"
13363checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
13364
13365[[package]]
13366name = "strum"
13367version = "0.26.3"
13368source = "registry+https://github.com/rust-lang/crates.io-index"
13369checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
13370dependencies = [
13371 "strum_macros",
13372]
13373
13374[[package]]
13375name = "strum_macros"
13376version = "0.26.4"
13377source = "registry+https://github.com/rust-lang/crates.io-index"
13378checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
13379dependencies = [
13380 "heck 0.5.0",
13381 "proc-macro2",
13382 "quote",
13383 "rustversion",
13384 "syn 2.0.100",
13385]
13386
13387[[package]]
13388name = "subtle"
13389version = "2.6.1"
13390source = "registry+https://github.com/rust-lang/crates.io-index"
13391checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
13392
13393[[package]]
13394name = "sum_tree"
13395version = "0.1.0"
13396dependencies = [
13397 "arrayvec",
13398 "ctor",
13399 "env_logger 0.11.7",
13400 "log",
13401 "rand 0.8.5",
13402 "rayon",
13403]
13404
13405[[package]]
13406name = "supermaven"
13407version = "0.1.0"
13408dependencies = [
13409 "anyhow",
13410 "client",
13411 "collections",
13412 "editor",
13413 "env_logger 0.11.7",
13414 "futures 0.3.31",
13415 "gpui",
13416 "http_client",
13417 "inline_completion",
13418 "language",
13419 "log",
13420 "postage",
13421 "project",
13422 "serde",
13423 "serde_json",
13424 "settings",
13425 "smol",
13426 "supermaven_api",
13427 "text",
13428 "theme",
13429 "ui",
13430 "unicode-segmentation",
13431 "util",
13432]
13433
13434[[package]]
13435name = "supermaven_api"
13436version = "0.1.0"
13437dependencies = [
13438 "anyhow",
13439 "futures 0.3.31",
13440 "http_client",
13441 "paths",
13442 "serde",
13443 "serde_json",
13444 "smol",
13445]
13446
13447[[package]]
13448name = "sval"
13449version = "2.13.2"
13450source = "registry+https://github.com/rust-lang/crates.io-index"
13451checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
13452
13453[[package]]
13454name = "sval_buffer"
13455version = "2.13.2"
13456source = "registry+https://github.com/rust-lang/crates.io-index"
13457checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
13458dependencies = [
13459 "sval",
13460 "sval_ref",
13461]
13462
13463[[package]]
13464name = "sval_dynamic"
13465version = "2.13.2"
13466source = "registry+https://github.com/rust-lang/crates.io-index"
13467checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
13468dependencies = [
13469 "sval",
13470]
13471
13472[[package]]
13473name = "sval_fmt"
13474version = "2.13.2"
13475source = "registry+https://github.com/rust-lang/crates.io-index"
13476checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
13477dependencies = [
13478 "itoa",
13479 "ryu",
13480 "sval",
13481]
13482
13483[[package]]
13484name = "sval_json"
13485version = "2.13.2"
13486source = "registry+https://github.com/rust-lang/crates.io-index"
13487checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
13488dependencies = [
13489 "itoa",
13490 "ryu",
13491 "sval",
13492]
13493
13494[[package]]
13495name = "sval_nested"
13496version = "2.13.2"
13497source = "registry+https://github.com/rust-lang/crates.io-index"
13498checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
13499dependencies = [
13500 "sval",
13501 "sval_buffer",
13502 "sval_ref",
13503]
13504
13505[[package]]
13506name = "sval_ref"
13507version = "2.13.2"
13508source = "registry+https://github.com/rust-lang/crates.io-index"
13509checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
13510dependencies = [
13511 "sval",
13512]
13513
13514[[package]]
13515name = "sval_serde"
13516version = "2.13.2"
13517source = "registry+https://github.com/rust-lang/crates.io-index"
13518checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
13519dependencies = [
13520 "serde",
13521 "sval",
13522 "sval_nested",
13523]
13524
13525[[package]]
13526name = "svg_fmt"
13527version = "0.4.4"
13528source = "registry+https://github.com/rust-lang/crates.io-index"
13529checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
13530
13531[[package]]
13532name = "svgtypes"
13533version = "0.15.3"
13534source = "registry+https://github.com/rust-lang/crates.io-index"
13535checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
13536dependencies = [
13537 "kurbo",
13538 "siphasher 1.0.1",
13539]
13540
13541[[package]]
13542name = "swash"
13543version = "0.2.1"
13544source = "registry+https://github.com/rust-lang/crates.io-index"
13545checksum = "13d5bbc2aa266907ed8ee977c9c9e16363cc2b001266104e13397b57f1d15f71"
13546dependencies = [
13547 "skrifa",
13548 "yazi",
13549 "zeno",
13550]
13551
13552[[package]]
13553name = "syn"
13554version = "1.0.109"
13555source = "registry+https://github.com/rust-lang/crates.io-index"
13556checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
13557dependencies = [
13558 "proc-macro2",
13559 "quote",
13560 "unicode-ident",
13561]
13562
13563[[package]]
13564name = "syn"
13565version = "2.0.100"
13566source = "registry+https://github.com/rust-lang/crates.io-index"
13567checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
13568dependencies = [
13569 "proc-macro2",
13570 "quote",
13571 "unicode-ident",
13572]
13573
13574[[package]]
13575name = "sync_wrapper"
13576version = "0.1.2"
13577source = "registry+https://github.com/rust-lang/crates.io-index"
13578checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
13579
13580[[package]]
13581name = "sync_wrapper"
13582version = "1.0.2"
13583source = "registry+https://github.com/rust-lang/crates.io-index"
13584checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
13585dependencies = [
13586 "futures-core",
13587]
13588
13589[[package]]
13590name = "synchronoise"
13591version = "1.0.1"
13592source = "registry+https://github.com/rust-lang/crates.io-index"
13593checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
13594dependencies = [
13595 "crossbeam-queue",
13596]
13597
13598[[package]]
13599name = "synstructure"
13600version = "0.13.1"
13601source = "registry+https://github.com/rust-lang/crates.io-index"
13602checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
13603dependencies = [
13604 "proc-macro2",
13605 "quote",
13606 "syn 2.0.100",
13607]
13608
13609[[package]]
13610name = "sys-locale"
13611version = "0.3.2"
13612source = "registry+https://github.com/rust-lang/crates.io-index"
13613checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
13614dependencies = [
13615 "libc",
13616]
13617
13618[[package]]
13619name = "sysinfo"
13620version = "0.31.4"
13621source = "registry+https://github.com/rust-lang/crates.io-index"
13622checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
13623dependencies = [
13624 "core-foundation-sys",
13625 "libc",
13626 "memchr",
13627 "ntapi",
13628 "rayon",
13629 "windows 0.57.0",
13630]
13631
13632[[package]]
13633name = "system-configuration"
13634version = "0.5.1"
13635source = "registry+https://github.com/rust-lang/crates.io-index"
13636checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
13637dependencies = [
13638 "bitflags 1.3.2",
13639 "core-foundation 0.9.4",
13640 "system-configuration-sys 0.5.0",
13641]
13642
13643[[package]]
13644name = "system-configuration"
13645version = "0.6.1"
13646source = "registry+https://github.com/rust-lang/crates.io-index"
13647checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
13648dependencies = [
13649 "bitflags 2.8.0",
13650 "core-foundation 0.9.4",
13651 "system-configuration-sys 0.6.0",
13652]
13653
13654[[package]]
13655name = "system-configuration-sys"
13656version = "0.5.0"
13657source = "registry+https://github.com/rust-lang/crates.io-index"
13658checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
13659dependencies = [
13660 "core-foundation-sys",
13661 "libc",
13662]
13663
13664[[package]]
13665name = "system-configuration-sys"
13666version = "0.6.0"
13667source = "registry+https://github.com/rust-lang/crates.io-index"
13668checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
13669dependencies = [
13670 "core-foundation-sys",
13671 "libc",
13672]
13673
13674[[package]]
13675name = "system-deps"
13676version = "6.2.2"
13677source = "registry+https://github.com/rust-lang/crates.io-index"
13678checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
13679dependencies = [
13680 "cfg-expr",
13681 "heck 0.5.0",
13682 "pkg-config",
13683 "toml 0.8.20",
13684 "version-compare",
13685]
13686
13687[[package]]
13688name = "system-interface"
13689version = "0.27.3"
13690source = "registry+https://github.com/rust-lang/crates.io-index"
13691checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
13692dependencies = [
13693 "bitflags 2.8.0",
13694 "cap-fs-ext",
13695 "cap-std",
13696 "fd-lock",
13697 "io-lifetimes",
13698 "rustix",
13699 "windows-sys 0.52.0",
13700 "winx",
13701]
13702
13703[[package]]
13704name = "tab_switcher"
13705version = "0.1.0"
13706dependencies = [
13707 "anyhow",
13708 "collections",
13709 "ctor",
13710 "editor",
13711 "env_logger 0.11.7",
13712 "gpui",
13713 "language",
13714 "menu",
13715 "picker",
13716 "project",
13717 "schemars",
13718 "serde",
13719 "serde_json",
13720 "settings",
13721 "theme",
13722 "ui",
13723 "util",
13724 "workspace",
13725]
13726
13727[[package]]
13728name = "taffy"
13729version = "0.4.4"
13730source = "registry+https://github.com/rust-lang/crates.io-index"
13731checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
13732dependencies = [
13733 "arrayvec",
13734 "grid",
13735 "num-traits",
13736 "serde",
13737 "slotmap",
13738]
13739
13740[[package]]
13741name = "take-until"
13742version = "0.2.0"
13743source = "registry+https://github.com/rust-lang/crates.io-index"
13744checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
13745
13746[[package]]
13747name = "tap"
13748version = "1.0.1"
13749source = "registry+https://github.com/rust-lang/crates.io-index"
13750checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
13751
13752[[package]]
13753name = "target-lexicon"
13754version = "0.12.16"
13755source = "registry+https://github.com/rust-lang/crates.io-index"
13756checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
13757
13758[[package]]
13759name = "target-lexicon"
13760version = "0.13.2"
13761source = "registry+https://github.com/rust-lang/crates.io-index"
13762checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
13763
13764[[package]]
13765name = "task"
13766version = "0.1.0"
13767dependencies = [
13768 "anyhow",
13769 "collections",
13770 "dap-types",
13771 "futures 0.3.31",
13772 "gpui",
13773 "hex",
13774 "parking_lot",
13775 "schemars",
13776 "serde",
13777 "serde_json",
13778 "serde_json_lenient",
13779 "sha2",
13780 "shellexpand 2.1.2",
13781 "util",
13782 "zed_actions",
13783]
13784
13785[[package]]
13786name = "tasks_ui"
13787version = "0.1.0"
13788dependencies = [
13789 "anyhow",
13790 "debugger_ui",
13791 "editor",
13792 "feature_flags",
13793 "file_icons",
13794 "fuzzy",
13795 "gpui",
13796 "language",
13797 "menu",
13798 "picker",
13799 "project",
13800 "schemars",
13801 "serde",
13802 "serde_json",
13803 "settings",
13804 "task",
13805 "tree-sitter-rust",
13806 "tree-sitter-typescript",
13807 "ui",
13808 "util",
13809 "workspace",
13810 "zed_actions",
13811]
13812
13813[[package]]
13814name = "telemetry"
13815version = "0.1.0"
13816dependencies = [
13817 "futures 0.3.31",
13818 "serde",
13819 "serde_json",
13820 "telemetry_events",
13821]
13822
13823[[package]]
13824name = "telemetry_events"
13825version = "0.1.0"
13826dependencies = [
13827 "semantic_version",
13828 "serde",
13829 "serde_json",
13830]
13831
13832[[package]]
13833name = "tempfile"
13834version = "3.17.1"
13835source = "registry+https://github.com/rust-lang/crates.io-index"
13836checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230"
13837dependencies = [
13838 "cfg-if",
13839 "fastrand 2.3.0",
13840 "getrandom 0.3.1",
13841 "once_cell",
13842 "rustix",
13843 "windows-sys 0.52.0",
13844]
13845
13846[[package]]
13847name = "tendril"
13848version = "0.4.3"
13849source = "registry+https://github.com/rust-lang/crates.io-index"
13850checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
13851dependencies = [
13852 "futf",
13853 "mac",
13854 "utf-8",
13855]
13856
13857[[package]]
13858name = "termcolor"
13859version = "1.4.1"
13860source = "registry+https://github.com/rust-lang/crates.io-index"
13861checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
13862dependencies = [
13863 "winapi-util",
13864]
13865
13866[[package]]
13867name = "terminal"
13868version = "0.1.0"
13869dependencies = [
13870 "alacritty_terminal",
13871 "anyhow",
13872 "collections",
13873 "dirs 4.0.0",
13874 "futures 0.3.31",
13875 "gpui",
13876 "libc",
13877 "rand 0.8.5",
13878 "regex",
13879 "release_channel",
13880 "schemars",
13881 "serde",
13882 "serde_derive",
13883 "settings",
13884 "smol",
13885 "sysinfo",
13886 "task",
13887 "theme",
13888 "thiserror 2.0.12",
13889 "util",
13890 "windows 0.61.1",
13891]
13892
13893[[package]]
13894name = "terminal_size"
13895version = "0.4.1"
13896source = "registry+https://github.com/rust-lang/crates.io-index"
13897checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
13898dependencies = [
13899 "rustix",
13900 "windows-sys 0.59.0",
13901]
13902
13903[[package]]
13904name = "terminal_view"
13905version = "0.1.0"
13906dependencies = [
13907 "anyhow",
13908 "async-recursion 1.1.1",
13909 "breadcrumbs",
13910 "client",
13911 "collections",
13912 "db",
13913 "dirs 4.0.0",
13914 "editor",
13915 "futures 0.3.31",
13916 "gpui",
13917 "itertools 0.14.0",
13918 "language",
13919 "log",
13920 "project",
13921 "rand 0.8.5",
13922 "schemars",
13923 "search",
13924 "serde",
13925 "serde_json",
13926 "settings",
13927 "shellexpand 2.1.2",
13928 "smol",
13929 "task",
13930 "terminal",
13931 "theme",
13932 "ui",
13933 "util",
13934 "workspace",
13935 "zed_actions",
13936]
13937
13938[[package]]
13939name = "text"
13940version = "0.1.0"
13941dependencies = [
13942 "anyhow",
13943 "clock",
13944 "collections",
13945 "ctor",
13946 "env_logger 0.11.7",
13947 "gpui",
13948 "http_client",
13949 "log",
13950 "parking_lot",
13951 "postage",
13952 "rand 0.8.5",
13953 "regex",
13954 "rope",
13955 "smallvec",
13956 "sum_tree",
13957 "util",
13958]
13959
13960[[package]]
13961name = "theme"
13962version = "0.1.0"
13963dependencies = [
13964 "anyhow",
13965 "collections",
13966 "derive_more",
13967 "fs",
13968 "futures 0.3.31",
13969 "gpui",
13970 "indexmap",
13971 "log",
13972 "palette",
13973 "parking_lot",
13974 "refineable",
13975 "schemars",
13976 "serde",
13977 "serde_derive",
13978 "serde_json",
13979 "serde_json_lenient",
13980 "serde_repr",
13981 "settings",
13982 "strum",
13983 "thiserror 2.0.12",
13984 "util",
13985 "uuid",
13986]
13987
13988[[package]]
13989name = "theme_extension"
13990version = "0.1.0"
13991dependencies = [
13992 "anyhow",
13993 "extension",
13994 "fs",
13995 "gpui",
13996 "theme",
13997]
13998
13999[[package]]
14000name = "theme_importer"
14001version = "0.1.0"
14002dependencies = [
14003 "anyhow",
14004 "clap",
14005 "gpui",
14006 "indexmap",
14007 "log",
14008 "palette",
14009 "rust-embed",
14010 "serde",
14011 "serde_json",
14012 "serde_json_lenient",
14013 "simplelog",
14014 "strum",
14015 "theme",
14016 "vscode_theme",
14017]
14018
14019[[package]]
14020name = "theme_selector"
14021version = "0.1.0"
14022dependencies = [
14023 "fs",
14024 "fuzzy",
14025 "gpui",
14026 "log",
14027 "picker",
14028 "serde",
14029 "settings",
14030 "telemetry",
14031 "theme",
14032 "ui",
14033 "util",
14034 "workspace",
14035 "zed_actions",
14036]
14037
14038[[package]]
14039name = "thiserror"
14040version = "1.0.69"
14041source = "registry+https://github.com/rust-lang/crates.io-index"
14042checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
14043dependencies = [
14044 "thiserror-impl 1.0.69",
14045]
14046
14047[[package]]
14048name = "thiserror"
14049version = "2.0.12"
14050source = "registry+https://github.com/rust-lang/crates.io-index"
14051checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
14052dependencies = [
14053 "thiserror-impl 2.0.12",
14054]
14055
14056[[package]]
14057name = "thiserror-impl"
14058version = "1.0.69"
14059source = "registry+https://github.com/rust-lang/crates.io-index"
14060checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
14061dependencies = [
14062 "proc-macro2",
14063 "quote",
14064 "syn 2.0.100",
14065]
14066
14067[[package]]
14068name = "thiserror-impl"
14069version = "2.0.12"
14070source = "registry+https://github.com/rust-lang/crates.io-index"
14071checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
14072dependencies = [
14073 "proc-macro2",
14074 "quote",
14075 "syn 2.0.100",
14076]
14077
14078[[package]]
14079name = "thread_local"
14080version = "1.1.8"
14081source = "registry+https://github.com/rust-lang/crates.io-index"
14082checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
14083dependencies = [
14084 "cfg-if",
14085 "once_cell",
14086]
14087
14088[[package]]
14089name = "tiff"
14090version = "0.9.1"
14091source = "registry+https://github.com/rust-lang/crates.io-index"
14092checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
14093dependencies = [
14094 "flate2",
14095 "jpeg-decoder",
14096 "weezl",
14097]
14098
14099[[package]]
14100name = "tiktoken-rs"
14101version = "0.6.0"
14102source = "registry+https://github.com/rust-lang/crates.io-index"
14103checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
14104dependencies = [
14105 "anyhow",
14106 "base64 0.21.7",
14107 "bstr",
14108 "fancy-regex 0.13.0",
14109 "lazy_static",
14110 "parking_lot",
14111 "regex",
14112 "rustc-hash 1.1.0",
14113]
14114
14115[[package]]
14116name = "time"
14117version = "0.3.41"
14118source = "registry+https://github.com/rust-lang/crates.io-index"
14119checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
14120dependencies = [
14121 "deranged",
14122 "itoa",
14123 "libc",
14124 "num-conv",
14125 "num_threads",
14126 "powerfmt",
14127 "serde",
14128 "time-core",
14129 "time-macros",
14130]
14131
14132[[package]]
14133name = "time-core"
14134version = "0.1.4"
14135source = "registry+https://github.com/rust-lang/crates.io-index"
14136checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
14137
14138[[package]]
14139name = "time-macros"
14140version = "0.2.22"
14141source = "registry+https://github.com/rust-lang/crates.io-index"
14142checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
14143dependencies = [
14144 "num-conv",
14145 "time-core",
14146]
14147
14148[[package]]
14149name = "time_format"
14150version = "0.1.0"
14151dependencies = [
14152 "core-foundation 0.10.0",
14153 "core-foundation-sys",
14154 "sys-locale",
14155 "time",
14156]
14157
14158[[package]]
14159name = "tiny-keccak"
14160version = "2.0.2"
14161source = "registry+https://github.com/rust-lang/crates.io-index"
14162checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
14163dependencies = [
14164 "crunchy",
14165]
14166
14167[[package]]
14168name = "tiny-skia"
14169version = "0.11.4"
14170source = "registry+https://github.com/rust-lang/crates.io-index"
14171checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
14172dependencies = [
14173 "arrayref",
14174 "arrayvec",
14175 "bytemuck",
14176 "cfg-if",
14177 "log",
14178 "png",
14179 "tiny-skia-path",
14180]
14181
14182[[package]]
14183name = "tiny-skia-path"
14184version = "0.11.4"
14185source = "registry+https://github.com/rust-lang/crates.io-index"
14186checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
14187dependencies = [
14188 "arrayref",
14189 "bytemuck",
14190 "strict-num",
14191]
14192
14193[[package]]
14194name = "tiny_http"
14195version = "0.8.2"
14196source = "registry+https://github.com/rust-lang/crates.io-index"
14197checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
14198dependencies = [
14199 "ascii",
14200 "chrono",
14201 "chunked_transfer",
14202 "log",
14203 "url",
14204]
14205
14206[[package]]
14207name = "tinystr"
14208version = "0.7.6"
14209source = "registry+https://github.com/rust-lang/crates.io-index"
14210checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
14211dependencies = [
14212 "displaydoc",
14213 "zerovec",
14214]
14215
14216[[package]]
14217name = "tinytemplate"
14218version = "1.2.1"
14219source = "registry+https://github.com/rust-lang/crates.io-index"
14220checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
14221dependencies = [
14222 "serde",
14223 "serde_json",
14224]
14225
14226[[package]]
14227name = "tinyvec"
14228version = "1.8.0"
14229source = "registry+https://github.com/rust-lang/crates.io-index"
14230checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
14231dependencies = [
14232 "tinyvec_macros",
14233]
14234
14235[[package]]
14236name = "tinyvec_macros"
14237version = "0.1.1"
14238source = "registry+https://github.com/rust-lang/crates.io-index"
14239checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
14240
14241[[package]]
14242name = "title_bar"
14243version = "0.1.0"
14244dependencies = [
14245 "auto_update",
14246 "call",
14247 "chrono",
14248 "client",
14249 "collections",
14250 "db",
14251 "feature_flags",
14252 "gpui",
14253 "http_client",
14254 "notifications",
14255 "pretty_assertions",
14256 "project",
14257 "remote",
14258 "rpc",
14259 "schemars",
14260 "serde",
14261 "settings",
14262 "smallvec",
14263 "story",
14264 "telemetry",
14265 "theme",
14266 "tree-sitter-md",
14267 "ui",
14268 "util",
14269 "windows 0.61.1",
14270 "workspace",
14271 "zed_actions",
14272]
14273
14274[[package]]
14275name = "tokio"
14276version = "1.43.0"
14277source = "registry+https://github.com/rust-lang/crates.io-index"
14278checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
14279dependencies = [
14280 "backtrace",
14281 "bytes 1.10.1",
14282 "libc",
14283 "mio",
14284 "parking_lot",
14285 "pin-project-lite",
14286 "signal-hook-registry",
14287 "socket2",
14288 "tokio-macros",
14289 "windows-sys 0.52.0",
14290]
14291
14292[[package]]
14293name = "tokio-io"
14294version = "0.1.13"
14295source = "registry+https://github.com/rust-lang/crates.io-index"
14296checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
14297dependencies = [
14298 "bytes 0.4.12",
14299 "futures 0.1.31",
14300 "log",
14301]
14302
14303[[package]]
14304name = "tokio-macros"
14305version = "2.5.0"
14306source = "registry+https://github.com/rust-lang/crates.io-index"
14307checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
14308dependencies = [
14309 "proc-macro2",
14310 "quote",
14311 "syn 2.0.100",
14312]
14313
14314[[package]]
14315name = "tokio-native-tls"
14316version = "0.3.1"
14317source = "registry+https://github.com/rust-lang/crates.io-index"
14318checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
14319dependencies = [
14320 "native-tls",
14321 "tokio",
14322]
14323
14324[[package]]
14325name = "tokio-rustls"
14326version = "0.24.1"
14327source = "registry+https://github.com/rust-lang/crates.io-index"
14328checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
14329dependencies = [
14330 "rustls 0.21.12",
14331 "tokio",
14332]
14333
14334[[package]]
14335name = "tokio-rustls"
14336version = "0.26.1"
14337source = "registry+https://github.com/rust-lang/crates.io-index"
14338checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
14339dependencies = [
14340 "rustls 0.23.25",
14341 "tokio",
14342]
14343
14344[[package]]
14345name = "tokio-socks"
14346version = "0.5.2"
14347source = "registry+https://github.com/rust-lang/crates.io-index"
14348checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
14349dependencies = [
14350 "either",
14351 "futures-io",
14352 "futures-util",
14353 "thiserror 1.0.69",
14354 "tokio",
14355]
14356
14357[[package]]
14358name = "tokio-stream"
14359version = "0.1.17"
14360source = "registry+https://github.com/rust-lang/crates.io-index"
14361checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
14362dependencies = [
14363 "futures-core",
14364 "pin-project-lite",
14365 "tokio",
14366]
14367
14368[[package]]
14369name = "tokio-tungstenite"
14370version = "0.20.1"
14371source = "registry+https://github.com/rust-lang/crates.io-index"
14372checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
14373dependencies = [
14374 "futures-util",
14375 "log",
14376 "tokio",
14377 "tungstenite 0.20.1",
14378]
14379
14380[[package]]
14381name = "tokio-tungstenite"
14382version = "0.21.0"
14383source = "registry+https://github.com/rust-lang/crates.io-index"
14384checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
14385dependencies = [
14386 "futures-util",
14387 "log",
14388 "tokio",
14389 "tungstenite 0.21.0",
14390]
14391
14392[[package]]
14393name = "tokio-tungstenite"
14394version = "0.26.2"
14395source = "registry+https://github.com/rust-lang/crates.io-index"
14396checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
14397dependencies = [
14398 "futures-util",
14399 "log",
14400 "rustls 0.23.25",
14401 "rustls-pki-types",
14402 "tokio",
14403 "tokio-rustls 0.26.1",
14404 "tungstenite 0.26.2",
14405]
14406
14407[[package]]
14408name = "tokio-util"
14409version = "0.7.13"
14410source = "registry+https://github.com/rust-lang/crates.io-index"
14411checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
14412dependencies = [
14413 "bytes 1.10.1",
14414 "futures-core",
14415 "futures-io",
14416 "futures-sink",
14417 "pin-project-lite",
14418 "tokio",
14419]
14420
14421[[package]]
14422name = "toml"
14423version = "0.5.11"
14424source = "registry+https://github.com/rust-lang/crates.io-index"
14425checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
14426dependencies = [
14427 "serde",
14428]
14429
14430[[package]]
14431name = "toml"
14432version = "0.8.20"
14433source = "registry+https://github.com/rust-lang/crates.io-index"
14434checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
14435dependencies = [
14436 "serde",
14437 "serde_spanned",
14438 "toml_datetime",
14439 "toml_edit",
14440]
14441
14442[[package]]
14443name = "toml_datetime"
14444version = "0.6.8"
14445source = "registry+https://github.com/rust-lang/crates.io-index"
14446checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
14447dependencies = [
14448 "serde",
14449]
14450
14451[[package]]
14452name = "toml_edit"
14453version = "0.22.23"
14454source = "registry+https://github.com/rust-lang/crates.io-index"
14455checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee"
14456dependencies = [
14457 "indexmap",
14458 "serde",
14459 "serde_spanned",
14460 "toml_datetime",
14461 "winnow 0.7.1",
14462]
14463
14464[[package]]
14465name = "toolchain_selector"
14466version = "0.1.0"
14467dependencies = [
14468 "editor",
14469 "fuzzy",
14470 "gpui",
14471 "language",
14472 "picker",
14473 "project",
14474 "ui",
14475 "util",
14476 "workspace",
14477]
14478
14479[[package]]
14480name = "topological-sort"
14481version = "0.2.2"
14482source = "registry+https://github.com/rust-lang/crates.io-index"
14483checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
14484
14485[[package]]
14486name = "tower"
14487version = "0.4.13"
14488source = "registry+https://github.com/rust-lang/crates.io-index"
14489checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
14490dependencies = [
14491 "futures-core",
14492 "futures-util",
14493 "pin-project",
14494 "pin-project-lite",
14495 "tokio",
14496 "tower-layer",
14497 "tower-service",
14498 "tracing",
14499]
14500
14501[[package]]
14502name = "tower-http"
14503version = "0.3.5"
14504source = "registry+https://github.com/rust-lang/crates.io-index"
14505checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
14506dependencies = [
14507 "bitflags 1.3.2",
14508 "bytes 1.10.1",
14509 "futures-core",
14510 "futures-util",
14511 "http 0.2.12",
14512 "http-body 0.4.6",
14513 "http-range-header",
14514 "pin-project-lite",
14515 "tower-layer",
14516 "tower-service",
14517]
14518
14519[[package]]
14520name = "tower-http"
14521version = "0.4.4"
14522source = "registry+https://github.com/rust-lang/crates.io-index"
14523checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
14524dependencies = [
14525 "bitflags 2.8.0",
14526 "bytes 1.10.1",
14527 "futures-core",
14528 "futures-util",
14529 "http 0.2.12",
14530 "http-body 0.4.6",
14531 "http-range-header",
14532 "pin-project-lite",
14533 "tower-layer",
14534 "tower-service",
14535 "tracing",
14536]
14537
14538[[package]]
14539name = "tower-layer"
14540version = "0.3.3"
14541source = "registry+https://github.com/rust-lang/crates.io-index"
14542checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
14543
14544[[package]]
14545name = "tower-service"
14546version = "0.3.3"
14547source = "registry+https://github.com/rust-lang/crates.io-index"
14548checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
14549
14550[[package]]
14551name = "tracing"
14552version = "0.1.41"
14553source = "registry+https://github.com/rust-lang/crates.io-index"
14554checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
14555dependencies = [
14556 "log",
14557 "pin-project-lite",
14558 "tracing-attributes",
14559 "tracing-core",
14560]
14561
14562[[package]]
14563name = "tracing-attributes"
14564version = "0.1.28"
14565source = "registry+https://github.com/rust-lang/crates.io-index"
14566checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
14567dependencies = [
14568 "proc-macro2",
14569 "quote",
14570 "syn 2.0.100",
14571]
14572
14573[[package]]
14574name = "tracing-core"
14575version = "0.1.33"
14576source = "registry+https://github.com/rust-lang/crates.io-index"
14577checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
14578dependencies = [
14579 "once_cell",
14580 "valuable",
14581]
14582
14583[[package]]
14584name = "tracing-log"
14585version = "0.2.0"
14586source = "registry+https://github.com/rust-lang/crates.io-index"
14587checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
14588dependencies = [
14589 "log",
14590 "once_cell",
14591 "tracing-core",
14592]
14593
14594[[package]]
14595name = "tracing-serde"
14596version = "0.2.0"
14597source = "registry+https://github.com/rust-lang/crates.io-index"
14598checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
14599dependencies = [
14600 "serde",
14601 "tracing-core",
14602]
14603
14604[[package]]
14605name = "tracing-subscriber"
14606version = "0.3.19"
14607source = "registry+https://github.com/rust-lang/crates.io-index"
14608checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
14609dependencies = [
14610 "matchers",
14611 "nu-ansi-term",
14612 "once_cell",
14613 "regex",
14614 "serde",
14615 "serde_json",
14616 "sharded-slab",
14617 "smallvec",
14618 "thread_local",
14619 "tracing",
14620 "tracing-core",
14621 "tracing-log",
14622 "tracing-serde",
14623]
14624
14625[[package]]
14626name = "trait-variant"
14627version = "0.1.2"
14628source = "registry+https://github.com/rust-lang/crates.io-index"
14629checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
14630dependencies = [
14631 "proc-macro2",
14632 "quote",
14633 "syn 2.0.100",
14634]
14635
14636[[package]]
14637name = "tree-sitter"
14638version = "0.25.3"
14639source = "registry+https://github.com/rust-lang/crates.io-index"
14640checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
14641dependencies = [
14642 "cc",
14643 "regex",
14644 "regex-syntax 0.8.5",
14645 "serde_json",
14646 "streaming-iterator",
14647 "tree-sitter-language",
14648 "wasmtime-c-api-impl",
14649]
14650
14651[[package]]
14652name = "tree-sitter-bash"
14653version = "0.23.3"
14654source = "registry+https://github.com/rust-lang/crates.io-index"
14655checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
14656dependencies = [
14657 "cc",
14658 "tree-sitter-language",
14659]
14660
14661[[package]]
14662name = "tree-sitter-c"
14663version = "0.23.4"
14664source = "registry+https://github.com/rust-lang/crates.io-index"
14665checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
14666dependencies = [
14667 "cc",
14668 "tree-sitter-language",
14669]
14670
14671[[package]]
14672name = "tree-sitter-cpp"
14673version = "0.23.4"
14674source = "registry+https://github.com/rust-lang/crates.io-index"
14675checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
14676dependencies = [
14677 "cc",
14678 "tree-sitter-language",
14679]
14680
14681[[package]]
14682name = "tree-sitter-css"
14683version = "0.23.2"
14684source = "registry+https://github.com/rust-lang/crates.io-index"
14685checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
14686dependencies = [
14687 "cc",
14688 "tree-sitter-language",
14689]
14690
14691[[package]]
14692name = "tree-sitter-diff"
14693version = "0.1.0"
14694source = "registry+https://github.com/rust-lang/crates.io-index"
14695checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
14696dependencies = [
14697 "cc",
14698 "tree-sitter-language",
14699]
14700
14701[[package]]
14702name = "tree-sitter-elixir"
14703version = "0.3.4"
14704source = "registry+https://github.com/rust-lang/crates.io-index"
14705checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
14706dependencies = [
14707 "cc",
14708 "tree-sitter-language",
14709]
14710
14711[[package]]
14712name = "tree-sitter-embedded-template"
14713version = "0.23.2"
14714source = "registry+https://github.com/rust-lang/crates.io-index"
14715checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
14716dependencies = [
14717 "cc",
14718 "tree-sitter-language",
14719]
14720
14721[[package]]
14722name = "tree-sitter-gitcommit"
14723version = "0.0.1"
14724source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
14725dependencies = [
14726 "cc",
14727 "tree-sitter-language",
14728]
14729
14730[[package]]
14731name = "tree-sitter-go"
14732version = "0.23.4"
14733source = "registry+https://github.com/rust-lang/crates.io-index"
14734checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
14735dependencies = [
14736 "cc",
14737 "tree-sitter-language",
14738]
14739
14740[[package]]
14741name = "tree-sitter-gomod"
14742version = "1.1.1"
14743source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
14744dependencies = [
14745 "cc",
14746 "tree-sitter-language",
14747]
14748
14749[[package]]
14750name = "tree-sitter-gowork"
14751version = "0.0.1"
14752source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
14753dependencies = [
14754 "cc",
14755 "tree-sitter-language",
14756]
14757
14758[[package]]
14759name = "tree-sitter-heex"
14760version = "0.0.1"
14761source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
14762dependencies = [
14763 "cc",
14764 "tree-sitter-language",
14765]
14766
14767[[package]]
14768name = "tree-sitter-html"
14769version = "0.23.2"
14770source = "registry+https://github.com/rust-lang/crates.io-index"
14771checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
14772dependencies = [
14773 "cc",
14774 "tree-sitter-language",
14775]
14776
14777[[package]]
14778name = "tree-sitter-jsdoc"
14779version = "0.23.2"
14780source = "registry+https://github.com/rust-lang/crates.io-index"
14781checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
14782dependencies = [
14783 "cc",
14784 "tree-sitter-language",
14785]
14786
14787[[package]]
14788name = "tree-sitter-json"
14789version = "0.24.8"
14790source = "registry+https://github.com/rust-lang/crates.io-index"
14791checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
14792dependencies = [
14793 "cc",
14794 "tree-sitter-language",
14795]
14796
14797[[package]]
14798name = "tree-sitter-language"
14799version = "0.1.3"
14800source = "registry+https://github.com/rust-lang/crates.io-index"
14801checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
14802
14803[[package]]
14804name = "tree-sitter-md"
14805version = "0.3.2"
14806source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
14807dependencies = [
14808 "cc",
14809 "tree-sitter-language",
14810]
14811
14812[[package]]
14813name = "tree-sitter-python"
14814version = "0.23.6"
14815source = "registry+https://github.com/rust-lang/crates.io-index"
14816checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
14817dependencies = [
14818 "cc",
14819 "tree-sitter-language",
14820]
14821
14822[[package]]
14823name = "tree-sitter-regex"
14824version = "0.24.3"
14825source = "registry+https://github.com/rust-lang/crates.io-index"
14826checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
14827dependencies = [
14828 "cc",
14829 "tree-sitter-language",
14830]
14831
14832[[package]]
14833name = "tree-sitter-ruby"
14834version = "0.23.1"
14835source = "registry+https://github.com/rust-lang/crates.io-index"
14836checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
14837dependencies = [
14838 "cc",
14839 "tree-sitter-language",
14840]
14841
14842[[package]]
14843name = "tree-sitter-rust"
14844version = "0.23.2"
14845source = "registry+https://github.com/rust-lang/crates.io-index"
14846checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
14847dependencies = [
14848 "cc",
14849 "tree-sitter-language",
14850]
14851
14852[[package]]
14853name = "tree-sitter-typescript"
14854version = "0.23.2"
14855source = "registry+https://github.com/rust-lang/crates.io-index"
14856checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
14857dependencies = [
14858 "cc",
14859 "tree-sitter-language",
14860]
14861
14862[[package]]
14863name = "tree-sitter-yaml"
14864version = "0.6.1"
14865source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
14866dependencies = [
14867 "cc",
14868 "tree-sitter-language",
14869]
14870
14871[[package]]
14872name = "try-lock"
14873version = "0.2.5"
14874source = "registry+https://github.com/rust-lang/crates.io-index"
14875checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
14876
14877[[package]]
14878name = "ttf-parser"
14879version = "0.20.0"
14880source = "registry+https://github.com/rust-lang/crates.io-index"
14881checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
14882
14883[[package]]
14884name = "ttf-parser"
14885version = "0.21.1"
14886source = "registry+https://github.com/rust-lang/crates.io-index"
14887checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
14888
14889[[package]]
14890name = "ttf-parser"
14891version = "0.25.1"
14892source = "registry+https://github.com/rust-lang/crates.io-index"
14893checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
14894dependencies = [
14895 "core_maths",
14896]
14897
14898[[package]]
14899name = "tungstenite"
14900version = "0.20.1"
14901source = "registry+https://github.com/rust-lang/crates.io-index"
14902checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
14903dependencies = [
14904 "byteorder",
14905 "bytes 1.10.1",
14906 "data-encoding",
14907 "http 0.2.12",
14908 "httparse",
14909 "log",
14910 "rand 0.8.5",
14911 "sha1",
14912 "thiserror 1.0.69",
14913 "url",
14914 "utf-8",
14915]
14916
14917[[package]]
14918name = "tungstenite"
14919version = "0.21.0"
14920source = "registry+https://github.com/rust-lang/crates.io-index"
14921checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
14922dependencies = [
14923 "byteorder",
14924 "bytes 1.10.1",
14925 "data-encoding",
14926 "http 1.2.0",
14927 "httparse",
14928 "log",
14929 "rand 0.8.5",
14930 "sha1",
14931 "thiserror 1.0.69",
14932 "url",
14933 "utf-8",
14934]
14935
14936[[package]]
14937name = "tungstenite"
14938version = "0.24.0"
14939source = "registry+https://github.com/rust-lang/crates.io-index"
14940checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
14941dependencies = [
14942 "byteorder",
14943 "bytes 1.10.1",
14944 "data-encoding",
14945 "http 1.2.0",
14946 "httparse",
14947 "log",
14948 "rand 0.8.5",
14949 "sha1",
14950 "thiserror 1.0.69",
14951 "utf-8",
14952]
14953
14954[[package]]
14955name = "tungstenite"
14956version = "0.26.2"
14957source = "registry+https://github.com/rust-lang/crates.io-index"
14958checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
14959dependencies = [
14960 "bytes 1.10.1",
14961 "data-encoding",
14962 "http 1.2.0",
14963 "httparse",
14964 "log",
14965 "rand 0.9.0",
14966 "rustls 0.23.25",
14967 "rustls-pki-types",
14968 "sha1",
14969 "thiserror 2.0.12",
14970 "utf-8",
14971]
14972
14973[[package]]
14974name = "typeid"
14975version = "1.0.2"
14976source = "registry+https://github.com/rust-lang/crates.io-index"
14977checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
14978
14979[[package]]
14980name = "typenum"
14981version = "1.17.0"
14982source = "registry+https://github.com/rust-lang/crates.io-index"
14983checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
14984
14985[[package]]
14986name = "ucd-trie"
14987version = "0.1.7"
14988source = "registry+https://github.com/rust-lang/crates.io-index"
14989checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
14990
14991[[package]]
14992name = "uds_windows"
14993version = "1.1.0"
14994source = "registry+https://github.com/rust-lang/crates.io-index"
14995checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
14996dependencies = [
14997 "memoffset",
14998 "tempfile",
14999 "winapi",
15000]
15001
15002[[package]]
15003name = "ui"
15004version = "0.1.0"
15005dependencies = [
15006 "chrono",
15007 "component",
15008 "gpui",
15009 "icons",
15010 "itertools 0.14.0",
15011 "linkme",
15012 "menu",
15013 "serde",
15014 "settings",
15015 "smallvec",
15016 "story",
15017 "strum",
15018 "theme",
15019 "ui_macros",
15020 "util",
15021 "windows 0.61.1",
15022]
15023
15024[[package]]
15025name = "ui_input"
15026version = "0.1.0"
15027dependencies = [
15028 "editor",
15029 "gpui",
15030 "settings",
15031 "theme",
15032 "ui",
15033]
15034
15035[[package]]
15036name = "ui_macros"
15037version = "0.1.0"
15038dependencies = [
15039 "convert_case 0.8.0",
15040 "linkme",
15041 "proc-macro2",
15042 "quote",
15043 "syn 1.0.109",
15044]
15045
15046[[package]]
15047name = "ui_prompt"
15048version = "0.1.0"
15049dependencies = [
15050 "gpui",
15051 "markdown",
15052 "menu",
15053 "settings",
15054 "theme",
15055 "ui",
15056 "workspace",
15057]
15058
15059[[package]]
15060name = "unicase"
15061version = "2.8.1"
15062source = "registry+https://github.com/rust-lang/crates.io-index"
15063checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
15064
15065[[package]]
15066name = "unicode-bidi"
15067version = "0.3.17"
15068source = "registry+https://github.com/rust-lang/crates.io-index"
15069checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
15070
15071[[package]]
15072name = "unicode-bidi-mirroring"
15073version = "0.2.0"
15074source = "registry+https://github.com/rust-lang/crates.io-index"
15075checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
15076
15077[[package]]
15078name = "unicode-bidi-mirroring"
15079version = "0.4.0"
15080source = "registry+https://github.com/rust-lang/crates.io-index"
15081checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
15082
15083[[package]]
15084name = "unicode-ccc"
15085version = "0.2.0"
15086source = "registry+https://github.com/rust-lang/crates.io-index"
15087checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
15088
15089[[package]]
15090name = "unicode-ccc"
15091version = "0.4.0"
15092source = "registry+https://github.com/rust-lang/crates.io-index"
15093checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
15094
15095[[package]]
15096name = "unicode-ident"
15097version = "1.0.14"
15098source = "registry+https://github.com/rust-lang/crates.io-index"
15099checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
15100
15101[[package]]
15102name = "unicode-linebreak"
15103version = "0.1.5"
15104source = "registry+https://github.com/rust-lang/crates.io-index"
15105checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
15106
15107[[package]]
15108name = "unicode-normalization"
15109version = "0.1.24"
15110source = "registry+https://github.com/rust-lang/crates.io-index"
15111checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
15112dependencies = [
15113 "tinyvec",
15114]
15115
15116[[package]]
15117name = "unicode-properties"
15118version = "0.1.3"
15119source = "registry+https://github.com/rust-lang/crates.io-index"
15120checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
15121
15122[[package]]
15123name = "unicode-script"
15124version = "0.5.7"
15125source = "registry+https://github.com/rust-lang/crates.io-index"
15126checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
15127
15128[[package]]
15129name = "unicode-segmentation"
15130version = "1.12.0"
15131source = "registry+https://github.com/rust-lang/crates.io-index"
15132checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
15133
15134[[package]]
15135name = "unicode-vo"
15136version = "0.1.0"
15137source = "registry+https://github.com/rust-lang/crates.io-index"
15138checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
15139
15140[[package]]
15141name = "unicode-width"
15142version = "0.1.14"
15143source = "registry+https://github.com/rust-lang/crates.io-index"
15144checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
15145
15146[[package]]
15147name = "unicode-xid"
15148version = "0.2.6"
15149source = "registry+https://github.com/rust-lang/crates.io-index"
15150checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
15151
15152[[package]]
15153name = "unicode_categories"
15154version = "0.1.1"
15155source = "registry+https://github.com/rust-lang/crates.io-index"
15156checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
15157
15158[[package]]
15159name = "unindent"
15160version = "0.2.4"
15161source = "registry+https://github.com/rust-lang/crates.io-index"
15162checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
15163
15164[[package]]
15165name = "untrusted"
15166version = "0.9.0"
15167source = "registry+https://github.com/rust-lang/crates.io-index"
15168checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
15169
15170[[package]]
15171name = "url"
15172version = "2.5.4"
15173source = "registry+https://github.com/rust-lang/crates.io-index"
15174checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
15175dependencies = [
15176 "form_urlencoded",
15177 "idna",
15178 "percent-encoding",
15179 "serde",
15180]
15181
15182[[package]]
15183name = "urlencoding"
15184version = "2.1.3"
15185source = "registry+https://github.com/rust-lang/crates.io-index"
15186checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
15187
15188[[package]]
15189name = "usvg"
15190version = "0.45.0"
15191source = "registry+https://github.com/rust-lang/crates.io-index"
15192checksum = "2ac8e0e3e4696253dc06167990b3fe9a2668ab66270adf949a464db4088cb354"
15193dependencies = [
15194 "base64 0.22.1",
15195 "data-url",
15196 "flate2",
15197 "fontdb 0.23.0",
15198 "imagesize",
15199 "kurbo",
15200 "log",
15201 "pico-args",
15202 "roxmltree",
15203 "rustybuzz 0.20.1",
15204 "simplecss",
15205 "siphasher 1.0.1",
15206 "strict-num",
15207 "svgtypes",
15208 "tiny-skia-path",
15209 "unicode-bidi",
15210 "unicode-script",
15211 "unicode-vo",
15212 "xmlwriter",
15213]
15214
15215[[package]]
15216name = "utf-8"
15217version = "0.7.6"
15218source = "registry+https://github.com/rust-lang/crates.io-index"
15219checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
15220
15221[[package]]
15222name = "utf16_iter"
15223version = "1.0.5"
15224source = "registry+https://github.com/rust-lang/crates.io-index"
15225checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
15226
15227[[package]]
15228name = "utf8_iter"
15229version = "1.0.4"
15230source = "registry+https://github.com/rust-lang/crates.io-index"
15231checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
15232
15233[[package]]
15234name = "utf8parse"
15235version = "0.2.2"
15236source = "registry+https://github.com/rust-lang/crates.io-index"
15237checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
15238
15239[[package]]
15240name = "util"
15241version = "0.1.0"
15242dependencies = [
15243 "anyhow",
15244 "async-fs",
15245 "collections",
15246 "dirs 4.0.0",
15247 "dunce",
15248 "futures 0.3.31",
15249 "futures-lite 1.13.0",
15250 "git2",
15251 "globset",
15252 "itertools 0.14.0",
15253 "libc",
15254 "log",
15255 "rand 0.8.5",
15256 "regex",
15257 "rust-embed",
15258 "serde",
15259 "serde_json",
15260 "smol",
15261 "take-until",
15262 "tempfile",
15263 "tendril",
15264 "unicase",
15265 "util_macros",
15266]
15267
15268[[package]]
15269name = "util_macros"
15270version = "0.1.0"
15271dependencies = [
15272 "quote",
15273 "syn 1.0.109",
15274]
15275
15276[[package]]
15277name = "uuid"
15278version = "1.13.2"
15279source = "registry+https://github.com/rust-lang/crates.io-index"
15280checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6"
15281dependencies = [
15282 "getrandom 0.3.1",
15283 "serde",
15284 "sha1_smol",
15285]
15286
15287[[package]]
15288name = "v_frame"
15289version = "0.3.8"
15290source = "registry+https://github.com/rust-lang/crates.io-index"
15291checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
15292dependencies = [
15293 "aligned-vec",
15294 "num-traits",
15295 "wasm-bindgen",
15296]
15297
15298[[package]]
15299name = "valuable"
15300version = "0.1.0"
15301source = "registry+https://github.com/rust-lang/crates.io-index"
15302checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
15303
15304[[package]]
15305name = "value-bag"
15306version = "1.10.0"
15307source = "registry+https://github.com/rust-lang/crates.io-index"
15308checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
15309dependencies = [
15310 "value-bag-serde1",
15311 "value-bag-sval2",
15312]
15313
15314[[package]]
15315name = "value-bag-serde1"
15316version = "1.10.0"
15317source = "registry+https://github.com/rust-lang/crates.io-index"
15318checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
15319dependencies = [
15320 "erased-serde",
15321 "serde",
15322 "serde_fmt",
15323]
15324
15325[[package]]
15326name = "value-bag-sval2"
15327version = "1.10.0"
15328source = "registry+https://github.com/rust-lang/crates.io-index"
15329checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
15330dependencies = [
15331 "sval",
15332 "sval_buffer",
15333 "sval_dynamic",
15334 "sval_fmt",
15335 "sval_json",
15336 "sval_ref",
15337 "sval_serde",
15338]
15339
15340[[package]]
15341name = "vcpkg"
15342version = "0.2.15"
15343source = "registry+https://github.com/rust-lang/crates.io-index"
15344checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
15345
15346[[package]]
15347name = "version-compare"
15348version = "0.2.0"
15349source = "registry+https://github.com/rust-lang/crates.io-index"
15350checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
15351
15352[[package]]
15353name = "version_check"
15354version = "0.9.5"
15355source = "registry+https://github.com/rust-lang/crates.io-index"
15356checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
15357
15358[[package]]
15359name = "vim"
15360version = "0.1.0"
15361dependencies = [
15362 "anyhow",
15363 "assets",
15364 "async-compat",
15365 "async-trait",
15366 "collections",
15367 "command_palette",
15368 "command_palette_hooks",
15369 "db",
15370 "editor",
15371 "futures 0.3.31",
15372 "git_ui",
15373 "gpui",
15374 "indoc",
15375 "itertools 0.14.0",
15376 "language",
15377 "libc",
15378 "log",
15379 "lsp",
15380 "multi_buffer",
15381 "nvim-rs",
15382 "parking_lot",
15383 "picker",
15384 "project",
15385 "project_panel",
15386 "regex",
15387 "release_channel",
15388 "schemars",
15389 "search",
15390 "serde",
15391 "serde_derive",
15392 "serde_json",
15393 "settings",
15394 "task",
15395 "text",
15396 "theme",
15397 "tokio",
15398 "ui",
15399 "util",
15400 "vim_mode_setting",
15401 "workspace",
15402 "zed_actions",
15403]
15404
15405[[package]]
15406name = "vim_mode_setting"
15407version = "0.1.0"
15408dependencies = [
15409 "anyhow",
15410 "gpui",
15411 "settings",
15412]
15413
15414[[package]]
15415name = "vscode_theme"
15416version = "0.2.0"
15417source = "registry+https://github.com/rust-lang/crates.io-index"
15418checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
15419dependencies = [
15420 "serde",
15421]
15422
15423[[package]]
15424name = "vsimd"
15425version = "0.8.0"
15426source = "registry+https://github.com/rust-lang/crates.io-index"
15427checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
15428
15429[[package]]
15430name = "vswhom"
15431version = "0.1.0"
15432source = "registry+https://github.com/rust-lang/crates.io-index"
15433checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
15434dependencies = [
15435 "libc",
15436 "vswhom-sys",
15437]
15438
15439[[package]]
15440name = "vswhom-sys"
15441version = "0.1.2"
15442source = "registry+https://github.com/rust-lang/crates.io-index"
15443checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
15444dependencies = [
15445 "cc",
15446 "libc",
15447]
15448
15449[[package]]
15450name = "vte"
15451version = "0.15.0"
15452source = "registry+https://github.com/rust-lang/crates.io-index"
15453checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
15454dependencies = [
15455 "arrayvec",
15456 "bitflags 2.8.0",
15457 "cursor-icon",
15458 "log",
15459 "memchr",
15460 "serde",
15461]
15462
15463[[package]]
15464name = "waker-fn"
15465version = "1.2.0"
15466source = "registry+https://github.com/rust-lang/crates.io-index"
15467checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
15468
15469[[package]]
15470name = "walkdir"
15471version = "2.5.0"
15472source = "registry+https://github.com/rust-lang/crates.io-index"
15473checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
15474dependencies = [
15475 "same-file",
15476 "winapi-util",
15477]
15478
15479[[package]]
15480name = "want"
15481version = "0.3.1"
15482source = "registry+https://github.com/rust-lang/crates.io-index"
15483checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
15484dependencies = [
15485 "try-lock",
15486]
15487
15488[[package]]
15489name = "warp"
15490version = "0.3.7"
15491source = "registry+https://github.com/rust-lang/crates.io-index"
15492checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
15493dependencies = [
15494 "bytes 1.10.1",
15495 "futures-channel",
15496 "futures-util",
15497 "headers",
15498 "http 0.2.12",
15499 "hyper 0.14.32",
15500 "log",
15501 "mime",
15502 "mime_guess",
15503 "percent-encoding",
15504 "pin-project",
15505 "scoped-tls",
15506 "serde",
15507 "serde_json",
15508 "serde_urlencoded",
15509 "tokio",
15510 "tokio-tungstenite 0.21.0",
15511 "tokio-util",
15512 "tower-service",
15513 "tracing",
15514]
15515
15516[[package]]
15517name = "wasi"
15518version = "0.9.0+wasi-snapshot-preview1"
15519source = "registry+https://github.com/rust-lang/crates.io-index"
15520checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
15521
15522[[package]]
15523name = "wasi"
15524version = "0.11.0+wasi-snapshot-preview1"
15525source = "registry+https://github.com/rust-lang/crates.io-index"
15526checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
15527
15528[[package]]
15529name = "wasi"
15530version = "0.13.3+wasi-0.2.2"
15531source = "registry+https://github.com/rust-lang/crates.io-index"
15532checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
15533dependencies = [
15534 "wit-bindgen-rt 0.33.0",
15535]
15536
15537[[package]]
15538name = "wasite"
15539version = "0.1.0"
15540source = "registry+https://github.com/rust-lang/crates.io-index"
15541checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
15542
15543[[package]]
15544name = "wasm-bindgen"
15545version = "0.2.99"
15546source = "registry+https://github.com/rust-lang/crates.io-index"
15547checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
15548dependencies = [
15549 "cfg-if",
15550 "once_cell",
15551 "wasm-bindgen-macro",
15552]
15553
15554[[package]]
15555name = "wasm-bindgen-backend"
15556version = "0.2.99"
15557source = "registry+https://github.com/rust-lang/crates.io-index"
15558checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
15559dependencies = [
15560 "bumpalo",
15561 "log",
15562 "proc-macro2",
15563 "quote",
15564 "syn 2.0.100",
15565 "wasm-bindgen-shared",
15566]
15567
15568[[package]]
15569name = "wasm-bindgen-futures"
15570version = "0.4.49"
15571source = "registry+https://github.com/rust-lang/crates.io-index"
15572checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
15573dependencies = [
15574 "cfg-if",
15575 "js-sys",
15576 "once_cell",
15577 "wasm-bindgen",
15578 "web-sys",
15579]
15580
15581[[package]]
15582name = "wasm-bindgen-macro"
15583version = "0.2.99"
15584source = "registry+https://github.com/rust-lang/crates.io-index"
15585checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
15586dependencies = [
15587 "quote",
15588 "wasm-bindgen-macro-support",
15589]
15590
15591[[package]]
15592name = "wasm-bindgen-macro-support"
15593version = "0.2.99"
15594source = "registry+https://github.com/rust-lang/crates.io-index"
15595checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
15596dependencies = [
15597 "proc-macro2",
15598 "quote",
15599 "syn 2.0.100",
15600 "wasm-bindgen-backend",
15601 "wasm-bindgen-shared",
15602]
15603
15604[[package]]
15605name = "wasm-bindgen-shared"
15606version = "0.2.99"
15607source = "registry+https://github.com/rust-lang/crates.io-index"
15608checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
15609
15610[[package]]
15611name = "wasm-encoder"
15612version = "0.201.0"
15613source = "registry+https://github.com/rust-lang/crates.io-index"
15614checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
15615dependencies = [
15616 "leb128",
15617]
15618
15619[[package]]
15620name = "wasm-encoder"
15621version = "0.221.3"
15622source = "registry+https://github.com/rust-lang/crates.io-index"
15623checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
15624dependencies = [
15625 "leb128",
15626 "wasmparser 0.221.3",
15627]
15628
15629[[package]]
15630name = "wasm-metadata"
15631version = "0.201.0"
15632source = "registry+https://github.com/rust-lang/crates.io-index"
15633checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
15634dependencies = [
15635 "anyhow",
15636 "indexmap",
15637 "serde",
15638 "serde_derive",
15639 "serde_json",
15640 "spdx",
15641 "wasm-encoder 0.201.0",
15642 "wasmparser 0.201.0",
15643]
15644
15645[[package]]
15646name = "wasm-metadata"
15647version = "0.221.3"
15648source = "registry+https://github.com/rust-lang/crates.io-index"
15649checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
15650dependencies = [
15651 "anyhow",
15652 "indexmap",
15653 "serde",
15654 "serde_derive",
15655 "serde_json",
15656 "spdx",
15657 "wasm-encoder 0.221.3",
15658 "wasmparser 0.221.3",
15659]
15660
15661[[package]]
15662name = "wasm-streams"
15663version = "0.4.2"
15664source = "registry+https://github.com/rust-lang/crates.io-index"
15665checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
15666dependencies = [
15667 "futures-util",
15668 "js-sys",
15669 "wasm-bindgen",
15670 "wasm-bindgen-futures",
15671 "web-sys",
15672]
15673
15674[[package]]
15675name = "wasmparser"
15676version = "0.201.0"
15677source = "registry+https://github.com/rust-lang/crates.io-index"
15678checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
15679dependencies = [
15680 "bitflags 2.8.0",
15681 "indexmap",
15682 "semver",
15683]
15684
15685[[package]]
15686name = "wasmparser"
15687version = "0.221.3"
15688source = "registry+https://github.com/rust-lang/crates.io-index"
15689checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
15690dependencies = [
15691 "bitflags 2.8.0",
15692 "hashbrown 0.15.2",
15693 "indexmap",
15694 "semver",
15695 "serde",
15696]
15697
15698[[package]]
15699name = "wasmprinter"
15700version = "0.221.3"
15701source = "registry+https://github.com/rust-lang/crates.io-index"
15702checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
15703dependencies = [
15704 "anyhow",
15705 "termcolor",
15706 "wasmparser 0.221.3",
15707]
15708
15709[[package]]
15710name = "wasmtime"
15711version = "29.0.1"
15712source = "registry+https://github.com/rust-lang/crates.io-index"
15713checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
15714dependencies = [
15715 "anyhow",
15716 "async-trait",
15717 "bitflags 2.8.0",
15718 "bumpalo",
15719 "cc",
15720 "cfg-if",
15721 "encoding_rs",
15722 "hashbrown 0.14.5",
15723 "indexmap",
15724 "libc",
15725 "log",
15726 "mach2",
15727 "memfd",
15728 "object",
15729 "once_cell",
15730 "paste",
15731 "postcard",
15732 "psm",
15733 "pulley-interpreter",
15734 "rustix",
15735 "semver",
15736 "serde",
15737 "serde_derive",
15738 "smallvec",
15739 "sptr",
15740 "target-lexicon 0.13.2",
15741 "trait-variant",
15742 "wasmparser 0.221.3",
15743 "wasmtime-asm-macros",
15744 "wasmtime-component-macro",
15745 "wasmtime-component-util",
15746 "wasmtime-cranelift",
15747 "wasmtime-environ",
15748 "wasmtime-fiber",
15749 "wasmtime-jit-icache-coherence",
15750 "wasmtime-math",
15751 "wasmtime-slab",
15752 "wasmtime-versioned-export-macros",
15753 "wasmtime-winch",
15754 "windows-sys 0.59.0",
15755]
15756
15757[[package]]
15758name = "wasmtime-asm-macros"
15759version = "29.0.1"
15760source = "registry+https://github.com/rust-lang/crates.io-index"
15761checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
15762dependencies = [
15763 "cfg-if",
15764]
15765
15766[[package]]
15767name = "wasmtime-c-api-impl"
15768version = "29.0.1"
15769source = "registry+https://github.com/rust-lang/crates.io-index"
15770checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
15771dependencies = [
15772 "anyhow",
15773 "log",
15774 "tracing",
15775 "wasmtime",
15776 "wasmtime-c-api-macros",
15777]
15778
15779[[package]]
15780name = "wasmtime-c-api-macros"
15781version = "29.0.1"
15782source = "registry+https://github.com/rust-lang/crates.io-index"
15783checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
15784dependencies = [
15785 "proc-macro2",
15786 "quote",
15787]
15788
15789[[package]]
15790name = "wasmtime-component-macro"
15791version = "29.0.1"
15792source = "registry+https://github.com/rust-lang/crates.io-index"
15793checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
15794dependencies = [
15795 "anyhow",
15796 "proc-macro2",
15797 "quote",
15798 "syn 2.0.100",
15799 "wasmtime-component-util",
15800 "wasmtime-wit-bindgen",
15801 "wit-parser 0.221.3",
15802]
15803
15804[[package]]
15805name = "wasmtime-component-util"
15806version = "29.0.1"
15807source = "registry+https://github.com/rust-lang/crates.io-index"
15808checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
15809
15810[[package]]
15811name = "wasmtime-cranelift"
15812version = "29.0.1"
15813source = "registry+https://github.com/rust-lang/crates.io-index"
15814checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
15815dependencies = [
15816 "anyhow",
15817 "cfg-if",
15818 "cranelift-codegen",
15819 "cranelift-control",
15820 "cranelift-entity",
15821 "cranelift-frontend",
15822 "cranelift-native",
15823 "gimli",
15824 "itertools 0.12.1",
15825 "log",
15826 "object",
15827 "smallvec",
15828 "target-lexicon 0.13.2",
15829 "thiserror 1.0.69",
15830 "wasmparser 0.221.3",
15831 "wasmtime-environ",
15832 "wasmtime-versioned-export-macros",
15833]
15834
15835[[package]]
15836name = "wasmtime-environ"
15837version = "29.0.1"
15838source = "registry+https://github.com/rust-lang/crates.io-index"
15839checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
15840dependencies = [
15841 "anyhow",
15842 "cpp_demangle",
15843 "cranelift-bitset",
15844 "cranelift-entity",
15845 "gimli",
15846 "indexmap",
15847 "log",
15848 "object",
15849 "postcard",
15850 "rustc-demangle",
15851 "semver",
15852 "serde",
15853 "serde_derive",
15854 "smallvec",
15855 "target-lexicon 0.13.2",
15856 "wasm-encoder 0.221.3",
15857 "wasmparser 0.221.3",
15858 "wasmprinter",
15859 "wasmtime-component-util",
15860]
15861
15862[[package]]
15863name = "wasmtime-fiber"
15864version = "29.0.1"
15865source = "registry+https://github.com/rust-lang/crates.io-index"
15866checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
15867dependencies = [
15868 "anyhow",
15869 "cc",
15870 "cfg-if",
15871 "rustix",
15872 "wasmtime-asm-macros",
15873 "wasmtime-versioned-export-macros",
15874 "windows-sys 0.59.0",
15875]
15876
15877[[package]]
15878name = "wasmtime-jit-icache-coherence"
15879version = "29.0.1"
15880source = "registry+https://github.com/rust-lang/crates.io-index"
15881checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
15882dependencies = [
15883 "anyhow",
15884 "cfg-if",
15885 "libc",
15886 "windows-sys 0.59.0",
15887]
15888
15889[[package]]
15890name = "wasmtime-math"
15891version = "29.0.1"
15892source = "registry+https://github.com/rust-lang/crates.io-index"
15893checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
15894dependencies = [
15895 "libm",
15896]
15897
15898[[package]]
15899name = "wasmtime-slab"
15900version = "29.0.1"
15901source = "registry+https://github.com/rust-lang/crates.io-index"
15902checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
15903
15904[[package]]
15905name = "wasmtime-versioned-export-macros"
15906version = "29.0.1"
15907source = "registry+https://github.com/rust-lang/crates.io-index"
15908checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
15909dependencies = [
15910 "proc-macro2",
15911 "quote",
15912 "syn 2.0.100",
15913]
15914
15915[[package]]
15916name = "wasmtime-wasi"
15917version = "29.0.1"
15918source = "registry+https://github.com/rust-lang/crates.io-index"
15919checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
15920dependencies = [
15921 "anyhow",
15922 "async-trait",
15923 "bitflags 2.8.0",
15924 "bytes 1.10.1",
15925 "cap-fs-ext",
15926 "cap-net-ext",
15927 "cap-rand",
15928 "cap-std",
15929 "cap-time-ext",
15930 "fs-set-times",
15931 "futures 0.3.31",
15932 "io-extras",
15933 "io-lifetimes",
15934 "rustix",
15935 "system-interface",
15936 "thiserror 1.0.69",
15937 "tokio",
15938 "tracing",
15939 "trait-variant",
15940 "url",
15941 "wasmtime",
15942 "wiggle",
15943 "windows-sys 0.59.0",
15944]
15945
15946[[package]]
15947name = "wasmtime-winch"
15948version = "29.0.1"
15949source = "registry+https://github.com/rust-lang/crates.io-index"
15950checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
15951dependencies = [
15952 "anyhow",
15953 "cranelift-codegen",
15954 "gimli",
15955 "object",
15956 "target-lexicon 0.13.2",
15957 "wasmparser 0.221.3",
15958 "wasmtime-cranelift",
15959 "wasmtime-environ",
15960 "winch-codegen",
15961]
15962
15963[[package]]
15964name = "wasmtime-wit-bindgen"
15965version = "29.0.1"
15966source = "registry+https://github.com/rust-lang/crates.io-index"
15967checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
15968dependencies = [
15969 "anyhow",
15970 "heck 0.5.0",
15971 "indexmap",
15972 "wit-parser 0.221.3",
15973]
15974
15975[[package]]
15976name = "wast"
15977version = "35.0.2"
15978source = "registry+https://github.com/rust-lang/crates.io-index"
15979checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
15980dependencies = [
15981 "leb128",
15982]
15983
15984[[package]]
15985name = "wayland-backend"
15986version = "0.3.8"
15987source = "registry+https://github.com/rust-lang/crates.io-index"
15988checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
15989dependencies = [
15990 "cc",
15991 "downcast-rs",
15992 "rustix",
15993 "scoped-tls",
15994 "smallvec",
15995 "wayland-sys",
15996]
15997
15998[[package]]
15999name = "wayland-client"
16000version = "0.31.8"
16001source = "registry+https://github.com/rust-lang/crates.io-index"
16002checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
16003dependencies = [
16004 "bitflags 2.8.0",
16005 "rustix",
16006 "wayland-backend",
16007 "wayland-scanner",
16008]
16009
16010[[package]]
16011name = "wayland-cursor"
16012version = "0.31.8"
16013source = "registry+https://github.com/rust-lang/crates.io-index"
16014checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
16015dependencies = [
16016 "rustix",
16017 "wayland-client",
16018 "xcursor",
16019]
16020
16021[[package]]
16022name = "wayland-protocols"
16023version = "0.31.2"
16024source = "registry+https://github.com/rust-lang/crates.io-index"
16025checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
16026dependencies = [
16027 "bitflags 2.8.0",
16028 "wayland-backend",
16029 "wayland-client",
16030 "wayland-scanner",
16031]
16032
16033[[package]]
16034name = "wayland-protocols-plasma"
16035version = "0.2.0"
16036source = "registry+https://github.com/rust-lang/crates.io-index"
16037checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
16038dependencies = [
16039 "bitflags 2.8.0",
16040 "wayland-backend",
16041 "wayland-client",
16042 "wayland-protocols",
16043 "wayland-scanner",
16044]
16045
16046[[package]]
16047name = "wayland-scanner"
16048version = "0.31.6"
16049source = "registry+https://github.com/rust-lang/crates.io-index"
16050checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
16051dependencies = [
16052 "proc-macro2",
16053 "quick-xml 0.37.2",
16054 "quote",
16055]
16056
16057[[package]]
16058name = "wayland-sys"
16059version = "0.31.6"
16060source = "registry+https://github.com/rust-lang/crates.io-index"
16061checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
16062dependencies = [
16063 "dlib",
16064 "log",
16065 "once_cell",
16066 "pkg-config",
16067]
16068
16069[[package]]
16070name = "web-sys"
16071version = "0.3.76"
16072source = "registry+https://github.com/rust-lang/crates.io-index"
16073checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
16074dependencies = [
16075 "js-sys",
16076 "wasm-bindgen",
16077]
16078
16079[[package]]
16080name = "web-time"
16081version = "1.1.0"
16082source = "registry+https://github.com/rust-lang/crates.io-index"
16083checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
16084dependencies = [
16085 "js-sys",
16086 "wasm-bindgen",
16087]
16088
16089[[package]]
16090name = "webpki-root-certs"
16091version = "0.26.8"
16092source = "registry+https://github.com/rust-lang/crates.io-index"
16093checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
16094dependencies = [
16095 "rustls-pki-types",
16096]
16097
16098[[package]]
16099name = "webpki-roots"
16100version = "0.26.7"
16101source = "registry+https://github.com/rust-lang/crates.io-index"
16102checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
16103dependencies = [
16104 "rustls-pki-types",
16105]
16106
16107[[package]]
16108name = "webrtc-sys"
16109version = "0.3.7"
16110source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
16111dependencies = [
16112 "cc",
16113 "cxx",
16114 "cxx-build",
16115 "glob",
16116 "log",
16117 "webrtc-sys-build",
16118]
16119
16120[[package]]
16121name = "webrtc-sys-build"
16122version = "0.3.6"
16123source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8#102ebbb1ccfbdbcb7332d86dc30b1b1c8c01e4f8"
16124dependencies = [
16125 "fs2",
16126 "regex",
16127 "reqwest 0.11.27",
16128 "scratch",
16129 "semver",
16130 "zip",
16131]
16132
16133[[package]]
16134name = "weezl"
16135version = "0.1.8"
16136source = "registry+https://github.com/rust-lang/crates.io-index"
16137checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
16138
16139[[package]]
16140name = "welcome"
16141version = "0.1.0"
16142dependencies = [
16143 "anyhow",
16144 "client",
16145 "db",
16146 "editor",
16147 "fuzzy",
16148 "gpui",
16149 "install_cli",
16150 "language",
16151 "picker",
16152 "project",
16153 "schemars",
16154 "serde",
16155 "settings",
16156 "telemetry",
16157 "ui",
16158 "util",
16159 "vim_mode_setting",
16160 "workspace",
16161 "zed_actions",
16162]
16163
16164[[package]]
16165name = "which"
16166version = "4.4.2"
16167source = "registry+https://github.com/rust-lang/crates.io-index"
16168checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
16169dependencies = [
16170 "either",
16171 "home",
16172 "once_cell",
16173 "rustix",
16174]
16175
16176[[package]]
16177name = "which"
16178version = "6.0.3"
16179source = "registry+https://github.com/rust-lang/crates.io-index"
16180checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
16181dependencies = [
16182 "either",
16183 "home",
16184 "rustix",
16185 "winsafe",
16186]
16187
16188[[package]]
16189name = "whoami"
16190version = "1.5.2"
16191source = "registry+https://github.com/rust-lang/crates.io-index"
16192checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
16193dependencies = [
16194 "redox_syscall 0.5.8",
16195 "wasite",
16196]
16197
16198[[package]]
16199name = "wiggle"
16200version = "29.0.1"
16201source = "registry+https://github.com/rust-lang/crates.io-index"
16202checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
16203dependencies = [
16204 "anyhow",
16205 "async-trait",
16206 "bitflags 2.8.0",
16207 "thiserror 1.0.69",
16208 "tracing",
16209 "wasmtime",
16210 "wiggle-macro",
16211]
16212
16213[[package]]
16214name = "wiggle-generate"
16215version = "29.0.1"
16216source = "registry+https://github.com/rust-lang/crates.io-index"
16217checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
16218dependencies = [
16219 "anyhow",
16220 "heck 0.5.0",
16221 "proc-macro2",
16222 "quote",
16223 "shellexpand 2.1.2",
16224 "syn 2.0.100",
16225 "witx",
16226]
16227
16228[[package]]
16229name = "wiggle-macro"
16230version = "29.0.1"
16231source = "registry+https://github.com/rust-lang/crates.io-index"
16232checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
16233dependencies = [
16234 "proc-macro2",
16235 "quote",
16236 "syn 2.0.100",
16237 "wiggle-generate",
16238]
16239
16240[[package]]
16241name = "winapi"
16242version = "0.3.9"
16243source = "registry+https://github.com/rust-lang/crates.io-index"
16244checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
16245dependencies = [
16246 "winapi-i686-pc-windows-gnu",
16247 "winapi-x86_64-pc-windows-gnu",
16248]
16249
16250[[package]]
16251name = "winapi-i686-pc-windows-gnu"
16252version = "0.4.0"
16253source = "registry+https://github.com/rust-lang/crates.io-index"
16254checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
16255
16256[[package]]
16257name = "winapi-util"
16258version = "0.1.9"
16259source = "registry+https://github.com/rust-lang/crates.io-index"
16260checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
16261dependencies = [
16262 "windows-sys 0.48.0",
16263]
16264
16265[[package]]
16266name = "winapi-x86_64-pc-windows-gnu"
16267version = "0.4.0"
16268source = "registry+https://github.com/rust-lang/crates.io-index"
16269checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
16270
16271[[package]]
16272name = "winch-codegen"
16273version = "29.0.1"
16274source = "registry+https://github.com/rust-lang/crates.io-index"
16275checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
16276dependencies = [
16277 "anyhow",
16278 "cranelift-codegen",
16279 "gimli",
16280 "regalloc2",
16281 "smallvec",
16282 "target-lexicon 0.13.2",
16283 "thiserror 1.0.69",
16284 "wasmparser 0.221.3",
16285 "wasmtime-cranelift",
16286 "wasmtime-environ",
16287]
16288
16289[[package]]
16290name = "windows"
16291version = "0.54.0"
16292source = "registry+https://github.com/rust-lang/crates.io-index"
16293checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
16294dependencies = [
16295 "windows-core 0.54.0",
16296 "windows-targets 0.52.6",
16297]
16298
16299[[package]]
16300name = "windows"
16301version = "0.57.0"
16302source = "registry+https://github.com/rust-lang/crates.io-index"
16303checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
16304dependencies = [
16305 "windows-core 0.57.0",
16306 "windows-targets 0.52.6",
16307]
16308
16309[[package]]
16310name = "windows"
16311version = "0.58.0"
16312source = "registry+https://github.com/rust-lang/crates.io-index"
16313checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
16314dependencies = [
16315 "windows-core 0.58.0",
16316 "windows-targets 0.52.6",
16317]
16318
16319[[package]]
16320name = "windows"
16321version = "0.61.1"
16322source = "registry+https://github.com/rust-lang/crates.io-index"
16323checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
16324dependencies = [
16325 "windows-collections",
16326 "windows-core 0.61.0",
16327 "windows-future",
16328 "windows-link",
16329 "windows-numerics",
16330]
16331
16332[[package]]
16333name = "windows-collections"
16334version = "0.2.0"
16335source = "registry+https://github.com/rust-lang/crates.io-index"
16336checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
16337dependencies = [
16338 "windows-core 0.61.0",
16339]
16340
16341[[package]]
16342name = "windows-core"
16343version = "0.52.0"
16344source = "registry+https://github.com/rust-lang/crates.io-index"
16345checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
16346dependencies = [
16347 "windows-targets 0.52.6",
16348]
16349
16350[[package]]
16351name = "windows-core"
16352version = "0.54.0"
16353source = "registry+https://github.com/rust-lang/crates.io-index"
16354checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
16355dependencies = [
16356 "windows-result 0.1.2",
16357 "windows-targets 0.52.6",
16358]
16359
16360[[package]]
16361name = "windows-core"
16362version = "0.57.0"
16363source = "registry+https://github.com/rust-lang/crates.io-index"
16364checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
16365dependencies = [
16366 "windows-implement 0.57.0",
16367 "windows-interface 0.57.0",
16368 "windows-result 0.1.2",
16369 "windows-targets 0.52.6",
16370]
16371
16372[[package]]
16373name = "windows-core"
16374version = "0.58.0"
16375source = "registry+https://github.com/rust-lang/crates.io-index"
16376checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
16377dependencies = [
16378 "windows-implement 0.58.0",
16379 "windows-interface 0.58.0",
16380 "windows-result 0.2.0",
16381 "windows-strings 0.1.0",
16382 "windows-targets 0.52.6",
16383]
16384
16385[[package]]
16386name = "windows-core"
16387version = "0.61.0"
16388source = "registry+https://github.com/rust-lang/crates.io-index"
16389checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
16390dependencies = [
16391 "windows-implement 0.60.0",
16392 "windows-interface 0.59.1",
16393 "windows-link",
16394 "windows-result 0.3.2",
16395 "windows-strings 0.4.0",
16396]
16397
16398[[package]]
16399name = "windows-future"
16400version = "0.2.0"
16401source = "registry+https://github.com/rust-lang/crates.io-index"
16402checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
16403dependencies = [
16404 "windows-core 0.61.0",
16405 "windows-link",
16406]
16407
16408[[package]]
16409name = "windows-implement"
16410version = "0.57.0"
16411source = "registry+https://github.com/rust-lang/crates.io-index"
16412checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
16413dependencies = [
16414 "proc-macro2",
16415 "quote",
16416 "syn 2.0.100",
16417]
16418
16419[[package]]
16420name = "windows-implement"
16421version = "0.58.0"
16422source = "registry+https://github.com/rust-lang/crates.io-index"
16423checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
16424dependencies = [
16425 "proc-macro2",
16426 "quote",
16427 "syn 2.0.100",
16428]
16429
16430[[package]]
16431name = "windows-implement"
16432version = "0.60.0"
16433source = "registry+https://github.com/rust-lang/crates.io-index"
16434checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
16435dependencies = [
16436 "proc-macro2",
16437 "quote",
16438 "syn 2.0.100",
16439]
16440
16441[[package]]
16442name = "windows-interface"
16443version = "0.57.0"
16444source = "registry+https://github.com/rust-lang/crates.io-index"
16445checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
16446dependencies = [
16447 "proc-macro2",
16448 "quote",
16449 "syn 2.0.100",
16450]
16451
16452[[package]]
16453name = "windows-interface"
16454version = "0.58.0"
16455source = "registry+https://github.com/rust-lang/crates.io-index"
16456checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
16457dependencies = [
16458 "proc-macro2",
16459 "quote",
16460 "syn 2.0.100",
16461]
16462
16463[[package]]
16464name = "windows-interface"
16465version = "0.59.1"
16466source = "registry+https://github.com/rust-lang/crates.io-index"
16467checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
16468dependencies = [
16469 "proc-macro2",
16470 "quote",
16471 "syn 2.0.100",
16472]
16473
16474[[package]]
16475name = "windows-link"
16476version = "0.1.1"
16477source = "registry+https://github.com/rust-lang/crates.io-index"
16478checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
16479
16480[[package]]
16481name = "windows-numerics"
16482version = "0.2.0"
16483source = "registry+https://github.com/rust-lang/crates.io-index"
16484checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
16485dependencies = [
16486 "windows-core 0.61.0",
16487 "windows-link",
16488]
16489
16490[[package]]
16491name = "windows-registry"
16492version = "0.2.0"
16493source = "registry+https://github.com/rust-lang/crates.io-index"
16494checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
16495dependencies = [
16496 "windows-result 0.2.0",
16497 "windows-strings 0.1.0",
16498 "windows-targets 0.52.6",
16499]
16500
16501[[package]]
16502name = "windows-result"
16503version = "0.1.2"
16504source = "registry+https://github.com/rust-lang/crates.io-index"
16505checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
16506dependencies = [
16507 "windows-targets 0.52.6",
16508]
16509
16510[[package]]
16511name = "windows-result"
16512version = "0.2.0"
16513source = "registry+https://github.com/rust-lang/crates.io-index"
16514checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
16515dependencies = [
16516 "windows-targets 0.52.6",
16517]
16518
16519[[package]]
16520name = "windows-result"
16521version = "0.3.2"
16522source = "registry+https://github.com/rust-lang/crates.io-index"
16523checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
16524dependencies = [
16525 "windows-link",
16526]
16527
16528[[package]]
16529name = "windows-strings"
16530version = "0.1.0"
16531source = "registry+https://github.com/rust-lang/crates.io-index"
16532checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
16533dependencies = [
16534 "windows-result 0.2.0",
16535 "windows-targets 0.52.6",
16536]
16537
16538[[package]]
16539name = "windows-strings"
16540version = "0.4.0"
16541source = "registry+https://github.com/rust-lang/crates.io-index"
16542checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
16543dependencies = [
16544 "windows-link",
16545]
16546
16547[[package]]
16548name = "windows-sys"
16549version = "0.45.0"
16550source = "registry+https://github.com/rust-lang/crates.io-index"
16551checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
16552dependencies = [
16553 "windows-targets 0.42.2",
16554]
16555
16556[[package]]
16557name = "windows-sys"
16558version = "0.48.0"
16559source = "registry+https://github.com/rust-lang/crates.io-index"
16560checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
16561dependencies = [
16562 "windows-targets 0.48.5",
16563]
16564
16565[[package]]
16566name = "windows-sys"
16567version = "0.52.0"
16568source = "registry+https://github.com/rust-lang/crates.io-index"
16569checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
16570dependencies = [
16571 "windows-targets 0.52.6",
16572]
16573
16574[[package]]
16575name = "windows-sys"
16576version = "0.59.0"
16577source = "registry+https://github.com/rust-lang/crates.io-index"
16578checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
16579dependencies = [
16580 "windows-targets 0.52.6",
16581]
16582
16583[[package]]
16584name = "windows-targets"
16585version = "0.42.2"
16586source = "registry+https://github.com/rust-lang/crates.io-index"
16587checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
16588dependencies = [
16589 "windows_aarch64_gnullvm 0.42.2",
16590 "windows_aarch64_msvc 0.42.2",
16591 "windows_i686_gnu 0.42.2",
16592 "windows_i686_msvc 0.42.2",
16593 "windows_x86_64_gnu 0.42.2",
16594 "windows_x86_64_gnullvm 0.42.2",
16595 "windows_x86_64_msvc 0.42.2",
16596]
16597
16598[[package]]
16599name = "windows-targets"
16600version = "0.48.5"
16601source = "registry+https://github.com/rust-lang/crates.io-index"
16602checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
16603dependencies = [
16604 "windows_aarch64_gnullvm 0.48.5",
16605 "windows_aarch64_msvc 0.48.5",
16606 "windows_i686_gnu 0.48.5",
16607 "windows_i686_msvc 0.48.5",
16608 "windows_x86_64_gnu 0.48.5",
16609 "windows_x86_64_gnullvm 0.48.5",
16610 "windows_x86_64_msvc 0.48.5",
16611]
16612
16613[[package]]
16614name = "windows-targets"
16615version = "0.52.6"
16616source = "registry+https://github.com/rust-lang/crates.io-index"
16617checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
16618dependencies = [
16619 "windows_aarch64_gnullvm 0.52.6",
16620 "windows_aarch64_msvc 0.52.6",
16621 "windows_i686_gnu 0.52.6",
16622 "windows_i686_gnullvm",
16623 "windows_i686_msvc 0.52.6",
16624 "windows_x86_64_gnu 0.52.6",
16625 "windows_x86_64_gnullvm 0.52.6",
16626 "windows_x86_64_msvc 0.52.6",
16627]
16628
16629[[package]]
16630name = "windows_aarch64_gnullvm"
16631version = "0.42.2"
16632source = "registry+https://github.com/rust-lang/crates.io-index"
16633checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
16634
16635[[package]]
16636name = "windows_aarch64_gnullvm"
16637version = "0.48.5"
16638source = "registry+https://github.com/rust-lang/crates.io-index"
16639checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
16640
16641[[package]]
16642name = "windows_aarch64_gnullvm"
16643version = "0.52.6"
16644source = "registry+https://github.com/rust-lang/crates.io-index"
16645checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
16646
16647[[package]]
16648name = "windows_aarch64_msvc"
16649version = "0.42.2"
16650source = "registry+https://github.com/rust-lang/crates.io-index"
16651checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
16652
16653[[package]]
16654name = "windows_aarch64_msvc"
16655version = "0.48.5"
16656source = "registry+https://github.com/rust-lang/crates.io-index"
16657checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
16658
16659[[package]]
16660name = "windows_aarch64_msvc"
16661version = "0.52.6"
16662source = "registry+https://github.com/rust-lang/crates.io-index"
16663checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
16664
16665[[package]]
16666name = "windows_i686_gnu"
16667version = "0.42.2"
16668source = "registry+https://github.com/rust-lang/crates.io-index"
16669checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
16670
16671[[package]]
16672name = "windows_i686_gnu"
16673version = "0.48.5"
16674source = "registry+https://github.com/rust-lang/crates.io-index"
16675checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
16676
16677[[package]]
16678name = "windows_i686_gnu"
16679version = "0.52.6"
16680source = "registry+https://github.com/rust-lang/crates.io-index"
16681checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
16682
16683[[package]]
16684name = "windows_i686_gnullvm"
16685version = "0.52.6"
16686source = "registry+https://github.com/rust-lang/crates.io-index"
16687checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
16688
16689[[package]]
16690name = "windows_i686_msvc"
16691version = "0.42.2"
16692source = "registry+https://github.com/rust-lang/crates.io-index"
16693checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
16694
16695[[package]]
16696name = "windows_i686_msvc"
16697version = "0.48.5"
16698source = "registry+https://github.com/rust-lang/crates.io-index"
16699checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
16700
16701[[package]]
16702name = "windows_i686_msvc"
16703version = "0.52.6"
16704source = "registry+https://github.com/rust-lang/crates.io-index"
16705checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
16706
16707[[package]]
16708name = "windows_x86_64_gnu"
16709version = "0.42.2"
16710source = "registry+https://github.com/rust-lang/crates.io-index"
16711checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
16712
16713[[package]]
16714name = "windows_x86_64_gnu"
16715version = "0.48.5"
16716source = "registry+https://github.com/rust-lang/crates.io-index"
16717checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
16718
16719[[package]]
16720name = "windows_x86_64_gnu"
16721version = "0.52.6"
16722source = "registry+https://github.com/rust-lang/crates.io-index"
16723checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
16724
16725[[package]]
16726name = "windows_x86_64_gnullvm"
16727version = "0.42.2"
16728source = "registry+https://github.com/rust-lang/crates.io-index"
16729checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
16730
16731[[package]]
16732name = "windows_x86_64_gnullvm"
16733version = "0.48.5"
16734source = "registry+https://github.com/rust-lang/crates.io-index"
16735checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
16736
16737[[package]]
16738name = "windows_x86_64_gnullvm"
16739version = "0.52.6"
16740source = "registry+https://github.com/rust-lang/crates.io-index"
16741checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
16742
16743[[package]]
16744name = "windows_x86_64_msvc"
16745version = "0.42.2"
16746source = "registry+https://github.com/rust-lang/crates.io-index"
16747checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
16748
16749[[package]]
16750name = "windows_x86_64_msvc"
16751version = "0.48.5"
16752source = "registry+https://github.com/rust-lang/crates.io-index"
16753checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
16754
16755[[package]]
16756name = "windows_x86_64_msvc"
16757version = "0.52.6"
16758source = "registry+https://github.com/rust-lang/crates.io-index"
16759checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
16760
16761[[package]]
16762name = "winnow"
16763version = "0.6.20"
16764source = "registry+https://github.com/rust-lang/crates.io-index"
16765checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
16766dependencies = [
16767 "memchr",
16768]
16769
16770[[package]]
16771name = "winnow"
16772version = "0.7.1"
16773source = "registry+https://github.com/rust-lang/crates.io-index"
16774checksum = "86e376c75f4f43f44db463cf729e0d3acbf954d13e22c51e26e4c264b4ab545f"
16775dependencies = [
16776 "memchr",
16777]
16778
16779[[package]]
16780name = "winreg"
16781version = "0.50.0"
16782source = "registry+https://github.com/rust-lang/crates.io-index"
16783checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
16784dependencies = [
16785 "cfg-if",
16786 "windows-sys 0.48.0",
16787]
16788
16789[[package]]
16790name = "winreg"
16791version = "0.52.0"
16792source = "registry+https://github.com/rust-lang/crates.io-index"
16793checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
16794dependencies = [
16795 "cfg-if",
16796 "windows-sys 0.48.0",
16797]
16798
16799[[package]]
16800name = "winresource"
16801version = "0.1.20"
16802source = "registry+https://github.com/rust-lang/crates.io-index"
16803checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
16804dependencies = [
16805 "toml 0.8.20",
16806 "version_check",
16807]
16808
16809[[package]]
16810name = "winsafe"
16811version = "0.0.19"
16812source = "registry+https://github.com/rust-lang/crates.io-index"
16813checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
16814
16815[[package]]
16816name = "winx"
16817version = "0.36.4"
16818source = "registry+https://github.com/rust-lang/crates.io-index"
16819checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
16820dependencies = [
16821 "bitflags 2.8.0",
16822 "windows-sys 0.52.0",
16823]
16824
16825[[package]]
16826name = "wio"
16827version = "0.2.2"
16828source = "registry+https://github.com/rust-lang/crates.io-index"
16829checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
16830dependencies = [
16831 "winapi",
16832]
16833
16834[[package]]
16835name = "wit-bindgen"
16836version = "0.22.0"
16837source = "registry+https://github.com/rust-lang/crates.io-index"
16838checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
16839dependencies = [
16840 "bitflags 2.8.0",
16841 "wit-bindgen-rt 0.22.0",
16842 "wit-bindgen-rust-macro",
16843]
16844
16845[[package]]
16846name = "wit-bindgen-core"
16847version = "0.22.0"
16848source = "registry+https://github.com/rust-lang/crates.io-index"
16849checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
16850dependencies = [
16851 "anyhow",
16852 "wit-parser 0.201.0",
16853]
16854
16855[[package]]
16856name = "wit-bindgen-rt"
16857version = "0.22.0"
16858source = "registry+https://github.com/rust-lang/crates.io-index"
16859checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
16860
16861[[package]]
16862name = "wit-bindgen-rt"
16863version = "0.33.0"
16864source = "registry+https://github.com/rust-lang/crates.io-index"
16865checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
16866dependencies = [
16867 "bitflags 2.8.0",
16868]
16869
16870[[package]]
16871name = "wit-bindgen-rust"
16872version = "0.22.0"
16873source = "registry+https://github.com/rust-lang/crates.io-index"
16874checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
16875dependencies = [
16876 "anyhow",
16877 "heck 0.4.1",
16878 "indexmap",
16879 "wasm-metadata 0.201.0",
16880 "wit-bindgen-core",
16881 "wit-component 0.201.0",
16882]
16883
16884[[package]]
16885name = "wit-bindgen-rust-macro"
16886version = "0.22.0"
16887source = "registry+https://github.com/rust-lang/crates.io-index"
16888checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
16889dependencies = [
16890 "anyhow",
16891 "proc-macro2",
16892 "quote",
16893 "syn 2.0.100",
16894 "wit-bindgen-core",
16895 "wit-bindgen-rust",
16896]
16897
16898[[package]]
16899name = "wit-component"
16900version = "0.201.0"
16901source = "registry+https://github.com/rust-lang/crates.io-index"
16902checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
16903dependencies = [
16904 "anyhow",
16905 "bitflags 2.8.0",
16906 "indexmap",
16907 "log",
16908 "serde",
16909 "serde_derive",
16910 "serde_json",
16911 "wasm-encoder 0.201.0",
16912 "wasm-metadata 0.201.0",
16913 "wasmparser 0.201.0",
16914 "wit-parser 0.201.0",
16915]
16916
16917[[package]]
16918name = "wit-component"
16919version = "0.221.3"
16920source = "registry+https://github.com/rust-lang/crates.io-index"
16921checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
16922dependencies = [
16923 "anyhow",
16924 "bitflags 2.8.0",
16925 "indexmap",
16926 "log",
16927 "serde",
16928 "serde_derive",
16929 "serde_json",
16930 "wasm-encoder 0.221.3",
16931 "wasm-metadata 0.221.3",
16932 "wasmparser 0.221.3",
16933 "wit-parser 0.221.3",
16934]
16935
16936[[package]]
16937name = "wit-parser"
16938version = "0.201.0"
16939source = "registry+https://github.com/rust-lang/crates.io-index"
16940checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
16941dependencies = [
16942 "anyhow",
16943 "id-arena",
16944 "indexmap",
16945 "log",
16946 "semver",
16947 "serde",
16948 "serde_derive",
16949 "serde_json",
16950 "unicode-xid",
16951 "wasmparser 0.201.0",
16952]
16953
16954[[package]]
16955name = "wit-parser"
16956version = "0.221.3"
16957source = "registry+https://github.com/rust-lang/crates.io-index"
16958checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
16959dependencies = [
16960 "anyhow",
16961 "id-arena",
16962 "indexmap",
16963 "log",
16964 "semver",
16965 "serde",
16966 "serde_derive",
16967 "serde_json",
16968 "unicode-xid",
16969 "wasmparser 0.221.3",
16970]
16971
16972[[package]]
16973name = "witx"
16974version = "0.9.1"
16975source = "registry+https://github.com/rust-lang/crates.io-index"
16976checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
16977dependencies = [
16978 "anyhow",
16979 "log",
16980 "thiserror 1.0.69",
16981 "wast",
16982]
16983
16984[[package]]
16985name = "workspace"
16986version = "0.1.0"
16987dependencies = [
16988 "any_vec",
16989 "anyhow",
16990 "async-recursion 1.1.1",
16991 "bincode",
16992 "call",
16993 "client",
16994 "clock",
16995 "collections",
16996 "component",
16997 "dap",
16998 "db",
16999 "derive_more",
17000 "env_logger 0.11.7",
17001 "fs",
17002 "futures 0.3.31",
17003 "gpui",
17004 "http_client",
17005 "itertools 0.14.0",
17006 "language",
17007 "log",
17008 "node_runtime",
17009 "parking_lot",
17010 "postage",
17011 "project",
17012 "remote",
17013 "schemars",
17014 "serde",
17015 "serde_json",
17016 "session",
17017 "settings",
17018 "smallvec",
17019 "sqlez",
17020 "strum",
17021 "task",
17022 "telemetry",
17023 "tempfile",
17024 "theme",
17025 "ui",
17026 "util",
17027 "uuid",
17028 "zed_actions",
17029]
17030
17031[[package]]
17032name = "worktree"
17033version = "0.1.0"
17034dependencies = [
17035 "anyhow",
17036 "clock",
17037 "collections",
17038 "env_logger 0.11.7",
17039 "fs",
17040 "futures 0.3.31",
17041 "fuzzy",
17042 "git",
17043 "git2",
17044 "git_hosting_providers",
17045 "gpui",
17046 "http_client",
17047 "ignore",
17048 "language",
17049 "log",
17050 "parking_lot",
17051 "paths",
17052 "postage",
17053 "pretty_assertions",
17054 "rand 0.8.5",
17055 "rpc",
17056 "schemars",
17057 "serde",
17058 "serde_json",
17059 "settings",
17060 "smallvec",
17061 "smol",
17062 "sum_tree",
17063 "text",
17064 "util",
17065]
17066
17067[[package]]
17068name = "write16"
17069version = "1.0.0"
17070source = "registry+https://github.com/rust-lang/crates.io-index"
17071checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
17072
17073[[package]]
17074name = "writeable"
17075version = "0.5.5"
17076source = "registry+https://github.com/rust-lang/crates.io-index"
17077checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
17078
17079[[package]]
17080name = "wyz"
17081version = "0.5.1"
17082source = "registry+https://github.com/rust-lang/crates.io-index"
17083checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
17084dependencies = [
17085 "tap",
17086]
17087
17088[[package]]
17089name = "x11-clipboard"
17090version = "0.9.3"
17091source = "registry+https://github.com/rust-lang/crates.io-index"
17092checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
17093dependencies = [
17094 "libc",
17095 "x11rb",
17096]
17097
17098[[package]]
17099name = "x11rb"
17100version = "0.13.1"
17101source = "registry+https://github.com/rust-lang/crates.io-index"
17102checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
17103dependencies = [
17104 "as-raw-xcb-connection",
17105 "gethostname",
17106 "libc",
17107 "rustix",
17108 "x11rb-protocol",
17109]
17110
17111[[package]]
17112name = "x11rb-protocol"
17113version = "0.13.1"
17114source = "registry+https://github.com/rust-lang/crates.io-index"
17115checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
17116
17117[[package]]
17118name = "xattr"
17119version = "0.2.3"
17120source = "registry+https://github.com/rust-lang/crates.io-index"
17121checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
17122dependencies = [
17123 "libc",
17124]
17125
17126[[package]]
17127name = "xcursor"
17128version = "0.3.8"
17129source = "registry+https://github.com/rust-lang/crates.io-index"
17130checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
17131
17132[[package]]
17133name = "xdg-home"
17134version = "1.3.0"
17135source = "registry+https://github.com/rust-lang/crates.io-index"
17136checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
17137dependencies = [
17138 "libc",
17139 "windows-sys 0.59.0",
17140]
17141
17142[[package]]
17143name = "xim"
17144version = "0.4.0"
17145source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17146dependencies = [
17147 "ahash 0.8.11",
17148 "hashbrown 0.14.5",
17149 "log",
17150 "x11rb",
17151 "xim-ctext",
17152 "xim-parser",
17153]
17154
17155[[package]]
17156name = "xim-ctext"
17157version = "0.3.0"
17158source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17159dependencies = [
17160 "encoding_rs",
17161]
17162
17163[[package]]
17164name = "xim-parser"
17165version = "0.2.1"
17166source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17167dependencies = [
17168 "bitflags 2.8.0",
17169]
17170
17171[[package]]
17172name = "xkbcommon"
17173version = "0.8.0"
17174source = "registry+https://github.com/rust-lang/crates.io-index"
17175checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
17176dependencies = [
17177 "as-raw-xcb-connection",
17178 "libc",
17179 "memmap2",
17180 "xkeysym",
17181]
17182
17183[[package]]
17184name = "xkeysym"
17185version = "0.2.1"
17186source = "registry+https://github.com/rust-lang/crates.io-index"
17187checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
17188
17189[[package]]
17190name = "xml5ever"
17191version = "0.18.1"
17192source = "registry+https://github.com/rust-lang/crates.io-index"
17193checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
17194dependencies = [
17195 "log",
17196 "mac",
17197 "markup5ever",
17198]
17199
17200[[package]]
17201name = "xmlparser"
17202version = "0.13.6"
17203source = "registry+https://github.com/rust-lang/crates.io-index"
17204checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
17205
17206[[package]]
17207name = "xmlwriter"
17208version = "0.1.0"
17209source = "registry+https://github.com/rust-lang/crates.io-index"
17210checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
17211
17212[[package]]
17213name = "xtask"
17214version = "0.1.0"
17215dependencies = [
17216 "anyhow",
17217 "cargo_metadata",
17218 "cargo_toml",
17219 "clap",
17220]
17221
17222[[package]]
17223name = "yaml-rust2"
17224version = "0.8.1"
17225source = "registry+https://github.com/rust-lang/crates.io-index"
17226checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
17227dependencies = [
17228 "arraydeque",
17229 "encoding_rs",
17230 "hashlink 0.8.4",
17231]
17232
17233[[package]]
17234name = "yansi"
17235version = "1.0.1"
17236source = "registry+https://github.com/rust-lang/crates.io-index"
17237checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
17238
17239[[package]]
17240name = "yazi"
17241version = "0.2.1"
17242source = "registry+https://github.com/rust-lang/crates.io-index"
17243checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
17244
17245[[package]]
17246name = "yeslogic-fontconfig-sys"
17247version = "6.0.0"
17248source = "registry+https://github.com/rust-lang/crates.io-index"
17249checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
17250dependencies = [
17251 "dlib",
17252 "once_cell",
17253 "pkg-config",
17254]
17255
17256[[package]]
17257name = "yoke"
17258version = "0.7.5"
17259source = "registry+https://github.com/rust-lang/crates.io-index"
17260checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
17261dependencies = [
17262 "serde",
17263 "stable_deref_trait",
17264 "yoke-derive",
17265 "zerofrom",
17266]
17267
17268[[package]]
17269name = "yoke-derive"
17270version = "0.7.5"
17271source = "registry+https://github.com/rust-lang/crates.io-index"
17272checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
17273dependencies = [
17274 "proc-macro2",
17275 "quote",
17276 "syn 2.0.100",
17277 "synstructure",
17278]
17279
17280[[package]]
17281name = "zbus"
17282version = "5.5.0"
17283source = "registry+https://github.com/rust-lang/crates.io-index"
17284checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
17285dependencies = [
17286 "async-broadcast",
17287 "async-executor",
17288 "async-fs",
17289 "async-io",
17290 "async-lock",
17291 "async-process",
17292 "async-recursion 1.1.1",
17293 "async-task",
17294 "async-trait",
17295 "blocking",
17296 "enumflags2",
17297 "event-listener 5.3.1",
17298 "futures-core",
17299 "futures-lite 2.6.0",
17300 "hex",
17301 "nix",
17302 "ordered-stream",
17303 "serde",
17304 "serde_repr",
17305 "static_assertions",
17306 "tracing",
17307 "uds_windows",
17308 "windows-sys 0.59.0",
17309 "winnow 0.7.1",
17310 "xdg-home",
17311 "zbus_macros",
17312 "zbus_names",
17313 "zvariant",
17314]
17315
17316[[package]]
17317name = "zbus_macros"
17318version = "5.5.0"
17319source = "registry+https://github.com/rust-lang/crates.io-index"
17320checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
17321dependencies = [
17322 "proc-macro-crate",
17323 "proc-macro2",
17324 "quote",
17325 "syn 2.0.100",
17326 "zbus_names",
17327 "zvariant",
17328 "zvariant_utils",
17329]
17330
17331[[package]]
17332name = "zbus_names"
17333version = "4.1.0"
17334source = "registry+https://github.com/rust-lang/crates.io-index"
17335checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
17336dependencies = [
17337 "serde",
17338 "static_assertions",
17339 "winnow 0.6.20",
17340 "zvariant",
17341]
17342
17343[[package]]
17344name = "zed"
17345version = "0.181.0"
17346dependencies = [
17347 "activity_indicator",
17348 "anyhow",
17349 "ashpd",
17350 "assets",
17351 "assistant",
17352 "assistant2",
17353 "assistant_context_editor",
17354 "assistant_settings",
17355 "assistant_tools",
17356 "async-watch",
17357 "audio",
17358 "auto_update",
17359 "auto_update_ui",
17360 "backtrace",
17361 "breadcrumbs",
17362 "call",
17363 "channel",
17364 "chrono",
17365 "clap",
17366 "cli",
17367 "client",
17368 "collab_ui",
17369 "collections",
17370 "command_palette",
17371 "command_palette_hooks",
17372 "component_preview",
17373 "copilot",
17374 "dap",
17375 "dap_adapters",
17376 "db",
17377 "debugger_tools",
17378 "debugger_ui",
17379 "diagnostics",
17380 "editor",
17381 "env_logger 0.11.7",
17382 "extension",
17383 "extension_host",
17384 "extensions_ui",
17385 "feature_flags",
17386 "feedback",
17387 "file_finder",
17388 "fs",
17389 "futures 0.3.31",
17390 "git",
17391 "git_hosting_providers",
17392 "git_ui",
17393 "go_to_line",
17394 "gpui",
17395 "gpui_tokio",
17396 "http_client",
17397 "image_viewer",
17398 "inline_completion_button",
17399 "install_cli",
17400 "journal",
17401 "language",
17402 "language_extension",
17403 "language_model",
17404 "language_models",
17405 "language_selector",
17406 "language_tools",
17407 "languages",
17408 "libc",
17409 "log",
17410 "markdown_preview",
17411 "menu",
17412 "migrator",
17413 "mimalloc",
17414 "nix",
17415 "node_runtime",
17416 "notifications",
17417 "outline",
17418 "outline_panel",
17419 "parking_lot",
17420 "paths",
17421 "picker",
17422 "profiling",
17423 "project",
17424 "project_panel",
17425 "project_symbols",
17426 "prompt_store",
17427 "proto",
17428 "recent_projects",
17429 "release_channel",
17430 "remote",
17431 "repl",
17432 "reqwest_client",
17433 "rope",
17434 "search",
17435 "serde",
17436 "serde_json",
17437 "session",
17438 "settings",
17439 "settings_ui",
17440 "shellexpand 2.1.2",
17441 "simplelog",
17442 "smol",
17443 "snippet_provider",
17444 "snippets_ui",
17445 "supermaven",
17446 "sysinfo",
17447 "tab_switcher",
17448 "task",
17449 "tasks_ui",
17450 "telemetry",
17451 "telemetry_events",
17452 "terminal_view",
17453 "theme",
17454 "theme_extension",
17455 "theme_selector",
17456 "time",
17457 "title_bar",
17458 "toolchain_selector",
17459 "tree-sitter-md",
17460 "tree-sitter-rust",
17461 "ui",
17462 "ui_prompt",
17463 "url",
17464 "urlencoding",
17465 "util",
17466 "uuid",
17467 "vim",
17468 "vim_mode_setting",
17469 "welcome",
17470 "windows 0.61.1",
17471 "winresource",
17472 "workspace",
17473 "zed_actions",
17474 "zeta",
17475 "zlog_settings",
17476]
17477
17478[[package]]
17479name = "zed_actions"
17480version = "0.1.0"
17481dependencies = [
17482 "gpui",
17483 "schemars",
17484 "serde",
17485]
17486
17487[[package]]
17488name = "zed_emmet"
17489version = "0.0.3"
17490dependencies = [
17491 "zed_extension_api 0.1.0",
17492]
17493
17494[[package]]
17495name = "zed_extension_api"
17496version = "0.1.0"
17497source = "registry+https://github.com/rust-lang/crates.io-index"
17498checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
17499dependencies = [
17500 "serde",
17501 "serde_json",
17502 "wit-bindgen",
17503]
17504
17505[[package]]
17506name = "zed_extension_api"
17507version = "0.4.0"
17508dependencies = [
17509 "serde",
17510 "serde_json",
17511 "wit-bindgen",
17512]
17513
17514[[package]]
17515name = "zed_glsl"
17516version = "0.1.0"
17517dependencies = [
17518 "zed_extension_api 0.1.0",
17519]
17520
17521[[package]]
17522name = "zed_html"
17523version = "0.2.0"
17524dependencies = [
17525 "zed_extension_api 0.1.0",
17526]
17527
17528[[package]]
17529name = "zed_llm_client"
17530version = "0.4.1"
17531source = "registry+https://github.com/rust-lang/crates.io-index"
17532checksum = "1bf21350eced858d129840589158a8f6895c4fa4327ae56dd8c7d6a98495bed4"
17533dependencies = [
17534 "serde",
17535 "serde_json",
17536 "uuid",
17537]
17538
17539[[package]]
17540name = "zed_proto"
17541version = "0.2.1"
17542dependencies = [
17543 "zed_extension_api 0.1.0",
17544]
17545
17546[[package]]
17547name = "zed_ruff"
17548version = "0.1.0"
17549dependencies = [
17550 "zed_extension_api 0.1.0",
17551]
17552
17553[[package]]
17554name = "zed_snippets"
17555version = "0.0.5"
17556dependencies = [
17557 "serde_json",
17558 "zed_extension_api 0.1.0",
17559]
17560
17561[[package]]
17562name = "zed_test_extension"
17563version = "0.1.0"
17564dependencies = [
17565 "zed_extension_api 0.4.0",
17566]
17567
17568[[package]]
17569name = "zed_toml"
17570version = "0.1.3"
17571dependencies = [
17572 "zed_extension_api 0.1.0",
17573]
17574
17575[[package]]
17576name = "zeno"
17577version = "0.3.2"
17578source = "registry+https://github.com/rust-lang/crates.io-index"
17579checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
17580
17581[[package]]
17582name = "zerocopy"
17583version = "0.7.35"
17584source = "registry+https://github.com/rust-lang/crates.io-index"
17585checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
17586dependencies = [
17587 "byteorder",
17588 "zerocopy-derive 0.7.35",
17589]
17590
17591[[package]]
17592name = "zerocopy"
17593version = "0.8.18"
17594source = "registry+https://github.com/rust-lang/crates.io-index"
17595checksum = "79386d31a42a4996e3336b0919ddb90f81112af416270cff95b5f5af22b839c2"
17596dependencies = [
17597 "zerocopy-derive 0.8.18",
17598]
17599
17600[[package]]
17601name = "zerocopy-derive"
17602version = "0.7.35"
17603source = "registry+https://github.com/rust-lang/crates.io-index"
17604checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
17605dependencies = [
17606 "proc-macro2",
17607 "quote",
17608 "syn 2.0.100",
17609]
17610
17611[[package]]
17612name = "zerocopy-derive"
17613version = "0.8.18"
17614source = "registry+https://github.com/rust-lang/crates.io-index"
17615checksum = "76331675d372f91bf8d17e13afbd5fe639200b73d01f0fc748bb059f9cca2db7"
17616dependencies = [
17617 "proc-macro2",
17618 "quote",
17619 "syn 2.0.100",
17620]
17621
17622[[package]]
17623name = "zerofrom"
17624version = "0.1.5"
17625source = "registry+https://github.com/rust-lang/crates.io-index"
17626checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
17627dependencies = [
17628 "zerofrom-derive",
17629]
17630
17631[[package]]
17632name = "zerofrom-derive"
17633version = "0.1.5"
17634source = "registry+https://github.com/rust-lang/crates.io-index"
17635checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
17636dependencies = [
17637 "proc-macro2",
17638 "quote",
17639 "syn 2.0.100",
17640 "synstructure",
17641]
17642
17643[[package]]
17644name = "zeroize"
17645version = "1.8.1"
17646source = "registry+https://github.com/rust-lang/crates.io-index"
17647checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
17648dependencies = [
17649 "zeroize_derive",
17650]
17651
17652[[package]]
17653name = "zeroize_derive"
17654version = "1.4.2"
17655source = "registry+https://github.com/rust-lang/crates.io-index"
17656checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
17657dependencies = [
17658 "proc-macro2",
17659 "quote",
17660 "syn 2.0.100",
17661]
17662
17663[[package]]
17664name = "zeromq"
17665version = "0.5.0-pre"
17666source = "registry+https://github.com/rust-lang/crates.io-index"
17667checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
17668dependencies = [
17669 "async-dispatcher",
17670 "async-std",
17671 "async-trait",
17672 "asynchronous-codec",
17673 "bytes 1.10.1",
17674 "crossbeam-queue",
17675 "dashmap 5.5.3",
17676 "futures 0.3.31",
17677 "log",
17678 "num-traits",
17679 "once_cell",
17680 "parking_lot",
17681 "rand 0.8.5",
17682 "regex",
17683 "thiserror 1.0.69",
17684 "uuid",
17685]
17686
17687[[package]]
17688name = "zerovec"
17689version = "0.10.4"
17690source = "registry+https://github.com/rust-lang/crates.io-index"
17691checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
17692dependencies = [
17693 "yoke",
17694 "zerofrom",
17695 "zerovec-derive",
17696]
17697
17698[[package]]
17699name = "zerovec-derive"
17700version = "0.10.3"
17701source = "registry+https://github.com/rust-lang/crates.io-index"
17702checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
17703dependencies = [
17704 "proc-macro2",
17705 "quote",
17706 "syn 2.0.100",
17707]
17708
17709[[package]]
17710name = "zeta"
17711version = "0.1.0"
17712dependencies = [
17713 "anyhow",
17714 "arrayvec",
17715 "call",
17716 "client",
17717 "clock",
17718 "collections",
17719 "command_palette_hooks",
17720 "ctor",
17721 "db",
17722 "editor",
17723 "env_logger 0.11.7",
17724 "feature_flags",
17725 "fs",
17726 "futures 0.3.31",
17727 "gpui",
17728 "http_client",
17729 "indoc",
17730 "inline_completion",
17731 "language",
17732 "language_model",
17733 "log",
17734 "menu",
17735 "migrator",
17736 "paths",
17737 "postage",
17738 "project",
17739 "regex",
17740 "release_channel",
17741 "reqwest_client",
17742 "rpc",
17743 "serde",
17744 "serde_json",
17745 "settings",
17746 "telemetry",
17747 "telemetry_events",
17748 "theme",
17749 "thiserror 2.0.12",
17750 "tree-sitter-go",
17751 "tree-sitter-rust",
17752 "ui",
17753 "unindent",
17754 "util",
17755 "uuid",
17756 "workspace",
17757 "worktree",
17758 "zed_actions",
17759 "zed_llm_client",
17760]
17761
17762[[package]]
17763name = "zip"
17764version = "0.6.6"
17765source = "registry+https://github.com/rust-lang/crates.io-index"
17766checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
17767dependencies = [
17768 "aes",
17769 "byteorder",
17770 "bzip2",
17771 "constant_time_eq 0.1.5",
17772 "crc32fast",
17773 "crossbeam-utils",
17774 "flate2",
17775 "hmac",
17776 "pbkdf2 0.11.0",
17777 "sha1",
17778 "time",
17779 "zstd",
17780]
17781
17782[[package]]
17783name = "zlog"
17784version = "0.1.0"
17785dependencies = [
17786 "log",
17787]
17788
17789[[package]]
17790name = "zlog_settings"
17791version = "0.1.0"
17792dependencies = [
17793 "anyhow",
17794 "gpui",
17795 "schemars",
17796 "serde",
17797 "settings",
17798 "zlog",
17799]
17800
17801[[package]]
17802name = "zstd"
17803version = "0.11.2+zstd.1.5.2"
17804source = "registry+https://github.com/rust-lang/crates.io-index"
17805checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
17806dependencies = [
17807 "zstd-safe",
17808]
17809
17810[[package]]
17811name = "zstd-safe"
17812version = "5.0.2+zstd.1.5.2"
17813source = "registry+https://github.com/rust-lang/crates.io-index"
17814checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
17815dependencies = [
17816 "libc",
17817 "zstd-sys",
17818]
17819
17820[[package]]
17821name = "zstd-sys"
17822version = "2.0.13+zstd.1.5.6"
17823source = "registry+https://github.com/rust-lang/crates.io-index"
17824checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
17825dependencies = [
17826 "cc",
17827 "pkg-config",
17828]
17829
17830[[package]]
17831name = "zune-core"
17832version = "0.4.12"
17833source = "registry+https://github.com/rust-lang/crates.io-index"
17834checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
17835
17836[[package]]
17837name = "zune-inflate"
17838version = "0.2.54"
17839source = "registry+https://github.com/rust-lang/crates.io-index"
17840checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
17841dependencies = [
17842 "simd-adler32",
17843]
17844
17845[[package]]
17846name = "zune-jpeg"
17847version = "0.4.13"
17848source = "registry+https://github.com/rust-lang/crates.io-index"
17849checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
17850dependencies = [
17851 "zune-core",
17852]
17853
17854[[package]]
17855name = "zvariant"
17856version = "5.4.0"
17857source = "registry+https://github.com/rust-lang/crates.io-index"
17858checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
17859dependencies = [
17860 "endi",
17861 "enumflags2",
17862 "serde",
17863 "static_assertions",
17864 "url",
17865 "winnow 0.7.1",
17866 "zvariant_derive",
17867 "zvariant_utils",
17868]
17869
17870[[package]]
17871name = "zvariant_derive"
17872version = "5.4.0"
17873source = "registry+https://github.com/rust-lang/crates.io-index"
17874checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
17875dependencies = [
17876 "proc-macro-crate",
17877 "proc-macro2",
17878 "quote",
17879 "syn 2.0.100",
17880 "zvariant_utils",
17881]
17882
17883[[package]]
17884name = "zvariant_utils"
17885version = "3.2.0"
17886source = "registry+https://github.com/rust-lang/crates.io-index"
17887checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
17888dependencies = [
17889 "proc-macro2",
17890 "quote",
17891 "serde",
17892 "static_assertions",
17893 "syn 2.0.100",
17894 "winnow 0.7.1",
17895]