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.31",
   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.31",
   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.31",
  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.31",
  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.31",
  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 "credentials_provider",
  264 "env_logger 0.11.8",
  265 "feature_flags",
  266 "fs",
  267 "futures 0.3.31",
  268 "google_ai",
  269 "gpui",
  270 "gpui_tokio",
  271 "http_client",
  272 "indoc",
  273 "language_model",
  274 "libc",
  275 "log",
  276 "nix 0.29.0",
  277 "project",
  278 "release_channel",
  279 "reqwest_client",
  280 "serde",
  281 "serde_json",
  282 "settings",
  283 "smol",
  284 "task",
  285 "tempfile",
  286 "terminal",
  287 "thiserror 2.0.17",
  288 "ui",
  289 "util",
  290 "uuid",
  291 "watch",
  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.31",
  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.31",
  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.31",
  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.31",
  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.31",
 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.31",
 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.31",
 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.31",
 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.31",
 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_llm_client",
 2860 "collections",
 2861 "credentials_provider",
 2862 "db",
 2863 "derive_more",
 2864 "feature_flags",
 2865 "fs",
 2866 "futures 0.3.31",
 2867 "gpui",
 2868 "gpui_tokio",
 2869 "http_client",
 2870 "http_client_tls",
 2871 "httparse",
 2872 "log",
 2873 "objc2-foundation",
 2874 "parking_lot",
 2875 "paths",
 2876 "postage",
 2877 "rand 0.9.2",
 2878 "regex",
 2879 "release_channel",
 2880 "rpc",
 2881 "rustls-pki-types",
 2882 "semver",
 2883 "serde",
 2884 "serde_json",
 2885 "serde_urlencoded",
 2886 "settings",
 2887 "sha2",
 2888 "smol",
 2889 "telemetry",
 2890 "telemetry_events",
 2891 "text",
 2892 "thiserror 2.0.17",
 2893 "time",
 2894 "tiny_http",
 2895 "tokio",
 2896 "tokio-native-tls",
 2897 "tokio-rustls 0.26.2",
 2898 "tokio-socks",
 2899 "url",
 2900 "util",
 2901 "windows 0.61.3",
 2902 "worktree",
 2903]
 2904
 2905[[package]]
 2906name = "clock"
 2907version = "0.1.0"
 2908dependencies = [
 2909 "parking_lot",
 2910 "serde",
 2911 "smallvec",
 2912]
 2913
 2914[[package]]
 2915name = "cloud_api_client"
 2916version = "0.1.0"
 2917dependencies = [
 2918 "anyhow",
 2919 "cloud_api_types",
 2920 "futures 0.3.31",
 2921 "gpui",
 2922 "gpui_tokio",
 2923 "http_client",
 2924 "parking_lot",
 2925 "serde_json",
 2926 "thiserror 2.0.17",
 2927 "yawc",
 2928]
 2929
 2930[[package]]
 2931name = "cloud_api_types"
 2932version = "0.1.0"
 2933dependencies = [
 2934 "anyhow",
 2935 "chrono",
 2936 "ciborium",
 2937 "cloud_llm_client",
 2938 "pretty_assertions",
 2939 "serde",
 2940 "serde_json",
 2941 "strum 0.27.2",
 2942]
 2943
 2944[[package]]
 2945name = "cloud_llm_client"
 2946version = "0.1.0"
 2947dependencies = [
 2948 "anyhow",
 2949 "serde",
 2950 "serde_json",
 2951 "strum 0.27.2",
 2952 "uuid",
 2953 "zeta_prompt",
 2954]
 2955
 2956[[package]]
 2957name = "cmake"
 2958version = "0.1.56"
 2959source = "registry+https://github.com/rust-lang/crates.io-index"
 2960checksum = "b042e5d8a74ae91bb0961acd039822472ec99f8ab0948cbf6d1369588f8be586"
 2961dependencies = [
 2962 "cc",
 2963]
 2964
 2965[[package]]
 2966name = "cobs"
 2967version = "0.3.0"
 2968source = "registry+https://github.com/rust-lang/crates.io-index"
 2969checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
 2970dependencies = [
 2971 "thiserror 2.0.17",
 2972]
 2973
 2974[[package]]
 2975name = "cocoa"
 2976version = "0.25.0"
 2977source = "registry+https://github.com/rust-lang/crates.io-index"
 2978checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 2979dependencies = [
 2980 "bitflags 1.3.2",
 2981 "block",
 2982 "cocoa-foundation 0.1.2",
 2983 "core-foundation 0.9.4",
 2984 "core-graphics 0.23.2",
 2985 "foreign-types 0.5.0",
 2986 "libc",
 2987 "objc",
 2988]
 2989
 2990[[package]]
 2991name = "cocoa"
 2992version = "0.26.0"
 2993source = "registry+https://github.com/rust-lang/crates.io-index"
 2994checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 2995dependencies = [
 2996 "bitflags 2.10.0",
 2997 "block",
 2998 "cocoa-foundation 0.2.0",
 2999 "core-foundation 0.10.0",
 3000 "core-graphics 0.24.0",
 3001 "foreign-types 0.5.0",
 3002 "libc",
 3003 "objc",
 3004]
 3005
 3006[[package]]
 3007name = "cocoa-foundation"
 3008version = "0.1.2"
 3009source = "registry+https://github.com/rust-lang/crates.io-index"
 3010checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 3011dependencies = [
 3012 "bitflags 1.3.2",
 3013 "block",
 3014 "core-foundation 0.9.4",
 3015 "core-graphics-types 0.1.3",
 3016 "libc",
 3017 "objc",
 3018]
 3019
 3020[[package]]
 3021name = "cocoa-foundation"
 3022version = "0.2.0"
 3023source = "registry+https://github.com/rust-lang/crates.io-index"
 3024checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 3025dependencies = [
 3026 "bitflags 2.10.0",
 3027 "block",
 3028 "core-foundation 0.10.0",
 3029 "core-graphics-types 0.2.0",
 3030 "libc",
 3031 "objc",
 3032]
 3033
 3034[[package]]
 3035name = "codespan-reporting"
 3036version = "0.13.0"
 3037source = "registry+https://github.com/rust-lang/crates.io-index"
 3038checksum = "ba7a06c0b31fff5ff2e1e7d37dbf940864e2a974b336e1a2938d10af6e8fb283"
 3039dependencies = [
 3040 "serde",
 3041 "termcolor",
 3042 "unicode-width",
 3043]
 3044
 3045[[package]]
 3046name = "codestral"
 3047version = "0.1.0"
 3048dependencies = [
 3049 "anyhow",
 3050 "edit_prediction",
 3051 "edit_prediction_types",
 3052 "futures 0.3.31",
 3053 "gpui",
 3054 "http_client",
 3055 "icons",
 3056 "language",
 3057 "language_model",
 3058 "log",
 3059 "serde",
 3060 "serde_json",
 3061 "text",
 3062 "zeta_prompt",
 3063]
 3064
 3065[[package]]
 3066name = "collab"
 3067version = "0.44.0"
 3068dependencies = [
 3069 "agent",
 3070 "anyhow",
 3071 "async-trait",
 3072 "async-tungstenite",
 3073 "aws-config",
 3074 "aws-sdk-kinesis",
 3075 "aws-sdk-s3",
 3076 "axum",
 3077 "buffer_diff",
 3078 "call",
 3079 "channel",
 3080 "chrono",
 3081 "client",
 3082 "clock",
 3083 "cloud_api_types",
 3084 "collab",
 3085 "collab_ui",
 3086 "collections",
 3087 "command_palette_hooks",
 3088 "ctor",
 3089 "dap",
 3090 "dap_adapters",
 3091 "dashmap",
 3092 "debugger_ui",
 3093 "editor",
 3094 "envy",
 3095 "extension",
 3096 "file_finder",
 3097 "fs",
 3098 "futures 0.3.31",
 3099 "git",
 3100 "git_hosting_providers",
 3101 "git_ui",
 3102 "gpui",
 3103 "gpui_tokio",
 3104 "hex",
 3105 "http_client",
 3106 "indoc",
 3107 "language",
 3108 "language_model",
 3109 "livekit_api",
 3110 "livekit_client",
 3111 "log",
 3112 "lsp",
 3113 "menu",
 3114 "multi_buffer",
 3115 "nanoid",
 3116 "node_runtime",
 3117 "notifications",
 3118 "parking_lot",
 3119 "pretty_assertions",
 3120 "project",
 3121 "prometheus",
 3122 "prompt_store",
 3123 "prost 0.9.0",
 3124 "rand 0.9.2",
 3125 "recent_projects",
 3126 "release_channel",
 3127 "remote",
 3128 "remote_server",
 3129 "reqwest 0.11.27",
 3130 "rpc",
 3131 "sea-orm",
 3132 "sea-orm-macros",
 3133 "semver",
 3134 "serde",
 3135 "serde_json",
 3136 "session",
 3137 "settings",
 3138 "sha2",
 3139 "smol",
 3140 "sqlx",
 3141 "strum 0.27.2",
 3142 "task",
 3143 "telemetry_events",
 3144 "text",
 3145 "theme",
 3146 "theme_settings",
 3147 "time",
 3148 "tokio",
 3149 "toml 0.8.23",
 3150 "tower 0.4.13",
 3151 "tower-http 0.4.4",
 3152 "tracing",
 3153 "tracing-subscriber",
 3154 "unindent",
 3155 "util",
 3156 "uuid",
 3157 "workspace",
 3158 "worktree",
 3159 "zed_actions",
 3160 "zlog",
 3161]
 3162
 3163[[package]]
 3164name = "collab_ui"
 3165version = "0.1.0"
 3166dependencies = [
 3167 "anyhow",
 3168 "call",
 3169 "channel",
 3170 "chrono",
 3171 "client",
 3172 "collections",
 3173 "db",
 3174 "editor",
 3175 "futures 0.3.31",
 3176 "fuzzy",
 3177 "gpui",
 3178 "livekit_client",
 3179 "log",
 3180 "menu",
 3181 "notifications",
 3182 "picker",
 3183 "project",
 3184 "release_channel",
 3185 "rpc",
 3186 "serde",
 3187 "serde_json",
 3188 "settings",
 3189 "smallvec",
 3190 "telemetry",
 3191 "theme",
 3192 "theme_settings",
 3193 "time",
 3194 "time_format",
 3195 "title_bar",
 3196 "ui",
 3197 "util",
 3198 "workspace",
 3199 "zed_actions",
 3200]
 3201
 3202[[package]]
 3203name = "collections"
 3204version = "0.1.0"
 3205dependencies = [
 3206 "indexmap",
 3207 "rustc-hash 2.1.1",
 3208]
 3209
 3210[[package]]
 3211name = "color_quant"
 3212version = "1.1.0"
 3213source = "registry+https://github.com/rust-lang/crates.io-index"
 3214checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3215
 3216[[package]]
 3217name = "colorchoice"
 3218version = "1.0.4"
 3219source = "registry+https://github.com/rust-lang/crates.io-index"
 3220checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
 3221
 3222[[package]]
 3223name = "combine"
 3224version = "4.6.7"
 3225source = "registry+https://github.com/rust-lang/crates.io-index"
 3226checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3227dependencies = [
 3228 "bytes 1.11.1",
 3229 "memchr",
 3230]
 3231
 3232[[package]]
 3233name = "command-fds"
 3234version = "0.3.2"
 3235source = "registry+https://github.com/rust-lang/crates.io-index"
 3236checksum = "f849b92c694fe237ecd8fafd1ba0df7ae0d45c1df6daeb7f68ed4220d51640bd"
 3237dependencies = [
 3238 "nix 0.30.1",
 3239 "thiserror 2.0.17",
 3240]
 3241
 3242[[package]]
 3243name = "command_palette"
 3244version = "0.1.0"
 3245dependencies = [
 3246 "anyhow",
 3247 "client",
 3248 "collections",
 3249 "command_palette_hooks",
 3250 "db",
 3251 "editor",
 3252 "fuzzy",
 3253 "go_to_line",
 3254 "gpui",
 3255 "language",
 3256 "log",
 3257 "menu",
 3258 "picker",
 3259 "postage",
 3260 "project",
 3261 "serde",
 3262 "settings",
 3263 "telemetry",
 3264 "theme",
 3265 "theme_settings",
 3266 "time",
 3267 "ui",
 3268 "util",
 3269 "workspace",
 3270 "zed_actions",
 3271]
 3272
 3273[[package]]
 3274name = "command_palette_hooks"
 3275version = "0.1.0"
 3276dependencies = [
 3277 "collections",
 3278 "derive_more",
 3279 "gpui",
 3280 "workspace",
 3281]
 3282
 3283[[package]]
 3284name = "component"
 3285version = "0.1.0"
 3286dependencies = [
 3287 "collections",
 3288 "documented",
 3289 "gpui",
 3290 "inventory",
 3291 "parking_lot",
 3292 "strum 0.27.2",
 3293 "theme",
 3294]
 3295
 3296[[package]]
 3297name = "component_preview"
 3298version = "0.1.0"
 3299dependencies = [
 3300 "anyhow",
 3301 "client",
 3302 "collections",
 3303 "component",
 3304 "db",
 3305 "fs",
 3306 "gpui",
 3307 "gpui_platform",
 3308 "language",
 3309 "log",
 3310 "node_runtime",
 3311 "notifications",
 3312 "project",
 3313 "release_channel",
 3314 "reqwest_client",
 3315 "session",
 3316 "settings",
 3317 "theme",
 3318 "theme_settings",
 3319 "ui",
 3320 "ui_input",
 3321 "uuid",
 3322 "workspace",
 3323]
 3324
 3325[[package]]
 3326name = "compression-codecs"
 3327version = "0.4.31"
 3328source = "registry+https://github.com/rust-lang/crates.io-index"
 3329checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23"
 3330dependencies = [
 3331 "bzip2 0.6.1",
 3332 "compression-core",
 3333 "deflate64",
 3334 "flate2",
 3335 "memchr",
 3336]
 3337
 3338[[package]]
 3339name = "compression-core"
 3340version = "0.4.29"
 3341source = "registry+https://github.com/rust-lang/crates.io-index"
 3342checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
 3343
 3344[[package]]
 3345name = "concurrent-queue"
 3346version = "2.5.0"
 3347source = "registry+https://github.com/rust-lang/crates.io-index"
 3348checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3349dependencies = [
 3350 "crossbeam-utils",
 3351]
 3352
 3353[[package]]
 3354name = "console"
 3355version = "0.15.11"
 3356source = "registry+https://github.com/rust-lang/crates.io-index"
 3357checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
 3358dependencies = [
 3359 "encode_unicode",
 3360 "libc",
 3361 "once_cell",
 3362 "unicode-width",
 3363 "windows-sys 0.59.0",
 3364]
 3365
 3366[[package]]
 3367name = "console_error_panic_hook"
 3368version = "0.1.7"
 3369source = "registry+https://github.com/rust-lang/crates.io-index"
 3370checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
 3371dependencies = [
 3372 "cfg-if",
 3373 "wasm-bindgen",
 3374]
 3375
 3376[[package]]
 3377name = "const-oid"
 3378version = "0.9.6"
 3379source = "registry+https://github.com/rust-lang/crates.io-index"
 3380checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3381
 3382[[package]]
 3383name = "const-random"
 3384version = "0.1.18"
 3385source = "registry+https://github.com/rust-lang/crates.io-index"
 3386checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3387dependencies = [
 3388 "const-random-macro",
 3389]
 3390
 3391[[package]]
 3392name = "const-random-macro"
 3393version = "0.1.16"
 3394source = "registry+https://github.com/rust-lang/crates.io-index"
 3395checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3396dependencies = [
 3397 "getrandom 0.2.16",
 3398 "once_cell",
 3399 "tiny-keccak",
 3400]
 3401
 3402[[package]]
 3403name = "const_format"
 3404version = "0.2.35"
 3405source = "registry+https://github.com/rust-lang/crates.io-index"
 3406checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
 3407dependencies = [
 3408 "const_format_proc_macros",
 3409]
 3410
 3411[[package]]
 3412name = "const_format_proc_macros"
 3413version = "0.2.34"
 3414source = "registry+https://github.com/rust-lang/crates.io-index"
 3415checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
 3416dependencies = [
 3417 "proc-macro2",
 3418 "quote",
 3419 "unicode-xid",
 3420]
 3421
 3422[[package]]
 3423name = "constant_time_eq"
 3424version = "0.1.5"
 3425source = "registry+https://github.com/rust-lang/crates.io-index"
 3426checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3427
 3428[[package]]
 3429name = "context_server"
 3430version = "0.1.0"
 3431dependencies = [
 3432 "anyhow",
 3433 "async-trait",
 3434 "base64 0.22.1",
 3435 "collections",
 3436 "futures 0.3.31",
 3437 "gpui",
 3438 "http_client",
 3439 "log",
 3440 "net",
 3441 "parking_lot",
 3442 "postage",
 3443 "rand 0.9.2",
 3444 "schemars",
 3445 "serde",
 3446 "serde_json",
 3447 "settings",
 3448 "sha2",
 3449 "slotmap",
 3450 "smol",
 3451 "tempfile",
 3452 "terminal",
 3453 "tiny_http",
 3454 "url",
 3455 "util",
 3456]
 3457
 3458[[package]]
 3459name = "convert_case"
 3460version = "0.8.0"
 3461source = "registry+https://github.com/rust-lang/crates.io-index"
 3462checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3463dependencies = [
 3464 "unicode-segmentation",
 3465]
 3466
 3467[[package]]
 3468name = "convert_case"
 3469version = "0.10.0"
 3470source = "registry+https://github.com/rust-lang/crates.io-index"
 3471checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
 3472dependencies = [
 3473 "unicode-segmentation",
 3474]
 3475
 3476[[package]]
 3477name = "convert_case"
 3478version = "0.11.0"
 3479source = "registry+https://github.com/rust-lang/crates.io-index"
 3480checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49"
 3481dependencies = [
 3482 "unicode-segmentation",
 3483]
 3484
 3485[[package]]
 3486name = "copilot"
 3487version = "0.1.0"
 3488dependencies = [
 3489 "anyhow",
 3490 "async-std",
 3491 "collections",
 3492 "command_palette_hooks",
 3493 "copilot_chat",
 3494 "edit_prediction_types",
 3495 "editor",
 3496 "fs",
 3497 "futures 0.3.31",
 3498 "gpui",
 3499 "icons",
 3500 "indoc",
 3501 "language",
 3502 "log",
 3503 "lsp",
 3504 "node_runtime",
 3505 "parking_lot",
 3506 "paths",
 3507 "pretty_assertions",
 3508 "project",
 3509 "rpc",
 3510 "semver",
 3511 "serde",
 3512 "serde_json",
 3513 "settings",
 3514 "sum_tree",
 3515 "theme",
 3516 "theme_settings",
 3517 "util",
 3518 "workspace",
 3519 "zlog",
 3520]
 3521
 3522[[package]]
 3523name = "copilot_chat"
 3524version = "0.1.0"
 3525dependencies = [
 3526 "anthropic",
 3527 "anyhow",
 3528 "collections",
 3529 "dirs 4.0.0",
 3530 "fs",
 3531 "futures 0.3.31",
 3532 "gpui",
 3533 "http_client",
 3534 "log",
 3535 "paths",
 3536 "serde",
 3537 "serde_json",
 3538 "settings",
 3539]
 3540
 3541[[package]]
 3542name = "copilot_ui"
 3543version = "0.1.0"
 3544dependencies = [
 3545 "anyhow",
 3546 "copilot",
 3547 "gpui",
 3548 "language",
 3549 "log",
 3550 "lsp",
 3551 "menu",
 3552 "project",
 3553 "serde_json",
 3554 "settings",
 3555 "ui",
 3556 "util",
 3557 "workspace",
 3558]
 3559
 3560[[package]]
 3561name = "core-foundation"
 3562version = "0.9.4"
 3563source = "registry+https://github.com/rust-lang/crates.io-index"
 3564checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3565dependencies = [
 3566 "core-foundation-sys",
 3567 "libc",
 3568]
 3569
 3570[[package]]
 3571name = "core-foundation"
 3572version = "0.10.0"
 3573source = "registry+https://github.com/rust-lang/crates.io-index"
 3574checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3575dependencies = [
 3576 "core-foundation-sys",
 3577 "libc",
 3578]
 3579
 3580[[package]]
 3581name = "core-foundation-sys"
 3582version = "0.8.7"
 3583source = "registry+https://github.com/rust-lang/crates.io-index"
 3584checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3585
 3586[[package]]
 3587name = "core-graphics"
 3588version = "0.23.2"
 3589source = "registry+https://github.com/rust-lang/crates.io-index"
 3590checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3591dependencies = [
 3592 "bitflags 1.3.2",
 3593 "core-foundation 0.9.4",
 3594 "core-graphics-types 0.1.3",
 3595 "foreign-types 0.5.0",
 3596 "libc",
 3597]
 3598
 3599[[package]]
 3600name = "core-graphics"
 3601version = "0.24.0"
 3602source = "registry+https://github.com/rust-lang/crates.io-index"
 3603checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3604dependencies = [
 3605 "bitflags 2.10.0",
 3606 "core-foundation 0.10.0",
 3607 "core-graphics-types 0.2.0",
 3608 "foreign-types 0.5.0",
 3609 "libc",
 3610]
 3611
 3612[[package]]
 3613name = "core-graphics-helmer-fork"
 3614version = "0.24.0"
 3615source = "registry+https://github.com/rust-lang/crates.io-index"
 3616checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
 3617dependencies = [
 3618 "bitflags 2.10.0",
 3619 "core-foundation 0.9.4",
 3620 "core-graphics-types 0.1.3",
 3621 "foreign-types 0.5.0",
 3622 "libc",
 3623]
 3624
 3625[[package]]
 3626name = "core-graphics-types"
 3627version = "0.1.3"
 3628source = "registry+https://github.com/rust-lang/crates.io-index"
 3629checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3630dependencies = [
 3631 "bitflags 1.3.2",
 3632 "core-foundation 0.9.4",
 3633 "libc",
 3634]
 3635
 3636[[package]]
 3637name = "core-graphics-types"
 3638version = "0.2.0"
 3639source = "registry+https://github.com/rust-lang/crates.io-index"
 3640checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3641dependencies = [
 3642 "bitflags 2.10.0",
 3643 "core-foundation 0.10.0",
 3644 "libc",
 3645]
 3646
 3647[[package]]
 3648name = "core-graphics2"
 3649version = "0.5.2"
 3650source = "registry+https://github.com/rust-lang/crates.io-index"
 3651checksum = "4416167a69126e617f8d0a214af0e3c1dbdeffcb100ddf72dcd1a1ac9893c146"
 3652dependencies = [
 3653 "bitflags 2.10.0",
 3654 "block",
 3655 "cfg-if",
 3656 "core-foundation 0.10.0",
 3657 "libc",
 3658]
 3659
 3660[[package]]
 3661name = "core-services"
 3662version = "0.2.1"
 3663source = "registry+https://github.com/rust-lang/crates.io-index"
 3664checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3665dependencies = [
 3666 "core-foundation 0.9.4",
 3667]
 3668
 3669[[package]]
 3670name = "core-text"
 3671version = "21.0.0"
 3672source = "registry+https://github.com/rust-lang/crates.io-index"
 3673checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3674dependencies = [
 3675 "core-foundation 0.10.0",
 3676 "core-graphics 0.24.0",
 3677 "foreign-types 0.5.0",
 3678 "libc",
 3679]
 3680
 3681[[package]]
 3682name = "core-video"
 3683version = "0.5.2"
 3684source = "registry+https://github.com/rust-lang/crates.io-index"
 3685checksum = "139679cc63eb9504bdbe37e37874b0247136177655f0008588781e90863afa62"
 3686dependencies = [
 3687 "block",
 3688 "core-foundation 0.10.0",
 3689 "core-graphics2",
 3690 "io-surface",
 3691 "libc",
 3692 "metal",
 3693]
 3694
 3695[[package]]
 3696name = "core_maths"
 3697version = "0.1.1"
 3698source = "registry+https://github.com/rust-lang/crates.io-index"
 3699checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3700dependencies = [
 3701 "libm",
 3702]
 3703
 3704[[package]]
 3705name = "coreaudio-rs"
 3706version = "0.12.1"
 3707source = "registry+https://github.com/rust-lang/crates.io-index"
 3708checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3709dependencies = [
 3710 "bitflags 1.3.2",
 3711 "core-foundation-sys",
 3712 "coreaudio-sys",
 3713]
 3714
 3715[[package]]
 3716name = "coreaudio-rs"
 3717version = "0.13.0"
 3718source = "registry+https://github.com/rust-lang/crates.io-index"
 3719checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
 3720dependencies = [
 3721 "bitflags 1.3.2",
 3722 "libc",
 3723 "objc2-audio-toolbox",
 3724 "objc2-core-audio",
 3725 "objc2-core-audio-types",
 3726 "objc2-core-foundation",
 3727]
 3728
 3729[[package]]
 3730name = "coreaudio-sys"
 3731version = "0.2.17"
 3732source = "registry+https://github.com/rust-lang/crates.io-index"
 3733checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6"
 3734dependencies = [
 3735 "bindgen 0.72.1",
 3736]
 3737
 3738[[package]]
 3739name = "cosmic-text"
 3740version = "0.17.1"
 3741source = "registry+https://github.com/rust-lang/crates.io-index"
 3742checksum = "8c5c9868e64aa6c5410629a83450e142c80e721c727a5bc0fb18107af6c2d66b"
 3743dependencies = [
 3744 "bitflags 2.10.0",
 3745 "fontdb 0.23.0",
 3746 "harfrust",
 3747 "linebender_resource_handle",
 3748 "log",
 3749 "rangemap",
 3750 "rustc-hash 2.1.1",
 3751 "self_cell",
 3752 "skrifa 0.40.0",
 3753 "smol_str",
 3754 "swash",
 3755 "sys-locale",
 3756 "unicode-bidi",
 3757 "unicode-linebreak",
 3758 "unicode-script",
 3759 "unicode-segmentation",
 3760]
 3761
 3762[[package]]
 3763name = "cpal"
 3764version = "0.17.1"
 3765source = "registry+https://github.com/rust-lang/crates.io-index"
 3766checksum = "5b1f9c7312f19fc2fa12fd7acaf38de54e8320ba10d1a02dcbe21038def51ccb"
 3767dependencies = [
 3768 "alsa",
 3769 "coreaudio-rs 0.13.0",
 3770 "dasp_sample",
 3771 "jni",
 3772 "js-sys",
 3773 "libc",
 3774 "mach2 0.5.0",
 3775 "ndk",
 3776 "ndk-context",
 3777 "num-derive",
 3778 "num-traits",
 3779 "objc2",
 3780 "objc2-audio-toolbox",
 3781 "objc2-avf-audio",
 3782 "objc2-core-audio",
 3783 "objc2-core-audio-types",
 3784 "objc2-core-foundation",
 3785 "objc2-foundation",
 3786 "wasm-bindgen",
 3787 "wasm-bindgen-futures",
 3788 "web-sys",
 3789 "windows 0.62.2",
 3790]
 3791
 3792[[package]]
 3793name = "cpp_demangle"
 3794version = "0.4.5"
 3795source = "registry+https://github.com/rust-lang/crates.io-index"
 3796checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
 3797dependencies = [
 3798 "cfg-if",
 3799]
 3800
 3801[[package]]
 3802name = "cpufeatures"
 3803version = "0.2.17"
 3804source = "registry+https://github.com/rust-lang/crates.io-index"
 3805checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 3806dependencies = [
 3807 "libc",
 3808]
 3809
 3810[[package]]
 3811name = "cranelift-assembler-x64"
 3812version = "0.123.6"
 3813source = "registry+https://github.com/rust-lang/crates.io-index"
 3814checksum = "ba33ddc4e157cb1abe9da6c821e8824f99e56d057c2c22536850e0141f281d61"
 3815dependencies = [
 3816 "cranelift-assembler-x64-meta",
 3817]
 3818
 3819[[package]]
 3820name = "cranelift-assembler-x64-meta"
 3821version = "0.123.6"
 3822source = "registry+https://github.com/rust-lang/crates.io-index"
 3823checksum = "69b23dd6ea360e6fb28a3f3b40b7f126509668f58076a4729b2cfd656f26a0ad"
 3824dependencies = [
 3825 "cranelift-srcgen",
 3826]
 3827
 3828[[package]]
 3829name = "cranelift-bforest"
 3830version = "0.123.6"
 3831source = "registry+https://github.com/rust-lang/crates.io-index"
 3832checksum = "a9d81afcee8fe27ee2536987df3fadcb2e161af4edb7dbe3ef36838d0ce74382"
 3833dependencies = [
 3834 "cranelift-entity",
 3835]
 3836
 3837[[package]]
 3838name = "cranelift-bitset"
 3839version = "0.123.6"
 3840source = "registry+https://github.com/rust-lang/crates.io-index"
 3841checksum = "fb33595f1279fe7af03b28245060e9085caf98b10ed3137461a85796eb83972a"
 3842dependencies = [
 3843 "serde",
 3844 "serde_derive",
 3845]
 3846
 3847[[package]]
 3848name = "cranelift-codegen"
 3849version = "0.123.6"
 3850source = "registry+https://github.com/rust-lang/crates.io-index"
 3851checksum = "0230a6ac0660bfe31eb244cbb43dcd4f2b3c1c4e0addc3e0348c6053ea60272e"
 3852dependencies = [
 3853 "bumpalo",
 3854 "cranelift-assembler-x64",
 3855 "cranelift-bforest",
 3856 "cranelift-bitset",
 3857 "cranelift-codegen-meta",
 3858 "cranelift-codegen-shared",
 3859 "cranelift-control",
 3860 "cranelift-entity",
 3861 "cranelift-isle",
 3862 "gimli",
 3863 "hashbrown 0.15.5",
 3864 "log",
 3865 "postcard",
 3866 "pulley-interpreter",
 3867 "regalloc2",
 3868 "rustc-hash 2.1.1",
 3869 "serde",
 3870 "serde_derive",
 3871 "sha2",
 3872 "smallvec",
 3873 "target-lexicon 0.13.3",
 3874 "wasmtime-internal-math",
 3875]
 3876
 3877[[package]]
 3878name = "cranelift-codegen-meta"
 3879version = "0.123.6"
 3880source = "registry+https://github.com/rust-lang/crates.io-index"
 3881checksum = "96d6817fdc15cb8f236fc9d8e610767d3a03327ceca4abff7a14d8e2154c405e"
 3882dependencies = [
 3883 "cranelift-assembler-x64-meta",
 3884 "cranelift-codegen-shared",
 3885 "cranelift-srcgen",
 3886 "heck 0.5.0",
 3887 "pulley-interpreter",
 3888]
 3889
 3890[[package]]
 3891name = "cranelift-codegen-shared"
 3892version = "0.123.6"
 3893source = "registry+https://github.com/rust-lang/crates.io-index"
 3894checksum = "0403796328e9e2e7df2b80191cdbb473fd9ea3889eb45ef5632d0fef168ea032"
 3895
 3896[[package]]
 3897name = "cranelift-control"
 3898version = "0.123.6"
 3899source = "registry+https://github.com/rust-lang/crates.io-index"
 3900checksum = "188f04092279a3814e0b6235c2f9c2e34028e4beb72da7bfed55cbd184702bcc"
 3901dependencies = [
 3902 "arbitrary",
 3903]
 3904
 3905[[package]]
 3906name = "cranelift-entity"
 3907version = "0.123.6"
 3908source = "registry+https://github.com/rust-lang/crates.io-index"
 3909checksum = "43f5e7391167605d505fe66a337e1a69583b3f34b63d359ffa5a430313c555e8"
 3910dependencies = [
 3911 "cranelift-bitset",
 3912 "serde",
 3913 "serde_derive",
 3914]
 3915
 3916[[package]]
 3917name = "cranelift-frontend"
 3918version = "0.123.6"
 3919source = "registry+https://github.com/rust-lang/crates.io-index"
 3920checksum = "ea5440792eb2b5ba0a0976df371b9f94031bd853ae56f389de610bca7128a7cb"
 3921dependencies = [
 3922 "cranelift-codegen",
 3923 "log",
 3924 "smallvec",
 3925 "target-lexicon 0.13.3",
 3926]
 3927
 3928[[package]]
 3929name = "cranelift-isle"
 3930version = "0.123.6"
 3931source = "registry+https://github.com/rust-lang/crates.io-index"
 3932checksum = "1e5c05fab6fce38d729088f3fa1060eaa1ad54eefd473588887205ed2ab2f79e"
 3933
 3934[[package]]
 3935name = "cranelift-native"
 3936version = "0.123.6"
 3937source = "registry+https://github.com/rust-lang/crates.io-index"
 3938checksum = "9c9a0607a028edf5ba5bba7e7cf5ca1b7f0a030e3ae84dcd401e8b9b05192280"
 3939dependencies = [
 3940 "cranelift-codegen",
 3941 "libc",
 3942 "target-lexicon 0.13.3",
 3943]
 3944
 3945[[package]]
 3946name = "cranelift-srcgen"
 3947version = "0.123.6"
 3948source = "registry+https://github.com/rust-lang/crates.io-index"
 3949checksum = "cb0f2da72eb2472aaac6cfba4e785af42b1f2d82f5155f30c9c30e8cce351e17"
 3950
 3951[[package]]
 3952name = "crash-context"
 3953version = "0.6.3"
 3954source = "registry+https://github.com/rust-lang/crates.io-index"
 3955checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
 3956dependencies = [
 3957 "cfg-if",
 3958 "libc",
 3959 "mach2 0.4.3",
 3960]
 3961
 3962[[package]]
 3963name = "crash-handler"
 3964version = "0.6.3"
 3965source = "registry+https://github.com/rust-lang/crates.io-index"
 3966checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
 3967dependencies = [
 3968 "cfg-if",
 3969 "crash-context",
 3970 "libc",
 3971 "mach2 0.4.3",
 3972 "parking_lot",
 3973]
 3974
 3975[[package]]
 3976name = "crashes"
 3977version = "0.1.0"
 3978dependencies = [
 3979 "cfg-if",
 3980 "crash-handler",
 3981 "futures 0.3.31",
 3982 "log",
 3983 "mach2 0.5.0",
 3984 "minidumper",
 3985 "parking_lot",
 3986 "paths",
 3987 "release_channel",
 3988 "serde",
 3989 "serde_json",
 3990 "smol",
 3991 "system_specs",
 3992 "windows 0.61.3",
 3993 "zstd",
 3994]
 3995
 3996[[package]]
 3997name = "crc"
 3998version = "3.3.0"
 3999source = "registry+https://github.com/rust-lang/crates.io-index"
 4000checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
 4001dependencies = [
 4002 "crc-catalog",
 4003]
 4004
 4005[[package]]
 4006name = "crc-catalog"
 4007version = "2.4.0"
 4008source = "registry+https://github.com/rust-lang/crates.io-index"
 4009checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 4010
 4011[[package]]
 4012name = "crc-fast"
 4013version = "1.6.0"
 4014source = "registry+https://github.com/rust-lang/crates.io-index"
 4015checksum = "6ddc2d09feefeee8bd78101665bd8645637828fa9317f9f292496dbbd8c65ff3"
 4016dependencies = [
 4017 "crc",
 4018 "digest",
 4019 "rand 0.9.2",
 4020 "regex",
 4021 "rustversion",
 4022]
 4023
 4024[[package]]
 4025name = "crc32fast"
 4026version = "1.5.0"
 4027source = "registry+https://github.com/rust-lang/crates.io-index"
 4028checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
 4029dependencies = [
 4030 "cfg-if",
 4031]
 4032
 4033[[package]]
 4034name = "credentials_provider"
 4035version = "0.1.0"
 4036dependencies = [
 4037 "anyhow",
 4038 "futures 0.3.31",
 4039 "gpui",
 4040 "paths",
 4041 "release_channel",
 4042 "serde",
 4043 "serde_json",
 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.31",
 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.31",
 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.31",
 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.31",
 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.31",
 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.31",
 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 "ctor",
 5119 "db",
 5120 "edit_prediction_context",
 5121 "edit_prediction_types",
 5122 "feature_flags",
 5123 "fs",
 5124 "futures 0.3.31",
 5125 "gpui",
 5126 "heapless",
 5127 "indoc",
 5128 "itertools 0.14.0",
 5129 "language",
 5130 "language_model",
 5131 "log",
 5132 "lsp",
 5133 "menu",
 5134 "open_ai",
 5135 "parking_lot",
 5136 "postage",
 5137 "pretty_assertions",
 5138 "project",
 5139 "pulldown-cmark 0.13.0",
 5140 "rand 0.9.2",
 5141 "regex",
 5142 "release_channel",
 5143 "semver",
 5144 "serde",
 5145 "serde_json",
 5146 "settings",
 5147 "strum 0.27.2",
 5148 "telemetry",
 5149 "telemetry_events",
 5150 "text",
 5151 "thiserror 2.0.17",
 5152 "time",
 5153 "toml 0.8.23",
 5154 "ui",
 5155 "util",
 5156 "uuid",
 5157 "workspace",
 5158 "worktree",
 5159 "zed_actions",
 5160 "zeta_prompt",
 5161 "zlog",
 5162 "zstd",
 5163]
 5164
 5165[[package]]
 5166name = "edit_prediction_cli"
 5167version = "0.1.0"
 5168dependencies = [
 5169 "anthropic",
 5170 "anyhow",
 5171 "chrono",
 5172 "clap",
 5173 "client",
 5174 "cloud_llm_client",
 5175 "collections",
 5176 "db",
 5177 "debug_adapter_extension",
 5178 "dirs 4.0.0",
 5179 "edit_prediction",
 5180 "extension",
 5181 "flate2",
 5182 "fs",
 5183 "futures 0.3.31",
 5184 "gaoya",
 5185 "gpui",
 5186 "gpui_platform",
 5187 "gpui_tokio",
 5188 "http_client",
 5189 "indoc",
 5190 "language",
 5191 "language_extension",
 5192 "language_model",
 5193 "language_models",
 5194 "languages",
 5195 "libc",
 5196 "log",
 5197 "node_runtime",
 5198 "open_ai",
 5199 "paths",
 5200 "pretty_assertions",
 5201 "project",
 5202 "prompt_store",
 5203 "rand 0.9.2",
 5204 "release_channel",
 5205 "reqwest_client",
 5206 "rust-embed",
 5207 "serde",
 5208 "serde_json",
 5209 "settings",
 5210 "shellexpand 2.1.2",
 5211 "similar",
 5212 "smol",
 5213 "sqlez",
 5214 "sqlez_macros",
 5215 "strum 0.27.2",
 5216 "telemetry_events",
 5217 "tempfile",
 5218 "terminal_view",
 5219 "toml 0.8.23",
 5220 "util",
 5221 "wasmtime",
 5222 "watch",
 5223 "workspace",
 5224 "zeta_prompt",
 5225]
 5226
 5227[[package]]
 5228name = "edit_prediction_context"
 5229version = "0.1.0"
 5230dependencies = [
 5231 "anyhow",
 5232 "clock",
 5233 "collections",
 5234 "env_logger 0.11.8",
 5235 "futures 0.3.31",
 5236 "gpui",
 5237 "indoc",
 5238 "language",
 5239 "log",
 5240 "lsp",
 5241 "parking_lot",
 5242 "pretty_assertions",
 5243 "project",
 5244 "serde",
 5245 "serde_json",
 5246 "settings",
 5247 "smallvec",
 5248 "text",
 5249 "tree-sitter",
 5250 "util",
 5251 "zeta_prompt",
 5252]
 5253
 5254[[package]]
 5255name = "edit_prediction_types"
 5256version = "0.1.0"
 5257dependencies = [
 5258 "client",
 5259 "gpui",
 5260 "icons",
 5261 "language",
 5262 "text",
 5263]
 5264
 5265[[package]]
 5266name = "edit_prediction_ui"
 5267version = "0.1.0"
 5268dependencies = [
 5269 "anyhow",
 5270 "buffer_diff",
 5271 "client",
 5272 "cloud_llm_client",
 5273 "codestral",
 5274 "collections",
 5275 "command_palette_hooks",
 5276 "copilot",
 5277 "copilot_chat",
 5278 "copilot_ui",
 5279 "edit_prediction",
 5280 "edit_prediction_types",
 5281 "editor",
 5282 "feature_flags",
 5283 "fs",
 5284 "futures 0.3.31",
 5285 "gpui",
 5286 "indoc",
 5287 "language",
 5288 "markdown",
 5289 "menu",
 5290 "multi_buffer",
 5291 "paths",
 5292 "project",
 5293 "regex",
 5294 "settings",
 5295 "telemetry",
 5296 "text",
 5297 "theme",
 5298 "theme_settings",
 5299 "time",
 5300 "ui",
 5301 "util",
 5302 "workspace",
 5303 "zed_actions",
 5304 "zeta_prompt",
 5305]
 5306
 5307[[package]]
 5308name = "editor"
 5309version = "0.1.0"
 5310dependencies = [
 5311 "aho-corasick",
 5312 "anyhow",
 5313 "assets",
 5314 "breadcrumbs",
 5315 "buffer_diff",
 5316 "client",
 5317 "clock",
 5318 "collections",
 5319 "convert_case 0.8.0",
 5320 "criterion",
 5321 "ctor",
 5322 "dap",
 5323 "db",
 5324 "edit_prediction_types",
 5325 "emojis",
 5326 "feature_flags",
 5327 "file_icons",
 5328 "fs",
 5329 "futures 0.3.31",
 5330 "fuzzy",
 5331 "git",
 5332 "gpui",
 5333 "indoc",
 5334 "itertools 0.14.0",
 5335 "language",
 5336 "languages",
 5337 "linkify",
 5338 "log",
 5339 "lsp",
 5340 "markdown",
 5341 "menu",
 5342 "multi_buffer",
 5343 "ordered-float 2.10.1",
 5344 "parking_lot",
 5345 "pretty_assertions",
 5346 "project",
 5347 "proptest",
 5348 "proptest-derive",
 5349 "rand 0.9.2",
 5350 "regex",
 5351 "release_channel",
 5352 "rope",
 5353 "rpc",
 5354 "schemars",
 5355 "semver",
 5356 "serde",
 5357 "serde_json",
 5358 "settings",
 5359 "smallvec",
 5360 "smol",
 5361 "snippet",
 5362 "sum_tree",
 5363 "task",
 5364 "telemetry",
 5365 "text",
 5366 "theme",
 5367 "theme_settings",
 5368 "time",
 5369 "tracing",
 5370 "tree-sitter-bash",
 5371 "tree-sitter-c",
 5372 "tree-sitter-html",
 5373 "tree-sitter-md",
 5374 "tree-sitter-python",
 5375 "tree-sitter-rust",
 5376 "tree-sitter-typescript",
 5377 "tree-sitter-yaml",
 5378 "ui",
 5379 "ui_input",
 5380 "unicode-script",
 5381 "unicode-segmentation",
 5382 "unicode-width",
 5383 "unindent",
 5384 "url",
 5385 "util",
 5386 "uuid",
 5387 "vim_mode_setting",
 5388 "workspace",
 5389 "zed_actions",
 5390 "zlog",
 5391 "ztracing",
 5392]
 5393
 5394[[package]]
 5395name = "either"
 5396version = "1.15.0"
 5397source = "registry+https://github.com/rust-lang/crates.io-index"
 5398checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 5399dependencies = [
 5400 "serde",
 5401]
 5402
 5403[[package]]
 5404name = "elasticlunr-rs"
 5405version = "3.0.2"
 5406source = "registry+https://github.com/rust-lang/crates.io-index"
 5407checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 5408dependencies = [
 5409 "regex",
 5410 "serde",
 5411 "serde_derive",
 5412 "serde_json",
 5413]
 5414
 5415[[package]]
 5416name = "elliptic-curve"
 5417version = "0.12.3"
 5418source = "registry+https://github.com/rust-lang/crates.io-index"
 5419checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 5420dependencies = [
 5421 "base16ct",
 5422 "crypto-bigint 0.4.9",
 5423 "der 0.6.1",
 5424 "digest",
 5425 "ff",
 5426 "generic-array",
 5427 "group",
 5428 "pkcs8 0.9.0",
 5429 "rand_core 0.6.4",
 5430 "sec1",
 5431 "subtle",
 5432 "zeroize",
 5433]
 5434
 5435[[package]]
 5436name = "email_address"
 5437version = "0.2.9"
 5438source = "registry+https://github.com/rust-lang/crates.io-index"
 5439checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 5440dependencies = [
 5441 "serde",
 5442]
 5443
 5444[[package]]
 5445name = "embed-resource"
 5446version = "3.0.6"
 5447source = "registry+https://github.com/rust-lang/crates.io-index"
 5448checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
 5449dependencies = [
 5450 "cc",
 5451 "memchr",
 5452 "rustc_version",
 5453 "toml 0.9.8",
 5454 "vswhom",
 5455 "winreg 0.55.0",
 5456]
 5457
 5458[[package]]
 5459name = "embedded-io"
 5460version = "0.4.0"
 5461source = "registry+https://github.com/rust-lang/crates.io-index"
 5462checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 5463
 5464[[package]]
 5465name = "embedded-io"
 5466version = "0.6.1"
 5467source = "registry+https://github.com/rust-lang/crates.io-index"
 5468checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 5469
 5470[[package]]
 5471name = "emojis"
 5472version = "0.6.4"
 5473source = "registry+https://github.com/rust-lang/crates.io-index"
 5474checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 5475dependencies = [
 5476 "phf 0.11.3",
 5477]
 5478
 5479[[package]]
 5480name = "encode_unicode"
 5481version = "1.0.0"
 5482source = "registry+https://github.com/rust-lang/crates.io-index"
 5483checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 5484
 5485[[package]]
 5486name = "encoding_rs"
 5487version = "0.8.35"
 5488source = "registry+https://github.com/rust-lang/crates.io-index"
 5489checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 5490dependencies = [
 5491 "cfg-if",
 5492]
 5493
 5494[[package]]
 5495name = "encoding_selector"
 5496version = "0.1.0"
 5497dependencies = [
 5498 "editor",
 5499 "encoding_rs",
 5500 "fuzzy",
 5501 "gpui",
 5502 "language",
 5503 "picker",
 5504 "project",
 5505 "ui",
 5506 "util",
 5507 "workspace",
 5508]
 5509
 5510[[package]]
 5511name = "endi"
 5512version = "1.1.0"
 5513source = "registry+https://github.com/rust-lang/crates.io-index"
 5514checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 5515
 5516[[package]]
 5517name = "enum-as-inner"
 5518version = "0.6.1"
 5519source = "registry+https://github.com/rust-lang/crates.io-index"
 5520checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
 5521dependencies = [
 5522 "heck 0.5.0",
 5523 "proc-macro2",
 5524 "quote",
 5525 "syn 2.0.117",
 5526]
 5527
 5528[[package]]
 5529name = "enumflags2"
 5530version = "0.7.12"
 5531source = "registry+https://github.com/rust-lang/crates.io-index"
 5532checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
 5533dependencies = [
 5534 "enumflags2_derive",
 5535 "serde",
 5536]
 5537
 5538[[package]]
 5539name = "enumflags2_derive"
 5540version = "0.7.12"
 5541source = "registry+https://github.com/rust-lang/crates.io-index"
 5542checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
 5543dependencies = [
 5544 "proc-macro2",
 5545 "quote",
 5546 "syn 2.0.117",
 5547]
 5548
 5549[[package]]
 5550name = "env_filter"
 5551version = "0.1.4"
 5552source = "registry+https://github.com/rust-lang/crates.io-index"
 5553checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
 5554dependencies = [
 5555 "log",
 5556 "regex",
 5557]
 5558
 5559[[package]]
 5560name = "env_logger"
 5561version = "0.10.2"
 5562source = "registry+https://github.com/rust-lang/crates.io-index"
 5563checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 5564dependencies = [
 5565 "humantime",
 5566 "is-terminal",
 5567 "log",
 5568 "regex",
 5569 "termcolor",
 5570]
 5571
 5572[[package]]
 5573name = "env_logger"
 5574version = "0.11.8"
 5575source = "registry+https://github.com/rust-lang/crates.io-index"
 5576checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 5577dependencies = [
 5578 "anstream",
 5579 "anstyle",
 5580 "env_filter",
 5581 "jiff",
 5582 "log",
 5583]
 5584
 5585[[package]]
 5586name = "envy"
 5587version = "0.4.2"
 5588source = "registry+https://github.com/rust-lang/crates.io-index"
 5589checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 5590dependencies = [
 5591 "serde",
 5592]
 5593
 5594[[package]]
 5595name = "equator"
 5596version = "0.4.2"
 5597source = "registry+https://github.com/rust-lang/crates.io-index"
 5598checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
 5599dependencies = [
 5600 "equator-macro",
 5601]
 5602
 5603[[package]]
 5604name = "equator-macro"
 5605version = "0.4.2"
 5606source = "registry+https://github.com/rust-lang/crates.io-index"
 5607checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
 5608dependencies = [
 5609 "proc-macro2",
 5610 "quote",
 5611 "syn 2.0.117",
 5612]
 5613
 5614[[package]]
 5615name = "equivalent"
 5616version = "1.0.2"
 5617source = "registry+https://github.com/rust-lang/crates.io-index"
 5618checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 5619
 5620[[package]]
 5621name = "erased-serde"
 5622version = "0.4.9"
 5623source = "registry+https://github.com/rust-lang/crates.io-index"
 5624checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
 5625dependencies = [
 5626 "serde",
 5627 "serde_core",
 5628 "typeid",
 5629]
 5630
 5631[[package]]
 5632name = "errno"
 5633version = "0.2.8"
 5634source = "registry+https://github.com/rust-lang/crates.io-index"
 5635checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 5636dependencies = [
 5637 "errno-dragonfly",
 5638 "libc",
 5639 "winapi",
 5640]
 5641
 5642[[package]]
 5643name = "errno"
 5644version = "0.3.14"
 5645source = "registry+https://github.com/rust-lang/crates.io-index"
 5646checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
 5647dependencies = [
 5648 "libc",
 5649 "windows-sys 0.61.2",
 5650]
 5651
 5652[[package]]
 5653name = "errno-dragonfly"
 5654version = "0.1.2"
 5655source = "registry+https://github.com/rust-lang/crates.io-index"
 5656checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 5657dependencies = [
 5658 "cc",
 5659 "libc",
 5660]
 5661
 5662[[package]]
 5663name = "error-graph"
 5664version = "0.1.1"
 5665source = "registry+https://github.com/rust-lang/crates.io-index"
 5666checksum = "9b920e777967421aa5f9bf34f842c0ab6ba19b3bdb4a082946093860f5858879"
 5667dependencies = [
 5668 "serde",
 5669]
 5670
 5671[[package]]
 5672name = "etagere"
 5673version = "0.2.15"
 5674source = "registry+https://github.com/rust-lang/crates.io-index"
 5675checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 5676dependencies = [
 5677 "euclid",
 5678 "svg_fmt",
 5679]
 5680
 5681[[package]]
 5682name = "etcetera"
 5683version = "0.8.0"
 5684source = "registry+https://github.com/rust-lang/crates.io-index"
 5685checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 5686dependencies = [
 5687 "cfg-if",
 5688 "home",
 5689 "windows-sys 0.48.0",
 5690]
 5691
 5692[[package]]
 5693name = "etw_tracing"
 5694version = "0.1.0"
 5695dependencies = [
 5696 "anyhow",
 5697 "gpui",
 5698 "log",
 5699 "net",
 5700 "serde",
 5701 "serde_json",
 5702 "util",
 5703 "windows 0.61.3",
 5704 "windows-core 0.61.2",
 5705 "workspace",
 5706 "wprcontrol",
 5707]
 5708
 5709[[package]]
 5710name = "euclid"
 5711version = "0.22.11"
 5712source = "registry+https://github.com/rust-lang/crates.io-index"
 5713checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 5714dependencies = [
 5715 "num-traits",
 5716]
 5717
 5718[[package]]
 5719name = "eval_cli"
 5720version = "0.1.0"
 5721dependencies = [
 5722 "acp_thread",
 5723 "agent",
 5724 "agent-client-protocol",
 5725 "agent_ui",
 5726 "anyhow",
 5727 "clap",
 5728 "client",
 5729 "ctrlc",
 5730 "db",
 5731 "debug_adapter_extension",
 5732 "env_logger 0.11.8",
 5733 "extension",
 5734 "feature_flags",
 5735 "fs",
 5736 "futures 0.3.31",
 5737 "gpui",
 5738 "gpui_platform",
 5739 "gpui_tokio",
 5740 "language",
 5741 "language_extension",
 5742 "language_model",
 5743 "language_models",
 5744 "languages",
 5745 "node_runtime",
 5746 "paths",
 5747 "project",
 5748 "prompt_store",
 5749 "release_channel",
 5750 "reqwest_client",
 5751 "serde",
 5752 "serde_json",
 5753 "settings",
 5754 "shellexpand 2.1.2",
 5755 "terminal_view",
 5756 "util",
 5757 "watch",
 5758]
 5759
 5760[[package]]
 5761name = "eval_utils"
 5762version = "0.1.0"
 5763dependencies = [
 5764 "gpui_platform",
 5765 "serde",
 5766 "smol",
 5767]
 5768
 5769[[package]]
 5770name = "event-listener"
 5771version = "2.5.3"
 5772source = "registry+https://github.com/rust-lang/crates.io-index"
 5773checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5774
 5775[[package]]
 5776name = "event-listener"
 5777version = "5.4.1"
 5778source = "registry+https://github.com/rust-lang/crates.io-index"
 5779checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
 5780dependencies = [
 5781 "concurrent-queue",
 5782 "parking",
 5783 "pin-project-lite",
 5784]
 5785
 5786[[package]]
 5787name = "event-listener-strategy"
 5788version = "0.5.4"
 5789source = "registry+https://github.com/rust-lang/crates.io-index"
 5790checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5791dependencies = [
 5792 "event-listener 5.4.1",
 5793 "pin-project-lite",
 5794]
 5795
 5796[[package]]
 5797name = "exec"
 5798version = "0.3.1"
 5799source = "registry+https://github.com/rust-lang/crates.io-index"
 5800checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5801dependencies = [
 5802 "errno 0.2.8",
 5803 "libc",
 5804]
 5805
 5806[[package]]
 5807name = "explorer_command_injector"
 5808version = "0.1.0"
 5809dependencies = [
 5810 "windows 0.61.3",
 5811 "windows-core 0.61.2",
 5812 "windows-registry 0.5.3",
 5813]
 5814
 5815[[package]]
 5816name = "exr"
 5817version = "1.73.0"
 5818source = "registry+https://github.com/rust-lang/crates.io-index"
 5819checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 5820dependencies = [
 5821 "bit_field",
 5822 "half",
 5823 "lebe",
 5824 "miniz_oxide",
 5825 "rayon-core",
 5826 "smallvec",
 5827 "zune-inflate",
 5828]
 5829
 5830[[package]]
 5831name = "extended"
 5832version = "0.1.0"
 5833source = "registry+https://github.com/rust-lang/crates.io-index"
 5834checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
 5835
 5836[[package]]
 5837name = "extension"
 5838version = "0.1.0"
 5839dependencies = [
 5840 "anyhow",
 5841 "async-trait",
 5842 "cloud_api_types",
 5843 "collections",
 5844 "dap",
 5845 "fs",
 5846 "futures 0.3.31",
 5847 "gpui",
 5848 "heck 0.5.0",
 5849 "http_client",
 5850 "indoc",
 5851 "language",
 5852 "log",
 5853 "lsp",
 5854 "parking_lot",
 5855 "pretty_assertions",
 5856 "proto",
 5857 "semver",
 5858 "serde",
 5859 "serde_json",
 5860 "task",
 5861 "tempfile",
 5862 "toml 0.8.23",
 5863 "tracing",
 5864 "url",
 5865 "util",
 5866 "wasm-encoder 0.221.3",
 5867 "wasmparser 0.221.3",
 5868 "ztracing",
 5869]
 5870
 5871[[package]]
 5872name = "extension_cli"
 5873version = "0.1.0"
 5874dependencies = [
 5875 "anyhow",
 5876 "clap",
 5877 "cloud_api_types",
 5878 "env_logger 0.11.8",
 5879 "extension",
 5880 "fs",
 5881 "gpui_platform",
 5882 "language",
 5883 "log",
 5884 "reqwest_client",
 5885 "serde",
 5886 "serde_json",
 5887 "serde_json_lenient",
 5888 "settings_content",
 5889 "snippet_provider",
 5890 "task",
 5891 "theme_settings",
 5892 "tokio",
 5893 "toml 0.8.23",
 5894 "tree-sitter",
 5895 "wasmtime",
 5896]
 5897
 5898[[package]]
 5899name = "extension_host"
 5900version = "0.1.0"
 5901dependencies = [
 5902 "anyhow",
 5903 "async-compression",
 5904 "async-tar",
 5905 "async-trait",
 5906 "client",
 5907 "cloud_api_types",
 5908 "collections",
 5909 "criterion",
 5910 "ctor",
 5911 "dap",
 5912 "extension",
 5913 "fs",
 5914 "futures 0.3.31",
 5915 "gpui",
 5916 "gpui_tokio",
 5917 "http_client",
 5918 "language",
 5919 "language_extension",
 5920 "log",
 5921 "lsp",
 5922 "moka",
 5923 "node_runtime",
 5924 "parking_lot",
 5925 "paths",
 5926 "project",
 5927 "release_channel",
 5928 "remote",
 5929 "reqwest_client",
 5930 "semver",
 5931 "serde",
 5932 "serde_json",
 5933 "serde_json_lenient",
 5934 "settings",
 5935 "task",
 5936 "telemetry",
 5937 "tempfile",
 5938 "theme",
 5939 "theme_extension",
 5940 "theme_settings",
 5941 "toml 0.8.23",
 5942 "tracing",
 5943 "url",
 5944 "util",
 5945 "wasmparser 0.221.3",
 5946 "wasmtime",
 5947 "wasmtime-wasi",
 5948 "zlog",
 5949 "ztracing",
 5950]
 5951
 5952[[package]]
 5953name = "extensions_ui"
 5954version = "0.1.0"
 5955dependencies = [
 5956 "anyhow",
 5957 "client",
 5958 "cloud_api_types",
 5959 "collections",
 5960 "db",
 5961 "editor",
 5962 "extension",
 5963 "extension_host",
 5964 "fs",
 5965 "fuzzy",
 5966 "gpui",
 5967 "language",
 5968 "log",
 5969 "num-format",
 5970 "picker",
 5971 "project",
 5972 "release_channel",
 5973 "semver",
 5974 "serde",
 5975 "settings",
 5976 "smallvec",
 5977 "strum 0.27.2",
 5978 "telemetry",
 5979 "theme_settings",
 5980 "ui",
 5981 "util",
 5982 "vim_mode_setting",
 5983 "workspace",
 5984 "zed_actions",
 5985]
 5986
 5987[[package]]
 5988name = "failspot"
 5989version = "0.2.0"
 5990source = "registry+https://github.com/rust-lang/crates.io-index"
 5991checksum = "c942e64b20ecd39933d5ff938ca4fdb6ef0d298cc3855b231179a5ef0b24948d"
 5992
 5993[[package]]
 5994name = "fallible-iterator"
 5995version = "0.3.0"
 5996source = "registry+https://github.com/rust-lang/crates.io-index"
 5997checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 5998
 5999[[package]]
 6000name = "fancy-regex"
 6001version = "0.16.2"
 6002source = "registry+https://github.com/rust-lang/crates.io-index"
 6003checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
 6004dependencies = [
 6005 "bit-set 0.8.0",
 6006 "regex-automata",
 6007 "regex-syntax",
 6008]
 6009
 6010[[package]]
 6011name = "fancy-regex"
 6012version = "0.17.0"
 6013source = "registry+https://github.com/rust-lang/crates.io-index"
 6014checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
 6015dependencies = [
 6016 "bit-set 0.8.0",
 6017 "regex-automata",
 6018 "regex-syntax",
 6019]
 6020
 6021[[package]]
 6022name = "fast-srgb8"
 6023version = "1.0.0"
 6024source = "registry+https://github.com/rust-lang/crates.io-index"
 6025checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 6026
 6027[[package]]
 6028name = "fastrand"
 6029version = "1.9.0"
 6030source = "registry+https://github.com/rust-lang/crates.io-index"
 6031checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 6032dependencies = [
 6033 "instant",
 6034]
 6035
 6036[[package]]
 6037name = "fastrand"
 6038version = "2.3.0"
 6039source = "registry+https://github.com/rust-lang/crates.io-index"
 6040checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 6041
 6042[[package]]
 6043name = "fax"
 6044version = "0.2.6"
 6045source = "registry+https://github.com/rust-lang/crates.io-index"
 6046checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
 6047dependencies = [
 6048 "fax_derive",
 6049]
 6050
 6051[[package]]
 6052name = "fax_derive"
 6053version = "0.2.0"
 6054source = "registry+https://github.com/rust-lang/crates.io-index"
 6055checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
 6056dependencies = [
 6057 "proc-macro2",
 6058 "quote",
 6059 "syn 2.0.117",
 6060]
 6061
 6062[[package]]
 6063name = "fd-lock"
 6064version = "4.0.4"
 6065source = "registry+https://github.com/rust-lang/crates.io-index"
 6066checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 6067dependencies = [
 6068 "cfg-if",
 6069 "rustix 1.1.2",
 6070 "windows-sys 0.59.0",
 6071]
 6072
 6073[[package]]
 6074name = "fdeflate"
 6075version = "0.3.7"
 6076source = "registry+https://github.com/rust-lang/crates.io-index"
 6077checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 6078dependencies = [
 6079 "simd-adler32",
 6080]
 6081
 6082[[package]]
 6083name = "feature_flags"
 6084version = "0.1.0"
 6085dependencies = [
 6086 "gpui",
 6087]
 6088
 6089[[package]]
 6090name = "feedback"
 6091version = "0.1.0"
 6092dependencies = [
 6093 "gpui",
 6094 "system_specs",
 6095 "urlencoding",
 6096 "util",
 6097 "workspace",
 6098 "zed_actions",
 6099]
 6100
 6101[[package]]
 6102name = "ff"
 6103version = "0.12.1"
 6104source = "registry+https://github.com/rust-lang/crates.io-index"
 6105checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 6106dependencies = [
 6107 "rand_core 0.6.4",
 6108 "subtle",
 6109]
 6110
 6111[[package]]
 6112name = "file_finder"
 6113version = "0.1.0"
 6114dependencies = [
 6115 "anyhow",
 6116 "channel",
 6117 "client",
 6118 "collections",
 6119 "ctor",
 6120 "editor",
 6121 "file_icons",
 6122 "futures 0.3.31",
 6123 "fuzzy",
 6124 "gpui",
 6125 "menu",
 6126 "open_path_prompt",
 6127 "picker",
 6128 "pretty_assertions",
 6129 "project",
 6130 "project_panel",
 6131 "remote_connection",
 6132 "serde",
 6133 "serde_json",
 6134 "settings",
 6135 "theme",
 6136 "theme_settings",
 6137 "ui",
 6138 "util",
 6139 "workspace",
 6140 "zed_actions",
 6141 "zlog",
 6142]
 6143
 6144[[package]]
 6145name = "file_icons"
 6146version = "0.1.0"
 6147dependencies = [
 6148 "gpui",
 6149 "serde",
 6150 "theme",
 6151 "util",
 6152]
 6153
 6154[[package]]
 6155name = "filedescriptor"
 6156version = "0.8.3"
 6157source = "registry+https://github.com/rust-lang/crates.io-index"
 6158checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 6159dependencies = [
 6160 "libc",
 6161 "thiserror 1.0.69",
 6162 "winapi",
 6163]
 6164
 6165[[package]]
 6166name = "filetime"
 6167version = "0.2.26"
 6168source = "registry+https://github.com/rust-lang/crates.io-index"
 6169checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
 6170dependencies = [
 6171 "cfg-if",
 6172 "libc",
 6173 "libredox",
 6174 "windows-sys 0.60.2",
 6175]
 6176
 6177[[package]]
 6178name = "find-msvc-tools"
 6179version = "0.1.5"
 6180source = "registry+https://github.com/rust-lang/crates.io-index"
 6181checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
 6182
 6183[[package]]
 6184name = "fixedbitset"
 6185version = "0.4.2"
 6186source = "registry+https://github.com/rust-lang/crates.io-index"
 6187checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 6188
 6189[[package]]
 6190name = "fixedbitset"
 6191version = "0.5.7"
 6192source = "registry+https://github.com/rust-lang/crates.io-index"
 6193checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
 6194
 6195[[package]]
 6196name = "flate2"
 6197version = "1.1.8"
 6198source = "registry+https://github.com/rust-lang/crates.io-index"
 6199checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
 6200dependencies = [
 6201 "crc32fast",
 6202 "miniz_oxide",
 6203]
 6204
 6205[[package]]
 6206name = "float-cmp"
 6207version = "0.9.0"
 6208source = "registry+https://github.com/rust-lang/crates.io-index"
 6209checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 6210
 6211[[package]]
 6212name = "float-ord"
 6213version = "0.3.2"
 6214source = "registry+https://github.com/rust-lang/crates.io-index"
 6215checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 6216
 6217[[package]]
 6218name = "float8"
 6219version = "0.4.2"
 6220source = "registry+https://github.com/rust-lang/crates.io-index"
 6221checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
 6222dependencies = [
 6223 "half",
 6224 "num-traits",
 6225 "rand 0.9.2",
 6226 "rand_distr",
 6227]
 6228
 6229[[package]]
 6230name = "float_next_after"
 6231version = "1.0.0"
 6232source = "registry+https://github.com/rust-lang/crates.io-index"
 6233checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 6234
 6235[[package]]
 6236name = "fluent-uri"
 6237version = "0.4.1"
 6238source = "registry+https://github.com/rust-lang/crates.io-index"
 6239checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
 6240dependencies = [
 6241 "borrow-or-share",
 6242 "ref-cast",
 6243 "serde",
 6244]
 6245
 6246[[package]]
 6247name = "flume"
 6248version = "0.11.1"
 6249source = "registry+https://github.com/rust-lang/crates.io-index"
 6250checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 6251dependencies = [
 6252 "futures-core",
 6253 "futures-sink",
 6254 "nanorand",
 6255 "spin 0.9.8",
 6256]
 6257
 6258[[package]]
 6259name = "fnv"
 6260version = "1.0.7"
 6261source = "registry+https://github.com/rust-lang/crates.io-index"
 6262checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 6263
 6264[[package]]
 6265name = "foldhash"
 6266version = "0.1.5"
 6267source = "registry+https://github.com/rust-lang/crates.io-index"
 6268checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 6269
 6270[[package]]
 6271name = "foldhash"
 6272version = "0.2.0"
 6273source = "registry+https://github.com/rust-lang/crates.io-index"
 6274checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
 6275
 6276[[package]]
 6277name = "font-types"
 6278version = "0.10.0"
 6279source = "registry+https://github.com/rust-lang/crates.io-index"
 6280checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
 6281dependencies = [
 6282 "bytemuck",
 6283]
 6284
 6285[[package]]
 6286name = "font-types"
 6287version = "0.11.0"
 6288source = "registry+https://github.com/rust-lang/crates.io-index"
 6289checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
 6290dependencies = [
 6291 "bytemuck",
 6292]
 6293
 6294[[package]]
 6295name = "fontconfig-parser"
 6296version = "0.5.8"
 6297source = "registry+https://github.com/rust-lang/crates.io-index"
 6298checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
 6299dependencies = [
 6300 "roxmltree",
 6301]
 6302
 6303[[package]]
 6304name = "fontdb"
 6305version = "0.16.2"
 6306source = "registry+https://github.com/rust-lang/crates.io-index"
 6307checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 6308dependencies = [
 6309 "fontconfig-parser",
 6310 "log",
 6311 "memmap2",
 6312 "slotmap",
 6313 "tinyvec",
 6314 "ttf-parser 0.20.0",
 6315]
 6316
 6317[[package]]
 6318name = "fontdb"
 6319version = "0.23.0"
 6320source = "registry+https://github.com/rust-lang/crates.io-index"
 6321checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 6322dependencies = [
 6323 "fontconfig-parser",
 6324 "log",
 6325 "memmap2",
 6326 "slotmap",
 6327 "tinyvec",
 6328 "ttf-parser 0.25.1",
 6329]
 6330
 6331[[package]]
 6332name = "foreign-types"
 6333version = "0.3.2"
 6334source = "registry+https://github.com/rust-lang/crates.io-index"
 6335checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 6336dependencies = [
 6337 "foreign-types-shared 0.1.1",
 6338]
 6339
 6340[[package]]
 6341name = "foreign-types"
 6342version = "0.5.0"
 6343source = "registry+https://github.com/rust-lang/crates.io-index"
 6344checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 6345dependencies = [
 6346 "foreign-types-macros",
 6347 "foreign-types-shared 0.3.1",
 6348]
 6349
 6350[[package]]
 6351name = "foreign-types-macros"
 6352version = "0.2.3"
 6353source = "registry+https://github.com/rust-lang/crates.io-index"
 6354checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 6355dependencies = [
 6356 "proc-macro2",
 6357 "quote",
 6358 "syn 2.0.117",
 6359]
 6360
 6361[[package]]
 6362name = "foreign-types-shared"
 6363version = "0.1.1"
 6364source = "registry+https://github.com/rust-lang/crates.io-index"
 6365checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 6366
 6367[[package]]
 6368name = "foreign-types-shared"
 6369version = "0.3.1"
 6370source = "registry+https://github.com/rust-lang/crates.io-index"
 6371checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 6372
 6373[[package]]
 6374name = "fork"
 6375version = "0.4.0"
 6376source = "registry+https://github.com/rust-lang/crates.io-index"
 6377checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
 6378dependencies = [
 6379 "libc",
 6380]
 6381
 6382[[package]]
 6383name = "form_urlencoded"
 6384version = "1.2.2"
 6385source = "registry+https://github.com/rust-lang/crates.io-index"
 6386checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
 6387dependencies = [
 6388 "percent-encoding",
 6389]
 6390
 6391[[package]]
 6392name = "fraction"
 6393version = "0.15.3"
 6394source = "registry+https://github.com/rust-lang/crates.io-index"
 6395checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 6396dependencies = [
 6397 "lazy_static",
 6398 "num",
 6399]
 6400
 6401[[package]]
 6402name = "freetype-sys"
 6403version = "0.20.1"
 6404source = "registry+https://github.com/rust-lang/crates.io-index"
 6405checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 6406dependencies = [
 6407 "cc",
 6408 "libc",
 6409 "pkg-config",
 6410]
 6411
 6412[[package]]
 6413name = "fs"
 6414version = "0.1.0"
 6415dependencies = [
 6416 "anyhow",
 6417 "ashpd",
 6418 "async-tar",
 6419 "async-trait",
 6420 "cocoa 0.26.0",
 6421 "collections",
 6422 "dunce",
 6423 "fs",
 6424 "futures 0.3.31",
 6425 "git",
 6426 "gpui",
 6427 "ignore",
 6428 "is_executable",
 6429 "libc",
 6430 "log",
 6431 "notify 8.2.0",
 6432 "objc",
 6433 "parking_lot",
 6434 "paths",
 6435 "proto",
 6436 "rope",
 6437 "serde",
 6438 "serde_json",
 6439 "smol",
 6440 "tempfile",
 6441 "text",
 6442 "time",
 6443 "util",
 6444 "windows 0.61.3",
 6445]
 6446
 6447[[package]]
 6448name = "fs-set-times"
 6449version = "0.20.3"
 6450source = "registry+https://github.com/rust-lang/crates.io-index"
 6451checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 6452dependencies = [
 6453 "io-lifetimes",
 6454 "rustix 1.1.2",
 6455 "windows-sys 0.59.0",
 6456]
 6457
 6458[[package]]
 6459name = "fs2"
 6460version = "0.4.3"
 6461source = "registry+https://github.com/rust-lang/crates.io-index"
 6462checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 6463dependencies = [
 6464 "libc",
 6465 "winapi",
 6466]
 6467
 6468[[package]]
 6469name = "fs_benchmarks"
 6470version = "0.1.0"
 6471dependencies = [
 6472 "fs",
 6473 "gpui",
 6474 "gpui_platform",
 6475]
 6476
 6477[[package]]
 6478name = "fs_extra"
 6479version = "1.3.0"
 6480source = "registry+https://github.com/rust-lang/crates.io-index"
 6481checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 6482
 6483[[package]]
 6484name = "fsevent-sys"
 6485version = "4.1.0"
 6486source = "registry+https://github.com/rust-lang/crates.io-index"
 6487checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 6488dependencies = [
 6489 "libc",
 6490]
 6491
 6492[[package]]
 6493name = "fuchsia-cprng"
 6494version = "0.1.1"
 6495source = "registry+https://github.com/rust-lang/crates.io-index"
 6496checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
 6497
 6498[[package]]
 6499name = "funty"
 6500version = "2.0.0"
 6501source = "registry+https://github.com/rust-lang/crates.io-index"
 6502checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 6503
 6504[[package]]
 6505name = "futf"
 6506version = "0.1.5"
 6507source = "registry+https://github.com/rust-lang/crates.io-index"
 6508checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 6509dependencies = [
 6510 "mac",
 6511 "new_debug_unreachable",
 6512]
 6513
 6514[[package]]
 6515name = "futures"
 6516version = "0.1.31"
 6517source = "registry+https://github.com/rust-lang/crates.io-index"
 6518checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 6519
 6520[[package]]
 6521name = "futures"
 6522version = "0.3.31"
 6523source = "registry+https://github.com/rust-lang/crates.io-index"
 6524checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 6525dependencies = [
 6526 "futures-channel",
 6527 "futures-core",
 6528 "futures-executor",
 6529 "futures-io",
 6530 "futures-sink",
 6531 "futures-task",
 6532 "futures-util",
 6533]
 6534
 6535[[package]]
 6536name = "futures-channel"
 6537version = "0.3.31"
 6538source = "registry+https://github.com/rust-lang/crates.io-index"
 6539checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 6540dependencies = [
 6541 "futures-core",
 6542 "futures-sink",
 6543]
 6544
 6545[[package]]
 6546name = "futures-concurrency"
 6547version = "7.7.1"
 6548source = "registry+https://github.com/rust-lang/crates.io-index"
 6549checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
 6550dependencies = [
 6551 "fixedbitset 0.5.7",
 6552 "futures-core",
 6553 "futures-lite 2.6.1",
 6554 "pin-project",
 6555 "smallvec",
 6556]
 6557
 6558[[package]]
 6559name = "futures-core"
 6560version = "0.3.31"
 6561source = "registry+https://github.com/rust-lang/crates.io-index"
 6562checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 6563
 6564[[package]]
 6565name = "futures-executor"
 6566version = "0.3.31"
 6567source = "registry+https://github.com/rust-lang/crates.io-index"
 6568checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 6569dependencies = [
 6570 "futures-core",
 6571 "futures-task",
 6572 "futures-util",
 6573]
 6574
 6575[[package]]
 6576name = "futures-intrusive"
 6577version = "0.5.0"
 6578source = "registry+https://github.com/rust-lang/crates.io-index"
 6579checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 6580dependencies = [
 6581 "futures-core",
 6582 "lock_api",
 6583 "parking_lot",
 6584]
 6585
 6586[[package]]
 6587name = "futures-io"
 6588version = "0.3.31"
 6589source = "registry+https://github.com/rust-lang/crates.io-index"
 6590checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 6591
 6592[[package]]
 6593name = "futures-lite"
 6594version = "1.13.0"
 6595source = "registry+https://github.com/rust-lang/crates.io-index"
 6596checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 6597dependencies = [
 6598 "fastrand 1.9.0",
 6599 "futures-core",
 6600 "futures-io",
 6601 "memchr",
 6602 "parking",
 6603 "pin-project-lite",
 6604 "waker-fn",
 6605]
 6606
 6607[[package]]
 6608name = "futures-lite"
 6609version = "2.6.1"
 6610source = "registry+https://github.com/rust-lang/crates.io-index"
 6611checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
 6612dependencies = [
 6613 "fastrand 2.3.0",
 6614 "futures-core",
 6615 "futures-io",
 6616 "parking",
 6617 "pin-project-lite",
 6618]
 6619
 6620[[package]]
 6621name = "futures-macro"
 6622version = "0.3.31"
 6623source = "registry+https://github.com/rust-lang/crates.io-index"
 6624checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 6625dependencies = [
 6626 "proc-macro2",
 6627 "quote",
 6628 "syn 2.0.117",
 6629]
 6630
 6631[[package]]
 6632name = "futures-sink"
 6633version = "0.3.31"
 6634source = "registry+https://github.com/rust-lang/crates.io-index"
 6635checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 6636
 6637[[package]]
 6638name = "futures-task"
 6639version = "0.3.31"
 6640source = "registry+https://github.com/rust-lang/crates.io-index"
 6641checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 6642
 6643[[package]]
 6644name = "futures-util"
 6645version = "0.3.31"
 6646source = "registry+https://github.com/rust-lang/crates.io-index"
 6647checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 6648dependencies = [
 6649 "futures 0.1.31",
 6650 "futures-channel",
 6651 "futures-core",
 6652 "futures-io",
 6653 "futures-macro",
 6654 "futures-sink",
 6655 "futures-task",
 6656 "memchr",
 6657 "pin-project-lite",
 6658 "pin-utils",
 6659 "slab",
 6660 "tokio-io",
 6661]
 6662
 6663[[package]]
 6664name = "fuzzy"
 6665version = "0.1.0"
 6666dependencies = [
 6667 "gpui",
 6668 "log",
 6669 "util",
 6670]
 6671
 6672[[package]]
 6673name = "fuzzy-matcher"
 6674version = "0.3.7"
 6675source = "registry+https://github.com/rust-lang/crates.io-index"
 6676checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 6677dependencies = [
 6678 "thread_local",
 6679]
 6680
 6681[[package]]
 6682name = "gaoya"
 6683version = "0.2.0"
 6684source = "registry+https://github.com/rust-lang/crates.io-index"
 6685checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
 6686dependencies = [
 6687 "ahash 0.8.12",
 6688 "crossbeam-utils",
 6689 "fnv",
 6690 "itertools 0.10.5",
 6691 "num-traits",
 6692 "rand 0.8.5",
 6693 "rand_pcg",
 6694 "random_choice",
 6695 "rayon",
 6696 "seahash",
 6697 "sha-1",
 6698 "shingles",
 6699 "siphasher 0.3.11",
 6700 "smallvec",
 6701 "triomphe",
 6702]
 6703
 6704[[package]]
 6705name = "gemm"
 6706version = "0.17.1"
 6707source = "registry+https://github.com/rust-lang/crates.io-index"
 6708checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
 6709dependencies = [
 6710 "dyn-stack 0.10.0",
 6711 "gemm-c32 0.17.1",
 6712 "gemm-c64 0.17.1",
 6713 "gemm-common 0.17.1",
 6714 "gemm-f16 0.17.1",
 6715 "gemm-f32 0.17.1",
 6716 "gemm-f64 0.17.1",
 6717 "num-complex",
 6718 "num-traits",
 6719 "paste",
 6720 "raw-cpuid 10.7.0",
 6721 "seq-macro",
 6722]
 6723
 6724[[package]]
 6725name = "gemm"
 6726version = "0.18.2"
 6727source = "registry+https://github.com/rust-lang/crates.io-index"
 6728checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
 6729dependencies = [
 6730 "dyn-stack 0.13.2",
 6731 "gemm-c32 0.18.2",
 6732 "gemm-c64 0.18.2",
 6733 "gemm-common 0.18.2",
 6734 "gemm-f16 0.18.2",
 6735 "gemm-f32 0.18.2",
 6736 "gemm-f64 0.18.2",
 6737 "num-complex",
 6738 "num-traits",
 6739 "paste",
 6740 "raw-cpuid 11.6.0",
 6741 "seq-macro",
 6742]
 6743
 6744[[package]]
 6745name = "gemm-c32"
 6746version = "0.17.1"
 6747source = "registry+https://github.com/rust-lang/crates.io-index"
 6748checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
 6749dependencies = [
 6750 "dyn-stack 0.10.0",
 6751 "gemm-common 0.17.1",
 6752 "num-complex",
 6753 "num-traits",
 6754 "paste",
 6755 "raw-cpuid 10.7.0",
 6756 "seq-macro",
 6757]
 6758
 6759[[package]]
 6760name = "gemm-c32"
 6761version = "0.18.2"
 6762source = "registry+https://github.com/rust-lang/crates.io-index"
 6763checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
 6764dependencies = [
 6765 "dyn-stack 0.13.2",
 6766 "gemm-common 0.18.2",
 6767 "num-complex",
 6768 "num-traits",
 6769 "paste",
 6770 "raw-cpuid 11.6.0",
 6771 "seq-macro",
 6772]
 6773
 6774[[package]]
 6775name = "gemm-c64"
 6776version = "0.17.1"
 6777source = "registry+https://github.com/rust-lang/crates.io-index"
 6778checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
 6779dependencies = [
 6780 "dyn-stack 0.10.0",
 6781 "gemm-common 0.17.1",
 6782 "num-complex",
 6783 "num-traits",
 6784 "paste",
 6785 "raw-cpuid 10.7.0",
 6786 "seq-macro",
 6787]
 6788
 6789[[package]]
 6790name = "gemm-c64"
 6791version = "0.18.2"
 6792source = "registry+https://github.com/rust-lang/crates.io-index"
 6793checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
 6794dependencies = [
 6795 "dyn-stack 0.13.2",
 6796 "gemm-common 0.18.2",
 6797 "num-complex",
 6798 "num-traits",
 6799 "paste",
 6800 "raw-cpuid 11.6.0",
 6801 "seq-macro",
 6802]
 6803
 6804[[package]]
 6805name = "gemm-common"
 6806version = "0.17.1"
 6807source = "registry+https://github.com/rust-lang/crates.io-index"
 6808checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
 6809dependencies = [
 6810 "bytemuck",
 6811 "dyn-stack 0.10.0",
 6812 "half",
 6813 "num-complex",
 6814 "num-traits",
 6815 "once_cell",
 6816 "paste",
 6817 "pulp 0.18.22",
 6818 "raw-cpuid 10.7.0",
 6819 "rayon",
 6820 "seq-macro",
 6821 "sysctl 0.5.5",
 6822]
 6823
 6824[[package]]
 6825name = "gemm-common"
 6826version = "0.18.2"
 6827source = "registry+https://github.com/rust-lang/crates.io-index"
 6828checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
 6829dependencies = [
 6830 "bytemuck",
 6831 "dyn-stack 0.13.2",
 6832 "half",
 6833 "libm",
 6834 "num-complex",
 6835 "num-traits",
 6836 "once_cell",
 6837 "paste",
 6838 "pulp 0.21.5",
 6839 "raw-cpuid 11.6.0",
 6840 "rayon",
 6841 "seq-macro",
 6842 "sysctl 0.6.0",
 6843]
 6844
 6845[[package]]
 6846name = "gemm-f16"
 6847version = "0.17.1"
 6848source = "registry+https://github.com/rust-lang/crates.io-index"
 6849checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
 6850dependencies = [
 6851 "dyn-stack 0.10.0",
 6852 "gemm-common 0.17.1",
 6853 "gemm-f32 0.17.1",
 6854 "half",
 6855 "num-complex",
 6856 "num-traits",
 6857 "paste",
 6858 "raw-cpuid 10.7.0",
 6859 "rayon",
 6860 "seq-macro",
 6861]
 6862
 6863[[package]]
 6864name = "gemm-f16"
 6865version = "0.18.2"
 6866source = "registry+https://github.com/rust-lang/crates.io-index"
 6867checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
 6868dependencies = [
 6869 "dyn-stack 0.13.2",
 6870 "gemm-common 0.18.2",
 6871 "gemm-f32 0.18.2",
 6872 "half",
 6873 "num-complex",
 6874 "num-traits",
 6875 "paste",
 6876 "raw-cpuid 11.6.0",
 6877 "rayon",
 6878 "seq-macro",
 6879]
 6880
 6881[[package]]
 6882name = "gemm-f32"
 6883version = "0.17.1"
 6884source = "registry+https://github.com/rust-lang/crates.io-index"
 6885checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
 6886dependencies = [
 6887 "dyn-stack 0.10.0",
 6888 "gemm-common 0.17.1",
 6889 "num-complex",
 6890 "num-traits",
 6891 "paste",
 6892 "raw-cpuid 10.7.0",
 6893 "seq-macro",
 6894]
 6895
 6896[[package]]
 6897name = "gemm-f32"
 6898version = "0.18.2"
 6899source = "registry+https://github.com/rust-lang/crates.io-index"
 6900checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
 6901dependencies = [
 6902 "dyn-stack 0.13.2",
 6903 "gemm-common 0.18.2",
 6904 "num-complex",
 6905 "num-traits",
 6906 "paste",
 6907 "raw-cpuid 11.6.0",
 6908 "seq-macro",
 6909]
 6910
 6911[[package]]
 6912name = "gemm-f64"
 6913version = "0.17.1"
 6914source = "registry+https://github.com/rust-lang/crates.io-index"
 6915checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
 6916dependencies = [
 6917 "dyn-stack 0.10.0",
 6918 "gemm-common 0.17.1",
 6919 "num-complex",
 6920 "num-traits",
 6921 "paste",
 6922 "raw-cpuid 10.7.0",
 6923 "seq-macro",
 6924]
 6925
 6926[[package]]
 6927name = "gemm-f64"
 6928version = "0.18.2"
 6929source = "registry+https://github.com/rust-lang/crates.io-index"
 6930checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
 6931dependencies = [
 6932 "dyn-stack 0.13.2",
 6933 "gemm-common 0.18.2",
 6934 "num-complex",
 6935 "num-traits",
 6936 "paste",
 6937 "raw-cpuid 11.6.0",
 6938 "seq-macro",
 6939]
 6940
 6941[[package]]
 6942name = "generator"
 6943version = "0.8.7"
 6944source = "registry+https://github.com/rust-lang/crates.io-index"
 6945checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
 6946dependencies = [
 6947 "cc",
 6948 "cfg-if",
 6949 "libc",
 6950 "log",
 6951 "rustversion",
 6952 "windows 0.61.3",
 6953]
 6954
 6955[[package]]
 6956name = "generic-array"
 6957version = "0.14.7"
 6958source = "registry+https://github.com/rust-lang/crates.io-index"
 6959checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 6960dependencies = [
 6961 "typenum",
 6962 "version_check",
 6963]
 6964
 6965[[package]]
 6966name = "gethostname"
 6967version = "1.1.0"
 6968source = "registry+https://github.com/rust-lang/crates.io-index"
 6969checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
 6970dependencies = [
 6971 "rustix 1.1.2",
 6972 "windows-link 0.2.1",
 6973]
 6974
 6975[[package]]
 6976name = "getrandom"
 6977version = "0.2.16"
 6978source = "registry+https://github.com/rust-lang/crates.io-index"
 6979checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
 6980dependencies = [
 6981 "cfg-if",
 6982 "js-sys",
 6983 "libc",
 6984 "wasi",
 6985 "wasm-bindgen",
 6986]
 6987
 6988[[package]]
 6989name = "getrandom"
 6990version = "0.3.4"
 6991source = "registry+https://github.com/rust-lang/crates.io-index"
 6992checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
 6993dependencies = [
 6994 "cfg-if",
 6995 "js-sys",
 6996 "libc",
 6997 "r-efi",
 6998 "wasip2",
 6999 "wasm-bindgen",
 7000]
 7001
 7002[[package]]
 7003name = "getrandom"
 7004version = "0.4.1"
 7005source = "registry+https://github.com/rust-lang/crates.io-index"
 7006checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
 7007dependencies = [
 7008 "cfg-if",
 7009 "libc",
 7010 "r-efi",
 7011 "wasip2",
 7012 "wasip3",
 7013]
 7014
 7015[[package]]
 7016name = "gh-workflow"
 7017version = "0.8.0"
 7018source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7019dependencies = [
 7020 "async-trait",
 7021 "derive_more",
 7022 "derive_setters",
 7023 "gh-workflow-macros",
 7024 "indexmap",
 7025 "merge",
 7026 "serde",
 7027 "serde_json",
 7028 "serde_yaml",
 7029 "strum_macros 0.27.2",
 7030]
 7031
 7032[[package]]
 7033name = "gh-workflow-macros"
 7034version = "0.8.0"
 7035source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7036dependencies = [
 7037 "heck 0.5.0",
 7038 "quote",
 7039 "syn 2.0.117",
 7040]
 7041
 7042[[package]]
 7043name = "gif"
 7044version = "0.13.3"
 7045source = "registry+https://github.com/rust-lang/crates.io-index"
 7046checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
 7047dependencies = [
 7048 "color_quant",
 7049 "weezl",
 7050]
 7051
 7052[[package]]
 7053name = "gimli"
 7054version = "0.32.3"
 7055source = "registry+https://github.com/rust-lang/crates.io-index"
 7056checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
 7057dependencies = [
 7058 "fallible-iterator",
 7059 "indexmap",
 7060 "stable_deref_trait",
 7061]
 7062
 7063[[package]]
 7064name = "gio-sys"
 7065version = "0.21.5"
 7066source = "registry+https://github.com/rust-lang/crates.io-index"
 7067checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
 7068dependencies = [
 7069 "glib-sys",
 7070 "gobject-sys",
 7071 "libc",
 7072 "system-deps 7.0.7",
 7073 "windows-sys 0.61.2",
 7074]
 7075
 7076[[package]]
 7077name = "git"
 7078version = "0.1.0"
 7079dependencies = [
 7080 "anyhow",
 7081 "askpass",
 7082 "async-trait",
 7083 "collections",
 7084 "derive_more",
 7085 "futures 0.3.31",
 7086 "git2",
 7087 "gpui",
 7088 "http_client",
 7089 "itertools 0.14.0",
 7090 "log",
 7091 "parking_lot",
 7092 "pretty_assertions",
 7093 "rand 0.9.2",
 7094 "regex",
 7095 "rope",
 7096 "schemars",
 7097 "serde",
 7098 "serde_json",
 7099 "smallvec",
 7100 "smol",
 7101 "sum_tree",
 7102 "tempfile",
 7103 "text",
 7104 "thiserror 2.0.17",
 7105 "time",
 7106 "url",
 7107 "urlencoding",
 7108 "util",
 7109 "uuid",
 7110 "ztracing",
 7111]
 7112
 7113[[package]]
 7114name = "git2"
 7115version = "0.20.4"
 7116source = "registry+https://github.com/rust-lang/crates.io-index"
 7117checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
 7118dependencies = [
 7119 "bitflags 2.10.0",
 7120 "libc",
 7121 "libgit2-sys",
 7122 "log",
 7123 "url",
 7124]
 7125
 7126[[package]]
 7127name = "git_graph"
 7128version = "0.1.0"
 7129dependencies = [
 7130 "anyhow",
 7131 "collections",
 7132 "db",
 7133 "editor",
 7134 "feature_flags",
 7135 "fs",
 7136 "git",
 7137 "git_ui",
 7138 "gpui",
 7139 "language",
 7140 "menu",
 7141 "project",
 7142 "rand 0.9.2",
 7143 "remote_connection",
 7144 "search",
 7145 "serde_json",
 7146 "settings",
 7147 "smallvec",
 7148 "smol",
 7149 "theme",
 7150 "theme_settings",
 7151 "time",
 7152 "ui",
 7153 "workspace",
 7154]
 7155
 7156[[package]]
 7157name = "git_hosting_providers"
 7158version = "0.1.0"
 7159dependencies = [
 7160 "anyhow",
 7161 "async-trait",
 7162 "futures 0.3.31",
 7163 "git",
 7164 "gpui",
 7165 "http_client",
 7166 "indoc",
 7167 "itertools 0.14.0",
 7168 "pretty_assertions",
 7169 "regex",
 7170 "serde",
 7171 "serde_json",
 7172 "settings",
 7173 "url",
 7174 "urlencoding",
 7175 "util",
 7176]
 7177
 7178[[package]]
 7179name = "git_ui"
 7180version = "0.1.0"
 7181dependencies = [
 7182 "agent_settings",
 7183 "anyhow",
 7184 "askpass",
 7185 "buffer_diff",
 7186 "call",
 7187 "collections",
 7188 "component",
 7189 "ctor",
 7190 "db",
 7191 "editor",
 7192 "feature_flags",
 7193 "file_icons",
 7194 "futures 0.3.31",
 7195 "fuzzy",
 7196 "git",
 7197 "gpui",
 7198 "indoc",
 7199 "itertools 0.14.0",
 7200 "language",
 7201 "language_model",
 7202 "linkify",
 7203 "log",
 7204 "markdown",
 7205 "menu",
 7206 "multi_buffer",
 7207 "notifications",
 7208 "panel",
 7209 "picker",
 7210 "pretty_assertions",
 7211 "project",
 7212 "prompt_store",
 7213 "proto",
 7214 "rand 0.9.2",
 7215 "remote",
 7216 "remote_connection",
 7217 "schemars",
 7218 "serde",
 7219 "serde_json",
 7220 "settings",
 7221 "smallvec",
 7222 "smol",
 7223 "strum 0.27.2",
 7224 "telemetry",
 7225 "theme",
 7226 "theme_settings",
 7227 "time",
 7228 "time_format",
 7229 "tracing",
 7230 "ui",
 7231 "ui_input",
 7232 "unindent",
 7233 "util",
 7234 "watch",
 7235 "windows 0.61.3",
 7236 "workspace",
 7237 "zed_actions",
 7238 "zeroize",
 7239 "zlog",
 7240 "ztracing",
 7241]
 7242
 7243[[package]]
 7244name = "gl_generator"
 7245version = "0.14.0"
 7246source = "registry+https://github.com/rust-lang/crates.io-index"
 7247checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
 7248dependencies = [
 7249 "khronos_api",
 7250 "log",
 7251 "xml-rs",
 7252]
 7253
 7254[[package]]
 7255name = "glib"
 7256version = "0.21.5"
 7257source = "registry+https://github.com/rust-lang/crates.io-index"
 7258checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
 7259dependencies = [
 7260 "bitflags 2.10.0",
 7261 "futures-channel",
 7262 "futures-core",
 7263 "futures-executor",
 7264 "futures-task",
 7265 "futures-util",
 7266 "gio-sys",
 7267 "glib-macros",
 7268 "glib-sys",
 7269 "gobject-sys",
 7270 "libc",
 7271 "memchr",
 7272 "smallvec",
 7273]
 7274
 7275[[package]]
 7276name = "glib-macros"
 7277version = "0.21.5"
 7278source = "registry+https://github.com/rust-lang/crates.io-index"
 7279checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
 7280dependencies = [
 7281 "heck 0.5.0",
 7282 "proc-macro-crate",
 7283 "proc-macro2",
 7284 "quote",
 7285 "syn 2.0.117",
 7286]
 7287
 7288[[package]]
 7289name = "glib-sys"
 7290version = "0.21.5"
 7291source = "registry+https://github.com/rust-lang/crates.io-index"
 7292checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
 7293dependencies = [
 7294 "libc",
 7295 "system-deps 7.0.7",
 7296]
 7297
 7298[[package]]
 7299name = "glob"
 7300version = "0.3.3"
 7301source = "registry+https://github.com/rust-lang/crates.io-index"
 7302checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
 7303
 7304[[package]]
 7305name = "globset"
 7306version = "0.4.17"
 7307source = "registry+https://github.com/rust-lang/crates.io-index"
 7308checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
 7309dependencies = [
 7310 "aho-corasick",
 7311 "bstr",
 7312 "log",
 7313 "regex-automata",
 7314 "regex-syntax",
 7315]
 7316
 7317[[package]]
 7318name = "gloo-timers"
 7319version = "0.3.0"
 7320source = "registry+https://github.com/rust-lang/crates.io-index"
 7321checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 7322dependencies = [
 7323 "futures-channel",
 7324 "futures-core",
 7325 "js-sys",
 7326 "wasm-bindgen",
 7327]
 7328
 7329[[package]]
 7330name = "glow"
 7331version = "0.17.0"
 7332source = "registry+https://github.com/rust-lang/crates.io-index"
 7333checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
 7334dependencies = [
 7335 "js-sys",
 7336 "slotmap",
 7337 "wasm-bindgen",
 7338 "web-sys",
 7339]
 7340
 7341[[package]]
 7342name = "glutin_wgl_sys"
 7343version = "0.6.1"
 7344source = "registry+https://github.com/rust-lang/crates.io-index"
 7345checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
 7346dependencies = [
 7347 "gl_generator",
 7348]
 7349
 7350[[package]]
 7351name = "go_to_line"
 7352version = "0.1.0"
 7353dependencies = [
 7354 "editor",
 7355 "gpui",
 7356 "indoc",
 7357 "language",
 7358 "menu",
 7359 "multi_buffer",
 7360 "project",
 7361 "rope",
 7362 "serde",
 7363 "serde_json",
 7364 "settings",
 7365 "text",
 7366 "theme",
 7367 "ui",
 7368 "util",
 7369 "workspace",
 7370]
 7371
 7372[[package]]
 7373name = "gobject-sys"
 7374version = "0.21.5"
 7375source = "registry+https://github.com/rust-lang/crates.io-index"
 7376checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
 7377dependencies = [
 7378 "glib-sys",
 7379 "libc",
 7380 "system-deps 7.0.7",
 7381]
 7382
 7383[[package]]
 7384name = "goblin"
 7385version = "0.9.3"
 7386source = "registry+https://github.com/rust-lang/crates.io-index"
 7387checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
 7388dependencies = [
 7389 "log",
 7390 "plain",
 7391 "scroll",
 7392]
 7393
 7394[[package]]
 7395name = "google_ai"
 7396version = "0.1.0"
 7397dependencies = [
 7398 "anyhow",
 7399 "futures 0.3.31",
 7400 "http_client",
 7401 "schemars",
 7402 "serde",
 7403 "serde_json",
 7404 "settings",
 7405 "strum 0.27.2",
 7406]
 7407
 7408[[package]]
 7409name = "gpu-allocator"
 7410version = "0.28.0"
 7411source = "registry+https://github.com/rust-lang/crates.io-index"
 7412checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
 7413dependencies = [
 7414 "ash",
 7415 "hashbrown 0.16.1",
 7416 "log",
 7417 "presser",
 7418 "thiserror 2.0.17",
 7419 "windows 0.62.2",
 7420]
 7421
 7422[[package]]
 7423name = "gpu-descriptor"
 7424version = "0.3.2"
 7425source = "registry+https://github.com/rust-lang/crates.io-index"
 7426checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
 7427dependencies = [
 7428 "bitflags 2.10.0",
 7429 "gpu-descriptor-types",
 7430 "hashbrown 0.15.5",
 7431]
 7432
 7433[[package]]
 7434name = "gpu-descriptor-types"
 7435version = "0.2.0"
 7436source = "registry+https://github.com/rust-lang/crates.io-index"
 7437checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
 7438dependencies = [
 7439 "bitflags 2.10.0",
 7440]
 7441
 7442[[package]]
 7443name = "gpui"
 7444version = "0.2.2"
 7445dependencies = [
 7446 "anyhow",
 7447 "async-channel 2.5.0",
 7448 "async-task",
 7449 "backtrace",
 7450 "bindgen 0.71.1",
 7451 "bitflags 2.10.0",
 7452 "block",
 7453 "cbindgen",
 7454 "chrono",
 7455 "cocoa 0.26.0",
 7456 "cocoa-foundation 0.2.0",
 7457 "collections",
 7458 "core-foundation 0.10.0",
 7459 "core-foundation-sys",
 7460 "core-graphics 0.24.0",
 7461 "core-text",
 7462 "core-video",
 7463 "ctor",
 7464 "derive_more",
 7465 "embed-resource",
 7466 "env_logger 0.11.8",
 7467 "etagere",
 7468 "foreign-types 0.5.0",
 7469 "futures 0.3.31",
 7470 "futures-concurrency",
 7471 "getrandom 0.3.4",
 7472 "gpui_macros",
 7473 "gpui_platform",
 7474 "gpui_util",
 7475 "gpui_web",
 7476 "http_client",
 7477 "image",
 7478 "inventory",
 7479 "itertools 0.14.0",
 7480 "log",
 7481 "lyon",
 7482 "mach2 0.5.0",
 7483 "media",
 7484 "metal",
 7485 "naga 29.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 7486 "num_cpus",
 7487 "objc",
 7488 "objc2",
 7489 "objc2-metal",
 7490 "parking",
 7491 "parking_lot",
 7492 "pathfinder_geometry",
 7493 "pin-project",
 7494 "pollster 0.4.0",
 7495 "postage",
 7496 "profiling",
 7497 "proptest",
 7498 "rand 0.9.2",
 7499 "raw-window-handle",
 7500 "refineable",
 7501 "regex",
 7502 "reqwest_client",
 7503 "resvg",
 7504 "scheduler",
 7505 "schemars",
 7506 "seahash",
 7507 "serde",
 7508 "serde_json",
 7509 "slotmap",
 7510 "smallvec",
 7511 "spin 0.10.0",
 7512 "stacksafe",
 7513 "strum 0.27.2",
 7514 "sum_tree",
 7515 "taffy",
 7516 "thiserror 2.0.17",
 7517 "ttf-parser 0.25.1",
 7518 "unicode-segmentation",
 7519 "url",
 7520 "usvg",
 7521 "util_macros",
 7522 "uuid",
 7523 "waker-fn",
 7524 "wasm-bindgen",
 7525 "web-time",
 7526 "windows 0.61.3",
 7527 "zed-font-kit",
 7528 "zed-scap",
 7529]
 7530
 7531[[package]]
 7532name = "gpui_linux"
 7533version = "0.1.0"
 7534dependencies = [
 7535 "anyhow",
 7536 "as-raw-xcb-connection",
 7537 "ashpd",
 7538 "bitflags 2.10.0",
 7539 "bytemuck",
 7540 "calloop",
 7541 "calloop-wayland-source",
 7542 "collections",
 7543 "filedescriptor",
 7544 "futures 0.3.31",
 7545 "gpui",
 7546 "gpui_wgpu",
 7547 "http_client",
 7548 "itertools 0.14.0",
 7549 "libc",
 7550 "log",
 7551 "oo7",
 7552 "open",
 7553 "parking_lot",
 7554 "pathfinder_geometry",
 7555 "pollster 0.4.0",
 7556 "profiling",
 7557 "raw-window-handle",
 7558 "smallvec",
 7559 "smol",
 7560 "strum 0.27.2",
 7561 "swash",
 7562 "url",
 7563 "util",
 7564 "uuid",
 7565 "wayland-backend",
 7566 "wayland-client",
 7567 "wayland-cursor",
 7568 "wayland-protocols",
 7569 "wayland-protocols-plasma",
 7570 "wayland-protocols-wlr",
 7571 "x11-clipboard",
 7572 "x11rb",
 7573 "xkbcommon",
 7574 "zed-scap",
 7575 "zed-xim",
 7576]
 7577
 7578[[package]]
 7579name = "gpui_macos"
 7580version = "0.1.0"
 7581dependencies = [
 7582 "anyhow",
 7583 "async-task",
 7584 "block",
 7585 "cbindgen",
 7586 "cocoa 0.26.0",
 7587 "collections",
 7588 "core-foundation 0.10.0",
 7589 "core-foundation-sys",
 7590 "core-graphics 0.24.0",
 7591 "core-text",
 7592 "core-video",
 7593 "ctor",
 7594 "derive_more",
 7595 "dispatch2",
 7596 "etagere",
 7597 "foreign-types 0.5.0",
 7598 "futures 0.3.31",
 7599 "gpui",
 7600 "image",
 7601 "itertools 0.14.0",
 7602 "libc",
 7603 "log",
 7604 "mach2 0.5.0",
 7605 "media",
 7606 "metal",
 7607 "objc",
 7608 "objc2-app-kit",
 7609 "parking_lot",
 7610 "pathfinder_geometry",
 7611 "raw-window-handle",
 7612 "semver",
 7613 "smallvec",
 7614 "strum 0.27.2",
 7615 "util",
 7616 "uuid",
 7617 "zed-font-kit",
 7618]
 7619
 7620[[package]]
 7621name = "gpui_macros"
 7622version = "0.1.0"
 7623dependencies = [
 7624 "gpui",
 7625 "heck 0.5.0",
 7626 "proc-macro2",
 7627 "quote",
 7628 "syn 2.0.117",
 7629]
 7630
 7631[[package]]
 7632name = "gpui_platform"
 7633version = "0.1.0"
 7634dependencies = [
 7635 "console_error_panic_hook",
 7636 "gpui",
 7637 "gpui_linux",
 7638 "gpui_macos",
 7639 "gpui_web",
 7640 "gpui_windows",
 7641]
 7642
 7643[[package]]
 7644name = "gpui_tokio"
 7645version = "0.1.0"
 7646dependencies = [
 7647 "anyhow",
 7648 "gpui",
 7649 "tokio",
 7650 "util",
 7651]
 7652
 7653[[package]]
 7654name = "gpui_util"
 7655version = "0.1.0"
 7656dependencies = [
 7657 "anyhow",
 7658 "log",
 7659]
 7660
 7661[[package]]
 7662name = "gpui_web"
 7663version = "0.1.0"
 7664dependencies = [
 7665 "anyhow",
 7666 "console_error_panic_hook",
 7667 "futures 0.3.31",
 7668 "gpui",
 7669 "gpui_wgpu",
 7670 "http_client",
 7671 "js-sys",
 7672 "log",
 7673 "parking_lot",
 7674 "raw-window-handle",
 7675 "smallvec",
 7676 "uuid",
 7677 "wasm-bindgen",
 7678 "wasm-bindgen-futures",
 7679 "wasm_thread",
 7680 "web-sys",
 7681 "web-time",
 7682]
 7683
 7684[[package]]
 7685name = "gpui_wgpu"
 7686version = "0.1.0"
 7687dependencies = [
 7688 "anyhow",
 7689 "bytemuck",
 7690 "collections",
 7691 "cosmic-text",
 7692 "etagere",
 7693 "gpui",
 7694 "gpui_util",
 7695 "itertools 0.14.0",
 7696 "js-sys",
 7697 "log",
 7698 "parking_lot",
 7699 "pollster 0.4.0",
 7700 "profiling",
 7701 "raw-window-handle",
 7702 "smallvec",
 7703 "swash",
 7704 "wasm-bindgen",
 7705 "wasm-bindgen-futures",
 7706 "web-sys",
 7707 "wgpu",
 7708 "zed-font-kit",
 7709]
 7710
 7711[[package]]
 7712name = "gpui_windows"
 7713version = "0.1.0"
 7714dependencies = [
 7715 "anyhow",
 7716 "collections",
 7717 "etagere",
 7718 "futures 0.3.31",
 7719 "gpui",
 7720 "image",
 7721 "itertools 0.14.0",
 7722 "log",
 7723 "parking_lot",
 7724 "rand 0.9.2",
 7725 "raw-window-handle",
 7726 "smallvec",
 7727 "util",
 7728 "uuid",
 7729 "windows 0.61.3",
 7730 "windows-core 0.61.2",
 7731 "windows-numerics 0.2.0",
 7732 "windows-registry 0.5.3",
 7733 "zed-scap",
 7734]
 7735
 7736[[package]]
 7737name = "grammars"
 7738version = "0.1.0"
 7739dependencies = [
 7740 "anyhow",
 7741 "language_core",
 7742 "rust-embed",
 7743 "toml 0.8.23",
 7744 "tree-sitter",
 7745 "tree-sitter-bash",
 7746 "tree-sitter-c",
 7747 "tree-sitter-cpp",
 7748 "tree-sitter-css",
 7749 "tree-sitter-diff",
 7750 "tree-sitter-gitcommit",
 7751 "tree-sitter-go",
 7752 "tree-sitter-gomod",
 7753 "tree-sitter-gowork",
 7754 "tree-sitter-jsdoc",
 7755 "tree-sitter-json",
 7756 "tree-sitter-md",
 7757 "tree-sitter-python",
 7758 "tree-sitter-regex",
 7759 "tree-sitter-rust",
 7760 "tree-sitter-typescript",
 7761 "tree-sitter-yaml",
 7762 "util",
 7763]
 7764
 7765[[package]]
 7766name = "grid"
 7767version = "0.18.0"
 7768source = "registry+https://github.com/rust-lang/crates.io-index"
 7769checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
 7770
 7771[[package]]
 7772name = "group"
 7773version = "0.12.1"
 7774source = "registry+https://github.com/rust-lang/crates.io-index"
 7775checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7776dependencies = [
 7777 "ff",
 7778 "rand_core 0.6.4",
 7779 "subtle",
 7780]
 7781
 7782[[package]]
 7783name = "h2"
 7784version = "0.3.27"
 7785source = "registry+https://github.com/rust-lang/crates.io-index"
 7786checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
 7787dependencies = [
 7788 "bytes 1.11.1",
 7789 "fnv",
 7790 "futures-core",
 7791 "futures-sink",
 7792 "futures-util",
 7793 "http 0.2.12",
 7794 "indexmap",
 7795 "slab",
 7796 "tokio",
 7797 "tokio-util",
 7798 "tracing",
 7799]
 7800
 7801[[package]]
 7802name = "h2"
 7803version = "0.4.12"
 7804source = "registry+https://github.com/rust-lang/crates.io-index"
 7805checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
 7806dependencies = [
 7807 "atomic-waker",
 7808 "bytes 1.11.1",
 7809 "fnv",
 7810 "futures-core",
 7811 "futures-sink",
 7812 "http 1.3.1",
 7813 "indexmap",
 7814 "slab",
 7815 "tokio",
 7816 "tokio-util",
 7817 "tracing",
 7818]
 7819
 7820[[package]]
 7821name = "half"
 7822version = "2.7.1"
 7823source = "registry+https://github.com/rust-lang/crates.io-index"
 7824checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
 7825dependencies = [
 7826 "bytemuck",
 7827 "cfg-if",
 7828 "crunchy",
 7829 "num-traits",
 7830 "rand 0.9.2",
 7831 "rand_distr",
 7832 "zerocopy",
 7833]
 7834
 7835[[package]]
 7836name = "handlebars"
 7837version = "4.5.0"
 7838source = "registry+https://github.com/rust-lang/crates.io-index"
 7839checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7840dependencies = [
 7841 "log",
 7842 "pest",
 7843 "pest_derive",
 7844 "rust-embed",
 7845 "serde",
 7846 "serde_json",
 7847 "thiserror 1.0.69",
 7848]
 7849
 7850[[package]]
 7851name = "handlebars"
 7852version = "5.1.2"
 7853source = "registry+https://github.com/rust-lang/crates.io-index"
 7854checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
 7855dependencies = [
 7856 "log",
 7857 "pest",
 7858 "pest_derive",
 7859 "serde",
 7860 "serde_json",
 7861 "thiserror 1.0.69",
 7862]
 7863
 7864[[package]]
 7865name = "harfrust"
 7866version = "0.5.0"
 7867source = "registry+https://github.com/rust-lang/crates.io-index"
 7868checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
 7869dependencies = [
 7870 "bitflags 2.10.0",
 7871 "bytemuck",
 7872 "core_maths",
 7873 "read-fonts 0.37.0",
 7874 "smallvec",
 7875]
 7876
 7877[[package]]
 7878name = "hash32"
 7879version = "0.3.1"
 7880source = "registry+https://github.com/rust-lang/crates.io-index"
 7881checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
 7882dependencies = [
 7883 "byteorder",
 7884]
 7885
 7886[[package]]
 7887name = "hashbrown"
 7888version = "0.12.3"
 7889source = "registry+https://github.com/rust-lang/crates.io-index"
 7890checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 7891dependencies = [
 7892 "ahash 0.7.8",
 7893]
 7894
 7895[[package]]
 7896name = "hashbrown"
 7897version = "0.14.5"
 7898source = "registry+https://github.com/rust-lang/crates.io-index"
 7899checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 7900dependencies = [
 7901 "ahash 0.8.12",
 7902 "allocator-api2",
 7903]
 7904
 7905[[package]]
 7906name = "hashbrown"
 7907version = "0.15.5"
 7908source = "registry+https://github.com/rust-lang/crates.io-index"
 7909checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
 7910dependencies = [
 7911 "allocator-api2",
 7912 "equivalent",
 7913 "foldhash 0.1.5",
 7914 "serde",
 7915]
 7916
 7917[[package]]
 7918name = "hashbrown"
 7919version = "0.16.1"
 7920source = "registry+https://github.com/rust-lang/crates.io-index"
 7921checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
 7922dependencies = [
 7923 "allocator-api2",
 7924 "equivalent",
 7925 "foldhash 0.2.0",
 7926]
 7927
 7928[[package]]
 7929name = "hashlink"
 7930version = "0.8.4"
 7931source = "registry+https://github.com/rust-lang/crates.io-index"
 7932checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 7933dependencies = [
 7934 "hashbrown 0.14.5",
 7935]
 7936
 7937[[package]]
 7938name = "hashlink"
 7939version = "0.10.0"
 7940source = "registry+https://github.com/rust-lang/crates.io-index"
 7941checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 7942dependencies = [
 7943 "hashbrown 0.15.5",
 7944]
 7945
 7946[[package]]
 7947name = "headers"
 7948version = "0.3.9"
 7949source = "registry+https://github.com/rust-lang/crates.io-index"
 7950checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 7951dependencies = [
 7952 "base64 0.21.7",
 7953 "bytes 1.11.1",
 7954 "headers-core",
 7955 "http 0.2.12",
 7956 "httpdate",
 7957 "mime",
 7958 "sha1",
 7959]
 7960
 7961[[package]]
 7962name = "headers-core"
 7963version = "0.2.0"
 7964source = "registry+https://github.com/rust-lang/crates.io-index"
 7965checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 7966dependencies = [
 7967 "http 0.2.12",
 7968]
 7969
 7970[[package]]
 7971name = "heapless"
 7972version = "0.9.2"
 7973source = "registry+https://github.com/rust-lang/crates.io-index"
 7974checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
 7975dependencies = [
 7976 "hash32",
 7977 "stable_deref_trait",
 7978]
 7979
 7980[[package]]
 7981name = "heck"
 7982version = "0.3.3"
 7983source = "registry+https://github.com/rust-lang/crates.io-index"
 7984checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 7985dependencies = [
 7986 "unicode-segmentation",
 7987]
 7988
 7989[[package]]
 7990name = "heck"
 7991version = "0.4.1"
 7992source = "registry+https://github.com/rust-lang/crates.io-index"
 7993checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 7994dependencies = [
 7995 "unicode-segmentation",
 7996]
 7997
 7998[[package]]
 7999name = "heck"
 8000version = "0.5.0"
 8001source = "registry+https://github.com/rust-lang/crates.io-index"
 8002checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 8003
 8004[[package]]
 8005name = "heed"
 8006version = "0.21.0"
 8007source = "registry+https://github.com/rust-lang/crates.io-index"
 8008checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 8009dependencies = [
 8010 "bitflags 2.10.0",
 8011 "byteorder",
 8012 "heed-traits",
 8013 "heed-types",
 8014 "libc",
 8015 "lmdb-master-sys",
 8016 "once_cell",
 8017 "page_size",
 8018 "serde",
 8019 "synchronoise",
 8020 "url",
 8021]
 8022
 8023[[package]]
 8024name = "heed-traits"
 8025version = "0.20.0"
 8026source = "registry+https://github.com/rust-lang/crates.io-index"
 8027checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 8028
 8029[[package]]
 8030name = "heed-types"
 8031version = "0.21.0"
 8032source = "registry+https://github.com/rust-lang/crates.io-index"
 8033checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 8034dependencies = [
 8035 "bincode",
 8036 "byteorder",
 8037 "heed-traits",
 8038 "serde",
 8039 "serde_json",
 8040]
 8041
 8042[[package]]
 8043name = "hermit-abi"
 8044version = "0.5.2"
 8045source = "registry+https://github.com/rust-lang/crates.io-index"
 8046checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
 8047
 8048[[package]]
 8049name = "hex"
 8050version = "0.4.3"
 8051source = "registry+https://github.com/rust-lang/crates.io-index"
 8052checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 8053
 8054[[package]]
 8055name = "hexf-parse"
 8056version = "0.2.1"
 8057source = "registry+https://github.com/rust-lang/crates.io-index"
 8058checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 8059
 8060[[package]]
 8061name = "hkdf"
 8062version = "0.12.4"
 8063source = "registry+https://github.com/rust-lang/crates.io-index"
 8064checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 8065dependencies = [
 8066 "hmac",
 8067]
 8068
 8069[[package]]
 8070name = "hmac"
 8071version = "0.12.1"
 8072source = "registry+https://github.com/rust-lang/crates.io-index"
 8073checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 8074dependencies = [
 8075 "digest",
 8076]
 8077
 8078[[package]]
 8079name = "home"
 8080version = "0.5.11"
 8081source = "registry+https://github.com/rust-lang/crates.io-index"
 8082checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 8083dependencies = [
 8084 "windows-sys 0.59.0",
 8085]
 8086
 8087[[package]]
 8088name = "hound"
 8089version = "3.5.1"
 8090source = "registry+https://github.com/rust-lang/crates.io-index"
 8091checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 8092
 8093[[package]]
 8094name = "html5ever"
 8095version = "0.27.0"
 8096source = "registry+https://github.com/rust-lang/crates.io-index"
 8097checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 8098dependencies = [
 8099 "log",
 8100 "mac",
 8101 "markup5ever 0.12.1",
 8102 "proc-macro2",
 8103 "quote",
 8104 "syn 2.0.117",
 8105]
 8106
 8107[[package]]
 8108name = "html5ever"
 8109version = "0.35.0"
 8110source = "registry+https://github.com/rust-lang/crates.io-index"
 8111checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
 8112dependencies = [
 8113 "log",
 8114 "markup5ever 0.35.0",
 8115 "match_token",
 8116]
 8117
 8118[[package]]
 8119name = "html_to_markdown"
 8120version = "0.1.0"
 8121dependencies = [
 8122 "anyhow",
 8123 "html5ever 0.27.0",
 8124 "indoc",
 8125 "markup5ever_rcdom",
 8126 "pretty_assertions",
 8127 "regex",
 8128]
 8129
 8130[[package]]
 8131name = "http"
 8132version = "0.2.12"
 8133source = "registry+https://github.com/rust-lang/crates.io-index"
 8134checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 8135dependencies = [
 8136 "bytes 1.11.1",
 8137 "fnv",
 8138 "itoa",
 8139]
 8140
 8141[[package]]
 8142name = "http"
 8143version = "1.3.1"
 8144source = "registry+https://github.com/rust-lang/crates.io-index"
 8145checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 8146dependencies = [
 8147 "bytes 1.11.1",
 8148 "fnv",
 8149 "itoa",
 8150]
 8151
 8152[[package]]
 8153name = "http-body"
 8154version = "0.4.6"
 8155source = "registry+https://github.com/rust-lang/crates.io-index"
 8156checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 8157dependencies = [
 8158 "bytes 1.11.1",
 8159 "http 0.2.12",
 8160 "pin-project-lite",
 8161]
 8162
 8163[[package]]
 8164name = "http-body"
 8165version = "1.0.1"
 8166source = "registry+https://github.com/rust-lang/crates.io-index"
 8167checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 8168dependencies = [
 8169 "bytes 1.11.1",
 8170 "http 1.3.1",
 8171]
 8172
 8173[[package]]
 8174name = "http-body-util"
 8175version = "0.1.3"
 8176source = "registry+https://github.com/rust-lang/crates.io-index"
 8177checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 8178dependencies = [
 8179 "bytes 1.11.1",
 8180 "futures-core",
 8181 "http 1.3.1",
 8182 "http-body 1.0.1",
 8183 "pin-project-lite",
 8184]
 8185
 8186[[package]]
 8187name = "http-range-header"
 8188version = "0.3.1"
 8189source = "registry+https://github.com/rust-lang/crates.io-index"
 8190checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 8191
 8192[[package]]
 8193name = "http_client"
 8194version = "0.1.0"
 8195dependencies = [
 8196 "anyhow",
 8197 "async-compression",
 8198 "async-fs",
 8199 "async-tar",
 8200 "bytes 1.11.1",
 8201 "derive_more",
 8202 "futures 0.3.31",
 8203 "http 1.3.1",
 8204 "http-body 1.0.1",
 8205 "log",
 8206 "parking_lot",
 8207 "serde",
 8208 "serde_json",
 8209 "serde_urlencoded",
 8210 "sha2",
 8211 "tempfile",
 8212 "url",
 8213 "util",
 8214]
 8215
 8216[[package]]
 8217name = "http_client_tls"
 8218version = "0.1.0"
 8219dependencies = [
 8220 "rustls 0.23.33",
 8221 "rustls-platform-verifier",
 8222]
 8223
 8224[[package]]
 8225name = "httparse"
 8226version = "1.10.1"
 8227source = "registry+https://github.com/rust-lang/crates.io-index"
 8228checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 8229
 8230[[package]]
 8231name = "httpdate"
 8232version = "1.0.3"
 8233source = "registry+https://github.com/rust-lang/crates.io-index"
 8234checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 8235
 8236[[package]]
 8237name = "human_bytes"
 8238version = "0.4.3"
 8239source = "registry+https://github.com/rust-lang/crates.io-index"
 8240checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 8241
 8242[[package]]
 8243name = "humantime"
 8244version = "2.3.0"
 8245source = "registry+https://github.com/rust-lang/crates.io-index"
 8246checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
 8247
 8248[[package]]
 8249name = "hyper"
 8250version = "0.14.32"
 8251source = "registry+https://github.com/rust-lang/crates.io-index"
 8252checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 8253dependencies = [
 8254 "bytes 1.11.1",
 8255 "futures-channel",
 8256 "futures-core",
 8257 "futures-util",
 8258 "h2 0.3.27",
 8259 "http 0.2.12",
 8260 "http-body 0.4.6",
 8261 "httparse",
 8262 "httpdate",
 8263 "itoa",
 8264 "pin-project-lite",
 8265 "socket2 0.5.10",
 8266 "tokio",
 8267 "tower-service",
 8268 "tracing",
 8269 "want",
 8270]
 8271
 8272[[package]]
 8273name = "hyper"
 8274version = "1.7.0"
 8275source = "registry+https://github.com/rust-lang/crates.io-index"
 8276checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
 8277dependencies = [
 8278 "atomic-waker",
 8279 "bytes 1.11.1",
 8280 "futures-channel",
 8281 "futures-core",
 8282 "h2 0.4.12",
 8283 "http 1.3.1",
 8284 "http-body 1.0.1",
 8285 "httparse",
 8286 "itoa",
 8287 "pin-project-lite",
 8288 "pin-utils",
 8289 "smallvec",
 8290 "tokio",
 8291 "want",
 8292]
 8293
 8294[[package]]
 8295name = "hyper-rustls"
 8296version = "0.24.2"
 8297source = "registry+https://github.com/rust-lang/crates.io-index"
 8298checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 8299dependencies = [
 8300 "futures-util",
 8301 "http 0.2.12",
 8302 "hyper 0.14.32",
 8303 "log",
 8304 "rustls 0.21.12",
 8305 "rustls-native-certs 0.6.3",
 8306 "tokio",
 8307 "tokio-rustls 0.24.1",
 8308]
 8309
 8310[[package]]
 8311name = "hyper-rustls"
 8312version = "0.27.7"
 8313source = "registry+https://github.com/rust-lang/crates.io-index"
 8314checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
 8315dependencies = [
 8316 "http 1.3.1",
 8317 "hyper 1.7.0",
 8318 "hyper-util",
 8319 "rustls 0.23.33",
 8320 "rustls-native-certs 0.8.2",
 8321 "rustls-pki-types",
 8322 "tokio",
 8323 "tokio-rustls 0.26.2",
 8324 "tower-service",
 8325]
 8326
 8327[[package]]
 8328name = "hyper-tls"
 8329version = "0.5.0"
 8330source = "registry+https://github.com/rust-lang/crates.io-index"
 8331checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 8332dependencies = [
 8333 "bytes 1.11.1",
 8334 "hyper 0.14.32",
 8335 "native-tls",
 8336 "tokio",
 8337 "tokio-native-tls",
 8338]
 8339
 8340[[package]]
 8341name = "hyper-util"
 8342version = "0.1.17"
 8343source = "registry+https://github.com/rust-lang/crates.io-index"
 8344checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
 8345dependencies = [
 8346 "base64 0.22.1",
 8347 "bytes 1.11.1",
 8348 "futures-channel",
 8349 "futures-core",
 8350 "futures-util",
 8351 "http 1.3.1",
 8352 "http-body 1.0.1",
 8353 "hyper 1.7.0",
 8354 "ipnet",
 8355 "libc",
 8356 "percent-encoding",
 8357 "pin-project-lite",
 8358 "socket2 0.6.1",
 8359 "tokio",
 8360 "tower-service",
 8361 "tracing",
 8362]
 8363
 8364[[package]]
 8365name = "iana-time-zone"
 8366version = "0.1.64"
 8367source = "registry+https://github.com/rust-lang/crates.io-index"
 8368checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
 8369dependencies = [
 8370 "android_system_properties",
 8371 "core-foundation-sys",
 8372 "iana-time-zone-haiku",
 8373 "js-sys",
 8374 "log",
 8375 "wasm-bindgen",
 8376 "windows-core 0.62.2",
 8377]
 8378
 8379[[package]]
 8380name = "iana-time-zone-haiku"
 8381version = "0.1.2"
 8382source = "registry+https://github.com/rust-lang/crates.io-index"
 8383checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 8384dependencies = [
 8385 "cc",
 8386]
 8387
 8388[[package]]
 8389name = "icons"
 8390version = "0.1.0"
 8391dependencies = [
 8392 "serde",
 8393 "strum 0.27.2",
 8394]
 8395
 8396[[package]]
 8397name = "icu_collections"
 8398version = "2.0.0"
 8399source = "registry+https://github.com/rust-lang/crates.io-index"
 8400checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
 8401dependencies = [
 8402 "displaydoc",
 8403 "potential_utf",
 8404 "yoke 0.8.0",
 8405 "zerofrom",
 8406 "zerovec",
 8407]
 8408
 8409[[package]]
 8410name = "icu_locale_core"
 8411version = "2.0.0"
 8412source = "registry+https://github.com/rust-lang/crates.io-index"
 8413checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
 8414dependencies = [
 8415 "displaydoc",
 8416 "litemap",
 8417 "tinystr",
 8418 "writeable",
 8419 "zerovec",
 8420]
 8421
 8422[[package]]
 8423name = "icu_normalizer"
 8424version = "2.0.0"
 8425source = "registry+https://github.com/rust-lang/crates.io-index"
 8426checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
 8427dependencies = [
 8428 "displaydoc",
 8429 "icu_collections",
 8430 "icu_normalizer_data",
 8431 "icu_properties",
 8432 "icu_provider",
 8433 "smallvec",
 8434 "zerovec",
 8435]
 8436
 8437[[package]]
 8438name = "icu_normalizer_data"
 8439version = "2.0.0"
 8440source = "registry+https://github.com/rust-lang/crates.io-index"
 8441checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
 8442
 8443[[package]]
 8444name = "icu_properties"
 8445version = "2.0.1"
 8446source = "registry+https://github.com/rust-lang/crates.io-index"
 8447checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
 8448dependencies = [
 8449 "displaydoc",
 8450 "icu_collections",
 8451 "icu_locale_core",
 8452 "icu_properties_data",
 8453 "icu_provider",
 8454 "potential_utf",
 8455 "zerotrie",
 8456 "zerovec",
 8457]
 8458
 8459[[package]]
 8460name = "icu_properties_data"
 8461version = "2.0.1"
 8462source = "registry+https://github.com/rust-lang/crates.io-index"
 8463checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
 8464
 8465[[package]]
 8466name = "icu_provider"
 8467version = "2.0.0"
 8468source = "registry+https://github.com/rust-lang/crates.io-index"
 8469checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
 8470dependencies = [
 8471 "displaydoc",
 8472 "icu_locale_core",
 8473 "stable_deref_trait",
 8474 "tinystr",
 8475 "writeable",
 8476 "yoke 0.8.0",
 8477 "zerofrom",
 8478 "zerotrie",
 8479 "zerovec",
 8480]
 8481
 8482[[package]]
 8483name = "id-arena"
 8484version = "2.2.1"
 8485source = "registry+https://github.com/rust-lang/crates.io-index"
 8486checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 8487
 8488[[package]]
 8489name = "ident_case"
 8490version = "1.0.1"
 8491source = "registry+https://github.com/rust-lang/crates.io-index"
 8492checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 8493
 8494[[package]]
 8495name = "idna"
 8496version = "1.1.0"
 8497source = "registry+https://github.com/rust-lang/crates.io-index"
 8498checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
 8499dependencies = [
 8500 "idna_adapter",
 8501 "smallvec",
 8502 "utf8_iter",
 8503]
 8504
 8505[[package]]
 8506name = "idna_adapter"
 8507version = "1.2.1"
 8508source = "registry+https://github.com/rust-lang/crates.io-index"
 8509checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
 8510dependencies = [
 8511 "icu_normalizer",
 8512 "icu_properties",
 8513]
 8514
 8515[[package]]
 8516name = "ignore"
 8517version = "0.4.24"
 8518source = "registry+https://github.com/rust-lang/crates.io-index"
 8519checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
 8520dependencies = [
 8521 "crossbeam-deque",
 8522 "globset",
 8523 "log",
 8524 "memchr",
 8525 "regex-automata",
 8526 "same-file",
 8527 "walkdir",
 8528 "winapi-util",
 8529]
 8530
 8531[[package]]
 8532name = "image"
 8533version = "0.25.8"
 8534source = "registry+https://github.com/rust-lang/crates.io-index"
 8535checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
 8536dependencies = [
 8537 "bytemuck",
 8538 "byteorder-lite",
 8539 "color_quant",
 8540 "exr",
 8541 "gif",
 8542 "image-webp",
 8543 "moxcms",
 8544 "num-traits",
 8545 "png 0.18.0",
 8546 "qoi",
 8547 "ravif",
 8548 "rayon",
 8549 "rgb",
 8550 "tiff",
 8551 "zune-core",
 8552 "zune-jpeg",
 8553]
 8554
 8555[[package]]
 8556name = "image-webp"
 8557version = "0.2.4"
 8558source = "registry+https://github.com/rust-lang/crates.io-index"
 8559checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
 8560dependencies = [
 8561 "byteorder-lite",
 8562 "quick-error 2.0.1",
 8563]
 8564
 8565[[package]]
 8566name = "image_viewer"
 8567version = "0.1.0"
 8568dependencies = [
 8569 "anyhow",
 8570 "db",
 8571 "editor",
 8572 "file_icons",
 8573 "gpui",
 8574 "language",
 8575 "log",
 8576 "project",
 8577 "serde",
 8578 "settings",
 8579 "theme_settings",
 8580 "ui",
 8581 "util",
 8582 "workspace",
 8583]
 8584
 8585[[package]]
 8586name = "imagesize"
 8587version = "0.13.0"
 8588source = "registry+https://github.com/rust-lang/crates.io-index"
 8589checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 8590
 8591[[package]]
 8592name = "imara-diff"
 8593version = "0.1.8"
 8594source = "registry+https://github.com/rust-lang/crates.io-index"
 8595checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 8596dependencies = [
 8597 "hashbrown 0.15.5",
 8598]
 8599
 8600[[package]]
 8601name = "imgref"
 8602version = "1.12.0"
 8603source = "registry+https://github.com/rust-lang/crates.io-index"
 8604checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
 8605
 8606[[package]]
 8607name = "indenter"
 8608version = "0.3.4"
 8609source = "registry+https://github.com/rust-lang/crates.io-index"
 8610checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
 8611
 8612[[package]]
 8613name = "indexmap"
 8614version = "2.11.4"
 8615source = "registry+https://github.com/rust-lang/crates.io-index"
 8616checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
 8617dependencies = [
 8618 "equivalent",
 8619 "hashbrown 0.16.1",
 8620 "serde",
 8621 "serde_core",
 8622]
 8623
 8624[[package]]
 8625name = "indoc"
 8626version = "2.0.6"
 8627source = "registry+https://github.com/rust-lang/crates.io-index"
 8628checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8629
 8630[[package]]
 8631name = "inherent"
 8632version = "1.0.13"
 8633source = "registry+https://github.com/rust-lang/crates.io-index"
 8634checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
 8635dependencies = [
 8636 "proc-macro2",
 8637 "quote",
 8638 "syn 2.0.117",
 8639]
 8640
 8641[[package]]
 8642name = "inotify"
 8643version = "0.9.6"
 8644source = "registry+https://github.com/rust-lang/crates.io-index"
 8645checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 8646dependencies = [
 8647 "bitflags 1.3.2",
 8648 "inotify-sys",
 8649 "libc",
 8650]
 8651
 8652[[package]]
 8653name = "inotify"
 8654version = "0.11.0"
 8655source = "registry+https://github.com/rust-lang/crates.io-index"
 8656checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8657dependencies = [
 8658 "bitflags 2.10.0",
 8659 "inotify-sys",
 8660 "libc",
 8661]
 8662
 8663[[package]]
 8664name = "inotify-sys"
 8665version = "0.1.5"
 8666source = "registry+https://github.com/rust-lang/crates.io-index"
 8667checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8668dependencies = [
 8669 "libc",
 8670]
 8671
 8672[[package]]
 8673name = "inout"
 8674version = "0.1.4"
 8675source = "registry+https://github.com/rust-lang/crates.io-index"
 8676checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8677dependencies = [
 8678 "block-padding",
 8679 "generic-array",
 8680]
 8681
 8682[[package]]
 8683name = "inspector_ui"
 8684version = "0.1.0"
 8685dependencies = [
 8686 "anyhow",
 8687 "command_palette_hooks",
 8688 "editor",
 8689 "fuzzy",
 8690 "gpui",
 8691 "language",
 8692 "project",
 8693 "serde_json",
 8694 "serde_json_lenient",
 8695 "theme_settings",
 8696 "ui",
 8697 "util",
 8698 "util_macros",
 8699 "workspace",
 8700 "zed_actions",
 8701]
 8702
 8703[[package]]
 8704name = "install_cli"
 8705version = "0.1.0"
 8706dependencies = [
 8707 "anyhow",
 8708 "client",
 8709 "gpui",
 8710 "release_channel",
 8711 "smol",
 8712 "util",
 8713 "workspace",
 8714]
 8715
 8716[[package]]
 8717name = "instant"
 8718version = "0.1.13"
 8719source = "registry+https://github.com/rust-lang/crates.io-index"
 8720checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8721dependencies = [
 8722 "cfg-if",
 8723]
 8724
 8725[[package]]
 8726name = "interpolate_name"
 8727version = "0.2.4"
 8728source = "registry+https://github.com/rust-lang/crates.io-index"
 8729checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8730dependencies = [
 8731 "proc-macro2",
 8732 "quote",
 8733 "syn 2.0.117",
 8734]
 8735
 8736[[package]]
 8737name = "inventory"
 8738version = "0.3.21"
 8739source = "registry+https://github.com/rust-lang/crates.io-index"
 8740checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
 8741dependencies = [
 8742 "rustversion",
 8743]
 8744
 8745[[package]]
 8746name = "io-extras"
 8747version = "0.18.4"
 8748source = "registry+https://github.com/rust-lang/crates.io-index"
 8749checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8750dependencies = [
 8751 "io-lifetimes",
 8752 "windows-sys 0.59.0",
 8753]
 8754
 8755[[package]]
 8756name = "io-lifetimes"
 8757version = "2.0.4"
 8758source = "registry+https://github.com/rust-lang/crates.io-index"
 8759checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8760
 8761[[package]]
 8762name = "io-surface"
 8763version = "0.16.1"
 8764source = "registry+https://github.com/rust-lang/crates.io-index"
 8765checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
 8766dependencies = [
 8767 "cgl",
 8768 "core-foundation 0.10.0",
 8769 "core-foundation-sys",
 8770 "leaky-cow",
 8771]
 8772
 8773[[package]]
 8774name = "iovec"
 8775version = "0.1.4"
 8776source = "registry+https://github.com/rust-lang/crates.io-index"
 8777checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8778dependencies = [
 8779 "libc",
 8780]
 8781
 8782[[package]]
 8783name = "ipc-channel"
 8784version = "0.19.0"
 8785source = "registry+https://github.com/rust-lang/crates.io-index"
 8786checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8787dependencies = [
 8788 "bincode",
 8789 "crossbeam-channel",
 8790 "fnv",
 8791 "lazy_static",
 8792 "libc",
 8793 "mio 1.1.0",
 8794 "rand 0.8.5",
 8795 "serde",
 8796 "tempfile",
 8797 "uuid",
 8798 "windows 0.58.0",
 8799]
 8800
 8801[[package]]
 8802name = "ipnet"
 8803version = "2.11.0"
 8804source = "registry+https://github.com/rust-lang/crates.io-index"
 8805checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8806
 8807[[package]]
 8808name = "iri-string"
 8809version = "0.7.8"
 8810source = "registry+https://github.com/rust-lang/crates.io-index"
 8811checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
 8812dependencies = [
 8813 "memchr",
 8814 "serde",
 8815]
 8816
 8817[[package]]
 8818name = "is-docker"
 8819version = "0.2.0"
 8820source = "registry+https://github.com/rust-lang/crates.io-index"
 8821checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8822dependencies = [
 8823 "once_cell",
 8824]
 8825
 8826[[package]]
 8827name = "is-terminal"
 8828version = "0.4.16"
 8829source = "registry+https://github.com/rust-lang/crates.io-index"
 8830checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8831dependencies = [
 8832 "hermit-abi",
 8833 "libc",
 8834 "windows-sys 0.59.0",
 8835]
 8836
 8837[[package]]
 8838name = "is-wsl"
 8839version = "0.4.0"
 8840source = "registry+https://github.com/rust-lang/crates.io-index"
 8841checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8842dependencies = [
 8843 "is-docker",
 8844 "once_cell",
 8845]
 8846
 8847[[package]]
 8848name = "is_executable"
 8849version = "1.0.5"
 8850source = "registry+https://github.com/rust-lang/crates.io-index"
 8851checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
 8852dependencies = [
 8853 "windows-sys 0.60.2",
 8854]
 8855
 8856[[package]]
 8857name = "is_terminal_polyfill"
 8858version = "1.70.1"
 8859source = "registry+https://github.com/rust-lang/crates.io-index"
 8860checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8861
 8862[[package]]
 8863name = "itertools"
 8864version = "0.10.5"
 8865source = "registry+https://github.com/rust-lang/crates.io-index"
 8866checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 8867dependencies = [
 8868 "either",
 8869]
 8870
 8871[[package]]
 8872name = "itertools"
 8873version = "0.11.0"
 8874source = "registry+https://github.com/rust-lang/crates.io-index"
 8875checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 8876dependencies = [
 8877 "either",
 8878]
 8879
 8880[[package]]
 8881name = "itertools"
 8882version = "0.12.1"
 8883source = "registry+https://github.com/rust-lang/crates.io-index"
 8884checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 8885dependencies = [
 8886 "either",
 8887]
 8888
 8889[[package]]
 8890name = "itertools"
 8891version = "0.14.0"
 8892source = "registry+https://github.com/rust-lang/crates.io-index"
 8893checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 8894dependencies = [
 8895 "either",
 8896]
 8897
 8898[[package]]
 8899name = "itoa"
 8900version = "1.0.15"
 8901source = "registry+https://github.com/rust-lang/crates.io-index"
 8902checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 8903
 8904[[package]]
 8905name = "jiff"
 8906version = "0.2.15"
 8907source = "registry+https://github.com/rust-lang/crates.io-index"
 8908checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
 8909dependencies = [
 8910 "jiff-static",
 8911 "log",
 8912 "portable-atomic",
 8913 "portable-atomic-util",
 8914 "serde",
 8915]
 8916
 8917[[package]]
 8918name = "jiff-static"
 8919version = "0.2.15"
 8920source = "registry+https://github.com/rust-lang/crates.io-index"
 8921checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
 8922dependencies = [
 8923 "proc-macro2",
 8924 "quote",
 8925 "syn 2.0.117",
 8926]
 8927
 8928[[package]]
 8929name = "jni"
 8930version = "0.21.1"
 8931source = "registry+https://github.com/rust-lang/crates.io-index"
 8932checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 8933dependencies = [
 8934 "cesu8",
 8935 "cfg-if",
 8936 "combine",
 8937 "jni-sys",
 8938 "log",
 8939 "thiserror 1.0.69",
 8940 "walkdir",
 8941 "windows-sys 0.45.0",
 8942]
 8943
 8944[[package]]
 8945name = "jni-sys"
 8946version = "0.3.0"
 8947source = "registry+https://github.com/rust-lang/crates.io-index"
 8948checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 8949
 8950[[package]]
 8951name = "jobserver"
 8952version = "0.1.34"
 8953source = "registry+https://github.com/rust-lang/crates.io-index"
 8954checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 8955dependencies = [
 8956 "getrandom 0.3.4",
 8957 "libc",
 8958]
 8959
 8960[[package]]
 8961name = "journal"
 8962version = "0.1.0"
 8963dependencies = [
 8964 "anyhow",
 8965 "chrono",
 8966 "editor",
 8967 "gpui",
 8968 "log",
 8969 "serde",
 8970 "settings",
 8971 "shellexpand 2.1.2",
 8972 "workspace",
 8973]
 8974
 8975[[package]]
 8976name = "js-sys"
 8977version = "0.3.90"
 8978source = "registry+https://github.com/rust-lang/crates.io-index"
 8979checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
 8980dependencies = [
 8981 "once_cell",
 8982 "wasm-bindgen",
 8983]
 8984
 8985[[package]]
 8986name = "json5"
 8987version = "0.4.1"
 8988source = "registry+https://github.com/rust-lang/crates.io-index"
 8989checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
 8990dependencies = [
 8991 "pest",
 8992 "pest_derive",
 8993 "serde",
 8994]
 8995
 8996[[package]]
 8997name = "json_dotpath"
 8998version = "1.1.0"
 8999source = "registry+https://github.com/rust-lang/crates.io-index"
 9000checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 9001dependencies = [
 9002 "serde",
 9003 "serde_derive",
 9004 "serde_json",
 9005 "thiserror 1.0.69",
 9006]
 9007
 9008[[package]]
 9009name = "json_schema_store"
 9010version = "0.1.0"
 9011dependencies = [
 9012 "anyhow",
 9013 "collections",
 9014 "dap",
 9015 "extension",
 9016 "gpui",
 9017 "language",
 9018 "parking_lot",
 9019 "paths",
 9020 "project",
 9021 "schemars",
 9022 "serde",
 9023 "serde_json",
 9024 "settings",
 9025 "snippet_provider",
 9026 "task",
 9027 "theme",
 9028 "util",
 9029]
 9030
 9031[[package]]
 9032name = "jsonschema"
 9033version = "0.37.4"
 9034source = "registry+https://github.com/rust-lang/crates.io-index"
 9035checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
 9036dependencies = [
 9037 "ahash 0.8.12",
 9038 "bytecount",
 9039 "data-encoding",
 9040 "email_address",
 9041 "fancy-regex 0.16.2",
 9042 "fraction",
 9043 "getrandom 0.3.4",
 9044 "idna",
 9045 "itoa",
 9046 "num-cmp",
 9047 "num-traits",
 9048 "percent-encoding",
 9049 "referencing",
 9050 "regex",
 9051 "regex-syntax",
 9052 "reqwest 0.12.24",
 9053 "serde",
 9054 "serde_json",
 9055 "unicode-general-category",
 9056 "uuid-simd",
 9057]
 9058
 9059[[package]]
 9060name = "jsonwebtoken"
 9061version = "10.3.0"
 9062source = "registry+https://github.com/rust-lang/crates.io-index"
 9063checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
 9064dependencies = [
 9065 "aws-lc-rs",
 9066 "base64 0.22.1",
 9067 "getrandom 0.2.16",
 9068 "js-sys",
 9069 "pem",
 9070 "serde",
 9071 "serde_json",
 9072 "signature 2.2.0",
 9073 "simple_asn1",
 9074]
 9075
 9076[[package]]
 9077name = "jupyter-protocol"
 9078version = "1.4.0"
 9079source = "registry+https://github.com/rust-lang/crates.io-index"
 9080checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
 9081dependencies = [
 9082 "async-trait",
 9083 "bytes 1.11.1",
 9084 "chrono",
 9085 "futures 0.3.31",
 9086 "serde",
 9087 "serde_json",
 9088 "thiserror 2.0.17",
 9089 "uuid",
 9090]
 9091
 9092[[package]]
 9093name = "jupyter-websocket-client"
 9094version = "1.0.0"
 9095source = "registry+https://github.com/rust-lang/crates.io-index"
 9096checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
 9097dependencies = [
 9098 "anyhow",
 9099 "async-trait",
 9100 "async-tungstenite",
 9101 "futures 0.3.31",
 9102 "jupyter-protocol",
 9103 "serde",
 9104 "serde_json",
 9105 "tokio",
 9106 "url",
 9107 "uuid",
 9108]
 9109
 9110[[package]]
 9111name = "keymap_editor"
 9112version = "0.1.0"
 9113dependencies = [
 9114 "anyhow",
 9115 "collections",
 9116 "command_palette",
 9117 "component",
 9118 "db",
 9119 "editor",
 9120 "fs",
 9121 "fuzzy",
 9122 "gpui",
 9123 "itertools 0.14.0",
 9124 "json_schema_store",
 9125 "language",
 9126 "log",
 9127 "menu",
 9128 "notifications",
 9129 "paths",
 9130 "project",
 9131 "search",
 9132 "serde",
 9133 "serde_json",
 9134 "settings",
 9135 "telemetry",
 9136 "tempfile",
 9137 "theme",
 9138 "theme_settings",
 9139 "tree-sitter-json",
 9140 "tree-sitter-rust",
 9141 "ui",
 9142 "ui_input",
 9143 "util",
 9144 "workspace",
 9145 "zed_actions",
 9146]
 9147
 9148[[package]]
 9149name = "khronos-egl"
 9150version = "6.0.0"
 9151source = "registry+https://github.com/rust-lang/crates.io-index"
 9152checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 9153dependencies = [
 9154 "libc",
 9155 "libloading",
 9156 "pkg-config",
 9157]
 9158
 9159[[package]]
 9160name = "khronos_api"
 9161version = "3.1.0"
 9162source = "registry+https://github.com/rust-lang/crates.io-index"
 9163checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
 9164
 9165[[package]]
 9166name = "kqueue"
 9167version = "1.1.1"
 9168source = "registry+https://github.com/rust-lang/crates.io-index"
 9169checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
 9170dependencies = [
 9171 "kqueue-sys",
 9172 "libc",
 9173]
 9174
 9175[[package]]
 9176name = "kqueue-sys"
 9177version = "1.0.4"
 9178source = "registry+https://github.com/rust-lang/crates.io-index"
 9179checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 9180dependencies = [
 9181 "bitflags 1.3.2",
 9182 "libc",
 9183]
 9184
 9185[[package]]
 9186name = "kurbo"
 9187version = "0.11.3"
 9188source = "registry+https://github.com/rust-lang/crates.io-index"
 9189checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
 9190dependencies = [
 9191 "arrayvec",
 9192 "euclid",
 9193 "smallvec",
 9194]
 9195
 9196[[package]]
 9197name = "kv-log-macro"
 9198version = "1.0.7"
 9199source = "registry+https://github.com/rust-lang/crates.io-index"
 9200checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 9201dependencies = [
 9202 "log",
 9203]
 9204
 9205[[package]]
 9206name = "language"
 9207version = "0.1.0"
 9208dependencies = [
 9209 "anyhow",
 9210 "async-trait",
 9211 "clock",
 9212 "collections",
 9213 "criterion",
 9214 "ctor",
 9215 "diffy",
 9216 "ec4rs",
 9217 "encoding_rs",
 9218 "fs",
 9219 "futures 0.3.31",
 9220 "fuzzy",
 9221 "globset",
 9222 "gpui",
 9223 "http_client",
 9224 "imara-diff",
 9225 "indoc",
 9226 "itertools 0.14.0",
 9227 "language_core",
 9228 "log",
 9229 "lsp",
 9230 "parking_lot",
 9231 "postage",
 9232 "pretty_assertions",
 9233 "rand 0.9.2",
 9234 "regex",
 9235 "rpc",
 9236 "semver",
 9237 "serde",
 9238 "serde_json",
 9239 "settings",
 9240 "shellexpand 2.1.2",
 9241 "smallvec",
 9242 "smol",
 9243 "streaming-iterator",
 9244 "strsim",
 9245 "sum_tree",
 9246 "task",
 9247 "text",
 9248 "theme",
 9249 "theme_settings",
 9250 "toml 0.8.23",
 9251 "tracing",
 9252 "tree-sitter",
 9253 "tree-sitter-elixir",
 9254 "tree-sitter-embedded-template",
 9255 "tree-sitter-heex",
 9256 "tree-sitter-html",
 9257 "tree-sitter-json",
 9258 "tree-sitter-md",
 9259 "tree-sitter-python",
 9260 "tree-sitter-ruby",
 9261 "tree-sitter-rust",
 9262 "tree-sitter-typescript",
 9263 "unicase",
 9264 "unindent",
 9265 "util",
 9266 "watch",
 9267 "zlog",
 9268 "ztracing",
 9269]
 9270
 9271[[package]]
 9272name = "language_core"
 9273version = "0.1.0"
 9274dependencies = [
 9275 "anyhow",
 9276 "collections",
 9277 "gpui",
 9278 "log",
 9279 "lsp",
 9280 "parking_lot",
 9281 "regex",
 9282 "schemars",
 9283 "serde",
 9284 "serde_json",
 9285 "toml 0.8.23",
 9286 "tree-sitter",
 9287 "util",
 9288]
 9289
 9290[[package]]
 9291name = "language_extension"
 9292version = "0.1.0"
 9293dependencies = [
 9294 "anyhow",
 9295 "async-trait",
 9296 "collections",
 9297 "extension",
 9298 "fs",
 9299 "futures 0.3.31",
 9300 "gpui",
 9301 "language",
 9302 "log",
 9303 "lsp",
 9304 "project",
 9305 "serde",
 9306 "serde_json",
 9307 "tracing",
 9308 "util",
 9309 "ztracing",
 9310]
 9311
 9312[[package]]
 9313name = "language_model"
 9314version = "0.1.0"
 9315dependencies = [
 9316 "anthropic",
 9317 "anyhow",
 9318 "base64 0.22.1",
 9319 "client",
 9320 "cloud_api_client",
 9321 "cloud_api_types",
 9322 "cloud_llm_client",
 9323 "collections",
 9324 "credentials_provider",
 9325 "futures 0.3.31",
 9326 "gpui",
 9327 "http_client",
 9328 "icons",
 9329 "image",
 9330 "log",
 9331 "open_ai",
 9332 "open_router",
 9333 "parking_lot",
 9334 "schemars",
 9335 "serde",
 9336 "serde_json",
 9337 "smol",
 9338 "thiserror 2.0.17",
 9339 "util",
 9340 "zed_env_vars",
 9341]
 9342
 9343[[package]]
 9344name = "language_models"
 9345version = "0.1.0"
 9346dependencies = [
 9347 "ai_onboarding",
 9348 "anthropic",
 9349 "anyhow",
 9350 "aws-config",
 9351 "aws-credential-types",
 9352 "aws_http_client",
 9353 "base64 0.22.1",
 9354 "bedrock",
 9355 "client",
 9356 "cloud_api_types",
 9357 "cloud_llm_client",
 9358 "collections",
 9359 "component",
 9360 "convert_case 0.8.0",
 9361 "copilot",
 9362 "copilot_chat",
 9363 "copilot_ui",
 9364 "credentials_provider",
 9365 "deepseek",
 9366 "extension",
 9367 "extension_host",
 9368 "fs",
 9369 "futures 0.3.31",
 9370 "google_ai",
 9371 "gpui",
 9372 "gpui_tokio",
 9373 "http_client",
 9374 "language",
 9375 "language_model",
 9376 "lmstudio",
 9377 "log",
 9378 "menu",
 9379 "mistral",
 9380 "ollama",
 9381 "open_ai",
 9382 "open_router",
 9383 "opencode",
 9384 "partial-json-fixer",
 9385 "pretty_assertions",
 9386 "release_channel",
 9387 "schemars",
 9388 "semver",
 9389 "serde",
 9390 "serde_json",
 9391 "settings",
 9392 "smol",
 9393 "strum 0.27.2",
 9394 "thiserror 2.0.17",
 9395 "tiktoken-rs",
 9396 "tokio",
 9397 "ui",
 9398 "ui_input",
 9399 "util",
 9400 "vercel",
 9401 "x_ai",
 9402]
 9403
 9404[[package]]
 9405name = "language_onboarding"
 9406version = "0.1.0"
 9407dependencies = [
 9408 "db",
 9409 "editor",
 9410 "gpui",
 9411 "project",
 9412 "ui",
 9413 "workspace",
 9414]
 9415
 9416[[package]]
 9417name = "language_selector"
 9418version = "0.1.0"
 9419dependencies = [
 9420 "anyhow",
 9421 "editor",
 9422 "file_icons",
 9423 "fuzzy",
 9424 "gpui",
 9425 "language",
 9426 "open_path_prompt",
 9427 "picker",
 9428 "project",
 9429 "serde_json",
 9430 "settings",
 9431 "ui",
 9432 "util",
 9433 "workspace",
 9434]
 9435
 9436[[package]]
 9437name = "language_tools"
 9438version = "0.1.0"
 9439dependencies = [
 9440 "anyhow",
 9441 "client",
 9442 "collections",
 9443 "command_palette_hooks",
 9444 "edit_prediction",
 9445 "editor",
 9446 "futures 0.3.31",
 9447 "gpui",
 9448 "itertools 0.14.0",
 9449 "language",
 9450 "lsp",
 9451 "menu",
 9452 "project",
 9453 "proto",
 9454 "release_channel",
 9455 "semver",
 9456 "serde_json",
 9457 "settings",
 9458 "sysinfo 0.37.2",
 9459 "telemetry",
 9460 "theme",
 9461 "theme_settings",
 9462 "tree-sitter",
 9463 "ui",
 9464 "util",
 9465 "workspace",
 9466 "zed_actions",
 9467 "zlog",
 9468]
 9469
 9470[[package]]
 9471name = "languages"
 9472version = "0.1.0"
 9473dependencies = [
 9474 "anyhow",
 9475 "async-compression",
 9476 "async-fs",
 9477 "async-tar",
 9478 "async-trait",
 9479 "chrono",
 9480 "collections",
 9481 "fs",
 9482 "futures 0.3.31",
 9483 "globset",
 9484 "gpui",
 9485 "grammars",
 9486 "http_client",
 9487 "itertools 0.14.0",
 9488 "json_schema_store",
 9489 "language",
 9490 "log",
 9491 "lsp",
 9492 "node_runtime",
 9493 "parking_lot",
 9494 "pet",
 9495 "pet-conda",
 9496 "pet-core",
 9497 "pet-fs",
 9498 "pet-poetry",
 9499 "pet-reporter",
 9500 "pet-virtualenv",
 9501 "pretty_assertions",
 9502 "project",
 9503 "regex",
 9504 "rope",
 9505 "semver",
 9506 "serde",
 9507 "serde_json",
 9508 "serde_json_lenient",
 9509 "settings",
 9510 "smallvec",
 9511 "smol",
 9512 "snippet",
 9513 "task",
 9514 "terminal",
 9515 "theme",
 9516 "tree-sitter",
 9517 "tree-sitter-bash",
 9518 "tree-sitter-c",
 9519 "tree-sitter-cpp",
 9520 "tree-sitter-css",
 9521 "tree-sitter-gitcommit",
 9522 "tree-sitter-go",
 9523 "tree-sitter-python",
 9524 "tree-sitter-rust",
 9525 "tree-sitter-typescript",
 9526 "unindent",
 9527 "url",
 9528 "util",
 9529]
 9530
 9531[[package]]
 9532name = "lazy_static"
 9533version = "1.5.0"
 9534source = "registry+https://github.com/rust-lang/crates.io-index"
 9535checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 9536dependencies = [
 9537 "spin 0.9.8",
 9538]
 9539
 9540[[package]]
 9541name = "leak"
 9542version = "0.1.2"
 9543source = "registry+https://github.com/rust-lang/crates.io-index"
 9544checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 9545
 9546[[package]]
 9547name = "leaky-cow"
 9548version = "0.1.1"
 9549source = "registry+https://github.com/rust-lang/crates.io-index"
 9550checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 9551dependencies = [
 9552 "leak",
 9553]
 9554
 9555[[package]]
 9556name = "leb128"
 9557version = "0.2.5"
 9558source = "registry+https://github.com/rust-lang/crates.io-index"
 9559checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 9560
 9561[[package]]
 9562name = "leb128fmt"
 9563version = "0.1.0"
 9564source = "registry+https://github.com/rust-lang/crates.io-index"
 9565checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 9566
 9567[[package]]
 9568name = "lebe"
 9569version = "0.5.3"
 9570source = "registry+https://github.com/rust-lang/crates.io-index"
 9571checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
 9572
 9573[[package]]
 9574name = "libbz2-rs-sys"
 9575version = "0.2.2"
 9576source = "registry+https://github.com/rust-lang/crates.io-index"
 9577checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
 9578
 9579[[package]]
 9580name = "libc"
 9581version = "0.2.182"
 9582source = "registry+https://github.com/rust-lang/crates.io-index"
 9583checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
 9584
 9585[[package]]
 9586name = "libdbus-sys"
 9587version = "0.2.6"
 9588source = "registry+https://github.com/rust-lang/crates.io-index"
 9589checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
 9590dependencies = [
 9591 "cc",
 9592 "pkg-config",
 9593]
 9594
 9595[[package]]
 9596name = "libfuzzer-sys"
 9597version = "0.4.10"
 9598source = "registry+https://github.com/rust-lang/crates.io-index"
 9599checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
 9600dependencies = [
 9601 "arbitrary",
 9602 "cc",
 9603]
 9604
 9605[[package]]
 9606name = "libgit2-sys"
 9607version = "0.18.3+1.9.2"
 9608source = "registry+https://github.com/rust-lang/crates.io-index"
 9609checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
 9610dependencies = [
 9611 "cc",
 9612 "libc",
 9613 "libz-sys",
 9614 "pkg-config",
 9615]
 9616
 9617[[package]]
 9618name = "libloading"
 9619version = "0.8.9"
 9620source = "registry+https://github.com/rust-lang/crates.io-index"
 9621checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
 9622dependencies = [
 9623 "cfg-if",
 9624 "windows-link 0.2.1",
 9625]
 9626
 9627[[package]]
 9628name = "libm"
 9629version = "0.2.15"
 9630source = "registry+https://github.com/rust-lang/crates.io-index"
 9631checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
 9632
 9633[[package]]
 9634name = "libmimalloc-sys"
 9635version = "0.1.44"
 9636source = "registry+https://github.com/rust-lang/crates.io-index"
 9637checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
 9638dependencies = [
 9639 "cc",
 9640 "libc",
 9641]
 9642
 9643[[package]]
 9644name = "libredox"
 9645version = "0.1.10"
 9646source = "registry+https://github.com/rust-lang/crates.io-index"
 9647checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
 9648dependencies = [
 9649 "bitflags 2.10.0",
 9650 "libc",
 9651 "redox_syscall 0.5.18",
 9652]
 9653
 9654[[package]]
 9655name = "libsqlite3-sys"
 9656version = "0.30.1"
 9657source = "registry+https://github.com/rust-lang/crates.io-index"
 9658checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9659dependencies = [
 9660 "cc",
 9661 "pkg-config",
 9662 "vcpkg",
 9663]
 9664
 9665[[package]]
 9666name = "libwebrtc"
 9667version = "0.3.26"
 9668source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9669dependencies = [
 9670 "cxx",
 9671 "glib",
 9672 "jni",
 9673 "js-sys",
 9674 "lazy_static",
 9675 "livekit-protocol",
 9676 "livekit-runtime",
 9677 "log",
 9678 "parking_lot",
 9679 "serde",
 9680 "serde_json",
 9681 "thiserror 1.0.69",
 9682 "tokio",
 9683 "wasm-bindgen",
 9684 "wasm-bindgen-futures",
 9685 "web-sys",
 9686 "webrtc-sys",
 9687]
 9688
 9689[[package]]
 9690name = "libz-sys"
 9691version = "1.1.22"
 9692source = "registry+https://github.com/rust-lang/crates.io-index"
 9693checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9694dependencies = [
 9695 "cc",
 9696 "libc",
 9697 "pkg-config",
 9698 "vcpkg",
 9699]
 9700
 9701[[package]]
 9702name = "line_ending_selector"
 9703version = "0.1.0"
 9704dependencies = [
 9705 "editor",
 9706 "gpui",
 9707 "language",
 9708 "picker",
 9709 "project",
 9710 "ui",
 9711 "util",
 9712 "workspace",
 9713]
 9714
 9715[[package]]
 9716name = "linebender_resource_handle"
 9717version = "0.1.1"
 9718source = "registry+https://github.com/rust-lang/crates.io-index"
 9719checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
 9720
 9721[[package]]
 9722name = "link-cplusplus"
 9723version = "1.0.12"
 9724source = "registry+https://github.com/rust-lang/crates.io-index"
 9725checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
 9726dependencies = [
 9727 "cc",
 9728]
 9729
 9730[[package]]
 9731name = "linkify"
 9732version = "0.10.0"
 9733source = "registry+https://github.com/rust-lang/crates.io-index"
 9734checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9735dependencies = [
 9736 "memchr",
 9737]
 9738
 9739[[package]]
 9740name = "linux-raw-sys"
 9741version = "0.4.15"
 9742source = "registry+https://github.com/rust-lang/crates.io-index"
 9743checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9744
 9745[[package]]
 9746name = "linux-raw-sys"
 9747version = "0.11.0"
 9748source = "registry+https://github.com/rust-lang/crates.io-index"
 9749checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
 9750
 9751[[package]]
 9752name = "litemap"
 9753version = "0.8.0"
 9754source = "registry+https://github.com/rust-lang/crates.io-index"
 9755checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
 9756
 9757[[package]]
 9758name = "litrs"
 9759version = "1.0.0"
 9760source = "registry+https://github.com/rust-lang/crates.io-index"
 9761checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
 9762
 9763[[package]]
 9764name = "livekit"
 9765version = "0.7.32"
 9766source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9767dependencies = [
 9768 "base64 0.22.1",
 9769 "bmrng",
 9770 "bytes 1.11.1",
 9771 "chrono",
 9772 "futures-util",
 9773 "lazy_static",
 9774 "libloading",
 9775 "libwebrtc",
 9776 "livekit-api",
 9777 "livekit-protocol",
 9778 "livekit-runtime",
 9779 "log",
 9780 "parking_lot",
 9781 "prost 0.12.6",
 9782 "semver",
 9783 "serde",
 9784 "serde_json",
 9785 "thiserror 1.0.69",
 9786 "tokio",
 9787]
 9788
 9789[[package]]
 9790name = "livekit-api"
 9791version = "0.4.14"
 9792source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9793dependencies = [
 9794 "base64 0.21.7",
 9795 "futures-util",
 9796 "http 1.3.1",
 9797 "livekit-protocol",
 9798 "livekit-runtime",
 9799 "log",
 9800 "parking_lot",
 9801 "pbjson-types",
 9802 "prost 0.12.6",
 9803 "rand 0.9.2",
 9804 "reqwest 0.12.24",
 9805 "rustls-native-certs 0.6.3",
 9806 "scopeguard",
 9807 "serde",
 9808 "sha2",
 9809 "thiserror 1.0.69",
 9810 "tokio",
 9811 "tokio-rustls 0.26.2",
 9812 "tokio-tungstenite 0.28.0",
 9813 "url",
 9814]
 9815
 9816[[package]]
 9817name = "livekit-protocol"
 9818version = "0.7.1"
 9819source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9820dependencies = [
 9821 "futures-util",
 9822 "livekit-runtime",
 9823 "parking_lot",
 9824 "pbjson",
 9825 "pbjson-types",
 9826 "prost 0.12.6",
 9827 "serde",
 9828 "thiserror 1.0.69",
 9829 "tokio",
 9830]
 9831
 9832[[package]]
 9833name = "livekit-runtime"
 9834version = "0.4.0"
 9835source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9836dependencies = [
 9837 "tokio",
 9838 "tokio-stream",
 9839]
 9840
 9841[[package]]
 9842name = "livekit_api"
 9843version = "0.1.0"
 9844dependencies = [
 9845 "anyhow",
 9846 "async-trait",
 9847 "jsonwebtoken",
 9848 "log",
 9849 "prost 0.9.0",
 9850 "prost-build 0.9.0",
 9851 "prost-types 0.9.0",
 9852 "serde",
 9853 "zed-reqwest",
 9854]
 9855
 9856[[package]]
 9857name = "livekit_client"
 9858version = "0.1.0"
 9859dependencies = [
 9860 "anyhow",
 9861 "async-trait",
 9862 "audio",
 9863 "cocoa 0.26.0",
 9864 "collections",
 9865 "core-foundation 0.10.0",
 9866 "core-video",
 9867 "coreaudio-rs 0.12.1",
 9868 "cpal",
 9869 "futures 0.3.31",
 9870 "gpui",
 9871 "gpui_platform",
 9872 "gpui_tokio",
 9873 "http_client_tls",
 9874 "image",
 9875 "libwebrtc",
 9876 "livekit",
 9877 "livekit_api",
 9878 "log",
 9879 "nanoid",
 9880 "objc",
 9881 "parking_lot",
 9882 "postage",
 9883 "rodio",
 9884 "serde",
 9885 "serde_json",
 9886 "serde_urlencoded",
 9887 "settings",
 9888 "simplelog",
 9889 "smallvec",
 9890 "tokio",
 9891 "ui",
 9892 "util",
 9893 "webrtc-sys",
 9894 "zed-scap",
 9895]
 9896
 9897[[package]]
 9898name = "lmdb-master-sys"
 9899version = "0.2.5"
 9900source = "registry+https://github.com/rust-lang/crates.io-index"
 9901checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
 9902dependencies = [
 9903 "cc",
 9904 "doxygen-rs",
 9905 "libc",
 9906]
 9907
 9908[[package]]
 9909name = "lmstudio"
 9910version = "0.1.0"
 9911dependencies = [
 9912 "anyhow",
 9913 "futures 0.3.31",
 9914 "http_client",
 9915 "schemars",
 9916 "serde",
 9917 "serde_json",
 9918]
 9919
 9920[[package]]
 9921name = "lock_api"
 9922version = "0.4.14"
 9923source = "registry+https://github.com/rust-lang/crates.io-index"
 9924checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
 9925dependencies = [
 9926 "scopeguard",
 9927]
 9928
 9929[[package]]
 9930name = "log"
 9931version = "0.4.29"
 9932source = "registry+https://github.com/rust-lang/crates.io-index"
 9933checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
 9934dependencies = [
 9935 "serde_core",
 9936 "value-bag",
 9937]
 9938
 9939[[package]]
 9940name = "loom"
 9941version = "0.7.2"
 9942source = "registry+https://github.com/rust-lang/crates.io-index"
 9943checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
 9944dependencies = [
 9945 "cfg-if",
 9946 "generator",
 9947 "scoped-tls",
 9948 "tracing",
 9949 "tracing-subscriber",
 9950]
 9951
 9952[[package]]
 9953name = "loop9"
 9954version = "0.1.5"
 9955source = "registry+https://github.com/rust-lang/crates.io-index"
 9956checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
 9957dependencies = [
 9958 "imgref",
 9959]
 9960
 9961[[package]]
 9962name = "lru"
 9963version = "0.12.5"
 9964source = "registry+https://github.com/rust-lang/crates.io-index"
 9965checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
 9966dependencies = [
 9967 "hashbrown 0.15.5",
 9968]
 9969
 9970[[package]]
 9971name = "lru-slab"
 9972version = "0.1.2"
 9973source = "registry+https://github.com/rust-lang/crates.io-index"
 9974checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
 9975
 9976[[package]]
 9977name = "lsp"
 9978version = "0.1.0"
 9979dependencies = [
 9980 "anyhow",
 9981 "async-pipe",
 9982 "collections",
 9983 "ctor",
 9984 "futures 0.3.31",
 9985 "gpui",
 9986 "gpui_util",
 9987 "log",
 9988 "lsp-types",
 9989 "parking_lot",
 9990 "postage",
 9991 "release_channel",
 9992 "schemars",
 9993 "semver",
 9994 "serde",
 9995 "serde_json",
 9996 "smol",
 9997 "util",
 9998 "zlog",
 9999]
10000
10001[[package]]
10002name = "lsp-types"
10003version = "0.95.1"
10004source = "git+https://github.com/zed-industries/lsp-types?rev=a4f410987660bf560d1e617cb78117c6b6b9f599#a4f410987660bf560d1e617cb78117c6b6b9f599"
10005dependencies = [
10006 "bitflags 1.3.2",
10007 "serde",
10008 "serde_json",
10009 "url",
10010]
10011
10012[[package]]
10013name = "lyon"
10014version = "1.0.16"
10015source = "registry+https://github.com/rust-lang/crates.io-index"
10016checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10017dependencies = [
10018 "lyon_algorithms",
10019 "lyon_extra",
10020 "lyon_tessellation",
10021]
10022
10023[[package]]
10024name = "lyon_algorithms"
10025version = "1.0.16"
10026source = "registry+https://github.com/rust-lang/crates.io-index"
10027checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10028dependencies = [
10029 "lyon_path",
10030 "num-traits",
10031]
10032
10033[[package]]
10034name = "lyon_extra"
10035version = "1.0.3"
10036source = "registry+https://github.com/rust-lang/crates.io-index"
10037checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10038dependencies = [
10039 "lyon_path",
10040 "thiserror 1.0.69",
10041]
10042
10043[[package]]
10044name = "lyon_geom"
10045version = "1.0.17"
10046source = "registry+https://github.com/rust-lang/crates.io-index"
10047checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10048dependencies = [
10049 "arrayvec",
10050 "euclid",
10051 "num-traits",
10052]
10053
10054[[package]]
10055name = "lyon_path"
10056version = "1.0.16"
10057source = "registry+https://github.com/rust-lang/crates.io-index"
10058checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10059dependencies = [
10060 "lyon_geom",
10061 "num-traits",
10062]
10063
10064[[package]]
10065name = "lyon_tessellation"
10066version = "1.0.16"
10067source = "registry+https://github.com/rust-lang/crates.io-index"
10068checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10069dependencies = [
10070 "float_next_after",
10071 "lyon_path",
10072 "num-traits",
10073]
10074
10075[[package]]
10076name = "mac"
10077version = "0.1.1"
10078source = "registry+https://github.com/rust-lang/crates.io-index"
10079checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10080
10081[[package]]
10082name = "mach2"
10083version = "0.4.3"
10084source = "registry+https://github.com/rust-lang/crates.io-index"
10085checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10086dependencies = [
10087 "libc",
10088]
10089
10090[[package]]
10091name = "mach2"
10092version = "0.5.0"
10093source = "registry+https://github.com/rust-lang/crates.io-index"
10094checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10095dependencies = [
10096 "libc",
10097]
10098
10099[[package]]
10100name = "malloc_buf"
10101version = "0.0.6"
10102source = "registry+https://github.com/rust-lang/crates.io-index"
10103checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10104dependencies = [
10105 "libc",
10106]
10107
10108[[package]]
10109name = "maplit"
10110version = "1.0.2"
10111source = "registry+https://github.com/rust-lang/crates.io-index"
10112checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10113
10114[[package]]
10115name = "markdown"
10116version = "0.1.0"
10117dependencies = [
10118 "anyhow",
10119 "assets",
10120 "base64 0.22.1",
10121 "collections",
10122 "env_logger 0.11.8",
10123 "fs",
10124 "futures 0.3.31",
10125 "gpui",
10126 "gpui_platform",
10127 "html5ever 0.27.0",
10128 "language",
10129 "languages",
10130 "linkify",
10131 "log",
10132 "markup5ever_rcdom",
10133 "mermaid-rs-renderer",
10134 "node_runtime",
10135 "pulldown-cmark 0.13.0",
10136 "settings",
10137 "stacksafe",
10138 "sum_tree",
10139 "theme",
10140 "theme_settings",
10141 "ui",
10142 "util",
10143]
10144
10145[[package]]
10146name = "markdown_preview"
10147version = "0.1.0"
10148dependencies = [
10149 "anyhow",
10150 "editor",
10151 "gpui",
10152 "language",
10153 "log",
10154 "markdown",
10155 "settings",
10156 "tempfile",
10157 "theme_settings",
10158 "ui",
10159 "urlencoding",
10160 "util",
10161 "workspace",
10162 "zed_actions",
10163]
10164
10165[[package]]
10166name = "markup5ever"
10167version = "0.12.1"
10168source = "registry+https://github.com/rust-lang/crates.io-index"
10169checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10170dependencies = [
10171 "log",
10172 "phf 0.11.3",
10173 "phf_codegen",
10174 "string_cache",
10175 "string_cache_codegen",
10176 "tendril",
10177]
10178
10179[[package]]
10180name = "markup5ever"
10181version = "0.35.0"
10182source = "registry+https://github.com/rust-lang/crates.io-index"
10183checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10184dependencies = [
10185 "log",
10186 "tendril",
10187 "web_atoms",
10188]
10189
10190[[package]]
10191name = "markup5ever_rcdom"
10192version = "0.3.0"
10193source = "registry+https://github.com/rust-lang/crates.io-index"
10194checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10195dependencies = [
10196 "html5ever 0.27.0",
10197 "markup5ever 0.12.1",
10198 "tendril",
10199 "xml5ever",
10200]
10201
10202[[package]]
10203name = "match_token"
10204version = "0.35.0"
10205source = "registry+https://github.com/rust-lang/crates.io-index"
10206checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10207dependencies = [
10208 "proc-macro2",
10209 "quote",
10210 "syn 2.0.117",
10211]
10212
10213[[package]]
10214name = "matchers"
10215version = "0.2.0"
10216source = "registry+https://github.com/rust-lang/crates.io-index"
10217checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10218dependencies = [
10219 "regex-automata",
10220]
10221
10222[[package]]
10223name = "matchit"
10224version = "0.7.3"
10225source = "registry+https://github.com/rust-lang/crates.io-index"
10226checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10227
10228[[package]]
10229name = "maybe-owned"
10230version = "0.3.4"
10231source = "registry+https://github.com/rust-lang/crates.io-index"
10232checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10233
10234[[package]]
10235name = "maybe-rayon"
10236version = "0.1.1"
10237source = "registry+https://github.com/rust-lang/crates.io-index"
10238checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10239dependencies = [
10240 "cfg-if",
10241 "rayon",
10242]
10243
10244[[package]]
10245name = "md-5"
10246version = "0.10.6"
10247source = "registry+https://github.com/rust-lang/crates.io-index"
10248checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10249dependencies = [
10250 "cfg-if",
10251 "digest",
10252]
10253
10254[[package]]
10255name = "mdbook"
10256version = "0.4.40"
10257source = "registry+https://github.com/rust-lang/crates.io-index"
10258checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10259dependencies = [
10260 "ammonia",
10261 "anyhow",
10262 "chrono",
10263 "clap",
10264 "clap_complete",
10265 "elasticlunr-rs",
10266 "env_logger 0.11.8",
10267 "futures-util",
10268 "handlebars 5.1.2",
10269 "ignore",
10270 "log",
10271 "memchr",
10272 "notify 6.1.1",
10273 "notify-debouncer-mini",
10274 "once_cell",
10275 "opener",
10276 "pathdiff",
10277 "pulldown-cmark 0.10.3",
10278 "regex",
10279 "serde",
10280 "serde_json",
10281 "shlex",
10282 "tempfile",
10283 "tokio",
10284 "toml 0.5.11",
10285 "topological-sort",
10286 "walkdir",
10287 "warp",
10288]
10289
10290[[package]]
10291name = "media"
10292version = "0.1.0"
10293dependencies = [
10294 "anyhow",
10295 "bindgen 0.71.1",
10296 "core-foundation 0.10.0",
10297 "core-video",
10298 "ctor",
10299 "foreign-types 0.5.0",
10300 "metal",
10301 "objc",
10302]
10303
10304[[package]]
10305name = "memchr"
10306version = "2.7.6"
10307source = "registry+https://github.com/rust-lang/crates.io-index"
10308checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10309
10310[[package]]
10311name = "memfd"
10312version = "0.6.5"
10313source = "registry+https://github.com/rust-lang/crates.io-index"
10314checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10315dependencies = [
10316 "rustix 1.1.2",
10317]
10318
10319[[package]]
10320name = "memmap2"
10321version = "0.9.8"
10322source = "registry+https://github.com/rust-lang/crates.io-index"
10323checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10324dependencies = [
10325 "libc",
10326 "stable_deref_trait",
10327]
10328
10329[[package]]
10330name = "memoffset"
10331version = "0.9.1"
10332source = "registry+https://github.com/rust-lang/crates.io-index"
10333checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10334dependencies = [
10335 "autocfg",
10336]
10337
10338[[package]]
10339name = "menu"
10340version = "0.1.0"
10341dependencies = [
10342 "gpui",
10343]
10344
10345[[package]]
10346name = "merge"
10347version = "0.1.0"
10348source = "registry+https://github.com/rust-lang/crates.io-index"
10349checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10350dependencies = [
10351 "merge_derive",
10352 "num-traits",
10353]
10354
10355[[package]]
10356name = "merge_derive"
10357version = "0.1.0"
10358source = "registry+https://github.com/rust-lang/crates.io-index"
10359checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10360dependencies = [
10361 "proc-macro-error",
10362 "proc-macro2",
10363 "quote",
10364 "syn 1.0.109",
10365]
10366
10367[[package]]
10368name = "mermaid-rs-renderer"
10369version = "0.2.0"
10370source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10371dependencies = [
10372 "anyhow",
10373 "fontdb 0.16.2",
10374 "json5",
10375 "once_cell",
10376 "regex",
10377 "serde",
10378 "serde_json",
10379 "thiserror 2.0.17",
10380 "ttf-parser 0.20.0",
10381]
10382
10383[[package]]
10384name = "metal"
10385version = "0.33.0"
10386source = "registry+https://github.com/rust-lang/crates.io-index"
10387checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10388dependencies = [
10389 "bitflags 2.10.0",
10390 "block",
10391 "core-graphics-types 0.2.0",
10392 "foreign-types 0.5.0",
10393 "log",
10394 "objc",
10395 "paste",
10396]
10397
10398[[package]]
10399name = "migrator"
10400version = "0.1.0"
10401dependencies = [
10402 "anyhow",
10403 "collections",
10404 "convert_case 0.8.0",
10405 "log",
10406 "pretty_assertions",
10407 "serde_json",
10408 "serde_json_lenient",
10409 "settings_content",
10410 "settings_json",
10411 "streaming-iterator",
10412 "tree-sitter",
10413 "tree-sitter-json",
10414 "unindent",
10415]
10416
10417[[package]]
10418name = "mimalloc"
10419version = "0.1.48"
10420source = "registry+https://github.com/rust-lang/crates.io-index"
10421checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10422dependencies = [
10423 "libmimalloc-sys",
10424]
10425
10426[[package]]
10427name = "mime"
10428version = "0.3.17"
10429source = "registry+https://github.com/rust-lang/crates.io-index"
10430checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10431
10432[[package]]
10433name = "mime_guess"
10434version = "2.0.5"
10435source = "registry+https://github.com/rust-lang/crates.io-index"
10436checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10437dependencies = [
10438 "mime",
10439 "unicase",
10440]
10441
10442[[package]]
10443name = "minidump-common"
10444version = "0.26.1"
10445source = "registry+https://github.com/rust-lang/crates.io-index"
10446checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10447dependencies = [
10448 "bitflags 2.10.0",
10449 "debugid",
10450 "num-derive",
10451 "num-traits",
10452 "range-map",
10453 "scroll",
10454 "smart-default",
10455]
10456
10457[[package]]
10458name = "minidump-writer"
10459version = "0.11.0"
10460source = "registry+https://github.com/rust-lang/crates.io-index"
10461checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10462dependencies = [
10463 "bitflags 2.10.0",
10464 "byteorder",
10465 "cfg-if",
10466 "crash-context",
10467 "error-graph",
10468 "failspot",
10469 "goblin",
10470 "libc",
10471 "log",
10472 "mach2 0.4.3",
10473 "memmap2",
10474 "memoffset",
10475 "minidump-common",
10476 "nix 0.29.0",
10477 "procfs-core",
10478 "scroll",
10479 "serde",
10480 "serde_json",
10481 "tempfile",
10482 "thiserror 2.0.17",
10483]
10484
10485[[package]]
10486name = "minidumper"
10487version = "0.9.0"
10488source = "registry+https://github.com/rust-lang/crates.io-index"
10489checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10490dependencies = [
10491 "cfg-if",
10492 "crash-context",
10493 "libc",
10494 "log",
10495 "minidump-writer",
10496 "parking_lot",
10497 "polling",
10498 "scroll",
10499 "thiserror 2.0.17",
10500 "uds",
10501]
10502
10503[[package]]
10504name = "minimal-lexical"
10505version = "0.2.1"
10506source = "registry+https://github.com/rust-lang/crates.io-index"
10507checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10508
10509[[package]]
10510name = "miniprofiler_ui"
10511version = "0.1.0"
10512dependencies = [
10513 "gpui",
10514 "rpc",
10515 "serde_json",
10516 "smol",
10517 "theme_settings",
10518 "util",
10519 "workspace",
10520 "zed_actions",
10521]
10522
10523[[package]]
10524name = "miniz_oxide"
10525version = "0.8.9"
10526source = "registry+https://github.com/rust-lang/crates.io-index"
10527checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10528dependencies = [
10529 "adler2",
10530 "simd-adler32",
10531]
10532
10533[[package]]
10534name = "mio"
10535version = "0.8.11"
10536source = "registry+https://github.com/rust-lang/crates.io-index"
10537checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10538dependencies = [
10539 "libc",
10540 "log",
10541 "wasi",
10542 "windows-sys 0.48.0",
10543]
10544
10545[[package]]
10546name = "mio"
10547version = "1.1.0"
10548source = "registry+https://github.com/rust-lang/crates.io-index"
10549checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10550dependencies = [
10551 "libc",
10552 "log",
10553 "wasi",
10554 "windows-sys 0.61.2",
10555]
10556
10557[[package]]
10558name = "miow"
10559version = "0.6.1"
10560source = "registry+https://github.com/rust-lang/crates.io-index"
10561checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10562dependencies = [
10563 "windows-sys 0.61.2",
10564]
10565
10566[[package]]
10567name = "mistral"
10568version = "0.1.0"
10569dependencies = [
10570 "anyhow",
10571 "futures 0.3.31",
10572 "http_client",
10573 "schemars",
10574 "serde",
10575 "serde_json",
10576 "strum 0.27.2",
10577]
10578
10579[[package]]
10580name = "moka"
10581version = "0.12.11"
10582source = "registry+https://github.com/rust-lang/crates.io-index"
10583checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10584dependencies = [
10585 "crossbeam-channel",
10586 "crossbeam-epoch",
10587 "crossbeam-utils",
10588 "equivalent",
10589 "parking_lot",
10590 "portable-atomic",
10591 "rustc_version",
10592 "smallvec",
10593 "tagptr",
10594 "uuid",
10595]
10596
10597[[package]]
10598name = "moxcms"
10599version = "0.7.7"
10600source = "registry+https://github.com/rust-lang/crates.io-index"
10601checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40"
10602dependencies = [
10603 "num-traits",
10604 "pxfm",
10605]
10606
10607[[package]]
10608name = "msvc_spectre_libs"
10609version = "0.1.3"
10610source = "registry+https://github.com/rust-lang/crates.io-index"
10611checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10612dependencies = [
10613 "cc",
10614]
10615
10616[[package]]
10617name = "multi_buffer"
10618version = "0.1.0"
10619dependencies = [
10620 "anyhow",
10621 "buffer_diff",
10622 "clock",
10623 "collections",
10624 "ctor",
10625 "gpui",
10626 "indoc",
10627 "itertools 0.14.0",
10628 "language",
10629 "log",
10630 "parking_lot",
10631 "pretty_assertions",
10632 "rand 0.9.2",
10633 "rope",
10634 "serde",
10635 "settings",
10636 "smallvec",
10637 "smol",
10638 "sum_tree",
10639 "text",
10640 "theme",
10641 "tracing",
10642 "tree-sitter",
10643 "unicode-segmentation",
10644 "util",
10645 "zlog",
10646 "ztracing",
10647]
10648
10649[[package]]
10650name = "multimap"
10651version = "0.8.3"
10652source = "registry+https://github.com/rust-lang/crates.io-index"
10653checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10654
10655[[package]]
10656name = "naga"
10657version = "29.0.0"
10658source = "registry+https://github.com/rust-lang/crates.io-index"
10659checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8"
10660dependencies = [
10661 "arrayvec",
10662 "bit-set 0.9.1",
10663 "bitflags 2.10.0",
10664 "cfg-if",
10665 "cfg_aliases 0.2.1",
10666 "codespan-reporting",
10667 "half",
10668 "hashbrown 0.16.1",
10669 "hexf-parse",
10670 "indexmap",
10671 "libm",
10672 "log",
10673 "num-traits",
10674 "once_cell",
10675 "rustc-hash 1.1.0",
10676 "thiserror 2.0.17",
10677 "unicode-ident",
10678]
10679
10680[[package]]
10681name = "naga"
10682version = "29.0.0"
10683source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
10684dependencies = [
10685 "arrayvec",
10686 "bit-set 0.9.1",
10687 "bitflags 2.10.0",
10688 "cfg-if",
10689 "cfg_aliases 0.2.1",
10690 "codespan-reporting",
10691 "half",
10692 "hashbrown 0.16.1",
10693 "hexf-parse",
10694 "indexmap",
10695 "libm",
10696 "log",
10697 "num-traits",
10698 "once_cell",
10699 "rustc-hash 1.1.0",
10700 "spirv",
10701 "thiserror 2.0.17",
10702 "unicode-ident",
10703]
10704
10705[[package]]
10706name = "nanoid"
10707version = "0.4.0"
10708source = "registry+https://github.com/rust-lang/crates.io-index"
10709checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10710dependencies = [
10711 "rand 0.8.5",
10712]
10713
10714[[package]]
10715name = "nanorand"
10716version = "0.7.0"
10717source = "registry+https://github.com/rust-lang/crates.io-index"
10718checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10719dependencies = [
10720 "getrandom 0.2.16",
10721]
10722
10723[[package]]
10724name = "native-tls"
10725version = "0.2.14"
10726source = "registry+https://github.com/rust-lang/crates.io-index"
10727checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10728dependencies = [
10729 "libc",
10730 "log",
10731 "openssl",
10732 "openssl-probe",
10733 "openssl-sys",
10734 "schannel",
10735 "security-framework 2.11.1",
10736 "security-framework-sys",
10737 "tempfile",
10738]
10739
10740[[package]]
10741name = "nbformat"
10742version = "1.2.0"
10743source = "registry+https://github.com/rust-lang/crates.io-index"
10744checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10745dependencies = [
10746 "anyhow",
10747 "chrono",
10748 "jupyter-protocol",
10749 "serde",
10750 "serde_json",
10751 "thiserror 1.0.69",
10752 "uuid",
10753]
10754
10755[[package]]
10756name = "nc"
10757version = "0.1.0"
10758dependencies = [
10759 "anyhow",
10760 "futures 0.3.31",
10761 "net",
10762 "smol",
10763]
10764
10765[[package]]
10766name = "ndk"
10767version = "0.9.0"
10768source = "registry+https://github.com/rust-lang/crates.io-index"
10769checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10770dependencies = [
10771 "bitflags 2.10.0",
10772 "jni-sys",
10773 "log",
10774 "ndk-sys",
10775 "num_enum",
10776 "thiserror 1.0.69",
10777]
10778
10779[[package]]
10780name = "ndk-context"
10781version = "0.1.1"
10782source = "registry+https://github.com/rust-lang/crates.io-index"
10783checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10784
10785[[package]]
10786name = "ndk-sys"
10787version = "0.6.0+11769913"
10788source = "registry+https://github.com/rust-lang/crates.io-index"
10789checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10790dependencies = [
10791 "jni-sys",
10792]
10793
10794[[package]]
10795name = "net"
10796version = "0.1.0"
10797dependencies = [
10798 "anyhow",
10799 "async-io",
10800 "smol",
10801 "tempfile",
10802 "windows 0.61.3",
10803]
10804
10805[[package]]
10806name = "new_debug_unreachable"
10807version = "1.0.6"
10808source = "registry+https://github.com/rust-lang/crates.io-index"
10809checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10810
10811[[package]]
10812name = "nix"
10813version = "0.28.0"
10814source = "registry+https://github.com/rust-lang/crates.io-index"
10815checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10816dependencies = [
10817 "bitflags 2.10.0",
10818 "cfg-if",
10819 "cfg_aliases 0.1.1",
10820 "libc",
10821]
10822
10823[[package]]
10824name = "nix"
10825version = "0.29.0"
10826source = "registry+https://github.com/rust-lang/crates.io-index"
10827checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10828dependencies = [
10829 "bitflags 2.10.0",
10830 "cfg-if",
10831 "cfg_aliases 0.2.1",
10832 "libc",
10833]
10834
10835[[package]]
10836name = "nix"
10837version = "0.30.1"
10838source = "registry+https://github.com/rust-lang/crates.io-index"
10839checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10840dependencies = [
10841 "bitflags 2.10.0",
10842 "cfg-if",
10843 "cfg_aliases 0.2.1",
10844 "libc",
10845]
10846
10847[[package]]
10848name = "node_runtime"
10849version = "0.1.0"
10850dependencies = [
10851 "anyhow",
10852 "async-compression",
10853 "async-std",
10854 "async-tar",
10855 "async-trait",
10856 "futures 0.3.31",
10857 "http_client",
10858 "log",
10859 "paths",
10860 "semver",
10861 "serde",
10862 "serde_json",
10863 "smol",
10864 "util",
10865 "watch",
10866 "which 6.0.3",
10867]
10868
10869[[package]]
10870name = "nom"
10871version = "7.1.3"
10872source = "registry+https://github.com/rust-lang/crates.io-index"
10873checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10874dependencies = [
10875 "memchr",
10876 "minimal-lexical",
10877]
10878
10879[[package]]
10880name = "nom"
10881version = "8.0.0"
10882source = "registry+https://github.com/rust-lang/crates.io-index"
10883checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
10884dependencies = [
10885 "memchr",
10886]
10887
10888[[package]]
10889name = "noop_proc_macro"
10890version = "0.3.0"
10891source = "registry+https://github.com/rust-lang/crates.io-index"
10892checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10893
10894[[package]]
10895name = "normpath"
10896version = "1.5.0"
10897source = "registry+https://github.com/rust-lang/crates.io-index"
10898checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
10899dependencies = [
10900 "windows-sys 0.61.2",
10901]
10902
10903[[package]]
10904name = "notifications"
10905version = "0.1.0"
10906dependencies = [
10907 "anyhow",
10908 "channel",
10909 "client",
10910 "component",
10911 "db",
10912 "gpui",
10913 "rpc",
10914 "sum_tree",
10915 "time",
10916 "ui",
10917 "util",
10918 "workspace",
10919 "zed_actions",
10920]
10921
10922[[package]]
10923name = "notify"
10924version = "6.1.1"
10925source = "registry+https://github.com/rust-lang/crates.io-index"
10926checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
10927dependencies = [
10928 "bitflags 2.10.0",
10929 "crossbeam-channel",
10930 "filetime",
10931 "fsevent-sys",
10932 "inotify 0.9.6",
10933 "kqueue",
10934 "libc",
10935 "log",
10936 "mio 0.8.11",
10937 "walkdir",
10938 "windows-sys 0.48.0",
10939]
10940
10941[[package]]
10942name = "notify"
10943version = "8.2.0"
10944source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
10945dependencies = [
10946 "bitflags 2.10.0",
10947 "fsevent-sys",
10948 "inotify 0.11.0",
10949 "kqueue",
10950 "libc",
10951 "log",
10952 "mio 1.1.0",
10953 "notify-types",
10954 "walkdir",
10955 "windows-sys 0.60.2",
10956]
10957
10958[[package]]
10959name = "notify-debouncer-mini"
10960version = "0.4.1"
10961source = "registry+https://github.com/rust-lang/crates.io-index"
10962checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
10963dependencies = [
10964 "crossbeam-channel",
10965 "log",
10966 "notify 6.1.1",
10967]
10968
10969[[package]]
10970name = "notify-types"
10971version = "2.0.0"
10972source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
10973
10974[[package]]
10975name = "ntapi"
10976version = "0.4.1"
10977source = "registry+https://github.com/rust-lang/crates.io-index"
10978checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
10979dependencies = [
10980 "winapi",
10981]
10982
10983[[package]]
10984name = "nu-ansi-term"
10985version = "0.50.3"
10986source = "registry+https://github.com/rust-lang/crates.io-index"
10987checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
10988dependencies = [
10989 "windows-sys 0.61.2",
10990]
10991
10992[[package]]
10993name = "num"
10994version = "0.4.3"
10995source = "registry+https://github.com/rust-lang/crates.io-index"
10996checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
10997dependencies = [
10998 "num-bigint",
10999 "num-complex",
11000 "num-integer",
11001 "num-iter",
11002 "num-rational",
11003 "num-traits",
11004]
11005
11006[[package]]
11007name = "num-bigint"
11008version = "0.4.6"
11009source = "registry+https://github.com/rust-lang/crates.io-index"
11010checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11011dependencies = [
11012 "num-integer",
11013 "num-traits",
11014]
11015
11016[[package]]
11017name = "num-bigint-dig"
11018version = "0.8.6"
11019source = "registry+https://github.com/rust-lang/crates.io-index"
11020checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11021dependencies = [
11022 "lazy_static",
11023 "libm",
11024 "num-integer",
11025 "num-iter",
11026 "num-traits",
11027 "rand 0.8.5",
11028 "smallvec",
11029 "zeroize",
11030]
11031
11032[[package]]
11033name = "num-bigint-dig"
11034version = "0.9.1"
11035source = "registry+https://github.com/rust-lang/crates.io-index"
11036checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11037dependencies = [
11038 "libm",
11039 "num-integer",
11040 "num-iter",
11041 "num-traits",
11042 "once_cell",
11043 "rand 0.9.2",
11044 "serde",
11045 "smallvec",
11046 "zeroize",
11047]
11048
11049[[package]]
11050name = "num-cmp"
11051version = "0.1.0"
11052source = "registry+https://github.com/rust-lang/crates.io-index"
11053checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11054
11055[[package]]
11056name = "num-complex"
11057version = "0.4.6"
11058source = "registry+https://github.com/rust-lang/crates.io-index"
11059checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11060dependencies = [
11061 "bytemuck",
11062 "num-traits",
11063]
11064
11065[[package]]
11066name = "num-conv"
11067version = "0.2.0"
11068source = "registry+https://github.com/rust-lang/crates.io-index"
11069checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11070
11071[[package]]
11072name = "num-derive"
11073version = "0.4.2"
11074source = "registry+https://github.com/rust-lang/crates.io-index"
11075checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11076dependencies = [
11077 "proc-macro2",
11078 "quote",
11079 "syn 2.0.117",
11080]
11081
11082[[package]]
11083name = "num-format"
11084version = "0.4.4"
11085source = "registry+https://github.com/rust-lang/crates.io-index"
11086checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11087dependencies = [
11088 "arrayvec",
11089 "itoa",
11090]
11091
11092[[package]]
11093name = "num-integer"
11094version = "0.1.46"
11095source = "registry+https://github.com/rust-lang/crates.io-index"
11096checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11097dependencies = [
11098 "num-traits",
11099]
11100
11101[[package]]
11102name = "num-iter"
11103version = "0.1.45"
11104source = "registry+https://github.com/rust-lang/crates.io-index"
11105checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11106dependencies = [
11107 "autocfg",
11108 "num-integer",
11109 "num-traits",
11110]
11111
11112[[package]]
11113name = "num-rational"
11114version = "0.4.2"
11115source = "registry+https://github.com/rust-lang/crates.io-index"
11116checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11117dependencies = [
11118 "num-bigint",
11119 "num-integer",
11120 "num-traits",
11121]
11122
11123[[package]]
11124name = "num-traits"
11125version = "0.2.19"
11126source = "registry+https://github.com/rust-lang/crates.io-index"
11127checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11128dependencies = [
11129 "autocfg",
11130 "libm",
11131]
11132
11133[[package]]
11134name = "num_cpus"
11135version = "1.17.0"
11136source = "registry+https://github.com/rust-lang/crates.io-index"
11137checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11138dependencies = [
11139 "hermit-abi",
11140 "libc",
11141]
11142
11143[[package]]
11144name = "num_enum"
11145version = "0.7.4"
11146source = "registry+https://github.com/rust-lang/crates.io-index"
11147checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11148dependencies = [
11149 "num_enum_derive",
11150 "rustversion",
11151]
11152
11153[[package]]
11154name = "num_enum_derive"
11155version = "0.7.4"
11156source = "registry+https://github.com/rust-lang/crates.io-index"
11157checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11158dependencies = [
11159 "proc-macro-crate",
11160 "proc-macro2",
11161 "quote",
11162 "syn 2.0.117",
11163]
11164
11165[[package]]
11166name = "num_threads"
11167version = "0.1.7"
11168source = "registry+https://github.com/rust-lang/crates.io-index"
11169checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11170dependencies = [
11171 "libc",
11172]
11173
11174[[package]]
11175name = "nvim-rs"
11176version = "0.9.2"
11177source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11178dependencies = [
11179 "async-trait",
11180 "futures 0.3.31",
11181 "log",
11182 "rmp",
11183 "rmpv",
11184 "tokio",
11185 "tokio-util",
11186]
11187
11188[[package]]
11189name = "objc"
11190version = "0.2.7"
11191source = "registry+https://github.com/rust-lang/crates.io-index"
11192checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11193dependencies = [
11194 "malloc_buf",
11195 "objc_exception",
11196]
11197
11198[[package]]
11199name = "objc-foundation"
11200version = "0.1.1"
11201source = "registry+https://github.com/rust-lang/crates.io-index"
11202checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11203dependencies = [
11204 "block",
11205 "objc",
11206 "objc_id",
11207]
11208
11209[[package]]
11210name = "objc2"
11211version = "0.6.3"
11212source = "registry+https://github.com/rust-lang/crates.io-index"
11213checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11214dependencies = [
11215 "objc2-encode",
11216]
11217
11218[[package]]
11219name = "objc2-app-kit"
11220version = "0.3.1"
11221source = "registry+https://github.com/rust-lang/crates.io-index"
11222checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
11223dependencies = [
11224 "objc2",
11225 "objc2-foundation",
11226]
11227
11228[[package]]
11229name = "objc2-audio-toolbox"
11230version = "0.3.2"
11231source = "registry+https://github.com/rust-lang/crates.io-index"
11232checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
11233dependencies = [
11234 "bitflags 2.10.0",
11235 "libc",
11236 "objc2",
11237 "objc2-core-audio",
11238 "objc2-core-audio-types",
11239 "objc2-core-foundation",
11240 "objc2-foundation",
11241]
11242
11243[[package]]
11244name = "objc2-avf-audio"
11245version = "0.3.2"
11246source = "registry+https://github.com/rust-lang/crates.io-index"
11247checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
11248dependencies = [
11249 "objc2",
11250 "objc2-foundation",
11251]
11252
11253[[package]]
11254name = "objc2-core-audio"
11255version = "0.3.2"
11256source = "registry+https://github.com/rust-lang/crates.io-index"
11257checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
11258dependencies = [
11259 "dispatch2",
11260 "objc2",
11261 "objc2-core-audio-types",
11262 "objc2-core-foundation",
11263 "objc2-foundation",
11264]
11265
11266[[package]]
11267name = "objc2-core-audio-types"
11268version = "0.3.2"
11269source = "registry+https://github.com/rust-lang/crates.io-index"
11270checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11271dependencies = [
11272 "bitflags 2.10.0",
11273 "objc2",
11274]
11275
11276[[package]]
11277name = "objc2-core-foundation"
11278version = "0.3.2"
11279source = "registry+https://github.com/rust-lang/crates.io-index"
11280checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11281dependencies = [
11282 "bitflags 2.10.0",
11283 "block2",
11284 "dispatch2",
11285 "libc",
11286 "objc2",
11287]
11288
11289[[package]]
11290name = "objc2-encode"
11291version = "4.1.0"
11292source = "registry+https://github.com/rust-lang/crates.io-index"
11293checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11294
11295[[package]]
11296name = "objc2-foundation"
11297version = "0.3.2"
11298source = "registry+https://github.com/rust-lang/crates.io-index"
11299checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
11300dependencies = [
11301 "bitflags 2.10.0",
11302 "block2",
11303 "libc",
11304 "objc2",
11305 "objc2-core-foundation",
11306]
11307
11308[[package]]
11309name = "objc2-io-kit"
11310version = "0.3.2"
11311source = "registry+https://github.com/rust-lang/crates.io-index"
11312checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11313dependencies = [
11314 "libc",
11315 "objc2-core-foundation",
11316]
11317
11318[[package]]
11319name = "objc2-metal"
11320version = "0.3.2"
11321source = "registry+https://github.com/rust-lang/crates.io-index"
11322checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
11323dependencies = [
11324 "bitflags 2.10.0",
11325 "block2",
11326 "dispatch2",
11327 "objc2",
11328 "objc2-core-foundation",
11329 "objc2-foundation",
11330]
11331
11332[[package]]
11333name = "objc2-quartz-core"
11334version = "0.3.2"
11335source = "registry+https://github.com/rust-lang/crates.io-index"
11336checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
11337dependencies = [
11338 "bitflags 2.10.0",
11339 "objc2",
11340 "objc2-core-foundation",
11341 "objc2-foundation",
11342 "objc2-metal",
11343]
11344
11345[[package]]
11346name = "objc_exception"
11347version = "0.1.2"
11348source = "registry+https://github.com/rust-lang/crates.io-index"
11349checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11350dependencies = [
11351 "cc",
11352]
11353
11354[[package]]
11355name = "objc_id"
11356version = "0.1.1"
11357source = "registry+https://github.com/rust-lang/crates.io-index"
11358checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11359dependencies = [
11360 "objc",
11361]
11362
11363[[package]]
11364name = "object"
11365version = "0.37.3"
11366source = "registry+https://github.com/rust-lang/crates.io-index"
11367checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11368dependencies = [
11369 "crc32fast",
11370 "hashbrown 0.15.5",
11371 "indexmap",
11372 "memchr",
11373]
11374
11375[[package]]
11376name = "ollama"
11377version = "0.1.0"
11378dependencies = [
11379 "anyhow",
11380 "futures 0.3.31",
11381 "http_client",
11382 "schemars",
11383 "serde",
11384 "serde_json",
11385 "settings",
11386]
11387
11388[[package]]
11389name = "onboarding"
11390version = "0.1.0"
11391dependencies = [
11392 "anyhow",
11393 "client",
11394 "component",
11395 "db",
11396 "documented",
11397 "fs",
11398 "fuzzy",
11399 "gpui",
11400 "menu",
11401 "notifications",
11402 "picker",
11403 "project",
11404 "schemars",
11405 "serde",
11406 "settings",
11407 "telemetry",
11408 "theme",
11409 "theme_settings",
11410 "ui",
11411 "util",
11412 "vim_mode_setting",
11413 "workspace",
11414 "zed_actions",
11415 "zlog",
11416]
11417
11418[[package]]
11419name = "once_cell"
11420version = "1.21.3"
11421source = "registry+https://github.com/rust-lang/crates.io-index"
11422checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11423
11424[[package]]
11425name = "once_cell_polyfill"
11426version = "1.70.1"
11427source = "registry+https://github.com/rust-lang/crates.io-index"
11428checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11429
11430[[package]]
11431name = "oo7"
11432version = "0.6.0"
11433source = "registry+https://github.com/rust-lang/crates.io-index"
11434checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11435dependencies = [
11436 "aes",
11437 "ashpd",
11438 "async-fs",
11439 "async-io",
11440 "async-lock 3.4.2",
11441 "blocking",
11442 "cbc",
11443 "cipher",
11444 "digest",
11445 "endi",
11446 "futures-lite 2.6.1",
11447 "futures-util",
11448 "getrandom 0.4.1",
11449 "hkdf",
11450 "hmac",
11451 "md-5",
11452 "num",
11453 "num-bigint-dig 0.9.1",
11454 "pbkdf2 0.12.2",
11455 "serde",
11456 "serde_bytes",
11457 "sha2",
11458 "subtle",
11459 "zbus",
11460 "zbus_macros",
11461 "zeroize",
11462 "zvariant",
11463]
11464
11465[[package]]
11466name = "oorandom"
11467version = "11.1.5"
11468source = "registry+https://github.com/rust-lang/crates.io-index"
11469checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11470
11471[[package]]
11472name = "open"
11473version = "5.3.2"
11474source = "registry+https://github.com/rust-lang/crates.io-index"
11475checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11476dependencies = [
11477 "is-wsl",
11478 "libc",
11479 "pathdiff",
11480]
11481
11482[[package]]
11483name = "open_ai"
11484version = "0.1.0"
11485dependencies = [
11486 "anyhow",
11487 "futures 0.3.31",
11488 "http_client",
11489 "log",
11490 "rand 0.9.2",
11491 "schemars",
11492 "serde",
11493 "serde_json",
11494 "settings",
11495 "strum 0.27.2",
11496 "thiserror 2.0.17",
11497]
11498
11499[[package]]
11500name = "open_path_prompt"
11501version = "0.1.0"
11502dependencies = [
11503 "editor",
11504 "file_icons",
11505 "futures 0.3.31",
11506 "fuzzy",
11507 "gpui",
11508 "picker",
11509 "project",
11510 "schemars",
11511 "serde",
11512 "serde_json",
11513 "settings",
11514 "theme",
11515 "theme_settings",
11516 "ui",
11517 "util",
11518 "workspace",
11519]
11520
11521[[package]]
11522name = "open_router"
11523version = "0.1.0"
11524dependencies = [
11525 "anyhow",
11526 "futures 0.3.31",
11527 "http_client",
11528 "schemars",
11529 "serde",
11530 "serde_json",
11531 "settings",
11532 "strum 0.27.2",
11533 "thiserror 2.0.17",
11534]
11535
11536[[package]]
11537name = "opencode"
11538version = "0.1.0"
11539dependencies = [
11540 "anyhow",
11541 "futures 0.3.31",
11542 "google_ai",
11543 "http_client",
11544 "schemars",
11545 "serde",
11546 "serde_json",
11547 "strum 0.27.2",
11548]
11549
11550[[package]]
11551name = "opener"
11552version = "0.7.2"
11553source = "registry+https://github.com/rust-lang/crates.io-index"
11554checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11555dependencies = [
11556 "bstr",
11557 "dbus",
11558 "normpath",
11559 "windows-sys 0.59.0",
11560]
11561
11562[[package]]
11563name = "openssl"
11564version = "0.10.74"
11565source = "registry+https://github.com/rust-lang/crates.io-index"
11566checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11567dependencies = [
11568 "bitflags 2.10.0",
11569 "cfg-if",
11570 "foreign-types 0.3.2",
11571 "libc",
11572 "once_cell",
11573 "openssl-macros",
11574 "openssl-sys",
11575]
11576
11577[[package]]
11578name = "openssl-macros"
11579version = "0.1.1"
11580source = "registry+https://github.com/rust-lang/crates.io-index"
11581checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11582dependencies = [
11583 "proc-macro2",
11584 "quote",
11585 "syn 2.0.117",
11586]
11587
11588[[package]]
11589name = "openssl-probe"
11590version = "0.1.6"
11591source = "registry+https://github.com/rust-lang/crates.io-index"
11592checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11593
11594[[package]]
11595name = "openssl-sys"
11596version = "0.9.110"
11597source = "registry+https://github.com/rust-lang/crates.io-index"
11598checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11599dependencies = [
11600 "cc",
11601 "libc",
11602 "pkg-config",
11603 "vcpkg",
11604]
11605
11606[[package]]
11607name = "optfield"
11608version = "0.4.0"
11609source = "registry+https://github.com/rust-lang/crates.io-index"
11610checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11611dependencies = [
11612 "proc-macro2",
11613 "quote",
11614 "syn 2.0.117",
11615]
11616
11617[[package]]
11618name = "option-ext"
11619version = "0.2.0"
11620source = "registry+https://github.com/rust-lang/crates.io-index"
11621checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11622
11623[[package]]
11624name = "ordered-float"
11625version = "2.10.1"
11626source = "registry+https://github.com/rust-lang/crates.io-index"
11627checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11628dependencies = [
11629 "num-traits",
11630]
11631
11632[[package]]
11633name = "ordered-float"
11634version = "4.6.0"
11635source = "registry+https://github.com/rust-lang/crates.io-index"
11636checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11637dependencies = [
11638 "num-traits",
11639]
11640
11641[[package]]
11642name = "ordered-stream"
11643version = "0.2.0"
11644source = "registry+https://github.com/rust-lang/crates.io-index"
11645checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11646dependencies = [
11647 "futures-core",
11648 "pin-project-lite",
11649]
11650
11651[[package]]
11652name = "ouroboros"
11653version = "0.18.5"
11654source = "registry+https://github.com/rust-lang/crates.io-index"
11655checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11656dependencies = [
11657 "aliasable",
11658 "ouroboros_macro",
11659 "static_assertions",
11660]
11661
11662[[package]]
11663name = "ouroboros_macro"
11664version = "0.18.5"
11665source = "registry+https://github.com/rust-lang/crates.io-index"
11666checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11667dependencies = [
11668 "heck 0.4.1",
11669 "proc-macro2",
11670 "proc-macro2-diagnostics",
11671 "quote",
11672 "syn 2.0.117",
11673]
11674
11675[[package]]
11676name = "outline"
11677version = "0.1.0"
11678dependencies = [
11679 "editor",
11680 "fuzzy",
11681 "gpui",
11682 "indoc",
11683 "language",
11684 "lsp",
11685 "menu",
11686 "ordered-float 2.10.1",
11687 "picker",
11688 "project",
11689 "rope",
11690 "serde_json",
11691 "settings",
11692 "smol",
11693 "theme",
11694 "theme_settings",
11695 "ui",
11696 "util",
11697 "workspace",
11698 "zed_actions",
11699]
11700
11701[[package]]
11702name = "outline_panel"
11703version = "0.1.0"
11704dependencies = [
11705 "anyhow",
11706 "collections",
11707 "db",
11708 "editor",
11709 "file_icons",
11710 "fuzzy",
11711 "gpui",
11712 "itertools 0.14.0",
11713 "language",
11714 "log",
11715 "lsp",
11716 "menu",
11717 "outline",
11718 "pretty_assertions",
11719 "project",
11720 "search",
11721 "serde",
11722 "serde_json",
11723 "settings",
11724 "smallvec",
11725 "smol",
11726 "theme",
11727 "theme_settings",
11728 "ui",
11729 "util",
11730 "workspace",
11731 "worktree",
11732 "zed_actions",
11733]
11734
11735[[package]]
11736name = "outref"
11737version = "0.5.2"
11738source = "registry+https://github.com/rust-lang/crates.io-index"
11739checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11740
11741[[package]]
11742name = "p256"
11743version = "0.11.1"
11744source = "registry+https://github.com/rust-lang/crates.io-index"
11745checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11746dependencies = [
11747 "ecdsa",
11748 "elliptic-curve",
11749 "sha2",
11750]
11751
11752[[package]]
11753name = "page_size"
11754version = "0.6.0"
11755source = "registry+https://github.com/rust-lang/crates.io-index"
11756checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11757dependencies = [
11758 "libc",
11759 "winapi",
11760]
11761
11762[[package]]
11763name = "palette"
11764version = "0.7.6"
11765source = "registry+https://github.com/rust-lang/crates.io-index"
11766checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11767dependencies = [
11768 "approx",
11769 "fast-srgb8",
11770 "palette_derive",
11771]
11772
11773[[package]]
11774name = "palette_derive"
11775version = "0.7.6"
11776source = "registry+https://github.com/rust-lang/crates.io-index"
11777checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11778dependencies = [
11779 "by_address",
11780 "proc-macro2",
11781 "quote",
11782 "syn 2.0.117",
11783]
11784
11785[[package]]
11786name = "panel"
11787version = "0.1.0"
11788dependencies = [
11789 "gpui",
11790 "ui",
11791 "workspace",
11792]
11793
11794[[package]]
11795name = "parking"
11796version = "2.2.1"
11797source = "registry+https://github.com/rust-lang/crates.io-index"
11798checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
11799
11800[[package]]
11801name = "parking_lot"
11802version = "0.12.5"
11803source = "registry+https://github.com/rust-lang/crates.io-index"
11804checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
11805dependencies = [
11806 "lock_api",
11807 "parking_lot_core",
11808]
11809
11810[[package]]
11811name = "parking_lot_core"
11812version = "0.9.12"
11813source = "registry+https://github.com/rust-lang/crates.io-index"
11814checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
11815dependencies = [
11816 "cfg-if",
11817 "libc",
11818 "redox_syscall 0.5.18",
11819 "smallvec",
11820 "windows-link 0.2.1",
11821]
11822
11823[[package]]
11824name = "parse_int"
11825version = "0.9.0"
11826source = "registry+https://github.com/rust-lang/crates.io-index"
11827checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
11828dependencies = [
11829 "num-traits",
11830]
11831
11832[[package]]
11833name = "partial-json-fixer"
11834version = "0.5.3"
11835source = "registry+https://github.com/rust-lang/crates.io-index"
11836checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
11837
11838[[package]]
11839name = "password-hash"
11840version = "0.4.2"
11841source = "registry+https://github.com/rust-lang/crates.io-index"
11842checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
11843dependencies = [
11844 "base64ct",
11845 "rand_core 0.6.4",
11846 "subtle",
11847]
11848
11849[[package]]
11850name = "paste"
11851version = "1.0.15"
11852source = "registry+https://github.com/rust-lang/crates.io-index"
11853checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
11854
11855[[package]]
11856name = "pathdiff"
11857version = "0.2.3"
11858source = "registry+https://github.com/rust-lang/crates.io-index"
11859checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
11860
11861[[package]]
11862name = "pathfinder_geometry"
11863version = "0.5.1"
11864source = "registry+https://github.com/rust-lang/crates.io-index"
11865checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
11866dependencies = [
11867 "log",
11868 "pathfinder_simd",
11869]
11870
11871[[package]]
11872name = "pathfinder_simd"
11873version = "0.5.5"
11874source = "registry+https://github.com/rust-lang/crates.io-index"
11875checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
11876dependencies = [
11877 "rustc_version",
11878]
11879
11880[[package]]
11881name = "paths"
11882version = "0.1.0"
11883dependencies = [
11884 "dirs 4.0.0",
11885 "ignore",
11886 "util",
11887]
11888
11889[[package]]
11890name = "pbjson"
11891version = "0.6.0"
11892source = "registry+https://github.com/rust-lang/crates.io-index"
11893checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
11894dependencies = [
11895 "base64 0.21.7",
11896 "serde",
11897]
11898
11899[[package]]
11900name = "pbjson-build"
11901version = "0.6.2"
11902source = "registry+https://github.com/rust-lang/crates.io-index"
11903checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
11904dependencies = [
11905 "heck 0.4.1",
11906 "itertools 0.11.0",
11907 "prost 0.12.6",
11908 "prost-types 0.12.6",
11909]
11910
11911[[package]]
11912name = "pbjson-types"
11913version = "0.6.0"
11914source = "registry+https://github.com/rust-lang/crates.io-index"
11915checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
11916dependencies = [
11917 "bytes 1.11.1",
11918 "chrono",
11919 "pbjson",
11920 "pbjson-build",
11921 "prost 0.12.6",
11922 "prost-build 0.12.6",
11923 "serde",
11924]
11925
11926[[package]]
11927name = "pbkdf2"
11928version = "0.11.0"
11929source = "registry+https://github.com/rust-lang/crates.io-index"
11930checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
11931dependencies = [
11932 "digest",
11933 "hmac",
11934 "password-hash",
11935 "sha2",
11936]
11937
11938[[package]]
11939name = "pbkdf2"
11940version = "0.12.2"
11941source = "registry+https://github.com/rust-lang/crates.io-index"
11942checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
11943dependencies = [
11944 "digest",
11945 "hmac",
11946]
11947
11948[[package]]
11949name = "pciid-parser"
11950version = "0.8.0"
11951source = "registry+https://github.com/rust-lang/crates.io-index"
11952checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
11953
11954[[package]]
11955name = "peg"
11956version = "0.8.5"
11957source = "registry+https://github.com/rust-lang/crates.io-index"
11958checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
11959dependencies = [
11960 "peg-macros",
11961 "peg-runtime",
11962]
11963
11964[[package]]
11965name = "peg-macros"
11966version = "0.8.5"
11967source = "registry+https://github.com/rust-lang/crates.io-index"
11968checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
11969dependencies = [
11970 "peg-runtime",
11971 "proc-macro2",
11972 "quote",
11973]
11974
11975[[package]]
11976name = "peg-runtime"
11977version = "0.8.5"
11978source = "registry+https://github.com/rust-lang/crates.io-index"
11979checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
11980
11981[[package]]
11982name = "pem"
11983version = "3.0.6"
11984source = "registry+https://github.com/rust-lang/crates.io-index"
11985checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
11986dependencies = [
11987 "base64 0.22.1",
11988 "serde_core",
11989]
11990
11991[[package]]
11992name = "pem-rfc7468"
11993version = "0.7.0"
11994source = "registry+https://github.com/rust-lang/crates.io-index"
11995checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
11996dependencies = [
11997 "base64ct",
11998]
11999
12000[[package]]
12001name = "percent-encoding"
12002version = "2.3.2"
12003source = "registry+https://github.com/rust-lang/crates.io-index"
12004checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12005
12006[[package]]
12007name = "perf"
12008version = "0.1.0"
12009dependencies = [
12010 "collections",
12011 "serde",
12012 "serde_json",
12013]
12014
12015[[package]]
12016name = "pest"
12017version = "2.8.3"
12018source = "registry+https://github.com/rust-lang/crates.io-index"
12019checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12020dependencies = [
12021 "memchr",
12022 "ucd-trie",
12023]
12024
12025[[package]]
12026name = "pest_derive"
12027version = "2.8.3"
12028source = "registry+https://github.com/rust-lang/crates.io-index"
12029checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12030dependencies = [
12031 "pest",
12032 "pest_generator",
12033]
12034
12035[[package]]
12036name = "pest_generator"
12037version = "2.8.3"
12038source = "registry+https://github.com/rust-lang/crates.io-index"
12039checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12040dependencies = [
12041 "pest",
12042 "pest_meta",
12043 "proc-macro2",
12044 "quote",
12045 "syn 2.0.117",
12046]
12047
12048[[package]]
12049name = "pest_meta"
12050version = "2.8.3"
12051source = "registry+https://github.com/rust-lang/crates.io-index"
12052checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12053dependencies = [
12054 "pest",
12055 "sha2",
12056]
12057
12058[[package]]
12059name = "pet"
12060version = "0.1.0"
12061source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12062dependencies = [
12063 "clap",
12064 "env_logger 0.10.2",
12065 "lazy_static",
12066 "log",
12067 "msvc_spectre_libs",
12068 "pet-conda",
12069 "pet-core",
12070 "pet-env-var-path",
12071 "pet-fs",
12072 "pet-global-virtualenvs",
12073 "pet-homebrew",
12074 "pet-jsonrpc",
12075 "pet-linux-global-python",
12076 "pet-mac-commandlinetools",
12077 "pet-mac-python-org",
12078 "pet-mac-xcode",
12079 "pet-pipenv",
12080 "pet-pixi",
12081 "pet-poetry",
12082 "pet-pyenv",
12083 "pet-python-utils",
12084 "pet-reporter",
12085 "pet-telemetry",
12086 "pet-uv",
12087 "pet-venv",
12088 "pet-virtualenv",
12089 "pet-virtualenvwrapper",
12090 "pet-windows-registry",
12091 "pet-windows-store",
12092 "pet-winpython",
12093 "serde",
12094 "serde_json",
12095 "tracing",
12096 "tracing-subscriber",
12097 "winresource",
12098]
12099
12100[[package]]
12101name = "pet-conda"
12102version = "0.1.0"
12103source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12104dependencies = [
12105 "env_logger 0.10.2",
12106 "lazy_static",
12107 "log",
12108 "msvc_spectre_libs",
12109 "pet-core",
12110 "pet-fs",
12111 "pet-python-utils",
12112 "pet-reporter",
12113 "rayon",
12114 "regex",
12115 "serde",
12116 "serde_json",
12117 "yaml-rust2",
12118]
12119
12120[[package]]
12121name = "pet-core"
12122version = "0.1.0"
12123source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12124dependencies = [
12125 "clap",
12126 "lazy_static",
12127 "log",
12128 "msvc_spectre_libs",
12129 "pet-fs",
12130 "regex",
12131 "serde",
12132 "serde_json",
12133]
12134
12135[[package]]
12136name = "pet-env-var-path"
12137version = "0.1.0"
12138source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12139dependencies = [
12140 "lazy_static",
12141 "log",
12142 "msvc_spectre_libs",
12143 "pet-conda",
12144 "pet-core",
12145 "pet-fs",
12146 "pet-python-utils",
12147 "pet-virtualenv",
12148 "regex",
12149]
12150
12151[[package]]
12152name = "pet-fs"
12153version = "0.1.0"
12154source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12155dependencies = [
12156 "glob",
12157 "log",
12158 "msvc_spectre_libs",
12159 "windows-sys 0.59.0",
12160]
12161
12162[[package]]
12163name = "pet-global-virtualenvs"
12164version = "0.1.0"
12165source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12166dependencies = [
12167 "log",
12168 "msvc_spectre_libs",
12169 "pet-conda",
12170 "pet-core",
12171 "pet-fs",
12172 "pet-virtualenv",
12173]
12174
12175[[package]]
12176name = "pet-homebrew"
12177version = "0.1.0"
12178source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12179dependencies = [
12180 "lazy_static",
12181 "log",
12182 "msvc_spectre_libs",
12183 "pet-conda",
12184 "pet-core",
12185 "pet-fs",
12186 "pet-python-utils",
12187 "pet-virtualenv",
12188 "rayon",
12189 "regex",
12190 "serde",
12191 "serde_json",
12192]
12193
12194[[package]]
12195name = "pet-jsonrpc"
12196version = "0.1.0"
12197source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12198dependencies = [
12199 "env_logger 0.10.2",
12200 "log",
12201 "msvc_spectre_libs",
12202 "pet-core",
12203 "serde",
12204 "serde_json",
12205]
12206
12207[[package]]
12208name = "pet-linux-global-python"
12209version = "0.1.0"
12210source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12211dependencies = [
12212 "log",
12213 "msvc_spectre_libs",
12214 "pet-core",
12215 "pet-fs",
12216 "pet-python-utils",
12217 "pet-virtualenv",
12218]
12219
12220[[package]]
12221name = "pet-mac-commandlinetools"
12222version = "0.1.0"
12223source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12224dependencies = [
12225 "log",
12226 "msvc_spectre_libs",
12227 "pet-core",
12228 "pet-fs",
12229 "pet-python-utils",
12230 "pet-virtualenv",
12231]
12232
12233[[package]]
12234name = "pet-mac-python-org"
12235version = "0.1.0"
12236source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12237dependencies = [
12238 "log",
12239 "msvc_spectre_libs",
12240 "pet-core",
12241 "pet-fs",
12242 "pet-python-utils",
12243 "pet-virtualenv",
12244]
12245
12246[[package]]
12247name = "pet-mac-xcode"
12248version = "0.1.0"
12249source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12250dependencies = [
12251 "log",
12252 "msvc_spectre_libs",
12253 "pet-core",
12254 "pet-fs",
12255 "pet-python-utils",
12256 "pet-virtualenv",
12257]
12258
12259[[package]]
12260name = "pet-pipenv"
12261version = "0.1.0"
12262source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12263dependencies = [
12264 "lazy_static",
12265 "log",
12266 "msvc_spectre_libs",
12267 "pet-core",
12268 "pet-fs",
12269 "pet-python-utils",
12270 "pet-virtualenv",
12271 "regex",
12272]
12273
12274[[package]]
12275name = "pet-pixi"
12276version = "0.1.0"
12277source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12278dependencies = [
12279 "log",
12280 "msvc_spectre_libs",
12281 "pet-conda",
12282 "pet-core",
12283 "pet-python-utils",
12284]
12285
12286[[package]]
12287name = "pet-poetry"
12288version = "0.1.0"
12289source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12290dependencies = [
12291 "base64 0.22.1",
12292 "lazy_static",
12293 "log",
12294 "msvc_spectre_libs",
12295 "pet-core",
12296 "pet-fs",
12297 "pet-python-utils",
12298 "pet-reporter",
12299 "pet-virtualenv",
12300 "regex",
12301 "serde",
12302 "serde_json",
12303 "sha2",
12304 "toml 0.8.23",
12305]
12306
12307[[package]]
12308name = "pet-pyenv"
12309version = "0.1.0"
12310source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12311dependencies = [
12312 "lazy_static",
12313 "log",
12314 "msvc_spectre_libs",
12315 "pet-conda",
12316 "pet-core",
12317 "pet-fs",
12318 "pet-python-utils",
12319 "pet-reporter",
12320 "regex",
12321 "serde",
12322 "serde_json",
12323]
12324
12325[[package]]
12326name = "pet-python-utils"
12327version = "0.1.0"
12328source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12329dependencies = [
12330 "env_logger 0.10.2",
12331 "lazy_static",
12332 "log",
12333 "msvc_spectre_libs",
12334 "pet-core",
12335 "pet-fs",
12336 "regex",
12337 "serde",
12338 "serde_json",
12339 "sha2",
12340]
12341
12342[[package]]
12343name = "pet-reporter"
12344version = "0.1.0"
12345source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12346dependencies = [
12347 "env_logger 0.10.2",
12348 "log",
12349 "msvc_spectre_libs",
12350 "pet-core",
12351 "pet-jsonrpc",
12352 "serde",
12353 "serde_json",
12354]
12355
12356[[package]]
12357name = "pet-telemetry"
12358version = "0.1.0"
12359source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12360dependencies = [
12361 "env_logger 0.10.2",
12362 "lazy_static",
12363 "log",
12364 "msvc_spectre_libs",
12365 "pet-core",
12366 "pet-fs",
12367 "pet-python-utils",
12368 "regex",
12369]
12370
12371[[package]]
12372name = "pet-uv"
12373version = "0.1.0"
12374source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12375dependencies = [
12376 "log",
12377 "pet-core",
12378 "pet-python-utils",
12379 "serde",
12380 "toml 0.9.8",
12381]
12382
12383[[package]]
12384name = "pet-venv"
12385version = "0.1.0"
12386source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12387dependencies = [
12388 "log",
12389 "msvc_spectre_libs",
12390 "pet-core",
12391 "pet-python-utils",
12392 "pet-virtualenv",
12393]
12394
12395[[package]]
12396name = "pet-virtualenv"
12397version = "0.1.0"
12398source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12399dependencies = [
12400 "log",
12401 "msvc_spectre_libs",
12402 "pet-core",
12403 "pet-fs",
12404 "pet-python-utils",
12405]
12406
12407[[package]]
12408name = "pet-virtualenvwrapper"
12409version = "0.1.0"
12410source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12411dependencies = [
12412 "log",
12413 "msvc_spectre_libs",
12414 "pet-core",
12415 "pet-fs",
12416 "pet-python-utils",
12417 "pet-virtualenv",
12418]
12419
12420[[package]]
12421name = "pet-windows-registry"
12422version = "0.1.0"
12423source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12424dependencies = [
12425 "lazy_static",
12426 "log",
12427 "msvc_spectre_libs",
12428 "pet-conda",
12429 "pet-core",
12430 "pet-fs",
12431 "pet-python-utils",
12432 "pet-virtualenv",
12433 "pet-windows-store",
12434 "regex",
12435 "winreg 0.55.0",
12436]
12437
12438[[package]]
12439name = "pet-windows-store"
12440version = "0.1.0"
12441source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12442dependencies = [
12443 "lazy_static",
12444 "log",
12445 "msvc_spectre_libs",
12446 "pet-core",
12447 "pet-fs",
12448 "pet-python-utils",
12449 "pet-virtualenv",
12450 "regex",
12451 "winreg 0.55.0",
12452]
12453
12454[[package]]
12455name = "pet-winpython"
12456version = "0.1.0"
12457source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12458dependencies = [
12459 "lazy_static",
12460 "log",
12461 "pet-core",
12462 "pet-fs",
12463 "pet-python-utils",
12464 "pet-virtualenv",
12465 "regex",
12466]
12467
12468[[package]]
12469name = "petgraph"
12470version = "0.6.5"
12471source = "registry+https://github.com/rust-lang/crates.io-index"
12472checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12473dependencies = [
12474 "fixedbitset 0.4.2",
12475 "indexmap",
12476]
12477
12478[[package]]
12479name = "pgvector"
12480version = "0.4.1"
12481source = "registry+https://github.com/rust-lang/crates.io-index"
12482checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12483dependencies = [
12484 "serde",
12485]
12486
12487[[package]]
12488name = "phf"
12489version = "0.11.3"
12490source = "registry+https://github.com/rust-lang/crates.io-index"
12491checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12492dependencies = [
12493 "phf_macros 0.11.3",
12494 "phf_shared 0.11.3",
12495]
12496
12497[[package]]
12498name = "phf"
12499version = "0.12.1"
12500source = "registry+https://github.com/rust-lang/crates.io-index"
12501checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12502dependencies = [
12503 "phf_macros 0.12.1",
12504 "phf_shared 0.12.1",
12505]
12506
12507[[package]]
12508name = "phf_codegen"
12509version = "0.11.3"
12510source = "registry+https://github.com/rust-lang/crates.io-index"
12511checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12512dependencies = [
12513 "phf_generator 0.11.3",
12514 "phf_shared 0.11.3",
12515]
12516
12517[[package]]
12518name = "phf_generator"
12519version = "0.11.3"
12520source = "registry+https://github.com/rust-lang/crates.io-index"
12521checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12522dependencies = [
12523 "phf_shared 0.11.3",
12524 "rand 0.8.5",
12525]
12526
12527[[package]]
12528name = "phf_generator"
12529version = "0.12.1"
12530source = "registry+https://github.com/rust-lang/crates.io-index"
12531checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12532dependencies = [
12533 "fastrand 2.3.0",
12534 "phf_shared 0.12.1",
12535]
12536
12537[[package]]
12538name = "phf_macros"
12539version = "0.11.3"
12540source = "registry+https://github.com/rust-lang/crates.io-index"
12541checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12542dependencies = [
12543 "phf_generator 0.11.3",
12544 "phf_shared 0.11.3",
12545 "proc-macro2",
12546 "quote",
12547 "syn 2.0.117",
12548]
12549
12550[[package]]
12551name = "phf_macros"
12552version = "0.12.1"
12553source = "registry+https://github.com/rust-lang/crates.io-index"
12554checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12555dependencies = [
12556 "phf_generator 0.12.1",
12557 "phf_shared 0.12.1",
12558 "proc-macro2",
12559 "quote",
12560 "syn 2.0.117",
12561]
12562
12563[[package]]
12564name = "phf_shared"
12565version = "0.11.3"
12566source = "registry+https://github.com/rust-lang/crates.io-index"
12567checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12568dependencies = [
12569 "siphasher 1.0.1",
12570]
12571
12572[[package]]
12573name = "phf_shared"
12574version = "0.12.1"
12575source = "registry+https://github.com/rust-lang/crates.io-index"
12576checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12577dependencies = [
12578 "siphasher 1.0.1",
12579]
12580
12581[[package]]
12582name = "picker"
12583version = "0.1.0"
12584dependencies = [
12585 "anyhow",
12586 "editor",
12587 "gpui",
12588 "menu",
12589 "schemars",
12590 "serde",
12591 "settings",
12592 "theme",
12593 "theme_settings",
12594 "ui",
12595 "ui_input",
12596 "workspace",
12597 "zed_actions",
12598]
12599
12600[[package]]
12601name = "pico-args"
12602version = "0.5.0"
12603source = "registry+https://github.com/rust-lang/crates.io-index"
12604checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12605
12606[[package]]
12607name = "pin-project"
12608version = "1.1.10"
12609source = "registry+https://github.com/rust-lang/crates.io-index"
12610checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12611dependencies = [
12612 "pin-project-internal",
12613]
12614
12615[[package]]
12616name = "pin-project-internal"
12617version = "1.1.10"
12618source = "registry+https://github.com/rust-lang/crates.io-index"
12619checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12620dependencies = [
12621 "proc-macro2",
12622 "quote",
12623 "syn 2.0.117",
12624]
12625
12626[[package]]
12627name = "pin-project-lite"
12628version = "0.2.16"
12629source = "registry+https://github.com/rust-lang/crates.io-index"
12630checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12631
12632[[package]]
12633name = "pin-utils"
12634version = "0.1.0"
12635source = "registry+https://github.com/rust-lang/crates.io-index"
12636checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12637
12638[[package]]
12639name = "piper"
12640version = "0.2.4"
12641source = "registry+https://github.com/rust-lang/crates.io-index"
12642checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12643dependencies = [
12644 "atomic-waker",
12645 "fastrand 2.3.0",
12646 "futures-io",
12647]
12648
12649[[package]]
12650name = "pkcs1"
12651version = "0.7.5"
12652source = "registry+https://github.com/rust-lang/crates.io-index"
12653checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12654dependencies = [
12655 "der 0.7.10",
12656 "pkcs8 0.10.2",
12657 "spki 0.7.3",
12658]
12659
12660[[package]]
12661name = "pkcs8"
12662version = "0.9.0"
12663source = "registry+https://github.com/rust-lang/crates.io-index"
12664checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12665dependencies = [
12666 "der 0.6.1",
12667 "spki 0.6.0",
12668]
12669
12670[[package]]
12671name = "pkcs8"
12672version = "0.10.2"
12673source = "registry+https://github.com/rust-lang/crates.io-index"
12674checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12675dependencies = [
12676 "der 0.7.10",
12677 "spki 0.7.3",
12678]
12679
12680[[package]]
12681name = "pkg-config"
12682version = "0.3.32"
12683source = "registry+https://github.com/rust-lang/crates.io-index"
12684checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12685
12686[[package]]
12687name = "plain"
12688version = "0.2.3"
12689source = "registry+https://github.com/rust-lang/crates.io-index"
12690checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12691
12692[[package]]
12693name = "platform_title_bar"
12694version = "0.1.0"
12695dependencies = [
12696 "feature_flags",
12697 "gpui",
12698 "project",
12699 "settings",
12700 "smallvec",
12701 "theme",
12702 "theme_settings",
12703 "ui",
12704 "windows 0.61.3",
12705 "workspace",
12706 "zed_actions",
12707]
12708
12709[[package]]
12710name = "plist"
12711version = "1.8.0"
12712source = "registry+https://github.com/rust-lang/crates.io-index"
12713checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12714dependencies = [
12715 "base64 0.22.1",
12716 "indexmap",
12717 "quick-xml 0.38.3",
12718 "serde",
12719 "time",
12720]
12721
12722[[package]]
12723name = "plotters"
12724version = "0.3.7"
12725source = "registry+https://github.com/rust-lang/crates.io-index"
12726checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12727dependencies = [
12728 "num-traits",
12729 "plotters-backend",
12730 "plotters-svg",
12731 "wasm-bindgen",
12732 "web-sys",
12733]
12734
12735[[package]]
12736name = "plotters-backend"
12737version = "0.3.7"
12738source = "registry+https://github.com/rust-lang/crates.io-index"
12739checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12740
12741[[package]]
12742name = "plotters-svg"
12743version = "0.3.7"
12744source = "registry+https://github.com/rust-lang/crates.io-index"
12745checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
12746dependencies = [
12747 "plotters-backend",
12748]
12749
12750[[package]]
12751name = "png"
12752version = "0.17.16"
12753source = "registry+https://github.com/rust-lang/crates.io-index"
12754checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12755dependencies = [
12756 "bitflags 1.3.2",
12757 "crc32fast",
12758 "fdeflate",
12759 "flate2",
12760 "miniz_oxide",
12761]
12762
12763[[package]]
12764name = "png"
12765version = "0.18.0"
12766source = "registry+https://github.com/rust-lang/crates.io-index"
12767checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12768dependencies = [
12769 "bitflags 2.10.0",
12770 "crc32fast",
12771 "fdeflate",
12772 "flate2",
12773 "miniz_oxide",
12774]
12775
12776[[package]]
12777name = "polling"
12778version = "3.11.0"
12779source = "registry+https://github.com/rust-lang/crates.io-index"
12780checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
12781dependencies = [
12782 "cfg-if",
12783 "concurrent-queue",
12784 "hermit-abi",
12785 "pin-project-lite",
12786 "rustix 1.1.2",
12787 "windows-sys 0.61.2",
12788]
12789
12790[[package]]
12791name = "pollster"
12792version = "0.2.5"
12793source = "registry+https://github.com/rust-lang/crates.io-index"
12794checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
12795
12796[[package]]
12797name = "pollster"
12798version = "0.4.0"
12799source = "registry+https://github.com/rust-lang/crates.io-index"
12800checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
12801
12802[[package]]
12803name = "pori"
12804version = "0.0.0"
12805source = "registry+https://github.com/rust-lang/crates.io-index"
12806checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
12807dependencies = [
12808 "nom 7.1.3",
12809]
12810
12811[[package]]
12812name = "portable-atomic"
12813version = "1.11.1"
12814source = "registry+https://github.com/rust-lang/crates.io-index"
12815checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
12816
12817[[package]]
12818name = "portable-atomic-util"
12819version = "0.2.4"
12820source = "registry+https://github.com/rust-lang/crates.io-index"
12821checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
12822dependencies = [
12823 "portable-atomic",
12824]
12825
12826[[package]]
12827name = "portable-pty"
12828version = "0.9.0"
12829source = "registry+https://github.com/rust-lang/crates.io-index"
12830checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
12831dependencies = [
12832 "anyhow",
12833 "bitflags 1.3.2",
12834 "downcast-rs",
12835 "filedescriptor",
12836 "lazy_static",
12837 "libc",
12838 "log",
12839 "nix 0.28.0",
12840 "serial2",
12841 "shared_library",
12842 "shell-words",
12843 "winapi",
12844 "winreg 0.10.1",
12845]
12846
12847[[package]]
12848name = "postage"
12849version = "0.5.0"
12850source = "registry+https://github.com/rust-lang/crates.io-index"
12851checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
12852dependencies = [
12853 "atomic",
12854 "crossbeam-queue",
12855 "futures 0.3.31",
12856 "log",
12857 "parking_lot",
12858 "pin-project",
12859 "pollster 0.2.5",
12860 "static_assertions",
12861 "thiserror 1.0.69",
12862]
12863
12864[[package]]
12865name = "postcard"
12866version = "1.1.3"
12867source = "registry+https://github.com/rust-lang/crates.io-index"
12868checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
12869dependencies = [
12870 "cobs",
12871 "embedded-io 0.4.0",
12872 "embedded-io 0.6.1",
12873 "serde",
12874]
12875
12876[[package]]
12877name = "potential_utf"
12878version = "0.1.3"
12879source = "registry+https://github.com/rust-lang/crates.io-index"
12880checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
12881dependencies = [
12882 "zerovec",
12883]
12884
12885[[package]]
12886name = "powerfmt"
12887version = "0.2.0"
12888source = "registry+https://github.com/rust-lang/crates.io-index"
12889checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
12890
12891[[package]]
12892name = "ppv-lite86"
12893version = "0.2.21"
12894source = "registry+https://github.com/rust-lang/crates.io-index"
12895checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
12896dependencies = [
12897 "zerocopy",
12898]
12899
12900[[package]]
12901name = "precomputed-hash"
12902version = "0.1.1"
12903source = "registry+https://github.com/rust-lang/crates.io-index"
12904checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
12905
12906[[package]]
12907name = "presser"
12908version = "0.3.1"
12909source = "registry+https://github.com/rust-lang/crates.io-index"
12910checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
12911
12912[[package]]
12913name = "prettier"
12914version = "0.1.0"
12915dependencies = [
12916 "anyhow",
12917 "collections",
12918 "fs",
12919 "gpui",
12920 "language",
12921 "log",
12922 "lsp",
12923 "node_runtime",
12924 "parking_lot",
12925 "paths",
12926 "serde",
12927 "serde_json",
12928 "util",
12929]
12930
12931[[package]]
12932name = "pretty_assertions"
12933version = "1.4.1"
12934source = "registry+https://github.com/rust-lang/crates.io-index"
12935checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
12936dependencies = [
12937 "diff",
12938 "yansi",
12939]
12940
12941[[package]]
12942name = "prettyplease"
12943version = "0.2.37"
12944source = "registry+https://github.com/rust-lang/crates.io-index"
12945checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
12946dependencies = [
12947 "proc-macro2",
12948 "syn 2.0.117",
12949]
12950
12951[[package]]
12952name = "primal-check"
12953version = "0.3.4"
12954source = "registry+https://github.com/rust-lang/crates.io-index"
12955checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
12956dependencies = [
12957 "num-integer",
12958]
12959
12960[[package]]
12961name = "proc-macro-crate"
12962version = "3.4.0"
12963source = "registry+https://github.com/rust-lang/crates.io-index"
12964checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
12965dependencies = [
12966 "toml_edit 0.23.7",
12967]
12968
12969[[package]]
12970name = "proc-macro-error"
12971version = "1.0.4"
12972source = "registry+https://github.com/rust-lang/crates.io-index"
12973checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
12974dependencies = [
12975 "proc-macro-error-attr",
12976 "proc-macro2",
12977 "quote",
12978 "syn 1.0.109",
12979 "version_check",
12980]
12981
12982[[package]]
12983name = "proc-macro-error-attr"
12984version = "1.0.4"
12985source = "registry+https://github.com/rust-lang/crates.io-index"
12986checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
12987dependencies = [
12988 "proc-macro2",
12989 "quote",
12990 "version_check",
12991]
12992
12993[[package]]
12994name = "proc-macro-error-attr2"
12995version = "2.0.0"
12996source = "registry+https://github.com/rust-lang/crates.io-index"
12997checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
12998dependencies = [
12999 "proc-macro2",
13000 "quote",
13001]
13002
13003[[package]]
13004name = "proc-macro-error2"
13005version = "2.0.1"
13006source = "registry+https://github.com/rust-lang/crates.io-index"
13007checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13008dependencies = [
13009 "proc-macro-error-attr2",
13010 "proc-macro2",
13011 "quote",
13012 "syn 2.0.117",
13013]
13014
13015[[package]]
13016name = "proc-macro2"
13017version = "1.0.101"
13018source = "registry+https://github.com/rust-lang/crates.io-index"
13019checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13020dependencies = [
13021 "unicode-ident",
13022]
13023
13024[[package]]
13025name = "proc-macro2-diagnostics"
13026version = "0.10.1"
13027source = "registry+https://github.com/rust-lang/crates.io-index"
13028checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13029dependencies = [
13030 "proc-macro2",
13031 "quote",
13032 "syn 2.0.117",
13033 "version_check",
13034 "yansi",
13035]
13036
13037[[package]]
13038name = "procfs-core"
13039version = "0.17.0"
13040source = "registry+https://github.com/rust-lang/crates.io-index"
13041checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13042dependencies = [
13043 "bitflags 2.10.0",
13044 "hex",
13045 "serde",
13046]
13047
13048[[package]]
13049name = "profiling"
13050version = "1.0.17"
13051source = "registry+https://github.com/rust-lang/crates.io-index"
13052checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13053dependencies = [
13054 "profiling-procmacros",
13055]
13056
13057[[package]]
13058name = "profiling-procmacros"
13059version = "1.0.17"
13060source = "registry+https://github.com/rust-lang/crates.io-index"
13061checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13062dependencies = [
13063 "quote",
13064 "syn 2.0.117",
13065]
13066
13067[[package]]
13068name = "project"
13069version = "0.1.0"
13070dependencies = [
13071 "aho-corasick",
13072 "anyhow",
13073 "askpass",
13074 "async-trait",
13075 "base64 0.22.1",
13076 "buffer_diff",
13077 "circular-buffer",
13078 "client",
13079 "clock",
13080 "collections",
13081 "context_server",
13082 "credentials_provider",
13083 "dap",
13084 "encoding_rs",
13085 "extension",
13086 "fancy-regex 0.17.0",
13087 "fs",
13088 "futures 0.3.31",
13089 "fuzzy",
13090 "git",
13091 "git2",
13092 "git_hosting_providers",
13093 "globset",
13094 "gpui",
13095 "http_client",
13096 "image",
13097 "indexmap",
13098 "itertools 0.14.0",
13099 "language",
13100 "log",
13101 "lsp",
13102 "markdown",
13103 "node_runtime",
13104 "parking_lot",
13105 "paths",
13106 "percent-encoding",
13107 "postage",
13108 "prettier",
13109 "pretty_assertions",
13110 "project",
13111 "rand 0.9.2",
13112 "regex",
13113 "release_channel",
13114 "remote",
13115 "rpc",
13116 "schemars",
13117 "semver",
13118 "serde",
13119 "serde_json",
13120 "settings",
13121 "sha2",
13122 "shellexpand 2.1.2",
13123 "smallvec",
13124 "smol",
13125 "snippet",
13126 "snippet_provider",
13127 "sum_tree",
13128 "task",
13129 "tempfile",
13130 "terminal",
13131 "text",
13132 "toml 0.8.23",
13133 "tracing",
13134 "unindent",
13135 "url",
13136 "util",
13137 "watch",
13138 "wax",
13139 "which 6.0.3",
13140 "worktree",
13141 "zeroize",
13142 "zlog",
13143 "ztracing",
13144]
13145
13146[[package]]
13147name = "project_benchmarks"
13148version = "0.1.0"
13149dependencies = [
13150 "anyhow",
13151 "askpass",
13152 "clap",
13153 "client",
13154 "futures 0.3.31",
13155 "gpui",
13156 "gpui_platform",
13157 "http_client",
13158 "language",
13159 "node_runtime",
13160 "project",
13161 "release_channel",
13162 "remote",
13163 "rpassword",
13164 "semver",
13165 "settings",
13166 "watch",
13167]
13168
13169[[package]]
13170name = "project_panel"
13171version = "0.1.0"
13172dependencies = [
13173 "anyhow",
13174 "client",
13175 "collections",
13176 "command_palette_hooks",
13177 "criterion",
13178 "editor",
13179 "feature_flags",
13180 "file_icons",
13181 "git",
13182 "git_ui",
13183 "gpui",
13184 "itertools 0.14.0",
13185 "language",
13186 "menu",
13187 "notifications",
13188 "pretty_assertions",
13189 "project",
13190 "rayon",
13191 "remote_connection",
13192 "schemars",
13193 "search",
13194 "serde",
13195 "serde_json",
13196 "settings",
13197 "smallvec",
13198 "telemetry",
13199 "tempfile",
13200 "theme",
13201 "theme_settings",
13202 "ui",
13203 "util",
13204 "workspace",
13205 "worktree",
13206 "zed_actions",
13207]
13208
13209[[package]]
13210name = "project_symbols"
13211version = "0.1.0"
13212dependencies = [
13213 "anyhow",
13214 "editor",
13215 "futures 0.3.31",
13216 "fuzzy",
13217 "gpui",
13218 "language",
13219 "lsp",
13220 "ordered-float 2.10.1",
13221 "picker",
13222 "project",
13223 "release_channel",
13224 "semver",
13225 "serde_json",
13226 "settings",
13227 "theme",
13228 "theme_settings",
13229 "util",
13230 "workspace",
13231]
13232
13233[[package]]
13234name = "prometheus"
13235version = "0.14.0"
13236source = "registry+https://github.com/rust-lang/crates.io-index"
13237checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13238dependencies = [
13239 "cfg-if",
13240 "fnv",
13241 "lazy_static",
13242 "memchr",
13243 "parking_lot",
13244 "protobuf",
13245 "thiserror 2.0.17",
13246]
13247
13248[[package]]
13249name = "prompt_store"
13250version = "0.1.0"
13251dependencies = [
13252 "anyhow",
13253 "assets",
13254 "chrono",
13255 "collections",
13256 "fs",
13257 "futures 0.3.31",
13258 "fuzzy",
13259 "gpui",
13260 "handlebars 4.5.0",
13261 "heed",
13262 "language",
13263 "log",
13264 "parking_lot",
13265 "paths",
13266 "rope",
13267 "serde",
13268 "strum 0.27.2",
13269 "tempfile",
13270 "text",
13271 "util",
13272 "uuid",
13273]
13274
13275[[package]]
13276name = "proptest"
13277version = "1.10.0"
13278source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13279dependencies = [
13280 "bit-set 0.8.0",
13281 "bit-vec 0.8.0",
13282 "bitflags 2.10.0",
13283 "num-traits",
13284 "proptest-macro",
13285 "rand 0.9.2",
13286 "rand_chacha 0.9.0",
13287 "rand_xorshift",
13288 "regex-syntax",
13289 "rusty-fork",
13290 "tempfile",
13291 "unarray",
13292]
13293
13294[[package]]
13295name = "proptest-derive"
13296version = "0.8.0"
13297source = "registry+https://github.com/rust-lang/crates.io-index"
13298checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13299dependencies = [
13300 "proc-macro2",
13301 "quote",
13302 "syn 2.0.117",
13303]
13304
13305[[package]]
13306name = "proptest-macro"
13307version = "0.5.0"
13308source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13309dependencies = [
13310 "convert_case 0.11.0",
13311 "proc-macro2",
13312 "quote",
13313 "syn 2.0.117",
13314]
13315
13316[[package]]
13317name = "prost"
13318version = "0.9.0"
13319source = "registry+https://github.com/rust-lang/crates.io-index"
13320checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13321dependencies = [
13322 "bytes 1.11.1",
13323 "prost-derive 0.9.0",
13324]
13325
13326[[package]]
13327name = "prost"
13328version = "0.12.6"
13329source = "registry+https://github.com/rust-lang/crates.io-index"
13330checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13331dependencies = [
13332 "bytes 1.11.1",
13333 "prost-derive 0.12.6",
13334]
13335
13336[[package]]
13337name = "prost-build"
13338version = "0.9.0"
13339source = "registry+https://github.com/rust-lang/crates.io-index"
13340checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13341dependencies = [
13342 "bytes 1.11.1",
13343 "heck 0.3.3",
13344 "itertools 0.10.5",
13345 "lazy_static",
13346 "log",
13347 "multimap",
13348 "petgraph",
13349 "prost 0.9.0",
13350 "prost-types 0.9.0",
13351 "regex",
13352 "tempfile",
13353 "which 4.4.2",
13354]
13355
13356[[package]]
13357name = "prost-build"
13358version = "0.12.6"
13359source = "registry+https://github.com/rust-lang/crates.io-index"
13360checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13361dependencies = [
13362 "bytes 1.11.1",
13363 "heck 0.5.0",
13364 "itertools 0.12.1",
13365 "log",
13366 "multimap",
13367 "once_cell",
13368 "petgraph",
13369 "prettyplease",
13370 "prost 0.12.6",
13371 "prost-types 0.12.6",
13372 "regex",
13373 "syn 2.0.117",
13374 "tempfile",
13375]
13376
13377[[package]]
13378name = "prost-derive"
13379version = "0.9.0"
13380source = "registry+https://github.com/rust-lang/crates.io-index"
13381checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13382dependencies = [
13383 "anyhow",
13384 "itertools 0.10.5",
13385 "proc-macro2",
13386 "quote",
13387 "syn 1.0.109",
13388]
13389
13390[[package]]
13391name = "prost-derive"
13392version = "0.12.6"
13393source = "registry+https://github.com/rust-lang/crates.io-index"
13394checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13395dependencies = [
13396 "anyhow",
13397 "itertools 0.12.1",
13398 "proc-macro2",
13399 "quote",
13400 "syn 2.0.117",
13401]
13402
13403[[package]]
13404name = "prost-types"
13405version = "0.9.0"
13406source = "registry+https://github.com/rust-lang/crates.io-index"
13407checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13408dependencies = [
13409 "bytes 1.11.1",
13410 "prost 0.9.0",
13411]
13412
13413[[package]]
13414name = "prost-types"
13415version = "0.12.6"
13416source = "registry+https://github.com/rust-lang/crates.io-index"
13417checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13418dependencies = [
13419 "prost 0.12.6",
13420]
13421
13422[[package]]
13423name = "proto"
13424version = "0.1.0"
13425dependencies = [
13426 "anyhow",
13427 "prost 0.9.0",
13428 "prost-build 0.9.0",
13429 "serde",
13430]
13431
13432[[package]]
13433name = "protobuf"
13434version = "3.7.2"
13435source = "registry+https://github.com/rust-lang/crates.io-index"
13436checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13437dependencies = [
13438 "once_cell",
13439 "protobuf-support",
13440 "thiserror 1.0.69",
13441]
13442
13443[[package]]
13444name = "protobuf-support"
13445version = "3.7.2"
13446source = "registry+https://github.com/rust-lang/crates.io-index"
13447checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13448dependencies = [
13449 "thiserror 1.0.69",
13450]
13451
13452[[package]]
13453name = "psm"
13454version = "0.1.30"
13455source = "registry+https://github.com/rust-lang/crates.io-index"
13456checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13457dependencies = [
13458 "ar_archive_writer",
13459 "cc",
13460]
13461
13462[[package]]
13463name = "ptr_meta"
13464version = "0.1.4"
13465source = "registry+https://github.com/rust-lang/crates.io-index"
13466checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13467dependencies = [
13468 "ptr_meta_derive",
13469]
13470
13471[[package]]
13472name = "ptr_meta_derive"
13473version = "0.1.4"
13474source = "registry+https://github.com/rust-lang/crates.io-index"
13475checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13476dependencies = [
13477 "proc-macro2",
13478 "quote",
13479 "syn 1.0.109",
13480]
13481
13482[[package]]
13483name = "pulldown-cmark"
13484version = "0.10.3"
13485source = "registry+https://github.com/rust-lang/crates.io-index"
13486checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13487dependencies = [
13488 "bitflags 2.10.0",
13489 "memchr",
13490 "pulldown-cmark-escape",
13491 "unicase",
13492]
13493
13494[[package]]
13495name = "pulldown-cmark"
13496version = "0.13.0"
13497source = "registry+https://github.com/rust-lang/crates.io-index"
13498checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13499dependencies = [
13500 "bitflags 2.10.0",
13501 "memchr",
13502 "unicase",
13503]
13504
13505[[package]]
13506name = "pulldown-cmark-escape"
13507version = "0.10.1"
13508source = "registry+https://github.com/rust-lang/crates.io-index"
13509checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13510
13511[[package]]
13512name = "pulley-interpreter"
13513version = "36.0.6"
13514source = "registry+https://github.com/rust-lang/crates.io-index"
13515checksum = "499d922aa0f9faac8d92351416664f1b7acd914008a90fce2f0516d31efddf67"
13516dependencies = [
13517 "cranelift-bitset",
13518 "log",
13519 "pulley-macros",
13520 "wasmtime-internal-math",
13521]
13522
13523[[package]]
13524name = "pulley-macros"
13525version = "36.0.6"
13526source = "registry+https://github.com/rust-lang/crates.io-index"
13527checksum = "a3848fb193d6dffca43a21f24ca9492f22aab88af1223d06bac7f8a0ef405b81"
13528dependencies = [
13529 "proc-macro2",
13530 "quote",
13531 "syn 2.0.117",
13532]
13533
13534[[package]]
13535name = "pulp"
13536version = "0.18.22"
13537source = "registry+https://github.com/rust-lang/crates.io-index"
13538checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13539dependencies = [
13540 "bytemuck",
13541 "libm",
13542 "num-complex",
13543 "reborrow",
13544]
13545
13546[[package]]
13547name = "pulp"
13548version = "0.21.5"
13549source = "registry+https://github.com/rust-lang/crates.io-index"
13550checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13551dependencies = [
13552 "bytemuck",
13553 "cfg-if",
13554 "libm",
13555 "num-complex",
13556 "reborrow",
13557 "version_check",
13558]
13559
13560[[package]]
13561name = "pxfm"
13562version = "0.1.25"
13563source = "registry+https://github.com/rust-lang/crates.io-index"
13564checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13565dependencies = [
13566 "num-traits",
13567]
13568
13569[[package]]
13570name = "qoi"
13571version = "0.4.1"
13572source = "registry+https://github.com/rust-lang/crates.io-index"
13573checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13574dependencies = [
13575 "bytemuck",
13576]
13577
13578[[package]]
13579name = "quick-error"
13580version = "1.2.3"
13581source = "registry+https://github.com/rust-lang/crates.io-index"
13582checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13583
13584[[package]]
13585name = "quick-error"
13586version = "2.0.1"
13587source = "registry+https://github.com/rust-lang/crates.io-index"
13588checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13589
13590[[package]]
13591name = "quick-xml"
13592version = "0.30.0"
13593source = "registry+https://github.com/rust-lang/crates.io-index"
13594checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13595dependencies = [
13596 "memchr",
13597]
13598
13599[[package]]
13600name = "quick-xml"
13601version = "0.37.5"
13602source = "registry+https://github.com/rust-lang/crates.io-index"
13603checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13604dependencies = [
13605 "memchr",
13606]
13607
13608[[package]]
13609name = "quick-xml"
13610version = "0.38.3"
13611source = "registry+https://github.com/rust-lang/crates.io-index"
13612checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13613dependencies = [
13614 "memchr",
13615]
13616
13617[[package]]
13618name = "quinn"
13619version = "0.11.9"
13620source = "registry+https://github.com/rust-lang/crates.io-index"
13621checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13622dependencies = [
13623 "bytes 1.11.1",
13624 "cfg_aliases 0.2.1",
13625 "pin-project-lite",
13626 "quinn-proto",
13627 "quinn-udp",
13628 "rustc-hash 2.1.1",
13629 "rustls 0.23.33",
13630 "socket2 0.6.1",
13631 "thiserror 2.0.17",
13632 "tokio",
13633 "tracing",
13634 "web-time",
13635]
13636
13637[[package]]
13638name = "quinn-proto"
13639version = "0.11.13"
13640source = "registry+https://github.com/rust-lang/crates.io-index"
13641checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13642dependencies = [
13643 "bytes 1.11.1",
13644 "getrandom 0.3.4",
13645 "lru-slab",
13646 "rand 0.9.2",
13647 "ring",
13648 "rustc-hash 2.1.1",
13649 "rustls 0.23.33",
13650 "rustls-pki-types",
13651 "slab",
13652 "thiserror 2.0.17",
13653 "tinyvec",
13654 "tracing",
13655 "web-time",
13656]
13657
13658[[package]]
13659name = "quinn-udp"
13660version = "0.5.14"
13661source = "registry+https://github.com/rust-lang/crates.io-index"
13662checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13663dependencies = [
13664 "cfg_aliases 0.2.1",
13665 "libc",
13666 "once_cell",
13667 "socket2 0.6.1",
13668 "tracing",
13669 "windows-sys 0.60.2",
13670]
13671
13672[[package]]
13673name = "quote"
13674version = "1.0.41"
13675source = "registry+https://github.com/rust-lang/crates.io-index"
13676checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13677dependencies = [
13678 "proc-macro2",
13679]
13680
13681[[package]]
13682name = "r-efi"
13683version = "5.3.0"
13684source = "registry+https://github.com/rust-lang/crates.io-index"
13685checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13686
13687[[package]]
13688name = "radium"
13689version = "0.7.0"
13690source = "registry+https://github.com/rust-lang/crates.io-index"
13691checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13692
13693[[package]]
13694name = "rand"
13695version = "0.3.23"
13696source = "registry+https://github.com/rust-lang/crates.io-index"
13697checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13698dependencies = [
13699 "libc",
13700 "rand 0.4.6",
13701]
13702
13703[[package]]
13704name = "rand"
13705version = "0.4.6"
13706source = "registry+https://github.com/rust-lang/crates.io-index"
13707checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13708dependencies = [
13709 "fuchsia-cprng",
13710 "libc",
13711 "rand_core 0.3.1",
13712 "rdrand",
13713 "winapi",
13714]
13715
13716[[package]]
13717name = "rand"
13718version = "0.8.5"
13719source = "registry+https://github.com/rust-lang/crates.io-index"
13720checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13721dependencies = [
13722 "libc",
13723 "rand_chacha 0.3.1",
13724 "rand_core 0.6.4",
13725]
13726
13727[[package]]
13728name = "rand"
13729version = "0.9.2"
13730source = "registry+https://github.com/rust-lang/crates.io-index"
13731checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
13732dependencies = [
13733 "rand_chacha 0.9.0",
13734 "rand_core 0.9.3",
13735]
13736
13737[[package]]
13738name = "rand_chacha"
13739version = "0.3.1"
13740source = "registry+https://github.com/rust-lang/crates.io-index"
13741checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13742dependencies = [
13743 "ppv-lite86",
13744 "rand_core 0.6.4",
13745]
13746
13747[[package]]
13748name = "rand_chacha"
13749version = "0.9.0"
13750source = "registry+https://github.com/rust-lang/crates.io-index"
13751checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13752dependencies = [
13753 "ppv-lite86",
13754 "rand_core 0.9.3",
13755]
13756
13757[[package]]
13758name = "rand_core"
13759version = "0.3.1"
13760source = "registry+https://github.com/rust-lang/crates.io-index"
13761checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
13762dependencies = [
13763 "rand_core 0.4.2",
13764]
13765
13766[[package]]
13767name = "rand_core"
13768version = "0.4.2"
13769source = "registry+https://github.com/rust-lang/crates.io-index"
13770checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
13771
13772[[package]]
13773name = "rand_core"
13774version = "0.6.4"
13775source = "registry+https://github.com/rust-lang/crates.io-index"
13776checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
13777dependencies = [
13778 "getrandom 0.2.16",
13779]
13780
13781[[package]]
13782name = "rand_core"
13783version = "0.9.3"
13784source = "registry+https://github.com/rust-lang/crates.io-index"
13785checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
13786dependencies = [
13787 "getrandom 0.3.4",
13788]
13789
13790[[package]]
13791name = "rand_distr"
13792version = "0.5.1"
13793source = "registry+https://github.com/rust-lang/crates.io-index"
13794checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
13795dependencies = [
13796 "num-traits",
13797 "rand 0.9.2",
13798]
13799
13800[[package]]
13801name = "rand_pcg"
13802version = "0.3.1"
13803source = "registry+https://github.com/rust-lang/crates.io-index"
13804checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
13805dependencies = [
13806 "rand_core 0.6.4",
13807]
13808
13809[[package]]
13810name = "rand_xorshift"
13811version = "0.4.0"
13812source = "registry+https://github.com/rust-lang/crates.io-index"
13813checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
13814dependencies = [
13815 "rand_core 0.9.3",
13816]
13817
13818[[package]]
13819name = "random_choice"
13820version = "0.3.2"
13821source = "registry+https://github.com/rust-lang/crates.io-index"
13822checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
13823dependencies = [
13824 "rand 0.3.23",
13825]
13826
13827[[package]]
13828name = "range-alloc"
13829version = "0.1.4"
13830source = "registry+https://github.com/rust-lang/crates.io-index"
13831checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
13832
13833[[package]]
13834name = "range-map"
13835version = "0.2.0"
13836source = "registry+https://github.com/rust-lang/crates.io-index"
13837checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
13838dependencies = [
13839 "num-traits",
13840]
13841
13842[[package]]
13843name = "rangemap"
13844version = "1.7.1"
13845source = "registry+https://github.com/rust-lang/crates.io-index"
13846checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
13847
13848[[package]]
13849name = "rav1e"
13850version = "0.7.1"
13851source = "registry+https://github.com/rust-lang/crates.io-index"
13852checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
13853dependencies = [
13854 "arbitrary",
13855 "arg_enum_proc_macro",
13856 "arrayvec",
13857 "av1-grain",
13858 "bitstream-io",
13859 "built",
13860 "cfg-if",
13861 "interpolate_name",
13862 "itertools 0.12.1",
13863 "libc",
13864 "libfuzzer-sys",
13865 "log",
13866 "maybe-rayon",
13867 "new_debug_unreachable",
13868 "noop_proc_macro",
13869 "num-derive",
13870 "num-traits",
13871 "once_cell",
13872 "paste",
13873 "profiling",
13874 "rand 0.8.5",
13875 "rand_chacha 0.3.1",
13876 "simd_helpers",
13877 "system-deps 6.2.2",
13878 "thiserror 1.0.69",
13879 "v_frame",
13880 "wasm-bindgen",
13881]
13882
13883[[package]]
13884name = "ravif"
13885version = "0.11.20"
13886source = "registry+https://github.com/rust-lang/crates.io-index"
13887checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
13888dependencies = [
13889 "avif-serialize",
13890 "imgref",
13891 "loop9",
13892 "quick-error 2.0.1",
13893 "rav1e",
13894 "rayon",
13895 "rgb",
13896]
13897
13898[[package]]
13899name = "raw-cpuid"
13900version = "10.7.0"
13901source = "registry+https://github.com/rust-lang/crates.io-index"
13902checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
13903dependencies = [
13904 "bitflags 1.3.2",
13905]
13906
13907[[package]]
13908name = "raw-cpuid"
13909version = "11.6.0"
13910source = "registry+https://github.com/rust-lang/crates.io-index"
13911checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
13912dependencies = [
13913 "bitflags 2.10.0",
13914]
13915
13916[[package]]
13917name = "raw-window-handle"
13918version = "0.6.2"
13919source = "registry+https://github.com/rust-lang/crates.io-index"
13920checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
13921
13922[[package]]
13923name = "raw-window-metal"
13924version = "1.1.0"
13925source = "registry+https://github.com/rust-lang/crates.io-index"
13926checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
13927dependencies = [
13928 "objc2",
13929 "objc2-core-foundation",
13930 "objc2-foundation",
13931 "objc2-quartz-core",
13932]
13933
13934[[package]]
13935name = "rayon"
13936version = "1.11.0"
13937source = "registry+https://github.com/rust-lang/crates.io-index"
13938checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
13939dependencies = [
13940 "either",
13941 "rayon-core",
13942]
13943
13944[[package]]
13945name = "rayon-core"
13946version = "1.13.0"
13947source = "registry+https://github.com/rust-lang/crates.io-index"
13948checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
13949dependencies = [
13950 "crossbeam-deque",
13951 "crossbeam-utils",
13952]
13953
13954[[package]]
13955name = "rdrand"
13956version = "0.4.0"
13957source = "registry+https://github.com/rust-lang/crates.io-index"
13958checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
13959dependencies = [
13960 "rand_core 0.3.1",
13961]
13962
13963[[package]]
13964name = "read-fonts"
13965version = "0.35.0"
13966source = "registry+https://github.com/rust-lang/crates.io-index"
13967checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
13968dependencies = [
13969 "bytemuck",
13970 "font-types 0.10.0",
13971]
13972
13973[[package]]
13974name = "read-fonts"
13975version = "0.37.0"
13976source = "registry+https://github.com/rust-lang/crates.io-index"
13977checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
13978dependencies = [
13979 "bytemuck",
13980 "core_maths",
13981 "font-types 0.11.0",
13982]
13983
13984[[package]]
13985name = "realfft"
13986version = "3.5.0"
13987source = "registry+https://github.com/rust-lang/crates.io-index"
13988checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
13989dependencies = [
13990 "rustfft",
13991]
13992
13993[[package]]
13994name = "reborrow"
13995version = "0.5.5"
13996source = "registry+https://github.com/rust-lang/crates.io-index"
13997checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
13998
13999[[package]]
14000name = "recent_projects"
14001version = "0.1.0"
14002dependencies = [
14003 "anyhow",
14004 "askpass",
14005 "chrono",
14006 "db",
14007 "dev_container",
14008 "editor",
14009 "extension",
14010 "extension_host",
14011 "fs",
14012 "futures 0.3.31",
14013 "fuzzy",
14014 "gpui",
14015 "http_client",
14016 "indoc",
14017 "language",
14018 "log",
14019 "menu",
14020 "node_runtime",
14021 "open_path_prompt",
14022 "ordered-float 2.10.1",
14023 "paths",
14024 "picker",
14025 "project",
14026 "release_channel",
14027 "remote",
14028 "remote_connection",
14029 "remote_server",
14030 "semver",
14031 "serde",
14032 "serde_json",
14033 "settings",
14034 "smol",
14035 "task",
14036 "telemetry",
14037 "ui",
14038 "ui_input",
14039 "util",
14040 "windows-registry 0.6.1",
14041 "workspace",
14042 "worktree",
14043 "zed_actions",
14044]
14045
14046[[package]]
14047name = "redox_syscall"
14048version = "0.2.16"
14049source = "registry+https://github.com/rust-lang/crates.io-index"
14050checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14051dependencies = [
14052 "bitflags 1.3.2",
14053]
14054
14055[[package]]
14056name = "redox_syscall"
14057version = "0.5.18"
14058source = "registry+https://github.com/rust-lang/crates.io-index"
14059checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14060dependencies = [
14061 "bitflags 2.10.0",
14062]
14063
14064[[package]]
14065name = "redox_users"
14066version = "0.4.6"
14067source = "registry+https://github.com/rust-lang/crates.io-index"
14068checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
14069dependencies = [
14070 "getrandom 0.2.16",
14071 "libredox",
14072 "thiserror 1.0.69",
14073]
14074
14075[[package]]
14076name = "redox_users"
14077version = "0.5.2"
14078source = "registry+https://github.com/rust-lang/crates.io-index"
14079checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14080dependencies = [
14081 "getrandom 0.2.16",
14082 "libredox",
14083 "thiserror 2.0.17",
14084]
14085
14086[[package]]
14087name = "ref-cast"
14088version = "1.0.25"
14089source = "registry+https://github.com/rust-lang/crates.io-index"
14090checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14091dependencies = [
14092 "ref-cast-impl",
14093]
14094
14095[[package]]
14096name = "ref-cast-impl"
14097version = "1.0.25"
14098source = "registry+https://github.com/rust-lang/crates.io-index"
14099checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14100dependencies = [
14101 "proc-macro2",
14102 "quote",
14103 "syn 2.0.117",
14104]
14105
14106[[package]]
14107name = "referencing"
14108version = "0.37.4"
14109source = "registry+https://github.com/rust-lang/crates.io-index"
14110checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14111dependencies = [
14112 "ahash 0.8.12",
14113 "fluent-uri",
14114 "getrandom 0.3.4",
14115 "hashbrown 0.16.1",
14116 "parking_lot",
14117 "percent-encoding",
14118 "serde_json",
14119]
14120
14121[[package]]
14122name = "refineable"
14123version = "0.1.0"
14124dependencies = [
14125 "derive_refineable",
14126]
14127
14128[[package]]
14129name = "regalloc2"
14130version = "0.12.2"
14131source = "registry+https://github.com/rust-lang/crates.io-index"
14132checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14133dependencies = [
14134 "allocator-api2",
14135 "bumpalo",
14136 "hashbrown 0.15.5",
14137 "log",
14138 "rustc-hash 2.1.1",
14139 "serde",
14140 "smallvec",
14141]
14142
14143[[package]]
14144name = "regex"
14145version = "1.12.2"
14146source = "registry+https://github.com/rust-lang/crates.io-index"
14147checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14148dependencies = [
14149 "aho-corasick",
14150 "memchr",
14151 "regex-automata",
14152 "regex-syntax",
14153]
14154
14155[[package]]
14156name = "regex-automata"
14157version = "0.4.13"
14158source = "registry+https://github.com/rust-lang/crates.io-index"
14159checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14160dependencies = [
14161 "aho-corasick",
14162 "memchr",
14163 "regex-syntax",
14164]
14165
14166[[package]]
14167name = "regex-lite"
14168version = "0.1.8"
14169source = "registry+https://github.com/rust-lang/crates.io-index"
14170checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14171
14172[[package]]
14173name = "regex-syntax"
14174version = "0.8.8"
14175source = "registry+https://github.com/rust-lang/crates.io-index"
14176checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14177
14178[[package]]
14179name = "release_channel"
14180version = "0.1.0"
14181dependencies = [
14182 "gpui",
14183 "semver",
14184]
14185
14186[[package]]
14187name = "remote"
14188version = "0.1.0"
14189dependencies = [
14190 "anyhow",
14191 "askpass",
14192 "async-trait",
14193 "base64 0.22.1",
14194 "collections",
14195 "fs",
14196 "futures 0.3.31",
14197 "gpui",
14198 "log",
14199 "parking_lot",
14200 "paths",
14201 "prost 0.9.0",
14202 "release_channel",
14203 "rpc",
14204 "schemars",
14205 "semver",
14206 "serde",
14207 "serde_json",
14208 "settings",
14209 "smol",
14210 "tempfile",
14211 "thiserror 2.0.17",
14212 "urlencoding",
14213 "util",
14214 "which 6.0.3",
14215]
14216
14217[[package]]
14218name = "remote_connection"
14219version = "0.1.0"
14220dependencies = [
14221 "anyhow",
14222 "askpass",
14223 "auto_update",
14224 "futures 0.3.31",
14225 "gpui",
14226 "log",
14227 "markdown",
14228 "menu",
14229 "release_channel",
14230 "remote",
14231 "semver",
14232 "settings",
14233 "theme_settings",
14234 "ui",
14235 "ui_input",
14236 "workspace",
14237]
14238
14239[[package]]
14240name = "remote_server"
14241version = "0.1.0"
14242dependencies = [
14243 "action_log",
14244 "agent",
14245 "anyhow",
14246 "askpass",
14247 "cargo_toml",
14248 "clap",
14249 "client",
14250 "clock",
14251 "collections",
14252 "crash-handler",
14253 "crashes",
14254 "dap_adapters",
14255 "debug_adapter_extension",
14256 "editor",
14257 "env_logger 0.11.8",
14258 "extension",
14259 "extension_host",
14260 "fork",
14261 "fs",
14262 "futures 0.3.31",
14263 "git",
14264 "git2",
14265 "git_hosting_providers",
14266 "gpui",
14267 "gpui_platform",
14268 "gpui_tokio",
14269 "http_client",
14270 "image",
14271 "json_schema_store",
14272 "language",
14273 "language_extension",
14274 "language_model",
14275 "languages",
14276 "libc",
14277 "log",
14278 "lsp",
14279 "minidumper",
14280 "net",
14281 "node_runtime",
14282 "paths",
14283 "pretty_assertions",
14284 "project",
14285 "proto",
14286 "rayon",
14287 "release_channel",
14288 "remote",
14289 "reqwest_client",
14290 "rpc",
14291 "rust-embed",
14292 "semver",
14293 "serde",
14294 "serde_json",
14295 "settings",
14296 "shellexpand 2.1.2",
14297 "smol",
14298 "sysinfo 0.37.2",
14299 "task",
14300 "theme",
14301 "theme_settings",
14302 "thiserror 2.0.17",
14303 "toml 0.8.23",
14304 "unindent",
14305 "util",
14306 "uuid",
14307 "watch",
14308 "windows 0.61.3",
14309 "worktree",
14310 "zlog",
14311]
14312
14313[[package]]
14314name = "rend"
14315version = "0.4.2"
14316source = "registry+https://github.com/rust-lang/crates.io-index"
14317checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14318dependencies = [
14319 "bytecheck",
14320]
14321
14322[[package]]
14323name = "renderdoc-sys"
14324version = "1.1.0"
14325source = "registry+https://github.com/rust-lang/crates.io-index"
14326checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14327
14328[[package]]
14329name = "repl"
14330version = "0.1.0"
14331dependencies = [
14332 "alacritty_terminal",
14333 "anyhow",
14334 "async-dispatcher",
14335 "async-task",
14336 "async-tungstenite",
14337 "base64 0.22.1",
14338 "client",
14339 "collections",
14340 "command_palette_hooks",
14341 "editor",
14342 "feature_flags",
14343 "file_icons",
14344 "futures 0.3.31",
14345 "gpui",
14346 "html_to_markdown",
14347 "http_client",
14348 "image",
14349 "indoc",
14350 "jupyter-protocol",
14351 "jupyter-websocket-client",
14352 "language",
14353 "languages",
14354 "log",
14355 "markdown",
14356 "menu",
14357 "multi_buffer",
14358 "nbformat",
14359 "picker",
14360 "project",
14361 "remote",
14362 "runtimelib",
14363 "serde",
14364 "serde_json",
14365 "settings",
14366 "shlex",
14367 "smol",
14368 "telemetry",
14369 "terminal",
14370 "terminal_view",
14371 "theme",
14372 "theme_settings",
14373 "tree-sitter-md",
14374 "tree-sitter-python",
14375 "tree-sitter-typescript",
14376 "ui",
14377 "util",
14378 "uuid",
14379 "workspace",
14380 "zed_actions",
14381]
14382
14383[[package]]
14384name = "reqwest"
14385version = "0.11.27"
14386source = "registry+https://github.com/rust-lang/crates.io-index"
14387checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14388dependencies = [
14389 "base64 0.21.7",
14390 "bytes 1.11.1",
14391 "encoding_rs",
14392 "futures-core",
14393 "futures-util",
14394 "h2 0.3.27",
14395 "http 0.2.12",
14396 "http-body 0.4.6",
14397 "hyper 0.14.32",
14398 "hyper-tls",
14399 "ipnet",
14400 "js-sys",
14401 "log",
14402 "mime",
14403 "native-tls",
14404 "once_cell",
14405 "percent-encoding",
14406 "pin-project-lite",
14407 "rustls-pemfile 1.0.4",
14408 "serde",
14409 "serde_json",
14410 "serde_urlencoded",
14411 "sync_wrapper 0.1.2",
14412 "system-configuration 0.5.1",
14413 "tokio",
14414 "tokio-native-tls",
14415 "tower-service",
14416 "url",
14417 "wasm-bindgen",
14418 "wasm-bindgen-futures",
14419 "web-sys",
14420 "winreg 0.50.0",
14421]
14422
14423[[package]]
14424name = "reqwest"
14425version = "0.12.24"
14426source = "registry+https://github.com/rust-lang/crates.io-index"
14427checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14428dependencies = [
14429 "base64 0.22.1",
14430 "bytes 1.11.1",
14431 "futures-channel",
14432 "futures-core",
14433 "futures-util",
14434 "http 1.3.1",
14435 "http-body 1.0.1",
14436 "http-body-util",
14437 "hyper 1.7.0",
14438 "hyper-rustls 0.27.7",
14439 "hyper-util",
14440 "js-sys",
14441 "log",
14442 "percent-encoding",
14443 "pin-project-lite",
14444 "quinn",
14445 "rustls 0.23.33",
14446 "rustls-native-certs 0.8.2",
14447 "rustls-pki-types",
14448 "serde",
14449 "serde_json",
14450 "serde_urlencoded",
14451 "sync_wrapper 1.0.2",
14452 "tokio",
14453 "tokio-rustls 0.26.2",
14454 "tower 0.5.2",
14455 "tower-http 0.6.6",
14456 "tower-service",
14457 "url",
14458 "wasm-bindgen",
14459 "wasm-bindgen-futures",
14460 "web-sys",
14461]
14462
14463[[package]]
14464name = "reqwest_client"
14465version = "0.1.0"
14466dependencies = [
14467 "anyhow",
14468 "bytes 1.11.1",
14469 "futures 0.3.31",
14470 "gpui_util",
14471 "http_client",
14472 "http_client_tls",
14473 "log",
14474 "regex",
14475 "serde",
14476 "tokio",
14477 "zed-reqwest",
14478]
14479
14480[[package]]
14481name = "resvg"
14482version = "0.45.1"
14483source = "registry+https://github.com/rust-lang/crates.io-index"
14484checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14485dependencies = [
14486 "gif",
14487 "image-webp",
14488 "log",
14489 "pico-args",
14490 "rgb",
14491 "svgtypes",
14492 "tiny-skia",
14493 "usvg",
14494 "zune-jpeg",
14495]
14496
14497[[package]]
14498name = "rfc6979"
14499version = "0.3.1"
14500source = "registry+https://github.com/rust-lang/crates.io-index"
14501checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14502dependencies = [
14503 "crypto-bigint 0.4.9",
14504 "hmac",
14505 "zeroize",
14506]
14507
14508[[package]]
14509name = "rgb"
14510version = "0.8.52"
14511source = "registry+https://github.com/rust-lang/crates.io-index"
14512checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14513dependencies = [
14514 "bytemuck",
14515]
14516
14517[[package]]
14518name = "ring"
14519version = "0.17.14"
14520source = "registry+https://github.com/rust-lang/crates.io-index"
14521checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14522dependencies = [
14523 "cc",
14524 "cfg-if",
14525 "getrandom 0.2.16",
14526 "libc",
14527 "untrusted 0.9.0",
14528 "windows-sys 0.52.0",
14529]
14530
14531[[package]]
14532name = "rkyv"
14533version = "0.7.45"
14534source = "registry+https://github.com/rust-lang/crates.io-index"
14535checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14536dependencies = [
14537 "bitvec",
14538 "bytecheck",
14539 "bytes 1.11.1",
14540 "hashbrown 0.12.3",
14541 "ptr_meta",
14542 "rend",
14543 "rkyv_derive",
14544 "seahash",
14545 "tinyvec",
14546 "uuid",
14547]
14548
14549[[package]]
14550name = "rkyv_derive"
14551version = "0.7.45"
14552source = "registry+https://github.com/rust-lang/crates.io-index"
14553checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14554dependencies = [
14555 "proc-macro2",
14556 "quote",
14557 "syn 1.0.109",
14558]
14559
14560[[package]]
14561name = "rmp"
14562version = "0.8.14"
14563source = "registry+https://github.com/rust-lang/crates.io-index"
14564checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14565dependencies = [
14566 "byteorder",
14567 "num-traits",
14568 "paste",
14569]
14570
14571[[package]]
14572name = "rmpv"
14573version = "1.3.0"
14574source = "registry+https://github.com/rust-lang/crates.io-index"
14575checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14576dependencies = [
14577 "num-traits",
14578 "rmp",
14579]
14580
14581[[package]]
14582name = "rodio"
14583version = "0.21.1"
14584source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14585dependencies = [
14586 "cpal",
14587 "dasp_sample",
14588 "hound",
14589 "num-rational",
14590 "rand 0.9.2",
14591 "rand_distr",
14592 "rtrb",
14593 "symphonia",
14594 "thiserror 2.0.17",
14595]
14596
14597[[package]]
14598name = "rope"
14599version = "0.1.0"
14600dependencies = [
14601 "criterion",
14602 "ctor",
14603 "gpui",
14604 "heapless",
14605 "log",
14606 "rand 0.9.2",
14607 "rayon",
14608 "sum_tree",
14609 "tracing",
14610 "unicode-segmentation",
14611 "util",
14612 "zlog",
14613 "ztracing",
14614]
14615
14616[[package]]
14617name = "roxmltree"
14618version = "0.20.0"
14619source = "registry+https://github.com/rust-lang/crates.io-index"
14620checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14621
14622[[package]]
14623name = "rpassword"
14624version = "7.4.0"
14625source = "registry+https://github.com/rust-lang/crates.io-index"
14626checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14627dependencies = [
14628 "libc",
14629 "rtoolbox",
14630 "windows-sys 0.59.0",
14631]
14632
14633[[package]]
14634name = "rpc"
14635version = "0.1.0"
14636dependencies = [
14637 "anyhow",
14638 "async-tungstenite",
14639 "base64 0.22.1",
14640 "collections",
14641 "futures 0.3.31",
14642 "gpui",
14643 "parking_lot",
14644 "proto",
14645 "rand 0.9.2",
14646 "rsa",
14647 "serde",
14648 "serde_json",
14649 "sha2",
14650 "strum 0.27.2",
14651 "tracing",
14652 "util",
14653 "zlog",
14654 "zstd",
14655]
14656
14657[[package]]
14658name = "rsa"
14659version = "0.9.10"
14660source = "registry+https://github.com/rust-lang/crates.io-index"
14661checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14662dependencies = [
14663 "const-oid",
14664 "digest",
14665 "num-bigint-dig 0.8.6",
14666 "num-integer",
14667 "num-traits",
14668 "pkcs1",
14669 "pkcs8 0.10.2",
14670 "rand_core 0.6.4",
14671 "signature 2.2.0",
14672 "spki 0.7.3",
14673 "subtle",
14674 "zeroize",
14675]
14676
14677[[package]]
14678name = "rtoolbox"
14679version = "0.0.3"
14680source = "registry+https://github.com/rust-lang/crates.io-index"
14681checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14682dependencies = [
14683 "libc",
14684 "windows-sys 0.52.0",
14685]
14686
14687[[package]]
14688name = "rtrb"
14689version = "0.3.2"
14690source = "registry+https://github.com/rust-lang/crates.io-index"
14691checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14692
14693[[package]]
14694name = "rules_library"
14695version = "0.1.0"
14696dependencies = [
14697 "anyhow",
14698 "collections",
14699 "editor",
14700 "gpui",
14701 "language",
14702 "language_model",
14703 "log",
14704 "menu",
14705 "picker",
14706 "platform_title_bar",
14707 "prompt_store",
14708 "release_channel",
14709 "rope",
14710 "serde",
14711 "settings",
14712 "theme_settings",
14713 "ui",
14714 "ui_input",
14715 "util",
14716 "workspace",
14717 "zed_actions",
14718]
14719
14720[[package]]
14721name = "runtimelib"
14722version = "1.4.0"
14723source = "registry+https://github.com/rust-lang/crates.io-index"
14724checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14725dependencies = [
14726 "async-dispatcher",
14727 "async-std",
14728 "aws-lc-rs",
14729 "base64 0.22.1",
14730 "bytes 1.11.1",
14731 "chrono",
14732 "data-encoding",
14733 "dirs 6.0.0",
14734 "futures 0.3.31",
14735 "glob",
14736 "jupyter-protocol",
14737 "serde",
14738 "serde_json",
14739 "shellexpand 3.1.1",
14740 "smol",
14741 "thiserror 2.0.17",
14742 "uuid",
14743 "zeromq",
14744]
14745
14746[[package]]
14747name = "rust-embed"
14748version = "8.11.0"
14749source = "registry+https://github.com/rust-lang/crates.io-index"
14750checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27"
14751dependencies = [
14752 "rust-embed-impl",
14753 "rust-embed-utils",
14754 "walkdir",
14755]
14756
14757[[package]]
14758name = "rust-embed-impl"
14759version = "8.11.0"
14760source = "registry+https://github.com/rust-lang/crates.io-index"
14761checksum = "da0902e4c7c8e997159ab384e6d0fc91c221375f6894346ae107f47dd0f3ccaa"
14762dependencies = [
14763 "proc-macro2",
14764 "quote",
14765 "rust-embed-utils",
14766 "syn 2.0.117",
14767 "walkdir",
14768]
14769
14770[[package]]
14771name = "rust-embed-utils"
14772version = "8.11.0"
14773source = "registry+https://github.com/rust-lang/crates.io-index"
14774checksum = "5bcdef0be6fe7f6fa333b1073c949729274b05f123a0ad7efcb8efd878e5c3b1"
14775dependencies = [
14776 "globset",
14777 "sha2",
14778 "walkdir",
14779]
14780
14781[[package]]
14782name = "rust_decimal"
14783version = "1.39.0"
14784source = "registry+https://github.com/rust-lang/crates.io-index"
14785checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
14786dependencies = [
14787 "arrayvec",
14788 "borsh",
14789 "bytes 1.11.1",
14790 "num-traits",
14791 "rand 0.8.5",
14792 "rkyv",
14793 "serde",
14794 "serde_json",
14795]
14796
14797[[package]]
14798name = "rustc-demangle"
14799version = "0.1.26"
14800source = "registry+https://github.com/rust-lang/crates.io-index"
14801checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
14802
14803[[package]]
14804name = "rustc-hash"
14805version = "1.1.0"
14806source = "registry+https://github.com/rust-lang/crates.io-index"
14807checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
14808
14809[[package]]
14810name = "rustc-hash"
14811version = "2.1.1"
14812source = "registry+https://github.com/rust-lang/crates.io-index"
14813checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
14814
14815[[package]]
14816name = "rustc_version"
14817version = "0.4.1"
14818source = "registry+https://github.com/rust-lang/crates.io-index"
14819checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
14820dependencies = [
14821 "semver",
14822]
14823
14824[[package]]
14825name = "rustfft"
14826version = "6.4.1"
14827source = "registry+https://github.com/rust-lang/crates.io-index"
14828checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
14829dependencies = [
14830 "num-complex",
14831 "num-integer",
14832 "num-traits",
14833 "primal-check",
14834 "strength_reduce",
14835 "transpose",
14836]
14837
14838[[package]]
14839name = "rustix"
14840version = "0.38.44"
14841source = "registry+https://github.com/rust-lang/crates.io-index"
14842checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
14843dependencies = [
14844 "bitflags 2.10.0",
14845 "errno 0.3.14",
14846 "libc",
14847 "linux-raw-sys 0.4.15",
14848 "windows-sys 0.59.0",
14849]
14850
14851[[package]]
14852name = "rustix"
14853version = "1.1.2"
14854source = "registry+https://github.com/rust-lang/crates.io-index"
14855checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
14856dependencies = [
14857 "bitflags 2.10.0",
14858 "errno 0.3.14",
14859 "libc",
14860 "linux-raw-sys 0.11.0",
14861 "windows-sys 0.61.2",
14862]
14863
14864[[package]]
14865name = "rustix-linux-procfs"
14866version = "0.1.1"
14867source = "registry+https://github.com/rust-lang/crates.io-index"
14868checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
14869dependencies = [
14870 "once_cell",
14871 "rustix 1.1.2",
14872]
14873
14874[[package]]
14875name = "rustix-openpty"
14876version = "0.2.0"
14877source = "registry+https://github.com/rust-lang/crates.io-index"
14878checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
14879dependencies = [
14880 "errno 0.3.14",
14881 "libc",
14882 "rustix 1.1.2",
14883]
14884
14885[[package]]
14886name = "rustls"
14887version = "0.21.12"
14888source = "registry+https://github.com/rust-lang/crates.io-index"
14889checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
14890dependencies = [
14891 "log",
14892 "ring",
14893 "rustls-webpki 0.101.7",
14894 "sct",
14895]
14896
14897[[package]]
14898name = "rustls"
14899version = "0.23.33"
14900source = "registry+https://github.com/rust-lang/crates.io-index"
14901checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
14902dependencies = [
14903 "aws-lc-rs",
14904 "log",
14905 "once_cell",
14906 "ring",
14907 "rustls-pki-types",
14908 "rustls-webpki 0.103.7",
14909 "subtle",
14910 "zeroize",
14911]
14912
14913[[package]]
14914name = "rustls-native-certs"
14915version = "0.6.3"
14916source = "registry+https://github.com/rust-lang/crates.io-index"
14917checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
14918dependencies = [
14919 "openssl-probe",
14920 "rustls-pemfile 1.0.4",
14921 "schannel",
14922 "security-framework 2.11.1",
14923]
14924
14925[[package]]
14926name = "rustls-native-certs"
14927version = "0.8.2"
14928source = "registry+https://github.com/rust-lang/crates.io-index"
14929checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
14930dependencies = [
14931 "openssl-probe",
14932 "rustls-pki-types",
14933 "schannel",
14934 "security-framework 3.5.1",
14935]
14936
14937[[package]]
14938name = "rustls-pemfile"
14939version = "1.0.4"
14940source = "registry+https://github.com/rust-lang/crates.io-index"
14941checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
14942dependencies = [
14943 "base64 0.21.7",
14944]
14945
14946[[package]]
14947name = "rustls-pemfile"
14948version = "2.2.0"
14949source = "registry+https://github.com/rust-lang/crates.io-index"
14950checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
14951dependencies = [
14952 "rustls-pki-types",
14953]
14954
14955[[package]]
14956name = "rustls-pki-types"
14957version = "1.12.0"
14958source = "registry+https://github.com/rust-lang/crates.io-index"
14959checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
14960dependencies = [
14961 "web-time",
14962 "zeroize",
14963]
14964
14965[[package]]
14966name = "rustls-platform-verifier"
14967version = "0.5.3"
14968source = "registry+https://github.com/rust-lang/crates.io-index"
14969checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
14970dependencies = [
14971 "core-foundation 0.10.0",
14972 "core-foundation-sys",
14973 "jni",
14974 "log",
14975 "once_cell",
14976 "rustls 0.23.33",
14977 "rustls-native-certs 0.8.2",
14978 "rustls-platform-verifier-android",
14979 "rustls-webpki 0.103.7",
14980 "security-framework 3.5.1",
14981 "security-framework-sys",
14982 "webpki-root-certs",
14983 "windows-sys 0.59.0",
14984]
14985
14986[[package]]
14987name = "rustls-platform-verifier-android"
14988version = "0.1.1"
14989source = "registry+https://github.com/rust-lang/crates.io-index"
14990checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
14991
14992[[package]]
14993name = "rustls-webpki"
14994version = "0.101.7"
14995source = "registry+https://github.com/rust-lang/crates.io-index"
14996checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
14997dependencies = [
14998 "ring",
14999 "untrusted 0.9.0",
15000]
15001
15002[[package]]
15003name = "rustls-webpki"
15004version = "0.103.7"
15005source = "registry+https://github.com/rust-lang/crates.io-index"
15006checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15007dependencies = [
15008 "aws-lc-rs",
15009 "ring",
15010 "rustls-pki-types",
15011 "untrusted 0.9.0",
15012]
15013
15014[[package]]
15015name = "rustversion"
15016version = "1.0.22"
15017source = "registry+https://github.com/rust-lang/crates.io-index"
15018checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15019
15020[[package]]
15021name = "rusty-fork"
15022version = "0.3.1"
15023source = "registry+https://github.com/rust-lang/crates.io-index"
15024checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15025dependencies = [
15026 "fnv",
15027 "quick-error 1.2.3",
15028 "tempfile",
15029 "wait-timeout",
15030]
15031
15032[[package]]
15033name = "rustybuzz"
15034version = "0.20.1"
15035source = "registry+https://github.com/rust-lang/crates.io-index"
15036checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15037dependencies = [
15038 "bitflags 2.10.0",
15039 "bytemuck",
15040 "core_maths",
15041 "log",
15042 "smallvec",
15043 "ttf-parser 0.25.1",
15044 "unicode-bidi-mirroring",
15045 "unicode-ccc",
15046 "unicode-properties",
15047 "unicode-script",
15048]
15049
15050[[package]]
15051name = "ryu"
15052version = "1.0.20"
15053source = "registry+https://github.com/rust-lang/crates.io-index"
15054checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15055
15056[[package]]
15057name = "saa"
15058version = "5.4.9"
15059source = "registry+https://github.com/rust-lang/crates.io-index"
15060checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15061
15062[[package]]
15063name = "safetensors"
15064version = "0.4.5"
15065source = "registry+https://github.com/rust-lang/crates.io-index"
15066checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15067dependencies = [
15068 "serde",
15069 "serde_json",
15070]
15071
15072[[package]]
15073name = "same-file"
15074version = "1.0.6"
15075source = "registry+https://github.com/rust-lang/crates.io-index"
15076checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15077dependencies = [
15078 "winapi-util",
15079]
15080
15081[[package]]
15082name = "scc"
15083version = "3.5.6"
15084source = "registry+https://github.com/rust-lang/crates.io-index"
15085checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15086dependencies = [
15087 "saa",
15088 "sdd",
15089]
15090
15091[[package]]
15092name = "schannel"
15093version = "0.1.28"
15094source = "registry+https://github.com/rust-lang/crates.io-index"
15095checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15096dependencies = [
15097 "windows-sys 0.61.2",
15098]
15099
15100[[package]]
15101name = "scheduler"
15102version = "0.1.0"
15103dependencies = [
15104 "async-task",
15105 "backtrace",
15106 "chrono",
15107 "flume",
15108 "futures 0.3.31",
15109 "parking_lot",
15110 "rand 0.9.2",
15111 "web-time",
15112]
15113
15114[[package]]
15115name = "schema_generator"
15116version = "0.1.0"
15117dependencies = [
15118 "anyhow",
15119 "clap",
15120 "env_logger 0.11.8",
15121 "schemars",
15122 "serde",
15123 "serde_json",
15124 "settings",
15125 "theme",
15126 "theme_settings",
15127]
15128
15129[[package]]
15130name = "schemars"
15131version = "1.0.4"
15132source = "registry+https://github.com/rust-lang/crates.io-index"
15133checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15134dependencies = [
15135 "dyn-clone",
15136 "indexmap",
15137 "ref-cast",
15138 "schemars_derive",
15139 "serde",
15140 "serde_json",
15141]
15142
15143[[package]]
15144name = "schemars_derive"
15145version = "1.0.4"
15146source = "registry+https://github.com/rust-lang/crates.io-index"
15147checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15148dependencies = [
15149 "proc-macro2",
15150 "quote",
15151 "serde_derive_internals",
15152 "syn 2.0.117",
15153]
15154
15155[[package]]
15156name = "scoped-tls"
15157version = "1.0.1"
15158source = "registry+https://github.com/rust-lang/crates.io-index"
15159checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15160
15161[[package]]
15162name = "scopeguard"
15163version = "1.2.0"
15164source = "registry+https://github.com/rust-lang/crates.io-index"
15165checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15166
15167[[package]]
15168name = "scratch"
15169version = "1.0.9"
15170source = "registry+https://github.com/rust-lang/crates.io-index"
15171checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15172
15173[[package]]
15174name = "screencapturekit"
15175version = "0.2.8"
15176source = "registry+https://github.com/rust-lang/crates.io-index"
15177checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15178dependencies = [
15179 "screencapturekit-sys",
15180]
15181
15182[[package]]
15183name = "screencapturekit-sys"
15184version = "0.2.8"
15185source = "registry+https://github.com/rust-lang/crates.io-index"
15186checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15187dependencies = [
15188 "block",
15189 "dispatch",
15190 "objc",
15191 "objc-foundation",
15192 "objc_id",
15193 "once_cell",
15194]
15195
15196[[package]]
15197name = "scroll"
15198version = "0.12.0"
15199source = "registry+https://github.com/rust-lang/crates.io-index"
15200checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15201dependencies = [
15202 "scroll_derive",
15203]
15204
15205[[package]]
15206name = "scroll_derive"
15207version = "0.12.1"
15208source = "registry+https://github.com/rust-lang/crates.io-index"
15209checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15210dependencies = [
15211 "proc-macro2",
15212 "quote",
15213 "syn 2.0.117",
15214]
15215
15216[[package]]
15217name = "sct"
15218version = "0.7.1"
15219source = "registry+https://github.com/rust-lang/crates.io-index"
15220checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15221dependencies = [
15222 "ring",
15223 "untrusted 0.9.0",
15224]
15225
15226[[package]]
15227name = "sdd"
15228version = "4.6.2"
15229source = "registry+https://github.com/rust-lang/crates.io-index"
15230checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15231
15232[[package]]
15233name = "sea-bae"
15234version = "0.2.1"
15235source = "registry+https://github.com/rust-lang/crates.io-index"
15236checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15237dependencies = [
15238 "heck 0.4.1",
15239 "proc-macro-error2",
15240 "proc-macro2",
15241 "quote",
15242 "syn 2.0.117",
15243]
15244
15245[[package]]
15246name = "sea-orm"
15247version = "1.1.10"
15248source = "registry+https://github.com/rust-lang/crates.io-index"
15249checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15250dependencies = [
15251 "async-stream",
15252 "async-trait",
15253 "bigdecimal",
15254 "chrono",
15255 "futures-util",
15256 "log",
15257 "ouroboros",
15258 "pgvector",
15259 "rust_decimal",
15260 "sea-orm-macros",
15261 "sea-query",
15262 "sea-query-binder",
15263 "serde",
15264 "serde_json",
15265 "sqlx",
15266 "strum 0.26.3",
15267 "thiserror 2.0.17",
15268 "time",
15269 "tracing",
15270 "url",
15271 "uuid",
15272]
15273
15274[[package]]
15275name = "sea-orm-macros"
15276version = "1.1.10"
15277source = "registry+https://github.com/rust-lang/crates.io-index"
15278checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15279dependencies = [
15280 "heck 0.4.1",
15281 "proc-macro2",
15282 "quote",
15283 "sea-bae",
15284 "syn 2.0.117",
15285 "unicode-ident",
15286]
15287
15288[[package]]
15289name = "sea-query"
15290version = "0.32.7"
15291source = "registry+https://github.com/rust-lang/crates.io-index"
15292checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15293dependencies = [
15294 "bigdecimal",
15295 "chrono",
15296 "inherent",
15297 "ordered-float 4.6.0",
15298 "rust_decimal",
15299 "serde_json",
15300 "time",
15301 "uuid",
15302]
15303
15304[[package]]
15305name = "sea-query-binder"
15306version = "0.7.0"
15307source = "registry+https://github.com/rust-lang/crates.io-index"
15308checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15309dependencies = [
15310 "bigdecimal",
15311 "chrono",
15312 "rust_decimal",
15313 "sea-query",
15314 "serde_json",
15315 "sqlx",
15316 "time",
15317 "uuid",
15318]
15319
15320[[package]]
15321name = "seahash"
15322version = "4.1.0"
15323source = "registry+https://github.com/rust-lang/crates.io-index"
15324checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15325
15326[[package]]
15327name = "search"
15328version = "0.1.0"
15329dependencies = [
15330 "any_vec",
15331 "anyhow",
15332 "bitflags 2.10.0",
15333 "collections",
15334 "editor",
15335 "fs",
15336 "futures 0.3.31",
15337 "gpui",
15338 "itertools 0.14.0",
15339 "language",
15340 "lsp",
15341 "menu",
15342 "multi_buffer",
15343 "pretty_assertions",
15344 "project",
15345 "serde",
15346 "serde_json",
15347 "settings",
15348 "smol",
15349 "theme",
15350 "theme_settings",
15351 "tracing",
15352 "ui",
15353 "unindent",
15354 "util",
15355 "util_macros",
15356 "workspace",
15357 "zed_actions",
15358 "ztracing",
15359]
15360
15361[[package]]
15362name = "sec1"
15363version = "0.3.0"
15364source = "registry+https://github.com/rust-lang/crates.io-index"
15365checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15366dependencies = [
15367 "base16ct",
15368 "der 0.6.1",
15369 "generic-array",
15370 "pkcs8 0.9.0",
15371 "subtle",
15372 "zeroize",
15373]
15374
15375[[package]]
15376name = "security-framework"
15377version = "2.11.1"
15378source = "registry+https://github.com/rust-lang/crates.io-index"
15379checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15380dependencies = [
15381 "bitflags 2.10.0",
15382 "core-foundation 0.9.4",
15383 "core-foundation-sys",
15384 "libc",
15385 "security-framework-sys",
15386]
15387
15388[[package]]
15389name = "security-framework"
15390version = "3.5.1"
15391source = "registry+https://github.com/rust-lang/crates.io-index"
15392checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15393dependencies = [
15394 "bitflags 2.10.0",
15395 "core-foundation 0.10.0",
15396 "core-foundation-sys",
15397 "libc",
15398 "security-framework-sys",
15399]
15400
15401[[package]]
15402name = "security-framework-sys"
15403version = "2.15.0"
15404source = "registry+https://github.com/rust-lang/crates.io-index"
15405checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15406dependencies = [
15407 "core-foundation-sys",
15408 "libc",
15409]
15410
15411[[package]]
15412name = "self_cell"
15413version = "1.2.2"
15414source = "registry+https://github.com/rust-lang/crates.io-index"
15415checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15416
15417[[package]]
15418name = "semver"
15419version = "1.0.27"
15420source = "registry+https://github.com/rust-lang/crates.io-index"
15421checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15422dependencies = [
15423 "serde",
15424 "serde_core",
15425]
15426
15427[[package]]
15428name = "seq-macro"
15429version = "0.3.6"
15430source = "registry+https://github.com/rust-lang/crates.io-index"
15431checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15432
15433[[package]]
15434name = "serde"
15435version = "1.0.228"
15436source = "registry+https://github.com/rust-lang/crates.io-index"
15437checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15438dependencies = [
15439 "serde_core",
15440 "serde_derive",
15441]
15442
15443[[package]]
15444name = "serde_bytes"
15445version = "0.11.19"
15446source = "registry+https://github.com/rust-lang/crates.io-index"
15447checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15448dependencies = [
15449 "serde",
15450 "serde_core",
15451]
15452
15453[[package]]
15454name = "serde_core"
15455version = "1.0.228"
15456source = "registry+https://github.com/rust-lang/crates.io-index"
15457checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15458dependencies = [
15459 "serde_derive",
15460]
15461
15462[[package]]
15463name = "serde_derive"
15464version = "1.0.228"
15465source = "registry+https://github.com/rust-lang/crates.io-index"
15466checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15467dependencies = [
15468 "proc-macro2",
15469 "quote",
15470 "syn 2.0.117",
15471]
15472
15473[[package]]
15474name = "serde_derive_internals"
15475version = "0.29.1"
15476source = "registry+https://github.com/rust-lang/crates.io-index"
15477checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15478dependencies = [
15479 "proc-macro2",
15480 "quote",
15481 "syn 2.0.117",
15482]
15483
15484[[package]]
15485name = "serde_fmt"
15486version = "1.0.3"
15487source = "registry+https://github.com/rust-lang/crates.io-index"
15488checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15489dependencies = [
15490 "serde",
15491]
15492
15493[[package]]
15494name = "serde_json"
15495version = "1.0.145"
15496source = "registry+https://github.com/rust-lang/crates.io-index"
15497checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15498dependencies = [
15499 "indexmap",
15500 "itoa",
15501 "memchr",
15502 "ryu",
15503 "serde",
15504 "serde_core",
15505]
15506
15507[[package]]
15508name = "serde_json_lenient"
15509version = "0.2.4"
15510source = "registry+https://github.com/rust-lang/crates.io-index"
15511checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15512dependencies = [
15513 "indexmap",
15514 "itoa",
15515 "memchr",
15516 "ryu",
15517 "serde",
15518]
15519
15520[[package]]
15521name = "serde_path_to_error"
15522version = "0.1.20"
15523source = "registry+https://github.com/rust-lang/crates.io-index"
15524checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15525dependencies = [
15526 "itoa",
15527 "serde",
15528 "serde_core",
15529]
15530
15531[[package]]
15532name = "serde_repr"
15533version = "0.1.20"
15534source = "registry+https://github.com/rust-lang/crates.io-index"
15535checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15536dependencies = [
15537 "proc-macro2",
15538 "quote",
15539 "syn 2.0.117",
15540]
15541
15542[[package]]
15543name = "serde_spanned"
15544version = "0.6.9"
15545source = "registry+https://github.com/rust-lang/crates.io-index"
15546checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15547dependencies = [
15548 "serde",
15549]
15550
15551[[package]]
15552name = "serde_spanned"
15553version = "1.0.3"
15554source = "registry+https://github.com/rust-lang/crates.io-index"
15555checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15556dependencies = [
15557 "serde_core",
15558]
15559
15560[[package]]
15561name = "serde_urlencoded"
15562version = "0.7.1"
15563source = "registry+https://github.com/rust-lang/crates.io-index"
15564checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15565dependencies = [
15566 "form_urlencoded",
15567 "itoa",
15568 "ryu",
15569 "serde",
15570]
15571
15572[[package]]
15573name = "serde_yaml"
15574version = "0.9.34+deprecated"
15575source = "registry+https://github.com/rust-lang/crates.io-index"
15576checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15577dependencies = [
15578 "indexmap",
15579 "itoa",
15580 "ryu",
15581 "serde",
15582 "unsafe-libyaml",
15583]
15584
15585[[package]]
15586name = "serial2"
15587version = "0.2.33"
15588source = "registry+https://github.com/rust-lang/crates.io-index"
15589checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15590dependencies = [
15591 "cfg-if",
15592 "libc",
15593 "winapi",
15594]
15595
15596[[package]]
15597name = "session"
15598version = "0.1.0"
15599dependencies = [
15600 "db",
15601 "gpui",
15602 "serde_json",
15603 "util",
15604 "uuid",
15605]
15606
15607[[package]]
15608name = "settings"
15609version = "0.1.0"
15610dependencies = [
15611 "anyhow",
15612 "collections",
15613 "ec4rs",
15614 "fs",
15615 "futures 0.3.31",
15616 "gpui",
15617 "indoc",
15618 "inventory",
15619 "log",
15620 "migrator",
15621 "paths",
15622 "pretty_assertions",
15623 "release_channel",
15624 "rust-embed",
15625 "schemars",
15626 "serde",
15627 "serde_json",
15628 "serde_json_lenient",
15629 "settings_content",
15630 "settings_json",
15631 "settings_macros",
15632 "smallvec",
15633 "unindent",
15634 "util",
15635 "zlog",
15636]
15637
15638[[package]]
15639name = "settings_content"
15640version = "0.1.0"
15641dependencies = [
15642 "anyhow",
15643 "collections",
15644 "derive_more",
15645 "gpui",
15646 "log",
15647 "schemars",
15648 "serde",
15649 "serde_json",
15650 "serde_json_lenient",
15651 "settings_json",
15652 "settings_macros",
15653 "strum 0.27.2",
15654 "util",
15655]
15656
15657[[package]]
15658name = "settings_json"
15659version = "0.1.0"
15660dependencies = [
15661 "anyhow",
15662 "pretty_assertions",
15663 "serde",
15664 "serde_json",
15665 "serde_json_lenient",
15666 "serde_path_to_error",
15667 "tree-sitter",
15668 "tree-sitter-json",
15669 "unindent",
15670 "util",
15671]
15672
15673[[package]]
15674name = "settings_macros"
15675version = "0.1.0"
15676dependencies = [
15677 "quote",
15678 "settings",
15679 "syn 2.0.117",
15680]
15681
15682[[package]]
15683name = "settings_profile_selector"
15684version = "0.1.0"
15685dependencies = [
15686 "editor",
15687 "fuzzy",
15688 "gpui",
15689 "menu",
15690 "picker",
15691 "project",
15692 "serde_json",
15693 "settings",
15694 "theme",
15695 "theme_settings",
15696 "ui",
15697 "workspace",
15698 "zed_actions",
15699]
15700
15701[[package]]
15702name = "settings_ui"
15703version = "0.1.0"
15704dependencies = [
15705 "agent",
15706 "agent_settings",
15707 "anyhow",
15708 "audio",
15709 "codestral",
15710 "component",
15711 "copilot",
15712 "copilot_ui",
15713 "cpal",
15714 "edit_prediction",
15715 "edit_prediction_ui",
15716 "editor",
15717 "feature_flags",
15718 "fs",
15719 "futures 0.3.31",
15720 "fuzzy",
15721 "gpui",
15722 "heck 0.5.0",
15723 "itertools 0.14.0",
15724 "language",
15725 "log",
15726 "menu",
15727 "paths",
15728 "picker",
15729 "platform_title_bar",
15730 "pretty_assertions",
15731 "project",
15732 "regex",
15733 "release_channel",
15734 "rodio",
15735 "schemars",
15736 "search",
15737 "serde",
15738 "serde_json",
15739 "settings",
15740 "shell_command_parser",
15741 "strum 0.27.2",
15742 "telemetry",
15743 "theme",
15744 "theme_settings",
15745 "title_bar",
15746 "ui",
15747 "util",
15748 "workspace",
15749 "zed_actions",
15750]
15751
15752[[package]]
15753name = "sha-1"
15754version = "0.10.1"
15755source = "registry+https://github.com/rust-lang/crates.io-index"
15756checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15757dependencies = [
15758 "cfg-if",
15759 "cpufeatures",
15760 "digest",
15761]
15762
15763[[package]]
15764name = "sha1"
15765version = "0.10.6"
15766source = "registry+https://github.com/rust-lang/crates.io-index"
15767checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15768dependencies = [
15769 "cfg-if",
15770 "cpufeatures",
15771 "digest",
15772]
15773
15774[[package]]
15775name = "sha1_smol"
15776version = "1.0.1"
15777source = "registry+https://github.com/rust-lang/crates.io-index"
15778checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
15779
15780[[package]]
15781name = "sha2"
15782version = "0.10.9"
15783source = "registry+https://github.com/rust-lang/crates.io-index"
15784checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
15785dependencies = [
15786 "cfg-if",
15787 "cpufeatures",
15788 "digest",
15789]
15790
15791[[package]]
15792name = "sharded-slab"
15793version = "0.1.7"
15794source = "registry+https://github.com/rust-lang/crates.io-index"
15795checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
15796dependencies = [
15797 "lazy_static",
15798]
15799
15800[[package]]
15801name = "shared_library"
15802version = "0.1.9"
15803source = "registry+https://github.com/rust-lang/crates.io-index"
15804checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
15805dependencies = [
15806 "lazy_static",
15807 "libc",
15808]
15809
15810[[package]]
15811name = "shell-words"
15812version = "1.1.0"
15813source = "registry+https://github.com/rust-lang/crates.io-index"
15814checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
15815
15816[[package]]
15817name = "shell_command_parser"
15818version = "0.1.0"
15819dependencies = [
15820 "brush-parser",
15821]
15822
15823[[package]]
15824name = "shellexpand"
15825version = "2.1.2"
15826source = "registry+https://github.com/rust-lang/crates.io-index"
15827checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
15828dependencies = [
15829 "dirs 4.0.0",
15830]
15831
15832[[package]]
15833name = "shellexpand"
15834version = "3.1.1"
15835source = "registry+https://github.com/rust-lang/crates.io-index"
15836checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
15837dependencies = [
15838 "dirs 6.0.0",
15839]
15840
15841[[package]]
15842name = "shingles"
15843version = "0.1.1"
15844source = "registry+https://github.com/rust-lang/crates.io-index"
15845checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
15846
15847[[package]]
15848name = "shlex"
15849version = "1.3.0"
15850source = "registry+https://github.com/rust-lang/crates.io-index"
15851checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
15852
15853[[package]]
15854name = "sidebar"
15855version = "0.1.0"
15856dependencies = [
15857 "acp_thread",
15858 "action_log",
15859 "agent",
15860 "agent-client-protocol",
15861 "agent_settings",
15862 "agent_ui",
15863 "anyhow",
15864 "chrono",
15865 "collections",
15866 "editor",
15867 "feature_flags",
15868 "fs",
15869 "git",
15870 "gpui",
15871 "language_model",
15872 "menu",
15873 "platform_title_bar",
15874 "pretty_assertions",
15875 "project",
15876 "prompt_store",
15877 "recent_projects",
15878 "remote",
15879 "serde",
15880 "serde_json",
15881 "settings",
15882 "theme",
15883 "theme_settings",
15884 "ui",
15885 "util",
15886 "vim_mode_setting",
15887 "workspace",
15888 "zed_actions",
15889]
15890
15891[[package]]
15892name = "signal-hook"
15893version = "0.3.18"
15894source = "registry+https://github.com/rust-lang/crates.io-index"
15895checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
15896dependencies = [
15897 "libc",
15898 "signal-hook-registry",
15899]
15900
15901[[package]]
15902name = "signal-hook-registry"
15903version = "1.4.6"
15904source = "registry+https://github.com/rust-lang/crates.io-index"
15905checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
15906dependencies = [
15907 "libc",
15908]
15909
15910[[package]]
15911name = "signature"
15912version = "1.6.4"
15913source = "registry+https://github.com/rust-lang/crates.io-index"
15914checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
15915dependencies = [
15916 "digest",
15917 "rand_core 0.6.4",
15918]
15919
15920[[package]]
15921name = "signature"
15922version = "2.2.0"
15923source = "registry+https://github.com/rust-lang/crates.io-index"
15924checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
15925dependencies = [
15926 "digest",
15927 "rand_core 0.6.4",
15928]
15929
15930[[package]]
15931name = "simd-adler32"
15932version = "0.3.7"
15933source = "registry+https://github.com/rust-lang/crates.io-index"
15934checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
15935
15936[[package]]
15937name = "simd_helpers"
15938version = "0.1.0"
15939source = "registry+https://github.com/rust-lang/crates.io-index"
15940checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
15941dependencies = [
15942 "quote",
15943]
15944
15945[[package]]
15946name = "simdutf8"
15947version = "0.1.5"
15948source = "registry+https://github.com/rust-lang/crates.io-index"
15949checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
15950
15951[[package]]
15952name = "similar"
15953version = "2.7.0"
15954source = "registry+https://github.com/rust-lang/crates.io-index"
15955checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
15956
15957[[package]]
15958name = "simple_asn1"
15959version = "0.6.3"
15960source = "registry+https://github.com/rust-lang/crates.io-index"
15961checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
15962dependencies = [
15963 "num-bigint",
15964 "num-traits",
15965 "thiserror 2.0.17",
15966 "time",
15967]
15968
15969[[package]]
15970name = "simplecss"
15971version = "0.2.2"
15972source = "registry+https://github.com/rust-lang/crates.io-index"
15973checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
15974dependencies = [
15975 "log",
15976]
15977
15978[[package]]
15979name = "simplelog"
15980version = "0.12.2"
15981source = "registry+https://github.com/rust-lang/crates.io-index"
15982checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
15983dependencies = [
15984 "log",
15985 "termcolor",
15986 "time",
15987]
15988
15989[[package]]
15990name = "siphasher"
15991version = "0.3.11"
15992source = "registry+https://github.com/rust-lang/crates.io-index"
15993checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
15994
15995[[package]]
15996name = "siphasher"
15997version = "1.0.1"
15998source = "registry+https://github.com/rust-lang/crates.io-index"
15999checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16000
16001[[package]]
16002name = "skrifa"
16003version = "0.37.0"
16004source = "registry+https://github.com/rust-lang/crates.io-index"
16005checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16006dependencies = [
16007 "bytemuck",
16008 "read-fonts 0.35.0",
16009]
16010
16011[[package]]
16012name = "skrifa"
16013version = "0.40.0"
16014source = "registry+https://github.com/rust-lang/crates.io-index"
16015checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16016dependencies = [
16017 "bytemuck",
16018 "read-fonts 0.37.0",
16019]
16020
16021[[package]]
16022name = "slab"
16023version = "0.4.11"
16024source = "registry+https://github.com/rust-lang/crates.io-index"
16025checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16026
16027[[package]]
16028name = "slotmap"
16029version = "1.0.7"
16030source = "registry+https://github.com/rust-lang/crates.io-index"
16031checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16032dependencies = [
16033 "version_check",
16034]
16035
16036[[package]]
16037name = "smallvec"
16038version = "1.15.1"
16039source = "registry+https://github.com/rust-lang/crates.io-index"
16040checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16041dependencies = [
16042 "serde",
16043]
16044
16045[[package]]
16046name = "smart-default"
16047version = "0.7.1"
16048source = "registry+https://github.com/rust-lang/crates.io-index"
16049checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16050dependencies = [
16051 "proc-macro2",
16052 "quote",
16053 "syn 2.0.117",
16054]
16055
16056[[package]]
16057name = "smol"
16058version = "2.0.2"
16059source = "registry+https://github.com/rust-lang/crates.io-index"
16060checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16061dependencies = [
16062 "async-channel 2.5.0",
16063 "async-executor",
16064 "async-fs",
16065 "async-io",
16066 "async-lock 3.4.2",
16067 "async-net",
16068 "async-process",
16069 "blocking",
16070 "futures-lite 2.6.1",
16071]
16072
16073[[package]]
16074name = "smol_str"
16075version = "0.3.5"
16076source = "registry+https://github.com/rust-lang/crates.io-index"
16077checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16078
16079[[package]]
16080name = "snippet"
16081version = "0.1.0"
16082dependencies = [
16083 "anyhow",
16084 "smallvec",
16085]
16086
16087[[package]]
16088name = "snippet_provider"
16089version = "0.1.0"
16090dependencies = [
16091 "anyhow",
16092 "collections",
16093 "extension",
16094 "fs",
16095 "futures 0.3.31",
16096 "gpui",
16097 "indoc",
16098 "parking_lot",
16099 "paths",
16100 "schemars",
16101 "serde",
16102 "serde_json",
16103 "serde_json_lenient",
16104 "snippet",
16105 "util",
16106]
16107
16108[[package]]
16109name = "snippets_ui"
16110version = "0.1.0"
16111dependencies = [
16112 "file_icons",
16113 "fuzzy",
16114 "gpui",
16115 "language",
16116 "open_path_prompt",
16117 "paths",
16118 "picker",
16119 "settings",
16120 "ui",
16121 "util",
16122 "workspace",
16123]
16124
16125[[package]]
16126name = "socket2"
16127version = "0.5.10"
16128source = "registry+https://github.com/rust-lang/crates.io-index"
16129checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16130dependencies = [
16131 "libc",
16132 "windows-sys 0.52.0",
16133]
16134
16135[[package]]
16136name = "socket2"
16137version = "0.6.1"
16138source = "registry+https://github.com/rust-lang/crates.io-index"
16139checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16140dependencies = [
16141 "libc",
16142 "windows-sys 0.60.2",
16143]
16144
16145[[package]]
16146name = "spdx"
16147version = "0.10.9"
16148source = "registry+https://github.com/rust-lang/crates.io-index"
16149checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16150dependencies = [
16151 "smallvec",
16152]
16153
16154[[package]]
16155name = "spin"
16156version = "0.9.8"
16157source = "registry+https://github.com/rust-lang/crates.io-index"
16158checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16159dependencies = [
16160 "lock_api",
16161]
16162
16163[[package]]
16164name = "spin"
16165version = "0.10.0"
16166source = "registry+https://github.com/rust-lang/crates.io-index"
16167checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16168dependencies = [
16169 "lock_api",
16170]
16171
16172[[package]]
16173name = "spirv"
16174version = "0.4.0+sdk-1.4.341.0"
16175source = "registry+https://github.com/rust-lang/crates.io-index"
16176checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16177dependencies = [
16178 "bitflags 2.10.0",
16179]
16180
16181[[package]]
16182name = "spki"
16183version = "0.6.0"
16184source = "registry+https://github.com/rust-lang/crates.io-index"
16185checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16186dependencies = [
16187 "base64ct",
16188 "der 0.6.1",
16189]
16190
16191[[package]]
16192name = "spki"
16193version = "0.7.3"
16194source = "registry+https://github.com/rust-lang/crates.io-index"
16195checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16196dependencies = [
16197 "base64ct",
16198 "der 0.7.10",
16199]
16200
16201[[package]]
16202name = "sqlez"
16203version = "0.1.0"
16204dependencies = [
16205 "anyhow",
16206 "collections",
16207 "futures 0.3.31",
16208 "indoc",
16209 "libsqlite3-sys",
16210 "log",
16211 "parking_lot",
16212 "smol",
16213 "sqlformat",
16214 "thread_local",
16215 "util",
16216 "uuid",
16217]
16218
16219[[package]]
16220name = "sqlez_macros"
16221version = "0.1.0"
16222dependencies = [
16223 "sqlez",
16224 "sqlformat",
16225 "syn 2.0.117",
16226]
16227
16228[[package]]
16229name = "sqlformat"
16230version = "0.2.6"
16231source = "registry+https://github.com/rust-lang/crates.io-index"
16232checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16233dependencies = [
16234 "nom 7.1.3",
16235 "unicode_categories",
16236]
16237
16238[[package]]
16239name = "sqlx"
16240version = "0.8.6"
16241source = "registry+https://github.com/rust-lang/crates.io-index"
16242checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16243dependencies = [
16244 "sqlx-core",
16245 "sqlx-macros",
16246 "sqlx-mysql",
16247 "sqlx-postgres",
16248 "sqlx-sqlite",
16249]
16250
16251[[package]]
16252name = "sqlx-core"
16253version = "0.8.6"
16254source = "registry+https://github.com/rust-lang/crates.io-index"
16255checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16256dependencies = [
16257 "base64 0.22.1",
16258 "bigdecimal",
16259 "bytes 1.11.1",
16260 "chrono",
16261 "crc",
16262 "crossbeam-queue",
16263 "either",
16264 "event-listener 5.4.1",
16265 "futures-core",
16266 "futures-intrusive",
16267 "futures-io",
16268 "futures-util",
16269 "hashbrown 0.15.5",
16270 "hashlink 0.10.0",
16271 "indexmap",
16272 "log",
16273 "memchr",
16274 "once_cell",
16275 "percent-encoding",
16276 "rust_decimal",
16277 "rustls 0.23.33",
16278 "serde",
16279 "serde_json",
16280 "sha2",
16281 "smallvec",
16282 "thiserror 2.0.17",
16283 "time",
16284 "tokio",
16285 "tokio-stream",
16286 "tracing",
16287 "url",
16288 "uuid",
16289 "webpki-roots",
16290]
16291
16292[[package]]
16293name = "sqlx-macros"
16294version = "0.8.6"
16295source = "registry+https://github.com/rust-lang/crates.io-index"
16296checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16297dependencies = [
16298 "proc-macro2",
16299 "quote",
16300 "sqlx-core",
16301 "sqlx-macros-core",
16302 "syn 2.0.117",
16303]
16304
16305[[package]]
16306name = "sqlx-macros-core"
16307version = "0.8.6"
16308source = "registry+https://github.com/rust-lang/crates.io-index"
16309checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16310dependencies = [
16311 "dotenvy",
16312 "either",
16313 "heck 0.5.0",
16314 "hex",
16315 "once_cell",
16316 "proc-macro2",
16317 "quote",
16318 "serde",
16319 "serde_json",
16320 "sha2",
16321 "sqlx-core",
16322 "sqlx-mysql",
16323 "sqlx-postgres",
16324 "sqlx-sqlite",
16325 "syn 2.0.117",
16326 "tokio",
16327 "url",
16328]
16329
16330[[package]]
16331name = "sqlx-mysql"
16332version = "0.8.6"
16333source = "registry+https://github.com/rust-lang/crates.io-index"
16334checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16335dependencies = [
16336 "atoi",
16337 "base64 0.22.1",
16338 "bigdecimal",
16339 "bitflags 2.10.0",
16340 "byteorder",
16341 "bytes 1.11.1",
16342 "chrono",
16343 "crc",
16344 "digest",
16345 "dotenvy",
16346 "either",
16347 "futures-channel",
16348 "futures-core",
16349 "futures-io",
16350 "futures-util",
16351 "generic-array",
16352 "hex",
16353 "hkdf",
16354 "hmac",
16355 "itoa",
16356 "log",
16357 "md-5",
16358 "memchr",
16359 "once_cell",
16360 "percent-encoding",
16361 "rand 0.8.5",
16362 "rsa",
16363 "rust_decimal",
16364 "serde",
16365 "sha1",
16366 "sha2",
16367 "smallvec",
16368 "sqlx-core",
16369 "stringprep",
16370 "thiserror 2.0.17",
16371 "time",
16372 "tracing",
16373 "uuid",
16374 "whoami",
16375]
16376
16377[[package]]
16378name = "sqlx-postgres"
16379version = "0.8.6"
16380source = "registry+https://github.com/rust-lang/crates.io-index"
16381checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16382dependencies = [
16383 "atoi",
16384 "base64 0.22.1",
16385 "bigdecimal",
16386 "bitflags 2.10.0",
16387 "byteorder",
16388 "chrono",
16389 "crc",
16390 "dotenvy",
16391 "etcetera",
16392 "futures-channel",
16393 "futures-core",
16394 "futures-util",
16395 "hex",
16396 "hkdf",
16397 "hmac",
16398 "home",
16399 "itoa",
16400 "log",
16401 "md-5",
16402 "memchr",
16403 "num-bigint",
16404 "once_cell",
16405 "rand 0.8.5",
16406 "rust_decimal",
16407 "serde",
16408 "serde_json",
16409 "sha2",
16410 "smallvec",
16411 "sqlx-core",
16412 "stringprep",
16413 "thiserror 2.0.17",
16414 "time",
16415 "tracing",
16416 "uuid",
16417 "whoami",
16418]
16419
16420[[package]]
16421name = "sqlx-sqlite"
16422version = "0.8.6"
16423source = "registry+https://github.com/rust-lang/crates.io-index"
16424checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16425dependencies = [
16426 "atoi",
16427 "chrono",
16428 "flume",
16429 "futures-channel",
16430 "futures-core",
16431 "futures-executor",
16432 "futures-intrusive",
16433 "futures-util",
16434 "libsqlite3-sys",
16435 "log",
16436 "percent-encoding",
16437 "serde",
16438 "serde_urlencoded",
16439 "sqlx-core",
16440 "thiserror 2.0.17",
16441 "time",
16442 "tracing",
16443 "url",
16444 "uuid",
16445]
16446
16447[[package]]
16448name = "stable_deref_trait"
16449version = "1.2.1"
16450source = "registry+https://github.com/rust-lang/crates.io-index"
16451checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16452
16453[[package]]
16454name = "stacker"
16455version = "0.1.23"
16456source = "registry+https://github.com/rust-lang/crates.io-index"
16457checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16458dependencies = [
16459 "cc",
16460 "cfg-if",
16461 "libc",
16462 "psm",
16463 "windows-sys 0.59.0",
16464]
16465
16466[[package]]
16467name = "stacksafe"
16468version = "0.1.4"
16469source = "registry+https://github.com/rust-lang/crates.io-index"
16470checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16471dependencies = [
16472 "stacker",
16473 "stacksafe-macro",
16474]
16475
16476[[package]]
16477name = "stacksafe-macro"
16478version = "0.1.4"
16479source = "registry+https://github.com/rust-lang/crates.io-index"
16480checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16481dependencies = [
16482 "proc-macro-error2",
16483 "quote",
16484 "syn 2.0.117",
16485]
16486
16487[[package]]
16488name = "static_assertions"
16489version = "1.1.0"
16490source = "registry+https://github.com/rust-lang/crates.io-index"
16491checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16492
16493[[package]]
16494name = "story"
16495version = "0.1.0"
16496dependencies = [
16497 "gpui",
16498 "itertools 0.14.0",
16499 "smallvec",
16500]
16501
16502[[package]]
16503name = "storybook"
16504version = "0.1.0"
16505dependencies = [
16506 "anyhow",
16507 "clap",
16508 "ctrlc",
16509 "dialoguer",
16510 "editor",
16511 "fuzzy",
16512 "gpui",
16513 "gpui_platform",
16514 "indoc",
16515 "language",
16516 "log",
16517 "menu",
16518 "picker",
16519 "reqwest_client",
16520 "rust-embed",
16521 "settings",
16522 "simplelog",
16523 "story",
16524 "strum 0.27.2",
16525 "theme",
16526 "theme_settings",
16527 "title_bar",
16528 "ui",
16529]
16530
16531[[package]]
16532name = "streaming-iterator"
16533version = "0.1.9"
16534source = "registry+https://github.com/rust-lang/crates.io-index"
16535checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16536
16537[[package]]
16538name = "streaming_diff"
16539version = "0.1.0"
16540dependencies = [
16541 "ordered-float 2.10.1",
16542 "rand 0.9.2",
16543 "rope",
16544 "util",
16545]
16546
16547[[package]]
16548name = "strength_reduce"
16549version = "0.2.4"
16550source = "registry+https://github.com/rust-lang/crates.io-index"
16551checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16552
16553[[package]]
16554name = "strict-num"
16555version = "0.1.1"
16556source = "registry+https://github.com/rust-lang/crates.io-index"
16557checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16558dependencies = [
16559 "float-cmp",
16560]
16561
16562[[package]]
16563name = "string_cache"
16564version = "0.8.9"
16565source = "registry+https://github.com/rust-lang/crates.io-index"
16566checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16567dependencies = [
16568 "new_debug_unreachable",
16569 "parking_lot",
16570 "phf_shared 0.11.3",
16571 "precomputed-hash",
16572 "serde",
16573]
16574
16575[[package]]
16576name = "string_cache_codegen"
16577version = "0.5.4"
16578source = "registry+https://github.com/rust-lang/crates.io-index"
16579checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16580dependencies = [
16581 "phf_generator 0.11.3",
16582 "phf_shared 0.11.3",
16583 "proc-macro2",
16584 "quote",
16585]
16586
16587[[package]]
16588name = "stringprep"
16589version = "0.1.5"
16590source = "registry+https://github.com/rust-lang/crates.io-index"
16591checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16592dependencies = [
16593 "unicode-bidi",
16594 "unicode-normalization",
16595 "unicode-properties",
16596]
16597
16598[[package]]
16599name = "strsim"
16600version = "0.11.1"
16601source = "registry+https://github.com/rust-lang/crates.io-index"
16602checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16603
16604[[package]]
16605name = "strum"
16606version = "0.26.3"
16607source = "registry+https://github.com/rust-lang/crates.io-index"
16608checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16609
16610[[package]]
16611name = "strum"
16612version = "0.27.2"
16613source = "registry+https://github.com/rust-lang/crates.io-index"
16614checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16615dependencies = [
16616 "strum_macros 0.27.2",
16617]
16618
16619[[package]]
16620name = "strum"
16621version = "0.28.0"
16622source = "registry+https://github.com/rust-lang/crates.io-index"
16623checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16624dependencies = [
16625 "strum_macros 0.28.0",
16626]
16627
16628[[package]]
16629name = "strum_macros"
16630version = "0.27.2"
16631source = "registry+https://github.com/rust-lang/crates.io-index"
16632checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16633dependencies = [
16634 "heck 0.5.0",
16635 "proc-macro2",
16636 "quote",
16637 "syn 2.0.117",
16638]
16639
16640[[package]]
16641name = "strum_macros"
16642version = "0.28.0"
16643source = "registry+https://github.com/rust-lang/crates.io-index"
16644checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16645dependencies = [
16646 "heck 0.5.0",
16647 "proc-macro2",
16648 "quote",
16649 "syn 2.0.117",
16650]
16651
16652[[package]]
16653name = "subtle"
16654version = "2.6.1"
16655source = "registry+https://github.com/rust-lang/crates.io-index"
16656checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16657
16658[[package]]
16659name = "sum_tree"
16660version = "0.1.0"
16661dependencies = [
16662 "ctor",
16663 "heapless",
16664 "log",
16665 "proptest",
16666 "rand 0.9.2",
16667 "rayon",
16668 "tracing",
16669 "zlog",
16670 "ztracing",
16671]
16672
16673[[package]]
16674name = "sval"
16675version = "2.15.0"
16676source = "registry+https://github.com/rust-lang/crates.io-index"
16677checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16678
16679[[package]]
16680name = "sval_buffer"
16681version = "2.15.0"
16682source = "registry+https://github.com/rust-lang/crates.io-index"
16683checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16684dependencies = [
16685 "sval",
16686 "sval_ref",
16687]
16688
16689[[package]]
16690name = "sval_dynamic"
16691version = "2.15.0"
16692source = "registry+https://github.com/rust-lang/crates.io-index"
16693checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16694dependencies = [
16695 "sval",
16696]
16697
16698[[package]]
16699name = "sval_fmt"
16700version = "2.15.0"
16701source = "registry+https://github.com/rust-lang/crates.io-index"
16702checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16703dependencies = [
16704 "itoa",
16705 "ryu",
16706 "sval",
16707]
16708
16709[[package]]
16710name = "sval_json"
16711version = "2.15.0"
16712source = "registry+https://github.com/rust-lang/crates.io-index"
16713checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16714dependencies = [
16715 "itoa",
16716 "ryu",
16717 "sval",
16718]
16719
16720[[package]]
16721name = "sval_nested"
16722version = "2.15.0"
16723source = "registry+https://github.com/rust-lang/crates.io-index"
16724checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16725dependencies = [
16726 "sval",
16727 "sval_buffer",
16728 "sval_ref",
16729]
16730
16731[[package]]
16732name = "sval_ref"
16733version = "2.15.0"
16734source = "registry+https://github.com/rust-lang/crates.io-index"
16735checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16736dependencies = [
16737 "sval",
16738]
16739
16740[[package]]
16741name = "sval_serde"
16742version = "2.15.0"
16743source = "registry+https://github.com/rust-lang/crates.io-index"
16744checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16745dependencies = [
16746 "serde_core",
16747 "sval",
16748 "sval_nested",
16749]
16750
16751[[package]]
16752name = "svg_fmt"
16753version = "0.4.5"
16754source = "registry+https://github.com/rust-lang/crates.io-index"
16755checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
16756
16757[[package]]
16758name = "svg_preview"
16759version = "0.1.0"
16760dependencies = [
16761 "file_icons",
16762 "gpui",
16763 "language",
16764 "multi_buffer",
16765 "ui",
16766 "workspace",
16767 "zed_actions",
16768]
16769
16770[[package]]
16771name = "svgtypes"
16772version = "0.15.3"
16773source = "registry+https://github.com/rust-lang/crates.io-index"
16774checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
16775dependencies = [
16776 "kurbo",
16777 "siphasher 1.0.1",
16778]
16779
16780[[package]]
16781name = "swash"
16782version = "0.2.6"
16783source = "registry+https://github.com/rust-lang/crates.io-index"
16784checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
16785dependencies = [
16786 "skrifa 0.37.0",
16787 "yazi",
16788 "zeno",
16789]
16790
16791[[package]]
16792name = "symphonia"
16793version = "0.5.5"
16794source = "registry+https://github.com/rust-lang/crates.io-index"
16795checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
16796dependencies = [
16797 "lazy_static",
16798 "symphonia-bundle-flac",
16799 "symphonia-bundle-mp3",
16800 "symphonia-codec-aac",
16801 "symphonia-codec-pcm",
16802 "symphonia-codec-vorbis",
16803 "symphonia-core",
16804 "symphonia-format-isomp4",
16805 "symphonia-format-ogg",
16806 "symphonia-format-riff",
16807 "symphonia-metadata",
16808]
16809
16810[[package]]
16811name = "symphonia-bundle-flac"
16812version = "0.5.5"
16813source = "registry+https://github.com/rust-lang/crates.io-index"
16814checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
16815dependencies = [
16816 "log",
16817 "symphonia-core",
16818 "symphonia-metadata",
16819 "symphonia-utils-xiph",
16820]
16821
16822[[package]]
16823name = "symphonia-bundle-mp3"
16824version = "0.5.5"
16825source = "registry+https://github.com/rust-lang/crates.io-index"
16826checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
16827dependencies = [
16828 "lazy_static",
16829 "log",
16830 "symphonia-core",
16831 "symphonia-metadata",
16832]
16833
16834[[package]]
16835name = "symphonia-codec-aac"
16836version = "0.5.5"
16837source = "registry+https://github.com/rust-lang/crates.io-index"
16838checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
16839dependencies = [
16840 "lazy_static",
16841 "log",
16842 "symphonia-core",
16843]
16844
16845[[package]]
16846name = "symphonia-codec-pcm"
16847version = "0.5.5"
16848source = "registry+https://github.com/rust-lang/crates.io-index"
16849checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
16850dependencies = [
16851 "log",
16852 "symphonia-core",
16853]
16854
16855[[package]]
16856name = "symphonia-codec-vorbis"
16857version = "0.5.5"
16858source = "registry+https://github.com/rust-lang/crates.io-index"
16859checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
16860dependencies = [
16861 "log",
16862 "symphonia-core",
16863 "symphonia-utils-xiph",
16864]
16865
16866[[package]]
16867name = "symphonia-core"
16868version = "0.5.5"
16869source = "registry+https://github.com/rust-lang/crates.io-index"
16870checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
16871dependencies = [
16872 "arrayvec",
16873 "bitflags 1.3.2",
16874 "bytemuck",
16875 "lazy_static",
16876 "log",
16877]
16878
16879[[package]]
16880name = "symphonia-format-isomp4"
16881version = "0.5.5"
16882source = "registry+https://github.com/rust-lang/crates.io-index"
16883checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
16884dependencies = [
16885 "encoding_rs",
16886 "log",
16887 "symphonia-core",
16888 "symphonia-metadata",
16889 "symphonia-utils-xiph",
16890]
16891
16892[[package]]
16893name = "symphonia-format-ogg"
16894version = "0.5.5"
16895source = "registry+https://github.com/rust-lang/crates.io-index"
16896checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
16897dependencies = [
16898 "log",
16899 "symphonia-core",
16900 "symphonia-metadata",
16901 "symphonia-utils-xiph",
16902]
16903
16904[[package]]
16905name = "symphonia-format-riff"
16906version = "0.5.5"
16907source = "registry+https://github.com/rust-lang/crates.io-index"
16908checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
16909dependencies = [
16910 "extended",
16911 "log",
16912 "symphonia-core",
16913 "symphonia-metadata",
16914]
16915
16916[[package]]
16917name = "symphonia-metadata"
16918version = "0.5.5"
16919source = "registry+https://github.com/rust-lang/crates.io-index"
16920checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
16921dependencies = [
16922 "encoding_rs",
16923 "lazy_static",
16924 "log",
16925 "symphonia-core",
16926]
16927
16928[[package]]
16929name = "symphonia-utils-xiph"
16930version = "0.5.5"
16931source = "registry+https://github.com/rust-lang/crates.io-index"
16932checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
16933dependencies = [
16934 "symphonia-core",
16935 "symphonia-metadata",
16936]
16937
16938[[package]]
16939name = "syn"
16940version = "1.0.109"
16941source = "registry+https://github.com/rust-lang/crates.io-index"
16942checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
16943dependencies = [
16944 "proc-macro2",
16945 "quote",
16946 "unicode-ident",
16947]
16948
16949[[package]]
16950name = "syn"
16951version = "2.0.117"
16952source = "registry+https://github.com/rust-lang/crates.io-index"
16953checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
16954dependencies = [
16955 "proc-macro2",
16956 "quote",
16957 "unicode-ident",
16958]
16959
16960[[package]]
16961name = "sync_wrapper"
16962version = "0.1.2"
16963source = "registry+https://github.com/rust-lang/crates.io-index"
16964checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
16965
16966[[package]]
16967name = "sync_wrapper"
16968version = "1.0.2"
16969source = "registry+https://github.com/rust-lang/crates.io-index"
16970checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
16971dependencies = [
16972 "futures-core",
16973]
16974
16975[[package]]
16976name = "synchronoise"
16977version = "1.0.1"
16978source = "registry+https://github.com/rust-lang/crates.io-index"
16979checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
16980dependencies = [
16981 "crossbeam-queue",
16982]
16983
16984[[package]]
16985name = "synstructure"
16986version = "0.13.2"
16987source = "registry+https://github.com/rust-lang/crates.io-index"
16988checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
16989dependencies = [
16990 "proc-macro2",
16991 "quote",
16992 "syn 2.0.117",
16993]
16994
16995[[package]]
16996name = "syntax_theme"
16997version = "0.1.0"
16998dependencies = [
16999 "gpui",
17000 "serde",
17001 "serde_json",
17002]
17003
17004[[package]]
17005name = "sys-locale"
17006version = "0.3.2"
17007source = "registry+https://github.com/rust-lang/crates.io-index"
17008checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17009dependencies = [
17010 "libc",
17011]
17012
17013[[package]]
17014name = "sysctl"
17015version = "0.5.5"
17016source = "registry+https://github.com/rust-lang/crates.io-index"
17017checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17018dependencies = [
17019 "bitflags 2.10.0",
17020 "byteorder",
17021 "enum-as-inner",
17022 "libc",
17023 "thiserror 1.0.69",
17024 "walkdir",
17025]
17026
17027[[package]]
17028name = "sysctl"
17029version = "0.6.0"
17030source = "registry+https://github.com/rust-lang/crates.io-index"
17031checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17032dependencies = [
17033 "bitflags 2.10.0",
17034 "byteorder",
17035 "enum-as-inner",
17036 "libc",
17037 "thiserror 1.0.69",
17038 "walkdir",
17039]
17040
17041[[package]]
17042name = "sysinfo"
17043version = "0.31.4"
17044source = "registry+https://github.com/rust-lang/crates.io-index"
17045checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17046dependencies = [
17047 "core-foundation-sys",
17048 "libc",
17049 "memchr",
17050 "ntapi",
17051 "rayon",
17052 "windows 0.57.0",
17053]
17054
17055[[package]]
17056name = "sysinfo"
17057version = "0.37.2"
17058source = "registry+https://github.com/rust-lang/crates.io-index"
17059checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17060dependencies = [
17061 "libc",
17062 "memchr",
17063 "ntapi",
17064 "objc2-core-foundation",
17065 "objc2-io-kit",
17066 "windows 0.61.3",
17067]
17068
17069[[package]]
17070name = "system-configuration"
17071version = "0.5.1"
17072source = "registry+https://github.com/rust-lang/crates.io-index"
17073checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17074dependencies = [
17075 "bitflags 1.3.2",
17076 "core-foundation 0.9.4",
17077 "system-configuration-sys 0.5.0",
17078]
17079
17080[[package]]
17081name = "system-configuration"
17082version = "0.6.1"
17083source = "registry+https://github.com/rust-lang/crates.io-index"
17084checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17085dependencies = [
17086 "bitflags 2.10.0",
17087 "core-foundation 0.9.4",
17088 "system-configuration-sys 0.6.0",
17089]
17090
17091[[package]]
17092name = "system-configuration-sys"
17093version = "0.5.0"
17094source = "registry+https://github.com/rust-lang/crates.io-index"
17095checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17096dependencies = [
17097 "core-foundation-sys",
17098 "libc",
17099]
17100
17101[[package]]
17102name = "system-configuration-sys"
17103version = "0.6.0"
17104source = "registry+https://github.com/rust-lang/crates.io-index"
17105checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17106dependencies = [
17107 "core-foundation-sys",
17108 "libc",
17109]
17110
17111[[package]]
17112name = "system-deps"
17113version = "6.2.2"
17114source = "registry+https://github.com/rust-lang/crates.io-index"
17115checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
17116dependencies = [
17117 "cfg-expr 0.15.8",
17118 "heck 0.5.0",
17119 "pkg-config",
17120 "toml 0.8.23",
17121 "version-compare",
17122]
17123
17124[[package]]
17125name = "system-deps"
17126version = "7.0.7"
17127source = "registry+https://github.com/rust-lang/crates.io-index"
17128checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17129dependencies = [
17130 "cfg-expr 0.20.6",
17131 "heck 0.5.0",
17132 "pkg-config",
17133 "toml 0.9.8",
17134 "version-compare",
17135]
17136
17137[[package]]
17138name = "system-interface"
17139version = "0.27.3"
17140source = "registry+https://github.com/rust-lang/crates.io-index"
17141checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17142dependencies = [
17143 "bitflags 2.10.0",
17144 "cap-fs-ext",
17145 "cap-std",
17146 "fd-lock",
17147 "io-lifetimes",
17148 "rustix 0.38.44",
17149 "windows-sys 0.59.0",
17150 "winx",
17151]
17152
17153[[package]]
17154name = "system_specs"
17155version = "0.1.0"
17156dependencies = [
17157 "anyhow",
17158 "client",
17159 "gpui",
17160 "human_bytes",
17161 "pciid-parser",
17162 "release_channel",
17163 "semver",
17164 "serde",
17165 "sysinfo 0.37.2",
17166]
17167
17168[[package]]
17169name = "tab_switcher"
17170version = "0.1.0"
17171dependencies = [
17172 "collections",
17173 "ctor",
17174 "editor",
17175 "fuzzy",
17176 "gpui",
17177 "menu",
17178 "picker",
17179 "project",
17180 "schemars",
17181 "serde",
17182 "serde_json",
17183 "settings",
17184 "smol",
17185 "theme",
17186 "theme_settings",
17187 "ui",
17188 "util",
17189 "workspace",
17190 "zlog",
17191]
17192
17193[[package]]
17194name = "taffy"
17195version = "0.9.0"
17196source = "registry+https://github.com/rust-lang/crates.io-index"
17197checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17198dependencies = [
17199 "arrayvec",
17200 "grid",
17201 "serde",
17202 "slotmap",
17203]
17204
17205[[package]]
17206name = "tagptr"
17207version = "0.2.0"
17208source = "registry+https://github.com/rust-lang/crates.io-index"
17209checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17210
17211[[package]]
17212name = "take-until"
17213version = "0.2.0"
17214source = "registry+https://github.com/rust-lang/crates.io-index"
17215checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17216
17217[[package]]
17218name = "tao-core-video-sys"
17219version = "0.2.0"
17220source = "registry+https://github.com/rust-lang/crates.io-index"
17221checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17222dependencies = [
17223 "cfg-if",
17224 "core-foundation-sys",
17225 "libc",
17226 "objc",
17227]
17228
17229[[package]]
17230name = "tap"
17231version = "1.0.1"
17232source = "registry+https://github.com/rust-lang/crates.io-index"
17233checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17234
17235[[package]]
17236name = "target-lexicon"
17237version = "0.12.16"
17238source = "registry+https://github.com/rust-lang/crates.io-index"
17239checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
17240
17241[[package]]
17242name = "target-lexicon"
17243version = "0.13.3"
17244source = "registry+https://github.com/rust-lang/crates.io-index"
17245checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17246
17247[[package]]
17248name = "task"
17249version = "0.1.0"
17250dependencies = [
17251 "anyhow",
17252 "collections",
17253 "futures 0.3.31",
17254 "gpui",
17255 "hex",
17256 "log",
17257 "parking_lot",
17258 "pretty_assertions",
17259 "proto",
17260 "schemars",
17261 "serde",
17262 "serde_json",
17263 "serde_json_lenient",
17264 "sha2",
17265 "shellexpand 2.1.2",
17266 "util",
17267 "zed_actions",
17268]
17269
17270[[package]]
17271name = "tasks_ui"
17272version = "0.1.0"
17273dependencies = [
17274 "anyhow",
17275 "collections",
17276 "editor",
17277 "file_icons",
17278 "fuzzy",
17279 "gpui",
17280 "itertools 0.14.0",
17281 "language",
17282 "menu",
17283 "picker",
17284 "project",
17285 "serde",
17286 "serde_json",
17287 "task",
17288 "tree-sitter-rust",
17289 "tree-sitter-typescript",
17290 "ui",
17291 "util",
17292 "workspace",
17293 "zed_actions",
17294]
17295
17296[[package]]
17297name = "telemetry"
17298version = "0.1.0"
17299dependencies = [
17300 "futures 0.3.31",
17301 "serde",
17302 "serde_json",
17303 "telemetry_events",
17304]
17305
17306[[package]]
17307name = "telemetry_events"
17308version = "0.1.0"
17309dependencies = [
17310 "semver",
17311 "serde",
17312 "serde_json",
17313]
17314
17315[[package]]
17316name = "tempfile"
17317version = "3.23.0"
17318source = "registry+https://github.com/rust-lang/crates.io-index"
17319checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17320dependencies = [
17321 "fastrand 2.3.0",
17322 "getrandom 0.3.4",
17323 "once_cell",
17324 "rustix 1.1.2",
17325 "windows-sys 0.61.2",
17326]
17327
17328[[package]]
17329name = "tendril"
17330version = "0.4.3"
17331source = "registry+https://github.com/rust-lang/crates.io-index"
17332checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17333dependencies = [
17334 "futf",
17335 "mac",
17336 "utf-8",
17337]
17338
17339[[package]]
17340name = "termcolor"
17341version = "1.4.1"
17342source = "registry+https://github.com/rust-lang/crates.io-index"
17343checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17344dependencies = [
17345 "winapi-util",
17346]
17347
17348[[package]]
17349name = "terminal"
17350version = "0.1.0"
17351dependencies = [
17352 "alacritty_terminal",
17353 "anyhow",
17354 "collections",
17355 "futures 0.3.31",
17356 "gpui",
17357 "itertools 0.14.0",
17358 "libc",
17359 "log",
17360 "parking_lot",
17361 "rand 0.9.2",
17362 "regex",
17363 "release_channel",
17364 "schemars",
17365 "serde",
17366 "settings",
17367 "smol",
17368 "sysinfo 0.37.2",
17369 "task",
17370 "theme",
17371 "theme_settings",
17372 "thiserror 2.0.17",
17373 "url",
17374 "urlencoding",
17375 "util",
17376 "util_macros",
17377 "windows 0.61.3",
17378]
17379
17380[[package]]
17381name = "terminal_size"
17382version = "0.4.3"
17383source = "registry+https://github.com/rust-lang/crates.io-index"
17384checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17385dependencies = [
17386 "rustix 1.1.2",
17387 "windows-sys 0.60.2",
17388]
17389
17390[[package]]
17391name = "terminal_view"
17392version = "0.1.0"
17393dependencies = [
17394 "anyhow",
17395 "async-recursion",
17396 "breadcrumbs",
17397 "collections",
17398 "db",
17399 "dirs 4.0.0",
17400 "editor",
17401 "futures 0.3.31",
17402 "gpui",
17403 "itertools 0.14.0",
17404 "language",
17405 "log",
17406 "menu",
17407 "pretty_assertions",
17408 "project",
17409 "regex",
17410 "schemars",
17411 "serde",
17412 "serde_json",
17413 "settings",
17414 "shellexpand 2.1.2",
17415 "task",
17416 "terminal",
17417 "theme",
17418 "theme_settings",
17419 "ui",
17420 "util",
17421 "workspace",
17422 "zed_actions",
17423]
17424
17425[[package]]
17426name = "text"
17427version = "0.1.0"
17428dependencies = [
17429 "anyhow",
17430 "clock",
17431 "collections",
17432 "ctor",
17433 "gpui",
17434 "log",
17435 "parking_lot",
17436 "postage",
17437 "rand 0.9.2",
17438 "regex",
17439 "rope",
17440 "smallvec",
17441 "sum_tree",
17442 "util",
17443 "zlog",
17444]
17445
17446[[package]]
17447name = "theme"
17448version = "0.1.0"
17449dependencies = [
17450 "anyhow",
17451 "collections",
17452 "derive_more",
17453 "gpui",
17454 "palette",
17455 "parking_lot",
17456 "refineable",
17457 "schemars",
17458 "serde",
17459 "serde_json",
17460 "serde_json_lenient",
17461 "strum 0.27.2",
17462 "syntax_theme",
17463 "thiserror 2.0.17",
17464 "uuid",
17465]
17466
17467[[package]]
17468name = "theme_extension"
17469version = "0.1.0"
17470dependencies = [
17471 "anyhow",
17472 "extension",
17473 "fs",
17474 "gpui",
17475 "theme",
17476 "theme_settings",
17477]
17478
17479[[package]]
17480name = "theme_importer"
17481version = "0.1.0"
17482dependencies = [
17483 "anyhow",
17484 "clap",
17485 "collections",
17486 "gpui",
17487 "indexmap",
17488 "log",
17489 "palette",
17490 "serde",
17491 "serde_json",
17492 "serde_json_lenient",
17493 "simplelog",
17494 "strum 0.27.2",
17495 "theme",
17496 "theme_settings",
17497 "vscode_theme",
17498]
17499
17500[[package]]
17501name = "theme_selector"
17502version = "0.1.0"
17503dependencies = [
17504 "fs",
17505 "fuzzy",
17506 "gpui",
17507 "log",
17508 "picker",
17509 "serde",
17510 "settings",
17511 "telemetry",
17512 "theme",
17513 "theme_settings",
17514 "ui",
17515 "util",
17516 "workspace",
17517 "zed_actions",
17518]
17519
17520[[package]]
17521name = "theme_settings"
17522version = "0.1.0"
17523dependencies = [
17524 "anyhow",
17525 "collections",
17526 "gpui",
17527 "gpui_util",
17528 "log",
17529 "palette",
17530 "refineable",
17531 "schemars",
17532 "serde",
17533 "serde_json",
17534 "serde_json_lenient",
17535 "settings",
17536 "theme",
17537 "uuid",
17538]
17539
17540[[package]]
17541name = "thiserror"
17542version = "1.0.69"
17543source = "registry+https://github.com/rust-lang/crates.io-index"
17544checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17545dependencies = [
17546 "thiserror-impl 1.0.69",
17547]
17548
17549[[package]]
17550name = "thiserror"
17551version = "2.0.17"
17552source = "registry+https://github.com/rust-lang/crates.io-index"
17553checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17554dependencies = [
17555 "thiserror-impl 2.0.17",
17556]
17557
17558[[package]]
17559name = "thiserror-impl"
17560version = "1.0.69"
17561source = "registry+https://github.com/rust-lang/crates.io-index"
17562checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17563dependencies = [
17564 "proc-macro2",
17565 "quote",
17566 "syn 2.0.117",
17567]
17568
17569[[package]]
17570name = "thiserror-impl"
17571version = "2.0.17"
17572source = "registry+https://github.com/rust-lang/crates.io-index"
17573checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17574dependencies = [
17575 "proc-macro2",
17576 "quote",
17577 "syn 2.0.117",
17578]
17579
17580[[package]]
17581name = "thread_local"
17582version = "1.1.9"
17583source = "registry+https://github.com/rust-lang/crates.io-index"
17584checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17585dependencies = [
17586 "cfg-if",
17587]
17588
17589[[package]]
17590name = "tiff"
17591version = "0.10.3"
17592source = "registry+https://github.com/rust-lang/crates.io-index"
17593checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
17594dependencies = [
17595 "fax",
17596 "flate2",
17597 "half",
17598 "quick-error 2.0.1",
17599 "weezl",
17600 "zune-jpeg",
17601]
17602
17603[[package]]
17604name = "tiktoken-rs"
17605version = "0.9.1"
17606source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17607dependencies = [
17608 "anyhow",
17609 "base64 0.22.1",
17610 "bstr",
17611 "fancy-regex 0.16.2",
17612 "lazy_static",
17613 "regex",
17614 "rustc-hash 1.1.0",
17615]
17616
17617[[package]]
17618name = "time"
17619version = "0.3.47"
17620source = "registry+https://github.com/rust-lang/crates.io-index"
17621checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17622dependencies = [
17623 "deranged",
17624 "itoa",
17625 "libc",
17626 "num-conv",
17627 "num_threads",
17628 "powerfmt",
17629 "serde_core",
17630 "time-core",
17631 "time-macros",
17632]
17633
17634[[package]]
17635name = "time-core"
17636version = "0.1.8"
17637source = "registry+https://github.com/rust-lang/crates.io-index"
17638checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17639
17640[[package]]
17641name = "time-macros"
17642version = "0.2.27"
17643source = "registry+https://github.com/rust-lang/crates.io-index"
17644checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17645dependencies = [
17646 "num-conv",
17647 "time-core",
17648]
17649
17650[[package]]
17651name = "time_format"
17652version = "0.1.0"
17653dependencies = [
17654 "core-foundation 0.10.0",
17655 "core-foundation-sys",
17656 "sys-locale",
17657 "time",
17658 "windows 0.61.3",
17659]
17660
17661[[package]]
17662name = "tiny-keccak"
17663version = "2.0.2"
17664source = "registry+https://github.com/rust-lang/crates.io-index"
17665checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17666dependencies = [
17667 "crunchy",
17668]
17669
17670[[package]]
17671name = "tiny-skia"
17672version = "0.11.4"
17673source = "registry+https://github.com/rust-lang/crates.io-index"
17674checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17675dependencies = [
17676 "arrayref",
17677 "arrayvec",
17678 "bytemuck",
17679 "cfg-if",
17680 "log",
17681 "png 0.17.16",
17682 "tiny-skia-path",
17683]
17684
17685[[package]]
17686name = "tiny-skia-path"
17687version = "0.11.4"
17688source = "registry+https://github.com/rust-lang/crates.io-index"
17689checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17690dependencies = [
17691 "arrayref",
17692 "bytemuck",
17693 "strict-num",
17694]
17695
17696[[package]]
17697name = "tiny_http"
17698version = "0.12.0"
17699source = "registry+https://github.com/rust-lang/crates.io-index"
17700checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17701dependencies = [
17702 "ascii",
17703 "chunked_transfer",
17704 "httpdate",
17705 "log",
17706]
17707
17708[[package]]
17709name = "tinystr"
17710version = "0.8.1"
17711source = "registry+https://github.com/rust-lang/crates.io-index"
17712checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17713dependencies = [
17714 "displaydoc",
17715 "zerovec",
17716]
17717
17718[[package]]
17719name = "tinytemplate"
17720version = "1.2.1"
17721source = "registry+https://github.com/rust-lang/crates.io-index"
17722checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17723dependencies = [
17724 "serde",
17725 "serde_json",
17726]
17727
17728[[package]]
17729name = "tinyvec"
17730version = "1.10.0"
17731source = "registry+https://github.com/rust-lang/crates.io-index"
17732checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17733dependencies = [
17734 "tinyvec_macros",
17735]
17736
17737[[package]]
17738name = "tinyvec_macros"
17739version = "0.1.1"
17740source = "registry+https://github.com/rust-lang/crates.io-index"
17741checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17742
17743[[package]]
17744name = "title_bar"
17745version = "0.1.0"
17746dependencies = [
17747 "anyhow",
17748 "auto_update",
17749 "call",
17750 "channel",
17751 "chrono",
17752 "client",
17753 "cloud_api_types",
17754 "db",
17755 "git_ui",
17756 "gpui",
17757 "icons",
17758 "livekit_client",
17759 "notifications",
17760 "platform_title_bar",
17761 "project",
17762 "recent_projects",
17763 "release_channel",
17764 "remote",
17765 "remote_connection",
17766 "rpc",
17767 "schemars",
17768 "semver",
17769 "serde",
17770 "settings",
17771 "smallvec",
17772 "story",
17773 "telemetry",
17774 "theme",
17775 "ui",
17776 "util",
17777 "windows 0.61.3",
17778 "workspace",
17779 "zed_actions",
17780]
17781
17782[[package]]
17783name = "tokio"
17784version = "1.48.0"
17785source = "registry+https://github.com/rust-lang/crates.io-index"
17786checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
17787dependencies = [
17788 "bytes 1.11.1",
17789 "libc",
17790 "mio 1.1.0",
17791 "parking_lot",
17792 "pin-project-lite",
17793 "signal-hook-registry",
17794 "socket2 0.6.1",
17795 "tokio-macros",
17796 "windows-sys 0.61.2",
17797]
17798
17799[[package]]
17800name = "tokio-io"
17801version = "0.1.13"
17802source = "registry+https://github.com/rust-lang/crates.io-index"
17803checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
17804dependencies = [
17805 "bytes 0.4.12",
17806 "futures 0.1.31",
17807 "log",
17808]
17809
17810[[package]]
17811name = "tokio-macros"
17812version = "2.6.0"
17813source = "registry+https://github.com/rust-lang/crates.io-index"
17814checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
17815dependencies = [
17816 "proc-macro2",
17817 "quote",
17818 "syn 2.0.117",
17819]
17820
17821[[package]]
17822name = "tokio-native-tls"
17823version = "0.3.1"
17824source = "registry+https://github.com/rust-lang/crates.io-index"
17825checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
17826dependencies = [
17827 "native-tls",
17828 "tokio",
17829]
17830
17831[[package]]
17832name = "tokio-rustls"
17833version = "0.24.1"
17834source = "registry+https://github.com/rust-lang/crates.io-index"
17835checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
17836dependencies = [
17837 "rustls 0.21.12",
17838 "tokio",
17839]
17840
17841[[package]]
17842name = "tokio-rustls"
17843version = "0.26.2"
17844source = "registry+https://github.com/rust-lang/crates.io-index"
17845checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
17846dependencies = [
17847 "rustls 0.23.33",
17848 "tokio",
17849]
17850
17851[[package]]
17852name = "tokio-socks"
17853version = "0.5.2"
17854source = "registry+https://github.com/rust-lang/crates.io-index"
17855checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
17856dependencies = [
17857 "either",
17858 "futures-io",
17859 "futures-util",
17860 "thiserror 1.0.69",
17861 "tokio",
17862]
17863
17864[[package]]
17865name = "tokio-stream"
17866version = "0.1.17"
17867source = "registry+https://github.com/rust-lang/crates.io-index"
17868checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
17869dependencies = [
17870 "futures-core",
17871 "pin-project-lite",
17872 "tokio",
17873]
17874
17875[[package]]
17876name = "tokio-tungstenite"
17877version = "0.20.1"
17878source = "registry+https://github.com/rust-lang/crates.io-index"
17879checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
17880dependencies = [
17881 "futures-util",
17882 "log",
17883 "tokio",
17884 "tungstenite 0.20.1",
17885]
17886
17887[[package]]
17888name = "tokio-tungstenite"
17889version = "0.21.0"
17890source = "registry+https://github.com/rust-lang/crates.io-index"
17891checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
17892dependencies = [
17893 "futures-util",
17894 "log",
17895 "tokio",
17896 "tungstenite 0.21.0",
17897]
17898
17899[[package]]
17900name = "tokio-tungstenite"
17901version = "0.28.0"
17902source = "registry+https://github.com/rust-lang/crates.io-index"
17903checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
17904dependencies = [
17905 "futures-util",
17906 "log",
17907 "rustls 0.23.33",
17908 "rustls-native-certs 0.8.2",
17909 "rustls-pki-types",
17910 "tokio",
17911 "tokio-rustls 0.26.2",
17912 "tungstenite 0.28.0",
17913]
17914
17915[[package]]
17916name = "tokio-util"
17917version = "0.7.16"
17918source = "registry+https://github.com/rust-lang/crates.io-index"
17919checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
17920dependencies = [
17921 "bytes 1.11.1",
17922 "futures-core",
17923 "futures-io",
17924 "futures-sink",
17925 "pin-project-lite",
17926 "tokio",
17927]
17928
17929[[package]]
17930name = "toml"
17931version = "0.5.11"
17932source = "registry+https://github.com/rust-lang/crates.io-index"
17933checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
17934dependencies = [
17935 "serde",
17936]
17937
17938[[package]]
17939name = "toml"
17940version = "0.8.23"
17941source = "registry+https://github.com/rust-lang/crates.io-index"
17942checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
17943dependencies = [
17944 "serde",
17945 "serde_spanned 0.6.9",
17946 "toml_datetime 0.6.11",
17947 "toml_edit 0.22.27",
17948]
17949
17950[[package]]
17951name = "toml"
17952version = "0.9.8"
17953source = "registry+https://github.com/rust-lang/crates.io-index"
17954checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
17955dependencies = [
17956 "indexmap",
17957 "serde_core",
17958 "serde_spanned 1.0.3",
17959 "toml_datetime 0.7.3",
17960 "toml_parser",
17961 "toml_writer",
17962 "winnow",
17963]
17964
17965[[package]]
17966name = "toml_datetime"
17967version = "0.6.11"
17968source = "registry+https://github.com/rust-lang/crates.io-index"
17969checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
17970dependencies = [
17971 "serde",
17972]
17973
17974[[package]]
17975name = "toml_datetime"
17976version = "0.7.3"
17977source = "registry+https://github.com/rust-lang/crates.io-index"
17978checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
17979dependencies = [
17980 "serde_core",
17981]
17982
17983[[package]]
17984name = "toml_edit"
17985version = "0.22.27"
17986source = "registry+https://github.com/rust-lang/crates.io-index"
17987checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
17988dependencies = [
17989 "indexmap",
17990 "serde",
17991 "serde_spanned 0.6.9",
17992 "toml_datetime 0.6.11",
17993 "toml_write",
17994 "winnow",
17995]
17996
17997[[package]]
17998name = "toml_edit"
17999version = "0.23.7"
18000source = "registry+https://github.com/rust-lang/crates.io-index"
18001checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18002dependencies = [
18003 "indexmap",
18004 "toml_datetime 0.7.3",
18005 "toml_parser",
18006 "winnow",
18007]
18008
18009[[package]]
18010name = "toml_parser"
18011version = "1.0.4"
18012source = "registry+https://github.com/rust-lang/crates.io-index"
18013checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18014dependencies = [
18015 "winnow",
18016]
18017
18018[[package]]
18019name = "toml_write"
18020version = "0.1.2"
18021source = "registry+https://github.com/rust-lang/crates.io-index"
18022checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18023
18024[[package]]
18025name = "toml_writer"
18026version = "1.0.4"
18027source = "registry+https://github.com/rust-lang/crates.io-index"
18028checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18029
18030[[package]]
18031name = "toolchain_selector"
18032version = "0.1.0"
18033dependencies = [
18034 "anyhow",
18035 "convert_case 0.8.0",
18036 "editor",
18037 "futures 0.3.31",
18038 "fuzzy",
18039 "gpui",
18040 "language",
18041 "menu",
18042 "open_path_prompt",
18043 "picker",
18044 "project",
18045 "ui",
18046 "util",
18047 "workspace",
18048]
18049
18050[[package]]
18051name = "topological-sort"
18052version = "0.2.2"
18053source = "registry+https://github.com/rust-lang/crates.io-index"
18054checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18055
18056[[package]]
18057name = "tower"
18058version = "0.4.13"
18059source = "registry+https://github.com/rust-lang/crates.io-index"
18060checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18061dependencies = [
18062 "futures-core",
18063 "futures-util",
18064 "pin-project",
18065 "pin-project-lite",
18066 "tokio",
18067 "tower-layer",
18068 "tower-service",
18069 "tracing",
18070]
18071
18072[[package]]
18073name = "tower"
18074version = "0.5.2"
18075source = "registry+https://github.com/rust-lang/crates.io-index"
18076checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18077dependencies = [
18078 "futures-core",
18079 "futures-util",
18080 "pin-project-lite",
18081 "sync_wrapper 1.0.2",
18082 "tokio",
18083 "tower-layer",
18084 "tower-service",
18085]
18086
18087[[package]]
18088name = "tower-http"
18089version = "0.4.4"
18090source = "registry+https://github.com/rust-lang/crates.io-index"
18091checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18092dependencies = [
18093 "bitflags 2.10.0",
18094 "bytes 1.11.1",
18095 "futures-core",
18096 "futures-util",
18097 "http 0.2.12",
18098 "http-body 0.4.6",
18099 "http-range-header",
18100 "pin-project-lite",
18101 "tower-layer",
18102 "tower-service",
18103 "tracing",
18104]
18105
18106[[package]]
18107name = "tower-http"
18108version = "0.6.6"
18109source = "registry+https://github.com/rust-lang/crates.io-index"
18110checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18111dependencies = [
18112 "bitflags 2.10.0",
18113 "bytes 1.11.1",
18114 "futures-util",
18115 "http 1.3.1",
18116 "http-body 1.0.1",
18117 "iri-string",
18118 "pin-project-lite",
18119 "tower 0.5.2",
18120 "tower-layer",
18121 "tower-service",
18122]
18123
18124[[package]]
18125name = "tower-layer"
18126version = "0.3.3"
18127source = "registry+https://github.com/rust-lang/crates.io-index"
18128checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18129
18130[[package]]
18131name = "tower-service"
18132version = "0.3.3"
18133source = "registry+https://github.com/rust-lang/crates.io-index"
18134checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18135
18136[[package]]
18137name = "tracing"
18138version = "0.1.43"
18139source = "registry+https://github.com/rust-lang/crates.io-index"
18140checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18141dependencies = [
18142 "log",
18143 "pin-project-lite",
18144 "tracing-attributes",
18145 "tracing-core",
18146]
18147
18148[[package]]
18149name = "tracing-attributes"
18150version = "0.1.31"
18151source = "registry+https://github.com/rust-lang/crates.io-index"
18152checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18153dependencies = [
18154 "proc-macro2",
18155 "quote",
18156 "syn 2.0.117",
18157]
18158
18159[[package]]
18160name = "tracing-core"
18161version = "0.1.35"
18162source = "registry+https://github.com/rust-lang/crates.io-index"
18163checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18164dependencies = [
18165 "once_cell",
18166 "valuable",
18167]
18168
18169[[package]]
18170name = "tracing-log"
18171version = "0.2.0"
18172source = "registry+https://github.com/rust-lang/crates.io-index"
18173checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18174dependencies = [
18175 "log",
18176 "once_cell",
18177 "tracing-core",
18178]
18179
18180[[package]]
18181name = "tracing-serde"
18182version = "0.2.0"
18183source = "registry+https://github.com/rust-lang/crates.io-index"
18184checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18185dependencies = [
18186 "serde",
18187 "tracing-core",
18188]
18189
18190[[package]]
18191name = "tracing-subscriber"
18192version = "0.3.22"
18193source = "registry+https://github.com/rust-lang/crates.io-index"
18194checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18195dependencies = [
18196 "matchers",
18197 "nu-ansi-term",
18198 "once_cell",
18199 "regex-automata",
18200 "serde",
18201 "serde_json",
18202 "sharded-slab",
18203 "smallvec",
18204 "thread_local",
18205 "tracing",
18206 "tracing-core",
18207 "tracing-log",
18208 "tracing-serde",
18209]
18210
18211[[package]]
18212name = "tracing-tracy"
18213version = "0.11.4"
18214source = "registry+https://github.com/rust-lang/crates.io-index"
18215checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18216dependencies = [
18217 "tracing-core",
18218 "tracing-subscriber",
18219 "tracy-client",
18220]
18221
18222[[package]]
18223name = "tracy-client"
18224version = "0.18.3"
18225source = "registry+https://github.com/rust-lang/crates.io-index"
18226checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18227dependencies = [
18228 "loom",
18229 "once_cell",
18230 "tracy-client-sys",
18231]
18232
18233[[package]]
18234name = "tracy-client-sys"
18235version = "0.27.0"
18236source = "registry+https://github.com/rust-lang/crates.io-index"
18237checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18238dependencies = [
18239 "cc",
18240 "windows-targets 0.52.6",
18241]
18242
18243[[package]]
18244name = "transpose"
18245version = "0.2.3"
18246source = "registry+https://github.com/rust-lang/crates.io-index"
18247checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18248dependencies = [
18249 "num-integer",
18250 "strength_reduce",
18251]
18252
18253[[package]]
18254name = "tree-sitter"
18255version = "0.26.8"
18256source = "registry+https://github.com/rust-lang/crates.io-index"
18257checksum = "887bd495d0582c5e3e0d8ece2233666169fa56a9644d172fc22ad179ab2d0538"
18258dependencies = [
18259 "cc",
18260 "regex",
18261 "regex-syntax",
18262 "serde_json",
18263 "streaming-iterator",
18264 "tree-sitter-language",
18265 "wasmtime-c-api-impl",
18266]
18267
18268[[package]]
18269name = "tree-sitter-bash"
18270version = "0.25.1"
18271source = "registry+https://github.com/rust-lang/crates.io-index"
18272checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18273dependencies = [
18274 "cc",
18275 "tree-sitter-language",
18276]
18277
18278[[package]]
18279name = "tree-sitter-c"
18280version = "0.24.1"
18281source = "registry+https://github.com/rust-lang/crates.io-index"
18282checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18283dependencies = [
18284 "cc",
18285 "tree-sitter-language",
18286]
18287
18288[[package]]
18289name = "tree-sitter-cpp"
18290version = "0.23.4"
18291source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18292dependencies = [
18293 "cc",
18294 "tree-sitter-language",
18295]
18296
18297[[package]]
18298name = "tree-sitter-css"
18299version = "0.23.2"
18300source = "registry+https://github.com/rust-lang/crates.io-index"
18301checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18302dependencies = [
18303 "cc",
18304 "tree-sitter-language",
18305]
18306
18307[[package]]
18308name = "tree-sitter-diff"
18309version = "0.1.0"
18310source = "registry+https://github.com/rust-lang/crates.io-index"
18311checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18312dependencies = [
18313 "cc",
18314 "tree-sitter-language",
18315]
18316
18317[[package]]
18318name = "tree-sitter-elixir"
18319version = "0.3.4"
18320source = "registry+https://github.com/rust-lang/crates.io-index"
18321checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18322dependencies = [
18323 "cc",
18324 "tree-sitter-language",
18325]
18326
18327[[package]]
18328name = "tree-sitter-embedded-template"
18329version = "0.23.2"
18330source = "registry+https://github.com/rust-lang/crates.io-index"
18331checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18332dependencies = [
18333 "cc",
18334 "tree-sitter-language",
18335]
18336
18337[[package]]
18338name = "tree-sitter-gitcommit"
18339version = "0.0.1"
18340source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18341dependencies = [
18342 "cc",
18343 "tree-sitter-language",
18344]
18345
18346[[package]]
18347name = "tree-sitter-go"
18348version = "0.25.0"
18349source = "registry+https://github.com/rust-lang/crates.io-index"
18350checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18351dependencies = [
18352 "cc",
18353 "tree-sitter-language",
18354]
18355
18356[[package]]
18357name = "tree-sitter-gomod"
18358version = "1.1.1"
18359source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18360dependencies = [
18361 "cc",
18362 "tree-sitter-language",
18363]
18364
18365[[package]]
18366name = "tree-sitter-gowork"
18367version = "0.0.1"
18368source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18369dependencies = [
18370 "cc",
18371 "tree-sitter-language",
18372]
18373
18374[[package]]
18375name = "tree-sitter-heex"
18376version = "0.0.1"
18377source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18378dependencies = [
18379 "cc",
18380 "tree-sitter-language",
18381]
18382
18383[[package]]
18384name = "tree-sitter-html"
18385version = "0.23.2"
18386source = "registry+https://github.com/rust-lang/crates.io-index"
18387checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18388dependencies = [
18389 "cc",
18390 "tree-sitter-language",
18391]
18392
18393[[package]]
18394name = "tree-sitter-jsdoc"
18395version = "0.23.2"
18396source = "registry+https://github.com/rust-lang/crates.io-index"
18397checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18398dependencies = [
18399 "cc",
18400 "tree-sitter-language",
18401]
18402
18403[[package]]
18404name = "tree-sitter-json"
18405version = "0.24.8"
18406source = "registry+https://github.com/rust-lang/crates.io-index"
18407checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18408dependencies = [
18409 "cc",
18410 "tree-sitter-language",
18411]
18412
18413[[package]]
18414name = "tree-sitter-language"
18415version = "0.1.5"
18416source = "registry+https://github.com/rust-lang/crates.io-index"
18417checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18418
18419[[package]]
18420name = "tree-sitter-md"
18421version = "0.3.2"
18422source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18423dependencies = [
18424 "cc",
18425 "tree-sitter-language",
18426]
18427
18428[[package]]
18429name = "tree-sitter-python"
18430version = "0.25.0"
18431source = "registry+https://github.com/rust-lang/crates.io-index"
18432checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18433dependencies = [
18434 "cc",
18435 "tree-sitter-language",
18436]
18437
18438[[package]]
18439name = "tree-sitter-regex"
18440version = "0.24.3"
18441source = "registry+https://github.com/rust-lang/crates.io-index"
18442checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18443dependencies = [
18444 "cc",
18445 "tree-sitter-language",
18446]
18447
18448[[package]]
18449name = "tree-sitter-ruby"
18450version = "0.23.1"
18451source = "registry+https://github.com/rust-lang/crates.io-index"
18452checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18453dependencies = [
18454 "cc",
18455 "tree-sitter-language",
18456]
18457
18458[[package]]
18459name = "tree-sitter-rust"
18460version = "0.24.2"
18461source = "registry+https://github.com/rust-lang/crates.io-index"
18462checksum = "439e577dbe07423ec2582ac62c7531120dbfccfa6e5f92406f93dd271a120e45"
18463dependencies = [
18464 "cc",
18465 "tree-sitter-language",
18466]
18467
18468[[package]]
18469name = "tree-sitter-typescript"
18470version = "0.23.2"
18471source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18472dependencies = [
18473 "cc",
18474 "tree-sitter-language",
18475]
18476
18477[[package]]
18478name = "tree-sitter-yaml"
18479version = "0.6.1"
18480source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18481dependencies = [
18482 "cc",
18483 "tree-sitter-language",
18484]
18485
18486[[package]]
18487name = "triomphe"
18488version = "0.1.15"
18489source = "registry+https://github.com/rust-lang/crates.io-index"
18490checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18491dependencies = [
18492 "serde",
18493 "stable_deref_trait",
18494]
18495
18496[[package]]
18497name = "try-lock"
18498version = "0.2.5"
18499source = "registry+https://github.com/rust-lang/crates.io-index"
18500checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18501
18502[[package]]
18503name = "ttf-parser"
18504version = "0.20.0"
18505source = "registry+https://github.com/rust-lang/crates.io-index"
18506checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18507
18508[[package]]
18509name = "ttf-parser"
18510version = "0.25.1"
18511source = "registry+https://github.com/rust-lang/crates.io-index"
18512checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18513dependencies = [
18514 "core_maths",
18515]
18516
18517[[package]]
18518name = "tungstenite"
18519version = "0.20.1"
18520source = "registry+https://github.com/rust-lang/crates.io-index"
18521checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18522dependencies = [
18523 "byteorder",
18524 "bytes 1.11.1",
18525 "data-encoding",
18526 "http 0.2.12",
18527 "httparse",
18528 "log",
18529 "rand 0.8.5",
18530 "sha1",
18531 "thiserror 1.0.69",
18532 "url",
18533 "utf-8",
18534]
18535
18536[[package]]
18537name = "tungstenite"
18538version = "0.21.0"
18539source = "registry+https://github.com/rust-lang/crates.io-index"
18540checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18541dependencies = [
18542 "byteorder",
18543 "bytes 1.11.1",
18544 "data-encoding",
18545 "http 1.3.1",
18546 "httparse",
18547 "log",
18548 "rand 0.8.5",
18549 "sha1",
18550 "thiserror 1.0.69",
18551 "url",
18552 "utf-8",
18553]
18554
18555[[package]]
18556name = "tungstenite"
18557version = "0.27.0"
18558source = "registry+https://github.com/rust-lang/crates.io-index"
18559checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18560dependencies = [
18561 "bytes 1.11.1",
18562 "data-encoding",
18563 "http 1.3.1",
18564 "httparse",
18565 "log",
18566 "rand 0.9.2",
18567 "rustls 0.23.33",
18568 "rustls-pki-types",
18569 "sha1",
18570 "thiserror 2.0.17",
18571 "utf-8",
18572]
18573
18574[[package]]
18575name = "tungstenite"
18576version = "0.28.0"
18577source = "registry+https://github.com/rust-lang/crates.io-index"
18578checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18579dependencies = [
18580 "bytes 1.11.1",
18581 "data-encoding",
18582 "http 1.3.1",
18583 "httparse",
18584 "log",
18585 "rand 0.9.2",
18586 "rustls 0.23.33",
18587 "rustls-pki-types",
18588 "sha1",
18589 "thiserror 2.0.17",
18590 "utf-8",
18591]
18592
18593[[package]]
18594name = "typeid"
18595version = "1.0.3"
18596source = "registry+https://github.com/rust-lang/crates.io-index"
18597checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18598
18599[[package]]
18600name = "typenum"
18601version = "1.19.0"
18602source = "registry+https://github.com/rust-lang/crates.io-index"
18603checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18604
18605[[package]]
18606name = "ucd-trie"
18607version = "0.1.7"
18608source = "registry+https://github.com/rust-lang/crates.io-index"
18609checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18610
18611[[package]]
18612name = "uds"
18613version = "0.4.2"
18614source = "registry+https://github.com/rust-lang/crates.io-index"
18615checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18616dependencies = [
18617 "libc",
18618]
18619
18620[[package]]
18621name = "uds_windows"
18622version = "1.1.0"
18623source = "registry+https://github.com/rust-lang/crates.io-index"
18624checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18625dependencies = [
18626 "memoffset",
18627 "tempfile",
18628 "winapi",
18629]
18630
18631[[package]]
18632name = "ug"
18633version = "0.4.0"
18634source = "registry+https://github.com/rust-lang/crates.io-index"
18635checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18636dependencies = [
18637 "gemm 0.18.2",
18638 "half",
18639 "libloading",
18640 "memmap2",
18641 "num",
18642 "num-traits",
18643 "num_cpus",
18644 "rayon",
18645 "safetensors",
18646 "serde",
18647 "thiserror 1.0.69",
18648 "tracing",
18649 "yoke 0.7.5",
18650]
18651
18652[[package]]
18653name = "ui"
18654version = "0.1.0"
18655dependencies = [
18656 "chrono",
18657 "component",
18658 "documented",
18659 "gpui",
18660 "gpui_macros",
18661 "gpui_util",
18662 "icons",
18663 "itertools 0.14.0",
18664 "menu",
18665 "schemars",
18666 "serde",
18667 "smallvec",
18668 "story",
18669 "strum 0.27.2",
18670 "theme",
18671 "ui_macros",
18672 "windows 0.61.3",
18673]
18674
18675[[package]]
18676name = "ui_input"
18677version = "0.1.0"
18678dependencies = [
18679 "component",
18680 "gpui",
18681 "ui",
18682]
18683
18684[[package]]
18685name = "ui_macros"
18686version = "0.1.0"
18687dependencies = [
18688 "component",
18689 "quote",
18690 "syn 2.0.117",
18691 "ui",
18692]
18693
18694[[package]]
18695name = "ui_prompt"
18696version = "0.1.0"
18697dependencies = [
18698 "gpui",
18699 "markdown",
18700 "menu",
18701 "settings",
18702 "theme_settings",
18703 "ui",
18704 "workspace",
18705]
18706
18707[[package]]
18708name = "unarray"
18709version = "0.1.4"
18710source = "registry+https://github.com/rust-lang/crates.io-index"
18711checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18712
18713[[package]]
18714name = "unicase"
18715version = "2.8.1"
18716source = "registry+https://github.com/rust-lang/crates.io-index"
18717checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18718
18719[[package]]
18720name = "unicode-bidi"
18721version = "0.3.18"
18722source = "registry+https://github.com/rust-lang/crates.io-index"
18723checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18724
18725[[package]]
18726name = "unicode-bidi-mirroring"
18727version = "0.4.0"
18728source = "registry+https://github.com/rust-lang/crates.io-index"
18729checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18730
18731[[package]]
18732name = "unicode-ccc"
18733version = "0.4.0"
18734source = "registry+https://github.com/rust-lang/crates.io-index"
18735checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18736
18737[[package]]
18738name = "unicode-general-category"
18739version = "1.1.0"
18740source = "registry+https://github.com/rust-lang/crates.io-index"
18741checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18742
18743[[package]]
18744name = "unicode-ident"
18745version = "1.0.19"
18746source = "registry+https://github.com/rust-lang/crates.io-index"
18747checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18748
18749[[package]]
18750name = "unicode-linebreak"
18751version = "0.1.5"
18752source = "registry+https://github.com/rust-lang/crates.io-index"
18753checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
18754
18755[[package]]
18756name = "unicode-normalization"
18757version = "0.1.24"
18758source = "registry+https://github.com/rust-lang/crates.io-index"
18759checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
18760dependencies = [
18761 "tinyvec",
18762]
18763
18764[[package]]
18765name = "unicode-properties"
18766version = "0.1.3"
18767source = "registry+https://github.com/rust-lang/crates.io-index"
18768checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
18769
18770[[package]]
18771name = "unicode-script"
18772version = "0.5.8"
18773source = "registry+https://github.com/rust-lang/crates.io-index"
18774checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
18775
18776[[package]]
18777name = "unicode-segmentation"
18778version = "1.12.0"
18779source = "registry+https://github.com/rust-lang/crates.io-index"
18780checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
18781
18782[[package]]
18783name = "unicode-vo"
18784version = "0.1.0"
18785source = "registry+https://github.com/rust-lang/crates.io-index"
18786checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
18787
18788[[package]]
18789name = "unicode-width"
18790version = "0.2.2"
18791source = "registry+https://github.com/rust-lang/crates.io-index"
18792checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
18793
18794[[package]]
18795name = "unicode-xid"
18796version = "0.2.6"
18797source = "registry+https://github.com/rust-lang/crates.io-index"
18798checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
18799
18800[[package]]
18801name = "unicode_categories"
18802version = "0.1.1"
18803source = "registry+https://github.com/rust-lang/crates.io-index"
18804checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
18805
18806[[package]]
18807name = "unindent"
18808version = "0.2.4"
18809source = "registry+https://github.com/rust-lang/crates.io-index"
18810checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
18811
18812[[package]]
18813name = "unsafe-libyaml"
18814version = "0.2.11"
18815source = "registry+https://github.com/rust-lang/crates.io-index"
18816checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
18817
18818[[package]]
18819name = "untrusted"
18820version = "0.7.1"
18821source = "registry+https://github.com/rust-lang/crates.io-index"
18822checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
18823
18824[[package]]
18825name = "untrusted"
18826version = "0.9.0"
18827source = "registry+https://github.com/rust-lang/crates.io-index"
18828checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
18829
18830[[package]]
18831name = "url"
18832version = "2.5.7"
18833source = "registry+https://github.com/rust-lang/crates.io-index"
18834checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
18835dependencies = [
18836 "form_urlencoded",
18837 "idna",
18838 "percent-encoding",
18839 "serde",
18840]
18841
18842[[package]]
18843name = "urlencoding"
18844version = "2.1.3"
18845source = "registry+https://github.com/rust-lang/crates.io-index"
18846checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
18847
18848[[package]]
18849name = "usvg"
18850version = "0.45.1"
18851source = "registry+https://github.com/rust-lang/crates.io-index"
18852checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
18853dependencies = [
18854 "base64 0.22.1",
18855 "data-url",
18856 "flate2",
18857 "fontdb 0.23.0",
18858 "imagesize",
18859 "kurbo",
18860 "log",
18861 "pico-args",
18862 "roxmltree",
18863 "rustybuzz",
18864 "simplecss",
18865 "siphasher 1.0.1",
18866 "strict-num",
18867 "svgtypes",
18868 "tiny-skia-path",
18869 "unicode-bidi",
18870 "unicode-script",
18871 "unicode-vo",
18872 "xmlwriter",
18873]
18874
18875[[package]]
18876name = "utf-8"
18877version = "0.7.6"
18878source = "registry+https://github.com/rust-lang/crates.io-index"
18879checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
18880
18881[[package]]
18882name = "utf8-chars"
18883version = "3.0.6"
18884source = "registry+https://github.com/rust-lang/crates.io-index"
18885checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
18886dependencies = [
18887 "arrayvec",
18888]
18889
18890[[package]]
18891name = "utf8_iter"
18892version = "1.0.4"
18893source = "registry+https://github.com/rust-lang/crates.io-index"
18894checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
18895
18896[[package]]
18897name = "utf8parse"
18898version = "0.2.2"
18899source = "registry+https://github.com/rust-lang/crates.io-index"
18900checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
18901
18902[[package]]
18903name = "util"
18904version = "0.1.0"
18905dependencies = [
18906 "anyhow",
18907 "async-fs",
18908 "async_zip",
18909 "collections",
18910 "command-fds",
18911 "dirs 4.0.0",
18912 "dunce",
18913 "futures 0.3.31",
18914 "futures-lite 1.13.0",
18915 "git2",
18916 "globset",
18917 "gpui_util",
18918 "itertools 0.14.0",
18919 "libc",
18920 "log",
18921 "mach2 0.5.0",
18922 "nix 0.29.0",
18923 "percent-encoding",
18924 "pretty_assertions",
18925 "rand 0.9.2",
18926 "regex",
18927 "rust-embed",
18928 "schemars",
18929 "serde",
18930 "serde_json",
18931 "serde_json_lenient",
18932 "shlex",
18933 "smol",
18934 "take-until",
18935 "tempfile",
18936 "tendril",
18937 "unicase",
18938 "url",
18939 "util_macros",
18940 "walkdir",
18941 "which 6.0.3",
18942]
18943
18944[[package]]
18945name = "util_macros"
18946version = "0.1.0"
18947dependencies = [
18948 "perf",
18949 "quote",
18950 "syn 2.0.117",
18951]
18952
18953[[package]]
18954name = "uuid"
18955version = "1.18.1"
18956source = "registry+https://github.com/rust-lang/crates.io-index"
18957checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
18958dependencies = [
18959 "getrandom 0.3.4",
18960 "js-sys",
18961 "serde",
18962 "sha1_smol",
18963 "wasm-bindgen",
18964]
18965
18966[[package]]
18967name = "uuid-simd"
18968version = "0.8.0"
18969source = "registry+https://github.com/rust-lang/crates.io-index"
18970checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
18971dependencies = [
18972 "outref",
18973 "vsimd",
18974]
18975
18976[[package]]
18977name = "v_frame"
18978version = "0.3.9"
18979source = "registry+https://github.com/rust-lang/crates.io-index"
18980checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
18981dependencies = [
18982 "aligned-vec",
18983 "num-traits",
18984 "wasm-bindgen",
18985]
18986
18987[[package]]
18988name = "valuable"
18989version = "0.1.1"
18990source = "registry+https://github.com/rust-lang/crates.io-index"
18991checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
18992
18993[[package]]
18994name = "value-bag"
18995version = "1.12.0"
18996source = "registry+https://github.com/rust-lang/crates.io-index"
18997checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
18998dependencies = [
18999 "value-bag-serde1",
19000 "value-bag-sval2",
19001]
19002
19003[[package]]
19004name = "value-bag-serde1"
19005version = "1.12.0"
19006source = "registry+https://github.com/rust-lang/crates.io-index"
19007checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19008dependencies = [
19009 "erased-serde",
19010 "serde_core",
19011 "serde_fmt",
19012]
19013
19014[[package]]
19015name = "value-bag-sval2"
19016version = "1.12.0"
19017source = "registry+https://github.com/rust-lang/crates.io-index"
19018checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19019dependencies = [
19020 "sval",
19021 "sval_buffer",
19022 "sval_dynamic",
19023 "sval_fmt",
19024 "sval_json",
19025 "sval_ref",
19026 "sval_serde",
19027]
19028
19029[[package]]
19030name = "vcpkg"
19031version = "0.2.15"
19032source = "registry+https://github.com/rust-lang/crates.io-index"
19033checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19034
19035[[package]]
19036name = "vercel"
19037version = "0.1.0"
19038dependencies = [
19039 "anyhow",
19040 "schemars",
19041 "serde",
19042 "strum 0.27.2",
19043]
19044
19045[[package]]
19046name = "version-compare"
19047version = "0.2.0"
19048source = "registry+https://github.com/rust-lang/crates.io-index"
19049checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19050
19051[[package]]
19052name = "version_check"
19053version = "0.9.5"
19054source = "registry+https://github.com/rust-lang/crates.io-index"
19055checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19056
19057[[package]]
19058name = "vim"
19059version = "0.1.0"
19060dependencies = [
19061 "anyhow",
19062 "async-compat",
19063 "async-trait",
19064 "collections",
19065 "command_palette",
19066 "command_palette_hooks",
19067 "db",
19068 "editor",
19069 "env_logger 0.11.8",
19070 "futures 0.3.31",
19071 "fuzzy",
19072 "git_ui",
19073 "gpui",
19074 "indoc",
19075 "itertools 0.14.0",
19076 "language",
19077 "log",
19078 "lsp",
19079 "markdown_preview",
19080 "menu",
19081 "multi_buffer",
19082 "nvim-rs",
19083 "outline_panel",
19084 "parking_lot",
19085 "perf",
19086 "picker",
19087 "project",
19088 "project_panel",
19089 "regex",
19090 "release_channel",
19091 "schemars",
19092 "search",
19093 "semver",
19094 "serde",
19095 "serde_json",
19096 "settings",
19097 "settings_ui",
19098 "task",
19099 "text",
19100 "theme",
19101 "theme_settings",
19102 "tokio",
19103 "ui",
19104 "util",
19105 "util_macros",
19106 "vim_mode_setting",
19107 "workspace",
19108 "zed_actions",
19109]
19110
19111[[package]]
19112name = "vim_mode_setting"
19113version = "0.1.0"
19114dependencies = [
19115 "gpui",
19116 "settings",
19117]
19118
19119[[package]]
19120name = "vscode_theme"
19121version = "0.2.0"
19122source = "registry+https://github.com/rust-lang/crates.io-index"
19123checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19124dependencies = [
19125 "serde",
19126]
19127
19128[[package]]
19129name = "vsimd"
19130version = "0.8.0"
19131source = "registry+https://github.com/rust-lang/crates.io-index"
19132checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19133
19134[[package]]
19135name = "vswhom"
19136version = "0.1.0"
19137source = "registry+https://github.com/rust-lang/crates.io-index"
19138checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19139dependencies = [
19140 "libc",
19141 "vswhom-sys",
19142]
19143
19144[[package]]
19145name = "vswhom-sys"
19146version = "0.1.3"
19147source = "registry+https://github.com/rust-lang/crates.io-index"
19148checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19149dependencies = [
19150 "cc",
19151 "libc",
19152]
19153
19154[[package]]
19155name = "vte"
19156version = "0.15.0"
19157source = "registry+https://github.com/rust-lang/crates.io-index"
19158checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19159dependencies = [
19160 "arrayvec",
19161 "bitflags 2.10.0",
19162 "cursor-icon",
19163 "log",
19164 "memchr",
19165 "serde",
19166]
19167
19168[[package]]
19169name = "wait-timeout"
19170version = "0.2.1"
19171source = "registry+https://github.com/rust-lang/crates.io-index"
19172checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19173dependencies = [
19174 "libc",
19175]
19176
19177[[package]]
19178name = "waker-fn"
19179version = "1.2.0"
19180source = "registry+https://github.com/rust-lang/crates.io-index"
19181checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19182
19183[[package]]
19184name = "walkdir"
19185version = "2.5.0"
19186source = "registry+https://github.com/rust-lang/crates.io-index"
19187checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19188dependencies = [
19189 "same-file",
19190 "winapi-util",
19191]
19192
19193[[package]]
19194name = "want"
19195version = "0.3.1"
19196source = "registry+https://github.com/rust-lang/crates.io-index"
19197checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19198dependencies = [
19199 "try-lock",
19200]
19201
19202[[package]]
19203name = "warp"
19204version = "0.3.7"
19205source = "registry+https://github.com/rust-lang/crates.io-index"
19206checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19207dependencies = [
19208 "bytes 1.11.1",
19209 "futures-channel",
19210 "futures-util",
19211 "headers",
19212 "http 0.2.12",
19213 "hyper 0.14.32",
19214 "log",
19215 "mime",
19216 "mime_guess",
19217 "percent-encoding",
19218 "pin-project",
19219 "scoped-tls",
19220 "serde",
19221 "serde_json",
19222 "serde_urlencoded",
19223 "tokio",
19224 "tokio-tungstenite 0.21.0",
19225 "tokio-util",
19226 "tower-service",
19227 "tracing",
19228]
19229
19230[[package]]
19231name = "wasi"
19232version = "0.11.1+wasi-snapshot-preview1"
19233source = "registry+https://github.com/rust-lang/crates.io-index"
19234checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19235
19236[[package]]
19237name = "wasip2"
19238version = "1.0.1+wasi-0.2.4"
19239source = "registry+https://github.com/rust-lang/crates.io-index"
19240checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19241dependencies = [
19242 "wit-bindgen 0.46.0",
19243]
19244
19245[[package]]
19246name = "wasip3"
19247version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19248source = "registry+https://github.com/rust-lang/crates.io-index"
19249checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19250dependencies = [
19251 "wit-bindgen 0.51.0",
19252]
19253
19254[[package]]
19255name = "wasite"
19256version = "0.1.0"
19257source = "registry+https://github.com/rust-lang/crates.io-index"
19258checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19259
19260[[package]]
19261name = "wasm-bindgen"
19262version = "0.2.113"
19263source = "registry+https://github.com/rust-lang/crates.io-index"
19264checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19265dependencies = [
19266 "cfg-if",
19267 "once_cell",
19268 "rustversion",
19269 "wasm-bindgen-macro",
19270 "wasm-bindgen-shared",
19271]
19272
19273[[package]]
19274name = "wasm-bindgen-futures"
19275version = "0.4.63"
19276source = "registry+https://github.com/rust-lang/crates.io-index"
19277checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19278dependencies = [
19279 "cfg-if",
19280 "futures-util",
19281 "js-sys",
19282 "once_cell",
19283 "wasm-bindgen",
19284 "web-sys",
19285]
19286
19287[[package]]
19288name = "wasm-bindgen-macro"
19289version = "0.2.113"
19290source = "registry+https://github.com/rust-lang/crates.io-index"
19291checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19292dependencies = [
19293 "quote",
19294 "wasm-bindgen-macro-support",
19295]
19296
19297[[package]]
19298name = "wasm-bindgen-macro-support"
19299version = "0.2.113"
19300source = "registry+https://github.com/rust-lang/crates.io-index"
19301checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19302dependencies = [
19303 "bumpalo",
19304 "proc-macro2",
19305 "quote",
19306 "syn 2.0.117",
19307 "wasm-bindgen-shared",
19308]
19309
19310[[package]]
19311name = "wasm-bindgen-shared"
19312version = "0.2.113"
19313source = "registry+https://github.com/rust-lang/crates.io-index"
19314checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19315dependencies = [
19316 "unicode-ident",
19317]
19318
19319[[package]]
19320name = "wasm-encoder"
19321version = "0.201.0"
19322source = "registry+https://github.com/rust-lang/crates.io-index"
19323checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19324dependencies = [
19325 "leb128",
19326]
19327
19328[[package]]
19329name = "wasm-encoder"
19330version = "0.221.3"
19331source = "registry+https://github.com/rust-lang/crates.io-index"
19332checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19333dependencies = [
19334 "leb128",
19335 "wasmparser 0.221.3",
19336]
19337
19338[[package]]
19339name = "wasm-encoder"
19340version = "0.227.1"
19341source = "registry+https://github.com/rust-lang/crates.io-index"
19342checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19343dependencies = [
19344 "leb128fmt",
19345 "wasmparser 0.227.1",
19346]
19347
19348[[package]]
19349name = "wasm-encoder"
19350version = "0.236.1"
19351source = "registry+https://github.com/rust-lang/crates.io-index"
19352checksum = "724fccfd4f3c24b7e589d333fc0429c68042897a7e8a5f8694f31792471841e7"
19353dependencies = [
19354 "leb128fmt",
19355 "wasmparser 0.236.1",
19356]
19357
19358[[package]]
19359name = "wasm-encoder"
19360version = "0.244.0"
19361source = "registry+https://github.com/rust-lang/crates.io-index"
19362checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19363dependencies = [
19364 "leb128fmt",
19365 "wasmparser 0.244.0",
19366]
19367
19368[[package]]
19369name = "wasm-metadata"
19370version = "0.201.0"
19371source = "registry+https://github.com/rust-lang/crates.io-index"
19372checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19373dependencies = [
19374 "anyhow",
19375 "indexmap",
19376 "serde",
19377 "serde_derive",
19378 "serde_json",
19379 "spdx",
19380 "wasm-encoder 0.201.0",
19381 "wasmparser 0.201.0",
19382]
19383
19384[[package]]
19385name = "wasm-metadata"
19386version = "0.227.1"
19387source = "registry+https://github.com/rust-lang/crates.io-index"
19388checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19389dependencies = [
19390 "anyhow",
19391 "auditable-serde",
19392 "flate2",
19393 "indexmap",
19394 "serde",
19395 "serde_derive",
19396 "serde_json",
19397 "spdx",
19398 "url",
19399 "wasm-encoder 0.227.1",
19400 "wasmparser 0.227.1",
19401]
19402
19403[[package]]
19404name = "wasm-metadata"
19405version = "0.244.0"
19406source = "registry+https://github.com/rust-lang/crates.io-index"
19407checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19408dependencies = [
19409 "anyhow",
19410 "indexmap",
19411 "wasm-encoder 0.244.0",
19412 "wasmparser 0.244.0",
19413]
19414
19415[[package]]
19416name = "wasm-streams"
19417version = "0.4.2"
19418source = "registry+https://github.com/rust-lang/crates.io-index"
19419checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19420dependencies = [
19421 "futures-util",
19422 "js-sys",
19423 "wasm-bindgen",
19424 "wasm-bindgen-futures",
19425 "web-sys",
19426]
19427
19428[[package]]
19429name = "wasm_thread"
19430version = "0.3.3"
19431source = "registry+https://github.com/rust-lang/crates.io-index"
19432checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19433dependencies = [
19434 "futures 0.3.31",
19435 "js-sys",
19436 "wasm-bindgen",
19437 "web-sys",
19438]
19439
19440[[package]]
19441name = "wasmparser"
19442version = "0.201.0"
19443source = "registry+https://github.com/rust-lang/crates.io-index"
19444checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19445dependencies = [
19446 "bitflags 2.10.0",
19447 "indexmap",
19448 "semver",
19449]
19450
19451[[package]]
19452name = "wasmparser"
19453version = "0.221.3"
19454source = "registry+https://github.com/rust-lang/crates.io-index"
19455checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19456dependencies = [
19457 "bitflags 2.10.0",
19458 "hashbrown 0.15.5",
19459 "indexmap",
19460 "semver",
19461 "serde",
19462]
19463
19464[[package]]
19465name = "wasmparser"
19466version = "0.227.1"
19467source = "registry+https://github.com/rust-lang/crates.io-index"
19468checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19469dependencies = [
19470 "bitflags 2.10.0",
19471 "hashbrown 0.15.5",
19472 "indexmap",
19473 "semver",
19474]
19475
19476[[package]]
19477name = "wasmparser"
19478version = "0.236.1"
19479source = "registry+https://github.com/rust-lang/crates.io-index"
19480checksum = "a9b1e81f3eb254cf7404a82cee6926a4a3ccc5aad80cc3d43608a070c67aa1d7"
19481dependencies = [
19482 "bitflags 2.10.0",
19483 "hashbrown 0.15.5",
19484 "indexmap",
19485 "semver",
19486 "serde",
19487]
19488
19489[[package]]
19490name = "wasmparser"
19491version = "0.244.0"
19492source = "registry+https://github.com/rust-lang/crates.io-index"
19493checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19494dependencies = [
19495 "bitflags 2.10.0",
19496 "hashbrown 0.15.5",
19497 "indexmap",
19498 "semver",
19499]
19500
19501[[package]]
19502name = "wasmprinter"
19503version = "0.236.1"
19504source = "registry+https://github.com/rust-lang/crates.io-index"
19505checksum = "2df225df06a6df15b46e3f73ca066ff92c2e023670969f7d50ce7d5e695abbb1"
19506dependencies = [
19507 "anyhow",
19508 "termcolor",
19509 "wasmparser 0.236.1",
19510]
19511
19512[[package]]
19513name = "wasmtime"
19514version = "36.0.6"
19515source = "registry+https://github.com/rust-lang/crates.io-index"
19516checksum = "6a2f8736ddc86e03a9d0e4c477a37939cfc53cd1b052ee38a3133679b87ef830"
19517dependencies = [
19518 "addr2line",
19519 "anyhow",
19520 "async-trait",
19521 "bitflags 2.10.0",
19522 "bumpalo",
19523 "cc",
19524 "cfg-if",
19525 "encoding_rs",
19526 "hashbrown 0.15.5",
19527 "indexmap",
19528 "libc",
19529 "log",
19530 "mach2 0.4.3",
19531 "memfd",
19532 "object",
19533 "once_cell",
19534 "postcard",
19535 "pulley-interpreter",
19536 "rayon",
19537 "rustix 1.1.2",
19538 "semver",
19539 "serde",
19540 "serde_derive",
19541 "smallvec",
19542 "target-lexicon 0.13.3",
19543 "wasmparser 0.236.1",
19544 "wasmtime-environ",
19545 "wasmtime-internal-asm-macros",
19546 "wasmtime-internal-component-macro",
19547 "wasmtime-internal-component-util",
19548 "wasmtime-internal-cranelift",
19549 "wasmtime-internal-fiber",
19550 "wasmtime-internal-jit-debug",
19551 "wasmtime-internal-jit-icache-coherence",
19552 "wasmtime-internal-math",
19553 "wasmtime-internal-slab",
19554 "wasmtime-internal-unwinder",
19555 "wasmtime-internal-versioned-export-macros",
19556 "wasmtime-internal-winch",
19557 "windows-sys 0.60.2",
19558]
19559
19560[[package]]
19561name = "wasmtime-c-api-impl"
19562version = "36.0.6"
19563source = "registry+https://github.com/rust-lang/crates.io-index"
19564checksum = "f3c62ea3fa30e6b0cf61116b3035121b8f515c60ac118ebfdab2ee56d028ed1e"
19565dependencies = [
19566 "anyhow",
19567 "log",
19568 "tracing",
19569 "wasmtime",
19570 "wasmtime-internal-c-api-macros",
19571]
19572
19573[[package]]
19574name = "wasmtime-environ"
19575version = "36.0.6"
19576source = "registry+https://github.com/rust-lang/crates.io-index"
19577checksum = "733682a327755c77153ac7455b1ba8f2db4d9946c1738f8002fe1fbda1d52e83"
19578dependencies = [
19579 "anyhow",
19580 "cpp_demangle",
19581 "cranelift-bitset",
19582 "cranelift-entity",
19583 "gimli",
19584 "indexmap",
19585 "log",
19586 "object",
19587 "postcard",
19588 "rustc-demangle",
19589 "semver",
19590 "serde",
19591 "serde_derive",
19592 "smallvec",
19593 "target-lexicon 0.13.3",
19594 "wasm-encoder 0.236.1",
19595 "wasmparser 0.236.1",
19596 "wasmprinter",
19597 "wasmtime-internal-component-util",
19598]
19599
19600[[package]]
19601name = "wasmtime-internal-asm-macros"
19602version = "36.0.6"
19603source = "registry+https://github.com/rust-lang/crates.io-index"
19604checksum = "68288980a2e02bcb368d436da32565897033ea21918007e3f2bae18843326cf9"
19605dependencies = [
19606 "cfg-if",
19607]
19608
19609[[package]]
19610name = "wasmtime-internal-c-api-macros"
19611version = "36.0.6"
19612source = "registry+https://github.com/rust-lang/crates.io-index"
19613checksum = "3c8c61294155a6d23c202f08cf7a2f9392a866edd50517508208818be626ce9f"
19614dependencies = [
19615 "proc-macro2",
19616 "quote",
19617]
19618
19619[[package]]
19620name = "wasmtime-internal-component-macro"
19621version = "36.0.6"
19622source = "registry+https://github.com/rust-lang/crates.io-index"
19623checksum = "5dea846da68f8e776c8a43bde3386022d7bb74e713b9654f7c0196e5ff2e4684"
19624dependencies = [
19625 "anyhow",
19626 "proc-macro2",
19627 "quote",
19628 "syn 2.0.117",
19629 "wasmtime-internal-component-util",
19630 "wasmtime-internal-wit-bindgen",
19631 "wit-parser 0.236.1",
19632]
19633
19634[[package]]
19635name = "wasmtime-internal-component-util"
19636version = "36.0.6"
19637source = "registry+https://github.com/rust-lang/crates.io-index"
19638checksum = "fe1e5735b3c8251510d2a55311562772d6c6fca9438a3d0329eb6e38af4957d6"
19639
19640[[package]]
19641name = "wasmtime-internal-cranelift"
19642version = "36.0.6"
19643source = "registry+https://github.com/rust-lang/crates.io-index"
19644checksum = "e89bb9ef571288e2be6b8a3c4763acc56c348dcd517500b1679d3ffad9e4a757"
19645dependencies = [
19646 "anyhow",
19647 "cfg-if",
19648 "cranelift-codegen",
19649 "cranelift-control",
19650 "cranelift-entity",
19651 "cranelift-frontend",
19652 "cranelift-native",
19653 "gimli",
19654 "itertools 0.14.0",
19655 "log",
19656 "object",
19657 "pulley-interpreter",
19658 "smallvec",
19659 "target-lexicon 0.13.3",
19660 "thiserror 2.0.17",
19661 "wasmparser 0.236.1",
19662 "wasmtime-environ",
19663 "wasmtime-internal-math",
19664 "wasmtime-internal-versioned-export-macros",
19665]
19666
19667[[package]]
19668name = "wasmtime-internal-fiber"
19669version = "36.0.6"
19670source = "registry+https://github.com/rust-lang/crates.io-index"
19671checksum = "b698d004b15ea1f1ae2d06e5e8b80080cbd684fd245220ce2fac3cdd5ecf87f2"
19672dependencies = [
19673 "anyhow",
19674 "cc",
19675 "cfg-if",
19676 "libc",
19677 "rustix 1.1.2",
19678 "wasmtime-internal-asm-macros",
19679 "wasmtime-internal-versioned-export-macros",
19680 "windows-sys 0.60.2",
19681]
19682
19683[[package]]
19684name = "wasmtime-internal-jit-debug"
19685version = "36.0.6"
19686source = "registry+https://github.com/rust-lang/crates.io-index"
19687checksum = "c803a9fec05c3d7fa03474d4595079d546e77a3c71c1d09b21f74152e2165c17"
19688dependencies = [
19689 "cc",
19690 "wasmtime-internal-versioned-export-macros",
19691]
19692
19693[[package]]
19694name = "wasmtime-internal-jit-icache-coherence"
19695version = "36.0.6"
19696source = "registry+https://github.com/rust-lang/crates.io-index"
19697checksum = "d3866909d37f7929d902e6011847748147e8734e9d7e0353e78fb8b98f586aee"
19698dependencies = [
19699 "anyhow",
19700 "cfg-if",
19701 "libc",
19702 "windows-sys 0.60.2",
19703]
19704
19705[[package]]
19706name = "wasmtime-internal-math"
19707version = "36.0.6"
19708source = "registry+https://github.com/rust-lang/crates.io-index"
19709checksum = "5a23b03fb14c64bd0dfcaa4653101f94ade76c34a3027ed2d6b373267536e45b"
19710dependencies = [
19711 "libm",
19712]
19713
19714[[package]]
19715name = "wasmtime-internal-slab"
19716version = "36.0.6"
19717source = "registry+https://github.com/rust-lang/crates.io-index"
19718checksum = "fbff220b88cdb990d34a20b13344e5da2e7b99959a5b1666106bec94b58d6364"
19719
19720[[package]]
19721name = "wasmtime-internal-unwinder"
19722version = "36.0.6"
19723source = "registry+https://github.com/rust-lang/crates.io-index"
19724checksum = "13e1ad30e88988b20c0d1c56ea4b4fbc01a8c614653cbf12ca50c0dcc695e2f7"
19725dependencies = [
19726 "anyhow",
19727 "cfg-if",
19728 "cranelift-codegen",
19729 "log",
19730 "object",
19731]
19732
19733[[package]]
19734name = "wasmtime-internal-versioned-export-macros"
19735version = "36.0.6"
19736source = "registry+https://github.com/rust-lang/crates.io-index"
19737checksum = "549aefdaa1398c2fcfbf69a7b882956bb5b6e8e5b600844ecb91a3b5bf658ca7"
19738dependencies = [
19739 "proc-macro2",
19740 "quote",
19741 "syn 2.0.117",
19742]
19743
19744[[package]]
19745name = "wasmtime-internal-winch"
19746version = "36.0.6"
19747source = "registry+https://github.com/rust-lang/crates.io-index"
19748checksum = "5cc96a84c5700171aeecf96fa9a9ab234f333f5afb295dabf3f8a812b70fe832"
19749dependencies = [
19750 "anyhow",
19751 "cranelift-codegen",
19752 "gimli",
19753 "object",
19754 "target-lexicon 0.13.3",
19755 "wasmparser 0.236.1",
19756 "wasmtime-environ",
19757 "wasmtime-internal-cranelift",
19758 "winch-codegen",
19759]
19760
19761[[package]]
19762name = "wasmtime-internal-wit-bindgen"
19763version = "36.0.6"
19764source = "registry+https://github.com/rust-lang/crates.io-index"
19765checksum = "c28dc9efea511598c88564ac1974e0825c07d9c0de902dbf68f227431cd4ff8c"
19766dependencies = [
19767 "anyhow",
19768 "bitflags 2.10.0",
19769 "heck 0.5.0",
19770 "indexmap",
19771 "wit-parser 0.236.1",
19772]
19773
19774[[package]]
19775name = "wasmtime-wasi"
19776version = "36.0.6"
19777source = "registry+https://github.com/rust-lang/crates.io-index"
19778checksum = "c3c2e99fbaa0c26b4680e0c9af07e3f7b25f5fbc1ad97dd34067980bd027d3e5"
19779dependencies = [
19780 "anyhow",
19781 "async-trait",
19782 "bitflags 2.10.0",
19783 "bytes 1.11.1",
19784 "cap-fs-ext",
19785 "cap-net-ext",
19786 "cap-rand",
19787 "cap-std",
19788 "cap-time-ext",
19789 "fs-set-times",
19790 "futures 0.3.31",
19791 "io-extras",
19792 "io-lifetimes",
19793 "rustix 1.1.2",
19794 "system-interface",
19795 "thiserror 2.0.17",
19796 "tokio",
19797 "tracing",
19798 "url",
19799 "wasmtime",
19800 "wasmtime-wasi-io",
19801 "wiggle",
19802 "windows-sys 0.60.2",
19803]
19804
19805[[package]]
19806name = "wasmtime-wasi-io"
19807version = "36.0.6"
19808source = "registry+https://github.com/rust-lang/crates.io-index"
19809checksum = "de2dc367052562c228ce51ee4426330840433c29c0ea3349eca5ddeb475ecdb9"
19810dependencies = [
19811 "anyhow",
19812 "async-trait",
19813 "bytes 1.11.1",
19814 "futures 0.3.31",
19815 "wasmtime",
19816]
19817
19818[[package]]
19819name = "wast"
19820version = "35.0.2"
19821source = "registry+https://github.com/rust-lang/crates.io-index"
19822checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
19823dependencies = [
19824 "leb128",
19825]
19826
19827[[package]]
19828name = "watch"
19829version = "0.1.0"
19830dependencies = [
19831 "ctor",
19832 "futures 0.3.31",
19833 "gpui",
19834 "parking_lot",
19835 "zlog",
19836]
19837
19838[[package]]
19839name = "wax"
19840version = "0.7.0"
19841source = "registry+https://github.com/rust-lang/crates.io-index"
19842checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
19843dependencies = [
19844 "const_format",
19845 "itertools 0.14.0",
19846 "nom 7.1.3",
19847 "pori",
19848 "regex",
19849 "thiserror 2.0.17",
19850 "walkdir",
19851]
19852
19853[[package]]
19854name = "wayland-backend"
19855version = "0.3.11"
19856source = "registry+https://github.com/rust-lang/crates.io-index"
19857checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
19858dependencies = [
19859 "cc",
19860 "downcast-rs",
19861 "rustix 1.1.2",
19862 "scoped-tls",
19863 "smallvec",
19864 "wayland-sys",
19865]
19866
19867[[package]]
19868name = "wayland-client"
19869version = "0.31.11"
19870source = "registry+https://github.com/rust-lang/crates.io-index"
19871checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
19872dependencies = [
19873 "bitflags 2.10.0",
19874 "rustix 1.1.2",
19875 "wayland-backend",
19876 "wayland-scanner",
19877]
19878
19879[[package]]
19880name = "wayland-cursor"
19881version = "0.31.11"
19882source = "registry+https://github.com/rust-lang/crates.io-index"
19883checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
19884dependencies = [
19885 "rustix 1.1.2",
19886 "wayland-client",
19887 "xcursor",
19888]
19889
19890[[package]]
19891name = "wayland-protocols"
19892version = "0.32.9"
19893source = "registry+https://github.com/rust-lang/crates.io-index"
19894checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
19895dependencies = [
19896 "bitflags 2.10.0",
19897 "wayland-backend",
19898 "wayland-client",
19899 "wayland-scanner",
19900]
19901
19902[[package]]
19903name = "wayland-protocols-plasma"
19904version = "0.3.9"
19905source = "registry+https://github.com/rust-lang/crates.io-index"
19906checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
19907dependencies = [
19908 "bitflags 2.10.0",
19909 "wayland-backend",
19910 "wayland-client",
19911 "wayland-protocols",
19912 "wayland-scanner",
19913]
19914
19915[[package]]
19916name = "wayland-protocols-wlr"
19917version = "0.3.9"
19918source = "registry+https://github.com/rust-lang/crates.io-index"
19919checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
19920dependencies = [
19921 "bitflags 2.10.0",
19922 "wayland-backend",
19923 "wayland-client",
19924 "wayland-protocols",
19925 "wayland-scanner",
19926]
19927
19928[[package]]
19929name = "wayland-scanner"
19930version = "0.31.7"
19931source = "registry+https://github.com/rust-lang/crates.io-index"
19932checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
19933dependencies = [
19934 "proc-macro2",
19935 "quick-xml 0.37.5",
19936 "quote",
19937]
19938
19939[[package]]
19940name = "wayland-sys"
19941version = "0.31.7"
19942source = "registry+https://github.com/rust-lang/crates.io-index"
19943checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
19944dependencies = [
19945 "dlib",
19946 "log",
19947 "once_cell",
19948 "pkg-config",
19949]
19950
19951[[package]]
19952name = "web-sys"
19953version = "0.3.90"
19954source = "registry+https://github.com/rust-lang/crates.io-index"
19955checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
19956dependencies = [
19957 "js-sys",
19958 "wasm-bindgen",
19959]
19960
19961[[package]]
19962name = "web-time"
19963version = "1.1.0"
19964source = "registry+https://github.com/rust-lang/crates.io-index"
19965checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
19966dependencies = [
19967 "js-sys",
19968 "wasm-bindgen",
19969]
19970
19971[[package]]
19972name = "web_atoms"
19973version = "0.1.3"
19974source = "registry+https://github.com/rust-lang/crates.io-index"
19975checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
19976dependencies = [
19977 "phf 0.11.3",
19978 "phf_codegen",
19979 "string_cache",
19980 "string_cache_codegen",
19981]
19982
19983[[package]]
19984name = "web_search"
19985version = "0.1.0"
19986dependencies = [
19987 "anyhow",
19988 "cloud_llm_client",
19989 "collections",
19990 "gpui",
19991 "serde",
19992]
19993
19994[[package]]
19995name = "web_search_providers"
19996version = "0.1.0"
19997dependencies = [
19998 "anyhow",
19999 "client",
20000 "cloud_api_types",
20001 "cloud_llm_client",
20002 "futures 0.3.31",
20003 "gpui",
20004 "http_client",
20005 "language_model",
20006 "serde",
20007 "serde_json",
20008 "web_search",
20009]
20010
20011[[package]]
20012name = "webpki-root-certs"
20013version = "0.26.8"
20014source = "registry+https://github.com/rust-lang/crates.io-index"
20015checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20016dependencies = [
20017 "rustls-pki-types",
20018]
20019
20020[[package]]
20021name = "webpki-roots"
20022version = "0.26.8"
20023source = "registry+https://github.com/rust-lang/crates.io-index"
20024checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20025dependencies = [
20026 "rustls-pki-types",
20027]
20028
20029[[package]]
20030name = "webrtc-sys"
20031version = "0.3.23"
20032source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20033dependencies = [
20034 "cc",
20035 "cxx",
20036 "cxx-build",
20037 "glob",
20038 "log",
20039 "pkg-config",
20040 "webrtc-sys-build",
20041]
20042
20043[[package]]
20044name = "webrtc-sys-build"
20045version = "0.3.13"
20046source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20047dependencies = [
20048 "anyhow",
20049 "fs2",
20050 "regex",
20051 "reqwest 0.12.24",
20052 "scratch",
20053 "semver",
20054 "zip 0.6.6",
20055]
20056
20057[[package]]
20058name = "weezl"
20059version = "0.1.10"
20060source = "registry+https://github.com/rust-lang/crates.io-index"
20061checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20062
20063[[package]]
20064name = "wgpu"
20065version = "29.0.0"
20066source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20067dependencies = [
20068 "arrayvec",
20069 "bitflags 2.10.0",
20070 "bytemuck",
20071 "cfg-if",
20072 "cfg_aliases 0.2.1",
20073 "document-features",
20074 "hashbrown 0.16.1",
20075 "js-sys",
20076 "log",
20077 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20078 "parking_lot",
20079 "portable-atomic",
20080 "profiling",
20081 "raw-window-handle",
20082 "smallvec",
20083 "static_assertions",
20084 "wasm-bindgen",
20085 "wasm-bindgen-futures",
20086 "web-sys",
20087 "wgpu-core",
20088 "wgpu-hal",
20089 "wgpu-types",
20090]
20091
20092[[package]]
20093name = "wgpu-core"
20094version = "29.0.0"
20095source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20096dependencies = [
20097 "arrayvec",
20098 "bit-set 0.9.1",
20099 "bit-vec 0.9.1",
20100 "bitflags 2.10.0",
20101 "bytemuck",
20102 "cfg_aliases 0.2.1",
20103 "document-features",
20104 "hashbrown 0.16.1",
20105 "indexmap",
20106 "log",
20107 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20108 "once_cell",
20109 "parking_lot",
20110 "portable-atomic",
20111 "profiling",
20112 "raw-window-handle",
20113 "rustc-hash 1.1.0",
20114 "smallvec",
20115 "thiserror 2.0.17",
20116 "wgpu-core-deps-apple",
20117 "wgpu-core-deps-emscripten",
20118 "wgpu-core-deps-windows-linux-android",
20119 "wgpu-hal",
20120 "wgpu-naga-bridge",
20121 "wgpu-types",
20122]
20123
20124[[package]]
20125name = "wgpu-core-deps-apple"
20126version = "29.0.0"
20127source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20128dependencies = [
20129 "wgpu-hal",
20130]
20131
20132[[package]]
20133name = "wgpu-core-deps-emscripten"
20134version = "29.0.0"
20135source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20136dependencies = [
20137 "wgpu-hal",
20138]
20139
20140[[package]]
20141name = "wgpu-core-deps-windows-linux-android"
20142version = "29.0.0"
20143source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20144dependencies = [
20145 "wgpu-hal",
20146]
20147
20148[[package]]
20149name = "wgpu-hal"
20150version = "29.0.0"
20151source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20152dependencies = [
20153 "android_system_properties",
20154 "arrayvec",
20155 "ash",
20156 "bit-set 0.9.1",
20157 "bitflags 2.10.0",
20158 "block2",
20159 "bytemuck",
20160 "cfg-if",
20161 "cfg_aliases 0.2.1",
20162 "glow",
20163 "glutin_wgl_sys",
20164 "gpu-allocator",
20165 "gpu-descriptor",
20166 "hashbrown 0.16.1",
20167 "js-sys",
20168 "khronos-egl",
20169 "libc",
20170 "libloading",
20171 "log",
20172 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20173 "ndk-sys",
20174 "objc2",
20175 "objc2-core-foundation",
20176 "objc2-foundation",
20177 "objc2-metal",
20178 "objc2-quartz-core",
20179 "once_cell",
20180 "ordered-float 4.6.0",
20181 "parking_lot",
20182 "portable-atomic",
20183 "portable-atomic-util",
20184 "profiling",
20185 "range-alloc",
20186 "raw-window-handle",
20187 "raw-window-metal",
20188 "renderdoc-sys",
20189 "smallvec",
20190 "thiserror 2.0.17",
20191 "wasm-bindgen",
20192 "wayland-sys",
20193 "web-sys",
20194 "wgpu-naga-bridge",
20195 "wgpu-types",
20196 "windows 0.62.2",
20197 "windows-core 0.62.2",
20198]
20199
20200[[package]]
20201name = "wgpu-naga-bridge"
20202version = "29.0.0"
20203source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20204dependencies = [
20205 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20206 "wgpu-types",
20207]
20208
20209[[package]]
20210name = "wgpu-types"
20211version = "29.0.0"
20212source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20213dependencies = [
20214 "bitflags 2.10.0",
20215 "bytemuck",
20216 "js-sys",
20217 "log",
20218 "raw-window-handle",
20219 "web-sys",
20220]
20221
20222[[package]]
20223name = "which"
20224version = "4.4.2"
20225source = "registry+https://github.com/rust-lang/crates.io-index"
20226checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20227dependencies = [
20228 "either",
20229 "home",
20230 "once_cell",
20231 "rustix 0.38.44",
20232]
20233
20234[[package]]
20235name = "which"
20236version = "6.0.3"
20237source = "registry+https://github.com/rust-lang/crates.io-index"
20238checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20239dependencies = [
20240 "either",
20241 "home",
20242 "rustix 0.38.44",
20243 "winsafe",
20244]
20245
20246[[package]]
20247name = "which_key"
20248version = "0.1.0"
20249dependencies = [
20250 "command_palette",
20251 "gpui",
20252 "serde",
20253 "settings",
20254 "theme_settings",
20255 "ui",
20256 "util",
20257 "workspace",
20258]
20259
20260[[package]]
20261name = "whoami"
20262version = "1.6.1"
20263source = "registry+https://github.com/rust-lang/crates.io-index"
20264checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20265dependencies = [
20266 "libredox",
20267 "wasite",
20268]
20269
20270[[package]]
20271name = "wiggle"
20272version = "36.0.6"
20273source = "registry+https://github.com/rust-lang/crates.io-index"
20274checksum = "c13d1ae265bd6e5e608827d2535665453cae5cb64950de66e2d5767d3e32c43a"
20275dependencies = [
20276 "anyhow",
20277 "async-trait",
20278 "bitflags 2.10.0",
20279 "thiserror 2.0.17",
20280 "tracing",
20281 "wasmtime",
20282 "wiggle-macro",
20283]
20284
20285[[package]]
20286name = "wiggle-generate"
20287version = "36.0.6"
20288source = "registry+https://github.com/rust-lang/crates.io-index"
20289checksum = "607c4966f6b30da20d24560220137cbd09df722f0558eac81c05624700af5e05"
20290dependencies = [
20291 "anyhow",
20292 "heck 0.5.0",
20293 "proc-macro2",
20294 "quote",
20295 "syn 2.0.117",
20296 "witx",
20297]
20298
20299[[package]]
20300name = "wiggle-macro"
20301version = "36.0.6"
20302source = "registry+https://github.com/rust-lang/crates.io-index"
20303checksum = "fc36e39412fa35f7cc86b3705dbe154168721dd3e71f6dc4a726b266d5c60c55"
20304dependencies = [
20305 "proc-macro2",
20306 "quote",
20307 "syn 2.0.117",
20308 "wiggle-generate",
20309]
20310
20311[[package]]
20312name = "winapi"
20313version = "0.3.9"
20314source = "registry+https://github.com/rust-lang/crates.io-index"
20315checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20316dependencies = [
20317 "winapi-i686-pc-windows-gnu",
20318 "winapi-x86_64-pc-windows-gnu",
20319]
20320
20321[[package]]
20322name = "winapi-i686-pc-windows-gnu"
20323version = "0.4.0"
20324source = "registry+https://github.com/rust-lang/crates.io-index"
20325checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20326
20327[[package]]
20328name = "winapi-util"
20329version = "0.1.11"
20330source = "registry+https://github.com/rust-lang/crates.io-index"
20331checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20332dependencies = [
20333 "windows-sys 0.61.2",
20334]
20335
20336[[package]]
20337name = "winapi-x86_64-pc-windows-gnu"
20338version = "0.4.0"
20339source = "registry+https://github.com/rust-lang/crates.io-index"
20340checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20341
20342[[package]]
20343name = "winch-codegen"
20344version = "36.0.6"
20345source = "registry+https://github.com/rust-lang/crates.io-index"
20346checksum = "06c0ec09e8eb5e850e432da6271ed8c4a9d459a9db3850c38e98a3ee9d015e79"
20347dependencies = [
20348 "anyhow",
20349 "cranelift-assembler-x64",
20350 "cranelift-codegen",
20351 "gimli",
20352 "regalloc2",
20353 "smallvec",
20354 "target-lexicon 0.13.3",
20355 "thiserror 2.0.17",
20356 "wasmparser 0.236.1",
20357 "wasmtime-environ",
20358 "wasmtime-internal-cranelift",
20359 "wasmtime-internal-math",
20360]
20361
20362[[package]]
20363name = "windows"
20364version = "0.57.0"
20365source = "registry+https://github.com/rust-lang/crates.io-index"
20366checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20367dependencies = [
20368 "windows-core 0.57.0",
20369 "windows-targets 0.52.6",
20370]
20371
20372[[package]]
20373name = "windows"
20374version = "0.58.0"
20375source = "registry+https://github.com/rust-lang/crates.io-index"
20376checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20377dependencies = [
20378 "windows-core 0.58.0",
20379 "windows-targets 0.52.6",
20380]
20381
20382[[package]]
20383name = "windows"
20384version = "0.61.3"
20385source = "registry+https://github.com/rust-lang/crates.io-index"
20386checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20387dependencies = [
20388 "windows-collections 0.2.0",
20389 "windows-core 0.61.2",
20390 "windows-future 0.2.1",
20391 "windows-link 0.1.3",
20392 "windows-numerics 0.2.0",
20393]
20394
20395[[package]]
20396name = "windows"
20397version = "0.62.2"
20398source = "registry+https://github.com/rust-lang/crates.io-index"
20399checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20400dependencies = [
20401 "windows-collections 0.3.2",
20402 "windows-core 0.62.2",
20403 "windows-future 0.3.2",
20404 "windows-numerics 0.3.1",
20405]
20406
20407[[package]]
20408name = "windows-bindgen"
20409version = "0.61.1"
20410source = "registry+https://github.com/rust-lang/crates.io-index"
20411checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20412dependencies = [
20413 "serde",
20414 "serde_json",
20415 "windows-threading 0.1.0",
20416]
20417
20418[[package]]
20419name = "windows-capture"
20420version = "1.4.3"
20421source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20422dependencies = [
20423 "clap",
20424 "ctrlc",
20425 "parking_lot",
20426 "rayon",
20427 "thiserror 2.0.17",
20428 "windows 0.61.3",
20429 "windows-future 0.2.1",
20430]
20431
20432[[package]]
20433name = "windows-collections"
20434version = "0.2.0"
20435source = "registry+https://github.com/rust-lang/crates.io-index"
20436checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20437dependencies = [
20438 "windows-core 0.61.2",
20439]
20440
20441[[package]]
20442name = "windows-collections"
20443version = "0.3.2"
20444source = "registry+https://github.com/rust-lang/crates.io-index"
20445checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20446dependencies = [
20447 "windows-core 0.62.2",
20448]
20449
20450[[package]]
20451name = "windows-core"
20452version = "0.57.0"
20453source = "registry+https://github.com/rust-lang/crates.io-index"
20454checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20455dependencies = [
20456 "windows-implement 0.57.0",
20457 "windows-interface 0.57.0",
20458 "windows-result 0.1.2",
20459 "windows-targets 0.52.6",
20460]
20461
20462[[package]]
20463name = "windows-core"
20464version = "0.58.0"
20465source = "registry+https://github.com/rust-lang/crates.io-index"
20466checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20467dependencies = [
20468 "windows-implement 0.58.0",
20469 "windows-interface 0.58.0",
20470 "windows-result 0.2.0",
20471 "windows-strings 0.1.0",
20472 "windows-targets 0.52.6",
20473]
20474
20475[[package]]
20476name = "windows-core"
20477version = "0.61.2"
20478source = "registry+https://github.com/rust-lang/crates.io-index"
20479checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20480dependencies = [
20481 "windows-implement 0.60.2",
20482 "windows-interface 0.59.3",
20483 "windows-link 0.1.3",
20484 "windows-result 0.3.4",
20485 "windows-strings 0.4.2",
20486]
20487
20488[[package]]
20489name = "windows-core"
20490version = "0.62.2"
20491source = "registry+https://github.com/rust-lang/crates.io-index"
20492checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20493dependencies = [
20494 "windows-implement 0.60.2",
20495 "windows-interface 0.59.3",
20496 "windows-link 0.2.1",
20497 "windows-result 0.4.1",
20498 "windows-strings 0.5.1",
20499]
20500
20501[[package]]
20502name = "windows-future"
20503version = "0.2.1"
20504source = "registry+https://github.com/rust-lang/crates.io-index"
20505checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20506dependencies = [
20507 "windows-core 0.61.2",
20508 "windows-link 0.1.3",
20509 "windows-threading 0.1.0",
20510]
20511
20512[[package]]
20513name = "windows-future"
20514version = "0.3.2"
20515source = "registry+https://github.com/rust-lang/crates.io-index"
20516checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20517dependencies = [
20518 "windows-core 0.62.2",
20519 "windows-link 0.2.1",
20520 "windows-threading 0.2.1",
20521]
20522
20523[[package]]
20524name = "windows-implement"
20525version = "0.57.0"
20526source = "registry+https://github.com/rust-lang/crates.io-index"
20527checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20528dependencies = [
20529 "proc-macro2",
20530 "quote",
20531 "syn 2.0.117",
20532]
20533
20534[[package]]
20535name = "windows-implement"
20536version = "0.58.0"
20537source = "registry+https://github.com/rust-lang/crates.io-index"
20538checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20539dependencies = [
20540 "proc-macro2",
20541 "quote",
20542 "syn 2.0.117",
20543]
20544
20545[[package]]
20546name = "windows-implement"
20547version = "0.60.2"
20548source = "registry+https://github.com/rust-lang/crates.io-index"
20549checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20550dependencies = [
20551 "proc-macro2",
20552 "quote",
20553 "syn 2.0.117",
20554]
20555
20556[[package]]
20557name = "windows-interface"
20558version = "0.57.0"
20559source = "registry+https://github.com/rust-lang/crates.io-index"
20560checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20561dependencies = [
20562 "proc-macro2",
20563 "quote",
20564 "syn 2.0.117",
20565]
20566
20567[[package]]
20568name = "windows-interface"
20569version = "0.58.0"
20570source = "registry+https://github.com/rust-lang/crates.io-index"
20571checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20572dependencies = [
20573 "proc-macro2",
20574 "quote",
20575 "syn 2.0.117",
20576]
20577
20578[[package]]
20579name = "windows-interface"
20580version = "0.59.3"
20581source = "registry+https://github.com/rust-lang/crates.io-index"
20582checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20583dependencies = [
20584 "proc-macro2",
20585 "quote",
20586 "syn 2.0.117",
20587]
20588
20589[[package]]
20590name = "windows-link"
20591version = "0.1.3"
20592source = "registry+https://github.com/rust-lang/crates.io-index"
20593checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20594
20595[[package]]
20596name = "windows-link"
20597version = "0.2.1"
20598source = "registry+https://github.com/rust-lang/crates.io-index"
20599checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20600
20601[[package]]
20602name = "windows-numerics"
20603version = "0.2.0"
20604source = "registry+https://github.com/rust-lang/crates.io-index"
20605checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20606dependencies = [
20607 "windows-core 0.61.2",
20608 "windows-link 0.1.3",
20609]
20610
20611[[package]]
20612name = "windows-numerics"
20613version = "0.3.1"
20614source = "registry+https://github.com/rust-lang/crates.io-index"
20615checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20616dependencies = [
20617 "windows-core 0.62.2",
20618 "windows-link 0.2.1",
20619]
20620
20621[[package]]
20622name = "windows-registry"
20623version = "0.4.0"
20624source = "registry+https://github.com/rust-lang/crates.io-index"
20625checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20626dependencies = [
20627 "windows-result 0.3.4",
20628 "windows-strings 0.3.1",
20629 "windows-targets 0.53.5",
20630]
20631
20632[[package]]
20633name = "windows-registry"
20634version = "0.5.3"
20635source = "registry+https://github.com/rust-lang/crates.io-index"
20636checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20637dependencies = [
20638 "windows-link 0.1.3",
20639 "windows-result 0.3.4",
20640 "windows-strings 0.4.2",
20641]
20642
20643[[package]]
20644name = "windows-registry"
20645version = "0.6.1"
20646source = "registry+https://github.com/rust-lang/crates.io-index"
20647checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20648dependencies = [
20649 "windows-link 0.2.1",
20650 "windows-result 0.4.1",
20651 "windows-strings 0.5.1",
20652]
20653
20654[[package]]
20655name = "windows-result"
20656version = "0.1.2"
20657source = "registry+https://github.com/rust-lang/crates.io-index"
20658checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20659dependencies = [
20660 "windows-targets 0.52.6",
20661]
20662
20663[[package]]
20664name = "windows-result"
20665version = "0.2.0"
20666source = "registry+https://github.com/rust-lang/crates.io-index"
20667checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20668dependencies = [
20669 "windows-targets 0.52.6",
20670]
20671
20672[[package]]
20673name = "windows-result"
20674version = "0.3.4"
20675source = "registry+https://github.com/rust-lang/crates.io-index"
20676checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20677dependencies = [
20678 "windows-link 0.1.3",
20679]
20680
20681[[package]]
20682name = "windows-result"
20683version = "0.4.1"
20684source = "registry+https://github.com/rust-lang/crates.io-index"
20685checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20686dependencies = [
20687 "windows-link 0.2.1",
20688]
20689
20690[[package]]
20691name = "windows-strings"
20692version = "0.1.0"
20693source = "registry+https://github.com/rust-lang/crates.io-index"
20694checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20695dependencies = [
20696 "windows-result 0.2.0",
20697 "windows-targets 0.52.6",
20698]
20699
20700[[package]]
20701name = "windows-strings"
20702version = "0.3.1"
20703source = "registry+https://github.com/rust-lang/crates.io-index"
20704checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20705dependencies = [
20706 "windows-link 0.1.3",
20707]
20708
20709[[package]]
20710name = "windows-strings"
20711version = "0.4.2"
20712source = "registry+https://github.com/rust-lang/crates.io-index"
20713checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20714dependencies = [
20715 "windows-link 0.1.3",
20716]
20717
20718[[package]]
20719name = "windows-strings"
20720version = "0.5.1"
20721source = "registry+https://github.com/rust-lang/crates.io-index"
20722checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
20723dependencies = [
20724 "windows-link 0.2.1",
20725]
20726
20727[[package]]
20728name = "windows-sys"
20729version = "0.45.0"
20730source = "registry+https://github.com/rust-lang/crates.io-index"
20731checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
20732dependencies = [
20733 "windows-targets 0.42.2",
20734]
20735
20736[[package]]
20737name = "windows-sys"
20738version = "0.48.0"
20739source = "registry+https://github.com/rust-lang/crates.io-index"
20740checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
20741dependencies = [
20742 "windows-targets 0.48.5",
20743]
20744
20745[[package]]
20746name = "windows-sys"
20747version = "0.52.0"
20748source = "registry+https://github.com/rust-lang/crates.io-index"
20749checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
20750dependencies = [
20751 "windows-targets 0.52.6",
20752]
20753
20754[[package]]
20755name = "windows-sys"
20756version = "0.59.0"
20757source = "registry+https://github.com/rust-lang/crates.io-index"
20758checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
20759dependencies = [
20760 "windows-targets 0.52.6",
20761]
20762
20763[[package]]
20764name = "windows-sys"
20765version = "0.60.2"
20766source = "registry+https://github.com/rust-lang/crates.io-index"
20767checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
20768dependencies = [
20769 "windows-targets 0.53.5",
20770]
20771
20772[[package]]
20773name = "windows-sys"
20774version = "0.61.2"
20775source = "registry+https://github.com/rust-lang/crates.io-index"
20776checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
20777dependencies = [
20778 "windows-link 0.2.1",
20779]
20780
20781[[package]]
20782name = "windows-targets"
20783version = "0.42.2"
20784source = "registry+https://github.com/rust-lang/crates.io-index"
20785checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
20786dependencies = [
20787 "windows_aarch64_gnullvm 0.42.2",
20788 "windows_aarch64_msvc 0.42.2",
20789 "windows_i686_gnu 0.42.2",
20790 "windows_i686_msvc 0.42.2",
20791 "windows_x86_64_gnu 0.42.2",
20792 "windows_x86_64_gnullvm 0.42.2",
20793 "windows_x86_64_msvc 0.42.2",
20794]
20795
20796[[package]]
20797name = "windows-targets"
20798version = "0.48.5"
20799source = "registry+https://github.com/rust-lang/crates.io-index"
20800checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
20801dependencies = [
20802 "windows_aarch64_gnullvm 0.48.5",
20803 "windows_aarch64_msvc 0.48.5",
20804 "windows_i686_gnu 0.48.5",
20805 "windows_i686_msvc 0.48.5",
20806 "windows_x86_64_gnu 0.48.5",
20807 "windows_x86_64_gnullvm 0.48.5",
20808 "windows_x86_64_msvc 0.48.5",
20809]
20810
20811[[package]]
20812name = "windows-targets"
20813version = "0.52.6"
20814source = "registry+https://github.com/rust-lang/crates.io-index"
20815checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
20816dependencies = [
20817 "windows_aarch64_gnullvm 0.52.6",
20818 "windows_aarch64_msvc 0.52.6",
20819 "windows_i686_gnu 0.52.6",
20820 "windows_i686_gnullvm 0.52.6",
20821 "windows_i686_msvc 0.52.6",
20822 "windows_x86_64_gnu 0.52.6",
20823 "windows_x86_64_gnullvm 0.52.6",
20824 "windows_x86_64_msvc 0.52.6",
20825]
20826
20827[[package]]
20828name = "windows-targets"
20829version = "0.53.5"
20830source = "registry+https://github.com/rust-lang/crates.io-index"
20831checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
20832dependencies = [
20833 "windows-link 0.2.1",
20834 "windows_aarch64_gnullvm 0.53.1",
20835 "windows_aarch64_msvc 0.53.1",
20836 "windows_i686_gnu 0.53.1",
20837 "windows_i686_gnullvm 0.53.1",
20838 "windows_i686_msvc 0.53.1",
20839 "windows_x86_64_gnu 0.53.1",
20840 "windows_x86_64_gnullvm 0.53.1",
20841 "windows_x86_64_msvc 0.53.1",
20842]
20843
20844[[package]]
20845name = "windows-threading"
20846version = "0.1.0"
20847source = "registry+https://github.com/rust-lang/crates.io-index"
20848checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
20849dependencies = [
20850 "windows-link 0.1.3",
20851]
20852
20853[[package]]
20854name = "windows-threading"
20855version = "0.2.1"
20856source = "registry+https://github.com/rust-lang/crates.io-index"
20857checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
20858dependencies = [
20859 "windows-link 0.2.1",
20860]
20861
20862[[package]]
20863name = "windows_aarch64_gnullvm"
20864version = "0.42.2"
20865source = "registry+https://github.com/rust-lang/crates.io-index"
20866checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
20867
20868[[package]]
20869name = "windows_aarch64_gnullvm"
20870version = "0.48.5"
20871source = "registry+https://github.com/rust-lang/crates.io-index"
20872checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
20873
20874[[package]]
20875name = "windows_aarch64_gnullvm"
20876version = "0.52.6"
20877source = "registry+https://github.com/rust-lang/crates.io-index"
20878checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
20879
20880[[package]]
20881name = "windows_aarch64_gnullvm"
20882version = "0.53.1"
20883source = "registry+https://github.com/rust-lang/crates.io-index"
20884checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
20885
20886[[package]]
20887name = "windows_aarch64_msvc"
20888version = "0.42.2"
20889source = "registry+https://github.com/rust-lang/crates.io-index"
20890checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
20891
20892[[package]]
20893name = "windows_aarch64_msvc"
20894version = "0.48.5"
20895source = "registry+https://github.com/rust-lang/crates.io-index"
20896checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
20897
20898[[package]]
20899name = "windows_aarch64_msvc"
20900version = "0.52.6"
20901source = "registry+https://github.com/rust-lang/crates.io-index"
20902checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
20903
20904[[package]]
20905name = "windows_aarch64_msvc"
20906version = "0.53.1"
20907source = "registry+https://github.com/rust-lang/crates.io-index"
20908checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
20909
20910[[package]]
20911name = "windows_i686_gnu"
20912version = "0.42.2"
20913source = "registry+https://github.com/rust-lang/crates.io-index"
20914checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
20915
20916[[package]]
20917name = "windows_i686_gnu"
20918version = "0.48.5"
20919source = "registry+https://github.com/rust-lang/crates.io-index"
20920checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
20921
20922[[package]]
20923name = "windows_i686_gnu"
20924version = "0.52.6"
20925source = "registry+https://github.com/rust-lang/crates.io-index"
20926checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
20927
20928[[package]]
20929name = "windows_i686_gnu"
20930version = "0.53.1"
20931source = "registry+https://github.com/rust-lang/crates.io-index"
20932checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
20933
20934[[package]]
20935name = "windows_i686_gnullvm"
20936version = "0.52.6"
20937source = "registry+https://github.com/rust-lang/crates.io-index"
20938checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
20939
20940[[package]]
20941name = "windows_i686_gnullvm"
20942version = "0.53.1"
20943source = "registry+https://github.com/rust-lang/crates.io-index"
20944checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
20945
20946[[package]]
20947name = "windows_i686_msvc"
20948version = "0.42.2"
20949source = "registry+https://github.com/rust-lang/crates.io-index"
20950checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
20951
20952[[package]]
20953name = "windows_i686_msvc"
20954version = "0.48.5"
20955source = "registry+https://github.com/rust-lang/crates.io-index"
20956checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
20957
20958[[package]]
20959name = "windows_i686_msvc"
20960version = "0.52.6"
20961source = "registry+https://github.com/rust-lang/crates.io-index"
20962checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
20963
20964[[package]]
20965name = "windows_i686_msvc"
20966version = "0.53.1"
20967source = "registry+https://github.com/rust-lang/crates.io-index"
20968checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
20969
20970[[package]]
20971name = "windows_x86_64_gnu"
20972version = "0.42.2"
20973source = "registry+https://github.com/rust-lang/crates.io-index"
20974checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
20975
20976[[package]]
20977name = "windows_x86_64_gnu"
20978version = "0.48.5"
20979source = "registry+https://github.com/rust-lang/crates.io-index"
20980checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
20981
20982[[package]]
20983name = "windows_x86_64_gnu"
20984version = "0.52.6"
20985source = "registry+https://github.com/rust-lang/crates.io-index"
20986checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
20987
20988[[package]]
20989name = "windows_x86_64_gnu"
20990version = "0.53.1"
20991source = "registry+https://github.com/rust-lang/crates.io-index"
20992checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
20993
20994[[package]]
20995name = "windows_x86_64_gnullvm"
20996version = "0.42.2"
20997source = "registry+https://github.com/rust-lang/crates.io-index"
20998checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
20999
21000[[package]]
21001name = "windows_x86_64_gnullvm"
21002version = "0.48.5"
21003source = "registry+https://github.com/rust-lang/crates.io-index"
21004checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21005
21006[[package]]
21007name = "windows_x86_64_gnullvm"
21008version = "0.52.6"
21009source = "registry+https://github.com/rust-lang/crates.io-index"
21010checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21011
21012[[package]]
21013name = "windows_x86_64_gnullvm"
21014version = "0.53.1"
21015source = "registry+https://github.com/rust-lang/crates.io-index"
21016checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21017
21018[[package]]
21019name = "windows_x86_64_msvc"
21020version = "0.42.2"
21021source = "registry+https://github.com/rust-lang/crates.io-index"
21022checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21023
21024[[package]]
21025name = "windows_x86_64_msvc"
21026version = "0.48.5"
21027source = "registry+https://github.com/rust-lang/crates.io-index"
21028checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21029
21030[[package]]
21031name = "windows_x86_64_msvc"
21032version = "0.52.6"
21033source = "registry+https://github.com/rust-lang/crates.io-index"
21034checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21035
21036[[package]]
21037name = "windows_x86_64_msvc"
21038version = "0.53.1"
21039source = "registry+https://github.com/rust-lang/crates.io-index"
21040checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21041
21042[[package]]
21043name = "winnow"
21044version = "0.7.13"
21045source = "registry+https://github.com/rust-lang/crates.io-index"
21046checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21047dependencies = [
21048 "memchr",
21049]
21050
21051[[package]]
21052name = "winreg"
21053version = "0.10.1"
21054source = "registry+https://github.com/rust-lang/crates.io-index"
21055checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21056dependencies = [
21057 "winapi",
21058]
21059
21060[[package]]
21061name = "winreg"
21062version = "0.50.0"
21063source = "registry+https://github.com/rust-lang/crates.io-index"
21064checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21065dependencies = [
21066 "cfg-if",
21067 "windows-sys 0.48.0",
21068]
21069
21070[[package]]
21071name = "winreg"
21072version = "0.55.0"
21073source = "registry+https://github.com/rust-lang/crates.io-index"
21074checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21075dependencies = [
21076 "cfg-if",
21077 "windows-sys 0.59.0",
21078]
21079
21080[[package]]
21081name = "winresource"
21082version = "0.1.23"
21083source = "registry+https://github.com/rust-lang/crates.io-index"
21084checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21085dependencies = [
21086 "toml 0.8.23",
21087 "version_check",
21088]
21089
21090[[package]]
21091name = "winsafe"
21092version = "0.0.19"
21093source = "registry+https://github.com/rust-lang/crates.io-index"
21094checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21095
21096[[package]]
21097name = "winx"
21098version = "0.36.4"
21099source = "registry+https://github.com/rust-lang/crates.io-index"
21100checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21101dependencies = [
21102 "bitflags 2.10.0",
21103 "windows-sys 0.59.0",
21104]
21105
21106[[package]]
21107name = "wio"
21108version = "0.2.2"
21109source = "registry+https://github.com/rust-lang/crates.io-index"
21110checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21111dependencies = [
21112 "winapi",
21113]
21114
21115[[package]]
21116name = "wit-bindgen"
21117version = "0.22.0"
21118source = "registry+https://github.com/rust-lang/crates.io-index"
21119checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21120dependencies = [
21121 "bitflags 2.10.0",
21122 "wit-bindgen-rt 0.22.0",
21123 "wit-bindgen-rust-macro 0.22.0",
21124]
21125
21126[[package]]
21127name = "wit-bindgen"
21128version = "0.41.0"
21129source = "registry+https://github.com/rust-lang/crates.io-index"
21130checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21131dependencies = [
21132 "wit-bindgen-rt 0.41.0",
21133 "wit-bindgen-rust-macro 0.41.0",
21134]
21135
21136[[package]]
21137name = "wit-bindgen"
21138version = "0.46.0"
21139source = "registry+https://github.com/rust-lang/crates.io-index"
21140checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21141
21142[[package]]
21143name = "wit-bindgen"
21144version = "0.51.0"
21145source = "registry+https://github.com/rust-lang/crates.io-index"
21146checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21147dependencies = [
21148 "wit-bindgen-rust-macro 0.51.0",
21149]
21150
21151[[package]]
21152name = "wit-bindgen-core"
21153version = "0.22.0"
21154source = "registry+https://github.com/rust-lang/crates.io-index"
21155checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21156dependencies = [
21157 "anyhow",
21158 "wit-parser 0.201.0",
21159]
21160
21161[[package]]
21162name = "wit-bindgen-core"
21163version = "0.41.0"
21164source = "registry+https://github.com/rust-lang/crates.io-index"
21165checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21166dependencies = [
21167 "anyhow",
21168 "heck 0.5.0",
21169 "wit-parser 0.227.1",
21170]
21171
21172[[package]]
21173name = "wit-bindgen-core"
21174version = "0.51.0"
21175source = "registry+https://github.com/rust-lang/crates.io-index"
21176checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21177dependencies = [
21178 "anyhow",
21179 "heck 0.5.0",
21180 "wit-parser 0.244.0",
21181]
21182
21183[[package]]
21184name = "wit-bindgen-rt"
21185version = "0.22.0"
21186source = "registry+https://github.com/rust-lang/crates.io-index"
21187checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21188
21189[[package]]
21190name = "wit-bindgen-rt"
21191version = "0.41.0"
21192source = "registry+https://github.com/rust-lang/crates.io-index"
21193checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21194dependencies = [
21195 "bitflags 2.10.0",
21196 "futures 0.3.31",
21197 "once_cell",
21198]
21199
21200[[package]]
21201name = "wit-bindgen-rust"
21202version = "0.22.0"
21203source = "registry+https://github.com/rust-lang/crates.io-index"
21204checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21205dependencies = [
21206 "anyhow",
21207 "heck 0.4.1",
21208 "indexmap",
21209 "wasm-metadata 0.201.0",
21210 "wit-bindgen-core 0.22.0",
21211 "wit-component 0.201.0",
21212]
21213
21214[[package]]
21215name = "wit-bindgen-rust"
21216version = "0.41.0"
21217source = "registry+https://github.com/rust-lang/crates.io-index"
21218checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21219dependencies = [
21220 "anyhow",
21221 "heck 0.5.0",
21222 "indexmap",
21223 "prettyplease",
21224 "syn 2.0.117",
21225 "wasm-metadata 0.227.1",
21226 "wit-bindgen-core 0.41.0",
21227 "wit-component 0.227.1",
21228]
21229
21230[[package]]
21231name = "wit-bindgen-rust"
21232version = "0.51.0"
21233source = "registry+https://github.com/rust-lang/crates.io-index"
21234checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21235dependencies = [
21236 "anyhow",
21237 "heck 0.5.0",
21238 "indexmap",
21239 "prettyplease",
21240 "syn 2.0.117",
21241 "wasm-metadata 0.244.0",
21242 "wit-bindgen-core 0.51.0",
21243 "wit-component 0.244.0",
21244]
21245
21246[[package]]
21247name = "wit-bindgen-rust-macro"
21248version = "0.22.0"
21249source = "registry+https://github.com/rust-lang/crates.io-index"
21250checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21251dependencies = [
21252 "anyhow",
21253 "proc-macro2",
21254 "quote",
21255 "syn 2.0.117",
21256 "wit-bindgen-core 0.22.0",
21257 "wit-bindgen-rust 0.22.0",
21258]
21259
21260[[package]]
21261name = "wit-bindgen-rust-macro"
21262version = "0.41.0"
21263source = "registry+https://github.com/rust-lang/crates.io-index"
21264checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21265dependencies = [
21266 "anyhow",
21267 "prettyplease",
21268 "proc-macro2",
21269 "quote",
21270 "syn 2.0.117",
21271 "wit-bindgen-core 0.41.0",
21272 "wit-bindgen-rust 0.41.0",
21273]
21274
21275[[package]]
21276name = "wit-bindgen-rust-macro"
21277version = "0.51.0"
21278source = "registry+https://github.com/rust-lang/crates.io-index"
21279checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21280dependencies = [
21281 "anyhow",
21282 "prettyplease",
21283 "proc-macro2",
21284 "quote",
21285 "syn 2.0.117",
21286 "wit-bindgen-core 0.51.0",
21287 "wit-bindgen-rust 0.51.0",
21288]
21289
21290[[package]]
21291name = "wit-component"
21292version = "0.201.0"
21293source = "registry+https://github.com/rust-lang/crates.io-index"
21294checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21295dependencies = [
21296 "anyhow",
21297 "bitflags 2.10.0",
21298 "indexmap",
21299 "log",
21300 "serde",
21301 "serde_derive",
21302 "serde_json",
21303 "wasm-encoder 0.201.0",
21304 "wasm-metadata 0.201.0",
21305 "wasmparser 0.201.0",
21306 "wit-parser 0.201.0",
21307]
21308
21309[[package]]
21310name = "wit-component"
21311version = "0.227.1"
21312source = "registry+https://github.com/rust-lang/crates.io-index"
21313checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21314dependencies = [
21315 "anyhow",
21316 "bitflags 2.10.0",
21317 "indexmap",
21318 "log",
21319 "serde",
21320 "serde_derive",
21321 "serde_json",
21322 "wasm-encoder 0.227.1",
21323 "wasm-metadata 0.227.1",
21324 "wasmparser 0.227.1",
21325 "wit-parser 0.227.1",
21326]
21327
21328[[package]]
21329name = "wit-component"
21330version = "0.244.0"
21331source = "registry+https://github.com/rust-lang/crates.io-index"
21332checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21333dependencies = [
21334 "anyhow",
21335 "bitflags 2.10.0",
21336 "indexmap",
21337 "log",
21338 "serde",
21339 "serde_derive",
21340 "serde_json",
21341 "wasm-encoder 0.244.0",
21342 "wasm-metadata 0.244.0",
21343 "wasmparser 0.244.0",
21344 "wit-parser 0.244.0",
21345]
21346
21347[[package]]
21348name = "wit-parser"
21349version = "0.201.0"
21350source = "registry+https://github.com/rust-lang/crates.io-index"
21351checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21352dependencies = [
21353 "anyhow",
21354 "id-arena",
21355 "indexmap",
21356 "log",
21357 "semver",
21358 "serde",
21359 "serde_derive",
21360 "serde_json",
21361 "unicode-xid",
21362 "wasmparser 0.201.0",
21363]
21364
21365[[package]]
21366name = "wit-parser"
21367version = "0.227.1"
21368source = "registry+https://github.com/rust-lang/crates.io-index"
21369checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21370dependencies = [
21371 "anyhow",
21372 "id-arena",
21373 "indexmap",
21374 "log",
21375 "semver",
21376 "serde",
21377 "serde_derive",
21378 "serde_json",
21379 "unicode-xid",
21380 "wasmparser 0.227.1",
21381]
21382
21383[[package]]
21384name = "wit-parser"
21385version = "0.236.1"
21386source = "registry+https://github.com/rust-lang/crates.io-index"
21387checksum = "16e4833a20cd6e85d6abfea0e63a399472d6f88c6262957c17f546879a80ba15"
21388dependencies = [
21389 "anyhow",
21390 "id-arena",
21391 "indexmap",
21392 "log",
21393 "semver",
21394 "serde",
21395 "serde_derive",
21396 "serde_json",
21397 "unicode-xid",
21398 "wasmparser 0.236.1",
21399]
21400
21401[[package]]
21402name = "wit-parser"
21403version = "0.244.0"
21404source = "registry+https://github.com/rust-lang/crates.io-index"
21405checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21406dependencies = [
21407 "anyhow",
21408 "id-arena",
21409 "indexmap",
21410 "log",
21411 "semver",
21412 "serde",
21413 "serde_derive",
21414 "serde_json",
21415 "unicode-xid",
21416 "wasmparser 0.244.0",
21417]
21418
21419[[package]]
21420name = "witx"
21421version = "0.9.1"
21422source = "registry+https://github.com/rust-lang/crates.io-index"
21423checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21424dependencies = [
21425 "anyhow",
21426 "log",
21427 "thiserror 1.0.69",
21428 "wast",
21429]
21430
21431[[package]]
21432name = "workspace"
21433version = "0.1.0"
21434dependencies = [
21435 "agent_settings",
21436 "any_vec",
21437 "anyhow",
21438 "async-recursion",
21439 "chrono",
21440 "client",
21441 "clock",
21442 "collections",
21443 "component",
21444 "db",
21445 "feature_flags",
21446 "fs",
21447 "futures 0.3.31",
21448 "git",
21449 "gpui",
21450 "http_client",
21451 "itertools 0.14.0",
21452 "language",
21453 "log",
21454 "markdown",
21455 "menu",
21456 "node_runtime",
21457 "parking_lot",
21458 "postage",
21459 "pretty_assertions",
21460 "project",
21461 "remote",
21462 "schemars",
21463 "serde",
21464 "serde_json",
21465 "session",
21466 "settings",
21467 "smallvec",
21468 "sqlez",
21469 "strum 0.27.2",
21470 "task",
21471 "telemetry",
21472 "tempfile",
21473 "theme",
21474 "theme_settings",
21475 "ui",
21476 "util",
21477 "uuid",
21478 "vim_mode_setting",
21479 "windows 0.61.3",
21480 "zed_actions",
21481 "zlog",
21482]
21483
21484[[package]]
21485name = "worktree"
21486version = "0.1.0"
21487dependencies = [
21488 "anyhow",
21489 "async-lock 2.8.0",
21490 "chardetng",
21491 "clock",
21492 "collections",
21493 "encoding_rs",
21494 "fs",
21495 "futures 0.3.31",
21496 "fuzzy",
21497 "git",
21498 "gpui",
21499 "ignore",
21500 "language",
21501 "log",
21502 "parking_lot",
21503 "paths",
21504 "postage",
21505 "pretty_assertions",
21506 "rand 0.9.2",
21507 "rpc",
21508 "serde",
21509 "serde_json",
21510 "settings",
21511 "smallvec",
21512 "smol",
21513 "sum_tree",
21514 "text",
21515 "tracing",
21516 "util",
21517 "worktree",
21518 "zlog",
21519 "ztracing",
21520]
21521
21522[[package]]
21523name = "worktree_benchmarks"
21524version = "0.1.0"
21525dependencies = [
21526 "fs",
21527 "gpui_platform",
21528 "settings",
21529 "worktree",
21530]
21531
21532[[package]]
21533name = "wprcontrol"
21534version = "0.1.0"
21535source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21536dependencies = [
21537 "windows 0.61.3",
21538 "windows-bindgen",
21539 "windows-core 0.61.2",
21540 "windows-link 0.2.1",
21541]
21542
21543[[package]]
21544name = "writeable"
21545version = "0.6.1"
21546source = "registry+https://github.com/rust-lang/crates.io-index"
21547checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21548
21549[[package]]
21550name = "wyz"
21551version = "0.5.1"
21552source = "registry+https://github.com/rust-lang/crates.io-index"
21553checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21554dependencies = [
21555 "tap",
21556]
21557
21558[[package]]
21559name = "x11"
21560version = "2.21.0"
21561source = "registry+https://github.com/rust-lang/crates.io-index"
21562checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21563dependencies = [
21564 "libc",
21565 "pkg-config",
21566]
21567
21568[[package]]
21569name = "x11-clipboard"
21570version = "0.9.3"
21571source = "registry+https://github.com/rust-lang/crates.io-index"
21572checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21573dependencies = [
21574 "libc",
21575 "x11rb",
21576]
21577
21578[[package]]
21579name = "x11rb"
21580version = "0.13.2"
21581source = "registry+https://github.com/rust-lang/crates.io-index"
21582checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21583dependencies = [
21584 "as-raw-xcb-connection",
21585 "gethostname",
21586 "libc",
21587 "rustix 1.1.2",
21588 "x11rb-protocol",
21589 "xcursor",
21590]
21591
21592[[package]]
21593name = "x11rb-protocol"
21594version = "0.13.2"
21595source = "registry+https://github.com/rust-lang/crates.io-index"
21596checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21597
21598[[package]]
21599name = "x_ai"
21600version = "0.1.0"
21601dependencies = [
21602 "anyhow",
21603 "schemars",
21604 "serde",
21605 "strum 0.27.2",
21606]
21607
21608[[package]]
21609name = "xattr"
21610version = "0.2.3"
21611source = "registry+https://github.com/rust-lang/crates.io-index"
21612checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21613dependencies = [
21614 "libc",
21615]
21616
21617[[package]]
21618name = "xcb"
21619version = "1.6.0"
21620source = "registry+https://github.com/rust-lang/crates.io-index"
21621checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21622dependencies = [
21623 "bitflags 1.3.2",
21624 "libc",
21625 "quick-xml 0.30.0",
21626 "x11",
21627]
21628
21629[[package]]
21630name = "xcursor"
21631version = "0.3.10"
21632source = "registry+https://github.com/rust-lang/crates.io-index"
21633checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21634
21635[[package]]
21636name = "xim-ctext"
21637version = "0.3.0"
21638source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21639dependencies = [
21640 "encoding_rs",
21641]
21642
21643[[package]]
21644name = "xim-parser"
21645version = "0.2.1"
21646source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21647dependencies = [
21648 "bitflags 2.10.0",
21649]
21650
21651[[package]]
21652name = "xkbcommon"
21653version = "0.8.0"
21654source = "registry+https://github.com/rust-lang/crates.io-index"
21655checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21656dependencies = [
21657 "as-raw-xcb-connection",
21658 "libc",
21659 "memmap2",
21660 "xkeysym",
21661]
21662
21663[[package]]
21664name = "xkeysym"
21665version = "0.2.1"
21666source = "registry+https://github.com/rust-lang/crates.io-index"
21667checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21668
21669[[package]]
21670name = "xml-rs"
21671version = "0.8.28"
21672source = "registry+https://github.com/rust-lang/crates.io-index"
21673checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21674
21675[[package]]
21676name = "xml5ever"
21677version = "0.18.1"
21678source = "registry+https://github.com/rust-lang/crates.io-index"
21679checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21680dependencies = [
21681 "log",
21682 "mac",
21683 "markup5ever 0.12.1",
21684]
21685
21686[[package]]
21687name = "xmlparser"
21688version = "0.13.6"
21689source = "registry+https://github.com/rust-lang/crates.io-index"
21690checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21691
21692[[package]]
21693name = "xmlwriter"
21694version = "0.1.0"
21695source = "registry+https://github.com/rust-lang/crates.io-index"
21696checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21697
21698[[package]]
21699name = "xtask"
21700version = "0.1.0"
21701dependencies = [
21702 "annotate-snippets",
21703 "anyhow",
21704 "backtrace",
21705 "cargo_metadata",
21706 "cargo_toml",
21707 "clap",
21708 "gh-workflow",
21709 "indexmap",
21710 "indoc",
21711 "itertools 0.14.0",
21712 "regex",
21713 "serde",
21714 "serde_json",
21715 "serde_yaml",
21716 "strum 0.27.2",
21717 "toml 0.8.23",
21718 "toml_edit 0.22.27",
21719]
21720
21721[[package]]
21722name = "yaml-rust2"
21723version = "0.8.1"
21724source = "registry+https://github.com/rust-lang/crates.io-index"
21725checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
21726dependencies = [
21727 "arraydeque",
21728 "encoding_rs",
21729 "hashlink 0.8.4",
21730]
21731
21732[[package]]
21733name = "yansi"
21734version = "1.0.1"
21735source = "registry+https://github.com/rust-lang/crates.io-index"
21736checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
21737
21738[[package]]
21739name = "yawc"
21740version = "0.2.5"
21741source = "registry+https://github.com/rust-lang/crates.io-index"
21742checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
21743dependencies = [
21744 "base64 0.22.1",
21745 "bytes 1.11.1",
21746 "flate2",
21747 "futures 0.3.31",
21748 "http-body-util",
21749 "hyper 1.7.0",
21750 "hyper-util",
21751 "js-sys",
21752 "nom 8.0.0",
21753 "pin-project",
21754 "rand 0.8.5",
21755 "sha1",
21756 "thiserror 1.0.69",
21757 "tokio",
21758 "tokio-rustls 0.26.2",
21759 "tokio-util",
21760 "url",
21761 "wasm-bindgen",
21762 "wasm-bindgen-futures",
21763 "web-sys",
21764 "webpki-roots",
21765]
21766
21767[[package]]
21768name = "yazi"
21769version = "0.2.1"
21770source = "registry+https://github.com/rust-lang/crates.io-index"
21771checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
21772
21773[[package]]
21774name = "yeslogic-fontconfig-sys"
21775version = "6.0.0"
21776source = "registry+https://github.com/rust-lang/crates.io-index"
21777checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
21778dependencies = [
21779 "dlib",
21780 "once_cell",
21781 "pkg-config",
21782]
21783
21784[[package]]
21785name = "yoke"
21786version = "0.7.5"
21787source = "registry+https://github.com/rust-lang/crates.io-index"
21788checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
21789dependencies = [
21790 "serde",
21791 "stable_deref_trait",
21792 "yoke-derive 0.7.5",
21793 "zerofrom",
21794]
21795
21796[[package]]
21797name = "yoke"
21798version = "0.8.0"
21799source = "registry+https://github.com/rust-lang/crates.io-index"
21800checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
21801dependencies = [
21802 "serde",
21803 "stable_deref_trait",
21804 "yoke-derive 0.8.0",
21805 "zerofrom",
21806]
21807
21808[[package]]
21809name = "yoke-derive"
21810version = "0.7.5"
21811source = "registry+https://github.com/rust-lang/crates.io-index"
21812checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
21813dependencies = [
21814 "proc-macro2",
21815 "quote",
21816 "syn 2.0.117",
21817 "synstructure",
21818]
21819
21820[[package]]
21821name = "yoke-derive"
21822version = "0.8.0"
21823source = "registry+https://github.com/rust-lang/crates.io-index"
21824checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
21825dependencies = [
21826 "proc-macro2",
21827 "quote",
21828 "syn 2.0.117",
21829 "synstructure",
21830]
21831
21832[[package]]
21833name = "zbus"
21834version = "5.13.2"
21835source = "registry+https://github.com/rust-lang/crates.io-index"
21836checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
21837dependencies = [
21838 "async-broadcast",
21839 "async-executor",
21840 "async-io",
21841 "async-lock 3.4.2",
21842 "async-process",
21843 "async-recursion",
21844 "async-task",
21845 "async-trait",
21846 "blocking",
21847 "enumflags2",
21848 "event-listener 5.4.1",
21849 "futures-core",
21850 "futures-lite 2.6.1",
21851 "hex",
21852 "libc",
21853 "ordered-stream",
21854 "rustix 1.1.2",
21855 "serde",
21856 "serde_repr",
21857 "tracing",
21858 "uds_windows",
21859 "uuid",
21860 "windows-sys 0.61.2",
21861 "winnow",
21862 "zbus_macros",
21863 "zbus_names",
21864 "zvariant",
21865]
21866
21867[[package]]
21868name = "zbus_macros"
21869version = "5.13.2"
21870source = "registry+https://github.com/rust-lang/crates.io-index"
21871checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
21872dependencies = [
21873 "proc-macro-crate",
21874 "proc-macro2",
21875 "quote",
21876 "syn 2.0.117",
21877 "zbus_names",
21878 "zvariant",
21879 "zvariant_utils",
21880]
21881
21882[[package]]
21883name = "zbus_names"
21884version = "4.3.1"
21885source = "registry+https://github.com/rust-lang/crates.io-index"
21886checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
21887dependencies = [
21888 "serde",
21889 "winnow",
21890 "zvariant",
21891]
21892
21893[[package]]
21894name = "zed"
21895version = "0.232.0"
21896dependencies = [
21897 "acp_thread",
21898 "acp_tools",
21899 "action_log",
21900 "activity_indicator",
21901 "agent",
21902 "agent-client-protocol",
21903 "agent_servers",
21904 "agent_settings",
21905 "agent_ui",
21906 "anyhow",
21907 "ashpd",
21908 "askpass",
21909 "assets",
21910 "audio",
21911 "auto_update",
21912 "auto_update_ui",
21913 "breadcrumbs",
21914 "call",
21915 "channel",
21916 "chrono",
21917 "clap",
21918 "cli",
21919 "client",
21920 "clock",
21921 "codestral",
21922 "collab_ui",
21923 "collections",
21924 "command_palette",
21925 "component",
21926 "component_preview",
21927 "copilot",
21928 "copilot_chat",
21929 "copilot_ui",
21930 "crashes",
21931 "csv_preview",
21932 "dap_adapters",
21933 "db",
21934 "debug_adapter_extension",
21935 "debugger_tools",
21936 "debugger_ui",
21937 "dev_container",
21938 "diagnostics",
21939 "edit_prediction",
21940 "edit_prediction_ui",
21941 "editor",
21942 "encoding_selector",
21943 "env_logger 0.11.8",
21944 "etw_tracing",
21945 "extension",
21946 "extension_host",
21947 "extensions_ui",
21948 "feature_flags",
21949 "feedback",
21950 "file_finder",
21951 "fs",
21952 "futures 0.3.31",
21953 "git",
21954 "git_graph",
21955 "git_hosting_providers",
21956 "git_ui",
21957 "go_to_line",
21958 "gpui",
21959 "gpui_platform",
21960 "gpui_tokio",
21961 "http_client",
21962 "image",
21963 "image_viewer",
21964 "inspector_ui",
21965 "install_cli",
21966 "itertools 0.14.0",
21967 "journal",
21968 "json_schema_store",
21969 "keymap_editor",
21970 "language",
21971 "language_extension",
21972 "language_model",
21973 "language_models",
21974 "language_onboarding",
21975 "language_selector",
21976 "language_tools",
21977 "languages",
21978 "line_ending_selector",
21979 "log",
21980 "markdown",
21981 "markdown_preview",
21982 "menu",
21983 "migrator",
21984 "mimalloc",
21985 "miniprofiler_ui",
21986 "nc",
21987 "node_runtime",
21988 "notifications",
21989 "onboarding",
21990 "outline",
21991 "outline_panel",
21992 "parking_lot",
21993 "paths",
21994 "picker",
21995 "pkg-config",
21996 "pretty_assertions",
21997 "profiling",
21998 "project",
21999 "project_panel",
22000 "project_symbols",
22001 "prompt_store",
22002 "proto",
22003 "rayon",
22004 "recent_projects",
22005 "release_channel",
22006 "remote",
22007 "repl",
22008 "reqwest_client",
22009 "rope",
22010 "search",
22011 "semver",
22012 "serde",
22013 "serde_json",
22014 "session",
22015 "settings",
22016 "settings_profile_selector",
22017 "settings_ui",
22018 "shellexpand 2.1.2",
22019 "sidebar",
22020 "smol",
22021 "snippet_provider",
22022 "snippets_ui",
22023 "svg_preview",
22024 "sysinfo 0.37.2",
22025 "system_specs",
22026 "tab_switcher",
22027 "task",
22028 "tasks_ui",
22029 "telemetry",
22030 "telemetry_events",
22031 "tempfile",
22032 "terminal_view",
22033 "theme",
22034 "theme_extension",
22035 "theme_selector",
22036 "theme_settings",
22037 "time",
22038 "time_format",
22039 "title_bar",
22040 "toolchain_selector",
22041 "tracing",
22042 "ui",
22043 "ui_prompt",
22044 "url",
22045 "urlencoding",
22046 "util",
22047 "uuid",
22048 "vim",
22049 "vim_mode_setting",
22050 "watch",
22051 "web_search",
22052 "web_search_providers",
22053 "which_key",
22054 "windows 0.61.3",
22055 "winresource",
22056 "workspace",
22057 "zed-reqwest",
22058 "zed_actions",
22059 "zed_env_vars",
22060 "zlog",
22061 "zlog_settings",
22062 "ztracing",
22063]
22064
22065[[package]]
22066name = "zed-font-kit"
22067version = "0.14.1-zed"
22068source = "git+https://github.com/zed-industries/font-kit?rev=110523127440aefb11ce0cf280ae7c5071337ec5#110523127440aefb11ce0cf280ae7c5071337ec5"
22069dependencies = [
22070 "bitflags 2.10.0",
22071 "byteorder",
22072 "core-foundation 0.10.0",
22073 "core-graphics 0.24.0",
22074 "core-text",
22075 "dirs 5.0.1",
22076 "dwrote",
22077 "float-ord",
22078 "freetype-sys",
22079 "lazy_static",
22080 "libc",
22081 "log",
22082 "pathfinder_geometry",
22083 "pathfinder_simd",
22084 "walkdir",
22085 "winapi",
22086 "yeslogic-fontconfig-sys",
22087]
22088
22089[[package]]
22090name = "zed-reqwest"
22091version = "0.12.15-zed"
22092source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22093dependencies = [
22094 "base64 0.22.1",
22095 "bytes 1.11.1",
22096 "encoding_rs",
22097 "futures-core",
22098 "futures-util",
22099 "h2 0.4.12",
22100 "http 1.3.1",
22101 "http-body 1.0.1",
22102 "http-body-util",
22103 "hyper 1.7.0",
22104 "hyper-rustls 0.27.7",
22105 "hyper-util",
22106 "ipnet",
22107 "js-sys",
22108 "log",
22109 "mime",
22110 "mime_guess",
22111 "once_cell",
22112 "percent-encoding",
22113 "pin-project-lite",
22114 "quinn",
22115 "rustls 0.23.33",
22116 "rustls-native-certs 0.8.2",
22117 "rustls-pemfile 2.2.0",
22118 "rustls-pki-types",
22119 "serde",
22120 "serde_json",
22121 "serde_urlencoded",
22122 "sync_wrapper 1.0.2",
22123 "system-configuration 0.6.1",
22124 "tokio",
22125 "tokio-rustls 0.26.2",
22126 "tokio-socks",
22127 "tokio-util",
22128 "tower 0.5.2",
22129 "tower-service",
22130 "url",
22131 "wasm-bindgen",
22132 "wasm-bindgen-futures",
22133 "wasm-streams",
22134 "web-sys",
22135 "windows-registry 0.4.0",
22136]
22137
22138[[package]]
22139name = "zed-scap"
22140version = "0.0.8-zed"
22141source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22142dependencies = [
22143 "anyhow",
22144 "cocoa 0.25.0",
22145 "core-graphics-helmer-fork",
22146 "log",
22147 "objc",
22148 "rand 0.8.5",
22149 "screencapturekit",
22150 "screencapturekit-sys",
22151 "sysinfo 0.31.4",
22152 "tao-core-video-sys",
22153 "windows 0.61.3",
22154 "windows-capture",
22155 "x11",
22156 "xcb",
22157]
22158
22159[[package]]
22160name = "zed-xim"
22161version = "0.4.0-zed"
22162source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22163dependencies = [
22164 "ahash 0.8.12",
22165 "hashbrown 0.14.5",
22166 "log",
22167 "x11rb",
22168 "xim-ctext",
22169 "xim-parser",
22170]
22171
22172[[package]]
22173name = "zed_actions"
22174version = "0.1.0"
22175dependencies = [
22176 "gpui",
22177 "schemars",
22178 "serde",
22179 "util",
22180 "uuid",
22181]
22182
22183[[package]]
22184name = "zed_env_vars"
22185version = "0.1.0"
22186dependencies = [
22187 "gpui",
22188]
22189
22190[[package]]
22191name = "zed_extension_api"
22192version = "0.1.0"
22193source = "registry+https://github.com/rust-lang/crates.io-index"
22194checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22195dependencies = [
22196 "serde",
22197 "serde_json",
22198 "wit-bindgen 0.22.0",
22199]
22200
22201[[package]]
22202name = "zed_extension_api"
22203version = "0.7.0"
22204source = "registry+https://github.com/rust-lang/crates.io-index"
22205checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22206dependencies = [
22207 "serde",
22208 "serde_json",
22209 "wit-bindgen 0.41.0",
22210]
22211
22212[[package]]
22213name = "zed_extension_api"
22214version = "0.8.0"
22215dependencies = [
22216 "serde",
22217 "serde_json",
22218 "wit-bindgen 0.41.0",
22219]
22220
22221[[package]]
22222name = "zed_glsl"
22223version = "0.2.2"
22224dependencies = [
22225 "zed_extension_api 0.1.0",
22226]
22227
22228[[package]]
22229name = "zed_html"
22230version = "0.3.1"
22231dependencies = [
22232 "zed_extension_api 0.7.0",
22233]
22234
22235[[package]]
22236name = "zed_proto"
22237version = "0.3.1"
22238dependencies = [
22239 "zed_extension_api 0.7.0",
22240]
22241
22242[[package]]
22243name = "zed_test_extension"
22244version = "0.1.0"
22245dependencies = [
22246 "zed_extension_api 0.8.0",
22247]
22248
22249[[package]]
22250name = "zeno"
22251version = "0.3.3"
22252source = "registry+https://github.com/rust-lang/crates.io-index"
22253checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22254
22255[[package]]
22256name = "zerocopy"
22257version = "0.8.27"
22258source = "registry+https://github.com/rust-lang/crates.io-index"
22259checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22260dependencies = [
22261 "zerocopy-derive",
22262]
22263
22264[[package]]
22265name = "zerocopy-derive"
22266version = "0.8.27"
22267source = "registry+https://github.com/rust-lang/crates.io-index"
22268checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22269dependencies = [
22270 "proc-macro2",
22271 "quote",
22272 "syn 2.0.117",
22273]
22274
22275[[package]]
22276name = "zerofrom"
22277version = "0.1.6"
22278source = "registry+https://github.com/rust-lang/crates.io-index"
22279checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22280dependencies = [
22281 "zerofrom-derive",
22282]
22283
22284[[package]]
22285name = "zerofrom-derive"
22286version = "0.1.6"
22287source = "registry+https://github.com/rust-lang/crates.io-index"
22288checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22289dependencies = [
22290 "proc-macro2",
22291 "quote",
22292 "syn 2.0.117",
22293 "synstructure",
22294]
22295
22296[[package]]
22297name = "zeroize"
22298version = "1.8.2"
22299source = "registry+https://github.com/rust-lang/crates.io-index"
22300checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22301dependencies = [
22302 "zeroize_derive",
22303]
22304
22305[[package]]
22306name = "zeroize_derive"
22307version = "1.4.2"
22308source = "registry+https://github.com/rust-lang/crates.io-index"
22309checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22310dependencies = [
22311 "proc-macro2",
22312 "quote",
22313 "syn 2.0.117",
22314]
22315
22316[[package]]
22317name = "zeromq"
22318version = "0.5.0"
22319source = "registry+https://github.com/rust-lang/crates.io-index"
22320checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22321dependencies = [
22322 "async-dispatcher",
22323 "async-std",
22324 "async-trait",
22325 "asynchronous-codec",
22326 "bytes 1.11.1",
22327 "crossbeam-queue",
22328 "futures 0.3.31",
22329 "log",
22330 "num-traits",
22331 "once_cell",
22332 "parking_lot",
22333 "rand 0.9.2",
22334 "regex",
22335 "scc",
22336 "thiserror 1.0.69",
22337 "uuid",
22338]
22339
22340[[package]]
22341name = "zerotrie"
22342version = "0.2.2"
22343source = "registry+https://github.com/rust-lang/crates.io-index"
22344checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22345dependencies = [
22346 "displaydoc",
22347 "yoke 0.8.0",
22348 "zerofrom",
22349]
22350
22351[[package]]
22352name = "zerovec"
22353version = "0.11.4"
22354source = "registry+https://github.com/rust-lang/crates.io-index"
22355checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22356dependencies = [
22357 "yoke 0.8.0",
22358 "zerofrom",
22359 "zerovec-derive",
22360]
22361
22362[[package]]
22363name = "zerovec-derive"
22364version = "0.11.1"
22365source = "registry+https://github.com/rust-lang/crates.io-index"
22366checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22367dependencies = [
22368 "proc-macro2",
22369 "quote",
22370 "syn 2.0.117",
22371]
22372
22373[[package]]
22374name = "zeta_prompt"
22375version = "0.1.0"
22376dependencies = [
22377 "anyhow",
22378 "indoc",
22379 "serde",
22380 "strum 0.27.2",
22381]
22382
22383[[package]]
22384name = "zip"
22385version = "0.6.6"
22386source = "registry+https://github.com/rust-lang/crates.io-index"
22387checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22388dependencies = [
22389 "aes",
22390 "byteorder",
22391 "bzip2 0.4.4",
22392 "constant_time_eq",
22393 "crc32fast",
22394 "crossbeam-utils",
22395 "flate2",
22396 "hmac",
22397 "pbkdf2 0.11.0",
22398 "sha1",
22399 "time",
22400 "zstd",
22401]
22402
22403[[package]]
22404name = "zip"
22405version = "1.1.4"
22406source = "registry+https://github.com/rust-lang/crates.io-index"
22407checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22408dependencies = [
22409 "arbitrary",
22410 "crc32fast",
22411 "crossbeam-utils",
22412 "displaydoc",
22413 "indexmap",
22414 "num_enum",
22415 "thiserror 1.0.69",
22416]
22417
22418[[package]]
22419name = "zlog"
22420version = "0.1.0"
22421dependencies = [
22422 "anyhow",
22423 "chrono",
22424 "collections",
22425 "log",
22426 "tempfile",
22427]
22428
22429[[package]]
22430name = "zlog_settings"
22431version = "0.1.0"
22432dependencies = [
22433 "collections",
22434 "gpui",
22435 "settings",
22436 "zlog",
22437]
22438
22439[[package]]
22440name = "zstd"
22441version = "0.11.2+zstd.1.5.2"
22442source = "registry+https://github.com/rust-lang/crates.io-index"
22443checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22444dependencies = [
22445 "zstd-safe",
22446]
22447
22448[[package]]
22449name = "zstd-safe"
22450version = "5.0.2+zstd.1.5.2"
22451source = "registry+https://github.com/rust-lang/crates.io-index"
22452checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22453dependencies = [
22454 "libc",
22455 "zstd-sys",
22456]
22457
22458[[package]]
22459name = "zstd-sys"
22460version = "2.0.16+zstd.1.5.7"
22461source = "registry+https://github.com/rust-lang/crates.io-index"
22462checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22463dependencies = [
22464 "cc",
22465 "pkg-config",
22466]
22467
22468[[package]]
22469name = "ztracing"
22470version = "0.1.0"
22471dependencies = [
22472 "tracing",
22473 "tracing-subscriber",
22474 "tracing-tracy",
22475 "tracy-client",
22476 "zlog",
22477 "ztracing_macro",
22478]
22479
22480[[package]]
22481name = "ztracing_macro"
22482version = "0.1.0"
22483
22484[[package]]
22485name = "zune-core"
22486version = "0.4.12"
22487source = "registry+https://github.com/rust-lang/crates.io-index"
22488checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22489
22490[[package]]
22491name = "zune-inflate"
22492version = "0.2.54"
22493source = "registry+https://github.com/rust-lang/crates.io-index"
22494checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22495dependencies = [
22496 "simd-adler32",
22497]
22498
22499[[package]]
22500name = "zune-jpeg"
22501version = "0.4.21"
22502source = "registry+https://github.com/rust-lang/crates.io-index"
22503checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22504dependencies = [
22505 "zune-core",
22506]
22507
22508[[package]]
22509name = "zvariant"
22510version = "5.9.2"
22511source = "registry+https://github.com/rust-lang/crates.io-index"
22512checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22513dependencies = [
22514 "endi",
22515 "enumflags2",
22516 "serde",
22517 "serde_bytes",
22518 "winnow",
22519 "zvariant_derive",
22520 "zvariant_utils",
22521]
22522
22523[[package]]
22524name = "zvariant_derive"
22525version = "5.9.2"
22526source = "registry+https://github.com/rust-lang/crates.io-index"
22527checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22528dependencies = [
22529 "proc-macro-crate",
22530 "proc-macro2",
22531 "quote",
22532 "syn 2.0.117",
22533 "zvariant_utils",
22534]
22535
22536[[package]]
22537name = "zvariant_utils"
22538version = "3.3.0"
22539source = "registry+https://github.com/rust-lang/crates.io-index"
22540checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22541dependencies = [
22542 "proc-macro2",
22543 "quote",
22544 "serde",
22545 "syn 2.0.117",
22546 "winnow",
22547]