Cargo.lock

    1# This file is automatically @generated by Cargo.
    2# It is not intended for manual editing.
    3version = 4
    4
    5[[package]]
    6name = "acp_thread"
    7version = "0.1.0"
    8dependencies = [
    9 "action_log",
   10 "agent-client-protocol",
   11 "anyhow",
   12 "base64 0.22.1",
   13 "buffer_diff",
   14 "chrono",
   15 "collections",
   16 "env_logger 0.11.8",
   17 "file_icons",
   18 "futures 0.3.32",
   19 "gpui",
   20 "image",
   21 "indoc",
   22 "itertools 0.14.0",
   23 "language",
   24 "language_model",
   25 "log",
   26 "markdown",
   27 "multi_buffer",
   28 "parking_lot",
   29 "portable-pty",
   30 "project",
   31 "prompt_store",
   32 "rand 0.9.2",
   33 "serde",
   34 "serde_json",
   35 "settings",
   36 "smol",
   37 "task",
   38 "telemetry",
   39 "terminal",
   40 "text",
   41 "ui",
   42 "url",
   43 "urlencoding",
   44 "util",
   45 "uuid",
   46 "watch",
   47]
   48
   49[[package]]
   50name = "acp_tools"
   51version = "0.1.0"
   52dependencies = [
   53 "agent-client-protocol",
   54 "collections",
   55 "gpui",
   56 "language",
   57 "markdown",
   58 "project",
   59 "serde",
   60 "serde_json",
   61 "settings",
   62 "theme_settings",
   63 "ui",
   64 "util",
   65 "workspace",
   66]
   67
   68[[package]]
   69name = "action_log"
   70version = "0.1.0"
   71dependencies = [
   72 "anyhow",
   73 "buffer_diff",
   74 "clock",
   75 "collections",
   76 "ctor",
   77 "fs",
   78 "futures 0.3.32",
   79 "gpui",
   80 "language",
   81 "log",
   82 "pretty_assertions",
   83 "project",
   84 "rand 0.9.2",
   85 "serde_json",
   86 "settings",
   87 "telemetry",
   88 "text",
   89 "util",
   90 "watch",
   91 "zlog",
   92]
   93
   94[[package]]
   95name = "activity_indicator"
   96version = "0.1.0"
   97dependencies = [
   98 "anyhow",
   99 "auto_update",
  100 "editor",
  101 "extension_host",
  102 "fs",
  103 "futures 0.3.32",
  104 "gpui",
  105 "language",
  106 "project",
  107 "proto",
  108 "smallvec",
  109 "ui",
  110 "util",
  111 "workspace",
  112]
  113
  114[[package]]
  115name = "addr2line"
  116version = "0.25.1"
  117source = "registry+https://github.com/rust-lang/crates.io-index"
  118checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
  119dependencies = [
  120 "gimli",
  121]
  122
  123[[package]]
  124name = "adler2"
  125version = "2.0.1"
  126source = "registry+https://github.com/rust-lang/crates.io-index"
  127checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
  128
  129[[package]]
  130name = "aes"
  131version = "0.8.4"
  132source = "registry+https://github.com/rust-lang/crates.io-index"
  133checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
  134dependencies = [
  135 "cfg-if",
  136 "cipher",
  137 "cpufeatures",
  138 "zeroize",
  139]
  140
  141[[package]]
  142name = "agent"
  143version = "0.1.0"
  144dependencies = [
  145 "acp_thread",
  146 "action_log",
  147 "agent-client-protocol",
  148 "agent_servers",
  149 "agent_settings",
  150 "anyhow",
  151 "chrono",
  152 "client",
  153 "clock",
  154 "cloud_api_types",
  155 "cloud_llm_client",
  156 "collections",
  157 "context_server",
  158 "ctor",
  159 "db",
  160 "derive_more",
  161 "editor",
  162 "env_logger 0.11.8",
  163 "eval_utils",
  164 "feature_flags",
  165 "fs",
  166 "futures 0.3.32",
  167 "git",
  168 "gpui",
  169 "gpui_tokio",
  170 "handlebars 4.5.0",
  171 "heck 0.5.0",
  172 "html_to_markdown",
  173 "http_client",
  174 "indoc",
  175 "itertools 0.14.0",
  176 "language",
  177 "language_model",
  178 "language_models",
  179 "log",
  180 "lsp",
  181 "open",
  182 "parking_lot",
  183 "paths",
  184 "pretty_assertions",
  185 "project",
  186 "prompt_store",
  187 "rand 0.9.2",
  188 "regex",
  189 "reqwest_client",
  190 "rust-embed",
  191 "schemars",
  192 "serde",
  193 "serde_json",
  194 "settings",
  195 "shell_command_parser",
  196 "smallvec",
  197 "smol",
  198 "sqlez",
  199 "streaming_diff",
  200 "strsim",
  201 "task",
  202 "telemetry",
  203 "tempfile",
  204 "text",
  205 "theme",
  206 "thiserror 2.0.17",
  207 "ui",
  208 "unindent",
  209 "url",
  210 "util",
  211 "uuid",
  212 "watch",
  213 "web_search",
  214 "zed_env_vars",
  215 "zlog",
  216 "zstd",
  217]
  218
  219[[package]]
  220name = "agent-client-protocol"
  221version = "0.10.2"
  222source = "registry+https://github.com/rust-lang/crates.io-index"
  223checksum = "9c56a59cf6315e99f874d2c1f96c69d2da5ffe0087d211297fc4a41f849770a2"
  224dependencies = [
  225 "agent-client-protocol-schema",
  226 "anyhow",
  227 "async-broadcast",
  228 "async-trait",
  229 "derive_more",
  230 "futures 0.3.32",
  231 "log",
  232 "serde",
  233 "serde_json",
  234]
  235
  236[[package]]
  237name = "agent-client-protocol-schema"
  238version = "0.11.2"
  239source = "registry+https://github.com/rust-lang/crates.io-index"
  240checksum = "e0497b9a95a404e35799904835c57c6f8c69b9d08ccfd3cb5b7d746425cd6789"
  241dependencies = [
  242 "anyhow",
  243 "derive_more",
  244 "schemars",
  245 "serde",
  246 "serde_json",
  247 "strum 0.28.0",
  248]
  249
  250[[package]]
  251name = "agent_servers"
  252version = "0.1.0"
  253dependencies = [
  254 "acp_thread",
  255 "acp_tools",
  256 "action_log",
  257 "agent-client-protocol",
  258 "anyhow",
  259 "async-trait",
  260 "chrono",
  261 "client",
  262 "collections",
  263 "env_logger 0.11.8",
  264 "feature_flags",
  265 "fs",
  266 "futures 0.3.32",
  267 "google_ai",
  268 "gpui",
  269 "gpui_tokio",
  270 "http_client",
  271 "indoc",
  272 "language_model",
  273 "libc",
  274 "log",
  275 "nix 0.29.0",
  276 "project",
  277 "release_channel",
  278 "reqwest_client",
  279 "serde",
  280 "serde_json",
  281 "settings",
  282 "smol",
  283 "task",
  284 "tempfile",
  285 "terminal",
  286 "thiserror 2.0.17",
  287 "ui",
  288 "util",
  289 "uuid",
  290 "watch",
  291 "zed_credentials_provider",
  292]
  293
  294[[package]]
  295name = "agent_settings"
  296version = "0.1.0"
  297dependencies = [
  298 "agent-client-protocol",
  299 "anyhow",
  300 "collections",
  301 "convert_case 0.8.0",
  302 "fs",
  303 "gpui",
  304 "language_model",
  305 "log",
  306 "paths",
  307 "project",
  308 "regex",
  309 "schemars",
  310 "serde",
  311 "serde_json",
  312 "serde_json_lenient",
  313 "settings",
  314 "util",
  315]
  316
  317[[package]]
  318name = "agent_ui"
  319version = "0.1.0"
  320dependencies = [
  321 "acp_thread",
  322 "action_log",
  323 "agent",
  324 "agent-client-protocol",
  325 "agent_servers",
  326 "agent_settings",
  327 "ai_onboarding",
  328 "anyhow",
  329 "audio",
  330 "base64 0.22.1",
  331 "buffer_diff",
  332 "chrono",
  333 "client",
  334 "cloud_api_types",
  335 "collections",
  336 "command_palette_hooks",
  337 "component",
  338 "context_server",
  339 "db",
  340 "editor",
  341 "eval_utils",
  342 "extension",
  343 "extension_host",
  344 "feature_flags",
  345 "file_icons",
  346 "fs",
  347 "futures 0.3.32",
  348 "fuzzy",
  349 "git",
  350 "gpui",
  351 "gpui_tokio",
  352 "heapless",
  353 "html_to_markdown",
  354 "http_client",
  355 "image",
  356 "indoc",
  357 "itertools 0.14.0",
  358 "jsonschema",
  359 "language",
  360 "language_model",
  361 "language_models",
  362 "languages",
  363 "log",
  364 "lsp",
  365 "markdown",
  366 "menu",
  367 "multi_buffer",
  368 "notifications",
  369 "ordered-float 2.10.1",
  370 "parking_lot",
  371 "paths",
  372 "picker",
  373 "postage",
  374 "pretty_assertions",
  375 "project",
  376 "prompt_store",
  377 "proto",
  378 "rand 0.9.2",
  379 "release_channel",
  380 "reqwest_client",
  381 "rope",
  382 "rules_library",
  383 "schemars",
  384 "semver",
  385 "serde",
  386 "serde_json",
  387 "serde_json_lenient",
  388 "settings",
  389 "smol",
  390 "streaming_diff",
  391 "task",
  392 "telemetry",
  393 "terminal",
  394 "terminal_view",
  395 "text",
  396 "theme",
  397 "theme_settings",
  398 "time",
  399 "time_format",
  400 "tree-sitter-md",
  401 "ui",
  402 "ui_input",
  403 "unindent",
  404 "url",
  405 "util",
  406 "uuid",
  407 "watch",
  408 "workspace",
  409 "zed_actions",
  410]
  411
  412[[package]]
  413name = "ahash"
  414version = "0.7.8"
  415source = "registry+https://github.com/rust-lang/crates.io-index"
  416checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
  417dependencies = [
  418 "getrandom 0.2.16",
  419 "once_cell",
  420 "version_check",
  421]
  422
  423[[package]]
  424name = "ahash"
  425version = "0.8.12"
  426source = "registry+https://github.com/rust-lang/crates.io-index"
  427checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
  428dependencies = [
  429 "cfg-if",
  430 "const-random",
  431 "getrandom 0.3.4",
  432 "once_cell",
  433 "serde",
  434 "version_check",
  435 "zerocopy",
  436]
  437
  438[[package]]
  439name = "aho-corasick"
  440version = "1.1.3"
  441source = "registry+https://github.com/rust-lang/crates.io-index"
  442checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
  443dependencies = [
  444 "memchr",
  445]
  446
  447[[package]]
  448name = "ai_onboarding"
  449version = "0.1.0"
  450dependencies = [
  451 "client",
  452 "cloud_api_types",
  453 "component",
  454 "gpui",
  455 "language_model",
  456 "serde",
  457 "smallvec",
  458 "telemetry",
  459 "ui",
  460 "zed_actions",
  461]
  462
  463[[package]]
  464name = "alacritty_terminal"
  465version = "0.25.1"
  466source = "git+https://github.com/zed-industries/alacritty?rev=9d9640d4#9d9640d4e56d67a09d049f9c0a300aae08d4f61e"
  467dependencies = [
  468 "base64 0.22.1",
  469 "bitflags 2.10.0",
  470 "home",
  471 "libc",
  472 "log",
  473 "mach2 0.5.0",
  474 "miow",
  475 "parking_lot",
  476 "piper",
  477 "polling",
  478 "regex-automata",
  479 "rustix 1.1.2",
  480 "rustix-openpty",
  481 "serde",
  482 "signal-hook",
  483 "unicode-width",
  484 "vte",
  485 "windows-sys 0.59.0",
  486]
  487
  488[[package]]
  489name = "aliasable"
  490version = "0.1.3"
  491source = "registry+https://github.com/rust-lang/crates.io-index"
  492checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  493
  494[[package]]
  495name = "aligned-vec"
  496version = "0.6.4"
  497source = "registry+https://github.com/rust-lang/crates.io-index"
  498checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b"
  499dependencies = [
  500 "equator",
  501]
  502
  503[[package]]
  504name = "allocator-api2"
  505version = "0.2.21"
  506source = "registry+https://github.com/rust-lang/crates.io-index"
  507checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  508
  509[[package]]
  510name = "alsa"
  511version = "0.10.0"
  512source = "registry+https://github.com/rust-lang/crates.io-index"
  513checksum = "7c88dbbce13b232b26250e1e2e6ac18b6a891a646b8148285036ebce260ac5c3"
  514dependencies = [
  515 "alsa-sys",
  516 "bitflags 2.10.0",
  517 "cfg-if",
  518 "libc",
  519]
  520
  521[[package]]
  522name = "alsa-sys"
  523version = "0.3.1"
  524source = "registry+https://github.com/rust-lang/crates.io-index"
  525checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  526dependencies = [
  527 "libc",
  528 "pkg-config",
  529]
  530
  531[[package]]
  532name = "ambient-authority"
  533version = "0.0.2"
  534source = "registry+https://github.com/rust-lang/crates.io-index"
  535checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  536
  537[[package]]
  538name = "ammonia"
  539version = "4.1.2"
  540source = "registry+https://github.com/rust-lang/crates.io-index"
  541checksum = "17e913097e1a2124b46746c980134e8c954bc17a6a59bb3fde96f088d126dde6"
  542dependencies = [
  543 "cssparser",
  544 "html5ever 0.35.0",
  545 "maplit",
  546 "tendril",
  547 "url",
  548]
  549
  550[[package]]
  551name = "android_system_properties"
  552version = "0.1.5"
  553source = "registry+https://github.com/rust-lang/crates.io-index"
  554checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  555dependencies = [
  556 "libc",
  557]
  558
  559[[package]]
  560name = "anes"
  561version = "0.1.6"
  562source = "registry+https://github.com/rust-lang/crates.io-index"
  563checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  564
  565[[package]]
  566name = "annotate-snippets"
  567version = "0.12.12"
  568source = "registry+https://github.com/rust-lang/crates.io-index"
  569checksum = "c86cd1c51b95d71dde52bca69ed225008f6ff4c8cc825b08042aa1ef823e1980"
  570dependencies = [
  571 "anstyle",
  572 "memchr",
  573 "unicode-width",
  574]
  575
  576[[package]]
  577name = "anstream"
  578version = "0.6.21"
  579source = "registry+https://github.com/rust-lang/crates.io-index"
  580checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
  581dependencies = [
  582 "anstyle",
  583 "anstyle-parse",
  584 "anstyle-query",
  585 "anstyle-wincon",
  586 "colorchoice",
  587 "is_terminal_polyfill",
  588 "utf8parse",
  589]
  590
  591[[package]]
  592name = "anstyle"
  593version = "1.0.13"
  594source = "registry+https://github.com/rust-lang/crates.io-index"
  595checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
  596
  597[[package]]
  598name = "anstyle-parse"
  599version = "0.2.7"
  600source = "registry+https://github.com/rust-lang/crates.io-index"
  601checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
  602dependencies = [
  603 "utf8parse",
  604]
  605
  606[[package]]
  607name = "anstyle-query"
  608version = "1.1.4"
  609source = "registry+https://github.com/rust-lang/crates.io-index"
  610checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
  611dependencies = [
  612 "windows-sys 0.60.2",
  613]
  614
  615[[package]]
  616name = "anstyle-wincon"
  617version = "3.0.10"
  618source = "registry+https://github.com/rust-lang/crates.io-index"
  619checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
  620dependencies = [
  621 "anstyle",
  622 "once_cell_polyfill",
  623 "windows-sys 0.60.2",
  624]
  625
  626[[package]]
  627name = "anthropic"
  628version = "0.1.0"
  629dependencies = [
  630 "anyhow",
  631 "chrono",
  632 "futures 0.3.32",
  633 "http_client",
  634 "schemars",
  635 "serde",
  636 "serde_json",
  637 "strum 0.27.2",
  638 "thiserror 2.0.17",
  639]
  640
  641[[package]]
  642name = "any_vec"
  643version = "0.14.0"
  644source = "registry+https://github.com/rust-lang/crates.io-index"
  645checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  646
  647[[package]]
  648name = "anyhow"
  649version = "1.0.100"
  650source = "registry+https://github.com/rust-lang/crates.io-index"
  651checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
  652
  653[[package]]
  654name = "approx"
  655version = "0.5.1"
  656source = "registry+https://github.com/rust-lang/crates.io-index"
  657checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  658dependencies = [
  659 "num-traits",
  660]
  661
  662[[package]]
  663name = "ar_archive_writer"
  664version = "0.5.1"
  665source = "registry+https://github.com/rust-lang/crates.io-index"
  666checksum = "7eb93bbb63b9c227414f6eb3a0adfddca591a8ce1e9b60661bb08969b87e340b"
  667dependencies = [
  668 "object",
  669]
  670
  671[[package]]
  672name = "arbitrary"
  673version = "1.4.2"
  674source = "registry+https://github.com/rust-lang/crates.io-index"
  675checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
  676dependencies = [
  677 "derive_arbitrary",
  678]
  679
  680[[package]]
  681name = "arg_enum_proc_macro"
  682version = "0.3.4"
  683source = "registry+https://github.com/rust-lang/crates.io-index"
  684checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  685dependencies = [
  686 "proc-macro2",
  687 "quote",
  688 "syn 2.0.117",
  689]
  690
  691[[package]]
  692name = "arraydeque"
  693version = "0.5.1"
  694source = "registry+https://github.com/rust-lang/crates.io-index"
  695checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
  696
  697[[package]]
  698name = "arrayref"
  699version = "0.3.9"
  700source = "registry+https://github.com/rust-lang/crates.io-index"
  701checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
  702
  703[[package]]
  704name = "arrayvec"
  705version = "0.7.6"
  706source = "registry+https://github.com/rust-lang/crates.io-index"
  707checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
  708
  709[[package]]
  710name = "as-raw-xcb-connection"
  711version = "1.0.1"
  712source = "registry+https://github.com/rust-lang/crates.io-index"
  713checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  714
  715[[package]]
  716name = "ascii"
  717version = "1.1.0"
  718source = "registry+https://github.com/rust-lang/crates.io-index"
  719checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  720
  721[[package]]
  722name = "ash"
  723version = "0.38.0+1.3.281"
  724source = "registry+https://github.com/rust-lang/crates.io-index"
  725checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  726dependencies = [
  727 "libloading",
  728]
  729
  730[[package]]
  731name = "ashpd"
  732version = "0.13.2"
  733source = "registry+https://github.com/rust-lang/crates.io-index"
  734checksum = "0848bedd08067dca1c02c31cbb371a94ad4f2f8a61a82f2c43d96ec36a395244"
  735dependencies = [
  736 "enumflags2",
  737 "futures-channel",
  738 "futures-util",
  739 "getrandom 0.4.1",
  740 "serde",
  741 "serde_repr",
  742 "wayland-backend",
  743 "wayland-client",
  744 "wayland-protocols",
  745 "zbus",
  746]
  747
  748[[package]]
  749name = "askpass"
  750version = "0.1.0"
  751dependencies = [
  752 "anyhow",
  753 "futures 0.3.32",
  754 "gpui",
  755 "log",
  756 "net",
  757 "smol",
  758 "tempfile",
  759 "util",
  760 "windows 0.61.3",
  761 "zeroize",
  762]
  763
  764[[package]]
  765name = "assets"
  766version = "0.1.0"
  767dependencies = [
  768 "anyhow",
  769 "gpui",
  770 "rust-embed",
  771]
  772
  773[[package]]
  774name = "async-attributes"
  775version = "1.1.2"
  776source = "registry+https://github.com/rust-lang/crates.io-index"
  777checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  778dependencies = [
  779 "quote",
  780 "syn 1.0.109",
  781]
  782
  783[[package]]
  784name = "async-broadcast"
  785version = "0.7.2"
  786source = "registry+https://github.com/rust-lang/crates.io-index"
  787checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  788dependencies = [
  789 "event-listener 5.4.1",
  790 "event-listener-strategy",
  791 "futures-core",
  792 "pin-project-lite",
  793]
  794
  795[[package]]
  796name = "async-channel"
  797version = "1.9.0"
  798source = "registry+https://github.com/rust-lang/crates.io-index"
  799checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  800dependencies = [
  801 "concurrent-queue",
  802 "event-listener 2.5.3",
  803 "futures-core",
  804]
  805
  806[[package]]
  807name = "async-channel"
  808version = "2.5.0"
  809source = "registry+https://github.com/rust-lang/crates.io-index"
  810checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
  811dependencies = [
  812 "concurrent-queue",
  813 "event-listener-strategy",
  814 "futures-core",
  815 "pin-project-lite",
  816]
  817
  818[[package]]
  819name = "async-compat"
  820version = "0.2.5"
  821source = "registry+https://github.com/rust-lang/crates.io-index"
  822checksum = "a1ba85bc55464dcbf728b56d97e119d673f4cf9062be330a9a26f3acf504a590"
  823dependencies = [
  824 "futures-core",
  825 "futures-io",
  826 "once_cell",
  827 "pin-project-lite",
  828 "tokio",
  829]
  830
  831[[package]]
  832name = "async-compression"
  833version = "0.4.32"
  834source = "registry+https://github.com/rust-lang/crates.io-index"
  835checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0"
  836dependencies = [
  837 "compression-codecs",
  838 "compression-core",
  839 "futures-core",
  840 "futures-io",
  841 "pin-project-lite",
  842]
  843
  844[[package]]
  845name = "async-dispatcher"
  846version = "0.1.2"
  847source = "registry+https://github.com/rust-lang/crates.io-index"
  848checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  849dependencies = [
  850 "async-task",
  851 "futures-lite 1.13.0",
  852]
  853
  854[[package]]
  855name = "async-executor"
  856version = "1.13.3"
  857source = "registry+https://github.com/rust-lang/crates.io-index"
  858checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
  859dependencies = [
  860 "async-task",
  861 "concurrent-queue",
  862 "fastrand 2.3.0",
  863 "futures-lite 2.6.1",
  864 "pin-project-lite",
  865 "slab",
  866]
  867
  868[[package]]
  869name = "async-fs"
  870version = "2.2.0"
  871source = "registry+https://github.com/rust-lang/crates.io-index"
  872checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5"
  873dependencies = [
  874 "async-lock 3.4.2",
  875 "blocking",
  876 "futures-lite 2.6.1",
  877]
  878
  879[[package]]
  880name = "async-global-executor"
  881version = "2.4.1"
  882source = "registry+https://github.com/rust-lang/crates.io-index"
  883checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  884dependencies = [
  885 "async-channel 2.5.0",
  886 "async-executor",
  887 "async-io",
  888 "async-lock 3.4.2",
  889 "blocking",
  890 "futures-lite 2.6.1",
  891 "once_cell",
  892]
  893
  894[[package]]
  895name = "async-io"
  896version = "2.6.0"
  897source = "registry+https://github.com/rust-lang/crates.io-index"
  898checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
  899dependencies = [
  900 "autocfg",
  901 "cfg-if",
  902 "concurrent-queue",
  903 "futures-io",
  904 "futures-lite 2.6.1",
  905 "parking",
  906 "polling",
  907 "rustix 1.1.2",
  908 "slab",
  909 "windows-sys 0.61.2",
  910]
  911
  912[[package]]
  913name = "async-lock"
  914version = "2.8.0"
  915source = "registry+https://github.com/rust-lang/crates.io-index"
  916checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
  917dependencies = [
  918 "event-listener 2.5.3",
  919]
  920
  921[[package]]
  922name = "async-lock"
  923version = "3.4.2"
  924source = "registry+https://github.com/rust-lang/crates.io-index"
  925checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
  926dependencies = [
  927 "event-listener 5.4.1",
  928 "event-listener-strategy",
  929 "pin-project-lite",
  930]
  931
  932[[package]]
  933name = "async-net"
  934version = "2.0.0"
  935source = "registry+https://github.com/rust-lang/crates.io-index"
  936checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  937dependencies = [
  938 "async-io",
  939 "blocking",
  940 "futures-lite 2.6.1",
  941]
  942
  943[[package]]
  944name = "async-pipe"
  945version = "0.1.3"
  946source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  947dependencies = [
  948 "futures 0.3.32",
  949 "log",
  950]
  951
  952[[package]]
  953name = "async-process"
  954version = "2.5.0"
  955source = "registry+https://github.com/rust-lang/crates.io-index"
  956checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
  957dependencies = [
  958 "async-channel 2.5.0",
  959 "async-io",
  960 "async-lock 3.4.2",
  961 "async-signal",
  962 "async-task",
  963 "blocking",
  964 "cfg-if",
  965 "event-listener 5.4.1",
  966 "futures-lite 2.6.1",
  967 "rustix 1.1.2",
  968]
  969
  970[[package]]
  971name = "async-recursion"
  972version = "1.1.1"
  973source = "registry+https://github.com/rust-lang/crates.io-index"
  974checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
  975dependencies = [
  976 "proc-macro2",
  977 "quote",
  978 "syn 2.0.117",
  979]
  980
  981[[package]]
  982name = "async-signal"
  983version = "0.2.13"
  984source = "registry+https://github.com/rust-lang/crates.io-index"
  985checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c"
  986dependencies = [
  987 "async-io",
  988 "async-lock 3.4.2",
  989 "atomic-waker",
  990 "cfg-if",
  991 "futures-core",
  992 "futures-io",
  993 "rustix 1.1.2",
  994 "signal-hook-registry",
  995 "slab",
  996 "windows-sys 0.61.2",
  997]
  998
  999[[package]]
 1000name = "async-std"
 1001version = "1.13.2"
 1002source = "registry+https://github.com/rust-lang/crates.io-index"
 1003checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b"
 1004dependencies = [
 1005 "async-attributes",
 1006 "async-channel 1.9.0",
 1007 "async-global-executor",
 1008 "async-io",
 1009 "async-lock 3.4.2",
 1010 "async-process",
 1011 "crossbeam-utils",
 1012 "futures-channel",
 1013 "futures-core",
 1014 "futures-io",
 1015 "futures-lite 2.6.1",
 1016 "gloo-timers",
 1017 "kv-log-macro",
 1018 "log",
 1019 "memchr",
 1020 "once_cell",
 1021 "pin-project-lite",
 1022 "pin-utils",
 1023 "slab",
 1024 "wasm-bindgen-futures",
 1025]
 1026
 1027[[package]]
 1028name = "async-stream"
 1029version = "0.3.6"
 1030source = "registry+https://github.com/rust-lang/crates.io-index"
 1031checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1032dependencies = [
 1033 "async-stream-impl",
 1034 "futures-core",
 1035 "pin-project-lite",
 1036]
 1037
 1038[[package]]
 1039name = "async-stream-impl"
 1040version = "0.3.6"
 1041source = "registry+https://github.com/rust-lang/crates.io-index"
 1042checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1043dependencies = [
 1044 "proc-macro2",
 1045 "quote",
 1046 "syn 2.0.117",
 1047]
 1048
 1049[[package]]
 1050name = "async-tar"
 1051version = "0.5.1"
 1052source = "registry+https://github.com/rust-lang/crates.io-index"
 1053checksum = "d1937db2d56578aa3919b9bdb0e5100693fd7d1c0f145c53eb81fbb03e217550"
 1054dependencies = [
 1055 "async-std",
 1056 "filetime",
 1057 "libc",
 1058 "pin-project",
 1059 "redox_syscall 0.2.16",
 1060 "xattr",
 1061]
 1062
 1063[[package]]
 1064name = "async-task"
 1065version = "4.7.1"
 1066source = "git+https://github.com/smol-rs/async-task.git?rev=b4486cd71e4e94fbda54ce6302444de14f4d190e#b4486cd71e4e94fbda54ce6302444de14f4d190e"
 1067
 1068[[package]]
 1069name = "async-trait"
 1070version = "0.1.89"
 1071source = "registry+https://github.com/rust-lang/crates.io-index"
 1072checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
 1073dependencies = [
 1074 "proc-macro2",
 1075 "quote",
 1076 "syn 2.0.117",
 1077]
 1078
 1079[[package]]
 1080name = "async-tungstenite"
 1081version = "0.31.0"
 1082source = "registry+https://github.com/rust-lang/crates.io-index"
 1083checksum = "ee88b4c88ac8c9ea446ad43498955750a4bbe64c4392f21ccfe5d952865e318f"
 1084dependencies = [
 1085 "atomic-waker",
 1086 "futures-core",
 1087 "futures-io",
 1088 "futures-task",
 1089 "futures-util",
 1090 "log",
 1091 "pin-project-lite",
 1092 "rustls-pki-types",
 1093 "tokio",
 1094 "tokio-rustls 0.26.2",
 1095 "tungstenite 0.27.0",
 1096]
 1097
 1098[[package]]
 1099name = "async_zip"
 1100version = "0.0.18"
 1101source = "registry+https://github.com/rust-lang/crates.io-index"
 1102checksum = "0d8c50d65ce1b0e0cb65a785ff615f78860d7754290647d3b983208daa4f85e6"
 1103dependencies = [
 1104 "async-compression",
 1105 "crc32fast",
 1106 "futures-lite 2.6.1",
 1107 "pin-project",
 1108 "thiserror 2.0.17",
 1109]
 1110
 1111[[package]]
 1112name = "asynchronous-codec"
 1113version = "0.7.0"
 1114source = "registry+https://github.com/rust-lang/crates.io-index"
 1115checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1116dependencies = [
 1117 "bytes 1.11.1",
 1118 "futures-sink",
 1119 "futures-util",
 1120 "memchr",
 1121 "pin-project-lite",
 1122]
 1123
 1124[[package]]
 1125name = "atoi"
 1126version = "2.0.0"
 1127source = "registry+https://github.com/rust-lang/crates.io-index"
 1128checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1129dependencies = [
 1130 "num-traits",
 1131]
 1132
 1133[[package]]
 1134name = "atomic"
 1135version = "0.5.3"
 1136source = "registry+https://github.com/rust-lang/crates.io-index"
 1137checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1138
 1139[[package]]
 1140name = "atomic-waker"
 1141version = "1.1.2"
 1142source = "registry+https://github.com/rust-lang/crates.io-index"
 1143checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1144
 1145[[package]]
 1146name = "audio"
 1147version = "0.1.0"
 1148dependencies = [
 1149 "anyhow",
 1150 "collections",
 1151 "cpal",
 1152 "crossbeam",
 1153 "denoise",
 1154 "gpui",
 1155 "libwebrtc",
 1156 "log",
 1157 "parking_lot",
 1158 "rodio",
 1159 "serde",
 1160 "settings",
 1161 "thiserror 2.0.17",
 1162 "util",
 1163]
 1164
 1165[[package]]
 1166name = "auditable-serde"
 1167version = "0.8.0"
 1168source = "registry+https://github.com/rust-lang/crates.io-index"
 1169checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
 1170dependencies = [
 1171 "semver",
 1172 "serde",
 1173 "serde_json",
 1174 "topological-sort",
 1175]
 1176
 1177[[package]]
 1178name = "auto_update"
 1179version = "0.1.0"
 1180dependencies = [
 1181 "anyhow",
 1182 "client",
 1183 "clock",
 1184 "ctor",
 1185 "db",
 1186 "futures 0.3.32",
 1187 "futures-lite 1.13.0",
 1188 "gpui",
 1189 "http_client",
 1190 "log",
 1191 "parking_lot",
 1192 "paths",
 1193 "release_channel",
 1194 "semver",
 1195 "serde",
 1196 "serde_json",
 1197 "settings",
 1198 "smol",
 1199 "tempfile",
 1200 "util",
 1201 "which 6.0.3",
 1202 "workspace",
 1203 "zlog",
 1204]
 1205
 1206[[package]]
 1207name = "auto_update_helper"
 1208version = "0.1.0"
 1209dependencies = [
 1210 "anyhow",
 1211 "log",
 1212 "scopeguard",
 1213 "simplelog",
 1214 "tempfile",
 1215 "windows 0.61.3",
 1216 "winresource",
 1217]
 1218
 1219[[package]]
 1220name = "auto_update_ui"
 1221version = "0.1.0"
 1222dependencies = [
 1223 "anyhow",
 1224 "auto_update",
 1225 "client",
 1226 "editor",
 1227 "gpui",
 1228 "markdown_preview",
 1229 "release_channel",
 1230 "semver",
 1231 "serde",
 1232 "serde_json",
 1233 "smol",
 1234 "ui",
 1235 "util",
 1236 "workspace",
 1237]
 1238
 1239[[package]]
 1240name = "autocfg"
 1241version = "1.5.0"
 1242source = "registry+https://github.com/rust-lang/crates.io-index"
 1243checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
 1244
 1245[[package]]
 1246name = "av1-grain"
 1247version = "0.2.4"
 1248source = "registry+https://github.com/rust-lang/crates.io-index"
 1249checksum = "4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8"
 1250dependencies = [
 1251 "anyhow",
 1252 "arrayvec",
 1253 "log",
 1254 "nom 7.1.3",
 1255 "num-rational",
 1256 "v_frame",
 1257]
 1258
 1259[[package]]
 1260name = "avif-serialize"
 1261version = "0.8.6"
 1262source = "registry+https://github.com/rust-lang/crates.io-index"
 1263checksum = "47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f"
 1264dependencies = [
 1265 "arrayvec",
 1266]
 1267
 1268[[package]]
 1269name = "aws-config"
 1270version = "1.8.10"
 1271source = "registry+https://github.com/rust-lang/crates.io-index"
 1272checksum = "1856b1b48b65f71a4dd940b1c0931f9a7b646d4a924b9828ffefc1454714668a"
 1273dependencies = [
 1274 "aws-credential-types",
 1275 "aws-runtime",
 1276 "aws-sdk-sso",
 1277 "aws-sdk-ssooidc",
 1278 "aws-sdk-sts",
 1279 "aws-smithy-async",
 1280 "aws-smithy-http",
 1281 "aws-smithy-json",
 1282 "aws-smithy-runtime",
 1283 "aws-smithy-runtime-api",
 1284 "aws-smithy-types",
 1285 "aws-types",
 1286 "bytes 1.11.1",
 1287 "fastrand 2.3.0",
 1288 "hex",
 1289 "http 1.3.1",
 1290 "ring",
 1291 "time",
 1292 "tokio",
 1293 "tracing",
 1294 "url",
 1295 "zeroize",
 1296]
 1297
 1298[[package]]
 1299name = "aws-credential-types"
 1300version = "1.2.10"
 1301source = "registry+https://github.com/rust-lang/crates.io-index"
 1302checksum = "b01c9521fa01558f750d183c8c68c81b0155b9d193a4ba7f84c36bd1b6d04a06"
 1303dependencies = [
 1304 "aws-smithy-async",
 1305 "aws-smithy-runtime-api",
 1306 "aws-smithy-types",
 1307 "zeroize",
 1308]
 1309
 1310[[package]]
 1311name = "aws-lc-rs"
 1312version = "1.15.4"
 1313source = "registry+https://github.com/rust-lang/crates.io-index"
 1314checksum = "7b7b6141e96a8c160799cc2d5adecd5cbbe5054cb8c7c4af53da0f83bb7ad256"
 1315dependencies = [
 1316 "aws-lc-sys",
 1317 "untrusted 0.7.1",
 1318 "zeroize",
 1319]
 1320
 1321[[package]]
 1322name = "aws-lc-sys"
 1323version = "0.37.0"
 1324source = "registry+https://github.com/rust-lang/crates.io-index"
 1325checksum = "5c34dda4df7017c8db52132f0f8a2e0f8161649d15723ed63fc00c82d0f2081a"
 1326dependencies = [
 1327 "cc",
 1328 "cmake",
 1329 "dunce",
 1330 "fs_extra",
 1331]
 1332
 1333[[package]]
 1334name = "aws-runtime"
 1335version = "1.5.16"
 1336source = "registry+https://github.com/rust-lang/crates.io-index"
 1337checksum = "7ce527fb7e53ba9626fc47824f25e256250556c40d8f81d27dd92aa38239d632"
 1338dependencies = [
 1339 "aws-credential-types",
 1340 "aws-sigv4",
 1341 "aws-smithy-async",
 1342 "aws-smithy-eventstream",
 1343 "aws-smithy-http",
 1344 "aws-smithy-runtime",
 1345 "aws-smithy-runtime-api",
 1346 "aws-smithy-types",
 1347 "aws-types",
 1348 "bytes 1.11.1",
 1349 "fastrand 2.3.0",
 1350 "http 0.2.12",
 1351 "http-body 0.4.6",
 1352 "percent-encoding",
 1353 "pin-project-lite",
 1354 "tracing",
 1355 "uuid",
 1356]
 1357
 1358[[package]]
 1359name = "aws-sdk-bedrockruntime"
 1360version = "1.113.0"
 1361source = "registry+https://github.com/rust-lang/crates.io-index"
 1362checksum = "d5d2b8f081b9e8ff455b8dd7387b6b02263c3dac73172d188d2b523ff1e775e9"
 1363dependencies = [
 1364 "aws-credential-types",
 1365 "aws-runtime",
 1366 "aws-sigv4",
 1367 "aws-smithy-async",
 1368 "aws-smithy-eventstream",
 1369 "aws-smithy-http",
 1370 "aws-smithy-json",
 1371 "aws-smithy-runtime",
 1372 "aws-smithy-runtime-api",
 1373 "aws-smithy-types",
 1374 "aws-types",
 1375 "bytes 1.11.1",
 1376 "fastrand 2.3.0",
 1377 "http 0.2.12",
 1378 "hyper 0.14.32",
 1379 "regex-lite",
 1380 "tracing",
 1381]
 1382
 1383[[package]]
 1384name = "aws-sdk-kinesis"
 1385version = "1.95.0"
 1386source = "registry+https://github.com/rust-lang/crates.io-index"
 1387checksum = "9c3b2ce941308de56f5c2f69490497610e1a815ce968c9ac0796ab165f25205d"
 1388dependencies = [
 1389 "aws-credential-types",
 1390 "aws-runtime",
 1391 "aws-smithy-async",
 1392 "aws-smithy-eventstream",
 1393 "aws-smithy-http",
 1394 "aws-smithy-json",
 1395 "aws-smithy-runtime",
 1396 "aws-smithy-runtime-api",
 1397 "aws-smithy-types",
 1398 "aws-types",
 1399 "bytes 1.11.1",
 1400 "fastrand 2.3.0",
 1401 "http 0.2.12",
 1402 "regex-lite",
 1403 "tracing",
 1404]
 1405
 1406[[package]]
 1407name = "aws-sdk-s3"
 1408version = "1.112.0"
 1409source = "registry+https://github.com/rust-lang/crates.io-index"
 1410checksum = "eee73a27721035c46da0572b390a69fbdb333d0177c24f3d8f7ff952eeb96690"
 1411dependencies = [
 1412 "aws-credential-types",
 1413 "aws-runtime",
 1414 "aws-sigv4",
 1415 "aws-smithy-async",
 1416 "aws-smithy-checksums",
 1417 "aws-smithy-eventstream",
 1418 "aws-smithy-http",
 1419 "aws-smithy-json",
 1420 "aws-smithy-runtime",
 1421 "aws-smithy-runtime-api",
 1422 "aws-smithy-types",
 1423 "aws-smithy-xml",
 1424 "aws-types",
 1425 "bytes 1.11.1",
 1426 "fastrand 2.3.0",
 1427 "hex",
 1428 "hmac",
 1429 "http 0.2.12",
 1430 "http 1.3.1",
 1431 "http-body 0.4.6",
 1432 "lru",
 1433 "percent-encoding",
 1434 "regex-lite",
 1435 "sha2",
 1436 "tracing",
 1437 "url",
 1438]
 1439
 1440[[package]]
 1441name = "aws-sdk-sso"
 1442version = "1.88.0"
 1443source = "registry+https://github.com/rust-lang/crates.io-index"
 1444checksum = "d05b276777560aa9a196dbba2e3aada4d8006d3d7eeb3ba7fe0c317227d933c4"
 1445dependencies = [
 1446 "aws-credential-types",
 1447 "aws-runtime",
 1448 "aws-smithy-async",
 1449 "aws-smithy-http",
 1450 "aws-smithy-json",
 1451 "aws-smithy-runtime",
 1452 "aws-smithy-runtime-api",
 1453 "aws-smithy-types",
 1454 "aws-types",
 1455 "bytes 1.11.1",
 1456 "fastrand 2.3.0",
 1457 "http 0.2.12",
 1458 "regex-lite",
 1459 "tracing",
 1460]
 1461
 1462[[package]]
 1463name = "aws-sdk-ssooidc"
 1464version = "1.90.0"
 1465source = "registry+https://github.com/rust-lang/crates.io-index"
 1466checksum = "f9be14d6d9cd761fac3fd234a0f47f7ed6c0df62d83c0eeb7012750e4732879b"
 1467dependencies = [
 1468 "aws-credential-types",
 1469 "aws-runtime",
 1470 "aws-smithy-async",
 1471 "aws-smithy-http",
 1472 "aws-smithy-json",
 1473 "aws-smithy-runtime",
 1474 "aws-smithy-runtime-api",
 1475 "aws-smithy-types",
 1476 "aws-types",
 1477 "bytes 1.11.1",
 1478 "fastrand 2.3.0",
 1479 "http 0.2.12",
 1480 "regex-lite",
 1481 "tracing",
 1482]
 1483
 1484[[package]]
 1485name = "aws-sdk-sts"
 1486version = "1.90.0"
 1487source = "registry+https://github.com/rust-lang/crates.io-index"
 1488checksum = "98a862d704c817d865c8740b62d8bbeb5adcb30965e93b471df8a5bcefa20a80"
 1489dependencies = [
 1490 "aws-credential-types",
 1491 "aws-runtime",
 1492 "aws-smithy-async",
 1493 "aws-smithy-http",
 1494 "aws-smithy-json",
 1495 "aws-smithy-query",
 1496 "aws-smithy-runtime",
 1497 "aws-smithy-runtime-api",
 1498 "aws-smithy-types",
 1499 "aws-smithy-xml",
 1500 "aws-types",
 1501 "fastrand 2.3.0",
 1502 "http 0.2.12",
 1503 "regex-lite",
 1504 "tracing",
 1505]
 1506
 1507[[package]]
 1508name = "aws-sigv4"
 1509version = "1.3.6"
 1510source = "registry+https://github.com/rust-lang/crates.io-index"
 1511checksum = "c35452ec3f001e1f2f6db107b6373f1f48f05ec63ba2c5c9fa91f07dad32af11"
 1512dependencies = [
 1513 "aws-credential-types",
 1514 "aws-smithy-eventstream",
 1515 "aws-smithy-http",
 1516 "aws-smithy-runtime-api",
 1517 "aws-smithy-types",
 1518 "bytes 1.11.1",
 1519 "crypto-bigint 0.5.5",
 1520 "form_urlencoded",
 1521 "hex",
 1522 "hmac",
 1523 "http 0.2.12",
 1524 "http 1.3.1",
 1525 "p256",
 1526 "percent-encoding",
 1527 "ring",
 1528 "sha2",
 1529 "subtle",
 1530 "time",
 1531 "tracing",
 1532 "zeroize",
 1533]
 1534
 1535[[package]]
 1536name = "aws-smithy-async"
 1537version = "1.2.6"
 1538source = "registry+https://github.com/rust-lang/crates.io-index"
 1539checksum = "127fcfad33b7dfc531141fda7e1c402ac65f88aca5511a4d31e2e3d2cd01ce9c"
 1540dependencies = [
 1541 "futures-util",
 1542 "pin-project-lite",
 1543 "tokio",
 1544]
 1545
 1546[[package]]
 1547name = "aws-smithy-checksums"
 1548version = "0.63.11"
 1549source = "registry+https://github.com/rust-lang/crates.io-index"
 1550checksum = "95bd108f7b3563598e4dc7b62e1388c9982324a2abd622442167012690184591"
 1551dependencies = [
 1552 "aws-smithy-http",
 1553 "aws-smithy-types",
 1554 "bytes 1.11.1",
 1555 "crc-fast",
 1556 "hex",
 1557 "http 0.2.12",
 1558 "http-body 0.4.6",
 1559 "md-5",
 1560 "pin-project-lite",
 1561 "sha1",
 1562 "sha2",
 1563 "tracing",
 1564]
 1565
 1566[[package]]
 1567name = "aws-smithy-eventstream"
 1568version = "0.60.13"
 1569source = "registry+https://github.com/rust-lang/crates.io-index"
 1570checksum = "e29a304f8319781a39808847efb39561351b1bb76e933da7aa90232673638658"
 1571dependencies = [
 1572 "aws-smithy-types",
 1573 "bytes 1.11.1",
 1574 "crc32fast",
 1575]
 1576
 1577[[package]]
 1578name = "aws-smithy-http"
 1579version = "0.62.5"
 1580source = "registry+https://github.com/rust-lang/crates.io-index"
 1581checksum = "445d5d720c99eed0b4aa674ed00d835d9b1427dd73e04adaf2f94c6b2d6f9fca"
 1582dependencies = [
 1583 "aws-smithy-eventstream",
 1584 "aws-smithy-runtime-api",
 1585 "aws-smithy-types",
 1586 "bytes 1.11.1",
 1587 "bytes-utils",
 1588 "futures-core",
 1589 "futures-util",
 1590 "http 0.2.12",
 1591 "http 1.3.1",
 1592 "http-body 0.4.6",
 1593 "percent-encoding",
 1594 "pin-project-lite",
 1595 "pin-utils",
 1596 "tracing",
 1597]
 1598
 1599[[package]]
 1600name = "aws-smithy-http-client"
 1601version = "1.1.4"
 1602source = "registry+https://github.com/rust-lang/crates.io-index"
 1603checksum = "623254723e8dfd535f566ee7b2381645f8981da086b5c4aa26c0c41582bb1d2c"
 1604dependencies = [
 1605 "aws-smithy-async",
 1606 "aws-smithy-runtime-api",
 1607 "aws-smithy-types",
 1608 "h2 0.3.27",
 1609 "h2 0.4.12",
 1610 "http 0.2.12",
 1611 "http 1.3.1",
 1612 "http-body 0.4.6",
 1613 "hyper 0.14.32",
 1614 "hyper 1.7.0",
 1615 "hyper-rustls 0.24.2",
 1616 "hyper-rustls 0.27.7",
 1617 "hyper-util",
 1618 "pin-project-lite",
 1619 "rustls 0.21.12",
 1620 "rustls 0.23.33",
 1621 "rustls-native-certs 0.8.2",
 1622 "rustls-pki-types",
 1623 "tokio",
 1624 "tokio-rustls 0.26.2",
 1625 "tower 0.5.2",
 1626 "tracing",
 1627]
 1628
 1629[[package]]
 1630name = "aws-smithy-json"
 1631version = "0.61.7"
 1632source = "registry+https://github.com/rust-lang/crates.io-index"
 1633checksum = "2db31f727935fc63c6eeae8b37b438847639ec330a9161ece694efba257e0c54"
 1634dependencies = [
 1635 "aws-smithy-types",
 1636]
 1637
 1638[[package]]
 1639name = "aws-smithy-observability"
 1640version = "0.1.4"
 1641source = "registry+https://github.com/rust-lang/crates.io-index"
 1642checksum = "2d1881b1ea6d313f9890710d65c158bdab6fb08c91ea825f74c1c8c357baf4cc"
 1643dependencies = [
 1644 "aws-smithy-runtime-api",
 1645]
 1646
 1647[[package]]
 1648name = "aws-smithy-query"
 1649version = "0.60.8"
 1650source = "registry+https://github.com/rust-lang/crates.io-index"
 1651checksum = "d28a63441360c477465f80c7abac3b9c4d075ca638f982e605b7dc2a2c7156c9"
 1652dependencies = [
 1653 "aws-smithy-types",
 1654 "urlencoding",
 1655]
 1656
 1657[[package]]
 1658name = "aws-smithy-runtime"
 1659version = "1.9.4"
 1660source = "registry+https://github.com/rust-lang/crates.io-index"
 1661checksum = "0bbe9d018d646b96c7be063dd07987849862b0e6d07c778aad7d93d1be6c1ef0"
 1662dependencies = [
 1663 "aws-smithy-async",
 1664 "aws-smithy-http",
 1665 "aws-smithy-http-client",
 1666 "aws-smithy-observability",
 1667 "aws-smithy-runtime-api",
 1668 "aws-smithy-types",
 1669 "bytes 1.11.1",
 1670 "fastrand 2.3.0",
 1671 "http 0.2.12",
 1672 "http 1.3.1",
 1673 "http-body 0.4.6",
 1674 "http-body 1.0.1",
 1675 "pin-project-lite",
 1676 "pin-utils",
 1677 "tokio",
 1678 "tracing",
 1679]
 1680
 1681[[package]]
 1682name = "aws-smithy-runtime-api"
 1683version = "1.9.2"
 1684source = "registry+https://github.com/rust-lang/crates.io-index"
 1685checksum = "ec7204f9fd94749a7c53b26da1b961b4ac36bf070ef1e0b94bb09f79d4f6c193"
 1686dependencies = [
 1687 "aws-smithy-async",
 1688 "aws-smithy-types",
 1689 "bytes 1.11.1",
 1690 "http 0.2.12",
 1691 "http 1.3.1",
 1692 "pin-project-lite",
 1693 "tokio",
 1694 "tracing",
 1695 "zeroize",
 1696]
 1697
 1698[[package]]
 1699name = "aws-smithy-types"
 1700version = "1.3.4"
 1701source = "registry+https://github.com/rust-lang/crates.io-index"
 1702checksum = "25f535879a207fce0db74b679cfc3e91a3159c8144d717d55f5832aea9eef46e"
 1703dependencies = [
 1704 "base64-simd",
 1705 "bytes 1.11.1",
 1706 "bytes-utils",
 1707 "futures-core",
 1708 "http 0.2.12",
 1709 "http 1.3.1",
 1710 "http-body 0.4.6",
 1711 "http-body 1.0.1",
 1712 "http-body-util",
 1713 "itoa",
 1714 "num-integer",
 1715 "pin-project-lite",
 1716 "pin-utils",
 1717 "ryu",
 1718 "serde",
 1719 "time",
 1720 "tokio",
 1721 "tokio-util",
 1722]
 1723
 1724[[package]]
 1725name = "aws-smithy-xml"
 1726version = "0.60.12"
 1727source = "registry+https://github.com/rust-lang/crates.io-index"
 1728checksum = "eab77cdd036b11056d2a30a7af7b775789fb024bf216acc13884c6c97752ae56"
 1729dependencies = [
 1730 "xmlparser",
 1731]
 1732
 1733[[package]]
 1734name = "aws-types"
 1735version = "1.3.10"
 1736source = "registry+https://github.com/rust-lang/crates.io-index"
 1737checksum = "d79fb68e3d7fe5d4833ea34dc87d2e97d26d3086cb3da660bb6b1f76d98680b6"
 1738dependencies = [
 1739 "aws-credential-types",
 1740 "aws-smithy-async",
 1741 "aws-smithy-runtime-api",
 1742 "aws-smithy-types",
 1743 "rustc_version",
 1744 "tracing",
 1745]
 1746
 1747[[package]]
 1748name = "aws_http_client"
 1749version = "0.1.0"
 1750dependencies = [
 1751 "aws-smithy-runtime-api",
 1752 "aws-smithy-types",
 1753 "http_client",
 1754]
 1755
 1756[[package]]
 1757name = "axum"
 1758version = "0.6.20"
 1759source = "registry+https://github.com/rust-lang/crates.io-index"
 1760checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1761dependencies = [
 1762 "async-trait",
 1763 "axum-core",
 1764 "base64 0.21.7",
 1765 "bitflags 1.3.2",
 1766 "bytes 1.11.1",
 1767 "futures-util",
 1768 "headers",
 1769 "http 0.2.12",
 1770 "http-body 0.4.6",
 1771 "hyper 0.14.32",
 1772 "itoa",
 1773 "matchit",
 1774 "memchr",
 1775 "mime",
 1776 "percent-encoding",
 1777 "pin-project-lite",
 1778 "rustversion",
 1779 "serde",
 1780 "serde_json",
 1781 "serde_path_to_error",
 1782 "serde_urlencoded",
 1783 "sha1",
 1784 "sync_wrapper 0.1.2",
 1785 "tokio",
 1786 "tokio-tungstenite 0.20.1",
 1787 "tower 0.4.13",
 1788 "tower-layer",
 1789 "tower-service",
 1790]
 1791
 1792[[package]]
 1793name = "axum-core"
 1794version = "0.3.4"
 1795source = "registry+https://github.com/rust-lang/crates.io-index"
 1796checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1797dependencies = [
 1798 "async-trait",
 1799 "bytes 1.11.1",
 1800 "futures-util",
 1801 "http 0.2.12",
 1802 "http-body 0.4.6",
 1803 "mime",
 1804 "rustversion",
 1805 "tower-layer",
 1806 "tower-service",
 1807]
 1808
 1809[[package]]
 1810name = "backtrace"
 1811version = "0.3.76"
 1812source = "registry+https://github.com/rust-lang/crates.io-index"
 1813checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
 1814dependencies = [
 1815 "addr2line",
 1816 "cfg-if",
 1817 "libc",
 1818 "miniz_oxide",
 1819 "object",
 1820 "rustc-demangle",
 1821 "windows-link 0.2.1",
 1822]
 1823
 1824[[package]]
 1825name = "base16ct"
 1826version = "0.1.1"
 1827source = "registry+https://github.com/rust-lang/crates.io-index"
 1828checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1829
 1830[[package]]
 1831name = "base64"
 1832version = "0.21.7"
 1833source = "registry+https://github.com/rust-lang/crates.io-index"
 1834checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1835
 1836[[package]]
 1837name = "base64"
 1838version = "0.22.1"
 1839source = "registry+https://github.com/rust-lang/crates.io-index"
 1840checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1841
 1842[[package]]
 1843name = "base64-simd"
 1844version = "0.8.0"
 1845source = "registry+https://github.com/rust-lang/crates.io-index"
 1846checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1847dependencies = [
 1848 "outref",
 1849 "vsimd",
 1850]
 1851
 1852[[package]]
 1853name = "base64ct"
 1854version = "1.8.0"
 1855source = "registry+https://github.com/rust-lang/crates.io-index"
 1856checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
 1857
 1858[[package]]
 1859name = "bedrock"
 1860version = "0.1.0"
 1861dependencies = [
 1862 "anyhow",
 1863 "aws-sdk-bedrockruntime",
 1864 "aws-smithy-types",
 1865 "futures 0.3.32",
 1866 "schemars",
 1867 "serde",
 1868 "serde_json",
 1869 "strum 0.27.2",
 1870 "thiserror 2.0.17",
 1871]
 1872
 1873[[package]]
 1874name = "bigdecimal"
 1875version = "0.4.8"
 1876source = "registry+https://github.com/rust-lang/crates.io-index"
 1877checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
 1878dependencies = [
 1879 "autocfg",
 1880 "libm",
 1881 "num-bigint",
 1882 "num-integer",
 1883 "num-traits",
 1884 "serde",
 1885]
 1886
 1887[[package]]
 1888name = "bincode"
 1889version = "1.3.3"
 1890source = "registry+https://github.com/rust-lang/crates.io-index"
 1891checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1892dependencies = [
 1893 "serde",
 1894]
 1895
 1896[[package]]
 1897name = "bindgen"
 1898version = "0.71.1"
 1899source = "registry+https://github.com/rust-lang/crates.io-index"
 1900checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
 1901dependencies = [
 1902 "bitflags 2.10.0",
 1903 "cexpr",
 1904 "clang-sys",
 1905 "itertools 0.12.1",
 1906 "log",
 1907 "prettyplease",
 1908 "proc-macro2",
 1909 "quote",
 1910 "regex",
 1911 "rustc-hash 2.1.1",
 1912 "shlex",
 1913 "syn 2.0.117",
 1914]
 1915
 1916[[package]]
 1917name = "bindgen"
 1918version = "0.72.1"
 1919source = "registry+https://github.com/rust-lang/crates.io-index"
 1920checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
 1921dependencies = [
 1922 "bitflags 2.10.0",
 1923 "cexpr",
 1924 "clang-sys",
 1925 "itertools 0.12.1",
 1926 "proc-macro2",
 1927 "quote",
 1928 "regex",
 1929 "rustc-hash 2.1.1",
 1930 "shlex",
 1931 "syn 2.0.117",
 1932]
 1933
 1934[[package]]
 1935name = "bit-set"
 1936version = "0.8.0"
 1937source = "registry+https://github.com/rust-lang/crates.io-index"
 1938checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1939dependencies = [
 1940 "bit-vec 0.8.0",
 1941]
 1942
 1943[[package]]
 1944name = "bit-set"
 1945version = "0.9.1"
 1946source = "registry+https://github.com/rust-lang/crates.io-index"
 1947checksum = "34ddef2995421ab6a5c779542c81ee77c115206f4ad9d5a8e05f4ff49716a3dd"
 1948dependencies = [
 1949 "bit-vec 0.9.1",
 1950]
 1951
 1952[[package]]
 1953name = "bit-vec"
 1954version = "0.8.0"
 1955source = "registry+https://github.com/rust-lang/crates.io-index"
 1956checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 1957
 1958[[package]]
 1959name = "bit-vec"
 1960version = "0.9.1"
 1961source = "registry+https://github.com/rust-lang/crates.io-index"
 1962checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51"
 1963
 1964[[package]]
 1965name = "bit_field"
 1966version = "0.10.3"
 1967source = "registry+https://github.com/rust-lang/crates.io-index"
 1968checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
 1969
 1970[[package]]
 1971name = "bitflags"
 1972version = "1.3.2"
 1973source = "registry+https://github.com/rust-lang/crates.io-index"
 1974checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 1975
 1976[[package]]
 1977name = "bitflags"
 1978version = "2.10.0"
 1979source = "registry+https://github.com/rust-lang/crates.io-index"
 1980checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
 1981dependencies = [
 1982 "serde_core",
 1983]
 1984
 1985[[package]]
 1986name = "bitstream-io"
 1987version = "2.6.0"
 1988source = "registry+https://github.com/rust-lang/crates.io-index"
 1989checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 1990
 1991[[package]]
 1992name = "bitvec"
 1993version = "1.0.1"
 1994source = "registry+https://github.com/rust-lang/crates.io-index"
 1995checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 1996dependencies = [
 1997 "funty",
 1998 "radium",
 1999 "tap",
 2000 "wyz",
 2001]
 2002
 2003[[package]]
 2004name = "block"
 2005version = "0.1.6"
 2006source = "registry+https://github.com/rust-lang/crates.io-index"
 2007checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2008
 2009[[package]]
 2010name = "block-buffer"
 2011version = "0.10.4"
 2012source = "registry+https://github.com/rust-lang/crates.io-index"
 2013checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2014dependencies = [
 2015 "generic-array",
 2016]
 2017
 2018[[package]]
 2019name = "block-padding"
 2020version = "0.3.3"
 2021source = "registry+https://github.com/rust-lang/crates.io-index"
 2022checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2023dependencies = [
 2024 "generic-array",
 2025]
 2026
 2027[[package]]
 2028name = "block2"
 2029version = "0.6.2"
 2030source = "registry+https://github.com/rust-lang/crates.io-index"
 2031checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
 2032dependencies = [
 2033 "objc2",
 2034]
 2035
 2036[[package]]
 2037name = "blocking"
 2038version = "1.6.2"
 2039source = "registry+https://github.com/rust-lang/crates.io-index"
 2040checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
 2041dependencies = [
 2042 "async-channel 2.5.0",
 2043 "async-task",
 2044 "futures-io",
 2045 "futures-lite 2.6.1",
 2046 "piper",
 2047]
 2048
 2049[[package]]
 2050name = "bmrng"
 2051version = "0.5.2"
 2052source = "registry+https://github.com/rust-lang/crates.io-index"
 2053checksum = "d54df9073108f1558f90ae6c5bf5ab9c917c4185f5527b280c87a993cbead0ac"
 2054dependencies = [
 2055 "futures-core",
 2056 "tokio",
 2057]
 2058
 2059[[package]]
 2060name = "bon"
 2061version = "3.8.2"
 2062source = "registry+https://github.com/rust-lang/crates.io-index"
 2063checksum = "234655ec178edd82b891e262ea7cf71f6584bcd09eff94db786be23f1821825c"
 2064dependencies = [
 2065 "bon-macros",
 2066 "rustversion",
 2067]
 2068
 2069[[package]]
 2070name = "bon-macros"
 2071version = "3.8.2"
 2072source = "registry+https://github.com/rust-lang/crates.io-index"
 2073checksum = "89ec27229c38ed0eb3c0feee3d2c1d6a4379ae44f418a29a658890e062d8f365"
 2074dependencies = [
 2075 "darling 0.21.3",
 2076 "ident_case",
 2077 "prettyplease",
 2078 "proc-macro2",
 2079 "quote",
 2080 "rustversion",
 2081 "syn 2.0.117",
 2082]
 2083
 2084[[package]]
 2085name = "borrow-or-share"
 2086version = "0.2.4"
 2087source = "registry+https://github.com/rust-lang/crates.io-index"
 2088checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
 2089
 2090[[package]]
 2091name = "borsh"
 2092version = "1.5.7"
 2093source = "registry+https://github.com/rust-lang/crates.io-index"
 2094checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
 2095dependencies = [
 2096 "borsh-derive",
 2097 "cfg_aliases 0.2.1",
 2098]
 2099
 2100[[package]]
 2101name = "borsh-derive"
 2102version = "1.5.7"
 2103source = "registry+https://github.com/rust-lang/crates.io-index"
 2104checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
 2105dependencies = [
 2106 "once_cell",
 2107 "proc-macro-crate",
 2108 "proc-macro2",
 2109 "quote",
 2110 "syn 2.0.117",
 2111]
 2112
 2113[[package]]
 2114name = "breadcrumbs"
 2115version = "0.1.0"
 2116dependencies = [
 2117 "gpui",
 2118 "ui",
 2119 "workspace",
 2120]
 2121
 2122[[package]]
 2123name = "brush-parser"
 2124version = "0.3.0"
 2125source = "registry+https://github.com/rust-lang/crates.io-index"
 2126checksum = "f7367124d4f38fdcd65f4b815bda7caeb3de377b9cd95ffa1b23627989c93718"
 2127dependencies = [
 2128 "bon",
 2129 "cached",
 2130 "indenter",
 2131 "peg",
 2132 "thiserror 2.0.17",
 2133 "tracing",
 2134 "utf8-chars",
 2135]
 2136
 2137[[package]]
 2138name = "bstr"
 2139version = "1.12.0"
 2140source = "registry+https://github.com/rust-lang/crates.io-index"
 2141checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
 2142dependencies = [
 2143 "memchr",
 2144 "regex-automata",
 2145 "serde",
 2146]
 2147
 2148[[package]]
 2149name = "buffer_diff"
 2150version = "0.1.0"
 2151dependencies = [
 2152 "clock",
 2153 "ctor",
 2154 "futures 0.3.32",
 2155 "git2",
 2156 "gpui",
 2157 "language",
 2158 "log",
 2159 "pretty_assertions",
 2160 "rand 0.9.2",
 2161 "rope",
 2162 "settings",
 2163 "sum_tree",
 2164 "text",
 2165 "tracing",
 2166 "unindent",
 2167 "util",
 2168 "zlog",
 2169 "ztracing",
 2170]
 2171
 2172[[package]]
 2173name = "built"
 2174version = "0.7.7"
 2175source = "registry+https://github.com/rust-lang/crates.io-index"
 2176checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
 2177
 2178[[package]]
 2179name = "bumpalo"
 2180version = "3.19.0"
 2181source = "registry+https://github.com/rust-lang/crates.io-index"
 2182checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
 2183dependencies = [
 2184 "allocator-api2",
 2185]
 2186
 2187[[package]]
 2188name = "by_address"
 2189version = "1.2.1"
 2190source = "registry+https://github.com/rust-lang/crates.io-index"
 2191checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2192
 2193[[package]]
 2194name = "bytecheck"
 2195version = "0.6.12"
 2196source = "registry+https://github.com/rust-lang/crates.io-index"
 2197checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2198dependencies = [
 2199 "bytecheck_derive",
 2200 "ptr_meta",
 2201 "simdutf8",
 2202]
 2203
 2204[[package]]
 2205name = "bytecheck_derive"
 2206version = "0.6.12"
 2207source = "registry+https://github.com/rust-lang/crates.io-index"
 2208checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2209dependencies = [
 2210 "proc-macro2",
 2211 "quote",
 2212 "syn 1.0.109",
 2213]
 2214
 2215[[package]]
 2216name = "bytecount"
 2217version = "0.6.9"
 2218source = "registry+https://github.com/rust-lang/crates.io-index"
 2219checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
 2220
 2221[[package]]
 2222name = "bytemuck"
 2223version = "1.24.0"
 2224source = "registry+https://github.com/rust-lang/crates.io-index"
 2225checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
 2226dependencies = [
 2227 "bytemuck_derive",
 2228]
 2229
 2230[[package]]
 2231name = "bytemuck_derive"
 2232version = "1.10.2"
 2233source = "registry+https://github.com/rust-lang/crates.io-index"
 2234checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
 2235dependencies = [
 2236 "proc-macro2",
 2237 "quote",
 2238 "syn 2.0.117",
 2239]
 2240
 2241[[package]]
 2242name = "byteorder"
 2243version = "1.5.0"
 2244source = "registry+https://github.com/rust-lang/crates.io-index"
 2245checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2246
 2247[[package]]
 2248name = "byteorder-lite"
 2249version = "0.1.0"
 2250source = "registry+https://github.com/rust-lang/crates.io-index"
 2251checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2252
 2253[[package]]
 2254name = "bytes"
 2255version = "0.4.12"
 2256source = "registry+https://github.com/rust-lang/crates.io-index"
 2257checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2258dependencies = [
 2259 "byteorder",
 2260 "iovec",
 2261]
 2262
 2263[[package]]
 2264name = "bytes"
 2265version = "1.11.1"
 2266source = "registry+https://github.com/rust-lang/crates.io-index"
 2267checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
 2268
 2269[[package]]
 2270name = "bytes-utils"
 2271version = "0.1.4"
 2272source = "registry+https://github.com/rust-lang/crates.io-index"
 2273checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2274dependencies = [
 2275 "bytes 1.11.1",
 2276 "either",
 2277]
 2278
 2279[[package]]
 2280name = "bzip2"
 2281version = "0.4.4"
 2282source = "registry+https://github.com/rust-lang/crates.io-index"
 2283checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2284dependencies = [
 2285 "bzip2-sys",
 2286 "libc",
 2287]
 2288
 2289[[package]]
 2290name = "bzip2"
 2291version = "0.6.1"
 2292source = "registry+https://github.com/rust-lang/crates.io-index"
 2293checksum = "f3a53fac24f34a81bc9954b5d6cfce0c21e18ec6959f44f56e8e90e4bb7c346c"
 2294dependencies = [
 2295 "libbz2-rs-sys",
 2296]
 2297
 2298[[package]]
 2299name = "bzip2-sys"
 2300version = "0.1.13+1.0.8"
 2301source = "registry+https://github.com/rust-lang/crates.io-index"
 2302checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
 2303dependencies = [
 2304 "cc",
 2305 "pkg-config",
 2306]
 2307
 2308[[package]]
 2309name = "cached"
 2310version = "0.56.0"
 2311source = "registry+https://github.com/rust-lang/crates.io-index"
 2312checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c"
 2313dependencies = [
 2314 "ahash 0.8.12",
 2315 "cached_proc_macro",
 2316 "cached_proc_macro_types",
 2317 "hashbrown 0.15.5",
 2318 "once_cell",
 2319 "thiserror 2.0.17",
 2320 "web-time",
 2321]
 2322
 2323[[package]]
 2324name = "cached_proc_macro"
 2325version = "0.25.0"
 2326source = "registry+https://github.com/rust-lang/crates.io-index"
 2327checksum = "9225bdcf4e4a9a4c08bf16607908eb2fbf746828d5e0b5e019726dbf6571f201"
 2328dependencies = [
 2329 "darling 0.20.11",
 2330 "proc-macro2",
 2331 "quote",
 2332 "syn 2.0.117",
 2333]
 2334
 2335[[package]]
 2336name = "cached_proc_macro_types"
 2337version = "0.1.1"
 2338source = "registry+https://github.com/rust-lang/crates.io-index"
 2339checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
 2340
 2341[[package]]
 2342name = "call"
 2343version = "0.1.0"
 2344dependencies = [
 2345 "anyhow",
 2346 "audio",
 2347 "client",
 2348 "collections",
 2349 "feature_flags",
 2350 "fs",
 2351 "futures 0.3.32",
 2352 "gpui",
 2353 "gpui_tokio",
 2354 "language",
 2355 "livekit_client",
 2356 "log",
 2357 "postage",
 2358 "project",
 2359 "serde",
 2360 "settings",
 2361 "telemetry",
 2362 "util",
 2363 "workspace",
 2364]
 2365
 2366[[package]]
 2367name = "calloop"
 2368version = "0.14.3"
 2369source = "git+https://github.com/zed-industries/calloop#eb6b4fd17b9af5ecc226546bdd04185391b3e265"
 2370dependencies = [
 2371 "bitflags 2.10.0",
 2372 "polling",
 2373 "rustix 1.1.2",
 2374 "slab",
 2375 "tracing",
 2376]
 2377
 2378[[package]]
 2379name = "calloop-wayland-source"
 2380version = "0.4.1"
 2381source = "registry+https://github.com/rust-lang/crates.io-index"
 2382checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa"
 2383dependencies = [
 2384 "calloop",
 2385 "rustix 1.1.2",
 2386 "wayland-backend",
 2387 "wayland-client",
 2388]
 2389
 2390[[package]]
 2391name = "camino"
 2392version = "1.2.1"
 2393source = "registry+https://github.com/rust-lang/crates.io-index"
 2394checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609"
 2395dependencies = [
 2396 "serde_core",
 2397]
 2398
 2399[[package]]
 2400name = "candle-core"
 2401version = "0.9.1"
 2402source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2403dependencies = [
 2404 "byteorder",
 2405 "float8",
 2406 "gemm 0.17.1",
 2407 "half",
 2408 "memmap2",
 2409 "num-traits",
 2410 "num_cpus",
 2411 "rand 0.9.2",
 2412 "rand_distr",
 2413 "rayon",
 2414 "safetensors",
 2415 "thiserror 1.0.69",
 2416 "ug",
 2417 "yoke 0.7.5",
 2418 "zip 1.1.4",
 2419]
 2420
 2421[[package]]
 2422name = "candle-nn"
 2423version = "0.9.1"
 2424source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2425dependencies = [
 2426 "candle-core",
 2427 "half",
 2428 "libc",
 2429 "num-traits",
 2430 "rayon",
 2431 "safetensors",
 2432 "serde",
 2433 "thiserror 1.0.69",
 2434]
 2435
 2436[[package]]
 2437name = "candle-onnx"
 2438version = "0.9.1"
 2439source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2440dependencies = [
 2441 "candle-core",
 2442 "candle-nn",
 2443 "prost 0.12.6",
 2444]
 2445
 2446[[package]]
 2447name = "cap-fs-ext"
 2448version = "3.4.4"
 2449source = "registry+https://github.com/rust-lang/crates.io-index"
 2450checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
 2451dependencies = [
 2452 "cap-primitives",
 2453 "cap-std",
 2454 "io-lifetimes",
 2455 "windows-sys 0.59.0",
 2456]
 2457
 2458[[package]]
 2459name = "cap-net-ext"
 2460version = "3.4.4"
 2461source = "registry+https://github.com/rust-lang/crates.io-index"
 2462checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
 2463dependencies = [
 2464 "cap-primitives",
 2465 "cap-std",
 2466 "rustix 1.1.2",
 2467 "smallvec",
 2468]
 2469
 2470[[package]]
 2471name = "cap-primitives"
 2472version = "3.4.4"
 2473source = "registry+https://github.com/rust-lang/crates.io-index"
 2474checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
 2475dependencies = [
 2476 "ambient-authority",
 2477 "fs-set-times",
 2478 "io-extras",
 2479 "io-lifetimes",
 2480 "ipnet",
 2481 "maybe-owned",
 2482 "rustix 1.1.2",
 2483 "rustix-linux-procfs",
 2484 "windows-sys 0.59.0",
 2485 "winx",
 2486]
 2487
 2488[[package]]
 2489name = "cap-rand"
 2490version = "3.4.4"
 2491source = "registry+https://github.com/rust-lang/crates.io-index"
 2492checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
 2493dependencies = [
 2494 "ambient-authority",
 2495 "rand 0.8.5",
 2496]
 2497
 2498[[package]]
 2499name = "cap-std"
 2500version = "3.4.4"
 2501source = "registry+https://github.com/rust-lang/crates.io-index"
 2502checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
 2503dependencies = [
 2504 "cap-primitives",
 2505 "io-extras",
 2506 "io-lifetimes",
 2507 "rustix 1.1.2",
 2508]
 2509
 2510[[package]]
 2511name = "cap-time-ext"
 2512version = "3.4.4"
 2513source = "registry+https://github.com/rust-lang/crates.io-index"
 2514checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
 2515dependencies = [
 2516 "ambient-authority",
 2517 "cap-primitives",
 2518 "iana-time-zone",
 2519 "once_cell",
 2520 "rustix 1.1.2",
 2521 "winx",
 2522]
 2523
 2524[[package]]
 2525name = "cargo-platform"
 2526version = "0.1.9"
 2527source = "registry+https://github.com/rust-lang/crates.io-index"
 2528checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2529dependencies = [
 2530 "serde",
 2531]
 2532
 2533[[package]]
 2534name = "cargo_metadata"
 2535version = "0.19.2"
 2536source = "registry+https://github.com/rust-lang/crates.io-index"
 2537checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2538dependencies = [
 2539 "camino",
 2540 "cargo-platform",
 2541 "semver",
 2542 "serde",
 2543 "serde_json",
 2544 "thiserror 2.0.17",
 2545]
 2546
 2547[[package]]
 2548name = "cargo_toml"
 2549version = "0.21.0"
 2550source = "registry+https://github.com/rust-lang/crates.io-index"
 2551checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2552dependencies = [
 2553 "serde",
 2554 "toml 0.8.23",
 2555]
 2556
 2557[[package]]
 2558name = "cast"
 2559version = "0.3.0"
 2560source = "registry+https://github.com/rust-lang/crates.io-index"
 2561checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2562
 2563[[package]]
 2564name = "cbc"
 2565version = "0.1.2"
 2566source = "registry+https://github.com/rust-lang/crates.io-index"
 2567checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2568dependencies = [
 2569 "cipher",
 2570]
 2571
 2572[[package]]
 2573name = "cbindgen"
 2574version = "0.28.0"
 2575source = "registry+https://github.com/rust-lang/crates.io-index"
 2576checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2577dependencies = [
 2578 "heck 0.4.1",
 2579 "indexmap",
 2580 "log",
 2581 "proc-macro2",
 2582 "quote",
 2583 "serde",
 2584 "serde_json",
 2585 "syn 2.0.117",
 2586 "tempfile",
 2587 "toml 0.8.23",
 2588]
 2589
 2590[[package]]
 2591name = "cc"
 2592version = "1.2.49"
 2593source = "registry+https://github.com/rust-lang/crates.io-index"
 2594checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215"
 2595dependencies = [
 2596 "find-msvc-tools",
 2597 "jobserver",
 2598 "libc",
 2599 "shlex",
 2600]
 2601
 2602[[package]]
 2603name = "cesu8"
 2604version = "1.1.0"
 2605source = "registry+https://github.com/rust-lang/crates.io-index"
 2606checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2607
 2608[[package]]
 2609name = "cexpr"
 2610version = "0.6.0"
 2611source = "registry+https://github.com/rust-lang/crates.io-index"
 2612checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2613dependencies = [
 2614 "nom 7.1.3",
 2615]
 2616
 2617[[package]]
 2618name = "cfg-expr"
 2619version = "0.15.8"
 2620source = "registry+https://github.com/rust-lang/crates.io-index"
 2621checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2622dependencies = [
 2623 "smallvec",
 2624 "target-lexicon 0.12.16",
 2625]
 2626
 2627[[package]]
 2628name = "cfg-expr"
 2629version = "0.20.6"
 2630source = "registry+https://github.com/rust-lang/crates.io-index"
 2631checksum = "78cef5b5a1a6827c7322ae2a636368a573006b27cfa76c7ebd53e834daeaab6a"
 2632dependencies = [
 2633 "smallvec",
 2634 "target-lexicon 0.13.3",
 2635]
 2636
 2637[[package]]
 2638name = "cfg-if"
 2639version = "1.0.4"
 2640source = "registry+https://github.com/rust-lang/crates.io-index"
 2641checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
 2642
 2643[[package]]
 2644name = "cfg_aliases"
 2645version = "0.1.1"
 2646source = "registry+https://github.com/rust-lang/crates.io-index"
 2647checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2648
 2649[[package]]
 2650name = "cfg_aliases"
 2651version = "0.2.1"
 2652source = "registry+https://github.com/rust-lang/crates.io-index"
 2653checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2654
 2655[[package]]
 2656name = "cgl"
 2657version = "0.3.2"
 2658source = "registry+https://github.com/rust-lang/crates.io-index"
 2659checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2660dependencies = [
 2661 "libc",
 2662]
 2663
 2664[[package]]
 2665name = "channel"
 2666version = "0.1.0"
 2667dependencies = [
 2668 "anyhow",
 2669 "client",
 2670 "clock",
 2671 "collections",
 2672 "futures 0.3.32",
 2673 "gpui",
 2674 "http_client",
 2675 "language",
 2676 "log",
 2677 "postage",
 2678 "release_channel",
 2679 "rpc",
 2680 "semver",
 2681 "settings",
 2682 "text",
 2683 "time",
 2684 "util",
 2685]
 2686
 2687[[package]]
 2688name = "chardetng"
 2689version = "0.1.17"
 2690source = "registry+https://github.com/rust-lang/crates.io-index"
 2691checksum = "14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea"
 2692dependencies = [
 2693 "cfg-if",
 2694 "encoding_rs",
 2695 "memchr",
 2696]
 2697
 2698[[package]]
 2699name = "chrono"
 2700version = "0.4.42"
 2701source = "registry+https://github.com/rust-lang/crates.io-index"
 2702checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
 2703dependencies = [
 2704 "iana-time-zone",
 2705 "js-sys",
 2706 "num-traits",
 2707 "serde",
 2708 "wasm-bindgen",
 2709 "windows-link 0.2.1",
 2710]
 2711
 2712[[package]]
 2713name = "chunked_transfer"
 2714version = "1.5.0"
 2715source = "registry+https://github.com/rust-lang/crates.io-index"
 2716checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2717
 2718[[package]]
 2719name = "ciborium"
 2720version = "0.2.2"
 2721source = "registry+https://github.com/rust-lang/crates.io-index"
 2722checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2723dependencies = [
 2724 "ciborium-io",
 2725 "ciborium-ll",
 2726 "serde",
 2727]
 2728
 2729[[package]]
 2730name = "ciborium-io"
 2731version = "0.2.2"
 2732source = "registry+https://github.com/rust-lang/crates.io-index"
 2733checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2734
 2735[[package]]
 2736name = "ciborium-ll"
 2737version = "0.2.2"
 2738source = "registry+https://github.com/rust-lang/crates.io-index"
 2739checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2740dependencies = [
 2741 "ciborium-io",
 2742 "half",
 2743]
 2744
 2745[[package]]
 2746name = "cipher"
 2747version = "0.4.4"
 2748source = "registry+https://github.com/rust-lang/crates.io-index"
 2749checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2750dependencies = [
 2751 "crypto-common",
 2752 "inout",
 2753 "zeroize",
 2754]
 2755
 2756[[package]]
 2757name = "circular-buffer"
 2758version = "1.2.0"
 2759source = "registry+https://github.com/rust-lang/crates.io-index"
 2760checksum = "14c638459986b83c2b885179bd4ea6a2cbb05697b001501a56adb3a3d230803b"
 2761
 2762[[package]]
 2763name = "clang-sys"
 2764version = "1.8.1"
 2765source = "registry+https://github.com/rust-lang/crates.io-index"
 2766checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2767dependencies = [
 2768 "glob",
 2769 "libc",
 2770 "libloading",
 2771]
 2772
 2773[[package]]
 2774name = "clap"
 2775version = "4.5.49"
 2776source = "registry+https://github.com/rust-lang/crates.io-index"
 2777checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f"
 2778dependencies = [
 2779 "clap_builder",
 2780 "clap_derive",
 2781]
 2782
 2783[[package]]
 2784name = "clap_builder"
 2785version = "4.5.49"
 2786source = "registry+https://github.com/rust-lang/crates.io-index"
 2787checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730"
 2788dependencies = [
 2789 "anstream",
 2790 "anstyle",
 2791 "clap_lex",
 2792 "strsim",
 2793 "terminal_size",
 2794]
 2795
 2796[[package]]
 2797name = "clap_complete"
 2798version = "4.5.59"
 2799source = "registry+https://github.com/rust-lang/crates.io-index"
 2800checksum = "2348487adcd4631696ced64ccdb40d38ac4d31cae7f2eec8817fcea1b9d1c43c"
 2801dependencies = [
 2802 "clap",
 2803]
 2804
 2805[[package]]
 2806name = "clap_derive"
 2807version = "4.5.49"
 2808source = "registry+https://github.com/rust-lang/crates.io-index"
 2809checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
 2810dependencies = [
 2811 "heck 0.5.0",
 2812 "proc-macro2",
 2813 "quote",
 2814 "syn 2.0.117",
 2815]
 2816
 2817[[package]]
 2818name = "clap_lex"
 2819version = "0.7.6"
 2820source = "registry+https://github.com/rust-lang/crates.io-index"
 2821checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
 2822
 2823[[package]]
 2824name = "cli"
 2825version = "0.1.0"
 2826dependencies = [
 2827 "anyhow",
 2828 "askpass",
 2829 "clap",
 2830 "collections",
 2831 "core-foundation 0.10.0",
 2832 "core-services",
 2833 "exec",
 2834 "fork",
 2835 "ipc-channel",
 2836 "parking_lot",
 2837 "paths",
 2838 "plist",
 2839 "rayon",
 2840 "release_channel",
 2841 "serde",
 2842 "serde_json",
 2843 "tempfile",
 2844 "util",
 2845 "walkdir",
 2846 "windows 0.61.3",
 2847]
 2848
 2849[[package]]
 2850name = "client"
 2851version = "0.1.0"
 2852dependencies = [
 2853 "anyhow",
 2854 "async-tungstenite",
 2855 "base64 0.22.1",
 2856 "chrono",
 2857 "clock",
 2858 "cloud_api_client",
 2859 "cloud_api_types",
 2860 "cloud_llm_client",
 2861 "collections",
 2862 "credentials_provider",
 2863 "db",
 2864 "derive_more",
 2865 "feature_flags",
 2866 "fs",
 2867 "futures 0.3.32",
 2868 "gpui",
 2869 "gpui_tokio",
 2870 "http_client",
 2871 "http_client_tls",
 2872 "httparse",
 2873 "language_model",
 2874 "log",
 2875 "objc2-foundation",
 2876 "parking_lot",
 2877 "paths",
 2878 "postage",
 2879 "rand 0.9.2",
 2880 "regex",
 2881 "release_channel",
 2882 "rpc",
 2883 "rustls-pki-types",
 2884 "semver",
 2885 "serde",
 2886 "serde_json",
 2887 "serde_urlencoded",
 2888 "settings",
 2889 "sha2",
 2890 "smol",
 2891 "telemetry",
 2892 "telemetry_events",
 2893 "text",
 2894 "thiserror 2.0.17",
 2895 "time",
 2896 "tiny_http",
 2897 "tokio",
 2898 "tokio-native-tls",
 2899 "tokio-rustls 0.26.2",
 2900 "tokio-socks",
 2901 "url",
 2902 "util",
 2903 "windows 0.61.3",
 2904 "worktree",
 2905 "zed_credentials_provider",
 2906]
 2907
 2908[[package]]
 2909name = "clock"
 2910version = "0.1.0"
 2911dependencies = [
 2912 "parking_lot",
 2913 "serde",
 2914 "smallvec",
 2915]
 2916
 2917[[package]]
 2918name = "cloud_api_client"
 2919version = "0.1.0"
 2920dependencies = [
 2921 "anyhow",
 2922 "cloud_api_types",
 2923 "futures 0.3.32",
 2924 "gpui",
 2925 "gpui_tokio",
 2926 "http_client",
 2927 "parking_lot",
 2928 "serde_json",
 2929 "thiserror 2.0.17",
 2930 "yawc",
 2931]
 2932
 2933[[package]]
 2934name = "cloud_api_types"
 2935version = "0.1.0"
 2936dependencies = [
 2937 "anyhow",
 2938 "chrono",
 2939 "ciborium",
 2940 "cloud_llm_client",
 2941 "pretty_assertions",
 2942 "serde",
 2943 "serde_json",
 2944 "strum 0.27.2",
 2945]
 2946
 2947[[package]]
 2948name = "cloud_llm_client"
 2949version = "0.1.0"
 2950dependencies = [
 2951 "anyhow",
 2952 "serde",
 2953 "serde_json",
 2954 "strum 0.27.2",
 2955 "uuid",
 2956 "zeta_prompt",
 2957]
 2958
 2959[[package]]
 2960name = "cmake"
 2961version = "0.1.56"
 2962source = "registry+https://github.com/rust-lang/crates.io-index"
 2963checksum = "b042e5d8a74ae91bb0961acd039822472ec99f8ab0948cbf6d1369588f8be586"
 2964dependencies = [
 2965 "cc",
 2966]
 2967
 2968[[package]]
 2969name = "cobs"
 2970version = "0.3.0"
 2971source = "registry+https://github.com/rust-lang/crates.io-index"
 2972checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
 2973dependencies = [
 2974 "thiserror 2.0.17",
 2975]
 2976
 2977[[package]]
 2978name = "cocoa"
 2979version = "0.25.0"
 2980source = "registry+https://github.com/rust-lang/crates.io-index"
 2981checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 2982dependencies = [
 2983 "bitflags 1.3.2",
 2984 "block",
 2985 "cocoa-foundation 0.1.2",
 2986 "core-foundation 0.9.4",
 2987 "core-graphics 0.23.2",
 2988 "foreign-types 0.5.0",
 2989 "libc",
 2990 "objc",
 2991]
 2992
 2993[[package]]
 2994name = "cocoa"
 2995version = "0.26.0"
 2996source = "registry+https://github.com/rust-lang/crates.io-index"
 2997checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 2998dependencies = [
 2999 "bitflags 2.10.0",
 3000 "block",
 3001 "cocoa-foundation 0.2.0",
 3002 "core-foundation 0.10.0",
 3003 "core-graphics 0.24.0",
 3004 "foreign-types 0.5.0",
 3005 "libc",
 3006 "objc",
 3007]
 3008
 3009[[package]]
 3010name = "cocoa-foundation"
 3011version = "0.1.2"
 3012source = "registry+https://github.com/rust-lang/crates.io-index"
 3013checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 3014dependencies = [
 3015 "bitflags 1.3.2",
 3016 "block",
 3017 "core-foundation 0.9.4",
 3018 "core-graphics-types 0.1.3",
 3019 "libc",
 3020 "objc",
 3021]
 3022
 3023[[package]]
 3024name = "cocoa-foundation"
 3025version = "0.2.0"
 3026source = "registry+https://github.com/rust-lang/crates.io-index"
 3027checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 3028dependencies = [
 3029 "bitflags 2.10.0",
 3030 "block",
 3031 "core-foundation 0.10.0",
 3032 "core-graphics-types 0.2.0",
 3033 "libc",
 3034 "objc",
 3035]
 3036
 3037[[package]]
 3038name = "codespan-reporting"
 3039version = "0.13.0"
 3040source = "registry+https://github.com/rust-lang/crates.io-index"
 3041checksum = "ba7a06c0b31fff5ff2e1e7d37dbf940864e2a974b336e1a2938d10af6e8fb283"
 3042dependencies = [
 3043 "serde",
 3044 "termcolor",
 3045 "unicode-width",
 3046]
 3047
 3048[[package]]
 3049name = "codestral"
 3050version = "0.1.0"
 3051dependencies = [
 3052 "anyhow",
 3053 "edit_prediction",
 3054 "edit_prediction_types",
 3055 "futures 0.3.32",
 3056 "gpui",
 3057 "http_client",
 3058 "icons",
 3059 "language",
 3060 "language_model",
 3061 "log",
 3062 "serde",
 3063 "serde_json",
 3064 "text",
 3065 "zed_credentials_provider",
 3066 "zeta_prompt",
 3067]
 3068
 3069[[package]]
 3070name = "collab"
 3071version = "0.44.0"
 3072dependencies = [
 3073 "agent",
 3074 "anyhow",
 3075 "async-trait",
 3076 "async-tungstenite",
 3077 "aws-config",
 3078 "aws-sdk-kinesis",
 3079 "aws-sdk-s3",
 3080 "axum",
 3081 "buffer_diff",
 3082 "call",
 3083 "channel",
 3084 "chrono",
 3085 "client",
 3086 "clock",
 3087 "cloud_api_types",
 3088 "collab",
 3089 "collab_ui",
 3090 "collections",
 3091 "command_palette_hooks",
 3092 "ctor",
 3093 "dap",
 3094 "dap_adapters",
 3095 "dashmap",
 3096 "debugger_ui",
 3097 "editor",
 3098 "envy",
 3099 "extension",
 3100 "file_finder",
 3101 "fs",
 3102 "futures 0.3.32",
 3103 "git",
 3104 "git_hosting_providers",
 3105 "git_ui",
 3106 "gpui",
 3107 "gpui_tokio",
 3108 "hex",
 3109 "http_client",
 3110 "indoc",
 3111 "language",
 3112 "language_model",
 3113 "livekit_api",
 3114 "livekit_client",
 3115 "log",
 3116 "lsp",
 3117 "menu",
 3118 "multi_buffer",
 3119 "nanoid",
 3120 "node_runtime",
 3121 "notifications",
 3122 "parking_lot",
 3123 "pretty_assertions",
 3124 "project",
 3125 "prometheus",
 3126 "prompt_store",
 3127 "prost 0.9.0",
 3128 "rand 0.9.2",
 3129 "recent_projects",
 3130 "release_channel",
 3131 "remote",
 3132 "remote_server",
 3133 "reqwest 0.11.27",
 3134 "rpc",
 3135 "sea-orm",
 3136 "sea-orm-macros",
 3137 "semver",
 3138 "serde",
 3139 "serde_json",
 3140 "session",
 3141 "settings",
 3142 "sha2",
 3143 "smol",
 3144 "sqlx",
 3145 "strum 0.27.2",
 3146 "task",
 3147 "telemetry_events",
 3148 "text",
 3149 "theme",
 3150 "theme_settings",
 3151 "time",
 3152 "tokio",
 3153 "toml 0.8.23",
 3154 "tower 0.4.13",
 3155 "tower-http 0.4.4",
 3156 "tracing",
 3157 "tracing-subscriber",
 3158 "unindent",
 3159 "util",
 3160 "uuid",
 3161 "workspace",
 3162 "worktree",
 3163 "zed_actions",
 3164 "zlog",
 3165]
 3166
 3167[[package]]
 3168name = "collab_ui"
 3169version = "0.1.0"
 3170dependencies = [
 3171 "anyhow",
 3172 "call",
 3173 "channel",
 3174 "chrono",
 3175 "client",
 3176 "collections",
 3177 "db",
 3178 "editor",
 3179 "futures 0.3.32",
 3180 "fuzzy",
 3181 "gpui",
 3182 "livekit_client",
 3183 "log",
 3184 "menu",
 3185 "notifications",
 3186 "picker",
 3187 "project",
 3188 "release_channel",
 3189 "rpc",
 3190 "serde",
 3191 "serde_json",
 3192 "settings",
 3193 "smallvec",
 3194 "telemetry",
 3195 "theme",
 3196 "theme_settings",
 3197 "time",
 3198 "time_format",
 3199 "title_bar",
 3200 "ui",
 3201 "util",
 3202 "workspace",
 3203 "zed_actions",
 3204]
 3205
 3206[[package]]
 3207name = "collections"
 3208version = "0.1.0"
 3209dependencies = [
 3210 "indexmap",
 3211 "rustc-hash 2.1.1",
 3212]
 3213
 3214[[package]]
 3215name = "color_quant"
 3216version = "1.1.0"
 3217source = "registry+https://github.com/rust-lang/crates.io-index"
 3218checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3219
 3220[[package]]
 3221name = "colorchoice"
 3222version = "1.0.4"
 3223source = "registry+https://github.com/rust-lang/crates.io-index"
 3224checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
 3225
 3226[[package]]
 3227name = "combine"
 3228version = "4.6.7"
 3229source = "registry+https://github.com/rust-lang/crates.io-index"
 3230checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3231dependencies = [
 3232 "bytes 1.11.1",
 3233 "memchr",
 3234]
 3235
 3236[[package]]
 3237name = "command-fds"
 3238version = "0.3.2"
 3239source = "registry+https://github.com/rust-lang/crates.io-index"
 3240checksum = "f849b92c694fe237ecd8fafd1ba0df7ae0d45c1df6daeb7f68ed4220d51640bd"
 3241dependencies = [
 3242 "nix 0.30.1",
 3243 "thiserror 2.0.17",
 3244]
 3245
 3246[[package]]
 3247name = "command_palette"
 3248version = "0.1.0"
 3249dependencies = [
 3250 "anyhow",
 3251 "client",
 3252 "collections",
 3253 "command_palette_hooks",
 3254 "db",
 3255 "editor",
 3256 "fuzzy",
 3257 "go_to_line",
 3258 "gpui",
 3259 "language",
 3260 "log",
 3261 "menu",
 3262 "picker",
 3263 "postage",
 3264 "project",
 3265 "serde",
 3266 "settings",
 3267 "telemetry",
 3268 "theme",
 3269 "theme_settings",
 3270 "time",
 3271 "ui",
 3272 "util",
 3273 "workspace",
 3274 "zed_actions",
 3275]
 3276
 3277[[package]]
 3278name = "command_palette_hooks"
 3279version = "0.1.0"
 3280dependencies = [
 3281 "collections",
 3282 "derive_more",
 3283 "gpui",
 3284 "workspace",
 3285]
 3286
 3287[[package]]
 3288name = "component"
 3289version = "0.1.0"
 3290dependencies = [
 3291 "collections",
 3292 "documented",
 3293 "gpui",
 3294 "inventory",
 3295 "parking_lot",
 3296 "strum 0.27.2",
 3297 "theme",
 3298]
 3299
 3300[[package]]
 3301name = "component_preview"
 3302version = "0.1.0"
 3303dependencies = [
 3304 "anyhow",
 3305 "client",
 3306 "collections",
 3307 "component",
 3308 "db",
 3309 "fs",
 3310 "gpui",
 3311 "gpui_platform",
 3312 "language",
 3313 "log",
 3314 "node_runtime",
 3315 "notifications",
 3316 "project",
 3317 "release_channel",
 3318 "reqwest_client",
 3319 "session",
 3320 "settings",
 3321 "theme",
 3322 "theme_settings",
 3323 "ui",
 3324 "ui_input",
 3325 "uuid",
 3326 "workspace",
 3327]
 3328
 3329[[package]]
 3330name = "compression-codecs"
 3331version = "0.4.31"
 3332source = "registry+https://github.com/rust-lang/crates.io-index"
 3333checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23"
 3334dependencies = [
 3335 "bzip2 0.6.1",
 3336 "compression-core",
 3337 "deflate64",
 3338 "flate2",
 3339 "memchr",
 3340]
 3341
 3342[[package]]
 3343name = "compression-core"
 3344version = "0.4.29"
 3345source = "registry+https://github.com/rust-lang/crates.io-index"
 3346checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
 3347
 3348[[package]]
 3349name = "concurrent-queue"
 3350version = "2.5.0"
 3351source = "registry+https://github.com/rust-lang/crates.io-index"
 3352checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3353dependencies = [
 3354 "crossbeam-utils",
 3355]
 3356
 3357[[package]]
 3358name = "console"
 3359version = "0.15.11"
 3360source = "registry+https://github.com/rust-lang/crates.io-index"
 3361checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
 3362dependencies = [
 3363 "encode_unicode",
 3364 "libc",
 3365 "once_cell",
 3366 "unicode-width",
 3367 "windows-sys 0.59.0",
 3368]
 3369
 3370[[package]]
 3371name = "console_error_panic_hook"
 3372version = "0.1.7"
 3373source = "registry+https://github.com/rust-lang/crates.io-index"
 3374checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
 3375dependencies = [
 3376 "cfg-if",
 3377 "wasm-bindgen",
 3378]
 3379
 3380[[package]]
 3381name = "const-oid"
 3382version = "0.9.6"
 3383source = "registry+https://github.com/rust-lang/crates.io-index"
 3384checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3385
 3386[[package]]
 3387name = "const-random"
 3388version = "0.1.18"
 3389source = "registry+https://github.com/rust-lang/crates.io-index"
 3390checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3391dependencies = [
 3392 "const-random-macro",
 3393]
 3394
 3395[[package]]
 3396name = "const-random-macro"
 3397version = "0.1.16"
 3398source = "registry+https://github.com/rust-lang/crates.io-index"
 3399checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3400dependencies = [
 3401 "getrandom 0.2.16",
 3402 "once_cell",
 3403 "tiny-keccak",
 3404]
 3405
 3406[[package]]
 3407name = "const_format"
 3408version = "0.2.35"
 3409source = "registry+https://github.com/rust-lang/crates.io-index"
 3410checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
 3411dependencies = [
 3412 "const_format_proc_macros",
 3413]
 3414
 3415[[package]]
 3416name = "const_format_proc_macros"
 3417version = "0.2.34"
 3418source = "registry+https://github.com/rust-lang/crates.io-index"
 3419checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
 3420dependencies = [
 3421 "proc-macro2",
 3422 "quote",
 3423 "unicode-xid",
 3424]
 3425
 3426[[package]]
 3427name = "constant_time_eq"
 3428version = "0.1.5"
 3429source = "registry+https://github.com/rust-lang/crates.io-index"
 3430checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3431
 3432[[package]]
 3433name = "context_server"
 3434version = "0.1.0"
 3435dependencies = [
 3436 "anyhow",
 3437 "async-trait",
 3438 "base64 0.22.1",
 3439 "collections",
 3440 "futures 0.3.32",
 3441 "gpui",
 3442 "http_client",
 3443 "log",
 3444 "net",
 3445 "parking_lot",
 3446 "postage",
 3447 "rand 0.9.2",
 3448 "schemars",
 3449 "serde",
 3450 "serde_json",
 3451 "settings",
 3452 "sha2",
 3453 "slotmap",
 3454 "smol",
 3455 "tempfile",
 3456 "terminal",
 3457 "tiny_http",
 3458 "url",
 3459 "util",
 3460]
 3461
 3462[[package]]
 3463name = "convert_case"
 3464version = "0.8.0"
 3465source = "registry+https://github.com/rust-lang/crates.io-index"
 3466checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3467dependencies = [
 3468 "unicode-segmentation",
 3469]
 3470
 3471[[package]]
 3472name = "convert_case"
 3473version = "0.10.0"
 3474source = "registry+https://github.com/rust-lang/crates.io-index"
 3475checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
 3476dependencies = [
 3477 "unicode-segmentation",
 3478]
 3479
 3480[[package]]
 3481name = "convert_case"
 3482version = "0.11.0"
 3483source = "registry+https://github.com/rust-lang/crates.io-index"
 3484checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49"
 3485dependencies = [
 3486 "unicode-segmentation",
 3487]
 3488
 3489[[package]]
 3490name = "copilot"
 3491version = "0.1.0"
 3492dependencies = [
 3493 "anyhow",
 3494 "async-std",
 3495 "collections",
 3496 "command_palette_hooks",
 3497 "copilot_chat",
 3498 "edit_prediction_types",
 3499 "editor",
 3500 "fs",
 3501 "futures 0.3.32",
 3502 "gpui",
 3503 "icons",
 3504 "indoc",
 3505 "language",
 3506 "log",
 3507 "lsp",
 3508 "node_runtime",
 3509 "parking_lot",
 3510 "paths",
 3511 "pretty_assertions",
 3512 "project",
 3513 "rpc",
 3514 "semver",
 3515 "serde",
 3516 "serde_json",
 3517 "settings",
 3518 "sum_tree",
 3519 "theme",
 3520 "theme_settings",
 3521 "util",
 3522 "workspace",
 3523 "zlog",
 3524]
 3525
 3526[[package]]
 3527name = "copilot_chat"
 3528version = "0.1.0"
 3529dependencies = [
 3530 "anthropic",
 3531 "anyhow",
 3532 "collections",
 3533 "dirs 4.0.0",
 3534 "fs",
 3535 "futures 0.3.32",
 3536 "gpui",
 3537 "http_client",
 3538 "log",
 3539 "paths",
 3540 "serde",
 3541 "serde_json",
 3542 "settings",
 3543]
 3544
 3545[[package]]
 3546name = "copilot_ui"
 3547version = "0.1.0"
 3548dependencies = [
 3549 "anyhow",
 3550 "copilot",
 3551 "gpui",
 3552 "language",
 3553 "log",
 3554 "lsp",
 3555 "menu",
 3556 "project",
 3557 "serde_json",
 3558 "settings",
 3559 "ui",
 3560 "util",
 3561 "workspace",
 3562]
 3563
 3564[[package]]
 3565name = "core-foundation"
 3566version = "0.9.4"
 3567source = "registry+https://github.com/rust-lang/crates.io-index"
 3568checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3569dependencies = [
 3570 "core-foundation-sys",
 3571 "libc",
 3572]
 3573
 3574[[package]]
 3575name = "core-foundation"
 3576version = "0.10.0"
 3577source = "registry+https://github.com/rust-lang/crates.io-index"
 3578checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3579dependencies = [
 3580 "core-foundation-sys",
 3581 "libc",
 3582]
 3583
 3584[[package]]
 3585name = "core-foundation-sys"
 3586version = "0.8.7"
 3587source = "registry+https://github.com/rust-lang/crates.io-index"
 3588checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3589
 3590[[package]]
 3591name = "core-graphics"
 3592version = "0.23.2"
 3593source = "registry+https://github.com/rust-lang/crates.io-index"
 3594checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3595dependencies = [
 3596 "bitflags 1.3.2",
 3597 "core-foundation 0.9.4",
 3598 "core-graphics-types 0.1.3",
 3599 "foreign-types 0.5.0",
 3600 "libc",
 3601]
 3602
 3603[[package]]
 3604name = "core-graphics"
 3605version = "0.24.0"
 3606source = "registry+https://github.com/rust-lang/crates.io-index"
 3607checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3608dependencies = [
 3609 "bitflags 2.10.0",
 3610 "core-foundation 0.10.0",
 3611 "core-graphics-types 0.2.0",
 3612 "foreign-types 0.5.0",
 3613 "libc",
 3614]
 3615
 3616[[package]]
 3617name = "core-graphics-helmer-fork"
 3618version = "0.24.0"
 3619source = "registry+https://github.com/rust-lang/crates.io-index"
 3620checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
 3621dependencies = [
 3622 "bitflags 2.10.0",
 3623 "core-foundation 0.9.4",
 3624 "core-graphics-types 0.1.3",
 3625 "foreign-types 0.5.0",
 3626 "libc",
 3627]
 3628
 3629[[package]]
 3630name = "core-graphics-types"
 3631version = "0.1.3"
 3632source = "registry+https://github.com/rust-lang/crates.io-index"
 3633checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3634dependencies = [
 3635 "bitflags 1.3.2",
 3636 "core-foundation 0.9.4",
 3637 "libc",
 3638]
 3639
 3640[[package]]
 3641name = "core-graphics-types"
 3642version = "0.2.0"
 3643source = "registry+https://github.com/rust-lang/crates.io-index"
 3644checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3645dependencies = [
 3646 "bitflags 2.10.0",
 3647 "core-foundation 0.10.0",
 3648 "libc",
 3649]
 3650
 3651[[package]]
 3652name = "core-graphics2"
 3653version = "0.5.2"
 3654source = "registry+https://github.com/rust-lang/crates.io-index"
 3655checksum = "4416167a69126e617f8d0a214af0e3c1dbdeffcb100ddf72dcd1a1ac9893c146"
 3656dependencies = [
 3657 "bitflags 2.10.0",
 3658 "block",
 3659 "cfg-if",
 3660 "core-foundation 0.10.0",
 3661 "libc",
 3662]
 3663
 3664[[package]]
 3665name = "core-services"
 3666version = "0.2.1"
 3667source = "registry+https://github.com/rust-lang/crates.io-index"
 3668checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3669dependencies = [
 3670 "core-foundation 0.9.4",
 3671]
 3672
 3673[[package]]
 3674name = "core-text"
 3675version = "21.0.0"
 3676source = "registry+https://github.com/rust-lang/crates.io-index"
 3677checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3678dependencies = [
 3679 "core-foundation 0.10.0",
 3680 "core-graphics 0.24.0",
 3681 "foreign-types 0.5.0",
 3682 "libc",
 3683]
 3684
 3685[[package]]
 3686name = "core-video"
 3687version = "0.5.2"
 3688source = "registry+https://github.com/rust-lang/crates.io-index"
 3689checksum = "139679cc63eb9504bdbe37e37874b0247136177655f0008588781e90863afa62"
 3690dependencies = [
 3691 "block",
 3692 "core-foundation 0.10.0",
 3693 "core-graphics2",
 3694 "io-surface",
 3695 "libc",
 3696 "metal",
 3697]
 3698
 3699[[package]]
 3700name = "core_maths"
 3701version = "0.1.1"
 3702source = "registry+https://github.com/rust-lang/crates.io-index"
 3703checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3704dependencies = [
 3705 "libm",
 3706]
 3707
 3708[[package]]
 3709name = "coreaudio-rs"
 3710version = "0.12.1"
 3711source = "registry+https://github.com/rust-lang/crates.io-index"
 3712checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3713dependencies = [
 3714 "bitflags 1.3.2",
 3715 "core-foundation-sys",
 3716 "coreaudio-sys",
 3717]
 3718
 3719[[package]]
 3720name = "coreaudio-rs"
 3721version = "0.13.0"
 3722source = "registry+https://github.com/rust-lang/crates.io-index"
 3723checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
 3724dependencies = [
 3725 "bitflags 1.3.2",
 3726 "libc",
 3727 "objc2-audio-toolbox",
 3728 "objc2-core-audio",
 3729 "objc2-core-audio-types",
 3730 "objc2-core-foundation",
 3731]
 3732
 3733[[package]]
 3734name = "coreaudio-sys"
 3735version = "0.2.17"
 3736source = "registry+https://github.com/rust-lang/crates.io-index"
 3737checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6"
 3738dependencies = [
 3739 "bindgen 0.72.1",
 3740]
 3741
 3742[[package]]
 3743name = "cosmic-text"
 3744version = "0.17.1"
 3745source = "registry+https://github.com/rust-lang/crates.io-index"
 3746checksum = "8c5c9868e64aa6c5410629a83450e142c80e721c727a5bc0fb18107af6c2d66b"
 3747dependencies = [
 3748 "bitflags 2.10.0",
 3749 "fontdb 0.23.0",
 3750 "harfrust",
 3751 "linebender_resource_handle",
 3752 "log",
 3753 "rangemap",
 3754 "rustc-hash 2.1.1",
 3755 "self_cell",
 3756 "skrifa 0.40.0",
 3757 "smol_str",
 3758 "swash",
 3759 "sys-locale",
 3760 "unicode-bidi",
 3761 "unicode-linebreak",
 3762 "unicode-script",
 3763 "unicode-segmentation",
 3764]
 3765
 3766[[package]]
 3767name = "cpal"
 3768version = "0.17.1"
 3769source = "registry+https://github.com/rust-lang/crates.io-index"
 3770checksum = "5b1f9c7312f19fc2fa12fd7acaf38de54e8320ba10d1a02dcbe21038def51ccb"
 3771dependencies = [
 3772 "alsa",
 3773 "coreaudio-rs 0.13.0",
 3774 "dasp_sample",
 3775 "jni",
 3776 "js-sys",
 3777 "libc",
 3778 "mach2 0.5.0",
 3779 "ndk",
 3780 "ndk-context",
 3781 "num-derive",
 3782 "num-traits",
 3783 "objc2",
 3784 "objc2-audio-toolbox",
 3785 "objc2-avf-audio",
 3786 "objc2-core-audio",
 3787 "objc2-core-audio-types",
 3788 "objc2-core-foundation",
 3789 "objc2-foundation",
 3790 "wasm-bindgen",
 3791 "wasm-bindgen-futures",
 3792 "web-sys",
 3793 "windows 0.62.2",
 3794]
 3795
 3796[[package]]
 3797name = "cpp_demangle"
 3798version = "0.4.5"
 3799source = "registry+https://github.com/rust-lang/crates.io-index"
 3800checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
 3801dependencies = [
 3802 "cfg-if",
 3803]
 3804
 3805[[package]]
 3806name = "cpufeatures"
 3807version = "0.2.17"
 3808source = "registry+https://github.com/rust-lang/crates.io-index"
 3809checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 3810dependencies = [
 3811 "libc",
 3812]
 3813
 3814[[package]]
 3815name = "cranelift-assembler-x64"
 3816version = "0.123.6"
 3817source = "registry+https://github.com/rust-lang/crates.io-index"
 3818checksum = "ba33ddc4e157cb1abe9da6c821e8824f99e56d057c2c22536850e0141f281d61"
 3819dependencies = [
 3820 "cranelift-assembler-x64-meta",
 3821]
 3822
 3823[[package]]
 3824name = "cranelift-assembler-x64-meta"
 3825version = "0.123.6"
 3826source = "registry+https://github.com/rust-lang/crates.io-index"
 3827checksum = "69b23dd6ea360e6fb28a3f3b40b7f126509668f58076a4729b2cfd656f26a0ad"
 3828dependencies = [
 3829 "cranelift-srcgen",
 3830]
 3831
 3832[[package]]
 3833name = "cranelift-bforest"
 3834version = "0.123.6"
 3835source = "registry+https://github.com/rust-lang/crates.io-index"
 3836checksum = "a9d81afcee8fe27ee2536987df3fadcb2e161af4edb7dbe3ef36838d0ce74382"
 3837dependencies = [
 3838 "cranelift-entity",
 3839]
 3840
 3841[[package]]
 3842name = "cranelift-bitset"
 3843version = "0.123.6"
 3844source = "registry+https://github.com/rust-lang/crates.io-index"
 3845checksum = "fb33595f1279fe7af03b28245060e9085caf98b10ed3137461a85796eb83972a"
 3846dependencies = [
 3847 "serde",
 3848 "serde_derive",
 3849]
 3850
 3851[[package]]
 3852name = "cranelift-codegen"
 3853version = "0.123.6"
 3854source = "registry+https://github.com/rust-lang/crates.io-index"
 3855checksum = "0230a6ac0660bfe31eb244cbb43dcd4f2b3c1c4e0addc3e0348c6053ea60272e"
 3856dependencies = [
 3857 "bumpalo",
 3858 "cranelift-assembler-x64",
 3859 "cranelift-bforest",
 3860 "cranelift-bitset",
 3861 "cranelift-codegen-meta",
 3862 "cranelift-codegen-shared",
 3863 "cranelift-control",
 3864 "cranelift-entity",
 3865 "cranelift-isle",
 3866 "gimli",
 3867 "hashbrown 0.15.5",
 3868 "log",
 3869 "postcard",
 3870 "pulley-interpreter",
 3871 "regalloc2",
 3872 "rustc-hash 2.1.1",
 3873 "serde",
 3874 "serde_derive",
 3875 "sha2",
 3876 "smallvec",
 3877 "target-lexicon 0.13.3",
 3878 "wasmtime-internal-math",
 3879]
 3880
 3881[[package]]
 3882name = "cranelift-codegen-meta"
 3883version = "0.123.6"
 3884source = "registry+https://github.com/rust-lang/crates.io-index"
 3885checksum = "96d6817fdc15cb8f236fc9d8e610767d3a03327ceca4abff7a14d8e2154c405e"
 3886dependencies = [
 3887 "cranelift-assembler-x64-meta",
 3888 "cranelift-codegen-shared",
 3889 "cranelift-srcgen",
 3890 "heck 0.5.0",
 3891 "pulley-interpreter",
 3892]
 3893
 3894[[package]]
 3895name = "cranelift-codegen-shared"
 3896version = "0.123.6"
 3897source = "registry+https://github.com/rust-lang/crates.io-index"
 3898checksum = "0403796328e9e2e7df2b80191cdbb473fd9ea3889eb45ef5632d0fef168ea032"
 3899
 3900[[package]]
 3901name = "cranelift-control"
 3902version = "0.123.6"
 3903source = "registry+https://github.com/rust-lang/crates.io-index"
 3904checksum = "188f04092279a3814e0b6235c2f9c2e34028e4beb72da7bfed55cbd184702bcc"
 3905dependencies = [
 3906 "arbitrary",
 3907]
 3908
 3909[[package]]
 3910name = "cranelift-entity"
 3911version = "0.123.6"
 3912source = "registry+https://github.com/rust-lang/crates.io-index"
 3913checksum = "43f5e7391167605d505fe66a337e1a69583b3f34b63d359ffa5a430313c555e8"
 3914dependencies = [
 3915 "cranelift-bitset",
 3916 "serde",
 3917 "serde_derive",
 3918]
 3919
 3920[[package]]
 3921name = "cranelift-frontend"
 3922version = "0.123.6"
 3923source = "registry+https://github.com/rust-lang/crates.io-index"
 3924checksum = "ea5440792eb2b5ba0a0976df371b9f94031bd853ae56f389de610bca7128a7cb"
 3925dependencies = [
 3926 "cranelift-codegen",
 3927 "log",
 3928 "smallvec",
 3929 "target-lexicon 0.13.3",
 3930]
 3931
 3932[[package]]
 3933name = "cranelift-isle"
 3934version = "0.123.6"
 3935source = "registry+https://github.com/rust-lang/crates.io-index"
 3936checksum = "1e5c05fab6fce38d729088f3fa1060eaa1ad54eefd473588887205ed2ab2f79e"
 3937
 3938[[package]]
 3939name = "cranelift-native"
 3940version = "0.123.6"
 3941source = "registry+https://github.com/rust-lang/crates.io-index"
 3942checksum = "9c9a0607a028edf5ba5bba7e7cf5ca1b7f0a030e3ae84dcd401e8b9b05192280"
 3943dependencies = [
 3944 "cranelift-codegen",
 3945 "libc",
 3946 "target-lexicon 0.13.3",
 3947]
 3948
 3949[[package]]
 3950name = "cranelift-srcgen"
 3951version = "0.123.6"
 3952source = "registry+https://github.com/rust-lang/crates.io-index"
 3953checksum = "cb0f2da72eb2472aaac6cfba4e785af42b1f2d82f5155f30c9c30e8cce351e17"
 3954
 3955[[package]]
 3956name = "crash-context"
 3957version = "0.6.3"
 3958source = "registry+https://github.com/rust-lang/crates.io-index"
 3959checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
 3960dependencies = [
 3961 "cfg-if",
 3962 "libc",
 3963 "mach2 0.4.3",
 3964]
 3965
 3966[[package]]
 3967name = "crash-handler"
 3968version = "0.6.3"
 3969source = "registry+https://github.com/rust-lang/crates.io-index"
 3970checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
 3971dependencies = [
 3972 "cfg-if",
 3973 "crash-context",
 3974 "libc",
 3975 "mach2 0.4.3",
 3976 "parking_lot",
 3977]
 3978
 3979[[package]]
 3980name = "crashes"
 3981version = "0.1.0"
 3982dependencies = [
 3983 "cfg-if",
 3984 "crash-handler",
 3985 "futures 0.3.32",
 3986 "log",
 3987 "mach2 0.5.0",
 3988 "minidumper",
 3989 "parking_lot",
 3990 "paths",
 3991 "release_channel",
 3992 "serde",
 3993 "serde_json",
 3994 "smol",
 3995 "system_specs",
 3996 "windows 0.61.3",
 3997 "zstd",
 3998]
 3999
 4000[[package]]
 4001name = "crc"
 4002version = "3.3.0"
 4003source = "registry+https://github.com/rust-lang/crates.io-index"
 4004checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
 4005dependencies = [
 4006 "crc-catalog",
 4007]
 4008
 4009[[package]]
 4010name = "crc-catalog"
 4011version = "2.4.0"
 4012source = "registry+https://github.com/rust-lang/crates.io-index"
 4013checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 4014
 4015[[package]]
 4016name = "crc-fast"
 4017version = "1.6.0"
 4018source = "registry+https://github.com/rust-lang/crates.io-index"
 4019checksum = "6ddc2d09feefeee8bd78101665bd8645637828fa9317f9f292496dbbd8c65ff3"
 4020dependencies = [
 4021 "crc",
 4022 "digest",
 4023 "rand 0.9.2",
 4024 "regex",
 4025 "rustversion",
 4026]
 4027
 4028[[package]]
 4029name = "crc32fast"
 4030version = "1.5.0"
 4031source = "registry+https://github.com/rust-lang/crates.io-index"
 4032checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
 4033dependencies = [
 4034 "cfg-if",
 4035]
 4036
 4037[[package]]
 4038name = "credentials_provider"
 4039version = "0.1.0"
 4040dependencies = [
 4041 "anyhow",
 4042 "gpui",
 4043 "serde",
 4044]
 4045
 4046[[package]]
 4047name = "criterion"
 4048version = "0.5.1"
 4049source = "registry+https://github.com/rust-lang/crates.io-index"
 4050checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 4051dependencies = [
 4052 "anes",
 4053 "cast",
 4054 "ciborium",
 4055 "clap",
 4056 "criterion-plot",
 4057 "is-terminal",
 4058 "itertools 0.10.5",
 4059 "num-traits",
 4060 "once_cell",
 4061 "oorandom",
 4062 "plotters",
 4063 "rayon",
 4064 "regex",
 4065 "serde",
 4066 "serde_derive",
 4067 "serde_json",
 4068 "tinytemplate",
 4069 "walkdir",
 4070]
 4071
 4072[[package]]
 4073name = "criterion-plot"
 4074version = "0.5.0"
 4075source = "registry+https://github.com/rust-lang/crates.io-index"
 4076checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 4077dependencies = [
 4078 "cast",
 4079 "itertools 0.10.5",
 4080]
 4081
 4082[[package]]
 4083name = "crossbeam"
 4084version = "0.8.4"
 4085source = "registry+https://github.com/rust-lang/crates.io-index"
 4086checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
 4087dependencies = [
 4088 "crossbeam-channel",
 4089 "crossbeam-deque",
 4090 "crossbeam-epoch",
 4091 "crossbeam-queue",
 4092 "crossbeam-utils",
 4093]
 4094
 4095[[package]]
 4096name = "crossbeam-channel"
 4097version = "0.5.15"
 4098source = "registry+https://github.com/rust-lang/crates.io-index"
 4099checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
 4100dependencies = [
 4101 "crossbeam-utils",
 4102]
 4103
 4104[[package]]
 4105name = "crossbeam-deque"
 4106version = "0.8.6"
 4107source = "registry+https://github.com/rust-lang/crates.io-index"
 4108checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 4109dependencies = [
 4110 "crossbeam-epoch",
 4111 "crossbeam-utils",
 4112]
 4113
 4114[[package]]
 4115name = "crossbeam-epoch"
 4116version = "0.9.18"
 4117source = "registry+https://github.com/rust-lang/crates.io-index"
 4118checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 4119dependencies = [
 4120 "crossbeam-utils",
 4121]
 4122
 4123[[package]]
 4124name = "crossbeam-queue"
 4125version = "0.3.12"
 4126source = "registry+https://github.com/rust-lang/crates.io-index"
 4127checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
 4128dependencies = [
 4129 "crossbeam-utils",
 4130]
 4131
 4132[[package]]
 4133name = "crossbeam-utils"
 4134version = "0.8.21"
 4135source = "registry+https://github.com/rust-lang/crates.io-index"
 4136checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 4137
 4138[[package]]
 4139name = "crunchy"
 4140version = "0.2.4"
 4141source = "registry+https://github.com/rust-lang/crates.io-index"
 4142checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
 4143
 4144[[package]]
 4145name = "crypto-bigint"
 4146version = "0.4.9"
 4147source = "registry+https://github.com/rust-lang/crates.io-index"
 4148checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 4149dependencies = [
 4150 "generic-array",
 4151 "rand_core 0.6.4",
 4152 "subtle",
 4153 "zeroize",
 4154]
 4155
 4156[[package]]
 4157name = "crypto-bigint"
 4158version = "0.5.5"
 4159source = "registry+https://github.com/rust-lang/crates.io-index"
 4160checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 4161dependencies = [
 4162 "rand_core 0.6.4",
 4163 "subtle",
 4164]
 4165
 4166[[package]]
 4167name = "crypto-common"
 4168version = "0.1.6"
 4169source = "registry+https://github.com/rust-lang/crates.io-index"
 4170checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 4171dependencies = [
 4172 "generic-array",
 4173 "typenum",
 4174]
 4175
 4176[[package]]
 4177name = "cssparser"
 4178version = "0.35.0"
 4179source = "registry+https://github.com/rust-lang/crates.io-index"
 4180checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
 4181dependencies = [
 4182 "cssparser-macros",
 4183 "dtoa-short",
 4184 "itoa",
 4185 "phf 0.11.3",
 4186 "smallvec",
 4187]
 4188
 4189[[package]]
 4190name = "cssparser-macros"
 4191version = "0.6.1"
 4192source = "registry+https://github.com/rust-lang/crates.io-index"
 4193checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
 4194dependencies = [
 4195 "quote",
 4196 "syn 2.0.117",
 4197]
 4198
 4199[[package]]
 4200name = "csv_preview"
 4201version = "0.1.0"
 4202dependencies = [
 4203 "anyhow",
 4204 "editor",
 4205 "feature_flags",
 4206 "gpui",
 4207 "log",
 4208 "text",
 4209 "ui",
 4210 "workspace",
 4211]
 4212
 4213[[package]]
 4214name = "ctor"
 4215version = "0.4.3"
 4216source = "registry+https://github.com/rust-lang/crates.io-index"
 4217checksum = "ec09e802f5081de6157da9a75701d6c713d8dc3ba52571fd4bd25f412644e8a6"
 4218dependencies = [
 4219 "ctor-proc-macro",
 4220 "dtor",
 4221]
 4222
 4223[[package]]
 4224name = "ctor-proc-macro"
 4225version = "0.0.6"
 4226source = "registry+https://github.com/rust-lang/crates.io-index"
 4227checksum = "e2931af7e13dc045d8e9d26afccc6fa115d64e115c9c84b1166288b46f6782c2"
 4228
 4229[[package]]
 4230name = "ctrlc"
 4231version = "3.5.0"
 4232source = "registry+https://github.com/rust-lang/crates.io-index"
 4233checksum = "881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3"
 4234dependencies = [
 4235 "dispatch",
 4236 "nix 0.30.1",
 4237 "windows-sys 0.61.2",
 4238]
 4239
 4240[[package]]
 4241name = "cursor-icon"
 4242version = "1.2.0"
 4243source = "registry+https://github.com/rust-lang/crates.io-index"
 4244checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
 4245
 4246[[package]]
 4247name = "cxx"
 4248version = "1.0.187"
 4249source = "registry+https://github.com/rust-lang/crates.io-index"
 4250checksum = "d8465678d499296e2cbf9d3acf14307458fd69b471a31b65b3c519efe8b5e187"
 4251dependencies = [
 4252 "cc",
 4253 "cxx-build",
 4254 "cxxbridge-cmd",
 4255 "cxxbridge-flags",
 4256 "cxxbridge-macro",
 4257 "foldhash 0.2.0",
 4258 "link-cplusplus",
 4259]
 4260
 4261[[package]]
 4262name = "cxx-build"
 4263version = "1.0.187"
 4264source = "registry+https://github.com/rust-lang/crates.io-index"
 4265checksum = "d74b6bcf49ebbd91f1b1875b706ea46545032a14003b5557b7dfa4bbeba6766e"
 4266dependencies = [
 4267 "cc",
 4268 "codespan-reporting",
 4269 "indexmap",
 4270 "proc-macro2",
 4271 "quote",
 4272 "scratch",
 4273 "syn 2.0.117",
 4274]
 4275
 4276[[package]]
 4277name = "cxxbridge-cmd"
 4278version = "1.0.187"
 4279source = "registry+https://github.com/rust-lang/crates.io-index"
 4280checksum = "94ca2ad69673c4b35585edfa379617ac364bccd0ba0adf319811ba3a74ffa48a"
 4281dependencies = [
 4282 "clap",
 4283 "codespan-reporting",
 4284 "indexmap",
 4285 "proc-macro2",
 4286 "quote",
 4287 "syn 2.0.117",
 4288]
 4289
 4290[[package]]
 4291name = "cxxbridge-flags"
 4292version = "1.0.187"
 4293source = "registry+https://github.com/rust-lang/crates.io-index"
 4294checksum = "d29b52102aa395386d77d322b3a0522f2035e716171c2c60aa87cc5e9466e523"
 4295
 4296[[package]]
 4297name = "cxxbridge-macro"
 4298version = "1.0.187"
 4299source = "registry+https://github.com/rust-lang/crates.io-index"
 4300checksum = "2a8ebf0b6138325af3ec73324cb3a48b64d57721f17291b151206782e61f66cd"
 4301dependencies = [
 4302 "indexmap",
 4303 "proc-macro2",
 4304 "quote",
 4305 "syn 2.0.117",
 4306]
 4307
 4308[[package]]
 4309name = "dap"
 4310version = "0.1.0"
 4311dependencies = [
 4312 "anyhow",
 4313 "async-compression",
 4314 "async-pipe",
 4315 "async-tar",
 4316 "async-trait",
 4317 "client",
 4318 "collections",
 4319 "dap-types",
 4320 "fs",
 4321 "futures 0.3.32",
 4322 "gpui",
 4323 "http_client",
 4324 "language",
 4325 "libc",
 4326 "log",
 4327 "node_runtime",
 4328 "parking_lot",
 4329 "paths",
 4330 "proto",
 4331 "schemars",
 4332 "serde",
 4333 "serde_json",
 4334 "settings",
 4335 "smallvec",
 4336 "smol",
 4337 "task",
 4338 "telemetry",
 4339 "util",
 4340 "zlog",
 4341]
 4342
 4343[[package]]
 4344name = "dap-types"
 4345version = "0.0.1"
 4346source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
 4347dependencies = [
 4348 "schemars",
 4349 "serde",
 4350 "serde_json",
 4351]
 4352
 4353[[package]]
 4354name = "dap_adapters"
 4355version = "0.1.0"
 4356dependencies = [
 4357 "anyhow",
 4358 "async-trait",
 4359 "collections",
 4360 "dap",
 4361 "dotenvy",
 4362 "fs",
 4363 "futures 0.3.32",
 4364 "gpui",
 4365 "http_client",
 4366 "json_dotpath",
 4367 "language",
 4368 "log",
 4369 "node_runtime",
 4370 "paths",
 4371 "serde",
 4372 "serde_json",
 4373 "settings",
 4374 "smol",
 4375 "task",
 4376 "util",
 4377]
 4378
 4379[[package]]
 4380name = "darling"
 4381version = "0.20.11"
 4382source = "registry+https://github.com/rust-lang/crates.io-index"
 4383checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
 4384dependencies = [
 4385 "darling_core 0.20.11",
 4386 "darling_macro 0.20.11",
 4387]
 4388
 4389[[package]]
 4390name = "darling"
 4391version = "0.21.3"
 4392source = "registry+https://github.com/rust-lang/crates.io-index"
 4393checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
 4394dependencies = [
 4395 "darling_core 0.21.3",
 4396 "darling_macro 0.21.3",
 4397]
 4398
 4399[[package]]
 4400name = "darling_core"
 4401version = "0.20.11"
 4402source = "registry+https://github.com/rust-lang/crates.io-index"
 4403checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
 4404dependencies = [
 4405 "fnv",
 4406 "ident_case",
 4407 "proc-macro2",
 4408 "quote",
 4409 "strsim",
 4410 "syn 2.0.117",
 4411]
 4412
 4413[[package]]
 4414name = "darling_core"
 4415version = "0.21.3"
 4416source = "registry+https://github.com/rust-lang/crates.io-index"
 4417checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
 4418dependencies = [
 4419 "fnv",
 4420 "ident_case",
 4421 "proc-macro2",
 4422 "quote",
 4423 "strsim",
 4424 "syn 2.0.117",
 4425]
 4426
 4427[[package]]
 4428name = "darling_macro"
 4429version = "0.20.11"
 4430source = "registry+https://github.com/rust-lang/crates.io-index"
 4431checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
 4432dependencies = [
 4433 "darling_core 0.20.11",
 4434 "quote",
 4435 "syn 2.0.117",
 4436]
 4437
 4438[[package]]
 4439name = "darling_macro"
 4440version = "0.21.3"
 4441source = "registry+https://github.com/rust-lang/crates.io-index"
 4442checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
 4443dependencies = [
 4444 "darling_core 0.21.3",
 4445 "quote",
 4446 "syn 2.0.117",
 4447]
 4448
 4449[[package]]
 4450name = "dashmap"
 4451version = "6.1.0"
 4452source = "registry+https://github.com/rust-lang/crates.io-index"
 4453checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 4454dependencies = [
 4455 "cfg-if",
 4456 "crossbeam-utils",
 4457 "hashbrown 0.14.5",
 4458 "lock_api",
 4459 "once_cell",
 4460 "parking_lot_core",
 4461]
 4462
 4463[[package]]
 4464name = "dasp_sample"
 4465version = "0.11.0"
 4466source = "registry+https://github.com/rust-lang/crates.io-index"
 4467checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4468
 4469[[package]]
 4470name = "data-encoding"
 4471version = "2.9.0"
 4472source = "registry+https://github.com/rust-lang/crates.io-index"
 4473checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
 4474
 4475[[package]]
 4476name = "data-url"
 4477version = "0.3.2"
 4478source = "registry+https://github.com/rust-lang/crates.io-index"
 4479checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
 4480
 4481[[package]]
 4482name = "db"
 4483version = "0.1.0"
 4484dependencies = [
 4485 "anyhow",
 4486 "gpui",
 4487 "indoc",
 4488 "inventory",
 4489 "log",
 4490 "paths",
 4491 "release_channel",
 4492 "smol",
 4493 "sqlez",
 4494 "sqlez_macros",
 4495 "tempfile",
 4496 "util",
 4497 "uuid",
 4498 "zed_env_vars",
 4499]
 4500
 4501[[package]]
 4502name = "dbus"
 4503version = "0.9.9"
 4504source = "registry+https://github.com/rust-lang/crates.io-index"
 4505checksum = "190b6255e8ab55a7b568df5a883e9497edc3e4821c06396612048b430e5ad1e9"
 4506dependencies = [
 4507 "libc",
 4508 "libdbus-sys",
 4509 "windows-sys 0.59.0",
 4510]
 4511
 4512[[package]]
 4513name = "debug_adapter_extension"
 4514version = "0.1.0"
 4515dependencies = [
 4516 "anyhow",
 4517 "async-trait",
 4518 "collections",
 4519 "dap",
 4520 "extension",
 4521 "gpui",
 4522 "serde_json",
 4523 "task",
 4524 "util",
 4525]
 4526
 4527[[package]]
 4528name = "debugger_tools"
 4529version = "0.1.0"
 4530dependencies = [
 4531 "anyhow",
 4532 "dap",
 4533 "editor",
 4534 "futures 0.3.32",
 4535 "gpui",
 4536 "project",
 4537 "serde_json",
 4538 "settings",
 4539 "smol",
 4540 "util",
 4541 "workspace",
 4542]
 4543
 4544[[package]]
 4545name = "debugger_ui"
 4546version = "0.1.0"
 4547dependencies = [
 4548 "alacritty_terminal",
 4549 "anyhow",
 4550 "bitflags 2.10.0",
 4551 "client",
 4552 "collections",
 4553 "command_palette_hooks",
 4554 "dap",
 4555 "dap_adapters",
 4556 "db",
 4557 "debugger_tools",
 4558 "editor",
 4559 "feature_flags",
 4560 "file_icons",
 4561 "futures 0.3.32",
 4562 "fuzzy",
 4563 "gpui",
 4564 "hex",
 4565 "indoc",
 4566 "itertools 0.14.0",
 4567 "language",
 4568 "log",
 4569 "menu",
 4570 "notifications",
 4571 "parking_lot",
 4572 "parse_int",
 4573 "paths",
 4574 "picker",
 4575 "pretty_assertions",
 4576 "project",
 4577 "rpc",
 4578 "schemars",
 4579 "serde",
 4580 "serde_json",
 4581 "serde_json_lenient",
 4582 "settings",
 4583 "sysinfo 0.37.2",
 4584 "task",
 4585 "tasks_ui",
 4586 "terminal_view",
 4587 "text",
 4588 "theme",
 4589 "theme_settings",
 4590 "tree-sitter",
 4591 "tree-sitter-go",
 4592 "tree-sitter-json",
 4593 "ui",
 4594 "ui_input",
 4595 "unindent",
 4596 "util",
 4597 "workspace",
 4598 "zed_actions",
 4599 "zlog",
 4600]
 4601
 4602[[package]]
 4603name = "debugid"
 4604version = "0.8.0"
 4605source = "registry+https://github.com/rust-lang/crates.io-index"
 4606checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
 4607dependencies = [
 4608 "uuid",
 4609]
 4610
 4611[[package]]
 4612name = "deepseek"
 4613version = "0.1.0"
 4614dependencies = [
 4615 "anyhow",
 4616 "futures 0.3.32",
 4617 "http_client",
 4618 "schemars",
 4619 "serde",
 4620 "serde_json",
 4621]
 4622
 4623[[package]]
 4624name = "deflate64"
 4625version = "0.1.10"
 4626source = "registry+https://github.com/rust-lang/crates.io-index"
 4627checksum = "26bf8fc351c5ed29b5c2f0cbbac1b209b74f60ecd62e675a998df72c49af5204"
 4628
 4629[[package]]
 4630name = "denoise"
 4631version = "0.1.0"
 4632dependencies = [
 4633 "candle-core",
 4634 "candle-onnx",
 4635 "log",
 4636 "realfft",
 4637 "rodio",
 4638 "rustfft",
 4639 "thiserror 2.0.17",
 4640]
 4641
 4642[[package]]
 4643name = "der"
 4644version = "0.6.1"
 4645source = "registry+https://github.com/rust-lang/crates.io-index"
 4646checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4647dependencies = [
 4648 "const-oid",
 4649 "zeroize",
 4650]
 4651
 4652[[package]]
 4653name = "der"
 4654version = "0.7.10"
 4655source = "registry+https://github.com/rust-lang/crates.io-index"
 4656checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
 4657dependencies = [
 4658 "const-oid",
 4659 "pem-rfc7468",
 4660 "zeroize",
 4661]
 4662
 4663[[package]]
 4664name = "deranged"
 4665version = "0.5.4"
 4666source = "registry+https://github.com/rust-lang/crates.io-index"
 4667checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
 4668dependencies = [
 4669 "powerfmt",
 4670 "serde_core",
 4671]
 4672
 4673[[package]]
 4674name = "derive_arbitrary"
 4675version = "1.4.2"
 4676source = "registry+https://github.com/rust-lang/crates.io-index"
 4677checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
 4678dependencies = [
 4679 "proc-macro2",
 4680 "quote",
 4681 "syn 2.0.117",
 4682]
 4683
 4684[[package]]
 4685name = "derive_more"
 4686version = "2.1.1"
 4687source = "registry+https://github.com/rust-lang/crates.io-index"
 4688checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
 4689dependencies = [
 4690 "derive_more-impl",
 4691]
 4692
 4693[[package]]
 4694name = "derive_more-impl"
 4695version = "2.1.1"
 4696source = "registry+https://github.com/rust-lang/crates.io-index"
 4697checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
 4698dependencies = [
 4699 "convert_case 0.10.0",
 4700 "proc-macro2",
 4701 "quote",
 4702 "rustc_version",
 4703 "syn 2.0.117",
 4704 "unicode-xid",
 4705]
 4706
 4707[[package]]
 4708name = "derive_refineable"
 4709version = "0.1.0"
 4710dependencies = [
 4711 "proc-macro2",
 4712 "quote",
 4713 "syn 2.0.117",
 4714]
 4715
 4716[[package]]
 4717name = "derive_setters"
 4718version = "0.1.9"
 4719source = "registry+https://github.com/rust-lang/crates.io-index"
 4720checksum = "b7e6f6fa1f03c14ae082120b84b3c7fbd7b8588d924cf2d7c3daf9afd49df8b9"
 4721dependencies = [
 4722 "darling 0.21.3",
 4723 "proc-macro2",
 4724 "quote",
 4725 "syn 2.0.117",
 4726]
 4727
 4728[[package]]
 4729name = "dev_container"
 4730version = "0.1.0"
 4731dependencies = [
 4732 "async-tar",
 4733 "async-trait",
 4734 "env_logger 0.11.8",
 4735 "fs",
 4736 "futures 0.3.32",
 4737 "gpui",
 4738 "http 1.3.1",
 4739 "http_client",
 4740 "log",
 4741 "menu",
 4742 "paths",
 4743 "picker",
 4744 "project",
 4745 "serde",
 4746 "serde_json",
 4747 "serde_json_lenient",
 4748 "settings",
 4749 "shlex",
 4750 "ui",
 4751 "util",
 4752 "walkdir",
 4753 "workspace",
 4754 "worktree",
 4755]
 4756
 4757[[package]]
 4758name = "diagnostics"
 4759version = "0.1.0"
 4760dependencies = [
 4761 "anyhow",
 4762 "collections",
 4763 "component",
 4764 "ctor",
 4765 "editor",
 4766 "gpui",
 4767 "indoc",
 4768 "itertools 0.14.0",
 4769 "language",
 4770 "log",
 4771 "lsp",
 4772 "markdown",
 4773 "pretty_assertions",
 4774 "project",
 4775 "rand 0.9.2",
 4776 "serde",
 4777 "serde_json",
 4778 "settings",
 4779 "text",
 4780 "theme",
 4781 "theme_settings",
 4782 "ui",
 4783 "unindent",
 4784 "util",
 4785 "workspace",
 4786 "zed_actions",
 4787 "zlog",
 4788]
 4789
 4790[[package]]
 4791name = "dialoguer"
 4792version = "0.11.0"
 4793source = "registry+https://github.com/rust-lang/crates.io-index"
 4794checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4795dependencies = [
 4796 "console",
 4797 "fuzzy-matcher",
 4798 "shell-words",
 4799 "tempfile",
 4800 "thiserror 1.0.69",
 4801 "zeroize",
 4802]
 4803
 4804[[package]]
 4805name = "diff"
 4806version = "0.1.13"
 4807source = "registry+https://github.com/rust-lang/crates.io-index"
 4808checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4809
 4810[[package]]
 4811name = "diffy"
 4812version = "0.4.2"
 4813source = "registry+https://github.com/rust-lang/crates.io-index"
 4814checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
 4815dependencies = [
 4816 "nu-ansi-term",
 4817]
 4818
 4819[[package]]
 4820name = "digest"
 4821version = "0.10.7"
 4822source = "registry+https://github.com/rust-lang/crates.io-index"
 4823checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4824dependencies = [
 4825 "block-buffer",
 4826 "const-oid",
 4827 "crypto-common",
 4828 "subtle",
 4829]
 4830
 4831[[package]]
 4832name = "dirs"
 4833version = "4.0.0"
 4834source = "registry+https://github.com/rust-lang/crates.io-index"
 4835checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4836dependencies = [
 4837 "dirs-sys 0.3.7",
 4838]
 4839
 4840[[package]]
 4841name = "dirs"
 4842version = "5.0.1"
 4843source = "registry+https://github.com/rust-lang/crates.io-index"
 4844checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4845dependencies = [
 4846 "dirs-sys 0.4.1",
 4847]
 4848
 4849[[package]]
 4850name = "dirs"
 4851version = "6.0.0"
 4852source = "registry+https://github.com/rust-lang/crates.io-index"
 4853checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
 4854dependencies = [
 4855 "dirs-sys 0.5.0",
 4856]
 4857
 4858[[package]]
 4859name = "dirs-sys"
 4860version = "0.3.7"
 4861source = "registry+https://github.com/rust-lang/crates.io-index"
 4862checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4863dependencies = [
 4864 "libc",
 4865 "redox_users 0.4.6",
 4866 "winapi",
 4867]
 4868
 4869[[package]]
 4870name = "dirs-sys"
 4871version = "0.4.1"
 4872source = "registry+https://github.com/rust-lang/crates.io-index"
 4873checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4874dependencies = [
 4875 "libc",
 4876 "option-ext",
 4877 "redox_users 0.4.6",
 4878 "windows-sys 0.48.0",
 4879]
 4880
 4881[[package]]
 4882name = "dirs-sys"
 4883version = "0.5.0"
 4884source = "registry+https://github.com/rust-lang/crates.io-index"
 4885checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
 4886dependencies = [
 4887 "libc",
 4888 "option-ext",
 4889 "redox_users 0.5.2",
 4890 "windows-sys 0.61.2",
 4891]
 4892
 4893[[package]]
 4894name = "dispatch"
 4895version = "0.2.0"
 4896source = "registry+https://github.com/rust-lang/crates.io-index"
 4897checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
 4898
 4899[[package]]
 4900name = "dispatch2"
 4901version = "0.3.1"
 4902source = "registry+https://github.com/rust-lang/crates.io-index"
 4903checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
 4904dependencies = [
 4905 "bitflags 2.10.0",
 4906 "block2",
 4907 "libc",
 4908 "objc2",
 4909]
 4910
 4911[[package]]
 4912name = "displaydoc"
 4913version = "0.2.5"
 4914source = "registry+https://github.com/rust-lang/crates.io-index"
 4915checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4916dependencies = [
 4917 "proc-macro2",
 4918 "quote",
 4919 "syn 2.0.117",
 4920]
 4921
 4922[[package]]
 4923name = "dlib"
 4924version = "0.5.2"
 4925source = "registry+https://github.com/rust-lang/crates.io-index"
 4926checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4927dependencies = [
 4928 "libloading",
 4929]
 4930
 4931[[package]]
 4932name = "docs_preprocessor"
 4933version = "0.1.0"
 4934dependencies = [
 4935 "anyhow",
 4936 "collections",
 4937 "jsonschema",
 4938 "mdbook",
 4939 "regex",
 4940 "schemars",
 4941 "serde",
 4942 "serde_json",
 4943 "settings",
 4944 "task",
 4945 "theme",
 4946 "util",
 4947 "zlog",
 4948]
 4949
 4950[[package]]
 4951name = "document-features"
 4952version = "0.2.12"
 4953source = "registry+https://github.com/rust-lang/crates.io-index"
 4954checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
 4955dependencies = [
 4956 "litrs",
 4957]
 4958
 4959[[package]]
 4960name = "documented"
 4961version = "0.9.2"
 4962source = "registry+https://github.com/rust-lang/crates.io-index"
 4963checksum = "ed6b3e31251e87acd1b74911aed84071c8364fc9087972748ade2f1094ccce34"
 4964dependencies = [
 4965 "documented-macros",
 4966 "phf 0.12.1",
 4967 "thiserror 2.0.17",
 4968]
 4969
 4970[[package]]
 4971name = "documented-macros"
 4972version = "0.9.2"
 4973source = "registry+https://github.com/rust-lang/crates.io-index"
 4974checksum = "1149cf7462e5e79e17a3c05fd5b1f9055092bbfa95e04c319395c3beacc9370f"
 4975dependencies = [
 4976 "convert_case 0.8.0",
 4977 "itertools 0.14.0",
 4978 "optfield",
 4979 "proc-macro2",
 4980 "quote",
 4981 "strum 0.27.2",
 4982 "syn 2.0.117",
 4983]
 4984
 4985[[package]]
 4986name = "dotenvy"
 4987version = "0.15.7"
 4988source = "registry+https://github.com/rust-lang/crates.io-index"
 4989checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 4990
 4991[[package]]
 4992name = "downcast-rs"
 4993version = "1.2.1"
 4994source = "registry+https://github.com/rust-lang/crates.io-index"
 4995checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 4996
 4997[[package]]
 4998name = "doxygen-rs"
 4999version = "0.4.2"
 5000source = "registry+https://github.com/rust-lang/crates.io-index"
 5001checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 5002dependencies = [
 5003 "phf 0.11.3",
 5004]
 5005
 5006[[package]]
 5007name = "dtoa"
 5008version = "1.0.10"
 5009source = "registry+https://github.com/rust-lang/crates.io-index"
 5010checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
 5011
 5012[[package]]
 5013name = "dtoa-short"
 5014version = "0.3.5"
 5015source = "registry+https://github.com/rust-lang/crates.io-index"
 5016checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
 5017dependencies = [
 5018 "dtoa",
 5019]
 5020
 5021[[package]]
 5022name = "dtor"
 5023version = "0.0.6"
 5024source = "registry+https://github.com/rust-lang/crates.io-index"
 5025checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
 5026dependencies = [
 5027 "dtor-proc-macro",
 5028]
 5029
 5030[[package]]
 5031name = "dtor-proc-macro"
 5032version = "0.0.5"
 5033source = "registry+https://github.com/rust-lang/crates.io-index"
 5034checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 5035
 5036[[package]]
 5037name = "dunce"
 5038version = "1.0.5"
 5039source = "registry+https://github.com/rust-lang/crates.io-index"
 5040checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 5041
 5042[[package]]
 5043name = "dwrote"
 5044version = "0.11.5"
 5045source = "registry+https://github.com/rust-lang/crates.io-index"
 5046checksum = "9e1b35532432acc8b19ceed096e35dfa088d3ea037fe4f3c085f1f97f33b4d02"
 5047dependencies = [
 5048 "lazy_static",
 5049 "libc",
 5050 "winapi",
 5051 "wio",
 5052]
 5053
 5054[[package]]
 5055name = "dyn-clone"
 5056version = "1.0.20"
 5057source = "registry+https://github.com/rust-lang/crates.io-index"
 5058checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
 5059
 5060[[package]]
 5061name = "dyn-stack"
 5062version = "0.10.0"
 5063source = "registry+https://github.com/rust-lang/crates.io-index"
 5064checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
 5065dependencies = [
 5066 "bytemuck",
 5067 "reborrow",
 5068]
 5069
 5070[[package]]
 5071name = "dyn-stack"
 5072version = "0.13.2"
 5073source = "registry+https://github.com/rust-lang/crates.io-index"
 5074checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8"
 5075dependencies = [
 5076 "bytemuck",
 5077 "dyn-stack-macros",
 5078]
 5079
 5080[[package]]
 5081name = "dyn-stack-macros"
 5082version = "0.1.3"
 5083source = "registry+https://github.com/rust-lang/crates.io-index"
 5084checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
 5085
 5086[[package]]
 5087name = "ec4rs"
 5088version = "1.2.0"
 5089source = "registry+https://github.com/rust-lang/crates.io-index"
 5090checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
 5091
 5092[[package]]
 5093name = "ecdsa"
 5094version = "0.14.8"
 5095source = "registry+https://github.com/rust-lang/crates.io-index"
 5096checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 5097dependencies = [
 5098 "der 0.6.1",
 5099 "elliptic-curve",
 5100 "rfc6979",
 5101 "signature 1.6.4",
 5102]
 5103
 5104[[package]]
 5105name = "edit_prediction"
 5106version = "0.1.0"
 5107dependencies = [
 5108 "ai_onboarding",
 5109 "anyhow",
 5110 "buffer_diff",
 5111 "client",
 5112 "clock",
 5113 "cloud_api_types",
 5114 "cloud_llm_client",
 5115 "collections",
 5116 "copilot",
 5117 "copilot_ui",
 5118 "credentials_provider",
 5119 "ctor",
 5120 "db",
 5121 "edit_prediction_context",
 5122 "edit_prediction_types",
 5123 "feature_flags",
 5124 "fs",
 5125 "futures 0.3.32",
 5126 "gpui",
 5127 "heapless",
 5128 "indoc",
 5129 "itertools 0.14.0",
 5130 "language",
 5131 "language_model",
 5132 "log",
 5133 "lsp",
 5134 "menu",
 5135 "open_ai",
 5136 "parking_lot",
 5137 "postage",
 5138 "pretty_assertions",
 5139 "project",
 5140 "pulldown-cmark 0.13.0",
 5141 "rand 0.9.2",
 5142 "regex",
 5143 "release_channel",
 5144 "semver",
 5145 "serde",
 5146 "serde_json",
 5147 "settings",
 5148 "strum 0.27.2",
 5149 "telemetry",
 5150 "telemetry_events",
 5151 "text",
 5152 "thiserror 2.0.17",
 5153 "time",
 5154 "toml 0.8.23",
 5155 "ui",
 5156 "util",
 5157 "uuid",
 5158 "workspace",
 5159 "worktree",
 5160 "zed_actions",
 5161 "zed_credentials_provider",
 5162 "zeta_prompt",
 5163 "zlog",
 5164 "zstd",
 5165]
 5166
 5167[[package]]
 5168name = "edit_prediction_cli"
 5169version = "0.1.0"
 5170dependencies = [
 5171 "anthropic",
 5172 "anyhow",
 5173 "chrono",
 5174 "clap",
 5175 "client",
 5176 "cloud_llm_client",
 5177 "collections",
 5178 "criterion",
 5179 "db",
 5180 "debug_adapter_extension",
 5181 "dirs 4.0.0",
 5182 "edit_prediction",
 5183 "extension",
 5184 "flate2",
 5185 "fs",
 5186 "futures 0.3.32",
 5187 "gaoya",
 5188 "gpui",
 5189 "gpui_platform",
 5190 "gpui_tokio",
 5191 "http_client",
 5192 "indoc",
 5193 "language",
 5194 "language_extension",
 5195 "language_model",
 5196 "language_models",
 5197 "languages",
 5198 "libc",
 5199 "log",
 5200 "node_runtime",
 5201 "open_ai",
 5202 "paths",
 5203 "pretty_assertions",
 5204 "project",
 5205 "prompt_store",
 5206 "rand 0.9.2",
 5207 "release_channel",
 5208 "reqwest_client",
 5209 "rust-embed",
 5210 "serde",
 5211 "serde_json",
 5212 "settings",
 5213 "shellexpand 2.1.2",
 5214 "similar",
 5215 "smol",
 5216 "sqlez",
 5217 "sqlez_macros",
 5218 "strum 0.27.2",
 5219 "telemetry_events",
 5220 "tempfile",
 5221 "terminal_view",
 5222 "toml 0.8.23",
 5223 "util",
 5224 "wasmtime",
 5225 "watch",
 5226 "workspace",
 5227 "zeta_prompt",
 5228]
 5229
 5230[[package]]
 5231name = "edit_prediction_context"
 5232version = "0.1.0"
 5233dependencies = [
 5234 "anyhow",
 5235 "clock",
 5236 "collections",
 5237 "env_logger 0.11.8",
 5238 "futures 0.3.32",
 5239 "gpui",
 5240 "indoc",
 5241 "language",
 5242 "log",
 5243 "lsp",
 5244 "parking_lot",
 5245 "pretty_assertions",
 5246 "project",
 5247 "serde",
 5248 "serde_json",
 5249 "settings",
 5250 "smallvec",
 5251 "text",
 5252 "tree-sitter",
 5253 "util",
 5254 "zeta_prompt",
 5255]
 5256
 5257[[package]]
 5258name = "edit_prediction_types"
 5259version = "0.1.0"
 5260dependencies = [
 5261 "client",
 5262 "gpui",
 5263 "icons",
 5264 "language",
 5265 "text",
 5266]
 5267
 5268[[package]]
 5269name = "edit_prediction_ui"
 5270version = "0.1.0"
 5271dependencies = [
 5272 "anyhow",
 5273 "buffer_diff",
 5274 "client",
 5275 "cloud_llm_client",
 5276 "codestral",
 5277 "collections",
 5278 "command_palette_hooks",
 5279 "copilot",
 5280 "copilot_chat",
 5281 "copilot_ui",
 5282 "edit_prediction",
 5283 "edit_prediction_types",
 5284 "editor",
 5285 "feature_flags",
 5286 "fs",
 5287 "futures 0.3.32",
 5288 "gpui",
 5289 "indoc",
 5290 "language",
 5291 "markdown",
 5292 "menu",
 5293 "multi_buffer",
 5294 "paths",
 5295 "project",
 5296 "regex",
 5297 "settings",
 5298 "telemetry",
 5299 "text",
 5300 "theme",
 5301 "theme_settings",
 5302 "time",
 5303 "ui",
 5304 "util",
 5305 "workspace",
 5306 "zed_actions",
 5307 "zeta_prompt",
 5308]
 5309
 5310[[package]]
 5311name = "editor"
 5312version = "0.1.0"
 5313dependencies = [
 5314 "aho-corasick",
 5315 "anyhow",
 5316 "assets",
 5317 "breadcrumbs",
 5318 "buffer_diff",
 5319 "client",
 5320 "clock",
 5321 "collections",
 5322 "convert_case 0.8.0",
 5323 "criterion",
 5324 "ctor",
 5325 "dap",
 5326 "db",
 5327 "edit_prediction_types",
 5328 "emojis",
 5329 "feature_flags",
 5330 "file_icons",
 5331 "fs",
 5332 "futures 0.3.32",
 5333 "fuzzy",
 5334 "git",
 5335 "gpui",
 5336 "indoc",
 5337 "itertools 0.14.0",
 5338 "language",
 5339 "languages",
 5340 "linkify",
 5341 "log",
 5342 "lsp",
 5343 "markdown",
 5344 "menu",
 5345 "multi_buffer",
 5346 "ordered-float 2.10.1",
 5347 "parking_lot",
 5348 "pretty_assertions",
 5349 "project",
 5350 "proptest",
 5351 "proptest-derive",
 5352 "rand 0.9.2",
 5353 "regex",
 5354 "release_channel",
 5355 "rope",
 5356 "rpc",
 5357 "schemars",
 5358 "semver",
 5359 "serde",
 5360 "serde_json",
 5361 "settings",
 5362 "smallvec",
 5363 "smol",
 5364 "snippet",
 5365 "sum_tree",
 5366 "task",
 5367 "telemetry",
 5368 "text",
 5369 "theme",
 5370 "theme_settings",
 5371 "time",
 5372 "tracing",
 5373 "tree-sitter-bash",
 5374 "tree-sitter-c",
 5375 "tree-sitter-html",
 5376 "tree-sitter-md",
 5377 "tree-sitter-python",
 5378 "tree-sitter-rust",
 5379 "tree-sitter-typescript",
 5380 "tree-sitter-yaml",
 5381 "ui",
 5382 "ui_input",
 5383 "unicode-script",
 5384 "unicode-segmentation",
 5385 "unicode-width",
 5386 "unindent",
 5387 "url",
 5388 "util",
 5389 "uuid",
 5390 "vim_mode_setting",
 5391 "workspace",
 5392 "zed_actions",
 5393 "zlog",
 5394 "ztracing",
 5395]
 5396
 5397[[package]]
 5398name = "either"
 5399version = "1.15.0"
 5400source = "registry+https://github.com/rust-lang/crates.io-index"
 5401checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 5402dependencies = [
 5403 "serde",
 5404]
 5405
 5406[[package]]
 5407name = "elasticlunr-rs"
 5408version = "3.0.2"
 5409source = "registry+https://github.com/rust-lang/crates.io-index"
 5410checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 5411dependencies = [
 5412 "regex",
 5413 "serde",
 5414 "serde_derive",
 5415 "serde_json",
 5416]
 5417
 5418[[package]]
 5419name = "elliptic-curve"
 5420version = "0.12.3"
 5421source = "registry+https://github.com/rust-lang/crates.io-index"
 5422checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 5423dependencies = [
 5424 "base16ct",
 5425 "crypto-bigint 0.4.9",
 5426 "der 0.6.1",
 5427 "digest",
 5428 "ff",
 5429 "generic-array",
 5430 "group",
 5431 "pkcs8 0.9.0",
 5432 "rand_core 0.6.4",
 5433 "sec1",
 5434 "subtle",
 5435 "zeroize",
 5436]
 5437
 5438[[package]]
 5439name = "email_address"
 5440version = "0.2.9"
 5441source = "registry+https://github.com/rust-lang/crates.io-index"
 5442checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 5443dependencies = [
 5444 "serde",
 5445]
 5446
 5447[[package]]
 5448name = "embed-resource"
 5449version = "3.0.6"
 5450source = "registry+https://github.com/rust-lang/crates.io-index"
 5451checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
 5452dependencies = [
 5453 "cc",
 5454 "memchr",
 5455 "rustc_version",
 5456 "toml 0.9.8",
 5457 "vswhom",
 5458 "winreg 0.55.0",
 5459]
 5460
 5461[[package]]
 5462name = "embedded-io"
 5463version = "0.4.0"
 5464source = "registry+https://github.com/rust-lang/crates.io-index"
 5465checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 5466
 5467[[package]]
 5468name = "embedded-io"
 5469version = "0.6.1"
 5470source = "registry+https://github.com/rust-lang/crates.io-index"
 5471checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 5472
 5473[[package]]
 5474name = "emojis"
 5475version = "0.6.4"
 5476source = "registry+https://github.com/rust-lang/crates.io-index"
 5477checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 5478dependencies = [
 5479 "phf 0.11.3",
 5480]
 5481
 5482[[package]]
 5483name = "encode_unicode"
 5484version = "1.0.0"
 5485source = "registry+https://github.com/rust-lang/crates.io-index"
 5486checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 5487
 5488[[package]]
 5489name = "encoding_rs"
 5490version = "0.8.35"
 5491source = "registry+https://github.com/rust-lang/crates.io-index"
 5492checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 5493dependencies = [
 5494 "cfg-if",
 5495]
 5496
 5497[[package]]
 5498name = "encoding_selector"
 5499version = "0.1.0"
 5500dependencies = [
 5501 "editor",
 5502 "encoding_rs",
 5503 "fuzzy",
 5504 "gpui",
 5505 "language",
 5506 "picker",
 5507 "project",
 5508 "ui",
 5509 "util",
 5510 "workspace",
 5511]
 5512
 5513[[package]]
 5514name = "endi"
 5515version = "1.1.0"
 5516source = "registry+https://github.com/rust-lang/crates.io-index"
 5517checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 5518
 5519[[package]]
 5520name = "enum-as-inner"
 5521version = "0.6.1"
 5522source = "registry+https://github.com/rust-lang/crates.io-index"
 5523checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
 5524dependencies = [
 5525 "heck 0.5.0",
 5526 "proc-macro2",
 5527 "quote",
 5528 "syn 2.0.117",
 5529]
 5530
 5531[[package]]
 5532name = "enumflags2"
 5533version = "0.7.12"
 5534source = "registry+https://github.com/rust-lang/crates.io-index"
 5535checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
 5536dependencies = [
 5537 "enumflags2_derive",
 5538 "serde",
 5539]
 5540
 5541[[package]]
 5542name = "enumflags2_derive"
 5543version = "0.7.12"
 5544source = "registry+https://github.com/rust-lang/crates.io-index"
 5545checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
 5546dependencies = [
 5547 "proc-macro2",
 5548 "quote",
 5549 "syn 2.0.117",
 5550]
 5551
 5552[[package]]
 5553name = "env_filter"
 5554version = "0.1.4"
 5555source = "registry+https://github.com/rust-lang/crates.io-index"
 5556checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
 5557dependencies = [
 5558 "log",
 5559 "regex",
 5560]
 5561
 5562[[package]]
 5563name = "env_logger"
 5564version = "0.10.2"
 5565source = "registry+https://github.com/rust-lang/crates.io-index"
 5566checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 5567dependencies = [
 5568 "humantime",
 5569 "is-terminal",
 5570 "log",
 5571 "regex",
 5572 "termcolor",
 5573]
 5574
 5575[[package]]
 5576name = "env_logger"
 5577version = "0.11.8"
 5578source = "registry+https://github.com/rust-lang/crates.io-index"
 5579checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 5580dependencies = [
 5581 "anstream",
 5582 "anstyle",
 5583 "env_filter",
 5584 "jiff",
 5585 "log",
 5586]
 5587
 5588[[package]]
 5589name = "env_var"
 5590version = "0.1.0"
 5591dependencies = [
 5592 "gpui",
 5593]
 5594
 5595[[package]]
 5596name = "envy"
 5597version = "0.4.2"
 5598source = "registry+https://github.com/rust-lang/crates.io-index"
 5599checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 5600dependencies = [
 5601 "serde",
 5602]
 5603
 5604[[package]]
 5605name = "equator"
 5606version = "0.4.2"
 5607source = "registry+https://github.com/rust-lang/crates.io-index"
 5608checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
 5609dependencies = [
 5610 "equator-macro",
 5611]
 5612
 5613[[package]]
 5614name = "equator-macro"
 5615version = "0.4.2"
 5616source = "registry+https://github.com/rust-lang/crates.io-index"
 5617checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
 5618dependencies = [
 5619 "proc-macro2",
 5620 "quote",
 5621 "syn 2.0.117",
 5622]
 5623
 5624[[package]]
 5625name = "equivalent"
 5626version = "1.0.2"
 5627source = "registry+https://github.com/rust-lang/crates.io-index"
 5628checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 5629
 5630[[package]]
 5631name = "erased-serde"
 5632version = "0.4.9"
 5633source = "registry+https://github.com/rust-lang/crates.io-index"
 5634checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
 5635dependencies = [
 5636 "serde",
 5637 "serde_core",
 5638 "typeid",
 5639]
 5640
 5641[[package]]
 5642name = "errno"
 5643version = "0.2.8"
 5644source = "registry+https://github.com/rust-lang/crates.io-index"
 5645checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 5646dependencies = [
 5647 "errno-dragonfly",
 5648 "libc",
 5649 "winapi",
 5650]
 5651
 5652[[package]]
 5653name = "errno"
 5654version = "0.3.14"
 5655source = "registry+https://github.com/rust-lang/crates.io-index"
 5656checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
 5657dependencies = [
 5658 "libc",
 5659 "windows-sys 0.61.2",
 5660]
 5661
 5662[[package]]
 5663name = "errno-dragonfly"
 5664version = "0.1.2"
 5665source = "registry+https://github.com/rust-lang/crates.io-index"
 5666checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 5667dependencies = [
 5668 "cc",
 5669 "libc",
 5670]
 5671
 5672[[package]]
 5673name = "error-graph"
 5674version = "0.1.1"
 5675source = "registry+https://github.com/rust-lang/crates.io-index"
 5676checksum = "9b920e777967421aa5f9bf34f842c0ab6ba19b3bdb4a082946093860f5858879"
 5677dependencies = [
 5678 "serde",
 5679]
 5680
 5681[[package]]
 5682name = "etagere"
 5683version = "0.2.15"
 5684source = "registry+https://github.com/rust-lang/crates.io-index"
 5685checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 5686dependencies = [
 5687 "euclid",
 5688 "svg_fmt",
 5689]
 5690
 5691[[package]]
 5692name = "etcetera"
 5693version = "0.8.0"
 5694source = "registry+https://github.com/rust-lang/crates.io-index"
 5695checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 5696dependencies = [
 5697 "cfg-if",
 5698 "home",
 5699 "windows-sys 0.48.0",
 5700]
 5701
 5702[[package]]
 5703name = "etw_tracing"
 5704version = "0.1.0"
 5705dependencies = [
 5706 "anyhow",
 5707 "gpui",
 5708 "log",
 5709 "net",
 5710 "serde",
 5711 "serde_json",
 5712 "util",
 5713 "windows 0.61.3",
 5714 "windows-core 0.61.2",
 5715 "workspace",
 5716 "wprcontrol",
 5717]
 5718
 5719[[package]]
 5720name = "euclid"
 5721version = "0.22.11"
 5722source = "registry+https://github.com/rust-lang/crates.io-index"
 5723checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 5724dependencies = [
 5725 "num-traits",
 5726]
 5727
 5728[[package]]
 5729name = "eval_cli"
 5730version = "0.1.0"
 5731dependencies = [
 5732 "acp_thread",
 5733 "agent",
 5734 "agent-client-protocol",
 5735 "agent_ui",
 5736 "anyhow",
 5737 "clap",
 5738 "client",
 5739 "ctrlc",
 5740 "db",
 5741 "debug_adapter_extension",
 5742 "env_logger 0.11.8",
 5743 "extension",
 5744 "feature_flags",
 5745 "fs",
 5746 "futures 0.3.32",
 5747 "gpui",
 5748 "gpui_platform",
 5749 "gpui_tokio",
 5750 "language",
 5751 "language_extension",
 5752 "language_model",
 5753 "language_models",
 5754 "languages",
 5755 "node_runtime",
 5756 "paths",
 5757 "project",
 5758 "prompt_store",
 5759 "release_channel",
 5760 "reqwest_client",
 5761 "serde",
 5762 "serde_json",
 5763 "settings",
 5764 "shellexpand 2.1.2",
 5765 "terminal_view",
 5766 "util",
 5767 "watch",
 5768]
 5769
 5770[[package]]
 5771name = "eval_utils"
 5772version = "0.1.0"
 5773dependencies = [
 5774 "gpui_platform",
 5775 "serde",
 5776 "smol",
 5777]
 5778
 5779[[package]]
 5780name = "event-listener"
 5781version = "2.5.3"
 5782source = "registry+https://github.com/rust-lang/crates.io-index"
 5783checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5784
 5785[[package]]
 5786name = "event-listener"
 5787version = "5.4.1"
 5788source = "registry+https://github.com/rust-lang/crates.io-index"
 5789checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
 5790dependencies = [
 5791 "concurrent-queue",
 5792 "parking",
 5793 "pin-project-lite",
 5794]
 5795
 5796[[package]]
 5797name = "event-listener-strategy"
 5798version = "0.5.4"
 5799source = "registry+https://github.com/rust-lang/crates.io-index"
 5800checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5801dependencies = [
 5802 "event-listener 5.4.1",
 5803 "pin-project-lite",
 5804]
 5805
 5806[[package]]
 5807name = "exec"
 5808version = "0.3.1"
 5809source = "registry+https://github.com/rust-lang/crates.io-index"
 5810checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5811dependencies = [
 5812 "errno 0.2.8",
 5813 "libc",
 5814]
 5815
 5816[[package]]
 5817name = "explorer_command_injector"
 5818version = "0.1.0"
 5819dependencies = [
 5820 "windows 0.61.3",
 5821 "windows-core 0.61.2",
 5822 "windows-registry 0.5.3",
 5823]
 5824
 5825[[package]]
 5826name = "exr"
 5827version = "1.73.0"
 5828source = "registry+https://github.com/rust-lang/crates.io-index"
 5829checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 5830dependencies = [
 5831 "bit_field",
 5832 "half",
 5833 "lebe",
 5834 "miniz_oxide",
 5835 "rayon-core",
 5836 "smallvec",
 5837 "zune-inflate",
 5838]
 5839
 5840[[package]]
 5841name = "extended"
 5842version = "0.1.0"
 5843source = "registry+https://github.com/rust-lang/crates.io-index"
 5844checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
 5845
 5846[[package]]
 5847name = "extension"
 5848version = "0.1.0"
 5849dependencies = [
 5850 "anyhow",
 5851 "async-trait",
 5852 "cloud_api_types",
 5853 "collections",
 5854 "dap",
 5855 "fs",
 5856 "futures 0.3.32",
 5857 "gpui",
 5858 "heck 0.5.0",
 5859 "http_client",
 5860 "indoc",
 5861 "language",
 5862 "log",
 5863 "lsp",
 5864 "parking_lot",
 5865 "pretty_assertions",
 5866 "proto",
 5867 "semver",
 5868 "serde",
 5869 "serde_json",
 5870 "task",
 5871 "tempfile",
 5872 "toml 0.8.23",
 5873 "tracing",
 5874 "url",
 5875 "util",
 5876 "wasm-encoder 0.221.3",
 5877 "wasmparser 0.221.3",
 5878 "ztracing",
 5879]
 5880
 5881[[package]]
 5882name = "extension_cli"
 5883version = "0.1.0"
 5884dependencies = [
 5885 "anyhow",
 5886 "clap",
 5887 "cloud_api_types",
 5888 "env_logger 0.11.8",
 5889 "extension",
 5890 "fs",
 5891 "gpui_platform",
 5892 "language",
 5893 "log",
 5894 "reqwest_client",
 5895 "serde",
 5896 "serde_json",
 5897 "serde_json_lenient",
 5898 "settings_content",
 5899 "snippet_provider",
 5900 "task",
 5901 "theme_settings",
 5902 "tokio",
 5903 "toml 0.8.23",
 5904 "tree-sitter",
 5905 "wasmtime",
 5906]
 5907
 5908[[package]]
 5909name = "extension_host"
 5910version = "0.1.0"
 5911dependencies = [
 5912 "anyhow",
 5913 "async-compression",
 5914 "async-tar",
 5915 "async-trait",
 5916 "client",
 5917 "cloud_api_types",
 5918 "collections",
 5919 "criterion",
 5920 "ctor",
 5921 "dap",
 5922 "extension",
 5923 "fs",
 5924 "futures 0.3.32",
 5925 "gpui",
 5926 "gpui_tokio",
 5927 "http_client",
 5928 "language",
 5929 "language_extension",
 5930 "log",
 5931 "lsp",
 5932 "moka",
 5933 "node_runtime",
 5934 "parking_lot",
 5935 "paths",
 5936 "project",
 5937 "release_channel",
 5938 "remote",
 5939 "reqwest_client",
 5940 "semver",
 5941 "serde",
 5942 "serde_json",
 5943 "serde_json_lenient",
 5944 "settings",
 5945 "task",
 5946 "telemetry",
 5947 "tempfile",
 5948 "theme",
 5949 "theme_extension",
 5950 "theme_settings",
 5951 "toml 0.8.23",
 5952 "tracing",
 5953 "url",
 5954 "util",
 5955 "wasmparser 0.221.3",
 5956 "wasmtime",
 5957 "wasmtime-wasi",
 5958 "zlog",
 5959 "ztracing",
 5960]
 5961
 5962[[package]]
 5963name = "extensions_ui"
 5964version = "0.1.0"
 5965dependencies = [
 5966 "anyhow",
 5967 "client",
 5968 "cloud_api_types",
 5969 "collections",
 5970 "db",
 5971 "editor",
 5972 "extension",
 5973 "extension_host",
 5974 "fs",
 5975 "fuzzy",
 5976 "gpui",
 5977 "language",
 5978 "log",
 5979 "num-format",
 5980 "picker",
 5981 "project",
 5982 "release_channel",
 5983 "semver",
 5984 "serde",
 5985 "settings",
 5986 "smallvec",
 5987 "strum 0.27.2",
 5988 "telemetry",
 5989 "theme_settings",
 5990 "ui",
 5991 "util",
 5992 "vim_mode_setting",
 5993 "workspace",
 5994 "zed_actions",
 5995]
 5996
 5997[[package]]
 5998name = "failspot"
 5999version = "0.2.0"
 6000source = "registry+https://github.com/rust-lang/crates.io-index"
 6001checksum = "c942e64b20ecd39933d5ff938ca4fdb6ef0d298cc3855b231179a5ef0b24948d"
 6002
 6003[[package]]
 6004name = "fallible-iterator"
 6005version = "0.3.0"
 6006source = "registry+https://github.com/rust-lang/crates.io-index"
 6007checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 6008
 6009[[package]]
 6010name = "fancy-regex"
 6011version = "0.16.2"
 6012source = "registry+https://github.com/rust-lang/crates.io-index"
 6013checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
 6014dependencies = [
 6015 "bit-set 0.8.0",
 6016 "regex-automata",
 6017 "regex-syntax",
 6018]
 6019
 6020[[package]]
 6021name = "fancy-regex"
 6022version = "0.17.0"
 6023source = "registry+https://github.com/rust-lang/crates.io-index"
 6024checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
 6025dependencies = [
 6026 "bit-set 0.8.0",
 6027 "regex-automata",
 6028 "regex-syntax",
 6029]
 6030
 6031[[package]]
 6032name = "fast-srgb8"
 6033version = "1.0.0"
 6034source = "registry+https://github.com/rust-lang/crates.io-index"
 6035checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 6036
 6037[[package]]
 6038name = "fastrand"
 6039version = "1.9.0"
 6040source = "registry+https://github.com/rust-lang/crates.io-index"
 6041checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 6042dependencies = [
 6043 "instant",
 6044]
 6045
 6046[[package]]
 6047name = "fastrand"
 6048version = "2.3.0"
 6049source = "registry+https://github.com/rust-lang/crates.io-index"
 6050checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 6051
 6052[[package]]
 6053name = "fax"
 6054version = "0.2.6"
 6055source = "registry+https://github.com/rust-lang/crates.io-index"
 6056checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
 6057dependencies = [
 6058 "fax_derive",
 6059]
 6060
 6061[[package]]
 6062name = "fax_derive"
 6063version = "0.2.0"
 6064source = "registry+https://github.com/rust-lang/crates.io-index"
 6065checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
 6066dependencies = [
 6067 "proc-macro2",
 6068 "quote",
 6069 "syn 2.0.117",
 6070]
 6071
 6072[[package]]
 6073name = "fd-lock"
 6074version = "4.0.4"
 6075source = "registry+https://github.com/rust-lang/crates.io-index"
 6076checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 6077dependencies = [
 6078 "cfg-if",
 6079 "rustix 1.1.2",
 6080 "windows-sys 0.59.0",
 6081]
 6082
 6083[[package]]
 6084name = "fdeflate"
 6085version = "0.3.7"
 6086source = "registry+https://github.com/rust-lang/crates.io-index"
 6087checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 6088dependencies = [
 6089 "simd-adler32",
 6090]
 6091
 6092[[package]]
 6093name = "feature_flags"
 6094version = "0.1.0"
 6095dependencies = [
 6096 "gpui",
 6097]
 6098
 6099[[package]]
 6100name = "feedback"
 6101version = "0.1.0"
 6102dependencies = [
 6103 "gpui",
 6104 "system_specs",
 6105 "urlencoding",
 6106 "util",
 6107 "workspace",
 6108 "zed_actions",
 6109]
 6110
 6111[[package]]
 6112name = "ff"
 6113version = "0.12.1"
 6114source = "registry+https://github.com/rust-lang/crates.io-index"
 6115checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 6116dependencies = [
 6117 "rand_core 0.6.4",
 6118 "subtle",
 6119]
 6120
 6121[[package]]
 6122name = "file_finder"
 6123version = "0.1.0"
 6124dependencies = [
 6125 "anyhow",
 6126 "channel",
 6127 "client",
 6128 "collections",
 6129 "ctor",
 6130 "editor",
 6131 "file_icons",
 6132 "futures 0.3.32",
 6133 "fuzzy",
 6134 "gpui",
 6135 "menu",
 6136 "open_path_prompt",
 6137 "picker",
 6138 "pretty_assertions",
 6139 "project",
 6140 "project_panel",
 6141 "remote_connection",
 6142 "serde",
 6143 "serde_json",
 6144 "settings",
 6145 "theme",
 6146 "theme_settings",
 6147 "ui",
 6148 "util",
 6149 "workspace",
 6150 "zed_actions",
 6151 "zlog",
 6152]
 6153
 6154[[package]]
 6155name = "file_icons"
 6156version = "0.1.0"
 6157dependencies = [
 6158 "gpui",
 6159 "serde",
 6160 "theme",
 6161 "util",
 6162]
 6163
 6164[[package]]
 6165name = "filedescriptor"
 6166version = "0.8.3"
 6167source = "registry+https://github.com/rust-lang/crates.io-index"
 6168checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 6169dependencies = [
 6170 "libc",
 6171 "thiserror 1.0.69",
 6172 "winapi",
 6173]
 6174
 6175[[package]]
 6176name = "filetime"
 6177version = "0.2.26"
 6178source = "registry+https://github.com/rust-lang/crates.io-index"
 6179checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
 6180dependencies = [
 6181 "cfg-if",
 6182 "libc",
 6183 "libredox",
 6184 "windows-sys 0.60.2",
 6185]
 6186
 6187[[package]]
 6188name = "find-msvc-tools"
 6189version = "0.1.5"
 6190source = "registry+https://github.com/rust-lang/crates.io-index"
 6191checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
 6192
 6193[[package]]
 6194name = "fixedbitset"
 6195version = "0.4.2"
 6196source = "registry+https://github.com/rust-lang/crates.io-index"
 6197checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 6198
 6199[[package]]
 6200name = "fixedbitset"
 6201version = "0.5.7"
 6202source = "registry+https://github.com/rust-lang/crates.io-index"
 6203checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
 6204
 6205[[package]]
 6206name = "flate2"
 6207version = "1.1.8"
 6208source = "registry+https://github.com/rust-lang/crates.io-index"
 6209checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
 6210dependencies = [
 6211 "crc32fast",
 6212 "miniz_oxide",
 6213]
 6214
 6215[[package]]
 6216name = "float-cmp"
 6217version = "0.9.0"
 6218source = "registry+https://github.com/rust-lang/crates.io-index"
 6219checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 6220
 6221[[package]]
 6222name = "float-ord"
 6223version = "0.3.2"
 6224source = "registry+https://github.com/rust-lang/crates.io-index"
 6225checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 6226
 6227[[package]]
 6228name = "float8"
 6229version = "0.4.2"
 6230source = "registry+https://github.com/rust-lang/crates.io-index"
 6231checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
 6232dependencies = [
 6233 "half",
 6234 "num-traits",
 6235 "rand 0.9.2",
 6236 "rand_distr",
 6237]
 6238
 6239[[package]]
 6240name = "float_next_after"
 6241version = "1.0.0"
 6242source = "registry+https://github.com/rust-lang/crates.io-index"
 6243checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 6244
 6245[[package]]
 6246name = "fluent-uri"
 6247version = "0.4.1"
 6248source = "registry+https://github.com/rust-lang/crates.io-index"
 6249checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
 6250dependencies = [
 6251 "borrow-or-share",
 6252 "ref-cast",
 6253 "serde",
 6254]
 6255
 6256[[package]]
 6257name = "flume"
 6258version = "0.11.1"
 6259source = "registry+https://github.com/rust-lang/crates.io-index"
 6260checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 6261dependencies = [
 6262 "futures-core",
 6263 "futures-sink",
 6264 "nanorand",
 6265 "spin 0.9.8",
 6266]
 6267
 6268[[package]]
 6269name = "fnv"
 6270version = "1.0.7"
 6271source = "registry+https://github.com/rust-lang/crates.io-index"
 6272checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 6273
 6274[[package]]
 6275name = "foldhash"
 6276version = "0.1.5"
 6277source = "registry+https://github.com/rust-lang/crates.io-index"
 6278checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 6279
 6280[[package]]
 6281name = "foldhash"
 6282version = "0.2.0"
 6283source = "registry+https://github.com/rust-lang/crates.io-index"
 6284checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
 6285
 6286[[package]]
 6287name = "font-types"
 6288version = "0.10.0"
 6289source = "registry+https://github.com/rust-lang/crates.io-index"
 6290checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
 6291dependencies = [
 6292 "bytemuck",
 6293]
 6294
 6295[[package]]
 6296name = "font-types"
 6297version = "0.11.0"
 6298source = "registry+https://github.com/rust-lang/crates.io-index"
 6299checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
 6300dependencies = [
 6301 "bytemuck",
 6302]
 6303
 6304[[package]]
 6305name = "fontconfig-parser"
 6306version = "0.5.8"
 6307source = "registry+https://github.com/rust-lang/crates.io-index"
 6308checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
 6309dependencies = [
 6310 "roxmltree",
 6311]
 6312
 6313[[package]]
 6314name = "fontdb"
 6315version = "0.16.2"
 6316source = "registry+https://github.com/rust-lang/crates.io-index"
 6317checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 6318dependencies = [
 6319 "fontconfig-parser",
 6320 "log",
 6321 "memmap2",
 6322 "slotmap",
 6323 "tinyvec",
 6324 "ttf-parser 0.20.0",
 6325]
 6326
 6327[[package]]
 6328name = "fontdb"
 6329version = "0.23.0"
 6330source = "registry+https://github.com/rust-lang/crates.io-index"
 6331checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 6332dependencies = [
 6333 "fontconfig-parser",
 6334 "log",
 6335 "memmap2",
 6336 "slotmap",
 6337 "tinyvec",
 6338 "ttf-parser 0.25.1",
 6339]
 6340
 6341[[package]]
 6342name = "foreign-types"
 6343version = "0.3.2"
 6344source = "registry+https://github.com/rust-lang/crates.io-index"
 6345checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 6346dependencies = [
 6347 "foreign-types-shared 0.1.1",
 6348]
 6349
 6350[[package]]
 6351name = "foreign-types"
 6352version = "0.5.0"
 6353source = "registry+https://github.com/rust-lang/crates.io-index"
 6354checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 6355dependencies = [
 6356 "foreign-types-macros",
 6357 "foreign-types-shared 0.3.1",
 6358]
 6359
 6360[[package]]
 6361name = "foreign-types-macros"
 6362version = "0.2.3"
 6363source = "registry+https://github.com/rust-lang/crates.io-index"
 6364checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 6365dependencies = [
 6366 "proc-macro2",
 6367 "quote",
 6368 "syn 2.0.117",
 6369]
 6370
 6371[[package]]
 6372name = "foreign-types-shared"
 6373version = "0.1.1"
 6374source = "registry+https://github.com/rust-lang/crates.io-index"
 6375checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 6376
 6377[[package]]
 6378name = "foreign-types-shared"
 6379version = "0.3.1"
 6380source = "registry+https://github.com/rust-lang/crates.io-index"
 6381checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 6382
 6383[[package]]
 6384name = "fork"
 6385version = "0.4.0"
 6386source = "registry+https://github.com/rust-lang/crates.io-index"
 6387checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
 6388dependencies = [
 6389 "libc",
 6390]
 6391
 6392[[package]]
 6393name = "form_urlencoded"
 6394version = "1.2.2"
 6395source = "registry+https://github.com/rust-lang/crates.io-index"
 6396checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
 6397dependencies = [
 6398 "percent-encoding",
 6399]
 6400
 6401[[package]]
 6402name = "fraction"
 6403version = "0.15.3"
 6404source = "registry+https://github.com/rust-lang/crates.io-index"
 6405checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 6406dependencies = [
 6407 "lazy_static",
 6408 "num",
 6409]
 6410
 6411[[package]]
 6412name = "freetype-sys"
 6413version = "0.20.1"
 6414source = "registry+https://github.com/rust-lang/crates.io-index"
 6415checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 6416dependencies = [
 6417 "cc",
 6418 "libc",
 6419 "pkg-config",
 6420]
 6421
 6422[[package]]
 6423name = "fs"
 6424version = "0.1.0"
 6425dependencies = [
 6426 "anyhow",
 6427 "ashpd",
 6428 "async-tar",
 6429 "async-trait",
 6430 "cocoa 0.26.0",
 6431 "collections",
 6432 "dunce",
 6433 "fs",
 6434 "futures 0.3.32",
 6435 "git",
 6436 "gpui",
 6437 "ignore",
 6438 "is_executable",
 6439 "libc",
 6440 "log",
 6441 "notify 8.2.0",
 6442 "objc",
 6443 "parking_lot",
 6444 "paths",
 6445 "proto",
 6446 "rope",
 6447 "serde",
 6448 "serde_json",
 6449 "smol",
 6450 "tempfile",
 6451 "text",
 6452 "time",
 6453 "util",
 6454 "windows 0.61.3",
 6455]
 6456
 6457[[package]]
 6458name = "fs-set-times"
 6459version = "0.20.3"
 6460source = "registry+https://github.com/rust-lang/crates.io-index"
 6461checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 6462dependencies = [
 6463 "io-lifetimes",
 6464 "rustix 1.1.2",
 6465 "windows-sys 0.59.0",
 6466]
 6467
 6468[[package]]
 6469name = "fs2"
 6470version = "0.4.3"
 6471source = "registry+https://github.com/rust-lang/crates.io-index"
 6472checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 6473dependencies = [
 6474 "libc",
 6475 "winapi",
 6476]
 6477
 6478[[package]]
 6479name = "fs_benchmarks"
 6480version = "0.1.0"
 6481dependencies = [
 6482 "fs",
 6483 "gpui",
 6484 "gpui_platform",
 6485]
 6486
 6487[[package]]
 6488name = "fs_extra"
 6489version = "1.3.0"
 6490source = "registry+https://github.com/rust-lang/crates.io-index"
 6491checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 6492
 6493[[package]]
 6494name = "fsevent-sys"
 6495version = "4.1.0"
 6496source = "registry+https://github.com/rust-lang/crates.io-index"
 6497checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 6498dependencies = [
 6499 "libc",
 6500]
 6501
 6502[[package]]
 6503name = "fuchsia-cprng"
 6504version = "0.1.1"
 6505source = "registry+https://github.com/rust-lang/crates.io-index"
 6506checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
 6507
 6508[[package]]
 6509name = "funty"
 6510version = "2.0.0"
 6511source = "registry+https://github.com/rust-lang/crates.io-index"
 6512checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 6513
 6514[[package]]
 6515name = "futf"
 6516version = "0.1.5"
 6517source = "registry+https://github.com/rust-lang/crates.io-index"
 6518checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 6519dependencies = [
 6520 "mac",
 6521 "new_debug_unreachable",
 6522]
 6523
 6524[[package]]
 6525name = "futures"
 6526version = "0.1.31"
 6527source = "registry+https://github.com/rust-lang/crates.io-index"
 6528checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 6529
 6530[[package]]
 6531name = "futures"
 6532version = "0.3.32"
 6533source = "registry+https://github.com/rust-lang/crates.io-index"
 6534checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
 6535dependencies = [
 6536 "futures-channel",
 6537 "futures-core",
 6538 "futures-executor",
 6539 "futures-io",
 6540 "futures-sink",
 6541 "futures-task",
 6542 "futures-util",
 6543]
 6544
 6545[[package]]
 6546name = "futures-channel"
 6547version = "0.3.32"
 6548source = "registry+https://github.com/rust-lang/crates.io-index"
 6549checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
 6550dependencies = [
 6551 "futures-core",
 6552 "futures-sink",
 6553]
 6554
 6555[[package]]
 6556name = "futures-concurrency"
 6557version = "7.7.1"
 6558source = "registry+https://github.com/rust-lang/crates.io-index"
 6559checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
 6560dependencies = [
 6561 "fixedbitset 0.5.7",
 6562 "futures-core",
 6563 "futures-lite 2.6.1",
 6564 "pin-project",
 6565 "smallvec",
 6566]
 6567
 6568[[package]]
 6569name = "futures-core"
 6570version = "0.3.32"
 6571source = "registry+https://github.com/rust-lang/crates.io-index"
 6572checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
 6573
 6574[[package]]
 6575name = "futures-executor"
 6576version = "0.3.32"
 6577source = "registry+https://github.com/rust-lang/crates.io-index"
 6578checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
 6579dependencies = [
 6580 "futures-core",
 6581 "futures-task",
 6582 "futures-util",
 6583]
 6584
 6585[[package]]
 6586name = "futures-intrusive"
 6587version = "0.5.0"
 6588source = "registry+https://github.com/rust-lang/crates.io-index"
 6589checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 6590dependencies = [
 6591 "futures-core",
 6592 "lock_api",
 6593 "parking_lot",
 6594]
 6595
 6596[[package]]
 6597name = "futures-io"
 6598version = "0.3.32"
 6599source = "registry+https://github.com/rust-lang/crates.io-index"
 6600checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
 6601
 6602[[package]]
 6603name = "futures-lite"
 6604version = "1.13.0"
 6605source = "registry+https://github.com/rust-lang/crates.io-index"
 6606checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 6607dependencies = [
 6608 "fastrand 1.9.0",
 6609 "futures-core",
 6610 "futures-io",
 6611 "memchr",
 6612 "parking",
 6613 "pin-project-lite",
 6614 "waker-fn",
 6615]
 6616
 6617[[package]]
 6618name = "futures-lite"
 6619version = "2.6.1"
 6620source = "registry+https://github.com/rust-lang/crates.io-index"
 6621checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
 6622dependencies = [
 6623 "fastrand 2.3.0",
 6624 "futures-core",
 6625 "futures-io",
 6626 "parking",
 6627 "pin-project-lite",
 6628]
 6629
 6630[[package]]
 6631name = "futures-macro"
 6632version = "0.3.32"
 6633source = "registry+https://github.com/rust-lang/crates.io-index"
 6634checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
 6635dependencies = [
 6636 "proc-macro2",
 6637 "quote",
 6638 "syn 2.0.117",
 6639]
 6640
 6641[[package]]
 6642name = "futures-sink"
 6643version = "0.3.32"
 6644source = "registry+https://github.com/rust-lang/crates.io-index"
 6645checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
 6646
 6647[[package]]
 6648name = "futures-task"
 6649version = "0.3.32"
 6650source = "registry+https://github.com/rust-lang/crates.io-index"
 6651checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
 6652
 6653[[package]]
 6654name = "futures-util"
 6655version = "0.3.32"
 6656source = "registry+https://github.com/rust-lang/crates.io-index"
 6657checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
 6658dependencies = [
 6659 "futures 0.1.31",
 6660 "futures-channel",
 6661 "futures-core",
 6662 "futures-io",
 6663 "futures-macro",
 6664 "futures-sink",
 6665 "futures-task",
 6666 "libc",
 6667 "memchr",
 6668 "pin-project-lite",
 6669 "slab",
 6670 "tokio-io",
 6671]
 6672
 6673[[package]]
 6674name = "fuzzy"
 6675version = "0.1.0"
 6676dependencies = [
 6677 "gpui",
 6678 "log",
 6679 "util",
 6680]
 6681
 6682[[package]]
 6683name = "fuzzy-matcher"
 6684version = "0.3.7"
 6685source = "registry+https://github.com/rust-lang/crates.io-index"
 6686checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 6687dependencies = [
 6688 "thread_local",
 6689]
 6690
 6691[[package]]
 6692name = "gaoya"
 6693version = "0.2.0"
 6694source = "registry+https://github.com/rust-lang/crates.io-index"
 6695checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
 6696dependencies = [
 6697 "ahash 0.8.12",
 6698 "crossbeam-utils",
 6699 "fnv",
 6700 "itertools 0.10.5",
 6701 "num-traits",
 6702 "rand 0.8.5",
 6703 "rand_pcg",
 6704 "random_choice",
 6705 "rayon",
 6706 "seahash",
 6707 "sha-1",
 6708 "shingles",
 6709 "siphasher 0.3.11",
 6710 "smallvec",
 6711 "triomphe",
 6712]
 6713
 6714[[package]]
 6715name = "gemm"
 6716version = "0.17.1"
 6717source = "registry+https://github.com/rust-lang/crates.io-index"
 6718checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
 6719dependencies = [
 6720 "dyn-stack 0.10.0",
 6721 "gemm-c32 0.17.1",
 6722 "gemm-c64 0.17.1",
 6723 "gemm-common 0.17.1",
 6724 "gemm-f16 0.17.1",
 6725 "gemm-f32 0.17.1",
 6726 "gemm-f64 0.17.1",
 6727 "num-complex",
 6728 "num-traits",
 6729 "paste",
 6730 "raw-cpuid 10.7.0",
 6731 "seq-macro",
 6732]
 6733
 6734[[package]]
 6735name = "gemm"
 6736version = "0.18.2"
 6737source = "registry+https://github.com/rust-lang/crates.io-index"
 6738checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
 6739dependencies = [
 6740 "dyn-stack 0.13.2",
 6741 "gemm-c32 0.18.2",
 6742 "gemm-c64 0.18.2",
 6743 "gemm-common 0.18.2",
 6744 "gemm-f16 0.18.2",
 6745 "gemm-f32 0.18.2",
 6746 "gemm-f64 0.18.2",
 6747 "num-complex",
 6748 "num-traits",
 6749 "paste",
 6750 "raw-cpuid 11.6.0",
 6751 "seq-macro",
 6752]
 6753
 6754[[package]]
 6755name = "gemm-c32"
 6756version = "0.17.1"
 6757source = "registry+https://github.com/rust-lang/crates.io-index"
 6758checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
 6759dependencies = [
 6760 "dyn-stack 0.10.0",
 6761 "gemm-common 0.17.1",
 6762 "num-complex",
 6763 "num-traits",
 6764 "paste",
 6765 "raw-cpuid 10.7.0",
 6766 "seq-macro",
 6767]
 6768
 6769[[package]]
 6770name = "gemm-c32"
 6771version = "0.18.2"
 6772source = "registry+https://github.com/rust-lang/crates.io-index"
 6773checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
 6774dependencies = [
 6775 "dyn-stack 0.13.2",
 6776 "gemm-common 0.18.2",
 6777 "num-complex",
 6778 "num-traits",
 6779 "paste",
 6780 "raw-cpuid 11.6.0",
 6781 "seq-macro",
 6782]
 6783
 6784[[package]]
 6785name = "gemm-c64"
 6786version = "0.17.1"
 6787source = "registry+https://github.com/rust-lang/crates.io-index"
 6788checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
 6789dependencies = [
 6790 "dyn-stack 0.10.0",
 6791 "gemm-common 0.17.1",
 6792 "num-complex",
 6793 "num-traits",
 6794 "paste",
 6795 "raw-cpuid 10.7.0",
 6796 "seq-macro",
 6797]
 6798
 6799[[package]]
 6800name = "gemm-c64"
 6801version = "0.18.2"
 6802source = "registry+https://github.com/rust-lang/crates.io-index"
 6803checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
 6804dependencies = [
 6805 "dyn-stack 0.13.2",
 6806 "gemm-common 0.18.2",
 6807 "num-complex",
 6808 "num-traits",
 6809 "paste",
 6810 "raw-cpuid 11.6.0",
 6811 "seq-macro",
 6812]
 6813
 6814[[package]]
 6815name = "gemm-common"
 6816version = "0.17.1"
 6817source = "registry+https://github.com/rust-lang/crates.io-index"
 6818checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
 6819dependencies = [
 6820 "bytemuck",
 6821 "dyn-stack 0.10.0",
 6822 "half",
 6823 "num-complex",
 6824 "num-traits",
 6825 "once_cell",
 6826 "paste",
 6827 "pulp 0.18.22",
 6828 "raw-cpuid 10.7.0",
 6829 "rayon",
 6830 "seq-macro",
 6831 "sysctl 0.5.5",
 6832]
 6833
 6834[[package]]
 6835name = "gemm-common"
 6836version = "0.18.2"
 6837source = "registry+https://github.com/rust-lang/crates.io-index"
 6838checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
 6839dependencies = [
 6840 "bytemuck",
 6841 "dyn-stack 0.13.2",
 6842 "half",
 6843 "libm",
 6844 "num-complex",
 6845 "num-traits",
 6846 "once_cell",
 6847 "paste",
 6848 "pulp 0.21.5",
 6849 "raw-cpuid 11.6.0",
 6850 "rayon",
 6851 "seq-macro",
 6852 "sysctl 0.6.0",
 6853]
 6854
 6855[[package]]
 6856name = "gemm-f16"
 6857version = "0.17.1"
 6858source = "registry+https://github.com/rust-lang/crates.io-index"
 6859checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
 6860dependencies = [
 6861 "dyn-stack 0.10.0",
 6862 "gemm-common 0.17.1",
 6863 "gemm-f32 0.17.1",
 6864 "half",
 6865 "num-complex",
 6866 "num-traits",
 6867 "paste",
 6868 "raw-cpuid 10.7.0",
 6869 "rayon",
 6870 "seq-macro",
 6871]
 6872
 6873[[package]]
 6874name = "gemm-f16"
 6875version = "0.18.2"
 6876source = "registry+https://github.com/rust-lang/crates.io-index"
 6877checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
 6878dependencies = [
 6879 "dyn-stack 0.13.2",
 6880 "gemm-common 0.18.2",
 6881 "gemm-f32 0.18.2",
 6882 "half",
 6883 "num-complex",
 6884 "num-traits",
 6885 "paste",
 6886 "raw-cpuid 11.6.0",
 6887 "rayon",
 6888 "seq-macro",
 6889]
 6890
 6891[[package]]
 6892name = "gemm-f32"
 6893version = "0.17.1"
 6894source = "registry+https://github.com/rust-lang/crates.io-index"
 6895checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
 6896dependencies = [
 6897 "dyn-stack 0.10.0",
 6898 "gemm-common 0.17.1",
 6899 "num-complex",
 6900 "num-traits",
 6901 "paste",
 6902 "raw-cpuid 10.7.0",
 6903 "seq-macro",
 6904]
 6905
 6906[[package]]
 6907name = "gemm-f32"
 6908version = "0.18.2"
 6909source = "registry+https://github.com/rust-lang/crates.io-index"
 6910checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
 6911dependencies = [
 6912 "dyn-stack 0.13.2",
 6913 "gemm-common 0.18.2",
 6914 "num-complex",
 6915 "num-traits",
 6916 "paste",
 6917 "raw-cpuid 11.6.0",
 6918 "seq-macro",
 6919]
 6920
 6921[[package]]
 6922name = "gemm-f64"
 6923version = "0.17.1"
 6924source = "registry+https://github.com/rust-lang/crates.io-index"
 6925checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
 6926dependencies = [
 6927 "dyn-stack 0.10.0",
 6928 "gemm-common 0.17.1",
 6929 "num-complex",
 6930 "num-traits",
 6931 "paste",
 6932 "raw-cpuid 10.7.0",
 6933 "seq-macro",
 6934]
 6935
 6936[[package]]
 6937name = "gemm-f64"
 6938version = "0.18.2"
 6939source = "registry+https://github.com/rust-lang/crates.io-index"
 6940checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
 6941dependencies = [
 6942 "dyn-stack 0.13.2",
 6943 "gemm-common 0.18.2",
 6944 "num-complex",
 6945 "num-traits",
 6946 "paste",
 6947 "raw-cpuid 11.6.0",
 6948 "seq-macro",
 6949]
 6950
 6951[[package]]
 6952name = "generator"
 6953version = "0.8.7"
 6954source = "registry+https://github.com/rust-lang/crates.io-index"
 6955checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
 6956dependencies = [
 6957 "cc",
 6958 "cfg-if",
 6959 "libc",
 6960 "log",
 6961 "rustversion",
 6962 "windows 0.61.3",
 6963]
 6964
 6965[[package]]
 6966name = "generic-array"
 6967version = "0.14.7"
 6968source = "registry+https://github.com/rust-lang/crates.io-index"
 6969checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 6970dependencies = [
 6971 "typenum",
 6972 "version_check",
 6973]
 6974
 6975[[package]]
 6976name = "gethostname"
 6977version = "1.1.0"
 6978source = "registry+https://github.com/rust-lang/crates.io-index"
 6979checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
 6980dependencies = [
 6981 "rustix 1.1.2",
 6982 "windows-link 0.2.1",
 6983]
 6984
 6985[[package]]
 6986name = "getrandom"
 6987version = "0.2.16"
 6988source = "registry+https://github.com/rust-lang/crates.io-index"
 6989checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
 6990dependencies = [
 6991 "cfg-if",
 6992 "js-sys",
 6993 "libc",
 6994 "wasi",
 6995 "wasm-bindgen",
 6996]
 6997
 6998[[package]]
 6999name = "getrandom"
 7000version = "0.3.4"
 7001source = "registry+https://github.com/rust-lang/crates.io-index"
 7002checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
 7003dependencies = [
 7004 "cfg-if",
 7005 "js-sys",
 7006 "libc",
 7007 "r-efi",
 7008 "wasip2",
 7009 "wasm-bindgen",
 7010]
 7011
 7012[[package]]
 7013name = "getrandom"
 7014version = "0.4.1"
 7015source = "registry+https://github.com/rust-lang/crates.io-index"
 7016checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
 7017dependencies = [
 7018 "cfg-if",
 7019 "libc",
 7020 "r-efi",
 7021 "wasip2",
 7022 "wasip3",
 7023]
 7024
 7025[[package]]
 7026name = "gh-workflow"
 7027version = "0.8.0"
 7028source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7029dependencies = [
 7030 "async-trait",
 7031 "derive_more",
 7032 "derive_setters",
 7033 "gh-workflow-macros",
 7034 "indexmap",
 7035 "merge",
 7036 "serde",
 7037 "serde_json",
 7038 "serde_yaml",
 7039 "strum_macros 0.27.2",
 7040]
 7041
 7042[[package]]
 7043name = "gh-workflow-macros"
 7044version = "0.8.0"
 7045source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7046dependencies = [
 7047 "heck 0.5.0",
 7048 "quote",
 7049 "syn 2.0.117",
 7050]
 7051
 7052[[package]]
 7053name = "gif"
 7054version = "0.13.3"
 7055source = "registry+https://github.com/rust-lang/crates.io-index"
 7056checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
 7057dependencies = [
 7058 "color_quant",
 7059 "weezl",
 7060]
 7061
 7062[[package]]
 7063name = "gimli"
 7064version = "0.32.3"
 7065source = "registry+https://github.com/rust-lang/crates.io-index"
 7066checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
 7067dependencies = [
 7068 "fallible-iterator",
 7069 "indexmap",
 7070 "stable_deref_trait",
 7071]
 7072
 7073[[package]]
 7074name = "gio-sys"
 7075version = "0.21.5"
 7076source = "registry+https://github.com/rust-lang/crates.io-index"
 7077checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
 7078dependencies = [
 7079 "glib-sys",
 7080 "gobject-sys",
 7081 "libc",
 7082 "system-deps 7.0.7",
 7083 "windows-sys 0.61.2",
 7084]
 7085
 7086[[package]]
 7087name = "git"
 7088version = "0.1.0"
 7089dependencies = [
 7090 "anyhow",
 7091 "askpass",
 7092 "async-trait",
 7093 "collections",
 7094 "derive_more",
 7095 "futures 0.3.32",
 7096 "git2",
 7097 "gpui",
 7098 "http_client",
 7099 "itertools 0.14.0",
 7100 "log",
 7101 "parking_lot",
 7102 "pretty_assertions",
 7103 "rand 0.9.2",
 7104 "regex",
 7105 "rope",
 7106 "schemars",
 7107 "serde",
 7108 "serde_json",
 7109 "smallvec",
 7110 "smol",
 7111 "sum_tree",
 7112 "tempfile",
 7113 "text",
 7114 "thiserror 2.0.17",
 7115 "time",
 7116 "url",
 7117 "urlencoding",
 7118 "util",
 7119 "uuid",
 7120 "ztracing",
 7121]
 7122
 7123[[package]]
 7124name = "git2"
 7125version = "0.20.4"
 7126source = "registry+https://github.com/rust-lang/crates.io-index"
 7127checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
 7128dependencies = [
 7129 "bitflags 2.10.0",
 7130 "libc",
 7131 "libgit2-sys",
 7132 "log",
 7133 "url",
 7134]
 7135
 7136[[package]]
 7137name = "git_graph"
 7138version = "0.1.0"
 7139dependencies = [
 7140 "anyhow",
 7141 "collections",
 7142 "db",
 7143 "editor",
 7144 "fs",
 7145 "git",
 7146 "git_ui",
 7147 "gpui",
 7148 "language",
 7149 "menu",
 7150 "project",
 7151 "rand 0.9.2",
 7152 "remote_connection",
 7153 "search",
 7154 "serde_json",
 7155 "settings",
 7156 "smallvec",
 7157 "smol",
 7158 "theme",
 7159 "theme_settings",
 7160 "time",
 7161 "ui",
 7162 "workspace",
 7163]
 7164
 7165[[package]]
 7166name = "git_hosting_providers"
 7167version = "0.1.0"
 7168dependencies = [
 7169 "anyhow",
 7170 "async-trait",
 7171 "futures 0.3.32",
 7172 "git",
 7173 "gpui",
 7174 "http_client",
 7175 "indoc",
 7176 "itertools 0.14.0",
 7177 "pretty_assertions",
 7178 "regex",
 7179 "serde",
 7180 "serde_json",
 7181 "settings",
 7182 "url",
 7183 "urlencoding",
 7184 "util",
 7185]
 7186
 7187[[package]]
 7188name = "git_ui"
 7189version = "0.1.0"
 7190dependencies = [
 7191 "agent_settings",
 7192 "anyhow",
 7193 "askpass",
 7194 "buffer_diff",
 7195 "call",
 7196 "collections",
 7197 "component",
 7198 "ctor",
 7199 "db",
 7200 "editor",
 7201 "file_icons",
 7202 "futures 0.3.32",
 7203 "fuzzy",
 7204 "git",
 7205 "gpui",
 7206 "indoc",
 7207 "itertools 0.14.0",
 7208 "language",
 7209 "language_model",
 7210 "linkify",
 7211 "log",
 7212 "markdown",
 7213 "menu",
 7214 "multi_buffer",
 7215 "notifications",
 7216 "panel",
 7217 "picker",
 7218 "pretty_assertions",
 7219 "project",
 7220 "prompt_store",
 7221 "proto",
 7222 "rand 0.9.2",
 7223 "remote",
 7224 "remote_connection",
 7225 "schemars",
 7226 "serde",
 7227 "serde_json",
 7228 "settings",
 7229 "smallvec",
 7230 "smol",
 7231 "strum 0.27.2",
 7232 "telemetry",
 7233 "theme",
 7234 "theme_settings",
 7235 "time",
 7236 "time_format",
 7237 "tracing",
 7238 "ui",
 7239 "ui_input",
 7240 "unindent",
 7241 "util",
 7242 "watch",
 7243 "windows 0.61.3",
 7244 "workspace",
 7245 "zed_actions",
 7246 "zeroize",
 7247 "zlog",
 7248 "ztracing",
 7249]
 7250
 7251[[package]]
 7252name = "gl_generator"
 7253version = "0.14.0"
 7254source = "registry+https://github.com/rust-lang/crates.io-index"
 7255checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
 7256dependencies = [
 7257 "khronos_api",
 7258 "log",
 7259 "xml-rs",
 7260]
 7261
 7262[[package]]
 7263name = "glib"
 7264version = "0.21.5"
 7265source = "registry+https://github.com/rust-lang/crates.io-index"
 7266checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
 7267dependencies = [
 7268 "bitflags 2.10.0",
 7269 "futures-channel",
 7270 "futures-core",
 7271 "futures-executor",
 7272 "futures-task",
 7273 "futures-util",
 7274 "gio-sys",
 7275 "glib-macros",
 7276 "glib-sys",
 7277 "gobject-sys",
 7278 "libc",
 7279 "memchr",
 7280 "smallvec",
 7281]
 7282
 7283[[package]]
 7284name = "glib-macros"
 7285version = "0.21.5"
 7286source = "registry+https://github.com/rust-lang/crates.io-index"
 7287checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
 7288dependencies = [
 7289 "heck 0.5.0",
 7290 "proc-macro-crate",
 7291 "proc-macro2",
 7292 "quote",
 7293 "syn 2.0.117",
 7294]
 7295
 7296[[package]]
 7297name = "glib-sys"
 7298version = "0.21.5"
 7299source = "registry+https://github.com/rust-lang/crates.io-index"
 7300checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
 7301dependencies = [
 7302 "libc",
 7303 "system-deps 7.0.7",
 7304]
 7305
 7306[[package]]
 7307name = "glob"
 7308version = "0.3.3"
 7309source = "registry+https://github.com/rust-lang/crates.io-index"
 7310checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
 7311
 7312[[package]]
 7313name = "globset"
 7314version = "0.4.17"
 7315source = "registry+https://github.com/rust-lang/crates.io-index"
 7316checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
 7317dependencies = [
 7318 "aho-corasick",
 7319 "bstr",
 7320 "log",
 7321 "regex-automata",
 7322 "regex-syntax",
 7323]
 7324
 7325[[package]]
 7326name = "gloo-timers"
 7327version = "0.3.0"
 7328source = "registry+https://github.com/rust-lang/crates.io-index"
 7329checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 7330dependencies = [
 7331 "futures-channel",
 7332 "futures-core",
 7333 "js-sys",
 7334 "wasm-bindgen",
 7335]
 7336
 7337[[package]]
 7338name = "glow"
 7339version = "0.17.0"
 7340source = "registry+https://github.com/rust-lang/crates.io-index"
 7341checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
 7342dependencies = [
 7343 "js-sys",
 7344 "slotmap",
 7345 "wasm-bindgen",
 7346 "web-sys",
 7347]
 7348
 7349[[package]]
 7350name = "glutin_wgl_sys"
 7351version = "0.6.1"
 7352source = "registry+https://github.com/rust-lang/crates.io-index"
 7353checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
 7354dependencies = [
 7355 "gl_generator",
 7356]
 7357
 7358[[package]]
 7359name = "go_to_line"
 7360version = "0.1.0"
 7361dependencies = [
 7362 "editor",
 7363 "gpui",
 7364 "indoc",
 7365 "language",
 7366 "menu",
 7367 "multi_buffer",
 7368 "project",
 7369 "rope",
 7370 "serde",
 7371 "serde_json",
 7372 "settings",
 7373 "text",
 7374 "theme",
 7375 "ui",
 7376 "util",
 7377 "workspace",
 7378]
 7379
 7380[[package]]
 7381name = "gobject-sys"
 7382version = "0.21.5"
 7383source = "registry+https://github.com/rust-lang/crates.io-index"
 7384checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
 7385dependencies = [
 7386 "glib-sys",
 7387 "libc",
 7388 "system-deps 7.0.7",
 7389]
 7390
 7391[[package]]
 7392name = "goblin"
 7393version = "0.9.3"
 7394source = "registry+https://github.com/rust-lang/crates.io-index"
 7395checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
 7396dependencies = [
 7397 "log",
 7398 "plain",
 7399 "scroll",
 7400]
 7401
 7402[[package]]
 7403name = "google_ai"
 7404version = "0.1.0"
 7405dependencies = [
 7406 "anyhow",
 7407 "futures 0.3.32",
 7408 "http_client",
 7409 "schemars",
 7410 "serde",
 7411 "serde_json",
 7412 "settings",
 7413 "strum 0.27.2",
 7414]
 7415
 7416[[package]]
 7417name = "gpu-allocator"
 7418version = "0.28.0"
 7419source = "registry+https://github.com/rust-lang/crates.io-index"
 7420checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
 7421dependencies = [
 7422 "ash",
 7423 "hashbrown 0.16.1",
 7424 "log",
 7425 "presser",
 7426 "thiserror 2.0.17",
 7427 "windows 0.62.2",
 7428]
 7429
 7430[[package]]
 7431name = "gpu-descriptor"
 7432version = "0.3.2"
 7433source = "registry+https://github.com/rust-lang/crates.io-index"
 7434checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
 7435dependencies = [
 7436 "bitflags 2.10.0",
 7437 "gpu-descriptor-types",
 7438 "hashbrown 0.15.5",
 7439]
 7440
 7441[[package]]
 7442name = "gpu-descriptor-types"
 7443version = "0.2.0"
 7444source = "registry+https://github.com/rust-lang/crates.io-index"
 7445checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
 7446dependencies = [
 7447 "bitflags 2.10.0",
 7448]
 7449
 7450[[package]]
 7451name = "gpui"
 7452version = "0.2.2"
 7453dependencies = [
 7454 "anyhow",
 7455 "async-channel 2.5.0",
 7456 "async-task",
 7457 "backtrace",
 7458 "bindgen 0.71.1",
 7459 "bitflags 2.10.0",
 7460 "block",
 7461 "cbindgen",
 7462 "chrono",
 7463 "cocoa 0.26.0",
 7464 "cocoa-foundation 0.2.0",
 7465 "collections",
 7466 "core-foundation 0.10.0",
 7467 "core-foundation-sys",
 7468 "core-graphics 0.24.0",
 7469 "core-text",
 7470 "core-video",
 7471 "ctor",
 7472 "derive_more",
 7473 "embed-resource",
 7474 "env_logger 0.11.8",
 7475 "etagere",
 7476 "foreign-types 0.5.0",
 7477 "futures 0.3.32",
 7478 "futures-concurrency",
 7479 "getrandom 0.3.4",
 7480 "gpui_macros",
 7481 "gpui_platform",
 7482 "gpui_util",
 7483 "gpui_web",
 7484 "http_client",
 7485 "image",
 7486 "inventory",
 7487 "itertools 0.14.0",
 7488 "log",
 7489 "lyon",
 7490 "mach2 0.5.0",
 7491 "media",
 7492 "metal",
 7493 "naga 29.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 7494 "num_cpus",
 7495 "objc",
 7496 "objc2",
 7497 "objc2-metal",
 7498 "parking",
 7499 "parking_lot",
 7500 "pathfinder_geometry",
 7501 "pin-project",
 7502 "pollster 0.4.0",
 7503 "postage",
 7504 "profiling",
 7505 "proptest",
 7506 "rand 0.9.2",
 7507 "raw-window-handle",
 7508 "refineable",
 7509 "regex",
 7510 "reqwest_client",
 7511 "resvg",
 7512 "scheduler",
 7513 "schemars",
 7514 "seahash",
 7515 "serde",
 7516 "serde_json",
 7517 "slotmap",
 7518 "smallvec",
 7519 "spin 0.10.0",
 7520 "stacksafe",
 7521 "strum 0.27.2",
 7522 "sum_tree",
 7523 "taffy",
 7524 "thiserror 2.0.17",
 7525 "ttf-parser 0.25.1",
 7526 "unicode-segmentation",
 7527 "url",
 7528 "usvg",
 7529 "util_macros",
 7530 "uuid",
 7531 "waker-fn",
 7532 "wasm-bindgen",
 7533 "web-time",
 7534 "windows 0.61.3",
 7535 "zed-font-kit",
 7536 "zed-scap",
 7537]
 7538
 7539[[package]]
 7540name = "gpui_linux"
 7541version = "0.1.0"
 7542dependencies = [
 7543 "anyhow",
 7544 "as-raw-xcb-connection",
 7545 "ashpd",
 7546 "bitflags 2.10.0",
 7547 "bytemuck",
 7548 "calloop",
 7549 "calloop-wayland-source",
 7550 "collections",
 7551 "filedescriptor",
 7552 "futures 0.3.32",
 7553 "gpui",
 7554 "gpui_wgpu",
 7555 "http_client",
 7556 "itertools 0.14.0",
 7557 "libc",
 7558 "log",
 7559 "oo7",
 7560 "open",
 7561 "parking_lot",
 7562 "pathfinder_geometry",
 7563 "pollster 0.4.0",
 7564 "profiling",
 7565 "raw-window-handle",
 7566 "smallvec",
 7567 "smol",
 7568 "strum 0.27.2",
 7569 "swash",
 7570 "url",
 7571 "util",
 7572 "uuid",
 7573 "wayland-backend",
 7574 "wayland-client",
 7575 "wayland-cursor",
 7576 "wayland-protocols",
 7577 "wayland-protocols-plasma",
 7578 "wayland-protocols-wlr",
 7579 "x11-clipboard",
 7580 "x11rb",
 7581 "xkbcommon",
 7582 "zed-scap",
 7583 "zed-xim",
 7584]
 7585
 7586[[package]]
 7587name = "gpui_macos"
 7588version = "0.1.0"
 7589dependencies = [
 7590 "anyhow",
 7591 "async-task",
 7592 "block",
 7593 "cbindgen",
 7594 "cocoa 0.26.0",
 7595 "collections",
 7596 "core-foundation 0.10.0",
 7597 "core-foundation-sys",
 7598 "core-graphics 0.24.0",
 7599 "core-text",
 7600 "core-video",
 7601 "ctor",
 7602 "derive_more",
 7603 "dispatch2",
 7604 "etagere",
 7605 "foreign-types 0.5.0",
 7606 "futures 0.3.32",
 7607 "gpui",
 7608 "image",
 7609 "itertools 0.14.0",
 7610 "libc",
 7611 "log",
 7612 "mach2 0.5.0",
 7613 "media",
 7614 "metal",
 7615 "objc",
 7616 "objc2-app-kit",
 7617 "parking_lot",
 7618 "pathfinder_geometry",
 7619 "raw-window-handle",
 7620 "semver",
 7621 "smallvec",
 7622 "strum 0.27.2",
 7623 "util",
 7624 "uuid",
 7625 "zed-font-kit",
 7626]
 7627
 7628[[package]]
 7629name = "gpui_macros"
 7630version = "0.1.0"
 7631dependencies = [
 7632 "gpui",
 7633 "heck 0.5.0",
 7634 "proc-macro2",
 7635 "quote",
 7636 "syn 2.0.117",
 7637]
 7638
 7639[[package]]
 7640name = "gpui_platform"
 7641version = "0.1.0"
 7642dependencies = [
 7643 "console_error_panic_hook",
 7644 "gpui",
 7645 "gpui_linux",
 7646 "gpui_macos",
 7647 "gpui_web",
 7648 "gpui_windows",
 7649]
 7650
 7651[[package]]
 7652name = "gpui_tokio"
 7653version = "0.1.0"
 7654dependencies = [
 7655 "anyhow",
 7656 "gpui",
 7657 "tokio",
 7658 "util",
 7659]
 7660
 7661[[package]]
 7662name = "gpui_util"
 7663version = "0.1.0"
 7664dependencies = [
 7665 "anyhow",
 7666 "log",
 7667]
 7668
 7669[[package]]
 7670name = "gpui_web"
 7671version = "0.1.0"
 7672dependencies = [
 7673 "anyhow",
 7674 "console_error_panic_hook",
 7675 "futures 0.3.32",
 7676 "gpui",
 7677 "gpui_wgpu",
 7678 "http_client",
 7679 "js-sys",
 7680 "log",
 7681 "parking_lot",
 7682 "raw-window-handle",
 7683 "smallvec",
 7684 "uuid",
 7685 "wasm-bindgen",
 7686 "wasm-bindgen-futures",
 7687 "wasm_thread",
 7688 "web-sys",
 7689 "web-time",
 7690]
 7691
 7692[[package]]
 7693name = "gpui_wgpu"
 7694version = "0.1.0"
 7695dependencies = [
 7696 "anyhow",
 7697 "bytemuck",
 7698 "collections",
 7699 "cosmic-text",
 7700 "etagere",
 7701 "gpui",
 7702 "gpui_util",
 7703 "itertools 0.14.0",
 7704 "js-sys",
 7705 "log",
 7706 "parking_lot",
 7707 "pollster 0.4.0",
 7708 "profiling",
 7709 "raw-window-handle",
 7710 "smallvec",
 7711 "swash",
 7712 "wasm-bindgen",
 7713 "wasm-bindgen-futures",
 7714 "web-sys",
 7715 "wgpu",
 7716 "zed-font-kit",
 7717]
 7718
 7719[[package]]
 7720name = "gpui_windows"
 7721version = "0.1.0"
 7722dependencies = [
 7723 "anyhow",
 7724 "collections",
 7725 "etagere",
 7726 "futures 0.3.32",
 7727 "gpui",
 7728 "image",
 7729 "itertools 0.14.0",
 7730 "log",
 7731 "parking_lot",
 7732 "rand 0.9.2",
 7733 "raw-window-handle",
 7734 "smallvec",
 7735 "util",
 7736 "uuid",
 7737 "windows 0.61.3",
 7738 "windows-core 0.61.2",
 7739 "windows-numerics 0.2.0",
 7740 "windows-registry 0.5.3",
 7741 "zed-scap",
 7742]
 7743
 7744[[package]]
 7745name = "grammars"
 7746version = "0.1.0"
 7747dependencies = [
 7748 "anyhow",
 7749 "language_core",
 7750 "rust-embed",
 7751 "toml 0.8.23",
 7752 "tree-sitter",
 7753 "tree-sitter-bash",
 7754 "tree-sitter-c",
 7755 "tree-sitter-cpp",
 7756 "tree-sitter-css",
 7757 "tree-sitter-diff",
 7758 "tree-sitter-gitcommit",
 7759 "tree-sitter-go",
 7760 "tree-sitter-gomod",
 7761 "tree-sitter-gowork",
 7762 "tree-sitter-jsdoc",
 7763 "tree-sitter-json",
 7764 "tree-sitter-md",
 7765 "tree-sitter-python",
 7766 "tree-sitter-regex",
 7767 "tree-sitter-rust",
 7768 "tree-sitter-typescript",
 7769 "tree-sitter-yaml",
 7770 "util",
 7771]
 7772
 7773[[package]]
 7774name = "grid"
 7775version = "0.18.0"
 7776source = "registry+https://github.com/rust-lang/crates.io-index"
 7777checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
 7778
 7779[[package]]
 7780name = "group"
 7781version = "0.12.1"
 7782source = "registry+https://github.com/rust-lang/crates.io-index"
 7783checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7784dependencies = [
 7785 "ff",
 7786 "rand_core 0.6.4",
 7787 "subtle",
 7788]
 7789
 7790[[package]]
 7791name = "h2"
 7792version = "0.3.27"
 7793source = "registry+https://github.com/rust-lang/crates.io-index"
 7794checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
 7795dependencies = [
 7796 "bytes 1.11.1",
 7797 "fnv",
 7798 "futures-core",
 7799 "futures-sink",
 7800 "futures-util",
 7801 "http 0.2.12",
 7802 "indexmap",
 7803 "slab",
 7804 "tokio",
 7805 "tokio-util",
 7806 "tracing",
 7807]
 7808
 7809[[package]]
 7810name = "h2"
 7811version = "0.4.12"
 7812source = "registry+https://github.com/rust-lang/crates.io-index"
 7813checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
 7814dependencies = [
 7815 "atomic-waker",
 7816 "bytes 1.11.1",
 7817 "fnv",
 7818 "futures-core",
 7819 "futures-sink",
 7820 "http 1.3.1",
 7821 "indexmap",
 7822 "slab",
 7823 "tokio",
 7824 "tokio-util",
 7825 "tracing",
 7826]
 7827
 7828[[package]]
 7829name = "half"
 7830version = "2.7.1"
 7831source = "registry+https://github.com/rust-lang/crates.io-index"
 7832checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
 7833dependencies = [
 7834 "bytemuck",
 7835 "cfg-if",
 7836 "crunchy",
 7837 "num-traits",
 7838 "rand 0.9.2",
 7839 "rand_distr",
 7840 "zerocopy",
 7841]
 7842
 7843[[package]]
 7844name = "handlebars"
 7845version = "4.5.0"
 7846source = "registry+https://github.com/rust-lang/crates.io-index"
 7847checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7848dependencies = [
 7849 "log",
 7850 "pest",
 7851 "pest_derive",
 7852 "rust-embed",
 7853 "serde",
 7854 "serde_json",
 7855 "thiserror 1.0.69",
 7856]
 7857
 7858[[package]]
 7859name = "handlebars"
 7860version = "5.1.2"
 7861source = "registry+https://github.com/rust-lang/crates.io-index"
 7862checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
 7863dependencies = [
 7864 "log",
 7865 "pest",
 7866 "pest_derive",
 7867 "serde",
 7868 "serde_json",
 7869 "thiserror 1.0.69",
 7870]
 7871
 7872[[package]]
 7873name = "harfrust"
 7874version = "0.5.0"
 7875source = "registry+https://github.com/rust-lang/crates.io-index"
 7876checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
 7877dependencies = [
 7878 "bitflags 2.10.0",
 7879 "bytemuck",
 7880 "core_maths",
 7881 "read-fonts 0.37.0",
 7882 "smallvec",
 7883]
 7884
 7885[[package]]
 7886name = "hash32"
 7887version = "0.3.1"
 7888source = "registry+https://github.com/rust-lang/crates.io-index"
 7889checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
 7890dependencies = [
 7891 "byteorder",
 7892]
 7893
 7894[[package]]
 7895name = "hashbrown"
 7896version = "0.12.3"
 7897source = "registry+https://github.com/rust-lang/crates.io-index"
 7898checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 7899dependencies = [
 7900 "ahash 0.7.8",
 7901]
 7902
 7903[[package]]
 7904name = "hashbrown"
 7905version = "0.14.5"
 7906source = "registry+https://github.com/rust-lang/crates.io-index"
 7907checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 7908dependencies = [
 7909 "ahash 0.8.12",
 7910 "allocator-api2",
 7911]
 7912
 7913[[package]]
 7914name = "hashbrown"
 7915version = "0.15.5"
 7916source = "registry+https://github.com/rust-lang/crates.io-index"
 7917checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
 7918dependencies = [
 7919 "allocator-api2",
 7920 "equivalent",
 7921 "foldhash 0.1.5",
 7922 "serde",
 7923]
 7924
 7925[[package]]
 7926name = "hashbrown"
 7927version = "0.16.1"
 7928source = "registry+https://github.com/rust-lang/crates.io-index"
 7929checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
 7930dependencies = [
 7931 "allocator-api2",
 7932 "equivalent",
 7933 "foldhash 0.2.0",
 7934]
 7935
 7936[[package]]
 7937name = "hashlink"
 7938version = "0.8.4"
 7939source = "registry+https://github.com/rust-lang/crates.io-index"
 7940checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 7941dependencies = [
 7942 "hashbrown 0.14.5",
 7943]
 7944
 7945[[package]]
 7946name = "hashlink"
 7947version = "0.10.0"
 7948source = "registry+https://github.com/rust-lang/crates.io-index"
 7949checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 7950dependencies = [
 7951 "hashbrown 0.15.5",
 7952]
 7953
 7954[[package]]
 7955name = "headers"
 7956version = "0.3.9"
 7957source = "registry+https://github.com/rust-lang/crates.io-index"
 7958checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 7959dependencies = [
 7960 "base64 0.21.7",
 7961 "bytes 1.11.1",
 7962 "headers-core",
 7963 "http 0.2.12",
 7964 "httpdate",
 7965 "mime",
 7966 "sha1",
 7967]
 7968
 7969[[package]]
 7970name = "headers-core"
 7971version = "0.2.0"
 7972source = "registry+https://github.com/rust-lang/crates.io-index"
 7973checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 7974dependencies = [
 7975 "http 0.2.12",
 7976]
 7977
 7978[[package]]
 7979name = "heapless"
 7980version = "0.9.2"
 7981source = "registry+https://github.com/rust-lang/crates.io-index"
 7982checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
 7983dependencies = [
 7984 "hash32",
 7985 "stable_deref_trait",
 7986]
 7987
 7988[[package]]
 7989name = "heck"
 7990version = "0.3.3"
 7991source = "registry+https://github.com/rust-lang/crates.io-index"
 7992checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 7993dependencies = [
 7994 "unicode-segmentation",
 7995]
 7996
 7997[[package]]
 7998name = "heck"
 7999version = "0.4.1"
 8000source = "registry+https://github.com/rust-lang/crates.io-index"
 8001checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 8002dependencies = [
 8003 "unicode-segmentation",
 8004]
 8005
 8006[[package]]
 8007name = "heck"
 8008version = "0.5.0"
 8009source = "registry+https://github.com/rust-lang/crates.io-index"
 8010checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 8011
 8012[[package]]
 8013name = "heed"
 8014version = "0.21.0"
 8015source = "registry+https://github.com/rust-lang/crates.io-index"
 8016checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 8017dependencies = [
 8018 "bitflags 2.10.0",
 8019 "byteorder",
 8020 "heed-traits",
 8021 "heed-types",
 8022 "libc",
 8023 "lmdb-master-sys",
 8024 "once_cell",
 8025 "page_size",
 8026 "serde",
 8027 "synchronoise",
 8028 "url",
 8029]
 8030
 8031[[package]]
 8032name = "heed-traits"
 8033version = "0.20.0"
 8034source = "registry+https://github.com/rust-lang/crates.io-index"
 8035checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 8036
 8037[[package]]
 8038name = "heed-types"
 8039version = "0.21.0"
 8040source = "registry+https://github.com/rust-lang/crates.io-index"
 8041checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 8042dependencies = [
 8043 "bincode",
 8044 "byteorder",
 8045 "heed-traits",
 8046 "serde",
 8047 "serde_json",
 8048]
 8049
 8050[[package]]
 8051name = "hermit-abi"
 8052version = "0.5.2"
 8053source = "registry+https://github.com/rust-lang/crates.io-index"
 8054checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
 8055
 8056[[package]]
 8057name = "hex"
 8058version = "0.4.3"
 8059source = "registry+https://github.com/rust-lang/crates.io-index"
 8060checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 8061
 8062[[package]]
 8063name = "hexf-parse"
 8064version = "0.2.1"
 8065source = "registry+https://github.com/rust-lang/crates.io-index"
 8066checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 8067
 8068[[package]]
 8069name = "hkdf"
 8070version = "0.12.4"
 8071source = "registry+https://github.com/rust-lang/crates.io-index"
 8072checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 8073dependencies = [
 8074 "hmac",
 8075]
 8076
 8077[[package]]
 8078name = "hmac"
 8079version = "0.12.1"
 8080source = "registry+https://github.com/rust-lang/crates.io-index"
 8081checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 8082dependencies = [
 8083 "digest",
 8084]
 8085
 8086[[package]]
 8087name = "home"
 8088version = "0.5.11"
 8089source = "registry+https://github.com/rust-lang/crates.io-index"
 8090checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 8091dependencies = [
 8092 "windows-sys 0.59.0",
 8093]
 8094
 8095[[package]]
 8096name = "hound"
 8097version = "3.5.1"
 8098source = "registry+https://github.com/rust-lang/crates.io-index"
 8099checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 8100
 8101[[package]]
 8102name = "html5ever"
 8103version = "0.27.0"
 8104source = "registry+https://github.com/rust-lang/crates.io-index"
 8105checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 8106dependencies = [
 8107 "log",
 8108 "mac",
 8109 "markup5ever 0.12.1",
 8110 "proc-macro2",
 8111 "quote",
 8112 "syn 2.0.117",
 8113]
 8114
 8115[[package]]
 8116name = "html5ever"
 8117version = "0.35.0"
 8118source = "registry+https://github.com/rust-lang/crates.io-index"
 8119checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
 8120dependencies = [
 8121 "log",
 8122 "markup5ever 0.35.0",
 8123 "match_token",
 8124]
 8125
 8126[[package]]
 8127name = "html_to_markdown"
 8128version = "0.1.0"
 8129dependencies = [
 8130 "anyhow",
 8131 "html5ever 0.27.0",
 8132 "indoc",
 8133 "markup5ever_rcdom",
 8134 "pretty_assertions",
 8135 "regex",
 8136]
 8137
 8138[[package]]
 8139name = "http"
 8140version = "0.2.12"
 8141source = "registry+https://github.com/rust-lang/crates.io-index"
 8142checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 8143dependencies = [
 8144 "bytes 1.11.1",
 8145 "fnv",
 8146 "itoa",
 8147]
 8148
 8149[[package]]
 8150name = "http"
 8151version = "1.3.1"
 8152source = "registry+https://github.com/rust-lang/crates.io-index"
 8153checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 8154dependencies = [
 8155 "bytes 1.11.1",
 8156 "fnv",
 8157 "itoa",
 8158]
 8159
 8160[[package]]
 8161name = "http-body"
 8162version = "0.4.6"
 8163source = "registry+https://github.com/rust-lang/crates.io-index"
 8164checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 8165dependencies = [
 8166 "bytes 1.11.1",
 8167 "http 0.2.12",
 8168 "pin-project-lite",
 8169]
 8170
 8171[[package]]
 8172name = "http-body"
 8173version = "1.0.1"
 8174source = "registry+https://github.com/rust-lang/crates.io-index"
 8175checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 8176dependencies = [
 8177 "bytes 1.11.1",
 8178 "http 1.3.1",
 8179]
 8180
 8181[[package]]
 8182name = "http-body-util"
 8183version = "0.1.3"
 8184source = "registry+https://github.com/rust-lang/crates.io-index"
 8185checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 8186dependencies = [
 8187 "bytes 1.11.1",
 8188 "futures-core",
 8189 "http 1.3.1",
 8190 "http-body 1.0.1",
 8191 "pin-project-lite",
 8192]
 8193
 8194[[package]]
 8195name = "http-range-header"
 8196version = "0.3.1"
 8197source = "registry+https://github.com/rust-lang/crates.io-index"
 8198checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 8199
 8200[[package]]
 8201name = "http_client"
 8202version = "0.1.0"
 8203dependencies = [
 8204 "anyhow",
 8205 "async-compression",
 8206 "async-fs",
 8207 "async-tar",
 8208 "bytes 1.11.1",
 8209 "derive_more",
 8210 "futures 0.3.32",
 8211 "http 1.3.1",
 8212 "http-body 1.0.1",
 8213 "log",
 8214 "parking_lot",
 8215 "serde",
 8216 "serde_json",
 8217 "serde_urlencoded",
 8218 "sha2",
 8219 "tempfile",
 8220 "url",
 8221 "util",
 8222]
 8223
 8224[[package]]
 8225name = "http_client_tls"
 8226version = "0.1.0"
 8227dependencies = [
 8228 "rustls 0.23.33",
 8229 "rustls-platform-verifier",
 8230]
 8231
 8232[[package]]
 8233name = "httparse"
 8234version = "1.10.1"
 8235source = "registry+https://github.com/rust-lang/crates.io-index"
 8236checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 8237
 8238[[package]]
 8239name = "httpdate"
 8240version = "1.0.3"
 8241source = "registry+https://github.com/rust-lang/crates.io-index"
 8242checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 8243
 8244[[package]]
 8245name = "human_bytes"
 8246version = "0.4.3"
 8247source = "registry+https://github.com/rust-lang/crates.io-index"
 8248checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 8249
 8250[[package]]
 8251name = "humantime"
 8252version = "2.3.0"
 8253source = "registry+https://github.com/rust-lang/crates.io-index"
 8254checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
 8255
 8256[[package]]
 8257name = "hyper"
 8258version = "0.14.32"
 8259source = "registry+https://github.com/rust-lang/crates.io-index"
 8260checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 8261dependencies = [
 8262 "bytes 1.11.1",
 8263 "futures-channel",
 8264 "futures-core",
 8265 "futures-util",
 8266 "h2 0.3.27",
 8267 "http 0.2.12",
 8268 "http-body 0.4.6",
 8269 "httparse",
 8270 "httpdate",
 8271 "itoa",
 8272 "pin-project-lite",
 8273 "socket2 0.5.10",
 8274 "tokio",
 8275 "tower-service",
 8276 "tracing",
 8277 "want",
 8278]
 8279
 8280[[package]]
 8281name = "hyper"
 8282version = "1.7.0"
 8283source = "registry+https://github.com/rust-lang/crates.io-index"
 8284checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
 8285dependencies = [
 8286 "atomic-waker",
 8287 "bytes 1.11.1",
 8288 "futures-channel",
 8289 "futures-core",
 8290 "h2 0.4.12",
 8291 "http 1.3.1",
 8292 "http-body 1.0.1",
 8293 "httparse",
 8294 "itoa",
 8295 "pin-project-lite",
 8296 "pin-utils",
 8297 "smallvec",
 8298 "tokio",
 8299 "want",
 8300]
 8301
 8302[[package]]
 8303name = "hyper-rustls"
 8304version = "0.24.2"
 8305source = "registry+https://github.com/rust-lang/crates.io-index"
 8306checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 8307dependencies = [
 8308 "futures-util",
 8309 "http 0.2.12",
 8310 "hyper 0.14.32",
 8311 "log",
 8312 "rustls 0.21.12",
 8313 "rustls-native-certs 0.6.3",
 8314 "tokio",
 8315 "tokio-rustls 0.24.1",
 8316]
 8317
 8318[[package]]
 8319name = "hyper-rustls"
 8320version = "0.27.7"
 8321source = "registry+https://github.com/rust-lang/crates.io-index"
 8322checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
 8323dependencies = [
 8324 "http 1.3.1",
 8325 "hyper 1.7.0",
 8326 "hyper-util",
 8327 "rustls 0.23.33",
 8328 "rustls-native-certs 0.8.2",
 8329 "rustls-pki-types",
 8330 "tokio",
 8331 "tokio-rustls 0.26.2",
 8332 "tower-service",
 8333]
 8334
 8335[[package]]
 8336name = "hyper-tls"
 8337version = "0.5.0"
 8338source = "registry+https://github.com/rust-lang/crates.io-index"
 8339checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 8340dependencies = [
 8341 "bytes 1.11.1",
 8342 "hyper 0.14.32",
 8343 "native-tls",
 8344 "tokio",
 8345 "tokio-native-tls",
 8346]
 8347
 8348[[package]]
 8349name = "hyper-util"
 8350version = "0.1.17"
 8351source = "registry+https://github.com/rust-lang/crates.io-index"
 8352checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
 8353dependencies = [
 8354 "base64 0.22.1",
 8355 "bytes 1.11.1",
 8356 "futures-channel",
 8357 "futures-core",
 8358 "futures-util",
 8359 "http 1.3.1",
 8360 "http-body 1.0.1",
 8361 "hyper 1.7.0",
 8362 "ipnet",
 8363 "libc",
 8364 "percent-encoding",
 8365 "pin-project-lite",
 8366 "socket2 0.6.1",
 8367 "tokio",
 8368 "tower-service",
 8369 "tracing",
 8370]
 8371
 8372[[package]]
 8373name = "iana-time-zone"
 8374version = "0.1.64"
 8375source = "registry+https://github.com/rust-lang/crates.io-index"
 8376checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
 8377dependencies = [
 8378 "android_system_properties",
 8379 "core-foundation-sys",
 8380 "iana-time-zone-haiku",
 8381 "js-sys",
 8382 "log",
 8383 "wasm-bindgen",
 8384 "windows-core 0.62.2",
 8385]
 8386
 8387[[package]]
 8388name = "iana-time-zone-haiku"
 8389version = "0.1.2"
 8390source = "registry+https://github.com/rust-lang/crates.io-index"
 8391checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 8392dependencies = [
 8393 "cc",
 8394]
 8395
 8396[[package]]
 8397name = "icons"
 8398version = "0.1.0"
 8399dependencies = [
 8400 "serde",
 8401 "strum 0.27.2",
 8402]
 8403
 8404[[package]]
 8405name = "icu_collections"
 8406version = "2.0.0"
 8407source = "registry+https://github.com/rust-lang/crates.io-index"
 8408checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
 8409dependencies = [
 8410 "displaydoc",
 8411 "potential_utf",
 8412 "yoke 0.8.0",
 8413 "zerofrom",
 8414 "zerovec",
 8415]
 8416
 8417[[package]]
 8418name = "icu_locale_core"
 8419version = "2.0.0"
 8420source = "registry+https://github.com/rust-lang/crates.io-index"
 8421checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
 8422dependencies = [
 8423 "displaydoc",
 8424 "litemap",
 8425 "tinystr",
 8426 "writeable",
 8427 "zerovec",
 8428]
 8429
 8430[[package]]
 8431name = "icu_normalizer"
 8432version = "2.0.0"
 8433source = "registry+https://github.com/rust-lang/crates.io-index"
 8434checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
 8435dependencies = [
 8436 "displaydoc",
 8437 "icu_collections",
 8438 "icu_normalizer_data",
 8439 "icu_properties",
 8440 "icu_provider",
 8441 "smallvec",
 8442 "zerovec",
 8443]
 8444
 8445[[package]]
 8446name = "icu_normalizer_data"
 8447version = "2.0.0"
 8448source = "registry+https://github.com/rust-lang/crates.io-index"
 8449checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
 8450
 8451[[package]]
 8452name = "icu_properties"
 8453version = "2.0.1"
 8454source = "registry+https://github.com/rust-lang/crates.io-index"
 8455checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
 8456dependencies = [
 8457 "displaydoc",
 8458 "icu_collections",
 8459 "icu_locale_core",
 8460 "icu_properties_data",
 8461 "icu_provider",
 8462 "potential_utf",
 8463 "zerotrie",
 8464 "zerovec",
 8465]
 8466
 8467[[package]]
 8468name = "icu_properties_data"
 8469version = "2.0.1"
 8470source = "registry+https://github.com/rust-lang/crates.io-index"
 8471checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
 8472
 8473[[package]]
 8474name = "icu_provider"
 8475version = "2.0.0"
 8476source = "registry+https://github.com/rust-lang/crates.io-index"
 8477checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
 8478dependencies = [
 8479 "displaydoc",
 8480 "icu_locale_core",
 8481 "stable_deref_trait",
 8482 "tinystr",
 8483 "writeable",
 8484 "yoke 0.8.0",
 8485 "zerofrom",
 8486 "zerotrie",
 8487 "zerovec",
 8488]
 8489
 8490[[package]]
 8491name = "id-arena"
 8492version = "2.2.1"
 8493source = "registry+https://github.com/rust-lang/crates.io-index"
 8494checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 8495
 8496[[package]]
 8497name = "ident_case"
 8498version = "1.0.1"
 8499source = "registry+https://github.com/rust-lang/crates.io-index"
 8500checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 8501
 8502[[package]]
 8503name = "idna"
 8504version = "1.1.0"
 8505source = "registry+https://github.com/rust-lang/crates.io-index"
 8506checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
 8507dependencies = [
 8508 "idna_adapter",
 8509 "smallvec",
 8510 "utf8_iter",
 8511]
 8512
 8513[[package]]
 8514name = "idna_adapter"
 8515version = "1.2.1"
 8516source = "registry+https://github.com/rust-lang/crates.io-index"
 8517checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
 8518dependencies = [
 8519 "icu_normalizer",
 8520 "icu_properties",
 8521]
 8522
 8523[[package]]
 8524name = "ignore"
 8525version = "0.4.24"
 8526source = "registry+https://github.com/rust-lang/crates.io-index"
 8527checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
 8528dependencies = [
 8529 "crossbeam-deque",
 8530 "globset",
 8531 "log",
 8532 "memchr",
 8533 "regex-automata",
 8534 "same-file",
 8535 "walkdir",
 8536 "winapi-util",
 8537]
 8538
 8539[[package]]
 8540name = "image"
 8541version = "0.25.8"
 8542source = "registry+https://github.com/rust-lang/crates.io-index"
 8543checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
 8544dependencies = [
 8545 "bytemuck",
 8546 "byteorder-lite",
 8547 "color_quant",
 8548 "exr",
 8549 "gif",
 8550 "image-webp",
 8551 "moxcms",
 8552 "num-traits",
 8553 "png 0.18.0",
 8554 "qoi",
 8555 "ravif",
 8556 "rayon",
 8557 "rgb",
 8558 "tiff",
 8559 "zune-core",
 8560 "zune-jpeg",
 8561]
 8562
 8563[[package]]
 8564name = "image-webp"
 8565version = "0.2.4"
 8566source = "registry+https://github.com/rust-lang/crates.io-index"
 8567checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
 8568dependencies = [
 8569 "byteorder-lite",
 8570 "quick-error 2.0.1",
 8571]
 8572
 8573[[package]]
 8574name = "image_viewer"
 8575version = "0.1.0"
 8576dependencies = [
 8577 "anyhow",
 8578 "db",
 8579 "editor",
 8580 "file_icons",
 8581 "gpui",
 8582 "language",
 8583 "log",
 8584 "project",
 8585 "serde",
 8586 "settings",
 8587 "theme_settings",
 8588 "ui",
 8589 "util",
 8590 "workspace",
 8591]
 8592
 8593[[package]]
 8594name = "imagesize"
 8595version = "0.13.0"
 8596source = "registry+https://github.com/rust-lang/crates.io-index"
 8597checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 8598
 8599[[package]]
 8600name = "imara-diff"
 8601version = "0.1.8"
 8602source = "registry+https://github.com/rust-lang/crates.io-index"
 8603checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 8604dependencies = [
 8605 "hashbrown 0.15.5",
 8606]
 8607
 8608[[package]]
 8609name = "imgref"
 8610version = "1.12.0"
 8611source = "registry+https://github.com/rust-lang/crates.io-index"
 8612checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
 8613
 8614[[package]]
 8615name = "indenter"
 8616version = "0.3.4"
 8617source = "registry+https://github.com/rust-lang/crates.io-index"
 8618checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
 8619
 8620[[package]]
 8621name = "indexmap"
 8622version = "2.11.4"
 8623source = "registry+https://github.com/rust-lang/crates.io-index"
 8624checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
 8625dependencies = [
 8626 "equivalent",
 8627 "hashbrown 0.16.1",
 8628 "serde",
 8629 "serde_core",
 8630]
 8631
 8632[[package]]
 8633name = "indoc"
 8634version = "2.0.6"
 8635source = "registry+https://github.com/rust-lang/crates.io-index"
 8636checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8637
 8638[[package]]
 8639name = "inherent"
 8640version = "1.0.13"
 8641source = "registry+https://github.com/rust-lang/crates.io-index"
 8642checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
 8643dependencies = [
 8644 "proc-macro2",
 8645 "quote",
 8646 "syn 2.0.117",
 8647]
 8648
 8649[[package]]
 8650name = "inotify"
 8651version = "0.9.6"
 8652source = "registry+https://github.com/rust-lang/crates.io-index"
 8653checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 8654dependencies = [
 8655 "bitflags 1.3.2",
 8656 "inotify-sys",
 8657 "libc",
 8658]
 8659
 8660[[package]]
 8661name = "inotify"
 8662version = "0.11.0"
 8663source = "registry+https://github.com/rust-lang/crates.io-index"
 8664checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8665dependencies = [
 8666 "bitflags 2.10.0",
 8667 "inotify-sys",
 8668 "libc",
 8669]
 8670
 8671[[package]]
 8672name = "inotify-sys"
 8673version = "0.1.5"
 8674source = "registry+https://github.com/rust-lang/crates.io-index"
 8675checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8676dependencies = [
 8677 "libc",
 8678]
 8679
 8680[[package]]
 8681name = "inout"
 8682version = "0.1.4"
 8683source = "registry+https://github.com/rust-lang/crates.io-index"
 8684checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8685dependencies = [
 8686 "block-padding",
 8687 "generic-array",
 8688]
 8689
 8690[[package]]
 8691name = "inspector_ui"
 8692version = "0.1.0"
 8693dependencies = [
 8694 "anyhow",
 8695 "command_palette_hooks",
 8696 "editor",
 8697 "fuzzy",
 8698 "gpui",
 8699 "language",
 8700 "project",
 8701 "serde_json",
 8702 "serde_json_lenient",
 8703 "theme_settings",
 8704 "ui",
 8705 "util",
 8706 "util_macros",
 8707 "workspace",
 8708 "zed_actions",
 8709]
 8710
 8711[[package]]
 8712name = "install_cli"
 8713version = "0.1.0"
 8714dependencies = [
 8715 "anyhow",
 8716 "client",
 8717 "gpui",
 8718 "release_channel",
 8719 "smol",
 8720 "util",
 8721 "workspace",
 8722]
 8723
 8724[[package]]
 8725name = "instant"
 8726version = "0.1.13"
 8727source = "registry+https://github.com/rust-lang/crates.io-index"
 8728checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8729dependencies = [
 8730 "cfg-if",
 8731]
 8732
 8733[[package]]
 8734name = "interpolate_name"
 8735version = "0.2.4"
 8736source = "registry+https://github.com/rust-lang/crates.io-index"
 8737checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8738dependencies = [
 8739 "proc-macro2",
 8740 "quote",
 8741 "syn 2.0.117",
 8742]
 8743
 8744[[package]]
 8745name = "inventory"
 8746version = "0.3.21"
 8747source = "registry+https://github.com/rust-lang/crates.io-index"
 8748checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
 8749dependencies = [
 8750 "rustversion",
 8751]
 8752
 8753[[package]]
 8754name = "io-extras"
 8755version = "0.18.4"
 8756source = "registry+https://github.com/rust-lang/crates.io-index"
 8757checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8758dependencies = [
 8759 "io-lifetimes",
 8760 "windows-sys 0.59.0",
 8761]
 8762
 8763[[package]]
 8764name = "io-lifetimes"
 8765version = "2.0.4"
 8766source = "registry+https://github.com/rust-lang/crates.io-index"
 8767checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8768
 8769[[package]]
 8770name = "io-surface"
 8771version = "0.16.1"
 8772source = "registry+https://github.com/rust-lang/crates.io-index"
 8773checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
 8774dependencies = [
 8775 "cgl",
 8776 "core-foundation 0.10.0",
 8777 "core-foundation-sys",
 8778 "leaky-cow",
 8779]
 8780
 8781[[package]]
 8782name = "iovec"
 8783version = "0.1.4"
 8784source = "registry+https://github.com/rust-lang/crates.io-index"
 8785checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8786dependencies = [
 8787 "libc",
 8788]
 8789
 8790[[package]]
 8791name = "ipc-channel"
 8792version = "0.19.0"
 8793source = "registry+https://github.com/rust-lang/crates.io-index"
 8794checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8795dependencies = [
 8796 "bincode",
 8797 "crossbeam-channel",
 8798 "fnv",
 8799 "lazy_static",
 8800 "libc",
 8801 "mio 1.1.0",
 8802 "rand 0.8.5",
 8803 "serde",
 8804 "tempfile",
 8805 "uuid",
 8806 "windows 0.58.0",
 8807]
 8808
 8809[[package]]
 8810name = "ipnet"
 8811version = "2.11.0"
 8812source = "registry+https://github.com/rust-lang/crates.io-index"
 8813checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8814
 8815[[package]]
 8816name = "iri-string"
 8817version = "0.7.8"
 8818source = "registry+https://github.com/rust-lang/crates.io-index"
 8819checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
 8820dependencies = [
 8821 "memchr",
 8822 "serde",
 8823]
 8824
 8825[[package]]
 8826name = "is-docker"
 8827version = "0.2.0"
 8828source = "registry+https://github.com/rust-lang/crates.io-index"
 8829checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8830dependencies = [
 8831 "once_cell",
 8832]
 8833
 8834[[package]]
 8835name = "is-terminal"
 8836version = "0.4.16"
 8837source = "registry+https://github.com/rust-lang/crates.io-index"
 8838checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8839dependencies = [
 8840 "hermit-abi",
 8841 "libc",
 8842 "windows-sys 0.59.0",
 8843]
 8844
 8845[[package]]
 8846name = "is-wsl"
 8847version = "0.4.0"
 8848source = "registry+https://github.com/rust-lang/crates.io-index"
 8849checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8850dependencies = [
 8851 "is-docker",
 8852 "once_cell",
 8853]
 8854
 8855[[package]]
 8856name = "is_executable"
 8857version = "1.0.5"
 8858source = "registry+https://github.com/rust-lang/crates.io-index"
 8859checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
 8860dependencies = [
 8861 "windows-sys 0.60.2",
 8862]
 8863
 8864[[package]]
 8865name = "is_terminal_polyfill"
 8866version = "1.70.1"
 8867source = "registry+https://github.com/rust-lang/crates.io-index"
 8868checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8869
 8870[[package]]
 8871name = "itertools"
 8872version = "0.10.5"
 8873source = "registry+https://github.com/rust-lang/crates.io-index"
 8874checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 8875dependencies = [
 8876 "either",
 8877]
 8878
 8879[[package]]
 8880name = "itertools"
 8881version = "0.11.0"
 8882source = "registry+https://github.com/rust-lang/crates.io-index"
 8883checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 8884dependencies = [
 8885 "either",
 8886]
 8887
 8888[[package]]
 8889name = "itertools"
 8890version = "0.12.1"
 8891source = "registry+https://github.com/rust-lang/crates.io-index"
 8892checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 8893dependencies = [
 8894 "either",
 8895]
 8896
 8897[[package]]
 8898name = "itertools"
 8899version = "0.14.0"
 8900source = "registry+https://github.com/rust-lang/crates.io-index"
 8901checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 8902dependencies = [
 8903 "either",
 8904]
 8905
 8906[[package]]
 8907name = "itoa"
 8908version = "1.0.15"
 8909source = "registry+https://github.com/rust-lang/crates.io-index"
 8910checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 8911
 8912[[package]]
 8913name = "jiff"
 8914version = "0.2.15"
 8915source = "registry+https://github.com/rust-lang/crates.io-index"
 8916checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
 8917dependencies = [
 8918 "jiff-static",
 8919 "log",
 8920 "portable-atomic",
 8921 "portable-atomic-util",
 8922 "serde",
 8923]
 8924
 8925[[package]]
 8926name = "jiff-static"
 8927version = "0.2.15"
 8928source = "registry+https://github.com/rust-lang/crates.io-index"
 8929checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
 8930dependencies = [
 8931 "proc-macro2",
 8932 "quote",
 8933 "syn 2.0.117",
 8934]
 8935
 8936[[package]]
 8937name = "jni"
 8938version = "0.21.1"
 8939source = "registry+https://github.com/rust-lang/crates.io-index"
 8940checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 8941dependencies = [
 8942 "cesu8",
 8943 "cfg-if",
 8944 "combine",
 8945 "jni-sys",
 8946 "log",
 8947 "thiserror 1.0.69",
 8948 "walkdir",
 8949 "windows-sys 0.45.0",
 8950]
 8951
 8952[[package]]
 8953name = "jni-sys"
 8954version = "0.3.0"
 8955source = "registry+https://github.com/rust-lang/crates.io-index"
 8956checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 8957
 8958[[package]]
 8959name = "jobserver"
 8960version = "0.1.34"
 8961source = "registry+https://github.com/rust-lang/crates.io-index"
 8962checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 8963dependencies = [
 8964 "getrandom 0.3.4",
 8965 "libc",
 8966]
 8967
 8968[[package]]
 8969name = "journal"
 8970version = "0.1.0"
 8971dependencies = [
 8972 "anyhow",
 8973 "chrono",
 8974 "editor",
 8975 "gpui",
 8976 "log",
 8977 "serde",
 8978 "settings",
 8979 "shellexpand 2.1.2",
 8980 "workspace",
 8981]
 8982
 8983[[package]]
 8984name = "js-sys"
 8985version = "0.3.90"
 8986source = "registry+https://github.com/rust-lang/crates.io-index"
 8987checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
 8988dependencies = [
 8989 "once_cell",
 8990 "wasm-bindgen",
 8991]
 8992
 8993[[package]]
 8994name = "json5"
 8995version = "0.4.1"
 8996source = "registry+https://github.com/rust-lang/crates.io-index"
 8997checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
 8998dependencies = [
 8999 "pest",
 9000 "pest_derive",
 9001 "serde",
 9002]
 9003
 9004[[package]]
 9005name = "json_dotpath"
 9006version = "1.1.0"
 9007source = "registry+https://github.com/rust-lang/crates.io-index"
 9008checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 9009dependencies = [
 9010 "serde",
 9011 "serde_derive",
 9012 "serde_json",
 9013 "thiserror 1.0.69",
 9014]
 9015
 9016[[package]]
 9017name = "json_schema_store"
 9018version = "0.1.0"
 9019dependencies = [
 9020 "anyhow",
 9021 "collections",
 9022 "dap",
 9023 "extension",
 9024 "gpui",
 9025 "language",
 9026 "parking_lot",
 9027 "paths",
 9028 "project",
 9029 "schemars",
 9030 "serde",
 9031 "serde_json",
 9032 "settings",
 9033 "snippet_provider",
 9034 "task",
 9035 "theme",
 9036 "util",
 9037]
 9038
 9039[[package]]
 9040name = "jsonschema"
 9041version = "0.37.4"
 9042source = "registry+https://github.com/rust-lang/crates.io-index"
 9043checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
 9044dependencies = [
 9045 "ahash 0.8.12",
 9046 "bytecount",
 9047 "data-encoding",
 9048 "email_address",
 9049 "fancy-regex 0.16.2",
 9050 "fraction",
 9051 "getrandom 0.3.4",
 9052 "idna",
 9053 "itoa",
 9054 "num-cmp",
 9055 "num-traits",
 9056 "percent-encoding",
 9057 "referencing",
 9058 "regex",
 9059 "regex-syntax",
 9060 "reqwest 0.12.24",
 9061 "serde",
 9062 "serde_json",
 9063 "unicode-general-category",
 9064 "uuid-simd",
 9065]
 9066
 9067[[package]]
 9068name = "jsonwebtoken"
 9069version = "10.3.0"
 9070source = "registry+https://github.com/rust-lang/crates.io-index"
 9071checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
 9072dependencies = [
 9073 "aws-lc-rs",
 9074 "base64 0.22.1",
 9075 "getrandom 0.2.16",
 9076 "js-sys",
 9077 "pem",
 9078 "serde",
 9079 "serde_json",
 9080 "signature 2.2.0",
 9081 "simple_asn1",
 9082]
 9083
 9084[[package]]
 9085name = "jupyter-protocol"
 9086version = "1.4.0"
 9087source = "registry+https://github.com/rust-lang/crates.io-index"
 9088checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
 9089dependencies = [
 9090 "async-trait",
 9091 "bytes 1.11.1",
 9092 "chrono",
 9093 "futures 0.3.32",
 9094 "serde",
 9095 "serde_json",
 9096 "thiserror 2.0.17",
 9097 "uuid",
 9098]
 9099
 9100[[package]]
 9101name = "jupyter-websocket-client"
 9102version = "1.0.0"
 9103source = "registry+https://github.com/rust-lang/crates.io-index"
 9104checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
 9105dependencies = [
 9106 "anyhow",
 9107 "async-trait",
 9108 "async-tungstenite",
 9109 "futures 0.3.32",
 9110 "jupyter-protocol",
 9111 "serde",
 9112 "serde_json",
 9113 "tokio",
 9114 "url",
 9115 "uuid",
 9116]
 9117
 9118[[package]]
 9119name = "keymap_editor"
 9120version = "0.1.0"
 9121dependencies = [
 9122 "anyhow",
 9123 "collections",
 9124 "command_palette",
 9125 "component",
 9126 "db",
 9127 "editor",
 9128 "fs",
 9129 "fuzzy",
 9130 "gpui",
 9131 "itertools 0.14.0",
 9132 "json_schema_store",
 9133 "language",
 9134 "log",
 9135 "menu",
 9136 "notifications",
 9137 "paths",
 9138 "project",
 9139 "search",
 9140 "serde",
 9141 "serde_json",
 9142 "settings",
 9143 "telemetry",
 9144 "tempfile",
 9145 "theme",
 9146 "theme_settings",
 9147 "tree-sitter-json",
 9148 "tree-sitter-rust",
 9149 "ui",
 9150 "ui_input",
 9151 "util",
 9152 "workspace",
 9153 "zed_actions",
 9154]
 9155
 9156[[package]]
 9157name = "khronos-egl"
 9158version = "6.0.0"
 9159source = "registry+https://github.com/rust-lang/crates.io-index"
 9160checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 9161dependencies = [
 9162 "libc",
 9163 "libloading",
 9164 "pkg-config",
 9165]
 9166
 9167[[package]]
 9168name = "khronos_api"
 9169version = "3.1.0"
 9170source = "registry+https://github.com/rust-lang/crates.io-index"
 9171checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
 9172
 9173[[package]]
 9174name = "kqueue"
 9175version = "1.1.1"
 9176source = "registry+https://github.com/rust-lang/crates.io-index"
 9177checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
 9178dependencies = [
 9179 "kqueue-sys",
 9180 "libc",
 9181]
 9182
 9183[[package]]
 9184name = "kqueue-sys"
 9185version = "1.0.4"
 9186source = "registry+https://github.com/rust-lang/crates.io-index"
 9187checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 9188dependencies = [
 9189 "bitflags 1.3.2",
 9190 "libc",
 9191]
 9192
 9193[[package]]
 9194name = "kurbo"
 9195version = "0.11.3"
 9196source = "registry+https://github.com/rust-lang/crates.io-index"
 9197checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
 9198dependencies = [
 9199 "arrayvec",
 9200 "euclid",
 9201 "smallvec",
 9202]
 9203
 9204[[package]]
 9205name = "kv-log-macro"
 9206version = "1.0.7"
 9207source = "registry+https://github.com/rust-lang/crates.io-index"
 9208checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 9209dependencies = [
 9210 "log",
 9211]
 9212
 9213[[package]]
 9214name = "language"
 9215version = "0.1.0"
 9216dependencies = [
 9217 "anyhow",
 9218 "async-trait",
 9219 "clock",
 9220 "collections",
 9221 "criterion",
 9222 "ctor",
 9223 "diffy",
 9224 "ec4rs",
 9225 "encoding_rs",
 9226 "fs",
 9227 "futures 0.3.32",
 9228 "fuzzy",
 9229 "globset",
 9230 "gpui",
 9231 "http_client",
 9232 "imara-diff",
 9233 "indoc",
 9234 "itertools 0.14.0",
 9235 "language_core",
 9236 "log",
 9237 "lsp",
 9238 "parking_lot",
 9239 "postage",
 9240 "pretty_assertions",
 9241 "rand 0.9.2",
 9242 "regex",
 9243 "rpc",
 9244 "semver",
 9245 "serde",
 9246 "serde_json",
 9247 "settings",
 9248 "shellexpand 2.1.2",
 9249 "smallvec",
 9250 "smol",
 9251 "streaming-iterator",
 9252 "strsim",
 9253 "sum_tree",
 9254 "task",
 9255 "text",
 9256 "theme",
 9257 "theme_settings",
 9258 "toml 0.8.23",
 9259 "tracing",
 9260 "tree-sitter",
 9261 "tree-sitter-elixir",
 9262 "tree-sitter-embedded-template",
 9263 "tree-sitter-heex",
 9264 "tree-sitter-html",
 9265 "tree-sitter-json",
 9266 "tree-sitter-md",
 9267 "tree-sitter-python",
 9268 "tree-sitter-ruby",
 9269 "tree-sitter-rust",
 9270 "tree-sitter-typescript",
 9271 "unicase",
 9272 "unindent",
 9273 "util",
 9274 "watch",
 9275 "zlog",
 9276 "ztracing",
 9277]
 9278
 9279[[package]]
 9280name = "language_core"
 9281version = "0.1.0"
 9282dependencies = [
 9283 "anyhow",
 9284 "collections",
 9285 "gpui",
 9286 "log",
 9287 "lsp",
 9288 "parking_lot",
 9289 "regex",
 9290 "schemars",
 9291 "serde",
 9292 "serde_json",
 9293 "toml 0.8.23",
 9294 "tree-sitter",
 9295 "util",
 9296]
 9297
 9298[[package]]
 9299name = "language_extension"
 9300version = "0.1.0"
 9301dependencies = [
 9302 "anyhow",
 9303 "async-trait",
 9304 "collections",
 9305 "extension",
 9306 "fs",
 9307 "futures 0.3.32",
 9308 "gpui",
 9309 "language",
 9310 "log",
 9311 "lsp",
 9312 "project",
 9313 "serde",
 9314 "serde_json",
 9315 "tracing",
 9316 "util",
 9317 "ztracing",
 9318]
 9319
 9320[[package]]
 9321name = "language_model"
 9322version = "0.1.0"
 9323dependencies = [
 9324 "anthropic",
 9325 "anyhow",
 9326 "base64 0.22.1",
 9327 "cloud_api_client",
 9328 "cloud_api_types",
 9329 "cloud_llm_client",
 9330 "collections",
 9331 "credentials_provider",
 9332 "env_var",
 9333 "futures 0.3.32",
 9334 "gpui",
 9335 "http_client",
 9336 "icons",
 9337 "image",
 9338 "log",
 9339 "open_ai",
 9340 "open_router",
 9341 "parking_lot",
 9342 "schemars",
 9343 "serde",
 9344 "serde_json",
 9345 "smol",
 9346 "thiserror 2.0.17",
 9347 "util",
 9348]
 9349
 9350[[package]]
 9351name = "language_models"
 9352version = "0.1.0"
 9353dependencies = [
 9354 "ai_onboarding",
 9355 "anthropic",
 9356 "anyhow",
 9357 "aws-config",
 9358 "aws-credential-types",
 9359 "aws_http_client",
 9360 "base64 0.22.1",
 9361 "bedrock",
 9362 "client",
 9363 "cloud_api_types",
 9364 "cloud_llm_client",
 9365 "collections",
 9366 "component",
 9367 "convert_case 0.8.0",
 9368 "copilot",
 9369 "copilot_chat",
 9370 "copilot_ui",
 9371 "credentials_provider",
 9372 "deepseek",
 9373 "extension",
 9374 "extension_host",
 9375 "fs",
 9376 "futures 0.3.32",
 9377 "google_ai",
 9378 "gpui",
 9379 "gpui_tokio",
 9380 "http_client",
 9381 "language",
 9382 "language_model",
 9383 "lmstudio",
 9384 "log",
 9385 "menu",
 9386 "mistral",
 9387 "ollama",
 9388 "open_ai",
 9389 "open_router",
 9390 "opencode",
 9391 "partial-json-fixer",
 9392 "pretty_assertions",
 9393 "rand 0.9.2",
 9394 "release_channel",
 9395 "schemars",
 9396 "semver",
 9397 "serde",
 9398 "serde_json",
 9399 "settings",
 9400 "sha2",
 9401 "smol",
 9402 "strum 0.27.2",
 9403 "thiserror 2.0.17",
 9404 "tiktoken-rs",
 9405 "tokio",
 9406 "ui",
 9407 "ui_input",
 9408 "url",
 9409 "util",
 9410 "vercel",
 9411 "x_ai",
 9412]
 9413
 9414[[package]]
 9415name = "language_onboarding"
 9416version = "0.1.0"
 9417dependencies = [
 9418 "db",
 9419 "editor",
 9420 "gpui",
 9421 "project",
 9422 "ui",
 9423 "workspace",
 9424]
 9425
 9426[[package]]
 9427name = "language_selector"
 9428version = "0.1.0"
 9429dependencies = [
 9430 "anyhow",
 9431 "editor",
 9432 "file_icons",
 9433 "fuzzy",
 9434 "gpui",
 9435 "language",
 9436 "open_path_prompt",
 9437 "picker",
 9438 "project",
 9439 "serde_json",
 9440 "settings",
 9441 "ui",
 9442 "util",
 9443 "workspace",
 9444]
 9445
 9446[[package]]
 9447name = "language_tools"
 9448version = "0.1.0"
 9449dependencies = [
 9450 "anyhow",
 9451 "client",
 9452 "collections",
 9453 "command_palette_hooks",
 9454 "edit_prediction",
 9455 "editor",
 9456 "futures 0.3.32",
 9457 "gpui",
 9458 "itertools 0.14.0",
 9459 "language",
 9460 "lsp",
 9461 "menu",
 9462 "project",
 9463 "proto",
 9464 "release_channel",
 9465 "semver",
 9466 "serde_json",
 9467 "settings",
 9468 "sysinfo 0.37.2",
 9469 "telemetry",
 9470 "theme",
 9471 "theme_settings",
 9472 "tree-sitter",
 9473 "ui",
 9474 "util",
 9475 "workspace",
 9476 "zed_actions",
 9477 "zlog",
 9478]
 9479
 9480[[package]]
 9481name = "languages"
 9482version = "0.1.0"
 9483dependencies = [
 9484 "anyhow",
 9485 "async-compression",
 9486 "async-fs",
 9487 "async-tar",
 9488 "async-trait",
 9489 "chrono",
 9490 "collections",
 9491 "fs",
 9492 "futures 0.3.32",
 9493 "globset",
 9494 "gpui",
 9495 "grammars",
 9496 "http_client",
 9497 "itertools 0.14.0",
 9498 "json_schema_store",
 9499 "language",
 9500 "log",
 9501 "lsp",
 9502 "node_runtime",
 9503 "parking_lot",
 9504 "pet",
 9505 "pet-conda",
 9506 "pet-core",
 9507 "pet-fs",
 9508 "pet-poetry",
 9509 "pet-reporter",
 9510 "pet-virtualenv",
 9511 "pretty_assertions",
 9512 "project",
 9513 "regex",
 9514 "rope",
 9515 "semver",
 9516 "serde",
 9517 "serde_json",
 9518 "serde_json_lenient",
 9519 "settings",
 9520 "smallvec",
 9521 "smol",
 9522 "snippet",
 9523 "task",
 9524 "terminal",
 9525 "theme",
 9526 "tree-sitter",
 9527 "tree-sitter-bash",
 9528 "tree-sitter-c",
 9529 "tree-sitter-cpp",
 9530 "tree-sitter-css",
 9531 "tree-sitter-gitcommit",
 9532 "tree-sitter-go",
 9533 "tree-sitter-python",
 9534 "tree-sitter-rust",
 9535 "tree-sitter-typescript",
 9536 "unindent",
 9537 "url",
 9538 "util",
 9539]
 9540
 9541[[package]]
 9542name = "lazy_static"
 9543version = "1.5.0"
 9544source = "registry+https://github.com/rust-lang/crates.io-index"
 9545checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 9546dependencies = [
 9547 "spin 0.9.8",
 9548]
 9549
 9550[[package]]
 9551name = "leak"
 9552version = "0.1.2"
 9553source = "registry+https://github.com/rust-lang/crates.io-index"
 9554checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 9555
 9556[[package]]
 9557name = "leaky-cow"
 9558version = "0.1.1"
 9559source = "registry+https://github.com/rust-lang/crates.io-index"
 9560checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 9561dependencies = [
 9562 "leak",
 9563]
 9564
 9565[[package]]
 9566name = "leb128"
 9567version = "0.2.5"
 9568source = "registry+https://github.com/rust-lang/crates.io-index"
 9569checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 9570
 9571[[package]]
 9572name = "leb128fmt"
 9573version = "0.1.0"
 9574source = "registry+https://github.com/rust-lang/crates.io-index"
 9575checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 9576
 9577[[package]]
 9578name = "lebe"
 9579version = "0.5.3"
 9580source = "registry+https://github.com/rust-lang/crates.io-index"
 9581checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
 9582
 9583[[package]]
 9584name = "libbz2-rs-sys"
 9585version = "0.2.2"
 9586source = "registry+https://github.com/rust-lang/crates.io-index"
 9587checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
 9588
 9589[[package]]
 9590name = "libc"
 9591version = "0.2.182"
 9592source = "registry+https://github.com/rust-lang/crates.io-index"
 9593checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
 9594
 9595[[package]]
 9596name = "libdbus-sys"
 9597version = "0.2.6"
 9598source = "registry+https://github.com/rust-lang/crates.io-index"
 9599checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
 9600dependencies = [
 9601 "cc",
 9602 "pkg-config",
 9603]
 9604
 9605[[package]]
 9606name = "libfuzzer-sys"
 9607version = "0.4.10"
 9608source = "registry+https://github.com/rust-lang/crates.io-index"
 9609checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
 9610dependencies = [
 9611 "arbitrary",
 9612 "cc",
 9613]
 9614
 9615[[package]]
 9616name = "libgit2-sys"
 9617version = "0.18.3+1.9.2"
 9618source = "registry+https://github.com/rust-lang/crates.io-index"
 9619checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
 9620dependencies = [
 9621 "cc",
 9622 "libc",
 9623 "libz-sys",
 9624 "pkg-config",
 9625]
 9626
 9627[[package]]
 9628name = "libloading"
 9629version = "0.8.9"
 9630source = "registry+https://github.com/rust-lang/crates.io-index"
 9631checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
 9632dependencies = [
 9633 "cfg-if",
 9634 "windows-link 0.2.1",
 9635]
 9636
 9637[[package]]
 9638name = "libm"
 9639version = "0.2.15"
 9640source = "registry+https://github.com/rust-lang/crates.io-index"
 9641checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
 9642
 9643[[package]]
 9644name = "libmimalloc-sys"
 9645version = "0.1.44"
 9646source = "registry+https://github.com/rust-lang/crates.io-index"
 9647checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
 9648dependencies = [
 9649 "cc",
 9650 "libc",
 9651]
 9652
 9653[[package]]
 9654name = "libredox"
 9655version = "0.1.10"
 9656source = "registry+https://github.com/rust-lang/crates.io-index"
 9657checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
 9658dependencies = [
 9659 "bitflags 2.10.0",
 9660 "libc",
 9661 "redox_syscall 0.5.18",
 9662]
 9663
 9664[[package]]
 9665name = "libsqlite3-sys"
 9666version = "0.30.1"
 9667source = "registry+https://github.com/rust-lang/crates.io-index"
 9668checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9669dependencies = [
 9670 "cc",
 9671 "pkg-config",
 9672 "vcpkg",
 9673]
 9674
 9675[[package]]
 9676name = "libwebrtc"
 9677version = "0.3.26"
 9678source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9679dependencies = [
 9680 "cxx",
 9681 "glib",
 9682 "jni",
 9683 "js-sys",
 9684 "lazy_static",
 9685 "livekit-protocol",
 9686 "livekit-runtime",
 9687 "log",
 9688 "parking_lot",
 9689 "serde",
 9690 "serde_json",
 9691 "thiserror 1.0.69",
 9692 "tokio",
 9693 "wasm-bindgen",
 9694 "wasm-bindgen-futures",
 9695 "web-sys",
 9696 "webrtc-sys",
 9697]
 9698
 9699[[package]]
 9700name = "libz-sys"
 9701version = "1.1.22"
 9702source = "registry+https://github.com/rust-lang/crates.io-index"
 9703checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9704dependencies = [
 9705 "cc",
 9706 "libc",
 9707 "pkg-config",
 9708 "vcpkg",
 9709]
 9710
 9711[[package]]
 9712name = "line_ending_selector"
 9713version = "0.1.0"
 9714dependencies = [
 9715 "editor",
 9716 "gpui",
 9717 "language",
 9718 "picker",
 9719 "project",
 9720 "ui",
 9721 "util",
 9722 "workspace",
 9723]
 9724
 9725[[package]]
 9726name = "linebender_resource_handle"
 9727version = "0.1.1"
 9728source = "registry+https://github.com/rust-lang/crates.io-index"
 9729checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
 9730
 9731[[package]]
 9732name = "link-cplusplus"
 9733version = "1.0.12"
 9734source = "registry+https://github.com/rust-lang/crates.io-index"
 9735checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
 9736dependencies = [
 9737 "cc",
 9738]
 9739
 9740[[package]]
 9741name = "linkify"
 9742version = "0.10.0"
 9743source = "registry+https://github.com/rust-lang/crates.io-index"
 9744checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9745dependencies = [
 9746 "memchr",
 9747]
 9748
 9749[[package]]
 9750name = "linux-raw-sys"
 9751version = "0.4.15"
 9752source = "registry+https://github.com/rust-lang/crates.io-index"
 9753checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9754
 9755[[package]]
 9756name = "linux-raw-sys"
 9757version = "0.11.0"
 9758source = "registry+https://github.com/rust-lang/crates.io-index"
 9759checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
 9760
 9761[[package]]
 9762name = "litemap"
 9763version = "0.8.0"
 9764source = "registry+https://github.com/rust-lang/crates.io-index"
 9765checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
 9766
 9767[[package]]
 9768name = "litrs"
 9769version = "1.0.0"
 9770source = "registry+https://github.com/rust-lang/crates.io-index"
 9771checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
 9772
 9773[[package]]
 9774name = "livekit"
 9775version = "0.7.32"
 9776source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9777dependencies = [
 9778 "base64 0.22.1",
 9779 "bmrng",
 9780 "bytes 1.11.1",
 9781 "chrono",
 9782 "futures-util",
 9783 "lazy_static",
 9784 "libloading",
 9785 "libwebrtc",
 9786 "livekit-api",
 9787 "livekit-protocol",
 9788 "livekit-runtime",
 9789 "log",
 9790 "parking_lot",
 9791 "prost 0.12.6",
 9792 "semver",
 9793 "serde",
 9794 "serde_json",
 9795 "thiserror 1.0.69",
 9796 "tokio",
 9797]
 9798
 9799[[package]]
 9800name = "livekit-api"
 9801version = "0.4.14"
 9802source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9803dependencies = [
 9804 "base64 0.21.7",
 9805 "futures-util",
 9806 "http 1.3.1",
 9807 "livekit-protocol",
 9808 "livekit-runtime",
 9809 "log",
 9810 "parking_lot",
 9811 "pbjson-types",
 9812 "prost 0.12.6",
 9813 "rand 0.9.2",
 9814 "reqwest 0.12.24",
 9815 "rustls-native-certs 0.6.3",
 9816 "scopeguard",
 9817 "serde",
 9818 "sha2",
 9819 "thiserror 1.0.69",
 9820 "tokio",
 9821 "tokio-rustls 0.26.2",
 9822 "tokio-tungstenite 0.28.0",
 9823 "url",
 9824]
 9825
 9826[[package]]
 9827name = "livekit-protocol"
 9828version = "0.7.1"
 9829source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9830dependencies = [
 9831 "futures-util",
 9832 "livekit-runtime",
 9833 "parking_lot",
 9834 "pbjson",
 9835 "pbjson-types",
 9836 "prost 0.12.6",
 9837 "serde",
 9838 "thiserror 1.0.69",
 9839 "tokio",
 9840]
 9841
 9842[[package]]
 9843name = "livekit-runtime"
 9844version = "0.4.0"
 9845source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9846dependencies = [
 9847 "tokio",
 9848 "tokio-stream",
 9849]
 9850
 9851[[package]]
 9852name = "livekit_api"
 9853version = "0.1.0"
 9854dependencies = [
 9855 "anyhow",
 9856 "async-trait",
 9857 "jsonwebtoken",
 9858 "log",
 9859 "prost 0.9.0",
 9860 "prost-build 0.9.0",
 9861 "prost-types 0.9.0",
 9862 "serde",
 9863 "zed-reqwest",
 9864]
 9865
 9866[[package]]
 9867name = "livekit_client"
 9868version = "0.1.0"
 9869dependencies = [
 9870 "anyhow",
 9871 "async-trait",
 9872 "audio",
 9873 "cocoa 0.26.0",
 9874 "collections",
 9875 "core-foundation 0.10.0",
 9876 "core-video",
 9877 "coreaudio-rs 0.12.1",
 9878 "cpal",
 9879 "futures 0.3.32",
 9880 "gpui",
 9881 "gpui_platform",
 9882 "gpui_tokio",
 9883 "http_client_tls",
 9884 "image",
 9885 "libwebrtc",
 9886 "livekit",
 9887 "livekit_api",
 9888 "log",
 9889 "nanoid",
 9890 "objc",
 9891 "parking_lot",
 9892 "postage",
 9893 "rodio",
 9894 "serde",
 9895 "serde_json",
 9896 "serde_urlencoded",
 9897 "settings",
 9898 "simplelog",
 9899 "smallvec",
 9900 "tokio",
 9901 "ui",
 9902 "util",
 9903 "webrtc-sys",
 9904 "zed-scap",
 9905]
 9906
 9907[[package]]
 9908name = "lmdb-master-sys"
 9909version = "0.2.5"
 9910source = "registry+https://github.com/rust-lang/crates.io-index"
 9911checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
 9912dependencies = [
 9913 "cc",
 9914 "doxygen-rs",
 9915 "libc",
 9916]
 9917
 9918[[package]]
 9919name = "lmstudio"
 9920version = "0.1.0"
 9921dependencies = [
 9922 "anyhow",
 9923 "futures 0.3.32",
 9924 "http_client",
 9925 "schemars",
 9926 "serde",
 9927 "serde_json",
 9928]
 9929
 9930[[package]]
 9931name = "lock_api"
 9932version = "0.4.14"
 9933source = "registry+https://github.com/rust-lang/crates.io-index"
 9934checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
 9935dependencies = [
 9936 "scopeguard",
 9937]
 9938
 9939[[package]]
 9940name = "log"
 9941version = "0.4.29"
 9942source = "registry+https://github.com/rust-lang/crates.io-index"
 9943checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
 9944dependencies = [
 9945 "serde_core",
 9946 "value-bag",
 9947]
 9948
 9949[[package]]
 9950name = "loom"
 9951version = "0.7.2"
 9952source = "registry+https://github.com/rust-lang/crates.io-index"
 9953checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
 9954dependencies = [
 9955 "cfg-if",
 9956 "generator",
 9957 "scoped-tls",
 9958 "tracing",
 9959 "tracing-subscriber",
 9960]
 9961
 9962[[package]]
 9963name = "loop9"
 9964version = "0.1.5"
 9965source = "registry+https://github.com/rust-lang/crates.io-index"
 9966checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
 9967dependencies = [
 9968 "imgref",
 9969]
 9970
 9971[[package]]
 9972name = "lru"
 9973version = "0.12.5"
 9974source = "registry+https://github.com/rust-lang/crates.io-index"
 9975checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
 9976dependencies = [
 9977 "hashbrown 0.15.5",
 9978]
 9979
 9980[[package]]
 9981name = "lru-slab"
 9982version = "0.1.2"
 9983source = "registry+https://github.com/rust-lang/crates.io-index"
 9984checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
 9985
 9986[[package]]
 9987name = "lsp"
 9988version = "0.1.0"
 9989dependencies = [
 9990 "anyhow",
 9991 "async-pipe",
 9992 "collections",
 9993 "ctor",
 9994 "futures 0.3.32",
 9995 "gpui",
 9996 "gpui_util",
 9997 "log",
 9998 "lsp-types",
 9999 "parking_lot",
10000 "postage",
10001 "release_channel",
10002 "schemars",
10003 "semver",
10004 "serde",
10005 "serde_json",
10006 "smol",
10007 "util",
10008 "zlog",
10009]
10010
10011[[package]]
10012name = "lsp-types"
10013version = "0.95.1"
10014source = "git+https://github.com/zed-industries/lsp-types?rev=a4f410987660bf560d1e617cb78117c6b6b9f599#a4f410987660bf560d1e617cb78117c6b6b9f599"
10015dependencies = [
10016 "bitflags 1.3.2",
10017 "serde",
10018 "serde_json",
10019 "url",
10020]
10021
10022[[package]]
10023name = "lyon"
10024version = "1.0.16"
10025source = "registry+https://github.com/rust-lang/crates.io-index"
10026checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10027dependencies = [
10028 "lyon_algorithms",
10029 "lyon_extra",
10030 "lyon_tessellation",
10031]
10032
10033[[package]]
10034name = "lyon_algorithms"
10035version = "1.0.16"
10036source = "registry+https://github.com/rust-lang/crates.io-index"
10037checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10038dependencies = [
10039 "lyon_path",
10040 "num-traits",
10041]
10042
10043[[package]]
10044name = "lyon_extra"
10045version = "1.0.3"
10046source = "registry+https://github.com/rust-lang/crates.io-index"
10047checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10048dependencies = [
10049 "lyon_path",
10050 "thiserror 1.0.69",
10051]
10052
10053[[package]]
10054name = "lyon_geom"
10055version = "1.0.17"
10056source = "registry+https://github.com/rust-lang/crates.io-index"
10057checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10058dependencies = [
10059 "arrayvec",
10060 "euclid",
10061 "num-traits",
10062]
10063
10064[[package]]
10065name = "lyon_path"
10066version = "1.0.16"
10067source = "registry+https://github.com/rust-lang/crates.io-index"
10068checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10069dependencies = [
10070 "lyon_geom",
10071 "num-traits",
10072]
10073
10074[[package]]
10075name = "lyon_tessellation"
10076version = "1.0.16"
10077source = "registry+https://github.com/rust-lang/crates.io-index"
10078checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10079dependencies = [
10080 "float_next_after",
10081 "lyon_path",
10082 "num-traits",
10083]
10084
10085[[package]]
10086name = "mac"
10087version = "0.1.1"
10088source = "registry+https://github.com/rust-lang/crates.io-index"
10089checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10090
10091[[package]]
10092name = "mach2"
10093version = "0.4.3"
10094source = "registry+https://github.com/rust-lang/crates.io-index"
10095checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10096dependencies = [
10097 "libc",
10098]
10099
10100[[package]]
10101name = "mach2"
10102version = "0.5.0"
10103source = "registry+https://github.com/rust-lang/crates.io-index"
10104checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10105dependencies = [
10106 "libc",
10107]
10108
10109[[package]]
10110name = "malloc_buf"
10111version = "0.0.6"
10112source = "registry+https://github.com/rust-lang/crates.io-index"
10113checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10114dependencies = [
10115 "libc",
10116]
10117
10118[[package]]
10119name = "maplit"
10120version = "1.0.2"
10121source = "registry+https://github.com/rust-lang/crates.io-index"
10122checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10123
10124[[package]]
10125name = "markdown"
10126version = "0.1.0"
10127dependencies = [
10128 "anyhow",
10129 "assets",
10130 "base64 0.22.1",
10131 "collections",
10132 "env_logger 0.11.8",
10133 "fs",
10134 "futures 0.3.32",
10135 "gpui",
10136 "gpui_platform",
10137 "html5ever 0.27.0",
10138 "language",
10139 "languages",
10140 "linkify",
10141 "log",
10142 "markup5ever_rcdom",
10143 "mermaid-rs-renderer",
10144 "node_runtime",
10145 "pulldown-cmark 0.13.0",
10146 "settings",
10147 "stacksafe",
10148 "sum_tree",
10149 "theme",
10150 "theme_settings",
10151 "ui",
10152 "util",
10153]
10154
10155[[package]]
10156name = "markdown_preview"
10157version = "0.1.0"
10158dependencies = [
10159 "anyhow",
10160 "editor",
10161 "gpui",
10162 "language",
10163 "log",
10164 "markdown",
10165 "project",
10166 "settings",
10167 "tempfile",
10168 "theme_settings",
10169 "ui",
10170 "urlencoding",
10171 "util",
10172 "workspace",
10173 "zed_actions",
10174]
10175
10176[[package]]
10177name = "markup5ever"
10178version = "0.12.1"
10179source = "registry+https://github.com/rust-lang/crates.io-index"
10180checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10181dependencies = [
10182 "log",
10183 "phf 0.11.3",
10184 "phf_codegen",
10185 "string_cache",
10186 "string_cache_codegen",
10187 "tendril",
10188]
10189
10190[[package]]
10191name = "markup5ever"
10192version = "0.35.0"
10193source = "registry+https://github.com/rust-lang/crates.io-index"
10194checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10195dependencies = [
10196 "log",
10197 "tendril",
10198 "web_atoms",
10199]
10200
10201[[package]]
10202name = "markup5ever_rcdom"
10203version = "0.3.0"
10204source = "registry+https://github.com/rust-lang/crates.io-index"
10205checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10206dependencies = [
10207 "html5ever 0.27.0",
10208 "markup5ever 0.12.1",
10209 "tendril",
10210 "xml5ever",
10211]
10212
10213[[package]]
10214name = "match_token"
10215version = "0.35.0"
10216source = "registry+https://github.com/rust-lang/crates.io-index"
10217checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10218dependencies = [
10219 "proc-macro2",
10220 "quote",
10221 "syn 2.0.117",
10222]
10223
10224[[package]]
10225name = "matchers"
10226version = "0.2.0"
10227source = "registry+https://github.com/rust-lang/crates.io-index"
10228checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10229dependencies = [
10230 "regex-automata",
10231]
10232
10233[[package]]
10234name = "matchit"
10235version = "0.7.3"
10236source = "registry+https://github.com/rust-lang/crates.io-index"
10237checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10238
10239[[package]]
10240name = "maybe-owned"
10241version = "0.3.4"
10242source = "registry+https://github.com/rust-lang/crates.io-index"
10243checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10244
10245[[package]]
10246name = "maybe-rayon"
10247version = "0.1.1"
10248source = "registry+https://github.com/rust-lang/crates.io-index"
10249checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10250dependencies = [
10251 "cfg-if",
10252 "rayon",
10253]
10254
10255[[package]]
10256name = "md-5"
10257version = "0.10.6"
10258source = "registry+https://github.com/rust-lang/crates.io-index"
10259checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10260dependencies = [
10261 "cfg-if",
10262 "digest",
10263]
10264
10265[[package]]
10266name = "mdbook"
10267version = "0.4.40"
10268source = "registry+https://github.com/rust-lang/crates.io-index"
10269checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10270dependencies = [
10271 "ammonia",
10272 "anyhow",
10273 "chrono",
10274 "clap",
10275 "clap_complete",
10276 "elasticlunr-rs",
10277 "env_logger 0.11.8",
10278 "futures-util",
10279 "handlebars 5.1.2",
10280 "ignore",
10281 "log",
10282 "memchr",
10283 "notify 6.1.1",
10284 "notify-debouncer-mini",
10285 "once_cell",
10286 "opener",
10287 "pathdiff",
10288 "pulldown-cmark 0.10.3",
10289 "regex",
10290 "serde",
10291 "serde_json",
10292 "shlex",
10293 "tempfile",
10294 "tokio",
10295 "toml 0.5.11",
10296 "topological-sort",
10297 "walkdir",
10298 "warp",
10299]
10300
10301[[package]]
10302name = "media"
10303version = "0.1.0"
10304dependencies = [
10305 "anyhow",
10306 "bindgen 0.71.1",
10307 "core-foundation 0.10.0",
10308 "core-video",
10309 "ctor",
10310 "foreign-types 0.5.0",
10311 "metal",
10312 "objc",
10313]
10314
10315[[package]]
10316name = "memchr"
10317version = "2.7.6"
10318source = "registry+https://github.com/rust-lang/crates.io-index"
10319checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10320
10321[[package]]
10322name = "memfd"
10323version = "0.6.5"
10324source = "registry+https://github.com/rust-lang/crates.io-index"
10325checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10326dependencies = [
10327 "rustix 1.1.2",
10328]
10329
10330[[package]]
10331name = "memmap2"
10332version = "0.9.8"
10333source = "registry+https://github.com/rust-lang/crates.io-index"
10334checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10335dependencies = [
10336 "libc",
10337 "stable_deref_trait",
10338]
10339
10340[[package]]
10341name = "memoffset"
10342version = "0.9.1"
10343source = "registry+https://github.com/rust-lang/crates.io-index"
10344checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10345dependencies = [
10346 "autocfg",
10347]
10348
10349[[package]]
10350name = "menu"
10351version = "0.1.0"
10352dependencies = [
10353 "gpui",
10354]
10355
10356[[package]]
10357name = "merge"
10358version = "0.1.0"
10359source = "registry+https://github.com/rust-lang/crates.io-index"
10360checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10361dependencies = [
10362 "merge_derive",
10363 "num-traits",
10364]
10365
10366[[package]]
10367name = "merge_derive"
10368version = "0.1.0"
10369source = "registry+https://github.com/rust-lang/crates.io-index"
10370checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10371dependencies = [
10372 "proc-macro-error",
10373 "proc-macro2",
10374 "quote",
10375 "syn 1.0.109",
10376]
10377
10378[[package]]
10379name = "mermaid-rs-renderer"
10380version = "0.2.0"
10381source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10382dependencies = [
10383 "anyhow",
10384 "fontdb 0.16.2",
10385 "json5",
10386 "once_cell",
10387 "regex",
10388 "serde",
10389 "serde_json",
10390 "thiserror 2.0.17",
10391 "ttf-parser 0.20.0",
10392]
10393
10394[[package]]
10395name = "metal"
10396version = "0.33.0"
10397source = "registry+https://github.com/rust-lang/crates.io-index"
10398checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10399dependencies = [
10400 "bitflags 2.10.0",
10401 "block",
10402 "core-graphics-types 0.2.0",
10403 "foreign-types 0.5.0",
10404 "log",
10405 "objc",
10406 "paste",
10407]
10408
10409[[package]]
10410name = "migrator"
10411version = "0.1.0"
10412dependencies = [
10413 "anyhow",
10414 "collections",
10415 "convert_case 0.8.0",
10416 "log",
10417 "pretty_assertions",
10418 "serde_json",
10419 "serde_json_lenient",
10420 "settings_content",
10421 "settings_json",
10422 "streaming-iterator",
10423 "tree-sitter",
10424 "tree-sitter-json",
10425 "unindent",
10426]
10427
10428[[package]]
10429name = "mimalloc"
10430version = "0.1.48"
10431source = "registry+https://github.com/rust-lang/crates.io-index"
10432checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10433dependencies = [
10434 "libmimalloc-sys",
10435]
10436
10437[[package]]
10438name = "mime"
10439version = "0.3.17"
10440source = "registry+https://github.com/rust-lang/crates.io-index"
10441checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10442
10443[[package]]
10444name = "mime_guess"
10445version = "2.0.5"
10446source = "registry+https://github.com/rust-lang/crates.io-index"
10447checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10448dependencies = [
10449 "mime",
10450 "unicase",
10451]
10452
10453[[package]]
10454name = "minidump-common"
10455version = "0.26.1"
10456source = "registry+https://github.com/rust-lang/crates.io-index"
10457checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10458dependencies = [
10459 "bitflags 2.10.0",
10460 "debugid",
10461 "num-derive",
10462 "num-traits",
10463 "range-map",
10464 "scroll",
10465 "smart-default",
10466]
10467
10468[[package]]
10469name = "minidump-writer"
10470version = "0.11.0"
10471source = "registry+https://github.com/rust-lang/crates.io-index"
10472checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10473dependencies = [
10474 "bitflags 2.10.0",
10475 "byteorder",
10476 "cfg-if",
10477 "crash-context",
10478 "error-graph",
10479 "failspot",
10480 "goblin",
10481 "libc",
10482 "log",
10483 "mach2 0.4.3",
10484 "memmap2",
10485 "memoffset",
10486 "minidump-common",
10487 "nix 0.29.0",
10488 "procfs-core",
10489 "scroll",
10490 "serde",
10491 "serde_json",
10492 "tempfile",
10493 "thiserror 2.0.17",
10494]
10495
10496[[package]]
10497name = "minidumper"
10498version = "0.9.0"
10499source = "registry+https://github.com/rust-lang/crates.io-index"
10500checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10501dependencies = [
10502 "cfg-if",
10503 "crash-context",
10504 "libc",
10505 "log",
10506 "minidump-writer",
10507 "parking_lot",
10508 "polling",
10509 "scroll",
10510 "thiserror 2.0.17",
10511 "uds",
10512]
10513
10514[[package]]
10515name = "minimal-lexical"
10516version = "0.2.1"
10517source = "registry+https://github.com/rust-lang/crates.io-index"
10518checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10519
10520[[package]]
10521name = "miniprofiler_ui"
10522version = "0.1.0"
10523dependencies = [
10524 "gpui",
10525 "rpc",
10526 "serde_json",
10527 "smol",
10528 "theme_settings",
10529 "util",
10530 "workspace",
10531 "zed_actions",
10532]
10533
10534[[package]]
10535name = "miniz_oxide"
10536version = "0.8.9"
10537source = "registry+https://github.com/rust-lang/crates.io-index"
10538checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10539dependencies = [
10540 "adler2",
10541 "simd-adler32",
10542]
10543
10544[[package]]
10545name = "mio"
10546version = "0.8.11"
10547source = "registry+https://github.com/rust-lang/crates.io-index"
10548checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10549dependencies = [
10550 "libc",
10551 "log",
10552 "wasi",
10553 "windows-sys 0.48.0",
10554]
10555
10556[[package]]
10557name = "mio"
10558version = "1.1.0"
10559source = "registry+https://github.com/rust-lang/crates.io-index"
10560checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10561dependencies = [
10562 "libc",
10563 "log",
10564 "wasi",
10565 "windows-sys 0.61.2",
10566]
10567
10568[[package]]
10569name = "miow"
10570version = "0.6.1"
10571source = "registry+https://github.com/rust-lang/crates.io-index"
10572checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10573dependencies = [
10574 "windows-sys 0.61.2",
10575]
10576
10577[[package]]
10578name = "mistral"
10579version = "0.1.0"
10580dependencies = [
10581 "anyhow",
10582 "futures 0.3.32",
10583 "http_client",
10584 "schemars",
10585 "serde",
10586 "serde_json",
10587 "strum 0.27.2",
10588]
10589
10590[[package]]
10591name = "moka"
10592version = "0.12.11"
10593source = "registry+https://github.com/rust-lang/crates.io-index"
10594checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10595dependencies = [
10596 "crossbeam-channel",
10597 "crossbeam-epoch",
10598 "crossbeam-utils",
10599 "equivalent",
10600 "parking_lot",
10601 "portable-atomic",
10602 "rustc_version",
10603 "smallvec",
10604 "tagptr",
10605 "uuid",
10606]
10607
10608[[package]]
10609name = "moxcms"
10610version = "0.7.7"
10611source = "registry+https://github.com/rust-lang/crates.io-index"
10612checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40"
10613dependencies = [
10614 "num-traits",
10615 "pxfm",
10616]
10617
10618[[package]]
10619name = "msvc_spectre_libs"
10620version = "0.1.3"
10621source = "registry+https://github.com/rust-lang/crates.io-index"
10622checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10623dependencies = [
10624 "cc",
10625]
10626
10627[[package]]
10628name = "multi_buffer"
10629version = "0.1.0"
10630dependencies = [
10631 "anyhow",
10632 "buffer_diff",
10633 "clock",
10634 "collections",
10635 "ctor",
10636 "gpui",
10637 "indoc",
10638 "itertools 0.14.0",
10639 "language",
10640 "log",
10641 "parking_lot",
10642 "pretty_assertions",
10643 "rand 0.9.2",
10644 "rope",
10645 "serde",
10646 "settings",
10647 "smallvec",
10648 "smol",
10649 "sum_tree",
10650 "text",
10651 "theme",
10652 "tracing",
10653 "tree-sitter",
10654 "unicode-segmentation",
10655 "util",
10656 "zlog",
10657 "ztracing",
10658]
10659
10660[[package]]
10661name = "multimap"
10662version = "0.8.3"
10663source = "registry+https://github.com/rust-lang/crates.io-index"
10664checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10665
10666[[package]]
10667name = "naga"
10668version = "29.0.0"
10669source = "registry+https://github.com/rust-lang/crates.io-index"
10670checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8"
10671dependencies = [
10672 "arrayvec",
10673 "bit-set 0.9.1",
10674 "bitflags 2.10.0",
10675 "cfg-if",
10676 "cfg_aliases 0.2.1",
10677 "codespan-reporting",
10678 "half",
10679 "hashbrown 0.16.1",
10680 "hexf-parse",
10681 "indexmap",
10682 "libm",
10683 "log",
10684 "num-traits",
10685 "once_cell",
10686 "rustc-hash 1.1.0",
10687 "thiserror 2.0.17",
10688 "unicode-ident",
10689]
10690
10691[[package]]
10692name = "naga"
10693version = "29.0.0"
10694source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
10695dependencies = [
10696 "arrayvec",
10697 "bit-set 0.9.1",
10698 "bitflags 2.10.0",
10699 "cfg-if",
10700 "cfg_aliases 0.2.1",
10701 "codespan-reporting",
10702 "half",
10703 "hashbrown 0.16.1",
10704 "hexf-parse",
10705 "indexmap",
10706 "libm",
10707 "log",
10708 "num-traits",
10709 "once_cell",
10710 "rustc-hash 1.1.0",
10711 "spirv",
10712 "thiserror 2.0.17",
10713 "unicode-ident",
10714]
10715
10716[[package]]
10717name = "nanoid"
10718version = "0.4.0"
10719source = "registry+https://github.com/rust-lang/crates.io-index"
10720checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10721dependencies = [
10722 "rand 0.8.5",
10723]
10724
10725[[package]]
10726name = "nanorand"
10727version = "0.7.0"
10728source = "registry+https://github.com/rust-lang/crates.io-index"
10729checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10730dependencies = [
10731 "getrandom 0.2.16",
10732]
10733
10734[[package]]
10735name = "native-tls"
10736version = "0.2.14"
10737source = "registry+https://github.com/rust-lang/crates.io-index"
10738checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10739dependencies = [
10740 "libc",
10741 "log",
10742 "openssl",
10743 "openssl-probe",
10744 "openssl-sys",
10745 "schannel",
10746 "security-framework 2.11.1",
10747 "security-framework-sys",
10748 "tempfile",
10749]
10750
10751[[package]]
10752name = "nbformat"
10753version = "1.2.0"
10754source = "registry+https://github.com/rust-lang/crates.io-index"
10755checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10756dependencies = [
10757 "anyhow",
10758 "chrono",
10759 "jupyter-protocol",
10760 "serde",
10761 "serde_json",
10762 "thiserror 1.0.69",
10763 "uuid",
10764]
10765
10766[[package]]
10767name = "nc"
10768version = "0.1.0"
10769dependencies = [
10770 "anyhow",
10771 "futures 0.3.32",
10772 "net",
10773 "smol",
10774]
10775
10776[[package]]
10777name = "ndk"
10778version = "0.9.0"
10779source = "registry+https://github.com/rust-lang/crates.io-index"
10780checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10781dependencies = [
10782 "bitflags 2.10.0",
10783 "jni-sys",
10784 "log",
10785 "ndk-sys",
10786 "num_enum",
10787 "thiserror 1.0.69",
10788]
10789
10790[[package]]
10791name = "ndk-context"
10792version = "0.1.1"
10793source = "registry+https://github.com/rust-lang/crates.io-index"
10794checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10795
10796[[package]]
10797name = "ndk-sys"
10798version = "0.6.0+11769913"
10799source = "registry+https://github.com/rust-lang/crates.io-index"
10800checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10801dependencies = [
10802 "jni-sys",
10803]
10804
10805[[package]]
10806name = "net"
10807version = "0.1.0"
10808dependencies = [
10809 "anyhow",
10810 "async-io",
10811 "smol",
10812 "tempfile",
10813 "windows 0.61.3",
10814]
10815
10816[[package]]
10817name = "new_debug_unreachable"
10818version = "1.0.6"
10819source = "registry+https://github.com/rust-lang/crates.io-index"
10820checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10821
10822[[package]]
10823name = "nix"
10824version = "0.28.0"
10825source = "registry+https://github.com/rust-lang/crates.io-index"
10826checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10827dependencies = [
10828 "bitflags 2.10.0",
10829 "cfg-if",
10830 "cfg_aliases 0.1.1",
10831 "libc",
10832]
10833
10834[[package]]
10835name = "nix"
10836version = "0.29.0"
10837source = "registry+https://github.com/rust-lang/crates.io-index"
10838checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10839dependencies = [
10840 "bitflags 2.10.0",
10841 "cfg-if",
10842 "cfg_aliases 0.2.1",
10843 "libc",
10844]
10845
10846[[package]]
10847name = "nix"
10848version = "0.30.1"
10849source = "registry+https://github.com/rust-lang/crates.io-index"
10850checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10851dependencies = [
10852 "bitflags 2.10.0",
10853 "cfg-if",
10854 "cfg_aliases 0.2.1",
10855 "libc",
10856]
10857
10858[[package]]
10859name = "node_runtime"
10860version = "0.1.0"
10861dependencies = [
10862 "anyhow",
10863 "async-compression",
10864 "async-std",
10865 "async-tar",
10866 "async-trait",
10867 "futures 0.3.32",
10868 "http_client",
10869 "log",
10870 "paths",
10871 "semver",
10872 "serde",
10873 "serde_json",
10874 "smol",
10875 "util",
10876 "watch",
10877 "which 6.0.3",
10878]
10879
10880[[package]]
10881name = "nom"
10882version = "7.1.3"
10883source = "registry+https://github.com/rust-lang/crates.io-index"
10884checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10885dependencies = [
10886 "memchr",
10887 "minimal-lexical",
10888]
10889
10890[[package]]
10891name = "nom"
10892version = "8.0.0"
10893source = "registry+https://github.com/rust-lang/crates.io-index"
10894checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
10895dependencies = [
10896 "memchr",
10897]
10898
10899[[package]]
10900name = "noop_proc_macro"
10901version = "0.3.0"
10902source = "registry+https://github.com/rust-lang/crates.io-index"
10903checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10904
10905[[package]]
10906name = "normpath"
10907version = "1.5.0"
10908source = "registry+https://github.com/rust-lang/crates.io-index"
10909checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
10910dependencies = [
10911 "windows-sys 0.61.2",
10912]
10913
10914[[package]]
10915name = "notifications"
10916version = "0.1.0"
10917dependencies = [
10918 "anyhow",
10919 "channel",
10920 "client",
10921 "component",
10922 "db",
10923 "gpui",
10924 "rpc",
10925 "sum_tree",
10926 "time",
10927 "ui",
10928 "util",
10929 "workspace",
10930 "zed_actions",
10931]
10932
10933[[package]]
10934name = "notify"
10935version = "6.1.1"
10936source = "registry+https://github.com/rust-lang/crates.io-index"
10937checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
10938dependencies = [
10939 "bitflags 2.10.0",
10940 "crossbeam-channel",
10941 "filetime",
10942 "fsevent-sys",
10943 "inotify 0.9.6",
10944 "kqueue",
10945 "libc",
10946 "log",
10947 "mio 0.8.11",
10948 "walkdir",
10949 "windows-sys 0.48.0",
10950]
10951
10952[[package]]
10953name = "notify"
10954version = "8.2.0"
10955source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
10956dependencies = [
10957 "bitflags 2.10.0",
10958 "fsevent-sys",
10959 "inotify 0.11.0",
10960 "kqueue",
10961 "libc",
10962 "log",
10963 "mio 1.1.0",
10964 "notify-types",
10965 "walkdir",
10966 "windows-sys 0.60.2",
10967]
10968
10969[[package]]
10970name = "notify-debouncer-mini"
10971version = "0.4.1"
10972source = "registry+https://github.com/rust-lang/crates.io-index"
10973checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
10974dependencies = [
10975 "crossbeam-channel",
10976 "log",
10977 "notify 6.1.1",
10978]
10979
10980[[package]]
10981name = "notify-types"
10982version = "2.0.0"
10983source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
10984
10985[[package]]
10986name = "ntapi"
10987version = "0.4.1"
10988source = "registry+https://github.com/rust-lang/crates.io-index"
10989checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
10990dependencies = [
10991 "winapi",
10992]
10993
10994[[package]]
10995name = "nu-ansi-term"
10996version = "0.50.3"
10997source = "registry+https://github.com/rust-lang/crates.io-index"
10998checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
10999dependencies = [
11000 "windows-sys 0.61.2",
11001]
11002
11003[[package]]
11004name = "num"
11005version = "0.4.3"
11006source = "registry+https://github.com/rust-lang/crates.io-index"
11007checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11008dependencies = [
11009 "num-bigint",
11010 "num-complex",
11011 "num-integer",
11012 "num-iter",
11013 "num-rational",
11014 "num-traits",
11015]
11016
11017[[package]]
11018name = "num-bigint"
11019version = "0.4.6"
11020source = "registry+https://github.com/rust-lang/crates.io-index"
11021checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11022dependencies = [
11023 "num-integer",
11024 "num-traits",
11025]
11026
11027[[package]]
11028name = "num-bigint-dig"
11029version = "0.8.6"
11030source = "registry+https://github.com/rust-lang/crates.io-index"
11031checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11032dependencies = [
11033 "lazy_static",
11034 "libm",
11035 "num-integer",
11036 "num-iter",
11037 "num-traits",
11038 "rand 0.8.5",
11039 "smallvec",
11040 "zeroize",
11041]
11042
11043[[package]]
11044name = "num-bigint-dig"
11045version = "0.9.1"
11046source = "registry+https://github.com/rust-lang/crates.io-index"
11047checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11048dependencies = [
11049 "libm",
11050 "num-integer",
11051 "num-iter",
11052 "num-traits",
11053 "once_cell",
11054 "rand 0.9.2",
11055 "serde",
11056 "smallvec",
11057 "zeroize",
11058]
11059
11060[[package]]
11061name = "num-cmp"
11062version = "0.1.0"
11063source = "registry+https://github.com/rust-lang/crates.io-index"
11064checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11065
11066[[package]]
11067name = "num-complex"
11068version = "0.4.6"
11069source = "registry+https://github.com/rust-lang/crates.io-index"
11070checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11071dependencies = [
11072 "bytemuck",
11073 "num-traits",
11074]
11075
11076[[package]]
11077name = "num-conv"
11078version = "0.2.0"
11079source = "registry+https://github.com/rust-lang/crates.io-index"
11080checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11081
11082[[package]]
11083name = "num-derive"
11084version = "0.4.2"
11085source = "registry+https://github.com/rust-lang/crates.io-index"
11086checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11087dependencies = [
11088 "proc-macro2",
11089 "quote",
11090 "syn 2.0.117",
11091]
11092
11093[[package]]
11094name = "num-format"
11095version = "0.4.4"
11096source = "registry+https://github.com/rust-lang/crates.io-index"
11097checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11098dependencies = [
11099 "arrayvec",
11100 "itoa",
11101]
11102
11103[[package]]
11104name = "num-integer"
11105version = "0.1.46"
11106source = "registry+https://github.com/rust-lang/crates.io-index"
11107checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11108dependencies = [
11109 "num-traits",
11110]
11111
11112[[package]]
11113name = "num-iter"
11114version = "0.1.45"
11115source = "registry+https://github.com/rust-lang/crates.io-index"
11116checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11117dependencies = [
11118 "autocfg",
11119 "num-integer",
11120 "num-traits",
11121]
11122
11123[[package]]
11124name = "num-rational"
11125version = "0.4.2"
11126source = "registry+https://github.com/rust-lang/crates.io-index"
11127checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11128dependencies = [
11129 "num-bigint",
11130 "num-integer",
11131 "num-traits",
11132]
11133
11134[[package]]
11135name = "num-traits"
11136version = "0.2.19"
11137source = "registry+https://github.com/rust-lang/crates.io-index"
11138checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11139dependencies = [
11140 "autocfg",
11141 "libm",
11142]
11143
11144[[package]]
11145name = "num_cpus"
11146version = "1.17.0"
11147source = "registry+https://github.com/rust-lang/crates.io-index"
11148checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11149dependencies = [
11150 "hermit-abi",
11151 "libc",
11152]
11153
11154[[package]]
11155name = "num_enum"
11156version = "0.7.4"
11157source = "registry+https://github.com/rust-lang/crates.io-index"
11158checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11159dependencies = [
11160 "num_enum_derive",
11161 "rustversion",
11162]
11163
11164[[package]]
11165name = "num_enum_derive"
11166version = "0.7.4"
11167source = "registry+https://github.com/rust-lang/crates.io-index"
11168checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11169dependencies = [
11170 "proc-macro-crate",
11171 "proc-macro2",
11172 "quote",
11173 "syn 2.0.117",
11174]
11175
11176[[package]]
11177name = "num_threads"
11178version = "0.1.7"
11179source = "registry+https://github.com/rust-lang/crates.io-index"
11180checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11181dependencies = [
11182 "libc",
11183]
11184
11185[[package]]
11186name = "nvim-rs"
11187version = "0.9.2"
11188source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11189dependencies = [
11190 "async-trait",
11191 "futures 0.3.32",
11192 "log",
11193 "rmp",
11194 "rmpv",
11195 "tokio",
11196 "tokio-util",
11197]
11198
11199[[package]]
11200name = "objc"
11201version = "0.2.7"
11202source = "registry+https://github.com/rust-lang/crates.io-index"
11203checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11204dependencies = [
11205 "malloc_buf",
11206 "objc_exception",
11207]
11208
11209[[package]]
11210name = "objc-foundation"
11211version = "0.1.1"
11212source = "registry+https://github.com/rust-lang/crates.io-index"
11213checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11214dependencies = [
11215 "block",
11216 "objc",
11217 "objc_id",
11218]
11219
11220[[package]]
11221name = "objc2"
11222version = "0.6.3"
11223source = "registry+https://github.com/rust-lang/crates.io-index"
11224checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11225dependencies = [
11226 "objc2-encode",
11227]
11228
11229[[package]]
11230name = "objc2-app-kit"
11231version = "0.3.1"
11232source = "registry+https://github.com/rust-lang/crates.io-index"
11233checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
11234dependencies = [
11235 "objc2",
11236 "objc2-foundation",
11237]
11238
11239[[package]]
11240name = "objc2-audio-toolbox"
11241version = "0.3.2"
11242source = "registry+https://github.com/rust-lang/crates.io-index"
11243checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
11244dependencies = [
11245 "bitflags 2.10.0",
11246 "libc",
11247 "objc2",
11248 "objc2-core-audio",
11249 "objc2-core-audio-types",
11250 "objc2-core-foundation",
11251 "objc2-foundation",
11252]
11253
11254[[package]]
11255name = "objc2-avf-audio"
11256version = "0.3.2"
11257source = "registry+https://github.com/rust-lang/crates.io-index"
11258checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
11259dependencies = [
11260 "objc2",
11261 "objc2-foundation",
11262]
11263
11264[[package]]
11265name = "objc2-core-audio"
11266version = "0.3.2"
11267source = "registry+https://github.com/rust-lang/crates.io-index"
11268checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
11269dependencies = [
11270 "dispatch2",
11271 "objc2",
11272 "objc2-core-audio-types",
11273 "objc2-core-foundation",
11274 "objc2-foundation",
11275]
11276
11277[[package]]
11278name = "objc2-core-audio-types"
11279version = "0.3.2"
11280source = "registry+https://github.com/rust-lang/crates.io-index"
11281checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11282dependencies = [
11283 "bitflags 2.10.0",
11284 "objc2",
11285]
11286
11287[[package]]
11288name = "objc2-core-foundation"
11289version = "0.3.2"
11290source = "registry+https://github.com/rust-lang/crates.io-index"
11291checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11292dependencies = [
11293 "bitflags 2.10.0",
11294 "block2",
11295 "dispatch2",
11296 "libc",
11297 "objc2",
11298]
11299
11300[[package]]
11301name = "objc2-encode"
11302version = "4.1.0"
11303source = "registry+https://github.com/rust-lang/crates.io-index"
11304checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11305
11306[[package]]
11307name = "objc2-foundation"
11308version = "0.3.2"
11309source = "registry+https://github.com/rust-lang/crates.io-index"
11310checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
11311dependencies = [
11312 "bitflags 2.10.0",
11313 "block2",
11314 "libc",
11315 "objc2",
11316 "objc2-core-foundation",
11317]
11318
11319[[package]]
11320name = "objc2-io-kit"
11321version = "0.3.2"
11322source = "registry+https://github.com/rust-lang/crates.io-index"
11323checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11324dependencies = [
11325 "libc",
11326 "objc2-core-foundation",
11327]
11328
11329[[package]]
11330name = "objc2-metal"
11331version = "0.3.2"
11332source = "registry+https://github.com/rust-lang/crates.io-index"
11333checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
11334dependencies = [
11335 "bitflags 2.10.0",
11336 "block2",
11337 "dispatch2",
11338 "objc2",
11339 "objc2-core-foundation",
11340 "objc2-foundation",
11341]
11342
11343[[package]]
11344name = "objc2-quartz-core"
11345version = "0.3.2"
11346source = "registry+https://github.com/rust-lang/crates.io-index"
11347checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
11348dependencies = [
11349 "bitflags 2.10.0",
11350 "objc2",
11351 "objc2-core-foundation",
11352 "objc2-foundation",
11353 "objc2-metal",
11354]
11355
11356[[package]]
11357name = "objc_exception"
11358version = "0.1.2"
11359source = "registry+https://github.com/rust-lang/crates.io-index"
11360checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11361dependencies = [
11362 "cc",
11363]
11364
11365[[package]]
11366name = "objc_id"
11367version = "0.1.1"
11368source = "registry+https://github.com/rust-lang/crates.io-index"
11369checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11370dependencies = [
11371 "objc",
11372]
11373
11374[[package]]
11375name = "object"
11376version = "0.37.3"
11377source = "registry+https://github.com/rust-lang/crates.io-index"
11378checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11379dependencies = [
11380 "crc32fast",
11381 "hashbrown 0.15.5",
11382 "indexmap",
11383 "memchr",
11384]
11385
11386[[package]]
11387name = "ollama"
11388version = "0.1.0"
11389dependencies = [
11390 "anyhow",
11391 "futures 0.3.32",
11392 "http_client",
11393 "schemars",
11394 "serde",
11395 "serde_json",
11396 "settings",
11397]
11398
11399[[package]]
11400name = "onboarding"
11401version = "0.1.0"
11402dependencies = [
11403 "anyhow",
11404 "client",
11405 "component",
11406 "db",
11407 "documented",
11408 "fs",
11409 "fuzzy",
11410 "gpui",
11411 "menu",
11412 "notifications",
11413 "picker",
11414 "project",
11415 "schemars",
11416 "serde",
11417 "settings",
11418 "telemetry",
11419 "theme",
11420 "theme_settings",
11421 "ui",
11422 "util",
11423 "vim_mode_setting",
11424 "workspace",
11425 "zed_actions",
11426 "zlog",
11427]
11428
11429[[package]]
11430name = "once_cell"
11431version = "1.21.3"
11432source = "registry+https://github.com/rust-lang/crates.io-index"
11433checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11434
11435[[package]]
11436name = "once_cell_polyfill"
11437version = "1.70.1"
11438source = "registry+https://github.com/rust-lang/crates.io-index"
11439checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11440
11441[[package]]
11442name = "oo7"
11443version = "0.6.0"
11444source = "registry+https://github.com/rust-lang/crates.io-index"
11445checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11446dependencies = [
11447 "aes",
11448 "ashpd",
11449 "async-fs",
11450 "async-io",
11451 "async-lock 3.4.2",
11452 "blocking",
11453 "cbc",
11454 "cipher",
11455 "digest",
11456 "endi",
11457 "futures-lite 2.6.1",
11458 "futures-util",
11459 "getrandom 0.4.1",
11460 "hkdf",
11461 "hmac",
11462 "md-5",
11463 "num",
11464 "num-bigint-dig 0.9.1",
11465 "pbkdf2 0.12.2",
11466 "serde",
11467 "serde_bytes",
11468 "sha2",
11469 "subtle",
11470 "zbus",
11471 "zbus_macros",
11472 "zeroize",
11473 "zvariant",
11474]
11475
11476[[package]]
11477name = "oorandom"
11478version = "11.1.5"
11479source = "registry+https://github.com/rust-lang/crates.io-index"
11480checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11481
11482[[package]]
11483name = "open"
11484version = "5.3.2"
11485source = "registry+https://github.com/rust-lang/crates.io-index"
11486checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11487dependencies = [
11488 "is-wsl",
11489 "libc",
11490 "pathdiff",
11491]
11492
11493[[package]]
11494name = "open_ai"
11495version = "0.1.0"
11496dependencies = [
11497 "anyhow",
11498 "futures 0.3.32",
11499 "http_client",
11500 "log",
11501 "rand 0.9.2",
11502 "schemars",
11503 "serde",
11504 "serde_json",
11505 "settings",
11506 "strum 0.27.2",
11507 "thiserror 2.0.17",
11508]
11509
11510[[package]]
11511name = "open_path_prompt"
11512version = "0.1.0"
11513dependencies = [
11514 "editor",
11515 "file_icons",
11516 "futures 0.3.32",
11517 "fuzzy",
11518 "gpui",
11519 "picker",
11520 "project",
11521 "schemars",
11522 "serde",
11523 "serde_json",
11524 "settings",
11525 "theme",
11526 "theme_settings",
11527 "ui",
11528 "util",
11529 "workspace",
11530]
11531
11532[[package]]
11533name = "open_router"
11534version = "0.1.0"
11535dependencies = [
11536 "anyhow",
11537 "futures 0.3.32",
11538 "http_client",
11539 "schemars",
11540 "serde",
11541 "serde_json",
11542 "settings",
11543 "strum 0.27.2",
11544 "thiserror 2.0.17",
11545]
11546
11547[[package]]
11548name = "opencode"
11549version = "0.1.0"
11550dependencies = [
11551 "anyhow",
11552 "futures 0.3.32",
11553 "google_ai",
11554 "http_client",
11555 "schemars",
11556 "serde",
11557 "serde_json",
11558 "strum 0.27.2",
11559]
11560
11561[[package]]
11562name = "opener"
11563version = "0.7.2"
11564source = "registry+https://github.com/rust-lang/crates.io-index"
11565checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11566dependencies = [
11567 "bstr",
11568 "dbus",
11569 "normpath",
11570 "windows-sys 0.59.0",
11571]
11572
11573[[package]]
11574name = "openssl"
11575version = "0.10.74"
11576source = "registry+https://github.com/rust-lang/crates.io-index"
11577checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11578dependencies = [
11579 "bitflags 2.10.0",
11580 "cfg-if",
11581 "foreign-types 0.3.2",
11582 "libc",
11583 "once_cell",
11584 "openssl-macros",
11585 "openssl-sys",
11586]
11587
11588[[package]]
11589name = "openssl-macros"
11590version = "0.1.1"
11591source = "registry+https://github.com/rust-lang/crates.io-index"
11592checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11593dependencies = [
11594 "proc-macro2",
11595 "quote",
11596 "syn 2.0.117",
11597]
11598
11599[[package]]
11600name = "openssl-probe"
11601version = "0.1.6"
11602source = "registry+https://github.com/rust-lang/crates.io-index"
11603checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11604
11605[[package]]
11606name = "openssl-sys"
11607version = "0.9.110"
11608source = "registry+https://github.com/rust-lang/crates.io-index"
11609checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11610dependencies = [
11611 "cc",
11612 "libc",
11613 "pkg-config",
11614 "vcpkg",
11615]
11616
11617[[package]]
11618name = "optfield"
11619version = "0.4.0"
11620source = "registry+https://github.com/rust-lang/crates.io-index"
11621checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11622dependencies = [
11623 "proc-macro2",
11624 "quote",
11625 "syn 2.0.117",
11626]
11627
11628[[package]]
11629name = "option-ext"
11630version = "0.2.0"
11631source = "registry+https://github.com/rust-lang/crates.io-index"
11632checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11633
11634[[package]]
11635name = "ordered-float"
11636version = "2.10.1"
11637source = "registry+https://github.com/rust-lang/crates.io-index"
11638checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11639dependencies = [
11640 "num-traits",
11641]
11642
11643[[package]]
11644name = "ordered-float"
11645version = "4.6.0"
11646source = "registry+https://github.com/rust-lang/crates.io-index"
11647checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11648dependencies = [
11649 "num-traits",
11650]
11651
11652[[package]]
11653name = "ordered-stream"
11654version = "0.2.0"
11655source = "registry+https://github.com/rust-lang/crates.io-index"
11656checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11657dependencies = [
11658 "futures-core",
11659 "pin-project-lite",
11660]
11661
11662[[package]]
11663name = "ouroboros"
11664version = "0.18.5"
11665source = "registry+https://github.com/rust-lang/crates.io-index"
11666checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11667dependencies = [
11668 "aliasable",
11669 "ouroboros_macro",
11670 "static_assertions",
11671]
11672
11673[[package]]
11674name = "ouroboros_macro"
11675version = "0.18.5"
11676source = "registry+https://github.com/rust-lang/crates.io-index"
11677checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11678dependencies = [
11679 "heck 0.4.1",
11680 "proc-macro2",
11681 "proc-macro2-diagnostics",
11682 "quote",
11683 "syn 2.0.117",
11684]
11685
11686[[package]]
11687name = "outline"
11688version = "0.1.0"
11689dependencies = [
11690 "editor",
11691 "fuzzy",
11692 "gpui",
11693 "indoc",
11694 "language",
11695 "lsp",
11696 "menu",
11697 "ordered-float 2.10.1",
11698 "picker",
11699 "project",
11700 "rope",
11701 "serde_json",
11702 "settings",
11703 "smol",
11704 "theme",
11705 "theme_settings",
11706 "ui",
11707 "util",
11708 "workspace",
11709 "zed_actions",
11710]
11711
11712[[package]]
11713name = "outline_panel"
11714version = "0.1.0"
11715dependencies = [
11716 "anyhow",
11717 "collections",
11718 "db",
11719 "editor",
11720 "file_icons",
11721 "fuzzy",
11722 "gpui",
11723 "itertools 0.14.0",
11724 "language",
11725 "log",
11726 "lsp",
11727 "menu",
11728 "outline",
11729 "pretty_assertions",
11730 "project",
11731 "search",
11732 "serde",
11733 "serde_json",
11734 "settings",
11735 "smallvec",
11736 "smol",
11737 "theme",
11738 "theme_settings",
11739 "ui",
11740 "util",
11741 "workspace",
11742 "worktree",
11743 "zed_actions",
11744]
11745
11746[[package]]
11747name = "outref"
11748version = "0.5.2"
11749source = "registry+https://github.com/rust-lang/crates.io-index"
11750checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11751
11752[[package]]
11753name = "p256"
11754version = "0.11.1"
11755source = "registry+https://github.com/rust-lang/crates.io-index"
11756checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11757dependencies = [
11758 "ecdsa",
11759 "elliptic-curve",
11760 "sha2",
11761]
11762
11763[[package]]
11764name = "page_size"
11765version = "0.6.0"
11766source = "registry+https://github.com/rust-lang/crates.io-index"
11767checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11768dependencies = [
11769 "libc",
11770 "winapi",
11771]
11772
11773[[package]]
11774name = "palette"
11775version = "0.7.6"
11776source = "registry+https://github.com/rust-lang/crates.io-index"
11777checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11778dependencies = [
11779 "approx",
11780 "fast-srgb8",
11781 "palette_derive",
11782]
11783
11784[[package]]
11785name = "palette_derive"
11786version = "0.7.6"
11787source = "registry+https://github.com/rust-lang/crates.io-index"
11788checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11789dependencies = [
11790 "by_address",
11791 "proc-macro2",
11792 "quote",
11793 "syn 2.0.117",
11794]
11795
11796[[package]]
11797name = "panel"
11798version = "0.1.0"
11799dependencies = [
11800 "gpui",
11801 "ui",
11802 "workspace",
11803]
11804
11805[[package]]
11806name = "parking"
11807version = "2.2.1"
11808source = "registry+https://github.com/rust-lang/crates.io-index"
11809checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
11810
11811[[package]]
11812name = "parking_lot"
11813version = "0.12.5"
11814source = "registry+https://github.com/rust-lang/crates.io-index"
11815checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
11816dependencies = [
11817 "lock_api",
11818 "parking_lot_core",
11819]
11820
11821[[package]]
11822name = "parking_lot_core"
11823version = "0.9.12"
11824source = "registry+https://github.com/rust-lang/crates.io-index"
11825checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
11826dependencies = [
11827 "cfg-if",
11828 "libc",
11829 "redox_syscall 0.5.18",
11830 "smallvec",
11831 "windows-link 0.2.1",
11832]
11833
11834[[package]]
11835name = "parse_int"
11836version = "0.9.0"
11837source = "registry+https://github.com/rust-lang/crates.io-index"
11838checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
11839dependencies = [
11840 "num-traits",
11841]
11842
11843[[package]]
11844name = "partial-json-fixer"
11845version = "0.5.3"
11846source = "registry+https://github.com/rust-lang/crates.io-index"
11847checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
11848
11849[[package]]
11850name = "password-hash"
11851version = "0.4.2"
11852source = "registry+https://github.com/rust-lang/crates.io-index"
11853checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
11854dependencies = [
11855 "base64ct",
11856 "rand_core 0.6.4",
11857 "subtle",
11858]
11859
11860[[package]]
11861name = "paste"
11862version = "1.0.15"
11863source = "registry+https://github.com/rust-lang/crates.io-index"
11864checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
11865
11866[[package]]
11867name = "pathdiff"
11868version = "0.2.3"
11869source = "registry+https://github.com/rust-lang/crates.io-index"
11870checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
11871
11872[[package]]
11873name = "pathfinder_geometry"
11874version = "0.5.1"
11875source = "registry+https://github.com/rust-lang/crates.io-index"
11876checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
11877dependencies = [
11878 "log",
11879 "pathfinder_simd",
11880]
11881
11882[[package]]
11883name = "pathfinder_simd"
11884version = "0.5.5"
11885source = "registry+https://github.com/rust-lang/crates.io-index"
11886checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
11887dependencies = [
11888 "rustc_version",
11889]
11890
11891[[package]]
11892name = "paths"
11893version = "0.1.0"
11894dependencies = [
11895 "dirs 4.0.0",
11896 "ignore",
11897 "util",
11898]
11899
11900[[package]]
11901name = "pbjson"
11902version = "0.6.0"
11903source = "registry+https://github.com/rust-lang/crates.io-index"
11904checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
11905dependencies = [
11906 "base64 0.21.7",
11907 "serde",
11908]
11909
11910[[package]]
11911name = "pbjson-build"
11912version = "0.6.2"
11913source = "registry+https://github.com/rust-lang/crates.io-index"
11914checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
11915dependencies = [
11916 "heck 0.4.1",
11917 "itertools 0.11.0",
11918 "prost 0.12.6",
11919 "prost-types 0.12.6",
11920]
11921
11922[[package]]
11923name = "pbjson-types"
11924version = "0.6.0"
11925source = "registry+https://github.com/rust-lang/crates.io-index"
11926checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
11927dependencies = [
11928 "bytes 1.11.1",
11929 "chrono",
11930 "pbjson",
11931 "pbjson-build",
11932 "prost 0.12.6",
11933 "prost-build 0.12.6",
11934 "serde",
11935]
11936
11937[[package]]
11938name = "pbkdf2"
11939version = "0.11.0"
11940source = "registry+https://github.com/rust-lang/crates.io-index"
11941checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
11942dependencies = [
11943 "digest",
11944 "hmac",
11945 "password-hash",
11946 "sha2",
11947]
11948
11949[[package]]
11950name = "pbkdf2"
11951version = "0.12.2"
11952source = "registry+https://github.com/rust-lang/crates.io-index"
11953checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
11954dependencies = [
11955 "digest",
11956 "hmac",
11957]
11958
11959[[package]]
11960name = "pciid-parser"
11961version = "0.8.0"
11962source = "registry+https://github.com/rust-lang/crates.io-index"
11963checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
11964
11965[[package]]
11966name = "peg"
11967version = "0.8.5"
11968source = "registry+https://github.com/rust-lang/crates.io-index"
11969checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
11970dependencies = [
11971 "peg-macros",
11972 "peg-runtime",
11973]
11974
11975[[package]]
11976name = "peg-macros"
11977version = "0.8.5"
11978source = "registry+https://github.com/rust-lang/crates.io-index"
11979checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
11980dependencies = [
11981 "peg-runtime",
11982 "proc-macro2",
11983 "quote",
11984]
11985
11986[[package]]
11987name = "peg-runtime"
11988version = "0.8.5"
11989source = "registry+https://github.com/rust-lang/crates.io-index"
11990checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
11991
11992[[package]]
11993name = "pem"
11994version = "3.0.6"
11995source = "registry+https://github.com/rust-lang/crates.io-index"
11996checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
11997dependencies = [
11998 "base64 0.22.1",
11999 "serde_core",
12000]
12001
12002[[package]]
12003name = "pem-rfc7468"
12004version = "0.7.0"
12005source = "registry+https://github.com/rust-lang/crates.io-index"
12006checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12007dependencies = [
12008 "base64ct",
12009]
12010
12011[[package]]
12012name = "percent-encoding"
12013version = "2.3.2"
12014source = "registry+https://github.com/rust-lang/crates.io-index"
12015checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12016
12017[[package]]
12018name = "perf"
12019version = "0.1.0"
12020dependencies = [
12021 "collections",
12022 "serde",
12023 "serde_json",
12024]
12025
12026[[package]]
12027name = "pest"
12028version = "2.8.3"
12029source = "registry+https://github.com/rust-lang/crates.io-index"
12030checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12031dependencies = [
12032 "memchr",
12033 "ucd-trie",
12034]
12035
12036[[package]]
12037name = "pest_derive"
12038version = "2.8.3"
12039source = "registry+https://github.com/rust-lang/crates.io-index"
12040checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12041dependencies = [
12042 "pest",
12043 "pest_generator",
12044]
12045
12046[[package]]
12047name = "pest_generator"
12048version = "2.8.3"
12049source = "registry+https://github.com/rust-lang/crates.io-index"
12050checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12051dependencies = [
12052 "pest",
12053 "pest_meta",
12054 "proc-macro2",
12055 "quote",
12056 "syn 2.0.117",
12057]
12058
12059[[package]]
12060name = "pest_meta"
12061version = "2.8.3"
12062source = "registry+https://github.com/rust-lang/crates.io-index"
12063checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12064dependencies = [
12065 "pest",
12066 "sha2",
12067]
12068
12069[[package]]
12070name = "pet"
12071version = "0.1.0"
12072source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12073dependencies = [
12074 "clap",
12075 "env_logger 0.10.2",
12076 "lazy_static",
12077 "log",
12078 "msvc_spectre_libs",
12079 "pet-conda",
12080 "pet-core",
12081 "pet-env-var-path",
12082 "pet-fs",
12083 "pet-global-virtualenvs",
12084 "pet-homebrew",
12085 "pet-jsonrpc",
12086 "pet-linux-global-python",
12087 "pet-mac-commandlinetools",
12088 "pet-mac-python-org",
12089 "pet-mac-xcode",
12090 "pet-pipenv",
12091 "pet-pixi",
12092 "pet-poetry",
12093 "pet-pyenv",
12094 "pet-python-utils",
12095 "pet-reporter",
12096 "pet-telemetry",
12097 "pet-uv",
12098 "pet-venv",
12099 "pet-virtualenv",
12100 "pet-virtualenvwrapper",
12101 "pet-windows-registry",
12102 "pet-windows-store",
12103 "pet-winpython",
12104 "serde",
12105 "serde_json",
12106 "tracing",
12107 "tracing-subscriber",
12108 "winresource",
12109]
12110
12111[[package]]
12112name = "pet-conda"
12113version = "0.1.0"
12114source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12115dependencies = [
12116 "env_logger 0.10.2",
12117 "lazy_static",
12118 "log",
12119 "msvc_spectre_libs",
12120 "pet-core",
12121 "pet-fs",
12122 "pet-python-utils",
12123 "pet-reporter",
12124 "rayon",
12125 "regex",
12126 "serde",
12127 "serde_json",
12128 "yaml-rust2",
12129]
12130
12131[[package]]
12132name = "pet-core"
12133version = "0.1.0"
12134source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12135dependencies = [
12136 "clap",
12137 "lazy_static",
12138 "log",
12139 "msvc_spectre_libs",
12140 "pet-fs",
12141 "regex",
12142 "serde",
12143 "serde_json",
12144]
12145
12146[[package]]
12147name = "pet-env-var-path"
12148version = "0.1.0"
12149source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12150dependencies = [
12151 "lazy_static",
12152 "log",
12153 "msvc_spectre_libs",
12154 "pet-conda",
12155 "pet-core",
12156 "pet-fs",
12157 "pet-python-utils",
12158 "pet-virtualenv",
12159 "regex",
12160]
12161
12162[[package]]
12163name = "pet-fs"
12164version = "0.1.0"
12165source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12166dependencies = [
12167 "glob",
12168 "log",
12169 "msvc_spectre_libs",
12170 "windows-sys 0.59.0",
12171]
12172
12173[[package]]
12174name = "pet-global-virtualenvs"
12175version = "0.1.0"
12176source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12177dependencies = [
12178 "log",
12179 "msvc_spectre_libs",
12180 "pet-conda",
12181 "pet-core",
12182 "pet-fs",
12183 "pet-virtualenv",
12184]
12185
12186[[package]]
12187name = "pet-homebrew"
12188version = "0.1.0"
12189source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12190dependencies = [
12191 "lazy_static",
12192 "log",
12193 "msvc_spectre_libs",
12194 "pet-conda",
12195 "pet-core",
12196 "pet-fs",
12197 "pet-python-utils",
12198 "pet-virtualenv",
12199 "rayon",
12200 "regex",
12201 "serde",
12202 "serde_json",
12203]
12204
12205[[package]]
12206name = "pet-jsonrpc"
12207version = "0.1.0"
12208source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12209dependencies = [
12210 "env_logger 0.10.2",
12211 "log",
12212 "msvc_spectre_libs",
12213 "pet-core",
12214 "serde",
12215 "serde_json",
12216]
12217
12218[[package]]
12219name = "pet-linux-global-python"
12220version = "0.1.0"
12221source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12222dependencies = [
12223 "log",
12224 "msvc_spectre_libs",
12225 "pet-core",
12226 "pet-fs",
12227 "pet-python-utils",
12228 "pet-virtualenv",
12229]
12230
12231[[package]]
12232name = "pet-mac-commandlinetools"
12233version = "0.1.0"
12234source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12235dependencies = [
12236 "log",
12237 "msvc_spectre_libs",
12238 "pet-core",
12239 "pet-fs",
12240 "pet-python-utils",
12241 "pet-virtualenv",
12242]
12243
12244[[package]]
12245name = "pet-mac-python-org"
12246version = "0.1.0"
12247source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12248dependencies = [
12249 "log",
12250 "msvc_spectre_libs",
12251 "pet-core",
12252 "pet-fs",
12253 "pet-python-utils",
12254 "pet-virtualenv",
12255]
12256
12257[[package]]
12258name = "pet-mac-xcode"
12259version = "0.1.0"
12260source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12261dependencies = [
12262 "log",
12263 "msvc_spectre_libs",
12264 "pet-core",
12265 "pet-fs",
12266 "pet-python-utils",
12267 "pet-virtualenv",
12268]
12269
12270[[package]]
12271name = "pet-pipenv"
12272version = "0.1.0"
12273source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12274dependencies = [
12275 "lazy_static",
12276 "log",
12277 "msvc_spectre_libs",
12278 "pet-core",
12279 "pet-fs",
12280 "pet-python-utils",
12281 "pet-virtualenv",
12282 "regex",
12283]
12284
12285[[package]]
12286name = "pet-pixi"
12287version = "0.1.0"
12288source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12289dependencies = [
12290 "log",
12291 "msvc_spectre_libs",
12292 "pet-conda",
12293 "pet-core",
12294 "pet-python-utils",
12295]
12296
12297[[package]]
12298name = "pet-poetry"
12299version = "0.1.0"
12300source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12301dependencies = [
12302 "base64 0.22.1",
12303 "lazy_static",
12304 "log",
12305 "msvc_spectre_libs",
12306 "pet-core",
12307 "pet-fs",
12308 "pet-python-utils",
12309 "pet-reporter",
12310 "pet-virtualenv",
12311 "regex",
12312 "serde",
12313 "serde_json",
12314 "sha2",
12315 "toml 0.8.23",
12316]
12317
12318[[package]]
12319name = "pet-pyenv"
12320version = "0.1.0"
12321source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12322dependencies = [
12323 "lazy_static",
12324 "log",
12325 "msvc_spectre_libs",
12326 "pet-conda",
12327 "pet-core",
12328 "pet-fs",
12329 "pet-python-utils",
12330 "pet-reporter",
12331 "regex",
12332 "serde",
12333 "serde_json",
12334]
12335
12336[[package]]
12337name = "pet-python-utils"
12338version = "0.1.0"
12339source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12340dependencies = [
12341 "env_logger 0.10.2",
12342 "lazy_static",
12343 "log",
12344 "msvc_spectre_libs",
12345 "pet-core",
12346 "pet-fs",
12347 "regex",
12348 "serde",
12349 "serde_json",
12350 "sha2",
12351]
12352
12353[[package]]
12354name = "pet-reporter"
12355version = "0.1.0"
12356source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12357dependencies = [
12358 "env_logger 0.10.2",
12359 "log",
12360 "msvc_spectre_libs",
12361 "pet-core",
12362 "pet-jsonrpc",
12363 "serde",
12364 "serde_json",
12365]
12366
12367[[package]]
12368name = "pet-telemetry"
12369version = "0.1.0"
12370source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12371dependencies = [
12372 "env_logger 0.10.2",
12373 "lazy_static",
12374 "log",
12375 "msvc_spectre_libs",
12376 "pet-core",
12377 "pet-fs",
12378 "pet-python-utils",
12379 "regex",
12380]
12381
12382[[package]]
12383name = "pet-uv"
12384version = "0.1.0"
12385source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12386dependencies = [
12387 "log",
12388 "pet-core",
12389 "pet-python-utils",
12390 "serde",
12391 "toml 0.9.8",
12392]
12393
12394[[package]]
12395name = "pet-venv"
12396version = "0.1.0"
12397source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12398dependencies = [
12399 "log",
12400 "msvc_spectre_libs",
12401 "pet-core",
12402 "pet-python-utils",
12403 "pet-virtualenv",
12404]
12405
12406[[package]]
12407name = "pet-virtualenv"
12408version = "0.1.0"
12409source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12410dependencies = [
12411 "log",
12412 "msvc_spectre_libs",
12413 "pet-core",
12414 "pet-fs",
12415 "pet-python-utils",
12416]
12417
12418[[package]]
12419name = "pet-virtualenvwrapper"
12420version = "0.1.0"
12421source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12422dependencies = [
12423 "log",
12424 "msvc_spectre_libs",
12425 "pet-core",
12426 "pet-fs",
12427 "pet-python-utils",
12428 "pet-virtualenv",
12429]
12430
12431[[package]]
12432name = "pet-windows-registry"
12433version = "0.1.0"
12434source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12435dependencies = [
12436 "lazy_static",
12437 "log",
12438 "msvc_spectre_libs",
12439 "pet-conda",
12440 "pet-core",
12441 "pet-fs",
12442 "pet-python-utils",
12443 "pet-virtualenv",
12444 "pet-windows-store",
12445 "regex",
12446 "winreg 0.55.0",
12447]
12448
12449[[package]]
12450name = "pet-windows-store"
12451version = "0.1.0"
12452source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12453dependencies = [
12454 "lazy_static",
12455 "log",
12456 "msvc_spectre_libs",
12457 "pet-core",
12458 "pet-fs",
12459 "pet-python-utils",
12460 "pet-virtualenv",
12461 "regex",
12462 "winreg 0.55.0",
12463]
12464
12465[[package]]
12466name = "pet-winpython"
12467version = "0.1.0"
12468source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12469dependencies = [
12470 "lazy_static",
12471 "log",
12472 "pet-core",
12473 "pet-fs",
12474 "pet-python-utils",
12475 "pet-virtualenv",
12476 "regex",
12477]
12478
12479[[package]]
12480name = "petgraph"
12481version = "0.6.5"
12482source = "registry+https://github.com/rust-lang/crates.io-index"
12483checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12484dependencies = [
12485 "fixedbitset 0.4.2",
12486 "indexmap",
12487]
12488
12489[[package]]
12490name = "pgvector"
12491version = "0.4.1"
12492source = "registry+https://github.com/rust-lang/crates.io-index"
12493checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12494dependencies = [
12495 "serde",
12496]
12497
12498[[package]]
12499name = "phf"
12500version = "0.11.3"
12501source = "registry+https://github.com/rust-lang/crates.io-index"
12502checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12503dependencies = [
12504 "phf_macros 0.11.3",
12505 "phf_shared 0.11.3",
12506]
12507
12508[[package]]
12509name = "phf"
12510version = "0.12.1"
12511source = "registry+https://github.com/rust-lang/crates.io-index"
12512checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12513dependencies = [
12514 "phf_macros 0.12.1",
12515 "phf_shared 0.12.1",
12516]
12517
12518[[package]]
12519name = "phf_codegen"
12520version = "0.11.3"
12521source = "registry+https://github.com/rust-lang/crates.io-index"
12522checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12523dependencies = [
12524 "phf_generator 0.11.3",
12525 "phf_shared 0.11.3",
12526]
12527
12528[[package]]
12529name = "phf_generator"
12530version = "0.11.3"
12531source = "registry+https://github.com/rust-lang/crates.io-index"
12532checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12533dependencies = [
12534 "phf_shared 0.11.3",
12535 "rand 0.8.5",
12536]
12537
12538[[package]]
12539name = "phf_generator"
12540version = "0.12.1"
12541source = "registry+https://github.com/rust-lang/crates.io-index"
12542checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12543dependencies = [
12544 "fastrand 2.3.0",
12545 "phf_shared 0.12.1",
12546]
12547
12548[[package]]
12549name = "phf_macros"
12550version = "0.11.3"
12551source = "registry+https://github.com/rust-lang/crates.io-index"
12552checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12553dependencies = [
12554 "phf_generator 0.11.3",
12555 "phf_shared 0.11.3",
12556 "proc-macro2",
12557 "quote",
12558 "syn 2.0.117",
12559]
12560
12561[[package]]
12562name = "phf_macros"
12563version = "0.12.1"
12564source = "registry+https://github.com/rust-lang/crates.io-index"
12565checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12566dependencies = [
12567 "phf_generator 0.12.1",
12568 "phf_shared 0.12.1",
12569 "proc-macro2",
12570 "quote",
12571 "syn 2.0.117",
12572]
12573
12574[[package]]
12575name = "phf_shared"
12576version = "0.11.3"
12577source = "registry+https://github.com/rust-lang/crates.io-index"
12578checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12579dependencies = [
12580 "siphasher 1.0.1",
12581]
12582
12583[[package]]
12584name = "phf_shared"
12585version = "0.12.1"
12586source = "registry+https://github.com/rust-lang/crates.io-index"
12587checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12588dependencies = [
12589 "siphasher 1.0.1",
12590]
12591
12592[[package]]
12593name = "picker"
12594version = "0.1.0"
12595dependencies = [
12596 "anyhow",
12597 "editor",
12598 "gpui",
12599 "menu",
12600 "schemars",
12601 "serde",
12602 "settings",
12603 "theme",
12604 "theme_settings",
12605 "ui",
12606 "ui_input",
12607 "workspace",
12608 "zed_actions",
12609]
12610
12611[[package]]
12612name = "pico-args"
12613version = "0.5.0"
12614source = "registry+https://github.com/rust-lang/crates.io-index"
12615checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12616
12617[[package]]
12618name = "pin-project"
12619version = "1.1.10"
12620source = "registry+https://github.com/rust-lang/crates.io-index"
12621checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12622dependencies = [
12623 "pin-project-internal",
12624]
12625
12626[[package]]
12627name = "pin-project-internal"
12628version = "1.1.10"
12629source = "registry+https://github.com/rust-lang/crates.io-index"
12630checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12631dependencies = [
12632 "proc-macro2",
12633 "quote",
12634 "syn 2.0.117",
12635]
12636
12637[[package]]
12638name = "pin-project-lite"
12639version = "0.2.16"
12640source = "registry+https://github.com/rust-lang/crates.io-index"
12641checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12642
12643[[package]]
12644name = "pin-utils"
12645version = "0.1.0"
12646source = "registry+https://github.com/rust-lang/crates.io-index"
12647checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12648
12649[[package]]
12650name = "piper"
12651version = "0.2.4"
12652source = "registry+https://github.com/rust-lang/crates.io-index"
12653checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12654dependencies = [
12655 "atomic-waker",
12656 "fastrand 2.3.0",
12657 "futures-io",
12658]
12659
12660[[package]]
12661name = "pkcs1"
12662version = "0.7.5"
12663source = "registry+https://github.com/rust-lang/crates.io-index"
12664checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12665dependencies = [
12666 "der 0.7.10",
12667 "pkcs8 0.10.2",
12668 "spki 0.7.3",
12669]
12670
12671[[package]]
12672name = "pkcs8"
12673version = "0.9.0"
12674source = "registry+https://github.com/rust-lang/crates.io-index"
12675checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12676dependencies = [
12677 "der 0.6.1",
12678 "spki 0.6.0",
12679]
12680
12681[[package]]
12682name = "pkcs8"
12683version = "0.10.2"
12684source = "registry+https://github.com/rust-lang/crates.io-index"
12685checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12686dependencies = [
12687 "der 0.7.10",
12688 "spki 0.7.3",
12689]
12690
12691[[package]]
12692name = "pkg-config"
12693version = "0.3.32"
12694source = "registry+https://github.com/rust-lang/crates.io-index"
12695checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12696
12697[[package]]
12698name = "plain"
12699version = "0.2.3"
12700source = "registry+https://github.com/rust-lang/crates.io-index"
12701checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12702
12703[[package]]
12704name = "platform_title_bar"
12705version = "0.1.0"
12706dependencies = [
12707 "feature_flags",
12708 "gpui",
12709 "project",
12710 "settings",
12711 "smallvec",
12712 "theme",
12713 "theme_settings",
12714 "ui",
12715 "windows 0.61.3",
12716 "workspace",
12717 "zed_actions",
12718]
12719
12720[[package]]
12721name = "plist"
12722version = "1.8.0"
12723source = "registry+https://github.com/rust-lang/crates.io-index"
12724checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12725dependencies = [
12726 "base64 0.22.1",
12727 "indexmap",
12728 "quick-xml 0.38.3",
12729 "serde",
12730 "time",
12731]
12732
12733[[package]]
12734name = "plotters"
12735version = "0.3.7"
12736source = "registry+https://github.com/rust-lang/crates.io-index"
12737checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12738dependencies = [
12739 "num-traits",
12740 "plotters-backend",
12741 "plotters-svg",
12742 "wasm-bindgen",
12743 "web-sys",
12744]
12745
12746[[package]]
12747name = "plotters-backend"
12748version = "0.3.7"
12749source = "registry+https://github.com/rust-lang/crates.io-index"
12750checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12751
12752[[package]]
12753name = "plotters-svg"
12754version = "0.3.7"
12755source = "registry+https://github.com/rust-lang/crates.io-index"
12756checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
12757dependencies = [
12758 "plotters-backend",
12759]
12760
12761[[package]]
12762name = "png"
12763version = "0.17.16"
12764source = "registry+https://github.com/rust-lang/crates.io-index"
12765checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12766dependencies = [
12767 "bitflags 1.3.2",
12768 "crc32fast",
12769 "fdeflate",
12770 "flate2",
12771 "miniz_oxide",
12772]
12773
12774[[package]]
12775name = "png"
12776version = "0.18.0"
12777source = "registry+https://github.com/rust-lang/crates.io-index"
12778checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12779dependencies = [
12780 "bitflags 2.10.0",
12781 "crc32fast",
12782 "fdeflate",
12783 "flate2",
12784 "miniz_oxide",
12785]
12786
12787[[package]]
12788name = "polling"
12789version = "3.11.0"
12790source = "registry+https://github.com/rust-lang/crates.io-index"
12791checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
12792dependencies = [
12793 "cfg-if",
12794 "concurrent-queue",
12795 "hermit-abi",
12796 "pin-project-lite",
12797 "rustix 1.1.2",
12798 "windows-sys 0.61.2",
12799]
12800
12801[[package]]
12802name = "pollster"
12803version = "0.2.5"
12804source = "registry+https://github.com/rust-lang/crates.io-index"
12805checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
12806
12807[[package]]
12808name = "pollster"
12809version = "0.4.0"
12810source = "registry+https://github.com/rust-lang/crates.io-index"
12811checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
12812
12813[[package]]
12814name = "pori"
12815version = "0.0.0"
12816source = "registry+https://github.com/rust-lang/crates.io-index"
12817checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
12818dependencies = [
12819 "nom 7.1.3",
12820]
12821
12822[[package]]
12823name = "portable-atomic"
12824version = "1.11.1"
12825source = "registry+https://github.com/rust-lang/crates.io-index"
12826checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
12827
12828[[package]]
12829name = "portable-atomic-util"
12830version = "0.2.4"
12831source = "registry+https://github.com/rust-lang/crates.io-index"
12832checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
12833dependencies = [
12834 "portable-atomic",
12835]
12836
12837[[package]]
12838name = "portable-pty"
12839version = "0.9.0"
12840source = "registry+https://github.com/rust-lang/crates.io-index"
12841checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
12842dependencies = [
12843 "anyhow",
12844 "bitflags 1.3.2",
12845 "downcast-rs",
12846 "filedescriptor",
12847 "lazy_static",
12848 "libc",
12849 "log",
12850 "nix 0.28.0",
12851 "serial2",
12852 "shared_library",
12853 "shell-words",
12854 "winapi",
12855 "winreg 0.10.1",
12856]
12857
12858[[package]]
12859name = "postage"
12860version = "0.5.0"
12861source = "registry+https://github.com/rust-lang/crates.io-index"
12862checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
12863dependencies = [
12864 "atomic",
12865 "crossbeam-queue",
12866 "futures 0.3.32",
12867 "log",
12868 "parking_lot",
12869 "pin-project",
12870 "pollster 0.2.5",
12871 "static_assertions",
12872 "thiserror 1.0.69",
12873]
12874
12875[[package]]
12876name = "postcard"
12877version = "1.1.3"
12878source = "registry+https://github.com/rust-lang/crates.io-index"
12879checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
12880dependencies = [
12881 "cobs",
12882 "embedded-io 0.4.0",
12883 "embedded-io 0.6.1",
12884 "serde",
12885]
12886
12887[[package]]
12888name = "potential_utf"
12889version = "0.1.3"
12890source = "registry+https://github.com/rust-lang/crates.io-index"
12891checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
12892dependencies = [
12893 "zerovec",
12894]
12895
12896[[package]]
12897name = "powerfmt"
12898version = "0.2.0"
12899source = "registry+https://github.com/rust-lang/crates.io-index"
12900checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
12901
12902[[package]]
12903name = "ppv-lite86"
12904version = "0.2.21"
12905source = "registry+https://github.com/rust-lang/crates.io-index"
12906checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
12907dependencies = [
12908 "zerocopy",
12909]
12910
12911[[package]]
12912name = "precomputed-hash"
12913version = "0.1.1"
12914source = "registry+https://github.com/rust-lang/crates.io-index"
12915checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
12916
12917[[package]]
12918name = "presser"
12919version = "0.3.1"
12920source = "registry+https://github.com/rust-lang/crates.io-index"
12921checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
12922
12923[[package]]
12924name = "prettier"
12925version = "0.1.0"
12926dependencies = [
12927 "anyhow",
12928 "collections",
12929 "fs",
12930 "gpui",
12931 "language",
12932 "log",
12933 "lsp",
12934 "node_runtime",
12935 "parking_lot",
12936 "paths",
12937 "serde",
12938 "serde_json",
12939 "util",
12940]
12941
12942[[package]]
12943name = "pretty_assertions"
12944version = "1.4.1"
12945source = "registry+https://github.com/rust-lang/crates.io-index"
12946checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
12947dependencies = [
12948 "diff",
12949 "yansi",
12950]
12951
12952[[package]]
12953name = "prettyplease"
12954version = "0.2.37"
12955source = "registry+https://github.com/rust-lang/crates.io-index"
12956checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
12957dependencies = [
12958 "proc-macro2",
12959 "syn 2.0.117",
12960]
12961
12962[[package]]
12963name = "primal-check"
12964version = "0.3.4"
12965source = "registry+https://github.com/rust-lang/crates.io-index"
12966checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
12967dependencies = [
12968 "num-integer",
12969]
12970
12971[[package]]
12972name = "proc-macro-crate"
12973version = "3.4.0"
12974source = "registry+https://github.com/rust-lang/crates.io-index"
12975checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
12976dependencies = [
12977 "toml_edit 0.23.7",
12978]
12979
12980[[package]]
12981name = "proc-macro-error"
12982version = "1.0.4"
12983source = "registry+https://github.com/rust-lang/crates.io-index"
12984checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
12985dependencies = [
12986 "proc-macro-error-attr",
12987 "proc-macro2",
12988 "quote",
12989 "syn 1.0.109",
12990 "version_check",
12991]
12992
12993[[package]]
12994name = "proc-macro-error-attr"
12995version = "1.0.4"
12996source = "registry+https://github.com/rust-lang/crates.io-index"
12997checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
12998dependencies = [
12999 "proc-macro2",
13000 "quote",
13001 "version_check",
13002]
13003
13004[[package]]
13005name = "proc-macro-error-attr2"
13006version = "2.0.0"
13007source = "registry+https://github.com/rust-lang/crates.io-index"
13008checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13009dependencies = [
13010 "proc-macro2",
13011 "quote",
13012]
13013
13014[[package]]
13015name = "proc-macro-error2"
13016version = "2.0.1"
13017source = "registry+https://github.com/rust-lang/crates.io-index"
13018checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13019dependencies = [
13020 "proc-macro-error-attr2",
13021 "proc-macro2",
13022 "quote",
13023 "syn 2.0.117",
13024]
13025
13026[[package]]
13027name = "proc-macro2"
13028version = "1.0.101"
13029source = "registry+https://github.com/rust-lang/crates.io-index"
13030checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13031dependencies = [
13032 "unicode-ident",
13033]
13034
13035[[package]]
13036name = "proc-macro2-diagnostics"
13037version = "0.10.1"
13038source = "registry+https://github.com/rust-lang/crates.io-index"
13039checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13040dependencies = [
13041 "proc-macro2",
13042 "quote",
13043 "syn 2.0.117",
13044 "version_check",
13045 "yansi",
13046]
13047
13048[[package]]
13049name = "procfs-core"
13050version = "0.17.0"
13051source = "registry+https://github.com/rust-lang/crates.io-index"
13052checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13053dependencies = [
13054 "bitflags 2.10.0",
13055 "hex",
13056 "serde",
13057]
13058
13059[[package]]
13060name = "profiling"
13061version = "1.0.17"
13062source = "registry+https://github.com/rust-lang/crates.io-index"
13063checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13064dependencies = [
13065 "profiling-procmacros",
13066]
13067
13068[[package]]
13069name = "profiling-procmacros"
13070version = "1.0.17"
13071source = "registry+https://github.com/rust-lang/crates.io-index"
13072checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13073dependencies = [
13074 "quote",
13075 "syn 2.0.117",
13076]
13077
13078[[package]]
13079name = "project"
13080version = "0.1.0"
13081dependencies = [
13082 "aho-corasick",
13083 "anyhow",
13084 "askpass",
13085 "async-trait",
13086 "base64 0.22.1",
13087 "buffer_diff",
13088 "circular-buffer",
13089 "client",
13090 "clock",
13091 "collections",
13092 "context_server",
13093 "credentials_provider",
13094 "dap",
13095 "encoding_rs",
13096 "extension",
13097 "fancy-regex 0.17.0",
13098 "fs",
13099 "futures 0.3.32",
13100 "fuzzy",
13101 "git",
13102 "git2",
13103 "git_hosting_providers",
13104 "globset",
13105 "gpui",
13106 "http_client",
13107 "image",
13108 "indexmap",
13109 "itertools 0.14.0",
13110 "language",
13111 "log",
13112 "lsp",
13113 "markdown",
13114 "node_runtime",
13115 "parking_lot",
13116 "paths",
13117 "percent-encoding",
13118 "postage",
13119 "prettier",
13120 "pretty_assertions",
13121 "project",
13122 "rand 0.9.2",
13123 "regex",
13124 "release_channel",
13125 "remote",
13126 "rpc",
13127 "schemars",
13128 "semver",
13129 "serde",
13130 "serde_json",
13131 "settings",
13132 "sha2",
13133 "shellexpand 2.1.2",
13134 "smallvec",
13135 "smol",
13136 "snippet",
13137 "snippet_provider",
13138 "sum_tree",
13139 "task",
13140 "tempfile",
13141 "terminal",
13142 "text",
13143 "toml 0.8.23",
13144 "tracing",
13145 "unindent",
13146 "url",
13147 "util",
13148 "watch",
13149 "wax",
13150 "which 6.0.3",
13151 "worktree",
13152 "zed_credentials_provider",
13153 "zeroize",
13154 "zlog",
13155 "ztracing",
13156]
13157
13158[[package]]
13159name = "project_benchmarks"
13160version = "0.1.0"
13161dependencies = [
13162 "anyhow",
13163 "askpass",
13164 "clap",
13165 "client",
13166 "futures 0.3.32",
13167 "gpui",
13168 "gpui_platform",
13169 "http_client",
13170 "language",
13171 "node_runtime",
13172 "project",
13173 "release_channel",
13174 "remote",
13175 "rpassword",
13176 "semver",
13177 "settings",
13178 "watch",
13179]
13180
13181[[package]]
13182name = "project_panel"
13183version = "0.1.0"
13184dependencies = [
13185 "anyhow",
13186 "client",
13187 "collections",
13188 "command_palette_hooks",
13189 "criterion",
13190 "editor",
13191 "feature_flags",
13192 "file_icons",
13193 "git",
13194 "git_ui",
13195 "gpui",
13196 "itertools 0.14.0",
13197 "language",
13198 "menu",
13199 "notifications",
13200 "pretty_assertions",
13201 "project",
13202 "rayon",
13203 "remote_connection",
13204 "schemars",
13205 "search",
13206 "serde",
13207 "serde_json",
13208 "settings",
13209 "smallvec",
13210 "telemetry",
13211 "tempfile",
13212 "theme",
13213 "theme_settings",
13214 "ui",
13215 "util",
13216 "workspace",
13217 "worktree",
13218 "zed_actions",
13219]
13220
13221[[package]]
13222name = "project_symbols"
13223version = "0.1.0"
13224dependencies = [
13225 "anyhow",
13226 "editor",
13227 "futures 0.3.32",
13228 "fuzzy",
13229 "gpui",
13230 "language",
13231 "lsp",
13232 "ordered-float 2.10.1",
13233 "picker",
13234 "project",
13235 "release_channel",
13236 "semver",
13237 "serde_json",
13238 "settings",
13239 "theme",
13240 "theme_settings",
13241 "util",
13242 "workspace",
13243]
13244
13245[[package]]
13246name = "prometheus"
13247version = "0.14.0"
13248source = "registry+https://github.com/rust-lang/crates.io-index"
13249checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13250dependencies = [
13251 "cfg-if",
13252 "fnv",
13253 "lazy_static",
13254 "memchr",
13255 "parking_lot",
13256 "protobuf",
13257 "thiserror 2.0.17",
13258]
13259
13260[[package]]
13261name = "prompt_store"
13262version = "0.1.0"
13263dependencies = [
13264 "anyhow",
13265 "assets",
13266 "chrono",
13267 "collections",
13268 "fs",
13269 "futures 0.3.32",
13270 "fuzzy",
13271 "gpui",
13272 "handlebars 4.5.0",
13273 "heed",
13274 "language",
13275 "log",
13276 "parking_lot",
13277 "paths",
13278 "rope",
13279 "serde",
13280 "strum 0.27.2",
13281 "tempfile",
13282 "text",
13283 "util",
13284 "uuid",
13285]
13286
13287[[package]]
13288name = "proptest"
13289version = "1.10.0"
13290source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13291dependencies = [
13292 "bit-set 0.8.0",
13293 "bit-vec 0.8.0",
13294 "bitflags 2.10.0",
13295 "num-traits",
13296 "proptest-macro",
13297 "rand 0.9.2",
13298 "rand_chacha 0.9.0",
13299 "rand_xorshift",
13300 "regex-syntax",
13301 "rusty-fork",
13302 "tempfile",
13303 "unarray",
13304]
13305
13306[[package]]
13307name = "proptest-derive"
13308version = "0.8.0"
13309source = "registry+https://github.com/rust-lang/crates.io-index"
13310checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13311dependencies = [
13312 "proc-macro2",
13313 "quote",
13314 "syn 2.0.117",
13315]
13316
13317[[package]]
13318name = "proptest-macro"
13319version = "0.5.0"
13320source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13321dependencies = [
13322 "convert_case 0.11.0",
13323 "proc-macro2",
13324 "quote",
13325 "syn 2.0.117",
13326]
13327
13328[[package]]
13329name = "prost"
13330version = "0.9.0"
13331source = "registry+https://github.com/rust-lang/crates.io-index"
13332checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13333dependencies = [
13334 "bytes 1.11.1",
13335 "prost-derive 0.9.0",
13336]
13337
13338[[package]]
13339name = "prost"
13340version = "0.12.6"
13341source = "registry+https://github.com/rust-lang/crates.io-index"
13342checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13343dependencies = [
13344 "bytes 1.11.1",
13345 "prost-derive 0.12.6",
13346]
13347
13348[[package]]
13349name = "prost-build"
13350version = "0.9.0"
13351source = "registry+https://github.com/rust-lang/crates.io-index"
13352checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13353dependencies = [
13354 "bytes 1.11.1",
13355 "heck 0.3.3",
13356 "itertools 0.10.5",
13357 "lazy_static",
13358 "log",
13359 "multimap",
13360 "petgraph",
13361 "prost 0.9.0",
13362 "prost-types 0.9.0",
13363 "regex",
13364 "tempfile",
13365 "which 4.4.2",
13366]
13367
13368[[package]]
13369name = "prost-build"
13370version = "0.12.6"
13371source = "registry+https://github.com/rust-lang/crates.io-index"
13372checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13373dependencies = [
13374 "bytes 1.11.1",
13375 "heck 0.5.0",
13376 "itertools 0.12.1",
13377 "log",
13378 "multimap",
13379 "once_cell",
13380 "petgraph",
13381 "prettyplease",
13382 "prost 0.12.6",
13383 "prost-types 0.12.6",
13384 "regex",
13385 "syn 2.0.117",
13386 "tempfile",
13387]
13388
13389[[package]]
13390name = "prost-derive"
13391version = "0.9.0"
13392source = "registry+https://github.com/rust-lang/crates.io-index"
13393checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13394dependencies = [
13395 "anyhow",
13396 "itertools 0.10.5",
13397 "proc-macro2",
13398 "quote",
13399 "syn 1.0.109",
13400]
13401
13402[[package]]
13403name = "prost-derive"
13404version = "0.12.6"
13405source = "registry+https://github.com/rust-lang/crates.io-index"
13406checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13407dependencies = [
13408 "anyhow",
13409 "itertools 0.12.1",
13410 "proc-macro2",
13411 "quote",
13412 "syn 2.0.117",
13413]
13414
13415[[package]]
13416name = "prost-types"
13417version = "0.9.0"
13418source = "registry+https://github.com/rust-lang/crates.io-index"
13419checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13420dependencies = [
13421 "bytes 1.11.1",
13422 "prost 0.9.0",
13423]
13424
13425[[package]]
13426name = "prost-types"
13427version = "0.12.6"
13428source = "registry+https://github.com/rust-lang/crates.io-index"
13429checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13430dependencies = [
13431 "prost 0.12.6",
13432]
13433
13434[[package]]
13435name = "proto"
13436version = "0.1.0"
13437dependencies = [
13438 "anyhow",
13439 "prost 0.9.0",
13440 "prost-build 0.9.0",
13441 "serde",
13442]
13443
13444[[package]]
13445name = "protobuf"
13446version = "3.7.2"
13447source = "registry+https://github.com/rust-lang/crates.io-index"
13448checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13449dependencies = [
13450 "once_cell",
13451 "protobuf-support",
13452 "thiserror 1.0.69",
13453]
13454
13455[[package]]
13456name = "protobuf-support"
13457version = "3.7.2"
13458source = "registry+https://github.com/rust-lang/crates.io-index"
13459checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13460dependencies = [
13461 "thiserror 1.0.69",
13462]
13463
13464[[package]]
13465name = "psm"
13466version = "0.1.30"
13467source = "registry+https://github.com/rust-lang/crates.io-index"
13468checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13469dependencies = [
13470 "ar_archive_writer",
13471 "cc",
13472]
13473
13474[[package]]
13475name = "ptr_meta"
13476version = "0.1.4"
13477source = "registry+https://github.com/rust-lang/crates.io-index"
13478checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13479dependencies = [
13480 "ptr_meta_derive",
13481]
13482
13483[[package]]
13484name = "ptr_meta_derive"
13485version = "0.1.4"
13486source = "registry+https://github.com/rust-lang/crates.io-index"
13487checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13488dependencies = [
13489 "proc-macro2",
13490 "quote",
13491 "syn 1.0.109",
13492]
13493
13494[[package]]
13495name = "pulldown-cmark"
13496version = "0.10.3"
13497source = "registry+https://github.com/rust-lang/crates.io-index"
13498checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13499dependencies = [
13500 "bitflags 2.10.0",
13501 "memchr",
13502 "pulldown-cmark-escape",
13503 "unicase",
13504]
13505
13506[[package]]
13507name = "pulldown-cmark"
13508version = "0.13.0"
13509source = "registry+https://github.com/rust-lang/crates.io-index"
13510checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13511dependencies = [
13512 "bitflags 2.10.0",
13513 "memchr",
13514 "unicase",
13515]
13516
13517[[package]]
13518name = "pulldown-cmark-escape"
13519version = "0.10.1"
13520source = "registry+https://github.com/rust-lang/crates.io-index"
13521checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13522
13523[[package]]
13524name = "pulley-interpreter"
13525version = "36.0.6"
13526source = "registry+https://github.com/rust-lang/crates.io-index"
13527checksum = "499d922aa0f9faac8d92351416664f1b7acd914008a90fce2f0516d31efddf67"
13528dependencies = [
13529 "cranelift-bitset",
13530 "log",
13531 "pulley-macros",
13532 "wasmtime-internal-math",
13533]
13534
13535[[package]]
13536name = "pulley-macros"
13537version = "36.0.6"
13538source = "registry+https://github.com/rust-lang/crates.io-index"
13539checksum = "a3848fb193d6dffca43a21f24ca9492f22aab88af1223d06bac7f8a0ef405b81"
13540dependencies = [
13541 "proc-macro2",
13542 "quote",
13543 "syn 2.0.117",
13544]
13545
13546[[package]]
13547name = "pulp"
13548version = "0.18.22"
13549source = "registry+https://github.com/rust-lang/crates.io-index"
13550checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13551dependencies = [
13552 "bytemuck",
13553 "libm",
13554 "num-complex",
13555 "reborrow",
13556]
13557
13558[[package]]
13559name = "pulp"
13560version = "0.21.5"
13561source = "registry+https://github.com/rust-lang/crates.io-index"
13562checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13563dependencies = [
13564 "bytemuck",
13565 "cfg-if",
13566 "libm",
13567 "num-complex",
13568 "reborrow",
13569 "version_check",
13570]
13571
13572[[package]]
13573name = "pxfm"
13574version = "0.1.25"
13575source = "registry+https://github.com/rust-lang/crates.io-index"
13576checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13577dependencies = [
13578 "num-traits",
13579]
13580
13581[[package]]
13582name = "qoi"
13583version = "0.4.1"
13584source = "registry+https://github.com/rust-lang/crates.io-index"
13585checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13586dependencies = [
13587 "bytemuck",
13588]
13589
13590[[package]]
13591name = "quick-error"
13592version = "1.2.3"
13593source = "registry+https://github.com/rust-lang/crates.io-index"
13594checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13595
13596[[package]]
13597name = "quick-error"
13598version = "2.0.1"
13599source = "registry+https://github.com/rust-lang/crates.io-index"
13600checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13601
13602[[package]]
13603name = "quick-xml"
13604version = "0.30.0"
13605source = "registry+https://github.com/rust-lang/crates.io-index"
13606checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13607dependencies = [
13608 "memchr",
13609]
13610
13611[[package]]
13612name = "quick-xml"
13613version = "0.37.5"
13614source = "registry+https://github.com/rust-lang/crates.io-index"
13615checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13616dependencies = [
13617 "memchr",
13618]
13619
13620[[package]]
13621name = "quick-xml"
13622version = "0.38.3"
13623source = "registry+https://github.com/rust-lang/crates.io-index"
13624checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13625dependencies = [
13626 "memchr",
13627]
13628
13629[[package]]
13630name = "quinn"
13631version = "0.11.9"
13632source = "registry+https://github.com/rust-lang/crates.io-index"
13633checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13634dependencies = [
13635 "bytes 1.11.1",
13636 "cfg_aliases 0.2.1",
13637 "pin-project-lite",
13638 "quinn-proto",
13639 "quinn-udp",
13640 "rustc-hash 2.1.1",
13641 "rustls 0.23.33",
13642 "socket2 0.6.1",
13643 "thiserror 2.0.17",
13644 "tokio",
13645 "tracing",
13646 "web-time",
13647]
13648
13649[[package]]
13650name = "quinn-proto"
13651version = "0.11.13"
13652source = "registry+https://github.com/rust-lang/crates.io-index"
13653checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13654dependencies = [
13655 "bytes 1.11.1",
13656 "getrandom 0.3.4",
13657 "lru-slab",
13658 "rand 0.9.2",
13659 "ring",
13660 "rustc-hash 2.1.1",
13661 "rustls 0.23.33",
13662 "rustls-pki-types",
13663 "slab",
13664 "thiserror 2.0.17",
13665 "tinyvec",
13666 "tracing",
13667 "web-time",
13668]
13669
13670[[package]]
13671name = "quinn-udp"
13672version = "0.5.14"
13673source = "registry+https://github.com/rust-lang/crates.io-index"
13674checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13675dependencies = [
13676 "cfg_aliases 0.2.1",
13677 "libc",
13678 "once_cell",
13679 "socket2 0.6.1",
13680 "tracing",
13681 "windows-sys 0.60.2",
13682]
13683
13684[[package]]
13685name = "quote"
13686version = "1.0.41"
13687source = "registry+https://github.com/rust-lang/crates.io-index"
13688checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13689dependencies = [
13690 "proc-macro2",
13691]
13692
13693[[package]]
13694name = "r-efi"
13695version = "5.3.0"
13696source = "registry+https://github.com/rust-lang/crates.io-index"
13697checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13698
13699[[package]]
13700name = "radium"
13701version = "0.7.0"
13702source = "registry+https://github.com/rust-lang/crates.io-index"
13703checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13704
13705[[package]]
13706name = "rand"
13707version = "0.3.23"
13708source = "registry+https://github.com/rust-lang/crates.io-index"
13709checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13710dependencies = [
13711 "libc",
13712 "rand 0.4.6",
13713]
13714
13715[[package]]
13716name = "rand"
13717version = "0.4.6"
13718source = "registry+https://github.com/rust-lang/crates.io-index"
13719checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13720dependencies = [
13721 "fuchsia-cprng",
13722 "libc",
13723 "rand_core 0.3.1",
13724 "rdrand",
13725 "winapi",
13726]
13727
13728[[package]]
13729name = "rand"
13730version = "0.8.5"
13731source = "registry+https://github.com/rust-lang/crates.io-index"
13732checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13733dependencies = [
13734 "libc",
13735 "rand_chacha 0.3.1",
13736 "rand_core 0.6.4",
13737]
13738
13739[[package]]
13740name = "rand"
13741version = "0.9.2"
13742source = "registry+https://github.com/rust-lang/crates.io-index"
13743checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
13744dependencies = [
13745 "rand_chacha 0.9.0",
13746 "rand_core 0.9.3",
13747]
13748
13749[[package]]
13750name = "rand_chacha"
13751version = "0.3.1"
13752source = "registry+https://github.com/rust-lang/crates.io-index"
13753checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13754dependencies = [
13755 "ppv-lite86",
13756 "rand_core 0.6.4",
13757]
13758
13759[[package]]
13760name = "rand_chacha"
13761version = "0.9.0"
13762source = "registry+https://github.com/rust-lang/crates.io-index"
13763checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13764dependencies = [
13765 "ppv-lite86",
13766 "rand_core 0.9.3",
13767]
13768
13769[[package]]
13770name = "rand_core"
13771version = "0.3.1"
13772source = "registry+https://github.com/rust-lang/crates.io-index"
13773checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
13774dependencies = [
13775 "rand_core 0.4.2",
13776]
13777
13778[[package]]
13779name = "rand_core"
13780version = "0.4.2"
13781source = "registry+https://github.com/rust-lang/crates.io-index"
13782checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
13783
13784[[package]]
13785name = "rand_core"
13786version = "0.6.4"
13787source = "registry+https://github.com/rust-lang/crates.io-index"
13788checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
13789dependencies = [
13790 "getrandom 0.2.16",
13791]
13792
13793[[package]]
13794name = "rand_core"
13795version = "0.9.3"
13796source = "registry+https://github.com/rust-lang/crates.io-index"
13797checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
13798dependencies = [
13799 "getrandom 0.3.4",
13800]
13801
13802[[package]]
13803name = "rand_distr"
13804version = "0.5.1"
13805source = "registry+https://github.com/rust-lang/crates.io-index"
13806checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
13807dependencies = [
13808 "num-traits",
13809 "rand 0.9.2",
13810]
13811
13812[[package]]
13813name = "rand_pcg"
13814version = "0.3.1"
13815source = "registry+https://github.com/rust-lang/crates.io-index"
13816checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
13817dependencies = [
13818 "rand_core 0.6.4",
13819]
13820
13821[[package]]
13822name = "rand_xorshift"
13823version = "0.4.0"
13824source = "registry+https://github.com/rust-lang/crates.io-index"
13825checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
13826dependencies = [
13827 "rand_core 0.9.3",
13828]
13829
13830[[package]]
13831name = "random_choice"
13832version = "0.3.2"
13833source = "registry+https://github.com/rust-lang/crates.io-index"
13834checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
13835dependencies = [
13836 "rand 0.3.23",
13837]
13838
13839[[package]]
13840name = "range-alloc"
13841version = "0.1.4"
13842source = "registry+https://github.com/rust-lang/crates.io-index"
13843checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
13844
13845[[package]]
13846name = "range-map"
13847version = "0.2.0"
13848source = "registry+https://github.com/rust-lang/crates.io-index"
13849checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
13850dependencies = [
13851 "num-traits",
13852]
13853
13854[[package]]
13855name = "rangemap"
13856version = "1.7.1"
13857source = "registry+https://github.com/rust-lang/crates.io-index"
13858checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
13859
13860[[package]]
13861name = "rav1e"
13862version = "0.7.1"
13863source = "registry+https://github.com/rust-lang/crates.io-index"
13864checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
13865dependencies = [
13866 "arbitrary",
13867 "arg_enum_proc_macro",
13868 "arrayvec",
13869 "av1-grain",
13870 "bitstream-io",
13871 "built",
13872 "cfg-if",
13873 "interpolate_name",
13874 "itertools 0.12.1",
13875 "libc",
13876 "libfuzzer-sys",
13877 "log",
13878 "maybe-rayon",
13879 "new_debug_unreachable",
13880 "noop_proc_macro",
13881 "num-derive",
13882 "num-traits",
13883 "once_cell",
13884 "paste",
13885 "profiling",
13886 "rand 0.8.5",
13887 "rand_chacha 0.3.1",
13888 "simd_helpers",
13889 "system-deps 6.2.2",
13890 "thiserror 1.0.69",
13891 "v_frame",
13892 "wasm-bindgen",
13893]
13894
13895[[package]]
13896name = "ravif"
13897version = "0.11.20"
13898source = "registry+https://github.com/rust-lang/crates.io-index"
13899checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
13900dependencies = [
13901 "avif-serialize",
13902 "imgref",
13903 "loop9",
13904 "quick-error 2.0.1",
13905 "rav1e",
13906 "rayon",
13907 "rgb",
13908]
13909
13910[[package]]
13911name = "raw-cpuid"
13912version = "10.7.0"
13913source = "registry+https://github.com/rust-lang/crates.io-index"
13914checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
13915dependencies = [
13916 "bitflags 1.3.2",
13917]
13918
13919[[package]]
13920name = "raw-cpuid"
13921version = "11.6.0"
13922source = "registry+https://github.com/rust-lang/crates.io-index"
13923checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
13924dependencies = [
13925 "bitflags 2.10.0",
13926]
13927
13928[[package]]
13929name = "raw-window-handle"
13930version = "0.6.2"
13931source = "registry+https://github.com/rust-lang/crates.io-index"
13932checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
13933
13934[[package]]
13935name = "raw-window-metal"
13936version = "1.1.0"
13937source = "registry+https://github.com/rust-lang/crates.io-index"
13938checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
13939dependencies = [
13940 "objc2",
13941 "objc2-core-foundation",
13942 "objc2-foundation",
13943 "objc2-quartz-core",
13944]
13945
13946[[package]]
13947name = "rayon"
13948version = "1.11.0"
13949source = "registry+https://github.com/rust-lang/crates.io-index"
13950checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
13951dependencies = [
13952 "either",
13953 "rayon-core",
13954]
13955
13956[[package]]
13957name = "rayon-core"
13958version = "1.13.0"
13959source = "registry+https://github.com/rust-lang/crates.io-index"
13960checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
13961dependencies = [
13962 "crossbeam-deque",
13963 "crossbeam-utils",
13964]
13965
13966[[package]]
13967name = "rdrand"
13968version = "0.4.0"
13969source = "registry+https://github.com/rust-lang/crates.io-index"
13970checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
13971dependencies = [
13972 "rand_core 0.3.1",
13973]
13974
13975[[package]]
13976name = "read-fonts"
13977version = "0.35.0"
13978source = "registry+https://github.com/rust-lang/crates.io-index"
13979checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
13980dependencies = [
13981 "bytemuck",
13982 "font-types 0.10.0",
13983]
13984
13985[[package]]
13986name = "read-fonts"
13987version = "0.37.0"
13988source = "registry+https://github.com/rust-lang/crates.io-index"
13989checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
13990dependencies = [
13991 "bytemuck",
13992 "core_maths",
13993 "font-types 0.11.0",
13994]
13995
13996[[package]]
13997name = "realfft"
13998version = "3.5.0"
13999source = "registry+https://github.com/rust-lang/crates.io-index"
14000checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14001dependencies = [
14002 "rustfft",
14003]
14004
14005[[package]]
14006name = "reborrow"
14007version = "0.5.5"
14008source = "registry+https://github.com/rust-lang/crates.io-index"
14009checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14010
14011[[package]]
14012name = "recent_projects"
14013version = "0.1.0"
14014dependencies = [
14015 "anyhow",
14016 "askpass",
14017 "chrono",
14018 "db",
14019 "dev_container",
14020 "editor",
14021 "extension",
14022 "extension_host",
14023 "fs",
14024 "futures 0.3.32",
14025 "fuzzy",
14026 "gpui",
14027 "http_client",
14028 "indoc",
14029 "language",
14030 "log",
14031 "menu",
14032 "node_runtime",
14033 "open_path_prompt",
14034 "ordered-float 2.10.1",
14035 "paths",
14036 "picker",
14037 "project",
14038 "release_channel",
14039 "remote",
14040 "remote_connection",
14041 "remote_server",
14042 "semver",
14043 "serde",
14044 "serde_json",
14045 "settings",
14046 "smol",
14047 "task",
14048 "telemetry",
14049 "ui",
14050 "ui_input",
14051 "util",
14052 "windows-registry 0.6.1",
14053 "workspace",
14054 "worktree",
14055 "zed_actions",
14056]
14057
14058[[package]]
14059name = "redox_syscall"
14060version = "0.2.16"
14061source = "registry+https://github.com/rust-lang/crates.io-index"
14062checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14063dependencies = [
14064 "bitflags 1.3.2",
14065]
14066
14067[[package]]
14068name = "redox_syscall"
14069version = "0.5.18"
14070source = "registry+https://github.com/rust-lang/crates.io-index"
14071checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14072dependencies = [
14073 "bitflags 2.10.0",
14074]
14075
14076[[package]]
14077name = "redox_users"
14078version = "0.4.6"
14079source = "registry+https://github.com/rust-lang/crates.io-index"
14080checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
14081dependencies = [
14082 "getrandom 0.2.16",
14083 "libredox",
14084 "thiserror 1.0.69",
14085]
14086
14087[[package]]
14088name = "redox_users"
14089version = "0.5.2"
14090source = "registry+https://github.com/rust-lang/crates.io-index"
14091checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14092dependencies = [
14093 "getrandom 0.2.16",
14094 "libredox",
14095 "thiserror 2.0.17",
14096]
14097
14098[[package]]
14099name = "ref-cast"
14100version = "1.0.25"
14101source = "registry+https://github.com/rust-lang/crates.io-index"
14102checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14103dependencies = [
14104 "ref-cast-impl",
14105]
14106
14107[[package]]
14108name = "ref-cast-impl"
14109version = "1.0.25"
14110source = "registry+https://github.com/rust-lang/crates.io-index"
14111checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14112dependencies = [
14113 "proc-macro2",
14114 "quote",
14115 "syn 2.0.117",
14116]
14117
14118[[package]]
14119name = "referencing"
14120version = "0.37.4"
14121source = "registry+https://github.com/rust-lang/crates.io-index"
14122checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14123dependencies = [
14124 "ahash 0.8.12",
14125 "fluent-uri",
14126 "getrandom 0.3.4",
14127 "hashbrown 0.16.1",
14128 "parking_lot",
14129 "percent-encoding",
14130 "serde_json",
14131]
14132
14133[[package]]
14134name = "refineable"
14135version = "0.1.0"
14136dependencies = [
14137 "derive_refineable",
14138]
14139
14140[[package]]
14141name = "regalloc2"
14142version = "0.12.2"
14143source = "registry+https://github.com/rust-lang/crates.io-index"
14144checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14145dependencies = [
14146 "allocator-api2",
14147 "bumpalo",
14148 "hashbrown 0.15.5",
14149 "log",
14150 "rustc-hash 2.1.1",
14151 "serde",
14152 "smallvec",
14153]
14154
14155[[package]]
14156name = "regex"
14157version = "1.12.2"
14158source = "registry+https://github.com/rust-lang/crates.io-index"
14159checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14160dependencies = [
14161 "aho-corasick",
14162 "memchr",
14163 "regex-automata",
14164 "regex-syntax",
14165]
14166
14167[[package]]
14168name = "regex-automata"
14169version = "0.4.13"
14170source = "registry+https://github.com/rust-lang/crates.io-index"
14171checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14172dependencies = [
14173 "aho-corasick",
14174 "memchr",
14175 "regex-syntax",
14176]
14177
14178[[package]]
14179name = "regex-lite"
14180version = "0.1.8"
14181source = "registry+https://github.com/rust-lang/crates.io-index"
14182checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14183
14184[[package]]
14185name = "regex-syntax"
14186version = "0.8.8"
14187source = "registry+https://github.com/rust-lang/crates.io-index"
14188checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14189
14190[[package]]
14191name = "release_channel"
14192version = "0.1.0"
14193dependencies = [
14194 "gpui",
14195 "semver",
14196]
14197
14198[[package]]
14199name = "remote"
14200version = "0.1.0"
14201dependencies = [
14202 "anyhow",
14203 "askpass",
14204 "async-trait",
14205 "base64 0.22.1",
14206 "collections",
14207 "fs",
14208 "futures 0.3.32",
14209 "gpui",
14210 "log",
14211 "parking_lot",
14212 "paths",
14213 "prost 0.9.0",
14214 "release_channel",
14215 "rpc",
14216 "schemars",
14217 "semver",
14218 "serde",
14219 "serde_json",
14220 "settings",
14221 "smol",
14222 "tempfile",
14223 "thiserror 2.0.17",
14224 "urlencoding",
14225 "util",
14226 "which 6.0.3",
14227]
14228
14229[[package]]
14230name = "remote_connection"
14231version = "0.1.0"
14232dependencies = [
14233 "anyhow",
14234 "askpass",
14235 "auto_update",
14236 "futures 0.3.32",
14237 "gpui",
14238 "log",
14239 "markdown",
14240 "menu",
14241 "release_channel",
14242 "remote",
14243 "semver",
14244 "settings",
14245 "theme_settings",
14246 "ui",
14247 "ui_input",
14248 "workspace",
14249]
14250
14251[[package]]
14252name = "remote_server"
14253version = "0.1.0"
14254dependencies = [
14255 "action_log",
14256 "agent",
14257 "anyhow",
14258 "askpass",
14259 "cargo_toml",
14260 "clap",
14261 "client",
14262 "clock",
14263 "collections",
14264 "crash-handler",
14265 "crashes",
14266 "dap_adapters",
14267 "debug_adapter_extension",
14268 "editor",
14269 "env_logger 0.11.8",
14270 "extension",
14271 "extension_host",
14272 "fork",
14273 "fs",
14274 "futures 0.3.32",
14275 "git",
14276 "git2",
14277 "git_hosting_providers",
14278 "gpui",
14279 "gpui_platform",
14280 "gpui_tokio",
14281 "http_client",
14282 "image",
14283 "json_schema_store",
14284 "language",
14285 "language_extension",
14286 "language_model",
14287 "languages",
14288 "libc",
14289 "log",
14290 "lsp",
14291 "minidumper",
14292 "net",
14293 "node_runtime",
14294 "paths",
14295 "pretty_assertions",
14296 "project",
14297 "proto",
14298 "rayon",
14299 "release_channel",
14300 "remote",
14301 "reqwest_client",
14302 "rpc",
14303 "rust-embed",
14304 "semver",
14305 "serde",
14306 "serde_json",
14307 "settings",
14308 "shellexpand 2.1.2",
14309 "smol",
14310 "sysinfo 0.37.2",
14311 "task",
14312 "theme",
14313 "theme_settings",
14314 "thiserror 2.0.17",
14315 "toml 0.8.23",
14316 "unindent",
14317 "util",
14318 "uuid",
14319 "watch",
14320 "windows 0.61.3",
14321 "worktree",
14322 "zlog",
14323]
14324
14325[[package]]
14326name = "rend"
14327version = "0.4.2"
14328source = "registry+https://github.com/rust-lang/crates.io-index"
14329checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14330dependencies = [
14331 "bytecheck",
14332]
14333
14334[[package]]
14335name = "renderdoc-sys"
14336version = "1.1.0"
14337source = "registry+https://github.com/rust-lang/crates.io-index"
14338checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14339
14340[[package]]
14341name = "repl"
14342version = "0.1.0"
14343dependencies = [
14344 "alacritty_terminal",
14345 "anyhow",
14346 "async-dispatcher",
14347 "async-task",
14348 "async-tungstenite",
14349 "base64 0.22.1",
14350 "client",
14351 "collections",
14352 "command_palette_hooks",
14353 "editor",
14354 "feature_flags",
14355 "file_icons",
14356 "futures 0.3.32",
14357 "gpui",
14358 "html_to_markdown",
14359 "http_client",
14360 "image",
14361 "indoc",
14362 "jupyter-protocol",
14363 "jupyter-websocket-client",
14364 "language",
14365 "languages",
14366 "log",
14367 "markdown",
14368 "menu",
14369 "multi_buffer",
14370 "nbformat",
14371 "picker",
14372 "project",
14373 "remote",
14374 "runtimelib",
14375 "serde",
14376 "serde_json",
14377 "settings",
14378 "shlex",
14379 "smol",
14380 "telemetry",
14381 "terminal",
14382 "terminal_view",
14383 "theme",
14384 "theme_settings",
14385 "tree-sitter-md",
14386 "tree-sitter-python",
14387 "tree-sitter-typescript",
14388 "ui",
14389 "util",
14390 "uuid",
14391 "workspace",
14392 "zed_actions",
14393]
14394
14395[[package]]
14396name = "reqwest"
14397version = "0.11.27"
14398source = "registry+https://github.com/rust-lang/crates.io-index"
14399checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14400dependencies = [
14401 "base64 0.21.7",
14402 "bytes 1.11.1",
14403 "encoding_rs",
14404 "futures-core",
14405 "futures-util",
14406 "h2 0.3.27",
14407 "http 0.2.12",
14408 "http-body 0.4.6",
14409 "hyper 0.14.32",
14410 "hyper-tls",
14411 "ipnet",
14412 "js-sys",
14413 "log",
14414 "mime",
14415 "native-tls",
14416 "once_cell",
14417 "percent-encoding",
14418 "pin-project-lite",
14419 "rustls-pemfile 1.0.4",
14420 "serde",
14421 "serde_json",
14422 "serde_urlencoded",
14423 "sync_wrapper 0.1.2",
14424 "system-configuration 0.5.1",
14425 "tokio",
14426 "tokio-native-tls",
14427 "tower-service",
14428 "url",
14429 "wasm-bindgen",
14430 "wasm-bindgen-futures",
14431 "web-sys",
14432 "winreg 0.50.0",
14433]
14434
14435[[package]]
14436name = "reqwest"
14437version = "0.12.24"
14438source = "registry+https://github.com/rust-lang/crates.io-index"
14439checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14440dependencies = [
14441 "base64 0.22.1",
14442 "bytes 1.11.1",
14443 "futures-channel",
14444 "futures-core",
14445 "futures-util",
14446 "http 1.3.1",
14447 "http-body 1.0.1",
14448 "http-body-util",
14449 "hyper 1.7.0",
14450 "hyper-rustls 0.27.7",
14451 "hyper-util",
14452 "js-sys",
14453 "log",
14454 "percent-encoding",
14455 "pin-project-lite",
14456 "quinn",
14457 "rustls 0.23.33",
14458 "rustls-native-certs 0.8.2",
14459 "rustls-pki-types",
14460 "serde",
14461 "serde_json",
14462 "serde_urlencoded",
14463 "sync_wrapper 1.0.2",
14464 "tokio",
14465 "tokio-rustls 0.26.2",
14466 "tower 0.5.2",
14467 "tower-http 0.6.6",
14468 "tower-service",
14469 "url",
14470 "wasm-bindgen",
14471 "wasm-bindgen-futures",
14472 "web-sys",
14473]
14474
14475[[package]]
14476name = "reqwest_client"
14477version = "0.1.0"
14478dependencies = [
14479 "anyhow",
14480 "bytes 1.11.1",
14481 "futures 0.3.32",
14482 "gpui_util",
14483 "http_client",
14484 "http_client_tls",
14485 "log",
14486 "regex",
14487 "serde",
14488 "tokio",
14489 "zed-reqwest",
14490]
14491
14492[[package]]
14493name = "resvg"
14494version = "0.45.1"
14495source = "registry+https://github.com/rust-lang/crates.io-index"
14496checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14497dependencies = [
14498 "gif",
14499 "image-webp",
14500 "log",
14501 "pico-args",
14502 "rgb",
14503 "svgtypes",
14504 "tiny-skia",
14505 "usvg",
14506 "zune-jpeg",
14507]
14508
14509[[package]]
14510name = "rfc6979"
14511version = "0.3.1"
14512source = "registry+https://github.com/rust-lang/crates.io-index"
14513checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14514dependencies = [
14515 "crypto-bigint 0.4.9",
14516 "hmac",
14517 "zeroize",
14518]
14519
14520[[package]]
14521name = "rgb"
14522version = "0.8.52"
14523source = "registry+https://github.com/rust-lang/crates.io-index"
14524checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14525dependencies = [
14526 "bytemuck",
14527]
14528
14529[[package]]
14530name = "ring"
14531version = "0.17.14"
14532source = "registry+https://github.com/rust-lang/crates.io-index"
14533checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14534dependencies = [
14535 "cc",
14536 "cfg-if",
14537 "getrandom 0.2.16",
14538 "libc",
14539 "untrusted 0.9.0",
14540 "windows-sys 0.52.0",
14541]
14542
14543[[package]]
14544name = "rkyv"
14545version = "0.7.45"
14546source = "registry+https://github.com/rust-lang/crates.io-index"
14547checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14548dependencies = [
14549 "bitvec",
14550 "bytecheck",
14551 "bytes 1.11.1",
14552 "hashbrown 0.12.3",
14553 "ptr_meta",
14554 "rend",
14555 "rkyv_derive",
14556 "seahash",
14557 "tinyvec",
14558 "uuid",
14559]
14560
14561[[package]]
14562name = "rkyv_derive"
14563version = "0.7.45"
14564source = "registry+https://github.com/rust-lang/crates.io-index"
14565checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14566dependencies = [
14567 "proc-macro2",
14568 "quote",
14569 "syn 1.0.109",
14570]
14571
14572[[package]]
14573name = "rmp"
14574version = "0.8.14"
14575source = "registry+https://github.com/rust-lang/crates.io-index"
14576checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14577dependencies = [
14578 "byteorder",
14579 "num-traits",
14580 "paste",
14581]
14582
14583[[package]]
14584name = "rmpv"
14585version = "1.3.0"
14586source = "registry+https://github.com/rust-lang/crates.io-index"
14587checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14588dependencies = [
14589 "num-traits",
14590 "rmp",
14591]
14592
14593[[package]]
14594name = "rodio"
14595version = "0.21.1"
14596source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14597dependencies = [
14598 "cpal",
14599 "dasp_sample",
14600 "hound",
14601 "num-rational",
14602 "rand 0.9.2",
14603 "rand_distr",
14604 "rtrb",
14605 "symphonia",
14606 "thiserror 2.0.17",
14607]
14608
14609[[package]]
14610name = "rope"
14611version = "0.1.0"
14612dependencies = [
14613 "criterion",
14614 "ctor",
14615 "gpui",
14616 "heapless",
14617 "log",
14618 "rand 0.9.2",
14619 "rayon",
14620 "sum_tree",
14621 "tracing",
14622 "unicode-segmentation",
14623 "util",
14624 "zlog",
14625 "ztracing",
14626]
14627
14628[[package]]
14629name = "roxmltree"
14630version = "0.20.0"
14631source = "registry+https://github.com/rust-lang/crates.io-index"
14632checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14633
14634[[package]]
14635name = "rpassword"
14636version = "7.4.0"
14637source = "registry+https://github.com/rust-lang/crates.io-index"
14638checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14639dependencies = [
14640 "libc",
14641 "rtoolbox",
14642 "windows-sys 0.59.0",
14643]
14644
14645[[package]]
14646name = "rpc"
14647version = "0.1.0"
14648dependencies = [
14649 "anyhow",
14650 "async-tungstenite",
14651 "base64 0.22.1",
14652 "collections",
14653 "futures 0.3.32",
14654 "gpui",
14655 "parking_lot",
14656 "proto",
14657 "rand 0.9.2",
14658 "rsa",
14659 "serde",
14660 "serde_json",
14661 "sha2",
14662 "strum 0.27.2",
14663 "tracing",
14664 "util",
14665 "zlog",
14666 "zstd",
14667]
14668
14669[[package]]
14670name = "rsa"
14671version = "0.9.10"
14672source = "registry+https://github.com/rust-lang/crates.io-index"
14673checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14674dependencies = [
14675 "const-oid",
14676 "digest",
14677 "num-bigint-dig 0.8.6",
14678 "num-integer",
14679 "num-traits",
14680 "pkcs1",
14681 "pkcs8 0.10.2",
14682 "rand_core 0.6.4",
14683 "signature 2.2.0",
14684 "spki 0.7.3",
14685 "subtle",
14686 "zeroize",
14687]
14688
14689[[package]]
14690name = "rtoolbox"
14691version = "0.0.3"
14692source = "registry+https://github.com/rust-lang/crates.io-index"
14693checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14694dependencies = [
14695 "libc",
14696 "windows-sys 0.52.0",
14697]
14698
14699[[package]]
14700name = "rtrb"
14701version = "0.3.2"
14702source = "registry+https://github.com/rust-lang/crates.io-index"
14703checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14704
14705[[package]]
14706name = "rules_library"
14707version = "0.1.0"
14708dependencies = [
14709 "anyhow",
14710 "collections",
14711 "editor",
14712 "gpui",
14713 "language",
14714 "language_model",
14715 "log",
14716 "menu",
14717 "picker",
14718 "platform_title_bar",
14719 "prompt_store",
14720 "release_channel",
14721 "rope",
14722 "serde",
14723 "settings",
14724 "theme_settings",
14725 "ui",
14726 "ui_input",
14727 "util",
14728 "workspace",
14729 "zed_actions",
14730]
14731
14732[[package]]
14733name = "runtimelib"
14734version = "1.4.0"
14735source = "registry+https://github.com/rust-lang/crates.io-index"
14736checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14737dependencies = [
14738 "async-dispatcher",
14739 "async-std",
14740 "aws-lc-rs",
14741 "base64 0.22.1",
14742 "bytes 1.11.1",
14743 "chrono",
14744 "data-encoding",
14745 "dirs 6.0.0",
14746 "futures 0.3.32",
14747 "glob",
14748 "jupyter-protocol",
14749 "serde",
14750 "serde_json",
14751 "shellexpand 3.1.1",
14752 "smol",
14753 "thiserror 2.0.17",
14754 "uuid",
14755 "zeromq",
14756]
14757
14758[[package]]
14759name = "rust-embed"
14760version = "8.11.0"
14761source = "registry+https://github.com/rust-lang/crates.io-index"
14762checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27"
14763dependencies = [
14764 "rust-embed-impl",
14765 "rust-embed-utils",
14766 "walkdir",
14767]
14768
14769[[package]]
14770name = "rust-embed-impl"
14771version = "8.11.0"
14772source = "registry+https://github.com/rust-lang/crates.io-index"
14773checksum = "da0902e4c7c8e997159ab384e6d0fc91c221375f6894346ae107f47dd0f3ccaa"
14774dependencies = [
14775 "proc-macro2",
14776 "quote",
14777 "rust-embed-utils",
14778 "syn 2.0.117",
14779 "walkdir",
14780]
14781
14782[[package]]
14783name = "rust-embed-utils"
14784version = "8.11.0"
14785source = "registry+https://github.com/rust-lang/crates.io-index"
14786checksum = "5bcdef0be6fe7f6fa333b1073c949729274b05f123a0ad7efcb8efd878e5c3b1"
14787dependencies = [
14788 "globset",
14789 "sha2",
14790 "walkdir",
14791]
14792
14793[[package]]
14794name = "rust_decimal"
14795version = "1.39.0"
14796source = "registry+https://github.com/rust-lang/crates.io-index"
14797checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
14798dependencies = [
14799 "arrayvec",
14800 "borsh",
14801 "bytes 1.11.1",
14802 "num-traits",
14803 "rand 0.8.5",
14804 "rkyv",
14805 "serde",
14806 "serde_json",
14807]
14808
14809[[package]]
14810name = "rustc-demangle"
14811version = "0.1.26"
14812source = "registry+https://github.com/rust-lang/crates.io-index"
14813checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
14814
14815[[package]]
14816name = "rustc-hash"
14817version = "1.1.0"
14818source = "registry+https://github.com/rust-lang/crates.io-index"
14819checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
14820
14821[[package]]
14822name = "rustc-hash"
14823version = "2.1.1"
14824source = "registry+https://github.com/rust-lang/crates.io-index"
14825checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
14826
14827[[package]]
14828name = "rustc_version"
14829version = "0.4.1"
14830source = "registry+https://github.com/rust-lang/crates.io-index"
14831checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
14832dependencies = [
14833 "semver",
14834]
14835
14836[[package]]
14837name = "rustfft"
14838version = "6.4.1"
14839source = "registry+https://github.com/rust-lang/crates.io-index"
14840checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
14841dependencies = [
14842 "num-complex",
14843 "num-integer",
14844 "num-traits",
14845 "primal-check",
14846 "strength_reduce",
14847 "transpose",
14848]
14849
14850[[package]]
14851name = "rustix"
14852version = "0.38.44"
14853source = "registry+https://github.com/rust-lang/crates.io-index"
14854checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
14855dependencies = [
14856 "bitflags 2.10.0",
14857 "errno 0.3.14",
14858 "libc",
14859 "linux-raw-sys 0.4.15",
14860 "windows-sys 0.59.0",
14861]
14862
14863[[package]]
14864name = "rustix"
14865version = "1.1.2"
14866source = "registry+https://github.com/rust-lang/crates.io-index"
14867checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
14868dependencies = [
14869 "bitflags 2.10.0",
14870 "errno 0.3.14",
14871 "libc",
14872 "linux-raw-sys 0.11.0",
14873 "windows-sys 0.61.2",
14874]
14875
14876[[package]]
14877name = "rustix-linux-procfs"
14878version = "0.1.1"
14879source = "registry+https://github.com/rust-lang/crates.io-index"
14880checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
14881dependencies = [
14882 "once_cell",
14883 "rustix 1.1.2",
14884]
14885
14886[[package]]
14887name = "rustix-openpty"
14888version = "0.2.0"
14889source = "registry+https://github.com/rust-lang/crates.io-index"
14890checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
14891dependencies = [
14892 "errno 0.3.14",
14893 "libc",
14894 "rustix 1.1.2",
14895]
14896
14897[[package]]
14898name = "rustls"
14899version = "0.21.12"
14900source = "registry+https://github.com/rust-lang/crates.io-index"
14901checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
14902dependencies = [
14903 "log",
14904 "ring",
14905 "rustls-webpki 0.101.7",
14906 "sct",
14907]
14908
14909[[package]]
14910name = "rustls"
14911version = "0.23.33"
14912source = "registry+https://github.com/rust-lang/crates.io-index"
14913checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
14914dependencies = [
14915 "aws-lc-rs",
14916 "log",
14917 "once_cell",
14918 "ring",
14919 "rustls-pki-types",
14920 "rustls-webpki 0.103.7",
14921 "subtle",
14922 "zeroize",
14923]
14924
14925[[package]]
14926name = "rustls-native-certs"
14927version = "0.6.3"
14928source = "registry+https://github.com/rust-lang/crates.io-index"
14929checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
14930dependencies = [
14931 "openssl-probe",
14932 "rustls-pemfile 1.0.4",
14933 "schannel",
14934 "security-framework 2.11.1",
14935]
14936
14937[[package]]
14938name = "rustls-native-certs"
14939version = "0.8.2"
14940source = "registry+https://github.com/rust-lang/crates.io-index"
14941checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
14942dependencies = [
14943 "openssl-probe",
14944 "rustls-pki-types",
14945 "schannel",
14946 "security-framework 3.5.1",
14947]
14948
14949[[package]]
14950name = "rustls-pemfile"
14951version = "1.0.4"
14952source = "registry+https://github.com/rust-lang/crates.io-index"
14953checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
14954dependencies = [
14955 "base64 0.21.7",
14956]
14957
14958[[package]]
14959name = "rustls-pemfile"
14960version = "2.2.0"
14961source = "registry+https://github.com/rust-lang/crates.io-index"
14962checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
14963dependencies = [
14964 "rustls-pki-types",
14965]
14966
14967[[package]]
14968name = "rustls-pki-types"
14969version = "1.12.0"
14970source = "registry+https://github.com/rust-lang/crates.io-index"
14971checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
14972dependencies = [
14973 "web-time",
14974 "zeroize",
14975]
14976
14977[[package]]
14978name = "rustls-platform-verifier"
14979version = "0.5.3"
14980source = "registry+https://github.com/rust-lang/crates.io-index"
14981checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
14982dependencies = [
14983 "core-foundation 0.10.0",
14984 "core-foundation-sys",
14985 "jni",
14986 "log",
14987 "once_cell",
14988 "rustls 0.23.33",
14989 "rustls-native-certs 0.8.2",
14990 "rustls-platform-verifier-android",
14991 "rustls-webpki 0.103.7",
14992 "security-framework 3.5.1",
14993 "security-framework-sys",
14994 "webpki-root-certs",
14995 "windows-sys 0.59.0",
14996]
14997
14998[[package]]
14999name = "rustls-platform-verifier-android"
15000version = "0.1.1"
15001source = "registry+https://github.com/rust-lang/crates.io-index"
15002checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15003
15004[[package]]
15005name = "rustls-webpki"
15006version = "0.101.7"
15007source = "registry+https://github.com/rust-lang/crates.io-index"
15008checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15009dependencies = [
15010 "ring",
15011 "untrusted 0.9.0",
15012]
15013
15014[[package]]
15015name = "rustls-webpki"
15016version = "0.103.7"
15017source = "registry+https://github.com/rust-lang/crates.io-index"
15018checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15019dependencies = [
15020 "aws-lc-rs",
15021 "ring",
15022 "rustls-pki-types",
15023 "untrusted 0.9.0",
15024]
15025
15026[[package]]
15027name = "rustversion"
15028version = "1.0.22"
15029source = "registry+https://github.com/rust-lang/crates.io-index"
15030checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15031
15032[[package]]
15033name = "rusty-fork"
15034version = "0.3.1"
15035source = "registry+https://github.com/rust-lang/crates.io-index"
15036checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15037dependencies = [
15038 "fnv",
15039 "quick-error 1.2.3",
15040 "tempfile",
15041 "wait-timeout",
15042]
15043
15044[[package]]
15045name = "rustybuzz"
15046version = "0.20.1"
15047source = "registry+https://github.com/rust-lang/crates.io-index"
15048checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15049dependencies = [
15050 "bitflags 2.10.0",
15051 "bytemuck",
15052 "core_maths",
15053 "log",
15054 "smallvec",
15055 "ttf-parser 0.25.1",
15056 "unicode-bidi-mirroring",
15057 "unicode-ccc",
15058 "unicode-properties",
15059 "unicode-script",
15060]
15061
15062[[package]]
15063name = "ryu"
15064version = "1.0.20"
15065source = "registry+https://github.com/rust-lang/crates.io-index"
15066checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15067
15068[[package]]
15069name = "saa"
15070version = "5.4.9"
15071source = "registry+https://github.com/rust-lang/crates.io-index"
15072checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15073
15074[[package]]
15075name = "safetensors"
15076version = "0.4.5"
15077source = "registry+https://github.com/rust-lang/crates.io-index"
15078checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15079dependencies = [
15080 "serde",
15081 "serde_json",
15082]
15083
15084[[package]]
15085name = "same-file"
15086version = "1.0.6"
15087source = "registry+https://github.com/rust-lang/crates.io-index"
15088checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15089dependencies = [
15090 "winapi-util",
15091]
15092
15093[[package]]
15094name = "scc"
15095version = "3.5.6"
15096source = "registry+https://github.com/rust-lang/crates.io-index"
15097checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15098dependencies = [
15099 "saa",
15100 "sdd",
15101]
15102
15103[[package]]
15104name = "schannel"
15105version = "0.1.28"
15106source = "registry+https://github.com/rust-lang/crates.io-index"
15107checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15108dependencies = [
15109 "windows-sys 0.61.2",
15110]
15111
15112[[package]]
15113name = "scheduler"
15114version = "0.1.0"
15115dependencies = [
15116 "async-task",
15117 "backtrace",
15118 "chrono",
15119 "flume",
15120 "futures 0.3.32",
15121 "parking_lot",
15122 "rand 0.9.2",
15123 "web-time",
15124]
15125
15126[[package]]
15127name = "schema_generator"
15128version = "0.1.0"
15129dependencies = [
15130 "anyhow",
15131 "clap",
15132 "env_logger 0.11.8",
15133 "schemars",
15134 "serde",
15135 "serde_json",
15136 "settings",
15137 "theme",
15138 "theme_settings",
15139]
15140
15141[[package]]
15142name = "schemars"
15143version = "1.0.4"
15144source = "registry+https://github.com/rust-lang/crates.io-index"
15145checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15146dependencies = [
15147 "dyn-clone",
15148 "indexmap",
15149 "ref-cast",
15150 "schemars_derive",
15151 "serde",
15152 "serde_json",
15153]
15154
15155[[package]]
15156name = "schemars_derive"
15157version = "1.0.4"
15158source = "registry+https://github.com/rust-lang/crates.io-index"
15159checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15160dependencies = [
15161 "proc-macro2",
15162 "quote",
15163 "serde_derive_internals",
15164 "syn 2.0.117",
15165]
15166
15167[[package]]
15168name = "scoped-tls"
15169version = "1.0.1"
15170source = "registry+https://github.com/rust-lang/crates.io-index"
15171checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15172
15173[[package]]
15174name = "scopeguard"
15175version = "1.2.0"
15176source = "registry+https://github.com/rust-lang/crates.io-index"
15177checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15178
15179[[package]]
15180name = "scratch"
15181version = "1.0.9"
15182source = "registry+https://github.com/rust-lang/crates.io-index"
15183checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15184
15185[[package]]
15186name = "screencapturekit"
15187version = "0.2.8"
15188source = "registry+https://github.com/rust-lang/crates.io-index"
15189checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15190dependencies = [
15191 "screencapturekit-sys",
15192]
15193
15194[[package]]
15195name = "screencapturekit-sys"
15196version = "0.2.8"
15197source = "registry+https://github.com/rust-lang/crates.io-index"
15198checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15199dependencies = [
15200 "block",
15201 "dispatch",
15202 "objc",
15203 "objc-foundation",
15204 "objc_id",
15205 "once_cell",
15206]
15207
15208[[package]]
15209name = "scroll"
15210version = "0.12.0"
15211source = "registry+https://github.com/rust-lang/crates.io-index"
15212checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15213dependencies = [
15214 "scroll_derive",
15215]
15216
15217[[package]]
15218name = "scroll_derive"
15219version = "0.12.1"
15220source = "registry+https://github.com/rust-lang/crates.io-index"
15221checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15222dependencies = [
15223 "proc-macro2",
15224 "quote",
15225 "syn 2.0.117",
15226]
15227
15228[[package]]
15229name = "sct"
15230version = "0.7.1"
15231source = "registry+https://github.com/rust-lang/crates.io-index"
15232checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15233dependencies = [
15234 "ring",
15235 "untrusted 0.9.0",
15236]
15237
15238[[package]]
15239name = "sdd"
15240version = "4.6.2"
15241source = "registry+https://github.com/rust-lang/crates.io-index"
15242checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15243
15244[[package]]
15245name = "sea-bae"
15246version = "0.2.1"
15247source = "registry+https://github.com/rust-lang/crates.io-index"
15248checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15249dependencies = [
15250 "heck 0.4.1",
15251 "proc-macro-error2",
15252 "proc-macro2",
15253 "quote",
15254 "syn 2.0.117",
15255]
15256
15257[[package]]
15258name = "sea-orm"
15259version = "1.1.10"
15260source = "registry+https://github.com/rust-lang/crates.io-index"
15261checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15262dependencies = [
15263 "async-stream",
15264 "async-trait",
15265 "bigdecimal",
15266 "chrono",
15267 "futures-util",
15268 "log",
15269 "ouroboros",
15270 "pgvector",
15271 "rust_decimal",
15272 "sea-orm-macros",
15273 "sea-query",
15274 "sea-query-binder",
15275 "serde",
15276 "serde_json",
15277 "sqlx",
15278 "strum 0.26.3",
15279 "thiserror 2.0.17",
15280 "time",
15281 "tracing",
15282 "url",
15283 "uuid",
15284]
15285
15286[[package]]
15287name = "sea-orm-macros"
15288version = "1.1.10"
15289source = "registry+https://github.com/rust-lang/crates.io-index"
15290checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15291dependencies = [
15292 "heck 0.4.1",
15293 "proc-macro2",
15294 "quote",
15295 "sea-bae",
15296 "syn 2.0.117",
15297 "unicode-ident",
15298]
15299
15300[[package]]
15301name = "sea-query"
15302version = "0.32.7"
15303source = "registry+https://github.com/rust-lang/crates.io-index"
15304checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15305dependencies = [
15306 "bigdecimal",
15307 "chrono",
15308 "inherent",
15309 "ordered-float 4.6.0",
15310 "rust_decimal",
15311 "serde_json",
15312 "time",
15313 "uuid",
15314]
15315
15316[[package]]
15317name = "sea-query-binder"
15318version = "0.7.0"
15319source = "registry+https://github.com/rust-lang/crates.io-index"
15320checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15321dependencies = [
15322 "bigdecimal",
15323 "chrono",
15324 "rust_decimal",
15325 "sea-query",
15326 "serde_json",
15327 "sqlx",
15328 "time",
15329 "uuid",
15330]
15331
15332[[package]]
15333name = "seahash"
15334version = "4.1.0"
15335source = "registry+https://github.com/rust-lang/crates.io-index"
15336checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15337
15338[[package]]
15339name = "search"
15340version = "0.1.0"
15341dependencies = [
15342 "any_vec",
15343 "anyhow",
15344 "bitflags 2.10.0",
15345 "collections",
15346 "editor",
15347 "fs",
15348 "futures 0.3.32",
15349 "gpui",
15350 "itertools 0.14.0",
15351 "language",
15352 "lsp",
15353 "menu",
15354 "multi_buffer",
15355 "pretty_assertions",
15356 "project",
15357 "serde",
15358 "serde_json",
15359 "settings",
15360 "smol",
15361 "theme",
15362 "theme_settings",
15363 "tracing",
15364 "ui",
15365 "unindent",
15366 "util",
15367 "util_macros",
15368 "workspace",
15369 "zed_actions",
15370 "ztracing",
15371]
15372
15373[[package]]
15374name = "sec1"
15375version = "0.3.0"
15376source = "registry+https://github.com/rust-lang/crates.io-index"
15377checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15378dependencies = [
15379 "base16ct",
15380 "der 0.6.1",
15381 "generic-array",
15382 "pkcs8 0.9.0",
15383 "subtle",
15384 "zeroize",
15385]
15386
15387[[package]]
15388name = "security-framework"
15389version = "2.11.1"
15390source = "registry+https://github.com/rust-lang/crates.io-index"
15391checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15392dependencies = [
15393 "bitflags 2.10.0",
15394 "core-foundation 0.9.4",
15395 "core-foundation-sys",
15396 "libc",
15397 "security-framework-sys",
15398]
15399
15400[[package]]
15401name = "security-framework"
15402version = "3.5.1"
15403source = "registry+https://github.com/rust-lang/crates.io-index"
15404checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15405dependencies = [
15406 "bitflags 2.10.0",
15407 "core-foundation 0.10.0",
15408 "core-foundation-sys",
15409 "libc",
15410 "security-framework-sys",
15411]
15412
15413[[package]]
15414name = "security-framework-sys"
15415version = "2.15.0"
15416source = "registry+https://github.com/rust-lang/crates.io-index"
15417checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15418dependencies = [
15419 "core-foundation-sys",
15420 "libc",
15421]
15422
15423[[package]]
15424name = "self_cell"
15425version = "1.2.2"
15426source = "registry+https://github.com/rust-lang/crates.io-index"
15427checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15428
15429[[package]]
15430name = "semver"
15431version = "1.0.27"
15432source = "registry+https://github.com/rust-lang/crates.io-index"
15433checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15434dependencies = [
15435 "serde",
15436 "serde_core",
15437]
15438
15439[[package]]
15440name = "seq-macro"
15441version = "0.3.6"
15442source = "registry+https://github.com/rust-lang/crates.io-index"
15443checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15444
15445[[package]]
15446name = "serde"
15447version = "1.0.228"
15448source = "registry+https://github.com/rust-lang/crates.io-index"
15449checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15450dependencies = [
15451 "serde_core",
15452 "serde_derive",
15453]
15454
15455[[package]]
15456name = "serde_bytes"
15457version = "0.11.19"
15458source = "registry+https://github.com/rust-lang/crates.io-index"
15459checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15460dependencies = [
15461 "serde",
15462 "serde_core",
15463]
15464
15465[[package]]
15466name = "serde_core"
15467version = "1.0.228"
15468source = "registry+https://github.com/rust-lang/crates.io-index"
15469checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15470dependencies = [
15471 "serde_derive",
15472]
15473
15474[[package]]
15475name = "serde_derive"
15476version = "1.0.228"
15477source = "registry+https://github.com/rust-lang/crates.io-index"
15478checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15479dependencies = [
15480 "proc-macro2",
15481 "quote",
15482 "syn 2.0.117",
15483]
15484
15485[[package]]
15486name = "serde_derive_internals"
15487version = "0.29.1"
15488source = "registry+https://github.com/rust-lang/crates.io-index"
15489checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15490dependencies = [
15491 "proc-macro2",
15492 "quote",
15493 "syn 2.0.117",
15494]
15495
15496[[package]]
15497name = "serde_fmt"
15498version = "1.0.3"
15499source = "registry+https://github.com/rust-lang/crates.io-index"
15500checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15501dependencies = [
15502 "serde",
15503]
15504
15505[[package]]
15506name = "serde_json"
15507version = "1.0.145"
15508source = "registry+https://github.com/rust-lang/crates.io-index"
15509checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15510dependencies = [
15511 "indexmap",
15512 "itoa",
15513 "memchr",
15514 "ryu",
15515 "serde",
15516 "serde_core",
15517]
15518
15519[[package]]
15520name = "serde_json_lenient"
15521version = "0.2.4"
15522source = "registry+https://github.com/rust-lang/crates.io-index"
15523checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15524dependencies = [
15525 "indexmap",
15526 "itoa",
15527 "memchr",
15528 "ryu",
15529 "serde",
15530]
15531
15532[[package]]
15533name = "serde_path_to_error"
15534version = "0.1.20"
15535source = "registry+https://github.com/rust-lang/crates.io-index"
15536checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15537dependencies = [
15538 "itoa",
15539 "serde",
15540 "serde_core",
15541]
15542
15543[[package]]
15544name = "serde_repr"
15545version = "0.1.20"
15546source = "registry+https://github.com/rust-lang/crates.io-index"
15547checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15548dependencies = [
15549 "proc-macro2",
15550 "quote",
15551 "syn 2.0.117",
15552]
15553
15554[[package]]
15555name = "serde_spanned"
15556version = "0.6.9"
15557source = "registry+https://github.com/rust-lang/crates.io-index"
15558checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15559dependencies = [
15560 "serde",
15561]
15562
15563[[package]]
15564name = "serde_spanned"
15565version = "1.0.3"
15566source = "registry+https://github.com/rust-lang/crates.io-index"
15567checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15568dependencies = [
15569 "serde_core",
15570]
15571
15572[[package]]
15573name = "serde_urlencoded"
15574version = "0.7.1"
15575source = "registry+https://github.com/rust-lang/crates.io-index"
15576checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15577dependencies = [
15578 "form_urlencoded",
15579 "itoa",
15580 "ryu",
15581 "serde",
15582]
15583
15584[[package]]
15585name = "serde_yaml"
15586version = "0.9.34+deprecated"
15587source = "registry+https://github.com/rust-lang/crates.io-index"
15588checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15589dependencies = [
15590 "indexmap",
15591 "itoa",
15592 "ryu",
15593 "serde",
15594 "unsafe-libyaml",
15595]
15596
15597[[package]]
15598name = "serial2"
15599version = "0.2.33"
15600source = "registry+https://github.com/rust-lang/crates.io-index"
15601checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15602dependencies = [
15603 "cfg-if",
15604 "libc",
15605 "winapi",
15606]
15607
15608[[package]]
15609name = "session"
15610version = "0.1.0"
15611dependencies = [
15612 "db",
15613 "gpui",
15614 "serde_json",
15615 "util",
15616 "uuid",
15617]
15618
15619[[package]]
15620name = "settings"
15621version = "0.1.0"
15622dependencies = [
15623 "anyhow",
15624 "collections",
15625 "ec4rs",
15626 "fs",
15627 "futures 0.3.32",
15628 "gpui",
15629 "indoc",
15630 "inventory",
15631 "log",
15632 "migrator",
15633 "paths",
15634 "pretty_assertions",
15635 "release_channel",
15636 "rust-embed",
15637 "schemars",
15638 "serde",
15639 "serde_json",
15640 "serde_json_lenient",
15641 "settings_content",
15642 "settings_json",
15643 "settings_macros",
15644 "smallvec",
15645 "unindent",
15646 "util",
15647 "zlog",
15648]
15649
15650[[package]]
15651name = "settings_content"
15652version = "0.1.0"
15653dependencies = [
15654 "anyhow",
15655 "collections",
15656 "derive_more",
15657 "gpui",
15658 "log",
15659 "schemars",
15660 "serde",
15661 "serde_json",
15662 "serde_json_lenient",
15663 "settings_json",
15664 "settings_macros",
15665 "strum 0.27.2",
15666 "util",
15667]
15668
15669[[package]]
15670name = "settings_json"
15671version = "0.1.0"
15672dependencies = [
15673 "anyhow",
15674 "pretty_assertions",
15675 "serde",
15676 "serde_json",
15677 "serde_json_lenient",
15678 "serde_path_to_error",
15679 "tree-sitter",
15680 "tree-sitter-json",
15681 "unindent",
15682 "util",
15683]
15684
15685[[package]]
15686name = "settings_macros"
15687version = "0.1.0"
15688dependencies = [
15689 "quote",
15690 "settings",
15691 "syn 2.0.117",
15692]
15693
15694[[package]]
15695name = "settings_profile_selector"
15696version = "0.1.0"
15697dependencies = [
15698 "editor",
15699 "fuzzy",
15700 "gpui",
15701 "menu",
15702 "picker",
15703 "project",
15704 "serde_json",
15705 "settings",
15706 "theme",
15707 "theme_settings",
15708 "ui",
15709 "workspace",
15710 "zed_actions",
15711]
15712
15713[[package]]
15714name = "settings_ui"
15715version = "0.1.0"
15716dependencies = [
15717 "agent",
15718 "agent_settings",
15719 "anyhow",
15720 "audio",
15721 "codestral",
15722 "component",
15723 "copilot",
15724 "copilot_ui",
15725 "cpal",
15726 "edit_prediction",
15727 "edit_prediction_ui",
15728 "editor",
15729 "feature_flags",
15730 "fs",
15731 "futures 0.3.32",
15732 "fuzzy",
15733 "gpui",
15734 "heck 0.5.0",
15735 "itertools 0.14.0",
15736 "language",
15737 "log",
15738 "menu",
15739 "paths",
15740 "picker",
15741 "platform_title_bar",
15742 "pretty_assertions",
15743 "project",
15744 "regex",
15745 "release_channel",
15746 "rodio",
15747 "schemars",
15748 "search",
15749 "serde",
15750 "serde_json",
15751 "settings",
15752 "shell_command_parser",
15753 "strum 0.27.2",
15754 "telemetry",
15755 "theme",
15756 "theme_settings",
15757 "title_bar",
15758 "ui",
15759 "util",
15760 "workspace",
15761 "zed_actions",
15762 "zed_credentials_provider",
15763]
15764
15765[[package]]
15766name = "sha-1"
15767version = "0.10.1"
15768source = "registry+https://github.com/rust-lang/crates.io-index"
15769checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15770dependencies = [
15771 "cfg-if",
15772 "cpufeatures",
15773 "digest",
15774]
15775
15776[[package]]
15777name = "sha1"
15778version = "0.10.6"
15779source = "registry+https://github.com/rust-lang/crates.io-index"
15780checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15781dependencies = [
15782 "cfg-if",
15783 "cpufeatures",
15784 "digest",
15785]
15786
15787[[package]]
15788name = "sha1_smol"
15789version = "1.0.1"
15790source = "registry+https://github.com/rust-lang/crates.io-index"
15791checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
15792
15793[[package]]
15794name = "sha2"
15795version = "0.10.9"
15796source = "registry+https://github.com/rust-lang/crates.io-index"
15797checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
15798dependencies = [
15799 "cfg-if",
15800 "cpufeatures",
15801 "digest",
15802]
15803
15804[[package]]
15805name = "sharded-slab"
15806version = "0.1.7"
15807source = "registry+https://github.com/rust-lang/crates.io-index"
15808checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
15809dependencies = [
15810 "lazy_static",
15811]
15812
15813[[package]]
15814name = "shared_library"
15815version = "0.1.9"
15816source = "registry+https://github.com/rust-lang/crates.io-index"
15817checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
15818dependencies = [
15819 "lazy_static",
15820 "libc",
15821]
15822
15823[[package]]
15824name = "shell-words"
15825version = "1.1.0"
15826source = "registry+https://github.com/rust-lang/crates.io-index"
15827checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
15828
15829[[package]]
15830name = "shell_command_parser"
15831version = "0.1.0"
15832dependencies = [
15833 "brush-parser",
15834]
15835
15836[[package]]
15837name = "shellexpand"
15838version = "2.1.2"
15839source = "registry+https://github.com/rust-lang/crates.io-index"
15840checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
15841dependencies = [
15842 "dirs 4.0.0",
15843]
15844
15845[[package]]
15846name = "shellexpand"
15847version = "3.1.1"
15848source = "registry+https://github.com/rust-lang/crates.io-index"
15849checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
15850dependencies = [
15851 "dirs 6.0.0",
15852]
15853
15854[[package]]
15855name = "shingles"
15856version = "0.1.1"
15857source = "registry+https://github.com/rust-lang/crates.io-index"
15858checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
15859
15860[[package]]
15861name = "shlex"
15862version = "1.3.0"
15863source = "registry+https://github.com/rust-lang/crates.io-index"
15864checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
15865
15866[[package]]
15867name = "sidebar"
15868version = "0.1.0"
15869dependencies = [
15870 "acp_thread",
15871 "action_log",
15872 "agent",
15873 "agent-client-protocol",
15874 "agent_settings",
15875 "agent_ui",
15876 "anyhow",
15877 "chrono",
15878 "editor",
15879 "feature_flags",
15880 "fs",
15881 "git",
15882 "gpui",
15883 "language_model",
15884 "menu",
15885 "platform_title_bar",
15886 "pretty_assertions",
15887 "project",
15888 "prompt_store",
15889 "recent_projects",
15890 "remote",
15891 "serde",
15892 "serde_json",
15893 "settings",
15894 "theme",
15895 "theme_settings",
15896 "ui",
15897 "util",
15898 "vim_mode_setting",
15899 "workspace",
15900 "zed_actions",
15901]
15902
15903[[package]]
15904name = "signal-hook"
15905version = "0.3.18"
15906source = "registry+https://github.com/rust-lang/crates.io-index"
15907checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
15908dependencies = [
15909 "libc",
15910 "signal-hook-registry",
15911]
15912
15913[[package]]
15914name = "signal-hook-registry"
15915version = "1.4.6"
15916source = "registry+https://github.com/rust-lang/crates.io-index"
15917checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
15918dependencies = [
15919 "libc",
15920]
15921
15922[[package]]
15923name = "signature"
15924version = "1.6.4"
15925source = "registry+https://github.com/rust-lang/crates.io-index"
15926checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
15927dependencies = [
15928 "digest",
15929 "rand_core 0.6.4",
15930]
15931
15932[[package]]
15933name = "signature"
15934version = "2.2.0"
15935source = "registry+https://github.com/rust-lang/crates.io-index"
15936checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
15937dependencies = [
15938 "digest",
15939 "rand_core 0.6.4",
15940]
15941
15942[[package]]
15943name = "simd-adler32"
15944version = "0.3.7"
15945source = "registry+https://github.com/rust-lang/crates.io-index"
15946checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
15947
15948[[package]]
15949name = "simd_helpers"
15950version = "0.1.0"
15951source = "registry+https://github.com/rust-lang/crates.io-index"
15952checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
15953dependencies = [
15954 "quote",
15955]
15956
15957[[package]]
15958name = "simdutf8"
15959version = "0.1.5"
15960source = "registry+https://github.com/rust-lang/crates.io-index"
15961checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
15962
15963[[package]]
15964name = "similar"
15965version = "2.7.0"
15966source = "registry+https://github.com/rust-lang/crates.io-index"
15967checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
15968
15969[[package]]
15970name = "simple_asn1"
15971version = "0.6.3"
15972source = "registry+https://github.com/rust-lang/crates.io-index"
15973checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
15974dependencies = [
15975 "num-bigint",
15976 "num-traits",
15977 "thiserror 2.0.17",
15978 "time",
15979]
15980
15981[[package]]
15982name = "simplecss"
15983version = "0.2.2"
15984source = "registry+https://github.com/rust-lang/crates.io-index"
15985checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
15986dependencies = [
15987 "log",
15988]
15989
15990[[package]]
15991name = "simplelog"
15992version = "0.12.2"
15993source = "registry+https://github.com/rust-lang/crates.io-index"
15994checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
15995dependencies = [
15996 "log",
15997 "termcolor",
15998 "time",
15999]
16000
16001[[package]]
16002name = "siphasher"
16003version = "0.3.11"
16004source = "registry+https://github.com/rust-lang/crates.io-index"
16005checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16006
16007[[package]]
16008name = "siphasher"
16009version = "1.0.1"
16010source = "registry+https://github.com/rust-lang/crates.io-index"
16011checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16012
16013[[package]]
16014name = "skrifa"
16015version = "0.37.0"
16016source = "registry+https://github.com/rust-lang/crates.io-index"
16017checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16018dependencies = [
16019 "bytemuck",
16020 "read-fonts 0.35.0",
16021]
16022
16023[[package]]
16024name = "skrifa"
16025version = "0.40.0"
16026source = "registry+https://github.com/rust-lang/crates.io-index"
16027checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16028dependencies = [
16029 "bytemuck",
16030 "read-fonts 0.37.0",
16031]
16032
16033[[package]]
16034name = "slab"
16035version = "0.4.11"
16036source = "registry+https://github.com/rust-lang/crates.io-index"
16037checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16038
16039[[package]]
16040name = "slotmap"
16041version = "1.0.7"
16042source = "registry+https://github.com/rust-lang/crates.io-index"
16043checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16044dependencies = [
16045 "version_check",
16046]
16047
16048[[package]]
16049name = "smallvec"
16050version = "1.15.1"
16051source = "registry+https://github.com/rust-lang/crates.io-index"
16052checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16053dependencies = [
16054 "serde",
16055]
16056
16057[[package]]
16058name = "smart-default"
16059version = "0.7.1"
16060source = "registry+https://github.com/rust-lang/crates.io-index"
16061checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16062dependencies = [
16063 "proc-macro2",
16064 "quote",
16065 "syn 2.0.117",
16066]
16067
16068[[package]]
16069name = "smol"
16070version = "2.0.2"
16071source = "registry+https://github.com/rust-lang/crates.io-index"
16072checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16073dependencies = [
16074 "async-channel 2.5.0",
16075 "async-executor",
16076 "async-fs",
16077 "async-io",
16078 "async-lock 3.4.2",
16079 "async-net",
16080 "async-process",
16081 "blocking",
16082 "futures-lite 2.6.1",
16083]
16084
16085[[package]]
16086name = "smol_str"
16087version = "0.3.5"
16088source = "registry+https://github.com/rust-lang/crates.io-index"
16089checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16090
16091[[package]]
16092name = "snippet"
16093version = "0.1.0"
16094dependencies = [
16095 "anyhow",
16096 "smallvec",
16097]
16098
16099[[package]]
16100name = "snippet_provider"
16101version = "0.1.0"
16102dependencies = [
16103 "anyhow",
16104 "collections",
16105 "extension",
16106 "fs",
16107 "futures 0.3.32",
16108 "gpui",
16109 "indoc",
16110 "parking_lot",
16111 "paths",
16112 "schemars",
16113 "serde",
16114 "serde_json",
16115 "serde_json_lenient",
16116 "snippet",
16117 "util",
16118]
16119
16120[[package]]
16121name = "snippets_ui"
16122version = "0.1.0"
16123dependencies = [
16124 "file_icons",
16125 "fuzzy",
16126 "gpui",
16127 "language",
16128 "open_path_prompt",
16129 "paths",
16130 "picker",
16131 "settings",
16132 "ui",
16133 "util",
16134 "workspace",
16135]
16136
16137[[package]]
16138name = "socket2"
16139version = "0.5.10"
16140source = "registry+https://github.com/rust-lang/crates.io-index"
16141checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16142dependencies = [
16143 "libc",
16144 "windows-sys 0.52.0",
16145]
16146
16147[[package]]
16148name = "socket2"
16149version = "0.6.1"
16150source = "registry+https://github.com/rust-lang/crates.io-index"
16151checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16152dependencies = [
16153 "libc",
16154 "windows-sys 0.60.2",
16155]
16156
16157[[package]]
16158name = "spdx"
16159version = "0.10.9"
16160source = "registry+https://github.com/rust-lang/crates.io-index"
16161checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16162dependencies = [
16163 "smallvec",
16164]
16165
16166[[package]]
16167name = "spin"
16168version = "0.9.8"
16169source = "registry+https://github.com/rust-lang/crates.io-index"
16170checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16171dependencies = [
16172 "lock_api",
16173]
16174
16175[[package]]
16176name = "spin"
16177version = "0.10.0"
16178source = "registry+https://github.com/rust-lang/crates.io-index"
16179checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16180dependencies = [
16181 "lock_api",
16182]
16183
16184[[package]]
16185name = "spirv"
16186version = "0.4.0+sdk-1.4.341.0"
16187source = "registry+https://github.com/rust-lang/crates.io-index"
16188checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16189dependencies = [
16190 "bitflags 2.10.0",
16191]
16192
16193[[package]]
16194name = "spki"
16195version = "0.6.0"
16196source = "registry+https://github.com/rust-lang/crates.io-index"
16197checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16198dependencies = [
16199 "base64ct",
16200 "der 0.6.1",
16201]
16202
16203[[package]]
16204name = "spki"
16205version = "0.7.3"
16206source = "registry+https://github.com/rust-lang/crates.io-index"
16207checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16208dependencies = [
16209 "base64ct",
16210 "der 0.7.10",
16211]
16212
16213[[package]]
16214name = "sqlez"
16215version = "0.1.0"
16216dependencies = [
16217 "anyhow",
16218 "collections",
16219 "futures 0.3.32",
16220 "indoc",
16221 "libsqlite3-sys",
16222 "log",
16223 "parking_lot",
16224 "smol",
16225 "sqlformat",
16226 "thread_local",
16227 "util",
16228 "uuid",
16229]
16230
16231[[package]]
16232name = "sqlez_macros"
16233version = "0.1.0"
16234dependencies = [
16235 "sqlez",
16236 "sqlformat",
16237 "syn 2.0.117",
16238]
16239
16240[[package]]
16241name = "sqlformat"
16242version = "0.2.6"
16243source = "registry+https://github.com/rust-lang/crates.io-index"
16244checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16245dependencies = [
16246 "nom 7.1.3",
16247 "unicode_categories",
16248]
16249
16250[[package]]
16251name = "sqlx"
16252version = "0.8.6"
16253source = "registry+https://github.com/rust-lang/crates.io-index"
16254checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16255dependencies = [
16256 "sqlx-core",
16257 "sqlx-macros",
16258 "sqlx-mysql",
16259 "sqlx-postgres",
16260 "sqlx-sqlite",
16261]
16262
16263[[package]]
16264name = "sqlx-core"
16265version = "0.8.6"
16266source = "registry+https://github.com/rust-lang/crates.io-index"
16267checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16268dependencies = [
16269 "base64 0.22.1",
16270 "bigdecimal",
16271 "bytes 1.11.1",
16272 "chrono",
16273 "crc",
16274 "crossbeam-queue",
16275 "either",
16276 "event-listener 5.4.1",
16277 "futures-core",
16278 "futures-intrusive",
16279 "futures-io",
16280 "futures-util",
16281 "hashbrown 0.15.5",
16282 "hashlink 0.10.0",
16283 "indexmap",
16284 "log",
16285 "memchr",
16286 "once_cell",
16287 "percent-encoding",
16288 "rust_decimal",
16289 "rustls 0.23.33",
16290 "serde",
16291 "serde_json",
16292 "sha2",
16293 "smallvec",
16294 "thiserror 2.0.17",
16295 "time",
16296 "tokio",
16297 "tokio-stream",
16298 "tracing",
16299 "url",
16300 "uuid",
16301 "webpki-roots",
16302]
16303
16304[[package]]
16305name = "sqlx-macros"
16306version = "0.8.6"
16307source = "registry+https://github.com/rust-lang/crates.io-index"
16308checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16309dependencies = [
16310 "proc-macro2",
16311 "quote",
16312 "sqlx-core",
16313 "sqlx-macros-core",
16314 "syn 2.0.117",
16315]
16316
16317[[package]]
16318name = "sqlx-macros-core"
16319version = "0.8.6"
16320source = "registry+https://github.com/rust-lang/crates.io-index"
16321checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16322dependencies = [
16323 "dotenvy",
16324 "either",
16325 "heck 0.5.0",
16326 "hex",
16327 "once_cell",
16328 "proc-macro2",
16329 "quote",
16330 "serde",
16331 "serde_json",
16332 "sha2",
16333 "sqlx-core",
16334 "sqlx-mysql",
16335 "sqlx-postgres",
16336 "sqlx-sqlite",
16337 "syn 2.0.117",
16338 "tokio",
16339 "url",
16340]
16341
16342[[package]]
16343name = "sqlx-mysql"
16344version = "0.8.6"
16345source = "registry+https://github.com/rust-lang/crates.io-index"
16346checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16347dependencies = [
16348 "atoi",
16349 "base64 0.22.1",
16350 "bigdecimal",
16351 "bitflags 2.10.0",
16352 "byteorder",
16353 "bytes 1.11.1",
16354 "chrono",
16355 "crc",
16356 "digest",
16357 "dotenvy",
16358 "either",
16359 "futures-channel",
16360 "futures-core",
16361 "futures-io",
16362 "futures-util",
16363 "generic-array",
16364 "hex",
16365 "hkdf",
16366 "hmac",
16367 "itoa",
16368 "log",
16369 "md-5",
16370 "memchr",
16371 "once_cell",
16372 "percent-encoding",
16373 "rand 0.8.5",
16374 "rsa",
16375 "rust_decimal",
16376 "serde",
16377 "sha1",
16378 "sha2",
16379 "smallvec",
16380 "sqlx-core",
16381 "stringprep",
16382 "thiserror 2.0.17",
16383 "time",
16384 "tracing",
16385 "uuid",
16386 "whoami",
16387]
16388
16389[[package]]
16390name = "sqlx-postgres"
16391version = "0.8.6"
16392source = "registry+https://github.com/rust-lang/crates.io-index"
16393checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16394dependencies = [
16395 "atoi",
16396 "base64 0.22.1",
16397 "bigdecimal",
16398 "bitflags 2.10.0",
16399 "byteorder",
16400 "chrono",
16401 "crc",
16402 "dotenvy",
16403 "etcetera",
16404 "futures-channel",
16405 "futures-core",
16406 "futures-util",
16407 "hex",
16408 "hkdf",
16409 "hmac",
16410 "home",
16411 "itoa",
16412 "log",
16413 "md-5",
16414 "memchr",
16415 "num-bigint",
16416 "once_cell",
16417 "rand 0.8.5",
16418 "rust_decimal",
16419 "serde",
16420 "serde_json",
16421 "sha2",
16422 "smallvec",
16423 "sqlx-core",
16424 "stringprep",
16425 "thiserror 2.0.17",
16426 "time",
16427 "tracing",
16428 "uuid",
16429 "whoami",
16430]
16431
16432[[package]]
16433name = "sqlx-sqlite"
16434version = "0.8.6"
16435source = "registry+https://github.com/rust-lang/crates.io-index"
16436checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16437dependencies = [
16438 "atoi",
16439 "chrono",
16440 "flume",
16441 "futures-channel",
16442 "futures-core",
16443 "futures-executor",
16444 "futures-intrusive",
16445 "futures-util",
16446 "libsqlite3-sys",
16447 "log",
16448 "percent-encoding",
16449 "serde",
16450 "serde_urlencoded",
16451 "sqlx-core",
16452 "thiserror 2.0.17",
16453 "time",
16454 "tracing",
16455 "url",
16456 "uuid",
16457]
16458
16459[[package]]
16460name = "stable_deref_trait"
16461version = "1.2.1"
16462source = "registry+https://github.com/rust-lang/crates.io-index"
16463checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16464
16465[[package]]
16466name = "stacker"
16467version = "0.1.23"
16468source = "registry+https://github.com/rust-lang/crates.io-index"
16469checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16470dependencies = [
16471 "cc",
16472 "cfg-if",
16473 "libc",
16474 "psm",
16475 "windows-sys 0.59.0",
16476]
16477
16478[[package]]
16479name = "stacksafe"
16480version = "0.1.4"
16481source = "registry+https://github.com/rust-lang/crates.io-index"
16482checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16483dependencies = [
16484 "stacker",
16485 "stacksafe-macro",
16486]
16487
16488[[package]]
16489name = "stacksafe-macro"
16490version = "0.1.4"
16491source = "registry+https://github.com/rust-lang/crates.io-index"
16492checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16493dependencies = [
16494 "proc-macro-error2",
16495 "quote",
16496 "syn 2.0.117",
16497]
16498
16499[[package]]
16500name = "static_assertions"
16501version = "1.1.0"
16502source = "registry+https://github.com/rust-lang/crates.io-index"
16503checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16504
16505[[package]]
16506name = "story"
16507version = "0.1.0"
16508dependencies = [
16509 "gpui",
16510 "itertools 0.14.0",
16511 "smallvec",
16512]
16513
16514[[package]]
16515name = "storybook"
16516version = "0.1.0"
16517dependencies = [
16518 "anyhow",
16519 "clap",
16520 "ctrlc",
16521 "dialoguer",
16522 "editor",
16523 "fuzzy",
16524 "gpui",
16525 "gpui_platform",
16526 "indoc",
16527 "language",
16528 "log",
16529 "menu",
16530 "picker",
16531 "reqwest_client",
16532 "rust-embed",
16533 "settings",
16534 "simplelog",
16535 "story",
16536 "strum 0.27.2",
16537 "theme",
16538 "theme_settings",
16539 "title_bar",
16540 "ui",
16541]
16542
16543[[package]]
16544name = "streaming-iterator"
16545version = "0.1.9"
16546source = "registry+https://github.com/rust-lang/crates.io-index"
16547checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16548
16549[[package]]
16550name = "streaming_diff"
16551version = "0.1.0"
16552dependencies = [
16553 "ordered-float 2.10.1",
16554 "rand 0.9.2",
16555 "rope",
16556 "util",
16557]
16558
16559[[package]]
16560name = "strength_reduce"
16561version = "0.2.4"
16562source = "registry+https://github.com/rust-lang/crates.io-index"
16563checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16564
16565[[package]]
16566name = "strict-num"
16567version = "0.1.1"
16568source = "registry+https://github.com/rust-lang/crates.io-index"
16569checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16570dependencies = [
16571 "float-cmp",
16572]
16573
16574[[package]]
16575name = "string_cache"
16576version = "0.8.9"
16577source = "registry+https://github.com/rust-lang/crates.io-index"
16578checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16579dependencies = [
16580 "new_debug_unreachable",
16581 "parking_lot",
16582 "phf_shared 0.11.3",
16583 "precomputed-hash",
16584 "serde",
16585]
16586
16587[[package]]
16588name = "string_cache_codegen"
16589version = "0.5.4"
16590source = "registry+https://github.com/rust-lang/crates.io-index"
16591checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16592dependencies = [
16593 "phf_generator 0.11.3",
16594 "phf_shared 0.11.3",
16595 "proc-macro2",
16596 "quote",
16597]
16598
16599[[package]]
16600name = "stringprep"
16601version = "0.1.5"
16602source = "registry+https://github.com/rust-lang/crates.io-index"
16603checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16604dependencies = [
16605 "unicode-bidi",
16606 "unicode-normalization",
16607 "unicode-properties",
16608]
16609
16610[[package]]
16611name = "strsim"
16612version = "0.11.1"
16613source = "registry+https://github.com/rust-lang/crates.io-index"
16614checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16615
16616[[package]]
16617name = "strum"
16618version = "0.26.3"
16619source = "registry+https://github.com/rust-lang/crates.io-index"
16620checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16621
16622[[package]]
16623name = "strum"
16624version = "0.27.2"
16625source = "registry+https://github.com/rust-lang/crates.io-index"
16626checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16627dependencies = [
16628 "strum_macros 0.27.2",
16629]
16630
16631[[package]]
16632name = "strum"
16633version = "0.28.0"
16634source = "registry+https://github.com/rust-lang/crates.io-index"
16635checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16636dependencies = [
16637 "strum_macros 0.28.0",
16638]
16639
16640[[package]]
16641name = "strum_macros"
16642version = "0.27.2"
16643source = "registry+https://github.com/rust-lang/crates.io-index"
16644checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16645dependencies = [
16646 "heck 0.5.0",
16647 "proc-macro2",
16648 "quote",
16649 "syn 2.0.117",
16650]
16651
16652[[package]]
16653name = "strum_macros"
16654version = "0.28.0"
16655source = "registry+https://github.com/rust-lang/crates.io-index"
16656checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16657dependencies = [
16658 "heck 0.5.0",
16659 "proc-macro2",
16660 "quote",
16661 "syn 2.0.117",
16662]
16663
16664[[package]]
16665name = "subtle"
16666version = "2.6.1"
16667source = "registry+https://github.com/rust-lang/crates.io-index"
16668checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16669
16670[[package]]
16671name = "sum_tree"
16672version = "0.1.0"
16673dependencies = [
16674 "ctor",
16675 "heapless",
16676 "log",
16677 "proptest",
16678 "rand 0.9.2",
16679 "rayon",
16680 "tracing",
16681 "zlog",
16682 "ztracing",
16683]
16684
16685[[package]]
16686name = "sval"
16687version = "2.15.0"
16688source = "registry+https://github.com/rust-lang/crates.io-index"
16689checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16690
16691[[package]]
16692name = "sval_buffer"
16693version = "2.15.0"
16694source = "registry+https://github.com/rust-lang/crates.io-index"
16695checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16696dependencies = [
16697 "sval",
16698 "sval_ref",
16699]
16700
16701[[package]]
16702name = "sval_dynamic"
16703version = "2.15.0"
16704source = "registry+https://github.com/rust-lang/crates.io-index"
16705checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16706dependencies = [
16707 "sval",
16708]
16709
16710[[package]]
16711name = "sval_fmt"
16712version = "2.15.0"
16713source = "registry+https://github.com/rust-lang/crates.io-index"
16714checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16715dependencies = [
16716 "itoa",
16717 "ryu",
16718 "sval",
16719]
16720
16721[[package]]
16722name = "sval_json"
16723version = "2.15.0"
16724source = "registry+https://github.com/rust-lang/crates.io-index"
16725checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16726dependencies = [
16727 "itoa",
16728 "ryu",
16729 "sval",
16730]
16731
16732[[package]]
16733name = "sval_nested"
16734version = "2.15.0"
16735source = "registry+https://github.com/rust-lang/crates.io-index"
16736checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16737dependencies = [
16738 "sval",
16739 "sval_buffer",
16740 "sval_ref",
16741]
16742
16743[[package]]
16744name = "sval_ref"
16745version = "2.15.0"
16746source = "registry+https://github.com/rust-lang/crates.io-index"
16747checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16748dependencies = [
16749 "sval",
16750]
16751
16752[[package]]
16753name = "sval_serde"
16754version = "2.15.0"
16755source = "registry+https://github.com/rust-lang/crates.io-index"
16756checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16757dependencies = [
16758 "serde_core",
16759 "sval",
16760 "sval_nested",
16761]
16762
16763[[package]]
16764name = "svg_fmt"
16765version = "0.4.5"
16766source = "registry+https://github.com/rust-lang/crates.io-index"
16767checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
16768
16769[[package]]
16770name = "svg_preview"
16771version = "0.1.0"
16772dependencies = [
16773 "file_icons",
16774 "gpui",
16775 "language",
16776 "multi_buffer",
16777 "ui",
16778 "workspace",
16779 "zed_actions",
16780]
16781
16782[[package]]
16783name = "svgtypes"
16784version = "0.15.3"
16785source = "registry+https://github.com/rust-lang/crates.io-index"
16786checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
16787dependencies = [
16788 "kurbo",
16789 "siphasher 1.0.1",
16790]
16791
16792[[package]]
16793name = "swash"
16794version = "0.2.6"
16795source = "registry+https://github.com/rust-lang/crates.io-index"
16796checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
16797dependencies = [
16798 "skrifa 0.37.0",
16799 "yazi",
16800 "zeno",
16801]
16802
16803[[package]]
16804name = "symphonia"
16805version = "0.5.5"
16806source = "registry+https://github.com/rust-lang/crates.io-index"
16807checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
16808dependencies = [
16809 "lazy_static",
16810 "symphonia-bundle-flac",
16811 "symphonia-bundle-mp3",
16812 "symphonia-codec-aac",
16813 "symphonia-codec-pcm",
16814 "symphonia-codec-vorbis",
16815 "symphonia-core",
16816 "symphonia-format-isomp4",
16817 "symphonia-format-ogg",
16818 "symphonia-format-riff",
16819 "symphonia-metadata",
16820]
16821
16822[[package]]
16823name = "symphonia-bundle-flac"
16824version = "0.5.5"
16825source = "registry+https://github.com/rust-lang/crates.io-index"
16826checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
16827dependencies = [
16828 "log",
16829 "symphonia-core",
16830 "symphonia-metadata",
16831 "symphonia-utils-xiph",
16832]
16833
16834[[package]]
16835name = "symphonia-bundle-mp3"
16836version = "0.5.5"
16837source = "registry+https://github.com/rust-lang/crates.io-index"
16838checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
16839dependencies = [
16840 "lazy_static",
16841 "log",
16842 "symphonia-core",
16843 "symphonia-metadata",
16844]
16845
16846[[package]]
16847name = "symphonia-codec-aac"
16848version = "0.5.5"
16849source = "registry+https://github.com/rust-lang/crates.io-index"
16850checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
16851dependencies = [
16852 "lazy_static",
16853 "log",
16854 "symphonia-core",
16855]
16856
16857[[package]]
16858name = "symphonia-codec-pcm"
16859version = "0.5.5"
16860source = "registry+https://github.com/rust-lang/crates.io-index"
16861checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
16862dependencies = [
16863 "log",
16864 "symphonia-core",
16865]
16866
16867[[package]]
16868name = "symphonia-codec-vorbis"
16869version = "0.5.5"
16870source = "registry+https://github.com/rust-lang/crates.io-index"
16871checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
16872dependencies = [
16873 "log",
16874 "symphonia-core",
16875 "symphonia-utils-xiph",
16876]
16877
16878[[package]]
16879name = "symphonia-core"
16880version = "0.5.5"
16881source = "registry+https://github.com/rust-lang/crates.io-index"
16882checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
16883dependencies = [
16884 "arrayvec",
16885 "bitflags 1.3.2",
16886 "bytemuck",
16887 "lazy_static",
16888 "log",
16889]
16890
16891[[package]]
16892name = "symphonia-format-isomp4"
16893version = "0.5.5"
16894source = "registry+https://github.com/rust-lang/crates.io-index"
16895checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
16896dependencies = [
16897 "encoding_rs",
16898 "log",
16899 "symphonia-core",
16900 "symphonia-metadata",
16901 "symphonia-utils-xiph",
16902]
16903
16904[[package]]
16905name = "symphonia-format-ogg"
16906version = "0.5.5"
16907source = "registry+https://github.com/rust-lang/crates.io-index"
16908checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
16909dependencies = [
16910 "log",
16911 "symphonia-core",
16912 "symphonia-metadata",
16913 "symphonia-utils-xiph",
16914]
16915
16916[[package]]
16917name = "symphonia-format-riff"
16918version = "0.5.5"
16919source = "registry+https://github.com/rust-lang/crates.io-index"
16920checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
16921dependencies = [
16922 "extended",
16923 "log",
16924 "symphonia-core",
16925 "symphonia-metadata",
16926]
16927
16928[[package]]
16929name = "symphonia-metadata"
16930version = "0.5.5"
16931source = "registry+https://github.com/rust-lang/crates.io-index"
16932checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
16933dependencies = [
16934 "encoding_rs",
16935 "lazy_static",
16936 "log",
16937 "symphonia-core",
16938]
16939
16940[[package]]
16941name = "symphonia-utils-xiph"
16942version = "0.5.5"
16943source = "registry+https://github.com/rust-lang/crates.io-index"
16944checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
16945dependencies = [
16946 "symphonia-core",
16947 "symphonia-metadata",
16948]
16949
16950[[package]]
16951name = "syn"
16952version = "1.0.109"
16953source = "registry+https://github.com/rust-lang/crates.io-index"
16954checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
16955dependencies = [
16956 "proc-macro2",
16957 "quote",
16958 "unicode-ident",
16959]
16960
16961[[package]]
16962name = "syn"
16963version = "2.0.117"
16964source = "registry+https://github.com/rust-lang/crates.io-index"
16965checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
16966dependencies = [
16967 "proc-macro2",
16968 "quote",
16969 "unicode-ident",
16970]
16971
16972[[package]]
16973name = "sync_wrapper"
16974version = "0.1.2"
16975source = "registry+https://github.com/rust-lang/crates.io-index"
16976checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
16977
16978[[package]]
16979name = "sync_wrapper"
16980version = "1.0.2"
16981source = "registry+https://github.com/rust-lang/crates.io-index"
16982checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
16983dependencies = [
16984 "futures-core",
16985]
16986
16987[[package]]
16988name = "synchronoise"
16989version = "1.0.1"
16990source = "registry+https://github.com/rust-lang/crates.io-index"
16991checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
16992dependencies = [
16993 "crossbeam-queue",
16994]
16995
16996[[package]]
16997name = "synstructure"
16998version = "0.13.2"
16999source = "registry+https://github.com/rust-lang/crates.io-index"
17000checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17001dependencies = [
17002 "proc-macro2",
17003 "quote",
17004 "syn 2.0.117",
17005]
17006
17007[[package]]
17008name = "syntax_theme"
17009version = "0.1.0"
17010dependencies = [
17011 "gpui",
17012 "serde",
17013 "serde_json",
17014]
17015
17016[[package]]
17017name = "sys-locale"
17018version = "0.3.2"
17019source = "registry+https://github.com/rust-lang/crates.io-index"
17020checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17021dependencies = [
17022 "libc",
17023]
17024
17025[[package]]
17026name = "sysctl"
17027version = "0.5.5"
17028source = "registry+https://github.com/rust-lang/crates.io-index"
17029checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17030dependencies = [
17031 "bitflags 2.10.0",
17032 "byteorder",
17033 "enum-as-inner",
17034 "libc",
17035 "thiserror 1.0.69",
17036 "walkdir",
17037]
17038
17039[[package]]
17040name = "sysctl"
17041version = "0.6.0"
17042source = "registry+https://github.com/rust-lang/crates.io-index"
17043checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17044dependencies = [
17045 "bitflags 2.10.0",
17046 "byteorder",
17047 "enum-as-inner",
17048 "libc",
17049 "thiserror 1.0.69",
17050 "walkdir",
17051]
17052
17053[[package]]
17054name = "sysinfo"
17055version = "0.31.4"
17056source = "registry+https://github.com/rust-lang/crates.io-index"
17057checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17058dependencies = [
17059 "core-foundation-sys",
17060 "libc",
17061 "memchr",
17062 "ntapi",
17063 "rayon",
17064 "windows 0.57.0",
17065]
17066
17067[[package]]
17068name = "sysinfo"
17069version = "0.37.2"
17070source = "registry+https://github.com/rust-lang/crates.io-index"
17071checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17072dependencies = [
17073 "libc",
17074 "memchr",
17075 "ntapi",
17076 "objc2-core-foundation",
17077 "objc2-io-kit",
17078 "windows 0.61.3",
17079]
17080
17081[[package]]
17082name = "system-configuration"
17083version = "0.5.1"
17084source = "registry+https://github.com/rust-lang/crates.io-index"
17085checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17086dependencies = [
17087 "bitflags 1.3.2",
17088 "core-foundation 0.9.4",
17089 "system-configuration-sys 0.5.0",
17090]
17091
17092[[package]]
17093name = "system-configuration"
17094version = "0.6.1"
17095source = "registry+https://github.com/rust-lang/crates.io-index"
17096checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17097dependencies = [
17098 "bitflags 2.10.0",
17099 "core-foundation 0.9.4",
17100 "system-configuration-sys 0.6.0",
17101]
17102
17103[[package]]
17104name = "system-configuration-sys"
17105version = "0.5.0"
17106source = "registry+https://github.com/rust-lang/crates.io-index"
17107checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17108dependencies = [
17109 "core-foundation-sys",
17110 "libc",
17111]
17112
17113[[package]]
17114name = "system-configuration-sys"
17115version = "0.6.0"
17116source = "registry+https://github.com/rust-lang/crates.io-index"
17117checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17118dependencies = [
17119 "core-foundation-sys",
17120 "libc",
17121]
17122
17123[[package]]
17124name = "system-deps"
17125version = "6.2.2"
17126source = "registry+https://github.com/rust-lang/crates.io-index"
17127checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
17128dependencies = [
17129 "cfg-expr 0.15.8",
17130 "heck 0.5.0",
17131 "pkg-config",
17132 "toml 0.8.23",
17133 "version-compare",
17134]
17135
17136[[package]]
17137name = "system-deps"
17138version = "7.0.7"
17139source = "registry+https://github.com/rust-lang/crates.io-index"
17140checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17141dependencies = [
17142 "cfg-expr 0.20.6",
17143 "heck 0.5.0",
17144 "pkg-config",
17145 "toml 0.9.8",
17146 "version-compare",
17147]
17148
17149[[package]]
17150name = "system-interface"
17151version = "0.27.3"
17152source = "registry+https://github.com/rust-lang/crates.io-index"
17153checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17154dependencies = [
17155 "bitflags 2.10.0",
17156 "cap-fs-ext",
17157 "cap-std",
17158 "fd-lock",
17159 "io-lifetimes",
17160 "rustix 0.38.44",
17161 "windows-sys 0.59.0",
17162 "winx",
17163]
17164
17165[[package]]
17166name = "system_specs"
17167version = "0.1.0"
17168dependencies = [
17169 "anyhow",
17170 "client",
17171 "gpui",
17172 "human_bytes",
17173 "pciid-parser",
17174 "release_channel",
17175 "semver",
17176 "serde",
17177 "sysinfo 0.37.2",
17178]
17179
17180[[package]]
17181name = "tab_switcher"
17182version = "0.1.0"
17183dependencies = [
17184 "collections",
17185 "ctor",
17186 "editor",
17187 "fuzzy",
17188 "gpui",
17189 "menu",
17190 "picker",
17191 "project",
17192 "schemars",
17193 "serde",
17194 "serde_json",
17195 "settings",
17196 "smol",
17197 "theme",
17198 "theme_settings",
17199 "ui",
17200 "util",
17201 "workspace",
17202 "zlog",
17203]
17204
17205[[package]]
17206name = "taffy"
17207version = "0.9.0"
17208source = "registry+https://github.com/rust-lang/crates.io-index"
17209checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17210dependencies = [
17211 "arrayvec",
17212 "grid",
17213 "serde",
17214 "slotmap",
17215]
17216
17217[[package]]
17218name = "tagptr"
17219version = "0.2.0"
17220source = "registry+https://github.com/rust-lang/crates.io-index"
17221checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17222
17223[[package]]
17224name = "take-until"
17225version = "0.2.0"
17226source = "registry+https://github.com/rust-lang/crates.io-index"
17227checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17228
17229[[package]]
17230name = "tao-core-video-sys"
17231version = "0.2.0"
17232source = "registry+https://github.com/rust-lang/crates.io-index"
17233checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17234dependencies = [
17235 "cfg-if",
17236 "core-foundation-sys",
17237 "libc",
17238 "objc",
17239]
17240
17241[[package]]
17242name = "tap"
17243version = "1.0.1"
17244source = "registry+https://github.com/rust-lang/crates.io-index"
17245checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17246
17247[[package]]
17248name = "target-lexicon"
17249version = "0.12.16"
17250source = "registry+https://github.com/rust-lang/crates.io-index"
17251checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
17252
17253[[package]]
17254name = "target-lexicon"
17255version = "0.13.3"
17256source = "registry+https://github.com/rust-lang/crates.io-index"
17257checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17258
17259[[package]]
17260name = "task"
17261version = "0.1.0"
17262dependencies = [
17263 "anyhow",
17264 "collections",
17265 "futures 0.3.32",
17266 "gpui",
17267 "hex",
17268 "log",
17269 "parking_lot",
17270 "pretty_assertions",
17271 "proto",
17272 "schemars",
17273 "serde",
17274 "serde_json",
17275 "serde_json_lenient",
17276 "sha2",
17277 "shellexpand 2.1.2",
17278 "util",
17279 "zed_actions",
17280]
17281
17282[[package]]
17283name = "tasks_ui"
17284version = "0.1.0"
17285dependencies = [
17286 "anyhow",
17287 "collections",
17288 "editor",
17289 "file_icons",
17290 "fuzzy",
17291 "gpui",
17292 "itertools 0.14.0",
17293 "language",
17294 "menu",
17295 "picker",
17296 "project",
17297 "serde",
17298 "serde_json",
17299 "task",
17300 "tree-sitter-rust",
17301 "tree-sitter-typescript",
17302 "ui",
17303 "util",
17304 "workspace",
17305 "zed_actions",
17306]
17307
17308[[package]]
17309name = "telemetry"
17310version = "0.1.0"
17311dependencies = [
17312 "futures 0.3.32",
17313 "serde",
17314 "serde_json",
17315 "telemetry_events",
17316]
17317
17318[[package]]
17319name = "telemetry_events"
17320version = "0.1.0"
17321dependencies = [
17322 "semver",
17323 "serde",
17324 "serde_json",
17325]
17326
17327[[package]]
17328name = "tempfile"
17329version = "3.23.0"
17330source = "registry+https://github.com/rust-lang/crates.io-index"
17331checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17332dependencies = [
17333 "fastrand 2.3.0",
17334 "getrandom 0.3.4",
17335 "once_cell",
17336 "rustix 1.1.2",
17337 "windows-sys 0.61.2",
17338]
17339
17340[[package]]
17341name = "tendril"
17342version = "0.4.3"
17343source = "registry+https://github.com/rust-lang/crates.io-index"
17344checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17345dependencies = [
17346 "futf",
17347 "mac",
17348 "utf-8",
17349]
17350
17351[[package]]
17352name = "termcolor"
17353version = "1.4.1"
17354source = "registry+https://github.com/rust-lang/crates.io-index"
17355checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17356dependencies = [
17357 "winapi-util",
17358]
17359
17360[[package]]
17361name = "terminal"
17362version = "0.1.0"
17363dependencies = [
17364 "alacritty_terminal",
17365 "anyhow",
17366 "collections",
17367 "futures 0.3.32",
17368 "gpui",
17369 "itertools 0.14.0",
17370 "libc",
17371 "log",
17372 "parking_lot",
17373 "rand 0.9.2",
17374 "regex",
17375 "release_channel",
17376 "schemars",
17377 "serde",
17378 "settings",
17379 "smol",
17380 "sysinfo 0.37.2",
17381 "task",
17382 "theme",
17383 "theme_settings",
17384 "thiserror 2.0.17",
17385 "url",
17386 "urlencoding",
17387 "util",
17388 "util_macros",
17389 "windows 0.61.3",
17390]
17391
17392[[package]]
17393name = "terminal_size"
17394version = "0.4.3"
17395source = "registry+https://github.com/rust-lang/crates.io-index"
17396checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17397dependencies = [
17398 "rustix 1.1.2",
17399 "windows-sys 0.60.2",
17400]
17401
17402[[package]]
17403name = "terminal_view"
17404version = "0.1.0"
17405dependencies = [
17406 "anyhow",
17407 "async-recursion",
17408 "breadcrumbs",
17409 "collections",
17410 "db",
17411 "dirs 4.0.0",
17412 "editor",
17413 "futures 0.3.32",
17414 "gpui",
17415 "itertools 0.14.0",
17416 "language",
17417 "log",
17418 "menu",
17419 "pretty_assertions",
17420 "project",
17421 "regex",
17422 "schemars",
17423 "serde",
17424 "serde_json",
17425 "settings",
17426 "shellexpand 2.1.2",
17427 "task",
17428 "terminal",
17429 "theme",
17430 "theme_settings",
17431 "ui",
17432 "util",
17433 "workspace",
17434 "zed_actions",
17435]
17436
17437[[package]]
17438name = "text"
17439version = "0.1.0"
17440dependencies = [
17441 "anyhow",
17442 "clock",
17443 "collections",
17444 "ctor",
17445 "gpui",
17446 "log",
17447 "parking_lot",
17448 "postage",
17449 "rand 0.9.2",
17450 "regex",
17451 "rope",
17452 "smallvec",
17453 "sum_tree",
17454 "util",
17455 "zlog",
17456]
17457
17458[[package]]
17459name = "theme"
17460version = "0.1.0"
17461dependencies = [
17462 "anyhow",
17463 "collections",
17464 "derive_more",
17465 "gpui",
17466 "palette",
17467 "parking_lot",
17468 "refineable",
17469 "schemars",
17470 "serde",
17471 "serde_json",
17472 "serde_json_lenient",
17473 "strum 0.27.2",
17474 "syntax_theme",
17475 "thiserror 2.0.17",
17476 "uuid",
17477]
17478
17479[[package]]
17480name = "theme_extension"
17481version = "0.1.0"
17482dependencies = [
17483 "anyhow",
17484 "extension",
17485 "fs",
17486 "gpui",
17487 "theme",
17488 "theme_settings",
17489]
17490
17491[[package]]
17492name = "theme_importer"
17493version = "0.1.0"
17494dependencies = [
17495 "anyhow",
17496 "clap",
17497 "collections",
17498 "gpui",
17499 "indexmap",
17500 "log",
17501 "palette",
17502 "serde",
17503 "serde_json",
17504 "serde_json_lenient",
17505 "simplelog",
17506 "strum 0.27.2",
17507 "theme",
17508 "theme_settings",
17509 "vscode_theme",
17510]
17511
17512[[package]]
17513name = "theme_selector"
17514version = "0.1.0"
17515dependencies = [
17516 "fs",
17517 "fuzzy",
17518 "gpui",
17519 "log",
17520 "picker",
17521 "serde",
17522 "settings",
17523 "telemetry",
17524 "theme",
17525 "theme_settings",
17526 "ui",
17527 "util",
17528 "workspace",
17529 "zed_actions",
17530]
17531
17532[[package]]
17533name = "theme_settings"
17534version = "0.1.0"
17535dependencies = [
17536 "anyhow",
17537 "collections",
17538 "gpui",
17539 "gpui_util",
17540 "log",
17541 "palette",
17542 "refineable",
17543 "schemars",
17544 "serde",
17545 "serde_json",
17546 "serde_json_lenient",
17547 "settings",
17548 "theme",
17549 "uuid",
17550]
17551
17552[[package]]
17553name = "thiserror"
17554version = "1.0.69"
17555source = "registry+https://github.com/rust-lang/crates.io-index"
17556checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17557dependencies = [
17558 "thiserror-impl 1.0.69",
17559]
17560
17561[[package]]
17562name = "thiserror"
17563version = "2.0.17"
17564source = "registry+https://github.com/rust-lang/crates.io-index"
17565checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17566dependencies = [
17567 "thiserror-impl 2.0.17",
17568]
17569
17570[[package]]
17571name = "thiserror-impl"
17572version = "1.0.69"
17573source = "registry+https://github.com/rust-lang/crates.io-index"
17574checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17575dependencies = [
17576 "proc-macro2",
17577 "quote",
17578 "syn 2.0.117",
17579]
17580
17581[[package]]
17582name = "thiserror-impl"
17583version = "2.0.17"
17584source = "registry+https://github.com/rust-lang/crates.io-index"
17585checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17586dependencies = [
17587 "proc-macro2",
17588 "quote",
17589 "syn 2.0.117",
17590]
17591
17592[[package]]
17593name = "thread_local"
17594version = "1.1.9"
17595source = "registry+https://github.com/rust-lang/crates.io-index"
17596checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17597dependencies = [
17598 "cfg-if",
17599]
17600
17601[[package]]
17602name = "tiff"
17603version = "0.10.3"
17604source = "registry+https://github.com/rust-lang/crates.io-index"
17605checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
17606dependencies = [
17607 "fax",
17608 "flate2",
17609 "half",
17610 "quick-error 2.0.1",
17611 "weezl",
17612 "zune-jpeg",
17613]
17614
17615[[package]]
17616name = "tiktoken-rs"
17617version = "0.9.1"
17618source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17619dependencies = [
17620 "anyhow",
17621 "base64 0.22.1",
17622 "bstr",
17623 "fancy-regex 0.16.2",
17624 "lazy_static",
17625 "regex",
17626 "rustc-hash 1.1.0",
17627]
17628
17629[[package]]
17630name = "time"
17631version = "0.3.47"
17632source = "registry+https://github.com/rust-lang/crates.io-index"
17633checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17634dependencies = [
17635 "deranged",
17636 "itoa",
17637 "libc",
17638 "num-conv",
17639 "num_threads",
17640 "powerfmt",
17641 "serde_core",
17642 "time-core",
17643 "time-macros",
17644]
17645
17646[[package]]
17647name = "time-core"
17648version = "0.1.8"
17649source = "registry+https://github.com/rust-lang/crates.io-index"
17650checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17651
17652[[package]]
17653name = "time-macros"
17654version = "0.2.27"
17655source = "registry+https://github.com/rust-lang/crates.io-index"
17656checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17657dependencies = [
17658 "num-conv",
17659 "time-core",
17660]
17661
17662[[package]]
17663name = "time_format"
17664version = "0.1.0"
17665dependencies = [
17666 "core-foundation 0.10.0",
17667 "core-foundation-sys",
17668 "sys-locale",
17669 "time",
17670 "windows 0.61.3",
17671]
17672
17673[[package]]
17674name = "tiny-keccak"
17675version = "2.0.2"
17676source = "registry+https://github.com/rust-lang/crates.io-index"
17677checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17678dependencies = [
17679 "crunchy",
17680]
17681
17682[[package]]
17683name = "tiny-skia"
17684version = "0.11.4"
17685source = "registry+https://github.com/rust-lang/crates.io-index"
17686checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17687dependencies = [
17688 "arrayref",
17689 "arrayvec",
17690 "bytemuck",
17691 "cfg-if",
17692 "log",
17693 "png 0.17.16",
17694 "tiny-skia-path",
17695]
17696
17697[[package]]
17698name = "tiny-skia-path"
17699version = "0.11.4"
17700source = "registry+https://github.com/rust-lang/crates.io-index"
17701checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17702dependencies = [
17703 "arrayref",
17704 "bytemuck",
17705 "strict-num",
17706]
17707
17708[[package]]
17709name = "tiny_http"
17710version = "0.12.0"
17711source = "registry+https://github.com/rust-lang/crates.io-index"
17712checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17713dependencies = [
17714 "ascii",
17715 "chunked_transfer",
17716 "httpdate",
17717 "log",
17718]
17719
17720[[package]]
17721name = "tinystr"
17722version = "0.8.1"
17723source = "registry+https://github.com/rust-lang/crates.io-index"
17724checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17725dependencies = [
17726 "displaydoc",
17727 "zerovec",
17728]
17729
17730[[package]]
17731name = "tinytemplate"
17732version = "1.2.1"
17733source = "registry+https://github.com/rust-lang/crates.io-index"
17734checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17735dependencies = [
17736 "serde",
17737 "serde_json",
17738]
17739
17740[[package]]
17741name = "tinyvec"
17742version = "1.10.0"
17743source = "registry+https://github.com/rust-lang/crates.io-index"
17744checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17745dependencies = [
17746 "tinyvec_macros",
17747]
17748
17749[[package]]
17750name = "tinyvec_macros"
17751version = "0.1.1"
17752source = "registry+https://github.com/rust-lang/crates.io-index"
17753checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17754
17755[[package]]
17756name = "title_bar"
17757version = "0.1.0"
17758dependencies = [
17759 "anyhow",
17760 "auto_update",
17761 "call",
17762 "channel",
17763 "chrono",
17764 "client",
17765 "cloud_api_types",
17766 "db",
17767 "git_ui",
17768 "gpui",
17769 "icons",
17770 "livekit_client",
17771 "notifications",
17772 "platform_title_bar",
17773 "project",
17774 "recent_projects",
17775 "release_channel",
17776 "remote",
17777 "remote_connection",
17778 "rpc",
17779 "schemars",
17780 "semver",
17781 "serde",
17782 "settings",
17783 "smallvec",
17784 "story",
17785 "telemetry",
17786 "theme",
17787 "ui",
17788 "util",
17789 "windows 0.61.3",
17790 "workspace",
17791 "zed_actions",
17792]
17793
17794[[package]]
17795name = "tokio"
17796version = "1.48.0"
17797source = "registry+https://github.com/rust-lang/crates.io-index"
17798checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
17799dependencies = [
17800 "bytes 1.11.1",
17801 "libc",
17802 "mio 1.1.0",
17803 "parking_lot",
17804 "pin-project-lite",
17805 "signal-hook-registry",
17806 "socket2 0.6.1",
17807 "tokio-macros",
17808 "windows-sys 0.61.2",
17809]
17810
17811[[package]]
17812name = "tokio-io"
17813version = "0.1.13"
17814source = "registry+https://github.com/rust-lang/crates.io-index"
17815checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
17816dependencies = [
17817 "bytes 0.4.12",
17818 "futures 0.1.31",
17819 "log",
17820]
17821
17822[[package]]
17823name = "tokio-macros"
17824version = "2.6.0"
17825source = "registry+https://github.com/rust-lang/crates.io-index"
17826checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
17827dependencies = [
17828 "proc-macro2",
17829 "quote",
17830 "syn 2.0.117",
17831]
17832
17833[[package]]
17834name = "tokio-native-tls"
17835version = "0.3.1"
17836source = "registry+https://github.com/rust-lang/crates.io-index"
17837checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
17838dependencies = [
17839 "native-tls",
17840 "tokio",
17841]
17842
17843[[package]]
17844name = "tokio-rustls"
17845version = "0.24.1"
17846source = "registry+https://github.com/rust-lang/crates.io-index"
17847checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
17848dependencies = [
17849 "rustls 0.21.12",
17850 "tokio",
17851]
17852
17853[[package]]
17854name = "tokio-rustls"
17855version = "0.26.2"
17856source = "registry+https://github.com/rust-lang/crates.io-index"
17857checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
17858dependencies = [
17859 "rustls 0.23.33",
17860 "tokio",
17861]
17862
17863[[package]]
17864name = "tokio-socks"
17865version = "0.5.2"
17866source = "registry+https://github.com/rust-lang/crates.io-index"
17867checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
17868dependencies = [
17869 "either",
17870 "futures-io",
17871 "futures-util",
17872 "thiserror 1.0.69",
17873 "tokio",
17874]
17875
17876[[package]]
17877name = "tokio-stream"
17878version = "0.1.17"
17879source = "registry+https://github.com/rust-lang/crates.io-index"
17880checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
17881dependencies = [
17882 "futures-core",
17883 "pin-project-lite",
17884 "tokio",
17885]
17886
17887[[package]]
17888name = "tokio-tungstenite"
17889version = "0.20.1"
17890source = "registry+https://github.com/rust-lang/crates.io-index"
17891checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
17892dependencies = [
17893 "futures-util",
17894 "log",
17895 "tokio",
17896 "tungstenite 0.20.1",
17897]
17898
17899[[package]]
17900name = "tokio-tungstenite"
17901version = "0.21.0"
17902source = "registry+https://github.com/rust-lang/crates.io-index"
17903checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
17904dependencies = [
17905 "futures-util",
17906 "log",
17907 "tokio",
17908 "tungstenite 0.21.0",
17909]
17910
17911[[package]]
17912name = "tokio-tungstenite"
17913version = "0.28.0"
17914source = "registry+https://github.com/rust-lang/crates.io-index"
17915checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
17916dependencies = [
17917 "futures-util",
17918 "log",
17919 "rustls 0.23.33",
17920 "rustls-native-certs 0.8.2",
17921 "rustls-pki-types",
17922 "tokio",
17923 "tokio-rustls 0.26.2",
17924 "tungstenite 0.28.0",
17925]
17926
17927[[package]]
17928name = "tokio-util"
17929version = "0.7.16"
17930source = "registry+https://github.com/rust-lang/crates.io-index"
17931checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
17932dependencies = [
17933 "bytes 1.11.1",
17934 "futures-core",
17935 "futures-io",
17936 "futures-sink",
17937 "pin-project-lite",
17938 "tokio",
17939]
17940
17941[[package]]
17942name = "toml"
17943version = "0.5.11"
17944source = "registry+https://github.com/rust-lang/crates.io-index"
17945checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
17946dependencies = [
17947 "serde",
17948]
17949
17950[[package]]
17951name = "toml"
17952version = "0.8.23"
17953source = "registry+https://github.com/rust-lang/crates.io-index"
17954checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
17955dependencies = [
17956 "serde",
17957 "serde_spanned 0.6.9",
17958 "toml_datetime 0.6.11",
17959 "toml_edit 0.22.27",
17960]
17961
17962[[package]]
17963name = "toml"
17964version = "0.9.8"
17965source = "registry+https://github.com/rust-lang/crates.io-index"
17966checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
17967dependencies = [
17968 "indexmap",
17969 "serde_core",
17970 "serde_spanned 1.0.3",
17971 "toml_datetime 0.7.3",
17972 "toml_parser",
17973 "toml_writer",
17974 "winnow",
17975]
17976
17977[[package]]
17978name = "toml_datetime"
17979version = "0.6.11"
17980source = "registry+https://github.com/rust-lang/crates.io-index"
17981checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
17982dependencies = [
17983 "serde",
17984]
17985
17986[[package]]
17987name = "toml_datetime"
17988version = "0.7.3"
17989source = "registry+https://github.com/rust-lang/crates.io-index"
17990checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
17991dependencies = [
17992 "serde_core",
17993]
17994
17995[[package]]
17996name = "toml_edit"
17997version = "0.22.27"
17998source = "registry+https://github.com/rust-lang/crates.io-index"
17999checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18000dependencies = [
18001 "indexmap",
18002 "serde",
18003 "serde_spanned 0.6.9",
18004 "toml_datetime 0.6.11",
18005 "toml_write",
18006 "winnow",
18007]
18008
18009[[package]]
18010name = "toml_edit"
18011version = "0.23.7"
18012source = "registry+https://github.com/rust-lang/crates.io-index"
18013checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18014dependencies = [
18015 "indexmap",
18016 "toml_datetime 0.7.3",
18017 "toml_parser",
18018 "winnow",
18019]
18020
18021[[package]]
18022name = "toml_parser"
18023version = "1.0.4"
18024source = "registry+https://github.com/rust-lang/crates.io-index"
18025checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18026dependencies = [
18027 "winnow",
18028]
18029
18030[[package]]
18031name = "toml_write"
18032version = "0.1.2"
18033source = "registry+https://github.com/rust-lang/crates.io-index"
18034checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18035
18036[[package]]
18037name = "toml_writer"
18038version = "1.0.4"
18039source = "registry+https://github.com/rust-lang/crates.io-index"
18040checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18041
18042[[package]]
18043name = "toolchain_selector"
18044version = "0.1.0"
18045dependencies = [
18046 "anyhow",
18047 "convert_case 0.8.0",
18048 "editor",
18049 "futures 0.3.32",
18050 "fuzzy",
18051 "gpui",
18052 "language",
18053 "menu",
18054 "open_path_prompt",
18055 "picker",
18056 "project",
18057 "ui",
18058 "util",
18059 "workspace",
18060]
18061
18062[[package]]
18063name = "topological-sort"
18064version = "0.2.2"
18065source = "registry+https://github.com/rust-lang/crates.io-index"
18066checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18067
18068[[package]]
18069name = "tower"
18070version = "0.4.13"
18071source = "registry+https://github.com/rust-lang/crates.io-index"
18072checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18073dependencies = [
18074 "futures-core",
18075 "futures-util",
18076 "pin-project",
18077 "pin-project-lite",
18078 "tokio",
18079 "tower-layer",
18080 "tower-service",
18081 "tracing",
18082]
18083
18084[[package]]
18085name = "tower"
18086version = "0.5.2"
18087source = "registry+https://github.com/rust-lang/crates.io-index"
18088checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18089dependencies = [
18090 "futures-core",
18091 "futures-util",
18092 "pin-project-lite",
18093 "sync_wrapper 1.0.2",
18094 "tokio",
18095 "tower-layer",
18096 "tower-service",
18097]
18098
18099[[package]]
18100name = "tower-http"
18101version = "0.4.4"
18102source = "registry+https://github.com/rust-lang/crates.io-index"
18103checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18104dependencies = [
18105 "bitflags 2.10.0",
18106 "bytes 1.11.1",
18107 "futures-core",
18108 "futures-util",
18109 "http 0.2.12",
18110 "http-body 0.4.6",
18111 "http-range-header",
18112 "pin-project-lite",
18113 "tower-layer",
18114 "tower-service",
18115 "tracing",
18116]
18117
18118[[package]]
18119name = "tower-http"
18120version = "0.6.6"
18121source = "registry+https://github.com/rust-lang/crates.io-index"
18122checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18123dependencies = [
18124 "bitflags 2.10.0",
18125 "bytes 1.11.1",
18126 "futures-util",
18127 "http 1.3.1",
18128 "http-body 1.0.1",
18129 "iri-string",
18130 "pin-project-lite",
18131 "tower 0.5.2",
18132 "tower-layer",
18133 "tower-service",
18134]
18135
18136[[package]]
18137name = "tower-layer"
18138version = "0.3.3"
18139source = "registry+https://github.com/rust-lang/crates.io-index"
18140checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18141
18142[[package]]
18143name = "tower-service"
18144version = "0.3.3"
18145source = "registry+https://github.com/rust-lang/crates.io-index"
18146checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18147
18148[[package]]
18149name = "tracing"
18150version = "0.1.43"
18151source = "registry+https://github.com/rust-lang/crates.io-index"
18152checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18153dependencies = [
18154 "log",
18155 "pin-project-lite",
18156 "tracing-attributes",
18157 "tracing-core",
18158]
18159
18160[[package]]
18161name = "tracing-attributes"
18162version = "0.1.31"
18163source = "registry+https://github.com/rust-lang/crates.io-index"
18164checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18165dependencies = [
18166 "proc-macro2",
18167 "quote",
18168 "syn 2.0.117",
18169]
18170
18171[[package]]
18172name = "tracing-core"
18173version = "0.1.35"
18174source = "registry+https://github.com/rust-lang/crates.io-index"
18175checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18176dependencies = [
18177 "once_cell",
18178 "valuable",
18179]
18180
18181[[package]]
18182name = "tracing-log"
18183version = "0.2.0"
18184source = "registry+https://github.com/rust-lang/crates.io-index"
18185checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18186dependencies = [
18187 "log",
18188 "once_cell",
18189 "tracing-core",
18190]
18191
18192[[package]]
18193name = "tracing-serde"
18194version = "0.2.0"
18195source = "registry+https://github.com/rust-lang/crates.io-index"
18196checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18197dependencies = [
18198 "serde",
18199 "tracing-core",
18200]
18201
18202[[package]]
18203name = "tracing-subscriber"
18204version = "0.3.22"
18205source = "registry+https://github.com/rust-lang/crates.io-index"
18206checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18207dependencies = [
18208 "matchers",
18209 "nu-ansi-term",
18210 "once_cell",
18211 "regex-automata",
18212 "serde",
18213 "serde_json",
18214 "sharded-slab",
18215 "smallvec",
18216 "thread_local",
18217 "tracing",
18218 "tracing-core",
18219 "tracing-log",
18220 "tracing-serde",
18221]
18222
18223[[package]]
18224name = "tracing-tracy"
18225version = "0.11.4"
18226source = "registry+https://github.com/rust-lang/crates.io-index"
18227checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18228dependencies = [
18229 "tracing-core",
18230 "tracing-subscriber",
18231 "tracy-client",
18232]
18233
18234[[package]]
18235name = "tracy-client"
18236version = "0.18.3"
18237source = "registry+https://github.com/rust-lang/crates.io-index"
18238checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18239dependencies = [
18240 "loom",
18241 "once_cell",
18242 "tracy-client-sys",
18243]
18244
18245[[package]]
18246name = "tracy-client-sys"
18247version = "0.27.0"
18248source = "registry+https://github.com/rust-lang/crates.io-index"
18249checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18250dependencies = [
18251 "cc",
18252 "windows-targets 0.52.6",
18253]
18254
18255[[package]]
18256name = "transpose"
18257version = "0.2.3"
18258source = "registry+https://github.com/rust-lang/crates.io-index"
18259checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18260dependencies = [
18261 "num-integer",
18262 "strength_reduce",
18263]
18264
18265[[package]]
18266name = "tree-sitter"
18267version = "0.26.8"
18268source = "registry+https://github.com/rust-lang/crates.io-index"
18269checksum = "887bd495d0582c5e3e0d8ece2233666169fa56a9644d172fc22ad179ab2d0538"
18270dependencies = [
18271 "cc",
18272 "regex",
18273 "regex-syntax",
18274 "serde_json",
18275 "streaming-iterator",
18276 "tree-sitter-language",
18277 "wasmtime-c-api-impl",
18278]
18279
18280[[package]]
18281name = "tree-sitter-bash"
18282version = "0.25.1"
18283source = "registry+https://github.com/rust-lang/crates.io-index"
18284checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18285dependencies = [
18286 "cc",
18287 "tree-sitter-language",
18288]
18289
18290[[package]]
18291name = "tree-sitter-c"
18292version = "0.24.1"
18293source = "registry+https://github.com/rust-lang/crates.io-index"
18294checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18295dependencies = [
18296 "cc",
18297 "tree-sitter-language",
18298]
18299
18300[[package]]
18301name = "tree-sitter-cpp"
18302version = "0.23.4"
18303source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18304dependencies = [
18305 "cc",
18306 "tree-sitter-language",
18307]
18308
18309[[package]]
18310name = "tree-sitter-css"
18311version = "0.23.2"
18312source = "registry+https://github.com/rust-lang/crates.io-index"
18313checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18314dependencies = [
18315 "cc",
18316 "tree-sitter-language",
18317]
18318
18319[[package]]
18320name = "tree-sitter-diff"
18321version = "0.1.0"
18322source = "registry+https://github.com/rust-lang/crates.io-index"
18323checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18324dependencies = [
18325 "cc",
18326 "tree-sitter-language",
18327]
18328
18329[[package]]
18330name = "tree-sitter-elixir"
18331version = "0.3.4"
18332source = "registry+https://github.com/rust-lang/crates.io-index"
18333checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18334dependencies = [
18335 "cc",
18336 "tree-sitter-language",
18337]
18338
18339[[package]]
18340name = "tree-sitter-embedded-template"
18341version = "0.23.2"
18342source = "registry+https://github.com/rust-lang/crates.io-index"
18343checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18344dependencies = [
18345 "cc",
18346 "tree-sitter-language",
18347]
18348
18349[[package]]
18350name = "tree-sitter-gitcommit"
18351version = "0.0.1"
18352source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18353dependencies = [
18354 "cc",
18355 "tree-sitter-language",
18356]
18357
18358[[package]]
18359name = "tree-sitter-go"
18360version = "0.25.0"
18361source = "registry+https://github.com/rust-lang/crates.io-index"
18362checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18363dependencies = [
18364 "cc",
18365 "tree-sitter-language",
18366]
18367
18368[[package]]
18369name = "tree-sitter-gomod"
18370version = "1.1.1"
18371source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18372dependencies = [
18373 "cc",
18374 "tree-sitter-language",
18375]
18376
18377[[package]]
18378name = "tree-sitter-gowork"
18379version = "0.0.1"
18380source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18381dependencies = [
18382 "cc",
18383 "tree-sitter-language",
18384]
18385
18386[[package]]
18387name = "tree-sitter-heex"
18388version = "0.0.1"
18389source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18390dependencies = [
18391 "cc",
18392 "tree-sitter-language",
18393]
18394
18395[[package]]
18396name = "tree-sitter-html"
18397version = "0.23.2"
18398source = "registry+https://github.com/rust-lang/crates.io-index"
18399checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18400dependencies = [
18401 "cc",
18402 "tree-sitter-language",
18403]
18404
18405[[package]]
18406name = "tree-sitter-jsdoc"
18407version = "0.23.2"
18408source = "registry+https://github.com/rust-lang/crates.io-index"
18409checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18410dependencies = [
18411 "cc",
18412 "tree-sitter-language",
18413]
18414
18415[[package]]
18416name = "tree-sitter-json"
18417version = "0.24.8"
18418source = "registry+https://github.com/rust-lang/crates.io-index"
18419checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18420dependencies = [
18421 "cc",
18422 "tree-sitter-language",
18423]
18424
18425[[package]]
18426name = "tree-sitter-language"
18427version = "0.1.5"
18428source = "registry+https://github.com/rust-lang/crates.io-index"
18429checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18430
18431[[package]]
18432name = "tree-sitter-md"
18433version = "0.3.2"
18434source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18435dependencies = [
18436 "cc",
18437 "tree-sitter-language",
18438]
18439
18440[[package]]
18441name = "tree-sitter-python"
18442version = "0.25.0"
18443source = "registry+https://github.com/rust-lang/crates.io-index"
18444checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18445dependencies = [
18446 "cc",
18447 "tree-sitter-language",
18448]
18449
18450[[package]]
18451name = "tree-sitter-regex"
18452version = "0.24.3"
18453source = "registry+https://github.com/rust-lang/crates.io-index"
18454checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18455dependencies = [
18456 "cc",
18457 "tree-sitter-language",
18458]
18459
18460[[package]]
18461name = "tree-sitter-ruby"
18462version = "0.23.1"
18463source = "registry+https://github.com/rust-lang/crates.io-index"
18464checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18465dependencies = [
18466 "cc",
18467 "tree-sitter-language",
18468]
18469
18470[[package]]
18471name = "tree-sitter-rust"
18472version = "0.24.2"
18473source = "registry+https://github.com/rust-lang/crates.io-index"
18474checksum = "439e577dbe07423ec2582ac62c7531120dbfccfa6e5f92406f93dd271a120e45"
18475dependencies = [
18476 "cc",
18477 "tree-sitter-language",
18478]
18479
18480[[package]]
18481name = "tree-sitter-typescript"
18482version = "0.23.2"
18483source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18484dependencies = [
18485 "cc",
18486 "tree-sitter-language",
18487]
18488
18489[[package]]
18490name = "tree-sitter-yaml"
18491version = "0.6.1"
18492source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18493dependencies = [
18494 "cc",
18495 "tree-sitter-language",
18496]
18497
18498[[package]]
18499name = "triomphe"
18500version = "0.1.15"
18501source = "registry+https://github.com/rust-lang/crates.io-index"
18502checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18503dependencies = [
18504 "serde",
18505 "stable_deref_trait",
18506]
18507
18508[[package]]
18509name = "try-lock"
18510version = "0.2.5"
18511source = "registry+https://github.com/rust-lang/crates.io-index"
18512checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18513
18514[[package]]
18515name = "ttf-parser"
18516version = "0.20.0"
18517source = "registry+https://github.com/rust-lang/crates.io-index"
18518checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18519
18520[[package]]
18521name = "ttf-parser"
18522version = "0.25.1"
18523source = "registry+https://github.com/rust-lang/crates.io-index"
18524checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18525dependencies = [
18526 "core_maths",
18527]
18528
18529[[package]]
18530name = "tungstenite"
18531version = "0.20.1"
18532source = "registry+https://github.com/rust-lang/crates.io-index"
18533checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18534dependencies = [
18535 "byteorder",
18536 "bytes 1.11.1",
18537 "data-encoding",
18538 "http 0.2.12",
18539 "httparse",
18540 "log",
18541 "rand 0.8.5",
18542 "sha1",
18543 "thiserror 1.0.69",
18544 "url",
18545 "utf-8",
18546]
18547
18548[[package]]
18549name = "tungstenite"
18550version = "0.21.0"
18551source = "registry+https://github.com/rust-lang/crates.io-index"
18552checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18553dependencies = [
18554 "byteorder",
18555 "bytes 1.11.1",
18556 "data-encoding",
18557 "http 1.3.1",
18558 "httparse",
18559 "log",
18560 "rand 0.8.5",
18561 "sha1",
18562 "thiserror 1.0.69",
18563 "url",
18564 "utf-8",
18565]
18566
18567[[package]]
18568name = "tungstenite"
18569version = "0.27.0"
18570source = "registry+https://github.com/rust-lang/crates.io-index"
18571checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18572dependencies = [
18573 "bytes 1.11.1",
18574 "data-encoding",
18575 "http 1.3.1",
18576 "httparse",
18577 "log",
18578 "rand 0.9.2",
18579 "rustls 0.23.33",
18580 "rustls-pki-types",
18581 "sha1",
18582 "thiserror 2.0.17",
18583 "utf-8",
18584]
18585
18586[[package]]
18587name = "tungstenite"
18588version = "0.28.0"
18589source = "registry+https://github.com/rust-lang/crates.io-index"
18590checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18591dependencies = [
18592 "bytes 1.11.1",
18593 "data-encoding",
18594 "http 1.3.1",
18595 "httparse",
18596 "log",
18597 "rand 0.9.2",
18598 "rustls 0.23.33",
18599 "rustls-pki-types",
18600 "sha1",
18601 "thiserror 2.0.17",
18602 "utf-8",
18603]
18604
18605[[package]]
18606name = "typeid"
18607version = "1.0.3"
18608source = "registry+https://github.com/rust-lang/crates.io-index"
18609checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18610
18611[[package]]
18612name = "typenum"
18613version = "1.19.0"
18614source = "registry+https://github.com/rust-lang/crates.io-index"
18615checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18616
18617[[package]]
18618name = "ucd-trie"
18619version = "0.1.7"
18620source = "registry+https://github.com/rust-lang/crates.io-index"
18621checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18622
18623[[package]]
18624name = "uds"
18625version = "0.4.2"
18626source = "registry+https://github.com/rust-lang/crates.io-index"
18627checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18628dependencies = [
18629 "libc",
18630]
18631
18632[[package]]
18633name = "uds_windows"
18634version = "1.1.0"
18635source = "registry+https://github.com/rust-lang/crates.io-index"
18636checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18637dependencies = [
18638 "memoffset",
18639 "tempfile",
18640 "winapi",
18641]
18642
18643[[package]]
18644name = "ug"
18645version = "0.4.0"
18646source = "registry+https://github.com/rust-lang/crates.io-index"
18647checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18648dependencies = [
18649 "gemm 0.18.2",
18650 "half",
18651 "libloading",
18652 "memmap2",
18653 "num",
18654 "num-traits",
18655 "num_cpus",
18656 "rayon",
18657 "safetensors",
18658 "serde",
18659 "thiserror 1.0.69",
18660 "tracing",
18661 "yoke 0.7.5",
18662]
18663
18664[[package]]
18665name = "ui"
18666version = "0.1.0"
18667dependencies = [
18668 "chrono",
18669 "component",
18670 "documented",
18671 "gpui",
18672 "gpui_macros",
18673 "gpui_util",
18674 "icons",
18675 "itertools 0.14.0",
18676 "menu",
18677 "schemars",
18678 "serde",
18679 "smallvec",
18680 "story",
18681 "strum 0.27.2",
18682 "theme",
18683 "ui_macros",
18684 "windows 0.61.3",
18685]
18686
18687[[package]]
18688name = "ui_input"
18689version = "0.1.0"
18690dependencies = [
18691 "component",
18692 "gpui",
18693 "ui",
18694]
18695
18696[[package]]
18697name = "ui_macros"
18698version = "0.1.0"
18699dependencies = [
18700 "component",
18701 "quote",
18702 "syn 2.0.117",
18703 "ui",
18704]
18705
18706[[package]]
18707name = "ui_prompt"
18708version = "0.1.0"
18709dependencies = [
18710 "gpui",
18711 "markdown",
18712 "menu",
18713 "settings",
18714 "theme_settings",
18715 "ui",
18716 "workspace",
18717]
18718
18719[[package]]
18720name = "unarray"
18721version = "0.1.4"
18722source = "registry+https://github.com/rust-lang/crates.io-index"
18723checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18724
18725[[package]]
18726name = "unicase"
18727version = "2.8.1"
18728source = "registry+https://github.com/rust-lang/crates.io-index"
18729checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18730
18731[[package]]
18732name = "unicode-bidi"
18733version = "0.3.18"
18734source = "registry+https://github.com/rust-lang/crates.io-index"
18735checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18736
18737[[package]]
18738name = "unicode-bidi-mirroring"
18739version = "0.4.0"
18740source = "registry+https://github.com/rust-lang/crates.io-index"
18741checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18742
18743[[package]]
18744name = "unicode-ccc"
18745version = "0.4.0"
18746source = "registry+https://github.com/rust-lang/crates.io-index"
18747checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18748
18749[[package]]
18750name = "unicode-general-category"
18751version = "1.1.0"
18752source = "registry+https://github.com/rust-lang/crates.io-index"
18753checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18754
18755[[package]]
18756name = "unicode-ident"
18757version = "1.0.19"
18758source = "registry+https://github.com/rust-lang/crates.io-index"
18759checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18760
18761[[package]]
18762name = "unicode-linebreak"
18763version = "0.1.5"
18764source = "registry+https://github.com/rust-lang/crates.io-index"
18765checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
18766
18767[[package]]
18768name = "unicode-normalization"
18769version = "0.1.24"
18770source = "registry+https://github.com/rust-lang/crates.io-index"
18771checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
18772dependencies = [
18773 "tinyvec",
18774]
18775
18776[[package]]
18777name = "unicode-properties"
18778version = "0.1.3"
18779source = "registry+https://github.com/rust-lang/crates.io-index"
18780checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
18781
18782[[package]]
18783name = "unicode-script"
18784version = "0.5.8"
18785source = "registry+https://github.com/rust-lang/crates.io-index"
18786checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
18787
18788[[package]]
18789name = "unicode-segmentation"
18790version = "1.12.0"
18791source = "registry+https://github.com/rust-lang/crates.io-index"
18792checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
18793
18794[[package]]
18795name = "unicode-vo"
18796version = "0.1.0"
18797source = "registry+https://github.com/rust-lang/crates.io-index"
18798checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
18799
18800[[package]]
18801name = "unicode-width"
18802version = "0.2.2"
18803source = "registry+https://github.com/rust-lang/crates.io-index"
18804checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
18805
18806[[package]]
18807name = "unicode-xid"
18808version = "0.2.6"
18809source = "registry+https://github.com/rust-lang/crates.io-index"
18810checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
18811
18812[[package]]
18813name = "unicode_categories"
18814version = "0.1.1"
18815source = "registry+https://github.com/rust-lang/crates.io-index"
18816checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
18817
18818[[package]]
18819name = "unindent"
18820version = "0.2.4"
18821source = "registry+https://github.com/rust-lang/crates.io-index"
18822checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
18823
18824[[package]]
18825name = "unsafe-libyaml"
18826version = "0.2.11"
18827source = "registry+https://github.com/rust-lang/crates.io-index"
18828checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
18829
18830[[package]]
18831name = "untrusted"
18832version = "0.7.1"
18833source = "registry+https://github.com/rust-lang/crates.io-index"
18834checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
18835
18836[[package]]
18837name = "untrusted"
18838version = "0.9.0"
18839source = "registry+https://github.com/rust-lang/crates.io-index"
18840checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
18841
18842[[package]]
18843name = "url"
18844version = "2.5.7"
18845source = "registry+https://github.com/rust-lang/crates.io-index"
18846checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
18847dependencies = [
18848 "form_urlencoded",
18849 "idna",
18850 "percent-encoding",
18851 "serde",
18852]
18853
18854[[package]]
18855name = "urlencoding"
18856version = "2.1.3"
18857source = "registry+https://github.com/rust-lang/crates.io-index"
18858checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
18859
18860[[package]]
18861name = "usvg"
18862version = "0.45.1"
18863source = "registry+https://github.com/rust-lang/crates.io-index"
18864checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
18865dependencies = [
18866 "base64 0.22.1",
18867 "data-url",
18868 "flate2",
18869 "fontdb 0.23.0",
18870 "imagesize",
18871 "kurbo",
18872 "log",
18873 "pico-args",
18874 "roxmltree",
18875 "rustybuzz",
18876 "simplecss",
18877 "siphasher 1.0.1",
18878 "strict-num",
18879 "svgtypes",
18880 "tiny-skia-path",
18881 "unicode-bidi",
18882 "unicode-script",
18883 "unicode-vo",
18884 "xmlwriter",
18885]
18886
18887[[package]]
18888name = "utf-8"
18889version = "0.7.6"
18890source = "registry+https://github.com/rust-lang/crates.io-index"
18891checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
18892
18893[[package]]
18894name = "utf8-chars"
18895version = "3.0.6"
18896source = "registry+https://github.com/rust-lang/crates.io-index"
18897checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
18898dependencies = [
18899 "arrayvec",
18900]
18901
18902[[package]]
18903name = "utf8_iter"
18904version = "1.0.4"
18905source = "registry+https://github.com/rust-lang/crates.io-index"
18906checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
18907
18908[[package]]
18909name = "utf8parse"
18910version = "0.2.2"
18911source = "registry+https://github.com/rust-lang/crates.io-index"
18912checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
18913
18914[[package]]
18915name = "util"
18916version = "0.1.0"
18917dependencies = [
18918 "anyhow",
18919 "async-fs",
18920 "async_zip",
18921 "collections",
18922 "command-fds",
18923 "dirs 4.0.0",
18924 "dunce",
18925 "futures 0.3.32",
18926 "futures-lite 1.13.0",
18927 "git2",
18928 "globset",
18929 "gpui_util",
18930 "itertools 0.14.0",
18931 "libc",
18932 "log",
18933 "mach2 0.5.0",
18934 "nix 0.29.0",
18935 "percent-encoding",
18936 "pretty_assertions",
18937 "rand 0.9.2",
18938 "regex",
18939 "rust-embed",
18940 "schemars",
18941 "serde",
18942 "serde_json",
18943 "serde_json_lenient",
18944 "shlex",
18945 "smol",
18946 "take-until",
18947 "tempfile",
18948 "tendril",
18949 "unicase",
18950 "url",
18951 "util_macros",
18952 "walkdir",
18953 "which 6.0.3",
18954]
18955
18956[[package]]
18957name = "util_macros"
18958version = "0.1.0"
18959dependencies = [
18960 "perf",
18961 "quote",
18962 "syn 2.0.117",
18963]
18964
18965[[package]]
18966name = "uuid"
18967version = "1.18.1"
18968source = "registry+https://github.com/rust-lang/crates.io-index"
18969checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
18970dependencies = [
18971 "getrandom 0.3.4",
18972 "js-sys",
18973 "serde",
18974 "sha1_smol",
18975 "wasm-bindgen",
18976]
18977
18978[[package]]
18979name = "uuid-simd"
18980version = "0.8.0"
18981source = "registry+https://github.com/rust-lang/crates.io-index"
18982checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
18983dependencies = [
18984 "outref",
18985 "vsimd",
18986]
18987
18988[[package]]
18989name = "v_frame"
18990version = "0.3.9"
18991source = "registry+https://github.com/rust-lang/crates.io-index"
18992checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
18993dependencies = [
18994 "aligned-vec",
18995 "num-traits",
18996 "wasm-bindgen",
18997]
18998
18999[[package]]
19000name = "valuable"
19001version = "0.1.1"
19002source = "registry+https://github.com/rust-lang/crates.io-index"
19003checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19004
19005[[package]]
19006name = "value-bag"
19007version = "1.12.0"
19008source = "registry+https://github.com/rust-lang/crates.io-index"
19009checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19010dependencies = [
19011 "value-bag-serde1",
19012 "value-bag-sval2",
19013]
19014
19015[[package]]
19016name = "value-bag-serde1"
19017version = "1.12.0"
19018source = "registry+https://github.com/rust-lang/crates.io-index"
19019checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19020dependencies = [
19021 "erased-serde",
19022 "serde_core",
19023 "serde_fmt",
19024]
19025
19026[[package]]
19027name = "value-bag-sval2"
19028version = "1.12.0"
19029source = "registry+https://github.com/rust-lang/crates.io-index"
19030checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19031dependencies = [
19032 "sval",
19033 "sval_buffer",
19034 "sval_dynamic",
19035 "sval_fmt",
19036 "sval_json",
19037 "sval_ref",
19038 "sval_serde",
19039]
19040
19041[[package]]
19042name = "vcpkg"
19043version = "0.2.15"
19044source = "registry+https://github.com/rust-lang/crates.io-index"
19045checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19046
19047[[package]]
19048name = "vercel"
19049version = "0.1.0"
19050dependencies = [
19051 "anyhow",
19052 "schemars",
19053 "serde",
19054 "strum 0.27.2",
19055]
19056
19057[[package]]
19058name = "version-compare"
19059version = "0.2.0"
19060source = "registry+https://github.com/rust-lang/crates.io-index"
19061checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19062
19063[[package]]
19064name = "version_check"
19065version = "0.9.5"
19066source = "registry+https://github.com/rust-lang/crates.io-index"
19067checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19068
19069[[package]]
19070name = "vim"
19071version = "0.1.0"
19072dependencies = [
19073 "anyhow",
19074 "async-compat",
19075 "async-trait",
19076 "collections",
19077 "command_palette",
19078 "command_palette_hooks",
19079 "db",
19080 "editor",
19081 "env_logger 0.11.8",
19082 "futures 0.3.32",
19083 "fuzzy",
19084 "git_ui",
19085 "gpui",
19086 "indoc",
19087 "itertools 0.14.0",
19088 "language",
19089 "log",
19090 "lsp",
19091 "markdown_preview",
19092 "menu",
19093 "multi_buffer",
19094 "nvim-rs",
19095 "outline_panel",
19096 "parking_lot",
19097 "perf",
19098 "picker",
19099 "project",
19100 "project_panel",
19101 "regex",
19102 "release_channel",
19103 "schemars",
19104 "search",
19105 "semver",
19106 "serde",
19107 "serde_json",
19108 "settings",
19109 "settings_ui",
19110 "task",
19111 "text",
19112 "theme",
19113 "theme_settings",
19114 "tokio",
19115 "ui",
19116 "util",
19117 "util_macros",
19118 "vim_mode_setting",
19119 "workspace",
19120 "zed_actions",
19121]
19122
19123[[package]]
19124name = "vim_mode_setting"
19125version = "0.1.0"
19126dependencies = [
19127 "gpui",
19128 "settings",
19129]
19130
19131[[package]]
19132name = "vscode_theme"
19133version = "0.2.0"
19134source = "registry+https://github.com/rust-lang/crates.io-index"
19135checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19136dependencies = [
19137 "serde",
19138]
19139
19140[[package]]
19141name = "vsimd"
19142version = "0.8.0"
19143source = "registry+https://github.com/rust-lang/crates.io-index"
19144checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19145
19146[[package]]
19147name = "vswhom"
19148version = "0.1.0"
19149source = "registry+https://github.com/rust-lang/crates.io-index"
19150checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19151dependencies = [
19152 "libc",
19153 "vswhom-sys",
19154]
19155
19156[[package]]
19157name = "vswhom-sys"
19158version = "0.1.3"
19159source = "registry+https://github.com/rust-lang/crates.io-index"
19160checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19161dependencies = [
19162 "cc",
19163 "libc",
19164]
19165
19166[[package]]
19167name = "vte"
19168version = "0.15.0"
19169source = "registry+https://github.com/rust-lang/crates.io-index"
19170checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19171dependencies = [
19172 "arrayvec",
19173 "bitflags 2.10.0",
19174 "cursor-icon",
19175 "log",
19176 "memchr",
19177 "serde",
19178]
19179
19180[[package]]
19181name = "wait-timeout"
19182version = "0.2.1"
19183source = "registry+https://github.com/rust-lang/crates.io-index"
19184checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19185dependencies = [
19186 "libc",
19187]
19188
19189[[package]]
19190name = "waker-fn"
19191version = "1.2.0"
19192source = "registry+https://github.com/rust-lang/crates.io-index"
19193checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19194
19195[[package]]
19196name = "walkdir"
19197version = "2.5.0"
19198source = "registry+https://github.com/rust-lang/crates.io-index"
19199checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19200dependencies = [
19201 "same-file",
19202 "winapi-util",
19203]
19204
19205[[package]]
19206name = "want"
19207version = "0.3.1"
19208source = "registry+https://github.com/rust-lang/crates.io-index"
19209checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19210dependencies = [
19211 "try-lock",
19212]
19213
19214[[package]]
19215name = "warp"
19216version = "0.3.7"
19217source = "registry+https://github.com/rust-lang/crates.io-index"
19218checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19219dependencies = [
19220 "bytes 1.11.1",
19221 "futures-channel",
19222 "futures-util",
19223 "headers",
19224 "http 0.2.12",
19225 "hyper 0.14.32",
19226 "log",
19227 "mime",
19228 "mime_guess",
19229 "percent-encoding",
19230 "pin-project",
19231 "scoped-tls",
19232 "serde",
19233 "serde_json",
19234 "serde_urlencoded",
19235 "tokio",
19236 "tokio-tungstenite 0.21.0",
19237 "tokio-util",
19238 "tower-service",
19239 "tracing",
19240]
19241
19242[[package]]
19243name = "wasi"
19244version = "0.11.1+wasi-snapshot-preview1"
19245source = "registry+https://github.com/rust-lang/crates.io-index"
19246checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19247
19248[[package]]
19249name = "wasip2"
19250version = "1.0.1+wasi-0.2.4"
19251source = "registry+https://github.com/rust-lang/crates.io-index"
19252checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19253dependencies = [
19254 "wit-bindgen 0.46.0",
19255]
19256
19257[[package]]
19258name = "wasip3"
19259version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19260source = "registry+https://github.com/rust-lang/crates.io-index"
19261checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19262dependencies = [
19263 "wit-bindgen 0.51.0",
19264]
19265
19266[[package]]
19267name = "wasite"
19268version = "0.1.0"
19269source = "registry+https://github.com/rust-lang/crates.io-index"
19270checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19271
19272[[package]]
19273name = "wasm-bindgen"
19274version = "0.2.113"
19275source = "registry+https://github.com/rust-lang/crates.io-index"
19276checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19277dependencies = [
19278 "cfg-if",
19279 "once_cell",
19280 "rustversion",
19281 "wasm-bindgen-macro",
19282 "wasm-bindgen-shared",
19283]
19284
19285[[package]]
19286name = "wasm-bindgen-futures"
19287version = "0.4.63"
19288source = "registry+https://github.com/rust-lang/crates.io-index"
19289checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19290dependencies = [
19291 "cfg-if",
19292 "futures-util",
19293 "js-sys",
19294 "once_cell",
19295 "wasm-bindgen",
19296 "web-sys",
19297]
19298
19299[[package]]
19300name = "wasm-bindgen-macro"
19301version = "0.2.113"
19302source = "registry+https://github.com/rust-lang/crates.io-index"
19303checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19304dependencies = [
19305 "quote",
19306 "wasm-bindgen-macro-support",
19307]
19308
19309[[package]]
19310name = "wasm-bindgen-macro-support"
19311version = "0.2.113"
19312source = "registry+https://github.com/rust-lang/crates.io-index"
19313checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19314dependencies = [
19315 "bumpalo",
19316 "proc-macro2",
19317 "quote",
19318 "syn 2.0.117",
19319 "wasm-bindgen-shared",
19320]
19321
19322[[package]]
19323name = "wasm-bindgen-shared"
19324version = "0.2.113"
19325source = "registry+https://github.com/rust-lang/crates.io-index"
19326checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19327dependencies = [
19328 "unicode-ident",
19329]
19330
19331[[package]]
19332name = "wasm-encoder"
19333version = "0.201.0"
19334source = "registry+https://github.com/rust-lang/crates.io-index"
19335checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19336dependencies = [
19337 "leb128",
19338]
19339
19340[[package]]
19341name = "wasm-encoder"
19342version = "0.221.3"
19343source = "registry+https://github.com/rust-lang/crates.io-index"
19344checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19345dependencies = [
19346 "leb128",
19347 "wasmparser 0.221.3",
19348]
19349
19350[[package]]
19351name = "wasm-encoder"
19352version = "0.227.1"
19353source = "registry+https://github.com/rust-lang/crates.io-index"
19354checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19355dependencies = [
19356 "leb128fmt",
19357 "wasmparser 0.227.1",
19358]
19359
19360[[package]]
19361name = "wasm-encoder"
19362version = "0.236.1"
19363source = "registry+https://github.com/rust-lang/crates.io-index"
19364checksum = "724fccfd4f3c24b7e589d333fc0429c68042897a7e8a5f8694f31792471841e7"
19365dependencies = [
19366 "leb128fmt",
19367 "wasmparser 0.236.1",
19368]
19369
19370[[package]]
19371name = "wasm-encoder"
19372version = "0.244.0"
19373source = "registry+https://github.com/rust-lang/crates.io-index"
19374checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19375dependencies = [
19376 "leb128fmt",
19377 "wasmparser 0.244.0",
19378]
19379
19380[[package]]
19381name = "wasm-metadata"
19382version = "0.201.0"
19383source = "registry+https://github.com/rust-lang/crates.io-index"
19384checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19385dependencies = [
19386 "anyhow",
19387 "indexmap",
19388 "serde",
19389 "serde_derive",
19390 "serde_json",
19391 "spdx",
19392 "wasm-encoder 0.201.0",
19393 "wasmparser 0.201.0",
19394]
19395
19396[[package]]
19397name = "wasm-metadata"
19398version = "0.227.1"
19399source = "registry+https://github.com/rust-lang/crates.io-index"
19400checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19401dependencies = [
19402 "anyhow",
19403 "auditable-serde",
19404 "flate2",
19405 "indexmap",
19406 "serde",
19407 "serde_derive",
19408 "serde_json",
19409 "spdx",
19410 "url",
19411 "wasm-encoder 0.227.1",
19412 "wasmparser 0.227.1",
19413]
19414
19415[[package]]
19416name = "wasm-metadata"
19417version = "0.244.0"
19418source = "registry+https://github.com/rust-lang/crates.io-index"
19419checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19420dependencies = [
19421 "anyhow",
19422 "indexmap",
19423 "wasm-encoder 0.244.0",
19424 "wasmparser 0.244.0",
19425]
19426
19427[[package]]
19428name = "wasm-streams"
19429version = "0.4.2"
19430source = "registry+https://github.com/rust-lang/crates.io-index"
19431checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19432dependencies = [
19433 "futures-util",
19434 "js-sys",
19435 "wasm-bindgen",
19436 "wasm-bindgen-futures",
19437 "web-sys",
19438]
19439
19440[[package]]
19441name = "wasm_thread"
19442version = "0.3.3"
19443source = "registry+https://github.com/rust-lang/crates.io-index"
19444checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19445dependencies = [
19446 "futures 0.3.32",
19447 "js-sys",
19448 "wasm-bindgen",
19449 "web-sys",
19450]
19451
19452[[package]]
19453name = "wasmparser"
19454version = "0.201.0"
19455source = "registry+https://github.com/rust-lang/crates.io-index"
19456checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19457dependencies = [
19458 "bitflags 2.10.0",
19459 "indexmap",
19460 "semver",
19461]
19462
19463[[package]]
19464name = "wasmparser"
19465version = "0.221.3"
19466source = "registry+https://github.com/rust-lang/crates.io-index"
19467checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19468dependencies = [
19469 "bitflags 2.10.0",
19470 "hashbrown 0.15.5",
19471 "indexmap",
19472 "semver",
19473 "serde",
19474]
19475
19476[[package]]
19477name = "wasmparser"
19478version = "0.227.1"
19479source = "registry+https://github.com/rust-lang/crates.io-index"
19480checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19481dependencies = [
19482 "bitflags 2.10.0",
19483 "hashbrown 0.15.5",
19484 "indexmap",
19485 "semver",
19486]
19487
19488[[package]]
19489name = "wasmparser"
19490version = "0.236.1"
19491source = "registry+https://github.com/rust-lang/crates.io-index"
19492checksum = "a9b1e81f3eb254cf7404a82cee6926a4a3ccc5aad80cc3d43608a070c67aa1d7"
19493dependencies = [
19494 "bitflags 2.10.0",
19495 "hashbrown 0.15.5",
19496 "indexmap",
19497 "semver",
19498 "serde",
19499]
19500
19501[[package]]
19502name = "wasmparser"
19503version = "0.244.0"
19504source = "registry+https://github.com/rust-lang/crates.io-index"
19505checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19506dependencies = [
19507 "bitflags 2.10.0",
19508 "hashbrown 0.15.5",
19509 "indexmap",
19510 "semver",
19511]
19512
19513[[package]]
19514name = "wasmprinter"
19515version = "0.236.1"
19516source = "registry+https://github.com/rust-lang/crates.io-index"
19517checksum = "2df225df06a6df15b46e3f73ca066ff92c2e023670969f7d50ce7d5e695abbb1"
19518dependencies = [
19519 "anyhow",
19520 "termcolor",
19521 "wasmparser 0.236.1",
19522]
19523
19524[[package]]
19525name = "wasmtime"
19526version = "36.0.6"
19527source = "registry+https://github.com/rust-lang/crates.io-index"
19528checksum = "6a2f8736ddc86e03a9d0e4c477a37939cfc53cd1b052ee38a3133679b87ef830"
19529dependencies = [
19530 "addr2line",
19531 "anyhow",
19532 "async-trait",
19533 "bitflags 2.10.0",
19534 "bumpalo",
19535 "cc",
19536 "cfg-if",
19537 "encoding_rs",
19538 "hashbrown 0.15.5",
19539 "indexmap",
19540 "libc",
19541 "log",
19542 "mach2 0.4.3",
19543 "memfd",
19544 "object",
19545 "once_cell",
19546 "postcard",
19547 "pulley-interpreter",
19548 "rayon",
19549 "rustix 1.1.2",
19550 "semver",
19551 "serde",
19552 "serde_derive",
19553 "smallvec",
19554 "target-lexicon 0.13.3",
19555 "wasmparser 0.236.1",
19556 "wasmtime-environ",
19557 "wasmtime-internal-asm-macros",
19558 "wasmtime-internal-component-macro",
19559 "wasmtime-internal-component-util",
19560 "wasmtime-internal-cranelift",
19561 "wasmtime-internal-fiber",
19562 "wasmtime-internal-jit-debug",
19563 "wasmtime-internal-jit-icache-coherence",
19564 "wasmtime-internal-math",
19565 "wasmtime-internal-slab",
19566 "wasmtime-internal-unwinder",
19567 "wasmtime-internal-versioned-export-macros",
19568 "wasmtime-internal-winch",
19569 "windows-sys 0.60.2",
19570]
19571
19572[[package]]
19573name = "wasmtime-c-api-impl"
19574version = "36.0.6"
19575source = "registry+https://github.com/rust-lang/crates.io-index"
19576checksum = "f3c62ea3fa30e6b0cf61116b3035121b8f515c60ac118ebfdab2ee56d028ed1e"
19577dependencies = [
19578 "anyhow",
19579 "log",
19580 "tracing",
19581 "wasmtime",
19582 "wasmtime-internal-c-api-macros",
19583]
19584
19585[[package]]
19586name = "wasmtime-environ"
19587version = "36.0.6"
19588source = "registry+https://github.com/rust-lang/crates.io-index"
19589checksum = "733682a327755c77153ac7455b1ba8f2db4d9946c1738f8002fe1fbda1d52e83"
19590dependencies = [
19591 "anyhow",
19592 "cpp_demangle",
19593 "cranelift-bitset",
19594 "cranelift-entity",
19595 "gimli",
19596 "indexmap",
19597 "log",
19598 "object",
19599 "postcard",
19600 "rustc-demangle",
19601 "semver",
19602 "serde",
19603 "serde_derive",
19604 "smallvec",
19605 "target-lexicon 0.13.3",
19606 "wasm-encoder 0.236.1",
19607 "wasmparser 0.236.1",
19608 "wasmprinter",
19609 "wasmtime-internal-component-util",
19610]
19611
19612[[package]]
19613name = "wasmtime-internal-asm-macros"
19614version = "36.0.6"
19615source = "registry+https://github.com/rust-lang/crates.io-index"
19616checksum = "68288980a2e02bcb368d436da32565897033ea21918007e3f2bae18843326cf9"
19617dependencies = [
19618 "cfg-if",
19619]
19620
19621[[package]]
19622name = "wasmtime-internal-c-api-macros"
19623version = "36.0.6"
19624source = "registry+https://github.com/rust-lang/crates.io-index"
19625checksum = "3c8c61294155a6d23c202f08cf7a2f9392a866edd50517508208818be626ce9f"
19626dependencies = [
19627 "proc-macro2",
19628 "quote",
19629]
19630
19631[[package]]
19632name = "wasmtime-internal-component-macro"
19633version = "36.0.6"
19634source = "registry+https://github.com/rust-lang/crates.io-index"
19635checksum = "5dea846da68f8e776c8a43bde3386022d7bb74e713b9654f7c0196e5ff2e4684"
19636dependencies = [
19637 "anyhow",
19638 "proc-macro2",
19639 "quote",
19640 "syn 2.0.117",
19641 "wasmtime-internal-component-util",
19642 "wasmtime-internal-wit-bindgen",
19643 "wit-parser 0.236.1",
19644]
19645
19646[[package]]
19647name = "wasmtime-internal-component-util"
19648version = "36.0.6"
19649source = "registry+https://github.com/rust-lang/crates.io-index"
19650checksum = "fe1e5735b3c8251510d2a55311562772d6c6fca9438a3d0329eb6e38af4957d6"
19651
19652[[package]]
19653name = "wasmtime-internal-cranelift"
19654version = "36.0.6"
19655source = "registry+https://github.com/rust-lang/crates.io-index"
19656checksum = "e89bb9ef571288e2be6b8a3c4763acc56c348dcd517500b1679d3ffad9e4a757"
19657dependencies = [
19658 "anyhow",
19659 "cfg-if",
19660 "cranelift-codegen",
19661 "cranelift-control",
19662 "cranelift-entity",
19663 "cranelift-frontend",
19664 "cranelift-native",
19665 "gimli",
19666 "itertools 0.14.0",
19667 "log",
19668 "object",
19669 "pulley-interpreter",
19670 "smallvec",
19671 "target-lexicon 0.13.3",
19672 "thiserror 2.0.17",
19673 "wasmparser 0.236.1",
19674 "wasmtime-environ",
19675 "wasmtime-internal-math",
19676 "wasmtime-internal-versioned-export-macros",
19677]
19678
19679[[package]]
19680name = "wasmtime-internal-fiber"
19681version = "36.0.6"
19682source = "registry+https://github.com/rust-lang/crates.io-index"
19683checksum = "b698d004b15ea1f1ae2d06e5e8b80080cbd684fd245220ce2fac3cdd5ecf87f2"
19684dependencies = [
19685 "anyhow",
19686 "cc",
19687 "cfg-if",
19688 "libc",
19689 "rustix 1.1.2",
19690 "wasmtime-internal-asm-macros",
19691 "wasmtime-internal-versioned-export-macros",
19692 "windows-sys 0.60.2",
19693]
19694
19695[[package]]
19696name = "wasmtime-internal-jit-debug"
19697version = "36.0.6"
19698source = "registry+https://github.com/rust-lang/crates.io-index"
19699checksum = "c803a9fec05c3d7fa03474d4595079d546e77a3c71c1d09b21f74152e2165c17"
19700dependencies = [
19701 "cc",
19702 "wasmtime-internal-versioned-export-macros",
19703]
19704
19705[[package]]
19706name = "wasmtime-internal-jit-icache-coherence"
19707version = "36.0.6"
19708source = "registry+https://github.com/rust-lang/crates.io-index"
19709checksum = "d3866909d37f7929d902e6011847748147e8734e9d7e0353e78fb8b98f586aee"
19710dependencies = [
19711 "anyhow",
19712 "cfg-if",
19713 "libc",
19714 "windows-sys 0.60.2",
19715]
19716
19717[[package]]
19718name = "wasmtime-internal-math"
19719version = "36.0.6"
19720source = "registry+https://github.com/rust-lang/crates.io-index"
19721checksum = "5a23b03fb14c64bd0dfcaa4653101f94ade76c34a3027ed2d6b373267536e45b"
19722dependencies = [
19723 "libm",
19724]
19725
19726[[package]]
19727name = "wasmtime-internal-slab"
19728version = "36.0.6"
19729source = "registry+https://github.com/rust-lang/crates.io-index"
19730checksum = "fbff220b88cdb990d34a20b13344e5da2e7b99959a5b1666106bec94b58d6364"
19731
19732[[package]]
19733name = "wasmtime-internal-unwinder"
19734version = "36.0.6"
19735source = "registry+https://github.com/rust-lang/crates.io-index"
19736checksum = "13e1ad30e88988b20c0d1c56ea4b4fbc01a8c614653cbf12ca50c0dcc695e2f7"
19737dependencies = [
19738 "anyhow",
19739 "cfg-if",
19740 "cranelift-codegen",
19741 "log",
19742 "object",
19743]
19744
19745[[package]]
19746name = "wasmtime-internal-versioned-export-macros"
19747version = "36.0.6"
19748source = "registry+https://github.com/rust-lang/crates.io-index"
19749checksum = "549aefdaa1398c2fcfbf69a7b882956bb5b6e8e5b600844ecb91a3b5bf658ca7"
19750dependencies = [
19751 "proc-macro2",
19752 "quote",
19753 "syn 2.0.117",
19754]
19755
19756[[package]]
19757name = "wasmtime-internal-winch"
19758version = "36.0.6"
19759source = "registry+https://github.com/rust-lang/crates.io-index"
19760checksum = "5cc96a84c5700171aeecf96fa9a9ab234f333f5afb295dabf3f8a812b70fe832"
19761dependencies = [
19762 "anyhow",
19763 "cranelift-codegen",
19764 "gimli",
19765 "object",
19766 "target-lexicon 0.13.3",
19767 "wasmparser 0.236.1",
19768 "wasmtime-environ",
19769 "wasmtime-internal-cranelift",
19770 "winch-codegen",
19771]
19772
19773[[package]]
19774name = "wasmtime-internal-wit-bindgen"
19775version = "36.0.6"
19776source = "registry+https://github.com/rust-lang/crates.io-index"
19777checksum = "c28dc9efea511598c88564ac1974e0825c07d9c0de902dbf68f227431cd4ff8c"
19778dependencies = [
19779 "anyhow",
19780 "bitflags 2.10.0",
19781 "heck 0.5.0",
19782 "indexmap",
19783 "wit-parser 0.236.1",
19784]
19785
19786[[package]]
19787name = "wasmtime-wasi"
19788version = "36.0.6"
19789source = "registry+https://github.com/rust-lang/crates.io-index"
19790checksum = "c3c2e99fbaa0c26b4680e0c9af07e3f7b25f5fbc1ad97dd34067980bd027d3e5"
19791dependencies = [
19792 "anyhow",
19793 "async-trait",
19794 "bitflags 2.10.0",
19795 "bytes 1.11.1",
19796 "cap-fs-ext",
19797 "cap-net-ext",
19798 "cap-rand",
19799 "cap-std",
19800 "cap-time-ext",
19801 "fs-set-times",
19802 "futures 0.3.32",
19803 "io-extras",
19804 "io-lifetimes",
19805 "rustix 1.1.2",
19806 "system-interface",
19807 "thiserror 2.0.17",
19808 "tokio",
19809 "tracing",
19810 "url",
19811 "wasmtime",
19812 "wasmtime-wasi-io",
19813 "wiggle",
19814 "windows-sys 0.60.2",
19815]
19816
19817[[package]]
19818name = "wasmtime-wasi-io"
19819version = "36.0.6"
19820source = "registry+https://github.com/rust-lang/crates.io-index"
19821checksum = "de2dc367052562c228ce51ee4426330840433c29c0ea3349eca5ddeb475ecdb9"
19822dependencies = [
19823 "anyhow",
19824 "async-trait",
19825 "bytes 1.11.1",
19826 "futures 0.3.32",
19827 "wasmtime",
19828]
19829
19830[[package]]
19831name = "wast"
19832version = "35.0.2"
19833source = "registry+https://github.com/rust-lang/crates.io-index"
19834checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
19835dependencies = [
19836 "leb128",
19837]
19838
19839[[package]]
19840name = "watch"
19841version = "0.1.0"
19842dependencies = [
19843 "ctor",
19844 "futures 0.3.32",
19845 "gpui",
19846 "parking_lot",
19847 "zlog",
19848]
19849
19850[[package]]
19851name = "wax"
19852version = "0.7.0"
19853source = "registry+https://github.com/rust-lang/crates.io-index"
19854checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
19855dependencies = [
19856 "const_format",
19857 "itertools 0.14.0",
19858 "nom 7.1.3",
19859 "pori",
19860 "regex",
19861 "thiserror 2.0.17",
19862 "walkdir",
19863]
19864
19865[[package]]
19866name = "wayland-backend"
19867version = "0.3.11"
19868source = "registry+https://github.com/rust-lang/crates.io-index"
19869checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
19870dependencies = [
19871 "cc",
19872 "downcast-rs",
19873 "rustix 1.1.2",
19874 "scoped-tls",
19875 "smallvec",
19876 "wayland-sys",
19877]
19878
19879[[package]]
19880name = "wayland-client"
19881version = "0.31.11"
19882source = "registry+https://github.com/rust-lang/crates.io-index"
19883checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
19884dependencies = [
19885 "bitflags 2.10.0",
19886 "rustix 1.1.2",
19887 "wayland-backend",
19888 "wayland-scanner",
19889]
19890
19891[[package]]
19892name = "wayland-cursor"
19893version = "0.31.11"
19894source = "registry+https://github.com/rust-lang/crates.io-index"
19895checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
19896dependencies = [
19897 "rustix 1.1.2",
19898 "wayland-client",
19899 "xcursor",
19900]
19901
19902[[package]]
19903name = "wayland-protocols"
19904version = "0.32.9"
19905source = "registry+https://github.com/rust-lang/crates.io-index"
19906checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
19907dependencies = [
19908 "bitflags 2.10.0",
19909 "wayland-backend",
19910 "wayland-client",
19911 "wayland-scanner",
19912]
19913
19914[[package]]
19915name = "wayland-protocols-plasma"
19916version = "0.3.9"
19917source = "registry+https://github.com/rust-lang/crates.io-index"
19918checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
19919dependencies = [
19920 "bitflags 2.10.0",
19921 "wayland-backend",
19922 "wayland-client",
19923 "wayland-protocols",
19924 "wayland-scanner",
19925]
19926
19927[[package]]
19928name = "wayland-protocols-wlr"
19929version = "0.3.9"
19930source = "registry+https://github.com/rust-lang/crates.io-index"
19931checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
19932dependencies = [
19933 "bitflags 2.10.0",
19934 "wayland-backend",
19935 "wayland-client",
19936 "wayland-protocols",
19937 "wayland-scanner",
19938]
19939
19940[[package]]
19941name = "wayland-scanner"
19942version = "0.31.7"
19943source = "registry+https://github.com/rust-lang/crates.io-index"
19944checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
19945dependencies = [
19946 "proc-macro2",
19947 "quick-xml 0.37.5",
19948 "quote",
19949]
19950
19951[[package]]
19952name = "wayland-sys"
19953version = "0.31.7"
19954source = "registry+https://github.com/rust-lang/crates.io-index"
19955checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
19956dependencies = [
19957 "dlib",
19958 "log",
19959 "once_cell",
19960 "pkg-config",
19961]
19962
19963[[package]]
19964name = "web-sys"
19965version = "0.3.90"
19966source = "registry+https://github.com/rust-lang/crates.io-index"
19967checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
19968dependencies = [
19969 "js-sys",
19970 "wasm-bindgen",
19971]
19972
19973[[package]]
19974name = "web-time"
19975version = "1.1.0"
19976source = "registry+https://github.com/rust-lang/crates.io-index"
19977checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
19978dependencies = [
19979 "js-sys",
19980 "wasm-bindgen",
19981]
19982
19983[[package]]
19984name = "web_atoms"
19985version = "0.1.3"
19986source = "registry+https://github.com/rust-lang/crates.io-index"
19987checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
19988dependencies = [
19989 "phf 0.11.3",
19990 "phf_codegen",
19991 "string_cache",
19992 "string_cache_codegen",
19993]
19994
19995[[package]]
19996name = "web_search"
19997version = "0.1.0"
19998dependencies = [
19999 "anyhow",
20000 "cloud_llm_client",
20001 "collections",
20002 "gpui",
20003 "serde",
20004]
20005
20006[[package]]
20007name = "web_search_providers"
20008version = "0.1.0"
20009dependencies = [
20010 "anyhow",
20011 "client",
20012 "cloud_api_types",
20013 "cloud_llm_client",
20014 "futures 0.3.32",
20015 "gpui",
20016 "http_client",
20017 "language_model",
20018 "serde",
20019 "serde_json",
20020 "web_search",
20021]
20022
20023[[package]]
20024name = "webpki-root-certs"
20025version = "0.26.8"
20026source = "registry+https://github.com/rust-lang/crates.io-index"
20027checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20028dependencies = [
20029 "rustls-pki-types",
20030]
20031
20032[[package]]
20033name = "webpki-roots"
20034version = "0.26.8"
20035source = "registry+https://github.com/rust-lang/crates.io-index"
20036checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20037dependencies = [
20038 "rustls-pki-types",
20039]
20040
20041[[package]]
20042name = "webrtc-sys"
20043version = "0.3.23"
20044source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20045dependencies = [
20046 "cc",
20047 "cxx",
20048 "cxx-build",
20049 "glob",
20050 "log",
20051 "pkg-config",
20052 "webrtc-sys-build",
20053]
20054
20055[[package]]
20056name = "webrtc-sys-build"
20057version = "0.3.13"
20058source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20059dependencies = [
20060 "anyhow",
20061 "fs2",
20062 "regex",
20063 "reqwest 0.12.24",
20064 "scratch",
20065 "semver",
20066 "zip 0.6.6",
20067]
20068
20069[[package]]
20070name = "weezl"
20071version = "0.1.10"
20072source = "registry+https://github.com/rust-lang/crates.io-index"
20073checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20074
20075[[package]]
20076name = "wgpu"
20077version = "29.0.0"
20078source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20079dependencies = [
20080 "arrayvec",
20081 "bitflags 2.10.0",
20082 "bytemuck",
20083 "cfg-if",
20084 "cfg_aliases 0.2.1",
20085 "document-features",
20086 "hashbrown 0.16.1",
20087 "js-sys",
20088 "log",
20089 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20090 "parking_lot",
20091 "portable-atomic",
20092 "profiling",
20093 "raw-window-handle",
20094 "smallvec",
20095 "static_assertions",
20096 "wasm-bindgen",
20097 "wasm-bindgen-futures",
20098 "web-sys",
20099 "wgpu-core",
20100 "wgpu-hal",
20101 "wgpu-types",
20102]
20103
20104[[package]]
20105name = "wgpu-core"
20106version = "29.0.0"
20107source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20108dependencies = [
20109 "arrayvec",
20110 "bit-set 0.9.1",
20111 "bit-vec 0.9.1",
20112 "bitflags 2.10.0",
20113 "bytemuck",
20114 "cfg_aliases 0.2.1",
20115 "document-features",
20116 "hashbrown 0.16.1",
20117 "indexmap",
20118 "log",
20119 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20120 "once_cell",
20121 "parking_lot",
20122 "portable-atomic",
20123 "profiling",
20124 "raw-window-handle",
20125 "rustc-hash 1.1.0",
20126 "smallvec",
20127 "thiserror 2.0.17",
20128 "wgpu-core-deps-apple",
20129 "wgpu-core-deps-emscripten",
20130 "wgpu-core-deps-windows-linux-android",
20131 "wgpu-hal",
20132 "wgpu-naga-bridge",
20133 "wgpu-types",
20134]
20135
20136[[package]]
20137name = "wgpu-core-deps-apple"
20138version = "29.0.0"
20139source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20140dependencies = [
20141 "wgpu-hal",
20142]
20143
20144[[package]]
20145name = "wgpu-core-deps-emscripten"
20146version = "29.0.0"
20147source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20148dependencies = [
20149 "wgpu-hal",
20150]
20151
20152[[package]]
20153name = "wgpu-core-deps-windows-linux-android"
20154version = "29.0.0"
20155source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20156dependencies = [
20157 "wgpu-hal",
20158]
20159
20160[[package]]
20161name = "wgpu-hal"
20162version = "29.0.0"
20163source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20164dependencies = [
20165 "android_system_properties",
20166 "arrayvec",
20167 "ash",
20168 "bit-set 0.9.1",
20169 "bitflags 2.10.0",
20170 "block2",
20171 "bytemuck",
20172 "cfg-if",
20173 "cfg_aliases 0.2.1",
20174 "glow",
20175 "glutin_wgl_sys",
20176 "gpu-allocator",
20177 "gpu-descriptor",
20178 "hashbrown 0.16.1",
20179 "js-sys",
20180 "khronos-egl",
20181 "libc",
20182 "libloading",
20183 "log",
20184 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20185 "ndk-sys",
20186 "objc2",
20187 "objc2-core-foundation",
20188 "objc2-foundation",
20189 "objc2-metal",
20190 "objc2-quartz-core",
20191 "once_cell",
20192 "ordered-float 4.6.0",
20193 "parking_lot",
20194 "portable-atomic",
20195 "portable-atomic-util",
20196 "profiling",
20197 "range-alloc",
20198 "raw-window-handle",
20199 "raw-window-metal",
20200 "renderdoc-sys",
20201 "smallvec",
20202 "thiserror 2.0.17",
20203 "wasm-bindgen",
20204 "wayland-sys",
20205 "web-sys",
20206 "wgpu-naga-bridge",
20207 "wgpu-types",
20208 "windows 0.62.2",
20209 "windows-core 0.62.2",
20210]
20211
20212[[package]]
20213name = "wgpu-naga-bridge"
20214version = "29.0.0"
20215source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20216dependencies = [
20217 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20218 "wgpu-types",
20219]
20220
20221[[package]]
20222name = "wgpu-types"
20223version = "29.0.0"
20224source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20225dependencies = [
20226 "bitflags 2.10.0",
20227 "bytemuck",
20228 "js-sys",
20229 "log",
20230 "raw-window-handle",
20231 "web-sys",
20232]
20233
20234[[package]]
20235name = "which"
20236version = "4.4.2"
20237source = "registry+https://github.com/rust-lang/crates.io-index"
20238checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20239dependencies = [
20240 "either",
20241 "home",
20242 "once_cell",
20243 "rustix 0.38.44",
20244]
20245
20246[[package]]
20247name = "which"
20248version = "6.0.3"
20249source = "registry+https://github.com/rust-lang/crates.io-index"
20250checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20251dependencies = [
20252 "either",
20253 "home",
20254 "rustix 0.38.44",
20255 "winsafe",
20256]
20257
20258[[package]]
20259name = "which_key"
20260version = "0.1.0"
20261dependencies = [
20262 "command_palette",
20263 "gpui",
20264 "serde",
20265 "settings",
20266 "theme_settings",
20267 "ui",
20268 "util",
20269 "workspace",
20270]
20271
20272[[package]]
20273name = "whoami"
20274version = "1.6.1"
20275source = "registry+https://github.com/rust-lang/crates.io-index"
20276checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20277dependencies = [
20278 "libredox",
20279 "wasite",
20280]
20281
20282[[package]]
20283name = "wiggle"
20284version = "36.0.6"
20285source = "registry+https://github.com/rust-lang/crates.io-index"
20286checksum = "c13d1ae265bd6e5e608827d2535665453cae5cb64950de66e2d5767d3e32c43a"
20287dependencies = [
20288 "anyhow",
20289 "async-trait",
20290 "bitflags 2.10.0",
20291 "thiserror 2.0.17",
20292 "tracing",
20293 "wasmtime",
20294 "wiggle-macro",
20295]
20296
20297[[package]]
20298name = "wiggle-generate"
20299version = "36.0.6"
20300source = "registry+https://github.com/rust-lang/crates.io-index"
20301checksum = "607c4966f6b30da20d24560220137cbd09df722f0558eac81c05624700af5e05"
20302dependencies = [
20303 "anyhow",
20304 "heck 0.5.0",
20305 "proc-macro2",
20306 "quote",
20307 "syn 2.0.117",
20308 "witx",
20309]
20310
20311[[package]]
20312name = "wiggle-macro"
20313version = "36.0.6"
20314source = "registry+https://github.com/rust-lang/crates.io-index"
20315checksum = "fc36e39412fa35f7cc86b3705dbe154168721dd3e71f6dc4a726b266d5c60c55"
20316dependencies = [
20317 "proc-macro2",
20318 "quote",
20319 "syn 2.0.117",
20320 "wiggle-generate",
20321]
20322
20323[[package]]
20324name = "winapi"
20325version = "0.3.9"
20326source = "registry+https://github.com/rust-lang/crates.io-index"
20327checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20328dependencies = [
20329 "winapi-i686-pc-windows-gnu",
20330 "winapi-x86_64-pc-windows-gnu",
20331]
20332
20333[[package]]
20334name = "winapi-i686-pc-windows-gnu"
20335version = "0.4.0"
20336source = "registry+https://github.com/rust-lang/crates.io-index"
20337checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20338
20339[[package]]
20340name = "winapi-util"
20341version = "0.1.11"
20342source = "registry+https://github.com/rust-lang/crates.io-index"
20343checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20344dependencies = [
20345 "windows-sys 0.61.2",
20346]
20347
20348[[package]]
20349name = "winapi-x86_64-pc-windows-gnu"
20350version = "0.4.0"
20351source = "registry+https://github.com/rust-lang/crates.io-index"
20352checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20353
20354[[package]]
20355name = "winch-codegen"
20356version = "36.0.6"
20357source = "registry+https://github.com/rust-lang/crates.io-index"
20358checksum = "06c0ec09e8eb5e850e432da6271ed8c4a9d459a9db3850c38e98a3ee9d015e79"
20359dependencies = [
20360 "anyhow",
20361 "cranelift-assembler-x64",
20362 "cranelift-codegen",
20363 "gimli",
20364 "regalloc2",
20365 "smallvec",
20366 "target-lexicon 0.13.3",
20367 "thiserror 2.0.17",
20368 "wasmparser 0.236.1",
20369 "wasmtime-environ",
20370 "wasmtime-internal-cranelift",
20371 "wasmtime-internal-math",
20372]
20373
20374[[package]]
20375name = "windows"
20376version = "0.57.0"
20377source = "registry+https://github.com/rust-lang/crates.io-index"
20378checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20379dependencies = [
20380 "windows-core 0.57.0",
20381 "windows-targets 0.52.6",
20382]
20383
20384[[package]]
20385name = "windows"
20386version = "0.58.0"
20387source = "registry+https://github.com/rust-lang/crates.io-index"
20388checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20389dependencies = [
20390 "windows-core 0.58.0",
20391 "windows-targets 0.52.6",
20392]
20393
20394[[package]]
20395name = "windows"
20396version = "0.61.3"
20397source = "registry+https://github.com/rust-lang/crates.io-index"
20398checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20399dependencies = [
20400 "windows-collections 0.2.0",
20401 "windows-core 0.61.2",
20402 "windows-future 0.2.1",
20403 "windows-link 0.1.3",
20404 "windows-numerics 0.2.0",
20405]
20406
20407[[package]]
20408name = "windows"
20409version = "0.62.2"
20410source = "registry+https://github.com/rust-lang/crates.io-index"
20411checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20412dependencies = [
20413 "windows-collections 0.3.2",
20414 "windows-core 0.62.2",
20415 "windows-future 0.3.2",
20416 "windows-numerics 0.3.1",
20417]
20418
20419[[package]]
20420name = "windows-bindgen"
20421version = "0.61.1"
20422source = "registry+https://github.com/rust-lang/crates.io-index"
20423checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20424dependencies = [
20425 "serde",
20426 "serde_json",
20427 "windows-threading 0.1.0",
20428]
20429
20430[[package]]
20431name = "windows-capture"
20432version = "1.4.3"
20433source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20434dependencies = [
20435 "clap",
20436 "ctrlc",
20437 "parking_lot",
20438 "rayon",
20439 "thiserror 2.0.17",
20440 "windows 0.61.3",
20441 "windows-future 0.2.1",
20442]
20443
20444[[package]]
20445name = "windows-collections"
20446version = "0.2.0"
20447source = "registry+https://github.com/rust-lang/crates.io-index"
20448checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20449dependencies = [
20450 "windows-core 0.61.2",
20451]
20452
20453[[package]]
20454name = "windows-collections"
20455version = "0.3.2"
20456source = "registry+https://github.com/rust-lang/crates.io-index"
20457checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20458dependencies = [
20459 "windows-core 0.62.2",
20460]
20461
20462[[package]]
20463name = "windows-core"
20464version = "0.57.0"
20465source = "registry+https://github.com/rust-lang/crates.io-index"
20466checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20467dependencies = [
20468 "windows-implement 0.57.0",
20469 "windows-interface 0.57.0",
20470 "windows-result 0.1.2",
20471 "windows-targets 0.52.6",
20472]
20473
20474[[package]]
20475name = "windows-core"
20476version = "0.58.0"
20477source = "registry+https://github.com/rust-lang/crates.io-index"
20478checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20479dependencies = [
20480 "windows-implement 0.58.0",
20481 "windows-interface 0.58.0",
20482 "windows-result 0.2.0",
20483 "windows-strings 0.1.0",
20484 "windows-targets 0.52.6",
20485]
20486
20487[[package]]
20488name = "windows-core"
20489version = "0.61.2"
20490source = "registry+https://github.com/rust-lang/crates.io-index"
20491checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20492dependencies = [
20493 "windows-implement 0.60.2",
20494 "windows-interface 0.59.3",
20495 "windows-link 0.1.3",
20496 "windows-result 0.3.4",
20497 "windows-strings 0.4.2",
20498]
20499
20500[[package]]
20501name = "windows-core"
20502version = "0.62.2"
20503source = "registry+https://github.com/rust-lang/crates.io-index"
20504checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20505dependencies = [
20506 "windows-implement 0.60.2",
20507 "windows-interface 0.59.3",
20508 "windows-link 0.2.1",
20509 "windows-result 0.4.1",
20510 "windows-strings 0.5.1",
20511]
20512
20513[[package]]
20514name = "windows-future"
20515version = "0.2.1"
20516source = "registry+https://github.com/rust-lang/crates.io-index"
20517checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20518dependencies = [
20519 "windows-core 0.61.2",
20520 "windows-link 0.1.3",
20521 "windows-threading 0.1.0",
20522]
20523
20524[[package]]
20525name = "windows-future"
20526version = "0.3.2"
20527source = "registry+https://github.com/rust-lang/crates.io-index"
20528checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20529dependencies = [
20530 "windows-core 0.62.2",
20531 "windows-link 0.2.1",
20532 "windows-threading 0.2.1",
20533]
20534
20535[[package]]
20536name = "windows-implement"
20537version = "0.57.0"
20538source = "registry+https://github.com/rust-lang/crates.io-index"
20539checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20540dependencies = [
20541 "proc-macro2",
20542 "quote",
20543 "syn 2.0.117",
20544]
20545
20546[[package]]
20547name = "windows-implement"
20548version = "0.58.0"
20549source = "registry+https://github.com/rust-lang/crates.io-index"
20550checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20551dependencies = [
20552 "proc-macro2",
20553 "quote",
20554 "syn 2.0.117",
20555]
20556
20557[[package]]
20558name = "windows-implement"
20559version = "0.60.2"
20560source = "registry+https://github.com/rust-lang/crates.io-index"
20561checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20562dependencies = [
20563 "proc-macro2",
20564 "quote",
20565 "syn 2.0.117",
20566]
20567
20568[[package]]
20569name = "windows-interface"
20570version = "0.57.0"
20571source = "registry+https://github.com/rust-lang/crates.io-index"
20572checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20573dependencies = [
20574 "proc-macro2",
20575 "quote",
20576 "syn 2.0.117",
20577]
20578
20579[[package]]
20580name = "windows-interface"
20581version = "0.58.0"
20582source = "registry+https://github.com/rust-lang/crates.io-index"
20583checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20584dependencies = [
20585 "proc-macro2",
20586 "quote",
20587 "syn 2.0.117",
20588]
20589
20590[[package]]
20591name = "windows-interface"
20592version = "0.59.3"
20593source = "registry+https://github.com/rust-lang/crates.io-index"
20594checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20595dependencies = [
20596 "proc-macro2",
20597 "quote",
20598 "syn 2.0.117",
20599]
20600
20601[[package]]
20602name = "windows-link"
20603version = "0.1.3"
20604source = "registry+https://github.com/rust-lang/crates.io-index"
20605checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20606
20607[[package]]
20608name = "windows-link"
20609version = "0.2.1"
20610source = "registry+https://github.com/rust-lang/crates.io-index"
20611checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20612
20613[[package]]
20614name = "windows-numerics"
20615version = "0.2.0"
20616source = "registry+https://github.com/rust-lang/crates.io-index"
20617checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20618dependencies = [
20619 "windows-core 0.61.2",
20620 "windows-link 0.1.3",
20621]
20622
20623[[package]]
20624name = "windows-numerics"
20625version = "0.3.1"
20626source = "registry+https://github.com/rust-lang/crates.io-index"
20627checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20628dependencies = [
20629 "windows-core 0.62.2",
20630 "windows-link 0.2.1",
20631]
20632
20633[[package]]
20634name = "windows-registry"
20635version = "0.4.0"
20636source = "registry+https://github.com/rust-lang/crates.io-index"
20637checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20638dependencies = [
20639 "windows-result 0.3.4",
20640 "windows-strings 0.3.1",
20641 "windows-targets 0.53.5",
20642]
20643
20644[[package]]
20645name = "windows-registry"
20646version = "0.5.3"
20647source = "registry+https://github.com/rust-lang/crates.io-index"
20648checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20649dependencies = [
20650 "windows-link 0.1.3",
20651 "windows-result 0.3.4",
20652 "windows-strings 0.4.2",
20653]
20654
20655[[package]]
20656name = "windows-registry"
20657version = "0.6.1"
20658source = "registry+https://github.com/rust-lang/crates.io-index"
20659checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20660dependencies = [
20661 "windows-link 0.2.1",
20662 "windows-result 0.4.1",
20663 "windows-strings 0.5.1",
20664]
20665
20666[[package]]
20667name = "windows-result"
20668version = "0.1.2"
20669source = "registry+https://github.com/rust-lang/crates.io-index"
20670checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20671dependencies = [
20672 "windows-targets 0.52.6",
20673]
20674
20675[[package]]
20676name = "windows-result"
20677version = "0.2.0"
20678source = "registry+https://github.com/rust-lang/crates.io-index"
20679checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20680dependencies = [
20681 "windows-targets 0.52.6",
20682]
20683
20684[[package]]
20685name = "windows-result"
20686version = "0.3.4"
20687source = "registry+https://github.com/rust-lang/crates.io-index"
20688checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20689dependencies = [
20690 "windows-link 0.1.3",
20691]
20692
20693[[package]]
20694name = "windows-result"
20695version = "0.4.1"
20696source = "registry+https://github.com/rust-lang/crates.io-index"
20697checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20698dependencies = [
20699 "windows-link 0.2.1",
20700]
20701
20702[[package]]
20703name = "windows-strings"
20704version = "0.1.0"
20705source = "registry+https://github.com/rust-lang/crates.io-index"
20706checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20707dependencies = [
20708 "windows-result 0.2.0",
20709 "windows-targets 0.52.6",
20710]
20711
20712[[package]]
20713name = "windows-strings"
20714version = "0.3.1"
20715source = "registry+https://github.com/rust-lang/crates.io-index"
20716checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20717dependencies = [
20718 "windows-link 0.1.3",
20719]
20720
20721[[package]]
20722name = "windows-strings"
20723version = "0.4.2"
20724source = "registry+https://github.com/rust-lang/crates.io-index"
20725checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20726dependencies = [
20727 "windows-link 0.1.3",
20728]
20729
20730[[package]]
20731name = "windows-strings"
20732version = "0.5.1"
20733source = "registry+https://github.com/rust-lang/crates.io-index"
20734checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
20735dependencies = [
20736 "windows-link 0.2.1",
20737]
20738
20739[[package]]
20740name = "windows-sys"
20741version = "0.45.0"
20742source = "registry+https://github.com/rust-lang/crates.io-index"
20743checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
20744dependencies = [
20745 "windows-targets 0.42.2",
20746]
20747
20748[[package]]
20749name = "windows-sys"
20750version = "0.48.0"
20751source = "registry+https://github.com/rust-lang/crates.io-index"
20752checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
20753dependencies = [
20754 "windows-targets 0.48.5",
20755]
20756
20757[[package]]
20758name = "windows-sys"
20759version = "0.52.0"
20760source = "registry+https://github.com/rust-lang/crates.io-index"
20761checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
20762dependencies = [
20763 "windows-targets 0.52.6",
20764]
20765
20766[[package]]
20767name = "windows-sys"
20768version = "0.59.0"
20769source = "registry+https://github.com/rust-lang/crates.io-index"
20770checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
20771dependencies = [
20772 "windows-targets 0.52.6",
20773]
20774
20775[[package]]
20776name = "windows-sys"
20777version = "0.60.2"
20778source = "registry+https://github.com/rust-lang/crates.io-index"
20779checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
20780dependencies = [
20781 "windows-targets 0.53.5",
20782]
20783
20784[[package]]
20785name = "windows-sys"
20786version = "0.61.2"
20787source = "registry+https://github.com/rust-lang/crates.io-index"
20788checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
20789dependencies = [
20790 "windows-link 0.2.1",
20791]
20792
20793[[package]]
20794name = "windows-targets"
20795version = "0.42.2"
20796source = "registry+https://github.com/rust-lang/crates.io-index"
20797checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
20798dependencies = [
20799 "windows_aarch64_gnullvm 0.42.2",
20800 "windows_aarch64_msvc 0.42.2",
20801 "windows_i686_gnu 0.42.2",
20802 "windows_i686_msvc 0.42.2",
20803 "windows_x86_64_gnu 0.42.2",
20804 "windows_x86_64_gnullvm 0.42.2",
20805 "windows_x86_64_msvc 0.42.2",
20806]
20807
20808[[package]]
20809name = "windows-targets"
20810version = "0.48.5"
20811source = "registry+https://github.com/rust-lang/crates.io-index"
20812checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
20813dependencies = [
20814 "windows_aarch64_gnullvm 0.48.5",
20815 "windows_aarch64_msvc 0.48.5",
20816 "windows_i686_gnu 0.48.5",
20817 "windows_i686_msvc 0.48.5",
20818 "windows_x86_64_gnu 0.48.5",
20819 "windows_x86_64_gnullvm 0.48.5",
20820 "windows_x86_64_msvc 0.48.5",
20821]
20822
20823[[package]]
20824name = "windows-targets"
20825version = "0.52.6"
20826source = "registry+https://github.com/rust-lang/crates.io-index"
20827checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
20828dependencies = [
20829 "windows_aarch64_gnullvm 0.52.6",
20830 "windows_aarch64_msvc 0.52.6",
20831 "windows_i686_gnu 0.52.6",
20832 "windows_i686_gnullvm 0.52.6",
20833 "windows_i686_msvc 0.52.6",
20834 "windows_x86_64_gnu 0.52.6",
20835 "windows_x86_64_gnullvm 0.52.6",
20836 "windows_x86_64_msvc 0.52.6",
20837]
20838
20839[[package]]
20840name = "windows-targets"
20841version = "0.53.5"
20842source = "registry+https://github.com/rust-lang/crates.io-index"
20843checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
20844dependencies = [
20845 "windows-link 0.2.1",
20846 "windows_aarch64_gnullvm 0.53.1",
20847 "windows_aarch64_msvc 0.53.1",
20848 "windows_i686_gnu 0.53.1",
20849 "windows_i686_gnullvm 0.53.1",
20850 "windows_i686_msvc 0.53.1",
20851 "windows_x86_64_gnu 0.53.1",
20852 "windows_x86_64_gnullvm 0.53.1",
20853 "windows_x86_64_msvc 0.53.1",
20854]
20855
20856[[package]]
20857name = "windows-threading"
20858version = "0.1.0"
20859source = "registry+https://github.com/rust-lang/crates.io-index"
20860checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
20861dependencies = [
20862 "windows-link 0.1.3",
20863]
20864
20865[[package]]
20866name = "windows-threading"
20867version = "0.2.1"
20868source = "registry+https://github.com/rust-lang/crates.io-index"
20869checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
20870dependencies = [
20871 "windows-link 0.2.1",
20872]
20873
20874[[package]]
20875name = "windows_aarch64_gnullvm"
20876version = "0.42.2"
20877source = "registry+https://github.com/rust-lang/crates.io-index"
20878checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
20879
20880[[package]]
20881name = "windows_aarch64_gnullvm"
20882version = "0.48.5"
20883source = "registry+https://github.com/rust-lang/crates.io-index"
20884checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
20885
20886[[package]]
20887name = "windows_aarch64_gnullvm"
20888version = "0.52.6"
20889source = "registry+https://github.com/rust-lang/crates.io-index"
20890checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
20891
20892[[package]]
20893name = "windows_aarch64_gnullvm"
20894version = "0.53.1"
20895source = "registry+https://github.com/rust-lang/crates.io-index"
20896checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
20897
20898[[package]]
20899name = "windows_aarch64_msvc"
20900version = "0.42.2"
20901source = "registry+https://github.com/rust-lang/crates.io-index"
20902checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
20903
20904[[package]]
20905name = "windows_aarch64_msvc"
20906version = "0.48.5"
20907source = "registry+https://github.com/rust-lang/crates.io-index"
20908checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
20909
20910[[package]]
20911name = "windows_aarch64_msvc"
20912version = "0.52.6"
20913source = "registry+https://github.com/rust-lang/crates.io-index"
20914checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
20915
20916[[package]]
20917name = "windows_aarch64_msvc"
20918version = "0.53.1"
20919source = "registry+https://github.com/rust-lang/crates.io-index"
20920checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
20921
20922[[package]]
20923name = "windows_i686_gnu"
20924version = "0.42.2"
20925source = "registry+https://github.com/rust-lang/crates.io-index"
20926checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
20927
20928[[package]]
20929name = "windows_i686_gnu"
20930version = "0.48.5"
20931source = "registry+https://github.com/rust-lang/crates.io-index"
20932checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
20933
20934[[package]]
20935name = "windows_i686_gnu"
20936version = "0.52.6"
20937source = "registry+https://github.com/rust-lang/crates.io-index"
20938checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
20939
20940[[package]]
20941name = "windows_i686_gnu"
20942version = "0.53.1"
20943source = "registry+https://github.com/rust-lang/crates.io-index"
20944checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
20945
20946[[package]]
20947name = "windows_i686_gnullvm"
20948version = "0.52.6"
20949source = "registry+https://github.com/rust-lang/crates.io-index"
20950checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
20951
20952[[package]]
20953name = "windows_i686_gnullvm"
20954version = "0.53.1"
20955source = "registry+https://github.com/rust-lang/crates.io-index"
20956checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
20957
20958[[package]]
20959name = "windows_i686_msvc"
20960version = "0.42.2"
20961source = "registry+https://github.com/rust-lang/crates.io-index"
20962checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
20963
20964[[package]]
20965name = "windows_i686_msvc"
20966version = "0.48.5"
20967source = "registry+https://github.com/rust-lang/crates.io-index"
20968checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
20969
20970[[package]]
20971name = "windows_i686_msvc"
20972version = "0.52.6"
20973source = "registry+https://github.com/rust-lang/crates.io-index"
20974checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
20975
20976[[package]]
20977name = "windows_i686_msvc"
20978version = "0.53.1"
20979source = "registry+https://github.com/rust-lang/crates.io-index"
20980checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
20981
20982[[package]]
20983name = "windows_x86_64_gnu"
20984version = "0.42.2"
20985source = "registry+https://github.com/rust-lang/crates.io-index"
20986checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
20987
20988[[package]]
20989name = "windows_x86_64_gnu"
20990version = "0.48.5"
20991source = "registry+https://github.com/rust-lang/crates.io-index"
20992checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
20993
20994[[package]]
20995name = "windows_x86_64_gnu"
20996version = "0.52.6"
20997source = "registry+https://github.com/rust-lang/crates.io-index"
20998checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
20999
21000[[package]]
21001name = "windows_x86_64_gnu"
21002version = "0.53.1"
21003source = "registry+https://github.com/rust-lang/crates.io-index"
21004checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
21005
21006[[package]]
21007name = "windows_x86_64_gnullvm"
21008version = "0.42.2"
21009source = "registry+https://github.com/rust-lang/crates.io-index"
21010checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
21011
21012[[package]]
21013name = "windows_x86_64_gnullvm"
21014version = "0.48.5"
21015source = "registry+https://github.com/rust-lang/crates.io-index"
21016checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21017
21018[[package]]
21019name = "windows_x86_64_gnullvm"
21020version = "0.52.6"
21021source = "registry+https://github.com/rust-lang/crates.io-index"
21022checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21023
21024[[package]]
21025name = "windows_x86_64_gnullvm"
21026version = "0.53.1"
21027source = "registry+https://github.com/rust-lang/crates.io-index"
21028checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21029
21030[[package]]
21031name = "windows_x86_64_msvc"
21032version = "0.42.2"
21033source = "registry+https://github.com/rust-lang/crates.io-index"
21034checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21035
21036[[package]]
21037name = "windows_x86_64_msvc"
21038version = "0.48.5"
21039source = "registry+https://github.com/rust-lang/crates.io-index"
21040checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21041
21042[[package]]
21043name = "windows_x86_64_msvc"
21044version = "0.52.6"
21045source = "registry+https://github.com/rust-lang/crates.io-index"
21046checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21047
21048[[package]]
21049name = "windows_x86_64_msvc"
21050version = "0.53.1"
21051source = "registry+https://github.com/rust-lang/crates.io-index"
21052checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21053
21054[[package]]
21055name = "winnow"
21056version = "0.7.13"
21057source = "registry+https://github.com/rust-lang/crates.io-index"
21058checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21059dependencies = [
21060 "memchr",
21061]
21062
21063[[package]]
21064name = "winreg"
21065version = "0.10.1"
21066source = "registry+https://github.com/rust-lang/crates.io-index"
21067checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21068dependencies = [
21069 "winapi",
21070]
21071
21072[[package]]
21073name = "winreg"
21074version = "0.50.0"
21075source = "registry+https://github.com/rust-lang/crates.io-index"
21076checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21077dependencies = [
21078 "cfg-if",
21079 "windows-sys 0.48.0",
21080]
21081
21082[[package]]
21083name = "winreg"
21084version = "0.55.0"
21085source = "registry+https://github.com/rust-lang/crates.io-index"
21086checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21087dependencies = [
21088 "cfg-if",
21089 "windows-sys 0.59.0",
21090]
21091
21092[[package]]
21093name = "winresource"
21094version = "0.1.23"
21095source = "registry+https://github.com/rust-lang/crates.io-index"
21096checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21097dependencies = [
21098 "toml 0.8.23",
21099 "version_check",
21100]
21101
21102[[package]]
21103name = "winsafe"
21104version = "0.0.19"
21105source = "registry+https://github.com/rust-lang/crates.io-index"
21106checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21107
21108[[package]]
21109name = "winx"
21110version = "0.36.4"
21111source = "registry+https://github.com/rust-lang/crates.io-index"
21112checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21113dependencies = [
21114 "bitflags 2.10.0",
21115 "windows-sys 0.59.0",
21116]
21117
21118[[package]]
21119name = "wio"
21120version = "0.2.2"
21121source = "registry+https://github.com/rust-lang/crates.io-index"
21122checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21123dependencies = [
21124 "winapi",
21125]
21126
21127[[package]]
21128name = "wit-bindgen"
21129version = "0.22.0"
21130source = "registry+https://github.com/rust-lang/crates.io-index"
21131checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21132dependencies = [
21133 "bitflags 2.10.0",
21134 "wit-bindgen-rt 0.22.0",
21135 "wit-bindgen-rust-macro 0.22.0",
21136]
21137
21138[[package]]
21139name = "wit-bindgen"
21140version = "0.41.0"
21141source = "registry+https://github.com/rust-lang/crates.io-index"
21142checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21143dependencies = [
21144 "wit-bindgen-rt 0.41.0",
21145 "wit-bindgen-rust-macro 0.41.0",
21146]
21147
21148[[package]]
21149name = "wit-bindgen"
21150version = "0.46.0"
21151source = "registry+https://github.com/rust-lang/crates.io-index"
21152checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21153
21154[[package]]
21155name = "wit-bindgen"
21156version = "0.51.0"
21157source = "registry+https://github.com/rust-lang/crates.io-index"
21158checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21159dependencies = [
21160 "wit-bindgen-rust-macro 0.51.0",
21161]
21162
21163[[package]]
21164name = "wit-bindgen-core"
21165version = "0.22.0"
21166source = "registry+https://github.com/rust-lang/crates.io-index"
21167checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21168dependencies = [
21169 "anyhow",
21170 "wit-parser 0.201.0",
21171]
21172
21173[[package]]
21174name = "wit-bindgen-core"
21175version = "0.41.0"
21176source = "registry+https://github.com/rust-lang/crates.io-index"
21177checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21178dependencies = [
21179 "anyhow",
21180 "heck 0.5.0",
21181 "wit-parser 0.227.1",
21182]
21183
21184[[package]]
21185name = "wit-bindgen-core"
21186version = "0.51.0"
21187source = "registry+https://github.com/rust-lang/crates.io-index"
21188checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21189dependencies = [
21190 "anyhow",
21191 "heck 0.5.0",
21192 "wit-parser 0.244.0",
21193]
21194
21195[[package]]
21196name = "wit-bindgen-rt"
21197version = "0.22.0"
21198source = "registry+https://github.com/rust-lang/crates.io-index"
21199checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21200
21201[[package]]
21202name = "wit-bindgen-rt"
21203version = "0.41.0"
21204source = "registry+https://github.com/rust-lang/crates.io-index"
21205checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21206dependencies = [
21207 "bitflags 2.10.0",
21208 "futures 0.3.32",
21209 "once_cell",
21210]
21211
21212[[package]]
21213name = "wit-bindgen-rust"
21214version = "0.22.0"
21215source = "registry+https://github.com/rust-lang/crates.io-index"
21216checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21217dependencies = [
21218 "anyhow",
21219 "heck 0.4.1",
21220 "indexmap",
21221 "wasm-metadata 0.201.0",
21222 "wit-bindgen-core 0.22.0",
21223 "wit-component 0.201.0",
21224]
21225
21226[[package]]
21227name = "wit-bindgen-rust"
21228version = "0.41.0"
21229source = "registry+https://github.com/rust-lang/crates.io-index"
21230checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21231dependencies = [
21232 "anyhow",
21233 "heck 0.5.0",
21234 "indexmap",
21235 "prettyplease",
21236 "syn 2.0.117",
21237 "wasm-metadata 0.227.1",
21238 "wit-bindgen-core 0.41.0",
21239 "wit-component 0.227.1",
21240]
21241
21242[[package]]
21243name = "wit-bindgen-rust"
21244version = "0.51.0"
21245source = "registry+https://github.com/rust-lang/crates.io-index"
21246checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21247dependencies = [
21248 "anyhow",
21249 "heck 0.5.0",
21250 "indexmap",
21251 "prettyplease",
21252 "syn 2.0.117",
21253 "wasm-metadata 0.244.0",
21254 "wit-bindgen-core 0.51.0",
21255 "wit-component 0.244.0",
21256]
21257
21258[[package]]
21259name = "wit-bindgen-rust-macro"
21260version = "0.22.0"
21261source = "registry+https://github.com/rust-lang/crates.io-index"
21262checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21263dependencies = [
21264 "anyhow",
21265 "proc-macro2",
21266 "quote",
21267 "syn 2.0.117",
21268 "wit-bindgen-core 0.22.0",
21269 "wit-bindgen-rust 0.22.0",
21270]
21271
21272[[package]]
21273name = "wit-bindgen-rust-macro"
21274version = "0.41.0"
21275source = "registry+https://github.com/rust-lang/crates.io-index"
21276checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21277dependencies = [
21278 "anyhow",
21279 "prettyplease",
21280 "proc-macro2",
21281 "quote",
21282 "syn 2.0.117",
21283 "wit-bindgen-core 0.41.0",
21284 "wit-bindgen-rust 0.41.0",
21285]
21286
21287[[package]]
21288name = "wit-bindgen-rust-macro"
21289version = "0.51.0"
21290source = "registry+https://github.com/rust-lang/crates.io-index"
21291checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21292dependencies = [
21293 "anyhow",
21294 "prettyplease",
21295 "proc-macro2",
21296 "quote",
21297 "syn 2.0.117",
21298 "wit-bindgen-core 0.51.0",
21299 "wit-bindgen-rust 0.51.0",
21300]
21301
21302[[package]]
21303name = "wit-component"
21304version = "0.201.0"
21305source = "registry+https://github.com/rust-lang/crates.io-index"
21306checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21307dependencies = [
21308 "anyhow",
21309 "bitflags 2.10.0",
21310 "indexmap",
21311 "log",
21312 "serde",
21313 "serde_derive",
21314 "serde_json",
21315 "wasm-encoder 0.201.0",
21316 "wasm-metadata 0.201.0",
21317 "wasmparser 0.201.0",
21318 "wit-parser 0.201.0",
21319]
21320
21321[[package]]
21322name = "wit-component"
21323version = "0.227.1"
21324source = "registry+https://github.com/rust-lang/crates.io-index"
21325checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21326dependencies = [
21327 "anyhow",
21328 "bitflags 2.10.0",
21329 "indexmap",
21330 "log",
21331 "serde",
21332 "serde_derive",
21333 "serde_json",
21334 "wasm-encoder 0.227.1",
21335 "wasm-metadata 0.227.1",
21336 "wasmparser 0.227.1",
21337 "wit-parser 0.227.1",
21338]
21339
21340[[package]]
21341name = "wit-component"
21342version = "0.244.0"
21343source = "registry+https://github.com/rust-lang/crates.io-index"
21344checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21345dependencies = [
21346 "anyhow",
21347 "bitflags 2.10.0",
21348 "indexmap",
21349 "log",
21350 "serde",
21351 "serde_derive",
21352 "serde_json",
21353 "wasm-encoder 0.244.0",
21354 "wasm-metadata 0.244.0",
21355 "wasmparser 0.244.0",
21356 "wit-parser 0.244.0",
21357]
21358
21359[[package]]
21360name = "wit-parser"
21361version = "0.201.0"
21362source = "registry+https://github.com/rust-lang/crates.io-index"
21363checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21364dependencies = [
21365 "anyhow",
21366 "id-arena",
21367 "indexmap",
21368 "log",
21369 "semver",
21370 "serde",
21371 "serde_derive",
21372 "serde_json",
21373 "unicode-xid",
21374 "wasmparser 0.201.0",
21375]
21376
21377[[package]]
21378name = "wit-parser"
21379version = "0.227.1"
21380source = "registry+https://github.com/rust-lang/crates.io-index"
21381checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21382dependencies = [
21383 "anyhow",
21384 "id-arena",
21385 "indexmap",
21386 "log",
21387 "semver",
21388 "serde",
21389 "serde_derive",
21390 "serde_json",
21391 "unicode-xid",
21392 "wasmparser 0.227.1",
21393]
21394
21395[[package]]
21396name = "wit-parser"
21397version = "0.236.1"
21398source = "registry+https://github.com/rust-lang/crates.io-index"
21399checksum = "16e4833a20cd6e85d6abfea0e63a399472d6f88c6262957c17f546879a80ba15"
21400dependencies = [
21401 "anyhow",
21402 "id-arena",
21403 "indexmap",
21404 "log",
21405 "semver",
21406 "serde",
21407 "serde_derive",
21408 "serde_json",
21409 "unicode-xid",
21410 "wasmparser 0.236.1",
21411]
21412
21413[[package]]
21414name = "wit-parser"
21415version = "0.244.0"
21416source = "registry+https://github.com/rust-lang/crates.io-index"
21417checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21418dependencies = [
21419 "anyhow",
21420 "id-arena",
21421 "indexmap",
21422 "log",
21423 "semver",
21424 "serde",
21425 "serde_derive",
21426 "serde_json",
21427 "unicode-xid",
21428 "wasmparser 0.244.0",
21429]
21430
21431[[package]]
21432name = "witx"
21433version = "0.9.1"
21434source = "registry+https://github.com/rust-lang/crates.io-index"
21435checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21436dependencies = [
21437 "anyhow",
21438 "log",
21439 "thiserror 1.0.69",
21440 "wast",
21441]
21442
21443[[package]]
21444name = "workspace"
21445version = "0.1.0"
21446dependencies = [
21447 "agent_settings",
21448 "any_vec",
21449 "anyhow",
21450 "async-recursion",
21451 "chrono",
21452 "client",
21453 "clock",
21454 "collections",
21455 "component",
21456 "db",
21457 "feature_flags",
21458 "fs",
21459 "futures 0.3.32",
21460 "git",
21461 "gpui",
21462 "http_client",
21463 "itertools 0.14.0",
21464 "language",
21465 "log",
21466 "markdown",
21467 "menu",
21468 "node_runtime",
21469 "parking_lot",
21470 "postage",
21471 "pretty_assertions",
21472 "project",
21473 "remote",
21474 "schemars",
21475 "serde",
21476 "serde_json",
21477 "session",
21478 "settings",
21479 "smallvec",
21480 "sqlez",
21481 "strum 0.27.2",
21482 "task",
21483 "telemetry",
21484 "tempfile",
21485 "theme",
21486 "theme_settings",
21487 "ui",
21488 "util",
21489 "uuid",
21490 "vim_mode_setting",
21491 "windows 0.61.3",
21492 "zed_actions",
21493 "zlog",
21494]
21495
21496[[package]]
21497name = "worktree"
21498version = "0.1.0"
21499dependencies = [
21500 "anyhow",
21501 "async-lock 2.8.0",
21502 "chardetng",
21503 "clock",
21504 "collections",
21505 "encoding_rs",
21506 "fs",
21507 "futures 0.3.32",
21508 "fuzzy",
21509 "git",
21510 "gpui",
21511 "ignore",
21512 "language",
21513 "log",
21514 "parking_lot",
21515 "paths",
21516 "postage",
21517 "pretty_assertions",
21518 "rand 0.9.2",
21519 "rpc",
21520 "serde",
21521 "serde_json",
21522 "settings",
21523 "smallvec",
21524 "smol",
21525 "sum_tree",
21526 "text",
21527 "tracing",
21528 "util",
21529 "worktree",
21530 "zlog",
21531 "ztracing",
21532]
21533
21534[[package]]
21535name = "worktree_benchmarks"
21536version = "0.1.0"
21537dependencies = [
21538 "fs",
21539 "gpui_platform",
21540 "settings",
21541 "worktree",
21542]
21543
21544[[package]]
21545name = "wprcontrol"
21546version = "0.1.0"
21547source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21548dependencies = [
21549 "windows 0.61.3",
21550 "windows-bindgen",
21551 "windows-core 0.61.2",
21552 "windows-link 0.2.1",
21553]
21554
21555[[package]]
21556name = "writeable"
21557version = "0.6.1"
21558source = "registry+https://github.com/rust-lang/crates.io-index"
21559checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21560
21561[[package]]
21562name = "wyz"
21563version = "0.5.1"
21564source = "registry+https://github.com/rust-lang/crates.io-index"
21565checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21566dependencies = [
21567 "tap",
21568]
21569
21570[[package]]
21571name = "x11"
21572version = "2.21.0"
21573source = "registry+https://github.com/rust-lang/crates.io-index"
21574checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21575dependencies = [
21576 "libc",
21577 "pkg-config",
21578]
21579
21580[[package]]
21581name = "x11-clipboard"
21582version = "0.9.3"
21583source = "registry+https://github.com/rust-lang/crates.io-index"
21584checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21585dependencies = [
21586 "libc",
21587 "x11rb",
21588]
21589
21590[[package]]
21591name = "x11rb"
21592version = "0.13.2"
21593source = "registry+https://github.com/rust-lang/crates.io-index"
21594checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21595dependencies = [
21596 "as-raw-xcb-connection",
21597 "gethostname",
21598 "libc",
21599 "rustix 1.1.2",
21600 "x11rb-protocol",
21601 "xcursor",
21602]
21603
21604[[package]]
21605name = "x11rb-protocol"
21606version = "0.13.2"
21607source = "registry+https://github.com/rust-lang/crates.io-index"
21608checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21609
21610[[package]]
21611name = "x_ai"
21612version = "0.1.0"
21613dependencies = [
21614 "anyhow",
21615 "schemars",
21616 "serde",
21617 "strum 0.27.2",
21618]
21619
21620[[package]]
21621name = "xattr"
21622version = "0.2.3"
21623source = "registry+https://github.com/rust-lang/crates.io-index"
21624checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21625dependencies = [
21626 "libc",
21627]
21628
21629[[package]]
21630name = "xcb"
21631version = "1.6.0"
21632source = "registry+https://github.com/rust-lang/crates.io-index"
21633checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21634dependencies = [
21635 "bitflags 1.3.2",
21636 "libc",
21637 "quick-xml 0.30.0",
21638 "x11",
21639]
21640
21641[[package]]
21642name = "xcursor"
21643version = "0.3.10"
21644source = "registry+https://github.com/rust-lang/crates.io-index"
21645checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21646
21647[[package]]
21648name = "xim-ctext"
21649version = "0.3.0"
21650source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21651dependencies = [
21652 "encoding_rs",
21653]
21654
21655[[package]]
21656name = "xim-parser"
21657version = "0.2.1"
21658source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21659dependencies = [
21660 "bitflags 2.10.0",
21661]
21662
21663[[package]]
21664name = "xkbcommon"
21665version = "0.8.0"
21666source = "registry+https://github.com/rust-lang/crates.io-index"
21667checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21668dependencies = [
21669 "as-raw-xcb-connection",
21670 "libc",
21671 "memmap2",
21672 "xkeysym",
21673]
21674
21675[[package]]
21676name = "xkeysym"
21677version = "0.2.1"
21678source = "registry+https://github.com/rust-lang/crates.io-index"
21679checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21680
21681[[package]]
21682name = "xml-rs"
21683version = "0.8.28"
21684source = "registry+https://github.com/rust-lang/crates.io-index"
21685checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21686
21687[[package]]
21688name = "xml5ever"
21689version = "0.18.1"
21690source = "registry+https://github.com/rust-lang/crates.io-index"
21691checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21692dependencies = [
21693 "log",
21694 "mac",
21695 "markup5ever 0.12.1",
21696]
21697
21698[[package]]
21699name = "xmlparser"
21700version = "0.13.6"
21701source = "registry+https://github.com/rust-lang/crates.io-index"
21702checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21703
21704[[package]]
21705name = "xmlwriter"
21706version = "0.1.0"
21707source = "registry+https://github.com/rust-lang/crates.io-index"
21708checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21709
21710[[package]]
21711name = "xtask"
21712version = "0.1.0"
21713dependencies = [
21714 "annotate-snippets",
21715 "anyhow",
21716 "backtrace",
21717 "cargo_metadata",
21718 "cargo_toml",
21719 "clap",
21720 "gh-workflow",
21721 "indexmap",
21722 "indoc",
21723 "itertools 0.14.0",
21724 "regex",
21725 "serde",
21726 "serde_json",
21727 "serde_yaml",
21728 "strum 0.27.2",
21729 "toml 0.8.23",
21730 "toml_edit 0.22.27",
21731]
21732
21733[[package]]
21734name = "yaml-rust2"
21735version = "0.8.1"
21736source = "registry+https://github.com/rust-lang/crates.io-index"
21737checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
21738dependencies = [
21739 "arraydeque",
21740 "encoding_rs",
21741 "hashlink 0.8.4",
21742]
21743
21744[[package]]
21745name = "yansi"
21746version = "1.0.1"
21747source = "registry+https://github.com/rust-lang/crates.io-index"
21748checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
21749
21750[[package]]
21751name = "yawc"
21752version = "0.2.5"
21753source = "registry+https://github.com/rust-lang/crates.io-index"
21754checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
21755dependencies = [
21756 "base64 0.22.1",
21757 "bytes 1.11.1",
21758 "flate2",
21759 "futures 0.3.32",
21760 "http-body-util",
21761 "hyper 1.7.0",
21762 "hyper-util",
21763 "js-sys",
21764 "nom 8.0.0",
21765 "pin-project",
21766 "rand 0.8.5",
21767 "sha1",
21768 "thiserror 1.0.69",
21769 "tokio",
21770 "tokio-rustls 0.26.2",
21771 "tokio-util",
21772 "url",
21773 "wasm-bindgen",
21774 "wasm-bindgen-futures",
21775 "web-sys",
21776 "webpki-roots",
21777]
21778
21779[[package]]
21780name = "yazi"
21781version = "0.2.1"
21782source = "registry+https://github.com/rust-lang/crates.io-index"
21783checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
21784
21785[[package]]
21786name = "yeslogic-fontconfig-sys"
21787version = "6.0.0"
21788source = "registry+https://github.com/rust-lang/crates.io-index"
21789checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
21790dependencies = [
21791 "dlib",
21792 "once_cell",
21793 "pkg-config",
21794]
21795
21796[[package]]
21797name = "yoke"
21798version = "0.7.5"
21799source = "registry+https://github.com/rust-lang/crates.io-index"
21800checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
21801dependencies = [
21802 "serde",
21803 "stable_deref_trait",
21804 "yoke-derive 0.7.5",
21805 "zerofrom",
21806]
21807
21808[[package]]
21809name = "yoke"
21810version = "0.8.0"
21811source = "registry+https://github.com/rust-lang/crates.io-index"
21812checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
21813dependencies = [
21814 "serde",
21815 "stable_deref_trait",
21816 "yoke-derive 0.8.0",
21817 "zerofrom",
21818]
21819
21820[[package]]
21821name = "yoke-derive"
21822version = "0.7.5"
21823source = "registry+https://github.com/rust-lang/crates.io-index"
21824checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
21825dependencies = [
21826 "proc-macro2",
21827 "quote",
21828 "syn 2.0.117",
21829 "synstructure",
21830]
21831
21832[[package]]
21833name = "yoke-derive"
21834version = "0.8.0"
21835source = "registry+https://github.com/rust-lang/crates.io-index"
21836checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
21837dependencies = [
21838 "proc-macro2",
21839 "quote",
21840 "syn 2.0.117",
21841 "synstructure",
21842]
21843
21844[[package]]
21845name = "zbus"
21846version = "5.13.2"
21847source = "registry+https://github.com/rust-lang/crates.io-index"
21848checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
21849dependencies = [
21850 "async-broadcast",
21851 "async-executor",
21852 "async-io",
21853 "async-lock 3.4.2",
21854 "async-process",
21855 "async-recursion",
21856 "async-task",
21857 "async-trait",
21858 "blocking",
21859 "enumflags2",
21860 "event-listener 5.4.1",
21861 "futures-core",
21862 "futures-lite 2.6.1",
21863 "hex",
21864 "libc",
21865 "ordered-stream",
21866 "rustix 1.1.2",
21867 "serde",
21868 "serde_repr",
21869 "tracing",
21870 "uds_windows",
21871 "uuid",
21872 "windows-sys 0.61.2",
21873 "winnow",
21874 "zbus_macros",
21875 "zbus_names",
21876 "zvariant",
21877]
21878
21879[[package]]
21880name = "zbus_macros"
21881version = "5.13.2"
21882source = "registry+https://github.com/rust-lang/crates.io-index"
21883checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
21884dependencies = [
21885 "proc-macro-crate",
21886 "proc-macro2",
21887 "quote",
21888 "syn 2.0.117",
21889 "zbus_names",
21890 "zvariant",
21891 "zvariant_utils",
21892]
21893
21894[[package]]
21895name = "zbus_names"
21896version = "4.3.1"
21897source = "registry+https://github.com/rust-lang/crates.io-index"
21898checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
21899dependencies = [
21900 "serde",
21901 "winnow",
21902 "zvariant",
21903]
21904
21905[[package]]
21906name = "zed"
21907version = "0.232.0"
21908dependencies = [
21909 "acp_thread",
21910 "acp_tools",
21911 "action_log",
21912 "activity_indicator",
21913 "agent",
21914 "agent-client-protocol",
21915 "agent_servers",
21916 "agent_settings",
21917 "agent_ui",
21918 "anyhow",
21919 "ashpd",
21920 "askpass",
21921 "assets",
21922 "audio",
21923 "auto_update",
21924 "auto_update_ui",
21925 "breadcrumbs",
21926 "call",
21927 "channel",
21928 "chrono",
21929 "clap",
21930 "cli",
21931 "client",
21932 "clock",
21933 "codestral",
21934 "collab_ui",
21935 "collections",
21936 "command_palette",
21937 "component",
21938 "component_preview",
21939 "copilot",
21940 "copilot_chat",
21941 "copilot_ui",
21942 "crashes",
21943 "csv_preview",
21944 "dap_adapters",
21945 "db",
21946 "debug_adapter_extension",
21947 "debugger_tools",
21948 "debugger_ui",
21949 "dev_container",
21950 "diagnostics",
21951 "edit_prediction",
21952 "edit_prediction_ui",
21953 "editor",
21954 "encoding_selector",
21955 "env_logger 0.11.8",
21956 "etw_tracing",
21957 "extension",
21958 "extension_host",
21959 "extensions_ui",
21960 "feature_flags",
21961 "feedback",
21962 "file_finder",
21963 "fs",
21964 "futures 0.3.32",
21965 "git",
21966 "git_graph",
21967 "git_hosting_providers",
21968 "git_ui",
21969 "go_to_line",
21970 "gpui",
21971 "gpui_platform",
21972 "gpui_tokio",
21973 "http_client",
21974 "image",
21975 "image_viewer",
21976 "inspector_ui",
21977 "install_cli",
21978 "itertools 0.14.0",
21979 "journal",
21980 "json_schema_store",
21981 "keymap_editor",
21982 "language",
21983 "language_extension",
21984 "language_model",
21985 "language_models",
21986 "language_onboarding",
21987 "language_selector",
21988 "language_tools",
21989 "languages",
21990 "line_ending_selector",
21991 "log",
21992 "markdown",
21993 "markdown_preview",
21994 "menu",
21995 "migrator",
21996 "mimalloc",
21997 "miniprofiler_ui",
21998 "nc",
21999 "node_runtime",
22000 "notifications",
22001 "onboarding",
22002 "outline",
22003 "outline_panel",
22004 "parking_lot",
22005 "paths",
22006 "picker",
22007 "pkg-config",
22008 "pretty_assertions",
22009 "profiling",
22010 "project",
22011 "project_panel",
22012 "project_symbols",
22013 "prompt_store",
22014 "proto",
22015 "rayon",
22016 "recent_projects",
22017 "release_channel",
22018 "remote",
22019 "repl",
22020 "reqwest_client",
22021 "rope",
22022 "search",
22023 "semver",
22024 "serde",
22025 "serde_json",
22026 "session",
22027 "settings",
22028 "settings_profile_selector",
22029 "settings_ui",
22030 "shellexpand 2.1.2",
22031 "sidebar",
22032 "smol",
22033 "snippet_provider",
22034 "snippets_ui",
22035 "svg_preview",
22036 "sysinfo 0.37.2",
22037 "system_specs",
22038 "tab_switcher",
22039 "task",
22040 "tasks_ui",
22041 "telemetry",
22042 "telemetry_events",
22043 "tempfile",
22044 "terminal_view",
22045 "theme",
22046 "theme_extension",
22047 "theme_selector",
22048 "theme_settings",
22049 "time",
22050 "time_format",
22051 "title_bar",
22052 "toolchain_selector",
22053 "tracing",
22054 "ui",
22055 "ui_prompt",
22056 "url",
22057 "urlencoding",
22058 "util",
22059 "uuid",
22060 "vim",
22061 "vim_mode_setting",
22062 "watch",
22063 "web_search",
22064 "web_search_providers",
22065 "which_key",
22066 "windows 0.61.3",
22067 "winresource",
22068 "workspace",
22069 "zed-reqwest",
22070 "zed_actions",
22071 "zed_env_vars",
22072 "zlog",
22073 "zlog_settings",
22074 "ztracing",
22075]
22076
22077[[package]]
22078name = "zed-font-kit"
22079version = "0.14.1-zed"
22080source = "git+https://github.com/zed-industries/font-kit?rev=110523127440aefb11ce0cf280ae7c5071337ec5#110523127440aefb11ce0cf280ae7c5071337ec5"
22081dependencies = [
22082 "bitflags 2.10.0",
22083 "byteorder",
22084 "core-foundation 0.10.0",
22085 "core-graphics 0.24.0",
22086 "core-text",
22087 "dirs 5.0.1",
22088 "dwrote",
22089 "float-ord",
22090 "freetype-sys",
22091 "lazy_static",
22092 "libc",
22093 "log",
22094 "pathfinder_geometry",
22095 "pathfinder_simd",
22096 "walkdir",
22097 "winapi",
22098 "yeslogic-fontconfig-sys",
22099]
22100
22101[[package]]
22102name = "zed-reqwest"
22103version = "0.12.15-zed"
22104source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22105dependencies = [
22106 "base64 0.22.1",
22107 "bytes 1.11.1",
22108 "encoding_rs",
22109 "futures-core",
22110 "futures-util",
22111 "h2 0.4.12",
22112 "http 1.3.1",
22113 "http-body 1.0.1",
22114 "http-body-util",
22115 "hyper 1.7.0",
22116 "hyper-rustls 0.27.7",
22117 "hyper-util",
22118 "ipnet",
22119 "js-sys",
22120 "log",
22121 "mime",
22122 "mime_guess",
22123 "once_cell",
22124 "percent-encoding",
22125 "pin-project-lite",
22126 "quinn",
22127 "rustls 0.23.33",
22128 "rustls-native-certs 0.8.2",
22129 "rustls-pemfile 2.2.0",
22130 "rustls-pki-types",
22131 "serde",
22132 "serde_json",
22133 "serde_urlencoded",
22134 "sync_wrapper 1.0.2",
22135 "system-configuration 0.6.1",
22136 "tokio",
22137 "tokio-rustls 0.26.2",
22138 "tokio-socks",
22139 "tokio-util",
22140 "tower 0.5.2",
22141 "tower-service",
22142 "url",
22143 "wasm-bindgen",
22144 "wasm-bindgen-futures",
22145 "wasm-streams",
22146 "web-sys",
22147 "windows-registry 0.4.0",
22148]
22149
22150[[package]]
22151name = "zed-scap"
22152version = "0.0.8-zed"
22153source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22154dependencies = [
22155 "anyhow",
22156 "cocoa 0.25.0",
22157 "core-graphics-helmer-fork",
22158 "log",
22159 "objc",
22160 "rand 0.8.5",
22161 "screencapturekit",
22162 "screencapturekit-sys",
22163 "sysinfo 0.31.4",
22164 "tao-core-video-sys",
22165 "windows 0.61.3",
22166 "windows-capture",
22167 "x11",
22168 "xcb",
22169]
22170
22171[[package]]
22172name = "zed-xim"
22173version = "0.4.0-zed"
22174source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22175dependencies = [
22176 "ahash 0.8.12",
22177 "hashbrown 0.14.5",
22178 "log",
22179 "x11rb",
22180 "xim-ctext",
22181 "xim-parser",
22182]
22183
22184[[package]]
22185name = "zed_actions"
22186version = "0.1.0"
22187dependencies = [
22188 "gpui",
22189 "schemars",
22190 "serde",
22191 "util",
22192 "uuid",
22193]
22194
22195[[package]]
22196name = "zed_credentials_provider"
22197version = "0.1.0"
22198dependencies = [
22199 "anyhow",
22200 "credentials_provider",
22201 "futures 0.3.32",
22202 "gpui",
22203 "paths",
22204 "release_channel",
22205 "serde",
22206 "serde_json",
22207]
22208
22209[[package]]
22210name = "zed_env_vars"
22211version = "0.1.0"
22212dependencies = [
22213 "env_var",
22214]
22215
22216[[package]]
22217name = "zed_extension_api"
22218version = "0.1.0"
22219source = "registry+https://github.com/rust-lang/crates.io-index"
22220checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22221dependencies = [
22222 "serde",
22223 "serde_json",
22224 "wit-bindgen 0.22.0",
22225]
22226
22227[[package]]
22228name = "zed_extension_api"
22229version = "0.7.0"
22230source = "registry+https://github.com/rust-lang/crates.io-index"
22231checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22232dependencies = [
22233 "serde",
22234 "serde_json",
22235 "wit-bindgen 0.41.0",
22236]
22237
22238[[package]]
22239name = "zed_extension_api"
22240version = "0.8.0"
22241dependencies = [
22242 "serde",
22243 "serde_json",
22244 "wit-bindgen 0.41.0",
22245]
22246
22247[[package]]
22248name = "zed_glsl"
22249version = "0.2.3"
22250dependencies = [
22251 "zed_extension_api 0.1.0",
22252]
22253
22254[[package]]
22255name = "zed_html"
22256version = "0.3.1"
22257dependencies = [
22258 "zed_extension_api 0.7.0",
22259]
22260
22261[[package]]
22262name = "zed_proto"
22263version = "0.3.2"
22264dependencies = [
22265 "zed_extension_api 0.7.0",
22266]
22267
22268[[package]]
22269name = "zed_test_extension"
22270version = "0.1.0"
22271dependencies = [
22272 "zed_extension_api 0.8.0",
22273]
22274
22275[[package]]
22276name = "zeno"
22277version = "0.3.3"
22278source = "registry+https://github.com/rust-lang/crates.io-index"
22279checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22280
22281[[package]]
22282name = "zerocopy"
22283version = "0.8.27"
22284source = "registry+https://github.com/rust-lang/crates.io-index"
22285checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22286dependencies = [
22287 "zerocopy-derive",
22288]
22289
22290[[package]]
22291name = "zerocopy-derive"
22292version = "0.8.27"
22293source = "registry+https://github.com/rust-lang/crates.io-index"
22294checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22295dependencies = [
22296 "proc-macro2",
22297 "quote",
22298 "syn 2.0.117",
22299]
22300
22301[[package]]
22302name = "zerofrom"
22303version = "0.1.6"
22304source = "registry+https://github.com/rust-lang/crates.io-index"
22305checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22306dependencies = [
22307 "zerofrom-derive",
22308]
22309
22310[[package]]
22311name = "zerofrom-derive"
22312version = "0.1.6"
22313source = "registry+https://github.com/rust-lang/crates.io-index"
22314checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22315dependencies = [
22316 "proc-macro2",
22317 "quote",
22318 "syn 2.0.117",
22319 "synstructure",
22320]
22321
22322[[package]]
22323name = "zeroize"
22324version = "1.8.2"
22325source = "registry+https://github.com/rust-lang/crates.io-index"
22326checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22327dependencies = [
22328 "zeroize_derive",
22329]
22330
22331[[package]]
22332name = "zeroize_derive"
22333version = "1.4.2"
22334source = "registry+https://github.com/rust-lang/crates.io-index"
22335checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22336dependencies = [
22337 "proc-macro2",
22338 "quote",
22339 "syn 2.0.117",
22340]
22341
22342[[package]]
22343name = "zeromq"
22344version = "0.5.0"
22345source = "registry+https://github.com/rust-lang/crates.io-index"
22346checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22347dependencies = [
22348 "async-dispatcher",
22349 "async-std",
22350 "async-trait",
22351 "asynchronous-codec",
22352 "bytes 1.11.1",
22353 "crossbeam-queue",
22354 "futures 0.3.32",
22355 "log",
22356 "num-traits",
22357 "once_cell",
22358 "parking_lot",
22359 "rand 0.9.2",
22360 "regex",
22361 "scc",
22362 "thiserror 1.0.69",
22363 "uuid",
22364]
22365
22366[[package]]
22367name = "zerotrie"
22368version = "0.2.2"
22369source = "registry+https://github.com/rust-lang/crates.io-index"
22370checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22371dependencies = [
22372 "displaydoc",
22373 "yoke 0.8.0",
22374 "zerofrom",
22375]
22376
22377[[package]]
22378name = "zerovec"
22379version = "0.11.4"
22380source = "registry+https://github.com/rust-lang/crates.io-index"
22381checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22382dependencies = [
22383 "yoke 0.8.0",
22384 "zerofrom",
22385 "zerovec-derive",
22386]
22387
22388[[package]]
22389name = "zerovec-derive"
22390version = "0.11.1"
22391source = "registry+https://github.com/rust-lang/crates.io-index"
22392checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22393dependencies = [
22394 "proc-macro2",
22395 "quote",
22396 "syn 2.0.117",
22397]
22398
22399[[package]]
22400name = "zeta_prompt"
22401version = "0.1.0"
22402dependencies = [
22403 "anyhow",
22404 "indoc",
22405 "serde",
22406 "strum 0.27.2",
22407]
22408
22409[[package]]
22410name = "zip"
22411version = "0.6.6"
22412source = "registry+https://github.com/rust-lang/crates.io-index"
22413checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22414dependencies = [
22415 "aes",
22416 "byteorder",
22417 "bzip2 0.4.4",
22418 "constant_time_eq",
22419 "crc32fast",
22420 "crossbeam-utils",
22421 "flate2",
22422 "hmac",
22423 "pbkdf2 0.11.0",
22424 "sha1",
22425 "time",
22426 "zstd",
22427]
22428
22429[[package]]
22430name = "zip"
22431version = "1.1.4"
22432source = "registry+https://github.com/rust-lang/crates.io-index"
22433checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22434dependencies = [
22435 "arbitrary",
22436 "crc32fast",
22437 "crossbeam-utils",
22438 "displaydoc",
22439 "indexmap",
22440 "num_enum",
22441 "thiserror 1.0.69",
22442]
22443
22444[[package]]
22445name = "zlog"
22446version = "0.1.0"
22447dependencies = [
22448 "anyhow",
22449 "chrono",
22450 "collections",
22451 "log",
22452 "tempfile",
22453]
22454
22455[[package]]
22456name = "zlog_settings"
22457version = "0.1.0"
22458dependencies = [
22459 "collections",
22460 "gpui",
22461 "settings",
22462 "zlog",
22463]
22464
22465[[package]]
22466name = "zstd"
22467version = "0.11.2+zstd.1.5.2"
22468source = "registry+https://github.com/rust-lang/crates.io-index"
22469checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22470dependencies = [
22471 "zstd-safe",
22472]
22473
22474[[package]]
22475name = "zstd-safe"
22476version = "5.0.2+zstd.1.5.2"
22477source = "registry+https://github.com/rust-lang/crates.io-index"
22478checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22479dependencies = [
22480 "libc",
22481 "zstd-sys",
22482]
22483
22484[[package]]
22485name = "zstd-sys"
22486version = "2.0.16+zstd.1.5.7"
22487source = "registry+https://github.com/rust-lang/crates.io-index"
22488checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22489dependencies = [
22490 "cc",
22491 "pkg-config",
22492]
22493
22494[[package]]
22495name = "ztracing"
22496version = "0.1.0"
22497dependencies = [
22498 "tracing",
22499 "tracing-subscriber",
22500 "tracing-tracy",
22501 "tracy-client",
22502 "zlog",
22503 "ztracing_macro",
22504]
22505
22506[[package]]
22507name = "ztracing_macro"
22508version = "0.1.0"
22509
22510[[package]]
22511name = "zune-core"
22512version = "0.4.12"
22513source = "registry+https://github.com/rust-lang/crates.io-index"
22514checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22515
22516[[package]]
22517name = "zune-inflate"
22518version = "0.2.54"
22519source = "registry+https://github.com/rust-lang/crates.io-index"
22520checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22521dependencies = [
22522 "simd-adler32",
22523]
22524
22525[[package]]
22526name = "zune-jpeg"
22527version = "0.4.21"
22528source = "registry+https://github.com/rust-lang/crates.io-index"
22529checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22530dependencies = [
22531 "zune-core",
22532]
22533
22534[[package]]
22535name = "zvariant"
22536version = "5.9.2"
22537source = "registry+https://github.com/rust-lang/crates.io-index"
22538checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22539dependencies = [
22540 "endi",
22541 "enumflags2",
22542 "serde",
22543 "serde_bytes",
22544 "winnow",
22545 "zvariant_derive",
22546 "zvariant_utils",
22547]
22548
22549[[package]]
22550name = "zvariant_derive"
22551version = "5.9.2"
22552source = "registry+https://github.com/rust-lang/crates.io-index"
22553checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22554dependencies = [
22555 "proc-macro-crate",
22556 "proc-macro2",
22557 "quote",
22558 "syn 2.0.117",
22559 "zvariant_utils",
22560]
22561
22562[[package]]
22563name = "zvariant_utils"
22564version = "3.3.0"
22565source = "registry+https://github.com/rust-lang/crates.io-index"
22566checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22567dependencies = [
22568 "proc-macro2",
22569 "quote",
22570 "serde",
22571 "syn 2.0.117",
22572 "winnow",
22573]