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