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 "release_channel",
 9394 "schemars",
 9395 "semver",
 9396 "serde",
 9397 "serde_json",
 9398 "settings",
 9399 "smol",
 9400 "strum 0.27.2",
 9401 "thiserror 2.0.17",
 9402 "tiktoken-rs",
 9403 "tokio",
 9404 "ui",
 9405 "ui_input",
 9406 "util",
 9407 "vercel",
 9408 "x_ai",
 9409]
 9410
 9411[[package]]
 9412name = "language_onboarding"
 9413version = "0.1.0"
 9414dependencies = [
 9415 "db",
 9416 "editor",
 9417 "gpui",
 9418 "project",
 9419 "ui",
 9420 "workspace",
 9421]
 9422
 9423[[package]]
 9424name = "language_selector"
 9425version = "0.1.0"
 9426dependencies = [
 9427 "anyhow",
 9428 "editor",
 9429 "file_icons",
 9430 "fuzzy",
 9431 "gpui",
 9432 "language",
 9433 "open_path_prompt",
 9434 "picker",
 9435 "project",
 9436 "serde_json",
 9437 "settings",
 9438 "ui",
 9439 "util",
 9440 "workspace",
 9441]
 9442
 9443[[package]]
 9444name = "language_tools"
 9445version = "0.1.0"
 9446dependencies = [
 9447 "anyhow",
 9448 "client",
 9449 "collections",
 9450 "command_palette_hooks",
 9451 "edit_prediction",
 9452 "editor",
 9453 "futures 0.3.32",
 9454 "gpui",
 9455 "itertools 0.14.0",
 9456 "language",
 9457 "lsp",
 9458 "menu",
 9459 "project",
 9460 "proto",
 9461 "release_channel",
 9462 "semver",
 9463 "serde_json",
 9464 "settings",
 9465 "sysinfo 0.37.2",
 9466 "telemetry",
 9467 "theme",
 9468 "theme_settings",
 9469 "tree-sitter",
 9470 "ui",
 9471 "util",
 9472 "workspace",
 9473 "zed_actions",
 9474 "zlog",
 9475]
 9476
 9477[[package]]
 9478name = "languages"
 9479version = "0.1.0"
 9480dependencies = [
 9481 "anyhow",
 9482 "async-compression",
 9483 "async-fs",
 9484 "async-tar",
 9485 "async-trait",
 9486 "chrono",
 9487 "collections",
 9488 "fs",
 9489 "futures 0.3.32",
 9490 "globset",
 9491 "gpui",
 9492 "grammars",
 9493 "http_client",
 9494 "itertools 0.14.0",
 9495 "json_schema_store",
 9496 "language",
 9497 "log",
 9498 "lsp",
 9499 "node_runtime",
 9500 "parking_lot",
 9501 "pet",
 9502 "pet-conda",
 9503 "pet-core",
 9504 "pet-fs",
 9505 "pet-poetry",
 9506 "pet-reporter",
 9507 "pet-virtualenv",
 9508 "pretty_assertions",
 9509 "project",
 9510 "regex",
 9511 "rope",
 9512 "semver",
 9513 "serde",
 9514 "serde_json",
 9515 "serde_json_lenient",
 9516 "settings",
 9517 "smallvec",
 9518 "smol",
 9519 "snippet",
 9520 "task",
 9521 "terminal",
 9522 "theme",
 9523 "tree-sitter",
 9524 "tree-sitter-bash",
 9525 "tree-sitter-c",
 9526 "tree-sitter-cpp",
 9527 "tree-sitter-css",
 9528 "tree-sitter-gitcommit",
 9529 "tree-sitter-go",
 9530 "tree-sitter-python",
 9531 "tree-sitter-rust",
 9532 "tree-sitter-typescript",
 9533 "unindent",
 9534 "url",
 9535 "util",
 9536]
 9537
 9538[[package]]
 9539name = "lazy_static"
 9540version = "1.5.0"
 9541source = "registry+https://github.com/rust-lang/crates.io-index"
 9542checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 9543dependencies = [
 9544 "spin 0.9.8",
 9545]
 9546
 9547[[package]]
 9548name = "leak"
 9549version = "0.1.2"
 9550source = "registry+https://github.com/rust-lang/crates.io-index"
 9551checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 9552
 9553[[package]]
 9554name = "leaky-cow"
 9555version = "0.1.1"
 9556source = "registry+https://github.com/rust-lang/crates.io-index"
 9557checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 9558dependencies = [
 9559 "leak",
 9560]
 9561
 9562[[package]]
 9563name = "leb128"
 9564version = "0.2.5"
 9565source = "registry+https://github.com/rust-lang/crates.io-index"
 9566checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 9567
 9568[[package]]
 9569name = "leb128fmt"
 9570version = "0.1.0"
 9571source = "registry+https://github.com/rust-lang/crates.io-index"
 9572checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 9573
 9574[[package]]
 9575name = "lebe"
 9576version = "0.5.3"
 9577source = "registry+https://github.com/rust-lang/crates.io-index"
 9578checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
 9579
 9580[[package]]
 9581name = "libbz2-rs-sys"
 9582version = "0.2.2"
 9583source = "registry+https://github.com/rust-lang/crates.io-index"
 9584checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
 9585
 9586[[package]]
 9587name = "libc"
 9588version = "0.2.182"
 9589source = "registry+https://github.com/rust-lang/crates.io-index"
 9590checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
 9591
 9592[[package]]
 9593name = "libdbus-sys"
 9594version = "0.2.6"
 9595source = "registry+https://github.com/rust-lang/crates.io-index"
 9596checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
 9597dependencies = [
 9598 "cc",
 9599 "pkg-config",
 9600]
 9601
 9602[[package]]
 9603name = "libfuzzer-sys"
 9604version = "0.4.10"
 9605source = "registry+https://github.com/rust-lang/crates.io-index"
 9606checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
 9607dependencies = [
 9608 "arbitrary",
 9609 "cc",
 9610]
 9611
 9612[[package]]
 9613name = "libgit2-sys"
 9614version = "0.18.3+1.9.2"
 9615source = "registry+https://github.com/rust-lang/crates.io-index"
 9616checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
 9617dependencies = [
 9618 "cc",
 9619 "libc",
 9620 "libz-sys",
 9621 "pkg-config",
 9622]
 9623
 9624[[package]]
 9625name = "libloading"
 9626version = "0.8.9"
 9627source = "registry+https://github.com/rust-lang/crates.io-index"
 9628checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
 9629dependencies = [
 9630 "cfg-if",
 9631 "windows-link 0.2.1",
 9632]
 9633
 9634[[package]]
 9635name = "libm"
 9636version = "0.2.15"
 9637source = "registry+https://github.com/rust-lang/crates.io-index"
 9638checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
 9639
 9640[[package]]
 9641name = "libmimalloc-sys"
 9642version = "0.1.44"
 9643source = "registry+https://github.com/rust-lang/crates.io-index"
 9644checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
 9645dependencies = [
 9646 "cc",
 9647 "libc",
 9648]
 9649
 9650[[package]]
 9651name = "libredox"
 9652version = "0.1.10"
 9653source = "registry+https://github.com/rust-lang/crates.io-index"
 9654checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
 9655dependencies = [
 9656 "bitflags 2.10.0",
 9657 "libc",
 9658 "redox_syscall 0.5.18",
 9659]
 9660
 9661[[package]]
 9662name = "libsqlite3-sys"
 9663version = "0.30.1"
 9664source = "registry+https://github.com/rust-lang/crates.io-index"
 9665checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9666dependencies = [
 9667 "cc",
 9668 "pkg-config",
 9669 "vcpkg",
 9670]
 9671
 9672[[package]]
 9673name = "libwebrtc"
 9674version = "0.3.26"
 9675source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9676dependencies = [
 9677 "cxx",
 9678 "glib",
 9679 "jni",
 9680 "js-sys",
 9681 "lazy_static",
 9682 "livekit-protocol",
 9683 "livekit-runtime",
 9684 "log",
 9685 "parking_lot",
 9686 "serde",
 9687 "serde_json",
 9688 "thiserror 1.0.69",
 9689 "tokio",
 9690 "wasm-bindgen",
 9691 "wasm-bindgen-futures",
 9692 "web-sys",
 9693 "webrtc-sys",
 9694]
 9695
 9696[[package]]
 9697name = "libz-sys"
 9698version = "1.1.22"
 9699source = "registry+https://github.com/rust-lang/crates.io-index"
 9700checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9701dependencies = [
 9702 "cc",
 9703 "libc",
 9704 "pkg-config",
 9705 "vcpkg",
 9706]
 9707
 9708[[package]]
 9709name = "line_ending_selector"
 9710version = "0.1.0"
 9711dependencies = [
 9712 "editor",
 9713 "gpui",
 9714 "language",
 9715 "picker",
 9716 "project",
 9717 "ui",
 9718 "util",
 9719 "workspace",
 9720]
 9721
 9722[[package]]
 9723name = "linebender_resource_handle"
 9724version = "0.1.1"
 9725source = "registry+https://github.com/rust-lang/crates.io-index"
 9726checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
 9727
 9728[[package]]
 9729name = "link-cplusplus"
 9730version = "1.0.12"
 9731source = "registry+https://github.com/rust-lang/crates.io-index"
 9732checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
 9733dependencies = [
 9734 "cc",
 9735]
 9736
 9737[[package]]
 9738name = "linkify"
 9739version = "0.10.0"
 9740source = "registry+https://github.com/rust-lang/crates.io-index"
 9741checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9742dependencies = [
 9743 "memchr",
 9744]
 9745
 9746[[package]]
 9747name = "linux-raw-sys"
 9748version = "0.4.15"
 9749source = "registry+https://github.com/rust-lang/crates.io-index"
 9750checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9751
 9752[[package]]
 9753name = "linux-raw-sys"
 9754version = "0.11.0"
 9755source = "registry+https://github.com/rust-lang/crates.io-index"
 9756checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
 9757
 9758[[package]]
 9759name = "litemap"
 9760version = "0.8.0"
 9761source = "registry+https://github.com/rust-lang/crates.io-index"
 9762checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
 9763
 9764[[package]]
 9765name = "litrs"
 9766version = "1.0.0"
 9767source = "registry+https://github.com/rust-lang/crates.io-index"
 9768checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
 9769
 9770[[package]]
 9771name = "livekit"
 9772version = "0.7.32"
 9773source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9774dependencies = [
 9775 "base64 0.22.1",
 9776 "bmrng",
 9777 "bytes 1.11.1",
 9778 "chrono",
 9779 "futures-util",
 9780 "lazy_static",
 9781 "libloading",
 9782 "libwebrtc",
 9783 "livekit-api",
 9784 "livekit-protocol",
 9785 "livekit-runtime",
 9786 "log",
 9787 "parking_lot",
 9788 "prost 0.12.6",
 9789 "semver",
 9790 "serde",
 9791 "serde_json",
 9792 "thiserror 1.0.69",
 9793 "tokio",
 9794]
 9795
 9796[[package]]
 9797name = "livekit-api"
 9798version = "0.4.14"
 9799source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9800dependencies = [
 9801 "base64 0.21.7",
 9802 "futures-util",
 9803 "http 1.3.1",
 9804 "livekit-protocol",
 9805 "livekit-runtime",
 9806 "log",
 9807 "parking_lot",
 9808 "pbjson-types",
 9809 "prost 0.12.6",
 9810 "rand 0.9.2",
 9811 "reqwest 0.12.24",
 9812 "rustls-native-certs 0.6.3",
 9813 "scopeguard",
 9814 "serde",
 9815 "sha2",
 9816 "thiserror 1.0.69",
 9817 "tokio",
 9818 "tokio-rustls 0.26.2",
 9819 "tokio-tungstenite 0.28.0",
 9820 "url",
 9821]
 9822
 9823[[package]]
 9824name = "livekit-protocol"
 9825version = "0.7.1"
 9826source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9827dependencies = [
 9828 "futures-util",
 9829 "livekit-runtime",
 9830 "parking_lot",
 9831 "pbjson",
 9832 "pbjson-types",
 9833 "prost 0.12.6",
 9834 "serde",
 9835 "thiserror 1.0.69",
 9836 "tokio",
 9837]
 9838
 9839[[package]]
 9840name = "livekit-runtime"
 9841version = "0.4.0"
 9842source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9843dependencies = [
 9844 "tokio",
 9845 "tokio-stream",
 9846]
 9847
 9848[[package]]
 9849name = "livekit_api"
 9850version = "0.1.0"
 9851dependencies = [
 9852 "anyhow",
 9853 "async-trait",
 9854 "jsonwebtoken",
 9855 "log",
 9856 "prost 0.9.0",
 9857 "prost-build 0.9.0",
 9858 "prost-types 0.9.0",
 9859 "serde",
 9860 "zed-reqwest",
 9861]
 9862
 9863[[package]]
 9864name = "livekit_client"
 9865version = "0.1.0"
 9866dependencies = [
 9867 "anyhow",
 9868 "async-trait",
 9869 "audio",
 9870 "cocoa 0.26.0",
 9871 "collections",
 9872 "core-foundation 0.10.0",
 9873 "core-video",
 9874 "coreaudio-rs 0.12.1",
 9875 "cpal",
 9876 "futures 0.3.32",
 9877 "gpui",
 9878 "gpui_platform",
 9879 "gpui_tokio",
 9880 "http_client_tls",
 9881 "image",
 9882 "libwebrtc",
 9883 "livekit",
 9884 "livekit_api",
 9885 "log",
 9886 "nanoid",
 9887 "objc",
 9888 "parking_lot",
 9889 "postage",
 9890 "rodio",
 9891 "serde",
 9892 "serde_json",
 9893 "serde_urlencoded",
 9894 "settings",
 9895 "simplelog",
 9896 "smallvec",
 9897 "tokio",
 9898 "ui",
 9899 "util",
 9900 "webrtc-sys",
 9901 "zed-scap",
 9902]
 9903
 9904[[package]]
 9905name = "lmdb-master-sys"
 9906version = "0.2.5"
 9907source = "registry+https://github.com/rust-lang/crates.io-index"
 9908checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
 9909dependencies = [
 9910 "cc",
 9911 "doxygen-rs",
 9912 "libc",
 9913]
 9914
 9915[[package]]
 9916name = "lmstudio"
 9917version = "0.1.0"
 9918dependencies = [
 9919 "anyhow",
 9920 "futures 0.3.32",
 9921 "http_client",
 9922 "schemars",
 9923 "serde",
 9924 "serde_json",
 9925]
 9926
 9927[[package]]
 9928name = "lock_api"
 9929version = "0.4.14"
 9930source = "registry+https://github.com/rust-lang/crates.io-index"
 9931checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
 9932dependencies = [
 9933 "scopeguard",
 9934]
 9935
 9936[[package]]
 9937name = "log"
 9938version = "0.4.29"
 9939source = "registry+https://github.com/rust-lang/crates.io-index"
 9940checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
 9941dependencies = [
 9942 "serde_core",
 9943 "value-bag",
 9944]
 9945
 9946[[package]]
 9947name = "loom"
 9948version = "0.7.2"
 9949source = "registry+https://github.com/rust-lang/crates.io-index"
 9950checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
 9951dependencies = [
 9952 "cfg-if",
 9953 "generator",
 9954 "scoped-tls",
 9955 "tracing",
 9956 "tracing-subscriber",
 9957]
 9958
 9959[[package]]
 9960name = "loop9"
 9961version = "0.1.5"
 9962source = "registry+https://github.com/rust-lang/crates.io-index"
 9963checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
 9964dependencies = [
 9965 "imgref",
 9966]
 9967
 9968[[package]]
 9969name = "lru"
 9970version = "0.12.5"
 9971source = "registry+https://github.com/rust-lang/crates.io-index"
 9972checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
 9973dependencies = [
 9974 "hashbrown 0.15.5",
 9975]
 9976
 9977[[package]]
 9978name = "lru-slab"
 9979version = "0.1.2"
 9980source = "registry+https://github.com/rust-lang/crates.io-index"
 9981checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
 9982
 9983[[package]]
 9984name = "lsp"
 9985version = "0.1.0"
 9986dependencies = [
 9987 "anyhow",
 9988 "async-pipe",
 9989 "collections",
 9990 "ctor",
 9991 "futures 0.3.32",
 9992 "gpui",
 9993 "gpui_util",
 9994 "log",
 9995 "lsp-types",
 9996 "parking_lot",
 9997 "postage",
 9998 "release_channel",
 9999 "schemars",
10000 "semver",
10001 "serde",
10002 "serde_json",
10003 "smol",
10004 "util",
10005 "zlog",
10006]
10007
10008[[package]]
10009name = "lsp-types"
10010version = "0.95.1"
10011source = "git+https://github.com/zed-industries/lsp-types?rev=a4f410987660bf560d1e617cb78117c6b6b9f599#a4f410987660bf560d1e617cb78117c6b6b9f599"
10012dependencies = [
10013 "bitflags 1.3.2",
10014 "serde",
10015 "serde_json",
10016 "url",
10017]
10018
10019[[package]]
10020name = "lyon"
10021version = "1.0.16"
10022source = "registry+https://github.com/rust-lang/crates.io-index"
10023checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10024dependencies = [
10025 "lyon_algorithms",
10026 "lyon_extra",
10027 "lyon_tessellation",
10028]
10029
10030[[package]]
10031name = "lyon_algorithms"
10032version = "1.0.16"
10033source = "registry+https://github.com/rust-lang/crates.io-index"
10034checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10035dependencies = [
10036 "lyon_path",
10037 "num-traits",
10038]
10039
10040[[package]]
10041name = "lyon_extra"
10042version = "1.0.3"
10043source = "registry+https://github.com/rust-lang/crates.io-index"
10044checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10045dependencies = [
10046 "lyon_path",
10047 "thiserror 1.0.69",
10048]
10049
10050[[package]]
10051name = "lyon_geom"
10052version = "1.0.17"
10053source = "registry+https://github.com/rust-lang/crates.io-index"
10054checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10055dependencies = [
10056 "arrayvec",
10057 "euclid",
10058 "num-traits",
10059]
10060
10061[[package]]
10062name = "lyon_path"
10063version = "1.0.16"
10064source = "registry+https://github.com/rust-lang/crates.io-index"
10065checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10066dependencies = [
10067 "lyon_geom",
10068 "num-traits",
10069]
10070
10071[[package]]
10072name = "lyon_tessellation"
10073version = "1.0.16"
10074source = "registry+https://github.com/rust-lang/crates.io-index"
10075checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10076dependencies = [
10077 "float_next_after",
10078 "lyon_path",
10079 "num-traits",
10080]
10081
10082[[package]]
10083name = "mac"
10084version = "0.1.1"
10085source = "registry+https://github.com/rust-lang/crates.io-index"
10086checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10087
10088[[package]]
10089name = "mach2"
10090version = "0.4.3"
10091source = "registry+https://github.com/rust-lang/crates.io-index"
10092checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10093dependencies = [
10094 "libc",
10095]
10096
10097[[package]]
10098name = "mach2"
10099version = "0.5.0"
10100source = "registry+https://github.com/rust-lang/crates.io-index"
10101checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10102dependencies = [
10103 "libc",
10104]
10105
10106[[package]]
10107name = "malloc_buf"
10108version = "0.0.6"
10109source = "registry+https://github.com/rust-lang/crates.io-index"
10110checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10111dependencies = [
10112 "libc",
10113]
10114
10115[[package]]
10116name = "maplit"
10117version = "1.0.2"
10118source = "registry+https://github.com/rust-lang/crates.io-index"
10119checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10120
10121[[package]]
10122name = "markdown"
10123version = "0.1.0"
10124dependencies = [
10125 "anyhow",
10126 "assets",
10127 "base64 0.22.1",
10128 "collections",
10129 "env_logger 0.11.8",
10130 "fs",
10131 "futures 0.3.32",
10132 "gpui",
10133 "gpui_platform",
10134 "html5ever 0.27.0",
10135 "language",
10136 "languages",
10137 "linkify",
10138 "log",
10139 "markup5ever_rcdom",
10140 "mermaid-rs-renderer",
10141 "node_runtime",
10142 "pulldown-cmark 0.13.0",
10143 "settings",
10144 "stacksafe",
10145 "sum_tree",
10146 "theme",
10147 "theme_settings",
10148 "ui",
10149 "util",
10150]
10151
10152[[package]]
10153name = "markdown_preview"
10154version = "0.1.0"
10155dependencies = [
10156 "anyhow",
10157 "editor",
10158 "gpui",
10159 "language",
10160 "log",
10161 "markdown",
10162 "settings",
10163 "tempfile",
10164 "theme_settings",
10165 "ui",
10166 "urlencoding",
10167 "util",
10168 "workspace",
10169 "zed_actions",
10170]
10171
10172[[package]]
10173name = "markup5ever"
10174version = "0.12.1"
10175source = "registry+https://github.com/rust-lang/crates.io-index"
10176checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10177dependencies = [
10178 "log",
10179 "phf 0.11.3",
10180 "phf_codegen",
10181 "string_cache",
10182 "string_cache_codegen",
10183 "tendril",
10184]
10185
10186[[package]]
10187name = "markup5ever"
10188version = "0.35.0"
10189source = "registry+https://github.com/rust-lang/crates.io-index"
10190checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10191dependencies = [
10192 "log",
10193 "tendril",
10194 "web_atoms",
10195]
10196
10197[[package]]
10198name = "markup5ever_rcdom"
10199version = "0.3.0"
10200source = "registry+https://github.com/rust-lang/crates.io-index"
10201checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10202dependencies = [
10203 "html5ever 0.27.0",
10204 "markup5ever 0.12.1",
10205 "tendril",
10206 "xml5ever",
10207]
10208
10209[[package]]
10210name = "match_token"
10211version = "0.35.0"
10212source = "registry+https://github.com/rust-lang/crates.io-index"
10213checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10214dependencies = [
10215 "proc-macro2",
10216 "quote",
10217 "syn 2.0.117",
10218]
10219
10220[[package]]
10221name = "matchers"
10222version = "0.2.0"
10223source = "registry+https://github.com/rust-lang/crates.io-index"
10224checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10225dependencies = [
10226 "regex-automata",
10227]
10228
10229[[package]]
10230name = "matchit"
10231version = "0.7.3"
10232source = "registry+https://github.com/rust-lang/crates.io-index"
10233checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10234
10235[[package]]
10236name = "maybe-owned"
10237version = "0.3.4"
10238source = "registry+https://github.com/rust-lang/crates.io-index"
10239checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10240
10241[[package]]
10242name = "maybe-rayon"
10243version = "0.1.1"
10244source = "registry+https://github.com/rust-lang/crates.io-index"
10245checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10246dependencies = [
10247 "cfg-if",
10248 "rayon",
10249]
10250
10251[[package]]
10252name = "md-5"
10253version = "0.10.6"
10254source = "registry+https://github.com/rust-lang/crates.io-index"
10255checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10256dependencies = [
10257 "cfg-if",
10258 "digest",
10259]
10260
10261[[package]]
10262name = "mdbook"
10263version = "0.4.40"
10264source = "registry+https://github.com/rust-lang/crates.io-index"
10265checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10266dependencies = [
10267 "ammonia",
10268 "anyhow",
10269 "chrono",
10270 "clap",
10271 "clap_complete",
10272 "elasticlunr-rs",
10273 "env_logger 0.11.8",
10274 "futures-util",
10275 "handlebars 5.1.2",
10276 "ignore",
10277 "log",
10278 "memchr",
10279 "notify 6.1.1",
10280 "notify-debouncer-mini",
10281 "once_cell",
10282 "opener",
10283 "pathdiff",
10284 "pulldown-cmark 0.10.3",
10285 "regex",
10286 "serde",
10287 "serde_json",
10288 "shlex",
10289 "tempfile",
10290 "tokio",
10291 "toml 0.5.11",
10292 "topological-sort",
10293 "walkdir",
10294 "warp",
10295]
10296
10297[[package]]
10298name = "media"
10299version = "0.1.0"
10300dependencies = [
10301 "anyhow",
10302 "bindgen 0.71.1",
10303 "core-foundation 0.10.0",
10304 "core-video",
10305 "ctor",
10306 "foreign-types 0.5.0",
10307 "metal",
10308 "objc",
10309]
10310
10311[[package]]
10312name = "memchr"
10313version = "2.7.6"
10314source = "registry+https://github.com/rust-lang/crates.io-index"
10315checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10316
10317[[package]]
10318name = "memfd"
10319version = "0.6.5"
10320source = "registry+https://github.com/rust-lang/crates.io-index"
10321checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10322dependencies = [
10323 "rustix 1.1.2",
10324]
10325
10326[[package]]
10327name = "memmap2"
10328version = "0.9.8"
10329source = "registry+https://github.com/rust-lang/crates.io-index"
10330checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10331dependencies = [
10332 "libc",
10333 "stable_deref_trait",
10334]
10335
10336[[package]]
10337name = "memoffset"
10338version = "0.9.1"
10339source = "registry+https://github.com/rust-lang/crates.io-index"
10340checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10341dependencies = [
10342 "autocfg",
10343]
10344
10345[[package]]
10346name = "menu"
10347version = "0.1.0"
10348dependencies = [
10349 "gpui",
10350]
10351
10352[[package]]
10353name = "merge"
10354version = "0.1.0"
10355source = "registry+https://github.com/rust-lang/crates.io-index"
10356checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10357dependencies = [
10358 "merge_derive",
10359 "num-traits",
10360]
10361
10362[[package]]
10363name = "merge_derive"
10364version = "0.1.0"
10365source = "registry+https://github.com/rust-lang/crates.io-index"
10366checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10367dependencies = [
10368 "proc-macro-error",
10369 "proc-macro2",
10370 "quote",
10371 "syn 1.0.109",
10372]
10373
10374[[package]]
10375name = "mermaid-rs-renderer"
10376version = "0.2.0"
10377source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10378dependencies = [
10379 "anyhow",
10380 "fontdb 0.16.2",
10381 "json5",
10382 "once_cell",
10383 "regex",
10384 "serde",
10385 "serde_json",
10386 "thiserror 2.0.17",
10387 "ttf-parser 0.20.0",
10388]
10389
10390[[package]]
10391name = "metal"
10392version = "0.33.0"
10393source = "registry+https://github.com/rust-lang/crates.io-index"
10394checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10395dependencies = [
10396 "bitflags 2.10.0",
10397 "block",
10398 "core-graphics-types 0.2.0",
10399 "foreign-types 0.5.0",
10400 "log",
10401 "objc",
10402 "paste",
10403]
10404
10405[[package]]
10406name = "migrator"
10407version = "0.1.0"
10408dependencies = [
10409 "anyhow",
10410 "collections",
10411 "convert_case 0.8.0",
10412 "log",
10413 "pretty_assertions",
10414 "serde_json",
10415 "serde_json_lenient",
10416 "settings_content",
10417 "settings_json",
10418 "streaming-iterator",
10419 "tree-sitter",
10420 "tree-sitter-json",
10421 "unindent",
10422]
10423
10424[[package]]
10425name = "mimalloc"
10426version = "0.1.48"
10427source = "registry+https://github.com/rust-lang/crates.io-index"
10428checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10429dependencies = [
10430 "libmimalloc-sys",
10431]
10432
10433[[package]]
10434name = "mime"
10435version = "0.3.17"
10436source = "registry+https://github.com/rust-lang/crates.io-index"
10437checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10438
10439[[package]]
10440name = "mime_guess"
10441version = "2.0.5"
10442source = "registry+https://github.com/rust-lang/crates.io-index"
10443checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10444dependencies = [
10445 "mime",
10446 "unicase",
10447]
10448
10449[[package]]
10450name = "minidump-common"
10451version = "0.26.1"
10452source = "registry+https://github.com/rust-lang/crates.io-index"
10453checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10454dependencies = [
10455 "bitflags 2.10.0",
10456 "debugid",
10457 "num-derive",
10458 "num-traits",
10459 "range-map",
10460 "scroll",
10461 "smart-default",
10462]
10463
10464[[package]]
10465name = "minidump-writer"
10466version = "0.11.0"
10467source = "registry+https://github.com/rust-lang/crates.io-index"
10468checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10469dependencies = [
10470 "bitflags 2.10.0",
10471 "byteorder",
10472 "cfg-if",
10473 "crash-context",
10474 "error-graph",
10475 "failspot",
10476 "goblin",
10477 "libc",
10478 "log",
10479 "mach2 0.4.3",
10480 "memmap2",
10481 "memoffset",
10482 "minidump-common",
10483 "nix 0.29.0",
10484 "procfs-core",
10485 "scroll",
10486 "serde",
10487 "serde_json",
10488 "tempfile",
10489 "thiserror 2.0.17",
10490]
10491
10492[[package]]
10493name = "minidumper"
10494version = "0.9.0"
10495source = "registry+https://github.com/rust-lang/crates.io-index"
10496checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10497dependencies = [
10498 "cfg-if",
10499 "crash-context",
10500 "libc",
10501 "log",
10502 "minidump-writer",
10503 "parking_lot",
10504 "polling",
10505 "scroll",
10506 "thiserror 2.0.17",
10507 "uds",
10508]
10509
10510[[package]]
10511name = "minimal-lexical"
10512version = "0.2.1"
10513source = "registry+https://github.com/rust-lang/crates.io-index"
10514checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10515
10516[[package]]
10517name = "miniprofiler_ui"
10518version = "0.1.0"
10519dependencies = [
10520 "gpui",
10521 "rpc",
10522 "serde_json",
10523 "smol",
10524 "theme_settings",
10525 "util",
10526 "workspace",
10527 "zed_actions",
10528]
10529
10530[[package]]
10531name = "miniz_oxide"
10532version = "0.8.9"
10533source = "registry+https://github.com/rust-lang/crates.io-index"
10534checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10535dependencies = [
10536 "adler2",
10537 "simd-adler32",
10538]
10539
10540[[package]]
10541name = "mio"
10542version = "0.8.11"
10543source = "registry+https://github.com/rust-lang/crates.io-index"
10544checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10545dependencies = [
10546 "libc",
10547 "log",
10548 "wasi",
10549 "windows-sys 0.48.0",
10550]
10551
10552[[package]]
10553name = "mio"
10554version = "1.1.0"
10555source = "registry+https://github.com/rust-lang/crates.io-index"
10556checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10557dependencies = [
10558 "libc",
10559 "log",
10560 "wasi",
10561 "windows-sys 0.61.2",
10562]
10563
10564[[package]]
10565name = "miow"
10566version = "0.6.1"
10567source = "registry+https://github.com/rust-lang/crates.io-index"
10568checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10569dependencies = [
10570 "windows-sys 0.61.2",
10571]
10572
10573[[package]]
10574name = "mistral"
10575version = "0.1.0"
10576dependencies = [
10577 "anyhow",
10578 "futures 0.3.32",
10579 "http_client",
10580 "schemars",
10581 "serde",
10582 "serde_json",
10583 "strum 0.27.2",
10584]
10585
10586[[package]]
10587name = "moka"
10588version = "0.12.11"
10589source = "registry+https://github.com/rust-lang/crates.io-index"
10590checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10591dependencies = [
10592 "crossbeam-channel",
10593 "crossbeam-epoch",
10594 "crossbeam-utils",
10595 "equivalent",
10596 "parking_lot",
10597 "portable-atomic",
10598 "rustc_version",
10599 "smallvec",
10600 "tagptr",
10601 "uuid",
10602]
10603
10604[[package]]
10605name = "moxcms"
10606version = "0.7.7"
10607source = "registry+https://github.com/rust-lang/crates.io-index"
10608checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40"
10609dependencies = [
10610 "num-traits",
10611 "pxfm",
10612]
10613
10614[[package]]
10615name = "msvc_spectre_libs"
10616version = "0.1.3"
10617source = "registry+https://github.com/rust-lang/crates.io-index"
10618checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10619dependencies = [
10620 "cc",
10621]
10622
10623[[package]]
10624name = "multi_buffer"
10625version = "0.1.0"
10626dependencies = [
10627 "anyhow",
10628 "buffer_diff",
10629 "clock",
10630 "collections",
10631 "ctor",
10632 "gpui",
10633 "indoc",
10634 "itertools 0.14.0",
10635 "language",
10636 "log",
10637 "parking_lot",
10638 "pretty_assertions",
10639 "rand 0.9.2",
10640 "rope",
10641 "serde",
10642 "settings",
10643 "smallvec",
10644 "smol",
10645 "sum_tree",
10646 "text",
10647 "theme",
10648 "tracing",
10649 "tree-sitter",
10650 "unicode-segmentation",
10651 "util",
10652 "zlog",
10653 "ztracing",
10654]
10655
10656[[package]]
10657name = "multimap"
10658version = "0.8.3"
10659source = "registry+https://github.com/rust-lang/crates.io-index"
10660checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10661
10662[[package]]
10663name = "naga"
10664version = "29.0.0"
10665source = "registry+https://github.com/rust-lang/crates.io-index"
10666checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8"
10667dependencies = [
10668 "arrayvec",
10669 "bit-set 0.9.1",
10670 "bitflags 2.10.0",
10671 "cfg-if",
10672 "cfg_aliases 0.2.1",
10673 "codespan-reporting",
10674 "half",
10675 "hashbrown 0.16.1",
10676 "hexf-parse",
10677 "indexmap",
10678 "libm",
10679 "log",
10680 "num-traits",
10681 "once_cell",
10682 "rustc-hash 1.1.0",
10683 "thiserror 2.0.17",
10684 "unicode-ident",
10685]
10686
10687[[package]]
10688name = "naga"
10689version = "29.0.0"
10690source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
10691dependencies = [
10692 "arrayvec",
10693 "bit-set 0.9.1",
10694 "bitflags 2.10.0",
10695 "cfg-if",
10696 "cfg_aliases 0.2.1",
10697 "codespan-reporting",
10698 "half",
10699 "hashbrown 0.16.1",
10700 "hexf-parse",
10701 "indexmap",
10702 "libm",
10703 "log",
10704 "num-traits",
10705 "once_cell",
10706 "rustc-hash 1.1.0",
10707 "spirv",
10708 "thiserror 2.0.17",
10709 "unicode-ident",
10710]
10711
10712[[package]]
10713name = "nanoid"
10714version = "0.4.0"
10715source = "registry+https://github.com/rust-lang/crates.io-index"
10716checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10717dependencies = [
10718 "rand 0.8.5",
10719]
10720
10721[[package]]
10722name = "nanorand"
10723version = "0.7.0"
10724source = "registry+https://github.com/rust-lang/crates.io-index"
10725checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10726dependencies = [
10727 "getrandom 0.2.16",
10728]
10729
10730[[package]]
10731name = "native-tls"
10732version = "0.2.14"
10733source = "registry+https://github.com/rust-lang/crates.io-index"
10734checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10735dependencies = [
10736 "libc",
10737 "log",
10738 "openssl",
10739 "openssl-probe",
10740 "openssl-sys",
10741 "schannel",
10742 "security-framework 2.11.1",
10743 "security-framework-sys",
10744 "tempfile",
10745]
10746
10747[[package]]
10748name = "nbformat"
10749version = "1.2.0"
10750source = "registry+https://github.com/rust-lang/crates.io-index"
10751checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10752dependencies = [
10753 "anyhow",
10754 "chrono",
10755 "jupyter-protocol",
10756 "serde",
10757 "serde_json",
10758 "thiserror 1.0.69",
10759 "uuid",
10760]
10761
10762[[package]]
10763name = "nc"
10764version = "0.1.0"
10765dependencies = [
10766 "anyhow",
10767 "futures 0.3.32",
10768 "net",
10769 "smol",
10770]
10771
10772[[package]]
10773name = "ndk"
10774version = "0.9.0"
10775source = "registry+https://github.com/rust-lang/crates.io-index"
10776checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10777dependencies = [
10778 "bitflags 2.10.0",
10779 "jni-sys",
10780 "log",
10781 "ndk-sys",
10782 "num_enum",
10783 "thiserror 1.0.69",
10784]
10785
10786[[package]]
10787name = "ndk-context"
10788version = "0.1.1"
10789source = "registry+https://github.com/rust-lang/crates.io-index"
10790checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10791
10792[[package]]
10793name = "ndk-sys"
10794version = "0.6.0+11769913"
10795source = "registry+https://github.com/rust-lang/crates.io-index"
10796checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10797dependencies = [
10798 "jni-sys",
10799]
10800
10801[[package]]
10802name = "net"
10803version = "0.1.0"
10804dependencies = [
10805 "anyhow",
10806 "async-io",
10807 "smol",
10808 "tempfile",
10809 "windows 0.61.3",
10810]
10811
10812[[package]]
10813name = "new_debug_unreachable"
10814version = "1.0.6"
10815source = "registry+https://github.com/rust-lang/crates.io-index"
10816checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10817
10818[[package]]
10819name = "nix"
10820version = "0.28.0"
10821source = "registry+https://github.com/rust-lang/crates.io-index"
10822checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10823dependencies = [
10824 "bitflags 2.10.0",
10825 "cfg-if",
10826 "cfg_aliases 0.1.1",
10827 "libc",
10828]
10829
10830[[package]]
10831name = "nix"
10832version = "0.29.0"
10833source = "registry+https://github.com/rust-lang/crates.io-index"
10834checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10835dependencies = [
10836 "bitflags 2.10.0",
10837 "cfg-if",
10838 "cfg_aliases 0.2.1",
10839 "libc",
10840]
10841
10842[[package]]
10843name = "nix"
10844version = "0.30.1"
10845source = "registry+https://github.com/rust-lang/crates.io-index"
10846checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10847dependencies = [
10848 "bitflags 2.10.0",
10849 "cfg-if",
10850 "cfg_aliases 0.2.1",
10851 "libc",
10852]
10853
10854[[package]]
10855name = "node_runtime"
10856version = "0.1.0"
10857dependencies = [
10858 "anyhow",
10859 "async-compression",
10860 "async-std",
10861 "async-tar",
10862 "async-trait",
10863 "futures 0.3.32",
10864 "http_client",
10865 "log",
10866 "paths",
10867 "semver",
10868 "serde",
10869 "serde_json",
10870 "smol",
10871 "util",
10872 "watch",
10873 "which 6.0.3",
10874]
10875
10876[[package]]
10877name = "nom"
10878version = "7.1.3"
10879source = "registry+https://github.com/rust-lang/crates.io-index"
10880checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10881dependencies = [
10882 "memchr",
10883 "minimal-lexical",
10884]
10885
10886[[package]]
10887name = "nom"
10888version = "8.0.0"
10889source = "registry+https://github.com/rust-lang/crates.io-index"
10890checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
10891dependencies = [
10892 "memchr",
10893]
10894
10895[[package]]
10896name = "noop_proc_macro"
10897version = "0.3.0"
10898source = "registry+https://github.com/rust-lang/crates.io-index"
10899checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10900
10901[[package]]
10902name = "normpath"
10903version = "1.5.0"
10904source = "registry+https://github.com/rust-lang/crates.io-index"
10905checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
10906dependencies = [
10907 "windows-sys 0.61.2",
10908]
10909
10910[[package]]
10911name = "notifications"
10912version = "0.1.0"
10913dependencies = [
10914 "anyhow",
10915 "channel",
10916 "client",
10917 "component",
10918 "db",
10919 "gpui",
10920 "rpc",
10921 "sum_tree",
10922 "time",
10923 "ui",
10924 "util",
10925 "workspace",
10926 "zed_actions",
10927]
10928
10929[[package]]
10930name = "notify"
10931version = "6.1.1"
10932source = "registry+https://github.com/rust-lang/crates.io-index"
10933checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
10934dependencies = [
10935 "bitflags 2.10.0",
10936 "crossbeam-channel",
10937 "filetime",
10938 "fsevent-sys",
10939 "inotify 0.9.6",
10940 "kqueue",
10941 "libc",
10942 "log",
10943 "mio 0.8.11",
10944 "walkdir",
10945 "windows-sys 0.48.0",
10946]
10947
10948[[package]]
10949name = "notify"
10950version = "8.2.0"
10951source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
10952dependencies = [
10953 "bitflags 2.10.0",
10954 "fsevent-sys",
10955 "inotify 0.11.0",
10956 "kqueue",
10957 "libc",
10958 "log",
10959 "mio 1.1.0",
10960 "notify-types",
10961 "walkdir",
10962 "windows-sys 0.60.2",
10963]
10964
10965[[package]]
10966name = "notify-debouncer-mini"
10967version = "0.4.1"
10968source = "registry+https://github.com/rust-lang/crates.io-index"
10969checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
10970dependencies = [
10971 "crossbeam-channel",
10972 "log",
10973 "notify 6.1.1",
10974]
10975
10976[[package]]
10977name = "notify-types"
10978version = "2.0.0"
10979source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
10980
10981[[package]]
10982name = "ntapi"
10983version = "0.4.1"
10984source = "registry+https://github.com/rust-lang/crates.io-index"
10985checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
10986dependencies = [
10987 "winapi",
10988]
10989
10990[[package]]
10991name = "nu-ansi-term"
10992version = "0.50.3"
10993source = "registry+https://github.com/rust-lang/crates.io-index"
10994checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
10995dependencies = [
10996 "windows-sys 0.61.2",
10997]
10998
10999[[package]]
11000name = "num"
11001version = "0.4.3"
11002source = "registry+https://github.com/rust-lang/crates.io-index"
11003checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11004dependencies = [
11005 "num-bigint",
11006 "num-complex",
11007 "num-integer",
11008 "num-iter",
11009 "num-rational",
11010 "num-traits",
11011]
11012
11013[[package]]
11014name = "num-bigint"
11015version = "0.4.6"
11016source = "registry+https://github.com/rust-lang/crates.io-index"
11017checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11018dependencies = [
11019 "num-integer",
11020 "num-traits",
11021]
11022
11023[[package]]
11024name = "num-bigint-dig"
11025version = "0.8.6"
11026source = "registry+https://github.com/rust-lang/crates.io-index"
11027checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11028dependencies = [
11029 "lazy_static",
11030 "libm",
11031 "num-integer",
11032 "num-iter",
11033 "num-traits",
11034 "rand 0.8.5",
11035 "smallvec",
11036 "zeroize",
11037]
11038
11039[[package]]
11040name = "num-bigint-dig"
11041version = "0.9.1"
11042source = "registry+https://github.com/rust-lang/crates.io-index"
11043checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11044dependencies = [
11045 "libm",
11046 "num-integer",
11047 "num-iter",
11048 "num-traits",
11049 "once_cell",
11050 "rand 0.9.2",
11051 "serde",
11052 "smallvec",
11053 "zeroize",
11054]
11055
11056[[package]]
11057name = "num-cmp"
11058version = "0.1.0"
11059source = "registry+https://github.com/rust-lang/crates.io-index"
11060checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11061
11062[[package]]
11063name = "num-complex"
11064version = "0.4.6"
11065source = "registry+https://github.com/rust-lang/crates.io-index"
11066checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11067dependencies = [
11068 "bytemuck",
11069 "num-traits",
11070]
11071
11072[[package]]
11073name = "num-conv"
11074version = "0.2.0"
11075source = "registry+https://github.com/rust-lang/crates.io-index"
11076checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11077
11078[[package]]
11079name = "num-derive"
11080version = "0.4.2"
11081source = "registry+https://github.com/rust-lang/crates.io-index"
11082checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11083dependencies = [
11084 "proc-macro2",
11085 "quote",
11086 "syn 2.0.117",
11087]
11088
11089[[package]]
11090name = "num-format"
11091version = "0.4.4"
11092source = "registry+https://github.com/rust-lang/crates.io-index"
11093checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11094dependencies = [
11095 "arrayvec",
11096 "itoa",
11097]
11098
11099[[package]]
11100name = "num-integer"
11101version = "0.1.46"
11102source = "registry+https://github.com/rust-lang/crates.io-index"
11103checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11104dependencies = [
11105 "num-traits",
11106]
11107
11108[[package]]
11109name = "num-iter"
11110version = "0.1.45"
11111source = "registry+https://github.com/rust-lang/crates.io-index"
11112checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11113dependencies = [
11114 "autocfg",
11115 "num-integer",
11116 "num-traits",
11117]
11118
11119[[package]]
11120name = "num-rational"
11121version = "0.4.2"
11122source = "registry+https://github.com/rust-lang/crates.io-index"
11123checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11124dependencies = [
11125 "num-bigint",
11126 "num-integer",
11127 "num-traits",
11128]
11129
11130[[package]]
11131name = "num-traits"
11132version = "0.2.19"
11133source = "registry+https://github.com/rust-lang/crates.io-index"
11134checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11135dependencies = [
11136 "autocfg",
11137 "libm",
11138]
11139
11140[[package]]
11141name = "num_cpus"
11142version = "1.17.0"
11143source = "registry+https://github.com/rust-lang/crates.io-index"
11144checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11145dependencies = [
11146 "hermit-abi",
11147 "libc",
11148]
11149
11150[[package]]
11151name = "num_enum"
11152version = "0.7.4"
11153source = "registry+https://github.com/rust-lang/crates.io-index"
11154checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11155dependencies = [
11156 "num_enum_derive",
11157 "rustversion",
11158]
11159
11160[[package]]
11161name = "num_enum_derive"
11162version = "0.7.4"
11163source = "registry+https://github.com/rust-lang/crates.io-index"
11164checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11165dependencies = [
11166 "proc-macro-crate",
11167 "proc-macro2",
11168 "quote",
11169 "syn 2.0.117",
11170]
11171
11172[[package]]
11173name = "num_threads"
11174version = "0.1.7"
11175source = "registry+https://github.com/rust-lang/crates.io-index"
11176checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11177dependencies = [
11178 "libc",
11179]
11180
11181[[package]]
11182name = "nvim-rs"
11183version = "0.9.2"
11184source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11185dependencies = [
11186 "async-trait",
11187 "futures 0.3.32",
11188 "log",
11189 "rmp",
11190 "rmpv",
11191 "tokio",
11192 "tokio-util",
11193]
11194
11195[[package]]
11196name = "objc"
11197version = "0.2.7"
11198source = "registry+https://github.com/rust-lang/crates.io-index"
11199checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11200dependencies = [
11201 "malloc_buf",
11202 "objc_exception",
11203]
11204
11205[[package]]
11206name = "objc-foundation"
11207version = "0.1.1"
11208source = "registry+https://github.com/rust-lang/crates.io-index"
11209checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11210dependencies = [
11211 "block",
11212 "objc",
11213 "objc_id",
11214]
11215
11216[[package]]
11217name = "objc2"
11218version = "0.6.3"
11219source = "registry+https://github.com/rust-lang/crates.io-index"
11220checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11221dependencies = [
11222 "objc2-encode",
11223]
11224
11225[[package]]
11226name = "objc2-app-kit"
11227version = "0.3.1"
11228source = "registry+https://github.com/rust-lang/crates.io-index"
11229checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
11230dependencies = [
11231 "objc2",
11232 "objc2-foundation",
11233]
11234
11235[[package]]
11236name = "objc2-audio-toolbox"
11237version = "0.3.2"
11238source = "registry+https://github.com/rust-lang/crates.io-index"
11239checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
11240dependencies = [
11241 "bitflags 2.10.0",
11242 "libc",
11243 "objc2",
11244 "objc2-core-audio",
11245 "objc2-core-audio-types",
11246 "objc2-core-foundation",
11247 "objc2-foundation",
11248]
11249
11250[[package]]
11251name = "objc2-avf-audio"
11252version = "0.3.2"
11253source = "registry+https://github.com/rust-lang/crates.io-index"
11254checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
11255dependencies = [
11256 "objc2",
11257 "objc2-foundation",
11258]
11259
11260[[package]]
11261name = "objc2-core-audio"
11262version = "0.3.2"
11263source = "registry+https://github.com/rust-lang/crates.io-index"
11264checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
11265dependencies = [
11266 "dispatch2",
11267 "objc2",
11268 "objc2-core-audio-types",
11269 "objc2-core-foundation",
11270 "objc2-foundation",
11271]
11272
11273[[package]]
11274name = "objc2-core-audio-types"
11275version = "0.3.2"
11276source = "registry+https://github.com/rust-lang/crates.io-index"
11277checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11278dependencies = [
11279 "bitflags 2.10.0",
11280 "objc2",
11281]
11282
11283[[package]]
11284name = "objc2-core-foundation"
11285version = "0.3.2"
11286source = "registry+https://github.com/rust-lang/crates.io-index"
11287checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11288dependencies = [
11289 "bitflags 2.10.0",
11290 "block2",
11291 "dispatch2",
11292 "libc",
11293 "objc2",
11294]
11295
11296[[package]]
11297name = "objc2-encode"
11298version = "4.1.0"
11299source = "registry+https://github.com/rust-lang/crates.io-index"
11300checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11301
11302[[package]]
11303name = "objc2-foundation"
11304version = "0.3.2"
11305source = "registry+https://github.com/rust-lang/crates.io-index"
11306checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
11307dependencies = [
11308 "bitflags 2.10.0",
11309 "block2",
11310 "libc",
11311 "objc2",
11312 "objc2-core-foundation",
11313]
11314
11315[[package]]
11316name = "objc2-io-kit"
11317version = "0.3.2"
11318source = "registry+https://github.com/rust-lang/crates.io-index"
11319checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11320dependencies = [
11321 "libc",
11322 "objc2-core-foundation",
11323]
11324
11325[[package]]
11326name = "objc2-metal"
11327version = "0.3.2"
11328source = "registry+https://github.com/rust-lang/crates.io-index"
11329checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
11330dependencies = [
11331 "bitflags 2.10.0",
11332 "block2",
11333 "dispatch2",
11334 "objc2",
11335 "objc2-core-foundation",
11336 "objc2-foundation",
11337]
11338
11339[[package]]
11340name = "objc2-quartz-core"
11341version = "0.3.2"
11342source = "registry+https://github.com/rust-lang/crates.io-index"
11343checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
11344dependencies = [
11345 "bitflags 2.10.0",
11346 "objc2",
11347 "objc2-core-foundation",
11348 "objc2-foundation",
11349 "objc2-metal",
11350]
11351
11352[[package]]
11353name = "objc_exception"
11354version = "0.1.2"
11355source = "registry+https://github.com/rust-lang/crates.io-index"
11356checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11357dependencies = [
11358 "cc",
11359]
11360
11361[[package]]
11362name = "objc_id"
11363version = "0.1.1"
11364source = "registry+https://github.com/rust-lang/crates.io-index"
11365checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11366dependencies = [
11367 "objc",
11368]
11369
11370[[package]]
11371name = "object"
11372version = "0.37.3"
11373source = "registry+https://github.com/rust-lang/crates.io-index"
11374checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11375dependencies = [
11376 "crc32fast",
11377 "hashbrown 0.15.5",
11378 "indexmap",
11379 "memchr",
11380]
11381
11382[[package]]
11383name = "ollama"
11384version = "0.1.0"
11385dependencies = [
11386 "anyhow",
11387 "futures 0.3.32",
11388 "http_client",
11389 "schemars",
11390 "serde",
11391 "serde_json",
11392 "settings",
11393]
11394
11395[[package]]
11396name = "onboarding"
11397version = "0.1.0"
11398dependencies = [
11399 "anyhow",
11400 "client",
11401 "component",
11402 "db",
11403 "documented",
11404 "fs",
11405 "fuzzy",
11406 "gpui",
11407 "menu",
11408 "notifications",
11409 "picker",
11410 "project",
11411 "schemars",
11412 "serde",
11413 "settings",
11414 "telemetry",
11415 "theme",
11416 "theme_settings",
11417 "ui",
11418 "util",
11419 "vim_mode_setting",
11420 "workspace",
11421 "zed_actions",
11422 "zlog",
11423]
11424
11425[[package]]
11426name = "once_cell"
11427version = "1.21.3"
11428source = "registry+https://github.com/rust-lang/crates.io-index"
11429checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11430
11431[[package]]
11432name = "once_cell_polyfill"
11433version = "1.70.1"
11434source = "registry+https://github.com/rust-lang/crates.io-index"
11435checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11436
11437[[package]]
11438name = "oo7"
11439version = "0.6.0"
11440source = "registry+https://github.com/rust-lang/crates.io-index"
11441checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11442dependencies = [
11443 "aes",
11444 "ashpd",
11445 "async-fs",
11446 "async-io",
11447 "async-lock 3.4.2",
11448 "blocking",
11449 "cbc",
11450 "cipher",
11451 "digest",
11452 "endi",
11453 "futures-lite 2.6.1",
11454 "futures-util",
11455 "getrandom 0.4.1",
11456 "hkdf",
11457 "hmac",
11458 "md-5",
11459 "num",
11460 "num-bigint-dig 0.9.1",
11461 "pbkdf2 0.12.2",
11462 "serde",
11463 "serde_bytes",
11464 "sha2",
11465 "subtle",
11466 "zbus",
11467 "zbus_macros",
11468 "zeroize",
11469 "zvariant",
11470]
11471
11472[[package]]
11473name = "oorandom"
11474version = "11.1.5"
11475source = "registry+https://github.com/rust-lang/crates.io-index"
11476checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11477
11478[[package]]
11479name = "open"
11480version = "5.3.2"
11481source = "registry+https://github.com/rust-lang/crates.io-index"
11482checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11483dependencies = [
11484 "is-wsl",
11485 "libc",
11486 "pathdiff",
11487]
11488
11489[[package]]
11490name = "open_ai"
11491version = "0.1.0"
11492dependencies = [
11493 "anyhow",
11494 "futures 0.3.32",
11495 "http_client",
11496 "log",
11497 "rand 0.9.2",
11498 "schemars",
11499 "serde",
11500 "serde_json",
11501 "settings",
11502 "strum 0.27.2",
11503 "thiserror 2.0.17",
11504]
11505
11506[[package]]
11507name = "open_path_prompt"
11508version = "0.1.0"
11509dependencies = [
11510 "editor",
11511 "file_icons",
11512 "futures 0.3.32",
11513 "fuzzy",
11514 "gpui",
11515 "picker",
11516 "project",
11517 "schemars",
11518 "serde",
11519 "serde_json",
11520 "settings",
11521 "theme",
11522 "theme_settings",
11523 "ui",
11524 "util",
11525 "workspace",
11526]
11527
11528[[package]]
11529name = "open_router"
11530version = "0.1.0"
11531dependencies = [
11532 "anyhow",
11533 "futures 0.3.32",
11534 "http_client",
11535 "schemars",
11536 "serde",
11537 "serde_json",
11538 "settings",
11539 "strum 0.27.2",
11540 "thiserror 2.0.17",
11541]
11542
11543[[package]]
11544name = "opencode"
11545version = "0.1.0"
11546dependencies = [
11547 "anyhow",
11548 "futures 0.3.32",
11549 "google_ai",
11550 "http_client",
11551 "schemars",
11552 "serde",
11553 "serde_json",
11554 "strum 0.27.2",
11555]
11556
11557[[package]]
11558name = "opener"
11559version = "0.7.2"
11560source = "registry+https://github.com/rust-lang/crates.io-index"
11561checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11562dependencies = [
11563 "bstr",
11564 "dbus",
11565 "normpath",
11566 "windows-sys 0.59.0",
11567]
11568
11569[[package]]
11570name = "openssl"
11571version = "0.10.74"
11572source = "registry+https://github.com/rust-lang/crates.io-index"
11573checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11574dependencies = [
11575 "bitflags 2.10.0",
11576 "cfg-if",
11577 "foreign-types 0.3.2",
11578 "libc",
11579 "once_cell",
11580 "openssl-macros",
11581 "openssl-sys",
11582]
11583
11584[[package]]
11585name = "openssl-macros"
11586version = "0.1.1"
11587source = "registry+https://github.com/rust-lang/crates.io-index"
11588checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11589dependencies = [
11590 "proc-macro2",
11591 "quote",
11592 "syn 2.0.117",
11593]
11594
11595[[package]]
11596name = "openssl-probe"
11597version = "0.1.6"
11598source = "registry+https://github.com/rust-lang/crates.io-index"
11599checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11600
11601[[package]]
11602name = "openssl-sys"
11603version = "0.9.110"
11604source = "registry+https://github.com/rust-lang/crates.io-index"
11605checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11606dependencies = [
11607 "cc",
11608 "libc",
11609 "pkg-config",
11610 "vcpkg",
11611]
11612
11613[[package]]
11614name = "optfield"
11615version = "0.4.0"
11616source = "registry+https://github.com/rust-lang/crates.io-index"
11617checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11618dependencies = [
11619 "proc-macro2",
11620 "quote",
11621 "syn 2.0.117",
11622]
11623
11624[[package]]
11625name = "option-ext"
11626version = "0.2.0"
11627source = "registry+https://github.com/rust-lang/crates.io-index"
11628checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11629
11630[[package]]
11631name = "ordered-float"
11632version = "2.10.1"
11633source = "registry+https://github.com/rust-lang/crates.io-index"
11634checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11635dependencies = [
11636 "num-traits",
11637]
11638
11639[[package]]
11640name = "ordered-float"
11641version = "4.6.0"
11642source = "registry+https://github.com/rust-lang/crates.io-index"
11643checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11644dependencies = [
11645 "num-traits",
11646]
11647
11648[[package]]
11649name = "ordered-stream"
11650version = "0.2.0"
11651source = "registry+https://github.com/rust-lang/crates.io-index"
11652checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11653dependencies = [
11654 "futures-core",
11655 "pin-project-lite",
11656]
11657
11658[[package]]
11659name = "ouroboros"
11660version = "0.18.5"
11661source = "registry+https://github.com/rust-lang/crates.io-index"
11662checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11663dependencies = [
11664 "aliasable",
11665 "ouroboros_macro",
11666 "static_assertions",
11667]
11668
11669[[package]]
11670name = "ouroboros_macro"
11671version = "0.18.5"
11672source = "registry+https://github.com/rust-lang/crates.io-index"
11673checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11674dependencies = [
11675 "heck 0.4.1",
11676 "proc-macro2",
11677 "proc-macro2-diagnostics",
11678 "quote",
11679 "syn 2.0.117",
11680]
11681
11682[[package]]
11683name = "outline"
11684version = "0.1.0"
11685dependencies = [
11686 "editor",
11687 "fuzzy",
11688 "gpui",
11689 "indoc",
11690 "language",
11691 "lsp",
11692 "menu",
11693 "ordered-float 2.10.1",
11694 "picker",
11695 "project",
11696 "rope",
11697 "serde_json",
11698 "settings",
11699 "smol",
11700 "theme",
11701 "theme_settings",
11702 "ui",
11703 "util",
11704 "workspace",
11705 "zed_actions",
11706]
11707
11708[[package]]
11709name = "outline_panel"
11710version = "0.1.0"
11711dependencies = [
11712 "anyhow",
11713 "collections",
11714 "db",
11715 "editor",
11716 "file_icons",
11717 "fuzzy",
11718 "gpui",
11719 "itertools 0.14.0",
11720 "language",
11721 "log",
11722 "lsp",
11723 "menu",
11724 "outline",
11725 "pretty_assertions",
11726 "project",
11727 "search",
11728 "serde",
11729 "serde_json",
11730 "settings",
11731 "smallvec",
11732 "smol",
11733 "theme",
11734 "theme_settings",
11735 "ui",
11736 "util",
11737 "workspace",
11738 "worktree",
11739 "zed_actions",
11740]
11741
11742[[package]]
11743name = "outref"
11744version = "0.5.2"
11745source = "registry+https://github.com/rust-lang/crates.io-index"
11746checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11747
11748[[package]]
11749name = "p256"
11750version = "0.11.1"
11751source = "registry+https://github.com/rust-lang/crates.io-index"
11752checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11753dependencies = [
11754 "ecdsa",
11755 "elliptic-curve",
11756 "sha2",
11757]
11758
11759[[package]]
11760name = "page_size"
11761version = "0.6.0"
11762source = "registry+https://github.com/rust-lang/crates.io-index"
11763checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11764dependencies = [
11765 "libc",
11766 "winapi",
11767]
11768
11769[[package]]
11770name = "palette"
11771version = "0.7.6"
11772source = "registry+https://github.com/rust-lang/crates.io-index"
11773checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11774dependencies = [
11775 "approx",
11776 "fast-srgb8",
11777 "palette_derive",
11778]
11779
11780[[package]]
11781name = "palette_derive"
11782version = "0.7.6"
11783source = "registry+https://github.com/rust-lang/crates.io-index"
11784checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11785dependencies = [
11786 "by_address",
11787 "proc-macro2",
11788 "quote",
11789 "syn 2.0.117",
11790]
11791
11792[[package]]
11793name = "panel"
11794version = "0.1.0"
11795dependencies = [
11796 "gpui",
11797 "ui",
11798 "workspace",
11799]
11800
11801[[package]]
11802name = "parking"
11803version = "2.2.1"
11804source = "registry+https://github.com/rust-lang/crates.io-index"
11805checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
11806
11807[[package]]
11808name = "parking_lot"
11809version = "0.12.5"
11810source = "registry+https://github.com/rust-lang/crates.io-index"
11811checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
11812dependencies = [
11813 "lock_api",
11814 "parking_lot_core",
11815]
11816
11817[[package]]
11818name = "parking_lot_core"
11819version = "0.9.12"
11820source = "registry+https://github.com/rust-lang/crates.io-index"
11821checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
11822dependencies = [
11823 "cfg-if",
11824 "libc",
11825 "redox_syscall 0.5.18",
11826 "smallvec",
11827 "windows-link 0.2.1",
11828]
11829
11830[[package]]
11831name = "parse_int"
11832version = "0.9.0"
11833source = "registry+https://github.com/rust-lang/crates.io-index"
11834checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
11835dependencies = [
11836 "num-traits",
11837]
11838
11839[[package]]
11840name = "partial-json-fixer"
11841version = "0.5.3"
11842source = "registry+https://github.com/rust-lang/crates.io-index"
11843checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
11844
11845[[package]]
11846name = "password-hash"
11847version = "0.4.2"
11848source = "registry+https://github.com/rust-lang/crates.io-index"
11849checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
11850dependencies = [
11851 "base64ct",
11852 "rand_core 0.6.4",
11853 "subtle",
11854]
11855
11856[[package]]
11857name = "paste"
11858version = "1.0.15"
11859source = "registry+https://github.com/rust-lang/crates.io-index"
11860checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
11861
11862[[package]]
11863name = "pathdiff"
11864version = "0.2.3"
11865source = "registry+https://github.com/rust-lang/crates.io-index"
11866checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
11867
11868[[package]]
11869name = "pathfinder_geometry"
11870version = "0.5.1"
11871source = "registry+https://github.com/rust-lang/crates.io-index"
11872checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
11873dependencies = [
11874 "log",
11875 "pathfinder_simd",
11876]
11877
11878[[package]]
11879name = "pathfinder_simd"
11880version = "0.5.5"
11881source = "registry+https://github.com/rust-lang/crates.io-index"
11882checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
11883dependencies = [
11884 "rustc_version",
11885]
11886
11887[[package]]
11888name = "paths"
11889version = "0.1.0"
11890dependencies = [
11891 "dirs 4.0.0",
11892 "ignore",
11893 "util",
11894]
11895
11896[[package]]
11897name = "pbjson"
11898version = "0.6.0"
11899source = "registry+https://github.com/rust-lang/crates.io-index"
11900checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
11901dependencies = [
11902 "base64 0.21.7",
11903 "serde",
11904]
11905
11906[[package]]
11907name = "pbjson-build"
11908version = "0.6.2"
11909source = "registry+https://github.com/rust-lang/crates.io-index"
11910checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
11911dependencies = [
11912 "heck 0.4.1",
11913 "itertools 0.11.0",
11914 "prost 0.12.6",
11915 "prost-types 0.12.6",
11916]
11917
11918[[package]]
11919name = "pbjson-types"
11920version = "0.6.0"
11921source = "registry+https://github.com/rust-lang/crates.io-index"
11922checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
11923dependencies = [
11924 "bytes 1.11.1",
11925 "chrono",
11926 "pbjson",
11927 "pbjson-build",
11928 "prost 0.12.6",
11929 "prost-build 0.12.6",
11930 "serde",
11931]
11932
11933[[package]]
11934name = "pbkdf2"
11935version = "0.11.0"
11936source = "registry+https://github.com/rust-lang/crates.io-index"
11937checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
11938dependencies = [
11939 "digest",
11940 "hmac",
11941 "password-hash",
11942 "sha2",
11943]
11944
11945[[package]]
11946name = "pbkdf2"
11947version = "0.12.2"
11948source = "registry+https://github.com/rust-lang/crates.io-index"
11949checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
11950dependencies = [
11951 "digest",
11952 "hmac",
11953]
11954
11955[[package]]
11956name = "pciid-parser"
11957version = "0.8.0"
11958source = "registry+https://github.com/rust-lang/crates.io-index"
11959checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
11960
11961[[package]]
11962name = "peg"
11963version = "0.8.5"
11964source = "registry+https://github.com/rust-lang/crates.io-index"
11965checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
11966dependencies = [
11967 "peg-macros",
11968 "peg-runtime",
11969]
11970
11971[[package]]
11972name = "peg-macros"
11973version = "0.8.5"
11974source = "registry+https://github.com/rust-lang/crates.io-index"
11975checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
11976dependencies = [
11977 "peg-runtime",
11978 "proc-macro2",
11979 "quote",
11980]
11981
11982[[package]]
11983name = "peg-runtime"
11984version = "0.8.5"
11985source = "registry+https://github.com/rust-lang/crates.io-index"
11986checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
11987
11988[[package]]
11989name = "pem"
11990version = "3.0.6"
11991source = "registry+https://github.com/rust-lang/crates.io-index"
11992checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
11993dependencies = [
11994 "base64 0.22.1",
11995 "serde_core",
11996]
11997
11998[[package]]
11999name = "pem-rfc7468"
12000version = "0.7.0"
12001source = "registry+https://github.com/rust-lang/crates.io-index"
12002checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12003dependencies = [
12004 "base64ct",
12005]
12006
12007[[package]]
12008name = "percent-encoding"
12009version = "2.3.2"
12010source = "registry+https://github.com/rust-lang/crates.io-index"
12011checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12012
12013[[package]]
12014name = "perf"
12015version = "0.1.0"
12016dependencies = [
12017 "collections",
12018 "serde",
12019 "serde_json",
12020]
12021
12022[[package]]
12023name = "pest"
12024version = "2.8.3"
12025source = "registry+https://github.com/rust-lang/crates.io-index"
12026checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12027dependencies = [
12028 "memchr",
12029 "ucd-trie",
12030]
12031
12032[[package]]
12033name = "pest_derive"
12034version = "2.8.3"
12035source = "registry+https://github.com/rust-lang/crates.io-index"
12036checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12037dependencies = [
12038 "pest",
12039 "pest_generator",
12040]
12041
12042[[package]]
12043name = "pest_generator"
12044version = "2.8.3"
12045source = "registry+https://github.com/rust-lang/crates.io-index"
12046checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12047dependencies = [
12048 "pest",
12049 "pest_meta",
12050 "proc-macro2",
12051 "quote",
12052 "syn 2.0.117",
12053]
12054
12055[[package]]
12056name = "pest_meta"
12057version = "2.8.3"
12058source = "registry+https://github.com/rust-lang/crates.io-index"
12059checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12060dependencies = [
12061 "pest",
12062 "sha2",
12063]
12064
12065[[package]]
12066name = "pet"
12067version = "0.1.0"
12068source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12069dependencies = [
12070 "clap",
12071 "env_logger 0.10.2",
12072 "lazy_static",
12073 "log",
12074 "msvc_spectre_libs",
12075 "pet-conda",
12076 "pet-core",
12077 "pet-env-var-path",
12078 "pet-fs",
12079 "pet-global-virtualenvs",
12080 "pet-homebrew",
12081 "pet-jsonrpc",
12082 "pet-linux-global-python",
12083 "pet-mac-commandlinetools",
12084 "pet-mac-python-org",
12085 "pet-mac-xcode",
12086 "pet-pipenv",
12087 "pet-pixi",
12088 "pet-poetry",
12089 "pet-pyenv",
12090 "pet-python-utils",
12091 "pet-reporter",
12092 "pet-telemetry",
12093 "pet-uv",
12094 "pet-venv",
12095 "pet-virtualenv",
12096 "pet-virtualenvwrapper",
12097 "pet-windows-registry",
12098 "pet-windows-store",
12099 "pet-winpython",
12100 "serde",
12101 "serde_json",
12102 "tracing",
12103 "tracing-subscriber",
12104 "winresource",
12105]
12106
12107[[package]]
12108name = "pet-conda"
12109version = "0.1.0"
12110source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12111dependencies = [
12112 "env_logger 0.10.2",
12113 "lazy_static",
12114 "log",
12115 "msvc_spectre_libs",
12116 "pet-core",
12117 "pet-fs",
12118 "pet-python-utils",
12119 "pet-reporter",
12120 "rayon",
12121 "regex",
12122 "serde",
12123 "serde_json",
12124 "yaml-rust2",
12125]
12126
12127[[package]]
12128name = "pet-core"
12129version = "0.1.0"
12130source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12131dependencies = [
12132 "clap",
12133 "lazy_static",
12134 "log",
12135 "msvc_spectre_libs",
12136 "pet-fs",
12137 "regex",
12138 "serde",
12139 "serde_json",
12140]
12141
12142[[package]]
12143name = "pet-env-var-path"
12144version = "0.1.0"
12145source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12146dependencies = [
12147 "lazy_static",
12148 "log",
12149 "msvc_spectre_libs",
12150 "pet-conda",
12151 "pet-core",
12152 "pet-fs",
12153 "pet-python-utils",
12154 "pet-virtualenv",
12155 "regex",
12156]
12157
12158[[package]]
12159name = "pet-fs"
12160version = "0.1.0"
12161source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12162dependencies = [
12163 "glob",
12164 "log",
12165 "msvc_spectre_libs",
12166 "windows-sys 0.59.0",
12167]
12168
12169[[package]]
12170name = "pet-global-virtualenvs"
12171version = "0.1.0"
12172source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12173dependencies = [
12174 "log",
12175 "msvc_spectre_libs",
12176 "pet-conda",
12177 "pet-core",
12178 "pet-fs",
12179 "pet-virtualenv",
12180]
12181
12182[[package]]
12183name = "pet-homebrew"
12184version = "0.1.0"
12185source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12186dependencies = [
12187 "lazy_static",
12188 "log",
12189 "msvc_spectre_libs",
12190 "pet-conda",
12191 "pet-core",
12192 "pet-fs",
12193 "pet-python-utils",
12194 "pet-virtualenv",
12195 "rayon",
12196 "regex",
12197 "serde",
12198 "serde_json",
12199]
12200
12201[[package]]
12202name = "pet-jsonrpc"
12203version = "0.1.0"
12204source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12205dependencies = [
12206 "env_logger 0.10.2",
12207 "log",
12208 "msvc_spectre_libs",
12209 "pet-core",
12210 "serde",
12211 "serde_json",
12212]
12213
12214[[package]]
12215name = "pet-linux-global-python"
12216version = "0.1.0"
12217source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12218dependencies = [
12219 "log",
12220 "msvc_spectre_libs",
12221 "pet-core",
12222 "pet-fs",
12223 "pet-python-utils",
12224 "pet-virtualenv",
12225]
12226
12227[[package]]
12228name = "pet-mac-commandlinetools"
12229version = "0.1.0"
12230source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12231dependencies = [
12232 "log",
12233 "msvc_spectre_libs",
12234 "pet-core",
12235 "pet-fs",
12236 "pet-python-utils",
12237 "pet-virtualenv",
12238]
12239
12240[[package]]
12241name = "pet-mac-python-org"
12242version = "0.1.0"
12243source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12244dependencies = [
12245 "log",
12246 "msvc_spectre_libs",
12247 "pet-core",
12248 "pet-fs",
12249 "pet-python-utils",
12250 "pet-virtualenv",
12251]
12252
12253[[package]]
12254name = "pet-mac-xcode"
12255version = "0.1.0"
12256source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12257dependencies = [
12258 "log",
12259 "msvc_spectre_libs",
12260 "pet-core",
12261 "pet-fs",
12262 "pet-python-utils",
12263 "pet-virtualenv",
12264]
12265
12266[[package]]
12267name = "pet-pipenv"
12268version = "0.1.0"
12269source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12270dependencies = [
12271 "lazy_static",
12272 "log",
12273 "msvc_spectre_libs",
12274 "pet-core",
12275 "pet-fs",
12276 "pet-python-utils",
12277 "pet-virtualenv",
12278 "regex",
12279]
12280
12281[[package]]
12282name = "pet-pixi"
12283version = "0.1.0"
12284source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12285dependencies = [
12286 "log",
12287 "msvc_spectre_libs",
12288 "pet-conda",
12289 "pet-core",
12290 "pet-python-utils",
12291]
12292
12293[[package]]
12294name = "pet-poetry"
12295version = "0.1.0"
12296source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12297dependencies = [
12298 "base64 0.22.1",
12299 "lazy_static",
12300 "log",
12301 "msvc_spectre_libs",
12302 "pet-core",
12303 "pet-fs",
12304 "pet-python-utils",
12305 "pet-reporter",
12306 "pet-virtualenv",
12307 "regex",
12308 "serde",
12309 "serde_json",
12310 "sha2",
12311 "toml 0.8.23",
12312]
12313
12314[[package]]
12315name = "pet-pyenv"
12316version = "0.1.0"
12317source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12318dependencies = [
12319 "lazy_static",
12320 "log",
12321 "msvc_spectre_libs",
12322 "pet-conda",
12323 "pet-core",
12324 "pet-fs",
12325 "pet-python-utils",
12326 "pet-reporter",
12327 "regex",
12328 "serde",
12329 "serde_json",
12330]
12331
12332[[package]]
12333name = "pet-python-utils"
12334version = "0.1.0"
12335source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12336dependencies = [
12337 "env_logger 0.10.2",
12338 "lazy_static",
12339 "log",
12340 "msvc_spectre_libs",
12341 "pet-core",
12342 "pet-fs",
12343 "regex",
12344 "serde",
12345 "serde_json",
12346 "sha2",
12347]
12348
12349[[package]]
12350name = "pet-reporter"
12351version = "0.1.0"
12352source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12353dependencies = [
12354 "env_logger 0.10.2",
12355 "log",
12356 "msvc_spectre_libs",
12357 "pet-core",
12358 "pet-jsonrpc",
12359 "serde",
12360 "serde_json",
12361]
12362
12363[[package]]
12364name = "pet-telemetry"
12365version = "0.1.0"
12366source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12367dependencies = [
12368 "env_logger 0.10.2",
12369 "lazy_static",
12370 "log",
12371 "msvc_spectre_libs",
12372 "pet-core",
12373 "pet-fs",
12374 "pet-python-utils",
12375 "regex",
12376]
12377
12378[[package]]
12379name = "pet-uv"
12380version = "0.1.0"
12381source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12382dependencies = [
12383 "log",
12384 "pet-core",
12385 "pet-python-utils",
12386 "serde",
12387 "toml 0.9.8",
12388]
12389
12390[[package]]
12391name = "pet-venv"
12392version = "0.1.0"
12393source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12394dependencies = [
12395 "log",
12396 "msvc_spectre_libs",
12397 "pet-core",
12398 "pet-python-utils",
12399 "pet-virtualenv",
12400]
12401
12402[[package]]
12403name = "pet-virtualenv"
12404version = "0.1.0"
12405source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12406dependencies = [
12407 "log",
12408 "msvc_spectre_libs",
12409 "pet-core",
12410 "pet-fs",
12411 "pet-python-utils",
12412]
12413
12414[[package]]
12415name = "pet-virtualenvwrapper"
12416version = "0.1.0"
12417source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12418dependencies = [
12419 "log",
12420 "msvc_spectre_libs",
12421 "pet-core",
12422 "pet-fs",
12423 "pet-python-utils",
12424 "pet-virtualenv",
12425]
12426
12427[[package]]
12428name = "pet-windows-registry"
12429version = "0.1.0"
12430source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12431dependencies = [
12432 "lazy_static",
12433 "log",
12434 "msvc_spectre_libs",
12435 "pet-conda",
12436 "pet-core",
12437 "pet-fs",
12438 "pet-python-utils",
12439 "pet-virtualenv",
12440 "pet-windows-store",
12441 "regex",
12442 "winreg 0.55.0",
12443]
12444
12445[[package]]
12446name = "pet-windows-store"
12447version = "0.1.0"
12448source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12449dependencies = [
12450 "lazy_static",
12451 "log",
12452 "msvc_spectre_libs",
12453 "pet-core",
12454 "pet-fs",
12455 "pet-python-utils",
12456 "pet-virtualenv",
12457 "regex",
12458 "winreg 0.55.0",
12459]
12460
12461[[package]]
12462name = "pet-winpython"
12463version = "0.1.0"
12464source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12465dependencies = [
12466 "lazy_static",
12467 "log",
12468 "pet-core",
12469 "pet-fs",
12470 "pet-python-utils",
12471 "pet-virtualenv",
12472 "regex",
12473]
12474
12475[[package]]
12476name = "petgraph"
12477version = "0.6.5"
12478source = "registry+https://github.com/rust-lang/crates.io-index"
12479checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12480dependencies = [
12481 "fixedbitset 0.4.2",
12482 "indexmap",
12483]
12484
12485[[package]]
12486name = "pgvector"
12487version = "0.4.1"
12488source = "registry+https://github.com/rust-lang/crates.io-index"
12489checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12490dependencies = [
12491 "serde",
12492]
12493
12494[[package]]
12495name = "phf"
12496version = "0.11.3"
12497source = "registry+https://github.com/rust-lang/crates.io-index"
12498checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12499dependencies = [
12500 "phf_macros 0.11.3",
12501 "phf_shared 0.11.3",
12502]
12503
12504[[package]]
12505name = "phf"
12506version = "0.12.1"
12507source = "registry+https://github.com/rust-lang/crates.io-index"
12508checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12509dependencies = [
12510 "phf_macros 0.12.1",
12511 "phf_shared 0.12.1",
12512]
12513
12514[[package]]
12515name = "phf_codegen"
12516version = "0.11.3"
12517source = "registry+https://github.com/rust-lang/crates.io-index"
12518checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12519dependencies = [
12520 "phf_generator 0.11.3",
12521 "phf_shared 0.11.3",
12522]
12523
12524[[package]]
12525name = "phf_generator"
12526version = "0.11.3"
12527source = "registry+https://github.com/rust-lang/crates.io-index"
12528checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12529dependencies = [
12530 "phf_shared 0.11.3",
12531 "rand 0.8.5",
12532]
12533
12534[[package]]
12535name = "phf_generator"
12536version = "0.12.1"
12537source = "registry+https://github.com/rust-lang/crates.io-index"
12538checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12539dependencies = [
12540 "fastrand 2.3.0",
12541 "phf_shared 0.12.1",
12542]
12543
12544[[package]]
12545name = "phf_macros"
12546version = "0.11.3"
12547source = "registry+https://github.com/rust-lang/crates.io-index"
12548checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12549dependencies = [
12550 "phf_generator 0.11.3",
12551 "phf_shared 0.11.3",
12552 "proc-macro2",
12553 "quote",
12554 "syn 2.0.117",
12555]
12556
12557[[package]]
12558name = "phf_macros"
12559version = "0.12.1"
12560source = "registry+https://github.com/rust-lang/crates.io-index"
12561checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12562dependencies = [
12563 "phf_generator 0.12.1",
12564 "phf_shared 0.12.1",
12565 "proc-macro2",
12566 "quote",
12567 "syn 2.0.117",
12568]
12569
12570[[package]]
12571name = "phf_shared"
12572version = "0.11.3"
12573source = "registry+https://github.com/rust-lang/crates.io-index"
12574checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12575dependencies = [
12576 "siphasher 1.0.1",
12577]
12578
12579[[package]]
12580name = "phf_shared"
12581version = "0.12.1"
12582source = "registry+https://github.com/rust-lang/crates.io-index"
12583checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12584dependencies = [
12585 "siphasher 1.0.1",
12586]
12587
12588[[package]]
12589name = "picker"
12590version = "0.1.0"
12591dependencies = [
12592 "anyhow",
12593 "editor",
12594 "gpui",
12595 "menu",
12596 "schemars",
12597 "serde",
12598 "settings",
12599 "theme",
12600 "theme_settings",
12601 "ui",
12602 "ui_input",
12603 "workspace",
12604 "zed_actions",
12605]
12606
12607[[package]]
12608name = "pico-args"
12609version = "0.5.0"
12610source = "registry+https://github.com/rust-lang/crates.io-index"
12611checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12612
12613[[package]]
12614name = "pin-project"
12615version = "1.1.10"
12616source = "registry+https://github.com/rust-lang/crates.io-index"
12617checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12618dependencies = [
12619 "pin-project-internal",
12620]
12621
12622[[package]]
12623name = "pin-project-internal"
12624version = "1.1.10"
12625source = "registry+https://github.com/rust-lang/crates.io-index"
12626checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12627dependencies = [
12628 "proc-macro2",
12629 "quote",
12630 "syn 2.0.117",
12631]
12632
12633[[package]]
12634name = "pin-project-lite"
12635version = "0.2.16"
12636source = "registry+https://github.com/rust-lang/crates.io-index"
12637checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12638
12639[[package]]
12640name = "pin-utils"
12641version = "0.1.0"
12642source = "registry+https://github.com/rust-lang/crates.io-index"
12643checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12644
12645[[package]]
12646name = "piper"
12647version = "0.2.4"
12648source = "registry+https://github.com/rust-lang/crates.io-index"
12649checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12650dependencies = [
12651 "atomic-waker",
12652 "fastrand 2.3.0",
12653 "futures-io",
12654]
12655
12656[[package]]
12657name = "pkcs1"
12658version = "0.7.5"
12659source = "registry+https://github.com/rust-lang/crates.io-index"
12660checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12661dependencies = [
12662 "der 0.7.10",
12663 "pkcs8 0.10.2",
12664 "spki 0.7.3",
12665]
12666
12667[[package]]
12668name = "pkcs8"
12669version = "0.9.0"
12670source = "registry+https://github.com/rust-lang/crates.io-index"
12671checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12672dependencies = [
12673 "der 0.6.1",
12674 "spki 0.6.0",
12675]
12676
12677[[package]]
12678name = "pkcs8"
12679version = "0.10.2"
12680source = "registry+https://github.com/rust-lang/crates.io-index"
12681checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12682dependencies = [
12683 "der 0.7.10",
12684 "spki 0.7.3",
12685]
12686
12687[[package]]
12688name = "pkg-config"
12689version = "0.3.32"
12690source = "registry+https://github.com/rust-lang/crates.io-index"
12691checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12692
12693[[package]]
12694name = "plain"
12695version = "0.2.3"
12696source = "registry+https://github.com/rust-lang/crates.io-index"
12697checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12698
12699[[package]]
12700name = "platform_title_bar"
12701version = "0.1.0"
12702dependencies = [
12703 "feature_flags",
12704 "gpui",
12705 "project",
12706 "settings",
12707 "smallvec",
12708 "theme",
12709 "theme_settings",
12710 "ui",
12711 "windows 0.61.3",
12712 "workspace",
12713 "zed_actions",
12714]
12715
12716[[package]]
12717name = "plist"
12718version = "1.8.0"
12719source = "registry+https://github.com/rust-lang/crates.io-index"
12720checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12721dependencies = [
12722 "base64 0.22.1",
12723 "indexmap",
12724 "quick-xml 0.38.3",
12725 "serde",
12726 "time",
12727]
12728
12729[[package]]
12730name = "plotters"
12731version = "0.3.7"
12732source = "registry+https://github.com/rust-lang/crates.io-index"
12733checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12734dependencies = [
12735 "num-traits",
12736 "plotters-backend",
12737 "plotters-svg",
12738 "wasm-bindgen",
12739 "web-sys",
12740]
12741
12742[[package]]
12743name = "plotters-backend"
12744version = "0.3.7"
12745source = "registry+https://github.com/rust-lang/crates.io-index"
12746checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12747
12748[[package]]
12749name = "plotters-svg"
12750version = "0.3.7"
12751source = "registry+https://github.com/rust-lang/crates.io-index"
12752checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
12753dependencies = [
12754 "plotters-backend",
12755]
12756
12757[[package]]
12758name = "png"
12759version = "0.17.16"
12760source = "registry+https://github.com/rust-lang/crates.io-index"
12761checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12762dependencies = [
12763 "bitflags 1.3.2",
12764 "crc32fast",
12765 "fdeflate",
12766 "flate2",
12767 "miniz_oxide",
12768]
12769
12770[[package]]
12771name = "png"
12772version = "0.18.0"
12773source = "registry+https://github.com/rust-lang/crates.io-index"
12774checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12775dependencies = [
12776 "bitflags 2.10.0",
12777 "crc32fast",
12778 "fdeflate",
12779 "flate2",
12780 "miniz_oxide",
12781]
12782
12783[[package]]
12784name = "polling"
12785version = "3.11.0"
12786source = "registry+https://github.com/rust-lang/crates.io-index"
12787checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
12788dependencies = [
12789 "cfg-if",
12790 "concurrent-queue",
12791 "hermit-abi",
12792 "pin-project-lite",
12793 "rustix 1.1.2",
12794 "windows-sys 0.61.2",
12795]
12796
12797[[package]]
12798name = "pollster"
12799version = "0.2.5"
12800source = "registry+https://github.com/rust-lang/crates.io-index"
12801checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
12802
12803[[package]]
12804name = "pollster"
12805version = "0.4.0"
12806source = "registry+https://github.com/rust-lang/crates.io-index"
12807checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
12808
12809[[package]]
12810name = "pori"
12811version = "0.0.0"
12812source = "registry+https://github.com/rust-lang/crates.io-index"
12813checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
12814dependencies = [
12815 "nom 7.1.3",
12816]
12817
12818[[package]]
12819name = "portable-atomic"
12820version = "1.11.1"
12821source = "registry+https://github.com/rust-lang/crates.io-index"
12822checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
12823
12824[[package]]
12825name = "portable-atomic-util"
12826version = "0.2.4"
12827source = "registry+https://github.com/rust-lang/crates.io-index"
12828checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
12829dependencies = [
12830 "portable-atomic",
12831]
12832
12833[[package]]
12834name = "portable-pty"
12835version = "0.9.0"
12836source = "registry+https://github.com/rust-lang/crates.io-index"
12837checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
12838dependencies = [
12839 "anyhow",
12840 "bitflags 1.3.2",
12841 "downcast-rs",
12842 "filedescriptor",
12843 "lazy_static",
12844 "libc",
12845 "log",
12846 "nix 0.28.0",
12847 "serial2",
12848 "shared_library",
12849 "shell-words",
12850 "winapi",
12851 "winreg 0.10.1",
12852]
12853
12854[[package]]
12855name = "postage"
12856version = "0.5.0"
12857source = "registry+https://github.com/rust-lang/crates.io-index"
12858checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
12859dependencies = [
12860 "atomic",
12861 "crossbeam-queue",
12862 "futures 0.3.32",
12863 "log",
12864 "parking_lot",
12865 "pin-project",
12866 "pollster 0.2.5",
12867 "static_assertions",
12868 "thiserror 1.0.69",
12869]
12870
12871[[package]]
12872name = "postcard"
12873version = "1.1.3"
12874source = "registry+https://github.com/rust-lang/crates.io-index"
12875checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
12876dependencies = [
12877 "cobs",
12878 "embedded-io 0.4.0",
12879 "embedded-io 0.6.1",
12880 "serde",
12881]
12882
12883[[package]]
12884name = "potential_utf"
12885version = "0.1.3"
12886source = "registry+https://github.com/rust-lang/crates.io-index"
12887checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
12888dependencies = [
12889 "zerovec",
12890]
12891
12892[[package]]
12893name = "powerfmt"
12894version = "0.2.0"
12895source = "registry+https://github.com/rust-lang/crates.io-index"
12896checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
12897
12898[[package]]
12899name = "ppv-lite86"
12900version = "0.2.21"
12901source = "registry+https://github.com/rust-lang/crates.io-index"
12902checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
12903dependencies = [
12904 "zerocopy",
12905]
12906
12907[[package]]
12908name = "precomputed-hash"
12909version = "0.1.1"
12910source = "registry+https://github.com/rust-lang/crates.io-index"
12911checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
12912
12913[[package]]
12914name = "presser"
12915version = "0.3.1"
12916source = "registry+https://github.com/rust-lang/crates.io-index"
12917checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
12918
12919[[package]]
12920name = "prettier"
12921version = "0.1.0"
12922dependencies = [
12923 "anyhow",
12924 "collections",
12925 "fs",
12926 "gpui",
12927 "language",
12928 "log",
12929 "lsp",
12930 "node_runtime",
12931 "parking_lot",
12932 "paths",
12933 "serde",
12934 "serde_json",
12935 "util",
12936]
12937
12938[[package]]
12939name = "pretty_assertions"
12940version = "1.4.1"
12941source = "registry+https://github.com/rust-lang/crates.io-index"
12942checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
12943dependencies = [
12944 "diff",
12945 "yansi",
12946]
12947
12948[[package]]
12949name = "prettyplease"
12950version = "0.2.37"
12951source = "registry+https://github.com/rust-lang/crates.io-index"
12952checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
12953dependencies = [
12954 "proc-macro2",
12955 "syn 2.0.117",
12956]
12957
12958[[package]]
12959name = "primal-check"
12960version = "0.3.4"
12961source = "registry+https://github.com/rust-lang/crates.io-index"
12962checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
12963dependencies = [
12964 "num-integer",
12965]
12966
12967[[package]]
12968name = "proc-macro-crate"
12969version = "3.4.0"
12970source = "registry+https://github.com/rust-lang/crates.io-index"
12971checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
12972dependencies = [
12973 "toml_edit 0.23.7",
12974]
12975
12976[[package]]
12977name = "proc-macro-error"
12978version = "1.0.4"
12979source = "registry+https://github.com/rust-lang/crates.io-index"
12980checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
12981dependencies = [
12982 "proc-macro-error-attr",
12983 "proc-macro2",
12984 "quote",
12985 "syn 1.0.109",
12986 "version_check",
12987]
12988
12989[[package]]
12990name = "proc-macro-error-attr"
12991version = "1.0.4"
12992source = "registry+https://github.com/rust-lang/crates.io-index"
12993checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
12994dependencies = [
12995 "proc-macro2",
12996 "quote",
12997 "version_check",
12998]
12999
13000[[package]]
13001name = "proc-macro-error-attr2"
13002version = "2.0.0"
13003source = "registry+https://github.com/rust-lang/crates.io-index"
13004checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13005dependencies = [
13006 "proc-macro2",
13007 "quote",
13008]
13009
13010[[package]]
13011name = "proc-macro-error2"
13012version = "2.0.1"
13013source = "registry+https://github.com/rust-lang/crates.io-index"
13014checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13015dependencies = [
13016 "proc-macro-error-attr2",
13017 "proc-macro2",
13018 "quote",
13019 "syn 2.0.117",
13020]
13021
13022[[package]]
13023name = "proc-macro2"
13024version = "1.0.101"
13025source = "registry+https://github.com/rust-lang/crates.io-index"
13026checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13027dependencies = [
13028 "unicode-ident",
13029]
13030
13031[[package]]
13032name = "proc-macro2-diagnostics"
13033version = "0.10.1"
13034source = "registry+https://github.com/rust-lang/crates.io-index"
13035checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13036dependencies = [
13037 "proc-macro2",
13038 "quote",
13039 "syn 2.0.117",
13040 "version_check",
13041 "yansi",
13042]
13043
13044[[package]]
13045name = "procfs-core"
13046version = "0.17.0"
13047source = "registry+https://github.com/rust-lang/crates.io-index"
13048checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13049dependencies = [
13050 "bitflags 2.10.0",
13051 "hex",
13052 "serde",
13053]
13054
13055[[package]]
13056name = "profiling"
13057version = "1.0.17"
13058source = "registry+https://github.com/rust-lang/crates.io-index"
13059checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13060dependencies = [
13061 "profiling-procmacros",
13062]
13063
13064[[package]]
13065name = "profiling-procmacros"
13066version = "1.0.17"
13067source = "registry+https://github.com/rust-lang/crates.io-index"
13068checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13069dependencies = [
13070 "quote",
13071 "syn 2.0.117",
13072]
13073
13074[[package]]
13075name = "project"
13076version = "0.1.0"
13077dependencies = [
13078 "aho-corasick",
13079 "anyhow",
13080 "askpass",
13081 "async-trait",
13082 "base64 0.22.1",
13083 "buffer_diff",
13084 "circular-buffer",
13085 "client",
13086 "clock",
13087 "collections",
13088 "context_server",
13089 "credentials_provider",
13090 "dap",
13091 "encoding_rs",
13092 "extension",
13093 "fancy-regex 0.17.0",
13094 "fs",
13095 "futures 0.3.32",
13096 "fuzzy",
13097 "git",
13098 "git2",
13099 "git_hosting_providers",
13100 "globset",
13101 "gpui",
13102 "http_client",
13103 "image",
13104 "indexmap",
13105 "itertools 0.14.0",
13106 "language",
13107 "log",
13108 "lsp",
13109 "markdown",
13110 "node_runtime",
13111 "parking_lot",
13112 "paths",
13113 "percent-encoding",
13114 "postage",
13115 "prettier",
13116 "pretty_assertions",
13117 "project",
13118 "rand 0.9.2",
13119 "regex",
13120 "release_channel",
13121 "remote",
13122 "rpc",
13123 "schemars",
13124 "semver",
13125 "serde",
13126 "serde_json",
13127 "settings",
13128 "sha2",
13129 "shellexpand 2.1.2",
13130 "smallvec",
13131 "smol",
13132 "snippet",
13133 "snippet_provider",
13134 "sum_tree",
13135 "task",
13136 "tempfile",
13137 "terminal",
13138 "text",
13139 "toml 0.8.23",
13140 "tracing",
13141 "unindent",
13142 "url",
13143 "util",
13144 "watch",
13145 "wax",
13146 "which 6.0.3",
13147 "worktree",
13148 "zed_credentials_provider",
13149 "zeroize",
13150 "zlog",
13151 "ztracing",
13152]
13153
13154[[package]]
13155name = "project_benchmarks"
13156version = "0.1.0"
13157dependencies = [
13158 "anyhow",
13159 "askpass",
13160 "clap",
13161 "client",
13162 "futures 0.3.32",
13163 "gpui",
13164 "gpui_platform",
13165 "http_client",
13166 "language",
13167 "node_runtime",
13168 "project",
13169 "release_channel",
13170 "remote",
13171 "rpassword",
13172 "semver",
13173 "settings",
13174 "watch",
13175]
13176
13177[[package]]
13178name = "project_panel"
13179version = "0.1.0"
13180dependencies = [
13181 "anyhow",
13182 "client",
13183 "collections",
13184 "command_palette_hooks",
13185 "criterion",
13186 "editor",
13187 "feature_flags",
13188 "file_icons",
13189 "git",
13190 "git_ui",
13191 "gpui",
13192 "itertools 0.14.0",
13193 "language",
13194 "menu",
13195 "notifications",
13196 "pretty_assertions",
13197 "project",
13198 "rayon",
13199 "remote_connection",
13200 "schemars",
13201 "search",
13202 "serde",
13203 "serde_json",
13204 "settings",
13205 "smallvec",
13206 "telemetry",
13207 "tempfile",
13208 "theme",
13209 "theme_settings",
13210 "ui",
13211 "util",
13212 "workspace",
13213 "worktree",
13214 "zed_actions",
13215]
13216
13217[[package]]
13218name = "project_symbols"
13219version = "0.1.0"
13220dependencies = [
13221 "anyhow",
13222 "editor",
13223 "futures 0.3.32",
13224 "fuzzy",
13225 "gpui",
13226 "language",
13227 "lsp",
13228 "ordered-float 2.10.1",
13229 "picker",
13230 "project",
13231 "release_channel",
13232 "semver",
13233 "serde_json",
13234 "settings",
13235 "theme",
13236 "theme_settings",
13237 "util",
13238 "workspace",
13239]
13240
13241[[package]]
13242name = "prometheus"
13243version = "0.14.0"
13244source = "registry+https://github.com/rust-lang/crates.io-index"
13245checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13246dependencies = [
13247 "cfg-if",
13248 "fnv",
13249 "lazy_static",
13250 "memchr",
13251 "parking_lot",
13252 "protobuf",
13253 "thiserror 2.0.17",
13254]
13255
13256[[package]]
13257name = "prompt_store"
13258version = "0.1.0"
13259dependencies = [
13260 "anyhow",
13261 "assets",
13262 "chrono",
13263 "collections",
13264 "fs",
13265 "futures 0.3.32",
13266 "fuzzy",
13267 "gpui",
13268 "handlebars 4.5.0",
13269 "heed",
13270 "language",
13271 "log",
13272 "parking_lot",
13273 "paths",
13274 "rope",
13275 "serde",
13276 "strum 0.27.2",
13277 "tempfile",
13278 "text",
13279 "util",
13280 "uuid",
13281]
13282
13283[[package]]
13284name = "proptest"
13285version = "1.10.0"
13286source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13287dependencies = [
13288 "bit-set 0.8.0",
13289 "bit-vec 0.8.0",
13290 "bitflags 2.10.0",
13291 "num-traits",
13292 "proptest-macro",
13293 "rand 0.9.2",
13294 "rand_chacha 0.9.0",
13295 "rand_xorshift",
13296 "regex-syntax",
13297 "rusty-fork",
13298 "tempfile",
13299 "unarray",
13300]
13301
13302[[package]]
13303name = "proptest-derive"
13304version = "0.8.0"
13305source = "registry+https://github.com/rust-lang/crates.io-index"
13306checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13307dependencies = [
13308 "proc-macro2",
13309 "quote",
13310 "syn 2.0.117",
13311]
13312
13313[[package]]
13314name = "proptest-macro"
13315version = "0.5.0"
13316source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13317dependencies = [
13318 "convert_case 0.11.0",
13319 "proc-macro2",
13320 "quote",
13321 "syn 2.0.117",
13322]
13323
13324[[package]]
13325name = "prost"
13326version = "0.9.0"
13327source = "registry+https://github.com/rust-lang/crates.io-index"
13328checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13329dependencies = [
13330 "bytes 1.11.1",
13331 "prost-derive 0.9.0",
13332]
13333
13334[[package]]
13335name = "prost"
13336version = "0.12.6"
13337source = "registry+https://github.com/rust-lang/crates.io-index"
13338checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13339dependencies = [
13340 "bytes 1.11.1",
13341 "prost-derive 0.12.6",
13342]
13343
13344[[package]]
13345name = "prost-build"
13346version = "0.9.0"
13347source = "registry+https://github.com/rust-lang/crates.io-index"
13348checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13349dependencies = [
13350 "bytes 1.11.1",
13351 "heck 0.3.3",
13352 "itertools 0.10.5",
13353 "lazy_static",
13354 "log",
13355 "multimap",
13356 "petgraph",
13357 "prost 0.9.0",
13358 "prost-types 0.9.0",
13359 "regex",
13360 "tempfile",
13361 "which 4.4.2",
13362]
13363
13364[[package]]
13365name = "prost-build"
13366version = "0.12.6"
13367source = "registry+https://github.com/rust-lang/crates.io-index"
13368checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13369dependencies = [
13370 "bytes 1.11.1",
13371 "heck 0.5.0",
13372 "itertools 0.12.1",
13373 "log",
13374 "multimap",
13375 "once_cell",
13376 "petgraph",
13377 "prettyplease",
13378 "prost 0.12.6",
13379 "prost-types 0.12.6",
13380 "regex",
13381 "syn 2.0.117",
13382 "tempfile",
13383]
13384
13385[[package]]
13386name = "prost-derive"
13387version = "0.9.0"
13388source = "registry+https://github.com/rust-lang/crates.io-index"
13389checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13390dependencies = [
13391 "anyhow",
13392 "itertools 0.10.5",
13393 "proc-macro2",
13394 "quote",
13395 "syn 1.0.109",
13396]
13397
13398[[package]]
13399name = "prost-derive"
13400version = "0.12.6"
13401source = "registry+https://github.com/rust-lang/crates.io-index"
13402checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13403dependencies = [
13404 "anyhow",
13405 "itertools 0.12.1",
13406 "proc-macro2",
13407 "quote",
13408 "syn 2.0.117",
13409]
13410
13411[[package]]
13412name = "prost-types"
13413version = "0.9.0"
13414source = "registry+https://github.com/rust-lang/crates.io-index"
13415checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13416dependencies = [
13417 "bytes 1.11.1",
13418 "prost 0.9.0",
13419]
13420
13421[[package]]
13422name = "prost-types"
13423version = "0.12.6"
13424source = "registry+https://github.com/rust-lang/crates.io-index"
13425checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13426dependencies = [
13427 "prost 0.12.6",
13428]
13429
13430[[package]]
13431name = "proto"
13432version = "0.1.0"
13433dependencies = [
13434 "anyhow",
13435 "prost 0.9.0",
13436 "prost-build 0.9.0",
13437 "serde",
13438]
13439
13440[[package]]
13441name = "protobuf"
13442version = "3.7.2"
13443source = "registry+https://github.com/rust-lang/crates.io-index"
13444checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13445dependencies = [
13446 "once_cell",
13447 "protobuf-support",
13448 "thiserror 1.0.69",
13449]
13450
13451[[package]]
13452name = "protobuf-support"
13453version = "3.7.2"
13454source = "registry+https://github.com/rust-lang/crates.io-index"
13455checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13456dependencies = [
13457 "thiserror 1.0.69",
13458]
13459
13460[[package]]
13461name = "psm"
13462version = "0.1.30"
13463source = "registry+https://github.com/rust-lang/crates.io-index"
13464checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13465dependencies = [
13466 "ar_archive_writer",
13467 "cc",
13468]
13469
13470[[package]]
13471name = "ptr_meta"
13472version = "0.1.4"
13473source = "registry+https://github.com/rust-lang/crates.io-index"
13474checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13475dependencies = [
13476 "ptr_meta_derive",
13477]
13478
13479[[package]]
13480name = "ptr_meta_derive"
13481version = "0.1.4"
13482source = "registry+https://github.com/rust-lang/crates.io-index"
13483checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13484dependencies = [
13485 "proc-macro2",
13486 "quote",
13487 "syn 1.0.109",
13488]
13489
13490[[package]]
13491name = "pulldown-cmark"
13492version = "0.10.3"
13493source = "registry+https://github.com/rust-lang/crates.io-index"
13494checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13495dependencies = [
13496 "bitflags 2.10.0",
13497 "memchr",
13498 "pulldown-cmark-escape",
13499 "unicase",
13500]
13501
13502[[package]]
13503name = "pulldown-cmark"
13504version = "0.13.0"
13505source = "registry+https://github.com/rust-lang/crates.io-index"
13506checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13507dependencies = [
13508 "bitflags 2.10.0",
13509 "memchr",
13510 "unicase",
13511]
13512
13513[[package]]
13514name = "pulldown-cmark-escape"
13515version = "0.10.1"
13516source = "registry+https://github.com/rust-lang/crates.io-index"
13517checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13518
13519[[package]]
13520name = "pulley-interpreter"
13521version = "36.0.6"
13522source = "registry+https://github.com/rust-lang/crates.io-index"
13523checksum = "499d922aa0f9faac8d92351416664f1b7acd914008a90fce2f0516d31efddf67"
13524dependencies = [
13525 "cranelift-bitset",
13526 "log",
13527 "pulley-macros",
13528 "wasmtime-internal-math",
13529]
13530
13531[[package]]
13532name = "pulley-macros"
13533version = "36.0.6"
13534source = "registry+https://github.com/rust-lang/crates.io-index"
13535checksum = "a3848fb193d6dffca43a21f24ca9492f22aab88af1223d06bac7f8a0ef405b81"
13536dependencies = [
13537 "proc-macro2",
13538 "quote",
13539 "syn 2.0.117",
13540]
13541
13542[[package]]
13543name = "pulp"
13544version = "0.18.22"
13545source = "registry+https://github.com/rust-lang/crates.io-index"
13546checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13547dependencies = [
13548 "bytemuck",
13549 "libm",
13550 "num-complex",
13551 "reborrow",
13552]
13553
13554[[package]]
13555name = "pulp"
13556version = "0.21.5"
13557source = "registry+https://github.com/rust-lang/crates.io-index"
13558checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13559dependencies = [
13560 "bytemuck",
13561 "cfg-if",
13562 "libm",
13563 "num-complex",
13564 "reborrow",
13565 "version_check",
13566]
13567
13568[[package]]
13569name = "pxfm"
13570version = "0.1.25"
13571source = "registry+https://github.com/rust-lang/crates.io-index"
13572checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13573dependencies = [
13574 "num-traits",
13575]
13576
13577[[package]]
13578name = "qoi"
13579version = "0.4.1"
13580source = "registry+https://github.com/rust-lang/crates.io-index"
13581checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13582dependencies = [
13583 "bytemuck",
13584]
13585
13586[[package]]
13587name = "quick-error"
13588version = "1.2.3"
13589source = "registry+https://github.com/rust-lang/crates.io-index"
13590checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13591
13592[[package]]
13593name = "quick-error"
13594version = "2.0.1"
13595source = "registry+https://github.com/rust-lang/crates.io-index"
13596checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13597
13598[[package]]
13599name = "quick-xml"
13600version = "0.30.0"
13601source = "registry+https://github.com/rust-lang/crates.io-index"
13602checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13603dependencies = [
13604 "memchr",
13605]
13606
13607[[package]]
13608name = "quick-xml"
13609version = "0.37.5"
13610source = "registry+https://github.com/rust-lang/crates.io-index"
13611checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13612dependencies = [
13613 "memchr",
13614]
13615
13616[[package]]
13617name = "quick-xml"
13618version = "0.38.3"
13619source = "registry+https://github.com/rust-lang/crates.io-index"
13620checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13621dependencies = [
13622 "memchr",
13623]
13624
13625[[package]]
13626name = "quinn"
13627version = "0.11.9"
13628source = "registry+https://github.com/rust-lang/crates.io-index"
13629checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13630dependencies = [
13631 "bytes 1.11.1",
13632 "cfg_aliases 0.2.1",
13633 "pin-project-lite",
13634 "quinn-proto",
13635 "quinn-udp",
13636 "rustc-hash 2.1.1",
13637 "rustls 0.23.33",
13638 "socket2 0.6.1",
13639 "thiserror 2.0.17",
13640 "tokio",
13641 "tracing",
13642 "web-time",
13643]
13644
13645[[package]]
13646name = "quinn-proto"
13647version = "0.11.13"
13648source = "registry+https://github.com/rust-lang/crates.io-index"
13649checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13650dependencies = [
13651 "bytes 1.11.1",
13652 "getrandom 0.3.4",
13653 "lru-slab",
13654 "rand 0.9.2",
13655 "ring",
13656 "rustc-hash 2.1.1",
13657 "rustls 0.23.33",
13658 "rustls-pki-types",
13659 "slab",
13660 "thiserror 2.0.17",
13661 "tinyvec",
13662 "tracing",
13663 "web-time",
13664]
13665
13666[[package]]
13667name = "quinn-udp"
13668version = "0.5.14"
13669source = "registry+https://github.com/rust-lang/crates.io-index"
13670checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13671dependencies = [
13672 "cfg_aliases 0.2.1",
13673 "libc",
13674 "once_cell",
13675 "socket2 0.6.1",
13676 "tracing",
13677 "windows-sys 0.60.2",
13678]
13679
13680[[package]]
13681name = "quote"
13682version = "1.0.41"
13683source = "registry+https://github.com/rust-lang/crates.io-index"
13684checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13685dependencies = [
13686 "proc-macro2",
13687]
13688
13689[[package]]
13690name = "r-efi"
13691version = "5.3.0"
13692source = "registry+https://github.com/rust-lang/crates.io-index"
13693checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13694
13695[[package]]
13696name = "radium"
13697version = "0.7.0"
13698source = "registry+https://github.com/rust-lang/crates.io-index"
13699checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13700
13701[[package]]
13702name = "rand"
13703version = "0.3.23"
13704source = "registry+https://github.com/rust-lang/crates.io-index"
13705checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13706dependencies = [
13707 "libc",
13708 "rand 0.4.6",
13709]
13710
13711[[package]]
13712name = "rand"
13713version = "0.4.6"
13714source = "registry+https://github.com/rust-lang/crates.io-index"
13715checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13716dependencies = [
13717 "fuchsia-cprng",
13718 "libc",
13719 "rand_core 0.3.1",
13720 "rdrand",
13721 "winapi",
13722]
13723
13724[[package]]
13725name = "rand"
13726version = "0.8.5"
13727source = "registry+https://github.com/rust-lang/crates.io-index"
13728checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13729dependencies = [
13730 "libc",
13731 "rand_chacha 0.3.1",
13732 "rand_core 0.6.4",
13733]
13734
13735[[package]]
13736name = "rand"
13737version = "0.9.2"
13738source = "registry+https://github.com/rust-lang/crates.io-index"
13739checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
13740dependencies = [
13741 "rand_chacha 0.9.0",
13742 "rand_core 0.9.3",
13743]
13744
13745[[package]]
13746name = "rand_chacha"
13747version = "0.3.1"
13748source = "registry+https://github.com/rust-lang/crates.io-index"
13749checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13750dependencies = [
13751 "ppv-lite86",
13752 "rand_core 0.6.4",
13753]
13754
13755[[package]]
13756name = "rand_chacha"
13757version = "0.9.0"
13758source = "registry+https://github.com/rust-lang/crates.io-index"
13759checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13760dependencies = [
13761 "ppv-lite86",
13762 "rand_core 0.9.3",
13763]
13764
13765[[package]]
13766name = "rand_core"
13767version = "0.3.1"
13768source = "registry+https://github.com/rust-lang/crates.io-index"
13769checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
13770dependencies = [
13771 "rand_core 0.4.2",
13772]
13773
13774[[package]]
13775name = "rand_core"
13776version = "0.4.2"
13777source = "registry+https://github.com/rust-lang/crates.io-index"
13778checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
13779
13780[[package]]
13781name = "rand_core"
13782version = "0.6.4"
13783source = "registry+https://github.com/rust-lang/crates.io-index"
13784checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
13785dependencies = [
13786 "getrandom 0.2.16",
13787]
13788
13789[[package]]
13790name = "rand_core"
13791version = "0.9.3"
13792source = "registry+https://github.com/rust-lang/crates.io-index"
13793checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
13794dependencies = [
13795 "getrandom 0.3.4",
13796]
13797
13798[[package]]
13799name = "rand_distr"
13800version = "0.5.1"
13801source = "registry+https://github.com/rust-lang/crates.io-index"
13802checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
13803dependencies = [
13804 "num-traits",
13805 "rand 0.9.2",
13806]
13807
13808[[package]]
13809name = "rand_pcg"
13810version = "0.3.1"
13811source = "registry+https://github.com/rust-lang/crates.io-index"
13812checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
13813dependencies = [
13814 "rand_core 0.6.4",
13815]
13816
13817[[package]]
13818name = "rand_xorshift"
13819version = "0.4.0"
13820source = "registry+https://github.com/rust-lang/crates.io-index"
13821checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
13822dependencies = [
13823 "rand_core 0.9.3",
13824]
13825
13826[[package]]
13827name = "random_choice"
13828version = "0.3.2"
13829source = "registry+https://github.com/rust-lang/crates.io-index"
13830checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
13831dependencies = [
13832 "rand 0.3.23",
13833]
13834
13835[[package]]
13836name = "range-alloc"
13837version = "0.1.4"
13838source = "registry+https://github.com/rust-lang/crates.io-index"
13839checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
13840
13841[[package]]
13842name = "range-map"
13843version = "0.2.0"
13844source = "registry+https://github.com/rust-lang/crates.io-index"
13845checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
13846dependencies = [
13847 "num-traits",
13848]
13849
13850[[package]]
13851name = "rangemap"
13852version = "1.7.1"
13853source = "registry+https://github.com/rust-lang/crates.io-index"
13854checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
13855
13856[[package]]
13857name = "rav1e"
13858version = "0.7.1"
13859source = "registry+https://github.com/rust-lang/crates.io-index"
13860checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
13861dependencies = [
13862 "arbitrary",
13863 "arg_enum_proc_macro",
13864 "arrayvec",
13865 "av1-grain",
13866 "bitstream-io",
13867 "built",
13868 "cfg-if",
13869 "interpolate_name",
13870 "itertools 0.12.1",
13871 "libc",
13872 "libfuzzer-sys",
13873 "log",
13874 "maybe-rayon",
13875 "new_debug_unreachable",
13876 "noop_proc_macro",
13877 "num-derive",
13878 "num-traits",
13879 "once_cell",
13880 "paste",
13881 "profiling",
13882 "rand 0.8.5",
13883 "rand_chacha 0.3.1",
13884 "simd_helpers",
13885 "system-deps 6.2.2",
13886 "thiserror 1.0.69",
13887 "v_frame",
13888 "wasm-bindgen",
13889]
13890
13891[[package]]
13892name = "ravif"
13893version = "0.11.20"
13894source = "registry+https://github.com/rust-lang/crates.io-index"
13895checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
13896dependencies = [
13897 "avif-serialize",
13898 "imgref",
13899 "loop9",
13900 "quick-error 2.0.1",
13901 "rav1e",
13902 "rayon",
13903 "rgb",
13904]
13905
13906[[package]]
13907name = "raw-cpuid"
13908version = "10.7.0"
13909source = "registry+https://github.com/rust-lang/crates.io-index"
13910checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
13911dependencies = [
13912 "bitflags 1.3.2",
13913]
13914
13915[[package]]
13916name = "raw-cpuid"
13917version = "11.6.0"
13918source = "registry+https://github.com/rust-lang/crates.io-index"
13919checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
13920dependencies = [
13921 "bitflags 2.10.0",
13922]
13923
13924[[package]]
13925name = "raw-window-handle"
13926version = "0.6.2"
13927source = "registry+https://github.com/rust-lang/crates.io-index"
13928checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
13929
13930[[package]]
13931name = "raw-window-metal"
13932version = "1.1.0"
13933source = "registry+https://github.com/rust-lang/crates.io-index"
13934checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
13935dependencies = [
13936 "objc2",
13937 "objc2-core-foundation",
13938 "objc2-foundation",
13939 "objc2-quartz-core",
13940]
13941
13942[[package]]
13943name = "rayon"
13944version = "1.11.0"
13945source = "registry+https://github.com/rust-lang/crates.io-index"
13946checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
13947dependencies = [
13948 "either",
13949 "rayon-core",
13950]
13951
13952[[package]]
13953name = "rayon-core"
13954version = "1.13.0"
13955source = "registry+https://github.com/rust-lang/crates.io-index"
13956checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
13957dependencies = [
13958 "crossbeam-deque",
13959 "crossbeam-utils",
13960]
13961
13962[[package]]
13963name = "rdrand"
13964version = "0.4.0"
13965source = "registry+https://github.com/rust-lang/crates.io-index"
13966checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
13967dependencies = [
13968 "rand_core 0.3.1",
13969]
13970
13971[[package]]
13972name = "read-fonts"
13973version = "0.35.0"
13974source = "registry+https://github.com/rust-lang/crates.io-index"
13975checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
13976dependencies = [
13977 "bytemuck",
13978 "font-types 0.10.0",
13979]
13980
13981[[package]]
13982name = "read-fonts"
13983version = "0.37.0"
13984source = "registry+https://github.com/rust-lang/crates.io-index"
13985checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
13986dependencies = [
13987 "bytemuck",
13988 "core_maths",
13989 "font-types 0.11.0",
13990]
13991
13992[[package]]
13993name = "realfft"
13994version = "3.5.0"
13995source = "registry+https://github.com/rust-lang/crates.io-index"
13996checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
13997dependencies = [
13998 "rustfft",
13999]
14000
14001[[package]]
14002name = "reborrow"
14003version = "0.5.5"
14004source = "registry+https://github.com/rust-lang/crates.io-index"
14005checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14006
14007[[package]]
14008name = "recent_projects"
14009version = "0.1.0"
14010dependencies = [
14011 "anyhow",
14012 "askpass",
14013 "chrono",
14014 "db",
14015 "dev_container",
14016 "editor",
14017 "extension",
14018 "extension_host",
14019 "fs",
14020 "futures 0.3.32",
14021 "fuzzy",
14022 "gpui",
14023 "http_client",
14024 "indoc",
14025 "language",
14026 "log",
14027 "menu",
14028 "node_runtime",
14029 "open_path_prompt",
14030 "ordered-float 2.10.1",
14031 "paths",
14032 "picker",
14033 "project",
14034 "release_channel",
14035 "remote",
14036 "remote_connection",
14037 "remote_server",
14038 "semver",
14039 "serde",
14040 "serde_json",
14041 "settings",
14042 "smol",
14043 "task",
14044 "telemetry",
14045 "ui",
14046 "ui_input",
14047 "util",
14048 "windows-registry 0.6.1",
14049 "workspace",
14050 "worktree",
14051 "zed_actions",
14052]
14053
14054[[package]]
14055name = "redox_syscall"
14056version = "0.2.16"
14057source = "registry+https://github.com/rust-lang/crates.io-index"
14058checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14059dependencies = [
14060 "bitflags 1.3.2",
14061]
14062
14063[[package]]
14064name = "redox_syscall"
14065version = "0.5.18"
14066source = "registry+https://github.com/rust-lang/crates.io-index"
14067checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14068dependencies = [
14069 "bitflags 2.10.0",
14070]
14071
14072[[package]]
14073name = "redox_users"
14074version = "0.4.6"
14075source = "registry+https://github.com/rust-lang/crates.io-index"
14076checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
14077dependencies = [
14078 "getrandom 0.2.16",
14079 "libredox",
14080 "thiserror 1.0.69",
14081]
14082
14083[[package]]
14084name = "redox_users"
14085version = "0.5.2"
14086source = "registry+https://github.com/rust-lang/crates.io-index"
14087checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14088dependencies = [
14089 "getrandom 0.2.16",
14090 "libredox",
14091 "thiserror 2.0.17",
14092]
14093
14094[[package]]
14095name = "ref-cast"
14096version = "1.0.25"
14097source = "registry+https://github.com/rust-lang/crates.io-index"
14098checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14099dependencies = [
14100 "ref-cast-impl",
14101]
14102
14103[[package]]
14104name = "ref-cast-impl"
14105version = "1.0.25"
14106source = "registry+https://github.com/rust-lang/crates.io-index"
14107checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14108dependencies = [
14109 "proc-macro2",
14110 "quote",
14111 "syn 2.0.117",
14112]
14113
14114[[package]]
14115name = "referencing"
14116version = "0.37.4"
14117source = "registry+https://github.com/rust-lang/crates.io-index"
14118checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14119dependencies = [
14120 "ahash 0.8.12",
14121 "fluent-uri",
14122 "getrandom 0.3.4",
14123 "hashbrown 0.16.1",
14124 "parking_lot",
14125 "percent-encoding",
14126 "serde_json",
14127]
14128
14129[[package]]
14130name = "refineable"
14131version = "0.1.0"
14132dependencies = [
14133 "derive_refineable",
14134]
14135
14136[[package]]
14137name = "regalloc2"
14138version = "0.12.2"
14139source = "registry+https://github.com/rust-lang/crates.io-index"
14140checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14141dependencies = [
14142 "allocator-api2",
14143 "bumpalo",
14144 "hashbrown 0.15.5",
14145 "log",
14146 "rustc-hash 2.1.1",
14147 "serde",
14148 "smallvec",
14149]
14150
14151[[package]]
14152name = "regex"
14153version = "1.12.2"
14154source = "registry+https://github.com/rust-lang/crates.io-index"
14155checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14156dependencies = [
14157 "aho-corasick",
14158 "memchr",
14159 "regex-automata",
14160 "regex-syntax",
14161]
14162
14163[[package]]
14164name = "regex-automata"
14165version = "0.4.13"
14166source = "registry+https://github.com/rust-lang/crates.io-index"
14167checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14168dependencies = [
14169 "aho-corasick",
14170 "memchr",
14171 "regex-syntax",
14172]
14173
14174[[package]]
14175name = "regex-lite"
14176version = "0.1.8"
14177source = "registry+https://github.com/rust-lang/crates.io-index"
14178checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14179
14180[[package]]
14181name = "regex-syntax"
14182version = "0.8.8"
14183source = "registry+https://github.com/rust-lang/crates.io-index"
14184checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14185
14186[[package]]
14187name = "release_channel"
14188version = "0.1.0"
14189dependencies = [
14190 "gpui",
14191 "semver",
14192]
14193
14194[[package]]
14195name = "remote"
14196version = "0.1.0"
14197dependencies = [
14198 "anyhow",
14199 "askpass",
14200 "async-trait",
14201 "base64 0.22.1",
14202 "collections",
14203 "fs",
14204 "futures 0.3.32",
14205 "gpui",
14206 "log",
14207 "parking_lot",
14208 "paths",
14209 "prost 0.9.0",
14210 "release_channel",
14211 "rpc",
14212 "schemars",
14213 "semver",
14214 "serde",
14215 "serde_json",
14216 "settings",
14217 "smol",
14218 "tempfile",
14219 "thiserror 2.0.17",
14220 "urlencoding",
14221 "util",
14222 "which 6.0.3",
14223]
14224
14225[[package]]
14226name = "remote_connection"
14227version = "0.1.0"
14228dependencies = [
14229 "anyhow",
14230 "askpass",
14231 "auto_update",
14232 "futures 0.3.32",
14233 "gpui",
14234 "log",
14235 "markdown",
14236 "menu",
14237 "release_channel",
14238 "remote",
14239 "semver",
14240 "settings",
14241 "theme_settings",
14242 "ui",
14243 "ui_input",
14244 "workspace",
14245]
14246
14247[[package]]
14248name = "remote_server"
14249version = "0.1.0"
14250dependencies = [
14251 "action_log",
14252 "agent",
14253 "anyhow",
14254 "askpass",
14255 "cargo_toml",
14256 "clap",
14257 "client",
14258 "clock",
14259 "collections",
14260 "crash-handler",
14261 "crashes",
14262 "dap_adapters",
14263 "debug_adapter_extension",
14264 "editor",
14265 "env_logger 0.11.8",
14266 "extension",
14267 "extension_host",
14268 "fork",
14269 "fs",
14270 "futures 0.3.32",
14271 "git",
14272 "git2",
14273 "git_hosting_providers",
14274 "gpui",
14275 "gpui_platform",
14276 "gpui_tokio",
14277 "http_client",
14278 "image",
14279 "json_schema_store",
14280 "language",
14281 "language_extension",
14282 "language_model",
14283 "languages",
14284 "libc",
14285 "log",
14286 "lsp",
14287 "minidumper",
14288 "net",
14289 "node_runtime",
14290 "paths",
14291 "pretty_assertions",
14292 "project",
14293 "proto",
14294 "rayon",
14295 "release_channel",
14296 "remote",
14297 "reqwest_client",
14298 "rpc",
14299 "rust-embed",
14300 "semver",
14301 "serde",
14302 "serde_json",
14303 "settings",
14304 "shellexpand 2.1.2",
14305 "smol",
14306 "sysinfo 0.37.2",
14307 "task",
14308 "theme",
14309 "theme_settings",
14310 "thiserror 2.0.17",
14311 "toml 0.8.23",
14312 "unindent",
14313 "util",
14314 "uuid",
14315 "watch",
14316 "windows 0.61.3",
14317 "worktree",
14318 "zlog",
14319]
14320
14321[[package]]
14322name = "rend"
14323version = "0.4.2"
14324source = "registry+https://github.com/rust-lang/crates.io-index"
14325checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14326dependencies = [
14327 "bytecheck",
14328]
14329
14330[[package]]
14331name = "renderdoc-sys"
14332version = "1.1.0"
14333source = "registry+https://github.com/rust-lang/crates.io-index"
14334checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14335
14336[[package]]
14337name = "repl"
14338version = "0.1.0"
14339dependencies = [
14340 "alacritty_terminal",
14341 "anyhow",
14342 "async-dispatcher",
14343 "async-task",
14344 "async-tungstenite",
14345 "base64 0.22.1",
14346 "client",
14347 "collections",
14348 "command_palette_hooks",
14349 "editor",
14350 "feature_flags",
14351 "file_icons",
14352 "futures 0.3.32",
14353 "gpui",
14354 "html_to_markdown",
14355 "http_client",
14356 "image",
14357 "indoc",
14358 "jupyter-protocol",
14359 "jupyter-websocket-client",
14360 "language",
14361 "languages",
14362 "log",
14363 "markdown",
14364 "menu",
14365 "multi_buffer",
14366 "nbformat",
14367 "picker",
14368 "project",
14369 "remote",
14370 "runtimelib",
14371 "serde",
14372 "serde_json",
14373 "settings",
14374 "shlex",
14375 "smol",
14376 "telemetry",
14377 "terminal",
14378 "terminal_view",
14379 "theme",
14380 "theme_settings",
14381 "tree-sitter-md",
14382 "tree-sitter-python",
14383 "tree-sitter-typescript",
14384 "ui",
14385 "util",
14386 "uuid",
14387 "workspace",
14388 "zed_actions",
14389]
14390
14391[[package]]
14392name = "reqwest"
14393version = "0.11.27"
14394source = "registry+https://github.com/rust-lang/crates.io-index"
14395checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14396dependencies = [
14397 "base64 0.21.7",
14398 "bytes 1.11.1",
14399 "encoding_rs",
14400 "futures-core",
14401 "futures-util",
14402 "h2 0.3.27",
14403 "http 0.2.12",
14404 "http-body 0.4.6",
14405 "hyper 0.14.32",
14406 "hyper-tls",
14407 "ipnet",
14408 "js-sys",
14409 "log",
14410 "mime",
14411 "native-tls",
14412 "once_cell",
14413 "percent-encoding",
14414 "pin-project-lite",
14415 "rustls-pemfile 1.0.4",
14416 "serde",
14417 "serde_json",
14418 "serde_urlencoded",
14419 "sync_wrapper 0.1.2",
14420 "system-configuration 0.5.1",
14421 "tokio",
14422 "tokio-native-tls",
14423 "tower-service",
14424 "url",
14425 "wasm-bindgen",
14426 "wasm-bindgen-futures",
14427 "web-sys",
14428 "winreg 0.50.0",
14429]
14430
14431[[package]]
14432name = "reqwest"
14433version = "0.12.24"
14434source = "registry+https://github.com/rust-lang/crates.io-index"
14435checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14436dependencies = [
14437 "base64 0.22.1",
14438 "bytes 1.11.1",
14439 "futures-channel",
14440 "futures-core",
14441 "futures-util",
14442 "http 1.3.1",
14443 "http-body 1.0.1",
14444 "http-body-util",
14445 "hyper 1.7.0",
14446 "hyper-rustls 0.27.7",
14447 "hyper-util",
14448 "js-sys",
14449 "log",
14450 "percent-encoding",
14451 "pin-project-lite",
14452 "quinn",
14453 "rustls 0.23.33",
14454 "rustls-native-certs 0.8.2",
14455 "rustls-pki-types",
14456 "serde",
14457 "serde_json",
14458 "serde_urlencoded",
14459 "sync_wrapper 1.0.2",
14460 "tokio",
14461 "tokio-rustls 0.26.2",
14462 "tower 0.5.2",
14463 "tower-http 0.6.6",
14464 "tower-service",
14465 "url",
14466 "wasm-bindgen",
14467 "wasm-bindgen-futures",
14468 "web-sys",
14469]
14470
14471[[package]]
14472name = "reqwest_client"
14473version = "0.1.0"
14474dependencies = [
14475 "anyhow",
14476 "bytes 1.11.1",
14477 "futures 0.3.32",
14478 "gpui_util",
14479 "http_client",
14480 "http_client_tls",
14481 "log",
14482 "regex",
14483 "serde",
14484 "tokio",
14485 "zed-reqwest",
14486]
14487
14488[[package]]
14489name = "resvg"
14490version = "0.45.1"
14491source = "registry+https://github.com/rust-lang/crates.io-index"
14492checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14493dependencies = [
14494 "gif",
14495 "image-webp",
14496 "log",
14497 "pico-args",
14498 "rgb",
14499 "svgtypes",
14500 "tiny-skia",
14501 "usvg",
14502 "zune-jpeg",
14503]
14504
14505[[package]]
14506name = "rfc6979"
14507version = "0.3.1"
14508source = "registry+https://github.com/rust-lang/crates.io-index"
14509checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14510dependencies = [
14511 "crypto-bigint 0.4.9",
14512 "hmac",
14513 "zeroize",
14514]
14515
14516[[package]]
14517name = "rgb"
14518version = "0.8.52"
14519source = "registry+https://github.com/rust-lang/crates.io-index"
14520checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14521dependencies = [
14522 "bytemuck",
14523]
14524
14525[[package]]
14526name = "ring"
14527version = "0.17.14"
14528source = "registry+https://github.com/rust-lang/crates.io-index"
14529checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14530dependencies = [
14531 "cc",
14532 "cfg-if",
14533 "getrandom 0.2.16",
14534 "libc",
14535 "untrusted 0.9.0",
14536 "windows-sys 0.52.0",
14537]
14538
14539[[package]]
14540name = "rkyv"
14541version = "0.7.45"
14542source = "registry+https://github.com/rust-lang/crates.io-index"
14543checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14544dependencies = [
14545 "bitvec",
14546 "bytecheck",
14547 "bytes 1.11.1",
14548 "hashbrown 0.12.3",
14549 "ptr_meta",
14550 "rend",
14551 "rkyv_derive",
14552 "seahash",
14553 "tinyvec",
14554 "uuid",
14555]
14556
14557[[package]]
14558name = "rkyv_derive"
14559version = "0.7.45"
14560source = "registry+https://github.com/rust-lang/crates.io-index"
14561checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14562dependencies = [
14563 "proc-macro2",
14564 "quote",
14565 "syn 1.0.109",
14566]
14567
14568[[package]]
14569name = "rmp"
14570version = "0.8.14"
14571source = "registry+https://github.com/rust-lang/crates.io-index"
14572checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14573dependencies = [
14574 "byteorder",
14575 "num-traits",
14576 "paste",
14577]
14578
14579[[package]]
14580name = "rmpv"
14581version = "1.3.0"
14582source = "registry+https://github.com/rust-lang/crates.io-index"
14583checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14584dependencies = [
14585 "num-traits",
14586 "rmp",
14587]
14588
14589[[package]]
14590name = "rodio"
14591version = "0.21.1"
14592source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14593dependencies = [
14594 "cpal",
14595 "dasp_sample",
14596 "hound",
14597 "num-rational",
14598 "rand 0.9.2",
14599 "rand_distr",
14600 "rtrb",
14601 "symphonia",
14602 "thiserror 2.0.17",
14603]
14604
14605[[package]]
14606name = "rope"
14607version = "0.1.0"
14608dependencies = [
14609 "criterion",
14610 "ctor",
14611 "gpui",
14612 "heapless",
14613 "log",
14614 "rand 0.9.2",
14615 "rayon",
14616 "sum_tree",
14617 "tracing",
14618 "unicode-segmentation",
14619 "util",
14620 "zlog",
14621 "ztracing",
14622]
14623
14624[[package]]
14625name = "roxmltree"
14626version = "0.20.0"
14627source = "registry+https://github.com/rust-lang/crates.io-index"
14628checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14629
14630[[package]]
14631name = "rpassword"
14632version = "7.4.0"
14633source = "registry+https://github.com/rust-lang/crates.io-index"
14634checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14635dependencies = [
14636 "libc",
14637 "rtoolbox",
14638 "windows-sys 0.59.0",
14639]
14640
14641[[package]]
14642name = "rpc"
14643version = "0.1.0"
14644dependencies = [
14645 "anyhow",
14646 "async-tungstenite",
14647 "base64 0.22.1",
14648 "collections",
14649 "futures 0.3.32",
14650 "gpui",
14651 "parking_lot",
14652 "proto",
14653 "rand 0.9.2",
14654 "rsa",
14655 "serde",
14656 "serde_json",
14657 "sha2",
14658 "strum 0.27.2",
14659 "tracing",
14660 "util",
14661 "zlog",
14662 "zstd",
14663]
14664
14665[[package]]
14666name = "rsa"
14667version = "0.9.10"
14668source = "registry+https://github.com/rust-lang/crates.io-index"
14669checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14670dependencies = [
14671 "const-oid",
14672 "digest",
14673 "num-bigint-dig 0.8.6",
14674 "num-integer",
14675 "num-traits",
14676 "pkcs1",
14677 "pkcs8 0.10.2",
14678 "rand_core 0.6.4",
14679 "signature 2.2.0",
14680 "spki 0.7.3",
14681 "subtle",
14682 "zeroize",
14683]
14684
14685[[package]]
14686name = "rtoolbox"
14687version = "0.0.3"
14688source = "registry+https://github.com/rust-lang/crates.io-index"
14689checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14690dependencies = [
14691 "libc",
14692 "windows-sys 0.52.0",
14693]
14694
14695[[package]]
14696name = "rtrb"
14697version = "0.3.2"
14698source = "registry+https://github.com/rust-lang/crates.io-index"
14699checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14700
14701[[package]]
14702name = "rules_library"
14703version = "0.1.0"
14704dependencies = [
14705 "anyhow",
14706 "collections",
14707 "editor",
14708 "gpui",
14709 "language",
14710 "language_model",
14711 "log",
14712 "menu",
14713 "picker",
14714 "platform_title_bar",
14715 "prompt_store",
14716 "release_channel",
14717 "rope",
14718 "serde",
14719 "settings",
14720 "theme_settings",
14721 "ui",
14722 "ui_input",
14723 "util",
14724 "workspace",
14725 "zed_actions",
14726]
14727
14728[[package]]
14729name = "runtimelib"
14730version = "1.4.0"
14731source = "registry+https://github.com/rust-lang/crates.io-index"
14732checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14733dependencies = [
14734 "async-dispatcher",
14735 "async-std",
14736 "aws-lc-rs",
14737 "base64 0.22.1",
14738 "bytes 1.11.1",
14739 "chrono",
14740 "data-encoding",
14741 "dirs 6.0.0",
14742 "futures 0.3.32",
14743 "glob",
14744 "jupyter-protocol",
14745 "serde",
14746 "serde_json",
14747 "shellexpand 3.1.1",
14748 "smol",
14749 "thiserror 2.0.17",
14750 "uuid",
14751 "zeromq",
14752]
14753
14754[[package]]
14755name = "rust-embed"
14756version = "8.11.0"
14757source = "registry+https://github.com/rust-lang/crates.io-index"
14758checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27"
14759dependencies = [
14760 "rust-embed-impl",
14761 "rust-embed-utils",
14762 "walkdir",
14763]
14764
14765[[package]]
14766name = "rust-embed-impl"
14767version = "8.11.0"
14768source = "registry+https://github.com/rust-lang/crates.io-index"
14769checksum = "da0902e4c7c8e997159ab384e6d0fc91c221375f6894346ae107f47dd0f3ccaa"
14770dependencies = [
14771 "proc-macro2",
14772 "quote",
14773 "rust-embed-utils",
14774 "syn 2.0.117",
14775 "walkdir",
14776]
14777
14778[[package]]
14779name = "rust-embed-utils"
14780version = "8.11.0"
14781source = "registry+https://github.com/rust-lang/crates.io-index"
14782checksum = "5bcdef0be6fe7f6fa333b1073c949729274b05f123a0ad7efcb8efd878e5c3b1"
14783dependencies = [
14784 "globset",
14785 "sha2",
14786 "walkdir",
14787]
14788
14789[[package]]
14790name = "rust_decimal"
14791version = "1.39.0"
14792source = "registry+https://github.com/rust-lang/crates.io-index"
14793checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
14794dependencies = [
14795 "arrayvec",
14796 "borsh",
14797 "bytes 1.11.1",
14798 "num-traits",
14799 "rand 0.8.5",
14800 "rkyv",
14801 "serde",
14802 "serde_json",
14803]
14804
14805[[package]]
14806name = "rustc-demangle"
14807version = "0.1.26"
14808source = "registry+https://github.com/rust-lang/crates.io-index"
14809checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
14810
14811[[package]]
14812name = "rustc-hash"
14813version = "1.1.0"
14814source = "registry+https://github.com/rust-lang/crates.io-index"
14815checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
14816
14817[[package]]
14818name = "rustc-hash"
14819version = "2.1.1"
14820source = "registry+https://github.com/rust-lang/crates.io-index"
14821checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
14822
14823[[package]]
14824name = "rustc_version"
14825version = "0.4.1"
14826source = "registry+https://github.com/rust-lang/crates.io-index"
14827checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
14828dependencies = [
14829 "semver",
14830]
14831
14832[[package]]
14833name = "rustfft"
14834version = "6.4.1"
14835source = "registry+https://github.com/rust-lang/crates.io-index"
14836checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
14837dependencies = [
14838 "num-complex",
14839 "num-integer",
14840 "num-traits",
14841 "primal-check",
14842 "strength_reduce",
14843 "transpose",
14844]
14845
14846[[package]]
14847name = "rustix"
14848version = "0.38.44"
14849source = "registry+https://github.com/rust-lang/crates.io-index"
14850checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
14851dependencies = [
14852 "bitflags 2.10.0",
14853 "errno 0.3.14",
14854 "libc",
14855 "linux-raw-sys 0.4.15",
14856 "windows-sys 0.59.0",
14857]
14858
14859[[package]]
14860name = "rustix"
14861version = "1.1.2"
14862source = "registry+https://github.com/rust-lang/crates.io-index"
14863checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
14864dependencies = [
14865 "bitflags 2.10.0",
14866 "errno 0.3.14",
14867 "libc",
14868 "linux-raw-sys 0.11.0",
14869 "windows-sys 0.61.2",
14870]
14871
14872[[package]]
14873name = "rustix-linux-procfs"
14874version = "0.1.1"
14875source = "registry+https://github.com/rust-lang/crates.io-index"
14876checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
14877dependencies = [
14878 "once_cell",
14879 "rustix 1.1.2",
14880]
14881
14882[[package]]
14883name = "rustix-openpty"
14884version = "0.2.0"
14885source = "registry+https://github.com/rust-lang/crates.io-index"
14886checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
14887dependencies = [
14888 "errno 0.3.14",
14889 "libc",
14890 "rustix 1.1.2",
14891]
14892
14893[[package]]
14894name = "rustls"
14895version = "0.21.12"
14896source = "registry+https://github.com/rust-lang/crates.io-index"
14897checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
14898dependencies = [
14899 "log",
14900 "ring",
14901 "rustls-webpki 0.101.7",
14902 "sct",
14903]
14904
14905[[package]]
14906name = "rustls"
14907version = "0.23.33"
14908source = "registry+https://github.com/rust-lang/crates.io-index"
14909checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
14910dependencies = [
14911 "aws-lc-rs",
14912 "log",
14913 "once_cell",
14914 "ring",
14915 "rustls-pki-types",
14916 "rustls-webpki 0.103.7",
14917 "subtle",
14918 "zeroize",
14919]
14920
14921[[package]]
14922name = "rustls-native-certs"
14923version = "0.6.3"
14924source = "registry+https://github.com/rust-lang/crates.io-index"
14925checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
14926dependencies = [
14927 "openssl-probe",
14928 "rustls-pemfile 1.0.4",
14929 "schannel",
14930 "security-framework 2.11.1",
14931]
14932
14933[[package]]
14934name = "rustls-native-certs"
14935version = "0.8.2"
14936source = "registry+https://github.com/rust-lang/crates.io-index"
14937checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
14938dependencies = [
14939 "openssl-probe",
14940 "rustls-pki-types",
14941 "schannel",
14942 "security-framework 3.5.1",
14943]
14944
14945[[package]]
14946name = "rustls-pemfile"
14947version = "1.0.4"
14948source = "registry+https://github.com/rust-lang/crates.io-index"
14949checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
14950dependencies = [
14951 "base64 0.21.7",
14952]
14953
14954[[package]]
14955name = "rustls-pemfile"
14956version = "2.2.0"
14957source = "registry+https://github.com/rust-lang/crates.io-index"
14958checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
14959dependencies = [
14960 "rustls-pki-types",
14961]
14962
14963[[package]]
14964name = "rustls-pki-types"
14965version = "1.12.0"
14966source = "registry+https://github.com/rust-lang/crates.io-index"
14967checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
14968dependencies = [
14969 "web-time",
14970 "zeroize",
14971]
14972
14973[[package]]
14974name = "rustls-platform-verifier"
14975version = "0.5.3"
14976source = "registry+https://github.com/rust-lang/crates.io-index"
14977checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
14978dependencies = [
14979 "core-foundation 0.10.0",
14980 "core-foundation-sys",
14981 "jni",
14982 "log",
14983 "once_cell",
14984 "rustls 0.23.33",
14985 "rustls-native-certs 0.8.2",
14986 "rustls-platform-verifier-android",
14987 "rustls-webpki 0.103.7",
14988 "security-framework 3.5.1",
14989 "security-framework-sys",
14990 "webpki-root-certs",
14991 "windows-sys 0.59.0",
14992]
14993
14994[[package]]
14995name = "rustls-platform-verifier-android"
14996version = "0.1.1"
14997source = "registry+https://github.com/rust-lang/crates.io-index"
14998checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
14999
15000[[package]]
15001name = "rustls-webpki"
15002version = "0.101.7"
15003source = "registry+https://github.com/rust-lang/crates.io-index"
15004checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15005dependencies = [
15006 "ring",
15007 "untrusted 0.9.0",
15008]
15009
15010[[package]]
15011name = "rustls-webpki"
15012version = "0.103.7"
15013source = "registry+https://github.com/rust-lang/crates.io-index"
15014checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15015dependencies = [
15016 "aws-lc-rs",
15017 "ring",
15018 "rustls-pki-types",
15019 "untrusted 0.9.0",
15020]
15021
15022[[package]]
15023name = "rustversion"
15024version = "1.0.22"
15025source = "registry+https://github.com/rust-lang/crates.io-index"
15026checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15027
15028[[package]]
15029name = "rusty-fork"
15030version = "0.3.1"
15031source = "registry+https://github.com/rust-lang/crates.io-index"
15032checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15033dependencies = [
15034 "fnv",
15035 "quick-error 1.2.3",
15036 "tempfile",
15037 "wait-timeout",
15038]
15039
15040[[package]]
15041name = "rustybuzz"
15042version = "0.20.1"
15043source = "registry+https://github.com/rust-lang/crates.io-index"
15044checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15045dependencies = [
15046 "bitflags 2.10.0",
15047 "bytemuck",
15048 "core_maths",
15049 "log",
15050 "smallvec",
15051 "ttf-parser 0.25.1",
15052 "unicode-bidi-mirroring",
15053 "unicode-ccc",
15054 "unicode-properties",
15055 "unicode-script",
15056]
15057
15058[[package]]
15059name = "ryu"
15060version = "1.0.20"
15061source = "registry+https://github.com/rust-lang/crates.io-index"
15062checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15063
15064[[package]]
15065name = "saa"
15066version = "5.4.9"
15067source = "registry+https://github.com/rust-lang/crates.io-index"
15068checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15069
15070[[package]]
15071name = "safetensors"
15072version = "0.4.5"
15073source = "registry+https://github.com/rust-lang/crates.io-index"
15074checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15075dependencies = [
15076 "serde",
15077 "serde_json",
15078]
15079
15080[[package]]
15081name = "same-file"
15082version = "1.0.6"
15083source = "registry+https://github.com/rust-lang/crates.io-index"
15084checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15085dependencies = [
15086 "winapi-util",
15087]
15088
15089[[package]]
15090name = "scc"
15091version = "3.5.6"
15092source = "registry+https://github.com/rust-lang/crates.io-index"
15093checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15094dependencies = [
15095 "saa",
15096 "sdd",
15097]
15098
15099[[package]]
15100name = "schannel"
15101version = "0.1.28"
15102source = "registry+https://github.com/rust-lang/crates.io-index"
15103checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15104dependencies = [
15105 "windows-sys 0.61.2",
15106]
15107
15108[[package]]
15109name = "scheduler"
15110version = "0.1.0"
15111dependencies = [
15112 "async-task",
15113 "backtrace",
15114 "chrono",
15115 "flume",
15116 "futures 0.3.32",
15117 "parking_lot",
15118 "rand 0.9.2",
15119 "web-time",
15120]
15121
15122[[package]]
15123name = "schema_generator"
15124version = "0.1.0"
15125dependencies = [
15126 "anyhow",
15127 "clap",
15128 "env_logger 0.11.8",
15129 "schemars",
15130 "serde",
15131 "serde_json",
15132 "settings",
15133 "theme",
15134 "theme_settings",
15135]
15136
15137[[package]]
15138name = "schemars"
15139version = "1.0.4"
15140source = "registry+https://github.com/rust-lang/crates.io-index"
15141checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15142dependencies = [
15143 "dyn-clone",
15144 "indexmap",
15145 "ref-cast",
15146 "schemars_derive",
15147 "serde",
15148 "serde_json",
15149]
15150
15151[[package]]
15152name = "schemars_derive"
15153version = "1.0.4"
15154source = "registry+https://github.com/rust-lang/crates.io-index"
15155checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15156dependencies = [
15157 "proc-macro2",
15158 "quote",
15159 "serde_derive_internals",
15160 "syn 2.0.117",
15161]
15162
15163[[package]]
15164name = "scoped-tls"
15165version = "1.0.1"
15166source = "registry+https://github.com/rust-lang/crates.io-index"
15167checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15168
15169[[package]]
15170name = "scopeguard"
15171version = "1.2.0"
15172source = "registry+https://github.com/rust-lang/crates.io-index"
15173checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15174
15175[[package]]
15176name = "scratch"
15177version = "1.0.9"
15178source = "registry+https://github.com/rust-lang/crates.io-index"
15179checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15180
15181[[package]]
15182name = "screencapturekit"
15183version = "0.2.8"
15184source = "registry+https://github.com/rust-lang/crates.io-index"
15185checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15186dependencies = [
15187 "screencapturekit-sys",
15188]
15189
15190[[package]]
15191name = "screencapturekit-sys"
15192version = "0.2.8"
15193source = "registry+https://github.com/rust-lang/crates.io-index"
15194checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15195dependencies = [
15196 "block",
15197 "dispatch",
15198 "objc",
15199 "objc-foundation",
15200 "objc_id",
15201 "once_cell",
15202]
15203
15204[[package]]
15205name = "scroll"
15206version = "0.12.0"
15207source = "registry+https://github.com/rust-lang/crates.io-index"
15208checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15209dependencies = [
15210 "scroll_derive",
15211]
15212
15213[[package]]
15214name = "scroll_derive"
15215version = "0.12.1"
15216source = "registry+https://github.com/rust-lang/crates.io-index"
15217checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15218dependencies = [
15219 "proc-macro2",
15220 "quote",
15221 "syn 2.0.117",
15222]
15223
15224[[package]]
15225name = "sct"
15226version = "0.7.1"
15227source = "registry+https://github.com/rust-lang/crates.io-index"
15228checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15229dependencies = [
15230 "ring",
15231 "untrusted 0.9.0",
15232]
15233
15234[[package]]
15235name = "sdd"
15236version = "4.6.2"
15237source = "registry+https://github.com/rust-lang/crates.io-index"
15238checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15239
15240[[package]]
15241name = "sea-bae"
15242version = "0.2.1"
15243source = "registry+https://github.com/rust-lang/crates.io-index"
15244checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15245dependencies = [
15246 "heck 0.4.1",
15247 "proc-macro-error2",
15248 "proc-macro2",
15249 "quote",
15250 "syn 2.0.117",
15251]
15252
15253[[package]]
15254name = "sea-orm"
15255version = "1.1.10"
15256source = "registry+https://github.com/rust-lang/crates.io-index"
15257checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15258dependencies = [
15259 "async-stream",
15260 "async-trait",
15261 "bigdecimal",
15262 "chrono",
15263 "futures-util",
15264 "log",
15265 "ouroboros",
15266 "pgvector",
15267 "rust_decimal",
15268 "sea-orm-macros",
15269 "sea-query",
15270 "sea-query-binder",
15271 "serde",
15272 "serde_json",
15273 "sqlx",
15274 "strum 0.26.3",
15275 "thiserror 2.0.17",
15276 "time",
15277 "tracing",
15278 "url",
15279 "uuid",
15280]
15281
15282[[package]]
15283name = "sea-orm-macros"
15284version = "1.1.10"
15285source = "registry+https://github.com/rust-lang/crates.io-index"
15286checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15287dependencies = [
15288 "heck 0.4.1",
15289 "proc-macro2",
15290 "quote",
15291 "sea-bae",
15292 "syn 2.0.117",
15293 "unicode-ident",
15294]
15295
15296[[package]]
15297name = "sea-query"
15298version = "0.32.7"
15299source = "registry+https://github.com/rust-lang/crates.io-index"
15300checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15301dependencies = [
15302 "bigdecimal",
15303 "chrono",
15304 "inherent",
15305 "ordered-float 4.6.0",
15306 "rust_decimal",
15307 "serde_json",
15308 "time",
15309 "uuid",
15310]
15311
15312[[package]]
15313name = "sea-query-binder"
15314version = "0.7.0"
15315source = "registry+https://github.com/rust-lang/crates.io-index"
15316checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15317dependencies = [
15318 "bigdecimal",
15319 "chrono",
15320 "rust_decimal",
15321 "sea-query",
15322 "serde_json",
15323 "sqlx",
15324 "time",
15325 "uuid",
15326]
15327
15328[[package]]
15329name = "seahash"
15330version = "4.1.0"
15331source = "registry+https://github.com/rust-lang/crates.io-index"
15332checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15333
15334[[package]]
15335name = "search"
15336version = "0.1.0"
15337dependencies = [
15338 "any_vec",
15339 "anyhow",
15340 "bitflags 2.10.0",
15341 "collections",
15342 "editor",
15343 "fs",
15344 "futures 0.3.32",
15345 "gpui",
15346 "itertools 0.14.0",
15347 "language",
15348 "lsp",
15349 "menu",
15350 "multi_buffer",
15351 "pretty_assertions",
15352 "project",
15353 "serde",
15354 "serde_json",
15355 "settings",
15356 "smol",
15357 "theme",
15358 "theme_settings",
15359 "tracing",
15360 "ui",
15361 "unindent",
15362 "util",
15363 "util_macros",
15364 "workspace",
15365 "zed_actions",
15366 "ztracing",
15367]
15368
15369[[package]]
15370name = "sec1"
15371version = "0.3.0"
15372source = "registry+https://github.com/rust-lang/crates.io-index"
15373checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15374dependencies = [
15375 "base16ct",
15376 "der 0.6.1",
15377 "generic-array",
15378 "pkcs8 0.9.0",
15379 "subtle",
15380 "zeroize",
15381]
15382
15383[[package]]
15384name = "security-framework"
15385version = "2.11.1"
15386source = "registry+https://github.com/rust-lang/crates.io-index"
15387checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15388dependencies = [
15389 "bitflags 2.10.0",
15390 "core-foundation 0.9.4",
15391 "core-foundation-sys",
15392 "libc",
15393 "security-framework-sys",
15394]
15395
15396[[package]]
15397name = "security-framework"
15398version = "3.5.1"
15399source = "registry+https://github.com/rust-lang/crates.io-index"
15400checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15401dependencies = [
15402 "bitflags 2.10.0",
15403 "core-foundation 0.10.0",
15404 "core-foundation-sys",
15405 "libc",
15406 "security-framework-sys",
15407]
15408
15409[[package]]
15410name = "security-framework-sys"
15411version = "2.15.0"
15412source = "registry+https://github.com/rust-lang/crates.io-index"
15413checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15414dependencies = [
15415 "core-foundation-sys",
15416 "libc",
15417]
15418
15419[[package]]
15420name = "self_cell"
15421version = "1.2.2"
15422source = "registry+https://github.com/rust-lang/crates.io-index"
15423checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15424
15425[[package]]
15426name = "semver"
15427version = "1.0.27"
15428source = "registry+https://github.com/rust-lang/crates.io-index"
15429checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15430dependencies = [
15431 "serde",
15432 "serde_core",
15433]
15434
15435[[package]]
15436name = "seq-macro"
15437version = "0.3.6"
15438source = "registry+https://github.com/rust-lang/crates.io-index"
15439checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15440
15441[[package]]
15442name = "serde"
15443version = "1.0.228"
15444source = "registry+https://github.com/rust-lang/crates.io-index"
15445checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15446dependencies = [
15447 "serde_core",
15448 "serde_derive",
15449]
15450
15451[[package]]
15452name = "serde_bytes"
15453version = "0.11.19"
15454source = "registry+https://github.com/rust-lang/crates.io-index"
15455checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15456dependencies = [
15457 "serde",
15458 "serde_core",
15459]
15460
15461[[package]]
15462name = "serde_core"
15463version = "1.0.228"
15464source = "registry+https://github.com/rust-lang/crates.io-index"
15465checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15466dependencies = [
15467 "serde_derive",
15468]
15469
15470[[package]]
15471name = "serde_derive"
15472version = "1.0.228"
15473source = "registry+https://github.com/rust-lang/crates.io-index"
15474checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15475dependencies = [
15476 "proc-macro2",
15477 "quote",
15478 "syn 2.0.117",
15479]
15480
15481[[package]]
15482name = "serde_derive_internals"
15483version = "0.29.1"
15484source = "registry+https://github.com/rust-lang/crates.io-index"
15485checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15486dependencies = [
15487 "proc-macro2",
15488 "quote",
15489 "syn 2.0.117",
15490]
15491
15492[[package]]
15493name = "serde_fmt"
15494version = "1.0.3"
15495source = "registry+https://github.com/rust-lang/crates.io-index"
15496checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15497dependencies = [
15498 "serde",
15499]
15500
15501[[package]]
15502name = "serde_json"
15503version = "1.0.145"
15504source = "registry+https://github.com/rust-lang/crates.io-index"
15505checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15506dependencies = [
15507 "indexmap",
15508 "itoa",
15509 "memchr",
15510 "ryu",
15511 "serde",
15512 "serde_core",
15513]
15514
15515[[package]]
15516name = "serde_json_lenient"
15517version = "0.2.4"
15518source = "registry+https://github.com/rust-lang/crates.io-index"
15519checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15520dependencies = [
15521 "indexmap",
15522 "itoa",
15523 "memchr",
15524 "ryu",
15525 "serde",
15526]
15527
15528[[package]]
15529name = "serde_path_to_error"
15530version = "0.1.20"
15531source = "registry+https://github.com/rust-lang/crates.io-index"
15532checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15533dependencies = [
15534 "itoa",
15535 "serde",
15536 "serde_core",
15537]
15538
15539[[package]]
15540name = "serde_repr"
15541version = "0.1.20"
15542source = "registry+https://github.com/rust-lang/crates.io-index"
15543checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15544dependencies = [
15545 "proc-macro2",
15546 "quote",
15547 "syn 2.0.117",
15548]
15549
15550[[package]]
15551name = "serde_spanned"
15552version = "0.6.9"
15553source = "registry+https://github.com/rust-lang/crates.io-index"
15554checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15555dependencies = [
15556 "serde",
15557]
15558
15559[[package]]
15560name = "serde_spanned"
15561version = "1.0.3"
15562source = "registry+https://github.com/rust-lang/crates.io-index"
15563checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15564dependencies = [
15565 "serde_core",
15566]
15567
15568[[package]]
15569name = "serde_urlencoded"
15570version = "0.7.1"
15571source = "registry+https://github.com/rust-lang/crates.io-index"
15572checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15573dependencies = [
15574 "form_urlencoded",
15575 "itoa",
15576 "ryu",
15577 "serde",
15578]
15579
15580[[package]]
15581name = "serde_yaml"
15582version = "0.9.34+deprecated"
15583source = "registry+https://github.com/rust-lang/crates.io-index"
15584checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15585dependencies = [
15586 "indexmap",
15587 "itoa",
15588 "ryu",
15589 "serde",
15590 "unsafe-libyaml",
15591]
15592
15593[[package]]
15594name = "serial2"
15595version = "0.2.33"
15596source = "registry+https://github.com/rust-lang/crates.io-index"
15597checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15598dependencies = [
15599 "cfg-if",
15600 "libc",
15601 "winapi",
15602]
15603
15604[[package]]
15605name = "session"
15606version = "0.1.0"
15607dependencies = [
15608 "db",
15609 "gpui",
15610 "serde_json",
15611 "util",
15612 "uuid",
15613]
15614
15615[[package]]
15616name = "settings"
15617version = "0.1.0"
15618dependencies = [
15619 "anyhow",
15620 "collections",
15621 "ec4rs",
15622 "fs",
15623 "futures 0.3.32",
15624 "gpui",
15625 "indoc",
15626 "inventory",
15627 "log",
15628 "migrator",
15629 "paths",
15630 "pretty_assertions",
15631 "release_channel",
15632 "rust-embed",
15633 "schemars",
15634 "serde",
15635 "serde_json",
15636 "serde_json_lenient",
15637 "settings_content",
15638 "settings_json",
15639 "settings_macros",
15640 "smallvec",
15641 "unindent",
15642 "util",
15643 "zlog",
15644]
15645
15646[[package]]
15647name = "settings_content"
15648version = "0.1.0"
15649dependencies = [
15650 "anyhow",
15651 "collections",
15652 "derive_more",
15653 "gpui",
15654 "log",
15655 "schemars",
15656 "serde",
15657 "serde_json",
15658 "serde_json_lenient",
15659 "settings_json",
15660 "settings_macros",
15661 "strum 0.27.2",
15662 "util",
15663]
15664
15665[[package]]
15666name = "settings_json"
15667version = "0.1.0"
15668dependencies = [
15669 "anyhow",
15670 "pretty_assertions",
15671 "serde",
15672 "serde_json",
15673 "serde_json_lenient",
15674 "serde_path_to_error",
15675 "tree-sitter",
15676 "tree-sitter-json",
15677 "unindent",
15678 "util",
15679]
15680
15681[[package]]
15682name = "settings_macros"
15683version = "0.1.0"
15684dependencies = [
15685 "quote",
15686 "settings",
15687 "syn 2.0.117",
15688]
15689
15690[[package]]
15691name = "settings_profile_selector"
15692version = "0.1.0"
15693dependencies = [
15694 "editor",
15695 "fuzzy",
15696 "gpui",
15697 "menu",
15698 "picker",
15699 "project",
15700 "serde_json",
15701 "settings",
15702 "theme",
15703 "theme_settings",
15704 "ui",
15705 "workspace",
15706 "zed_actions",
15707]
15708
15709[[package]]
15710name = "settings_ui"
15711version = "0.1.0"
15712dependencies = [
15713 "agent",
15714 "agent_settings",
15715 "anyhow",
15716 "audio",
15717 "codestral",
15718 "component",
15719 "copilot",
15720 "copilot_ui",
15721 "cpal",
15722 "edit_prediction",
15723 "edit_prediction_ui",
15724 "editor",
15725 "feature_flags",
15726 "fs",
15727 "futures 0.3.32",
15728 "fuzzy",
15729 "gpui",
15730 "heck 0.5.0",
15731 "itertools 0.14.0",
15732 "language",
15733 "log",
15734 "menu",
15735 "paths",
15736 "picker",
15737 "platform_title_bar",
15738 "pretty_assertions",
15739 "project",
15740 "regex",
15741 "release_channel",
15742 "rodio",
15743 "schemars",
15744 "search",
15745 "serde",
15746 "serde_json",
15747 "settings",
15748 "shell_command_parser",
15749 "strum 0.27.2",
15750 "telemetry",
15751 "theme",
15752 "theme_settings",
15753 "title_bar",
15754 "ui",
15755 "util",
15756 "workspace",
15757 "zed_actions",
15758 "zed_credentials_provider",
15759]
15760
15761[[package]]
15762name = "sha-1"
15763version = "0.10.1"
15764source = "registry+https://github.com/rust-lang/crates.io-index"
15765checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15766dependencies = [
15767 "cfg-if",
15768 "cpufeatures",
15769 "digest",
15770]
15771
15772[[package]]
15773name = "sha1"
15774version = "0.10.6"
15775source = "registry+https://github.com/rust-lang/crates.io-index"
15776checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15777dependencies = [
15778 "cfg-if",
15779 "cpufeatures",
15780 "digest",
15781]
15782
15783[[package]]
15784name = "sha1_smol"
15785version = "1.0.1"
15786source = "registry+https://github.com/rust-lang/crates.io-index"
15787checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
15788
15789[[package]]
15790name = "sha2"
15791version = "0.10.9"
15792source = "registry+https://github.com/rust-lang/crates.io-index"
15793checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
15794dependencies = [
15795 "cfg-if",
15796 "cpufeatures",
15797 "digest",
15798]
15799
15800[[package]]
15801name = "sharded-slab"
15802version = "0.1.7"
15803source = "registry+https://github.com/rust-lang/crates.io-index"
15804checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
15805dependencies = [
15806 "lazy_static",
15807]
15808
15809[[package]]
15810name = "shared_library"
15811version = "0.1.9"
15812source = "registry+https://github.com/rust-lang/crates.io-index"
15813checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
15814dependencies = [
15815 "lazy_static",
15816 "libc",
15817]
15818
15819[[package]]
15820name = "shell-words"
15821version = "1.1.0"
15822source = "registry+https://github.com/rust-lang/crates.io-index"
15823checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
15824
15825[[package]]
15826name = "shell_command_parser"
15827version = "0.1.0"
15828dependencies = [
15829 "brush-parser",
15830]
15831
15832[[package]]
15833name = "shellexpand"
15834version = "2.1.2"
15835source = "registry+https://github.com/rust-lang/crates.io-index"
15836checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
15837dependencies = [
15838 "dirs 4.0.0",
15839]
15840
15841[[package]]
15842name = "shellexpand"
15843version = "3.1.1"
15844source = "registry+https://github.com/rust-lang/crates.io-index"
15845checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
15846dependencies = [
15847 "dirs 6.0.0",
15848]
15849
15850[[package]]
15851name = "shingles"
15852version = "0.1.1"
15853source = "registry+https://github.com/rust-lang/crates.io-index"
15854checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
15855
15856[[package]]
15857name = "shlex"
15858version = "1.3.0"
15859source = "registry+https://github.com/rust-lang/crates.io-index"
15860checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
15861
15862[[package]]
15863name = "sidebar"
15864version = "0.1.0"
15865dependencies = [
15866 "acp_thread",
15867 "action_log",
15868 "agent",
15869 "agent-client-protocol",
15870 "agent_settings",
15871 "agent_ui",
15872 "anyhow",
15873 "chrono",
15874 "editor",
15875 "feature_flags",
15876 "fs",
15877 "git",
15878 "gpui",
15879 "language_model",
15880 "menu",
15881 "platform_title_bar",
15882 "pretty_assertions",
15883 "project",
15884 "prompt_store",
15885 "recent_projects",
15886 "remote",
15887 "serde",
15888 "serde_json",
15889 "settings",
15890 "theme",
15891 "theme_settings",
15892 "ui",
15893 "util",
15894 "vim_mode_setting",
15895 "workspace",
15896 "zed_actions",
15897]
15898
15899[[package]]
15900name = "signal-hook"
15901version = "0.3.18"
15902source = "registry+https://github.com/rust-lang/crates.io-index"
15903checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
15904dependencies = [
15905 "libc",
15906 "signal-hook-registry",
15907]
15908
15909[[package]]
15910name = "signal-hook-registry"
15911version = "1.4.6"
15912source = "registry+https://github.com/rust-lang/crates.io-index"
15913checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
15914dependencies = [
15915 "libc",
15916]
15917
15918[[package]]
15919name = "signature"
15920version = "1.6.4"
15921source = "registry+https://github.com/rust-lang/crates.io-index"
15922checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
15923dependencies = [
15924 "digest",
15925 "rand_core 0.6.4",
15926]
15927
15928[[package]]
15929name = "signature"
15930version = "2.2.0"
15931source = "registry+https://github.com/rust-lang/crates.io-index"
15932checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
15933dependencies = [
15934 "digest",
15935 "rand_core 0.6.4",
15936]
15937
15938[[package]]
15939name = "simd-adler32"
15940version = "0.3.7"
15941source = "registry+https://github.com/rust-lang/crates.io-index"
15942checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
15943
15944[[package]]
15945name = "simd_helpers"
15946version = "0.1.0"
15947source = "registry+https://github.com/rust-lang/crates.io-index"
15948checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
15949dependencies = [
15950 "quote",
15951]
15952
15953[[package]]
15954name = "simdutf8"
15955version = "0.1.5"
15956source = "registry+https://github.com/rust-lang/crates.io-index"
15957checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
15958
15959[[package]]
15960name = "similar"
15961version = "2.7.0"
15962source = "registry+https://github.com/rust-lang/crates.io-index"
15963checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
15964
15965[[package]]
15966name = "simple_asn1"
15967version = "0.6.3"
15968source = "registry+https://github.com/rust-lang/crates.io-index"
15969checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
15970dependencies = [
15971 "num-bigint",
15972 "num-traits",
15973 "thiserror 2.0.17",
15974 "time",
15975]
15976
15977[[package]]
15978name = "simplecss"
15979version = "0.2.2"
15980source = "registry+https://github.com/rust-lang/crates.io-index"
15981checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
15982dependencies = [
15983 "log",
15984]
15985
15986[[package]]
15987name = "simplelog"
15988version = "0.12.2"
15989source = "registry+https://github.com/rust-lang/crates.io-index"
15990checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
15991dependencies = [
15992 "log",
15993 "termcolor",
15994 "time",
15995]
15996
15997[[package]]
15998name = "siphasher"
15999version = "0.3.11"
16000source = "registry+https://github.com/rust-lang/crates.io-index"
16001checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16002
16003[[package]]
16004name = "siphasher"
16005version = "1.0.1"
16006source = "registry+https://github.com/rust-lang/crates.io-index"
16007checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16008
16009[[package]]
16010name = "skrifa"
16011version = "0.37.0"
16012source = "registry+https://github.com/rust-lang/crates.io-index"
16013checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16014dependencies = [
16015 "bytemuck",
16016 "read-fonts 0.35.0",
16017]
16018
16019[[package]]
16020name = "skrifa"
16021version = "0.40.0"
16022source = "registry+https://github.com/rust-lang/crates.io-index"
16023checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16024dependencies = [
16025 "bytemuck",
16026 "read-fonts 0.37.0",
16027]
16028
16029[[package]]
16030name = "slab"
16031version = "0.4.11"
16032source = "registry+https://github.com/rust-lang/crates.io-index"
16033checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16034
16035[[package]]
16036name = "slotmap"
16037version = "1.0.7"
16038source = "registry+https://github.com/rust-lang/crates.io-index"
16039checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16040dependencies = [
16041 "version_check",
16042]
16043
16044[[package]]
16045name = "smallvec"
16046version = "1.15.1"
16047source = "registry+https://github.com/rust-lang/crates.io-index"
16048checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16049dependencies = [
16050 "serde",
16051]
16052
16053[[package]]
16054name = "smart-default"
16055version = "0.7.1"
16056source = "registry+https://github.com/rust-lang/crates.io-index"
16057checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16058dependencies = [
16059 "proc-macro2",
16060 "quote",
16061 "syn 2.0.117",
16062]
16063
16064[[package]]
16065name = "smol"
16066version = "2.0.2"
16067source = "registry+https://github.com/rust-lang/crates.io-index"
16068checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16069dependencies = [
16070 "async-channel 2.5.0",
16071 "async-executor",
16072 "async-fs",
16073 "async-io",
16074 "async-lock 3.4.2",
16075 "async-net",
16076 "async-process",
16077 "blocking",
16078 "futures-lite 2.6.1",
16079]
16080
16081[[package]]
16082name = "smol_str"
16083version = "0.3.5"
16084source = "registry+https://github.com/rust-lang/crates.io-index"
16085checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16086
16087[[package]]
16088name = "snippet"
16089version = "0.1.0"
16090dependencies = [
16091 "anyhow",
16092 "smallvec",
16093]
16094
16095[[package]]
16096name = "snippet_provider"
16097version = "0.1.0"
16098dependencies = [
16099 "anyhow",
16100 "collections",
16101 "extension",
16102 "fs",
16103 "futures 0.3.32",
16104 "gpui",
16105 "indoc",
16106 "parking_lot",
16107 "paths",
16108 "schemars",
16109 "serde",
16110 "serde_json",
16111 "serde_json_lenient",
16112 "snippet",
16113 "util",
16114]
16115
16116[[package]]
16117name = "snippets_ui"
16118version = "0.1.0"
16119dependencies = [
16120 "file_icons",
16121 "fuzzy",
16122 "gpui",
16123 "language",
16124 "open_path_prompt",
16125 "paths",
16126 "picker",
16127 "settings",
16128 "ui",
16129 "util",
16130 "workspace",
16131]
16132
16133[[package]]
16134name = "socket2"
16135version = "0.5.10"
16136source = "registry+https://github.com/rust-lang/crates.io-index"
16137checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16138dependencies = [
16139 "libc",
16140 "windows-sys 0.52.0",
16141]
16142
16143[[package]]
16144name = "socket2"
16145version = "0.6.1"
16146source = "registry+https://github.com/rust-lang/crates.io-index"
16147checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16148dependencies = [
16149 "libc",
16150 "windows-sys 0.60.2",
16151]
16152
16153[[package]]
16154name = "spdx"
16155version = "0.10.9"
16156source = "registry+https://github.com/rust-lang/crates.io-index"
16157checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16158dependencies = [
16159 "smallvec",
16160]
16161
16162[[package]]
16163name = "spin"
16164version = "0.9.8"
16165source = "registry+https://github.com/rust-lang/crates.io-index"
16166checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16167dependencies = [
16168 "lock_api",
16169]
16170
16171[[package]]
16172name = "spin"
16173version = "0.10.0"
16174source = "registry+https://github.com/rust-lang/crates.io-index"
16175checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16176dependencies = [
16177 "lock_api",
16178]
16179
16180[[package]]
16181name = "spirv"
16182version = "0.4.0+sdk-1.4.341.0"
16183source = "registry+https://github.com/rust-lang/crates.io-index"
16184checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16185dependencies = [
16186 "bitflags 2.10.0",
16187]
16188
16189[[package]]
16190name = "spki"
16191version = "0.6.0"
16192source = "registry+https://github.com/rust-lang/crates.io-index"
16193checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16194dependencies = [
16195 "base64ct",
16196 "der 0.6.1",
16197]
16198
16199[[package]]
16200name = "spki"
16201version = "0.7.3"
16202source = "registry+https://github.com/rust-lang/crates.io-index"
16203checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16204dependencies = [
16205 "base64ct",
16206 "der 0.7.10",
16207]
16208
16209[[package]]
16210name = "sqlez"
16211version = "0.1.0"
16212dependencies = [
16213 "anyhow",
16214 "collections",
16215 "futures 0.3.32",
16216 "indoc",
16217 "libsqlite3-sys",
16218 "log",
16219 "parking_lot",
16220 "smol",
16221 "sqlformat",
16222 "thread_local",
16223 "util",
16224 "uuid",
16225]
16226
16227[[package]]
16228name = "sqlez_macros"
16229version = "0.1.0"
16230dependencies = [
16231 "sqlez",
16232 "sqlformat",
16233 "syn 2.0.117",
16234]
16235
16236[[package]]
16237name = "sqlformat"
16238version = "0.2.6"
16239source = "registry+https://github.com/rust-lang/crates.io-index"
16240checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16241dependencies = [
16242 "nom 7.1.3",
16243 "unicode_categories",
16244]
16245
16246[[package]]
16247name = "sqlx"
16248version = "0.8.6"
16249source = "registry+https://github.com/rust-lang/crates.io-index"
16250checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16251dependencies = [
16252 "sqlx-core",
16253 "sqlx-macros",
16254 "sqlx-mysql",
16255 "sqlx-postgres",
16256 "sqlx-sqlite",
16257]
16258
16259[[package]]
16260name = "sqlx-core"
16261version = "0.8.6"
16262source = "registry+https://github.com/rust-lang/crates.io-index"
16263checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16264dependencies = [
16265 "base64 0.22.1",
16266 "bigdecimal",
16267 "bytes 1.11.1",
16268 "chrono",
16269 "crc",
16270 "crossbeam-queue",
16271 "either",
16272 "event-listener 5.4.1",
16273 "futures-core",
16274 "futures-intrusive",
16275 "futures-io",
16276 "futures-util",
16277 "hashbrown 0.15.5",
16278 "hashlink 0.10.0",
16279 "indexmap",
16280 "log",
16281 "memchr",
16282 "once_cell",
16283 "percent-encoding",
16284 "rust_decimal",
16285 "rustls 0.23.33",
16286 "serde",
16287 "serde_json",
16288 "sha2",
16289 "smallvec",
16290 "thiserror 2.0.17",
16291 "time",
16292 "tokio",
16293 "tokio-stream",
16294 "tracing",
16295 "url",
16296 "uuid",
16297 "webpki-roots",
16298]
16299
16300[[package]]
16301name = "sqlx-macros"
16302version = "0.8.6"
16303source = "registry+https://github.com/rust-lang/crates.io-index"
16304checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16305dependencies = [
16306 "proc-macro2",
16307 "quote",
16308 "sqlx-core",
16309 "sqlx-macros-core",
16310 "syn 2.0.117",
16311]
16312
16313[[package]]
16314name = "sqlx-macros-core"
16315version = "0.8.6"
16316source = "registry+https://github.com/rust-lang/crates.io-index"
16317checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16318dependencies = [
16319 "dotenvy",
16320 "either",
16321 "heck 0.5.0",
16322 "hex",
16323 "once_cell",
16324 "proc-macro2",
16325 "quote",
16326 "serde",
16327 "serde_json",
16328 "sha2",
16329 "sqlx-core",
16330 "sqlx-mysql",
16331 "sqlx-postgres",
16332 "sqlx-sqlite",
16333 "syn 2.0.117",
16334 "tokio",
16335 "url",
16336]
16337
16338[[package]]
16339name = "sqlx-mysql"
16340version = "0.8.6"
16341source = "registry+https://github.com/rust-lang/crates.io-index"
16342checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16343dependencies = [
16344 "atoi",
16345 "base64 0.22.1",
16346 "bigdecimal",
16347 "bitflags 2.10.0",
16348 "byteorder",
16349 "bytes 1.11.1",
16350 "chrono",
16351 "crc",
16352 "digest",
16353 "dotenvy",
16354 "either",
16355 "futures-channel",
16356 "futures-core",
16357 "futures-io",
16358 "futures-util",
16359 "generic-array",
16360 "hex",
16361 "hkdf",
16362 "hmac",
16363 "itoa",
16364 "log",
16365 "md-5",
16366 "memchr",
16367 "once_cell",
16368 "percent-encoding",
16369 "rand 0.8.5",
16370 "rsa",
16371 "rust_decimal",
16372 "serde",
16373 "sha1",
16374 "sha2",
16375 "smallvec",
16376 "sqlx-core",
16377 "stringprep",
16378 "thiserror 2.0.17",
16379 "time",
16380 "tracing",
16381 "uuid",
16382 "whoami",
16383]
16384
16385[[package]]
16386name = "sqlx-postgres"
16387version = "0.8.6"
16388source = "registry+https://github.com/rust-lang/crates.io-index"
16389checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16390dependencies = [
16391 "atoi",
16392 "base64 0.22.1",
16393 "bigdecimal",
16394 "bitflags 2.10.0",
16395 "byteorder",
16396 "chrono",
16397 "crc",
16398 "dotenvy",
16399 "etcetera",
16400 "futures-channel",
16401 "futures-core",
16402 "futures-util",
16403 "hex",
16404 "hkdf",
16405 "hmac",
16406 "home",
16407 "itoa",
16408 "log",
16409 "md-5",
16410 "memchr",
16411 "num-bigint",
16412 "once_cell",
16413 "rand 0.8.5",
16414 "rust_decimal",
16415 "serde",
16416 "serde_json",
16417 "sha2",
16418 "smallvec",
16419 "sqlx-core",
16420 "stringprep",
16421 "thiserror 2.0.17",
16422 "time",
16423 "tracing",
16424 "uuid",
16425 "whoami",
16426]
16427
16428[[package]]
16429name = "sqlx-sqlite"
16430version = "0.8.6"
16431source = "registry+https://github.com/rust-lang/crates.io-index"
16432checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16433dependencies = [
16434 "atoi",
16435 "chrono",
16436 "flume",
16437 "futures-channel",
16438 "futures-core",
16439 "futures-executor",
16440 "futures-intrusive",
16441 "futures-util",
16442 "libsqlite3-sys",
16443 "log",
16444 "percent-encoding",
16445 "serde",
16446 "serde_urlencoded",
16447 "sqlx-core",
16448 "thiserror 2.0.17",
16449 "time",
16450 "tracing",
16451 "url",
16452 "uuid",
16453]
16454
16455[[package]]
16456name = "stable_deref_trait"
16457version = "1.2.1"
16458source = "registry+https://github.com/rust-lang/crates.io-index"
16459checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16460
16461[[package]]
16462name = "stacker"
16463version = "0.1.23"
16464source = "registry+https://github.com/rust-lang/crates.io-index"
16465checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16466dependencies = [
16467 "cc",
16468 "cfg-if",
16469 "libc",
16470 "psm",
16471 "windows-sys 0.59.0",
16472]
16473
16474[[package]]
16475name = "stacksafe"
16476version = "0.1.4"
16477source = "registry+https://github.com/rust-lang/crates.io-index"
16478checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16479dependencies = [
16480 "stacker",
16481 "stacksafe-macro",
16482]
16483
16484[[package]]
16485name = "stacksafe-macro"
16486version = "0.1.4"
16487source = "registry+https://github.com/rust-lang/crates.io-index"
16488checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16489dependencies = [
16490 "proc-macro-error2",
16491 "quote",
16492 "syn 2.0.117",
16493]
16494
16495[[package]]
16496name = "static_assertions"
16497version = "1.1.0"
16498source = "registry+https://github.com/rust-lang/crates.io-index"
16499checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16500
16501[[package]]
16502name = "story"
16503version = "0.1.0"
16504dependencies = [
16505 "gpui",
16506 "itertools 0.14.0",
16507 "smallvec",
16508]
16509
16510[[package]]
16511name = "storybook"
16512version = "0.1.0"
16513dependencies = [
16514 "anyhow",
16515 "clap",
16516 "ctrlc",
16517 "dialoguer",
16518 "editor",
16519 "fuzzy",
16520 "gpui",
16521 "gpui_platform",
16522 "indoc",
16523 "language",
16524 "log",
16525 "menu",
16526 "picker",
16527 "reqwest_client",
16528 "rust-embed",
16529 "settings",
16530 "simplelog",
16531 "story",
16532 "strum 0.27.2",
16533 "theme",
16534 "theme_settings",
16535 "title_bar",
16536 "ui",
16537]
16538
16539[[package]]
16540name = "streaming-iterator"
16541version = "0.1.9"
16542source = "registry+https://github.com/rust-lang/crates.io-index"
16543checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16544
16545[[package]]
16546name = "streaming_diff"
16547version = "0.1.0"
16548dependencies = [
16549 "ordered-float 2.10.1",
16550 "rand 0.9.2",
16551 "rope",
16552 "util",
16553]
16554
16555[[package]]
16556name = "strength_reduce"
16557version = "0.2.4"
16558source = "registry+https://github.com/rust-lang/crates.io-index"
16559checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16560
16561[[package]]
16562name = "strict-num"
16563version = "0.1.1"
16564source = "registry+https://github.com/rust-lang/crates.io-index"
16565checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16566dependencies = [
16567 "float-cmp",
16568]
16569
16570[[package]]
16571name = "string_cache"
16572version = "0.8.9"
16573source = "registry+https://github.com/rust-lang/crates.io-index"
16574checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16575dependencies = [
16576 "new_debug_unreachable",
16577 "parking_lot",
16578 "phf_shared 0.11.3",
16579 "precomputed-hash",
16580 "serde",
16581]
16582
16583[[package]]
16584name = "string_cache_codegen"
16585version = "0.5.4"
16586source = "registry+https://github.com/rust-lang/crates.io-index"
16587checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16588dependencies = [
16589 "phf_generator 0.11.3",
16590 "phf_shared 0.11.3",
16591 "proc-macro2",
16592 "quote",
16593]
16594
16595[[package]]
16596name = "stringprep"
16597version = "0.1.5"
16598source = "registry+https://github.com/rust-lang/crates.io-index"
16599checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16600dependencies = [
16601 "unicode-bidi",
16602 "unicode-normalization",
16603 "unicode-properties",
16604]
16605
16606[[package]]
16607name = "strsim"
16608version = "0.11.1"
16609source = "registry+https://github.com/rust-lang/crates.io-index"
16610checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16611
16612[[package]]
16613name = "strum"
16614version = "0.26.3"
16615source = "registry+https://github.com/rust-lang/crates.io-index"
16616checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16617
16618[[package]]
16619name = "strum"
16620version = "0.27.2"
16621source = "registry+https://github.com/rust-lang/crates.io-index"
16622checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16623dependencies = [
16624 "strum_macros 0.27.2",
16625]
16626
16627[[package]]
16628name = "strum"
16629version = "0.28.0"
16630source = "registry+https://github.com/rust-lang/crates.io-index"
16631checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16632dependencies = [
16633 "strum_macros 0.28.0",
16634]
16635
16636[[package]]
16637name = "strum_macros"
16638version = "0.27.2"
16639source = "registry+https://github.com/rust-lang/crates.io-index"
16640checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16641dependencies = [
16642 "heck 0.5.0",
16643 "proc-macro2",
16644 "quote",
16645 "syn 2.0.117",
16646]
16647
16648[[package]]
16649name = "strum_macros"
16650version = "0.28.0"
16651source = "registry+https://github.com/rust-lang/crates.io-index"
16652checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16653dependencies = [
16654 "heck 0.5.0",
16655 "proc-macro2",
16656 "quote",
16657 "syn 2.0.117",
16658]
16659
16660[[package]]
16661name = "subtle"
16662version = "2.6.1"
16663source = "registry+https://github.com/rust-lang/crates.io-index"
16664checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16665
16666[[package]]
16667name = "sum_tree"
16668version = "0.1.0"
16669dependencies = [
16670 "ctor",
16671 "heapless",
16672 "log",
16673 "proptest",
16674 "rand 0.9.2",
16675 "rayon",
16676 "tracing",
16677 "zlog",
16678 "ztracing",
16679]
16680
16681[[package]]
16682name = "sval"
16683version = "2.15.0"
16684source = "registry+https://github.com/rust-lang/crates.io-index"
16685checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16686
16687[[package]]
16688name = "sval_buffer"
16689version = "2.15.0"
16690source = "registry+https://github.com/rust-lang/crates.io-index"
16691checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16692dependencies = [
16693 "sval",
16694 "sval_ref",
16695]
16696
16697[[package]]
16698name = "sval_dynamic"
16699version = "2.15.0"
16700source = "registry+https://github.com/rust-lang/crates.io-index"
16701checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16702dependencies = [
16703 "sval",
16704]
16705
16706[[package]]
16707name = "sval_fmt"
16708version = "2.15.0"
16709source = "registry+https://github.com/rust-lang/crates.io-index"
16710checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16711dependencies = [
16712 "itoa",
16713 "ryu",
16714 "sval",
16715]
16716
16717[[package]]
16718name = "sval_json"
16719version = "2.15.0"
16720source = "registry+https://github.com/rust-lang/crates.io-index"
16721checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16722dependencies = [
16723 "itoa",
16724 "ryu",
16725 "sval",
16726]
16727
16728[[package]]
16729name = "sval_nested"
16730version = "2.15.0"
16731source = "registry+https://github.com/rust-lang/crates.io-index"
16732checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16733dependencies = [
16734 "sval",
16735 "sval_buffer",
16736 "sval_ref",
16737]
16738
16739[[package]]
16740name = "sval_ref"
16741version = "2.15.0"
16742source = "registry+https://github.com/rust-lang/crates.io-index"
16743checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16744dependencies = [
16745 "sval",
16746]
16747
16748[[package]]
16749name = "sval_serde"
16750version = "2.15.0"
16751source = "registry+https://github.com/rust-lang/crates.io-index"
16752checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16753dependencies = [
16754 "serde_core",
16755 "sval",
16756 "sval_nested",
16757]
16758
16759[[package]]
16760name = "svg_fmt"
16761version = "0.4.5"
16762source = "registry+https://github.com/rust-lang/crates.io-index"
16763checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
16764
16765[[package]]
16766name = "svg_preview"
16767version = "0.1.0"
16768dependencies = [
16769 "file_icons",
16770 "gpui",
16771 "language",
16772 "multi_buffer",
16773 "ui",
16774 "workspace",
16775 "zed_actions",
16776]
16777
16778[[package]]
16779name = "svgtypes"
16780version = "0.15.3"
16781source = "registry+https://github.com/rust-lang/crates.io-index"
16782checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
16783dependencies = [
16784 "kurbo",
16785 "siphasher 1.0.1",
16786]
16787
16788[[package]]
16789name = "swash"
16790version = "0.2.6"
16791source = "registry+https://github.com/rust-lang/crates.io-index"
16792checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
16793dependencies = [
16794 "skrifa 0.37.0",
16795 "yazi",
16796 "zeno",
16797]
16798
16799[[package]]
16800name = "symphonia"
16801version = "0.5.5"
16802source = "registry+https://github.com/rust-lang/crates.io-index"
16803checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
16804dependencies = [
16805 "lazy_static",
16806 "symphonia-bundle-flac",
16807 "symphonia-bundle-mp3",
16808 "symphonia-codec-aac",
16809 "symphonia-codec-pcm",
16810 "symphonia-codec-vorbis",
16811 "symphonia-core",
16812 "symphonia-format-isomp4",
16813 "symphonia-format-ogg",
16814 "symphonia-format-riff",
16815 "symphonia-metadata",
16816]
16817
16818[[package]]
16819name = "symphonia-bundle-flac"
16820version = "0.5.5"
16821source = "registry+https://github.com/rust-lang/crates.io-index"
16822checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
16823dependencies = [
16824 "log",
16825 "symphonia-core",
16826 "symphonia-metadata",
16827 "symphonia-utils-xiph",
16828]
16829
16830[[package]]
16831name = "symphonia-bundle-mp3"
16832version = "0.5.5"
16833source = "registry+https://github.com/rust-lang/crates.io-index"
16834checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
16835dependencies = [
16836 "lazy_static",
16837 "log",
16838 "symphonia-core",
16839 "symphonia-metadata",
16840]
16841
16842[[package]]
16843name = "symphonia-codec-aac"
16844version = "0.5.5"
16845source = "registry+https://github.com/rust-lang/crates.io-index"
16846checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
16847dependencies = [
16848 "lazy_static",
16849 "log",
16850 "symphonia-core",
16851]
16852
16853[[package]]
16854name = "symphonia-codec-pcm"
16855version = "0.5.5"
16856source = "registry+https://github.com/rust-lang/crates.io-index"
16857checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
16858dependencies = [
16859 "log",
16860 "symphonia-core",
16861]
16862
16863[[package]]
16864name = "symphonia-codec-vorbis"
16865version = "0.5.5"
16866source = "registry+https://github.com/rust-lang/crates.io-index"
16867checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
16868dependencies = [
16869 "log",
16870 "symphonia-core",
16871 "symphonia-utils-xiph",
16872]
16873
16874[[package]]
16875name = "symphonia-core"
16876version = "0.5.5"
16877source = "registry+https://github.com/rust-lang/crates.io-index"
16878checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
16879dependencies = [
16880 "arrayvec",
16881 "bitflags 1.3.2",
16882 "bytemuck",
16883 "lazy_static",
16884 "log",
16885]
16886
16887[[package]]
16888name = "symphonia-format-isomp4"
16889version = "0.5.5"
16890source = "registry+https://github.com/rust-lang/crates.io-index"
16891checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
16892dependencies = [
16893 "encoding_rs",
16894 "log",
16895 "symphonia-core",
16896 "symphonia-metadata",
16897 "symphonia-utils-xiph",
16898]
16899
16900[[package]]
16901name = "symphonia-format-ogg"
16902version = "0.5.5"
16903source = "registry+https://github.com/rust-lang/crates.io-index"
16904checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
16905dependencies = [
16906 "log",
16907 "symphonia-core",
16908 "symphonia-metadata",
16909 "symphonia-utils-xiph",
16910]
16911
16912[[package]]
16913name = "symphonia-format-riff"
16914version = "0.5.5"
16915source = "registry+https://github.com/rust-lang/crates.io-index"
16916checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
16917dependencies = [
16918 "extended",
16919 "log",
16920 "symphonia-core",
16921 "symphonia-metadata",
16922]
16923
16924[[package]]
16925name = "symphonia-metadata"
16926version = "0.5.5"
16927source = "registry+https://github.com/rust-lang/crates.io-index"
16928checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
16929dependencies = [
16930 "encoding_rs",
16931 "lazy_static",
16932 "log",
16933 "symphonia-core",
16934]
16935
16936[[package]]
16937name = "symphonia-utils-xiph"
16938version = "0.5.5"
16939source = "registry+https://github.com/rust-lang/crates.io-index"
16940checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
16941dependencies = [
16942 "symphonia-core",
16943 "symphonia-metadata",
16944]
16945
16946[[package]]
16947name = "syn"
16948version = "1.0.109"
16949source = "registry+https://github.com/rust-lang/crates.io-index"
16950checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
16951dependencies = [
16952 "proc-macro2",
16953 "quote",
16954 "unicode-ident",
16955]
16956
16957[[package]]
16958name = "syn"
16959version = "2.0.117"
16960source = "registry+https://github.com/rust-lang/crates.io-index"
16961checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
16962dependencies = [
16963 "proc-macro2",
16964 "quote",
16965 "unicode-ident",
16966]
16967
16968[[package]]
16969name = "sync_wrapper"
16970version = "0.1.2"
16971source = "registry+https://github.com/rust-lang/crates.io-index"
16972checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
16973
16974[[package]]
16975name = "sync_wrapper"
16976version = "1.0.2"
16977source = "registry+https://github.com/rust-lang/crates.io-index"
16978checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
16979dependencies = [
16980 "futures-core",
16981]
16982
16983[[package]]
16984name = "synchronoise"
16985version = "1.0.1"
16986source = "registry+https://github.com/rust-lang/crates.io-index"
16987checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
16988dependencies = [
16989 "crossbeam-queue",
16990]
16991
16992[[package]]
16993name = "synstructure"
16994version = "0.13.2"
16995source = "registry+https://github.com/rust-lang/crates.io-index"
16996checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
16997dependencies = [
16998 "proc-macro2",
16999 "quote",
17000 "syn 2.0.117",
17001]
17002
17003[[package]]
17004name = "syntax_theme"
17005version = "0.1.0"
17006dependencies = [
17007 "gpui",
17008 "serde",
17009 "serde_json",
17010]
17011
17012[[package]]
17013name = "sys-locale"
17014version = "0.3.2"
17015source = "registry+https://github.com/rust-lang/crates.io-index"
17016checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17017dependencies = [
17018 "libc",
17019]
17020
17021[[package]]
17022name = "sysctl"
17023version = "0.5.5"
17024source = "registry+https://github.com/rust-lang/crates.io-index"
17025checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17026dependencies = [
17027 "bitflags 2.10.0",
17028 "byteorder",
17029 "enum-as-inner",
17030 "libc",
17031 "thiserror 1.0.69",
17032 "walkdir",
17033]
17034
17035[[package]]
17036name = "sysctl"
17037version = "0.6.0"
17038source = "registry+https://github.com/rust-lang/crates.io-index"
17039checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17040dependencies = [
17041 "bitflags 2.10.0",
17042 "byteorder",
17043 "enum-as-inner",
17044 "libc",
17045 "thiserror 1.0.69",
17046 "walkdir",
17047]
17048
17049[[package]]
17050name = "sysinfo"
17051version = "0.31.4"
17052source = "registry+https://github.com/rust-lang/crates.io-index"
17053checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17054dependencies = [
17055 "core-foundation-sys",
17056 "libc",
17057 "memchr",
17058 "ntapi",
17059 "rayon",
17060 "windows 0.57.0",
17061]
17062
17063[[package]]
17064name = "sysinfo"
17065version = "0.37.2"
17066source = "registry+https://github.com/rust-lang/crates.io-index"
17067checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17068dependencies = [
17069 "libc",
17070 "memchr",
17071 "ntapi",
17072 "objc2-core-foundation",
17073 "objc2-io-kit",
17074 "windows 0.61.3",
17075]
17076
17077[[package]]
17078name = "system-configuration"
17079version = "0.5.1"
17080source = "registry+https://github.com/rust-lang/crates.io-index"
17081checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17082dependencies = [
17083 "bitflags 1.3.2",
17084 "core-foundation 0.9.4",
17085 "system-configuration-sys 0.5.0",
17086]
17087
17088[[package]]
17089name = "system-configuration"
17090version = "0.6.1"
17091source = "registry+https://github.com/rust-lang/crates.io-index"
17092checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17093dependencies = [
17094 "bitflags 2.10.0",
17095 "core-foundation 0.9.4",
17096 "system-configuration-sys 0.6.0",
17097]
17098
17099[[package]]
17100name = "system-configuration-sys"
17101version = "0.5.0"
17102source = "registry+https://github.com/rust-lang/crates.io-index"
17103checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17104dependencies = [
17105 "core-foundation-sys",
17106 "libc",
17107]
17108
17109[[package]]
17110name = "system-configuration-sys"
17111version = "0.6.0"
17112source = "registry+https://github.com/rust-lang/crates.io-index"
17113checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17114dependencies = [
17115 "core-foundation-sys",
17116 "libc",
17117]
17118
17119[[package]]
17120name = "system-deps"
17121version = "6.2.2"
17122source = "registry+https://github.com/rust-lang/crates.io-index"
17123checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
17124dependencies = [
17125 "cfg-expr 0.15.8",
17126 "heck 0.5.0",
17127 "pkg-config",
17128 "toml 0.8.23",
17129 "version-compare",
17130]
17131
17132[[package]]
17133name = "system-deps"
17134version = "7.0.7"
17135source = "registry+https://github.com/rust-lang/crates.io-index"
17136checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17137dependencies = [
17138 "cfg-expr 0.20.6",
17139 "heck 0.5.0",
17140 "pkg-config",
17141 "toml 0.9.8",
17142 "version-compare",
17143]
17144
17145[[package]]
17146name = "system-interface"
17147version = "0.27.3"
17148source = "registry+https://github.com/rust-lang/crates.io-index"
17149checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17150dependencies = [
17151 "bitflags 2.10.0",
17152 "cap-fs-ext",
17153 "cap-std",
17154 "fd-lock",
17155 "io-lifetimes",
17156 "rustix 0.38.44",
17157 "windows-sys 0.59.0",
17158 "winx",
17159]
17160
17161[[package]]
17162name = "system_specs"
17163version = "0.1.0"
17164dependencies = [
17165 "anyhow",
17166 "client",
17167 "gpui",
17168 "human_bytes",
17169 "pciid-parser",
17170 "release_channel",
17171 "semver",
17172 "serde",
17173 "sysinfo 0.37.2",
17174]
17175
17176[[package]]
17177name = "tab_switcher"
17178version = "0.1.0"
17179dependencies = [
17180 "collections",
17181 "ctor",
17182 "editor",
17183 "fuzzy",
17184 "gpui",
17185 "menu",
17186 "picker",
17187 "project",
17188 "schemars",
17189 "serde",
17190 "serde_json",
17191 "settings",
17192 "smol",
17193 "theme",
17194 "theme_settings",
17195 "ui",
17196 "util",
17197 "workspace",
17198 "zlog",
17199]
17200
17201[[package]]
17202name = "taffy"
17203version = "0.9.0"
17204source = "registry+https://github.com/rust-lang/crates.io-index"
17205checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17206dependencies = [
17207 "arrayvec",
17208 "grid",
17209 "serde",
17210 "slotmap",
17211]
17212
17213[[package]]
17214name = "tagptr"
17215version = "0.2.0"
17216source = "registry+https://github.com/rust-lang/crates.io-index"
17217checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17218
17219[[package]]
17220name = "take-until"
17221version = "0.2.0"
17222source = "registry+https://github.com/rust-lang/crates.io-index"
17223checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17224
17225[[package]]
17226name = "tao-core-video-sys"
17227version = "0.2.0"
17228source = "registry+https://github.com/rust-lang/crates.io-index"
17229checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17230dependencies = [
17231 "cfg-if",
17232 "core-foundation-sys",
17233 "libc",
17234 "objc",
17235]
17236
17237[[package]]
17238name = "tap"
17239version = "1.0.1"
17240source = "registry+https://github.com/rust-lang/crates.io-index"
17241checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17242
17243[[package]]
17244name = "target-lexicon"
17245version = "0.12.16"
17246source = "registry+https://github.com/rust-lang/crates.io-index"
17247checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
17248
17249[[package]]
17250name = "target-lexicon"
17251version = "0.13.3"
17252source = "registry+https://github.com/rust-lang/crates.io-index"
17253checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17254
17255[[package]]
17256name = "task"
17257version = "0.1.0"
17258dependencies = [
17259 "anyhow",
17260 "collections",
17261 "futures 0.3.32",
17262 "gpui",
17263 "hex",
17264 "log",
17265 "parking_lot",
17266 "pretty_assertions",
17267 "proto",
17268 "schemars",
17269 "serde",
17270 "serde_json",
17271 "serde_json_lenient",
17272 "sha2",
17273 "shellexpand 2.1.2",
17274 "util",
17275 "zed_actions",
17276]
17277
17278[[package]]
17279name = "tasks_ui"
17280version = "0.1.0"
17281dependencies = [
17282 "anyhow",
17283 "collections",
17284 "editor",
17285 "file_icons",
17286 "fuzzy",
17287 "gpui",
17288 "itertools 0.14.0",
17289 "language",
17290 "menu",
17291 "picker",
17292 "project",
17293 "serde",
17294 "serde_json",
17295 "task",
17296 "tree-sitter-rust",
17297 "tree-sitter-typescript",
17298 "ui",
17299 "util",
17300 "workspace",
17301 "zed_actions",
17302]
17303
17304[[package]]
17305name = "telemetry"
17306version = "0.1.0"
17307dependencies = [
17308 "futures 0.3.32",
17309 "serde",
17310 "serde_json",
17311 "telemetry_events",
17312]
17313
17314[[package]]
17315name = "telemetry_events"
17316version = "0.1.0"
17317dependencies = [
17318 "semver",
17319 "serde",
17320 "serde_json",
17321]
17322
17323[[package]]
17324name = "tempfile"
17325version = "3.23.0"
17326source = "registry+https://github.com/rust-lang/crates.io-index"
17327checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17328dependencies = [
17329 "fastrand 2.3.0",
17330 "getrandom 0.3.4",
17331 "once_cell",
17332 "rustix 1.1.2",
17333 "windows-sys 0.61.2",
17334]
17335
17336[[package]]
17337name = "tendril"
17338version = "0.4.3"
17339source = "registry+https://github.com/rust-lang/crates.io-index"
17340checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17341dependencies = [
17342 "futf",
17343 "mac",
17344 "utf-8",
17345]
17346
17347[[package]]
17348name = "termcolor"
17349version = "1.4.1"
17350source = "registry+https://github.com/rust-lang/crates.io-index"
17351checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17352dependencies = [
17353 "winapi-util",
17354]
17355
17356[[package]]
17357name = "terminal"
17358version = "0.1.0"
17359dependencies = [
17360 "alacritty_terminal",
17361 "anyhow",
17362 "collections",
17363 "futures 0.3.32",
17364 "gpui",
17365 "itertools 0.14.0",
17366 "libc",
17367 "log",
17368 "parking_lot",
17369 "rand 0.9.2",
17370 "regex",
17371 "release_channel",
17372 "schemars",
17373 "serde",
17374 "settings",
17375 "smol",
17376 "sysinfo 0.37.2",
17377 "task",
17378 "theme",
17379 "theme_settings",
17380 "thiserror 2.0.17",
17381 "url",
17382 "urlencoding",
17383 "util",
17384 "util_macros",
17385 "windows 0.61.3",
17386]
17387
17388[[package]]
17389name = "terminal_size"
17390version = "0.4.3"
17391source = "registry+https://github.com/rust-lang/crates.io-index"
17392checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17393dependencies = [
17394 "rustix 1.1.2",
17395 "windows-sys 0.60.2",
17396]
17397
17398[[package]]
17399name = "terminal_view"
17400version = "0.1.0"
17401dependencies = [
17402 "anyhow",
17403 "async-recursion",
17404 "breadcrumbs",
17405 "collections",
17406 "db",
17407 "dirs 4.0.0",
17408 "editor",
17409 "futures 0.3.32",
17410 "gpui",
17411 "itertools 0.14.0",
17412 "language",
17413 "log",
17414 "menu",
17415 "pretty_assertions",
17416 "project",
17417 "regex",
17418 "schemars",
17419 "serde",
17420 "serde_json",
17421 "settings",
17422 "shellexpand 2.1.2",
17423 "task",
17424 "terminal",
17425 "theme",
17426 "theme_settings",
17427 "ui",
17428 "util",
17429 "workspace",
17430 "zed_actions",
17431]
17432
17433[[package]]
17434name = "text"
17435version = "0.1.0"
17436dependencies = [
17437 "anyhow",
17438 "clock",
17439 "collections",
17440 "ctor",
17441 "gpui",
17442 "log",
17443 "parking_lot",
17444 "postage",
17445 "rand 0.9.2",
17446 "regex",
17447 "rope",
17448 "smallvec",
17449 "sum_tree",
17450 "util",
17451 "zlog",
17452]
17453
17454[[package]]
17455name = "theme"
17456version = "0.1.0"
17457dependencies = [
17458 "anyhow",
17459 "collections",
17460 "derive_more",
17461 "gpui",
17462 "palette",
17463 "parking_lot",
17464 "refineable",
17465 "schemars",
17466 "serde",
17467 "serde_json",
17468 "serde_json_lenient",
17469 "strum 0.27.2",
17470 "syntax_theme",
17471 "thiserror 2.0.17",
17472 "uuid",
17473]
17474
17475[[package]]
17476name = "theme_extension"
17477version = "0.1.0"
17478dependencies = [
17479 "anyhow",
17480 "extension",
17481 "fs",
17482 "gpui",
17483 "theme",
17484 "theme_settings",
17485]
17486
17487[[package]]
17488name = "theme_importer"
17489version = "0.1.0"
17490dependencies = [
17491 "anyhow",
17492 "clap",
17493 "collections",
17494 "gpui",
17495 "indexmap",
17496 "log",
17497 "palette",
17498 "serde",
17499 "serde_json",
17500 "serde_json_lenient",
17501 "simplelog",
17502 "strum 0.27.2",
17503 "theme",
17504 "theme_settings",
17505 "vscode_theme",
17506]
17507
17508[[package]]
17509name = "theme_selector"
17510version = "0.1.0"
17511dependencies = [
17512 "fs",
17513 "fuzzy",
17514 "gpui",
17515 "log",
17516 "picker",
17517 "serde",
17518 "settings",
17519 "telemetry",
17520 "theme",
17521 "theme_settings",
17522 "ui",
17523 "util",
17524 "workspace",
17525 "zed_actions",
17526]
17527
17528[[package]]
17529name = "theme_settings"
17530version = "0.1.0"
17531dependencies = [
17532 "anyhow",
17533 "collections",
17534 "gpui",
17535 "gpui_util",
17536 "log",
17537 "palette",
17538 "refineable",
17539 "schemars",
17540 "serde",
17541 "serde_json",
17542 "serde_json_lenient",
17543 "settings",
17544 "theme",
17545 "uuid",
17546]
17547
17548[[package]]
17549name = "thiserror"
17550version = "1.0.69"
17551source = "registry+https://github.com/rust-lang/crates.io-index"
17552checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17553dependencies = [
17554 "thiserror-impl 1.0.69",
17555]
17556
17557[[package]]
17558name = "thiserror"
17559version = "2.0.17"
17560source = "registry+https://github.com/rust-lang/crates.io-index"
17561checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17562dependencies = [
17563 "thiserror-impl 2.0.17",
17564]
17565
17566[[package]]
17567name = "thiserror-impl"
17568version = "1.0.69"
17569source = "registry+https://github.com/rust-lang/crates.io-index"
17570checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17571dependencies = [
17572 "proc-macro2",
17573 "quote",
17574 "syn 2.0.117",
17575]
17576
17577[[package]]
17578name = "thiserror-impl"
17579version = "2.0.17"
17580source = "registry+https://github.com/rust-lang/crates.io-index"
17581checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17582dependencies = [
17583 "proc-macro2",
17584 "quote",
17585 "syn 2.0.117",
17586]
17587
17588[[package]]
17589name = "thread_local"
17590version = "1.1.9"
17591source = "registry+https://github.com/rust-lang/crates.io-index"
17592checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17593dependencies = [
17594 "cfg-if",
17595]
17596
17597[[package]]
17598name = "tiff"
17599version = "0.10.3"
17600source = "registry+https://github.com/rust-lang/crates.io-index"
17601checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
17602dependencies = [
17603 "fax",
17604 "flate2",
17605 "half",
17606 "quick-error 2.0.1",
17607 "weezl",
17608 "zune-jpeg",
17609]
17610
17611[[package]]
17612name = "tiktoken-rs"
17613version = "0.9.1"
17614source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17615dependencies = [
17616 "anyhow",
17617 "base64 0.22.1",
17618 "bstr",
17619 "fancy-regex 0.16.2",
17620 "lazy_static",
17621 "regex",
17622 "rustc-hash 1.1.0",
17623]
17624
17625[[package]]
17626name = "time"
17627version = "0.3.47"
17628source = "registry+https://github.com/rust-lang/crates.io-index"
17629checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17630dependencies = [
17631 "deranged",
17632 "itoa",
17633 "libc",
17634 "num-conv",
17635 "num_threads",
17636 "powerfmt",
17637 "serde_core",
17638 "time-core",
17639 "time-macros",
17640]
17641
17642[[package]]
17643name = "time-core"
17644version = "0.1.8"
17645source = "registry+https://github.com/rust-lang/crates.io-index"
17646checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17647
17648[[package]]
17649name = "time-macros"
17650version = "0.2.27"
17651source = "registry+https://github.com/rust-lang/crates.io-index"
17652checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17653dependencies = [
17654 "num-conv",
17655 "time-core",
17656]
17657
17658[[package]]
17659name = "time_format"
17660version = "0.1.0"
17661dependencies = [
17662 "core-foundation 0.10.0",
17663 "core-foundation-sys",
17664 "sys-locale",
17665 "time",
17666 "windows 0.61.3",
17667]
17668
17669[[package]]
17670name = "tiny-keccak"
17671version = "2.0.2"
17672source = "registry+https://github.com/rust-lang/crates.io-index"
17673checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17674dependencies = [
17675 "crunchy",
17676]
17677
17678[[package]]
17679name = "tiny-skia"
17680version = "0.11.4"
17681source = "registry+https://github.com/rust-lang/crates.io-index"
17682checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17683dependencies = [
17684 "arrayref",
17685 "arrayvec",
17686 "bytemuck",
17687 "cfg-if",
17688 "log",
17689 "png 0.17.16",
17690 "tiny-skia-path",
17691]
17692
17693[[package]]
17694name = "tiny-skia-path"
17695version = "0.11.4"
17696source = "registry+https://github.com/rust-lang/crates.io-index"
17697checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17698dependencies = [
17699 "arrayref",
17700 "bytemuck",
17701 "strict-num",
17702]
17703
17704[[package]]
17705name = "tiny_http"
17706version = "0.12.0"
17707source = "registry+https://github.com/rust-lang/crates.io-index"
17708checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17709dependencies = [
17710 "ascii",
17711 "chunked_transfer",
17712 "httpdate",
17713 "log",
17714]
17715
17716[[package]]
17717name = "tinystr"
17718version = "0.8.1"
17719source = "registry+https://github.com/rust-lang/crates.io-index"
17720checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17721dependencies = [
17722 "displaydoc",
17723 "zerovec",
17724]
17725
17726[[package]]
17727name = "tinytemplate"
17728version = "1.2.1"
17729source = "registry+https://github.com/rust-lang/crates.io-index"
17730checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17731dependencies = [
17732 "serde",
17733 "serde_json",
17734]
17735
17736[[package]]
17737name = "tinyvec"
17738version = "1.10.0"
17739source = "registry+https://github.com/rust-lang/crates.io-index"
17740checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17741dependencies = [
17742 "tinyvec_macros",
17743]
17744
17745[[package]]
17746name = "tinyvec_macros"
17747version = "0.1.1"
17748source = "registry+https://github.com/rust-lang/crates.io-index"
17749checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17750
17751[[package]]
17752name = "title_bar"
17753version = "0.1.0"
17754dependencies = [
17755 "anyhow",
17756 "auto_update",
17757 "call",
17758 "channel",
17759 "chrono",
17760 "client",
17761 "cloud_api_types",
17762 "db",
17763 "git_ui",
17764 "gpui",
17765 "icons",
17766 "livekit_client",
17767 "notifications",
17768 "platform_title_bar",
17769 "project",
17770 "recent_projects",
17771 "release_channel",
17772 "remote",
17773 "remote_connection",
17774 "rpc",
17775 "schemars",
17776 "semver",
17777 "serde",
17778 "settings",
17779 "smallvec",
17780 "story",
17781 "telemetry",
17782 "theme",
17783 "ui",
17784 "util",
17785 "windows 0.61.3",
17786 "workspace",
17787 "zed_actions",
17788]
17789
17790[[package]]
17791name = "tokio"
17792version = "1.48.0"
17793source = "registry+https://github.com/rust-lang/crates.io-index"
17794checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
17795dependencies = [
17796 "bytes 1.11.1",
17797 "libc",
17798 "mio 1.1.0",
17799 "parking_lot",
17800 "pin-project-lite",
17801 "signal-hook-registry",
17802 "socket2 0.6.1",
17803 "tokio-macros",
17804 "windows-sys 0.61.2",
17805]
17806
17807[[package]]
17808name = "tokio-io"
17809version = "0.1.13"
17810source = "registry+https://github.com/rust-lang/crates.io-index"
17811checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
17812dependencies = [
17813 "bytes 0.4.12",
17814 "futures 0.1.31",
17815 "log",
17816]
17817
17818[[package]]
17819name = "tokio-macros"
17820version = "2.6.0"
17821source = "registry+https://github.com/rust-lang/crates.io-index"
17822checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
17823dependencies = [
17824 "proc-macro2",
17825 "quote",
17826 "syn 2.0.117",
17827]
17828
17829[[package]]
17830name = "tokio-native-tls"
17831version = "0.3.1"
17832source = "registry+https://github.com/rust-lang/crates.io-index"
17833checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
17834dependencies = [
17835 "native-tls",
17836 "tokio",
17837]
17838
17839[[package]]
17840name = "tokio-rustls"
17841version = "0.24.1"
17842source = "registry+https://github.com/rust-lang/crates.io-index"
17843checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
17844dependencies = [
17845 "rustls 0.21.12",
17846 "tokio",
17847]
17848
17849[[package]]
17850name = "tokio-rustls"
17851version = "0.26.2"
17852source = "registry+https://github.com/rust-lang/crates.io-index"
17853checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
17854dependencies = [
17855 "rustls 0.23.33",
17856 "tokio",
17857]
17858
17859[[package]]
17860name = "tokio-socks"
17861version = "0.5.2"
17862source = "registry+https://github.com/rust-lang/crates.io-index"
17863checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
17864dependencies = [
17865 "either",
17866 "futures-io",
17867 "futures-util",
17868 "thiserror 1.0.69",
17869 "tokio",
17870]
17871
17872[[package]]
17873name = "tokio-stream"
17874version = "0.1.17"
17875source = "registry+https://github.com/rust-lang/crates.io-index"
17876checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
17877dependencies = [
17878 "futures-core",
17879 "pin-project-lite",
17880 "tokio",
17881]
17882
17883[[package]]
17884name = "tokio-tungstenite"
17885version = "0.20.1"
17886source = "registry+https://github.com/rust-lang/crates.io-index"
17887checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
17888dependencies = [
17889 "futures-util",
17890 "log",
17891 "tokio",
17892 "tungstenite 0.20.1",
17893]
17894
17895[[package]]
17896name = "tokio-tungstenite"
17897version = "0.21.0"
17898source = "registry+https://github.com/rust-lang/crates.io-index"
17899checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
17900dependencies = [
17901 "futures-util",
17902 "log",
17903 "tokio",
17904 "tungstenite 0.21.0",
17905]
17906
17907[[package]]
17908name = "tokio-tungstenite"
17909version = "0.28.0"
17910source = "registry+https://github.com/rust-lang/crates.io-index"
17911checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
17912dependencies = [
17913 "futures-util",
17914 "log",
17915 "rustls 0.23.33",
17916 "rustls-native-certs 0.8.2",
17917 "rustls-pki-types",
17918 "tokio",
17919 "tokio-rustls 0.26.2",
17920 "tungstenite 0.28.0",
17921]
17922
17923[[package]]
17924name = "tokio-util"
17925version = "0.7.16"
17926source = "registry+https://github.com/rust-lang/crates.io-index"
17927checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
17928dependencies = [
17929 "bytes 1.11.1",
17930 "futures-core",
17931 "futures-io",
17932 "futures-sink",
17933 "pin-project-lite",
17934 "tokio",
17935]
17936
17937[[package]]
17938name = "toml"
17939version = "0.5.11"
17940source = "registry+https://github.com/rust-lang/crates.io-index"
17941checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
17942dependencies = [
17943 "serde",
17944]
17945
17946[[package]]
17947name = "toml"
17948version = "0.8.23"
17949source = "registry+https://github.com/rust-lang/crates.io-index"
17950checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
17951dependencies = [
17952 "serde",
17953 "serde_spanned 0.6.9",
17954 "toml_datetime 0.6.11",
17955 "toml_edit 0.22.27",
17956]
17957
17958[[package]]
17959name = "toml"
17960version = "0.9.8"
17961source = "registry+https://github.com/rust-lang/crates.io-index"
17962checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
17963dependencies = [
17964 "indexmap",
17965 "serde_core",
17966 "serde_spanned 1.0.3",
17967 "toml_datetime 0.7.3",
17968 "toml_parser",
17969 "toml_writer",
17970 "winnow",
17971]
17972
17973[[package]]
17974name = "toml_datetime"
17975version = "0.6.11"
17976source = "registry+https://github.com/rust-lang/crates.io-index"
17977checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
17978dependencies = [
17979 "serde",
17980]
17981
17982[[package]]
17983name = "toml_datetime"
17984version = "0.7.3"
17985source = "registry+https://github.com/rust-lang/crates.io-index"
17986checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
17987dependencies = [
17988 "serde_core",
17989]
17990
17991[[package]]
17992name = "toml_edit"
17993version = "0.22.27"
17994source = "registry+https://github.com/rust-lang/crates.io-index"
17995checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
17996dependencies = [
17997 "indexmap",
17998 "serde",
17999 "serde_spanned 0.6.9",
18000 "toml_datetime 0.6.11",
18001 "toml_write",
18002 "winnow",
18003]
18004
18005[[package]]
18006name = "toml_edit"
18007version = "0.23.7"
18008source = "registry+https://github.com/rust-lang/crates.io-index"
18009checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18010dependencies = [
18011 "indexmap",
18012 "toml_datetime 0.7.3",
18013 "toml_parser",
18014 "winnow",
18015]
18016
18017[[package]]
18018name = "toml_parser"
18019version = "1.0.4"
18020source = "registry+https://github.com/rust-lang/crates.io-index"
18021checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18022dependencies = [
18023 "winnow",
18024]
18025
18026[[package]]
18027name = "toml_write"
18028version = "0.1.2"
18029source = "registry+https://github.com/rust-lang/crates.io-index"
18030checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18031
18032[[package]]
18033name = "toml_writer"
18034version = "1.0.4"
18035source = "registry+https://github.com/rust-lang/crates.io-index"
18036checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18037
18038[[package]]
18039name = "toolchain_selector"
18040version = "0.1.0"
18041dependencies = [
18042 "anyhow",
18043 "convert_case 0.8.0",
18044 "editor",
18045 "futures 0.3.32",
18046 "fuzzy",
18047 "gpui",
18048 "language",
18049 "menu",
18050 "open_path_prompt",
18051 "picker",
18052 "project",
18053 "ui",
18054 "util",
18055 "workspace",
18056]
18057
18058[[package]]
18059name = "topological-sort"
18060version = "0.2.2"
18061source = "registry+https://github.com/rust-lang/crates.io-index"
18062checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18063
18064[[package]]
18065name = "tower"
18066version = "0.4.13"
18067source = "registry+https://github.com/rust-lang/crates.io-index"
18068checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18069dependencies = [
18070 "futures-core",
18071 "futures-util",
18072 "pin-project",
18073 "pin-project-lite",
18074 "tokio",
18075 "tower-layer",
18076 "tower-service",
18077 "tracing",
18078]
18079
18080[[package]]
18081name = "tower"
18082version = "0.5.2"
18083source = "registry+https://github.com/rust-lang/crates.io-index"
18084checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18085dependencies = [
18086 "futures-core",
18087 "futures-util",
18088 "pin-project-lite",
18089 "sync_wrapper 1.0.2",
18090 "tokio",
18091 "tower-layer",
18092 "tower-service",
18093]
18094
18095[[package]]
18096name = "tower-http"
18097version = "0.4.4"
18098source = "registry+https://github.com/rust-lang/crates.io-index"
18099checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18100dependencies = [
18101 "bitflags 2.10.0",
18102 "bytes 1.11.1",
18103 "futures-core",
18104 "futures-util",
18105 "http 0.2.12",
18106 "http-body 0.4.6",
18107 "http-range-header",
18108 "pin-project-lite",
18109 "tower-layer",
18110 "tower-service",
18111 "tracing",
18112]
18113
18114[[package]]
18115name = "tower-http"
18116version = "0.6.6"
18117source = "registry+https://github.com/rust-lang/crates.io-index"
18118checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18119dependencies = [
18120 "bitflags 2.10.0",
18121 "bytes 1.11.1",
18122 "futures-util",
18123 "http 1.3.1",
18124 "http-body 1.0.1",
18125 "iri-string",
18126 "pin-project-lite",
18127 "tower 0.5.2",
18128 "tower-layer",
18129 "tower-service",
18130]
18131
18132[[package]]
18133name = "tower-layer"
18134version = "0.3.3"
18135source = "registry+https://github.com/rust-lang/crates.io-index"
18136checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18137
18138[[package]]
18139name = "tower-service"
18140version = "0.3.3"
18141source = "registry+https://github.com/rust-lang/crates.io-index"
18142checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18143
18144[[package]]
18145name = "tracing"
18146version = "0.1.43"
18147source = "registry+https://github.com/rust-lang/crates.io-index"
18148checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18149dependencies = [
18150 "log",
18151 "pin-project-lite",
18152 "tracing-attributes",
18153 "tracing-core",
18154]
18155
18156[[package]]
18157name = "tracing-attributes"
18158version = "0.1.31"
18159source = "registry+https://github.com/rust-lang/crates.io-index"
18160checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18161dependencies = [
18162 "proc-macro2",
18163 "quote",
18164 "syn 2.0.117",
18165]
18166
18167[[package]]
18168name = "tracing-core"
18169version = "0.1.35"
18170source = "registry+https://github.com/rust-lang/crates.io-index"
18171checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18172dependencies = [
18173 "once_cell",
18174 "valuable",
18175]
18176
18177[[package]]
18178name = "tracing-log"
18179version = "0.2.0"
18180source = "registry+https://github.com/rust-lang/crates.io-index"
18181checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18182dependencies = [
18183 "log",
18184 "once_cell",
18185 "tracing-core",
18186]
18187
18188[[package]]
18189name = "tracing-serde"
18190version = "0.2.0"
18191source = "registry+https://github.com/rust-lang/crates.io-index"
18192checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18193dependencies = [
18194 "serde",
18195 "tracing-core",
18196]
18197
18198[[package]]
18199name = "tracing-subscriber"
18200version = "0.3.22"
18201source = "registry+https://github.com/rust-lang/crates.io-index"
18202checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18203dependencies = [
18204 "matchers",
18205 "nu-ansi-term",
18206 "once_cell",
18207 "regex-automata",
18208 "serde",
18209 "serde_json",
18210 "sharded-slab",
18211 "smallvec",
18212 "thread_local",
18213 "tracing",
18214 "tracing-core",
18215 "tracing-log",
18216 "tracing-serde",
18217]
18218
18219[[package]]
18220name = "tracing-tracy"
18221version = "0.11.4"
18222source = "registry+https://github.com/rust-lang/crates.io-index"
18223checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18224dependencies = [
18225 "tracing-core",
18226 "tracing-subscriber",
18227 "tracy-client",
18228]
18229
18230[[package]]
18231name = "tracy-client"
18232version = "0.18.3"
18233source = "registry+https://github.com/rust-lang/crates.io-index"
18234checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18235dependencies = [
18236 "loom",
18237 "once_cell",
18238 "tracy-client-sys",
18239]
18240
18241[[package]]
18242name = "tracy-client-sys"
18243version = "0.27.0"
18244source = "registry+https://github.com/rust-lang/crates.io-index"
18245checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18246dependencies = [
18247 "cc",
18248 "windows-targets 0.52.6",
18249]
18250
18251[[package]]
18252name = "transpose"
18253version = "0.2.3"
18254source = "registry+https://github.com/rust-lang/crates.io-index"
18255checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18256dependencies = [
18257 "num-integer",
18258 "strength_reduce",
18259]
18260
18261[[package]]
18262name = "tree-sitter"
18263version = "0.26.8"
18264source = "registry+https://github.com/rust-lang/crates.io-index"
18265checksum = "887bd495d0582c5e3e0d8ece2233666169fa56a9644d172fc22ad179ab2d0538"
18266dependencies = [
18267 "cc",
18268 "regex",
18269 "regex-syntax",
18270 "serde_json",
18271 "streaming-iterator",
18272 "tree-sitter-language",
18273 "wasmtime-c-api-impl",
18274]
18275
18276[[package]]
18277name = "tree-sitter-bash"
18278version = "0.25.1"
18279source = "registry+https://github.com/rust-lang/crates.io-index"
18280checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18281dependencies = [
18282 "cc",
18283 "tree-sitter-language",
18284]
18285
18286[[package]]
18287name = "tree-sitter-c"
18288version = "0.24.1"
18289source = "registry+https://github.com/rust-lang/crates.io-index"
18290checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18291dependencies = [
18292 "cc",
18293 "tree-sitter-language",
18294]
18295
18296[[package]]
18297name = "tree-sitter-cpp"
18298version = "0.23.4"
18299source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18300dependencies = [
18301 "cc",
18302 "tree-sitter-language",
18303]
18304
18305[[package]]
18306name = "tree-sitter-css"
18307version = "0.23.2"
18308source = "registry+https://github.com/rust-lang/crates.io-index"
18309checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18310dependencies = [
18311 "cc",
18312 "tree-sitter-language",
18313]
18314
18315[[package]]
18316name = "tree-sitter-diff"
18317version = "0.1.0"
18318source = "registry+https://github.com/rust-lang/crates.io-index"
18319checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18320dependencies = [
18321 "cc",
18322 "tree-sitter-language",
18323]
18324
18325[[package]]
18326name = "tree-sitter-elixir"
18327version = "0.3.4"
18328source = "registry+https://github.com/rust-lang/crates.io-index"
18329checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18330dependencies = [
18331 "cc",
18332 "tree-sitter-language",
18333]
18334
18335[[package]]
18336name = "tree-sitter-embedded-template"
18337version = "0.23.2"
18338source = "registry+https://github.com/rust-lang/crates.io-index"
18339checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18340dependencies = [
18341 "cc",
18342 "tree-sitter-language",
18343]
18344
18345[[package]]
18346name = "tree-sitter-gitcommit"
18347version = "0.0.1"
18348source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18349dependencies = [
18350 "cc",
18351 "tree-sitter-language",
18352]
18353
18354[[package]]
18355name = "tree-sitter-go"
18356version = "0.25.0"
18357source = "registry+https://github.com/rust-lang/crates.io-index"
18358checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18359dependencies = [
18360 "cc",
18361 "tree-sitter-language",
18362]
18363
18364[[package]]
18365name = "tree-sitter-gomod"
18366version = "1.1.1"
18367source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18368dependencies = [
18369 "cc",
18370 "tree-sitter-language",
18371]
18372
18373[[package]]
18374name = "tree-sitter-gowork"
18375version = "0.0.1"
18376source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18377dependencies = [
18378 "cc",
18379 "tree-sitter-language",
18380]
18381
18382[[package]]
18383name = "tree-sitter-heex"
18384version = "0.0.1"
18385source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18386dependencies = [
18387 "cc",
18388 "tree-sitter-language",
18389]
18390
18391[[package]]
18392name = "tree-sitter-html"
18393version = "0.23.2"
18394source = "registry+https://github.com/rust-lang/crates.io-index"
18395checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18396dependencies = [
18397 "cc",
18398 "tree-sitter-language",
18399]
18400
18401[[package]]
18402name = "tree-sitter-jsdoc"
18403version = "0.23.2"
18404source = "registry+https://github.com/rust-lang/crates.io-index"
18405checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18406dependencies = [
18407 "cc",
18408 "tree-sitter-language",
18409]
18410
18411[[package]]
18412name = "tree-sitter-json"
18413version = "0.24.8"
18414source = "registry+https://github.com/rust-lang/crates.io-index"
18415checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18416dependencies = [
18417 "cc",
18418 "tree-sitter-language",
18419]
18420
18421[[package]]
18422name = "tree-sitter-language"
18423version = "0.1.5"
18424source = "registry+https://github.com/rust-lang/crates.io-index"
18425checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18426
18427[[package]]
18428name = "tree-sitter-md"
18429version = "0.3.2"
18430source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18431dependencies = [
18432 "cc",
18433 "tree-sitter-language",
18434]
18435
18436[[package]]
18437name = "tree-sitter-python"
18438version = "0.25.0"
18439source = "registry+https://github.com/rust-lang/crates.io-index"
18440checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18441dependencies = [
18442 "cc",
18443 "tree-sitter-language",
18444]
18445
18446[[package]]
18447name = "tree-sitter-regex"
18448version = "0.24.3"
18449source = "registry+https://github.com/rust-lang/crates.io-index"
18450checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18451dependencies = [
18452 "cc",
18453 "tree-sitter-language",
18454]
18455
18456[[package]]
18457name = "tree-sitter-ruby"
18458version = "0.23.1"
18459source = "registry+https://github.com/rust-lang/crates.io-index"
18460checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18461dependencies = [
18462 "cc",
18463 "tree-sitter-language",
18464]
18465
18466[[package]]
18467name = "tree-sitter-rust"
18468version = "0.24.2"
18469source = "registry+https://github.com/rust-lang/crates.io-index"
18470checksum = "439e577dbe07423ec2582ac62c7531120dbfccfa6e5f92406f93dd271a120e45"
18471dependencies = [
18472 "cc",
18473 "tree-sitter-language",
18474]
18475
18476[[package]]
18477name = "tree-sitter-typescript"
18478version = "0.23.2"
18479source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18480dependencies = [
18481 "cc",
18482 "tree-sitter-language",
18483]
18484
18485[[package]]
18486name = "tree-sitter-yaml"
18487version = "0.6.1"
18488source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18489dependencies = [
18490 "cc",
18491 "tree-sitter-language",
18492]
18493
18494[[package]]
18495name = "triomphe"
18496version = "0.1.15"
18497source = "registry+https://github.com/rust-lang/crates.io-index"
18498checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18499dependencies = [
18500 "serde",
18501 "stable_deref_trait",
18502]
18503
18504[[package]]
18505name = "try-lock"
18506version = "0.2.5"
18507source = "registry+https://github.com/rust-lang/crates.io-index"
18508checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18509
18510[[package]]
18511name = "ttf-parser"
18512version = "0.20.0"
18513source = "registry+https://github.com/rust-lang/crates.io-index"
18514checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18515
18516[[package]]
18517name = "ttf-parser"
18518version = "0.25.1"
18519source = "registry+https://github.com/rust-lang/crates.io-index"
18520checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18521dependencies = [
18522 "core_maths",
18523]
18524
18525[[package]]
18526name = "tungstenite"
18527version = "0.20.1"
18528source = "registry+https://github.com/rust-lang/crates.io-index"
18529checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18530dependencies = [
18531 "byteorder",
18532 "bytes 1.11.1",
18533 "data-encoding",
18534 "http 0.2.12",
18535 "httparse",
18536 "log",
18537 "rand 0.8.5",
18538 "sha1",
18539 "thiserror 1.0.69",
18540 "url",
18541 "utf-8",
18542]
18543
18544[[package]]
18545name = "tungstenite"
18546version = "0.21.0"
18547source = "registry+https://github.com/rust-lang/crates.io-index"
18548checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18549dependencies = [
18550 "byteorder",
18551 "bytes 1.11.1",
18552 "data-encoding",
18553 "http 1.3.1",
18554 "httparse",
18555 "log",
18556 "rand 0.8.5",
18557 "sha1",
18558 "thiserror 1.0.69",
18559 "url",
18560 "utf-8",
18561]
18562
18563[[package]]
18564name = "tungstenite"
18565version = "0.27.0"
18566source = "registry+https://github.com/rust-lang/crates.io-index"
18567checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18568dependencies = [
18569 "bytes 1.11.1",
18570 "data-encoding",
18571 "http 1.3.1",
18572 "httparse",
18573 "log",
18574 "rand 0.9.2",
18575 "rustls 0.23.33",
18576 "rustls-pki-types",
18577 "sha1",
18578 "thiserror 2.0.17",
18579 "utf-8",
18580]
18581
18582[[package]]
18583name = "tungstenite"
18584version = "0.28.0"
18585source = "registry+https://github.com/rust-lang/crates.io-index"
18586checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18587dependencies = [
18588 "bytes 1.11.1",
18589 "data-encoding",
18590 "http 1.3.1",
18591 "httparse",
18592 "log",
18593 "rand 0.9.2",
18594 "rustls 0.23.33",
18595 "rustls-pki-types",
18596 "sha1",
18597 "thiserror 2.0.17",
18598 "utf-8",
18599]
18600
18601[[package]]
18602name = "typeid"
18603version = "1.0.3"
18604source = "registry+https://github.com/rust-lang/crates.io-index"
18605checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18606
18607[[package]]
18608name = "typenum"
18609version = "1.19.0"
18610source = "registry+https://github.com/rust-lang/crates.io-index"
18611checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18612
18613[[package]]
18614name = "ucd-trie"
18615version = "0.1.7"
18616source = "registry+https://github.com/rust-lang/crates.io-index"
18617checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18618
18619[[package]]
18620name = "uds"
18621version = "0.4.2"
18622source = "registry+https://github.com/rust-lang/crates.io-index"
18623checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18624dependencies = [
18625 "libc",
18626]
18627
18628[[package]]
18629name = "uds_windows"
18630version = "1.1.0"
18631source = "registry+https://github.com/rust-lang/crates.io-index"
18632checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18633dependencies = [
18634 "memoffset",
18635 "tempfile",
18636 "winapi",
18637]
18638
18639[[package]]
18640name = "ug"
18641version = "0.4.0"
18642source = "registry+https://github.com/rust-lang/crates.io-index"
18643checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18644dependencies = [
18645 "gemm 0.18.2",
18646 "half",
18647 "libloading",
18648 "memmap2",
18649 "num",
18650 "num-traits",
18651 "num_cpus",
18652 "rayon",
18653 "safetensors",
18654 "serde",
18655 "thiserror 1.0.69",
18656 "tracing",
18657 "yoke 0.7.5",
18658]
18659
18660[[package]]
18661name = "ui"
18662version = "0.1.0"
18663dependencies = [
18664 "chrono",
18665 "component",
18666 "documented",
18667 "gpui",
18668 "gpui_macros",
18669 "gpui_util",
18670 "icons",
18671 "itertools 0.14.0",
18672 "menu",
18673 "schemars",
18674 "serde",
18675 "smallvec",
18676 "story",
18677 "strum 0.27.2",
18678 "theme",
18679 "ui_macros",
18680 "windows 0.61.3",
18681]
18682
18683[[package]]
18684name = "ui_input"
18685version = "0.1.0"
18686dependencies = [
18687 "component",
18688 "gpui",
18689 "ui",
18690]
18691
18692[[package]]
18693name = "ui_macros"
18694version = "0.1.0"
18695dependencies = [
18696 "component",
18697 "quote",
18698 "syn 2.0.117",
18699 "ui",
18700]
18701
18702[[package]]
18703name = "ui_prompt"
18704version = "0.1.0"
18705dependencies = [
18706 "gpui",
18707 "markdown",
18708 "menu",
18709 "settings",
18710 "theme_settings",
18711 "ui",
18712 "workspace",
18713]
18714
18715[[package]]
18716name = "unarray"
18717version = "0.1.4"
18718source = "registry+https://github.com/rust-lang/crates.io-index"
18719checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18720
18721[[package]]
18722name = "unicase"
18723version = "2.8.1"
18724source = "registry+https://github.com/rust-lang/crates.io-index"
18725checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18726
18727[[package]]
18728name = "unicode-bidi"
18729version = "0.3.18"
18730source = "registry+https://github.com/rust-lang/crates.io-index"
18731checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18732
18733[[package]]
18734name = "unicode-bidi-mirroring"
18735version = "0.4.0"
18736source = "registry+https://github.com/rust-lang/crates.io-index"
18737checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18738
18739[[package]]
18740name = "unicode-ccc"
18741version = "0.4.0"
18742source = "registry+https://github.com/rust-lang/crates.io-index"
18743checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18744
18745[[package]]
18746name = "unicode-general-category"
18747version = "1.1.0"
18748source = "registry+https://github.com/rust-lang/crates.io-index"
18749checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18750
18751[[package]]
18752name = "unicode-ident"
18753version = "1.0.19"
18754source = "registry+https://github.com/rust-lang/crates.io-index"
18755checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18756
18757[[package]]
18758name = "unicode-linebreak"
18759version = "0.1.5"
18760source = "registry+https://github.com/rust-lang/crates.io-index"
18761checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
18762
18763[[package]]
18764name = "unicode-normalization"
18765version = "0.1.24"
18766source = "registry+https://github.com/rust-lang/crates.io-index"
18767checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
18768dependencies = [
18769 "tinyvec",
18770]
18771
18772[[package]]
18773name = "unicode-properties"
18774version = "0.1.3"
18775source = "registry+https://github.com/rust-lang/crates.io-index"
18776checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
18777
18778[[package]]
18779name = "unicode-script"
18780version = "0.5.8"
18781source = "registry+https://github.com/rust-lang/crates.io-index"
18782checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
18783
18784[[package]]
18785name = "unicode-segmentation"
18786version = "1.12.0"
18787source = "registry+https://github.com/rust-lang/crates.io-index"
18788checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
18789
18790[[package]]
18791name = "unicode-vo"
18792version = "0.1.0"
18793source = "registry+https://github.com/rust-lang/crates.io-index"
18794checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
18795
18796[[package]]
18797name = "unicode-width"
18798version = "0.2.2"
18799source = "registry+https://github.com/rust-lang/crates.io-index"
18800checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
18801
18802[[package]]
18803name = "unicode-xid"
18804version = "0.2.6"
18805source = "registry+https://github.com/rust-lang/crates.io-index"
18806checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
18807
18808[[package]]
18809name = "unicode_categories"
18810version = "0.1.1"
18811source = "registry+https://github.com/rust-lang/crates.io-index"
18812checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
18813
18814[[package]]
18815name = "unindent"
18816version = "0.2.4"
18817source = "registry+https://github.com/rust-lang/crates.io-index"
18818checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
18819
18820[[package]]
18821name = "unsafe-libyaml"
18822version = "0.2.11"
18823source = "registry+https://github.com/rust-lang/crates.io-index"
18824checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
18825
18826[[package]]
18827name = "untrusted"
18828version = "0.7.1"
18829source = "registry+https://github.com/rust-lang/crates.io-index"
18830checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
18831
18832[[package]]
18833name = "untrusted"
18834version = "0.9.0"
18835source = "registry+https://github.com/rust-lang/crates.io-index"
18836checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
18837
18838[[package]]
18839name = "url"
18840version = "2.5.7"
18841source = "registry+https://github.com/rust-lang/crates.io-index"
18842checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
18843dependencies = [
18844 "form_urlencoded",
18845 "idna",
18846 "percent-encoding",
18847 "serde",
18848]
18849
18850[[package]]
18851name = "urlencoding"
18852version = "2.1.3"
18853source = "registry+https://github.com/rust-lang/crates.io-index"
18854checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
18855
18856[[package]]
18857name = "usvg"
18858version = "0.45.1"
18859source = "registry+https://github.com/rust-lang/crates.io-index"
18860checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
18861dependencies = [
18862 "base64 0.22.1",
18863 "data-url",
18864 "flate2",
18865 "fontdb 0.23.0",
18866 "imagesize",
18867 "kurbo",
18868 "log",
18869 "pico-args",
18870 "roxmltree",
18871 "rustybuzz",
18872 "simplecss",
18873 "siphasher 1.0.1",
18874 "strict-num",
18875 "svgtypes",
18876 "tiny-skia-path",
18877 "unicode-bidi",
18878 "unicode-script",
18879 "unicode-vo",
18880 "xmlwriter",
18881]
18882
18883[[package]]
18884name = "utf-8"
18885version = "0.7.6"
18886source = "registry+https://github.com/rust-lang/crates.io-index"
18887checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
18888
18889[[package]]
18890name = "utf8-chars"
18891version = "3.0.6"
18892source = "registry+https://github.com/rust-lang/crates.io-index"
18893checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
18894dependencies = [
18895 "arrayvec",
18896]
18897
18898[[package]]
18899name = "utf8_iter"
18900version = "1.0.4"
18901source = "registry+https://github.com/rust-lang/crates.io-index"
18902checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
18903
18904[[package]]
18905name = "utf8parse"
18906version = "0.2.2"
18907source = "registry+https://github.com/rust-lang/crates.io-index"
18908checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
18909
18910[[package]]
18911name = "util"
18912version = "0.1.0"
18913dependencies = [
18914 "anyhow",
18915 "async-fs",
18916 "async_zip",
18917 "collections",
18918 "command-fds",
18919 "dirs 4.0.0",
18920 "dunce",
18921 "futures 0.3.32",
18922 "futures-lite 1.13.0",
18923 "git2",
18924 "globset",
18925 "gpui_util",
18926 "itertools 0.14.0",
18927 "libc",
18928 "log",
18929 "mach2 0.5.0",
18930 "nix 0.29.0",
18931 "percent-encoding",
18932 "pretty_assertions",
18933 "rand 0.9.2",
18934 "regex",
18935 "rust-embed",
18936 "schemars",
18937 "serde",
18938 "serde_json",
18939 "serde_json_lenient",
18940 "shlex",
18941 "smol",
18942 "take-until",
18943 "tempfile",
18944 "tendril",
18945 "unicase",
18946 "url",
18947 "util_macros",
18948 "walkdir",
18949 "which 6.0.3",
18950]
18951
18952[[package]]
18953name = "util_macros"
18954version = "0.1.0"
18955dependencies = [
18956 "perf",
18957 "quote",
18958 "syn 2.0.117",
18959]
18960
18961[[package]]
18962name = "uuid"
18963version = "1.18.1"
18964source = "registry+https://github.com/rust-lang/crates.io-index"
18965checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
18966dependencies = [
18967 "getrandom 0.3.4",
18968 "js-sys",
18969 "serde",
18970 "sha1_smol",
18971 "wasm-bindgen",
18972]
18973
18974[[package]]
18975name = "uuid-simd"
18976version = "0.8.0"
18977source = "registry+https://github.com/rust-lang/crates.io-index"
18978checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
18979dependencies = [
18980 "outref",
18981 "vsimd",
18982]
18983
18984[[package]]
18985name = "v_frame"
18986version = "0.3.9"
18987source = "registry+https://github.com/rust-lang/crates.io-index"
18988checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
18989dependencies = [
18990 "aligned-vec",
18991 "num-traits",
18992 "wasm-bindgen",
18993]
18994
18995[[package]]
18996name = "valuable"
18997version = "0.1.1"
18998source = "registry+https://github.com/rust-lang/crates.io-index"
18999checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19000
19001[[package]]
19002name = "value-bag"
19003version = "1.12.0"
19004source = "registry+https://github.com/rust-lang/crates.io-index"
19005checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19006dependencies = [
19007 "value-bag-serde1",
19008 "value-bag-sval2",
19009]
19010
19011[[package]]
19012name = "value-bag-serde1"
19013version = "1.12.0"
19014source = "registry+https://github.com/rust-lang/crates.io-index"
19015checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19016dependencies = [
19017 "erased-serde",
19018 "serde_core",
19019 "serde_fmt",
19020]
19021
19022[[package]]
19023name = "value-bag-sval2"
19024version = "1.12.0"
19025source = "registry+https://github.com/rust-lang/crates.io-index"
19026checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19027dependencies = [
19028 "sval",
19029 "sval_buffer",
19030 "sval_dynamic",
19031 "sval_fmt",
19032 "sval_json",
19033 "sval_ref",
19034 "sval_serde",
19035]
19036
19037[[package]]
19038name = "vcpkg"
19039version = "0.2.15"
19040source = "registry+https://github.com/rust-lang/crates.io-index"
19041checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19042
19043[[package]]
19044name = "vercel"
19045version = "0.1.0"
19046dependencies = [
19047 "anyhow",
19048 "schemars",
19049 "serde",
19050 "strum 0.27.2",
19051]
19052
19053[[package]]
19054name = "version-compare"
19055version = "0.2.0"
19056source = "registry+https://github.com/rust-lang/crates.io-index"
19057checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19058
19059[[package]]
19060name = "version_check"
19061version = "0.9.5"
19062source = "registry+https://github.com/rust-lang/crates.io-index"
19063checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19064
19065[[package]]
19066name = "vim"
19067version = "0.1.0"
19068dependencies = [
19069 "anyhow",
19070 "async-compat",
19071 "async-trait",
19072 "collections",
19073 "command_palette",
19074 "command_palette_hooks",
19075 "db",
19076 "editor",
19077 "env_logger 0.11.8",
19078 "futures 0.3.32",
19079 "fuzzy",
19080 "git_ui",
19081 "gpui",
19082 "indoc",
19083 "itertools 0.14.0",
19084 "language",
19085 "log",
19086 "lsp",
19087 "markdown_preview",
19088 "menu",
19089 "multi_buffer",
19090 "nvim-rs",
19091 "outline_panel",
19092 "parking_lot",
19093 "perf",
19094 "picker",
19095 "project",
19096 "project_panel",
19097 "regex",
19098 "release_channel",
19099 "schemars",
19100 "search",
19101 "semver",
19102 "serde",
19103 "serde_json",
19104 "settings",
19105 "settings_ui",
19106 "task",
19107 "text",
19108 "theme",
19109 "theme_settings",
19110 "tokio",
19111 "ui",
19112 "util",
19113 "util_macros",
19114 "vim_mode_setting",
19115 "workspace",
19116 "zed_actions",
19117]
19118
19119[[package]]
19120name = "vim_mode_setting"
19121version = "0.1.0"
19122dependencies = [
19123 "gpui",
19124 "settings",
19125]
19126
19127[[package]]
19128name = "vscode_theme"
19129version = "0.2.0"
19130source = "registry+https://github.com/rust-lang/crates.io-index"
19131checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19132dependencies = [
19133 "serde",
19134]
19135
19136[[package]]
19137name = "vsimd"
19138version = "0.8.0"
19139source = "registry+https://github.com/rust-lang/crates.io-index"
19140checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19141
19142[[package]]
19143name = "vswhom"
19144version = "0.1.0"
19145source = "registry+https://github.com/rust-lang/crates.io-index"
19146checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19147dependencies = [
19148 "libc",
19149 "vswhom-sys",
19150]
19151
19152[[package]]
19153name = "vswhom-sys"
19154version = "0.1.3"
19155source = "registry+https://github.com/rust-lang/crates.io-index"
19156checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19157dependencies = [
19158 "cc",
19159 "libc",
19160]
19161
19162[[package]]
19163name = "vte"
19164version = "0.15.0"
19165source = "registry+https://github.com/rust-lang/crates.io-index"
19166checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19167dependencies = [
19168 "arrayvec",
19169 "bitflags 2.10.0",
19170 "cursor-icon",
19171 "log",
19172 "memchr",
19173 "serde",
19174]
19175
19176[[package]]
19177name = "wait-timeout"
19178version = "0.2.1"
19179source = "registry+https://github.com/rust-lang/crates.io-index"
19180checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19181dependencies = [
19182 "libc",
19183]
19184
19185[[package]]
19186name = "waker-fn"
19187version = "1.2.0"
19188source = "registry+https://github.com/rust-lang/crates.io-index"
19189checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19190
19191[[package]]
19192name = "walkdir"
19193version = "2.5.0"
19194source = "registry+https://github.com/rust-lang/crates.io-index"
19195checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19196dependencies = [
19197 "same-file",
19198 "winapi-util",
19199]
19200
19201[[package]]
19202name = "want"
19203version = "0.3.1"
19204source = "registry+https://github.com/rust-lang/crates.io-index"
19205checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19206dependencies = [
19207 "try-lock",
19208]
19209
19210[[package]]
19211name = "warp"
19212version = "0.3.7"
19213source = "registry+https://github.com/rust-lang/crates.io-index"
19214checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19215dependencies = [
19216 "bytes 1.11.1",
19217 "futures-channel",
19218 "futures-util",
19219 "headers",
19220 "http 0.2.12",
19221 "hyper 0.14.32",
19222 "log",
19223 "mime",
19224 "mime_guess",
19225 "percent-encoding",
19226 "pin-project",
19227 "scoped-tls",
19228 "serde",
19229 "serde_json",
19230 "serde_urlencoded",
19231 "tokio",
19232 "tokio-tungstenite 0.21.0",
19233 "tokio-util",
19234 "tower-service",
19235 "tracing",
19236]
19237
19238[[package]]
19239name = "wasi"
19240version = "0.11.1+wasi-snapshot-preview1"
19241source = "registry+https://github.com/rust-lang/crates.io-index"
19242checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19243
19244[[package]]
19245name = "wasip2"
19246version = "1.0.1+wasi-0.2.4"
19247source = "registry+https://github.com/rust-lang/crates.io-index"
19248checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19249dependencies = [
19250 "wit-bindgen 0.46.0",
19251]
19252
19253[[package]]
19254name = "wasip3"
19255version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19256source = "registry+https://github.com/rust-lang/crates.io-index"
19257checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19258dependencies = [
19259 "wit-bindgen 0.51.0",
19260]
19261
19262[[package]]
19263name = "wasite"
19264version = "0.1.0"
19265source = "registry+https://github.com/rust-lang/crates.io-index"
19266checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19267
19268[[package]]
19269name = "wasm-bindgen"
19270version = "0.2.113"
19271source = "registry+https://github.com/rust-lang/crates.io-index"
19272checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19273dependencies = [
19274 "cfg-if",
19275 "once_cell",
19276 "rustversion",
19277 "wasm-bindgen-macro",
19278 "wasm-bindgen-shared",
19279]
19280
19281[[package]]
19282name = "wasm-bindgen-futures"
19283version = "0.4.63"
19284source = "registry+https://github.com/rust-lang/crates.io-index"
19285checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19286dependencies = [
19287 "cfg-if",
19288 "futures-util",
19289 "js-sys",
19290 "once_cell",
19291 "wasm-bindgen",
19292 "web-sys",
19293]
19294
19295[[package]]
19296name = "wasm-bindgen-macro"
19297version = "0.2.113"
19298source = "registry+https://github.com/rust-lang/crates.io-index"
19299checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19300dependencies = [
19301 "quote",
19302 "wasm-bindgen-macro-support",
19303]
19304
19305[[package]]
19306name = "wasm-bindgen-macro-support"
19307version = "0.2.113"
19308source = "registry+https://github.com/rust-lang/crates.io-index"
19309checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19310dependencies = [
19311 "bumpalo",
19312 "proc-macro2",
19313 "quote",
19314 "syn 2.0.117",
19315 "wasm-bindgen-shared",
19316]
19317
19318[[package]]
19319name = "wasm-bindgen-shared"
19320version = "0.2.113"
19321source = "registry+https://github.com/rust-lang/crates.io-index"
19322checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19323dependencies = [
19324 "unicode-ident",
19325]
19326
19327[[package]]
19328name = "wasm-encoder"
19329version = "0.201.0"
19330source = "registry+https://github.com/rust-lang/crates.io-index"
19331checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19332dependencies = [
19333 "leb128",
19334]
19335
19336[[package]]
19337name = "wasm-encoder"
19338version = "0.221.3"
19339source = "registry+https://github.com/rust-lang/crates.io-index"
19340checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19341dependencies = [
19342 "leb128",
19343 "wasmparser 0.221.3",
19344]
19345
19346[[package]]
19347name = "wasm-encoder"
19348version = "0.227.1"
19349source = "registry+https://github.com/rust-lang/crates.io-index"
19350checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19351dependencies = [
19352 "leb128fmt",
19353 "wasmparser 0.227.1",
19354]
19355
19356[[package]]
19357name = "wasm-encoder"
19358version = "0.236.1"
19359source = "registry+https://github.com/rust-lang/crates.io-index"
19360checksum = "724fccfd4f3c24b7e589d333fc0429c68042897a7e8a5f8694f31792471841e7"
19361dependencies = [
19362 "leb128fmt",
19363 "wasmparser 0.236.1",
19364]
19365
19366[[package]]
19367name = "wasm-encoder"
19368version = "0.244.0"
19369source = "registry+https://github.com/rust-lang/crates.io-index"
19370checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19371dependencies = [
19372 "leb128fmt",
19373 "wasmparser 0.244.0",
19374]
19375
19376[[package]]
19377name = "wasm-metadata"
19378version = "0.201.0"
19379source = "registry+https://github.com/rust-lang/crates.io-index"
19380checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19381dependencies = [
19382 "anyhow",
19383 "indexmap",
19384 "serde",
19385 "serde_derive",
19386 "serde_json",
19387 "spdx",
19388 "wasm-encoder 0.201.0",
19389 "wasmparser 0.201.0",
19390]
19391
19392[[package]]
19393name = "wasm-metadata"
19394version = "0.227.1"
19395source = "registry+https://github.com/rust-lang/crates.io-index"
19396checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19397dependencies = [
19398 "anyhow",
19399 "auditable-serde",
19400 "flate2",
19401 "indexmap",
19402 "serde",
19403 "serde_derive",
19404 "serde_json",
19405 "spdx",
19406 "url",
19407 "wasm-encoder 0.227.1",
19408 "wasmparser 0.227.1",
19409]
19410
19411[[package]]
19412name = "wasm-metadata"
19413version = "0.244.0"
19414source = "registry+https://github.com/rust-lang/crates.io-index"
19415checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19416dependencies = [
19417 "anyhow",
19418 "indexmap",
19419 "wasm-encoder 0.244.0",
19420 "wasmparser 0.244.0",
19421]
19422
19423[[package]]
19424name = "wasm-streams"
19425version = "0.4.2"
19426source = "registry+https://github.com/rust-lang/crates.io-index"
19427checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19428dependencies = [
19429 "futures-util",
19430 "js-sys",
19431 "wasm-bindgen",
19432 "wasm-bindgen-futures",
19433 "web-sys",
19434]
19435
19436[[package]]
19437name = "wasm_thread"
19438version = "0.3.3"
19439source = "registry+https://github.com/rust-lang/crates.io-index"
19440checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19441dependencies = [
19442 "futures 0.3.32",
19443 "js-sys",
19444 "wasm-bindgen",
19445 "web-sys",
19446]
19447
19448[[package]]
19449name = "wasmparser"
19450version = "0.201.0"
19451source = "registry+https://github.com/rust-lang/crates.io-index"
19452checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19453dependencies = [
19454 "bitflags 2.10.0",
19455 "indexmap",
19456 "semver",
19457]
19458
19459[[package]]
19460name = "wasmparser"
19461version = "0.221.3"
19462source = "registry+https://github.com/rust-lang/crates.io-index"
19463checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19464dependencies = [
19465 "bitflags 2.10.0",
19466 "hashbrown 0.15.5",
19467 "indexmap",
19468 "semver",
19469 "serde",
19470]
19471
19472[[package]]
19473name = "wasmparser"
19474version = "0.227.1"
19475source = "registry+https://github.com/rust-lang/crates.io-index"
19476checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19477dependencies = [
19478 "bitflags 2.10.0",
19479 "hashbrown 0.15.5",
19480 "indexmap",
19481 "semver",
19482]
19483
19484[[package]]
19485name = "wasmparser"
19486version = "0.236.1"
19487source = "registry+https://github.com/rust-lang/crates.io-index"
19488checksum = "a9b1e81f3eb254cf7404a82cee6926a4a3ccc5aad80cc3d43608a070c67aa1d7"
19489dependencies = [
19490 "bitflags 2.10.0",
19491 "hashbrown 0.15.5",
19492 "indexmap",
19493 "semver",
19494 "serde",
19495]
19496
19497[[package]]
19498name = "wasmparser"
19499version = "0.244.0"
19500source = "registry+https://github.com/rust-lang/crates.io-index"
19501checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19502dependencies = [
19503 "bitflags 2.10.0",
19504 "hashbrown 0.15.5",
19505 "indexmap",
19506 "semver",
19507]
19508
19509[[package]]
19510name = "wasmprinter"
19511version = "0.236.1"
19512source = "registry+https://github.com/rust-lang/crates.io-index"
19513checksum = "2df225df06a6df15b46e3f73ca066ff92c2e023670969f7d50ce7d5e695abbb1"
19514dependencies = [
19515 "anyhow",
19516 "termcolor",
19517 "wasmparser 0.236.1",
19518]
19519
19520[[package]]
19521name = "wasmtime"
19522version = "36.0.6"
19523source = "registry+https://github.com/rust-lang/crates.io-index"
19524checksum = "6a2f8736ddc86e03a9d0e4c477a37939cfc53cd1b052ee38a3133679b87ef830"
19525dependencies = [
19526 "addr2line",
19527 "anyhow",
19528 "async-trait",
19529 "bitflags 2.10.0",
19530 "bumpalo",
19531 "cc",
19532 "cfg-if",
19533 "encoding_rs",
19534 "hashbrown 0.15.5",
19535 "indexmap",
19536 "libc",
19537 "log",
19538 "mach2 0.4.3",
19539 "memfd",
19540 "object",
19541 "once_cell",
19542 "postcard",
19543 "pulley-interpreter",
19544 "rayon",
19545 "rustix 1.1.2",
19546 "semver",
19547 "serde",
19548 "serde_derive",
19549 "smallvec",
19550 "target-lexicon 0.13.3",
19551 "wasmparser 0.236.1",
19552 "wasmtime-environ",
19553 "wasmtime-internal-asm-macros",
19554 "wasmtime-internal-component-macro",
19555 "wasmtime-internal-component-util",
19556 "wasmtime-internal-cranelift",
19557 "wasmtime-internal-fiber",
19558 "wasmtime-internal-jit-debug",
19559 "wasmtime-internal-jit-icache-coherence",
19560 "wasmtime-internal-math",
19561 "wasmtime-internal-slab",
19562 "wasmtime-internal-unwinder",
19563 "wasmtime-internal-versioned-export-macros",
19564 "wasmtime-internal-winch",
19565 "windows-sys 0.60.2",
19566]
19567
19568[[package]]
19569name = "wasmtime-c-api-impl"
19570version = "36.0.6"
19571source = "registry+https://github.com/rust-lang/crates.io-index"
19572checksum = "f3c62ea3fa30e6b0cf61116b3035121b8f515c60ac118ebfdab2ee56d028ed1e"
19573dependencies = [
19574 "anyhow",
19575 "log",
19576 "tracing",
19577 "wasmtime",
19578 "wasmtime-internal-c-api-macros",
19579]
19580
19581[[package]]
19582name = "wasmtime-environ"
19583version = "36.0.6"
19584source = "registry+https://github.com/rust-lang/crates.io-index"
19585checksum = "733682a327755c77153ac7455b1ba8f2db4d9946c1738f8002fe1fbda1d52e83"
19586dependencies = [
19587 "anyhow",
19588 "cpp_demangle",
19589 "cranelift-bitset",
19590 "cranelift-entity",
19591 "gimli",
19592 "indexmap",
19593 "log",
19594 "object",
19595 "postcard",
19596 "rustc-demangle",
19597 "semver",
19598 "serde",
19599 "serde_derive",
19600 "smallvec",
19601 "target-lexicon 0.13.3",
19602 "wasm-encoder 0.236.1",
19603 "wasmparser 0.236.1",
19604 "wasmprinter",
19605 "wasmtime-internal-component-util",
19606]
19607
19608[[package]]
19609name = "wasmtime-internal-asm-macros"
19610version = "36.0.6"
19611source = "registry+https://github.com/rust-lang/crates.io-index"
19612checksum = "68288980a2e02bcb368d436da32565897033ea21918007e3f2bae18843326cf9"
19613dependencies = [
19614 "cfg-if",
19615]
19616
19617[[package]]
19618name = "wasmtime-internal-c-api-macros"
19619version = "36.0.6"
19620source = "registry+https://github.com/rust-lang/crates.io-index"
19621checksum = "3c8c61294155a6d23c202f08cf7a2f9392a866edd50517508208818be626ce9f"
19622dependencies = [
19623 "proc-macro2",
19624 "quote",
19625]
19626
19627[[package]]
19628name = "wasmtime-internal-component-macro"
19629version = "36.0.6"
19630source = "registry+https://github.com/rust-lang/crates.io-index"
19631checksum = "5dea846da68f8e776c8a43bde3386022d7bb74e713b9654f7c0196e5ff2e4684"
19632dependencies = [
19633 "anyhow",
19634 "proc-macro2",
19635 "quote",
19636 "syn 2.0.117",
19637 "wasmtime-internal-component-util",
19638 "wasmtime-internal-wit-bindgen",
19639 "wit-parser 0.236.1",
19640]
19641
19642[[package]]
19643name = "wasmtime-internal-component-util"
19644version = "36.0.6"
19645source = "registry+https://github.com/rust-lang/crates.io-index"
19646checksum = "fe1e5735b3c8251510d2a55311562772d6c6fca9438a3d0329eb6e38af4957d6"
19647
19648[[package]]
19649name = "wasmtime-internal-cranelift"
19650version = "36.0.6"
19651source = "registry+https://github.com/rust-lang/crates.io-index"
19652checksum = "e89bb9ef571288e2be6b8a3c4763acc56c348dcd517500b1679d3ffad9e4a757"
19653dependencies = [
19654 "anyhow",
19655 "cfg-if",
19656 "cranelift-codegen",
19657 "cranelift-control",
19658 "cranelift-entity",
19659 "cranelift-frontend",
19660 "cranelift-native",
19661 "gimli",
19662 "itertools 0.14.0",
19663 "log",
19664 "object",
19665 "pulley-interpreter",
19666 "smallvec",
19667 "target-lexicon 0.13.3",
19668 "thiserror 2.0.17",
19669 "wasmparser 0.236.1",
19670 "wasmtime-environ",
19671 "wasmtime-internal-math",
19672 "wasmtime-internal-versioned-export-macros",
19673]
19674
19675[[package]]
19676name = "wasmtime-internal-fiber"
19677version = "36.0.6"
19678source = "registry+https://github.com/rust-lang/crates.io-index"
19679checksum = "b698d004b15ea1f1ae2d06e5e8b80080cbd684fd245220ce2fac3cdd5ecf87f2"
19680dependencies = [
19681 "anyhow",
19682 "cc",
19683 "cfg-if",
19684 "libc",
19685 "rustix 1.1.2",
19686 "wasmtime-internal-asm-macros",
19687 "wasmtime-internal-versioned-export-macros",
19688 "windows-sys 0.60.2",
19689]
19690
19691[[package]]
19692name = "wasmtime-internal-jit-debug"
19693version = "36.0.6"
19694source = "registry+https://github.com/rust-lang/crates.io-index"
19695checksum = "c803a9fec05c3d7fa03474d4595079d546e77a3c71c1d09b21f74152e2165c17"
19696dependencies = [
19697 "cc",
19698 "wasmtime-internal-versioned-export-macros",
19699]
19700
19701[[package]]
19702name = "wasmtime-internal-jit-icache-coherence"
19703version = "36.0.6"
19704source = "registry+https://github.com/rust-lang/crates.io-index"
19705checksum = "d3866909d37f7929d902e6011847748147e8734e9d7e0353e78fb8b98f586aee"
19706dependencies = [
19707 "anyhow",
19708 "cfg-if",
19709 "libc",
19710 "windows-sys 0.60.2",
19711]
19712
19713[[package]]
19714name = "wasmtime-internal-math"
19715version = "36.0.6"
19716source = "registry+https://github.com/rust-lang/crates.io-index"
19717checksum = "5a23b03fb14c64bd0dfcaa4653101f94ade76c34a3027ed2d6b373267536e45b"
19718dependencies = [
19719 "libm",
19720]
19721
19722[[package]]
19723name = "wasmtime-internal-slab"
19724version = "36.0.6"
19725source = "registry+https://github.com/rust-lang/crates.io-index"
19726checksum = "fbff220b88cdb990d34a20b13344e5da2e7b99959a5b1666106bec94b58d6364"
19727
19728[[package]]
19729name = "wasmtime-internal-unwinder"
19730version = "36.0.6"
19731source = "registry+https://github.com/rust-lang/crates.io-index"
19732checksum = "13e1ad30e88988b20c0d1c56ea4b4fbc01a8c614653cbf12ca50c0dcc695e2f7"
19733dependencies = [
19734 "anyhow",
19735 "cfg-if",
19736 "cranelift-codegen",
19737 "log",
19738 "object",
19739]
19740
19741[[package]]
19742name = "wasmtime-internal-versioned-export-macros"
19743version = "36.0.6"
19744source = "registry+https://github.com/rust-lang/crates.io-index"
19745checksum = "549aefdaa1398c2fcfbf69a7b882956bb5b6e8e5b600844ecb91a3b5bf658ca7"
19746dependencies = [
19747 "proc-macro2",
19748 "quote",
19749 "syn 2.0.117",
19750]
19751
19752[[package]]
19753name = "wasmtime-internal-winch"
19754version = "36.0.6"
19755source = "registry+https://github.com/rust-lang/crates.io-index"
19756checksum = "5cc96a84c5700171aeecf96fa9a9ab234f333f5afb295dabf3f8a812b70fe832"
19757dependencies = [
19758 "anyhow",
19759 "cranelift-codegen",
19760 "gimli",
19761 "object",
19762 "target-lexicon 0.13.3",
19763 "wasmparser 0.236.1",
19764 "wasmtime-environ",
19765 "wasmtime-internal-cranelift",
19766 "winch-codegen",
19767]
19768
19769[[package]]
19770name = "wasmtime-internal-wit-bindgen"
19771version = "36.0.6"
19772source = "registry+https://github.com/rust-lang/crates.io-index"
19773checksum = "c28dc9efea511598c88564ac1974e0825c07d9c0de902dbf68f227431cd4ff8c"
19774dependencies = [
19775 "anyhow",
19776 "bitflags 2.10.0",
19777 "heck 0.5.0",
19778 "indexmap",
19779 "wit-parser 0.236.1",
19780]
19781
19782[[package]]
19783name = "wasmtime-wasi"
19784version = "36.0.6"
19785source = "registry+https://github.com/rust-lang/crates.io-index"
19786checksum = "c3c2e99fbaa0c26b4680e0c9af07e3f7b25f5fbc1ad97dd34067980bd027d3e5"
19787dependencies = [
19788 "anyhow",
19789 "async-trait",
19790 "bitflags 2.10.0",
19791 "bytes 1.11.1",
19792 "cap-fs-ext",
19793 "cap-net-ext",
19794 "cap-rand",
19795 "cap-std",
19796 "cap-time-ext",
19797 "fs-set-times",
19798 "futures 0.3.32",
19799 "io-extras",
19800 "io-lifetimes",
19801 "rustix 1.1.2",
19802 "system-interface",
19803 "thiserror 2.0.17",
19804 "tokio",
19805 "tracing",
19806 "url",
19807 "wasmtime",
19808 "wasmtime-wasi-io",
19809 "wiggle",
19810 "windows-sys 0.60.2",
19811]
19812
19813[[package]]
19814name = "wasmtime-wasi-io"
19815version = "36.0.6"
19816source = "registry+https://github.com/rust-lang/crates.io-index"
19817checksum = "de2dc367052562c228ce51ee4426330840433c29c0ea3349eca5ddeb475ecdb9"
19818dependencies = [
19819 "anyhow",
19820 "async-trait",
19821 "bytes 1.11.1",
19822 "futures 0.3.32",
19823 "wasmtime",
19824]
19825
19826[[package]]
19827name = "wast"
19828version = "35.0.2"
19829source = "registry+https://github.com/rust-lang/crates.io-index"
19830checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
19831dependencies = [
19832 "leb128",
19833]
19834
19835[[package]]
19836name = "watch"
19837version = "0.1.0"
19838dependencies = [
19839 "ctor",
19840 "futures 0.3.32",
19841 "gpui",
19842 "parking_lot",
19843 "zlog",
19844]
19845
19846[[package]]
19847name = "wax"
19848version = "0.7.0"
19849source = "registry+https://github.com/rust-lang/crates.io-index"
19850checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
19851dependencies = [
19852 "const_format",
19853 "itertools 0.14.0",
19854 "nom 7.1.3",
19855 "pori",
19856 "regex",
19857 "thiserror 2.0.17",
19858 "walkdir",
19859]
19860
19861[[package]]
19862name = "wayland-backend"
19863version = "0.3.11"
19864source = "registry+https://github.com/rust-lang/crates.io-index"
19865checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
19866dependencies = [
19867 "cc",
19868 "downcast-rs",
19869 "rustix 1.1.2",
19870 "scoped-tls",
19871 "smallvec",
19872 "wayland-sys",
19873]
19874
19875[[package]]
19876name = "wayland-client"
19877version = "0.31.11"
19878source = "registry+https://github.com/rust-lang/crates.io-index"
19879checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
19880dependencies = [
19881 "bitflags 2.10.0",
19882 "rustix 1.1.2",
19883 "wayland-backend",
19884 "wayland-scanner",
19885]
19886
19887[[package]]
19888name = "wayland-cursor"
19889version = "0.31.11"
19890source = "registry+https://github.com/rust-lang/crates.io-index"
19891checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
19892dependencies = [
19893 "rustix 1.1.2",
19894 "wayland-client",
19895 "xcursor",
19896]
19897
19898[[package]]
19899name = "wayland-protocols"
19900version = "0.32.9"
19901source = "registry+https://github.com/rust-lang/crates.io-index"
19902checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
19903dependencies = [
19904 "bitflags 2.10.0",
19905 "wayland-backend",
19906 "wayland-client",
19907 "wayland-scanner",
19908]
19909
19910[[package]]
19911name = "wayland-protocols-plasma"
19912version = "0.3.9"
19913source = "registry+https://github.com/rust-lang/crates.io-index"
19914checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
19915dependencies = [
19916 "bitflags 2.10.0",
19917 "wayland-backend",
19918 "wayland-client",
19919 "wayland-protocols",
19920 "wayland-scanner",
19921]
19922
19923[[package]]
19924name = "wayland-protocols-wlr"
19925version = "0.3.9"
19926source = "registry+https://github.com/rust-lang/crates.io-index"
19927checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
19928dependencies = [
19929 "bitflags 2.10.0",
19930 "wayland-backend",
19931 "wayland-client",
19932 "wayland-protocols",
19933 "wayland-scanner",
19934]
19935
19936[[package]]
19937name = "wayland-scanner"
19938version = "0.31.7"
19939source = "registry+https://github.com/rust-lang/crates.io-index"
19940checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
19941dependencies = [
19942 "proc-macro2",
19943 "quick-xml 0.37.5",
19944 "quote",
19945]
19946
19947[[package]]
19948name = "wayland-sys"
19949version = "0.31.7"
19950source = "registry+https://github.com/rust-lang/crates.io-index"
19951checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
19952dependencies = [
19953 "dlib",
19954 "log",
19955 "once_cell",
19956 "pkg-config",
19957]
19958
19959[[package]]
19960name = "web-sys"
19961version = "0.3.90"
19962source = "registry+https://github.com/rust-lang/crates.io-index"
19963checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
19964dependencies = [
19965 "js-sys",
19966 "wasm-bindgen",
19967]
19968
19969[[package]]
19970name = "web-time"
19971version = "1.1.0"
19972source = "registry+https://github.com/rust-lang/crates.io-index"
19973checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
19974dependencies = [
19975 "js-sys",
19976 "wasm-bindgen",
19977]
19978
19979[[package]]
19980name = "web_atoms"
19981version = "0.1.3"
19982source = "registry+https://github.com/rust-lang/crates.io-index"
19983checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
19984dependencies = [
19985 "phf 0.11.3",
19986 "phf_codegen",
19987 "string_cache",
19988 "string_cache_codegen",
19989]
19990
19991[[package]]
19992name = "web_search"
19993version = "0.1.0"
19994dependencies = [
19995 "anyhow",
19996 "cloud_llm_client",
19997 "collections",
19998 "gpui",
19999 "serde",
20000]
20001
20002[[package]]
20003name = "web_search_providers"
20004version = "0.1.0"
20005dependencies = [
20006 "anyhow",
20007 "client",
20008 "cloud_api_types",
20009 "cloud_llm_client",
20010 "futures 0.3.32",
20011 "gpui",
20012 "http_client",
20013 "language_model",
20014 "serde",
20015 "serde_json",
20016 "web_search",
20017]
20018
20019[[package]]
20020name = "webpki-root-certs"
20021version = "0.26.8"
20022source = "registry+https://github.com/rust-lang/crates.io-index"
20023checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20024dependencies = [
20025 "rustls-pki-types",
20026]
20027
20028[[package]]
20029name = "webpki-roots"
20030version = "0.26.8"
20031source = "registry+https://github.com/rust-lang/crates.io-index"
20032checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20033dependencies = [
20034 "rustls-pki-types",
20035]
20036
20037[[package]]
20038name = "webrtc-sys"
20039version = "0.3.23"
20040source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20041dependencies = [
20042 "cc",
20043 "cxx",
20044 "cxx-build",
20045 "glob",
20046 "log",
20047 "pkg-config",
20048 "webrtc-sys-build",
20049]
20050
20051[[package]]
20052name = "webrtc-sys-build"
20053version = "0.3.13"
20054source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20055dependencies = [
20056 "anyhow",
20057 "fs2",
20058 "regex",
20059 "reqwest 0.12.24",
20060 "scratch",
20061 "semver",
20062 "zip 0.6.6",
20063]
20064
20065[[package]]
20066name = "weezl"
20067version = "0.1.10"
20068source = "registry+https://github.com/rust-lang/crates.io-index"
20069checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20070
20071[[package]]
20072name = "wgpu"
20073version = "29.0.0"
20074source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20075dependencies = [
20076 "arrayvec",
20077 "bitflags 2.10.0",
20078 "bytemuck",
20079 "cfg-if",
20080 "cfg_aliases 0.2.1",
20081 "document-features",
20082 "hashbrown 0.16.1",
20083 "js-sys",
20084 "log",
20085 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20086 "parking_lot",
20087 "portable-atomic",
20088 "profiling",
20089 "raw-window-handle",
20090 "smallvec",
20091 "static_assertions",
20092 "wasm-bindgen",
20093 "wasm-bindgen-futures",
20094 "web-sys",
20095 "wgpu-core",
20096 "wgpu-hal",
20097 "wgpu-types",
20098]
20099
20100[[package]]
20101name = "wgpu-core"
20102version = "29.0.0"
20103source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20104dependencies = [
20105 "arrayvec",
20106 "bit-set 0.9.1",
20107 "bit-vec 0.9.1",
20108 "bitflags 2.10.0",
20109 "bytemuck",
20110 "cfg_aliases 0.2.1",
20111 "document-features",
20112 "hashbrown 0.16.1",
20113 "indexmap",
20114 "log",
20115 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20116 "once_cell",
20117 "parking_lot",
20118 "portable-atomic",
20119 "profiling",
20120 "raw-window-handle",
20121 "rustc-hash 1.1.0",
20122 "smallvec",
20123 "thiserror 2.0.17",
20124 "wgpu-core-deps-apple",
20125 "wgpu-core-deps-emscripten",
20126 "wgpu-core-deps-windows-linux-android",
20127 "wgpu-hal",
20128 "wgpu-naga-bridge",
20129 "wgpu-types",
20130]
20131
20132[[package]]
20133name = "wgpu-core-deps-apple"
20134version = "29.0.0"
20135source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20136dependencies = [
20137 "wgpu-hal",
20138]
20139
20140[[package]]
20141name = "wgpu-core-deps-emscripten"
20142version = "29.0.0"
20143source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20144dependencies = [
20145 "wgpu-hal",
20146]
20147
20148[[package]]
20149name = "wgpu-core-deps-windows-linux-android"
20150version = "29.0.0"
20151source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20152dependencies = [
20153 "wgpu-hal",
20154]
20155
20156[[package]]
20157name = "wgpu-hal"
20158version = "29.0.0"
20159source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20160dependencies = [
20161 "android_system_properties",
20162 "arrayvec",
20163 "ash",
20164 "bit-set 0.9.1",
20165 "bitflags 2.10.0",
20166 "block2",
20167 "bytemuck",
20168 "cfg-if",
20169 "cfg_aliases 0.2.1",
20170 "glow",
20171 "glutin_wgl_sys",
20172 "gpu-allocator",
20173 "gpu-descriptor",
20174 "hashbrown 0.16.1",
20175 "js-sys",
20176 "khronos-egl",
20177 "libc",
20178 "libloading",
20179 "log",
20180 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20181 "ndk-sys",
20182 "objc2",
20183 "objc2-core-foundation",
20184 "objc2-foundation",
20185 "objc2-metal",
20186 "objc2-quartz-core",
20187 "once_cell",
20188 "ordered-float 4.6.0",
20189 "parking_lot",
20190 "portable-atomic",
20191 "portable-atomic-util",
20192 "profiling",
20193 "range-alloc",
20194 "raw-window-handle",
20195 "raw-window-metal",
20196 "renderdoc-sys",
20197 "smallvec",
20198 "thiserror 2.0.17",
20199 "wasm-bindgen",
20200 "wayland-sys",
20201 "web-sys",
20202 "wgpu-naga-bridge",
20203 "wgpu-types",
20204 "windows 0.62.2",
20205 "windows-core 0.62.2",
20206]
20207
20208[[package]]
20209name = "wgpu-naga-bridge"
20210version = "29.0.0"
20211source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20212dependencies = [
20213 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20214 "wgpu-types",
20215]
20216
20217[[package]]
20218name = "wgpu-types"
20219version = "29.0.0"
20220source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20221dependencies = [
20222 "bitflags 2.10.0",
20223 "bytemuck",
20224 "js-sys",
20225 "log",
20226 "raw-window-handle",
20227 "web-sys",
20228]
20229
20230[[package]]
20231name = "which"
20232version = "4.4.2"
20233source = "registry+https://github.com/rust-lang/crates.io-index"
20234checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20235dependencies = [
20236 "either",
20237 "home",
20238 "once_cell",
20239 "rustix 0.38.44",
20240]
20241
20242[[package]]
20243name = "which"
20244version = "6.0.3"
20245source = "registry+https://github.com/rust-lang/crates.io-index"
20246checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20247dependencies = [
20248 "either",
20249 "home",
20250 "rustix 0.38.44",
20251 "winsafe",
20252]
20253
20254[[package]]
20255name = "which_key"
20256version = "0.1.0"
20257dependencies = [
20258 "command_palette",
20259 "gpui",
20260 "serde",
20261 "settings",
20262 "theme_settings",
20263 "ui",
20264 "util",
20265 "workspace",
20266]
20267
20268[[package]]
20269name = "whoami"
20270version = "1.6.1"
20271source = "registry+https://github.com/rust-lang/crates.io-index"
20272checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20273dependencies = [
20274 "libredox",
20275 "wasite",
20276]
20277
20278[[package]]
20279name = "wiggle"
20280version = "36.0.6"
20281source = "registry+https://github.com/rust-lang/crates.io-index"
20282checksum = "c13d1ae265bd6e5e608827d2535665453cae5cb64950de66e2d5767d3e32c43a"
20283dependencies = [
20284 "anyhow",
20285 "async-trait",
20286 "bitflags 2.10.0",
20287 "thiserror 2.0.17",
20288 "tracing",
20289 "wasmtime",
20290 "wiggle-macro",
20291]
20292
20293[[package]]
20294name = "wiggle-generate"
20295version = "36.0.6"
20296source = "registry+https://github.com/rust-lang/crates.io-index"
20297checksum = "607c4966f6b30da20d24560220137cbd09df722f0558eac81c05624700af5e05"
20298dependencies = [
20299 "anyhow",
20300 "heck 0.5.0",
20301 "proc-macro2",
20302 "quote",
20303 "syn 2.0.117",
20304 "witx",
20305]
20306
20307[[package]]
20308name = "wiggle-macro"
20309version = "36.0.6"
20310source = "registry+https://github.com/rust-lang/crates.io-index"
20311checksum = "fc36e39412fa35f7cc86b3705dbe154168721dd3e71f6dc4a726b266d5c60c55"
20312dependencies = [
20313 "proc-macro2",
20314 "quote",
20315 "syn 2.0.117",
20316 "wiggle-generate",
20317]
20318
20319[[package]]
20320name = "winapi"
20321version = "0.3.9"
20322source = "registry+https://github.com/rust-lang/crates.io-index"
20323checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20324dependencies = [
20325 "winapi-i686-pc-windows-gnu",
20326 "winapi-x86_64-pc-windows-gnu",
20327]
20328
20329[[package]]
20330name = "winapi-i686-pc-windows-gnu"
20331version = "0.4.0"
20332source = "registry+https://github.com/rust-lang/crates.io-index"
20333checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20334
20335[[package]]
20336name = "winapi-util"
20337version = "0.1.11"
20338source = "registry+https://github.com/rust-lang/crates.io-index"
20339checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20340dependencies = [
20341 "windows-sys 0.61.2",
20342]
20343
20344[[package]]
20345name = "winapi-x86_64-pc-windows-gnu"
20346version = "0.4.0"
20347source = "registry+https://github.com/rust-lang/crates.io-index"
20348checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20349
20350[[package]]
20351name = "winch-codegen"
20352version = "36.0.6"
20353source = "registry+https://github.com/rust-lang/crates.io-index"
20354checksum = "06c0ec09e8eb5e850e432da6271ed8c4a9d459a9db3850c38e98a3ee9d015e79"
20355dependencies = [
20356 "anyhow",
20357 "cranelift-assembler-x64",
20358 "cranelift-codegen",
20359 "gimli",
20360 "regalloc2",
20361 "smallvec",
20362 "target-lexicon 0.13.3",
20363 "thiserror 2.0.17",
20364 "wasmparser 0.236.1",
20365 "wasmtime-environ",
20366 "wasmtime-internal-cranelift",
20367 "wasmtime-internal-math",
20368]
20369
20370[[package]]
20371name = "windows"
20372version = "0.57.0"
20373source = "registry+https://github.com/rust-lang/crates.io-index"
20374checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20375dependencies = [
20376 "windows-core 0.57.0",
20377 "windows-targets 0.52.6",
20378]
20379
20380[[package]]
20381name = "windows"
20382version = "0.58.0"
20383source = "registry+https://github.com/rust-lang/crates.io-index"
20384checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20385dependencies = [
20386 "windows-core 0.58.0",
20387 "windows-targets 0.52.6",
20388]
20389
20390[[package]]
20391name = "windows"
20392version = "0.61.3"
20393source = "registry+https://github.com/rust-lang/crates.io-index"
20394checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20395dependencies = [
20396 "windows-collections 0.2.0",
20397 "windows-core 0.61.2",
20398 "windows-future 0.2.1",
20399 "windows-link 0.1.3",
20400 "windows-numerics 0.2.0",
20401]
20402
20403[[package]]
20404name = "windows"
20405version = "0.62.2"
20406source = "registry+https://github.com/rust-lang/crates.io-index"
20407checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20408dependencies = [
20409 "windows-collections 0.3.2",
20410 "windows-core 0.62.2",
20411 "windows-future 0.3.2",
20412 "windows-numerics 0.3.1",
20413]
20414
20415[[package]]
20416name = "windows-bindgen"
20417version = "0.61.1"
20418source = "registry+https://github.com/rust-lang/crates.io-index"
20419checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20420dependencies = [
20421 "serde",
20422 "serde_json",
20423 "windows-threading 0.1.0",
20424]
20425
20426[[package]]
20427name = "windows-capture"
20428version = "1.4.3"
20429source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20430dependencies = [
20431 "clap",
20432 "ctrlc",
20433 "parking_lot",
20434 "rayon",
20435 "thiserror 2.0.17",
20436 "windows 0.61.3",
20437 "windows-future 0.2.1",
20438]
20439
20440[[package]]
20441name = "windows-collections"
20442version = "0.2.0"
20443source = "registry+https://github.com/rust-lang/crates.io-index"
20444checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20445dependencies = [
20446 "windows-core 0.61.2",
20447]
20448
20449[[package]]
20450name = "windows-collections"
20451version = "0.3.2"
20452source = "registry+https://github.com/rust-lang/crates.io-index"
20453checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20454dependencies = [
20455 "windows-core 0.62.2",
20456]
20457
20458[[package]]
20459name = "windows-core"
20460version = "0.57.0"
20461source = "registry+https://github.com/rust-lang/crates.io-index"
20462checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20463dependencies = [
20464 "windows-implement 0.57.0",
20465 "windows-interface 0.57.0",
20466 "windows-result 0.1.2",
20467 "windows-targets 0.52.6",
20468]
20469
20470[[package]]
20471name = "windows-core"
20472version = "0.58.0"
20473source = "registry+https://github.com/rust-lang/crates.io-index"
20474checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20475dependencies = [
20476 "windows-implement 0.58.0",
20477 "windows-interface 0.58.0",
20478 "windows-result 0.2.0",
20479 "windows-strings 0.1.0",
20480 "windows-targets 0.52.6",
20481]
20482
20483[[package]]
20484name = "windows-core"
20485version = "0.61.2"
20486source = "registry+https://github.com/rust-lang/crates.io-index"
20487checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20488dependencies = [
20489 "windows-implement 0.60.2",
20490 "windows-interface 0.59.3",
20491 "windows-link 0.1.3",
20492 "windows-result 0.3.4",
20493 "windows-strings 0.4.2",
20494]
20495
20496[[package]]
20497name = "windows-core"
20498version = "0.62.2"
20499source = "registry+https://github.com/rust-lang/crates.io-index"
20500checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20501dependencies = [
20502 "windows-implement 0.60.2",
20503 "windows-interface 0.59.3",
20504 "windows-link 0.2.1",
20505 "windows-result 0.4.1",
20506 "windows-strings 0.5.1",
20507]
20508
20509[[package]]
20510name = "windows-future"
20511version = "0.2.1"
20512source = "registry+https://github.com/rust-lang/crates.io-index"
20513checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20514dependencies = [
20515 "windows-core 0.61.2",
20516 "windows-link 0.1.3",
20517 "windows-threading 0.1.0",
20518]
20519
20520[[package]]
20521name = "windows-future"
20522version = "0.3.2"
20523source = "registry+https://github.com/rust-lang/crates.io-index"
20524checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20525dependencies = [
20526 "windows-core 0.62.2",
20527 "windows-link 0.2.1",
20528 "windows-threading 0.2.1",
20529]
20530
20531[[package]]
20532name = "windows-implement"
20533version = "0.57.0"
20534source = "registry+https://github.com/rust-lang/crates.io-index"
20535checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20536dependencies = [
20537 "proc-macro2",
20538 "quote",
20539 "syn 2.0.117",
20540]
20541
20542[[package]]
20543name = "windows-implement"
20544version = "0.58.0"
20545source = "registry+https://github.com/rust-lang/crates.io-index"
20546checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20547dependencies = [
20548 "proc-macro2",
20549 "quote",
20550 "syn 2.0.117",
20551]
20552
20553[[package]]
20554name = "windows-implement"
20555version = "0.60.2"
20556source = "registry+https://github.com/rust-lang/crates.io-index"
20557checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20558dependencies = [
20559 "proc-macro2",
20560 "quote",
20561 "syn 2.0.117",
20562]
20563
20564[[package]]
20565name = "windows-interface"
20566version = "0.57.0"
20567source = "registry+https://github.com/rust-lang/crates.io-index"
20568checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20569dependencies = [
20570 "proc-macro2",
20571 "quote",
20572 "syn 2.0.117",
20573]
20574
20575[[package]]
20576name = "windows-interface"
20577version = "0.58.0"
20578source = "registry+https://github.com/rust-lang/crates.io-index"
20579checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20580dependencies = [
20581 "proc-macro2",
20582 "quote",
20583 "syn 2.0.117",
20584]
20585
20586[[package]]
20587name = "windows-interface"
20588version = "0.59.3"
20589source = "registry+https://github.com/rust-lang/crates.io-index"
20590checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20591dependencies = [
20592 "proc-macro2",
20593 "quote",
20594 "syn 2.0.117",
20595]
20596
20597[[package]]
20598name = "windows-link"
20599version = "0.1.3"
20600source = "registry+https://github.com/rust-lang/crates.io-index"
20601checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20602
20603[[package]]
20604name = "windows-link"
20605version = "0.2.1"
20606source = "registry+https://github.com/rust-lang/crates.io-index"
20607checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20608
20609[[package]]
20610name = "windows-numerics"
20611version = "0.2.0"
20612source = "registry+https://github.com/rust-lang/crates.io-index"
20613checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20614dependencies = [
20615 "windows-core 0.61.2",
20616 "windows-link 0.1.3",
20617]
20618
20619[[package]]
20620name = "windows-numerics"
20621version = "0.3.1"
20622source = "registry+https://github.com/rust-lang/crates.io-index"
20623checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20624dependencies = [
20625 "windows-core 0.62.2",
20626 "windows-link 0.2.1",
20627]
20628
20629[[package]]
20630name = "windows-registry"
20631version = "0.4.0"
20632source = "registry+https://github.com/rust-lang/crates.io-index"
20633checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20634dependencies = [
20635 "windows-result 0.3.4",
20636 "windows-strings 0.3.1",
20637 "windows-targets 0.53.5",
20638]
20639
20640[[package]]
20641name = "windows-registry"
20642version = "0.5.3"
20643source = "registry+https://github.com/rust-lang/crates.io-index"
20644checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20645dependencies = [
20646 "windows-link 0.1.3",
20647 "windows-result 0.3.4",
20648 "windows-strings 0.4.2",
20649]
20650
20651[[package]]
20652name = "windows-registry"
20653version = "0.6.1"
20654source = "registry+https://github.com/rust-lang/crates.io-index"
20655checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20656dependencies = [
20657 "windows-link 0.2.1",
20658 "windows-result 0.4.1",
20659 "windows-strings 0.5.1",
20660]
20661
20662[[package]]
20663name = "windows-result"
20664version = "0.1.2"
20665source = "registry+https://github.com/rust-lang/crates.io-index"
20666checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20667dependencies = [
20668 "windows-targets 0.52.6",
20669]
20670
20671[[package]]
20672name = "windows-result"
20673version = "0.2.0"
20674source = "registry+https://github.com/rust-lang/crates.io-index"
20675checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20676dependencies = [
20677 "windows-targets 0.52.6",
20678]
20679
20680[[package]]
20681name = "windows-result"
20682version = "0.3.4"
20683source = "registry+https://github.com/rust-lang/crates.io-index"
20684checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20685dependencies = [
20686 "windows-link 0.1.3",
20687]
20688
20689[[package]]
20690name = "windows-result"
20691version = "0.4.1"
20692source = "registry+https://github.com/rust-lang/crates.io-index"
20693checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20694dependencies = [
20695 "windows-link 0.2.1",
20696]
20697
20698[[package]]
20699name = "windows-strings"
20700version = "0.1.0"
20701source = "registry+https://github.com/rust-lang/crates.io-index"
20702checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20703dependencies = [
20704 "windows-result 0.2.0",
20705 "windows-targets 0.52.6",
20706]
20707
20708[[package]]
20709name = "windows-strings"
20710version = "0.3.1"
20711source = "registry+https://github.com/rust-lang/crates.io-index"
20712checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20713dependencies = [
20714 "windows-link 0.1.3",
20715]
20716
20717[[package]]
20718name = "windows-strings"
20719version = "0.4.2"
20720source = "registry+https://github.com/rust-lang/crates.io-index"
20721checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20722dependencies = [
20723 "windows-link 0.1.3",
20724]
20725
20726[[package]]
20727name = "windows-strings"
20728version = "0.5.1"
20729source = "registry+https://github.com/rust-lang/crates.io-index"
20730checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
20731dependencies = [
20732 "windows-link 0.2.1",
20733]
20734
20735[[package]]
20736name = "windows-sys"
20737version = "0.45.0"
20738source = "registry+https://github.com/rust-lang/crates.io-index"
20739checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
20740dependencies = [
20741 "windows-targets 0.42.2",
20742]
20743
20744[[package]]
20745name = "windows-sys"
20746version = "0.48.0"
20747source = "registry+https://github.com/rust-lang/crates.io-index"
20748checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
20749dependencies = [
20750 "windows-targets 0.48.5",
20751]
20752
20753[[package]]
20754name = "windows-sys"
20755version = "0.52.0"
20756source = "registry+https://github.com/rust-lang/crates.io-index"
20757checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
20758dependencies = [
20759 "windows-targets 0.52.6",
20760]
20761
20762[[package]]
20763name = "windows-sys"
20764version = "0.59.0"
20765source = "registry+https://github.com/rust-lang/crates.io-index"
20766checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
20767dependencies = [
20768 "windows-targets 0.52.6",
20769]
20770
20771[[package]]
20772name = "windows-sys"
20773version = "0.60.2"
20774source = "registry+https://github.com/rust-lang/crates.io-index"
20775checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
20776dependencies = [
20777 "windows-targets 0.53.5",
20778]
20779
20780[[package]]
20781name = "windows-sys"
20782version = "0.61.2"
20783source = "registry+https://github.com/rust-lang/crates.io-index"
20784checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
20785dependencies = [
20786 "windows-link 0.2.1",
20787]
20788
20789[[package]]
20790name = "windows-targets"
20791version = "0.42.2"
20792source = "registry+https://github.com/rust-lang/crates.io-index"
20793checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
20794dependencies = [
20795 "windows_aarch64_gnullvm 0.42.2",
20796 "windows_aarch64_msvc 0.42.2",
20797 "windows_i686_gnu 0.42.2",
20798 "windows_i686_msvc 0.42.2",
20799 "windows_x86_64_gnu 0.42.2",
20800 "windows_x86_64_gnullvm 0.42.2",
20801 "windows_x86_64_msvc 0.42.2",
20802]
20803
20804[[package]]
20805name = "windows-targets"
20806version = "0.48.5"
20807source = "registry+https://github.com/rust-lang/crates.io-index"
20808checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
20809dependencies = [
20810 "windows_aarch64_gnullvm 0.48.5",
20811 "windows_aarch64_msvc 0.48.5",
20812 "windows_i686_gnu 0.48.5",
20813 "windows_i686_msvc 0.48.5",
20814 "windows_x86_64_gnu 0.48.5",
20815 "windows_x86_64_gnullvm 0.48.5",
20816 "windows_x86_64_msvc 0.48.5",
20817]
20818
20819[[package]]
20820name = "windows-targets"
20821version = "0.52.6"
20822source = "registry+https://github.com/rust-lang/crates.io-index"
20823checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
20824dependencies = [
20825 "windows_aarch64_gnullvm 0.52.6",
20826 "windows_aarch64_msvc 0.52.6",
20827 "windows_i686_gnu 0.52.6",
20828 "windows_i686_gnullvm 0.52.6",
20829 "windows_i686_msvc 0.52.6",
20830 "windows_x86_64_gnu 0.52.6",
20831 "windows_x86_64_gnullvm 0.52.6",
20832 "windows_x86_64_msvc 0.52.6",
20833]
20834
20835[[package]]
20836name = "windows-targets"
20837version = "0.53.5"
20838source = "registry+https://github.com/rust-lang/crates.io-index"
20839checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
20840dependencies = [
20841 "windows-link 0.2.1",
20842 "windows_aarch64_gnullvm 0.53.1",
20843 "windows_aarch64_msvc 0.53.1",
20844 "windows_i686_gnu 0.53.1",
20845 "windows_i686_gnullvm 0.53.1",
20846 "windows_i686_msvc 0.53.1",
20847 "windows_x86_64_gnu 0.53.1",
20848 "windows_x86_64_gnullvm 0.53.1",
20849 "windows_x86_64_msvc 0.53.1",
20850]
20851
20852[[package]]
20853name = "windows-threading"
20854version = "0.1.0"
20855source = "registry+https://github.com/rust-lang/crates.io-index"
20856checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
20857dependencies = [
20858 "windows-link 0.1.3",
20859]
20860
20861[[package]]
20862name = "windows-threading"
20863version = "0.2.1"
20864source = "registry+https://github.com/rust-lang/crates.io-index"
20865checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
20866dependencies = [
20867 "windows-link 0.2.1",
20868]
20869
20870[[package]]
20871name = "windows_aarch64_gnullvm"
20872version = "0.42.2"
20873source = "registry+https://github.com/rust-lang/crates.io-index"
20874checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
20875
20876[[package]]
20877name = "windows_aarch64_gnullvm"
20878version = "0.48.5"
20879source = "registry+https://github.com/rust-lang/crates.io-index"
20880checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
20881
20882[[package]]
20883name = "windows_aarch64_gnullvm"
20884version = "0.52.6"
20885source = "registry+https://github.com/rust-lang/crates.io-index"
20886checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
20887
20888[[package]]
20889name = "windows_aarch64_gnullvm"
20890version = "0.53.1"
20891source = "registry+https://github.com/rust-lang/crates.io-index"
20892checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
20893
20894[[package]]
20895name = "windows_aarch64_msvc"
20896version = "0.42.2"
20897source = "registry+https://github.com/rust-lang/crates.io-index"
20898checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
20899
20900[[package]]
20901name = "windows_aarch64_msvc"
20902version = "0.48.5"
20903source = "registry+https://github.com/rust-lang/crates.io-index"
20904checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
20905
20906[[package]]
20907name = "windows_aarch64_msvc"
20908version = "0.52.6"
20909source = "registry+https://github.com/rust-lang/crates.io-index"
20910checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
20911
20912[[package]]
20913name = "windows_aarch64_msvc"
20914version = "0.53.1"
20915source = "registry+https://github.com/rust-lang/crates.io-index"
20916checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
20917
20918[[package]]
20919name = "windows_i686_gnu"
20920version = "0.42.2"
20921source = "registry+https://github.com/rust-lang/crates.io-index"
20922checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
20923
20924[[package]]
20925name = "windows_i686_gnu"
20926version = "0.48.5"
20927source = "registry+https://github.com/rust-lang/crates.io-index"
20928checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
20929
20930[[package]]
20931name = "windows_i686_gnu"
20932version = "0.52.6"
20933source = "registry+https://github.com/rust-lang/crates.io-index"
20934checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
20935
20936[[package]]
20937name = "windows_i686_gnu"
20938version = "0.53.1"
20939source = "registry+https://github.com/rust-lang/crates.io-index"
20940checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
20941
20942[[package]]
20943name = "windows_i686_gnullvm"
20944version = "0.52.6"
20945source = "registry+https://github.com/rust-lang/crates.io-index"
20946checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
20947
20948[[package]]
20949name = "windows_i686_gnullvm"
20950version = "0.53.1"
20951source = "registry+https://github.com/rust-lang/crates.io-index"
20952checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
20953
20954[[package]]
20955name = "windows_i686_msvc"
20956version = "0.42.2"
20957source = "registry+https://github.com/rust-lang/crates.io-index"
20958checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
20959
20960[[package]]
20961name = "windows_i686_msvc"
20962version = "0.48.5"
20963source = "registry+https://github.com/rust-lang/crates.io-index"
20964checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
20965
20966[[package]]
20967name = "windows_i686_msvc"
20968version = "0.52.6"
20969source = "registry+https://github.com/rust-lang/crates.io-index"
20970checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
20971
20972[[package]]
20973name = "windows_i686_msvc"
20974version = "0.53.1"
20975source = "registry+https://github.com/rust-lang/crates.io-index"
20976checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
20977
20978[[package]]
20979name = "windows_x86_64_gnu"
20980version = "0.42.2"
20981source = "registry+https://github.com/rust-lang/crates.io-index"
20982checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
20983
20984[[package]]
20985name = "windows_x86_64_gnu"
20986version = "0.48.5"
20987source = "registry+https://github.com/rust-lang/crates.io-index"
20988checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
20989
20990[[package]]
20991name = "windows_x86_64_gnu"
20992version = "0.52.6"
20993source = "registry+https://github.com/rust-lang/crates.io-index"
20994checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
20995
20996[[package]]
20997name = "windows_x86_64_gnu"
20998version = "0.53.1"
20999source = "registry+https://github.com/rust-lang/crates.io-index"
21000checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
21001
21002[[package]]
21003name = "windows_x86_64_gnullvm"
21004version = "0.42.2"
21005source = "registry+https://github.com/rust-lang/crates.io-index"
21006checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
21007
21008[[package]]
21009name = "windows_x86_64_gnullvm"
21010version = "0.48.5"
21011source = "registry+https://github.com/rust-lang/crates.io-index"
21012checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21013
21014[[package]]
21015name = "windows_x86_64_gnullvm"
21016version = "0.52.6"
21017source = "registry+https://github.com/rust-lang/crates.io-index"
21018checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21019
21020[[package]]
21021name = "windows_x86_64_gnullvm"
21022version = "0.53.1"
21023source = "registry+https://github.com/rust-lang/crates.io-index"
21024checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21025
21026[[package]]
21027name = "windows_x86_64_msvc"
21028version = "0.42.2"
21029source = "registry+https://github.com/rust-lang/crates.io-index"
21030checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21031
21032[[package]]
21033name = "windows_x86_64_msvc"
21034version = "0.48.5"
21035source = "registry+https://github.com/rust-lang/crates.io-index"
21036checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21037
21038[[package]]
21039name = "windows_x86_64_msvc"
21040version = "0.52.6"
21041source = "registry+https://github.com/rust-lang/crates.io-index"
21042checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21043
21044[[package]]
21045name = "windows_x86_64_msvc"
21046version = "0.53.1"
21047source = "registry+https://github.com/rust-lang/crates.io-index"
21048checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21049
21050[[package]]
21051name = "winnow"
21052version = "0.7.13"
21053source = "registry+https://github.com/rust-lang/crates.io-index"
21054checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21055dependencies = [
21056 "memchr",
21057]
21058
21059[[package]]
21060name = "winreg"
21061version = "0.10.1"
21062source = "registry+https://github.com/rust-lang/crates.io-index"
21063checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21064dependencies = [
21065 "winapi",
21066]
21067
21068[[package]]
21069name = "winreg"
21070version = "0.50.0"
21071source = "registry+https://github.com/rust-lang/crates.io-index"
21072checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21073dependencies = [
21074 "cfg-if",
21075 "windows-sys 0.48.0",
21076]
21077
21078[[package]]
21079name = "winreg"
21080version = "0.55.0"
21081source = "registry+https://github.com/rust-lang/crates.io-index"
21082checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21083dependencies = [
21084 "cfg-if",
21085 "windows-sys 0.59.0",
21086]
21087
21088[[package]]
21089name = "winresource"
21090version = "0.1.23"
21091source = "registry+https://github.com/rust-lang/crates.io-index"
21092checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21093dependencies = [
21094 "toml 0.8.23",
21095 "version_check",
21096]
21097
21098[[package]]
21099name = "winsafe"
21100version = "0.0.19"
21101source = "registry+https://github.com/rust-lang/crates.io-index"
21102checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21103
21104[[package]]
21105name = "winx"
21106version = "0.36.4"
21107source = "registry+https://github.com/rust-lang/crates.io-index"
21108checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21109dependencies = [
21110 "bitflags 2.10.0",
21111 "windows-sys 0.59.0",
21112]
21113
21114[[package]]
21115name = "wio"
21116version = "0.2.2"
21117source = "registry+https://github.com/rust-lang/crates.io-index"
21118checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21119dependencies = [
21120 "winapi",
21121]
21122
21123[[package]]
21124name = "wit-bindgen"
21125version = "0.22.0"
21126source = "registry+https://github.com/rust-lang/crates.io-index"
21127checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21128dependencies = [
21129 "bitflags 2.10.0",
21130 "wit-bindgen-rt 0.22.0",
21131 "wit-bindgen-rust-macro 0.22.0",
21132]
21133
21134[[package]]
21135name = "wit-bindgen"
21136version = "0.41.0"
21137source = "registry+https://github.com/rust-lang/crates.io-index"
21138checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21139dependencies = [
21140 "wit-bindgen-rt 0.41.0",
21141 "wit-bindgen-rust-macro 0.41.0",
21142]
21143
21144[[package]]
21145name = "wit-bindgen"
21146version = "0.46.0"
21147source = "registry+https://github.com/rust-lang/crates.io-index"
21148checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21149
21150[[package]]
21151name = "wit-bindgen"
21152version = "0.51.0"
21153source = "registry+https://github.com/rust-lang/crates.io-index"
21154checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21155dependencies = [
21156 "wit-bindgen-rust-macro 0.51.0",
21157]
21158
21159[[package]]
21160name = "wit-bindgen-core"
21161version = "0.22.0"
21162source = "registry+https://github.com/rust-lang/crates.io-index"
21163checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21164dependencies = [
21165 "anyhow",
21166 "wit-parser 0.201.0",
21167]
21168
21169[[package]]
21170name = "wit-bindgen-core"
21171version = "0.41.0"
21172source = "registry+https://github.com/rust-lang/crates.io-index"
21173checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21174dependencies = [
21175 "anyhow",
21176 "heck 0.5.0",
21177 "wit-parser 0.227.1",
21178]
21179
21180[[package]]
21181name = "wit-bindgen-core"
21182version = "0.51.0"
21183source = "registry+https://github.com/rust-lang/crates.io-index"
21184checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21185dependencies = [
21186 "anyhow",
21187 "heck 0.5.0",
21188 "wit-parser 0.244.0",
21189]
21190
21191[[package]]
21192name = "wit-bindgen-rt"
21193version = "0.22.0"
21194source = "registry+https://github.com/rust-lang/crates.io-index"
21195checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21196
21197[[package]]
21198name = "wit-bindgen-rt"
21199version = "0.41.0"
21200source = "registry+https://github.com/rust-lang/crates.io-index"
21201checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21202dependencies = [
21203 "bitflags 2.10.0",
21204 "futures 0.3.32",
21205 "once_cell",
21206]
21207
21208[[package]]
21209name = "wit-bindgen-rust"
21210version = "0.22.0"
21211source = "registry+https://github.com/rust-lang/crates.io-index"
21212checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21213dependencies = [
21214 "anyhow",
21215 "heck 0.4.1",
21216 "indexmap",
21217 "wasm-metadata 0.201.0",
21218 "wit-bindgen-core 0.22.0",
21219 "wit-component 0.201.0",
21220]
21221
21222[[package]]
21223name = "wit-bindgen-rust"
21224version = "0.41.0"
21225source = "registry+https://github.com/rust-lang/crates.io-index"
21226checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21227dependencies = [
21228 "anyhow",
21229 "heck 0.5.0",
21230 "indexmap",
21231 "prettyplease",
21232 "syn 2.0.117",
21233 "wasm-metadata 0.227.1",
21234 "wit-bindgen-core 0.41.0",
21235 "wit-component 0.227.1",
21236]
21237
21238[[package]]
21239name = "wit-bindgen-rust"
21240version = "0.51.0"
21241source = "registry+https://github.com/rust-lang/crates.io-index"
21242checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21243dependencies = [
21244 "anyhow",
21245 "heck 0.5.0",
21246 "indexmap",
21247 "prettyplease",
21248 "syn 2.0.117",
21249 "wasm-metadata 0.244.0",
21250 "wit-bindgen-core 0.51.0",
21251 "wit-component 0.244.0",
21252]
21253
21254[[package]]
21255name = "wit-bindgen-rust-macro"
21256version = "0.22.0"
21257source = "registry+https://github.com/rust-lang/crates.io-index"
21258checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21259dependencies = [
21260 "anyhow",
21261 "proc-macro2",
21262 "quote",
21263 "syn 2.0.117",
21264 "wit-bindgen-core 0.22.0",
21265 "wit-bindgen-rust 0.22.0",
21266]
21267
21268[[package]]
21269name = "wit-bindgen-rust-macro"
21270version = "0.41.0"
21271source = "registry+https://github.com/rust-lang/crates.io-index"
21272checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21273dependencies = [
21274 "anyhow",
21275 "prettyplease",
21276 "proc-macro2",
21277 "quote",
21278 "syn 2.0.117",
21279 "wit-bindgen-core 0.41.0",
21280 "wit-bindgen-rust 0.41.0",
21281]
21282
21283[[package]]
21284name = "wit-bindgen-rust-macro"
21285version = "0.51.0"
21286source = "registry+https://github.com/rust-lang/crates.io-index"
21287checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21288dependencies = [
21289 "anyhow",
21290 "prettyplease",
21291 "proc-macro2",
21292 "quote",
21293 "syn 2.0.117",
21294 "wit-bindgen-core 0.51.0",
21295 "wit-bindgen-rust 0.51.0",
21296]
21297
21298[[package]]
21299name = "wit-component"
21300version = "0.201.0"
21301source = "registry+https://github.com/rust-lang/crates.io-index"
21302checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21303dependencies = [
21304 "anyhow",
21305 "bitflags 2.10.0",
21306 "indexmap",
21307 "log",
21308 "serde",
21309 "serde_derive",
21310 "serde_json",
21311 "wasm-encoder 0.201.0",
21312 "wasm-metadata 0.201.0",
21313 "wasmparser 0.201.0",
21314 "wit-parser 0.201.0",
21315]
21316
21317[[package]]
21318name = "wit-component"
21319version = "0.227.1"
21320source = "registry+https://github.com/rust-lang/crates.io-index"
21321checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21322dependencies = [
21323 "anyhow",
21324 "bitflags 2.10.0",
21325 "indexmap",
21326 "log",
21327 "serde",
21328 "serde_derive",
21329 "serde_json",
21330 "wasm-encoder 0.227.1",
21331 "wasm-metadata 0.227.1",
21332 "wasmparser 0.227.1",
21333 "wit-parser 0.227.1",
21334]
21335
21336[[package]]
21337name = "wit-component"
21338version = "0.244.0"
21339source = "registry+https://github.com/rust-lang/crates.io-index"
21340checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21341dependencies = [
21342 "anyhow",
21343 "bitflags 2.10.0",
21344 "indexmap",
21345 "log",
21346 "serde",
21347 "serde_derive",
21348 "serde_json",
21349 "wasm-encoder 0.244.0",
21350 "wasm-metadata 0.244.0",
21351 "wasmparser 0.244.0",
21352 "wit-parser 0.244.0",
21353]
21354
21355[[package]]
21356name = "wit-parser"
21357version = "0.201.0"
21358source = "registry+https://github.com/rust-lang/crates.io-index"
21359checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21360dependencies = [
21361 "anyhow",
21362 "id-arena",
21363 "indexmap",
21364 "log",
21365 "semver",
21366 "serde",
21367 "serde_derive",
21368 "serde_json",
21369 "unicode-xid",
21370 "wasmparser 0.201.0",
21371]
21372
21373[[package]]
21374name = "wit-parser"
21375version = "0.227.1"
21376source = "registry+https://github.com/rust-lang/crates.io-index"
21377checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21378dependencies = [
21379 "anyhow",
21380 "id-arena",
21381 "indexmap",
21382 "log",
21383 "semver",
21384 "serde",
21385 "serde_derive",
21386 "serde_json",
21387 "unicode-xid",
21388 "wasmparser 0.227.1",
21389]
21390
21391[[package]]
21392name = "wit-parser"
21393version = "0.236.1"
21394source = "registry+https://github.com/rust-lang/crates.io-index"
21395checksum = "16e4833a20cd6e85d6abfea0e63a399472d6f88c6262957c17f546879a80ba15"
21396dependencies = [
21397 "anyhow",
21398 "id-arena",
21399 "indexmap",
21400 "log",
21401 "semver",
21402 "serde",
21403 "serde_derive",
21404 "serde_json",
21405 "unicode-xid",
21406 "wasmparser 0.236.1",
21407]
21408
21409[[package]]
21410name = "wit-parser"
21411version = "0.244.0"
21412source = "registry+https://github.com/rust-lang/crates.io-index"
21413checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21414dependencies = [
21415 "anyhow",
21416 "id-arena",
21417 "indexmap",
21418 "log",
21419 "semver",
21420 "serde",
21421 "serde_derive",
21422 "serde_json",
21423 "unicode-xid",
21424 "wasmparser 0.244.0",
21425]
21426
21427[[package]]
21428name = "witx"
21429version = "0.9.1"
21430source = "registry+https://github.com/rust-lang/crates.io-index"
21431checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21432dependencies = [
21433 "anyhow",
21434 "log",
21435 "thiserror 1.0.69",
21436 "wast",
21437]
21438
21439[[package]]
21440name = "workspace"
21441version = "0.1.0"
21442dependencies = [
21443 "agent_settings",
21444 "any_vec",
21445 "anyhow",
21446 "async-recursion",
21447 "chrono",
21448 "client",
21449 "clock",
21450 "collections",
21451 "component",
21452 "db",
21453 "feature_flags",
21454 "fs",
21455 "futures 0.3.32",
21456 "git",
21457 "gpui",
21458 "http_client",
21459 "itertools 0.14.0",
21460 "language",
21461 "log",
21462 "markdown",
21463 "menu",
21464 "node_runtime",
21465 "parking_lot",
21466 "postage",
21467 "pretty_assertions",
21468 "project",
21469 "remote",
21470 "schemars",
21471 "serde",
21472 "serde_json",
21473 "session",
21474 "settings",
21475 "smallvec",
21476 "sqlez",
21477 "strum 0.27.2",
21478 "task",
21479 "telemetry",
21480 "tempfile",
21481 "theme",
21482 "theme_settings",
21483 "ui",
21484 "util",
21485 "uuid",
21486 "vim_mode_setting",
21487 "windows 0.61.3",
21488 "zed_actions",
21489 "zlog",
21490]
21491
21492[[package]]
21493name = "worktree"
21494version = "0.1.0"
21495dependencies = [
21496 "anyhow",
21497 "async-lock 2.8.0",
21498 "chardetng",
21499 "clock",
21500 "collections",
21501 "encoding_rs",
21502 "fs",
21503 "futures 0.3.32",
21504 "fuzzy",
21505 "git",
21506 "gpui",
21507 "ignore",
21508 "language",
21509 "log",
21510 "parking_lot",
21511 "paths",
21512 "postage",
21513 "pretty_assertions",
21514 "rand 0.9.2",
21515 "rpc",
21516 "serde",
21517 "serde_json",
21518 "settings",
21519 "smallvec",
21520 "smol",
21521 "sum_tree",
21522 "text",
21523 "tracing",
21524 "util",
21525 "worktree",
21526 "zlog",
21527 "ztracing",
21528]
21529
21530[[package]]
21531name = "worktree_benchmarks"
21532version = "0.1.0"
21533dependencies = [
21534 "fs",
21535 "gpui_platform",
21536 "settings",
21537 "worktree",
21538]
21539
21540[[package]]
21541name = "wprcontrol"
21542version = "0.1.0"
21543source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21544dependencies = [
21545 "windows 0.61.3",
21546 "windows-bindgen",
21547 "windows-core 0.61.2",
21548 "windows-link 0.2.1",
21549]
21550
21551[[package]]
21552name = "writeable"
21553version = "0.6.1"
21554source = "registry+https://github.com/rust-lang/crates.io-index"
21555checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21556
21557[[package]]
21558name = "wyz"
21559version = "0.5.1"
21560source = "registry+https://github.com/rust-lang/crates.io-index"
21561checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21562dependencies = [
21563 "tap",
21564]
21565
21566[[package]]
21567name = "x11"
21568version = "2.21.0"
21569source = "registry+https://github.com/rust-lang/crates.io-index"
21570checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21571dependencies = [
21572 "libc",
21573 "pkg-config",
21574]
21575
21576[[package]]
21577name = "x11-clipboard"
21578version = "0.9.3"
21579source = "registry+https://github.com/rust-lang/crates.io-index"
21580checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21581dependencies = [
21582 "libc",
21583 "x11rb",
21584]
21585
21586[[package]]
21587name = "x11rb"
21588version = "0.13.2"
21589source = "registry+https://github.com/rust-lang/crates.io-index"
21590checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21591dependencies = [
21592 "as-raw-xcb-connection",
21593 "gethostname",
21594 "libc",
21595 "rustix 1.1.2",
21596 "x11rb-protocol",
21597 "xcursor",
21598]
21599
21600[[package]]
21601name = "x11rb-protocol"
21602version = "0.13.2"
21603source = "registry+https://github.com/rust-lang/crates.io-index"
21604checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21605
21606[[package]]
21607name = "x_ai"
21608version = "0.1.0"
21609dependencies = [
21610 "anyhow",
21611 "schemars",
21612 "serde",
21613 "strum 0.27.2",
21614]
21615
21616[[package]]
21617name = "xattr"
21618version = "0.2.3"
21619source = "registry+https://github.com/rust-lang/crates.io-index"
21620checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21621dependencies = [
21622 "libc",
21623]
21624
21625[[package]]
21626name = "xcb"
21627version = "1.6.0"
21628source = "registry+https://github.com/rust-lang/crates.io-index"
21629checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21630dependencies = [
21631 "bitflags 1.3.2",
21632 "libc",
21633 "quick-xml 0.30.0",
21634 "x11",
21635]
21636
21637[[package]]
21638name = "xcursor"
21639version = "0.3.10"
21640source = "registry+https://github.com/rust-lang/crates.io-index"
21641checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21642
21643[[package]]
21644name = "xim-ctext"
21645version = "0.3.0"
21646source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21647dependencies = [
21648 "encoding_rs",
21649]
21650
21651[[package]]
21652name = "xim-parser"
21653version = "0.2.1"
21654source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21655dependencies = [
21656 "bitflags 2.10.0",
21657]
21658
21659[[package]]
21660name = "xkbcommon"
21661version = "0.8.0"
21662source = "registry+https://github.com/rust-lang/crates.io-index"
21663checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21664dependencies = [
21665 "as-raw-xcb-connection",
21666 "libc",
21667 "memmap2",
21668 "xkeysym",
21669]
21670
21671[[package]]
21672name = "xkeysym"
21673version = "0.2.1"
21674source = "registry+https://github.com/rust-lang/crates.io-index"
21675checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21676
21677[[package]]
21678name = "xml-rs"
21679version = "0.8.28"
21680source = "registry+https://github.com/rust-lang/crates.io-index"
21681checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21682
21683[[package]]
21684name = "xml5ever"
21685version = "0.18.1"
21686source = "registry+https://github.com/rust-lang/crates.io-index"
21687checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21688dependencies = [
21689 "log",
21690 "mac",
21691 "markup5ever 0.12.1",
21692]
21693
21694[[package]]
21695name = "xmlparser"
21696version = "0.13.6"
21697source = "registry+https://github.com/rust-lang/crates.io-index"
21698checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21699
21700[[package]]
21701name = "xmlwriter"
21702version = "0.1.0"
21703source = "registry+https://github.com/rust-lang/crates.io-index"
21704checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21705
21706[[package]]
21707name = "xtask"
21708version = "0.1.0"
21709dependencies = [
21710 "annotate-snippets",
21711 "anyhow",
21712 "backtrace",
21713 "cargo_metadata",
21714 "cargo_toml",
21715 "clap",
21716 "gh-workflow",
21717 "indexmap",
21718 "indoc",
21719 "itertools 0.14.0",
21720 "regex",
21721 "serde",
21722 "serde_json",
21723 "serde_yaml",
21724 "strum 0.27.2",
21725 "toml 0.8.23",
21726 "toml_edit 0.22.27",
21727]
21728
21729[[package]]
21730name = "yaml-rust2"
21731version = "0.8.1"
21732source = "registry+https://github.com/rust-lang/crates.io-index"
21733checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
21734dependencies = [
21735 "arraydeque",
21736 "encoding_rs",
21737 "hashlink 0.8.4",
21738]
21739
21740[[package]]
21741name = "yansi"
21742version = "1.0.1"
21743source = "registry+https://github.com/rust-lang/crates.io-index"
21744checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
21745
21746[[package]]
21747name = "yawc"
21748version = "0.2.5"
21749source = "registry+https://github.com/rust-lang/crates.io-index"
21750checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
21751dependencies = [
21752 "base64 0.22.1",
21753 "bytes 1.11.1",
21754 "flate2",
21755 "futures 0.3.32",
21756 "http-body-util",
21757 "hyper 1.7.0",
21758 "hyper-util",
21759 "js-sys",
21760 "nom 8.0.0",
21761 "pin-project",
21762 "rand 0.8.5",
21763 "sha1",
21764 "thiserror 1.0.69",
21765 "tokio",
21766 "tokio-rustls 0.26.2",
21767 "tokio-util",
21768 "url",
21769 "wasm-bindgen",
21770 "wasm-bindgen-futures",
21771 "web-sys",
21772 "webpki-roots",
21773]
21774
21775[[package]]
21776name = "yazi"
21777version = "0.2.1"
21778source = "registry+https://github.com/rust-lang/crates.io-index"
21779checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
21780
21781[[package]]
21782name = "yeslogic-fontconfig-sys"
21783version = "6.0.0"
21784source = "registry+https://github.com/rust-lang/crates.io-index"
21785checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
21786dependencies = [
21787 "dlib",
21788 "once_cell",
21789 "pkg-config",
21790]
21791
21792[[package]]
21793name = "yoke"
21794version = "0.7.5"
21795source = "registry+https://github.com/rust-lang/crates.io-index"
21796checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
21797dependencies = [
21798 "serde",
21799 "stable_deref_trait",
21800 "yoke-derive 0.7.5",
21801 "zerofrom",
21802]
21803
21804[[package]]
21805name = "yoke"
21806version = "0.8.0"
21807source = "registry+https://github.com/rust-lang/crates.io-index"
21808checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
21809dependencies = [
21810 "serde",
21811 "stable_deref_trait",
21812 "yoke-derive 0.8.0",
21813 "zerofrom",
21814]
21815
21816[[package]]
21817name = "yoke-derive"
21818version = "0.7.5"
21819source = "registry+https://github.com/rust-lang/crates.io-index"
21820checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
21821dependencies = [
21822 "proc-macro2",
21823 "quote",
21824 "syn 2.0.117",
21825 "synstructure",
21826]
21827
21828[[package]]
21829name = "yoke-derive"
21830version = "0.8.0"
21831source = "registry+https://github.com/rust-lang/crates.io-index"
21832checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
21833dependencies = [
21834 "proc-macro2",
21835 "quote",
21836 "syn 2.0.117",
21837 "synstructure",
21838]
21839
21840[[package]]
21841name = "zbus"
21842version = "5.13.2"
21843source = "registry+https://github.com/rust-lang/crates.io-index"
21844checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
21845dependencies = [
21846 "async-broadcast",
21847 "async-executor",
21848 "async-io",
21849 "async-lock 3.4.2",
21850 "async-process",
21851 "async-recursion",
21852 "async-task",
21853 "async-trait",
21854 "blocking",
21855 "enumflags2",
21856 "event-listener 5.4.1",
21857 "futures-core",
21858 "futures-lite 2.6.1",
21859 "hex",
21860 "libc",
21861 "ordered-stream",
21862 "rustix 1.1.2",
21863 "serde",
21864 "serde_repr",
21865 "tracing",
21866 "uds_windows",
21867 "uuid",
21868 "windows-sys 0.61.2",
21869 "winnow",
21870 "zbus_macros",
21871 "zbus_names",
21872 "zvariant",
21873]
21874
21875[[package]]
21876name = "zbus_macros"
21877version = "5.13.2"
21878source = "registry+https://github.com/rust-lang/crates.io-index"
21879checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
21880dependencies = [
21881 "proc-macro-crate",
21882 "proc-macro2",
21883 "quote",
21884 "syn 2.0.117",
21885 "zbus_names",
21886 "zvariant",
21887 "zvariant_utils",
21888]
21889
21890[[package]]
21891name = "zbus_names"
21892version = "4.3.1"
21893source = "registry+https://github.com/rust-lang/crates.io-index"
21894checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
21895dependencies = [
21896 "serde",
21897 "winnow",
21898 "zvariant",
21899]
21900
21901[[package]]
21902name = "zed"
21903version = "0.232.0"
21904dependencies = [
21905 "acp_thread",
21906 "acp_tools",
21907 "action_log",
21908 "activity_indicator",
21909 "agent",
21910 "agent-client-protocol",
21911 "agent_servers",
21912 "agent_settings",
21913 "agent_ui",
21914 "anyhow",
21915 "ashpd",
21916 "askpass",
21917 "assets",
21918 "audio",
21919 "auto_update",
21920 "auto_update_ui",
21921 "breadcrumbs",
21922 "call",
21923 "channel",
21924 "chrono",
21925 "clap",
21926 "cli",
21927 "client",
21928 "clock",
21929 "codestral",
21930 "collab_ui",
21931 "collections",
21932 "command_palette",
21933 "component",
21934 "component_preview",
21935 "copilot",
21936 "copilot_chat",
21937 "copilot_ui",
21938 "crashes",
21939 "csv_preview",
21940 "dap_adapters",
21941 "db",
21942 "debug_adapter_extension",
21943 "debugger_tools",
21944 "debugger_ui",
21945 "dev_container",
21946 "diagnostics",
21947 "edit_prediction",
21948 "edit_prediction_ui",
21949 "editor",
21950 "encoding_selector",
21951 "env_logger 0.11.8",
21952 "etw_tracing",
21953 "extension",
21954 "extension_host",
21955 "extensions_ui",
21956 "feature_flags",
21957 "feedback",
21958 "file_finder",
21959 "fs",
21960 "futures 0.3.32",
21961 "git",
21962 "git_graph",
21963 "git_hosting_providers",
21964 "git_ui",
21965 "go_to_line",
21966 "gpui",
21967 "gpui_platform",
21968 "gpui_tokio",
21969 "http_client",
21970 "image",
21971 "image_viewer",
21972 "inspector_ui",
21973 "install_cli",
21974 "itertools 0.14.0",
21975 "journal",
21976 "json_schema_store",
21977 "keymap_editor",
21978 "language",
21979 "language_extension",
21980 "language_model",
21981 "language_models",
21982 "language_onboarding",
21983 "language_selector",
21984 "language_tools",
21985 "languages",
21986 "line_ending_selector",
21987 "log",
21988 "markdown",
21989 "markdown_preview",
21990 "menu",
21991 "migrator",
21992 "mimalloc",
21993 "miniprofiler_ui",
21994 "nc",
21995 "node_runtime",
21996 "notifications",
21997 "onboarding",
21998 "outline",
21999 "outline_panel",
22000 "parking_lot",
22001 "paths",
22002 "picker",
22003 "pkg-config",
22004 "pretty_assertions",
22005 "profiling",
22006 "project",
22007 "project_panel",
22008 "project_symbols",
22009 "prompt_store",
22010 "proto",
22011 "rayon",
22012 "recent_projects",
22013 "release_channel",
22014 "remote",
22015 "repl",
22016 "reqwest_client",
22017 "rope",
22018 "search",
22019 "semver",
22020 "serde",
22021 "serde_json",
22022 "session",
22023 "settings",
22024 "settings_profile_selector",
22025 "settings_ui",
22026 "shellexpand 2.1.2",
22027 "sidebar",
22028 "smol",
22029 "snippet_provider",
22030 "snippets_ui",
22031 "svg_preview",
22032 "sysinfo 0.37.2",
22033 "system_specs",
22034 "tab_switcher",
22035 "task",
22036 "tasks_ui",
22037 "telemetry",
22038 "telemetry_events",
22039 "tempfile",
22040 "terminal_view",
22041 "theme",
22042 "theme_extension",
22043 "theme_selector",
22044 "theme_settings",
22045 "time",
22046 "time_format",
22047 "title_bar",
22048 "toolchain_selector",
22049 "tracing",
22050 "ui",
22051 "ui_prompt",
22052 "url",
22053 "urlencoding",
22054 "util",
22055 "uuid",
22056 "vim",
22057 "vim_mode_setting",
22058 "watch",
22059 "web_search",
22060 "web_search_providers",
22061 "which_key",
22062 "windows 0.61.3",
22063 "winresource",
22064 "workspace",
22065 "zed-reqwest",
22066 "zed_actions",
22067 "zed_env_vars",
22068 "zlog",
22069 "zlog_settings",
22070 "ztracing",
22071]
22072
22073[[package]]
22074name = "zed-font-kit"
22075version = "0.14.1-zed"
22076source = "git+https://github.com/zed-industries/font-kit?rev=110523127440aefb11ce0cf280ae7c5071337ec5#110523127440aefb11ce0cf280ae7c5071337ec5"
22077dependencies = [
22078 "bitflags 2.10.0",
22079 "byteorder",
22080 "core-foundation 0.10.0",
22081 "core-graphics 0.24.0",
22082 "core-text",
22083 "dirs 5.0.1",
22084 "dwrote",
22085 "float-ord",
22086 "freetype-sys",
22087 "lazy_static",
22088 "libc",
22089 "log",
22090 "pathfinder_geometry",
22091 "pathfinder_simd",
22092 "walkdir",
22093 "winapi",
22094 "yeslogic-fontconfig-sys",
22095]
22096
22097[[package]]
22098name = "zed-reqwest"
22099version = "0.12.15-zed"
22100source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22101dependencies = [
22102 "base64 0.22.1",
22103 "bytes 1.11.1",
22104 "encoding_rs",
22105 "futures-core",
22106 "futures-util",
22107 "h2 0.4.12",
22108 "http 1.3.1",
22109 "http-body 1.0.1",
22110 "http-body-util",
22111 "hyper 1.7.0",
22112 "hyper-rustls 0.27.7",
22113 "hyper-util",
22114 "ipnet",
22115 "js-sys",
22116 "log",
22117 "mime",
22118 "mime_guess",
22119 "once_cell",
22120 "percent-encoding",
22121 "pin-project-lite",
22122 "quinn",
22123 "rustls 0.23.33",
22124 "rustls-native-certs 0.8.2",
22125 "rustls-pemfile 2.2.0",
22126 "rustls-pki-types",
22127 "serde",
22128 "serde_json",
22129 "serde_urlencoded",
22130 "sync_wrapper 1.0.2",
22131 "system-configuration 0.6.1",
22132 "tokio",
22133 "tokio-rustls 0.26.2",
22134 "tokio-socks",
22135 "tokio-util",
22136 "tower 0.5.2",
22137 "tower-service",
22138 "url",
22139 "wasm-bindgen",
22140 "wasm-bindgen-futures",
22141 "wasm-streams",
22142 "web-sys",
22143 "windows-registry 0.4.0",
22144]
22145
22146[[package]]
22147name = "zed-scap"
22148version = "0.0.8-zed"
22149source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22150dependencies = [
22151 "anyhow",
22152 "cocoa 0.25.0",
22153 "core-graphics-helmer-fork",
22154 "log",
22155 "objc",
22156 "rand 0.8.5",
22157 "screencapturekit",
22158 "screencapturekit-sys",
22159 "sysinfo 0.31.4",
22160 "tao-core-video-sys",
22161 "windows 0.61.3",
22162 "windows-capture",
22163 "x11",
22164 "xcb",
22165]
22166
22167[[package]]
22168name = "zed-xim"
22169version = "0.4.0-zed"
22170source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22171dependencies = [
22172 "ahash 0.8.12",
22173 "hashbrown 0.14.5",
22174 "log",
22175 "x11rb",
22176 "xim-ctext",
22177 "xim-parser",
22178]
22179
22180[[package]]
22181name = "zed_actions"
22182version = "0.1.0"
22183dependencies = [
22184 "gpui",
22185 "schemars",
22186 "serde",
22187 "util",
22188 "uuid",
22189]
22190
22191[[package]]
22192name = "zed_credentials_provider"
22193version = "0.1.0"
22194dependencies = [
22195 "anyhow",
22196 "credentials_provider",
22197 "futures 0.3.32",
22198 "gpui",
22199 "paths",
22200 "release_channel",
22201 "serde",
22202 "serde_json",
22203]
22204
22205[[package]]
22206name = "zed_env_vars"
22207version = "0.1.0"
22208dependencies = [
22209 "env_var",
22210]
22211
22212[[package]]
22213name = "zed_extension_api"
22214version = "0.1.0"
22215source = "registry+https://github.com/rust-lang/crates.io-index"
22216checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22217dependencies = [
22218 "serde",
22219 "serde_json",
22220 "wit-bindgen 0.22.0",
22221]
22222
22223[[package]]
22224name = "zed_extension_api"
22225version = "0.7.0"
22226source = "registry+https://github.com/rust-lang/crates.io-index"
22227checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22228dependencies = [
22229 "serde",
22230 "serde_json",
22231 "wit-bindgen 0.41.0",
22232]
22233
22234[[package]]
22235name = "zed_extension_api"
22236version = "0.8.0"
22237dependencies = [
22238 "serde",
22239 "serde_json",
22240 "wit-bindgen 0.41.0",
22241]
22242
22243[[package]]
22244name = "zed_glsl"
22245version = "0.2.3"
22246dependencies = [
22247 "zed_extension_api 0.1.0",
22248]
22249
22250[[package]]
22251name = "zed_html"
22252version = "0.3.1"
22253dependencies = [
22254 "zed_extension_api 0.7.0",
22255]
22256
22257[[package]]
22258name = "zed_proto"
22259version = "0.3.2"
22260dependencies = [
22261 "zed_extension_api 0.7.0",
22262]
22263
22264[[package]]
22265name = "zed_test_extension"
22266version = "0.1.0"
22267dependencies = [
22268 "zed_extension_api 0.8.0",
22269]
22270
22271[[package]]
22272name = "zeno"
22273version = "0.3.3"
22274source = "registry+https://github.com/rust-lang/crates.io-index"
22275checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22276
22277[[package]]
22278name = "zerocopy"
22279version = "0.8.27"
22280source = "registry+https://github.com/rust-lang/crates.io-index"
22281checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22282dependencies = [
22283 "zerocopy-derive",
22284]
22285
22286[[package]]
22287name = "zerocopy-derive"
22288version = "0.8.27"
22289source = "registry+https://github.com/rust-lang/crates.io-index"
22290checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22291dependencies = [
22292 "proc-macro2",
22293 "quote",
22294 "syn 2.0.117",
22295]
22296
22297[[package]]
22298name = "zerofrom"
22299version = "0.1.6"
22300source = "registry+https://github.com/rust-lang/crates.io-index"
22301checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22302dependencies = [
22303 "zerofrom-derive",
22304]
22305
22306[[package]]
22307name = "zerofrom-derive"
22308version = "0.1.6"
22309source = "registry+https://github.com/rust-lang/crates.io-index"
22310checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22311dependencies = [
22312 "proc-macro2",
22313 "quote",
22314 "syn 2.0.117",
22315 "synstructure",
22316]
22317
22318[[package]]
22319name = "zeroize"
22320version = "1.8.2"
22321source = "registry+https://github.com/rust-lang/crates.io-index"
22322checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22323dependencies = [
22324 "zeroize_derive",
22325]
22326
22327[[package]]
22328name = "zeroize_derive"
22329version = "1.4.2"
22330source = "registry+https://github.com/rust-lang/crates.io-index"
22331checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22332dependencies = [
22333 "proc-macro2",
22334 "quote",
22335 "syn 2.0.117",
22336]
22337
22338[[package]]
22339name = "zeromq"
22340version = "0.5.0"
22341source = "registry+https://github.com/rust-lang/crates.io-index"
22342checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22343dependencies = [
22344 "async-dispatcher",
22345 "async-std",
22346 "async-trait",
22347 "asynchronous-codec",
22348 "bytes 1.11.1",
22349 "crossbeam-queue",
22350 "futures 0.3.32",
22351 "log",
22352 "num-traits",
22353 "once_cell",
22354 "parking_lot",
22355 "rand 0.9.2",
22356 "regex",
22357 "scc",
22358 "thiserror 1.0.69",
22359 "uuid",
22360]
22361
22362[[package]]
22363name = "zerotrie"
22364version = "0.2.2"
22365source = "registry+https://github.com/rust-lang/crates.io-index"
22366checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22367dependencies = [
22368 "displaydoc",
22369 "yoke 0.8.0",
22370 "zerofrom",
22371]
22372
22373[[package]]
22374name = "zerovec"
22375version = "0.11.4"
22376source = "registry+https://github.com/rust-lang/crates.io-index"
22377checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22378dependencies = [
22379 "yoke 0.8.0",
22380 "zerofrom",
22381 "zerovec-derive",
22382]
22383
22384[[package]]
22385name = "zerovec-derive"
22386version = "0.11.1"
22387source = "registry+https://github.com/rust-lang/crates.io-index"
22388checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22389dependencies = [
22390 "proc-macro2",
22391 "quote",
22392 "syn 2.0.117",
22393]
22394
22395[[package]]
22396name = "zeta_prompt"
22397version = "0.1.0"
22398dependencies = [
22399 "anyhow",
22400 "indoc",
22401 "serde",
22402 "strum 0.27.2",
22403]
22404
22405[[package]]
22406name = "zip"
22407version = "0.6.6"
22408source = "registry+https://github.com/rust-lang/crates.io-index"
22409checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22410dependencies = [
22411 "aes",
22412 "byteorder",
22413 "bzip2 0.4.4",
22414 "constant_time_eq",
22415 "crc32fast",
22416 "crossbeam-utils",
22417 "flate2",
22418 "hmac",
22419 "pbkdf2 0.11.0",
22420 "sha1",
22421 "time",
22422 "zstd",
22423]
22424
22425[[package]]
22426name = "zip"
22427version = "1.1.4"
22428source = "registry+https://github.com/rust-lang/crates.io-index"
22429checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22430dependencies = [
22431 "arbitrary",
22432 "crc32fast",
22433 "crossbeam-utils",
22434 "displaydoc",
22435 "indexmap",
22436 "num_enum",
22437 "thiserror 1.0.69",
22438]
22439
22440[[package]]
22441name = "zlog"
22442version = "0.1.0"
22443dependencies = [
22444 "anyhow",
22445 "chrono",
22446 "collections",
22447 "log",
22448 "tempfile",
22449]
22450
22451[[package]]
22452name = "zlog_settings"
22453version = "0.1.0"
22454dependencies = [
22455 "collections",
22456 "gpui",
22457 "settings",
22458 "zlog",
22459]
22460
22461[[package]]
22462name = "zstd"
22463version = "0.11.2+zstd.1.5.2"
22464source = "registry+https://github.com/rust-lang/crates.io-index"
22465checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22466dependencies = [
22467 "zstd-safe",
22468]
22469
22470[[package]]
22471name = "zstd-safe"
22472version = "5.0.2+zstd.1.5.2"
22473source = "registry+https://github.com/rust-lang/crates.io-index"
22474checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22475dependencies = [
22476 "libc",
22477 "zstd-sys",
22478]
22479
22480[[package]]
22481name = "zstd-sys"
22482version = "2.0.16+zstd.1.5.7"
22483source = "registry+https://github.com/rust-lang/crates.io-index"
22484checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22485dependencies = [
22486 "cc",
22487 "pkg-config",
22488]
22489
22490[[package]]
22491name = "ztracing"
22492version = "0.1.0"
22493dependencies = [
22494 "tracing",
22495 "tracing-subscriber",
22496 "tracing-tracy",
22497 "tracy-client",
22498 "zlog",
22499 "ztracing_macro",
22500]
22501
22502[[package]]
22503name = "ztracing_macro"
22504version = "0.1.0"
22505
22506[[package]]
22507name = "zune-core"
22508version = "0.4.12"
22509source = "registry+https://github.com/rust-lang/crates.io-index"
22510checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22511
22512[[package]]
22513name = "zune-inflate"
22514version = "0.2.54"
22515source = "registry+https://github.com/rust-lang/crates.io-index"
22516checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22517dependencies = [
22518 "simd-adler32",
22519]
22520
22521[[package]]
22522name = "zune-jpeg"
22523version = "0.4.21"
22524source = "registry+https://github.com/rust-lang/crates.io-index"
22525checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22526dependencies = [
22527 "zune-core",
22528]
22529
22530[[package]]
22531name = "zvariant"
22532version = "5.9.2"
22533source = "registry+https://github.com/rust-lang/crates.io-index"
22534checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22535dependencies = [
22536 "endi",
22537 "enumflags2",
22538 "serde",
22539 "serde_bytes",
22540 "winnow",
22541 "zvariant_derive",
22542 "zvariant_utils",
22543]
22544
22545[[package]]
22546name = "zvariant_derive"
22547version = "5.9.2"
22548source = "registry+https://github.com/rust-lang/crates.io-index"
22549checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22550dependencies = [
22551 "proc-macro-crate",
22552 "proc-macro2",
22553 "quote",
22554 "syn 2.0.117",
22555 "zvariant_utils",
22556]
22557
22558[[package]]
22559name = "zvariant_utils"
22560version = "3.3.0"
22561source = "registry+https://github.com/rust-lang/crates.io-index"
22562checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22563dependencies = [
22564 "proc-macro2",
22565 "quote",
22566 "serde",
22567 "syn 2.0.117",
22568 "winnow",
22569]