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 "fs",
 4733 "futures 0.3.31",
 4734 "gpui",
 4735 "http 1.3.1",
 4736 "http_client",
 4737 "log",
 4738 "menu",
 4739 "node_runtime",
 4740 "paths",
 4741 "picker",
 4742 "project",
 4743 "serde",
 4744 "serde_json",
 4745 "settings",
 4746 "smol",
 4747 "ui",
 4748 "util",
 4749 "workspace",
 4750 "worktree",
 4751]
 4752
 4753[[package]]
 4754name = "diagnostics"
 4755version = "0.1.0"
 4756dependencies = [
 4757 "anyhow",
 4758 "collections",
 4759 "component",
 4760 "ctor",
 4761 "editor",
 4762 "gpui",
 4763 "indoc",
 4764 "itertools 0.14.0",
 4765 "language",
 4766 "log",
 4767 "lsp",
 4768 "markdown",
 4769 "pretty_assertions",
 4770 "project",
 4771 "rand 0.9.2",
 4772 "serde",
 4773 "serde_json",
 4774 "settings",
 4775 "text",
 4776 "theme",
 4777 "theme_settings",
 4778 "ui",
 4779 "unindent",
 4780 "util",
 4781 "workspace",
 4782 "zed_actions",
 4783 "zlog",
 4784]
 4785
 4786[[package]]
 4787name = "dialoguer"
 4788version = "0.11.0"
 4789source = "registry+https://github.com/rust-lang/crates.io-index"
 4790checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4791dependencies = [
 4792 "console",
 4793 "fuzzy-matcher",
 4794 "shell-words",
 4795 "tempfile",
 4796 "thiserror 1.0.69",
 4797 "zeroize",
 4798]
 4799
 4800[[package]]
 4801name = "diff"
 4802version = "0.1.13"
 4803source = "registry+https://github.com/rust-lang/crates.io-index"
 4804checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4805
 4806[[package]]
 4807name = "diffy"
 4808version = "0.4.2"
 4809source = "registry+https://github.com/rust-lang/crates.io-index"
 4810checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
 4811dependencies = [
 4812 "nu-ansi-term",
 4813]
 4814
 4815[[package]]
 4816name = "digest"
 4817version = "0.10.7"
 4818source = "registry+https://github.com/rust-lang/crates.io-index"
 4819checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4820dependencies = [
 4821 "block-buffer",
 4822 "const-oid",
 4823 "crypto-common",
 4824 "subtle",
 4825]
 4826
 4827[[package]]
 4828name = "dirs"
 4829version = "4.0.0"
 4830source = "registry+https://github.com/rust-lang/crates.io-index"
 4831checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4832dependencies = [
 4833 "dirs-sys 0.3.7",
 4834]
 4835
 4836[[package]]
 4837name = "dirs"
 4838version = "5.0.1"
 4839source = "registry+https://github.com/rust-lang/crates.io-index"
 4840checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4841dependencies = [
 4842 "dirs-sys 0.4.1",
 4843]
 4844
 4845[[package]]
 4846name = "dirs"
 4847version = "6.0.0"
 4848source = "registry+https://github.com/rust-lang/crates.io-index"
 4849checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
 4850dependencies = [
 4851 "dirs-sys 0.5.0",
 4852]
 4853
 4854[[package]]
 4855name = "dirs-sys"
 4856version = "0.3.7"
 4857source = "registry+https://github.com/rust-lang/crates.io-index"
 4858checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4859dependencies = [
 4860 "libc",
 4861 "redox_users 0.4.6",
 4862 "winapi",
 4863]
 4864
 4865[[package]]
 4866name = "dirs-sys"
 4867version = "0.4.1"
 4868source = "registry+https://github.com/rust-lang/crates.io-index"
 4869checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4870dependencies = [
 4871 "libc",
 4872 "option-ext",
 4873 "redox_users 0.4.6",
 4874 "windows-sys 0.48.0",
 4875]
 4876
 4877[[package]]
 4878name = "dirs-sys"
 4879version = "0.5.0"
 4880source = "registry+https://github.com/rust-lang/crates.io-index"
 4881checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
 4882dependencies = [
 4883 "libc",
 4884 "option-ext",
 4885 "redox_users 0.5.2",
 4886 "windows-sys 0.61.2",
 4887]
 4888
 4889[[package]]
 4890name = "dispatch"
 4891version = "0.2.0"
 4892source = "registry+https://github.com/rust-lang/crates.io-index"
 4893checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
 4894
 4895[[package]]
 4896name = "dispatch2"
 4897version = "0.3.1"
 4898source = "registry+https://github.com/rust-lang/crates.io-index"
 4899checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
 4900dependencies = [
 4901 "bitflags 2.10.0",
 4902 "block2",
 4903 "libc",
 4904 "objc2",
 4905]
 4906
 4907[[package]]
 4908name = "displaydoc"
 4909version = "0.2.5"
 4910source = "registry+https://github.com/rust-lang/crates.io-index"
 4911checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4912dependencies = [
 4913 "proc-macro2",
 4914 "quote",
 4915 "syn 2.0.117",
 4916]
 4917
 4918[[package]]
 4919name = "dlib"
 4920version = "0.5.2"
 4921source = "registry+https://github.com/rust-lang/crates.io-index"
 4922checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4923dependencies = [
 4924 "libloading",
 4925]
 4926
 4927[[package]]
 4928name = "docs_preprocessor"
 4929version = "0.1.0"
 4930dependencies = [
 4931 "anyhow",
 4932 "collections",
 4933 "jsonschema",
 4934 "mdbook",
 4935 "regex",
 4936 "schemars",
 4937 "serde",
 4938 "serde_json",
 4939 "settings",
 4940 "task",
 4941 "theme",
 4942 "util",
 4943 "zlog",
 4944]
 4945
 4946[[package]]
 4947name = "document-features"
 4948version = "0.2.12"
 4949source = "registry+https://github.com/rust-lang/crates.io-index"
 4950checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
 4951dependencies = [
 4952 "litrs",
 4953]
 4954
 4955[[package]]
 4956name = "documented"
 4957version = "0.9.2"
 4958source = "registry+https://github.com/rust-lang/crates.io-index"
 4959checksum = "ed6b3e31251e87acd1b74911aed84071c8364fc9087972748ade2f1094ccce34"
 4960dependencies = [
 4961 "documented-macros",
 4962 "phf 0.12.1",
 4963 "thiserror 2.0.17",
 4964]
 4965
 4966[[package]]
 4967name = "documented-macros"
 4968version = "0.9.2"
 4969source = "registry+https://github.com/rust-lang/crates.io-index"
 4970checksum = "1149cf7462e5e79e17a3c05fd5b1f9055092bbfa95e04c319395c3beacc9370f"
 4971dependencies = [
 4972 "convert_case 0.8.0",
 4973 "itertools 0.14.0",
 4974 "optfield",
 4975 "proc-macro2",
 4976 "quote",
 4977 "strum 0.27.2",
 4978 "syn 2.0.117",
 4979]
 4980
 4981[[package]]
 4982name = "dotenvy"
 4983version = "0.15.7"
 4984source = "registry+https://github.com/rust-lang/crates.io-index"
 4985checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 4986
 4987[[package]]
 4988name = "downcast-rs"
 4989version = "1.2.1"
 4990source = "registry+https://github.com/rust-lang/crates.io-index"
 4991checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 4992
 4993[[package]]
 4994name = "doxygen-rs"
 4995version = "0.4.2"
 4996source = "registry+https://github.com/rust-lang/crates.io-index"
 4997checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 4998dependencies = [
 4999 "phf 0.11.3",
 5000]
 5001
 5002[[package]]
 5003name = "dtoa"
 5004version = "1.0.10"
 5005source = "registry+https://github.com/rust-lang/crates.io-index"
 5006checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
 5007
 5008[[package]]
 5009name = "dtoa-short"
 5010version = "0.3.5"
 5011source = "registry+https://github.com/rust-lang/crates.io-index"
 5012checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
 5013dependencies = [
 5014 "dtoa",
 5015]
 5016
 5017[[package]]
 5018name = "dtor"
 5019version = "0.0.6"
 5020source = "registry+https://github.com/rust-lang/crates.io-index"
 5021checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
 5022dependencies = [
 5023 "dtor-proc-macro",
 5024]
 5025
 5026[[package]]
 5027name = "dtor-proc-macro"
 5028version = "0.0.5"
 5029source = "registry+https://github.com/rust-lang/crates.io-index"
 5030checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 5031
 5032[[package]]
 5033name = "dunce"
 5034version = "1.0.5"
 5035source = "registry+https://github.com/rust-lang/crates.io-index"
 5036checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 5037
 5038[[package]]
 5039name = "dwrote"
 5040version = "0.11.5"
 5041source = "registry+https://github.com/rust-lang/crates.io-index"
 5042checksum = "9e1b35532432acc8b19ceed096e35dfa088d3ea037fe4f3c085f1f97f33b4d02"
 5043dependencies = [
 5044 "lazy_static",
 5045 "libc",
 5046 "winapi",
 5047 "wio",
 5048]
 5049
 5050[[package]]
 5051name = "dyn-clone"
 5052version = "1.0.20"
 5053source = "registry+https://github.com/rust-lang/crates.io-index"
 5054checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
 5055
 5056[[package]]
 5057name = "dyn-stack"
 5058version = "0.10.0"
 5059source = "registry+https://github.com/rust-lang/crates.io-index"
 5060checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
 5061dependencies = [
 5062 "bytemuck",
 5063 "reborrow",
 5064]
 5065
 5066[[package]]
 5067name = "dyn-stack"
 5068version = "0.13.2"
 5069source = "registry+https://github.com/rust-lang/crates.io-index"
 5070checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8"
 5071dependencies = [
 5072 "bytemuck",
 5073 "dyn-stack-macros",
 5074]
 5075
 5076[[package]]
 5077name = "dyn-stack-macros"
 5078version = "0.1.3"
 5079source = "registry+https://github.com/rust-lang/crates.io-index"
 5080checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
 5081
 5082[[package]]
 5083name = "ec4rs"
 5084version = "1.2.0"
 5085source = "registry+https://github.com/rust-lang/crates.io-index"
 5086checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
 5087
 5088[[package]]
 5089name = "ecdsa"
 5090version = "0.14.8"
 5091source = "registry+https://github.com/rust-lang/crates.io-index"
 5092checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 5093dependencies = [
 5094 "der 0.6.1",
 5095 "elliptic-curve",
 5096 "rfc6979",
 5097 "signature 1.6.4",
 5098]
 5099
 5100[[package]]
 5101name = "edit_prediction"
 5102version = "0.1.0"
 5103dependencies = [
 5104 "ai_onboarding",
 5105 "anyhow",
 5106 "buffer_diff",
 5107 "client",
 5108 "clock",
 5109 "cloud_api_types",
 5110 "cloud_llm_client",
 5111 "collections",
 5112 "copilot",
 5113 "copilot_ui",
 5114 "ctor",
 5115 "db",
 5116 "edit_prediction_context",
 5117 "edit_prediction_types",
 5118 "feature_flags",
 5119 "fs",
 5120 "futures 0.3.31",
 5121 "gpui",
 5122 "heapless",
 5123 "indoc",
 5124 "itertools 0.14.0",
 5125 "language",
 5126 "language_model",
 5127 "log",
 5128 "lsp",
 5129 "menu",
 5130 "open_ai",
 5131 "parking_lot",
 5132 "postage",
 5133 "pretty_assertions",
 5134 "project",
 5135 "pulldown-cmark 0.13.0",
 5136 "rand 0.9.2",
 5137 "regex",
 5138 "release_channel",
 5139 "semver",
 5140 "serde",
 5141 "serde_json",
 5142 "settings",
 5143 "strum 0.27.2",
 5144 "telemetry",
 5145 "telemetry_events",
 5146 "text",
 5147 "thiserror 2.0.17",
 5148 "time",
 5149 "toml 0.8.23",
 5150 "ui",
 5151 "util",
 5152 "uuid",
 5153 "workspace",
 5154 "worktree",
 5155 "zed_actions",
 5156 "zeta_prompt",
 5157 "zlog",
 5158 "zstd",
 5159]
 5160
 5161[[package]]
 5162name = "edit_prediction_cli"
 5163version = "0.1.0"
 5164dependencies = [
 5165 "anthropic",
 5166 "anyhow",
 5167 "chrono",
 5168 "clap",
 5169 "client",
 5170 "cloud_llm_client",
 5171 "collections",
 5172 "db",
 5173 "debug_adapter_extension",
 5174 "dirs 4.0.0",
 5175 "edit_prediction",
 5176 "extension",
 5177 "flate2",
 5178 "fs",
 5179 "futures 0.3.31",
 5180 "gaoya",
 5181 "gpui",
 5182 "gpui_platform",
 5183 "gpui_tokio",
 5184 "http_client",
 5185 "indoc",
 5186 "language",
 5187 "language_extension",
 5188 "language_model",
 5189 "language_models",
 5190 "languages",
 5191 "libc",
 5192 "log",
 5193 "node_runtime",
 5194 "open_ai",
 5195 "paths",
 5196 "pretty_assertions",
 5197 "project",
 5198 "prompt_store",
 5199 "rand 0.9.2",
 5200 "release_channel",
 5201 "reqwest_client",
 5202 "rust-embed",
 5203 "serde",
 5204 "serde_json",
 5205 "settings",
 5206 "shellexpand 2.1.2",
 5207 "similar",
 5208 "smol",
 5209 "sqlez",
 5210 "sqlez_macros",
 5211 "strum 0.27.2",
 5212 "telemetry_events",
 5213 "tempfile",
 5214 "terminal_view",
 5215 "toml 0.8.23",
 5216 "util",
 5217 "wasmtime",
 5218 "watch",
 5219 "workspace",
 5220 "zeta_prompt",
 5221]
 5222
 5223[[package]]
 5224name = "edit_prediction_context"
 5225version = "0.1.0"
 5226dependencies = [
 5227 "anyhow",
 5228 "clock",
 5229 "collections",
 5230 "env_logger 0.11.8",
 5231 "futures 0.3.31",
 5232 "gpui",
 5233 "indoc",
 5234 "language",
 5235 "log",
 5236 "lsp",
 5237 "parking_lot",
 5238 "pretty_assertions",
 5239 "project",
 5240 "serde",
 5241 "serde_json",
 5242 "settings",
 5243 "smallvec",
 5244 "text",
 5245 "tree-sitter",
 5246 "util",
 5247 "zeta_prompt",
 5248]
 5249
 5250[[package]]
 5251name = "edit_prediction_types"
 5252version = "0.1.0"
 5253dependencies = [
 5254 "client",
 5255 "gpui",
 5256 "icons",
 5257 "language",
 5258 "text",
 5259]
 5260
 5261[[package]]
 5262name = "edit_prediction_ui"
 5263version = "0.1.0"
 5264dependencies = [
 5265 "anyhow",
 5266 "buffer_diff",
 5267 "client",
 5268 "cloud_llm_client",
 5269 "codestral",
 5270 "collections",
 5271 "command_palette_hooks",
 5272 "copilot",
 5273 "copilot_chat",
 5274 "copilot_ui",
 5275 "edit_prediction",
 5276 "edit_prediction_types",
 5277 "editor",
 5278 "feature_flags",
 5279 "fs",
 5280 "futures 0.3.31",
 5281 "gpui",
 5282 "indoc",
 5283 "language",
 5284 "markdown",
 5285 "menu",
 5286 "multi_buffer",
 5287 "paths",
 5288 "project",
 5289 "regex",
 5290 "settings",
 5291 "telemetry",
 5292 "text",
 5293 "theme",
 5294 "theme_settings",
 5295 "time",
 5296 "ui",
 5297 "util",
 5298 "workspace",
 5299 "zed_actions",
 5300 "zeta_prompt",
 5301]
 5302
 5303[[package]]
 5304name = "editor"
 5305version = "0.1.0"
 5306dependencies = [
 5307 "aho-corasick",
 5308 "anyhow",
 5309 "assets",
 5310 "breadcrumbs",
 5311 "buffer_diff",
 5312 "client",
 5313 "clock",
 5314 "collections",
 5315 "convert_case 0.8.0",
 5316 "criterion",
 5317 "ctor",
 5318 "dap",
 5319 "db",
 5320 "edit_prediction_types",
 5321 "emojis",
 5322 "feature_flags",
 5323 "file_icons",
 5324 "fs",
 5325 "futures 0.3.31",
 5326 "fuzzy",
 5327 "git",
 5328 "gpui",
 5329 "indoc",
 5330 "itertools 0.14.0",
 5331 "language",
 5332 "languages",
 5333 "linkify",
 5334 "log",
 5335 "lsp",
 5336 "markdown",
 5337 "menu",
 5338 "multi_buffer",
 5339 "ordered-float 2.10.1",
 5340 "parking_lot",
 5341 "pretty_assertions",
 5342 "project",
 5343 "proptest",
 5344 "proptest-derive",
 5345 "rand 0.9.2",
 5346 "regex",
 5347 "release_channel",
 5348 "rope",
 5349 "rpc",
 5350 "schemars",
 5351 "semver",
 5352 "serde",
 5353 "serde_json",
 5354 "settings",
 5355 "smallvec",
 5356 "smol",
 5357 "snippet",
 5358 "sum_tree",
 5359 "task",
 5360 "telemetry",
 5361 "text",
 5362 "theme",
 5363 "theme_settings",
 5364 "time",
 5365 "tracing",
 5366 "tree-sitter-bash",
 5367 "tree-sitter-c",
 5368 "tree-sitter-html",
 5369 "tree-sitter-md",
 5370 "tree-sitter-python",
 5371 "tree-sitter-rust",
 5372 "tree-sitter-typescript",
 5373 "tree-sitter-yaml",
 5374 "ui",
 5375 "ui_input",
 5376 "unicode-script",
 5377 "unicode-segmentation",
 5378 "unicode-width",
 5379 "unindent",
 5380 "url",
 5381 "util",
 5382 "uuid",
 5383 "vim_mode_setting",
 5384 "workspace",
 5385 "zed_actions",
 5386 "zlog",
 5387 "ztracing",
 5388]
 5389
 5390[[package]]
 5391name = "either"
 5392version = "1.15.0"
 5393source = "registry+https://github.com/rust-lang/crates.io-index"
 5394checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 5395dependencies = [
 5396 "serde",
 5397]
 5398
 5399[[package]]
 5400name = "elasticlunr-rs"
 5401version = "3.0.2"
 5402source = "registry+https://github.com/rust-lang/crates.io-index"
 5403checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 5404dependencies = [
 5405 "regex",
 5406 "serde",
 5407 "serde_derive",
 5408 "serde_json",
 5409]
 5410
 5411[[package]]
 5412name = "elliptic-curve"
 5413version = "0.12.3"
 5414source = "registry+https://github.com/rust-lang/crates.io-index"
 5415checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 5416dependencies = [
 5417 "base16ct",
 5418 "crypto-bigint 0.4.9",
 5419 "der 0.6.1",
 5420 "digest",
 5421 "ff",
 5422 "generic-array",
 5423 "group",
 5424 "pkcs8 0.9.0",
 5425 "rand_core 0.6.4",
 5426 "sec1",
 5427 "subtle",
 5428 "zeroize",
 5429]
 5430
 5431[[package]]
 5432name = "email_address"
 5433version = "0.2.9"
 5434source = "registry+https://github.com/rust-lang/crates.io-index"
 5435checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 5436dependencies = [
 5437 "serde",
 5438]
 5439
 5440[[package]]
 5441name = "embed-resource"
 5442version = "3.0.6"
 5443source = "registry+https://github.com/rust-lang/crates.io-index"
 5444checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
 5445dependencies = [
 5446 "cc",
 5447 "memchr",
 5448 "rustc_version",
 5449 "toml 0.9.8",
 5450 "vswhom",
 5451 "winreg 0.55.0",
 5452]
 5453
 5454[[package]]
 5455name = "embedded-io"
 5456version = "0.4.0"
 5457source = "registry+https://github.com/rust-lang/crates.io-index"
 5458checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 5459
 5460[[package]]
 5461name = "embedded-io"
 5462version = "0.6.1"
 5463source = "registry+https://github.com/rust-lang/crates.io-index"
 5464checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 5465
 5466[[package]]
 5467name = "emojis"
 5468version = "0.6.4"
 5469source = "registry+https://github.com/rust-lang/crates.io-index"
 5470checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 5471dependencies = [
 5472 "phf 0.11.3",
 5473]
 5474
 5475[[package]]
 5476name = "encode_unicode"
 5477version = "1.0.0"
 5478source = "registry+https://github.com/rust-lang/crates.io-index"
 5479checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 5480
 5481[[package]]
 5482name = "encoding_rs"
 5483version = "0.8.35"
 5484source = "registry+https://github.com/rust-lang/crates.io-index"
 5485checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 5486dependencies = [
 5487 "cfg-if",
 5488]
 5489
 5490[[package]]
 5491name = "encoding_selector"
 5492version = "0.1.0"
 5493dependencies = [
 5494 "editor",
 5495 "encoding_rs",
 5496 "fuzzy",
 5497 "gpui",
 5498 "language",
 5499 "picker",
 5500 "project",
 5501 "ui",
 5502 "util",
 5503 "workspace",
 5504]
 5505
 5506[[package]]
 5507name = "endi"
 5508version = "1.1.0"
 5509source = "registry+https://github.com/rust-lang/crates.io-index"
 5510checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 5511
 5512[[package]]
 5513name = "enum-as-inner"
 5514version = "0.6.1"
 5515source = "registry+https://github.com/rust-lang/crates.io-index"
 5516checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
 5517dependencies = [
 5518 "heck 0.5.0",
 5519 "proc-macro2",
 5520 "quote",
 5521 "syn 2.0.117",
 5522]
 5523
 5524[[package]]
 5525name = "enumflags2"
 5526version = "0.7.12"
 5527source = "registry+https://github.com/rust-lang/crates.io-index"
 5528checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
 5529dependencies = [
 5530 "enumflags2_derive",
 5531 "serde",
 5532]
 5533
 5534[[package]]
 5535name = "enumflags2_derive"
 5536version = "0.7.12"
 5537source = "registry+https://github.com/rust-lang/crates.io-index"
 5538checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
 5539dependencies = [
 5540 "proc-macro2",
 5541 "quote",
 5542 "syn 2.0.117",
 5543]
 5544
 5545[[package]]
 5546name = "env_filter"
 5547version = "0.1.4"
 5548source = "registry+https://github.com/rust-lang/crates.io-index"
 5549checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
 5550dependencies = [
 5551 "log",
 5552 "regex",
 5553]
 5554
 5555[[package]]
 5556name = "env_logger"
 5557version = "0.10.2"
 5558source = "registry+https://github.com/rust-lang/crates.io-index"
 5559checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 5560dependencies = [
 5561 "humantime",
 5562 "is-terminal",
 5563 "log",
 5564 "regex",
 5565 "termcolor",
 5566]
 5567
 5568[[package]]
 5569name = "env_logger"
 5570version = "0.11.8"
 5571source = "registry+https://github.com/rust-lang/crates.io-index"
 5572checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 5573dependencies = [
 5574 "anstream",
 5575 "anstyle",
 5576 "env_filter",
 5577 "jiff",
 5578 "log",
 5579]
 5580
 5581[[package]]
 5582name = "envy"
 5583version = "0.4.2"
 5584source = "registry+https://github.com/rust-lang/crates.io-index"
 5585checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 5586dependencies = [
 5587 "serde",
 5588]
 5589
 5590[[package]]
 5591name = "equator"
 5592version = "0.4.2"
 5593source = "registry+https://github.com/rust-lang/crates.io-index"
 5594checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
 5595dependencies = [
 5596 "equator-macro",
 5597]
 5598
 5599[[package]]
 5600name = "equator-macro"
 5601version = "0.4.2"
 5602source = "registry+https://github.com/rust-lang/crates.io-index"
 5603checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
 5604dependencies = [
 5605 "proc-macro2",
 5606 "quote",
 5607 "syn 2.0.117",
 5608]
 5609
 5610[[package]]
 5611name = "equivalent"
 5612version = "1.0.2"
 5613source = "registry+https://github.com/rust-lang/crates.io-index"
 5614checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 5615
 5616[[package]]
 5617name = "erased-serde"
 5618version = "0.4.9"
 5619source = "registry+https://github.com/rust-lang/crates.io-index"
 5620checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
 5621dependencies = [
 5622 "serde",
 5623 "serde_core",
 5624 "typeid",
 5625]
 5626
 5627[[package]]
 5628name = "errno"
 5629version = "0.2.8"
 5630source = "registry+https://github.com/rust-lang/crates.io-index"
 5631checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 5632dependencies = [
 5633 "errno-dragonfly",
 5634 "libc",
 5635 "winapi",
 5636]
 5637
 5638[[package]]
 5639name = "errno"
 5640version = "0.3.14"
 5641source = "registry+https://github.com/rust-lang/crates.io-index"
 5642checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
 5643dependencies = [
 5644 "libc",
 5645 "windows-sys 0.61.2",
 5646]
 5647
 5648[[package]]
 5649name = "errno-dragonfly"
 5650version = "0.1.2"
 5651source = "registry+https://github.com/rust-lang/crates.io-index"
 5652checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 5653dependencies = [
 5654 "cc",
 5655 "libc",
 5656]
 5657
 5658[[package]]
 5659name = "error-graph"
 5660version = "0.1.1"
 5661source = "registry+https://github.com/rust-lang/crates.io-index"
 5662checksum = "9b920e777967421aa5f9bf34f842c0ab6ba19b3bdb4a082946093860f5858879"
 5663dependencies = [
 5664 "serde",
 5665]
 5666
 5667[[package]]
 5668name = "etagere"
 5669version = "0.2.15"
 5670source = "registry+https://github.com/rust-lang/crates.io-index"
 5671checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 5672dependencies = [
 5673 "euclid",
 5674 "svg_fmt",
 5675]
 5676
 5677[[package]]
 5678name = "etcetera"
 5679version = "0.8.0"
 5680source = "registry+https://github.com/rust-lang/crates.io-index"
 5681checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 5682dependencies = [
 5683 "cfg-if",
 5684 "home",
 5685 "windows-sys 0.48.0",
 5686]
 5687
 5688[[package]]
 5689name = "etw_tracing"
 5690version = "0.1.0"
 5691dependencies = [
 5692 "anyhow",
 5693 "gpui",
 5694 "log",
 5695 "net",
 5696 "serde",
 5697 "serde_json",
 5698 "util",
 5699 "windows 0.61.3",
 5700 "windows-core 0.61.2",
 5701 "workspace",
 5702 "wprcontrol",
 5703]
 5704
 5705[[package]]
 5706name = "euclid"
 5707version = "0.22.11"
 5708source = "registry+https://github.com/rust-lang/crates.io-index"
 5709checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 5710dependencies = [
 5711 "num-traits",
 5712]
 5713
 5714[[package]]
 5715name = "eval_cli"
 5716version = "0.1.0"
 5717dependencies = [
 5718 "acp_thread",
 5719 "agent",
 5720 "agent-client-protocol",
 5721 "agent_ui",
 5722 "anyhow",
 5723 "clap",
 5724 "client",
 5725 "ctrlc",
 5726 "db",
 5727 "debug_adapter_extension",
 5728 "env_logger 0.11.8",
 5729 "extension",
 5730 "feature_flags",
 5731 "fs",
 5732 "futures 0.3.31",
 5733 "gpui",
 5734 "gpui_platform",
 5735 "gpui_tokio",
 5736 "language",
 5737 "language_extension",
 5738 "language_model",
 5739 "language_models",
 5740 "languages",
 5741 "node_runtime",
 5742 "paths",
 5743 "project",
 5744 "prompt_store",
 5745 "release_channel",
 5746 "reqwest_client",
 5747 "serde",
 5748 "serde_json",
 5749 "settings",
 5750 "shellexpand 2.1.2",
 5751 "terminal_view",
 5752 "util",
 5753 "watch",
 5754]
 5755
 5756[[package]]
 5757name = "eval_utils"
 5758version = "0.1.0"
 5759dependencies = [
 5760 "gpui_platform",
 5761 "serde",
 5762 "smol",
 5763]
 5764
 5765[[package]]
 5766name = "event-listener"
 5767version = "2.5.3"
 5768source = "registry+https://github.com/rust-lang/crates.io-index"
 5769checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5770
 5771[[package]]
 5772name = "event-listener"
 5773version = "5.4.1"
 5774source = "registry+https://github.com/rust-lang/crates.io-index"
 5775checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
 5776dependencies = [
 5777 "concurrent-queue",
 5778 "parking",
 5779 "pin-project-lite",
 5780]
 5781
 5782[[package]]
 5783name = "event-listener-strategy"
 5784version = "0.5.4"
 5785source = "registry+https://github.com/rust-lang/crates.io-index"
 5786checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5787dependencies = [
 5788 "event-listener 5.4.1",
 5789 "pin-project-lite",
 5790]
 5791
 5792[[package]]
 5793name = "exec"
 5794version = "0.3.1"
 5795source = "registry+https://github.com/rust-lang/crates.io-index"
 5796checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5797dependencies = [
 5798 "errno 0.2.8",
 5799 "libc",
 5800]
 5801
 5802[[package]]
 5803name = "explorer_command_injector"
 5804version = "0.1.0"
 5805dependencies = [
 5806 "windows 0.61.3",
 5807 "windows-core 0.61.2",
 5808 "windows-registry 0.5.3",
 5809]
 5810
 5811[[package]]
 5812name = "exr"
 5813version = "1.73.0"
 5814source = "registry+https://github.com/rust-lang/crates.io-index"
 5815checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 5816dependencies = [
 5817 "bit_field",
 5818 "half",
 5819 "lebe",
 5820 "miniz_oxide",
 5821 "rayon-core",
 5822 "smallvec",
 5823 "zune-inflate",
 5824]
 5825
 5826[[package]]
 5827name = "extended"
 5828version = "0.1.0"
 5829source = "registry+https://github.com/rust-lang/crates.io-index"
 5830checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
 5831
 5832[[package]]
 5833name = "extension"
 5834version = "0.1.0"
 5835dependencies = [
 5836 "anyhow",
 5837 "async-trait",
 5838 "cloud_api_types",
 5839 "collections",
 5840 "dap",
 5841 "fs",
 5842 "futures 0.3.31",
 5843 "gpui",
 5844 "heck 0.5.0",
 5845 "http_client",
 5846 "indoc",
 5847 "language",
 5848 "log",
 5849 "lsp",
 5850 "parking_lot",
 5851 "pretty_assertions",
 5852 "proto",
 5853 "semver",
 5854 "serde",
 5855 "serde_json",
 5856 "task",
 5857 "tempfile",
 5858 "toml 0.8.23",
 5859 "tracing",
 5860 "url",
 5861 "util",
 5862 "wasm-encoder 0.221.3",
 5863 "wasmparser 0.221.3",
 5864 "ztracing",
 5865]
 5866
 5867[[package]]
 5868name = "extension_cli"
 5869version = "0.1.0"
 5870dependencies = [
 5871 "anyhow",
 5872 "clap",
 5873 "cloud_api_types",
 5874 "env_logger 0.11.8",
 5875 "extension",
 5876 "fs",
 5877 "gpui_platform",
 5878 "language",
 5879 "log",
 5880 "reqwest_client",
 5881 "serde",
 5882 "serde_json",
 5883 "serde_json_lenient",
 5884 "settings_content",
 5885 "snippet_provider",
 5886 "task",
 5887 "theme_settings",
 5888 "tokio",
 5889 "toml 0.8.23",
 5890 "tree-sitter",
 5891 "wasmtime",
 5892]
 5893
 5894[[package]]
 5895name = "extension_host"
 5896version = "0.1.0"
 5897dependencies = [
 5898 "anyhow",
 5899 "async-compression",
 5900 "async-tar",
 5901 "async-trait",
 5902 "client",
 5903 "cloud_api_types",
 5904 "collections",
 5905 "criterion",
 5906 "ctor",
 5907 "dap",
 5908 "extension",
 5909 "fs",
 5910 "futures 0.3.31",
 5911 "gpui",
 5912 "gpui_tokio",
 5913 "http_client",
 5914 "language",
 5915 "language_extension",
 5916 "log",
 5917 "lsp",
 5918 "moka",
 5919 "node_runtime",
 5920 "parking_lot",
 5921 "paths",
 5922 "project",
 5923 "release_channel",
 5924 "remote",
 5925 "reqwest_client",
 5926 "semver",
 5927 "serde",
 5928 "serde_json",
 5929 "serde_json_lenient",
 5930 "settings",
 5931 "task",
 5932 "telemetry",
 5933 "tempfile",
 5934 "theme",
 5935 "theme_extension",
 5936 "theme_settings",
 5937 "toml 0.8.23",
 5938 "tracing",
 5939 "url",
 5940 "util",
 5941 "wasmparser 0.221.3",
 5942 "wasmtime",
 5943 "wasmtime-wasi",
 5944 "zlog",
 5945 "ztracing",
 5946]
 5947
 5948[[package]]
 5949name = "extensions_ui"
 5950version = "0.1.0"
 5951dependencies = [
 5952 "anyhow",
 5953 "client",
 5954 "cloud_api_types",
 5955 "collections",
 5956 "db",
 5957 "editor",
 5958 "extension",
 5959 "extension_host",
 5960 "fs",
 5961 "fuzzy",
 5962 "gpui",
 5963 "language",
 5964 "log",
 5965 "num-format",
 5966 "picker",
 5967 "project",
 5968 "release_channel",
 5969 "semver",
 5970 "serde",
 5971 "settings",
 5972 "smallvec",
 5973 "strum 0.27.2",
 5974 "telemetry",
 5975 "theme_settings",
 5976 "ui",
 5977 "util",
 5978 "vim_mode_setting",
 5979 "workspace",
 5980 "zed_actions",
 5981]
 5982
 5983[[package]]
 5984name = "failspot"
 5985version = "0.2.0"
 5986source = "registry+https://github.com/rust-lang/crates.io-index"
 5987checksum = "c942e64b20ecd39933d5ff938ca4fdb6ef0d298cc3855b231179a5ef0b24948d"
 5988
 5989[[package]]
 5990name = "fallible-iterator"
 5991version = "0.3.0"
 5992source = "registry+https://github.com/rust-lang/crates.io-index"
 5993checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 5994
 5995[[package]]
 5996name = "fancy-regex"
 5997version = "0.16.2"
 5998source = "registry+https://github.com/rust-lang/crates.io-index"
 5999checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
 6000dependencies = [
 6001 "bit-set 0.8.0",
 6002 "regex-automata",
 6003 "regex-syntax",
 6004]
 6005
 6006[[package]]
 6007name = "fancy-regex"
 6008version = "0.17.0"
 6009source = "registry+https://github.com/rust-lang/crates.io-index"
 6010checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
 6011dependencies = [
 6012 "bit-set 0.8.0",
 6013 "regex-automata",
 6014 "regex-syntax",
 6015]
 6016
 6017[[package]]
 6018name = "fast-srgb8"
 6019version = "1.0.0"
 6020source = "registry+https://github.com/rust-lang/crates.io-index"
 6021checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 6022
 6023[[package]]
 6024name = "fastrand"
 6025version = "1.9.0"
 6026source = "registry+https://github.com/rust-lang/crates.io-index"
 6027checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 6028dependencies = [
 6029 "instant",
 6030]
 6031
 6032[[package]]
 6033name = "fastrand"
 6034version = "2.3.0"
 6035source = "registry+https://github.com/rust-lang/crates.io-index"
 6036checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 6037
 6038[[package]]
 6039name = "fax"
 6040version = "0.2.6"
 6041source = "registry+https://github.com/rust-lang/crates.io-index"
 6042checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
 6043dependencies = [
 6044 "fax_derive",
 6045]
 6046
 6047[[package]]
 6048name = "fax_derive"
 6049version = "0.2.0"
 6050source = "registry+https://github.com/rust-lang/crates.io-index"
 6051checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
 6052dependencies = [
 6053 "proc-macro2",
 6054 "quote",
 6055 "syn 2.0.117",
 6056]
 6057
 6058[[package]]
 6059name = "fd-lock"
 6060version = "4.0.4"
 6061source = "registry+https://github.com/rust-lang/crates.io-index"
 6062checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 6063dependencies = [
 6064 "cfg-if",
 6065 "rustix 1.1.2",
 6066 "windows-sys 0.59.0",
 6067]
 6068
 6069[[package]]
 6070name = "fdeflate"
 6071version = "0.3.7"
 6072source = "registry+https://github.com/rust-lang/crates.io-index"
 6073checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 6074dependencies = [
 6075 "simd-adler32",
 6076]
 6077
 6078[[package]]
 6079name = "feature_flags"
 6080version = "0.1.0"
 6081dependencies = [
 6082 "gpui",
 6083]
 6084
 6085[[package]]
 6086name = "feedback"
 6087version = "0.1.0"
 6088dependencies = [
 6089 "gpui",
 6090 "system_specs",
 6091 "urlencoding",
 6092 "util",
 6093 "workspace",
 6094 "zed_actions",
 6095]
 6096
 6097[[package]]
 6098name = "ff"
 6099version = "0.12.1"
 6100source = "registry+https://github.com/rust-lang/crates.io-index"
 6101checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 6102dependencies = [
 6103 "rand_core 0.6.4",
 6104 "subtle",
 6105]
 6106
 6107[[package]]
 6108name = "file_finder"
 6109version = "0.1.0"
 6110dependencies = [
 6111 "anyhow",
 6112 "channel",
 6113 "client",
 6114 "collections",
 6115 "ctor",
 6116 "editor",
 6117 "file_icons",
 6118 "futures 0.3.31",
 6119 "fuzzy",
 6120 "gpui",
 6121 "menu",
 6122 "open_path_prompt",
 6123 "picker",
 6124 "pretty_assertions",
 6125 "project",
 6126 "project_panel",
 6127 "remote_connection",
 6128 "serde",
 6129 "serde_json",
 6130 "settings",
 6131 "theme",
 6132 "theme_settings",
 6133 "ui",
 6134 "util",
 6135 "workspace",
 6136 "zed_actions",
 6137 "zlog",
 6138]
 6139
 6140[[package]]
 6141name = "file_icons"
 6142version = "0.1.0"
 6143dependencies = [
 6144 "gpui",
 6145 "serde",
 6146 "theme",
 6147 "util",
 6148]
 6149
 6150[[package]]
 6151name = "filedescriptor"
 6152version = "0.8.3"
 6153source = "registry+https://github.com/rust-lang/crates.io-index"
 6154checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 6155dependencies = [
 6156 "libc",
 6157 "thiserror 1.0.69",
 6158 "winapi",
 6159]
 6160
 6161[[package]]
 6162name = "filetime"
 6163version = "0.2.26"
 6164source = "registry+https://github.com/rust-lang/crates.io-index"
 6165checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
 6166dependencies = [
 6167 "cfg-if",
 6168 "libc",
 6169 "libredox",
 6170 "windows-sys 0.60.2",
 6171]
 6172
 6173[[package]]
 6174name = "find-msvc-tools"
 6175version = "0.1.5"
 6176source = "registry+https://github.com/rust-lang/crates.io-index"
 6177checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
 6178
 6179[[package]]
 6180name = "fixedbitset"
 6181version = "0.4.2"
 6182source = "registry+https://github.com/rust-lang/crates.io-index"
 6183checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 6184
 6185[[package]]
 6186name = "fixedbitset"
 6187version = "0.5.7"
 6188source = "registry+https://github.com/rust-lang/crates.io-index"
 6189checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
 6190
 6191[[package]]
 6192name = "flate2"
 6193version = "1.1.8"
 6194source = "registry+https://github.com/rust-lang/crates.io-index"
 6195checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
 6196dependencies = [
 6197 "crc32fast",
 6198 "miniz_oxide",
 6199]
 6200
 6201[[package]]
 6202name = "float-cmp"
 6203version = "0.9.0"
 6204source = "registry+https://github.com/rust-lang/crates.io-index"
 6205checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 6206
 6207[[package]]
 6208name = "float-ord"
 6209version = "0.3.2"
 6210source = "registry+https://github.com/rust-lang/crates.io-index"
 6211checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 6212
 6213[[package]]
 6214name = "float8"
 6215version = "0.4.2"
 6216source = "registry+https://github.com/rust-lang/crates.io-index"
 6217checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
 6218dependencies = [
 6219 "half",
 6220 "num-traits",
 6221 "rand 0.9.2",
 6222 "rand_distr",
 6223]
 6224
 6225[[package]]
 6226name = "float_next_after"
 6227version = "1.0.0"
 6228source = "registry+https://github.com/rust-lang/crates.io-index"
 6229checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 6230
 6231[[package]]
 6232name = "fluent-uri"
 6233version = "0.4.1"
 6234source = "registry+https://github.com/rust-lang/crates.io-index"
 6235checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
 6236dependencies = [
 6237 "borrow-or-share",
 6238 "ref-cast",
 6239 "serde",
 6240]
 6241
 6242[[package]]
 6243name = "flume"
 6244version = "0.11.1"
 6245source = "registry+https://github.com/rust-lang/crates.io-index"
 6246checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 6247dependencies = [
 6248 "futures-core",
 6249 "futures-sink",
 6250 "nanorand",
 6251 "spin 0.9.8",
 6252]
 6253
 6254[[package]]
 6255name = "fnv"
 6256version = "1.0.7"
 6257source = "registry+https://github.com/rust-lang/crates.io-index"
 6258checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 6259
 6260[[package]]
 6261name = "foldhash"
 6262version = "0.1.5"
 6263source = "registry+https://github.com/rust-lang/crates.io-index"
 6264checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 6265
 6266[[package]]
 6267name = "foldhash"
 6268version = "0.2.0"
 6269source = "registry+https://github.com/rust-lang/crates.io-index"
 6270checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
 6271
 6272[[package]]
 6273name = "font-types"
 6274version = "0.10.0"
 6275source = "registry+https://github.com/rust-lang/crates.io-index"
 6276checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
 6277dependencies = [
 6278 "bytemuck",
 6279]
 6280
 6281[[package]]
 6282name = "font-types"
 6283version = "0.11.0"
 6284source = "registry+https://github.com/rust-lang/crates.io-index"
 6285checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
 6286dependencies = [
 6287 "bytemuck",
 6288]
 6289
 6290[[package]]
 6291name = "fontconfig-parser"
 6292version = "0.5.8"
 6293source = "registry+https://github.com/rust-lang/crates.io-index"
 6294checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
 6295dependencies = [
 6296 "roxmltree",
 6297]
 6298
 6299[[package]]
 6300name = "fontdb"
 6301version = "0.16.2"
 6302source = "registry+https://github.com/rust-lang/crates.io-index"
 6303checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 6304dependencies = [
 6305 "fontconfig-parser",
 6306 "log",
 6307 "memmap2",
 6308 "slotmap",
 6309 "tinyvec",
 6310 "ttf-parser 0.20.0",
 6311]
 6312
 6313[[package]]
 6314name = "fontdb"
 6315version = "0.23.0"
 6316source = "registry+https://github.com/rust-lang/crates.io-index"
 6317checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 6318dependencies = [
 6319 "fontconfig-parser",
 6320 "log",
 6321 "memmap2",
 6322 "slotmap",
 6323 "tinyvec",
 6324 "ttf-parser 0.25.1",
 6325]
 6326
 6327[[package]]
 6328name = "foreign-types"
 6329version = "0.3.2"
 6330source = "registry+https://github.com/rust-lang/crates.io-index"
 6331checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 6332dependencies = [
 6333 "foreign-types-shared 0.1.1",
 6334]
 6335
 6336[[package]]
 6337name = "foreign-types"
 6338version = "0.5.0"
 6339source = "registry+https://github.com/rust-lang/crates.io-index"
 6340checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 6341dependencies = [
 6342 "foreign-types-macros",
 6343 "foreign-types-shared 0.3.1",
 6344]
 6345
 6346[[package]]
 6347name = "foreign-types-macros"
 6348version = "0.2.3"
 6349source = "registry+https://github.com/rust-lang/crates.io-index"
 6350checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 6351dependencies = [
 6352 "proc-macro2",
 6353 "quote",
 6354 "syn 2.0.117",
 6355]
 6356
 6357[[package]]
 6358name = "foreign-types-shared"
 6359version = "0.1.1"
 6360source = "registry+https://github.com/rust-lang/crates.io-index"
 6361checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 6362
 6363[[package]]
 6364name = "foreign-types-shared"
 6365version = "0.3.1"
 6366source = "registry+https://github.com/rust-lang/crates.io-index"
 6367checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 6368
 6369[[package]]
 6370name = "fork"
 6371version = "0.4.0"
 6372source = "registry+https://github.com/rust-lang/crates.io-index"
 6373checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
 6374dependencies = [
 6375 "libc",
 6376]
 6377
 6378[[package]]
 6379name = "form_urlencoded"
 6380version = "1.2.2"
 6381source = "registry+https://github.com/rust-lang/crates.io-index"
 6382checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
 6383dependencies = [
 6384 "percent-encoding",
 6385]
 6386
 6387[[package]]
 6388name = "fraction"
 6389version = "0.15.3"
 6390source = "registry+https://github.com/rust-lang/crates.io-index"
 6391checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 6392dependencies = [
 6393 "lazy_static",
 6394 "num",
 6395]
 6396
 6397[[package]]
 6398name = "freetype-sys"
 6399version = "0.20.1"
 6400source = "registry+https://github.com/rust-lang/crates.io-index"
 6401checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 6402dependencies = [
 6403 "cc",
 6404 "libc",
 6405 "pkg-config",
 6406]
 6407
 6408[[package]]
 6409name = "fs"
 6410version = "0.1.0"
 6411dependencies = [
 6412 "anyhow",
 6413 "ashpd",
 6414 "async-tar",
 6415 "async-trait",
 6416 "cocoa 0.26.0",
 6417 "collections",
 6418 "dunce",
 6419 "fs",
 6420 "futures 0.3.31",
 6421 "git",
 6422 "gpui",
 6423 "ignore",
 6424 "is_executable",
 6425 "libc",
 6426 "log",
 6427 "notify 8.2.0",
 6428 "objc",
 6429 "parking_lot",
 6430 "paths",
 6431 "proto",
 6432 "rope",
 6433 "serde",
 6434 "serde_json",
 6435 "smol",
 6436 "tempfile",
 6437 "text",
 6438 "time",
 6439 "util",
 6440 "windows 0.61.3",
 6441]
 6442
 6443[[package]]
 6444name = "fs-set-times"
 6445version = "0.20.3"
 6446source = "registry+https://github.com/rust-lang/crates.io-index"
 6447checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 6448dependencies = [
 6449 "io-lifetimes",
 6450 "rustix 1.1.2",
 6451 "windows-sys 0.59.0",
 6452]
 6453
 6454[[package]]
 6455name = "fs2"
 6456version = "0.4.3"
 6457source = "registry+https://github.com/rust-lang/crates.io-index"
 6458checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 6459dependencies = [
 6460 "libc",
 6461 "winapi",
 6462]
 6463
 6464[[package]]
 6465name = "fs_benchmarks"
 6466version = "0.1.0"
 6467dependencies = [
 6468 "fs",
 6469 "gpui",
 6470 "gpui_platform",
 6471]
 6472
 6473[[package]]
 6474name = "fs_extra"
 6475version = "1.3.0"
 6476source = "registry+https://github.com/rust-lang/crates.io-index"
 6477checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 6478
 6479[[package]]
 6480name = "fsevent-sys"
 6481version = "4.1.0"
 6482source = "registry+https://github.com/rust-lang/crates.io-index"
 6483checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 6484dependencies = [
 6485 "libc",
 6486]
 6487
 6488[[package]]
 6489name = "fuchsia-cprng"
 6490version = "0.1.1"
 6491source = "registry+https://github.com/rust-lang/crates.io-index"
 6492checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
 6493
 6494[[package]]
 6495name = "funty"
 6496version = "2.0.0"
 6497source = "registry+https://github.com/rust-lang/crates.io-index"
 6498checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 6499
 6500[[package]]
 6501name = "futf"
 6502version = "0.1.5"
 6503source = "registry+https://github.com/rust-lang/crates.io-index"
 6504checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 6505dependencies = [
 6506 "mac",
 6507 "new_debug_unreachable",
 6508]
 6509
 6510[[package]]
 6511name = "futures"
 6512version = "0.1.31"
 6513source = "registry+https://github.com/rust-lang/crates.io-index"
 6514checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 6515
 6516[[package]]
 6517name = "futures"
 6518version = "0.3.31"
 6519source = "registry+https://github.com/rust-lang/crates.io-index"
 6520checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 6521dependencies = [
 6522 "futures-channel",
 6523 "futures-core",
 6524 "futures-executor",
 6525 "futures-io",
 6526 "futures-sink",
 6527 "futures-task",
 6528 "futures-util",
 6529]
 6530
 6531[[package]]
 6532name = "futures-channel"
 6533version = "0.3.31"
 6534source = "registry+https://github.com/rust-lang/crates.io-index"
 6535checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 6536dependencies = [
 6537 "futures-core",
 6538 "futures-sink",
 6539]
 6540
 6541[[package]]
 6542name = "futures-concurrency"
 6543version = "7.7.1"
 6544source = "registry+https://github.com/rust-lang/crates.io-index"
 6545checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
 6546dependencies = [
 6547 "fixedbitset 0.5.7",
 6548 "futures-core",
 6549 "futures-lite 2.6.1",
 6550 "pin-project",
 6551 "smallvec",
 6552]
 6553
 6554[[package]]
 6555name = "futures-core"
 6556version = "0.3.31"
 6557source = "registry+https://github.com/rust-lang/crates.io-index"
 6558checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 6559
 6560[[package]]
 6561name = "futures-executor"
 6562version = "0.3.31"
 6563source = "registry+https://github.com/rust-lang/crates.io-index"
 6564checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 6565dependencies = [
 6566 "futures-core",
 6567 "futures-task",
 6568 "futures-util",
 6569]
 6570
 6571[[package]]
 6572name = "futures-intrusive"
 6573version = "0.5.0"
 6574source = "registry+https://github.com/rust-lang/crates.io-index"
 6575checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 6576dependencies = [
 6577 "futures-core",
 6578 "lock_api",
 6579 "parking_lot",
 6580]
 6581
 6582[[package]]
 6583name = "futures-io"
 6584version = "0.3.31"
 6585source = "registry+https://github.com/rust-lang/crates.io-index"
 6586checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 6587
 6588[[package]]
 6589name = "futures-lite"
 6590version = "1.13.0"
 6591source = "registry+https://github.com/rust-lang/crates.io-index"
 6592checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 6593dependencies = [
 6594 "fastrand 1.9.0",
 6595 "futures-core",
 6596 "futures-io",
 6597 "memchr",
 6598 "parking",
 6599 "pin-project-lite",
 6600 "waker-fn",
 6601]
 6602
 6603[[package]]
 6604name = "futures-lite"
 6605version = "2.6.1"
 6606source = "registry+https://github.com/rust-lang/crates.io-index"
 6607checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
 6608dependencies = [
 6609 "fastrand 2.3.0",
 6610 "futures-core",
 6611 "futures-io",
 6612 "parking",
 6613 "pin-project-lite",
 6614]
 6615
 6616[[package]]
 6617name = "futures-macro"
 6618version = "0.3.31"
 6619source = "registry+https://github.com/rust-lang/crates.io-index"
 6620checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 6621dependencies = [
 6622 "proc-macro2",
 6623 "quote",
 6624 "syn 2.0.117",
 6625]
 6626
 6627[[package]]
 6628name = "futures-sink"
 6629version = "0.3.31"
 6630source = "registry+https://github.com/rust-lang/crates.io-index"
 6631checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 6632
 6633[[package]]
 6634name = "futures-task"
 6635version = "0.3.31"
 6636source = "registry+https://github.com/rust-lang/crates.io-index"
 6637checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 6638
 6639[[package]]
 6640name = "futures-util"
 6641version = "0.3.31"
 6642source = "registry+https://github.com/rust-lang/crates.io-index"
 6643checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 6644dependencies = [
 6645 "futures 0.1.31",
 6646 "futures-channel",
 6647 "futures-core",
 6648 "futures-io",
 6649 "futures-macro",
 6650 "futures-sink",
 6651 "futures-task",
 6652 "memchr",
 6653 "pin-project-lite",
 6654 "pin-utils",
 6655 "slab",
 6656 "tokio-io",
 6657]
 6658
 6659[[package]]
 6660name = "fuzzy"
 6661version = "0.1.0"
 6662dependencies = [
 6663 "gpui",
 6664 "log",
 6665 "util",
 6666]
 6667
 6668[[package]]
 6669name = "fuzzy-matcher"
 6670version = "0.3.7"
 6671source = "registry+https://github.com/rust-lang/crates.io-index"
 6672checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 6673dependencies = [
 6674 "thread_local",
 6675]
 6676
 6677[[package]]
 6678name = "gaoya"
 6679version = "0.2.0"
 6680source = "registry+https://github.com/rust-lang/crates.io-index"
 6681checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
 6682dependencies = [
 6683 "ahash 0.8.12",
 6684 "crossbeam-utils",
 6685 "fnv",
 6686 "itertools 0.10.5",
 6687 "num-traits",
 6688 "rand 0.8.5",
 6689 "rand_pcg",
 6690 "random_choice",
 6691 "rayon",
 6692 "seahash",
 6693 "sha-1",
 6694 "shingles",
 6695 "siphasher 0.3.11",
 6696 "smallvec",
 6697 "triomphe",
 6698]
 6699
 6700[[package]]
 6701name = "gemm"
 6702version = "0.17.1"
 6703source = "registry+https://github.com/rust-lang/crates.io-index"
 6704checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
 6705dependencies = [
 6706 "dyn-stack 0.10.0",
 6707 "gemm-c32 0.17.1",
 6708 "gemm-c64 0.17.1",
 6709 "gemm-common 0.17.1",
 6710 "gemm-f16 0.17.1",
 6711 "gemm-f32 0.17.1",
 6712 "gemm-f64 0.17.1",
 6713 "num-complex",
 6714 "num-traits",
 6715 "paste",
 6716 "raw-cpuid 10.7.0",
 6717 "seq-macro",
 6718]
 6719
 6720[[package]]
 6721name = "gemm"
 6722version = "0.18.2"
 6723source = "registry+https://github.com/rust-lang/crates.io-index"
 6724checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
 6725dependencies = [
 6726 "dyn-stack 0.13.2",
 6727 "gemm-c32 0.18.2",
 6728 "gemm-c64 0.18.2",
 6729 "gemm-common 0.18.2",
 6730 "gemm-f16 0.18.2",
 6731 "gemm-f32 0.18.2",
 6732 "gemm-f64 0.18.2",
 6733 "num-complex",
 6734 "num-traits",
 6735 "paste",
 6736 "raw-cpuid 11.6.0",
 6737 "seq-macro",
 6738]
 6739
 6740[[package]]
 6741name = "gemm-c32"
 6742version = "0.17.1"
 6743source = "registry+https://github.com/rust-lang/crates.io-index"
 6744checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
 6745dependencies = [
 6746 "dyn-stack 0.10.0",
 6747 "gemm-common 0.17.1",
 6748 "num-complex",
 6749 "num-traits",
 6750 "paste",
 6751 "raw-cpuid 10.7.0",
 6752 "seq-macro",
 6753]
 6754
 6755[[package]]
 6756name = "gemm-c32"
 6757version = "0.18.2"
 6758source = "registry+https://github.com/rust-lang/crates.io-index"
 6759checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
 6760dependencies = [
 6761 "dyn-stack 0.13.2",
 6762 "gemm-common 0.18.2",
 6763 "num-complex",
 6764 "num-traits",
 6765 "paste",
 6766 "raw-cpuid 11.6.0",
 6767 "seq-macro",
 6768]
 6769
 6770[[package]]
 6771name = "gemm-c64"
 6772version = "0.17.1"
 6773source = "registry+https://github.com/rust-lang/crates.io-index"
 6774checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
 6775dependencies = [
 6776 "dyn-stack 0.10.0",
 6777 "gemm-common 0.17.1",
 6778 "num-complex",
 6779 "num-traits",
 6780 "paste",
 6781 "raw-cpuid 10.7.0",
 6782 "seq-macro",
 6783]
 6784
 6785[[package]]
 6786name = "gemm-c64"
 6787version = "0.18.2"
 6788source = "registry+https://github.com/rust-lang/crates.io-index"
 6789checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
 6790dependencies = [
 6791 "dyn-stack 0.13.2",
 6792 "gemm-common 0.18.2",
 6793 "num-complex",
 6794 "num-traits",
 6795 "paste",
 6796 "raw-cpuid 11.6.0",
 6797 "seq-macro",
 6798]
 6799
 6800[[package]]
 6801name = "gemm-common"
 6802version = "0.17.1"
 6803source = "registry+https://github.com/rust-lang/crates.io-index"
 6804checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
 6805dependencies = [
 6806 "bytemuck",
 6807 "dyn-stack 0.10.0",
 6808 "half",
 6809 "num-complex",
 6810 "num-traits",
 6811 "once_cell",
 6812 "paste",
 6813 "pulp 0.18.22",
 6814 "raw-cpuid 10.7.0",
 6815 "rayon",
 6816 "seq-macro",
 6817 "sysctl 0.5.5",
 6818]
 6819
 6820[[package]]
 6821name = "gemm-common"
 6822version = "0.18.2"
 6823source = "registry+https://github.com/rust-lang/crates.io-index"
 6824checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
 6825dependencies = [
 6826 "bytemuck",
 6827 "dyn-stack 0.13.2",
 6828 "half",
 6829 "libm",
 6830 "num-complex",
 6831 "num-traits",
 6832 "once_cell",
 6833 "paste",
 6834 "pulp 0.21.5",
 6835 "raw-cpuid 11.6.0",
 6836 "rayon",
 6837 "seq-macro",
 6838 "sysctl 0.6.0",
 6839]
 6840
 6841[[package]]
 6842name = "gemm-f16"
 6843version = "0.17.1"
 6844source = "registry+https://github.com/rust-lang/crates.io-index"
 6845checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
 6846dependencies = [
 6847 "dyn-stack 0.10.0",
 6848 "gemm-common 0.17.1",
 6849 "gemm-f32 0.17.1",
 6850 "half",
 6851 "num-complex",
 6852 "num-traits",
 6853 "paste",
 6854 "raw-cpuid 10.7.0",
 6855 "rayon",
 6856 "seq-macro",
 6857]
 6858
 6859[[package]]
 6860name = "gemm-f16"
 6861version = "0.18.2"
 6862source = "registry+https://github.com/rust-lang/crates.io-index"
 6863checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
 6864dependencies = [
 6865 "dyn-stack 0.13.2",
 6866 "gemm-common 0.18.2",
 6867 "gemm-f32 0.18.2",
 6868 "half",
 6869 "num-complex",
 6870 "num-traits",
 6871 "paste",
 6872 "raw-cpuid 11.6.0",
 6873 "rayon",
 6874 "seq-macro",
 6875]
 6876
 6877[[package]]
 6878name = "gemm-f32"
 6879version = "0.17.1"
 6880source = "registry+https://github.com/rust-lang/crates.io-index"
 6881checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
 6882dependencies = [
 6883 "dyn-stack 0.10.0",
 6884 "gemm-common 0.17.1",
 6885 "num-complex",
 6886 "num-traits",
 6887 "paste",
 6888 "raw-cpuid 10.7.0",
 6889 "seq-macro",
 6890]
 6891
 6892[[package]]
 6893name = "gemm-f32"
 6894version = "0.18.2"
 6895source = "registry+https://github.com/rust-lang/crates.io-index"
 6896checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
 6897dependencies = [
 6898 "dyn-stack 0.13.2",
 6899 "gemm-common 0.18.2",
 6900 "num-complex",
 6901 "num-traits",
 6902 "paste",
 6903 "raw-cpuid 11.6.0",
 6904 "seq-macro",
 6905]
 6906
 6907[[package]]
 6908name = "gemm-f64"
 6909version = "0.17.1"
 6910source = "registry+https://github.com/rust-lang/crates.io-index"
 6911checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
 6912dependencies = [
 6913 "dyn-stack 0.10.0",
 6914 "gemm-common 0.17.1",
 6915 "num-complex",
 6916 "num-traits",
 6917 "paste",
 6918 "raw-cpuid 10.7.0",
 6919 "seq-macro",
 6920]
 6921
 6922[[package]]
 6923name = "gemm-f64"
 6924version = "0.18.2"
 6925source = "registry+https://github.com/rust-lang/crates.io-index"
 6926checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
 6927dependencies = [
 6928 "dyn-stack 0.13.2",
 6929 "gemm-common 0.18.2",
 6930 "num-complex",
 6931 "num-traits",
 6932 "paste",
 6933 "raw-cpuid 11.6.0",
 6934 "seq-macro",
 6935]
 6936
 6937[[package]]
 6938name = "generator"
 6939version = "0.8.7"
 6940source = "registry+https://github.com/rust-lang/crates.io-index"
 6941checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
 6942dependencies = [
 6943 "cc",
 6944 "cfg-if",
 6945 "libc",
 6946 "log",
 6947 "rustversion",
 6948 "windows 0.61.3",
 6949]
 6950
 6951[[package]]
 6952name = "generic-array"
 6953version = "0.14.7"
 6954source = "registry+https://github.com/rust-lang/crates.io-index"
 6955checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 6956dependencies = [
 6957 "typenum",
 6958 "version_check",
 6959]
 6960
 6961[[package]]
 6962name = "gethostname"
 6963version = "1.1.0"
 6964source = "registry+https://github.com/rust-lang/crates.io-index"
 6965checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
 6966dependencies = [
 6967 "rustix 1.1.2",
 6968 "windows-link 0.2.1",
 6969]
 6970
 6971[[package]]
 6972name = "getrandom"
 6973version = "0.2.16"
 6974source = "registry+https://github.com/rust-lang/crates.io-index"
 6975checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
 6976dependencies = [
 6977 "cfg-if",
 6978 "js-sys",
 6979 "libc",
 6980 "wasi",
 6981 "wasm-bindgen",
 6982]
 6983
 6984[[package]]
 6985name = "getrandom"
 6986version = "0.3.4"
 6987source = "registry+https://github.com/rust-lang/crates.io-index"
 6988checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
 6989dependencies = [
 6990 "cfg-if",
 6991 "js-sys",
 6992 "libc",
 6993 "r-efi",
 6994 "wasip2",
 6995 "wasm-bindgen",
 6996]
 6997
 6998[[package]]
 6999name = "getrandom"
 7000version = "0.4.1"
 7001source = "registry+https://github.com/rust-lang/crates.io-index"
 7002checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
 7003dependencies = [
 7004 "cfg-if",
 7005 "libc",
 7006 "r-efi",
 7007 "wasip2",
 7008 "wasip3",
 7009]
 7010
 7011[[package]]
 7012name = "gh-workflow"
 7013version = "0.8.0"
 7014source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7015dependencies = [
 7016 "async-trait",
 7017 "derive_more",
 7018 "derive_setters",
 7019 "gh-workflow-macros",
 7020 "indexmap",
 7021 "merge",
 7022 "serde",
 7023 "serde_json",
 7024 "serde_yaml",
 7025 "strum_macros 0.27.2",
 7026]
 7027
 7028[[package]]
 7029name = "gh-workflow-macros"
 7030version = "0.8.0"
 7031source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7032dependencies = [
 7033 "heck 0.5.0",
 7034 "quote",
 7035 "syn 2.0.117",
 7036]
 7037
 7038[[package]]
 7039name = "gif"
 7040version = "0.13.3"
 7041source = "registry+https://github.com/rust-lang/crates.io-index"
 7042checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
 7043dependencies = [
 7044 "color_quant",
 7045 "weezl",
 7046]
 7047
 7048[[package]]
 7049name = "gimli"
 7050version = "0.32.3"
 7051source = "registry+https://github.com/rust-lang/crates.io-index"
 7052checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
 7053dependencies = [
 7054 "fallible-iterator",
 7055 "indexmap",
 7056 "stable_deref_trait",
 7057]
 7058
 7059[[package]]
 7060name = "gio-sys"
 7061version = "0.21.5"
 7062source = "registry+https://github.com/rust-lang/crates.io-index"
 7063checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
 7064dependencies = [
 7065 "glib-sys",
 7066 "gobject-sys",
 7067 "libc",
 7068 "system-deps 7.0.7",
 7069 "windows-sys 0.61.2",
 7070]
 7071
 7072[[package]]
 7073name = "git"
 7074version = "0.1.0"
 7075dependencies = [
 7076 "anyhow",
 7077 "askpass",
 7078 "async-trait",
 7079 "collections",
 7080 "derive_more",
 7081 "futures 0.3.31",
 7082 "git2",
 7083 "gpui",
 7084 "http_client",
 7085 "itertools 0.14.0",
 7086 "log",
 7087 "parking_lot",
 7088 "pretty_assertions",
 7089 "rand 0.9.2",
 7090 "regex",
 7091 "rope",
 7092 "schemars",
 7093 "serde",
 7094 "serde_json",
 7095 "smallvec",
 7096 "smol",
 7097 "sum_tree",
 7098 "tempfile",
 7099 "text",
 7100 "thiserror 2.0.17",
 7101 "time",
 7102 "url",
 7103 "urlencoding",
 7104 "util",
 7105 "uuid",
 7106 "ztracing",
 7107]
 7108
 7109[[package]]
 7110name = "git2"
 7111version = "0.20.4"
 7112source = "registry+https://github.com/rust-lang/crates.io-index"
 7113checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
 7114dependencies = [
 7115 "bitflags 2.10.0",
 7116 "libc",
 7117 "libgit2-sys",
 7118 "log",
 7119 "url",
 7120]
 7121
 7122[[package]]
 7123name = "git_graph"
 7124version = "0.1.0"
 7125dependencies = [
 7126 "anyhow",
 7127 "collections",
 7128 "db",
 7129 "editor",
 7130 "feature_flags",
 7131 "fs",
 7132 "git",
 7133 "git_ui",
 7134 "gpui",
 7135 "language",
 7136 "menu",
 7137 "project",
 7138 "rand 0.9.2",
 7139 "remote_connection",
 7140 "search",
 7141 "serde_json",
 7142 "settings",
 7143 "smallvec",
 7144 "smol",
 7145 "theme",
 7146 "theme_settings",
 7147 "time",
 7148 "ui",
 7149 "workspace",
 7150]
 7151
 7152[[package]]
 7153name = "git_hosting_providers"
 7154version = "0.1.0"
 7155dependencies = [
 7156 "anyhow",
 7157 "async-trait",
 7158 "futures 0.3.31",
 7159 "git",
 7160 "gpui",
 7161 "http_client",
 7162 "indoc",
 7163 "itertools 0.14.0",
 7164 "pretty_assertions",
 7165 "regex",
 7166 "serde",
 7167 "serde_json",
 7168 "settings",
 7169 "url",
 7170 "urlencoding",
 7171 "util",
 7172]
 7173
 7174[[package]]
 7175name = "git_ui"
 7176version = "0.1.0"
 7177dependencies = [
 7178 "agent_settings",
 7179 "anyhow",
 7180 "askpass",
 7181 "buffer_diff",
 7182 "call",
 7183 "collections",
 7184 "component",
 7185 "ctor",
 7186 "db",
 7187 "editor",
 7188 "feature_flags",
 7189 "file_icons",
 7190 "futures 0.3.31",
 7191 "fuzzy",
 7192 "git",
 7193 "gpui",
 7194 "indoc",
 7195 "itertools 0.14.0",
 7196 "language",
 7197 "language_model",
 7198 "linkify",
 7199 "log",
 7200 "markdown",
 7201 "menu",
 7202 "multi_buffer",
 7203 "notifications",
 7204 "panel",
 7205 "picker",
 7206 "pretty_assertions",
 7207 "project",
 7208 "prompt_store",
 7209 "proto",
 7210 "rand 0.9.2",
 7211 "remote",
 7212 "remote_connection",
 7213 "schemars",
 7214 "serde",
 7215 "serde_json",
 7216 "settings",
 7217 "smallvec",
 7218 "smol",
 7219 "strum 0.27.2",
 7220 "telemetry",
 7221 "theme",
 7222 "theme_settings",
 7223 "time",
 7224 "time_format",
 7225 "tracing",
 7226 "ui",
 7227 "ui_input",
 7228 "unindent",
 7229 "util",
 7230 "watch",
 7231 "windows 0.61.3",
 7232 "workspace",
 7233 "zed_actions",
 7234 "zeroize",
 7235 "zlog",
 7236 "ztracing",
 7237]
 7238
 7239[[package]]
 7240name = "gl_generator"
 7241version = "0.14.0"
 7242source = "registry+https://github.com/rust-lang/crates.io-index"
 7243checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
 7244dependencies = [
 7245 "khronos_api",
 7246 "log",
 7247 "xml-rs",
 7248]
 7249
 7250[[package]]
 7251name = "glib"
 7252version = "0.21.5"
 7253source = "registry+https://github.com/rust-lang/crates.io-index"
 7254checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
 7255dependencies = [
 7256 "bitflags 2.10.0",
 7257 "futures-channel",
 7258 "futures-core",
 7259 "futures-executor",
 7260 "futures-task",
 7261 "futures-util",
 7262 "gio-sys",
 7263 "glib-macros",
 7264 "glib-sys",
 7265 "gobject-sys",
 7266 "libc",
 7267 "memchr",
 7268 "smallvec",
 7269]
 7270
 7271[[package]]
 7272name = "glib-macros"
 7273version = "0.21.5"
 7274source = "registry+https://github.com/rust-lang/crates.io-index"
 7275checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
 7276dependencies = [
 7277 "heck 0.5.0",
 7278 "proc-macro-crate",
 7279 "proc-macro2",
 7280 "quote",
 7281 "syn 2.0.117",
 7282]
 7283
 7284[[package]]
 7285name = "glib-sys"
 7286version = "0.21.5"
 7287source = "registry+https://github.com/rust-lang/crates.io-index"
 7288checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
 7289dependencies = [
 7290 "libc",
 7291 "system-deps 7.0.7",
 7292]
 7293
 7294[[package]]
 7295name = "glob"
 7296version = "0.3.3"
 7297source = "registry+https://github.com/rust-lang/crates.io-index"
 7298checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
 7299
 7300[[package]]
 7301name = "globset"
 7302version = "0.4.17"
 7303source = "registry+https://github.com/rust-lang/crates.io-index"
 7304checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
 7305dependencies = [
 7306 "aho-corasick",
 7307 "bstr",
 7308 "log",
 7309 "regex-automata",
 7310 "regex-syntax",
 7311]
 7312
 7313[[package]]
 7314name = "gloo-timers"
 7315version = "0.3.0"
 7316source = "registry+https://github.com/rust-lang/crates.io-index"
 7317checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 7318dependencies = [
 7319 "futures-channel",
 7320 "futures-core",
 7321 "js-sys",
 7322 "wasm-bindgen",
 7323]
 7324
 7325[[package]]
 7326name = "glow"
 7327version = "0.17.0"
 7328source = "registry+https://github.com/rust-lang/crates.io-index"
 7329checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
 7330dependencies = [
 7331 "js-sys",
 7332 "slotmap",
 7333 "wasm-bindgen",
 7334 "web-sys",
 7335]
 7336
 7337[[package]]
 7338name = "glutin_wgl_sys"
 7339version = "0.6.1"
 7340source = "registry+https://github.com/rust-lang/crates.io-index"
 7341checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
 7342dependencies = [
 7343 "gl_generator",
 7344]
 7345
 7346[[package]]
 7347name = "go_to_line"
 7348version = "0.1.0"
 7349dependencies = [
 7350 "editor",
 7351 "gpui",
 7352 "indoc",
 7353 "language",
 7354 "menu",
 7355 "multi_buffer",
 7356 "project",
 7357 "rope",
 7358 "serde",
 7359 "serde_json",
 7360 "settings",
 7361 "text",
 7362 "theme",
 7363 "ui",
 7364 "util",
 7365 "workspace",
 7366]
 7367
 7368[[package]]
 7369name = "gobject-sys"
 7370version = "0.21.5"
 7371source = "registry+https://github.com/rust-lang/crates.io-index"
 7372checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
 7373dependencies = [
 7374 "glib-sys",
 7375 "libc",
 7376 "system-deps 7.0.7",
 7377]
 7378
 7379[[package]]
 7380name = "goblin"
 7381version = "0.9.3"
 7382source = "registry+https://github.com/rust-lang/crates.io-index"
 7383checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
 7384dependencies = [
 7385 "log",
 7386 "plain",
 7387 "scroll",
 7388]
 7389
 7390[[package]]
 7391name = "google_ai"
 7392version = "0.1.0"
 7393dependencies = [
 7394 "anyhow",
 7395 "futures 0.3.31",
 7396 "http_client",
 7397 "schemars",
 7398 "serde",
 7399 "serde_json",
 7400 "settings",
 7401 "strum 0.27.2",
 7402]
 7403
 7404[[package]]
 7405name = "gpu-allocator"
 7406version = "0.28.0"
 7407source = "registry+https://github.com/rust-lang/crates.io-index"
 7408checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
 7409dependencies = [
 7410 "ash",
 7411 "hashbrown 0.16.1",
 7412 "log",
 7413 "presser",
 7414 "thiserror 2.0.17",
 7415 "windows 0.62.2",
 7416]
 7417
 7418[[package]]
 7419name = "gpu-descriptor"
 7420version = "0.3.2"
 7421source = "registry+https://github.com/rust-lang/crates.io-index"
 7422checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
 7423dependencies = [
 7424 "bitflags 2.10.0",
 7425 "gpu-descriptor-types",
 7426 "hashbrown 0.15.5",
 7427]
 7428
 7429[[package]]
 7430name = "gpu-descriptor-types"
 7431version = "0.2.0"
 7432source = "registry+https://github.com/rust-lang/crates.io-index"
 7433checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
 7434dependencies = [
 7435 "bitflags 2.10.0",
 7436]
 7437
 7438[[package]]
 7439name = "gpui"
 7440version = "0.2.2"
 7441dependencies = [
 7442 "anyhow",
 7443 "async-channel 2.5.0",
 7444 "async-task",
 7445 "backtrace",
 7446 "bindgen 0.71.1",
 7447 "bitflags 2.10.0",
 7448 "block",
 7449 "cbindgen",
 7450 "chrono",
 7451 "cocoa 0.26.0",
 7452 "cocoa-foundation 0.2.0",
 7453 "collections",
 7454 "core-foundation 0.10.0",
 7455 "core-foundation-sys",
 7456 "core-graphics 0.24.0",
 7457 "core-text",
 7458 "core-video",
 7459 "ctor",
 7460 "derive_more",
 7461 "embed-resource",
 7462 "env_logger 0.11.8",
 7463 "etagere",
 7464 "foreign-types 0.5.0",
 7465 "futures 0.3.31",
 7466 "futures-concurrency",
 7467 "getrandom 0.3.4",
 7468 "gpui_macros",
 7469 "gpui_platform",
 7470 "gpui_util",
 7471 "gpui_web",
 7472 "http_client",
 7473 "image",
 7474 "inventory",
 7475 "itertools 0.14.0",
 7476 "log",
 7477 "lyon",
 7478 "mach2 0.5.0",
 7479 "media",
 7480 "metal",
 7481 "naga 29.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 7482 "num_cpus",
 7483 "objc",
 7484 "objc2",
 7485 "objc2-metal",
 7486 "parking",
 7487 "parking_lot",
 7488 "pathfinder_geometry",
 7489 "pin-project",
 7490 "pollster 0.4.0",
 7491 "postage",
 7492 "profiling",
 7493 "proptest",
 7494 "rand 0.9.2",
 7495 "raw-window-handle",
 7496 "refineable",
 7497 "regex",
 7498 "reqwest_client",
 7499 "resvg",
 7500 "scheduler",
 7501 "schemars",
 7502 "seahash",
 7503 "serde",
 7504 "serde_json",
 7505 "slotmap",
 7506 "smallvec",
 7507 "spin 0.10.0",
 7508 "stacksafe",
 7509 "strum 0.27.2",
 7510 "sum_tree",
 7511 "taffy",
 7512 "thiserror 2.0.17",
 7513 "ttf-parser 0.25.1",
 7514 "unicode-segmentation",
 7515 "url",
 7516 "usvg",
 7517 "util_macros",
 7518 "uuid",
 7519 "waker-fn",
 7520 "wasm-bindgen",
 7521 "web-time",
 7522 "windows 0.61.3",
 7523 "zed-font-kit",
 7524 "zed-scap",
 7525]
 7526
 7527[[package]]
 7528name = "gpui_linux"
 7529version = "0.1.0"
 7530dependencies = [
 7531 "anyhow",
 7532 "as-raw-xcb-connection",
 7533 "ashpd",
 7534 "bitflags 2.10.0",
 7535 "bytemuck",
 7536 "calloop",
 7537 "calloop-wayland-source",
 7538 "collections",
 7539 "filedescriptor",
 7540 "futures 0.3.31",
 7541 "gpui",
 7542 "gpui_wgpu",
 7543 "http_client",
 7544 "itertools 0.14.0",
 7545 "libc",
 7546 "log",
 7547 "oo7",
 7548 "open",
 7549 "parking_lot",
 7550 "pathfinder_geometry",
 7551 "pollster 0.4.0",
 7552 "profiling",
 7553 "raw-window-handle",
 7554 "smallvec",
 7555 "smol",
 7556 "strum 0.27.2",
 7557 "swash",
 7558 "url",
 7559 "util",
 7560 "uuid",
 7561 "wayland-backend",
 7562 "wayland-client",
 7563 "wayland-cursor",
 7564 "wayland-protocols",
 7565 "wayland-protocols-plasma",
 7566 "wayland-protocols-wlr",
 7567 "x11-clipboard",
 7568 "x11rb",
 7569 "xkbcommon",
 7570 "zed-scap",
 7571 "zed-xim",
 7572]
 7573
 7574[[package]]
 7575name = "gpui_macos"
 7576version = "0.1.0"
 7577dependencies = [
 7578 "anyhow",
 7579 "async-task",
 7580 "block",
 7581 "cbindgen",
 7582 "cocoa 0.26.0",
 7583 "collections",
 7584 "core-foundation 0.10.0",
 7585 "core-foundation-sys",
 7586 "core-graphics 0.24.0",
 7587 "core-text",
 7588 "core-video",
 7589 "ctor",
 7590 "derive_more",
 7591 "dispatch2",
 7592 "etagere",
 7593 "foreign-types 0.5.0",
 7594 "futures 0.3.31",
 7595 "gpui",
 7596 "image",
 7597 "itertools 0.14.0",
 7598 "libc",
 7599 "log",
 7600 "mach2 0.5.0",
 7601 "media",
 7602 "metal",
 7603 "objc",
 7604 "objc2-app-kit",
 7605 "parking_lot",
 7606 "pathfinder_geometry",
 7607 "raw-window-handle",
 7608 "semver",
 7609 "smallvec",
 7610 "strum 0.27.2",
 7611 "util",
 7612 "uuid",
 7613 "zed-font-kit",
 7614]
 7615
 7616[[package]]
 7617name = "gpui_macros"
 7618version = "0.1.0"
 7619dependencies = [
 7620 "gpui",
 7621 "heck 0.5.0",
 7622 "proc-macro2",
 7623 "quote",
 7624 "syn 2.0.117",
 7625]
 7626
 7627[[package]]
 7628name = "gpui_platform"
 7629version = "0.1.0"
 7630dependencies = [
 7631 "console_error_panic_hook",
 7632 "gpui",
 7633 "gpui_linux",
 7634 "gpui_macos",
 7635 "gpui_web",
 7636 "gpui_windows",
 7637]
 7638
 7639[[package]]
 7640name = "gpui_tokio"
 7641version = "0.1.0"
 7642dependencies = [
 7643 "anyhow",
 7644 "gpui",
 7645 "tokio",
 7646 "util",
 7647]
 7648
 7649[[package]]
 7650name = "gpui_util"
 7651version = "0.1.0"
 7652dependencies = [
 7653 "anyhow",
 7654 "log",
 7655]
 7656
 7657[[package]]
 7658name = "gpui_web"
 7659version = "0.1.0"
 7660dependencies = [
 7661 "anyhow",
 7662 "console_error_panic_hook",
 7663 "futures 0.3.31",
 7664 "gpui",
 7665 "gpui_wgpu",
 7666 "http_client",
 7667 "js-sys",
 7668 "log",
 7669 "parking_lot",
 7670 "raw-window-handle",
 7671 "smallvec",
 7672 "uuid",
 7673 "wasm-bindgen",
 7674 "wasm-bindgen-futures",
 7675 "wasm_thread",
 7676 "web-sys",
 7677 "web-time",
 7678]
 7679
 7680[[package]]
 7681name = "gpui_wgpu"
 7682version = "0.1.0"
 7683dependencies = [
 7684 "anyhow",
 7685 "bytemuck",
 7686 "collections",
 7687 "cosmic-text",
 7688 "etagere",
 7689 "gpui",
 7690 "gpui_util",
 7691 "itertools 0.14.0",
 7692 "js-sys",
 7693 "log",
 7694 "parking_lot",
 7695 "pollster 0.4.0",
 7696 "profiling",
 7697 "raw-window-handle",
 7698 "smallvec",
 7699 "swash",
 7700 "wasm-bindgen",
 7701 "wasm-bindgen-futures",
 7702 "web-sys",
 7703 "wgpu",
 7704 "zed-font-kit",
 7705]
 7706
 7707[[package]]
 7708name = "gpui_windows"
 7709version = "0.1.0"
 7710dependencies = [
 7711 "anyhow",
 7712 "collections",
 7713 "etagere",
 7714 "futures 0.3.31",
 7715 "gpui",
 7716 "image",
 7717 "itertools 0.14.0",
 7718 "log",
 7719 "parking_lot",
 7720 "rand 0.9.2",
 7721 "raw-window-handle",
 7722 "smallvec",
 7723 "util",
 7724 "uuid",
 7725 "windows 0.61.3",
 7726 "windows-core 0.61.2",
 7727 "windows-numerics 0.2.0",
 7728 "windows-registry 0.5.3",
 7729 "zed-scap",
 7730]
 7731
 7732[[package]]
 7733name = "grammars"
 7734version = "0.1.0"
 7735dependencies = [
 7736 "anyhow",
 7737 "language_core",
 7738 "rust-embed",
 7739 "toml 0.8.23",
 7740 "tree-sitter",
 7741 "tree-sitter-bash",
 7742 "tree-sitter-c",
 7743 "tree-sitter-cpp",
 7744 "tree-sitter-css",
 7745 "tree-sitter-diff",
 7746 "tree-sitter-gitcommit",
 7747 "tree-sitter-go",
 7748 "tree-sitter-gomod",
 7749 "tree-sitter-gowork",
 7750 "tree-sitter-jsdoc",
 7751 "tree-sitter-json",
 7752 "tree-sitter-md",
 7753 "tree-sitter-python",
 7754 "tree-sitter-regex",
 7755 "tree-sitter-rust",
 7756 "tree-sitter-typescript",
 7757 "tree-sitter-yaml",
 7758 "util",
 7759]
 7760
 7761[[package]]
 7762name = "grid"
 7763version = "0.18.0"
 7764source = "registry+https://github.com/rust-lang/crates.io-index"
 7765checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
 7766
 7767[[package]]
 7768name = "group"
 7769version = "0.12.1"
 7770source = "registry+https://github.com/rust-lang/crates.io-index"
 7771checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7772dependencies = [
 7773 "ff",
 7774 "rand_core 0.6.4",
 7775 "subtle",
 7776]
 7777
 7778[[package]]
 7779name = "h2"
 7780version = "0.3.27"
 7781source = "registry+https://github.com/rust-lang/crates.io-index"
 7782checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
 7783dependencies = [
 7784 "bytes 1.11.1",
 7785 "fnv",
 7786 "futures-core",
 7787 "futures-sink",
 7788 "futures-util",
 7789 "http 0.2.12",
 7790 "indexmap",
 7791 "slab",
 7792 "tokio",
 7793 "tokio-util",
 7794 "tracing",
 7795]
 7796
 7797[[package]]
 7798name = "h2"
 7799version = "0.4.12"
 7800source = "registry+https://github.com/rust-lang/crates.io-index"
 7801checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
 7802dependencies = [
 7803 "atomic-waker",
 7804 "bytes 1.11.1",
 7805 "fnv",
 7806 "futures-core",
 7807 "futures-sink",
 7808 "http 1.3.1",
 7809 "indexmap",
 7810 "slab",
 7811 "tokio",
 7812 "tokio-util",
 7813 "tracing",
 7814]
 7815
 7816[[package]]
 7817name = "half"
 7818version = "2.7.1"
 7819source = "registry+https://github.com/rust-lang/crates.io-index"
 7820checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
 7821dependencies = [
 7822 "bytemuck",
 7823 "cfg-if",
 7824 "crunchy",
 7825 "num-traits",
 7826 "rand 0.9.2",
 7827 "rand_distr",
 7828 "zerocopy",
 7829]
 7830
 7831[[package]]
 7832name = "handlebars"
 7833version = "4.5.0"
 7834source = "registry+https://github.com/rust-lang/crates.io-index"
 7835checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7836dependencies = [
 7837 "log",
 7838 "pest",
 7839 "pest_derive",
 7840 "rust-embed",
 7841 "serde",
 7842 "serde_json",
 7843 "thiserror 1.0.69",
 7844]
 7845
 7846[[package]]
 7847name = "handlebars"
 7848version = "5.1.2"
 7849source = "registry+https://github.com/rust-lang/crates.io-index"
 7850checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
 7851dependencies = [
 7852 "log",
 7853 "pest",
 7854 "pest_derive",
 7855 "serde",
 7856 "serde_json",
 7857 "thiserror 1.0.69",
 7858]
 7859
 7860[[package]]
 7861name = "harfrust"
 7862version = "0.5.0"
 7863source = "registry+https://github.com/rust-lang/crates.io-index"
 7864checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
 7865dependencies = [
 7866 "bitflags 2.10.0",
 7867 "bytemuck",
 7868 "core_maths",
 7869 "read-fonts 0.37.0",
 7870 "smallvec",
 7871]
 7872
 7873[[package]]
 7874name = "hash32"
 7875version = "0.3.1"
 7876source = "registry+https://github.com/rust-lang/crates.io-index"
 7877checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
 7878dependencies = [
 7879 "byteorder",
 7880]
 7881
 7882[[package]]
 7883name = "hashbrown"
 7884version = "0.12.3"
 7885source = "registry+https://github.com/rust-lang/crates.io-index"
 7886checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 7887dependencies = [
 7888 "ahash 0.7.8",
 7889]
 7890
 7891[[package]]
 7892name = "hashbrown"
 7893version = "0.14.5"
 7894source = "registry+https://github.com/rust-lang/crates.io-index"
 7895checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 7896dependencies = [
 7897 "ahash 0.8.12",
 7898 "allocator-api2",
 7899]
 7900
 7901[[package]]
 7902name = "hashbrown"
 7903version = "0.15.5"
 7904source = "registry+https://github.com/rust-lang/crates.io-index"
 7905checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
 7906dependencies = [
 7907 "allocator-api2",
 7908 "equivalent",
 7909 "foldhash 0.1.5",
 7910 "serde",
 7911]
 7912
 7913[[package]]
 7914name = "hashbrown"
 7915version = "0.16.1"
 7916source = "registry+https://github.com/rust-lang/crates.io-index"
 7917checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
 7918dependencies = [
 7919 "allocator-api2",
 7920 "equivalent",
 7921 "foldhash 0.2.0",
 7922]
 7923
 7924[[package]]
 7925name = "hashlink"
 7926version = "0.8.4"
 7927source = "registry+https://github.com/rust-lang/crates.io-index"
 7928checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 7929dependencies = [
 7930 "hashbrown 0.14.5",
 7931]
 7932
 7933[[package]]
 7934name = "hashlink"
 7935version = "0.10.0"
 7936source = "registry+https://github.com/rust-lang/crates.io-index"
 7937checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 7938dependencies = [
 7939 "hashbrown 0.15.5",
 7940]
 7941
 7942[[package]]
 7943name = "headers"
 7944version = "0.3.9"
 7945source = "registry+https://github.com/rust-lang/crates.io-index"
 7946checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 7947dependencies = [
 7948 "base64 0.21.7",
 7949 "bytes 1.11.1",
 7950 "headers-core",
 7951 "http 0.2.12",
 7952 "httpdate",
 7953 "mime",
 7954 "sha1",
 7955]
 7956
 7957[[package]]
 7958name = "headers-core"
 7959version = "0.2.0"
 7960source = "registry+https://github.com/rust-lang/crates.io-index"
 7961checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 7962dependencies = [
 7963 "http 0.2.12",
 7964]
 7965
 7966[[package]]
 7967name = "heapless"
 7968version = "0.9.2"
 7969source = "registry+https://github.com/rust-lang/crates.io-index"
 7970checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
 7971dependencies = [
 7972 "hash32",
 7973 "stable_deref_trait",
 7974]
 7975
 7976[[package]]
 7977name = "heck"
 7978version = "0.3.3"
 7979source = "registry+https://github.com/rust-lang/crates.io-index"
 7980checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 7981dependencies = [
 7982 "unicode-segmentation",
 7983]
 7984
 7985[[package]]
 7986name = "heck"
 7987version = "0.4.1"
 7988source = "registry+https://github.com/rust-lang/crates.io-index"
 7989checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 7990dependencies = [
 7991 "unicode-segmentation",
 7992]
 7993
 7994[[package]]
 7995name = "heck"
 7996version = "0.5.0"
 7997source = "registry+https://github.com/rust-lang/crates.io-index"
 7998checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 7999
 8000[[package]]
 8001name = "heed"
 8002version = "0.21.0"
 8003source = "registry+https://github.com/rust-lang/crates.io-index"
 8004checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 8005dependencies = [
 8006 "bitflags 2.10.0",
 8007 "byteorder",
 8008 "heed-traits",
 8009 "heed-types",
 8010 "libc",
 8011 "lmdb-master-sys",
 8012 "once_cell",
 8013 "page_size",
 8014 "serde",
 8015 "synchronoise",
 8016 "url",
 8017]
 8018
 8019[[package]]
 8020name = "heed-traits"
 8021version = "0.20.0"
 8022source = "registry+https://github.com/rust-lang/crates.io-index"
 8023checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 8024
 8025[[package]]
 8026name = "heed-types"
 8027version = "0.21.0"
 8028source = "registry+https://github.com/rust-lang/crates.io-index"
 8029checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 8030dependencies = [
 8031 "bincode",
 8032 "byteorder",
 8033 "heed-traits",
 8034 "serde",
 8035 "serde_json",
 8036]
 8037
 8038[[package]]
 8039name = "hermit-abi"
 8040version = "0.5.2"
 8041source = "registry+https://github.com/rust-lang/crates.io-index"
 8042checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
 8043
 8044[[package]]
 8045name = "hex"
 8046version = "0.4.3"
 8047source = "registry+https://github.com/rust-lang/crates.io-index"
 8048checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 8049
 8050[[package]]
 8051name = "hexf-parse"
 8052version = "0.2.1"
 8053source = "registry+https://github.com/rust-lang/crates.io-index"
 8054checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 8055
 8056[[package]]
 8057name = "hkdf"
 8058version = "0.12.4"
 8059source = "registry+https://github.com/rust-lang/crates.io-index"
 8060checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 8061dependencies = [
 8062 "hmac",
 8063]
 8064
 8065[[package]]
 8066name = "hmac"
 8067version = "0.12.1"
 8068source = "registry+https://github.com/rust-lang/crates.io-index"
 8069checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 8070dependencies = [
 8071 "digest",
 8072]
 8073
 8074[[package]]
 8075name = "home"
 8076version = "0.5.11"
 8077source = "registry+https://github.com/rust-lang/crates.io-index"
 8078checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 8079dependencies = [
 8080 "windows-sys 0.59.0",
 8081]
 8082
 8083[[package]]
 8084name = "hound"
 8085version = "3.5.1"
 8086source = "registry+https://github.com/rust-lang/crates.io-index"
 8087checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 8088
 8089[[package]]
 8090name = "html5ever"
 8091version = "0.27.0"
 8092source = "registry+https://github.com/rust-lang/crates.io-index"
 8093checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 8094dependencies = [
 8095 "log",
 8096 "mac",
 8097 "markup5ever 0.12.1",
 8098 "proc-macro2",
 8099 "quote",
 8100 "syn 2.0.117",
 8101]
 8102
 8103[[package]]
 8104name = "html5ever"
 8105version = "0.35.0"
 8106source = "registry+https://github.com/rust-lang/crates.io-index"
 8107checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
 8108dependencies = [
 8109 "log",
 8110 "markup5ever 0.35.0",
 8111 "match_token",
 8112]
 8113
 8114[[package]]
 8115name = "html_to_markdown"
 8116version = "0.1.0"
 8117dependencies = [
 8118 "anyhow",
 8119 "html5ever 0.27.0",
 8120 "indoc",
 8121 "markup5ever_rcdom",
 8122 "pretty_assertions",
 8123 "regex",
 8124]
 8125
 8126[[package]]
 8127name = "http"
 8128version = "0.2.12"
 8129source = "registry+https://github.com/rust-lang/crates.io-index"
 8130checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 8131dependencies = [
 8132 "bytes 1.11.1",
 8133 "fnv",
 8134 "itoa",
 8135]
 8136
 8137[[package]]
 8138name = "http"
 8139version = "1.3.1"
 8140source = "registry+https://github.com/rust-lang/crates.io-index"
 8141checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 8142dependencies = [
 8143 "bytes 1.11.1",
 8144 "fnv",
 8145 "itoa",
 8146]
 8147
 8148[[package]]
 8149name = "http-body"
 8150version = "0.4.6"
 8151source = "registry+https://github.com/rust-lang/crates.io-index"
 8152checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 8153dependencies = [
 8154 "bytes 1.11.1",
 8155 "http 0.2.12",
 8156 "pin-project-lite",
 8157]
 8158
 8159[[package]]
 8160name = "http-body"
 8161version = "1.0.1"
 8162source = "registry+https://github.com/rust-lang/crates.io-index"
 8163checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 8164dependencies = [
 8165 "bytes 1.11.1",
 8166 "http 1.3.1",
 8167]
 8168
 8169[[package]]
 8170name = "http-body-util"
 8171version = "0.1.3"
 8172source = "registry+https://github.com/rust-lang/crates.io-index"
 8173checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 8174dependencies = [
 8175 "bytes 1.11.1",
 8176 "futures-core",
 8177 "http 1.3.1",
 8178 "http-body 1.0.1",
 8179 "pin-project-lite",
 8180]
 8181
 8182[[package]]
 8183name = "http-range-header"
 8184version = "0.3.1"
 8185source = "registry+https://github.com/rust-lang/crates.io-index"
 8186checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 8187
 8188[[package]]
 8189name = "http_client"
 8190version = "0.1.0"
 8191dependencies = [
 8192 "anyhow",
 8193 "async-compression",
 8194 "async-fs",
 8195 "async-tar",
 8196 "bytes 1.11.1",
 8197 "derive_more",
 8198 "futures 0.3.31",
 8199 "http 1.3.1",
 8200 "http-body 1.0.1",
 8201 "log",
 8202 "parking_lot",
 8203 "serde",
 8204 "serde_json",
 8205 "serde_urlencoded",
 8206 "sha2",
 8207 "tempfile",
 8208 "url",
 8209 "util",
 8210]
 8211
 8212[[package]]
 8213name = "http_client_tls"
 8214version = "0.1.0"
 8215dependencies = [
 8216 "rustls 0.23.33",
 8217 "rustls-platform-verifier",
 8218]
 8219
 8220[[package]]
 8221name = "httparse"
 8222version = "1.10.1"
 8223source = "registry+https://github.com/rust-lang/crates.io-index"
 8224checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 8225
 8226[[package]]
 8227name = "httpdate"
 8228version = "1.0.3"
 8229source = "registry+https://github.com/rust-lang/crates.io-index"
 8230checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 8231
 8232[[package]]
 8233name = "human_bytes"
 8234version = "0.4.3"
 8235source = "registry+https://github.com/rust-lang/crates.io-index"
 8236checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 8237
 8238[[package]]
 8239name = "humantime"
 8240version = "2.3.0"
 8241source = "registry+https://github.com/rust-lang/crates.io-index"
 8242checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
 8243
 8244[[package]]
 8245name = "hyper"
 8246version = "0.14.32"
 8247source = "registry+https://github.com/rust-lang/crates.io-index"
 8248checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 8249dependencies = [
 8250 "bytes 1.11.1",
 8251 "futures-channel",
 8252 "futures-core",
 8253 "futures-util",
 8254 "h2 0.3.27",
 8255 "http 0.2.12",
 8256 "http-body 0.4.6",
 8257 "httparse",
 8258 "httpdate",
 8259 "itoa",
 8260 "pin-project-lite",
 8261 "socket2 0.5.10",
 8262 "tokio",
 8263 "tower-service",
 8264 "tracing",
 8265 "want",
 8266]
 8267
 8268[[package]]
 8269name = "hyper"
 8270version = "1.7.0"
 8271source = "registry+https://github.com/rust-lang/crates.io-index"
 8272checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
 8273dependencies = [
 8274 "atomic-waker",
 8275 "bytes 1.11.1",
 8276 "futures-channel",
 8277 "futures-core",
 8278 "h2 0.4.12",
 8279 "http 1.3.1",
 8280 "http-body 1.0.1",
 8281 "httparse",
 8282 "itoa",
 8283 "pin-project-lite",
 8284 "pin-utils",
 8285 "smallvec",
 8286 "tokio",
 8287 "want",
 8288]
 8289
 8290[[package]]
 8291name = "hyper-rustls"
 8292version = "0.24.2"
 8293source = "registry+https://github.com/rust-lang/crates.io-index"
 8294checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 8295dependencies = [
 8296 "futures-util",
 8297 "http 0.2.12",
 8298 "hyper 0.14.32",
 8299 "log",
 8300 "rustls 0.21.12",
 8301 "rustls-native-certs 0.6.3",
 8302 "tokio",
 8303 "tokio-rustls 0.24.1",
 8304]
 8305
 8306[[package]]
 8307name = "hyper-rustls"
 8308version = "0.27.7"
 8309source = "registry+https://github.com/rust-lang/crates.io-index"
 8310checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
 8311dependencies = [
 8312 "http 1.3.1",
 8313 "hyper 1.7.0",
 8314 "hyper-util",
 8315 "rustls 0.23.33",
 8316 "rustls-native-certs 0.8.2",
 8317 "rustls-pki-types",
 8318 "tokio",
 8319 "tokio-rustls 0.26.2",
 8320 "tower-service",
 8321]
 8322
 8323[[package]]
 8324name = "hyper-tls"
 8325version = "0.5.0"
 8326source = "registry+https://github.com/rust-lang/crates.io-index"
 8327checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 8328dependencies = [
 8329 "bytes 1.11.1",
 8330 "hyper 0.14.32",
 8331 "native-tls",
 8332 "tokio",
 8333 "tokio-native-tls",
 8334]
 8335
 8336[[package]]
 8337name = "hyper-util"
 8338version = "0.1.17"
 8339source = "registry+https://github.com/rust-lang/crates.io-index"
 8340checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
 8341dependencies = [
 8342 "base64 0.22.1",
 8343 "bytes 1.11.1",
 8344 "futures-channel",
 8345 "futures-core",
 8346 "futures-util",
 8347 "http 1.3.1",
 8348 "http-body 1.0.1",
 8349 "hyper 1.7.0",
 8350 "ipnet",
 8351 "libc",
 8352 "percent-encoding",
 8353 "pin-project-lite",
 8354 "socket2 0.6.1",
 8355 "tokio",
 8356 "tower-service",
 8357 "tracing",
 8358]
 8359
 8360[[package]]
 8361name = "iana-time-zone"
 8362version = "0.1.64"
 8363source = "registry+https://github.com/rust-lang/crates.io-index"
 8364checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
 8365dependencies = [
 8366 "android_system_properties",
 8367 "core-foundation-sys",
 8368 "iana-time-zone-haiku",
 8369 "js-sys",
 8370 "log",
 8371 "wasm-bindgen",
 8372 "windows-core 0.62.2",
 8373]
 8374
 8375[[package]]
 8376name = "iana-time-zone-haiku"
 8377version = "0.1.2"
 8378source = "registry+https://github.com/rust-lang/crates.io-index"
 8379checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 8380dependencies = [
 8381 "cc",
 8382]
 8383
 8384[[package]]
 8385name = "icons"
 8386version = "0.1.0"
 8387dependencies = [
 8388 "serde",
 8389 "strum 0.27.2",
 8390]
 8391
 8392[[package]]
 8393name = "icu_collections"
 8394version = "2.0.0"
 8395source = "registry+https://github.com/rust-lang/crates.io-index"
 8396checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
 8397dependencies = [
 8398 "displaydoc",
 8399 "potential_utf",
 8400 "yoke 0.8.0",
 8401 "zerofrom",
 8402 "zerovec",
 8403]
 8404
 8405[[package]]
 8406name = "icu_locale_core"
 8407version = "2.0.0"
 8408source = "registry+https://github.com/rust-lang/crates.io-index"
 8409checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
 8410dependencies = [
 8411 "displaydoc",
 8412 "litemap",
 8413 "tinystr",
 8414 "writeable",
 8415 "zerovec",
 8416]
 8417
 8418[[package]]
 8419name = "icu_normalizer"
 8420version = "2.0.0"
 8421source = "registry+https://github.com/rust-lang/crates.io-index"
 8422checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
 8423dependencies = [
 8424 "displaydoc",
 8425 "icu_collections",
 8426 "icu_normalizer_data",
 8427 "icu_properties",
 8428 "icu_provider",
 8429 "smallvec",
 8430 "zerovec",
 8431]
 8432
 8433[[package]]
 8434name = "icu_normalizer_data"
 8435version = "2.0.0"
 8436source = "registry+https://github.com/rust-lang/crates.io-index"
 8437checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
 8438
 8439[[package]]
 8440name = "icu_properties"
 8441version = "2.0.1"
 8442source = "registry+https://github.com/rust-lang/crates.io-index"
 8443checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
 8444dependencies = [
 8445 "displaydoc",
 8446 "icu_collections",
 8447 "icu_locale_core",
 8448 "icu_properties_data",
 8449 "icu_provider",
 8450 "potential_utf",
 8451 "zerotrie",
 8452 "zerovec",
 8453]
 8454
 8455[[package]]
 8456name = "icu_properties_data"
 8457version = "2.0.1"
 8458source = "registry+https://github.com/rust-lang/crates.io-index"
 8459checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
 8460
 8461[[package]]
 8462name = "icu_provider"
 8463version = "2.0.0"
 8464source = "registry+https://github.com/rust-lang/crates.io-index"
 8465checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
 8466dependencies = [
 8467 "displaydoc",
 8468 "icu_locale_core",
 8469 "stable_deref_trait",
 8470 "tinystr",
 8471 "writeable",
 8472 "yoke 0.8.0",
 8473 "zerofrom",
 8474 "zerotrie",
 8475 "zerovec",
 8476]
 8477
 8478[[package]]
 8479name = "id-arena"
 8480version = "2.2.1"
 8481source = "registry+https://github.com/rust-lang/crates.io-index"
 8482checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 8483
 8484[[package]]
 8485name = "ident_case"
 8486version = "1.0.1"
 8487source = "registry+https://github.com/rust-lang/crates.io-index"
 8488checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 8489
 8490[[package]]
 8491name = "idna"
 8492version = "1.1.0"
 8493source = "registry+https://github.com/rust-lang/crates.io-index"
 8494checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
 8495dependencies = [
 8496 "idna_adapter",
 8497 "smallvec",
 8498 "utf8_iter",
 8499]
 8500
 8501[[package]]
 8502name = "idna_adapter"
 8503version = "1.2.1"
 8504source = "registry+https://github.com/rust-lang/crates.io-index"
 8505checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
 8506dependencies = [
 8507 "icu_normalizer",
 8508 "icu_properties",
 8509]
 8510
 8511[[package]]
 8512name = "ignore"
 8513version = "0.4.24"
 8514source = "registry+https://github.com/rust-lang/crates.io-index"
 8515checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
 8516dependencies = [
 8517 "crossbeam-deque",
 8518 "globset",
 8519 "log",
 8520 "memchr",
 8521 "regex-automata",
 8522 "same-file",
 8523 "walkdir",
 8524 "winapi-util",
 8525]
 8526
 8527[[package]]
 8528name = "image"
 8529version = "0.25.8"
 8530source = "registry+https://github.com/rust-lang/crates.io-index"
 8531checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
 8532dependencies = [
 8533 "bytemuck",
 8534 "byteorder-lite",
 8535 "color_quant",
 8536 "exr",
 8537 "gif",
 8538 "image-webp",
 8539 "moxcms",
 8540 "num-traits",
 8541 "png 0.18.0",
 8542 "qoi",
 8543 "ravif",
 8544 "rayon",
 8545 "rgb",
 8546 "tiff",
 8547 "zune-core",
 8548 "zune-jpeg",
 8549]
 8550
 8551[[package]]
 8552name = "image-webp"
 8553version = "0.2.4"
 8554source = "registry+https://github.com/rust-lang/crates.io-index"
 8555checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
 8556dependencies = [
 8557 "byteorder-lite",
 8558 "quick-error 2.0.1",
 8559]
 8560
 8561[[package]]
 8562name = "image_viewer"
 8563version = "0.1.0"
 8564dependencies = [
 8565 "anyhow",
 8566 "db",
 8567 "editor",
 8568 "file_icons",
 8569 "gpui",
 8570 "language",
 8571 "log",
 8572 "project",
 8573 "serde",
 8574 "settings",
 8575 "theme_settings",
 8576 "ui",
 8577 "util",
 8578 "workspace",
 8579]
 8580
 8581[[package]]
 8582name = "imagesize"
 8583version = "0.13.0"
 8584source = "registry+https://github.com/rust-lang/crates.io-index"
 8585checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 8586
 8587[[package]]
 8588name = "imara-diff"
 8589version = "0.1.8"
 8590source = "registry+https://github.com/rust-lang/crates.io-index"
 8591checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 8592dependencies = [
 8593 "hashbrown 0.15.5",
 8594]
 8595
 8596[[package]]
 8597name = "imgref"
 8598version = "1.12.0"
 8599source = "registry+https://github.com/rust-lang/crates.io-index"
 8600checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
 8601
 8602[[package]]
 8603name = "indenter"
 8604version = "0.3.4"
 8605source = "registry+https://github.com/rust-lang/crates.io-index"
 8606checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
 8607
 8608[[package]]
 8609name = "indexmap"
 8610version = "2.11.4"
 8611source = "registry+https://github.com/rust-lang/crates.io-index"
 8612checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
 8613dependencies = [
 8614 "equivalent",
 8615 "hashbrown 0.16.1",
 8616 "serde",
 8617 "serde_core",
 8618]
 8619
 8620[[package]]
 8621name = "indoc"
 8622version = "2.0.6"
 8623source = "registry+https://github.com/rust-lang/crates.io-index"
 8624checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8625
 8626[[package]]
 8627name = "inherent"
 8628version = "1.0.13"
 8629source = "registry+https://github.com/rust-lang/crates.io-index"
 8630checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
 8631dependencies = [
 8632 "proc-macro2",
 8633 "quote",
 8634 "syn 2.0.117",
 8635]
 8636
 8637[[package]]
 8638name = "inotify"
 8639version = "0.9.6"
 8640source = "registry+https://github.com/rust-lang/crates.io-index"
 8641checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 8642dependencies = [
 8643 "bitflags 1.3.2",
 8644 "inotify-sys",
 8645 "libc",
 8646]
 8647
 8648[[package]]
 8649name = "inotify"
 8650version = "0.11.0"
 8651source = "registry+https://github.com/rust-lang/crates.io-index"
 8652checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8653dependencies = [
 8654 "bitflags 2.10.0",
 8655 "inotify-sys",
 8656 "libc",
 8657]
 8658
 8659[[package]]
 8660name = "inotify-sys"
 8661version = "0.1.5"
 8662source = "registry+https://github.com/rust-lang/crates.io-index"
 8663checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8664dependencies = [
 8665 "libc",
 8666]
 8667
 8668[[package]]
 8669name = "inout"
 8670version = "0.1.4"
 8671source = "registry+https://github.com/rust-lang/crates.io-index"
 8672checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8673dependencies = [
 8674 "block-padding",
 8675 "generic-array",
 8676]
 8677
 8678[[package]]
 8679name = "inspector_ui"
 8680version = "0.1.0"
 8681dependencies = [
 8682 "anyhow",
 8683 "command_palette_hooks",
 8684 "editor",
 8685 "fuzzy",
 8686 "gpui",
 8687 "language",
 8688 "project",
 8689 "serde_json",
 8690 "serde_json_lenient",
 8691 "theme_settings",
 8692 "ui",
 8693 "util",
 8694 "util_macros",
 8695 "workspace",
 8696 "zed_actions",
 8697]
 8698
 8699[[package]]
 8700name = "install_cli"
 8701version = "0.1.0"
 8702dependencies = [
 8703 "anyhow",
 8704 "client",
 8705 "gpui",
 8706 "release_channel",
 8707 "smol",
 8708 "util",
 8709 "workspace",
 8710]
 8711
 8712[[package]]
 8713name = "instant"
 8714version = "0.1.13"
 8715source = "registry+https://github.com/rust-lang/crates.io-index"
 8716checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8717dependencies = [
 8718 "cfg-if",
 8719]
 8720
 8721[[package]]
 8722name = "interpolate_name"
 8723version = "0.2.4"
 8724source = "registry+https://github.com/rust-lang/crates.io-index"
 8725checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8726dependencies = [
 8727 "proc-macro2",
 8728 "quote",
 8729 "syn 2.0.117",
 8730]
 8731
 8732[[package]]
 8733name = "inventory"
 8734version = "0.3.21"
 8735source = "registry+https://github.com/rust-lang/crates.io-index"
 8736checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
 8737dependencies = [
 8738 "rustversion",
 8739]
 8740
 8741[[package]]
 8742name = "io-extras"
 8743version = "0.18.4"
 8744source = "registry+https://github.com/rust-lang/crates.io-index"
 8745checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8746dependencies = [
 8747 "io-lifetimes",
 8748 "windows-sys 0.59.0",
 8749]
 8750
 8751[[package]]
 8752name = "io-lifetimes"
 8753version = "2.0.4"
 8754source = "registry+https://github.com/rust-lang/crates.io-index"
 8755checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8756
 8757[[package]]
 8758name = "io-surface"
 8759version = "0.16.1"
 8760source = "registry+https://github.com/rust-lang/crates.io-index"
 8761checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
 8762dependencies = [
 8763 "cgl",
 8764 "core-foundation 0.10.0",
 8765 "core-foundation-sys",
 8766 "leaky-cow",
 8767]
 8768
 8769[[package]]
 8770name = "iovec"
 8771version = "0.1.4"
 8772source = "registry+https://github.com/rust-lang/crates.io-index"
 8773checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8774dependencies = [
 8775 "libc",
 8776]
 8777
 8778[[package]]
 8779name = "ipc-channel"
 8780version = "0.19.0"
 8781source = "registry+https://github.com/rust-lang/crates.io-index"
 8782checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8783dependencies = [
 8784 "bincode",
 8785 "crossbeam-channel",
 8786 "fnv",
 8787 "lazy_static",
 8788 "libc",
 8789 "mio 1.1.0",
 8790 "rand 0.8.5",
 8791 "serde",
 8792 "tempfile",
 8793 "uuid",
 8794 "windows 0.58.0",
 8795]
 8796
 8797[[package]]
 8798name = "ipnet"
 8799version = "2.11.0"
 8800source = "registry+https://github.com/rust-lang/crates.io-index"
 8801checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8802
 8803[[package]]
 8804name = "iri-string"
 8805version = "0.7.8"
 8806source = "registry+https://github.com/rust-lang/crates.io-index"
 8807checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
 8808dependencies = [
 8809 "memchr",
 8810 "serde",
 8811]
 8812
 8813[[package]]
 8814name = "is-docker"
 8815version = "0.2.0"
 8816source = "registry+https://github.com/rust-lang/crates.io-index"
 8817checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8818dependencies = [
 8819 "once_cell",
 8820]
 8821
 8822[[package]]
 8823name = "is-terminal"
 8824version = "0.4.16"
 8825source = "registry+https://github.com/rust-lang/crates.io-index"
 8826checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8827dependencies = [
 8828 "hermit-abi",
 8829 "libc",
 8830 "windows-sys 0.59.0",
 8831]
 8832
 8833[[package]]
 8834name = "is-wsl"
 8835version = "0.4.0"
 8836source = "registry+https://github.com/rust-lang/crates.io-index"
 8837checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8838dependencies = [
 8839 "is-docker",
 8840 "once_cell",
 8841]
 8842
 8843[[package]]
 8844name = "is_executable"
 8845version = "1.0.5"
 8846source = "registry+https://github.com/rust-lang/crates.io-index"
 8847checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
 8848dependencies = [
 8849 "windows-sys 0.60.2",
 8850]
 8851
 8852[[package]]
 8853name = "is_terminal_polyfill"
 8854version = "1.70.1"
 8855source = "registry+https://github.com/rust-lang/crates.io-index"
 8856checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8857
 8858[[package]]
 8859name = "itertools"
 8860version = "0.10.5"
 8861source = "registry+https://github.com/rust-lang/crates.io-index"
 8862checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 8863dependencies = [
 8864 "either",
 8865]
 8866
 8867[[package]]
 8868name = "itertools"
 8869version = "0.11.0"
 8870source = "registry+https://github.com/rust-lang/crates.io-index"
 8871checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 8872dependencies = [
 8873 "either",
 8874]
 8875
 8876[[package]]
 8877name = "itertools"
 8878version = "0.12.1"
 8879source = "registry+https://github.com/rust-lang/crates.io-index"
 8880checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 8881dependencies = [
 8882 "either",
 8883]
 8884
 8885[[package]]
 8886name = "itertools"
 8887version = "0.14.0"
 8888source = "registry+https://github.com/rust-lang/crates.io-index"
 8889checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 8890dependencies = [
 8891 "either",
 8892]
 8893
 8894[[package]]
 8895name = "itoa"
 8896version = "1.0.15"
 8897source = "registry+https://github.com/rust-lang/crates.io-index"
 8898checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 8899
 8900[[package]]
 8901name = "jiff"
 8902version = "0.2.15"
 8903source = "registry+https://github.com/rust-lang/crates.io-index"
 8904checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
 8905dependencies = [
 8906 "jiff-static",
 8907 "log",
 8908 "portable-atomic",
 8909 "portable-atomic-util",
 8910 "serde",
 8911]
 8912
 8913[[package]]
 8914name = "jiff-static"
 8915version = "0.2.15"
 8916source = "registry+https://github.com/rust-lang/crates.io-index"
 8917checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
 8918dependencies = [
 8919 "proc-macro2",
 8920 "quote",
 8921 "syn 2.0.117",
 8922]
 8923
 8924[[package]]
 8925name = "jni"
 8926version = "0.21.1"
 8927source = "registry+https://github.com/rust-lang/crates.io-index"
 8928checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 8929dependencies = [
 8930 "cesu8",
 8931 "cfg-if",
 8932 "combine",
 8933 "jni-sys",
 8934 "log",
 8935 "thiserror 1.0.69",
 8936 "walkdir",
 8937 "windows-sys 0.45.0",
 8938]
 8939
 8940[[package]]
 8941name = "jni-sys"
 8942version = "0.3.0"
 8943source = "registry+https://github.com/rust-lang/crates.io-index"
 8944checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 8945
 8946[[package]]
 8947name = "jobserver"
 8948version = "0.1.34"
 8949source = "registry+https://github.com/rust-lang/crates.io-index"
 8950checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 8951dependencies = [
 8952 "getrandom 0.3.4",
 8953 "libc",
 8954]
 8955
 8956[[package]]
 8957name = "journal"
 8958version = "0.1.0"
 8959dependencies = [
 8960 "anyhow",
 8961 "chrono",
 8962 "editor",
 8963 "gpui",
 8964 "log",
 8965 "serde",
 8966 "settings",
 8967 "shellexpand 2.1.2",
 8968 "workspace",
 8969]
 8970
 8971[[package]]
 8972name = "js-sys"
 8973version = "0.3.90"
 8974source = "registry+https://github.com/rust-lang/crates.io-index"
 8975checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
 8976dependencies = [
 8977 "once_cell",
 8978 "wasm-bindgen",
 8979]
 8980
 8981[[package]]
 8982name = "json5"
 8983version = "0.4.1"
 8984source = "registry+https://github.com/rust-lang/crates.io-index"
 8985checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
 8986dependencies = [
 8987 "pest",
 8988 "pest_derive",
 8989 "serde",
 8990]
 8991
 8992[[package]]
 8993name = "json_dotpath"
 8994version = "1.1.0"
 8995source = "registry+https://github.com/rust-lang/crates.io-index"
 8996checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 8997dependencies = [
 8998 "serde",
 8999 "serde_derive",
 9000 "serde_json",
 9001 "thiserror 1.0.69",
 9002]
 9003
 9004[[package]]
 9005name = "json_schema_store"
 9006version = "0.1.0"
 9007dependencies = [
 9008 "anyhow",
 9009 "collections",
 9010 "dap",
 9011 "extension",
 9012 "gpui",
 9013 "language",
 9014 "parking_lot",
 9015 "paths",
 9016 "project",
 9017 "schemars",
 9018 "serde",
 9019 "serde_json",
 9020 "settings",
 9021 "snippet_provider",
 9022 "task",
 9023 "theme",
 9024 "util",
 9025]
 9026
 9027[[package]]
 9028name = "jsonschema"
 9029version = "0.37.4"
 9030source = "registry+https://github.com/rust-lang/crates.io-index"
 9031checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
 9032dependencies = [
 9033 "ahash 0.8.12",
 9034 "bytecount",
 9035 "data-encoding",
 9036 "email_address",
 9037 "fancy-regex 0.16.2",
 9038 "fraction",
 9039 "getrandom 0.3.4",
 9040 "idna",
 9041 "itoa",
 9042 "num-cmp",
 9043 "num-traits",
 9044 "percent-encoding",
 9045 "referencing",
 9046 "regex",
 9047 "regex-syntax",
 9048 "reqwest 0.12.24",
 9049 "serde",
 9050 "serde_json",
 9051 "unicode-general-category",
 9052 "uuid-simd",
 9053]
 9054
 9055[[package]]
 9056name = "jsonwebtoken"
 9057version = "10.3.0"
 9058source = "registry+https://github.com/rust-lang/crates.io-index"
 9059checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
 9060dependencies = [
 9061 "aws-lc-rs",
 9062 "base64 0.22.1",
 9063 "getrandom 0.2.16",
 9064 "js-sys",
 9065 "pem",
 9066 "serde",
 9067 "serde_json",
 9068 "signature 2.2.0",
 9069 "simple_asn1",
 9070]
 9071
 9072[[package]]
 9073name = "jupyter-protocol"
 9074version = "1.4.0"
 9075source = "registry+https://github.com/rust-lang/crates.io-index"
 9076checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
 9077dependencies = [
 9078 "async-trait",
 9079 "bytes 1.11.1",
 9080 "chrono",
 9081 "futures 0.3.31",
 9082 "serde",
 9083 "serde_json",
 9084 "thiserror 2.0.17",
 9085 "uuid",
 9086]
 9087
 9088[[package]]
 9089name = "jupyter-websocket-client"
 9090version = "1.0.0"
 9091source = "registry+https://github.com/rust-lang/crates.io-index"
 9092checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
 9093dependencies = [
 9094 "anyhow",
 9095 "async-trait",
 9096 "async-tungstenite",
 9097 "futures 0.3.31",
 9098 "jupyter-protocol",
 9099 "serde",
 9100 "serde_json",
 9101 "tokio",
 9102 "url",
 9103 "uuid",
 9104]
 9105
 9106[[package]]
 9107name = "keymap_editor"
 9108version = "0.1.0"
 9109dependencies = [
 9110 "anyhow",
 9111 "collections",
 9112 "command_palette",
 9113 "component",
 9114 "db",
 9115 "editor",
 9116 "fs",
 9117 "fuzzy",
 9118 "gpui",
 9119 "itertools 0.14.0",
 9120 "json_schema_store",
 9121 "language",
 9122 "log",
 9123 "menu",
 9124 "notifications",
 9125 "paths",
 9126 "project",
 9127 "search",
 9128 "serde",
 9129 "serde_json",
 9130 "settings",
 9131 "telemetry",
 9132 "tempfile",
 9133 "theme",
 9134 "theme_settings",
 9135 "tree-sitter-json",
 9136 "tree-sitter-rust",
 9137 "ui",
 9138 "ui_input",
 9139 "util",
 9140 "workspace",
 9141 "zed_actions",
 9142]
 9143
 9144[[package]]
 9145name = "khronos-egl"
 9146version = "6.0.0"
 9147source = "registry+https://github.com/rust-lang/crates.io-index"
 9148checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 9149dependencies = [
 9150 "libc",
 9151 "libloading",
 9152 "pkg-config",
 9153]
 9154
 9155[[package]]
 9156name = "khronos_api"
 9157version = "3.1.0"
 9158source = "registry+https://github.com/rust-lang/crates.io-index"
 9159checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
 9160
 9161[[package]]
 9162name = "kqueue"
 9163version = "1.1.1"
 9164source = "registry+https://github.com/rust-lang/crates.io-index"
 9165checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
 9166dependencies = [
 9167 "kqueue-sys",
 9168 "libc",
 9169]
 9170
 9171[[package]]
 9172name = "kqueue-sys"
 9173version = "1.0.4"
 9174source = "registry+https://github.com/rust-lang/crates.io-index"
 9175checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 9176dependencies = [
 9177 "bitflags 1.3.2",
 9178 "libc",
 9179]
 9180
 9181[[package]]
 9182name = "kurbo"
 9183version = "0.11.3"
 9184source = "registry+https://github.com/rust-lang/crates.io-index"
 9185checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
 9186dependencies = [
 9187 "arrayvec",
 9188 "euclid",
 9189 "smallvec",
 9190]
 9191
 9192[[package]]
 9193name = "kv-log-macro"
 9194version = "1.0.7"
 9195source = "registry+https://github.com/rust-lang/crates.io-index"
 9196checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 9197dependencies = [
 9198 "log",
 9199]
 9200
 9201[[package]]
 9202name = "language"
 9203version = "0.1.0"
 9204dependencies = [
 9205 "anyhow",
 9206 "async-trait",
 9207 "clock",
 9208 "collections",
 9209 "criterion",
 9210 "ctor",
 9211 "diffy",
 9212 "ec4rs",
 9213 "encoding_rs",
 9214 "fs",
 9215 "futures 0.3.31",
 9216 "fuzzy",
 9217 "globset",
 9218 "gpui",
 9219 "http_client",
 9220 "imara-diff",
 9221 "indoc",
 9222 "itertools 0.14.0",
 9223 "language_core",
 9224 "log",
 9225 "lsp",
 9226 "parking_lot",
 9227 "postage",
 9228 "pretty_assertions",
 9229 "rand 0.9.2",
 9230 "regex",
 9231 "rpc",
 9232 "semver",
 9233 "serde",
 9234 "serde_json",
 9235 "settings",
 9236 "shellexpand 2.1.2",
 9237 "smallvec",
 9238 "smol",
 9239 "streaming-iterator",
 9240 "strsim",
 9241 "sum_tree",
 9242 "task",
 9243 "text",
 9244 "theme",
 9245 "theme_settings",
 9246 "toml 0.8.23",
 9247 "tracing",
 9248 "tree-sitter",
 9249 "tree-sitter-elixir",
 9250 "tree-sitter-embedded-template",
 9251 "tree-sitter-heex",
 9252 "tree-sitter-html",
 9253 "tree-sitter-json",
 9254 "tree-sitter-md",
 9255 "tree-sitter-python",
 9256 "tree-sitter-ruby",
 9257 "tree-sitter-rust",
 9258 "tree-sitter-typescript",
 9259 "unicase",
 9260 "unindent",
 9261 "util",
 9262 "watch",
 9263 "zlog",
 9264 "ztracing",
 9265]
 9266
 9267[[package]]
 9268name = "language_core"
 9269version = "0.1.0"
 9270dependencies = [
 9271 "anyhow",
 9272 "collections",
 9273 "gpui",
 9274 "log",
 9275 "lsp",
 9276 "parking_lot",
 9277 "regex",
 9278 "schemars",
 9279 "serde",
 9280 "serde_json",
 9281 "toml 0.8.23",
 9282 "tree-sitter",
 9283 "util",
 9284]
 9285
 9286[[package]]
 9287name = "language_extension"
 9288version = "0.1.0"
 9289dependencies = [
 9290 "anyhow",
 9291 "async-trait",
 9292 "collections",
 9293 "extension",
 9294 "fs",
 9295 "futures 0.3.31",
 9296 "gpui",
 9297 "language",
 9298 "log",
 9299 "lsp",
 9300 "project",
 9301 "serde",
 9302 "serde_json",
 9303 "tracing",
 9304 "util",
 9305 "ztracing",
 9306]
 9307
 9308[[package]]
 9309name = "language_model"
 9310version = "0.1.0"
 9311dependencies = [
 9312 "anthropic",
 9313 "anyhow",
 9314 "base64 0.22.1",
 9315 "client",
 9316 "cloud_api_client",
 9317 "cloud_api_types",
 9318 "cloud_llm_client",
 9319 "collections",
 9320 "credentials_provider",
 9321 "futures 0.3.31",
 9322 "gpui",
 9323 "http_client",
 9324 "icons",
 9325 "image",
 9326 "log",
 9327 "open_ai",
 9328 "open_router",
 9329 "parking_lot",
 9330 "schemars",
 9331 "serde",
 9332 "serde_json",
 9333 "settings",
 9334 "smol",
 9335 "thiserror 2.0.17",
 9336 "util",
 9337 "zed_env_vars",
 9338]
 9339
 9340[[package]]
 9341name = "language_models"
 9342version = "0.1.0"
 9343dependencies = [
 9344 "ai_onboarding",
 9345 "anthropic",
 9346 "anyhow",
 9347 "aws-config",
 9348 "aws-credential-types",
 9349 "aws_http_client",
 9350 "base64 0.22.1",
 9351 "bedrock",
 9352 "client",
 9353 "cloud_api_types",
 9354 "cloud_llm_client",
 9355 "collections",
 9356 "component",
 9357 "convert_case 0.8.0",
 9358 "copilot",
 9359 "copilot_chat",
 9360 "copilot_ui",
 9361 "credentials_provider",
 9362 "deepseek",
 9363 "extension",
 9364 "extension_host",
 9365 "fs",
 9366 "futures 0.3.31",
 9367 "google_ai",
 9368 "gpui",
 9369 "gpui_tokio",
 9370 "http_client",
 9371 "language",
 9372 "language_model",
 9373 "lmstudio",
 9374 "log",
 9375 "menu",
 9376 "mistral",
 9377 "ollama",
 9378 "open_ai",
 9379 "open_router",
 9380 "opencode",
 9381 "partial-json-fixer",
 9382 "pretty_assertions",
 9383 "release_channel",
 9384 "schemars",
 9385 "semver",
 9386 "serde",
 9387 "serde_json",
 9388 "settings",
 9389 "smol",
 9390 "strum 0.27.2",
 9391 "thiserror 2.0.17",
 9392 "tiktoken-rs",
 9393 "tokio",
 9394 "ui",
 9395 "ui_input",
 9396 "util",
 9397 "vercel",
 9398 "x_ai",
 9399]
 9400
 9401[[package]]
 9402name = "language_onboarding"
 9403version = "0.1.0"
 9404dependencies = [
 9405 "db",
 9406 "editor",
 9407 "gpui",
 9408 "project",
 9409 "ui",
 9410 "workspace",
 9411]
 9412
 9413[[package]]
 9414name = "language_selector"
 9415version = "0.1.0"
 9416dependencies = [
 9417 "anyhow",
 9418 "editor",
 9419 "file_icons",
 9420 "fuzzy",
 9421 "gpui",
 9422 "language",
 9423 "open_path_prompt",
 9424 "picker",
 9425 "project",
 9426 "serde_json",
 9427 "settings",
 9428 "ui",
 9429 "util",
 9430 "workspace",
 9431]
 9432
 9433[[package]]
 9434name = "language_tools"
 9435version = "0.1.0"
 9436dependencies = [
 9437 "anyhow",
 9438 "client",
 9439 "collections",
 9440 "command_palette_hooks",
 9441 "edit_prediction",
 9442 "editor",
 9443 "futures 0.3.31",
 9444 "gpui",
 9445 "itertools 0.14.0",
 9446 "language",
 9447 "lsp",
 9448 "menu",
 9449 "project",
 9450 "proto",
 9451 "release_channel",
 9452 "semver",
 9453 "serde_json",
 9454 "settings",
 9455 "sysinfo 0.37.2",
 9456 "telemetry",
 9457 "theme",
 9458 "theme_settings",
 9459 "tree-sitter",
 9460 "ui",
 9461 "util",
 9462 "workspace",
 9463 "zed_actions",
 9464 "zlog",
 9465]
 9466
 9467[[package]]
 9468name = "languages"
 9469version = "0.1.0"
 9470dependencies = [
 9471 "anyhow",
 9472 "async-compression",
 9473 "async-fs",
 9474 "async-tar",
 9475 "async-trait",
 9476 "chrono",
 9477 "collections",
 9478 "fs",
 9479 "futures 0.3.31",
 9480 "globset",
 9481 "gpui",
 9482 "grammars",
 9483 "http_client",
 9484 "itertools 0.14.0",
 9485 "json_schema_store",
 9486 "language",
 9487 "log",
 9488 "lsp",
 9489 "node_runtime",
 9490 "parking_lot",
 9491 "pet",
 9492 "pet-conda",
 9493 "pet-core",
 9494 "pet-fs",
 9495 "pet-poetry",
 9496 "pet-reporter",
 9497 "pet-virtualenv",
 9498 "pretty_assertions",
 9499 "project",
 9500 "regex",
 9501 "rope",
 9502 "semver",
 9503 "serde",
 9504 "serde_json",
 9505 "serde_json_lenient",
 9506 "settings",
 9507 "smallvec",
 9508 "smol",
 9509 "snippet",
 9510 "task",
 9511 "terminal",
 9512 "theme",
 9513 "tree-sitter",
 9514 "tree-sitter-bash",
 9515 "tree-sitter-c",
 9516 "tree-sitter-cpp",
 9517 "tree-sitter-css",
 9518 "tree-sitter-gitcommit",
 9519 "tree-sitter-go",
 9520 "tree-sitter-python",
 9521 "tree-sitter-rust",
 9522 "tree-sitter-typescript",
 9523 "unindent",
 9524 "url",
 9525 "util",
 9526]
 9527
 9528[[package]]
 9529name = "lazy_static"
 9530version = "1.5.0"
 9531source = "registry+https://github.com/rust-lang/crates.io-index"
 9532checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 9533dependencies = [
 9534 "spin 0.9.8",
 9535]
 9536
 9537[[package]]
 9538name = "leak"
 9539version = "0.1.2"
 9540source = "registry+https://github.com/rust-lang/crates.io-index"
 9541checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 9542
 9543[[package]]
 9544name = "leaky-cow"
 9545version = "0.1.1"
 9546source = "registry+https://github.com/rust-lang/crates.io-index"
 9547checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 9548dependencies = [
 9549 "leak",
 9550]
 9551
 9552[[package]]
 9553name = "leb128"
 9554version = "0.2.5"
 9555source = "registry+https://github.com/rust-lang/crates.io-index"
 9556checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 9557
 9558[[package]]
 9559name = "leb128fmt"
 9560version = "0.1.0"
 9561source = "registry+https://github.com/rust-lang/crates.io-index"
 9562checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 9563
 9564[[package]]
 9565name = "lebe"
 9566version = "0.5.3"
 9567source = "registry+https://github.com/rust-lang/crates.io-index"
 9568checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
 9569
 9570[[package]]
 9571name = "libbz2-rs-sys"
 9572version = "0.2.2"
 9573source = "registry+https://github.com/rust-lang/crates.io-index"
 9574checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
 9575
 9576[[package]]
 9577name = "libc"
 9578version = "0.2.182"
 9579source = "registry+https://github.com/rust-lang/crates.io-index"
 9580checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
 9581
 9582[[package]]
 9583name = "libdbus-sys"
 9584version = "0.2.6"
 9585source = "registry+https://github.com/rust-lang/crates.io-index"
 9586checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
 9587dependencies = [
 9588 "cc",
 9589 "pkg-config",
 9590]
 9591
 9592[[package]]
 9593name = "libfuzzer-sys"
 9594version = "0.4.10"
 9595source = "registry+https://github.com/rust-lang/crates.io-index"
 9596checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
 9597dependencies = [
 9598 "arbitrary",
 9599 "cc",
 9600]
 9601
 9602[[package]]
 9603name = "libgit2-sys"
 9604version = "0.18.3+1.9.2"
 9605source = "registry+https://github.com/rust-lang/crates.io-index"
 9606checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
 9607dependencies = [
 9608 "cc",
 9609 "libc",
 9610 "libz-sys",
 9611 "pkg-config",
 9612]
 9613
 9614[[package]]
 9615name = "libloading"
 9616version = "0.8.9"
 9617source = "registry+https://github.com/rust-lang/crates.io-index"
 9618checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
 9619dependencies = [
 9620 "cfg-if",
 9621 "windows-link 0.2.1",
 9622]
 9623
 9624[[package]]
 9625name = "libm"
 9626version = "0.2.15"
 9627source = "registry+https://github.com/rust-lang/crates.io-index"
 9628checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
 9629
 9630[[package]]
 9631name = "libmimalloc-sys"
 9632version = "0.1.44"
 9633source = "registry+https://github.com/rust-lang/crates.io-index"
 9634checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
 9635dependencies = [
 9636 "cc",
 9637 "libc",
 9638]
 9639
 9640[[package]]
 9641name = "libredox"
 9642version = "0.1.10"
 9643source = "registry+https://github.com/rust-lang/crates.io-index"
 9644checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
 9645dependencies = [
 9646 "bitflags 2.10.0",
 9647 "libc",
 9648 "redox_syscall 0.5.18",
 9649]
 9650
 9651[[package]]
 9652name = "libsqlite3-sys"
 9653version = "0.30.1"
 9654source = "registry+https://github.com/rust-lang/crates.io-index"
 9655checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9656dependencies = [
 9657 "cc",
 9658 "pkg-config",
 9659 "vcpkg",
 9660]
 9661
 9662[[package]]
 9663name = "libwebrtc"
 9664version = "0.3.26"
 9665source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9666dependencies = [
 9667 "cxx",
 9668 "glib",
 9669 "jni",
 9670 "js-sys",
 9671 "lazy_static",
 9672 "livekit-protocol",
 9673 "livekit-runtime",
 9674 "log",
 9675 "parking_lot",
 9676 "serde",
 9677 "serde_json",
 9678 "thiserror 1.0.69",
 9679 "tokio",
 9680 "wasm-bindgen",
 9681 "wasm-bindgen-futures",
 9682 "web-sys",
 9683 "webrtc-sys",
 9684]
 9685
 9686[[package]]
 9687name = "libz-sys"
 9688version = "1.1.22"
 9689source = "registry+https://github.com/rust-lang/crates.io-index"
 9690checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9691dependencies = [
 9692 "cc",
 9693 "libc",
 9694 "pkg-config",
 9695 "vcpkg",
 9696]
 9697
 9698[[package]]
 9699name = "line_ending_selector"
 9700version = "0.1.0"
 9701dependencies = [
 9702 "editor",
 9703 "gpui",
 9704 "language",
 9705 "picker",
 9706 "project",
 9707 "ui",
 9708 "util",
 9709 "workspace",
 9710]
 9711
 9712[[package]]
 9713name = "linebender_resource_handle"
 9714version = "0.1.1"
 9715source = "registry+https://github.com/rust-lang/crates.io-index"
 9716checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
 9717
 9718[[package]]
 9719name = "link-cplusplus"
 9720version = "1.0.12"
 9721source = "registry+https://github.com/rust-lang/crates.io-index"
 9722checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
 9723dependencies = [
 9724 "cc",
 9725]
 9726
 9727[[package]]
 9728name = "linkify"
 9729version = "0.10.0"
 9730source = "registry+https://github.com/rust-lang/crates.io-index"
 9731checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9732dependencies = [
 9733 "memchr",
 9734]
 9735
 9736[[package]]
 9737name = "linux-raw-sys"
 9738version = "0.4.15"
 9739source = "registry+https://github.com/rust-lang/crates.io-index"
 9740checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9741
 9742[[package]]
 9743name = "linux-raw-sys"
 9744version = "0.11.0"
 9745source = "registry+https://github.com/rust-lang/crates.io-index"
 9746checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
 9747
 9748[[package]]
 9749name = "litemap"
 9750version = "0.8.0"
 9751source = "registry+https://github.com/rust-lang/crates.io-index"
 9752checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
 9753
 9754[[package]]
 9755name = "litrs"
 9756version = "1.0.0"
 9757source = "registry+https://github.com/rust-lang/crates.io-index"
 9758checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
 9759
 9760[[package]]
 9761name = "livekit"
 9762version = "0.7.32"
 9763source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9764dependencies = [
 9765 "base64 0.22.1",
 9766 "bmrng",
 9767 "bytes 1.11.1",
 9768 "chrono",
 9769 "futures-util",
 9770 "lazy_static",
 9771 "libloading",
 9772 "libwebrtc",
 9773 "livekit-api",
 9774 "livekit-protocol",
 9775 "livekit-runtime",
 9776 "log",
 9777 "parking_lot",
 9778 "prost 0.12.6",
 9779 "semver",
 9780 "serde",
 9781 "serde_json",
 9782 "thiserror 1.0.69",
 9783 "tokio",
 9784]
 9785
 9786[[package]]
 9787name = "livekit-api"
 9788version = "0.4.14"
 9789source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9790dependencies = [
 9791 "base64 0.21.7",
 9792 "futures-util",
 9793 "http 1.3.1",
 9794 "livekit-protocol",
 9795 "livekit-runtime",
 9796 "log",
 9797 "parking_lot",
 9798 "pbjson-types",
 9799 "prost 0.12.6",
 9800 "rand 0.9.2",
 9801 "reqwest 0.12.24",
 9802 "rustls-native-certs 0.6.3",
 9803 "scopeguard",
 9804 "serde",
 9805 "sha2",
 9806 "thiserror 1.0.69",
 9807 "tokio",
 9808 "tokio-rustls 0.26.2",
 9809 "tokio-tungstenite 0.28.0",
 9810 "url",
 9811]
 9812
 9813[[package]]
 9814name = "livekit-protocol"
 9815version = "0.7.1"
 9816source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9817dependencies = [
 9818 "futures-util",
 9819 "livekit-runtime",
 9820 "parking_lot",
 9821 "pbjson",
 9822 "pbjson-types",
 9823 "prost 0.12.6",
 9824 "serde",
 9825 "thiserror 1.0.69",
 9826 "tokio",
 9827]
 9828
 9829[[package]]
 9830name = "livekit-runtime"
 9831version = "0.4.0"
 9832source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9833dependencies = [
 9834 "tokio",
 9835 "tokio-stream",
 9836]
 9837
 9838[[package]]
 9839name = "livekit_api"
 9840version = "0.1.0"
 9841dependencies = [
 9842 "anyhow",
 9843 "async-trait",
 9844 "jsonwebtoken",
 9845 "log",
 9846 "prost 0.9.0",
 9847 "prost-build 0.9.0",
 9848 "prost-types 0.9.0",
 9849 "serde",
 9850 "zed-reqwest",
 9851]
 9852
 9853[[package]]
 9854name = "livekit_client"
 9855version = "0.1.0"
 9856dependencies = [
 9857 "anyhow",
 9858 "async-trait",
 9859 "audio",
 9860 "cocoa 0.26.0",
 9861 "collections",
 9862 "core-foundation 0.10.0",
 9863 "core-video",
 9864 "coreaudio-rs 0.12.1",
 9865 "cpal",
 9866 "futures 0.3.31",
 9867 "gpui",
 9868 "gpui_platform",
 9869 "gpui_tokio",
 9870 "http_client_tls",
 9871 "image",
 9872 "libwebrtc",
 9873 "livekit",
 9874 "livekit_api",
 9875 "log",
 9876 "nanoid",
 9877 "objc",
 9878 "parking_lot",
 9879 "postage",
 9880 "rodio",
 9881 "serde",
 9882 "serde_json",
 9883 "serde_urlencoded",
 9884 "settings",
 9885 "simplelog",
 9886 "smallvec",
 9887 "tokio",
 9888 "ui",
 9889 "util",
 9890 "webrtc-sys",
 9891 "zed-scap",
 9892]
 9893
 9894[[package]]
 9895name = "lmdb-master-sys"
 9896version = "0.2.5"
 9897source = "registry+https://github.com/rust-lang/crates.io-index"
 9898checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
 9899dependencies = [
 9900 "cc",
 9901 "doxygen-rs",
 9902 "libc",
 9903]
 9904
 9905[[package]]
 9906name = "lmstudio"
 9907version = "0.1.0"
 9908dependencies = [
 9909 "anyhow",
 9910 "futures 0.3.31",
 9911 "http_client",
 9912 "schemars",
 9913 "serde",
 9914 "serde_json",
 9915]
 9916
 9917[[package]]
 9918name = "lock_api"
 9919version = "0.4.14"
 9920source = "registry+https://github.com/rust-lang/crates.io-index"
 9921checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
 9922dependencies = [
 9923 "scopeguard",
 9924]
 9925
 9926[[package]]
 9927name = "log"
 9928version = "0.4.29"
 9929source = "registry+https://github.com/rust-lang/crates.io-index"
 9930checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
 9931dependencies = [
 9932 "serde_core",
 9933 "value-bag",
 9934]
 9935
 9936[[package]]
 9937name = "loom"
 9938version = "0.7.2"
 9939source = "registry+https://github.com/rust-lang/crates.io-index"
 9940checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
 9941dependencies = [
 9942 "cfg-if",
 9943 "generator",
 9944 "scoped-tls",
 9945 "tracing",
 9946 "tracing-subscriber",
 9947]
 9948
 9949[[package]]
 9950name = "loop9"
 9951version = "0.1.5"
 9952source = "registry+https://github.com/rust-lang/crates.io-index"
 9953checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
 9954dependencies = [
 9955 "imgref",
 9956]
 9957
 9958[[package]]
 9959name = "lru"
 9960version = "0.12.5"
 9961source = "registry+https://github.com/rust-lang/crates.io-index"
 9962checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
 9963dependencies = [
 9964 "hashbrown 0.15.5",
 9965]
 9966
 9967[[package]]
 9968name = "lru-slab"
 9969version = "0.1.2"
 9970source = "registry+https://github.com/rust-lang/crates.io-index"
 9971checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
 9972
 9973[[package]]
 9974name = "lsp"
 9975version = "0.1.0"
 9976dependencies = [
 9977 "anyhow",
 9978 "async-pipe",
 9979 "collections",
 9980 "ctor",
 9981 "futures 0.3.31",
 9982 "gpui",
 9983 "gpui_util",
 9984 "log",
 9985 "lsp-types",
 9986 "parking_lot",
 9987 "postage",
 9988 "release_channel",
 9989 "schemars",
 9990 "semver",
 9991 "serde",
 9992 "serde_json",
 9993 "smol",
 9994 "util",
 9995 "zlog",
 9996]
 9997
 9998[[package]]
 9999name = "lsp-types"
10000version = "0.95.1"
10001source = "git+https://github.com/zed-industries/lsp-types?rev=a4f410987660bf560d1e617cb78117c6b6b9f599#a4f410987660bf560d1e617cb78117c6b6b9f599"
10002dependencies = [
10003 "bitflags 1.3.2",
10004 "serde",
10005 "serde_json",
10006 "url",
10007]
10008
10009[[package]]
10010name = "lyon"
10011version = "1.0.16"
10012source = "registry+https://github.com/rust-lang/crates.io-index"
10013checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10014dependencies = [
10015 "lyon_algorithms",
10016 "lyon_extra",
10017 "lyon_tessellation",
10018]
10019
10020[[package]]
10021name = "lyon_algorithms"
10022version = "1.0.16"
10023source = "registry+https://github.com/rust-lang/crates.io-index"
10024checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10025dependencies = [
10026 "lyon_path",
10027 "num-traits",
10028]
10029
10030[[package]]
10031name = "lyon_extra"
10032version = "1.0.3"
10033source = "registry+https://github.com/rust-lang/crates.io-index"
10034checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10035dependencies = [
10036 "lyon_path",
10037 "thiserror 1.0.69",
10038]
10039
10040[[package]]
10041name = "lyon_geom"
10042version = "1.0.17"
10043source = "registry+https://github.com/rust-lang/crates.io-index"
10044checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10045dependencies = [
10046 "arrayvec",
10047 "euclid",
10048 "num-traits",
10049]
10050
10051[[package]]
10052name = "lyon_path"
10053version = "1.0.16"
10054source = "registry+https://github.com/rust-lang/crates.io-index"
10055checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10056dependencies = [
10057 "lyon_geom",
10058 "num-traits",
10059]
10060
10061[[package]]
10062name = "lyon_tessellation"
10063version = "1.0.16"
10064source = "registry+https://github.com/rust-lang/crates.io-index"
10065checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10066dependencies = [
10067 "float_next_after",
10068 "lyon_path",
10069 "num-traits",
10070]
10071
10072[[package]]
10073name = "mac"
10074version = "0.1.1"
10075source = "registry+https://github.com/rust-lang/crates.io-index"
10076checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10077
10078[[package]]
10079name = "mach2"
10080version = "0.4.3"
10081source = "registry+https://github.com/rust-lang/crates.io-index"
10082checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10083dependencies = [
10084 "libc",
10085]
10086
10087[[package]]
10088name = "mach2"
10089version = "0.5.0"
10090source = "registry+https://github.com/rust-lang/crates.io-index"
10091checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10092dependencies = [
10093 "libc",
10094]
10095
10096[[package]]
10097name = "malloc_buf"
10098version = "0.0.6"
10099source = "registry+https://github.com/rust-lang/crates.io-index"
10100checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10101dependencies = [
10102 "libc",
10103]
10104
10105[[package]]
10106name = "maplit"
10107version = "1.0.2"
10108source = "registry+https://github.com/rust-lang/crates.io-index"
10109checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10110
10111[[package]]
10112name = "markdown"
10113version = "0.1.0"
10114dependencies = [
10115 "anyhow",
10116 "assets",
10117 "base64 0.22.1",
10118 "collections",
10119 "env_logger 0.11.8",
10120 "fs",
10121 "futures 0.3.31",
10122 "gpui",
10123 "gpui_platform",
10124 "html5ever 0.27.0",
10125 "language",
10126 "languages",
10127 "linkify",
10128 "log",
10129 "markup5ever_rcdom",
10130 "mermaid-rs-renderer",
10131 "node_runtime",
10132 "pulldown-cmark 0.13.0",
10133 "settings",
10134 "stacksafe",
10135 "sum_tree",
10136 "theme",
10137 "theme_settings",
10138 "ui",
10139 "util",
10140]
10141
10142[[package]]
10143name = "markdown_preview"
10144version = "0.1.0"
10145dependencies = [
10146 "anyhow",
10147 "editor",
10148 "gpui",
10149 "language",
10150 "log",
10151 "markdown",
10152 "settings",
10153 "tempfile",
10154 "theme_settings",
10155 "ui",
10156 "urlencoding",
10157 "util",
10158 "workspace",
10159 "zed_actions",
10160]
10161
10162[[package]]
10163name = "markup5ever"
10164version = "0.12.1"
10165source = "registry+https://github.com/rust-lang/crates.io-index"
10166checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10167dependencies = [
10168 "log",
10169 "phf 0.11.3",
10170 "phf_codegen",
10171 "string_cache",
10172 "string_cache_codegen",
10173 "tendril",
10174]
10175
10176[[package]]
10177name = "markup5ever"
10178version = "0.35.0"
10179source = "registry+https://github.com/rust-lang/crates.io-index"
10180checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10181dependencies = [
10182 "log",
10183 "tendril",
10184 "web_atoms",
10185]
10186
10187[[package]]
10188name = "markup5ever_rcdom"
10189version = "0.3.0"
10190source = "registry+https://github.com/rust-lang/crates.io-index"
10191checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10192dependencies = [
10193 "html5ever 0.27.0",
10194 "markup5ever 0.12.1",
10195 "tendril",
10196 "xml5ever",
10197]
10198
10199[[package]]
10200name = "match_token"
10201version = "0.35.0"
10202source = "registry+https://github.com/rust-lang/crates.io-index"
10203checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10204dependencies = [
10205 "proc-macro2",
10206 "quote",
10207 "syn 2.0.117",
10208]
10209
10210[[package]]
10211name = "matchers"
10212version = "0.2.0"
10213source = "registry+https://github.com/rust-lang/crates.io-index"
10214checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10215dependencies = [
10216 "regex-automata",
10217]
10218
10219[[package]]
10220name = "matchit"
10221version = "0.7.3"
10222source = "registry+https://github.com/rust-lang/crates.io-index"
10223checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10224
10225[[package]]
10226name = "maybe-owned"
10227version = "0.3.4"
10228source = "registry+https://github.com/rust-lang/crates.io-index"
10229checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10230
10231[[package]]
10232name = "maybe-rayon"
10233version = "0.1.1"
10234source = "registry+https://github.com/rust-lang/crates.io-index"
10235checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10236dependencies = [
10237 "cfg-if",
10238 "rayon",
10239]
10240
10241[[package]]
10242name = "md-5"
10243version = "0.10.6"
10244source = "registry+https://github.com/rust-lang/crates.io-index"
10245checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10246dependencies = [
10247 "cfg-if",
10248 "digest",
10249]
10250
10251[[package]]
10252name = "mdbook"
10253version = "0.4.40"
10254source = "registry+https://github.com/rust-lang/crates.io-index"
10255checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10256dependencies = [
10257 "ammonia",
10258 "anyhow",
10259 "chrono",
10260 "clap",
10261 "clap_complete",
10262 "elasticlunr-rs",
10263 "env_logger 0.11.8",
10264 "futures-util",
10265 "handlebars 5.1.2",
10266 "ignore",
10267 "log",
10268 "memchr",
10269 "notify 6.1.1",
10270 "notify-debouncer-mini",
10271 "once_cell",
10272 "opener",
10273 "pathdiff",
10274 "pulldown-cmark 0.10.3",
10275 "regex",
10276 "serde",
10277 "serde_json",
10278 "shlex",
10279 "tempfile",
10280 "tokio",
10281 "toml 0.5.11",
10282 "topological-sort",
10283 "walkdir",
10284 "warp",
10285]
10286
10287[[package]]
10288name = "media"
10289version = "0.1.0"
10290dependencies = [
10291 "anyhow",
10292 "bindgen 0.71.1",
10293 "core-foundation 0.10.0",
10294 "core-video",
10295 "ctor",
10296 "foreign-types 0.5.0",
10297 "metal",
10298 "objc",
10299]
10300
10301[[package]]
10302name = "memchr"
10303version = "2.7.6"
10304source = "registry+https://github.com/rust-lang/crates.io-index"
10305checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10306
10307[[package]]
10308name = "memfd"
10309version = "0.6.5"
10310source = "registry+https://github.com/rust-lang/crates.io-index"
10311checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10312dependencies = [
10313 "rustix 1.1.2",
10314]
10315
10316[[package]]
10317name = "memmap2"
10318version = "0.9.8"
10319source = "registry+https://github.com/rust-lang/crates.io-index"
10320checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10321dependencies = [
10322 "libc",
10323 "stable_deref_trait",
10324]
10325
10326[[package]]
10327name = "memoffset"
10328version = "0.9.1"
10329source = "registry+https://github.com/rust-lang/crates.io-index"
10330checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10331dependencies = [
10332 "autocfg",
10333]
10334
10335[[package]]
10336name = "menu"
10337version = "0.1.0"
10338dependencies = [
10339 "gpui",
10340]
10341
10342[[package]]
10343name = "merge"
10344version = "0.1.0"
10345source = "registry+https://github.com/rust-lang/crates.io-index"
10346checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10347dependencies = [
10348 "merge_derive",
10349 "num-traits",
10350]
10351
10352[[package]]
10353name = "merge_derive"
10354version = "0.1.0"
10355source = "registry+https://github.com/rust-lang/crates.io-index"
10356checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10357dependencies = [
10358 "proc-macro-error",
10359 "proc-macro2",
10360 "quote",
10361 "syn 1.0.109",
10362]
10363
10364[[package]]
10365name = "mermaid-rs-renderer"
10366version = "0.2.0"
10367source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10368dependencies = [
10369 "anyhow",
10370 "fontdb 0.16.2",
10371 "json5",
10372 "once_cell",
10373 "regex",
10374 "serde",
10375 "serde_json",
10376 "thiserror 2.0.17",
10377 "ttf-parser 0.20.0",
10378]
10379
10380[[package]]
10381name = "metal"
10382version = "0.33.0"
10383source = "registry+https://github.com/rust-lang/crates.io-index"
10384checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10385dependencies = [
10386 "bitflags 2.10.0",
10387 "block",
10388 "core-graphics-types 0.2.0",
10389 "foreign-types 0.5.0",
10390 "log",
10391 "objc",
10392 "paste",
10393]
10394
10395[[package]]
10396name = "migrator"
10397version = "0.1.0"
10398dependencies = [
10399 "anyhow",
10400 "collections",
10401 "convert_case 0.8.0",
10402 "log",
10403 "pretty_assertions",
10404 "serde_json",
10405 "serde_json_lenient",
10406 "settings_content",
10407 "settings_json",
10408 "streaming-iterator",
10409 "tree-sitter",
10410 "tree-sitter-json",
10411 "unindent",
10412]
10413
10414[[package]]
10415name = "mimalloc"
10416version = "0.1.48"
10417source = "registry+https://github.com/rust-lang/crates.io-index"
10418checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10419dependencies = [
10420 "libmimalloc-sys",
10421]
10422
10423[[package]]
10424name = "mime"
10425version = "0.3.17"
10426source = "registry+https://github.com/rust-lang/crates.io-index"
10427checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10428
10429[[package]]
10430name = "mime_guess"
10431version = "2.0.5"
10432source = "registry+https://github.com/rust-lang/crates.io-index"
10433checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10434dependencies = [
10435 "mime",
10436 "unicase",
10437]
10438
10439[[package]]
10440name = "minidump-common"
10441version = "0.26.1"
10442source = "registry+https://github.com/rust-lang/crates.io-index"
10443checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10444dependencies = [
10445 "bitflags 2.10.0",
10446 "debugid",
10447 "num-derive",
10448 "num-traits",
10449 "range-map",
10450 "scroll",
10451 "smart-default",
10452]
10453
10454[[package]]
10455name = "minidump-writer"
10456version = "0.11.0"
10457source = "registry+https://github.com/rust-lang/crates.io-index"
10458checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10459dependencies = [
10460 "bitflags 2.10.0",
10461 "byteorder",
10462 "cfg-if",
10463 "crash-context",
10464 "error-graph",
10465 "failspot",
10466 "goblin",
10467 "libc",
10468 "log",
10469 "mach2 0.4.3",
10470 "memmap2",
10471 "memoffset",
10472 "minidump-common",
10473 "nix 0.29.0",
10474 "procfs-core",
10475 "scroll",
10476 "serde",
10477 "serde_json",
10478 "tempfile",
10479 "thiserror 2.0.17",
10480]
10481
10482[[package]]
10483name = "minidumper"
10484version = "0.9.0"
10485source = "registry+https://github.com/rust-lang/crates.io-index"
10486checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10487dependencies = [
10488 "cfg-if",
10489 "crash-context",
10490 "libc",
10491 "log",
10492 "minidump-writer",
10493 "parking_lot",
10494 "polling",
10495 "scroll",
10496 "thiserror 2.0.17",
10497 "uds",
10498]
10499
10500[[package]]
10501name = "minimal-lexical"
10502version = "0.2.1"
10503source = "registry+https://github.com/rust-lang/crates.io-index"
10504checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10505
10506[[package]]
10507name = "miniprofiler_ui"
10508version = "0.1.0"
10509dependencies = [
10510 "gpui",
10511 "rpc",
10512 "serde_json",
10513 "smol",
10514 "theme_settings",
10515 "util",
10516 "workspace",
10517 "zed_actions",
10518]
10519
10520[[package]]
10521name = "miniz_oxide"
10522version = "0.8.9"
10523source = "registry+https://github.com/rust-lang/crates.io-index"
10524checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10525dependencies = [
10526 "adler2",
10527 "simd-adler32",
10528]
10529
10530[[package]]
10531name = "mio"
10532version = "0.8.11"
10533source = "registry+https://github.com/rust-lang/crates.io-index"
10534checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10535dependencies = [
10536 "libc",
10537 "log",
10538 "wasi",
10539 "windows-sys 0.48.0",
10540]
10541
10542[[package]]
10543name = "mio"
10544version = "1.1.0"
10545source = "registry+https://github.com/rust-lang/crates.io-index"
10546checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10547dependencies = [
10548 "libc",
10549 "log",
10550 "wasi",
10551 "windows-sys 0.61.2",
10552]
10553
10554[[package]]
10555name = "miow"
10556version = "0.6.1"
10557source = "registry+https://github.com/rust-lang/crates.io-index"
10558checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10559dependencies = [
10560 "windows-sys 0.61.2",
10561]
10562
10563[[package]]
10564name = "mistral"
10565version = "0.1.0"
10566dependencies = [
10567 "anyhow",
10568 "futures 0.3.31",
10569 "http_client",
10570 "schemars",
10571 "serde",
10572 "serde_json",
10573 "strum 0.27.2",
10574]
10575
10576[[package]]
10577name = "moka"
10578version = "0.12.11"
10579source = "registry+https://github.com/rust-lang/crates.io-index"
10580checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10581dependencies = [
10582 "crossbeam-channel",
10583 "crossbeam-epoch",
10584 "crossbeam-utils",
10585 "equivalent",
10586 "parking_lot",
10587 "portable-atomic",
10588 "rustc_version",
10589 "smallvec",
10590 "tagptr",
10591 "uuid",
10592]
10593
10594[[package]]
10595name = "moxcms"
10596version = "0.7.7"
10597source = "registry+https://github.com/rust-lang/crates.io-index"
10598checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40"
10599dependencies = [
10600 "num-traits",
10601 "pxfm",
10602]
10603
10604[[package]]
10605name = "msvc_spectre_libs"
10606version = "0.1.3"
10607source = "registry+https://github.com/rust-lang/crates.io-index"
10608checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10609dependencies = [
10610 "cc",
10611]
10612
10613[[package]]
10614name = "multi_buffer"
10615version = "0.1.0"
10616dependencies = [
10617 "anyhow",
10618 "buffer_diff",
10619 "clock",
10620 "collections",
10621 "ctor",
10622 "gpui",
10623 "indoc",
10624 "itertools 0.14.0",
10625 "language",
10626 "log",
10627 "parking_lot",
10628 "pretty_assertions",
10629 "rand 0.9.2",
10630 "rope",
10631 "serde",
10632 "settings",
10633 "smallvec",
10634 "smol",
10635 "sum_tree",
10636 "text",
10637 "theme",
10638 "tracing",
10639 "tree-sitter",
10640 "unicode-segmentation",
10641 "util",
10642 "zlog",
10643 "ztracing",
10644]
10645
10646[[package]]
10647name = "multimap"
10648version = "0.8.3"
10649source = "registry+https://github.com/rust-lang/crates.io-index"
10650checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10651
10652[[package]]
10653name = "naga"
10654version = "29.0.0"
10655source = "registry+https://github.com/rust-lang/crates.io-index"
10656checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8"
10657dependencies = [
10658 "arrayvec",
10659 "bit-set 0.9.1",
10660 "bitflags 2.10.0",
10661 "cfg-if",
10662 "cfg_aliases 0.2.1",
10663 "codespan-reporting",
10664 "half",
10665 "hashbrown 0.16.1",
10666 "hexf-parse",
10667 "indexmap",
10668 "libm",
10669 "log",
10670 "num-traits",
10671 "once_cell",
10672 "rustc-hash 1.1.0",
10673 "thiserror 2.0.17",
10674 "unicode-ident",
10675]
10676
10677[[package]]
10678name = "naga"
10679version = "29.0.0"
10680source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
10681dependencies = [
10682 "arrayvec",
10683 "bit-set 0.9.1",
10684 "bitflags 2.10.0",
10685 "cfg-if",
10686 "cfg_aliases 0.2.1",
10687 "codespan-reporting",
10688 "half",
10689 "hashbrown 0.16.1",
10690 "hexf-parse",
10691 "indexmap",
10692 "libm",
10693 "log",
10694 "num-traits",
10695 "once_cell",
10696 "rustc-hash 1.1.0",
10697 "spirv",
10698 "thiserror 2.0.17",
10699 "unicode-ident",
10700]
10701
10702[[package]]
10703name = "nanoid"
10704version = "0.4.0"
10705source = "registry+https://github.com/rust-lang/crates.io-index"
10706checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10707dependencies = [
10708 "rand 0.8.5",
10709]
10710
10711[[package]]
10712name = "nanorand"
10713version = "0.7.0"
10714source = "registry+https://github.com/rust-lang/crates.io-index"
10715checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10716dependencies = [
10717 "getrandom 0.2.16",
10718]
10719
10720[[package]]
10721name = "native-tls"
10722version = "0.2.14"
10723source = "registry+https://github.com/rust-lang/crates.io-index"
10724checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10725dependencies = [
10726 "libc",
10727 "log",
10728 "openssl",
10729 "openssl-probe",
10730 "openssl-sys",
10731 "schannel",
10732 "security-framework 2.11.1",
10733 "security-framework-sys",
10734 "tempfile",
10735]
10736
10737[[package]]
10738name = "nbformat"
10739version = "1.2.0"
10740source = "registry+https://github.com/rust-lang/crates.io-index"
10741checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10742dependencies = [
10743 "anyhow",
10744 "chrono",
10745 "jupyter-protocol",
10746 "serde",
10747 "serde_json",
10748 "thiserror 1.0.69",
10749 "uuid",
10750]
10751
10752[[package]]
10753name = "nc"
10754version = "0.1.0"
10755dependencies = [
10756 "anyhow",
10757 "futures 0.3.31",
10758 "net",
10759 "smol",
10760]
10761
10762[[package]]
10763name = "ndk"
10764version = "0.9.0"
10765source = "registry+https://github.com/rust-lang/crates.io-index"
10766checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10767dependencies = [
10768 "bitflags 2.10.0",
10769 "jni-sys",
10770 "log",
10771 "ndk-sys",
10772 "num_enum",
10773 "thiserror 1.0.69",
10774]
10775
10776[[package]]
10777name = "ndk-context"
10778version = "0.1.1"
10779source = "registry+https://github.com/rust-lang/crates.io-index"
10780checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10781
10782[[package]]
10783name = "ndk-sys"
10784version = "0.6.0+11769913"
10785source = "registry+https://github.com/rust-lang/crates.io-index"
10786checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10787dependencies = [
10788 "jni-sys",
10789]
10790
10791[[package]]
10792name = "net"
10793version = "0.1.0"
10794dependencies = [
10795 "anyhow",
10796 "async-io",
10797 "smol",
10798 "tempfile",
10799 "windows 0.61.3",
10800]
10801
10802[[package]]
10803name = "new_debug_unreachable"
10804version = "1.0.6"
10805source = "registry+https://github.com/rust-lang/crates.io-index"
10806checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10807
10808[[package]]
10809name = "nix"
10810version = "0.28.0"
10811source = "registry+https://github.com/rust-lang/crates.io-index"
10812checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10813dependencies = [
10814 "bitflags 2.10.0",
10815 "cfg-if",
10816 "cfg_aliases 0.1.1",
10817 "libc",
10818]
10819
10820[[package]]
10821name = "nix"
10822version = "0.29.0"
10823source = "registry+https://github.com/rust-lang/crates.io-index"
10824checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10825dependencies = [
10826 "bitflags 2.10.0",
10827 "cfg-if",
10828 "cfg_aliases 0.2.1",
10829 "libc",
10830]
10831
10832[[package]]
10833name = "nix"
10834version = "0.30.1"
10835source = "registry+https://github.com/rust-lang/crates.io-index"
10836checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10837dependencies = [
10838 "bitflags 2.10.0",
10839 "cfg-if",
10840 "cfg_aliases 0.2.1",
10841 "libc",
10842]
10843
10844[[package]]
10845name = "node_runtime"
10846version = "0.1.0"
10847dependencies = [
10848 "anyhow",
10849 "async-compression",
10850 "async-std",
10851 "async-tar",
10852 "async-trait",
10853 "futures 0.3.31",
10854 "http_client",
10855 "log",
10856 "paths",
10857 "semver",
10858 "serde",
10859 "serde_json",
10860 "smol",
10861 "util",
10862 "watch",
10863 "which 6.0.3",
10864]
10865
10866[[package]]
10867name = "nom"
10868version = "7.1.3"
10869source = "registry+https://github.com/rust-lang/crates.io-index"
10870checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10871dependencies = [
10872 "memchr",
10873 "minimal-lexical",
10874]
10875
10876[[package]]
10877name = "nom"
10878version = "8.0.0"
10879source = "registry+https://github.com/rust-lang/crates.io-index"
10880checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
10881dependencies = [
10882 "memchr",
10883]
10884
10885[[package]]
10886name = "noop_proc_macro"
10887version = "0.3.0"
10888source = "registry+https://github.com/rust-lang/crates.io-index"
10889checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10890
10891[[package]]
10892name = "normpath"
10893version = "1.5.0"
10894source = "registry+https://github.com/rust-lang/crates.io-index"
10895checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
10896dependencies = [
10897 "windows-sys 0.61.2",
10898]
10899
10900[[package]]
10901name = "notifications"
10902version = "0.1.0"
10903dependencies = [
10904 "anyhow",
10905 "channel",
10906 "client",
10907 "component",
10908 "db",
10909 "gpui",
10910 "rpc",
10911 "sum_tree",
10912 "time",
10913 "ui",
10914 "util",
10915 "workspace",
10916 "zed_actions",
10917]
10918
10919[[package]]
10920name = "notify"
10921version = "6.1.1"
10922source = "registry+https://github.com/rust-lang/crates.io-index"
10923checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
10924dependencies = [
10925 "bitflags 2.10.0",
10926 "crossbeam-channel",
10927 "filetime",
10928 "fsevent-sys",
10929 "inotify 0.9.6",
10930 "kqueue",
10931 "libc",
10932 "log",
10933 "mio 0.8.11",
10934 "walkdir",
10935 "windows-sys 0.48.0",
10936]
10937
10938[[package]]
10939name = "notify"
10940version = "8.2.0"
10941source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
10942dependencies = [
10943 "bitflags 2.10.0",
10944 "fsevent-sys",
10945 "inotify 0.11.0",
10946 "kqueue",
10947 "libc",
10948 "log",
10949 "mio 1.1.0",
10950 "notify-types",
10951 "walkdir",
10952 "windows-sys 0.60.2",
10953]
10954
10955[[package]]
10956name = "notify-debouncer-mini"
10957version = "0.4.1"
10958source = "registry+https://github.com/rust-lang/crates.io-index"
10959checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
10960dependencies = [
10961 "crossbeam-channel",
10962 "log",
10963 "notify 6.1.1",
10964]
10965
10966[[package]]
10967name = "notify-types"
10968version = "2.0.0"
10969source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
10970
10971[[package]]
10972name = "ntapi"
10973version = "0.4.1"
10974source = "registry+https://github.com/rust-lang/crates.io-index"
10975checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
10976dependencies = [
10977 "winapi",
10978]
10979
10980[[package]]
10981name = "nu-ansi-term"
10982version = "0.50.3"
10983source = "registry+https://github.com/rust-lang/crates.io-index"
10984checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
10985dependencies = [
10986 "windows-sys 0.61.2",
10987]
10988
10989[[package]]
10990name = "num"
10991version = "0.4.3"
10992source = "registry+https://github.com/rust-lang/crates.io-index"
10993checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
10994dependencies = [
10995 "num-bigint",
10996 "num-complex",
10997 "num-integer",
10998 "num-iter",
10999 "num-rational",
11000 "num-traits",
11001]
11002
11003[[package]]
11004name = "num-bigint"
11005version = "0.4.6"
11006source = "registry+https://github.com/rust-lang/crates.io-index"
11007checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11008dependencies = [
11009 "num-integer",
11010 "num-traits",
11011]
11012
11013[[package]]
11014name = "num-bigint-dig"
11015version = "0.8.6"
11016source = "registry+https://github.com/rust-lang/crates.io-index"
11017checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11018dependencies = [
11019 "lazy_static",
11020 "libm",
11021 "num-integer",
11022 "num-iter",
11023 "num-traits",
11024 "rand 0.8.5",
11025 "smallvec",
11026 "zeroize",
11027]
11028
11029[[package]]
11030name = "num-bigint-dig"
11031version = "0.9.1"
11032source = "registry+https://github.com/rust-lang/crates.io-index"
11033checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11034dependencies = [
11035 "libm",
11036 "num-integer",
11037 "num-iter",
11038 "num-traits",
11039 "once_cell",
11040 "rand 0.9.2",
11041 "serde",
11042 "smallvec",
11043 "zeroize",
11044]
11045
11046[[package]]
11047name = "num-cmp"
11048version = "0.1.0"
11049source = "registry+https://github.com/rust-lang/crates.io-index"
11050checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11051
11052[[package]]
11053name = "num-complex"
11054version = "0.4.6"
11055source = "registry+https://github.com/rust-lang/crates.io-index"
11056checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11057dependencies = [
11058 "bytemuck",
11059 "num-traits",
11060]
11061
11062[[package]]
11063name = "num-conv"
11064version = "0.2.0"
11065source = "registry+https://github.com/rust-lang/crates.io-index"
11066checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11067
11068[[package]]
11069name = "num-derive"
11070version = "0.4.2"
11071source = "registry+https://github.com/rust-lang/crates.io-index"
11072checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11073dependencies = [
11074 "proc-macro2",
11075 "quote",
11076 "syn 2.0.117",
11077]
11078
11079[[package]]
11080name = "num-format"
11081version = "0.4.4"
11082source = "registry+https://github.com/rust-lang/crates.io-index"
11083checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11084dependencies = [
11085 "arrayvec",
11086 "itoa",
11087]
11088
11089[[package]]
11090name = "num-integer"
11091version = "0.1.46"
11092source = "registry+https://github.com/rust-lang/crates.io-index"
11093checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11094dependencies = [
11095 "num-traits",
11096]
11097
11098[[package]]
11099name = "num-iter"
11100version = "0.1.45"
11101source = "registry+https://github.com/rust-lang/crates.io-index"
11102checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11103dependencies = [
11104 "autocfg",
11105 "num-integer",
11106 "num-traits",
11107]
11108
11109[[package]]
11110name = "num-rational"
11111version = "0.4.2"
11112source = "registry+https://github.com/rust-lang/crates.io-index"
11113checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11114dependencies = [
11115 "num-bigint",
11116 "num-integer",
11117 "num-traits",
11118]
11119
11120[[package]]
11121name = "num-traits"
11122version = "0.2.19"
11123source = "registry+https://github.com/rust-lang/crates.io-index"
11124checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11125dependencies = [
11126 "autocfg",
11127 "libm",
11128]
11129
11130[[package]]
11131name = "num_cpus"
11132version = "1.17.0"
11133source = "registry+https://github.com/rust-lang/crates.io-index"
11134checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11135dependencies = [
11136 "hermit-abi",
11137 "libc",
11138]
11139
11140[[package]]
11141name = "num_enum"
11142version = "0.7.4"
11143source = "registry+https://github.com/rust-lang/crates.io-index"
11144checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11145dependencies = [
11146 "num_enum_derive",
11147 "rustversion",
11148]
11149
11150[[package]]
11151name = "num_enum_derive"
11152version = "0.7.4"
11153source = "registry+https://github.com/rust-lang/crates.io-index"
11154checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11155dependencies = [
11156 "proc-macro-crate",
11157 "proc-macro2",
11158 "quote",
11159 "syn 2.0.117",
11160]
11161
11162[[package]]
11163name = "num_threads"
11164version = "0.1.7"
11165source = "registry+https://github.com/rust-lang/crates.io-index"
11166checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11167dependencies = [
11168 "libc",
11169]
11170
11171[[package]]
11172name = "nvim-rs"
11173version = "0.9.2"
11174source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11175dependencies = [
11176 "async-trait",
11177 "futures 0.3.31",
11178 "log",
11179 "rmp",
11180 "rmpv",
11181 "tokio",
11182 "tokio-util",
11183]
11184
11185[[package]]
11186name = "objc"
11187version = "0.2.7"
11188source = "registry+https://github.com/rust-lang/crates.io-index"
11189checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11190dependencies = [
11191 "malloc_buf",
11192 "objc_exception",
11193]
11194
11195[[package]]
11196name = "objc-foundation"
11197version = "0.1.1"
11198source = "registry+https://github.com/rust-lang/crates.io-index"
11199checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11200dependencies = [
11201 "block",
11202 "objc",
11203 "objc_id",
11204]
11205
11206[[package]]
11207name = "objc2"
11208version = "0.6.3"
11209source = "registry+https://github.com/rust-lang/crates.io-index"
11210checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11211dependencies = [
11212 "objc2-encode",
11213]
11214
11215[[package]]
11216name = "objc2-app-kit"
11217version = "0.3.1"
11218source = "registry+https://github.com/rust-lang/crates.io-index"
11219checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
11220dependencies = [
11221 "objc2",
11222 "objc2-foundation",
11223]
11224
11225[[package]]
11226name = "objc2-audio-toolbox"
11227version = "0.3.2"
11228source = "registry+https://github.com/rust-lang/crates.io-index"
11229checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
11230dependencies = [
11231 "bitflags 2.10.0",
11232 "libc",
11233 "objc2",
11234 "objc2-core-audio",
11235 "objc2-core-audio-types",
11236 "objc2-core-foundation",
11237 "objc2-foundation",
11238]
11239
11240[[package]]
11241name = "objc2-avf-audio"
11242version = "0.3.2"
11243source = "registry+https://github.com/rust-lang/crates.io-index"
11244checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
11245dependencies = [
11246 "objc2",
11247 "objc2-foundation",
11248]
11249
11250[[package]]
11251name = "objc2-core-audio"
11252version = "0.3.2"
11253source = "registry+https://github.com/rust-lang/crates.io-index"
11254checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
11255dependencies = [
11256 "dispatch2",
11257 "objc2",
11258 "objc2-core-audio-types",
11259 "objc2-core-foundation",
11260 "objc2-foundation",
11261]
11262
11263[[package]]
11264name = "objc2-core-audio-types"
11265version = "0.3.2"
11266source = "registry+https://github.com/rust-lang/crates.io-index"
11267checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11268dependencies = [
11269 "bitflags 2.10.0",
11270 "objc2",
11271]
11272
11273[[package]]
11274name = "objc2-core-foundation"
11275version = "0.3.2"
11276source = "registry+https://github.com/rust-lang/crates.io-index"
11277checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11278dependencies = [
11279 "bitflags 2.10.0",
11280 "block2",
11281 "dispatch2",
11282 "libc",
11283 "objc2",
11284]
11285
11286[[package]]
11287name = "objc2-encode"
11288version = "4.1.0"
11289source = "registry+https://github.com/rust-lang/crates.io-index"
11290checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11291
11292[[package]]
11293name = "objc2-foundation"
11294version = "0.3.2"
11295source = "registry+https://github.com/rust-lang/crates.io-index"
11296checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
11297dependencies = [
11298 "bitflags 2.10.0",
11299 "block2",
11300 "libc",
11301 "objc2",
11302 "objc2-core-foundation",
11303]
11304
11305[[package]]
11306name = "objc2-io-kit"
11307version = "0.3.2"
11308source = "registry+https://github.com/rust-lang/crates.io-index"
11309checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11310dependencies = [
11311 "libc",
11312 "objc2-core-foundation",
11313]
11314
11315[[package]]
11316name = "objc2-metal"
11317version = "0.3.2"
11318source = "registry+https://github.com/rust-lang/crates.io-index"
11319checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
11320dependencies = [
11321 "bitflags 2.10.0",
11322 "block2",
11323 "dispatch2",
11324 "objc2",
11325 "objc2-core-foundation",
11326 "objc2-foundation",
11327]
11328
11329[[package]]
11330name = "objc2-quartz-core"
11331version = "0.3.2"
11332source = "registry+https://github.com/rust-lang/crates.io-index"
11333checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
11334dependencies = [
11335 "bitflags 2.10.0",
11336 "objc2",
11337 "objc2-core-foundation",
11338 "objc2-foundation",
11339 "objc2-metal",
11340]
11341
11342[[package]]
11343name = "objc_exception"
11344version = "0.1.2"
11345source = "registry+https://github.com/rust-lang/crates.io-index"
11346checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11347dependencies = [
11348 "cc",
11349]
11350
11351[[package]]
11352name = "objc_id"
11353version = "0.1.1"
11354source = "registry+https://github.com/rust-lang/crates.io-index"
11355checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11356dependencies = [
11357 "objc",
11358]
11359
11360[[package]]
11361name = "object"
11362version = "0.37.3"
11363source = "registry+https://github.com/rust-lang/crates.io-index"
11364checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11365dependencies = [
11366 "crc32fast",
11367 "hashbrown 0.15.5",
11368 "indexmap",
11369 "memchr",
11370]
11371
11372[[package]]
11373name = "ollama"
11374version = "0.1.0"
11375dependencies = [
11376 "anyhow",
11377 "futures 0.3.31",
11378 "http_client",
11379 "schemars",
11380 "serde",
11381 "serde_json",
11382 "settings",
11383]
11384
11385[[package]]
11386name = "onboarding"
11387version = "0.1.0"
11388dependencies = [
11389 "anyhow",
11390 "client",
11391 "component",
11392 "db",
11393 "documented",
11394 "fs",
11395 "fuzzy",
11396 "gpui",
11397 "menu",
11398 "notifications",
11399 "picker",
11400 "project",
11401 "schemars",
11402 "serde",
11403 "settings",
11404 "telemetry",
11405 "theme",
11406 "theme_settings",
11407 "ui",
11408 "util",
11409 "vim_mode_setting",
11410 "workspace",
11411 "zed_actions",
11412 "zlog",
11413]
11414
11415[[package]]
11416name = "once_cell"
11417version = "1.21.3"
11418source = "registry+https://github.com/rust-lang/crates.io-index"
11419checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11420
11421[[package]]
11422name = "once_cell_polyfill"
11423version = "1.70.1"
11424source = "registry+https://github.com/rust-lang/crates.io-index"
11425checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11426
11427[[package]]
11428name = "oo7"
11429version = "0.6.0"
11430source = "registry+https://github.com/rust-lang/crates.io-index"
11431checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11432dependencies = [
11433 "aes",
11434 "ashpd",
11435 "async-fs",
11436 "async-io",
11437 "async-lock 3.4.2",
11438 "blocking",
11439 "cbc",
11440 "cipher",
11441 "digest",
11442 "endi",
11443 "futures-lite 2.6.1",
11444 "futures-util",
11445 "getrandom 0.4.1",
11446 "hkdf",
11447 "hmac",
11448 "md-5",
11449 "num",
11450 "num-bigint-dig 0.9.1",
11451 "pbkdf2 0.12.2",
11452 "serde",
11453 "serde_bytes",
11454 "sha2",
11455 "subtle",
11456 "zbus",
11457 "zbus_macros",
11458 "zeroize",
11459 "zvariant",
11460]
11461
11462[[package]]
11463name = "oorandom"
11464version = "11.1.5"
11465source = "registry+https://github.com/rust-lang/crates.io-index"
11466checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11467
11468[[package]]
11469name = "open"
11470version = "5.3.2"
11471source = "registry+https://github.com/rust-lang/crates.io-index"
11472checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11473dependencies = [
11474 "is-wsl",
11475 "libc",
11476 "pathdiff",
11477]
11478
11479[[package]]
11480name = "open_ai"
11481version = "0.1.0"
11482dependencies = [
11483 "anyhow",
11484 "futures 0.3.31",
11485 "http_client",
11486 "log",
11487 "rand 0.9.2",
11488 "schemars",
11489 "serde",
11490 "serde_json",
11491 "settings",
11492 "strum 0.27.2",
11493 "thiserror 2.0.17",
11494]
11495
11496[[package]]
11497name = "open_path_prompt"
11498version = "0.1.0"
11499dependencies = [
11500 "editor",
11501 "file_icons",
11502 "futures 0.3.31",
11503 "fuzzy",
11504 "gpui",
11505 "picker",
11506 "project",
11507 "schemars",
11508 "serde",
11509 "serde_json",
11510 "settings",
11511 "theme",
11512 "theme_settings",
11513 "ui",
11514 "util",
11515 "workspace",
11516]
11517
11518[[package]]
11519name = "open_router"
11520version = "0.1.0"
11521dependencies = [
11522 "anyhow",
11523 "futures 0.3.31",
11524 "http_client",
11525 "schemars",
11526 "serde",
11527 "serde_json",
11528 "settings",
11529 "strum 0.27.2",
11530 "thiserror 2.0.17",
11531]
11532
11533[[package]]
11534name = "opencode"
11535version = "0.1.0"
11536dependencies = [
11537 "anyhow",
11538 "futures 0.3.31",
11539 "google_ai",
11540 "http_client",
11541 "schemars",
11542 "serde",
11543 "serde_json",
11544 "strum 0.27.2",
11545]
11546
11547[[package]]
11548name = "opener"
11549version = "0.7.2"
11550source = "registry+https://github.com/rust-lang/crates.io-index"
11551checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11552dependencies = [
11553 "bstr",
11554 "dbus",
11555 "normpath",
11556 "windows-sys 0.59.0",
11557]
11558
11559[[package]]
11560name = "openssl"
11561version = "0.10.74"
11562source = "registry+https://github.com/rust-lang/crates.io-index"
11563checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11564dependencies = [
11565 "bitflags 2.10.0",
11566 "cfg-if",
11567 "foreign-types 0.3.2",
11568 "libc",
11569 "once_cell",
11570 "openssl-macros",
11571 "openssl-sys",
11572]
11573
11574[[package]]
11575name = "openssl-macros"
11576version = "0.1.1"
11577source = "registry+https://github.com/rust-lang/crates.io-index"
11578checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11579dependencies = [
11580 "proc-macro2",
11581 "quote",
11582 "syn 2.0.117",
11583]
11584
11585[[package]]
11586name = "openssl-probe"
11587version = "0.1.6"
11588source = "registry+https://github.com/rust-lang/crates.io-index"
11589checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11590
11591[[package]]
11592name = "openssl-sys"
11593version = "0.9.110"
11594source = "registry+https://github.com/rust-lang/crates.io-index"
11595checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11596dependencies = [
11597 "cc",
11598 "libc",
11599 "pkg-config",
11600 "vcpkg",
11601]
11602
11603[[package]]
11604name = "optfield"
11605version = "0.4.0"
11606source = "registry+https://github.com/rust-lang/crates.io-index"
11607checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11608dependencies = [
11609 "proc-macro2",
11610 "quote",
11611 "syn 2.0.117",
11612]
11613
11614[[package]]
11615name = "option-ext"
11616version = "0.2.0"
11617source = "registry+https://github.com/rust-lang/crates.io-index"
11618checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11619
11620[[package]]
11621name = "ordered-float"
11622version = "2.10.1"
11623source = "registry+https://github.com/rust-lang/crates.io-index"
11624checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11625dependencies = [
11626 "num-traits",
11627]
11628
11629[[package]]
11630name = "ordered-float"
11631version = "4.6.0"
11632source = "registry+https://github.com/rust-lang/crates.io-index"
11633checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11634dependencies = [
11635 "num-traits",
11636]
11637
11638[[package]]
11639name = "ordered-stream"
11640version = "0.2.0"
11641source = "registry+https://github.com/rust-lang/crates.io-index"
11642checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11643dependencies = [
11644 "futures-core",
11645 "pin-project-lite",
11646]
11647
11648[[package]]
11649name = "ouroboros"
11650version = "0.18.5"
11651source = "registry+https://github.com/rust-lang/crates.io-index"
11652checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11653dependencies = [
11654 "aliasable",
11655 "ouroboros_macro",
11656 "static_assertions",
11657]
11658
11659[[package]]
11660name = "ouroboros_macro"
11661version = "0.18.5"
11662source = "registry+https://github.com/rust-lang/crates.io-index"
11663checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11664dependencies = [
11665 "heck 0.4.1",
11666 "proc-macro2",
11667 "proc-macro2-diagnostics",
11668 "quote",
11669 "syn 2.0.117",
11670]
11671
11672[[package]]
11673name = "outline"
11674version = "0.1.0"
11675dependencies = [
11676 "editor",
11677 "fuzzy",
11678 "gpui",
11679 "indoc",
11680 "language",
11681 "lsp",
11682 "menu",
11683 "ordered-float 2.10.1",
11684 "picker",
11685 "project",
11686 "rope",
11687 "serde_json",
11688 "settings",
11689 "smol",
11690 "theme",
11691 "theme_settings",
11692 "ui",
11693 "util",
11694 "workspace",
11695 "zed_actions",
11696]
11697
11698[[package]]
11699name = "outline_panel"
11700version = "0.1.0"
11701dependencies = [
11702 "anyhow",
11703 "collections",
11704 "db",
11705 "editor",
11706 "file_icons",
11707 "fuzzy",
11708 "gpui",
11709 "itertools 0.14.0",
11710 "language",
11711 "log",
11712 "lsp",
11713 "menu",
11714 "outline",
11715 "pretty_assertions",
11716 "project",
11717 "search",
11718 "serde",
11719 "serde_json",
11720 "settings",
11721 "smallvec",
11722 "smol",
11723 "theme",
11724 "theme_settings",
11725 "ui",
11726 "util",
11727 "workspace",
11728 "worktree",
11729 "zed_actions",
11730]
11731
11732[[package]]
11733name = "outref"
11734version = "0.5.2"
11735source = "registry+https://github.com/rust-lang/crates.io-index"
11736checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11737
11738[[package]]
11739name = "p256"
11740version = "0.11.1"
11741source = "registry+https://github.com/rust-lang/crates.io-index"
11742checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11743dependencies = [
11744 "ecdsa",
11745 "elliptic-curve",
11746 "sha2",
11747]
11748
11749[[package]]
11750name = "page_size"
11751version = "0.6.0"
11752source = "registry+https://github.com/rust-lang/crates.io-index"
11753checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11754dependencies = [
11755 "libc",
11756 "winapi",
11757]
11758
11759[[package]]
11760name = "palette"
11761version = "0.7.6"
11762source = "registry+https://github.com/rust-lang/crates.io-index"
11763checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11764dependencies = [
11765 "approx",
11766 "fast-srgb8",
11767 "palette_derive",
11768]
11769
11770[[package]]
11771name = "palette_derive"
11772version = "0.7.6"
11773source = "registry+https://github.com/rust-lang/crates.io-index"
11774checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11775dependencies = [
11776 "by_address",
11777 "proc-macro2",
11778 "quote",
11779 "syn 2.0.117",
11780]
11781
11782[[package]]
11783name = "panel"
11784version = "0.1.0"
11785dependencies = [
11786 "gpui",
11787 "ui",
11788 "workspace",
11789]
11790
11791[[package]]
11792name = "parking"
11793version = "2.2.1"
11794source = "registry+https://github.com/rust-lang/crates.io-index"
11795checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
11796
11797[[package]]
11798name = "parking_lot"
11799version = "0.12.5"
11800source = "registry+https://github.com/rust-lang/crates.io-index"
11801checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
11802dependencies = [
11803 "lock_api",
11804 "parking_lot_core",
11805]
11806
11807[[package]]
11808name = "parking_lot_core"
11809version = "0.9.12"
11810source = "registry+https://github.com/rust-lang/crates.io-index"
11811checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
11812dependencies = [
11813 "cfg-if",
11814 "libc",
11815 "redox_syscall 0.5.18",
11816 "smallvec",
11817 "windows-link 0.2.1",
11818]
11819
11820[[package]]
11821name = "parse_int"
11822version = "0.9.0"
11823source = "registry+https://github.com/rust-lang/crates.io-index"
11824checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
11825dependencies = [
11826 "num-traits",
11827]
11828
11829[[package]]
11830name = "partial-json-fixer"
11831version = "0.5.3"
11832source = "registry+https://github.com/rust-lang/crates.io-index"
11833checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
11834
11835[[package]]
11836name = "password-hash"
11837version = "0.4.2"
11838source = "registry+https://github.com/rust-lang/crates.io-index"
11839checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
11840dependencies = [
11841 "base64ct",
11842 "rand_core 0.6.4",
11843 "subtle",
11844]
11845
11846[[package]]
11847name = "paste"
11848version = "1.0.15"
11849source = "registry+https://github.com/rust-lang/crates.io-index"
11850checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
11851
11852[[package]]
11853name = "pathdiff"
11854version = "0.2.3"
11855source = "registry+https://github.com/rust-lang/crates.io-index"
11856checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
11857
11858[[package]]
11859name = "pathfinder_geometry"
11860version = "0.5.1"
11861source = "registry+https://github.com/rust-lang/crates.io-index"
11862checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
11863dependencies = [
11864 "log",
11865 "pathfinder_simd",
11866]
11867
11868[[package]]
11869name = "pathfinder_simd"
11870version = "0.5.5"
11871source = "registry+https://github.com/rust-lang/crates.io-index"
11872checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
11873dependencies = [
11874 "rustc_version",
11875]
11876
11877[[package]]
11878name = "paths"
11879version = "0.1.0"
11880dependencies = [
11881 "dirs 4.0.0",
11882 "ignore",
11883 "util",
11884]
11885
11886[[package]]
11887name = "pbjson"
11888version = "0.6.0"
11889source = "registry+https://github.com/rust-lang/crates.io-index"
11890checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
11891dependencies = [
11892 "base64 0.21.7",
11893 "serde",
11894]
11895
11896[[package]]
11897name = "pbjson-build"
11898version = "0.6.2"
11899source = "registry+https://github.com/rust-lang/crates.io-index"
11900checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
11901dependencies = [
11902 "heck 0.4.1",
11903 "itertools 0.11.0",
11904 "prost 0.12.6",
11905 "prost-types 0.12.6",
11906]
11907
11908[[package]]
11909name = "pbjson-types"
11910version = "0.6.0"
11911source = "registry+https://github.com/rust-lang/crates.io-index"
11912checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
11913dependencies = [
11914 "bytes 1.11.1",
11915 "chrono",
11916 "pbjson",
11917 "pbjson-build",
11918 "prost 0.12.6",
11919 "prost-build 0.12.6",
11920 "serde",
11921]
11922
11923[[package]]
11924name = "pbkdf2"
11925version = "0.11.0"
11926source = "registry+https://github.com/rust-lang/crates.io-index"
11927checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
11928dependencies = [
11929 "digest",
11930 "hmac",
11931 "password-hash",
11932 "sha2",
11933]
11934
11935[[package]]
11936name = "pbkdf2"
11937version = "0.12.2"
11938source = "registry+https://github.com/rust-lang/crates.io-index"
11939checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
11940dependencies = [
11941 "digest",
11942 "hmac",
11943]
11944
11945[[package]]
11946name = "pciid-parser"
11947version = "0.8.0"
11948source = "registry+https://github.com/rust-lang/crates.io-index"
11949checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
11950
11951[[package]]
11952name = "peg"
11953version = "0.8.5"
11954source = "registry+https://github.com/rust-lang/crates.io-index"
11955checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
11956dependencies = [
11957 "peg-macros",
11958 "peg-runtime",
11959]
11960
11961[[package]]
11962name = "peg-macros"
11963version = "0.8.5"
11964source = "registry+https://github.com/rust-lang/crates.io-index"
11965checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
11966dependencies = [
11967 "peg-runtime",
11968 "proc-macro2",
11969 "quote",
11970]
11971
11972[[package]]
11973name = "peg-runtime"
11974version = "0.8.5"
11975source = "registry+https://github.com/rust-lang/crates.io-index"
11976checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
11977
11978[[package]]
11979name = "pem"
11980version = "3.0.6"
11981source = "registry+https://github.com/rust-lang/crates.io-index"
11982checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
11983dependencies = [
11984 "base64 0.22.1",
11985 "serde_core",
11986]
11987
11988[[package]]
11989name = "pem-rfc7468"
11990version = "0.7.0"
11991source = "registry+https://github.com/rust-lang/crates.io-index"
11992checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
11993dependencies = [
11994 "base64ct",
11995]
11996
11997[[package]]
11998name = "percent-encoding"
11999version = "2.3.2"
12000source = "registry+https://github.com/rust-lang/crates.io-index"
12001checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12002
12003[[package]]
12004name = "perf"
12005version = "0.1.0"
12006dependencies = [
12007 "collections",
12008 "serde",
12009 "serde_json",
12010]
12011
12012[[package]]
12013name = "pest"
12014version = "2.8.3"
12015source = "registry+https://github.com/rust-lang/crates.io-index"
12016checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12017dependencies = [
12018 "memchr",
12019 "ucd-trie",
12020]
12021
12022[[package]]
12023name = "pest_derive"
12024version = "2.8.3"
12025source = "registry+https://github.com/rust-lang/crates.io-index"
12026checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12027dependencies = [
12028 "pest",
12029 "pest_generator",
12030]
12031
12032[[package]]
12033name = "pest_generator"
12034version = "2.8.3"
12035source = "registry+https://github.com/rust-lang/crates.io-index"
12036checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12037dependencies = [
12038 "pest",
12039 "pest_meta",
12040 "proc-macro2",
12041 "quote",
12042 "syn 2.0.117",
12043]
12044
12045[[package]]
12046name = "pest_meta"
12047version = "2.8.3"
12048source = "registry+https://github.com/rust-lang/crates.io-index"
12049checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12050dependencies = [
12051 "pest",
12052 "sha2",
12053]
12054
12055[[package]]
12056name = "pet"
12057version = "0.1.0"
12058source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12059dependencies = [
12060 "clap",
12061 "env_logger 0.10.2",
12062 "lazy_static",
12063 "log",
12064 "msvc_spectre_libs",
12065 "pet-conda",
12066 "pet-core",
12067 "pet-env-var-path",
12068 "pet-fs",
12069 "pet-global-virtualenvs",
12070 "pet-homebrew",
12071 "pet-jsonrpc",
12072 "pet-linux-global-python",
12073 "pet-mac-commandlinetools",
12074 "pet-mac-python-org",
12075 "pet-mac-xcode",
12076 "pet-pipenv",
12077 "pet-pixi",
12078 "pet-poetry",
12079 "pet-pyenv",
12080 "pet-python-utils",
12081 "pet-reporter",
12082 "pet-telemetry",
12083 "pet-uv",
12084 "pet-venv",
12085 "pet-virtualenv",
12086 "pet-virtualenvwrapper",
12087 "pet-windows-registry",
12088 "pet-windows-store",
12089 "pet-winpython",
12090 "serde",
12091 "serde_json",
12092 "tracing",
12093 "tracing-subscriber",
12094 "winresource",
12095]
12096
12097[[package]]
12098name = "pet-conda"
12099version = "0.1.0"
12100source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12101dependencies = [
12102 "env_logger 0.10.2",
12103 "lazy_static",
12104 "log",
12105 "msvc_spectre_libs",
12106 "pet-core",
12107 "pet-fs",
12108 "pet-python-utils",
12109 "pet-reporter",
12110 "rayon",
12111 "regex",
12112 "serde",
12113 "serde_json",
12114 "yaml-rust2",
12115]
12116
12117[[package]]
12118name = "pet-core"
12119version = "0.1.0"
12120source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12121dependencies = [
12122 "clap",
12123 "lazy_static",
12124 "log",
12125 "msvc_spectre_libs",
12126 "pet-fs",
12127 "regex",
12128 "serde",
12129 "serde_json",
12130]
12131
12132[[package]]
12133name = "pet-env-var-path"
12134version = "0.1.0"
12135source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12136dependencies = [
12137 "lazy_static",
12138 "log",
12139 "msvc_spectre_libs",
12140 "pet-conda",
12141 "pet-core",
12142 "pet-fs",
12143 "pet-python-utils",
12144 "pet-virtualenv",
12145 "regex",
12146]
12147
12148[[package]]
12149name = "pet-fs"
12150version = "0.1.0"
12151source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12152dependencies = [
12153 "glob",
12154 "log",
12155 "msvc_spectre_libs",
12156 "windows-sys 0.59.0",
12157]
12158
12159[[package]]
12160name = "pet-global-virtualenvs"
12161version = "0.1.0"
12162source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12163dependencies = [
12164 "log",
12165 "msvc_spectre_libs",
12166 "pet-conda",
12167 "pet-core",
12168 "pet-fs",
12169 "pet-virtualenv",
12170]
12171
12172[[package]]
12173name = "pet-homebrew"
12174version = "0.1.0"
12175source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12176dependencies = [
12177 "lazy_static",
12178 "log",
12179 "msvc_spectre_libs",
12180 "pet-conda",
12181 "pet-core",
12182 "pet-fs",
12183 "pet-python-utils",
12184 "pet-virtualenv",
12185 "rayon",
12186 "regex",
12187 "serde",
12188 "serde_json",
12189]
12190
12191[[package]]
12192name = "pet-jsonrpc"
12193version = "0.1.0"
12194source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12195dependencies = [
12196 "env_logger 0.10.2",
12197 "log",
12198 "msvc_spectre_libs",
12199 "pet-core",
12200 "serde",
12201 "serde_json",
12202]
12203
12204[[package]]
12205name = "pet-linux-global-python"
12206version = "0.1.0"
12207source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12208dependencies = [
12209 "log",
12210 "msvc_spectre_libs",
12211 "pet-core",
12212 "pet-fs",
12213 "pet-python-utils",
12214 "pet-virtualenv",
12215]
12216
12217[[package]]
12218name = "pet-mac-commandlinetools"
12219version = "0.1.0"
12220source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12221dependencies = [
12222 "log",
12223 "msvc_spectre_libs",
12224 "pet-core",
12225 "pet-fs",
12226 "pet-python-utils",
12227 "pet-virtualenv",
12228]
12229
12230[[package]]
12231name = "pet-mac-python-org"
12232version = "0.1.0"
12233source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12234dependencies = [
12235 "log",
12236 "msvc_spectre_libs",
12237 "pet-core",
12238 "pet-fs",
12239 "pet-python-utils",
12240 "pet-virtualenv",
12241]
12242
12243[[package]]
12244name = "pet-mac-xcode"
12245version = "0.1.0"
12246source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12247dependencies = [
12248 "log",
12249 "msvc_spectre_libs",
12250 "pet-core",
12251 "pet-fs",
12252 "pet-python-utils",
12253 "pet-virtualenv",
12254]
12255
12256[[package]]
12257name = "pet-pipenv"
12258version = "0.1.0"
12259source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12260dependencies = [
12261 "lazy_static",
12262 "log",
12263 "msvc_spectre_libs",
12264 "pet-core",
12265 "pet-fs",
12266 "pet-python-utils",
12267 "pet-virtualenv",
12268 "regex",
12269]
12270
12271[[package]]
12272name = "pet-pixi"
12273version = "0.1.0"
12274source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12275dependencies = [
12276 "log",
12277 "msvc_spectre_libs",
12278 "pet-conda",
12279 "pet-core",
12280 "pet-python-utils",
12281]
12282
12283[[package]]
12284name = "pet-poetry"
12285version = "0.1.0"
12286source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12287dependencies = [
12288 "base64 0.22.1",
12289 "lazy_static",
12290 "log",
12291 "msvc_spectre_libs",
12292 "pet-core",
12293 "pet-fs",
12294 "pet-python-utils",
12295 "pet-reporter",
12296 "pet-virtualenv",
12297 "regex",
12298 "serde",
12299 "serde_json",
12300 "sha2",
12301 "toml 0.8.23",
12302]
12303
12304[[package]]
12305name = "pet-pyenv"
12306version = "0.1.0"
12307source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12308dependencies = [
12309 "lazy_static",
12310 "log",
12311 "msvc_spectre_libs",
12312 "pet-conda",
12313 "pet-core",
12314 "pet-fs",
12315 "pet-python-utils",
12316 "pet-reporter",
12317 "regex",
12318 "serde",
12319 "serde_json",
12320]
12321
12322[[package]]
12323name = "pet-python-utils"
12324version = "0.1.0"
12325source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12326dependencies = [
12327 "env_logger 0.10.2",
12328 "lazy_static",
12329 "log",
12330 "msvc_spectre_libs",
12331 "pet-core",
12332 "pet-fs",
12333 "regex",
12334 "serde",
12335 "serde_json",
12336 "sha2",
12337]
12338
12339[[package]]
12340name = "pet-reporter"
12341version = "0.1.0"
12342source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12343dependencies = [
12344 "env_logger 0.10.2",
12345 "log",
12346 "msvc_spectre_libs",
12347 "pet-core",
12348 "pet-jsonrpc",
12349 "serde",
12350 "serde_json",
12351]
12352
12353[[package]]
12354name = "pet-telemetry"
12355version = "0.1.0"
12356source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12357dependencies = [
12358 "env_logger 0.10.2",
12359 "lazy_static",
12360 "log",
12361 "msvc_spectre_libs",
12362 "pet-core",
12363 "pet-fs",
12364 "pet-python-utils",
12365 "regex",
12366]
12367
12368[[package]]
12369name = "pet-uv"
12370version = "0.1.0"
12371source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12372dependencies = [
12373 "log",
12374 "pet-core",
12375 "pet-python-utils",
12376 "serde",
12377 "toml 0.9.8",
12378]
12379
12380[[package]]
12381name = "pet-venv"
12382version = "0.1.0"
12383source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12384dependencies = [
12385 "log",
12386 "msvc_spectre_libs",
12387 "pet-core",
12388 "pet-python-utils",
12389 "pet-virtualenv",
12390]
12391
12392[[package]]
12393name = "pet-virtualenv"
12394version = "0.1.0"
12395source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12396dependencies = [
12397 "log",
12398 "msvc_spectre_libs",
12399 "pet-core",
12400 "pet-fs",
12401 "pet-python-utils",
12402]
12403
12404[[package]]
12405name = "pet-virtualenvwrapper"
12406version = "0.1.0"
12407source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12408dependencies = [
12409 "log",
12410 "msvc_spectre_libs",
12411 "pet-core",
12412 "pet-fs",
12413 "pet-python-utils",
12414 "pet-virtualenv",
12415]
12416
12417[[package]]
12418name = "pet-windows-registry"
12419version = "0.1.0"
12420source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12421dependencies = [
12422 "lazy_static",
12423 "log",
12424 "msvc_spectre_libs",
12425 "pet-conda",
12426 "pet-core",
12427 "pet-fs",
12428 "pet-python-utils",
12429 "pet-virtualenv",
12430 "pet-windows-store",
12431 "regex",
12432 "winreg 0.55.0",
12433]
12434
12435[[package]]
12436name = "pet-windows-store"
12437version = "0.1.0"
12438source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12439dependencies = [
12440 "lazy_static",
12441 "log",
12442 "msvc_spectre_libs",
12443 "pet-core",
12444 "pet-fs",
12445 "pet-python-utils",
12446 "pet-virtualenv",
12447 "regex",
12448 "winreg 0.55.0",
12449]
12450
12451[[package]]
12452name = "pet-winpython"
12453version = "0.1.0"
12454source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12455dependencies = [
12456 "lazy_static",
12457 "log",
12458 "pet-core",
12459 "pet-fs",
12460 "pet-python-utils",
12461 "pet-virtualenv",
12462 "regex",
12463]
12464
12465[[package]]
12466name = "petgraph"
12467version = "0.6.5"
12468source = "registry+https://github.com/rust-lang/crates.io-index"
12469checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12470dependencies = [
12471 "fixedbitset 0.4.2",
12472 "indexmap",
12473]
12474
12475[[package]]
12476name = "pgvector"
12477version = "0.4.1"
12478source = "registry+https://github.com/rust-lang/crates.io-index"
12479checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12480dependencies = [
12481 "serde",
12482]
12483
12484[[package]]
12485name = "phf"
12486version = "0.11.3"
12487source = "registry+https://github.com/rust-lang/crates.io-index"
12488checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12489dependencies = [
12490 "phf_macros 0.11.3",
12491 "phf_shared 0.11.3",
12492]
12493
12494[[package]]
12495name = "phf"
12496version = "0.12.1"
12497source = "registry+https://github.com/rust-lang/crates.io-index"
12498checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12499dependencies = [
12500 "phf_macros 0.12.1",
12501 "phf_shared 0.12.1",
12502]
12503
12504[[package]]
12505name = "phf_codegen"
12506version = "0.11.3"
12507source = "registry+https://github.com/rust-lang/crates.io-index"
12508checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12509dependencies = [
12510 "phf_generator 0.11.3",
12511 "phf_shared 0.11.3",
12512]
12513
12514[[package]]
12515name = "phf_generator"
12516version = "0.11.3"
12517source = "registry+https://github.com/rust-lang/crates.io-index"
12518checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12519dependencies = [
12520 "phf_shared 0.11.3",
12521 "rand 0.8.5",
12522]
12523
12524[[package]]
12525name = "phf_generator"
12526version = "0.12.1"
12527source = "registry+https://github.com/rust-lang/crates.io-index"
12528checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12529dependencies = [
12530 "fastrand 2.3.0",
12531 "phf_shared 0.12.1",
12532]
12533
12534[[package]]
12535name = "phf_macros"
12536version = "0.11.3"
12537source = "registry+https://github.com/rust-lang/crates.io-index"
12538checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12539dependencies = [
12540 "phf_generator 0.11.3",
12541 "phf_shared 0.11.3",
12542 "proc-macro2",
12543 "quote",
12544 "syn 2.0.117",
12545]
12546
12547[[package]]
12548name = "phf_macros"
12549version = "0.12.1"
12550source = "registry+https://github.com/rust-lang/crates.io-index"
12551checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12552dependencies = [
12553 "phf_generator 0.12.1",
12554 "phf_shared 0.12.1",
12555 "proc-macro2",
12556 "quote",
12557 "syn 2.0.117",
12558]
12559
12560[[package]]
12561name = "phf_shared"
12562version = "0.11.3"
12563source = "registry+https://github.com/rust-lang/crates.io-index"
12564checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12565dependencies = [
12566 "siphasher 1.0.1",
12567]
12568
12569[[package]]
12570name = "phf_shared"
12571version = "0.12.1"
12572source = "registry+https://github.com/rust-lang/crates.io-index"
12573checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12574dependencies = [
12575 "siphasher 1.0.1",
12576]
12577
12578[[package]]
12579name = "picker"
12580version = "0.1.0"
12581dependencies = [
12582 "anyhow",
12583 "editor",
12584 "gpui",
12585 "menu",
12586 "schemars",
12587 "serde",
12588 "settings",
12589 "theme",
12590 "theme_settings",
12591 "ui",
12592 "ui_input",
12593 "workspace",
12594 "zed_actions",
12595]
12596
12597[[package]]
12598name = "pico-args"
12599version = "0.5.0"
12600source = "registry+https://github.com/rust-lang/crates.io-index"
12601checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12602
12603[[package]]
12604name = "pin-project"
12605version = "1.1.10"
12606source = "registry+https://github.com/rust-lang/crates.io-index"
12607checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12608dependencies = [
12609 "pin-project-internal",
12610]
12611
12612[[package]]
12613name = "pin-project-internal"
12614version = "1.1.10"
12615source = "registry+https://github.com/rust-lang/crates.io-index"
12616checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12617dependencies = [
12618 "proc-macro2",
12619 "quote",
12620 "syn 2.0.117",
12621]
12622
12623[[package]]
12624name = "pin-project-lite"
12625version = "0.2.16"
12626source = "registry+https://github.com/rust-lang/crates.io-index"
12627checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12628
12629[[package]]
12630name = "pin-utils"
12631version = "0.1.0"
12632source = "registry+https://github.com/rust-lang/crates.io-index"
12633checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12634
12635[[package]]
12636name = "piper"
12637version = "0.2.4"
12638source = "registry+https://github.com/rust-lang/crates.io-index"
12639checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12640dependencies = [
12641 "atomic-waker",
12642 "fastrand 2.3.0",
12643 "futures-io",
12644]
12645
12646[[package]]
12647name = "pkcs1"
12648version = "0.7.5"
12649source = "registry+https://github.com/rust-lang/crates.io-index"
12650checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12651dependencies = [
12652 "der 0.7.10",
12653 "pkcs8 0.10.2",
12654 "spki 0.7.3",
12655]
12656
12657[[package]]
12658name = "pkcs8"
12659version = "0.9.0"
12660source = "registry+https://github.com/rust-lang/crates.io-index"
12661checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12662dependencies = [
12663 "der 0.6.1",
12664 "spki 0.6.0",
12665]
12666
12667[[package]]
12668name = "pkcs8"
12669version = "0.10.2"
12670source = "registry+https://github.com/rust-lang/crates.io-index"
12671checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12672dependencies = [
12673 "der 0.7.10",
12674 "spki 0.7.3",
12675]
12676
12677[[package]]
12678name = "pkg-config"
12679version = "0.3.32"
12680source = "registry+https://github.com/rust-lang/crates.io-index"
12681checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12682
12683[[package]]
12684name = "plain"
12685version = "0.2.3"
12686source = "registry+https://github.com/rust-lang/crates.io-index"
12687checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12688
12689[[package]]
12690name = "platform_title_bar"
12691version = "0.1.0"
12692dependencies = [
12693 "feature_flags",
12694 "gpui",
12695 "project",
12696 "settings",
12697 "smallvec",
12698 "theme",
12699 "theme_settings",
12700 "ui",
12701 "windows 0.61.3",
12702 "workspace",
12703 "zed_actions",
12704]
12705
12706[[package]]
12707name = "plist"
12708version = "1.8.0"
12709source = "registry+https://github.com/rust-lang/crates.io-index"
12710checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12711dependencies = [
12712 "base64 0.22.1",
12713 "indexmap",
12714 "quick-xml 0.38.3",
12715 "serde",
12716 "time",
12717]
12718
12719[[package]]
12720name = "plotters"
12721version = "0.3.7"
12722source = "registry+https://github.com/rust-lang/crates.io-index"
12723checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12724dependencies = [
12725 "num-traits",
12726 "plotters-backend",
12727 "plotters-svg",
12728 "wasm-bindgen",
12729 "web-sys",
12730]
12731
12732[[package]]
12733name = "plotters-backend"
12734version = "0.3.7"
12735source = "registry+https://github.com/rust-lang/crates.io-index"
12736checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12737
12738[[package]]
12739name = "plotters-svg"
12740version = "0.3.7"
12741source = "registry+https://github.com/rust-lang/crates.io-index"
12742checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
12743dependencies = [
12744 "plotters-backend",
12745]
12746
12747[[package]]
12748name = "png"
12749version = "0.17.16"
12750source = "registry+https://github.com/rust-lang/crates.io-index"
12751checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12752dependencies = [
12753 "bitflags 1.3.2",
12754 "crc32fast",
12755 "fdeflate",
12756 "flate2",
12757 "miniz_oxide",
12758]
12759
12760[[package]]
12761name = "png"
12762version = "0.18.0"
12763source = "registry+https://github.com/rust-lang/crates.io-index"
12764checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12765dependencies = [
12766 "bitflags 2.10.0",
12767 "crc32fast",
12768 "fdeflate",
12769 "flate2",
12770 "miniz_oxide",
12771]
12772
12773[[package]]
12774name = "polling"
12775version = "3.11.0"
12776source = "registry+https://github.com/rust-lang/crates.io-index"
12777checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
12778dependencies = [
12779 "cfg-if",
12780 "concurrent-queue",
12781 "hermit-abi",
12782 "pin-project-lite",
12783 "rustix 1.1.2",
12784 "windows-sys 0.61.2",
12785]
12786
12787[[package]]
12788name = "pollster"
12789version = "0.2.5"
12790source = "registry+https://github.com/rust-lang/crates.io-index"
12791checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
12792
12793[[package]]
12794name = "pollster"
12795version = "0.4.0"
12796source = "registry+https://github.com/rust-lang/crates.io-index"
12797checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
12798
12799[[package]]
12800name = "pori"
12801version = "0.0.0"
12802source = "registry+https://github.com/rust-lang/crates.io-index"
12803checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
12804dependencies = [
12805 "nom 7.1.3",
12806]
12807
12808[[package]]
12809name = "portable-atomic"
12810version = "1.11.1"
12811source = "registry+https://github.com/rust-lang/crates.io-index"
12812checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
12813
12814[[package]]
12815name = "portable-atomic-util"
12816version = "0.2.4"
12817source = "registry+https://github.com/rust-lang/crates.io-index"
12818checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
12819dependencies = [
12820 "portable-atomic",
12821]
12822
12823[[package]]
12824name = "portable-pty"
12825version = "0.9.0"
12826source = "registry+https://github.com/rust-lang/crates.io-index"
12827checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
12828dependencies = [
12829 "anyhow",
12830 "bitflags 1.3.2",
12831 "downcast-rs",
12832 "filedescriptor",
12833 "lazy_static",
12834 "libc",
12835 "log",
12836 "nix 0.28.0",
12837 "serial2",
12838 "shared_library",
12839 "shell-words",
12840 "winapi",
12841 "winreg 0.10.1",
12842]
12843
12844[[package]]
12845name = "postage"
12846version = "0.5.0"
12847source = "registry+https://github.com/rust-lang/crates.io-index"
12848checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
12849dependencies = [
12850 "atomic",
12851 "crossbeam-queue",
12852 "futures 0.3.31",
12853 "log",
12854 "parking_lot",
12855 "pin-project",
12856 "pollster 0.2.5",
12857 "static_assertions",
12858 "thiserror 1.0.69",
12859]
12860
12861[[package]]
12862name = "postcard"
12863version = "1.1.3"
12864source = "registry+https://github.com/rust-lang/crates.io-index"
12865checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
12866dependencies = [
12867 "cobs",
12868 "embedded-io 0.4.0",
12869 "embedded-io 0.6.1",
12870 "serde",
12871]
12872
12873[[package]]
12874name = "potential_utf"
12875version = "0.1.3"
12876source = "registry+https://github.com/rust-lang/crates.io-index"
12877checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
12878dependencies = [
12879 "zerovec",
12880]
12881
12882[[package]]
12883name = "powerfmt"
12884version = "0.2.0"
12885source = "registry+https://github.com/rust-lang/crates.io-index"
12886checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
12887
12888[[package]]
12889name = "ppv-lite86"
12890version = "0.2.21"
12891source = "registry+https://github.com/rust-lang/crates.io-index"
12892checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
12893dependencies = [
12894 "zerocopy",
12895]
12896
12897[[package]]
12898name = "precomputed-hash"
12899version = "0.1.1"
12900source = "registry+https://github.com/rust-lang/crates.io-index"
12901checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
12902
12903[[package]]
12904name = "presser"
12905version = "0.3.1"
12906source = "registry+https://github.com/rust-lang/crates.io-index"
12907checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
12908
12909[[package]]
12910name = "prettier"
12911version = "0.1.0"
12912dependencies = [
12913 "anyhow",
12914 "collections",
12915 "fs",
12916 "gpui",
12917 "language",
12918 "log",
12919 "lsp",
12920 "node_runtime",
12921 "parking_lot",
12922 "paths",
12923 "serde",
12924 "serde_json",
12925 "util",
12926]
12927
12928[[package]]
12929name = "pretty_assertions"
12930version = "1.4.1"
12931source = "registry+https://github.com/rust-lang/crates.io-index"
12932checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
12933dependencies = [
12934 "diff",
12935 "yansi",
12936]
12937
12938[[package]]
12939name = "prettyplease"
12940version = "0.2.37"
12941source = "registry+https://github.com/rust-lang/crates.io-index"
12942checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
12943dependencies = [
12944 "proc-macro2",
12945 "syn 2.0.117",
12946]
12947
12948[[package]]
12949name = "primal-check"
12950version = "0.3.4"
12951source = "registry+https://github.com/rust-lang/crates.io-index"
12952checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
12953dependencies = [
12954 "num-integer",
12955]
12956
12957[[package]]
12958name = "proc-macro-crate"
12959version = "3.4.0"
12960source = "registry+https://github.com/rust-lang/crates.io-index"
12961checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
12962dependencies = [
12963 "toml_edit 0.23.7",
12964]
12965
12966[[package]]
12967name = "proc-macro-error"
12968version = "1.0.4"
12969source = "registry+https://github.com/rust-lang/crates.io-index"
12970checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
12971dependencies = [
12972 "proc-macro-error-attr",
12973 "proc-macro2",
12974 "quote",
12975 "syn 1.0.109",
12976 "version_check",
12977]
12978
12979[[package]]
12980name = "proc-macro-error-attr"
12981version = "1.0.4"
12982source = "registry+https://github.com/rust-lang/crates.io-index"
12983checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
12984dependencies = [
12985 "proc-macro2",
12986 "quote",
12987 "version_check",
12988]
12989
12990[[package]]
12991name = "proc-macro-error-attr2"
12992version = "2.0.0"
12993source = "registry+https://github.com/rust-lang/crates.io-index"
12994checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
12995dependencies = [
12996 "proc-macro2",
12997 "quote",
12998]
12999
13000[[package]]
13001name = "proc-macro-error2"
13002version = "2.0.1"
13003source = "registry+https://github.com/rust-lang/crates.io-index"
13004checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13005dependencies = [
13006 "proc-macro-error-attr2",
13007 "proc-macro2",
13008 "quote",
13009 "syn 2.0.117",
13010]
13011
13012[[package]]
13013name = "proc-macro2"
13014version = "1.0.101"
13015source = "registry+https://github.com/rust-lang/crates.io-index"
13016checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13017dependencies = [
13018 "unicode-ident",
13019]
13020
13021[[package]]
13022name = "proc-macro2-diagnostics"
13023version = "0.10.1"
13024source = "registry+https://github.com/rust-lang/crates.io-index"
13025checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13026dependencies = [
13027 "proc-macro2",
13028 "quote",
13029 "syn 2.0.117",
13030 "version_check",
13031 "yansi",
13032]
13033
13034[[package]]
13035name = "procfs-core"
13036version = "0.17.0"
13037source = "registry+https://github.com/rust-lang/crates.io-index"
13038checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13039dependencies = [
13040 "bitflags 2.10.0",
13041 "hex",
13042 "serde",
13043]
13044
13045[[package]]
13046name = "profiling"
13047version = "1.0.17"
13048source = "registry+https://github.com/rust-lang/crates.io-index"
13049checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13050dependencies = [
13051 "profiling-procmacros",
13052]
13053
13054[[package]]
13055name = "profiling-procmacros"
13056version = "1.0.17"
13057source = "registry+https://github.com/rust-lang/crates.io-index"
13058checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13059dependencies = [
13060 "quote",
13061 "syn 2.0.117",
13062]
13063
13064[[package]]
13065name = "project"
13066version = "0.1.0"
13067dependencies = [
13068 "aho-corasick",
13069 "anyhow",
13070 "askpass",
13071 "async-trait",
13072 "base64 0.22.1",
13073 "buffer_diff",
13074 "circular-buffer",
13075 "client",
13076 "clock",
13077 "collections",
13078 "context_server",
13079 "credentials_provider",
13080 "dap",
13081 "encoding_rs",
13082 "extension",
13083 "fancy-regex 0.17.0",
13084 "fs",
13085 "futures 0.3.31",
13086 "fuzzy",
13087 "git",
13088 "git2",
13089 "git_hosting_providers",
13090 "globset",
13091 "gpui",
13092 "http_client",
13093 "image",
13094 "indexmap",
13095 "itertools 0.14.0",
13096 "language",
13097 "log",
13098 "lsp",
13099 "markdown",
13100 "node_runtime",
13101 "parking_lot",
13102 "paths",
13103 "percent-encoding",
13104 "postage",
13105 "prettier",
13106 "pretty_assertions",
13107 "project",
13108 "rand 0.9.2",
13109 "regex",
13110 "release_channel",
13111 "remote",
13112 "rpc",
13113 "schemars",
13114 "semver",
13115 "serde",
13116 "serde_json",
13117 "settings",
13118 "sha2",
13119 "shellexpand 2.1.2",
13120 "smallvec",
13121 "smol",
13122 "snippet",
13123 "snippet_provider",
13124 "sum_tree",
13125 "task",
13126 "tempfile",
13127 "terminal",
13128 "text",
13129 "toml 0.8.23",
13130 "tracing",
13131 "unindent",
13132 "url",
13133 "util",
13134 "watch",
13135 "wax",
13136 "which 6.0.3",
13137 "worktree",
13138 "zeroize",
13139 "zlog",
13140 "ztracing",
13141]
13142
13143[[package]]
13144name = "project_benchmarks"
13145version = "0.1.0"
13146dependencies = [
13147 "anyhow",
13148 "askpass",
13149 "clap",
13150 "client",
13151 "futures 0.3.31",
13152 "gpui",
13153 "gpui_platform",
13154 "http_client",
13155 "language",
13156 "node_runtime",
13157 "project",
13158 "release_channel",
13159 "remote",
13160 "rpassword",
13161 "semver",
13162 "settings",
13163 "watch",
13164]
13165
13166[[package]]
13167name = "project_panel"
13168version = "0.1.0"
13169dependencies = [
13170 "anyhow",
13171 "client",
13172 "collections",
13173 "command_palette_hooks",
13174 "criterion",
13175 "editor",
13176 "feature_flags",
13177 "file_icons",
13178 "git",
13179 "git_ui",
13180 "gpui",
13181 "itertools 0.14.0",
13182 "language",
13183 "menu",
13184 "notifications",
13185 "pretty_assertions",
13186 "project",
13187 "rayon",
13188 "remote_connection",
13189 "schemars",
13190 "search",
13191 "serde",
13192 "serde_json",
13193 "settings",
13194 "smallvec",
13195 "telemetry",
13196 "tempfile",
13197 "theme",
13198 "theme_settings",
13199 "ui",
13200 "util",
13201 "workspace",
13202 "worktree",
13203 "zed_actions",
13204]
13205
13206[[package]]
13207name = "project_symbols"
13208version = "0.1.0"
13209dependencies = [
13210 "anyhow",
13211 "editor",
13212 "futures 0.3.31",
13213 "fuzzy",
13214 "gpui",
13215 "language",
13216 "lsp",
13217 "ordered-float 2.10.1",
13218 "picker",
13219 "project",
13220 "release_channel",
13221 "semver",
13222 "serde_json",
13223 "settings",
13224 "theme",
13225 "theme_settings",
13226 "util",
13227 "workspace",
13228]
13229
13230[[package]]
13231name = "prometheus"
13232version = "0.14.0"
13233source = "registry+https://github.com/rust-lang/crates.io-index"
13234checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13235dependencies = [
13236 "cfg-if",
13237 "fnv",
13238 "lazy_static",
13239 "memchr",
13240 "parking_lot",
13241 "protobuf",
13242 "thiserror 2.0.17",
13243]
13244
13245[[package]]
13246name = "prompt_store"
13247version = "0.1.0"
13248dependencies = [
13249 "anyhow",
13250 "assets",
13251 "chrono",
13252 "collections",
13253 "fs",
13254 "futures 0.3.31",
13255 "fuzzy",
13256 "gpui",
13257 "handlebars 4.5.0",
13258 "heed",
13259 "language",
13260 "log",
13261 "parking_lot",
13262 "paths",
13263 "rope",
13264 "serde",
13265 "strum 0.27.2",
13266 "tempfile",
13267 "text",
13268 "util",
13269 "uuid",
13270]
13271
13272[[package]]
13273name = "proptest"
13274version = "1.10.0"
13275source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13276dependencies = [
13277 "bit-set 0.8.0",
13278 "bit-vec 0.8.0",
13279 "bitflags 2.10.0",
13280 "num-traits",
13281 "proptest-macro",
13282 "rand 0.9.2",
13283 "rand_chacha 0.9.0",
13284 "rand_xorshift",
13285 "regex-syntax",
13286 "rusty-fork",
13287 "tempfile",
13288 "unarray",
13289]
13290
13291[[package]]
13292name = "proptest-derive"
13293version = "0.8.0"
13294source = "registry+https://github.com/rust-lang/crates.io-index"
13295checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13296dependencies = [
13297 "proc-macro2",
13298 "quote",
13299 "syn 2.0.117",
13300]
13301
13302[[package]]
13303name = "proptest-macro"
13304version = "0.5.0"
13305source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13306dependencies = [
13307 "convert_case 0.11.0",
13308 "proc-macro2",
13309 "quote",
13310 "syn 2.0.117",
13311]
13312
13313[[package]]
13314name = "prost"
13315version = "0.9.0"
13316source = "registry+https://github.com/rust-lang/crates.io-index"
13317checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13318dependencies = [
13319 "bytes 1.11.1",
13320 "prost-derive 0.9.0",
13321]
13322
13323[[package]]
13324name = "prost"
13325version = "0.12.6"
13326source = "registry+https://github.com/rust-lang/crates.io-index"
13327checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13328dependencies = [
13329 "bytes 1.11.1",
13330 "prost-derive 0.12.6",
13331]
13332
13333[[package]]
13334name = "prost-build"
13335version = "0.9.0"
13336source = "registry+https://github.com/rust-lang/crates.io-index"
13337checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13338dependencies = [
13339 "bytes 1.11.1",
13340 "heck 0.3.3",
13341 "itertools 0.10.5",
13342 "lazy_static",
13343 "log",
13344 "multimap",
13345 "petgraph",
13346 "prost 0.9.0",
13347 "prost-types 0.9.0",
13348 "regex",
13349 "tempfile",
13350 "which 4.4.2",
13351]
13352
13353[[package]]
13354name = "prost-build"
13355version = "0.12.6"
13356source = "registry+https://github.com/rust-lang/crates.io-index"
13357checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13358dependencies = [
13359 "bytes 1.11.1",
13360 "heck 0.5.0",
13361 "itertools 0.12.1",
13362 "log",
13363 "multimap",
13364 "once_cell",
13365 "petgraph",
13366 "prettyplease",
13367 "prost 0.12.6",
13368 "prost-types 0.12.6",
13369 "regex",
13370 "syn 2.0.117",
13371 "tempfile",
13372]
13373
13374[[package]]
13375name = "prost-derive"
13376version = "0.9.0"
13377source = "registry+https://github.com/rust-lang/crates.io-index"
13378checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13379dependencies = [
13380 "anyhow",
13381 "itertools 0.10.5",
13382 "proc-macro2",
13383 "quote",
13384 "syn 1.0.109",
13385]
13386
13387[[package]]
13388name = "prost-derive"
13389version = "0.12.6"
13390source = "registry+https://github.com/rust-lang/crates.io-index"
13391checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13392dependencies = [
13393 "anyhow",
13394 "itertools 0.12.1",
13395 "proc-macro2",
13396 "quote",
13397 "syn 2.0.117",
13398]
13399
13400[[package]]
13401name = "prost-types"
13402version = "0.9.0"
13403source = "registry+https://github.com/rust-lang/crates.io-index"
13404checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13405dependencies = [
13406 "bytes 1.11.1",
13407 "prost 0.9.0",
13408]
13409
13410[[package]]
13411name = "prost-types"
13412version = "0.12.6"
13413source = "registry+https://github.com/rust-lang/crates.io-index"
13414checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13415dependencies = [
13416 "prost 0.12.6",
13417]
13418
13419[[package]]
13420name = "proto"
13421version = "0.1.0"
13422dependencies = [
13423 "anyhow",
13424 "prost 0.9.0",
13425 "prost-build 0.9.0",
13426 "serde",
13427]
13428
13429[[package]]
13430name = "protobuf"
13431version = "3.7.2"
13432source = "registry+https://github.com/rust-lang/crates.io-index"
13433checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13434dependencies = [
13435 "once_cell",
13436 "protobuf-support",
13437 "thiserror 1.0.69",
13438]
13439
13440[[package]]
13441name = "protobuf-support"
13442version = "3.7.2"
13443source = "registry+https://github.com/rust-lang/crates.io-index"
13444checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13445dependencies = [
13446 "thiserror 1.0.69",
13447]
13448
13449[[package]]
13450name = "psm"
13451version = "0.1.30"
13452source = "registry+https://github.com/rust-lang/crates.io-index"
13453checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13454dependencies = [
13455 "ar_archive_writer",
13456 "cc",
13457]
13458
13459[[package]]
13460name = "ptr_meta"
13461version = "0.1.4"
13462source = "registry+https://github.com/rust-lang/crates.io-index"
13463checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13464dependencies = [
13465 "ptr_meta_derive",
13466]
13467
13468[[package]]
13469name = "ptr_meta_derive"
13470version = "0.1.4"
13471source = "registry+https://github.com/rust-lang/crates.io-index"
13472checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13473dependencies = [
13474 "proc-macro2",
13475 "quote",
13476 "syn 1.0.109",
13477]
13478
13479[[package]]
13480name = "pulldown-cmark"
13481version = "0.10.3"
13482source = "registry+https://github.com/rust-lang/crates.io-index"
13483checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13484dependencies = [
13485 "bitflags 2.10.0",
13486 "memchr",
13487 "pulldown-cmark-escape",
13488 "unicase",
13489]
13490
13491[[package]]
13492name = "pulldown-cmark"
13493version = "0.13.0"
13494source = "registry+https://github.com/rust-lang/crates.io-index"
13495checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13496dependencies = [
13497 "bitflags 2.10.0",
13498 "memchr",
13499 "unicase",
13500]
13501
13502[[package]]
13503name = "pulldown-cmark-escape"
13504version = "0.10.1"
13505source = "registry+https://github.com/rust-lang/crates.io-index"
13506checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13507
13508[[package]]
13509name = "pulley-interpreter"
13510version = "36.0.6"
13511source = "registry+https://github.com/rust-lang/crates.io-index"
13512checksum = "499d922aa0f9faac8d92351416664f1b7acd914008a90fce2f0516d31efddf67"
13513dependencies = [
13514 "cranelift-bitset",
13515 "log",
13516 "pulley-macros",
13517 "wasmtime-internal-math",
13518]
13519
13520[[package]]
13521name = "pulley-macros"
13522version = "36.0.6"
13523source = "registry+https://github.com/rust-lang/crates.io-index"
13524checksum = "a3848fb193d6dffca43a21f24ca9492f22aab88af1223d06bac7f8a0ef405b81"
13525dependencies = [
13526 "proc-macro2",
13527 "quote",
13528 "syn 2.0.117",
13529]
13530
13531[[package]]
13532name = "pulp"
13533version = "0.18.22"
13534source = "registry+https://github.com/rust-lang/crates.io-index"
13535checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13536dependencies = [
13537 "bytemuck",
13538 "libm",
13539 "num-complex",
13540 "reborrow",
13541]
13542
13543[[package]]
13544name = "pulp"
13545version = "0.21.5"
13546source = "registry+https://github.com/rust-lang/crates.io-index"
13547checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13548dependencies = [
13549 "bytemuck",
13550 "cfg-if",
13551 "libm",
13552 "num-complex",
13553 "reborrow",
13554 "version_check",
13555]
13556
13557[[package]]
13558name = "pxfm"
13559version = "0.1.25"
13560source = "registry+https://github.com/rust-lang/crates.io-index"
13561checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13562dependencies = [
13563 "num-traits",
13564]
13565
13566[[package]]
13567name = "qoi"
13568version = "0.4.1"
13569source = "registry+https://github.com/rust-lang/crates.io-index"
13570checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13571dependencies = [
13572 "bytemuck",
13573]
13574
13575[[package]]
13576name = "quick-error"
13577version = "1.2.3"
13578source = "registry+https://github.com/rust-lang/crates.io-index"
13579checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13580
13581[[package]]
13582name = "quick-error"
13583version = "2.0.1"
13584source = "registry+https://github.com/rust-lang/crates.io-index"
13585checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13586
13587[[package]]
13588name = "quick-xml"
13589version = "0.30.0"
13590source = "registry+https://github.com/rust-lang/crates.io-index"
13591checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13592dependencies = [
13593 "memchr",
13594]
13595
13596[[package]]
13597name = "quick-xml"
13598version = "0.37.5"
13599source = "registry+https://github.com/rust-lang/crates.io-index"
13600checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13601dependencies = [
13602 "memchr",
13603]
13604
13605[[package]]
13606name = "quick-xml"
13607version = "0.38.3"
13608source = "registry+https://github.com/rust-lang/crates.io-index"
13609checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13610dependencies = [
13611 "memchr",
13612]
13613
13614[[package]]
13615name = "quinn"
13616version = "0.11.9"
13617source = "registry+https://github.com/rust-lang/crates.io-index"
13618checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13619dependencies = [
13620 "bytes 1.11.1",
13621 "cfg_aliases 0.2.1",
13622 "pin-project-lite",
13623 "quinn-proto",
13624 "quinn-udp",
13625 "rustc-hash 2.1.1",
13626 "rustls 0.23.33",
13627 "socket2 0.6.1",
13628 "thiserror 2.0.17",
13629 "tokio",
13630 "tracing",
13631 "web-time",
13632]
13633
13634[[package]]
13635name = "quinn-proto"
13636version = "0.11.13"
13637source = "registry+https://github.com/rust-lang/crates.io-index"
13638checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13639dependencies = [
13640 "bytes 1.11.1",
13641 "getrandom 0.3.4",
13642 "lru-slab",
13643 "rand 0.9.2",
13644 "ring",
13645 "rustc-hash 2.1.1",
13646 "rustls 0.23.33",
13647 "rustls-pki-types",
13648 "slab",
13649 "thiserror 2.0.17",
13650 "tinyvec",
13651 "tracing",
13652 "web-time",
13653]
13654
13655[[package]]
13656name = "quinn-udp"
13657version = "0.5.14"
13658source = "registry+https://github.com/rust-lang/crates.io-index"
13659checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13660dependencies = [
13661 "cfg_aliases 0.2.1",
13662 "libc",
13663 "once_cell",
13664 "socket2 0.6.1",
13665 "tracing",
13666 "windows-sys 0.60.2",
13667]
13668
13669[[package]]
13670name = "quote"
13671version = "1.0.41"
13672source = "registry+https://github.com/rust-lang/crates.io-index"
13673checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13674dependencies = [
13675 "proc-macro2",
13676]
13677
13678[[package]]
13679name = "r-efi"
13680version = "5.3.0"
13681source = "registry+https://github.com/rust-lang/crates.io-index"
13682checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13683
13684[[package]]
13685name = "radium"
13686version = "0.7.0"
13687source = "registry+https://github.com/rust-lang/crates.io-index"
13688checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13689
13690[[package]]
13691name = "rand"
13692version = "0.3.23"
13693source = "registry+https://github.com/rust-lang/crates.io-index"
13694checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13695dependencies = [
13696 "libc",
13697 "rand 0.4.6",
13698]
13699
13700[[package]]
13701name = "rand"
13702version = "0.4.6"
13703source = "registry+https://github.com/rust-lang/crates.io-index"
13704checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13705dependencies = [
13706 "fuchsia-cprng",
13707 "libc",
13708 "rand_core 0.3.1",
13709 "rdrand",
13710 "winapi",
13711]
13712
13713[[package]]
13714name = "rand"
13715version = "0.8.5"
13716source = "registry+https://github.com/rust-lang/crates.io-index"
13717checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13718dependencies = [
13719 "libc",
13720 "rand_chacha 0.3.1",
13721 "rand_core 0.6.4",
13722]
13723
13724[[package]]
13725name = "rand"
13726version = "0.9.2"
13727source = "registry+https://github.com/rust-lang/crates.io-index"
13728checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
13729dependencies = [
13730 "rand_chacha 0.9.0",
13731 "rand_core 0.9.3",
13732]
13733
13734[[package]]
13735name = "rand_chacha"
13736version = "0.3.1"
13737source = "registry+https://github.com/rust-lang/crates.io-index"
13738checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13739dependencies = [
13740 "ppv-lite86",
13741 "rand_core 0.6.4",
13742]
13743
13744[[package]]
13745name = "rand_chacha"
13746version = "0.9.0"
13747source = "registry+https://github.com/rust-lang/crates.io-index"
13748checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13749dependencies = [
13750 "ppv-lite86",
13751 "rand_core 0.9.3",
13752]
13753
13754[[package]]
13755name = "rand_core"
13756version = "0.3.1"
13757source = "registry+https://github.com/rust-lang/crates.io-index"
13758checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
13759dependencies = [
13760 "rand_core 0.4.2",
13761]
13762
13763[[package]]
13764name = "rand_core"
13765version = "0.4.2"
13766source = "registry+https://github.com/rust-lang/crates.io-index"
13767checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
13768
13769[[package]]
13770name = "rand_core"
13771version = "0.6.4"
13772source = "registry+https://github.com/rust-lang/crates.io-index"
13773checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
13774dependencies = [
13775 "getrandom 0.2.16",
13776]
13777
13778[[package]]
13779name = "rand_core"
13780version = "0.9.3"
13781source = "registry+https://github.com/rust-lang/crates.io-index"
13782checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
13783dependencies = [
13784 "getrandom 0.3.4",
13785]
13786
13787[[package]]
13788name = "rand_distr"
13789version = "0.5.1"
13790source = "registry+https://github.com/rust-lang/crates.io-index"
13791checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
13792dependencies = [
13793 "num-traits",
13794 "rand 0.9.2",
13795]
13796
13797[[package]]
13798name = "rand_pcg"
13799version = "0.3.1"
13800source = "registry+https://github.com/rust-lang/crates.io-index"
13801checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
13802dependencies = [
13803 "rand_core 0.6.4",
13804]
13805
13806[[package]]
13807name = "rand_xorshift"
13808version = "0.4.0"
13809source = "registry+https://github.com/rust-lang/crates.io-index"
13810checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
13811dependencies = [
13812 "rand_core 0.9.3",
13813]
13814
13815[[package]]
13816name = "random_choice"
13817version = "0.3.2"
13818source = "registry+https://github.com/rust-lang/crates.io-index"
13819checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
13820dependencies = [
13821 "rand 0.3.23",
13822]
13823
13824[[package]]
13825name = "range-alloc"
13826version = "0.1.4"
13827source = "registry+https://github.com/rust-lang/crates.io-index"
13828checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
13829
13830[[package]]
13831name = "range-map"
13832version = "0.2.0"
13833source = "registry+https://github.com/rust-lang/crates.io-index"
13834checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
13835dependencies = [
13836 "num-traits",
13837]
13838
13839[[package]]
13840name = "rangemap"
13841version = "1.7.1"
13842source = "registry+https://github.com/rust-lang/crates.io-index"
13843checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
13844
13845[[package]]
13846name = "rav1e"
13847version = "0.7.1"
13848source = "registry+https://github.com/rust-lang/crates.io-index"
13849checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
13850dependencies = [
13851 "arbitrary",
13852 "arg_enum_proc_macro",
13853 "arrayvec",
13854 "av1-grain",
13855 "bitstream-io",
13856 "built",
13857 "cfg-if",
13858 "interpolate_name",
13859 "itertools 0.12.1",
13860 "libc",
13861 "libfuzzer-sys",
13862 "log",
13863 "maybe-rayon",
13864 "new_debug_unreachable",
13865 "noop_proc_macro",
13866 "num-derive",
13867 "num-traits",
13868 "once_cell",
13869 "paste",
13870 "profiling",
13871 "rand 0.8.5",
13872 "rand_chacha 0.3.1",
13873 "simd_helpers",
13874 "system-deps 6.2.2",
13875 "thiserror 1.0.69",
13876 "v_frame",
13877 "wasm-bindgen",
13878]
13879
13880[[package]]
13881name = "ravif"
13882version = "0.11.20"
13883source = "registry+https://github.com/rust-lang/crates.io-index"
13884checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
13885dependencies = [
13886 "avif-serialize",
13887 "imgref",
13888 "loop9",
13889 "quick-error 2.0.1",
13890 "rav1e",
13891 "rayon",
13892 "rgb",
13893]
13894
13895[[package]]
13896name = "raw-cpuid"
13897version = "10.7.0"
13898source = "registry+https://github.com/rust-lang/crates.io-index"
13899checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
13900dependencies = [
13901 "bitflags 1.3.2",
13902]
13903
13904[[package]]
13905name = "raw-cpuid"
13906version = "11.6.0"
13907source = "registry+https://github.com/rust-lang/crates.io-index"
13908checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
13909dependencies = [
13910 "bitflags 2.10.0",
13911]
13912
13913[[package]]
13914name = "raw-window-handle"
13915version = "0.6.2"
13916source = "registry+https://github.com/rust-lang/crates.io-index"
13917checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
13918
13919[[package]]
13920name = "raw-window-metal"
13921version = "1.1.0"
13922source = "registry+https://github.com/rust-lang/crates.io-index"
13923checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
13924dependencies = [
13925 "objc2",
13926 "objc2-core-foundation",
13927 "objc2-foundation",
13928 "objc2-quartz-core",
13929]
13930
13931[[package]]
13932name = "rayon"
13933version = "1.11.0"
13934source = "registry+https://github.com/rust-lang/crates.io-index"
13935checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
13936dependencies = [
13937 "either",
13938 "rayon-core",
13939]
13940
13941[[package]]
13942name = "rayon-core"
13943version = "1.13.0"
13944source = "registry+https://github.com/rust-lang/crates.io-index"
13945checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
13946dependencies = [
13947 "crossbeam-deque",
13948 "crossbeam-utils",
13949]
13950
13951[[package]]
13952name = "rdrand"
13953version = "0.4.0"
13954source = "registry+https://github.com/rust-lang/crates.io-index"
13955checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
13956dependencies = [
13957 "rand_core 0.3.1",
13958]
13959
13960[[package]]
13961name = "read-fonts"
13962version = "0.35.0"
13963source = "registry+https://github.com/rust-lang/crates.io-index"
13964checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
13965dependencies = [
13966 "bytemuck",
13967 "font-types 0.10.0",
13968]
13969
13970[[package]]
13971name = "read-fonts"
13972version = "0.37.0"
13973source = "registry+https://github.com/rust-lang/crates.io-index"
13974checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
13975dependencies = [
13976 "bytemuck",
13977 "core_maths",
13978 "font-types 0.11.0",
13979]
13980
13981[[package]]
13982name = "realfft"
13983version = "3.5.0"
13984source = "registry+https://github.com/rust-lang/crates.io-index"
13985checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
13986dependencies = [
13987 "rustfft",
13988]
13989
13990[[package]]
13991name = "reborrow"
13992version = "0.5.5"
13993source = "registry+https://github.com/rust-lang/crates.io-index"
13994checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
13995
13996[[package]]
13997name = "recent_projects"
13998version = "0.1.0"
13999dependencies = [
14000 "anyhow",
14001 "askpass",
14002 "chrono",
14003 "db",
14004 "dev_container",
14005 "editor",
14006 "extension",
14007 "extension_host",
14008 "fs",
14009 "futures 0.3.31",
14010 "fuzzy",
14011 "gpui",
14012 "http_client",
14013 "indoc",
14014 "language",
14015 "log",
14016 "menu",
14017 "node_runtime",
14018 "open_path_prompt",
14019 "ordered-float 2.10.1",
14020 "paths",
14021 "picker",
14022 "project",
14023 "release_channel",
14024 "remote",
14025 "remote_connection",
14026 "remote_server",
14027 "semver",
14028 "serde",
14029 "serde_json",
14030 "settings",
14031 "smol",
14032 "task",
14033 "telemetry",
14034 "ui",
14035 "ui_input",
14036 "util",
14037 "windows-registry 0.6.1",
14038 "workspace",
14039 "worktree",
14040 "zed_actions",
14041]
14042
14043[[package]]
14044name = "redox_syscall"
14045version = "0.2.16"
14046source = "registry+https://github.com/rust-lang/crates.io-index"
14047checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14048dependencies = [
14049 "bitflags 1.3.2",
14050]
14051
14052[[package]]
14053name = "redox_syscall"
14054version = "0.5.18"
14055source = "registry+https://github.com/rust-lang/crates.io-index"
14056checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14057dependencies = [
14058 "bitflags 2.10.0",
14059]
14060
14061[[package]]
14062name = "redox_users"
14063version = "0.4.6"
14064source = "registry+https://github.com/rust-lang/crates.io-index"
14065checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
14066dependencies = [
14067 "getrandom 0.2.16",
14068 "libredox",
14069 "thiserror 1.0.69",
14070]
14071
14072[[package]]
14073name = "redox_users"
14074version = "0.5.2"
14075source = "registry+https://github.com/rust-lang/crates.io-index"
14076checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14077dependencies = [
14078 "getrandom 0.2.16",
14079 "libredox",
14080 "thiserror 2.0.17",
14081]
14082
14083[[package]]
14084name = "ref-cast"
14085version = "1.0.25"
14086source = "registry+https://github.com/rust-lang/crates.io-index"
14087checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14088dependencies = [
14089 "ref-cast-impl",
14090]
14091
14092[[package]]
14093name = "ref-cast-impl"
14094version = "1.0.25"
14095source = "registry+https://github.com/rust-lang/crates.io-index"
14096checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14097dependencies = [
14098 "proc-macro2",
14099 "quote",
14100 "syn 2.0.117",
14101]
14102
14103[[package]]
14104name = "referencing"
14105version = "0.37.4"
14106source = "registry+https://github.com/rust-lang/crates.io-index"
14107checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14108dependencies = [
14109 "ahash 0.8.12",
14110 "fluent-uri",
14111 "getrandom 0.3.4",
14112 "hashbrown 0.16.1",
14113 "parking_lot",
14114 "percent-encoding",
14115 "serde_json",
14116]
14117
14118[[package]]
14119name = "refineable"
14120version = "0.1.0"
14121dependencies = [
14122 "derive_refineable",
14123]
14124
14125[[package]]
14126name = "regalloc2"
14127version = "0.12.2"
14128source = "registry+https://github.com/rust-lang/crates.io-index"
14129checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14130dependencies = [
14131 "allocator-api2",
14132 "bumpalo",
14133 "hashbrown 0.15.5",
14134 "log",
14135 "rustc-hash 2.1.1",
14136 "serde",
14137 "smallvec",
14138]
14139
14140[[package]]
14141name = "regex"
14142version = "1.12.2"
14143source = "registry+https://github.com/rust-lang/crates.io-index"
14144checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14145dependencies = [
14146 "aho-corasick",
14147 "memchr",
14148 "regex-automata",
14149 "regex-syntax",
14150]
14151
14152[[package]]
14153name = "regex-automata"
14154version = "0.4.13"
14155source = "registry+https://github.com/rust-lang/crates.io-index"
14156checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14157dependencies = [
14158 "aho-corasick",
14159 "memchr",
14160 "regex-syntax",
14161]
14162
14163[[package]]
14164name = "regex-lite"
14165version = "0.1.8"
14166source = "registry+https://github.com/rust-lang/crates.io-index"
14167checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14168
14169[[package]]
14170name = "regex-syntax"
14171version = "0.8.8"
14172source = "registry+https://github.com/rust-lang/crates.io-index"
14173checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14174
14175[[package]]
14176name = "release_channel"
14177version = "0.1.0"
14178dependencies = [
14179 "gpui",
14180 "semver",
14181]
14182
14183[[package]]
14184name = "remote"
14185version = "0.1.0"
14186dependencies = [
14187 "anyhow",
14188 "askpass",
14189 "async-trait",
14190 "base64 0.22.1",
14191 "collections",
14192 "fs",
14193 "futures 0.3.31",
14194 "gpui",
14195 "log",
14196 "parking_lot",
14197 "paths",
14198 "prost 0.9.0",
14199 "release_channel",
14200 "rpc",
14201 "schemars",
14202 "semver",
14203 "serde",
14204 "serde_json",
14205 "settings",
14206 "smol",
14207 "tempfile",
14208 "thiserror 2.0.17",
14209 "urlencoding",
14210 "util",
14211 "which 6.0.3",
14212]
14213
14214[[package]]
14215name = "remote_connection"
14216version = "0.1.0"
14217dependencies = [
14218 "anyhow",
14219 "askpass",
14220 "auto_update",
14221 "futures 0.3.31",
14222 "gpui",
14223 "log",
14224 "markdown",
14225 "menu",
14226 "release_channel",
14227 "remote",
14228 "semver",
14229 "settings",
14230 "theme_settings",
14231 "ui",
14232 "ui_input",
14233 "workspace",
14234]
14235
14236[[package]]
14237name = "remote_server"
14238version = "0.1.0"
14239dependencies = [
14240 "action_log",
14241 "agent",
14242 "anyhow",
14243 "askpass",
14244 "cargo_toml",
14245 "clap",
14246 "client",
14247 "clock",
14248 "collections",
14249 "crash-handler",
14250 "crashes",
14251 "dap_adapters",
14252 "debug_adapter_extension",
14253 "editor",
14254 "env_logger 0.11.8",
14255 "extension",
14256 "extension_host",
14257 "fork",
14258 "fs",
14259 "futures 0.3.31",
14260 "git",
14261 "git2",
14262 "git_hosting_providers",
14263 "gpui",
14264 "gpui_platform",
14265 "gpui_tokio",
14266 "http_client",
14267 "image",
14268 "json_schema_store",
14269 "language",
14270 "language_extension",
14271 "language_model",
14272 "languages",
14273 "libc",
14274 "log",
14275 "lsp",
14276 "minidumper",
14277 "net",
14278 "node_runtime",
14279 "paths",
14280 "pretty_assertions",
14281 "project",
14282 "proto",
14283 "rayon",
14284 "release_channel",
14285 "remote",
14286 "reqwest_client",
14287 "rpc",
14288 "rust-embed",
14289 "semver",
14290 "serde",
14291 "serde_json",
14292 "settings",
14293 "shellexpand 2.1.2",
14294 "smol",
14295 "sysinfo 0.37.2",
14296 "task",
14297 "theme",
14298 "theme_settings",
14299 "thiserror 2.0.17",
14300 "toml 0.8.23",
14301 "unindent",
14302 "util",
14303 "uuid",
14304 "watch",
14305 "windows 0.61.3",
14306 "worktree",
14307 "zlog",
14308]
14309
14310[[package]]
14311name = "rend"
14312version = "0.4.2"
14313source = "registry+https://github.com/rust-lang/crates.io-index"
14314checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14315dependencies = [
14316 "bytecheck",
14317]
14318
14319[[package]]
14320name = "renderdoc-sys"
14321version = "1.1.0"
14322source = "registry+https://github.com/rust-lang/crates.io-index"
14323checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14324
14325[[package]]
14326name = "repl"
14327version = "0.1.0"
14328dependencies = [
14329 "alacritty_terminal",
14330 "anyhow",
14331 "async-dispatcher",
14332 "async-task",
14333 "async-tungstenite",
14334 "base64 0.22.1",
14335 "client",
14336 "collections",
14337 "command_palette_hooks",
14338 "editor",
14339 "feature_flags",
14340 "file_icons",
14341 "futures 0.3.31",
14342 "gpui",
14343 "html_to_markdown",
14344 "http_client",
14345 "image",
14346 "indoc",
14347 "jupyter-protocol",
14348 "jupyter-websocket-client",
14349 "language",
14350 "languages",
14351 "log",
14352 "markdown",
14353 "menu",
14354 "multi_buffer",
14355 "nbformat",
14356 "picker",
14357 "project",
14358 "remote",
14359 "runtimelib",
14360 "serde",
14361 "serde_json",
14362 "settings",
14363 "shlex",
14364 "smol",
14365 "telemetry",
14366 "terminal",
14367 "terminal_view",
14368 "theme",
14369 "theme_settings",
14370 "tree-sitter-md",
14371 "tree-sitter-python",
14372 "tree-sitter-typescript",
14373 "ui",
14374 "util",
14375 "uuid",
14376 "workspace",
14377 "zed_actions",
14378]
14379
14380[[package]]
14381name = "reqwest"
14382version = "0.11.27"
14383source = "registry+https://github.com/rust-lang/crates.io-index"
14384checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14385dependencies = [
14386 "base64 0.21.7",
14387 "bytes 1.11.1",
14388 "encoding_rs",
14389 "futures-core",
14390 "futures-util",
14391 "h2 0.3.27",
14392 "http 0.2.12",
14393 "http-body 0.4.6",
14394 "hyper 0.14.32",
14395 "hyper-tls",
14396 "ipnet",
14397 "js-sys",
14398 "log",
14399 "mime",
14400 "native-tls",
14401 "once_cell",
14402 "percent-encoding",
14403 "pin-project-lite",
14404 "rustls-pemfile 1.0.4",
14405 "serde",
14406 "serde_json",
14407 "serde_urlencoded",
14408 "sync_wrapper 0.1.2",
14409 "system-configuration 0.5.1",
14410 "tokio",
14411 "tokio-native-tls",
14412 "tower-service",
14413 "url",
14414 "wasm-bindgen",
14415 "wasm-bindgen-futures",
14416 "web-sys",
14417 "winreg 0.50.0",
14418]
14419
14420[[package]]
14421name = "reqwest"
14422version = "0.12.24"
14423source = "registry+https://github.com/rust-lang/crates.io-index"
14424checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14425dependencies = [
14426 "base64 0.22.1",
14427 "bytes 1.11.1",
14428 "futures-channel",
14429 "futures-core",
14430 "futures-util",
14431 "http 1.3.1",
14432 "http-body 1.0.1",
14433 "http-body-util",
14434 "hyper 1.7.0",
14435 "hyper-rustls 0.27.7",
14436 "hyper-util",
14437 "js-sys",
14438 "log",
14439 "percent-encoding",
14440 "pin-project-lite",
14441 "quinn",
14442 "rustls 0.23.33",
14443 "rustls-native-certs 0.8.2",
14444 "rustls-pki-types",
14445 "serde",
14446 "serde_json",
14447 "serde_urlencoded",
14448 "sync_wrapper 1.0.2",
14449 "tokio",
14450 "tokio-rustls 0.26.2",
14451 "tower 0.5.2",
14452 "tower-http 0.6.6",
14453 "tower-service",
14454 "url",
14455 "wasm-bindgen",
14456 "wasm-bindgen-futures",
14457 "web-sys",
14458]
14459
14460[[package]]
14461name = "reqwest_client"
14462version = "0.1.0"
14463dependencies = [
14464 "anyhow",
14465 "bytes 1.11.1",
14466 "futures 0.3.31",
14467 "gpui_util",
14468 "http_client",
14469 "http_client_tls",
14470 "log",
14471 "regex",
14472 "serde",
14473 "tokio",
14474 "zed-reqwest",
14475]
14476
14477[[package]]
14478name = "resvg"
14479version = "0.45.1"
14480source = "registry+https://github.com/rust-lang/crates.io-index"
14481checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14482dependencies = [
14483 "gif",
14484 "image-webp",
14485 "log",
14486 "pico-args",
14487 "rgb",
14488 "svgtypes",
14489 "tiny-skia",
14490 "usvg",
14491 "zune-jpeg",
14492]
14493
14494[[package]]
14495name = "rfc6979"
14496version = "0.3.1"
14497source = "registry+https://github.com/rust-lang/crates.io-index"
14498checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14499dependencies = [
14500 "crypto-bigint 0.4.9",
14501 "hmac",
14502 "zeroize",
14503]
14504
14505[[package]]
14506name = "rgb"
14507version = "0.8.52"
14508source = "registry+https://github.com/rust-lang/crates.io-index"
14509checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14510dependencies = [
14511 "bytemuck",
14512]
14513
14514[[package]]
14515name = "ring"
14516version = "0.17.14"
14517source = "registry+https://github.com/rust-lang/crates.io-index"
14518checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14519dependencies = [
14520 "cc",
14521 "cfg-if",
14522 "getrandom 0.2.16",
14523 "libc",
14524 "untrusted 0.9.0",
14525 "windows-sys 0.52.0",
14526]
14527
14528[[package]]
14529name = "rkyv"
14530version = "0.7.45"
14531source = "registry+https://github.com/rust-lang/crates.io-index"
14532checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14533dependencies = [
14534 "bitvec",
14535 "bytecheck",
14536 "bytes 1.11.1",
14537 "hashbrown 0.12.3",
14538 "ptr_meta",
14539 "rend",
14540 "rkyv_derive",
14541 "seahash",
14542 "tinyvec",
14543 "uuid",
14544]
14545
14546[[package]]
14547name = "rkyv_derive"
14548version = "0.7.45"
14549source = "registry+https://github.com/rust-lang/crates.io-index"
14550checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14551dependencies = [
14552 "proc-macro2",
14553 "quote",
14554 "syn 1.0.109",
14555]
14556
14557[[package]]
14558name = "rmp"
14559version = "0.8.14"
14560source = "registry+https://github.com/rust-lang/crates.io-index"
14561checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14562dependencies = [
14563 "byteorder",
14564 "num-traits",
14565 "paste",
14566]
14567
14568[[package]]
14569name = "rmpv"
14570version = "1.3.0"
14571source = "registry+https://github.com/rust-lang/crates.io-index"
14572checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14573dependencies = [
14574 "num-traits",
14575 "rmp",
14576]
14577
14578[[package]]
14579name = "rodio"
14580version = "0.21.1"
14581source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14582dependencies = [
14583 "cpal",
14584 "dasp_sample",
14585 "hound",
14586 "num-rational",
14587 "rand 0.9.2",
14588 "rand_distr",
14589 "rtrb",
14590 "symphonia",
14591 "thiserror 2.0.17",
14592]
14593
14594[[package]]
14595name = "rope"
14596version = "0.1.0"
14597dependencies = [
14598 "criterion",
14599 "ctor",
14600 "gpui",
14601 "heapless",
14602 "log",
14603 "rand 0.9.2",
14604 "rayon",
14605 "sum_tree",
14606 "tracing",
14607 "unicode-segmentation",
14608 "util",
14609 "zlog",
14610 "ztracing",
14611]
14612
14613[[package]]
14614name = "roxmltree"
14615version = "0.20.0"
14616source = "registry+https://github.com/rust-lang/crates.io-index"
14617checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14618
14619[[package]]
14620name = "rpassword"
14621version = "7.4.0"
14622source = "registry+https://github.com/rust-lang/crates.io-index"
14623checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14624dependencies = [
14625 "libc",
14626 "rtoolbox",
14627 "windows-sys 0.59.0",
14628]
14629
14630[[package]]
14631name = "rpc"
14632version = "0.1.0"
14633dependencies = [
14634 "anyhow",
14635 "async-tungstenite",
14636 "base64 0.22.1",
14637 "collections",
14638 "futures 0.3.31",
14639 "gpui",
14640 "parking_lot",
14641 "proto",
14642 "rand 0.9.2",
14643 "rsa",
14644 "serde",
14645 "serde_json",
14646 "sha2",
14647 "strum 0.27.2",
14648 "tracing",
14649 "util",
14650 "zlog",
14651 "zstd",
14652]
14653
14654[[package]]
14655name = "rsa"
14656version = "0.9.10"
14657source = "registry+https://github.com/rust-lang/crates.io-index"
14658checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14659dependencies = [
14660 "const-oid",
14661 "digest",
14662 "num-bigint-dig 0.8.6",
14663 "num-integer",
14664 "num-traits",
14665 "pkcs1",
14666 "pkcs8 0.10.2",
14667 "rand_core 0.6.4",
14668 "signature 2.2.0",
14669 "spki 0.7.3",
14670 "subtle",
14671 "zeroize",
14672]
14673
14674[[package]]
14675name = "rtoolbox"
14676version = "0.0.3"
14677source = "registry+https://github.com/rust-lang/crates.io-index"
14678checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14679dependencies = [
14680 "libc",
14681 "windows-sys 0.52.0",
14682]
14683
14684[[package]]
14685name = "rtrb"
14686version = "0.3.2"
14687source = "registry+https://github.com/rust-lang/crates.io-index"
14688checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14689
14690[[package]]
14691name = "rules_library"
14692version = "0.1.0"
14693dependencies = [
14694 "anyhow",
14695 "collections",
14696 "editor",
14697 "gpui",
14698 "language",
14699 "language_model",
14700 "log",
14701 "menu",
14702 "picker",
14703 "platform_title_bar",
14704 "prompt_store",
14705 "release_channel",
14706 "rope",
14707 "serde",
14708 "settings",
14709 "theme_settings",
14710 "ui",
14711 "ui_input",
14712 "util",
14713 "workspace",
14714 "zed_actions",
14715]
14716
14717[[package]]
14718name = "runtimelib"
14719version = "1.4.0"
14720source = "registry+https://github.com/rust-lang/crates.io-index"
14721checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14722dependencies = [
14723 "async-dispatcher",
14724 "async-std",
14725 "aws-lc-rs",
14726 "base64 0.22.1",
14727 "bytes 1.11.1",
14728 "chrono",
14729 "data-encoding",
14730 "dirs 6.0.0",
14731 "futures 0.3.31",
14732 "glob",
14733 "jupyter-protocol",
14734 "serde",
14735 "serde_json",
14736 "shellexpand 3.1.1",
14737 "smol",
14738 "thiserror 2.0.17",
14739 "uuid",
14740 "zeromq",
14741]
14742
14743[[package]]
14744name = "rust-embed"
14745version = "8.11.0"
14746source = "registry+https://github.com/rust-lang/crates.io-index"
14747checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27"
14748dependencies = [
14749 "rust-embed-impl",
14750 "rust-embed-utils",
14751 "walkdir",
14752]
14753
14754[[package]]
14755name = "rust-embed-impl"
14756version = "8.11.0"
14757source = "registry+https://github.com/rust-lang/crates.io-index"
14758checksum = "da0902e4c7c8e997159ab384e6d0fc91c221375f6894346ae107f47dd0f3ccaa"
14759dependencies = [
14760 "proc-macro2",
14761 "quote",
14762 "rust-embed-utils",
14763 "syn 2.0.117",
14764 "walkdir",
14765]
14766
14767[[package]]
14768name = "rust-embed-utils"
14769version = "8.11.0"
14770source = "registry+https://github.com/rust-lang/crates.io-index"
14771checksum = "5bcdef0be6fe7f6fa333b1073c949729274b05f123a0ad7efcb8efd878e5c3b1"
14772dependencies = [
14773 "globset",
14774 "sha2",
14775 "walkdir",
14776]
14777
14778[[package]]
14779name = "rust_decimal"
14780version = "1.39.0"
14781source = "registry+https://github.com/rust-lang/crates.io-index"
14782checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
14783dependencies = [
14784 "arrayvec",
14785 "borsh",
14786 "bytes 1.11.1",
14787 "num-traits",
14788 "rand 0.8.5",
14789 "rkyv",
14790 "serde",
14791 "serde_json",
14792]
14793
14794[[package]]
14795name = "rustc-demangle"
14796version = "0.1.26"
14797source = "registry+https://github.com/rust-lang/crates.io-index"
14798checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
14799
14800[[package]]
14801name = "rustc-hash"
14802version = "1.1.0"
14803source = "registry+https://github.com/rust-lang/crates.io-index"
14804checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
14805
14806[[package]]
14807name = "rustc-hash"
14808version = "2.1.1"
14809source = "registry+https://github.com/rust-lang/crates.io-index"
14810checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
14811
14812[[package]]
14813name = "rustc_version"
14814version = "0.4.1"
14815source = "registry+https://github.com/rust-lang/crates.io-index"
14816checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
14817dependencies = [
14818 "semver",
14819]
14820
14821[[package]]
14822name = "rustfft"
14823version = "6.4.1"
14824source = "registry+https://github.com/rust-lang/crates.io-index"
14825checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
14826dependencies = [
14827 "num-complex",
14828 "num-integer",
14829 "num-traits",
14830 "primal-check",
14831 "strength_reduce",
14832 "transpose",
14833]
14834
14835[[package]]
14836name = "rustix"
14837version = "0.38.44"
14838source = "registry+https://github.com/rust-lang/crates.io-index"
14839checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
14840dependencies = [
14841 "bitflags 2.10.0",
14842 "errno 0.3.14",
14843 "libc",
14844 "linux-raw-sys 0.4.15",
14845 "windows-sys 0.59.0",
14846]
14847
14848[[package]]
14849name = "rustix"
14850version = "1.1.2"
14851source = "registry+https://github.com/rust-lang/crates.io-index"
14852checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
14853dependencies = [
14854 "bitflags 2.10.0",
14855 "errno 0.3.14",
14856 "libc",
14857 "linux-raw-sys 0.11.0",
14858 "windows-sys 0.61.2",
14859]
14860
14861[[package]]
14862name = "rustix-linux-procfs"
14863version = "0.1.1"
14864source = "registry+https://github.com/rust-lang/crates.io-index"
14865checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
14866dependencies = [
14867 "once_cell",
14868 "rustix 1.1.2",
14869]
14870
14871[[package]]
14872name = "rustix-openpty"
14873version = "0.2.0"
14874source = "registry+https://github.com/rust-lang/crates.io-index"
14875checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
14876dependencies = [
14877 "errno 0.3.14",
14878 "libc",
14879 "rustix 1.1.2",
14880]
14881
14882[[package]]
14883name = "rustls"
14884version = "0.21.12"
14885source = "registry+https://github.com/rust-lang/crates.io-index"
14886checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
14887dependencies = [
14888 "log",
14889 "ring",
14890 "rustls-webpki 0.101.7",
14891 "sct",
14892]
14893
14894[[package]]
14895name = "rustls"
14896version = "0.23.33"
14897source = "registry+https://github.com/rust-lang/crates.io-index"
14898checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
14899dependencies = [
14900 "aws-lc-rs",
14901 "log",
14902 "once_cell",
14903 "ring",
14904 "rustls-pki-types",
14905 "rustls-webpki 0.103.7",
14906 "subtle",
14907 "zeroize",
14908]
14909
14910[[package]]
14911name = "rustls-native-certs"
14912version = "0.6.3"
14913source = "registry+https://github.com/rust-lang/crates.io-index"
14914checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
14915dependencies = [
14916 "openssl-probe",
14917 "rustls-pemfile 1.0.4",
14918 "schannel",
14919 "security-framework 2.11.1",
14920]
14921
14922[[package]]
14923name = "rustls-native-certs"
14924version = "0.8.2"
14925source = "registry+https://github.com/rust-lang/crates.io-index"
14926checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
14927dependencies = [
14928 "openssl-probe",
14929 "rustls-pki-types",
14930 "schannel",
14931 "security-framework 3.5.1",
14932]
14933
14934[[package]]
14935name = "rustls-pemfile"
14936version = "1.0.4"
14937source = "registry+https://github.com/rust-lang/crates.io-index"
14938checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
14939dependencies = [
14940 "base64 0.21.7",
14941]
14942
14943[[package]]
14944name = "rustls-pemfile"
14945version = "2.2.0"
14946source = "registry+https://github.com/rust-lang/crates.io-index"
14947checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
14948dependencies = [
14949 "rustls-pki-types",
14950]
14951
14952[[package]]
14953name = "rustls-pki-types"
14954version = "1.12.0"
14955source = "registry+https://github.com/rust-lang/crates.io-index"
14956checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
14957dependencies = [
14958 "web-time",
14959 "zeroize",
14960]
14961
14962[[package]]
14963name = "rustls-platform-verifier"
14964version = "0.5.3"
14965source = "registry+https://github.com/rust-lang/crates.io-index"
14966checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
14967dependencies = [
14968 "core-foundation 0.10.0",
14969 "core-foundation-sys",
14970 "jni",
14971 "log",
14972 "once_cell",
14973 "rustls 0.23.33",
14974 "rustls-native-certs 0.8.2",
14975 "rustls-platform-verifier-android",
14976 "rustls-webpki 0.103.7",
14977 "security-framework 3.5.1",
14978 "security-framework-sys",
14979 "webpki-root-certs",
14980 "windows-sys 0.59.0",
14981]
14982
14983[[package]]
14984name = "rustls-platform-verifier-android"
14985version = "0.1.1"
14986source = "registry+https://github.com/rust-lang/crates.io-index"
14987checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
14988
14989[[package]]
14990name = "rustls-webpki"
14991version = "0.101.7"
14992source = "registry+https://github.com/rust-lang/crates.io-index"
14993checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
14994dependencies = [
14995 "ring",
14996 "untrusted 0.9.0",
14997]
14998
14999[[package]]
15000name = "rustls-webpki"
15001version = "0.103.7"
15002source = "registry+https://github.com/rust-lang/crates.io-index"
15003checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15004dependencies = [
15005 "aws-lc-rs",
15006 "ring",
15007 "rustls-pki-types",
15008 "untrusted 0.9.0",
15009]
15010
15011[[package]]
15012name = "rustversion"
15013version = "1.0.22"
15014source = "registry+https://github.com/rust-lang/crates.io-index"
15015checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15016
15017[[package]]
15018name = "rusty-fork"
15019version = "0.3.1"
15020source = "registry+https://github.com/rust-lang/crates.io-index"
15021checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15022dependencies = [
15023 "fnv",
15024 "quick-error 1.2.3",
15025 "tempfile",
15026 "wait-timeout",
15027]
15028
15029[[package]]
15030name = "rustybuzz"
15031version = "0.20.1"
15032source = "registry+https://github.com/rust-lang/crates.io-index"
15033checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15034dependencies = [
15035 "bitflags 2.10.0",
15036 "bytemuck",
15037 "core_maths",
15038 "log",
15039 "smallvec",
15040 "ttf-parser 0.25.1",
15041 "unicode-bidi-mirroring",
15042 "unicode-ccc",
15043 "unicode-properties",
15044 "unicode-script",
15045]
15046
15047[[package]]
15048name = "ryu"
15049version = "1.0.20"
15050source = "registry+https://github.com/rust-lang/crates.io-index"
15051checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15052
15053[[package]]
15054name = "saa"
15055version = "5.4.9"
15056source = "registry+https://github.com/rust-lang/crates.io-index"
15057checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15058
15059[[package]]
15060name = "safetensors"
15061version = "0.4.5"
15062source = "registry+https://github.com/rust-lang/crates.io-index"
15063checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15064dependencies = [
15065 "serde",
15066 "serde_json",
15067]
15068
15069[[package]]
15070name = "same-file"
15071version = "1.0.6"
15072source = "registry+https://github.com/rust-lang/crates.io-index"
15073checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15074dependencies = [
15075 "winapi-util",
15076]
15077
15078[[package]]
15079name = "scc"
15080version = "3.5.6"
15081source = "registry+https://github.com/rust-lang/crates.io-index"
15082checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15083dependencies = [
15084 "saa",
15085 "sdd",
15086]
15087
15088[[package]]
15089name = "schannel"
15090version = "0.1.28"
15091source = "registry+https://github.com/rust-lang/crates.io-index"
15092checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15093dependencies = [
15094 "windows-sys 0.61.2",
15095]
15096
15097[[package]]
15098name = "scheduler"
15099version = "0.1.0"
15100dependencies = [
15101 "async-task",
15102 "backtrace",
15103 "chrono",
15104 "flume",
15105 "futures 0.3.31",
15106 "parking_lot",
15107 "rand 0.9.2",
15108 "web-time",
15109]
15110
15111[[package]]
15112name = "schema_generator"
15113version = "0.1.0"
15114dependencies = [
15115 "anyhow",
15116 "clap",
15117 "env_logger 0.11.8",
15118 "schemars",
15119 "serde",
15120 "serde_json",
15121 "settings",
15122 "theme",
15123 "theme_settings",
15124]
15125
15126[[package]]
15127name = "schemars"
15128version = "1.0.4"
15129source = "registry+https://github.com/rust-lang/crates.io-index"
15130checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15131dependencies = [
15132 "dyn-clone",
15133 "indexmap",
15134 "ref-cast",
15135 "schemars_derive",
15136 "serde",
15137 "serde_json",
15138]
15139
15140[[package]]
15141name = "schemars_derive"
15142version = "1.0.4"
15143source = "registry+https://github.com/rust-lang/crates.io-index"
15144checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15145dependencies = [
15146 "proc-macro2",
15147 "quote",
15148 "serde_derive_internals",
15149 "syn 2.0.117",
15150]
15151
15152[[package]]
15153name = "scoped-tls"
15154version = "1.0.1"
15155source = "registry+https://github.com/rust-lang/crates.io-index"
15156checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15157
15158[[package]]
15159name = "scopeguard"
15160version = "1.2.0"
15161source = "registry+https://github.com/rust-lang/crates.io-index"
15162checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15163
15164[[package]]
15165name = "scratch"
15166version = "1.0.9"
15167source = "registry+https://github.com/rust-lang/crates.io-index"
15168checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15169
15170[[package]]
15171name = "screencapturekit"
15172version = "0.2.8"
15173source = "registry+https://github.com/rust-lang/crates.io-index"
15174checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15175dependencies = [
15176 "screencapturekit-sys",
15177]
15178
15179[[package]]
15180name = "screencapturekit-sys"
15181version = "0.2.8"
15182source = "registry+https://github.com/rust-lang/crates.io-index"
15183checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15184dependencies = [
15185 "block",
15186 "dispatch",
15187 "objc",
15188 "objc-foundation",
15189 "objc_id",
15190 "once_cell",
15191]
15192
15193[[package]]
15194name = "scroll"
15195version = "0.12.0"
15196source = "registry+https://github.com/rust-lang/crates.io-index"
15197checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15198dependencies = [
15199 "scroll_derive",
15200]
15201
15202[[package]]
15203name = "scroll_derive"
15204version = "0.12.1"
15205source = "registry+https://github.com/rust-lang/crates.io-index"
15206checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15207dependencies = [
15208 "proc-macro2",
15209 "quote",
15210 "syn 2.0.117",
15211]
15212
15213[[package]]
15214name = "sct"
15215version = "0.7.1"
15216source = "registry+https://github.com/rust-lang/crates.io-index"
15217checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15218dependencies = [
15219 "ring",
15220 "untrusted 0.9.0",
15221]
15222
15223[[package]]
15224name = "sdd"
15225version = "4.6.2"
15226source = "registry+https://github.com/rust-lang/crates.io-index"
15227checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15228
15229[[package]]
15230name = "sea-bae"
15231version = "0.2.1"
15232source = "registry+https://github.com/rust-lang/crates.io-index"
15233checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15234dependencies = [
15235 "heck 0.4.1",
15236 "proc-macro-error2",
15237 "proc-macro2",
15238 "quote",
15239 "syn 2.0.117",
15240]
15241
15242[[package]]
15243name = "sea-orm"
15244version = "1.1.10"
15245source = "registry+https://github.com/rust-lang/crates.io-index"
15246checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15247dependencies = [
15248 "async-stream",
15249 "async-trait",
15250 "bigdecimal",
15251 "chrono",
15252 "futures-util",
15253 "log",
15254 "ouroboros",
15255 "pgvector",
15256 "rust_decimal",
15257 "sea-orm-macros",
15258 "sea-query",
15259 "sea-query-binder",
15260 "serde",
15261 "serde_json",
15262 "sqlx",
15263 "strum 0.26.3",
15264 "thiserror 2.0.17",
15265 "time",
15266 "tracing",
15267 "url",
15268 "uuid",
15269]
15270
15271[[package]]
15272name = "sea-orm-macros"
15273version = "1.1.10"
15274source = "registry+https://github.com/rust-lang/crates.io-index"
15275checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15276dependencies = [
15277 "heck 0.4.1",
15278 "proc-macro2",
15279 "quote",
15280 "sea-bae",
15281 "syn 2.0.117",
15282 "unicode-ident",
15283]
15284
15285[[package]]
15286name = "sea-query"
15287version = "0.32.7"
15288source = "registry+https://github.com/rust-lang/crates.io-index"
15289checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15290dependencies = [
15291 "bigdecimal",
15292 "chrono",
15293 "inherent",
15294 "ordered-float 4.6.0",
15295 "rust_decimal",
15296 "serde_json",
15297 "time",
15298 "uuid",
15299]
15300
15301[[package]]
15302name = "sea-query-binder"
15303version = "0.7.0"
15304source = "registry+https://github.com/rust-lang/crates.io-index"
15305checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15306dependencies = [
15307 "bigdecimal",
15308 "chrono",
15309 "rust_decimal",
15310 "sea-query",
15311 "serde_json",
15312 "sqlx",
15313 "time",
15314 "uuid",
15315]
15316
15317[[package]]
15318name = "seahash"
15319version = "4.1.0"
15320source = "registry+https://github.com/rust-lang/crates.io-index"
15321checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15322
15323[[package]]
15324name = "search"
15325version = "0.1.0"
15326dependencies = [
15327 "any_vec",
15328 "anyhow",
15329 "bitflags 2.10.0",
15330 "collections",
15331 "editor",
15332 "fs",
15333 "futures 0.3.31",
15334 "gpui",
15335 "itertools 0.14.0",
15336 "language",
15337 "lsp",
15338 "menu",
15339 "multi_buffer",
15340 "pretty_assertions",
15341 "project",
15342 "serde",
15343 "serde_json",
15344 "settings",
15345 "smol",
15346 "theme",
15347 "theme_settings",
15348 "tracing",
15349 "ui",
15350 "unindent",
15351 "util",
15352 "util_macros",
15353 "workspace",
15354 "zed_actions",
15355 "ztracing",
15356]
15357
15358[[package]]
15359name = "sec1"
15360version = "0.3.0"
15361source = "registry+https://github.com/rust-lang/crates.io-index"
15362checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15363dependencies = [
15364 "base16ct",
15365 "der 0.6.1",
15366 "generic-array",
15367 "pkcs8 0.9.0",
15368 "subtle",
15369 "zeroize",
15370]
15371
15372[[package]]
15373name = "security-framework"
15374version = "2.11.1"
15375source = "registry+https://github.com/rust-lang/crates.io-index"
15376checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15377dependencies = [
15378 "bitflags 2.10.0",
15379 "core-foundation 0.9.4",
15380 "core-foundation-sys",
15381 "libc",
15382 "security-framework-sys",
15383]
15384
15385[[package]]
15386name = "security-framework"
15387version = "3.5.1"
15388source = "registry+https://github.com/rust-lang/crates.io-index"
15389checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15390dependencies = [
15391 "bitflags 2.10.0",
15392 "core-foundation 0.10.0",
15393 "core-foundation-sys",
15394 "libc",
15395 "security-framework-sys",
15396]
15397
15398[[package]]
15399name = "security-framework-sys"
15400version = "2.15.0"
15401source = "registry+https://github.com/rust-lang/crates.io-index"
15402checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15403dependencies = [
15404 "core-foundation-sys",
15405 "libc",
15406]
15407
15408[[package]]
15409name = "self_cell"
15410version = "1.2.2"
15411source = "registry+https://github.com/rust-lang/crates.io-index"
15412checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15413
15414[[package]]
15415name = "semver"
15416version = "1.0.27"
15417source = "registry+https://github.com/rust-lang/crates.io-index"
15418checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15419dependencies = [
15420 "serde",
15421 "serde_core",
15422]
15423
15424[[package]]
15425name = "seq-macro"
15426version = "0.3.6"
15427source = "registry+https://github.com/rust-lang/crates.io-index"
15428checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15429
15430[[package]]
15431name = "serde"
15432version = "1.0.228"
15433source = "registry+https://github.com/rust-lang/crates.io-index"
15434checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15435dependencies = [
15436 "serde_core",
15437 "serde_derive",
15438]
15439
15440[[package]]
15441name = "serde_bytes"
15442version = "0.11.19"
15443source = "registry+https://github.com/rust-lang/crates.io-index"
15444checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15445dependencies = [
15446 "serde",
15447 "serde_core",
15448]
15449
15450[[package]]
15451name = "serde_core"
15452version = "1.0.228"
15453source = "registry+https://github.com/rust-lang/crates.io-index"
15454checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15455dependencies = [
15456 "serde_derive",
15457]
15458
15459[[package]]
15460name = "serde_derive"
15461version = "1.0.228"
15462source = "registry+https://github.com/rust-lang/crates.io-index"
15463checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15464dependencies = [
15465 "proc-macro2",
15466 "quote",
15467 "syn 2.0.117",
15468]
15469
15470[[package]]
15471name = "serde_derive_internals"
15472version = "0.29.1"
15473source = "registry+https://github.com/rust-lang/crates.io-index"
15474checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15475dependencies = [
15476 "proc-macro2",
15477 "quote",
15478 "syn 2.0.117",
15479]
15480
15481[[package]]
15482name = "serde_fmt"
15483version = "1.0.3"
15484source = "registry+https://github.com/rust-lang/crates.io-index"
15485checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15486dependencies = [
15487 "serde",
15488]
15489
15490[[package]]
15491name = "serde_json"
15492version = "1.0.145"
15493source = "registry+https://github.com/rust-lang/crates.io-index"
15494checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15495dependencies = [
15496 "indexmap",
15497 "itoa",
15498 "memchr",
15499 "ryu",
15500 "serde",
15501 "serde_core",
15502]
15503
15504[[package]]
15505name = "serde_json_lenient"
15506version = "0.2.4"
15507source = "registry+https://github.com/rust-lang/crates.io-index"
15508checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15509dependencies = [
15510 "indexmap",
15511 "itoa",
15512 "memchr",
15513 "ryu",
15514 "serde",
15515]
15516
15517[[package]]
15518name = "serde_path_to_error"
15519version = "0.1.20"
15520source = "registry+https://github.com/rust-lang/crates.io-index"
15521checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15522dependencies = [
15523 "itoa",
15524 "serde",
15525 "serde_core",
15526]
15527
15528[[package]]
15529name = "serde_repr"
15530version = "0.1.20"
15531source = "registry+https://github.com/rust-lang/crates.io-index"
15532checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15533dependencies = [
15534 "proc-macro2",
15535 "quote",
15536 "syn 2.0.117",
15537]
15538
15539[[package]]
15540name = "serde_spanned"
15541version = "0.6.9"
15542source = "registry+https://github.com/rust-lang/crates.io-index"
15543checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15544dependencies = [
15545 "serde",
15546]
15547
15548[[package]]
15549name = "serde_spanned"
15550version = "1.0.3"
15551source = "registry+https://github.com/rust-lang/crates.io-index"
15552checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15553dependencies = [
15554 "serde_core",
15555]
15556
15557[[package]]
15558name = "serde_urlencoded"
15559version = "0.7.1"
15560source = "registry+https://github.com/rust-lang/crates.io-index"
15561checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15562dependencies = [
15563 "form_urlencoded",
15564 "itoa",
15565 "ryu",
15566 "serde",
15567]
15568
15569[[package]]
15570name = "serde_yaml"
15571version = "0.9.34+deprecated"
15572source = "registry+https://github.com/rust-lang/crates.io-index"
15573checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15574dependencies = [
15575 "indexmap",
15576 "itoa",
15577 "ryu",
15578 "serde",
15579 "unsafe-libyaml",
15580]
15581
15582[[package]]
15583name = "serial2"
15584version = "0.2.33"
15585source = "registry+https://github.com/rust-lang/crates.io-index"
15586checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15587dependencies = [
15588 "cfg-if",
15589 "libc",
15590 "winapi",
15591]
15592
15593[[package]]
15594name = "session"
15595version = "0.1.0"
15596dependencies = [
15597 "db",
15598 "gpui",
15599 "serde_json",
15600 "util",
15601 "uuid",
15602]
15603
15604[[package]]
15605name = "settings"
15606version = "0.1.0"
15607dependencies = [
15608 "anyhow",
15609 "collections",
15610 "ec4rs",
15611 "fs",
15612 "futures 0.3.31",
15613 "gpui",
15614 "indoc",
15615 "inventory",
15616 "log",
15617 "migrator",
15618 "paths",
15619 "pretty_assertions",
15620 "release_channel",
15621 "rust-embed",
15622 "schemars",
15623 "serde",
15624 "serde_json",
15625 "serde_json_lenient",
15626 "settings_content",
15627 "settings_json",
15628 "settings_macros",
15629 "smallvec",
15630 "unindent",
15631 "util",
15632 "zlog",
15633]
15634
15635[[package]]
15636name = "settings_content"
15637version = "0.1.0"
15638dependencies = [
15639 "anyhow",
15640 "collections",
15641 "derive_more",
15642 "gpui",
15643 "log",
15644 "schemars",
15645 "serde",
15646 "serde_json",
15647 "serde_json_lenient",
15648 "settings_json",
15649 "settings_macros",
15650 "strum 0.27.2",
15651 "util",
15652]
15653
15654[[package]]
15655name = "settings_json"
15656version = "0.1.0"
15657dependencies = [
15658 "anyhow",
15659 "pretty_assertions",
15660 "serde",
15661 "serde_json",
15662 "serde_json_lenient",
15663 "serde_path_to_error",
15664 "tree-sitter",
15665 "tree-sitter-json",
15666 "unindent",
15667 "util",
15668]
15669
15670[[package]]
15671name = "settings_macros"
15672version = "0.1.0"
15673dependencies = [
15674 "quote",
15675 "settings",
15676 "syn 2.0.117",
15677]
15678
15679[[package]]
15680name = "settings_profile_selector"
15681version = "0.1.0"
15682dependencies = [
15683 "editor",
15684 "fuzzy",
15685 "gpui",
15686 "menu",
15687 "picker",
15688 "project",
15689 "serde_json",
15690 "settings",
15691 "theme",
15692 "theme_settings",
15693 "ui",
15694 "workspace",
15695 "zed_actions",
15696]
15697
15698[[package]]
15699name = "settings_ui"
15700version = "0.1.0"
15701dependencies = [
15702 "agent",
15703 "agent_settings",
15704 "anyhow",
15705 "audio",
15706 "codestral",
15707 "component",
15708 "copilot",
15709 "copilot_ui",
15710 "cpal",
15711 "edit_prediction",
15712 "edit_prediction_ui",
15713 "editor",
15714 "feature_flags",
15715 "fs",
15716 "futures 0.3.31",
15717 "fuzzy",
15718 "gpui",
15719 "heck 0.5.0",
15720 "itertools 0.14.0",
15721 "language",
15722 "log",
15723 "menu",
15724 "paths",
15725 "picker",
15726 "platform_title_bar",
15727 "pretty_assertions",
15728 "project",
15729 "regex",
15730 "release_channel",
15731 "rodio",
15732 "schemars",
15733 "search",
15734 "serde",
15735 "serde_json",
15736 "settings",
15737 "shell_command_parser",
15738 "strum 0.27.2",
15739 "telemetry",
15740 "theme",
15741 "theme_settings",
15742 "title_bar",
15743 "ui",
15744 "util",
15745 "workspace",
15746 "zed_actions",
15747]
15748
15749[[package]]
15750name = "sha-1"
15751version = "0.10.1"
15752source = "registry+https://github.com/rust-lang/crates.io-index"
15753checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15754dependencies = [
15755 "cfg-if",
15756 "cpufeatures",
15757 "digest",
15758]
15759
15760[[package]]
15761name = "sha1"
15762version = "0.10.6"
15763source = "registry+https://github.com/rust-lang/crates.io-index"
15764checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15765dependencies = [
15766 "cfg-if",
15767 "cpufeatures",
15768 "digest",
15769]
15770
15771[[package]]
15772name = "sha1_smol"
15773version = "1.0.1"
15774source = "registry+https://github.com/rust-lang/crates.io-index"
15775checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
15776
15777[[package]]
15778name = "sha2"
15779version = "0.10.9"
15780source = "registry+https://github.com/rust-lang/crates.io-index"
15781checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
15782dependencies = [
15783 "cfg-if",
15784 "cpufeatures",
15785 "digest",
15786]
15787
15788[[package]]
15789name = "sharded-slab"
15790version = "0.1.7"
15791source = "registry+https://github.com/rust-lang/crates.io-index"
15792checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
15793dependencies = [
15794 "lazy_static",
15795]
15796
15797[[package]]
15798name = "shared_library"
15799version = "0.1.9"
15800source = "registry+https://github.com/rust-lang/crates.io-index"
15801checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
15802dependencies = [
15803 "lazy_static",
15804 "libc",
15805]
15806
15807[[package]]
15808name = "shell-words"
15809version = "1.1.0"
15810source = "registry+https://github.com/rust-lang/crates.io-index"
15811checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
15812
15813[[package]]
15814name = "shell_command_parser"
15815version = "0.1.0"
15816dependencies = [
15817 "brush-parser",
15818]
15819
15820[[package]]
15821name = "shellexpand"
15822version = "2.1.2"
15823source = "registry+https://github.com/rust-lang/crates.io-index"
15824checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
15825dependencies = [
15826 "dirs 4.0.0",
15827]
15828
15829[[package]]
15830name = "shellexpand"
15831version = "3.1.1"
15832source = "registry+https://github.com/rust-lang/crates.io-index"
15833checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
15834dependencies = [
15835 "dirs 6.0.0",
15836]
15837
15838[[package]]
15839name = "shingles"
15840version = "0.1.1"
15841source = "registry+https://github.com/rust-lang/crates.io-index"
15842checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
15843
15844[[package]]
15845name = "shlex"
15846version = "1.3.0"
15847source = "registry+https://github.com/rust-lang/crates.io-index"
15848checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
15849
15850[[package]]
15851name = "sidebar"
15852version = "0.1.0"
15853dependencies = [
15854 "acp_thread",
15855 "action_log",
15856 "agent",
15857 "agent-client-protocol",
15858 "agent_settings",
15859 "agent_ui",
15860 "anyhow",
15861 "chrono",
15862 "collections",
15863 "editor",
15864 "feature_flags",
15865 "fs",
15866 "git",
15867 "gpui",
15868 "language_model",
15869 "log",
15870 "menu",
15871 "platform_title_bar",
15872 "pretty_assertions",
15873 "project",
15874 "prompt_store",
15875 "recent_projects",
15876 "remote",
15877 "serde",
15878 "serde_json",
15879 "settings",
15880 "theme",
15881 "theme_settings",
15882 "ui",
15883 "util",
15884 "vim_mode_setting",
15885 "workspace",
15886 "zed_actions",
15887]
15888
15889[[package]]
15890name = "signal-hook"
15891version = "0.3.18"
15892source = "registry+https://github.com/rust-lang/crates.io-index"
15893checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
15894dependencies = [
15895 "libc",
15896 "signal-hook-registry",
15897]
15898
15899[[package]]
15900name = "signal-hook-registry"
15901version = "1.4.6"
15902source = "registry+https://github.com/rust-lang/crates.io-index"
15903checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
15904dependencies = [
15905 "libc",
15906]
15907
15908[[package]]
15909name = "signature"
15910version = "1.6.4"
15911source = "registry+https://github.com/rust-lang/crates.io-index"
15912checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
15913dependencies = [
15914 "digest",
15915 "rand_core 0.6.4",
15916]
15917
15918[[package]]
15919name = "signature"
15920version = "2.2.0"
15921source = "registry+https://github.com/rust-lang/crates.io-index"
15922checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
15923dependencies = [
15924 "digest",
15925 "rand_core 0.6.4",
15926]
15927
15928[[package]]
15929name = "simd-adler32"
15930version = "0.3.7"
15931source = "registry+https://github.com/rust-lang/crates.io-index"
15932checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
15933
15934[[package]]
15935name = "simd_helpers"
15936version = "0.1.0"
15937source = "registry+https://github.com/rust-lang/crates.io-index"
15938checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
15939dependencies = [
15940 "quote",
15941]
15942
15943[[package]]
15944name = "simdutf8"
15945version = "0.1.5"
15946source = "registry+https://github.com/rust-lang/crates.io-index"
15947checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
15948
15949[[package]]
15950name = "similar"
15951version = "2.7.0"
15952source = "registry+https://github.com/rust-lang/crates.io-index"
15953checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
15954
15955[[package]]
15956name = "simple_asn1"
15957version = "0.6.3"
15958source = "registry+https://github.com/rust-lang/crates.io-index"
15959checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
15960dependencies = [
15961 "num-bigint",
15962 "num-traits",
15963 "thiserror 2.0.17",
15964 "time",
15965]
15966
15967[[package]]
15968name = "simplecss"
15969version = "0.2.2"
15970source = "registry+https://github.com/rust-lang/crates.io-index"
15971checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
15972dependencies = [
15973 "log",
15974]
15975
15976[[package]]
15977name = "simplelog"
15978version = "0.12.2"
15979source = "registry+https://github.com/rust-lang/crates.io-index"
15980checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
15981dependencies = [
15982 "log",
15983 "termcolor",
15984 "time",
15985]
15986
15987[[package]]
15988name = "siphasher"
15989version = "0.3.11"
15990source = "registry+https://github.com/rust-lang/crates.io-index"
15991checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
15992
15993[[package]]
15994name = "siphasher"
15995version = "1.0.1"
15996source = "registry+https://github.com/rust-lang/crates.io-index"
15997checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
15998
15999[[package]]
16000name = "skrifa"
16001version = "0.37.0"
16002source = "registry+https://github.com/rust-lang/crates.io-index"
16003checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16004dependencies = [
16005 "bytemuck",
16006 "read-fonts 0.35.0",
16007]
16008
16009[[package]]
16010name = "skrifa"
16011version = "0.40.0"
16012source = "registry+https://github.com/rust-lang/crates.io-index"
16013checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16014dependencies = [
16015 "bytemuck",
16016 "read-fonts 0.37.0",
16017]
16018
16019[[package]]
16020name = "slab"
16021version = "0.4.11"
16022source = "registry+https://github.com/rust-lang/crates.io-index"
16023checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16024
16025[[package]]
16026name = "slotmap"
16027version = "1.0.7"
16028source = "registry+https://github.com/rust-lang/crates.io-index"
16029checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16030dependencies = [
16031 "version_check",
16032]
16033
16034[[package]]
16035name = "smallvec"
16036version = "1.15.1"
16037source = "registry+https://github.com/rust-lang/crates.io-index"
16038checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16039dependencies = [
16040 "serde",
16041]
16042
16043[[package]]
16044name = "smart-default"
16045version = "0.7.1"
16046source = "registry+https://github.com/rust-lang/crates.io-index"
16047checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16048dependencies = [
16049 "proc-macro2",
16050 "quote",
16051 "syn 2.0.117",
16052]
16053
16054[[package]]
16055name = "smol"
16056version = "2.0.2"
16057source = "registry+https://github.com/rust-lang/crates.io-index"
16058checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16059dependencies = [
16060 "async-channel 2.5.0",
16061 "async-executor",
16062 "async-fs",
16063 "async-io",
16064 "async-lock 3.4.2",
16065 "async-net",
16066 "async-process",
16067 "blocking",
16068 "futures-lite 2.6.1",
16069]
16070
16071[[package]]
16072name = "smol_str"
16073version = "0.3.5"
16074source = "registry+https://github.com/rust-lang/crates.io-index"
16075checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16076
16077[[package]]
16078name = "snippet"
16079version = "0.1.0"
16080dependencies = [
16081 "anyhow",
16082 "smallvec",
16083]
16084
16085[[package]]
16086name = "snippet_provider"
16087version = "0.1.0"
16088dependencies = [
16089 "anyhow",
16090 "collections",
16091 "extension",
16092 "fs",
16093 "futures 0.3.31",
16094 "gpui",
16095 "indoc",
16096 "parking_lot",
16097 "paths",
16098 "schemars",
16099 "serde",
16100 "serde_json",
16101 "serde_json_lenient",
16102 "snippet",
16103 "util",
16104]
16105
16106[[package]]
16107name = "snippets_ui"
16108version = "0.1.0"
16109dependencies = [
16110 "file_icons",
16111 "fuzzy",
16112 "gpui",
16113 "language",
16114 "open_path_prompt",
16115 "paths",
16116 "picker",
16117 "settings",
16118 "ui",
16119 "util",
16120 "workspace",
16121]
16122
16123[[package]]
16124name = "socket2"
16125version = "0.5.10"
16126source = "registry+https://github.com/rust-lang/crates.io-index"
16127checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16128dependencies = [
16129 "libc",
16130 "windows-sys 0.52.0",
16131]
16132
16133[[package]]
16134name = "socket2"
16135version = "0.6.1"
16136source = "registry+https://github.com/rust-lang/crates.io-index"
16137checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16138dependencies = [
16139 "libc",
16140 "windows-sys 0.60.2",
16141]
16142
16143[[package]]
16144name = "spdx"
16145version = "0.10.9"
16146source = "registry+https://github.com/rust-lang/crates.io-index"
16147checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16148dependencies = [
16149 "smallvec",
16150]
16151
16152[[package]]
16153name = "spin"
16154version = "0.9.8"
16155source = "registry+https://github.com/rust-lang/crates.io-index"
16156checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16157dependencies = [
16158 "lock_api",
16159]
16160
16161[[package]]
16162name = "spin"
16163version = "0.10.0"
16164source = "registry+https://github.com/rust-lang/crates.io-index"
16165checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16166dependencies = [
16167 "lock_api",
16168]
16169
16170[[package]]
16171name = "spirv"
16172version = "0.4.0+sdk-1.4.341.0"
16173source = "registry+https://github.com/rust-lang/crates.io-index"
16174checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16175dependencies = [
16176 "bitflags 2.10.0",
16177]
16178
16179[[package]]
16180name = "spki"
16181version = "0.6.0"
16182source = "registry+https://github.com/rust-lang/crates.io-index"
16183checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16184dependencies = [
16185 "base64ct",
16186 "der 0.6.1",
16187]
16188
16189[[package]]
16190name = "spki"
16191version = "0.7.3"
16192source = "registry+https://github.com/rust-lang/crates.io-index"
16193checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16194dependencies = [
16195 "base64ct",
16196 "der 0.7.10",
16197]
16198
16199[[package]]
16200name = "sqlez"
16201version = "0.1.0"
16202dependencies = [
16203 "anyhow",
16204 "collections",
16205 "futures 0.3.31",
16206 "indoc",
16207 "libsqlite3-sys",
16208 "log",
16209 "parking_lot",
16210 "smol",
16211 "sqlformat",
16212 "thread_local",
16213 "util",
16214 "uuid",
16215]
16216
16217[[package]]
16218name = "sqlez_macros"
16219version = "0.1.0"
16220dependencies = [
16221 "sqlez",
16222 "sqlformat",
16223 "syn 2.0.117",
16224]
16225
16226[[package]]
16227name = "sqlformat"
16228version = "0.2.6"
16229source = "registry+https://github.com/rust-lang/crates.io-index"
16230checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16231dependencies = [
16232 "nom 7.1.3",
16233 "unicode_categories",
16234]
16235
16236[[package]]
16237name = "sqlx"
16238version = "0.8.6"
16239source = "registry+https://github.com/rust-lang/crates.io-index"
16240checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16241dependencies = [
16242 "sqlx-core",
16243 "sqlx-macros",
16244 "sqlx-mysql",
16245 "sqlx-postgres",
16246 "sqlx-sqlite",
16247]
16248
16249[[package]]
16250name = "sqlx-core"
16251version = "0.8.6"
16252source = "registry+https://github.com/rust-lang/crates.io-index"
16253checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16254dependencies = [
16255 "base64 0.22.1",
16256 "bigdecimal",
16257 "bytes 1.11.1",
16258 "chrono",
16259 "crc",
16260 "crossbeam-queue",
16261 "either",
16262 "event-listener 5.4.1",
16263 "futures-core",
16264 "futures-intrusive",
16265 "futures-io",
16266 "futures-util",
16267 "hashbrown 0.15.5",
16268 "hashlink 0.10.0",
16269 "indexmap",
16270 "log",
16271 "memchr",
16272 "once_cell",
16273 "percent-encoding",
16274 "rust_decimal",
16275 "rustls 0.23.33",
16276 "serde",
16277 "serde_json",
16278 "sha2",
16279 "smallvec",
16280 "thiserror 2.0.17",
16281 "time",
16282 "tokio",
16283 "tokio-stream",
16284 "tracing",
16285 "url",
16286 "uuid",
16287 "webpki-roots",
16288]
16289
16290[[package]]
16291name = "sqlx-macros"
16292version = "0.8.6"
16293source = "registry+https://github.com/rust-lang/crates.io-index"
16294checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16295dependencies = [
16296 "proc-macro2",
16297 "quote",
16298 "sqlx-core",
16299 "sqlx-macros-core",
16300 "syn 2.0.117",
16301]
16302
16303[[package]]
16304name = "sqlx-macros-core"
16305version = "0.8.6"
16306source = "registry+https://github.com/rust-lang/crates.io-index"
16307checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16308dependencies = [
16309 "dotenvy",
16310 "either",
16311 "heck 0.5.0",
16312 "hex",
16313 "once_cell",
16314 "proc-macro2",
16315 "quote",
16316 "serde",
16317 "serde_json",
16318 "sha2",
16319 "sqlx-core",
16320 "sqlx-mysql",
16321 "sqlx-postgres",
16322 "sqlx-sqlite",
16323 "syn 2.0.117",
16324 "tokio",
16325 "url",
16326]
16327
16328[[package]]
16329name = "sqlx-mysql"
16330version = "0.8.6"
16331source = "registry+https://github.com/rust-lang/crates.io-index"
16332checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16333dependencies = [
16334 "atoi",
16335 "base64 0.22.1",
16336 "bigdecimal",
16337 "bitflags 2.10.0",
16338 "byteorder",
16339 "bytes 1.11.1",
16340 "chrono",
16341 "crc",
16342 "digest",
16343 "dotenvy",
16344 "either",
16345 "futures-channel",
16346 "futures-core",
16347 "futures-io",
16348 "futures-util",
16349 "generic-array",
16350 "hex",
16351 "hkdf",
16352 "hmac",
16353 "itoa",
16354 "log",
16355 "md-5",
16356 "memchr",
16357 "once_cell",
16358 "percent-encoding",
16359 "rand 0.8.5",
16360 "rsa",
16361 "rust_decimal",
16362 "serde",
16363 "sha1",
16364 "sha2",
16365 "smallvec",
16366 "sqlx-core",
16367 "stringprep",
16368 "thiserror 2.0.17",
16369 "time",
16370 "tracing",
16371 "uuid",
16372 "whoami",
16373]
16374
16375[[package]]
16376name = "sqlx-postgres"
16377version = "0.8.6"
16378source = "registry+https://github.com/rust-lang/crates.io-index"
16379checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16380dependencies = [
16381 "atoi",
16382 "base64 0.22.1",
16383 "bigdecimal",
16384 "bitflags 2.10.0",
16385 "byteorder",
16386 "chrono",
16387 "crc",
16388 "dotenvy",
16389 "etcetera",
16390 "futures-channel",
16391 "futures-core",
16392 "futures-util",
16393 "hex",
16394 "hkdf",
16395 "hmac",
16396 "home",
16397 "itoa",
16398 "log",
16399 "md-5",
16400 "memchr",
16401 "num-bigint",
16402 "once_cell",
16403 "rand 0.8.5",
16404 "rust_decimal",
16405 "serde",
16406 "serde_json",
16407 "sha2",
16408 "smallvec",
16409 "sqlx-core",
16410 "stringprep",
16411 "thiserror 2.0.17",
16412 "time",
16413 "tracing",
16414 "uuid",
16415 "whoami",
16416]
16417
16418[[package]]
16419name = "sqlx-sqlite"
16420version = "0.8.6"
16421source = "registry+https://github.com/rust-lang/crates.io-index"
16422checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16423dependencies = [
16424 "atoi",
16425 "chrono",
16426 "flume",
16427 "futures-channel",
16428 "futures-core",
16429 "futures-executor",
16430 "futures-intrusive",
16431 "futures-util",
16432 "libsqlite3-sys",
16433 "log",
16434 "percent-encoding",
16435 "serde",
16436 "serde_urlencoded",
16437 "sqlx-core",
16438 "thiserror 2.0.17",
16439 "time",
16440 "tracing",
16441 "url",
16442 "uuid",
16443]
16444
16445[[package]]
16446name = "stable_deref_trait"
16447version = "1.2.1"
16448source = "registry+https://github.com/rust-lang/crates.io-index"
16449checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16450
16451[[package]]
16452name = "stacker"
16453version = "0.1.23"
16454source = "registry+https://github.com/rust-lang/crates.io-index"
16455checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16456dependencies = [
16457 "cc",
16458 "cfg-if",
16459 "libc",
16460 "psm",
16461 "windows-sys 0.59.0",
16462]
16463
16464[[package]]
16465name = "stacksafe"
16466version = "0.1.4"
16467source = "registry+https://github.com/rust-lang/crates.io-index"
16468checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16469dependencies = [
16470 "stacker",
16471 "stacksafe-macro",
16472]
16473
16474[[package]]
16475name = "stacksafe-macro"
16476version = "0.1.4"
16477source = "registry+https://github.com/rust-lang/crates.io-index"
16478checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16479dependencies = [
16480 "proc-macro-error2",
16481 "quote",
16482 "syn 2.0.117",
16483]
16484
16485[[package]]
16486name = "static_assertions"
16487version = "1.1.0"
16488source = "registry+https://github.com/rust-lang/crates.io-index"
16489checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16490
16491[[package]]
16492name = "story"
16493version = "0.1.0"
16494dependencies = [
16495 "gpui",
16496 "itertools 0.14.0",
16497 "smallvec",
16498]
16499
16500[[package]]
16501name = "storybook"
16502version = "0.1.0"
16503dependencies = [
16504 "anyhow",
16505 "clap",
16506 "ctrlc",
16507 "dialoguer",
16508 "editor",
16509 "fuzzy",
16510 "gpui",
16511 "gpui_platform",
16512 "indoc",
16513 "language",
16514 "log",
16515 "menu",
16516 "picker",
16517 "reqwest_client",
16518 "rust-embed",
16519 "settings",
16520 "simplelog",
16521 "story",
16522 "strum 0.27.2",
16523 "theme",
16524 "theme_settings",
16525 "title_bar",
16526 "ui",
16527]
16528
16529[[package]]
16530name = "streaming-iterator"
16531version = "0.1.9"
16532source = "registry+https://github.com/rust-lang/crates.io-index"
16533checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16534
16535[[package]]
16536name = "streaming_diff"
16537version = "0.1.0"
16538dependencies = [
16539 "ordered-float 2.10.1",
16540 "rand 0.9.2",
16541 "rope",
16542 "util",
16543]
16544
16545[[package]]
16546name = "strength_reduce"
16547version = "0.2.4"
16548source = "registry+https://github.com/rust-lang/crates.io-index"
16549checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16550
16551[[package]]
16552name = "strict-num"
16553version = "0.1.1"
16554source = "registry+https://github.com/rust-lang/crates.io-index"
16555checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16556dependencies = [
16557 "float-cmp",
16558]
16559
16560[[package]]
16561name = "string_cache"
16562version = "0.8.9"
16563source = "registry+https://github.com/rust-lang/crates.io-index"
16564checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16565dependencies = [
16566 "new_debug_unreachable",
16567 "parking_lot",
16568 "phf_shared 0.11.3",
16569 "precomputed-hash",
16570 "serde",
16571]
16572
16573[[package]]
16574name = "string_cache_codegen"
16575version = "0.5.4"
16576source = "registry+https://github.com/rust-lang/crates.io-index"
16577checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16578dependencies = [
16579 "phf_generator 0.11.3",
16580 "phf_shared 0.11.3",
16581 "proc-macro2",
16582 "quote",
16583]
16584
16585[[package]]
16586name = "stringprep"
16587version = "0.1.5"
16588source = "registry+https://github.com/rust-lang/crates.io-index"
16589checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16590dependencies = [
16591 "unicode-bidi",
16592 "unicode-normalization",
16593 "unicode-properties",
16594]
16595
16596[[package]]
16597name = "strsim"
16598version = "0.11.1"
16599source = "registry+https://github.com/rust-lang/crates.io-index"
16600checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16601
16602[[package]]
16603name = "strum"
16604version = "0.26.3"
16605source = "registry+https://github.com/rust-lang/crates.io-index"
16606checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16607
16608[[package]]
16609name = "strum"
16610version = "0.27.2"
16611source = "registry+https://github.com/rust-lang/crates.io-index"
16612checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16613dependencies = [
16614 "strum_macros 0.27.2",
16615]
16616
16617[[package]]
16618name = "strum"
16619version = "0.28.0"
16620source = "registry+https://github.com/rust-lang/crates.io-index"
16621checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16622dependencies = [
16623 "strum_macros 0.28.0",
16624]
16625
16626[[package]]
16627name = "strum_macros"
16628version = "0.27.2"
16629source = "registry+https://github.com/rust-lang/crates.io-index"
16630checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16631dependencies = [
16632 "heck 0.5.0",
16633 "proc-macro2",
16634 "quote",
16635 "syn 2.0.117",
16636]
16637
16638[[package]]
16639name = "strum_macros"
16640version = "0.28.0"
16641source = "registry+https://github.com/rust-lang/crates.io-index"
16642checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16643dependencies = [
16644 "heck 0.5.0",
16645 "proc-macro2",
16646 "quote",
16647 "syn 2.0.117",
16648]
16649
16650[[package]]
16651name = "subtle"
16652version = "2.6.1"
16653source = "registry+https://github.com/rust-lang/crates.io-index"
16654checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16655
16656[[package]]
16657name = "sum_tree"
16658version = "0.1.0"
16659dependencies = [
16660 "ctor",
16661 "heapless",
16662 "log",
16663 "proptest",
16664 "rand 0.9.2",
16665 "rayon",
16666 "tracing",
16667 "zlog",
16668 "ztracing",
16669]
16670
16671[[package]]
16672name = "sval"
16673version = "2.15.0"
16674source = "registry+https://github.com/rust-lang/crates.io-index"
16675checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16676
16677[[package]]
16678name = "sval_buffer"
16679version = "2.15.0"
16680source = "registry+https://github.com/rust-lang/crates.io-index"
16681checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16682dependencies = [
16683 "sval",
16684 "sval_ref",
16685]
16686
16687[[package]]
16688name = "sval_dynamic"
16689version = "2.15.0"
16690source = "registry+https://github.com/rust-lang/crates.io-index"
16691checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16692dependencies = [
16693 "sval",
16694]
16695
16696[[package]]
16697name = "sval_fmt"
16698version = "2.15.0"
16699source = "registry+https://github.com/rust-lang/crates.io-index"
16700checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16701dependencies = [
16702 "itoa",
16703 "ryu",
16704 "sval",
16705]
16706
16707[[package]]
16708name = "sval_json"
16709version = "2.15.0"
16710source = "registry+https://github.com/rust-lang/crates.io-index"
16711checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16712dependencies = [
16713 "itoa",
16714 "ryu",
16715 "sval",
16716]
16717
16718[[package]]
16719name = "sval_nested"
16720version = "2.15.0"
16721source = "registry+https://github.com/rust-lang/crates.io-index"
16722checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16723dependencies = [
16724 "sval",
16725 "sval_buffer",
16726 "sval_ref",
16727]
16728
16729[[package]]
16730name = "sval_ref"
16731version = "2.15.0"
16732source = "registry+https://github.com/rust-lang/crates.io-index"
16733checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16734dependencies = [
16735 "sval",
16736]
16737
16738[[package]]
16739name = "sval_serde"
16740version = "2.15.0"
16741source = "registry+https://github.com/rust-lang/crates.io-index"
16742checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16743dependencies = [
16744 "serde_core",
16745 "sval",
16746 "sval_nested",
16747]
16748
16749[[package]]
16750name = "svg_fmt"
16751version = "0.4.5"
16752source = "registry+https://github.com/rust-lang/crates.io-index"
16753checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
16754
16755[[package]]
16756name = "svg_preview"
16757version = "0.1.0"
16758dependencies = [
16759 "file_icons",
16760 "gpui",
16761 "language",
16762 "multi_buffer",
16763 "ui",
16764 "workspace",
16765 "zed_actions",
16766]
16767
16768[[package]]
16769name = "svgtypes"
16770version = "0.15.3"
16771source = "registry+https://github.com/rust-lang/crates.io-index"
16772checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
16773dependencies = [
16774 "kurbo",
16775 "siphasher 1.0.1",
16776]
16777
16778[[package]]
16779name = "swash"
16780version = "0.2.6"
16781source = "registry+https://github.com/rust-lang/crates.io-index"
16782checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
16783dependencies = [
16784 "skrifa 0.37.0",
16785 "yazi",
16786 "zeno",
16787]
16788
16789[[package]]
16790name = "symphonia"
16791version = "0.5.5"
16792source = "registry+https://github.com/rust-lang/crates.io-index"
16793checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
16794dependencies = [
16795 "lazy_static",
16796 "symphonia-bundle-flac",
16797 "symphonia-bundle-mp3",
16798 "symphonia-codec-aac",
16799 "symphonia-codec-pcm",
16800 "symphonia-codec-vorbis",
16801 "symphonia-core",
16802 "symphonia-format-isomp4",
16803 "symphonia-format-ogg",
16804 "symphonia-format-riff",
16805 "symphonia-metadata",
16806]
16807
16808[[package]]
16809name = "symphonia-bundle-flac"
16810version = "0.5.5"
16811source = "registry+https://github.com/rust-lang/crates.io-index"
16812checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
16813dependencies = [
16814 "log",
16815 "symphonia-core",
16816 "symphonia-metadata",
16817 "symphonia-utils-xiph",
16818]
16819
16820[[package]]
16821name = "symphonia-bundle-mp3"
16822version = "0.5.5"
16823source = "registry+https://github.com/rust-lang/crates.io-index"
16824checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
16825dependencies = [
16826 "lazy_static",
16827 "log",
16828 "symphonia-core",
16829 "symphonia-metadata",
16830]
16831
16832[[package]]
16833name = "symphonia-codec-aac"
16834version = "0.5.5"
16835source = "registry+https://github.com/rust-lang/crates.io-index"
16836checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
16837dependencies = [
16838 "lazy_static",
16839 "log",
16840 "symphonia-core",
16841]
16842
16843[[package]]
16844name = "symphonia-codec-pcm"
16845version = "0.5.5"
16846source = "registry+https://github.com/rust-lang/crates.io-index"
16847checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
16848dependencies = [
16849 "log",
16850 "symphonia-core",
16851]
16852
16853[[package]]
16854name = "symphonia-codec-vorbis"
16855version = "0.5.5"
16856source = "registry+https://github.com/rust-lang/crates.io-index"
16857checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
16858dependencies = [
16859 "log",
16860 "symphonia-core",
16861 "symphonia-utils-xiph",
16862]
16863
16864[[package]]
16865name = "symphonia-core"
16866version = "0.5.5"
16867source = "registry+https://github.com/rust-lang/crates.io-index"
16868checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
16869dependencies = [
16870 "arrayvec",
16871 "bitflags 1.3.2",
16872 "bytemuck",
16873 "lazy_static",
16874 "log",
16875]
16876
16877[[package]]
16878name = "symphonia-format-isomp4"
16879version = "0.5.5"
16880source = "registry+https://github.com/rust-lang/crates.io-index"
16881checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
16882dependencies = [
16883 "encoding_rs",
16884 "log",
16885 "symphonia-core",
16886 "symphonia-metadata",
16887 "symphonia-utils-xiph",
16888]
16889
16890[[package]]
16891name = "symphonia-format-ogg"
16892version = "0.5.5"
16893source = "registry+https://github.com/rust-lang/crates.io-index"
16894checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
16895dependencies = [
16896 "log",
16897 "symphonia-core",
16898 "symphonia-metadata",
16899 "symphonia-utils-xiph",
16900]
16901
16902[[package]]
16903name = "symphonia-format-riff"
16904version = "0.5.5"
16905source = "registry+https://github.com/rust-lang/crates.io-index"
16906checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
16907dependencies = [
16908 "extended",
16909 "log",
16910 "symphonia-core",
16911 "symphonia-metadata",
16912]
16913
16914[[package]]
16915name = "symphonia-metadata"
16916version = "0.5.5"
16917source = "registry+https://github.com/rust-lang/crates.io-index"
16918checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
16919dependencies = [
16920 "encoding_rs",
16921 "lazy_static",
16922 "log",
16923 "symphonia-core",
16924]
16925
16926[[package]]
16927name = "symphonia-utils-xiph"
16928version = "0.5.5"
16929source = "registry+https://github.com/rust-lang/crates.io-index"
16930checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
16931dependencies = [
16932 "symphonia-core",
16933 "symphonia-metadata",
16934]
16935
16936[[package]]
16937name = "syn"
16938version = "1.0.109"
16939source = "registry+https://github.com/rust-lang/crates.io-index"
16940checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
16941dependencies = [
16942 "proc-macro2",
16943 "quote",
16944 "unicode-ident",
16945]
16946
16947[[package]]
16948name = "syn"
16949version = "2.0.117"
16950source = "registry+https://github.com/rust-lang/crates.io-index"
16951checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
16952dependencies = [
16953 "proc-macro2",
16954 "quote",
16955 "unicode-ident",
16956]
16957
16958[[package]]
16959name = "sync_wrapper"
16960version = "0.1.2"
16961source = "registry+https://github.com/rust-lang/crates.io-index"
16962checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
16963
16964[[package]]
16965name = "sync_wrapper"
16966version = "1.0.2"
16967source = "registry+https://github.com/rust-lang/crates.io-index"
16968checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
16969dependencies = [
16970 "futures-core",
16971]
16972
16973[[package]]
16974name = "synchronoise"
16975version = "1.0.1"
16976source = "registry+https://github.com/rust-lang/crates.io-index"
16977checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
16978dependencies = [
16979 "crossbeam-queue",
16980]
16981
16982[[package]]
16983name = "synstructure"
16984version = "0.13.2"
16985source = "registry+https://github.com/rust-lang/crates.io-index"
16986checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
16987dependencies = [
16988 "proc-macro2",
16989 "quote",
16990 "syn 2.0.117",
16991]
16992
16993[[package]]
16994name = "syntax_theme"
16995version = "0.1.0"
16996dependencies = [
16997 "gpui",
16998 "serde",
16999 "serde_json",
17000]
17001
17002[[package]]
17003name = "sys-locale"
17004version = "0.3.2"
17005source = "registry+https://github.com/rust-lang/crates.io-index"
17006checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17007dependencies = [
17008 "libc",
17009]
17010
17011[[package]]
17012name = "sysctl"
17013version = "0.5.5"
17014source = "registry+https://github.com/rust-lang/crates.io-index"
17015checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17016dependencies = [
17017 "bitflags 2.10.0",
17018 "byteorder",
17019 "enum-as-inner",
17020 "libc",
17021 "thiserror 1.0.69",
17022 "walkdir",
17023]
17024
17025[[package]]
17026name = "sysctl"
17027version = "0.6.0"
17028source = "registry+https://github.com/rust-lang/crates.io-index"
17029checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17030dependencies = [
17031 "bitflags 2.10.0",
17032 "byteorder",
17033 "enum-as-inner",
17034 "libc",
17035 "thiserror 1.0.69",
17036 "walkdir",
17037]
17038
17039[[package]]
17040name = "sysinfo"
17041version = "0.31.4"
17042source = "registry+https://github.com/rust-lang/crates.io-index"
17043checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17044dependencies = [
17045 "core-foundation-sys",
17046 "libc",
17047 "memchr",
17048 "ntapi",
17049 "rayon",
17050 "windows 0.57.0",
17051]
17052
17053[[package]]
17054name = "sysinfo"
17055version = "0.37.2"
17056source = "registry+https://github.com/rust-lang/crates.io-index"
17057checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17058dependencies = [
17059 "libc",
17060 "memchr",
17061 "ntapi",
17062 "objc2-core-foundation",
17063 "objc2-io-kit",
17064 "windows 0.61.3",
17065]
17066
17067[[package]]
17068name = "system-configuration"
17069version = "0.5.1"
17070source = "registry+https://github.com/rust-lang/crates.io-index"
17071checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17072dependencies = [
17073 "bitflags 1.3.2",
17074 "core-foundation 0.9.4",
17075 "system-configuration-sys 0.5.0",
17076]
17077
17078[[package]]
17079name = "system-configuration"
17080version = "0.6.1"
17081source = "registry+https://github.com/rust-lang/crates.io-index"
17082checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17083dependencies = [
17084 "bitflags 2.10.0",
17085 "core-foundation 0.9.4",
17086 "system-configuration-sys 0.6.0",
17087]
17088
17089[[package]]
17090name = "system-configuration-sys"
17091version = "0.5.0"
17092source = "registry+https://github.com/rust-lang/crates.io-index"
17093checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17094dependencies = [
17095 "core-foundation-sys",
17096 "libc",
17097]
17098
17099[[package]]
17100name = "system-configuration-sys"
17101version = "0.6.0"
17102source = "registry+https://github.com/rust-lang/crates.io-index"
17103checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17104dependencies = [
17105 "core-foundation-sys",
17106 "libc",
17107]
17108
17109[[package]]
17110name = "system-deps"
17111version = "6.2.2"
17112source = "registry+https://github.com/rust-lang/crates.io-index"
17113checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
17114dependencies = [
17115 "cfg-expr 0.15.8",
17116 "heck 0.5.0",
17117 "pkg-config",
17118 "toml 0.8.23",
17119 "version-compare",
17120]
17121
17122[[package]]
17123name = "system-deps"
17124version = "7.0.7"
17125source = "registry+https://github.com/rust-lang/crates.io-index"
17126checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17127dependencies = [
17128 "cfg-expr 0.20.6",
17129 "heck 0.5.0",
17130 "pkg-config",
17131 "toml 0.9.8",
17132 "version-compare",
17133]
17134
17135[[package]]
17136name = "system-interface"
17137version = "0.27.3"
17138source = "registry+https://github.com/rust-lang/crates.io-index"
17139checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17140dependencies = [
17141 "bitflags 2.10.0",
17142 "cap-fs-ext",
17143 "cap-std",
17144 "fd-lock",
17145 "io-lifetimes",
17146 "rustix 0.38.44",
17147 "windows-sys 0.59.0",
17148 "winx",
17149]
17150
17151[[package]]
17152name = "system_specs"
17153version = "0.1.0"
17154dependencies = [
17155 "anyhow",
17156 "client",
17157 "gpui",
17158 "human_bytes",
17159 "pciid-parser",
17160 "release_channel",
17161 "semver",
17162 "serde",
17163 "sysinfo 0.37.2",
17164]
17165
17166[[package]]
17167name = "tab_switcher"
17168version = "0.1.0"
17169dependencies = [
17170 "collections",
17171 "ctor",
17172 "editor",
17173 "fuzzy",
17174 "gpui",
17175 "menu",
17176 "picker",
17177 "project",
17178 "schemars",
17179 "serde",
17180 "serde_json",
17181 "settings",
17182 "smol",
17183 "theme",
17184 "theme_settings",
17185 "ui",
17186 "util",
17187 "workspace",
17188 "zlog",
17189]
17190
17191[[package]]
17192name = "taffy"
17193version = "0.9.0"
17194source = "registry+https://github.com/rust-lang/crates.io-index"
17195checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17196dependencies = [
17197 "arrayvec",
17198 "grid",
17199 "serde",
17200 "slotmap",
17201]
17202
17203[[package]]
17204name = "tagptr"
17205version = "0.2.0"
17206source = "registry+https://github.com/rust-lang/crates.io-index"
17207checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17208
17209[[package]]
17210name = "take-until"
17211version = "0.2.0"
17212source = "registry+https://github.com/rust-lang/crates.io-index"
17213checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17214
17215[[package]]
17216name = "tao-core-video-sys"
17217version = "0.2.0"
17218source = "registry+https://github.com/rust-lang/crates.io-index"
17219checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17220dependencies = [
17221 "cfg-if",
17222 "core-foundation-sys",
17223 "libc",
17224 "objc",
17225]
17226
17227[[package]]
17228name = "tap"
17229version = "1.0.1"
17230source = "registry+https://github.com/rust-lang/crates.io-index"
17231checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17232
17233[[package]]
17234name = "target-lexicon"
17235version = "0.12.16"
17236source = "registry+https://github.com/rust-lang/crates.io-index"
17237checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
17238
17239[[package]]
17240name = "target-lexicon"
17241version = "0.13.3"
17242source = "registry+https://github.com/rust-lang/crates.io-index"
17243checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17244
17245[[package]]
17246name = "task"
17247version = "0.1.0"
17248dependencies = [
17249 "anyhow",
17250 "collections",
17251 "futures 0.3.31",
17252 "gpui",
17253 "hex",
17254 "log",
17255 "parking_lot",
17256 "pretty_assertions",
17257 "proto",
17258 "schemars",
17259 "serde",
17260 "serde_json",
17261 "serde_json_lenient",
17262 "sha2",
17263 "shellexpand 2.1.2",
17264 "util",
17265 "zed_actions",
17266]
17267
17268[[package]]
17269name = "tasks_ui"
17270version = "0.1.0"
17271dependencies = [
17272 "anyhow",
17273 "collections",
17274 "editor",
17275 "file_icons",
17276 "fuzzy",
17277 "gpui",
17278 "itertools 0.14.0",
17279 "language",
17280 "menu",
17281 "picker",
17282 "project",
17283 "serde",
17284 "serde_json",
17285 "task",
17286 "tree-sitter-rust",
17287 "tree-sitter-typescript",
17288 "ui",
17289 "util",
17290 "workspace",
17291 "zed_actions",
17292]
17293
17294[[package]]
17295name = "telemetry"
17296version = "0.1.0"
17297dependencies = [
17298 "futures 0.3.31",
17299 "serde",
17300 "serde_json",
17301 "telemetry_events",
17302]
17303
17304[[package]]
17305name = "telemetry_events"
17306version = "0.1.0"
17307dependencies = [
17308 "semver",
17309 "serde",
17310 "serde_json",
17311]
17312
17313[[package]]
17314name = "tempfile"
17315version = "3.23.0"
17316source = "registry+https://github.com/rust-lang/crates.io-index"
17317checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17318dependencies = [
17319 "fastrand 2.3.0",
17320 "getrandom 0.3.4",
17321 "once_cell",
17322 "rustix 1.1.2",
17323 "windows-sys 0.61.2",
17324]
17325
17326[[package]]
17327name = "tendril"
17328version = "0.4.3"
17329source = "registry+https://github.com/rust-lang/crates.io-index"
17330checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17331dependencies = [
17332 "futf",
17333 "mac",
17334 "utf-8",
17335]
17336
17337[[package]]
17338name = "termcolor"
17339version = "1.4.1"
17340source = "registry+https://github.com/rust-lang/crates.io-index"
17341checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17342dependencies = [
17343 "winapi-util",
17344]
17345
17346[[package]]
17347name = "terminal"
17348version = "0.1.0"
17349dependencies = [
17350 "alacritty_terminal",
17351 "anyhow",
17352 "collections",
17353 "futures 0.3.31",
17354 "gpui",
17355 "itertools 0.14.0",
17356 "libc",
17357 "log",
17358 "parking_lot",
17359 "rand 0.9.2",
17360 "regex",
17361 "release_channel",
17362 "schemars",
17363 "serde",
17364 "settings",
17365 "smol",
17366 "sysinfo 0.37.2",
17367 "task",
17368 "theme",
17369 "theme_settings",
17370 "thiserror 2.0.17",
17371 "url",
17372 "urlencoding",
17373 "util",
17374 "util_macros",
17375 "windows 0.61.3",
17376]
17377
17378[[package]]
17379name = "terminal_size"
17380version = "0.4.3"
17381source = "registry+https://github.com/rust-lang/crates.io-index"
17382checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17383dependencies = [
17384 "rustix 1.1.2",
17385 "windows-sys 0.60.2",
17386]
17387
17388[[package]]
17389name = "terminal_view"
17390version = "0.1.0"
17391dependencies = [
17392 "anyhow",
17393 "async-recursion",
17394 "breadcrumbs",
17395 "collections",
17396 "db",
17397 "dirs 4.0.0",
17398 "editor",
17399 "futures 0.3.31",
17400 "gpui",
17401 "itertools 0.14.0",
17402 "language",
17403 "log",
17404 "menu",
17405 "pretty_assertions",
17406 "project",
17407 "regex",
17408 "schemars",
17409 "serde",
17410 "serde_json",
17411 "settings",
17412 "shellexpand 2.1.2",
17413 "task",
17414 "terminal",
17415 "theme",
17416 "theme_settings",
17417 "ui",
17418 "util",
17419 "workspace",
17420 "zed_actions",
17421]
17422
17423[[package]]
17424name = "text"
17425version = "0.1.0"
17426dependencies = [
17427 "anyhow",
17428 "clock",
17429 "collections",
17430 "ctor",
17431 "gpui",
17432 "log",
17433 "parking_lot",
17434 "postage",
17435 "rand 0.9.2",
17436 "regex",
17437 "rope",
17438 "smallvec",
17439 "sum_tree",
17440 "util",
17441 "zlog",
17442]
17443
17444[[package]]
17445name = "theme"
17446version = "0.1.0"
17447dependencies = [
17448 "anyhow",
17449 "collections",
17450 "derive_more",
17451 "gpui",
17452 "palette",
17453 "parking_lot",
17454 "refineable",
17455 "schemars",
17456 "serde",
17457 "serde_json",
17458 "serde_json_lenient",
17459 "strum 0.27.2",
17460 "syntax_theme",
17461 "thiserror 2.0.17",
17462 "uuid",
17463]
17464
17465[[package]]
17466name = "theme_extension"
17467version = "0.1.0"
17468dependencies = [
17469 "anyhow",
17470 "extension",
17471 "fs",
17472 "gpui",
17473 "theme",
17474 "theme_settings",
17475]
17476
17477[[package]]
17478name = "theme_importer"
17479version = "0.1.0"
17480dependencies = [
17481 "anyhow",
17482 "clap",
17483 "collections",
17484 "gpui",
17485 "indexmap",
17486 "log",
17487 "palette",
17488 "serde",
17489 "serde_json",
17490 "serde_json_lenient",
17491 "simplelog",
17492 "strum 0.27.2",
17493 "theme",
17494 "theme_settings",
17495 "vscode_theme",
17496]
17497
17498[[package]]
17499name = "theme_selector"
17500version = "0.1.0"
17501dependencies = [
17502 "fs",
17503 "fuzzy",
17504 "gpui",
17505 "log",
17506 "picker",
17507 "serde",
17508 "settings",
17509 "telemetry",
17510 "theme",
17511 "theme_settings",
17512 "ui",
17513 "util",
17514 "workspace",
17515 "zed_actions",
17516]
17517
17518[[package]]
17519name = "theme_settings"
17520version = "0.1.0"
17521dependencies = [
17522 "anyhow",
17523 "collections",
17524 "gpui",
17525 "gpui_util",
17526 "log",
17527 "palette",
17528 "refineable",
17529 "schemars",
17530 "serde",
17531 "serde_json",
17532 "serde_json_lenient",
17533 "settings",
17534 "theme",
17535 "uuid",
17536]
17537
17538[[package]]
17539name = "thiserror"
17540version = "1.0.69"
17541source = "registry+https://github.com/rust-lang/crates.io-index"
17542checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17543dependencies = [
17544 "thiserror-impl 1.0.69",
17545]
17546
17547[[package]]
17548name = "thiserror"
17549version = "2.0.17"
17550source = "registry+https://github.com/rust-lang/crates.io-index"
17551checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17552dependencies = [
17553 "thiserror-impl 2.0.17",
17554]
17555
17556[[package]]
17557name = "thiserror-impl"
17558version = "1.0.69"
17559source = "registry+https://github.com/rust-lang/crates.io-index"
17560checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17561dependencies = [
17562 "proc-macro2",
17563 "quote",
17564 "syn 2.0.117",
17565]
17566
17567[[package]]
17568name = "thiserror-impl"
17569version = "2.0.17"
17570source = "registry+https://github.com/rust-lang/crates.io-index"
17571checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17572dependencies = [
17573 "proc-macro2",
17574 "quote",
17575 "syn 2.0.117",
17576]
17577
17578[[package]]
17579name = "thread_local"
17580version = "1.1.9"
17581source = "registry+https://github.com/rust-lang/crates.io-index"
17582checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17583dependencies = [
17584 "cfg-if",
17585]
17586
17587[[package]]
17588name = "tiff"
17589version = "0.10.3"
17590source = "registry+https://github.com/rust-lang/crates.io-index"
17591checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
17592dependencies = [
17593 "fax",
17594 "flate2",
17595 "half",
17596 "quick-error 2.0.1",
17597 "weezl",
17598 "zune-jpeg",
17599]
17600
17601[[package]]
17602name = "tiktoken-rs"
17603version = "0.9.1"
17604source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17605dependencies = [
17606 "anyhow",
17607 "base64 0.22.1",
17608 "bstr",
17609 "fancy-regex 0.16.2",
17610 "lazy_static",
17611 "regex",
17612 "rustc-hash 1.1.0",
17613]
17614
17615[[package]]
17616name = "time"
17617version = "0.3.47"
17618source = "registry+https://github.com/rust-lang/crates.io-index"
17619checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17620dependencies = [
17621 "deranged",
17622 "itoa",
17623 "libc",
17624 "num-conv",
17625 "num_threads",
17626 "powerfmt",
17627 "serde_core",
17628 "time-core",
17629 "time-macros",
17630]
17631
17632[[package]]
17633name = "time-core"
17634version = "0.1.8"
17635source = "registry+https://github.com/rust-lang/crates.io-index"
17636checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17637
17638[[package]]
17639name = "time-macros"
17640version = "0.2.27"
17641source = "registry+https://github.com/rust-lang/crates.io-index"
17642checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17643dependencies = [
17644 "num-conv",
17645 "time-core",
17646]
17647
17648[[package]]
17649name = "time_format"
17650version = "0.1.0"
17651dependencies = [
17652 "core-foundation 0.10.0",
17653 "core-foundation-sys",
17654 "sys-locale",
17655 "time",
17656 "windows 0.61.3",
17657]
17658
17659[[package]]
17660name = "tiny-keccak"
17661version = "2.0.2"
17662source = "registry+https://github.com/rust-lang/crates.io-index"
17663checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17664dependencies = [
17665 "crunchy",
17666]
17667
17668[[package]]
17669name = "tiny-skia"
17670version = "0.11.4"
17671source = "registry+https://github.com/rust-lang/crates.io-index"
17672checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17673dependencies = [
17674 "arrayref",
17675 "arrayvec",
17676 "bytemuck",
17677 "cfg-if",
17678 "log",
17679 "png 0.17.16",
17680 "tiny-skia-path",
17681]
17682
17683[[package]]
17684name = "tiny-skia-path"
17685version = "0.11.4"
17686source = "registry+https://github.com/rust-lang/crates.io-index"
17687checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17688dependencies = [
17689 "arrayref",
17690 "bytemuck",
17691 "strict-num",
17692]
17693
17694[[package]]
17695name = "tiny_http"
17696version = "0.12.0"
17697source = "registry+https://github.com/rust-lang/crates.io-index"
17698checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17699dependencies = [
17700 "ascii",
17701 "chunked_transfer",
17702 "httpdate",
17703 "log",
17704]
17705
17706[[package]]
17707name = "tinystr"
17708version = "0.8.1"
17709source = "registry+https://github.com/rust-lang/crates.io-index"
17710checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17711dependencies = [
17712 "displaydoc",
17713 "zerovec",
17714]
17715
17716[[package]]
17717name = "tinytemplate"
17718version = "1.2.1"
17719source = "registry+https://github.com/rust-lang/crates.io-index"
17720checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17721dependencies = [
17722 "serde",
17723 "serde_json",
17724]
17725
17726[[package]]
17727name = "tinyvec"
17728version = "1.10.0"
17729source = "registry+https://github.com/rust-lang/crates.io-index"
17730checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17731dependencies = [
17732 "tinyvec_macros",
17733]
17734
17735[[package]]
17736name = "tinyvec_macros"
17737version = "0.1.1"
17738source = "registry+https://github.com/rust-lang/crates.io-index"
17739checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17740
17741[[package]]
17742name = "title_bar"
17743version = "0.1.0"
17744dependencies = [
17745 "anyhow",
17746 "auto_update",
17747 "call",
17748 "channel",
17749 "chrono",
17750 "client",
17751 "cloud_api_types",
17752 "db",
17753 "git_ui",
17754 "gpui",
17755 "icons",
17756 "livekit_client",
17757 "notifications",
17758 "platform_title_bar",
17759 "project",
17760 "recent_projects",
17761 "release_channel",
17762 "remote",
17763 "remote_connection",
17764 "rpc",
17765 "schemars",
17766 "semver",
17767 "serde",
17768 "settings",
17769 "smallvec",
17770 "story",
17771 "telemetry",
17772 "theme",
17773 "ui",
17774 "util",
17775 "windows 0.61.3",
17776 "workspace",
17777 "zed_actions",
17778]
17779
17780[[package]]
17781name = "tokio"
17782version = "1.48.0"
17783source = "registry+https://github.com/rust-lang/crates.io-index"
17784checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
17785dependencies = [
17786 "bytes 1.11.1",
17787 "libc",
17788 "mio 1.1.0",
17789 "parking_lot",
17790 "pin-project-lite",
17791 "signal-hook-registry",
17792 "socket2 0.6.1",
17793 "tokio-macros",
17794 "windows-sys 0.61.2",
17795]
17796
17797[[package]]
17798name = "tokio-io"
17799version = "0.1.13"
17800source = "registry+https://github.com/rust-lang/crates.io-index"
17801checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
17802dependencies = [
17803 "bytes 0.4.12",
17804 "futures 0.1.31",
17805 "log",
17806]
17807
17808[[package]]
17809name = "tokio-macros"
17810version = "2.6.0"
17811source = "registry+https://github.com/rust-lang/crates.io-index"
17812checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
17813dependencies = [
17814 "proc-macro2",
17815 "quote",
17816 "syn 2.0.117",
17817]
17818
17819[[package]]
17820name = "tokio-native-tls"
17821version = "0.3.1"
17822source = "registry+https://github.com/rust-lang/crates.io-index"
17823checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
17824dependencies = [
17825 "native-tls",
17826 "tokio",
17827]
17828
17829[[package]]
17830name = "tokio-rustls"
17831version = "0.24.1"
17832source = "registry+https://github.com/rust-lang/crates.io-index"
17833checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
17834dependencies = [
17835 "rustls 0.21.12",
17836 "tokio",
17837]
17838
17839[[package]]
17840name = "tokio-rustls"
17841version = "0.26.2"
17842source = "registry+https://github.com/rust-lang/crates.io-index"
17843checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
17844dependencies = [
17845 "rustls 0.23.33",
17846 "tokio",
17847]
17848
17849[[package]]
17850name = "tokio-socks"
17851version = "0.5.2"
17852source = "registry+https://github.com/rust-lang/crates.io-index"
17853checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
17854dependencies = [
17855 "either",
17856 "futures-io",
17857 "futures-util",
17858 "thiserror 1.0.69",
17859 "tokio",
17860]
17861
17862[[package]]
17863name = "tokio-stream"
17864version = "0.1.17"
17865source = "registry+https://github.com/rust-lang/crates.io-index"
17866checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
17867dependencies = [
17868 "futures-core",
17869 "pin-project-lite",
17870 "tokio",
17871]
17872
17873[[package]]
17874name = "tokio-tungstenite"
17875version = "0.20.1"
17876source = "registry+https://github.com/rust-lang/crates.io-index"
17877checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
17878dependencies = [
17879 "futures-util",
17880 "log",
17881 "tokio",
17882 "tungstenite 0.20.1",
17883]
17884
17885[[package]]
17886name = "tokio-tungstenite"
17887version = "0.21.0"
17888source = "registry+https://github.com/rust-lang/crates.io-index"
17889checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
17890dependencies = [
17891 "futures-util",
17892 "log",
17893 "tokio",
17894 "tungstenite 0.21.0",
17895]
17896
17897[[package]]
17898name = "tokio-tungstenite"
17899version = "0.28.0"
17900source = "registry+https://github.com/rust-lang/crates.io-index"
17901checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
17902dependencies = [
17903 "futures-util",
17904 "log",
17905 "rustls 0.23.33",
17906 "rustls-native-certs 0.8.2",
17907 "rustls-pki-types",
17908 "tokio",
17909 "tokio-rustls 0.26.2",
17910 "tungstenite 0.28.0",
17911]
17912
17913[[package]]
17914name = "tokio-util"
17915version = "0.7.16"
17916source = "registry+https://github.com/rust-lang/crates.io-index"
17917checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
17918dependencies = [
17919 "bytes 1.11.1",
17920 "futures-core",
17921 "futures-io",
17922 "futures-sink",
17923 "pin-project-lite",
17924 "tokio",
17925]
17926
17927[[package]]
17928name = "toml"
17929version = "0.5.11"
17930source = "registry+https://github.com/rust-lang/crates.io-index"
17931checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
17932dependencies = [
17933 "serde",
17934]
17935
17936[[package]]
17937name = "toml"
17938version = "0.8.23"
17939source = "registry+https://github.com/rust-lang/crates.io-index"
17940checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
17941dependencies = [
17942 "serde",
17943 "serde_spanned 0.6.9",
17944 "toml_datetime 0.6.11",
17945 "toml_edit 0.22.27",
17946]
17947
17948[[package]]
17949name = "toml"
17950version = "0.9.8"
17951source = "registry+https://github.com/rust-lang/crates.io-index"
17952checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
17953dependencies = [
17954 "indexmap",
17955 "serde_core",
17956 "serde_spanned 1.0.3",
17957 "toml_datetime 0.7.3",
17958 "toml_parser",
17959 "toml_writer",
17960 "winnow",
17961]
17962
17963[[package]]
17964name = "toml_datetime"
17965version = "0.6.11"
17966source = "registry+https://github.com/rust-lang/crates.io-index"
17967checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
17968dependencies = [
17969 "serde",
17970]
17971
17972[[package]]
17973name = "toml_datetime"
17974version = "0.7.3"
17975source = "registry+https://github.com/rust-lang/crates.io-index"
17976checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
17977dependencies = [
17978 "serde_core",
17979]
17980
17981[[package]]
17982name = "toml_edit"
17983version = "0.22.27"
17984source = "registry+https://github.com/rust-lang/crates.io-index"
17985checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
17986dependencies = [
17987 "indexmap",
17988 "serde",
17989 "serde_spanned 0.6.9",
17990 "toml_datetime 0.6.11",
17991 "toml_write",
17992 "winnow",
17993]
17994
17995[[package]]
17996name = "toml_edit"
17997version = "0.23.7"
17998source = "registry+https://github.com/rust-lang/crates.io-index"
17999checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18000dependencies = [
18001 "indexmap",
18002 "toml_datetime 0.7.3",
18003 "toml_parser",
18004 "winnow",
18005]
18006
18007[[package]]
18008name = "toml_parser"
18009version = "1.0.4"
18010source = "registry+https://github.com/rust-lang/crates.io-index"
18011checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18012dependencies = [
18013 "winnow",
18014]
18015
18016[[package]]
18017name = "toml_write"
18018version = "0.1.2"
18019source = "registry+https://github.com/rust-lang/crates.io-index"
18020checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18021
18022[[package]]
18023name = "toml_writer"
18024version = "1.0.4"
18025source = "registry+https://github.com/rust-lang/crates.io-index"
18026checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18027
18028[[package]]
18029name = "toolchain_selector"
18030version = "0.1.0"
18031dependencies = [
18032 "anyhow",
18033 "convert_case 0.8.0",
18034 "editor",
18035 "futures 0.3.31",
18036 "fuzzy",
18037 "gpui",
18038 "language",
18039 "menu",
18040 "open_path_prompt",
18041 "picker",
18042 "project",
18043 "ui",
18044 "util",
18045 "workspace",
18046]
18047
18048[[package]]
18049name = "topological-sort"
18050version = "0.2.2"
18051source = "registry+https://github.com/rust-lang/crates.io-index"
18052checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18053
18054[[package]]
18055name = "tower"
18056version = "0.4.13"
18057source = "registry+https://github.com/rust-lang/crates.io-index"
18058checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18059dependencies = [
18060 "futures-core",
18061 "futures-util",
18062 "pin-project",
18063 "pin-project-lite",
18064 "tokio",
18065 "tower-layer",
18066 "tower-service",
18067 "tracing",
18068]
18069
18070[[package]]
18071name = "tower"
18072version = "0.5.2"
18073source = "registry+https://github.com/rust-lang/crates.io-index"
18074checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18075dependencies = [
18076 "futures-core",
18077 "futures-util",
18078 "pin-project-lite",
18079 "sync_wrapper 1.0.2",
18080 "tokio",
18081 "tower-layer",
18082 "tower-service",
18083]
18084
18085[[package]]
18086name = "tower-http"
18087version = "0.4.4"
18088source = "registry+https://github.com/rust-lang/crates.io-index"
18089checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18090dependencies = [
18091 "bitflags 2.10.0",
18092 "bytes 1.11.1",
18093 "futures-core",
18094 "futures-util",
18095 "http 0.2.12",
18096 "http-body 0.4.6",
18097 "http-range-header",
18098 "pin-project-lite",
18099 "tower-layer",
18100 "tower-service",
18101 "tracing",
18102]
18103
18104[[package]]
18105name = "tower-http"
18106version = "0.6.6"
18107source = "registry+https://github.com/rust-lang/crates.io-index"
18108checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18109dependencies = [
18110 "bitflags 2.10.0",
18111 "bytes 1.11.1",
18112 "futures-util",
18113 "http 1.3.1",
18114 "http-body 1.0.1",
18115 "iri-string",
18116 "pin-project-lite",
18117 "tower 0.5.2",
18118 "tower-layer",
18119 "tower-service",
18120]
18121
18122[[package]]
18123name = "tower-layer"
18124version = "0.3.3"
18125source = "registry+https://github.com/rust-lang/crates.io-index"
18126checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18127
18128[[package]]
18129name = "tower-service"
18130version = "0.3.3"
18131source = "registry+https://github.com/rust-lang/crates.io-index"
18132checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18133
18134[[package]]
18135name = "tracing"
18136version = "0.1.43"
18137source = "registry+https://github.com/rust-lang/crates.io-index"
18138checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18139dependencies = [
18140 "log",
18141 "pin-project-lite",
18142 "tracing-attributes",
18143 "tracing-core",
18144]
18145
18146[[package]]
18147name = "tracing-attributes"
18148version = "0.1.31"
18149source = "registry+https://github.com/rust-lang/crates.io-index"
18150checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18151dependencies = [
18152 "proc-macro2",
18153 "quote",
18154 "syn 2.0.117",
18155]
18156
18157[[package]]
18158name = "tracing-core"
18159version = "0.1.35"
18160source = "registry+https://github.com/rust-lang/crates.io-index"
18161checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18162dependencies = [
18163 "once_cell",
18164 "valuable",
18165]
18166
18167[[package]]
18168name = "tracing-log"
18169version = "0.2.0"
18170source = "registry+https://github.com/rust-lang/crates.io-index"
18171checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18172dependencies = [
18173 "log",
18174 "once_cell",
18175 "tracing-core",
18176]
18177
18178[[package]]
18179name = "tracing-serde"
18180version = "0.2.0"
18181source = "registry+https://github.com/rust-lang/crates.io-index"
18182checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18183dependencies = [
18184 "serde",
18185 "tracing-core",
18186]
18187
18188[[package]]
18189name = "tracing-subscriber"
18190version = "0.3.22"
18191source = "registry+https://github.com/rust-lang/crates.io-index"
18192checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18193dependencies = [
18194 "matchers",
18195 "nu-ansi-term",
18196 "once_cell",
18197 "regex-automata",
18198 "serde",
18199 "serde_json",
18200 "sharded-slab",
18201 "smallvec",
18202 "thread_local",
18203 "tracing",
18204 "tracing-core",
18205 "tracing-log",
18206 "tracing-serde",
18207]
18208
18209[[package]]
18210name = "tracing-tracy"
18211version = "0.11.4"
18212source = "registry+https://github.com/rust-lang/crates.io-index"
18213checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18214dependencies = [
18215 "tracing-core",
18216 "tracing-subscriber",
18217 "tracy-client",
18218]
18219
18220[[package]]
18221name = "tracy-client"
18222version = "0.18.3"
18223source = "registry+https://github.com/rust-lang/crates.io-index"
18224checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18225dependencies = [
18226 "loom",
18227 "once_cell",
18228 "tracy-client-sys",
18229]
18230
18231[[package]]
18232name = "tracy-client-sys"
18233version = "0.27.0"
18234source = "registry+https://github.com/rust-lang/crates.io-index"
18235checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18236dependencies = [
18237 "cc",
18238 "windows-targets 0.52.6",
18239]
18240
18241[[package]]
18242name = "transpose"
18243version = "0.2.3"
18244source = "registry+https://github.com/rust-lang/crates.io-index"
18245checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18246dependencies = [
18247 "num-integer",
18248 "strength_reduce",
18249]
18250
18251[[package]]
18252name = "tree-sitter"
18253version = "0.26.8"
18254source = "registry+https://github.com/rust-lang/crates.io-index"
18255checksum = "887bd495d0582c5e3e0d8ece2233666169fa56a9644d172fc22ad179ab2d0538"
18256dependencies = [
18257 "cc",
18258 "regex",
18259 "regex-syntax",
18260 "serde_json",
18261 "streaming-iterator",
18262 "tree-sitter-language",
18263 "wasmtime-c-api-impl",
18264]
18265
18266[[package]]
18267name = "tree-sitter-bash"
18268version = "0.25.1"
18269source = "registry+https://github.com/rust-lang/crates.io-index"
18270checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18271dependencies = [
18272 "cc",
18273 "tree-sitter-language",
18274]
18275
18276[[package]]
18277name = "tree-sitter-c"
18278version = "0.24.1"
18279source = "registry+https://github.com/rust-lang/crates.io-index"
18280checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18281dependencies = [
18282 "cc",
18283 "tree-sitter-language",
18284]
18285
18286[[package]]
18287name = "tree-sitter-cpp"
18288version = "0.23.4"
18289source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18290dependencies = [
18291 "cc",
18292 "tree-sitter-language",
18293]
18294
18295[[package]]
18296name = "tree-sitter-css"
18297version = "0.23.2"
18298source = "registry+https://github.com/rust-lang/crates.io-index"
18299checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18300dependencies = [
18301 "cc",
18302 "tree-sitter-language",
18303]
18304
18305[[package]]
18306name = "tree-sitter-diff"
18307version = "0.1.0"
18308source = "registry+https://github.com/rust-lang/crates.io-index"
18309checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18310dependencies = [
18311 "cc",
18312 "tree-sitter-language",
18313]
18314
18315[[package]]
18316name = "tree-sitter-elixir"
18317version = "0.3.4"
18318source = "registry+https://github.com/rust-lang/crates.io-index"
18319checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18320dependencies = [
18321 "cc",
18322 "tree-sitter-language",
18323]
18324
18325[[package]]
18326name = "tree-sitter-embedded-template"
18327version = "0.23.2"
18328source = "registry+https://github.com/rust-lang/crates.io-index"
18329checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18330dependencies = [
18331 "cc",
18332 "tree-sitter-language",
18333]
18334
18335[[package]]
18336name = "tree-sitter-gitcommit"
18337version = "0.0.1"
18338source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18339dependencies = [
18340 "cc",
18341 "tree-sitter-language",
18342]
18343
18344[[package]]
18345name = "tree-sitter-go"
18346version = "0.25.0"
18347source = "registry+https://github.com/rust-lang/crates.io-index"
18348checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18349dependencies = [
18350 "cc",
18351 "tree-sitter-language",
18352]
18353
18354[[package]]
18355name = "tree-sitter-gomod"
18356version = "1.1.1"
18357source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18358dependencies = [
18359 "cc",
18360 "tree-sitter-language",
18361]
18362
18363[[package]]
18364name = "tree-sitter-gowork"
18365version = "0.0.1"
18366source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18367dependencies = [
18368 "cc",
18369 "tree-sitter-language",
18370]
18371
18372[[package]]
18373name = "tree-sitter-heex"
18374version = "0.0.1"
18375source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18376dependencies = [
18377 "cc",
18378 "tree-sitter-language",
18379]
18380
18381[[package]]
18382name = "tree-sitter-html"
18383version = "0.23.2"
18384source = "registry+https://github.com/rust-lang/crates.io-index"
18385checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18386dependencies = [
18387 "cc",
18388 "tree-sitter-language",
18389]
18390
18391[[package]]
18392name = "tree-sitter-jsdoc"
18393version = "0.23.2"
18394source = "registry+https://github.com/rust-lang/crates.io-index"
18395checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18396dependencies = [
18397 "cc",
18398 "tree-sitter-language",
18399]
18400
18401[[package]]
18402name = "tree-sitter-json"
18403version = "0.24.8"
18404source = "registry+https://github.com/rust-lang/crates.io-index"
18405checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18406dependencies = [
18407 "cc",
18408 "tree-sitter-language",
18409]
18410
18411[[package]]
18412name = "tree-sitter-language"
18413version = "0.1.5"
18414source = "registry+https://github.com/rust-lang/crates.io-index"
18415checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18416
18417[[package]]
18418name = "tree-sitter-md"
18419version = "0.3.2"
18420source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18421dependencies = [
18422 "cc",
18423 "tree-sitter-language",
18424]
18425
18426[[package]]
18427name = "tree-sitter-python"
18428version = "0.25.0"
18429source = "registry+https://github.com/rust-lang/crates.io-index"
18430checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18431dependencies = [
18432 "cc",
18433 "tree-sitter-language",
18434]
18435
18436[[package]]
18437name = "tree-sitter-regex"
18438version = "0.24.3"
18439source = "registry+https://github.com/rust-lang/crates.io-index"
18440checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18441dependencies = [
18442 "cc",
18443 "tree-sitter-language",
18444]
18445
18446[[package]]
18447name = "tree-sitter-ruby"
18448version = "0.23.1"
18449source = "registry+https://github.com/rust-lang/crates.io-index"
18450checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18451dependencies = [
18452 "cc",
18453 "tree-sitter-language",
18454]
18455
18456[[package]]
18457name = "tree-sitter-rust"
18458version = "0.24.2"
18459source = "registry+https://github.com/rust-lang/crates.io-index"
18460checksum = "439e577dbe07423ec2582ac62c7531120dbfccfa6e5f92406f93dd271a120e45"
18461dependencies = [
18462 "cc",
18463 "tree-sitter-language",
18464]
18465
18466[[package]]
18467name = "tree-sitter-typescript"
18468version = "0.23.2"
18469source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18470dependencies = [
18471 "cc",
18472 "tree-sitter-language",
18473]
18474
18475[[package]]
18476name = "tree-sitter-yaml"
18477version = "0.6.1"
18478source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18479dependencies = [
18480 "cc",
18481 "tree-sitter-language",
18482]
18483
18484[[package]]
18485name = "triomphe"
18486version = "0.1.15"
18487source = "registry+https://github.com/rust-lang/crates.io-index"
18488checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18489dependencies = [
18490 "serde",
18491 "stable_deref_trait",
18492]
18493
18494[[package]]
18495name = "try-lock"
18496version = "0.2.5"
18497source = "registry+https://github.com/rust-lang/crates.io-index"
18498checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18499
18500[[package]]
18501name = "ttf-parser"
18502version = "0.20.0"
18503source = "registry+https://github.com/rust-lang/crates.io-index"
18504checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18505
18506[[package]]
18507name = "ttf-parser"
18508version = "0.25.1"
18509source = "registry+https://github.com/rust-lang/crates.io-index"
18510checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18511dependencies = [
18512 "core_maths",
18513]
18514
18515[[package]]
18516name = "tungstenite"
18517version = "0.20.1"
18518source = "registry+https://github.com/rust-lang/crates.io-index"
18519checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18520dependencies = [
18521 "byteorder",
18522 "bytes 1.11.1",
18523 "data-encoding",
18524 "http 0.2.12",
18525 "httparse",
18526 "log",
18527 "rand 0.8.5",
18528 "sha1",
18529 "thiserror 1.0.69",
18530 "url",
18531 "utf-8",
18532]
18533
18534[[package]]
18535name = "tungstenite"
18536version = "0.21.0"
18537source = "registry+https://github.com/rust-lang/crates.io-index"
18538checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18539dependencies = [
18540 "byteorder",
18541 "bytes 1.11.1",
18542 "data-encoding",
18543 "http 1.3.1",
18544 "httparse",
18545 "log",
18546 "rand 0.8.5",
18547 "sha1",
18548 "thiserror 1.0.69",
18549 "url",
18550 "utf-8",
18551]
18552
18553[[package]]
18554name = "tungstenite"
18555version = "0.27.0"
18556source = "registry+https://github.com/rust-lang/crates.io-index"
18557checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18558dependencies = [
18559 "bytes 1.11.1",
18560 "data-encoding",
18561 "http 1.3.1",
18562 "httparse",
18563 "log",
18564 "rand 0.9.2",
18565 "rustls 0.23.33",
18566 "rustls-pki-types",
18567 "sha1",
18568 "thiserror 2.0.17",
18569 "utf-8",
18570]
18571
18572[[package]]
18573name = "tungstenite"
18574version = "0.28.0"
18575source = "registry+https://github.com/rust-lang/crates.io-index"
18576checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18577dependencies = [
18578 "bytes 1.11.1",
18579 "data-encoding",
18580 "http 1.3.1",
18581 "httparse",
18582 "log",
18583 "rand 0.9.2",
18584 "rustls 0.23.33",
18585 "rustls-pki-types",
18586 "sha1",
18587 "thiserror 2.0.17",
18588 "utf-8",
18589]
18590
18591[[package]]
18592name = "typeid"
18593version = "1.0.3"
18594source = "registry+https://github.com/rust-lang/crates.io-index"
18595checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18596
18597[[package]]
18598name = "typenum"
18599version = "1.19.0"
18600source = "registry+https://github.com/rust-lang/crates.io-index"
18601checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18602
18603[[package]]
18604name = "ucd-trie"
18605version = "0.1.7"
18606source = "registry+https://github.com/rust-lang/crates.io-index"
18607checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18608
18609[[package]]
18610name = "uds"
18611version = "0.4.2"
18612source = "registry+https://github.com/rust-lang/crates.io-index"
18613checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18614dependencies = [
18615 "libc",
18616]
18617
18618[[package]]
18619name = "uds_windows"
18620version = "1.1.0"
18621source = "registry+https://github.com/rust-lang/crates.io-index"
18622checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18623dependencies = [
18624 "memoffset",
18625 "tempfile",
18626 "winapi",
18627]
18628
18629[[package]]
18630name = "ug"
18631version = "0.4.0"
18632source = "registry+https://github.com/rust-lang/crates.io-index"
18633checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18634dependencies = [
18635 "gemm 0.18.2",
18636 "half",
18637 "libloading",
18638 "memmap2",
18639 "num",
18640 "num-traits",
18641 "num_cpus",
18642 "rayon",
18643 "safetensors",
18644 "serde",
18645 "thiserror 1.0.69",
18646 "tracing",
18647 "yoke 0.7.5",
18648]
18649
18650[[package]]
18651name = "ui"
18652version = "0.1.0"
18653dependencies = [
18654 "chrono",
18655 "component",
18656 "documented",
18657 "gpui",
18658 "gpui_macros",
18659 "gpui_util",
18660 "icons",
18661 "itertools 0.14.0",
18662 "menu",
18663 "schemars",
18664 "serde",
18665 "smallvec",
18666 "story",
18667 "strum 0.27.2",
18668 "theme",
18669 "ui_macros",
18670 "windows 0.61.3",
18671]
18672
18673[[package]]
18674name = "ui_input"
18675version = "0.1.0"
18676dependencies = [
18677 "component",
18678 "gpui",
18679 "ui",
18680]
18681
18682[[package]]
18683name = "ui_macros"
18684version = "0.1.0"
18685dependencies = [
18686 "component",
18687 "quote",
18688 "syn 2.0.117",
18689 "ui",
18690]
18691
18692[[package]]
18693name = "ui_prompt"
18694version = "0.1.0"
18695dependencies = [
18696 "gpui",
18697 "markdown",
18698 "menu",
18699 "settings",
18700 "theme_settings",
18701 "ui",
18702 "workspace",
18703]
18704
18705[[package]]
18706name = "unarray"
18707version = "0.1.4"
18708source = "registry+https://github.com/rust-lang/crates.io-index"
18709checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18710
18711[[package]]
18712name = "unicase"
18713version = "2.8.1"
18714source = "registry+https://github.com/rust-lang/crates.io-index"
18715checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18716
18717[[package]]
18718name = "unicode-bidi"
18719version = "0.3.18"
18720source = "registry+https://github.com/rust-lang/crates.io-index"
18721checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18722
18723[[package]]
18724name = "unicode-bidi-mirroring"
18725version = "0.4.0"
18726source = "registry+https://github.com/rust-lang/crates.io-index"
18727checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18728
18729[[package]]
18730name = "unicode-ccc"
18731version = "0.4.0"
18732source = "registry+https://github.com/rust-lang/crates.io-index"
18733checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18734
18735[[package]]
18736name = "unicode-general-category"
18737version = "1.1.0"
18738source = "registry+https://github.com/rust-lang/crates.io-index"
18739checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18740
18741[[package]]
18742name = "unicode-ident"
18743version = "1.0.19"
18744source = "registry+https://github.com/rust-lang/crates.io-index"
18745checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18746
18747[[package]]
18748name = "unicode-linebreak"
18749version = "0.1.5"
18750source = "registry+https://github.com/rust-lang/crates.io-index"
18751checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
18752
18753[[package]]
18754name = "unicode-normalization"
18755version = "0.1.24"
18756source = "registry+https://github.com/rust-lang/crates.io-index"
18757checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
18758dependencies = [
18759 "tinyvec",
18760]
18761
18762[[package]]
18763name = "unicode-properties"
18764version = "0.1.3"
18765source = "registry+https://github.com/rust-lang/crates.io-index"
18766checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
18767
18768[[package]]
18769name = "unicode-script"
18770version = "0.5.8"
18771source = "registry+https://github.com/rust-lang/crates.io-index"
18772checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
18773
18774[[package]]
18775name = "unicode-segmentation"
18776version = "1.12.0"
18777source = "registry+https://github.com/rust-lang/crates.io-index"
18778checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
18779
18780[[package]]
18781name = "unicode-vo"
18782version = "0.1.0"
18783source = "registry+https://github.com/rust-lang/crates.io-index"
18784checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
18785
18786[[package]]
18787name = "unicode-width"
18788version = "0.2.2"
18789source = "registry+https://github.com/rust-lang/crates.io-index"
18790checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
18791
18792[[package]]
18793name = "unicode-xid"
18794version = "0.2.6"
18795source = "registry+https://github.com/rust-lang/crates.io-index"
18796checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
18797
18798[[package]]
18799name = "unicode_categories"
18800version = "0.1.1"
18801source = "registry+https://github.com/rust-lang/crates.io-index"
18802checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
18803
18804[[package]]
18805name = "unindent"
18806version = "0.2.4"
18807source = "registry+https://github.com/rust-lang/crates.io-index"
18808checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
18809
18810[[package]]
18811name = "unsafe-libyaml"
18812version = "0.2.11"
18813source = "registry+https://github.com/rust-lang/crates.io-index"
18814checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
18815
18816[[package]]
18817name = "untrusted"
18818version = "0.7.1"
18819source = "registry+https://github.com/rust-lang/crates.io-index"
18820checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
18821
18822[[package]]
18823name = "untrusted"
18824version = "0.9.0"
18825source = "registry+https://github.com/rust-lang/crates.io-index"
18826checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
18827
18828[[package]]
18829name = "url"
18830version = "2.5.7"
18831source = "registry+https://github.com/rust-lang/crates.io-index"
18832checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
18833dependencies = [
18834 "form_urlencoded",
18835 "idna",
18836 "percent-encoding",
18837 "serde",
18838]
18839
18840[[package]]
18841name = "urlencoding"
18842version = "2.1.3"
18843source = "registry+https://github.com/rust-lang/crates.io-index"
18844checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
18845
18846[[package]]
18847name = "usvg"
18848version = "0.45.1"
18849source = "registry+https://github.com/rust-lang/crates.io-index"
18850checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
18851dependencies = [
18852 "base64 0.22.1",
18853 "data-url",
18854 "flate2",
18855 "fontdb 0.23.0",
18856 "imagesize",
18857 "kurbo",
18858 "log",
18859 "pico-args",
18860 "roxmltree",
18861 "rustybuzz",
18862 "simplecss",
18863 "siphasher 1.0.1",
18864 "strict-num",
18865 "svgtypes",
18866 "tiny-skia-path",
18867 "unicode-bidi",
18868 "unicode-script",
18869 "unicode-vo",
18870 "xmlwriter",
18871]
18872
18873[[package]]
18874name = "utf-8"
18875version = "0.7.6"
18876source = "registry+https://github.com/rust-lang/crates.io-index"
18877checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
18878
18879[[package]]
18880name = "utf8-chars"
18881version = "3.0.6"
18882source = "registry+https://github.com/rust-lang/crates.io-index"
18883checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
18884dependencies = [
18885 "arrayvec",
18886]
18887
18888[[package]]
18889name = "utf8_iter"
18890version = "1.0.4"
18891source = "registry+https://github.com/rust-lang/crates.io-index"
18892checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
18893
18894[[package]]
18895name = "utf8parse"
18896version = "0.2.2"
18897source = "registry+https://github.com/rust-lang/crates.io-index"
18898checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
18899
18900[[package]]
18901name = "util"
18902version = "0.1.0"
18903dependencies = [
18904 "anyhow",
18905 "async-fs",
18906 "async_zip",
18907 "collections",
18908 "command-fds",
18909 "dirs 4.0.0",
18910 "dunce",
18911 "futures 0.3.31",
18912 "futures-lite 1.13.0",
18913 "git2",
18914 "globset",
18915 "gpui_util",
18916 "itertools 0.14.0",
18917 "libc",
18918 "log",
18919 "mach2 0.5.0",
18920 "nix 0.29.0",
18921 "percent-encoding",
18922 "pretty_assertions",
18923 "rand 0.9.2",
18924 "regex",
18925 "rust-embed",
18926 "schemars",
18927 "serde",
18928 "serde_json",
18929 "serde_json_lenient",
18930 "shlex",
18931 "smol",
18932 "take-until",
18933 "tempfile",
18934 "tendril",
18935 "unicase",
18936 "url",
18937 "util_macros",
18938 "walkdir",
18939 "which 6.0.3",
18940]
18941
18942[[package]]
18943name = "util_macros"
18944version = "0.1.0"
18945dependencies = [
18946 "perf",
18947 "quote",
18948 "syn 2.0.117",
18949]
18950
18951[[package]]
18952name = "uuid"
18953version = "1.18.1"
18954source = "registry+https://github.com/rust-lang/crates.io-index"
18955checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
18956dependencies = [
18957 "getrandom 0.3.4",
18958 "js-sys",
18959 "serde",
18960 "sha1_smol",
18961 "wasm-bindgen",
18962]
18963
18964[[package]]
18965name = "uuid-simd"
18966version = "0.8.0"
18967source = "registry+https://github.com/rust-lang/crates.io-index"
18968checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
18969dependencies = [
18970 "outref",
18971 "vsimd",
18972]
18973
18974[[package]]
18975name = "v_frame"
18976version = "0.3.9"
18977source = "registry+https://github.com/rust-lang/crates.io-index"
18978checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
18979dependencies = [
18980 "aligned-vec",
18981 "num-traits",
18982 "wasm-bindgen",
18983]
18984
18985[[package]]
18986name = "valuable"
18987version = "0.1.1"
18988source = "registry+https://github.com/rust-lang/crates.io-index"
18989checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
18990
18991[[package]]
18992name = "value-bag"
18993version = "1.12.0"
18994source = "registry+https://github.com/rust-lang/crates.io-index"
18995checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
18996dependencies = [
18997 "value-bag-serde1",
18998 "value-bag-sval2",
18999]
19000
19001[[package]]
19002name = "value-bag-serde1"
19003version = "1.12.0"
19004source = "registry+https://github.com/rust-lang/crates.io-index"
19005checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19006dependencies = [
19007 "erased-serde",
19008 "serde_core",
19009 "serde_fmt",
19010]
19011
19012[[package]]
19013name = "value-bag-sval2"
19014version = "1.12.0"
19015source = "registry+https://github.com/rust-lang/crates.io-index"
19016checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19017dependencies = [
19018 "sval",
19019 "sval_buffer",
19020 "sval_dynamic",
19021 "sval_fmt",
19022 "sval_json",
19023 "sval_ref",
19024 "sval_serde",
19025]
19026
19027[[package]]
19028name = "vcpkg"
19029version = "0.2.15"
19030source = "registry+https://github.com/rust-lang/crates.io-index"
19031checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19032
19033[[package]]
19034name = "vercel"
19035version = "0.1.0"
19036dependencies = [
19037 "anyhow",
19038 "schemars",
19039 "serde",
19040 "strum 0.27.2",
19041]
19042
19043[[package]]
19044name = "version-compare"
19045version = "0.2.0"
19046source = "registry+https://github.com/rust-lang/crates.io-index"
19047checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19048
19049[[package]]
19050name = "version_check"
19051version = "0.9.5"
19052source = "registry+https://github.com/rust-lang/crates.io-index"
19053checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19054
19055[[package]]
19056name = "vim"
19057version = "0.1.0"
19058dependencies = [
19059 "anyhow",
19060 "async-compat",
19061 "async-trait",
19062 "collections",
19063 "command_palette",
19064 "command_palette_hooks",
19065 "db",
19066 "editor",
19067 "env_logger 0.11.8",
19068 "futures 0.3.31",
19069 "fuzzy",
19070 "git_ui",
19071 "gpui",
19072 "indoc",
19073 "itertools 0.14.0",
19074 "language",
19075 "log",
19076 "lsp",
19077 "markdown_preview",
19078 "menu",
19079 "multi_buffer",
19080 "nvim-rs",
19081 "outline_panel",
19082 "parking_lot",
19083 "perf",
19084 "picker",
19085 "project",
19086 "project_panel",
19087 "regex",
19088 "release_channel",
19089 "schemars",
19090 "search",
19091 "semver",
19092 "serde",
19093 "serde_json",
19094 "settings",
19095 "settings_ui",
19096 "task",
19097 "text",
19098 "theme",
19099 "theme_settings",
19100 "tokio",
19101 "ui",
19102 "util",
19103 "util_macros",
19104 "vim_mode_setting",
19105 "workspace",
19106 "zed_actions",
19107]
19108
19109[[package]]
19110name = "vim_mode_setting"
19111version = "0.1.0"
19112dependencies = [
19113 "gpui",
19114 "settings",
19115]
19116
19117[[package]]
19118name = "vscode_theme"
19119version = "0.2.0"
19120source = "registry+https://github.com/rust-lang/crates.io-index"
19121checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19122dependencies = [
19123 "serde",
19124]
19125
19126[[package]]
19127name = "vsimd"
19128version = "0.8.0"
19129source = "registry+https://github.com/rust-lang/crates.io-index"
19130checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19131
19132[[package]]
19133name = "vswhom"
19134version = "0.1.0"
19135source = "registry+https://github.com/rust-lang/crates.io-index"
19136checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19137dependencies = [
19138 "libc",
19139 "vswhom-sys",
19140]
19141
19142[[package]]
19143name = "vswhom-sys"
19144version = "0.1.3"
19145source = "registry+https://github.com/rust-lang/crates.io-index"
19146checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19147dependencies = [
19148 "cc",
19149 "libc",
19150]
19151
19152[[package]]
19153name = "vte"
19154version = "0.15.0"
19155source = "registry+https://github.com/rust-lang/crates.io-index"
19156checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19157dependencies = [
19158 "arrayvec",
19159 "bitflags 2.10.0",
19160 "cursor-icon",
19161 "log",
19162 "memchr",
19163 "serde",
19164]
19165
19166[[package]]
19167name = "wait-timeout"
19168version = "0.2.1"
19169source = "registry+https://github.com/rust-lang/crates.io-index"
19170checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19171dependencies = [
19172 "libc",
19173]
19174
19175[[package]]
19176name = "waker-fn"
19177version = "1.2.0"
19178source = "registry+https://github.com/rust-lang/crates.io-index"
19179checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19180
19181[[package]]
19182name = "walkdir"
19183version = "2.5.0"
19184source = "registry+https://github.com/rust-lang/crates.io-index"
19185checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19186dependencies = [
19187 "same-file",
19188 "winapi-util",
19189]
19190
19191[[package]]
19192name = "want"
19193version = "0.3.1"
19194source = "registry+https://github.com/rust-lang/crates.io-index"
19195checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19196dependencies = [
19197 "try-lock",
19198]
19199
19200[[package]]
19201name = "warp"
19202version = "0.3.7"
19203source = "registry+https://github.com/rust-lang/crates.io-index"
19204checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19205dependencies = [
19206 "bytes 1.11.1",
19207 "futures-channel",
19208 "futures-util",
19209 "headers",
19210 "http 0.2.12",
19211 "hyper 0.14.32",
19212 "log",
19213 "mime",
19214 "mime_guess",
19215 "percent-encoding",
19216 "pin-project",
19217 "scoped-tls",
19218 "serde",
19219 "serde_json",
19220 "serde_urlencoded",
19221 "tokio",
19222 "tokio-tungstenite 0.21.0",
19223 "tokio-util",
19224 "tower-service",
19225 "tracing",
19226]
19227
19228[[package]]
19229name = "wasi"
19230version = "0.11.1+wasi-snapshot-preview1"
19231source = "registry+https://github.com/rust-lang/crates.io-index"
19232checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19233
19234[[package]]
19235name = "wasip2"
19236version = "1.0.1+wasi-0.2.4"
19237source = "registry+https://github.com/rust-lang/crates.io-index"
19238checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19239dependencies = [
19240 "wit-bindgen 0.46.0",
19241]
19242
19243[[package]]
19244name = "wasip3"
19245version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19246source = "registry+https://github.com/rust-lang/crates.io-index"
19247checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19248dependencies = [
19249 "wit-bindgen 0.51.0",
19250]
19251
19252[[package]]
19253name = "wasite"
19254version = "0.1.0"
19255source = "registry+https://github.com/rust-lang/crates.io-index"
19256checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19257
19258[[package]]
19259name = "wasm-bindgen"
19260version = "0.2.113"
19261source = "registry+https://github.com/rust-lang/crates.io-index"
19262checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19263dependencies = [
19264 "cfg-if",
19265 "once_cell",
19266 "rustversion",
19267 "wasm-bindgen-macro",
19268 "wasm-bindgen-shared",
19269]
19270
19271[[package]]
19272name = "wasm-bindgen-futures"
19273version = "0.4.63"
19274source = "registry+https://github.com/rust-lang/crates.io-index"
19275checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19276dependencies = [
19277 "cfg-if",
19278 "futures-util",
19279 "js-sys",
19280 "once_cell",
19281 "wasm-bindgen",
19282 "web-sys",
19283]
19284
19285[[package]]
19286name = "wasm-bindgen-macro"
19287version = "0.2.113"
19288source = "registry+https://github.com/rust-lang/crates.io-index"
19289checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19290dependencies = [
19291 "quote",
19292 "wasm-bindgen-macro-support",
19293]
19294
19295[[package]]
19296name = "wasm-bindgen-macro-support"
19297version = "0.2.113"
19298source = "registry+https://github.com/rust-lang/crates.io-index"
19299checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19300dependencies = [
19301 "bumpalo",
19302 "proc-macro2",
19303 "quote",
19304 "syn 2.0.117",
19305 "wasm-bindgen-shared",
19306]
19307
19308[[package]]
19309name = "wasm-bindgen-shared"
19310version = "0.2.113"
19311source = "registry+https://github.com/rust-lang/crates.io-index"
19312checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19313dependencies = [
19314 "unicode-ident",
19315]
19316
19317[[package]]
19318name = "wasm-encoder"
19319version = "0.201.0"
19320source = "registry+https://github.com/rust-lang/crates.io-index"
19321checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19322dependencies = [
19323 "leb128",
19324]
19325
19326[[package]]
19327name = "wasm-encoder"
19328version = "0.221.3"
19329source = "registry+https://github.com/rust-lang/crates.io-index"
19330checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19331dependencies = [
19332 "leb128",
19333 "wasmparser 0.221.3",
19334]
19335
19336[[package]]
19337name = "wasm-encoder"
19338version = "0.227.1"
19339source = "registry+https://github.com/rust-lang/crates.io-index"
19340checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19341dependencies = [
19342 "leb128fmt",
19343 "wasmparser 0.227.1",
19344]
19345
19346[[package]]
19347name = "wasm-encoder"
19348version = "0.236.1"
19349source = "registry+https://github.com/rust-lang/crates.io-index"
19350checksum = "724fccfd4f3c24b7e589d333fc0429c68042897a7e8a5f8694f31792471841e7"
19351dependencies = [
19352 "leb128fmt",
19353 "wasmparser 0.236.1",
19354]
19355
19356[[package]]
19357name = "wasm-encoder"
19358version = "0.244.0"
19359source = "registry+https://github.com/rust-lang/crates.io-index"
19360checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19361dependencies = [
19362 "leb128fmt",
19363 "wasmparser 0.244.0",
19364]
19365
19366[[package]]
19367name = "wasm-metadata"
19368version = "0.201.0"
19369source = "registry+https://github.com/rust-lang/crates.io-index"
19370checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19371dependencies = [
19372 "anyhow",
19373 "indexmap",
19374 "serde",
19375 "serde_derive",
19376 "serde_json",
19377 "spdx",
19378 "wasm-encoder 0.201.0",
19379 "wasmparser 0.201.0",
19380]
19381
19382[[package]]
19383name = "wasm-metadata"
19384version = "0.227.1"
19385source = "registry+https://github.com/rust-lang/crates.io-index"
19386checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19387dependencies = [
19388 "anyhow",
19389 "auditable-serde",
19390 "flate2",
19391 "indexmap",
19392 "serde",
19393 "serde_derive",
19394 "serde_json",
19395 "spdx",
19396 "url",
19397 "wasm-encoder 0.227.1",
19398 "wasmparser 0.227.1",
19399]
19400
19401[[package]]
19402name = "wasm-metadata"
19403version = "0.244.0"
19404source = "registry+https://github.com/rust-lang/crates.io-index"
19405checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19406dependencies = [
19407 "anyhow",
19408 "indexmap",
19409 "wasm-encoder 0.244.0",
19410 "wasmparser 0.244.0",
19411]
19412
19413[[package]]
19414name = "wasm-streams"
19415version = "0.4.2"
19416source = "registry+https://github.com/rust-lang/crates.io-index"
19417checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19418dependencies = [
19419 "futures-util",
19420 "js-sys",
19421 "wasm-bindgen",
19422 "wasm-bindgen-futures",
19423 "web-sys",
19424]
19425
19426[[package]]
19427name = "wasm_thread"
19428version = "0.3.3"
19429source = "registry+https://github.com/rust-lang/crates.io-index"
19430checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19431dependencies = [
19432 "futures 0.3.31",
19433 "js-sys",
19434 "wasm-bindgen",
19435 "web-sys",
19436]
19437
19438[[package]]
19439name = "wasmparser"
19440version = "0.201.0"
19441source = "registry+https://github.com/rust-lang/crates.io-index"
19442checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19443dependencies = [
19444 "bitflags 2.10.0",
19445 "indexmap",
19446 "semver",
19447]
19448
19449[[package]]
19450name = "wasmparser"
19451version = "0.221.3"
19452source = "registry+https://github.com/rust-lang/crates.io-index"
19453checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19454dependencies = [
19455 "bitflags 2.10.0",
19456 "hashbrown 0.15.5",
19457 "indexmap",
19458 "semver",
19459 "serde",
19460]
19461
19462[[package]]
19463name = "wasmparser"
19464version = "0.227.1"
19465source = "registry+https://github.com/rust-lang/crates.io-index"
19466checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19467dependencies = [
19468 "bitflags 2.10.0",
19469 "hashbrown 0.15.5",
19470 "indexmap",
19471 "semver",
19472]
19473
19474[[package]]
19475name = "wasmparser"
19476version = "0.236.1"
19477source = "registry+https://github.com/rust-lang/crates.io-index"
19478checksum = "a9b1e81f3eb254cf7404a82cee6926a4a3ccc5aad80cc3d43608a070c67aa1d7"
19479dependencies = [
19480 "bitflags 2.10.0",
19481 "hashbrown 0.15.5",
19482 "indexmap",
19483 "semver",
19484 "serde",
19485]
19486
19487[[package]]
19488name = "wasmparser"
19489version = "0.244.0"
19490source = "registry+https://github.com/rust-lang/crates.io-index"
19491checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19492dependencies = [
19493 "bitflags 2.10.0",
19494 "hashbrown 0.15.5",
19495 "indexmap",
19496 "semver",
19497]
19498
19499[[package]]
19500name = "wasmprinter"
19501version = "0.236.1"
19502source = "registry+https://github.com/rust-lang/crates.io-index"
19503checksum = "2df225df06a6df15b46e3f73ca066ff92c2e023670969f7d50ce7d5e695abbb1"
19504dependencies = [
19505 "anyhow",
19506 "termcolor",
19507 "wasmparser 0.236.1",
19508]
19509
19510[[package]]
19511name = "wasmtime"
19512version = "36.0.6"
19513source = "registry+https://github.com/rust-lang/crates.io-index"
19514checksum = "6a2f8736ddc86e03a9d0e4c477a37939cfc53cd1b052ee38a3133679b87ef830"
19515dependencies = [
19516 "addr2line",
19517 "anyhow",
19518 "async-trait",
19519 "bitflags 2.10.0",
19520 "bumpalo",
19521 "cc",
19522 "cfg-if",
19523 "encoding_rs",
19524 "hashbrown 0.15.5",
19525 "indexmap",
19526 "libc",
19527 "log",
19528 "mach2 0.4.3",
19529 "memfd",
19530 "object",
19531 "once_cell",
19532 "postcard",
19533 "pulley-interpreter",
19534 "rayon",
19535 "rustix 1.1.2",
19536 "semver",
19537 "serde",
19538 "serde_derive",
19539 "smallvec",
19540 "target-lexicon 0.13.3",
19541 "wasmparser 0.236.1",
19542 "wasmtime-environ",
19543 "wasmtime-internal-asm-macros",
19544 "wasmtime-internal-component-macro",
19545 "wasmtime-internal-component-util",
19546 "wasmtime-internal-cranelift",
19547 "wasmtime-internal-fiber",
19548 "wasmtime-internal-jit-debug",
19549 "wasmtime-internal-jit-icache-coherence",
19550 "wasmtime-internal-math",
19551 "wasmtime-internal-slab",
19552 "wasmtime-internal-unwinder",
19553 "wasmtime-internal-versioned-export-macros",
19554 "wasmtime-internal-winch",
19555 "windows-sys 0.60.2",
19556]
19557
19558[[package]]
19559name = "wasmtime-c-api-impl"
19560version = "36.0.6"
19561source = "registry+https://github.com/rust-lang/crates.io-index"
19562checksum = "f3c62ea3fa30e6b0cf61116b3035121b8f515c60ac118ebfdab2ee56d028ed1e"
19563dependencies = [
19564 "anyhow",
19565 "log",
19566 "tracing",
19567 "wasmtime",
19568 "wasmtime-internal-c-api-macros",
19569]
19570
19571[[package]]
19572name = "wasmtime-environ"
19573version = "36.0.6"
19574source = "registry+https://github.com/rust-lang/crates.io-index"
19575checksum = "733682a327755c77153ac7455b1ba8f2db4d9946c1738f8002fe1fbda1d52e83"
19576dependencies = [
19577 "anyhow",
19578 "cpp_demangle",
19579 "cranelift-bitset",
19580 "cranelift-entity",
19581 "gimli",
19582 "indexmap",
19583 "log",
19584 "object",
19585 "postcard",
19586 "rustc-demangle",
19587 "semver",
19588 "serde",
19589 "serde_derive",
19590 "smallvec",
19591 "target-lexicon 0.13.3",
19592 "wasm-encoder 0.236.1",
19593 "wasmparser 0.236.1",
19594 "wasmprinter",
19595 "wasmtime-internal-component-util",
19596]
19597
19598[[package]]
19599name = "wasmtime-internal-asm-macros"
19600version = "36.0.6"
19601source = "registry+https://github.com/rust-lang/crates.io-index"
19602checksum = "68288980a2e02bcb368d436da32565897033ea21918007e3f2bae18843326cf9"
19603dependencies = [
19604 "cfg-if",
19605]
19606
19607[[package]]
19608name = "wasmtime-internal-c-api-macros"
19609version = "36.0.6"
19610source = "registry+https://github.com/rust-lang/crates.io-index"
19611checksum = "3c8c61294155a6d23c202f08cf7a2f9392a866edd50517508208818be626ce9f"
19612dependencies = [
19613 "proc-macro2",
19614 "quote",
19615]
19616
19617[[package]]
19618name = "wasmtime-internal-component-macro"
19619version = "36.0.6"
19620source = "registry+https://github.com/rust-lang/crates.io-index"
19621checksum = "5dea846da68f8e776c8a43bde3386022d7bb74e713b9654f7c0196e5ff2e4684"
19622dependencies = [
19623 "anyhow",
19624 "proc-macro2",
19625 "quote",
19626 "syn 2.0.117",
19627 "wasmtime-internal-component-util",
19628 "wasmtime-internal-wit-bindgen",
19629 "wit-parser 0.236.1",
19630]
19631
19632[[package]]
19633name = "wasmtime-internal-component-util"
19634version = "36.0.6"
19635source = "registry+https://github.com/rust-lang/crates.io-index"
19636checksum = "fe1e5735b3c8251510d2a55311562772d6c6fca9438a3d0329eb6e38af4957d6"
19637
19638[[package]]
19639name = "wasmtime-internal-cranelift"
19640version = "36.0.6"
19641source = "registry+https://github.com/rust-lang/crates.io-index"
19642checksum = "e89bb9ef571288e2be6b8a3c4763acc56c348dcd517500b1679d3ffad9e4a757"
19643dependencies = [
19644 "anyhow",
19645 "cfg-if",
19646 "cranelift-codegen",
19647 "cranelift-control",
19648 "cranelift-entity",
19649 "cranelift-frontend",
19650 "cranelift-native",
19651 "gimli",
19652 "itertools 0.14.0",
19653 "log",
19654 "object",
19655 "pulley-interpreter",
19656 "smallvec",
19657 "target-lexicon 0.13.3",
19658 "thiserror 2.0.17",
19659 "wasmparser 0.236.1",
19660 "wasmtime-environ",
19661 "wasmtime-internal-math",
19662 "wasmtime-internal-versioned-export-macros",
19663]
19664
19665[[package]]
19666name = "wasmtime-internal-fiber"
19667version = "36.0.6"
19668source = "registry+https://github.com/rust-lang/crates.io-index"
19669checksum = "b698d004b15ea1f1ae2d06e5e8b80080cbd684fd245220ce2fac3cdd5ecf87f2"
19670dependencies = [
19671 "anyhow",
19672 "cc",
19673 "cfg-if",
19674 "libc",
19675 "rustix 1.1.2",
19676 "wasmtime-internal-asm-macros",
19677 "wasmtime-internal-versioned-export-macros",
19678 "windows-sys 0.60.2",
19679]
19680
19681[[package]]
19682name = "wasmtime-internal-jit-debug"
19683version = "36.0.6"
19684source = "registry+https://github.com/rust-lang/crates.io-index"
19685checksum = "c803a9fec05c3d7fa03474d4595079d546e77a3c71c1d09b21f74152e2165c17"
19686dependencies = [
19687 "cc",
19688 "wasmtime-internal-versioned-export-macros",
19689]
19690
19691[[package]]
19692name = "wasmtime-internal-jit-icache-coherence"
19693version = "36.0.6"
19694source = "registry+https://github.com/rust-lang/crates.io-index"
19695checksum = "d3866909d37f7929d902e6011847748147e8734e9d7e0353e78fb8b98f586aee"
19696dependencies = [
19697 "anyhow",
19698 "cfg-if",
19699 "libc",
19700 "windows-sys 0.60.2",
19701]
19702
19703[[package]]
19704name = "wasmtime-internal-math"
19705version = "36.0.6"
19706source = "registry+https://github.com/rust-lang/crates.io-index"
19707checksum = "5a23b03fb14c64bd0dfcaa4653101f94ade76c34a3027ed2d6b373267536e45b"
19708dependencies = [
19709 "libm",
19710]
19711
19712[[package]]
19713name = "wasmtime-internal-slab"
19714version = "36.0.6"
19715source = "registry+https://github.com/rust-lang/crates.io-index"
19716checksum = "fbff220b88cdb990d34a20b13344e5da2e7b99959a5b1666106bec94b58d6364"
19717
19718[[package]]
19719name = "wasmtime-internal-unwinder"
19720version = "36.0.6"
19721source = "registry+https://github.com/rust-lang/crates.io-index"
19722checksum = "13e1ad30e88988b20c0d1c56ea4b4fbc01a8c614653cbf12ca50c0dcc695e2f7"
19723dependencies = [
19724 "anyhow",
19725 "cfg-if",
19726 "cranelift-codegen",
19727 "log",
19728 "object",
19729]
19730
19731[[package]]
19732name = "wasmtime-internal-versioned-export-macros"
19733version = "36.0.6"
19734source = "registry+https://github.com/rust-lang/crates.io-index"
19735checksum = "549aefdaa1398c2fcfbf69a7b882956bb5b6e8e5b600844ecb91a3b5bf658ca7"
19736dependencies = [
19737 "proc-macro2",
19738 "quote",
19739 "syn 2.0.117",
19740]
19741
19742[[package]]
19743name = "wasmtime-internal-winch"
19744version = "36.0.6"
19745source = "registry+https://github.com/rust-lang/crates.io-index"
19746checksum = "5cc96a84c5700171aeecf96fa9a9ab234f333f5afb295dabf3f8a812b70fe832"
19747dependencies = [
19748 "anyhow",
19749 "cranelift-codegen",
19750 "gimli",
19751 "object",
19752 "target-lexicon 0.13.3",
19753 "wasmparser 0.236.1",
19754 "wasmtime-environ",
19755 "wasmtime-internal-cranelift",
19756 "winch-codegen",
19757]
19758
19759[[package]]
19760name = "wasmtime-internal-wit-bindgen"
19761version = "36.0.6"
19762source = "registry+https://github.com/rust-lang/crates.io-index"
19763checksum = "c28dc9efea511598c88564ac1974e0825c07d9c0de902dbf68f227431cd4ff8c"
19764dependencies = [
19765 "anyhow",
19766 "bitflags 2.10.0",
19767 "heck 0.5.0",
19768 "indexmap",
19769 "wit-parser 0.236.1",
19770]
19771
19772[[package]]
19773name = "wasmtime-wasi"
19774version = "36.0.6"
19775source = "registry+https://github.com/rust-lang/crates.io-index"
19776checksum = "c3c2e99fbaa0c26b4680e0c9af07e3f7b25f5fbc1ad97dd34067980bd027d3e5"
19777dependencies = [
19778 "anyhow",
19779 "async-trait",
19780 "bitflags 2.10.0",
19781 "bytes 1.11.1",
19782 "cap-fs-ext",
19783 "cap-net-ext",
19784 "cap-rand",
19785 "cap-std",
19786 "cap-time-ext",
19787 "fs-set-times",
19788 "futures 0.3.31",
19789 "io-extras",
19790 "io-lifetimes",
19791 "rustix 1.1.2",
19792 "system-interface",
19793 "thiserror 2.0.17",
19794 "tokio",
19795 "tracing",
19796 "url",
19797 "wasmtime",
19798 "wasmtime-wasi-io",
19799 "wiggle",
19800 "windows-sys 0.60.2",
19801]
19802
19803[[package]]
19804name = "wasmtime-wasi-io"
19805version = "36.0.6"
19806source = "registry+https://github.com/rust-lang/crates.io-index"
19807checksum = "de2dc367052562c228ce51ee4426330840433c29c0ea3349eca5ddeb475ecdb9"
19808dependencies = [
19809 "anyhow",
19810 "async-trait",
19811 "bytes 1.11.1",
19812 "futures 0.3.31",
19813 "wasmtime",
19814]
19815
19816[[package]]
19817name = "wast"
19818version = "35.0.2"
19819source = "registry+https://github.com/rust-lang/crates.io-index"
19820checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
19821dependencies = [
19822 "leb128",
19823]
19824
19825[[package]]
19826name = "watch"
19827version = "0.1.0"
19828dependencies = [
19829 "ctor",
19830 "futures 0.3.31",
19831 "gpui",
19832 "parking_lot",
19833 "zlog",
19834]
19835
19836[[package]]
19837name = "wax"
19838version = "0.7.0"
19839source = "registry+https://github.com/rust-lang/crates.io-index"
19840checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
19841dependencies = [
19842 "const_format",
19843 "itertools 0.14.0",
19844 "nom 7.1.3",
19845 "pori",
19846 "regex",
19847 "thiserror 2.0.17",
19848 "walkdir",
19849]
19850
19851[[package]]
19852name = "wayland-backend"
19853version = "0.3.11"
19854source = "registry+https://github.com/rust-lang/crates.io-index"
19855checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
19856dependencies = [
19857 "cc",
19858 "downcast-rs",
19859 "rustix 1.1.2",
19860 "scoped-tls",
19861 "smallvec",
19862 "wayland-sys",
19863]
19864
19865[[package]]
19866name = "wayland-client"
19867version = "0.31.11"
19868source = "registry+https://github.com/rust-lang/crates.io-index"
19869checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
19870dependencies = [
19871 "bitflags 2.10.0",
19872 "rustix 1.1.2",
19873 "wayland-backend",
19874 "wayland-scanner",
19875]
19876
19877[[package]]
19878name = "wayland-cursor"
19879version = "0.31.11"
19880source = "registry+https://github.com/rust-lang/crates.io-index"
19881checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
19882dependencies = [
19883 "rustix 1.1.2",
19884 "wayland-client",
19885 "xcursor",
19886]
19887
19888[[package]]
19889name = "wayland-protocols"
19890version = "0.32.9"
19891source = "registry+https://github.com/rust-lang/crates.io-index"
19892checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
19893dependencies = [
19894 "bitflags 2.10.0",
19895 "wayland-backend",
19896 "wayland-client",
19897 "wayland-scanner",
19898]
19899
19900[[package]]
19901name = "wayland-protocols-plasma"
19902version = "0.3.9"
19903source = "registry+https://github.com/rust-lang/crates.io-index"
19904checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
19905dependencies = [
19906 "bitflags 2.10.0",
19907 "wayland-backend",
19908 "wayland-client",
19909 "wayland-protocols",
19910 "wayland-scanner",
19911]
19912
19913[[package]]
19914name = "wayland-protocols-wlr"
19915version = "0.3.9"
19916source = "registry+https://github.com/rust-lang/crates.io-index"
19917checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
19918dependencies = [
19919 "bitflags 2.10.0",
19920 "wayland-backend",
19921 "wayland-client",
19922 "wayland-protocols",
19923 "wayland-scanner",
19924]
19925
19926[[package]]
19927name = "wayland-scanner"
19928version = "0.31.7"
19929source = "registry+https://github.com/rust-lang/crates.io-index"
19930checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
19931dependencies = [
19932 "proc-macro2",
19933 "quick-xml 0.37.5",
19934 "quote",
19935]
19936
19937[[package]]
19938name = "wayland-sys"
19939version = "0.31.7"
19940source = "registry+https://github.com/rust-lang/crates.io-index"
19941checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
19942dependencies = [
19943 "dlib",
19944 "log",
19945 "once_cell",
19946 "pkg-config",
19947]
19948
19949[[package]]
19950name = "web-sys"
19951version = "0.3.90"
19952source = "registry+https://github.com/rust-lang/crates.io-index"
19953checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
19954dependencies = [
19955 "js-sys",
19956 "wasm-bindgen",
19957]
19958
19959[[package]]
19960name = "web-time"
19961version = "1.1.0"
19962source = "registry+https://github.com/rust-lang/crates.io-index"
19963checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
19964dependencies = [
19965 "js-sys",
19966 "wasm-bindgen",
19967]
19968
19969[[package]]
19970name = "web_atoms"
19971version = "0.1.3"
19972source = "registry+https://github.com/rust-lang/crates.io-index"
19973checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
19974dependencies = [
19975 "phf 0.11.3",
19976 "phf_codegen",
19977 "string_cache",
19978 "string_cache_codegen",
19979]
19980
19981[[package]]
19982name = "web_search"
19983version = "0.1.0"
19984dependencies = [
19985 "anyhow",
19986 "cloud_llm_client",
19987 "collections",
19988 "gpui",
19989 "serde",
19990]
19991
19992[[package]]
19993name = "web_search_providers"
19994version = "0.1.0"
19995dependencies = [
19996 "anyhow",
19997 "client",
19998 "cloud_api_types",
19999 "cloud_llm_client",
20000 "futures 0.3.31",
20001 "gpui",
20002 "http_client",
20003 "language_model",
20004 "serde",
20005 "serde_json",
20006 "web_search",
20007]
20008
20009[[package]]
20010name = "webpki-root-certs"
20011version = "0.26.8"
20012source = "registry+https://github.com/rust-lang/crates.io-index"
20013checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20014dependencies = [
20015 "rustls-pki-types",
20016]
20017
20018[[package]]
20019name = "webpki-roots"
20020version = "0.26.8"
20021source = "registry+https://github.com/rust-lang/crates.io-index"
20022checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20023dependencies = [
20024 "rustls-pki-types",
20025]
20026
20027[[package]]
20028name = "webrtc-sys"
20029version = "0.3.23"
20030source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20031dependencies = [
20032 "cc",
20033 "cxx",
20034 "cxx-build",
20035 "glob",
20036 "log",
20037 "pkg-config",
20038 "webrtc-sys-build",
20039]
20040
20041[[package]]
20042name = "webrtc-sys-build"
20043version = "0.3.13"
20044source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20045dependencies = [
20046 "anyhow",
20047 "fs2",
20048 "regex",
20049 "reqwest 0.12.24",
20050 "scratch",
20051 "semver",
20052 "zip 0.6.6",
20053]
20054
20055[[package]]
20056name = "weezl"
20057version = "0.1.10"
20058source = "registry+https://github.com/rust-lang/crates.io-index"
20059checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20060
20061[[package]]
20062name = "wgpu"
20063version = "29.0.0"
20064source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20065dependencies = [
20066 "arrayvec",
20067 "bitflags 2.10.0",
20068 "bytemuck",
20069 "cfg-if",
20070 "cfg_aliases 0.2.1",
20071 "document-features",
20072 "hashbrown 0.16.1",
20073 "js-sys",
20074 "log",
20075 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20076 "parking_lot",
20077 "portable-atomic",
20078 "profiling",
20079 "raw-window-handle",
20080 "smallvec",
20081 "static_assertions",
20082 "wasm-bindgen",
20083 "wasm-bindgen-futures",
20084 "web-sys",
20085 "wgpu-core",
20086 "wgpu-hal",
20087 "wgpu-types",
20088]
20089
20090[[package]]
20091name = "wgpu-core"
20092version = "29.0.0"
20093source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20094dependencies = [
20095 "arrayvec",
20096 "bit-set 0.9.1",
20097 "bit-vec 0.9.1",
20098 "bitflags 2.10.0",
20099 "bytemuck",
20100 "cfg_aliases 0.2.1",
20101 "document-features",
20102 "hashbrown 0.16.1",
20103 "indexmap",
20104 "log",
20105 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20106 "once_cell",
20107 "parking_lot",
20108 "portable-atomic",
20109 "profiling",
20110 "raw-window-handle",
20111 "rustc-hash 1.1.0",
20112 "smallvec",
20113 "thiserror 2.0.17",
20114 "wgpu-core-deps-apple",
20115 "wgpu-core-deps-emscripten",
20116 "wgpu-core-deps-windows-linux-android",
20117 "wgpu-hal",
20118 "wgpu-naga-bridge",
20119 "wgpu-types",
20120]
20121
20122[[package]]
20123name = "wgpu-core-deps-apple"
20124version = "29.0.0"
20125source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20126dependencies = [
20127 "wgpu-hal",
20128]
20129
20130[[package]]
20131name = "wgpu-core-deps-emscripten"
20132version = "29.0.0"
20133source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20134dependencies = [
20135 "wgpu-hal",
20136]
20137
20138[[package]]
20139name = "wgpu-core-deps-windows-linux-android"
20140version = "29.0.0"
20141source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20142dependencies = [
20143 "wgpu-hal",
20144]
20145
20146[[package]]
20147name = "wgpu-hal"
20148version = "29.0.0"
20149source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20150dependencies = [
20151 "android_system_properties",
20152 "arrayvec",
20153 "ash",
20154 "bit-set 0.9.1",
20155 "bitflags 2.10.0",
20156 "block2",
20157 "bytemuck",
20158 "cfg-if",
20159 "cfg_aliases 0.2.1",
20160 "glow",
20161 "glutin_wgl_sys",
20162 "gpu-allocator",
20163 "gpu-descriptor",
20164 "hashbrown 0.16.1",
20165 "js-sys",
20166 "khronos-egl",
20167 "libc",
20168 "libloading",
20169 "log",
20170 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20171 "ndk-sys",
20172 "objc2",
20173 "objc2-core-foundation",
20174 "objc2-foundation",
20175 "objc2-metal",
20176 "objc2-quartz-core",
20177 "once_cell",
20178 "ordered-float 4.6.0",
20179 "parking_lot",
20180 "portable-atomic",
20181 "portable-atomic-util",
20182 "profiling",
20183 "range-alloc",
20184 "raw-window-handle",
20185 "raw-window-metal",
20186 "renderdoc-sys",
20187 "smallvec",
20188 "thiserror 2.0.17",
20189 "wasm-bindgen",
20190 "wayland-sys",
20191 "web-sys",
20192 "wgpu-naga-bridge",
20193 "wgpu-types",
20194 "windows 0.62.2",
20195 "windows-core 0.62.2",
20196]
20197
20198[[package]]
20199name = "wgpu-naga-bridge"
20200version = "29.0.0"
20201source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20202dependencies = [
20203 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20204 "wgpu-types",
20205]
20206
20207[[package]]
20208name = "wgpu-types"
20209version = "29.0.0"
20210source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20211dependencies = [
20212 "bitflags 2.10.0",
20213 "bytemuck",
20214 "js-sys",
20215 "log",
20216 "raw-window-handle",
20217 "web-sys",
20218]
20219
20220[[package]]
20221name = "which"
20222version = "4.4.2"
20223source = "registry+https://github.com/rust-lang/crates.io-index"
20224checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20225dependencies = [
20226 "either",
20227 "home",
20228 "once_cell",
20229 "rustix 0.38.44",
20230]
20231
20232[[package]]
20233name = "which"
20234version = "6.0.3"
20235source = "registry+https://github.com/rust-lang/crates.io-index"
20236checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20237dependencies = [
20238 "either",
20239 "home",
20240 "rustix 0.38.44",
20241 "winsafe",
20242]
20243
20244[[package]]
20245name = "which_key"
20246version = "0.1.0"
20247dependencies = [
20248 "command_palette",
20249 "gpui",
20250 "serde",
20251 "settings",
20252 "theme_settings",
20253 "ui",
20254 "util",
20255 "workspace",
20256]
20257
20258[[package]]
20259name = "whoami"
20260version = "1.6.1"
20261source = "registry+https://github.com/rust-lang/crates.io-index"
20262checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20263dependencies = [
20264 "libredox",
20265 "wasite",
20266]
20267
20268[[package]]
20269name = "wiggle"
20270version = "36.0.6"
20271source = "registry+https://github.com/rust-lang/crates.io-index"
20272checksum = "c13d1ae265bd6e5e608827d2535665453cae5cb64950de66e2d5767d3e32c43a"
20273dependencies = [
20274 "anyhow",
20275 "async-trait",
20276 "bitflags 2.10.0",
20277 "thiserror 2.0.17",
20278 "tracing",
20279 "wasmtime",
20280 "wiggle-macro",
20281]
20282
20283[[package]]
20284name = "wiggle-generate"
20285version = "36.0.6"
20286source = "registry+https://github.com/rust-lang/crates.io-index"
20287checksum = "607c4966f6b30da20d24560220137cbd09df722f0558eac81c05624700af5e05"
20288dependencies = [
20289 "anyhow",
20290 "heck 0.5.0",
20291 "proc-macro2",
20292 "quote",
20293 "syn 2.0.117",
20294 "witx",
20295]
20296
20297[[package]]
20298name = "wiggle-macro"
20299version = "36.0.6"
20300source = "registry+https://github.com/rust-lang/crates.io-index"
20301checksum = "fc36e39412fa35f7cc86b3705dbe154168721dd3e71f6dc4a726b266d5c60c55"
20302dependencies = [
20303 "proc-macro2",
20304 "quote",
20305 "syn 2.0.117",
20306 "wiggle-generate",
20307]
20308
20309[[package]]
20310name = "winapi"
20311version = "0.3.9"
20312source = "registry+https://github.com/rust-lang/crates.io-index"
20313checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20314dependencies = [
20315 "winapi-i686-pc-windows-gnu",
20316 "winapi-x86_64-pc-windows-gnu",
20317]
20318
20319[[package]]
20320name = "winapi-i686-pc-windows-gnu"
20321version = "0.4.0"
20322source = "registry+https://github.com/rust-lang/crates.io-index"
20323checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20324
20325[[package]]
20326name = "winapi-util"
20327version = "0.1.11"
20328source = "registry+https://github.com/rust-lang/crates.io-index"
20329checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20330dependencies = [
20331 "windows-sys 0.61.2",
20332]
20333
20334[[package]]
20335name = "winapi-x86_64-pc-windows-gnu"
20336version = "0.4.0"
20337source = "registry+https://github.com/rust-lang/crates.io-index"
20338checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20339
20340[[package]]
20341name = "winch-codegen"
20342version = "36.0.6"
20343source = "registry+https://github.com/rust-lang/crates.io-index"
20344checksum = "06c0ec09e8eb5e850e432da6271ed8c4a9d459a9db3850c38e98a3ee9d015e79"
20345dependencies = [
20346 "anyhow",
20347 "cranelift-assembler-x64",
20348 "cranelift-codegen",
20349 "gimli",
20350 "regalloc2",
20351 "smallvec",
20352 "target-lexicon 0.13.3",
20353 "thiserror 2.0.17",
20354 "wasmparser 0.236.1",
20355 "wasmtime-environ",
20356 "wasmtime-internal-cranelift",
20357 "wasmtime-internal-math",
20358]
20359
20360[[package]]
20361name = "windows"
20362version = "0.57.0"
20363source = "registry+https://github.com/rust-lang/crates.io-index"
20364checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20365dependencies = [
20366 "windows-core 0.57.0",
20367 "windows-targets 0.52.6",
20368]
20369
20370[[package]]
20371name = "windows"
20372version = "0.58.0"
20373source = "registry+https://github.com/rust-lang/crates.io-index"
20374checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20375dependencies = [
20376 "windows-core 0.58.0",
20377 "windows-targets 0.52.6",
20378]
20379
20380[[package]]
20381name = "windows"
20382version = "0.61.3"
20383source = "registry+https://github.com/rust-lang/crates.io-index"
20384checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20385dependencies = [
20386 "windows-collections 0.2.0",
20387 "windows-core 0.61.2",
20388 "windows-future 0.2.1",
20389 "windows-link 0.1.3",
20390 "windows-numerics 0.2.0",
20391]
20392
20393[[package]]
20394name = "windows"
20395version = "0.62.2"
20396source = "registry+https://github.com/rust-lang/crates.io-index"
20397checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20398dependencies = [
20399 "windows-collections 0.3.2",
20400 "windows-core 0.62.2",
20401 "windows-future 0.3.2",
20402 "windows-numerics 0.3.1",
20403]
20404
20405[[package]]
20406name = "windows-bindgen"
20407version = "0.61.1"
20408source = "registry+https://github.com/rust-lang/crates.io-index"
20409checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20410dependencies = [
20411 "serde",
20412 "serde_json",
20413 "windows-threading 0.1.0",
20414]
20415
20416[[package]]
20417name = "windows-capture"
20418version = "1.4.3"
20419source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20420dependencies = [
20421 "clap",
20422 "ctrlc",
20423 "parking_lot",
20424 "rayon",
20425 "thiserror 2.0.17",
20426 "windows 0.61.3",
20427 "windows-future 0.2.1",
20428]
20429
20430[[package]]
20431name = "windows-collections"
20432version = "0.2.0"
20433source = "registry+https://github.com/rust-lang/crates.io-index"
20434checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20435dependencies = [
20436 "windows-core 0.61.2",
20437]
20438
20439[[package]]
20440name = "windows-collections"
20441version = "0.3.2"
20442source = "registry+https://github.com/rust-lang/crates.io-index"
20443checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20444dependencies = [
20445 "windows-core 0.62.2",
20446]
20447
20448[[package]]
20449name = "windows-core"
20450version = "0.57.0"
20451source = "registry+https://github.com/rust-lang/crates.io-index"
20452checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20453dependencies = [
20454 "windows-implement 0.57.0",
20455 "windows-interface 0.57.0",
20456 "windows-result 0.1.2",
20457 "windows-targets 0.52.6",
20458]
20459
20460[[package]]
20461name = "windows-core"
20462version = "0.58.0"
20463source = "registry+https://github.com/rust-lang/crates.io-index"
20464checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20465dependencies = [
20466 "windows-implement 0.58.0",
20467 "windows-interface 0.58.0",
20468 "windows-result 0.2.0",
20469 "windows-strings 0.1.0",
20470 "windows-targets 0.52.6",
20471]
20472
20473[[package]]
20474name = "windows-core"
20475version = "0.61.2"
20476source = "registry+https://github.com/rust-lang/crates.io-index"
20477checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20478dependencies = [
20479 "windows-implement 0.60.2",
20480 "windows-interface 0.59.3",
20481 "windows-link 0.1.3",
20482 "windows-result 0.3.4",
20483 "windows-strings 0.4.2",
20484]
20485
20486[[package]]
20487name = "windows-core"
20488version = "0.62.2"
20489source = "registry+https://github.com/rust-lang/crates.io-index"
20490checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20491dependencies = [
20492 "windows-implement 0.60.2",
20493 "windows-interface 0.59.3",
20494 "windows-link 0.2.1",
20495 "windows-result 0.4.1",
20496 "windows-strings 0.5.1",
20497]
20498
20499[[package]]
20500name = "windows-future"
20501version = "0.2.1"
20502source = "registry+https://github.com/rust-lang/crates.io-index"
20503checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20504dependencies = [
20505 "windows-core 0.61.2",
20506 "windows-link 0.1.3",
20507 "windows-threading 0.1.0",
20508]
20509
20510[[package]]
20511name = "windows-future"
20512version = "0.3.2"
20513source = "registry+https://github.com/rust-lang/crates.io-index"
20514checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20515dependencies = [
20516 "windows-core 0.62.2",
20517 "windows-link 0.2.1",
20518 "windows-threading 0.2.1",
20519]
20520
20521[[package]]
20522name = "windows-implement"
20523version = "0.57.0"
20524source = "registry+https://github.com/rust-lang/crates.io-index"
20525checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20526dependencies = [
20527 "proc-macro2",
20528 "quote",
20529 "syn 2.0.117",
20530]
20531
20532[[package]]
20533name = "windows-implement"
20534version = "0.58.0"
20535source = "registry+https://github.com/rust-lang/crates.io-index"
20536checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20537dependencies = [
20538 "proc-macro2",
20539 "quote",
20540 "syn 2.0.117",
20541]
20542
20543[[package]]
20544name = "windows-implement"
20545version = "0.60.2"
20546source = "registry+https://github.com/rust-lang/crates.io-index"
20547checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20548dependencies = [
20549 "proc-macro2",
20550 "quote",
20551 "syn 2.0.117",
20552]
20553
20554[[package]]
20555name = "windows-interface"
20556version = "0.57.0"
20557source = "registry+https://github.com/rust-lang/crates.io-index"
20558checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20559dependencies = [
20560 "proc-macro2",
20561 "quote",
20562 "syn 2.0.117",
20563]
20564
20565[[package]]
20566name = "windows-interface"
20567version = "0.58.0"
20568source = "registry+https://github.com/rust-lang/crates.io-index"
20569checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20570dependencies = [
20571 "proc-macro2",
20572 "quote",
20573 "syn 2.0.117",
20574]
20575
20576[[package]]
20577name = "windows-interface"
20578version = "0.59.3"
20579source = "registry+https://github.com/rust-lang/crates.io-index"
20580checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20581dependencies = [
20582 "proc-macro2",
20583 "quote",
20584 "syn 2.0.117",
20585]
20586
20587[[package]]
20588name = "windows-link"
20589version = "0.1.3"
20590source = "registry+https://github.com/rust-lang/crates.io-index"
20591checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20592
20593[[package]]
20594name = "windows-link"
20595version = "0.2.1"
20596source = "registry+https://github.com/rust-lang/crates.io-index"
20597checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20598
20599[[package]]
20600name = "windows-numerics"
20601version = "0.2.0"
20602source = "registry+https://github.com/rust-lang/crates.io-index"
20603checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20604dependencies = [
20605 "windows-core 0.61.2",
20606 "windows-link 0.1.3",
20607]
20608
20609[[package]]
20610name = "windows-numerics"
20611version = "0.3.1"
20612source = "registry+https://github.com/rust-lang/crates.io-index"
20613checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20614dependencies = [
20615 "windows-core 0.62.2",
20616 "windows-link 0.2.1",
20617]
20618
20619[[package]]
20620name = "windows-registry"
20621version = "0.4.0"
20622source = "registry+https://github.com/rust-lang/crates.io-index"
20623checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20624dependencies = [
20625 "windows-result 0.3.4",
20626 "windows-strings 0.3.1",
20627 "windows-targets 0.53.5",
20628]
20629
20630[[package]]
20631name = "windows-registry"
20632version = "0.5.3"
20633source = "registry+https://github.com/rust-lang/crates.io-index"
20634checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20635dependencies = [
20636 "windows-link 0.1.3",
20637 "windows-result 0.3.4",
20638 "windows-strings 0.4.2",
20639]
20640
20641[[package]]
20642name = "windows-registry"
20643version = "0.6.1"
20644source = "registry+https://github.com/rust-lang/crates.io-index"
20645checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20646dependencies = [
20647 "windows-link 0.2.1",
20648 "windows-result 0.4.1",
20649 "windows-strings 0.5.1",
20650]
20651
20652[[package]]
20653name = "windows-result"
20654version = "0.1.2"
20655source = "registry+https://github.com/rust-lang/crates.io-index"
20656checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20657dependencies = [
20658 "windows-targets 0.52.6",
20659]
20660
20661[[package]]
20662name = "windows-result"
20663version = "0.2.0"
20664source = "registry+https://github.com/rust-lang/crates.io-index"
20665checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20666dependencies = [
20667 "windows-targets 0.52.6",
20668]
20669
20670[[package]]
20671name = "windows-result"
20672version = "0.3.4"
20673source = "registry+https://github.com/rust-lang/crates.io-index"
20674checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20675dependencies = [
20676 "windows-link 0.1.3",
20677]
20678
20679[[package]]
20680name = "windows-result"
20681version = "0.4.1"
20682source = "registry+https://github.com/rust-lang/crates.io-index"
20683checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20684dependencies = [
20685 "windows-link 0.2.1",
20686]
20687
20688[[package]]
20689name = "windows-strings"
20690version = "0.1.0"
20691source = "registry+https://github.com/rust-lang/crates.io-index"
20692checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20693dependencies = [
20694 "windows-result 0.2.0",
20695 "windows-targets 0.52.6",
20696]
20697
20698[[package]]
20699name = "windows-strings"
20700version = "0.3.1"
20701source = "registry+https://github.com/rust-lang/crates.io-index"
20702checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20703dependencies = [
20704 "windows-link 0.1.3",
20705]
20706
20707[[package]]
20708name = "windows-strings"
20709version = "0.4.2"
20710source = "registry+https://github.com/rust-lang/crates.io-index"
20711checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20712dependencies = [
20713 "windows-link 0.1.3",
20714]
20715
20716[[package]]
20717name = "windows-strings"
20718version = "0.5.1"
20719source = "registry+https://github.com/rust-lang/crates.io-index"
20720checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
20721dependencies = [
20722 "windows-link 0.2.1",
20723]
20724
20725[[package]]
20726name = "windows-sys"
20727version = "0.45.0"
20728source = "registry+https://github.com/rust-lang/crates.io-index"
20729checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
20730dependencies = [
20731 "windows-targets 0.42.2",
20732]
20733
20734[[package]]
20735name = "windows-sys"
20736version = "0.48.0"
20737source = "registry+https://github.com/rust-lang/crates.io-index"
20738checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
20739dependencies = [
20740 "windows-targets 0.48.5",
20741]
20742
20743[[package]]
20744name = "windows-sys"
20745version = "0.52.0"
20746source = "registry+https://github.com/rust-lang/crates.io-index"
20747checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
20748dependencies = [
20749 "windows-targets 0.52.6",
20750]
20751
20752[[package]]
20753name = "windows-sys"
20754version = "0.59.0"
20755source = "registry+https://github.com/rust-lang/crates.io-index"
20756checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
20757dependencies = [
20758 "windows-targets 0.52.6",
20759]
20760
20761[[package]]
20762name = "windows-sys"
20763version = "0.60.2"
20764source = "registry+https://github.com/rust-lang/crates.io-index"
20765checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
20766dependencies = [
20767 "windows-targets 0.53.5",
20768]
20769
20770[[package]]
20771name = "windows-sys"
20772version = "0.61.2"
20773source = "registry+https://github.com/rust-lang/crates.io-index"
20774checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
20775dependencies = [
20776 "windows-link 0.2.1",
20777]
20778
20779[[package]]
20780name = "windows-targets"
20781version = "0.42.2"
20782source = "registry+https://github.com/rust-lang/crates.io-index"
20783checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
20784dependencies = [
20785 "windows_aarch64_gnullvm 0.42.2",
20786 "windows_aarch64_msvc 0.42.2",
20787 "windows_i686_gnu 0.42.2",
20788 "windows_i686_msvc 0.42.2",
20789 "windows_x86_64_gnu 0.42.2",
20790 "windows_x86_64_gnullvm 0.42.2",
20791 "windows_x86_64_msvc 0.42.2",
20792]
20793
20794[[package]]
20795name = "windows-targets"
20796version = "0.48.5"
20797source = "registry+https://github.com/rust-lang/crates.io-index"
20798checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
20799dependencies = [
20800 "windows_aarch64_gnullvm 0.48.5",
20801 "windows_aarch64_msvc 0.48.5",
20802 "windows_i686_gnu 0.48.5",
20803 "windows_i686_msvc 0.48.5",
20804 "windows_x86_64_gnu 0.48.5",
20805 "windows_x86_64_gnullvm 0.48.5",
20806 "windows_x86_64_msvc 0.48.5",
20807]
20808
20809[[package]]
20810name = "windows-targets"
20811version = "0.52.6"
20812source = "registry+https://github.com/rust-lang/crates.io-index"
20813checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
20814dependencies = [
20815 "windows_aarch64_gnullvm 0.52.6",
20816 "windows_aarch64_msvc 0.52.6",
20817 "windows_i686_gnu 0.52.6",
20818 "windows_i686_gnullvm 0.52.6",
20819 "windows_i686_msvc 0.52.6",
20820 "windows_x86_64_gnu 0.52.6",
20821 "windows_x86_64_gnullvm 0.52.6",
20822 "windows_x86_64_msvc 0.52.6",
20823]
20824
20825[[package]]
20826name = "windows-targets"
20827version = "0.53.5"
20828source = "registry+https://github.com/rust-lang/crates.io-index"
20829checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
20830dependencies = [
20831 "windows-link 0.2.1",
20832 "windows_aarch64_gnullvm 0.53.1",
20833 "windows_aarch64_msvc 0.53.1",
20834 "windows_i686_gnu 0.53.1",
20835 "windows_i686_gnullvm 0.53.1",
20836 "windows_i686_msvc 0.53.1",
20837 "windows_x86_64_gnu 0.53.1",
20838 "windows_x86_64_gnullvm 0.53.1",
20839 "windows_x86_64_msvc 0.53.1",
20840]
20841
20842[[package]]
20843name = "windows-threading"
20844version = "0.1.0"
20845source = "registry+https://github.com/rust-lang/crates.io-index"
20846checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
20847dependencies = [
20848 "windows-link 0.1.3",
20849]
20850
20851[[package]]
20852name = "windows-threading"
20853version = "0.2.1"
20854source = "registry+https://github.com/rust-lang/crates.io-index"
20855checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
20856dependencies = [
20857 "windows-link 0.2.1",
20858]
20859
20860[[package]]
20861name = "windows_aarch64_gnullvm"
20862version = "0.42.2"
20863source = "registry+https://github.com/rust-lang/crates.io-index"
20864checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
20865
20866[[package]]
20867name = "windows_aarch64_gnullvm"
20868version = "0.48.5"
20869source = "registry+https://github.com/rust-lang/crates.io-index"
20870checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
20871
20872[[package]]
20873name = "windows_aarch64_gnullvm"
20874version = "0.52.6"
20875source = "registry+https://github.com/rust-lang/crates.io-index"
20876checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
20877
20878[[package]]
20879name = "windows_aarch64_gnullvm"
20880version = "0.53.1"
20881source = "registry+https://github.com/rust-lang/crates.io-index"
20882checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
20883
20884[[package]]
20885name = "windows_aarch64_msvc"
20886version = "0.42.2"
20887source = "registry+https://github.com/rust-lang/crates.io-index"
20888checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
20889
20890[[package]]
20891name = "windows_aarch64_msvc"
20892version = "0.48.5"
20893source = "registry+https://github.com/rust-lang/crates.io-index"
20894checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
20895
20896[[package]]
20897name = "windows_aarch64_msvc"
20898version = "0.52.6"
20899source = "registry+https://github.com/rust-lang/crates.io-index"
20900checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
20901
20902[[package]]
20903name = "windows_aarch64_msvc"
20904version = "0.53.1"
20905source = "registry+https://github.com/rust-lang/crates.io-index"
20906checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
20907
20908[[package]]
20909name = "windows_i686_gnu"
20910version = "0.42.2"
20911source = "registry+https://github.com/rust-lang/crates.io-index"
20912checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
20913
20914[[package]]
20915name = "windows_i686_gnu"
20916version = "0.48.5"
20917source = "registry+https://github.com/rust-lang/crates.io-index"
20918checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
20919
20920[[package]]
20921name = "windows_i686_gnu"
20922version = "0.52.6"
20923source = "registry+https://github.com/rust-lang/crates.io-index"
20924checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
20925
20926[[package]]
20927name = "windows_i686_gnu"
20928version = "0.53.1"
20929source = "registry+https://github.com/rust-lang/crates.io-index"
20930checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
20931
20932[[package]]
20933name = "windows_i686_gnullvm"
20934version = "0.52.6"
20935source = "registry+https://github.com/rust-lang/crates.io-index"
20936checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
20937
20938[[package]]
20939name = "windows_i686_gnullvm"
20940version = "0.53.1"
20941source = "registry+https://github.com/rust-lang/crates.io-index"
20942checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
20943
20944[[package]]
20945name = "windows_i686_msvc"
20946version = "0.42.2"
20947source = "registry+https://github.com/rust-lang/crates.io-index"
20948checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
20949
20950[[package]]
20951name = "windows_i686_msvc"
20952version = "0.48.5"
20953source = "registry+https://github.com/rust-lang/crates.io-index"
20954checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
20955
20956[[package]]
20957name = "windows_i686_msvc"
20958version = "0.52.6"
20959source = "registry+https://github.com/rust-lang/crates.io-index"
20960checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
20961
20962[[package]]
20963name = "windows_i686_msvc"
20964version = "0.53.1"
20965source = "registry+https://github.com/rust-lang/crates.io-index"
20966checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
20967
20968[[package]]
20969name = "windows_x86_64_gnu"
20970version = "0.42.2"
20971source = "registry+https://github.com/rust-lang/crates.io-index"
20972checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
20973
20974[[package]]
20975name = "windows_x86_64_gnu"
20976version = "0.48.5"
20977source = "registry+https://github.com/rust-lang/crates.io-index"
20978checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
20979
20980[[package]]
20981name = "windows_x86_64_gnu"
20982version = "0.52.6"
20983source = "registry+https://github.com/rust-lang/crates.io-index"
20984checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
20985
20986[[package]]
20987name = "windows_x86_64_gnu"
20988version = "0.53.1"
20989source = "registry+https://github.com/rust-lang/crates.io-index"
20990checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
20991
20992[[package]]
20993name = "windows_x86_64_gnullvm"
20994version = "0.42.2"
20995source = "registry+https://github.com/rust-lang/crates.io-index"
20996checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
20997
20998[[package]]
20999name = "windows_x86_64_gnullvm"
21000version = "0.48.5"
21001source = "registry+https://github.com/rust-lang/crates.io-index"
21002checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21003
21004[[package]]
21005name = "windows_x86_64_gnullvm"
21006version = "0.52.6"
21007source = "registry+https://github.com/rust-lang/crates.io-index"
21008checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21009
21010[[package]]
21011name = "windows_x86_64_gnullvm"
21012version = "0.53.1"
21013source = "registry+https://github.com/rust-lang/crates.io-index"
21014checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21015
21016[[package]]
21017name = "windows_x86_64_msvc"
21018version = "0.42.2"
21019source = "registry+https://github.com/rust-lang/crates.io-index"
21020checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21021
21022[[package]]
21023name = "windows_x86_64_msvc"
21024version = "0.48.5"
21025source = "registry+https://github.com/rust-lang/crates.io-index"
21026checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21027
21028[[package]]
21029name = "windows_x86_64_msvc"
21030version = "0.52.6"
21031source = "registry+https://github.com/rust-lang/crates.io-index"
21032checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21033
21034[[package]]
21035name = "windows_x86_64_msvc"
21036version = "0.53.1"
21037source = "registry+https://github.com/rust-lang/crates.io-index"
21038checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21039
21040[[package]]
21041name = "winnow"
21042version = "0.7.13"
21043source = "registry+https://github.com/rust-lang/crates.io-index"
21044checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21045dependencies = [
21046 "memchr",
21047]
21048
21049[[package]]
21050name = "winreg"
21051version = "0.10.1"
21052source = "registry+https://github.com/rust-lang/crates.io-index"
21053checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21054dependencies = [
21055 "winapi",
21056]
21057
21058[[package]]
21059name = "winreg"
21060version = "0.50.0"
21061source = "registry+https://github.com/rust-lang/crates.io-index"
21062checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21063dependencies = [
21064 "cfg-if",
21065 "windows-sys 0.48.0",
21066]
21067
21068[[package]]
21069name = "winreg"
21070version = "0.55.0"
21071source = "registry+https://github.com/rust-lang/crates.io-index"
21072checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21073dependencies = [
21074 "cfg-if",
21075 "windows-sys 0.59.0",
21076]
21077
21078[[package]]
21079name = "winresource"
21080version = "0.1.23"
21081source = "registry+https://github.com/rust-lang/crates.io-index"
21082checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21083dependencies = [
21084 "toml 0.8.23",
21085 "version_check",
21086]
21087
21088[[package]]
21089name = "winsafe"
21090version = "0.0.19"
21091source = "registry+https://github.com/rust-lang/crates.io-index"
21092checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21093
21094[[package]]
21095name = "winx"
21096version = "0.36.4"
21097source = "registry+https://github.com/rust-lang/crates.io-index"
21098checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21099dependencies = [
21100 "bitflags 2.10.0",
21101 "windows-sys 0.59.0",
21102]
21103
21104[[package]]
21105name = "wio"
21106version = "0.2.2"
21107source = "registry+https://github.com/rust-lang/crates.io-index"
21108checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21109dependencies = [
21110 "winapi",
21111]
21112
21113[[package]]
21114name = "wit-bindgen"
21115version = "0.22.0"
21116source = "registry+https://github.com/rust-lang/crates.io-index"
21117checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21118dependencies = [
21119 "bitflags 2.10.0",
21120 "wit-bindgen-rt 0.22.0",
21121 "wit-bindgen-rust-macro 0.22.0",
21122]
21123
21124[[package]]
21125name = "wit-bindgen"
21126version = "0.41.0"
21127source = "registry+https://github.com/rust-lang/crates.io-index"
21128checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21129dependencies = [
21130 "wit-bindgen-rt 0.41.0",
21131 "wit-bindgen-rust-macro 0.41.0",
21132]
21133
21134[[package]]
21135name = "wit-bindgen"
21136version = "0.46.0"
21137source = "registry+https://github.com/rust-lang/crates.io-index"
21138checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21139
21140[[package]]
21141name = "wit-bindgen"
21142version = "0.51.0"
21143source = "registry+https://github.com/rust-lang/crates.io-index"
21144checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21145dependencies = [
21146 "wit-bindgen-rust-macro 0.51.0",
21147]
21148
21149[[package]]
21150name = "wit-bindgen-core"
21151version = "0.22.0"
21152source = "registry+https://github.com/rust-lang/crates.io-index"
21153checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21154dependencies = [
21155 "anyhow",
21156 "wit-parser 0.201.0",
21157]
21158
21159[[package]]
21160name = "wit-bindgen-core"
21161version = "0.41.0"
21162source = "registry+https://github.com/rust-lang/crates.io-index"
21163checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21164dependencies = [
21165 "anyhow",
21166 "heck 0.5.0",
21167 "wit-parser 0.227.1",
21168]
21169
21170[[package]]
21171name = "wit-bindgen-core"
21172version = "0.51.0"
21173source = "registry+https://github.com/rust-lang/crates.io-index"
21174checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21175dependencies = [
21176 "anyhow",
21177 "heck 0.5.0",
21178 "wit-parser 0.244.0",
21179]
21180
21181[[package]]
21182name = "wit-bindgen-rt"
21183version = "0.22.0"
21184source = "registry+https://github.com/rust-lang/crates.io-index"
21185checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21186
21187[[package]]
21188name = "wit-bindgen-rt"
21189version = "0.41.0"
21190source = "registry+https://github.com/rust-lang/crates.io-index"
21191checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21192dependencies = [
21193 "bitflags 2.10.0",
21194 "futures 0.3.31",
21195 "once_cell",
21196]
21197
21198[[package]]
21199name = "wit-bindgen-rust"
21200version = "0.22.0"
21201source = "registry+https://github.com/rust-lang/crates.io-index"
21202checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21203dependencies = [
21204 "anyhow",
21205 "heck 0.4.1",
21206 "indexmap",
21207 "wasm-metadata 0.201.0",
21208 "wit-bindgen-core 0.22.0",
21209 "wit-component 0.201.0",
21210]
21211
21212[[package]]
21213name = "wit-bindgen-rust"
21214version = "0.41.0"
21215source = "registry+https://github.com/rust-lang/crates.io-index"
21216checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21217dependencies = [
21218 "anyhow",
21219 "heck 0.5.0",
21220 "indexmap",
21221 "prettyplease",
21222 "syn 2.0.117",
21223 "wasm-metadata 0.227.1",
21224 "wit-bindgen-core 0.41.0",
21225 "wit-component 0.227.1",
21226]
21227
21228[[package]]
21229name = "wit-bindgen-rust"
21230version = "0.51.0"
21231source = "registry+https://github.com/rust-lang/crates.io-index"
21232checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21233dependencies = [
21234 "anyhow",
21235 "heck 0.5.0",
21236 "indexmap",
21237 "prettyplease",
21238 "syn 2.0.117",
21239 "wasm-metadata 0.244.0",
21240 "wit-bindgen-core 0.51.0",
21241 "wit-component 0.244.0",
21242]
21243
21244[[package]]
21245name = "wit-bindgen-rust-macro"
21246version = "0.22.0"
21247source = "registry+https://github.com/rust-lang/crates.io-index"
21248checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21249dependencies = [
21250 "anyhow",
21251 "proc-macro2",
21252 "quote",
21253 "syn 2.0.117",
21254 "wit-bindgen-core 0.22.0",
21255 "wit-bindgen-rust 0.22.0",
21256]
21257
21258[[package]]
21259name = "wit-bindgen-rust-macro"
21260version = "0.41.0"
21261source = "registry+https://github.com/rust-lang/crates.io-index"
21262checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21263dependencies = [
21264 "anyhow",
21265 "prettyplease",
21266 "proc-macro2",
21267 "quote",
21268 "syn 2.0.117",
21269 "wit-bindgen-core 0.41.0",
21270 "wit-bindgen-rust 0.41.0",
21271]
21272
21273[[package]]
21274name = "wit-bindgen-rust-macro"
21275version = "0.51.0"
21276source = "registry+https://github.com/rust-lang/crates.io-index"
21277checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21278dependencies = [
21279 "anyhow",
21280 "prettyplease",
21281 "proc-macro2",
21282 "quote",
21283 "syn 2.0.117",
21284 "wit-bindgen-core 0.51.0",
21285 "wit-bindgen-rust 0.51.0",
21286]
21287
21288[[package]]
21289name = "wit-component"
21290version = "0.201.0"
21291source = "registry+https://github.com/rust-lang/crates.io-index"
21292checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21293dependencies = [
21294 "anyhow",
21295 "bitflags 2.10.0",
21296 "indexmap",
21297 "log",
21298 "serde",
21299 "serde_derive",
21300 "serde_json",
21301 "wasm-encoder 0.201.0",
21302 "wasm-metadata 0.201.0",
21303 "wasmparser 0.201.0",
21304 "wit-parser 0.201.0",
21305]
21306
21307[[package]]
21308name = "wit-component"
21309version = "0.227.1"
21310source = "registry+https://github.com/rust-lang/crates.io-index"
21311checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21312dependencies = [
21313 "anyhow",
21314 "bitflags 2.10.0",
21315 "indexmap",
21316 "log",
21317 "serde",
21318 "serde_derive",
21319 "serde_json",
21320 "wasm-encoder 0.227.1",
21321 "wasm-metadata 0.227.1",
21322 "wasmparser 0.227.1",
21323 "wit-parser 0.227.1",
21324]
21325
21326[[package]]
21327name = "wit-component"
21328version = "0.244.0"
21329source = "registry+https://github.com/rust-lang/crates.io-index"
21330checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21331dependencies = [
21332 "anyhow",
21333 "bitflags 2.10.0",
21334 "indexmap",
21335 "log",
21336 "serde",
21337 "serde_derive",
21338 "serde_json",
21339 "wasm-encoder 0.244.0",
21340 "wasm-metadata 0.244.0",
21341 "wasmparser 0.244.0",
21342 "wit-parser 0.244.0",
21343]
21344
21345[[package]]
21346name = "wit-parser"
21347version = "0.201.0"
21348source = "registry+https://github.com/rust-lang/crates.io-index"
21349checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21350dependencies = [
21351 "anyhow",
21352 "id-arena",
21353 "indexmap",
21354 "log",
21355 "semver",
21356 "serde",
21357 "serde_derive",
21358 "serde_json",
21359 "unicode-xid",
21360 "wasmparser 0.201.0",
21361]
21362
21363[[package]]
21364name = "wit-parser"
21365version = "0.227.1"
21366source = "registry+https://github.com/rust-lang/crates.io-index"
21367checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21368dependencies = [
21369 "anyhow",
21370 "id-arena",
21371 "indexmap",
21372 "log",
21373 "semver",
21374 "serde",
21375 "serde_derive",
21376 "serde_json",
21377 "unicode-xid",
21378 "wasmparser 0.227.1",
21379]
21380
21381[[package]]
21382name = "wit-parser"
21383version = "0.236.1"
21384source = "registry+https://github.com/rust-lang/crates.io-index"
21385checksum = "16e4833a20cd6e85d6abfea0e63a399472d6f88c6262957c17f546879a80ba15"
21386dependencies = [
21387 "anyhow",
21388 "id-arena",
21389 "indexmap",
21390 "log",
21391 "semver",
21392 "serde",
21393 "serde_derive",
21394 "serde_json",
21395 "unicode-xid",
21396 "wasmparser 0.236.1",
21397]
21398
21399[[package]]
21400name = "wit-parser"
21401version = "0.244.0"
21402source = "registry+https://github.com/rust-lang/crates.io-index"
21403checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21404dependencies = [
21405 "anyhow",
21406 "id-arena",
21407 "indexmap",
21408 "log",
21409 "semver",
21410 "serde",
21411 "serde_derive",
21412 "serde_json",
21413 "unicode-xid",
21414 "wasmparser 0.244.0",
21415]
21416
21417[[package]]
21418name = "witx"
21419version = "0.9.1"
21420source = "registry+https://github.com/rust-lang/crates.io-index"
21421checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21422dependencies = [
21423 "anyhow",
21424 "log",
21425 "thiserror 1.0.69",
21426 "wast",
21427]
21428
21429[[package]]
21430name = "workspace"
21431version = "0.1.0"
21432dependencies = [
21433 "agent_settings",
21434 "any_vec",
21435 "anyhow",
21436 "async-recursion",
21437 "chrono",
21438 "client",
21439 "clock",
21440 "collections",
21441 "component",
21442 "db",
21443 "feature_flags",
21444 "fs",
21445 "futures 0.3.31",
21446 "git",
21447 "gpui",
21448 "http_client",
21449 "itertools 0.14.0",
21450 "language",
21451 "log",
21452 "markdown",
21453 "menu",
21454 "node_runtime",
21455 "parking_lot",
21456 "postage",
21457 "pretty_assertions",
21458 "project",
21459 "remote",
21460 "schemars",
21461 "serde",
21462 "serde_json",
21463 "session",
21464 "settings",
21465 "smallvec",
21466 "sqlez",
21467 "strum 0.27.2",
21468 "task",
21469 "telemetry",
21470 "tempfile",
21471 "theme",
21472 "theme_settings",
21473 "ui",
21474 "util",
21475 "uuid",
21476 "vim_mode_setting",
21477 "windows 0.61.3",
21478 "zed_actions",
21479 "zlog",
21480]
21481
21482[[package]]
21483name = "worktree"
21484version = "0.1.0"
21485dependencies = [
21486 "anyhow",
21487 "async-lock 2.8.0",
21488 "chardetng",
21489 "clock",
21490 "collections",
21491 "encoding_rs",
21492 "fs",
21493 "futures 0.3.31",
21494 "fuzzy",
21495 "git",
21496 "gpui",
21497 "ignore",
21498 "language",
21499 "log",
21500 "parking_lot",
21501 "paths",
21502 "postage",
21503 "pretty_assertions",
21504 "rand 0.9.2",
21505 "rpc",
21506 "serde",
21507 "serde_json",
21508 "settings",
21509 "smallvec",
21510 "smol",
21511 "sum_tree",
21512 "text",
21513 "tracing",
21514 "util",
21515 "worktree",
21516 "zlog",
21517 "ztracing",
21518]
21519
21520[[package]]
21521name = "worktree_benchmarks"
21522version = "0.1.0"
21523dependencies = [
21524 "fs",
21525 "gpui_platform",
21526 "settings",
21527 "worktree",
21528]
21529
21530[[package]]
21531name = "wprcontrol"
21532version = "0.1.0"
21533source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21534dependencies = [
21535 "windows 0.61.3",
21536 "windows-bindgen",
21537 "windows-core 0.61.2",
21538 "windows-link 0.2.1",
21539]
21540
21541[[package]]
21542name = "writeable"
21543version = "0.6.1"
21544source = "registry+https://github.com/rust-lang/crates.io-index"
21545checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21546
21547[[package]]
21548name = "wyz"
21549version = "0.5.1"
21550source = "registry+https://github.com/rust-lang/crates.io-index"
21551checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21552dependencies = [
21553 "tap",
21554]
21555
21556[[package]]
21557name = "x11"
21558version = "2.21.0"
21559source = "registry+https://github.com/rust-lang/crates.io-index"
21560checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21561dependencies = [
21562 "libc",
21563 "pkg-config",
21564]
21565
21566[[package]]
21567name = "x11-clipboard"
21568version = "0.9.3"
21569source = "registry+https://github.com/rust-lang/crates.io-index"
21570checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21571dependencies = [
21572 "libc",
21573 "x11rb",
21574]
21575
21576[[package]]
21577name = "x11rb"
21578version = "0.13.2"
21579source = "registry+https://github.com/rust-lang/crates.io-index"
21580checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21581dependencies = [
21582 "as-raw-xcb-connection",
21583 "gethostname",
21584 "libc",
21585 "rustix 1.1.2",
21586 "x11rb-protocol",
21587 "xcursor",
21588]
21589
21590[[package]]
21591name = "x11rb-protocol"
21592version = "0.13.2"
21593source = "registry+https://github.com/rust-lang/crates.io-index"
21594checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21595
21596[[package]]
21597name = "x_ai"
21598version = "0.1.0"
21599dependencies = [
21600 "anyhow",
21601 "schemars",
21602 "serde",
21603 "strum 0.27.2",
21604]
21605
21606[[package]]
21607name = "xattr"
21608version = "0.2.3"
21609source = "registry+https://github.com/rust-lang/crates.io-index"
21610checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21611dependencies = [
21612 "libc",
21613]
21614
21615[[package]]
21616name = "xcb"
21617version = "1.6.0"
21618source = "registry+https://github.com/rust-lang/crates.io-index"
21619checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21620dependencies = [
21621 "bitflags 1.3.2",
21622 "libc",
21623 "quick-xml 0.30.0",
21624 "x11",
21625]
21626
21627[[package]]
21628name = "xcursor"
21629version = "0.3.10"
21630source = "registry+https://github.com/rust-lang/crates.io-index"
21631checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21632
21633[[package]]
21634name = "xim-ctext"
21635version = "0.3.0"
21636source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21637dependencies = [
21638 "encoding_rs",
21639]
21640
21641[[package]]
21642name = "xim-parser"
21643version = "0.2.1"
21644source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21645dependencies = [
21646 "bitflags 2.10.0",
21647]
21648
21649[[package]]
21650name = "xkbcommon"
21651version = "0.8.0"
21652source = "registry+https://github.com/rust-lang/crates.io-index"
21653checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21654dependencies = [
21655 "as-raw-xcb-connection",
21656 "libc",
21657 "memmap2",
21658 "xkeysym",
21659]
21660
21661[[package]]
21662name = "xkeysym"
21663version = "0.2.1"
21664source = "registry+https://github.com/rust-lang/crates.io-index"
21665checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21666
21667[[package]]
21668name = "xml-rs"
21669version = "0.8.28"
21670source = "registry+https://github.com/rust-lang/crates.io-index"
21671checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21672
21673[[package]]
21674name = "xml5ever"
21675version = "0.18.1"
21676source = "registry+https://github.com/rust-lang/crates.io-index"
21677checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21678dependencies = [
21679 "log",
21680 "mac",
21681 "markup5ever 0.12.1",
21682]
21683
21684[[package]]
21685name = "xmlparser"
21686version = "0.13.6"
21687source = "registry+https://github.com/rust-lang/crates.io-index"
21688checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21689
21690[[package]]
21691name = "xmlwriter"
21692version = "0.1.0"
21693source = "registry+https://github.com/rust-lang/crates.io-index"
21694checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21695
21696[[package]]
21697name = "xtask"
21698version = "0.1.0"
21699dependencies = [
21700 "annotate-snippets",
21701 "anyhow",
21702 "backtrace",
21703 "cargo_metadata",
21704 "cargo_toml",
21705 "clap",
21706 "gh-workflow",
21707 "indexmap",
21708 "indoc",
21709 "itertools 0.14.0",
21710 "regex",
21711 "serde",
21712 "serde_json",
21713 "serde_yaml",
21714 "strum 0.27.2",
21715 "toml 0.8.23",
21716 "toml_edit 0.22.27",
21717]
21718
21719[[package]]
21720name = "yaml-rust2"
21721version = "0.8.1"
21722source = "registry+https://github.com/rust-lang/crates.io-index"
21723checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
21724dependencies = [
21725 "arraydeque",
21726 "encoding_rs",
21727 "hashlink 0.8.4",
21728]
21729
21730[[package]]
21731name = "yansi"
21732version = "1.0.1"
21733source = "registry+https://github.com/rust-lang/crates.io-index"
21734checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
21735
21736[[package]]
21737name = "yawc"
21738version = "0.2.5"
21739source = "registry+https://github.com/rust-lang/crates.io-index"
21740checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
21741dependencies = [
21742 "base64 0.22.1",
21743 "bytes 1.11.1",
21744 "flate2",
21745 "futures 0.3.31",
21746 "http-body-util",
21747 "hyper 1.7.0",
21748 "hyper-util",
21749 "js-sys",
21750 "nom 8.0.0",
21751 "pin-project",
21752 "rand 0.8.5",
21753 "sha1",
21754 "thiserror 1.0.69",
21755 "tokio",
21756 "tokio-rustls 0.26.2",
21757 "tokio-util",
21758 "url",
21759 "wasm-bindgen",
21760 "wasm-bindgen-futures",
21761 "web-sys",
21762 "webpki-roots",
21763]
21764
21765[[package]]
21766name = "yazi"
21767version = "0.2.1"
21768source = "registry+https://github.com/rust-lang/crates.io-index"
21769checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
21770
21771[[package]]
21772name = "yeslogic-fontconfig-sys"
21773version = "6.0.0"
21774source = "registry+https://github.com/rust-lang/crates.io-index"
21775checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
21776dependencies = [
21777 "dlib",
21778 "once_cell",
21779 "pkg-config",
21780]
21781
21782[[package]]
21783name = "yoke"
21784version = "0.7.5"
21785source = "registry+https://github.com/rust-lang/crates.io-index"
21786checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
21787dependencies = [
21788 "serde",
21789 "stable_deref_trait",
21790 "yoke-derive 0.7.5",
21791 "zerofrom",
21792]
21793
21794[[package]]
21795name = "yoke"
21796version = "0.8.0"
21797source = "registry+https://github.com/rust-lang/crates.io-index"
21798checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
21799dependencies = [
21800 "serde",
21801 "stable_deref_trait",
21802 "yoke-derive 0.8.0",
21803 "zerofrom",
21804]
21805
21806[[package]]
21807name = "yoke-derive"
21808version = "0.7.5"
21809source = "registry+https://github.com/rust-lang/crates.io-index"
21810checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
21811dependencies = [
21812 "proc-macro2",
21813 "quote",
21814 "syn 2.0.117",
21815 "synstructure",
21816]
21817
21818[[package]]
21819name = "yoke-derive"
21820version = "0.8.0"
21821source = "registry+https://github.com/rust-lang/crates.io-index"
21822checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
21823dependencies = [
21824 "proc-macro2",
21825 "quote",
21826 "syn 2.0.117",
21827 "synstructure",
21828]
21829
21830[[package]]
21831name = "zbus"
21832version = "5.13.2"
21833source = "registry+https://github.com/rust-lang/crates.io-index"
21834checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
21835dependencies = [
21836 "async-broadcast",
21837 "async-executor",
21838 "async-io",
21839 "async-lock 3.4.2",
21840 "async-process",
21841 "async-recursion",
21842 "async-task",
21843 "async-trait",
21844 "blocking",
21845 "enumflags2",
21846 "event-listener 5.4.1",
21847 "futures-core",
21848 "futures-lite 2.6.1",
21849 "hex",
21850 "libc",
21851 "ordered-stream",
21852 "rustix 1.1.2",
21853 "serde",
21854 "serde_repr",
21855 "tracing",
21856 "uds_windows",
21857 "uuid",
21858 "windows-sys 0.61.2",
21859 "winnow",
21860 "zbus_macros",
21861 "zbus_names",
21862 "zvariant",
21863]
21864
21865[[package]]
21866name = "zbus_macros"
21867version = "5.13.2"
21868source = "registry+https://github.com/rust-lang/crates.io-index"
21869checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
21870dependencies = [
21871 "proc-macro-crate",
21872 "proc-macro2",
21873 "quote",
21874 "syn 2.0.117",
21875 "zbus_names",
21876 "zvariant",
21877 "zvariant_utils",
21878]
21879
21880[[package]]
21881name = "zbus_names"
21882version = "4.3.1"
21883source = "registry+https://github.com/rust-lang/crates.io-index"
21884checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
21885dependencies = [
21886 "serde",
21887 "winnow",
21888 "zvariant",
21889]
21890
21891[[package]]
21892name = "zed"
21893version = "0.231.0"
21894dependencies = [
21895 "acp_thread",
21896 "acp_tools",
21897 "action_log",
21898 "activity_indicator",
21899 "agent",
21900 "agent-client-protocol",
21901 "agent_servers",
21902 "agent_settings",
21903 "agent_ui",
21904 "anyhow",
21905 "ashpd",
21906 "askpass",
21907 "assets",
21908 "audio",
21909 "auto_update",
21910 "auto_update_ui",
21911 "breadcrumbs",
21912 "call",
21913 "channel",
21914 "chrono",
21915 "clap",
21916 "cli",
21917 "client",
21918 "clock",
21919 "codestral",
21920 "collab_ui",
21921 "collections",
21922 "command_palette",
21923 "component",
21924 "component_preview",
21925 "copilot",
21926 "copilot_chat",
21927 "copilot_ui",
21928 "crashes",
21929 "csv_preview",
21930 "dap_adapters",
21931 "db",
21932 "debug_adapter_extension",
21933 "debugger_tools",
21934 "debugger_ui",
21935 "dev_container",
21936 "diagnostics",
21937 "edit_prediction",
21938 "edit_prediction_ui",
21939 "editor",
21940 "encoding_selector",
21941 "env_logger 0.11.8",
21942 "etw_tracing",
21943 "extension",
21944 "extension_host",
21945 "extensions_ui",
21946 "feature_flags",
21947 "feedback",
21948 "file_finder",
21949 "fs",
21950 "futures 0.3.31",
21951 "git",
21952 "git_graph",
21953 "git_hosting_providers",
21954 "git_ui",
21955 "go_to_line",
21956 "gpui",
21957 "gpui_platform",
21958 "gpui_tokio",
21959 "http_client",
21960 "image",
21961 "image_viewer",
21962 "inspector_ui",
21963 "install_cli",
21964 "itertools 0.14.0",
21965 "journal",
21966 "json_schema_store",
21967 "keymap_editor",
21968 "language",
21969 "language_extension",
21970 "language_model",
21971 "language_models",
21972 "language_onboarding",
21973 "language_selector",
21974 "language_tools",
21975 "languages",
21976 "line_ending_selector",
21977 "log",
21978 "markdown",
21979 "markdown_preview",
21980 "menu",
21981 "migrator",
21982 "mimalloc",
21983 "miniprofiler_ui",
21984 "nc",
21985 "node_runtime",
21986 "notifications",
21987 "onboarding",
21988 "outline",
21989 "outline_panel",
21990 "parking_lot",
21991 "paths",
21992 "picker",
21993 "pkg-config",
21994 "pretty_assertions",
21995 "profiling",
21996 "project",
21997 "project_panel",
21998 "project_symbols",
21999 "prompt_store",
22000 "proto",
22001 "rayon",
22002 "recent_projects",
22003 "release_channel",
22004 "remote",
22005 "repl",
22006 "reqwest_client",
22007 "rope",
22008 "search",
22009 "semver",
22010 "serde",
22011 "serde_json",
22012 "session",
22013 "settings",
22014 "settings_profile_selector",
22015 "settings_ui",
22016 "shellexpand 2.1.2",
22017 "sidebar",
22018 "smol",
22019 "snippet_provider",
22020 "snippets_ui",
22021 "svg_preview",
22022 "sysinfo 0.37.2",
22023 "system_specs",
22024 "tab_switcher",
22025 "task",
22026 "tasks_ui",
22027 "telemetry",
22028 "telemetry_events",
22029 "tempfile",
22030 "terminal_view",
22031 "theme",
22032 "theme_extension",
22033 "theme_selector",
22034 "theme_settings",
22035 "time",
22036 "time_format",
22037 "title_bar",
22038 "toolchain_selector",
22039 "tracing",
22040 "ui",
22041 "ui_prompt",
22042 "url",
22043 "urlencoding",
22044 "util",
22045 "uuid",
22046 "vim",
22047 "vim_mode_setting",
22048 "watch",
22049 "web_search",
22050 "web_search_providers",
22051 "which_key",
22052 "windows 0.61.3",
22053 "winresource",
22054 "workspace",
22055 "zed-reqwest",
22056 "zed_actions",
22057 "zed_env_vars",
22058 "zlog",
22059 "zlog_settings",
22060 "ztracing",
22061]
22062
22063[[package]]
22064name = "zed-font-kit"
22065version = "0.14.1-zed"
22066source = "git+https://github.com/zed-industries/font-kit?rev=110523127440aefb11ce0cf280ae7c5071337ec5#110523127440aefb11ce0cf280ae7c5071337ec5"
22067dependencies = [
22068 "bitflags 2.10.0",
22069 "byteorder",
22070 "core-foundation 0.10.0",
22071 "core-graphics 0.24.0",
22072 "core-text",
22073 "dirs 5.0.1",
22074 "dwrote",
22075 "float-ord",
22076 "freetype-sys",
22077 "lazy_static",
22078 "libc",
22079 "log",
22080 "pathfinder_geometry",
22081 "pathfinder_simd",
22082 "walkdir",
22083 "winapi",
22084 "yeslogic-fontconfig-sys",
22085]
22086
22087[[package]]
22088name = "zed-reqwest"
22089version = "0.12.15-zed"
22090source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22091dependencies = [
22092 "base64 0.22.1",
22093 "bytes 1.11.1",
22094 "encoding_rs",
22095 "futures-core",
22096 "futures-util",
22097 "h2 0.4.12",
22098 "http 1.3.1",
22099 "http-body 1.0.1",
22100 "http-body-util",
22101 "hyper 1.7.0",
22102 "hyper-rustls 0.27.7",
22103 "hyper-util",
22104 "ipnet",
22105 "js-sys",
22106 "log",
22107 "mime",
22108 "mime_guess",
22109 "once_cell",
22110 "percent-encoding",
22111 "pin-project-lite",
22112 "quinn",
22113 "rustls 0.23.33",
22114 "rustls-native-certs 0.8.2",
22115 "rustls-pemfile 2.2.0",
22116 "rustls-pki-types",
22117 "serde",
22118 "serde_json",
22119 "serde_urlencoded",
22120 "sync_wrapper 1.0.2",
22121 "system-configuration 0.6.1",
22122 "tokio",
22123 "tokio-rustls 0.26.2",
22124 "tokio-socks",
22125 "tokio-util",
22126 "tower 0.5.2",
22127 "tower-service",
22128 "url",
22129 "wasm-bindgen",
22130 "wasm-bindgen-futures",
22131 "wasm-streams",
22132 "web-sys",
22133 "windows-registry 0.4.0",
22134]
22135
22136[[package]]
22137name = "zed-scap"
22138version = "0.0.8-zed"
22139source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22140dependencies = [
22141 "anyhow",
22142 "cocoa 0.25.0",
22143 "core-graphics-helmer-fork",
22144 "log",
22145 "objc",
22146 "rand 0.8.5",
22147 "screencapturekit",
22148 "screencapturekit-sys",
22149 "sysinfo 0.31.4",
22150 "tao-core-video-sys",
22151 "windows 0.61.3",
22152 "windows-capture",
22153 "x11",
22154 "xcb",
22155]
22156
22157[[package]]
22158name = "zed-xim"
22159version = "0.4.0-zed"
22160source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22161dependencies = [
22162 "ahash 0.8.12",
22163 "hashbrown 0.14.5",
22164 "log",
22165 "x11rb",
22166 "xim-ctext",
22167 "xim-parser",
22168]
22169
22170[[package]]
22171name = "zed_actions"
22172version = "0.1.0"
22173dependencies = [
22174 "gpui",
22175 "schemars",
22176 "serde",
22177 "util",
22178 "uuid",
22179]
22180
22181[[package]]
22182name = "zed_env_vars"
22183version = "0.1.0"
22184dependencies = [
22185 "gpui",
22186]
22187
22188[[package]]
22189name = "zed_extension_api"
22190version = "0.1.0"
22191source = "registry+https://github.com/rust-lang/crates.io-index"
22192checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22193dependencies = [
22194 "serde",
22195 "serde_json",
22196 "wit-bindgen 0.22.0",
22197]
22198
22199[[package]]
22200name = "zed_extension_api"
22201version = "0.7.0"
22202source = "registry+https://github.com/rust-lang/crates.io-index"
22203checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22204dependencies = [
22205 "serde",
22206 "serde_json",
22207 "wit-bindgen 0.41.0",
22208]
22209
22210[[package]]
22211name = "zed_extension_api"
22212version = "0.8.0"
22213dependencies = [
22214 "serde",
22215 "serde_json",
22216 "wit-bindgen 0.41.0",
22217]
22218
22219[[package]]
22220name = "zed_glsl"
22221version = "0.2.2"
22222dependencies = [
22223 "zed_extension_api 0.1.0",
22224]
22225
22226[[package]]
22227name = "zed_html"
22228version = "0.3.1"
22229dependencies = [
22230 "zed_extension_api 0.7.0",
22231]
22232
22233[[package]]
22234name = "zed_proto"
22235version = "0.3.1"
22236dependencies = [
22237 "zed_extension_api 0.7.0",
22238]
22239
22240[[package]]
22241name = "zed_test_extension"
22242version = "0.1.0"
22243dependencies = [
22244 "zed_extension_api 0.8.0",
22245]
22246
22247[[package]]
22248name = "zeno"
22249version = "0.3.3"
22250source = "registry+https://github.com/rust-lang/crates.io-index"
22251checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22252
22253[[package]]
22254name = "zerocopy"
22255version = "0.8.27"
22256source = "registry+https://github.com/rust-lang/crates.io-index"
22257checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22258dependencies = [
22259 "zerocopy-derive",
22260]
22261
22262[[package]]
22263name = "zerocopy-derive"
22264version = "0.8.27"
22265source = "registry+https://github.com/rust-lang/crates.io-index"
22266checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22267dependencies = [
22268 "proc-macro2",
22269 "quote",
22270 "syn 2.0.117",
22271]
22272
22273[[package]]
22274name = "zerofrom"
22275version = "0.1.6"
22276source = "registry+https://github.com/rust-lang/crates.io-index"
22277checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22278dependencies = [
22279 "zerofrom-derive",
22280]
22281
22282[[package]]
22283name = "zerofrom-derive"
22284version = "0.1.6"
22285source = "registry+https://github.com/rust-lang/crates.io-index"
22286checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22287dependencies = [
22288 "proc-macro2",
22289 "quote",
22290 "syn 2.0.117",
22291 "synstructure",
22292]
22293
22294[[package]]
22295name = "zeroize"
22296version = "1.8.2"
22297source = "registry+https://github.com/rust-lang/crates.io-index"
22298checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22299dependencies = [
22300 "zeroize_derive",
22301]
22302
22303[[package]]
22304name = "zeroize_derive"
22305version = "1.4.2"
22306source = "registry+https://github.com/rust-lang/crates.io-index"
22307checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22308dependencies = [
22309 "proc-macro2",
22310 "quote",
22311 "syn 2.0.117",
22312]
22313
22314[[package]]
22315name = "zeromq"
22316version = "0.5.0"
22317source = "registry+https://github.com/rust-lang/crates.io-index"
22318checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22319dependencies = [
22320 "async-dispatcher",
22321 "async-std",
22322 "async-trait",
22323 "asynchronous-codec",
22324 "bytes 1.11.1",
22325 "crossbeam-queue",
22326 "futures 0.3.31",
22327 "log",
22328 "num-traits",
22329 "once_cell",
22330 "parking_lot",
22331 "rand 0.9.2",
22332 "regex",
22333 "scc",
22334 "thiserror 1.0.69",
22335 "uuid",
22336]
22337
22338[[package]]
22339name = "zerotrie"
22340version = "0.2.2"
22341source = "registry+https://github.com/rust-lang/crates.io-index"
22342checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22343dependencies = [
22344 "displaydoc",
22345 "yoke 0.8.0",
22346 "zerofrom",
22347]
22348
22349[[package]]
22350name = "zerovec"
22351version = "0.11.4"
22352source = "registry+https://github.com/rust-lang/crates.io-index"
22353checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22354dependencies = [
22355 "yoke 0.8.0",
22356 "zerofrom",
22357 "zerovec-derive",
22358]
22359
22360[[package]]
22361name = "zerovec-derive"
22362version = "0.11.1"
22363source = "registry+https://github.com/rust-lang/crates.io-index"
22364checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22365dependencies = [
22366 "proc-macro2",
22367 "quote",
22368 "syn 2.0.117",
22369]
22370
22371[[package]]
22372name = "zeta_prompt"
22373version = "0.1.0"
22374dependencies = [
22375 "anyhow",
22376 "indoc",
22377 "serde",
22378 "strum 0.27.2",
22379]
22380
22381[[package]]
22382name = "zip"
22383version = "0.6.6"
22384source = "registry+https://github.com/rust-lang/crates.io-index"
22385checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22386dependencies = [
22387 "aes",
22388 "byteorder",
22389 "bzip2 0.4.4",
22390 "constant_time_eq",
22391 "crc32fast",
22392 "crossbeam-utils",
22393 "flate2",
22394 "hmac",
22395 "pbkdf2 0.11.0",
22396 "sha1",
22397 "time",
22398 "zstd",
22399]
22400
22401[[package]]
22402name = "zip"
22403version = "1.1.4"
22404source = "registry+https://github.com/rust-lang/crates.io-index"
22405checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22406dependencies = [
22407 "arbitrary",
22408 "crc32fast",
22409 "crossbeam-utils",
22410 "displaydoc",
22411 "indexmap",
22412 "num_enum",
22413 "thiserror 1.0.69",
22414]
22415
22416[[package]]
22417name = "zlog"
22418version = "0.1.0"
22419dependencies = [
22420 "anyhow",
22421 "chrono",
22422 "collections",
22423 "log",
22424 "tempfile",
22425]
22426
22427[[package]]
22428name = "zlog_settings"
22429version = "0.1.0"
22430dependencies = [
22431 "collections",
22432 "gpui",
22433 "settings",
22434 "zlog",
22435]
22436
22437[[package]]
22438name = "zstd"
22439version = "0.11.2+zstd.1.5.2"
22440source = "registry+https://github.com/rust-lang/crates.io-index"
22441checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22442dependencies = [
22443 "zstd-safe",
22444]
22445
22446[[package]]
22447name = "zstd-safe"
22448version = "5.0.2+zstd.1.5.2"
22449source = "registry+https://github.com/rust-lang/crates.io-index"
22450checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22451dependencies = [
22452 "libc",
22453 "zstd-sys",
22454]
22455
22456[[package]]
22457name = "zstd-sys"
22458version = "2.0.16+zstd.1.5.7"
22459source = "registry+https://github.com/rust-lang/crates.io-index"
22460checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22461dependencies = [
22462 "cc",
22463 "pkg-config",
22464]
22465
22466[[package]]
22467name = "ztracing"
22468version = "0.1.0"
22469dependencies = [
22470 "tracing",
22471 "tracing-subscriber",
22472 "tracing-tracy",
22473 "tracy-client",
22474 "zlog",
22475 "ztracing_macro",
22476]
22477
22478[[package]]
22479name = "ztracing_macro"
22480version = "0.1.0"
22481
22482[[package]]
22483name = "zune-core"
22484version = "0.4.12"
22485source = "registry+https://github.com/rust-lang/crates.io-index"
22486checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22487
22488[[package]]
22489name = "zune-inflate"
22490version = "0.2.54"
22491source = "registry+https://github.com/rust-lang/crates.io-index"
22492checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22493dependencies = [
22494 "simd-adler32",
22495]
22496
22497[[package]]
22498name = "zune-jpeg"
22499version = "0.4.21"
22500source = "registry+https://github.com/rust-lang/crates.io-index"
22501checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22502dependencies = [
22503 "zune-core",
22504]
22505
22506[[package]]
22507name = "zvariant"
22508version = "5.9.2"
22509source = "registry+https://github.com/rust-lang/crates.io-index"
22510checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22511dependencies = [
22512 "endi",
22513 "enumflags2",
22514 "serde",
22515 "serde_bytes",
22516 "winnow",
22517 "zvariant_derive",
22518 "zvariant_utils",
22519]
22520
22521[[package]]
22522name = "zvariant_derive"
22523version = "5.9.2"
22524source = "registry+https://github.com/rust-lang/crates.io-index"
22525checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22526dependencies = [
22527 "proc-macro-crate",
22528 "proc-macro2",
22529 "quote",
22530 "syn 2.0.117",
22531 "zvariant_utils",
22532]
22533
22534[[package]]
22535name = "zvariant_utils"
22536version = "3.3.0"
22537source = "registry+https://github.com/rust-lang/crates.io-index"
22538checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22539dependencies = [
22540 "proc-macro2",
22541 "quote",
22542 "serde",
22543 "syn 2.0.117",
22544 "winnow",
22545]