Cargo.lock

    1# This file is automatically @generated by Cargo.
    2# It is not intended for manual editing.
    3version = 4
    4
    5[[package]]
    6name = "acp_thread"
    7version = "0.1.0"
    8dependencies = [
    9 "action_log",
   10 "agent-client-protocol",
   11 "anyhow",
   12 "base64 0.22.1",
   13 "buffer_diff",
   14 "chrono",
   15 "collections",
   16 "env_logger 0.11.8",
   17 "file_icons",
   18 "futures 0.3.32",
   19 "gpui",
   20 "image",
   21 "indoc",
   22 "itertools 0.14.0",
   23 "language",
   24 "language_model",
   25 "log",
   26 "markdown",
   27 "multi_buffer",
   28 "parking_lot",
   29 "portable-pty",
   30 "project",
   31 "prompt_store",
   32 "rand 0.9.2",
   33 "serde",
   34 "serde_json",
   35 "settings",
   36 "smol",
   37 "task",
   38 "telemetry",
   39 "terminal",
   40 "text",
   41 "ui",
   42 "url",
   43 "urlencoding",
   44 "util",
   45 "uuid",
   46 "watch",
   47]
   48
   49[[package]]
   50name = "acp_tools"
   51version = "0.1.0"
   52dependencies = [
   53 "agent-client-protocol",
   54 "collections",
   55 "gpui",
   56 "language",
   57 "markdown",
   58 "project",
   59 "serde",
   60 "serde_json",
   61 "settings",
   62 "theme_settings",
   63 "ui",
   64 "util",
   65 "workspace",
   66]
   67
   68[[package]]
   69name = "action_log"
   70version = "0.1.0"
   71dependencies = [
   72 "anyhow",
   73 "buffer_diff",
   74 "clock",
   75 "collections",
   76 "ctor",
   77 "fs",
   78 "futures 0.3.32",
   79 "gpui",
   80 "language",
   81 "log",
   82 "pretty_assertions",
   83 "project",
   84 "rand 0.9.2",
   85 "serde_json",
   86 "settings",
   87 "telemetry",
   88 "text",
   89 "util",
   90 "watch",
   91 "zlog",
   92]
   93
   94[[package]]
   95name = "activity_indicator"
   96version = "0.1.0"
   97dependencies = [
   98 "anyhow",
   99 "auto_update",
  100 "editor",
  101 "extension_host",
  102 "fs",
  103 "futures 0.3.32",
  104 "gpui",
  105 "language",
  106 "project",
  107 "proto",
  108 "smallvec",
  109 "ui",
  110 "util",
  111 "workspace",
  112]
  113
  114[[package]]
  115name = "addr2line"
  116version = "0.25.1"
  117source = "registry+https://github.com/rust-lang/crates.io-index"
  118checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
  119dependencies = [
  120 "gimli",
  121]
  122
  123[[package]]
  124name = "adler2"
  125version = "2.0.1"
  126source = "registry+https://github.com/rust-lang/crates.io-index"
  127checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
  128
  129[[package]]
  130name = "aes"
  131version = "0.8.4"
  132source = "registry+https://github.com/rust-lang/crates.io-index"
  133checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
  134dependencies = [
  135 "cfg-if",
  136 "cipher",
  137 "cpufeatures",
  138 "zeroize",
  139]
  140
  141[[package]]
  142name = "agent"
  143version = "0.1.0"
  144dependencies = [
  145 "acp_thread",
  146 "action_log",
  147 "agent-client-protocol",
  148 "agent_servers",
  149 "agent_settings",
  150 "anyhow",
  151 "chrono",
  152 "client",
  153 "clock",
  154 "cloud_api_types",
  155 "cloud_llm_client",
  156 "collections",
  157 "context_server",
  158 "ctor",
  159 "db",
  160 "derive_more",
  161 "editor",
  162 "env_logger 0.11.8",
  163 "eval_utils",
  164 "feature_flags",
  165 "fs",
  166 "futures 0.3.32",
  167 "git",
  168 "gpui",
  169 "gpui_tokio",
  170 "handlebars 4.5.0",
  171 "heck 0.5.0",
  172 "html_to_markdown",
  173 "http_client",
  174 "indoc",
  175 "itertools 0.14.0",
  176 "language",
  177 "language_model",
  178 "language_models",
  179 "log",
  180 "lsp",
  181 "open",
  182 "parking_lot",
  183 "paths",
  184 "pretty_assertions",
  185 "project",
  186 "prompt_store",
  187 "rand 0.9.2",
  188 "regex",
  189 "reqwest_client",
  190 "rust-embed",
  191 "schemars",
  192 "serde",
  193 "serde_json",
  194 "settings",
  195 "shell_command_parser",
  196 "smallvec",
  197 "smol",
  198 "sqlez",
  199 "streaming_diff",
  200 "strsim",
  201 "task",
  202 "telemetry",
  203 "tempfile",
  204 "text",
  205 "theme",
  206 "thiserror 2.0.17",
  207 "ui",
  208 "unindent",
  209 "url",
  210 "util",
  211 "uuid",
  212 "watch",
  213 "web_search",
  214 "zed_env_vars",
  215 "zlog",
  216 "zstd",
  217]
  218
  219[[package]]
  220name = "agent-client-protocol"
  221version = "0.10.2"
  222source = "registry+https://github.com/rust-lang/crates.io-index"
  223checksum = "9c56a59cf6315e99f874d2c1f96c69d2da5ffe0087d211297fc4a41f849770a2"
  224dependencies = [
  225 "agent-client-protocol-schema",
  226 "anyhow",
  227 "async-broadcast",
  228 "async-trait",
  229 "derive_more",
  230 "futures 0.3.32",
  231 "log",
  232 "serde",
  233 "serde_json",
  234]
  235
  236[[package]]
  237name = "agent-client-protocol-schema"
  238version = "0.11.2"
  239source = "registry+https://github.com/rust-lang/crates.io-index"
  240checksum = "e0497b9a95a404e35799904835c57c6f8c69b9d08ccfd3cb5b7d746425cd6789"
  241dependencies = [
  242 "anyhow",
  243 "derive_more",
  244 "schemars",
  245 "serde",
  246 "serde_json",
  247 "strum 0.28.0",
  248]
  249
  250[[package]]
  251name = "agent_servers"
  252version = "0.1.0"
  253dependencies = [
  254 "acp_thread",
  255 "acp_tools",
  256 "action_log",
  257 "agent-client-protocol",
  258 "anyhow",
  259 "async-trait",
  260 "chrono",
  261 "client",
  262 "collections",
  263 "env_logger 0.11.8",
  264 "feature_flags",
  265 "fs",
  266 "futures 0.3.32",
  267 "google_ai",
  268 "gpui",
  269 "gpui_tokio",
  270 "http_client",
  271 "indoc",
  272 "language_model",
  273 "libc",
  274 "log",
  275 "nix 0.29.0",
  276 "project",
  277 "release_channel",
  278 "reqwest_client",
  279 "serde",
  280 "serde_json",
  281 "settings",
  282 "smol",
  283 "task",
  284 "tempfile",
  285 "terminal",
  286 "thiserror 2.0.17",
  287 "ui",
  288 "util",
  289 "uuid",
  290 "watch",
  291 "zed_credentials_provider",
  292]
  293
  294[[package]]
  295name = "agent_settings"
  296version = "0.1.0"
  297dependencies = [
  298 "agent-client-protocol",
  299 "anyhow",
  300 "collections",
  301 "convert_case 0.8.0",
  302 "fs",
  303 "gpui",
  304 "language_model",
  305 "log",
  306 "paths",
  307 "project",
  308 "regex",
  309 "schemars",
  310 "serde",
  311 "serde_json",
  312 "serde_json_lenient",
  313 "settings",
  314 "util",
  315]
  316
  317[[package]]
  318name = "agent_ui"
  319version = "0.1.0"
  320dependencies = [
  321 "acp_thread",
  322 "action_log",
  323 "agent",
  324 "agent-client-protocol",
  325 "agent_servers",
  326 "agent_settings",
  327 "ai_onboarding",
  328 "anyhow",
  329 "audio",
  330 "base64 0.22.1",
  331 "buffer_diff",
  332 "chrono",
  333 "client",
  334 "cloud_api_types",
  335 "collections",
  336 "command_palette_hooks",
  337 "component",
  338 "context_server",
  339 "db",
  340 "editor",
  341 "eval_utils",
  342 "extension",
  343 "extension_host",
  344 "feature_flags",
  345 "file_icons",
  346 "fs",
  347 "futures 0.3.32",
  348 "fuzzy",
  349 "git",
  350 "gpui",
  351 "gpui_tokio",
  352 "heapless",
  353 "html_to_markdown",
  354 "http_client",
  355 "image",
  356 "indoc",
  357 "itertools 0.14.0",
  358 "jsonschema",
  359 "language",
  360 "language_model",
  361 "language_models",
  362 "languages",
  363 "log",
  364 "lsp",
  365 "markdown",
  366 "menu",
  367 "multi_buffer",
  368 "notifications",
  369 "ordered-float 2.10.1",
  370 "parking_lot",
  371 "paths",
  372 "picker",
  373 "postage",
  374 "pretty_assertions",
  375 "project",
  376 "prompt_store",
  377 "proto",
  378 "rand 0.9.2",
  379 "release_channel",
  380 "reqwest_client",
  381 "rope",
  382 "rules_library",
  383 "schemars",
  384 "semver",
  385 "serde",
  386 "serde_json",
  387 "serde_json_lenient",
  388 "settings",
  389 "smol",
  390 "streaming_diff",
  391 "task",
  392 "telemetry",
  393 "terminal",
  394 "terminal_view",
  395 "text",
  396 "theme",
  397 "theme_settings",
  398 "time",
  399 "time_format",
  400 "tree-sitter-md",
  401 "ui",
  402 "ui_input",
  403 "unindent",
  404 "url",
  405 "util",
  406 "uuid",
  407 "watch",
  408 "workspace",
  409 "zed_actions",
  410]
  411
  412[[package]]
  413name = "ahash"
  414version = "0.7.8"
  415source = "registry+https://github.com/rust-lang/crates.io-index"
  416checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
  417dependencies = [
  418 "getrandom 0.2.16",
  419 "once_cell",
  420 "version_check",
  421]
  422
  423[[package]]
  424name = "ahash"
  425version = "0.8.12"
  426source = "registry+https://github.com/rust-lang/crates.io-index"
  427checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
  428dependencies = [
  429 "cfg-if",
  430 "const-random",
  431 "getrandom 0.3.4",
  432 "once_cell",
  433 "serde",
  434 "version_check",
  435 "zerocopy",
  436]
  437
  438[[package]]
  439name = "aho-corasick"
  440version = "1.1.3"
  441source = "registry+https://github.com/rust-lang/crates.io-index"
  442checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
  443dependencies = [
  444 "memchr",
  445]
  446
  447[[package]]
  448name = "ai_onboarding"
  449version = "0.1.0"
  450dependencies = [
  451 "client",
  452 "cloud_api_types",
  453 "component",
  454 "gpui",
  455 "language_model",
  456 "serde",
  457 "smallvec",
  458 "telemetry",
  459 "ui",
  460 "zed_actions",
  461]
  462
  463[[package]]
  464name = "alacritty_terminal"
  465version = "0.25.1"
  466source = "git+https://github.com/zed-industries/alacritty?rev=9d9640d4#9d9640d4e56d67a09d049f9c0a300aae08d4f61e"
  467dependencies = [
  468 "base64 0.22.1",
  469 "bitflags 2.10.0",
  470 "home",
  471 "libc",
  472 "log",
  473 "mach2 0.5.0",
  474 "miow",
  475 "parking_lot",
  476 "piper",
  477 "polling",
  478 "regex-automata",
  479 "rustix 1.1.2",
  480 "rustix-openpty",
  481 "serde",
  482 "signal-hook",
  483 "unicode-width",
  484 "vte",
  485 "windows-sys 0.59.0",
  486]
  487
  488[[package]]
  489name = "aliasable"
  490version = "0.1.3"
  491source = "registry+https://github.com/rust-lang/crates.io-index"
  492checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  493
  494[[package]]
  495name = "aligned-vec"
  496version = "0.6.4"
  497source = "registry+https://github.com/rust-lang/crates.io-index"
  498checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b"
  499dependencies = [
  500 "equator",
  501]
  502
  503[[package]]
  504name = "allocator-api2"
  505version = "0.2.21"
  506source = "registry+https://github.com/rust-lang/crates.io-index"
  507checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  508
  509[[package]]
  510name = "alsa"
  511version = "0.10.0"
  512source = "registry+https://github.com/rust-lang/crates.io-index"
  513checksum = "7c88dbbce13b232b26250e1e2e6ac18b6a891a646b8148285036ebce260ac5c3"
  514dependencies = [
  515 "alsa-sys",
  516 "bitflags 2.10.0",
  517 "cfg-if",
  518 "libc",
  519]
  520
  521[[package]]
  522name = "alsa-sys"
  523version = "0.3.1"
  524source = "registry+https://github.com/rust-lang/crates.io-index"
  525checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  526dependencies = [
  527 "libc",
  528 "pkg-config",
  529]
  530
  531[[package]]
  532name = "ambient-authority"
  533version = "0.0.2"
  534source = "registry+https://github.com/rust-lang/crates.io-index"
  535checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  536
  537[[package]]
  538name = "ammonia"
  539version = "4.1.2"
  540source = "registry+https://github.com/rust-lang/crates.io-index"
  541checksum = "17e913097e1a2124b46746c980134e8c954bc17a6a59bb3fde96f088d126dde6"
  542dependencies = [
  543 "cssparser",
  544 "html5ever 0.35.0",
  545 "maplit",
  546 "tendril",
  547 "url",
  548]
  549
  550[[package]]
  551name = "android_system_properties"
  552version = "0.1.5"
  553source = "registry+https://github.com/rust-lang/crates.io-index"
  554checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  555dependencies = [
  556 "libc",
  557]
  558
  559[[package]]
  560name = "anes"
  561version = "0.1.6"
  562source = "registry+https://github.com/rust-lang/crates.io-index"
  563checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  564
  565[[package]]
  566name = "annotate-snippets"
  567version = "0.12.12"
  568source = "registry+https://github.com/rust-lang/crates.io-index"
  569checksum = "c86cd1c51b95d71dde52bca69ed225008f6ff4c8cc825b08042aa1ef823e1980"
  570dependencies = [
  571 "anstyle",
  572 "memchr",
  573 "unicode-width",
  574]
  575
  576[[package]]
  577name = "anstream"
  578version = "0.6.21"
  579source = "registry+https://github.com/rust-lang/crates.io-index"
  580checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
  581dependencies = [
  582 "anstyle",
  583 "anstyle-parse",
  584 "anstyle-query",
  585 "anstyle-wincon",
  586 "colorchoice",
  587 "is_terminal_polyfill",
  588 "utf8parse",
  589]
  590
  591[[package]]
  592name = "anstyle"
  593version = "1.0.13"
  594source = "registry+https://github.com/rust-lang/crates.io-index"
  595checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
  596
  597[[package]]
  598name = "anstyle-parse"
  599version = "0.2.7"
  600source = "registry+https://github.com/rust-lang/crates.io-index"
  601checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
  602dependencies = [
  603 "utf8parse",
  604]
  605
  606[[package]]
  607name = "anstyle-query"
  608version = "1.1.4"
  609source = "registry+https://github.com/rust-lang/crates.io-index"
  610checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
  611dependencies = [
  612 "windows-sys 0.60.2",
  613]
  614
  615[[package]]
  616name = "anstyle-wincon"
  617version = "3.0.10"
  618source = "registry+https://github.com/rust-lang/crates.io-index"
  619checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
  620dependencies = [
  621 "anstyle",
  622 "once_cell_polyfill",
  623 "windows-sys 0.60.2",
  624]
  625
  626[[package]]
  627name = "anthropic"
  628version = "0.1.0"
  629dependencies = [
  630 "anyhow",
  631 "chrono",
  632 "futures 0.3.32",
  633 "http_client",
  634 "schemars",
  635 "serde",
  636 "serde_json",
  637 "strum 0.27.2",
  638 "thiserror 2.0.17",
  639]
  640
  641[[package]]
  642name = "any_vec"
  643version = "0.14.0"
  644source = "registry+https://github.com/rust-lang/crates.io-index"
  645checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  646
  647[[package]]
  648name = "anyhow"
  649version = "1.0.100"
  650source = "registry+https://github.com/rust-lang/crates.io-index"
  651checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
  652
  653[[package]]
  654name = "approx"
  655version = "0.5.1"
  656source = "registry+https://github.com/rust-lang/crates.io-index"
  657checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  658dependencies = [
  659 "num-traits",
  660]
  661
  662[[package]]
  663name = "ar_archive_writer"
  664version = "0.5.1"
  665source = "registry+https://github.com/rust-lang/crates.io-index"
  666checksum = "7eb93bbb63b9c227414f6eb3a0adfddca591a8ce1e9b60661bb08969b87e340b"
  667dependencies = [
  668 "object",
  669]
  670
  671[[package]]
  672name = "arbitrary"
  673version = "1.4.2"
  674source = "registry+https://github.com/rust-lang/crates.io-index"
  675checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
  676dependencies = [
  677 "derive_arbitrary",
  678]
  679
  680[[package]]
  681name = "arc-swap"
  682version = "1.9.0"
  683source = "registry+https://github.com/rust-lang/crates.io-index"
  684checksum = "a07d1f37ff60921c83bdfc7407723bdefe89b44b98a9b772f225c8f9d67141a6"
  685dependencies = [
  686 "rustversion",
  687]
  688
  689[[package]]
  690name = "arg_enum_proc_macro"
  691version = "0.3.4"
  692source = "registry+https://github.com/rust-lang/crates.io-index"
  693checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  694dependencies = [
  695 "proc-macro2",
  696 "quote",
  697 "syn 2.0.117",
  698]
  699
  700[[package]]
  701name = "arraydeque"
  702version = "0.5.1"
  703source = "registry+https://github.com/rust-lang/crates.io-index"
  704checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
  705
  706[[package]]
  707name = "arrayref"
  708version = "0.3.9"
  709source = "registry+https://github.com/rust-lang/crates.io-index"
  710checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
  711
  712[[package]]
  713name = "arrayvec"
  714version = "0.7.6"
  715source = "registry+https://github.com/rust-lang/crates.io-index"
  716checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
  717
  718[[package]]
  719name = "as-raw-xcb-connection"
  720version = "1.0.1"
  721source = "registry+https://github.com/rust-lang/crates.io-index"
  722checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  723
  724[[package]]
  725name = "ascii"
  726version = "1.1.0"
  727source = "registry+https://github.com/rust-lang/crates.io-index"
  728checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  729
  730[[package]]
  731name = "ash"
  732version = "0.38.0+1.3.281"
  733source = "registry+https://github.com/rust-lang/crates.io-index"
  734checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  735dependencies = [
  736 "libloading",
  737]
  738
  739[[package]]
  740name = "ashpd"
  741version = "0.13.2"
  742source = "registry+https://github.com/rust-lang/crates.io-index"
  743checksum = "0848bedd08067dca1c02c31cbb371a94ad4f2f8a61a82f2c43d96ec36a395244"
  744dependencies = [
  745 "enumflags2",
  746 "futures-channel",
  747 "futures-util",
  748 "getrandom 0.4.1",
  749 "serde",
  750 "serde_repr",
  751 "wayland-backend",
  752 "wayland-client",
  753 "wayland-protocols",
  754 "zbus",
  755]
  756
  757[[package]]
  758name = "askpass"
  759version = "0.1.0"
  760dependencies = [
  761 "anyhow",
  762 "futures 0.3.32",
  763 "gpui",
  764 "log",
  765 "net",
  766 "smol",
  767 "tempfile",
  768 "util",
  769 "windows 0.61.3",
  770 "zeroize",
  771]
  772
  773[[package]]
  774name = "assets"
  775version = "0.1.0"
  776dependencies = [
  777 "anyhow",
  778 "gpui",
  779 "rust-embed",
  780]
  781
  782[[package]]
  783name = "async-attributes"
  784version = "1.1.2"
  785source = "registry+https://github.com/rust-lang/crates.io-index"
  786checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  787dependencies = [
  788 "quote",
  789 "syn 1.0.109",
  790]
  791
  792[[package]]
  793name = "async-broadcast"
  794version = "0.7.2"
  795source = "registry+https://github.com/rust-lang/crates.io-index"
  796checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  797dependencies = [
  798 "event-listener 5.4.1",
  799 "event-listener-strategy",
  800 "futures-core",
  801 "pin-project-lite",
  802]
  803
  804[[package]]
  805name = "async-channel"
  806version = "1.9.0"
  807source = "registry+https://github.com/rust-lang/crates.io-index"
  808checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  809dependencies = [
  810 "concurrent-queue",
  811 "event-listener 2.5.3",
  812 "futures-core",
  813]
  814
  815[[package]]
  816name = "async-channel"
  817version = "2.5.0"
  818source = "registry+https://github.com/rust-lang/crates.io-index"
  819checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
  820dependencies = [
  821 "concurrent-queue",
  822 "event-listener-strategy",
  823 "futures-core",
  824 "pin-project-lite",
  825]
  826
  827[[package]]
  828name = "async-compat"
  829version = "0.2.5"
  830source = "registry+https://github.com/rust-lang/crates.io-index"
  831checksum = "a1ba85bc55464dcbf728b56d97e119d673f4cf9062be330a9a26f3acf504a590"
  832dependencies = [
  833 "futures-core",
  834 "futures-io",
  835 "once_cell",
  836 "pin-project-lite",
  837 "tokio",
  838]
  839
  840[[package]]
  841name = "async-compression"
  842version = "0.4.32"
  843source = "registry+https://github.com/rust-lang/crates.io-index"
  844checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0"
  845dependencies = [
  846 "compression-codecs",
  847 "compression-core",
  848 "futures-core",
  849 "futures-io",
  850 "pin-project-lite",
  851]
  852
  853[[package]]
  854name = "async-dispatcher"
  855version = "0.1.2"
  856source = "registry+https://github.com/rust-lang/crates.io-index"
  857checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  858dependencies = [
  859 "async-task",
  860 "futures-lite 1.13.0",
  861]
  862
  863[[package]]
  864name = "async-executor"
  865version = "1.13.3"
  866source = "registry+https://github.com/rust-lang/crates.io-index"
  867checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
  868dependencies = [
  869 "async-task",
  870 "concurrent-queue",
  871 "fastrand 2.3.0",
  872 "futures-lite 2.6.1",
  873 "pin-project-lite",
  874 "slab",
  875]
  876
  877[[package]]
  878name = "async-fs"
  879version = "2.2.0"
  880source = "registry+https://github.com/rust-lang/crates.io-index"
  881checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5"
  882dependencies = [
  883 "async-lock 3.4.2",
  884 "blocking",
  885 "futures-lite 2.6.1",
  886]
  887
  888[[package]]
  889name = "async-global-executor"
  890version = "2.4.1"
  891source = "registry+https://github.com/rust-lang/crates.io-index"
  892checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  893dependencies = [
  894 "async-channel 2.5.0",
  895 "async-executor",
  896 "async-io",
  897 "async-lock 3.4.2",
  898 "blocking",
  899 "futures-lite 2.6.1",
  900 "once_cell",
  901]
  902
  903[[package]]
  904name = "async-io"
  905version = "2.6.0"
  906source = "registry+https://github.com/rust-lang/crates.io-index"
  907checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
  908dependencies = [
  909 "autocfg",
  910 "cfg-if",
  911 "concurrent-queue",
  912 "futures-io",
  913 "futures-lite 2.6.1",
  914 "parking",
  915 "polling",
  916 "rustix 1.1.2",
  917 "slab",
  918 "windows-sys 0.61.2",
  919]
  920
  921[[package]]
  922name = "async-lock"
  923version = "2.8.0"
  924source = "registry+https://github.com/rust-lang/crates.io-index"
  925checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
  926dependencies = [
  927 "event-listener 2.5.3",
  928]
  929
  930[[package]]
  931name = "async-lock"
  932version = "3.4.2"
  933source = "registry+https://github.com/rust-lang/crates.io-index"
  934checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
  935dependencies = [
  936 "event-listener 5.4.1",
  937 "event-listener-strategy",
  938 "pin-project-lite",
  939]
  940
  941[[package]]
  942name = "async-net"
  943version = "2.0.0"
  944source = "registry+https://github.com/rust-lang/crates.io-index"
  945checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  946dependencies = [
  947 "async-io",
  948 "blocking",
  949 "futures-lite 2.6.1",
  950]
  951
  952[[package]]
  953name = "async-pipe"
  954version = "0.1.3"
  955source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  956dependencies = [
  957 "futures 0.3.32",
  958 "log",
  959]
  960
  961[[package]]
  962name = "async-process"
  963version = "2.5.0"
  964source = "registry+https://github.com/rust-lang/crates.io-index"
  965checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
  966dependencies = [
  967 "async-channel 2.5.0",
  968 "async-io",
  969 "async-lock 3.4.2",
  970 "async-signal",
  971 "async-task",
  972 "blocking",
  973 "cfg-if",
  974 "event-listener 5.4.1",
  975 "futures-lite 2.6.1",
  976 "rustix 1.1.2",
  977]
  978
  979[[package]]
  980name = "async-recursion"
  981version = "1.1.1"
  982source = "registry+https://github.com/rust-lang/crates.io-index"
  983checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
  984dependencies = [
  985 "proc-macro2",
  986 "quote",
  987 "syn 2.0.117",
  988]
  989
  990[[package]]
  991name = "async-signal"
  992version = "0.2.13"
  993source = "registry+https://github.com/rust-lang/crates.io-index"
  994checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c"
  995dependencies = [
  996 "async-io",
  997 "async-lock 3.4.2",
  998 "atomic-waker",
  999 "cfg-if",
 1000 "futures-core",
 1001 "futures-io",
 1002 "rustix 1.1.2",
 1003 "signal-hook-registry",
 1004 "slab",
 1005 "windows-sys 0.61.2",
 1006]
 1007
 1008[[package]]
 1009name = "async-std"
 1010version = "1.13.2"
 1011source = "registry+https://github.com/rust-lang/crates.io-index"
 1012checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b"
 1013dependencies = [
 1014 "async-attributes",
 1015 "async-channel 1.9.0",
 1016 "async-global-executor",
 1017 "async-io",
 1018 "async-lock 3.4.2",
 1019 "async-process",
 1020 "crossbeam-utils",
 1021 "futures-channel",
 1022 "futures-core",
 1023 "futures-io",
 1024 "futures-lite 2.6.1",
 1025 "gloo-timers",
 1026 "kv-log-macro",
 1027 "log",
 1028 "memchr",
 1029 "once_cell",
 1030 "pin-project-lite",
 1031 "pin-utils",
 1032 "slab",
 1033 "wasm-bindgen-futures",
 1034]
 1035
 1036[[package]]
 1037name = "async-stream"
 1038version = "0.3.6"
 1039source = "registry+https://github.com/rust-lang/crates.io-index"
 1040checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1041dependencies = [
 1042 "async-stream-impl",
 1043 "futures-core",
 1044 "pin-project-lite",
 1045]
 1046
 1047[[package]]
 1048name = "async-stream-impl"
 1049version = "0.3.6"
 1050source = "registry+https://github.com/rust-lang/crates.io-index"
 1051checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1052dependencies = [
 1053 "proc-macro2",
 1054 "quote",
 1055 "syn 2.0.117",
 1056]
 1057
 1058[[package]]
 1059name = "async-tar"
 1060version = "0.5.1"
 1061source = "registry+https://github.com/rust-lang/crates.io-index"
 1062checksum = "d1937db2d56578aa3919b9bdb0e5100693fd7d1c0f145c53eb81fbb03e217550"
 1063dependencies = [
 1064 "async-std",
 1065 "filetime",
 1066 "libc",
 1067 "pin-project",
 1068 "redox_syscall 0.2.16",
 1069 "xattr",
 1070]
 1071
 1072[[package]]
 1073name = "async-task"
 1074version = "4.7.1"
 1075source = "git+https://github.com/smol-rs/async-task.git?rev=b4486cd71e4e94fbda54ce6302444de14f4d190e#b4486cd71e4e94fbda54ce6302444de14f4d190e"
 1076
 1077[[package]]
 1078name = "async-trait"
 1079version = "0.1.89"
 1080source = "registry+https://github.com/rust-lang/crates.io-index"
 1081checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
 1082dependencies = [
 1083 "proc-macro2",
 1084 "quote",
 1085 "syn 2.0.117",
 1086]
 1087
 1088[[package]]
 1089name = "async-tungstenite"
 1090version = "0.31.0"
 1091source = "registry+https://github.com/rust-lang/crates.io-index"
 1092checksum = "ee88b4c88ac8c9ea446ad43498955750a4bbe64c4392f21ccfe5d952865e318f"
 1093dependencies = [
 1094 "atomic-waker",
 1095 "futures-core",
 1096 "futures-io",
 1097 "futures-task",
 1098 "futures-util",
 1099 "log",
 1100 "pin-project-lite",
 1101 "rustls-pki-types",
 1102 "tokio",
 1103 "tokio-rustls 0.26.2",
 1104 "tungstenite 0.27.0",
 1105]
 1106
 1107[[package]]
 1108name = "async_zip"
 1109version = "0.0.18"
 1110source = "registry+https://github.com/rust-lang/crates.io-index"
 1111checksum = "0d8c50d65ce1b0e0cb65a785ff615f78860d7754290647d3b983208daa4f85e6"
 1112dependencies = [
 1113 "async-compression",
 1114 "crc32fast",
 1115 "futures-lite 2.6.1",
 1116 "pin-project",
 1117 "thiserror 2.0.17",
 1118]
 1119
 1120[[package]]
 1121name = "asynchronous-codec"
 1122version = "0.7.0"
 1123source = "registry+https://github.com/rust-lang/crates.io-index"
 1124checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1125dependencies = [
 1126 "bytes 1.11.1",
 1127 "futures-sink",
 1128 "futures-util",
 1129 "memchr",
 1130 "pin-project-lite",
 1131]
 1132
 1133[[package]]
 1134name = "atoi"
 1135version = "2.0.0"
 1136source = "registry+https://github.com/rust-lang/crates.io-index"
 1137checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1138dependencies = [
 1139 "num-traits",
 1140]
 1141
 1142[[package]]
 1143name = "atomic"
 1144version = "0.5.3"
 1145source = "registry+https://github.com/rust-lang/crates.io-index"
 1146checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1147
 1148[[package]]
 1149name = "atomic-waker"
 1150version = "1.1.2"
 1151source = "registry+https://github.com/rust-lang/crates.io-index"
 1152checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1153
 1154[[package]]
 1155name = "audio"
 1156version = "0.1.0"
 1157dependencies = [
 1158 "anyhow",
 1159 "collections",
 1160 "cpal",
 1161 "crossbeam",
 1162 "denoise",
 1163 "gpui",
 1164 "libwebrtc",
 1165 "log",
 1166 "parking_lot",
 1167 "rodio",
 1168 "serde",
 1169 "settings",
 1170 "thiserror 2.0.17",
 1171 "util",
 1172]
 1173
 1174[[package]]
 1175name = "auditable-serde"
 1176version = "0.8.0"
 1177source = "registry+https://github.com/rust-lang/crates.io-index"
 1178checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
 1179dependencies = [
 1180 "semver",
 1181 "serde",
 1182 "serde_json",
 1183 "topological-sort",
 1184]
 1185
 1186[[package]]
 1187name = "auto_update"
 1188version = "0.1.0"
 1189dependencies = [
 1190 "anyhow",
 1191 "client",
 1192 "clock",
 1193 "ctor",
 1194 "db",
 1195 "futures 0.3.32",
 1196 "futures-lite 1.13.0",
 1197 "gpui",
 1198 "http_client",
 1199 "log",
 1200 "parking_lot",
 1201 "paths",
 1202 "release_channel",
 1203 "semver",
 1204 "serde",
 1205 "serde_json",
 1206 "settings",
 1207 "smol",
 1208 "tempfile",
 1209 "util",
 1210 "which 6.0.3",
 1211 "workspace",
 1212 "zlog",
 1213]
 1214
 1215[[package]]
 1216name = "auto_update_helper"
 1217version = "0.1.0"
 1218dependencies = [
 1219 "anyhow",
 1220 "log",
 1221 "scopeguard",
 1222 "simplelog",
 1223 "tempfile",
 1224 "windows 0.61.3",
 1225 "winresource",
 1226]
 1227
 1228[[package]]
 1229name = "auto_update_ui"
 1230version = "0.1.0"
 1231dependencies = [
 1232 "anyhow",
 1233 "auto_update",
 1234 "client",
 1235 "editor",
 1236 "gpui",
 1237 "markdown_preview",
 1238 "release_channel",
 1239 "semver",
 1240 "serde",
 1241 "serde_json",
 1242 "smol",
 1243 "ui",
 1244 "util",
 1245 "workspace",
 1246]
 1247
 1248[[package]]
 1249name = "autocfg"
 1250version = "1.5.0"
 1251source = "registry+https://github.com/rust-lang/crates.io-index"
 1252checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
 1253
 1254[[package]]
 1255name = "av1-grain"
 1256version = "0.2.4"
 1257source = "registry+https://github.com/rust-lang/crates.io-index"
 1258checksum = "4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8"
 1259dependencies = [
 1260 "anyhow",
 1261 "arrayvec",
 1262 "log",
 1263 "nom 7.1.3",
 1264 "num-rational",
 1265 "v_frame",
 1266]
 1267
 1268[[package]]
 1269name = "avif-serialize"
 1270version = "0.8.6"
 1271source = "registry+https://github.com/rust-lang/crates.io-index"
 1272checksum = "47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f"
 1273dependencies = [
 1274 "arrayvec",
 1275]
 1276
 1277[[package]]
 1278name = "aws-config"
 1279version = "1.8.10"
 1280source = "registry+https://github.com/rust-lang/crates.io-index"
 1281checksum = "1856b1b48b65f71a4dd940b1c0931f9a7b646d4a924b9828ffefc1454714668a"
 1282dependencies = [
 1283 "aws-credential-types",
 1284 "aws-runtime",
 1285 "aws-sdk-sso",
 1286 "aws-sdk-ssooidc",
 1287 "aws-sdk-sts",
 1288 "aws-smithy-async",
 1289 "aws-smithy-http",
 1290 "aws-smithy-json",
 1291 "aws-smithy-runtime",
 1292 "aws-smithy-runtime-api",
 1293 "aws-smithy-types",
 1294 "aws-types",
 1295 "bytes 1.11.1",
 1296 "fastrand 2.3.0",
 1297 "hex",
 1298 "http 1.3.1",
 1299 "ring",
 1300 "time",
 1301 "tokio",
 1302 "tracing",
 1303 "url",
 1304 "zeroize",
 1305]
 1306
 1307[[package]]
 1308name = "aws-credential-types"
 1309version = "1.2.10"
 1310source = "registry+https://github.com/rust-lang/crates.io-index"
 1311checksum = "b01c9521fa01558f750d183c8c68c81b0155b9d193a4ba7f84c36bd1b6d04a06"
 1312dependencies = [
 1313 "aws-smithy-async",
 1314 "aws-smithy-runtime-api",
 1315 "aws-smithy-types",
 1316 "zeroize",
 1317]
 1318
 1319[[package]]
 1320name = "aws-lc-rs"
 1321version = "1.15.4"
 1322source = "registry+https://github.com/rust-lang/crates.io-index"
 1323checksum = "7b7b6141e96a8c160799cc2d5adecd5cbbe5054cb8c7c4af53da0f83bb7ad256"
 1324dependencies = [
 1325 "aws-lc-sys",
 1326 "untrusted 0.7.1",
 1327 "zeroize",
 1328]
 1329
 1330[[package]]
 1331name = "aws-lc-sys"
 1332version = "0.37.0"
 1333source = "registry+https://github.com/rust-lang/crates.io-index"
 1334checksum = "5c34dda4df7017c8db52132f0f8a2e0f8161649d15723ed63fc00c82d0f2081a"
 1335dependencies = [
 1336 "cc",
 1337 "cmake",
 1338 "dunce",
 1339 "fs_extra",
 1340]
 1341
 1342[[package]]
 1343name = "aws-runtime"
 1344version = "1.5.16"
 1345source = "registry+https://github.com/rust-lang/crates.io-index"
 1346checksum = "7ce527fb7e53ba9626fc47824f25e256250556c40d8f81d27dd92aa38239d632"
 1347dependencies = [
 1348 "aws-credential-types",
 1349 "aws-sigv4",
 1350 "aws-smithy-async",
 1351 "aws-smithy-eventstream",
 1352 "aws-smithy-http",
 1353 "aws-smithy-runtime",
 1354 "aws-smithy-runtime-api",
 1355 "aws-smithy-types",
 1356 "aws-types",
 1357 "bytes 1.11.1",
 1358 "fastrand 2.3.0",
 1359 "http 0.2.12",
 1360 "http-body 0.4.6",
 1361 "percent-encoding",
 1362 "pin-project-lite",
 1363 "tracing",
 1364 "uuid",
 1365]
 1366
 1367[[package]]
 1368name = "aws-sdk-bedrockruntime"
 1369version = "1.113.0"
 1370source = "registry+https://github.com/rust-lang/crates.io-index"
 1371checksum = "d5d2b8f081b9e8ff455b8dd7387b6b02263c3dac73172d188d2b523ff1e775e9"
 1372dependencies = [
 1373 "aws-credential-types",
 1374 "aws-runtime",
 1375 "aws-sigv4",
 1376 "aws-smithy-async",
 1377 "aws-smithy-eventstream",
 1378 "aws-smithy-http",
 1379 "aws-smithy-json",
 1380 "aws-smithy-runtime",
 1381 "aws-smithy-runtime-api",
 1382 "aws-smithy-types",
 1383 "aws-types",
 1384 "bytes 1.11.1",
 1385 "fastrand 2.3.0",
 1386 "http 0.2.12",
 1387 "hyper 0.14.32",
 1388 "regex-lite",
 1389 "tracing",
 1390]
 1391
 1392[[package]]
 1393name = "aws-sdk-kinesis"
 1394version = "1.95.0"
 1395source = "registry+https://github.com/rust-lang/crates.io-index"
 1396checksum = "9c3b2ce941308de56f5c2f69490497610e1a815ce968c9ac0796ab165f25205d"
 1397dependencies = [
 1398 "aws-credential-types",
 1399 "aws-runtime",
 1400 "aws-smithy-async",
 1401 "aws-smithy-eventstream",
 1402 "aws-smithy-http",
 1403 "aws-smithy-json",
 1404 "aws-smithy-runtime",
 1405 "aws-smithy-runtime-api",
 1406 "aws-smithy-types",
 1407 "aws-types",
 1408 "bytes 1.11.1",
 1409 "fastrand 2.3.0",
 1410 "http 0.2.12",
 1411 "regex-lite",
 1412 "tracing",
 1413]
 1414
 1415[[package]]
 1416name = "aws-sdk-s3"
 1417version = "1.112.0"
 1418source = "registry+https://github.com/rust-lang/crates.io-index"
 1419checksum = "eee73a27721035c46da0572b390a69fbdb333d0177c24f3d8f7ff952eeb96690"
 1420dependencies = [
 1421 "aws-credential-types",
 1422 "aws-runtime",
 1423 "aws-sigv4",
 1424 "aws-smithy-async",
 1425 "aws-smithy-checksums",
 1426 "aws-smithy-eventstream",
 1427 "aws-smithy-http",
 1428 "aws-smithy-json",
 1429 "aws-smithy-runtime",
 1430 "aws-smithy-runtime-api",
 1431 "aws-smithy-types",
 1432 "aws-smithy-xml",
 1433 "aws-types",
 1434 "bytes 1.11.1",
 1435 "fastrand 2.3.0",
 1436 "hex",
 1437 "hmac",
 1438 "http 0.2.12",
 1439 "http 1.3.1",
 1440 "http-body 0.4.6",
 1441 "lru",
 1442 "percent-encoding",
 1443 "regex-lite",
 1444 "sha2",
 1445 "tracing",
 1446 "url",
 1447]
 1448
 1449[[package]]
 1450name = "aws-sdk-sso"
 1451version = "1.88.0"
 1452source = "registry+https://github.com/rust-lang/crates.io-index"
 1453checksum = "d05b276777560aa9a196dbba2e3aada4d8006d3d7eeb3ba7fe0c317227d933c4"
 1454dependencies = [
 1455 "aws-credential-types",
 1456 "aws-runtime",
 1457 "aws-smithy-async",
 1458 "aws-smithy-http",
 1459 "aws-smithy-json",
 1460 "aws-smithy-runtime",
 1461 "aws-smithy-runtime-api",
 1462 "aws-smithy-types",
 1463 "aws-types",
 1464 "bytes 1.11.1",
 1465 "fastrand 2.3.0",
 1466 "http 0.2.12",
 1467 "regex-lite",
 1468 "tracing",
 1469]
 1470
 1471[[package]]
 1472name = "aws-sdk-ssooidc"
 1473version = "1.90.0"
 1474source = "registry+https://github.com/rust-lang/crates.io-index"
 1475checksum = "f9be14d6d9cd761fac3fd234a0f47f7ed6c0df62d83c0eeb7012750e4732879b"
 1476dependencies = [
 1477 "aws-credential-types",
 1478 "aws-runtime",
 1479 "aws-smithy-async",
 1480 "aws-smithy-http",
 1481 "aws-smithy-json",
 1482 "aws-smithy-runtime",
 1483 "aws-smithy-runtime-api",
 1484 "aws-smithy-types",
 1485 "aws-types",
 1486 "bytes 1.11.1",
 1487 "fastrand 2.3.0",
 1488 "http 0.2.12",
 1489 "regex-lite",
 1490 "tracing",
 1491]
 1492
 1493[[package]]
 1494name = "aws-sdk-sts"
 1495version = "1.90.0"
 1496source = "registry+https://github.com/rust-lang/crates.io-index"
 1497checksum = "98a862d704c817d865c8740b62d8bbeb5adcb30965e93b471df8a5bcefa20a80"
 1498dependencies = [
 1499 "aws-credential-types",
 1500 "aws-runtime",
 1501 "aws-smithy-async",
 1502 "aws-smithy-http",
 1503 "aws-smithy-json",
 1504 "aws-smithy-query",
 1505 "aws-smithy-runtime",
 1506 "aws-smithy-runtime-api",
 1507 "aws-smithy-types",
 1508 "aws-smithy-xml",
 1509 "aws-types",
 1510 "fastrand 2.3.0",
 1511 "http 0.2.12",
 1512 "regex-lite",
 1513 "tracing",
 1514]
 1515
 1516[[package]]
 1517name = "aws-sigv4"
 1518version = "1.3.6"
 1519source = "registry+https://github.com/rust-lang/crates.io-index"
 1520checksum = "c35452ec3f001e1f2f6db107b6373f1f48f05ec63ba2c5c9fa91f07dad32af11"
 1521dependencies = [
 1522 "aws-credential-types",
 1523 "aws-smithy-eventstream",
 1524 "aws-smithy-http",
 1525 "aws-smithy-runtime-api",
 1526 "aws-smithy-types",
 1527 "bytes 1.11.1",
 1528 "crypto-bigint 0.5.5",
 1529 "form_urlencoded",
 1530 "hex",
 1531 "hmac",
 1532 "http 0.2.12",
 1533 "http 1.3.1",
 1534 "p256",
 1535 "percent-encoding",
 1536 "ring",
 1537 "sha2",
 1538 "subtle",
 1539 "time",
 1540 "tracing",
 1541 "zeroize",
 1542]
 1543
 1544[[package]]
 1545name = "aws-smithy-async"
 1546version = "1.2.6"
 1547source = "registry+https://github.com/rust-lang/crates.io-index"
 1548checksum = "127fcfad33b7dfc531141fda7e1c402ac65f88aca5511a4d31e2e3d2cd01ce9c"
 1549dependencies = [
 1550 "futures-util",
 1551 "pin-project-lite",
 1552 "tokio",
 1553]
 1554
 1555[[package]]
 1556name = "aws-smithy-checksums"
 1557version = "0.63.11"
 1558source = "registry+https://github.com/rust-lang/crates.io-index"
 1559checksum = "95bd108f7b3563598e4dc7b62e1388c9982324a2abd622442167012690184591"
 1560dependencies = [
 1561 "aws-smithy-http",
 1562 "aws-smithy-types",
 1563 "bytes 1.11.1",
 1564 "crc-fast",
 1565 "hex",
 1566 "http 0.2.12",
 1567 "http-body 0.4.6",
 1568 "md-5",
 1569 "pin-project-lite",
 1570 "sha1",
 1571 "sha2",
 1572 "tracing",
 1573]
 1574
 1575[[package]]
 1576name = "aws-smithy-eventstream"
 1577version = "0.60.13"
 1578source = "registry+https://github.com/rust-lang/crates.io-index"
 1579checksum = "e29a304f8319781a39808847efb39561351b1bb76e933da7aa90232673638658"
 1580dependencies = [
 1581 "aws-smithy-types",
 1582 "bytes 1.11.1",
 1583 "crc32fast",
 1584]
 1585
 1586[[package]]
 1587name = "aws-smithy-http"
 1588version = "0.62.5"
 1589source = "registry+https://github.com/rust-lang/crates.io-index"
 1590checksum = "445d5d720c99eed0b4aa674ed00d835d9b1427dd73e04adaf2f94c6b2d6f9fca"
 1591dependencies = [
 1592 "aws-smithy-eventstream",
 1593 "aws-smithy-runtime-api",
 1594 "aws-smithy-types",
 1595 "bytes 1.11.1",
 1596 "bytes-utils",
 1597 "futures-core",
 1598 "futures-util",
 1599 "http 0.2.12",
 1600 "http 1.3.1",
 1601 "http-body 0.4.6",
 1602 "percent-encoding",
 1603 "pin-project-lite",
 1604 "pin-utils",
 1605 "tracing",
 1606]
 1607
 1608[[package]]
 1609name = "aws-smithy-http-client"
 1610version = "1.1.4"
 1611source = "registry+https://github.com/rust-lang/crates.io-index"
 1612checksum = "623254723e8dfd535f566ee7b2381645f8981da086b5c4aa26c0c41582bb1d2c"
 1613dependencies = [
 1614 "aws-smithy-async",
 1615 "aws-smithy-runtime-api",
 1616 "aws-smithy-types",
 1617 "h2 0.3.27",
 1618 "h2 0.4.12",
 1619 "http 0.2.12",
 1620 "http 1.3.1",
 1621 "http-body 0.4.6",
 1622 "hyper 0.14.32",
 1623 "hyper 1.7.0",
 1624 "hyper-rustls 0.24.2",
 1625 "hyper-rustls 0.27.7",
 1626 "hyper-util",
 1627 "pin-project-lite",
 1628 "rustls 0.21.12",
 1629 "rustls 0.23.33",
 1630 "rustls-native-certs 0.8.2",
 1631 "rustls-pki-types",
 1632 "tokio",
 1633 "tokio-rustls 0.26.2",
 1634 "tower 0.5.2",
 1635 "tracing",
 1636]
 1637
 1638[[package]]
 1639name = "aws-smithy-json"
 1640version = "0.61.7"
 1641source = "registry+https://github.com/rust-lang/crates.io-index"
 1642checksum = "2db31f727935fc63c6eeae8b37b438847639ec330a9161ece694efba257e0c54"
 1643dependencies = [
 1644 "aws-smithy-types",
 1645]
 1646
 1647[[package]]
 1648name = "aws-smithy-observability"
 1649version = "0.1.4"
 1650source = "registry+https://github.com/rust-lang/crates.io-index"
 1651checksum = "2d1881b1ea6d313f9890710d65c158bdab6fb08c91ea825f74c1c8c357baf4cc"
 1652dependencies = [
 1653 "aws-smithy-runtime-api",
 1654]
 1655
 1656[[package]]
 1657name = "aws-smithy-query"
 1658version = "0.60.8"
 1659source = "registry+https://github.com/rust-lang/crates.io-index"
 1660checksum = "d28a63441360c477465f80c7abac3b9c4d075ca638f982e605b7dc2a2c7156c9"
 1661dependencies = [
 1662 "aws-smithy-types",
 1663 "urlencoding",
 1664]
 1665
 1666[[package]]
 1667name = "aws-smithy-runtime"
 1668version = "1.9.4"
 1669source = "registry+https://github.com/rust-lang/crates.io-index"
 1670checksum = "0bbe9d018d646b96c7be063dd07987849862b0e6d07c778aad7d93d1be6c1ef0"
 1671dependencies = [
 1672 "aws-smithy-async",
 1673 "aws-smithy-http",
 1674 "aws-smithy-http-client",
 1675 "aws-smithy-observability",
 1676 "aws-smithy-runtime-api",
 1677 "aws-smithy-types",
 1678 "bytes 1.11.1",
 1679 "fastrand 2.3.0",
 1680 "http 0.2.12",
 1681 "http 1.3.1",
 1682 "http-body 0.4.6",
 1683 "http-body 1.0.1",
 1684 "pin-project-lite",
 1685 "pin-utils",
 1686 "tokio",
 1687 "tracing",
 1688]
 1689
 1690[[package]]
 1691name = "aws-smithy-runtime-api"
 1692version = "1.9.2"
 1693source = "registry+https://github.com/rust-lang/crates.io-index"
 1694checksum = "ec7204f9fd94749a7c53b26da1b961b4ac36bf070ef1e0b94bb09f79d4f6c193"
 1695dependencies = [
 1696 "aws-smithy-async",
 1697 "aws-smithy-types",
 1698 "bytes 1.11.1",
 1699 "http 0.2.12",
 1700 "http 1.3.1",
 1701 "pin-project-lite",
 1702 "tokio",
 1703 "tracing",
 1704 "zeroize",
 1705]
 1706
 1707[[package]]
 1708name = "aws-smithy-types"
 1709version = "1.3.4"
 1710source = "registry+https://github.com/rust-lang/crates.io-index"
 1711checksum = "25f535879a207fce0db74b679cfc3e91a3159c8144d717d55f5832aea9eef46e"
 1712dependencies = [
 1713 "base64-simd",
 1714 "bytes 1.11.1",
 1715 "bytes-utils",
 1716 "futures-core",
 1717 "http 0.2.12",
 1718 "http 1.3.1",
 1719 "http-body 0.4.6",
 1720 "http-body 1.0.1",
 1721 "http-body-util",
 1722 "itoa",
 1723 "num-integer",
 1724 "pin-project-lite",
 1725 "pin-utils",
 1726 "ryu",
 1727 "serde",
 1728 "time",
 1729 "tokio",
 1730 "tokio-util",
 1731]
 1732
 1733[[package]]
 1734name = "aws-smithy-xml"
 1735version = "0.60.12"
 1736source = "registry+https://github.com/rust-lang/crates.io-index"
 1737checksum = "eab77cdd036b11056d2a30a7af7b775789fb024bf216acc13884c6c97752ae56"
 1738dependencies = [
 1739 "xmlparser",
 1740]
 1741
 1742[[package]]
 1743name = "aws-types"
 1744version = "1.3.10"
 1745source = "registry+https://github.com/rust-lang/crates.io-index"
 1746checksum = "d79fb68e3d7fe5d4833ea34dc87d2e97d26d3086cb3da660bb6b1f76d98680b6"
 1747dependencies = [
 1748 "aws-credential-types",
 1749 "aws-smithy-async",
 1750 "aws-smithy-runtime-api",
 1751 "aws-smithy-types",
 1752 "rustc_version",
 1753 "tracing",
 1754]
 1755
 1756[[package]]
 1757name = "aws_http_client"
 1758version = "0.1.0"
 1759dependencies = [
 1760 "aws-smithy-runtime-api",
 1761 "aws-smithy-types",
 1762 "http_client",
 1763]
 1764
 1765[[package]]
 1766name = "axum"
 1767version = "0.6.20"
 1768source = "registry+https://github.com/rust-lang/crates.io-index"
 1769checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1770dependencies = [
 1771 "async-trait",
 1772 "axum-core",
 1773 "base64 0.21.7",
 1774 "bitflags 1.3.2",
 1775 "bytes 1.11.1",
 1776 "futures-util",
 1777 "headers",
 1778 "http 0.2.12",
 1779 "http-body 0.4.6",
 1780 "hyper 0.14.32",
 1781 "itoa",
 1782 "matchit",
 1783 "memchr",
 1784 "mime",
 1785 "percent-encoding",
 1786 "pin-project-lite",
 1787 "rustversion",
 1788 "serde",
 1789 "serde_json",
 1790 "serde_path_to_error",
 1791 "serde_urlencoded",
 1792 "sha1",
 1793 "sync_wrapper 0.1.2",
 1794 "tokio",
 1795 "tokio-tungstenite 0.20.1",
 1796 "tower 0.4.13",
 1797 "tower-layer",
 1798 "tower-service",
 1799]
 1800
 1801[[package]]
 1802name = "axum-core"
 1803version = "0.3.4"
 1804source = "registry+https://github.com/rust-lang/crates.io-index"
 1805checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1806dependencies = [
 1807 "async-trait",
 1808 "bytes 1.11.1",
 1809 "futures-util",
 1810 "http 0.2.12",
 1811 "http-body 0.4.6",
 1812 "mime",
 1813 "rustversion",
 1814 "tower-layer",
 1815 "tower-service",
 1816]
 1817
 1818[[package]]
 1819name = "backtrace"
 1820version = "0.3.76"
 1821source = "registry+https://github.com/rust-lang/crates.io-index"
 1822checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
 1823dependencies = [
 1824 "addr2line",
 1825 "cfg-if",
 1826 "libc",
 1827 "miniz_oxide",
 1828 "object",
 1829 "rustc-demangle",
 1830 "windows-link 0.2.1",
 1831]
 1832
 1833[[package]]
 1834name = "base16ct"
 1835version = "0.1.1"
 1836source = "registry+https://github.com/rust-lang/crates.io-index"
 1837checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1838
 1839[[package]]
 1840name = "base64"
 1841version = "0.21.7"
 1842source = "registry+https://github.com/rust-lang/crates.io-index"
 1843checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1844
 1845[[package]]
 1846name = "base64"
 1847version = "0.22.1"
 1848source = "registry+https://github.com/rust-lang/crates.io-index"
 1849checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1850
 1851[[package]]
 1852name = "base64-simd"
 1853version = "0.8.0"
 1854source = "registry+https://github.com/rust-lang/crates.io-index"
 1855checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1856dependencies = [
 1857 "outref",
 1858 "vsimd",
 1859]
 1860
 1861[[package]]
 1862name = "base64ct"
 1863version = "1.8.0"
 1864source = "registry+https://github.com/rust-lang/crates.io-index"
 1865checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
 1866
 1867[[package]]
 1868name = "bedrock"
 1869version = "0.1.0"
 1870dependencies = [
 1871 "anyhow",
 1872 "aws-sdk-bedrockruntime",
 1873 "aws-smithy-types",
 1874 "futures 0.3.32",
 1875 "schemars",
 1876 "serde",
 1877 "serde_json",
 1878 "strum 0.27.2",
 1879 "thiserror 2.0.17",
 1880]
 1881
 1882[[package]]
 1883name = "bigdecimal"
 1884version = "0.4.8"
 1885source = "registry+https://github.com/rust-lang/crates.io-index"
 1886checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
 1887dependencies = [
 1888 "autocfg",
 1889 "libm",
 1890 "num-bigint",
 1891 "num-integer",
 1892 "num-traits",
 1893 "serde",
 1894]
 1895
 1896[[package]]
 1897name = "bincode"
 1898version = "1.3.3"
 1899source = "registry+https://github.com/rust-lang/crates.io-index"
 1900checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1901dependencies = [
 1902 "serde",
 1903]
 1904
 1905[[package]]
 1906name = "bindgen"
 1907version = "0.71.1"
 1908source = "registry+https://github.com/rust-lang/crates.io-index"
 1909checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
 1910dependencies = [
 1911 "bitflags 2.10.0",
 1912 "cexpr",
 1913 "clang-sys",
 1914 "itertools 0.12.1",
 1915 "log",
 1916 "prettyplease",
 1917 "proc-macro2",
 1918 "quote",
 1919 "regex",
 1920 "rustc-hash 2.1.1",
 1921 "shlex",
 1922 "syn 2.0.117",
 1923]
 1924
 1925[[package]]
 1926name = "bindgen"
 1927version = "0.72.1"
 1928source = "registry+https://github.com/rust-lang/crates.io-index"
 1929checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
 1930dependencies = [
 1931 "bitflags 2.10.0",
 1932 "cexpr",
 1933 "clang-sys",
 1934 "itertools 0.12.1",
 1935 "proc-macro2",
 1936 "quote",
 1937 "regex",
 1938 "rustc-hash 2.1.1",
 1939 "shlex",
 1940 "syn 2.0.117",
 1941]
 1942
 1943[[package]]
 1944name = "bit-set"
 1945version = "0.8.0"
 1946source = "registry+https://github.com/rust-lang/crates.io-index"
 1947checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1948dependencies = [
 1949 "bit-vec 0.8.0",
 1950]
 1951
 1952[[package]]
 1953name = "bit-set"
 1954version = "0.9.1"
 1955source = "registry+https://github.com/rust-lang/crates.io-index"
 1956checksum = "34ddef2995421ab6a5c779542c81ee77c115206f4ad9d5a8e05f4ff49716a3dd"
 1957dependencies = [
 1958 "bit-vec 0.9.1",
 1959]
 1960
 1961[[package]]
 1962name = "bit-vec"
 1963version = "0.8.0"
 1964source = "registry+https://github.com/rust-lang/crates.io-index"
 1965checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 1966
 1967[[package]]
 1968name = "bit-vec"
 1969version = "0.9.1"
 1970source = "registry+https://github.com/rust-lang/crates.io-index"
 1971checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51"
 1972
 1973[[package]]
 1974name = "bit_field"
 1975version = "0.10.3"
 1976source = "registry+https://github.com/rust-lang/crates.io-index"
 1977checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
 1978
 1979[[package]]
 1980name = "bitflags"
 1981version = "1.3.2"
 1982source = "registry+https://github.com/rust-lang/crates.io-index"
 1983checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 1984
 1985[[package]]
 1986name = "bitflags"
 1987version = "2.10.0"
 1988source = "registry+https://github.com/rust-lang/crates.io-index"
 1989checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
 1990dependencies = [
 1991 "serde_core",
 1992]
 1993
 1994[[package]]
 1995name = "bitstream-io"
 1996version = "2.6.0"
 1997source = "registry+https://github.com/rust-lang/crates.io-index"
 1998checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 1999
 2000[[package]]
 2001name = "bitvec"
 2002version = "1.0.1"
 2003source = "registry+https://github.com/rust-lang/crates.io-index"
 2004checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 2005dependencies = [
 2006 "funty",
 2007 "radium",
 2008 "tap",
 2009 "wyz",
 2010]
 2011
 2012[[package]]
 2013name = "block"
 2014version = "0.1.6"
 2015source = "registry+https://github.com/rust-lang/crates.io-index"
 2016checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2017
 2018[[package]]
 2019name = "block-buffer"
 2020version = "0.10.4"
 2021source = "registry+https://github.com/rust-lang/crates.io-index"
 2022checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2023dependencies = [
 2024 "generic-array",
 2025]
 2026
 2027[[package]]
 2028name = "block-padding"
 2029version = "0.3.3"
 2030source = "registry+https://github.com/rust-lang/crates.io-index"
 2031checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2032dependencies = [
 2033 "generic-array",
 2034]
 2035
 2036[[package]]
 2037name = "block2"
 2038version = "0.6.2"
 2039source = "registry+https://github.com/rust-lang/crates.io-index"
 2040checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
 2041dependencies = [
 2042 "objc2",
 2043]
 2044
 2045[[package]]
 2046name = "blocking"
 2047version = "1.6.2"
 2048source = "registry+https://github.com/rust-lang/crates.io-index"
 2049checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
 2050dependencies = [
 2051 "async-channel 2.5.0",
 2052 "async-task",
 2053 "futures-io",
 2054 "futures-lite 2.6.1",
 2055 "piper",
 2056]
 2057
 2058[[package]]
 2059name = "bmrng"
 2060version = "0.5.2"
 2061source = "registry+https://github.com/rust-lang/crates.io-index"
 2062checksum = "d54df9073108f1558f90ae6c5bf5ab9c917c4185f5527b280c87a993cbead0ac"
 2063dependencies = [
 2064 "futures-core",
 2065 "tokio",
 2066]
 2067
 2068[[package]]
 2069name = "bon"
 2070version = "3.8.2"
 2071source = "registry+https://github.com/rust-lang/crates.io-index"
 2072checksum = "234655ec178edd82b891e262ea7cf71f6584bcd09eff94db786be23f1821825c"
 2073dependencies = [
 2074 "bon-macros",
 2075 "rustversion",
 2076]
 2077
 2078[[package]]
 2079name = "bon-macros"
 2080version = "3.8.2"
 2081source = "registry+https://github.com/rust-lang/crates.io-index"
 2082checksum = "89ec27229c38ed0eb3c0feee3d2c1d6a4379ae44f418a29a658890e062d8f365"
 2083dependencies = [
 2084 "darling 0.21.3",
 2085 "ident_case",
 2086 "prettyplease",
 2087 "proc-macro2",
 2088 "quote",
 2089 "rustversion",
 2090 "syn 2.0.117",
 2091]
 2092
 2093[[package]]
 2094name = "borrow-or-share"
 2095version = "0.2.4"
 2096source = "registry+https://github.com/rust-lang/crates.io-index"
 2097checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
 2098
 2099[[package]]
 2100name = "borsh"
 2101version = "1.5.7"
 2102source = "registry+https://github.com/rust-lang/crates.io-index"
 2103checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
 2104dependencies = [
 2105 "borsh-derive",
 2106 "cfg_aliases 0.2.1",
 2107]
 2108
 2109[[package]]
 2110name = "borsh-derive"
 2111version = "1.5.7"
 2112source = "registry+https://github.com/rust-lang/crates.io-index"
 2113checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
 2114dependencies = [
 2115 "once_cell",
 2116 "proc-macro-crate",
 2117 "proc-macro2",
 2118 "quote",
 2119 "syn 2.0.117",
 2120]
 2121
 2122[[package]]
 2123name = "breadcrumbs"
 2124version = "0.1.0"
 2125dependencies = [
 2126 "gpui",
 2127 "ui",
 2128 "workspace",
 2129]
 2130
 2131[[package]]
 2132name = "brush-parser"
 2133version = "0.3.0"
 2134source = "registry+https://github.com/rust-lang/crates.io-index"
 2135checksum = "f7367124d4f38fdcd65f4b815bda7caeb3de377b9cd95ffa1b23627989c93718"
 2136dependencies = [
 2137 "bon",
 2138 "cached",
 2139 "indenter",
 2140 "peg",
 2141 "thiserror 2.0.17",
 2142 "tracing",
 2143 "utf8-chars",
 2144]
 2145
 2146[[package]]
 2147name = "bstr"
 2148version = "1.12.0"
 2149source = "registry+https://github.com/rust-lang/crates.io-index"
 2150checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
 2151dependencies = [
 2152 "memchr",
 2153 "regex-automata",
 2154 "serde",
 2155]
 2156
 2157[[package]]
 2158name = "buffer_diff"
 2159version = "0.1.0"
 2160dependencies = [
 2161 "clock",
 2162 "ctor",
 2163 "futures 0.3.32",
 2164 "git2",
 2165 "gpui",
 2166 "language",
 2167 "log",
 2168 "pretty_assertions",
 2169 "rand 0.9.2",
 2170 "rope",
 2171 "settings",
 2172 "sum_tree",
 2173 "text",
 2174 "tracing",
 2175 "unindent",
 2176 "util",
 2177 "zlog",
 2178 "ztracing",
 2179]
 2180
 2181[[package]]
 2182name = "built"
 2183version = "0.7.7"
 2184source = "registry+https://github.com/rust-lang/crates.io-index"
 2185checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
 2186
 2187[[package]]
 2188name = "bumpalo"
 2189version = "3.19.0"
 2190source = "registry+https://github.com/rust-lang/crates.io-index"
 2191checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
 2192dependencies = [
 2193 "allocator-api2",
 2194]
 2195
 2196[[package]]
 2197name = "by_address"
 2198version = "1.2.1"
 2199source = "registry+https://github.com/rust-lang/crates.io-index"
 2200checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2201
 2202[[package]]
 2203name = "bytecheck"
 2204version = "0.6.12"
 2205source = "registry+https://github.com/rust-lang/crates.io-index"
 2206checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2207dependencies = [
 2208 "bytecheck_derive",
 2209 "ptr_meta",
 2210 "simdutf8",
 2211]
 2212
 2213[[package]]
 2214name = "bytecheck_derive"
 2215version = "0.6.12"
 2216source = "registry+https://github.com/rust-lang/crates.io-index"
 2217checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2218dependencies = [
 2219 "proc-macro2",
 2220 "quote",
 2221 "syn 1.0.109",
 2222]
 2223
 2224[[package]]
 2225name = "bytecount"
 2226version = "0.6.9"
 2227source = "registry+https://github.com/rust-lang/crates.io-index"
 2228checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
 2229
 2230[[package]]
 2231name = "bytemuck"
 2232version = "1.24.0"
 2233source = "registry+https://github.com/rust-lang/crates.io-index"
 2234checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
 2235dependencies = [
 2236 "bytemuck_derive",
 2237]
 2238
 2239[[package]]
 2240name = "bytemuck_derive"
 2241version = "1.10.2"
 2242source = "registry+https://github.com/rust-lang/crates.io-index"
 2243checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
 2244dependencies = [
 2245 "proc-macro2",
 2246 "quote",
 2247 "syn 2.0.117",
 2248]
 2249
 2250[[package]]
 2251name = "byteorder"
 2252version = "1.5.0"
 2253source = "registry+https://github.com/rust-lang/crates.io-index"
 2254checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2255
 2256[[package]]
 2257name = "byteorder-lite"
 2258version = "0.1.0"
 2259source = "registry+https://github.com/rust-lang/crates.io-index"
 2260checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2261
 2262[[package]]
 2263name = "bytes"
 2264version = "0.4.12"
 2265source = "registry+https://github.com/rust-lang/crates.io-index"
 2266checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2267dependencies = [
 2268 "byteorder",
 2269 "iovec",
 2270]
 2271
 2272[[package]]
 2273name = "bytes"
 2274version = "1.11.1"
 2275source = "registry+https://github.com/rust-lang/crates.io-index"
 2276checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
 2277
 2278[[package]]
 2279name = "bytes-utils"
 2280version = "0.1.4"
 2281source = "registry+https://github.com/rust-lang/crates.io-index"
 2282checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2283dependencies = [
 2284 "bytes 1.11.1",
 2285 "either",
 2286]
 2287
 2288[[package]]
 2289name = "bzip2"
 2290version = "0.4.4"
 2291source = "registry+https://github.com/rust-lang/crates.io-index"
 2292checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2293dependencies = [
 2294 "bzip2-sys",
 2295 "libc",
 2296]
 2297
 2298[[package]]
 2299name = "bzip2"
 2300version = "0.6.1"
 2301source = "registry+https://github.com/rust-lang/crates.io-index"
 2302checksum = "f3a53fac24f34a81bc9954b5d6cfce0c21e18ec6959f44f56e8e90e4bb7c346c"
 2303dependencies = [
 2304 "libbz2-rs-sys",
 2305]
 2306
 2307[[package]]
 2308name = "bzip2-sys"
 2309version = "0.1.13+1.0.8"
 2310source = "registry+https://github.com/rust-lang/crates.io-index"
 2311checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
 2312dependencies = [
 2313 "cc",
 2314 "pkg-config",
 2315]
 2316
 2317[[package]]
 2318name = "cached"
 2319version = "0.56.0"
 2320source = "registry+https://github.com/rust-lang/crates.io-index"
 2321checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c"
 2322dependencies = [
 2323 "ahash 0.8.12",
 2324 "cached_proc_macro",
 2325 "cached_proc_macro_types",
 2326 "hashbrown 0.15.5",
 2327 "once_cell",
 2328 "thiserror 2.0.17",
 2329 "web-time",
 2330]
 2331
 2332[[package]]
 2333name = "cached_proc_macro"
 2334version = "0.25.0"
 2335source = "registry+https://github.com/rust-lang/crates.io-index"
 2336checksum = "9225bdcf4e4a9a4c08bf16607908eb2fbf746828d5e0b5e019726dbf6571f201"
 2337dependencies = [
 2338 "darling 0.20.11",
 2339 "proc-macro2",
 2340 "quote",
 2341 "syn 2.0.117",
 2342]
 2343
 2344[[package]]
 2345name = "cached_proc_macro_types"
 2346version = "0.1.1"
 2347source = "registry+https://github.com/rust-lang/crates.io-index"
 2348checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
 2349
 2350[[package]]
 2351name = "call"
 2352version = "0.1.0"
 2353dependencies = [
 2354 "anyhow",
 2355 "audio",
 2356 "client",
 2357 "collections",
 2358 "feature_flags",
 2359 "fs",
 2360 "futures 0.3.32",
 2361 "gpui",
 2362 "gpui_tokio",
 2363 "language",
 2364 "livekit_client",
 2365 "log",
 2366 "postage",
 2367 "project",
 2368 "serde",
 2369 "settings",
 2370 "telemetry",
 2371 "util",
 2372 "workspace",
 2373]
 2374
 2375[[package]]
 2376name = "calloop"
 2377version = "0.14.3"
 2378source = "git+https://github.com/zed-industries/calloop#eb6b4fd17b9af5ecc226546bdd04185391b3e265"
 2379dependencies = [
 2380 "bitflags 2.10.0",
 2381 "polling",
 2382 "rustix 1.1.2",
 2383 "slab",
 2384 "tracing",
 2385]
 2386
 2387[[package]]
 2388name = "calloop-wayland-source"
 2389version = "0.4.1"
 2390source = "registry+https://github.com/rust-lang/crates.io-index"
 2391checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa"
 2392dependencies = [
 2393 "calloop",
 2394 "rustix 1.1.2",
 2395 "wayland-backend",
 2396 "wayland-client",
 2397]
 2398
 2399[[package]]
 2400name = "camino"
 2401version = "1.2.1"
 2402source = "registry+https://github.com/rust-lang/crates.io-index"
 2403checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609"
 2404dependencies = [
 2405 "serde_core",
 2406]
 2407
 2408[[package]]
 2409name = "candle-core"
 2410version = "0.9.1"
 2411source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2412dependencies = [
 2413 "byteorder",
 2414 "float8",
 2415 "gemm 0.17.1",
 2416 "half",
 2417 "memmap2",
 2418 "num-traits",
 2419 "num_cpus",
 2420 "rand 0.9.2",
 2421 "rand_distr",
 2422 "rayon",
 2423 "safetensors",
 2424 "thiserror 1.0.69",
 2425 "ug",
 2426 "yoke 0.7.5",
 2427 "zip 1.1.4",
 2428]
 2429
 2430[[package]]
 2431name = "candle-nn"
 2432version = "0.9.1"
 2433source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2434dependencies = [
 2435 "candle-core",
 2436 "half",
 2437 "libc",
 2438 "num-traits",
 2439 "rayon",
 2440 "safetensors",
 2441 "serde",
 2442 "thiserror 1.0.69",
 2443]
 2444
 2445[[package]]
 2446name = "candle-onnx"
 2447version = "0.9.1"
 2448source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2449dependencies = [
 2450 "candle-core",
 2451 "candle-nn",
 2452 "prost 0.12.6",
 2453]
 2454
 2455[[package]]
 2456name = "cap-fs-ext"
 2457version = "3.4.4"
 2458source = "registry+https://github.com/rust-lang/crates.io-index"
 2459checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
 2460dependencies = [
 2461 "cap-primitives",
 2462 "cap-std",
 2463 "io-lifetimes",
 2464 "windows-sys 0.59.0",
 2465]
 2466
 2467[[package]]
 2468name = "cap-net-ext"
 2469version = "3.4.4"
 2470source = "registry+https://github.com/rust-lang/crates.io-index"
 2471checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
 2472dependencies = [
 2473 "cap-primitives",
 2474 "cap-std",
 2475 "rustix 1.1.2",
 2476 "smallvec",
 2477]
 2478
 2479[[package]]
 2480name = "cap-primitives"
 2481version = "3.4.4"
 2482source = "registry+https://github.com/rust-lang/crates.io-index"
 2483checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
 2484dependencies = [
 2485 "ambient-authority",
 2486 "fs-set-times",
 2487 "io-extras",
 2488 "io-lifetimes",
 2489 "ipnet",
 2490 "maybe-owned",
 2491 "rustix 1.1.2",
 2492 "rustix-linux-procfs",
 2493 "windows-sys 0.59.0",
 2494 "winx",
 2495]
 2496
 2497[[package]]
 2498name = "cap-rand"
 2499version = "3.4.4"
 2500source = "registry+https://github.com/rust-lang/crates.io-index"
 2501checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
 2502dependencies = [
 2503 "ambient-authority",
 2504 "rand 0.8.5",
 2505]
 2506
 2507[[package]]
 2508name = "cap-std"
 2509version = "3.4.4"
 2510source = "registry+https://github.com/rust-lang/crates.io-index"
 2511checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
 2512dependencies = [
 2513 "cap-primitives",
 2514 "io-extras",
 2515 "io-lifetimes",
 2516 "rustix 1.1.2",
 2517]
 2518
 2519[[package]]
 2520name = "cap-time-ext"
 2521version = "3.4.4"
 2522source = "registry+https://github.com/rust-lang/crates.io-index"
 2523checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
 2524dependencies = [
 2525 "ambient-authority",
 2526 "cap-primitives",
 2527 "iana-time-zone",
 2528 "once_cell",
 2529 "rustix 1.1.2",
 2530 "winx",
 2531]
 2532
 2533[[package]]
 2534name = "cargo-platform"
 2535version = "0.1.9"
 2536source = "registry+https://github.com/rust-lang/crates.io-index"
 2537checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2538dependencies = [
 2539 "serde",
 2540]
 2541
 2542[[package]]
 2543name = "cargo-platform"
 2544version = "0.3.2"
 2545source = "registry+https://github.com/rust-lang/crates.io-index"
 2546checksum = "87a0c0e6148f11f01f32650a2ea02d532b2ad4e81d8bd41e6e565b5adc5e6082"
 2547dependencies = [
 2548 "serde",
 2549 "serde_core",
 2550]
 2551
 2552[[package]]
 2553name = "cargo_metadata"
 2554version = "0.19.2"
 2555source = "registry+https://github.com/rust-lang/crates.io-index"
 2556checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2557dependencies = [
 2558 "camino",
 2559 "cargo-platform 0.1.9",
 2560 "semver",
 2561 "serde",
 2562 "serde_json",
 2563 "thiserror 2.0.17",
 2564]
 2565
 2566[[package]]
 2567name = "cargo_metadata"
 2568version = "0.23.1"
 2569source = "registry+https://github.com/rust-lang/crates.io-index"
 2570checksum = "ef987d17b0a113becdd19d3d0022d04d7ef41f9efe4f3fb63ac44ba61df3ade9"
 2571dependencies = [
 2572 "camino",
 2573 "cargo-platform 0.3.2",
 2574 "semver",
 2575 "serde",
 2576 "serde_json",
 2577 "thiserror 2.0.17",
 2578]
 2579
 2580[[package]]
 2581name = "cargo_toml"
 2582version = "0.21.0"
 2583source = "registry+https://github.com/rust-lang/crates.io-index"
 2584checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2585dependencies = [
 2586 "serde",
 2587 "toml 0.8.23",
 2588]
 2589
 2590[[package]]
 2591name = "cast"
 2592version = "0.3.0"
 2593source = "registry+https://github.com/rust-lang/crates.io-index"
 2594checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2595
 2596[[package]]
 2597name = "cbc"
 2598version = "0.1.2"
 2599source = "registry+https://github.com/rust-lang/crates.io-index"
 2600checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2601dependencies = [
 2602 "cipher",
 2603]
 2604
 2605[[package]]
 2606name = "cbindgen"
 2607version = "0.28.0"
 2608source = "registry+https://github.com/rust-lang/crates.io-index"
 2609checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2610dependencies = [
 2611 "heck 0.4.1",
 2612 "indexmap",
 2613 "log",
 2614 "proc-macro2",
 2615 "quote",
 2616 "serde",
 2617 "serde_json",
 2618 "syn 2.0.117",
 2619 "tempfile",
 2620 "toml 0.8.23",
 2621]
 2622
 2623[[package]]
 2624name = "cc"
 2625version = "1.2.49"
 2626source = "registry+https://github.com/rust-lang/crates.io-index"
 2627checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215"
 2628dependencies = [
 2629 "find-msvc-tools",
 2630 "jobserver",
 2631 "libc",
 2632 "shlex",
 2633]
 2634
 2635[[package]]
 2636name = "cesu8"
 2637version = "1.1.0"
 2638source = "registry+https://github.com/rust-lang/crates.io-index"
 2639checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2640
 2641[[package]]
 2642name = "cexpr"
 2643version = "0.6.0"
 2644source = "registry+https://github.com/rust-lang/crates.io-index"
 2645checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2646dependencies = [
 2647 "nom 7.1.3",
 2648]
 2649
 2650[[package]]
 2651name = "cfg-expr"
 2652version = "0.15.8"
 2653source = "registry+https://github.com/rust-lang/crates.io-index"
 2654checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2655dependencies = [
 2656 "smallvec",
 2657 "target-lexicon 0.12.16",
 2658]
 2659
 2660[[package]]
 2661name = "cfg-expr"
 2662version = "0.20.6"
 2663source = "registry+https://github.com/rust-lang/crates.io-index"
 2664checksum = "78cef5b5a1a6827c7322ae2a636368a573006b27cfa76c7ebd53e834daeaab6a"
 2665dependencies = [
 2666 "smallvec",
 2667 "target-lexicon 0.13.3",
 2668]
 2669
 2670[[package]]
 2671name = "cfg-if"
 2672version = "1.0.4"
 2673source = "registry+https://github.com/rust-lang/crates.io-index"
 2674checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
 2675
 2676[[package]]
 2677name = "cfg_aliases"
 2678version = "0.1.1"
 2679source = "registry+https://github.com/rust-lang/crates.io-index"
 2680checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2681
 2682[[package]]
 2683name = "cfg_aliases"
 2684version = "0.2.1"
 2685source = "registry+https://github.com/rust-lang/crates.io-index"
 2686checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2687
 2688[[package]]
 2689name = "cgl"
 2690version = "0.3.2"
 2691source = "registry+https://github.com/rust-lang/crates.io-index"
 2692checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2693dependencies = [
 2694 "libc",
 2695]
 2696
 2697[[package]]
 2698name = "channel"
 2699version = "0.1.0"
 2700dependencies = [
 2701 "anyhow",
 2702 "client",
 2703 "clock",
 2704 "collections",
 2705 "futures 0.3.32",
 2706 "gpui",
 2707 "http_client",
 2708 "language",
 2709 "log",
 2710 "postage",
 2711 "release_channel",
 2712 "rpc",
 2713 "semver",
 2714 "settings",
 2715 "text",
 2716 "time",
 2717 "util",
 2718]
 2719
 2720[[package]]
 2721name = "chardetng"
 2722version = "0.1.17"
 2723source = "registry+https://github.com/rust-lang/crates.io-index"
 2724checksum = "14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea"
 2725dependencies = [
 2726 "cfg-if",
 2727 "encoding_rs",
 2728 "memchr",
 2729]
 2730
 2731[[package]]
 2732name = "chrono"
 2733version = "0.4.42"
 2734source = "registry+https://github.com/rust-lang/crates.io-index"
 2735checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
 2736dependencies = [
 2737 "iana-time-zone",
 2738 "js-sys",
 2739 "num-traits",
 2740 "serde",
 2741 "wasm-bindgen",
 2742 "windows-link 0.2.1",
 2743]
 2744
 2745[[package]]
 2746name = "chunked_transfer"
 2747version = "1.5.0"
 2748source = "registry+https://github.com/rust-lang/crates.io-index"
 2749checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2750
 2751[[package]]
 2752name = "ciborium"
 2753version = "0.2.2"
 2754source = "registry+https://github.com/rust-lang/crates.io-index"
 2755checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2756dependencies = [
 2757 "ciborium-io",
 2758 "ciborium-ll",
 2759 "serde",
 2760]
 2761
 2762[[package]]
 2763name = "ciborium-io"
 2764version = "0.2.2"
 2765source = "registry+https://github.com/rust-lang/crates.io-index"
 2766checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2767
 2768[[package]]
 2769name = "ciborium-ll"
 2770version = "0.2.2"
 2771source = "registry+https://github.com/rust-lang/crates.io-index"
 2772checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2773dependencies = [
 2774 "ciborium-io",
 2775 "half",
 2776]
 2777
 2778[[package]]
 2779name = "cipher"
 2780version = "0.4.4"
 2781source = "registry+https://github.com/rust-lang/crates.io-index"
 2782checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2783dependencies = [
 2784 "crypto-common",
 2785 "inout",
 2786 "zeroize",
 2787]
 2788
 2789[[package]]
 2790name = "circular-buffer"
 2791version = "1.2.0"
 2792source = "registry+https://github.com/rust-lang/crates.io-index"
 2793checksum = "14c638459986b83c2b885179bd4ea6a2cbb05697b001501a56adb3a3d230803b"
 2794
 2795[[package]]
 2796name = "clang-sys"
 2797version = "1.8.1"
 2798source = "registry+https://github.com/rust-lang/crates.io-index"
 2799checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2800dependencies = [
 2801 "glob",
 2802 "libc",
 2803 "libloading",
 2804]
 2805
 2806[[package]]
 2807name = "clap"
 2808version = "4.5.49"
 2809source = "registry+https://github.com/rust-lang/crates.io-index"
 2810checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f"
 2811dependencies = [
 2812 "clap_builder",
 2813 "clap_derive",
 2814]
 2815
 2816[[package]]
 2817name = "clap_builder"
 2818version = "4.5.49"
 2819source = "registry+https://github.com/rust-lang/crates.io-index"
 2820checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730"
 2821dependencies = [
 2822 "anstream",
 2823 "anstyle",
 2824 "clap_lex",
 2825 "strsim",
 2826 "terminal_size",
 2827]
 2828
 2829[[package]]
 2830name = "clap_complete"
 2831version = "4.5.59"
 2832source = "registry+https://github.com/rust-lang/crates.io-index"
 2833checksum = "2348487adcd4631696ced64ccdb40d38ac4d31cae7f2eec8817fcea1b9d1c43c"
 2834dependencies = [
 2835 "clap",
 2836]
 2837
 2838[[package]]
 2839name = "clap_derive"
 2840version = "4.5.49"
 2841source = "registry+https://github.com/rust-lang/crates.io-index"
 2842checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
 2843dependencies = [
 2844 "heck 0.5.0",
 2845 "proc-macro2",
 2846 "quote",
 2847 "syn 2.0.117",
 2848]
 2849
 2850[[package]]
 2851name = "clap_lex"
 2852version = "0.7.6"
 2853source = "registry+https://github.com/rust-lang/crates.io-index"
 2854checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
 2855
 2856[[package]]
 2857name = "cli"
 2858version = "0.1.0"
 2859dependencies = [
 2860 "anyhow",
 2861 "askpass",
 2862 "clap",
 2863 "collections",
 2864 "core-foundation 0.10.0",
 2865 "core-services",
 2866 "exec",
 2867 "fork",
 2868 "ipc-channel",
 2869 "parking_lot",
 2870 "paths",
 2871 "plist",
 2872 "rayon",
 2873 "release_channel",
 2874 "serde",
 2875 "serde_json",
 2876 "tempfile",
 2877 "util",
 2878 "walkdir",
 2879 "windows 0.61.3",
 2880]
 2881
 2882[[package]]
 2883name = "client"
 2884version = "0.1.0"
 2885dependencies = [
 2886 "anyhow",
 2887 "async-tungstenite",
 2888 "base64 0.22.1",
 2889 "chrono",
 2890 "clock",
 2891 "cloud_api_client",
 2892 "cloud_api_types",
 2893 "cloud_llm_client",
 2894 "collections",
 2895 "credentials_provider",
 2896 "db",
 2897 "derive_more",
 2898 "feature_flags",
 2899 "fs",
 2900 "futures 0.3.32",
 2901 "gpui",
 2902 "gpui_tokio",
 2903 "http_client",
 2904 "http_client_tls",
 2905 "httparse",
 2906 "language_model",
 2907 "log",
 2908 "objc2-foundation",
 2909 "parking_lot",
 2910 "paths",
 2911 "postage",
 2912 "rand 0.9.2",
 2913 "regex",
 2914 "release_channel",
 2915 "rpc",
 2916 "rustls-pki-types",
 2917 "semver",
 2918 "serde",
 2919 "serde_json",
 2920 "serde_urlencoded",
 2921 "settings",
 2922 "sha2",
 2923 "smol",
 2924 "telemetry",
 2925 "telemetry_events",
 2926 "text",
 2927 "thiserror 2.0.17",
 2928 "time",
 2929 "tiny_http",
 2930 "tokio",
 2931 "tokio-native-tls",
 2932 "tokio-rustls 0.26.2",
 2933 "tokio-socks",
 2934 "url",
 2935 "util",
 2936 "windows 0.61.3",
 2937 "worktree",
 2938 "zed_credentials_provider",
 2939]
 2940
 2941[[package]]
 2942name = "clock"
 2943version = "0.1.0"
 2944dependencies = [
 2945 "parking_lot",
 2946 "serde",
 2947 "smallvec",
 2948]
 2949
 2950[[package]]
 2951name = "cloud_api_client"
 2952version = "0.1.0"
 2953dependencies = [
 2954 "anyhow",
 2955 "cloud_api_types",
 2956 "futures 0.3.32",
 2957 "gpui",
 2958 "gpui_tokio",
 2959 "http_client",
 2960 "parking_lot",
 2961 "serde_json",
 2962 "thiserror 2.0.17",
 2963 "yawc",
 2964]
 2965
 2966[[package]]
 2967name = "cloud_api_types"
 2968version = "0.1.0"
 2969dependencies = [
 2970 "anyhow",
 2971 "chrono",
 2972 "ciborium",
 2973 "cloud_llm_client",
 2974 "pretty_assertions",
 2975 "serde",
 2976 "serde_json",
 2977 "strum 0.27.2",
 2978]
 2979
 2980[[package]]
 2981name = "cloud_llm_client"
 2982version = "0.1.0"
 2983dependencies = [
 2984 "anyhow",
 2985 "serde",
 2986 "serde_json",
 2987 "strum 0.27.2",
 2988 "uuid",
 2989 "zeta_prompt",
 2990]
 2991
 2992[[package]]
 2993name = "cmake"
 2994version = "0.1.56"
 2995source = "registry+https://github.com/rust-lang/crates.io-index"
 2996checksum = "b042e5d8a74ae91bb0961acd039822472ec99f8ab0948cbf6d1369588f8be586"
 2997dependencies = [
 2998 "cc",
 2999]
 3000
 3001[[package]]
 3002name = "cobs"
 3003version = "0.3.0"
 3004source = "registry+https://github.com/rust-lang/crates.io-index"
 3005checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
 3006dependencies = [
 3007 "thiserror 2.0.17",
 3008]
 3009
 3010[[package]]
 3011name = "cocoa"
 3012version = "0.25.0"
 3013source = "registry+https://github.com/rust-lang/crates.io-index"
 3014checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 3015dependencies = [
 3016 "bitflags 1.3.2",
 3017 "block",
 3018 "cocoa-foundation 0.1.2",
 3019 "core-foundation 0.9.4",
 3020 "core-graphics 0.23.2",
 3021 "foreign-types 0.5.0",
 3022 "libc",
 3023 "objc",
 3024]
 3025
 3026[[package]]
 3027name = "cocoa"
 3028version = "0.26.0"
 3029source = "registry+https://github.com/rust-lang/crates.io-index"
 3030checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 3031dependencies = [
 3032 "bitflags 2.10.0",
 3033 "block",
 3034 "cocoa-foundation 0.2.0",
 3035 "core-foundation 0.10.0",
 3036 "core-graphics 0.24.0",
 3037 "foreign-types 0.5.0",
 3038 "libc",
 3039 "objc",
 3040]
 3041
 3042[[package]]
 3043name = "cocoa-foundation"
 3044version = "0.1.2"
 3045source = "registry+https://github.com/rust-lang/crates.io-index"
 3046checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 3047dependencies = [
 3048 "bitflags 1.3.2",
 3049 "block",
 3050 "core-foundation 0.9.4",
 3051 "core-graphics-types 0.1.3",
 3052 "libc",
 3053 "objc",
 3054]
 3055
 3056[[package]]
 3057name = "cocoa-foundation"
 3058version = "0.2.0"
 3059source = "registry+https://github.com/rust-lang/crates.io-index"
 3060checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 3061dependencies = [
 3062 "bitflags 2.10.0",
 3063 "block",
 3064 "core-foundation 0.10.0",
 3065 "core-graphics-types 0.2.0",
 3066 "libc",
 3067 "objc",
 3068]
 3069
 3070[[package]]
 3071name = "codespan-reporting"
 3072version = "0.13.0"
 3073source = "registry+https://github.com/rust-lang/crates.io-index"
 3074checksum = "ba7a06c0b31fff5ff2e1e7d37dbf940864e2a974b336e1a2938d10af6e8fb283"
 3075dependencies = [
 3076 "serde",
 3077 "termcolor",
 3078 "unicode-width",
 3079]
 3080
 3081[[package]]
 3082name = "codestral"
 3083version = "0.1.0"
 3084dependencies = [
 3085 "anyhow",
 3086 "edit_prediction",
 3087 "edit_prediction_types",
 3088 "futures 0.3.32",
 3089 "gpui",
 3090 "http_client",
 3091 "icons",
 3092 "language",
 3093 "language_model",
 3094 "log",
 3095 "serde",
 3096 "serde_json",
 3097 "text",
 3098 "zed_credentials_provider",
 3099 "zeta_prompt",
 3100]
 3101
 3102[[package]]
 3103name = "collab"
 3104version = "0.44.0"
 3105dependencies = [
 3106 "agent",
 3107 "anyhow",
 3108 "async-trait",
 3109 "async-tungstenite",
 3110 "aws-config",
 3111 "aws-sdk-kinesis",
 3112 "aws-sdk-s3",
 3113 "axum",
 3114 "buffer_diff",
 3115 "call",
 3116 "channel",
 3117 "chrono",
 3118 "client",
 3119 "clock",
 3120 "cloud_api_types",
 3121 "collab",
 3122 "collab_ui",
 3123 "collections",
 3124 "command_palette_hooks",
 3125 "ctor",
 3126 "dap",
 3127 "dap_adapters",
 3128 "dashmap",
 3129 "debugger_ui",
 3130 "editor",
 3131 "envy",
 3132 "extension",
 3133 "file_finder",
 3134 "fs",
 3135 "futures 0.3.32",
 3136 "git",
 3137 "git_hosting_providers",
 3138 "git_ui",
 3139 "gpui",
 3140 "gpui_tokio",
 3141 "hex",
 3142 "http_client",
 3143 "indoc",
 3144 "language",
 3145 "language_model",
 3146 "livekit_api",
 3147 "livekit_client",
 3148 "log",
 3149 "lsp",
 3150 "menu",
 3151 "multi_buffer",
 3152 "nanoid",
 3153 "node_runtime",
 3154 "notifications",
 3155 "parking_lot",
 3156 "pretty_assertions",
 3157 "project",
 3158 "prometheus",
 3159 "prompt_store",
 3160 "prost 0.9.0",
 3161 "rand 0.9.2",
 3162 "recent_projects",
 3163 "release_channel",
 3164 "remote",
 3165 "remote_server",
 3166 "reqwest 0.11.27",
 3167 "rpc",
 3168 "sea-orm",
 3169 "sea-orm-macros",
 3170 "semver",
 3171 "serde",
 3172 "serde_json",
 3173 "session",
 3174 "settings",
 3175 "sha2",
 3176 "smol",
 3177 "sqlx",
 3178 "strum 0.27.2",
 3179 "task",
 3180 "telemetry_events",
 3181 "text",
 3182 "theme",
 3183 "theme_settings",
 3184 "time",
 3185 "tokio",
 3186 "toml 0.8.23",
 3187 "tower 0.4.13",
 3188 "tower-http 0.4.4",
 3189 "tracing",
 3190 "tracing-subscriber",
 3191 "unindent",
 3192 "util",
 3193 "uuid",
 3194 "workspace",
 3195 "worktree",
 3196 "zed_actions",
 3197 "zlog",
 3198]
 3199
 3200[[package]]
 3201name = "collab_ui"
 3202version = "0.1.0"
 3203dependencies = [
 3204 "anyhow",
 3205 "call",
 3206 "channel",
 3207 "chrono",
 3208 "client",
 3209 "collections",
 3210 "db",
 3211 "editor",
 3212 "futures 0.3.32",
 3213 "fuzzy",
 3214 "gpui",
 3215 "livekit_client",
 3216 "log",
 3217 "menu",
 3218 "notifications",
 3219 "picker",
 3220 "project",
 3221 "release_channel",
 3222 "rpc",
 3223 "serde",
 3224 "serde_json",
 3225 "settings",
 3226 "smallvec",
 3227 "telemetry",
 3228 "theme",
 3229 "theme_settings",
 3230 "time",
 3231 "time_format",
 3232 "title_bar",
 3233 "ui",
 3234 "util",
 3235 "workspace",
 3236 "zed_actions",
 3237]
 3238
 3239[[package]]
 3240name = "collections"
 3241version = "0.1.0"
 3242dependencies = [
 3243 "indexmap",
 3244 "rustc-hash 2.1.1",
 3245]
 3246
 3247[[package]]
 3248name = "color_quant"
 3249version = "1.1.0"
 3250source = "registry+https://github.com/rust-lang/crates.io-index"
 3251checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3252
 3253[[package]]
 3254name = "colorchoice"
 3255version = "1.0.4"
 3256source = "registry+https://github.com/rust-lang/crates.io-index"
 3257checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
 3258
 3259[[package]]
 3260name = "combine"
 3261version = "4.6.7"
 3262source = "registry+https://github.com/rust-lang/crates.io-index"
 3263checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3264dependencies = [
 3265 "bytes 1.11.1",
 3266 "memchr",
 3267]
 3268
 3269[[package]]
 3270name = "command-fds"
 3271version = "0.3.2"
 3272source = "registry+https://github.com/rust-lang/crates.io-index"
 3273checksum = "f849b92c694fe237ecd8fafd1ba0df7ae0d45c1df6daeb7f68ed4220d51640bd"
 3274dependencies = [
 3275 "nix 0.30.1",
 3276 "thiserror 2.0.17",
 3277]
 3278
 3279[[package]]
 3280name = "command_palette"
 3281version = "0.1.0"
 3282dependencies = [
 3283 "anyhow",
 3284 "client",
 3285 "collections",
 3286 "command_palette_hooks",
 3287 "db",
 3288 "editor",
 3289 "fuzzy",
 3290 "go_to_line",
 3291 "gpui",
 3292 "language",
 3293 "log",
 3294 "menu",
 3295 "picker",
 3296 "postage",
 3297 "project",
 3298 "serde",
 3299 "settings",
 3300 "telemetry",
 3301 "theme",
 3302 "theme_settings",
 3303 "time",
 3304 "ui",
 3305 "util",
 3306 "workspace",
 3307 "zed_actions",
 3308]
 3309
 3310[[package]]
 3311name = "command_palette_hooks"
 3312version = "0.1.0"
 3313dependencies = [
 3314 "collections",
 3315 "derive_more",
 3316 "gpui",
 3317 "workspace",
 3318]
 3319
 3320[[package]]
 3321name = "compliance"
 3322version = "0.1.0"
 3323dependencies = [
 3324 "anyhow",
 3325 "async-trait",
 3326 "derive_more",
 3327 "futures 0.3.32",
 3328 "indoc",
 3329 "itertools 0.14.0",
 3330 "jsonwebtoken",
 3331 "octocrab",
 3332 "regex",
 3333 "semver",
 3334 "serde",
 3335 "serde_json",
 3336 "tokio",
 3337]
 3338
 3339[[package]]
 3340name = "component"
 3341version = "0.1.0"
 3342dependencies = [
 3343 "collections",
 3344 "documented",
 3345 "gpui",
 3346 "inventory",
 3347 "parking_lot",
 3348 "strum 0.27.2",
 3349 "theme",
 3350]
 3351
 3352[[package]]
 3353name = "component_preview"
 3354version = "0.1.0"
 3355dependencies = [
 3356 "anyhow",
 3357 "client",
 3358 "collections",
 3359 "component",
 3360 "db",
 3361 "fs",
 3362 "gpui",
 3363 "gpui_platform",
 3364 "language",
 3365 "log",
 3366 "node_runtime",
 3367 "notifications",
 3368 "project",
 3369 "release_channel",
 3370 "reqwest_client",
 3371 "session",
 3372 "settings",
 3373 "theme",
 3374 "theme_settings",
 3375 "ui",
 3376 "ui_input",
 3377 "uuid",
 3378 "workspace",
 3379]
 3380
 3381[[package]]
 3382name = "compression-codecs"
 3383version = "0.4.31"
 3384source = "registry+https://github.com/rust-lang/crates.io-index"
 3385checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23"
 3386dependencies = [
 3387 "bzip2 0.6.1",
 3388 "compression-core",
 3389 "deflate64",
 3390 "flate2",
 3391 "memchr",
 3392]
 3393
 3394[[package]]
 3395name = "compression-core"
 3396version = "0.4.29"
 3397source = "registry+https://github.com/rust-lang/crates.io-index"
 3398checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
 3399
 3400[[package]]
 3401name = "concurrent-queue"
 3402version = "2.5.0"
 3403source = "registry+https://github.com/rust-lang/crates.io-index"
 3404checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3405dependencies = [
 3406 "crossbeam-utils",
 3407]
 3408
 3409[[package]]
 3410name = "console"
 3411version = "0.15.11"
 3412source = "registry+https://github.com/rust-lang/crates.io-index"
 3413checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
 3414dependencies = [
 3415 "encode_unicode",
 3416 "libc",
 3417 "once_cell",
 3418 "unicode-width",
 3419 "windows-sys 0.59.0",
 3420]
 3421
 3422[[package]]
 3423name = "console_error_panic_hook"
 3424version = "0.1.7"
 3425source = "registry+https://github.com/rust-lang/crates.io-index"
 3426checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
 3427dependencies = [
 3428 "cfg-if",
 3429 "wasm-bindgen",
 3430]
 3431
 3432[[package]]
 3433name = "const-oid"
 3434version = "0.9.6"
 3435source = "registry+https://github.com/rust-lang/crates.io-index"
 3436checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3437
 3438[[package]]
 3439name = "const-random"
 3440version = "0.1.18"
 3441source = "registry+https://github.com/rust-lang/crates.io-index"
 3442checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3443dependencies = [
 3444 "const-random-macro",
 3445]
 3446
 3447[[package]]
 3448name = "const-random-macro"
 3449version = "0.1.16"
 3450source = "registry+https://github.com/rust-lang/crates.io-index"
 3451checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3452dependencies = [
 3453 "getrandom 0.2.16",
 3454 "once_cell",
 3455 "tiny-keccak",
 3456]
 3457
 3458[[package]]
 3459name = "const_format"
 3460version = "0.2.35"
 3461source = "registry+https://github.com/rust-lang/crates.io-index"
 3462checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
 3463dependencies = [
 3464 "const_format_proc_macros",
 3465]
 3466
 3467[[package]]
 3468name = "const_format_proc_macros"
 3469version = "0.2.34"
 3470source = "registry+https://github.com/rust-lang/crates.io-index"
 3471checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
 3472dependencies = [
 3473 "proc-macro2",
 3474 "quote",
 3475 "unicode-xid",
 3476]
 3477
 3478[[package]]
 3479name = "constant_time_eq"
 3480version = "0.1.5"
 3481source = "registry+https://github.com/rust-lang/crates.io-index"
 3482checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3483
 3484[[package]]
 3485name = "context_server"
 3486version = "0.1.0"
 3487dependencies = [
 3488 "anyhow",
 3489 "async-trait",
 3490 "base64 0.22.1",
 3491 "collections",
 3492 "futures 0.3.32",
 3493 "gpui",
 3494 "http_client",
 3495 "log",
 3496 "net",
 3497 "parking_lot",
 3498 "postage",
 3499 "rand 0.9.2",
 3500 "schemars",
 3501 "serde",
 3502 "serde_json",
 3503 "settings",
 3504 "sha2",
 3505 "slotmap",
 3506 "smol",
 3507 "tempfile",
 3508 "terminal",
 3509 "tiny_http",
 3510 "url",
 3511 "util",
 3512]
 3513
 3514[[package]]
 3515name = "convert_case"
 3516version = "0.8.0"
 3517source = "registry+https://github.com/rust-lang/crates.io-index"
 3518checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3519dependencies = [
 3520 "unicode-segmentation",
 3521]
 3522
 3523[[package]]
 3524name = "convert_case"
 3525version = "0.10.0"
 3526source = "registry+https://github.com/rust-lang/crates.io-index"
 3527checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
 3528dependencies = [
 3529 "unicode-segmentation",
 3530]
 3531
 3532[[package]]
 3533name = "convert_case"
 3534version = "0.11.0"
 3535source = "registry+https://github.com/rust-lang/crates.io-index"
 3536checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49"
 3537dependencies = [
 3538 "unicode-segmentation",
 3539]
 3540
 3541[[package]]
 3542name = "copilot"
 3543version = "0.1.0"
 3544dependencies = [
 3545 "anyhow",
 3546 "async-std",
 3547 "collections",
 3548 "command_palette_hooks",
 3549 "copilot_chat",
 3550 "edit_prediction_types",
 3551 "editor",
 3552 "fs",
 3553 "futures 0.3.32",
 3554 "gpui",
 3555 "icons",
 3556 "indoc",
 3557 "language",
 3558 "log",
 3559 "lsp",
 3560 "node_runtime",
 3561 "parking_lot",
 3562 "paths",
 3563 "pretty_assertions",
 3564 "project",
 3565 "rpc",
 3566 "semver",
 3567 "serde",
 3568 "serde_json",
 3569 "settings",
 3570 "sum_tree",
 3571 "theme",
 3572 "theme_settings",
 3573 "util",
 3574 "workspace",
 3575 "zlog",
 3576]
 3577
 3578[[package]]
 3579name = "copilot_chat"
 3580version = "0.1.0"
 3581dependencies = [
 3582 "anthropic",
 3583 "anyhow",
 3584 "collections",
 3585 "dirs 4.0.0",
 3586 "fs",
 3587 "futures 0.3.32",
 3588 "gpui",
 3589 "http_client",
 3590 "log",
 3591 "paths",
 3592 "serde",
 3593 "serde_json",
 3594 "settings",
 3595]
 3596
 3597[[package]]
 3598name = "copilot_ui"
 3599version = "0.1.0"
 3600dependencies = [
 3601 "anyhow",
 3602 "copilot",
 3603 "gpui",
 3604 "language",
 3605 "log",
 3606 "lsp",
 3607 "menu",
 3608 "project",
 3609 "serde_json",
 3610 "settings",
 3611 "ui",
 3612 "util",
 3613 "workspace",
 3614]
 3615
 3616[[package]]
 3617name = "core-foundation"
 3618version = "0.9.4"
 3619source = "registry+https://github.com/rust-lang/crates.io-index"
 3620checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3621dependencies = [
 3622 "core-foundation-sys",
 3623 "libc",
 3624]
 3625
 3626[[package]]
 3627name = "core-foundation"
 3628version = "0.10.0"
 3629source = "registry+https://github.com/rust-lang/crates.io-index"
 3630checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3631dependencies = [
 3632 "core-foundation-sys",
 3633 "libc",
 3634]
 3635
 3636[[package]]
 3637name = "core-foundation-sys"
 3638version = "0.8.7"
 3639source = "registry+https://github.com/rust-lang/crates.io-index"
 3640checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3641
 3642[[package]]
 3643name = "core-graphics"
 3644version = "0.23.2"
 3645source = "registry+https://github.com/rust-lang/crates.io-index"
 3646checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3647dependencies = [
 3648 "bitflags 1.3.2",
 3649 "core-foundation 0.9.4",
 3650 "core-graphics-types 0.1.3",
 3651 "foreign-types 0.5.0",
 3652 "libc",
 3653]
 3654
 3655[[package]]
 3656name = "core-graphics"
 3657version = "0.24.0"
 3658source = "registry+https://github.com/rust-lang/crates.io-index"
 3659checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3660dependencies = [
 3661 "bitflags 2.10.0",
 3662 "core-foundation 0.10.0",
 3663 "core-graphics-types 0.2.0",
 3664 "foreign-types 0.5.0",
 3665 "libc",
 3666]
 3667
 3668[[package]]
 3669name = "core-graphics-helmer-fork"
 3670version = "0.24.0"
 3671source = "registry+https://github.com/rust-lang/crates.io-index"
 3672checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
 3673dependencies = [
 3674 "bitflags 2.10.0",
 3675 "core-foundation 0.9.4",
 3676 "core-graphics-types 0.1.3",
 3677 "foreign-types 0.5.0",
 3678 "libc",
 3679]
 3680
 3681[[package]]
 3682name = "core-graphics-types"
 3683version = "0.1.3"
 3684source = "registry+https://github.com/rust-lang/crates.io-index"
 3685checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3686dependencies = [
 3687 "bitflags 1.3.2",
 3688 "core-foundation 0.9.4",
 3689 "libc",
 3690]
 3691
 3692[[package]]
 3693name = "core-graphics-types"
 3694version = "0.2.0"
 3695source = "registry+https://github.com/rust-lang/crates.io-index"
 3696checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3697dependencies = [
 3698 "bitflags 2.10.0",
 3699 "core-foundation 0.10.0",
 3700 "libc",
 3701]
 3702
 3703[[package]]
 3704name = "core-graphics2"
 3705version = "0.5.2"
 3706source = "registry+https://github.com/rust-lang/crates.io-index"
 3707checksum = "4416167a69126e617f8d0a214af0e3c1dbdeffcb100ddf72dcd1a1ac9893c146"
 3708dependencies = [
 3709 "bitflags 2.10.0",
 3710 "block",
 3711 "cfg-if",
 3712 "core-foundation 0.10.0",
 3713 "libc",
 3714]
 3715
 3716[[package]]
 3717name = "core-services"
 3718version = "0.2.1"
 3719source = "registry+https://github.com/rust-lang/crates.io-index"
 3720checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3721dependencies = [
 3722 "core-foundation 0.9.4",
 3723]
 3724
 3725[[package]]
 3726name = "core-text"
 3727version = "21.0.0"
 3728source = "registry+https://github.com/rust-lang/crates.io-index"
 3729checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3730dependencies = [
 3731 "core-foundation 0.10.0",
 3732 "core-graphics 0.24.0",
 3733 "foreign-types 0.5.0",
 3734 "libc",
 3735]
 3736
 3737[[package]]
 3738name = "core-video"
 3739version = "0.5.2"
 3740source = "registry+https://github.com/rust-lang/crates.io-index"
 3741checksum = "139679cc63eb9504bdbe37e37874b0247136177655f0008588781e90863afa62"
 3742dependencies = [
 3743 "block",
 3744 "core-foundation 0.10.0",
 3745 "core-graphics2",
 3746 "io-surface",
 3747 "libc",
 3748 "metal",
 3749]
 3750
 3751[[package]]
 3752name = "core_maths"
 3753version = "0.1.1"
 3754source = "registry+https://github.com/rust-lang/crates.io-index"
 3755checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3756dependencies = [
 3757 "libm",
 3758]
 3759
 3760[[package]]
 3761name = "coreaudio-rs"
 3762version = "0.12.1"
 3763source = "registry+https://github.com/rust-lang/crates.io-index"
 3764checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3765dependencies = [
 3766 "bitflags 1.3.2",
 3767 "core-foundation-sys",
 3768 "coreaudio-sys",
 3769]
 3770
 3771[[package]]
 3772name = "coreaudio-rs"
 3773version = "0.13.0"
 3774source = "registry+https://github.com/rust-lang/crates.io-index"
 3775checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
 3776dependencies = [
 3777 "bitflags 1.3.2",
 3778 "libc",
 3779 "objc2-audio-toolbox",
 3780 "objc2-core-audio",
 3781 "objc2-core-audio-types",
 3782 "objc2-core-foundation",
 3783]
 3784
 3785[[package]]
 3786name = "coreaudio-sys"
 3787version = "0.2.17"
 3788source = "registry+https://github.com/rust-lang/crates.io-index"
 3789checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6"
 3790dependencies = [
 3791 "bindgen 0.72.1",
 3792]
 3793
 3794[[package]]
 3795name = "cosmic-text"
 3796version = "0.17.1"
 3797source = "registry+https://github.com/rust-lang/crates.io-index"
 3798checksum = "8c5c9868e64aa6c5410629a83450e142c80e721c727a5bc0fb18107af6c2d66b"
 3799dependencies = [
 3800 "bitflags 2.10.0",
 3801 "fontdb 0.23.0",
 3802 "harfrust",
 3803 "linebender_resource_handle",
 3804 "log",
 3805 "rangemap",
 3806 "rustc-hash 2.1.1",
 3807 "self_cell",
 3808 "skrifa 0.40.0",
 3809 "smol_str",
 3810 "swash",
 3811 "sys-locale",
 3812 "unicode-bidi",
 3813 "unicode-linebreak",
 3814 "unicode-script",
 3815 "unicode-segmentation",
 3816]
 3817
 3818[[package]]
 3819name = "cpal"
 3820version = "0.17.1"
 3821source = "registry+https://github.com/rust-lang/crates.io-index"
 3822checksum = "5b1f9c7312f19fc2fa12fd7acaf38de54e8320ba10d1a02dcbe21038def51ccb"
 3823dependencies = [
 3824 "alsa",
 3825 "coreaudio-rs 0.13.0",
 3826 "dasp_sample",
 3827 "jni",
 3828 "js-sys",
 3829 "libc",
 3830 "mach2 0.5.0",
 3831 "ndk",
 3832 "ndk-context",
 3833 "num-derive",
 3834 "num-traits",
 3835 "objc2",
 3836 "objc2-audio-toolbox",
 3837 "objc2-avf-audio",
 3838 "objc2-core-audio",
 3839 "objc2-core-audio-types",
 3840 "objc2-core-foundation",
 3841 "objc2-foundation",
 3842 "wasm-bindgen",
 3843 "wasm-bindgen-futures",
 3844 "web-sys",
 3845 "windows 0.62.2",
 3846]
 3847
 3848[[package]]
 3849name = "cpp_demangle"
 3850version = "0.4.5"
 3851source = "registry+https://github.com/rust-lang/crates.io-index"
 3852checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
 3853dependencies = [
 3854 "cfg-if",
 3855]
 3856
 3857[[package]]
 3858name = "cpufeatures"
 3859version = "0.2.17"
 3860source = "registry+https://github.com/rust-lang/crates.io-index"
 3861checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 3862dependencies = [
 3863 "libc",
 3864]
 3865
 3866[[package]]
 3867name = "cranelift-assembler-x64"
 3868version = "0.123.6"
 3869source = "registry+https://github.com/rust-lang/crates.io-index"
 3870checksum = "ba33ddc4e157cb1abe9da6c821e8824f99e56d057c2c22536850e0141f281d61"
 3871dependencies = [
 3872 "cranelift-assembler-x64-meta",
 3873]
 3874
 3875[[package]]
 3876name = "cranelift-assembler-x64-meta"
 3877version = "0.123.6"
 3878source = "registry+https://github.com/rust-lang/crates.io-index"
 3879checksum = "69b23dd6ea360e6fb28a3f3b40b7f126509668f58076a4729b2cfd656f26a0ad"
 3880dependencies = [
 3881 "cranelift-srcgen",
 3882]
 3883
 3884[[package]]
 3885name = "cranelift-bforest"
 3886version = "0.123.6"
 3887source = "registry+https://github.com/rust-lang/crates.io-index"
 3888checksum = "a9d81afcee8fe27ee2536987df3fadcb2e161af4edb7dbe3ef36838d0ce74382"
 3889dependencies = [
 3890 "cranelift-entity",
 3891]
 3892
 3893[[package]]
 3894name = "cranelift-bitset"
 3895version = "0.123.6"
 3896source = "registry+https://github.com/rust-lang/crates.io-index"
 3897checksum = "fb33595f1279fe7af03b28245060e9085caf98b10ed3137461a85796eb83972a"
 3898dependencies = [
 3899 "serde",
 3900 "serde_derive",
 3901]
 3902
 3903[[package]]
 3904name = "cranelift-codegen"
 3905version = "0.123.6"
 3906source = "registry+https://github.com/rust-lang/crates.io-index"
 3907checksum = "0230a6ac0660bfe31eb244cbb43dcd4f2b3c1c4e0addc3e0348c6053ea60272e"
 3908dependencies = [
 3909 "bumpalo",
 3910 "cranelift-assembler-x64",
 3911 "cranelift-bforest",
 3912 "cranelift-bitset",
 3913 "cranelift-codegen-meta",
 3914 "cranelift-codegen-shared",
 3915 "cranelift-control",
 3916 "cranelift-entity",
 3917 "cranelift-isle",
 3918 "gimli",
 3919 "hashbrown 0.15.5",
 3920 "log",
 3921 "postcard",
 3922 "pulley-interpreter",
 3923 "regalloc2",
 3924 "rustc-hash 2.1.1",
 3925 "serde",
 3926 "serde_derive",
 3927 "sha2",
 3928 "smallvec",
 3929 "target-lexicon 0.13.3",
 3930 "wasmtime-internal-math",
 3931]
 3932
 3933[[package]]
 3934name = "cranelift-codegen-meta"
 3935version = "0.123.6"
 3936source = "registry+https://github.com/rust-lang/crates.io-index"
 3937checksum = "96d6817fdc15cb8f236fc9d8e610767d3a03327ceca4abff7a14d8e2154c405e"
 3938dependencies = [
 3939 "cranelift-assembler-x64-meta",
 3940 "cranelift-codegen-shared",
 3941 "cranelift-srcgen",
 3942 "heck 0.5.0",
 3943 "pulley-interpreter",
 3944]
 3945
 3946[[package]]
 3947name = "cranelift-codegen-shared"
 3948version = "0.123.6"
 3949source = "registry+https://github.com/rust-lang/crates.io-index"
 3950checksum = "0403796328e9e2e7df2b80191cdbb473fd9ea3889eb45ef5632d0fef168ea032"
 3951
 3952[[package]]
 3953name = "cranelift-control"
 3954version = "0.123.6"
 3955source = "registry+https://github.com/rust-lang/crates.io-index"
 3956checksum = "188f04092279a3814e0b6235c2f9c2e34028e4beb72da7bfed55cbd184702bcc"
 3957dependencies = [
 3958 "arbitrary",
 3959]
 3960
 3961[[package]]
 3962name = "cranelift-entity"
 3963version = "0.123.6"
 3964source = "registry+https://github.com/rust-lang/crates.io-index"
 3965checksum = "43f5e7391167605d505fe66a337e1a69583b3f34b63d359ffa5a430313c555e8"
 3966dependencies = [
 3967 "cranelift-bitset",
 3968 "serde",
 3969 "serde_derive",
 3970]
 3971
 3972[[package]]
 3973name = "cranelift-frontend"
 3974version = "0.123.6"
 3975source = "registry+https://github.com/rust-lang/crates.io-index"
 3976checksum = "ea5440792eb2b5ba0a0976df371b9f94031bd853ae56f389de610bca7128a7cb"
 3977dependencies = [
 3978 "cranelift-codegen",
 3979 "log",
 3980 "smallvec",
 3981 "target-lexicon 0.13.3",
 3982]
 3983
 3984[[package]]
 3985name = "cranelift-isle"
 3986version = "0.123.6"
 3987source = "registry+https://github.com/rust-lang/crates.io-index"
 3988checksum = "1e5c05fab6fce38d729088f3fa1060eaa1ad54eefd473588887205ed2ab2f79e"
 3989
 3990[[package]]
 3991name = "cranelift-native"
 3992version = "0.123.6"
 3993source = "registry+https://github.com/rust-lang/crates.io-index"
 3994checksum = "9c9a0607a028edf5ba5bba7e7cf5ca1b7f0a030e3ae84dcd401e8b9b05192280"
 3995dependencies = [
 3996 "cranelift-codegen",
 3997 "libc",
 3998 "target-lexicon 0.13.3",
 3999]
 4000
 4001[[package]]
 4002name = "cranelift-srcgen"
 4003version = "0.123.6"
 4004source = "registry+https://github.com/rust-lang/crates.io-index"
 4005checksum = "cb0f2da72eb2472aaac6cfba4e785af42b1f2d82f5155f30c9c30e8cce351e17"
 4006
 4007[[package]]
 4008name = "crash-context"
 4009version = "0.6.3"
 4010source = "registry+https://github.com/rust-lang/crates.io-index"
 4011checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
 4012dependencies = [
 4013 "cfg-if",
 4014 "libc",
 4015 "mach2 0.4.3",
 4016]
 4017
 4018[[package]]
 4019name = "crash-handler"
 4020version = "0.6.3"
 4021source = "registry+https://github.com/rust-lang/crates.io-index"
 4022checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
 4023dependencies = [
 4024 "cfg-if",
 4025 "crash-context",
 4026 "libc",
 4027 "mach2 0.4.3",
 4028 "parking_lot",
 4029]
 4030
 4031[[package]]
 4032name = "crashes"
 4033version = "0.1.0"
 4034dependencies = [
 4035 "cfg-if",
 4036 "crash-handler",
 4037 "futures 0.3.32",
 4038 "log",
 4039 "mach2 0.5.0",
 4040 "minidumper",
 4041 "parking_lot",
 4042 "paths",
 4043 "release_channel",
 4044 "serde",
 4045 "serde_json",
 4046 "smol",
 4047 "system_specs",
 4048 "windows 0.61.3",
 4049 "zstd",
 4050]
 4051
 4052[[package]]
 4053name = "crc"
 4054version = "3.3.0"
 4055source = "registry+https://github.com/rust-lang/crates.io-index"
 4056checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
 4057dependencies = [
 4058 "crc-catalog",
 4059]
 4060
 4061[[package]]
 4062name = "crc-catalog"
 4063version = "2.4.0"
 4064source = "registry+https://github.com/rust-lang/crates.io-index"
 4065checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 4066
 4067[[package]]
 4068name = "crc-fast"
 4069version = "1.6.0"
 4070source = "registry+https://github.com/rust-lang/crates.io-index"
 4071checksum = "6ddc2d09feefeee8bd78101665bd8645637828fa9317f9f292496dbbd8c65ff3"
 4072dependencies = [
 4073 "crc",
 4074 "digest",
 4075 "rand 0.9.2",
 4076 "regex",
 4077 "rustversion",
 4078]
 4079
 4080[[package]]
 4081name = "crc32fast"
 4082version = "1.5.0"
 4083source = "registry+https://github.com/rust-lang/crates.io-index"
 4084checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
 4085dependencies = [
 4086 "cfg-if",
 4087]
 4088
 4089[[package]]
 4090name = "credentials_provider"
 4091version = "0.1.0"
 4092dependencies = [
 4093 "anyhow",
 4094 "gpui",
 4095 "serde",
 4096]
 4097
 4098[[package]]
 4099name = "criterion"
 4100version = "0.5.1"
 4101source = "registry+https://github.com/rust-lang/crates.io-index"
 4102checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 4103dependencies = [
 4104 "anes",
 4105 "cast",
 4106 "ciborium",
 4107 "clap",
 4108 "criterion-plot",
 4109 "is-terminal",
 4110 "itertools 0.10.5",
 4111 "num-traits",
 4112 "once_cell",
 4113 "oorandom",
 4114 "plotters",
 4115 "rayon",
 4116 "regex",
 4117 "serde",
 4118 "serde_derive",
 4119 "serde_json",
 4120 "tinytemplate",
 4121 "walkdir",
 4122]
 4123
 4124[[package]]
 4125name = "criterion-plot"
 4126version = "0.5.0"
 4127source = "registry+https://github.com/rust-lang/crates.io-index"
 4128checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 4129dependencies = [
 4130 "cast",
 4131 "itertools 0.10.5",
 4132]
 4133
 4134[[package]]
 4135name = "crossbeam"
 4136version = "0.8.4"
 4137source = "registry+https://github.com/rust-lang/crates.io-index"
 4138checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
 4139dependencies = [
 4140 "crossbeam-channel",
 4141 "crossbeam-deque",
 4142 "crossbeam-epoch",
 4143 "crossbeam-queue",
 4144 "crossbeam-utils",
 4145]
 4146
 4147[[package]]
 4148name = "crossbeam-channel"
 4149version = "0.5.15"
 4150source = "registry+https://github.com/rust-lang/crates.io-index"
 4151checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
 4152dependencies = [
 4153 "crossbeam-utils",
 4154]
 4155
 4156[[package]]
 4157name = "crossbeam-deque"
 4158version = "0.8.6"
 4159source = "registry+https://github.com/rust-lang/crates.io-index"
 4160checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 4161dependencies = [
 4162 "crossbeam-epoch",
 4163 "crossbeam-utils",
 4164]
 4165
 4166[[package]]
 4167name = "crossbeam-epoch"
 4168version = "0.9.18"
 4169source = "registry+https://github.com/rust-lang/crates.io-index"
 4170checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 4171dependencies = [
 4172 "crossbeam-utils",
 4173]
 4174
 4175[[package]]
 4176name = "crossbeam-queue"
 4177version = "0.3.12"
 4178source = "registry+https://github.com/rust-lang/crates.io-index"
 4179checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
 4180dependencies = [
 4181 "crossbeam-utils",
 4182]
 4183
 4184[[package]]
 4185name = "crossbeam-utils"
 4186version = "0.8.21"
 4187source = "registry+https://github.com/rust-lang/crates.io-index"
 4188checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 4189
 4190[[package]]
 4191name = "crunchy"
 4192version = "0.2.4"
 4193source = "registry+https://github.com/rust-lang/crates.io-index"
 4194checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
 4195
 4196[[package]]
 4197name = "crypto-bigint"
 4198version = "0.4.9"
 4199source = "registry+https://github.com/rust-lang/crates.io-index"
 4200checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 4201dependencies = [
 4202 "generic-array",
 4203 "rand_core 0.6.4",
 4204 "subtle",
 4205 "zeroize",
 4206]
 4207
 4208[[package]]
 4209name = "crypto-bigint"
 4210version = "0.5.5"
 4211source = "registry+https://github.com/rust-lang/crates.io-index"
 4212checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 4213dependencies = [
 4214 "rand_core 0.6.4",
 4215 "subtle",
 4216]
 4217
 4218[[package]]
 4219name = "crypto-common"
 4220version = "0.1.6"
 4221source = "registry+https://github.com/rust-lang/crates.io-index"
 4222checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 4223dependencies = [
 4224 "generic-array",
 4225 "typenum",
 4226]
 4227
 4228[[package]]
 4229name = "cssparser"
 4230version = "0.35.0"
 4231source = "registry+https://github.com/rust-lang/crates.io-index"
 4232checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
 4233dependencies = [
 4234 "cssparser-macros",
 4235 "dtoa-short",
 4236 "itoa",
 4237 "phf 0.11.3",
 4238 "smallvec",
 4239]
 4240
 4241[[package]]
 4242name = "cssparser-macros"
 4243version = "0.6.1"
 4244source = "registry+https://github.com/rust-lang/crates.io-index"
 4245checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
 4246dependencies = [
 4247 "quote",
 4248 "syn 2.0.117",
 4249]
 4250
 4251[[package]]
 4252name = "csv_preview"
 4253version = "0.1.0"
 4254dependencies = [
 4255 "anyhow",
 4256 "editor",
 4257 "feature_flags",
 4258 "gpui",
 4259 "log",
 4260 "text",
 4261 "ui",
 4262 "workspace",
 4263]
 4264
 4265[[package]]
 4266name = "ctor"
 4267version = "0.4.3"
 4268source = "registry+https://github.com/rust-lang/crates.io-index"
 4269checksum = "ec09e802f5081de6157da9a75701d6c713d8dc3ba52571fd4bd25f412644e8a6"
 4270dependencies = [
 4271 "ctor-proc-macro",
 4272 "dtor",
 4273]
 4274
 4275[[package]]
 4276name = "ctor-proc-macro"
 4277version = "0.0.6"
 4278source = "registry+https://github.com/rust-lang/crates.io-index"
 4279checksum = "e2931af7e13dc045d8e9d26afccc6fa115d64e115c9c84b1166288b46f6782c2"
 4280
 4281[[package]]
 4282name = "ctrlc"
 4283version = "3.5.0"
 4284source = "registry+https://github.com/rust-lang/crates.io-index"
 4285checksum = "881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3"
 4286dependencies = [
 4287 "dispatch",
 4288 "nix 0.30.1",
 4289 "windows-sys 0.61.2",
 4290]
 4291
 4292[[package]]
 4293name = "cursor-icon"
 4294version = "1.2.0"
 4295source = "registry+https://github.com/rust-lang/crates.io-index"
 4296checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
 4297
 4298[[package]]
 4299name = "cxx"
 4300version = "1.0.187"
 4301source = "registry+https://github.com/rust-lang/crates.io-index"
 4302checksum = "d8465678d499296e2cbf9d3acf14307458fd69b471a31b65b3c519efe8b5e187"
 4303dependencies = [
 4304 "cc",
 4305 "cxx-build",
 4306 "cxxbridge-cmd",
 4307 "cxxbridge-flags",
 4308 "cxxbridge-macro",
 4309 "foldhash 0.2.0",
 4310 "link-cplusplus",
 4311]
 4312
 4313[[package]]
 4314name = "cxx-build"
 4315version = "1.0.187"
 4316source = "registry+https://github.com/rust-lang/crates.io-index"
 4317checksum = "d74b6bcf49ebbd91f1b1875b706ea46545032a14003b5557b7dfa4bbeba6766e"
 4318dependencies = [
 4319 "cc",
 4320 "codespan-reporting",
 4321 "indexmap",
 4322 "proc-macro2",
 4323 "quote",
 4324 "scratch",
 4325 "syn 2.0.117",
 4326]
 4327
 4328[[package]]
 4329name = "cxxbridge-cmd"
 4330version = "1.0.187"
 4331source = "registry+https://github.com/rust-lang/crates.io-index"
 4332checksum = "94ca2ad69673c4b35585edfa379617ac364bccd0ba0adf319811ba3a74ffa48a"
 4333dependencies = [
 4334 "clap",
 4335 "codespan-reporting",
 4336 "indexmap",
 4337 "proc-macro2",
 4338 "quote",
 4339 "syn 2.0.117",
 4340]
 4341
 4342[[package]]
 4343name = "cxxbridge-flags"
 4344version = "1.0.187"
 4345source = "registry+https://github.com/rust-lang/crates.io-index"
 4346checksum = "d29b52102aa395386d77d322b3a0522f2035e716171c2c60aa87cc5e9466e523"
 4347
 4348[[package]]
 4349name = "cxxbridge-macro"
 4350version = "1.0.187"
 4351source = "registry+https://github.com/rust-lang/crates.io-index"
 4352checksum = "2a8ebf0b6138325af3ec73324cb3a48b64d57721f17291b151206782e61f66cd"
 4353dependencies = [
 4354 "indexmap",
 4355 "proc-macro2",
 4356 "quote",
 4357 "syn 2.0.117",
 4358]
 4359
 4360[[package]]
 4361name = "dap"
 4362version = "0.1.0"
 4363dependencies = [
 4364 "anyhow",
 4365 "async-compression",
 4366 "async-pipe",
 4367 "async-tar",
 4368 "async-trait",
 4369 "client",
 4370 "collections",
 4371 "dap-types",
 4372 "fs",
 4373 "futures 0.3.32",
 4374 "gpui",
 4375 "http_client",
 4376 "language",
 4377 "libc",
 4378 "log",
 4379 "node_runtime",
 4380 "parking_lot",
 4381 "paths",
 4382 "proto",
 4383 "schemars",
 4384 "serde",
 4385 "serde_json",
 4386 "settings",
 4387 "smallvec",
 4388 "smol",
 4389 "task",
 4390 "telemetry",
 4391 "util",
 4392 "zlog",
 4393]
 4394
 4395[[package]]
 4396name = "dap-types"
 4397version = "0.0.1"
 4398source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
 4399dependencies = [
 4400 "schemars",
 4401 "serde",
 4402 "serde_json",
 4403]
 4404
 4405[[package]]
 4406name = "dap_adapters"
 4407version = "0.1.0"
 4408dependencies = [
 4409 "anyhow",
 4410 "async-trait",
 4411 "collections",
 4412 "dap",
 4413 "dotenvy",
 4414 "fs",
 4415 "futures 0.3.32",
 4416 "gpui",
 4417 "http_client",
 4418 "json_dotpath",
 4419 "language",
 4420 "log",
 4421 "node_runtime",
 4422 "paths",
 4423 "serde",
 4424 "serde_json",
 4425 "settings",
 4426 "smol",
 4427 "task",
 4428 "util",
 4429]
 4430
 4431[[package]]
 4432name = "darling"
 4433version = "0.20.11"
 4434source = "registry+https://github.com/rust-lang/crates.io-index"
 4435checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
 4436dependencies = [
 4437 "darling_core 0.20.11",
 4438 "darling_macro 0.20.11",
 4439]
 4440
 4441[[package]]
 4442name = "darling"
 4443version = "0.21.3"
 4444source = "registry+https://github.com/rust-lang/crates.io-index"
 4445checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
 4446dependencies = [
 4447 "darling_core 0.21.3",
 4448 "darling_macro 0.21.3",
 4449]
 4450
 4451[[package]]
 4452name = "darling_core"
 4453version = "0.20.11"
 4454source = "registry+https://github.com/rust-lang/crates.io-index"
 4455checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
 4456dependencies = [
 4457 "fnv",
 4458 "ident_case",
 4459 "proc-macro2",
 4460 "quote",
 4461 "strsim",
 4462 "syn 2.0.117",
 4463]
 4464
 4465[[package]]
 4466name = "darling_core"
 4467version = "0.21.3"
 4468source = "registry+https://github.com/rust-lang/crates.io-index"
 4469checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
 4470dependencies = [
 4471 "fnv",
 4472 "ident_case",
 4473 "proc-macro2",
 4474 "quote",
 4475 "strsim",
 4476 "syn 2.0.117",
 4477]
 4478
 4479[[package]]
 4480name = "darling_macro"
 4481version = "0.20.11"
 4482source = "registry+https://github.com/rust-lang/crates.io-index"
 4483checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
 4484dependencies = [
 4485 "darling_core 0.20.11",
 4486 "quote",
 4487 "syn 2.0.117",
 4488]
 4489
 4490[[package]]
 4491name = "darling_macro"
 4492version = "0.21.3"
 4493source = "registry+https://github.com/rust-lang/crates.io-index"
 4494checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
 4495dependencies = [
 4496 "darling_core 0.21.3",
 4497 "quote",
 4498 "syn 2.0.117",
 4499]
 4500
 4501[[package]]
 4502name = "dashmap"
 4503version = "6.1.0"
 4504source = "registry+https://github.com/rust-lang/crates.io-index"
 4505checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 4506dependencies = [
 4507 "cfg-if",
 4508 "crossbeam-utils",
 4509 "hashbrown 0.14.5",
 4510 "lock_api",
 4511 "once_cell",
 4512 "parking_lot_core",
 4513]
 4514
 4515[[package]]
 4516name = "dasp_sample"
 4517version = "0.11.0"
 4518source = "registry+https://github.com/rust-lang/crates.io-index"
 4519checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4520
 4521[[package]]
 4522name = "data-encoding"
 4523version = "2.9.0"
 4524source = "registry+https://github.com/rust-lang/crates.io-index"
 4525checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
 4526
 4527[[package]]
 4528name = "data-url"
 4529version = "0.3.2"
 4530source = "registry+https://github.com/rust-lang/crates.io-index"
 4531checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
 4532
 4533[[package]]
 4534name = "db"
 4535version = "0.1.0"
 4536dependencies = [
 4537 "anyhow",
 4538 "gpui",
 4539 "indoc",
 4540 "inventory",
 4541 "log",
 4542 "paths",
 4543 "release_channel",
 4544 "smol",
 4545 "sqlez",
 4546 "sqlez_macros",
 4547 "tempfile",
 4548 "util",
 4549 "uuid",
 4550 "zed_env_vars",
 4551]
 4552
 4553[[package]]
 4554name = "dbus"
 4555version = "0.9.9"
 4556source = "registry+https://github.com/rust-lang/crates.io-index"
 4557checksum = "190b6255e8ab55a7b568df5a883e9497edc3e4821c06396612048b430e5ad1e9"
 4558dependencies = [
 4559 "libc",
 4560 "libdbus-sys",
 4561 "windows-sys 0.59.0",
 4562]
 4563
 4564[[package]]
 4565name = "debug_adapter_extension"
 4566version = "0.1.0"
 4567dependencies = [
 4568 "anyhow",
 4569 "async-trait",
 4570 "collections",
 4571 "dap",
 4572 "extension",
 4573 "gpui",
 4574 "serde_json",
 4575 "task",
 4576 "util",
 4577]
 4578
 4579[[package]]
 4580name = "debugger_tools"
 4581version = "0.1.0"
 4582dependencies = [
 4583 "anyhow",
 4584 "dap",
 4585 "editor",
 4586 "futures 0.3.32",
 4587 "gpui",
 4588 "project",
 4589 "serde_json",
 4590 "settings",
 4591 "smol",
 4592 "util",
 4593 "workspace",
 4594]
 4595
 4596[[package]]
 4597name = "debugger_ui"
 4598version = "0.1.0"
 4599dependencies = [
 4600 "alacritty_terminal",
 4601 "anyhow",
 4602 "bitflags 2.10.0",
 4603 "client",
 4604 "collections",
 4605 "command_palette_hooks",
 4606 "dap",
 4607 "dap_adapters",
 4608 "db",
 4609 "debugger_tools",
 4610 "editor",
 4611 "feature_flags",
 4612 "file_icons",
 4613 "futures 0.3.32",
 4614 "fuzzy",
 4615 "gpui",
 4616 "hex",
 4617 "indoc",
 4618 "itertools 0.14.0",
 4619 "language",
 4620 "log",
 4621 "menu",
 4622 "notifications",
 4623 "parking_lot",
 4624 "parse_int",
 4625 "paths",
 4626 "picker",
 4627 "pretty_assertions",
 4628 "project",
 4629 "rpc",
 4630 "schemars",
 4631 "serde",
 4632 "serde_json",
 4633 "serde_json_lenient",
 4634 "settings",
 4635 "sysinfo 0.37.2",
 4636 "task",
 4637 "tasks_ui",
 4638 "terminal_view",
 4639 "text",
 4640 "theme",
 4641 "theme_settings",
 4642 "tree-sitter",
 4643 "tree-sitter-go",
 4644 "tree-sitter-json",
 4645 "ui",
 4646 "ui_input",
 4647 "unindent",
 4648 "util",
 4649 "workspace",
 4650 "zed_actions",
 4651 "zlog",
 4652]
 4653
 4654[[package]]
 4655name = "debugid"
 4656version = "0.8.0"
 4657source = "registry+https://github.com/rust-lang/crates.io-index"
 4658checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
 4659dependencies = [
 4660 "uuid",
 4661]
 4662
 4663[[package]]
 4664name = "deepseek"
 4665version = "0.1.0"
 4666dependencies = [
 4667 "anyhow",
 4668 "futures 0.3.32",
 4669 "http_client",
 4670 "schemars",
 4671 "serde",
 4672 "serde_json",
 4673]
 4674
 4675[[package]]
 4676name = "deflate64"
 4677version = "0.1.10"
 4678source = "registry+https://github.com/rust-lang/crates.io-index"
 4679checksum = "26bf8fc351c5ed29b5c2f0cbbac1b209b74f60ecd62e675a998df72c49af5204"
 4680
 4681[[package]]
 4682name = "denoise"
 4683version = "0.1.0"
 4684dependencies = [
 4685 "candle-core",
 4686 "candle-onnx",
 4687 "log",
 4688 "realfft",
 4689 "rodio",
 4690 "rustfft",
 4691 "thiserror 2.0.17",
 4692]
 4693
 4694[[package]]
 4695name = "der"
 4696version = "0.6.1"
 4697source = "registry+https://github.com/rust-lang/crates.io-index"
 4698checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4699dependencies = [
 4700 "const-oid",
 4701 "zeroize",
 4702]
 4703
 4704[[package]]
 4705name = "der"
 4706version = "0.7.10"
 4707source = "registry+https://github.com/rust-lang/crates.io-index"
 4708checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
 4709dependencies = [
 4710 "const-oid",
 4711 "pem-rfc7468",
 4712 "zeroize",
 4713]
 4714
 4715[[package]]
 4716name = "deranged"
 4717version = "0.5.4"
 4718source = "registry+https://github.com/rust-lang/crates.io-index"
 4719checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
 4720dependencies = [
 4721 "powerfmt",
 4722 "serde_core",
 4723]
 4724
 4725[[package]]
 4726name = "derive_arbitrary"
 4727version = "1.4.2"
 4728source = "registry+https://github.com/rust-lang/crates.io-index"
 4729checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
 4730dependencies = [
 4731 "proc-macro2",
 4732 "quote",
 4733 "syn 2.0.117",
 4734]
 4735
 4736[[package]]
 4737name = "derive_more"
 4738version = "2.1.1"
 4739source = "registry+https://github.com/rust-lang/crates.io-index"
 4740checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
 4741dependencies = [
 4742 "derive_more-impl",
 4743]
 4744
 4745[[package]]
 4746name = "derive_more-impl"
 4747version = "2.1.1"
 4748source = "registry+https://github.com/rust-lang/crates.io-index"
 4749checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
 4750dependencies = [
 4751 "convert_case 0.10.0",
 4752 "proc-macro2",
 4753 "quote",
 4754 "rustc_version",
 4755 "syn 2.0.117",
 4756 "unicode-xid",
 4757]
 4758
 4759[[package]]
 4760name = "derive_refineable"
 4761version = "0.1.0"
 4762dependencies = [
 4763 "proc-macro2",
 4764 "quote",
 4765 "syn 2.0.117",
 4766]
 4767
 4768[[package]]
 4769name = "derive_setters"
 4770version = "0.1.9"
 4771source = "registry+https://github.com/rust-lang/crates.io-index"
 4772checksum = "b7e6f6fa1f03c14ae082120b84b3c7fbd7b8588d924cf2d7c3daf9afd49df8b9"
 4773dependencies = [
 4774 "darling 0.21.3",
 4775 "proc-macro2",
 4776 "quote",
 4777 "syn 2.0.117",
 4778]
 4779
 4780[[package]]
 4781name = "dev_container"
 4782version = "0.1.0"
 4783dependencies = [
 4784 "async-tar",
 4785 "async-trait",
 4786 "env_logger 0.11.8",
 4787 "fs",
 4788 "futures 0.3.32",
 4789 "gpui",
 4790 "http 1.3.1",
 4791 "http_client",
 4792 "log",
 4793 "menu",
 4794 "paths",
 4795 "picker",
 4796 "project",
 4797 "serde",
 4798 "serde_json",
 4799 "serde_json_lenient",
 4800 "settings",
 4801 "shlex",
 4802 "ui",
 4803 "util",
 4804 "walkdir",
 4805 "workspace",
 4806 "worktree",
 4807]
 4808
 4809[[package]]
 4810name = "diagnostics"
 4811version = "0.1.0"
 4812dependencies = [
 4813 "anyhow",
 4814 "collections",
 4815 "component",
 4816 "ctor",
 4817 "editor",
 4818 "gpui",
 4819 "indoc",
 4820 "itertools 0.14.0",
 4821 "language",
 4822 "log",
 4823 "lsp",
 4824 "markdown",
 4825 "pretty_assertions",
 4826 "project",
 4827 "rand 0.9.2",
 4828 "serde",
 4829 "serde_json",
 4830 "settings",
 4831 "text",
 4832 "theme",
 4833 "theme_settings",
 4834 "ui",
 4835 "unindent",
 4836 "util",
 4837 "workspace",
 4838 "zed_actions",
 4839 "zlog",
 4840]
 4841
 4842[[package]]
 4843name = "dialoguer"
 4844version = "0.11.0"
 4845source = "registry+https://github.com/rust-lang/crates.io-index"
 4846checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4847dependencies = [
 4848 "console",
 4849 "fuzzy-matcher",
 4850 "shell-words",
 4851 "tempfile",
 4852 "thiserror 1.0.69",
 4853 "zeroize",
 4854]
 4855
 4856[[package]]
 4857name = "diff"
 4858version = "0.1.13"
 4859source = "registry+https://github.com/rust-lang/crates.io-index"
 4860checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4861
 4862[[package]]
 4863name = "diffy"
 4864version = "0.4.2"
 4865source = "registry+https://github.com/rust-lang/crates.io-index"
 4866checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
 4867dependencies = [
 4868 "nu-ansi-term",
 4869]
 4870
 4871[[package]]
 4872name = "digest"
 4873version = "0.10.7"
 4874source = "registry+https://github.com/rust-lang/crates.io-index"
 4875checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4876dependencies = [
 4877 "block-buffer",
 4878 "const-oid",
 4879 "crypto-common",
 4880 "subtle",
 4881]
 4882
 4883[[package]]
 4884name = "dirs"
 4885version = "4.0.0"
 4886source = "registry+https://github.com/rust-lang/crates.io-index"
 4887checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4888dependencies = [
 4889 "dirs-sys 0.3.7",
 4890]
 4891
 4892[[package]]
 4893name = "dirs"
 4894version = "5.0.1"
 4895source = "registry+https://github.com/rust-lang/crates.io-index"
 4896checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4897dependencies = [
 4898 "dirs-sys 0.4.1",
 4899]
 4900
 4901[[package]]
 4902name = "dirs"
 4903version = "6.0.0"
 4904source = "registry+https://github.com/rust-lang/crates.io-index"
 4905checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
 4906dependencies = [
 4907 "dirs-sys 0.5.0",
 4908]
 4909
 4910[[package]]
 4911name = "dirs-sys"
 4912version = "0.3.7"
 4913source = "registry+https://github.com/rust-lang/crates.io-index"
 4914checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4915dependencies = [
 4916 "libc",
 4917 "redox_users 0.4.6",
 4918 "winapi",
 4919]
 4920
 4921[[package]]
 4922name = "dirs-sys"
 4923version = "0.4.1"
 4924source = "registry+https://github.com/rust-lang/crates.io-index"
 4925checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4926dependencies = [
 4927 "libc",
 4928 "option-ext",
 4929 "redox_users 0.4.6",
 4930 "windows-sys 0.48.0",
 4931]
 4932
 4933[[package]]
 4934name = "dirs-sys"
 4935version = "0.5.0"
 4936source = "registry+https://github.com/rust-lang/crates.io-index"
 4937checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
 4938dependencies = [
 4939 "libc",
 4940 "option-ext",
 4941 "redox_users 0.5.2",
 4942 "windows-sys 0.61.2",
 4943]
 4944
 4945[[package]]
 4946name = "dispatch"
 4947version = "0.2.0"
 4948source = "registry+https://github.com/rust-lang/crates.io-index"
 4949checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
 4950
 4951[[package]]
 4952name = "dispatch2"
 4953version = "0.3.1"
 4954source = "registry+https://github.com/rust-lang/crates.io-index"
 4955checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
 4956dependencies = [
 4957 "bitflags 2.10.0",
 4958 "block2",
 4959 "libc",
 4960 "objc2",
 4961]
 4962
 4963[[package]]
 4964name = "displaydoc"
 4965version = "0.2.5"
 4966source = "registry+https://github.com/rust-lang/crates.io-index"
 4967checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4968dependencies = [
 4969 "proc-macro2",
 4970 "quote",
 4971 "syn 2.0.117",
 4972]
 4973
 4974[[package]]
 4975name = "dlib"
 4976version = "0.5.2"
 4977source = "registry+https://github.com/rust-lang/crates.io-index"
 4978checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4979dependencies = [
 4980 "libloading",
 4981]
 4982
 4983[[package]]
 4984name = "docs_preprocessor"
 4985version = "0.1.0"
 4986dependencies = [
 4987 "anyhow",
 4988 "collections",
 4989 "jsonschema",
 4990 "mdbook",
 4991 "regex",
 4992 "schemars",
 4993 "serde",
 4994 "serde_json",
 4995 "settings",
 4996 "task",
 4997 "theme",
 4998 "util",
 4999 "zlog",
 5000]
 5001
 5002[[package]]
 5003name = "document-features"
 5004version = "0.2.12"
 5005source = "registry+https://github.com/rust-lang/crates.io-index"
 5006checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
 5007dependencies = [
 5008 "litrs",
 5009]
 5010
 5011[[package]]
 5012name = "documented"
 5013version = "0.9.2"
 5014source = "registry+https://github.com/rust-lang/crates.io-index"
 5015checksum = "ed6b3e31251e87acd1b74911aed84071c8364fc9087972748ade2f1094ccce34"
 5016dependencies = [
 5017 "documented-macros",
 5018 "phf 0.12.1",
 5019 "thiserror 2.0.17",
 5020]
 5021
 5022[[package]]
 5023name = "documented-macros"
 5024version = "0.9.2"
 5025source = "registry+https://github.com/rust-lang/crates.io-index"
 5026checksum = "1149cf7462e5e79e17a3c05fd5b1f9055092bbfa95e04c319395c3beacc9370f"
 5027dependencies = [
 5028 "convert_case 0.8.0",
 5029 "itertools 0.14.0",
 5030 "optfield",
 5031 "proc-macro2",
 5032 "quote",
 5033 "strum 0.27.2",
 5034 "syn 2.0.117",
 5035]
 5036
 5037[[package]]
 5038name = "dotenvy"
 5039version = "0.15.7"
 5040source = "registry+https://github.com/rust-lang/crates.io-index"
 5041checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 5042
 5043[[package]]
 5044name = "downcast-rs"
 5045version = "1.2.1"
 5046source = "registry+https://github.com/rust-lang/crates.io-index"
 5047checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 5048
 5049[[package]]
 5050name = "doxygen-rs"
 5051version = "0.4.2"
 5052source = "registry+https://github.com/rust-lang/crates.io-index"
 5053checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 5054dependencies = [
 5055 "phf 0.11.3",
 5056]
 5057
 5058[[package]]
 5059name = "dtoa"
 5060version = "1.0.10"
 5061source = "registry+https://github.com/rust-lang/crates.io-index"
 5062checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
 5063
 5064[[package]]
 5065name = "dtoa-short"
 5066version = "0.3.5"
 5067source = "registry+https://github.com/rust-lang/crates.io-index"
 5068checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
 5069dependencies = [
 5070 "dtoa",
 5071]
 5072
 5073[[package]]
 5074name = "dtor"
 5075version = "0.0.6"
 5076source = "registry+https://github.com/rust-lang/crates.io-index"
 5077checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
 5078dependencies = [
 5079 "dtor-proc-macro",
 5080]
 5081
 5082[[package]]
 5083name = "dtor-proc-macro"
 5084version = "0.0.5"
 5085source = "registry+https://github.com/rust-lang/crates.io-index"
 5086checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 5087
 5088[[package]]
 5089name = "dunce"
 5090version = "1.0.5"
 5091source = "registry+https://github.com/rust-lang/crates.io-index"
 5092checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 5093
 5094[[package]]
 5095name = "dwrote"
 5096version = "0.11.5"
 5097source = "registry+https://github.com/rust-lang/crates.io-index"
 5098checksum = "9e1b35532432acc8b19ceed096e35dfa088d3ea037fe4f3c085f1f97f33b4d02"
 5099dependencies = [
 5100 "lazy_static",
 5101 "libc",
 5102 "winapi",
 5103 "wio",
 5104]
 5105
 5106[[package]]
 5107name = "dyn-clone"
 5108version = "1.0.20"
 5109source = "registry+https://github.com/rust-lang/crates.io-index"
 5110checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
 5111
 5112[[package]]
 5113name = "dyn-stack"
 5114version = "0.10.0"
 5115source = "registry+https://github.com/rust-lang/crates.io-index"
 5116checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
 5117dependencies = [
 5118 "bytemuck",
 5119 "reborrow",
 5120]
 5121
 5122[[package]]
 5123name = "dyn-stack"
 5124version = "0.13.2"
 5125source = "registry+https://github.com/rust-lang/crates.io-index"
 5126checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8"
 5127dependencies = [
 5128 "bytemuck",
 5129 "dyn-stack-macros",
 5130]
 5131
 5132[[package]]
 5133name = "dyn-stack-macros"
 5134version = "0.1.3"
 5135source = "registry+https://github.com/rust-lang/crates.io-index"
 5136checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
 5137
 5138[[package]]
 5139name = "ec4rs"
 5140version = "1.2.0"
 5141source = "registry+https://github.com/rust-lang/crates.io-index"
 5142checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
 5143
 5144[[package]]
 5145name = "ecdsa"
 5146version = "0.14.8"
 5147source = "registry+https://github.com/rust-lang/crates.io-index"
 5148checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 5149dependencies = [
 5150 "der 0.6.1",
 5151 "elliptic-curve",
 5152 "rfc6979",
 5153 "signature 1.6.4",
 5154]
 5155
 5156[[package]]
 5157name = "edit_prediction"
 5158version = "0.1.0"
 5159dependencies = [
 5160 "ai_onboarding",
 5161 "anyhow",
 5162 "buffer_diff",
 5163 "client",
 5164 "clock",
 5165 "cloud_api_types",
 5166 "cloud_llm_client",
 5167 "collections",
 5168 "copilot",
 5169 "copilot_ui",
 5170 "credentials_provider",
 5171 "ctor",
 5172 "db",
 5173 "edit_prediction_context",
 5174 "edit_prediction_types",
 5175 "feature_flags",
 5176 "fs",
 5177 "futures 0.3.32",
 5178 "gpui",
 5179 "heapless",
 5180 "indoc",
 5181 "itertools 0.14.0",
 5182 "language",
 5183 "language_model",
 5184 "log",
 5185 "lsp",
 5186 "menu",
 5187 "open_ai",
 5188 "parking_lot",
 5189 "postage",
 5190 "pretty_assertions",
 5191 "project",
 5192 "pulldown-cmark 0.13.0",
 5193 "rand 0.9.2",
 5194 "regex",
 5195 "release_channel",
 5196 "semver",
 5197 "serde",
 5198 "serde_json",
 5199 "settings",
 5200 "strum 0.27.2",
 5201 "telemetry",
 5202 "telemetry_events",
 5203 "text",
 5204 "thiserror 2.0.17",
 5205 "time",
 5206 "toml 0.8.23",
 5207 "ui",
 5208 "util",
 5209 "uuid",
 5210 "workspace",
 5211 "worktree",
 5212 "zed_actions",
 5213 "zed_credentials_provider",
 5214 "zeta_prompt",
 5215 "zlog",
 5216 "zstd",
 5217]
 5218
 5219[[package]]
 5220name = "edit_prediction_cli"
 5221version = "0.1.0"
 5222dependencies = [
 5223 "anthropic",
 5224 "anyhow",
 5225 "chrono",
 5226 "clap",
 5227 "client",
 5228 "cloud_llm_client",
 5229 "collections",
 5230 "criterion",
 5231 "db",
 5232 "debug_adapter_extension",
 5233 "dirs 4.0.0",
 5234 "edit_prediction",
 5235 "extension",
 5236 "flate2",
 5237 "fs",
 5238 "futures 0.3.32",
 5239 "gaoya",
 5240 "gpui",
 5241 "gpui_platform",
 5242 "gpui_tokio",
 5243 "http_client",
 5244 "indoc",
 5245 "language",
 5246 "language_extension",
 5247 "language_model",
 5248 "language_models",
 5249 "languages",
 5250 "libc",
 5251 "log",
 5252 "node_runtime",
 5253 "open_ai",
 5254 "paths",
 5255 "pretty_assertions",
 5256 "project",
 5257 "prompt_store",
 5258 "rand 0.9.2",
 5259 "release_channel",
 5260 "reqwest_client",
 5261 "rust-embed",
 5262 "serde",
 5263 "serde_json",
 5264 "settings",
 5265 "shellexpand 2.1.2",
 5266 "similar",
 5267 "smol",
 5268 "sqlez",
 5269 "sqlez_macros",
 5270 "strum 0.27.2",
 5271 "telemetry_events",
 5272 "tempfile",
 5273 "terminal_view",
 5274 "toml 0.8.23",
 5275 "util",
 5276 "wasmtime",
 5277 "watch",
 5278 "workspace",
 5279 "zeta_prompt",
 5280]
 5281
 5282[[package]]
 5283name = "edit_prediction_context"
 5284version = "0.1.0"
 5285dependencies = [
 5286 "anyhow",
 5287 "clock",
 5288 "collections",
 5289 "env_logger 0.11.8",
 5290 "futures 0.3.32",
 5291 "gpui",
 5292 "indoc",
 5293 "language",
 5294 "log",
 5295 "lsp",
 5296 "parking_lot",
 5297 "pretty_assertions",
 5298 "project",
 5299 "serde",
 5300 "serde_json",
 5301 "settings",
 5302 "smallvec",
 5303 "text",
 5304 "tree-sitter",
 5305 "util",
 5306 "zeta_prompt",
 5307]
 5308
 5309[[package]]
 5310name = "edit_prediction_types"
 5311version = "0.1.0"
 5312dependencies = [
 5313 "client",
 5314 "gpui",
 5315 "icons",
 5316 "language",
 5317 "text",
 5318]
 5319
 5320[[package]]
 5321name = "edit_prediction_ui"
 5322version = "0.1.0"
 5323dependencies = [
 5324 "anyhow",
 5325 "buffer_diff",
 5326 "client",
 5327 "cloud_llm_client",
 5328 "codestral",
 5329 "collections",
 5330 "command_palette_hooks",
 5331 "copilot",
 5332 "copilot_chat",
 5333 "copilot_ui",
 5334 "edit_prediction",
 5335 "edit_prediction_types",
 5336 "editor",
 5337 "feature_flags",
 5338 "fs",
 5339 "futures 0.3.32",
 5340 "gpui",
 5341 "indoc",
 5342 "language",
 5343 "markdown",
 5344 "menu",
 5345 "multi_buffer",
 5346 "paths",
 5347 "project",
 5348 "regex",
 5349 "settings",
 5350 "telemetry",
 5351 "text",
 5352 "theme",
 5353 "theme_settings",
 5354 "time",
 5355 "ui",
 5356 "util",
 5357 "workspace",
 5358 "zed_actions",
 5359 "zeta_prompt",
 5360]
 5361
 5362[[package]]
 5363name = "editor"
 5364version = "0.1.0"
 5365dependencies = [
 5366 "aho-corasick",
 5367 "anyhow",
 5368 "assets",
 5369 "breadcrumbs",
 5370 "buffer_diff",
 5371 "client",
 5372 "clock",
 5373 "collections",
 5374 "convert_case 0.8.0",
 5375 "criterion",
 5376 "ctor",
 5377 "dap",
 5378 "db",
 5379 "edit_prediction_types",
 5380 "emojis",
 5381 "feature_flags",
 5382 "file_icons",
 5383 "fs",
 5384 "futures 0.3.32",
 5385 "fuzzy",
 5386 "git",
 5387 "gpui",
 5388 "indoc",
 5389 "itertools 0.14.0",
 5390 "language",
 5391 "languages",
 5392 "linkify",
 5393 "log",
 5394 "lsp",
 5395 "markdown",
 5396 "menu",
 5397 "multi_buffer",
 5398 "ordered-float 2.10.1",
 5399 "parking_lot",
 5400 "pretty_assertions",
 5401 "project",
 5402 "proptest",
 5403 "proptest-derive",
 5404 "rand 0.9.2",
 5405 "regex",
 5406 "release_channel",
 5407 "rope",
 5408 "rpc",
 5409 "schemars",
 5410 "semver",
 5411 "serde",
 5412 "serde_json",
 5413 "settings",
 5414 "smallvec",
 5415 "smol",
 5416 "snippet",
 5417 "sum_tree",
 5418 "task",
 5419 "telemetry",
 5420 "text",
 5421 "theme",
 5422 "theme_settings",
 5423 "time",
 5424 "tracing",
 5425 "tree-sitter-bash",
 5426 "tree-sitter-c",
 5427 "tree-sitter-html",
 5428 "tree-sitter-md",
 5429 "tree-sitter-python",
 5430 "tree-sitter-rust",
 5431 "tree-sitter-typescript",
 5432 "tree-sitter-yaml",
 5433 "ui",
 5434 "ui_input",
 5435 "unicode-script",
 5436 "unicode-segmentation",
 5437 "unicode-width",
 5438 "unindent",
 5439 "url",
 5440 "util",
 5441 "uuid",
 5442 "vim_mode_setting",
 5443 "workspace",
 5444 "zed_actions",
 5445 "zlog",
 5446 "ztracing",
 5447]
 5448
 5449[[package]]
 5450name = "either"
 5451version = "1.15.0"
 5452source = "registry+https://github.com/rust-lang/crates.io-index"
 5453checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 5454dependencies = [
 5455 "serde",
 5456]
 5457
 5458[[package]]
 5459name = "elasticlunr-rs"
 5460version = "3.0.2"
 5461source = "registry+https://github.com/rust-lang/crates.io-index"
 5462checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 5463dependencies = [
 5464 "regex",
 5465 "serde",
 5466 "serde_derive",
 5467 "serde_json",
 5468]
 5469
 5470[[package]]
 5471name = "elliptic-curve"
 5472version = "0.12.3"
 5473source = "registry+https://github.com/rust-lang/crates.io-index"
 5474checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 5475dependencies = [
 5476 "base16ct",
 5477 "crypto-bigint 0.4.9",
 5478 "der 0.6.1",
 5479 "digest",
 5480 "ff",
 5481 "generic-array",
 5482 "group",
 5483 "pkcs8 0.9.0",
 5484 "rand_core 0.6.4",
 5485 "sec1",
 5486 "subtle",
 5487 "zeroize",
 5488]
 5489
 5490[[package]]
 5491name = "email_address"
 5492version = "0.2.9"
 5493source = "registry+https://github.com/rust-lang/crates.io-index"
 5494checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 5495dependencies = [
 5496 "serde",
 5497]
 5498
 5499[[package]]
 5500name = "embed-resource"
 5501version = "3.0.6"
 5502source = "registry+https://github.com/rust-lang/crates.io-index"
 5503checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
 5504dependencies = [
 5505 "cc",
 5506 "memchr",
 5507 "rustc_version",
 5508 "toml 0.9.8",
 5509 "vswhom",
 5510 "winreg 0.55.0",
 5511]
 5512
 5513[[package]]
 5514name = "embedded-io"
 5515version = "0.4.0"
 5516source = "registry+https://github.com/rust-lang/crates.io-index"
 5517checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 5518
 5519[[package]]
 5520name = "embedded-io"
 5521version = "0.6.1"
 5522source = "registry+https://github.com/rust-lang/crates.io-index"
 5523checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 5524
 5525[[package]]
 5526name = "emojis"
 5527version = "0.6.4"
 5528source = "registry+https://github.com/rust-lang/crates.io-index"
 5529checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 5530dependencies = [
 5531 "phf 0.11.3",
 5532]
 5533
 5534[[package]]
 5535name = "encode_unicode"
 5536version = "1.0.0"
 5537source = "registry+https://github.com/rust-lang/crates.io-index"
 5538checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 5539
 5540[[package]]
 5541name = "encoding_rs"
 5542version = "0.8.35"
 5543source = "registry+https://github.com/rust-lang/crates.io-index"
 5544checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 5545dependencies = [
 5546 "cfg-if",
 5547]
 5548
 5549[[package]]
 5550name = "encoding_selector"
 5551version = "0.1.0"
 5552dependencies = [
 5553 "editor",
 5554 "encoding_rs",
 5555 "fuzzy",
 5556 "gpui",
 5557 "language",
 5558 "picker",
 5559 "project",
 5560 "ui",
 5561 "util",
 5562 "workspace",
 5563]
 5564
 5565[[package]]
 5566name = "endi"
 5567version = "1.1.0"
 5568source = "registry+https://github.com/rust-lang/crates.io-index"
 5569checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 5570
 5571[[package]]
 5572name = "enum-as-inner"
 5573version = "0.6.1"
 5574source = "registry+https://github.com/rust-lang/crates.io-index"
 5575checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
 5576dependencies = [
 5577 "heck 0.5.0",
 5578 "proc-macro2",
 5579 "quote",
 5580 "syn 2.0.117",
 5581]
 5582
 5583[[package]]
 5584name = "enumflags2"
 5585version = "0.7.12"
 5586source = "registry+https://github.com/rust-lang/crates.io-index"
 5587checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
 5588dependencies = [
 5589 "enumflags2_derive",
 5590 "serde",
 5591]
 5592
 5593[[package]]
 5594name = "enumflags2_derive"
 5595version = "0.7.12"
 5596source = "registry+https://github.com/rust-lang/crates.io-index"
 5597checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
 5598dependencies = [
 5599 "proc-macro2",
 5600 "quote",
 5601 "syn 2.0.117",
 5602]
 5603
 5604[[package]]
 5605name = "env_filter"
 5606version = "0.1.4"
 5607source = "registry+https://github.com/rust-lang/crates.io-index"
 5608checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
 5609dependencies = [
 5610 "log",
 5611 "regex",
 5612]
 5613
 5614[[package]]
 5615name = "env_logger"
 5616version = "0.10.2"
 5617source = "registry+https://github.com/rust-lang/crates.io-index"
 5618checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 5619dependencies = [
 5620 "humantime",
 5621 "is-terminal",
 5622 "log",
 5623 "regex",
 5624 "termcolor",
 5625]
 5626
 5627[[package]]
 5628name = "env_logger"
 5629version = "0.11.8"
 5630source = "registry+https://github.com/rust-lang/crates.io-index"
 5631checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 5632dependencies = [
 5633 "anstream",
 5634 "anstyle",
 5635 "env_filter",
 5636 "jiff",
 5637 "log",
 5638]
 5639
 5640[[package]]
 5641name = "env_var"
 5642version = "0.1.0"
 5643dependencies = [
 5644 "gpui",
 5645]
 5646
 5647[[package]]
 5648name = "envy"
 5649version = "0.4.2"
 5650source = "registry+https://github.com/rust-lang/crates.io-index"
 5651checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 5652dependencies = [
 5653 "serde",
 5654]
 5655
 5656[[package]]
 5657name = "equator"
 5658version = "0.4.2"
 5659source = "registry+https://github.com/rust-lang/crates.io-index"
 5660checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
 5661dependencies = [
 5662 "equator-macro",
 5663]
 5664
 5665[[package]]
 5666name = "equator-macro"
 5667version = "0.4.2"
 5668source = "registry+https://github.com/rust-lang/crates.io-index"
 5669checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
 5670dependencies = [
 5671 "proc-macro2",
 5672 "quote",
 5673 "syn 2.0.117",
 5674]
 5675
 5676[[package]]
 5677name = "equivalent"
 5678version = "1.0.2"
 5679source = "registry+https://github.com/rust-lang/crates.io-index"
 5680checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 5681
 5682[[package]]
 5683name = "erased-serde"
 5684version = "0.4.9"
 5685source = "registry+https://github.com/rust-lang/crates.io-index"
 5686checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
 5687dependencies = [
 5688 "serde",
 5689 "serde_core",
 5690 "typeid",
 5691]
 5692
 5693[[package]]
 5694name = "errno"
 5695version = "0.2.8"
 5696source = "registry+https://github.com/rust-lang/crates.io-index"
 5697checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 5698dependencies = [
 5699 "errno-dragonfly",
 5700 "libc",
 5701 "winapi",
 5702]
 5703
 5704[[package]]
 5705name = "errno"
 5706version = "0.3.14"
 5707source = "registry+https://github.com/rust-lang/crates.io-index"
 5708checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
 5709dependencies = [
 5710 "libc",
 5711 "windows-sys 0.61.2",
 5712]
 5713
 5714[[package]]
 5715name = "errno-dragonfly"
 5716version = "0.1.2"
 5717source = "registry+https://github.com/rust-lang/crates.io-index"
 5718checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 5719dependencies = [
 5720 "cc",
 5721 "libc",
 5722]
 5723
 5724[[package]]
 5725name = "error-graph"
 5726version = "0.1.1"
 5727source = "registry+https://github.com/rust-lang/crates.io-index"
 5728checksum = "9b920e777967421aa5f9bf34f842c0ab6ba19b3bdb4a082946093860f5858879"
 5729dependencies = [
 5730 "serde",
 5731]
 5732
 5733[[package]]
 5734name = "etagere"
 5735version = "0.2.15"
 5736source = "registry+https://github.com/rust-lang/crates.io-index"
 5737checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 5738dependencies = [
 5739 "euclid",
 5740 "svg_fmt",
 5741]
 5742
 5743[[package]]
 5744name = "etcetera"
 5745version = "0.8.0"
 5746source = "registry+https://github.com/rust-lang/crates.io-index"
 5747checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 5748dependencies = [
 5749 "cfg-if",
 5750 "home",
 5751 "windows-sys 0.48.0",
 5752]
 5753
 5754[[package]]
 5755name = "etw_tracing"
 5756version = "0.1.0"
 5757dependencies = [
 5758 "anyhow",
 5759 "gpui",
 5760 "log",
 5761 "net",
 5762 "serde",
 5763 "serde_json",
 5764 "util",
 5765 "windows 0.61.3",
 5766 "windows-core 0.61.2",
 5767 "workspace",
 5768 "wprcontrol",
 5769]
 5770
 5771[[package]]
 5772name = "euclid"
 5773version = "0.22.11"
 5774source = "registry+https://github.com/rust-lang/crates.io-index"
 5775checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 5776dependencies = [
 5777 "num-traits",
 5778]
 5779
 5780[[package]]
 5781name = "eval_cli"
 5782version = "0.1.0"
 5783dependencies = [
 5784 "acp_thread",
 5785 "agent",
 5786 "agent-client-protocol",
 5787 "agent_ui",
 5788 "anyhow",
 5789 "clap",
 5790 "client",
 5791 "ctrlc",
 5792 "db",
 5793 "debug_adapter_extension",
 5794 "env_logger 0.11.8",
 5795 "extension",
 5796 "feature_flags",
 5797 "fs",
 5798 "futures 0.3.32",
 5799 "gpui",
 5800 "gpui_platform",
 5801 "gpui_tokio",
 5802 "language",
 5803 "language_extension",
 5804 "language_model",
 5805 "language_models",
 5806 "languages",
 5807 "node_runtime",
 5808 "paths",
 5809 "project",
 5810 "prompt_store",
 5811 "release_channel",
 5812 "reqwest_client",
 5813 "serde",
 5814 "serde_json",
 5815 "settings",
 5816 "shellexpand 2.1.2",
 5817 "terminal_view",
 5818 "util",
 5819 "watch",
 5820]
 5821
 5822[[package]]
 5823name = "eval_utils"
 5824version = "0.1.0"
 5825dependencies = [
 5826 "gpui_platform",
 5827 "serde",
 5828 "smol",
 5829]
 5830
 5831[[package]]
 5832name = "event-listener"
 5833version = "2.5.3"
 5834source = "registry+https://github.com/rust-lang/crates.io-index"
 5835checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5836
 5837[[package]]
 5838name = "event-listener"
 5839version = "5.4.1"
 5840source = "registry+https://github.com/rust-lang/crates.io-index"
 5841checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
 5842dependencies = [
 5843 "concurrent-queue",
 5844 "parking",
 5845 "pin-project-lite",
 5846]
 5847
 5848[[package]]
 5849name = "event-listener-strategy"
 5850version = "0.5.4"
 5851source = "registry+https://github.com/rust-lang/crates.io-index"
 5852checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5853dependencies = [
 5854 "event-listener 5.4.1",
 5855 "pin-project-lite",
 5856]
 5857
 5858[[package]]
 5859name = "exec"
 5860version = "0.3.1"
 5861source = "registry+https://github.com/rust-lang/crates.io-index"
 5862checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5863dependencies = [
 5864 "errno 0.2.8",
 5865 "libc",
 5866]
 5867
 5868[[package]]
 5869name = "explorer_command_injector"
 5870version = "0.1.0"
 5871dependencies = [
 5872 "windows 0.61.3",
 5873 "windows-core 0.61.2",
 5874 "windows-registry 0.5.3",
 5875]
 5876
 5877[[package]]
 5878name = "exr"
 5879version = "1.73.0"
 5880source = "registry+https://github.com/rust-lang/crates.io-index"
 5881checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 5882dependencies = [
 5883 "bit_field",
 5884 "half",
 5885 "lebe",
 5886 "miniz_oxide",
 5887 "rayon-core",
 5888 "smallvec",
 5889 "zune-inflate",
 5890]
 5891
 5892[[package]]
 5893name = "extended"
 5894version = "0.1.0"
 5895source = "registry+https://github.com/rust-lang/crates.io-index"
 5896checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
 5897
 5898[[package]]
 5899name = "extension"
 5900version = "0.1.0"
 5901dependencies = [
 5902 "anyhow",
 5903 "async-trait",
 5904 "cloud_api_types",
 5905 "collections",
 5906 "dap",
 5907 "fs",
 5908 "futures 0.3.32",
 5909 "gpui",
 5910 "heck 0.5.0",
 5911 "http_client",
 5912 "indoc",
 5913 "language",
 5914 "log",
 5915 "lsp",
 5916 "parking_lot",
 5917 "pretty_assertions",
 5918 "proto",
 5919 "semver",
 5920 "serde",
 5921 "serde_json",
 5922 "task",
 5923 "tempfile",
 5924 "toml 0.8.23",
 5925 "tracing",
 5926 "url",
 5927 "util",
 5928 "wasm-encoder 0.221.3",
 5929 "wasmparser 0.221.3",
 5930 "ztracing",
 5931]
 5932
 5933[[package]]
 5934name = "extension_cli"
 5935version = "0.1.0"
 5936dependencies = [
 5937 "anyhow",
 5938 "clap",
 5939 "cloud_api_types",
 5940 "env_logger 0.11.8",
 5941 "extension",
 5942 "fs",
 5943 "gpui_platform",
 5944 "language",
 5945 "log",
 5946 "reqwest_client",
 5947 "serde",
 5948 "serde_json",
 5949 "serde_json_lenient",
 5950 "settings_content",
 5951 "snippet_provider",
 5952 "task",
 5953 "theme_settings",
 5954 "tokio",
 5955 "toml 0.8.23",
 5956 "tree-sitter",
 5957 "wasmtime",
 5958]
 5959
 5960[[package]]
 5961name = "extension_host"
 5962version = "0.1.0"
 5963dependencies = [
 5964 "anyhow",
 5965 "async-compression",
 5966 "async-tar",
 5967 "async-trait",
 5968 "client",
 5969 "cloud_api_types",
 5970 "collections",
 5971 "criterion",
 5972 "ctor",
 5973 "dap",
 5974 "extension",
 5975 "fs",
 5976 "futures 0.3.32",
 5977 "gpui",
 5978 "gpui_tokio",
 5979 "http_client",
 5980 "language",
 5981 "language_extension",
 5982 "log",
 5983 "lsp",
 5984 "moka",
 5985 "node_runtime",
 5986 "parking_lot",
 5987 "paths",
 5988 "project",
 5989 "release_channel",
 5990 "remote",
 5991 "reqwest_client",
 5992 "semver",
 5993 "serde",
 5994 "serde_json",
 5995 "serde_json_lenient",
 5996 "settings",
 5997 "task",
 5998 "telemetry",
 5999 "tempfile",
 6000 "theme",
 6001 "theme_extension",
 6002 "theme_settings",
 6003 "toml 0.8.23",
 6004 "tracing",
 6005 "url",
 6006 "util",
 6007 "wasmparser 0.221.3",
 6008 "wasmtime",
 6009 "wasmtime-wasi",
 6010 "zlog",
 6011 "ztracing",
 6012]
 6013
 6014[[package]]
 6015name = "extensions_ui"
 6016version = "0.1.0"
 6017dependencies = [
 6018 "anyhow",
 6019 "client",
 6020 "cloud_api_types",
 6021 "collections",
 6022 "db",
 6023 "editor",
 6024 "extension",
 6025 "extension_host",
 6026 "fs",
 6027 "fuzzy",
 6028 "gpui",
 6029 "language",
 6030 "log",
 6031 "num-format",
 6032 "picker",
 6033 "project",
 6034 "release_channel",
 6035 "semver",
 6036 "serde",
 6037 "settings",
 6038 "smallvec",
 6039 "strum 0.27.2",
 6040 "telemetry",
 6041 "theme_settings",
 6042 "ui",
 6043 "util",
 6044 "vim_mode_setting",
 6045 "workspace",
 6046 "zed_actions",
 6047]
 6048
 6049[[package]]
 6050name = "failspot"
 6051version = "0.2.0"
 6052source = "registry+https://github.com/rust-lang/crates.io-index"
 6053checksum = "c942e64b20ecd39933d5ff938ca4fdb6ef0d298cc3855b231179a5ef0b24948d"
 6054
 6055[[package]]
 6056name = "fallible-iterator"
 6057version = "0.3.0"
 6058source = "registry+https://github.com/rust-lang/crates.io-index"
 6059checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 6060
 6061[[package]]
 6062name = "fancy-regex"
 6063version = "0.16.2"
 6064source = "registry+https://github.com/rust-lang/crates.io-index"
 6065checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
 6066dependencies = [
 6067 "bit-set 0.8.0",
 6068 "regex-automata",
 6069 "regex-syntax",
 6070]
 6071
 6072[[package]]
 6073name = "fancy-regex"
 6074version = "0.17.0"
 6075source = "registry+https://github.com/rust-lang/crates.io-index"
 6076checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
 6077dependencies = [
 6078 "bit-set 0.8.0",
 6079 "regex-automata",
 6080 "regex-syntax",
 6081]
 6082
 6083[[package]]
 6084name = "fast-srgb8"
 6085version = "1.0.0"
 6086source = "registry+https://github.com/rust-lang/crates.io-index"
 6087checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 6088
 6089[[package]]
 6090name = "fastrand"
 6091version = "1.9.0"
 6092source = "registry+https://github.com/rust-lang/crates.io-index"
 6093checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 6094dependencies = [
 6095 "instant",
 6096]
 6097
 6098[[package]]
 6099name = "fastrand"
 6100version = "2.3.0"
 6101source = "registry+https://github.com/rust-lang/crates.io-index"
 6102checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 6103
 6104[[package]]
 6105name = "fax"
 6106version = "0.2.6"
 6107source = "registry+https://github.com/rust-lang/crates.io-index"
 6108checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
 6109dependencies = [
 6110 "fax_derive",
 6111]
 6112
 6113[[package]]
 6114name = "fax_derive"
 6115version = "0.2.0"
 6116source = "registry+https://github.com/rust-lang/crates.io-index"
 6117checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
 6118dependencies = [
 6119 "proc-macro2",
 6120 "quote",
 6121 "syn 2.0.117",
 6122]
 6123
 6124[[package]]
 6125name = "fd-lock"
 6126version = "4.0.4"
 6127source = "registry+https://github.com/rust-lang/crates.io-index"
 6128checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 6129dependencies = [
 6130 "cfg-if",
 6131 "rustix 1.1.2",
 6132 "windows-sys 0.59.0",
 6133]
 6134
 6135[[package]]
 6136name = "fdeflate"
 6137version = "0.3.7"
 6138source = "registry+https://github.com/rust-lang/crates.io-index"
 6139checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 6140dependencies = [
 6141 "simd-adler32",
 6142]
 6143
 6144[[package]]
 6145name = "feature_flags"
 6146version = "0.1.0"
 6147dependencies = [
 6148 "gpui",
 6149]
 6150
 6151[[package]]
 6152name = "feedback"
 6153version = "0.1.0"
 6154dependencies = [
 6155 "gpui",
 6156 "system_specs",
 6157 "urlencoding",
 6158 "util",
 6159 "workspace",
 6160 "zed_actions",
 6161]
 6162
 6163[[package]]
 6164name = "ff"
 6165version = "0.12.1"
 6166source = "registry+https://github.com/rust-lang/crates.io-index"
 6167checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 6168dependencies = [
 6169 "rand_core 0.6.4",
 6170 "subtle",
 6171]
 6172
 6173[[package]]
 6174name = "file_finder"
 6175version = "0.1.0"
 6176dependencies = [
 6177 "anyhow",
 6178 "channel",
 6179 "client",
 6180 "collections",
 6181 "ctor",
 6182 "editor",
 6183 "file_icons",
 6184 "futures 0.3.32",
 6185 "fuzzy",
 6186 "gpui",
 6187 "menu",
 6188 "open_path_prompt",
 6189 "picker",
 6190 "pretty_assertions",
 6191 "project",
 6192 "project_panel",
 6193 "remote_connection",
 6194 "serde",
 6195 "serde_json",
 6196 "settings",
 6197 "theme",
 6198 "theme_settings",
 6199 "ui",
 6200 "util",
 6201 "workspace",
 6202 "zed_actions",
 6203 "zlog",
 6204]
 6205
 6206[[package]]
 6207name = "file_icons"
 6208version = "0.1.0"
 6209dependencies = [
 6210 "gpui",
 6211 "serde",
 6212 "theme",
 6213 "util",
 6214]
 6215
 6216[[package]]
 6217name = "filedescriptor"
 6218version = "0.8.3"
 6219source = "registry+https://github.com/rust-lang/crates.io-index"
 6220checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 6221dependencies = [
 6222 "libc",
 6223 "thiserror 1.0.69",
 6224 "winapi",
 6225]
 6226
 6227[[package]]
 6228name = "filetime"
 6229version = "0.2.26"
 6230source = "registry+https://github.com/rust-lang/crates.io-index"
 6231checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
 6232dependencies = [
 6233 "cfg-if",
 6234 "libc",
 6235 "libredox",
 6236 "windows-sys 0.60.2",
 6237]
 6238
 6239[[package]]
 6240name = "find-msvc-tools"
 6241version = "0.1.5"
 6242source = "registry+https://github.com/rust-lang/crates.io-index"
 6243checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
 6244
 6245[[package]]
 6246name = "fixedbitset"
 6247version = "0.4.2"
 6248source = "registry+https://github.com/rust-lang/crates.io-index"
 6249checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 6250
 6251[[package]]
 6252name = "fixedbitset"
 6253version = "0.5.7"
 6254source = "registry+https://github.com/rust-lang/crates.io-index"
 6255checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
 6256
 6257[[package]]
 6258name = "flate2"
 6259version = "1.1.8"
 6260source = "registry+https://github.com/rust-lang/crates.io-index"
 6261checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
 6262dependencies = [
 6263 "crc32fast",
 6264 "miniz_oxide",
 6265]
 6266
 6267[[package]]
 6268name = "float-cmp"
 6269version = "0.9.0"
 6270source = "registry+https://github.com/rust-lang/crates.io-index"
 6271checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 6272
 6273[[package]]
 6274name = "float-ord"
 6275version = "0.3.2"
 6276source = "registry+https://github.com/rust-lang/crates.io-index"
 6277checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 6278
 6279[[package]]
 6280name = "float8"
 6281version = "0.4.2"
 6282source = "registry+https://github.com/rust-lang/crates.io-index"
 6283checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
 6284dependencies = [
 6285 "half",
 6286 "num-traits",
 6287 "rand 0.9.2",
 6288 "rand_distr",
 6289]
 6290
 6291[[package]]
 6292name = "float_next_after"
 6293version = "1.0.0"
 6294source = "registry+https://github.com/rust-lang/crates.io-index"
 6295checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 6296
 6297[[package]]
 6298name = "fluent-uri"
 6299version = "0.4.1"
 6300source = "registry+https://github.com/rust-lang/crates.io-index"
 6301checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
 6302dependencies = [
 6303 "borrow-or-share",
 6304 "ref-cast",
 6305 "serde",
 6306]
 6307
 6308[[package]]
 6309name = "flume"
 6310version = "0.11.1"
 6311source = "registry+https://github.com/rust-lang/crates.io-index"
 6312checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 6313dependencies = [
 6314 "futures-core",
 6315 "futures-sink",
 6316 "nanorand",
 6317 "spin 0.9.8",
 6318]
 6319
 6320[[package]]
 6321name = "fnv"
 6322version = "1.0.7"
 6323source = "registry+https://github.com/rust-lang/crates.io-index"
 6324checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 6325
 6326[[package]]
 6327name = "foldhash"
 6328version = "0.1.5"
 6329source = "registry+https://github.com/rust-lang/crates.io-index"
 6330checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 6331
 6332[[package]]
 6333name = "foldhash"
 6334version = "0.2.0"
 6335source = "registry+https://github.com/rust-lang/crates.io-index"
 6336checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
 6337
 6338[[package]]
 6339name = "font-types"
 6340version = "0.10.0"
 6341source = "registry+https://github.com/rust-lang/crates.io-index"
 6342checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
 6343dependencies = [
 6344 "bytemuck",
 6345]
 6346
 6347[[package]]
 6348name = "font-types"
 6349version = "0.11.0"
 6350source = "registry+https://github.com/rust-lang/crates.io-index"
 6351checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
 6352dependencies = [
 6353 "bytemuck",
 6354]
 6355
 6356[[package]]
 6357name = "fontconfig-parser"
 6358version = "0.5.8"
 6359source = "registry+https://github.com/rust-lang/crates.io-index"
 6360checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
 6361dependencies = [
 6362 "roxmltree",
 6363]
 6364
 6365[[package]]
 6366name = "fontdb"
 6367version = "0.16.2"
 6368source = "registry+https://github.com/rust-lang/crates.io-index"
 6369checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 6370dependencies = [
 6371 "fontconfig-parser",
 6372 "log",
 6373 "memmap2",
 6374 "slotmap",
 6375 "tinyvec",
 6376 "ttf-parser 0.20.0",
 6377]
 6378
 6379[[package]]
 6380name = "fontdb"
 6381version = "0.23.0"
 6382source = "registry+https://github.com/rust-lang/crates.io-index"
 6383checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 6384dependencies = [
 6385 "fontconfig-parser",
 6386 "log",
 6387 "memmap2",
 6388 "slotmap",
 6389 "tinyvec",
 6390 "ttf-parser 0.25.1",
 6391]
 6392
 6393[[package]]
 6394name = "foreign-types"
 6395version = "0.3.2"
 6396source = "registry+https://github.com/rust-lang/crates.io-index"
 6397checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 6398dependencies = [
 6399 "foreign-types-shared 0.1.1",
 6400]
 6401
 6402[[package]]
 6403name = "foreign-types"
 6404version = "0.5.0"
 6405source = "registry+https://github.com/rust-lang/crates.io-index"
 6406checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 6407dependencies = [
 6408 "foreign-types-macros",
 6409 "foreign-types-shared 0.3.1",
 6410]
 6411
 6412[[package]]
 6413name = "foreign-types-macros"
 6414version = "0.2.3"
 6415source = "registry+https://github.com/rust-lang/crates.io-index"
 6416checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 6417dependencies = [
 6418 "proc-macro2",
 6419 "quote",
 6420 "syn 2.0.117",
 6421]
 6422
 6423[[package]]
 6424name = "foreign-types-shared"
 6425version = "0.1.1"
 6426source = "registry+https://github.com/rust-lang/crates.io-index"
 6427checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 6428
 6429[[package]]
 6430name = "foreign-types-shared"
 6431version = "0.3.1"
 6432source = "registry+https://github.com/rust-lang/crates.io-index"
 6433checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 6434
 6435[[package]]
 6436name = "fork"
 6437version = "0.4.0"
 6438source = "registry+https://github.com/rust-lang/crates.io-index"
 6439checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
 6440dependencies = [
 6441 "libc",
 6442]
 6443
 6444[[package]]
 6445name = "form_urlencoded"
 6446version = "1.2.2"
 6447source = "registry+https://github.com/rust-lang/crates.io-index"
 6448checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
 6449dependencies = [
 6450 "percent-encoding",
 6451]
 6452
 6453[[package]]
 6454name = "fraction"
 6455version = "0.15.3"
 6456source = "registry+https://github.com/rust-lang/crates.io-index"
 6457checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 6458dependencies = [
 6459 "lazy_static",
 6460 "num",
 6461]
 6462
 6463[[package]]
 6464name = "freetype-sys"
 6465version = "0.20.1"
 6466source = "registry+https://github.com/rust-lang/crates.io-index"
 6467checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 6468dependencies = [
 6469 "cc",
 6470 "libc",
 6471 "pkg-config",
 6472]
 6473
 6474[[package]]
 6475name = "fs"
 6476version = "0.1.0"
 6477dependencies = [
 6478 "anyhow",
 6479 "ashpd",
 6480 "async-tar",
 6481 "async-trait",
 6482 "cocoa 0.26.0",
 6483 "collections",
 6484 "dunce",
 6485 "fs",
 6486 "futures 0.3.32",
 6487 "git",
 6488 "gpui",
 6489 "ignore",
 6490 "is_executable",
 6491 "libc",
 6492 "log",
 6493 "notify 8.2.0",
 6494 "objc",
 6495 "parking_lot",
 6496 "paths",
 6497 "proto",
 6498 "rope",
 6499 "serde",
 6500 "serde_json",
 6501 "smol",
 6502 "tempfile",
 6503 "text",
 6504 "time",
 6505 "util",
 6506 "windows 0.61.3",
 6507]
 6508
 6509[[package]]
 6510name = "fs-set-times"
 6511version = "0.20.3"
 6512source = "registry+https://github.com/rust-lang/crates.io-index"
 6513checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 6514dependencies = [
 6515 "io-lifetimes",
 6516 "rustix 1.1.2",
 6517 "windows-sys 0.59.0",
 6518]
 6519
 6520[[package]]
 6521name = "fs2"
 6522version = "0.4.3"
 6523source = "registry+https://github.com/rust-lang/crates.io-index"
 6524checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 6525dependencies = [
 6526 "libc",
 6527 "winapi",
 6528]
 6529
 6530[[package]]
 6531name = "fs_benchmarks"
 6532version = "0.1.0"
 6533dependencies = [
 6534 "fs",
 6535 "gpui",
 6536 "gpui_platform",
 6537]
 6538
 6539[[package]]
 6540name = "fs_extra"
 6541version = "1.3.0"
 6542source = "registry+https://github.com/rust-lang/crates.io-index"
 6543checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 6544
 6545[[package]]
 6546name = "fsevent-sys"
 6547version = "4.1.0"
 6548source = "registry+https://github.com/rust-lang/crates.io-index"
 6549checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 6550dependencies = [
 6551 "libc",
 6552]
 6553
 6554[[package]]
 6555name = "fuchsia-cprng"
 6556version = "0.1.1"
 6557source = "registry+https://github.com/rust-lang/crates.io-index"
 6558checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
 6559
 6560[[package]]
 6561name = "funty"
 6562version = "2.0.0"
 6563source = "registry+https://github.com/rust-lang/crates.io-index"
 6564checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 6565
 6566[[package]]
 6567name = "futf"
 6568version = "0.1.5"
 6569source = "registry+https://github.com/rust-lang/crates.io-index"
 6570checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 6571dependencies = [
 6572 "mac",
 6573 "new_debug_unreachable",
 6574]
 6575
 6576[[package]]
 6577name = "futures"
 6578version = "0.1.31"
 6579source = "registry+https://github.com/rust-lang/crates.io-index"
 6580checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 6581
 6582[[package]]
 6583name = "futures"
 6584version = "0.3.32"
 6585source = "registry+https://github.com/rust-lang/crates.io-index"
 6586checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
 6587dependencies = [
 6588 "futures-channel",
 6589 "futures-core",
 6590 "futures-executor",
 6591 "futures-io",
 6592 "futures-sink",
 6593 "futures-task",
 6594 "futures-util",
 6595]
 6596
 6597[[package]]
 6598name = "futures-channel"
 6599version = "0.3.32"
 6600source = "registry+https://github.com/rust-lang/crates.io-index"
 6601checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
 6602dependencies = [
 6603 "futures-core",
 6604 "futures-sink",
 6605]
 6606
 6607[[package]]
 6608name = "futures-concurrency"
 6609version = "7.7.1"
 6610source = "registry+https://github.com/rust-lang/crates.io-index"
 6611checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
 6612dependencies = [
 6613 "fixedbitset 0.5.7",
 6614 "futures-core",
 6615 "futures-lite 2.6.1",
 6616 "pin-project",
 6617 "smallvec",
 6618]
 6619
 6620[[package]]
 6621name = "futures-core"
 6622version = "0.3.32"
 6623source = "registry+https://github.com/rust-lang/crates.io-index"
 6624checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
 6625
 6626[[package]]
 6627name = "futures-executor"
 6628version = "0.3.32"
 6629source = "registry+https://github.com/rust-lang/crates.io-index"
 6630checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
 6631dependencies = [
 6632 "futures-core",
 6633 "futures-task",
 6634 "futures-util",
 6635]
 6636
 6637[[package]]
 6638name = "futures-intrusive"
 6639version = "0.5.0"
 6640source = "registry+https://github.com/rust-lang/crates.io-index"
 6641checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 6642dependencies = [
 6643 "futures-core",
 6644 "lock_api",
 6645 "parking_lot",
 6646]
 6647
 6648[[package]]
 6649name = "futures-io"
 6650version = "0.3.32"
 6651source = "registry+https://github.com/rust-lang/crates.io-index"
 6652checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
 6653
 6654[[package]]
 6655name = "futures-lite"
 6656version = "1.13.0"
 6657source = "registry+https://github.com/rust-lang/crates.io-index"
 6658checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 6659dependencies = [
 6660 "fastrand 1.9.0",
 6661 "futures-core",
 6662 "futures-io",
 6663 "memchr",
 6664 "parking",
 6665 "pin-project-lite",
 6666 "waker-fn",
 6667]
 6668
 6669[[package]]
 6670name = "futures-lite"
 6671version = "2.6.1"
 6672source = "registry+https://github.com/rust-lang/crates.io-index"
 6673checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
 6674dependencies = [
 6675 "fastrand 2.3.0",
 6676 "futures-core",
 6677 "futures-io",
 6678 "parking",
 6679 "pin-project-lite",
 6680]
 6681
 6682[[package]]
 6683name = "futures-macro"
 6684version = "0.3.32"
 6685source = "registry+https://github.com/rust-lang/crates.io-index"
 6686checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
 6687dependencies = [
 6688 "proc-macro2",
 6689 "quote",
 6690 "syn 2.0.117",
 6691]
 6692
 6693[[package]]
 6694name = "futures-sink"
 6695version = "0.3.32"
 6696source = "registry+https://github.com/rust-lang/crates.io-index"
 6697checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
 6698
 6699[[package]]
 6700name = "futures-task"
 6701version = "0.3.32"
 6702source = "registry+https://github.com/rust-lang/crates.io-index"
 6703checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
 6704
 6705[[package]]
 6706name = "futures-util"
 6707version = "0.3.32"
 6708source = "registry+https://github.com/rust-lang/crates.io-index"
 6709checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
 6710dependencies = [
 6711 "futures 0.1.31",
 6712 "futures-channel",
 6713 "futures-core",
 6714 "futures-io",
 6715 "futures-macro",
 6716 "futures-sink",
 6717 "futures-task",
 6718 "libc",
 6719 "memchr",
 6720 "pin-project-lite",
 6721 "slab",
 6722 "tokio-io",
 6723]
 6724
 6725[[package]]
 6726name = "fuzzy"
 6727version = "0.1.0"
 6728dependencies = [
 6729 "gpui",
 6730 "log",
 6731 "util",
 6732]
 6733
 6734[[package]]
 6735name = "fuzzy-matcher"
 6736version = "0.3.7"
 6737source = "registry+https://github.com/rust-lang/crates.io-index"
 6738checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 6739dependencies = [
 6740 "thread_local",
 6741]
 6742
 6743[[package]]
 6744name = "gaoya"
 6745version = "0.2.0"
 6746source = "registry+https://github.com/rust-lang/crates.io-index"
 6747checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
 6748dependencies = [
 6749 "ahash 0.8.12",
 6750 "crossbeam-utils",
 6751 "fnv",
 6752 "itertools 0.10.5",
 6753 "num-traits",
 6754 "rand 0.8.5",
 6755 "rand_pcg",
 6756 "random_choice",
 6757 "rayon",
 6758 "seahash",
 6759 "sha-1",
 6760 "shingles",
 6761 "siphasher 0.3.11",
 6762 "smallvec",
 6763 "triomphe",
 6764]
 6765
 6766[[package]]
 6767name = "gemm"
 6768version = "0.17.1"
 6769source = "registry+https://github.com/rust-lang/crates.io-index"
 6770checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
 6771dependencies = [
 6772 "dyn-stack 0.10.0",
 6773 "gemm-c32 0.17.1",
 6774 "gemm-c64 0.17.1",
 6775 "gemm-common 0.17.1",
 6776 "gemm-f16 0.17.1",
 6777 "gemm-f32 0.17.1",
 6778 "gemm-f64 0.17.1",
 6779 "num-complex",
 6780 "num-traits",
 6781 "paste",
 6782 "raw-cpuid 10.7.0",
 6783 "seq-macro",
 6784]
 6785
 6786[[package]]
 6787name = "gemm"
 6788version = "0.18.2"
 6789source = "registry+https://github.com/rust-lang/crates.io-index"
 6790checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
 6791dependencies = [
 6792 "dyn-stack 0.13.2",
 6793 "gemm-c32 0.18.2",
 6794 "gemm-c64 0.18.2",
 6795 "gemm-common 0.18.2",
 6796 "gemm-f16 0.18.2",
 6797 "gemm-f32 0.18.2",
 6798 "gemm-f64 0.18.2",
 6799 "num-complex",
 6800 "num-traits",
 6801 "paste",
 6802 "raw-cpuid 11.6.0",
 6803 "seq-macro",
 6804]
 6805
 6806[[package]]
 6807name = "gemm-c32"
 6808version = "0.17.1"
 6809source = "registry+https://github.com/rust-lang/crates.io-index"
 6810checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
 6811dependencies = [
 6812 "dyn-stack 0.10.0",
 6813 "gemm-common 0.17.1",
 6814 "num-complex",
 6815 "num-traits",
 6816 "paste",
 6817 "raw-cpuid 10.7.0",
 6818 "seq-macro",
 6819]
 6820
 6821[[package]]
 6822name = "gemm-c32"
 6823version = "0.18.2"
 6824source = "registry+https://github.com/rust-lang/crates.io-index"
 6825checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
 6826dependencies = [
 6827 "dyn-stack 0.13.2",
 6828 "gemm-common 0.18.2",
 6829 "num-complex",
 6830 "num-traits",
 6831 "paste",
 6832 "raw-cpuid 11.6.0",
 6833 "seq-macro",
 6834]
 6835
 6836[[package]]
 6837name = "gemm-c64"
 6838version = "0.17.1"
 6839source = "registry+https://github.com/rust-lang/crates.io-index"
 6840checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
 6841dependencies = [
 6842 "dyn-stack 0.10.0",
 6843 "gemm-common 0.17.1",
 6844 "num-complex",
 6845 "num-traits",
 6846 "paste",
 6847 "raw-cpuid 10.7.0",
 6848 "seq-macro",
 6849]
 6850
 6851[[package]]
 6852name = "gemm-c64"
 6853version = "0.18.2"
 6854source = "registry+https://github.com/rust-lang/crates.io-index"
 6855checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
 6856dependencies = [
 6857 "dyn-stack 0.13.2",
 6858 "gemm-common 0.18.2",
 6859 "num-complex",
 6860 "num-traits",
 6861 "paste",
 6862 "raw-cpuid 11.6.0",
 6863 "seq-macro",
 6864]
 6865
 6866[[package]]
 6867name = "gemm-common"
 6868version = "0.17.1"
 6869source = "registry+https://github.com/rust-lang/crates.io-index"
 6870checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
 6871dependencies = [
 6872 "bytemuck",
 6873 "dyn-stack 0.10.0",
 6874 "half",
 6875 "num-complex",
 6876 "num-traits",
 6877 "once_cell",
 6878 "paste",
 6879 "pulp 0.18.22",
 6880 "raw-cpuid 10.7.0",
 6881 "rayon",
 6882 "seq-macro",
 6883 "sysctl 0.5.5",
 6884]
 6885
 6886[[package]]
 6887name = "gemm-common"
 6888version = "0.18.2"
 6889source = "registry+https://github.com/rust-lang/crates.io-index"
 6890checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
 6891dependencies = [
 6892 "bytemuck",
 6893 "dyn-stack 0.13.2",
 6894 "half",
 6895 "libm",
 6896 "num-complex",
 6897 "num-traits",
 6898 "once_cell",
 6899 "paste",
 6900 "pulp 0.21.5",
 6901 "raw-cpuid 11.6.0",
 6902 "rayon",
 6903 "seq-macro",
 6904 "sysctl 0.6.0",
 6905]
 6906
 6907[[package]]
 6908name = "gemm-f16"
 6909version = "0.17.1"
 6910source = "registry+https://github.com/rust-lang/crates.io-index"
 6911checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
 6912dependencies = [
 6913 "dyn-stack 0.10.0",
 6914 "gemm-common 0.17.1",
 6915 "gemm-f32 0.17.1",
 6916 "half",
 6917 "num-complex",
 6918 "num-traits",
 6919 "paste",
 6920 "raw-cpuid 10.7.0",
 6921 "rayon",
 6922 "seq-macro",
 6923]
 6924
 6925[[package]]
 6926name = "gemm-f16"
 6927version = "0.18.2"
 6928source = "registry+https://github.com/rust-lang/crates.io-index"
 6929checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
 6930dependencies = [
 6931 "dyn-stack 0.13.2",
 6932 "gemm-common 0.18.2",
 6933 "gemm-f32 0.18.2",
 6934 "half",
 6935 "num-complex",
 6936 "num-traits",
 6937 "paste",
 6938 "raw-cpuid 11.6.0",
 6939 "rayon",
 6940 "seq-macro",
 6941]
 6942
 6943[[package]]
 6944name = "gemm-f32"
 6945version = "0.17.1"
 6946source = "registry+https://github.com/rust-lang/crates.io-index"
 6947checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
 6948dependencies = [
 6949 "dyn-stack 0.10.0",
 6950 "gemm-common 0.17.1",
 6951 "num-complex",
 6952 "num-traits",
 6953 "paste",
 6954 "raw-cpuid 10.7.0",
 6955 "seq-macro",
 6956]
 6957
 6958[[package]]
 6959name = "gemm-f32"
 6960version = "0.18.2"
 6961source = "registry+https://github.com/rust-lang/crates.io-index"
 6962checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
 6963dependencies = [
 6964 "dyn-stack 0.13.2",
 6965 "gemm-common 0.18.2",
 6966 "num-complex",
 6967 "num-traits",
 6968 "paste",
 6969 "raw-cpuid 11.6.0",
 6970 "seq-macro",
 6971]
 6972
 6973[[package]]
 6974name = "gemm-f64"
 6975version = "0.17.1"
 6976source = "registry+https://github.com/rust-lang/crates.io-index"
 6977checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
 6978dependencies = [
 6979 "dyn-stack 0.10.0",
 6980 "gemm-common 0.17.1",
 6981 "num-complex",
 6982 "num-traits",
 6983 "paste",
 6984 "raw-cpuid 10.7.0",
 6985 "seq-macro",
 6986]
 6987
 6988[[package]]
 6989name = "gemm-f64"
 6990version = "0.18.2"
 6991source = "registry+https://github.com/rust-lang/crates.io-index"
 6992checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
 6993dependencies = [
 6994 "dyn-stack 0.13.2",
 6995 "gemm-common 0.18.2",
 6996 "num-complex",
 6997 "num-traits",
 6998 "paste",
 6999 "raw-cpuid 11.6.0",
 7000 "seq-macro",
 7001]
 7002
 7003[[package]]
 7004name = "generator"
 7005version = "0.8.7"
 7006source = "registry+https://github.com/rust-lang/crates.io-index"
 7007checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
 7008dependencies = [
 7009 "cc",
 7010 "cfg-if",
 7011 "libc",
 7012 "log",
 7013 "rustversion",
 7014 "windows 0.61.3",
 7015]
 7016
 7017[[package]]
 7018name = "generic-array"
 7019version = "0.14.7"
 7020source = "registry+https://github.com/rust-lang/crates.io-index"
 7021checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 7022dependencies = [
 7023 "typenum",
 7024 "version_check",
 7025]
 7026
 7027[[package]]
 7028name = "gethostname"
 7029version = "1.1.0"
 7030source = "registry+https://github.com/rust-lang/crates.io-index"
 7031checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
 7032dependencies = [
 7033 "rustix 1.1.2",
 7034 "windows-link 0.2.1",
 7035]
 7036
 7037[[package]]
 7038name = "getrandom"
 7039version = "0.2.16"
 7040source = "registry+https://github.com/rust-lang/crates.io-index"
 7041checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
 7042dependencies = [
 7043 "cfg-if",
 7044 "js-sys",
 7045 "libc",
 7046 "wasi",
 7047 "wasm-bindgen",
 7048]
 7049
 7050[[package]]
 7051name = "getrandom"
 7052version = "0.3.4"
 7053source = "registry+https://github.com/rust-lang/crates.io-index"
 7054checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
 7055dependencies = [
 7056 "cfg-if",
 7057 "js-sys",
 7058 "libc",
 7059 "r-efi",
 7060 "wasip2",
 7061 "wasm-bindgen",
 7062]
 7063
 7064[[package]]
 7065name = "getrandom"
 7066version = "0.4.1"
 7067source = "registry+https://github.com/rust-lang/crates.io-index"
 7068checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
 7069dependencies = [
 7070 "cfg-if",
 7071 "libc",
 7072 "r-efi",
 7073 "wasip2",
 7074 "wasip3",
 7075]
 7076
 7077[[package]]
 7078name = "gh-workflow"
 7079version = "0.8.0"
 7080source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7081dependencies = [
 7082 "async-trait",
 7083 "derive_more",
 7084 "derive_setters",
 7085 "gh-workflow-macros",
 7086 "indexmap",
 7087 "merge",
 7088 "serde",
 7089 "serde_json",
 7090 "serde_yaml",
 7091 "strum_macros 0.27.2",
 7092]
 7093
 7094[[package]]
 7095name = "gh-workflow-macros"
 7096version = "0.8.0"
 7097source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7098dependencies = [
 7099 "heck 0.5.0",
 7100 "quote",
 7101 "syn 2.0.117",
 7102]
 7103
 7104[[package]]
 7105name = "gif"
 7106version = "0.13.3"
 7107source = "registry+https://github.com/rust-lang/crates.io-index"
 7108checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
 7109dependencies = [
 7110 "color_quant",
 7111 "weezl",
 7112]
 7113
 7114[[package]]
 7115name = "gimli"
 7116version = "0.32.3"
 7117source = "registry+https://github.com/rust-lang/crates.io-index"
 7118checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
 7119dependencies = [
 7120 "fallible-iterator",
 7121 "indexmap",
 7122 "stable_deref_trait",
 7123]
 7124
 7125[[package]]
 7126name = "gio-sys"
 7127version = "0.21.5"
 7128source = "registry+https://github.com/rust-lang/crates.io-index"
 7129checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
 7130dependencies = [
 7131 "glib-sys",
 7132 "gobject-sys",
 7133 "libc",
 7134 "system-deps 7.0.7",
 7135 "windows-sys 0.61.2",
 7136]
 7137
 7138[[package]]
 7139name = "git"
 7140version = "0.1.0"
 7141dependencies = [
 7142 "anyhow",
 7143 "askpass",
 7144 "async-trait",
 7145 "collections",
 7146 "derive_more",
 7147 "futures 0.3.32",
 7148 "git2",
 7149 "gpui",
 7150 "http_client",
 7151 "itertools 0.14.0",
 7152 "log",
 7153 "parking_lot",
 7154 "pretty_assertions",
 7155 "rand 0.9.2",
 7156 "regex",
 7157 "rope",
 7158 "schemars",
 7159 "serde",
 7160 "serde_json",
 7161 "smallvec",
 7162 "smol",
 7163 "sum_tree",
 7164 "tempfile",
 7165 "text",
 7166 "thiserror 2.0.17",
 7167 "time",
 7168 "url",
 7169 "urlencoding",
 7170 "util",
 7171 "uuid",
 7172 "ztracing",
 7173]
 7174
 7175[[package]]
 7176name = "git2"
 7177version = "0.20.4"
 7178source = "registry+https://github.com/rust-lang/crates.io-index"
 7179checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
 7180dependencies = [
 7181 "bitflags 2.10.0",
 7182 "libc",
 7183 "libgit2-sys",
 7184 "log",
 7185 "url",
 7186]
 7187
 7188[[package]]
 7189name = "git_graph"
 7190version = "0.1.0"
 7191dependencies = [
 7192 "anyhow",
 7193 "collections",
 7194 "db",
 7195 "editor",
 7196 "fs",
 7197 "git",
 7198 "git_ui",
 7199 "gpui",
 7200 "language",
 7201 "menu",
 7202 "project",
 7203 "rand 0.9.2",
 7204 "remote_connection",
 7205 "search",
 7206 "serde_json",
 7207 "settings",
 7208 "smallvec",
 7209 "smol",
 7210 "theme",
 7211 "theme_settings",
 7212 "time",
 7213 "ui",
 7214 "workspace",
 7215]
 7216
 7217[[package]]
 7218name = "git_hosting_providers"
 7219version = "0.1.0"
 7220dependencies = [
 7221 "anyhow",
 7222 "async-trait",
 7223 "futures 0.3.32",
 7224 "git",
 7225 "gpui",
 7226 "http_client",
 7227 "indoc",
 7228 "itertools 0.14.0",
 7229 "pretty_assertions",
 7230 "regex",
 7231 "serde",
 7232 "serde_json",
 7233 "settings",
 7234 "url",
 7235 "urlencoding",
 7236 "util",
 7237]
 7238
 7239[[package]]
 7240name = "git_ui"
 7241version = "0.1.0"
 7242dependencies = [
 7243 "agent_settings",
 7244 "anyhow",
 7245 "askpass",
 7246 "buffer_diff",
 7247 "call",
 7248 "collections",
 7249 "component",
 7250 "ctor",
 7251 "db",
 7252 "editor",
 7253 "file_icons",
 7254 "futures 0.3.32",
 7255 "fuzzy",
 7256 "git",
 7257 "gpui",
 7258 "indoc",
 7259 "itertools 0.14.0",
 7260 "language",
 7261 "language_model",
 7262 "linkify",
 7263 "log",
 7264 "markdown",
 7265 "menu",
 7266 "multi_buffer",
 7267 "notifications",
 7268 "panel",
 7269 "picker",
 7270 "pretty_assertions",
 7271 "project",
 7272 "prompt_store",
 7273 "proto",
 7274 "rand 0.9.2",
 7275 "remote",
 7276 "remote_connection",
 7277 "schemars",
 7278 "serde",
 7279 "serde_json",
 7280 "settings",
 7281 "smallvec",
 7282 "smol",
 7283 "strum 0.27.2",
 7284 "telemetry",
 7285 "theme",
 7286 "theme_settings",
 7287 "time",
 7288 "time_format",
 7289 "tracing",
 7290 "ui",
 7291 "ui_input",
 7292 "unindent",
 7293 "util",
 7294 "watch",
 7295 "windows 0.61.3",
 7296 "workspace",
 7297 "zed_actions",
 7298 "zeroize",
 7299 "zlog",
 7300 "ztracing",
 7301]
 7302
 7303[[package]]
 7304name = "gl_generator"
 7305version = "0.14.0"
 7306source = "registry+https://github.com/rust-lang/crates.io-index"
 7307checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
 7308dependencies = [
 7309 "khronos_api",
 7310 "log",
 7311 "xml-rs",
 7312]
 7313
 7314[[package]]
 7315name = "glib"
 7316version = "0.21.5"
 7317source = "registry+https://github.com/rust-lang/crates.io-index"
 7318checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
 7319dependencies = [
 7320 "bitflags 2.10.0",
 7321 "futures-channel",
 7322 "futures-core",
 7323 "futures-executor",
 7324 "futures-task",
 7325 "futures-util",
 7326 "gio-sys",
 7327 "glib-macros",
 7328 "glib-sys",
 7329 "gobject-sys",
 7330 "libc",
 7331 "memchr",
 7332 "smallvec",
 7333]
 7334
 7335[[package]]
 7336name = "glib-macros"
 7337version = "0.21.5"
 7338source = "registry+https://github.com/rust-lang/crates.io-index"
 7339checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
 7340dependencies = [
 7341 "heck 0.5.0",
 7342 "proc-macro-crate",
 7343 "proc-macro2",
 7344 "quote",
 7345 "syn 2.0.117",
 7346]
 7347
 7348[[package]]
 7349name = "glib-sys"
 7350version = "0.21.5"
 7351source = "registry+https://github.com/rust-lang/crates.io-index"
 7352checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
 7353dependencies = [
 7354 "libc",
 7355 "system-deps 7.0.7",
 7356]
 7357
 7358[[package]]
 7359name = "glob"
 7360version = "0.3.3"
 7361source = "registry+https://github.com/rust-lang/crates.io-index"
 7362checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
 7363
 7364[[package]]
 7365name = "globset"
 7366version = "0.4.17"
 7367source = "registry+https://github.com/rust-lang/crates.io-index"
 7368checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
 7369dependencies = [
 7370 "aho-corasick",
 7371 "bstr",
 7372 "log",
 7373 "regex-automata",
 7374 "regex-syntax",
 7375]
 7376
 7377[[package]]
 7378name = "gloo-timers"
 7379version = "0.3.0"
 7380source = "registry+https://github.com/rust-lang/crates.io-index"
 7381checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 7382dependencies = [
 7383 "futures-channel",
 7384 "futures-core",
 7385 "js-sys",
 7386 "wasm-bindgen",
 7387]
 7388
 7389[[package]]
 7390name = "glow"
 7391version = "0.17.0"
 7392source = "registry+https://github.com/rust-lang/crates.io-index"
 7393checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
 7394dependencies = [
 7395 "js-sys",
 7396 "slotmap",
 7397 "wasm-bindgen",
 7398 "web-sys",
 7399]
 7400
 7401[[package]]
 7402name = "glutin_wgl_sys"
 7403version = "0.6.1"
 7404source = "registry+https://github.com/rust-lang/crates.io-index"
 7405checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
 7406dependencies = [
 7407 "gl_generator",
 7408]
 7409
 7410[[package]]
 7411name = "go_to_line"
 7412version = "0.1.0"
 7413dependencies = [
 7414 "editor",
 7415 "gpui",
 7416 "indoc",
 7417 "language",
 7418 "menu",
 7419 "multi_buffer",
 7420 "project",
 7421 "rope",
 7422 "serde",
 7423 "serde_json",
 7424 "settings",
 7425 "text",
 7426 "theme",
 7427 "ui",
 7428 "util",
 7429 "workspace",
 7430]
 7431
 7432[[package]]
 7433name = "gobject-sys"
 7434version = "0.21.5"
 7435source = "registry+https://github.com/rust-lang/crates.io-index"
 7436checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
 7437dependencies = [
 7438 "glib-sys",
 7439 "libc",
 7440 "system-deps 7.0.7",
 7441]
 7442
 7443[[package]]
 7444name = "goblin"
 7445version = "0.9.3"
 7446source = "registry+https://github.com/rust-lang/crates.io-index"
 7447checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
 7448dependencies = [
 7449 "log",
 7450 "plain",
 7451 "scroll",
 7452]
 7453
 7454[[package]]
 7455name = "google_ai"
 7456version = "0.1.0"
 7457dependencies = [
 7458 "anyhow",
 7459 "futures 0.3.32",
 7460 "http_client",
 7461 "schemars",
 7462 "serde",
 7463 "serde_json",
 7464 "settings",
 7465 "strum 0.27.2",
 7466]
 7467
 7468[[package]]
 7469name = "gpu-allocator"
 7470version = "0.28.0"
 7471source = "registry+https://github.com/rust-lang/crates.io-index"
 7472checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
 7473dependencies = [
 7474 "ash",
 7475 "hashbrown 0.16.1",
 7476 "log",
 7477 "presser",
 7478 "thiserror 2.0.17",
 7479 "windows 0.62.2",
 7480]
 7481
 7482[[package]]
 7483name = "gpu-descriptor"
 7484version = "0.3.2"
 7485source = "registry+https://github.com/rust-lang/crates.io-index"
 7486checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
 7487dependencies = [
 7488 "bitflags 2.10.0",
 7489 "gpu-descriptor-types",
 7490 "hashbrown 0.15.5",
 7491]
 7492
 7493[[package]]
 7494name = "gpu-descriptor-types"
 7495version = "0.2.0"
 7496source = "registry+https://github.com/rust-lang/crates.io-index"
 7497checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
 7498dependencies = [
 7499 "bitflags 2.10.0",
 7500]
 7501
 7502[[package]]
 7503name = "gpui"
 7504version = "0.2.2"
 7505dependencies = [
 7506 "anyhow",
 7507 "async-channel 2.5.0",
 7508 "async-task",
 7509 "backtrace",
 7510 "bindgen 0.71.1",
 7511 "bitflags 2.10.0",
 7512 "block",
 7513 "cbindgen",
 7514 "chrono",
 7515 "cocoa 0.26.0",
 7516 "cocoa-foundation 0.2.0",
 7517 "collections",
 7518 "core-foundation 0.10.0",
 7519 "core-foundation-sys",
 7520 "core-graphics 0.24.0",
 7521 "core-text",
 7522 "core-video",
 7523 "ctor",
 7524 "derive_more",
 7525 "embed-resource",
 7526 "env_logger 0.11.8",
 7527 "etagere",
 7528 "foreign-types 0.5.0",
 7529 "futures 0.3.32",
 7530 "futures-concurrency",
 7531 "getrandom 0.3.4",
 7532 "gpui_macros",
 7533 "gpui_platform",
 7534 "gpui_util",
 7535 "gpui_web",
 7536 "http_client",
 7537 "image",
 7538 "inventory",
 7539 "itertools 0.14.0",
 7540 "log",
 7541 "lyon",
 7542 "mach2 0.5.0",
 7543 "media",
 7544 "metal",
 7545 "naga 29.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 7546 "num_cpus",
 7547 "objc",
 7548 "objc2",
 7549 "objc2-metal",
 7550 "parking",
 7551 "parking_lot",
 7552 "pathfinder_geometry",
 7553 "pin-project",
 7554 "pollster 0.4.0",
 7555 "postage",
 7556 "profiling",
 7557 "proptest",
 7558 "rand 0.9.2",
 7559 "raw-window-handle",
 7560 "refineable",
 7561 "regex",
 7562 "reqwest_client",
 7563 "resvg",
 7564 "scheduler",
 7565 "schemars",
 7566 "seahash",
 7567 "serde",
 7568 "serde_json",
 7569 "slotmap",
 7570 "smallvec",
 7571 "spin 0.10.0",
 7572 "stacksafe",
 7573 "strum 0.27.2",
 7574 "sum_tree",
 7575 "taffy",
 7576 "thiserror 2.0.17",
 7577 "ttf-parser 0.25.1",
 7578 "unicode-segmentation",
 7579 "url",
 7580 "usvg",
 7581 "util_macros",
 7582 "uuid",
 7583 "waker-fn",
 7584 "wasm-bindgen",
 7585 "web-time",
 7586 "windows 0.61.3",
 7587 "zed-font-kit",
 7588 "zed-scap",
 7589]
 7590
 7591[[package]]
 7592name = "gpui_linux"
 7593version = "0.1.0"
 7594dependencies = [
 7595 "anyhow",
 7596 "as-raw-xcb-connection",
 7597 "ashpd",
 7598 "bitflags 2.10.0",
 7599 "bytemuck",
 7600 "calloop",
 7601 "calloop-wayland-source",
 7602 "collections",
 7603 "filedescriptor",
 7604 "futures 0.3.32",
 7605 "gpui",
 7606 "gpui_wgpu",
 7607 "http_client",
 7608 "itertools 0.14.0",
 7609 "libc",
 7610 "log",
 7611 "oo7",
 7612 "open",
 7613 "parking_lot",
 7614 "pathfinder_geometry",
 7615 "pollster 0.4.0",
 7616 "profiling",
 7617 "raw-window-handle",
 7618 "smallvec",
 7619 "smol",
 7620 "strum 0.27.2",
 7621 "swash",
 7622 "url",
 7623 "util",
 7624 "uuid",
 7625 "wayland-backend",
 7626 "wayland-client",
 7627 "wayland-cursor",
 7628 "wayland-protocols",
 7629 "wayland-protocols-plasma",
 7630 "wayland-protocols-wlr",
 7631 "x11-clipboard",
 7632 "x11rb",
 7633 "xkbcommon",
 7634 "zed-scap",
 7635 "zed-xim",
 7636]
 7637
 7638[[package]]
 7639name = "gpui_macos"
 7640version = "0.1.0"
 7641dependencies = [
 7642 "anyhow",
 7643 "async-task",
 7644 "block",
 7645 "cbindgen",
 7646 "cocoa 0.26.0",
 7647 "collections",
 7648 "core-foundation 0.10.0",
 7649 "core-foundation-sys",
 7650 "core-graphics 0.24.0",
 7651 "core-text",
 7652 "core-video",
 7653 "ctor",
 7654 "derive_more",
 7655 "dispatch2",
 7656 "etagere",
 7657 "foreign-types 0.5.0",
 7658 "futures 0.3.32",
 7659 "gpui",
 7660 "image",
 7661 "itertools 0.14.0",
 7662 "libc",
 7663 "log",
 7664 "mach2 0.5.0",
 7665 "media",
 7666 "metal",
 7667 "objc",
 7668 "objc2-app-kit",
 7669 "parking_lot",
 7670 "pathfinder_geometry",
 7671 "raw-window-handle",
 7672 "semver",
 7673 "smallvec",
 7674 "strum 0.27.2",
 7675 "util",
 7676 "uuid",
 7677 "zed-font-kit",
 7678]
 7679
 7680[[package]]
 7681name = "gpui_macros"
 7682version = "0.1.0"
 7683dependencies = [
 7684 "gpui",
 7685 "heck 0.5.0",
 7686 "proc-macro2",
 7687 "quote",
 7688 "syn 2.0.117",
 7689]
 7690
 7691[[package]]
 7692name = "gpui_platform"
 7693version = "0.1.0"
 7694dependencies = [
 7695 "console_error_panic_hook",
 7696 "gpui",
 7697 "gpui_linux",
 7698 "gpui_macos",
 7699 "gpui_web",
 7700 "gpui_windows",
 7701]
 7702
 7703[[package]]
 7704name = "gpui_tokio"
 7705version = "0.1.0"
 7706dependencies = [
 7707 "anyhow",
 7708 "gpui",
 7709 "tokio",
 7710 "util",
 7711]
 7712
 7713[[package]]
 7714name = "gpui_util"
 7715version = "0.1.0"
 7716dependencies = [
 7717 "anyhow",
 7718 "log",
 7719]
 7720
 7721[[package]]
 7722name = "gpui_web"
 7723version = "0.1.0"
 7724dependencies = [
 7725 "anyhow",
 7726 "console_error_panic_hook",
 7727 "futures 0.3.32",
 7728 "gpui",
 7729 "gpui_wgpu",
 7730 "http_client",
 7731 "js-sys",
 7732 "log",
 7733 "parking_lot",
 7734 "raw-window-handle",
 7735 "smallvec",
 7736 "uuid",
 7737 "wasm-bindgen",
 7738 "wasm-bindgen-futures",
 7739 "wasm_thread",
 7740 "web-sys",
 7741 "web-time",
 7742]
 7743
 7744[[package]]
 7745name = "gpui_wgpu"
 7746version = "0.1.0"
 7747dependencies = [
 7748 "anyhow",
 7749 "bytemuck",
 7750 "collections",
 7751 "cosmic-text",
 7752 "etagere",
 7753 "gpui",
 7754 "gpui_util",
 7755 "itertools 0.14.0",
 7756 "js-sys",
 7757 "log",
 7758 "parking_lot",
 7759 "pollster 0.4.0",
 7760 "profiling",
 7761 "raw-window-handle",
 7762 "smallvec",
 7763 "swash",
 7764 "wasm-bindgen",
 7765 "wasm-bindgen-futures",
 7766 "web-sys",
 7767 "wgpu",
 7768 "zed-font-kit",
 7769]
 7770
 7771[[package]]
 7772name = "gpui_windows"
 7773version = "0.1.0"
 7774dependencies = [
 7775 "anyhow",
 7776 "collections",
 7777 "etagere",
 7778 "futures 0.3.32",
 7779 "gpui",
 7780 "image",
 7781 "itertools 0.14.0",
 7782 "log",
 7783 "parking_lot",
 7784 "rand 0.9.2",
 7785 "raw-window-handle",
 7786 "smallvec",
 7787 "util",
 7788 "uuid",
 7789 "windows 0.61.3",
 7790 "windows-core 0.61.2",
 7791 "windows-numerics 0.2.0",
 7792 "windows-registry 0.5.3",
 7793 "zed-scap",
 7794]
 7795
 7796[[package]]
 7797name = "grammars"
 7798version = "0.1.0"
 7799dependencies = [
 7800 "anyhow",
 7801 "language_core",
 7802 "rust-embed",
 7803 "toml 0.8.23",
 7804 "tree-sitter",
 7805 "tree-sitter-bash",
 7806 "tree-sitter-c",
 7807 "tree-sitter-cpp",
 7808 "tree-sitter-css",
 7809 "tree-sitter-diff",
 7810 "tree-sitter-gitcommit",
 7811 "tree-sitter-go",
 7812 "tree-sitter-gomod",
 7813 "tree-sitter-gowork",
 7814 "tree-sitter-jsdoc",
 7815 "tree-sitter-json",
 7816 "tree-sitter-md",
 7817 "tree-sitter-python",
 7818 "tree-sitter-regex",
 7819 "tree-sitter-rust",
 7820 "tree-sitter-typescript",
 7821 "tree-sitter-yaml",
 7822 "util",
 7823]
 7824
 7825[[package]]
 7826name = "grid"
 7827version = "0.18.0"
 7828source = "registry+https://github.com/rust-lang/crates.io-index"
 7829checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
 7830
 7831[[package]]
 7832name = "group"
 7833version = "0.12.1"
 7834source = "registry+https://github.com/rust-lang/crates.io-index"
 7835checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7836dependencies = [
 7837 "ff",
 7838 "rand_core 0.6.4",
 7839 "subtle",
 7840]
 7841
 7842[[package]]
 7843name = "h2"
 7844version = "0.3.27"
 7845source = "registry+https://github.com/rust-lang/crates.io-index"
 7846checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
 7847dependencies = [
 7848 "bytes 1.11.1",
 7849 "fnv",
 7850 "futures-core",
 7851 "futures-sink",
 7852 "futures-util",
 7853 "http 0.2.12",
 7854 "indexmap",
 7855 "slab",
 7856 "tokio",
 7857 "tokio-util",
 7858 "tracing",
 7859]
 7860
 7861[[package]]
 7862name = "h2"
 7863version = "0.4.12"
 7864source = "registry+https://github.com/rust-lang/crates.io-index"
 7865checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
 7866dependencies = [
 7867 "atomic-waker",
 7868 "bytes 1.11.1",
 7869 "fnv",
 7870 "futures-core",
 7871 "futures-sink",
 7872 "http 1.3.1",
 7873 "indexmap",
 7874 "slab",
 7875 "tokio",
 7876 "tokio-util",
 7877 "tracing",
 7878]
 7879
 7880[[package]]
 7881name = "half"
 7882version = "2.7.1"
 7883source = "registry+https://github.com/rust-lang/crates.io-index"
 7884checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
 7885dependencies = [
 7886 "bytemuck",
 7887 "cfg-if",
 7888 "crunchy",
 7889 "num-traits",
 7890 "rand 0.9.2",
 7891 "rand_distr",
 7892 "zerocopy",
 7893]
 7894
 7895[[package]]
 7896name = "handlebars"
 7897version = "4.5.0"
 7898source = "registry+https://github.com/rust-lang/crates.io-index"
 7899checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7900dependencies = [
 7901 "log",
 7902 "pest",
 7903 "pest_derive",
 7904 "rust-embed",
 7905 "serde",
 7906 "serde_json",
 7907 "thiserror 1.0.69",
 7908]
 7909
 7910[[package]]
 7911name = "handlebars"
 7912version = "5.1.2"
 7913source = "registry+https://github.com/rust-lang/crates.io-index"
 7914checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
 7915dependencies = [
 7916 "log",
 7917 "pest",
 7918 "pest_derive",
 7919 "serde",
 7920 "serde_json",
 7921 "thiserror 1.0.69",
 7922]
 7923
 7924[[package]]
 7925name = "harfrust"
 7926version = "0.5.0"
 7927source = "registry+https://github.com/rust-lang/crates.io-index"
 7928checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
 7929dependencies = [
 7930 "bitflags 2.10.0",
 7931 "bytemuck",
 7932 "core_maths",
 7933 "read-fonts 0.37.0",
 7934 "smallvec",
 7935]
 7936
 7937[[package]]
 7938name = "hash32"
 7939version = "0.3.1"
 7940source = "registry+https://github.com/rust-lang/crates.io-index"
 7941checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
 7942dependencies = [
 7943 "byteorder",
 7944]
 7945
 7946[[package]]
 7947name = "hashbrown"
 7948version = "0.12.3"
 7949source = "registry+https://github.com/rust-lang/crates.io-index"
 7950checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 7951dependencies = [
 7952 "ahash 0.7.8",
 7953]
 7954
 7955[[package]]
 7956name = "hashbrown"
 7957version = "0.14.5"
 7958source = "registry+https://github.com/rust-lang/crates.io-index"
 7959checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 7960dependencies = [
 7961 "ahash 0.8.12",
 7962 "allocator-api2",
 7963]
 7964
 7965[[package]]
 7966name = "hashbrown"
 7967version = "0.15.5"
 7968source = "registry+https://github.com/rust-lang/crates.io-index"
 7969checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
 7970dependencies = [
 7971 "allocator-api2",
 7972 "equivalent",
 7973 "foldhash 0.1.5",
 7974 "serde",
 7975]
 7976
 7977[[package]]
 7978name = "hashbrown"
 7979version = "0.16.1"
 7980source = "registry+https://github.com/rust-lang/crates.io-index"
 7981checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
 7982dependencies = [
 7983 "allocator-api2",
 7984 "equivalent",
 7985 "foldhash 0.2.0",
 7986]
 7987
 7988[[package]]
 7989name = "hashlink"
 7990version = "0.8.4"
 7991source = "registry+https://github.com/rust-lang/crates.io-index"
 7992checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 7993dependencies = [
 7994 "hashbrown 0.14.5",
 7995]
 7996
 7997[[package]]
 7998name = "hashlink"
 7999version = "0.10.0"
 8000source = "registry+https://github.com/rust-lang/crates.io-index"
 8001checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 8002dependencies = [
 8003 "hashbrown 0.15.5",
 8004]
 8005
 8006[[package]]
 8007name = "headers"
 8008version = "0.3.9"
 8009source = "registry+https://github.com/rust-lang/crates.io-index"
 8010checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 8011dependencies = [
 8012 "base64 0.21.7",
 8013 "bytes 1.11.1",
 8014 "headers-core",
 8015 "http 0.2.12",
 8016 "httpdate",
 8017 "mime",
 8018 "sha1",
 8019]
 8020
 8021[[package]]
 8022name = "headers-core"
 8023version = "0.2.0"
 8024source = "registry+https://github.com/rust-lang/crates.io-index"
 8025checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 8026dependencies = [
 8027 "http 0.2.12",
 8028]
 8029
 8030[[package]]
 8031name = "heapless"
 8032version = "0.9.2"
 8033source = "registry+https://github.com/rust-lang/crates.io-index"
 8034checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
 8035dependencies = [
 8036 "hash32",
 8037 "stable_deref_trait",
 8038]
 8039
 8040[[package]]
 8041name = "heck"
 8042version = "0.3.3"
 8043source = "registry+https://github.com/rust-lang/crates.io-index"
 8044checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 8045dependencies = [
 8046 "unicode-segmentation",
 8047]
 8048
 8049[[package]]
 8050name = "heck"
 8051version = "0.4.1"
 8052source = "registry+https://github.com/rust-lang/crates.io-index"
 8053checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 8054dependencies = [
 8055 "unicode-segmentation",
 8056]
 8057
 8058[[package]]
 8059name = "heck"
 8060version = "0.5.0"
 8061source = "registry+https://github.com/rust-lang/crates.io-index"
 8062checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 8063
 8064[[package]]
 8065name = "heed"
 8066version = "0.21.0"
 8067source = "registry+https://github.com/rust-lang/crates.io-index"
 8068checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 8069dependencies = [
 8070 "bitflags 2.10.0",
 8071 "byteorder",
 8072 "heed-traits",
 8073 "heed-types",
 8074 "libc",
 8075 "lmdb-master-sys",
 8076 "once_cell",
 8077 "page_size",
 8078 "serde",
 8079 "synchronoise",
 8080 "url",
 8081]
 8082
 8083[[package]]
 8084name = "heed-traits"
 8085version = "0.20.0"
 8086source = "registry+https://github.com/rust-lang/crates.io-index"
 8087checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 8088
 8089[[package]]
 8090name = "heed-types"
 8091version = "0.21.0"
 8092source = "registry+https://github.com/rust-lang/crates.io-index"
 8093checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 8094dependencies = [
 8095 "bincode",
 8096 "byteorder",
 8097 "heed-traits",
 8098 "serde",
 8099 "serde_json",
 8100]
 8101
 8102[[package]]
 8103name = "hermit-abi"
 8104version = "0.5.2"
 8105source = "registry+https://github.com/rust-lang/crates.io-index"
 8106checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
 8107
 8108[[package]]
 8109name = "hex"
 8110version = "0.4.3"
 8111source = "registry+https://github.com/rust-lang/crates.io-index"
 8112checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 8113
 8114[[package]]
 8115name = "hexf-parse"
 8116version = "0.2.1"
 8117source = "registry+https://github.com/rust-lang/crates.io-index"
 8118checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 8119
 8120[[package]]
 8121name = "hkdf"
 8122version = "0.12.4"
 8123source = "registry+https://github.com/rust-lang/crates.io-index"
 8124checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 8125dependencies = [
 8126 "hmac",
 8127]
 8128
 8129[[package]]
 8130name = "hmac"
 8131version = "0.12.1"
 8132source = "registry+https://github.com/rust-lang/crates.io-index"
 8133checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 8134dependencies = [
 8135 "digest",
 8136]
 8137
 8138[[package]]
 8139name = "home"
 8140version = "0.5.11"
 8141source = "registry+https://github.com/rust-lang/crates.io-index"
 8142checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 8143dependencies = [
 8144 "windows-sys 0.59.0",
 8145]
 8146
 8147[[package]]
 8148name = "hound"
 8149version = "3.5.1"
 8150source = "registry+https://github.com/rust-lang/crates.io-index"
 8151checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 8152
 8153[[package]]
 8154name = "html5ever"
 8155version = "0.27.0"
 8156source = "registry+https://github.com/rust-lang/crates.io-index"
 8157checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 8158dependencies = [
 8159 "log",
 8160 "mac",
 8161 "markup5ever 0.12.1",
 8162 "proc-macro2",
 8163 "quote",
 8164 "syn 2.0.117",
 8165]
 8166
 8167[[package]]
 8168name = "html5ever"
 8169version = "0.35.0"
 8170source = "registry+https://github.com/rust-lang/crates.io-index"
 8171checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
 8172dependencies = [
 8173 "log",
 8174 "markup5ever 0.35.0",
 8175 "match_token",
 8176]
 8177
 8178[[package]]
 8179name = "html_to_markdown"
 8180version = "0.1.0"
 8181dependencies = [
 8182 "anyhow",
 8183 "html5ever 0.27.0",
 8184 "indoc",
 8185 "markup5ever_rcdom",
 8186 "pretty_assertions",
 8187 "regex",
 8188]
 8189
 8190[[package]]
 8191name = "http"
 8192version = "0.2.12"
 8193source = "registry+https://github.com/rust-lang/crates.io-index"
 8194checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 8195dependencies = [
 8196 "bytes 1.11.1",
 8197 "fnv",
 8198 "itoa",
 8199]
 8200
 8201[[package]]
 8202name = "http"
 8203version = "1.3.1"
 8204source = "registry+https://github.com/rust-lang/crates.io-index"
 8205checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 8206dependencies = [
 8207 "bytes 1.11.1",
 8208 "fnv",
 8209 "itoa",
 8210]
 8211
 8212[[package]]
 8213name = "http-body"
 8214version = "0.4.6"
 8215source = "registry+https://github.com/rust-lang/crates.io-index"
 8216checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 8217dependencies = [
 8218 "bytes 1.11.1",
 8219 "http 0.2.12",
 8220 "pin-project-lite",
 8221]
 8222
 8223[[package]]
 8224name = "http-body"
 8225version = "1.0.1"
 8226source = "registry+https://github.com/rust-lang/crates.io-index"
 8227checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 8228dependencies = [
 8229 "bytes 1.11.1",
 8230 "http 1.3.1",
 8231]
 8232
 8233[[package]]
 8234name = "http-body-util"
 8235version = "0.1.3"
 8236source = "registry+https://github.com/rust-lang/crates.io-index"
 8237checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 8238dependencies = [
 8239 "bytes 1.11.1",
 8240 "futures-core",
 8241 "http 1.3.1",
 8242 "http-body 1.0.1",
 8243 "pin-project-lite",
 8244]
 8245
 8246[[package]]
 8247name = "http-range-header"
 8248version = "0.3.1"
 8249source = "registry+https://github.com/rust-lang/crates.io-index"
 8250checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 8251
 8252[[package]]
 8253name = "http_client"
 8254version = "0.1.0"
 8255dependencies = [
 8256 "anyhow",
 8257 "async-compression",
 8258 "async-fs",
 8259 "async-tar",
 8260 "bytes 1.11.1",
 8261 "derive_more",
 8262 "futures 0.3.32",
 8263 "http 1.3.1",
 8264 "http-body 1.0.1",
 8265 "log",
 8266 "parking_lot",
 8267 "serde",
 8268 "serde_json",
 8269 "serde_urlencoded",
 8270 "sha2",
 8271 "tempfile",
 8272 "url",
 8273 "util",
 8274]
 8275
 8276[[package]]
 8277name = "http_client_tls"
 8278version = "0.1.0"
 8279dependencies = [
 8280 "rustls 0.23.33",
 8281 "rustls-platform-verifier",
 8282]
 8283
 8284[[package]]
 8285name = "httparse"
 8286version = "1.10.1"
 8287source = "registry+https://github.com/rust-lang/crates.io-index"
 8288checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 8289
 8290[[package]]
 8291name = "httpdate"
 8292version = "1.0.3"
 8293source = "registry+https://github.com/rust-lang/crates.io-index"
 8294checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 8295
 8296[[package]]
 8297name = "human_bytes"
 8298version = "0.4.3"
 8299source = "registry+https://github.com/rust-lang/crates.io-index"
 8300checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 8301
 8302[[package]]
 8303name = "humantime"
 8304version = "2.3.0"
 8305source = "registry+https://github.com/rust-lang/crates.io-index"
 8306checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
 8307
 8308[[package]]
 8309name = "hyper"
 8310version = "0.14.32"
 8311source = "registry+https://github.com/rust-lang/crates.io-index"
 8312checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 8313dependencies = [
 8314 "bytes 1.11.1",
 8315 "futures-channel",
 8316 "futures-core",
 8317 "futures-util",
 8318 "h2 0.3.27",
 8319 "http 0.2.12",
 8320 "http-body 0.4.6",
 8321 "httparse",
 8322 "httpdate",
 8323 "itoa",
 8324 "pin-project-lite",
 8325 "socket2 0.5.10",
 8326 "tokio",
 8327 "tower-service",
 8328 "tracing",
 8329 "want",
 8330]
 8331
 8332[[package]]
 8333name = "hyper"
 8334version = "1.7.0"
 8335source = "registry+https://github.com/rust-lang/crates.io-index"
 8336checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
 8337dependencies = [
 8338 "atomic-waker",
 8339 "bytes 1.11.1",
 8340 "futures-channel",
 8341 "futures-core",
 8342 "h2 0.4.12",
 8343 "http 1.3.1",
 8344 "http-body 1.0.1",
 8345 "httparse",
 8346 "itoa",
 8347 "pin-project-lite",
 8348 "pin-utils",
 8349 "smallvec",
 8350 "tokio",
 8351 "want",
 8352]
 8353
 8354[[package]]
 8355name = "hyper-rustls"
 8356version = "0.24.2"
 8357source = "registry+https://github.com/rust-lang/crates.io-index"
 8358checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 8359dependencies = [
 8360 "futures-util",
 8361 "http 0.2.12",
 8362 "hyper 0.14.32",
 8363 "log",
 8364 "rustls 0.21.12",
 8365 "rustls-native-certs 0.6.3",
 8366 "tokio",
 8367 "tokio-rustls 0.24.1",
 8368]
 8369
 8370[[package]]
 8371name = "hyper-rustls"
 8372version = "0.27.7"
 8373source = "registry+https://github.com/rust-lang/crates.io-index"
 8374checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
 8375dependencies = [
 8376 "http 1.3.1",
 8377 "hyper 1.7.0",
 8378 "hyper-util",
 8379 "log",
 8380 "rustls 0.23.33",
 8381 "rustls-native-certs 0.8.2",
 8382 "rustls-pki-types",
 8383 "tokio",
 8384 "tokio-rustls 0.26.2",
 8385 "tower-service",
 8386]
 8387
 8388[[package]]
 8389name = "hyper-timeout"
 8390version = "0.5.2"
 8391source = "registry+https://github.com/rust-lang/crates.io-index"
 8392checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
 8393dependencies = [
 8394 "hyper 1.7.0",
 8395 "hyper-util",
 8396 "pin-project-lite",
 8397 "tokio",
 8398 "tower-service",
 8399]
 8400
 8401[[package]]
 8402name = "hyper-tls"
 8403version = "0.5.0"
 8404source = "registry+https://github.com/rust-lang/crates.io-index"
 8405checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 8406dependencies = [
 8407 "bytes 1.11.1",
 8408 "hyper 0.14.32",
 8409 "native-tls",
 8410 "tokio",
 8411 "tokio-native-tls",
 8412]
 8413
 8414[[package]]
 8415name = "hyper-util"
 8416version = "0.1.17"
 8417source = "registry+https://github.com/rust-lang/crates.io-index"
 8418checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
 8419dependencies = [
 8420 "base64 0.22.1",
 8421 "bytes 1.11.1",
 8422 "futures-channel",
 8423 "futures-core",
 8424 "futures-util",
 8425 "http 1.3.1",
 8426 "http-body 1.0.1",
 8427 "hyper 1.7.0",
 8428 "ipnet",
 8429 "libc",
 8430 "percent-encoding",
 8431 "pin-project-lite",
 8432 "socket2 0.6.1",
 8433 "tokio",
 8434 "tower-service",
 8435 "tracing",
 8436]
 8437
 8438[[package]]
 8439name = "iana-time-zone"
 8440version = "0.1.64"
 8441source = "registry+https://github.com/rust-lang/crates.io-index"
 8442checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
 8443dependencies = [
 8444 "android_system_properties",
 8445 "core-foundation-sys",
 8446 "iana-time-zone-haiku",
 8447 "js-sys",
 8448 "log",
 8449 "wasm-bindgen",
 8450 "windows-core 0.62.2",
 8451]
 8452
 8453[[package]]
 8454name = "iana-time-zone-haiku"
 8455version = "0.1.2"
 8456source = "registry+https://github.com/rust-lang/crates.io-index"
 8457checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 8458dependencies = [
 8459 "cc",
 8460]
 8461
 8462[[package]]
 8463name = "icons"
 8464version = "0.1.0"
 8465dependencies = [
 8466 "serde",
 8467 "strum 0.27.2",
 8468]
 8469
 8470[[package]]
 8471name = "icu_collections"
 8472version = "2.0.0"
 8473source = "registry+https://github.com/rust-lang/crates.io-index"
 8474checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
 8475dependencies = [
 8476 "displaydoc",
 8477 "potential_utf",
 8478 "yoke 0.8.0",
 8479 "zerofrom",
 8480 "zerovec",
 8481]
 8482
 8483[[package]]
 8484name = "icu_locale_core"
 8485version = "2.0.0"
 8486source = "registry+https://github.com/rust-lang/crates.io-index"
 8487checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
 8488dependencies = [
 8489 "displaydoc",
 8490 "litemap",
 8491 "tinystr",
 8492 "writeable",
 8493 "zerovec",
 8494]
 8495
 8496[[package]]
 8497name = "icu_normalizer"
 8498version = "2.0.0"
 8499source = "registry+https://github.com/rust-lang/crates.io-index"
 8500checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
 8501dependencies = [
 8502 "displaydoc",
 8503 "icu_collections",
 8504 "icu_normalizer_data",
 8505 "icu_properties",
 8506 "icu_provider",
 8507 "smallvec",
 8508 "zerovec",
 8509]
 8510
 8511[[package]]
 8512name = "icu_normalizer_data"
 8513version = "2.0.0"
 8514source = "registry+https://github.com/rust-lang/crates.io-index"
 8515checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
 8516
 8517[[package]]
 8518name = "icu_properties"
 8519version = "2.0.1"
 8520source = "registry+https://github.com/rust-lang/crates.io-index"
 8521checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
 8522dependencies = [
 8523 "displaydoc",
 8524 "icu_collections",
 8525 "icu_locale_core",
 8526 "icu_properties_data",
 8527 "icu_provider",
 8528 "potential_utf",
 8529 "zerotrie",
 8530 "zerovec",
 8531]
 8532
 8533[[package]]
 8534name = "icu_properties_data"
 8535version = "2.0.1"
 8536source = "registry+https://github.com/rust-lang/crates.io-index"
 8537checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
 8538
 8539[[package]]
 8540name = "icu_provider"
 8541version = "2.0.0"
 8542source = "registry+https://github.com/rust-lang/crates.io-index"
 8543checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
 8544dependencies = [
 8545 "displaydoc",
 8546 "icu_locale_core",
 8547 "stable_deref_trait",
 8548 "tinystr",
 8549 "writeable",
 8550 "yoke 0.8.0",
 8551 "zerofrom",
 8552 "zerotrie",
 8553 "zerovec",
 8554]
 8555
 8556[[package]]
 8557name = "id-arena"
 8558version = "2.2.1"
 8559source = "registry+https://github.com/rust-lang/crates.io-index"
 8560checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 8561
 8562[[package]]
 8563name = "ident_case"
 8564version = "1.0.1"
 8565source = "registry+https://github.com/rust-lang/crates.io-index"
 8566checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 8567
 8568[[package]]
 8569name = "idna"
 8570version = "1.1.0"
 8571source = "registry+https://github.com/rust-lang/crates.io-index"
 8572checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
 8573dependencies = [
 8574 "idna_adapter",
 8575 "smallvec",
 8576 "utf8_iter",
 8577]
 8578
 8579[[package]]
 8580name = "idna_adapter"
 8581version = "1.2.1"
 8582source = "registry+https://github.com/rust-lang/crates.io-index"
 8583checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
 8584dependencies = [
 8585 "icu_normalizer",
 8586 "icu_properties",
 8587]
 8588
 8589[[package]]
 8590name = "ignore"
 8591version = "0.4.24"
 8592source = "registry+https://github.com/rust-lang/crates.io-index"
 8593checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
 8594dependencies = [
 8595 "crossbeam-deque",
 8596 "globset",
 8597 "log",
 8598 "memchr",
 8599 "regex-automata",
 8600 "same-file",
 8601 "walkdir",
 8602 "winapi-util",
 8603]
 8604
 8605[[package]]
 8606name = "image"
 8607version = "0.25.8"
 8608source = "registry+https://github.com/rust-lang/crates.io-index"
 8609checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
 8610dependencies = [
 8611 "bytemuck",
 8612 "byteorder-lite",
 8613 "color_quant",
 8614 "exr",
 8615 "gif",
 8616 "image-webp",
 8617 "moxcms",
 8618 "num-traits",
 8619 "png 0.18.0",
 8620 "qoi",
 8621 "ravif",
 8622 "rayon",
 8623 "rgb",
 8624 "tiff",
 8625 "zune-core",
 8626 "zune-jpeg",
 8627]
 8628
 8629[[package]]
 8630name = "image-webp"
 8631version = "0.2.4"
 8632source = "registry+https://github.com/rust-lang/crates.io-index"
 8633checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
 8634dependencies = [
 8635 "byteorder-lite",
 8636 "quick-error 2.0.1",
 8637]
 8638
 8639[[package]]
 8640name = "image_viewer"
 8641version = "0.1.0"
 8642dependencies = [
 8643 "anyhow",
 8644 "db",
 8645 "editor",
 8646 "file_icons",
 8647 "gpui",
 8648 "language",
 8649 "log",
 8650 "project",
 8651 "serde",
 8652 "settings",
 8653 "theme_settings",
 8654 "ui",
 8655 "util",
 8656 "workspace",
 8657]
 8658
 8659[[package]]
 8660name = "imagesize"
 8661version = "0.13.0"
 8662source = "registry+https://github.com/rust-lang/crates.io-index"
 8663checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 8664
 8665[[package]]
 8666name = "imara-diff"
 8667version = "0.1.8"
 8668source = "registry+https://github.com/rust-lang/crates.io-index"
 8669checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 8670dependencies = [
 8671 "hashbrown 0.15.5",
 8672]
 8673
 8674[[package]]
 8675name = "imgref"
 8676version = "1.12.0"
 8677source = "registry+https://github.com/rust-lang/crates.io-index"
 8678checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
 8679
 8680[[package]]
 8681name = "indenter"
 8682version = "0.3.4"
 8683source = "registry+https://github.com/rust-lang/crates.io-index"
 8684checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
 8685
 8686[[package]]
 8687name = "indexmap"
 8688version = "2.11.4"
 8689source = "registry+https://github.com/rust-lang/crates.io-index"
 8690checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
 8691dependencies = [
 8692 "equivalent",
 8693 "hashbrown 0.16.1",
 8694 "serde",
 8695 "serde_core",
 8696]
 8697
 8698[[package]]
 8699name = "indoc"
 8700version = "2.0.6"
 8701source = "registry+https://github.com/rust-lang/crates.io-index"
 8702checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8703
 8704[[package]]
 8705name = "inherent"
 8706version = "1.0.13"
 8707source = "registry+https://github.com/rust-lang/crates.io-index"
 8708checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
 8709dependencies = [
 8710 "proc-macro2",
 8711 "quote",
 8712 "syn 2.0.117",
 8713]
 8714
 8715[[package]]
 8716name = "inotify"
 8717version = "0.9.6"
 8718source = "registry+https://github.com/rust-lang/crates.io-index"
 8719checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 8720dependencies = [
 8721 "bitflags 1.3.2",
 8722 "inotify-sys",
 8723 "libc",
 8724]
 8725
 8726[[package]]
 8727name = "inotify"
 8728version = "0.11.0"
 8729source = "registry+https://github.com/rust-lang/crates.io-index"
 8730checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8731dependencies = [
 8732 "bitflags 2.10.0",
 8733 "inotify-sys",
 8734 "libc",
 8735]
 8736
 8737[[package]]
 8738name = "inotify-sys"
 8739version = "0.1.5"
 8740source = "registry+https://github.com/rust-lang/crates.io-index"
 8741checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8742dependencies = [
 8743 "libc",
 8744]
 8745
 8746[[package]]
 8747name = "inout"
 8748version = "0.1.4"
 8749source = "registry+https://github.com/rust-lang/crates.io-index"
 8750checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8751dependencies = [
 8752 "block-padding",
 8753 "generic-array",
 8754]
 8755
 8756[[package]]
 8757name = "inspector_ui"
 8758version = "0.1.0"
 8759dependencies = [
 8760 "anyhow",
 8761 "command_palette_hooks",
 8762 "editor",
 8763 "fuzzy",
 8764 "gpui",
 8765 "language",
 8766 "project",
 8767 "serde_json",
 8768 "serde_json_lenient",
 8769 "theme_settings",
 8770 "ui",
 8771 "util",
 8772 "util_macros",
 8773 "workspace",
 8774 "zed_actions",
 8775]
 8776
 8777[[package]]
 8778name = "install_cli"
 8779version = "0.1.0"
 8780dependencies = [
 8781 "anyhow",
 8782 "client",
 8783 "gpui",
 8784 "release_channel",
 8785 "smol",
 8786 "util",
 8787 "workspace",
 8788]
 8789
 8790[[package]]
 8791name = "instant"
 8792version = "0.1.13"
 8793source = "registry+https://github.com/rust-lang/crates.io-index"
 8794checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8795dependencies = [
 8796 "cfg-if",
 8797]
 8798
 8799[[package]]
 8800name = "interpolate_name"
 8801version = "0.2.4"
 8802source = "registry+https://github.com/rust-lang/crates.io-index"
 8803checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8804dependencies = [
 8805 "proc-macro2",
 8806 "quote",
 8807 "syn 2.0.117",
 8808]
 8809
 8810[[package]]
 8811name = "inventory"
 8812version = "0.3.21"
 8813source = "registry+https://github.com/rust-lang/crates.io-index"
 8814checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
 8815dependencies = [
 8816 "rustversion",
 8817]
 8818
 8819[[package]]
 8820name = "io-extras"
 8821version = "0.18.4"
 8822source = "registry+https://github.com/rust-lang/crates.io-index"
 8823checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8824dependencies = [
 8825 "io-lifetimes",
 8826 "windows-sys 0.59.0",
 8827]
 8828
 8829[[package]]
 8830name = "io-lifetimes"
 8831version = "2.0.4"
 8832source = "registry+https://github.com/rust-lang/crates.io-index"
 8833checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8834
 8835[[package]]
 8836name = "io-surface"
 8837version = "0.16.1"
 8838source = "registry+https://github.com/rust-lang/crates.io-index"
 8839checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
 8840dependencies = [
 8841 "cgl",
 8842 "core-foundation 0.10.0",
 8843 "core-foundation-sys",
 8844 "leaky-cow",
 8845]
 8846
 8847[[package]]
 8848name = "iovec"
 8849version = "0.1.4"
 8850source = "registry+https://github.com/rust-lang/crates.io-index"
 8851checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8852dependencies = [
 8853 "libc",
 8854]
 8855
 8856[[package]]
 8857name = "ipc-channel"
 8858version = "0.19.0"
 8859source = "registry+https://github.com/rust-lang/crates.io-index"
 8860checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8861dependencies = [
 8862 "bincode",
 8863 "crossbeam-channel",
 8864 "fnv",
 8865 "lazy_static",
 8866 "libc",
 8867 "mio 1.1.0",
 8868 "rand 0.8.5",
 8869 "serde",
 8870 "tempfile",
 8871 "uuid",
 8872 "windows 0.58.0",
 8873]
 8874
 8875[[package]]
 8876name = "ipnet"
 8877version = "2.11.0"
 8878source = "registry+https://github.com/rust-lang/crates.io-index"
 8879checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8880
 8881[[package]]
 8882name = "iri-string"
 8883version = "0.7.8"
 8884source = "registry+https://github.com/rust-lang/crates.io-index"
 8885checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
 8886dependencies = [
 8887 "memchr",
 8888 "serde",
 8889]
 8890
 8891[[package]]
 8892name = "is-docker"
 8893version = "0.2.0"
 8894source = "registry+https://github.com/rust-lang/crates.io-index"
 8895checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8896dependencies = [
 8897 "once_cell",
 8898]
 8899
 8900[[package]]
 8901name = "is-terminal"
 8902version = "0.4.16"
 8903source = "registry+https://github.com/rust-lang/crates.io-index"
 8904checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8905dependencies = [
 8906 "hermit-abi",
 8907 "libc",
 8908 "windows-sys 0.59.0",
 8909]
 8910
 8911[[package]]
 8912name = "is-wsl"
 8913version = "0.4.0"
 8914source = "registry+https://github.com/rust-lang/crates.io-index"
 8915checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8916dependencies = [
 8917 "is-docker",
 8918 "once_cell",
 8919]
 8920
 8921[[package]]
 8922name = "is_executable"
 8923version = "1.0.5"
 8924source = "registry+https://github.com/rust-lang/crates.io-index"
 8925checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
 8926dependencies = [
 8927 "windows-sys 0.60.2",
 8928]
 8929
 8930[[package]]
 8931name = "is_terminal_polyfill"
 8932version = "1.70.1"
 8933source = "registry+https://github.com/rust-lang/crates.io-index"
 8934checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8935
 8936[[package]]
 8937name = "itertools"
 8938version = "0.10.5"
 8939source = "registry+https://github.com/rust-lang/crates.io-index"
 8940checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 8941dependencies = [
 8942 "either",
 8943]
 8944
 8945[[package]]
 8946name = "itertools"
 8947version = "0.11.0"
 8948source = "registry+https://github.com/rust-lang/crates.io-index"
 8949checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 8950dependencies = [
 8951 "either",
 8952]
 8953
 8954[[package]]
 8955name = "itertools"
 8956version = "0.12.1"
 8957source = "registry+https://github.com/rust-lang/crates.io-index"
 8958checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 8959dependencies = [
 8960 "either",
 8961]
 8962
 8963[[package]]
 8964name = "itertools"
 8965version = "0.14.0"
 8966source = "registry+https://github.com/rust-lang/crates.io-index"
 8967checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 8968dependencies = [
 8969 "either",
 8970]
 8971
 8972[[package]]
 8973name = "itoa"
 8974version = "1.0.15"
 8975source = "registry+https://github.com/rust-lang/crates.io-index"
 8976checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 8977
 8978[[package]]
 8979name = "jiff"
 8980version = "0.2.15"
 8981source = "registry+https://github.com/rust-lang/crates.io-index"
 8982checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
 8983dependencies = [
 8984 "jiff-static",
 8985 "log",
 8986 "portable-atomic",
 8987 "portable-atomic-util",
 8988 "serde",
 8989]
 8990
 8991[[package]]
 8992name = "jiff-static"
 8993version = "0.2.15"
 8994source = "registry+https://github.com/rust-lang/crates.io-index"
 8995checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
 8996dependencies = [
 8997 "proc-macro2",
 8998 "quote",
 8999 "syn 2.0.117",
 9000]
 9001
 9002[[package]]
 9003name = "jni"
 9004version = "0.21.1"
 9005source = "registry+https://github.com/rust-lang/crates.io-index"
 9006checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 9007dependencies = [
 9008 "cesu8",
 9009 "cfg-if",
 9010 "combine",
 9011 "jni-sys",
 9012 "log",
 9013 "thiserror 1.0.69",
 9014 "walkdir",
 9015 "windows-sys 0.45.0",
 9016]
 9017
 9018[[package]]
 9019name = "jni-sys"
 9020version = "0.3.0"
 9021source = "registry+https://github.com/rust-lang/crates.io-index"
 9022checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 9023
 9024[[package]]
 9025name = "jobserver"
 9026version = "0.1.34"
 9027source = "registry+https://github.com/rust-lang/crates.io-index"
 9028checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 9029dependencies = [
 9030 "getrandom 0.3.4",
 9031 "libc",
 9032]
 9033
 9034[[package]]
 9035name = "journal"
 9036version = "0.1.0"
 9037dependencies = [
 9038 "anyhow",
 9039 "chrono",
 9040 "editor",
 9041 "gpui",
 9042 "log",
 9043 "serde",
 9044 "settings",
 9045 "shellexpand 2.1.2",
 9046 "workspace",
 9047]
 9048
 9049[[package]]
 9050name = "js-sys"
 9051version = "0.3.90"
 9052source = "registry+https://github.com/rust-lang/crates.io-index"
 9053checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
 9054dependencies = [
 9055 "once_cell",
 9056 "wasm-bindgen",
 9057]
 9058
 9059[[package]]
 9060name = "json5"
 9061version = "0.4.1"
 9062source = "registry+https://github.com/rust-lang/crates.io-index"
 9063checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
 9064dependencies = [
 9065 "pest",
 9066 "pest_derive",
 9067 "serde",
 9068]
 9069
 9070[[package]]
 9071name = "json_dotpath"
 9072version = "1.1.0"
 9073source = "registry+https://github.com/rust-lang/crates.io-index"
 9074checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 9075dependencies = [
 9076 "serde",
 9077 "serde_derive",
 9078 "serde_json",
 9079 "thiserror 1.0.69",
 9080]
 9081
 9082[[package]]
 9083name = "json_schema_store"
 9084version = "0.1.0"
 9085dependencies = [
 9086 "anyhow",
 9087 "collections",
 9088 "dap",
 9089 "extension",
 9090 "gpui",
 9091 "language",
 9092 "parking_lot",
 9093 "paths",
 9094 "project",
 9095 "schemars",
 9096 "serde",
 9097 "serde_json",
 9098 "settings",
 9099 "snippet_provider",
 9100 "task",
 9101 "theme",
 9102 "util",
 9103]
 9104
 9105[[package]]
 9106name = "jsonschema"
 9107version = "0.37.4"
 9108source = "registry+https://github.com/rust-lang/crates.io-index"
 9109checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
 9110dependencies = [
 9111 "ahash 0.8.12",
 9112 "bytecount",
 9113 "data-encoding",
 9114 "email_address",
 9115 "fancy-regex 0.16.2",
 9116 "fraction",
 9117 "getrandom 0.3.4",
 9118 "idna",
 9119 "itoa",
 9120 "num-cmp",
 9121 "num-traits",
 9122 "percent-encoding",
 9123 "referencing",
 9124 "regex",
 9125 "regex-syntax",
 9126 "reqwest 0.12.24",
 9127 "serde",
 9128 "serde_json",
 9129 "unicode-general-category",
 9130 "uuid-simd",
 9131]
 9132
 9133[[package]]
 9134name = "jsonwebtoken"
 9135version = "10.3.0"
 9136source = "registry+https://github.com/rust-lang/crates.io-index"
 9137checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
 9138dependencies = [
 9139 "aws-lc-rs",
 9140 "base64 0.22.1",
 9141 "getrandom 0.2.16",
 9142 "js-sys",
 9143 "pem",
 9144 "serde",
 9145 "serde_json",
 9146 "signature 2.2.0",
 9147 "simple_asn1",
 9148]
 9149
 9150[[package]]
 9151name = "jupyter-protocol"
 9152version = "1.4.0"
 9153source = "registry+https://github.com/rust-lang/crates.io-index"
 9154checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
 9155dependencies = [
 9156 "async-trait",
 9157 "bytes 1.11.1",
 9158 "chrono",
 9159 "futures 0.3.32",
 9160 "serde",
 9161 "serde_json",
 9162 "thiserror 2.0.17",
 9163 "uuid",
 9164]
 9165
 9166[[package]]
 9167name = "jupyter-websocket-client"
 9168version = "1.0.0"
 9169source = "registry+https://github.com/rust-lang/crates.io-index"
 9170checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
 9171dependencies = [
 9172 "anyhow",
 9173 "async-trait",
 9174 "async-tungstenite",
 9175 "futures 0.3.32",
 9176 "jupyter-protocol",
 9177 "serde",
 9178 "serde_json",
 9179 "tokio",
 9180 "url",
 9181 "uuid",
 9182]
 9183
 9184[[package]]
 9185name = "keymap_editor"
 9186version = "0.1.0"
 9187dependencies = [
 9188 "anyhow",
 9189 "collections",
 9190 "command_palette",
 9191 "component",
 9192 "db",
 9193 "editor",
 9194 "fs",
 9195 "fuzzy",
 9196 "gpui",
 9197 "itertools 0.14.0",
 9198 "json_schema_store",
 9199 "language",
 9200 "log",
 9201 "menu",
 9202 "notifications",
 9203 "paths",
 9204 "project",
 9205 "search",
 9206 "serde",
 9207 "serde_json",
 9208 "settings",
 9209 "telemetry",
 9210 "tempfile",
 9211 "theme",
 9212 "theme_settings",
 9213 "tree-sitter-json",
 9214 "tree-sitter-rust",
 9215 "ui",
 9216 "ui_input",
 9217 "util",
 9218 "workspace",
 9219 "zed_actions",
 9220]
 9221
 9222[[package]]
 9223name = "khronos-egl"
 9224version = "6.0.0"
 9225source = "registry+https://github.com/rust-lang/crates.io-index"
 9226checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 9227dependencies = [
 9228 "libc",
 9229 "libloading",
 9230 "pkg-config",
 9231]
 9232
 9233[[package]]
 9234name = "khronos_api"
 9235version = "3.1.0"
 9236source = "registry+https://github.com/rust-lang/crates.io-index"
 9237checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
 9238
 9239[[package]]
 9240name = "kqueue"
 9241version = "1.1.1"
 9242source = "registry+https://github.com/rust-lang/crates.io-index"
 9243checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
 9244dependencies = [
 9245 "kqueue-sys",
 9246 "libc",
 9247]
 9248
 9249[[package]]
 9250name = "kqueue-sys"
 9251version = "1.0.4"
 9252source = "registry+https://github.com/rust-lang/crates.io-index"
 9253checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 9254dependencies = [
 9255 "bitflags 1.3.2",
 9256 "libc",
 9257]
 9258
 9259[[package]]
 9260name = "kurbo"
 9261version = "0.11.3"
 9262source = "registry+https://github.com/rust-lang/crates.io-index"
 9263checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
 9264dependencies = [
 9265 "arrayvec",
 9266 "euclid",
 9267 "smallvec",
 9268]
 9269
 9270[[package]]
 9271name = "kv-log-macro"
 9272version = "1.0.7"
 9273source = "registry+https://github.com/rust-lang/crates.io-index"
 9274checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 9275dependencies = [
 9276 "log",
 9277]
 9278
 9279[[package]]
 9280name = "language"
 9281version = "0.1.0"
 9282dependencies = [
 9283 "anyhow",
 9284 "async-trait",
 9285 "clock",
 9286 "collections",
 9287 "criterion",
 9288 "ctor",
 9289 "diffy",
 9290 "ec4rs",
 9291 "encoding_rs",
 9292 "fs",
 9293 "futures 0.3.32",
 9294 "fuzzy",
 9295 "globset",
 9296 "gpui",
 9297 "http_client",
 9298 "imara-diff",
 9299 "indoc",
 9300 "itertools 0.14.0",
 9301 "language_core",
 9302 "log",
 9303 "lsp",
 9304 "parking_lot",
 9305 "postage",
 9306 "pretty_assertions",
 9307 "rand 0.9.2",
 9308 "regex",
 9309 "rpc",
 9310 "semver",
 9311 "serde",
 9312 "serde_json",
 9313 "settings",
 9314 "shellexpand 2.1.2",
 9315 "smallvec",
 9316 "smol",
 9317 "streaming-iterator",
 9318 "strsim",
 9319 "sum_tree",
 9320 "task",
 9321 "text",
 9322 "theme",
 9323 "theme_settings",
 9324 "toml 0.8.23",
 9325 "tracing",
 9326 "tree-sitter",
 9327 "tree-sitter-elixir",
 9328 "tree-sitter-embedded-template",
 9329 "tree-sitter-heex",
 9330 "tree-sitter-html",
 9331 "tree-sitter-json",
 9332 "tree-sitter-md",
 9333 "tree-sitter-python",
 9334 "tree-sitter-ruby",
 9335 "tree-sitter-rust",
 9336 "tree-sitter-typescript",
 9337 "unicase",
 9338 "unindent",
 9339 "util",
 9340 "watch",
 9341 "zlog",
 9342 "ztracing",
 9343]
 9344
 9345[[package]]
 9346name = "language_core"
 9347version = "0.1.0"
 9348dependencies = [
 9349 "anyhow",
 9350 "collections",
 9351 "gpui",
 9352 "log",
 9353 "lsp",
 9354 "parking_lot",
 9355 "regex",
 9356 "schemars",
 9357 "serde",
 9358 "serde_json",
 9359 "toml 0.8.23",
 9360 "tree-sitter",
 9361 "util",
 9362]
 9363
 9364[[package]]
 9365name = "language_extension"
 9366version = "0.1.0"
 9367dependencies = [
 9368 "anyhow",
 9369 "async-trait",
 9370 "collections",
 9371 "extension",
 9372 "fs",
 9373 "futures 0.3.32",
 9374 "gpui",
 9375 "language",
 9376 "log",
 9377 "lsp",
 9378 "project",
 9379 "serde",
 9380 "serde_json",
 9381 "tracing",
 9382 "util",
 9383 "ztracing",
 9384]
 9385
 9386[[package]]
 9387name = "language_model"
 9388version = "0.1.0"
 9389dependencies = [
 9390 "anthropic",
 9391 "anyhow",
 9392 "base64 0.22.1",
 9393 "cloud_api_client",
 9394 "cloud_api_types",
 9395 "cloud_llm_client",
 9396 "collections",
 9397 "credentials_provider",
 9398 "env_var",
 9399 "futures 0.3.32",
 9400 "gpui",
 9401 "http_client",
 9402 "icons",
 9403 "image",
 9404 "log",
 9405 "open_ai",
 9406 "open_router",
 9407 "parking_lot",
 9408 "schemars",
 9409 "serde",
 9410 "serde_json",
 9411 "smol",
 9412 "thiserror 2.0.17",
 9413 "util",
 9414]
 9415
 9416[[package]]
 9417name = "language_models"
 9418version = "0.1.0"
 9419dependencies = [
 9420 "ai_onboarding",
 9421 "anthropic",
 9422 "anyhow",
 9423 "aws-config",
 9424 "aws-credential-types",
 9425 "aws_http_client",
 9426 "base64 0.22.1",
 9427 "bedrock",
 9428 "client",
 9429 "cloud_api_types",
 9430 "cloud_llm_client",
 9431 "collections",
 9432 "component",
 9433 "convert_case 0.8.0",
 9434 "copilot",
 9435 "copilot_chat",
 9436 "copilot_ui",
 9437 "credentials_provider",
 9438 "deepseek",
 9439 "extension",
 9440 "extension_host",
 9441 "fs",
 9442 "futures 0.3.32",
 9443 "google_ai",
 9444 "gpui",
 9445 "gpui_tokio",
 9446 "http_client",
 9447 "language",
 9448 "language_model",
 9449 "lmstudio",
 9450 "log",
 9451 "menu",
 9452 "mistral",
 9453 "ollama",
 9454 "open_ai",
 9455 "open_router",
 9456 "opencode",
 9457 "partial-json-fixer",
 9458 "pretty_assertions",
 9459 "release_channel",
 9460 "schemars",
 9461 "semver",
 9462 "serde",
 9463 "serde_json",
 9464 "settings",
 9465 "smol",
 9466 "strum 0.27.2",
 9467 "thiserror 2.0.17",
 9468 "tiktoken-rs",
 9469 "tokio",
 9470 "ui",
 9471 "ui_input",
 9472 "util",
 9473 "vercel",
 9474 "x_ai",
 9475]
 9476
 9477[[package]]
 9478name = "language_onboarding"
 9479version = "0.1.0"
 9480dependencies = [
 9481 "db",
 9482 "editor",
 9483 "gpui",
 9484 "project",
 9485 "ui",
 9486 "workspace",
 9487]
 9488
 9489[[package]]
 9490name = "language_selector"
 9491version = "0.1.0"
 9492dependencies = [
 9493 "anyhow",
 9494 "editor",
 9495 "file_icons",
 9496 "fuzzy",
 9497 "gpui",
 9498 "language",
 9499 "open_path_prompt",
 9500 "picker",
 9501 "project",
 9502 "serde_json",
 9503 "settings",
 9504 "ui",
 9505 "util",
 9506 "workspace",
 9507]
 9508
 9509[[package]]
 9510name = "language_tools"
 9511version = "0.1.0"
 9512dependencies = [
 9513 "anyhow",
 9514 "client",
 9515 "collections",
 9516 "command_palette_hooks",
 9517 "edit_prediction",
 9518 "editor",
 9519 "futures 0.3.32",
 9520 "gpui",
 9521 "itertools 0.14.0",
 9522 "language",
 9523 "lsp",
 9524 "menu",
 9525 "project",
 9526 "proto",
 9527 "release_channel",
 9528 "semver",
 9529 "serde_json",
 9530 "settings",
 9531 "sysinfo 0.37.2",
 9532 "telemetry",
 9533 "theme",
 9534 "theme_settings",
 9535 "tree-sitter",
 9536 "ui",
 9537 "util",
 9538 "workspace",
 9539 "zed_actions",
 9540 "zlog",
 9541]
 9542
 9543[[package]]
 9544name = "languages"
 9545version = "0.1.0"
 9546dependencies = [
 9547 "anyhow",
 9548 "async-compression",
 9549 "async-fs",
 9550 "async-tar",
 9551 "async-trait",
 9552 "chrono",
 9553 "collections",
 9554 "fs",
 9555 "futures 0.3.32",
 9556 "globset",
 9557 "gpui",
 9558 "grammars",
 9559 "http_client",
 9560 "itertools 0.14.0",
 9561 "json_schema_store",
 9562 "language",
 9563 "log",
 9564 "lsp",
 9565 "node_runtime",
 9566 "parking_lot",
 9567 "pet",
 9568 "pet-conda",
 9569 "pet-core",
 9570 "pet-fs",
 9571 "pet-poetry",
 9572 "pet-reporter",
 9573 "pet-virtualenv",
 9574 "pretty_assertions",
 9575 "project",
 9576 "regex",
 9577 "rope",
 9578 "semver",
 9579 "serde",
 9580 "serde_json",
 9581 "serde_json_lenient",
 9582 "settings",
 9583 "smallvec",
 9584 "smol",
 9585 "snippet",
 9586 "task",
 9587 "terminal",
 9588 "theme",
 9589 "tree-sitter",
 9590 "tree-sitter-bash",
 9591 "tree-sitter-c",
 9592 "tree-sitter-cpp",
 9593 "tree-sitter-css",
 9594 "tree-sitter-gitcommit",
 9595 "tree-sitter-go",
 9596 "tree-sitter-python",
 9597 "tree-sitter-rust",
 9598 "tree-sitter-typescript",
 9599 "unindent",
 9600 "url",
 9601 "util",
 9602]
 9603
 9604[[package]]
 9605name = "lazy_static"
 9606version = "1.5.0"
 9607source = "registry+https://github.com/rust-lang/crates.io-index"
 9608checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 9609dependencies = [
 9610 "spin 0.9.8",
 9611]
 9612
 9613[[package]]
 9614name = "leak"
 9615version = "0.1.2"
 9616source = "registry+https://github.com/rust-lang/crates.io-index"
 9617checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 9618
 9619[[package]]
 9620name = "leaky-cow"
 9621version = "0.1.1"
 9622source = "registry+https://github.com/rust-lang/crates.io-index"
 9623checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 9624dependencies = [
 9625 "leak",
 9626]
 9627
 9628[[package]]
 9629name = "leb128"
 9630version = "0.2.5"
 9631source = "registry+https://github.com/rust-lang/crates.io-index"
 9632checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 9633
 9634[[package]]
 9635name = "leb128fmt"
 9636version = "0.1.0"
 9637source = "registry+https://github.com/rust-lang/crates.io-index"
 9638checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 9639
 9640[[package]]
 9641name = "lebe"
 9642version = "0.5.3"
 9643source = "registry+https://github.com/rust-lang/crates.io-index"
 9644checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
 9645
 9646[[package]]
 9647name = "libbz2-rs-sys"
 9648version = "0.2.2"
 9649source = "registry+https://github.com/rust-lang/crates.io-index"
 9650checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
 9651
 9652[[package]]
 9653name = "libc"
 9654version = "0.2.182"
 9655source = "registry+https://github.com/rust-lang/crates.io-index"
 9656checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
 9657
 9658[[package]]
 9659name = "libdbus-sys"
 9660version = "0.2.6"
 9661source = "registry+https://github.com/rust-lang/crates.io-index"
 9662checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
 9663dependencies = [
 9664 "cc",
 9665 "pkg-config",
 9666]
 9667
 9668[[package]]
 9669name = "libfuzzer-sys"
 9670version = "0.4.10"
 9671source = "registry+https://github.com/rust-lang/crates.io-index"
 9672checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
 9673dependencies = [
 9674 "arbitrary",
 9675 "cc",
 9676]
 9677
 9678[[package]]
 9679name = "libgit2-sys"
 9680version = "0.18.3+1.9.2"
 9681source = "registry+https://github.com/rust-lang/crates.io-index"
 9682checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
 9683dependencies = [
 9684 "cc",
 9685 "libc",
 9686 "libz-sys",
 9687 "pkg-config",
 9688]
 9689
 9690[[package]]
 9691name = "libloading"
 9692version = "0.8.9"
 9693source = "registry+https://github.com/rust-lang/crates.io-index"
 9694checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
 9695dependencies = [
 9696 "cfg-if",
 9697 "windows-link 0.2.1",
 9698]
 9699
 9700[[package]]
 9701name = "libm"
 9702version = "0.2.15"
 9703source = "registry+https://github.com/rust-lang/crates.io-index"
 9704checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
 9705
 9706[[package]]
 9707name = "libmimalloc-sys"
 9708version = "0.1.44"
 9709source = "registry+https://github.com/rust-lang/crates.io-index"
 9710checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
 9711dependencies = [
 9712 "cc",
 9713 "libc",
 9714]
 9715
 9716[[package]]
 9717name = "libredox"
 9718version = "0.1.10"
 9719source = "registry+https://github.com/rust-lang/crates.io-index"
 9720checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
 9721dependencies = [
 9722 "bitflags 2.10.0",
 9723 "libc",
 9724 "redox_syscall 0.5.18",
 9725]
 9726
 9727[[package]]
 9728name = "libsqlite3-sys"
 9729version = "0.30.1"
 9730source = "registry+https://github.com/rust-lang/crates.io-index"
 9731checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9732dependencies = [
 9733 "cc",
 9734 "pkg-config",
 9735 "vcpkg",
 9736]
 9737
 9738[[package]]
 9739name = "libwebrtc"
 9740version = "0.3.26"
 9741source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9742dependencies = [
 9743 "cxx",
 9744 "glib",
 9745 "jni",
 9746 "js-sys",
 9747 "lazy_static",
 9748 "livekit-protocol",
 9749 "livekit-runtime",
 9750 "log",
 9751 "parking_lot",
 9752 "serde",
 9753 "serde_json",
 9754 "thiserror 1.0.69",
 9755 "tokio",
 9756 "wasm-bindgen",
 9757 "wasm-bindgen-futures",
 9758 "web-sys",
 9759 "webrtc-sys",
 9760]
 9761
 9762[[package]]
 9763name = "libz-sys"
 9764version = "1.1.22"
 9765source = "registry+https://github.com/rust-lang/crates.io-index"
 9766checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9767dependencies = [
 9768 "cc",
 9769 "libc",
 9770 "pkg-config",
 9771 "vcpkg",
 9772]
 9773
 9774[[package]]
 9775name = "line_ending_selector"
 9776version = "0.1.0"
 9777dependencies = [
 9778 "editor",
 9779 "gpui",
 9780 "language",
 9781 "picker",
 9782 "project",
 9783 "ui",
 9784 "util",
 9785 "workspace",
 9786]
 9787
 9788[[package]]
 9789name = "linebender_resource_handle"
 9790version = "0.1.1"
 9791source = "registry+https://github.com/rust-lang/crates.io-index"
 9792checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
 9793
 9794[[package]]
 9795name = "link-cplusplus"
 9796version = "1.0.12"
 9797source = "registry+https://github.com/rust-lang/crates.io-index"
 9798checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
 9799dependencies = [
 9800 "cc",
 9801]
 9802
 9803[[package]]
 9804name = "linkify"
 9805version = "0.10.0"
 9806source = "registry+https://github.com/rust-lang/crates.io-index"
 9807checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9808dependencies = [
 9809 "memchr",
 9810]
 9811
 9812[[package]]
 9813name = "linux-raw-sys"
 9814version = "0.4.15"
 9815source = "registry+https://github.com/rust-lang/crates.io-index"
 9816checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9817
 9818[[package]]
 9819name = "linux-raw-sys"
 9820version = "0.11.0"
 9821source = "registry+https://github.com/rust-lang/crates.io-index"
 9822checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
 9823
 9824[[package]]
 9825name = "litemap"
 9826version = "0.8.0"
 9827source = "registry+https://github.com/rust-lang/crates.io-index"
 9828checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
 9829
 9830[[package]]
 9831name = "litrs"
 9832version = "1.0.0"
 9833source = "registry+https://github.com/rust-lang/crates.io-index"
 9834checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
 9835
 9836[[package]]
 9837name = "livekit"
 9838version = "0.7.32"
 9839source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9840dependencies = [
 9841 "base64 0.22.1",
 9842 "bmrng",
 9843 "bytes 1.11.1",
 9844 "chrono",
 9845 "futures-util",
 9846 "lazy_static",
 9847 "libloading",
 9848 "libwebrtc",
 9849 "livekit-api",
 9850 "livekit-protocol",
 9851 "livekit-runtime",
 9852 "log",
 9853 "parking_lot",
 9854 "prost 0.12.6",
 9855 "semver",
 9856 "serde",
 9857 "serde_json",
 9858 "thiserror 1.0.69",
 9859 "tokio",
 9860]
 9861
 9862[[package]]
 9863name = "livekit-api"
 9864version = "0.4.14"
 9865source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9866dependencies = [
 9867 "base64 0.21.7",
 9868 "futures-util",
 9869 "http 1.3.1",
 9870 "livekit-protocol",
 9871 "livekit-runtime",
 9872 "log",
 9873 "parking_lot",
 9874 "pbjson-types",
 9875 "prost 0.12.6",
 9876 "rand 0.9.2",
 9877 "reqwest 0.12.24",
 9878 "rustls-native-certs 0.6.3",
 9879 "scopeguard",
 9880 "serde",
 9881 "sha2",
 9882 "thiserror 1.0.69",
 9883 "tokio",
 9884 "tokio-rustls 0.26.2",
 9885 "tokio-tungstenite 0.28.0",
 9886 "url",
 9887]
 9888
 9889[[package]]
 9890name = "livekit-protocol"
 9891version = "0.7.1"
 9892source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9893dependencies = [
 9894 "futures-util",
 9895 "livekit-runtime",
 9896 "parking_lot",
 9897 "pbjson",
 9898 "pbjson-types",
 9899 "prost 0.12.6",
 9900 "serde",
 9901 "thiserror 1.0.69",
 9902 "tokio",
 9903]
 9904
 9905[[package]]
 9906name = "livekit-runtime"
 9907version = "0.4.0"
 9908source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9909dependencies = [
 9910 "tokio",
 9911 "tokio-stream",
 9912]
 9913
 9914[[package]]
 9915name = "livekit_api"
 9916version = "0.1.0"
 9917dependencies = [
 9918 "anyhow",
 9919 "async-trait",
 9920 "jsonwebtoken",
 9921 "log",
 9922 "prost 0.9.0",
 9923 "prost-build 0.9.0",
 9924 "prost-types 0.9.0",
 9925 "serde",
 9926 "zed-reqwest",
 9927]
 9928
 9929[[package]]
 9930name = "livekit_client"
 9931version = "0.1.0"
 9932dependencies = [
 9933 "anyhow",
 9934 "async-trait",
 9935 "audio",
 9936 "cocoa 0.26.0",
 9937 "collections",
 9938 "core-foundation 0.10.0",
 9939 "core-video",
 9940 "coreaudio-rs 0.12.1",
 9941 "cpal",
 9942 "futures 0.3.32",
 9943 "gpui",
 9944 "gpui_platform",
 9945 "gpui_tokio",
 9946 "http_client_tls",
 9947 "image",
 9948 "libwebrtc",
 9949 "livekit",
 9950 "livekit_api",
 9951 "log",
 9952 "nanoid",
 9953 "objc",
 9954 "parking_lot",
 9955 "postage",
 9956 "rodio",
 9957 "serde",
 9958 "serde_json",
 9959 "serde_urlencoded",
 9960 "settings",
 9961 "simplelog",
 9962 "smallvec",
 9963 "tokio",
 9964 "ui",
 9965 "util",
 9966 "webrtc-sys",
 9967 "zed-scap",
 9968]
 9969
 9970[[package]]
 9971name = "lmdb-master-sys"
 9972version = "0.2.5"
 9973source = "registry+https://github.com/rust-lang/crates.io-index"
 9974checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
 9975dependencies = [
 9976 "cc",
 9977 "doxygen-rs",
 9978 "libc",
 9979]
 9980
 9981[[package]]
 9982name = "lmstudio"
 9983version = "0.1.0"
 9984dependencies = [
 9985 "anyhow",
 9986 "futures 0.3.32",
 9987 "http_client",
 9988 "schemars",
 9989 "serde",
 9990 "serde_json",
 9991]
 9992
 9993[[package]]
 9994name = "lock_api"
 9995version = "0.4.14"
 9996source = "registry+https://github.com/rust-lang/crates.io-index"
 9997checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
 9998dependencies = [
 9999 "scopeguard",
10000]
10001
10002[[package]]
10003name = "log"
10004version = "0.4.29"
10005source = "registry+https://github.com/rust-lang/crates.io-index"
10006checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
10007dependencies = [
10008 "serde_core",
10009 "value-bag",
10010]
10011
10012[[package]]
10013name = "loom"
10014version = "0.7.2"
10015source = "registry+https://github.com/rust-lang/crates.io-index"
10016checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
10017dependencies = [
10018 "cfg-if",
10019 "generator",
10020 "scoped-tls",
10021 "tracing",
10022 "tracing-subscriber",
10023]
10024
10025[[package]]
10026name = "loop9"
10027version = "0.1.5"
10028source = "registry+https://github.com/rust-lang/crates.io-index"
10029checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
10030dependencies = [
10031 "imgref",
10032]
10033
10034[[package]]
10035name = "lru"
10036version = "0.12.5"
10037source = "registry+https://github.com/rust-lang/crates.io-index"
10038checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
10039dependencies = [
10040 "hashbrown 0.15.5",
10041]
10042
10043[[package]]
10044name = "lru-slab"
10045version = "0.1.2"
10046source = "registry+https://github.com/rust-lang/crates.io-index"
10047checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
10048
10049[[package]]
10050name = "lsp"
10051version = "0.1.0"
10052dependencies = [
10053 "anyhow",
10054 "async-pipe",
10055 "collections",
10056 "ctor",
10057 "futures 0.3.32",
10058 "gpui",
10059 "gpui_util",
10060 "log",
10061 "lsp-types",
10062 "parking_lot",
10063 "postage",
10064 "release_channel",
10065 "schemars",
10066 "semver",
10067 "serde",
10068 "serde_json",
10069 "smol",
10070 "util",
10071 "zlog",
10072]
10073
10074[[package]]
10075name = "lsp-types"
10076version = "0.95.1"
10077source = "git+https://github.com/zed-industries/lsp-types?rev=c7396459fefc7886b4adfa3b596832405ae1e880#c7396459fefc7886b4adfa3b596832405ae1e880"
10078dependencies = [
10079 "bitflags 1.3.2",
10080 "serde",
10081 "serde_json",
10082 "url",
10083]
10084
10085[[package]]
10086name = "lyon"
10087version = "1.0.16"
10088source = "registry+https://github.com/rust-lang/crates.io-index"
10089checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10090dependencies = [
10091 "lyon_algorithms",
10092 "lyon_extra",
10093 "lyon_tessellation",
10094]
10095
10096[[package]]
10097name = "lyon_algorithms"
10098version = "1.0.16"
10099source = "registry+https://github.com/rust-lang/crates.io-index"
10100checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10101dependencies = [
10102 "lyon_path",
10103 "num-traits",
10104]
10105
10106[[package]]
10107name = "lyon_extra"
10108version = "1.0.3"
10109source = "registry+https://github.com/rust-lang/crates.io-index"
10110checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10111dependencies = [
10112 "lyon_path",
10113 "thiserror 1.0.69",
10114]
10115
10116[[package]]
10117name = "lyon_geom"
10118version = "1.0.17"
10119source = "registry+https://github.com/rust-lang/crates.io-index"
10120checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10121dependencies = [
10122 "arrayvec",
10123 "euclid",
10124 "num-traits",
10125]
10126
10127[[package]]
10128name = "lyon_path"
10129version = "1.0.16"
10130source = "registry+https://github.com/rust-lang/crates.io-index"
10131checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10132dependencies = [
10133 "lyon_geom",
10134 "num-traits",
10135]
10136
10137[[package]]
10138name = "lyon_tessellation"
10139version = "1.0.16"
10140source = "registry+https://github.com/rust-lang/crates.io-index"
10141checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10142dependencies = [
10143 "float_next_after",
10144 "lyon_path",
10145 "num-traits",
10146]
10147
10148[[package]]
10149name = "mac"
10150version = "0.1.1"
10151source = "registry+https://github.com/rust-lang/crates.io-index"
10152checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10153
10154[[package]]
10155name = "mach2"
10156version = "0.4.3"
10157source = "registry+https://github.com/rust-lang/crates.io-index"
10158checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10159dependencies = [
10160 "libc",
10161]
10162
10163[[package]]
10164name = "mach2"
10165version = "0.5.0"
10166source = "registry+https://github.com/rust-lang/crates.io-index"
10167checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10168dependencies = [
10169 "libc",
10170]
10171
10172[[package]]
10173name = "malloc_buf"
10174version = "0.0.6"
10175source = "registry+https://github.com/rust-lang/crates.io-index"
10176checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10177dependencies = [
10178 "libc",
10179]
10180
10181[[package]]
10182name = "maplit"
10183version = "1.0.2"
10184source = "registry+https://github.com/rust-lang/crates.io-index"
10185checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10186
10187[[package]]
10188name = "markdown"
10189version = "0.1.0"
10190dependencies = [
10191 "anyhow",
10192 "assets",
10193 "base64 0.22.1",
10194 "collections",
10195 "env_logger 0.11.8",
10196 "fs",
10197 "futures 0.3.32",
10198 "gpui",
10199 "gpui_platform",
10200 "html5ever 0.27.0",
10201 "language",
10202 "languages",
10203 "linkify",
10204 "log",
10205 "markup5ever_rcdom",
10206 "mermaid-rs-renderer",
10207 "node_runtime",
10208 "pulldown-cmark 0.13.0",
10209 "settings",
10210 "stacksafe",
10211 "sum_tree",
10212 "theme",
10213 "theme_settings",
10214 "ui",
10215 "util",
10216]
10217
10218[[package]]
10219name = "markdown_preview"
10220version = "0.1.0"
10221dependencies = [
10222 "anyhow",
10223 "editor",
10224 "gpui",
10225 "language",
10226 "log",
10227 "markdown",
10228 "project",
10229 "settings",
10230 "tempfile",
10231 "theme_settings",
10232 "ui",
10233 "urlencoding",
10234 "util",
10235 "workspace",
10236 "zed_actions",
10237]
10238
10239[[package]]
10240name = "markup5ever"
10241version = "0.12.1"
10242source = "registry+https://github.com/rust-lang/crates.io-index"
10243checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10244dependencies = [
10245 "log",
10246 "phf 0.11.3",
10247 "phf_codegen",
10248 "string_cache",
10249 "string_cache_codegen",
10250 "tendril",
10251]
10252
10253[[package]]
10254name = "markup5ever"
10255version = "0.35.0"
10256source = "registry+https://github.com/rust-lang/crates.io-index"
10257checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10258dependencies = [
10259 "log",
10260 "tendril",
10261 "web_atoms",
10262]
10263
10264[[package]]
10265name = "markup5ever_rcdom"
10266version = "0.3.0"
10267source = "registry+https://github.com/rust-lang/crates.io-index"
10268checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10269dependencies = [
10270 "html5ever 0.27.0",
10271 "markup5ever 0.12.1",
10272 "tendril",
10273 "xml5ever",
10274]
10275
10276[[package]]
10277name = "match_token"
10278version = "0.35.0"
10279source = "registry+https://github.com/rust-lang/crates.io-index"
10280checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10281dependencies = [
10282 "proc-macro2",
10283 "quote",
10284 "syn 2.0.117",
10285]
10286
10287[[package]]
10288name = "matchers"
10289version = "0.2.0"
10290source = "registry+https://github.com/rust-lang/crates.io-index"
10291checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10292dependencies = [
10293 "regex-automata",
10294]
10295
10296[[package]]
10297name = "matchit"
10298version = "0.7.3"
10299source = "registry+https://github.com/rust-lang/crates.io-index"
10300checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10301
10302[[package]]
10303name = "maybe-owned"
10304version = "0.3.4"
10305source = "registry+https://github.com/rust-lang/crates.io-index"
10306checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10307
10308[[package]]
10309name = "maybe-rayon"
10310version = "0.1.1"
10311source = "registry+https://github.com/rust-lang/crates.io-index"
10312checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10313dependencies = [
10314 "cfg-if",
10315 "rayon",
10316]
10317
10318[[package]]
10319name = "md-5"
10320version = "0.10.6"
10321source = "registry+https://github.com/rust-lang/crates.io-index"
10322checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10323dependencies = [
10324 "cfg-if",
10325 "digest",
10326]
10327
10328[[package]]
10329name = "mdbook"
10330version = "0.4.40"
10331source = "registry+https://github.com/rust-lang/crates.io-index"
10332checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10333dependencies = [
10334 "ammonia",
10335 "anyhow",
10336 "chrono",
10337 "clap",
10338 "clap_complete",
10339 "elasticlunr-rs",
10340 "env_logger 0.11.8",
10341 "futures-util",
10342 "handlebars 5.1.2",
10343 "ignore",
10344 "log",
10345 "memchr",
10346 "notify 6.1.1",
10347 "notify-debouncer-mini",
10348 "once_cell",
10349 "opener",
10350 "pathdiff",
10351 "pulldown-cmark 0.10.3",
10352 "regex",
10353 "serde",
10354 "serde_json",
10355 "shlex",
10356 "tempfile",
10357 "tokio",
10358 "toml 0.5.11",
10359 "topological-sort",
10360 "walkdir",
10361 "warp",
10362]
10363
10364[[package]]
10365name = "media"
10366version = "0.1.0"
10367dependencies = [
10368 "anyhow",
10369 "bindgen 0.71.1",
10370 "core-foundation 0.10.0",
10371 "core-video",
10372 "ctor",
10373 "foreign-types 0.5.0",
10374 "metal",
10375 "objc",
10376]
10377
10378[[package]]
10379name = "memchr"
10380version = "2.7.6"
10381source = "registry+https://github.com/rust-lang/crates.io-index"
10382checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10383
10384[[package]]
10385name = "memfd"
10386version = "0.6.5"
10387source = "registry+https://github.com/rust-lang/crates.io-index"
10388checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10389dependencies = [
10390 "rustix 1.1.2",
10391]
10392
10393[[package]]
10394name = "memmap2"
10395version = "0.9.8"
10396source = "registry+https://github.com/rust-lang/crates.io-index"
10397checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10398dependencies = [
10399 "libc",
10400 "stable_deref_trait",
10401]
10402
10403[[package]]
10404name = "memoffset"
10405version = "0.9.1"
10406source = "registry+https://github.com/rust-lang/crates.io-index"
10407checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10408dependencies = [
10409 "autocfg",
10410]
10411
10412[[package]]
10413name = "menu"
10414version = "0.1.0"
10415dependencies = [
10416 "gpui",
10417]
10418
10419[[package]]
10420name = "merge"
10421version = "0.1.0"
10422source = "registry+https://github.com/rust-lang/crates.io-index"
10423checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10424dependencies = [
10425 "merge_derive",
10426 "num-traits",
10427]
10428
10429[[package]]
10430name = "merge_derive"
10431version = "0.1.0"
10432source = "registry+https://github.com/rust-lang/crates.io-index"
10433checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10434dependencies = [
10435 "proc-macro-error",
10436 "proc-macro2",
10437 "quote",
10438 "syn 1.0.109",
10439]
10440
10441[[package]]
10442name = "mermaid-rs-renderer"
10443version = "0.2.0"
10444source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10445dependencies = [
10446 "anyhow",
10447 "fontdb 0.16.2",
10448 "json5",
10449 "once_cell",
10450 "regex",
10451 "serde",
10452 "serde_json",
10453 "thiserror 2.0.17",
10454 "ttf-parser 0.20.0",
10455]
10456
10457[[package]]
10458name = "metal"
10459version = "0.33.0"
10460source = "registry+https://github.com/rust-lang/crates.io-index"
10461checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10462dependencies = [
10463 "bitflags 2.10.0",
10464 "block",
10465 "core-graphics-types 0.2.0",
10466 "foreign-types 0.5.0",
10467 "log",
10468 "objc",
10469 "paste",
10470]
10471
10472[[package]]
10473name = "migrator"
10474version = "0.1.0"
10475dependencies = [
10476 "anyhow",
10477 "collections",
10478 "convert_case 0.8.0",
10479 "log",
10480 "pretty_assertions",
10481 "serde_json",
10482 "serde_json_lenient",
10483 "settings_content",
10484 "settings_json",
10485 "streaming-iterator",
10486 "tree-sitter",
10487 "tree-sitter-json",
10488 "unindent",
10489]
10490
10491[[package]]
10492name = "mimalloc"
10493version = "0.1.48"
10494source = "registry+https://github.com/rust-lang/crates.io-index"
10495checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10496dependencies = [
10497 "libmimalloc-sys",
10498]
10499
10500[[package]]
10501name = "mime"
10502version = "0.3.17"
10503source = "registry+https://github.com/rust-lang/crates.io-index"
10504checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10505
10506[[package]]
10507name = "mime_guess"
10508version = "2.0.5"
10509source = "registry+https://github.com/rust-lang/crates.io-index"
10510checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10511dependencies = [
10512 "mime",
10513 "unicase",
10514]
10515
10516[[package]]
10517name = "minidump-common"
10518version = "0.26.1"
10519source = "registry+https://github.com/rust-lang/crates.io-index"
10520checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10521dependencies = [
10522 "bitflags 2.10.0",
10523 "debugid",
10524 "num-derive",
10525 "num-traits",
10526 "range-map",
10527 "scroll",
10528 "smart-default",
10529]
10530
10531[[package]]
10532name = "minidump-writer"
10533version = "0.11.0"
10534source = "registry+https://github.com/rust-lang/crates.io-index"
10535checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10536dependencies = [
10537 "bitflags 2.10.0",
10538 "byteorder",
10539 "cfg-if",
10540 "crash-context",
10541 "error-graph",
10542 "failspot",
10543 "goblin",
10544 "libc",
10545 "log",
10546 "mach2 0.4.3",
10547 "memmap2",
10548 "memoffset",
10549 "minidump-common",
10550 "nix 0.29.0",
10551 "procfs-core",
10552 "scroll",
10553 "serde",
10554 "serde_json",
10555 "tempfile",
10556 "thiserror 2.0.17",
10557]
10558
10559[[package]]
10560name = "minidumper"
10561version = "0.9.0"
10562source = "registry+https://github.com/rust-lang/crates.io-index"
10563checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10564dependencies = [
10565 "cfg-if",
10566 "crash-context",
10567 "libc",
10568 "log",
10569 "minidump-writer",
10570 "parking_lot",
10571 "polling",
10572 "scroll",
10573 "thiserror 2.0.17",
10574 "uds",
10575]
10576
10577[[package]]
10578name = "minimal-lexical"
10579version = "0.2.1"
10580source = "registry+https://github.com/rust-lang/crates.io-index"
10581checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10582
10583[[package]]
10584name = "miniprofiler_ui"
10585version = "0.1.0"
10586dependencies = [
10587 "gpui",
10588 "rpc",
10589 "serde_json",
10590 "smol",
10591 "theme_settings",
10592 "util",
10593 "workspace",
10594 "zed_actions",
10595]
10596
10597[[package]]
10598name = "miniz_oxide"
10599version = "0.8.9"
10600source = "registry+https://github.com/rust-lang/crates.io-index"
10601checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10602dependencies = [
10603 "adler2",
10604 "simd-adler32",
10605]
10606
10607[[package]]
10608name = "mio"
10609version = "0.8.11"
10610source = "registry+https://github.com/rust-lang/crates.io-index"
10611checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10612dependencies = [
10613 "libc",
10614 "log",
10615 "wasi",
10616 "windows-sys 0.48.0",
10617]
10618
10619[[package]]
10620name = "mio"
10621version = "1.1.0"
10622source = "registry+https://github.com/rust-lang/crates.io-index"
10623checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10624dependencies = [
10625 "libc",
10626 "log",
10627 "wasi",
10628 "windows-sys 0.61.2",
10629]
10630
10631[[package]]
10632name = "miow"
10633version = "0.6.1"
10634source = "registry+https://github.com/rust-lang/crates.io-index"
10635checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10636dependencies = [
10637 "windows-sys 0.61.2",
10638]
10639
10640[[package]]
10641name = "mistral"
10642version = "0.1.0"
10643dependencies = [
10644 "anyhow",
10645 "futures 0.3.32",
10646 "http_client",
10647 "schemars",
10648 "serde",
10649 "serde_json",
10650 "strum 0.27.2",
10651]
10652
10653[[package]]
10654name = "moka"
10655version = "0.12.11"
10656source = "registry+https://github.com/rust-lang/crates.io-index"
10657checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10658dependencies = [
10659 "crossbeam-channel",
10660 "crossbeam-epoch",
10661 "crossbeam-utils",
10662 "equivalent",
10663 "parking_lot",
10664 "portable-atomic",
10665 "rustc_version",
10666 "smallvec",
10667 "tagptr",
10668 "uuid",
10669]
10670
10671[[package]]
10672name = "moxcms"
10673version = "0.7.7"
10674source = "registry+https://github.com/rust-lang/crates.io-index"
10675checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40"
10676dependencies = [
10677 "num-traits",
10678 "pxfm",
10679]
10680
10681[[package]]
10682name = "msvc_spectre_libs"
10683version = "0.1.3"
10684source = "registry+https://github.com/rust-lang/crates.io-index"
10685checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10686dependencies = [
10687 "cc",
10688]
10689
10690[[package]]
10691name = "multi_buffer"
10692version = "0.1.0"
10693dependencies = [
10694 "anyhow",
10695 "buffer_diff",
10696 "clock",
10697 "collections",
10698 "ctor",
10699 "gpui",
10700 "indoc",
10701 "itertools 0.14.0",
10702 "language",
10703 "log",
10704 "parking_lot",
10705 "pretty_assertions",
10706 "rand 0.9.2",
10707 "rope",
10708 "serde",
10709 "settings",
10710 "smallvec",
10711 "smol",
10712 "sum_tree",
10713 "text",
10714 "theme",
10715 "tracing",
10716 "tree-sitter",
10717 "unicode-segmentation",
10718 "util",
10719 "zlog",
10720 "ztracing",
10721]
10722
10723[[package]]
10724name = "multimap"
10725version = "0.8.3"
10726source = "registry+https://github.com/rust-lang/crates.io-index"
10727checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10728
10729[[package]]
10730name = "naga"
10731version = "29.0.0"
10732source = "registry+https://github.com/rust-lang/crates.io-index"
10733checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8"
10734dependencies = [
10735 "arrayvec",
10736 "bit-set 0.9.1",
10737 "bitflags 2.10.0",
10738 "cfg-if",
10739 "cfg_aliases 0.2.1",
10740 "codespan-reporting",
10741 "half",
10742 "hashbrown 0.16.1",
10743 "hexf-parse",
10744 "indexmap",
10745 "libm",
10746 "log",
10747 "num-traits",
10748 "once_cell",
10749 "rustc-hash 1.1.0",
10750 "thiserror 2.0.17",
10751 "unicode-ident",
10752]
10753
10754[[package]]
10755name = "naga"
10756version = "29.0.0"
10757source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
10758dependencies = [
10759 "arrayvec",
10760 "bit-set 0.9.1",
10761 "bitflags 2.10.0",
10762 "cfg-if",
10763 "cfg_aliases 0.2.1",
10764 "codespan-reporting",
10765 "half",
10766 "hashbrown 0.16.1",
10767 "hexf-parse",
10768 "indexmap",
10769 "libm",
10770 "log",
10771 "num-traits",
10772 "once_cell",
10773 "rustc-hash 1.1.0",
10774 "spirv",
10775 "thiserror 2.0.17",
10776 "unicode-ident",
10777]
10778
10779[[package]]
10780name = "nanoid"
10781version = "0.4.0"
10782source = "registry+https://github.com/rust-lang/crates.io-index"
10783checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10784dependencies = [
10785 "rand 0.8.5",
10786]
10787
10788[[package]]
10789name = "nanorand"
10790version = "0.7.0"
10791source = "registry+https://github.com/rust-lang/crates.io-index"
10792checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10793dependencies = [
10794 "getrandom 0.2.16",
10795]
10796
10797[[package]]
10798name = "native-tls"
10799version = "0.2.14"
10800source = "registry+https://github.com/rust-lang/crates.io-index"
10801checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10802dependencies = [
10803 "libc",
10804 "log",
10805 "openssl",
10806 "openssl-probe",
10807 "openssl-sys",
10808 "schannel",
10809 "security-framework 2.11.1",
10810 "security-framework-sys",
10811 "tempfile",
10812]
10813
10814[[package]]
10815name = "nbformat"
10816version = "1.2.0"
10817source = "registry+https://github.com/rust-lang/crates.io-index"
10818checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10819dependencies = [
10820 "anyhow",
10821 "chrono",
10822 "jupyter-protocol",
10823 "serde",
10824 "serde_json",
10825 "thiserror 1.0.69",
10826 "uuid",
10827]
10828
10829[[package]]
10830name = "nc"
10831version = "0.1.0"
10832dependencies = [
10833 "anyhow",
10834 "futures 0.3.32",
10835 "net",
10836 "smol",
10837]
10838
10839[[package]]
10840name = "ndk"
10841version = "0.9.0"
10842source = "registry+https://github.com/rust-lang/crates.io-index"
10843checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10844dependencies = [
10845 "bitflags 2.10.0",
10846 "jni-sys",
10847 "log",
10848 "ndk-sys",
10849 "num_enum",
10850 "thiserror 1.0.69",
10851]
10852
10853[[package]]
10854name = "ndk-context"
10855version = "0.1.1"
10856source = "registry+https://github.com/rust-lang/crates.io-index"
10857checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10858
10859[[package]]
10860name = "ndk-sys"
10861version = "0.6.0+11769913"
10862source = "registry+https://github.com/rust-lang/crates.io-index"
10863checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10864dependencies = [
10865 "jni-sys",
10866]
10867
10868[[package]]
10869name = "net"
10870version = "0.1.0"
10871dependencies = [
10872 "anyhow",
10873 "async-io",
10874 "smol",
10875 "tempfile",
10876 "windows 0.61.3",
10877]
10878
10879[[package]]
10880name = "new_debug_unreachable"
10881version = "1.0.6"
10882source = "registry+https://github.com/rust-lang/crates.io-index"
10883checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10884
10885[[package]]
10886name = "nix"
10887version = "0.28.0"
10888source = "registry+https://github.com/rust-lang/crates.io-index"
10889checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10890dependencies = [
10891 "bitflags 2.10.0",
10892 "cfg-if",
10893 "cfg_aliases 0.1.1",
10894 "libc",
10895]
10896
10897[[package]]
10898name = "nix"
10899version = "0.29.0"
10900source = "registry+https://github.com/rust-lang/crates.io-index"
10901checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10902dependencies = [
10903 "bitflags 2.10.0",
10904 "cfg-if",
10905 "cfg_aliases 0.2.1",
10906 "libc",
10907]
10908
10909[[package]]
10910name = "nix"
10911version = "0.30.1"
10912source = "registry+https://github.com/rust-lang/crates.io-index"
10913checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10914dependencies = [
10915 "bitflags 2.10.0",
10916 "cfg-if",
10917 "cfg_aliases 0.2.1",
10918 "libc",
10919]
10920
10921[[package]]
10922name = "node_runtime"
10923version = "0.1.0"
10924dependencies = [
10925 "anyhow",
10926 "async-compression",
10927 "async-std",
10928 "async-tar",
10929 "async-trait",
10930 "futures 0.3.32",
10931 "http_client",
10932 "log",
10933 "paths",
10934 "semver",
10935 "serde",
10936 "serde_json",
10937 "smol",
10938 "util",
10939 "watch",
10940 "which 6.0.3",
10941]
10942
10943[[package]]
10944name = "nom"
10945version = "7.1.3"
10946source = "registry+https://github.com/rust-lang/crates.io-index"
10947checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10948dependencies = [
10949 "memchr",
10950 "minimal-lexical",
10951]
10952
10953[[package]]
10954name = "nom"
10955version = "8.0.0"
10956source = "registry+https://github.com/rust-lang/crates.io-index"
10957checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
10958dependencies = [
10959 "memchr",
10960]
10961
10962[[package]]
10963name = "noop_proc_macro"
10964version = "0.3.0"
10965source = "registry+https://github.com/rust-lang/crates.io-index"
10966checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10967
10968[[package]]
10969name = "normpath"
10970version = "1.5.0"
10971source = "registry+https://github.com/rust-lang/crates.io-index"
10972checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
10973dependencies = [
10974 "windows-sys 0.61.2",
10975]
10976
10977[[package]]
10978name = "notifications"
10979version = "0.1.0"
10980dependencies = [
10981 "anyhow",
10982 "channel",
10983 "client",
10984 "component",
10985 "db",
10986 "gpui",
10987 "rpc",
10988 "sum_tree",
10989 "time",
10990 "ui",
10991 "util",
10992 "workspace",
10993 "zed_actions",
10994]
10995
10996[[package]]
10997name = "notify"
10998version = "6.1.1"
10999source = "registry+https://github.com/rust-lang/crates.io-index"
11000checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
11001dependencies = [
11002 "bitflags 2.10.0",
11003 "crossbeam-channel",
11004 "filetime",
11005 "fsevent-sys",
11006 "inotify 0.9.6",
11007 "kqueue",
11008 "libc",
11009 "log",
11010 "mio 0.8.11",
11011 "walkdir",
11012 "windows-sys 0.48.0",
11013]
11014
11015[[package]]
11016name = "notify"
11017version = "8.2.0"
11018source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11019dependencies = [
11020 "bitflags 2.10.0",
11021 "fsevent-sys",
11022 "inotify 0.11.0",
11023 "kqueue",
11024 "libc",
11025 "log",
11026 "mio 1.1.0",
11027 "notify-types",
11028 "walkdir",
11029 "windows-sys 0.60.2",
11030]
11031
11032[[package]]
11033name = "notify-debouncer-mini"
11034version = "0.4.1"
11035source = "registry+https://github.com/rust-lang/crates.io-index"
11036checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
11037dependencies = [
11038 "crossbeam-channel",
11039 "log",
11040 "notify 6.1.1",
11041]
11042
11043[[package]]
11044name = "notify-types"
11045version = "2.0.0"
11046source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11047
11048[[package]]
11049name = "ntapi"
11050version = "0.4.1"
11051source = "registry+https://github.com/rust-lang/crates.io-index"
11052checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
11053dependencies = [
11054 "winapi",
11055]
11056
11057[[package]]
11058name = "nu-ansi-term"
11059version = "0.50.3"
11060source = "registry+https://github.com/rust-lang/crates.io-index"
11061checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
11062dependencies = [
11063 "windows-sys 0.61.2",
11064]
11065
11066[[package]]
11067name = "num"
11068version = "0.4.3"
11069source = "registry+https://github.com/rust-lang/crates.io-index"
11070checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11071dependencies = [
11072 "num-bigint",
11073 "num-complex",
11074 "num-integer",
11075 "num-iter",
11076 "num-rational",
11077 "num-traits",
11078]
11079
11080[[package]]
11081name = "num-bigint"
11082version = "0.4.6"
11083source = "registry+https://github.com/rust-lang/crates.io-index"
11084checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11085dependencies = [
11086 "num-integer",
11087 "num-traits",
11088]
11089
11090[[package]]
11091name = "num-bigint-dig"
11092version = "0.8.6"
11093source = "registry+https://github.com/rust-lang/crates.io-index"
11094checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11095dependencies = [
11096 "lazy_static",
11097 "libm",
11098 "num-integer",
11099 "num-iter",
11100 "num-traits",
11101 "rand 0.8.5",
11102 "smallvec",
11103 "zeroize",
11104]
11105
11106[[package]]
11107name = "num-bigint-dig"
11108version = "0.9.1"
11109source = "registry+https://github.com/rust-lang/crates.io-index"
11110checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11111dependencies = [
11112 "libm",
11113 "num-integer",
11114 "num-iter",
11115 "num-traits",
11116 "once_cell",
11117 "rand 0.9.2",
11118 "serde",
11119 "smallvec",
11120 "zeroize",
11121]
11122
11123[[package]]
11124name = "num-cmp"
11125version = "0.1.0"
11126source = "registry+https://github.com/rust-lang/crates.io-index"
11127checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11128
11129[[package]]
11130name = "num-complex"
11131version = "0.4.6"
11132source = "registry+https://github.com/rust-lang/crates.io-index"
11133checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11134dependencies = [
11135 "bytemuck",
11136 "num-traits",
11137]
11138
11139[[package]]
11140name = "num-conv"
11141version = "0.2.0"
11142source = "registry+https://github.com/rust-lang/crates.io-index"
11143checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11144
11145[[package]]
11146name = "num-derive"
11147version = "0.4.2"
11148source = "registry+https://github.com/rust-lang/crates.io-index"
11149checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11150dependencies = [
11151 "proc-macro2",
11152 "quote",
11153 "syn 2.0.117",
11154]
11155
11156[[package]]
11157name = "num-format"
11158version = "0.4.4"
11159source = "registry+https://github.com/rust-lang/crates.io-index"
11160checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11161dependencies = [
11162 "arrayvec",
11163 "itoa",
11164]
11165
11166[[package]]
11167name = "num-integer"
11168version = "0.1.46"
11169source = "registry+https://github.com/rust-lang/crates.io-index"
11170checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11171dependencies = [
11172 "num-traits",
11173]
11174
11175[[package]]
11176name = "num-iter"
11177version = "0.1.45"
11178source = "registry+https://github.com/rust-lang/crates.io-index"
11179checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11180dependencies = [
11181 "autocfg",
11182 "num-integer",
11183 "num-traits",
11184]
11185
11186[[package]]
11187name = "num-rational"
11188version = "0.4.2"
11189source = "registry+https://github.com/rust-lang/crates.io-index"
11190checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11191dependencies = [
11192 "num-bigint",
11193 "num-integer",
11194 "num-traits",
11195]
11196
11197[[package]]
11198name = "num-traits"
11199version = "0.2.19"
11200source = "registry+https://github.com/rust-lang/crates.io-index"
11201checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11202dependencies = [
11203 "autocfg",
11204 "libm",
11205]
11206
11207[[package]]
11208name = "num_cpus"
11209version = "1.17.0"
11210source = "registry+https://github.com/rust-lang/crates.io-index"
11211checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11212dependencies = [
11213 "hermit-abi",
11214 "libc",
11215]
11216
11217[[package]]
11218name = "num_enum"
11219version = "0.7.4"
11220source = "registry+https://github.com/rust-lang/crates.io-index"
11221checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11222dependencies = [
11223 "num_enum_derive",
11224 "rustversion",
11225]
11226
11227[[package]]
11228name = "num_enum_derive"
11229version = "0.7.4"
11230source = "registry+https://github.com/rust-lang/crates.io-index"
11231checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11232dependencies = [
11233 "proc-macro-crate",
11234 "proc-macro2",
11235 "quote",
11236 "syn 2.0.117",
11237]
11238
11239[[package]]
11240name = "num_threads"
11241version = "0.1.7"
11242source = "registry+https://github.com/rust-lang/crates.io-index"
11243checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11244dependencies = [
11245 "libc",
11246]
11247
11248[[package]]
11249name = "nvim-rs"
11250version = "0.9.2"
11251source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11252dependencies = [
11253 "async-trait",
11254 "futures 0.3.32",
11255 "log",
11256 "rmp",
11257 "rmpv",
11258 "tokio",
11259 "tokio-util",
11260]
11261
11262[[package]]
11263name = "objc"
11264version = "0.2.7"
11265source = "registry+https://github.com/rust-lang/crates.io-index"
11266checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11267dependencies = [
11268 "malloc_buf",
11269 "objc_exception",
11270]
11271
11272[[package]]
11273name = "objc-foundation"
11274version = "0.1.1"
11275source = "registry+https://github.com/rust-lang/crates.io-index"
11276checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11277dependencies = [
11278 "block",
11279 "objc",
11280 "objc_id",
11281]
11282
11283[[package]]
11284name = "objc2"
11285version = "0.6.3"
11286source = "registry+https://github.com/rust-lang/crates.io-index"
11287checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11288dependencies = [
11289 "objc2-encode",
11290]
11291
11292[[package]]
11293name = "objc2-app-kit"
11294version = "0.3.1"
11295source = "registry+https://github.com/rust-lang/crates.io-index"
11296checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
11297dependencies = [
11298 "objc2",
11299 "objc2-foundation",
11300]
11301
11302[[package]]
11303name = "objc2-audio-toolbox"
11304version = "0.3.2"
11305source = "registry+https://github.com/rust-lang/crates.io-index"
11306checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
11307dependencies = [
11308 "bitflags 2.10.0",
11309 "libc",
11310 "objc2",
11311 "objc2-core-audio",
11312 "objc2-core-audio-types",
11313 "objc2-core-foundation",
11314 "objc2-foundation",
11315]
11316
11317[[package]]
11318name = "objc2-avf-audio"
11319version = "0.3.2"
11320source = "registry+https://github.com/rust-lang/crates.io-index"
11321checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
11322dependencies = [
11323 "objc2",
11324 "objc2-foundation",
11325]
11326
11327[[package]]
11328name = "objc2-core-audio"
11329version = "0.3.2"
11330source = "registry+https://github.com/rust-lang/crates.io-index"
11331checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
11332dependencies = [
11333 "dispatch2",
11334 "objc2",
11335 "objc2-core-audio-types",
11336 "objc2-core-foundation",
11337 "objc2-foundation",
11338]
11339
11340[[package]]
11341name = "objc2-core-audio-types"
11342version = "0.3.2"
11343source = "registry+https://github.com/rust-lang/crates.io-index"
11344checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11345dependencies = [
11346 "bitflags 2.10.0",
11347 "objc2",
11348]
11349
11350[[package]]
11351name = "objc2-core-foundation"
11352version = "0.3.2"
11353source = "registry+https://github.com/rust-lang/crates.io-index"
11354checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11355dependencies = [
11356 "bitflags 2.10.0",
11357 "block2",
11358 "dispatch2",
11359 "libc",
11360 "objc2",
11361]
11362
11363[[package]]
11364name = "objc2-encode"
11365version = "4.1.0"
11366source = "registry+https://github.com/rust-lang/crates.io-index"
11367checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11368
11369[[package]]
11370name = "objc2-foundation"
11371version = "0.3.2"
11372source = "registry+https://github.com/rust-lang/crates.io-index"
11373checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
11374dependencies = [
11375 "bitflags 2.10.0",
11376 "block2",
11377 "libc",
11378 "objc2",
11379 "objc2-core-foundation",
11380]
11381
11382[[package]]
11383name = "objc2-io-kit"
11384version = "0.3.2"
11385source = "registry+https://github.com/rust-lang/crates.io-index"
11386checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11387dependencies = [
11388 "libc",
11389 "objc2-core-foundation",
11390]
11391
11392[[package]]
11393name = "objc2-metal"
11394version = "0.3.2"
11395source = "registry+https://github.com/rust-lang/crates.io-index"
11396checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
11397dependencies = [
11398 "bitflags 2.10.0",
11399 "block2",
11400 "dispatch2",
11401 "objc2",
11402 "objc2-core-foundation",
11403 "objc2-foundation",
11404]
11405
11406[[package]]
11407name = "objc2-quartz-core"
11408version = "0.3.2"
11409source = "registry+https://github.com/rust-lang/crates.io-index"
11410checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
11411dependencies = [
11412 "bitflags 2.10.0",
11413 "objc2",
11414 "objc2-core-foundation",
11415 "objc2-foundation",
11416 "objc2-metal",
11417]
11418
11419[[package]]
11420name = "objc_exception"
11421version = "0.1.2"
11422source = "registry+https://github.com/rust-lang/crates.io-index"
11423checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11424dependencies = [
11425 "cc",
11426]
11427
11428[[package]]
11429name = "objc_id"
11430version = "0.1.1"
11431source = "registry+https://github.com/rust-lang/crates.io-index"
11432checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11433dependencies = [
11434 "objc",
11435]
11436
11437[[package]]
11438name = "object"
11439version = "0.37.3"
11440source = "registry+https://github.com/rust-lang/crates.io-index"
11441checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11442dependencies = [
11443 "crc32fast",
11444 "hashbrown 0.15.5",
11445 "indexmap",
11446 "memchr",
11447]
11448
11449[[package]]
11450name = "octocrab"
11451version = "0.49.7"
11452source = "registry+https://github.com/rust-lang/crates.io-index"
11453checksum = "63f6687a23731011d0117f9f4c3cdabaa7b5e42ca671f42b5cc0657c492540e3"
11454dependencies = [
11455 "arc-swap",
11456 "async-trait",
11457 "base64 0.22.1",
11458 "bytes 1.11.1",
11459 "cargo_metadata 0.23.1",
11460 "cfg-if",
11461 "chrono",
11462 "either",
11463 "futures 0.3.32",
11464 "futures-core",
11465 "futures-util",
11466 "getrandom 0.2.16",
11467 "http 1.3.1",
11468 "http-body 1.0.1",
11469 "http-body-util",
11470 "hyper 1.7.0",
11471 "hyper-rustls 0.27.7",
11472 "hyper-timeout",
11473 "hyper-util",
11474 "jsonwebtoken",
11475 "once_cell",
11476 "percent-encoding",
11477 "pin-project",
11478 "secrecy",
11479 "serde",
11480 "serde_json",
11481 "serde_path_to_error",
11482 "serde_urlencoded",
11483 "snafu",
11484 "tokio",
11485 "tower 0.5.2",
11486 "tower-http 0.6.6",
11487 "url",
11488 "web-time",
11489]
11490
11491[[package]]
11492name = "ollama"
11493version = "0.1.0"
11494dependencies = [
11495 "anyhow",
11496 "futures 0.3.32",
11497 "http_client",
11498 "schemars",
11499 "serde",
11500 "serde_json",
11501 "settings",
11502]
11503
11504[[package]]
11505name = "onboarding"
11506version = "0.1.0"
11507dependencies = [
11508 "anyhow",
11509 "client",
11510 "component",
11511 "db",
11512 "documented",
11513 "fs",
11514 "fuzzy",
11515 "gpui",
11516 "menu",
11517 "notifications",
11518 "picker",
11519 "project",
11520 "schemars",
11521 "serde",
11522 "settings",
11523 "telemetry",
11524 "theme",
11525 "theme_settings",
11526 "ui",
11527 "util",
11528 "vim_mode_setting",
11529 "workspace",
11530 "zed_actions",
11531 "zlog",
11532]
11533
11534[[package]]
11535name = "once_cell"
11536version = "1.21.3"
11537source = "registry+https://github.com/rust-lang/crates.io-index"
11538checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11539
11540[[package]]
11541name = "once_cell_polyfill"
11542version = "1.70.1"
11543source = "registry+https://github.com/rust-lang/crates.io-index"
11544checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11545
11546[[package]]
11547name = "oo7"
11548version = "0.6.0"
11549source = "registry+https://github.com/rust-lang/crates.io-index"
11550checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11551dependencies = [
11552 "aes",
11553 "ashpd",
11554 "async-fs",
11555 "async-io",
11556 "async-lock 3.4.2",
11557 "blocking",
11558 "cbc",
11559 "cipher",
11560 "digest",
11561 "endi",
11562 "futures-lite 2.6.1",
11563 "futures-util",
11564 "getrandom 0.4.1",
11565 "hkdf",
11566 "hmac",
11567 "md-5",
11568 "num",
11569 "num-bigint-dig 0.9.1",
11570 "pbkdf2 0.12.2",
11571 "serde",
11572 "serde_bytes",
11573 "sha2",
11574 "subtle",
11575 "zbus",
11576 "zbus_macros",
11577 "zeroize",
11578 "zvariant",
11579]
11580
11581[[package]]
11582name = "oorandom"
11583version = "11.1.5"
11584source = "registry+https://github.com/rust-lang/crates.io-index"
11585checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11586
11587[[package]]
11588name = "open"
11589version = "5.3.2"
11590source = "registry+https://github.com/rust-lang/crates.io-index"
11591checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11592dependencies = [
11593 "is-wsl",
11594 "libc",
11595 "pathdiff",
11596]
11597
11598[[package]]
11599name = "open_ai"
11600version = "0.1.0"
11601dependencies = [
11602 "anyhow",
11603 "futures 0.3.32",
11604 "http_client",
11605 "log",
11606 "rand 0.9.2",
11607 "schemars",
11608 "serde",
11609 "serde_json",
11610 "settings",
11611 "strum 0.27.2",
11612 "thiserror 2.0.17",
11613]
11614
11615[[package]]
11616name = "open_path_prompt"
11617version = "0.1.0"
11618dependencies = [
11619 "editor",
11620 "file_icons",
11621 "futures 0.3.32",
11622 "fuzzy",
11623 "gpui",
11624 "picker",
11625 "project",
11626 "schemars",
11627 "serde",
11628 "serde_json",
11629 "settings",
11630 "theme",
11631 "theme_settings",
11632 "ui",
11633 "util",
11634 "workspace",
11635]
11636
11637[[package]]
11638name = "open_router"
11639version = "0.1.0"
11640dependencies = [
11641 "anyhow",
11642 "futures 0.3.32",
11643 "http_client",
11644 "schemars",
11645 "serde",
11646 "serde_json",
11647 "settings",
11648 "strum 0.27.2",
11649 "thiserror 2.0.17",
11650]
11651
11652[[package]]
11653name = "opencode"
11654version = "0.1.0"
11655dependencies = [
11656 "anyhow",
11657 "futures 0.3.32",
11658 "google_ai",
11659 "http_client",
11660 "schemars",
11661 "serde",
11662 "serde_json",
11663 "strum 0.27.2",
11664]
11665
11666[[package]]
11667name = "opener"
11668version = "0.7.2"
11669source = "registry+https://github.com/rust-lang/crates.io-index"
11670checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11671dependencies = [
11672 "bstr",
11673 "dbus",
11674 "normpath",
11675 "windows-sys 0.59.0",
11676]
11677
11678[[package]]
11679name = "openssl"
11680version = "0.10.74"
11681source = "registry+https://github.com/rust-lang/crates.io-index"
11682checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11683dependencies = [
11684 "bitflags 2.10.0",
11685 "cfg-if",
11686 "foreign-types 0.3.2",
11687 "libc",
11688 "once_cell",
11689 "openssl-macros",
11690 "openssl-sys",
11691]
11692
11693[[package]]
11694name = "openssl-macros"
11695version = "0.1.1"
11696source = "registry+https://github.com/rust-lang/crates.io-index"
11697checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11698dependencies = [
11699 "proc-macro2",
11700 "quote",
11701 "syn 2.0.117",
11702]
11703
11704[[package]]
11705name = "openssl-probe"
11706version = "0.1.6"
11707source = "registry+https://github.com/rust-lang/crates.io-index"
11708checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11709
11710[[package]]
11711name = "openssl-sys"
11712version = "0.9.110"
11713source = "registry+https://github.com/rust-lang/crates.io-index"
11714checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11715dependencies = [
11716 "cc",
11717 "libc",
11718 "pkg-config",
11719 "vcpkg",
11720]
11721
11722[[package]]
11723name = "optfield"
11724version = "0.4.0"
11725source = "registry+https://github.com/rust-lang/crates.io-index"
11726checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11727dependencies = [
11728 "proc-macro2",
11729 "quote",
11730 "syn 2.0.117",
11731]
11732
11733[[package]]
11734name = "option-ext"
11735version = "0.2.0"
11736source = "registry+https://github.com/rust-lang/crates.io-index"
11737checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11738
11739[[package]]
11740name = "ordered-float"
11741version = "2.10.1"
11742source = "registry+https://github.com/rust-lang/crates.io-index"
11743checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11744dependencies = [
11745 "num-traits",
11746]
11747
11748[[package]]
11749name = "ordered-float"
11750version = "4.6.0"
11751source = "registry+https://github.com/rust-lang/crates.io-index"
11752checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11753dependencies = [
11754 "num-traits",
11755]
11756
11757[[package]]
11758name = "ordered-stream"
11759version = "0.2.0"
11760source = "registry+https://github.com/rust-lang/crates.io-index"
11761checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11762dependencies = [
11763 "futures-core",
11764 "pin-project-lite",
11765]
11766
11767[[package]]
11768name = "ouroboros"
11769version = "0.18.5"
11770source = "registry+https://github.com/rust-lang/crates.io-index"
11771checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11772dependencies = [
11773 "aliasable",
11774 "ouroboros_macro",
11775 "static_assertions",
11776]
11777
11778[[package]]
11779name = "ouroboros_macro"
11780version = "0.18.5"
11781source = "registry+https://github.com/rust-lang/crates.io-index"
11782checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11783dependencies = [
11784 "heck 0.4.1",
11785 "proc-macro2",
11786 "proc-macro2-diagnostics",
11787 "quote",
11788 "syn 2.0.117",
11789]
11790
11791[[package]]
11792name = "outline"
11793version = "0.1.0"
11794dependencies = [
11795 "editor",
11796 "fuzzy",
11797 "gpui",
11798 "indoc",
11799 "language",
11800 "lsp",
11801 "menu",
11802 "ordered-float 2.10.1",
11803 "picker",
11804 "project",
11805 "rope",
11806 "serde_json",
11807 "settings",
11808 "smol",
11809 "theme",
11810 "theme_settings",
11811 "ui",
11812 "util",
11813 "workspace",
11814 "zed_actions",
11815]
11816
11817[[package]]
11818name = "outline_panel"
11819version = "0.1.0"
11820dependencies = [
11821 "anyhow",
11822 "collections",
11823 "db",
11824 "editor",
11825 "file_icons",
11826 "fuzzy",
11827 "gpui",
11828 "itertools 0.14.0",
11829 "language",
11830 "log",
11831 "lsp",
11832 "menu",
11833 "outline",
11834 "pretty_assertions",
11835 "project",
11836 "search",
11837 "serde",
11838 "serde_json",
11839 "settings",
11840 "smallvec",
11841 "smol",
11842 "theme",
11843 "theme_settings",
11844 "ui",
11845 "util",
11846 "workspace",
11847 "worktree",
11848 "zed_actions",
11849]
11850
11851[[package]]
11852name = "outref"
11853version = "0.5.2"
11854source = "registry+https://github.com/rust-lang/crates.io-index"
11855checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11856
11857[[package]]
11858name = "p256"
11859version = "0.11.1"
11860source = "registry+https://github.com/rust-lang/crates.io-index"
11861checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11862dependencies = [
11863 "ecdsa",
11864 "elliptic-curve",
11865 "sha2",
11866]
11867
11868[[package]]
11869name = "page_size"
11870version = "0.6.0"
11871source = "registry+https://github.com/rust-lang/crates.io-index"
11872checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11873dependencies = [
11874 "libc",
11875 "winapi",
11876]
11877
11878[[package]]
11879name = "palette"
11880version = "0.7.6"
11881source = "registry+https://github.com/rust-lang/crates.io-index"
11882checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11883dependencies = [
11884 "approx",
11885 "fast-srgb8",
11886 "palette_derive",
11887]
11888
11889[[package]]
11890name = "palette_derive"
11891version = "0.7.6"
11892source = "registry+https://github.com/rust-lang/crates.io-index"
11893checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11894dependencies = [
11895 "by_address",
11896 "proc-macro2",
11897 "quote",
11898 "syn 2.0.117",
11899]
11900
11901[[package]]
11902name = "panel"
11903version = "0.1.0"
11904dependencies = [
11905 "gpui",
11906 "ui",
11907 "workspace",
11908]
11909
11910[[package]]
11911name = "parking"
11912version = "2.2.1"
11913source = "registry+https://github.com/rust-lang/crates.io-index"
11914checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
11915
11916[[package]]
11917name = "parking_lot"
11918version = "0.12.5"
11919source = "registry+https://github.com/rust-lang/crates.io-index"
11920checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
11921dependencies = [
11922 "lock_api",
11923 "parking_lot_core",
11924]
11925
11926[[package]]
11927name = "parking_lot_core"
11928version = "0.9.12"
11929source = "registry+https://github.com/rust-lang/crates.io-index"
11930checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
11931dependencies = [
11932 "cfg-if",
11933 "libc",
11934 "redox_syscall 0.5.18",
11935 "smallvec",
11936 "windows-link 0.2.1",
11937]
11938
11939[[package]]
11940name = "parse_int"
11941version = "0.9.0"
11942source = "registry+https://github.com/rust-lang/crates.io-index"
11943checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
11944dependencies = [
11945 "num-traits",
11946]
11947
11948[[package]]
11949name = "partial-json-fixer"
11950version = "0.5.3"
11951source = "registry+https://github.com/rust-lang/crates.io-index"
11952checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
11953
11954[[package]]
11955name = "password-hash"
11956version = "0.4.2"
11957source = "registry+https://github.com/rust-lang/crates.io-index"
11958checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
11959dependencies = [
11960 "base64ct",
11961 "rand_core 0.6.4",
11962 "subtle",
11963]
11964
11965[[package]]
11966name = "paste"
11967version = "1.0.15"
11968source = "registry+https://github.com/rust-lang/crates.io-index"
11969checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
11970
11971[[package]]
11972name = "pathdiff"
11973version = "0.2.3"
11974source = "registry+https://github.com/rust-lang/crates.io-index"
11975checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
11976
11977[[package]]
11978name = "pathfinder_geometry"
11979version = "0.5.1"
11980source = "registry+https://github.com/rust-lang/crates.io-index"
11981checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
11982dependencies = [
11983 "log",
11984 "pathfinder_simd",
11985]
11986
11987[[package]]
11988name = "pathfinder_simd"
11989version = "0.5.5"
11990source = "registry+https://github.com/rust-lang/crates.io-index"
11991checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
11992dependencies = [
11993 "rustc_version",
11994]
11995
11996[[package]]
11997name = "paths"
11998version = "0.1.0"
11999dependencies = [
12000 "dirs 4.0.0",
12001 "ignore",
12002 "util",
12003]
12004
12005[[package]]
12006name = "pbjson"
12007version = "0.6.0"
12008source = "registry+https://github.com/rust-lang/crates.io-index"
12009checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
12010dependencies = [
12011 "base64 0.21.7",
12012 "serde",
12013]
12014
12015[[package]]
12016name = "pbjson-build"
12017version = "0.6.2"
12018source = "registry+https://github.com/rust-lang/crates.io-index"
12019checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
12020dependencies = [
12021 "heck 0.4.1",
12022 "itertools 0.11.0",
12023 "prost 0.12.6",
12024 "prost-types 0.12.6",
12025]
12026
12027[[package]]
12028name = "pbjson-types"
12029version = "0.6.0"
12030source = "registry+https://github.com/rust-lang/crates.io-index"
12031checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
12032dependencies = [
12033 "bytes 1.11.1",
12034 "chrono",
12035 "pbjson",
12036 "pbjson-build",
12037 "prost 0.12.6",
12038 "prost-build 0.12.6",
12039 "serde",
12040]
12041
12042[[package]]
12043name = "pbkdf2"
12044version = "0.11.0"
12045source = "registry+https://github.com/rust-lang/crates.io-index"
12046checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
12047dependencies = [
12048 "digest",
12049 "hmac",
12050 "password-hash",
12051 "sha2",
12052]
12053
12054[[package]]
12055name = "pbkdf2"
12056version = "0.12.2"
12057source = "registry+https://github.com/rust-lang/crates.io-index"
12058checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12059dependencies = [
12060 "digest",
12061 "hmac",
12062]
12063
12064[[package]]
12065name = "pciid-parser"
12066version = "0.8.0"
12067source = "registry+https://github.com/rust-lang/crates.io-index"
12068checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12069
12070[[package]]
12071name = "peg"
12072version = "0.8.5"
12073source = "registry+https://github.com/rust-lang/crates.io-index"
12074checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12075dependencies = [
12076 "peg-macros",
12077 "peg-runtime",
12078]
12079
12080[[package]]
12081name = "peg-macros"
12082version = "0.8.5"
12083source = "registry+https://github.com/rust-lang/crates.io-index"
12084checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12085dependencies = [
12086 "peg-runtime",
12087 "proc-macro2",
12088 "quote",
12089]
12090
12091[[package]]
12092name = "peg-runtime"
12093version = "0.8.5"
12094source = "registry+https://github.com/rust-lang/crates.io-index"
12095checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12096
12097[[package]]
12098name = "pem"
12099version = "3.0.6"
12100source = "registry+https://github.com/rust-lang/crates.io-index"
12101checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12102dependencies = [
12103 "base64 0.22.1",
12104 "serde_core",
12105]
12106
12107[[package]]
12108name = "pem-rfc7468"
12109version = "0.7.0"
12110source = "registry+https://github.com/rust-lang/crates.io-index"
12111checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12112dependencies = [
12113 "base64ct",
12114]
12115
12116[[package]]
12117name = "percent-encoding"
12118version = "2.3.2"
12119source = "registry+https://github.com/rust-lang/crates.io-index"
12120checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12121
12122[[package]]
12123name = "perf"
12124version = "0.1.0"
12125dependencies = [
12126 "collections",
12127 "serde",
12128 "serde_json",
12129]
12130
12131[[package]]
12132name = "pest"
12133version = "2.8.3"
12134source = "registry+https://github.com/rust-lang/crates.io-index"
12135checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12136dependencies = [
12137 "memchr",
12138 "ucd-trie",
12139]
12140
12141[[package]]
12142name = "pest_derive"
12143version = "2.8.3"
12144source = "registry+https://github.com/rust-lang/crates.io-index"
12145checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12146dependencies = [
12147 "pest",
12148 "pest_generator",
12149]
12150
12151[[package]]
12152name = "pest_generator"
12153version = "2.8.3"
12154source = "registry+https://github.com/rust-lang/crates.io-index"
12155checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12156dependencies = [
12157 "pest",
12158 "pest_meta",
12159 "proc-macro2",
12160 "quote",
12161 "syn 2.0.117",
12162]
12163
12164[[package]]
12165name = "pest_meta"
12166version = "2.8.3"
12167source = "registry+https://github.com/rust-lang/crates.io-index"
12168checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12169dependencies = [
12170 "pest",
12171 "sha2",
12172]
12173
12174[[package]]
12175name = "pet"
12176version = "0.1.0"
12177source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12178dependencies = [
12179 "clap",
12180 "env_logger 0.10.2",
12181 "lazy_static",
12182 "log",
12183 "msvc_spectre_libs",
12184 "pet-conda",
12185 "pet-core",
12186 "pet-env-var-path",
12187 "pet-fs",
12188 "pet-global-virtualenvs",
12189 "pet-homebrew",
12190 "pet-jsonrpc",
12191 "pet-linux-global-python",
12192 "pet-mac-commandlinetools",
12193 "pet-mac-python-org",
12194 "pet-mac-xcode",
12195 "pet-pipenv",
12196 "pet-pixi",
12197 "pet-poetry",
12198 "pet-pyenv",
12199 "pet-python-utils",
12200 "pet-reporter",
12201 "pet-telemetry",
12202 "pet-uv",
12203 "pet-venv",
12204 "pet-virtualenv",
12205 "pet-virtualenvwrapper",
12206 "pet-windows-registry",
12207 "pet-windows-store",
12208 "pet-winpython",
12209 "serde",
12210 "serde_json",
12211 "tracing",
12212 "tracing-subscriber",
12213 "winresource",
12214]
12215
12216[[package]]
12217name = "pet-conda"
12218version = "0.1.0"
12219source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12220dependencies = [
12221 "env_logger 0.10.2",
12222 "lazy_static",
12223 "log",
12224 "msvc_spectre_libs",
12225 "pet-core",
12226 "pet-fs",
12227 "pet-python-utils",
12228 "pet-reporter",
12229 "rayon",
12230 "regex",
12231 "serde",
12232 "serde_json",
12233 "yaml-rust2",
12234]
12235
12236[[package]]
12237name = "pet-core"
12238version = "0.1.0"
12239source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12240dependencies = [
12241 "clap",
12242 "lazy_static",
12243 "log",
12244 "msvc_spectre_libs",
12245 "pet-fs",
12246 "regex",
12247 "serde",
12248 "serde_json",
12249]
12250
12251[[package]]
12252name = "pet-env-var-path"
12253version = "0.1.0"
12254source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12255dependencies = [
12256 "lazy_static",
12257 "log",
12258 "msvc_spectre_libs",
12259 "pet-conda",
12260 "pet-core",
12261 "pet-fs",
12262 "pet-python-utils",
12263 "pet-virtualenv",
12264 "regex",
12265]
12266
12267[[package]]
12268name = "pet-fs"
12269version = "0.1.0"
12270source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12271dependencies = [
12272 "glob",
12273 "log",
12274 "msvc_spectre_libs",
12275 "windows-sys 0.59.0",
12276]
12277
12278[[package]]
12279name = "pet-global-virtualenvs"
12280version = "0.1.0"
12281source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12282dependencies = [
12283 "log",
12284 "msvc_spectre_libs",
12285 "pet-conda",
12286 "pet-core",
12287 "pet-fs",
12288 "pet-virtualenv",
12289]
12290
12291[[package]]
12292name = "pet-homebrew"
12293version = "0.1.0"
12294source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12295dependencies = [
12296 "lazy_static",
12297 "log",
12298 "msvc_spectre_libs",
12299 "pet-conda",
12300 "pet-core",
12301 "pet-fs",
12302 "pet-python-utils",
12303 "pet-virtualenv",
12304 "rayon",
12305 "regex",
12306 "serde",
12307 "serde_json",
12308]
12309
12310[[package]]
12311name = "pet-jsonrpc"
12312version = "0.1.0"
12313source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12314dependencies = [
12315 "env_logger 0.10.2",
12316 "log",
12317 "msvc_spectre_libs",
12318 "pet-core",
12319 "serde",
12320 "serde_json",
12321]
12322
12323[[package]]
12324name = "pet-linux-global-python"
12325version = "0.1.0"
12326source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12327dependencies = [
12328 "log",
12329 "msvc_spectre_libs",
12330 "pet-core",
12331 "pet-fs",
12332 "pet-python-utils",
12333 "pet-virtualenv",
12334]
12335
12336[[package]]
12337name = "pet-mac-commandlinetools"
12338version = "0.1.0"
12339source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12340dependencies = [
12341 "log",
12342 "msvc_spectre_libs",
12343 "pet-core",
12344 "pet-fs",
12345 "pet-python-utils",
12346 "pet-virtualenv",
12347]
12348
12349[[package]]
12350name = "pet-mac-python-org"
12351version = "0.1.0"
12352source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12353dependencies = [
12354 "log",
12355 "msvc_spectre_libs",
12356 "pet-core",
12357 "pet-fs",
12358 "pet-python-utils",
12359 "pet-virtualenv",
12360]
12361
12362[[package]]
12363name = "pet-mac-xcode"
12364version = "0.1.0"
12365source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12366dependencies = [
12367 "log",
12368 "msvc_spectre_libs",
12369 "pet-core",
12370 "pet-fs",
12371 "pet-python-utils",
12372 "pet-virtualenv",
12373]
12374
12375[[package]]
12376name = "pet-pipenv"
12377version = "0.1.0"
12378source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12379dependencies = [
12380 "lazy_static",
12381 "log",
12382 "msvc_spectre_libs",
12383 "pet-core",
12384 "pet-fs",
12385 "pet-python-utils",
12386 "pet-virtualenv",
12387 "regex",
12388]
12389
12390[[package]]
12391name = "pet-pixi"
12392version = "0.1.0"
12393source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12394dependencies = [
12395 "log",
12396 "msvc_spectre_libs",
12397 "pet-conda",
12398 "pet-core",
12399 "pet-python-utils",
12400]
12401
12402[[package]]
12403name = "pet-poetry"
12404version = "0.1.0"
12405source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12406dependencies = [
12407 "base64 0.22.1",
12408 "lazy_static",
12409 "log",
12410 "msvc_spectre_libs",
12411 "pet-core",
12412 "pet-fs",
12413 "pet-python-utils",
12414 "pet-reporter",
12415 "pet-virtualenv",
12416 "regex",
12417 "serde",
12418 "serde_json",
12419 "sha2",
12420 "toml 0.8.23",
12421]
12422
12423[[package]]
12424name = "pet-pyenv"
12425version = "0.1.0"
12426source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12427dependencies = [
12428 "lazy_static",
12429 "log",
12430 "msvc_spectre_libs",
12431 "pet-conda",
12432 "pet-core",
12433 "pet-fs",
12434 "pet-python-utils",
12435 "pet-reporter",
12436 "regex",
12437 "serde",
12438 "serde_json",
12439]
12440
12441[[package]]
12442name = "pet-python-utils"
12443version = "0.1.0"
12444source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12445dependencies = [
12446 "env_logger 0.10.2",
12447 "lazy_static",
12448 "log",
12449 "msvc_spectre_libs",
12450 "pet-core",
12451 "pet-fs",
12452 "regex",
12453 "serde",
12454 "serde_json",
12455 "sha2",
12456]
12457
12458[[package]]
12459name = "pet-reporter"
12460version = "0.1.0"
12461source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12462dependencies = [
12463 "env_logger 0.10.2",
12464 "log",
12465 "msvc_spectre_libs",
12466 "pet-core",
12467 "pet-jsonrpc",
12468 "serde",
12469 "serde_json",
12470]
12471
12472[[package]]
12473name = "pet-telemetry"
12474version = "0.1.0"
12475source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12476dependencies = [
12477 "env_logger 0.10.2",
12478 "lazy_static",
12479 "log",
12480 "msvc_spectre_libs",
12481 "pet-core",
12482 "pet-fs",
12483 "pet-python-utils",
12484 "regex",
12485]
12486
12487[[package]]
12488name = "pet-uv"
12489version = "0.1.0"
12490source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12491dependencies = [
12492 "log",
12493 "pet-core",
12494 "pet-python-utils",
12495 "serde",
12496 "toml 0.9.8",
12497]
12498
12499[[package]]
12500name = "pet-venv"
12501version = "0.1.0"
12502source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12503dependencies = [
12504 "log",
12505 "msvc_spectre_libs",
12506 "pet-core",
12507 "pet-python-utils",
12508 "pet-virtualenv",
12509]
12510
12511[[package]]
12512name = "pet-virtualenv"
12513version = "0.1.0"
12514source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12515dependencies = [
12516 "log",
12517 "msvc_spectre_libs",
12518 "pet-core",
12519 "pet-fs",
12520 "pet-python-utils",
12521]
12522
12523[[package]]
12524name = "pet-virtualenvwrapper"
12525version = "0.1.0"
12526source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12527dependencies = [
12528 "log",
12529 "msvc_spectre_libs",
12530 "pet-core",
12531 "pet-fs",
12532 "pet-python-utils",
12533 "pet-virtualenv",
12534]
12535
12536[[package]]
12537name = "pet-windows-registry"
12538version = "0.1.0"
12539source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12540dependencies = [
12541 "lazy_static",
12542 "log",
12543 "msvc_spectre_libs",
12544 "pet-conda",
12545 "pet-core",
12546 "pet-fs",
12547 "pet-python-utils",
12548 "pet-virtualenv",
12549 "pet-windows-store",
12550 "regex",
12551 "winreg 0.55.0",
12552]
12553
12554[[package]]
12555name = "pet-windows-store"
12556version = "0.1.0"
12557source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12558dependencies = [
12559 "lazy_static",
12560 "log",
12561 "msvc_spectre_libs",
12562 "pet-core",
12563 "pet-fs",
12564 "pet-python-utils",
12565 "pet-virtualenv",
12566 "regex",
12567 "winreg 0.55.0",
12568]
12569
12570[[package]]
12571name = "pet-winpython"
12572version = "0.1.0"
12573source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12574dependencies = [
12575 "lazy_static",
12576 "log",
12577 "pet-core",
12578 "pet-fs",
12579 "pet-python-utils",
12580 "pet-virtualenv",
12581 "regex",
12582]
12583
12584[[package]]
12585name = "petgraph"
12586version = "0.6.5"
12587source = "registry+https://github.com/rust-lang/crates.io-index"
12588checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12589dependencies = [
12590 "fixedbitset 0.4.2",
12591 "indexmap",
12592]
12593
12594[[package]]
12595name = "pgvector"
12596version = "0.4.1"
12597source = "registry+https://github.com/rust-lang/crates.io-index"
12598checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12599dependencies = [
12600 "serde",
12601]
12602
12603[[package]]
12604name = "phf"
12605version = "0.11.3"
12606source = "registry+https://github.com/rust-lang/crates.io-index"
12607checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12608dependencies = [
12609 "phf_macros 0.11.3",
12610 "phf_shared 0.11.3",
12611]
12612
12613[[package]]
12614name = "phf"
12615version = "0.12.1"
12616source = "registry+https://github.com/rust-lang/crates.io-index"
12617checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12618dependencies = [
12619 "phf_macros 0.12.1",
12620 "phf_shared 0.12.1",
12621]
12622
12623[[package]]
12624name = "phf_codegen"
12625version = "0.11.3"
12626source = "registry+https://github.com/rust-lang/crates.io-index"
12627checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12628dependencies = [
12629 "phf_generator 0.11.3",
12630 "phf_shared 0.11.3",
12631]
12632
12633[[package]]
12634name = "phf_generator"
12635version = "0.11.3"
12636source = "registry+https://github.com/rust-lang/crates.io-index"
12637checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12638dependencies = [
12639 "phf_shared 0.11.3",
12640 "rand 0.8.5",
12641]
12642
12643[[package]]
12644name = "phf_generator"
12645version = "0.12.1"
12646source = "registry+https://github.com/rust-lang/crates.io-index"
12647checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12648dependencies = [
12649 "fastrand 2.3.0",
12650 "phf_shared 0.12.1",
12651]
12652
12653[[package]]
12654name = "phf_macros"
12655version = "0.11.3"
12656source = "registry+https://github.com/rust-lang/crates.io-index"
12657checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12658dependencies = [
12659 "phf_generator 0.11.3",
12660 "phf_shared 0.11.3",
12661 "proc-macro2",
12662 "quote",
12663 "syn 2.0.117",
12664]
12665
12666[[package]]
12667name = "phf_macros"
12668version = "0.12.1"
12669source = "registry+https://github.com/rust-lang/crates.io-index"
12670checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12671dependencies = [
12672 "phf_generator 0.12.1",
12673 "phf_shared 0.12.1",
12674 "proc-macro2",
12675 "quote",
12676 "syn 2.0.117",
12677]
12678
12679[[package]]
12680name = "phf_shared"
12681version = "0.11.3"
12682source = "registry+https://github.com/rust-lang/crates.io-index"
12683checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12684dependencies = [
12685 "siphasher 1.0.1",
12686]
12687
12688[[package]]
12689name = "phf_shared"
12690version = "0.12.1"
12691source = "registry+https://github.com/rust-lang/crates.io-index"
12692checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12693dependencies = [
12694 "siphasher 1.0.1",
12695]
12696
12697[[package]]
12698name = "picker"
12699version = "0.1.0"
12700dependencies = [
12701 "anyhow",
12702 "editor",
12703 "gpui",
12704 "menu",
12705 "schemars",
12706 "serde",
12707 "settings",
12708 "theme",
12709 "theme_settings",
12710 "ui",
12711 "ui_input",
12712 "workspace",
12713 "zed_actions",
12714]
12715
12716[[package]]
12717name = "pico-args"
12718version = "0.5.0"
12719source = "registry+https://github.com/rust-lang/crates.io-index"
12720checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12721
12722[[package]]
12723name = "pin-project"
12724version = "1.1.10"
12725source = "registry+https://github.com/rust-lang/crates.io-index"
12726checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12727dependencies = [
12728 "pin-project-internal",
12729]
12730
12731[[package]]
12732name = "pin-project-internal"
12733version = "1.1.10"
12734source = "registry+https://github.com/rust-lang/crates.io-index"
12735checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12736dependencies = [
12737 "proc-macro2",
12738 "quote",
12739 "syn 2.0.117",
12740]
12741
12742[[package]]
12743name = "pin-project-lite"
12744version = "0.2.16"
12745source = "registry+https://github.com/rust-lang/crates.io-index"
12746checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12747
12748[[package]]
12749name = "pin-utils"
12750version = "0.1.0"
12751source = "registry+https://github.com/rust-lang/crates.io-index"
12752checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12753
12754[[package]]
12755name = "piper"
12756version = "0.2.4"
12757source = "registry+https://github.com/rust-lang/crates.io-index"
12758checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12759dependencies = [
12760 "atomic-waker",
12761 "fastrand 2.3.0",
12762 "futures-io",
12763]
12764
12765[[package]]
12766name = "pkcs1"
12767version = "0.7.5"
12768source = "registry+https://github.com/rust-lang/crates.io-index"
12769checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12770dependencies = [
12771 "der 0.7.10",
12772 "pkcs8 0.10.2",
12773 "spki 0.7.3",
12774]
12775
12776[[package]]
12777name = "pkcs8"
12778version = "0.9.0"
12779source = "registry+https://github.com/rust-lang/crates.io-index"
12780checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12781dependencies = [
12782 "der 0.6.1",
12783 "spki 0.6.0",
12784]
12785
12786[[package]]
12787name = "pkcs8"
12788version = "0.10.2"
12789source = "registry+https://github.com/rust-lang/crates.io-index"
12790checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12791dependencies = [
12792 "der 0.7.10",
12793 "spki 0.7.3",
12794]
12795
12796[[package]]
12797name = "pkg-config"
12798version = "0.3.32"
12799source = "registry+https://github.com/rust-lang/crates.io-index"
12800checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12801
12802[[package]]
12803name = "plain"
12804version = "0.2.3"
12805source = "registry+https://github.com/rust-lang/crates.io-index"
12806checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12807
12808[[package]]
12809name = "platform_title_bar"
12810version = "0.1.0"
12811dependencies = [
12812 "feature_flags",
12813 "gpui",
12814 "project",
12815 "settings",
12816 "smallvec",
12817 "theme",
12818 "theme_settings",
12819 "ui",
12820 "windows 0.61.3",
12821 "workspace",
12822 "zed_actions",
12823]
12824
12825[[package]]
12826name = "plist"
12827version = "1.8.0"
12828source = "registry+https://github.com/rust-lang/crates.io-index"
12829checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12830dependencies = [
12831 "base64 0.22.1",
12832 "indexmap",
12833 "quick-xml 0.38.3",
12834 "serde",
12835 "time",
12836]
12837
12838[[package]]
12839name = "plotters"
12840version = "0.3.7"
12841source = "registry+https://github.com/rust-lang/crates.io-index"
12842checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12843dependencies = [
12844 "num-traits",
12845 "plotters-backend",
12846 "plotters-svg",
12847 "wasm-bindgen",
12848 "web-sys",
12849]
12850
12851[[package]]
12852name = "plotters-backend"
12853version = "0.3.7"
12854source = "registry+https://github.com/rust-lang/crates.io-index"
12855checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12856
12857[[package]]
12858name = "plotters-svg"
12859version = "0.3.7"
12860source = "registry+https://github.com/rust-lang/crates.io-index"
12861checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
12862dependencies = [
12863 "plotters-backend",
12864]
12865
12866[[package]]
12867name = "png"
12868version = "0.17.16"
12869source = "registry+https://github.com/rust-lang/crates.io-index"
12870checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12871dependencies = [
12872 "bitflags 1.3.2",
12873 "crc32fast",
12874 "fdeflate",
12875 "flate2",
12876 "miniz_oxide",
12877]
12878
12879[[package]]
12880name = "png"
12881version = "0.18.0"
12882source = "registry+https://github.com/rust-lang/crates.io-index"
12883checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12884dependencies = [
12885 "bitflags 2.10.0",
12886 "crc32fast",
12887 "fdeflate",
12888 "flate2",
12889 "miniz_oxide",
12890]
12891
12892[[package]]
12893name = "polling"
12894version = "3.11.0"
12895source = "registry+https://github.com/rust-lang/crates.io-index"
12896checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
12897dependencies = [
12898 "cfg-if",
12899 "concurrent-queue",
12900 "hermit-abi",
12901 "pin-project-lite",
12902 "rustix 1.1.2",
12903 "windows-sys 0.61.2",
12904]
12905
12906[[package]]
12907name = "pollster"
12908version = "0.2.5"
12909source = "registry+https://github.com/rust-lang/crates.io-index"
12910checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
12911
12912[[package]]
12913name = "pollster"
12914version = "0.4.0"
12915source = "registry+https://github.com/rust-lang/crates.io-index"
12916checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
12917
12918[[package]]
12919name = "pori"
12920version = "0.0.0"
12921source = "registry+https://github.com/rust-lang/crates.io-index"
12922checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
12923dependencies = [
12924 "nom 7.1.3",
12925]
12926
12927[[package]]
12928name = "portable-atomic"
12929version = "1.11.1"
12930source = "registry+https://github.com/rust-lang/crates.io-index"
12931checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
12932
12933[[package]]
12934name = "portable-atomic-util"
12935version = "0.2.4"
12936source = "registry+https://github.com/rust-lang/crates.io-index"
12937checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
12938dependencies = [
12939 "portable-atomic",
12940]
12941
12942[[package]]
12943name = "portable-pty"
12944version = "0.9.0"
12945source = "registry+https://github.com/rust-lang/crates.io-index"
12946checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
12947dependencies = [
12948 "anyhow",
12949 "bitflags 1.3.2",
12950 "downcast-rs",
12951 "filedescriptor",
12952 "lazy_static",
12953 "libc",
12954 "log",
12955 "nix 0.28.0",
12956 "serial2",
12957 "shared_library",
12958 "shell-words",
12959 "winapi",
12960 "winreg 0.10.1",
12961]
12962
12963[[package]]
12964name = "postage"
12965version = "0.5.0"
12966source = "registry+https://github.com/rust-lang/crates.io-index"
12967checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
12968dependencies = [
12969 "atomic",
12970 "crossbeam-queue",
12971 "futures 0.3.32",
12972 "log",
12973 "parking_lot",
12974 "pin-project",
12975 "pollster 0.2.5",
12976 "static_assertions",
12977 "thiserror 1.0.69",
12978]
12979
12980[[package]]
12981name = "postcard"
12982version = "1.1.3"
12983source = "registry+https://github.com/rust-lang/crates.io-index"
12984checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
12985dependencies = [
12986 "cobs",
12987 "embedded-io 0.4.0",
12988 "embedded-io 0.6.1",
12989 "serde",
12990]
12991
12992[[package]]
12993name = "potential_utf"
12994version = "0.1.3"
12995source = "registry+https://github.com/rust-lang/crates.io-index"
12996checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
12997dependencies = [
12998 "zerovec",
12999]
13000
13001[[package]]
13002name = "powerfmt"
13003version = "0.2.0"
13004source = "registry+https://github.com/rust-lang/crates.io-index"
13005checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
13006
13007[[package]]
13008name = "ppv-lite86"
13009version = "0.2.21"
13010source = "registry+https://github.com/rust-lang/crates.io-index"
13011checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
13012dependencies = [
13013 "zerocopy",
13014]
13015
13016[[package]]
13017name = "precomputed-hash"
13018version = "0.1.1"
13019source = "registry+https://github.com/rust-lang/crates.io-index"
13020checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
13021
13022[[package]]
13023name = "presser"
13024version = "0.3.1"
13025source = "registry+https://github.com/rust-lang/crates.io-index"
13026checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
13027
13028[[package]]
13029name = "prettier"
13030version = "0.1.0"
13031dependencies = [
13032 "anyhow",
13033 "collections",
13034 "fs",
13035 "gpui",
13036 "language",
13037 "log",
13038 "lsp",
13039 "node_runtime",
13040 "parking_lot",
13041 "paths",
13042 "serde",
13043 "serde_json",
13044 "util",
13045]
13046
13047[[package]]
13048name = "pretty_assertions"
13049version = "1.4.1"
13050source = "registry+https://github.com/rust-lang/crates.io-index"
13051checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
13052dependencies = [
13053 "diff",
13054 "yansi",
13055]
13056
13057[[package]]
13058name = "prettyplease"
13059version = "0.2.37"
13060source = "registry+https://github.com/rust-lang/crates.io-index"
13061checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13062dependencies = [
13063 "proc-macro2",
13064 "syn 2.0.117",
13065]
13066
13067[[package]]
13068name = "primal-check"
13069version = "0.3.4"
13070source = "registry+https://github.com/rust-lang/crates.io-index"
13071checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
13072dependencies = [
13073 "num-integer",
13074]
13075
13076[[package]]
13077name = "proc-macro-crate"
13078version = "3.4.0"
13079source = "registry+https://github.com/rust-lang/crates.io-index"
13080checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13081dependencies = [
13082 "toml_edit 0.23.7",
13083]
13084
13085[[package]]
13086name = "proc-macro-error"
13087version = "1.0.4"
13088source = "registry+https://github.com/rust-lang/crates.io-index"
13089checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13090dependencies = [
13091 "proc-macro-error-attr",
13092 "proc-macro2",
13093 "quote",
13094 "syn 1.0.109",
13095 "version_check",
13096]
13097
13098[[package]]
13099name = "proc-macro-error-attr"
13100version = "1.0.4"
13101source = "registry+https://github.com/rust-lang/crates.io-index"
13102checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13103dependencies = [
13104 "proc-macro2",
13105 "quote",
13106 "version_check",
13107]
13108
13109[[package]]
13110name = "proc-macro-error-attr2"
13111version = "2.0.0"
13112source = "registry+https://github.com/rust-lang/crates.io-index"
13113checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13114dependencies = [
13115 "proc-macro2",
13116 "quote",
13117]
13118
13119[[package]]
13120name = "proc-macro-error2"
13121version = "2.0.1"
13122source = "registry+https://github.com/rust-lang/crates.io-index"
13123checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13124dependencies = [
13125 "proc-macro-error-attr2",
13126 "proc-macro2",
13127 "quote",
13128 "syn 2.0.117",
13129]
13130
13131[[package]]
13132name = "proc-macro2"
13133version = "1.0.101"
13134source = "registry+https://github.com/rust-lang/crates.io-index"
13135checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13136dependencies = [
13137 "unicode-ident",
13138]
13139
13140[[package]]
13141name = "proc-macro2-diagnostics"
13142version = "0.10.1"
13143source = "registry+https://github.com/rust-lang/crates.io-index"
13144checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13145dependencies = [
13146 "proc-macro2",
13147 "quote",
13148 "syn 2.0.117",
13149 "version_check",
13150 "yansi",
13151]
13152
13153[[package]]
13154name = "procfs-core"
13155version = "0.17.0"
13156source = "registry+https://github.com/rust-lang/crates.io-index"
13157checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13158dependencies = [
13159 "bitflags 2.10.0",
13160 "hex",
13161 "serde",
13162]
13163
13164[[package]]
13165name = "profiling"
13166version = "1.0.17"
13167source = "registry+https://github.com/rust-lang/crates.io-index"
13168checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13169dependencies = [
13170 "profiling-procmacros",
13171]
13172
13173[[package]]
13174name = "profiling-procmacros"
13175version = "1.0.17"
13176source = "registry+https://github.com/rust-lang/crates.io-index"
13177checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13178dependencies = [
13179 "quote",
13180 "syn 2.0.117",
13181]
13182
13183[[package]]
13184name = "project"
13185version = "0.1.0"
13186dependencies = [
13187 "aho-corasick",
13188 "anyhow",
13189 "askpass",
13190 "async-trait",
13191 "base64 0.22.1",
13192 "buffer_diff",
13193 "circular-buffer",
13194 "client",
13195 "clock",
13196 "collections",
13197 "context_server",
13198 "credentials_provider",
13199 "dap",
13200 "encoding_rs",
13201 "extension",
13202 "fancy-regex 0.17.0",
13203 "fs",
13204 "futures 0.3.32",
13205 "fuzzy",
13206 "git",
13207 "git2",
13208 "git_hosting_providers",
13209 "globset",
13210 "gpui",
13211 "http_client",
13212 "image",
13213 "indexmap",
13214 "itertools 0.14.0",
13215 "language",
13216 "log",
13217 "lsp",
13218 "markdown",
13219 "node_runtime",
13220 "parking_lot",
13221 "paths",
13222 "percent-encoding",
13223 "postage",
13224 "prettier",
13225 "pretty_assertions",
13226 "project",
13227 "rand 0.9.2",
13228 "regex",
13229 "release_channel",
13230 "remote",
13231 "rpc",
13232 "schemars",
13233 "semver",
13234 "serde",
13235 "serde_json",
13236 "settings",
13237 "sha2",
13238 "shellexpand 2.1.2",
13239 "smallvec",
13240 "smol",
13241 "snippet",
13242 "snippet_provider",
13243 "sum_tree",
13244 "task",
13245 "tempfile",
13246 "terminal",
13247 "text",
13248 "toml 0.8.23",
13249 "tracing",
13250 "unindent",
13251 "url",
13252 "util",
13253 "watch",
13254 "wax",
13255 "which 6.0.3",
13256 "worktree",
13257 "zed_credentials_provider",
13258 "zeroize",
13259 "zlog",
13260 "ztracing",
13261]
13262
13263[[package]]
13264name = "project_benchmarks"
13265version = "0.1.0"
13266dependencies = [
13267 "anyhow",
13268 "askpass",
13269 "clap",
13270 "client",
13271 "futures 0.3.32",
13272 "gpui",
13273 "gpui_platform",
13274 "http_client",
13275 "language",
13276 "node_runtime",
13277 "project",
13278 "release_channel",
13279 "remote",
13280 "rpassword",
13281 "semver",
13282 "settings",
13283 "watch",
13284]
13285
13286[[package]]
13287name = "project_panel"
13288version = "0.1.0"
13289dependencies = [
13290 "anyhow",
13291 "client",
13292 "collections",
13293 "command_palette_hooks",
13294 "criterion",
13295 "editor",
13296 "feature_flags",
13297 "file_icons",
13298 "git",
13299 "git_ui",
13300 "gpui",
13301 "itertools 0.14.0",
13302 "language",
13303 "menu",
13304 "notifications",
13305 "pretty_assertions",
13306 "project",
13307 "rayon",
13308 "remote_connection",
13309 "schemars",
13310 "search",
13311 "serde",
13312 "serde_json",
13313 "settings",
13314 "smallvec",
13315 "telemetry",
13316 "tempfile",
13317 "theme",
13318 "theme_settings",
13319 "ui",
13320 "util",
13321 "workspace",
13322 "worktree",
13323 "zed_actions",
13324]
13325
13326[[package]]
13327name = "project_symbols"
13328version = "0.1.0"
13329dependencies = [
13330 "anyhow",
13331 "editor",
13332 "futures 0.3.32",
13333 "fuzzy",
13334 "gpui",
13335 "language",
13336 "lsp",
13337 "ordered-float 2.10.1",
13338 "picker",
13339 "project",
13340 "release_channel",
13341 "semver",
13342 "serde_json",
13343 "settings",
13344 "theme",
13345 "theme_settings",
13346 "util",
13347 "workspace",
13348]
13349
13350[[package]]
13351name = "prometheus"
13352version = "0.14.0"
13353source = "registry+https://github.com/rust-lang/crates.io-index"
13354checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13355dependencies = [
13356 "cfg-if",
13357 "fnv",
13358 "lazy_static",
13359 "memchr",
13360 "parking_lot",
13361 "protobuf",
13362 "thiserror 2.0.17",
13363]
13364
13365[[package]]
13366name = "prompt_store"
13367version = "0.1.0"
13368dependencies = [
13369 "anyhow",
13370 "assets",
13371 "chrono",
13372 "collections",
13373 "fs",
13374 "futures 0.3.32",
13375 "fuzzy",
13376 "gpui",
13377 "handlebars 4.5.0",
13378 "heed",
13379 "language",
13380 "log",
13381 "parking_lot",
13382 "paths",
13383 "rope",
13384 "serde",
13385 "strum 0.27.2",
13386 "tempfile",
13387 "text",
13388 "util",
13389 "uuid",
13390]
13391
13392[[package]]
13393name = "proptest"
13394version = "1.10.0"
13395source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13396dependencies = [
13397 "bit-set 0.8.0",
13398 "bit-vec 0.8.0",
13399 "bitflags 2.10.0",
13400 "num-traits",
13401 "proptest-macro",
13402 "rand 0.9.2",
13403 "rand_chacha 0.9.0",
13404 "rand_xorshift",
13405 "regex-syntax",
13406 "rusty-fork",
13407 "tempfile",
13408 "unarray",
13409]
13410
13411[[package]]
13412name = "proptest-derive"
13413version = "0.8.0"
13414source = "registry+https://github.com/rust-lang/crates.io-index"
13415checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13416dependencies = [
13417 "proc-macro2",
13418 "quote",
13419 "syn 2.0.117",
13420]
13421
13422[[package]]
13423name = "proptest-macro"
13424version = "0.5.0"
13425source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13426dependencies = [
13427 "convert_case 0.11.0",
13428 "proc-macro2",
13429 "quote",
13430 "syn 2.0.117",
13431]
13432
13433[[package]]
13434name = "prost"
13435version = "0.9.0"
13436source = "registry+https://github.com/rust-lang/crates.io-index"
13437checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13438dependencies = [
13439 "bytes 1.11.1",
13440 "prost-derive 0.9.0",
13441]
13442
13443[[package]]
13444name = "prost"
13445version = "0.12.6"
13446source = "registry+https://github.com/rust-lang/crates.io-index"
13447checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13448dependencies = [
13449 "bytes 1.11.1",
13450 "prost-derive 0.12.6",
13451]
13452
13453[[package]]
13454name = "prost-build"
13455version = "0.9.0"
13456source = "registry+https://github.com/rust-lang/crates.io-index"
13457checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13458dependencies = [
13459 "bytes 1.11.1",
13460 "heck 0.3.3",
13461 "itertools 0.10.5",
13462 "lazy_static",
13463 "log",
13464 "multimap",
13465 "petgraph",
13466 "prost 0.9.0",
13467 "prost-types 0.9.0",
13468 "regex",
13469 "tempfile",
13470 "which 4.4.2",
13471]
13472
13473[[package]]
13474name = "prost-build"
13475version = "0.12.6"
13476source = "registry+https://github.com/rust-lang/crates.io-index"
13477checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13478dependencies = [
13479 "bytes 1.11.1",
13480 "heck 0.5.0",
13481 "itertools 0.12.1",
13482 "log",
13483 "multimap",
13484 "once_cell",
13485 "petgraph",
13486 "prettyplease",
13487 "prost 0.12.6",
13488 "prost-types 0.12.6",
13489 "regex",
13490 "syn 2.0.117",
13491 "tempfile",
13492]
13493
13494[[package]]
13495name = "prost-derive"
13496version = "0.9.0"
13497source = "registry+https://github.com/rust-lang/crates.io-index"
13498checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13499dependencies = [
13500 "anyhow",
13501 "itertools 0.10.5",
13502 "proc-macro2",
13503 "quote",
13504 "syn 1.0.109",
13505]
13506
13507[[package]]
13508name = "prost-derive"
13509version = "0.12.6"
13510source = "registry+https://github.com/rust-lang/crates.io-index"
13511checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13512dependencies = [
13513 "anyhow",
13514 "itertools 0.12.1",
13515 "proc-macro2",
13516 "quote",
13517 "syn 2.0.117",
13518]
13519
13520[[package]]
13521name = "prost-types"
13522version = "0.9.0"
13523source = "registry+https://github.com/rust-lang/crates.io-index"
13524checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13525dependencies = [
13526 "bytes 1.11.1",
13527 "prost 0.9.0",
13528]
13529
13530[[package]]
13531name = "prost-types"
13532version = "0.12.6"
13533source = "registry+https://github.com/rust-lang/crates.io-index"
13534checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13535dependencies = [
13536 "prost 0.12.6",
13537]
13538
13539[[package]]
13540name = "proto"
13541version = "0.1.0"
13542dependencies = [
13543 "anyhow",
13544 "prost 0.9.0",
13545 "prost-build 0.9.0",
13546 "serde",
13547]
13548
13549[[package]]
13550name = "protobuf"
13551version = "3.7.2"
13552source = "registry+https://github.com/rust-lang/crates.io-index"
13553checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13554dependencies = [
13555 "once_cell",
13556 "protobuf-support",
13557 "thiserror 1.0.69",
13558]
13559
13560[[package]]
13561name = "protobuf-support"
13562version = "3.7.2"
13563source = "registry+https://github.com/rust-lang/crates.io-index"
13564checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13565dependencies = [
13566 "thiserror 1.0.69",
13567]
13568
13569[[package]]
13570name = "psm"
13571version = "0.1.30"
13572source = "registry+https://github.com/rust-lang/crates.io-index"
13573checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13574dependencies = [
13575 "ar_archive_writer",
13576 "cc",
13577]
13578
13579[[package]]
13580name = "ptr_meta"
13581version = "0.1.4"
13582source = "registry+https://github.com/rust-lang/crates.io-index"
13583checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13584dependencies = [
13585 "ptr_meta_derive",
13586]
13587
13588[[package]]
13589name = "ptr_meta_derive"
13590version = "0.1.4"
13591source = "registry+https://github.com/rust-lang/crates.io-index"
13592checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13593dependencies = [
13594 "proc-macro2",
13595 "quote",
13596 "syn 1.0.109",
13597]
13598
13599[[package]]
13600name = "pulldown-cmark"
13601version = "0.10.3"
13602source = "registry+https://github.com/rust-lang/crates.io-index"
13603checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13604dependencies = [
13605 "bitflags 2.10.0",
13606 "memchr",
13607 "pulldown-cmark-escape",
13608 "unicase",
13609]
13610
13611[[package]]
13612name = "pulldown-cmark"
13613version = "0.13.0"
13614source = "registry+https://github.com/rust-lang/crates.io-index"
13615checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13616dependencies = [
13617 "bitflags 2.10.0",
13618 "memchr",
13619 "unicase",
13620]
13621
13622[[package]]
13623name = "pulldown-cmark-escape"
13624version = "0.10.1"
13625source = "registry+https://github.com/rust-lang/crates.io-index"
13626checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13627
13628[[package]]
13629name = "pulley-interpreter"
13630version = "36.0.6"
13631source = "registry+https://github.com/rust-lang/crates.io-index"
13632checksum = "499d922aa0f9faac8d92351416664f1b7acd914008a90fce2f0516d31efddf67"
13633dependencies = [
13634 "cranelift-bitset",
13635 "log",
13636 "pulley-macros",
13637 "wasmtime-internal-math",
13638]
13639
13640[[package]]
13641name = "pulley-macros"
13642version = "36.0.6"
13643source = "registry+https://github.com/rust-lang/crates.io-index"
13644checksum = "a3848fb193d6dffca43a21f24ca9492f22aab88af1223d06bac7f8a0ef405b81"
13645dependencies = [
13646 "proc-macro2",
13647 "quote",
13648 "syn 2.0.117",
13649]
13650
13651[[package]]
13652name = "pulp"
13653version = "0.18.22"
13654source = "registry+https://github.com/rust-lang/crates.io-index"
13655checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13656dependencies = [
13657 "bytemuck",
13658 "libm",
13659 "num-complex",
13660 "reborrow",
13661]
13662
13663[[package]]
13664name = "pulp"
13665version = "0.21.5"
13666source = "registry+https://github.com/rust-lang/crates.io-index"
13667checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13668dependencies = [
13669 "bytemuck",
13670 "cfg-if",
13671 "libm",
13672 "num-complex",
13673 "reborrow",
13674 "version_check",
13675]
13676
13677[[package]]
13678name = "pxfm"
13679version = "0.1.25"
13680source = "registry+https://github.com/rust-lang/crates.io-index"
13681checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13682dependencies = [
13683 "num-traits",
13684]
13685
13686[[package]]
13687name = "qoi"
13688version = "0.4.1"
13689source = "registry+https://github.com/rust-lang/crates.io-index"
13690checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13691dependencies = [
13692 "bytemuck",
13693]
13694
13695[[package]]
13696name = "quick-error"
13697version = "1.2.3"
13698source = "registry+https://github.com/rust-lang/crates.io-index"
13699checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13700
13701[[package]]
13702name = "quick-error"
13703version = "2.0.1"
13704source = "registry+https://github.com/rust-lang/crates.io-index"
13705checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13706
13707[[package]]
13708name = "quick-xml"
13709version = "0.30.0"
13710source = "registry+https://github.com/rust-lang/crates.io-index"
13711checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13712dependencies = [
13713 "memchr",
13714]
13715
13716[[package]]
13717name = "quick-xml"
13718version = "0.37.5"
13719source = "registry+https://github.com/rust-lang/crates.io-index"
13720checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13721dependencies = [
13722 "memchr",
13723]
13724
13725[[package]]
13726name = "quick-xml"
13727version = "0.38.3"
13728source = "registry+https://github.com/rust-lang/crates.io-index"
13729checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13730dependencies = [
13731 "memchr",
13732]
13733
13734[[package]]
13735name = "quinn"
13736version = "0.11.9"
13737source = "registry+https://github.com/rust-lang/crates.io-index"
13738checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13739dependencies = [
13740 "bytes 1.11.1",
13741 "cfg_aliases 0.2.1",
13742 "pin-project-lite",
13743 "quinn-proto",
13744 "quinn-udp",
13745 "rustc-hash 2.1.1",
13746 "rustls 0.23.33",
13747 "socket2 0.6.1",
13748 "thiserror 2.0.17",
13749 "tokio",
13750 "tracing",
13751 "web-time",
13752]
13753
13754[[package]]
13755name = "quinn-proto"
13756version = "0.11.13"
13757source = "registry+https://github.com/rust-lang/crates.io-index"
13758checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13759dependencies = [
13760 "bytes 1.11.1",
13761 "getrandom 0.3.4",
13762 "lru-slab",
13763 "rand 0.9.2",
13764 "ring",
13765 "rustc-hash 2.1.1",
13766 "rustls 0.23.33",
13767 "rustls-pki-types",
13768 "slab",
13769 "thiserror 2.0.17",
13770 "tinyvec",
13771 "tracing",
13772 "web-time",
13773]
13774
13775[[package]]
13776name = "quinn-udp"
13777version = "0.5.14"
13778source = "registry+https://github.com/rust-lang/crates.io-index"
13779checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13780dependencies = [
13781 "cfg_aliases 0.2.1",
13782 "libc",
13783 "once_cell",
13784 "socket2 0.6.1",
13785 "tracing",
13786 "windows-sys 0.60.2",
13787]
13788
13789[[package]]
13790name = "quote"
13791version = "1.0.41"
13792source = "registry+https://github.com/rust-lang/crates.io-index"
13793checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13794dependencies = [
13795 "proc-macro2",
13796]
13797
13798[[package]]
13799name = "r-efi"
13800version = "5.3.0"
13801source = "registry+https://github.com/rust-lang/crates.io-index"
13802checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13803
13804[[package]]
13805name = "radium"
13806version = "0.7.0"
13807source = "registry+https://github.com/rust-lang/crates.io-index"
13808checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13809
13810[[package]]
13811name = "rand"
13812version = "0.3.23"
13813source = "registry+https://github.com/rust-lang/crates.io-index"
13814checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13815dependencies = [
13816 "libc",
13817 "rand 0.4.6",
13818]
13819
13820[[package]]
13821name = "rand"
13822version = "0.4.6"
13823source = "registry+https://github.com/rust-lang/crates.io-index"
13824checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13825dependencies = [
13826 "fuchsia-cprng",
13827 "libc",
13828 "rand_core 0.3.1",
13829 "rdrand",
13830 "winapi",
13831]
13832
13833[[package]]
13834name = "rand"
13835version = "0.8.5"
13836source = "registry+https://github.com/rust-lang/crates.io-index"
13837checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13838dependencies = [
13839 "libc",
13840 "rand_chacha 0.3.1",
13841 "rand_core 0.6.4",
13842]
13843
13844[[package]]
13845name = "rand"
13846version = "0.9.2"
13847source = "registry+https://github.com/rust-lang/crates.io-index"
13848checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
13849dependencies = [
13850 "rand_chacha 0.9.0",
13851 "rand_core 0.9.3",
13852]
13853
13854[[package]]
13855name = "rand_chacha"
13856version = "0.3.1"
13857source = "registry+https://github.com/rust-lang/crates.io-index"
13858checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13859dependencies = [
13860 "ppv-lite86",
13861 "rand_core 0.6.4",
13862]
13863
13864[[package]]
13865name = "rand_chacha"
13866version = "0.9.0"
13867source = "registry+https://github.com/rust-lang/crates.io-index"
13868checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13869dependencies = [
13870 "ppv-lite86",
13871 "rand_core 0.9.3",
13872]
13873
13874[[package]]
13875name = "rand_core"
13876version = "0.3.1"
13877source = "registry+https://github.com/rust-lang/crates.io-index"
13878checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
13879dependencies = [
13880 "rand_core 0.4.2",
13881]
13882
13883[[package]]
13884name = "rand_core"
13885version = "0.4.2"
13886source = "registry+https://github.com/rust-lang/crates.io-index"
13887checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
13888
13889[[package]]
13890name = "rand_core"
13891version = "0.6.4"
13892source = "registry+https://github.com/rust-lang/crates.io-index"
13893checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
13894dependencies = [
13895 "getrandom 0.2.16",
13896]
13897
13898[[package]]
13899name = "rand_core"
13900version = "0.9.3"
13901source = "registry+https://github.com/rust-lang/crates.io-index"
13902checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
13903dependencies = [
13904 "getrandom 0.3.4",
13905]
13906
13907[[package]]
13908name = "rand_distr"
13909version = "0.5.1"
13910source = "registry+https://github.com/rust-lang/crates.io-index"
13911checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
13912dependencies = [
13913 "num-traits",
13914 "rand 0.9.2",
13915]
13916
13917[[package]]
13918name = "rand_pcg"
13919version = "0.3.1"
13920source = "registry+https://github.com/rust-lang/crates.io-index"
13921checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
13922dependencies = [
13923 "rand_core 0.6.4",
13924]
13925
13926[[package]]
13927name = "rand_xorshift"
13928version = "0.4.0"
13929source = "registry+https://github.com/rust-lang/crates.io-index"
13930checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
13931dependencies = [
13932 "rand_core 0.9.3",
13933]
13934
13935[[package]]
13936name = "random_choice"
13937version = "0.3.2"
13938source = "registry+https://github.com/rust-lang/crates.io-index"
13939checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
13940dependencies = [
13941 "rand 0.3.23",
13942]
13943
13944[[package]]
13945name = "range-alloc"
13946version = "0.1.4"
13947source = "registry+https://github.com/rust-lang/crates.io-index"
13948checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
13949
13950[[package]]
13951name = "range-map"
13952version = "0.2.0"
13953source = "registry+https://github.com/rust-lang/crates.io-index"
13954checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
13955dependencies = [
13956 "num-traits",
13957]
13958
13959[[package]]
13960name = "rangemap"
13961version = "1.7.1"
13962source = "registry+https://github.com/rust-lang/crates.io-index"
13963checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
13964
13965[[package]]
13966name = "rav1e"
13967version = "0.7.1"
13968source = "registry+https://github.com/rust-lang/crates.io-index"
13969checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
13970dependencies = [
13971 "arbitrary",
13972 "arg_enum_proc_macro",
13973 "arrayvec",
13974 "av1-grain",
13975 "bitstream-io",
13976 "built",
13977 "cfg-if",
13978 "interpolate_name",
13979 "itertools 0.12.1",
13980 "libc",
13981 "libfuzzer-sys",
13982 "log",
13983 "maybe-rayon",
13984 "new_debug_unreachable",
13985 "noop_proc_macro",
13986 "num-derive",
13987 "num-traits",
13988 "once_cell",
13989 "paste",
13990 "profiling",
13991 "rand 0.8.5",
13992 "rand_chacha 0.3.1",
13993 "simd_helpers",
13994 "system-deps 6.2.2",
13995 "thiserror 1.0.69",
13996 "v_frame",
13997 "wasm-bindgen",
13998]
13999
14000[[package]]
14001name = "ravif"
14002version = "0.11.20"
14003source = "registry+https://github.com/rust-lang/crates.io-index"
14004checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
14005dependencies = [
14006 "avif-serialize",
14007 "imgref",
14008 "loop9",
14009 "quick-error 2.0.1",
14010 "rav1e",
14011 "rayon",
14012 "rgb",
14013]
14014
14015[[package]]
14016name = "raw-cpuid"
14017version = "10.7.0"
14018source = "registry+https://github.com/rust-lang/crates.io-index"
14019checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
14020dependencies = [
14021 "bitflags 1.3.2",
14022]
14023
14024[[package]]
14025name = "raw-cpuid"
14026version = "11.6.0"
14027source = "registry+https://github.com/rust-lang/crates.io-index"
14028checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
14029dependencies = [
14030 "bitflags 2.10.0",
14031]
14032
14033[[package]]
14034name = "raw-window-handle"
14035version = "0.6.2"
14036source = "registry+https://github.com/rust-lang/crates.io-index"
14037checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
14038
14039[[package]]
14040name = "raw-window-metal"
14041version = "1.1.0"
14042source = "registry+https://github.com/rust-lang/crates.io-index"
14043checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
14044dependencies = [
14045 "objc2",
14046 "objc2-core-foundation",
14047 "objc2-foundation",
14048 "objc2-quartz-core",
14049]
14050
14051[[package]]
14052name = "rayon"
14053version = "1.11.0"
14054source = "registry+https://github.com/rust-lang/crates.io-index"
14055checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
14056dependencies = [
14057 "either",
14058 "rayon-core",
14059]
14060
14061[[package]]
14062name = "rayon-core"
14063version = "1.13.0"
14064source = "registry+https://github.com/rust-lang/crates.io-index"
14065checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
14066dependencies = [
14067 "crossbeam-deque",
14068 "crossbeam-utils",
14069]
14070
14071[[package]]
14072name = "rdrand"
14073version = "0.4.0"
14074source = "registry+https://github.com/rust-lang/crates.io-index"
14075checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
14076dependencies = [
14077 "rand_core 0.3.1",
14078]
14079
14080[[package]]
14081name = "read-fonts"
14082version = "0.35.0"
14083source = "registry+https://github.com/rust-lang/crates.io-index"
14084checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14085dependencies = [
14086 "bytemuck",
14087 "font-types 0.10.0",
14088]
14089
14090[[package]]
14091name = "read-fonts"
14092version = "0.37.0"
14093source = "registry+https://github.com/rust-lang/crates.io-index"
14094checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14095dependencies = [
14096 "bytemuck",
14097 "core_maths",
14098 "font-types 0.11.0",
14099]
14100
14101[[package]]
14102name = "realfft"
14103version = "3.5.0"
14104source = "registry+https://github.com/rust-lang/crates.io-index"
14105checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14106dependencies = [
14107 "rustfft",
14108]
14109
14110[[package]]
14111name = "reborrow"
14112version = "0.5.5"
14113source = "registry+https://github.com/rust-lang/crates.io-index"
14114checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14115
14116[[package]]
14117name = "recent_projects"
14118version = "0.1.0"
14119dependencies = [
14120 "anyhow",
14121 "askpass",
14122 "chrono",
14123 "db",
14124 "dev_container",
14125 "editor",
14126 "extension",
14127 "extension_host",
14128 "fs",
14129 "futures 0.3.32",
14130 "fuzzy",
14131 "gpui",
14132 "http_client",
14133 "indoc",
14134 "language",
14135 "log",
14136 "menu",
14137 "node_runtime",
14138 "open_path_prompt",
14139 "ordered-float 2.10.1",
14140 "paths",
14141 "picker",
14142 "project",
14143 "release_channel",
14144 "remote",
14145 "remote_connection",
14146 "remote_server",
14147 "semver",
14148 "serde",
14149 "serde_json",
14150 "settings",
14151 "smol",
14152 "task",
14153 "telemetry",
14154 "ui",
14155 "ui_input",
14156 "util",
14157 "windows-registry 0.6.1",
14158 "workspace",
14159 "worktree",
14160 "zed_actions",
14161]
14162
14163[[package]]
14164name = "redox_syscall"
14165version = "0.2.16"
14166source = "registry+https://github.com/rust-lang/crates.io-index"
14167checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14168dependencies = [
14169 "bitflags 1.3.2",
14170]
14171
14172[[package]]
14173name = "redox_syscall"
14174version = "0.5.18"
14175source = "registry+https://github.com/rust-lang/crates.io-index"
14176checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14177dependencies = [
14178 "bitflags 2.10.0",
14179]
14180
14181[[package]]
14182name = "redox_users"
14183version = "0.4.6"
14184source = "registry+https://github.com/rust-lang/crates.io-index"
14185checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
14186dependencies = [
14187 "getrandom 0.2.16",
14188 "libredox",
14189 "thiserror 1.0.69",
14190]
14191
14192[[package]]
14193name = "redox_users"
14194version = "0.5.2"
14195source = "registry+https://github.com/rust-lang/crates.io-index"
14196checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14197dependencies = [
14198 "getrandom 0.2.16",
14199 "libredox",
14200 "thiserror 2.0.17",
14201]
14202
14203[[package]]
14204name = "ref-cast"
14205version = "1.0.25"
14206source = "registry+https://github.com/rust-lang/crates.io-index"
14207checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14208dependencies = [
14209 "ref-cast-impl",
14210]
14211
14212[[package]]
14213name = "ref-cast-impl"
14214version = "1.0.25"
14215source = "registry+https://github.com/rust-lang/crates.io-index"
14216checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14217dependencies = [
14218 "proc-macro2",
14219 "quote",
14220 "syn 2.0.117",
14221]
14222
14223[[package]]
14224name = "referencing"
14225version = "0.37.4"
14226source = "registry+https://github.com/rust-lang/crates.io-index"
14227checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14228dependencies = [
14229 "ahash 0.8.12",
14230 "fluent-uri",
14231 "getrandom 0.3.4",
14232 "hashbrown 0.16.1",
14233 "parking_lot",
14234 "percent-encoding",
14235 "serde_json",
14236]
14237
14238[[package]]
14239name = "refineable"
14240version = "0.1.0"
14241dependencies = [
14242 "derive_refineable",
14243]
14244
14245[[package]]
14246name = "regalloc2"
14247version = "0.12.2"
14248source = "registry+https://github.com/rust-lang/crates.io-index"
14249checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14250dependencies = [
14251 "allocator-api2",
14252 "bumpalo",
14253 "hashbrown 0.15.5",
14254 "log",
14255 "rustc-hash 2.1.1",
14256 "serde",
14257 "smallvec",
14258]
14259
14260[[package]]
14261name = "regex"
14262version = "1.12.2"
14263source = "registry+https://github.com/rust-lang/crates.io-index"
14264checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14265dependencies = [
14266 "aho-corasick",
14267 "memchr",
14268 "regex-automata",
14269 "regex-syntax",
14270]
14271
14272[[package]]
14273name = "regex-automata"
14274version = "0.4.13"
14275source = "registry+https://github.com/rust-lang/crates.io-index"
14276checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14277dependencies = [
14278 "aho-corasick",
14279 "memchr",
14280 "regex-syntax",
14281]
14282
14283[[package]]
14284name = "regex-lite"
14285version = "0.1.8"
14286source = "registry+https://github.com/rust-lang/crates.io-index"
14287checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14288
14289[[package]]
14290name = "regex-syntax"
14291version = "0.8.8"
14292source = "registry+https://github.com/rust-lang/crates.io-index"
14293checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14294
14295[[package]]
14296name = "release_channel"
14297version = "0.1.0"
14298dependencies = [
14299 "gpui",
14300 "semver",
14301]
14302
14303[[package]]
14304name = "remote"
14305version = "0.1.0"
14306dependencies = [
14307 "anyhow",
14308 "askpass",
14309 "async-trait",
14310 "base64 0.22.1",
14311 "collections",
14312 "fs",
14313 "futures 0.3.32",
14314 "gpui",
14315 "log",
14316 "parking_lot",
14317 "paths",
14318 "prost 0.9.0",
14319 "release_channel",
14320 "rpc",
14321 "schemars",
14322 "semver",
14323 "serde",
14324 "serde_json",
14325 "settings",
14326 "smol",
14327 "tempfile",
14328 "thiserror 2.0.17",
14329 "urlencoding",
14330 "util",
14331 "which 6.0.3",
14332]
14333
14334[[package]]
14335name = "remote_connection"
14336version = "0.1.0"
14337dependencies = [
14338 "anyhow",
14339 "askpass",
14340 "auto_update",
14341 "futures 0.3.32",
14342 "gpui",
14343 "log",
14344 "markdown",
14345 "menu",
14346 "release_channel",
14347 "remote",
14348 "semver",
14349 "settings",
14350 "theme_settings",
14351 "ui",
14352 "ui_input",
14353 "workspace",
14354]
14355
14356[[package]]
14357name = "remote_server"
14358version = "0.1.0"
14359dependencies = [
14360 "action_log",
14361 "agent",
14362 "anyhow",
14363 "askpass",
14364 "cargo_toml",
14365 "clap",
14366 "client",
14367 "clock",
14368 "collections",
14369 "crash-handler",
14370 "crashes",
14371 "dap_adapters",
14372 "debug_adapter_extension",
14373 "editor",
14374 "env_logger 0.11.8",
14375 "extension",
14376 "extension_host",
14377 "fork",
14378 "fs",
14379 "futures 0.3.32",
14380 "git",
14381 "git2",
14382 "git_hosting_providers",
14383 "gpui",
14384 "gpui_platform",
14385 "gpui_tokio",
14386 "http_client",
14387 "image",
14388 "json_schema_store",
14389 "language",
14390 "language_extension",
14391 "language_model",
14392 "languages",
14393 "libc",
14394 "log",
14395 "lsp",
14396 "minidumper",
14397 "net",
14398 "node_runtime",
14399 "paths",
14400 "pretty_assertions",
14401 "project",
14402 "proto",
14403 "rayon",
14404 "release_channel",
14405 "remote",
14406 "reqwest_client",
14407 "rpc",
14408 "rust-embed",
14409 "semver",
14410 "serde",
14411 "serde_json",
14412 "settings",
14413 "shellexpand 2.1.2",
14414 "smol",
14415 "sysinfo 0.37.2",
14416 "task",
14417 "theme",
14418 "theme_settings",
14419 "thiserror 2.0.17",
14420 "toml 0.8.23",
14421 "unindent",
14422 "util",
14423 "uuid",
14424 "watch",
14425 "windows 0.61.3",
14426 "worktree",
14427 "zlog",
14428]
14429
14430[[package]]
14431name = "rend"
14432version = "0.4.2"
14433source = "registry+https://github.com/rust-lang/crates.io-index"
14434checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14435dependencies = [
14436 "bytecheck",
14437]
14438
14439[[package]]
14440name = "renderdoc-sys"
14441version = "1.1.0"
14442source = "registry+https://github.com/rust-lang/crates.io-index"
14443checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14444
14445[[package]]
14446name = "repl"
14447version = "0.1.0"
14448dependencies = [
14449 "alacritty_terminal",
14450 "anyhow",
14451 "async-dispatcher",
14452 "async-task",
14453 "async-tungstenite",
14454 "base64 0.22.1",
14455 "client",
14456 "collections",
14457 "command_palette_hooks",
14458 "editor",
14459 "feature_flags",
14460 "file_icons",
14461 "futures 0.3.32",
14462 "gpui",
14463 "html_to_markdown",
14464 "http_client",
14465 "image",
14466 "indoc",
14467 "jupyter-protocol",
14468 "jupyter-websocket-client",
14469 "language",
14470 "languages",
14471 "log",
14472 "markdown",
14473 "menu",
14474 "multi_buffer",
14475 "nbformat",
14476 "picker",
14477 "project",
14478 "remote",
14479 "runtimelib",
14480 "serde",
14481 "serde_json",
14482 "settings",
14483 "shlex",
14484 "smol",
14485 "telemetry",
14486 "terminal",
14487 "terminal_view",
14488 "theme",
14489 "theme_settings",
14490 "tree-sitter-md",
14491 "tree-sitter-python",
14492 "tree-sitter-typescript",
14493 "ui",
14494 "util",
14495 "uuid",
14496 "workspace",
14497 "zed_actions",
14498]
14499
14500[[package]]
14501name = "reqwest"
14502version = "0.11.27"
14503source = "registry+https://github.com/rust-lang/crates.io-index"
14504checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14505dependencies = [
14506 "base64 0.21.7",
14507 "bytes 1.11.1",
14508 "encoding_rs",
14509 "futures-core",
14510 "futures-util",
14511 "h2 0.3.27",
14512 "http 0.2.12",
14513 "http-body 0.4.6",
14514 "hyper 0.14.32",
14515 "hyper-tls",
14516 "ipnet",
14517 "js-sys",
14518 "log",
14519 "mime",
14520 "native-tls",
14521 "once_cell",
14522 "percent-encoding",
14523 "pin-project-lite",
14524 "rustls-pemfile 1.0.4",
14525 "serde",
14526 "serde_json",
14527 "serde_urlencoded",
14528 "sync_wrapper 0.1.2",
14529 "system-configuration 0.5.1",
14530 "tokio",
14531 "tokio-native-tls",
14532 "tower-service",
14533 "url",
14534 "wasm-bindgen",
14535 "wasm-bindgen-futures",
14536 "web-sys",
14537 "winreg 0.50.0",
14538]
14539
14540[[package]]
14541name = "reqwest"
14542version = "0.12.24"
14543source = "registry+https://github.com/rust-lang/crates.io-index"
14544checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14545dependencies = [
14546 "base64 0.22.1",
14547 "bytes 1.11.1",
14548 "futures-channel",
14549 "futures-core",
14550 "futures-util",
14551 "http 1.3.1",
14552 "http-body 1.0.1",
14553 "http-body-util",
14554 "hyper 1.7.0",
14555 "hyper-rustls 0.27.7",
14556 "hyper-util",
14557 "js-sys",
14558 "log",
14559 "percent-encoding",
14560 "pin-project-lite",
14561 "quinn",
14562 "rustls 0.23.33",
14563 "rustls-native-certs 0.8.2",
14564 "rustls-pki-types",
14565 "serde",
14566 "serde_json",
14567 "serde_urlencoded",
14568 "sync_wrapper 1.0.2",
14569 "tokio",
14570 "tokio-rustls 0.26.2",
14571 "tower 0.5.2",
14572 "tower-http 0.6.6",
14573 "tower-service",
14574 "url",
14575 "wasm-bindgen",
14576 "wasm-bindgen-futures",
14577 "web-sys",
14578]
14579
14580[[package]]
14581name = "reqwest_client"
14582version = "0.1.0"
14583dependencies = [
14584 "anyhow",
14585 "bytes 1.11.1",
14586 "futures 0.3.32",
14587 "gpui_util",
14588 "http_client",
14589 "http_client_tls",
14590 "log",
14591 "regex",
14592 "serde",
14593 "tokio",
14594 "zed-reqwest",
14595]
14596
14597[[package]]
14598name = "resvg"
14599version = "0.45.1"
14600source = "registry+https://github.com/rust-lang/crates.io-index"
14601checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14602dependencies = [
14603 "gif",
14604 "image-webp",
14605 "log",
14606 "pico-args",
14607 "rgb",
14608 "svgtypes",
14609 "tiny-skia",
14610 "usvg",
14611 "zune-jpeg",
14612]
14613
14614[[package]]
14615name = "rfc6979"
14616version = "0.3.1"
14617source = "registry+https://github.com/rust-lang/crates.io-index"
14618checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14619dependencies = [
14620 "crypto-bigint 0.4.9",
14621 "hmac",
14622 "zeroize",
14623]
14624
14625[[package]]
14626name = "rgb"
14627version = "0.8.52"
14628source = "registry+https://github.com/rust-lang/crates.io-index"
14629checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14630dependencies = [
14631 "bytemuck",
14632]
14633
14634[[package]]
14635name = "ring"
14636version = "0.17.14"
14637source = "registry+https://github.com/rust-lang/crates.io-index"
14638checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14639dependencies = [
14640 "cc",
14641 "cfg-if",
14642 "getrandom 0.2.16",
14643 "libc",
14644 "untrusted 0.9.0",
14645 "windows-sys 0.52.0",
14646]
14647
14648[[package]]
14649name = "rkyv"
14650version = "0.7.45"
14651source = "registry+https://github.com/rust-lang/crates.io-index"
14652checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14653dependencies = [
14654 "bitvec",
14655 "bytecheck",
14656 "bytes 1.11.1",
14657 "hashbrown 0.12.3",
14658 "ptr_meta",
14659 "rend",
14660 "rkyv_derive",
14661 "seahash",
14662 "tinyvec",
14663 "uuid",
14664]
14665
14666[[package]]
14667name = "rkyv_derive"
14668version = "0.7.45"
14669source = "registry+https://github.com/rust-lang/crates.io-index"
14670checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14671dependencies = [
14672 "proc-macro2",
14673 "quote",
14674 "syn 1.0.109",
14675]
14676
14677[[package]]
14678name = "rmp"
14679version = "0.8.14"
14680source = "registry+https://github.com/rust-lang/crates.io-index"
14681checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14682dependencies = [
14683 "byteorder",
14684 "num-traits",
14685 "paste",
14686]
14687
14688[[package]]
14689name = "rmpv"
14690version = "1.3.0"
14691source = "registry+https://github.com/rust-lang/crates.io-index"
14692checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14693dependencies = [
14694 "num-traits",
14695 "rmp",
14696]
14697
14698[[package]]
14699name = "rodio"
14700version = "0.21.1"
14701source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14702dependencies = [
14703 "cpal",
14704 "dasp_sample",
14705 "hound",
14706 "num-rational",
14707 "rand 0.9.2",
14708 "rand_distr",
14709 "rtrb",
14710 "symphonia",
14711 "thiserror 2.0.17",
14712]
14713
14714[[package]]
14715name = "rope"
14716version = "0.1.0"
14717dependencies = [
14718 "criterion",
14719 "ctor",
14720 "gpui",
14721 "heapless",
14722 "log",
14723 "rand 0.9.2",
14724 "rayon",
14725 "sum_tree",
14726 "tracing",
14727 "unicode-segmentation",
14728 "util",
14729 "zlog",
14730 "ztracing",
14731]
14732
14733[[package]]
14734name = "roxmltree"
14735version = "0.20.0"
14736source = "registry+https://github.com/rust-lang/crates.io-index"
14737checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14738
14739[[package]]
14740name = "rpassword"
14741version = "7.4.0"
14742source = "registry+https://github.com/rust-lang/crates.io-index"
14743checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14744dependencies = [
14745 "libc",
14746 "rtoolbox",
14747 "windows-sys 0.59.0",
14748]
14749
14750[[package]]
14751name = "rpc"
14752version = "0.1.0"
14753dependencies = [
14754 "anyhow",
14755 "async-tungstenite",
14756 "base64 0.22.1",
14757 "collections",
14758 "futures 0.3.32",
14759 "gpui",
14760 "parking_lot",
14761 "proto",
14762 "rand 0.9.2",
14763 "rsa",
14764 "serde",
14765 "serde_json",
14766 "sha2",
14767 "strum 0.27.2",
14768 "tracing",
14769 "util",
14770 "zlog",
14771 "zstd",
14772]
14773
14774[[package]]
14775name = "rsa"
14776version = "0.9.10"
14777source = "registry+https://github.com/rust-lang/crates.io-index"
14778checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14779dependencies = [
14780 "const-oid",
14781 "digest",
14782 "num-bigint-dig 0.8.6",
14783 "num-integer",
14784 "num-traits",
14785 "pkcs1",
14786 "pkcs8 0.10.2",
14787 "rand_core 0.6.4",
14788 "signature 2.2.0",
14789 "spki 0.7.3",
14790 "subtle",
14791 "zeroize",
14792]
14793
14794[[package]]
14795name = "rtoolbox"
14796version = "0.0.3"
14797source = "registry+https://github.com/rust-lang/crates.io-index"
14798checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14799dependencies = [
14800 "libc",
14801 "windows-sys 0.52.0",
14802]
14803
14804[[package]]
14805name = "rtrb"
14806version = "0.3.2"
14807source = "registry+https://github.com/rust-lang/crates.io-index"
14808checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14809
14810[[package]]
14811name = "rules_library"
14812version = "0.1.0"
14813dependencies = [
14814 "anyhow",
14815 "collections",
14816 "editor",
14817 "gpui",
14818 "language",
14819 "language_model",
14820 "log",
14821 "menu",
14822 "picker",
14823 "platform_title_bar",
14824 "prompt_store",
14825 "release_channel",
14826 "rope",
14827 "serde",
14828 "settings",
14829 "theme_settings",
14830 "ui",
14831 "ui_input",
14832 "util",
14833 "workspace",
14834 "zed_actions",
14835]
14836
14837[[package]]
14838name = "runtimelib"
14839version = "1.4.0"
14840source = "registry+https://github.com/rust-lang/crates.io-index"
14841checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14842dependencies = [
14843 "async-dispatcher",
14844 "async-std",
14845 "aws-lc-rs",
14846 "base64 0.22.1",
14847 "bytes 1.11.1",
14848 "chrono",
14849 "data-encoding",
14850 "dirs 6.0.0",
14851 "futures 0.3.32",
14852 "glob",
14853 "jupyter-protocol",
14854 "serde",
14855 "serde_json",
14856 "shellexpand 3.1.1",
14857 "smol",
14858 "thiserror 2.0.17",
14859 "uuid",
14860 "zeromq",
14861]
14862
14863[[package]]
14864name = "rust-embed"
14865version = "8.11.0"
14866source = "registry+https://github.com/rust-lang/crates.io-index"
14867checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27"
14868dependencies = [
14869 "rust-embed-impl",
14870 "rust-embed-utils",
14871 "walkdir",
14872]
14873
14874[[package]]
14875name = "rust-embed-impl"
14876version = "8.11.0"
14877source = "registry+https://github.com/rust-lang/crates.io-index"
14878checksum = "da0902e4c7c8e997159ab384e6d0fc91c221375f6894346ae107f47dd0f3ccaa"
14879dependencies = [
14880 "proc-macro2",
14881 "quote",
14882 "rust-embed-utils",
14883 "syn 2.0.117",
14884 "walkdir",
14885]
14886
14887[[package]]
14888name = "rust-embed-utils"
14889version = "8.11.0"
14890source = "registry+https://github.com/rust-lang/crates.io-index"
14891checksum = "5bcdef0be6fe7f6fa333b1073c949729274b05f123a0ad7efcb8efd878e5c3b1"
14892dependencies = [
14893 "globset",
14894 "sha2",
14895 "walkdir",
14896]
14897
14898[[package]]
14899name = "rust_decimal"
14900version = "1.39.0"
14901source = "registry+https://github.com/rust-lang/crates.io-index"
14902checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
14903dependencies = [
14904 "arrayvec",
14905 "borsh",
14906 "bytes 1.11.1",
14907 "num-traits",
14908 "rand 0.8.5",
14909 "rkyv",
14910 "serde",
14911 "serde_json",
14912]
14913
14914[[package]]
14915name = "rustc-demangle"
14916version = "0.1.26"
14917source = "registry+https://github.com/rust-lang/crates.io-index"
14918checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
14919
14920[[package]]
14921name = "rustc-hash"
14922version = "1.1.0"
14923source = "registry+https://github.com/rust-lang/crates.io-index"
14924checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
14925
14926[[package]]
14927name = "rustc-hash"
14928version = "2.1.1"
14929source = "registry+https://github.com/rust-lang/crates.io-index"
14930checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
14931
14932[[package]]
14933name = "rustc_version"
14934version = "0.4.1"
14935source = "registry+https://github.com/rust-lang/crates.io-index"
14936checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
14937dependencies = [
14938 "semver",
14939]
14940
14941[[package]]
14942name = "rustfft"
14943version = "6.4.1"
14944source = "registry+https://github.com/rust-lang/crates.io-index"
14945checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
14946dependencies = [
14947 "num-complex",
14948 "num-integer",
14949 "num-traits",
14950 "primal-check",
14951 "strength_reduce",
14952 "transpose",
14953]
14954
14955[[package]]
14956name = "rustix"
14957version = "0.38.44"
14958source = "registry+https://github.com/rust-lang/crates.io-index"
14959checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
14960dependencies = [
14961 "bitflags 2.10.0",
14962 "errno 0.3.14",
14963 "libc",
14964 "linux-raw-sys 0.4.15",
14965 "windows-sys 0.59.0",
14966]
14967
14968[[package]]
14969name = "rustix"
14970version = "1.1.2"
14971source = "registry+https://github.com/rust-lang/crates.io-index"
14972checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
14973dependencies = [
14974 "bitflags 2.10.0",
14975 "errno 0.3.14",
14976 "libc",
14977 "linux-raw-sys 0.11.0",
14978 "windows-sys 0.61.2",
14979]
14980
14981[[package]]
14982name = "rustix-linux-procfs"
14983version = "0.1.1"
14984source = "registry+https://github.com/rust-lang/crates.io-index"
14985checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
14986dependencies = [
14987 "once_cell",
14988 "rustix 1.1.2",
14989]
14990
14991[[package]]
14992name = "rustix-openpty"
14993version = "0.2.0"
14994source = "registry+https://github.com/rust-lang/crates.io-index"
14995checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
14996dependencies = [
14997 "errno 0.3.14",
14998 "libc",
14999 "rustix 1.1.2",
15000]
15001
15002[[package]]
15003name = "rustls"
15004version = "0.21.12"
15005source = "registry+https://github.com/rust-lang/crates.io-index"
15006checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
15007dependencies = [
15008 "log",
15009 "ring",
15010 "rustls-webpki 0.101.7",
15011 "sct",
15012]
15013
15014[[package]]
15015name = "rustls"
15016version = "0.23.33"
15017source = "registry+https://github.com/rust-lang/crates.io-index"
15018checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
15019dependencies = [
15020 "aws-lc-rs",
15021 "log",
15022 "once_cell",
15023 "ring",
15024 "rustls-pki-types",
15025 "rustls-webpki 0.103.7",
15026 "subtle",
15027 "zeroize",
15028]
15029
15030[[package]]
15031name = "rustls-native-certs"
15032version = "0.6.3"
15033source = "registry+https://github.com/rust-lang/crates.io-index"
15034checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
15035dependencies = [
15036 "openssl-probe",
15037 "rustls-pemfile 1.0.4",
15038 "schannel",
15039 "security-framework 2.11.1",
15040]
15041
15042[[package]]
15043name = "rustls-native-certs"
15044version = "0.8.2"
15045source = "registry+https://github.com/rust-lang/crates.io-index"
15046checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
15047dependencies = [
15048 "openssl-probe",
15049 "rustls-pki-types",
15050 "schannel",
15051 "security-framework 3.5.1",
15052]
15053
15054[[package]]
15055name = "rustls-pemfile"
15056version = "1.0.4"
15057source = "registry+https://github.com/rust-lang/crates.io-index"
15058checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
15059dependencies = [
15060 "base64 0.21.7",
15061]
15062
15063[[package]]
15064name = "rustls-pemfile"
15065version = "2.2.0"
15066source = "registry+https://github.com/rust-lang/crates.io-index"
15067checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
15068dependencies = [
15069 "rustls-pki-types",
15070]
15071
15072[[package]]
15073name = "rustls-pki-types"
15074version = "1.12.0"
15075source = "registry+https://github.com/rust-lang/crates.io-index"
15076checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
15077dependencies = [
15078 "web-time",
15079 "zeroize",
15080]
15081
15082[[package]]
15083name = "rustls-platform-verifier"
15084version = "0.5.3"
15085source = "registry+https://github.com/rust-lang/crates.io-index"
15086checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
15087dependencies = [
15088 "core-foundation 0.10.0",
15089 "core-foundation-sys",
15090 "jni",
15091 "log",
15092 "once_cell",
15093 "rustls 0.23.33",
15094 "rustls-native-certs 0.8.2",
15095 "rustls-platform-verifier-android",
15096 "rustls-webpki 0.103.7",
15097 "security-framework 3.5.1",
15098 "security-framework-sys",
15099 "webpki-root-certs",
15100 "windows-sys 0.59.0",
15101]
15102
15103[[package]]
15104name = "rustls-platform-verifier-android"
15105version = "0.1.1"
15106source = "registry+https://github.com/rust-lang/crates.io-index"
15107checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15108
15109[[package]]
15110name = "rustls-webpki"
15111version = "0.101.7"
15112source = "registry+https://github.com/rust-lang/crates.io-index"
15113checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15114dependencies = [
15115 "ring",
15116 "untrusted 0.9.0",
15117]
15118
15119[[package]]
15120name = "rustls-webpki"
15121version = "0.103.7"
15122source = "registry+https://github.com/rust-lang/crates.io-index"
15123checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15124dependencies = [
15125 "aws-lc-rs",
15126 "ring",
15127 "rustls-pki-types",
15128 "untrusted 0.9.0",
15129]
15130
15131[[package]]
15132name = "rustversion"
15133version = "1.0.22"
15134source = "registry+https://github.com/rust-lang/crates.io-index"
15135checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15136
15137[[package]]
15138name = "rusty-fork"
15139version = "0.3.1"
15140source = "registry+https://github.com/rust-lang/crates.io-index"
15141checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15142dependencies = [
15143 "fnv",
15144 "quick-error 1.2.3",
15145 "tempfile",
15146 "wait-timeout",
15147]
15148
15149[[package]]
15150name = "rustybuzz"
15151version = "0.20.1"
15152source = "registry+https://github.com/rust-lang/crates.io-index"
15153checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15154dependencies = [
15155 "bitflags 2.10.0",
15156 "bytemuck",
15157 "core_maths",
15158 "log",
15159 "smallvec",
15160 "ttf-parser 0.25.1",
15161 "unicode-bidi-mirroring",
15162 "unicode-ccc",
15163 "unicode-properties",
15164 "unicode-script",
15165]
15166
15167[[package]]
15168name = "ryu"
15169version = "1.0.20"
15170source = "registry+https://github.com/rust-lang/crates.io-index"
15171checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15172
15173[[package]]
15174name = "saa"
15175version = "5.4.9"
15176source = "registry+https://github.com/rust-lang/crates.io-index"
15177checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15178
15179[[package]]
15180name = "safetensors"
15181version = "0.4.5"
15182source = "registry+https://github.com/rust-lang/crates.io-index"
15183checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15184dependencies = [
15185 "serde",
15186 "serde_json",
15187]
15188
15189[[package]]
15190name = "same-file"
15191version = "1.0.6"
15192source = "registry+https://github.com/rust-lang/crates.io-index"
15193checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15194dependencies = [
15195 "winapi-util",
15196]
15197
15198[[package]]
15199name = "scc"
15200version = "3.5.6"
15201source = "registry+https://github.com/rust-lang/crates.io-index"
15202checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15203dependencies = [
15204 "saa",
15205 "sdd",
15206]
15207
15208[[package]]
15209name = "schannel"
15210version = "0.1.28"
15211source = "registry+https://github.com/rust-lang/crates.io-index"
15212checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15213dependencies = [
15214 "windows-sys 0.61.2",
15215]
15216
15217[[package]]
15218name = "scheduler"
15219version = "0.1.0"
15220dependencies = [
15221 "async-task",
15222 "backtrace",
15223 "chrono",
15224 "flume",
15225 "futures 0.3.32",
15226 "parking_lot",
15227 "rand 0.9.2",
15228 "web-time",
15229]
15230
15231[[package]]
15232name = "schema_generator"
15233version = "0.1.0"
15234dependencies = [
15235 "anyhow",
15236 "clap",
15237 "env_logger 0.11.8",
15238 "schemars",
15239 "serde",
15240 "serde_json",
15241 "settings",
15242 "theme",
15243 "theme_settings",
15244]
15245
15246[[package]]
15247name = "schemars"
15248version = "1.0.4"
15249source = "registry+https://github.com/rust-lang/crates.io-index"
15250checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15251dependencies = [
15252 "dyn-clone",
15253 "indexmap",
15254 "ref-cast",
15255 "schemars_derive",
15256 "serde",
15257 "serde_json",
15258]
15259
15260[[package]]
15261name = "schemars_derive"
15262version = "1.0.4"
15263source = "registry+https://github.com/rust-lang/crates.io-index"
15264checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15265dependencies = [
15266 "proc-macro2",
15267 "quote",
15268 "serde_derive_internals",
15269 "syn 2.0.117",
15270]
15271
15272[[package]]
15273name = "scoped-tls"
15274version = "1.0.1"
15275source = "registry+https://github.com/rust-lang/crates.io-index"
15276checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15277
15278[[package]]
15279name = "scopeguard"
15280version = "1.2.0"
15281source = "registry+https://github.com/rust-lang/crates.io-index"
15282checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15283
15284[[package]]
15285name = "scratch"
15286version = "1.0.9"
15287source = "registry+https://github.com/rust-lang/crates.io-index"
15288checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15289
15290[[package]]
15291name = "screencapturekit"
15292version = "0.2.8"
15293source = "registry+https://github.com/rust-lang/crates.io-index"
15294checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15295dependencies = [
15296 "screencapturekit-sys",
15297]
15298
15299[[package]]
15300name = "screencapturekit-sys"
15301version = "0.2.8"
15302source = "registry+https://github.com/rust-lang/crates.io-index"
15303checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15304dependencies = [
15305 "block",
15306 "dispatch",
15307 "objc",
15308 "objc-foundation",
15309 "objc_id",
15310 "once_cell",
15311]
15312
15313[[package]]
15314name = "scroll"
15315version = "0.12.0"
15316source = "registry+https://github.com/rust-lang/crates.io-index"
15317checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15318dependencies = [
15319 "scroll_derive",
15320]
15321
15322[[package]]
15323name = "scroll_derive"
15324version = "0.12.1"
15325source = "registry+https://github.com/rust-lang/crates.io-index"
15326checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15327dependencies = [
15328 "proc-macro2",
15329 "quote",
15330 "syn 2.0.117",
15331]
15332
15333[[package]]
15334name = "sct"
15335version = "0.7.1"
15336source = "registry+https://github.com/rust-lang/crates.io-index"
15337checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15338dependencies = [
15339 "ring",
15340 "untrusted 0.9.0",
15341]
15342
15343[[package]]
15344name = "sdd"
15345version = "4.6.2"
15346source = "registry+https://github.com/rust-lang/crates.io-index"
15347checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15348
15349[[package]]
15350name = "sea-bae"
15351version = "0.2.1"
15352source = "registry+https://github.com/rust-lang/crates.io-index"
15353checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15354dependencies = [
15355 "heck 0.4.1",
15356 "proc-macro-error2",
15357 "proc-macro2",
15358 "quote",
15359 "syn 2.0.117",
15360]
15361
15362[[package]]
15363name = "sea-orm"
15364version = "1.1.10"
15365source = "registry+https://github.com/rust-lang/crates.io-index"
15366checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15367dependencies = [
15368 "async-stream",
15369 "async-trait",
15370 "bigdecimal",
15371 "chrono",
15372 "futures-util",
15373 "log",
15374 "ouroboros",
15375 "pgvector",
15376 "rust_decimal",
15377 "sea-orm-macros",
15378 "sea-query",
15379 "sea-query-binder",
15380 "serde",
15381 "serde_json",
15382 "sqlx",
15383 "strum 0.26.3",
15384 "thiserror 2.0.17",
15385 "time",
15386 "tracing",
15387 "url",
15388 "uuid",
15389]
15390
15391[[package]]
15392name = "sea-orm-macros"
15393version = "1.1.10"
15394source = "registry+https://github.com/rust-lang/crates.io-index"
15395checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15396dependencies = [
15397 "heck 0.4.1",
15398 "proc-macro2",
15399 "quote",
15400 "sea-bae",
15401 "syn 2.0.117",
15402 "unicode-ident",
15403]
15404
15405[[package]]
15406name = "sea-query"
15407version = "0.32.7"
15408source = "registry+https://github.com/rust-lang/crates.io-index"
15409checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15410dependencies = [
15411 "bigdecimal",
15412 "chrono",
15413 "inherent",
15414 "ordered-float 4.6.0",
15415 "rust_decimal",
15416 "serde_json",
15417 "time",
15418 "uuid",
15419]
15420
15421[[package]]
15422name = "sea-query-binder"
15423version = "0.7.0"
15424source = "registry+https://github.com/rust-lang/crates.io-index"
15425checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15426dependencies = [
15427 "bigdecimal",
15428 "chrono",
15429 "rust_decimal",
15430 "sea-query",
15431 "serde_json",
15432 "sqlx",
15433 "time",
15434 "uuid",
15435]
15436
15437[[package]]
15438name = "seahash"
15439version = "4.1.0"
15440source = "registry+https://github.com/rust-lang/crates.io-index"
15441checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15442
15443[[package]]
15444name = "search"
15445version = "0.1.0"
15446dependencies = [
15447 "any_vec",
15448 "anyhow",
15449 "bitflags 2.10.0",
15450 "collections",
15451 "editor",
15452 "fs",
15453 "futures 0.3.32",
15454 "gpui",
15455 "itertools 0.14.0",
15456 "language",
15457 "lsp",
15458 "menu",
15459 "multi_buffer",
15460 "pretty_assertions",
15461 "project",
15462 "serde",
15463 "serde_json",
15464 "settings",
15465 "smol",
15466 "theme",
15467 "theme_settings",
15468 "tracing",
15469 "ui",
15470 "unindent",
15471 "util",
15472 "util_macros",
15473 "workspace",
15474 "zed_actions",
15475 "ztracing",
15476]
15477
15478[[package]]
15479name = "sec1"
15480version = "0.3.0"
15481source = "registry+https://github.com/rust-lang/crates.io-index"
15482checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15483dependencies = [
15484 "base16ct",
15485 "der 0.6.1",
15486 "generic-array",
15487 "pkcs8 0.9.0",
15488 "subtle",
15489 "zeroize",
15490]
15491
15492[[package]]
15493name = "secrecy"
15494version = "0.10.3"
15495source = "registry+https://github.com/rust-lang/crates.io-index"
15496checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a"
15497dependencies = [
15498 "zeroize",
15499]
15500
15501[[package]]
15502name = "security-framework"
15503version = "2.11.1"
15504source = "registry+https://github.com/rust-lang/crates.io-index"
15505checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15506dependencies = [
15507 "bitflags 2.10.0",
15508 "core-foundation 0.9.4",
15509 "core-foundation-sys",
15510 "libc",
15511 "security-framework-sys",
15512]
15513
15514[[package]]
15515name = "security-framework"
15516version = "3.5.1"
15517source = "registry+https://github.com/rust-lang/crates.io-index"
15518checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15519dependencies = [
15520 "bitflags 2.10.0",
15521 "core-foundation 0.10.0",
15522 "core-foundation-sys",
15523 "libc",
15524 "security-framework-sys",
15525]
15526
15527[[package]]
15528name = "security-framework-sys"
15529version = "2.15.0"
15530source = "registry+https://github.com/rust-lang/crates.io-index"
15531checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15532dependencies = [
15533 "core-foundation-sys",
15534 "libc",
15535]
15536
15537[[package]]
15538name = "self_cell"
15539version = "1.2.2"
15540source = "registry+https://github.com/rust-lang/crates.io-index"
15541checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15542
15543[[package]]
15544name = "semver"
15545version = "1.0.27"
15546source = "registry+https://github.com/rust-lang/crates.io-index"
15547checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15548dependencies = [
15549 "serde",
15550 "serde_core",
15551]
15552
15553[[package]]
15554name = "seq-macro"
15555version = "0.3.6"
15556source = "registry+https://github.com/rust-lang/crates.io-index"
15557checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15558
15559[[package]]
15560name = "serde"
15561version = "1.0.228"
15562source = "registry+https://github.com/rust-lang/crates.io-index"
15563checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15564dependencies = [
15565 "serde_core",
15566 "serde_derive",
15567]
15568
15569[[package]]
15570name = "serde_bytes"
15571version = "0.11.19"
15572source = "registry+https://github.com/rust-lang/crates.io-index"
15573checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15574dependencies = [
15575 "serde",
15576 "serde_core",
15577]
15578
15579[[package]]
15580name = "serde_core"
15581version = "1.0.228"
15582source = "registry+https://github.com/rust-lang/crates.io-index"
15583checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15584dependencies = [
15585 "serde_derive",
15586]
15587
15588[[package]]
15589name = "serde_derive"
15590version = "1.0.228"
15591source = "registry+https://github.com/rust-lang/crates.io-index"
15592checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15593dependencies = [
15594 "proc-macro2",
15595 "quote",
15596 "syn 2.0.117",
15597]
15598
15599[[package]]
15600name = "serde_derive_internals"
15601version = "0.29.1"
15602source = "registry+https://github.com/rust-lang/crates.io-index"
15603checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15604dependencies = [
15605 "proc-macro2",
15606 "quote",
15607 "syn 2.0.117",
15608]
15609
15610[[package]]
15611name = "serde_fmt"
15612version = "1.0.3"
15613source = "registry+https://github.com/rust-lang/crates.io-index"
15614checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15615dependencies = [
15616 "serde",
15617]
15618
15619[[package]]
15620name = "serde_json"
15621version = "1.0.145"
15622source = "registry+https://github.com/rust-lang/crates.io-index"
15623checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15624dependencies = [
15625 "indexmap",
15626 "itoa",
15627 "memchr",
15628 "ryu",
15629 "serde",
15630 "serde_core",
15631]
15632
15633[[package]]
15634name = "serde_json_lenient"
15635version = "0.2.4"
15636source = "registry+https://github.com/rust-lang/crates.io-index"
15637checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15638dependencies = [
15639 "indexmap",
15640 "itoa",
15641 "memchr",
15642 "ryu",
15643 "serde",
15644]
15645
15646[[package]]
15647name = "serde_path_to_error"
15648version = "0.1.20"
15649source = "registry+https://github.com/rust-lang/crates.io-index"
15650checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15651dependencies = [
15652 "itoa",
15653 "serde",
15654 "serde_core",
15655]
15656
15657[[package]]
15658name = "serde_repr"
15659version = "0.1.20"
15660source = "registry+https://github.com/rust-lang/crates.io-index"
15661checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15662dependencies = [
15663 "proc-macro2",
15664 "quote",
15665 "syn 2.0.117",
15666]
15667
15668[[package]]
15669name = "serde_spanned"
15670version = "0.6.9"
15671source = "registry+https://github.com/rust-lang/crates.io-index"
15672checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15673dependencies = [
15674 "serde",
15675]
15676
15677[[package]]
15678name = "serde_spanned"
15679version = "1.0.3"
15680source = "registry+https://github.com/rust-lang/crates.io-index"
15681checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15682dependencies = [
15683 "serde_core",
15684]
15685
15686[[package]]
15687name = "serde_urlencoded"
15688version = "0.7.1"
15689source = "registry+https://github.com/rust-lang/crates.io-index"
15690checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15691dependencies = [
15692 "form_urlencoded",
15693 "itoa",
15694 "ryu",
15695 "serde",
15696]
15697
15698[[package]]
15699name = "serde_yaml"
15700version = "0.9.34+deprecated"
15701source = "registry+https://github.com/rust-lang/crates.io-index"
15702checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15703dependencies = [
15704 "indexmap",
15705 "itoa",
15706 "ryu",
15707 "serde",
15708 "unsafe-libyaml",
15709]
15710
15711[[package]]
15712name = "serial2"
15713version = "0.2.33"
15714source = "registry+https://github.com/rust-lang/crates.io-index"
15715checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15716dependencies = [
15717 "cfg-if",
15718 "libc",
15719 "winapi",
15720]
15721
15722[[package]]
15723name = "session"
15724version = "0.1.0"
15725dependencies = [
15726 "db",
15727 "gpui",
15728 "serde_json",
15729 "util",
15730 "uuid",
15731]
15732
15733[[package]]
15734name = "settings"
15735version = "0.1.0"
15736dependencies = [
15737 "anyhow",
15738 "collections",
15739 "ec4rs",
15740 "fs",
15741 "futures 0.3.32",
15742 "gpui",
15743 "indoc",
15744 "inventory",
15745 "log",
15746 "migrator",
15747 "paths",
15748 "pretty_assertions",
15749 "release_channel",
15750 "rust-embed",
15751 "schemars",
15752 "serde",
15753 "serde_json",
15754 "serde_json_lenient",
15755 "settings_content",
15756 "settings_json",
15757 "settings_macros",
15758 "smallvec",
15759 "unindent",
15760 "util",
15761 "zlog",
15762]
15763
15764[[package]]
15765name = "settings_content"
15766version = "0.1.0"
15767dependencies = [
15768 "anyhow",
15769 "collections",
15770 "derive_more",
15771 "gpui",
15772 "log",
15773 "schemars",
15774 "serde",
15775 "serde_json",
15776 "serde_json_lenient",
15777 "settings_json",
15778 "settings_macros",
15779 "strum 0.27.2",
15780 "util",
15781]
15782
15783[[package]]
15784name = "settings_json"
15785version = "0.1.0"
15786dependencies = [
15787 "anyhow",
15788 "pretty_assertions",
15789 "serde",
15790 "serde_json",
15791 "serde_json_lenient",
15792 "serde_path_to_error",
15793 "tree-sitter",
15794 "tree-sitter-json",
15795 "unindent",
15796 "util",
15797]
15798
15799[[package]]
15800name = "settings_macros"
15801version = "0.1.0"
15802dependencies = [
15803 "quote",
15804 "settings",
15805 "syn 2.0.117",
15806]
15807
15808[[package]]
15809name = "settings_profile_selector"
15810version = "0.1.0"
15811dependencies = [
15812 "editor",
15813 "fuzzy",
15814 "gpui",
15815 "menu",
15816 "picker",
15817 "project",
15818 "serde_json",
15819 "settings",
15820 "theme",
15821 "theme_settings",
15822 "ui",
15823 "workspace",
15824 "zed_actions",
15825]
15826
15827[[package]]
15828name = "settings_ui"
15829version = "0.1.0"
15830dependencies = [
15831 "agent",
15832 "agent_settings",
15833 "anyhow",
15834 "audio",
15835 "codestral",
15836 "component",
15837 "copilot",
15838 "copilot_ui",
15839 "cpal",
15840 "edit_prediction",
15841 "edit_prediction_ui",
15842 "editor",
15843 "feature_flags",
15844 "fs",
15845 "futures 0.3.32",
15846 "fuzzy",
15847 "gpui",
15848 "heck 0.5.0",
15849 "itertools 0.14.0",
15850 "language",
15851 "log",
15852 "menu",
15853 "paths",
15854 "picker",
15855 "platform_title_bar",
15856 "pretty_assertions",
15857 "project",
15858 "regex",
15859 "release_channel",
15860 "rodio",
15861 "schemars",
15862 "search",
15863 "serde",
15864 "serde_json",
15865 "settings",
15866 "shell_command_parser",
15867 "strum 0.27.2",
15868 "telemetry",
15869 "theme",
15870 "theme_settings",
15871 "title_bar",
15872 "ui",
15873 "util",
15874 "workspace",
15875 "zed_actions",
15876 "zed_credentials_provider",
15877]
15878
15879[[package]]
15880name = "sha-1"
15881version = "0.10.1"
15882source = "registry+https://github.com/rust-lang/crates.io-index"
15883checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15884dependencies = [
15885 "cfg-if",
15886 "cpufeatures",
15887 "digest",
15888]
15889
15890[[package]]
15891name = "sha1"
15892version = "0.10.6"
15893source = "registry+https://github.com/rust-lang/crates.io-index"
15894checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15895dependencies = [
15896 "cfg-if",
15897 "cpufeatures",
15898 "digest",
15899]
15900
15901[[package]]
15902name = "sha1_smol"
15903version = "1.0.1"
15904source = "registry+https://github.com/rust-lang/crates.io-index"
15905checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
15906
15907[[package]]
15908name = "sha2"
15909version = "0.10.9"
15910source = "registry+https://github.com/rust-lang/crates.io-index"
15911checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
15912dependencies = [
15913 "cfg-if",
15914 "cpufeatures",
15915 "digest",
15916]
15917
15918[[package]]
15919name = "sharded-slab"
15920version = "0.1.7"
15921source = "registry+https://github.com/rust-lang/crates.io-index"
15922checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
15923dependencies = [
15924 "lazy_static",
15925]
15926
15927[[package]]
15928name = "shared_library"
15929version = "0.1.9"
15930source = "registry+https://github.com/rust-lang/crates.io-index"
15931checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
15932dependencies = [
15933 "lazy_static",
15934 "libc",
15935]
15936
15937[[package]]
15938name = "shell-words"
15939version = "1.1.0"
15940source = "registry+https://github.com/rust-lang/crates.io-index"
15941checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
15942
15943[[package]]
15944name = "shell_command_parser"
15945version = "0.1.0"
15946dependencies = [
15947 "brush-parser",
15948]
15949
15950[[package]]
15951name = "shellexpand"
15952version = "2.1.2"
15953source = "registry+https://github.com/rust-lang/crates.io-index"
15954checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
15955dependencies = [
15956 "dirs 4.0.0",
15957]
15958
15959[[package]]
15960name = "shellexpand"
15961version = "3.1.1"
15962source = "registry+https://github.com/rust-lang/crates.io-index"
15963checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
15964dependencies = [
15965 "dirs 6.0.0",
15966]
15967
15968[[package]]
15969name = "shingles"
15970version = "0.1.1"
15971source = "registry+https://github.com/rust-lang/crates.io-index"
15972checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
15973
15974[[package]]
15975name = "shlex"
15976version = "1.3.0"
15977source = "registry+https://github.com/rust-lang/crates.io-index"
15978checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
15979
15980[[package]]
15981name = "sidebar"
15982version = "0.1.0"
15983dependencies = [
15984 "acp_thread",
15985 "action_log",
15986 "agent",
15987 "agent-client-protocol",
15988 "agent_settings",
15989 "agent_ui",
15990 "anyhow",
15991 "chrono",
15992 "editor",
15993 "feature_flags",
15994 "fs",
15995 "git",
15996 "gpui",
15997 "language_model",
15998 "menu",
15999 "platform_title_bar",
16000 "pretty_assertions",
16001 "project",
16002 "prompt_store",
16003 "recent_projects",
16004 "remote",
16005 "serde",
16006 "serde_json",
16007 "settings",
16008 "theme",
16009 "theme_settings",
16010 "ui",
16011 "util",
16012 "vim_mode_setting",
16013 "workspace",
16014 "zed_actions",
16015]
16016
16017[[package]]
16018name = "signal-hook"
16019version = "0.3.18"
16020source = "registry+https://github.com/rust-lang/crates.io-index"
16021checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
16022dependencies = [
16023 "libc",
16024 "signal-hook-registry",
16025]
16026
16027[[package]]
16028name = "signal-hook-registry"
16029version = "1.4.6"
16030source = "registry+https://github.com/rust-lang/crates.io-index"
16031checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
16032dependencies = [
16033 "libc",
16034]
16035
16036[[package]]
16037name = "signature"
16038version = "1.6.4"
16039source = "registry+https://github.com/rust-lang/crates.io-index"
16040checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
16041dependencies = [
16042 "digest",
16043 "rand_core 0.6.4",
16044]
16045
16046[[package]]
16047name = "signature"
16048version = "2.2.0"
16049source = "registry+https://github.com/rust-lang/crates.io-index"
16050checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
16051dependencies = [
16052 "digest",
16053 "rand_core 0.6.4",
16054]
16055
16056[[package]]
16057name = "simd-adler32"
16058version = "0.3.7"
16059source = "registry+https://github.com/rust-lang/crates.io-index"
16060checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
16061
16062[[package]]
16063name = "simd_helpers"
16064version = "0.1.0"
16065source = "registry+https://github.com/rust-lang/crates.io-index"
16066checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
16067dependencies = [
16068 "quote",
16069]
16070
16071[[package]]
16072name = "simdutf8"
16073version = "0.1.5"
16074source = "registry+https://github.com/rust-lang/crates.io-index"
16075checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
16076
16077[[package]]
16078name = "similar"
16079version = "2.7.0"
16080source = "registry+https://github.com/rust-lang/crates.io-index"
16081checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
16082
16083[[package]]
16084name = "simple_asn1"
16085version = "0.6.3"
16086source = "registry+https://github.com/rust-lang/crates.io-index"
16087checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
16088dependencies = [
16089 "num-bigint",
16090 "num-traits",
16091 "thiserror 2.0.17",
16092 "time",
16093]
16094
16095[[package]]
16096name = "simplecss"
16097version = "0.2.2"
16098source = "registry+https://github.com/rust-lang/crates.io-index"
16099checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16100dependencies = [
16101 "log",
16102]
16103
16104[[package]]
16105name = "simplelog"
16106version = "0.12.2"
16107source = "registry+https://github.com/rust-lang/crates.io-index"
16108checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16109dependencies = [
16110 "log",
16111 "termcolor",
16112 "time",
16113]
16114
16115[[package]]
16116name = "siphasher"
16117version = "0.3.11"
16118source = "registry+https://github.com/rust-lang/crates.io-index"
16119checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16120
16121[[package]]
16122name = "siphasher"
16123version = "1.0.1"
16124source = "registry+https://github.com/rust-lang/crates.io-index"
16125checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16126
16127[[package]]
16128name = "skrifa"
16129version = "0.37.0"
16130source = "registry+https://github.com/rust-lang/crates.io-index"
16131checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16132dependencies = [
16133 "bytemuck",
16134 "read-fonts 0.35.0",
16135]
16136
16137[[package]]
16138name = "skrifa"
16139version = "0.40.0"
16140source = "registry+https://github.com/rust-lang/crates.io-index"
16141checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16142dependencies = [
16143 "bytemuck",
16144 "read-fonts 0.37.0",
16145]
16146
16147[[package]]
16148name = "slab"
16149version = "0.4.11"
16150source = "registry+https://github.com/rust-lang/crates.io-index"
16151checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16152
16153[[package]]
16154name = "slotmap"
16155version = "1.0.7"
16156source = "registry+https://github.com/rust-lang/crates.io-index"
16157checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16158dependencies = [
16159 "version_check",
16160]
16161
16162[[package]]
16163name = "smallvec"
16164version = "1.15.1"
16165source = "registry+https://github.com/rust-lang/crates.io-index"
16166checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16167dependencies = [
16168 "serde",
16169]
16170
16171[[package]]
16172name = "smart-default"
16173version = "0.7.1"
16174source = "registry+https://github.com/rust-lang/crates.io-index"
16175checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16176dependencies = [
16177 "proc-macro2",
16178 "quote",
16179 "syn 2.0.117",
16180]
16181
16182[[package]]
16183name = "smol"
16184version = "2.0.2"
16185source = "registry+https://github.com/rust-lang/crates.io-index"
16186checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16187dependencies = [
16188 "async-channel 2.5.0",
16189 "async-executor",
16190 "async-fs",
16191 "async-io",
16192 "async-lock 3.4.2",
16193 "async-net",
16194 "async-process",
16195 "blocking",
16196 "futures-lite 2.6.1",
16197]
16198
16199[[package]]
16200name = "smol_str"
16201version = "0.3.5"
16202source = "registry+https://github.com/rust-lang/crates.io-index"
16203checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16204
16205[[package]]
16206name = "snafu"
16207version = "0.8.9"
16208source = "registry+https://github.com/rust-lang/crates.io-index"
16209checksum = "6e84b3f4eacbf3a1ce05eac6763b4d629d60cbc94d632e4092c54ade71f1e1a2"
16210dependencies = [
16211 "snafu-derive",
16212]
16213
16214[[package]]
16215name = "snafu-derive"
16216version = "0.8.9"
16217source = "registry+https://github.com/rust-lang/crates.io-index"
16218checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451"
16219dependencies = [
16220 "heck 0.5.0",
16221 "proc-macro2",
16222 "quote",
16223 "syn 2.0.117",
16224]
16225
16226[[package]]
16227name = "snippet"
16228version = "0.1.0"
16229dependencies = [
16230 "anyhow",
16231 "smallvec",
16232]
16233
16234[[package]]
16235name = "snippet_provider"
16236version = "0.1.0"
16237dependencies = [
16238 "anyhow",
16239 "collections",
16240 "extension",
16241 "fs",
16242 "futures 0.3.32",
16243 "gpui",
16244 "indoc",
16245 "parking_lot",
16246 "paths",
16247 "schemars",
16248 "serde",
16249 "serde_json",
16250 "serde_json_lenient",
16251 "snippet",
16252 "util",
16253]
16254
16255[[package]]
16256name = "snippets_ui"
16257version = "0.1.0"
16258dependencies = [
16259 "file_icons",
16260 "fuzzy",
16261 "gpui",
16262 "language",
16263 "open_path_prompt",
16264 "paths",
16265 "picker",
16266 "settings",
16267 "ui",
16268 "util",
16269 "workspace",
16270]
16271
16272[[package]]
16273name = "socket2"
16274version = "0.5.10"
16275source = "registry+https://github.com/rust-lang/crates.io-index"
16276checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16277dependencies = [
16278 "libc",
16279 "windows-sys 0.52.0",
16280]
16281
16282[[package]]
16283name = "socket2"
16284version = "0.6.1"
16285source = "registry+https://github.com/rust-lang/crates.io-index"
16286checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16287dependencies = [
16288 "libc",
16289 "windows-sys 0.60.2",
16290]
16291
16292[[package]]
16293name = "spdx"
16294version = "0.10.9"
16295source = "registry+https://github.com/rust-lang/crates.io-index"
16296checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16297dependencies = [
16298 "smallvec",
16299]
16300
16301[[package]]
16302name = "spin"
16303version = "0.9.8"
16304source = "registry+https://github.com/rust-lang/crates.io-index"
16305checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16306dependencies = [
16307 "lock_api",
16308]
16309
16310[[package]]
16311name = "spin"
16312version = "0.10.0"
16313source = "registry+https://github.com/rust-lang/crates.io-index"
16314checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16315dependencies = [
16316 "lock_api",
16317]
16318
16319[[package]]
16320name = "spirv"
16321version = "0.4.0+sdk-1.4.341.0"
16322source = "registry+https://github.com/rust-lang/crates.io-index"
16323checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16324dependencies = [
16325 "bitflags 2.10.0",
16326]
16327
16328[[package]]
16329name = "spki"
16330version = "0.6.0"
16331source = "registry+https://github.com/rust-lang/crates.io-index"
16332checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16333dependencies = [
16334 "base64ct",
16335 "der 0.6.1",
16336]
16337
16338[[package]]
16339name = "spki"
16340version = "0.7.3"
16341source = "registry+https://github.com/rust-lang/crates.io-index"
16342checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16343dependencies = [
16344 "base64ct",
16345 "der 0.7.10",
16346]
16347
16348[[package]]
16349name = "sqlez"
16350version = "0.1.0"
16351dependencies = [
16352 "anyhow",
16353 "collections",
16354 "futures 0.3.32",
16355 "indoc",
16356 "libsqlite3-sys",
16357 "log",
16358 "parking_lot",
16359 "smol",
16360 "sqlformat",
16361 "thread_local",
16362 "util",
16363 "uuid",
16364]
16365
16366[[package]]
16367name = "sqlez_macros"
16368version = "0.1.0"
16369dependencies = [
16370 "sqlez",
16371 "sqlformat",
16372 "syn 2.0.117",
16373]
16374
16375[[package]]
16376name = "sqlformat"
16377version = "0.2.6"
16378source = "registry+https://github.com/rust-lang/crates.io-index"
16379checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16380dependencies = [
16381 "nom 7.1.3",
16382 "unicode_categories",
16383]
16384
16385[[package]]
16386name = "sqlx"
16387version = "0.8.6"
16388source = "registry+https://github.com/rust-lang/crates.io-index"
16389checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16390dependencies = [
16391 "sqlx-core",
16392 "sqlx-macros",
16393 "sqlx-mysql",
16394 "sqlx-postgres",
16395 "sqlx-sqlite",
16396]
16397
16398[[package]]
16399name = "sqlx-core"
16400version = "0.8.6"
16401source = "registry+https://github.com/rust-lang/crates.io-index"
16402checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16403dependencies = [
16404 "base64 0.22.1",
16405 "bigdecimal",
16406 "bytes 1.11.1",
16407 "chrono",
16408 "crc",
16409 "crossbeam-queue",
16410 "either",
16411 "event-listener 5.4.1",
16412 "futures-core",
16413 "futures-intrusive",
16414 "futures-io",
16415 "futures-util",
16416 "hashbrown 0.15.5",
16417 "hashlink 0.10.0",
16418 "indexmap",
16419 "log",
16420 "memchr",
16421 "once_cell",
16422 "percent-encoding",
16423 "rust_decimal",
16424 "rustls 0.23.33",
16425 "serde",
16426 "serde_json",
16427 "sha2",
16428 "smallvec",
16429 "thiserror 2.0.17",
16430 "time",
16431 "tokio",
16432 "tokio-stream",
16433 "tracing",
16434 "url",
16435 "uuid",
16436 "webpki-roots",
16437]
16438
16439[[package]]
16440name = "sqlx-macros"
16441version = "0.8.6"
16442source = "registry+https://github.com/rust-lang/crates.io-index"
16443checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16444dependencies = [
16445 "proc-macro2",
16446 "quote",
16447 "sqlx-core",
16448 "sqlx-macros-core",
16449 "syn 2.0.117",
16450]
16451
16452[[package]]
16453name = "sqlx-macros-core"
16454version = "0.8.6"
16455source = "registry+https://github.com/rust-lang/crates.io-index"
16456checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16457dependencies = [
16458 "dotenvy",
16459 "either",
16460 "heck 0.5.0",
16461 "hex",
16462 "once_cell",
16463 "proc-macro2",
16464 "quote",
16465 "serde",
16466 "serde_json",
16467 "sha2",
16468 "sqlx-core",
16469 "sqlx-mysql",
16470 "sqlx-postgres",
16471 "sqlx-sqlite",
16472 "syn 2.0.117",
16473 "tokio",
16474 "url",
16475]
16476
16477[[package]]
16478name = "sqlx-mysql"
16479version = "0.8.6"
16480source = "registry+https://github.com/rust-lang/crates.io-index"
16481checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16482dependencies = [
16483 "atoi",
16484 "base64 0.22.1",
16485 "bigdecimal",
16486 "bitflags 2.10.0",
16487 "byteorder",
16488 "bytes 1.11.1",
16489 "chrono",
16490 "crc",
16491 "digest",
16492 "dotenvy",
16493 "either",
16494 "futures-channel",
16495 "futures-core",
16496 "futures-io",
16497 "futures-util",
16498 "generic-array",
16499 "hex",
16500 "hkdf",
16501 "hmac",
16502 "itoa",
16503 "log",
16504 "md-5",
16505 "memchr",
16506 "once_cell",
16507 "percent-encoding",
16508 "rand 0.8.5",
16509 "rsa",
16510 "rust_decimal",
16511 "serde",
16512 "sha1",
16513 "sha2",
16514 "smallvec",
16515 "sqlx-core",
16516 "stringprep",
16517 "thiserror 2.0.17",
16518 "time",
16519 "tracing",
16520 "uuid",
16521 "whoami",
16522]
16523
16524[[package]]
16525name = "sqlx-postgres"
16526version = "0.8.6"
16527source = "registry+https://github.com/rust-lang/crates.io-index"
16528checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16529dependencies = [
16530 "atoi",
16531 "base64 0.22.1",
16532 "bigdecimal",
16533 "bitflags 2.10.0",
16534 "byteorder",
16535 "chrono",
16536 "crc",
16537 "dotenvy",
16538 "etcetera",
16539 "futures-channel",
16540 "futures-core",
16541 "futures-util",
16542 "hex",
16543 "hkdf",
16544 "hmac",
16545 "home",
16546 "itoa",
16547 "log",
16548 "md-5",
16549 "memchr",
16550 "num-bigint",
16551 "once_cell",
16552 "rand 0.8.5",
16553 "rust_decimal",
16554 "serde",
16555 "serde_json",
16556 "sha2",
16557 "smallvec",
16558 "sqlx-core",
16559 "stringprep",
16560 "thiserror 2.0.17",
16561 "time",
16562 "tracing",
16563 "uuid",
16564 "whoami",
16565]
16566
16567[[package]]
16568name = "sqlx-sqlite"
16569version = "0.8.6"
16570source = "registry+https://github.com/rust-lang/crates.io-index"
16571checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16572dependencies = [
16573 "atoi",
16574 "chrono",
16575 "flume",
16576 "futures-channel",
16577 "futures-core",
16578 "futures-executor",
16579 "futures-intrusive",
16580 "futures-util",
16581 "libsqlite3-sys",
16582 "log",
16583 "percent-encoding",
16584 "serde",
16585 "serde_urlencoded",
16586 "sqlx-core",
16587 "thiserror 2.0.17",
16588 "time",
16589 "tracing",
16590 "url",
16591 "uuid",
16592]
16593
16594[[package]]
16595name = "stable_deref_trait"
16596version = "1.2.1"
16597source = "registry+https://github.com/rust-lang/crates.io-index"
16598checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16599
16600[[package]]
16601name = "stacker"
16602version = "0.1.23"
16603source = "registry+https://github.com/rust-lang/crates.io-index"
16604checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16605dependencies = [
16606 "cc",
16607 "cfg-if",
16608 "libc",
16609 "psm",
16610 "windows-sys 0.59.0",
16611]
16612
16613[[package]]
16614name = "stacksafe"
16615version = "0.1.4"
16616source = "registry+https://github.com/rust-lang/crates.io-index"
16617checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16618dependencies = [
16619 "stacker",
16620 "stacksafe-macro",
16621]
16622
16623[[package]]
16624name = "stacksafe-macro"
16625version = "0.1.4"
16626source = "registry+https://github.com/rust-lang/crates.io-index"
16627checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16628dependencies = [
16629 "proc-macro-error2",
16630 "quote",
16631 "syn 2.0.117",
16632]
16633
16634[[package]]
16635name = "static_assertions"
16636version = "1.1.0"
16637source = "registry+https://github.com/rust-lang/crates.io-index"
16638checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16639
16640[[package]]
16641name = "story"
16642version = "0.1.0"
16643dependencies = [
16644 "gpui",
16645 "itertools 0.14.0",
16646 "smallvec",
16647]
16648
16649[[package]]
16650name = "storybook"
16651version = "0.1.0"
16652dependencies = [
16653 "anyhow",
16654 "clap",
16655 "ctrlc",
16656 "dialoguer",
16657 "editor",
16658 "fuzzy",
16659 "gpui",
16660 "gpui_platform",
16661 "indoc",
16662 "language",
16663 "log",
16664 "menu",
16665 "picker",
16666 "reqwest_client",
16667 "rust-embed",
16668 "settings",
16669 "simplelog",
16670 "story",
16671 "strum 0.27.2",
16672 "theme",
16673 "theme_settings",
16674 "title_bar",
16675 "ui",
16676]
16677
16678[[package]]
16679name = "streaming-iterator"
16680version = "0.1.9"
16681source = "registry+https://github.com/rust-lang/crates.io-index"
16682checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16683
16684[[package]]
16685name = "streaming_diff"
16686version = "0.1.0"
16687dependencies = [
16688 "ordered-float 2.10.1",
16689 "rand 0.9.2",
16690 "rope",
16691 "util",
16692]
16693
16694[[package]]
16695name = "strength_reduce"
16696version = "0.2.4"
16697source = "registry+https://github.com/rust-lang/crates.io-index"
16698checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16699
16700[[package]]
16701name = "strict-num"
16702version = "0.1.1"
16703source = "registry+https://github.com/rust-lang/crates.io-index"
16704checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16705dependencies = [
16706 "float-cmp",
16707]
16708
16709[[package]]
16710name = "string_cache"
16711version = "0.8.9"
16712source = "registry+https://github.com/rust-lang/crates.io-index"
16713checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16714dependencies = [
16715 "new_debug_unreachable",
16716 "parking_lot",
16717 "phf_shared 0.11.3",
16718 "precomputed-hash",
16719 "serde",
16720]
16721
16722[[package]]
16723name = "string_cache_codegen"
16724version = "0.5.4"
16725source = "registry+https://github.com/rust-lang/crates.io-index"
16726checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16727dependencies = [
16728 "phf_generator 0.11.3",
16729 "phf_shared 0.11.3",
16730 "proc-macro2",
16731 "quote",
16732]
16733
16734[[package]]
16735name = "stringprep"
16736version = "0.1.5"
16737source = "registry+https://github.com/rust-lang/crates.io-index"
16738checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16739dependencies = [
16740 "unicode-bidi",
16741 "unicode-normalization",
16742 "unicode-properties",
16743]
16744
16745[[package]]
16746name = "strsim"
16747version = "0.11.1"
16748source = "registry+https://github.com/rust-lang/crates.io-index"
16749checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16750
16751[[package]]
16752name = "strum"
16753version = "0.26.3"
16754source = "registry+https://github.com/rust-lang/crates.io-index"
16755checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16756
16757[[package]]
16758name = "strum"
16759version = "0.27.2"
16760source = "registry+https://github.com/rust-lang/crates.io-index"
16761checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16762dependencies = [
16763 "strum_macros 0.27.2",
16764]
16765
16766[[package]]
16767name = "strum"
16768version = "0.28.0"
16769source = "registry+https://github.com/rust-lang/crates.io-index"
16770checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16771dependencies = [
16772 "strum_macros 0.28.0",
16773]
16774
16775[[package]]
16776name = "strum_macros"
16777version = "0.27.2"
16778source = "registry+https://github.com/rust-lang/crates.io-index"
16779checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16780dependencies = [
16781 "heck 0.5.0",
16782 "proc-macro2",
16783 "quote",
16784 "syn 2.0.117",
16785]
16786
16787[[package]]
16788name = "strum_macros"
16789version = "0.28.0"
16790source = "registry+https://github.com/rust-lang/crates.io-index"
16791checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16792dependencies = [
16793 "heck 0.5.0",
16794 "proc-macro2",
16795 "quote",
16796 "syn 2.0.117",
16797]
16798
16799[[package]]
16800name = "subtle"
16801version = "2.6.1"
16802source = "registry+https://github.com/rust-lang/crates.io-index"
16803checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16804
16805[[package]]
16806name = "sum_tree"
16807version = "0.1.0"
16808dependencies = [
16809 "ctor",
16810 "heapless",
16811 "log",
16812 "proptest",
16813 "rand 0.9.2",
16814 "rayon",
16815 "tracing",
16816 "zlog",
16817 "ztracing",
16818]
16819
16820[[package]]
16821name = "sval"
16822version = "2.15.0"
16823source = "registry+https://github.com/rust-lang/crates.io-index"
16824checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16825
16826[[package]]
16827name = "sval_buffer"
16828version = "2.15.0"
16829source = "registry+https://github.com/rust-lang/crates.io-index"
16830checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16831dependencies = [
16832 "sval",
16833 "sval_ref",
16834]
16835
16836[[package]]
16837name = "sval_dynamic"
16838version = "2.15.0"
16839source = "registry+https://github.com/rust-lang/crates.io-index"
16840checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16841dependencies = [
16842 "sval",
16843]
16844
16845[[package]]
16846name = "sval_fmt"
16847version = "2.15.0"
16848source = "registry+https://github.com/rust-lang/crates.io-index"
16849checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16850dependencies = [
16851 "itoa",
16852 "ryu",
16853 "sval",
16854]
16855
16856[[package]]
16857name = "sval_json"
16858version = "2.15.0"
16859source = "registry+https://github.com/rust-lang/crates.io-index"
16860checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16861dependencies = [
16862 "itoa",
16863 "ryu",
16864 "sval",
16865]
16866
16867[[package]]
16868name = "sval_nested"
16869version = "2.15.0"
16870source = "registry+https://github.com/rust-lang/crates.io-index"
16871checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16872dependencies = [
16873 "sval",
16874 "sval_buffer",
16875 "sval_ref",
16876]
16877
16878[[package]]
16879name = "sval_ref"
16880version = "2.15.0"
16881source = "registry+https://github.com/rust-lang/crates.io-index"
16882checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16883dependencies = [
16884 "sval",
16885]
16886
16887[[package]]
16888name = "sval_serde"
16889version = "2.15.0"
16890source = "registry+https://github.com/rust-lang/crates.io-index"
16891checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16892dependencies = [
16893 "serde_core",
16894 "sval",
16895 "sval_nested",
16896]
16897
16898[[package]]
16899name = "svg_fmt"
16900version = "0.4.5"
16901source = "registry+https://github.com/rust-lang/crates.io-index"
16902checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
16903
16904[[package]]
16905name = "svg_preview"
16906version = "0.1.0"
16907dependencies = [
16908 "file_icons",
16909 "gpui",
16910 "language",
16911 "multi_buffer",
16912 "ui",
16913 "workspace",
16914 "zed_actions",
16915]
16916
16917[[package]]
16918name = "svgtypes"
16919version = "0.15.3"
16920source = "registry+https://github.com/rust-lang/crates.io-index"
16921checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
16922dependencies = [
16923 "kurbo",
16924 "siphasher 1.0.1",
16925]
16926
16927[[package]]
16928name = "swash"
16929version = "0.2.6"
16930source = "registry+https://github.com/rust-lang/crates.io-index"
16931checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
16932dependencies = [
16933 "skrifa 0.37.0",
16934 "yazi",
16935 "zeno",
16936]
16937
16938[[package]]
16939name = "symphonia"
16940version = "0.5.5"
16941source = "registry+https://github.com/rust-lang/crates.io-index"
16942checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
16943dependencies = [
16944 "lazy_static",
16945 "symphonia-bundle-flac",
16946 "symphonia-bundle-mp3",
16947 "symphonia-codec-aac",
16948 "symphonia-codec-pcm",
16949 "symphonia-codec-vorbis",
16950 "symphonia-core",
16951 "symphonia-format-isomp4",
16952 "symphonia-format-ogg",
16953 "symphonia-format-riff",
16954 "symphonia-metadata",
16955]
16956
16957[[package]]
16958name = "symphonia-bundle-flac"
16959version = "0.5.5"
16960source = "registry+https://github.com/rust-lang/crates.io-index"
16961checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
16962dependencies = [
16963 "log",
16964 "symphonia-core",
16965 "symphonia-metadata",
16966 "symphonia-utils-xiph",
16967]
16968
16969[[package]]
16970name = "symphonia-bundle-mp3"
16971version = "0.5.5"
16972source = "registry+https://github.com/rust-lang/crates.io-index"
16973checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
16974dependencies = [
16975 "lazy_static",
16976 "log",
16977 "symphonia-core",
16978 "symphonia-metadata",
16979]
16980
16981[[package]]
16982name = "symphonia-codec-aac"
16983version = "0.5.5"
16984source = "registry+https://github.com/rust-lang/crates.io-index"
16985checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
16986dependencies = [
16987 "lazy_static",
16988 "log",
16989 "symphonia-core",
16990]
16991
16992[[package]]
16993name = "symphonia-codec-pcm"
16994version = "0.5.5"
16995source = "registry+https://github.com/rust-lang/crates.io-index"
16996checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
16997dependencies = [
16998 "log",
16999 "symphonia-core",
17000]
17001
17002[[package]]
17003name = "symphonia-codec-vorbis"
17004version = "0.5.5"
17005source = "registry+https://github.com/rust-lang/crates.io-index"
17006checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
17007dependencies = [
17008 "log",
17009 "symphonia-core",
17010 "symphonia-utils-xiph",
17011]
17012
17013[[package]]
17014name = "symphonia-core"
17015version = "0.5.5"
17016source = "registry+https://github.com/rust-lang/crates.io-index"
17017checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
17018dependencies = [
17019 "arrayvec",
17020 "bitflags 1.3.2",
17021 "bytemuck",
17022 "lazy_static",
17023 "log",
17024]
17025
17026[[package]]
17027name = "symphonia-format-isomp4"
17028version = "0.5.5"
17029source = "registry+https://github.com/rust-lang/crates.io-index"
17030checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
17031dependencies = [
17032 "encoding_rs",
17033 "log",
17034 "symphonia-core",
17035 "symphonia-metadata",
17036 "symphonia-utils-xiph",
17037]
17038
17039[[package]]
17040name = "symphonia-format-ogg"
17041version = "0.5.5"
17042source = "registry+https://github.com/rust-lang/crates.io-index"
17043checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
17044dependencies = [
17045 "log",
17046 "symphonia-core",
17047 "symphonia-metadata",
17048 "symphonia-utils-xiph",
17049]
17050
17051[[package]]
17052name = "symphonia-format-riff"
17053version = "0.5.5"
17054source = "registry+https://github.com/rust-lang/crates.io-index"
17055checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
17056dependencies = [
17057 "extended",
17058 "log",
17059 "symphonia-core",
17060 "symphonia-metadata",
17061]
17062
17063[[package]]
17064name = "symphonia-metadata"
17065version = "0.5.5"
17066source = "registry+https://github.com/rust-lang/crates.io-index"
17067checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
17068dependencies = [
17069 "encoding_rs",
17070 "lazy_static",
17071 "log",
17072 "symphonia-core",
17073]
17074
17075[[package]]
17076name = "symphonia-utils-xiph"
17077version = "0.5.5"
17078source = "registry+https://github.com/rust-lang/crates.io-index"
17079checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
17080dependencies = [
17081 "symphonia-core",
17082 "symphonia-metadata",
17083]
17084
17085[[package]]
17086name = "syn"
17087version = "1.0.109"
17088source = "registry+https://github.com/rust-lang/crates.io-index"
17089checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
17090dependencies = [
17091 "proc-macro2",
17092 "quote",
17093 "unicode-ident",
17094]
17095
17096[[package]]
17097name = "syn"
17098version = "2.0.117"
17099source = "registry+https://github.com/rust-lang/crates.io-index"
17100checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
17101dependencies = [
17102 "proc-macro2",
17103 "quote",
17104 "unicode-ident",
17105]
17106
17107[[package]]
17108name = "sync_wrapper"
17109version = "0.1.2"
17110source = "registry+https://github.com/rust-lang/crates.io-index"
17111checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
17112
17113[[package]]
17114name = "sync_wrapper"
17115version = "1.0.2"
17116source = "registry+https://github.com/rust-lang/crates.io-index"
17117checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17118dependencies = [
17119 "futures-core",
17120]
17121
17122[[package]]
17123name = "synchronoise"
17124version = "1.0.1"
17125source = "registry+https://github.com/rust-lang/crates.io-index"
17126checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17127dependencies = [
17128 "crossbeam-queue",
17129]
17130
17131[[package]]
17132name = "synstructure"
17133version = "0.13.2"
17134source = "registry+https://github.com/rust-lang/crates.io-index"
17135checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17136dependencies = [
17137 "proc-macro2",
17138 "quote",
17139 "syn 2.0.117",
17140]
17141
17142[[package]]
17143name = "syntax_theme"
17144version = "0.1.0"
17145dependencies = [
17146 "gpui",
17147 "serde",
17148 "serde_json",
17149]
17150
17151[[package]]
17152name = "sys-locale"
17153version = "0.3.2"
17154source = "registry+https://github.com/rust-lang/crates.io-index"
17155checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17156dependencies = [
17157 "libc",
17158]
17159
17160[[package]]
17161name = "sysctl"
17162version = "0.5.5"
17163source = "registry+https://github.com/rust-lang/crates.io-index"
17164checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17165dependencies = [
17166 "bitflags 2.10.0",
17167 "byteorder",
17168 "enum-as-inner",
17169 "libc",
17170 "thiserror 1.0.69",
17171 "walkdir",
17172]
17173
17174[[package]]
17175name = "sysctl"
17176version = "0.6.0"
17177source = "registry+https://github.com/rust-lang/crates.io-index"
17178checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17179dependencies = [
17180 "bitflags 2.10.0",
17181 "byteorder",
17182 "enum-as-inner",
17183 "libc",
17184 "thiserror 1.0.69",
17185 "walkdir",
17186]
17187
17188[[package]]
17189name = "sysinfo"
17190version = "0.31.4"
17191source = "registry+https://github.com/rust-lang/crates.io-index"
17192checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17193dependencies = [
17194 "core-foundation-sys",
17195 "libc",
17196 "memchr",
17197 "ntapi",
17198 "rayon",
17199 "windows 0.57.0",
17200]
17201
17202[[package]]
17203name = "sysinfo"
17204version = "0.37.2"
17205source = "registry+https://github.com/rust-lang/crates.io-index"
17206checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17207dependencies = [
17208 "libc",
17209 "memchr",
17210 "ntapi",
17211 "objc2-core-foundation",
17212 "objc2-io-kit",
17213 "windows 0.61.3",
17214]
17215
17216[[package]]
17217name = "system-configuration"
17218version = "0.5.1"
17219source = "registry+https://github.com/rust-lang/crates.io-index"
17220checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17221dependencies = [
17222 "bitflags 1.3.2",
17223 "core-foundation 0.9.4",
17224 "system-configuration-sys 0.5.0",
17225]
17226
17227[[package]]
17228name = "system-configuration"
17229version = "0.6.1"
17230source = "registry+https://github.com/rust-lang/crates.io-index"
17231checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17232dependencies = [
17233 "bitflags 2.10.0",
17234 "core-foundation 0.9.4",
17235 "system-configuration-sys 0.6.0",
17236]
17237
17238[[package]]
17239name = "system-configuration-sys"
17240version = "0.5.0"
17241source = "registry+https://github.com/rust-lang/crates.io-index"
17242checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17243dependencies = [
17244 "core-foundation-sys",
17245 "libc",
17246]
17247
17248[[package]]
17249name = "system-configuration-sys"
17250version = "0.6.0"
17251source = "registry+https://github.com/rust-lang/crates.io-index"
17252checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17253dependencies = [
17254 "core-foundation-sys",
17255 "libc",
17256]
17257
17258[[package]]
17259name = "system-deps"
17260version = "6.2.2"
17261source = "registry+https://github.com/rust-lang/crates.io-index"
17262checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
17263dependencies = [
17264 "cfg-expr 0.15.8",
17265 "heck 0.5.0",
17266 "pkg-config",
17267 "toml 0.8.23",
17268 "version-compare",
17269]
17270
17271[[package]]
17272name = "system-deps"
17273version = "7.0.7"
17274source = "registry+https://github.com/rust-lang/crates.io-index"
17275checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17276dependencies = [
17277 "cfg-expr 0.20.6",
17278 "heck 0.5.0",
17279 "pkg-config",
17280 "toml 0.9.8",
17281 "version-compare",
17282]
17283
17284[[package]]
17285name = "system-interface"
17286version = "0.27.3"
17287source = "registry+https://github.com/rust-lang/crates.io-index"
17288checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17289dependencies = [
17290 "bitflags 2.10.0",
17291 "cap-fs-ext",
17292 "cap-std",
17293 "fd-lock",
17294 "io-lifetimes",
17295 "rustix 0.38.44",
17296 "windows-sys 0.59.0",
17297 "winx",
17298]
17299
17300[[package]]
17301name = "system_specs"
17302version = "0.1.0"
17303dependencies = [
17304 "anyhow",
17305 "client",
17306 "gpui",
17307 "human_bytes",
17308 "pciid-parser",
17309 "release_channel",
17310 "semver",
17311 "serde",
17312 "sysinfo 0.37.2",
17313]
17314
17315[[package]]
17316name = "tab_switcher"
17317version = "0.1.0"
17318dependencies = [
17319 "collections",
17320 "ctor",
17321 "editor",
17322 "fuzzy",
17323 "gpui",
17324 "menu",
17325 "picker",
17326 "project",
17327 "schemars",
17328 "serde",
17329 "serde_json",
17330 "settings",
17331 "smol",
17332 "theme",
17333 "theme_settings",
17334 "ui",
17335 "util",
17336 "workspace",
17337 "zlog",
17338]
17339
17340[[package]]
17341name = "taffy"
17342version = "0.9.0"
17343source = "registry+https://github.com/rust-lang/crates.io-index"
17344checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17345dependencies = [
17346 "arrayvec",
17347 "grid",
17348 "serde",
17349 "slotmap",
17350]
17351
17352[[package]]
17353name = "tagptr"
17354version = "0.2.0"
17355source = "registry+https://github.com/rust-lang/crates.io-index"
17356checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17357
17358[[package]]
17359name = "take-until"
17360version = "0.2.0"
17361source = "registry+https://github.com/rust-lang/crates.io-index"
17362checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17363
17364[[package]]
17365name = "tao-core-video-sys"
17366version = "0.2.0"
17367source = "registry+https://github.com/rust-lang/crates.io-index"
17368checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17369dependencies = [
17370 "cfg-if",
17371 "core-foundation-sys",
17372 "libc",
17373 "objc",
17374]
17375
17376[[package]]
17377name = "tap"
17378version = "1.0.1"
17379source = "registry+https://github.com/rust-lang/crates.io-index"
17380checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17381
17382[[package]]
17383name = "target-lexicon"
17384version = "0.12.16"
17385source = "registry+https://github.com/rust-lang/crates.io-index"
17386checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
17387
17388[[package]]
17389name = "target-lexicon"
17390version = "0.13.3"
17391source = "registry+https://github.com/rust-lang/crates.io-index"
17392checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17393
17394[[package]]
17395name = "task"
17396version = "0.1.0"
17397dependencies = [
17398 "anyhow",
17399 "collections",
17400 "futures 0.3.32",
17401 "gpui",
17402 "hex",
17403 "log",
17404 "parking_lot",
17405 "pretty_assertions",
17406 "proto",
17407 "schemars",
17408 "serde",
17409 "serde_json",
17410 "serde_json_lenient",
17411 "sha2",
17412 "shellexpand 2.1.2",
17413 "util",
17414 "zed_actions",
17415]
17416
17417[[package]]
17418name = "tasks_ui"
17419version = "0.1.0"
17420dependencies = [
17421 "anyhow",
17422 "collections",
17423 "editor",
17424 "file_icons",
17425 "fuzzy",
17426 "gpui",
17427 "itertools 0.14.0",
17428 "language",
17429 "menu",
17430 "picker",
17431 "project",
17432 "serde",
17433 "serde_json",
17434 "task",
17435 "tree-sitter-rust",
17436 "tree-sitter-typescript",
17437 "ui",
17438 "util",
17439 "workspace",
17440 "zed_actions",
17441]
17442
17443[[package]]
17444name = "telemetry"
17445version = "0.1.0"
17446dependencies = [
17447 "futures 0.3.32",
17448 "serde",
17449 "serde_json",
17450 "telemetry_events",
17451]
17452
17453[[package]]
17454name = "telemetry_events"
17455version = "0.1.0"
17456dependencies = [
17457 "semver",
17458 "serde",
17459 "serde_json",
17460]
17461
17462[[package]]
17463name = "tempfile"
17464version = "3.23.0"
17465source = "registry+https://github.com/rust-lang/crates.io-index"
17466checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17467dependencies = [
17468 "fastrand 2.3.0",
17469 "getrandom 0.3.4",
17470 "once_cell",
17471 "rustix 1.1.2",
17472 "windows-sys 0.61.2",
17473]
17474
17475[[package]]
17476name = "tendril"
17477version = "0.4.3"
17478source = "registry+https://github.com/rust-lang/crates.io-index"
17479checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17480dependencies = [
17481 "futf",
17482 "mac",
17483 "utf-8",
17484]
17485
17486[[package]]
17487name = "termcolor"
17488version = "1.4.1"
17489source = "registry+https://github.com/rust-lang/crates.io-index"
17490checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17491dependencies = [
17492 "winapi-util",
17493]
17494
17495[[package]]
17496name = "terminal"
17497version = "0.1.0"
17498dependencies = [
17499 "alacritty_terminal",
17500 "anyhow",
17501 "collections",
17502 "futures 0.3.32",
17503 "gpui",
17504 "itertools 0.14.0",
17505 "libc",
17506 "log",
17507 "parking_lot",
17508 "rand 0.9.2",
17509 "regex",
17510 "release_channel",
17511 "schemars",
17512 "serde",
17513 "settings",
17514 "smol",
17515 "sysinfo 0.37.2",
17516 "task",
17517 "theme",
17518 "theme_settings",
17519 "thiserror 2.0.17",
17520 "url",
17521 "urlencoding",
17522 "util",
17523 "util_macros",
17524 "windows 0.61.3",
17525]
17526
17527[[package]]
17528name = "terminal_size"
17529version = "0.4.3"
17530source = "registry+https://github.com/rust-lang/crates.io-index"
17531checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17532dependencies = [
17533 "rustix 1.1.2",
17534 "windows-sys 0.60.2",
17535]
17536
17537[[package]]
17538name = "terminal_view"
17539version = "0.1.0"
17540dependencies = [
17541 "anyhow",
17542 "async-recursion",
17543 "breadcrumbs",
17544 "collections",
17545 "db",
17546 "dirs 4.0.0",
17547 "editor",
17548 "futures 0.3.32",
17549 "gpui",
17550 "itertools 0.14.0",
17551 "language",
17552 "log",
17553 "menu",
17554 "pretty_assertions",
17555 "project",
17556 "regex",
17557 "schemars",
17558 "serde",
17559 "serde_json",
17560 "settings",
17561 "shellexpand 2.1.2",
17562 "task",
17563 "terminal",
17564 "theme",
17565 "theme_settings",
17566 "ui",
17567 "util",
17568 "workspace",
17569 "zed_actions",
17570]
17571
17572[[package]]
17573name = "text"
17574version = "0.1.0"
17575dependencies = [
17576 "anyhow",
17577 "clock",
17578 "collections",
17579 "ctor",
17580 "gpui",
17581 "log",
17582 "parking_lot",
17583 "postage",
17584 "rand 0.9.2",
17585 "regex",
17586 "rope",
17587 "smallvec",
17588 "sum_tree",
17589 "util",
17590 "zlog",
17591]
17592
17593[[package]]
17594name = "theme"
17595version = "0.1.0"
17596dependencies = [
17597 "anyhow",
17598 "collections",
17599 "derive_more",
17600 "gpui",
17601 "palette",
17602 "parking_lot",
17603 "refineable",
17604 "schemars",
17605 "serde",
17606 "serde_json",
17607 "serde_json_lenient",
17608 "strum 0.27.2",
17609 "syntax_theme",
17610 "thiserror 2.0.17",
17611 "uuid",
17612]
17613
17614[[package]]
17615name = "theme_extension"
17616version = "0.1.0"
17617dependencies = [
17618 "anyhow",
17619 "extension",
17620 "fs",
17621 "gpui",
17622 "theme",
17623 "theme_settings",
17624]
17625
17626[[package]]
17627name = "theme_importer"
17628version = "0.1.0"
17629dependencies = [
17630 "anyhow",
17631 "clap",
17632 "collections",
17633 "gpui",
17634 "indexmap",
17635 "log",
17636 "palette",
17637 "serde",
17638 "serde_json",
17639 "serde_json_lenient",
17640 "simplelog",
17641 "strum 0.27.2",
17642 "theme",
17643 "theme_settings",
17644 "vscode_theme",
17645]
17646
17647[[package]]
17648name = "theme_selector"
17649version = "0.1.0"
17650dependencies = [
17651 "fs",
17652 "fuzzy",
17653 "gpui",
17654 "log",
17655 "picker",
17656 "serde",
17657 "settings",
17658 "telemetry",
17659 "theme",
17660 "theme_settings",
17661 "ui",
17662 "util",
17663 "workspace",
17664 "zed_actions",
17665]
17666
17667[[package]]
17668name = "theme_settings"
17669version = "0.1.0"
17670dependencies = [
17671 "anyhow",
17672 "collections",
17673 "gpui",
17674 "gpui_util",
17675 "log",
17676 "palette",
17677 "refineable",
17678 "schemars",
17679 "serde",
17680 "serde_json",
17681 "serde_json_lenient",
17682 "settings",
17683 "theme",
17684 "uuid",
17685]
17686
17687[[package]]
17688name = "thiserror"
17689version = "1.0.69"
17690source = "registry+https://github.com/rust-lang/crates.io-index"
17691checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17692dependencies = [
17693 "thiserror-impl 1.0.69",
17694]
17695
17696[[package]]
17697name = "thiserror"
17698version = "2.0.17"
17699source = "registry+https://github.com/rust-lang/crates.io-index"
17700checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17701dependencies = [
17702 "thiserror-impl 2.0.17",
17703]
17704
17705[[package]]
17706name = "thiserror-impl"
17707version = "1.0.69"
17708source = "registry+https://github.com/rust-lang/crates.io-index"
17709checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17710dependencies = [
17711 "proc-macro2",
17712 "quote",
17713 "syn 2.0.117",
17714]
17715
17716[[package]]
17717name = "thiserror-impl"
17718version = "2.0.17"
17719source = "registry+https://github.com/rust-lang/crates.io-index"
17720checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17721dependencies = [
17722 "proc-macro2",
17723 "quote",
17724 "syn 2.0.117",
17725]
17726
17727[[package]]
17728name = "thread_local"
17729version = "1.1.9"
17730source = "registry+https://github.com/rust-lang/crates.io-index"
17731checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17732dependencies = [
17733 "cfg-if",
17734]
17735
17736[[package]]
17737name = "tiff"
17738version = "0.10.3"
17739source = "registry+https://github.com/rust-lang/crates.io-index"
17740checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
17741dependencies = [
17742 "fax",
17743 "flate2",
17744 "half",
17745 "quick-error 2.0.1",
17746 "weezl",
17747 "zune-jpeg",
17748]
17749
17750[[package]]
17751name = "tiktoken-rs"
17752version = "0.9.1"
17753source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17754dependencies = [
17755 "anyhow",
17756 "base64 0.22.1",
17757 "bstr",
17758 "fancy-regex 0.16.2",
17759 "lazy_static",
17760 "regex",
17761 "rustc-hash 1.1.0",
17762]
17763
17764[[package]]
17765name = "time"
17766version = "0.3.47"
17767source = "registry+https://github.com/rust-lang/crates.io-index"
17768checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17769dependencies = [
17770 "deranged",
17771 "itoa",
17772 "libc",
17773 "num-conv",
17774 "num_threads",
17775 "powerfmt",
17776 "serde_core",
17777 "time-core",
17778 "time-macros",
17779]
17780
17781[[package]]
17782name = "time-core"
17783version = "0.1.8"
17784source = "registry+https://github.com/rust-lang/crates.io-index"
17785checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17786
17787[[package]]
17788name = "time-macros"
17789version = "0.2.27"
17790source = "registry+https://github.com/rust-lang/crates.io-index"
17791checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17792dependencies = [
17793 "num-conv",
17794 "time-core",
17795]
17796
17797[[package]]
17798name = "time_format"
17799version = "0.1.0"
17800dependencies = [
17801 "core-foundation 0.10.0",
17802 "core-foundation-sys",
17803 "sys-locale",
17804 "time",
17805 "windows 0.61.3",
17806]
17807
17808[[package]]
17809name = "tiny-keccak"
17810version = "2.0.2"
17811source = "registry+https://github.com/rust-lang/crates.io-index"
17812checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17813dependencies = [
17814 "crunchy",
17815]
17816
17817[[package]]
17818name = "tiny-skia"
17819version = "0.11.4"
17820source = "registry+https://github.com/rust-lang/crates.io-index"
17821checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17822dependencies = [
17823 "arrayref",
17824 "arrayvec",
17825 "bytemuck",
17826 "cfg-if",
17827 "log",
17828 "png 0.17.16",
17829 "tiny-skia-path",
17830]
17831
17832[[package]]
17833name = "tiny-skia-path"
17834version = "0.11.4"
17835source = "registry+https://github.com/rust-lang/crates.io-index"
17836checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17837dependencies = [
17838 "arrayref",
17839 "bytemuck",
17840 "strict-num",
17841]
17842
17843[[package]]
17844name = "tiny_http"
17845version = "0.12.0"
17846source = "registry+https://github.com/rust-lang/crates.io-index"
17847checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17848dependencies = [
17849 "ascii",
17850 "chunked_transfer",
17851 "httpdate",
17852 "log",
17853]
17854
17855[[package]]
17856name = "tinystr"
17857version = "0.8.1"
17858source = "registry+https://github.com/rust-lang/crates.io-index"
17859checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17860dependencies = [
17861 "displaydoc",
17862 "zerovec",
17863]
17864
17865[[package]]
17866name = "tinytemplate"
17867version = "1.2.1"
17868source = "registry+https://github.com/rust-lang/crates.io-index"
17869checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17870dependencies = [
17871 "serde",
17872 "serde_json",
17873]
17874
17875[[package]]
17876name = "tinyvec"
17877version = "1.10.0"
17878source = "registry+https://github.com/rust-lang/crates.io-index"
17879checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17880dependencies = [
17881 "tinyvec_macros",
17882]
17883
17884[[package]]
17885name = "tinyvec_macros"
17886version = "0.1.1"
17887source = "registry+https://github.com/rust-lang/crates.io-index"
17888checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17889
17890[[package]]
17891name = "title_bar"
17892version = "0.1.0"
17893dependencies = [
17894 "anyhow",
17895 "auto_update",
17896 "call",
17897 "channel",
17898 "chrono",
17899 "client",
17900 "cloud_api_types",
17901 "db",
17902 "git_ui",
17903 "gpui",
17904 "icons",
17905 "livekit_client",
17906 "notifications",
17907 "platform_title_bar",
17908 "project",
17909 "recent_projects",
17910 "release_channel",
17911 "remote",
17912 "remote_connection",
17913 "rpc",
17914 "schemars",
17915 "semver",
17916 "serde",
17917 "settings",
17918 "smallvec",
17919 "story",
17920 "telemetry",
17921 "theme",
17922 "ui",
17923 "util",
17924 "windows 0.61.3",
17925 "workspace",
17926 "zed_actions",
17927]
17928
17929[[package]]
17930name = "tokio"
17931version = "1.48.0"
17932source = "registry+https://github.com/rust-lang/crates.io-index"
17933checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
17934dependencies = [
17935 "bytes 1.11.1",
17936 "libc",
17937 "mio 1.1.0",
17938 "parking_lot",
17939 "pin-project-lite",
17940 "signal-hook-registry",
17941 "socket2 0.6.1",
17942 "tokio-macros",
17943 "windows-sys 0.61.2",
17944]
17945
17946[[package]]
17947name = "tokio-io"
17948version = "0.1.13"
17949source = "registry+https://github.com/rust-lang/crates.io-index"
17950checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
17951dependencies = [
17952 "bytes 0.4.12",
17953 "futures 0.1.31",
17954 "log",
17955]
17956
17957[[package]]
17958name = "tokio-macros"
17959version = "2.6.0"
17960source = "registry+https://github.com/rust-lang/crates.io-index"
17961checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
17962dependencies = [
17963 "proc-macro2",
17964 "quote",
17965 "syn 2.0.117",
17966]
17967
17968[[package]]
17969name = "tokio-native-tls"
17970version = "0.3.1"
17971source = "registry+https://github.com/rust-lang/crates.io-index"
17972checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
17973dependencies = [
17974 "native-tls",
17975 "tokio",
17976]
17977
17978[[package]]
17979name = "tokio-rustls"
17980version = "0.24.1"
17981source = "registry+https://github.com/rust-lang/crates.io-index"
17982checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
17983dependencies = [
17984 "rustls 0.21.12",
17985 "tokio",
17986]
17987
17988[[package]]
17989name = "tokio-rustls"
17990version = "0.26.2"
17991source = "registry+https://github.com/rust-lang/crates.io-index"
17992checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
17993dependencies = [
17994 "rustls 0.23.33",
17995 "tokio",
17996]
17997
17998[[package]]
17999name = "tokio-socks"
18000version = "0.5.2"
18001source = "registry+https://github.com/rust-lang/crates.io-index"
18002checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
18003dependencies = [
18004 "either",
18005 "futures-io",
18006 "futures-util",
18007 "thiserror 1.0.69",
18008 "tokio",
18009]
18010
18011[[package]]
18012name = "tokio-stream"
18013version = "0.1.17"
18014source = "registry+https://github.com/rust-lang/crates.io-index"
18015checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
18016dependencies = [
18017 "futures-core",
18018 "pin-project-lite",
18019 "tokio",
18020]
18021
18022[[package]]
18023name = "tokio-tungstenite"
18024version = "0.20.1"
18025source = "registry+https://github.com/rust-lang/crates.io-index"
18026checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
18027dependencies = [
18028 "futures-util",
18029 "log",
18030 "tokio",
18031 "tungstenite 0.20.1",
18032]
18033
18034[[package]]
18035name = "tokio-tungstenite"
18036version = "0.21.0"
18037source = "registry+https://github.com/rust-lang/crates.io-index"
18038checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
18039dependencies = [
18040 "futures-util",
18041 "log",
18042 "tokio",
18043 "tungstenite 0.21.0",
18044]
18045
18046[[package]]
18047name = "tokio-tungstenite"
18048version = "0.28.0"
18049source = "registry+https://github.com/rust-lang/crates.io-index"
18050checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
18051dependencies = [
18052 "futures-util",
18053 "log",
18054 "rustls 0.23.33",
18055 "rustls-native-certs 0.8.2",
18056 "rustls-pki-types",
18057 "tokio",
18058 "tokio-rustls 0.26.2",
18059 "tungstenite 0.28.0",
18060]
18061
18062[[package]]
18063name = "tokio-util"
18064version = "0.7.16"
18065source = "registry+https://github.com/rust-lang/crates.io-index"
18066checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
18067dependencies = [
18068 "bytes 1.11.1",
18069 "futures-core",
18070 "futures-io",
18071 "futures-sink",
18072 "pin-project-lite",
18073 "tokio",
18074]
18075
18076[[package]]
18077name = "toml"
18078version = "0.5.11"
18079source = "registry+https://github.com/rust-lang/crates.io-index"
18080checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
18081dependencies = [
18082 "serde",
18083]
18084
18085[[package]]
18086name = "toml"
18087version = "0.8.23"
18088source = "registry+https://github.com/rust-lang/crates.io-index"
18089checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
18090dependencies = [
18091 "serde",
18092 "serde_spanned 0.6.9",
18093 "toml_datetime 0.6.11",
18094 "toml_edit 0.22.27",
18095]
18096
18097[[package]]
18098name = "toml"
18099version = "0.9.8"
18100source = "registry+https://github.com/rust-lang/crates.io-index"
18101checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
18102dependencies = [
18103 "indexmap",
18104 "serde_core",
18105 "serde_spanned 1.0.3",
18106 "toml_datetime 0.7.3",
18107 "toml_parser",
18108 "toml_writer",
18109 "winnow",
18110]
18111
18112[[package]]
18113name = "toml_datetime"
18114version = "0.6.11"
18115source = "registry+https://github.com/rust-lang/crates.io-index"
18116checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
18117dependencies = [
18118 "serde",
18119]
18120
18121[[package]]
18122name = "toml_datetime"
18123version = "0.7.3"
18124source = "registry+https://github.com/rust-lang/crates.io-index"
18125checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
18126dependencies = [
18127 "serde_core",
18128]
18129
18130[[package]]
18131name = "toml_edit"
18132version = "0.22.27"
18133source = "registry+https://github.com/rust-lang/crates.io-index"
18134checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18135dependencies = [
18136 "indexmap",
18137 "serde",
18138 "serde_spanned 0.6.9",
18139 "toml_datetime 0.6.11",
18140 "toml_write",
18141 "winnow",
18142]
18143
18144[[package]]
18145name = "toml_edit"
18146version = "0.23.7"
18147source = "registry+https://github.com/rust-lang/crates.io-index"
18148checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18149dependencies = [
18150 "indexmap",
18151 "toml_datetime 0.7.3",
18152 "toml_parser",
18153 "winnow",
18154]
18155
18156[[package]]
18157name = "toml_parser"
18158version = "1.0.4"
18159source = "registry+https://github.com/rust-lang/crates.io-index"
18160checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18161dependencies = [
18162 "winnow",
18163]
18164
18165[[package]]
18166name = "toml_write"
18167version = "0.1.2"
18168source = "registry+https://github.com/rust-lang/crates.io-index"
18169checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18170
18171[[package]]
18172name = "toml_writer"
18173version = "1.0.4"
18174source = "registry+https://github.com/rust-lang/crates.io-index"
18175checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18176
18177[[package]]
18178name = "toolchain_selector"
18179version = "0.1.0"
18180dependencies = [
18181 "anyhow",
18182 "convert_case 0.8.0",
18183 "editor",
18184 "futures 0.3.32",
18185 "fuzzy",
18186 "gpui",
18187 "language",
18188 "menu",
18189 "open_path_prompt",
18190 "picker",
18191 "project",
18192 "ui",
18193 "util",
18194 "workspace",
18195]
18196
18197[[package]]
18198name = "topological-sort"
18199version = "0.2.2"
18200source = "registry+https://github.com/rust-lang/crates.io-index"
18201checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18202
18203[[package]]
18204name = "tower"
18205version = "0.4.13"
18206source = "registry+https://github.com/rust-lang/crates.io-index"
18207checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18208dependencies = [
18209 "futures-core",
18210 "futures-util",
18211 "pin-project",
18212 "pin-project-lite",
18213 "tokio",
18214 "tower-layer",
18215 "tower-service",
18216 "tracing",
18217]
18218
18219[[package]]
18220name = "tower"
18221version = "0.5.2"
18222source = "registry+https://github.com/rust-lang/crates.io-index"
18223checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18224dependencies = [
18225 "futures-core",
18226 "futures-util",
18227 "pin-project-lite",
18228 "sync_wrapper 1.0.2",
18229 "tokio",
18230 "tokio-util",
18231 "tower-layer",
18232 "tower-service",
18233 "tracing",
18234]
18235
18236[[package]]
18237name = "tower-http"
18238version = "0.4.4"
18239source = "registry+https://github.com/rust-lang/crates.io-index"
18240checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18241dependencies = [
18242 "bitflags 2.10.0",
18243 "bytes 1.11.1",
18244 "futures-core",
18245 "futures-util",
18246 "http 0.2.12",
18247 "http-body 0.4.6",
18248 "http-range-header",
18249 "pin-project-lite",
18250 "tower-layer",
18251 "tower-service",
18252 "tracing",
18253]
18254
18255[[package]]
18256name = "tower-http"
18257version = "0.6.6"
18258source = "registry+https://github.com/rust-lang/crates.io-index"
18259checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18260dependencies = [
18261 "bitflags 2.10.0",
18262 "bytes 1.11.1",
18263 "futures-util",
18264 "http 1.3.1",
18265 "http-body 1.0.1",
18266 "iri-string",
18267 "pin-project-lite",
18268 "tower 0.5.2",
18269 "tower-layer",
18270 "tower-service",
18271 "tracing",
18272]
18273
18274[[package]]
18275name = "tower-layer"
18276version = "0.3.3"
18277source = "registry+https://github.com/rust-lang/crates.io-index"
18278checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18279
18280[[package]]
18281name = "tower-service"
18282version = "0.3.3"
18283source = "registry+https://github.com/rust-lang/crates.io-index"
18284checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18285
18286[[package]]
18287name = "tracing"
18288version = "0.1.43"
18289source = "registry+https://github.com/rust-lang/crates.io-index"
18290checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18291dependencies = [
18292 "log",
18293 "pin-project-lite",
18294 "tracing-attributes",
18295 "tracing-core",
18296]
18297
18298[[package]]
18299name = "tracing-attributes"
18300version = "0.1.31"
18301source = "registry+https://github.com/rust-lang/crates.io-index"
18302checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18303dependencies = [
18304 "proc-macro2",
18305 "quote",
18306 "syn 2.0.117",
18307]
18308
18309[[package]]
18310name = "tracing-core"
18311version = "0.1.35"
18312source = "registry+https://github.com/rust-lang/crates.io-index"
18313checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18314dependencies = [
18315 "once_cell",
18316 "valuable",
18317]
18318
18319[[package]]
18320name = "tracing-log"
18321version = "0.2.0"
18322source = "registry+https://github.com/rust-lang/crates.io-index"
18323checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18324dependencies = [
18325 "log",
18326 "once_cell",
18327 "tracing-core",
18328]
18329
18330[[package]]
18331name = "tracing-serde"
18332version = "0.2.0"
18333source = "registry+https://github.com/rust-lang/crates.io-index"
18334checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18335dependencies = [
18336 "serde",
18337 "tracing-core",
18338]
18339
18340[[package]]
18341name = "tracing-subscriber"
18342version = "0.3.22"
18343source = "registry+https://github.com/rust-lang/crates.io-index"
18344checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18345dependencies = [
18346 "matchers",
18347 "nu-ansi-term",
18348 "once_cell",
18349 "regex-automata",
18350 "serde",
18351 "serde_json",
18352 "sharded-slab",
18353 "smallvec",
18354 "thread_local",
18355 "tracing",
18356 "tracing-core",
18357 "tracing-log",
18358 "tracing-serde",
18359]
18360
18361[[package]]
18362name = "tracing-tracy"
18363version = "0.11.4"
18364source = "registry+https://github.com/rust-lang/crates.io-index"
18365checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18366dependencies = [
18367 "tracing-core",
18368 "tracing-subscriber",
18369 "tracy-client",
18370]
18371
18372[[package]]
18373name = "tracy-client"
18374version = "0.18.3"
18375source = "registry+https://github.com/rust-lang/crates.io-index"
18376checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18377dependencies = [
18378 "loom",
18379 "once_cell",
18380 "tracy-client-sys",
18381]
18382
18383[[package]]
18384name = "tracy-client-sys"
18385version = "0.27.0"
18386source = "registry+https://github.com/rust-lang/crates.io-index"
18387checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18388dependencies = [
18389 "cc",
18390 "windows-targets 0.52.6",
18391]
18392
18393[[package]]
18394name = "transpose"
18395version = "0.2.3"
18396source = "registry+https://github.com/rust-lang/crates.io-index"
18397checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18398dependencies = [
18399 "num-integer",
18400 "strength_reduce",
18401]
18402
18403[[package]]
18404name = "tree-sitter"
18405version = "0.26.8"
18406source = "registry+https://github.com/rust-lang/crates.io-index"
18407checksum = "887bd495d0582c5e3e0d8ece2233666169fa56a9644d172fc22ad179ab2d0538"
18408dependencies = [
18409 "cc",
18410 "regex",
18411 "regex-syntax",
18412 "serde_json",
18413 "streaming-iterator",
18414 "tree-sitter-language",
18415 "wasmtime-c-api-impl",
18416]
18417
18418[[package]]
18419name = "tree-sitter-bash"
18420version = "0.25.1"
18421source = "registry+https://github.com/rust-lang/crates.io-index"
18422checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18423dependencies = [
18424 "cc",
18425 "tree-sitter-language",
18426]
18427
18428[[package]]
18429name = "tree-sitter-c"
18430version = "0.24.1"
18431source = "registry+https://github.com/rust-lang/crates.io-index"
18432checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18433dependencies = [
18434 "cc",
18435 "tree-sitter-language",
18436]
18437
18438[[package]]
18439name = "tree-sitter-cpp"
18440version = "0.23.4"
18441source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18442dependencies = [
18443 "cc",
18444 "tree-sitter-language",
18445]
18446
18447[[package]]
18448name = "tree-sitter-css"
18449version = "0.23.2"
18450source = "registry+https://github.com/rust-lang/crates.io-index"
18451checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18452dependencies = [
18453 "cc",
18454 "tree-sitter-language",
18455]
18456
18457[[package]]
18458name = "tree-sitter-diff"
18459version = "0.1.0"
18460source = "registry+https://github.com/rust-lang/crates.io-index"
18461checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18462dependencies = [
18463 "cc",
18464 "tree-sitter-language",
18465]
18466
18467[[package]]
18468name = "tree-sitter-elixir"
18469version = "0.3.4"
18470source = "registry+https://github.com/rust-lang/crates.io-index"
18471checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18472dependencies = [
18473 "cc",
18474 "tree-sitter-language",
18475]
18476
18477[[package]]
18478name = "tree-sitter-embedded-template"
18479version = "0.23.2"
18480source = "registry+https://github.com/rust-lang/crates.io-index"
18481checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18482dependencies = [
18483 "cc",
18484 "tree-sitter-language",
18485]
18486
18487[[package]]
18488name = "tree-sitter-gitcommit"
18489version = "0.0.1"
18490source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18491dependencies = [
18492 "cc",
18493 "tree-sitter-language",
18494]
18495
18496[[package]]
18497name = "tree-sitter-go"
18498version = "0.25.0"
18499source = "registry+https://github.com/rust-lang/crates.io-index"
18500checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18501dependencies = [
18502 "cc",
18503 "tree-sitter-language",
18504]
18505
18506[[package]]
18507name = "tree-sitter-gomod"
18508version = "1.1.1"
18509source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18510dependencies = [
18511 "cc",
18512 "tree-sitter-language",
18513]
18514
18515[[package]]
18516name = "tree-sitter-gowork"
18517version = "0.0.1"
18518source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18519dependencies = [
18520 "cc",
18521 "tree-sitter-language",
18522]
18523
18524[[package]]
18525name = "tree-sitter-heex"
18526version = "0.0.1"
18527source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18528dependencies = [
18529 "cc",
18530 "tree-sitter-language",
18531]
18532
18533[[package]]
18534name = "tree-sitter-html"
18535version = "0.23.2"
18536source = "registry+https://github.com/rust-lang/crates.io-index"
18537checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18538dependencies = [
18539 "cc",
18540 "tree-sitter-language",
18541]
18542
18543[[package]]
18544name = "tree-sitter-jsdoc"
18545version = "0.23.2"
18546source = "registry+https://github.com/rust-lang/crates.io-index"
18547checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18548dependencies = [
18549 "cc",
18550 "tree-sitter-language",
18551]
18552
18553[[package]]
18554name = "tree-sitter-json"
18555version = "0.24.8"
18556source = "registry+https://github.com/rust-lang/crates.io-index"
18557checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18558dependencies = [
18559 "cc",
18560 "tree-sitter-language",
18561]
18562
18563[[package]]
18564name = "tree-sitter-language"
18565version = "0.1.5"
18566source = "registry+https://github.com/rust-lang/crates.io-index"
18567checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18568
18569[[package]]
18570name = "tree-sitter-md"
18571version = "0.3.2"
18572source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18573dependencies = [
18574 "cc",
18575 "tree-sitter-language",
18576]
18577
18578[[package]]
18579name = "tree-sitter-python"
18580version = "0.25.0"
18581source = "registry+https://github.com/rust-lang/crates.io-index"
18582checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18583dependencies = [
18584 "cc",
18585 "tree-sitter-language",
18586]
18587
18588[[package]]
18589name = "tree-sitter-regex"
18590version = "0.24.3"
18591source = "registry+https://github.com/rust-lang/crates.io-index"
18592checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18593dependencies = [
18594 "cc",
18595 "tree-sitter-language",
18596]
18597
18598[[package]]
18599name = "tree-sitter-ruby"
18600version = "0.23.1"
18601source = "registry+https://github.com/rust-lang/crates.io-index"
18602checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18603dependencies = [
18604 "cc",
18605 "tree-sitter-language",
18606]
18607
18608[[package]]
18609name = "tree-sitter-rust"
18610version = "0.24.2"
18611source = "registry+https://github.com/rust-lang/crates.io-index"
18612checksum = "439e577dbe07423ec2582ac62c7531120dbfccfa6e5f92406f93dd271a120e45"
18613dependencies = [
18614 "cc",
18615 "tree-sitter-language",
18616]
18617
18618[[package]]
18619name = "tree-sitter-typescript"
18620version = "0.23.2"
18621source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18622dependencies = [
18623 "cc",
18624 "tree-sitter-language",
18625]
18626
18627[[package]]
18628name = "tree-sitter-yaml"
18629version = "0.6.1"
18630source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18631dependencies = [
18632 "cc",
18633 "tree-sitter-language",
18634]
18635
18636[[package]]
18637name = "triomphe"
18638version = "0.1.15"
18639source = "registry+https://github.com/rust-lang/crates.io-index"
18640checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18641dependencies = [
18642 "serde",
18643 "stable_deref_trait",
18644]
18645
18646[[package]]
18647name = "try-lock"
18648version = "0.2.5"
18649source = "registry+https://github.com/rust-lang/crates.io-index"
18650checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18651
18652[[package]]
18653name = "ttf-parser"
18654version = "0.20.0"
18655source = "registry+https://github.com/rust-lang/crates.io-index"
18656checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18657
18658[[package]]
18659name = "ttf-parser"
18660version = "0.25.1"
18661source = "registry+https://github.com/rust-lang/crates.io-index"
18662checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18663dependencies = [
18664 "core_maths",
18665]
18666
18667[[package]]
18668name = "tungstenite"
18669version = "0.20.1"
18670source = "registry+https://github.com/rust-lang/crates.io-index"
18671checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18672dependencies = [
18673 "byteorder",
18674 "bytes 1.11.1",
18675 "data-encoding",
18676 "http 0.2.12",
18677 "httparse",
18678 "log",
18679 "rand 0.8.5",
18680 "sha1",
18681 "thiserror 1.0.69",
18682 "url",
18683 "utf-8",
18684]
18685
18686[[package]]
18687name = "tungstenite"
18688version = "0.21.0"
18689source = "registry+https://github.com/rust-lang/crates.io-index"
18690checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18691dependencies = [
18692 "byteorder",
18693 "bytes 1.11.1",
18694 "data-encoding",
18695 "http 1.3.1",
18696 "httparse",
18697 "log",
18698 "rand 0.8.5",
18699 "sha1",
18700 "thiserror 1.0.69",
18701 "url",
18702 "utf-8",
18703]
18704
18705[[package]]
18706name = "tungstenite"
18707version = "0.27.0"
18708source = "registry+https://github.com/rust-lang/crates.io-index"
18709checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18710dependencies = [
18711 "bytes 1.11.1",
18712 "data-encoding",
18713 "http 1.3.1",
18714 "httparse",
18715 "log",
18716 "rand 0.9.2",
18717 "rustls 0.23.33",
18718 "rustls-pki-types",
18719 "sha1",
18720 "thiserror 2.0.17",
18721 "utf-8",
18722]
18723
18724[[package]]
18725name = "tungstenite"
18726version = "0.28.0"
18727source = "registry+https://github.com/rust-lang/crates.io-index"
18728checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18729dependencies = [
18730 "bytes 1.11.1",
18731 "data-encoding",
18732 "http 1.3.1",
18733 "httparse",
18734 "log",
18735 "rand 0.9.2",
18736 "rustls 0.23.33",
18737 "rustls-pki-types",
18738 "sha1",
18739 "thiserror 2.0.17",
18740 "utf-8",
18741]
18742
18743[[package]]
18744name = "typeid"
18745version = "1.0.3"
18746source = "registry+https://github.com/rust-lang/crates.io-index"
18747checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18748
18749[[package]]
18750name = "typenum"
18751version = "1.19.0"
18752source = "registry+https://github.com/rust-lang/crates.io-index"
18753checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18754
18755[[package]]
18756name = "ucd-trie"
18757version = "0.1.7"
18758source = "registry+https://github.com/rust-lang/crates.io-index"
18759checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18760
18761[[package]]
18762name = "uds"
18763version = "0.4.2"
18764source = "registry+https://github.com/rust-lang/crates.io-index"
18765checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18766dependencies = [
18767 "libc",
18768]
18769
18770[[package]]
18771name = "uds_windows"
18772version = "1.1.0"
18773source = "registry+https://github.com/rust-lang/crates.io-index"
18774checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18775dependencies = [
18776 "memoffset",
18777 "tempfile",
18778 "winapi",
18779]
18780
18781[[package]]
18782name = "ug"
18783version = "0.4.0"
18784source = "registry+https://github.com/rust-lang/crates.io-index"
18785checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18786dependencies = [
18787 "gemm 0.18.2",
18788 "half",
18789 "libloading",
18790 "memmap2",
18791 "num",
18792 "num-traits",
18793 "num_cpus",
18794 "rayon",
18795 "safetensors",
18796 "serde",
18797 "thiserror 1.0.69",
18798 "tracing",
18799 "yoke 0.7.5",
18800]
18801
18802[[package]]
18803name = "ui"
18804version = "0.1.0"
18805dependencies = [
18806 "chrono",
18807 "component",
18808 "documented",
18809 "gpui",
18810 "gpui_macros",
18811 "gpui_util",
18812 "icons",
18813 "itertools 0.14.0",
18814 "menu",
18815 "schemars",
18816 "serde",
18817 "smallvec",
18818 "story",
18819 "strum 0.27.2",
18820 "theme",
18821 "ui_macros",
18822 "windows 0.61.3",
18823]
18824
18825[[package]]
18826name = "ui_input"
18827version = "0.1.0"
18828dependencies = [
18829 "component",
18830 "gpui",
18831 "ui",
18832]
18833
18834[[package]]
18835name = "ui_macros"
18836version = "0.1.0"
18837dependencies = [
18838 "component",
18839 "quote",
18840 "syn 2.0.117",
18841 "ui",
18842]
18843
18844[[package]]
18845name = "ui_prompt"
18846version = "0.1.0"
18847dependencies = [
18848 "gpui",
18849 "markdown",
18850 "menu",
18851 "settings",
18852 "theme_settings",
18853 "ui",
18854 "workspace",
18855]
18856
18857[[package]]
18858name = "unarray"
18859version = "0.1.4"
18860source = "registry+https://github.com/rust-lang/crates.io-index"
18861checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18862
18863[[package]]
18864name = "unicase"
18865version = "2.8.1"
18866source = "registry+https://github.com/rust-lang/crates.io-index"
18867checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18868
18869[[package]]
18870name = "unicode-bidi"
18871version = "0.3.18"
18872source = "registry+https://github.com/rust-lang/crates.io-index"
18873checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18874
18875[[package]]
18876name = "unicode-bidi-mirroring"
18877version = "0.4.0"
18878source = "registry+https://github.com/rust-lang/crates.io-index"
18879checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18880
18881[[package]]
18882name = "unicode-ccc"
18883version = "0.4.0"
18884source = "registry+https://github.com/rust-lang/crates.io-index"
18885checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18886
18887[[package]]
18888name = "unicode-general-category"
18889version = "1.1.0"
18890source = "registry+https://github.com/rust-lang/crates.io-index"
18891checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18892
18893[[package]]
18894name = "unicode-ident"
18895version = "1.0.19"
18896source = "registry+https://github.com/rust-lang/crates.io-index"
18897checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18898
18899[[package]]
18900name = "unicode-linebreak"
18901version = "0.1.5"
18902source = "registry+https://github.com/rust-lang/crates.io-index"
18903checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
18904
18905[[package]]
18906name = "unicode-normalization"
18907version = "0.1.24"
18908source = "registry+https://github.com/rust-lang/crates.io-index"
18909checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
18910dependencies = [
18911 "tinyvec",
18912]
18913
18914[[package]]
18915name = "unicode-properties"
18916version = "0.1.3"
18917source = "registry+https://github.com/rust-lang/crates.io-index"
18918checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
18919
18920[[package]]
18921name = "unicode-script"
18922version = "0.5.8"
18923source = "registry+https://github.com/rust-lang/crates.io-index"
18924checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
18925
18926[[package]]
18927name = "unicode-segmentation"
18928version = "1.12.0"
18929source = "registry+https://github.com/rust-lang/crates.io-index"
18930checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
18931
18932[[package]]
18933name = "unicode-vo"
18934version = "0.1.0"
18935source = "registry+https://github.com/rust-lang/crates.io-index"
18936checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
18937
18938[[package]]
18939name = "unicode-width"
18940version = "0.2.2"
18941source = "registry+https://github.com/rust-lang/crates.io-index"
18942checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
18943
18944[[package]]
18945name = "unicode-xid"
18946version = "0.2.6"
18947source = "registry+https://github.com/rust-lang/crates.io-index"
18948checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
18949
18950[[package]]
18951name = "unicode_categories"
18952version = "0.1.1"
18953source = "registry+https://github.com/rust-lang/crates.io-index"
18954checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
18955
18956[[package]]
18957name = "unindent"
18958version = "0.2.4"
18959source = "registry+https://github.com/rust-lang/crates.io-index"
18960checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
18961
18962[[package]]
18963name = "unsafe-libyaml"
18964version = "0.2.11"
18965source = "registry+https://github.com/rust-lang/crates.io-index"
18966checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
18967
18968[[package]]
18969name = "untrusted"
18970version = "0.7.1"
18971source = "registry+https://github.com/rust-lang/crates.io-index"
18972checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
18973
18974[[package]]
18975name = "untrusted"
18976version = "0.9.0"
18977source = "registry+https://github.com/rust-lang/crates.io-index"
18978checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
18979
18980[[package]]
18981name = "url"
18982version = "2.5.7"
18983source = "registry+https://github.com/rust-lang/crates.io-index"
18984checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
18985dependencies = [
18986 "form_urlencoded",
18987 "idna",
18988 "percent-encoding",
18989 "serde",
18990]
18991
18992[[package]]
18993name = "urlencoding"
18994version = "2.1.3"
18995source = "registry+https://github.com/rust-lang/crates.io-index"
18996checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
18997
18998[[package]]
18999name = "usvg"
19000version = "0.45.1"
19001source = "registry+https://github.com/rust-lang/crates.io-index"
19002checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
19003dependencies = [
19004 "base64 0.22.1",
19005 "data-url",
19006 "flate2",
19007 "fontdb 0.23.0",
19008 "imagesize",
19009 "kurbo",
19010 "log",
19011 "pico-args",
19012 "roxmltree",
19013 "rustybuzz",
19014 "simplecss",
19015 "siphasher 1.0.1",
19016 "strict-num",
19017 "svgtypes",
19018 "tiny-skia-path",
19019 "unicode-bidi",
19020 "unicode-script",
19021 "unicode-vo",
19022 "xmlwriter",
19023]
19024
19025[[package]]
19026name = "utf-8"
19027version = "0.7.6"
19028source = "registry+https://github.com/rust-lang/crates.io-index"
19029checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
19030
19031[[package]]
19032name = "utf8-chars"
19033version = "3.0.6"
19034source = "registry+https://github.com/rust-lang/crates.io-index"
19035checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
19036dependencies = [
19037 "arrayvec",
19038]
19039
19040[[package]]
19041name = "utf8_iter"
19042version = "1.0.4"
19043source = "registry+https://github.com/rust-lang/crates.io-index"
19044checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
19045
19046[[package]]
19047name = "utf8parse"
19048version = "0.2.2"
19049source = "registry+https://github.com/rust-lang/crates.io-index"
19050checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
19051
19052[[package]]
19053name = "util"
19054version = "0.1.0"
19055dependencies = [
19056 "anyhow",
19057 "async-fs",
19058 "async_zip",
19059 "collections",
19060 "command-fds",
19061 "dirs 4.0.0",
19062 "dunce",
19063 "futures 0.3.32",
19064 "futures-lite 1.13.0",
19065 "git2",
19066 "globset",
19067 "gpui_util",
19068 "itertools 0.14.0",
19069 "libc",
19070 "log",
19071 "mach2 0.5.0",
19072 "nix 0.29.0",
19073 "percent-encoding",
19074 "pretty_assertions",
19075 "rand 0.9.2",
19076 "regex",
19077 "rust-embed",
19078 "schemars",
19079 "serde",
19080 "serde_json",
19081 "serde_json_lenient",
19082 "shlex",
19083 "smol",
19084 "take-until",
19085 "tempfile",
19086 "tendril",
19087 "unicase",
19088 "url",
19089 "util_macros",
19090 "walkdir",
19091 "which 6.0.3",
19092]
19093
19094[[package]]
19095name = "util_macros"
19096version = "0.1.0"
19097dependencies = [
19098 "perf",
19099 "quote",
19100 "syn 2.0.117",
19101]
19102
19103[[package]]
19104name = "uuid"
19105version = "1.18.1"
19106source = "registry+https://github.com/rust-lang/crates.io-index"
19107checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
19108dependencies = [
19109 "getrandom 0.3.4",
19110 "js-sys",
19111 "serde",
19112 "sha1_smol",
19113 "wasm-bindgen",
19114]
19115
19116[[package]]
19117name = "uuid-simd"
19118version = "0.8.0"
19119source = "registry+https://github.com/rust-lang/crates.io-index"
19120checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
19121dependencies = [
19122 "outref",
19123 "vsimd",
19124]
19125
19126[[package]]
19127name = "v_frame"
19128version = "0.3.9"
19129source = "registry+https://github.com/rust-lang/crates.io-index"
19130checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19131dependencies = [
19132 "aligned-vec",
19133 "num-traits",
19134 "wasm-bindgen",
19135]
19136
19137[[package]]
19138name = "valuable"
19139version = "0.1.1"
19140source = "registry+https://github.com/rust-lang/crates.io-index"
19141checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19142
19143[[package]]
19144name = "value-bag"
19145version = "1.12.0"
19146source = "registry+https://github.com/rust-lang/crates.io-index"
19147checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19148dependencies = [
19149 "value-bag-serde1",
19150 "value-bag-sval2",
19151]
19152
19153[[package]]
19154name = "value-bag-serde1"
19155version = "1.12.0"
19156source = "registry+https://github.com/rust-lang/crates.io-index"
19157checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19158dependencies = [
19159 "erased-serde",
19160 "serde_core",
19161 "serde_fmt",
19162]
19163
19164[[package]]
19165name = "value-bag-sval2"
19166version = "1.12.0"
19167source = "registry+https://github.com/rust-lang/crates.io-index"
19168checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19169dependencies = [
19170 "sval",
19171 "sval_buffer",
19172 "sval_dynamic",
19173 "sval_fmt",
19174 "sval_json",
19175 "sval_ref",
19176 "sval_serde",
19177]
19178
19179[[package]]
19180name = "vcpkg"
19181version = "0.2.15"
19182source = "registry+https://github.com/rust-lang/crates.io-index"
19183checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19184
19185[[package]]
19186name = "vercel"
19187version = "0.1.0"
19188dependencies = [
19189 "anyhow",
19190 "schemars",
19191 "serde",
19192 "strum 0.27.2",
19193]
19194
19195[[package]]
19196name = "version-compare"
19197version = "0.2.0"
19198source = "registry+https://github.com/rust-lang/crates.io-index"
19199checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19200
19201[[package]]
19202name = "version_check"
19203version = "0.9.5"
19204source = "registry+https://github.com/rust-lang/crates.io-index"
19205checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19206
19207[[package]]
19208name = "vim"
19209version = "0.1.0"
19210dependencies = [
19211 "anyhow",
19212 "async-compat",
19213 "async-trait",
19214 "collections",
19215 "command_palette",
19216 "command_palette_hooks",
19217 "db",
19218 "editor",
19219 "env_logger 0.11.8",
19220 "futures 0.3.32",
19221 "fuzzy",
19222 "git_ui",
19223 "gpui",
19224 "indoc",
19225 "itertools 0.14.0",
19226 "language",
19227 "log",
19228 "lsp",
19229 "markdown_preview",
19230 "menu",
19231 "multi_buffer",
19232 "nvim-rs",
19233 "outline_panel",
19234 "parking_lot",
19235 "perf",
19236 "picker",
19237 "project",
19238 "project_panel",
19239 "regex",
19240 "release_channel",
19241 "schemars",
19242 "search",
19243 "semver",
19244 "serde",
19245 "serde_json",
19246 "settings",
19247 "settings_ui",
19248 "task",
19249 "text",
19250 "theme",
19251 "theme_settings",
19252 "tokio",
19253 "ui",
19254 "util",
19255 "util_macros",
19256 "vim_mode_setting",
19257 "workspace",
19258 "zed_actions",
19259]
19260
19261[[package]]
19262name = "vim_mode_setting"
19263version = "0.1.0"
19264dependencies = [
19265 "gpui",
19266 "settings",
19267]
19268
19269[[package]]
19270name = "vscode_theme"
19271version = "0.2.0"
19272source = "registry+https://github.com/rust-lang/crates.io-index"
19273checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19274dependencies = [
19275 "serde",
19276]
19277
19278[[package]]
19279name = "vsimd"
19280version = "0.8.0"
19281source = "registry+https://github.com/rust-lang/crates.io-index"
19282checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19283
19284[[package]]
19285name = "vswhom"
19286version = "0.1.0"
19287source = "registry+https://github.com/rust-lang/crates.io-index"
19288checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19289dependencies = [
19290 "libc",
19291 "vswhom-sys",
19292]
19293
19294[[package]]
19295name = "vswhom-sys"
19296version = "0.1.3"
19297source = "registry+https://github.com/rust-lang/crates.io-index"
19298checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19299dependencies = [
19300 "cc",
19301 "libc",
19302]
19303
19304[[package]]
19305name = "vte"
19306version = "0.15.0"
19307source = "registry+https://github.com/rust-lang/crates.io-index"
19308checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19309dependencies = [
19310 "arrayvec",
19311 "bitflags 2.10.0",
19312 "cursor-icon",
19313 "log",
19314 "memchr",
19315 "serde",
19316]
19317
19318[[package]]
19319name = "wait-timeout"
19320version = "0.2.1"
19321source = "registry+https://github.com/rust-lang/crates.io-index"
19322checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19323dependencies = [
19324 "libc",
19325]
19326
19327[[package]]
19328name = "waker-fn"
19329version = "1.2.0"
19330source = "registry+https://github.com/rust-lang/crates.io-index"
19331checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19332
19333[[package]]
19334name = "walkdir"
19335version = "2.5.0"
19336source = "registry+https://github.com/rust-lang/crates.io-index"
19337checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19338dependencies = [
19339 "same-file",
19340 "winapi-util",
19341]
19342
19343[[package]]
19344name = "want"
19345version = "0.3.1"
19346source = "registry+https://github.com/rust-lang/crates.io-index"
19347checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19348dependencies = [
19349 "try-lock",
19350]
19351
19352[[package]]
19353name = "warp"
19354version = "0.3.7"
19355source = "registry+https://github.com/rust-lang/crates.io-index"
19356checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19357dependencies = [
19358 "bytes 1.11.1",
19359 "futures-channel",
19360 "futures-util",
19361 "headers",
19362 "http 0.2.12",
19363 "hyper 0.14.32",
19364 "log",
19365 "mime",
19366 "mime_guess",
19367 "percent-encoding",
19368 "pin-project",
19369 "scoped-tls",
19370 "serde",
19371 "serde_json",
19372 "serde_urlencoded",
19373 "tokio",
19374 "tokio-tungstenite 0.21.0",
19375 "tokio-util",
19376 "tower-service",
19377 "tracing",
19378]
19379
19380[[package]]
19381name = "wasi"
19382version = "0.11.1+wasi-snapshot-preview1"
19383source = "registry+https://github.com/rust-lang/crates.io-index"
19384checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19385
19386[[package]]
19387name = "wasip2"
19388version = "1.0.1+wasi-0.2.4"
19389source = "registry+https://github.com/rust-lang/crates.io-index"
19390checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19391dependencies = [
19392 "wit-bindgen 0.46.0",
19393]
19394
19395[[package]]
19396name = "wasip3"
19397version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19398source = "registry+https://github.com/rust-lang/crates.io-index"
19399checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19400dependencies = [
19401 "wit-bindgen 0.51.0",
19402]
19403
19404[[package]]
19405name = "wasite"
19406version = "0.1.0"
19407source = "registry+https://github.com/rust-lang/crates.io-index"
19408checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19409
19410[[package]]
19411name = "wasm-bindgen"
19412version = "0.2.113"
19413source = "registry+https://github.com/rust-lang/crates.io-index"
19414checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19415dependencies = [
19416 "cfg-if",
19417 "once_cell",
19418 "rustversion",
19419 "wasm-bindgen-macro",
19420 "wasm-bindgen-shared",
19421]
19422
19423[[package]]
19424name = "wasm-bindgen-futures"
19425version = "0.4.63"
19426source = "registry+https://github.com/rust-lang/crates.io-index"
19427checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19428dependencies = [
19429 "cfg-if",
19430 "futures-util",
19431 "js-sys",
19432 "once_cell",
19433 "wasm-bindgen",
19434 "web-sys",
19435]
19436
19437[[package]]
19438name = "wasm-bindgen-macro"
19439version = "0.2.113"
19440source = "registry+https://github.com/rust-lang/crates.io-index"
19441checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19442dependencies = [
19443 "quote",
19444 "wasm-bindgen-macro-support",
19445]
19446
19447[[package]]
19448name = "wasm-bindgen-macro-support"
19449version = "0.2.113"
19450source = "registry+https://github.com/rust-lang/crates.io-index"
19451checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19452dependencies = [
19453 "bumpalo",
19454 "proc-macro2",
19455 "quote",
19456 "syn 2.0.117",
19457 "wasm-bindgen-shared",
19458]
19459
19460[[package]]
19461name = "wasm-bindgen-shared"
19462version = "0.2.113"
19463source = "registry+https://github.com/rust-lang/crates.io-index"
19464checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19465dependencies = [
19466 "unicode-ident",
19467]
19468
19469[[package]]
19470name = "wasm-encoder"
19471version = "0.201.0"
19472source = "registry+https://github.com/rust-lang/crates.io-index"
19473checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19474dependencies = [
19475 "leb128",
19476]
19477
19478[[package]]
19479name = "wasm-encoder"
19480version = "0.221.3"
19481source = "registry+https://github.com/rust-lang/crates.io-index"
19482checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19483dependencies = [
19484 "leb128",
19485 "wasmparser 0.221.3",
19486]
19487
19488[[package]]
19489name = "wasm-encoder"
19490version = "0.227.1"
19491source = "registry+https://github.com/rust-lang/crates.io-index"
19492checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19493dependencies = [
19494 "leb128fmt",
19495 "wasmparser 0.227.1",
19496]
19497
19498[[package]]
19499name = "wasm-encoder"
19500version = "0.236.1"
19501source = "registry+https://github.com/rust-lang/crates.io-index"
19502checksum = "724fccfd4f3c24b7e589d333fc0429c68042897a7e8a5f8694f31792471841e7"
19503dependencies = [
19504 "leb128fmt",
19505 "wasmparser 0.236.1",
19506]
19507
19508[[package]]
19509name = "wasm-encoder"
19510version = "0.244.0"
19511source = "registry+https://github.com/rust-lang/crates.io-index"
19512checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19513dependencies = [
19514 "leb128fmt",
19515 "wasmparser 0.244.0",
19516]
19517
19518[[package]]
19519name = "wasm-metadata"
19520version = "0.201.0"
19521source = "registry+https://github.com/rust-lang/crates.io-index"
19522checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19523dependencies = [
19524 "anyhow",
19525 "indexmap",
19526 "serde",
19527 "serde_derive",
19528 "serde_json",
19529 "spdx",
19530 "wasm-encoder 0.201.0",
19531 "wasmparser 0.201.0",
19532]
19533
19534[[package]]
19535name = "wasm-metadata"
19536version = "0.227.1"
19537source = "registry+https://github.com/rust-lang/crates.io-index"
19538checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19539dependencies = [
19540 "anyhow",
19541 "auditable-serde",
19542 "flate2",
19543 "indexmap",
19544 "serde",
19545 "serde_derive",
19546 "serde_json",
19547 "spdx",
19548 "url",
19549 "wasm-encoder 0.227.1",
19550 "wasmparser 0.227.1",
19551]
19552
19553[[package]]
19554name = "wasm-metadata"
19555version = "0.244.0"
19556source = "registry+https://github.com/rust-lang/crates.io-index"
19557checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19558dependencies = [
19559 "anyhow",
19560 "indexmap",
19561 "wasm-encoder 0.244.0",
19562 "wasmparser 0.244.0",
19563]
19564
19565[[package]]
19566name = "wasm-streams"
19567version = "0.4.2"
19568source = "registry+https://github.com/rust-lang/crates.io-index"
19569checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19570dependencies = [
19571 "futures-util",
19572 "js-sys",
19573 "wasm-bindgen",
19574 "wasm-bindgen-futures",
19575 "web-sys",
19576]
19577
19578[[package]]
19579name = "wasm_thread"
19580version = "0.3.3"
19581source = "registry+https://github.com/rust-lang/crates.io-index"
19582checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19583dependencies = [
19584 "futures 0.3.32",
19585 "js-sys",
19586 "wasm-bindgen",
19587 "web-sys",
19588]
19589
19590[[package]]
19591name = "wasmparser"
19592version = "0.201.0"
19593source = "registry+https://github.com/rust-lang/crates.io-index"
19594checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19595dependencies = [
19596 "bitflags 2.10.0",
19597 "indexmap",
19598 "semver",
19599]
19600
19601[[package]]
19602name = "wasmparser"
19603version = "0.221.3"
19604source = "registry+https://github.com/rust-lang/crates.io-index"
19605checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19606dependencies = [
19607 "bitflags 2.10.0",
19608 "hashbrown 0.15.5",
19609 "indexmap",
19610 "semver",
19611 "serde",
19612]
19613
19614[[package]]
19615name = "wasmparser"
19616version = "0.227.1"
19617source = "registry+https://github.com/rust-lang/crates.io-index"
19618checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19619dependencies = [
19620 "bitflags 2.10.0",
19621 "hashbrown 0.15.5",
19622 "indexmap",
19623 "semver",
19624]
19625
19626[[package]]
19627name = "wasmparser"
19628version = "0.236.1"
19629source = "registry+https://github.com/rust-lang/crates.io-index"
19630checksum = "a9b1e81f3eb254cf7404a82cee6926a4a3ccc5aad80cc3d43608a070c67aa1d7"
19631dependencies = [
19632 "bitflags 2.10.0",
19633 "hashbrown 0.15.5",
19634 "indexmap",
19635 "semver",
19636 "serde",
19637]
19638
19639[[package]]
19640name = "wasmparser"
19641version = "0.244.0"
19642source = "registry+https://github.com/rust-lang/crates.io-index"
19643checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19644dependencies = [
19645 "bitflags 2.10.0",
19646 "hashbrown 0.15.5",
19647 "indexmap",
19648 "semver",
19649]
19650
19651[[package]]
19652name = "wasmprinter"
19653version = "0.236.1"
19654source = "registry+https://github.com/rust-lang/crates.io-index"
19655checksum = "2df225df06a6df15b46e3f73ca066ff92c2e023670969f7d50ce7d5e695abbb1"
19656dependencies = [
19657 "anyhow",
19658 "termcolor",
19659 "wasmparser 0.236.1",
19660]
19661
19662[[package]]
19663name = "wasmtime"
19664version = "36.0.6"
19665source = "registry+https://github.com/rust-lang/crates.io-index"
19666checksum = "6a2f8736ddc86e03a9d0e4c477a37939cfc53cd1b052ee38a3133679b87ef830"
19667dependencies = [
19668 "addr2line",
19669 "anyhow",
19670 "async-trait",
19671 "bitflags 2.10.0",
19672 "bumpalo",
19673 "cc",
19674 "cfg-if",
19675 "encoding_rs",
19676 "hashbrown 0.15.5",
19677 "indexmap",
19678 "libc",
19679 "log",
19680 "mach2 0.4.3",
19681 "memfd",
19682 "object",
19683 "once_cell",
19684 "postcard",
19685 "pulley-interpreter",
19686 "rayon",
19687 "rustix 1.1.2",
19688 "semver",
19689 "serde",
19690 "serde_derive",
19691 "smallvec",
19692 "target-lexicon 0.13.3",
19693 "wasmparser 0.236.1",
19694 "wasmtime-environ",
19695 "wasmtime-internal-asm-macros",
19696 "wasmtime-internal-component-macro",
19697 "wasmtime-internal-component-util",
19698 "wasmtime-internal-cranelift",
19699 "wasmtime-internal-fiber",
19700 "wasmtime-internal-jit-debug",
19701 "wasmtime-internal-jit-icache-coherence",
19702 "wasmtime-internal-math",
19703 "wasmtime-internal-slab",
19704 "wasmtime-internal-unwinder",
19705 "wasmtime-internal-versioned-export-macros",
19706 "wasmtime-internal-winch",
19707 "windows-sys 0.60.2",
19708]
19709
19710[[package]]
19711name = "wasmtime-c-api-impl"
19712version = "36.0.6"
19713source = "registry+https://github.com/rust-lang/crates.io-index"
19714checksum = "f3c62ea3fa30e6b0cf61116b3035121b8f515c60ac118ebfdab2ee56d028ed1e"
19715dependencies = [
19716 "anyhow",
19717 "log",
19718 "tracing",
19719 "wasmtime",
19720 "wasmtime-internal-c-api-macros",
19721]
19722
19723[[package]]
19724name = "wasmtime-environ"
19725version = "36.0.6"
19726source = "registry+https://github.com/rust-lang/crates.io-index"
19727checksum = "733682a327755c77153ac7455b1ba8f2db4d9946c1738f8002fe1fbda1d52e83"
19728dependencies = [
19729 "anyhow",
19730 "cpp_demangle",
19731 "cranelift-bitset",
19732 "cranelift-entity",
19733 "gimli",
19734 "indexmap",
19735 "log",
19736 "object",
19737 "postcard",
19738 "rustc-demangle",
19739 "semver",
19740 "serde",
19741 "serde_derive",
19742 "smallvec",
19743 "target-lexicon 0.13.3",
19744 "wasm-encoder 0.236.1",
19745 "wasmparser 0.236.1",
19746 "wasmprinter",
19747 "wasmtime-internal-component-util",
19748]
19749
19750[[package]]
19751name = "wasmtime-internal-asm-macros"
19752version = "36.0.6"
19753source = "registry+https://github.com/rust-lang/crates.io-index"
19754checksum = "68288980a2e02bcb368d436da32565897033ea21918007e3f2bae18843326cf9"
19755dependencies = [
19756 "cfg-if",
19757]
19758
19759[[package]]
19760name = "wasmtime-internal-c-api-macros"
19761version = "36.0.6"
19762source = "registry+https://github.com/rust-lang/crates.io-index"
19763checksum = "3c8c61294155a6d23c202f08cf7a2f9392a866edd50517508208818be626ce9f"
19764dependencies = [
19765 "proc-macro2",
19766 "quote",
19767]
19768
19769[[package]]
19770name = "wasmtime-internal-component-macro"
19771version = "36.0.6"
19772source = "registry+https://github.com/rust-lang/crates.io-index"
19773checksum = "5dea846da68f8e776c8a43bde3386022d7bb74e713b9654f7c0196e5ff2e4684"
19774dependencies = [
19775 "anyhow",
19776 "proc-macro2",
19777 "quote",
19778 "syn 2.0.117",
19779 "wasmtime-internal-component-util",
19780 "wasmtime-internal-wit-bindgen",
19781 "wit-parser 0.236.1",
19782]
19783
19784[[package]]
19785name = "wasmtime-internal-component-util"
19786version = "36.0.6"
19787source = "registry+https://github.com/rust-lang/crates.io-index"
19788checksum = "fe1e5735b3c8251510d2a55311562772d6c6fca9438a3d0329eb6e38af4957d6"
19789
19790[[package]]
19791name = "wasmtime-internal-cranelift"
19792version = "36.0.6"
19793source = "registry+https://github.com/rust-lang/crates.io-index"
19794checksum = "e89bb9ef571288e2be6b8a3c4763acc56c348dcd517500b1679d3ffad9e4a757"
19795dependencies = [
19796 "anyhow",
19797 "cfg-if",
19798 "cranelift-codegen",
19799 "cranelift-control",
19800 "cranelift-entity",
19801 "cranelift-frontend",
19802 "cranelift-native",
19803 "gimli",
19804 "itertools 0.14.0",
19805 "log",
19806 "object",
19807 "pulley-interpreter",
19808 "smallvec",
19809 "target-lexicon 0.13.3",
19810 "thiserror 2.0.17",
19811 "wasmparser 0.236.1",
19812 "wasmtime-environ",
19813 "wasmtime-internal-math",
19814 "wasmtime-internal-versioned-export-macros",
19815]
19816
19817[[package]]
19818name = "wasmtime-internal-fiber"
19819version = "36.0.6"
19820source = "registry+https://github.com/rust-lang/crates.io-index"
19821checksum = "b698d004b15ea1f1ae2d06e5e8b80080cbd684fd245220ce2fac3cdd5ecf87f2"
19822dependencies = [
19823 "anyhow",
19824 "cc",
19825 "cfg-if",
19826 "libc",
19827 "rustix 1.1.2",
19828 "wasmtime-internal-asm-macros",
19829 "wasmtime-internal-versioned-export-macros",
19830 "windows-sys 0.60.2",
19831]
19832
19833[[package]]
19834name = "wasmtime-internal-jit-debug"
19835version = "36.0.6"
19836source = "registry+https://github.com/rust-lang/crates.io-index"
19837checksum = "c803a9fec05c3d7fa03474d4595079d546e77a3c71c1d09b21f74152e2165c17"
19838dependencies = [
19839 "cc",
19840 "wasmtime-internal-versioned-export-macros",
19841]
19842
19843[[package]]
19844name = "wasmtime-internal-jit-icache-coherence"
19845version = "36.0.6"
19846source = "registry+https://github.com/rust-lang/crates.io-index"
19847checksum = "d3866909d37f7929d902e6011847748147e8734e9d7e0353e78fb8b98f586aee"
19848dependencies = [
19849 "anyhow",
19850 "cfg-if",
19851 "libc",
19852 "windows-sys 0.60.2",
19853]
19854
19855[[package]]
19856name = "wasmtime-internal-math"
19857version = "36.0.6"
19858source = "registry+https://github.com/rust-lang/crates.io-index"
19859checksum = "5a23b03fb14c64bd0dfcaa4653101f94ade76c34a3027ed2d6b373267536e45b"
19860dependencies = [
19861 "libm",
19862]
19863
19864[[package]]
19865name = "wasmtime-internal-slab"
19866version = "36.0.6"
19867source = "registry+https://github.com/rust-lang/crates.io-index"
19868checksum = "fbff220b88cdb990d34a20b13344e5da2e7b99959a5b1666106bec94b58d6364"
19869
19870[[package]]
19871name = "wasmtime-internal-unwinder"
19872version = "36.0.6"
19873source = "registry+https://github.com/rust-lang/crates.io-index"
19874checksum = "13e1ad30e88988b20c0d1c56ea4b4fbc01a8c614653cbf12ca50c0dcc695e2f7"
19875dependencies = [
19876 "anyhow",
19877 "cfg-if",
19878 "cranelift-codegen",
19879 "log",
19880 "object",
19881]
19882
19883[[package]]
19884name = "wasmtime-internal-versioned-export-macros"
19885version = "36.0.6"
19886source = "registry+https://github.com/rust-lang/crates.io-index"
19887checksum = "549aefdaa1398c2fcfbf69a7b882956bb5b6e8e5b600844ecb91a3b5bf658ca7"
19888dependencies = [
19889 "proc-macro2",
19890 "quote",
19891 "syn 2.0.117",
19892]
19893
19894[[package]]
19895name = "wasmtime-internal-winch"
19896version = "36.0.6"
19897source = "registry+https://github.com/rust-lang/crates.io-index"
19898checksum = "5cc96a84c5700171aeecf96fa9a9ab234f333f5afb295dabf3f8a812b70fe832"
19899dependencies = [
19900 "anyhow",
19901 "cranelift-codegen",
19902 "gimli",
19903 "object",
19904 "target-lexicon 0.13.3",
19905 "wasmparser 0.236.1",
19906 "wasmtime-environ",
19907 "wasmtime-internal-cranelift",
19908 "winch-codegen",
19909]
19910
19911[[package]]
19912name = "wasmtime-internal-wit-bindgen"
19913version = "36.0.6"
19914source = "registry+https://github.com/rust-lang/crates.io-index"
19915checksum = "c28dc9efea511598c88564ac1974e0825c07d9c0de902dbf68f227431cd4ff8c"
19916dependencies = [
19917 "anyhow",
19918 "bitflags 2.10.0",
19919 "heck 0.5.0",
19920 "indexmap",
19921 "wit-parser 0.236.1",
19922]
19923
19924[[package]]
19925name = "wasmtime-wasi"
19926version = "36.0.6"
19927source = "registry+https://github.com/rust-lang/crates.io-index"
19928checksum = "c3c2e99fbaa0c26b4680e0c9af07e3f7b25f5fbc1ad97dd34067980bd027d3e5"
19929dependencies = [
19930 "anyhow",
19931 "async-trait",
19932 "bitflags 2.10.0",
19933 "bytes 1.11.1",
19934 "cap-fs-ext",
19935 "cap-net-ext",
19936 "cap-rand",
19937 "cap-std",
19938 "cap-time-ext",
19939 "fs-set-times",
19940 "futures 0.3.32",
19941 "io-extras",
19942 "io-lifetimes",
19943 "rustix 1.1.2",
19944 "system-interface",
19945 "thiserror 2.0.17",
19946 "tokio",
19947 "tracing",
19948 "url",
19949 "wasmtime",
19950 "wasmtime-wasi-io",
19951 "wiggle",
19952 "windows-sys 0.60.2",
19953]
19954
19955[[package]]
19956name = "wasmtime-wasi-io"
19957version = "36.0.6"
19958source = "registry+https://github.com/rust-lang/crates.io-index"
19959checksum = "de2dc367052562c228ce51ee4426330840433c29c0ea3349eca5ddeb475ecdb9"
19960dependencies = [
19961 "anyhow",
19962 "async-trait",
19963 "bytes 1.11.1",
19964 "futures 0.3.32",
19965 "wasmtime",
19966]
19967
19968[[package]]
19969name = "wast"
19970version = "35.0.2"
19971source = "registry+https://github.com/rust-lang/crates.io-index"
19972checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
19973dependencies = [
19974 "leb128",
19975]
19976
19977[[package]]
19978name = "watch"
19979version = "0.1.0"
19980dependencies = [
19981 "ctor",
19982 "futures 0.3.32",
19983 "gpui",
19984 "parking_lot",
19985 "zlog",
19986]
19987
19988[[package]]
19989name = "wax"
19990version = "0.7.0"
19991source = "registry+https://github.com/rust-lang/crates.io-index"
19992checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
19993dependencies = [
19994 "const_format",
19995 "itertools 0.14.0",
19996 "nom 7.1.3",
19997 "pori",
19998 "regex",
19999 "thiserror 2.0.17",
20000 "walkdir",
20001]
20002
20003[[package]]
20004name = "wayland-backend"
20005version = "0.3.11"
20006source = "registry+https://github.com/rust-lang/crates.io-index"
20007checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
20008dependencies = [
20009 "cc",
20010 "downcast-rs",
20011 "rustix 1.1.2",
20012 "scoped-tls",
20013 "smallvec",
20014 "wayland-sys",
20015]
20016
20017[[package]]
20018name = "wayland-client"
20019version = "0.31.11"
20020source = "registry+https://github.com/rust-lang/crates.io-index"
20021checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
20022dependencies = [
20023 "bitflags 2.10.0",
20024 "rustix 1.1.2",
20025 "wayland-backend",
20026 "wayland-scanner",
20027]
20028
20029[[package]]
20030name = "wayland-cursor"
20031version = "0.31.11"
20032source = "registry+https://github.com/rust-lang/crates.io-index"
20033checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
20034dependencies = [
20035 "rustix 1.1.2",
20036 "wayland-client",
20037 "xcursor",
20038]
20039
20040[[package]]
20041name = "wayland-protocols"
20042version = "0.32.9"
20043source = "registry+https://github.com/rust-lang/crates.io-index"
20044checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
20045dependencies = [
20046 "bitflags 2.10.0",
20047 "wayland-backend",
20048 "wayland-client",
20049 "wayland-scanner",
20050]
20051
20052[[package]]
20053name = "wayland-protocols-plasma"
20054version = "0.3.9"
20055source = "registry+https://github.com/rust-lang/crates.io-index"
20056checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
20057dependencies = [
20058 "bitflags 2.10.0",
20059 "wayland-backend",
20060 "wayland-client",
20061 "wayland-protocols",
20062 "wayland-scanner",
20063]
20064
20065[[package]]
20066name = "wayland-protocols-wlr"
20067version = "0.3.9"
20068source = "registry+https://github.com/rust-lang/crates.io-index"
20069checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
20070dependencies = [
20071 "bitflags 2.10.0",
20072 "wayland-backend",
20073 "wayland-client",
20074 "wayland-protocols",
20075 "wayland-scanner",
20076]
20077
20078[[package]]
20079name = "wayland-scanner"
20080version = "0.31.7"
20081source = "registry+https://github.com/rust-lang/crates.io-index"
20082checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
20083dependencies = [
20084 "proc-macro2",
20085 "quick-xml 0.37.5",
20086 "quote",
20087]
20088
20089[[package]]
20090name = "wayland-sys"
20091version = "0.31.7"
20092source = "registry+https://github.com/rust-lang/crates.io-index"
20093checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
20094dependencies = [
20095 "dlib",
20096 "log",
20097 "once_cell",
20098 "pkg-config",
20099]
20100
20101[[package]]
20102name = "web-sys"
20103version = "0.3.90"
20104source = "registry+https://github.com/rust-lang/crates.io-index"
20105checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
20106dependencies = [
20107 "js-sys",
20108 "wasm-bindgen",
20109]
20110
20111[[package]]
20112name = "web-time"
20113version = "1.1.0"
20114source = "registry+https://github.com/rust-lang/crates.io-index"
20115checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
20116dependencies = [
20117 "js-sys",
20118 "serde",
20119 "wasm-bindgen",
20120]
20121
20122[[package]]
20123name = "web_atoms"
20124version = "0.1.3"
20125source = "registry+https://github.com/rust-lang/crates.io-index"
20126checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
20127dependencies = [
20128 "phf 0.11.3",
20129 "phf_codegen",
20130 "string_cache",
20131 "string_cache_codegen",
20132]
20133
20134[[package]]
20135name = "web_search"
20136version = "0.1.0"
20137dependencies = [
20138 "anyhow",
20139 "cloud_llm_client",
20140 "collections",
20141 "gpui",
20142 "serde",
20143]
20144
20145[[package]]
20146name = "web_search_providers"
20147version = "0.1.0"
20148dependencies = [
20149 "anyhow",
20150 "client",
20151 "cloud_api_types",
20152 "cloud_llm_client",
20153 "futures 0.3.32",
20154 "gpui",
20155 "http_client",
20156 "language_model",
20157 "serde",
20158 "serde_json",
20159 "web_search",
20160]
20161
20162[[package]]
20163name = "webpki-root-certs"
20164version = "0.26.8"
20165source = "registry+https://github.com/rust-lang/crates.io-index"
20166checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20167dependencies = [
20168 "rustls-pki-types",
20169]
20170
20171[[package]]
20172name = "webpki-roots"
20173version = "0.26.8"
20174source = "registry+https://github.com/rust-lang/crates.io-index"
20175checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20176dependencies = [
20177 "rustls-pki-types",
20178]
20179
20180[[package]]
20181name = "webrtc-sys"
20182version = "0.3.23"
20183source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20184dependencies = [
20185 "cc",
20186 "cxx",
20187 "cxx-build",
20188 "glob",
20189 "log",
20190 "pkg-config",
20191 "webrtc-sys-build",
20192]
20193
20194[[package]]
20195name = "webrtc-sys-build"
20196version = "0.3.13"
20197source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20198dependencies = [
20199 "anyhow",
20200 "fs2",
20201 "regex",
20202 "reqwest 0.12.24",
20203 "scratch",
20204 "semver",
20205 "zip 0.6.6",
20206]
20207
20208[[package]]
20209name = "weezl"
20210version = "0.1.10"
20211source = "registry+https://github.com/rust-lang/crates.io-index"
20212checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20213
20214[[package]]
20215name = "wgpu"
20216version = "29.0.0"
20217source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20218dependencies = [
20219 "arrayvec",
20220 "bitflags 2.10.0",
20221 "bytemuck",
20222 "cfg-if",
20223 "cfg_aliases 0.2.1",
20224 "document-features",
20225 "hashbrown 0.16.1",
20226 "js-sys",
20227 "log",
20228 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20229 "parking_lot",
20230 "portable-atomic",
20231 "profiling",
20232 "raw-window-handle",
20233 "smallvec",
20234 "static_assertions",
20235 "wasm-bindgen",
20236 "wasm-bindgen-futures",
20237 "web-sys",
20238 "wgpu-core",
20239 "wgpu-hal",
20240 "wgpu-types",
20241]
20242
20243[[package]]
20244name = "wgpu-core"
20245version = "29.0.0"
20246source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20247dependencies = [
20248 "arrayvec",
20249 "bit-set 0.9.1",
20250 "bit-vec 0.9.1",
20251 "bitflags 2.10.0",
20252 "bytemuck",
20253 "cfg_aliases 0.2.1",
20254 "document-features",
20255 "hashbrown 0.16.1",
20256 "indexmap",
20257 "log",
20258 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20259 "once_cell",
20260 "parking_lot",
20261 "portable-atomic",
20262 "profiling",
20263 "raw-window-handle",
20264 "rustc-hash 1.1.0",
20265 "smallvec",
20266 "thiserror 2.0.17",
20267 "wgpu-core-deps-apple",
20268 "wgpu-core-deps-emscripten",
20269 "wgpu-core-deps-windows-linux-android",
20270 "wgpu-hal",
20271 "wgpu-naga-bridge",
20272 "wgpu-types",
20273]
20274
20275[[package]]
20276name = "wgpu-core-deps-apple"
20277version = "29.0.0"
20278source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20279dependencies = [
20280 "wgpu-hal",
20281]
20282
20283[[package]]
20284name = "wgpu-core-deps-emscripten"
20285version = "29.0.0"
20286source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20287dependencies = [
20288 "wgpu-hal",
20289]
20290
20291[[package]]
20292name = "wgpu-core-deps-windows-linux-android"
20293version = "29.0.0"
20294source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20295dependencies = [
20296 "wgpu-hal",
20297]
20298
20299[[package]]
20300name = "wgpu-hal"
20301version = "29.0.0"
20302source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20303dependencies = [
20304 "android_system_properties",
20305 "arrayvec",
20306 "ash",
20307 "bit-set 0.9.1",
20308 "bitflags 2.10.0",
20309 "block2",
20310 "bytemuck",
20311 "cfg-if",
20312 "cfg_aliases 0.2.1",
20313 "glow",
20314 "glutin_wgl_sys",
20315 "gpu-allocator",
20316 "gpu-descriptor",
20317 "hashbrown 0.16.1",
20318 "js-sys",
20319 "khronos-egl",
20320 "libc",
20321 "libloading",
20322 "log",
20323 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20324 "ndk-sys",
20325 "objc2",
20326 "objc2-core-foundation",
20327 "objc2-foundation",
20328 "objc2-metal",
20329 "objc2-quartz-core",
20330 "once_cell",
20331 "ordered-float 4.6.0",
20332 "parking_lot",
20333 "portable-atomic",
20334 "portable-atomic-util",
20335 "profiling",
20336 "range-alloc",
20337 "raw-window-handle",
20338 "raw-window-metal",
20339 "renderdoc-sys",
20340 "smallvec",
20341 "thiserror 2.0.17",
20342 "wasm-bindgen",
20343 "wayland-sys",
20344 "web-sys",
20345 "wgpu-naga-bridge",
20346 "wgpu-types",
20347 "windows 0.62.2",
20348 "windows-core 0.62.2",
20349]
20350
20351[[package]]
20352name = "wgpu-naga-bridge"
20353version = "29.0.0"
20354source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20355dependencies = [
20356 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20357 "wgpu-types",
20358]
20359
20360[[package]]
20361name = "wgpu-types"
20362version = "29.0.0"
20363source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20364dependencies = [
20365 "bitflags 2.10.0",
20366 "bytemuck",
20367 "js-sys",
20368 "log",
20369 "raw-window-handle",
20370 "web-sys",
20371]
20372
20373[[package]]
20374name = "which"
20375version = "4.4.2"
20376source = "registry+https://github.com/rust-lang/crates.io-index"
20377checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20378dependencies = [
20379 "either",
20380 "home",
20381 "once_cell",
20382 "rustix 0.38.44",
20383]
20384
20385[[package]]
20386name = "which"
20387version = "6.0.3"
20388source = "registry+https://github.com/rust-lang/crates.io-index"
20389checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20390dependencies = [
20391 "either",
20392 "home",
20393 "rustix 0.38.44",
20394 "winsafe",
20395]
20396
20397[[package]]
20398name = "which_key"
20399version = "0.1.0"
20400dependencies = [
20401 "command_palette",
20402 "gpui",
20403 "serde",
20404 "settings",
20405 "theme_settings",
20406 "ui",
20407 "util",
20408 "workspace",
20409]
20410
20411[[package]]
20412name = "whoami"
20413version = "1.6.1"
20414source = "registry+https://github.com/rust-lang/crates.io-index"
20415checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20416dependencies = [
20417 "libredox",
20418 "wasite",
20419]
20420
20421[[package]]
20422name = "wiggle"
20423version = "36.0.6"
20424source = "registry+https://github.com/rust-lang/crates.io-index"
20425checksum = "c13d1ae265bd6e5e608827d2535665453cae5cb64950de66e2d5767d3e32c43a"
20426dependencies = [
20427 "anyhow",
20428 "async-trait",
20429 "bitflags 2.10.0",
20430 "thiserror 2.0.17",
20431 "tracing",
20432 "wasmtime",
20433 "wiggle-macro",
20434]
20435
20436[[package]]
20437name = "wiggle-generate"
20438version = "36.0.6"
20439source = "registry+https://github.com/rust-lang/crates.io-index"
20440checksum = "607c4966f6b30da20d24560220137cbd09df722f0558eac81c05624700af5e05"
20441dependencies = [
20442 "anyhow",
20443 "heck 0.5.0",
20444 "proc-macro2",
20445 "quote",
20446 "syn 2.0.117",
20447 "witx",
20448]
20449
20450[[package]]
20451name = "wiggle-macro"
20452version = "36.0.6"
20453source = "registry+https://github.com/rust-lang/crates.io-index"
20454checksum = "fc36e39412fa35f7cc86b3705dbe154168721dd3e71f6dc4a726b266d5c60c55"
20455dependencies = [
20456 "proc-macro2",
20457 "quote",
20458 "syn 2.0.117",
20459 "wiggle-generate",
20460]
20461
20462[[package]]
20463name = "winapi"
20464version = "0.3.9"
20465source = "registry+https://github.com/rust-lang/crates.io-index"
20466checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20467dependencies = [
20468 "winapi-i686-pc-windows-gnu",
20469 "winapi-x86_64-pc-windows-gnu",
20470]
20471
20472[[package]]
20473name = "winapi-i686-pc-windows-gnu"
20474version = "0.4.0"
20475source = "registry+https://github.com/rust-lang/crates.io-index"
20476checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20477
20478[[package]]
20479name = "winapi-util"
20480version = "0.1.11"
20481source = "registry+https://github.com/rust-lang/crates.io-index"
20482checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20483dependencies = [
20484 "windows-sys 0.61.2",
20485]
20486
20487[[package]]
20488name = "winapi-x86_64-pc-windows-gnu"
20489version = "0.4.0"
20490source = "registry+https://github.com/rust-lang/crates.io-index"
20491checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20492
20493[[package]]
20494name = "winch-codegen"
20495version = "36.0.6"
20496source = "registry+https://github.com/rust-lang/crates.io-index"
20497checksum = "06c0ec09e8eb5e850e432da6271ed8c4a9d459a9db3850c38e98a3ee9d015e79"
20498dependencies = [
20499 "anyhow",
20500 "cranelift-assembler-x64",
20501 "cranelift-codegen",
20502 "gimli",
20503 "regalloc2",
20504 "smallvec",
20505 "target-lexicon 0.13.3",
20506 "thiserror 2.0.17",
20507 "wasmparser 0.236.1",
20508 "wasmtime-environ",
20509 "wasmtime-internal-cranelift",
20510 "wasmtime-internal-math",
20511]
20512
20513[[package]]
20514name = "windows"
20515version = "0.57.0"
20516source = "registry+https://github.com/rust-lang/crates.io-index"
20517checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20518dependencies = [
20519 "windows-core 0.57.0",
20520 "windows-targets 0.52.6",
20521]
20522
20523[[package]]
20524name = "windows"
20525version = "0.58.0"
20526source = "registry+https://github.com/rust-lang/crates.io-index"
20527checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20528dependencies = [
20529 "windows-core 0.58.0",
20530 "windows-targets 0.52.6",
20531]
20532
20533[[package]]
20534name = "windows"
20535version = "0.61.3"
20536source = "registry+https://github.com/rust-lang/crates.io-index"
20537checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20538dependencies = [
20539 "windows-collections 0.2.0",
20540 "windows-core 0.61.2",
20541 "windows-future 0.2.1",
20542 "windows-link 0.1.3",
20543 "windows-numerics 0.2.0",
20544]
20545
20546[[package]]
20547name = "windows"
20548version = "0.62.2"
20549source = "registry+https://github.com/rust-lang/crates.io-index"
20550checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20551dependencies = [
20552 "windows-collections 0.3.2",
20553 "windows-core 0.62.2",
20554 "windows-future 0.3.2",
20555 "windows-numerics 0.3.1",
20556]
20557
20558[[package]]
20559name = "windows-bindgen"
20560version = "0.61.1"
20561source = "registry+https://github.com/rust-lang/crates.io-index"
20562checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20563dependencies = [
20564 "serde",
20565 "serde_json",
20566 "windows-threading 0.1.0",
20567]
20568
20569[[package]]
20570name = "windows-capture"
20571version = "1.4.3"
20572source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20573dependencies = [
20574 "clap",
20575 "ctrlc",
20576 "parking_lot",
20577 "rayon",
20578 "thiserror 2.0.17",
20579 "windows 0.61.3",
20580 "windows-future 0.2.1",
20581]
20582
20583[[package]]
20584name = "windows-collections"
20585version = "0.2.0"
20586source = "registry+https://github.com/rust-lang/crates.io-index"
20587checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20588dependencies = [
20589 "windows-core 0.61.2",
20590]
20591
20592[[package]]
20593name = "windows-collections"
20594version = "0.3.2"
20595source = "registry+https://github.com/rust-lang/crates.io-index"
20596checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20597dependencies = [
20598 "windows-core 0.62.2",
20599]
20600
20601[[package]]
20602name = "windows-core"
20603version = "0.57.0"
20604source = "registry+https://github.com/rust-lang/crates.io-index"
20605checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20606dependencies = [
20607 "windows-implement 0.57.0",
20608 "windows-interface 0.57.0",
20609 "windows-result 0.1.2",
20610 "windows-targets 0.52.6",
20611]
20612
20613[[package]]
20614name = "windows-core"
20615version = "0.58.0"
20616source = "registry+https://github.com/rust-lang/crates.io-index"
20617checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20618dependencies = [
20619 "windows-implement 0.58.0",
20620 "windows-interface 0.58.0",
20621 "windows-result 0.2.0",
20622 "windows-strings 0.1.0",
20623 "windows-targets 0.52.6",
20624]
20625
20626[[package]]
20627name = "windows-core"
20628version = "0.61.2"
20629source = "registry+https://github.com/rust-lang/crates.io-index"
20630checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20631dependencies = [
20632 "windows-implement 0.60.2",
20633 "windows-interface 0.59.3",
20634 "windows-link 0.1.3",
20635 "windows-result 0.3.4",
20636 "windows-strings 0.4.2",
20637]
20638
20639[[package]]
20640name = "windows-core"
20641version = "0.62.2"
20642source = "registry+https://github.com/rust-lang/crates.io-index"
20643checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20644dependencies = [
20645 "windows-implement 0.60.2",
20646 "windows-interface 0.59.3",
20647 "windows-link 0.2.1",
20648 "windows-result 0.4.1",
20649 "windows-strings 0.5.1",
20650]
20651
20652[[package]]
20653name = "windows-future"
20654version = "0.2.1"
20655source = "registry+https://github.com/rust-lang/crates.io-index"
20656checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20657dependencies = [
20658 "windows-core 0.61.2",
20659 "windows-link 0.1.3",
20660 "windows-threading 0.1.0",
20661]
20662
20663[[package]]
20664name = "windows-future"
20665version = "0.3.2"
20666source = "registry+https://github.com/rust-lang/crates.io-index"
20667checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20668dependencies = [
20669 "windows-core 0.62.2",
20670 "windows-link 0.2.1",
20671 "windows-threading 0.2.1",
20672]
20673
20674[[package]]
20675name = "windows-implement"
20676version = "0.57.0"
20677source = "registry+https://github.com/rust-lang/crates.io-index"
20678checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20679dependencies = [
20680 "proc-macro2",
20681 "quote",
20682 "syn 2.0.117",
20683]
20684
20685[[package]]
20686name = "windows-implement"
20687version = "0.58.0"
20688source = "registry+https://github.com/rust-lang/crates.io-index"
20689checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20690dependencies = [
20691 "proc-macro2",
20692 "quote",
20693 "syn 2.0.117",
20694]
20695
20696[[package]]
20697name = "windows-implement"
20698version = "0.60.2"
20699source = "registry+https://github.com/rust-lang/crates.io-index"
20700checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20701dependencies = [
20702 "proc-macro2",
20703 "quote",
20704 "syn 2.0.117",
20705]
20706
20707[[package]]
20708name = "windows-interface"
20709version = "0.57.0"
20710source = "registry+https://github.com/rust-lang/crates.io-index"
20711checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20712dependencies = [
20713 "proc-macro2",
20714 "quote",
20715 "syn 2.0.117",
20716]
20717
20718[[package]]
20719name = "windows-interface"
20720version = "0.58.0"
20721source = "registry+https://github.com/rust-lang/crates.io-index"
20722checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20723dependencies = [
20724 "proc-macro2",
20725 "quote",
20726 "syn 2.0.117",
20727]
20728
20729[[package]]
20730name = "windows-interface"
20731version = "0.59.3"
20732source = "registry+https://github.com/rust-lang/crates.io-index"
20733checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20734dependencies = [
20735 "proc-macro2",
20736 "quote",
20737 "syn 2.0.117",
20738]
20739
20740[[package]]
20741name = "windows-link"
20742version = "0.1.3"
20743source = "registry+https://github.com/rust-lang/crates.io-index"
20744checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20745
20746[[package]]
20747name = "windows-link"
20748version = "0.2.1"
20749source = "registry+https://github.com/rust-lang/crates.io-index"
20750checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20751
20752[[package]]
20753name = "windows-numerics"
20754version = "0.2.0"
20755source = "registry+https://github.com/rust-lang/crates.io-index"
20756checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20757dependencies = [
20758 "windows-core 0.61.2",
20759 "windows-link 0.1.3",
20760]
20761
20762[[package]]
20763name = "windows-numerics"
20764version = "0.3.1"
20765source = "registry+https://github.com/rust-lang/crates.io-index"
20766checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20767dependencies = [
20768 "windows-core 0.62.2",
20769 "windows-link 0.2.1",
20770]
20771
20772[[package]]
20773name = "windows-registry"
20774version = "0.4.0"
20775source = "registry+https://github.com/rust-lang/crates.io-index"
20776checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20777dependencies = [
20778 "windows-result 0.3.4",
20779 "windows-strings 0.3.1",
20780 "windows-targets 0.53.5",
20781]
20782
20783[[package]]
20784name = "windows-registry"
20785version = "0.5.3"
20786source = "registry+https://github.com/rust-lang/crates.io-index"
20787checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20788dependencies = [
20789 "windows-link 0.1.3",
20790 "windows-result 0.3.4",
20791 "windows-strings 0.4.2",
20792]
20793
20794[[package]]
20795name = "windows-registry"
20796version = "0.6.1"
20797source = "registry+https://github.com/rust-lang/crates.io-index"
20798checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20799dependencies = [
20800 "windows-link 0.2.1",
20801 "windows-result 0.4.1",
20802 "windows-strings 0.5.1",
20803]
20804
20805[[package]]
20806name = "windows-result"
20807version = "0.1.2"
20808source = "registry+https://github.com/rust-lang/crates.io-index"
20809checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20810dependencies = [
20811 "windows-targets 0.52.6",
20812]
20813
20814[[package]]
20815name = "windows-result"
20816version = "0.2.0"
20817source = "registry+https://github.com/rust-lang/crates.io-index"
20818checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20819dependencies = [
20820 "windows-targets 0.52.6",
20821]
20822
20823[[package]]
20824name = "windows-result"
20825version = "0.3.4"
20826source = "registry+https://github.com/rust-lang/crates.io-index"
20827checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20828dependencies = [
20829 "windows-link 0.1.3",
20830]
20831
20832[[package]]
20833name = "windows-result"
20834version = "0.4.1"
20835source = "registry+https://github.com/rust-lang/crates.io-index"
20836checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20837dependencies = [
20838 "windows-link 0.2.1",
20839]
20840
20841[[package]]
20842name = "windows-strings"
20843version = "0.1.0"
20844source = "registry+https://github.com/rust-lang/crates.io-index"
20845checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20846dependencies = [
20847 "windows-result 0.2.0",
20848 "windows-targets 0.52.6",
20849]
20850
20851[[package]]
20852name = "windows-strings"
20853version = "0.3.1"
20854source = "registry+https://github.com/rust-lang/crates.io-index"
20855checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20856dependencies = [
20857 "windows-link 0.1.3",
20858]
20859
20860[[package]]
20861name = "windows-strings"
20862version = "0.4.2"
20863source = "registry+https://github.com/rust-lang/crates.io-index"
20864checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20865dependencies = [
20866 "windows-link 0.1.3",
20867]
20868
20869[[package]]
20870name = "windows-strings"
20871version = "0.5.1"
20872source = "registry+https://github.com/rust-lang/crates.io-index"
20873checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
20874dependencies = [
20875 "windows-link 0.2.1",
20876]
20877
20878[[package]]
20879name = "windows-sys"
20880version = "0.45.0"
20881source = "registry+https://github.com/rust-lang/crates.io-index"
20882checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
20883dependencies = [
20884 "windows-targets 0.42.2",
20885]
20886
20887[[package]]
20888name = "windows-sys"
20889version = "0.48.0"
20890source = "registry+https://github.com/rust-lang/crates.io-index"
20891checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
20892dependencies = [
20893 "windows-targets 0.48.5",
20894]
20895
20896[[package]]
20897name = "windows-sys"
20898version = "0.52.0"
20899source = "registry+https://github.com/rust-lang/crates.io-index"
20900checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
20901dependencies = [
20902 "windows-targets 0.52.6",
20903]
20904
20905[[package]]
20906name = "windows-sys"
20907version = "0.59.0"
20908source = "registry+https://github.com/rust-lang/crates.io-index"
20909checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
20910dependencies = [
20911 "windows-targets 0.52.6",
20912]
20913
20914[[package]]
20915name = "windows-sys"
20916version = "0.60.2"
20917source = "registry+https://github.com/rust-lang/crates.io-index"
20918checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
20919dependencies = [
20920 "windows-targets 0.53.5",
20921]
20922
20923[[package]]
20924name = "windows-sys"
20925version = "0.61.2"
20926source = "registry+https://github.com/rust-lang/crates.io-index"
20927checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
20928dependencies = [
20929 "windows-link 0.2.1",
20930]
20931
20932[[package]]
20933name = "windows-targets"
20934version = "0.42.2"
20935source = "registry+https://github.com/rust-lang/crates.io-index"
20936checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
20937dependencies = [
20938 "windows_aarch64_gnullvm 0.42.2",
20939 "windows_aarch64_msvc 0.42.2",
20940 "windows_i686_gnu 0.42.2",
20941 "windows_i686_msvc 0.42.2",
20942 "windows_x86_64_gnu 0.42.2",
20943 "windows_x86_64_gnullvm 0.42.2",
20944 "windows_x86_64_msvc 0.42.2",
20945]
20946
20947[[package]]
20948name = "windows-targets"
20949version = "0.48.5"
20950source = "registry+https://github.com/rust-lang/crates.io-index"
20951checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
20952dependencies = [
20953 "windows_aarch64_gnullvm 0.48.5",
20954 "windows_aarch64_msvc 0.48.5",
20955 "windows_i686_gnu 0.48.5",
20956 "windows_i686_msvc 0.48.5",
20957 "windows_x86_64_gnu 0.48.5",
20958 "windows_x86_64_gnullvm 0.48.5",
20959 "windows_x86_64_msvc 0.48.5",
20960]
20961
20962[[package]]
20963name = "windows-targets"
20964version = "0.52.6"
20965source = "registry+https://github.com/rust-lang/crates.io-index"
20966checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
20967dependencies = [
20968 "windows_aarch64_gnullvm 0.52.6",
20969 "windows_aarch64_msvc 0.52.6",
20970 "windows_i686_gnu 0.52.6",
20971 "windows_i686_gnullvm 0.52.6",
20972 "windows_i686_msvc 0.52.6",
20973 "windows_x86_64_gnu 0.52.6",
20974 "windows_x86_64_gnullvm 0.52.6",
20975 "windows_x86_64_msvc 0.52.6",
20976]
20977
20978[[package]]
20979name = "windows-targets"
20980version = "0.53.5"
20981source = "registry+https://github.com/rust-lang/crates.io-index"
20982checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
20983dependencies = [
20984 "windows-link 0.2.1",
20985 "windows_aarch64_gnullvm 0.53.1",
20986 "windows_aarch64_msvc 0.53.1",
20987 "windows_i686_gnu 0.53.1",
20988 "windows_i686_gnullvm 0.53.1",
20989 "windows_i686_msvc 0.53.1",
20990 "windows_x86_64_gnu 0.53.1",
20991 "windows_x86_64_gnullvm 0.53.1",
20992 "windows_x86_64_msvc 0.53.1",
20993]
20994
20995[[package]]
20996name = "windows-threading"
20997version = "0.1.0"
20998source = "registry+https://github.com/rust-lang/crates.io-index"
20999checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
21000dependencies = [
21001 "windows-link 0.1.3",
21002]
21003
21004[[package]]
21005name = "windows-threading"
21006version = "0.2.1"
21007source = "registry+https://github.com/rust-lang/crates.io-index"
21008checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
21009dependencies = [
21010 "windows-link 0.2.1",
21011]
21012
21013[[package]]
21014name = "windows_aarch64_gnullvm"
21015version = "0.42.2"
21016source = "registry+https://github.com/rust-lang/crates.io-index"
21017checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
21018
21019[[package]]
21020name = "windows_aarch64_gnullvm"
21021version = "0.48.5"
21022source = "registry+https://github.com/rust-lang/crates.io-index"
21023checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
21024
21025[[package]]
21026name = "windows_aarch64_gnullvm"
21027version = "0.52.6"
21028source = "registry+https://github.com/rust-lang/crates.io-index"
21029checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
21030
21031[[package]]
21032name = "windows_aarch64_gnullvm"
21033version = "0.53.1"
21034source = "registry+https://github.com/rust-lang/crates.io-index"
21035checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
21036
21037[[package]]
21038name = "windows_aarch64_msvc"
21039version = "0.42.2"
21040source = "registry+https://github.com/rust-lang/crates.io-index"
21041checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
21042
21043[[package]]
21044name = "windows_aarch64_msvc"
21045version = "0.48.5"
21046source = "registry+https://github.com/rust-lang/crates.io-index"
21047checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
21048
21049[[package]]
21050name = "windows_aarch64_msvc"
21051version = "0.52.6"
21052source = "registry+https://github.com/rust-lang/crates.io-index"
21053checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
21054
21055[[package]]
21056name = "windows_aarch64_msvc"
21057version = "0.53.1"
21058source = "registry+https://github.com/rust-lang/crates.io-index"
21059checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
21060
21061[[package]]
21062name = "windows_i686_gnu"
21063version = "0.42.2"
21064source = "registry+https://github.com/rust-lang/crates.io-index"
21065checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
21066
21067[[package]]
21068name = "windows_i686_gnu"
21069version = "0.48.5"
21070source = "registry+https://github.com/rust-lang/crates.io-index"
21071checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
21072
21073[[package]]
21074name = "windows_i686_gnu"
21075version = "0.52.6"
21076source = "registry+https://github.com/rust-lang/crates.io-index"
21077checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
21078
21079[[package]]
21080name = "windows_i686_gnu"
21081version = "0.53.1"
21082source = "registry+https://github.com/rust-lang/crates.io-index"
21083checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
21084
21085[[package]]
21086name = "windows_i686_gnullvm"
21087version = "0.52.6"
21088source = "registry+https://github.com/rust-lang/crates.io-index"
21089checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
21090
21091[[package]]
21092name = "windows_i686_gnullvm"
21093version = "0.53.1"
21094source = "registry+https://github.com/rust-lang/crates.io-index"
21095checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
21096
21097[[package]]
21098name = "windows_i686_msvc"
21099version = "0.42.2"
21100source = "registry+https://github.com/rust-lang/crates.io-index"
21101checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
21102
21103[[package]]
21104name = "windows_i686_msvc"
21105version = "0.48.5"
21106source = "registry+https://github.com/rust-lang/crates.io-index"
21107checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
21108
21109[[package]]
21110name = "windows_i686_msvc"
21111version = "0.52.6"
21112source = "registry+https://github.com/rust-lang/crates.io-index"
21113checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
21114
21115[[package]]
21116name = "windows_i686_msvc"
21117version = "0.53.1"
21118source = "registry+https://github.com/rust-lang/crates.io-index"
21119checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
21120
21121[[package]]
21122name = "windows_x86_64_gnu"
21123version = "0.42.2"
21124source = "registry+https://github.com/rust-lang/crates.io-index"
21125checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
21126
21127[[package]]
21128name = "windows_x86_64_gnu"
21129version = "0.48.5"
21130source = "registry+https://github.com/rust-lang/crates.io-index"
21131checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
21132
21133[[package]]
21134name = "windows_x86_64_gnu"
21135version = "0.52.6"
21136source = "registry+https://github.com/rust-lang/crates.io-index"
21137checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
21138
21139[[package]]
21140name = "windows_x86_64_gnu"
21141version = "0.53.1"
21142source = "registry+https://github.com/rust-lang/crates.io-index"
21143checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
21144
21145[[package]]
21146name = "windows_x86_64_gnullvm"
21147version = "0.42.2"
21148source = "registry+https://github.com/rust-lang/crates.io-index"
21149checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
21150
21151[[package]]
21152name = "windows_x86_64_gnullvm"
21153version = "0.48.5"
21154source = "registry+https://github.com/rust-lang/crates.io-index"
21155checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21156
21157[[package]]
21158name = "windows_x86_64_gnullvm"
21159version = "0.52.6"
21160source = "registry+https://github.com/rust-lang/crates.io-index"
21161checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21162
21163[[package]]
21164name = "windows_x86_64_gnullvm"
21165version = "0.53.1"
21166source = "registry+https://github.com/rust-lang/crates.io-index"
21167checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21168
21169[[package]]
21170name = "windows_x86_64_msvc"
21171version = "0.42.2"
21172source = "registry+https://github.com/rust-lang/crates.io-index"
21173checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21174
21175[[package]]
21176name = "windows_x86_64_msvc"
21177version = "0.48.5"
21178source = "registry+https://github.com/rust-lang/crates.io-index"
21179checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21180
21181[[package]]
21182name = "windows_x86_64_msvc"
21183version = "0.52.6"
21184source = "registry+https://github.com/rust-lang/crates.io-index"
21185checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21186
21187[[package]]
21188name = "windows_x86_64_msvc"
21189version = "0.53.1"
21190source = "registry+https://github.com/rust-lang/crates.io-index"
21191checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21192
21193[[package]]
21194name = "winnow"
21195version = "0.7.13"
21196source = "registry+https://github.com/rust-lang/crates.io-index"
21197checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21198dependencies = [
21199 "memchr",
21200]
21201
21202[[package]]
21203name = "winreg"
21204version = "0.10.1"
21205source = "registry+https://github.com/rust-lang/crates.io-index"
21206checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21207dependencies = [
21208 "winapi",
21209]
21210
21211[[package]]
21212name = "winreg"
21213version = "0.50.0"
21214source = "registry+https://github.com/rust-lang/crates.io-index"
21215checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21216dependencies = [
21217 "cfg-if",
21218 "windows-sys 0.48.0",
21219]
21220
21221[[package]]
21222name = "winreg"
21223version = "0.55.0"
21224source = "registry+https://github.com/rust-lang/crates.io-index"
21225checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21226dependencies = [
21227 "cfg-if",
21228 "windows-sys 0.59.0",
21229]
21230
21231[[package]]
21232name = "winresource"
21233version = "0.1.23"
21234source = "registry+https://github.com/rust-lang/crates.io-index"
21235checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21236dependencies = [
21237 "toml 0.8.23",
21238 "version_check",
21239]
21240
21241[[package]]
21242name = "winsafe"
21243version = "0.0.19"
21244source = "registry+https://github.com/rust-lang/crates.io-index"
21245checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21246
21247[[package]]
21248name = "winx"
21249version = "0.36.4"
21250source = "registry+https://github.com/rust-lang/crates.io-index"
21251checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21252dependencies = [
21253 "bitflags 2.10.0",
21254 "windows-sys 0.59.0",
21255]
21256
21257[[package]]
21258name = "wio"
21259version = "0.2.2"
21260source = "registry+https://github.com/rust-lang/crates.io-index"
21261checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21262dependencies = [
21263 "winapi",
21264]
21265
21266[[package]]
21267name = "wit-bindgen"
21268version = "0.22.0"
21269source = "registry+https://github.com/rust-lang/crates.io-index"
21270checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21271dependencies = [
21272 "bitflags 2.10.0",
21273 "wit-bindgen-rt 0.22.0",
21274 "wit-bindgen-rust-macro 0.22.0",
21275]
21276
21277[[package]]
21278name = "wit-bindgen"
21279version = "0.41.0"
21280source = "registry+https://github.com/rust-lang/crates.io-index"
21281checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21282dependencies = [
21283 "wit-bindgen-rt 0.41.0",
21284 "wit-bindgen-rust-macro 0.41.0",
21285]
21286
21287[[package]]
21288name = "wit-bindgen"
21289version = "0.46.0"
21290source = "registry+https://github.com/rust-lang/crates.io-index"
21291checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21292
21293[[package]]
21294name = "wit-bindgen"
21295version = "0.51.0"
21296source = "registry+https://github.com/rust-lang/crates.io-index"
21297checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21298dependencies = [
21299 "wit-bindgen-rust-macro 0.51.0",
21300]
21301
21302[[package]]
21303name = "wit-bindgen-core"
21304version = "0.22.0"
21305source = "registry+https://github.com/rust-lang/crates.io-index"
21306checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21307dependencies = [
21308 "anyhow",
21309 "wit-parser 0.201.0",
21310]
21311
21312[[package]]
21313name = "wit-bindgen-core"
21314version = "0.41.0"
21315source = "registry+https://github.com/rust-lang/crates.io-index"
21316checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21317dependencies = [
21318 "anyhow",
21319 "heck 0.5.0",
21320 "wit-parser 0.227.1",
21321]
21322
21323[[package]]
21324name = "wit-bindgen-core"
21325version = "0.51.0"
21326source = "registry+https://github.com/rust-lang/crates.io-index"
21327checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21328dependencies = [
21329 "anyhow",
21330 "heck 0.5.0",
21331 "wit-parser 0.244.0",
21332]
21333
21334[[package]]
21335name = "wit-bindgen-rt"
21336version = "0.22.0"
21337source = "registry+https://github.com/rust-lang/crates.io-index"
21338checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21339
21340[[package]]
21341name = "wit-bindgen-rt"
21342version = "0.41.0"
21343source = "registry+https://github.com/rust-lang/crates.io-index"
21344checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21345dependencies = [
21346 "bitflags 2.10.0",
21347 "futures 0.3.32",
21348 "once_cell",
21349]
21350
21351[[package]]
21352name = "wit-bindgen-rust"
21353version = "0.22.0"
21354source = "registry+https://github.com/rust-lang/crates.io-index"
21355checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21356dependencies = [
21357 "anyhow",
21358 "heck 0.4.1",
21359 "indexmap",
21360 "wasm-metadata 0.201.0",
21361 "wit-bindgen-core 0.22.0",
21362 "wit-component 0.201.0",
21363]
21364
21365[[package]]
21366name = "wit-bindgen-rust"
21367version = "0.41.0"
21368source = "registry+https://github.com/rust-lang/crates.io-index"
21369checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21370dependencies = [
21371 "anyhow",
21372 "heck 0.5.0",
21373 "indexmap",
21374 "prettyplease",
21375 "syn 2.0.117",
21376 "wasm-metadata 0.227.1",
21377 "wit-bindgen-core 0.41.0",
21378 "wit-component 0.227.1",
21379]
21380
21381[[package]]
21382name = "wit-bindgen-rust"
21383version = "0.51.0"
21384source = "registry+https://github.com/rust-lang/crates.io-index"
21385checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21386dependencies = [
21387 "anyhow",
21388 "heck 0.5.0",
21389 "indexmap",
21390 "prettyplease",
21391 "syn 2.0.117",
21392 "wasm-metadata 0.244.0",
21393 "wit-bindgen-core 0.51.0",
21394 "wit-component 0.244.0",
21395]
21396
21397[[package]]
21398name = "wit-bindgen-rust-macro"
21399version = "0.22.0"
21400source = "registry+https://github.com/rust-lang/crates.io-index"
21401checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21402dependencies = [
21403 "anyhow",
21404 "proc-macro2",
21405 "quote",
21406 "syn 2.0.117",
21407 "wit-bindgen-core 0.22.0",
21408 "wit-bindgen-rust 0.22.0",
21409]
21410
21411[[package]]
21412name = "wit-bindgen-rust-macro"
21413version = "0.41.0"
21414source = "registry+https://github.com/rust-lang/crates.io-index"
21415checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21416dependencies = [
21417 "anyhow",
21418 "prettyplease",
21419 "proc-macro2",
21420 "quote",
21421 "syn 2.0.117",
21422 "wit-bindgen-core 0.41.0",
21423 "wit-bindgen-rust 0.41.0",
21424]
21425
21426[[package]]
21427name = "wit-bindgen-rust-macro"
21428version = "0.51.0"
21429source = "registry+https://github.com/rust-lang/crates.io-index"
21430checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21431dependencies = [
21432 "anyhow",
21433 "prettyplease",
21434 "proc-macro2",
21435 "quote",
21436 "syn 2.0.117",
21437 "wit-bindgen-core 0.51.0",
21438 "wit-bindgen-rust 0.51.0",
21439]
21440
21441[[package]]
21442name = "wit-component"
21443version = "0.201.0"
21444source = "registry+https://github.com/rust-lang/crates.io-index"
21445checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21446dependencies = [
21447 "anyhow",
21448 "bitflags 2.10.0",
21449 "indexmap",
21450 "log",
21451 "serde",
21452 "serde_derive",
21453 "serde_json",
21454 "wasm-encoder 0.201.0",
21455 "wasm-metadata 0.201.0",
21456 "wasmparser 0.201.0",
21457 "wit-parser 0.201.0",
21458]
21459
21460[[package]]
21461name = "wit-component"
21462version = "0.227.1"
21463source = "registry+https://github.com/rust-lang/crates.io-index"
21464checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21465dependencies = [
21466 "anyhow",
21467 "bitflags 2.10.0",
21468 "indexmap",
21469 "log",
21470 "serde",
21471 "serde_derive",
21472 "serde_json",
21473 "wasm-encoder 0.227.1",
21474 "wasm-metadata 0.227.1",
21475 "wasmparser 0.227.1",
21476 "wit-parser 0.227.1",
21477]
21478
21479[[package]]
21480name = "wit-component"
21481version = "0.244.0"
21482source = "registry+https://github.com/rust-lang/crates.io-index"
21483checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21484dependencies = [
21485 "anyhow",
21486 "bitflags 2.10.0",
21487 "indexmap",
21488 "log",
21489 "serde",
21490 "serde_derive",
21491 "serde_json",
21492 "wasm-encoder 0.244.0",
21493 "wasm-metadata 0.244.0",
21494 "wasmparser 0.244.0",
21495 "wit-parser 0.244.0",
21496]
21497
21498[[package]]
21499name = "wit-parser"
21500version = "0.201.0"
21501source = "registry+https://github.com/rust-lang/crates.io-index"
21502checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21503dependencies = [
21504 "anyhow",
21505 "id-arena",
21506 "indexmap",
21507 "log",
21508 "semver",
21509 "serde",
21510 "serde_derive",
21511 "serde_json",
21512 "unicode-xid",
21513 "wasmparser 0.201.0",
21514]
21515
21516[[package]]
21517name = "wit-parser"
21518version = "0.227.1"
21519source = "registry+https://github.com/rust-lang/crates.io-index"
21520checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21521dependencies = [
21522 "anyhow",
21523 "id-arena",
21524 "indexmap",
21525 "log",
21526 "semver",
21527 "serde",
21528 "serde_derive",
21529 "serde_json",
21530 "unicode-xid",
21531 "wasmparser 0.227.1",
21532]
21533
21534[[package]]
21535name = "wit-parser"
21536version = "0.236.1"
21537source = "registry+https://github.com/rust-lang/crates.io-index"
21538checksum = "16e4833a20cd6e85d6abfea0e63a399472d6f88c6262957c17f546879a80ba15"
21539dependencies = [
21540 "anyhow",
21541 "id-arena",
21542 "indexmap",
21543 "log",
21544 "semver",
21545 "serde",
21546 "serde_derive",
21547 "serde_json",
21548 "unicode-xid",
21549 "wasmparser 0.236.1",
21550]
21551
21552[[package]]
21553name = "wit-parser"
21554version = "0.244.0"
21555source = "registry+https://github.com/rust-lang/crates.io-index"
21556checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21557dependencies = [
21558 "anyhow",
21559 "id-arena",
21560 "indexmap",
21561 "log",
21562 "semver",
21563 "serde",
21564 "serde_derive",
21565 "serde_json",
21566 "unicode-xid",
21567 "wasmparser 0.244.0",
21568]
21569
21570[[package]]
21571name = "witx"
21572version = "0.9.1"
21573source = "registry+https://github.com/rust-lang/crates.io-index"
21574checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21575dependencies = [
21576 "anyhow",
21577 "log",
21578 "thiserror 1.0.69",
21579 "wast",
21580]
21581
21582[[package]]
21583name = "workspace"
21584version = "0.1.0"
21585dependencies = [
21586 "agent_settings",
21587 "any_vec",
21588 "anyhow",
21589 "async-recursion",
21590 "chrono",
21591 "client",
21592 "clock",
21593 "collections",
21594 "component",
21595 "db",
21596 "feature_flags",
21597 "fs",
21598 "futures 0.3.32",
21599 "git",
21600 "gpui",
21601 "http_client",
21602 "itertools 0.14.0",
21603 "language",
21604 "log",
21605 "markdown",
21606 "menu",
21607 "node_runtime",
21608 "parking_lot",
21609 "postage",
21610 "pretty_assertions",
21611 "project",
21612 "remote",
21613 "schemars",
21614 "serde",
21615 "serde_json",
21616 "session",
21617 "settings",
21618 "smallvec",
21619 "sqlez",
21620 "strum 0.27.2",
21621 "task",
21622 "telemetry",
21623 "tempfile",
21624 "theme",
21625 "theme_settings",
21626 "ui",
21627 "util",
21628 "uuid",
21629 "vim_mode_setting",
21630 "windows 0.61.3",
21631 "zed_actions",
21632 "zlog",
21633]
21634
21635[[package]]
21636name = "worktree"
21637version = "0.1.0"
21638dependencies = [
21639 "anyhow",
21640 "async-lock 2.8.0",
21641 "chardetng",
21642 "clock",
21643 "collections",
21644 "encoding_rs",
21645 "fs",
21646 "futures 0.3.32",
21647 "fuzzy",
21648 "git",
21649 "gpui",
21650 "ignore",
21651 "language",
21652 "log",
21653 "parking_lot",
21654 "paths",
21655 "postage",
21656 "pretty_assertions",
21657 "rand 0.9.2",
21658 "rpc",
21659 "serde",
21660 "serde_json",
21661 "settings",
21662 "smallvec",
21663 "smol",
21664 "sum_tree",
21665 "text",
21666 "tracing",
21667 "util",
21668 "worktree",
21669 "zlog",
21670 "ztracing",
21671]
21672
21673[[package]]
21674name = "worktree_benchmarks"
21675version = "0.1.0"
21676dependencies = [
21677 "fs",
21678 "gpui_platform",
21679 "settings",
21680 "worktree",
21681]
21682
21683[[package]]
21684name = "wprcontrol"
21685version = "0.1.0"
21686source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21687dependencies = [
21688 "windows 0.61.3",
21689 "windows-bindgen",
21690 "windows-core 0.61.2",
21691 "windows-link 0.2.1",
21692]
21693
21694[[package]]
21695name = "writeable"
21696version = "0.6.1"
21697source = "registry+https://github.com/rust-lang/crates.io-index"
21698checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21699
21700[[package]]
21701name = "wyz"
21702version = "0.5.1"
21703source = "registry+https://github.com/rust-lang/crates.io-index"
21704checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21705dependencies = [
21706 "tap",
21707]
21708
21709[[package]]
21710name = "x11"
21711version = "2.21.0"
21712source = "registry+https://github.com/rust-lang/crates.io-index"
21713checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21714dependencies = [
21715 "libc",
21716 "pkg-config",
21717]
21718
21719[[package]]
21720name = "x11-clipboard"
21721version = "0.9.3"
21722source = "registry+https://github.com/rust-lang/crates.io-index"
21723checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21724dependencies = [
21725 "libc",
21726 "x11rb",
21727]
21728
21729[[package]]
21730name = "x11rb"
21731version = "0.13.2"
21732source = "registry+https://github.com/rust-lang/crates.io-index"
21733checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21734dependencies = [
21735 "as-raw-xcb-connection",
21736 "gethostname",
21737 "libc",
21738 "rustix 1.1.2",
21739 "x11rb-protocol",
21740 "xcursor",
21741]
21742
21743[[package]]
21744name = "x11rb-protocol"
21745version = "0.13.2"
21746source = "registry+https://github.com/rust-lang/crates.io-index"
21747checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21748
21749[[package]]
21750name = "x_ai"
21751version = "0.1.0"
21752dependencies = [
21753 "anyhow",
21754 "schemars",
21755 "serde",
21756 "strum 0.27.2",
21757]
21758
21759[[package]]
21760name = "xattr"
21761version = "0.2.3"
21762source = "registry+https://github.com/rust-lang/crates.io-index"
21763checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21764dependencies = [
21765 "libc",
21766]
21767
21768[[package]]
21769name = "xcb"
21770version = "1.6.0"
21771source = "registry+https://github.com/rust-lang/crates.io-index"
21772checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21773dependencies = [
21774 "bitflags 1.3.2",
21775 "libc",
21776 "quick-xml 0.30.0",
21777 "x11",
21778]
21779
21780[[package]]
21781name = "xcursor"
21782version = "0.3.10"
21783source = "registry+https://github.com/rust-lang/crates.io-index"
21784checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21785
21786[[package]]
21787name = "xim-ctext"
21788version = "0.3.0"
21789source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21790dependencies = [
21791 "encoding_rs",
21792]
21793
21794[[package]]
21795name = "xim-parser"
21796version = "0.2.1"
21797source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21798dependencies = [
21799 "bitflags 2.10.0",
21800]
21801
21802[[package]]
21803name = "xkbcommon"
21804version = "0.8.0"
21805source = "registry+https://github.com/rust-lang/crates.io-index"
21806checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21807dependencies = [
21808 "as-raw-xcb-connection",
21809 "libc",
21810 "memmap2",
21811 "xkeysym",
21812]
21813
21814[[package]]
21815name = "xkeysym"
21816version = "0.2.1"
21817source = "registry+https://github.com/rust-lang/crates.io-index"
21818checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21819
21820[[package]]
21821name = "xml-rs"
21822version = "0.8.28"
21823source = "registry+https://github.com/rust-lang/crates.io-index"
21824checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21825
21826[[package]]
21827name = "xml5ever"
21828version = "0.18.1"
21829source = "registry+https://github.com/rust-lang/crates.io-index"
21830checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21831dependencies = [
21832 "log",
21833 "mac",
21834 "markup5ever 0.12.1",
21835]
21836
21837[[package]]
21838name = "xmlparser"
21839version = "0.13.6"
21840source = "registry+https://github.com/rust-lang/crates.io-index"
21841checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21842
21843[[package]]
21844name = "xmlwriter"
21845version = "0.1.0"
21846source = "registry+https://github.com/rust-lang/crates.io-index"
21847checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21848
21849[[package]]
21850name = "xtask"
21851version = "0.1.0"
21852dependencies = [
21853 "annotate-snippets",
21854 "anyhow",
21855 "backtrace",
21856 "cargo_metadata 0.19.2",
21857 "cargo_toml",
21858 "clap",
21859 "compliance",
21860 "gh-workflow",
21861 "indexmap",
21862 "indoc",
21863 "itertools 0.14.0",
21864 "regex",
21865 "serde",
21866 "serde_json",
21867 "serde_yaml",
21868 "strum 0.27.2",
21869 "tokio",
21870 "toml 0.8.23",
21871 "toml_edit 0.22.27",
21872]
21873
21874[[package]]
21875name = "yaml-rust2"
21876version = "0.8.1"
21877source = "registry+https://github.com/rust-lang/crates.io-index"
21878checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
21879dependencies = [
21880 "arraydeque",
21881 "encoding_rs",
21882 "hashlink 0.8.4",
21883]
21884
21885[[package]]
21886name = "yansi"
21887version = "1.0.1"
21888source = "registry+https://github.com/rust-lang/crates.io-index"
21889checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
21890
21891[[package]]
21892name = "yawc"
21893version = "0.2.5"
21894source = "registry+https://github.com/rust-lang/crates.io-index"
21895checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
21896dependencies = [
21897 "base64 0.22.1",
21898 "bytes 1.11.1",
21899 "flate2",
21900 "futures 0.3.32",
21901 "http-body-util",
21902 "hyper 1.7.0",
21903 "hyper-util",
21904 "js-sys",
21905 "nom 8.0.0",
21906 "pin-project",
21907 "rand 0.8.5",
21908 "sha1",
21909 "thiserror 1.0.69",
21910 "tokio",
21911 "tokio-rustls 0.26.2",
21912 "tokio-util",
21913 "url",
21914 "wasm-bindgen",
21915 "wasm-bindgen-futures",
21916 "web-sys",
21917 "webpki-roots",
21918]
21919
21920[[package]]
21921name = "yazi"
21922version = "0.2.1"
21923source = "registry+https://github.com/rust-lang/crates.io-index"
21924checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
21925
21926[[package]]
21927name = "yeslogic-fontconfig-sys"
21928version = "6.0.0"
21929source = "registry+https://github.com/rust-lang/crates.io-index"
21930checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
21931dependencies = [
21932 "dlib",
21933 "once_cell",
21934 "pkg-config",
21935]
21936
21937[[package]]
21938name = "yoke"
21939version = "0.7.5"
21940source = "registry+https://github.com/rust-lang/crates.io-index"
21941checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
21942dependencies = [
21943 "serde",
21944 "stable_deref_trait",
21945 "yoke-derive 0.7.5",
21946 "zerofrom",
21947]
21948
21949[[package]]
21950name = "yoke"
21951version = "0.8.0"
21952source = "registry+https://github.com/rust-lang/crates.io-index"
21953checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
21954dependencies = [
21955 "serde",
21956 "stable_deref_trait",
21957 "yoke-derive 0.8.0",
21958 "zerofrom",
21959]
21960
21961[[package]]
21962name = "yoke-derive"
21963version = "0.7.5"
21964source = "registry+https://github.com/rust-lang/crates.io-index"
21965checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
21966dependencies = [
21967 "proc-macro2",
21968 "quote",
21969 "syn 2.0.117",
21970 "synstructure",
21971]
21972
21973[[package]]
21974name = "yoke-derive"
21975version = "0.8.0"
21976source = "registry+https://github.com/rust-lang/crates.io-index"
21977checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
21978dependencies = [
21979 "proc-macro2",
21980 "quote",
21981 "syn 2.0.117",
21982 "synstructure",
21983]
21984
21985[[package]]
21986name = "zbus"
21987version = "5.13.2"
21988source = "registry+https://github.com/rust-lang/crates.io-index"
21989checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
21990dependencies = [
21991 "async-broadcast",
21992 "async-executor",
21993 "async-io",
21994 "async-lock 3.4.2",
21995 "async-process",
21996 "async-recursion",
21997 "async-task",
21998 "async-trait",
21999 "blocking",
22000 "enumflags2",
22001 "event-listener 5.4.1",
22002 "futures-core",
22003 "futures-lite 2.6.1",
22004 "hex",
22005 "libc",
22006 "ordered-stream",
22007 "rustix 1.1.2",
22008 "serde",
22009 "serde_repr",
22010 "tracing",
22011 "uds_windows",
22012 "uuid",
22013 "windows-sys 0.61.2",
22014 "winnow",
22015 "zbus_macros",
22016 "zbus_names",
22017 "zvariant",
22018]
22019
22020[[package]]
22021name = "zbus_macros"
22022version = "5.13.2"
22023source = "registry+https://github.com/rust-lang/crates.io-index"
22024checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
22025dependencies = [
22026 "proc-macro-crate",
22027 "proc-macro2",
22028 "quote",
22029 "syn 2.0.117",
22030 "zbus_names",
22031 "zvariant",
22032 "zvariant_utils",
22033]
22034
22035[[package]]
22036name = "zbus_names"
22037version = "4.3.1"
22038source = "registry+https://github.com/rust-lang/crates.io-index"
22039checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
22040dependencies = [
22041 "serde",
22042 "winnow",
22043 "zvariant",
22044]
22045
22046[[package]]
22047name = "zed"
22048version = "0.232.0"
22049dependencies = [
22050 "acp_thread",
22051 "acp_tools",
22052 "action_log",
22053 "activity_indicator",
22054 "agent",
22055 "agent-client-protocol",
22056 "agent_servers",
22057 "agent_settings",
22058 "agent_ui",
22059 "anyhow",
22060 "ashpd",
22061 "askpass",
22062 "assets",
22063 "audio",
22064 "auto_update",
22065 "auto_update_ui",
22066 "breadcrumbs",
22067 "call",
22068 "channel",
22069 "chrono",
22070 "clap",
22071 "cli",
22072 "client",
22073 "clock",
22074 "codestral",
22075 "collab_ui",
22076 "collections",
22077 "command_palette",
22078 "component",
22079 "component_preview",
22080 "copilot",
22081 "copilot_chat",
22082 "copilot_ui",
22083 "crashes",
22084 "csv_preview",
22085 "dap_adapters",
22086 "db",
22087 "debug_adapter_extension",
22088 "debugger_tools",
22089 "debugger_ui",
22090 "dev_container",
22091 "diagnostics",
22092 "edit_prediction",
22093 "edit_prediction_ui",
22094 "editor",
22095 "encoding_selector",
22096 "env_logger 0.11.8",
22097 "etw_tracing",
22098 "extension",
22099 "extension_host",
22100 "extensions_ui",
22101 "feature_flags",
22102 "feedback",
22103 "file_finder",
22104 "fs",
22105 "futures 0.3.32",
22106 "git",
22107 "git_graph",
22108 "git_hosting_providers",
22109 "git_ui",
22110 "go_to_line",
22111 "gpui",
22112 "gpui_platform",
22113 "gpui_tokio",
22114 "http_client",
22115 "image",
22116 "image_viewer",
22117 "inspector_ui",
22118 "install_cli",
22119 "itertools 0.14.0",
22120 "journal",
22121 "json_schema_store",
22122 "keymap_editor",
22123 "language",
22124 "language_extension",
22125 "language_model",
22126 "language_models",
22127 "language_onboarding",
22128 "language_selector",
22129 "language_tools",
22130 "languages",
22131 "line_ending_selector",
22132 "log",
22133 "markdown",
22134 "markdown_preview",
22135 "menu",
22136 "migrator",
22137 "mimalloc",
22138 "miniprofiler_ui",
22139 "nc",
22140 "node_runtime",
22141 "notifications",
22142 "onboarding",
22143 "outline",
22144 "outline_panel",
22145 "parking_lot",
22146 "paths",
22147 "picker",
22148 "pkg-config",
22149 "pretty_assertions",
22150 "profiling",
22151 "project",
22152 "project_panel",
22153 "project_symbols",
22154 "prompt_store",
22155 "proto",
22156 "rayon",
22157 "recent_projects",
22158 "release_channel",
22159 "remote",
22160 "repl",
22161 "reqwest_client",
22162 "rope",
22163 "search",
22164 "semver",
22165 "serde",
22166 "serde_json",
22167 "session",
22168 "settings",
22169 "settings_profile_selector",
22170 "settings_ui",
22171 "shellexpand 2.1.2",
22172 "sidebar",
22173 "smol",
22174 "snippet_provider",
22175 "snippets_ui",
22176 "svg_preview",
22177 "sysinfo 0.37.2",
22178 "system_specs",
22179 "tab_switcher",
22180 "task",
22181 "tasks_ui",
22182 "telemetry",
22183 "telemetry_events",
22184 "tempfile",
22185 "terminal_view",
22186 "theme",
22187 "theme_extension",
22188 "theme_selector",
22189 "theme_settings",
22190 "time",
22191 "time_format",
22192 "title_bar",
22193 "toolchain_selector",
22194 "tracing",
22195 "ui",
22196 "ui_prompt",
22197 "url",
22198 "urlencoding",
22199 "util",
22200 "uuid",
22201 "vim",
22202 "vim_mode_setting",
22203 "watch",
22204 "web_search",
22205 "web_search_providers",
22206 "which_key",
22207 "windows 0.61.3",
22208 "winresource",
22209 "workspace",
22210 "zed-reqwest",
22211 "zed_actions",
22212 "zed_env_vars",
22213 "zlog",
22214 "zlog_settings",
22215 "ztracing",
22216]
22217
22218[[package]]
22219name = "zed-font-kit"
22220version = "0.14.1-zed"
22221source = "git+https://github.com/zed-industries/font-kit?rev=110523127440aefb11ce0cf280ae7c5071337ec5#110523127440aefb11ce0cf280ae7c5071337ec5"
22222dependencies = [
22223 "bitflags 2.10.0",
22224 "byteorder",
22225 "core-foundation 0.10.0",
22226 "core-graphics 0.24.0",
22227 "core-text",
22228 "dirs 5.0.1",
22229 "dwrote",
22230 "float-ord",
22231 "freetype-sys",
22232 "lazy_static",
22233 "libc",
22234 "log",
22235 "pathfinder_geometry",
22236 "pathfinder_simd",
22237 "walkdir",
22238 "winapi",
22239 "yeslogic-fontconfig-sys",
22240]
22241
22242[[package]]
22243name = "zed-reqwest"
22244version = "0.12.15-zed"
22245source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22246dependencies = [
22247 "base64 0.22.1",
22248 "bytes 1.11.1",
22249 "encoding_rs",
22250 "futures-core",
22251 "futures-util",
22252 "h2 0.4.12",
22253 "http 1.3.1",
22254 "http-body 1.0.1",
22255 "http-body-util",
22256 "hyper 1.7.0",
22257 "hyper-rustls 0.27.7",
22258 "hyper-util",
22259 "ipnet",
22260 "js-sys",
22261 "log",
22262 "mime",
22263 "mime_guess",
22264 "once_cell",
22265 "percent-encoding",
22266 "pin-project-lite",
22267 "quinn",
22268 "rustls 0.23.33",
22269 "rustls-native-certs 0.8.2",
22270 "rustls-pemfile 2.2.0",
22271 "rustls-pki-types",
22272 "serde",
22273 "serde_json",
22274 "serde_urlencoded",
22275 "sync_wrapper 1.0.2",
22276 "system-configuration 0.6.1",
22277 "tokio",
22278 "tokio-rustls 0.26.2",
22279 "tokio-socks",
22280 "tokio-util",
22281 "tower 0.5.2",
22282 "tower-service",
22283 "url",
22284 "wasm-bindgen",
22285 "wasm-bindgen-futures",
22286 "wasm-streams",
22287 "web-sys",
22288 "windows-registry 0.4.0",
22289]
22290
22291[[package]]
22292name = "zed-scap"
22293version = "0.0.8-zed"
22294source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22295dependencies = [
22296 "anyhow",
22297 "cocoa 0.25.0",
22298 "core-graphics-helmer-fork",
22299 "log",
22300 "objc",
22301 "rand 0.8.5",
22302 "screencapturekit",
22303 "screencapturekit-sys",
22304 "sysinfo 0.31.4",
22305 "tao-core-video-sys",
22306 "windows 0.61.3",
22307 "windows-capture",
22308 "x11",
22309 "xcb",
22310]
22311
22312[[package]]
22313name = "zed-xim"
22314version = "0.4.0-zed"
22315source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22316dependencies = [
22317 "ahash 0.8.12",
22318 "hashbrown 0.14.5",
22319 "log",
22320 "x11rb",
22321 "xim-ctext",
22322 "xim-parser",
22323]
22324
22325[[package]]
22326name = "zed_actions"
22327version = "0.1.0"
22328dependencies = [
22329 "gpui",
22330 "schemars",
22331 "serde",
22332 "util",
22333 "uuid",
22334]
22335
22336[[package]]
22337name = "zed_credentials_provider"
22338version = "0.1.0"
22339dependencies = [
22340 "anyhow",
22341 "credentials_provider",
22342 "futures 0.3.32",
22343 "gpui",
22344 "paths",
22345 "release_channel",
22346 "serde",
22347 "serde_json",
22348]
22349
22350[[package]]
22351name = "zed_env_vars"
22352version = "0.1.0"
22353dependencies = [
22354 "env_var",
22355]
22356
22357[[package]]
22358name = "zed_extension_api"
22359version = "0.1.0"
22360source = "registry+https://github.com/rust-lang/crates.io-index"
22361checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22362dependencies = [
22363 "serde",
22364 "serde_json",
22365 "wit-bindgen 0.22.0",
22366]
22367
22368[[package]]
22369name = "zed_extension_api"
22370version = "0.7.0"
22371source = "registry+https://github.com/rust-lang/crates.io-index"
22372checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22373dependencies = [
22374 "serde",
22375 "serde_json",
22376 "wit-bindgen 0.41.0",
22377]
22378
22379[[package]]
22380name = "zed_extension_api"
22381version = "0.8.0"
22382dependencies = [
22383 "serde",
22384 "serde_json",
22385 "wit-bindgen 0.41.0",
22386]
22387
22388[[package]]
22389name = "zed_glsl"
22390version = "0.2.3"
22391dependencies = [
22392 "zed_extension_api 0.1.0",
22393]
22394
22395[[package]]
22396name = "zed_html"
22397version = "0.3.1"
22398dependencies = [
22399 "zed_extension_api 0.7.0",
22400]
22401
22402[[package]]
22403name = "zed_proto"
22404version = "0.3.2"
22405dependencies = [
22406 "zed_extension_api 0.7.0",
22407]
22408
22409[[package]]
22410name = "zed_test_extension"
22411version = "0.1.0"
22412dependencies = [
22413 "zed_extension_api 0.8.0",
22414]
22415
22416[[package]]
22417name = "zeno"
22418version = "0.3.3"
22419source = "registry+https://github.com/rust-lang/crates.io-index"
22420checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22421
22422[[package]]
22423name = "zerocopy"
22424version = "0.8.27"
22425source = "registry+https://github.com/rust-lang/crates.io-index"
22426checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22427dependencies = [
22428 "zerocopy-derive",
22429]
22430
22431[[package]]
22432name = "zerocopy-derive"
22433version = "0.8.27"
22434source = "registry+https://github.com/rust-lang/crates.io-index"
22435checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22436dependencies = [
22437 "proc-macro2",
22438 "quote",
22439 "syn 2.0.117",
22440]
22441
22442[[package]]
22443name = "zerofrom"
22444version = "0.1.6"
22445source = "registry+https://github.com/rust-lang/crates.io-index"
22446checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22447dependencies = [
22448 "zerofrom-derive",
22449]
22450
22451[[package]]
22452name = "zerofrom-derive"
22453version = "0.1.6"
22454source = "registry+https://github.com/rust-lang/crates.io-index"
22455checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22456dependencies = [
22457 "proc-macro2",
22458 "quote",
22459 "syn 2.0.117",
22460 "synstructure",
22461]
22462
22463[[package]]
22464name = "zeroize"
22465version = "1.8.2"
22466source = "registry+https://github.com/rust-lang/crates.io-index"
22467checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22468dependencies = [
22469 "zeroize_derive",
22470]
22471
22472[[package]]
22473name = "zeroize_derive"
22474version = "1.4.2"
22475source = "registry+https://github.com/rust-lang/crates.io-index"
22476checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22477dependencies = [
22478 "proc-macro2",
22479 "quote",
22480 "syn 2.0.117",
22481]
22482
22483[[package]]
22484name = "zeromq"
22485version = "0.5.0"
22486source = "registry+https://github.com/rust-lang/crates.io-index"
22487checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22488dependencies = [
22489 "async-dispatcher",
22490 "async-std",
22491 "async-trait",
22492 "asynchronous-codec",
22493 "bytes 1.11.1",
22494 "crossbeam-queue",
22495 "futures 0.3.32",
22496 "log",
22497 "num-traits",
22498 "once_cell",
22499 "parking_lot",
22500 "rand 0.9.2",
22501 "regex",
22502 "scc",
22503 "thiserror 1.0.69",
22504 "uuid",
22505]
22506
22507[[package]]
22508name = "zerotrie"
22509version = "0.2.2"
22510source = "registry+https://github.com/rust-lang/crates.io-index"
22511checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22512dependencies = [
22513 "displaydoc",
22514 "yoke 0.8.0",
22515 "zerofrom",
22516]
22517
22518[[package]]
22519name = "zerovec"
22520version = "0.11.4"
22521source = "registry+https://github.com/rust-lang/crates.io-index"
22522checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22523dependencies = [
22524 "yoke 0.8.0",
22525 "zerofrom",
22526 "zerovec-derive",
22527]
22528
22529[[package]]
22530name = "zerovec-derive"
22531version = "0.11.1"
22532source = "registry+https://github.com/rust-lang/crates.io-index"
22533checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22534dependencies = [
22535 "proc-macro2",
22536 "quote",
22537 "syn 2.0.117",
22538]
22539
22540[[package]]
22541name = "zeta_prompt"
22542version = "0.1.0"
22543dependencies = [
22544 "anyhow",
22545 "imara-diff",
22546 "indoc",
22547 "serde",
22548 "strum 0.27.2",
22549]
22550
22551[[package]]
22552name = "zip"
22553version = "0.6.6"
22554source = "registry+https://github.com/rust-lang/crates.io-index"
22555checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22556dependencies = [
22557 "aes",
22558 "byteorder",
22559 "bzip2 0.4.4",
22560 "constant_time_eq",
22561 "crc32fast",
22562 "crossbeam-utils",
22563 "flate2",
22564 "hmac",
22565 "pbkdf2 0.11.0",
22566 "sha1",
22567 "time",
22568 "zstd",
22569]
22570
22571[[package]]
22572name = "zip"
22573version = "1.1.4"
22574source = "registry+https://github.com/rust-lang/crates.io-index"
22575checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22576dependencies = [
22577 "arbitrary",
22578 "crc32fast",
22579 "crossbeam-utils",
22580 "displaydoc",
22581 "indexmap",
22582 "num_enum",
22583 "thiserror 1.0.69",
22584]
22585
22586[[package]]
22587name = "zlog"
22588version = "0.1.0"
22589dependencies = [
22590 "anyhow",
22591 "chrono",
22592 "collections",
22593 "log",
22594 "tempfile",
22595]
22596
22597[[package]]
22598name = "zlog_settings"
22599version = "0.1.0"
22600dependencies = [
22601 "collections",
22602 "gpui",
22603 "settings",
22604 "zlog",
22605]
22606
22607[[package]]
22608name = "zstd"
22609version = "0.11.2+zstd.1.5.2"
22610source = "registry+https://github.com/rust-lang/crates.io-index"
22611checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22612dependencies = [
22613 "zstd-safe",
22614]
22615
22616[[package]]
22617name = "zstd-safe"
22618version = "5.0.2+zstd.1.5.2"
22619source = "registry+https://github.com/rust-lang/crates.io-index"
22620checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22621dependencies = [
22622 "libc",
22623 "zstd-sys",
22624]
22625
22626[[package]]
22627name = "zstd-sys"
22628version = "2.0.16+zstd.1.5.7"
22629source = "registry+https://github.com/rust-lang/crates.io-index"
22630checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22631dependencies = [
22632 "cc",
22633 "pkg-config",
22634]
22635
22636[[package]]
22637name = "ztracing"
22638version = "0.1.0"
22639dependencies = [
22640 "tracing",
22641 "tracing-subscriber",
22642 "tracing-tracy",
22643 "tracy-client",
22644 "zlog",
22645 "ztracing_macro",
22646]
22647
22648[[package]]
22649name = "ztracing_macro"
22650version = "0.1.0"
22651
22652[[package]]
22653name = "zune-core"
22654version = "0.4.12"
22655source = "registry+https://github.com/rust-lang/crates.io-index"
22656checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22657
22658[[package]]
22659name = "zune-inflate"
22660version = "0.2.54"
22661source = "registry+https://github.com/rust-lang/crates.io-index"
22662checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22663dependencies = [
22664 "simd-adler32",
22665]
22666
22667[[package]]
22668name = "zune-jpeg"
22669version = "0.4.21"
22670source = "registry+https://github.com/rust-lang/crates.io-index"
22671checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22672dependencies = [
22673 "zune-core",
22674]
22675
22676[[package]]
22677name = "zvariant"
22678version = "5.9.2"
22679source = "registry+https://github.com/rust-lang/crates.io-index"
22680checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22681dependencies = [
22682 "endi",
22683 "enumflags2",
22684 "serde",
22685 "serde_bytes",
22686 "winnow",
22687 "zvariant_derive",
22688 "zvariant_utils",
22689]
22690
22691[[package]]
22692name = "zvariant_derive"
22693version = "5.9.2"
22694source = "registry+https://github.com/rust-lang/crates.io-index"
22695checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22696dependencies = [
22697 "proc-macro-crate",
22698 "proc-macro2",
22699 "quote",
22700 "syn 2.0.117",
22701 "zvariant_utils",
22702]
22703
22704[[package]]
22705name = "zvariant_utils"
22706version = "3.3.0"
22707source = "registry+https://github.com/rust-lang/crates.io-index"
22708checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22709dependencies = [
22710 "proc-macro2",
22711 "quote",
22712 "serde",
22713 "syn 2.0.117",
22714 "winnow",
22715]