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 "language_model",
 7202 "menu",
 7203 "project",
 7204 "project_panel",
 7205 "rand 0.9.2",
 7206 "remote_connection",
 7207 "search",
 7208 "serde_json",
 7209 "settings",
 7210 "smallvec",
 7211 "smol",
 7212 "theme",
 7213 "theme_settings",
 7214 "time",
 7215 "ui",
 7216 "workspace",
 7217]
 7218
 7219[[package]]
 7220name = "git_hosting_providers"
 7221version = "0.1.0"
 7222dependencies = [
 7223 "anyhow",
 7224 "async-trait",
 7225 "futures 0.3.32",
 7226 "git",
 7227 "gpui",
 7228 "http_client",
 7229 "indoc",
 7230 "itertools 0.14.0",
 7231 "pretty_assertions",
 7232 "regex",
 7233 "serde",
 7234 "serde_json",
 7235 "settings",
 7236 "url",
 7237 "urlencoding",
 7238 "util",
 7239]
 7240
 7241[[package]]
 7242name = "git_ui"
 7243version = "0.1.0"
 7244dependencies = [
 7245 "agent_settings",
 7246 "anyhow",
 7247 "askpass",
 7248 "buffer_diff",
 7249 "call",
 7250 "collections",
 7251 "component",
 7252 "ctor",
 7253 "db",
 7254 "editor",
 7255 "file_icons",
 7256 "futures 0.3.32",
 7257 "fuzzy",
 7258 "git",
 7259 "gpui",
 7260 "indoc",
 7261 "itertools 0.14.0",
 7262 "language",
 7263 "language_model",
 7264 "linkify",
 7265 "log",
 7266 "markdown",
 7267 "menu",
 7268 "multi_buffer",
 7269 "notifications",
 7270 "panel",
 7271 "picker",
 7272 "pretty_assertions",
 7273 "project",
 7274 "prompt_store",
 7275 "proto",
 7276 "rand 0.9.2",
 7277 "remote",
 7278 "remote_connection",
 7279 "schemars",
 7280 "serde",
 7281 "serde_json",
 7282 "settings",
 7283 "smallvec",
 7284 "smol",
 7285 "strum 0.27.2",
 7286 "telemetry",
 7287 "theme",
 7288 "theme_settings",
 7289 "time",
 7290 "time_format",
 7291 "tracing",
 7292 "ui",
 7293 "ui_input",
 7294 "unindent",
 7295 "util",
 7296 "watch",
 7297 "windows 0.61.3",
 7298 "workspace",
 7299 "zed_actions",
 7300 "zeroize",
 7301 "zlog",
 7302 "ztracing",
 7303]
 7304
 7305[[package]]
 7306name = "gl_generator"
 7307version = "0.14.0"
 7308source = "registry+https://github.com/rust-lang/crates.io-index"
 7309checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
 7310dependencies = [
 7311 "khronos_api",
 7312 "log",
 7313 "xml-rs",
 7314]
 7315
 7316[[package]]
 7317name = "glib"
 7318version = "0.21.5"
 7319source = "registry+https://github.com/rust-lang/crates.io-index"
 7320checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
 7321dependencies = [
 7322 "bitflags 2.10.0",
 7323 "futures-channel",
 7324 "futures-core",
 7325 "futures-executor",
 7326 "futures-task",
 7327 "futures-util",
 7328 "gio-sys",
 7329 "glib-macros",
 7330 "glib-sys",
 7331 "gobject-sys",
 7332 "libc",
 7333 "memchr",
 7334 "smallvec",
 7335]
 7336
 7337[[package]]
 7338name = "glib-macros"
 7339version = "0.21.5"
 7340source = "registry+https://github.com/rust-lang/crates.io-index"
 7341checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
 7342dependencies = [
 7343 "heck 0.5.0",
 7344 "proc-macro-crate",
 7345 "proc-macro2",
 7346 "quote",
 7347 "syn 2.0.117",
 7348]
 7349
 7350[[package]]
 7351name = "glib-sys"
 7352version = "0.21.5"
 7353source = "registry+https://github.com/rust-lang/crates.io-index"
 7354checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
 7355dependencies = [
 7356 "libc",
 7357 "system-deps 7.0.7",
 7358]
 7359
 7360[[package]]
 7361name = "glob"
 7362version = "0.3.3"
 7363source = "registry+https://github.com/rust-lang/crates.io-index"
 7364checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
 7365
 7366[[package]]
 7367name = "globset"
 7368version = "0.4.17"
 7369source = "registry+https://github.com/rust-lang/crates.io-index"
 7370checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
 7371dependencies = [
 7372 "aho-corasick",
 7373 "bstr",
 7374 "log",
 7375 "regex-automata",
 7376 "regex-syntax",
 7377]
 7378
 7379[[package]]
 7380name = "gloo-timers"
 7381version = "0.3.0"
 7382source = "registry+https://github.com/rust-lang/crates.io-index"
 7383checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 7384dependencies = [
 7385 "futures-channel",
 7386 "futures-core",
 7387 "js-sys",
 7388 "wasm-bindgen",
 7389]
 7390
 7391[[package]]
 7392name = "glow"
 7393version = "0.17.0"
 7394source = "registry+https://github.com/rust-lang/crates.io-index"
 7395checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
 7396dependencies = [
 7397 "js-sys",
 7398 "slotmap",
 7399 "wasm-bindgen",
 7400 "web-sys",
 7401]
 7402
 7403[[package]]
 7404name = "glutin_wgl_sys"
 7405version = "0.6.1"
 7406source = "registry+https://github.com/rust-lang/crates.io-index"
 7407checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
 7408dependencies = [
 7409 "gl_generator",
 7410]
 7411
 7412[[package]]
 7413name = "go_to_line"
 7414version = "0.1.0"
 7415dependencies = [
 7416 "editor",
 7417 "gpui",
 7418 "indoc",
 7419 "language",
 7420 "menu",
 7421 "multi_buffer",
 7422 "project",
 7423 "rope",
 7424 "serde",
 7425 "serde_json",
 7426 "settings",
 7427 "text",
 7428 "theme",
 7429 "ui",
 7430 "util",
 7431 "workspace",
 7432]
 7433
 7434[[package]]
 7435name = "gobject-sys"
 7436version = "0.21.5"
 7437source = "registry+https://github.com/rust-lang/crates.io-index"
 7438checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
 7439dependencies = [
 7440 "glib-sys",
 7441 "libc",
 7442 "system-deps 7.0.7",
 7443]
 7444
 7445[[package]]
 7446name = "goblin"
 7447version = "0.9.3"
 7448source = "registry+https://github.com/rust-lang/crates.io-index"
 7449checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
 7450dependencies = [
 7451 "log",
 7452 "plain",
 7453 "scroll",
 7454]
 7455
 7456[[package]]
 7457name = "google_ai"
 7458version = "0.1.0"
 7459dependencies = [
 7460 "anyhow",
 7461 "futures 0.3.32",
 7462 "http_client",
 7463 "schemars",
 7464 "serde",
 7465 "serde_json",
 7466 "settings",
 7467 "strum 0.27.2",
 7468]
 7469
 7470[[package]]
 7471name = "gpu-allocator"
 7472version = "0.28.0"
 7473source = "registry+https://github.com/rust-lang/crates.io-index"
 7474checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
 7475dependencies = [
 7476 "ash",
 7477 "hashbrown 0.16.1",
 7478 "log",
 7479 "presser",
 7480 "thiserror 2.0.17",
 7481 "windows 0.62.2",
 7482]
 7483
 7484[[package]]
 7485name = "gpu-descriptor"
 7486version = "0.3.2"
 7487source = "registry+https://github.com/rust-lang/crates.io-index"
 7488checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
 7489dependencies = [
 7490 "bitflags 2.10.0",
 7491 "gpu-descriptor-types",
 7492 "hashbrown 0.15.5",
 7493]
 7494
 7495[[package]]
 7496name = "gpu-descriptor-types"
 7497version = "0.2.0"
 7498source = "registry+https://github.com/rust-lang/crates.io-index"
 7499checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
 7500dependencies = [
 7501 "bitflags 2.10.0",
 7502]
 7503
 7504[[package]]
 7505name = "gpui"
 7506version = "0.2.2"
 7507dependencies = [
 7508 "anyhow",
 7509 "async-channel 2.5.0",
 7510 "async-task",
 7511 "backtrace",
 7512 "bindgen 0.71.1",
 7513 "bitflags 2.10.0",
 7514 "block",
 7515 "cbindgen",
 7516 "chrono",
 7517 "cocoa 0.26.0",
 7518 "cocoa-foundation 0.2.0",
 7519 "collections",
 7520 "core-foundation 0.10.0",
 7521 "core-foundation-sys",
 7522 "core-graphics 0.24.0",
 7523 "core-text",
 7524 "core-video",
 7525 "ctor",
 7526 "derive_more",
 7527 "embed-resource",
 7528 "env_logger 0.11.8",
 7529 "etagere",
 7530 "foreign-types 0.5.0",
 7531 "futures 0.3.32",
 7532 "futures-concurrency",
 7533 "getrandom 0.3.4",
 7534 "gpui_macros",
 7535 "gpui_platform",
 7536 "gpui_util",
 7537 "gpui_web",
 7538 "http_client",
 7539 "image",
 7540 "inventory",
 7541 "itertools 0.14.0",
 7542 "log",
 7543 "lyon",
 7544 "mach2 0.5.0",
 7545 "media",
 7546 "metal",
 7547 "naga 29.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 7548 "num_cpus",
 7549 "objc",
 7550 "objc2",
 7551 "objc2-metal",
 7552 "parking",
 7553 "parking_lot",
 7554 "pathfinder_geometry",
 7555 "pin-project",
 7556 "pollster 0.4.0",
 7557 "postage",
 7558 "profiling",
 7559 "proptest",
 7560 "rand 0.9.2",
 7561 "raw-window-handle",
 7562 "refineable",
 7563 "regex",
 7564 "reqwest_client",
 7565 "resvg",
 7566 "scheduler",
 7567 "schemars",
 7568 "seahash",
 7569 "serde",
 7570 "serde_json",
 7571 "slotmap",
 7572 "smallvec",
 7573 "spin 0.10.0",
 7574 "stacksafe",
 7575 "strum 0.27.2",
 7576 "sum_tree",
 7577 "taffy",
 7578 "thiserror 2.0.17",
 7579 "ttf-parser 0.25.1",
 7580 "unicode-segmentation",
 7581 "url",
 7582 "usvg",
 7583 "util_macros",
 7584 "uuid",
 7585 "waker-fn",
 7586 "wasm-bindgen",
 7587 "web-time",
 7588 "windows 0.61.3",
 7589 "zed-font-kit",
 7590 "zed-scap",
 7591]
 7592
 7593[[package]]
 7594name = "gpui_linux"
 7595version = "0.1.0"
 7596dependencies = [
 7597 "anyhow",
 7598 "as-raw-xcb-connection",
 7599 "ashpd",
 7600 "bitflags 2.10.0",
 7601 "bytemuck",
 7602 "calloop",
 7603 "calloop-wayland-source",
 7604 "collections",
 7605 "filedescriptor",
 7606 "futures 0.3.32",
 7607 "gpui",
 7608 "gpui_wgpu",
 7609 "http_client",
 7610 "itertools 0.14.0",
 7611 "libc",
 7612 "log",
 7613 "oo7",
 7614 "open",
 7615 "parking_lot",
 7616 "pathfinder_geometry",
 7617 "pollster 0.4.0",
 7618 "profiling",
 7619 "raw-window-handle",
 7620 "smallvec",
 7621 "smol",
 7622 "strum 0.27.2",
 7623 "swash",
 7624 "url",
 7625 "util",
 7626 "uuid",
 7627 "wayland-backend",
 7628 "wayland-client",
 7629 "wayland-cursor",
 7630 "wayland-protocols",
 7631 "wayland-protocols-plasma",
 7632 "wayland-protocols-wlr",
 7633 "x11-clipboard",
 7634 "x11rb",
 7635 "xkbcommon",
 7636 "zed-scap",
 7637 "zed-xim",
 7638]
 7639
 7640[[package]]
 7641name = "gpui_macos"
 7642version = "0.1.0"
 7643dependencies = [
 7644 "anyhow",
 7645 "async-task",
 7646 "block",
 7647 "cbindgen",
 7648 "cocoa 0.26.0",
 7649 "collections",
 7650 "core-foundation 0.10.0",
 7651 "core-foundation-sys",
 7652 "core-graphics 0.24.0",
 7653 "core-text",
 7654 "core-video",
 7655 "ctor",
 7656 "derive_more",
 7657 "dispatch2",
 7658 "etagere",
 7659 "foreign-types 0.5.0",
 7660 "futures 0.3.32",
 7661 "gpui",
 7662 "image",
 7663 "itertools 0.14.0",
 7664 "libc",
 7665 "log",
 7666 "mach2 0.5.0",
 7667 "media",
 7668 "metal",
 7669 "objc",
 7670 "objc2-app-kit",
 7671 "parking_lot",
 7672 "pathfinder_geometry",
 7673 "raw-window-handle",
 7674 "semver",
 7675 "smallvec",
 7676 "strum 0.27.2",
 7677 "util",
 7678 "uuid",
 7679 "zed-font-kit",
 7680]
 7681
 7682[[package]]
 7683name = "gpui_macros"
 7684version = "0.1.0"
 7685dependencies = [
 7686 "gpui",
 7687 "heck 0.5.0",
 7688 "proc-macro2",
 7689 "quote",
 7690 "syn 2.0.117",
 7691]
 7692
 7693[[package]]
 7694name = "gpui_platform"
 7695version = "0.1.0"
 7696dependencies = [
 7697 "console_error_panic_hook",
 7698 "gpui",
 7699 "gpui_linux",
 7700 "gpui_macos",
 7701 "gpui_web",
 7702 "gpui_windows",
 7703]
 7704
 7705[[package]]
 7706name = "gpui_tokio"
 7707version = "0.1.0"
 7708dependencies = [
 7709 "anyhow",
 7710 "gpui",
 7711 "tokio",
 7712 "util",
 7713]
 7714
 7715[[package]]
 7716name = "gpui_util"
 7717version = "0.1.0"
 7718dependencies = [
 7719 "anyhow",
 7720 "log",
 7721]
 7722
 7723[[package]]
 7724name = "gpui_web"
 7725version = "0.1.0"
 7726dependencies = [
 7727 "anyhow",
 7728 "console_error_panic_hook",
 7729 "futures 0.3.32",
 7730 "gpui",
 7731 "gpui_wgpu",
 7732 "http_client",
 7733 "js-sys",
 7734 "log",
 7735 "parking_lot",
 7736 "raw-window-handle",
 7737 "smallvec",
 7738 "uuid",
 7739 "wasm-bindgen",
 7740 "wasm-bindgen-futures",
 7741 "wasm_thread",
 7742 "web-sys",
 7743 "web-time",
 7744]
 7745
 7746[[package]]
 7747name = "gpui_wgpu"
 7748version = "0.1.0"
 7749dependencies = [
 7750 "anyhow",
 7751 "bytemuck",
 7752 "collections",
 7753 "cosmic-text",
 7754 "etagere",
 7755 "gpui",
 7756 "gpui_util",
 7757 "itertools 0.14.0",
 7758 "js-sys",
 7759 "log",
 7760 "parking_lot",
 7761 "pollster 0.4.0",
 7762 "profiling",
 7763 "raw-window-handle",
 7764 "smallvec",
 7765 "swash",
 7766 "wasm-bindgen",
 7767 "wasm-bindgen-futures",
 7768 "web-sys",
 7769 "wgpu",
 7770 "zed-font-kit",
 7771]
 7772
 7773[[package]]
 7774name = "gpui_windows"
 7775version = "0.1.0"
 7776dependencies = [
 7777 "anyhow",
 7778 "collections",
 7779 "etagere",
 7780 "futures 0.3.32",
 7781 "gpui",
 7782 "image",
 7783 "itertools 0.14.0",
 7784 "log",
 7785 "parking_lot",
 7786 "rand 0.9.2",
 7787 "raw-window-handle",
 7788 "smallvec",
 7789 "util",
 7790 "uuid",
 7791 "windows 0.61.3",
 7792 "windows-core 0.61.2",
 7793 "windows-numerics 0.2.0",
 7794 "windows-registry 0.5.3",
 7795 "zed-scap",
 7796]
 7797
 7798[[package]]
 7799name = "grammars"
 7800version = "0.1.0"
 7801dependencies = [
 7802 "anyhow",
 7803 "language_core",
 7804 "rust-embed",
 7805 "toml 0.8.23",
 7806 "tree-sitter",
 7807 "tree-sitter-bash",
 7808 "tree-sitter-c",
 7809 "tree-sitter-cpp",
 7810 "tree-sitter-css",
 7811 "tree-sitter-diff",
 7812 "tree-sitter-gitcommit",
 7813 "tree-sitter-go",
 7814 "tree-sitter-gomod",
 7815 "tree-sitter-gowork",
 7816 "tree-sitter-jsdoc",
 7817 "tree-sitter-json",
 7818 "tree-sitter-md",
 7819 "tree-sitter-python",
 7820 "tree-sitter-regex",
 7821 "tree-sitter-rust",
 7822 "tree-sitter-typescript",
 7823 "tree-sitter-yaml",
 7824 "util",
 7825]
 7826
 7827[[package]]
 7828name = "grid"
 7829version = "0.18.0"
 7830source = "registry+https://github.com/rust-lang/crates.io-index"
 7831checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
 7832
 7833[[package]]
 7834name = "group"
 7835version = "0.12.1"
 7836source = "registry+https://github.com/rust-lang/crates.io-index"
 7837checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7838dependencies = [
 7839 "ff",
 7840 "rand_core 0.6.4",
 7841 "subtle",
 7842]
 7843
 7844[[package]]
 7845name = "h2"
 7846version = "0.3.27"
 7847source = "registry+https://github.com/rust-lang/crates.io-index"
 7848checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
 7849dependencies = [
 7850 "bytes 1.11.1",
 7851 "fnv",
 7852 "futures-core",
 7853 "futures-sink",
 7854 "futures-util",
 7855 "http 0.2.12",
 7856 "indexmap",
 7857 "slab",
 7858 "tokio",
 7859 "tokio-util",
 7860 "tracing",
 7861]
 7862
 7863[[package]]
 7864name = "h2"
 7865version = "0.4.12"
 7866source = "registry+https://github.com/rust-lang/crates.io-index"
 7867checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
 7868dependencies = [
 7869 "atomic-waker",
 7870 "bytes 1.11.1",
 7871 "fnv",
 7872 "futures-core",
 7873 "futures-sink",
 7874 "http 1.3.1",
 7875 "indexmap",
 7876 "slab",
 7877 "tokio",
 7878 "tokio-util",
 7879 "tracing",
 7880]
 7881
 7882[[package]]
 7883name = "half"
 7884version = "2.7.1"
 7885source = "registry+https://github.com/rust-lang/crates.io-index"
 7886checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
 7887dependencies = [
 7888 "bytemuck",
 7889 "cfg-if",
 7890 "crunchy",
 7891 "num-traits",
 7892 "rand 0.9.2",
 7893 "rand_distr",
 7894 "zerocopy",
 7895]
 7896
 7897[[package]]
 7898name = "handlebars"
 7899version = "4.5.0"
 7900source = "registry+https://github.com/rust-lang/crates.io-index"
 7901checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7902dependencies = [
 7903 "log",
 7904 "pest",
 7905 "pest_derive",
 7906 "rust-embed",
 7907 "serde",
 7908 "serde_json",
 7909 "thiserror 1.0.69",
 7910]
 7911
 7912[[package]]
 7913name = "handlebars"
 7914version = "5.1.2"
 7915source = "registry+https://github.com/rust-lang/crates.io-index"
 7916checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
 7917dependencies = [
 7918 "log",
 7919 "pest",
 7920 "pest_derive",
 7921 "serde",
 7922 "serde_json",
 7923 "thiserror 1.0.69",
 7924]
 7925
 7926[[package]]
 7927name = "harfrust"
 7928version = "0.5.0"
 7929source = "registry+https://github.com/rust-lang/crates.io-index"
 7930checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
 7931dependencies = [
 7932 "bitflags 2.10.0",
 7933 "bytemuck",
 7934 "core_maths",
 7935 "read-fonts 0.37.0",
 7936 "smallvec",
 7937]
 7938
 7939[[package]]
 7940name = "hash32"
 7941version = "0.3.1"
 7942source = "registry+https://github.com/rust-lang/crates.io-index"
 7943checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
 7944dependencies = [
 7945 "byteorder",
 7946]
 7947
 7948[[package]]
 7949name = "hashbrown"
 7950version = "0.12.3"
 7951source = "registry+https://github.com/rust-lang/crates.io-index"
 7952checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 7953dependencies = [
 7954 "ahash 0.7.8",
 7955]
 7956
 7957[[package]]
 7958name = "hashbrown"
 7959version = "0.14.5"
 7960source = "registry+https://github.com/rust-lang/crates.io-index"
 7961checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 7962dependencies = [
 7963 "ahash 0.8.12",
 7964 "allocator-api2",
 7965]
 7966
 7967[[package]]
 7968name = "hashbrown"
 7969version = "0.15.5"
 7970source = "registry+https://github.com/rust-lang/crates.io-index"
 7971checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
 7972dependencies = [
 7973 "allocator-api2",
 7974 "equivalent",
 7975 "foldhash 0.1.5",
 7976 "serde",
 7977]
 7978
 7979[[package]]
 7980name = "hashbrown"
 7981version = "0.16.1"
 7982source = "registry+https://github.com/rust-lang/crates.io-index"
 7983checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
 7984dependencies = [
 7985 "allocator-api2",
 7986 "equivalent",
 7987 "foldhash 0.2.0",
 7988]
 7989
 7990[[package]]
 7991name = "hashlink"
 7992version = "0.8.4"
 7993source = "registry+https://github.com/rust-lang/crates.io-index"
 7994checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 7995dependencies = [
 7996 "hashbrown 0.14.5",
 7997]
 7998
 7999[[package]]
 8000name = "hashlink"
 8001version = "0.10.0"
 8002source = "registry+https://github.com/rust-lang/crates.io-index"
 8003checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 8004dependencies = [
 8005 "hashbrown 0.15.5",
 8006]
 8007
 8008[[package]]
 8009name = "headers"
 8010version = "0.3.9"
 8011source = "registry+https://github.com/rust-lang/crates.io-index"
 8012checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 8013dependencies = [
 8014 "base64 0.21.7",
 8015 "bytes 1.11.1",
 8016 "headers-core",
 8017 "http 0.2.12",
 8018 "httpdate",
 8019 "mime",
 8020 "sha1",
 8021]
 8022
 8023[[package]]
 8024name = "headers-core"
 8025version = "0.2.0"
 8026source = "registry+https://github.com/rust-lang/crates.io-index"
 8027checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 8028dependencies = [
 8029 "http 0.2.12",
 8030]
 8031
 8032[[package]]
 8033name = "heapless"
 8034version = "0.9.2"
 8035source = "registry+https://github.com/rust-lang/crates.io-index"
 8036checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
 8037dependencies = [
 8038 "hash32",
 8039 "stable_deref_trait",
 8040]
 8041
 8042[[package]]
 8043name = "heck"
 8044version = "0.3.3"
 8045source = "registry+https://github.com/rust-lang/crates.io-index"
 8046checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 8047dependencies = [
 8048 "unicode-segmentation",
 8049]
 8050
 8051[[package]]
 8052name = "heck"
 8053version = "0.4.1"
 8054source = "registry+https://github.com/rust-lang/crates.io-index"
 8055checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 8056dependencies = [
 8057 "unicode-segmentation",
 8058]
 8059
 8060[[package]]
 8061name = "heck"
 8062version = "0.5.0"
 8063source = "registry+https://github.com/rust-lang/crates.io-index"
 8064checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 8065
 8066[[package]]
 8067name = "heed"
 8068version = "0.21.0"
 8069source = "registry+https://github.com/rust-lang/crates.io-index"
 8070checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 8071dependencies = [
 8072 "bitflags 2.10.0",
 8073 "byteorder",
 8074 "heed-traits",
 8075 "heed-types",
 8076 "libc",
 8077 "lmdb-master-sys",
 8078 "once_cell",
 8079 "page_size",
 8080 "serde",
 8081 "synchronoise",
 8082 "url",
 8083]
 8084
 8085[[package]]
 8086name = "heed-traits"
 8087version = "0.20.0"
 8088source = "registry+https://github.com/rust-lang/crates.io-index"
 8089checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 8090
 8091[[package]]
 8092name = "heed-types"
 8093version = "0.21.0"
 8094source = "registry+https://github.com/rust-lang/crates.io-index"
 8095checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 8096dependencies = [
 8097 "bincode",
 8098 "byteorder",
 8099 "heed-traits",
 8100 "serde",
 8101 "serde_json",
 8102]
 8103
 8104[[package]]
 8105name = "hermit-abi"
 8106version = "0.5.2"
 8107source = "registry+https://github.com/rust-lang/crates.io-index"
 8108checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
 8109
 8110[[package]]
 8111name = "hex"
 8112version = "0.4.3"
 8113source = "registry+https://github.com/rust-lang/crates.io-index"
 8114checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 8115
 8116[[package]]
 8117name = "hexf-parse"
 8118version = "0.2.1"
 8119source = "registry+https://github.com/rust-lang/crates.io-index"
 8120checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 8121
 8122[[package]]
 8123name = "hkdf"
 8124version = "0.12.4"
 8125source = "registry+https://github.com/rust-lang/crates.io-index"
 8126checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 8127dependencies = [
 8128 "hmac",
 8129]
 8130
 8131[[package]]
 8132name = "hmac"
 8133version = "0.12.1"
 8134source = "registry+https://github.com/rust-lang/crates.io-index"
 8135checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 8136dependencies = [
 8137 "digest",
 8138]
 8139
 8140[[package]]
 8141name = "home"
 8142version = "0.5.11"
 8143source = "registry+https://github.com/rust-lang/crates.io-index"
 8144checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 8145dependencies = [
 8146 "windows-sys 0.59.0",
 8147]
 8148
 8149[[package]]
 8150name = "hound"
 8151version = "3.5.1"
 8152source = "registry+https://github.com/rust-lang/crates.io-index"
 8153checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 8154
 8155[[package]]
 8156name = "html5ever"
 8157version = "0.27.0"
 8158source = "registry+https://github.com/rust-lang/crates.io-index"
 8159checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 8160dependencies = [
 8161 "log",
 8162 "mac",
 8163 "markup5ever 0.12.1",
 8164 "proc-macro2",
 8165 "quote",
 8166 "syn 2.0.117",
 8167]
 8168
 8169[[package]]
 8170name = "html5ever"
 8171version = "0.35.0"
 8172source = "registry+https://github.com/rust-lang/crates.io-index"
 8173checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
 8174dependencies = [
 8175 "log",
 8176 "markup5ever 0.35.0",
 8177 "match_token",
 8178]
 8179
 8180[[package]]
 8181name = "html_to_markdown"
 8182version = "0.1.0"
 8183dependencies = [
 8184 "anyhow",
 8185 "html5ever 0.27.0",
 8186 "indoc",
 8187 "markup5ever_rcdom",
 8188 "pretty_assertions",
 8189 "regex",
 8190]
 8191
 8192[[package]]
 8193name = "http"
 8194version = "0.2.12"
 8195source = "registry+https://github.com/rust-lang/crates.io-index"
 8196checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 8197dependencies = [
 8198 "bytes 1.11.1",
 8199 "fnv",
 8200 "itoa",
 8201]
 8202
 8203[[package]]
 8204name = "http"
 8205version = "1.3.1"
 8206source = "registry+https://github.com/rust-lang/crates.io-index"
 8207checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 8208dependencies = [
 8209 "bytes 1.11.1",
 8210 "fnv",
 8211 "itoa",
 8212]
 8213
 8214[[package]]
 8215name = "http-body"
 8216version = "0.4.6"
 8217source = "registry+https://github.com/rust-lang/crates.io-index"
 8218checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 8219dependencies = [
 8220 "bytes 1.11.1",
 8221 "http 0.2.12",
 8222 "pin-project-lite",
 8223]
 8224
 8225[[package]]
 8226name = "http-body"
 8227version = "1.0.1"
 8228source = "registry+https://github.com/rust-lang/crates.io-index"
 8229checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 8230dependencies = [
 8231 "bytes 1.11.1",
 8232 "http 1.3.1",
 8233]
 8234
 8235[[package]]
 8236name = "http-body-util"
 8237version = "0.1.3"
 8238source = "registry+https://github.com/rust-lang/crates.io-index"
 8239checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 8240dependencies = [
 8241 "bytes 1.11.1",
 8242 "futures-core",
 8243 "http 1.3.1",
 8244 "http-body 1.0.1",
 8245 "pin-project-lite",
 8246]
 8247
 8248[[package]]
 8249name = "http-range-header"
 8250version = "0.3.1"
 8251source = "registry+https://github.com/rust-lang/crates.io-index"
 8252checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 8253
 8254[[package]]
 8255name = "http_client"
 8256version = "0.1.0"
 8257dependencies = [
 8258 "anyhow",
 8259 "async-compression",
 8260 "async-fs",
 8261 "async-tar",
 8262 "bytes 1.11.1",
 8263 "derive_more",
 8264 "futures 0.3.32",
 8265 "http 1.3.1",
 8266 "http-body 1.0.1",
 8267 "log",
 8268 "parking_lot",
 8269 "serde",
 8270 "serde_json",
 8271 "serde_urlencoded",
 8272 "sha2",
 8273 "tempfile",
 8274 "url",
 8275 "util",
 8276]
 8277
 8278[[package]]
 8279name = "http_client_tls"
 8280version = "0.1.0"
 8281dependencies = [
 8282 "rustls 0.23.33",
 8283 "rustls-platform-verifier",
 8284]
 8285
 8286[[package]]
 8287name = "httparse"
 8288version = "1.10.1"
 8289source = "registry+https://github.com/rust-lang/crates.io-index"
 8290checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 8291
 8292[[package]]
 8293name = "httpdate"
 8294version = "1.0.3"
 8295source = "registry+https://github.com/rust-lang/crates.io-index"
 8296checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 8297
 8298[[package]]
 8299name = "human_bytes"
 8300version = "0.4.3"
 8301source = "registry+https://github.com/rust-lang/crates.io-index"
 8302checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 8303
 8304[[package]]
 8305name = "humantime"
 8306version = "2.3.0"
 8307source = "registry+https://github.com/rust-lang/crates.io-index"
 8308checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
 8309
 8310[[package]]
 8311name = "hyper"
 8312version = "0.14.32"
 8313source = "registry+https://github.com/rust-lang/crates.io-index"
 8314checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 8315dependencies = [
 8316 "bytes 1.11.1",
 8317 "futures-channel",
 8318 "futures-core",
 8319 "futures-util",
 8320 "h2 0.3.27",
 8321 "http 0.2.12",
 8322 "http-body 0.4.6",
 8323 "httparse",
 8324 "httpdate",
 8325 "itoa",
 8326 "pin-project-lite",
 8327 "socket2 0.5.10",
 8328 "tokio",
 8329 "tower-service",
 8330 "tracing",
 8331 "want",
 8332]
 8333
 8334[[package]]
 8335name = "hyper"
 8336version = "1.7.0"
 8337source = "registry+https://github.com/rust-lang/crates.io-index"
 8338checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
 8339dependencies = [
 8340 "atomic-waker",
 8341 "bytes 1.11.1",
 8342 "futures-channel",
 8343 "futures-core",
 8344 "h2 0.4.12",
 8345 "http 1.3.1",
 8346 "http-body 1.0.1",
 8347 "httparse",
 8348 "itoa",
 8349 "pin-project-lite",
 8350 "pin-utils",
 8351 "smallvec",
 8352 "tokio",
 8353 "want",
 8354]
 8355
 8356[[package]]
 8357name = "hyper-rustls"
 8358version = "0.24.2"
 8359source = "registry+https://github.com/rust-lang/crates.io-index"
 8360checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 8361dependencies = [
 8362 "futures-util",
 8363 "http 0.2.12",
 8364 "hyper 0.14.32",
 8365 "log",
 8366 "rustls 0.21.12",
 8367 "rustls-native-certs 0.6.3",
 8368 "tokio",
 8369 "tokio-rustls 0.24.1",
 8370]
 8371
 8372[[package]]
 8373name = "hyper-rustls"
 8374version = "0.27.7"
 8375source = "registry+https://github.com/rust-lang/crates.io-index"
 8376checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
 8377dependencies = [
 8378 "http 1.3.1",
 8379 "hyper 1.7.0",
 8380 "hyper-util",
 8381 "log",
 8382 "rustls 0.23.33",
 8383 "rustls-native-certs 0.8.2",
 8384 "rustls-pki-types",
 8385 "tokio",
 8386 "tokio-rustls 0.26.2",
 8387 "tower-service",
 8388]
 8389
 8390[[package]]
 8391name = "hyper-timeout"
 8392version = "0.5.2"
 8393source = "registry+https://github.com/rust-lang/crates.io-index"
 8394checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
 8395dependencies = [
 8396 "hyper 1.7.0",
 8397 "hyper-util",
 8398 "pin-project-lite",
 8399 "tokio",
 8400 "tower-service",
 8401]
 8402
 8403[[package]]
 8404name = "hyper-tls"
 8405version = "0.5.0"
 8406source = "registry+https://github.com/rust-lang/crates.io-index"
 8407checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 8408dependencies = [
 8409 "bytes 1.11.1",
 8410 "hyper 0.14.32",
 8411 "native-tls",
 8412 "tokio",
 8413 "tokio-native-tls",
 8414]
 8415
 8416[[package]]
 8417name = "hyper-util"
 8418version = "0.1.17"
 8419source = "registry+https://github.com/rust-lang/crates.io-index"
 8420checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
 8421dependencies = [
 8422 "base64 0.22.1",
 8423 "bytes 1.11.1",
 8424 "futures-channel",
 8425 "futures-core",
 8426 "futures-util",
 8427 "http 1.3.1",
 8428 "http-body 1.0.1",
 8429 "hyper 1.7.0",
 8430 "ipnet",
 8431 "libc",
 8432 "percent-encoding",
 8433 "pin-project-lite",
 8434 "socket2 0.6.1",
 8435 "tokio",
 8436 "tower-service",
 8437 "tracing",
 8438]
 8439
 8440[[package]]
 8441name = "iana-time-zone"
 8442version = "0.1.64"
 8443source = "registry+https://github.com/rust-lang/crates.io-index"
 8444checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
 8445dependencies = [
 8446 "android_system_properties",
 8447 "core-foundation-sys",
 8448 "iana-time-zone-haiku",
 8449 "js-sys",
 8450 "log",
 8451 "wasm-bindgen",
 8452 "windows-core 0.62.2",
 8453]
 8454
 8455[[package]]
 8456name = "iana-time-zone-haiku"
 8457version = "0.1.2"
 8458source = "registry+https://github.com/rust-lang/crates.io-index"
 8459checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 8460dependencies = [
 8461 "cc",
 8462]
 8463
 8464[[package]]
 8465name = "icons"
 8466version = "0.1.0"
 8467dependencies = [
 8468 "serde",
 8469 "strum 0.27.2",
 8470]
 8471
 8472[[package]]
 8473name = "icu_collections"
 8474version = "2.0.0"
 8475source = "registry+https://github.com/rust-lang/crates.io-index"
 8476checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
 8477dependencies = [
 8478 "displaydoc",
 8479 "potential_utf",
 8480 "yoke 0.8.0",
 8481 "zerofrom",
 8482 "zerovec",
 8483]
 8484
 8485[[package]]
 8486name = "icu_locale_core"
 8487version = "2.0.0"
 8488source = "registry+https://github.com/rust-lang/crates.io-index"
 8489checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
 8490dependencies = [
 8491 "displaydoc",
 8492 "litemap",
 8493 "tinystr",
 8494 "writeable",
 8495 "zerovec",
 8496]
 8497
 8498[[package]]
 8499name = "icu_normalizer"
 8500version = "2.0.0"
 8501source = "registry+https://github.com/rust-lang/crates.io-index"
 8502checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
 8503dependencies = [
 8504 "displaydoc",
 8505 "icu_collections",
 8506 "icu_normalizer_data",
 8507 "icu_properties",
 8508 "icu_provider",
 8509 "smallvec",
 8510 "zerovec",
 8511]
 8512
 8513[[package]]
 8514name = "icu_normalizer_data"
 8515version = "2.0.0"
 8516source = "registry+https://github.com/rust-lang/crates.io-index"
 8517checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
 8518
 8519[[package]]
 8520name = "icu_properties"
 8521version = "2.0.1"
 8522source = "registry+https://github.com/rust-lang/crates.io-index"
 8523checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
 8524dependencies = [
 8525 "displaydoc",
 8526 "icu_collections",
 8527 "icu_locale_core",
 8528 "icu_properties_data",
 8529 "icu_provider",
 8530 "potential_utf",
 8531 "zerotrie",
 8532 "zerovec",
 8533]
 8534
 8535[[package]]
 8536name = "icu_properties_data"
 8537version = "2.0.1"
 8538source = "registry+https://github.com/rust-lang/crates.io-index"
 8539checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
 8540
 8541[[package]]
 8542name = "icu_provider"
 8543version = "2.0.0"
 8544source = "registry+https://github.com/rust-lang/crates.io-index"
 8545checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
 8546dependencies = [
 8547 "displaydoc",
 8548 "icu_locale_core",
 8549 "stable_deref_trait",
 8550 "tinystr",
 8551 "writeable",
 8552 "yoke 0.8.0",
 8553 "zerofrom",
 8554 "zerotrie",
 8555 "zerovec",
 8556]
 8557
 8558[[package]]
 8559name = "id-arena"
 8560version = "2.2.1"
 8561source = "registry+https://github.com/rust-lang/crates.io-index"
 8562checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 8563
 8564[[package]]
 8565name = "ident_case"
 8566version = "1.0.1"
 8567source = "registry+https://github.com/rust-lang/crates.io-index"
 8568checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 8569
 8570[[package]]
 8571name = "idna"
 8572version = "1.1.0"
 8573source = "registry+https://github.com/rust-lang/crates.io-index"
 8574checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
 8575dependencies = [
 8576 "idna_adapter",
 8577 "smallvec",
 8578 "utf8_iter",
 8579]
 8580
 8581[[package]]
 8582name = "idna_adapter"
 8583version = "1.2.1"
 8584source = "registry+https://github.com/rust-lang/crates.io-index"
 8585checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
 8586dependencies = [
 8587 "icu_normalizer",
 8588 "icu_properties",
 8589]
 8590
 8591[[package]]
 8592name = "ignore"
 8593version = "0.4.24"
 8594source = "registry+https://github.com/rust-lang/crates.io-index"
 8595checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
 8596dependencies = [
 8597 "crossbeam-deque",
 8598 "globset",
 8599 "log",
 8600 "memchr",
 8601 "regex-automata",
 8602 "same-file",
 8603 "walkdir",
 8604 "winapi-util",
 8605]
 8606
 8607[[package]]
 8608name = "image"
 8609version = "0.25.8"
 8610source = "registry+https://github.com/rust-lang/crates.io-index"
 8611checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
 8612dependencies = [
 8613 "bytemuck",
 8614 "byteorder-lite",
 8615 "color_quant",
 8616 "exr",
 8617 "gif",
 8618 "image-webp",
 8619 "moxcms",
 8620 "num-traits",
 8621 "png 0.18.0",
 8622 "qoi",
 8623 "ravif",
 8624 "rayon",
 8625 "rgb",
 8626 "tiff",
 8627 "zune-core",
 8628 "zune-jpeg",
 8629]
 8630
 8631[[package]]
 8632name = "image-webp"
 8633version = "0.2.4"
 8634source = "registry+https://github.com/rust-lang/crates.io-index"
 8635checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
 8636dependencies = [
 8637 "byteorder-lite",
 8638 "quick-error 2.0.1",
 8639]
 8640
 8641[[package]]
 8642name = "image_viewer"
 8643version = "0.1.0"
 8644dependencies = [
 8645 "anyhow",
 8646 "db",
 8647 "editor",
 8648 "file_icons",
 8649 "gpui",
 8650 "language",
 8651 "log",
 8652 "project",
 8653 "serde",
 8654 "settings",
 8655 "theme_settings",
 8656 "ui",
 8657 "util",
 8658 "workspace",
 8659]
 8660
 8661[[package]]
 8662name = "imagesize"
 8663version = "0.13.0"
 8664source = "registry+https://github.com/rust-lang/crates.io-index"
 8665checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 8666
 8667[[package]]
 8668name = "imara-diff"
 8669version = "0.1.8"
 8670source = "registry+https://github.com/rust-lang/crates.io-index"
 8671checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 8672dependencies = [
 8673 "hashbrown 0.15.5",
 8674]
 8675
 8676[[package]]
 8677name = "imgref"
 8678version = "1.12.0"
 8679source = "registry+https://github.com/rust-lang/crates.io-index"
 8680checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
 8681
 8682[[package]]
 8683name = "indenter"
 8684version = "0.3.4"
 8685source = "registry+https://github.com/rust-lang/crates.io-index"
 8686checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
 8687
 8688[[package]]
 8689name = "indexmap"
 8690version = "2.11.4"
 8691source = "registry+https://github.com/rust-lang/crates.io-index"
 8692checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
 8693dependencies = [
 8694 "equivalent",
 8695 "hashbrown 0.16.1",
 8696 "serde",
 8697 "serde_core",
 8698]
 8699
 8700[[package]]
 8701name = "indoc"
 8702version = "2.0.6"
 8703source = "registry+https://github.com/rust-lang/crates.io-index"
 8704checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8705
 8706[[package]]
 8707name = "inherent"
 8708version = "1.0.13"
 8709source = "registry+https://github.com/rust-lang/crates.io-index"
 8710checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
 8711dependencies = [
 8712 "proc-macro2",
 8713 "quote",
 8714 "syn 2.0.117",
 8715]
 8716
 8717[[package]]
 8718name = "inotify"
 8719version = "0.9.6"
 8720source = "registry+https://github.com/rust-lang/crates.io-index"
 8721checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 8722dependencies = [
 8723 "bitflags 1.3.2",
 8724 "inotify-sys",
 8725 "libc",
 8726]
 8727
 8728[[package]]
 8729name = "inotify"
 8730version = "0.11.0"
 8731source = "registry+https://github.com/rust-lang/crates.io-index"
 8732checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8733dependencies = [
 8734 "bitflags 2.10.0",
 8735 "inotify-sys",
 8736 "libc",
 8737]
 8738
 8739[[package]]
 8740name = "inotify-sys"
 8741version = "0.1.5"
 8742source = "registry+https://github.com/rust-lang/crates.io-index"
 8743checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8744dependencies = [
 8745 "libc",
 8746]
 8747
 8748[[package]]
 8749name = "inout"
 8750version = "0.1.4"
 8751source = "registry+https://github.com/rust-lang/crates.io-index"
 8752checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8753dependencies = [
 8754 "block-padding",
 8755 "generic-array",
 8756]
 8757
 8758[[package]]
 8759name = "inspector_ui"
 8760version = "0.1.0"
 8761dependencies = [
 8762 "anyhow",
 8763 "command_palette_hooks",
 8764 "editor",
 8765 "fuzzy",
 8766 "gpui",
 8767 "language",
 8768 "project",
 8769 "serde_json",
 8770 "serde_json_lenient",
 8771 "theme_settings",
 8772 "ui",
 8773 "util",
 8774 "util_macros",
 8775 "workspace",
 8776 "zed_actions",
 8777]
 8778
 8779[[package]]
 8780name = "install_cli"
 8781version = "0.1.0"
 8782dependencies = [
 8783 "anyhow",
 8784 "client",
 8785 "gpui",
 8786 "release_channel",
 8787 "smol",
 8788 "util",
 8789 "workspace",
 8790]
 8791
 8792[[package]]
 8793name = "instant"
 8794version = "0.1.13"
 8795source = "registry+https://github.com/rust-lang/crates.io-index"
 8796checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8797dependencies = [
 8798 "cfg-if",
 8799]
 8800
 8801[[package]]
 8802name = "interpolate_name"
 8803version = "0.2.4"
 8804source = "registry+https://github.com/rust-lang/crates.io-index"
 8805checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8806dependencies = [
 8807 "proc-macro2",
 8808 "quote",
 8809 "syn 2.0.117",
 8810]
 8811
 8812[[package]]
 8813name = "inventory"
 8814version = "0.3.21"
 8815source = "registry+https://github.com/rust-lang/crates.io-index"
 8816checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
 8817dependencies = [
 8818 "rustversion",
 8819]
 8820
 8821[[package]]
 8822name = "io-extras"
 8823version = "0.18.4"
 8824source = "registry+https://github.com/rust-lang/crates.io-index"
 8825checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8826dependencies = [
 8827 "io-lifetimes",
 8828 "windows-sys 0.59.0",
 8829]
 8830
 8831[[package]]
 8832name = "io-lifetimes"
 8833version = "2.0.4"
 8834source = "registry+https://github.com/rust-lang/crates.io-index"
 8835checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8836
 8837[[package]]
 8838name = "io-surface"
 8839version = "0.16.1"
 8840source = "registry+https://github.com/rust-lang/crates.io-index"
 8841checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
 8842dependencies = [
 8843 "cgl",
 8844 "core-foundation 0.10.0",
 8845 "core-foundation-sys",
 8846 "leaky-cow",
 8847]
 8848
 8849[[package]]
 8850name = "iovec"
 8851version = "0.1.4"
 8852source = "registry+https://github.com/rust-lang/crates.io-index"
 8853checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8854dependencies = [
 8855 "libc",
 8856]
 8857
 8858[[package]]
 8859name = "ipc-channel"
 8860version = "0.19.0"
 8861source = "registry+https://github.com/rust-lang/crates.io-index"
 8862checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8863dependencies = [
 8864 "bincode",
 8865 "crossbeam-channel",
 8866 "fnv",
 8867 "lazy_static",
 8868 "libc",
 8869 "mio 1.1.0",
 8870 "rand 0.8.5",
 8871 "serde",
 8872 "tempfile",
 8873 "uuid",
 8874 "windows 0.58.0",
 8875]
 8876
 8877[[package]]
 8878name = "ipnet"
 8879version = "2.11.0"
 8880source = "registry+https://github.com/rust-lang/crates.io-index"
 8881checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8882
 8883[[package]]
 8884name = "iri-string"
 8885version = "0.7.8"
 8886source = "registry+https://github.com/rust-lang/crates.io-index"
 8887checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
 8888dependencies = [
 8889 "memchr",
 8890 "serde",
 8891]
 8892
 8893[[package]]
 8894name = "is-docker"
 8895version = "0.2.0"
 8896source = "registry+https://github.com/rust-lang/crates.io-index"
 8897checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8898dependencies = [
 8899 "once_cell",
 8900]
 8901
 8902[[package]]
 8903name = "is-terminal"
 8904version = "0.4.16"
 8905source = "registry+https://github.com/rust-lang/crates.io-index"
 8906checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8907dependencies = [
 8908 "hermit-abi",
 8909 "libc",
 8910 "windows-sys 0.59.0",
 8911]
 8912
 8913[[package]]
 8914name = "is-wsl"
 8915version = "0.4.0"
 8916source = "registry+https://github.com/rust-lang/crates.io-index"
 8917checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8918dependencies = [
 8919 "is-docker",
 8920 "once_cell",
 8921]
 8922
 8923[[package]]
 8924name = "is_executable"
 8925version = "1.0.5"
 8926source = "registry+https://github.com/rust-lang/crates.io-index"
 8927checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
 8928dependencies = [
 8929 "windows-sys 0.60.2",
 8930]
 8931
 8932[[package]]
 8933name = "is_terminal_polyfill"
 8934version = "1.70.1"
 8935source = "registry+https://github.com/rust-lang/crates.io-index"
 8936checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8937
 8938[[package]]
 8939name = "itertools"
 8940version = "0.10.5"
 8941source = "registry+https://github.com/rust-lang/crates.io-index"
 8942checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 8943dependencies = [
 8944 "either",
 8945]
 8946
 8947[[package]]
 8948name = "itertools"
 8949version = "0.11.0"
 8950source = "registry+https://github.com/rust-lang/crates.io-index"
 8951checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 8952dependencies = [
 8953 "either",
 8954]
 8955
 8956[[package]]
 8957name = "itertools"
 8958version = "0.12.1"
 8959source = "registry+https://github.com/rust-lang/crates.io-index"
 8960checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 8961dependencies = [
 8962 "either",
 8963]
 8964
 8965[[package]]
 8966name = "itertools"
 8967version = "0.14.0"
 8968source = "registry+https://github.com/rust-lang/crates.io-index"
 8969checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 8970dependencies = [
 8971 "either",
 8972]
 8973
 8974[[package]]
 8975name = "itoa"
 8976version = "1.0.15"
 8977source = "registry+https://github.com/rust-lang/crates.io-index"
 8978checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 8979
 8980[[package]]
 8981name = "jiff"
 8982version = "0.2.15"
 8983source = "registry+https://github.com/rust-lang/crates.io-index"
 8984checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
 8985dependencies = [
 8986 "jiff-static",
 8987 "log",
 8988 "portable-atomic",
 8989 "portable-atomic-util",
 8990 "serde",
 8991]
 8992
 8993[[package]]
 8994name = "jiff-static"
 8995version = "0.2.15"
 8996source = "registry+https://github.com/rust-lang/crates.io-index"
 8997checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
 8998dependencies = [
 8999 "proc-macro2",
 9000 "quote",
 9001 "syn 2.0.117",
 9002]
 9003
 9004[[package]]
 9005name = "jni"
 9006version = "0.21.1"
 9007source = "registry+https://github.com/rust-lang/crates.io-index"
 9008checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 9009dependencies = [
 9010 "cesu8",
 9011 "cfg-if",
 9012 "combine",
 9013 "jni-sys",
 9014 "log",
 9015 "thiserror 1.0.69",
 9016 "walkdir",
 9017 "windows-sys 0.45.0",
 9018]
 9019
 9020[[package]]
 9021name = "jni-sys"
 9022version = "0.3.0"
 9023source = "registry+https://github.com/rust-lang/crates.io-index"
 9024checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 9025
 9026[[package]]
 9027name = "jobserver"
 9028version = "0.1.34"
 9029source = "registry+https://github.com/rust-lang/crates.io-index"
 9030checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 9031dependencies = [
 9032 "getrandom 0.3.4",
 9033 "libc",
 9034]
 9035
 9036[[package]]
 9037name = "journal"
 9038version = "0.1.0"
 9039dependencies = [
 9040 "anyhow",
 9041 "chrono",
 9042 "editor",
 9043 "gpui",
 9044 "log",
 9045 "serde",
 9046 "settings",
 9047 "shellexpand 2.1.2",
 9048 "workspace",
 9049]
 9050
 9051[[package]]
 9052name = "js-sys"
 9053version = "0.3.90"
 9054source = "registry+https://github.com/rust-lang/crates.io-index"
 9055checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
 9056dependencies = [
 9057 "once_cell",
 9058 "wasm-bindgen",
 9059]
 9060
 9061[[package]]
 9062name = "json5"
 9063version = "0.4.1"
 9064source = "registry+https://github.com/rust-lang/crates.io-index"
 9065checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
 9066dependencies = [
 9067 "pest",
 9068 "pest_derive",
 9069 "serde",
 9070]
 9071
 9072[[package]]
 9073name = "json_dotpath"
 9074version = "1.1.0"
 9075source = "registry+https://github.com/rust-lang/crates.io-index"
 9076checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 9077dependencies = [
 9078 "serde",
 9079 "serde_derive",
 9080 "serde_json",
 9081 "thiserror 1.0.69",
 9082]
 9083
 9084[[package]]
 9085name = "json_schema_store"
 9086version = "0.1.0"
 9087dependencies = [
 9088 "anyhow",
 9089 "collections",
 9090 "dap",
 9091 "extension",
 9092 "gpui",
 9093 "language",
 9094 "parking_lot",
 9095 "paths",
 9096 "project",
 9097 "schemars",
 9098 "serde",
 9099 "serde_json",
 9100 "settings",
 9101 "snippet_provider",
 9102 "task",
 9103 "theme",
 9104 "util",
 9105]
 9106
 9107[[package]]
 9108name = "jsonschema"
 9109version = "0.37.4"
 9110source = "registry+https://github.com/rust-lang/crates.io-index"
 9111checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
 9112dependencies = [
 9113 "ahash 0.8.12",
 9114 "bytecount",
 9115 "data-encoding",
 9116 "email_address",
 9117 "fancy-regex 0.16.2",
 9118 "fraction",
 9119 "getrandom 0.3.4",
 9120 "idna",
 9121 "itoa",
 9122 "num-cmp",
 9123 "num-traits",
 9124 "percent-encoding",
 9125 "referencing",
 9126 "regex",
 9127 "regex-syntax",
 9128 "reqwest 0.12.24",
 9129 "serde",
 9130 "serde_json",
 9131 "unicode-general-category",
 9132 "uuid-simd",
 9133]
 9134
 9135[[package]]
 9136name = "jsonwebtoken"
 9137version = "10.3.0"
 9138source = "registry+https://github.com/rust-lang/crates.io-index"
 9139checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
 9140dependencies = [
 9141 "aws-lc-rs",
 9142 "base64 0.22.1",
 9143 "getrandom 0.2.16",
 9144 "js-sys",
 9145 "pem",
 9146 "serde",
 9147 "serde_json",
 9148 "signature 2.2.0",
 9149 "simple_asn1",
 9150]
 9151
 9152[[package]]
 9153name = "jupyter-protocol"
 9154version = "1.4.0"
 9155source = "registry+https://github.com/rust-lang/crates.io-index"
 9156checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
 9157dependencies = [
 9158 "async-trait",
 9159 "bytes 1.11.1",
 9160 "chrono",
 9161 "futures 0.3.32",
 9162 "serde",
 9163 "serde_json",
 9164 "thiserror 2.0.17",
 9165 "uuid",
 9166]
 9167
 9168[[package]]
 9169name = "jupyter-websocket-client"
 9170version = "1.0.0"
 9171source = "registry+https://github.com/rust-lang/crates.io-index"
 9172checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
 9173dependencies = [
 9174 "anyhow",
 9175 "async-trait",
 9176 "async-tungstenite",
 9177 "futures 0.3.32",
 9178 "jupyter-protocol",
 9179 "serde",
 9180 "serde_json",
 9181 "tokio",
 9182 "url",
 9183 "uuid",
 9184]
 9185
 9186[[package]]
 9187name = "keymap_editor"
 9188version = "0.1.0"
 9189dependencies = [
 9190 "anyhow",
 9191 "collections",
 9192 "command_palette",
 9193 "component",
 9194 "db",
 9195 "editor",
 9196 "fs",
 9197 "fuzzy",
 9198 "gpui",
 9199 "itertools 0.14.0",
 9200 "json_schema_store",
 9201 "language",
 9202 "log",
 9203 "menu",
 9204 "notifications",
 9205 "paths",
 9206 "project",
 9207 "search",
 9208 "serde",
 9209 "serde_json",
 9210 "settings",
 9211 "telemetry",
 9212 "tempfile",
 9213 "theme",
 9214 "theme_settings",
 9215 "tree-sitter-json",
 9216 "tree-sitter-rust",
 9217 "ui",
 9218 "ui_input",
 9219 "util",
 9220 "workspace",
 9221 "zed_actions",
 9222]
 9223
 9224[[package]]
 9225name = "khronos-egl"
 9226version = "6.0.0"
 9227source = "registry+https://github.com/rust-lang/crates.io-index"
 9228checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 9229dependencies = [
 9230 "libc",
 9231 "libloading",
 9232 "pkg-config",
 9233]
 9234
 9235[[package]]
 9236name = "khronos_api"
 9237version = "3.1.0"
 9238source = "registry+https://github.com/rust-lang/crates.io-index"
 9239checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
 9240
 9241[[package]]
 9242name = "kqueue"
 9243version = "1.1.1"
 9244source = "registry+https://github.com/rust-lang/crates.io-index"
 9245checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
 9246dependencies = [
 9247 "kqueue-sys",
 9248 "libc",
 9249]
 9250
 9251[[package]]
 9252name = "kqueue-sys"
 9253version = "1.0.4"
 9254source = "registry+https://github.com/rust-lang/crates.io-index"
 9255checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 9256dependencies = [
 9257 "bitflags 1.3.2",
 9258 "libc",
 9259]
 9260
 9261[[package]]
 9262name = "kurbo"
 9263version = "0.11.3"
 9264source = "registry+https://github.com/rust-lang/crates.io-index"
 9265checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
 9266dependencies = [
 9267 "arrayvec",
 9268 "euclid",
 9269 "smallvec",
 9270]
 9271
 9272[[package]]
 9273name = "kv-log-macro"
 9274version = "1.0.7"
 9275source = "registry+https://github.com/rust-lang/crates.io-index"
 9276checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 9277dependencies = [
 9278 "log",
 9279]
 9280
 9281[[package]]
 9282name = "language"
 9283version = "0.1.0"
 9284dependencies = [
 9285 "anyhow",
 9286 "async-trait",
 9287 "clock",
 9288 "collections",
 9289 "criterion",
 9290 "ctor",
 9291 "diffy",
 9292 "ec4rs",
 9293 "encoding_rs",
 9294 "fs",
 9295 "futures 0.3.32",
 9296 "fuzzy",
 9297 "globset",
 9298 "gpui",
 9299 "http_client",
 9300 "imara-diff",
 9301 "indoc",
 9302 "itertools 0.14.0",
 9303 "language_core",
 9304 "log",
 9305 "lsp",
 9306 "parking_lot",
 9307 "postage",
 9308 "pretty_assertions",
 9309 "rand 0.9.2",
 9310 "regex",
 9311 "rpc",
 9312 "semver",
 9313 "serde",
 9314 "serde_json",
 9315 "settings",
 9316 "shellexpand 2.1.2",
 9317 "smallvec",
 9318 "smol",
 9319 "streaming-iterator",
 9320 "strsim",
 9321 "sum_tree",
 9322 "task",
 9323 "text",
 9324 "theme",
 9325 "theme_settings",
 9326 "toml 0.8.23",
 9327 "tracing",
 9328 "tree-sitter",
 9329 "tree-sitter-elixir",
 9330 "tree-sitter-embedded-template",
 9331 "tree-sitter-heex",
 9332 "tree-sitter-html",
 9333 "tree-sitter-json",
 9334 "tree-sitter-md",
 9335 "tree-sitter-python",
 9336 "tree-sitter-ruby",
 9337 "tree-sitter-rust",
 9338 "tree-sitter-typescript",
 9339 "unicase",
 9340 "unindent",
 9341 "util",
 9342 "watch",
 9343 "zlog",
 9344 "ztracing",
 9345]
 9346
 9347[[package]]
 9348name = "language_core"
 9349version = "0.1.0"
 9350dependencies = [
 9351 "anyhow",
 9352 "collections",
 9353 "gpui",
 9354 "log",
 9355 "lsp",
 9356 "parking_lot",
 9357 "regex",
 9358 "schemars",
 9359 "serde",
 9360 "serde_json",
 9361 "toml 0.8.23",
 9362 "tree-sitter",
 9363 "util",
 9364]
 9365
 9366[[package]]
 9367name = "language_extension"
 9368version = "0.1.0"
 9369dependencies = [
 9370 "anyhow",
 9371 "async-trait",
 9372 "collections",
 9373 "extension",
 9374 "fs",
 9375 "futures 0.3.32",
 9376 "gpui",
 9377 "language",
 9378 "log",
 9379 "lsp",
 9380 "project",
 9381 "serde",
 9382 "serde_json",
 9383 "tracing",
 9384 "util",
 9385 "ztracing",
 9386]
 9387
 9388[[package]]
 9389name = "language_model"
 9390version = "0.1.0"
 9391dependencies = [
 9392 "anthropic",
 9393 "anyhow",
 9394 "base64 0.22.1",
 9395 "cloud_api_client",
 9396 "cloud_api_types",
 9397 "cloud_llm_client",
 9398 "collections",
 9399 "credentials_provider",
 9400 "env_var",
 9401 "futures 0.3.32",
 9402 "gpui",
 9403 "http_client",
 9404 "icons",
 9405 "image",
 9406 "log",
 9407 "open_ai",
 9408 "open_router",
 9409 "parking_lot",
 9410 "schemars",
 9411 "serde",
 9412 "serde_json",
 9413 "smol",
 9414 "thiserror 2.0.17",
 9415 "util",
 9416]
 9417
 9418[[package]]
 9419name = "language_models"
 9420version = "0.1.0"
 9421dependencies = [
 9422 "ai_onboarding",
 9423 "anthropic",
 9424 "anyhow",
 9425 "aws-config",
 9426 "aws-credential-types",
 9427 "aws_http_client",
 9428 "base64 0.22.1",
 9429 "bedrock",
 9430 "client",
 9431 "cloud_api_types",
 9432 "cloud_llm_client",
 9433 "collections",
 9434 "component",
 9435 "convert_case 0.8.0",
 9436 "copilot",
 9437 "copilot_chat",
 9438 "copilot_ui",
 9439 "credentials_provider",
 9440 "deepseek",
 9441 "extension",
 9442 "extension_host",
 9443 "fs",
 9444 "futures 0.3.32",
 9445 "google_ai",
 9446 "gpui",
 9447 "gpui_tokio",
 9448 "http_client",
 9449 "language",
 9450 "language_model",
 9451 "lmstudio",
 9452 "log",
 9453 "menu",
 9454 "mistral",
 9455 "ollama",
 9456 "open_ai",
 9457 "open_router",
 9458 "opencode",
 9459 "partial-json-fixer",
 9460 "pretty_assertions",
 9461 "release_channel",
 9462 "schemars",
 9463 "semver",
 9464 "serde",
 9465 "serde_json",
 9466 "settings",
 9467 "smol",
 9468 "strum 0.27.2",
 9469 "thiserror 2.0.17",
 9470 "tiktoken-rs",
 9471 "tokio",
 9472 "ui",
 9473 "ui_input",
 9474 "util",
 9475 "vercel",
 9476 "x_ai",
 9477]
 9478
 9479[[package]]
 9480name = "language_onboarding"
 9481version = "0.1.0"
 9482dependencies = [
 9483 "db",
 9484 "editor",
 9485 "gpui",
 9486 "project",
 9487 "ui",
 9488 "workspace",
 9489]
 9490
 9491[[package]]
 9492name = "language_selector"
 9493version = "0.1.0"
 9494dependencies = [
 9495 "anyhow",
 9496 "editor",
 9497 "file_icons",
 9498 "fuzzy",
 9499 "gpui",
 9500 "language",
 9501 "open_path_prompt",
 9502 "picker",
 9503 "project",
 9504 "serde_json",
 9505 "settings",
 9506 "ui",
 9507 "util",
 9508 "workspace",
 9509]
 9510
 9511[[package]]
 9512name = "language_tools"
 9513version = "0.1.0"
 9514dependencies = [
 9515 "anyhow",
 9516 "client",
 9517 "collections",
 9518 "command_palette_hooks",
 9519 "edit_prediction",
 9520 "editor",
 9521 "futures 0.3.32",
 9522 "gpui",
 9523 "itertools 0.14.0",
 9524 "language",
 9525 "lsp",
 9526 "menu",
 9527 "project",
 9528 "proto",
 9529 "release_channel",
 9530 "semver",
 9531 "serde_json",
 9532 "settings",
 9533 "sysinfo 0.37.2",
 9534 "telemetry",
 9535 "theme",
 9536 "theme_settings",
 9537 "tree-sitter",
 9538 "ui",
 9539 "util",
 9540 "workspace",
 9541 "zed_actions",
 9542 "zlog",
 9543]
 9544
 9545[[package]]
 9546name = "languages"
 9547version = "0.1.0"
 9548dependencies = [
 9549 "anyhow",
 9550 "async-compression",
 9551 "async-fs",
 9552 "async-tar",
 9553 "async-trait",
 9554 "chrono",
 9555 "collections",
 9556 "fs",
 9557 "futures 0.3.32",
 9558 "globset",
 9559 "gpui",
 9560 "grammars",
 9561 "http_client",
 9562 "itertools 0.14.0",
 9563 "json_schema_store",
 9564 "language",
 9565 "log",
 9566 "lsp",
 9567 "node_runtime",
 9568 "parking_lot",
 9569 "pet",
 9570 "pet-conda",
 9571 "pet-core",
 9572 "pet-fs",
 9573 "pet-poetry",
 9574 "pet-reporter",
 9575 "pet-virtualenv",
 9576 "pretty_assertions",
 9577 "project",
 9578 "regex",
 9579 "rope",
 9580 "semver",
 9581 "serde",
 9582 "serde_json",
 9583 "serde_json_lenient",
 9584 "settings",
 9585 "smallvec",
 9586 "smol",
 9587 "snippet",
 9588 "task",
 9589 "terminal",
 9590 "theme",
 9591 "tree-sitter",
 9592 "tree-sitter-bash",
 9593 "tree-sitter-c",
 9594 "tree-sitter-cpp",
 9595 "tree-sitter-css",
 9596 "tree-sitter-gitcommit",
 9597 "tree-sitter-go",
 9598 "tree-sitter-python",
 9599 "tree-sitter-rust",
 9600 "tree-sitter-typescript",
 9601 "unindent",
 9602 "url",
 9603 "util",
 9604]
 9605
 9606[[package]]
 9607name = "lazy_static"
 9608version = "1.5.0"
 9609source = "registry+https://github.com/rust-lang/crates.io-index"
 9610checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 9611dependencies = [
 9612 "spin 0.9.8",
 9613]
 9614
 9615[[package]]
 9616name = "leak"
 9617version = "0.1.2"
 9618source = "registry+https://github.com/rust-lang/crates.io-index"
 9619checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 9620
 9621[[package]]
 9622name = "leaky-cow"
 9623version = "0.1.1"
 9624source = "registry+https://github.com/rust-lang/crates.io-index"
 9625checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 9626dependencies = [
 9627 "leak",
 9628]
 9629
 9630[[package]]
 9631name = "leb128"
 9632version = "0.2.5"
 9633source = "registry+https://github.com/rust-lang/crates.io-index"
 9634checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 9635
 9636[[package]]
 9637name = "leb128fmt"
 9638version = "0.1.0"
 9639source = "registry+https://github.com/rust-lang/crates.io-index"
 9640checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 9641
 9642[[package]]
 9643name = "lebe"
 9644version = "0.5.3"
 9645source = "registry+https://github.com/rust-lang/crates.io-index"
 9646checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
 9647
 9648[[package]]
 9649name = "libbz2-rs-sys"
 9650version = "0.2.2"
 9651source = "registry+https://github.com/rust-lang/crates.io-index"
 9652checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
 9653
 9654[[package]]
 9655name = "libc"
 9656version = "0.2.182"
 9657source = "registry+https://github.com/rust-lang/crates.io-index"
 9658checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
 9659
 9660[[package]]
 9661name = "libdbus-sys"
 9662version = "0.2.6"
 9663source = "registry+https://github.com/rust-lang/crates.io-index"
 9664checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
 9665dependencies = [
 9666 "cc",
 9667 "pkg-config",
 9668]
 9669
 9670[[package]]
 9671name = "libfuzzer-sys"
 9672version = "0.4.10"
 9673source = "registry+https://github.com/rust-lang/crates.io-index"
 9674checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
 9675dependencies = [
 9676 "arbitrary",
 9677 "cc",
 9678]
 9679
 9680[[package]]
 9681name = "libgit2-sys"
 9682version = "0.18.3+1.9.2"
 9683source = "registry+https://github.com/rust-lang/crates.io-index"
 9684checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
 9685dependencies = [
 9686 "cc",
 9687 "libc",
 9688 "libz-sys",
 9689 "pkg-config",
 9690]
 9691
 9692[[package]]
 9693name = "libloading"
 9694version = "0.8.9"
 9695source = "registry+https://github.com/rust-lang/crates.io-index"
 9696checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
 9697dependencies = [
 9698 "cfg-if",
 9699 "windows-link 0.2.1",
 9700]
 9701
 9702[[package]]
 9703name = "libm"
 9704version = "0.2.15"
 9705source = "registry+https://github.com/rust-lang/crates.io-index"
 9706checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
 9707
 9708[[package]]
 9709name = "libmimalloc-sys"
 9710version = "0.1.44"
 9711source = "registry+https://github.com/rust-lang/crates.io-index"
 9712checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
 9713dependencies = [
 9714 "cc",
 9715 "libc",
 9716]
 9717
 9718[[package]]
 9719name = "libredox"
 9720version = "0.1.10"
 9721source = "registry+https://github.com/rust-lang/crates.io-index"
 9722checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
 9723dependencies = [
 9724 "bitflags 2.10.0",
 9725 "libc",
 9726 "redox_syscall 0.5.18",
 9727]
 9728
 9729[[package]]
 9730name = "libsqlite3-sys"
 9731version = "0.30.1"
 9732source = "registry+https://github.com/rust-lang/crates.io-index"
 9733checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9734dependencies = [
 9735 "cc",
 9736 "pkg-config",
 9737 "vcpkg",
 9738]
 9739
 9740[[package]]
 9741name = "libwebrtc"
 9742version = "0.3.26"
 9743source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9744dependencies = [
 9745 "cxx",
 9746 "glib",
 9747 "jni",
 9748 "js-sys",
 9749 "lazy_static",
 9750 "livekit-protocol",
 9751 "livekit-runtime",
 9752 "log",
 9753 "parking_lot",
 9754 "serde",
 9755 "serde_json",
 9756 "thiserror 1.0.69",
 9757 "tokio",
 9758 "wasm-bindgen",
 9759 "wasm-bindgen-futures",
 9760 "web-sys",
 9761 "webrtc-sys",
 9762]
 9763
 9764[[package]]
 9765name = "libz-sys"
 9766version = "1.1.22"
 9767source = "registry+https://github.com/rust-lang/crates.io-index"
 9768checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9769dependencies = [
 9770 "cc",
 9771 "libc",
 9772 "pkg-config",
 9773 "vcpkg",
 9774]
 9775
 9776[[package]]
 9777name = "line_ending_selector"
 9778version = "0.1.0"
 9779dependencies = [
 9780 "editor",
 9781 "gpui",
 9782 "language",
 9783 "picker",
 9784 "project",
 9785 "ui",
 9786 "util",
 9787 "workspace",
 9788]
 9789
 9790[[package]]
 9791name = "linebender_resource_handle"
 9792version = "0.1.1"
 9793source = "registry+https://github.com/rust-lang/crates.io-index"
 9794checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
 9795
 9796[[package]]
 9797name = "link-cplusplus"
 9798version = "1.0.12"
 9799source = "registry+https://github.com/rust-lang/crates.io-index"
 9800checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
 9801dependencies = [
 9802 "cc",
 9803]
 9804
 9805[[package]]
 9806name = "linkify"
 9807version = "0.10.0"
 9808source = "registry+https://github.com/rust-lang/crates.io-index"
 9809checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9810dependencies = [
 9811 "memchr",
 9812]
 9813
 9814[[package]]
 9815name = "linux-raw-sys"
 9816version = "0.4.15"
 9817source = "registry+https://github.com/rust-lang/crates.io-index"
 9818checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9819
 9820[[package]]
 9821name = "linux-raw-sys"
 9822version = "0.11.0"
 9823source = "registry+https://github.com/rust-lang/crates.io-index"
 9824checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
 9825
 9826[[package]]
 9827name = "litemap"
 9828version = "0.8.0"
 9829source = "registry+https://github.com/rust-lang/crates.io-index"
 9830checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
 9831
 9832[[package]]
 9833name = "litrs"
 9834version = "1.0.0"
 9835source = "registry+https://github.com/rust-lang/crates.io-index"
 9836checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
 9837
 9838[[package]]
 9839name = "livekit"
 9840version = "0.7.32"
 9841source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9842dependencies = [
 9843 "base64 0.22.1",
 9844 "bmrng",
 9845 "bytes 1.11.1",
 9846 "chrono",
 9847 "futures-util",
 9848 "lazy_static",
 9849 "libloading",
 9850 "libwebrtc",
 9851 "livekit-api",
 9852 "livekit-protocol",
 9853 "livekit-runtime",
 9854 "log",
 9855 "parking_lot",
 9856 "prost 0.12.6",
 9857 "semver",
 9858 "serde",
 9859 "serde_json",
 9860 "thiserror 1.0.69",
 9861 "tokio",
 9862]
 9863
 9864[[package]]
 9865name = "livekit-api"
 9866version = "0.4.14"
 9867source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9868dependencies = [
 9869 "base64 0.21.7",
 9870 "futures-util",
 9871 "http 1.3.1",
 9872 "livekit-protocol",
 9873 "livekit-runtime",
 9874 "log",
 9875 "parking_lot",
 9876 "pbjson-types",
 9877 "prost 0.12.6",
 9878 "rand 0.9.2",
 9879 "reqwest 0.12.24",
 9880 "rustls-native-certs 0.6.3",
 9881 "scopeguard",
 9882 "serde",
 9883 "sha2",
 9884 "thiserror 1.0.69",
 9885 "tokio",
 9886 "tokio-rustls 0.26.2",
 9887 "tokio-tungstenite 0.28.0",
 9888 "url",
 9889]
 9890
 9891[[package]]
 9892name = "livekit-protocol"
 9893version = "0.7.1"
 9894source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9895dependencies = [
 9896 "futures-util",
 9897 "livekit-runtime",
 9898 "parking_lot",
 9899 "pbjson",
 9900 "pbjson-types",
 9901 "prost 0.12.6",
 9902 "serde",
 9903 "thiserror 1.0.69",
 9904 "tokio",
 9905]
 9906
 9907[[package]]
 9908name = "livekit-runtime"
 9909version = "0.4.0"
 9910source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9911dependencies = [
 9912 "tokio",
 9913 "tokio-stream",
 9914]
 9915
 9916[[package]]
 9917name = "livekit_api"
 9918version = "0.1.0"
 9919dependencies = [
 9920 "anyhow",
 9921 "async-trait",
 9922 "jsonwebtoken",
 9923 "log",
 9924 "prost 0.9.0",
 9925 "prost-build 0.9.0",
 9926 "prost-types 0.9.0",
 9927 "serde",
 9928 "zed-reqwest",
 9929]
 9930
 9931[[package]]
 9932name = "livekit_client"
 9933version = "0.1.0"
 9934dependencies = [
 9935 "anyhow",
 9936 "async-trait",
 9937 "audio",
 9938 "cocoa 0.26.0",
 9939 "collections",
 9940 "core-foundation 0.10.0",
 9941 "core-video",
 9942 "coreaudio-rs 0.12.1",
 9943 "cpal",
 9944 "futures 0.3.32",
 9945 "gpui",
 9946 "gpui_platform",
 9947 "gpui_tokio",
 9948 "http_client_tls",
 9949 "image",
 9950 "libwebrtc",
 9951 "livekit",
 9952 "livekit_api",
 9953 "log",
 9954 "nanoid",
 9955 "objc",
 9956 "parking_lot",
 9957 "postage",
 9958 "rodio",
 9959 "serde",
 9960 "serde_json",
 9961 "serde_urlencoded",
 9962 "settings",
 9963 "simplelog",
 9964 "smallvec",
 9965 "tokio",
 9966 "ui",
 9967 "util",
 9968 "webrtc-sys",
 9969 "zed-scap",
 9970]
 9971
 9972[[package]]
 9973name = "lmdb-master-sys"
 9974version = "0.2.5"
 9975source = "registry+https://github.com/rust-lang/crates.io-index"
 9976checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
 9977dependencies = [
 9978 "cc",
 9979 "doxygen-rs",
 9980 "libc",
 9981]
 9982
 9983[[package]]
 9984name = "lmstudio"
 9985version = "0.1.0"
 9986dependencies = [
 9987 "anyhow",
 9988 "futures 0.3.32",
 9989 "http_client",
 9990 "schemars",
 9991 "serde",
 9992 "serde_json",
 9993]
 9994
 9995[[package]]
 9996name = "lock_api"
 9997version = "0.4.14"
 9998source = "registry+https://github.com/rust-lang/crates.io-index"
 9999checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
10000dependencies = [
10001 "scopeguard",
10002]
10003
10004[[package]]
10005name = "log"
10006version = "0.4.29"
10007source = "registry+https://github.com/rust-lang/crates.io-index"
10008checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
10009dependencies = [
10010 "serde_core",
10011 "value-bag",
10012]
10013
10014[[package]]
10015name = "loom"
10016version = "0.7.2"
10017source = "registry+https://github.com/rust-lang/crates.io-index"
10018checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
10019dependencies = [
10020 "cfg-if",
10021 "generator",
10022 "scoped-tls",
10023 "tracing",
10024 "tracing-subscriber",
10025]
10026
10027[[package]]
10028name = "loop9"
10029version = "0.1.5"
10030source = "registry+https://github.com/rust-lang/crates.io-index"
10031checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
10032dependencies = [
10033 "imgref",
10034]
10035
10036[[package]]
10037name = "lru"
10038version = "0.12.5"
10039source = "registry+https://github.com/rust-lang/crates.io-index"
10040checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
10041dependencies = [
10042 "hashbrown 0.15.5",
10043]
10044
10045[[package]]
10046name = "lru-slab"
10047version = "0.1.2"
10048source = "registry+https://github.com/rust-lang/crates.io-index"
10049checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
10050
10051[[package]]
10052name = "lsp"
10053version = "0.1.0"
10054dependencies = [
10055 "anyhow",
10056 "async-pipe",
10057 "collections",
10058 "ctor",
10059 "futures 0.3.32",
10060 "gpui",
10061 "gpui_util",
10062 "log",
10063 "lsp-types",
10064 "parking_lot",
10065 "postage",
10066 "release_channel",
10067 "schemars",
10068 "semver",
10069 "serde",
10070 "serde_json",
10071 "smol",
10072 "util",
10073 "zlog",
10074]
10075
10076[[package]]
10077name = "lsp-types"
10078version = "0.95.1"
10079source = "git+https://github.com/zed-industries/lsp-types?rev=c7396459fefc7886b4adfa3b596832405ae1e880#c7396459fefc7886b4adfa3b596832405ae1e880"
10080dependencies = [
10081 "bitflags 1.3.2",
10082 "serde",
10083 "serde_json",
10084 "url",
10085]
10086
10087[[package]]
10088name = "lyon"
10089version = "1.0.16"
10090source = "registry+https://github.com/rust-lang/crates.io-index"
10091checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10092dependencies = [
10093 "lyon_algorithms",
10094 "lyon_extra",
10095 "lyon_tessellation",
10096]
10097
10098[[package]]
10099name = "lyon_algorithms"
10100version = "1.0.16"
10101source = "registry+https://github.com/rust-lang/crates.io-index"
10102checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10103dependencies = [
10104 "lyon_path",
10105 "num-traits",
10106]
10107
10108[[package]]
10109name = "lyon_extra"
10110version = "1.0.3"
10111source = "registry+https://github.com/rust-lang/crates.io-index"
10112checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10113dependencies = [
10114 "lyon_path",
10115 "thiserror 1.0.69",
10116]
10117
10118[[package]]
10119name = "lyon_geom"
10120version = "1.0.17"
10121source = "registry+https://github.com/rust-lang/crates.io-index"
10122checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10123dependencies = [
10124 "arrayvec",
10125 "euclid",
10126 "num-traits",
10127]
10128
10129[[package]]
10130name = "lyon_path"
10131version = "1.0.16"
10132source = "registry+https://github.com/rust-lang/crates.io-index"
10133checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10134dependencies = [
10135 "lyon_geom",
10136 "num-traits",
10137]
10138
10139[[package]]
10140name = "lyon_tessellation"
10141version = "1.0.16"
10142source = "registry+https://github.com/rust-lang/crates.io-index"
10143checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10144dependencies = [
10145 "float_next_after",
10146 "lyon_path",
10147 "num-traits",
10148]
10149
10150[[package]]
10151name = "mac"
10152version = "0.1.1"
10153source = "registry+https://github.com/rust-lang/crates.io-index"
10154checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10155
10156[[package]]
10157name = "mach2"
10158version = "0.4.3"
10159source = "registry+https://github.com/rust-lang/crates.io-index"
10160checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10161dependencies = [
10162 "libc",
10163]
10164
10165[[package]]
10166name = "mach2"
10167version = "0.5.0"
10168source = "registry+https://github.com/rust-lang/crates.io-index"
10169checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10170dependencies = [
10171 "libc",
10172]
10173
10174[[package]]
10175name = "malloc_buf"
10176version = "0.0.6"
10177source = "registry+https://github.com/rust-lang/crates.io-index"
10178checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10179dependencies = [
10180 "libc",
10181]
10182
10183[[package]]
10184name = "maplit"
10185version = "1.0.2"
10186source = "registry+https://github.com/rust-lang/crates.io-index"
10187checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10188
10189[[package]]
10190name = "markdown"
10191version = "0.1.0"
10192dependencies = [
10193 "anyhow",
10194 "assets",
10195 "base64 0.22.1",
10196 "collections",
10197 "env_logger 0.11.8",
10198 "fs",
10199 "futures 0.3.32",
10200 "gpui",
10201 "gpui_platform",
10202 "html5ever 0.27.0",
10203 "language",
10204 "languages",
10205 "linkify",
10206 "log",
10207 "markup5ever_rcdom",
10208 "mermaid-rs-renderer",
10209 "node_runtime",
10210 "pulldown-cmark 0.13.0",
10211 "settings",
10212 "stacksafe",
10213 "sum_tree",
10214 "theme",
10215 "theme_settings",
10216 "ui",
10217 "util",
10218]
10219
10220[[package]]
10221name = "markdown_preview"
10222version = "0.1.0"
10223dependencies = [
10224 "anyhow",
10225 "editor",
10226 "gpui",
10227 "language",
10228 "log",
10229 "markdown",
10230 "project",
10231 "settings",
10232 "tempfile",
10233 "theme_settings",
10234 "ui",
10235 "urlencoding",
10236 "util",
10237 "workspace",
10238 "zed_actions",
10239]
10240
10241[[package]]
10242name = "markup5ever"
10243version = "0.12.1"
10244source = "registry+https://github.com/rust-lang/crates.io-index"
10245checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10246dependencies = [
10247 "log",
10248 "phf 0.11.3",
10249 "phf_codegen",
10250 "string_cache",
10251 "string_cache_codegen",
10252 "tendril",
10253]
10254
10255[[package]]
10256name = "markup5ever"
10257version = "0.35.0"
10258source = "registry+https://github.com/rust-lang/crates.io-index"
10259checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10260dependencies = [
10261 "log",
10262 "tendril",
10263 "web_atoms",
10264]
10265
10266[[package]]
10267name = "markup5ever_rcdom"
10268version = "0.3.0"
10269source = "registry+https://github.com/rust-lang/crates.io-index"
10270checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10271dependencies = [
10272 "html5ever 0.27.0",
10273 "markup5ever 0.12.1",
10274 "tendril",
10275 "xml5ever",
10276]
10277
10278[[package]]
10279name = "match_token"
10280version = "0.35.0"
10281source = "registry+https://github.com/rust-lang/crates.io-index"
10282checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10283dependencies = [
10284 "proc-macro2",
10285 "quote",
10286 "syn 2.0.117",
10287]
10288
10289[[package]]
10290name = "matchers"
10291version = "0.2.0"
10292source = "registry+https://github.com/rust-lang/crates.io-index"
10293checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10294dependencies = [
10295 "regex-automata",
10296]
10297
10298[[package]]
10299name = "matchit"
10300version = "0.7.3"
10301source = "registry+https://github.com/rust-lang/crates.io-index"
10302checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10303
10304[[package]]
10305name = "maybe-owned"
10306version = "0.3.4"
10307source = "registry+https://github.com/rust-lang/crates.io-index"
10308checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10309
10310[[package]]
10311name = "maybe-rayon"
10312version = "0.1.1"
10313source = "registry+https://github.com/rust-lang/crates.io-index"
10314checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10315dependencies = [
10316 "cfg-if",
10317 "rayon",
10318]
10319
10320[[package]]
10321name = "md-5"
10322version = "0.10.6"
10323source = "registry+https://github.com/rust-lang/crates.io-index"
10324checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10325dependencies = [
10326 "cfg-if",
10327 "digest",
10328]
10329
10330[[package]]
10331name = "mdbook"
10332version = "0.4.40"
10333source = "registry+https://github.com/rust-lang/crates.io-index"
10334checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10335dependencies = [
10336 "ammonia",
10337 "anyhow",
10338 "chrono",
10339 "clap",
10340 "clap_complete",
10341 "elasticlunr-rs",
10342 "env_logger 0.11.8",
10343 "futures-util",
10344 "handlebars 5.1.2",
10345 "ignore",
10346 "log",
10347 "memchr",
10348 "notify 6.1.1",
10349 "notify-debouncer-mini",
10350 "once_cell",
10351 "opener",
10352 "pathdiff",
10353 "pulldown-cmark 0.10.3",
10354 "regex",
10355 "serde",
10356 "serde_json",
10357 "shlex",
10358 "tempfile",
10359 "tokio",
10360 "toml 0.5.11",
10361 "topological-sort",
10362 "walkdir",
10363 "warp",
10364]
10365
10366[[package]]
10367name = "media"
10368version = "0.1.0"
10369dependencies = [
10370 "anyhow",
10371 "bindgen 0.71.1",
10372 "core-foundation 0.10.0",
10373 "core-video",
10374 "ctor",
10375 "foreign-types 0.5.0",
10376 "metal",
10377 "objc",
10378]
10379
10380[[package]]
10381name = "memchr"
10382version = "2.7.6"
10383source = "registry+https://github.com/rust-lang/crates.io-index"
10384checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10385
10386[[package]]
10387name = "memfd"
10388version = "0.6.5"
10389source = "registry+https://github.com/rust-lang/crates.io-index"
10390checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10391dependencies = [
10392 "rustix 1.1.2",
10393]
10394
10395[[package]]
10396name = "memmap2"
10397version = "0.9.8"
10398source = "registry+https://github.com/rust-lang/crates.io-index"
10399checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10400dependencies = [
10401 "libc",
10402 "stable_deref_trait",
10403]
10404
10405[[package]]
10406name = "memoffset"
10407version = "0.9.1"
10408source = "registry+https://github.com/rust-lang/crates.io-index"
10409checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10410dependencies = [
10411 "autocfg",
10412]
10413
10414[[package]]
10415name = "menu"
10416version = "0.1.0"
10417dependencies = [
10418 "gpui",
10419]
10420
10421[[package]]
10422name = "merge"
10423version = "0.1.0"
10424source = "registry+https://github.com/rust-lang/crates.io-index"
10425checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10426dependencies = [
10427 "merge_derive",
10428 "num-traits",
10429]
10430
10431[[package]]
10432name = "merge_derive"
10433version = "0.1.0"
10434source = "registry+https://github.com/rust-lang/crates.io-index"
10435checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10436dependencies = [
10437 "proc-macro-error",
10438 "proc-macro2",
10439 "quote",
10440 "syn 1.0.109",
10441]
10442
10443[[package]]
10444name = "mermaid-rs-renderer"
10445version = "0.2.0"
10446source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10447dependencies = [
10448 "anyhow",
10449 "fontdb 0.16.2",
10450 "json5",
10451 "once_cell",
10452 "regex",
10453 "serde",
10454 "serde_json",
10455 "thiserror 2.0.17",
10456 "ttf-parser 0.20.0",
10457]
10458
10459[[package]]
10460name = "metal"
10461version = "0.33.0"
10462source = "registry+https://github.com/rust-lang/crates.io-index"
10463checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10464dependencies = [
10465 "bitflags 2.10.0",
10466 "block",
10467 "core-graphics-types 0.2.0",
10468 "foreign-types 0.5.0",
10469 "log",
10470 "objc",
10471 "paste",
10472]
10473
10474[[package]]
10475name = "migrator"
10476version = "0.1.0"
10477dependencies = [
10478 "anyhow",
10479 "collections",
10480 "convert_case 0.8.0",
10481 "log",
10482 "pretty_assertions",
10483 "serde_json",
10484 "serde_json_lenient",
10485 "settings_content",
10486 "settings_json",
10487 "streaming-iterator",
10488 "tree-sitter",
10489 "tree-sitter-json",
10490 "unindent",
10491]
10492
10493[[package]]
10494name = "mimalloc"
10495version = "0.1.48"
10496source = "registry+https://github.com/rust-lang/crates.io-index"
10497checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10498dependencies = [
10499 "libmimalloc-sys",
10500]
10501
10502[[package]]
10503name = "mime"
10504version = "0.3.17"
10505source = "registry+https://github.com/rust-lang/crates.io-index"
10506checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10507
10508[[package]]
10509name = "mime_guess"
10510version = "2.0.5"
10511source = "registry+https://github.com/rust-lang/crates.io-index"
10512checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10513dependencies = [
10514 "mime",
10515 "unicase",
10516]
10517
10518[[package]]
10519name = "minidump-common"
10520version = "0.26.1"
10521source = "registry+https://github.com/rust-lang/crates.io-index"
10522checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10523dependencies = [
10524 "bitflags 2.10.0",
10525 "debugid",
10526 "num-derive",
10527 "num-traits",
10528 "range-map",
10529 "scroll",
10530 "smart-default",
10531]
10532
10533[[package]]
10534name = "minidump-writer"
10535version = "0.11.0"
10536source = "registry+https://github.com/rust-lang/crates.io-index"
10537checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10538dependencies = [
10539 "bitflags 2.10.0",
10540 "byteorder",
10541 "cfg-if",
10542 "crash-context",
10543 "error-graph",
10544 "failspot",
10545 "goblin",
10546 "libc",
10547 "log",
10548 "mach2 0.4.3",
10549 "memmap2",
10550 "memoffset",
10551 "minidump-common",
10552 "nix 0.29.0",
10553 "procfs-core",
10554 "scroll",
10555 "serde",
10556 "serde_json",
10557 "tempfile",
10558 "thiserror 2.0.17",
10559]
10560
10561[[package]]
10562name = "minidumper"
10563version = "0.9.0"
10564source = "registry+https://github.com/rust-lang/crates.io-index"
10565checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10566dependencies = [
10567 "cfg-if",
10568 "crash-context",
10569 "libc",
10570 "log",
10571 "minidump-writer",
10572 "parking_lot",
10573 "polling",
10574 "scroll",
10575 "thiserror 2.0.17",
10576 "uds",
10577]
10578
10579[[package]]
10580name = "minimal-lexical"
10581version = "0.2.1"
10582source = "registry+https://github.com/rust-lang/crates.io-index"
10583checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10584
10585[[package]]
10586name = "miniprofiler_ui"
10587version = "0.1.0"
10588dependencies = [
10589 "gpui",
10590 "rpc",
10591 "serde_json",
10592 "smol",
10593 "theme_settings",
10594 "util",
10595 "workspace",
10596 "zed_actions",
10597]
10598
10599[[package]]
10600name = "miniz_oxide"
10601version = "0.8.9"
10602source = "registry+https://github.com/rust-lang/crates.io-index"
10603checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10604dependencies = [
10605 "adler2",
10606 "simd-adler32",
10607]
10608
10609[[package]]
10610name = "mio"
10611version = "0.8.11"
10612source = "registry+https://github.com/rust-lang/crates.io-index"
10613checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10614dependencies = [
10615 "libc",
10616 "log",
10617 "wasi",
10618 "windows-sys 0.48.0",
10619]
10620
10621[[package]]
10622name = "mio"
10623version = "1.1.0"
10624source = "registry+https://github.com/rust-lang/crates.io-index"
10625checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10626dependencies = [
10627 "libc",
10628 "log",
10629 "wasi",
10630 "windows-sys 0.61.2",
10631]
10632
10633[[package]]
10634name = "miow"
10635version = "0.6.1"
10636source = "registry+https://github.com/rust-lang/crates.io-index"
10637checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10638dependencies = [
10639 "windows-sys 0.61.2",
10640]
10641
10642[[package]]
10643name = "mistral"
10644version = "0.1.0"
10645dependencies = [
10646 "anyhow",
10647 "futures 0.3.32",
10648 "http_client",
10649 "schemars",
10650 "serde",
10651 "serde_json",
10652 "strum 0.27.2",
10653]
10654
10655[[package]]
10656name = "moka"
10657version = "0.12.11"
10658source = "registry+https://github.com/rust-lang/crates.io-index"
10659checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10660dependencies = [
10661 "crossbeam-channel",
10662 "crossbeam-epoch",
10663 "crossbeam-utils",
10664 "equivalent",
10665 "parking_lot",
10666 "portable-atomic",
10667 "rustc_version",
10668 "smallvec",
10669 "tagptr",
10670 "uuid",
10671]
10672
10673[[package]]
10674name = "moxcms"
10675version = "0.7.7"
10676source = "registry+https://github.com/rust-lang/crates.io-index"
10677checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40"
10678dependencies = [
10679 "num-traits",
10680 "pxfm",
10681]
10682
10683[[package]]
10684name = "msvc_spectre_libs"
10685version = "0.1.3"
10686source = "registry+https://github.com/rust-lang/crates.io-index"
10687checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10688dependencies = [
10689 "cc",
10690]
10691
10692[[package]]
10693name = "multi_buffer"
10694version = "0.1.0"
10695dependencies = [
10696 "anyhow",
10697 "buffer_diff",
10698 "clock",
10699 "collections",
10700 "ctor",
10701 "gpui",
10702 "indoc",
10703 "itertools 0.14.0",
10704 "language",
10705 "log",
10706 "parking_lot",
10707 "pretty_assertions",
10708 "rand 0.9.2",
10709 "rope",
10710 "serde",
10711 "settings",
10712 "smallvec",
10713 "smol",
10714 "sum_tree",
10715 "text",
10716 "theme",
10717 "tracing",
10718 "tree-sitter",
10719 "unicode-segmentation",
10720 "util",
10721 "zlog",
10722 "ztracing",
10723]
10724
10725[[package]]
10726name = "multimap"
10727version = "0.8.3"
10728source = "registry+https://github.com/rust-lang/crates.io-index"
10729checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10730
10731[[package]]
10732name = "naga"
10733version = "29.0.0"
10734source = "registry+https://github.com/rust-lang/crates.io-index"
10735checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8"
10736dependencies = [
10737 "arrayvec",
10738 "bit-set 0.9.1",
10739 "bitflags 2.10.0",
10740 "cfg-if",
10741 "cfg_aliases 0.2.1",
10742 "codespan-reporting",
10743 "half",
10744 "hashbrown 0.16.1",
10745 "hexf-parse",
10746 "indexmap",
10747 "libm",
10748 "log",
10749 "num-traits",
10750 "once_cell",
10751 "rustc-hash 1.1.0",
10752 "thiserror 2.0.17",
10753 "unicode-ident",
10754]
10755
10756[[package]]
10757name = "naga"
10758version = "29.0.0"
10759source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
10760dependencies = [
10761 "arrayvec",
10762 "bit-set 0.9.1",
10763 "bitflags 2.10.0",
10764 "cfg-if",
10765 "cfg_aliases 0.2.1",
10766 "codespan-reporting",
10767 "half",
10768 "hashbrown 0.16.1",
10769 "hexf-parse",
10770 "indexmap",
10771 "libm",
10772 "log",
10773 "num-traits",
10774 "once_cell",
10775 "rustc-hash 1.1.0",
10776 "spirv",
10777 "thiserror 2.0.17",
10778 "unicode-ident",
10779]
10780
10781[[package]]
10782name = "nanoid"
10783version = "0.4.0"
10784source = "registry+https://github.com/rust-lang/crates.io-index"
10785checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10786dependencies = [
10787 "rand 0.8.5",
10788]
10789
10790[[package]]
10791name = "nanorand"
10792version = "0.7.0"
10793source = "registry+https://github.com/rust-lang/crates.io-index"
10794checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10795dependencies = [
10796 "getrandom 0.2.16",
10797]
10798
10799[[package]]
10800name = "native-tls"
10801version = "0.2.14"
10802source = "registry+https://github.com/rust-lang/crates.io-index"
10803checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10804dependencies = [
10805 "libc",
10806 "log",
10807 "openssl",
10808 "openssl-probe",
10809 "openssl-sys",
10810 "schannel",
10811 "security-framework 2.11.1",
10812 "security-framework-sys",
10813 "tempfile",
10814]
10815
10816[[package]]
10817name = "nbformat"
10818version = "1.2.0"
10819source = "registry+https://github.com/rust-lang/crates.io-index"
10820checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10821dependencies = [
10822 "anyhow",
10823 "chrono",
10824 "jupyter-protocol",
10825 "serde",
10826 "serde_json",
10827 "thiserror 1.0.69",
10828 "uuid",
10829]
10830
10831[[package]]
10832name = "nc"
10833version = "0.1.0"
10834dependencies = [
10835 "anyhow",
10836 "futures 0.3.32",
10837 "net",
10838 "smol",
10839]
10840
10841[[package]]
10842name = "ndk"
10843version = "0.9.0"
10844source = "registry+https://github.com/rust-lang/crates.io-index"
10845checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10846dependencies = [
10847 "bitflags 2.10.0",
10848 "jni-sys",
10849 "log",
10850 "ndk-sys",
10851 "num_enum",
10852 "thiserror 1.0.69",
10853]
10854
10855[[package]]
10856name = "ndk-context"
10857version = "0.1.1"
10858source = "registry+https://github.com/rust-lang/crates.io-index"
10859checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10860
10861[[package]]
10862name = "ndk-sys"
10863version = "0.6.0+11769913"
10864source = "registry+https://github.com/rust-lang/crates.io-index"
10865checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10866dependencies = [
10867 "jni-sys",
10868]
10869
10870[[package]]
10871name = "net"
10872version = "0.1.0"
10873dependencies = [
10874 "anyhow",
10875 "async-io",
10876 "smol",
10877 "tempfile",
10878 "windows 0.61.3",
10879]
10880
10881[[package]]
10882name = "new_debug_unreachable"
10883version = "1.0.6"
10884source = "registry+https://github.com/rust-lang/crates.io-index"
10885checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10886
10887[[package]]
10888name = "nix"
10889version = "0.28.0"
10890source = "registry+https://github.com/rust-lang/crates.io-index"
10891checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10892dependencies = [
10893 "bitflags 2.10.0",
10894 "cfg-if",
10895 "cfg_aliases 0.1.1",
10896 "libc",
10897]
10898
10899[[package]]
10900name = "nix"
10901version = "0.29.0"
10902source = "registry+https://github.com/rust-lang/crates.io-index"
10903checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10904dependencies = [
10905 "bitflags 2.10.0",
10906 "cfg-if",
10907 "cfg_aliases 0.2.1",
10908 "libc",
10909]
10910
10911[[package]]
10912name = "nix"
10913version = "0.30.1"
10914source = "registry+https://github.com/rust-lang/crates.io-index"
10915checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10916dependencies = [
10917 "bitflags 2.10.0",
10918 "cfg-if",
10919 "cfg_aliases 0.2.1",
10920 "libc",
10921]
10922
10923[[package]]
10924name = "node_runtime"
10925version = "0.1.0"
10926dependencies = [
10927 "anyhow",
10928 "async-compression",
10929 "async-std",
10930 "async-tar",
10931 "async-trait",
10932 "futures 0.3.32",
10933 "http_client",
10934 "log",
10935 "paths",
10936 "semver",
10937 "serde",
10938 "serde_json",
10939 "smol",
10940 "util",
10941 "watch",
10942 "which 6.0.3",
10943]
10944
10945[[package]]
10946name = "nom"
10947version = "7.1.3"
10948source = "registry+https://github.com/rust-lang/crates.io-index"
10949checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10950dependencies = [
10951 "memchr",
10952 "minimal-lexical",
10953]
10954
10955[[package]]
10956name = "nom"
10957version = "8.0.0"
10958source = "registry+https://github.com/rust-lang/crates.io-index"
10959checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
10960dependencies = [
10961 "memchr",
10962]
10963
10964[[package]]
10965name = "noop_proc_macro"
10966version = "0.3.0"
10967source = "registry+https://github.com/rust-lang/crates.io-index"
10968checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10969
10970[[package]]
10971name = "normpath"
10972version = "1.5.0"
10973source = "registry+https://github.com/rust-lang/crates.io-index"
10974checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
10975dependencies = [
10976 "windows-sys 0.61.2",
10977]
10978
10979[[package]]
10980name = "notifications"
10981version = "0.1.0"
10982dependencies = [
10983 "anyhow",
10984 "channel",
10985 "client",
10986 "component",
10987 "db",
10988 "gpui",
10989 "rpc",
10990 "sum_tree",
10991 "time",
10992 "ui",
10993 "util",
10994 "workspace",
10995 "zed_actions",
10996]
10997
10998[[package]]
10999name = "notify"
11000version = "6.1.1"
11001source = "registry+https://github.com/rust-lang/crates.io-index"
11002checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
11003dependencies = [
11004 "bitflags 2.10.0",
11005 "crossbeam-channel",
11006 "filetime",
11007 "fsevent-sys",
11008 "inotify 0.9.6",
11009 "kqueue",
11010 "libc",
11011 "log",
11012 "mio 0.8.11",
11013 "walkdir",
11014 "windows-sys 0.48.0",
11015]
11016
11017[[package]]
11018name = "notify"
11019version = "8.2.0"
11020source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11021dependencies = [
11022 "bitflags 2.10.0",
11023 "fsevent-sys",
11024 "inotify 0.11.0",
11025 "kqueue",
11026 "libc",
11027 "log",
11028 "mio 1.1.0",
11029 "notify-types",
11030 "walkdir",
11031 "windows-sys 0.60.2",
11032]
11033
11034[[package]]
11035name = "notify-debouncer-mini"
11036version = "0.4.1"
11037source = "registry+https://github.com/rust-lang/crates.io-index"
11038checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
11039dependencies = [
11040 "crossbeam-channel",
11041 "log",
11042 "notify 6.1.1",
11043]
11044
11045[[package]]
11046name = "notify-types"
11047version = "2.0.0"
11048source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11049
11050[[package]]
11051name = "ntapi"
11052version = "0.4.1"
11053source = "registry+https://github.com/rust-lang/crates.io-index"
11054checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
11055dependencies = [
11056 "winapi",
11057]
11058
11059[[package]]
11060name = "nu-ansi-term"
11061version = "0.50.3"
11062source = "registry+https://github.com/rust-lang/crates.io-index"
11063checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
11064dependencies = [
11065 "windows-sys 0.61.2",
11066]
11067
11068[[package]]
11069name = "num"
11070version = "0.4.3"
11071source = "registry+https://github.com/rust-lang/crates.io-index"
11072checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11073dependencies = [
11074 "num-bigint",
11075 "num-complex",
11076 "num-integer",
11077 "num-iter",
11078 "num-rational",
11079 "num-traits",
11080]
11081
11082[[package]]
11083name = "num-bigint"
11084version = "0.4.6"
11085source = "registry+https://github.com/rust-lang/crates.io-index"
11086checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11087dependencies = [
11088 "num-integer",
11089 "num-traits",
11090]
11091
11092[[package]]
11093name = "num-bigint-dig"
11094version = "0.8.6"
11095source = "registry+https://github.com/rust-lang/crates.io-index"
11096checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11097dependencies = [
11098 "lazy_static",
11099 "libm",
11100 "num-integer",
11101 "num-iter",
11102 "num-traits",
11103 "rand 0.8.5",
11104 "smallvec",
11105 "zeroize",
11106]
11107
11108[[package]]
11109name = "num-bigint-dig"
11110version = "0.9.1"
11111source = "registry+https://github.com/rust-lang/crates.io-index"
11112checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11113dependencies = [
11114 "libm",
11115 "num-integer",
11116 "num-iter",
11117 "num-traits",
11118 "once_cell",
11119 "rand 0.9.2",
11120 "serde",
11121 "smallvec",
11122 "zeroize",
11123]
11124
11125[[package]]
11126name = "num-cmp"
11127version = "0.1.0"
11128source = "registry+https://github.com/rust-lang/crates.io-index"
11129checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11130
11131[[package]]
11132name = "num-complex"
11133version = "0.4.6"
11134source = "registry+https://github.com/rust-lang/crates.io-index"
11135checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11136dependencies = [
11137 "bytemuck",
11138 "num-traits",
11139]
11140
11141[[package]]
11142name = "num-conv"
11143version = "0.2.0"
11144source = "registry+https://github.com/rust-lang/crates.io-index"
11145checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11146
11147[[package]]
11148name = "num-derive"
11149version = "0.4.2"
11150source = "registry+https://github.com/rust-lang/crates.io-index"
11151checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11152dependencies = [
11153 "proc-macro2",
11154 "quote",
11155 "syn 2.0.117",
11156]
11157
11158[[package]]
11159name = "num-format"
11160version = "0.4.4"
11161source = "registry+https://github.com/rust-lang/crates.io-index"
11162checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11163dependencies = [
11164 "arrayvec",
11165 "itoa",
11166]
11167
11168[[package]]
11169name = "num-integer"
11170version = "0.1.46"
11171source = "registry+https://github.com/rust-lang/crates.io-index"
11172checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11173dependencies = [
11174 "num-traits",
11175]
11176
11177[[package]]
11178name = "num-iter"
11179version = "0.1.45"
11180source = "registry+https://github.com/rust-lang/crates.io-index"
11181checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11182dependencies = [
11183 "autocfg",
11184 "num-integer",
11185 "num-traits",
11186]
11187
11188[[package]]
11189name = "num-rational"
11190version = "0.4.2"
11191source = "registry+https://github.com/rust-lang/crates.io-index"
11192checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11193dependencies = [
11194 "num-bigint",
11195 "num-integer",
11196 "num-traits",
11197]
11198
11199[[package]]
11200name = "num-traits"
11201version = "0.2.19"
11202source = "registry+https://github.com/rust-lang/crates.io-index"
11203checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11204dependencies = [
11205 "autocfg",
11206 "libm",
11207]
11208
11209[[package]]
11210name = "num_cpus"
11211version = "1.17.0"
11212source = "registry+https://github.com/rust-lang/crates.io-index"
11213checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11214dependencies = [
11215 "hermit-abi",
11216 "libc",
11217]
11218
11219[[package]]
11220name = "num_enum"
11221version = "0.7.4"
11222source = "registry+https://github.com/rust-lang/crates.io-index"
11223checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11224dependencies = [
11225 "num_enum_derive",
11226 "rustversion",
11227]
11228
11229[[package]]
11230name = "num_enum_derive"
11231version = "0.7.4"
11232source = "registry+https://github.com/rust-lang/crates.io-index"
11233checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11234dependencies = [
11235 "proc-macro-crate",
11236 "proc-macro2",
11237 "quote",
11238 "syn 2.0.117",
11239]
11240
11241[[package]]
11242name = "num_threads"
11243version = "0.1.7"
11244source = "registry+https://github.com/rust-lang/crates.io-index"
11245checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11246dependencies = [
11247 "libc",
11248]
11249
11250[[package]]
11251name = "nvim-rs"
11252version = "0.9.2"
11253source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11254dependencies = [
11255 "async-trait",
11256 "futures 0.3.32",
11257 "log",
11258 "rmp",
11259 "rmpv",
11260 "tokio",
11261 "tokio-util",
11262]
11263
11264[[package]]
11265name = "objc"
11266version = "0.2.7"
11267source = "registry+https://github.com/rust-lang/crates.io-index"
11268checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11269dependencies = [
11270 "malloc_buf",
11271 "objc_exception",
11272]
11273
11274[[package]]
11275name = "objc-foundation"
11276version = "0.1.1"
11277source = "registry+https://github.com/rust-lang/crates.io-index"
11278checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11279dependencies = [
11280 "block",
11281 "objc",
11282 "objc_id",
11283]
11284
11285[[package]]
11286name = "objc2"
11287version = "0.6.3"
11288source = "registry+https://github.com/rust-lang/crates.io-index"
11289checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11290dependencies = [
11291 "objc2-encode",
11292]
11293
11294[[package]]
11295name = "objc2-app-kit"
11296version = "0.3.1"
11297source = "registry+https://github.com/rust-lang/crates.io-index"
11298checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
11299dependencies = [
11300 "objc2",
11301 "objc2-foundation",
11302]
11303
11304[[package]]
11305name = "objc2-audio-toolbox"
11306version = "0.3.2"
11307source = "registry+https://github.com/rust-lang/crates.io-index"
11308checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
11309dependencies = [
11310 "bitflags 2.10.0",
11311 "libc",
11312 "objc2",
11313 "objc2-core-audio",
11314 "objc2-core-audio-types",
11315 "objc2-core-foundation",
11316 "objc2-foundation",
11317]
11318
11319[[package]]
11320name = "objc2-avf-audio"
11321version = "0.3.2"
11322source = "registry+https://github.com/rust-lang/crates.io-index"
11323checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
11324dependencies = [
11325 "objc2",
11326 "objc2-foundation",
11327]
11328
11329[[package]]
11330name = "objc2-core-audio"
11331version = "0.3.2"
11332source = "registry+https://github.com/rust-lang/crates.io-index"
11333checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
11334dependencies = [
11335 "dispatch2",
11336 "objc2",
11337 "objc2-core-audio-types",
11338 "objc2-core-foundation",
11339 "objc2-foundation",
11340]
11341
11342[[package]]
11343name = "objc2-core-audio-types"
11344version = "0.3.2"
11345source = "registry+https://github.com/rust-lang/crates.io-index"
11346checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11347dependencies = [
11348 "bitflags 2.10.0",
11349 "objc2",
11350]
11351
11352[[package]]
11353name = "objc2-core-foundation"
11354version = "0.3.2"
11355source = "registry+https://github.com/rust-lang/crates.io-index"
11356checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11357dependencies = [
11358 "bitflags 2.10.0",
11359 "block2",
11360 "dispatch2",
11361 "libc",
11362 "objc2",
11363]
11364
11365[[package]]
11366name = "objc2-encode"
11367version = "4.1.0"
11368source = "registry+https://github.com/rust-lang/crates.io-index"
11369checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11370
11371[[package]]
11372name = "objc2-foundation"
11373version = "0.3.2"
11374source = "registry+https://github.com/rust-lang/crates.io-index"
11375checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
11376dependencies = [
11377 "bitflags 2.10.0",
11378 "block2",
11379 "libc",
11380 "objc2",
11381 "objc2-core-foundation",
11382]
11383
11384[[package]]
11385name = "objc2-io-kit"
11386version = "0.3.2"
11387source = "registry+https://github.com/rust-lang/crates.io-index"
11388checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11389dependencies = [
11390 "libc",
11391 "objc2-core-foundation",
11392]
11393
11394[[package]]
11395name = "objc2-metal"
11396version = "0.3.2"
11397source = "registry+https://github.com/rust-lang/crates.io-index"
11398checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
11399dependencies = [
11400 "bitflags 2.10.0",
11401 "block2",
11402 "dispatch2",
11403 "objc2",
11404 "objc2-core-foundation",
11405 "objc2-foundation",
11406]
11407
11408[[package]]
11409name = "objc2-quartz-core"
11410version = "0.3.2"
11411source = "registry+https://github.com/rust-lang/crates.io-index"
11412checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
11413dependencies = [
11414 "bitflags 2.10.0",
11415 "objc2",
11416 "objc2-core-foundation",
11417 "objc2-foundation",
11418 "objc2-metal",
11419]
11420
11421[[package]]
11422name = "objc_exception"
11423version = "0.1.2"
11424source = "registry+https://github.com/rust-lang/crates.io-index"
11425checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11426dependencies = [
11427 "cc",
11428]
11429
11430[[package]]
11431name = "objc_id"
11432version = "0.1.1"
11433source = "registry+https://github.com/rust-lang/crates.io-index"
11434checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11435dependencies = [
11436 "objc",
11437]
11438
11439[[package]]
11440name = "object"
11441version = "0.37.3"
11442source = "registry+https://github.com/rust-lang/crates.io-index"
11443checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11444dependencies = [
11445 "crc32fast",
11446 "hashbrown 0.15.5",
11447 "indexmap",
11448 "memchr",
11449]
11450
11451[[package]]
11452name = "octocrab"
11453version = "0.49.7"
11454source = "registry+https://github.com/rust-lang/crates.io-index"
11455checksum = "63f6687a23731011d0117f9f4c3cdabaa7b5e42ca671f42b5cc0657c492540e3"
11456dependencies = [
11457 "arc-swap",
11458 "async-trait",
11459 "base64 0.22.1",
11460 "bytes 1.11.1",
11461 "cargo_metadata 0.23.1",
11462 "cfg-if",
11463 "chrono",
11464 "either",
11465 "futures 0.3.32",
11466 "futures-core",
11467 "futures-util",
11468 "getrandom 0.2.16",
11469 "http 1.3.1",
11470 "http-body 1.0.1",
11471 "http-body-util",
11472 "hyper 1.7.0",
11473 "hyper-rustls 0.27.7",
11474 "hyper-timeout",
11475 "hyper-util",
11476 "jsonwebtoken",
11477 "once_cell",
11478 "percent-encoding",
11479 "pin-project",
11480 "secrecy",
11481 "serde",
11482 "serde_json",
11483 "serde_path_to_error",
11484 "serde_urlencoded",
11485 "snafu",
11486 "tokio",
11487 "tower 0.5.2",
11488 "tower-http 0.6.6",
11489 "url",
11490 "web-time",
11491]
11492
11493[[package]]
11494name = "ollama"
11495version = "0.1.0"
11496dependencies = [
11497 "anyhow",
11498 "futures 0.3.32",
11499 "http_client",
11500 "schemars",
11501 "serde",
11502 "serde_json",
11503 "settings",
11504]
11505
11506[[package]]
11507name = "onboarding"
11508version = "0.1.0"
11509dependencies = [
11510 "anyhow",
11511 "client",
11512 "component",
11513 "db",
11514 "documented",
11515 "fs",
11516 "fuzzy",
11517 "gpui",
11518 "menu",
11519 "notifications",
11520 "picker",
11521 "project",
11522 "schemars",
11523 "serde",
11524 "settings",
11525 "telemetry",
11526 "theme",
11527 "theme_settings",
11528 "ui",
11529 "util",
11530 "vim_mode_setting",
11531 "workspace",
11532 "zed_actions",
11533 "zlog",
11534]
11535
11536[[package]]
11537name = "once_cell"
11538version = "1.21.3"
11539source = "registry+https://github.com/rust-lang/crates.io-index"
11540checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11541
11542[[package]]
11543name = "once_cell_polyfill"
11544version = "1.70.1"
11545source = "registry+https://github.com/rust-lang/crates.io-index"
11546checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11547
11548[[package]]
11549name = "oo7"
11550version = "0.6.0"
11551source = "registry+https://github.com/rust-lang/crates.io-index"
11552checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11553dependencies = [
11554 "aes",
11555 "ashpd",
11556 "async-fs",
11557 "async-io",
11558 "async-lock 3.4.2",
11559 "blocking",
11560 "cbc",
11561 "cipher",
11562 "digest",
11563 "endi",
11564 "futures-lite 2.6.1",
11565 "futures-util",
11566 "getrandom 0.4.1",
11567 "hkdf",
11568 "hmac",
11569 "md-5",
11570 "num",
11571 "num-bigint-dig 0.9.1",
11572 "pbkdf2 0.12.2",
11573 "serde",
11574 "serde_bytes",
11575 "sha2",
11576 "subtle",
11577 "zbus",
11578 "zbus_macros",
11579 "zeroize",
11580 "zvariant",
11581]
11582
11583[[package]]
11584name = "oorandom"
11585version = "11.1.5"
11586source = "registry+https://github.com/rust-lang/crates.io-index"
11587checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11588
11589[[package]]
11590name = "open"
11591version = "5.3.2"
11592source = "registry+https://github.com/rust-lang/crates.io-index"
11593checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11594dependencies = [
11595 "is-wsl",
11596 "libc",
11597 "pathdiff",
11598]
11599
11600[[package]]
11601name = "open_ai"
11602version = "0.1.0"
11603dependencies = [
11604 "anyhow",
11605 "futures 0.3.32",
11606 "http_client",
11607 "log",
11608 "rand 0.9.2",
11609 "schemars",
11610 "serde",
11611 "serde_json",
11612 "settings",
11613 "strum 0.27.2",
11614 "thiserror 2.0.17",
11615]
11616
11617[[package]]
11618name = "open_path_prompt"
11619version = "0.1.0"
11620dependencies = [
11621 "editor",
11622 "file_icons",
11623 "futures 0.3.32",
11624 "fuzzy",
11625 "gpui",
11626 "picker",
11627 "project",
11628 "schemars",
11629 "serde",
11630 "serde_json",
11631 "settings",
11632 "theme",
11633 "theme_settings",
11634 "ui",
11635 "util",
11636 "workspace",
11637]
11638
11639[[package]]
11640name = "open_router"
11641version = "0.1.0"
11642dependencies = [
11643 "anyhow",
11644 "futures 0.3.32",
11645 "http_client",
11646 "schemars",
11647 "serde",
11648 "serde_json",
11649 "settings",
11650 "strum 0.27.2",
11651 "thiserror 2.0.17",
11652]
11653
11654[[package]]
11655name = "opencode"
11656version = "0.1.0"
11657dependencies = [
11658 "anyhow",
11659 "futures 0.3.32",
11660 "google_ai",
11661 "http_client",
11662 "schemars",
11663 "serde",
11664 "serde_json",
11665 "strum 0.27.2",
11666]
11667
11668[[package]]
11669name = "opener"
11670version = "0.7.2"
11671source = "registry+https://github.com/rust-lang/crates.io-index"
11672checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11673dependencies = [
11674 "bstr",
11675 "dbus",
11676 "normpath",
11677 "windows-sys 0.59.0",
11678]
11679
11680[[package]]
11681name = "openssl"
11682version = "0.10.74"
11683source = "registry+https://github.com/rust-lang/crates.io-index"
11684checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11685dependencies = [
11686 "bitflags 2.10.0",
11687 "cfg-if",
11688 "foreign-types 0.3.2",
11689 "libc",
11690 "once_cell",
11691 "openssl-macros",
11692 "openssl-sys",
11693]
11694
11695[[package]]
11696name = "openssl-macros"
11697version = "0.1.1"
11698source = "registry+https://github.com/rust-lang/crates.io-index"
11699checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11700dependencies = [
11701 "proc-macro2",
11702 "quote",
11703 "syn 2.0.117",
11704]
11705
11706[[package]]
11707name = "openssl-probe"
11708version = "0.1.6"
11709source = "registry+https://github.com/rust-lang/crates.io-index"
11710checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11711
11712[[package]]
11713name = "openssl-sys"
11714version = "0.9.110"
11715source = "registry+https://github.com/rust-lang/crates.io-index"
11716checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11717dependencies = [
11718 "cc",
11719 "libc",
11720 "pkg-config",
11721 "vcpkg",
11722]
11723
11724[[package]]
11725name = "optfield"
11726version = "0.4.0"
11727source = "registry+https://github.com/rust-lang/crates.io-index"
11728checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11729dependencies = [
11730 "proc-macro2",
11731 "quote",
11732 "syn 2.0.117",
11733]
11734
11735[[package]]
11736name = "option-ext"
11737version = "0.2.0"
11738source = "registry+https://github.com/rust-lang/crates.io-index"
11739checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11740
11741[[package]]
11742name = "ordered-float"
11743version = "2.10.1"
11744source = "registry+https://github.com/rust-lang/crates.io-index"
11745checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11746dependencies = [
11747 "num-traits",
11748]
11749
11750[[package]]
11751name = "ordered-float"
11752version = "4.6.0"
11753source = "registry+https://github.com/rust-lang/crates.io-index"
11754checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11755dependencies = [
11756 "num-traits",
11757]
11758
11759[[package]]
11760name = "ordered-stream"
11761version = "0.2.0"
11762source = "registry+https://github.com/rust-lang/crates.io-index"
11763checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11764dependencies = [
11765 "futures-core",
11766 "pin-project-lite",
11767]
11768
11769[[package]]
11770name = "ouroboros"
11771version = "0.18.5"
11772source = "registry+https://github.com/rust-lang/crates.io-index"
11773checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11774dependencies = [
11775 "aliasable",
11776 "ouroboros_macro",
11777 "static_assertions",
11778]
11779
11780[[package]]
11781name = "ouroboros_macro"
11782version = "0.18.5"
11783source = "registry+https://github.com/rust-lang/crates.io-index"
11784checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11785dependencies = [
11786 "heck 0.4.1",
11787 "proc-macro2",
11788 "proc-macro2-diagnostics",
11789 "quote",
11790 "syn 2.0.117",
11791]
11792
11793[[package]]
11794name = "outline"
11795version = "0.1.0"
11796dependencies = [
11797 "editor",
11798 "fuzzy",
11799 "gpui",
11800 "indoc",
11801 "language",
11802 "lsp",
11803 "menu",
11804 "ordered-float 2.10.1",
11805 "picker",
11806 "project",
11807 "rope",
11808 "serde_json",
11809 "settings",
11810 "smol",
11811 "theme",
11812 "theme_settings",
11813 "ui",
11814 "util",
11815 "workspace",
11816 "zed_actions",
11817]
11818
11819[[package]]
11820name = "outline_panel"
11821version = "0.1.0"
11822dependencies = [
11823 "anyhow",
11824 "collections",
11825 "db",
11826 "editor",
11827 "file_icons",
11828 "fuzzy",
11829 "gpui",
11830 "itertools 0.14.0",
11831 "language",
11832 "log",
11833 "lsp",
11834 "menu",
11835 "outline",
11836 "pretty_assertions",
11837 "project",
11838 "search",
11839 "serde",
11840 "serde_json",
11841 "settings",
11842 "smallvec",
11843 "smol",
11844 "theme",
11845 "theme_settings",
11846 "ui",
11847 "util",
11848 "workspace",
11849 "worktree",
11850 "zed_actions",
11851]
11852
11853[[package]]
11854name = "outref"
11855version = "0.5.2"
11856source = "registry+https://github.com/rust-lang/crates.io-index"
11857checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11858
11859[[package]]
11860name = "p256"
11861version = "0.11.1"
11862source = "registry+https://github.com/rust-lang/crates.io-index"
11863checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11864dependencies = [
11865 "ecdsa",
11866 "elliptic-curve",
11867 "sha2",
11868]
11869
11870[[package]]
11871name = "page_size"
11872version = "0.6.0"
11873source = "registry+https://github.com/rust-lang/crates.io-index"
11874checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11875dependencies = [
11876 "libc",
11877 "winapi",
11878]
11879
11880[[package]]
11881name = "palette"
11882version = "0.7.6"
11883source = "registry+https://github.com/rust-lang/crates.io-index"
11884checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11885dependencies = [
11886 "approx",
11887 "fast-srgb8",
11888 "palette_derive",
11889]
11890
11891[[package]]
11892name = "palette_derive"
11893version = "0.7.6"
11894source = "registry+https://github.com/rust-lang/crates.io-index"
11895checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11896dependencies = [
11897 "by_address",
11898 "proc-macro2",
11899 "quote",
11900 "syn 2.0.117",
11901]
11902
11903[[package]]
11904name = "panel"
11905version = "0.1.0"
11906dependencies = [
11907 "gpui",
11908 "ui",
11909 "workspace",
11910]
11911
11912[[package]]
11913name = "parking"
11914version = "2.2.1"
11915source = "registry+https://github.com/rust-lang/crates.io-index"
11916checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
11917
11918[[package]]
11919name = "parking_lot"
11920version = "0.12.5"
11921source = "registry+https://github.com/rust-lang/crates.io-index"
11922checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
11923dependencies = [
11924 "lock_api",
11925 "parking_lot_core",
11926]
11927
11928[[package]]
11929name = "parking_lot_core"
11930version = "0.9.12"
11931source = "registry+https://github.com/rust-lang/crates.io-index"
11932checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
11933dependencies = [
11934 "cfg-if",
11935 "libc",
11936 "redox_syscall 0.5.18",
11937 "smallvec",
11938 "windows-link 0.2.1",
11939]
11940
11941[[package]]
11942name = "parse_int"
11943version = "0.9.0"
11944source = "registry+https://github.com/rust-lang/crates.io-index"
11945checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
11946dependencies = [
11947 "num-traits",
11948]
11949
11950[[package]]
11951name = "partial-json-fixer"
11952version = "0.5.3"
11953source = "registry+https://github.com/rust-lang/crates.io-index"
11954checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
11955
11956[[package]]
11957name = "password-hash"
11958version = "0.4.2"
11959source = "registry+https://github.com/rust-lang/crates.io-index"
11960checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
11961dependencies = [
11962 "base64ct",
11963 "rand_core 0.6.4",
11964 "subtle",
11965]
11966
11967[[package]]
11968name = "paste"
11969version = "1.0.15"
11970source = "registry+https://github.com/rust-lang/crates.io-index"
11971checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
11972
11973[[package]]
11974name = "pathdiff"
11975version = "0.2.3"
11976source = "registry+https://github.com/rust-lang/crates.io-index"
11977checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
11978
11979[[package]]
11980name = "pathfinder_geometry"
11981version = "0.5.1"
11982source = "registry+https://github.com/rust-lang/crates.io-index"
11983checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
11984dependencies = [
11985 "log",
11986 "pathfinder_simd",
11987]
11988
11989[[package]]
11990name = "pathfinder_simd"
11991version = "0.5.5"
11992source = "registry+https://github.com/rust-lang/crates.io-index"
11993checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
11994dependencies = [
11995 "rustc_version",
11996]
11997
11998[[package]]
11999name = "paths"
12000version = "0.1.0"
12001dependencies = [
12002 "dirs 4.0.0",
12003 "ignore",
12004 "util",
12005]
12006
12007[[package]]
12008name = "pbjson"
12009version = "0.6.0"
12010source = "registry+https://github.com/rust-lang/crates.io-index"
12011checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
12012dependencies = [
12013 "base64 0.21.7",
12014 "serde",
12015]
12016
12017[[package]]
12018name = "pbjson-build"
12019version = "0.6.2"
12020source = "registry+https://github.com/rust-lang/crates.io-index"
12021checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
12022dependencies = [
12023 "heck 0.4.1",
12024 "itertools 0.11.0",
12025 "prost 0.12.6",
12026 "prost-types 0.12.6",
12027]
12028
12029[[package]]
12030name = "pbjson-types"
12031version = "0.6.0"
12032source = "registry+https://github.com/rust-lang/crates.io-index"
12033checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
12034dependencies = [
12035 "bytes 1.11.1",
12036 "chrono",
12037 "pbjson",
12038 "pbjson-build",
12039 "prost 0.12.6",
12040 "prost-build 0.12.6",
12041 "serde",
12042]
12043
12044[[package]]
12045name = "pbkdf2"
12046version = "0.11.0"
12047source = "registry+https://github.com/rust-lang/crates.io-index"
12048checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
12049dependencies = [
12050 "digest",
12051 "hmac",
12052 "password-hash",
12053 "sha2",
12054]
12055
12056[[package]]
12057name = "pbkdf2"
12058version = "0.12.2"
12059source = "registry+https://github.com/rust-lang/crates.io-index"
12060checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12061dependencies = [
12062 "digest",
12063 "hmac",
12064]
12065
12066[[package]]
12067name = "pciid-parser"
12068version = "0.8.0"
12069source = "registry+https://github.com/rust-lang/crates.io-index"
12070checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12071
12072[[package]]
12073name = "peg"
12074version = "0.8.5"
12075source = "registry+https://github.com/rust-lang/crates.io-index"
12076checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12077dependencies = [
12078 "peg-macros",
12079 "peg-runtime",
12080]
12081
12082[[package]]
12083name = "peg-macros"
12084version = "0.8.5"
12085source = "registry+https://github.com/rust-lang/crates.io-index"
12086checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12087dependencies = [
12088 "peg-runtime",
12089 "proc-macro2",
12090 "quote",
12091]
12092
12093[[package]]
12094name = "peg-runtime"
12095version = "0.8.5"
12096source = "registry+https://github.com/rust-lang/crates.io-index"
12097checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12098
12099[[package]]
12100name = "pem"
12101version = "3.0.6"
12102source = "registry+https://github.com/rust-lang/crates.io-index"
12103checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12104dependencies = [
12105 "base64 0.22.1",
12106 "serde_core",
12107]
12108
12109[[package]]
12110name = "pem-rfc7468"
12111version = "0.7.0"
12112source = "registry+https://github.com/rust-lang/crates.io-index"
12113checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12114dependencies = [
12115 "base64ct",
12116]
12117
12118[[package]]
12119name = "percent-encoding"
12120version = "2.3.2"
12121source = "registry+https://github.com/rust-lang/crates.io-index"
12122checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12123
12124[[package]]
12125name = "perf"
12126version = "0.1.0"
12127dependencies = [
12128 "collections",
12129 "serde",
12130 "serde_json",
12131]
12132
12133[[package]]
12134name = "pest"
12135version = "2.8.3"
12136source = "registry+https://github.com/rust-lang/crates.io-index"
12137checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12138dependencies = [
12139 "memchr",
12140 "ucd-trie",
12141]
12142
12143[[package]]
12144name = "pest_derive"
12145version = "2.8.3"
12146source = "registry+https://github.com/rust-lang/crates.io-index"
12147checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12148dependencies = [
12149 "pest",
12150 "pest_generator",
12151]
12152
12153[[package]]
12154name = "pest_generator"
12155version = "2.8.3"
12156source = "registry+https://github.com/rust-lang/crates.io-index"
12157checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12158dependencies = [
12159 "pest",
12160 "pest_meta",
12161 "proc-macro2",
12162 "quote",
12163 "syn 2.0.117",
12164]
12165
12166[[package]]
12167name = "pest_meta"
12168version = "2.8.3"
12169source = "registry+https://github.com/rust-lang/crates.io-index"
12170checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12171dependencies = [
12172 "pest",
12173 "sha2",
12174]
12175
12176[[package]]
12177name = "pet"
12178version = "0.1.0"
12179source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12180dependencies = [
12181 "clap",
12182 "env_logger 0.10.2",
12183 "lazy_static",
12184 "log",
12185 "msvc_spectre_libs",
12186 "pet-conda",
12187 "pet-core",
12188 "pet-env-var-path",
12189 "pet-fs",
12190 "pet-global-virtualenvs",
12191 "pet-homebrew",
12192 "pet-jsonrpc",
12193 "pet-linux-global-python",
12194 "pet-mac-commandlinetools",
12195 "pet-mac-python-org",
12196 "pet-mac-xcode",
12197 "pet-pipenv",
12198 "pet-pixi",
12199 "pet-poetry",
12200 "pet-pyenv",
12201 "pet-python-utils",
12202 "pet-reporter",
12203 "pet-telemetry",
12204 "pet-uv",
12205 "pet-venv",
12206 "pet-virtualenv",
12207 "pet-virtualenvwrapper",
12208 "pet-windows-registry",
12209 "pet-windows-store",
12210 "pet-winpython",
12211 "serde",
12212 "serde_json",
12213 "tracing",
12214 "tracing-subscriber",
12215 "winresource",
12216]
12217
12218[[package]]
12219name = "pet-conda"
12220version = "0.1.0"
12221source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12222dependencies = [
12223 "env_logger 0.10.2",
12224 "lazy_static",
12225 "log",
12226 "msvc_spectre_libs",
12227 "pet-core",
12228 "pet-fs",
12229 "pet-python-utils",
12230 "pet-reporter",
12231 "rayon",
12232 "regex",
12233 "serde",
12234 "serde_json",
12235 "yaml-rust2",
12236]
12237
12238[[package]]
12239name = "pet-core"
12240version = "0.1.0"
12241source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12242dependencies = [
12243 "clap",
12244 "lazy_static",
12245 "log",
12246 "msvc_spectre_libs",
12247 "pet-fs",
12248 "regex",
12249 "serde",
12250 "serde_json",
12251]
12252
12253[[package]]
12254name = "pet-env-var-path"
12255version = "0.1.0"
12256source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12257dependencies = [
12258 "lazy_static",
12259 "log",
12260 "msvc_spectre_libs",
12261 "pet-conda",
12262 "pet-core",
12263 "pet-fs",
12264 "pet-python-utils",
12265 "pet-virtualenv",
12266 "regex",
12267]
12268
12269[[package]]
12270name = "pet-fs"
12271version = "0.1.0"
12272source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12273dependencies = [
12274 "glob",
12275 "log",
12276 "msvc_spectre_libs",
12277 "windows-sys 0.59.0",
12278]
12279
12280[[package]]
12281name = "pet-global-virtualenvs"
12282version = "0.1.0"
12283source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12284dependencies = [
12285 "log",
12286 "msvc_spectre_libs",
12287 "pet-conda",
12288 "pet-core",
12289 "pet-fs",
12290 "pet-virtualenv",
12291]
12292
12293[[package]]
12294name = "pet-homebrew"
12295version = "0.1.0"
12296source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12297dependencies = [
12298 "lazy_static",
12299 "log",
12300 "msvc_spectre_libs",
12301 "pet-conda",
12302 "pet-core",
12303 "pet-fs",
12304 "pet-python-utils",
12305 "pet-virtualenv",
12306 "rayon",
12307 "regex",
12308 "serde",
12309 "serde_json",
12310]
12311
12312[[package]]
12313name = "pet-jsonrpc"
12314version = "0.1.0"
12315source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12316dependencies = [
12317 "env_logger 0.10.2",
12318 "log",
12319 "msvc_spectre_libs",
12320 "pet-core",
12321 "serde",
12322 "serde_json",
12323]
12324
12325[[package]]
12326name = "pet-linux-global-python"
12327version = "0.1.0"
12328source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12329dependencies = [
12330 "log",
12331 "msvc_spectre_libs",
12332 "pet-core",
12333 "pet-fs",
12334 "pet-python-utils",
12335 "pet-virtualenv",
12336]
12337
12338[[package]]
12339name = "pet-mac-commandlinetools"
12340version = "0.1.0"
12341source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12342dependencies = [
12343 "log",
12344 "msvc_spectre_libs",
12345 "pet-core",
12346 "pet-fs",
12347 "pet-python-utils",
12348 "pet-virtualenv",
12349]
12350
12351[[package]]
12352name = "pet-mac-python-org"
12353version = "0.1.0"
12354source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12355dependencies = [
12356 "log",
12357 "msvc_spectre_libs",
12358 "pet-core",
12359 "pet-fs",
12360 "pet-python-utils",
12361 "pet-virtualenv",
12362]
12363
12364[[package]]
12365name = "pet-mac-xcode"
12366version = "0.1.0"
12367source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12368dependencies = [
12369 "log",
12370 "msvc_spectre_libs",
12371 "pet-core",
12372 "pet-fs",
12373 "pet-python-utils",
12374 "pet-virtualenv",
12375]
12376
12377[[package]]
12378name = "pet-pipenv"
12379version = "0.1.0"
12380source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12381dependencies = [
12382 "lazy_static",
12383 "log",
12384 "msvc_spectre_libs",
12385 "pet-core",
12386 "pet-fs",
12387 "pet-python-utils",
12388 "pet-virtualenv",
12389 "regex",
12390]
12391
12392[[package]]
12393name = "pet-pixi"
12394version = "0.1.0"
12395source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12396dependencies = [
12397 "log",
12398 "msvc_spectre_libs",
12399 "pet-conda",
12400 "pet-core",
12401 "pet-python-utils",
12402]
12403
12404[[package]]
12405name = "pet-poetry"
12406version = "0.1.0"
12407source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12408dependencies = [
12409 "base64 0.22.1",
12410 "lazy_static",
12411 "log",
12412 "msvc_spectre_libs",
12413 "pet-core",
12414 "pet-fs",
12415 "pet-python-utils",
12416 "pet-reporter",
12417 "pet-virtualenv",
12418 "regex",
12419 "serde",
12420 "serde_json",
12421 "sha2",
12422 "toml 0.8.23",
12423]
12424
12425[[package]]
12426name = "pet-pyenv"
12427version = "0.1.0"
12428source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12429dependencies = [
12430 "lazy_static",
12431 "log",
12432 "msvc_spectre_libs",
12433 "pet-conda",
12434 "pet-core",
12435 "pet-fs",
12436 "pet-python-utils",
12437 "pet-reporter",
12438 "regex",
12439 "serde",
12440 "serde_json",
12441]
12442
12443[[package]]
12444name = "pet-python-utils"
12445version = "0.1.0"
12446source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12447dependencies = [
12448 "env_logger 0.10.2",
12449 "lazy_static",
12450 "log",
12451 "msvc_spectre_libs",
12452 "pet-core",
12453 "pet-fs",
12454 "regex",
12455 "serde",
12456 "serde_json",
12457 "sha2",
12458]
12459
12460[[package]]
12461name = "pet-reporter"
12462version = "0.1.0"
12463source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12464dependencies = [
12465 "env_logger 0.10.2",
12466 "log",
12467 "msvc_spectre_libs",
12468 "pet-core",
12469 "pet-jsonrpc",
12470 "serde",
12471 "serde_json",
12472]
12473
12474[[package]]
12475name = "pet-telemetry"
12476version = "0.1.0"
12477source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12478dependencies = [
12479 "env_logger 0.10.2",
12480 "lazy_static",
12481 "log",
12482 "msvc_spectre_libs",
12483 "pet-core",
12484 "pet-fs",
12485 "pet-python-utils",
12486 "regex",
12487]
12488
12489[[package]]
12490name = "pet-uv"
12491version = "0.1.0"
12492source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12493dependencies = [
12494 "log",
12495 "pet-core",
12496 "pet-python-utils",
12497 "serde",
12498 "toml 0.9.8",
12499]
12500
12501[[package]]
12502name = "pet-venv"
12503version = "0.1.0"
12504source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12505dependencies = [
12506 "log",
12507 "msvc_spectre_libs",
12508 "pet-core",
12509 "pet-python-utils",
12510 "pet-virtualenv",
12511]
12512
12513[[package]]
12514name = "pet-virtualenv"
12515version = "0.1.0"
12516source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12517dependencies = [
12518 "log",
12519 "msvc_spectre_libs",
12520 "pet-core",
12521 "pet-fs",
12522 "pet-python-utils",
12523]
12524
12525[[package]]
12526name = "pet-virtualenvwrapper"
12527version = "0.1.0"
12528source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12529dependencies = [
12530 "log",
12531 "msvc_spectre_libs",
12532 "pet-core",
12533 "pet-fs",
12534 "pet-python-utils",
12535 "pet-virtualenv",
12536]
12537
12538[[package]]
12539name = "pet-windows-registry"
12540version = "0.1.0"
12541source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12542dependencies = [
12543 "lazy_static",
12544 "log",
12545 "msvc_spectre_libs",
12546 "pet-conda",
12547 "pet-core",
12548 "pet-fs",
12549 "pet-python-utils",
12550 "pet-virtualenv",
12551 "pet-windows-store",
12552 "regex",
12553 "winreg 0.55.0",
12554]
12555
12556[[package]]
12557name = "pet-windows-store"
12558version = "0.1.0"
12559source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12560dependencies = [
12561 "lazy_static",
12562 "log",
12563 "msvc_spectre_libs",
12564 "pet-core",
12565 "pet-fs",
12566 "pet-python-utils",
12567 "pet-virtualenv",
12568 "regex",
12569 "winreg 0.55.0",
12570]
12571
12572[[package]]
12573name = "pet-winpython"
12574version = "0.1.0"
12575source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12576dependencies = [
12577 "lazy_static",
12578 "log",
12579 "pet-core",
12580 "pet-fs",
12581 "pet-python-utils",
12582 "pet-virtualenv",
12583 "regex",
12584]
12585
12586[[package]]
12587name = "petgraph"
12588version = "0.6.5"
12589source = "registry+https://github.com/rust-lang/crates.io-index"
12590checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12591dependencies = [
12592 "fixedbitset 0.4.2",
12593 "indexmap",
12594]
12595
12596[[package]]
12597name = "pgvector"
12598version = "0.4.1"
12599source = "registry+https://github.com/rust-lang/crates.io-index"
12600checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12601dependencies = [
12602 "serde",
12603]
12604
12605[[package]]
12606name = "phf"
12607version = "0.11.3"
12608source = "registry+https://github.com/rust-lang/crates.io-index"
12609checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12610dependencies = [
12611 "phf_macros 0.11.3",
12612 "phf_shared 0.11.3",
12613]
12614
12615[[package]]
12616name = "phf"
12617version = "0.12.1"
12618source = "registry+https://github.com/rust-lang/crates.io-index"
12619checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12620dependencies = [
12621 "phf_macros 0.12.1",
12622 "phf_shared 0.12.1",
12623]
12624
12625[[package]]
12626name = "phf_codegen"
12627version = "0.11.3"
12628source = "registry+https://github.com/rust-lang/crates.io-index"
12629checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12630dependencies = [
12631 "phf_generator 0.11.3",
12632 "phf_shared 0.11.3",
12633]
12634
12635[[package]]
12636name = "phf_generator"
12637version = "0.11.3"
12638source = "registry+https://github.com/rust-lang/crates.io-index"
12639checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12640dependencies = [
12641 "phf_shared 0.11.3",
12642 "rand 0.8.5",
12643]
12644
12645[[package]]
12646name = "phf_generator"
12647version = "0.12.1"
12648source = "registry+https://github.com/rust-lang/crates.io-index"
12649checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12650dependencies = [
12651 "fastrand 2.3.0",
12652 "phf_shared 0.12.1",
12653]
12654
12655[[package]]
12656name = "phf_macros"
12657version = "0.11.3"
12658source = "registry+https://github.com/rust-lang/crates.io-index"
12659checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12660dependencies = [
12661 "phf_generator 0.11.3",
12662 "phf_shared 0.11.3",
12663 "proc-macro2",
12664 "quote",
12665 "syn 2.0.117",
12666]
12667
12668[[package]]
12669name = "phf_macros"
12670version = "0.12.1"
12671source = "registry+https://github.com/rust-lang/crates.io-index"
12672checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12673dependencies = [
12674 "phf_generator 0.12.1",
12675 "phf_shared 0.12.1",
12676 "proc-macro2",
12677 "quote",
12678 "syn 2.0.117",
12679]
12680
12681[[package]]
12682name = "phf_shared"
12683version = "0.11.3"
12684source = "registry+https://github.com/rust-lang/crates.io-index"
12685checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12686dependencies = [
12687 "siphasher 1.0.1",
12688]
12689
12690[[package]]
12691name = "phf_shared"
12692version = "0.12.1"
12693source = "registry+https://github.com/rust-lang/crates.io-index"
12694checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12695dependencies = [
12696 "siphasher 1.0.1",
12697]
12698
12699[[package]]
12700name = "picker"
12701version = "0.1.0"
12702dependencies = [
12703 "anyhow",
12704 "editor",
12705 "gpui",
12706 "menu",
12707 "schemars",
12708 "serde",
12709 "settings",
12710 "theme",
12711 "theme_settings",
12712 "ui",
12713 "ui_input",
12714 "workspace",
12715 "zed_actions",
12716]
12717
12718[[package]]
12719name = "pico-args"
12720version = "0.5.0"
12721source = "registry+https://github.com/rust-lang/crates.io-index"
12722checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12723
12724[[package]]
12725name = "pin-project"
12726version = "1.1.10"
12727source = "registry+https://github.com/rust-lang/crates.io-index"
12728checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12729dependencies = [
12730 "pin-project-internal",
12731]
12732
12733[[package]]
12734name = "pin-project-internal"
12735version = "1.1.10"
12736source = "registry+https://github.com/rust-lang/crates.io-index"
12737checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12738dependencies = [
12739 "proc-macro2",
12740 "quote",
12741 "syn 2.0.117",
12742]
12743
12744[[package]]
12745name = "pin-project-lite"
12746version = "0.2.16"
12747source = "registry+https://github.com/rust-lang/crates.io-index"
12748checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12749
12750[[package]]
12751name = "pin-utils"
12752version = "0.1.0"
12753source = "registry+https://github.com/rust-lang/crates.io-index"
12754checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12755
12756[[package]]
12757name = "piper"
12758version = "0.2.4"
12759source = "registry+https://github.com/rust-lang/crates.io-index"
12760checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12761dependencies = [
12762 "atomic-waker",
12763 "fastrand 2.3.0",
12764 "futures-io",
12765]
12766
12767[[package]]
12768name = "pkcs1"
12769version = "0.7.5"
12770source = "registry+https://github.com/rust-lang/crates.io-index"
12771checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12772dependencies = [
12773 "der 0.7.10",
12774 "pkcs8 0.10.2",
12775 "spki 0.7.3",
12776]
12777
12778[[package]]
12779name = "pkcs8"
12780version = "0.9.0"
12781source = "registry+https://github.com/rust-lang/crates.io-index"
12782checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12783dependencies = [
12784 "der 0.6.1",
12785 "spki 0.6.0",
12786]
12787
12788[[package]]
12789name = "pkcs8"
12790version = "0.10.2"
12791source = "registry+https://github.com/rust-lang/crates.io-index"
12792checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12793dependencies = [
12794 "der 0.7.10",
12795 "spki 0.7.3",
12796]
12797
12798[[package]]
12799name = "pkg-config"
12800version = "0.3.32"
12801source = "registry+https://github.com/rust-lang/crates.io-index"
12802checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12803
12804[[package]]
12805name = "plain"
12806version = "0.2.3"
12807source = "registry+https://github.com/rust-lang/crates.io-index"
12808checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12809
12810[[package]]
12811name = "platform_title_bar"
12812version = "0.1.0"
12813dependencies = [
12814 "feature_flags",
12815 "gpui",
12816 "project",
12817 "settings",
12818 "smallvec",
12819 "theme",
12820 "theme_settings",
12821 "ui",
12822 "windows 0.61.3",
12823 "workspace",
12824 "zed_actions",
12825]
12826
12827[[package]]
12828name = "plist"
12829version = "1.8.0"
12830source = "registry+https://github.com/rust-lang/crates.io-index"
12831checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12832dependencies = [
12833 "base64 0.22.1",
12834 "indexmap",
12835 "quick-xml 0.38.3",
12836 "serde",
12837 "time",
12838]
12839
12840[[package]]
12841name = "plotters"
12842version = "0.3.7"
12843source = "registry+https://github.com/rust-lang/crates.io-index"
12844checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12845dependencies = [
12846 "num-traits",
12847 "plotters-backend",
12848 "plotters-svg",
12849 "wasm-bindgen",
12850 "web-sys",
12851]
12852
12853[[package]]
12854name = "plotters-backend"
12855version = "0.3.7"
12856source = "registry+https://github.com/rust-lang/crates.io-index"
12857checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12858
12859[[package]]
12860name = "plotters-svg"
12861version = "0.3.7"
12862source = "registry+https://github.com/rust-lang/crates.io-index"
12863checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
12864dependencies = [
12865 "plotters-backend",
12866]
12867
12868[[package]]
12869name = "png"
12870version = "0.17.16"
12871source = "registry+https://github.com/rust-lang/crates.io-index"
12872checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12873dependencies = [
12874 "bitflags 1.3.2",
12875 "crc32fast",
12876 "fdeflate",
12877 "flate2",
12878 "miniz_oxide",
12879]
12880
12881[[package]]
12882name = "png"
12883version = "0.18.0"
12884source = "registry+https://github.com/rust-lang/crates.io-index"
12885checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12886dependencies = [
12887 "bitflags 2.10.0",
12888 "crc32fast",
12889 "fdeflate",
12890 "flate2",
12891 "miniz_oxide",
12892]
12893
12894[[package]]
12895name = "polling"
12896version = "3.11.0"
12897source = "registry+https://github.com/rust-lang/crates.io-index"
12898checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
12899dependencies = [
12900 "cfg-if",
12901 "concurrent-queue",
12902 "hermit-abi",
12903 "pin-project-lite",
12904 "rustix 1.1.2",
12905 "windows-sys 0.61.2",
12906]
12907
12908[[package]]
12909name = "pollster"
12910version = "0.2.5"
12911source = "registry+https://github.com/rust-lang/crates.io-index"
12912checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
12913
12914[[package]]
12915name = "pollster"
12916version = "0.4.0"
12917source = "registry+https://github.com/rust-lang/crates.io-index"
12918checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
12919
12920[[package]]
12921name = "pori"
12922version = "0.0.0"
12923source = "registry+https://github.com/rust-lang/crates.io-index"
12924checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
12925dependencies = [
12926 "nom 7.1.3",
12927]
12928
12929[[package]]
12930name = "portable-atomic"
12931version = "1.11.1"
12932source = "registry+https://github.com/rust-lang/crates.io-index"
12933checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
12934
12935[[package]]
12936name = "portable-atomic-util"
12937version = "0.2.4"
12938source = "registry+https://github.com/rust-lang/crates.io-index"
12939checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
12940dependencies = [
12941 "portable-atomic",
12942]
12943
12944[[package]]
12945name = "portable-pty"
12946version = "0.9.0"
12947source = "registry+https://github.com/rust-lang/crates.io-index"
12948checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
12949dependencies = [
12950 "anyhow",
12951 "bitflags 1.3.2",
12952 "downcast-rs",
12953 "filedescriptor",
12954 "lazy_static",
12955 "libc",
12956 "log",
12957 "nix 0.28.0",
12958 "serial2",
12959 "shared_library",
12960 "shell-words",
12961 "winapi",
12962 "winreg 0.10.1",
12963]
12964
12965[[package]]
12966name = "postage"
12967version = "0.5.0"
12968source = "registry+https://github.com/rust-lang/crates.io-index"
12969checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
12970dependencies = [
12971 "atomic",
12972 "crossbeam-queue",
12973 "futures 0.3.32",
12974 "log",
12975 "parking_lot",
12976 "pin-project",
12977 "pollster 0.2.5",
12978 "static_assertions",
12979 "thiserror 1.0.69",
12980]
12981
12982[[package]]
12983name = "postcard"
12984version = "1.1.3"
12985source = "registry+https://github.com/rust-lang/crates.io-index"
12986checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
12987dependencies = [
12988 "cobs",
12989 "embedded-io 0.4.0",
12990 "embedded-io 0.6.1",
12991 "serde",
12992]
12993
12994[[package]]
12995name = "potential_utf"
12996version = "0.1.3"
12997source = "registry+https://github.com/rust-lang/crates.io-index"
12998checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
12999dependencies = [
13000 "zerovec",
13001]
13002
13003[[package]]
13004name = "powerfmt"
13005version = "0.2.0"
13006source = "registry+https://github.com/rust-lang/crates.io-index"
13007checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
13008
13009[[package]]
13010name = "ppv-lite86"
13011version = "0.2.21"
13012source = "registry+https://github.com/rust-lang/crates.io-index"
13013checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
13014dependencies = [
13015 "zerocopy",
13016]
13017
13018[[package]]
13019name = "precomputed-hash"
13020version = "0.1.1"
13021source = "registry+https://github.com/rust-lang/crates.io-index"
13022checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
13023
13024[[package]]
13025name = "presser"
13026version = "0.3.1"
13027source = "registry+https://github.com/rust-lang/crates.io-index"
13028checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
13029
13030[[package]]
13031name = "prettier"
13032version = "0.1.0"
13033dependencies = [
13034 "anyhow",
13035 "collections",
13036 "fs",
13037 "gpui",
13038 "language",
13039 "log",
13040 "lsp",
13041 "node_runtime",
13042 "parking_lot",
13043 "paths",
13044 "serde",
13045 "serde_json",
13046 "util",
13047]
13048
13049[[package]]
13050name = "pretty_assertions"
13051version = "1.4.1"
13052source = "registry+https://github.com/rust-lang/crates.io-index"
13053checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
13054dependencies = [
13055 "diff",
13056 "yansi",
13057]
13058
13059[[package]]
13060name = "prettyplease"
13061version = "0.2.37"
13062source = "registry+https://github.com/rust-lang/crates.io-index"
13063checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13064dependencies = [
13065 "proc-macro2",
13066 "syn 2.0.117",
13067]
13068
13069[[package]]
13070name = "primal-check"
13071version = "0.3.4"
13072source = "registry+https://github.com/rust-lang/crates.io-index"
13073checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
13074dependencies = [
13075 "num-integer",
13076]
13077
13078[[package]]
13079name = "proc-macro-crate"
13080version = "3.4.0"
13081source = "registry+https://github.com/rust-lang/crates.io-index"
13082checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13083dependencies = [
13084 "toml_edit 0.23.7",
13085]
13086
13087[[package]]
13088name = "proc-macro-error"
13089version = "1.0.4"
13090source = "registry+https://github.com/rust-lang/crates.io-index"
13091checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13092dependencies = [
13093 "proc-macro-error-attr",
13094 "proc-macro2",
13095 "quote",
13096 "syn 1.0.109",
13097 "version_check",
13098]
13099
13100[[package]]
13101name = "proc-macro-error-attr"
13102version = "1.0.4"
13103source = "registry+https://github.com/rust-lang/crates.io-index"
13104checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13105dependencies = [
13106 "proc-macro2",
13107 "quote",
13108 "version_check",
13109]
13110
13111[[package]]
13112name = "proc-macro-error-attr2"
13113version = "2.0.0"
13114source = "registry+https://github.com/rust-lang/crates.io-index"
13115checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13116dependencies = [
13117 "proc-macro2",
13118 "quote",
13119]
13120
13121[[package]]
13122name = "proc-macro-error2"
13123version = "2.0.1"
13124source = "registry+https://github.com/rust-lang/crates.io-index"
13125checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13126dependencies = [
13127 "proc-macro-error-attr2",
13128 "proc-macro2",
13129 "quote",
13130 "syn 2.0.117",
13131]
13132
13133[[package]]
13134name = "proc-macro2"
13135version = "1.0.101"
13136source = "registry+https://github.com/rust-lang/crates.io-index"
13137checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13138dependencies = [
13139 "unicode-ident",
13140]
13141
13142[[package]]
13143name = "proc-macro2-diagnostics"
13144version = "0.10.1"
13145source = "registry+https://github.com/rust-lang/crates.io-index"
13146checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13147dependencies = [
13148 "proc-macro2",
13149 "quote",
13150 "syn 2.0.117",
13151 "version_check",
13152 "yansi",
13153]
13154
13155[[package]]
13156name = "procfs-core"
13157version = "0.17.0"
13158source = "registry+https://github.com/rust-lang/crates.io-index"
13159checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13160dependencies = [
13161 "bitflags 2.10.0",
13162 "hex",
13163 "serde",
13164]
13165
13166[[package]]
13167name = "profiling"
13168version = "1.0.17"
13169source = "registry+https://github.com/rust-lang/crates.io-index"
13170checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13171dependencies = [
13172 "profiling-procmacros",
13173]
13174
13175[[package]]
13176name = "profiling-procmacros"
13177version = "1.0.17"
13178source = "registry+https://github.com/rust-lang/crates.io-index"
13179checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13180dependencies = [
13181 "quote",
13182 "syn 2.0.117",
13183]
13184
13185[[package]]
13186name = "project"
13187version = "0.1.0"
13188dependencies = [
13189 "aho-corasick",
13190 "anyhow",
13191 "askpass",
13192 "async-trait",
13193 "base64 0.22.1",
13194 "buffer_diff",
13195 "circular-buffer",
13196 "client",
13197 "clock",
13198 "collections",
13199 "context_server",
13200 "credentials_provider",
13201 "dap",
13202 "encoding_rs",
13203 "extension",
13204 "fancy-regex 0.17.0",
13205 "fs",
13206 "futures 0.3.32",
13207 "fuzzy",
13208 "git",
13209 "git2",
13210 "git_hosting_providers",
13211 "globset",
13212 "gpui",
13213 "http_client",
13214 "image",
13215 "indexmap",
13216 "itertools 0.14.0",
13217 "language",
13218 "log",
13219 "lsp",
13220 "markdown",
13221 "node_runtime",
13222 "parking_lot",
13223 "paths",
13224 "percent-encoding",
13225 "postage",
13226 "prettier",
13227 "pretty_assertions",
13228 "project",
13229 "rand 0.9.2",
13230 "regex",
13231 "release_channel",
13232 "remote",
13233 "rpc",
13234 "schemars",
13235 "semver",
13236 "serde",
13237 "serde_json",
13238 "settings",
13239 "sha2",
13240 "shellexpand 2.1.2",
13241 "smallvec",
13242 "smol",
13243 "snippet",
13244 "snippet_provider",
13245 "sum_tree",
13246 "task",
13247 "tempfile",
13248 "terminal",
13249 "text",
13250 "toml 0.8.23",
13251 "tracing",
13252 "unindent",
13253 "url",
13254 "util",
13255 "watch",
13256 "wax",
13257 "which 6.0.3",
13258 "worktree",
13259 "zed_credentials_provider",
13260 "zeroize",
13261 "zlog",
13262 "ztracing",
13263]
13264
13265[[package]]
13266name = "project_benchmarks"
13267version = "0.1.0"
13268dependencies = [
13269 "anyhow",
13270 "askpass",
13271 "clap",
13272 "client",
13273 "futures 0.3.32",
13274 "gpui",
13275 "gpui_platform",
13276 "http_client",
13277 "language",
13278 "node_runtime",
13279 "project",
13280 "release_channel",
13281 "remote",
13282 "rpassword",
13283 "semver",
13284 "settings",
13285 "watch",
13286]
13287
13288[[package]]
13289name = "project_panel"
13290version = "0.1.0"
13291dependencies = [
13292 "anyhow",
13293 "client",
13294 "collections",
13295 "command_palette_hooks",
13296 "criterion",
13297 "editor",
13298 "feature_flags",
13299 "file_icons",
13300 "git",
13301 "git_ui",
13302 "gpui",
13303 "itertools 0.14.0",
13304 "language",
13305 "menu",
13306 "notifications",
13307 "pretty_assertions",
13308 "project",
13309 "rayon",
13310 "remote_connection",
13311 "schemars",
13312 "search",
13313 "serde",
13314 "serde_json",
13315 "settings",
13316 "smallvec",
13317 "telemetry",
13318 "tempfile",
13319 "theme",
13320 "theme_settings",
13321 "ui",
13322 "util",
13323 "workspace",
13324 "worktree",
13325 "zed_actions",
13326]
13327
13328[[package]]
13329name = "project_symbols"
13330version = "0.1.0"
13331dependencies = [
13332 "anyhow",
13333 "editor",
13334 "futures 0.3.32",
13335 "fuzzy",
13336 "gpui",
13337 "language",
13338 "lsp",
13339 "ordered-float 2.10.1",
13340 "picker",
13341 "project",
13342 "release_channel",
13343 "semver",
13344 "serde_json",
13345 "settings",
13346 "theme",
13347 "theme_settings",
13348 "util",
13349 "workspace",
13350]
13351
13352[[package]]
13353name = "prometheus"
13354version = "0.14.0"
13355source = "registry+https://github.com/rust-lang/crates.io-index"
13356checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13357dependencies = [
13358 "cfg-if",
13359 "fnv",
13360 "lazy_static",
13361 "memchr",
13362 "parking_lot",
13363 "protobuf",
13364 "thiserror 2.0.17",
13365]
13366
13367[[package]]
13368name = "prompt_store"
13369version = "0.1.0"
13370dependencies = [
13371 "anyhow",
13372 "assets",
13373 "chrono",
13374 "collections",
13375 "fs",
13376 "futures 0.3.32",
13377 "fuzzy",
13378 "gpui",
13379 "handlebars 4.5.0",
13380 "heed",
13381 "language",
13382 "log",
13383 "parking_lot",
13384 "paths",
13385 "rope",
13386 "serde",
13387 "strum 0.27.2",
13388 "tempfile",
13389 "text",
13390 "util",
13391 "uuid",
13392]
13393
13394[[package]]
13395name = "proptest"
13396version = "1.10.0"
13397source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13398dependencies = [
13399 "bit-set 0.8.0",
13400 "bit-vec 0.8.0",
13401 "bitflags 2.10.0",
13402 "num-traits",
13403 "proptest-macro",
13404 "rand 0.9.2",
13405 "rand_chacha 0.9.0",
13406 "rand_xorshift",
13407 "regex-syntax",
13408 "rusty-fork",
13409 "tempfile",
13410 "unarray",
13411]
13412
13413[[package]]
13414name = "proptest-derive"
13415version = "0.8.0"
13416source = "registry+https://github.com/rust-lang/crates.io-index"
13417checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13418dependencies = [
13419 "proc-macro2",
13420 "quote",
13421 "syn 2.0.117",
13422]
13423
13424[[package]]
13425name = "proptest-macro"
13426version = "0.5.0"
13427source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13428dependencies = [
13429 "convert_case 0.11.0",
13430 "proc-macro2",
13431 "quote",
13432 "syn 2.0.117",
13433]
13434
13435[[package]]
13436name = "prost"
13437version = "0.9.0"
13438source = "registry+https://github.com/rust-lang/crates.io-index"
13439checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13440dependencies = [
13441 "bytes 1.11.1",
13442 "prost-derive 0.9.0",
13443]
13444
13445[[package]]
13446name = "prost"
13447version = "0.12.6"
13448source = "registry+https://github.com/rust-lang/crates.io-index"
13449checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13450dependencies = [
13451 "bytes 1.11.1",
13452 "prost-derive 0.12.6",
13453]
13454
13455[[package]]
13456name = "prost-build"
13457version = "0.9.0"
13458source = "registry+https://github.com/rust-lang/crates.io-index"
13459checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13460dependencies = [
13461 "bytes 1.11.1",
13462 "heck 0.3.3",
13463 "itertools 0.10.5",
13464 "lazy_static",
13465 "log",
13466 "multimap",
13467 "petgraph",
13468 "prost 0.9.0",
13469 "prost-types 0.9.0",
13470 "regex",
13471 "tempfile",
13472 "which 4.4.2",
13473]
13474
13475[[package]]
13476name = "prost-build"
13477version = "0.12.6"
13478source = "registry+https://github.com/rust-lang/crates.io-index"
13479checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13480dependencies = [
13481 "bytes 1.11.1",
13482 "heck 0.5.0",
13483 "itertools 0.12.1",
13484 "log",
13485 "multimap",
13486 "once_cell",
13487 "petgraph",
13488 "prettyplease",
13489 "prost 0.12.6",
13490 "prost-types 0.12.6",
13491 "regex",
13492 "syn 2.0.117",
13493 "tempfile",
13494]
13495
13496[[package]]
13497name = "prost-derive"
13498version = "0.9.0"
13499source = "registry+https://github.com/rust-lang/crates.io-index"
13500checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13501dependencies = [
13502 "anyhow",
13503 "itertools 0.10.5",
13504 "proc-macro2",
13505 "quote",
13506 "syn 1.0.109",
13507]
13508
13509[[package]]
13510name = "prost-derive"
13511version = "0.12.6"
13512source = "registry+https://github.com/rust-lang/crates.io-index"
13513checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13514dependencies = [
13515 "anyhow",
13516 "itertools 0.12.1",
13517 "proc-macro2",
13518 "quote",
13519 "syn 2.0.117",
13520]
13521
13522[[package]]
13523name = "prost-types"
13524version = "0.9.0"
13525source = "registry+https://github.com/rust-lang/crates.io-index"
13526checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13527dependencies = [
13528 "bytes 1.11.1",
13529 "prost 0.9.0",
13530]
13531
13532[[package]]
13533name = "prost-types"
13534version = "0.12.6"
13535source = "registry+https://github.com/rust-lang/crates.io-index"
13536checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13537dependencies = [
13538 "prost 0.12.6",
13539]
13540
13541[[package]]
13542name = "proto"
13543version = "0.1.0"
13544dependencies = [
13545 "anyhow",
13546 "prost 0.9.0",
13547 "prost-build 0.9.0",
13548 "serde",
13549]
13550
13551[[package]]
13552name = "protobuf"
13553version = "3.7.2"
13554source = "registry+https://github.com/rust-lang/crates.io-index"
13555checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13556dependencies = [
13557 "once_cell",
13558 "protobuf-support",
13559 "thiserror 1.0.69",
13560]
13561
13562[[package]]
13563name = "protobuf-support"
13564version = "3.7.2"
13565source = "registry+https://github.com/rust-lang/crates.io-index"
13566checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13567dependencies = [
13568 "thiserror 1.0.69",
13569]
13570
13571[[package]]
13572name = "psm"
13573version = "0.1.30"
13574source = "registry+https://github.com/rust-lang/crates.io-index"
13575checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13576dependencies = [
13577 "ar_archive_writer",
13578 "cc",
13579]
13580
13581[[package]]
13582name = "ptr_meta"
13583version = "0.1.4"
13584source = "registry+https://github.com/rust-lang/crates.io-index"
13585checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13586dependencies = [
13587 "ptr_meta_derive",
13588]
13589
13590[[package]]
13591name = "ptr_meta_derive"
13592version = "0.1.4"
13593source = "registry+https://github.com/rust-lang/crates.io-index"
13594checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13595dependencies = [
13596 "proc-macro2",
13597 "quote",
13598 "syn 1.0.109",
13599]
13600
13601[[package]]
13602name = "pulldown-cmark"
13603version = "0.10.3"
13604source = "registry+https://github.com/rust-lang/crates.io-index"
13605checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13606dependencies = [
13607 "bitflags 2.10.0",
13608 "memchr",
13609 "pulldown-cmark-escape",
13610 "unicase",
13611]
13612
13613[[package]]
13614name = "pulldown-cmark"
13615version = "0.13.0"
13616source = "registry+https://github.com/rust-lang/crates.io-index"
13617checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13618dependencies = [
13619 "bitflags 2.10.0",
13620 "memchr",
13621 "unicase",
13622]
13623
13624[[package]]
13625name = "pulldown-cmark-escape"
13626version = "0.10.1"
13627source = "registry+https://github.com/rust-lang/crates.io-index"
13628checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13629
13630[[package]]
13631name = "pulley-interpreter"
13632version = "36.0.6"
13633source = "registry+https://github.com/rust-lang/crates.io-index"
13634checksum = "499d922aa0f9faac8d92351416664f1b7acd914008a90fce2f0516d31efddf67"
13635dependencies = [
13636 "cranelift-bitset",
13637 "log",
13638 "pulley-macros",
13639 "wasmtime-internal-math",
13640]
13641
13642[[package]]
13643name = "pulley-macros"
13644version = "36.0.6"
13645source = "registry+https://github.com/rust-lang/crates.io-index"
13646checksum = "a3848fb193d6dffca43a21f24ca9492f22aab88af1223d06bac7f8a0ef405b81"
13647dependencies = [
13648 "proc-macro2",
13649 "quote",
13650 "syn 2.0.117",
13651]
13652
13653[[package]]
13654name = "pulp"
13655version = "0.18.22"
13656source = "registry+https://github.com/rust-lang/crates.io-index"
13657checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13658dependencies = [
13659 "bytemuck",
13660 "libm",
13661 "num-complex",
13662 "reborrow",
13663]
13664
13665[[package]]
13666name = "pulp"
13667version = "0.21.5"
13668source = "registry+https://github.com/rust-lang/crates.io-index"
13669checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13670dependencies = [
13671 "bytemuck",
13672 "cfg-if",
13673 "libm",
13674 "num-complex",
13675 "reborrow",
13676 "version_check",
13677]
13678
13679[[package]]
13680name = "pxfm"
13681version = "0.1.25"
13682source = "registry+https://github.com/rust-lang/crates.io-index"
13683checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13684dependencies = [
13685 "num-traits",
13686]
13687
13688[[package]]
13689name = "qoi"
13690version = "0.4.1"
13691source = "registry+https://github.com/rust-lang/crates.io-index"
13692checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13693dependencies = [
13694 "bytemuck",
13695]
13696
13697[[package]]
13698name = "quick-error"
13699version = "1.2.3"
13700source = "registry+https://github.com/rust-lang/crates.io-index"
13701checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13702
13703[[package]]
13704name = "quick-error"
13705version = "2.0.1"
13706source = "registry+https://github.com/rust-lang/crates.io-index"
13707checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13708
13709[[package]]
13710name = "quick-xml"
13711version = "0.30.0"
13712source = "registry+https://github.com/rust-lang/crates.io-index"
13713checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13714dependencies = [
13715 "memchr",
13716]
13717
13718[[package]]
13719name = "quick-xml"
13720version = "0.37.5"
13721source = "registry+https://github.com/rust-lang/crates.io-index"
13722checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13723dependencies = [
13724 "memchr",
13725]
13726
13727[[package]]
13728name = "quick-xml"
13729version = "0.38.3"
13730source = "registry+https://github.com/rust-lang/crates.io-index"
13731checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13732dependencies = [
13733 "memchr",
13734]
13735
13736[[package]]
13737name = "quinn"
13738version = "0.11.9"
13739source = "registry+https://github.com/rust-lang/crates.io-index"
13740checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13741dependencies = [
13742 "bytes 1.11.1",
13743 "cfg_aliases 0.2.1",
13744 "pin-project-lite",
13745 "quinn-proto",
13746 "quinn-udp",
13747 "rustc-hash 2.1.1",
13748 "rustls 0.23.33",
13749 "socket2 0.6.1",
13750 "thiserror 2.0.17",
13751 "tokio",
13752 "tracing",
13753 "web-time",
13754]
13755
13756[[package]]
13757name = "quinn-proto"
13758version = "0.11.13"
13759source = "registry+https://github.com/rust-lang/crates.io-index"
13760checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13761dependencies = [
13762 "bytes 1.11.1",
13763 "getrandom 0.3.4",
13764 "lru-slab",
13765 "rand 0.9.2",
13766 "ring",
13767 "rustc-hash 2.1.1",
13768 "rustls 0.23.33",
13769 "rustls-pki-types",
13770 "slab",
13771 "thiserror 2.0.17",
13772 "tinyvec",
13773 "tracing",
13774 "web-time",
13775]
13776
13777[[package]]
13778name = "quinn-udp"
13779version = "0.5.14"
13780source = "registry+https://github.com/rust-lang/crates.io-index"
13781checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13782dependencies = [
13783 "cfg_aliases 0.2.1",
13784 "libc",
13785 "once_cell",
13786 "socket2 0.6.1",
13787 "tracing",
13788 "windows-sys 0.60.2",
13789]
13790
13791[[package]]
13792name = "quote"
13793version = "1.0.41"
13794source = "registry+https://github.com/rust-lang/crates.io-index"
13795checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13796dependencies = [
13797 "proc-macro2",
13798]
13799
13800[[package]]
13801name = "r-efi"
13802version = "5.3.0"
13803source = "registry+https://github.com/rust-lang/crates.io-index"
13804checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13805
13806[[package]]
13807name = "radium"
13808version = "0.7.0"
13809source = "registry+https://github.com/rust-lang/crates.io-index"
13810checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13811
13812[[package]]
13813name = "rand"
13814version = "0.3.23"
13815source = "registry+https://github.com/rust-lang/crates.io-index"
13816checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13817dependencies = [
13818 "libc",
13819 "rand 0.4.6",
13820]
13821
13822[[package]]
13823name = "rand"
13824version = "0.4.6"
13825source = "registry+https://github.com/rust-lang/crates.io-index"
13826checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13827dependencies = [
13828 "fuchsia-cprng",
13829 "libc",
13830 "rand_core 0.3.1",
13831 "rdrand",
13832 "winapi",
13833]
13834
13835[[package]]
13836name = "rand"
13837version = "0.8.5"
13838source = "registry+https://github.com/rust-lang/crates.io-index"
13839checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13840dependencies = [
13841 "libc",
13842 "rand_chacha 0.3.1",
13843 "rand_core 0.6.4",
13844]
13845
13846[[package]]
13847name = "rand"
13848version = "0.9.2"
13849source = "registry+https://github.com/rust-lang/crates.io-index"
13850checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
13851dependencies = [
13852 "rand_chacha 0.9.0",
13853 "rand_core 0.9.3",
13854]
13855
13856[[package]]
13857name = "rand_chacha"
13858version = "0.3.1"
13859source = "registry+https://github.com/rust-lang/crates.io-index"
13860checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13861dependencies = [
13862 "ppv-lite86",
13863 "rand_core 0.6.4",
13864]
13865
13866[[package]]
13867name = "rand_chacha"
13868version = "0.9.0"
13869source = "registry+https://github.com/rust-lang/crates.io-index"
13870checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13871dependencies = [
13872 "ppv-lite86",
13873 "rand_core 0.9.3",
13874]
13875
13876[[package]]
13877name = "rand_core"
13878version = "0.3.1"
13879source = "registry+https://github.com/rust-lang/crates.io-index"
13880checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
13881dependencies = [
13882 "rand_core 0.4.2",
13883]
13884
13885[[package]]
13886name = "rand_core"
13887version = "0.4.2"
13888source = "registry+https://github.com/rust-lang/crates.io-index"
13889checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
13890
13891[[package]]
13892name = "rand_core"
13893version = "0.6.4"
13894source = "registry+https://github.com/rust-lang/crates.io-index"
13895checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
13896dependencies = [
13897 "getrandom 0.2.16",
13898]
13899
13900[[package]]
13901name = "rand_core"
13902version = "0.9.3"
13903source = "registry+https://github.com/rust-lang/crates.io-index"
13904checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
13905dependencies = [
13906 "getrandom 0.3.4",
13907]
13908
13909[[package]]
13910name = "rand_distr"
13911version = "0.5.1"
13912source = "registry+https://github.com/rust-lang/crates.io-index"
13913checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
13914dependencies = [
13915 "num-traits",
13916 "rand 0.9.2",
13917]
13918
13919[[package]]
13920name = "rand_pcg"
13921version = "0.3.1"
13922source = "registry+https://github.com/rust-lang/crates.io-index"
13923checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
13924dependencies = [
13925 "rand_core 0.6.4",
13926]
13927
13928[[package]]
13929name = "rand_xorshift"
13930version = "0.4.0"
13931source = "registry+https://github.com/rust-lang/crates.io-index"
13932checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
13933dependencies = [
13934 "rand_core 0.9.3",
13935]
13936
13937[[package]]
13938name = "random_choice"
13939version = "0.3.2"
13940source = "registry+https://github.com/rust-lang/crates.io-index"
13941checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
13942dependencies = [
13943 "rand 0.3.23",
13944]
13945
13946[[package]]
13947name = "range-alloc"
13948version = "0.1.4"
13949source = "registry+https://github.com/rust-lang/crates.io-index"
13950checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
13951
13952[[package]]
13953name = "range-map"
13954version = "0.2.0"
13955source = "registry+https://github.com/rust-lang/crates.io-index"
13956checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
13957dependencies = [
13958 "num-traits",
13959]
13960
13961[[package]]
13962name = "rangemap"
13963version = "1.7.1"
13964source = "registry+https://github.com/rust-lang/crates.io-index"
13965checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
13966
13967[[package]]
13968name = "rav1e"
13969version = "0.7.1"
13970source = "registry+https://github.com/rust-lang/crates.io-index"
13971checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
13972dependencies = [
13973 "arbitrary",
13974 "arg_enum_proc_macro",
13975 "arrayvec",
13976 "av1-grain",
13977 "bitstream-io",
13978 "built",
13979 "cfg-if",
13980 "interpolate_name",
13981 "itertools 0.12.1",
13982 "libc",
13983 "libfuzzer-sys",
13984 "log",
13985 "maybe-rayon",
13986 "new_debug_unreachable",
13987 "noop_proc_macro",
13988 "num-derive",
13989 "num-traits",
13990 "once_cell",
13991 "paste",
13992 "profiling",
13993 "rand 0.8.5",
13994 "rand_chacha 0.3.1",
13995 "simd_helpers",
13996 "system-deps 6.2.2",
13997 "thiserror 1.0.69",
13998 "v_frame",
13999 "wasm-bindgen",
14000]
14001
14002[[package]]
14003name = "ravif"
14004version = "0.11.20"
14005source = "registry+https://github.com/rust-lang/crates.io-index"
14006checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
14007dependencies = [
14008 "avif-serialize",
14009 "imgref",
14010 "loop9",
14011 "quick-error 2.0.1",
14012 "rav1e",
14013 "rayon",
14014 "rgb",
14015]
14016
14017[[package]]
14018name = "raw-cpuid"
14019version = "10.7.0"
14020source = "registry+https://github.com/rust-lang/crates.io-index"
14021checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
14022dependencies = [
14023 "bitflags 1.3.2",
14024]
14025
14026[[package]]
14027name = "raw-cpuid"
14028version = "11.6.0"
14029source = "registry+https://github.com/rust-lang/crates.io-index"
14030checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
14031dependencies = [
14032 "bitflags 2.10.0",
14033]
14034
14035[[package]]
14036name = "raw-window-handle"
14037version = "0.6.2"
14038source = "registry+https://github.com/rust-lang/crates.io-index"
14039checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
14040
14041[[package]]
14042name = "raw-window-metal"
14043version = "1.1.0"
14044source = "registry+https://github.com/rust-lang/crates.io-index"
14045checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
14046dependencies = [
14047 "objc2",
14048 "objc2-core-foundation",
14049 "objc2-foundation",
14050 "objc2-quartz-core",
14051]
14052
14053[[package]]
14054name = "rayon"
14055version = "1.11.0"
14056source = "registry+https://github.com/rust-lang/crates.io-index"
14057checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
14058dependencies = [
14059 "either",
14060 "rayon-core",
14061]
14062
14063[[package]]
14064name = "rayon-core"
14065version = "1.13.0"
14066source = "registry+https://github.com/rust-lang/crates.io-index"
14067checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
14068dependencies = [
14069 "crossbeam-deque",
14070 "crossbeam-utils",
14071]
14072
14073[[package]]
14074name = "rdrand"
14075version = "0.4.0"
14076source = "registry+https://github.com/rust-lang/crates.io-index"
14077checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
14078dependencies = [
14079 "rand_core 0.3.1",
14080]
14081
14082[[package]]
14083name = "read-fonts"
14084version = "0.35.0"
14085source = "registry+https://github.com/rust-lang/crates.io-index"
14086checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14087dependencies = [
14088 "bytemuck",
14089 "font-types 0.10.0",
14090]
14091
14092[[package]]
14093name = "read-fonts"
14094version = "0.37.0"
14095source = "registry+https://github.com/rust-lang/crates.io-index"
14096checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14097dependencies = [
14098 "bytemuck",
14099 "core_maths",
14100 "font-types 0.11.0",
14101]
14102
14103[[package]]
14104name = "realfft"
14105version = "3.5.0"
14106source = "registry+https://github.com/rust-lang/crates.io-index"
14107checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14108dependencies = [
14109 "rustfft",
14110]
14111
14112[[package]]
14113name = "reborrow"
14114version = "0.5.5"
14115source = "registry+https://github.com/rust-lang/crates.io-index"
14116checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14117
14118[[package]]
14119name = "recent_projects"
14120version = "0.1.0"
14121dependencies = [
14122 "anyhow",
14123 "askpass",
14124 "chrono",
14125 "db",
14126 "dev_container",
14127 "editor",
14128 "extension",
14129 "extension_host",
14130 "fs",
14131 "futures 0.3.32",
14132 "fuzzy",
14133 "gpui",
14134 "http_client",
14135 "indoc",
14136 "language",
14137 "log",
14138 "menu",
14139 "node_runtime",
14140 "open_path_prompt",
14141 "ordered-float 2.10.1",
14142 "paths",
14143 "picker",
14144 "project",
14145 "release_channel",
14146 "remote",
14147 "remote_connection",
14148 "remote_server",
14149 "semver",
14150 "serde",
14151 "serde_json",
14152 "settings",
14153 "smol",
14154 "task",
14155 "telemetry",
14156 "ui",
14157 "ui_input",
14158 "util",
14159 "windows-registry 0.6.1",
14160 "workspace",
14161 "worktree",
14162 "zed_actions",
14163]
14164
14165[[package]]
14166name = "redox_syscall"
14167version = "0.2.16"
14168source = "registry+https://github.com/rust-lang/crates.io-index"
14169checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14170dependencies = [
14171 "bitflags 1.3.2",
14172]
14173
14174[[package]]
14175name = "redox_syscall"
14176version = "0.5.18"
14177source = "registry+https://github.com/rust-lang/crates.io-index"
14178checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14179dependencies = [
14180 "bitflags 2.10.0",
14181]
14182
14183[[package]]
14184name = "redox_users"
14185version = "0.4.6"
14186source = "registry+https://github.com/rust-lang/crates.io-index"
14187checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
14188dependencies = [
14189 "getrandom 0.2.16",
14190 "libredox",
14191 "thiserror 1.0.69",
14192]
14193
14194[[package]]
14195name = "redox_users"
14196version = "0.5.2"
14197source = "registry+https://github.com/rust-lang/crates.io-index"
14198checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14199dependencies = [
14200 "getrandom 0.2.16",
14201 "libredox",
14202 "thiserror 2.0.17",
14203]
14204
14205[[package]]
14206name = "ref-cast"
14207version = "1.0.25"
14208source = "registry+https://github.com/rust-lang/crates.io-index"
14209checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14210dependencies = [
14211 "ref-cast-impl",
14212]
14213
14214[[package]]
14215name = "ref-cast-impl"
14216version = "1.0.25"
14217source = "registry+https://github.com/rust-lang/crates.io-index"
14218checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14219dependencies = [
14220 "proc-macro2",
14221 "quote",
14222 "syn 2.0.117",
14223]
14224
14225[[package]]
14226name = "referencing"
14227version = "0.37.4"
14228source = "registry+https://github.com/rust-lang/crates.io-index"
14229checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14230dependencies = [
14231 "ahash 0.8.12",
14232 "fluent-uri",
14233 "getrandom 0.3.4",
14234 "hashbrown 0.16.1",
14235 "parking_lot",
14236 "percent-encoding",
14237 "serde_json",
14238]
14239
14240[[package]]
14241name = "refineable"
14242version = "0.1.0"
14243dependencies = [
14244 "derive_refineable",
14245]
14246
14247[[package]]
14248name = "regalloc2"
14249version = "0.12.2"
14250source = "registry+https://github.com/rust-lang/crates.io-index"
14251checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14252dependencies = [
14253 "allocator-api2",
14254 "bumpalo",
14255 "hashbrown 0.15.5",
14256 "log",
14257 "rustc-hash 2.1.1",
14258 "serde",
14259 "smallvec",
14260]
14261
14262[[package]]
14263name = "regex"
14264version = "1.12.2"
14265source = "registry+https://github.com/rust-lang/crates.io-index"
14266checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14267dependencies = [
14268 "aho-corasick",
14269 "memchr",
14270 "regex-automata",
14271 "regex-syntax",
14272]
14273
14274[[package]]
14275name = "regex-automata"
14276version = "0.4.13"
14277source = "registry+https://github.com/rust-lang/crates.io-index"
14278checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14279dependencies = [
14280 "aho-corasick",
14281 "memchr",
14282 "regex-syntax",
14283]
14284
14285[[package]]
14286name = "regex-lite"
14287version = "0.1.8"
14288source = "registry+https://github.com/rust-lang/crates.io-index"
14289checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14290
14291[[package]]
14292name = "regex-syntax"
14293version = "0.8.8"
14294source = "registry+https://github.com/rust-lang/crates.io-index"
14295checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14296
14297[[package]]
14298name = "release_channel"
14299version = "0.1.0"
14300dependencies = [
14301 "gpui",
14302 "semver",
14303]
14304
14305[[package]]
14306name = "remote"
14307version = "0.1.0"
14308dependencies = [
14309 "anyhow",
14310 "askpass",
14311 "async-trait",
14312 "base64 0.22.1",
14313 "collections",
14314 "fs",
14315 "futures 0.3.32",
14316 "gpui",
14317 "log",
14318 "parking_lot",
14319 "paths",
14320 "prost 0.9.0",
14321 "release_channel",
14322 "rpc",
14323 "schemars",
14324 "semver",
14325 "serde",
14326 "serde_json",
14327 "settings",
14328 "smol",
14329 "tempfile",
14330 "thiserror 2.0.17",
14331 "urlencoding",
14332 "util",
14333 "which 6.0.3",
14334]
14335
14336[[package]]
14337name = "remote_connection"
14338version = "0.1.0"
14339dependencies = [
14340 "anyhow",
14341 "askpass",
14342 "auto_update",
14343 "futures 0.3.32",
14344 "gpui",
14345 "log",
14346 "markdown",
14347 "menu",
14348 "release_channel",
14349 "remote",
14350 "semver",
14351 "settings",
14352 "theme_settings",
14353 "ui",
14354 "ui_input",
14355 "workspace",
14356]
14357
14358[[package]]
14359name = "remote_server"
14360version = "0.1.0"
14361dependencies = [
14362 "action_log",
14363 "agent",
14364 "anyhow",
14365 "askpass",
14366 "cargo_toml",
14367 "clap",
14368 "client",
14369 "clock",
14370 "collections",
14371 "crash-handler",
14372 "crashes",
14373 "dap_adapters",
14374 "debug_adapter_extension",
14375 "editor",
14376 "env_logger 0.11.8",
14377 "extension",
14378 "extension_host",
14379 "fork",
14380 "fs",
14381 "futures 0.3.32",
14382 "git",
14383 "git2",
14384 "git_hosting_providers",
14385 "gpui",
14386 "gpui_platform",
14387 "gpui_tokio",
14388 "http_client",
14389 "image",
14390 "json_schema_store",
14391 "language",
14392 "language_extension",
14393 "language_model",
14394 "languages",
14395 "libc",
14396 "log",
14397 "lsp",
14398 "minidumper",
14399 "net",
14400 "node_runtime",
14401 "paths",
14402 "pretty_assertions",
14403 "project",
14404 "proto",
14405 "rayon",
14406 "release_channel",
14407 "remote",
14408 "reqwest_client",
14409 "rpc",
14410 "rust-embed",
14411 "semver",
14412 "serde",
14413 "serde_json",
14414 "settings",
14415 "shellexpand 2.1.2",
14416 "smol",
14417 "sysinfo 0.37.2",
14418 "task",
14419 "theme",
14420 "theme_settings",
14421 "thiserror 2.0.17",
14422 "toml 0.8.23",
14423 "unindent",
14424 "util",
14425 "uuid",
14426 "watch",
14427 "windows 0.61.3",
14428 "worktree",
14429 "zlog",
14430]
14431
14432[[package]]
14433name = "rend"
14434version = "0.4.2"
14435source = "registry+https://github.com/rust-lang/crates.io-index"
14436checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14437dependencies = [
14438 "bytecheck",
14439]
14440
14441[[package]]
14442name = "renderdoc-sys"
14443version = "1.1.0"
14444source = "registry+https://github.com/rust-lang/crates.io-index"
14445checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14446
14447[[package]]
14448name = "repl"
14449version = "0.1.0"
14450dependencies = [
14451 "alacritty_terminal",
14452 "anyhow",
14453 "async-dispatcher",
14454 "async-task",
14455 "async-tungstenite",
14456 "base64 0.22.1",
14457 "client",
14458 "collections",
14459 "command_palette_hooks",
14460 "editor",
14461 "feature_flags",
14462 "file_icons",
14463 "futures 0.3.32",
14464 "gpui",
14465 "html_to_markdown",
14466 "http_client",
14467 "image",
14468 "indoc",
14469 "jupyter-protocol",
14470 "jupyter-websocket-client",
14471 "language",
14472 "languages",
14473 "log",
14474 "markdown",
14475 "menu",
14476 "multi_buffer",
14477 "nbformat",
14478 "picker",
14479 "project",
14480 "remote",
14481 "runtimelib",
14482 "serde",
14483 "serde_json",
14484 "settings",
14485 "shlex",
14486 "smol",
14487 "telemetry",
14488 "terminal",
14489 "terminal_view",
14490 "theme",
14491 "theme_settings",
14492 "tree-sitter-md",
14493 "tree-sitter-python",
14494 "tree-sitter-typescript",
14495 "ui",
14496 "util",
14497 "uuid",
14498 "workspace",
14499 "zed_actions",
14500]
14501
14502[[package]]
14503name = "reqwest"
14504version = "0.11.27"
14505source = "registry+https://github.com/rust-lang/crates.io-index"
14506checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14507dependencies = [
14508 "base64 0.21.7",
14509 "bytes 1.11.1",
14510 "encoding_rs",
14511 "futures-core",
14512 "futures-util",
14513 "h2 0.3.27",
14514 "http 0.2.12",
14515 "http-body 0.4.6",
14516 "hyper 0.14.32",
14517 "hyper-tls",
14518 "ipnet",
14519 "js-sys",
14520 "log",
14521 "mime",
14522 "native-tls",
14523 "once_cell",
14524 "percent-encoding",
14525 "pin-project-lite",
14526 "rustls-pemfile 1.0.4",
14527 "serde",
14528 "serde_json",
14529 "serde_urlencoded",
14530 "sync_wrapper 0.1.2",
14531 "system-configuration 0.5.1",
14532 "tokio",
14533 "tokio-native-tls",
14534 "tower-service",
14535 "url",
14536 "wasm-bindgen",
14537 "wasm-bindgen-futures",
14538 "web-sys",
14539 "winreg 0.50.0",
14540]
14541
14542[[package]]
14543name = "reqwest"
14544version = "0.12.24"
14545source = "registry+https://github.com/rust-lang/crates.io-index"
14546checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14547dependencies = [
14548 "base64 0.22.1",
14549 "bytes 1.11.1",
14550 "futures-channel",
14551 "futures-core",
14552 "futures-util",
14553 "http 1.3.1",
14554 "http-body 1.0.1",
14555 "http-body-util",
14556 "hyper 1.7.0",
14557 "hyper-rustls 0.27.7",
14558 "hyper-util",
14559 "js-sys",
14560 "log",
14561 "percent-encoding",
14562 "pin-project-lite",
14563 "quinn",
14564 "rustls 0.23.33",
14565 "rustls-native-certs 0.8.2",
14566 "rustls-pki-types",
14567 "serde",
14568 "serde_json",
14569 "serde_urlencoded",
14570 "sync_wrapper 1.0.2",
14571 "tokio",
14572 "tokio-rustls 0.26.2",
14573 "tower 0.5.2",
14574 "tower-http 0.6.6",
14575 "tower-service",
14576 "url",
14577 "wasm-bindgen",
14578 "wasm-bindgen-futures",
14579 "web-sys",
14580]
14581
14582[[package]]
14583name = "reqwest_client"
14584version = "0.1.0"
14585dependencies = [
14586 "anyhow",
14587 "bytes 1.11.1",
14588 "futures 0.3.32",
14589 "gpui_util",
14590 "http_client",
14591 "http_client_tls",
14592 "log",
14593 "regex",
14594 "serde",
14595 "tokio",
14596 "zed-reqwest",
14597]
14598
14599[[package]]
14600name = "resvg"
14601version = "0.45.1"
14602source = "registry+https://github.com/rust-lang/crates.io-index"
14603checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14604dependencies = [
14605 "gif",
14606 "image-webp",
14607 "log",
14608 "pico-args",
14609 "rgb",
14610 "svgtypes",
14611 "tiny-skia",
14612 "usvg",
14613 "zune-jpeg",
14614]
14615
14616[[package]]
14617name = "rfc6979"
14618version = "0.3.1"
14619source = "registry+https://github.com/rust-lang/crates.io-index"
14620checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14621dependencies = [
14622 "crypto-bigint 0.4.9",
14623 "hmac",
14624 "zeroize",
14625]
14626
14627[[package]]
14628name = "rgb"
14629version = "0.8.52"
14630source = "registry+https://github.com/rust-lang/crates.io-index"
14631checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14632dependencies = [
14633 "bytemuck",
14634]
14635
14636[[package]]
14637name = "ring"
14638version = "0.17.14"
14639source = "registry+https://github.com/rust-lang/crates.io-index"
14640checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14641dependencies = [
14642 "cc",
14643 "cfg-if",
14644 "getrandom 0.2.16",
14645 "libc",
14646 "untrusted 0.9.0",
14647 "windows-sys 0.52.0",
14648]
14649
14650[[package]]
14651name = "rkyv"
14652version = "0.7.45"
14653source = "registry+https://github.com/rust-lang/crates.io-index"
14654checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14655dependencies = [
14656 "bitvec",
14657 "bytecheck",
14658 "bytes 1.11.1",
14659 "hashbrown 0.12.3",
14660 "ptr_meta",
14661 "rend",
14662 "rkyv_derive",
14663 "seahash",
14664 "tinyvec",
14665 "uuid",
14666]
14667
14668[[package]]
14669name = "rkyv_derive"
14670version = "0.7.45"
14671source = "registry+https://github.com/rust-lang/crates.io-index"
14672checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14673dependencies = [
14674 "proc-macro2",
14675 "quote",
14676 "syn 1.0.109",
14677]
14678
14679[[package]]
14680name = "rmp"
14681version = "0.8.14"
14682source = "registry+https://github.com/rust-lang/crates.io-index"
14683checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14684dependencies = [
14685 "byteorder",
14686 "num-traits",
14687 "paste",
14688]
14689
14690[[package]]
14691name = "rmpv"
14692version = "1.3.0"
14693source = "registry+https://github.com/rust-lang/crates.io-index"
14694checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14695dependencies = [
14696 "num-traits",
14697 "rmp",
14698]
14699
14700[[package]]
14701name = "rodio"
14702version = "0.21.1"
14703source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14704dependencies = [
14705 "cpal",
14706 "dasp_sample",
14707 "hound",
14708 "num-rational",
14709 "rand 0.9.2",
14710 "rand_distr",
14711 "rtrb",
14712 "symphonia",
14713 "thiserror 2.0.17",
14714]
14715
14716[[package]]
14717name = "rope"
14718version = "0.1.0"
14719dependencies = [
14720 "criterion",
14721 "ctor",
14722 "gpui",
14723 "heapless",
14724 "log",
14725 "rand 0.9.2",
14726 "rayon",
14727 "sum_tree",
14728 "tracing",
14729 "unicode-segmentation",
14730 "util",
14731 "zlog",
14732 "ztracing",
14733]
14734
14735[[package]]
14736name = "roxmltree"
14737version = "0.20.0"
14738source = "registry+https://github.com/rust-lang/crates.io-index"
14739checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14740
14741[[package]]
14742name = "rpassword"
14743version = "7.4.0"
14744source = "registry+https://github.com/rust-lang/crates.io-index"
14745checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14746dependencies = [
14747 "libc",
14748 "rtoolbox",
14749 "windows-sys 0.59.0",
14750]
14751
14752[[package]]
14753name = "rpc"
14754version = "0.1.0"
14755dependencies = [
14756 "anyhow",
14757 "async-tungstenite",
14758 "base64 0.22.1",
14759 "collections",
14760 "futures 0.3.32",
14761 "gpui",
14762 "parking_lot",
14763 "proto",
14764 "rand 0.9.2",
14765 "rsa",
14766 "serde",
14767 "serde_json",
14768 "sha2",
14769 "strum 0.27.2",
14770 "tracing",
14771 "util",
14772 "zlog",
14773 "zstd",
14774]
14775
14776[[package]]
14777name = "rsa"
14778version = "0.9.10"
14779source = "registry+https://github.com/rust-lang/crates.io-index"
14780checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14781dependencies = [
14782 "const-oid",
14783 "digest",
14784 "num-bigint-dig 0.8.6",
14785 "num-integer",
14786 "num-traits",
14787 "pkcs1",
14788 "pkcs8 0.10.2",
14789 "rand_core 0.6.4",
14790 "signature 2.2.0",
14791 "spki 0.7.3",
14792 "subtle",
14793 "zeroize",
14794]
14795
14796[[package]]
14797name = "rtoolbox"
14798version = "0.0.3"
14799source = "registry+https://github.com/rust-lang/crates.io-index"
14800checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14801dependencies = [
14802 "libc",
14803 "windows-sys 0.52.0",
14804]
14805
14806[[package]]
14807name = "rtrb"
14808version = "0.3.2"
14809source = "registry+https://github.com/rust-lang/crates.io-index"
14810checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14811
14812[[package]]
14813name = "rules_library"
14814version = "0.1.0"
14815dependencies = [
14816 "anyhow",
14817 "collections",
14818 "editor",
14819 "gpui",
14820 "language",
14821 "language_model",
14822 "log",
14823 "menu",
14824 "picker",
14825 "platform_title_bar",
14826 "prompt_store",
14827 "release_channel",
14828 "rope",
14829 "serde",
14830 "settings",
14831 "theme_settings",
14832 "ui",
14833 "ui_input",
14834 "util",
14835 "workspace",
14836 "zed_actions",
14837]
14838
14839[[package]]
14840name = "runtimelib"
14841version = "1.4.0"
14842source = "registry+https://github.com/rust-lang/crates.io-index"
14843checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14844dependencies = [
14845 "async-dispatcher",
14846 "async-std",
14847 "aws-lc-rs",
14848 "base64 0.22.1",
14849 "bytes 1.11.1",
14850 "chrono",
14851 "data-encoding",
14852 "dirs 6.0.0",
14853 "futures 0.3.32",
14854 "glob",
14855 "jupyter-protocol",
14856 "serde",
14857 "serde_json",
14858 "shellexpand 3.1.1",
14859 "smol",
14860 "thiserror 2.0.17",
14861 "uuid",
14862 "zeromq",
14863]
14864
14865[[package]]
14866name = "rust-embed"
14867version = "8.11.0"
14868source = "registry+https://github.com/rust-lang/crates.io-index"
14869checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27"
14870dependencies = [
14871 "rust-embed-impl",
14872 "rust-embed-utils",
14873 "walkdir",
14874]
14875
14876[[package]]
14877name = "rust-embed-impl"
14878version = "8.11.0"
14879source = "registry+https://github.com/rust-lang/crates.io-index"
14880checksum = "da0902e4c7c8e997159ab384e6d0fc91c221375f6894346ae107f47dd0f3ccaa"
14881dependencies = [
14882 "proc-macro2",
14883 "quote",
14884 "rust-embed-utils",
14885 "syn 2.0.117",
14886 "walkdir",
14887]
14888
14889[[package]]
14890name = "rust-embed-utils"
14891version = "8.11.0"
14892source = "registry+https://github.com/rust-lang/crates.io-index"
14893checksum = "5bcdef0be6fe7f6fa333b1073c949729274b05f123a0ad7efcb8efd878e5c3b1"
14894dependencies = [
14895 "globset",
14896 "sha2",
14897 "walkdir",
14898]
14899
14900[[package]]
14901name = "rust_decimal"
14902version = "1.39.0"
14903source = "registry+https://github.com/rust-lang/crates.io-index"
14904checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
14905dependencies = [
14906 "arrayvec",
14907 "borsh",
14908 "bytes 1.11.1",
14909 "num-traits",
14910 "rand 0.8.5",
14911 "rkyv",
14912 "serde",
14913 "serde_json",
14914]
14915
14916[[package]]
14917name = "rustc-demangle"
14918version = "0.1.26"
14919source = "registry+https://github.com/rust-lang/crates.io-index"
14920checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
14921
14922[[package]]
14923name = "rustc-hash"
14924version = "1.1.0"
14925source = "registry+https://github.com/rust-lang/crates.io-index"
14926checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
14927
14928[[package]]
14929name = "rustc-hash"
14930version = "2.1.1"
14931source = "registry+https://github.com/rust-lang/crates.io-index"
14932checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
14933
14934[[package]]
14935name = "rustc_version"
14936version = "0.4.1"
14937source = "registry+https://github.com/rust-lang/crates.io-index"
14938checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
14939dependencies = [
14940 "semver",
14941]
14942
14943[[package]]
14944name = "rustfft"
14945version = "6.4.1"
14946source = "registry+https://github.com/rust-lang/crates.io-index"
14947checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
14948dependencies = [
14949 "num-complex",
14950 "num-integer",
14951 "num-traits",
14952 "primal-check",
14953 "strength_reduce",
14954 "transpose",
14955]
14956
14957[[package]]
14958name = "rustix"
14959version = "0.38.44"
14960source = "registry+https://github.com/rust-lang/crates.io-index"
14961checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
14962dependencies = [
14963 "bitflags 2.10.0",
14964 "errno 0.3.14",
14965 "libc",
14966 "linux-raw-sys 0.4.15",
14967 "windows-sys 0.59.0",
14968]
14969
14970[[package]]
14971name = "rustix"
14972version = "1.1.2"
14973source = "registry+https://github.com/rust-lang/crates.io-index"
14974checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
14975dependencies = [
14976 "bitflags 2.10.0",
14977 "errno 0.3.14",
14978 "libc",
14979 "linux-raw-sys 0.11.0",
14980 "windows-sys 0.61.2",
14981]
14982
14983[[package]]
14984name = "rustix-linux-procfs"
14985version = "0.1.1"
14986source = "registry+https://github.com/rust-lang/crates.io-index"
14987checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
14988dependencies = [
14989 "once_cell",
14990 "rustix 1.1.2",
14991]
14992
14993[[package]]
14994name = "rustix-openpty"
14995version = "0.2.0"
14996source = "registry+https://github.com/rust-lang/crates.io-index"
14997checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
14998dependencies = [
14999 "errno 0.3.14",
15000 "libc",
15001 "rustix 1.1.2",
15002]
15003
15004[[package]]
15005name = "rustls"
15006version = "0.21.12"
15007source = "registry+https://github.com/rust-lang/crates.io-index"
15008checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
15009dependencies = [
15010 "log",
15011 "ring",
15012 "rustls-webpki 0.101.7",
15013 "sct",
15014]
15015
15016[[package]]
15017name = "rustls"
15018version = "0.23.33"
15019source = "registry+https://github.com/rust-lang/crates.io-index"
15020checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
15021dependencies = [
15022 "aws-lc-rs",
15023 "log",
15024 "once_cell",
15025 "ring",
15026 "rustls-pki-types",
15027 "rustls-webpki 0.103.7",
15028 "subtle",
15029 "zeroize",
15030]
15031
15032[[package]]
15033name = "rustls-native-certs"
15034version = "0.6.3"
15035source = "registry+https://github.com/rust-lang/crates.io-index"
15036checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
15037dependencies = [
15038 "openssl-probe",
15039 "rustls-pemfile 1.0.4",
15040 "schannel",
15041 "security-framework 2.11.1",
15042]
15043
15044[[package]]
15045name = "rustls-native-certs"
15046version = "0.8.2"
15047source = "registry+https://github.com/rust-lang/crates.io-index"
15048checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
15049dependencies = [
15050 "openssl-probe",
15051 "rustls-pki-types",
15052 "schannel",
15053 "security-framework 3.5.1",
15054]
15055
15056[[package]]
15057name = "rustls-pemfile"
15058version = "1.0.4"
15059source = "registry+https://github.com/rust-lang/crates.io-index"
15060checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
15061dependencies = [
15062 "base64 0.21.7",
15063]
15064
15065[[package]]
15066name = "rustls-pemfile"
15067version = "2.2.0"
15068source = "registry+https://github.com/rust-lang/crates.io-index"
15069checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
15070dependencies = [
15071 "rustls-pki-types",
15072]
15073
15074[[package]]
15075name = "rustls-pki-types"
15076version = "1.12.0"
15077source = "registry+https://github.com/rust-lang/crates.io-index"
15078checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
15079dependencies = [
15080 "web-time",
15081 "zeroize",
15082]
15083
15084[[package]]
15085name = "rustls-platform-verifier"
15086version = "0.5.3"
15087source = "registry+https://github.com/rust-lang/crates.io-index"
15088checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
15089dependencies = [
15090 "core-foundation 0.10.0",
15091 "core-foundation-sys",
15092 "jni",
15093 "log",
15094 "once_cell",
15095 "rustls 0.23.33",
15096 "rustls-native-certs 0.8.2",
15097 "rustls-platform-verifier-android",
15098 "rustls-webpki 0.103.7",
15099 "security-framework 3.5.1",
15100 "security-framework-sys",
15101 "webpki-root-certs",
15102 "windows-sys 0.59.0",
15103]
15104
15105[[package]]
15106name = "rustls-platform-verifier-android"
15107version = "0.1.1"
15108source = "registry+https://github.com/rust-lang/crates.io-index"
15109checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15110
15111[[package]]
15112name = "rustls-webpki"
15113version = "0.101.7"
15114source = "registry+https://github.com/rust-lang/crates.io-index"
15115checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15116dependencies = [
15117 "ring",
15118 "untrusted 0.9.0",
15119]
15120
15121[[package]]
15122name = "rustls-webpki"
15123version = "0.103.7"
15124source = "registry+https://github.com/rust-lang/crates.io-index"
15125checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15126dependencies = [
15127 "aws-lc-rs",
15128 "ring",
15129 "rustls-pki-types",
15130 "untrusted 0.9.0",
15131]
15132
15133[[package]]
15134name = "rustversion"
15135version = "1.0.22"
15136source = "registry+https://github.com/rust-lang/crates.io-index"
15137checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15138
15139[[package]]
15140name = "rusty-fork"
15141version = "0.3.1"
15142source = "registry+https://github.com/rust-lang/crates.io-index"
15143checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15144dependencies = [
15145 "fnv",
15146 "quick-error 1.2.3",
15147 "tempfile",
15148 "wait-timeout",
15149]
15150
15151[[package]]
15152name = "rustybuzz"
15153version = "0.20.1"
15154source = "registry+https://github.com/rust-lang/crates.io-index"
15155checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15156dependencies = [
15157 "bitflags 2.10.0",
15158 "bytemuck",
15159 "core_maths",
15160 "log",
15161 "smallvec",
15162 "ttf-parser 0.25.1",
15163 "unicode-bidi-mirroring",
15164 "unicode-ccc",
15165 "unicode-properties",
15166 "unicode-script",
15167]
15168
15169[[package]]
15170name = "ryu"
15171version = "1.0.20"
15172source = "registry+https://github.com/rust-lang/crates.io-index"
15173checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15174
15175[[package]]
15176name = "saa"
15177version = "5.4.9"
15178source = "registry+https://github.com/rust-lang/crates.io-index"
15179checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15180
15181[[package]]
15182name = "safetensors"
15183version = "0.4.5"
15184source = "registry+https://github.com/rust-lang/crates.io-index"
15185checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15186dependencies = [
15187 "serde",
15188 "serde_json",
15189]
15190
15191[[package]]
15192name = "same-file"
15193version = "1.0.6"
15194source = "registry+https://github.com/rust-lang/crates.io-index"
15195checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15196dependencies = [
15197 "winapi-util",
15198]
15199
15200[[package]]
15201name = "scc"
15202version = "3.5.6"
15203source = "registry+https://github.com/rust-lang/crates.io-index"
15204checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15205dependencies = [
15206 "saa",
15207 "sdd",
15208]
15209
15210[[package]]
15211name = "schannel"
15212version = "0.1.28"
15213source = "registry+https://github.com/rust-lang/crates.io-index"
15214checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15215dependencies = [
15216 "windows-sys 0.61.2",
15217]
15218
15219[[package]]
15220name = "scheduler"
15221version = "0.1.0"
15222dependencies = [
15223 "async-task",
15224 "backtrace",
15225 "chrono",
15226 "flume",
15227 "futures 0.3.32",
15228 "parking_lot",
15229 "rand 0.9.2",
15230 "web-time",
15231]
15232
15233[[package]]
15234name = "schema_generator"
15235version = "0.1.0"
15236dependencies = [
15237 "anyhow",
15238 "clap",
15239 "env_logger 0.11.8",
15240 "schemars",
15241 "serde",
15242 "serde_json",
15243 "settings",
15244 "theme",
15245 "theme_settings",
15246]
15247
15248[[package]]
15249name = "schemars"
15250version = "1.0.4"
15251source = "registry+https://github.com/rust-lang/crates.io-index"
15252checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15253dependencies = [
15254 "dyn-clone",
15255 "indexmap",
15256 "ref-cast",
15257 "schemars_derive",
15258 "serde",
15259 "serde_json",
15260]
15261
15262[[package]]
15263name = "schemars_derive"
15264version = "1.0.4"
15265source = "registry+https://github.com/rust-lang/crates.io-index"
15266checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15267dependencies = [
15268 "proc-macro2",
15269 "quote",
15270 "serde_derive_internals",
15271 "syn 2.0.117",
15272]
15273
15274[[package]]
15275name = "scoped-tls"
15276version = "1.0.1"
15277source = "registry+https://github.com/rust-lang/crates.io-index"
15278checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15279
15280[[package]]
15281name = "scopeguard"
15282version = "1.2.0"
15283source = "registry+https://github.com/rust-lang/crates.io-index"
15284checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15285
15286[[package]]
15287name = "scratch"
15288version = "1.0.9"
15289source = "registry+https://github.com/rust-lang/crates.io-index"
15290checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15291
15292[[package]]
15293name = "screencapturekit"
15294version = "0.2.8"
15295source = "registry+https://github.com/rust-lang/crates.io-index"
15296checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15297dependencies = [
15298 "screencapturekit-sys",
15299]
15300
15301[[package]]
15302name = "screencapturekit-sys"
15303version = "0.2.8"
15304source = "registry+https://github.com/rust-lang/crates.io-index"
15305checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15306dependencies = [
15307 "block",
15308 "dispatch",
15309 "objc",
15310 "objc-foundation",
15311 "objc_id",
15312 "once_cell",
15313]
15314
15315[[package]]
15316name = "scroll"
15317version = "0.12.0"
15318source = "registry+https://github.com/rust-lang/crates.io-index"
15319checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15320dependencies = [
15321 "scroll_derive",
15322]
15323
15324[[package]]
15325name = "scroll_derive"
15326version = "0.12.1"
15327source = "registry+https://github.com/rust-lang/crates.io-index"
15328checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15329dependencies = [
15330 "proc-macro2",
15331 "quote",
15332 "syn 2.0.117",
15333]
15334
15335[[package]]
15336name = "sct"
15337version = "0.7.1"
15338source = "registry+https://github.com/rust-lang/crates.io-index"
15339checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15340dependencies = [
15341 "ring",
15342 "untrusted 0.9.0",
15343]
15344
15345[[package]]
15346name = "sdd"
15347version = "4.6.2"
15348source = "registry+https://github.com/rust-lang/crates.io-index"
15349checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15350
15351[[package]]
15352name = "sea-bae"
15353version = "0.2.1"
15354source = "registry+https://github.com/rust-lang/crates.io-index"
15355checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15356dependencies = [
15357 "heck 0.4.1",
15358 "proc-macro-error2",
15359 "proc-macro2",
15360 "quote",
15361 "syn 2.0.117",
15362]
15363
15364[[package]]
15365name = "sea-orm"
15366version = "1.1.10"
15367source = "registry+https://github.com/rust-lang/crates.io-index"
15368checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15369dependencies = [
15370 "async-stream",
15371 "async-trait",
15372 "bigdecimal",
15373 "chrono",
15374 "futures-util",
15375 "log",
15376 "ouroboros",
15377 "pgvector",
15378 "rust_decimal",
15379 "sea-orm-macros",
15380 "sea-query",
15381 "sea-query-binder",
15382 "serde",
15383 "serde_json",
15384 "sqlx",
15385 "strum 0.26.3",
15386 "thiserror 2.0.17",
15387 "time",
15388 "tracing",
15389 "url",
15390 "uuid",
15391]
15392
15393[[package]]
15394name = "sea-orm-macros"
15395version = "1.1.10"
15396source = "registry+https://github.com/rust-lang/crates.io-index"
15397checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15398dependencies = [
15399 "heck 0.4.1",
15400 "proc-macro2",
15401 "quote",
15402 "sea-bae",
15403 "syn 2.0.117",
15404 "unicode-ident",
15405]
15406
15407[[package]]
15408name = "sea-query"
15409version = "0.32.7"
15410source = "registry+https://github.com/rust-lang/crates.io-index"
15411checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15412dependencies = [
15413 "bigdecimal",
15414 "chrono",
15415 "inherent",
15416 "ordered-float 4.6.0",
15417 "rust_decimal",
15418 "serde_json",
15419 "time",
15420 "uuid",
15421]
15422
15423[[package]]
15424name = "sea-query-binder"
15425version = "0.7.0"
15426source = "registry+https://github.com/rust-lang/crates.io-index"
15427checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15428dependencies = [
15429 "bigdecimal",
15430 "chrono",
15431 "rust_decimal",
15432 "sea-query",
15433 "serde_json",
15434 "sqlx",
15435 "time",
15436 "uuid",
15437]
15438
15439[[package]]
15440name = "seahash"
15441version = "4.1.0"
15442source = "registry+https://github.com/rust-lang/crates.io-index"
15443checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15444
15445[[package]]
15446name = "search"
15447version = "0.1.0"
15448dependencies = [
15449 "any_vec",
15450 "anyhow",
15451 "bitflags 2.10.0",
15452 "collections",
15453 "editor",
15454 "fs",
15455 "futures 0.3.32",
15456 "gpui",
15457 "itertools 0.14.0",
15458 "language",
15459 "lsp",
15460 "menu",
15461 "multi_buffer",
15462 "pretty_assertions",
15463 "project",
15464 "serde",
15465 "serde_json",
15466 "settings",
15467 "smol",
15468 "theme",
15469 "theme_settings",
15470 "tracing",
15471 "ui",
15472 "unindent",
15473 "util",
15474 "util_macros",
15475 "workspace",
15476 "zed_actions",
15477 "ztracing",
15478]
15479
15480[[package]]
15481name = "sec1"
15482version = "0.3.0"
15483source = "registry+https://github.com/rust-lang/crates.io-index"
15484checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15485dependencies = [
15486 "base16ct",
15487 "der 0.6.1",
15488 "generic-array",
15489 "pkcs8 0.9.0",
15490 "subtle",
15491 "zeroize",
15492]
15493
15494[[package]]
15495name = "secrecy"
15496version = "0.10.3"
15497source = "registry+https://github.com/rust-lang/crates.io-index"
15498checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a"
15499dependencies = [
15500 "zeroize",
15501]
15502
15503[[package]]
15504name = "security-framework"
15505version = "2.11.1"
15506source = "registry+https://github.com/rust-lang/crates.io-index"
15507checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15508dependencies = [
15509 "bitflags 2.10.0",
15510 "core-foundation 0.9.4",
15511 "core-foundation-sys",
15512 "libc",
15513 "security-framework-sys",
15514]
15515
15516[[package]]
15517name = "security-framework"
15518version = "3.5.1"
15519source = "registry+https://github.com/rust-lang/crates.io-index"
15520checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15521dependencies = [
15522 "bitflags 2.10.0",
15523 "core-foundation 0.10.0",
15524 "core-foundation-sys",
15525 "libc",
15526 "security-framework-sys",
15527]
15528
15529[[package]]
15530name = "security-framework-sys"
15531version = "2.15.0"
15532source = "registry+https://github.com/rust-lang/crates.io-index"
15533checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15534dependencies = [
15535 "core-foundation-sys",
15536 "libc",
15537]
15538
15539[[package]]
15540name = "self_cell"
15541version = "1.2.2"
15542source = "registry+https://github.com/rust-lang/crates.io-index"
15543checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15544
15545[[package]]
15546name = "semver"
15547version = "1.0.27"
15548source = "registry+https://github.com/rust-lang/crates.io-index"
15549checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15550dependencies = [
15551 "serde",
15552 "serde_core",
15553]
15554
15555[[package]]
15556name = "seq-macro"
15557version = "0.3.6"
15558source = "registry+https://github.com/rust-lang/crates.io-index"
15559checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15560
15561[[package]]
15562name = "serde"
15563version = "1.0.228"
15564source = "registry+https://github.com/rust-lang/crates.io-index"
15565checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15566dependencies = [
15567 "serde_core",
15568 "serde_derive",
15569]
15570
15571[[package]]
15572name = "serde_bytes"
15573version = "0.11.19"
15574source = "registry+https://github.com/rust-lang/crates.io-index"
15575checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15576dependencies = [
15577 "serde",
15578 "serde_core",
15579]
15580
15581[[package]]
15582name = "serde_core"
15583version = "1.0.228"
15584source = "registry+https://github.com/rust-lang/crates.io-index"
15585checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15586dependencies = [
15587 "serde_derive",
15588]
15589
15590[[package]]
15591name = "serde_derive"
15592version = "1.0.228"
15593source = "registry+https://github.com/rust-lang/crates.io-index"
15594checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15595dependencies = [
15596 "proc-macro2",
15597 "quote",
15598 "syn 2.0.117",
15599]
15600
15601[[package]]
15602name = "serde_derive_internals"
15603version = "0.29.1"
15604source = "registry+https://github.com/rust-lang/crates.io-index"
15605checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15606dependencies = [
15607 "proc-macro2",
15608 "quote",
15609 "syn 2.0.117",
15610]
15611
15612[[package]]
15613name = "serde_fmt"
15614version = "1.0.3"
15615source = "registry+https://github.com/rust-lang/crates.io-index"
15616checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15617dependencies = [
15618 "serde",
15619]
15620
15621[[package]]
15622name = "serde_json"
15623version = "1.0.145"
15624source = "registry+https://github.com/rust-lang/crates.io-index"
15625checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15626dependencies = [
15627 "indexmap",
15628 "itoa",
15629 "memchr",
15630 "ryu",
15631 "serde",
15632 "serde_core",
15633]
15634
15635[[package]]
15636name = "serde_json_lenient"
15637version = "0.2.4"
15638source = "registry+https://github.com/rust-lang/crates.io-index"
15639checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15640dependencies = [
15641 "indexmap",
15642 "itoa",
15643 "memchr",
15644 "ryu",
15645 "serde",
15646]
15647
15648[[package]]
15649name = "serde_path_to_error"
15650version = "0.1.20"
15651source = "registry+https://github.com/rust-lang/crates.io-index"
15652checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15653dependencies = [
15654 "itoa",
15655 "serde",
15656 "serde_core",
15657]
15658
15659[[package]]
15660name = "serde_repr"
15661version = "0.1.20"
15662source = "registry+https://github.com/rust-lang/crates.io-index"
15663checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15664dependencies = [
15665 "proc-macro2",
15666 "quote",
15667 "syn 2.0.117",
15668]
15669
15670[[package]]
15671name = "serde_spanned"
15672version = "0.6.9"
15673source = "registry+https://github.com/rust-lang/crates.io-index"
15674checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15675dependencies = [
15676 "serde",
15677]
15678
15679[[package]]
15680name = "serde_spanned"
15681version = "1.0.3"
15682source = "registry+https://github.com/rust-lang/crates.io-index"
15683checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15684dependencies = [
15685 "serde_core",
15686]
15687
15688[[package]]
15689name = "serde_urlencoded"
15690version = "0.7.1"
15691source = "registry+https://github.com/rust-lang/crates.io-index"
15692checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15693dependencies = [
15694 "form_urlencoded",
15695 "itoa",
15696 "ryu",
15697 "serde",
15698]
15699
15700[[package]]
15701name = "serde_yaml"
15702version = "0.9.34+deprecated"
15703source = "registry+https://github.com/rust-lang/crates.io-index"
15704checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15705dependencies = [
15706 "indexmap",
15707 "itoa",
15708 "ryu",
15709 "serde",
15710 "unsafe-libyaml",
15711]
15712
15713[[package]]
15714name = "serial2"
15715version = "0.2.33"
15716source = "registry+https://github.com/rust-lang/crates.io-index"
15717checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15718dependencies = [
15719 "cfg-if",
15720 "libc",
15721 "winapi",
15722]
15723
15724[[package]]
15725name = "session"
15726version = "0.1.0"
15727dependencies = [
15728 "db",
15729 "gpui",
15730 "serde_json",
15731 "util",
15732 "uuid",
15733]
15734
15735[[package]]
15736name = "settings"
15737version = "0.1.0"
15738dependencies = [
15739 "anyhow",
15740 "collections",
15741 "ec4rs",
15742 "fs",
15743 "futures 0.3.32",
15744 "gpui",
15745 "indoc",
15746 "inventory",
15747 "log",
15748 "migrator",
15749 "paths",
15750 "pretty_assertions",
15751 "release_channel",
15752 "rust-embed",
15753 "schemars",
15754 "serde",
15755 "serde_json",
15756 "serde_json_lenient",
15757 "settings_content",
15758 "settings_json",
15759 "settings_macros",
15760 "smallvec",
15761 "unindent",
15762 "util",
15763 "zlog",
15764]
15765
15766[[package]]
15767name = "settings_content"
15768version = "0.1.0"
15769dependencies = [
15770 "anyhow",
15771 "collections",
15772 "derive_more",
15773 "gpui",
15774 "log",
15775 "schemars",
15776 "serde",
15777 "serde_json",
15778 "serde_json_lenient",
15779 "settings_json",
15780 "settings_macros",
15781 "strum 0.27.2",
15782 "util",
15783]
15784
15785[[package]]
15786name = "settings_json"
15787version = "0.1.0"
15788dependencies = [
15789 "anyhow",
15790 "pretty_assertions",
15791 "serde",
15792 "serde_json",
15793 "serde_json_lenient",
15794 "serde_path_to_error",
15795 "tree-sitter",
15796 "tree-sitter-json",
15797 "unindent",
15798 "util",
15799]
15800
15801[[package]]
15802name = "settings_macros"
15803version = "0.1.0"
15804dependencies = [
15805 "quote",
15806 "settings",
15807 "syn 2.0.117",
15808]
15809
15810[[package]]
15811name = "settings_profile_selector"
15812version = "0.1.0"
15813dependencies = [
15814 "editor",
15815 "fuzzy",
15816 "gpui",
15817 "menu",
15818 "picker",
15819 "project",
15820 "serde_json",
15821 "settings",
15822 "theme",
15823 "theme_settings",
15824 "ui",
15825 "workspace",
15826 "zed_actions",
15827]
15828
15829[[package]]
15830name = "settings_ui"
15831version = "0.1.0"
15832dependencies = [
15833 "agent",
15834 "agent_settings",
15835 "anyhow",
15836 "audio",
15837 "codestral",
15838 "component",
15839 "copilot",
15840 "copilot_ui",
15841 "cpal",
15842 "edit_prediction",
15843 "edit_prediction_ui",
15844 "editor",
15845 "feature_flags",
15846 "fs",
15847 "futures 0.3.32",
15848 "fuzzy",
15849 "gpui",
15850 "heck 0.5.0",
15851 "itertools 0.14.0",
15852 "language",
15853 "log",
15854 "menu",
15855 "paths",
15856 "picker",
15857 "platform_title_bar",
15858 "pretty_assertions",
15859 "project",
15860 "regex",
15861 "release_channel",
15862 "rodio",
15863 "schemars",
15864 "search",
15865 "serde",
15866 "serde_json",
15867 "settings",
15868 "shell_command_parser",
15869 "strum 0.27.2",
15870 "telemetry",
15871 "theme",
15872 "theme_settings",
15873 "title_bar",
15874 "ui",
15875 "util",
15876 "workspace",
15877 "zed_actions",
15878 "zed_credentials_provider",
15879]
15880
15881[[package]]
15882name = "sha-1"
15883version = "0.10.1"
15884source = "registry+https://github.com/rust-lang/crates.io-index"
15885checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15886dependencies = [
15887 "cfg-if",
15888 "cpufeatures",
15889 "digest",
15890]
15891
15892[[package]]
15893name = "sha1"
15894version = "0.10.6"
15895source = "registry+https://github.com/rust-lang/crates.io-index"
15896checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15897dependencies = [
15898 "cfg-if",
15899 "cpufeatures",
15900 "digest",
15901]
15902
15903[[package]]
15904name = "sha1_smol"
15905version = "1.0.1"
15906source = "registry+https://github.com/rust-lang/crates.io-index"
15907checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
15908
15909[[package]]
15910name = "sha2"
15911version = "0.10.9"
15912source = "registry+https://github.com/rust-lang/crates.io-index"
15913checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
15914dependencies = [
15915 "cfg-if",
15916 "cpufeatures",
15917 "digest",
15918]
15919
15920[[package]]
15921name = "sharded-slab"
15922version = "0.1.7"
15923source = "registry+https://github.com/rust-lang/crates.io-index"
15924checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
15925dependencies = [
15926 "lazy_static",
15927]
15928
15929[[package]]
15930name = "shared_library"
15931version = "0.1.9"
15932source = "registry+https://github.com/rust-lang/crates.io-index"
15933checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
15934dependencies = [
15935 "lazy_static",
15936 "libc",
15937]
15938
15939[[package]]
15940name = "shell-words"
15941version = "1.1.0"
15942source = "registry+https://github.com/rust-lang/crates.io-index"
15943checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
15944
15945[[package]]
15946name = "shell_command_parser"
15947version = "0.1.0"
15948dependencies = [
15949 "brush-parser",
15950]
15951
15952[[package]]
15953name = "shellexpand"
15954version = "2.1.2"
15955source = "registry+https://github.com/rust-lang/crates.io-index"
15956checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
15957dependencies = [
15958 "dirs 4.0.0",
15959]
15960
15961[[package]]
15962name = "shellexpand"
15963version = "3.1.1"
15964source = "registry+https://github.com/rust-lang/crates.io-index"
15965checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
15966dependencies = [
15967 "dirs 6.0.0",
15968]
15969
15970[[package]]
15971name = "shingles"
15972version = "0.1.1"
15973source = "registry+https://github.com/rust-lang/crates.io-index"
15974checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
15975
15976[[package]]
15977name = "shlex"
15978version = "1.3.0"
15979source = "registry+https://github.com/rust-lang/crates.io-index"
15980checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
15981
15982[[package]]
15983name = "sidebar"
15984version = "0.1.0"
15985dependencies = [
15986 "acp_thread",
15987 "action_log",
15988 "agent",
15989 "agent-client-protocol",
15990 "agent_settings",
15991 "agent_ui",
15992 "anyhow",
15993 "chrono",
15994 "editor",
15995 "feature_flags",
15996 "fs",
15997 "git",
15998 "gpui",
15999 "language_model",
16000 "menu",
16001 "platform_title_bar",
16002 "pretty_assertions",
16003 "project",
16004 "prompt_store",
16005 "recent_projects",
16006 "remote",
16007 "serde",
16008 "serde_json",
16009 "settings",
16010 "theme",
16011 "theme_settings",
16012 "ui",
16013 "util",
16014 "vim_mode_setting",
16015 "workspace",
16016 "zed_actions",
16017]
16018
16019[[package]]
16020name = "signal-hook"
16021version = "0.3.18"
16022source = "registry+https://github.com/rust-lang/crates.io-index"
16023checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
16024dependencies = [
16025 "libc",
16026 "signal-hook-registry",
16027]
16028
16029[[package]]
16030name = "signal-hook-registry"
16031version = "1.4.6"
16032source = "registry+https://github.com/rust-lang/crates.io-index"
16033checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
16034dependencies = [
16035 "libc",
16036]
16037
16038[[package]]
16039name = "signature"
16040version = "1.6.4"
16041source = "registry+https://github.com/rust-lang/crates.io-index"
16042checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
16043dependencies = [
16044 "digest",
16045 "rand_core 0.6.4",
16046]
16047
16048[[package]]
16049name = "signature"
16050version = "2.2.0"
16051source = "registry+https://github.com/rust-lang/crates.io-index"
16052checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
16053dependencies = [
16054 "digest",
16055 "rand_core 0.6.4",
16056]
16057
16058[[package]]
16059name = "simd-adler32"
16060version = "0.3.7"
16061source = "registry+https://github.com/rust-lang/crates.io-index"
16062checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
16063
16064[[package]]
16065name = "simd_helpers"
16066version = "0.1.0"
16067source = "registry+https://github.com/rust-lang/crates.io-index"
16068checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
16069dependencies = [
16070 "quote",
16071]
16072
16073[[package]]
16074name = "simdutf8"
16075version = "0.1.5"
16076source = "registry+https://github.com/rust-lang/crates.io-index"
16077checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
16078
16079[[package]]
16080name = "similar"
16081version = "2.7.0"
16082source = "registry+https://github.com/rust-lang/crates.io-index"
16083checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
16084
16085[[package]]
16086name = "simple_asn1"
16087version = "0.6.3"
16088source = "registry+https://github.com/rust-lang/crates.io-index"
16089checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
16090dependencies = [
16091 "num-bigint",
16092 "num-traits",
16093 "thiserror 2.0.17",
16094 "time",
16095]
16096
16097[[package]]
16098name = "simplecss"
16099version = "0.2.2"
16100source = "registry+https://github.com/rust-lang/crates.io-index"
16101checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16102dependencies = [
16103 "log",
16104]
16105
16106[[package]]
16107name = "simplelog"
16108version = "0.12.2"
16109source = "registry+https://github.com/rust-lang/crates.io-index"
16110checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16111dependencies = [
16112 "log",
16113 "termcolor",
16114 "time",
16115]
16116
16117[[package]]
16118name = "siphasher"
16119version = "0.3.11"
16120source = "registry+https://github.com/rust-lang/crates.io-index"
16121checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16122
16123[[package]]
16124name = "siphasher"
16125version = "1.0.1"
16126source = "registry+https://github.com/rust-lang/crates.io-index"
16127checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16128
16129[[package]]
16130name = "skrifa"
16131version = "0.37.0"
16132source = "registry+https://github.com/rust-lang/crates.io-index"
16133checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16134dependencies = [
16135 "bytemuck",
16136 "read-fonts 0.35.0",
16137]
16138
16139[[package]]
16140name = "skrifa"
16141version = "0.40.0"
16142source = "registry+https://github.com/rust-lang/crates.io-index"
16143checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16144dependencies = [
16145 "bytemuck",
16146 "read-fonts 0.37.0",
16147]
16148
16149[[package]]
16150name = "slab"
16151version = "0.4.11"
16152source = "registry+https://github.com/rust-lang/crates.io-index"
16153checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16154
16155[[package]]
16156name = "slotmap"
16157version = "1.0.7"
16158source = "registry+https://github.com/rust-lang/crates.io-index"
16159checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16160dependencies = [
16161 "version_check",
16162]
16163
16164[[package]]
16165name = "smallvec"
16166version = "1.15.1"
16167source = "registry+https://github.com/rust-lang/crates.io-index"
16168checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16169dependencies = [
16170 "serde",
16171]
16172
16173[[package]]
16174name = "smart-default"
16175version = "0.7.1"
16176source = "registry+https://github.com/rust-lang/crates.io-index"
16177checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16178dependencies = [
16179 "proc-macro2",
16180 "quote",
16181 "syn 2.0.117",
16182]
16183
16184[[package]]
16185name = "smol"
16186version = "2.0.2"
16187source = "registry+https://github.com/rust-lang/crates.io-index"
16188checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16189dependencies = [
16190 "async-channel 2.5.0",
16191 "async-executor",
16192 "async-fs",
16193 "async-io",
16194 "async-lock 3.4.2",
16195 "async-net",
16196 "async-process",
16197 "blocking",
16198 "futures-lite 2.6.1",
16199]
16200
16201[[package]]
16202name = "smol_str"
16203version = "0.3.5"
16204source = "registry+https://github.com/rust-lang/crates.io-index"
16205checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16206
16207[[package]]
16208name = "snafu"
16209version = "0.8.9"
16210source = "registry+https://github.com/rust-lang/crates.io-index"
16211checksum = "6e84b3f4eacbf3a1ce05eac6763b4d629d60cbc94d632e4092c54ade71f1e1a2"
16212dependencies = [
16213 "snafu-derive",
16214]
16215
16216[[package]]
16217name = "snafu-derive"
16218version = "0.8.9"
16219source = "registry+https://github.com/rust-lang/crates.io-index"
16220checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451"
16221dependencies = [
16222 "heck 0.5.0",
16223 "proc-macro2",
16224 "quote",
16225 "syn 2.0.117",
16226]
16227
16228[[package]]
16229name = "snippet"
16230version = "0.1.0"
16231dependencies = [
16232 "anyhow",
16233 "smallvec",
16234]
16235
16236[[package]]
16237name = "snippet_provider"
16238version = "0.1.0"
16239dependencies = [
16240 "anyhow",
16241 "collections",
16242 "extension",
16243 "fs",
16244 "futures 0.3.32",
16245 "gpui",
16246 "indoc",
16247 "parking_lot",
16248 "paths",
16249 "schemars",
16250 "serde",
16251 "serde_json",
16252 "serde_json_lenient",
16253 "snippet",
16254 "util",
16255]
16256
16257[[package]]
16258name = "snippets_ui"
16259version = "0.1.0"
16260dependencies = [
16261 "file_icons",
16262 "fuzzy",
16263 "gpui",
16264 "language",
16265 "open_path_prompt",
16266 "paths",
16267 "picker",
16268 "settings",
16269 "ui",
16270 "util",
16271 "workspace",
16272]
16273
16274[[package]]
16275name = "socket2"
16276version = "0.5.10"
16277source = "registry+https://github.com/rust-lang/crates.io-index"
16278checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16279dependencies = [
16280 "libc",
16281 "windows-sys 0.52.0",
16282]
16283
16284[[package]]
16285name = "socket2"
16286version = "0.6.1"
16287source = "registry+https://github.com/rust-lang/crates.io-index"
16288checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16289dependencies = [
16290 "libc",
16291 "windows-sys 0.60.2",
16292]
16293
16294[[package]]
16295name = "spdx"
16296version = "0.10.9"
16297source = "registry+https://github.com/rust-lang/crates.io-index"
16298checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16299dependencies = [
16300 "smallvec",
16301]
16302
16303[[package]]
16304name = "spin"
16305version = "0.9.8"
16306source = "registry+https://github.com/rust-lang/crates.io-index"
16307checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16308dependencies = [
16309 "lock_api",
16310]
16311
16312[[package]]
16313name = "spin"
16314version = "0.10.0"
16315source = "registry+https://github.com/rust-lang/crates.io-index"
16316checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16317dependencies = [
16318 "lock_api",
16319]
16320
16321[[package]]
16322name = "spirv"
16323version = "0.4.0+sdk-1.4.341.0"
16324source = "registry+https://github.com/rust-lang/crates.io-index"
16325checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16326dependencies = [
16327 "bitflags 2.10.0",
16328]
16329
16330[[package]]
16331name = "spki"
16332version = "0.6.0"
16333source = "registry+https://github.com/rust-lang/crates.io-index"
16334checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16335dependencies = [
16336 "base64ct",
16337 "der 0.6.1",
16338]
16339
16340[[package]]
16341name = "spki"
16342version = "0.7.3"
16343source = "registry+https://github.com/rust-lang/crates.io-index"
16344checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16345dependencies = [
16346 "base64ct",
16347 "der 0.7.10",
16348]
16349
16350[[package]]
16351name = "sqlez"
16352version = "0.1.0"
16353dependencies = [
16354 "anyhow",
16355 "collections",
16356 "futures 0.3.32",
16357 "indoc",
16358 "libsqlite3-sys",
16359 "log",
16360 "parking_lot",
16361 "smol",
16362 "sqlformat",
16363 "thread_local",
16364 "util",
16365 "uuid",
16366]
16367
16368[[package]]
16369name = "sqlez_macros"
16370version = "0.1.0"
16371dependencies = [
16372 "sqlez",
16373 "sqlformat",
16374 "syn 2.0.117",
16375]
16376
16377[[package]]
16378name = "sqlformat"
16379version = "0.2.6"
16380source = "registry+https://github.com/rust-lang/crates.io-index"
16381checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16382dependencies = [
16383 "nom 7.1.3",
16384 "unicode_categories",
16385]
16386
16387[[package]]
16388name = "sqlx"
16389version = "0.8.6"
16390source = "registry+https://github.com/rust-lang/crates.io-index"
16391checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16392dependencies = [
16393 "sqlx-core",
16394 "sqlx-macros",
16395 "sqlx-mysql",
16396 "sqlx-postgres",
16397 "sqlx-sqlite",
16398]
16399
16400[[package]]
16401name = "sqlx-core"
16402version = "0.8.6"
16403source = "registry+https://github.com/rust-lang/crates.io-index"
16404checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16405dependencies = [
16406 "base64 0.22.1",
16407 "bigdecimal",
16408 "bytes 1.11.1",
16409 "chrono",
16410 "crc",
16411 "crossbeam-queue",
16412 "either",
16413 "event-listener 5.4.1",
16414 "futures-core",
16415 "futures-intrusive",
16416 "futures-io",
16417 "futures-util",
16418 "hashbrown 0.15.5",
16419 "hashlink 0.10.0",
16420 "indexmap",
16421 "log",
16422 "memchr",
16423 "once_cell",
16424 "percent-encoding",
16425 "rust_decimal",
16426 "rustls 0.23.33",
16427 "serde",
16428 "serde_json",
16429 "sha2",
16430 "smallvec",
16431 "thiserror 2.0.17",
16432 "time",
16433 "tokio",
16434 "tokio-stream",
16435 "tracing",
16436 "url",
16437 "uuid",
16438 "webpki-roots",
16439]
16440
16441[[package]]
16442name = "sqlx-macros"
16443version = "0.8.6"
16444source = "registry+https://github.com/rust-lang/crates.io-index"
16445checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16446dependencies = [
16447 "proc-macro2",
16448 "quote",
16449 "sqlx-core",
16450 "sqlx-macros-core",
16451 "syn 2.0.117",
16452]
16453
16454[[package]]
16455name = "sqlx-macros-core"
16456version = "0.8.6"
16457source = "registry+https://github.com/rust-lang/crates.io-index"
16458checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16459dependencies = [
16460 "dotenvy",
16461 "either",
16462 "heck 0.5.0",
16463 "hex",
16464 "once_cell",
16465 "proc-macro2",
16466 "quote",
16467 "serde",
16468 "serde_json",
16469 "sha2",
16470 "sqlx-core",
16471 "sqlx-mysql",
16472 "sqlx-postgres",
16473 "sqlx-sqlite",
16474 "syn 2.0.117",
16475 "tokio",
16476 "url",
16477]
16478
16479[[package]]
16480name = "sqlx-mysql"
16481version = "0.8.6"
16482source = "registry+https://github.com/rust-lang/crates.io-index"
16483checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16484dependencies = [
16485 "atoi",
16486 "base64 0.22.1",
16487 "bigdecimal",
16488 "bitflags 2.10.0",
16489 "byteorder",
16490 "bytes 1.11.1",
16491 "chrono",
16492 "crc",
16493 "digest",
16494 "dotenvy",
16495 "either",
16496 "futures-channel",
16497 "futures-core",
16498 "futures-io",
16499 "futures-util",
16500 "generic-array",
16501 "hex",
16502 "hkdf",
16503 "hmac",
16504 "itoa",
16505 "log",
16506 "md-5",
16507 "memchr",
16508 "once_cell",
16509 "percent-encoding",
16510 "rand 0.8.5",
16511 "rsa",
16512 "rust_decimal",
16513 "serde",
16514 "sha1",
16515 "sha2",
16516 "smallvec",
16517 "sqlx-core",
16518 "stringprep",
16519 "thiserror 2.0.17",
16520 "time",
16521 "tracing",
16522 "uuid",
16523 "whoami",
16524]
16525
16526[[package]]
16527name = "sqlx-postgres"
16528version = "0.8.6"
16529source = "registry+https://github.com/rust-lang/crates.io-index"
16530checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16531dependencies = [
16532 "atoi",
16533 "base64 0.22.1",
16534 "bigdecimal",
16535 "bitflags 2.10.0",
16536 "byteorder",
16537 "chrono",
16538 "crc",
16539 "dotenvy",
16540 "etcetera",
16541 "futures-channel",
16542 "futures-core",
16543 "futures-util",
16544 "hex",
16545 "hkdf",
16546 "hmac",
16547 "home",
16548 "itoa",
16549 "log",
16550 "md-5",
16551 "memchr",
16552 "num-bigint",
16553 "once_cell",
16554 "rand 0.8.5",
16555 "rust_decimal",
16556 "serde",
16557 "serde_json",
16558 "sha2",
16559 "smallvec",
16560 "sqlx-core",
16561 "stringprep",
16562 "thiserror 2.0.17",
16563 "time",
16564 "tracing",
16565 "uuid",
16566 "whoami",
16567]
16568
16569[[package]]
16570name = "sqlx-sqlite"
16571version = "0.8.6"
16572source = "registry+https://github.com/rust-lang/crates.io-index"
16573checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16574dependencies = [
16575 "atoi",
16576 "chrono",
16577 "flume",
16578 "futures-channel",
16579 "futures-core",
16580 "futures-executor",
16581 "futures-intrusive",
16582 "futures-util",
16583 "libsqlite3-sys",
16584 "log",
16585 "percent-encoding",
16586 "serde",
16587 "serde_urlencoded",
16588 "sqlx-core",
16589 "thiserror 2.0.17",
16590 "time",
16591 "tracing",
16592 "url",
16593 "uuid",
16594]
16595
16596[[package]]
16597name = "stable_deref_trait"
16598version = "1.2.1"
16599source = "registry+https://github.com/rust-lang/crates.io-index"
16600checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16601
16602[[package]]
16603name = "stacker"
16604version = "0.1.23"
16605source = "registry+https://github.com/rust-lang/crates.io-index"
16606checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16607dependencies = [
16608 "cc",
16609 "cfg-if",
16610 "libc",
16611 "psm",
16612 "windows-sys 0.59.0",
16613]
16614
16615[[package]]
16616name = "stacksafe"
16617version = "0.1.4"
16618source = "registry+https://github.com/rust-lang/crates.io-index"
16619checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16620dependencies = [
16621 "stacker",
16622 "stacksafe-macro",
16623]
16624
16625[[package]]
16626name = "stacksafe-macro"
16627version = "0.1.4"
16628source = "registry+https://github.com/rust-lang/crates.io-index"
16629checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16630dependencies = [
16631 "proc-macro-error2",
16632 "quote",
16633 "syn 2.0.117",
16634]
16635
16636[[package]]
16637name = "static_assertions"
16638version = "1.1.0"
16639source = "registry+https://github.com/rust-lang/crates.io-index"
16640checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16641
16642[[package]]
16643name = "story"
16644version = "0.1.0"
16645dependencies = [
16646 "gpui",
16647 "itertools 0.14.0",
16648 "smallvec",
16649]
16650
16651[[package]]
16652name = "storybook"
16653version = "0.1.0"
16654dependencies = [
16655 "anyhow",
16656 "clap",
16657 "ctrlc",
16658 "dialoguer",
16659 "editor",
16660 "fuzzy",
16661 "gpui",
16662 "gpui_platform",
16663 "indoc",
16664 "language",
16665 "log",
16666 "menu",
16667 "picker",
16668 "reqwest_client",
16669 "rust-embed",
16670 "settings",
16671 "simplelog",
16672 "story",
16673 "strum 0.27.2",
16674 "theme",
16675 "theme_settings",
16676 "title_bar",
16677 "ui",
16678]
16679
16680[[package]]
16681name = "streaming-iterator"
16682version = "0.1.9"
16683source = "registry+https://github.com/rust-lang/crates.io-index"
16684checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16685
16686[[package]]
16687name = "streaming_diff"
16688version = "0.1.0"
16689dependencies = [
16690 "ordered-float 2.10.1",
16691 "rand 0.9.2",
16692 "rope",
16693 "util",
16694]
16695
16696[[package]]
16697name = "strength_reduce"
16698version = "0.2.4"
16699source = "registry+https://github.com/rust-lang/crates.io-index"
16700checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16701
16702[[package]]
16703name = "strict-num"
16704version = "0.1.1"
16705source = "registry+https://github.com/rust-lang/crates.io-index"
16706checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16707dependencies = [
16708 "float-cmp",
16709]
16710
16711[[package]]
16712name = "string_cache"
16713version = "0.8.9"
16714source = "registry+https://github.com/rust-lang/crates.io-index"
16715checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16716dependencies = [
16717 "new_debug_unreachable",
16718 "parking_lot",
16719 "phf_shared 0.11.3",
16720 "precomputed-hash",
16721 "serde",
16722]
16723
16724[[package]]
16725name = "string_cache_codegen"
16726version = "0.5.4"
16727source = "registry+https://github.com/rust-lang/crates.io-index"
16728checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16729dependencies = [
16730 "phf_generator 0.11.3",
16731 "phf_shared 0.11.3",
16732 "proc-macro2",
16733 "quote",
16734]
16735
16736[[package]]
16737name = "stringprep"
16738version = "0.1.5"
16739source = "registry+https://github.com/rust-lang/crates.io-index"
16740checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16741dependencies = [
16742 "unicode-bidi",
16743 "unicode-normalization",
16744 "unicode-properties",
16745]
16746
16747[[package]]
16748name = "strsim"
16749version = "0.11.1"
16750source = "registry+https://github.com/rust-lang/crates.io-index"
16751checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16752
16753[[package]]
16754name = "strum"
16755version = "0.26.3"
16756source = "registry+https://github.com/rust-lang/crates.io-index"
16757checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16758
16759[[package]]
16760name = "strum"
16761version = "0.27.2"
16762source = "registry+https://github.com/rust-lang/crates.io-index"
16763checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16764dependencies = [
16765 "strum_macros 0.27.2",
16766]
16767
16768[[package]]
16769name = "strum"
16770version = "0.28.0"
16771source = "registry+https://github.com/rust-lang/crates.io-index"
16772checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16773dependencies = [
16774 "strum_macros 0.28.0",
16775]
16776
16777[[package]]
16778name = "strum_macros"
16779version = "0.27.2"
16780source = "registry+https://github.com/rust-lang/crates.io-index"
16781checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16782dependencies = [
16783 "heck 0.5.0",
16784 "proc-macro2",
16785 "quote",
16786 "syn 2.0.117",
16787]
16788
16789[[package]]
16790name = "strum_macros"
16791version = "0.28.0"
16792source = "registry+https://github.com/rust-lang/crates.io-index"
16793checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16794dependencies = [
16795 "heck 0.5.0",
16796 "proc-macro2",
16797 "quote",
16798 "syn 2.0.117",
16799]
16800
16801[[package]]
16802name = "subtle"
16803version = "2.6.1"
16804source = "registry+https://github.com/rust-lang/crates.io-index"
16805checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16806
16807[[package]]
16808name = "sum_tree"
16809version = "0.1.0"
16810dependencies = [
16811 "ctor",
16812 "heapless",
16813 "log",
16814 "proptest",
16815 "rand 0.9.2",
16816 "rayon",
16817 "tracing",
16818 "zlog",
16819 "ztracing",
16820]
16821
16822[[package]]
16823name = "sval"
16824version = "2.15.0"
16825source = "registry+https://github.com/rust-lang/crates.io-index"
16826checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16827
16828[[package]]
16829name = "sval_buffer"
16830version = "2.15.0"
16831source = "registry+https://github.com/rust-lang/crates.io-index"
16832checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16833dependencies = [
16834 "sval",
16835 "sval_ref",
16836]
16837
16838[[package]]
16839name = "sval_dynamic"
16840version = "2.15.0"
16841source = "registry+https://github.com/rust-lang/crates.io-index"
16842checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16843dependencies = [
16844 "sval",
16845]
16846
16847[[package]]
16848name = "sval_fmt"
16849version = "2.15.0"
16850source = "registry+https://github.com/rust-lang/crates.io-index"
16851checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16852dependencies = [
16853 "itoa",
16854 "ryu",
16855 "sval",
16856]
16857
16858[[package]]
16859name = "sval_json"
16860version = "2.15.0"
16861source = "registry+https://github.com/rust-lang/crates.io-index"
16862checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16863dependencies = [
16864 "itoa",
16865 "ryu",
16866 "sval",
16867]
16868
16869[[package]]
16870name = "sval_nested"
16871version = "2.15.0"
16872source = "registry+https://github.com/rust-lang/crates.io-index"
16873checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16874dependencies = [
16875 "sval",
16876 "sval_buffer",
16877 "sval_ref",
16878]
16879
16880[[package]]
16881name = "sval_ref"
16882version = "2.15.0"
16883source = "registry+https://github.com/rust-lang/crates.io-index"
16884checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16885dependencies = [
16886 "sval",
16887]
16888
16889[[package]]
16890name = "sval_serde"
16891version = "2.15.0"
16892source = "registry+https://github.com/rust-lang/crates.io-index"
16893checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16894dependencies = [
16895 "serde_core",
16896 "sval",
16897 "sval_nested",
16898]
16899
16900[[package]]
16901name = "svg_fmt"
16902version = "0.4.5"
16903source = "registry+https://github.com/rust-lang/crates.io-index"
16904checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
16905
16906[[package]]
16907name = "svg_preview"
16908version = "0.1.0"
16909dependencies = [
16910 "file_icons",
16911 "gpui",
16912 "language",
16913 "multi_buffer",
16914 "ui",
16915 "workspace",
16916 "zed_actions",
16917]
16918
16919[[package]]
16920name = "svgtypes"
16921version = "0.15.3"
16922source = "registry+https://github.com/rust-lang/crates.io-index"
16923checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
16924dependencies = [
16925 "kurbo",
16926 "siphasher 1.0.1",
16927]
16928
16929[[package]]
16930name = "swash"
16931version = "0.2.6"
16932source = "registry+https://github.com/rust-lang/crates.io-index"
16933checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
16934dependencies = [
16935 "skrifa 0.37.0",
16936 "yazi",
16937 "zeno",
16938]
16939
16940[[package]]
16941name = "symphonia"
16942version = "0.5.5"
16943source = "registry+https://github.com/rust-lang/crates.io-index"
16944checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
16945dependencies = [
16946 "lazy_static",
16947 "symphonia-bundle-flac",
16948 "symphonia-bundle-mp3",
16949 "symphonia-codec-aac",
16950 "symphonia-codec-pcm",
16951 "symphonia-codec-vorbis",
16952 "symphonia-core",
16953 "symphonia-format-isomp4",
16954 "symphonia-format-ogg",
16955 "symphonia-format-riff",
16956 "symphonia-metadata",
16957]
16958
16959[[package]]
16960name = "symphonia-bundle-flac"
16961version = "0.5.5"
16962source = "registry+https://github.com/rust-lang/crates.io-index"
16963checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
16964dependencies = [
16965 "log",
16966 "symphonia-core",
16967 "symphonia-metadata",
16968 "symphonia-utils-xiph",
16969]
16970
16971[[package]]
16972name = "symphonia-bundle-mp3"
16973version = "0.5.5"
16974source = "registry+https://github.com/rust-lang/crates.io-index"
16975checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
16976dependencies = [
16977 "lazy_static",
16978 "log",
16979 "symphonia-core",
16980 "symphonia-metadata",
16981]
16982
16983[[package]]
16984name = "symphonia-codec-aac"
16985version = "0.5.5"
16986source = "registry+https://github.com/rust-lang/crates.io-index"
16987checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
16988dependencies = [
16989 "lazy_static",
16990 "log",
16991 "symphonia-core",
16992]
16993
16994[[package]]
16995name = "symphonia-codec-pcm"
16996version = "0.5.5"
16997source = "registry+https://github.com/rust-lang/crates.io-index"
16998checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
16999dependencies = [
17000 "log",
17001 "symphonia-core",
17002]
17003
17004[[package]]
17005name = "symphonia-codec-vorbis"
17006version = "0.5.5"
17007source = "registry+https://github.com/rust-lang/crates.io-index"
17008checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
17009dependencies = [
17010 "log",
17011 "symphonia-core",
17012 "symphonia-utils-xiph",
17013]
17014
17015[[package]]
17016name = "symphonia-core"
17017version = "0.5.5"
17018source = "registry+https://github.com/rust-lang/crates.io-index"
17019checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
17020dependencies = [
17021 "arrayvec",
17022 "bitflags 1.3.2",
17023 "bytemuck",
17024 "lazy_static",
17025 "log",
17026]
17027
17028[[package]]
17029name = "symphonia-format-isomp4"
17030version = "0.5.5"
17031source = "registry+https://github.com/rust-lang/crates.io-index"
17032checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
17033dependencies = [
17034 "encoding_rs",
17035 "log",
17036 "symphonia-core",
17037 "symphonia-metadata",
17038 "symphonia-utils-xiph",
17039]
17040
17041[[package]]
17042name = "symphonia-format-ogg"
17043version = "0.5.5"
17044source = "registry+https://github.com/rust-lang/crates.io-index"
17045checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
17046dependencies = [
17047 "log",
17048 "symphonia-core",
17049 "symphonia-metadata",
17050 "symphonia-utils-xiph",
17051]
17052
17053[[package]]
17054name = "symphonia-format-riff"
17055version = "0.5.5"
17056source = "registry+https://github.com/rust-lang/crates.io-index"
17057checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
17058dependencies = [
17059 "extended",
17060 "log",
17061 "symphonia-core",
17062 "symphonia-metadata",
17063]
17064
17065[[package]]
17066name = "symphonia-metadata"
17067version = "0.5.5"
17068source = "registry+https://github.com/rust-lang/crates.io-index"
17069checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
17070dependencies = [
17071 "encoding_rs",
17072 "lazy_static",
17073 "log",
17074 "symphonia-core",
17075]
17076
17077[[package]]
17078name = "symphonia-utils-xiph"
17079version = "0.5.5"
17080source = "registry+https://github.com/rust-lang/crates.io-index"
17081checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
17082dependencies = [
17083 "symphonia-core",
17084 "symphonia-metadata",
17085]
17086
17087[[package]]
17088name = "syn"
17089version = "1.0.109"
17090source = "registry+https://github.com/rust-lang/crates.io-index"
17091checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
17092dependencies = [
17093 "proc-macro2",
17094 "quote",
17095 "unicode-ident",
17096]
17097
17098[[package]]
17099name = "syn"
17100version = "2.0.117"
17101source = "registry+https://github.com/rust-lang/crates.io-index"
17102checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
17103dependencies = [
17104 "proc-macro2",
17105 "quote",
17106 "unicode-ident",
17107]
17108
17109[[package]]
17110name = "sync_wrapper"
17111version = "0.1.2"
17112source = "registry+https://github.com/rust-lang/crates.io-index"
17113checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
17114
17115[[package]]
17116name = "sync_wrapper"
17117version = "1.0.2"
17118source = "registry+https://github.com/rust-lang/crates.io-index"
17119checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17120dependencies = [
17121 "futures-core",
17122]
17123
17124[[package]]
17125name = "synchronoise"
17126version = "1.0.1"
17127source = "registry+https://github.com/rust-lang/crates.io-index"
17128checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17129dependencies = [
17130 "crossbeam-queue",
17131]
17132
17133[[package]]
17134name = "synstructure"
17135version = "0.13.2"
17136source = "registry+https://github.com/rust-lang/crates.io-index"
17137checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17138dependencies = [
17139 "proc-macro2",
17140 "quote",
17141 "syn 2.0.117",
17142]
17143
17144[[package]]
17145name = "syntax_theme"
17146version = "0.1.0"
17147dependencies = [
17148 "gpui",
17149 "serde",
17150 "serde_json",
17151]
17152
17153[[package]]
17154name = "sys-locale"
17155version = "0.3.2"
17156source = "registry+https://github.com/rust-lang/crates.io-index"
17157checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17158dependencies = [
17159 "libc",
17160]
17161
17162[[package]]
17163name = "sysctl"
17164version = "0.5.5"
17165source = "registry+https://github.com/rust-lang/crates.io-index"
17166checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17167dependencies = [
17168 "bitflags 2.10.0",
17169 "byteorder",
17170 "enum-as-inner",
17171 "libc",
17172 "thiserror 1.0.69",
17173 "walkdir",
17174]
17175
17176[[package]]
17177name = "sysctl"
17178version = "0.6.0"
17179source = "registry+https://github.com/rust-lang/crates.io-index"
17180checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17181dependencies = [
17182 "bitflags 2.10.0",
17183 "byteorder",
17184 "enum-as-inner",
17185 "libc",
17186 "thiserror 1.0.69",
17187 "walkdir",
17188]
17189
17190[[package]]
17191name = "sysinfo"
17192version = "0.31.4"
17193source = "registry+https://github.com/rust-lang/crates.io-index"
17194checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17195dependencies = [
17196 "core-foundation-sys",
17197 "libc",
17198 "memchr",
17199 "ntapi",
17200 "rayon",
17201 "windows 0.57.0",
17202]
17203
17204[[package]]
17205name = "sysinfo"
17206version = "0.37.2"
17207source = "registry+https://github.com/rust-lang/crates.io-index"
17208checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17209dependencies = [
17210 "libc",
17211 "memchr",
17212 "ntapi",
17213 "objc2-core-foundation",
17214 "objc2-io-kit",
17215 "windows 0.61.3",
17216]
17217
17218[[package]]
17219name = "system-configuration"
17220version = "0.5.1"
17221source = "registry+https://github.com/rust-lang/crates.io-index"
17222checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17223dependencies = [
17224 "bitflags 1.3.2",
17225 "core-foundation 0.9.4",
17226 "system-configuration-sys 0.5.0",
17227]
17228
17229[[package]]
17230name = "system-configuration"
17231version = "0.6.1"
17232source = "registry+https://github.com/rust-lang/crates.io-index"
17233checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17234dependencies = [
17235 "bitflags 2.10.0",
17236 "core-foundation 0.9.4",
17237 "system-configuration-sys 0.6.0",
17238]
17239
17240[[package]]
17241name = "system-configuration-sys"
17242version = "0.5.0"
17243source = "registry+https://github.com/rust-lang/crates.io-index"
17244checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17245dependencies = [
17246 "core-foundation-sys",
17247 "libc",
17248]
17249
17250[[package]]
17251name = "system-configuration-sys"
17252version = "0.6.0"
17253source = "registry+https://github.com/rust-lang/crates.io-index"
17254checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17255dependencies = [
17256 "core-foundation-sys",
17257 "libc",
17258]
17259
17260[[package]]
17261name = "system-deps"
17262version = "6.2.2"
17263source = "registry+https://github.com/rust-lang/crates.io-index"
17264checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
17265dependencies = [
17266 "cfg-expr 0.15.8",
17267 "heck 0.5.0",
17268 "pkg-config",
17269 "toml 0.8.23",
17270 "version-compare",
17271]
17272
17273[[package]]
17274name = "system-deps"
17275version = "7.0.7"
17276source = "registry+https://github.com/rust-lang/crates.io-index"
17277checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17278dependencies = [
17279 "cfg-expr 0.20.6",
17280 "heck 0.5.0",
17281 "pkg-config",
17282 "toml 0.9.8",
17283 "version-compare",
17284]
17285
17286[[package]]
17287name = "system-interface"
17288version = "0.27.3"
17289source = "registry+https://github.com/rust-lang/crates.io-index"
17290checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17291dependencies = [
17292 "bitflags 2.10.0",
17293 "cap-fs-ext",
17294 "cap-std",
17295 "fd-lock",
17296 "io-lifetimes",
17297 "rustix 0.38.44",
17298 "windows-sys 0.59.0",
17299 "winx",
17300]
17301
17302[[package]]
17303name = "system_specs"
17304version = "0.1.0"
17305dependencies = [
17306 "anyhow",
17307 "client",
17308 "gpui",
17309 "human_bytes",
17310 "pciid-parser",
17311 "release_channel",
17312 "semver",
17313 "serde",
17314 "sysinfo 0.37.2",
17315]
17316
17317[[package]]
17318name = "tab_switcher"
17319version = "0.1.0"
17320dependencies = [
17321 "collections",
17322 "ctor",
17323 "editor",
17324 "fuzzy",
17325 "gpui",
17326 "menu",
17327 "picker",
17328 "project",
17329 "schemars",
17330 "serde",
17331 "serde_json",
17332 "settings",
17333 "smol",
17334 "theme",
17335 "theme_settings",
17336 "ui",
17337 "util",
17338 "workspace",
17339 "zlog",
17340]
17341
17342[[package]]
17343name = "taffy"
17344version = "0.9.0"
17345source = "registry+https://github.com/rust-lang/crates.io-index"
17346checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17347dependencies = [
17348 "arrayvec",
17349 "grid",
17350 "serde",
17351 "slotmap",
17352]
17353
17354[[package]]
17355name = "tagptr"
17356version = "0.2.0"
17357source = "registry+https://github.com/rust-lang/crates.io-index"
17358checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17359
17360[[package]]
17361name = "take-until"
17362version = "0.2.0"
17363source = "registry+https://github.com/rust-lang/crates.io-index"
17364checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17365
17366[[package]]
17367name = "tao-core-video-sys"
17368version = "0.2.0"
17369source = "registry+https://github.com/rust-lang/crates.io-index"
17370checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17371dependencies = [
17372 "cfg-if",
17373 "core-foundation-sys",
17374 "libc",
17375 "objc",
17376]
17377
17378[[package]]
17379name = "tap"
17380version = "1.0.1"
17381source = "registry+https://github.com/rust-lang/crates.io-index"
17382checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17383
17384[[package]]
17385name = "target-lexicon"
17386version = "0.12.16"
17387source = "registry+https://github.com/rust-lang/crates.io-index"
17388checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
17389
17390[[package]]
17391name = "target-lexicon"
17392version = "0.13.3"
17393source = "registry+https://github.com/rust-lang/crates.io-index"
17394checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17395
17396[[package]]
17397name = "task"
17398version = "0.1.0"
17399dependencies = [
17400 "anyhow",
17401 "collections",
17402 "futures 0.3.32",
17403 "gpui",
17404 "hex",
17405 "log",
17406 "parking_lot",
17407 "pretty_assertions",
17408 "proto",
17409 "schemars",
17410 "serde",
17411 "serde_json",
17412 "serde_json_lenient",
17413 "sha2",
17414 "shellexpand 2.1.2",
17415 "util",
17416 "zed_actions",
17417]
17418
17419[[package]]
17420name = "tasks_ui"
17421version = "0.1.0"
17422dependencies = [
17423 "anyhow",
17424 "collections",
17425 "editor",
17426 "file_icons",
17427 "fuzzy",
17428 "gpui",
17429 "itertools 0.14.0",
17430 "language",
17431 "menu",
17432 "picker",
17433 "project",
17434 "serde",
17435 "serde_json",
17436 "task",
17437 "tree-sitter-rust",
17438 "tree-sitter-typescript",
17439 "ui",
17440 "util",
17441 "workspace",
17442 "zed_actions",
17443]
17444
17445[[package]]
17446name = "telemetry"
17447version = "0.1.0"
17448dependencies = [
17449 "futures 0.3.32",
17450 "serde",
17451 "serde_json",
17452 "telemetry_events",
17453]
17454
17455[[package]]
17456name = "telemetry_events"
17457version = "0.1.0"
17458dependencies = [
17459 "semver",
17460 "serde",
17461 "serde_json",
17462]
17463
17464[[package]]
17465name = "tempfile"
17466version = "3.23.0"
17467source = "registry+https://github.com/rust-lang/crates.io-index"
17468checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17469dependencies = [
17470 "fastrand 2.3.0",
17471 "getrandom 0.3.4",
17472 "once_cell",
17473 "rustix 1.1.2",
17474 "windows-sys 0.61.2",
17475]
17476
17477[[package]]
17478name = "tendril"
17479version = "0.4.3"
17480source = "registry+https://github.com/rust-lang/crates.io-index"
17481checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17482dependencies = [
17483 "futf",
17484 "mac",
17485 "utf-8",
17486]
17487
17488[[package]]
17489name = "termcolor"
17490version = "1.4.1"
17491source = "registry+https://github.com/rust-lang/crates.io-index"
17492checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17493dependencies = [
17494 "winapi-util",
17495]
17496
17497[[package]]
17498name = "terminal"
17499version = "0.1.0"
17500dependencies = [
17501 "alacritty_terminal",
17502 "anyhow",
17503 "collections",
17504 "futures 0.3.32",
17505 "gpui",
17506 "itertools 0.14.0",
17507 "libc",
17508 "log",
17509 "parking_lot",
17510 "rand 0.9.2",
17511 "regex",
17512 "release_channel",
17513 "schemars",
17514 "serde",
17515 "settings",
17516 "smol",
17517 "sysinfo 0.37.2",
17518 "task",
17519 "theme",
17520 "theme_settings",
17521 "thiserror 2.0.17",
17522 "url",
17523 "urlencoding",
17524 "util",
17525 "util_macros",
17526 "windows 0.61.3",
17527]
17528
17529[[package]]
17530name = "terminal_size"
17531version = "0.4.3"
17532source = "registry+https://github.com/rust-lang/crates.io-index"
17533checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17534dependencies = [
17535 "rustix 1.1.2",
17536 "windows-sys 0.60.2",
17537]
17538
17539[[package]]
17540name = "terminal_view"
17541version = "0.1.0"
17542dependencies = [
17543 "anyhow",
17544 "async-recursion",
17545 "breadcrumbs",
17546 "collections",
17547 "db",
17548 "dirs 4.0.0",
17549 "editor",
17550 "futures 0.3.32",
17551 "gpui",
17552 "itertools 0.14.0",
17553 "language",
17554 "log",
17555 "menu",
17556 "pretty_assertions",
17557 "project",
17558 "regex",
17559 "schemars",
17560 "serde",
17561 "serde_json",
17562 "settings",
17563 "shellexpand 2.1.2",
17564 "task",
17565 "terminal",
17566 "theme",
17567 "theme_settings",
17568 "ui",
17569 "util",
17570 "workspace",
17571 "zed_actions",
17572]
17573
17574[[package]]
17575name = "text"
17576version = "0.1.0"
17577dependencies = [
17578 "anyhow",
17579 "clock",
17580 "collections",
17581 "ctor",
17582 "gpui",
17583 "log",
17584 "parking_lot",
17585 "postage",
17586 "rand 0.9.2",
17587 "regex",
17588 "rope",
17589 "smallvec",
17590 "sum_tree",
17591 "util",
17592 "zlog",
17593]
17594
17595[[package]]
17596name = "theme"
17597version = "0.1.0"
17598dependencies = [
17599 "anyhow",
17600 "collections",
17601 "derive_more",
17602 "gpui",
17603 "palette",
17604 "parking_lot",
17605 "refineable",
17606 "schemars",
17607 "serde",
17608 "serde_json",
17609 "serde_json_lenient",
17610 "strum 0.27.2",
17611 "syntax_theme",
17612 "thiserror 2.0.17",
17613 "uuid",
17614]
17615
17616[[package]]
17617name = "theme_extension"
17618version = "0.1.0"
17619dependencies = [
17620 "anyhow",
17621 "extension",
17622 "fs",
17623 "gpui",
17624 "theme",
17625 "theme_settings",
17626]
17627
17628[[package]]
17629name = "theme_importer"
17630version = "0.1.0"
17631dependencies = [
17632 "anyhow",
17633 "clap",
17634 "collections",
17635 "gpui",
17636 "indexmap",
17637 "log",
17638 "palette",
17639 "serde",
17640 "serde_json",
17641 "serde_json_lenient",
17642 "simplelog",
17643 "strum 0.27.2",
17644 "theme",
17645 "theme_settings",
17646 "vscode_theme",
17647]
17648
17649[[package]]
17650name = "theme_selector"
17651version = "0.1.0"
17652dependencies = [
17653 "fs",
17654 "fuzzy",
17655 "gpui",
17656 "log",
17657 "picker",
17658 "serde",
17659 "settings",
17660 "telemetry",
17661 "theme",
17662 "theme_settings",
17663 "ui",
17664 "util",
17665 "workspace",
17666 "zed_actions",
17667]
17668
17669[[package]]
17670name = "theme_settings"
17671version = "0.1.0"
17672dependencies = [
17673 "anyhow",
17674 "collections",
17675 "gpui",
17676 "gpui_util",
17677 "log",
17678 "palette",
17679 "refineable",
17680 "schemars",
17681 "serde",
17682 "serde_json",
17683 "serde_json_lenient",
17684 "settings",
17685 "theme",
17686 "uuid",
17687]
17688
17689[[package]]
17690name = "thiserror"
17691version = "1.0.69"
17692source = "registry+https://github.com/rust-lang/crates.io-index"
17693checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17694dependencies = [
17695 "thiserror-impl 1.0.69",
17696]
17697
17698[[package]]
17699name = "thiserror"
17700version = "2.0.17"
17701source = "registry+https://github.com/rust-lang/crates.io-index"
17702checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17703dependencies = [
17704 "thiserror-impl 2.0.17",
17705]
17706
17707[[package]]
17708name = "thiserror-impl"
17709version = "1.0.69"
17710source = "registry+https://github.com/rust-lang/crates.io-index"
17711checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17712dependencies = [
17713 "proc-macro2",
17714 "quote",
17715 "syn 2.0.117",
17716]
17717
17718[[package]]
17719name = "thiserror-impl"
17720version = "2.0.17"
17721source = "registry+https://github.com/rust-lang/crates.io-index"
17722checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17723dependencies = [
17724 "proc-macro2",
17725 "quote",
17726 "syn 2.0.117",
17727]
17728
17729[[package]]
17730name = "thread_local"
17731version = "1.1.9"
17732source = "registry+https://github.com/rust-lang/crates.io-index"
17733checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17734dependencies = [
17735 "cfg-if",
17736]
17737
17738[[package]]
17739name = "tiff"
17740version = "0.10.3"
17741source = "registry+https://github.com/rust-lang/crates.io-index"
17742checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
17743dependencies = [
17744 "fax",
17745 "flate2",
17746 "half",
17747 "quick-error 2.0.1",
17748 "weezl",
17749 "zune-jpeg",
17750]
17751
17752[[package]]
17753name = "tiktoken-rs"
17754version = "0.9.1"
17755source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17756dependencies = [
17757 "anyhow",
17758 "base64 0.22.1",
17759 "bstr",
17760 "fancy-regex 0.16.2",
17761 "lazy_static",
17762 "regex",
17763 "rustc-hash 1.1.0",
17764]
17765
17766[[package]]
17767name = "time"
17768version = "0.3.47"
17769source = "registry+https://github.com/rust-lang/crates.io-index"
17770checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17771dependencies = [
17772 "deranged",
17773 "itoa",
17774 "libc",
17775 "num-conv",
17776 "num_threads",
17777 "powerfmt",
17778 "serde_core",
17779 "time-core",
17780 "time-macros",
17781]
17782
17783[[package]]
17784name = "time-core"
17785version = "0.1.8"
17786source = "registry+https://github.com/rust-lang/crates.io-index"
17787checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17788
17789[[package]]
17790name = "time-macros"
17791version = "0.2.27"
17792source = "registry+https://github.com/rust-lang/crates.io-index"
17793checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17794dependencies = [
17795 "num-conv",
17796 "time-core",
17797]
17798
17799[[package]]
17800name = "time_format"
17801version = "0.1.0"
17802dependencies = [
17803 "core-foundation 0.10.0",
17804 "core-foundation-sys",
17805 "sys-locale",
17806 "time",
17807 "windows 0.61.3",
17808]
17809
17810[[package]]
17811name = "tiny-keccak"
17812version = "2.0.2"
17813source = "registry+https://github.com/rust-lang/crates.io-index"
17814checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17815dependencies = [
17816 "crunchy",
17817]
17818
17819[[package]]
17820name = "tiny-skia"
17821version = "0.11.4"
17822source = "registry+https://github.com/rust-lang/crates.io-index"
17823checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17824dependencies = [
17825 "arrayref",
17826 "arrayvec",
17827 "bytemuck",
17828 "cfg-if",
17829 "log",
17830 "png 0.17.16",
17831 "tiny-skia-path",
17832]
17833
17834[[package]]
17835name = "tiny-skia-path"
17836version = "0.11.4"
17837source = "registry+https://github.com/rust-lang/crates.io-index"
17838checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17839dependencies = [
17840 "arrayref",
17841 "bytemuck",
17842 "strict-num",
17843]
17844
17845[[package]]
17846name = "tiny_http"
17847version = "0.12.0"
17848source = "registry+https://github.com/rust-lang/crates.io-index"
17849checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17850dependencies = [
17851 "ascii",
17852 "chunked_transfer",
17853 "httpdate",
17854 "log",
17855]
17856
17857[[package]]
17858name = "tinystr"
17859version = "0.8.1"
17860source = "registry+https://github.com/rust-lang/crates.io-index"
17861checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17862dependencies = [
17863 "displaydoc",
17864 "zerovec",
17865]
17866
17867[[package]]
17868name = "tinytemplate"
17869version = "1.2.1"
17870source = "registry+https://github.com/rust-lang/crates.io-index"
17871checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17872dependencies = [
17873 "serde",
17874 "serde_json",
17875]
17876
17877[[package]]
17878name = "tinyvec"
17879version = "1.10.0"
17880source = "registry+https://github.com/rust-lang/crates.io-index"
17881checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17882dependencies = [
17883 "tinyvec_macros",
17884]
17885
17886[[package]]
17887name = "tinyvec_macros"
17888version = "0.1.1"
17889source = "registry+https://github.com/rust-lang/crates.io-index"
17890checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17891
17892[[package]]
17893name = "title_bar"
17894version = "0.1.0"
17895dependencies = [
17896 "anyhow",
17897 "auto_update",
17898 "call",
17899 "channel",
17900 "chrono",
17901 "client",
17902 "cloud_api_types",
17903 "db",
17904 "git_ui",
17905 "gpui",
17906 "icons",
17907 "livekit_client",
17908 "notifications",
17909 "platform_title_bar",
17910 "project",
17911 "recent_projects",
17912 "release_channel",
17913 "remote",
17914 "remote_connection",
17915 "rpc",
17916 "schemars",
17917 "semver",
17918 "serde",
17919 "settings",
17920 "smallvec",
17921 "story",
17922 "telemetry",
17923 "theme",
17924 "ui",
17925 "util",
17926 "windows 0.61.3",
17927 "workspace",
17928 "zed_actions",
17929]
17930
17931[[package]]
17932name = "tokio"
17933version = "1.48.0"
17934source = "registry+https://github.com/rust-lang/crates.io-index"
17935checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
17936dependencies = [
17937 "bytes 1.11.1",
17938 "libc",
17939 "mio 1.1.0",
17940 "parking_lot",
17941 "pin-project-lite",
17942 "signal-hook-registry",
17943 "socket2 0.6.1",
17944 "tokio-macros",
17945 "windows-sys 0.61.2",
17946]
17947
17948[[package]]
17949name = "tokio-io"
17950version = "0.1.13"
17951source = "registry+https://github.com/rust-lang/crates.io-index"
17952checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
17953dependencies = [
17954 "bytes 0.4.12",
17955 "futures 0.1.31",
17956 "log",
17957]
17958
17959[[package]]
17960name = "tokio-macros"
17961version = "2.6.0"
17962source = "registry+https://github.com/rust-lang/crates.io-index"
17963checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
17964dependencies = [
17965 "proc-macro2",
17966 "quote",
17967 "syn 2.0.117",
17968]
17969
17970[[package]]
17971name = "tokio-native-tls"
17972version = "0.3.1"
17973source = "registry+https://github.com/rust-lang/crates.io-index"
17974checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
17975dependencies = [
17976 "native-tls",
17977 "tokio",
17978]
17979
17980[[package]]
17981name = "tokio-rustls"
17982version = "0.24.1"
17983source = "registry+https://github.com/rust-lang/crates.io-index"
17984checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
17985dependencies = [
17986 "rustls 0.21.12",
17987 "tokio",
17988]
17989
17990[[package]]
17991name = "tokio-rustls"
17992version = "0.26.2"
17993source = "registry+https://github.com/rust-lang/crates.io-index"
17994checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
17995dependencies = [
17996 "rustls 0.23.33",
17997 "tokio",
17998]
17999
18000[[package]]
18001name = "tokio-socks"
18002version = "0.5.2"
18003source = "registry+https://github.com/rust-lang/crates.io-index"
18004checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
18005dependencies = [
18006 "either",
18007 "futures-io",
18008 "futures-util",
18009 "thiserror 1.0.69",
18010 "tokio",
18011]
18012
18013[[package]]
18014name = "tokio-stream"
18015version = "0.1.17"
18016source = "registry+https://github.com/rust-lang/crates.io-index"
18017checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
18018dependencies = [
18019 "futures-core",
18020 "pin-project-lite",
18021 "tokio",
18022]
18023
18024[[package]]
18025name = "tokio-tungstenite"
18026version = "0.20.1"
18027source = "registry+https://github.com/rust-lang/crates.io-index"
18028checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
18029dependencies = [
18030 "futures-util",
18031 "log",
18032 "tokio",
18033 "tungstenite 0.20.1",
18034]
18035
18036[[package]]
18037name = "tokio-tungstenite"
18038version = "0.21.0"
18039source = "registry+https://github.com/rust-lang/crates.io-index"
18040checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
18041dependencies = [
18042 "futures-util",
18043 "log",
18044 "tokio",
18045 "tungstenite 0.21.0",
18046]
18047
18048[[package]]
18049name = "tokio-tungstenite"
18050version = "0.28.0"
18051source = "registry+https://github.com/rust-lang/crates.io-index"
18052checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
18053dependencies = [
18054 "futures-util",
18055 "log",
18056 "rustls 0.23.33",
18057 "rustls-native-certs 0.8.2",
18058 "rustls-pki-types",
18059 "tokio",
18060 "tokio-rustls 0.26.2",
18061 "tungstenite 0.28.0",
18062]
18063
18064[[package]]
18065name = "tokio-util"
18066version = "0.7.16"
18067source = "registry+https://github.com/rust-lang/crates.io-index"
18068checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
18069dependencies = [
18070 "bytes 1.11.1",
18071 "futures-core",
18072 "futures-io",
18073 "futures-sink",
18074 "pin-project-lite",
18075 "tokio",
18076]
18077
18078[[package]]
18079name = "toml"
18080version = "0.5.11"
18081source = "registry+https://github.com/rust-lang/crates.io-index"
18082checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
18083dependencies = [
18084 "serde",
18085]
18086
18087[[package]]
18088name = "toml"
18089version = "0.8.23"
18090source = "registry+https://github.com/rust-lang/crates.io-index"
18091checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
18092dependencies = [
18093 "serde",
18094 "serde_spanned 0.6.9",
18095 "toml_datetime 0.6.11",
18096 "toml_edit 0.22.27",
18097]
18098
18099[[package]]
18100name = "toml"
18101version = "0.9.8"
18102source = "registry+https://github.com/rust-lang/crates.io-index"
18103checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
18104dependencies = [
18105 "indexmap",
18106 "serde_core",
18107 "serde_spanned 1.0.3",
18108 "toml_datetime 0.7.3",
18109 "toml_parser",
18110 "toml_writer",
18111 "winnow",
18112]
18113
18114[[package]]
18115name = "toml_datetime"
18116version = "0.6.11"
18117source = "registry+https://github.com/rust-lang/crates.io-index"
18118checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
18119dependencies = [
18120 "serde",
18121]
18122
18123[[package]]
18124name = "toml_datetime"
18125version = "0.7.3"
18126source = "registry+https://github.com/rust-lang/crates.io-index"
18127checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
18128dependencies = [
18129 "serde_core",
18130]
18131
18132[[package]]
18133name = "toml_edit"
18134version = "0.22.27"
18135source = "registry+https://github.com/rust-lang/crates.io-index"
18136checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18137dependencies = [
18138 "indexmap",
18139 "serde",
18140 "serde_spanned 0.6.9",
18141 "toml_datetime 0.6.11",
18142 "toml_write",
18143 "winnow",
18144]
18145
18146[[package]]
18147name = "toml_edit"
18148version = "0.23.7"
18149source = "registry+https://github.com/rust-lang/crates.io-index"
18150checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18151dependencies = [
18152 "indexmap",
18153 "toml_datetime 0.7.3",
18154 "toml_parser",
18155 "winnow",
18156]
18157
18158[[package]]
18159name = "toml_parser"
18160version = "1.0.4"
18161source = "registry+https://github.com/rust-lang/crates.io-index"
18162checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18163dependencies = [
18164 "winnow",
18165]
18166
18167[[package]]
18168name = "toml_write"
18169version = "0.1.2"
18170source = "registry+https://github.com/rust-lang/crates.io-index"
18171checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18172
18173[[package]]
18174name = "toml_writer"
18175version = "1.0.4"
18176source = "registry+https://github.com/rust-lang/crates.io-index"
18177checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18178
18179[[package]]
18180name = "toolchain_selector"
18181version = "0.1.0"
18182dependencies = [
18183 "anyhow",
18184 "convert_case 0.8.0",
18185 "editor",
18186 "futures 0.3.32",
18187 "fuzzy",
18188 "gpui",
18189 "language",
18190 "menu",
18191 "open_path_prompt",
18192 "picker",
18193 "project",
18194 "ui",
18195 "util",
18196 "workspace",
18197]
18198
18199[[package]]
18200name = "topological-sort"
18201version = "0.2.2"
18202source = "registry+https://github.com/rust-lang/crates.io-index"
18203checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18204
18205[[package]]
18206name = "tower"
18207version = "0.4.13"
18208source = "registry+https://github.com/rust-lang/crates.io-index"
18209checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18210dependencies = [
18211 "futures-core",
18212 "futures-util",
18213 "pin-project",
18214 "pin-project-lite",
18215 "tokio",
18216 "tower-layer",
18217 "tower-service",
18218 "tracing",
18219]
18220
18221[[package]]
18222name = "tower"
18223version = "0.5.2"
18224source = "registry+https://github.com/rust-lang/crates.io-index"
18225checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18226dependencies = [
18227 "futures-core",
18228 "futures-util",
18229 "pin-project-lite",
18230 "sync_wrapper 1.0.2",
18231 "tokio",
18232 "tokio-util",
18233 "tower-layer",
18234 "tower-service",
18235 "tracing",
18236]
18237
18238[[package]]
18239name = "tower-http"
18240version = "0.4.4"
18241source = "registry+https://github.com/rust-lang/crates.io-index"
18242checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18243dependencies = [
18244 "bitflags 2.10.0",
18245 "bytes 1.11.1",
18246 "futures-core",
18247 "futures-util",
18248 "http 0.2.12",
18249 "http-body 0.4.6",
18250 "http-range-header",
18251 "pin-project-lite",
18252 "tower-layer",
18253 "tower-service",
18254 "tracing",
18255]
18256
18257[[package]]
18258name = "tower-http"
18259version = "0.6.6"
18260source = "registry+https://github.com/rust-lang/crates.io-index"
18261checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18262dependencies = [
18263 "bitflags 2.10.0",
18264 "bytes 1.11.1",
18265 "futures-util",
18266 "http 1.3.1",
18267 "http-body 1.0.1",
18268 "iri-string",
18269 "pin-project-lite",
18270 "tower 0.5.2",
18271 "tower-layer",
18272 "tower-service",
18273 "tracing",
18274]
18275
18276[[package]]
18277name = "tower-layer"
18278version = "0.3.3"
18279source = "registry+https://github.com/rust-lang/crates.io-index"
18280checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18281
18282[[package]]
18283name = "tower-service"
18284version = "0.3.3"
18285source = "registry+https://github.com/rust-lang/crates.io-index"
18286checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18287
18288[[package]]
18289name = "tracing"
18290version = "0.1.43"
18291source = "registry+https://github.com/rust-lang/crates.io-index"
18292checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18293dependencies = [
18294 "log",
18295 "pin-project-lite",
18296 "tracing-attributes",
18297 "tracing-core",
18298]
18299
18300[[package]]
18301name = "tracing-attributes"
18302version = "0.1.31"
18303source = "registry+https://github.com/rust-lang/crates.io-index"
18304checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18305dependencies = [
18306 "proc-macro2",
18307 "quote",
18308 "syn 2.0.117",
18309]
18310
18311[[package]]
18312name = "tracing-core"
18313version = "0.1.35"
18314source = "registry+https://github.com/rust-lang/crates.io-index"
18315checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18316dependencies = [
18317 "once_cell",
18318 "valuable",
18319]
18320
18321[[package]]
18322name = "tracing-log"
18323version = "0.2.0"
18324source = "registry+https://github.com/rust-lang/crates.io-index"
18325checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18326dependencies = [
18327 "log",
18328 "once_cell",
18329 "tracing-core",
18330]
18331
18332[[package]]
18333name = "tracing-serde"
18334version = "0.2.0"
18335source = "registry+https://github.com/rust-lang/crates.io-index"
18336checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18337dependencies = [
18338 "serde",
18339 "tracing-core",
18340]
18341
18342[[package]]
18343name = "tracing-subscriber"
18344version = "0.3.22"
18345source = "registry+https://github.com/rust-lang/crates.io-index"
18346checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18347dependencies = [
18348 "matchers",
18349 "nu-ansi-term",
18350 "once_cell",
18351 "regex-automata",
18352 "serde",
18353 "serde_json",
18354 "sharded-slab",
18355 "smallvec",
18356 "thread_local",
18357 "tracing",
18358 "tracing-core",
18359 "tracing-log",
18360 "tracing-serde",
18361]
18362
18363[[package]]
18364name = "tracing-tracy"
18365version = "0.11.4"
18366source = "registry+https://github.com/rust-lang/crates.io-index"
18367checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18368dependencies = [
18369 "tracing-core",
18370 "tracing-subscriber",
18371 "tracy-client",
18372]
18373
18374[[package]]
18375name = "tracy-client"
18376version = "0.18.3"
18377source = "registry+https://github.com/rust-lang/crates.io-index"
18378checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18379dependencies = [
18380 "loom",
18381 "once_cell",
18382 "tracy-client-sys",
18383]
18384
18385[[package]]
18386name = "tracy-client-sys"
18387version = "0.27.0"
18388source = "registry+https://github.com/rust-lang/crates.io-index"
18389checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18390dependencies = [
18391 "cc",
18392 "windows-targets 0.52.6",
18393]
18394
18395[[package]]
18396name = "transpose"
18397version = "0.2.3"
18398source = "registry+https://github.com/rust-lang/crates.io-index"
18399checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18400dependencies = [
18401 "num-integer",
18402 "strength_reduce",
18403]
18404
18405[[package]]
18406name = "tree-sitter"
18407version = "0.26.8"
18408source = "registry+https://github.com/rust-lang/crates.io-index"
18409checksum = "887bd495d0582c5e3e0d8ece2233666169fa56a9644d172fc22ad179ab2d0538"
18410dependencies = [
18411 "cc",
18412 "regex",
18413 "regex-syntax",
18414 "serde_json",
18415 "streaming-iterator",
18416 "tree-sitter-language",
18417 "wasmtime-c-api-impl",
18418]
18419
18420[[package]]
18421name = "tree-sitter-bash"
18422version = "0.25.1"
18423source = "registry+https://github.com/rust-lang/crates.io-index"
18424checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18425dependencies = [
18426 "cc",
18427 "tree-sitter-language",
18428]
18429
18430[[package]]
18431name = "tree-sitter-c"
18432version = "0.24.1"
18433source = "registry+https://github.com/rust-lang/crates.io-index"
18434checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18435dependencies = [
18436 "cc",
18437 "tree-sitter-language",
18438]
18439
18440[[package]]
18441name = "tree-sitter-cpp"
18442version = "0.23.4"
18443source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18444dependencies = [
18445 "cc",
18446 "tree-sitter-language",
18447]
18448
18449[[package]]
18450name = "tree-sitter-css"
18451version = "0.23.2"
18452source = "registry+https://github.com/rust-lang/crates.io-index"
18453checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18454dependencies = [
18455 "cc",
18456 "tree-sitter-language",
18457]
18458
18459[[package]]
18460name = "tree-sitter-diff"
18461version = "0.1.0"
18462source = "registry+https://github.com/rust-lang/crates.io-index"
18463checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18464dependencies = [
18465 "cc",
18466 "tree-sitter-language",
18467]
18468
18469[[package]]
18470name = "tree-sitter-elixir"
18471version = "0.3.4"
18472source = "registry+https://github.com/rust-lang/crates.io-index"
18473checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18474dependencies = [
18475 "cc",
18476 "tree-sitter-language",
18477]
18478
18479[[package]]
18480name = "tree-sitter-embedded-template"
18481version = "0.23.2"
18482source = "registry+https://github.com/rust-lang/crates.io-index"
18483checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18484dependencies = [
18485 "cc",
18486 "tree-sitter-language",
18487]
18488
18489[[package]]
18490name = "tree-sitter-gitcommit"
18491version = "0.0.1"
18492source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18493dependencies = [
18494 "cc",
18495 "tree-sitter-language",
18496]
18497
18498[[package]]
18499name = "tree-sitter-go"
18500version = "0.25.0"
18501source = "registry+https://github.com/rust-lang/crates.io-index"
18502checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18503dependencies = [
18504 "cc",
18505 "tree-sitter-language",
18506]
18507
18508[[package]]
18509name = "tree-sitter-gomod"
18510version = "1.1.1"
18511source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18512dependencies = [
18513 "cc",
18514 "tree-sitter-language",
18515]
18516
18517[[package]]
18518name = "tree-sitter-gowork"
18519version = "0.0.1"
18520source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18521dependencies = [
18522 "cc",
18523 "tree-sitter-language",
18524]
18525
18526[[package]]
18527name = "tree-sitter-heex"
18528version = "0.0.1"
18529source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18530dependencies = [
18531 "cc",
18532 "tree-sitter-language",
18533]
18534
18535[[package]]
18536name = "tree-sitter-html"
18537version = "0.23.2"
18538source = "registry+https://github.com/rust-lang/crates.io-index"
18539checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18540dependencies = [
18541 "cc",
18542 "tree-sitter-language",
18543]
18544
18545[[package]]
18546name = "tree-sitter-jsdoc"
18547version = "0.23.2"
18548source = "registry+https://github.com/rust-lang/crates.io-index"
18549checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18550dependencies = [
18551 "cc",
18552 "tree-sitter-language",
18553]
18554
18555[[package]]
18556name = "tree-sitter-json"
18557version = "0.24.8"
18558source = "registry+https://github.com/rust-lang/crates.io-index"
18559checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18560dependencies = [
18561 "cc",
18562 "tree-sitter-language",
18563]
18564
18565[[package]]
18566name = "tree-sitter-language"
18567version = "0.1.5"
18568source = "registry+https://github.com/rust-lang/crates.io-index"
18569checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18570
18571[[package]]
18572name = "tree-sitter-md"
18573version = "0.3.2"
18574source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18575dependencies = [
18576 "cc",
18577 "tree-sitter-language",
18578]
18579
18580[[package]]
18581name = "tree-sitter-python"
18582version = "0.25.0"
18583source = "registry+https://github.com/rust-lang/crates.io-index"
18584checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18585dependencies = [
18586 "cc",
18587 "tree-sitter-language",
18588]
18589
18590[[package]]
18591name = "tree-sitter-regex"
18592version = "0.24.3"
18593source = "registry+https://github.com/rust-lang/crates.io-index"
18594checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18595dependencies = [
18596 "cc",
18597 "tree-sitter-language",
18598]
18599
18600[[package]]
18601name = "tree-sitter-ruby"
18602version = "0.23.1"
18603source = "registry+https://github.com/rust-lang/crates.io-index"
18604checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18605dependencies = [
18606 "cc",
18607 "tree-sitter-language",
18608]
18609
18610[[package]]
18611name = "tree-sitter-rust"
18612version = "0.24.2"
18613source = "registry+https://github.com/rust-lang/crates.io-index"
18614checksum = "439e577dbe07423ec2582ac62c7531120dbfccfa6e5f92406f93dd271a120e45"
18615dependencies = [
18616 "cc",
18617 "tree-sitter-language",
18618]
18619
18620[[package]]
18621name = "tree-sitter-typescript"
18622version = "0.23.2"
18623source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18624dependencies = [
18625 "cc",
18626 "tree-sitter-language",
18627]
18628
18629[[package]]
18630name = "tree-sitter-yaml"
18631version = "0.6.1"
18632source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18633dependencies = [
18634 "cc",
18635 "tree-sitter-language",
18636]
18637
18638[[package]]
18639name = "triomphe"
18640version = "0.1.15"
18641source = "registry+https://github.com/rust-lang/crates.io-index"
18642checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18643dependencies = [
18644 "serde",
18645 "stable_deref_trait",
18646]
18647
18648[[package]]
18649name = "try-lock"
18650version = "0.2.5"
18651source = "registry+https://github.com/rust-lang/crates.io-index"
18652checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18653
18654[[package]]
18655name = "ttf-parser"
18656version = "0.20.0"
18657source = "registry+https://github.com/rust-lang/crates.io-index"
18658checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18659
18660[[package]]
18661name = "ttf-parser"
18662version = "0.25.1"
18663source = "registry+https://github.com/rust-lang/crates.io-index"
18664checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18665dependencies = [
18666 "core_maths",
18667]
18668
18669[[package]]
18670name = "tungstenite"
18671version = "0.20.1"
18672source = "registry+https://github.com/rust-lang/crates.io-index"
18673checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18674dependencies = [
18675 "byteorder",
18676 "bytes 1.11.1",
18677 "data-encoding",
18678 "http 0.2.12",
18679 "httparse",
18680 "log",
18681 "rand 0.8.5",
18682 "sha1",
18683 "thiserror 1.0.69",
18684 "url",
18685 "utf-8",
18686]
18687
18688[[package]]
18689name = "tungstenite"
18690version = "0.21.0"
18691source = "registry+https://github.com/rust-lang/crates.io-index"
18692checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18693dependencies = [
18694 "byteorder",
18695 "bytes 1.11.1",
18696 "data-encoding",
18697 "http 1.3.1",
18698 "httparse",
18699 "log",
18700 "rand 0.8.5",
18701 "sha1",
18702 "thiserror 1.0.69",
18703 "url",
18704 "utf-8",
18705]
18706
18707[[package]]
18708name = "tungstenite"
18709version = "0.27.0"
18710source = "registry+https://github.com/rust-lang/crates.io-index"
18711checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18712dependencies = [
18713 "bytes 1.11.1",
18714 "data-encoding",
18715 "http 1.3.1",
18716 "httparse",
18717 "log",
18718 "rand 0.9.2",
18719 "rustls 0.23.33",
18720 "rustls-pki-types",
18721 "sha1",
18722 "thiserror 2.0.17",
18723 "utf-8",
18724]
18725
18726[[package]]
18727name = "tungstenite"
18728version = "0.28.0"
18729source = "registry+https://github.com/rust-lang/crates.io-index"
18730checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18731dependencies = [
18732 "bytes 1.11.1",
18733 "data-encoding",
18734 "http 1.3.1",
18735 "httparse",
18736 "log",
18737 "rand 0.9.2",
18738 "rustls 0.23.33",
18739 "rustls-pki-types",
18740 "sha1",
18741 "thiserror 2.0.17",
18742 "utf-8",
18743]
18744
18745[[package]]
18746name = "typeid"
18747version = "1.0.3"
18748source = "registry+https://github.com/rust-lang/crates.io-index"
18749checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18750
18751[[package]]
18752name = "typenum"
18753version = "1.19.0"
18754source = "registry+https://github.com/rust-lang/crates.io-index"
18755checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18756
18757[[package]]
18758name = "ucd-trie"
18759version = "0.1.7"
18760source = "registry+https://github.com/rust-lang/crates.io-index"
18761checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18762
18763[[package]]
18764name = "uds"
18765version = "0.4.2"
18766source = "registry+https://github.com/rust-lang/crates.io-index"
18767checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18768dependencies = [
18769 "libc",
18770]
18771
18772[[package]]
18773name = "uds_windows"
18774version = "1.1.0"
18775source = "registry+https://github.com/rust-lang/crates.io-index"
18776checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18777dependencies = [
18778 "memoffset",
18779 "tempfile",
18780 "winapi",
18781]
18782
18783[[package]]
18784name = "ug"
18785version = "0.4.0"
18786source = "registry+https://github.com/rust-lang/crates.io-index"
18787checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18788dependencies = [
18789 "gemm 0.18.2",
18790 "half",
18791 "libloading",
18792 "memmap2",
18793 "num",
18794 "num-traits",
18795 "num_cpus",
18796 "rayon",
18797 "safetensors",
18798 "serde",
18799 "thiserror 1.0.69",
18800 "tracing",
18801 "yoke 0.7.5",
18802]
18803
18804[[package]]
18805name = "ui"
18806version = "0.1.0"
18807dependencies = [
18808 "chrono",
18809 "component",
18810 "documented",
18811 "gpui",
18812 "gpui_macros",
18813 "gpui_util",
18814 "icons",
18815 "itertools 0.14.0",
18816 "menu",
18817 "schemars",
18818 "serde",
18819 "smallvec",
18820 "story",
18821 "strum 0.27.2",
18822 "theme",
18823 "ui_macros",
18824 "windows 0.61.3",
18825]
18826
18827[[package]]
18828name = "ui_input"
18829version = "0.1.0"
18830dependencies = [
18831 "component",
18832 "gpui",
18833 "ui",
18834]
18835
18836[[package]]
18837name = "ui_macros"
18838version = "0.1.0"
18839dependencies = [
18840 "component",
18841 "quote",
18842 "syn 2.0.117",
18843 "ui",
18844]
18845
18846[[package]]
18847name = "ui_prompt"
18848version = "0.1.0"
18849dependencies = [
18850 "gpui",
18851 "markdown",
18852 "menu",
18853 "settings",
18854 "theme_settings",
18855 "ui",
18856 "workspace",
18857]
18858
18859[[package]]
18860name = "unarray"
18861version = "0.1.4"
18862source = "registry+https://github.com/rust-lang/crates.io-index"
18863checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18864
18865[[package]]
18866name = "unicase"
18867version = "2.8.1"
18868source = "registry+https://github.com/rust-lang/crates.io-index"
18869checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18870
18871[[package]]
18872name = "unicode-bidi"
18873version = "0.3.18"
18874source = "registry+https://github.com/rust-lang/crates.io-index"
18875checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18876
18877[[package]]
18878name = "unicode-bidi-mirroring"
18879version = "0.4.0"
18880source = "registry+https://github.com/rust-lang/crates.io-index"
18881checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18882
18883[[package]]
18884name = "unicode-ccc"
18885version = "0.4.0"
18886source = "registry+https://github.com/rust-lang/crates.io-index"
18887checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18888
18889[[package]]
18890name = "unicode-general-category"
18891version = "1.1.0"
18892source = "registry+https://github.com/rust-lang/crates.io-index"
18893checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18894
18895[[package]]
18896name = "unicode-ident"
18897version = "1.0.19"
18898source = "registry+https://github.com/rust-lang/crates.io-index"
18899checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18900
18901[[package]]
18902name = "unicode-linebreak"
18903version = "0.1.5"
18904source = "registry+https://github.com/rust-lang/crates.io-index"
18905checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
18906
18907[[package]]
18908name = "unicode-normalization"
18909version = "0.1.24"
18910source = "registry+https://github.com/rust-lang/crates.io-index"
18911checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
18912dependencies = [
18913 "tinyvec",
18914]
18915
18916[[package]]
18917name = "unicode-properties"
18918version = "0.1.3"
18919source = "registry+https://github.com/rust-lang/crates.io-index"
18920checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
18921
18922[[package]]
18923name = "unicode-script"
18924version = "0.5.8"
18925source = "registry+https://github.com/rust-lang/crates.io-index"
18926checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
18927
18928[[package]]
18929name = "unicode-segmentation"
18930version = "1.12.0"
18931source = "registry+https://github.com/rust-lang/crates.io-index"
18932checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
18933
18934[[package]]
18935name = "unicode-vo"
18936version = "0.1.0"
18937source = "registry+https://github.com/rust-lang/crates.io-index"
18938checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
18939
18940[[package]]
18941name = "unicode-width"
18942version = "0.2.2"
18943source = "registry+https://github.com/rust-lang/crates.io-index"
18944checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
18945
18946[[package]]
18947name = "unicode-xid"
18948version = "0.2.6"
18949source = "registry+https://github.com/rust-lang/crates.io-index"
18950checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
18951
18952[[package]]
18953name = "unicode_categories"
18954version = "0.1.1"
18955source = "registry+https://github.com/rust-lang/crates.io-index"
18956checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
18957
18958[[package]]
18959name = "unindent"
18960version = "0.2.4"
18961source = "registry+https://github.com/rust-lang/crates.io-index"
18962checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
18963
18964[[package]]
18965name = "unsafe-libyaml"
18966version = "0.2.11"
18967source = "registry+https://github.com/rust-lang/crates.io-index"
18968checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
18969
18970[[package]]
18971name = "untrusted"
18972version = "0.7.1"
18973source = "registry+https://github.com/rust-lang/crates.io-index"
18974checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
18975
18976[[package]]
18977name = "untrusted"
18978version = "0.9.0"
18979source = "registry+https://github.com/rust-lang/crates.io-index"
18980checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
18981
18982[[package]]
18983name = "url"
18984version = "2.5.7"
18985source = "registry+https://github.com/rust-lang/crates.io-index"
18986checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
18987dependencies = [
18988 "form_urlencoded",
18989 "idna",
18990 "percent-encoding",
18991 "serde",
18992]
18993
18994[[package]]
18995name = "urlencoding"
18996version = "2.1.3"
18997source = "registry+https://github.com/rust-lang/crates.io-index"
18998checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
18999
19000[[package]]
19001name = "usvg"
19002version = "0.45.1"
19003source = "registry+https://github.com/rust-lang/crates.io-index"
19004checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
19005dependencies = [
19006 "base64 0.22.1",
19007 "data-url",
19008 "flate2",
19009 "fontdb 0.23.0",
19010 "imagesize",
19011 "kurbo",
19012 "log",
19013 "pico-args",
19014 "roxmltree",
19015 "rustybuzz",
19016 "simplecss",
19017 "siphasher 1.0.1",
19018 "strict-num",
19019 "svgtypes",
19020 "tiny-skia-path",
19021 "unicode-bidi",
19022 "unicode-script",
19023 "unicode-vo",
19024 "xmlwriter",
19025]
19026
19027[[package]]
19028name = "utf-8"
19029version = "0.7.6"
19030source = "registry+https://github.com/rust-lang/crates.io-index"
19031checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
19032
19033[[package]]
19034name = "utf8-chars"
19035version = "3.0.6"
19036source = "registry+https://github.com/rust-lang/crates.io-index"
19037checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
19038dependencies = [
19039 "arrayvec",
19040]
19041
19042[[package]]
19043name = "utf8_iter"
19044version = "1.0.4"
19045source = "registry+https://github.com/rust-lang/crates.io-index"
19046checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
19047
19048[[package]]
19049name = "utf8parse"
19050version = "0.2.2"
19051source = "registry+https://github.com/rust-lang/crates.io-index"
19052checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
19053
19054[[package]]
19055name = "util"
19056version = "0.1.0"
19057dependencies = [
19058 "anyhow",
19059 "async-fs",
19060 "async_zip",
19061 "collections",
19062 "command-fds",
19063 "dirs 4.0.0",
19064 "dunce",
19065 "futures 0.3.32",
19066 "futures-lite 1.13.0",
19067 "git2",
19068 "globset",
19069 "gpui_util",
19070 "itertools 0.14.0",
19071 "libc",
19072 "log",
19073 "mach2 0.5.0",
19074 "nix 0.29.0",
19075 "percent-encoding",
19076 "pretty_assertions",
19077 "rand 0.9.2",
19078 "regex",
19079 "rust-embed",
19080 "schemars",
19081 "serde",
19082 "serde_json",
19083 "serde_json_lenient",
19084 "shlex",
19085 "smol",
19086 "take-until",
19087 "tempfile",
19088 "tendril",
19089 "unicase",
19090 "url",
19091 "util_macros",
19092 "walkdir",
19093 "which 6.0.3",
19094]
19095
19096[[package]]
19097name = "util_macros"
19098version = "0.1.0"
19099dependencies = [
19100 "perf",
19101 "quote",
19102 "syn 2.0.117",
19103]
19104
19105[[package]]
19106name = "uuid"
19107version = "1.18.1"
19108source = "registry+https://github.com/rust-lang/crates.io-index"
19109checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
19110dependencies = [
19111 "getrandom 0.3.4",
19112 "js-sys",
19113 "serde",
19114 "sha1_smol",
19115 "wasm-bindgen",
19116]
19117
19118[[package]]
19119name = "uuid-simd"
19120version = "0.8.0"
19121source = "registry+https://github.com/rust-lang/crates.io-index"
19122checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
19123dependencies = [
19124 "outref",
19125 "vsimd",
19126]
19127
19128[[package]]
19129name = "v_frame"
19130version = "0.3.9"
19131source = "registry+https://github.com/rust-lang/crates.io-index"
19132checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19133dependencies = [
19134 "aligned-vec",
19135 "num-traits",
19136 "wasm-bindgen",
19137]
19138
19139[[package]]
19140name = "valuable"
19141version = "0.1.1"
19142source = "registry+https://github.com/rust-lang/crates.io-index"
19143checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19144
19145[[package]]
19146name = "value-bag"
19147version = "1.12.0"
19148source = "registry+https://github.com/rust-lang/crates.io-index"
19149checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19150dependencies = [
19151 "value-bag-serde1",
19152 "value-bag-sval2",
19153]
19154
19155[[package]]
19156name = "value-bag-serde1"
19157version = "1.12.0"
19158source = "registry+https://github.com/rust-lang/crates.io-index"
19159checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19160dependencies = [
19161 "erased-serde",
19162 "serde_core",
19163 "serde_fmt",
19164]
19165
19166[[package]]
19167name = "value-bag-sval2"
19168version = "1.12.0"
19169source = "registry+https://github.com/rust-lang/crates.io-index"
19170checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19171dependencies = [
19172 "sval",
19173 "sval_buffer",
19174 "sval_dynamic",
19175 "sval_fmt",
19176 "sval_json",
19177 "sval_ref",
19178 "sval_serde",
19179]
19180
19181[[package]]
19182name = "vcpkg"
19183version = "0.2.15"
19184source = "registry+https://github.com/rust-lang/crates.io-index"
19185checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19186
19187[[package]]
19188name = "vercel"
19189version = "0.1.0"
19190dependencies = [
19191 "anyhow",
19192 "schemars",
19193 "serde",
19194 "strum 0.27.2",
19195]
19196
19197[[package]]
19198name = "version-compare"
19199version = "0.2.0"
19200source = "registry+https://github.com/rust-lang/crates.io-index"
19201checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19202
19203[[package]]
19204name = "version_check"
19205version = "0.9.5"
19206source = "registry+https://github.com/rust-lang/crates.io-index"
19207checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19208
19209[[package]]
19210name = "vim"
19211version = "0.1.0"
19212dependencies = [
19213 "anyhow",
19214 "async-compat",
19215 "async-trait",
19216 "collections",
19217 "command_palette",
19218 "command_palette_hooks",
19219 "db",
19220 "editor",
19221 "env_logger 0.11.8",
19222 "futures 0.3.32",
19223 "fuzzy",
19224 "git_ui",
19225 "gpui",
19226 "indoc",
19227 "itertools 0.14.0",
19228 "language",
19229 "log",
19230 "lsp",
19231 "markdown_preview",
19232 "menu",
19233 "multi_buffer",
19234 "nvim-rs",
19235 "outline_panel",
19236 "parking_lot",
19237 "perf",
19238 "picker",
19239 "project",
19240 "project_panel",
19241 "regex",
19242 "release_channel",
19243 "schemars",
19244 "search",
19245 "semver",
19246 "serde",
19247 "serde_json",
19248 "settings",
19249 "settings_ui",
19250 "task",
19251 "text",
19252 "theme",
19253 "theme_settings",
19254 "tokio",
19255 "ui",
19256 "util",
19257 "util_macros",
19258 "vim_mode_setting",
19259 "workspace",
19260 "zed_actions",
19261]
19262
19263[[package]]
19264name = "vim_mode_setting"
19265version = "0.1.0"
19266dependencies = [
19267 "gpui",
19268 "settings",
19269]
19270
19271[[package]]
19272name = "vscode_theme"
19273version = "0.2.0"
19274source = "registry+https://github.com/rust-lang/crates.io-index"
19275checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19276dependencies = [
19277 "serde",
19278]
19279
19280[[package]]
19281name = "vsimd"
19282version = "0.8.0"
19283source = "registry+https://github.com/rust-lang/crates.io-index"
19284checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19285
19286[[package]]
19287name = "vswhom"
19288version = "0.1.0"
19289source = "registry+https://github.com/rust-lang/crates.io-index"
19290checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19291dependencies = [
19292 "libc",
19293 "vswhom-sys",
19294]
19295
19296[[package]]
19297name = "vswhom-sys"
19298version = "0.1.3"
19299source = "registry+https://github.com/rust-lang/crates.io-index"
19300checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19301dependencies = [
19302 "cc",
19303 "libc",
19304]
19305
19306[[package]]
19307name = "vte"
19308version = "0.15.0"
19309source = "registry+https://github.com/rust-lang/crates.io-index"
19310checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19311dependencies = [
19312 "arrayvec",
19313 "bitflags 2.10.0",
19314 "cursor-icon",
19315 "log",
19316 "memchr",
19317 "serde",
19318]
19319
19320[[package]]
19321name = "wait-timeout"
19322version = "0.2.1"
19323source = "registry+https://github.com/rust-lang/crates.io-index"
19324checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19325dependencies = [
19326 "libc",
19327]
19328
19329[[package]]
19330name = "waker-fn"
19331version = "1.2.0"
19332source = "registry+https://github.com/rust-lang/crates.io-index"
19333checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19334
19335[[package]]
19336name = "walkdir"
19337version = "2.5.0"
19338source = "registry+https://github.com/rust-lang/crates.io-index"
19339checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19340dependencies = [
19341 "same-file",
19342 "winapi-util",
19343]
19344
19345[[package]]
19346name = "want"
19347version = "0.3.1"
19348source = "registry+https://github.com/rust-lang/crates.io-index"
19349checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19350dependencies = [
19351 "try-lock",
19352]
19353
19354[[package]]
19355name = "warp"
19356version = "0.3.7"
19357source = "registry+https://github.com/rust-lang/crates.io-index"
19358checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19359dependencies = [
19360 "bytes 1.11.1",
19361 "futures-channel",
19362 "futures-util",
19363 "headers",
19364 "http 0.2.12",
19365 "hyper 0.14.32",
19366 "log",
19367 "mime",
19368 "mime_guess",
19369 "percent-encoding",
19370 "pin-project",
19371 "scoped-tls",
19372 "serde",
19373 "serde_json",
19374 "serde_urlencoded",
19375 "tokio",
19376 "tokio-tungstenite 0.21.0",
19377 "tokio-util",
19378 "tower-service",
19379 "tracing",
19380]
19381
19382[[package]]
19383name = "wasi"
19384version = "0.11.1+wasi-snapshot-preview1"
19385source = "registry+https://github.com/rust-lang/crates.io-index"
19386checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19387
19388[[package]]
19389name = "wasip2"
19390version = "1.0.1+wasi-0.2.4"
19391source = "registry+https://github.com/rust-lang/crates.io-index"
19392checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19393dependencies = [
19394 "wit-bindgen 0.46.0",
19395]
19396
19397[[package]]
19398name = "wasip3"
19399version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19400source = "registry+https://github.com/rust-lang/crates.io-index"
19401checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19402dependencies = [
19403 "wit-bindgen 0.51.0",
19404]
19405
19406[[package]]
19407name = "wasite"
19408version = "0.1.0"
19409source = "registry+https://github.com/rust-lang/crates.io-index"
19410checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19411
19412[[package]]
19413name = "wasm-bindgen"
19414version = "0.2.113"
19415source = "registry+https://github.com/rust-lang/crates.io-index"
19416checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19417dependencies = [
19418 "cfg-if",
19419 "once_cell",
19420 "rustversion",
19421 "wasm-bindgen-macro",
19422 "wasm-bindgen-shared",
19423]
19424
19425[[package]]
19426name = "wasm-bindgen-futures"
19427version = "0.4.63"
19428source = "registry+https://github.com/rust-lang/crates.io-index"
19429checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19430dependencies = [
19431 "cfg-if",
19432 "futures-util",
19433 "js-sys",
19434 "once_cell",
19435 "wasm-bindgen",
19436 "web-sys",
19437]
19438
19439[[package]]
19440name = "wasm-bindgen-macro"
19441version = "0.2.113"
19442source = "registry+https://github.com/rust-lang/crates.io-index"
19443checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19444dependencies = [
19445 "quote",
19446 "wasm-bindgen-macro-support",
19447]
19448
19449[[package]]
19450name = "wasm-bindgen-macro-support"
19451version = "0.2.113"
19452source = "registry+https://github.com/rust-lang/crates.io-index"
19453checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19454dependencies = [
19455 "bumpalo",
19456 "proc-macro2",
19457 "quote",
19458 "syn 2.0.117",
19459 "wasm-bindgen-shared",
19460]
19461
19462[[package]]
19463name = "wasm-bindgen-shared"
19464version = "0.2.113"
19465source = "registry+https://github.com/rust-lang/crates.io-index"
19466checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19467dependencies = [
19468 "unicode-ident",
19469]
19470
19471[[package]]
19472name = "wasm-encoder"
19473version = "0.201.0"
19474source = "registry+https://github.com/rust-lang/crates.io-index"
19475checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19476dependencies = [
19477 "leb128",
19478]
19479
19480[[package]]
19481name = "wasm-encoder"
19482version = "0.221.3"
19483source = "registry+https://github.com/rust-lang/crates.io-index"
19484checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19485dependencies = [
19486 "leb128",
19487 "wasmparser 0.221.3",
19488]
19489
19490[[package]]
19491name = "wasm-encoder"
19492version = "0.227.1"
19493source = "registry+https://github.com/rust-lang/crates.io-index"
19494checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19495dependencies = [
19496 "leb128fmt",
19497 "wasmparser 0.227.1",
19498]
19499
19500[[package]]
19501name = "wasm-encoder"
19502version = "0.236.1"
19503source = "registry+https://github.com/rust-lang/crates.io-index"
19504checksum = "724fccfd4f3c24b7e589d333fc0429c68042897a7e8a5f8694f31792471841e7"
19505dependencies = [
19506 "leb128fmt",
19507 "wasmparser 0.236.1",
19508]
19509
19510[[package]]
19511name = "wasm-encoder"
19512version = "0.244.0"
19513source = "registry+https://github.com/rust-lang/crates.io-index"
19514checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19515dependencies = [
19516 "leb128fmt",
19517 "wasmparser 0.244.0",
19518]
19519
19520[[package]]
19521name = "wasm-metadata"
19522version = "0.201.0"
19523source = "registry+https://github.com/rust-lang/crates.io-index"
19524checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19525dependencies = [
19526 "anyhow",
19527 "indexmap",
19528 "serde",
19529 "serde_derive",
19530 "serde_json",
19531 "spdx",
19532 "wasm-encoder 0.201.0",
19533 "wasmparser 0.201.0",
19534]
19535
19536[[package]]
19537name = "wasm-metadata"
19538version = "0.227.1"
19539source = "registry+https://github.com/rust-lang/crates.io-index"
19540checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19541dependencies = [
19542 "anyhow",
19543 "auditable-serde",
19544 "flate2",
19545 "indexmap",
19546 "serde",
19547 "serde_derive",
19548 "serde_json",
19549 "spdx",
19550 "url",
19551 "wasm-encoder 0.227.1",
19552 "wasmparser 0.227.1",
19553]
19554
19555[[package]]
19556name = "wasm-metadata"
19557version = "0.244.0"
19558source = "registry+https://github.com/rust-lang/crates.io-index"
19559checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19560dependencies = [
19561 "anyhow",
19562 "indexmap",
19563 "wasm-encoder 0.244.0",
19564 "wasmparser 0.244.0",
19565]
19566
19567[[package]]
19568name = "wasm-streams"
19569version = "0.4.2"
19570source = "registry+https://github.com/rust-lang/crates.io-index"
19571checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19572dependencies = [
19573 "futures-util",
19574 "js-sys",
19575 "wasm-bindgen",
19576 "wasm-bindgen-futures",
19577 "web-sys",
19578]
19579
19580[[package]]
19581name = "wasm_thread"
19582version = "0.3.3"
19583source = "registry+https://github.com/rust-lang/crates.io-index"
19584checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19585dependencies = [
19586 "futures 0.3.32",
19587 "js-sys",
19588 "wasm-bindgen",
19589 "web-sys",
19590]
19591
19592[[package]]
19593name = "wasmparser"
19594version = "0.201.0"
19595source = "registry+https://github.com/rust-lang/crates.io-index"
19596checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19597dependencies = [
19598 "bitflags 2.10.0",
19599 "indexmap",
19600 "semver",
19601]
19602
19603[[package]]
19604name = "wasmparser"
19605version = "0.221.3"
19606source = "registry+https://github.com/rust-lang/crates.io-index"
19607checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19608dependencies = [
19609 "bitflags 2.10.0",
19610 "hashbrown 0.15.5",
19611 "indexmap",
19612 "semver",
19613 "serde",
19614]
19615
19616[[package]]
19617name = "wasmparser"
19618version = "0.227.1"
19619source = "registry+https://github.com/rust-lang/crates.io-index"
19620checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19621dependencies = [
19622 "bitflags 2.10.0",
19623 "hashbrown 0.15.5",
19624 "indexmap",
19625 "semver",
19626]
19627
19628[[package]]
19629name = "wasmparser"
19630version = "0.236.1"
19631source = "registry+https://github.com/rust-lang/crates.io-index"
19632checksum = "a9b1e81f3eb254cf7404a82cee6926a4a3ccc5aad80cc3d43608a070c67aa1d7"
19633dependencies = [
19634 "bitflags 2.10.0",
19635 "hashbrown 0.15.5",
19636 "indexmap",
19637 "semver",
19638 "serde",
19639]
19640
19641[[package]]
19642name = "wasmparser"
19643version = "0.244.0"
19644source = "registry+https://github.com/rust-lang/crates.io-index"
19645checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19646dependencies = [
19647 "bitflags 2.10.0",
19648 "hashbrown 0.15.5",
19649 "indexmap",
19650 "semver",
19651]
19652
19653[[package]]
19654name = "wasmprinter"
19655version = "0.236.1"
19656source = "registry+https://github.com/rust-lang/crates.io-index"
19657checksum = "2df225df06a6df15b46e3f73ca066ff92c2e023670969f7d50ce7d5e695abbb1"
19658dependencies = [
19659 "anyhow",
19660 "termcolor",
19661 "wasmparser 0.236.1",
19662]
19663
19664[[package]]
19665name = "wasmtime"
19666version = "36.0.6"
19667source = "registry+https://github.com/rust-lang/crates.io-index"
19668checksum = "6a2f8736ddc86e03a9d0e4c477a37939cfc53cd1b052ee38a3133679b87ef830"
19669dependencies = [
19670 "addr2line",
19671 "anyhow",
19672 "async-trait",
19673 "bitflags 2.10.0",
19674 "bumpalo",
19675 "cc",
19676 "cfg-if",
19677 "encoding_rs",
19678 "hashbrown 0.15.5",
19679 "indexmap",
19680 "libc",
19681 "log",
19682 "mach2 0.4.3",
19683 "memfd",
19684 "object",
19685 "once_cell",
19686 "postcard",
19687 "pulley-interpreter",
19688 "rayon",
19689 "rustix 1.1.2",
19690 "semver",
19691 "serde",
19692 "serde_derive",
19693 "smallvec",
19694 "target-lexicon 0.13.3",
19695 "wasmparser 0.236.1",
19696 "wasmtime-environ",
19697 "wasmtime-internal-asm-macros",
19698 "wasmtime-internal-component-macro",
19699 "wasmtime-internal-component-util",
19700 "wasmtime-internal-cranelift",
19701 "wasmtime-internal-fiber",
19702 "wasmtime-internal-jit-debug",
19703 "wasmtime-internal-jit-icache-coherence",
19704 "wasmtime-internal-math",
19705 "wasmtime-internal-slab",
19706 "wasmtime-internal-unwinder",
19707 "wasmtime-internal-versioned-export-macros",
19708 "wasmtime-internal-winch",
19709 "windows-sys 0.60.2",
19710]
19711
19712[[package]]
19713name = "wasmtime-c-api-impl"
19714version = "36.0.6"
19715source = "registry+https://github.com/rust-lang/crates.io-index"
19716checksum = "f3c62ea3fa30e6b0cf61116b3035121b8f515c60ac118ebfdab2ee56d028ed1e"
19717dependencies = [
19718 "anyhow",
19719 "log",
19720 "tracing",
19721 "wasmtime",
19722 "wasmtime-internal-c-api-macros",
19723]
19724
19725[[package]]
19726name = "wasmtime-environ"
19727version = "36.0.6"
19728source = "registry+https://github.com/rust-lang/crates.io-index"
19729checksum = "733682a327755c77153ac7455b1ba8f2db4d9946c1738f8002fe1fbda1d52e83"
19730dependencies = [
19731 "anyhow",
19732 "cpp_demangle",
19733 "cranelift-bitset",
19734 "cranelift-entity",
19735 "gimli",
19736 "indexmap",
19737 "log",
19738 "object",
19739 "postcard",
19740 "rustc-demangle",
19741 "semver",
19742 "serde",
19743 "serde_derive",
19744 "smallvec",
19745 "target-lexicon 0.13.3",
19746 "wasm-encoder 0.236.1",
19747 "wasmparser 0.236.1",
19748 "wasmprinter",
19749 "wasmtime-internal-component-util",
19750]
19751
19752[[package]]
19753name = "wasmtime-internal-asm-macros"
19754version = "36.0.6"
19755source = "registry+https://github.com/rust-lang/crates.io-index"
19756checksum = "68288980a2e02bcb368d436da32565897033ea21918007e3f2bae18843326cf9"
19757dependencies = [
19758 "cfg-if",
19759]
19760
19761[[package]]
19762name = "wasmtime-internal-c-api-macros"
19763version = "36.0.6"
19764source = "registry+https://github.com/rust-lang/crates.io-index"
19765checksum = "3c8c61294155a6d23c202f08cf7a2f9392a866edd50517508208818be626ce9f"
19766dependencies = [
19767 "proc-macro2",
19768 "quote",
19769]
19770
19771[[package]]
19772name = "wasmtime-internal-component-macro"
19773version = "36.0.6"
19774source = "registry+https://github.com/rust-lang/crates.io-index"
19775checksum = "5dea846da68f8e776c8a43bde3386022d7bb74e713b9654f7c0196e5ff2e4684"
19776dependencies = [
19777 "anyhow",
19778 "proc-macro2",
19779 "quote",
19780 "syn 2.0.117",
19781 "wasmtime-internal-component-util",
19782 "wasmtime-internal-wit-bindgen",
19783 "wit-parser 0.236.1",
19784]
19785
19786[[package]]
19787name = "wasmtime-internal-component-util"
19788version = "36.0.6"
19789source = "registry+https://github.com/rust-lang/crates.io-index"
19790checksum = "fe1e5735b3c8251510d2a55311562772d6c6fca9438a3d0329eb6e38af4957d6"
19791
19792[[package]]
19793name = "wasmtime-internal-cranelift"
19794version = "36.0.6"
19795source = "registry+https://github.com/rust-lang/crates.io-index"
19796checksum = "e89bb9ef571288e2be6b8a3c4763acc56c348dcd517500b1679d3ffad9e4a757"
19797dependencies = [
19798 "anyhow",
19799 "cfg-if",
19800 "cranelift-codegen",
19801 "cranelift-control",
19802 "cranelift-entity",
19803 "cranelift-frontend",
19804 "cranelift-native",
19805 "gimli",
19806 "itertools 0.14.0",
19807 "log",
19808 "object",
19809 "pulley-interpreter",
19810 "smallvec",
19811 "target-lexicon 0.13.3",
19812 "thiserror 2.0.17",
19813 "wasmparser 0.236.1",
19814 "wasmtime-environ",
19815 "wasmtime-internal-math",
19816 "wasmtime-internal-versioned-export-macros",
19817]
19818
19819[[package]]
19820name = "wasmtime-internal-fiber"
19821version = "36.0.6"
19822source = "registry+https://github.com/rust-lang/crates.io-index"
19823checksum = "b698d004b15ea1f1ae2d06e5e8b80080cbd684fd245220ce2fac3cdd5ecf87f2"
19824dependencies = [
19825 "anyhow",
19826 "cc",
19827 "cfg-if",
19828 "libc",
19829 "rustix 1.1.2",
19830 "wasmtime-internal-asm-macros",
19831 "wasmtime-internal-versioned-export-macros",
19832 "windows-sys 0.60.2",
19833]
19834
19835[[package]]
19836name = "wasmtime-internal-jit-debug"
19837version = "36.0.6"
19838source = "registry+https://github.com/rust-lang/crates.io-index"
19839checksum = "c803a9fec05c3d7fa03474d4595079d546e77a3c71c1d09b21f74152e2165c17"
19840dependencies = [
19841 "cc",
19842 "wasmtime-internal-versioned-export-macros",
19843]
19844
19845[[package]]
19846name = "wasmtime-internal-jit-icache-coherence"
19847version = "36.0.6"
19848source = "registry+https://github.com/rust-lang/crates.io-index"
19849checksum = "d3866909d37f7929d902e6011847748147e8734e9d7e0353e78fb8b98f586aee"
19850dependencies = [
19851 "anyhow",
19852 "cfg-if",
19853 "libc",
19854 "windows-sys 0.60.2",
19855]
19856
19857[[package]]
19858name = "wasmtime-internal-math"
19859version = "36.0.6"
19860source = "registry+https://github.com/rust-lang/crates.io-index"
19861checksum = "5a23b03fb14c64bd0dfcaa4653101f94ade76c34a3027ed2d6b373267536e45b"
19862dependencies = [
19863 "libm",
19864]
19865
19866[[package]]
19867name = "wasmtime-internal-slab"
19868version = "36.0.6"
19869source = "registry+https://github.com/rust-lang/crates.io-index"
19870checksum = "fbff220b88cdb990d34a20b13344e5da2e7b99959a5b1666106bec94b58d6364"
19871
19872[[package]]
19873name = "wasmtime-internal-unwinder"
19874version = "36.0.6"
19875source = "registry+https://github.com/rust-lang/crates.io-index"
19876checksum = "13e1ad30e88988b20c0d1c56ea4b4fbc01a8c614653cbf12ca50c0dcc695e2f7"
19877dependencies = [
19878 "anyhow",
19879 "cfg-if",
19880 "cranelift-codegen",
19881 "log",
19882 "object",
19883]
19884
19885[[package]]
19886name = "wasmtime-internal-versioned-export-macros"
19887version = "36.0.6"
19888source = "registry+https://github.com/rust-lang/crates.io-index"
19889checksum = "549aefdaa1398c2fcfbf69a7b882956bb5b6e8e5b600844ecb91a3b5bf658ca7"
19890dependencies = [
19891 "proc-macro2",
19892 "quote",
19893 "syn 2.0.117",
19894]
19895
19896[[package]]
19897name = "wasmtime-internal-winch"
19898version = "36.0.6"
19899source = "registry+https://github.com/rust-lang/crates.io-index"
19900checksum = "5cc96a84c5700171aeecf96fa9a9ab234f333f5afb295dabf3f8a812b70fe832"
19901dependencies = [
19902 "anyhow",
19903 "cranelift-codegen",
19904 "gimli",
19905 "object",
19906 "target-lexicon 0.13.3",
19907 "wasmparser 0.236.1",
19908 "wasmtime-environ",
19909 "wasmtime-internal-cranelift",
19910 "winch-codegen",
19911]
19912
19913[[package]]
19914name = "wasmtime-internal-wit-bindgen"
19915version = "36.0.6"
19916source = "registry+https://github.com/rust-lang/crates.io-index"
19917checksum = "c28dc9efea511598c88564ac1974e0825c07d9c0de902dbf68f227431cd4ff8c"
19918dependencies = [
19919 "anyhow",
19920 "bitflags 2.10.0",
19921 "heck 0.5.0",
19922 "indexmap",
19923 "wit-parser 0.236.1",
19924]
19925
19926[[package]]
19927name = "wasmtime-wasi"
19928version = "36.0.6"
19929source = "registry+https://github.com/rust-lang/crates.io-index"
19930checksum = "c3c2e99fbaa0c26b4680e0c9af07e3f7b25f5fbc1ad97dd34067980bd027d3e5"
19931dependencies = [
19932 "anyhow",
19933 "async-trait",
19934 "bitflags 2.10.0",
19935 "bytes 1.11.1",
19936 "cap-fs-ext",
19937 "cap-net-ext",
19938 "cap-rand",
19939 "cap-std",
19940 "cap-time-ext",
19941 "fs-set-times",
19942 "futures 0.3.32",
19943 "io-extras",
19944 "io-lifetimes",
19945 "rustix 1.1.2",
19946 "system-interface",
19947 "thiserror 2.0.17",
19948 "tokio",
19949 "tracing",
19950 "url",
19951 "wasmtime",
19952 "wasmtime-wasi-io",
19953 "wiggle",
19954 "windows-sys 0.60.2",
19955]
19956
19957[[package]]
19958name = "wasmtime-wasi-io"
19959version = "36.0.6"
19960source = "registry+https://github.com/rust-lang/crates.io-index"
19961checksum = "de2dc367052562c228ce51ee4426330840433c29c0ea3349eca5ddeb475ecdb9"
19962dependencies = [
19963 "anyhow",
19964 "async-trait",
19965 "bytes 1.11.1",
19966 "futures 0.3.32",
19967 "wasmtime",
19968]
19969
19970[[package]]
19971name = "wast"
19972version = "35.0.2"
19973source = "registry+https://github.com/rust-lang/crates.io-index"
19974checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
19975dependencies = [
19976 "leb128",
19977]
19978
19979[[package]]
19980name = "watch"
19981version = "0.1.0"
19982dependencies = [
19983 "ctor",
19984 "futures 0.3.32",
19985 "gpui",
19986 "parking_lot",
19987 "zlog",
19988]
19989
19990[[package]]
19991name = "wax"
19992version = "0.7.0"
19993source = "registry+https://github.com/rust-lang/crates.io-index"
19994checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
19995dependencies = [
19996 "const_format",
19997 "itertools 0.14.0",
19998 "nom 7.1.3",
19999 "pori",
20000 "regex",
20001 "thiserror 2.0.17",
20002 "walkdir",
20003]
20004
20005[[package]]
20006name = "wayland-backend"
20007version = "0.3.11"
20008source = "registry+https://github.com/rust-lang/crates.io-index"
20009checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
20010dependencies = [
20011 "cc",
20012 "downcast-rs",
20013 "rustix 1.1.2",
20014 "scoped-tls",
20015 "smallvec",
20016 "wayland-sys",
20017]
20018
20019[[package]]
20020name = "wayland-client"
20021version = "0.31.11"
20022source = "registry+https://github.com/rust-lang/crates.io-index"
20023checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
20024dependencies = [
20025 "bitflags 2.10.0",
20026 "rustix 1.1.2",
20027 "wayland-backend",
20028 "wayland-scanner",
20029]
20030
20031[[package]]
20032name = "wayland-cursor"
20033version = "0.31.11"
20034source = "registry+https://github.com/rust-lang/crates.io-index"
20035checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
20036dependencies = [
20037 "rustix 1.1.2",
20038 "wayland-client",
20039 "xcursor",
20040]
20041
20042[[package]]
20043name = "wayland-protocols"
20044version = "0.32.9"
20045source = "registry+https://github.com/rust-lang/crates.io-index"
20046checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
20047dependencies = [
20048 "bitflags 2.10.0",
20049 "wayland-backend",
20050 "wayland-client",
20051 "wayland-scanner",
20052]
20053
20054[[package]]
20055name = "wayland-protocols-plasma"
20056version = "0.3.9"
20057source = "registry+https://github.com/rust-lang/crates.io-index"
20058checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
20059dependencies = [
20060 "bitflags 2.10.0",
20061 "wayland-backend",
20062 "wayland-client",
20063 "wayland-protocols",
20064 "wayland-scanner",
20065]
20066
20067[[package]]
20068name = "wayland-protocols-wlr"
20069version = "0.3.9"
20070source = "registry+https://github.com/rust-lang/crates.io-index"
20071checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
20072dependencies = [
20073 "bitflags 2.10.0",
20074 "wayland-backend",
20075 "wayland-client",
20076 "wayland-protocols",
20077 "wayland-scanner",
20078]
20079
20080[[package]]
20081name = "wayland-scanner"
20082version = "0.31.7"
20083source = "registry+https://github.com/rust-lang/crates.io-index"
20084checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
20085dependencies = [
20086 "proc-macro2",
20087 "quick-xml 0.37.5",
20088 "quote",
20089]
20090
20091[[package]]
20092name = "wayland-sys"
20093version = "0.31.7"
20094source = "registry+https://github.com/rust-lang/crates.io-index"
20095checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
20096dependencies = [
20097 "dlib",
20098 "log",
20099 "once_cell",
20100 "pkg-config",
20101]
20102
20103[[package]]
20104name = "web-sys"
20105version = "0.3.90"
20106source = "registry+https://github.com/rust-lang/crates.io-index"
20107checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
20108dependencies = [
20109 "js-sys",
20110 "wasm-bindgen",
20111]
20112
20113[[package]]
20114name = "web-time"
20115version = "1.1.0"
20116source = "registry+https://github.com/rust-lang/crates.io-index"
20117checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
20118dependencies = [
20119 "js-sys",
20120 "serde",
20121 "wasm-bindgen",
20122]
20123
20124[[package]]
20125name = "web_atoms"
20126version = "0.1.3"
20127source = "registry+https://github.com/rust-lang/crates.io-index"
20128checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
20129dependencies = [
20130 "phf 0.11.3",
20131 "phf_codegen",
20132 "string_cache",
20133 "string_cache_codegen",
20134]
20135
20136[[package]]
20137name = "web_search"
20138version = "0.1.0"
20139dependencies = [
20140 "anyhow",
20141 "cloud_llm_client",
20142 "collections",
20143 "gpui",
20144 "serde",
20145]
20146
20147[[package]]
20148name = "web_search_providers"
20149version = "0.1.0"
20150dependencies = [
20151 "anyhow",
20152 "client",
20153 "cloud_api_types",
20154 "cloud_llm_client",
20155 "futures 0.3.32",
20156 "gpui",
20157 "http_client",
20158 "language_model",
20159 "serde",
20160 "serde_json",
20161 "web_search",
20162]
20163
20164[[package]]
20165name = "webpki-root-certs"
20166version = "0.26.8"
20167source = "registry+https://github.com/rust-lang/crates.io-index"
20168checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20169dependencies = [
20170 "rustls-pki-types",
20171]
20172
20173[[package]]
20174name = "webpki-roots"
20175version = "0.26.8"
20176source = "registry+https://github.com/rust-lang/crates.io-index"
20177checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20178dependencies = [
20179 "rustls-pki-types",
20180]
20181
20182[[package]]
20183name = "webrtc-sys"
20184version = "0.3.23"
20185source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20186dependencies = [
20187 "cc",
20188 "cxx",
20189 "cxx-build",
20190 "glob",
20191 "log",
20192 "pkg-config",
20193 "webrtc-sys-build",
20194]
20195
20196[[package]]
20197name = "webrtc-sys-build"
20198version = "0.3.13"
20199source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20200dependencies = [
20201 "anyhow",
20202 "fs2",
20203 "regex",
20204 "reqwest 0.12.24",
20205 "scratch",
20206 "semver",
20207 "zip 0.6.6",
20208]
20209
20210[[package]]
20211name = "weezl"
20212version = "0.1.10"
20213source = "registry+https://github.com/rust-lang/crates.io-index"
20214checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20215
20216[[package]]
20217name = "wgpu"
20218version = "29.0.0"
20219source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20220dependencies = [
20221 "arrayvec",
20222 "bitflags 2.10.0",
20223 "bytemuck",
20224 "cfg-if",
20225 "cfg_aliases 0.2.1",
20226 "document-features",
20227 "hashbrown 0.16.1",
20228 "js-sys",
20229 "log",
20230 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20231 "parking_lot",
20232 "portable-atomic",
20233 "profiling",
20234 "raw-window-handle",
20235 "smallvec",
20236 "static_assertions",
20237 "wasm-bindgen",
20238 "wasm-bindgen-futures",
20239 "web-sys",
20240 "wgpu-core",
20241 "wgpu-hal",
20242 "wgpu-types",
20243]
20244
20245[[package]]
20246name = "wgpu-core"
20247version = "29.0.0"
20248source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20249dependencies = [
20250 "arrayvec",
20251 "bit-set 0.9.1",
20252 "bit-vec 0.9.1",
20253 "bitflags 2.10.0",
20254 "bytemuck",
20255 "cfg_aliases 0.2.1",
20256 "document-features",
20257 "hashbrown 0.16.1",
20258 "indexmap",
20259 "log",
20260 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20261 "once_cell",
20262 "parking_lot",
20263 "portable-atomic",
20264 "profiling",
20265 "raw-window-handle",
20266 "rustc-hash 1.1.0",
20267 "smallvec",
20268 "thiserror 2.0.17",
20269 "wgpu-core-deps-apple",
20270 "wgpu-core-deps-emscripten",
20271 "wgpu-core-deps-windows-linux-android",
20272 "wgpu-hal",
20273 "wgpu-naga-bridge",
20274 "wgpu-types",
20275]
20276
20277[[package]]
20278name = "wgpu-core-deps-apple"
20279version = "29.0.0"
20280source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20281dependencies = [
20282 "wgpu-hal",
20283]
20284
20285[[package]]
20286name = "wgpu-core-deps-emscripten"
20287version = "29.0.0"
20288source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20289dependencies = [
20290 "wgpu-hal",
20291]
20292
20293[[package]]
20294name = "wgpu-core-deps-windows-linux-android"
20295version = "29.0.0"
20296source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20297dependencies = [
20298 "wgpu-hal",
20299]
20300
20301[[package]]
20302name = "wgpu-hal"
20303version = "29.0.0"
20304source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20305dependencies = [
20306 "android_system_properties",
20307 "arrayvec",
20308 "ash",
20309 "bit-set 0.9.1",
20310 "bitflags 2.10.0",
20311 "block2",
20312 "bytemuck",
20313 "cfg-if",
20314 "cfg_aliases 0.2.1",
20315 "glow",
20316 "glutin_wgl_sys",
20317 "gpu-allocator",
20318 "gpu-descriptor",
20319 "hashbrown 0.16.1",
20320 "js-sys",
20321 "khronos-egl",
20322 "libc",
20323 "libloading",
20324 "log",
20325 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20326 "ndk-sys",
20327 "objc2",
20328 "objc2-core-foundation",
20329 "objc2-foundation",
20330 "objc2-metal",
20331 "objc2-quartz-core",
20332 "once_cell",
20333 "ordered-float 4.6.0",
20334 "parking_lot",
20335 "portable-atomic",
20336 "portable-atomic-util",
20337 "profiling",
20338 "range-alloc",
20339 "raw-window-handle",
20340 "raw-window-metal",
20341 "renderdoc-sys",
20342 "smallvec",
20343 "thiserror 2.0.17",
20344 "wasm-bindgen",
20345 "wayland-sys",
20346 "web-sys",
20347 "wgpu-naga-bridge",
20348 "wgpu-types",
20349 "windows 0.62.2",
20350 "windows-core 0.62.2",
20351]
20352
20353[[package]]
20354name = "wgpu-naga-bridge"
20355version = "29.0.0"
20356source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20357dependencies = [
20358 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20359 "wgpu-types",
20360]
20361
20362[[package]]
20363name = "wgpu-types"
20364version = "29.0.0"
20365source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20366dependencies = [
20367 "bitflags 2.10.0",
20368 "bytemuck",
20369 "js-sys",
20370 "log",
20371 "raw-window-handle",
20372 "web-sys",
20373]
20374
20375[[package]]
20376name = "which"
20377version = "4.4.2"
20378source = "registry+https://github.com/rust-lang/crates.io-index"
20379checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20380dependencies = [
20381 "either",
20382 "home",
20383 "once_cell",
20384 "rustix 0.38.44",
20385]
20386
20387[[package]]
20388name = "which"
20389version = "6.0.3"
20390source = "registry+https://github.com/rust-lang/crates.io-index"
20391checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20392dependencies = [
20393 "either",
20394 "home",
20395 "rustix 0.38.44",
20396 "winsafe",
20397]
20398
20399[[package]]
20400name = "which_key"
20401version = "0.1.0"
20402dependencies = [
20403 "command_palette",
20404 "gpui",
20405 "serde",
20406 "settings",
20407 "theme_settings",
20408 "ui",
20409 "util",
20410 "workspace",
20411]
20412
20413[[package]]
20414name = "whoami"
20415version = "1.6.1"
20416source = "registry+https://github.com/rust-lang/crates.io-index"
20417checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20418dependencies = [
20419 "libredox",
20420 "wasite",
20421]
20422
20423[[package]]
20424name = "wiggle"
20425version = "36.0.6"
20426source = "registry+https://github.com/rust-lang/crates.io-index"
20427checksum = "c13d1ae265bd6e5e608827d2535665453cae5cb64950de66e2d5767d3e32c43a"
20428dependencies = [
20429 "anyhow",
20430 "async-trait",
20431 "bitflags 2.10.0",
20432 "thiserror 2.0.17",
20433 "tracing",
20434 "wasmtime",
20435 "wiggle-macro",
20436]
20437
20438[[package]]
20439name = "wiggle-generate"
20440version = "36.0.6"
20441source = "registry+https://github.com/rust-lang/crates.io-index"
20442checksum = "607c4966f6b30da20d24560220137cbd09df722f0558eac81c05624700af5e05"
20443dependencies = [
20444 "anyhow",
20445 "heck 0.5.0",
20446 "proc-macro2",
20447 "quote",
20448 "syn 2.0.117",
20449 "witx",
20450]
20451
20452[[package]]
20453name = "wiggle-macro"
20454version = "36.0.6"
20455source = "registry+https://github.com/rust-lang/crates.io-index"
20456checksum = "fc36e39412fa35f7cc86b3705dbe154168721dd3e71f6dc4a726b266d5c60c55"
20457dependencies = [
20458 "proc-macro2",
20459 "quote",
20460 "syn 2.0.117",
20461 "wiggle-generate",
20462]
20463
20464[[package]]
20465name = "winapi"
20466version = "0.3.9"
20467source = "registry+https://github.com/rust-lang/crates.io-index"
20468checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20469dependencies = [
20470 "winapi-i686-pc-windows-gnu",
20471 "winapi-x86_64-pc-windows-gnu",
20472]
20473
20474[[package]]
20475name = "winapi-i686-pc-windows-gnu"
20476version = "0.4.0"
20477source = "registry+https://github.com/rust-lang/crates.io-index"
20478checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20479
20480[[package]]
20481name = "winapi-util"
20482version = "0.1.11"
20483source = "registry+https://github.com/rust-lang/crates.io-index"
20484checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20485dependencies = [
20486 "windows-sys 0.61.2",
20487]
20488
20489[[package]]
20490name = "winapi-x86_64-pc-windows-gnu"
20491version = "0.4.0"
20492source = "registry+https://github.com/rust-lang/crates.io-index"
20493checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20494
20495[[package]]
20496name = "winch-codegen"
20497version = "36.0.6"
20498source = "registry+https://github.com/rust-lang/crates.io-index"
20499checksum = "06c0ec09e8eb5e850e432da6271ed8c4a9d459a9db3850c38e98a3ee9d015e79"
20500dependencies = [
20501 "anyhow",
20502 "cranelift-assembler-x64",
20503 "cranelift-codegen",
20504 "gimli",
20505 "regalloc2",
20506 "smallvec",
20507 "target-lexicon 0.13.3",
20508 "thiserror 2.0.17",
20509 "wasmparser 0.236.1",
20510 "wasmtime-environ",
20511 "wasmtime-internal-cranelift",
20512 "wasmtime-internal-math",
20513]
20514
20515[[package]]
20516name = "windows"
20517version = "0.57.0"
20518source = "registry+https://github.com/rust-lang/crates.io-index"
20519checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20520dependencies = [
20521 "windows-core 0.57.0",
20522 "windows-targets 0.52.6",
20523]
20524
20525[[package]]
20526name = "windows"
20527version = "0.58.0"
20528source = "registry+https://github.com/rust-lang/crates.io-index"
20529checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20530dependencies = [
20531 "windows-core 0.58.0",
20532 "windows-targets 0.52.6",
20533]
20534
20535[[package]]
20536name = "windows"
20537version = "0.61.3"
20538source = "registry+https://github.com/rust-lang/crates.io-index"
20539checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20540dependencies = [
20541 "windows-collections 0.2.0",
20542 "windows-core 0.61.2",
20543 "windows-future 0.2.1",
20544 "windows-link 0.1.3",
20545 "windows-numerics 0.2.0",
20546]
20547
20548[[package]]
20549name = "windows"
20550version = "0.62.2"
20551source = "registry+https://github.com/rust-lang/crates.io-index"
20552checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20553dependencies = [
20554 "windows-collections 0.3.2",
20555 "windows-core 0.62.2",
20556 "windows-future 0.3.2",
20557 "windows-numerics 0.3.1",
20558]
20559
20560[[package]]
20561name = "windows-bindgen"
20562version = "0.61.1"
20563source = "registry+https://github.com/rust-lang/crates.io-index"
20564checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20565dependencies = [
20566 "serde",
20567 "serde_json",
20568 "windows-threading 0.1.0",
20569]
20570
20571[[package]]
20572name = "windows-capture"
20573version = "1.4.3"
20574source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20575dependencies = [
20576 "clap",
20577 "ctrlc",
20578 "parking_lot",
20579 "rayon",
20580 "thiserror 2.0.17",
20581 "windows 0.61.3",
20582 "windows-future 0.2.1",
20583]
20584
20585[[package]]
20586name = "windows-collections"
20587version = "0.2.0"
20588source = "registry+https://github.com/rust-lang/crates.io-index"
20589checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20590dependencies = [
20591 "windows-core 0.61.2",
20592]
20593
20594[[package]]
20595name = "windows-collections"
20596version = "0.3.2"
20597source = "registry+https://github.com/rust-lang/crates.io-index"
20598checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20599dependencies = [
20600 "windows-core 0.62.2",
20601]
20602
20603[[package]]
20604name = "windows-core"
20605version = "0.57.0"
20606source = "registry+https://github.com/rust-lang/crates.io-index"
20607checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20608dependencies = [
20609 "windows-implement 0.57.0",
20610 "windows-interface 0.57.0",
20611 "windows-result 0.1.2",
20612 "windows-targets 0.52.6",
20613]
20614
20615[[package]]
20616name = "windows-core"
20617version = "0.58.0"
20618source = "registry+https://github.com/rust-lang/crates.io-index"
20619checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20620dependencies = [
20621 "windows-implement 0.58.0",
20622 "windows-interface 0.58.0",
20623 "windows-result 0.2.0",
20624 "windows-strings 0.1.0",
20625 "windows-targets 0.52.6",
20626]
20627
20628[[package]]
20629name = "windows-core"
20630version = "0.61.2"
20631source = "registry+https://github.com/rust-lang/crates.io-index"
20632checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20633dependencies = [
20634 "windows-implement 0.60.2",
20635 "windows-interface 0.59.3",
20636 "windows-link 0.1.3",
20637 "windows-result 0.3.4",
20638 "windows-strings 0.4.2",
20639]
20640
20641[[package]]
20642name = "windows-core"
20643version = "0.62.2"
20644source = "registry+https://github.com/rust-lang/crates.io-index"
20645checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20646dependencies = [
20647 "windows-implement 0.60.2",
20648 "windows-interface 0.59.3",
20649 "windows-link 0.2.1",
20650 "windows-result 0.4.1",
20651 "windows-strings 0.5.1",
20652]
20653
20654[[package]]
20655name = "windows-future"
20656version = "0.2.1"
20657source = "registry+https://github.com/rust-lang/crates.io-index"
20658checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20659dependencies = [
20660 "windows-core 0.61.2",
20661 "windows-link 0.1.3",
20662 "windows-threading 0.1.0",
20663]
20664
20665[[package]]
20666name = "windows-future"
20667version = "0.3.2"
20668source = "registry+https://github.com/rust-lang/crates.io-index"
20669checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20670dependencies = [
20671 "windows-core 0.62.2",
20672 "windows-link 0.2.1",
20673 "windows-threading 0.2.1",
20674]
20675
20676[[package]]
20677name = "windows-implement"
20678version = "0.57.0"
20679source = "registry+https://github.com/rust-lang/crates.io-index"
20680checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20681dependencies = [
20682 "proc-macro2",
20683 "quote",
20684 "syn 2.0.117",
20685]
20686
20687[[package]]
20688name = "windows-implement"
20689version = "0.58.0"
20690source = "registry+https://github.com/rust-lang/crates.io-index"
20691checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20692dependencies = [
20693 "proc-macro2",
20694 "quote",
20695 "syn 2.0.117",
20696]
20697
20698[[package]]
20699name = "windows-implement"
20700version = "0.60.2"
20701source = "registry+https://github.com/rust-lang/crates.io-index"
20702checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20703dependencies = [
20704 "proc-macro2",
20705 "quote",
20706 "syn 2.0.117",
20707]
20708
20709[[package]]
20710name = "windows-interface"
20711version = "0.57.0"
20712source = "registry+https://github.com/rust-lang/crates.io-index"
20713checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20714dependencies = [
20715 "proc-macro2",
20716 "quote",
20717 "syn 2.0.117",
20718]
20719
20720[[package]]
20721name = "windows-interface"
20722version = "0.58.0"
20723source = "registry+https://github.com/rust-lang/crates.io-index"
20724checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20725dependencies = [
20726 "proc-macro2",
20727 "quote",
20728 "syn 2.0.117",
20729]
20730
20731[[package]]
20732name = "windows-interface"
20733version = "0.59.3"
20734source = "registry+https://github.com/rust-lang/crates.io-index"
20735checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20736dependencies = [
20737 "proc-macro2",
20738 "quote",
20739 "syn 2.0.117",
20740]
20741
20742[[package]]
20743name = "windows-link"
20744version = "0.1.3"
20745source = "registry+https://github.com/rust-lang/crates.io-index"
20746checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20747
20748[[package]]
20749name = "windows-link"
20750version = "0.2.1"
20751source = "registry+https://github.com/rust-lang/crates.io-index"
20752checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20753
20754[[package]]
20755name = "windows-numerics"
20756version = "0.2.0"
20757source = "registry+https://github.com/rust-lang/crates.io-index"
20758checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20759dependencies = [
20760 "windows-core 0.61.2",
20761 "windows-link 0.1.3",
20762]
20763
20764[[package]]
20765name = "windows-numerics"
20766version = "0.3.1"
20767source = "registry+https://github.com/rust-lang/crates.io-index"
20768checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20769dependencies = [
20770 "windows-core 0.62.2",
20771 "windows-link 0.2.1",
20772]
20773
20774[[package]]
20775name = "windows-registry"
20776version = "0.4.0"
20777source = "registry+https://github.com/rust-lang/crates.io-index"
20778checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20779dependencies = [
20780 "windows-result 0.3.4",
20781 "windows-strings 0.3.1",
20782 "windows-targets 0.53.5",
20783]
20784
20785[[package]]
20786name = "windows-registry"
20787version = "0.5.3"
20788source = "registry+https://github.com/rust-lang/crates.io-index"
20789checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20790dependencies = [
20791 "windows-link 0.1.3",
20792 "windows-result 0.3.4",
20793 "windows-strings 0.4.2",
20794]
20795
20796[[package]]
20797name = "windows-registry"
20798version = "0.6.1"
20799source = "registry+https://github.com/rust-lang/crates.io-index"
20800checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20801dependencies = [
20802 "windows-link 0.2.1",
20803 "windows-result 0.4.1",
20804 "windows-strings 0.5.1",
20805]
20806
20807[[package]]
20808name = "windows-result"
20809version = "0.1.2"
20810source = "registry+https://github.com/rust-lang/crates.io-index"
20811checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20812dependencies = [
20813 "windows-targets 0.52.6",
20814]
20815
20816[[package]]
20817name = "windows-result"
20818version = "0.2.0"
20819source = "registry+https://github.com/rust-lang/crates.io-index"
20820checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20821dependencies = [
20822 "windows-targets 0.52.6",
20823]
20824
20825[[package]]
20826name = "windows-result"
20827version = "0.3.4"
20828source = "registry+https://github.com/rust-lang/crates.io-index"
20829checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20830dependencies = [
20831 "windows-link 0.1.3",
20832]
20833
20834[[package]]
20835name = "windows-result"
20836version = "0.4.1"
20837source = "registry+https://github.com/rust-lang/crates.io-index"
20838checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20839dependencies = [
20840 "windows-link 0.2.1",
20841]
20842
20843[[package]]
20844name = "windows-strings"
20845version = "0.1.0"
20846source = "registry+https://github.com/rust-lang/crates.io-index"
20847checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20848dependencies = [
20849 "windows-result 0.2.0",
20850 "windows-targets 0.52.6",
20851]
20852
20853[[package]]
20854name = "windows-strings"
20855version = "0.3.1"
20856source = "registry+https://github.com/rust-lang/crates.io-index"
20857checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20858dependencies = [
20859 "windows-link 0.1.3",
20860]
20861
20862[[package]]
20863name = "windows-strings"
20864version = "0.4.2"
20865source = "registry+https://github.com/rust-lang/crates.io-index"
20866checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20867dependencies = [
20868 "windows-link 0.1.3",
20869]
20870
20871[[package]]
20872name = "windows-strings"
20873version = "0.5.1"
20874source = "registry+https://github.com/rust-lang/crates.io-index"
20875checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
20876dependencies = [
20877 "windows-link 0.2.1",
20878]
20879
20880[[package]]
20881name = "windows-sys"
20882version = "0.45.0"
20883source = "registry+https://github.com/rust-lang/crates.io-index"
20884checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
20885dependencies = [
20886 "windows-targets 0.42.2",
20887]
20888
20889[[package]]
20890name = "windows-sys"
20891version = "0.48.0"
20892source = "registry+https://github.com/rust-lang/crates.io-index"
20893checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
20894dependencies = [
20895 "windows-targets 0.48.5",
20896]
20897
20898[[package]]
20899name = "windows-sys"
20900version = "0.52.0"
20901source = "registry+https://github.com/rust-lang/crates.io-index"
20902checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
20903dependencies = [
20904 "windows-targets 0.52.6",
20905]
20906
20907[[package]]
20908name = "windows-sys"
20909version = "0.59.0"
20910source = "registry+https://github.com/rust-lang/crates.io-index"
20911checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
20912dependencies = [
20913 "windows-targets 0.52.6",
20914]
20915
20916[[package]]
20917name = "windows-sys"
20918version = "0.60.2"
20919source = "registry+https://github.com/rust-lang/crates.io-index"
20920checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
20921dependencies = [
20922 "windows-targets 0.53.5",
20923]
20924
20925[[package]]
20926name = "windows-sys"
20927version = "0.61.2"
20928source = "registry+https://github.com/rust-lang/crates.io-index"
20929checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
20930dependencies = [
20931 "windows-link 0.2.1",
20932]
20933
20934[[package]]
20935name = "windows-targets"
20936version = "0.42.2"
20937source = "registry+https://github.com/rust-lang/crates.io-index"
20938checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
20939dependencies = [
20940 "windows_aarch64_gnullvm 0.42.2",
20941 "windows_aarch64_msvc 0.42.2",
20942 "windows_i686_gnu 0.42.2",
20943 "windows_i686_msvc 0.42.2",
20944 "windows_x86_64_gnu 0.42.2",
20945 "windows_x86_64_gnullvm 0.42.2",
20946 "windows_x86_64_msvc 0.42.2",
20947]
20948
20949[[package]]
20950name = "windows-targets"
20951version = "0.48.5"
20952source = "registry+https://github.com/rust-lang/crates.io-index"
20953checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
20954dependencies = [
20955 "windows_aarch64_gnullvm 0.48.5",
20956 "windows_aarch64_msvc 0.48.5",
20957 "windows_i686_gnu 0.48.5",
20958 "windows_i686_msvc 0.48.5",
20959 "windows_x86_64_gnu 0.48.5",
20960 "windows_x86_64_gnullvm 0.48.5",
20961 "windows_x86_64_msvc 0.48.5",
20962]
20963
20964[[package]]
20965name = "windows-targets"
20966version = "0.52.6"
20967source = "registry+https://github.com/rust-lang/crates.io-index"
20968checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
20969dependencies = [
20970 "windows_aarch64_gnullvm 0.52.6",
20971 "windows_aarch64_msvc 0.52.6",
20972 "windows_i686_gnu 0.52.6",
20973 "windows_i686_gnullvm 0.52.6",
20974 "windows_i686_msvc 0.52.6",
20975 "windows_x86_64_gnu 0.52.6",
20976 "windows_x86_64_gnullvm 0.52.6",
20977 "windows_x86_64_msvc 0.52.6",
20978]
20979
20980[[package]]
20981name = "windows-targets"
20982version = "0.53.5"
20983source = "registry+https://github.com/rust-lang/crates.io-index"
20984checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
20985dependencies = [
20986 "windows-link 0.2.1",
20987 "windows_aarch64_gnullvm 0.53.1",
20988 "windows_aarch64_msvc 0.53.1",
20989 "windows_i686_gnu 0.53.1",
20990 "windows_i686_gnullvm 0.53.1",
20991 "windows_i686_msvc 0.53.1",
20992 "windows_x86_64_gnu 0.53.1",
20993 "windows_x86_64_gnullvm 0.53.1",
20994 "windows_x86_64_msvc 0.53.1",
20995]
20996
20997[[package]]
20998name = "windows-threading"
20999version = "0.1.0"
21000source = "registry+https://github.com/rust-lang/crates.io-index"
21001checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
21002dependencies = [
21003 "windows-link 0.1.3",
21004]
21005
21006[[package]]
21007name = "windows-threading"
21008version = "0.2.1"
21009source = "registry+https://github.com/rust-lang/crates.io-index"
21010checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
21011dependencies = [
21012 "windows-link 0.2.1",
21013]
21014
21015[[package]]
21016name = "windows_aarch64_gnullvm"
21017version = "0.42.2"
21018source = "registry+https://github.com/rust-lang/crates.io-index"
21019checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
21020
21021[[package]]
21022name = "windows_aarch64_gnullvm"
21023version = "0.48.5"
21024source = "registry+https://github.com/rust-lang/crates.io-index"
21025checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
21026
21027[[package]]
21028name = "windows_aarch64_gnullvm"
21029version = "0.52.6"
21030source = "registry+https://github.com/rust-lang/crates.io-index"
21031checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
21032
21033[[package]]
21034name = "windows_aarch64_gnullvm"
21035version = "0.53.1"
21036source = "registry+https://github.com/rust-lang/crates.io-index"
21037checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
21038
21039[[package]]
21040name = "windows_aarch64_msvc"
21041version = "0.42.2"
21042source = "registry+https://github.com/rust-lang/crates.io-index"
21043checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
21044
21045[[package]]
21046name = "windows_aarch64_msvc"
21047version = "0.48.5"
21048source = "registry+https://github.com/rust-lang/crates.io-index"
21049checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
21050
21051[[package]]
21052name = "windows_aarch64_msvc"
21053version = "0.52.6"
21054source = "registry+https://github.com/rust-lang/crates.io-index"
21055checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
21056
21057[[package]]
21058name = "windows_aarch64_msvc"
21059version = "0.53.1"
21060source = "registry+https://github.com/rust-lang/crates.io-index"
21061checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
21062
21063[[package]]
21064name = "windows_i686_gnu"
21065version = "0.42.2"
21066source = "registry+https://github.com/rust-lang/crates.io-index"
21067checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
21068
21069[[package]]
21070name = "windows_i686_gnu"
21071version = "0.48.5"
21072source = "registry+https://github.com/rust-lang/crates.io-index"
21073checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
21074
21075[[package]]
21076name = "windows_i686_gnu"
21077version = "0.52.6"
21078source = "registry+https://github.com/rust-lang/crates.io-index"
21079checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
21080
21081[[package]]
21082name = "windows_i686_gnu"
21083version = "0.53.1"
21084source = "registry+https://github.com/rust-lang/crates.io-index"
21085checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
21086
21087[[package]]
21088name = "windows_i686_gnullvm"
21089version = "0.52.6"
21090source = "registry+https://github.com/rust-lang/crates.io-index"
21091checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
21092
21093[[package]]
21094name = "windows_i686_gnullvm"
21095version = "0.53.1"
21096source = "registry+https://github.com/rust-lang/crates.io-index"
21097checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
21098
21099[[package]]
21100name = "windows_i686_msvc"
21101version = "0.42.2"
21102source = "registry+https://github.com/rust-lang/crates.io-index"
21103checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
21104
21105[[package]]
21106name = "windows_i686_msvc"
21107version = "0.48.5"
21108source = "registry+https://github.com/rust-lang/crates.io-index"
21109checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
21110
21111[[package]]
21112name = "windows_i686_msvc"
21113version = "0.52.6"
21114source = "registry+https://github.com/rust-lang/crates.io-index"
21115checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
21116
21117[[package]]
21118name = "windows_i686_msvc"
21119version = "0.53.1"
21120source = "registry+https://github.com/rust-lang/crates.io-index"
21121checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
21122
21123[[package]]
21124name = "windows_x86_64_gnu"
21125version = "0.42.2"
21126source = "registry+https://github.com/rust-lang/crates.io-index"
21127checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
21128
21129[[package]]
21130name = "windows_x86_64_gnu"
21131version = "0.48.5"
21132source = "registry+https://github.com/rust-lang/crates.io-index"
21133checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
21134
21135[[package]]
21136name = "windows_x86_64_gnu"
21137version = "0.52.6"
21138source = "registry+https://github.com/rust-lang/crates.io-index"
21139checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
21140
21141[[package]]
21142name = "windows_x86_64_gnu"
21143version = "0.53.1"
21144source = "registry+https://github.com/rust-lang/crates.io-index"
21145checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
21146
21147[[package]]
21148name = "windows_x86_64_gnullvm"
21149version = "0.42.2"
21150source = "registry+https://github.com/rust-lang/crates.io-index"
21151checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
21152
21153[[package]]
21154name = "windows_x86_64_gnullvm"
21155version = "0.48.5"
21156source = "registry+https://github.com/rust-lang/crates.io-index"
21157checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21158
21159[[package]]
21160name = "windows_x86_64_gnullvm"
21161version = "0.52.6"
21162source = "registry+https://github.com/rust-lang/crates.io-index"
21163checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21164
21165[[package]]
21166name = "windows_x86_64_gnullvm"
21167version = "0.53.1"
21168source = "registry+https://github.com/rust-lang/crates.io-index"
21169checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21170
21171[[package]]
21172name = "windows_x86_64_msvc"
21173version = "0.42.2"
21174source = "registry+https://github.com/rust-lang/crates.io-index"
21175checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21176
21177[[package]]
21178name = "windows_x86_64_msvc"
21179version = "0.48.5"
21180source = "registry+https://github.com/rust-lang/crates.io-index"
21181checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21182
21183[[package]]
21184name = "windows_x86_64_msvc"
21185version = "0.52.6"
21186source = "registry+https://github.com/rust-lang/crates.io-index"
21187checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21188
21189[[package]]
21190name = "windows_x86_64_msvc"
21191version = "0.53.1"
21192source = "registry+https://github.com/rust-lang/crates.io-index"
21193checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21194
21195[[package]]
21196name = "winnow"
21197version = "0.7.13"
21198source = "registry+https://github.com/rust-lang/crates.io-index"
21199checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21200dependencies = [
21201 "memchr",
21202]
21203
21204[[package]]
21205name = "winreg"
21206version = "0.10.1"
21207source = "registry+https://github.com/rust-lang/crates.io-index"
21208checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21209dependencies = [
21210 "winapi",
21211]
21212
21213[[package]]
21214name = "winreg"
21215version = "0.50.0"
21216source = "registry+https://github.com/rust-lang/crates.io-index"
21217checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21218dependencies = [
21219 "cfg-if",
21220 "windows-sys 0.48.0",
21221]
21222
21223[[package]]
21224name = "winreg"
21225version = "0.55.0"
21226source = "registry+https://github.com/rust-lang/crates.io-index"
21227checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21228dependencies = [
21229 "cfg-if",
21230 "windows-sys 0.59.0",
21231]
21232
21233[[package]]
21234name = "winresource"
21235version = "0.1.23"
21236source = "registry+https://github.com/rust-lang/crates.io-index"
21237checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21238dependencies = [
21239 "toml 0.8.23",
21240 "version_check",
21241]
21242
21243[[package]]
21244name = "winsafe"
21245version = "0.0.19"
21246source = "registry+https://github.com/rust-lang/crates.io-index"
21247checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21248
21249[[package]]
21250name = "winx"
21251version = "0.36.4"
21252source = "registry+https://github.com/rust-lang/crates.io-index"
21253checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21254dependencies = [
21255 "bitflags 2.10.0",
21256 "windows-sys 0.59.0",
21257]
21258
21259[[package]]
21260name = "wio"
21261version = "0.2.2"
21262source = "registry+https://github.com/rust-lang/crates.io-index"
21263checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21264dependencies = [
21265 "winapi",
21266]
21267
21268[[package]]
21269name = "wit-bindgen"
21270version = "0.22.0"
21271source = "registry+https://github.com/rust-lang/crates.io-index"
21272checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21273dependencies = [
21274 "bitflags 2.10.0",
21275 "wit-bindgen-rt 0.22.0",
21276 "wit-bindgen-rust-macro 0.22.0",
21277]
21278
21279[[package]]
21280name = "wit-bindgen"
21281version = "0.41.0"
21282source = "registry+https://github.com/rust-lang/crates.io-index"
21283checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21284dependencies = [
21285 "wit-bindgen-rt 0.41.0",
21286 "wit-bindgen-rust-macro 0.41.0",
21287]
21288
21289[[package]]
21290name = "wit-bindgen"
21291version = "0.46.0"
21292source = "registry+https://github.com/rust-lang/crates.io-index"
21293checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21294
21295[[package]]
21296name = "wit-bindgen"
21297version = "0.51.0"
21298source = "registry+https://github.com/rust-lang/crates.io-index"
21299checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21300dependencies = [
21301 "wit-bindgen-rust-macro 0.51.0",
21302]
21303
21304[[package]]
21305name = "wit-bindgen-core"
21306version = "0.22.0"
21307source = "registry+https://github.com/rust-lang/crates.io-index"
21308checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21309dependencies = [
21310 "anyhow",
21311 "wit-parser 0.201.0",
21312]
21313
21314[[package]]
21315name = "wit-bindgen-core"
21316version = "0.41.0"
21317source = "registry+https://github.com/rust-lang/crates.io-index"
21318checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21319dependencies = [
21320 "anyhow",
21321 "heck 0.5.0",
21322 "wit-parser 0.227.1",
21323]
21324
21325[[package]]
21326name = "wit-bindgen-core"
21327version = "0.51.0"
21328source = "registry+https://github.com/rust-lang/crates.io-index"
21329checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21330dependencies = [
21331 "anyhow",
21332 "heck 0.5.0",
21333 "wit-parser 0.244.0",
21334]
21335
21336[[package]]
21337name = "wit-bindgen-rt"
21338version = "0.22.0"
21339source = "registry+https://github.com/rust-lang/crates.io-index"
21340checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21341
21342[[package]]
21343name = "wit-bindgen-rt"
21344version = "0.41.0"
21345source = "registry+https://github.com/rust-lang/crates.io-index"
21346checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21347dependencies = [
21348 "bitflags 2.10.0",
21349 "futures 0.3.32",
21350 "once_cell",
21351]
21352
21353[[package]]
21354name = "wit-bindgen-rust"
21355version = "0.22.0"
21356source = "registry+https://github.com/rust-lang/crates.io-index"
21357checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21358dependencies = [
21359 "anyhow",
21360 "heck 0.4.1",
21361 "indexmap",
21362 "wasm-metadata 0.201.0",
21363 "wit-bindgen-core 0.22.0",
21364 "wit-component 0.201.0",
21365]
21366
21367[[package]]
21368name = "wit-bindgen-rust"
21369version = "0.41.0"
21370source = "registry+https://github.com/rust-lang/crates.io-index"
21371checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21372dependencies = [
21373 "anyhow",
21374 "heck 0.5.0",
21375 "indexmap",
21376 "prettyplease",
21377 "syn 2.0.117",
21378 "wasm-metadata 0.227.1",
21379 "wit-bindgen-core 0.41.0",
21380 "wit-component 0.227.1",
21381]
21382
21383[[package]]
21384name = "wit-bindgen-rust"
21385version = "0.51.0"
21386source = "registry+https://github.com/rust-lang/crates.io-index"
21387checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21388dependencies = [
21389 "anyhow",
21390 "heck 0.5.0",
21391 "indexmap",
21392 "prettyplease",
21393 "syn 2.0.117",
21394 "wasm-metadata 0.244.0",
21395 "wit-bindgen-core 0.51.0",
21396 "wit-component 0.244.0",
21397]
21398
21399[[package]]
21400name = "wit-bindgen-rust-macro"
21401version = "0.22.0"
21402source = "registry+https://github.com/rust-lang/crates.io-index"
21403checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21404dependencies = [
21405 "anyhow",
21406 "proc-macro2",
21407 "quote",
21408 "syn 2.0.117",
21409 "wit-bindgen-core 0.22.0",
21410 "wit-bindgen-rust 0.22.0",
21411]
21412
21413[[package]]
21414name = "wit-bindgen-rust-macro"
21415version = "0.41.0"
21416source = "registry+https://github.com/rust-lang/crates.io-index"
21417checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21418dependencies = [
21419 "anyhow",
21420 "prettyplease",
21421 "proc-macro2",
21422 "quote",
21423 "syn 2.0.117",
21424 "wit-bindgen-core 0.41.0",
21425 "wit-bindgen-rust 0.41.0",
21426]
21427
21428[[package]]
21429name = "wit-bindgen-rust-macro"
21430version = "0.51.0"
21431source = "registry+https://github.com/rust-lang/crates.io-index"
21432checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21433dependencies = [
21434 "anyhow",
21435 "prettyplease",
21436 "proc-macro2",
21437 "quote",
21438 "syn 2.0.117",
21439 "wit-bindgen-core 0.51.0",
21440 "wit-bindgen-rust 0.51.0",
21441]
21442
21443[[package]]
21444name = "wit-component"
21445version = "0.201.0"
21446source = "registry+https://github.com/rust-lang/crates.io-index"
21447checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21448dependencies = [
21449 "anyhow",
21450 "bitflags 2.10.0",
21451 "indexmap",
21452 "log",
21453 "serde",
21454 "serde_derive",
21455 "serde_json",
21456 "wasm-encoder 0.201.0",
21457 "wasm-metadata 0.201.0",
21458 "wasmparser 0.201.0",
21459 "wit-parser 0.201.0",
21460]
21461
21462[[package]]
21463name = "wit-component"
21464version = "0.227.1"
21465source = "registry+https://github.com/rust-lang/crates.io-index"
21466checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21467dependencies = [
21468 "anyhow",
21469 "bitflags 2.10.0",
21470 "indexmap",
21471 "log",
21472 "serde",
21473 "serde_derive",
21474 "serde_json",
21475 "wasm-encoder 0.227.1",
21476 "wasm-metadata 0.227.1",
21477 "wasmparser 0.227.1",
21478 "wit-parser 0.227.1",
21479]
21480
21481[[package]]
21482name = "wit-component"
21483version = "0.244.0"
21484source = "registry+https://github.com/rust-lang/crates.io-index"
21485checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21486dependencies = [
21487 "anyhow",
21488 "bitflags 2.10.0",
21489 "indexmap",
21490 "log",
21491 "serde",
21492 "serde_derive",
21493 "serde_json",
21494 "wasm-encoder 0.244.0",
21495 "wasm-metadata 0.244.0",
21496 "wasmparser 0.244.0",
21497 "wit-parser 0.244.0",
21498]
21499
21500[[package]]
21501name = "wit-parser"
21502version = "0.201.0"
21503source = "registry+https://github.com/rust-lang/crates.io-index"
21504checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21505dependencies = [
21506 "anyhow",
21507 "id-arena",
21508 "indexmap",
21509 "log",
21510 "semver",
21511 "serde",
21512 "serde_derive",
21513 "serde_json",
21514 "unicode-xid",
21515 "wasmparser 0.201.0",
21516]
21517
21518[[package]]
21519name = "wit-parser"
21520version = "0.227.1"
21521source = "registry+https://github.com/rust-lang/crates.io-index"
21522checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21523dependencies = [
21524 "anyhow",
21525 "id-arena",
21526 "indexmap",
21527 "log",
21528 "semver",
21529 "serde",
21530 "serde_derive",
21531 "serde_json",
21532 "unicode-xid",
21533 "wasmparser 0.227.1",
21534]
21535
21536[[package]]
21537name = "wit-parser"
21538version = "0.236.1"
21539source = "registry+https://github.com/rust-lang/crates.io-index"
21540checksum = "16e4833a20cd6e85d6abfea0e63a399472d6f88c6262957c17f546879a80ba15"
21541dependencies = [
21542 "anyhow",
21543 "id-arena",
21544 "indexmap",
21545 "log",
21546 "semver",
21547 "serde",
21548 "serde_derive",
21549 "serde_json",
21550 "unicode-xid",
21551 "wasmparser 0.236.1",
21552]
21553
21554[[package]]
21555name = "wit-parser"
21556version = "0.244.0"
21557source = "registry+https://github.com/rust-lang/crates.io-index"
21558checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21559dependencies = [
21560 "anyhow",
21561 "id-arena",
21562 "indexmap",
21563 "log",
21564 "semver",
21565 "serde",
21566 "serde_derive",
21567 "serde_json",
21568 "unicode-xid",
21569 "wasmparser 0.244.0",
21570]
21571
21572[[package]]
21573name = "witx"
21574version = "0.9.1"
21575source = "registry+https://github.com/rust-lang/crates.io-index"
21576checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21577dependencies = [
21578 "anyhow",
21579 "log",
21580 "thiserror 1.0.69",
21581 "wast",
21582]
21583
21584[[package]]
21585name = "workspace"
21586version = "0.1.0"
21587dependencies = [
21588 "agent_settings",
21589 "any_vec",
21590 "anyhow",
21591 "async-recursion",
21592 "chrono",
21593 "client",
21594 "clock",
21595 "collections",
21596 "component",
21597 "db",
21598 "feature_flags",
21599 "fs",
21600 "futures 0.3.32",
21601 "git",
21602 "gpui",
21603 "http_client",
21604 "itertools 0.14.0",
21605 "language",
21606 "log",
21607 "markdown",
21608 "menu",
21609 "node_runtime",
21610 "parking_lot",
21611 "postage",
21612 "pretty_assertions",
21613 "project",
21614 "remote",
21615 "schemars",
21616 "serde",
21617 "serde_json",
21618 "session",
21619 "settings",
21620 "smallvec",
21621 "sqlez",
21622 "strum 0.27.2",
21623 "task",
21624 "telemetry",
21625 "tempfile",
21626 "theme",
21627 "theme_settings",
21628 "ui",
21629 "util",
21630 "uuid",
21631 "vim_mode_setting",
21632 "windows 0.61.3",
21633 "zed_actions",
21634 "zlog",
21635]
21636
21637[[package]]
21638name = "worktree"
21639version = "0.1.0"
21640dependencies = [
21641 "anyhow",
21642 "async-lock 2.8.0",
21643 "chardetng",
21644 "clock",
21645 "collections",
21646 "encoding_rs",
21647 "fs",
21648 "futures 0.3.32",
21649 "fuzzy",
21650 "git",
21651 "gpui",
21652 "ignore",
21653 "language",
21654 "log",
21655 "parking_lot",
21656 "paths",
21657 "postage",
21658 "pretty_assertions",
21659 "rand 0.9.2",
21660 "rpc",
21661 "serde",
21662 "serde_json",
21663 "settings",
21664 "smallvec",
21665 "smol",
21666 "sum_tree",
21667 "text",
21668 "tracing",
21669 "util",
21670 "worktree",
21671 "zlog",
21672 "ztracing",
21673]
21674
21675[[package]]
21676name = "worktree_benchmarks"
21677version = "0.1.0"
21678dependencies = [
21679 "fs",
21680 "gpui_platform",
21681 "settings",
21682 "worktree",
21683]
21684
21685[[package]]
21686name = "wprcontrol"
21687version = "0.1.0"
21688source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21689dependencies = [
21690 "windows 0.61.3",
21691 "windows-bindgen",
21692 "windows-core 0.61.2",
21693 "windows-link 0.2.1",
21694]
21695
21696[[package]]
21697name = "writeable"
21698version = "0.6.1"
21699source = "registry+https://github.com/rust-lang/crates.io-index"
21700checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21701
21702[[package]]
21703name = "wyz"
21704version = "0.5.1"
21705source = "registry+https://github.com/rust-lang/crates.io-index"
21706checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21707dependencies = [
21708 "tap",
21709]
21710
21711[[package]]
21712name = "x11"
21713version = "2.21.0"
21714source = "registry+https://github.com/rust-lang/crates.io-index"
21715checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21716dependencies = [
21717 "libc",
21718 "pkg-config",
21719]
21720
21721[[package]]
21722name = "x11-clipboard"
21723version = "0.9.3"
21724source = "registry+https://github.com/rust-lang/crates.io-index"
21725checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21726dependencies = [
21727 "libc",
21728 "x11rb",
21729]
21730
21731[[package]]
21732name = "x11rb"
21733version = "0.13.2"
21734source = "registry+https://github.com/rust-lang/crates.io-index"
21735checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21736dependencies = [
21737 "as-raw-xcb-connection",
21738 "gethostname",
21739 "libc",
21740 "rustix 1.1.2",
21741 "x11rb-protocol",
21742 "xcursor",
21743]
21744
21745[[package]]
21746name = "x11rb-protocol"
21747version = "0.13.2"
21748source = "registry+https://github.com/rust-lang/crates.io-index"
21749checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21750
21751[[package]]
21752name = "x_ai"
21753version = "0.1.0"
21754dependencies = [
21755 "anyhow",
21756 "schemars",
21757 "serde",
21758 "strum 0.27.2",
21759]
21760
21761[[package]]
21762name = "xattr"
21763version = "0.2.3"
21764source = "registry+https://github.com/rust-lang/crates.io-index"
21765checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21766dependencies = [
21767 "libc",
21768]
21769
21770[[package]]
21771name = "xcb"
21772version = "1.6.0"
21773source = "registry+https://github.com/rust-lang/crates.io-index"
21774checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21775dependencies = [
21776 "bitflags 1.3.2",
21777 "libc",
21778 "quick-xml 0.30.0",
21779 "x11",
21780]
21781
21782[[package]]
21783name = "xcursor"
21784version = "0.3.10"
21785source = "registry+https://github.com/rust-lang/crates.io-index"
21786checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21787
21788[[package]]
21789name = "xim-ctext"
21790version = "0.3.0"
21791source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21792dependencies = [
21793 "encoding_rs",
21794]
21795
21796[[package]]
21797name = "xim-parser"
21798version = "0.2.1"
21799source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21800dependencies = [
21801 "bitflags 2.10.0",
21802]
21803
21804[[package]]
21805name = "xkbcommon"
21806version = "0.8.0"
21807source = "registry+https://github.com/rust-lang/crates.io-index"
21808checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21809dependencies = [
21810 "as-raw-xcb-connection",
21811 "libc",
21812 "memmap2",
21813 "xkeysym",
21814]
21815
21816[[package]]
21817name = "xkeysym"
21818version = "0.2.1"
21819source = "registry+https://github.com/rust-lang/crates.io-index"
21820checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21821
21822[[package]]
21823name = "xml-rs"
21824version = "0.8.28"
21825source = "registry+https://github.com/rust-lang/crates.io-index"
21826checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21827
21828[[package]]
21829name = "xml5ever"
21830version = "0.18.1"
21831source = "registry+https://github.com/rust-lang/crates.io-index"
21832checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21833dependencies = [
21834 "log",
21835 "mac",
21836 "markup5ever 0.12.1",
21837]
21838
21839[[package]]
21840name = "xmlparser"
21841version = "0.13.6"
21842source = "registry+https://github.com/rust-lang/crates.io-index"
21843checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21844
21845[[package]]
21846name = "xmlwriter"
21847version = "0.1.0"
21848source = "registry+https://github.com/rust-lang/crates.io-index"
21849checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21850
21851[[package]]
21852name = "xtask"
21853version = "0.1.0"
21854dependencies = [
21855 "annotate-snippets",
21856 "anyhow",
21857 "backtrace",
21858 "cargo_metadata 0.19.2",
21859 "cargo_toml",
21860 "clap",
21861 "compliance",
21862 "gh-workflow",
21863 "indexmap",
21864 "indoc",
21865 "itertools 0.14.0",
21866 "regex",
21867 "serde",
21868 "serde_json",
21869 "serde_yaml",
21870 "strum 0.27.2",
21871 "tokio",
21872 "toml 0.8.23",
21873 "toml_edit 0.22.27",
21874]
21875
21876[[package]]
21877name = "yaml-rust2"
21878version = "0.8.1"
21879source = "registry+https://github.com/rust-lang/crates.io-index"
21880checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
21881dependencies = [
21882 "arraydeque",
21883 "encoding_rs",
21884 "hashlink 0.8.4",
21885]
21886
21887[[package]]
21888name = "yansi"
21889version = "1.0.1"
21890source = "registry+https://github.com/rust-lang/crates.io-index"
21891checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
21892
21893[[package]]
21894name = "yawc"
21895version = "0.2.5"
21896source = "registry+https://github.com/rust-lang/crates.io-index"
21897checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
21898dependencies = [
21899 "base64 0.22.1",
21900 "bytes 1.11.1",
21901 "flate2",
21902 "futures 0.3.32",
21903 "http-body-util",
21904 "hyper 1.7.0",
21905 "hyper-util",
21906 "js-sys",
21907 "nom 8.0.0",
21908 "pin-project",
21909 "rand 0.8.5",
21910 "sha1",
21911 "thiserror 1.0.69",
21912 "tokio",
21913 "tokio-rustls 0.26.2",
21914 "tokio-util",
21915 "url",
21916 "wasm-bindgen",
21917 "wasm-bindgen-futures",
21918 "web-sys",
21919 "webpki-roots",
21920]
21921
21922[[package]]
21923name = "yazi"
21924version = "0.2.1"
21925source = "registry+https://github.com/rust-lang/crates.io-index"
21926checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
21927
21928[[package]]
21929name = "yeslogic-fontconfig-sys"
21930version = "6.0.0"
21931source = "registry+https://github.com/rust-lang/crates.io-index"
21932checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
21933dependencies = [
21934 "dlib",
21935 "once_cell",
21936 "pkg-config",
21937]
21938
21939[[package]]
21940name = "yoke"
21941version = "0.7.5"
21942source = "registry+https://github.com/rust-lang/crates.io-index"
21943checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
21944dependencies = [
21945 "serde",
21946 "stable_deref_trait",
21947 "yoke-derive 0.7.5",
21948 "zerofrom",
21949]
21950
21951[[package]]
21952name = "yoke"
21953version = "0.8.0"
21954source = "registry+https://github.com/rust-lang/crates.io-index"
21955checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
21956dependencies = [
21957 "serde",
21958 "stable_deref_trait",
21959 "yoke-derive 0.8.0",
21960 "zerofrom",
21961]
21962
21963[[package]]
21964name = "yoke-derive"
21965version = "0.7.5"
21966source = "registry+https://github.com/rust-lang/crates.io-index"
21967checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
21968dependencies = [
21969 "proc-macro2",
21970 "quote",
21971 "syn 2.0.117",
21972 "synstructure",
21973]
21974
21975[[package]]
21976name = "yoke-derive"
21977version = "0.8.0"
21978source = "registry+https://github.com/rust-lang/crates.io-index"
21979checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
21980dependencies = [
21981 "proc-macro2",
21982 "quote",
21983 "syn 2.0.117",
21984 "synstructure",
21985]
21986
21987[[package]]
21988name = "zbus"
21989version = "5.13.2"
21990source = "registry+https://github.com/rust-lang/crates.io-index"
21991checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
21992dependencies = [
21993 "async-broadcast",
21994 "async-executor",
21995 "async-io",
21996 "async-lock 3.4.2",
21997 "async-process",
21998 "async-recursion",
21999 "async-task",
22000 "async-trait",
22001 "blocking",
22002 "enumflags2",
22003 "event-listener 5.4.1",
22004 "futures-core",
22005 "futures-lite 2.6.1",
22006 "hex",
22007 "libc",
22008 "ordered-stream",
22009 "rustix 1.1.2",
22010 "serde",
22011 "serde_repr",
22012 "tracing",
22013 "uds_windows",
22014 "uuid",
22015 "windows-sys 0.61.2",
22016 "winnow",
22017 "zbus_macros",
22018 "zbus_names",
22019 "zvariant",
22020]
22021
22022[[package]]
22023name = "zbus_macros"
22024version = "5.13.2"
22025source = "registry+https://github.com/rust-lang/crates.io-index"
22026checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
22027dependencies = [
22028 "proc-macro-crate",
22029 "proc-macro2",
22030 "quote",
22031 "syn 2.0.117",
22032 "zbus_names",
22033 "zvariant",
22034 "zvariant_utils",
22035]
22036
22037[[package]]
22038name = "zbus_names"
22039version = "4.3.1"
22040source = "registry+https://github.com/rust-lang/crates.io-index"
22041checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
22042dependencies = [
22043 "serde",
22044 "winnow",
22045 "zvariant",
22046]
22047
22048[[package]]
22049name = "zed"
22050version = "0.232.0"
22051dependencies = [
22052 "acp_thread",
22053 "acp_tools",
22054 "action_log",
22055 "activity_indicator",
22056 "agent",
22057 "agent-client-protocol",
22058 "agent_servers",
22059 "agent_settings",
22060 "agent_ui",
22061 "anyhow",
22062 "ashpd",
22063 "askpass",
22064 "assets",
22065 "audio",
22066 "auto_update",
22067 "auto_update_ui",
22068 "breadcrumbs",
22069 "call",
22070 "channel",
22071 "chrono",
22072 "clap",
22073 "cli",
22074 "client",
22075 "clock",
22076 "codestral",
22077 "collab_ui",
22078 "collections",
22079 "command_palette",
22080 "component",
22081 "component_preview",
22082 "copilot",
22083 "copilot_chat",
22084 "copilot_ui",
22085 "crashes",
22086 "csv_preview",
22087 "dap_adapters",
22088 "db",
22089 "debug_adapter_extension",
22090 "debugger_tools",
22091 "debugger_ui",
22092 "dev_container",
22093 "diagnostics",
22094 "edit_prediction",
22095 "edit_prediction_ui",
22096 "editor",
22097 "encoding_selector",
22098 "env_logger 0.11.8",
22099 "etw_tracing",
22100 "extension",
22101 "extension_host",
22102 "extensions_ui",
22103 "feature_flags",
22104 "feedback",
22105 "file_finder",
22106 "fs",
22107 "futures 0.3.32",
22108 "git",
22109 "git_graph",
22110 "git_hosting_providers",
22111 "git_ui",
22112 "go_to_line",
22113 "gpui",
22114 "gpui_platform",
22115 "gpui_tokio",
22116 "http_client",
22117 "image",
22118 "image_viewer",
22119 "inspector_ui",
22120 "install_cli",
22121 "itertools 0.14.0",
22122 "journal",
22123 "json_schema_store",
22124 "keymap_editor",
22125 "language",
22126 "language_extension",
22127 "language_model",
22128 "language_models",
22129 "language_onboarding",
22130 "language_selector",
22131 "language_tools",
22132 "languages",
22133 "line_ending_selector",
22134 "log",
22135 "markdown",
22136 "markdown_preview",
22137 "menu",
22138 "migrator",
22139 "mimalloc",
22140 "miniprofiler_ui",
22141 "nc",
22142 "node_runtime",
22143 "notifications",
22144 "onboarding",
22145 "outline",
22146 "outline_panel",
22147 "parking_lot",
22148 "paths",
22149 "picker",
22150 "pkg-config",
22151 "pretty_assertions",
22152 "profiling",
22153 "project",
22154 "project_panel",
22155 "project_symbols",
22156 "prompt_store",
22157 "proto",
22158 "rayon",
22159 "recent_projects",
22160 "release_channel",
22161 "remote",
22162 "repl",
22163 "reqwest_client",
22164 "rope",
22165 "search",
22166 "semver",
22167 "serde",
22168 "serde_json",
22169 "session",
22170 "settings",
22171 "settings_profile_selector",
22172 "settings_ui",
22173 "shellexpand 2.1.2",
22174 "sidebar",
22175 "smol",
22176 "snippet_provider",
22177 "snippets_ui",
22178 "svg_preview",
22179 "sysinfo 0.37.2",
22180 "system_specs",
22181 "tab_switcher",
22182 "task",
22183 "tasks_ui",
22184 "telemetry",
22185 "telemetry_events",
22186 "tempfile",
22187 "terminal_view",
22188 "theme",
22189 "theme_extension",
22190 "theme_selector",
22191 "theme_settings",
22192 "time",
22193 "time_format",
22194 "title_bar",
22195 "toolchain_selector",
22196 "tracing",
22197 "ui",
22198 "ui_prompt",
22199 "url",
22200 "urlencoding",
22201 "util",
22202 "uuid",
22203 "vim",
22204 "vim_mode_setting",
22205 "watch",
22206 "web_search",
22207 "web_search_providers",
22208 "which_key",
22209 "windows 0.61.3",
22210 "winresource",
22211 "workspace",
22212 "zed-reqwest",
22213 "zed_actions",
22214 "zed_env_vars",
22215 "zlog",
22216 "zlog_settings",
22217 "ztracing",
22218]
22219
22220[[package]]
22221name = "zed-font-kit"
22222version = "0.14.1-zed"
22223source = "git+https://github.com/zed-industries/font-kit?rev=110523127440aefb11ce0cf280ae7c5071337ec5#110523127440aefb11ce0cf280ae7c5071337ec5"
22224dependencies = [
22225 "bitflags 2.10.0",
22226 "byteorder",
22227 "core-foundation 0.10.0",
22228 "core-graphics 0.24.0",
22229 "core-text",
22230 "dirs 5.0.1",
22231 "dwrote",
22232 "float-ord",
22233 "freetype-sys",
22234 "lazy_static",
22235 "libc",
22236 "log",
22237 "pathfinder_geometry",
22238 "pathfinder_simd",
22239 "walkdir",
22240 "winapi",
22241 "yeslogic-fontconfig-sys",
22242]
22243
22244[[package]]
22245name = "zed-reqwest"
22246version = "0.12.15-zed"
22247source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22248dependencies = [
22249 "base64 0.22.1",
22250 "bytes 1.11.1",
22251 "encoding_rs",
22252 "futures-core",
22253 "futures-util",
22254 "h2 0.4.12",
22255 "http 1.3.1",
22256 "http-body 1.0.1",
22257 "http-body-util",
22258 "hyper 1.7.0",
22259 "hyper-rustls 0.27.7",
22260 "hyper-util",
22261 "ipnet",
22262 "js-sys",
22263 "log",
22264 "mime",
22265 "mime_guess",
22266 "once_cell",
22267 "percent-encoding",
22268 "pin-project-lite",
22269 "quinn",
22270 "rustls 0.23.33",
22271 "rustls-native-certs 0.8.2",
22272 "rustls-pemfile 2.2.0",
22273 "rustls-pki-types",
22274 "serde",
22275 "serde_json",
22276 "serde_urlencoded",
22277 "sync_wrapper 1.0.2",
22278 "system-configuration 0.6.1",
22279 "tokio",
22280 "tokio-rustls 0.26.2",
22281 "tokio-socks",
22282 "tokio-util",
22283 "tower 0.5.2",
22284 "tower-service",
22285 "url",
22286 "wasm-bindgen",
22287 "wasm-bindgen-futures",
22288 "wasm-streams",
22289 "web-sys",
22290 "windows-registry 0.4.0",
22291]
22292
22293[[package]]
22294name = "zed-scap"
22295version = "0.0.8-zed"
22296source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22297dependencies = [
22298 "anyhow",
22299 "cocoa 0.25.0",
22300 "core-graphics-helmer-fork",
22301 "log",
22302 "objc",
22303 "rand 0.8.5",
22304 "screencapturekit",
22305 "screencapturekit-sys",
22306 "sysinfo 0.31.4",
22307 "tao-core-video-sys",
22308 "windows 0.61.3",
22309 "windows-capture",
22310 "x11",
22311 "xcb",
22312]
22313
22314[[package]]
22315name = "zed-xim"
22316version = "0.4.0-zed"
22317source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22318dependencies = [
22319 "ahash 0.8.12",
22320 "hashbrown 0.14.5",
22321 "log",
22322 "x11rb",
22323 "xim-ctext",
22324 "xim-parser",
22325]
22326
22327[[package]]
22328name = "zed_actions"
22329version = "0.1.0"
22330dependencies = [
22331 "gpui",
22332 "schemars",
22333 "serde",
22334 "util",
22335 "uuid",
22336]
22337
22338[[package]]
22339name = "zed_credentials_provider"
22340version = "0.1.0"
22341dependencies = [
22342 "anyhow",
22343 "credentials_provider",
22344 "futures 0.3.32",
22345 "gpui",
22346 "paths",
22347 "release_channel",
22348 "serde",
22349 "serde_json",
22350]
22351
22352[[package]]
22353name = "zed_env_vars"
22354version = "0.1.0"
22355dependencies = [
22356 "env_var",
22357]
22358
22359[[package]]
22360name = "zed_extension_api"
22361version = "0.1.0"
22362source = "registry+https://github.com/rust-lang/crates.io-index"
22363checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22364dependencies = [
22365 "serde",
22366 "serde_json",
22367 "wit-bindgen 0.22.0",
22368]
22369
22370[[package]]
22371name = "zed_extension_api"
22372version = "0.7.0"
22373source = "registry+https://github.com/rust-lang/crates.io-index"
22374checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22375dependencies = [
22376 "serde",
22377 "serde_json",
22378 "wit-bindgen 0.41.0",
22379]
22380
22381[[package]]
22382name = "zed_extension_api"
22383version = "0.8.0"
22384dependencies = [
22385 "serde",
22386 "serde_json",
22387 "wit-bindgen 0.41.0",
22388]
22389
22390[[package]]
22391name = "zed_glsl"
22392version = "0.2.3"
22393dependencies = [
22394 "zed_extension_api 0.1.0",
22395]
22396
22397[[package]]
22398name = "zed_html"
22399version = "0.3.1"
22400dependencies = [
22401 "zed_extension_api 0.7.0",
22402]
22403
22404[[package]]
22405name = "zed_proto"
22406version = "0.3.2"
22407dependencies = [
22408 "zed_extension_api 0.7.0",
22409]
22410
22411[[package]]
22412name = "zed_test_extension"
22413version = "0.1.0"
22414dependencies = [
22415 "zed_extension_api 0.8.0",
22416]
22417
22418[[package]]
22419name = "zeno"
22420version = "0.3.3"
22421source = "registry+https://github.com/rust-lang/crates.io-index"
22422checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22423
22424[[package]]
22425name = "zerocopy"
22426version = "0.8.27"
22427source = "registry+https://github.com/rust-lang/crates.io-index"
22428checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22429dependencies = [
22430 "zerocopy-derive",
22431]
22432
22433[[package]]
22434name = "zerocopy-derive"
22435version = "0.8.27"
22436source = "registry+https://github.com/rust-lang/crates.io-index"
22437checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22438dependencies = [
22439 "proc-macro2",
22440 "quote",
22441 "syn 2.0.117",
22442]
22443
22444[[package]]
22445name = "zerofrom"
22446version = "0.1.6"
22447source = "registry+https://github.com/rust-lang/crates.io-index"
22448checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22449dependencies = [
22450 "zerofrom-derive",
22451]
22452
22453[[package]]
22454name = "zerofrom-derive"
22455version = "0.1.6"
22456source = "registry+https://github.com/rust-lang/crates.io-index"
22457checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22458dependencies = [
22459 "proc-macro2",
22460 "quote",
22461 "syn 2.0.117",
22462 "synstructure",
22463]
22464
22465[[package]]
22466name = "zeroize"
22467version = "1.8.2"
22468source = "registry+https://github.com/rust-lang/crates.io-index"
22469checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22470dependencies = [
22471 "zeroize_derive",
22472]
22473
22474[[package]]
22475name = "zeroize_derive"
22476version = "1.4.2"
22477source = "registry+https://github.com/rust-lang/crates.io-index"
22478checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22479dependencies = [
22480 "proc-macro2",
22481 "quote",
22482 "syn 2.0.117",
22483]
22484
22485[[package]]
22486name = "zeromq"
22487version = "0.5.0"
22488source = "registry+https://github.com/rust-lang/crates.io-index"
22489checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22490dependencies = [
22491 "async-dispatcher",
22492 "async-std",
22493 "async-trait",
22494 "asynchronous-codec",
22495 "bytes 1.11.1",
22496 "crossbeam-queue",
22497 "futures 0.3.32",
22498 "log",
22499 "num-traits",
22500 "once_cell",
22501 "parking_lot",
22502 "rand 0.9.2",
22503 "regex",
22504 "scc",
22505 "thiserror 1.0.69",
22506 "uuid",
22507]
22508
22509[[package]]
22510name = "zerotrie"
22511version = "0.2.2"
22512source = "registry+https://github.com/rust-lang/crates.io-index"
22513checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22514dependencies = [
22515 "displaydoc",
22516 "yoke 0.8.0",
22517 "zerofrom",
22518]
22519
22520[[package]]
22521name = "zerovec"
22522version = "0.11.4"
22523source = "registry+https://github.com/rust-lang/crates.io-index"
22524checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22525dependencies = [
22526 "yoke 0.8.0",
22527 "zerofrom",
22528 "zerovec-derive",
22529]
22530
22531[[package]]
22532name = "zerovec-derive"
22533version = "0.11.1"
22534source = "registry+https://github.com/rust-lang/crates.io-index"
22535checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22536dependencies = [
22537 "proc-macro2",
22538 "quote",
22539 "syn 2.0.117",
22540]
22541
22542[[package]]
22543name = "zeta_prompt"
22544version = "0.1.0"
22545dependencies = [
22546 "anyhow",
22547 "imara-diff",
22548 "indoc",
22549 "serde",
22550 "strum 0.27.2",
22551]
22552
22553[[package]]
22554name = "zip"
22555version = "0.6.6"
22556source = "registry+https://github.com/rust-lang/crates.io-index"
22557checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22558dependencies = [
22559 "aes",
22560 "byteorder",
22561 "bzip2 0.4.4",
22562 "constant_time_eq",
22563 "crc32fast",
22564 "crossbeam-utils",
22565 "flate2",
22566 "hmac",
22567 "pbkdf2 0.11.0",
22568 "sha1",
22569 "time",
22570 "zstd",
22571]
22572
22573[[package]]
22574name = "zip"
22575version = "1.1.4"
22576source = "registry+https://github.com/rust-lang/crates.io-index"
22577checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22578dependencies = [
22579 "arbitrary",
22580 "crc32fast",
22581 "crossbeam-utils",
22582 "displaydoc",
22583 "indexmap",
22584 "num_enum",
22585 "thiserror 1.0.69",
22586]
22587
22588[[package]]
22589name = "zlog"
22590version = "0.1.0"
22591dependencies = [
22592 "anyhow",
22593 "chrono",
22594 "collections",
22595 "log",
22596 "tempfile",
22597]
22598
22599[[package]]
22600name = "zlog_settings"
22601version = "0.1.0"
22602dependencies = [
22603 "collections",
22604 "gpui",
22605 "settings",
22606 "zlog",
22607]
22608
22609[[package]]
22610name = "zstd"
22611version = "0.11.2+zstd.1.5.2"
22612source = "registry+https://github.com/rust-lang/crates.io-index"
22613checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22614dependencies = [
22615 "zstd-safe",
22616]
22617
22618[[package]]
22619name = "zstd-safe"
22620version = "5.0.2+zstd.1.5.2"
22621source = "registry+https://github.com/rust-lang/crates.io-index"
22622checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22623dependencies = [
22624 "libc",
22625 "zstd-sys",
22626]
22627
22628[[package]]
22629name = "zstd-sys"
22630version = "2.0.16+zstd.1.5.7"
22631source = "registry+https://github.com/rust-lang/crates.io-index"
22632checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22633dependencies = [
22634 "cc",
22635 "pkg-config",
22636]
22637
22638[[package]]
22639name = "ztracing"
22640version = "0.1.0"
22641dependencies = [
22642 "tracing",
22643 "tracing-subscriber",
22644 "tracing-tracy",
22645 "tracy-client",
22646 "zlog",
22647 "ztracing_macro",
22648]
22649
22650[[package]]
22651name = "ztracing_macro"
22652version = "0.1.0"
22653
22654[[package]]
22655name = "zune-core"
22656version = "0.4.12"
22657source = "registry+https://github.com/rust-lang/crates.io-index"
22658checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22659
22660[[package]]
22661name = "zune-inflate"
22662version = "0.2.54"
22663source = "registry+https://github.com/rust-lang/crates.io-index"
22664checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22665dependencies = [
22666 "simd-adler32",
22667]
22668
22669[[package]]
22670name = "zune-jpeg"
22671version = "0.4.21"
22672source = "registry+https://github.com/rust-lang/crates.io-index"
22673checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22674dependencies = [
22675 "zune-core",
22676]
22677
22678[[package]]
22679name = "zvariant"
22680version = "5.9.2"
22681source = "registry+https://github.com/rust-lang/crates.io-index"
22682checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22683dependencies = [
22684 "endi",
22685 "enumflags2",
22686 "serde",
22687 "serde_bytes",
22688 "winnow",
22689 "zvariant_derive",
22690 "zvariant_utils",
22691]
22692
22693[[package]]
22694name = "zvariant_derive"
22695version = "5.9.2"
22696source = "registry+https://github.com/rust-lang/crates.io-index"
22697checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22698dependencies = [
22699 "proc-macro-crate",
22700 "proc-macro2",
22701 "quote",
22702 "syn 2.0.117",
22703 "zvariant_utils",
22704]
22705
22706[[package]]
22707name = "zvariant_utils"
22708version = "3.3.0"
22709source = "registry+https://github.com/rust-lang/crates.io-index"
22710checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22711dependencies = [
22712 "proc-macro2",
22713 "quote",
22714 "serde",
22715 "syn 2.0.117",
22716 "winnow",
22717]